/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
@charset "UTF-8";

/* Icons */
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "slick";
	src: url("../../frontend/Evolve/evolve/en_US/Aheadworks_Autorelated/css/fonts/slick.eot");
	src: url("../../frontend/Evolve/evolve/en_US/Aheadworks_Autorelated/css/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../frontend/Evolve/evolve/en_US/Aheadworks_Autorelated/css/fonts/slick.woff") format("woff"), url("../../frontend/Evolve/evolve/en_US/Aheadworks_Autorelated/css/fonts/slick.ttf") format("truetype"), url("../../frontend/Evolve/evolve/en_US/Aheadworks_Autorelated/css/fonts/slick.svg#slick") format("svg");
}

/* Slick slider
-----------------------------------------------------------------------------*/

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-touch-callout: none;
	 -khtml-user-select: none;
	-ms-touch-action: pan-y;
	    touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	min-height: 1px;
	height: 100%;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

/* Slick theme */

/* Slider */
.slick-loading .slick-list {
	background: #fff url("../../frontend/Evolve/evolve/en_US/Aheadworks_Autorelated/images/slick-ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	display: block;
	padding: 0;
	width: 20px;
	height: 20px;
	outline: none;
	border: none !important;
	box-shadow: none !important;
	background: transparent;
	color: transparent;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	z-index: 2;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
	color: #666;
	font-size: 20px;
	font-family: 'slick';
	line-height: 1;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: 0;
}
.slick-prev:before {
	content: "←";
}
.slick-next {
	right: 0;
}
.slick-next:before {
	content: "→";
}

/* Fixes for Blank theme
-----------------------------------------------------------------------------*/

.aw-arp-container .product-item {
	padding-left: 0 !important;
}

/* Fixes for Luma theme
-----------------------------------------------------------------------------*/

.aw-arp-container .product-item-info {
	width: auto;
}
.aw-arp-container .product-image-container {
}
.aw-arp-container .product-image-wrapper {
	height: auto;
}

/* Automatic Related Products styles
-----------------------------------------------------------------------------*/

.aw-arp-container {
    margin-bottom: 35px;
}
.aw-arp-container--grid {
}
.aw-arp-container--slider {
}
.aw-arp-container__title {
	font-weight: bold;
}
.aw-arp-container--grid .aw-arp-container__items {
    overflow: hidden;
	padding: 0;
    margin: 0 -10px -20px;
}
.aw-arp-container__item {
	box-sizing: border-box;
	padding: 0 10px;
	text-align: center;
	list-style: none;
	margin: 0;
}
.aw-arp-container--grid .aw-arp-container__item {
	float: left;
	margin-bottom: 20px;
}

/* Clean row start */
.aw-arp-container--grid[data-aw-arp-columns="1"] .aw-arp-container__item:nth-child(1n + 1),
.aw-arp-container--grid[data-aw-arp-columns="2"] .aw-arp-container__item:nth-child(2n + 1),
.aw-arp-container--grid[data-aw-arp-columns="3"] .aw-arp-container__item:nth-child(3n + 1),
.aw-arp-container--grid[data-aw-arp-columns="4"] .aw-arp-container__item:nth-child(4n + 1) {
	clear: left;
}

/* Columns width */
.aw-arp-container--grid[data-aw-arp-columns="1"] .aw-arp-container__item {
	width: 100%;
}
.aw-arp-container--grid[data-aw-arp-columns="2"] .aw-arp-container__item {
	width: 50%;
}
.aw-arp-container--grid[data-aw-arp-columns="3"] .aw-arp-container__item {
	width: 33.33333%;
}
.aw-arp-container--grid[data-aw-arp-columns="4"] .aw-arp-container__item {
	width: 25%;
}

h3.aw-arp-container__title {
	margin-top: 0;
}.message.global.cookie.mgs-gdpr-cookie-notice{
	bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 3;
	line-height:2; 
	padding:30px;
	margin: 0;
	display: block;
	z-index:10;
	color:#222;
}
.message.global.cookie.mgs-gdpr-cookie-notice .content{padding:0; margin:0}
.mgs-gdpr-cookie-notice.message.global h3{margin-top:0}
.mgs-gdpr-cookie-notice.gdpr-box-shadow{
	-webkit-box-shadow: -2px 2px 82px -26px #000;
	box-shadow: -2px 2px 82px -26px #000;
}
.mgs-gdpr-cookie-notice.text-align-center{
	text-align:center;
}
.mgs-gdpr-cookie-notice.text-align-left{
	text-align:left;
}
.mgs-gdpr-cookie-notice.text-align-right{
	text-align:right;
}
.modal-popup._inner-scroll.modal-mgs-gdpr .modal-inner-wrap {
    max-height: 90%;
	margin:1rem auto;
}
.modal-popup.modal-mgs-gdpr .modal-content, 
.modal-popup.modal-mgs-gdpr .modal-footer{padding: 3rem;}
.modal-popup._inner-scroll.modal-mgs-gdpr .modal-content {
    overflow-y: auto;
}

.modal-popup.modal-mgs-gdpr .modal-header{padding:0; border:none}
.modal-popup.modal-mgs-gdpr .action-close{top:17px; right:1px}
.mgs-gdpr-checkbox label{text-align:left}

.modals-overlay {
    background-color: rgba(51,51,51,.55);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.modal-popup .modal-inner-wrap {
    margin: 5rem auto;
        margin-top: 5rem;
        margin-bottom: 5rem;
    width: 75%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    transition-duration: .2s;
    -webkit-transition-property: -webkit-transform,visibility;
    transition-property: transform,visibility;
    transition-timing-function: ease;
}

.modal-popup._show .modal-inner-wrap {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    margin-top: 0;
    margin-bottom: 0;
}

.mgs-gdpr-popup{padding-bottom:30px}

.modal-popup .action-close {
    background-image: none;
    background: 0 0;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    right: -13px;
    top: -13px;
    z-index: 10;
}

.modal-popup .action-close::before {
    -webkit-font-smoothing: antialiased;
    line-height: 40px;
    color: #fff;
    content: 'x';
    font-size: 19px;
    font-weight: 400;
    background-color: #999999;
    width: 40px;
    height: 40px;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    padding-left: 1px;
    speak: none;
    text-align: center;
}

.modal-popup .action-close:hover:before{
	background:#000;
}

.modal-popup .action-close span{display:none}.padding5 {
  padding: 5px;
}
.padding10 {
  padding: 10px;
}
.padding15 {
  padding: 15px;
}
.padding20 {
  padding: 20px;
}
.padding25 {
  padding: 25px;
}
.padding30 {
  padding: 30px;
}
.padding35 {
  padding: 35px;
}
.padding40 {
  padding: 40px;
}
.padding45 {
  padding: 45px;
}
.padding50 {
  padding: 50px;
}
.padding55 {
  padding: 55px;
}
.padding60 {
  padding: 60px;
}
.padding65 {
  padding: 65px;
}
.padding70 {
  padding: 70px;
}
.padding-top5 {
  padding-top: 5px;
}
.padding-top10 {
  padding-top: 10px;
}
.padding-top15 {
  padding-top: 15px;
}
.padding-top20 {
  padding-top: 20px;
}
.padding-top25 {
  padding-top: 25px;
}
.padding-top30 {
  padding-top: 30px;
}
.padding-top35 {
  padding-top: 35px;
}
.padding-top40 {
  padding-top: 40px;
}
.padding-top45 {
  padding-top: 45px;
}
.padding-top50 {
  padding-top: 50px;
}
.padding-top55 {
  padding-top: 55px;
}
.padding-top60 {
  padding-top: 60px;
}
.padding-top65 {
  padding-top: 65px;
}
.padding-top70 {
  padding-top: 70px;
}
.padding-bottom5 {
  padding-bottom: 5px;
}
.padding-bottom10 {
  padding-bottom: 10px;
}
.padding-bottom15 {
  padding-bottom: 15px;
}
.padding-bottom20 {
  padding-bottom: 20px;
}
.padding-bottom25 {
  padding-bottom: 25px;
}
.padding-bottom30 {
  padding-bottom: 30px;
}
.padding-bottom35 {
  padding-bottom: 35px;
}
.padding-bottom40 {
  padding-bottom: 40px;
}
.padding-bottom45 {
  padding-bottom: 45px;
}
.padding-bottom50 {
  padding-bottom: 50px;
}
.padding-bottom55 {
  padding-bottom: 55px;
}
.padding-bottom60 {
  padding-bottom: 60px;
}
.padding-bottom65 {
  padding-bottom: 65px;
}
.padding-bottom70 {
  padding-bottom: 70px;
}
.padding-left5 {
  padding-left: 5px;
}
.padding-left10 {
  padding-left: 10px;
}
.padding-left15 {
  padding-left: 15px;
}
.padding-left20 {
  padding-left: 20px;
}
.padding-left25 {
  padding-left: 25px;
}
.padding-left30 {
  padding-left: 30px;
}
.padding-left35 {
  padding-left: 35px;
}
.padding-left40 {
  padding-left: 40px;
}
.padding-left45 {
  padding-left: 45px;
}
.padding-left55 {
  padding-left: 55px;
}
.padding-left50 {
  padding-left: 50px;
}
.padding-left60 {
  padding-left: 60px;
}
.padding-left65 {
  padding-left: 65px;
}
.padding-left70 {
  padding-left: 70px;
}
.padding-right5 {
  padding-right: 5px;
}
.padding-right10 {
  padding-right: 10px;
}
.padding-right15 {
  padding-right: 15px;
}
.padding-right20 {
  padding-right: 20px;
}
.padding-right25 {
  padding-right: 25px;
}
.padding-right30 {
  padding-right: 30px;
}
.padding-right35 {
  padding-right: 35px;
}
.padding-right40 {
  padding-right: 40px;
}
.padding-right50 {
  padding-right: 50px;
}
.padding-right45 {
  padding-right: 45px;
}
.padding-right55 {
  padding-right: 55px;
}
.padding-right60 {
  padding-right: 60px;
}
.padding-right65 {
  padding-right: 65px;
}
.padding-right70 {
  padding-right: 70px;
}
.margin5 {
  margin: 5px;
}
.margin10 {
  margin: 10px;
}
.margin15 {
  margin: 15px;
}
.margin20 {
  margin: 20px;
}
.margin25 {
  margin: 25px;
}
.margin30 {
  margin: 30px;
}
.margin35 {
  margin: 35px;
}
.margin40 {
  margin: 40px;
}
.margin45 {
  margin: 45px;
}
.margin50 {
  margin: 50px;
}
.margin55 {
  margin: 55px;
}
.margin60 {
  margin: 60px;
}
.margin65 {
  margin: 65px;
}
.margin70 {
  margin: 70px;
}
.margin-top5 {
  margin-top: 5px;
}
.margin-top10 {
  margin-top: 10px;
}
.margin-top15 {
  margin-top: 15px;
}
.margin-top20 {
  margin-top: 20px;
}
.margin-top25 {
  margin-top: 25px;
}
.margin-top30 {
  margin-top: 30px;
}
.margin-top35 {
  margin-top: 35px;
}
.margin-top40 {
  margin-top: 40px;
}
.margin-top45 {
  margin-top: 45px;
}
.margin-top50 {
  margin-top: 50px;
}
.margin-top55 {
  margin-top: 55px;
}
.margin-top60 {
  margin-top: 60px;
}
.margin-top65 {
  margin-top: 65px;
}
.margin-top70 {
  margin-top: 70px;
}
.margin-bottom5 {
  margin-bottom: 5px;
}
.margin-bottom10 {
  margin-bottom: 10px;
}
.margin-bottom15 {
  margin-bottom: 15px;
}
.margin-bottom20 {
  margin-bottom: 20px;
}
.margin-bottom25 {
  margin-bottom: 25px;
}
.margin-bottom30 {
  margin-bottom: 30px;
}
.margin-bottom35 {
  margin-bottom: 35px;
}
.margin-bottom40 {
  margin-bottom: 40px;
}
.margin-bottom45 {
  margin-bottom: 45px;
}
.margin-bottom50 {
  margin-bottom: 50px;
}
.margin-bottom55 {
  margin-bottom: 55px;
}
.margin-bottom60 {
  margin-bottom: 60px;
}
.margin-bottom65 {
  margin-bottom: 65px;
}
.margin-bottom70 {
  margin-bottom: 70px;
}
.margin-left5 {
  margin-left: 5px;
}
.margin-left10 {
  margin-left: 10px;
}
.margin-left15 {
  margin-left: 15px;
}
.margin-left20 {
  margin-left: 20px;
}
.margin-left25 {
  margin-left: 25px;
}
.margin-left30 {
  margin-left: 30px;
}
.margin-left35 {
  margin-left: 35px;
}
.margin-left40 {
  margin-left: 40px;
}
.margin-left45 {
  margin-left: 45px;
}
.margin-left50 {
  margin-left: 50px;
}
.margin-left55 {
  margin-left: 55px;
}
.margin-left60 {
  margin-left: 60px;
}
.margin-left65 {
  margin-left: 65px;
}
.margin-left70 {
  margin-left: 70px;
}
.margin-right5 {
  margin-right: 5px;
}
.margin-right10 {
  margin-right: 10px;
}
.margin-right15 {
  margin-right: 15px;
}
.margin-right20 {
  margin-right: 20px;
}
.margin-right25 {
  margin-right: 25px;
}
.margin-right30 {
  margin-right: 30px;
}
.margin-right35 {
  margin-right: 35px;
}
.margin-right40 {
  margin-right: 40px;
}
.margin-right45 {
  margin-right: 45px;
}
.margin-right50 {
  margin-right: 50px;
}
.margin-right55 {
  margin-right: 55px;
}
.margin-right60 {
  margin-right: 60px;
}
.margin-right65 {
  margin-right: 65px;
}
.margin-right70 {
  margin-right: 70px;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/Evolve/evolve/en_US/MGS_Mpanel/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/* MGS Owl Slider Style */
.slider_mgs_carousel .owl-item.active .slide-text {
  transition: all 900ms ease 500ms;
  -webkit-transition: all 900ms ease 500ms;
  -moz-transition: all 900ms ease 500ms;
  -o-transition: all 900ms ease 500ms;
  transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -o-transition-delay: 800ms;
}
.slider_mgs_carousel .owl-item:not(.active) {
  /* SlideInDown effect */
  /* SlideInUp effect */
  /* SlideInLeft effect */
  /* SlideInRight effect */
}
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.middle,
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.middle_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.middle_right {
  opacity: 0;
  visibility: hidden;
  top: calc(50% - 150px);
}
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.top_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.top_right,
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.top_center {
  opacity: 0;
  visibility: hidden;
  top: 150px;
}
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.bottom_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.bottom_right,
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.bottom_center {
  opacity: 0;
  visibility: hidden;
  bottom: -150px;
}
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.middle,
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.middle_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.middle_right {
  opacity: 0;
  visibility: hidden;
  top: calc(50% + 150px);
}
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.top_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.top_right,
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.top_center {
  opacity: 0;
  visibility: hidden;
  top: -150px;
}
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.bottom_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.bottom_right,
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.bottom_center {
  opacity: 0;
  visibility: hidden;
  bottom: 150px;
}
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.middle,
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.middle_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.top_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.bottom_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.top_center,
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.bottom_center {
  opacity: 0;
  visibility: hidden;
  left: -150px;
}
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.top_right,
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.bottom_right,
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.middle_right {
  opacity: 0;
  visibility: hidden;
  right: 150px;
}
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.middle,
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.middle_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.top_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.bottom_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.top_center,
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.bottom_center {
  opacity: 0;
  visibility: hidden;
  left: 150px;
}
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.top_right,
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.bottom_right,
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.middle_right {
  opacity: 0;
  visibility: hidden;
  right: -150px;
}
/* Zoom In effect */
.slider_mgs_carousel .owl-item.active .zoomIn .inner-text {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
  transition: all 900ms ease 500ms;
  -webkit-transition: all 900ms ease 500ms;
  -moz-transition: all 900ms ease 500ms;
  -o-transition: all 900ms ease 500ms;
  transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -o-transition-delay: 800ms;
}
.slider_mgs_carousel .owl-item .zoomIn .inner-text {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
}
/* Zoom Out effect */
.slider_mgs_carousel .owl-item.active .zoomOut .inner-text {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
  transition: all 900ms ease 500ms;
  -webkit-transition: all 900ms ease 500ms;
  -moz-transition: all 900ms ease 500ms;
  -o-transition: all 900ms ease 500ms;
  transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -o-transition-delay: 800ms;
}
.slider_mgs_carousel .owl-item .zoomOut .inner-text {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
}
/**/
.text-full-width .slider_mgs_carousel .owl-item .slide-text.container {
  width: 100%;
  padding: 15px 30px;
}
.slider_mgs_carousel .owl-item .slide-text {
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  opacity: 1;
  visibility: visible;
  position: absolute;
  left: 0;
  right: 0;
  padding: 15px;
  margin: 0 auto;
}
.slider_mgs_carousel .owl-item .slide-text > * {
  max-width: 550px;
}
.slider_mgs_carousel .owl-item .slide-text.middle {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.slider_mgs_carousel .owl-item .slide-text.middle > * {
  margin: 0 auto;
}
.slider_mgs_carousel .owl-item .slide-text.top_center {
  top: 0;
  bottom: auto;
}
.slider_mgs_carousel .owl-item .slide-text.top_center > * {
  margin: 0 auto;
}
.slider_mgs_carousel .owl-item .slide-text.bottom_center {
  top: auto;
  bottom: 0;
}
.slider_mgs_carousel .owl-item .slide-text.bottom_center > * {
  margin: 0 auto;
}
.slider_mgs_carousel .owl-item .slide-text.middle_right {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.slider_mgs_carousel .owl-item .slide-text.middle_right > * {
  float: right;
}
.slider_mgs_carousel .owl-item .slide-text.middle_left {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.slider_mgs_carousel .owl-item .slide-text.middle_left > * {
  float: left;
}
.slider_mgs_carousel .owl-item .slide-text.top_left {
  top: 0;
  bottom: auto;
}
.slider_mgs_carousel .owl-item .slide-text.top_left > * {
  float: left;
}
.slider_mgs_carousel .owl-item .slide-text.top_right {
  top: 0;
  bottom: auto;
}
.slider_mgs_carousel .owl-item .slide-text.top_right > * {
  float: right;
}
.slider_mgs_carousel .owl-item .slide-text.bottom_right {
  top: auto;
  bottom: 0;
}
.slider_mgs_carousel .owl-item .slide-text.bottom_right > * {
  float: right;
}
.slider_mgs_carousel .owl-item .slide-text.bottom_left {
  top: auto;
  bottom: 0;
}
.slider_mgs_carousel .owl-item .slide-text.bottom_left > * {
  float: left;
}
.slider_mgs_carousel .owl-item .item-image img {
  opacity: 0;
  visibility: hidden;
}
.slider_mgs_carousel .owl-item .item-image {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}
.fullscreen-slider .owl-carousel {
  height: 100%;
  position: relative;
}
.fullscreen-slider .owl-carousel .row,
.fullscreen-slider .owl-carousel .item-image img,
.fullscreen-slider .owl-carousel .item-image,
.fullscreen-slider .owl-carousel div:not(.owl-controls):not(.slide-text) {
  height: 100%;
}
.fullscreen-slider .owl-carousel .owl-nav {
  height: auto !important;
}
.fullscreen-slider .owl-carousel .owl-nav .owl-prev,
.fullscreen-slider .owl-carousel .owl-nav .owl-next {
  height: auto !important;
}
.fullscreen-slider .owl-carousel .owl-dots {
  height: auto !important;
}
.fullscreen-slider .owl-carousel .owl-dots .owl-dot {
  height: auto !important;
}
.owl-theme .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -30px;
  padding: 0;
  width: 60px;
  height: 60px;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 20px;
  color: #fff;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:before {
  content: "\f178";
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:before {
  content: "\f177";
}
.mfp-arrow-right {
  right: 0;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #fff;
  background-image: url('../../frontend/Evolve/evolve/en_US/MGS_Mpanel/images/loader.gif');
  background-repeat: no-repeat;
  background-position: center center;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Gallery image */
.mfp-img-gallery .mfp-figure:before,
.mfp-img-gallery .mfp-iframe-scaler:before {
  content: "";
  display: block;
  position: fixed;
  z-index: 1049;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  top: 0;
  height: 50px;
  cursor: default;
}
.mfp-img-gallery .mfp-figure .mfp-close,
.mfp-img-gallery .mfp-iframe-scaler .mfp-close {
  font-family: inherit;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1050 !important;
  height: 50px;
  width: 50px;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  font-size: 36px;
  text-align: center;
}
.mfp-img-gallery .mfp-bottom-bar {
  display: block;
  position: fixed;
  z-index: 1049;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  cursor: default;
  margin: 0;
  top: auto;
  padding: 15px;
}
.mfp-img-gallery .mfp-counter {
  padding: 15px 15px 15px 0;
}
@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.tab-content > .tab-pane.product-carousel {
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
}
.tab-content > .tab-pane.product-carousel.active {
  visibility: visible;
  height: auto;
  overflow: visible;
}
.parallax {
  background-attachment: fixed !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.text-colour-gold,.text-colour-gold .promobanner .text{color:#FFD700}
.text-colour-yellow,.text-colour-yellow .promobanner .text{color:#FFFF00}
.text-colour-lightyellow,.text-colour-lightyellow .promobanner .text{color:#FFFFE0}
.text-colour-lemonchiffon,.text-colour-lemonchiffon .promobanner .text{color:#FFFACD}
.text-colour-lightgoldenrodyellow,.text-colour-lightgoldenrodyellow .promobanner .text{color:#FAFAD2}
.text-colour-papayawhip,.text-colour-papayawhip .promobanner .text{color:#FFEFD5}
.text-colour-moccasin,.text-colour-moccasin .promobanner .text{color:#FFE4B5}
.text-colour-peachpuff,.text-colour-peachpuff .promobanner .text{color:#FFDAB9}
.text-colour-palegoldenrod,.text-colour-palegoldenrod .promobanner .text{color:#EEE8AA}
.text-colour-khaki,.text-colour-khaki .promobanner .text{color:#F0E68C}
.text-colour-darkkhaki,.text-colour-darkkhaki .promobanner .text{color:#BDB76B}
.text-colour-lavender,.text-colour-lavender .promobanner .text{color:#E6E6FA}
.text-colour-plum,.text-colour-plum .promobanner .text{color:#DDA0DD}
.text-colour-violet,.text-colour-violet .promobanner .text{color:#EE82EE}
.text-colour-orchid,.text-colour-orchid .promobanner .text{color:#DA70D6}
.text-colour-magenta,.text-colour-magenta .promobanner .text{color:#FF00FF}
.text-colour-mediumorchid,.text-colour-mediumorchid .promobanner .text{color:#BA55D3}
.text-colour-mediumpurple,.text-colour-mediumpurple .promobanner .text{color:#9370DB}
.text-colour-amethyst,.text-colour-amethyst .promobanner .text{color:#9966CC}
.text-colour-blueviolet,.text-colour-blueviolet .promobanner .text{color:#8A2BE2}
.text-colour-darkorchid,.text-colour-darkorchid .promobanner .text{color:#9932CC}
.text-colour-darkviolet,.text-colour-darkviolet .promobanner .text{color:#9400D3}
.text-colour-darkmagenta,.text-colour-darkmagenta .promobanner .text{color:#8B008B}
.text-colour-purple,.text-colour-purple .promobanner .text{color:#800080}
.text-colour-slateblue,.text-colour-slateblue .promobanner .text{color:#6A5ACD}
.text-colour-mediumslateblue,.text-colour-mediumslateblue .promobanner .text{color:#7B68EE}
.text-colour-darkslateblue,.text-colour-darkslateblue .promobanner .text{color:#483D8B}
.text-colour-indigo,.text-colour-indigo .promobanner .text{color:#4B0082}
.text-colour-greenyellow,.text-colour-greenyellow .promobanner .text{color:#ADFF2F}
.text-colour-chartreuse,.text-colour-chartreuse .promobanner .text{color:#7FFF00}
.text-colour-lime,.text-colour-lime .promobanner .text{color:#00FF00}
.text-colour-limegreen,.text-colour-limegreen .promobanner .text{color:#32CD32}
.text-colour-palegreen,.text-colour-palegreen .promobanner .text{color:#98FB98}
.text-colour-lightgreen,.text-colour-lightgreen .promobanner .text{color:#90EE90}
.text-colour-mediumspringgreen,.text-colour-mediumspringgreen .promobanner .text{color:#00FA9A}
.text-colour-springgreen,.text-colour-springgreen .promobanner .text{color:#00FF7F}
.text-colour-mediumseagreen,.text-colour-mediumseagreen .promobanner .text{color:#3CB371}
.text-colour-seagreen,.text-colour-seagreen .promobanner .text{color:#2E8B57}
.text-colour-green,.text-colour-green .promobanner .text{color:#008000}
.text-colour-darkgreen,.text-colour-darkgreen .promobanner .text{color:#006400}
.text-colour-yellowgreen,.text-colour-yellowgreen .promobanner .text{color:#9ACD32}
.text-colour-olivedrab,.text-colour-olivedrab .promobanner .text{color:#6B8E23}
.text-colour-olive,.text-colour-olivedrab .promobanner .text{color:#808000}
.text-colour-darkolivegreen,.text-colour-darkolivegreen .promobanner .text{color:#556B2F}
.text-colour-mediumaquamarine,.text-colour-mediumaquamarine .promobanner .text{color:#66CDAA}
.text-colour-darkseagreen,.text-colour-darkseagreen .promobanner .text{color:#8FBC8F}
.text-colour-lightseagreen,.text-colour-lightseagreen .promobanner .text{color:#20B2AA}
.text-colour-darkcyan,.text-colour-lightseagreen .promobanner .text{color:#008B8B}
.text-colour-teal,.text-colour-teal .promobanner .text{color:#008080}
.text-colour-cyan,.text-colour-cyan .promobanner .text{color:#00FFFF}
.text-colour-lightcyan,.text-colour-cyan .promobanner .text{color:#E0FFFF}
.text-colour-paleturquoise,.text-colour-paleturquoise .promobanner .text{color:#AFEEEE}
.text-colour-aquamarine,.text-colour-aquamarine .promobanner .text{color:#7FFFD4}
.text-colour-turquoise,.text-colour-turquoise .promobanner .text{color:#40E0D0}
.text-colour-darkturquoise,.text-colour-darkturquoise .promobanner .text{color:#00CED1}
.text-colour-cadetblue,.text-colour-cadetblue .promobanner .text{color:#5F9EA0}
.text-colour-steelblue,.text-colour-steelblue .promobanner .text{color:#4682B4}
.text-colour-lightsteelblue,.text-colour-lightsteelblue .promobanner .text{color:#B0C4DE}
.text-colour-powderblue,.text-colour-powderblue .promobanner .text{color:#B0E0E6}
.text-colour-lightblue,.text-colour-lightblue .promobanner .text{color:#ADD8E6}
.text-colour-skyblue,.text-colour-skyblue .promobanner .text{color:#87CEEB}
.text-colour-dodgerblue,.text-colour-dodgerblue .promobanner .text{color:#1E90FF}
.text-colour-cornflowerblue,.text-colour-cornflowerblue .promobanner .text{color:#6495ED}
.text-colour-royalblue,.text-colour-royalblue .promobanner .text{color:#4169E1}
.text-colour-blue,.text-colour-blue .promobanner .text{color:#0000FF}
.text-colour-mediumblue,.text-colour-mediumblue .promobanner .text{color:#0000CD}
.text-colour-navy,.text-colour-navy .promobanner .text{color:#000080}
.text-colour-midnightblue,.text-colour-midnightblue .promobanner .text{color:#191970}
.text-colour-burlywood,.text-colour-burlywood .promobanner .text{color:#DEB887}
.text-colour-tan,.text-colour-tan .promobanner .text{color:#D2B48C}
.text-colour-rosybrown,.text-colour-rosybrown .promobanner .text{color:#BC8F8F}
.text-colour-sandybrown,.text-colour-sandybrown .promobanner .text{color:#F4A460}
.text-colour-goldenrod,.text-colour-goldenrod .promobanner .text{color:#DAA520}
.text-colour-darkgoldenrod,.text-colour-darkgoldenrod .promobanner .text{color:#B8860B}
.text-colour-peru,.text-colour-peru .promobanner .text{color:#CD853F}
.text-colour-chocolate,.text-colour-chocolate .promobanner .text{color:#D2691E}
.text-colour-saddlebrown,.text-colour-saddlebrown .promobanner .text{color:#8B4513}
.text-colour-sienna,.text-colour-sienna .promobanner .text{color:#A0522D}
.text-colour-brown,.text-colour-brown .promobanner .text{color:#A52A2A}
.text-colour-maroon,.text-colour-maroon .promobanner .text{color:#800000}
.text-colour-white,.text-colour-white .promobanner .text{color:#FFFFFF}
.text-colour-honeydew,.text-colour-honeydew .promobanner .text{color:#F0FFF0}
.text-colour-azure,.text-colour-azure .promobanner .text{color:#F0FFFF}
.text-colour-ghostwhite,.text-colour-ghostwhite .promobanner .text{color:#F8F8FF}
.text-colour-whitesmoke,.text-colour-whitesmoke .promobanner .text{color:#F5F5F5}
.text-colour-beige,.text-colour-beige .promobanner .text{color:#F5F5DC}
.text-colour-gainsboro,.text-colour-gainsboro .promobanner .text{color:#DCDCDC}
.text-colour-lightgrey,.text-colour-lightgrey .promobanner .text{color:#D3D3D3}
.text-colour-silver,.text-colour-silver .promobanner .text{color:#C0C0C0}
.text-colour-darkgray,.text-colour-darkgray .promobanner .text, .text-colour-black .content-heading .title{color:#A9A9A9}
.text-colour-gray,.text-colour-gray .promobanner .text, .text-colour-black .content-heading .title{color:#808080}
.text-colour-dimgray,.text-colour-dimgray .promobanner .text, .text-colour-dimgray .content-heading .title{color:#696969}
.text-colour-lightslategray,.text-colour-lightslategray .promobanner .text, .text-colour-lightslategray .content-heading .title{color:#778899}
.text-colour-slategray,.text-colour-slategray .promobanner .text, .text-colour-slategray .content-heading .title{color:#708090}
.text-colour-darkslategray,.text-colour-darkslategray .promobanner .text, .text-colour-darkslategray .content-heading .title{color:#2F4F4F}
.text-colour-black,.text-colour-black .promobanner .text, .text-colour-black .content-heading .title{color:#000000}

/* Link */
.link-colour-indianred a{color:#CD5C5C}
.link-colour-lightcoral a{color:#F08080}
.link-colour-salmon a{color:#FA8072}
.link-colour-darksalmon a{color:#E9967A}
.link-colour-lightsalmon a{color:#FFA07A}
.link-colour-crimson a{color:#DC143C}
.link-colour-red a{color:#FF0000}
.link-colour-pink a{color:#FFC0CB}
.link-colour-lightpink a{color:#FFB6C1}
.link-colour-hotpink a{color:#FF69B4}
.link-colour-deeppink a{color:#FF1493}
.link-colour-mediumvioletred a{color:#C71585}
.link-colour-palevioletred a{color:#DB7093}
.link-colour-coral a{color:#FF7F50}
.link-colour-tomato a{color:#FF6347}
.link-colour-orangered a{color:#FF4500}
.link-colour-darkorange a{color:#FF8C00}
.link-colour-orange a{color:#FFA500}
.link-colour-gold a{color:#FFD700}
.link-colour-yellow a{color:#FFFF00}
.link-colour-lightyellow a{color:#FFFFE0}
.link-colour-lemonchiffon a{color:#FFFACD}
.link-colour-lightgoldenrodyellow a{color:#FAFAD2}
.link-colour-papayawhip a{color:#FFEFD5}
.link-colour-moccasin a{color:#FFE4B5}
.link-colour-peachpuff a{color:#FFDAB9}
.link-colour-palegoldenrod a{color:#EEE8AA}
.link-colour-khaki a{color:#F0E68C}
.link-colour-darkkhaki a{color:#BDB76B}
.link-colour-lavender a{color:#E6E6FA}
.link-colour-plum a{color:#DDA0DD}
.link-colour-violet a{color:#EE82EE}
.link-colour-orchid a{color:#DA70D6}
.link-colour-magenta a{color:#FF00FF}
.link-colour-mediumorchid a{color:#BA55D3}
.link-colour-mediumpurple a{color:#9370DB}
.link-colour-amethyst a{color:#9966CC}
.link-colour-blueviolet a{color:#8A2BE2}
.link-colour-darkorchid a{color:#9932CC}
.link-colour-darkviolet a{color:#9400D3}
.link-colour-darkmagenta a{color:#8B008B}
.link-colour-purple a{color:#800080}
.link-colour-slateblue a{color:#6A5ACD}
.link-colour-mediumslateblue a{color:#7B68EE}
.link-colour-darkslateblue a{color:#483D8B}
.link-colour-indigo a{color:#4B0082}
.link-colour-greenyellow a{color:#ADFF2F}
.link-colour-chartreuse a{color:#7FFF00}
.link-colour-lime a{color:#00FF00}
.link-colour-limegreen a{color:#32CD32}
.link-colour-palegreen a{color:#98FB98}
.link-colour-lightgreen a{color:#90EE90}
.link-colour-mediumspringgreen a{color:#00FA9A}
.link-colour-springgreen a{color:#00FF7F}
.link-colour-mediumseagreen a{color:#3CB371}
.link-colour-seagreen a{color:#2E8B57}
.link-colour-green a{color:#008000}
.link-colour-darkgreen a{color:#006400}
.link-colour-yellowgreen a{color:#9ACD32}
.link-colour-olivedrab a{color:#6B8E23}
.link-colour-olive a{color:#808000}
.link-colour-darkolivegreen a{color:#556B2F}
.link-colour-mediumaquamarine a{color:#66CDAA}
.link-colour-darkseagreen a{color:#8FBC8F}
.link-colour-lightseagreen a{color:#20B2AA}
.link-colour-darkcyan a{color:#008B8B}
.link-colour-teal a{color:#008080}
.link-colour-cyan a{color:#00FFFF}
.link-colour-lightcyan a{color:#E0FFFF}
.link-colour-paleturquoise a{color:#AFEEEE}
.link-colour-aquamarine a{color:#7FFFD4}
.link-colour-turquoise a{color:#40E0D0}
.link-colour-darkturquoise a{color:#00CED1}
.link-colour-cadetblue a{color:#5F9EA0}
.link-colour-steelblue a{color:#4682B4}
.link-colour-lightsteelblue a{color:#B0C4DE}
.link-colour-powderblue a{color:#B0E0E6}
.link-colour-lightblue a{color:#ADD8E6}
.link-colour-skyblue a{color:#87CEEB}
.link-colour-dodgerblue a{color:#1E90FF}
.link-colour-cornflowerblue a{color:#6495ED}
.link-colour-royalblue a{color:#4169E1}
.link-colour-blue a{color:#0000FF}
.link-colour-mediumblue a{color:#0000CD}
.link-colour-navy a{color:#000080}
.link-colour-midnightblue a{color:#191970}
.link-colour-burlywood a{color:#DEB887}
.link-colour-tan a{color:#D2B48C}
.link-colour-rosybrown a{color:#BC8F8F}
.link-colour-sandybrown a{color:#F4A460}
.link-colour-goldenrod a{color:#DAA520}
.link-colour-darkgoldenrod a{color:#B8860B}
.link-colour-peru a{color:#CD853F}
.link-colour-chocolate a{color:#D2691E}
.link-colour-saddlebrown a{color:#8B4513}
.link-colour-sienna a{color:#A0522D}
.link-colour-brown a{color:#A52A2A}
.link-colour-maroon a{color:#800000}
.link-colour-white a{color:#FFFFFF}
.link-colour-honeydew a{color:#F0FFF0}
.link-colour-azure a{color:#F0FFFF}
.link-colour-ghostwhite a{color:#F8F8FF}
.link-colour-whitesmoke a{color:#F5F5F5}
.link-colour-beige a{color:#F5F5DC}
.link-colour-gainsboro a{color:#DCDCDC}
.link-colour-lightgrey a{color:#D3D3D3}
.link-colour-silver a{color:#C0C0C0}
.link-colour-darkgray a{color:#A9A9A9}
.link-colour-gray a{color:#808080}
.link-colour-dimgray a{color:#696969}
.link-colour-lightslategray a{color:#778899}
.link-colour-slategray a{color:#708090}
.link-colour-darkslategray a{color:#2F4F4F}
.link-colour-black a{color:#000000}

/* Link Hover*/
.link-hover-colour-indianred a:hover{color:#CD5C5C}
.link-hover-colour-lightcoral a:hover{color:#F08080}
.link-hover-colour-salmon a:hover{color:#FA8072}
.link-hover-colour-darksalmon a:hover{color:#E9967A}
.link-hover-colour-lightsalmon a:hover{color:#FFA07A}
.link-hover-colour-crimson a:hover{color:#DC143C}
.link-hover-colour-red a:hover{color:#FF0000}
.link-hover-colour-pink a:hover{color:#FFC0CB}
.link-hover-colour-lightpink a:hover{color:#FFB6C1}
.link-hover-colour-hotpink a:hover{color:#FF69B4}
.link-hover-colour-deeppink a:hover{color:#FF1493}
.link-hover-colour-mediumvioletred a:hover{color:#C71585}
.link-hover-colour-palevioletred a:hover{color:#DB7093}
.link-hover-colour-coral a:hover{color:#FF7F50}
.link-hover-colour-tomato a:hover{color:#FF6347}
.link-hover-colour-orangered a:hover{color:#FF4500}
.link-hover-colour-darkorange a:hover{color:#FF8C00}
.link-hover-colour-orange a:hover{color:#FFA500}
.link-hover-colour-gold a:hover{color:#FFD700}
.link-hover-colour-yellow a:hover{color:#FFFF00}
.link-hover-colour-lightyellow a:hover{color:#FFFFE0}
.link-hover-colour-lemonchiffon a:hover{color:#FFFACD}
.link-hover-colour-lightgoldenrodyellow a:hover{color:#FAFAD2}
.link-hover-colour-papayawhip a:hover{color:#FFEFD5}
.link-hover-colour-moccasin a:hover{color:#FFE4B5}
.link-hover-colour-peachpuff a:hover{color:#FFDAB9}
.link-hover-colour-palegoldenrod a:hover{color:#EEE8AA}
.link-hover-colour-khaki a:hover{color:#F0E68C}
.link-hover-colour-darkkhaki a:hover{color:#BDB76B}
.link-hover-colour-lavender a:hover{color:#E6E6FA}
.link-hover-colour-plum a:hover{color:#DDA0DD}
.link-hover-colour-violet a:hover{color:#EE82EE}
.link-hover-colour-orchid a:hover{color:#DA70D6}
.link-hover-colour-magenta a:hover{color:#FF00FF}
.link-hover-colour-mediumorchid a:hover{color:#BA55D3}
.link-hover-colour-mediumpurple a:hover{color:#9370DB}
.link-hover-colour-amethyst a:hover{color:#9966CC}
.link-hover-colour-blueviolet a:hover{color:#8A2BE2}
.link-hover-colour-darkorchid a:hover{color:#9932CC}
.link-hover-colour-darkviolet a:hover{color:#9400D3}
.link-hover-colour-darkmagenta a:hover{color:#8B008B}
.link-hover-colour-purple a:hover{color:#800080}
.link-hover-colour-slateblue a:hover{color:#6A5ACD}
.link-hover-colour-mediumslateblue a:hover{color:#7B68EE}
.link-hover-colour-darkslateblue a:hover{color:#483D8B}
.link-hover-colour-indigo a:hover{color:#4B0082}
.link-hover-colour-greenyellow a:hover{color:#ADFF2F}
.link-hover-colour-chartreuse a:hover{color:#7FFF00}
.link-hover-colour-lime a:hover{color:#00FF00}
.link-hover-colour-limegreen a:hover{color:#32CD32}
.link-hover-colour-palegreen a:hover{color:#98FB98}
.link-hover-colour-lightgreen a:hover{color:#90EE90}
.link-hover-colour-mediumspringgreen a:hover{color:#00FA9A}
.link-hover-colour-springgreen a:hover{color:#00FF7F}
.link-hover-colour-mediumseagreen a:hover{color:#3CB371}
.link-hover-colour-seagreen a:hover{color:#2E8B57}
.link-hover-colour-green a:hover{color:#008000}
.link-hover-colour-darkgreen a:hover{color:#006400}
.link-hover-colour-yellowgreen a:hover{color:#9ACD32}
.link-hover-colour-olivedrab a:hover{color:#6B8E23}
.link-hover-colour-olive a:hover{color:#808000}
.link-hover-colour-darkolivegreen a:hover{color:#556B2F}
.link-hover-colour-mediumaquamarine a:hover{color:#66CDAA}
.link-hover-colour-darkseagreen a:hover{color:#8FBC8F}
.link-hover-colour-lightseagreen a:hover{color:#20B2AA}
.link-hover-colour-darkcyan a:hover{color:#008B8B}
.link-hover-colour-teal a:hover{color:#008080}
.link-hover-colour-cyan a:hover{color:#00FFFF}
.link-hover-colour-lightcyan a:hover{color:#E0FFFF}
.link-hover-colour-paleturquoise a:hover{color:#AFEEEE}
.link-hover-colour-aquamarine a:hover{color:#7FFFD4}
.link-hover-colour-turquoise a:hover{color:#40E0D0}
.link-hover-colour-darkturquoise a:hover{color:#00CED1}
.link-hover-colour-cadetblue a:hover{color:#5F9EA0}
.link-hover-colour-steelblue a:hover{color:#4682B4}
.link-hover-colour-lightsteelblue a:hover{color:#B0C4DE}
.link-hover-colour-powderblue a:hover{color:#B0E0E6}
.link-hover-colour-lightblue a:hover{color:#ADD8E6}
.link-hover-colour-skyblue a:hover{color:#87CEEB}
.link-hover-colour-dodgerblue a:hover{color:#1E90FF}
.link-hover-colour-cornflowerblue a:hover{color:#6495ED}
.link-hover-colour-royalblue a:hover{color:#4169E1}
.link-hover-colour-blue a:hover{color:#0000FF}
.link-hover-colour-mediumblue a:hover{color:#0000CD}
.link-hover-colour-navy a:hover{color:#000080}
.link-hover-colour-midnightblue a:hover{color:#191970}
.link-hover-colour-burlywood a:hover{color:#DEB887}
.link-hover-colour-tan a:hover{color:#D2B48C}
.link-hover-colour-rosybrown a:hover{color:#BC8F8F}
.link-hover-colour-sandybrown a:hover{color:#F4A460}
.link-hover-colour-goldenrod a:hover{color:#DAA520}
.link-hover-colour-darkgoldenrod a:hover{color:#B8860B}
.link-hover-colour-peru a:hover{color:#CD853F}
.link-hover-colour-chocolate a:hover{color:#D2691E}
.link-hover-colour-saddlebrown a:hover{color:#8B4513}
.link-hover-colour-sienna a:hover{color:#A0522D}
.link-hover-colour-brown a:hover{color:#A52A2A}
.link-hover-colour-maroon a:hover{color:#800000}
.link-hover-colour-white a:hover{color:#FFFFFF}
.link-hover-colour-honeydew a:hover{color:#F0FFF0}
.link-hover-colour-azure a:hover{color:#F0FFFF}
.link-hover-colour-ghostwhite a:hover{color:#F8F8FF}
.link-hover-colour-whitesmoke a:hover{color:#F5F5F5}
.link-hover-colour-beige a:hover{color:#F5F5DC}
.link-hover-colour-gainsboro a:hover{color:#DCDCDC}
.link-hover-colour-lightgrey a:hover{color:#D3D3D3}
.link-hover-colour-silver a:hover{color:#C0C0C0}
.link-hover-colour-darkgray a:hover{color:#A9A9A9}
.link-hover-colour-gray a:hover{color:#808080}
.link-hover-colour-dimgray a:hover{color:#696969}
.link-hover-colour-lightslategray a:hover{color:#778899}
.link-hover-colour-slategray a:hover{color:#708090}
.link-hover-colour-darkslategray a:hover{color:#2F4F4F}
.link-hover-colour-black a:hover{color:#000000}

/* Button*/
.button-colour-transparent button{background-color:transparent}
.button-colour-indianred button{background-color:#CD5C5C}
.button-colour-lightcoral button{background-color:#F08080}
.button-colour-salmon button{background-color:#FA8072}
.button-colour-darksalmon button{background-color:#E9967A}
.button-colour-lightsalmon button{background-color:#FFA07A}
.button-colour-crimson button{background-color:#DC143C}
.button-colour-red button{background-color:#FF0000}
.button-colour-pink button{background-color:#FFC0CB}
.button-colour-lightpink button{background-color:#FFB6C1}
.button-colour-hotpink button{background-color:#FF69B4}
.button-colour-deeppink button{background-color:#FF1493}
.button-colour-mediumvioletred button{background-color:#C71585}
.button-colour-palevioletred button{background-color:#DB7093}
.button-colour-coral button{background-color:#FF7F50}
.button-colour-tomato button{background-color:#FF6347}
.button-colour-orangered button{background-color:#FF4500}
.button-colour-darkorange button{background-color:#FF8C00}
.button-colour-orange button{background-color:#FFA500}
.button-colour-gold button{background-color:#FFD700}
.button-colour-yellow button{background-color:#FFFF00}
.button-colour-lightyellow button{background-color:#FFFFE0}
.button-colour-lemonchiffon button{background-color:#FFFACD}
.button-colour-lightgoldenrodyellow button{background-color:#FAFAD2}
.button-colour-papayawhip button{background-color:#FFEFD5}
.button-colour-moccasin button{background-color:#FFE4B5}
.button-colour-peachpuff button{background-color:#FFDAB9}
.button-colour-palegoldenrod button{background-color:#EEE8AA}
.button-colour-khaki button{background-color:#F0E68C}
.button-colour-darkkhaki button{background-color:#BDB76B}
.button-colour-lavender button{background-color:#E6E6FA}
.button-colour-plum button{background-color:#DDA0DD}
.button-colour-violet button{background-color:#EE82EE}
.button-colour-orchid button{background-color:#DA70D6}
.button-colour-magenta button{background-color:#FF00FF}
.button-colour-mediumorchid button{background-color:#BA55D3}
.button-colour-mediumpurple button{background-color:#9370DB}
.button-colour-amethyst button{background-color:#9966CC}
.button-colour-blueviolet button{background-color:#8A2BE2}
.button-colour-darkorchid button{background-color:#9932CC}
.button-colour-darkviolet button{background-color:#9400D3}
.button-colour-darkmagenta button{background-color:#8B008B}
.button-colour-purple button{background-color:#800080}
.button-colour-slateblue button{background-color:#6A5ACD}
.button-colour-mediumslateblue button{background-color:#7B68EE}
.button-colour-darkslateblue button{background-color:#483D8B}
.button-colour-indigo button{background-color:#4B0082}
.button-colour-greenyellow button{background-color:#ADFF2F}
.button-colour-chartreuse button{background-color:#7FFF00}
.button-colour-lime button{background-color:#00FF00}
.button-colour-limegreen button{background-color:#32CD32}
.button-colour-palegreen button{background-color:#98FB98}
.button-colour-lightgreen button{background-color:#90EE90}
.button-colour-mediumspringgreen button{background-color:#00FA9A}
.button-colour-springgreen button{background-color:#00FF7F}
.button-colour-mediumseagreen button{background-color:#3CB371}
.button-colour-seagreen button{background-color:#2E8B57}
.button-colour-green button{background-color:#008000}
.button-colour-darkgreen button{background-color:#006400}
.button-colour-yellowgreen button{background-color:#9ACD32}
.button-colour-olivedrab button{background-color:#6B8E23}
.button-colour-olive button{background-color:#808000}
.button-colour-darkolivegreen button{background-color:#556B2F}
.button-colour-mediumaquamarine button{background-color:#66CDAA}
.button-colour-darkseagreen button{background-color:#8FBC8F}
.button-colour-lightseagreen button{background-color:#20B2AA}
.button-colour-darkcyan button{background-color:#008B8B}
.button-colour-teal button{background-color:#008080}
.button-colour-cyan button{background-color:#00FFFF}
.button-colour-lightcyan button{background-color:#E0FFFF}
.button-colour-paleturquoise button{background-color:#AFEEEE}
.button-colour-aquamarine button{background-color:#7FFFD4}
.button-colour-turquoise button{background-color:#40E0D0}
.button-colour-darkturquoise button{background-color:#00CED1}
.button-colour-cadetblue button{background-color:#5F9EA0}
.button-colour-steelblue button{background-color:#4682B4}
.button-colour-lightsteelblue button{background-color:#B0C4DE}
.button-colour-powderblue button{background-color:#B0E0E6}
.button-colour-lightblue button{background-color:#ADD8E6}
.button-colour-skyblue button{background-color:#87CEEB}
.button-colour-dodgerblue button{background-color:#1E90FF}
.button-colour-cornflowerblue button{background-color:#6495ED}
.button-colour-royalblue button{background-color:#4169E1}
.button-colour-blue button{background-color:#0000FF}
.button-colour-mediumblue button{background-color:#0000CD}
.button-colour-navy button{background-color:#000080}
.button-colour-midnightblue button{background-color:#191970}
.button-colour-burlywood button{background-color:#DEB887}
.button-colour-tan button{background-color:#D2B48C}
.button-colour-rosybrown button{background-color:#BC8F8F}
.button-colour-sandybrown button{background-color:#F4A460}
.button-colour-goldenrod button{background-color:#DAA520}
.button-colour-darkgoldenrod button{background-color:#B8860B}
.button-colour-peru button{background-color:#CD853F}
.button-colour-chocolate button{background-color:#D2691E}
.button-colour-saddlebrown button{background-color:#8B4513}
.button-colour-sienna button{background-color:#A0522D}
.button-colour-brown button{background-color:#A52A2A}
.button-colour-maroon button{background-color:#800000}
.button-colour-white button{background-color:#FFFFFF}
.button-colour-honeydew button{background-color:#F0FFF0}
.button-colour-azure button{background-color:#F0FFFF}
.button-colour-ghostwhite button{background-color:#F8F8FF}
.button-colour-whitesmoke button{background-color:#F5F5F5}
.button-colour-beige button{background-color:#F5F5DC}
.button-colour-gainsboro button{background-color:#DCDCDC}
.button-colour-lightgrey button{background-color:#D3D3D3}
.button-colour-silver button{background-color:#C0C0C0}
.button-colour-darkgray button{background-color:#A9A9A9}
.button-colour-gray button{background-color:#808080}
.button-colour-dimgray button{background-color:#696969}
.button-colour-lightslategray button{background-color:#778899}
.button-colour-slategray button{background-color:#708090}
.button-colour-darkslategray button{background-color:#2F4F4F}
.button-colour-black button{background-color:#000000}

/* Button Hover*/
.button-hover-colour-transparent button:hover{background-color:transparent}
.button-hover-colour-indianred button:hover{background-color:#CD5C5C}
.button-hover-colour-lightcoral button:hover{background-color:#F08080}
.button-hover-colour-salmon button:hover{background-color:#FA8072}
.button-hover-colour-darksalmon button:hover{background-color:#E9967A}
.button-hover-colour-lightsalmon button:hover{background-color:#FFA07A}
.button-hover-colour-crimson button:hover{background-color:#DC143C}
.button-hover-colour-red button:hover{background-color:#FF0000}
.button-hover-colour-pink button:hover{background-color:#FFC0CB}
.button-hover-colour-lightpink button:hover{background-color:#FFB6C1}
.button-hover-colour-hotpink button:hover{background-color:#FF69B4}
.button-hover-colour-deeppink button:hover{background-color:#FF1493}
.button-hover-colour-mediumvioletred button:hover{background-color:#C71585}
.button-hover-colour-palevioletred button:hover{background-color:#DB7093}
.button-hover-colour-coral button:hover{background-color:#FF7F50}
.button-hover-colour-tomato button:hover{background-color:#FF6347}
.button-hover-colour-orangered button:hover{background-color:#FF4500}
.button-hover-colour-darkorange button:hover{background-color:#FF8C00}
.button-hover-colour-orange button:hover{background-color:#FFA500}
.button-hover-colour-gold button:hover{background-color:#FFD700}
.button-hover-colour-yellow button:hover{background-color:#FFFF00}
.button-hover-colour-lightyellow button:hover{background-color:#FFFFE0}
.button-hover-colour-lemonchiffon button:hover{background-color:#FFFACD}
.button-hover-colour-lightgoldenrodyellow button:hover{background-color:#FAFAD2}
.button-hover-colour-papayawhip button:hover{background-color:#FFEFD5}
.button-hover-colour-moccasin button:hover{background-color:#FFE4B5}
.button-hover-colour-peachpuff button:hover{background-color:#FFDAB9}
.button-hover-colour-palegoldenrod button:hover{background-color:#EEE8AA}
.button-hover-colour-khaki button:hover{background-color:#F0E68C}
.button-hover-colour-darkkhaki button:hover{background-color:#BDB76B}
.button-hover-colour-lavender button:hover{background-color:#E6E6FA}
.button-hover-colour-plum button:hover{background-color:#DDA0DD}
.button-hover-colour-violet button:hover{background-color:#EE82EE}
.button-hover-colour-orchid button:hover{background-color:#DA70D6}
.button-hover-colour-magenta button:hover{background-color:#FF00FF}
.button-hover-colour-mediumorchid button:hover{background-color:#BA55D3}
.button-hover-colour-mediumpurple button:hover{background-color:#9370DB}
.button-hover-colour-amethyst button:hover{background-color:#9966CC}
.button-hover-colour-blueviolet button:hover{background-color:#8A2BE2}
.button-hover-colour-darkorchid button:hover{background-color:#9932CC}
.button-hover-colour-darkviolet button:hover{background-color:#9400D3}
.button-hover-colour-darkmagenta button:hover{background-color:#8B008B}
.button-hover-colour-purple button:hover{background-color:#800080}
.button-hover-colour-slateblue button:hover{background-color:#6A5ACD}
.button-hover-colour-mediumslateblue button:hover{background-color:#7B68EE}
.button-hover-colour-darkslateblue button:hover{background-color:#483D8B}
.button-hover-colour-indigo button:hover{background-color:#4B0082}
.button-hover-colour-greenyellow button:hover{background-color:#ADFF2F}
.button-hover-colour-chartreuse button:hover{background-color:#7FFF00}
.button-hover-colour-lime button:hover{background-color:#00FF00}
.button-hover-colour-limegreen button:hover{background-color:#32CD32}
.button-hover-colour-palegreen button:hover{background-color:#98FB98}
.button-hover-colour-lightgreen button:hover{background-color:#90EE90}
.button-hover-colour-mediumspringgreen button:hover{background-color:#00FA9A}
.button-hover-colour-springgreen button:hover{background-color:#00FF7F}
.button-hover-colour-mediumseagreen button:hover{background-color:#3CB371}
.button-hover-colour-seagreen button:hover{background-color:#2E8B57}
.button-hover-colour-green button:hover{background-color:#008000}
.button-hover-colour-darkgreen button:hover{background-color:#006400}
.button-hover-colour-yellowgreen button:hover{background-color:#9ACD32}
.button-hover-colour-olivedrab button:hover{background-color:#6B8E23}
.button-hover-colour-olive button:hover{background-color:#808000}
.button-hover-colour-darkolivegreen button:hover{background-color:#556B2F}
.button-hover-colour-mediumaquamarine button:hover{background-color:#66CDAA}
.button-hover-colour-darkseagreen button:hover{background-color:#8FBC8F}
.button-hover-colour-lightseagreen button:hover{background-color:#20B2AA}
.button-hover-colour-darkcyan button:hover{background-color:#008B8B}
.button-hover-colour-teal button:hover{background-color:#008080}
.button-hover-colour-cyan button:hover{background-color:#00FFFF}
.button-hover-colour-lightcyan button:hover{background-color:#E0FFFF}
.button-hover-colour-paleturquoise button:hover{background-color:#AFEEEE}
.button-hover-colour-aquamarine button:hover{background-color:#7FFFD4}
.button-hover-colour-turquoise button:hover{background-color:#40E0D0}
.button-hover-colour-darkturquoise button:hover{background-color:#00CED1}
.button-hover-colour-cadetblue button:hover{background-color:#5F9EA0}
.button-hover-colour-steelblue button:hover{background-color:#4682B4}
.button-hover-colour-lightsteelblue button:hover{background-color:#B0C4DE}
.button-hover-colour-powderblue button:hover{background-color:#B0E0E6}
.button-hover-colour-lightblue button:hover{background-color:#ADD8E6}
.button-hover-colour-skyblue button:hover{background-color:#87CEEB}
.button-hover-colour-dodgerblue button:hover{background-color:#1E90FF}
.button-hover-colour-cornflowerblue button:hover{background-color:#6495ED}
.button-hover-colour-royalblue button:hover{background-color:#4169E1}
.button-hover-colour-blue button:hover{background-color:#0000FF}
.button-hover-colour-mediumblue button:hover{background-color:#0000CD}
.button-hover-colour-navy button:hover{background-color:#000080}
.button-hover-colour-midnightblue button:hover{background-color:#191970}
.button-hover-colour-burlywood button:hover{background-color:#DEB887}
.button-hover-colour-tan button:hover{background-color:#D2B48C}
.button-hover-colour-rosybrown button:hover{background-color:#BC8F8F}
.button-hover-colour-sandybrown button:hover{background-color:#F4A460}
.button-hover-colour-goldenrod button:hover{background-color:#DAA520}
.button-hover-colour-darkgoldenrod button:hover{background-color:#B8860B}
.button-hover-colour-peru button:hover{background-color:#CD853F}
.button-hover-colour-chocolate button:hover{background-color:#D2691E}
.button-hover-colour-saddlebrown button:hover{background-color:#8B4513}
.button-hover-colour-sienna button:hover{background-color:#A0522D}
.button-hover-colour-brown button:hover{background-color:#A52A2A}
.button-hover-colour-maroon button:hover{background-color:#800000}
.button-hover-colour-white button:hover{background-color:#FFFFFF}
.button-hover-colour-honeydew button:hover{background-color:#F0FFF0}
.button-hover-colour-azure button:hover{background-color:#F0FFFF}
.button-hover-colour-ghostwhite button:hover{background-color:#F8F8FF}
.button-hover-colour-whitesmoke button:hover{background-color:#F5F5F5}
.button-hover-colour-beige button:hover{background-color:#F5F5DC}
.button-hover-colour-gainsboro button:hover{background-color:#DCDCDC}
.button-hover-colour-lightgrey button:hover{background-color:#D3D3D3}
.button-hover-colour-silver button:hover{background-color:#C0C0C0}
.button-hover-colour-darkgray button:hover{background-color:#A9A9A9}
.button-hover-colour-gray button:hover{background-color:#808080}
.button-hover-colour-dimgray button:hover{background-color:#696969}
.button-hover-colour-lightslategray button:hover{background-color:#778899}
.button-hover-colour-slategray button:hover{background-color:#708090}
.button-hover-colour-darkslategray button:hover{background-color:#2F4F4F}
.button-hover-colour-black button:hover{background-color:#000000}

/* Button Text*/
.button-text-colour-indianred button{color:#CD5C5C}
.button-text-colour-lightcoral button{color:#F08080}
.button-text-colour-salmon button{color:#FA8072}
.button-text-colour-darksalmon button{color:#E9967A}
.button-text-colour-lightsalmon button{color:#FFA07A}
.button-text-colour-crimson button{color:#DC143C}
.button-text-colour-red button{color:#FF0000}
.button-text-colour-pink button{color:#FFC0CB}
.button-text-colour-lightpink button{color:#FFB6C1}
.button-text-colour-hotpink button{color:#FF69B4}
.button-text-colour-deeppink button{color:#FF1493}
.button-text-colour-mediumvioletred button{color:#C71585}
.button-text-colour-palevioletred button{color:#DB7093}
.button-text-colour-coral button{color:#FF7F50}
.button-text-colour-tomato button{color:#FF6347}
.button-text-colour-orangered button{color:#FF4500}
.button-text-colour-darkorange button{color:#FF8C00}
.button-text-colour-orange button{color:#FFA500}
.button-text-colour-gold button{color:#FFD700}
.button-text-colour-yellow button{color:#FFFF00}
.button-text-colour-lightyellow button{color:#FFFFE0}
.button-text-colour-lemonchiffon button{color:#FFFACD}
.button-text-colour-lightgoldenrodyellow button{color:#FAFAD2}
.button-text-colour-papayawhip button{color:#FFEFD5}
.button-text-colour-moccasin button{color:#FFE4B5}
.button-text-colour-peachpuff button{color:#FFDAB9}
.button-text-colour-palegoldenrod button{color:#EEE8AA}
.button-text-colour-khaki button{color:#F0E68C}
.button-text-colour-darkkhaki button{color:#BDB76B}
.button-text-colour-lavender button{color:#E6E6FA}
.button-text-colour-plum button{color:#DDA0DD}
.button-text-colour-violet button{color:#EE82EE}
.button-text-colour-orchid button{color:#DA70D6}
.button-text-colour-magenta button{color:#FF00FF}
.button-text-colour-mediumorchid button{color:#BA55D3}
.button-text-colour-mediumpurple button{color:#9370DB}
.button-text-colour-amethyst button{color:#9966CC}
.button-text-colour-blueviolet button{color:#8A2BE2}
.button-text-colour-darkorchid button{color:#9932CC}
.button-text-colour-darkviolet button{color:#9400D3}
.button-text-colour-darkmagenta button{color:#8B008B}
.button-text-colour-purple button{color:#800080}
.button-text-colour-slateblue button{color:#6A5ACD}
.button-text-colour-mediumslateblue button{color:#7B68EE}
.button-text-colour-darkslateblue button{color:#483D8B}
.button-text-colour-indigo button{color:#4B0082}
.button-text-colour-greenyellow button{color:#ADFF2F}
.button-text-colour-chartreuse button{color:#7FFF00}
.button-text-colour-lime button{color:#00FF00}
.button-text-colour-limegreen button{color:#32CD32}
.button-text-colour-palegreen button{color:#98FB98}
.button-text-colour-lightgreen button{color:#90EE90}
.button-text-colour-mediumspringgreen button{color:#00FA9A}
.button-text-colour-springgreen button{color:#00FF7F}
.button-text-colour-mediumseagreen button{color:#3CB371}
.button-text-colour-seagreen button{color:#2E8B57}
.button-text-colour-green button{color:#008000}
.button-text-colour-darkgreen button{color:#006400}
.button-text-colour-yellowgreen button{color:#9ACD32}
.button-text-colour-olivedrab button{color:#6B8E23}
.button-text-colour-olive button{color:#808000}
.button-text-colour-darkolivegreen button{color:#556B2F}
.button-text-colour-mediumaquamarine button{color:#66CDAA}
.button-text-colour-darkseagreen button{color:#8FBC8F}
.button-text-colour-lightseagreen button{color:#20B2AA}
.button-text-colour-darkcyan button{color:#008B8B}
.button-text-colour-teal button{color:#008080}
.button-text-colour-cyan button{color:#00FFFF}
.button-text-colour-lightcyan button{color:#E0FFFF}
.button-text-colour-paleturquoise button{color:#AFEEEE}
.button-text-colour-aquamarine button{color:#7FFFD4}
.button-text-colour-turquoise button{color:#40E0D0}
.button-text-colour-darkturquoise button{color:#00CED1}
.button-text-colour-cadetblue button{color:#5F9EA0}
.button-text-colour-steelblue button{color:#4682B4}
.button-text-colour-lightsteelblue button{color:#B0C4DE}
.button-text-colour-powderblue button{color:#B0E0E6}
.button-text-colour-lightblue button{color:#ADD8E6}
.button-text-colour-skyblue button{color:#87CEEB}
.button-text-colour-dodgerblue button{color:#1E90FF}
.button-text-colour-cornflowerblue button{color:#6495ED}
.button-text-colour-royalblue button{color:#4169E1}
.button-text-colour-blue button{color:#0000FF}
.button-text-colour-mediumblue button{color:#0000CD}
.button-text-colour-navy button{color:#000080}
.button-text-colour-midnightblue button{color:#191970}
.button-text-colour-burlywood button{color:#DEB887}
.button-text-colour-tan button{color:#D2B48C}
.button-text-colour-rosybrown button{color:#BC8F8F}
.button-text-colour-sandybrown button{color:#F4A460}
.button-text-colour-goldenrod button{color:#DAA520}
.button-text-colour-darkgoldenrod button{color:#B8860B}
.button-text-colour-peru button{color:#CD853F}
.button-text-colour-chocolate button{color:#D2691E}
.button-text-colour-saddlebrown button{color:#8B4513}
.button-text-colour-sienna button{color:#A0522D}
.button-text-colour-brown button{color:#A52A2A}
.button-text-colour-maroon button{color:#800000}
.button-text-colour-white button{color:#FFFFFF}
.button-text-colour-honeydew button{color:#F0FFF0}
.button-text-colour-azure button{color:#F0FFFF}
.button-text-colour-ghostwhite button{color:#F8F8FF}
.button-text-colour-whitesmoke button{color:#F5F5F5}
.button-text-colour-beige button{color:#F5F5DC}
.button-text-colour-gainsboro button{color:#DCDCDC}
.button-text-colour-lightgrey button{color:#D3D3D3}
.button-text-colour-silver button{color:#C0C0C0}
.button-text-colour-darkgray button{color:#A9A9A9}
.button-text-colour-gray button{color:#808080}
.button-text-colour-dimgray button{color:#696969}
.button-text-colour-lightslategray button{color:#778899}
.button-text-colour-slategray button{color:#708090}
.button-text-colour-darkslategray button{color:#2F4F4F}
.button-text-colour-black button{color:#000000}

/* Button Text Hover*/
.button-text-hover-colour-indianred button:hover{color:#CD5C5C}
.button-text-hover-colour-lightcoral button:hover{color:#F08080}
.button-text-hover-colour-salmon button:hover{color:#FA8072}
.button-text-hover-colour-darksalmon button:hover{color:#E9967A}
.button-text-hover-colour-lightsalmon button:hover{color:#FFA07A}
.button-text-hover-colour-crimson button:hover{color:#DC143C}
.button-text-hover-colour-red button:hover{color:#FF0000}
.button-text-hover-colour-pink button:hover{color:#FFC0CB}
.button-text-hover-colour-lightpink button:hover{color:#FFB6C1}
.button-text-hover-colour-hotpink button:hover{color:#FF69B4}
.button-text-hover-colour-deeppink button:hover{color:#FF1493}
.button-text-hover-colour-mediumvioletred button:hover{color:#C71585}
.button-text-hover-colour-palevioletred button:hover{color:#DB7093}
.button-text-hover-colour-coral button:hover{color:#FF7F50}
.button-text-hover-colour-tomato button:hover{color:#FF6347}
.button-text-hover-colour-orangered button:hover{color:#FF4500}
.button-text-hover-colour-darkorange button:hover{color:#FF8C00}
.button-text-hover-colour-orange button:hover{color:#FFA500}
.button-text-hover-colour-gold button:hover{color:#FFD700}
.button-text-hover-colour-yellow button:hover{color:#FFFF00}
.button-text-hover-colour-lightyellow button:hover{color:#FFFFE0}
.button-text-hover-colour-lemonchiffon button:hover{color:#FFFACD}
.button-text-hover-colour-lightgoldenrodyellow button:hover{color:#FAFAD2}
.button-text-hover-colour-papayawhip button:hover{color:#FFEFD5}
.button-text-hover-colour-moccasin button:hover{color:#FFE4B5}
.button-text-hover-colour-peachpuff button:hover{color:#FFDAB9}
.button-text-hover-colour-palegoldenrod button:hover{color:#EEE8AA}
.button-text-hover-colour-khaki button:hover{color:#F0E68C}
.button-text-hover-colour-darkkhaki button:hover{color:#BDB76B}
.button-text-hover-colour-lavender button:hover{color:#E6E6FA}
.button-text-hover-colour-plum button:hover{color:#DDA0DD}
.button-text-hover-colour-violet button:hover{color:#EE82EE}
.button-text-hover-colour-orchid button:hover{color:#DA70D6}
.button-text-hover-colour-magenta button:hover{color:#FF00FF}
.button-text-hover-colour-mediumorchid button:hover{color:#BA55D3}
.button-text-hover-colour-mediumpurple button:hover{color:#9370DB}
.button-text-hover-colour-amethyst button:hover{color:#9966CC}
.button-text-hover-colour-blueviolet button:hover{color:#8A2BE2}
.button-text-hover-colour-darkorchid button:hover{color:#9932CC}
.button-text-hover-colour-darkviolet button:hover{color:#9400D3}
.button-text-hover-colour-darkmagenta button:hover{color:#8B008B}
.button-text-hover-colour-purple button:hover{color:#800080}
.button-text-hover-colour-slateblue button:hover{color:#6A5ACD}
.button-text-hover-colour-mediumslateblue button:hover{color:#7B68EE}
.button-text-hover-colour-darkslateblue button:hover{color:#483D8B}
.button-text-hover-colour-indigo button:hover{color:#4B0082}
.button-text-hover-colour-greenyellow button:hover{color:#ADFF2F}
.button-text-hover-colour-chartreuse button:hover{color:#7FFF00}
.button-text-hover-colour-lime button:hover{color:#00FF00}
.button-text-hover-colour-limegreen button:hover{color:#32CD32}
.button-text-hover-colour-palegreen button:hover{color:#98FB98}
.button-text-hover-colour-lightgreen button:hover{color:#90EE90}
.button-text-hover-colour-mediumspringgreen button:hover{color:#00FA9A}
.button-text-hover-colour-springgreen button:hover{color:#00FF7F}
.button-text-hover-colour-mediumseagreen button:hover{color:#3CB371}
.button-text-hover-colour-seagreen button:hover{color:#2E8B57}
.button-text-hover-colour-green button:hover{color:#008000}
.button-text-hover-colour-darkgreen button:hover{color:#006400}
.button-text-hover-colour-yellowgreen button:hover{color:#9ACD32}
.button-text-hover-colour-olivedrab button:hover{color:#6B8E23}
.button-text-hover-colour-olive button:hover{color:#808000}
.button-text-hover-colour-darkolivegreen button:hover{color:#556B2F}
.button-text-hover-colour-mediumaquamarine button:hover{color:#66CDAA}
.button-text-hover-colour-darkseagreen button:hover{color:#8FBC8F}
.button-text-hover-colour-lightseagreen button:hover{color:#20B2AA}
.button-text-hover-colour-darkcyan button:hover{color:#008B8B}
.button-text-hover-colour-teal button:hover{color:#008080}
.button-text-hover-colour-cyan button:hover{color:#00FFFF}
.button-text-hover-colour-lightcyan button:hover{color:#E0FFFF}
.button-text-hover-colour-paleturquoise button:hover{color:#AFEEEE}
.button-text-hover-colour-aquamarine button:hover{color:#7FFFD4}
.button-text-hover-colour-turquoise button:hover{color:#40E0D0}
.button-text-hover-colour-darkturquoise button:hover{color:#00CED1}
.button-text-hover-colour-cadetblue button:hover{color:#5F9EA0}
.button-text-hover-colour-steelblue button:hover{color:#4682B4}
.button-text-hover-colour-lightsteelblue button:hover{color:#B0C4DE}
.button-text-hover-colour-powderblue button:hover{color:#B0E0E6}
.button-text-hover-colour-lightblue button:hover{color:#ADD8E6}
.button-text-hover-colour-skyblue button:hover{color:#87CEEB}
.button-text-hover-colour-dodgerblue button:hover{color:#1E90FF}
.button-text-hover-colour-cornflowerblue button:hover{color:#6495ED}
.button-text-hover-colour-royalblue button:hover{color:#4169E1}
.button-text-hover-colour-blue button:hover{color:#0000FF}
.button-text-hover-colour-mediumblue button:hover{color:#0000CD}
.button-text-hover-colour-navy button:hover{color:#000080}
.button-text-hover-colour-midnightblue button:hover{color:#191970}
.button-text-hover-colour-burlywood button:hover{color:#DEB887}
.button-text-hover-colour-tan button:hover{color:#D2B48C}
.button-text-hover-colour-rosybrown button:hover{color:#BC8F8F}
.button-text-hover-colour-sandybrown button:hover{color:#F4A460}
.button-text-hover-colour-goldenrod button:hover{color:#DAA520}
.button-text-hover-colour-darkgoldenrod button:hover{color:#B8860B}
.button-text-hover-colour-peru button:hover{color:#CD853F}
.button-text-hover-colour-chocolate button:hover{color:#D2691E}
.button-text-hover-colour-saddlebrown button:hover{color:#8B4513}
.button-text-hover-colour-sienna button:hover{color:#A0522D}
.button-text-hover-colour-brown button:hover{color:#A52A2A}
.button-text-hover-colour-maroon button:hover{color:#800000}
.button-text-hover-colour-white button:hover{color:#FFFFFF}
.button-text-hover-colour-honeydew button:hover{color:#F0FFF0}
.button-text-hover-colour-azure button:hover{color:#F0FFFF}
.button-text-hover-colour-ghostwhite button:hover{color:#F8F8FF}
.button-text-hover-colour-whitesmoke button:hover{color:#F5F5F5}
.button-text-hover-colour-beige button:hover{color:#F5F5DC}
.button-text-hover-colour-gainsboro button:hover{color:#DCDCDC}
.button-text-hover-colour-lightgrey button:hover{color:#D3D3D3}
.button-text-hover-colour-silver button:hover{color:#C0C0C0}
.button-text-hover-colour-darkgray button:hover{color:#A9A9A9}
.button-text-hover-colour-gray button:hover{color:#808080}
.button-text-hover-colour-dimgray button:hover{color:#696969}
.button-text-hover-colour-lightslategray button:hover{color:#778899}
.button-text-hover-colour-slategray button:hover{color:#708090}
.button-text-hover-colour-darkslategray button:hover{color:#2F4F4F}
.button-text-hover-colour-black button:hover{color:#000000}

/* Button border color */
.button-border-colour-indianred button{border-color:#CD5C5C}
.button-border-colour-lightcoral button{border-color:#F08080}
.button-border-colour-salmon button{border-color:#FA8072}
.button-border-colour-darksalmon button{border-color:#E9967A}
.button-border-colour-lightsalmon button{border-color:#FFA07A}
.button-border-colour-crimson button{border-color:#DC143C}
.button-border-colour-red button{border-color:#FF0000}
.button-border-colour-pink button{border-color:#FFC0CB}
.button-border-colour-lightpink button{border-color:#FFB6C1}
.button-border-colour-hotpink button{border-color:#FF69B4}
.button-border-colour-deeppink button{border-color:#FF1493}
.button-border-colour-mediumvioletred button{border-color:#C71585}
.button-border-colour-palevioletred button{border-color:#DB7093}
.button-border-colour-coral button{border-color:#FF7F50}
.button-border-colour-tomato button{border-color:#FF6347}
.button-border-colour-orangered button{border-color:#FF4500}
.button-border-colour-darkorange button{border-color:#FF8C00}
.button-border-colour-orange button{border-color:#FFA500}
.button-border-colour-gold button{border-color:#FFD700}
.button-border-colour-yellow button{border-color:#FFFF00}
.button-border-colour-lightyellow button{border-color:#FFFFE0}
.button-border-colour-lemonchiffon button{border-color:#FFFACD}
.button-border-colour-lightgoldenrodyellow button{border-color:#FAFAD2}
.button-border-colour-papayawhip button{border-color:#FFEFD5}
.button-border-colour-moccasin button{border-color:#FFE4B5}
.button-border-colour-peachpuff button{border-color:#FFDAB9}
.button-border-colour-palegoldenrod button{border-color:#EEE8AA}
.button-border-colour-khaki button{border-color:#F0E68C}
.button-border-colour-darkkhaki button{border-color:#BDB76B}
.button-border-colour-lavender button{border-color:#E6E6FA}
.button-border-colour-plum button{border-color:#DDA0DD}
.button-border-colour-violet button{border-color:#EE82EE}
.button-border-colour-orchid button{border-color:#DA70D6}
.button-border-colour-magenta button{border-color:#FF00FF}
.button-border-colour-mediumorchid button{border-color:#BA55D3}
.button-border-colour-mediumpurple button{border-color:#9370DB}
.button-border-colour-amethyst button{border-color:#9966CC}
.button-border-colour-blueviolet button{border-color:#8A2BE2}
.button-border-colour-darkorchid button{border-color:#9932CC}
.button-border-colour-darkviolet button{border-color:#9400D3}
.button-border-colour-darkmagenta button{border-color:#8B008B}
.button-border-colour-purple button{border-color:#800080}
.button-border-colour-slateblue button{border-color:#6A5ACD}
.button-border-colour-mediumslateblue button{border-color:#7B68EE}
.button-border-colour-darkslateblue button{border-color:#483D8B}
.button-border-colour-indigo button{border-color:#4B0082}
.button-border-colour-greenyellow button{border-color:#ADFF2F}
.button-border-colour-chartreuse button{border-color:#7FFF00}
.button-border-colour-lime button{border-color:#00FF00}
.button-border-colour-limegreen button{border-color:#32CD32}
.button-border-colour-palegreen button{border-color:#98FB98}
.button-border-colour-lightgreen button{border-color:#90EE90}
.button-border-colour-mediumspringgreen button{border-color:#00FA9A}
.button-border-colour-springgreen button{border-color:#00FF7F}
.button-border-colour-mediumseagreen button{border-color:#3CB371}
.button-border-colour-seagreen button{border-color:#2E8B57}
.button-border-colour-green button{border-color:#008000}
.button-border-colour-darkgreen button{border-color:#006400}
.button-border-colour-yellowgreen button{border-color:#9ACD32}
.button-border-colour-olivedrab button{border-color:#6B8E23}
.button-border-colour-olive button{border-color:#808000}
.button-border-colour-darkolivegreen button{border-color:#556B2F}
.button-border-colour-mediumaquamarine button{border-color:#66CDAA}
.button-border-colour-darkseagreen button{border-color:#8FBC8F}
.button-border-colour-lightseagreen button{border-color:#20B2AA}
.button-border-colour-darkcyan button{border-color:#008B8B}
.button-border-colour-teal button{border-color:#008080}
.button-border-colour-cyan button{border-color:#00FFFF}
.button-border-colour-lightcyan button{border-color:#E0FFFF}
.button-border-colour-paleturquoise button{border-color:#AFEEEE}
.button-border-colour-aquamarine button{border-color:#7FFFD4}
.button-border-colour-turquoise button{border-color:#40E0D0}
.button-border-colour-darkturquoise button{border-color:#00CED1}
.button-border-colour-cadetblue button{border-color:#5F9EA0}
.button-border-colour-steelblue button{border-color:#4682B4}
.button-border-colour-lightsteelblue button{border-color:#B0C4DE}
.button-border-colour-powderblue button{border-color:#B0E0E6}
.button-border-colour-lightblue button{border-color:#ADD8E6}
.button-border-colour-skyblue button{border-color:#87CEEB}
.button-border-colour-dodgerblue button{border-color:#1E90FF}
.button-border-colour-cornflowerblue button{border-color:#6495ED}
.button-border-colour-royalblue button{border-color:#4169E1}
.button-border-colour-blue button{border-color:#0000FF}
.button-border-colour-mediumblue button{border-color:#0000CD}
.button-border-colour-navy button{border-color:#000080}
.button-border-colour-midnightblue button{border-color:#191970}
.button-border-colour-burlywood button{border-color:#DEB887}
.button-border-colour-tan button{border-color:#D2B48C}
.button-border-colour-rosybrown button{border-color:#BC8F8F}
.button-border-colour-sandybrown button{border-color:#F4A460}
.button-border-colour-goldenrod button{border-color:#DAA520}
.button-border-colour-darkgoldenrod button{border-color:#B8860B}
.button-border-colour-peru button{border-color:#CD853F}
.button-border-colour-chocolate button{border-color:#D2691E}
.button-border-colour-saddlebrown button{border-color:#8B4513}
.button-border-colour-sienna button{border-color:#A0522D}
.button-border-colour-brown button{border-color:#A52A2A}
.button-border-colour-maroon button{border-color:#800000}
.button-border-colour-white button{border-color:#FFFFFF}
.button-border-colour-honeydew button{border-color:#F0FFF0}
.button-border-colour-azure button{border-color:#F0FFFF}
.button-border-colour-ghostwhite button{border-color:#F8F8FF}
.button-border-colour-whitesmoke button{border-color:#F5F5F5}
.button-border-colour-beige button{border-color:#F5F5DC}
.button-border-colour-gainsboro button{border-color:#DCDCDC}
.button-border-colour-lightgrey button{border-color:#D3D3D3}
.button-border-colour-silver button{border-color:#C0C0C0}
.button-border-colour-darkgray button{border-color:#A9A9A9}
.button-border-colour-gray button{border-color:#808080}
.button-border-colour-dimgray button{border-color:#696969}
.button-border-colour-lightslategray button{border-color:#778899}
.button-border-colour-slategray button{border-color:#708090}
.button-border-colour-darkslategray button{border-color:#2F4F4F}
.button-border-colour-black button{border-color:#000000}

/* Button border hover color */
.button-border-hover-colour-indianred button:hover{border-color:#CD5C5C}
.button-border-hover-colour-lightcoral button:hover{border-color:#F08080}
.button-border-hover-colour-salmon button:hover{border-color:#FA8072}
.button-border-hover-colour-darksalmon button:hover{border-color:#E9967A}
.button-border-hover-colour-lightsalmon button:hover{border-color:#FFA07A}
.button-border-hover-colour-crimson button:hover{border-color:#DC143C}
.button-border-hover-colour-red button:hover{border-color:#FF0000}
.button-border-hover-colour-pink button:hover{border-color:#FFC0CB}
.button-border-hover-colour-lightpink button:hover{border-color:#FFB6C1}
.button-border-hover-colour-hotpink button:hover{border-color:#FF69B4}
.button-border-hover-colour-deeppink button:hover{border-color:#FF1493}
.button-border-hover-colour-mediumvioletred button:hover{border-color:#C71585}
.button-border-hover-colour-palevioletred button:hover{border-color:#DB7093}
.button-border-hover-colour-coral button:hover{border-color:#FF7F50}
.button-border-hover-colour-tomato button:hover{border-color:#FF6347}
.button-border-hover-colour-orangered button:hover{border-color:#FF4500}
.button-border-hover-colour-darkorange button:hover{border-color:#FF8C00}
.button-border-hover-colour-orange button:hover{border-color:#FFA500}
.button-border-hover-colour-gold button:hover{border-color:#FFD700}
.button-border-hover-colour-yellow button:hover{border-color:#FFFF00}
.button-border-hover-colour-lightyellow button:hover{border-color:#FFFFE0}
.button-border-hover-colour-lemonchiffon button:hover{border-color:#FFFACD}
.button-border-hover-colour-lightgoldenrodyellow button:hover{border-color:#FAFAD2}
.button-border-hover-colour-papayawhip button:hover{border-color:#FFEFD5}
.button-border-hover-colour-moccasin button:hover{border-color:#FFE4B5}
.button-border-hover-colour-peachpuff button:hover{border-color:#FFDAB9}
.button-border-hover-colour-palegoldenrod button:hover{border-color:#EEE8AA}
.button-border-hover-colour-khaki button:hover{border-color:#F0E68C}
.button-border-hover-colour-darkkhaki button:hover{border-color:#BDB76B}
.button-border-hover-colour-lavender button:hover{border-color:#E6E6FA}
.button-border-hover-colour-plum button:hover{border-color:#DDA0DD}
.button-border-hover-colour-violet button:hover{border-color:#EE82EE}
.button-border-hover-colour-orchid button:hover{border-color:#DA70D6}
.button-border-hover-colour-magenta button:hover{border-color:#FF00FF}
.button-border-hover-colour-mediumorchid button:hover{border-color:#BA55D3}
.button-border-hover-colour-mediumpurple button:hover{border-color:#9370DB}
.button-border-hover-colour-amethyst button:hover{border-color:#9966CC}
.button-border-hover-colour-blueviolet button:hover{border-color:#8A2BE2}
.button-border-hover-colour-darkorchid button:hover{border-color:#9932CC}
.button-border-hover-colour-darkviolet button:hover{border-color:#9400D3}
.button-border-hover-colour-darkmagenta button:hover{border-color:#8B008B}
.button-border-hover-colour-purple button:hover{border-color:#800080}
.button-border-hover-colour-slateblue button:hover{border-color:#6A5ACD}
.button-border-hover-colour-mediumslateblue button:hover{border-color:#7B68EE}
.button-border-hover-colour-darkslateblue button:hover{border-color:#483D8B}
.button-border-hover-colour-indigo button:hover{border-color:#4B0082}
.button-border-hover-colour-greenyellow button:hover{border-color:#ADFF2F}
.button-border-hover-colour-chartreuse button:hover{border-color:#7FFF00}
.button-border-hover-colour-lime button:hover{border-color:#00FF00}
.button-border-hover-colour-limegreen button:hover{border-color:#32CD32}
.button-border-hover-colour-palegreen button:hover{border-color:#98FB98}
.button-border-hover-colour-lightgreen button:hover{border-color:#90EE90}
.button-border-hover-colour-mediumspringgreen button:hover{border-color:#00FA9A}
.button-border-hover-colour-springgreen button:hover{border-color:#00FF7F}
.button-border-hover-colour-mediumseagreen button:hover{border-color:#3CB371}
.button-border-hover-colour-seagreen button:hover{border-color:#2E8B57}
.button-border-hover-colour-green button:hover{border-color:#008000}
.button-border-hover-colour-darkgreen button:hover{border-color:#006400}
.button-border-hover-colour-yellowgreen button:hover{border-color:#9ACD32}
.button-border-hover-colour-olivedrab button:hover{border-color:#6B8E23}
.button-border-hover-colour-olive button:hover{border-color:#808000}
.button-border-hover-colour-darkolivegreen button:hover{border-color:#556B2F}
.button-border-hover-colour-mediumaquamarine button:hover{border-color:#66CDAA}
.button-border-hover-colour-darkseagreen button:hover{border-color:#8FBC8F}
.button-border-hover-colour-lightseagreen button:hover{border-color:#20B2AA}
.button-border-hover-colour-darkcyan button:hover{border-color:#008B8B}
.button-border-hover-colour-teal button:hover{border-color:#008080}
.button-border-hover-colour-cyan button:hover{border-color:#00FFFF}
.button-border-hover-colour-lightcyan button:hover{border-color:#E0FFFF}
.button-border-hover-colour-paleturquoise button:hover{border-color:#AFEEEE}
.button-border-hover-colour-aquamarine button:hover{border-color:#7FFFD4}
.button-border-hover-colour-turquoise button:hover{border-color:#40E0D0}
.button-border-hover-colour-darkturquoise button:hover{border-color:#00CED1}
.button-border-hover-colour-cadetblue button:hover{border-color:#5F9EA0}
.button-border-hover-colour-steelblue button:hover{border-color:#4682B4}
.button-border-hover-colour-lightsteelblue button:hover{border-color:#B0C4DE}
.button-border-hover-colour-powderblue button:hover{border-color:#B0E0E6}
.button-border-hover-colour-lightblue button:hover{border-color:#ADD8E6}
.button-border-hover-colour-skyblue button:hover{border-color:#87CEEB}
.button-border-hover-colour-dodgerblue button:hover{border-color:#1E90FF}
.button-border-hover-colour-cornflowerblue button:hover{border-color:#6495ED}
.button-border-hover-colour-royalblue button:hover{border-color:#4169E1}
.button-border-hover-colour-blue button:hover{border-color:#0000FF}
.button-border-hover-colour-mediumblue button:hover{border-color:#0000CD}
.button-border-hover-colour-navy button:hover{border-color:#000080}
.button-border-hover-colour-midnightblue button:hover{border-color:#191970}
.button-border-hover-colour-burlywood button:hover{border-color:#DEB887}
.button-border-hover-colour-tan button:hover{border-color:#D2B48C}
.button-border-hover-colour-rosybrown button:hover{border-color:#BC8F8F}
.button-border-hover-colour-sandybrown button:hover{border-color:#F4A460}
.button-border-hover-colour-goldenrod button:hover{border-color:#DAA520}
.button-border-hover-colour-darkgoldenrod button:hover{border-color:#B8860B}
.button-border-hover-colour-peru button:hover{border-color:#CD853F}
.button-border-hover-colour-chocolate button:hover{border-color:#D2691E}
.button-border-hover-colour-saddlebrown button:hover{border-color:#8B4513}
.button-border-hover-colour-sienna button:hover{border-color:#A0522D}
.button-border-hover-colour-brown button:hover{border-color:#A52A2A}
.button-border-hover-colour-maroon button:hover{border-color:#800000}
.button-border-hover-colour-white button:hover{border-color:#FFFFFF}
.button-border-hover-colour-honeydew button:hover{border-color:#F0FFF0}
.button-border-hover-colour-azure button:hover{border-color:#F0FFFF}
.button-border-hover-colour-ghostwhite button:hover{border-color:#F8F8FF}
.button-border-hover-colour-whitesmoke button:hover{border-color:#F5F5F5}
.button-border-hover-colour-beige button:hover{border-color:#F5F5DC}
.button-border-hover-colour-gainsboro button:hover{border-color:#DCDCDC}
.button-border-hover-colour-lightgrey button:hover{border-color:#D3D3D3}
.button-border-hover-colour-silver button:hover{border-color:#C0C0C0}
.button-border-hover-colour-darkgray button:hover{border-color:#A9A9A9}
.button-border-hover-colour-gray button:hover{border-color:#808080}
.button-border-hover-colour-dimgray button:hover{border-color:#696969}
.button-border-hover-colour-lightslategray button:hover{border-color:#778899}
.button-border-hover-colour-slategray button:hover{border-color:#708090}
.button-border-hover-colour-darkslategray button:hover{border-color:#2F4F4F}
.button-border-hover-colour-black button:hover{border-color:#000000}

/* Price */
.price-colour-indianred .price{color:#CD5C5C}
.price-colour-lightcoral .price{color:#F08080}
.price-colour-salmon .price{color:#FA8072}
.price-colour-darksalmon .price{color:#E9967A}
.price-colour-lightsalmon .price{color:#FFA07A}
.price-colour-crimson .price{color:#DC143C}
.price-colour-red .price{color:#FF0000}
.price-colour-pink .price{color:#FFC0CB}
.price-colour-lightpink .price{color:#FFB6C1}
.price-colour-hotpink .price{color:#FF69B4}
.price-colour-deeppink .price{color:#FF1493}
.price-colour-mediumvioletred .price{color:#C71585}
.price-colour-palevioletred .price{color:#DB7093}
.price-colour-coral .price{color:#FF7F50}
.price-colour-tomato .price{color:#FF6347}
.price-colour-orangered .price{color:#FF4500}
.price-colour-darkorange .price{color:#FF8C00}
.price-colour-orange .price{color:#FFA500}
.price-colour-gold .price{color:#FFD700}
.price-colour-yellow .price{color:#FFFF00}
.price-colour-lightyellow .price{color:#FFFFE0}
.price-colour-lemonchiffon .price{color:#FFFACD}
.price-colour-lightgoldenrodyellow .price{color:#FAFAD2}
.price-colour-papayawhip .price{color:#FFEFD5}
.price-colour-moccasin .price{color:#FFE4B5}
.price-colour-peachpuff .price{color:#FFDAB9}
.price-colour-palegoldenrod .price{color:#EEE8AA}
.price-colour-khaki .price{color:#F0E68C}
.price-colour-darkkhaki .price{color:#BDB76B}
.price-colour-lavender .price{color:#E6E6FA}
.price-colour-plum .price{color:#DDA0DD}
.price-colour-violet .price{color:#EE82EE}
.price-colour-orchid .price{color:#DA70D6}
.price-colour-magenta .price{color:#FF00FF}
.price-colour-mediumorchid .price{color:#BA55D3}
.price-colour-mediumpurple .price{color:#9370DB}
.price-colour-amethyst .price{color:#9966CC}
.price-colour-blueviolet .price{color:#8A2BE2}
.price-colour-darkorchid .price{color:#9932CC}
.price-colour-darkviolet .price{color:#9400D3}
.price-colour-darkmagenta .price{color:#8B008B}
.price-colour-purple .price{color:#800080}
.price-colour-slateblue .price{color:#6A5ACD}
.price-colour-mediumslateblue .price{color:#7B68EE}
.price-colour-darkslateblue .price{color:#483D8B}
.price-colour-indigo .price{color:#4B0082}
.price-colour-greenyellow .price{color:#ADFF2F}
.price-colour-chartreuse .price{color:#7FFF00}
.price-colour-lime .price{color:#00FF00}
.price-colour-limegreen .price{color:#32CD32}
.price-colour-palegreen .price{color:#98FB98}
.price-colour-lightgreen .price{color:#90EE90}
.price-colour-mediumspringgreen .price{color:#00FA9A}
.price-colour-springgreen .price{color:#00FF7F}
.price-colour-mediumseagreen .price{color:#3CB371}
.price-colour-seagreen .price{color:#2E8B57}
.price-colour-green .price{color:#008000}
.price-colour-darkgreen .price{color:#006400}
.price-colour-yellowgreen .price{color:#9ACD32}
.price-colour-olivedrab .price{color:#6B8E23}
.price-colour-olive .price{color:#808000}
.price-colour-darkolivegreen .price{color:#556B2F}
.price-colour-mediumaquamarine .price{color:#66CDAA}
.price-colour-darkseagreen .price{color:#8FBC8F}
.price-colour-lightseagreen .price{color:#20B2AA}
.price-colour-darkcyan .price{color:#008B8B}
.price-colour-teal .price{color:#008080}
.price-colour-cyan .price{color:#00FFFF}
.price-colour-lightcyan .price{color:#E0FFFF}
.price-colour-paleturquoise .price{color:#AFEEEE}
.price-colour-aquamarine .price{color:#7FFFD4}
.price-colour-turquoise .price{color:#40E0D0}
.price-colour-darkturquoise .price{color:#00CED1}
.price-colour-cadetblue .price{color:#5F9EA0}
.price-colour-steelblue .price{color:#4682B4}
.price-colour-lightsteelblue .price{color:#B0C4DE}
.price-colour-powderblue .price{color:#B0E0E6}
.price-colour-lightblue .price{color:#ADD8E6}
.price-colour-skyblue .price{color:#87CEEB}
.price-colour-dodgerblue .price{color:#1E90FF}
.price-colour-cornflowerblue .price{color:#6495ED}
.price-colour-royalblue .price{color:#4169E1}
.price-colour-blue .price{color:#0000FF}
.price-colour-mediumblue .price{color:#0000CD}
.price-colour-navy .price{color:#000080}
.price-colour-midnightblue .price{color:#191970}
.price-colour-burlywood .price{color:#DEB887}
.price-colour-tan .price{color:#D2B48C}
.price-colour-rosybrown .price{color:#BC8F8F}
.price-colour-sandybrown .price{color:#F4A460}
.price-colour-goldenrod .price{color:#DAA520}
.price-colour-darkgoldenrod .price{color:#B8860B}
.price-colour-peru .price{color:#CD853F}
.price-colour-chocolate .price{color:#D2691E}
.price-colour-saddlebrown .price{color:#8B4513}
.price-colour-sienna .price{color:#A0522D}
.price-colour-brown .price{color:#A52A2A}
.price-colour-maroon .price{color:#800000}
.price-colour-white .price{color:#FFFFFF}
.price-colour-honeydew .price{color:#F0FFF0}
.price-colour-azure .price{color:#F0FFFF}
.price-colour-ghostwhite .price{color:#F8F8FF}
.price-colour-whitesmoke .price{color:#F5F5F5}
.price-colour-beige .price{color:#F5F5DC}
.price-colour-gainsboro .price{color:#DCDCDC}
.price-colour-lightgrey .price{color:#D3D3D3}
.price-colour-silver .price{color:#C0C0C0}
.price-colour-darkgray .price{color:#A9A9A9}
.price-colour-gray .price{color:#808080}
.price-colour-dimgray .price{color:#696969}
.price-colour-lightslategray .price{color:#778899}
.price-colour-slategray .price{color:#708090}
.price-colour-darkslategray .price{color:#2F4F4F}
.price-colour-black .price{color:#000000}/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */

.swatch-attribute-label {
    font-weight: bold;
    position: relative;
}

.swatch-attribute-label.required {
    padding-right: 10px;
}

.swatch-attribute-label[data-required="1"]:after {
    content: '*';
    color: red;
    position: absolute;
    right: -11px;
    top: -2px;
    font-weight: bold;
    font-size: 1em;
}

.swatch-attribute-selected-option {
    color: #646464;
    padding-left: 17px;
}

.swatch-option {
    min-width: 22px;
    height: 22px;
    float: left;
    margin: 5px 6px 0 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
	font-size: 13px;
    text-overflow: ellipsis;
	border-radius: 50%;
	transition: all 300ms;
}
.swatch-option:hover,
.swatch-option.selected {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15)
}
.swatch-option.text {
	border: 1px solid #ddd;
	white-space: nowrap;
    background: #fff;
    color: #ddd;
    font-size: 12px;
	height: 22px;
	border-radius: 20px;
	padding: 0 10px;
    font-weight: 600;
}

.swatch-option.text.selected,
.swatch-option.text:hover {
    color: #222;
}
.product-info-main .swatch-option {
	height: 28px;
	min-width: 28px;
	margin: 5px;
}
.product-info-main .swatch-option:first-child {
	margin-left: 0;
}
.product-info-main .swatch-option.text {
	height: 28px;
	line-height: 28px;
	padding: 0 20px;
}

.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.swatch-option:not(.disabled):hover {
    color: #333;
}

.swatch-option.disabled {
    cursor: default;
	pointer-events: none;
}

.swatch-option.disabled:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background: -moz-linear-gradient(to left top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 42%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 46%, rgba(255,82,22,1) 47%, rgba(255,82,22,1) 53%, rgba(255,255,255,1) 54%, rgba(255,255,255,1) 57%, rgba(255,255,255,0) 58%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(42%,rgba(255,255,255,0)), color-stop(43%,rgba(255,255,255,1)), color-stop(46%,rgba(255,255,255,1)), color-stop(47%,rgba(255,82,22,1)), color-stop(53%,rgba(255,82,22,1)), color-stop(54%,rgba(255,255,255,1)), color-stop(57%,rgba(255,255,255,1)), color-stop(58%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(to left top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(to left top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(to left top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to left top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.swatch-option-tooltip {
    max-width: 140px;
	right: auto;
    max-height: 100%;
    min-height: 20px;
    min-width: 30px;
    position: absolute;
    background: #fff;
    color: rgb(148, 148, 148);
    border: 1px solid #adadad;
    display: none;
    z-index: 999;
	padding-bottom: 0;
    text-align: center;
	border-radius: 4px;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
	left: auto !important;;
	right: auto !important;
    height: 8px;
	position: relative;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
	position: absolute;
	content: "";
	width: 0;
	left: 50% !important;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	top: 100%;
	border-top: 8px solid #adadad;
	border-bottom: 8px solid transparent;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:after {
	position: absolute;
	content: "";
	width: 0;
	left: 50% !important;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	top: 100%;
	border-top: 7px solid #fff;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	z-index: 1;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
    display: block;
    height: 130px;
    width: 130px;
    margin: 0 auto;
}

.swatch-option-tooltip .title {
    max-width: 140px;
    min-height: 20px;
    max-height: 200px;
    color: rgb(40, 40, 40);
    text-align: center;
    display: block;
    overflow: hidden;
	padding-top: 4px;
}

.swatch-opt {
    margin: 20px 0;
}

.swatch-more {
    display: inline-block;
    margin: 2px 0;
    text-decoration: none !important;
    position: static;
    z-index: 1;
}

/* Layered Features */
.swatch-option-link-layered {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

.swatch-option-tooltip-layered {
    width: 140px;
    position: absolute;
    background: #fff;
    color: rgb(148, 148, 148);
    border: 1px solid #adadad;
    display: none;
    z-index: 999;
    left: -47px;
}

.swatch-visual-tooltip-layered {
    height: 160px;
    top: -170px;
}

.swatch-textual-tooltip-layered {
    height: 30px;
    top: -40px;
}

.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
    display: block;
}

.swatch-attribute-options .swatch-option-tooltip-layered .title {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -5px;
    left: 0;
    color: rgb(40, 40, 40);
    text-align: center;
    margin-bottom: 10px;
}

.swatch-option-disabled:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 2px;
    background: red;
    transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    z-index: 995;
    left: -4px;
    top: 10px;
}

.swatch-option-disabled {
    outline: none !important;
    cursor: default;
    border: 0;
}

/* Bugfix for Add To Cart button */
div[class^="swatch-opt-"] .swatch-attribute {
	margin-bottom: 10px;
}
.swatch-option-loading {
    content: url("../../frontend/Evolve/evolve/en_US/Magento_Swatches/images/loader-2.gif");
}
.products-grid .product-item-info.metro_template .swatch-option:hover, 
.products-grid .product-item-info.metro_template .swatch-option.selected {
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.6);
}

.products-grid .product-item-info.metro_template .swatch-option.text {
	border-color: #fff;
	background-color: transparent;
	color: #fff;
}
.products-grid .product-item-info.metro_template .swatch-option.selected.text,
.products-grid .product-item-info.metro_template .swatch-option.text:hover {
	background-color: #fff;
	color: #222;
}
.product-item form .swatch-input, .product-options-wrapper .swatch-attribute .swatch-input{position:absolute}/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.1 | MIT License | git.io/normalize */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../../frontend/Evolve/evolve/en_US/fonts/glyphicons-halflings-regular.eot);src:url(../../frontend/Evolve/evolve/en_US/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../../frontend/Evolve/evolve/en_US/fonts/glyphicons-halflings-regular.woff) format('woff'),url(../../frontend/Evolve/evolve/en_US/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../../frontend/Evolve/evolve/en_US/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;width:100% \9;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;width:100% \9;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}mark,.mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#777;opacity:1}.form-control:-ms-input-placeholder{color:#777}.form-control::-webkit-input-placeholder{color:#777}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{line-height:34px;line-height:1.42857143 \0}input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;min-height:20px;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{position:absolute;margin-top:4px \9;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=checkbox][disabled],input[type=radio].disabled,input[type=checkbox].disabled,fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm,.form-horizontal .form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.input-lg,.form-horizontal .form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:25px;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.3px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn:focus,.btn:active:focus,.btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#3071a9;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#428bca;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn>input[type=radio],[data-toggle=buttons]>.btn>input[type=checkbox]{position:absolute;z-index:-1;filter:alpha(opacity=0);opacity:0}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#777}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#777}.navbar-inverse .navbar-nav>li>a{color:#777}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#777}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#777}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#428bca;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-right:auto;margin-left:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar[aria-valuenow="1"],.progress-bar[aria-valuenow="2"]{min-width:30px}.progress-bar[aria-valuenow="0"]{min-width:30px;color:#777;background-color:transparent;background-image:none;-webkit-box-shadow:none;box-shadow:none}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{color:#777;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#428bca}.panel-primary>.panel-heading .badge{color:#428bca;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate3d(0,-25%,0);-o-transform:translate3d(0,-25%,0);transform:translate3d(0,-25%,0)}.modal.in .modal-dialog{-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-size:12px;line-height:1.4;visibility:visible;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{display:table;content:" "}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed;-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none!important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../frontend/Evolve/evolve/en_US/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../../frontend/Evolve/evolve/en_US/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../../frontend/Evolve/evolve/en_US/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../../frontend/Evolve/evolve/en_US/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../../frontend/Evolve/evolve/en_US/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../../frontend/Evolve/evolve/en_US/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url('../../frontend/Evolve/evolve/en_US/fonts/Pe-icon-7-stroke.eot?d7yf1v');
  src: url('../../frontend/Evolve/evolve/en_US/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'), url('../../frontend/Evolve/evolve/en_US/fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'), url('../../frontend/Evolve/evolve/en_US/fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'), url('../../frontend/Evolve/evolve/en_US/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="pe-7s-"],
[class*=" pe-7s-"] {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pe-7s-album:before {
  content: "\e6aa";
}
.pe-7s-arc:before {
  content: "\e6ab";
}
.pe-7s-back-2:before {
  content: "\e6ac";
}
.pe-7s-bandaid:before {
  content: "\e6ad";
}
.pe-7s-car:before {
  content: "\e6ae";
}
.pe-7s-diamond:before {
  content: "\e6af";
}
.pe-7s-door-lock:before {
  content: "\e6b0";
}
.pe-7s-eyedropper:before {
  content: "\e6b1";
}
.pe-7s-female:before {
  content: "\e6b2";
}
.pe-7s-gym:before {
  content: "\e6b3";
}
.pe-7s-hammer:before {
  content: "\e6b4";
}
.pe-7s-headphones:before {
  content: "\e6b5";
}
.pe-7s-helm:before {
  content: "\e6b6";
}
.pe-7s-hourglass:before {
  content: "\e6b7";
}
.pe-7s-leaf:before {
  content: "\e6b8";
}
.pe-7s-magic-wand:before {
  content: "\e6b9";
}
.pe-7s-male:before {
  content: "\e6ba";
}
.pe-7s-map-2:before {
  content: "\e6bb";
}
.pe-7s-next-2:before {
  content: "\e6bc";
}
.pe-7s-paint-bucket:before {
  content: "\e6bd";
}
.pe-7s-pendrive:before {
  content: "\e6be";
}
.pe-7s-photo:before {
  content: "\e6bf";
}
.pe-7s-piggy:before {
  content: "\e6c0";
}
.pe-7s-plugin:before {
  content: "\e6c1";
}
.pe-7s-refresh-2:before {
  content: "\e6c2";
}
.pe-7s-rocket:before {
  content: "\e6c3";
}
.pe-7s-settings:before {
  content: "\e6c4";
}
.pe-7s-shield:before {
  content: "\e6c5";
}
.pe-7s-smile:before {
  content: "\e6c6";
}
.pe-7s-usb:before {
  content: "\e6c7";
}
.pe-7s-vector:before {
  content: "\e6c8";
}
.pe-7s-wine:before {
  content: "\e6c9";
}
.pe-7s-cloud-upload:before {
  content: "\e68a";
}
.pe-7s-cash:before {
  content: "\e68c";
}
.pe-7s-close:before {
  content: "\e680";
}
.pe-7s-bluetooth:before {
  content: "\e68d";
}
.pe-7s-cloud-download:before {
  content: "\e68b";
}
.pe-7s-way:before {
  content: "\e68e";
}
.pe-7s-close-circle:before {
  content: "\e681";
}
.pe-7s-id:before {
  content: "\e68f";
}
.pe-7s-angle-up:before {
  content: "\e682";
}
.pe-7s-wristwatch:before {
  content: "\e690";
}
.pe-7s-angle-up-circle:before {
  content: "\e683";
}
.pe-7s-world:before {
  content: "\e691";
}
.pe-7s-angle-right:before {
  content: "\e684";
}
.pe-7s-volume:before {
  content: "\e692";
}
.pe-7s-angle-right-circle:before {
  content: "\e685";
}
.pe-7s-users:before {
  content: "\e693";
}
.pe-7s-angle-left:before {
  content: "\e686";
}
.pe-7s-user-female:before {
  content: "\e694";
}
.pe-7s-angle-left-circle:before {
  content: "\e687";
}
.pe-7s-up-arrow:before {
  content: "\e695";
}
.pe-7s-angle-down:before {
  content: "\e688";
}
.pe-7s-switch:before {
  content: "\e696";
}
.pe-7s-angle-down-circle:before {
  content: "\e689";
}
.pe-7s-scissors:before {
  content: "\e697";
}
.pe-7s-wallet:before {
  content: "\e600";
}
.pe-7s-safe:before {
  content: "\e698";
}
.pe-7s-volume2:before {
  content: "\e601";
}
.pe-7s-volume1:before {
  content: "\e602";
}
.pe-7s-voicemail:before {
  content: "\e603";
}
.pe-7s-video:before {
  content: "\e604";
}
.pe-7s-user:before {
  content: "\e605";
}
.pe-7s-upload:before {
  content: "\e606";
}
.pe-7s-unlock:before {
  content: "\e607";
}
.pe-7s-umbrella:before {
  content: "\e608";
}
.pe-7s-trash:before {
  content: "\e609";
}
.pe-7s-tools:before {
  content: "\e60a";
}
.pe-7s-timer:before {
  content: "\e60b";
}
.pe-7s-ticket:before {
  content: "\e60c";
}
.pe-7s-target:before {
  content: "\e60d";
}
.pe-7s-sun:before {
  content: "\e60e";
}
.pe-7s-study:before {
  content: "\e60f";
}
.pe-7s-stopwatch:before {
  content: "\e610";
}
.pe-7s-star:before {
  content: "\e611";
}
.pe-7s-speaker:before {
  content: "\e612";
}
.pe-7s-signal:before {
  content: "\e613";
}
.pe-7s-shuffle:before {
  content: "\e614";
}
.pe-7s-shopbag:before {
  content: "\e615";
}
.pe-7s-share:before {
  content: "\e616";
}
.pe-7s-server:before {
  content: "\e617";
}
.pe-7s-search:before {
  content: "\e618";
}
.pe-7s-film:before {
  content: "\e6a5";
}
.pe-7s-science:before {
  content: "\e619";
}
.pe-7s-disk:before {
  content: "\e6a6";
}
.pe-7s-ribbon:before {
  content: "\e61a";
}
.pe-7s-repeat:before {
  content: "\e61b";
}
.pe-7s-refresh:before {
  content: "\e61c";
}
.pe-7s-add-user:before {
  content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
  content: "\e61d";
}
.pe-7s-paperclip:before {
  content: "\e69c";
}
.pe-7s-radio:before {
  content: "\e61e";
}
.pe-7s-note2:before {
  content: "\e69d";
}
.pe-7s-print:before {
  content: "\e61f";
}
.pe-7s-network:before {
  content: "\e69e";
}
.pe-7s-prev:before {
  content: "\e620";
}
.pe-7s-mute:before {
  content: "\e69f";
}
.pe-7s-power:before {
  content: "\e621";
}
.pe-7s-medal:before {
  content: "\e6a0";
}
.pe-7s-portfolio:before {
  content: "\e622";
}
.pe-7s-like2:before {
  content: "\e6a1";
}
.pe-7s-plus:before {
  content: "\e623";
}
.pe-7s-left-arrow:before {
  content: "\e6a2";
}
.pe-7s-play:before {
  content: "\e624";
}
.pe-7s-key:before {
  content: "\e6a3";
}
.pe-7s-plane:before {
  content: "\e625";
}
.pe-7s-joy:before {
  content: "\e6a4";
}
.pe-7s-photo-gallery:before {
  content: "\e626";
}
.pe-7s-pin:before {
  content: "\e69b";
}
.pe-7s-phone:before {
  content: "\e627";
}
.pe-7s-plug:before {
  content: "\e69a";
}
.pe-7s-pen:before {
  content: "\e628";
}
.pe-7s-right-arrow:before {
  content: "\e699";
}
.pe-7s-paper-plane:before {
  content: "\e629";
}
.pe-7s-delete-user:before {
  content: "\e6a7";
}
.pe-7s-paint:before {
  content: "\e62a";
}
.pe-7s-bottom-arrow:before {
  content: "\e6a8";
}
.pe-7s-notebook:before {
  content: "\e62b";
}
.pe-7s-note:before {
  content: "\e62c";
}
.pe-7s-next:before {
  content: "\e62d";
}
.pe-7s-news-paper:before {
  content: "\e62e";
}
.pe-7s-musiclist:before {
  content: "\e62f";
}
.pe-7s-music:before {
  content: "\e630";
}
.pe-7s-mouse:before {
  content: "\e631";
}
.pe-7s-more:before {
  content: "\e632";
}
.pe-7s-moon:before {
  content: "\e633";
}
.pe-7s-monitor:before {
  content: "\e634";
}
.pe-7s-micro:before {
  content: "\e635";
}
.pe-7s-menu:before {
  content: "\e636";
}
.pe-7s-map:before {
  content: "\e637";
}
.pe-7s-map-marker:before {
  content: "\e638";
}
.pe-7s-mail:before {
  content: "\e639";
}
.pe-7s-mail-open:before {
  content: "\e63a";
}
.pe-7s-mail-open-file:before {
  content: "\e63b";
}
.pe-7s-magnet:before {
  content: "\e63c";
}
.pe-7s-loop:before {
  content: "\e63d";
}
.pe-7s-look:before {
  content: "\e63e";
}
.pe-7s-lock:before {
  content: "\e63f";
}
.pe-7s-lintern:before {
  content: "\e640";
}
.pe-7s-link:before {
  content: "\e641";
}
.pe-7s-like:before {
  content: "\e642";
}
.pe-7s-light:before {
  content: "\e643";
}
.pe-7s-less:before {
  content: "\e644";
}
.pe-7s-keypad:before {
  content: "\e645";
}
.pe-7s-junk:before {
  content: "\e646";
}
.pe-7s-info:before {
  content: "\e647";
}
.pe-7s-home:before {
  content: "\e648";
}
.pe-7s-help2:before {
  content: "\e649";
}
.pe-7s-help1:before {
  content: "\e64a";
}
.pe-7s-graph3:before {
  content: "\e64b";
}
.pe-7s-graph2:before {
  content: "\e64c";
}
.pe-7s-graph1:before {
  content: "\e64d";
}
.pe-7s-graph:before {
  content: "\e64e";
}
.pe-7s-global:before {
  content: "\e64f";
}
.pe-7s-gleam:before {
  content: "\e650";
}
.pe-7s-glasses:before {
  content: "\e651";
}
.pe-7s-gift:before {
  content: "\e652";
}
.pe-7s-folder:before {
  content: "\e653";
}
.pe-7s-flag:before {
  content: "\e654";
}
.pe-7s-filter:before {
  content: "\e655";
}
.pe-7s-file:before {
  content: "\e656";
}
.pe-7s-expand1:before {
  content: "\e657";
}
.pe-7s-exapnd2:before {
  content: "\e658";
}
.pe-7s-edit:before {
  content: "\e659";
}
.pe-7s-drop:before {
  content: "\e65a";
}
.pe-7s-drawer:before {
  content: "\e65b";
}
.pe-7s-download:before {
  content: "\e65c";
}
.pe-7s-display2:before {
  content: "\e65d";
}
.pe-7s-display1:before {
  content: "\e65e";
}
.pe-7s-diskette:before {
  content: "\e65f";
}
.pe-7s-date:before {
  content: "\e660";
}
.pe-7s-cup:before {
  content: "\e661";
}
.pe-7s-culture:before {
  content: "\e662";
}
.pe-7s-crop:before {
  content: "\e663";
}
.pe-7s-credit:before {
  content: "\e664";
}
.pe-7s-copy-file:before {
  content: "\e665";
}
.pe-7s-config:before {
  content: "\e666";
}
.pe-7s-compass:before {
  content: "\e667";
}
.pe-7s-comment:before {
  content: "\e668";
}
.pe-7s-coffee:before {
  content: "\e669";
}
.pe-7s-cloud:before {
  content: "\e66a";
}
.pe-7s-clock:before {
  content: "\e66b";
}
.pe-7s-check:before {
  content: "\e66c";
}
.pe-7s-chat:before {
  content: "\e66d";
}
.pe-7s-cart:before {
  content: "\e66e";
}
.pe-7s-camera:before {
  content: "\e66f";
}
.pe-7s-call:before {
  content: "\e670";
}
.pe-7s-calculator:before {
  content: "\e671";
}
.pe-7s-browser:before {
  content: "\e672";
}
.pe-7s-box2:before {
  content: "\e673";
}
.pe-7s-box1:before {
  content: "\e674";
}
.pe-7s-bookmarks:before {
  content: "\e675";
}
.pe-7s-bicycle:before {
  content: "\e676";
}
.pe-7s-bell:before {
  content: "\e677";
}
.pe-7s-battery:before {
  content: "\e678";
}
.pe-7s-ball:before {
  content: "\e679";
}
.pe-7s-back:before {
  content: "\e67a";
}
.pe-7s-attention:before {
  content: "\e67b";
}
.pe-7s-anchor:before {
  content: "\e67c";
}
.pe-7s-albums:before {
  content: "\e67d";
}
.pe-7s-alarm:before {
  content: "\e67e";
}
.pe-7s-airplay:before {
  content: "\e67f";
}
.mgs-menu .navigation ul.container {
  width: auto;
}
.mgs-menu .navigation ul.container .level0 {
  display: inline-block;
  padding: 15px;
  vertical-align: middle;
  position: relative;
  font-size: 14px;
  text-align: left;
}
.mgs-menu .navigation ul.container .level0 > a {
  color: #333;
  font-size: 15px;
  text-transform: uppercase;
}
.mgs-menu .navigation ul.container .level0 ul.level0 {
  background: #333 none repeat scroll 0 0;
  min-width: 160px;
  position: absolute;
  top: 100% !important;
  list-style: none;
  padding: 0;
  z-index: 999;
}
.mgs-menu .navigation ul.container .level0 ul.level0 > li.level1 {
  padding: 5px 15px;
  position: relative;
}
.mgs-menu .navigation ul.container .level0 ul.level0 > li.level1 a {
  color: #fff;
}
.mgs-menu .navigation ul.container .level0 ul.level0 > li.level1 > ul.level1 {
  left: 100% !important;
  top: 0 !important;
  padding: 0;
  list-style: none;
  position: absolute !important;
  background-color: #333;
  min-width: 200px;
}
.mgs-menu .navigation ul.container .level0 ul.level0 > li.level1 > ul.level1 > li.level2 {
  padding: 5px 15px;
}
.mgs-menu .navigation ul.container .level0:hover {
  background-color: #333;
}
.mgs-menu .navigation ul.container .level0:hover > a {
  color: #fff;
  text-decoration: none;
}
.active-sticky .mgt-menu .megamenu-hover .navigation .level0 > .level-top {
  padding: 16px 12px 16px;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.mgt-menu .navigation li.level0 a.level-top,
.mgt-menu .navigation ul.container .level0 > a {
  font-family: inherit;
}
.mgt-menu .navigation ul {
  width: auto !important;
}
@media (max-width: 1199px) {
  .mgt-menu.megamenu-content {
    flex-basis: auto;
    flex-shrink: 0;
    margin-bottom: 25px;
  }
}
.mgt-menu .megamenu-hover .navigation {
  font-weight: 400;
  height: inherit;
  left: auto;
  overflow: inherit;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 3;
}
.mgt-menu .megamenu-hover .navigation:empty {
  display: none;
}
.mgt-menu .megamenu-hover .navigation ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}
.mgt-menu .megamenu-hover .navigation li.level0 {
  border-top: none;
}
.mgt-menu .megamenu-hover .navigation .level0 {
  margin: 0 10px 0 0;
  display: inline-block;
  position: relative;
}
.mgt-menu .megamenu-hover .navigation .level0:last-child {
  margin-right: 0;
  padding-right: 0;
}
.mgt-menu .megamenu-hover .navigation .level0 > .level-top {
  color: #999;
  line-height: 48px;
  padding: 36px 12px 36px;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  display: block;
  font-size: 16px;
}
.mgt-menu .megamenu-hover .navigation .level0 > .level-top:hover,
.mgt-menu .megamenu-hover .navigation .level0 > .level-top.ui-state-focus {
  color: #000;
  text-decoration: none;
}
.mgt-menu .megamenu-hover .navigation .level0.parent:hover > .submenu {
  overflow: visible !important;
}
.mgt-menu .megamenu-hover .navigation .level0 .submenu {
  background: #fff;
  border: 1px solid #ccc;
  min-width: 230px;
  padding: 15px 0;
  display: none;
  left: 0;
  margin: 0 !important;
  padding: 0;
  position: absolute;
  z-index: 1;
  margin-top: 11px;
}
.mgt-menu .megamenu-hover .navigation .level0 .submenu > ul {
  margin-top: 11px;
}
.mgt-menu .megamenu-hover .navigation .level0 .submenu > ul:before,
.mgt-menu .megamenu-hover .navigation .level0 .submenu > ul:after {
  content: '';
  display: block;
  overflow: hidden;
  position: absolute;
}
.mgt-menu .megamenu-hover .navigation .level0 .submenu > ul:before {
  color: #fff;
  left: 20px;
  top: -20px;
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-bottom-color: #fff;
  z-index: 4;
}
.mgt-menu .megamenu-hover .navigation .level0 .submenu > ul:after {
  border: 11px solid transparent;
  height: 0;
  width: 0;
  border-bottom-color: #ccc;
  color: #ccc;
  left: 19px;
  top: -22px;
  z-index: 3;
}
.mgt-menu .megamenu-hover .navigation .level0 .submenu a {
  display: block;
  line-height: inherit;
  color: #999;
  padding: 8px 20px;
}
.mgt-menu .megamenu-hover .navigation .level0 .submenu a:hover,
.mgt-menu .megamenu-hover .navigation .level0 .submenu a.ui-state-focus {
  color: #000;
  text-decoration: none;
}
.mgt-menu .megamenu-hover .navigation .level0 .submenu .submenu {
  top: 0 !important;
  left: 100% !important;
}
.mgt-menu .megamenu-hover .navigation .level0 .submenu .submenu-reverse {
  left: auto !important;
  right: 100%;
}
.mgt-menu .megamenu-hover .navigation .level0.more {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.mgt-menu .megamenu-hover .navigation .level0.more:after {
  -webkit-font-smoothing: antialiased;
  font-size: 26px;
  line-height: inherit;
  color: inherit;
  content: '\e607';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mgt-menu .megamenu-hover .navigation .level0.more:before {
  display: none;
}
.mgt-menu .megamenu-hover .navigation .level0.more:after {
  cursor: pointer;
  padding: 8px 12px;
  position: relative;
  z-index: 1;
}
.mgt-menu .megamenu-hover .navigation .level0.more:hover > .submenu {
  overflow: visible !important;
}
.mgt-menu .megamenu-hover .navigation .level0.more li {
  display: block;
}
.mgt-menu.sidebar-menu .navigation {
  padding: 0;
  box-sizing: border-box;
}
.mgt-menu.sidebar-menu .navigation .parent .level-top {
  position: relative;
  display: block;
  text-decoration: none;
}
.mgt-menu.sidebar-menu .navigation .parent .level-top:after {
  -webkit-font-smoothing: antialiased;
  font-size: 25px;
  line-height: inherit;
  color: inherit;
  content: '\f107';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mgt-menu.sidebar-menu .navigation .parent .level-top:after {
  position: absolute;
  right: 7px;
  top: 0;
}
.mgt-menu.sidebar-menu .navigation .parent .level-top.ui-state-active:after {
  content: '\f106';
}
.mgt-menu.sidebar-menu .navigation:after {
  font-size: 20px;
  right: 10px;
  top: 0;
}
.mgt-menu.sidebar-menu .navigation ul {
  margin: 0;
  padding: 0;
}
.mgt-menu.sidebar-menu .navigation li {
  margin: 0;
}
.mgt-menu.sidebar-menu .navigation a {
  display: block;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 15px;
  text-decoration: none;
  color: #999;
  font-weight: 400;
  font-size: 16px;
}
.mgt-menu.sidebar-menu .navigation a:hover {
  color: #000;
}
.mgt-menu.sidebar-menu .navigation .level0 {
  border-top: 1px solid #d1d1d1;
}
.mgt-menu.sidebar-menu .navigation .level0 > .level-top {
  padding: 8px 40px 8px 0;
  word-wrap: break-word;
  text-transform: capitalize;
  font-size: 16px;
}
.mgt-menu.sidebar-menu .navigation .level0 > .level1 {
  font-weight: 600;
}
.mgt-menu.sidebar-menu .navigation li.level0:last-child {
  border-bottom: 1px solid #d1d1d1;
}
.mgt-menu.sidebar-menu .navigation .submenu > li {
  word-wrap: break-word;
}
.mgt-menu.sidebar-menu .navigation .submenu:not(:first-child) {
  font-weight: 400;
  line-height: 1.3;
  left: auto !important;
  overflow-x: hidden;
  padding: 0;
  position: relative;
  top: auto !important;
  transition: left 0.3s ease-out;
}
.mgt-menu.sidebar-menu .navigation .submenu:not(:first-child) > li > a {
  padding-left: 15px;
}
.mgt-menu.sidebar-menu .navigation .submenu:not(:first-child) > li:last-child {
  margin-bottom: 0;
}
.mgt-menu.sidebar-menu .navigation .submenu:not(:first-child) ul {
  display: block;
  padding-left: 15px;
}
.mgt-menu.sidebar-menu .navigation .submenu:not(:first-child) ul > li {
  margin: 0;
}
.mgt-menu.sidebar-menu .navigation .submenu:not(:first-child) ul > li a {
  color: #999;
  display: block;
  line-height: normal;
}
.mgt-menu.sidebar-menu .navigation .submenu:not(:first-child) ul > li a:hover {
  color: #000;
}
.mgt-menu.sidebar-menu .navigation .submenu:not(:first-child) .expanded {
  display: block !important;
  padding-right: 0;
  top: 0 !important;
}
.mgt-menu.sidebar-menu .navigation .submenu:not(:first-child) .level1.active > a {
  padding-left: 7px;
}
@media (min-width: 1200px) {
  .mgt-menu.sidebar-menu .navigation .level0 > .level-top {
    font-size: 30px;
  }
  .mgt-menu.sidebar-menu .navigation .parent .level-top:after {
    top: 15px;
  }
  .header3 .mgt-menu .megamenu-hover .navigation ul,
  .header4 .mgt-menu .megamenu-hover .navigation ul {
    text-align: center;
  }
  .header3 .mgt-menu .megamenu-hover .navigation .level0 > .level-top,
  .header4 .mgt-menu .megamenu-hover .navigation .level0 > .level-top {
    line-height: 1;
    padding: 0 12px 20px;
  }
  .header3.active-sticky .bottom-header.mgt-menu .navigation > ul,
  .header4.active-sticky .bottom-header.mgt-menu .navigation > ul {
    opacity: 0;
    visibility: hidden;
    transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
  }
  .header3.active-sticky:hover .bottom-header.mgt-menu .navigation > ul,
  .header4.active-sticky:hover .bottom-header.mgt-menu .navigation > ul {
    opacity: 1;
    visibility: visible;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition-delay: .15s;
  }
}
.vertical-menu li {
  display: block;
  position: relative;
  float: none !important;
}
.vertical-menu li a {
  display: block;
  padding: 12px 40px 12px 25px;
  font-size: 14px;
  background: none;
  position: relative;
  line-height: 1.75;
  background: none !important;
  color: #878787;
}
.vertical-menu li a:hover {
  color: #222;
}
.vertical-menu li a .label-menu {
  margin-left: 5px;
  top: 4px;
  position: static !important;
  display: inline-block;
  vertical-align: top;
}
.vertical-menu li:first-child > a {
  border-bottom: 1px solid #eee !important;
}
.vertical-menu .megamenu-hover > li > a {
  color: #222;
}
.vertical-menu .megamenu-hover > li:hover > a {
  color: #56cfe1;
}
.vertical-menu .megamenu-hover li:not(:last-child) > a {
  border-bottom: 1px solid #eee;
}
.vertical-menu .megamenu-hover li.mega-menu-fullwidth > ul.dropdown-menu {
  border-top: 1px solid #efefef;
  padding: 14px 30px 16px;
}
.vertical-menu .megamenu-hover li.mega-menu-fullwidth > ul.dropdown-menu ul li > a {
  padding: 10px 0 6px;
}
.vertical-menu .megamenu-hover li.mega-menu-fullwidth.menu-2columns > .dropdown-menu {
  min-width: 500px;
}
.vertical-menu .megamenu-hover li a .mega-menu-sub-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #222;
  font-weight: 500;
}
.vertical-menu .megamenu-hover li .toggle-menu {
  display: none !important;
}
.vertical-menu .megamenu-hover li .icon-next {
  position: absolute;
  right: 15px;
  font-size: 14px;
  top: 12px;
}
.vertical-menu .megamenu-hover li .icon-next .fa:before {
  content: "\f105";
}
.vertical-menu .megamenu-hover li > .dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
  border-radius: 0;
  display: block !important;
  padding: 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  min-width: 250px;
  margin: 0;
  border: none;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  opacity: 0;
  visibility: hidden;
}
.vertical-menu .megamenu-hover li:hover > .dropdown-menu {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.vertical-menu .megamenu-hover ul.sub-menu {
  display: block !important;
}
.vertical-menu.sidebar-menu li > a {
  border-bottom: 1px solid #eee;
}
.vertical-menu.sidebar-menu li .icon-next {
  display: none !important;
}
.vertical-menu.sidebar-menu li .toggle-menu {
  position: absolute;
  right: 5px;
  font-size: 20px;
  top: 0px;
  width: 40px;
}
.vertical-menu.sidebar-menu li .toggle-menu a.active .fa-plus:before {
  content: "\f068";
}
.vertical-menu.sidebar-menu li > .dropdown-menu {
  position: static !important;
  border-radius: 0;
  margin: 0;
  padding: 0;
  float: none;
  width: 100%;
  border: none;
  box-shadow: none;
}
.vertical-menu.sidebar-menu li[class*="level"] > ul > li > a {
  padding-left: 25px;
}
.vertical-menu.sidebar-menu [class*="col-md"] {
  width: 100%;
}
/*****************************
******************************
Template Name : Unero - Premium eCommerce Magento Theme

Color Theme
01-  Default Theme Color
02-  Button color
******************************
*****************************/
/* Primary Button */
/* Secondary Button */
/* Price color */
/* Rating */
/* Product label */
/* Button loadmore */
/* Product Grid Mode */
/* Product Detail */
/* Bundle Product */
/* Pagination Color */
/***********************************************************
   Template Name : Unero - Premium eCommerce Magento Theme
***********************************************************/
/* Variable */
/* Key Frame - Create Animation */
@-webkit-keyframes dot-amimation {
  0% {
    -webkit-transform: translateY(-2px);
  }
  50% {
    -webkit-transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
  }
}
@keyframes dot-amimation {
  0% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(-2px);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0.4;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0.4;
  }
}
/*****************************
******************************
Template Name : Unero - Premium eCommerce Magento Theme

Shortcode
01-  Variable
02-  Key Frame
Reset Css
Short code
Transition
Clear Css
Text & Link
Form
Scroll to top button
Breadcrumb
******************************
*****************************/
/* Reset Css */
*:focus {
  outline: none !important;
}
/* Short code */
.no-padding {
  padding: 0;
}
.no-display {
  display: none;
}
.color-theme {
  color: #cc3333;
}
.disable-select-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Transition */
button,
.transition-all300 {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
/* Clear Css */
.clear-grid:after,
.actions-link:after {
  content: "";
  display: table;
  clear: both;
}
/* Text & Link */
html,
body {
  overflow-x: hidden !important;
  overflow-y: auto;
}
body {
  color: #999999;
  font-size: 14px;
  line-height: 1.7;
  background: #ffffff;
  word-wrap: break-word;
}
#maincontent {
  min-height: 300px;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #000000;
  text-decoration: none;
  outline: 0;
}
ul,
ol {
  padding: 0;
  list-style: none;
  margin: 0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 600;
  line-height: 1.2;
  color: #000000;
  margin: 0;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin-bottom: 1.7em;
  margin-top: 0;
}
/* Button */
.btn,
button.action {
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  text-align: center;
}
.btn.default,
button.action.default,
.btn.btn-default,
button.action.btn-default {
  border-color: #000000;
  color: #000000;
  background-color: #ffffff;
}
.btn.default:hover,
button.action.default:hover,
.btn.btn-default:hover,
button.action.btn-default:hover,
.btn.default:focus,
button.action.default:focus,
.btn.btn-default:focus,
button.action.btn-default:focus {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
}
.btn.primary,
button.action.primary,
.btn.btn-primary,
button.action.btn-primary {
  border-color: #333333;
  color: #ffffff;
  background-color: #333333;
}
.btn.primary:hover,
button.action.primary:hover,
.btn.btn-primary:hover,
button.action.btn-primary:hover,
.btn.primary:focus,
button.action.primary:focus,
.btn.btn-primary:focus,
button.action.btn-primary:focus {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
}
.btn.secondary,
button.action.secondary,
.btn.btn-secondary,
button.action.btn-secondary {
  border-color: #cc3333;
  color: #ffffff;
  background-color: #cc3333;
}
.btn.secondary:hover,
button.action.secondary:hover,
.btn.btn-secondary:hover,
button.action.btn-secondary:hover,
.btn.secondary:focus,
button.action.secondary:focus,
.btn.btn-secondary:focus,
button.action.btn-secondary:focus {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
}
.btn.btn-lg,
button.action.btn-lg {
  padding: 0 40px;
  min-width: 200px;
}
.btn.btn-sm,
button.action.btn-sm {
  padding: 0 30px;
}
.btn.btn-xs,
button.action.btn-xs {
  padding: 0 25px;
  height: 40px;
  line-height: 40px;
}
.btn-full,
button.action-full {
  width: 100%;
}
table .table-caption {
  display: none;
}
blockquote {
  font-style: italic;
  padding: 10px 80px;
  border-left: 4px solid #cc3333;
  color: #000;
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 1.7em;
}
blockquote p {
  margin-bottom: 10px;
}
blockquote cite {
  display: block;
  font-style: normal;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding-left: 50px;
  margin-top: 30px;
}
blockquote cite:before {
  content: "\f10d";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 30px;
  color: #999;
  position: absolute;
  top: -15px;
  left: 0;
}
/* CUSTOM CSS */
.column-padding-5 .row {
  margin-left: -5px;
  margin-right: -5px;
}
.column-padding-5 [class*="col-md-"],
.column-padding-5 [class*="col-lg-"],
.column-padding-5 [class*="col-sm-"],
.column-padding-5 [class*="col-xs-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.full-width-boxed .container-fluid,
.full-width-boxed .container {
  width: auto;
  max-width: 1780px;
  padding-left: 30px;
  padding-right: 30px;
}
.full-width-boxed.style-2 .container-fluid,
.full-width-boxed.style-2 .container {
  max-width: 1580px;
}
/* Form */
::-webkit-input-placeholder {
  color: #c1c1c1;
}
:-moz-placeholder {
  color: #c1c1c1;
}
::-moz-placeholder {
  color: #c1c1c1;
}
:-ms-input-placeholder {
  color: #c1c1c1;
}
.label,
label {
  font-weight: 600;
  color: #000;
  display: inline-block;
  padding: 0;
  margin: 0 0 5px;
  line-height: inherit;
  font-size: inherit;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -moz-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}
@-moz-document url-prefix() {
  select:-moz-focusring,
  select::-moz-focus-inner {
    color: transparent !important;
    text-shadow: 0 0 0 #999 !important;
    background-image: none !important;
    border: 0;
  }
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 13px;
  height: 40px;
  line-height: 36px;
  padding: 0 10px;
  vertical-align: baseline;
  width: 100%;
  color: #878787;
  box-shadow: none !important;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus {
  border-color: #ccc;
}
input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="radio"],
.checkbox-inline input[type="radio"],
.radio input[type="checkbox"],
.radio-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-top: 2px;
}
textarea,
textarea.form-control,
textarea.input-text {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  min-height: 120px;
  background: #fff;
  box-shadow: none;
  padding: 15px;
  box-shadow: none !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
textarea:focus,
textarea.form-control:focus,
textarea.input-text:focus {
  border-color: #222;
}
select,
select.form-control,
select.input-text {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
select:focus,
select.form-control:focus,
select.input-text:focus {
  border-color: #222;
}
select:not([multiple]),
select.form-control:not([multiple]),
select.input-text:not([multiple]) {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #ffffff url("../../frontend/Evolve/evolve/en_US/images/select-bg.svg") no-repeat scroll 100% 45%;
  height: 40px;
  text-indent: 0.01em;
  text-overflow: "";
  padding: 0 25px 0 10px;
}
select:not([multiple]) option,
select.form-control:not([multiple]) option,
select.input-text:not([multiple]) option {
  height: 40px;
  padding: 8px 10px;
}
select[multiple],
select.form-control[multiple],
select.input-text[multiple] {
  background-color: #fff;
}
select[multiple] option,
select.form-control[multiple] option,
select.input-text[multiple] option {
  font-size: 14px;
  height: 34px;
  padding: 8px 10px;
}
.field,
.form-group {
  margin-bottom: 25px;
}
.field > .label,
.form-group > .label,
.field > label,
.form-group > label {
  display: inline-block;
  font-weight: 500;
  padding-left: 0;
}
.field.street .label,
.form-group.street .label {
  border: none;
  text-align: left;
}
.field.street .control .field label,
.form-group.street .control .field label {
  display: none;
}
.field.street .control .field + .field,
.form-group.street .control .field + .field {
  margin-top: 10px;
}
.field.requireds > .label:after,
.form-group.requireds > .label:after,
.field._required > .label:after,
.form-group._required > .label:after,
.field.required > .label:after,
.form-group.required > .label:after,
.field.requireds > label:after,
.form-group.requireds > label:after,
.field._required > label:after,
.form-group._required > label:after,
.field.required > label:after,
.form-group.required > label:after {
  color: #ff0000;
  content: "*";
  font-size: 13px;
  margin: 0 0 0 3px;
}
.field.requireds > .label em,
.form-group.requireds > .label em,
.field._required > .label em,
.form-group._required > .label em,
.field.required > .label em,
.form-group.required > .label em,
.field.requireds > label em,
.form-group.requireds > label em,
.field._required > label em,
.form-group._required > label em,
.field.required > label em,
.form-group.required > label em {
  display: none;
}
.field .form-control + .mage-error,
.form-group .form-control + .mage-error,
.field .input-text + .mage-error,
.form-group .input-text + .mage-error {
  font-size: 12px;
  color: red;
}
.field.choice,
.form-group.choice {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  text-align: left;
}
.field.choice .label,
.form-group.choice .label {
  margin: 0;
  font-size: 13px;
  cursor: pointer;
  white-space: normal;
}
.field.choice .control,
.form-group.choice .control,
.field.choice > input,
.form-group.choice > input {
  position: absolute;
  left: 0;
  bottom: auto;
  top: 3px;
  margin-top: 0;
}
.field.choice .control input,
.form-group.choice .control input {
  margin: 0;
}
.field.note,
.form-group.note {
  margin-top: 5px;
  font-style: italic;
  display: block !important;
  font-weight: 300;
}
.fields.group .field + .field {
  margin-top: 10px;
}
.control._with-tooltip {
  position: relative;
  padding-right: 40px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 5px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action:before {
  color: #bbb;
  content: "\f059";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 21px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4 none repeat scroll 0 0;
  border: 1px solid #999;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: none;
  font-size: 14px;
  left: 40px;
  overflow-wrap: break-word;
  padding: 12px;
  position: absolute;
  text-transform: none;
  top: -5px;
  width: 270px;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent #999 transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 10px;
  content: "";
  display: block;
  height: 0;
  left: -20px;
  position: absolute;
  top: 5px;
  width: 0;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent #f4f4f4 transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 10px;
  content: "";
  display: block;
  height: 0;
  left: -19px;
  position: absolute;
  top: 5px;
  width: 0;
  z-index: 3;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.scroll-to-top {
  border: 1px solid #999999;
  color: #999999;
  background-color: transparent;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  bottom: -100px;
  cursor: pointer;
  font-size: 40px;
  height: 50px;
  position: fixed;
  right: 50px;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  width: 50px;
  z-index: 97;
}
.scroll-to-top i {
  display: block;
  line-height: 50px;
}
.scroll-to-top:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.breadcrumbs {
  padding-bottom: 45px;
  padding-top: 55px;
}
.breadcrumbs .items {
  display: table;
  margin: 20px auto 0;
}
.breadcrumbs .items:after {
  content: "";
  display: table;
  clear: both;
}
.breadcrumbs .items .item {
  float: left;
}
.breadcrumbs .items .item + .item:before {
  content: "/";
  padding: 0 2px;
}
.breadcrumbs .items strong {
  font-weight: 400;
}
.breadcrumbs .page-header {
  text-align: center;
  border: none;
  padding: 0;
  font-weight: 400;
  margin: 0;
}
.tag-cloud:after {
  content: "";
  display: table;
  clear: both;
}
.tag-cloud li {
  float: left;
}
.tag-cloud li a {
  display: block;
  margin-right: 10px;
  padding: 5px 15px;
  border: 1px solid #333;
  background-color: transparent;
  color: #333;
}
.tag-cloud li a:hover {
  color: #fff;
  background-color: #333;
}
.owl-carousel .owl-item img {
  transform-style: unset;
  -moz-transform-style: unset;
  -webkit-transform-style: unset;
}
.owl-carousel .owl-dots {
  display: table;
  margin: 40px auto 0;
}
.owl-carousel .owl-dots.disabled {
  margin: 0 !important;
  display: none;
}
.owl-carousel .owl-dots .owl-dot {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  position: relative;
  margin: 0 7.5px;
  cursor: pointer;
  background: #ccc;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #666;
}
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  color: #999;
  cursor: pointer;
  font-size: 110px;
  position: absolute;
  top: 50%;
  line-height: 1;
  left: 30px;
  right: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  color: #000;
}
.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
  pointer-events: none;
  cursor-pointer: default;
  opacity: 0.3;
}
.owl-carousel .owl-nav .owl-next {
  right: 30px;
  left: auto;
}
.modal-inner-wrap {
  max-width: 900px;
  margin: auto;
}
.modal-overlay {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.modal-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
}
.modal-popup._show {
  z-index: 9999 !important;
  visibility: visible;
  opacity: 1;
}
.modal-popup._show + .modals-overlay {
  z-index: 9998 !important;
  visibility: visible;
  opacity: 1;
}
.message > * {
  padding: 12px 20px 12px 45px;
  display: block;
  font-size: 14px;
  position: relative;
  margin: 0 0 15px;
}
.message > *:before {
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 24px;
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  width: 45px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.message > * a {
  color: #cc3333;
}
.message > * a:hover {
  text-decoration: underline;
}
.message p {
  margin: 0;
}
.message.info > * {
  background: #d9edf7;
  color: #31708f;
}
.message.info > *:before {
  color: #31708f;
  content: '\f024';
}
.message.error > * {
  background: #fae5e5;
  color: #1979c3;
}
.message.error > *:before {
  color: #b30000;
  content: '\f06a';
}
.message.warning > * {
  background: #fdf0d5;
  color: #6f4400;
}
.message.warning > *:before {
  color: #b30000;
  content: '\f071';
}
.message.notice > * {
  background: #fdf0d5;
  color: #6f4400;
}
.message.notice > *:before {
  color: #c07600;
  content: '\f12a';
}
.message.success > * {
  background: #e5efe5;
  color: #006400;
}
.message.success > *:before {
  color: #006400;
  content: '\f00c';
}
body.cms-index-index .message > div {
  margin: 15px 0 0;
}
.mfp-loading-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 999;
}
.mfp-loading-fullscreen:before,
.mfp-loading-fullscreen:after {
  animation: 2s ease-in-out 0s normal none infinite running sk-bounce;
  background-color: #cc3333;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: "";
  height: 30px;
  left: 50%;
  margin: -15px 0 0 -15px;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  width: 30px;
  z-index: 1;
}
.mfp-loading-fullscreen:before {
  animation-delay: -1s;
}
@media (min-width: 1200px) {
  body.wide .container {
    width: 1200px;
  }
}
body.wide.fullwidth .container {
  width: 100%;
}
@media (min-width: 1370px) {
  body.wide.width1366 .container {
    width: 1366px;
  }
}
@media (min-width: 1200px) {
  body.wide.width1024 .container {
    width: 1024px;
  }
}
body.boxed-full:not(.panel-popup) {
  background-color: #f2f2f2;
}
body.boxed-full:not(.panel-popup) .main-wrapper {
  background-color: #fff;
  margin: 30px auto;
  position: relative;
  width: auto !important;
}
@media (min-width: 768px) {
  body.boxed-full:not(.panel-popup) .main-wrapper {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 767px) {
  body.boxed-full:not(.panel-popup) .main-wrapper {
    margin: 15px auto;
    max-width: calc(100% - 30px);
  }
}
body.boxed-full:not(.panel-popup) .container {
  width: auto;
  max-width: 1580px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  body.boxed-full:not(.panel-popup) .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.boxed:not(.panel-popup) {
  background-color: #f2f2f2;
}
body.boxed:not(.panel-popup) .main-wrapper {
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  width: auto !important;
}
@media (min-width: 1366px) {
  body.boxed:not(.panel-popup) .main-wrapper {
    max-width: 1310px;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  body.boxed:not(.panel-popup) .main-wrapper {
    max-width: 1140px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.boxed:not(.panel-popup) .main-wrapper {
    max-width: 932px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.boxed:not(.panel-popup) .main-wrapper {
    max-width: 708px;
  }
}
@media (max-width: 767px) {
  body.boxed:not(.panel-popup) .main-wrapper {
    max-width: calc(100% - 30px) !important;
  }
}
@media (min-width: 1366px) {
  body.boxed:not(.panel-popup) .main-wrapper .container {
    width: 1200px;
  }
}
@media (max-width: 1365px) {
  body.boxed:not(.panel-popup) .main-wrapper .container {
    width: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  body.boxed:not(.panel-popup) .main-wrapper .container {
    padding: 0 !important;
  }
}
@media (min-width: 1200px) {
  body.boxed.width1024:not(.panel-popup) .main-wrapper {
    max-width: 1140px;
  }
  body.boxed.width1024:not(.panel-popup) .main-wrapper .container {
    width: 1024px;
  }
}
@media (min-width: 1500px) {
  body.boxed.width1366:not(.panel-popup) .main-wrapper {
    max-width: 1426px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  body.boxed.width1366:not(.panel-popup) .main-wrapper {
    max-width: 1140px;
  }
}
@media (min-width: 1500px) {
  body.boxed.width1366:not(.panel-popup) .main-wrapper .container {
    width: 1366px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  body.boxed.width1366:not(.panel-popup) .main-wrapper .container {
    width: calc(100% - 30px);
  }
}
body.boxed.fullwidth:not(.panel-popup) .main-wrapper {
  max-width: calc(100% - 60px);
}
body.boxed.fullwidth:not(.panel-popup) .main-wrapper .container {
  width: calc(100% - 30px);
}
/* Lazy load */
img.owl-lazy,
img.lazy {
  background-image: url('../../frontend/Evolve/evolve/en_US/images/loading.gif');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px auto;
}
.promobanner img.lazy {
  border: 1px solid #ddd;
  max-height: 300px;
}
/* Share This Block */
.sharethis-inline-share-buttons .st-btn {
  background: none !important;
  height: auto !important;
  top: 0 !important;
  margin: 0 !important;
}
.sharethis-inline-share-buttons .st-btn > svg {
  fill: #ccc !important;
  width: 20px !important;
  height: 20px !important;
}
.sharethis-inline-share-buttons .st-btn:hover > svg {
  fill: #cc3333 !important;
}
/* Magnific popup effect */
/* ====== Zoom effect ====== */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ====== Newspaper effect ====== */
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: scale(0) rotate(500deg);
  -webkit-transform: scale(0) rotate(500deg);
  -moz-transform: scale(0) rotate(500deg);
  -o-transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  -webkit-transform: scale(0) rotate(500deg);
  -moz-transform: scale(0) rotate(500deg);
  -o-transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ====== Move-horizontal effect ====== */
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -o-transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -o-transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ====== Move-from-top effect ====== */
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ====== 3d unfold ====== */
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform: rotateY(-60deg);
  -webkit-transform: rotateY(-60deg);
  -moz-transform: rotateY(-60deg);
  -o-transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  -webkit-transform: rotateY(60deg);
  -moz-transform: rotateY(60deg);
  -o-transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ====== Zoom-out effect ====== */
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}
.content-heading {
  margin: 0 0 45px;
  text-align: center;
}
.content-heading .title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
.content-heading .block-note {
  white-space: pre-line;
  margin-top: 30px;
}
.content-heading.large .title {
  font-size: 36px;
  margin-bottom: 25px;
  font-weight: 600;
}
.shop-title-wrapper {
  text-align: center;
}
.shop-title-wrapper .title {
  font-size: 18px;
  color: #999;
  font-weight: 400;
  margin-bottom: 55px;
}
.shop-title-wrapper .desc {
  font-size: 70px;
  font-weight: 700;
  color: #000;
  white-space: pre-line;
  line-height: 1;
}
body:not(.cms-index-index) .content-heading {
  margin-bottom: 60px;
}
body:not(.cms-index-index) .content-heading .title {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  text-align: center;
}
.slider_mgs_carousel.owl-carousel .owl-nav .owl-prev {
  left: 50px;
}
.slider_mgs_carousel.owl-carousel .owl-nav .owl-next {
  right: 50px;
  left: auto;
}
.slider_mgs_carousel.owl-carousel .owl-dots {
  margin: 0;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.slider_mgs_carousel.owl-carousel .owl-dots .owl-dot span {
  background-color: #666;
}
.slider_mgs_carousel.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #cc3333;
}
.slider_mgs_carousel.owl-carousel .item.fullscreen {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fullscreen-slider .owl-carousel {
  height: 100%;
  position: relative;
}
.fullscreen-slider .owl-carousel div:not(.owl-controls) {
  height: 100%;
}
.fullscreen-slider .owl-carousel .owl-nav {
  height: auto !important;
}
.fullscreen-slider .owl-carousel .owl-nav .owl-prev,
.fullscreen-slider .owl-carousel .owl-nav .owl-next {
  height: auto !important;
}
.fullscreen-slider .owl-carousel .owl-dots {
  height: auto !important;
}
.fullscreen-slider .owl-carousel .owl-dots .owl-dot {
  height: auto !important;
}
.main-wrapper > .page-header-sliders {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  clip: rect(0, auto, auto, 0);
  background-color: #fff;
  z-index: 2;
}
.category-carousel .owl-item {
  padding-left: 30px;
  padding-right: 30px;
}
.category-carousel-item {
  position: relative;
}
.category-carousel-info {
  font-size: 18px;
  left: 60px;
  position: absolute;
  top: 100px;
}
.category-carousel-info .title {
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 1.2;
  color: #000;
}
.category-carousel-info-link {
  color: #999;
}
.category-carousel-info-link:hover {
  color: #c00;
}
.banner-cate {
  padding: 0 20px 0 35px;
}
.banner-cate-image {
  position: relative;
  padding-left: 35px;
}
.banner-cate-image img {
  min-width: 100%;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.banner-cate-image .text {
  color: #999;
  line-height: 1;
  letter-spacing: .048em;
  display: inline-block;
  position: absolute;
  left: -93.5px;
  top: 0;
  transform: rotate(-90deg) translateX(-50%);
  -webkit-transform: rotate(-90deg) translateX(-50%);
  -moz-transform: rotate(-90deg) translateX(-50%);
  -o-transform: rotate(-90deg) translateX(-50%);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.banner-cate-name {
  padding-left: 35px;
}
.banner-cate-name a {
  font-size: 30px;
  font-weight: 400;
  margin: 30px 0 0;
  display: block;
}
.banner-cate-name a:hover {
  color: #cc3333;
}
.banner-cate.text-position-center .banner-cate-image .text {
  top: 50%;
  transform: rotate(-90deg) translate(-50%,-50%);
  -webkit-transform: rotate(-90deg) translate(-50%,-50%);
  -moz-transform: rotate(-90deg) translate(-50%,-50%);
  -o-transform: rotate(-90deg) translate(-50%,-50%);
}
.banner-cate.text-position-right {
  padding-left: 20px;
  padding-right: 35px;
}
.banner-cate.text-position-right .banner-cate-image {
  padding-right: 35px;
  padding-left: 0;
}
.banner-cate.text-position-right .banner-cate-image .text {
  right: -93.5px;
  left: auto;
}
.banner-cate.text-position-right .banner-cate-name {
  padding-left: 0;
}
.banner-cate:hover .banner-cate-image img {
  opacity: 0.6;
}
.newsletter-home {
  position: relative;
  padding-top: 40px;
  padding-right: 70px;
  margin-left: 20px;
}
.newsletter-home:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  background-color: #000;
  height: 1px;
  content: "";
}
.newsletter-home .newsletter-title {
  font-size: 30px;
  color: #000;
  line-height: 1;
}
.newsletter-home .block {
  position: relative;
}
.newsletter-home .block label {
  display: none;
}
.newsletter-home .block .form-group {
  margin: 0;
}
.newsletter-home .block input[type=email] {
  width: 100%;
  border: 1px solid #bfbfbf;
  padding: 14px 20px 13px;
  display: block;
  height: 50px;
}
.newsletter-home .block .action.subscribe {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  z-index: 10;
  background: none;
  border: none;
  text-align: center;
  padding: 0;
}
.newsletter-home.style-v2 {
  margin-left: 0;
  padding-right: 0;
  border-top: 1px solid #e1e1e1;
  padding-top: 80px;
  padding-bottom: 80px;
}
.newsletter-home.style-v2:before {
  content: none;
}
.newsletter-home.style-v2 .block .action.subscribe {
  width: auto;
  padding: 0 25px;
  color: #fff;
  min-width: 170px;
  font-weight: 600;
  font-size: 16px;
  background-color: #cc3333;
}
.newsletter-home.style-v2 .block .action.subscribe .fa {
  display: none;
}
.newsletter-home.style-v2 .block .action.subscribe:after {
  content: attr(title);
  display: block;
  white-space: nowrap;
}
.newsletter-home-v3 .block.newsletter {
  max-width: 630px;
  margin: 0 auto;
}
.newsletter-home-v3 .block.newsletter .content {
  display: table;
  width: 100%;
}
.newsletter-home-v3 .block.newsletter .content > label {
  display: none;
}
.newsletter-home-v3 .block.newsletter .content form.subscribe {
  margin-top: 46px;
}
.newsletter-home-v3 .block.newsletter .content .form-group,
.newsletter-home-v3 .block.newsletter .content .actions {
  display: table-cell;
  vertical-align: middle;
}
.newsletter-home-v3 .block.newsletter .content .form-group .control input {
  height: 55px;
  font-size: 14px;
  color: #999999;
  padding-left: 22px;
}
.newsletter-home-v3 .block.newsletter .content .actions {
  padding-left: 30px;
  width: 1%;
}
.newsletter-home-v3 .block.newsletter .content .actions .action.subscribe {
  min-width: 200px;
  background-color: #333333;
  color: #fff;
  height: 55px;
  line-height: 55px;
}
.newsletter-home-v3 .block.newsletter .content .actions .action.subscribe span {
  display: none;
}
.newsletter-home-v3 .block.newsletter .content .actions .action.subscribe:before {
  content: attr(title);
}
.newsletter-home-v3 .block.newsletter .content .actions .action.subscribe:hover {
  background-color: #000;
}
.browse-all-products {
  text-align: center;
  margin-top: 35px;
}
.browse-all-products a {
  color: #000;
  font-size: 18px;
  text-decoration: underline;
}
.view-all-link {
  margin-left: 100px;
  padding-top: 40px;
}
.view-all-link a {
  font-size: 30px;
  color: #000;
  line-height: 1;
  position: relative;
  padding-top: 40px;
}
.view-all-link a:hover {
  color: #cc3333;
}
.view-all-link a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  background-color: #000;
  height: 1px;
  content: "";
}
.cms-about-block {
  background-color: #fcf4ed;
  padding: 46px 50px 45px;
}
.cms-about-block .title {
  margin: 0 0 45px;
  font-size: 14px;
  font-weight: 600;
  color: #cc3333;
}
.cms-about-block .desc {
  font-size: 30px;
  color: #000;
  white-space: pre-line;
  line-height: 1.2;
  margin-bottom: 80px;
}
.cms-about-block .link {
  position: relative;
  text-align: right;
}
.cms-about-block .link:before {
  content: "";
  width: 120px;
  position: absolute;
  top: 10px;
  left: 0;
  height: 1px;
  background-color: #000;
}
.slider-tabs-container {
  min-height: 100vh;
  position: relative;
}
.slider-tabs-content {
  align-items: center;
  display: flex;
  height: 100%;
  min-height: 100vh;
  padding: 100px 0 100px 145px;
  position: relative;
  z-index: 10;
}
.slider-tabs-content .slider-items-content {
  background-color: #fff;
  padding: 55px 50px;
}
.slider-tabs-wrapper {
  margin-left: 45px;
  margin-right: 45px;
}
.slider-tabs-wrapper .item-content {
  margin-bottom: 45px;
}
.slider-tabs-wrapper .item-content:last-child {
  margin-bottom: 0;
}
.slider-tabs-wrapper .item-content .title {
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.slider-tabs-wrapper .item-content .title a {
  color: #000;
}
.slider-tabs-wrapper .item-content .desc {
  color: #999;
  display: block;
  padding-top: 10px;
}
.slider-tabs-wrapper .item-content:hover .title,
.slider-tabs-wrapper .item-content.active .title {
  color: #cc3333;
}
.slider-tabs-wrapper .item-content:hover .title a,
.slider-tabs-wrapper .item-content.active .title a {
  color: #cc3333;
}
.slider-tabs-wrapper .slider-images-content {
  clip: rect(0px, auto, auto, 0px);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.slider-tabs-wrapper .slider-images-content .item-image {
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 60px;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease 0s;
  width: 100%;
}
.slider-tabs-wrapper .slider-images-content .item-image.active {
  opacity: 1;
}
.slider-background-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.slider-background-wrapper .slider-grid-container {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 100px 100px 55px;
}
.slider-background-wrapper .slider-images-content {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider-background-wrapper .slider-images-content .item-image {
  background-size: cover;
  background-attachment: scroll;
  left: 0;
  background-position: center center;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  background-repeat: no-repeat;
  transition: all 5s,opacity .35s;
  -webkit-transition: all 5s,opacity .35s;
  -moz-transition: all 5s,opacity .35s;
  -o-transition: all 5s,opacity .35s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.slider-background-wrapper .slider-images-content .item-image.active {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  opacity: 1;
}
.slider-background-wrapper .slider-grid-content {
  position: relative;
  min-height: 100vh;
  z-index: 10;
}
.slider-background-wrapper .slider-items-content .item-content {
  margin-bottom: 45px;
  float: left;
  padding: 0 20px;
}
.slider-background-wrapper .slider-items-content .item-content.active .item-inner {
  border-color: #fff;
  background-color: #fff;
}
.slider-background-wrapper .slider-items-content .item-inner {
  border: 1px solid #000;
  padding: 40px;
  min-height: 338px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  display: block;
}
.slider-background-wrapper .slider-items-content .title {
  font-size: 30px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  margin: 0;
  padding: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.slider-background-wrapper .slider-items-content .desc {
  color: #999;
  padding-top: 10px;
  display: block;
}
/* PARALLAX HOME */
.collection_parallax {
  min-height: 100vh;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  text-align: center;
  align-items: center;
}
.parallax-content {
  color: #999;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  min-width: 630px;
  padding: 50px 0;
  display: inline-block;
}
.parallax-content .parallax-subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}
.parallax-content .parallax-title {
  font-size: 36px;
  line-height: 1.2;
  color: #000;
}
.parallax-content .parallax-title p {
  margin-bottom: 0;
}
.parallax-content a {
  margin-top: 35px;
  display: inline-block;
  font-size: 18px;
  color: #c00;
}
.full-width .video-banner-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.video-banner-wrapper {
  position: relative;
  overflow: hidden;
}
.video-banner-wrapper:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.video-banner-wrapper video {
  object-fit: cover;
  width: 100%;
  display: block;
  vertical-align: baseline;
}
.video-banner-wrapper .video-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-size: 16px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.video-banner-wrapper .video-banner-content .video-subtitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}
.video-banner-wrapper .video-banner-content .video-title {
  font-weight: 600;
  font-size: 100px;
  line-height: 1;
  margin-bottom: 45px;
}
.video-banner-wrapper .video-banner-content .link {
  margin-top: 50px;
  height: 62px;
  line-height: 62px;
  padding: 0 40px;
  background-color: #c00;
  display: inline-block;
  font-size: 18px;
  color: #fff;
}
/* HOME LANDING PRODUCT */
.landing-subtitle {
  font-size: 18px;
  color: #666666;
  line-height: 1;
  margin-bottom: 68px;
}
.landing-desc {
  font-size: 36px;
  color: #010101;
  line-height: 1.4;
  font-weight: 400;
  font-style: normal;
}
.landing-desc.small {
  font-size: 30px;
}
/* VIMEO VIDEO BACKGROUND */
.videobg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
}
.videobg-aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.videobg-make-height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.videobg-hide-controls {
  box-sizing: content-box;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px 97.7777px;
  top: -55px;
  left: -97.7777px;
}
.videobg iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 none;
}
/* LARGE BANNER */
.metro-banner .promobanner .text.top-left {
  padding-left: 37px;
  padding-top: 39px;
}
.metro-banner .promobanner .text.bottom-left {
  padding-left: 37px;
  padding-bottom: 39px;
}
.metro-banner .promobanner .text h3 {
  font-size: 24px;
  letter-spacing: 0.025em;
  margin-bottom: 5px;
}
.metro-banner .promobanner .text h3 + a {
  font-size: 16px;
  letter-spacing: 0.05em;
}
.classic-title a {
  float: right;
  line-height: 1;
  vertical-align: top;
  margin-top: 18px;
}
.classic-product .swatch-attribute-options {
  display: table;
  margin: 0 auto;
}
.classic-product .products-grid .product-top {
  background-color: #ebebeb;
}
.classic-product .products-grid .product-item-details .product-item-name a:hover {
  text-decoration: underline;
}
.classic-product .products-grid .product-item-details > .product-detail-content {
  display: block;
  text-align: center;
  padding-top: 25px;
}
.classic-product .products-grid .product-item-details > .product-detail-action {
  display: none;
}
.classic-product .products-grid .product-item-details > .product-detail-action button {
  color: #000;
}
.classic-product .products-grid .product-item-details > .product-detail-action button:hover {
  color: #c00;
}
.classic-product .products-grid .product-item-info {
  position: relative;
}
.classic-product .products-grid .product-item-info .actions-link {
  bottom: 15px;
}
.classic-product .products-grid .product-item-info:hover .actions-link {
  right: 15px;
}
.sidebar.sidebar-additional .block + .block,
.sidebar.sidebar-main .block + .block,
.sidebar.sidebar-main .block + .sidebar-additional {
  margin-top: 50px;
  border-top: 1px solid #e1e1e1;
  padding-top: 40px;
}
.sidebar .block-title {
  margin-bottom: 30px;
}
.sidebar .block-title .title,
.sidebar .block-title strong {
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
  color: #000;
}
.sidebar .block-title .counter {
  font-size: 75%;
  color: #000;
}
.sidebar .block-title .counter:before {
  content: "(";
}
.sidebar .block-title .counter:after {
  content: ")";
}
.sidebar .subtitle {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}
.sidebar ul li {
  list-style: none;
  margin-bottom: 0;
  padding: 5px 0;
}
.sidebar .block-reorder .product-items li {
  margin-bottom: 15px;
}
.sidebar .block-reorder .product-items li:last-child {
  margin: 0;
}
.sidebar .block-reorder .product-items li .field.choice {
  margin: 0;
  position: relative;
}
.sidebar .block-reorder .actions-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar .block-reorder .actions-toolbar > .primary,
.sidebar .block-reorder .actions-toolbar > .secondary {
  float: left;
}
.sidebar .list-products .product-item-info .product-image {
  width: 80px;
}
.sidebar .list-products .product-item-info .product-image a {
  height: auto;
}
.sidebar .list-products .product-item-info .product-image .product-image-wrapper {
  padding: 0 !important;
}
.sidebar .list-products .product-item-info .product-image img {
  position: static;
  height: auto !important;
}
.sidebar .list-products .product-item-info .product-item-details {
  width: calc(100% - 80px);
  padding-left: 20px;
  padding-right: 25px;
  position: relative;
}
.sidebar .list-products .product-item-info .product-item-details .btn-remove {
  position: absolute;
  top: 4px;
  right: 0;
  z-index: 1;
  padding: 5px;
  height: auto;
  line-height: 1;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.sidebar .block.block-compare .block-title {
  white-space: nowrap;
}
.sidebar .block.block-compare .block-title .counter.qty {
  font-size: 14px;
  color: #8e8e8e;
  font-weight: 500;
}
.sidebar .block.block-compare .block-title .counter.qty:after {
  content: ")";
  display: inline-block;
}
.sidebar .block.block-compare .block-title .counter.qty:before {
  content: "(";
  display: inline-block;
}
.sidebar .block.block-compare ol.product-items li.product-item {
  padding-top: 10px;
  padding-bottom: 8px;
}
.sidebar .block.block-compare ol.product-items li.product-item:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar .block.block-compare ol.product-items li.product-item .product-item-name {
  font-weight: 500;
}
.sidebar .block.block-compare ol.product-items li.product-item .action.delete {
  float: right;
}
.sidebar .block.block-compare ol.product-items li.product-item .action.delete:after {
  content: "\f1f8";
  font-family: "FontAwesome";
  display: inline-block;
}
.sidebar .block.block-compare ol.product-items li.product-item .action.delete span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block.block-compare .actions-toolbar {
  padding-top: 30px;
}
.sidebar .block.block-compare .actions-toolbar a + a {
  margin-left: 7px;
}
.sidebar .block.filter a {
  color: #999;
}
.sidebar .block.filter a:hover {
  color: #cc3333;
}
.block.account-nav .account-nav .items .item {
  padding: 9px 0 8px;
}
.block.account-nav .account-nav .items .item:first-child {
  padding-top: 0;
}
.block.account-nav .account-nav .items .item strong {
  color: #cc3333;
  font-weight: 600;
}
.block.filter > .filter-title {
  display: none;
}
.block.filter .block-content.filter-content .filter-options:after {
  content: "";
  display: table;
  clear: both;
}
.block.filter .block-content.filter-content .block-actions.filter-actions + .block-subtitle.filter-subtitle {
  margin-top: 30px;
}
.block.filter .block-content.filter-content .filter-current .items .item {
  margin-bottom: 21px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 7px;
}
.block.filter .block-content.filter-content .filter-current .items .item:after {
  content: "";
  display: table;
  clear: both;
}
.block.filter .block-content.filter-content .filter-current .filter-label {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  display: block;
}
.block.filter .block-content.filter-content .filter-current .action.remove {
  float: right;
}
.block.filter .block-content.filter-content .close-filter-fixed {
  display: none;
}
.block.filter .block-content.filter-content .filter-options-item {
  margin-bottom: 52px;
}
.block.filter .block-content.filter-content .filter-options-item + .filter-options-item {
  margin-top: 50px;
  border-top: 1px solid #e1e1e1;
  padding-top: 40px;
}
.block.filter .block-content.filter-content .filter-options-item .filter-options-title {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  display: block;
  margin-bottom: 30px;
}
.block.filter .block-content.filter-content .filter-options-item .filter-options-content {
  display: none;
}
.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item {
  position: relative;
  padding: 10px 50px 7px 0;
}
.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item .count {
  position: absolute;
  right: 0;
  top: 50%;
  color: #b1b1b1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item .count:after {
  content: ")";
  display: inline-block;
}
.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item .count:before {
  content: "(";
  display: inline-block;
}
.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item .count .filter-count-label {
  display: none;
}
.block.filter .block-content.filter-content .filter-options-item .swatch-attribute-options {
  padding: 5px 0 0;
}
.block.filter .block-content.filter-content .filter-options-item .swatch-attribute-options .swatch-option-link-layered .swatch-option {
  outline: none !important;
  min-width: 25px;
  margin: 10px 10px 0 0;
  min-height: 25px;
}
.block.filter .block-content.filter-content .filter-options-item:hover .count {
  color: #222;
}
.block.filter .block-content.filter-content .filter-options-item:last-child {
  margin-bottom: 0;
}
.block.filter .block-content.filter-content .filter-actions + .filter-options {
  margin-top: 50px;
  border-top: 1px solid #e1e1e1;
  padding-top: 40px;
}
.block.filter .block-subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  display: block;
  margin-bottom: 30px;
}
.sidebar-reponsive-btn {
  position: fixed;
  right: auto;
  left: 0;
  top: 35%;
  height: 40px;
  width: 40px;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: #222;
  background-color: #fff;
  border: none;
  box-shadow: 0px 0px 1px grey;
  z-index: 1;
  margin-top: -20px;
  opacity: 0.8;
  border-radius: 0 4px 4px 0;
}
.sidebar-reponsive-btn .icon {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  line-height: 1;
  vertical-align: middle;
}
/**/
.filter .options li.item {
  position: relative;
  padding: 10px 0;
}
.filter .options li.item span {
  float: right;
  background: #fff;
  padding-left: 5px;
}
.filter .options li.item a {
  background: #fff;
  padding-right: 5px;
}
.filter .options li.item:after {
  content: "";
  display: block;
  border-bottom: 1px dotted #ccc;
  height: 1px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index: -1;
}
/* Toolbar Category page */
.category-product-actions {
  margin-bottom: 30px;
}
/* Toolbar */
.toolbar {
  display: table;
  width: 100%;
  font-size: 16px;
  color: #999;
}
.toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.toolbar > div {
  display: table-cell;
  vertical-align: middle;
}
.toolbar > div.modes {
  text-align: right;
}
.toolbar .sorter-label,
.toolbar .limiter .label {
  color: #999;
  display: inline-block;
  font-weight: inherit;
}
.toolbar .sorter-label:after,
.toolbar .limiter .label:after {
  content: ":";
  display: inline-block;
}
.toolbar .toolbar-sorter .sorter-action {
  margin-left: 15px;
  font-size: 14px;
}
.toolbar .toolbar-sorter .sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.toolbar .toolbar-sorter .sorter-action:hover {
  color: #cc3333;
}
.toolbar .toolbar-sorter .sorter-action:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.toolbar .toolbar-sorter .sorter-action.sort-asc:before {
  content: "\f160";
}
.toolbar .toolbar-sorter .sorter-action.sort-desc:before {
  content: "\f161";
}
.toolbar .modes .modes-label {
  display: none;
}
.toolbar .modes .modes-mode {
  font-size: 18px;
  display: inline-block;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.toolbar .modes .modes-mode > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.toolbar .modes .modes-mode + .modes-mode {
  margin-left: 15px;
}
.toolbar .modes .modes-mode.mode-grid:before {
  content: "\f00a";
}
.toolbar .modes .modes-mode.mode-list:before {
  content: "\f03a";
}
.toolbar .modes a.modes-mode:hover {
  color: #cc3333;
}
.toolbar .pages {
  display: none;
}
.toolbar .toolbar-amount {
  color: #000;
}
.toolbar .toolbar-number {
  color: #c00;
}
.toolbar select {
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: auto;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  border: none;
  background: none;
  padding-right: 20px;
  background-image: url(../../frontend/Evolve/evolve/en_US/images/bg-select-toolbar.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px;
  padding-left: 0;
  padding-right: 10px;
}
.toolbar select option {
  padding: 5px 15px;
  font-size: 14px;
}
.toolbar select option:first-child {
  padding-top: 10px;
}
.toolbar select option:last-child {
  padding-bottom: 10px;
}
.toolbar select::-ms-expand {
  display: none;
}
/* Bottom Toolbar */
.bottom-pagination .toolbar > div {
  display: none !important;
}
.bottom-pagination .toolbar .list-inline {
  display: block !important;
  text-align: center;
  margin: 0;
}
.bottom-pagination .toolbar .pages .pagination {
  margin: 0 auto;
}
.bottom-pagination .toolbar .pages .pagination:after {
  content: "";
  display: table;
  clear: both;
}
.bottom-pagination .toolbar .pages .pagination li {
  display: block;
  float: left;
  padding: 0 5px;
}
/* Pager Toolbar */
.pagination > li > a {
  width: 40px;
  height: 40px;
  border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  text-align: center;
  float: none;
  color: #000000;
  border-color: #dddddd;
  background-color: #ffffff;
  display: block;
  font-size: 14px;
  line-height: 38px;
  padding: 0;
  margin: 0;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.pagination > li.current > a {
  cursor: default;
  pointer-events: none;
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.contact-box-wrapper {
  border: 1px solid #d9d9d9;
  padding: 50px;
}
.contact-box-wrapper .icon {
  color: #c00;
  font-size: 30px;
  line-height: 1;
}
.contact-box-wrapper .title {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  margin: 25px 0 20px;
}
.cms-noroute-index .page-main {
  padding: 200px 0 300px;
  min-height: unset;
}
.cms-noroute-index .page-title {
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 40px;
}
.cms-noroute-index .page-title span {
  display: block;
  font-size: 72px;
  color: #c00;
  margin-bottom: 40px;
  padding-left: 50px;
}
.cms-noroute-index .page-content a {
  color: #c00;
}
.cms-noroute-index .page-content .top-search-mini .form-search {
  position: relative;
  padding: 5px 20px;
  border: 1px solid #d9d9d9;
  color: #000;
  max-width: 370px;
  margin: 40px auto 0;
}
.cms-noroute-index .page-content .top-search-mini .form-search .input-text {
  padding: 0;
  border: none;
}
.cms-noroute-index .page-content .top-search-mini .form-search .btn-search {
  top: 2px;
  width: 60px;
  height: 50px;
  background: transparent;
  position: absolute;
  right: 0;
  border: 0;
  z-index: 10;
  font-size: 24px;
}
/* About us */
.about-us img {
  min-width: 100%;
}
.about-us h2,
.about-us h3,
.about-us h4,
.about-us h5 {
  font-weight: 400;
}
.about-us h4 {
  margin-bottom: 30px;
}
.about-us .title {
  text-align: center;
  margin-bottom: 100px;
  margin-top: 50px;
}
.about-us .block-text {
  margin: 100px 200px;
}
.about-us .block-text h3 {
  margin-bottom: 40px;
}
.about-us .block-text > div {
  margin-bottom: 69px;
}
.about-us .block-text li {
  padding: 3px 0;
}
.about-us .block-text li a {
  color: #999;
}
.about-us .block-text li a:hover {
  color: #000;
}
.about-us .table > tbody > tr > td {
  padding: 8px 0 8px 8px;
  border: 0;
  color: #000;
}
@media (max-width: 1199px) {
  .about-us .block-text {
    margin: 100px;
  }
}
@media (max-width: 991px) {
  .about-us .title {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .about-us h4 {
    margin-bottom: 20px;
  }
  .about-us .block-text {
    margin: 50px 0;
  }
  .about-us .block-text h3 {
    margin-bottom: 30px;
  }
  .about-us .block-text > div {
    margin-bottom: 50px;
  }
  .about-us ul {
    margin-bottom: 20px;
  }
}
/* INSTAGRAM SHOP */
.instagram-shop-title {
  margin-bottom: 165px;
}
.snptwdgt-container .snptwdgt__ftr {
  display: none;
}
/* INSTAGRAM IMAGE */
.full-width .instagram-block {
  margin-left: -15px;
  margin-right: -15px;
}
.full-width .instagram-block .content-heading {
  padding: 0 15px;
}
.instagram-block > .row {
  margin-left: -5px;
  margin-right: -5px;
}
.instagram-block .owl-carousel:not(.disable-padding) .owl-item,
.instagram-block .instagram-item-col {
  padding-left: 5px;
  padding-right: 5px;
}
.instagram-block .owl-carousel.disable-padding .owl-item,
.instagram-block .disable-padding .instagram-item-col {
  padding: 0 !important;
}
.instagram-block .owl-carousel .owl-nav .owl-next {
  left: 100%;
  right: auto;
  margin-left: -15px;
}
.instagram-block .owl-carousel .owl-nav .owl-prev {
  right: 100%;
  left: auto;
  margin-right: -15px;
}
.instagram-item {
  position: relative;
}
.instagram-item.hover-effect:not(.enable-link):before,
.instagram-item.hover-effect.enable-link a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.instagram-item.hover-effect:not(.enable-link):after,
.instagram-item.hover-effect.enable-link a:after {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  color: #fff;
  content: "\f16d";
  font-family: FontAwesome;
  z-index: 2;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.instagram-item.hover-effect:not(.enable-link):hover:before,
.instagram-item.hover-effect.enable-link a:hover:before,
.instagram-item.hover-effect:not(.enable-link):hover:after,
.instagram-item.hover-effect.enable-link a:hover:after {
  opacity: 1;
}
.instagram-item:not(.hover-effect) > a:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.instagram-item:not(.hover-effect) .social-count {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  z-index: 1;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
}
.instagram-item:not(.hover-effect) .social-count > span {
  margin: 0 5px;
}
.instagram-item:not(.hover-effect) .social-count > span .fa {
  margin-right: 5px;
}
.instagram-item:not(.hover-effect):hover .social-count {
  opacity: 1;
  visibility: visible;
}
.instagram-item:not(.hover-effect):hover > a:after {
  opacity: .5;
  visibility: visible;
}
.modal_newsletter_popup {
  text-align: center;
}
.modal_newsletter_popup .mfp-close {
  position: absolute;
  background-color: #999999;
  border: 0 none;
  color: #fff;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  opacity: 1;
  padding: 0;
  right: 10px;
  font-size: 28px;
  top: 10px;
  width: 40px;
}
.modal_newsletter_popup .mfp-close:before {
  content: none;
}
.modal_newsletter_popup .mfp-close em {
  display: block;
}
.modal_newsletter_popup .mfp-close:hover {
  background-color: #000;
}
.modal_newsletter_popup .block-popup-subscribe {
  padding: 10px;
  position: relative;
}
.modal_newsletter_popup .block-popup-subscribe .block-popup-top {
  border: 1px solid #ccc;
}
.modal_newsletter_popup .newsletter_popup {
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  text-align: center;
}
.modal_newsletter_popup .pop-sletter-title h4 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
.modal_newsletter_popup .newsletter-popup-content {
  text-align: center;
  padding: 20px 0 0;
}
.modal_newsletter_popup .newsletter-popup-form form .form-group {
  margin-bottom: 20px;
}
.modal_newsletter_popup .newsletter-popup-form form .actions {
  padding: 0 0 30px;
}
.modal_newsletter_popup .newsletter-popup-form form .actions .btn {
  height: 40px;
  line-height: 40px;
}
.modal_newsletter_popup .newsletter-popup-form input[type="email"] {
  text-align: center;
}
.modal_newsletter_popup .newsletter-popup-form .pop-sletter-footer {
  text-align: center;
  padding: 15px;
  font-size: 12px;
  background-color: #f4f4f4;
}
.modal_newsletter_popup .newsletter-popup-form div.checkbox {
  color: #333333;
  padding: 0px 8px 10px;
  margin: 0;
}
.modal_newsletter_popup .newsletter-popup-form div.checkbox label {
  font-size: 14px;
  display: inline-block;
}
.modal_newsletter_popup .newsletter-popup-form div.checkbox input {
  margin-top: 4px;
}
.modal_newsletter_popup .block-popup-top .block-popup-content {
  width: 355px;
  padding-top: 42px;
  font-size: 14px;
  color: #666666;
  margin-left: 45px;
  padding-bottom: 7px;
}
.post-item-info {
  padding-bottom: 55px;
  margin-bottom: 55px;
  border-bottom: 1px solid #e1e1e1;
}
.post-item-info .post-thumbnail {
  margin-bottom: 35px;
  max-height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.post-item-info .post-thumbnail img {
  min-width: 100%;
}
.post-item-info .post-thumbnail a {
  position: relative;
  width: 100%;
  display: block;
}
.post-item-info .post-thumbnail a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.post-item-info .post-thumbnail .popup-video:after {
  font-family: FontAwesome;
  content: "\f04b";
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  background-color: #eee;
  z-index: 2;
  color: #333;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-size: 20px;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.post-item-info:hover .post-thumbnail a:before {
  background-color: rgba(255, 255, 255, 0.3);
}
.post-item-info .post-title {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.post-item-info .entry-metas {
  margin-bottom: 35px;
}
.post-item-info .entry-metas .entry-meta {
  padding-right: 15px;
  position: relative;
}
.post-item-info .entry-metas .entry-meta + .entry-meta {
  padding-left: 15px;
}
.post-item-info .entry-metas .entry-meta + .entry-meta:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 1px;
  background-color: #999;
  left: 0;
  top: 3px;
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
}
.post-comments {
  clear: both;
  border-top: 1px solid #e1e1e1;
  margin-top: 90px;
  padding-top: 90px;
}
.post-comments .fieldset .title {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  padding-bottom: 35px;
  margin: 0;
}
.title-comment-content {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  padding-bottom: 35px;
  margin: 0;
}
.comment-list {
  margin-bottom: 80px;
}
.comment-list .comment-list-container .item {
  border-top: 1px solid #e1e1e1;
  padding: 20px;
  position: relative;
  word-break: break-all;
}
.comment-list .comment-list-container .item .info {
  margin-bottom: 20px;
}
.comment-list .comment-list-container .item .info .name {
  color: #333;
  font-weight: 600;
  font-size: 14px;
}
.comment-list .comment-list-container .item .info .posted-on {
  font-size: 11px;
  text-transform: uppercase;
  padding-left: 10px;
  color: #666;
}
.blog-main-info .post-thumbnail {
  margin-bottom: 100px;
}
.blog-main-info .post-thumbnail img {
  min-width: 100%;
}
.blog-main-info .sharethis-inline-share-buttons {
  text-align: center !important;
}
.blog-load-more-comment {
  margin-top: 20px;
}
.blog-load-more-comment a {
  font-size: 15px;
  font-style: italic;
}
.blog-load-more-comment a.loading-style {
  animation: fadeIn 1s infinite alternate;
}
.mgs-blog-lastest-posts .post-item-content {
  border: 1px solid transparent;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.mgs-blog-lastest-posts .post-item-content:hover .thumbnail-post {
  background-color: #fff;
}
.mgs-blog-lastest-posts .post-item-content .thumbnail-post img {
  min-width: 100%;
  opacity: 1;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.mgs-blog-lastest-posts .post-item-content .short-content p {
  margin: 0;
}
.mgs-blog-lastest-posts .post-item-content .short-content .post-link {
  display: block;
  color: #cc3333;
  margin-top: 15px;
}
.mgs-blog-lastest-posts .post-item-content .post-create-date {
  color: #999;
}
.mgs-blog-lastest-posts .post-item-content .post-content .title {
  margin: 20px 0 0;
}
.mgs-blog-lastest-posts .post-item-content .post-content .title a {
  font-weight: 400;
  font-size: 18px;
}
.mgs-blog-lastest-posts .post-item-content .post-content .title a:hover {
  color: #cc3333;
}
.popup__related {
  border-top: 1px solid #ddd;
  padding: 20px 10px;
}
.popup__related .products-grid .product-item-photo img {
  position: static;
}
.popup__related .products-grid .product-item {
  margin: 0;
}
.popup__related .products-grid .owl-carousel.owl-loaded .owl-item {
  padding: 0 10px;
}
.popup__related .products-grid .product-item-details {
  padding-top: 9px;
}
.popup__related .products-grid .product-item-details .product-item-name {
  font-weight: 600;
}
.popup__related .products-grid .product-item-details .price-box {
  display: block;
  margin-top: 9px;
  padding: 0;
}
.popup__related .products-grid .product-item-details .price-box .old-price {
  display: none;
}
.popup__related .owl-carousel .owl-dots {
  margin-top: 10px;
}
.success-ajax--popup .mfp-inline-holder .mfp-content {
  width: 320px !important;
  margin: 0 auto;
  max-height: calc(100% - 60px);
  background-color: #fff;
  position: relative;
}
.success-ajax--popup .mfp-iframe-holder .mfp-content {
  position: relative;
  width: 320px !important;
  margin: 0 auto;
  background-color: #fff;
  min-height: 400px;
}
.success-ajax--popup .popup__columns {
  padding: 20px;
}
.success-ajax--popup .popup__columns .product-image-container {
  width: 100% !important;
}
.success-ajax--popup .popup__columns .product-image-container .product-image-wrapper .product-image-photo {
  max-width: 100% !important;
  width: 120px !important;
  margin: 0 auto;
  display: block;
  height: auto !important;
}
.success-ajax--popup .popup__result-view-cart {
  margin: 0 !important;
}
.success-ajax--popup .popup__actions-wrapper button {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.success-ajax--popup .popup__result-title {
  color: #222;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: center;
}
.success-ajax--popup .mfp-close {
  position: absolute;
  border: 0;
  background-color: #fff;
  width: 30px;
  height: 30px;
  font-size: 30px;
  opacity: 1;
  color: #222;
  line-height: 30px;
  display: block;
  right: -30px;
  top: 0 !important;
}
.success-ajax--popup .mfp-content .popup__main {
  max-height: calc(100vh - 60px);
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
.success-ajax--popup .mfp-content .popup__main .mfp-close {
  display: none;
}
.success-ajax--popup .message > div {
  margin: 0 !important;
  padding: 15px;
  line-height: 1.428;
  text-align: center;
}
.success-ajax--popup .message > div:before {
  content: none !important;
}
.success-ajax--popup .popup__table {
  display: table;
  width: 100%;
}
.success-ajax--popup .popup__table .popup__table-col {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0;
}
.success-ajax--popup .popup__table .popup__table-col + .popup__table-col {
  padding-left: 10px;
}
.ajaxcart-catalog-product-view {
  overflow-y: auto !important;
}
.ajaxcart-catalog-product-view h1.product-name {
  font-size: 20px;
}
.ajaxcart-catalog-product-view #maincontent {
  width: 100%;
  min-height: 0;
}
.ajaxcart-catalog-product-view .product-info-main .product-add-form .actions button.tocart,
.ajaxcart-catalog-product-view .bundle-info .product-details .actions button.tocart {
  padding: 0 25px;
}
.ajaxcart-catalog-product-view .product-info-main .product-add-form .actions.action-add-to,
.ajaxcart-catalog-product-view .bundle-info .product-details .actions.action-add-to {
  display: none !important;
}
.ajaxcart-catalog-product-view .bundle-options-container .product-add-form {
  display: block !important;
  padding: 0;
}
.ajaxcart-catalog-product-view .bundle-options-container .product-add-form .block-bundle-summary {
  margin-top: 0 !important;
}
.ajaxcart-catalog-product-view .product-info-main-content {
  padding: 0;
  background: none;
}
.ajaxcart-catalog-product-view .product-info-main-content .product-info-main {
  float: none;
  width: 100%;
  margin-top: 30px;
}
.ajaxcart-catalog-product-view .product-info-main-content .product-info-main .box-tocart {
  margin-bottom: 0;
}
.ajaxcart-catalog-product-view .page-wrapper {
  max-width: 100%;
}
.ajaxcart-catalog-product-view .top-panel,
.ajaxcart-catalog-product-view .page.messages,
.ajaxcart-catalog-product-view .scroll-to-top {
  display: none !important;
}
.ajaxcart-catalog-product-view .bundle-options-wrapper {
  padding-top: 0 !important;
}
.ajaxcart-catalog-product-view .bundle-options-wrapper .legend.title,
.ajaxcart-catalog-product-view .bundle-options-wrapper .legend.title + br + .margin-top20,
.ajaxcart-catalog-product-view .bundle-options-wrapper .fieldset > p.required {
  display: none !important;
}
.ajaxcart-catalog-product-view .bundle-options-wrapper.product {
  margin-top: 0 !important;
}
.ajaxcart-catalog-product-view .product-addto-links {
  display: none !important;
}
.ajaxcart-catalog-product-view .product-info-main .price-from,
.ajaxcart-catalog-product-view .product-info-main .price-to,
.ajaxcart-catalog-product-view .product-info-main .bundle-actions {
  display: none !important;
}
.ajaxcart-catalog-product-view .block-bundle-summary .product-details .product.name,
.ajaxcart-catalog-product-view .block-bundle-summary .product-details .stock {
  display: none !important;
}
.ajaxcart-catalog-product-view .block-bundle-summary .bundle-summary {
  display: none !important;
}
.ajaxcart-catalog-product-view .block-bundle-summary > .title,
.ajaxcart-catalog-product-view .block-bundle-summary > .content .box-tocart .field.qty {
  display: none !important;
}
/* Fly Cart */
.cart-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 98;
}
.cart-footer.number:empty {
  display: none;
}
.cart-footer .subtitle {
  display: none;
}
.cart-footer .subtitle.empty {
  font-weight: 500;
  text-align: center;
  display: block;
  padding: 35px 15px;
}
.cart-footer .cart-qty {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px 15px;
  border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  display: inline-block;
  cursor: pointer;
}
.cart-footer .fixed-mini-cart {
  background-color: #fff;
  box-shadow: 0 0px 3px #ddd;
}
.cart-footer .fixed-mini-cart:after {
  content: "";
  display: table;
  clear: both;
}
.cart-footer .fixed-mini-cart .fixed-cart-col {
  float: left;
}
.cart-footer .fixed-mini-cart .fixed-cart-col.empty {
  display: none;
}
.cart-footer .fixed-mini-cart .fixed-cart-col.cart-items {
  width: calc(100% - 500px);
}
.cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-actions {
  border-left: 1px solid #ddd;
  padding: 43px 20px;
  float: right;
}
.cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-actions button {
  white-space: nowrap;
}
.cart-footer .fixed-mini-cart .cart-items-inner {
  white-space: nowrap;
  max-width: 100%;
  overflow-x: auto;
  padding: 20px;
}
.cart-footer .fixed-mini-cart .cart-items .item {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.cart-footer .fixed-mini-cart .cart-items .item .product .item-qty {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  background-color: #cc3333;
  text-align: center;
  color: #fff;
  line-height: 18px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.cart-footer .fixed-mini-cart .cart-items .item .edit-icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  cursor: pointer;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center;
}
.cart-footer .fixed-mini-cart .item-actions {
  background-color: #ddd;
  bottom: 0;
  left: 100%;
  padding: 8px;
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.cart-footer .fixed-mini-cart .item-actions.show-actions {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions {
  white-space: nowrap;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions > div {
  display: inline-block;
  vertical-align: top;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions .action {
  line-height: 20px;
  height: 20px;
  display: block;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions .action span {
  font-size: 0;
  line-height: 0;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions .action:after {
  color: #999;
  content: "\e680";
  font-family: "Pe-icon-7-stroke";
  font-size: 30px;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions .action.edit:after {
  content: "\e62c";
  font-size: 18px;
}
.cart-footer .fixed-mini-cart .item-actions .details-qty {
  white-space: nowrap;
  text-align: center;
  margin-bottom: 12px;
}
.cart-footer .fixed-mini-cart .item-actions .details-qty .label {
  display: none;
}
.cart-footer .fixed-mini-cart .item-actions .details-qty .item-qty {
  width: 40px;
  padding: 0;
  text-align: center;
  height: 30px;
  display: inline-block;
  vertical-align: top;
}
.cart-footer .fixed-mini-cart .item-actions .details-qty .update-cart-item {
  width: 40px;
  height: 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: #333;
  color: #fff;
  border: 1px solid #333;
  vertical-align: top;
  text-align: center;
  padding: 0;
}
.cart-footer .fixed-mini-cart .item-actions .details-qty .update-cart-item:hover {
  background-color: #000;
  border-color: #000;
}
.fixed-cart-summary {
  border-left: 1px solid #ddd;
  padding: 30px 20px;
}
.fixed-cart-summary .summary-content {
  display: table;
  width: 100%;
}
.fixed-cart-summary .summary-content .summary-field {
  display: table-row;
}
.fixed-cart-summary .summary-content .summary-field > span {
  display: table-cell;
  padding: 5px 0;
}
.fixed-cart-summary .summary-content .summary-field > span.title {
  padding-right: 20px;
  color: #000;
}
.fixed-cart-summary .summary-content .summary-field > span.title:after {
  content: ":";
}
.fixed-cart-summary .summary-content .summary-field > span .price {
  font-weight: 600;
  font-size: 18px;
  color: #000;
}
.product-options-wrapper .swatch-attribute .swatch-input {
  display: block !important;
  position: absolute;
  opacity: 0;
  left: -9999em;
}
.portfolio-grid .portfolio-top-content a img {
  opacity: 1;
  min-width: 100%;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.portfolio-grid .portfolio-top-content a:hover img {
  opacity: 0.7;
}
.portfolio-grid .portfolio-bottom-content {
  margin-top: 25px;
  text-align: center;
}
.portfolio-grid .portfolio-bottom-content .category-link a {
  color: #999;
  padding: 0 8px;
}
.portfolio-grid .portfolio-bottom-content .category-link a:hover {
  color: #000;
}
.portfolio-grid .portfolio-bottom-content .title {
  font-size: 24px;
  font-weight: 400;
  margin: 10px 0 0;
}
.portfolio-grid .portfolio-bottom-content .title:hover {
  color: #cc3333;
}
.portfolio-index-view .breadcrumbs {
  display: none;
}
.portfolio-index-view .portfolio-image {
  padding: 220px 30px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: relative;
  background-size: cover;
}
.portfolio-index-view .portfolio-image .portfolio_title {
  text-align: center;
}
.portfolio-index-view .portfolio-image .page-header-content {
  display: inline-table;
  background-color: #fff;
  padding: 35px 50px 30px;
  text-align: center;
  margin: 0 auto;
}
.portfolio-index-view .portfolio-image .page-header-content h1 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;
}
.portfolio-index-view .portfolio-image .page-header-content .category-links a {
  color: #999;
  padding: 0 8px;
}
.portfolio-index-view .portfolio-image .page-header-content .category-links a:hover {
  color: #000;
}
.portfolio-index-view .portfolio-image.no-images {
  padding: 100px 30px 0 !important;
}
.portfolio-index-view .portfolio-image.no-images .page-header-content {
  padding: 35px 0 30px !important;
}
.portfolio-index-view .portfolio-related,
.portfolio-index-view .portfolio-details .description,
.portfolio-index-view .portfolio-details .porfolio-gallery-image {
  margin-top: 70px;
}
.portfolio-index-view .porfolio-gallery-image .owl-item {
  padding: 0 15px;
}
.portfolio-index-view .porfolio-gallery-image .owl-item a {
  cursor: zoom-in;
}
.portfolio-widget .portfolio-top-content .image .image-item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.portfolio-widget .portfolio-top-content .image .image-item a {
  display: block;
  padding-bottom: 100%;
  background-color: transparent;
}
.portfolio-widget .portfolio-top-content .image .image-item a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.portfolio-widget .portfolio-top-content .image .image-item img {
  opacity: 0;
  width: 0;
  height: 0;
}
.portfolio-widget .owl-item {
  padding: 0 15px;
}
.portfolio-widget .portfolio-bottom-content {
  padding-top: 17px;
  text-align: center;
}
.portfolio-widget .portfolio-bottom-content .title {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
  display: block;
}
.portfolio-widget .portfolio-bottom-content .title:hover {
  color: #cc3333;
}
.portfolio-widget .portfolio-bottom-content .category-links a {
  color: #999;
  margin: 0 8px;
}
.portfolio-widget .portfolio-bottom-content .category-links a:hover {
  color: #000;
}
.portfolio-widget .portfolio-bottom-content .category-links + .title {
  margin-top: 10px;
}
.portfolio-entry-meta {
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
  margin-top: 100px;
}
.portfolio-entry-meta .date_create {
  line-height: 30px;
  display: block;
  color: #000;
}
.portfolio-entry-meta .col-xs-12:not(.col-sm-6) .date_create {
  text-align: center;
}
.portfolio-entry-meta .col-sm-6 + .col-sm-6 .sharthis-socials-wrapper .sharethis-inline-share-buttons {
  text-align: right !important;
}
.portfolio-detail-items {
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  color: #999;
  margin-top: 100px;
  padding: 15px 0;
  text-align: center;
}
.portfolio-detail-items .portfolio-detail-item-content {
  font-weight: 600;
  padding: 0 15px;
  display: inline-block;
}
.portfolio-detail-items .portfolio-detail-item-content strong {
  color: #000;
  font-weight: 600;
}
.portfolio-detail-items .portfolio-detail-item-content .value {
  color: #999;
  font-weight: 400;
  display: inline-block;
}
/* Product Price */
.price-box p {
  margin-bottom: 0;
}
.price-box .price {
  color: #999999;
  font-size: 16px;
  line-height: 1;
}
.price-box .price-label {
  display: none;
}
.price-box .old-price {
  margin-right: 5px;
  float: left;
  vertical-align: middle;
}
.price-box .old-price .price {
  text-decoration: line-through;
}
.price-box .special-price .price {
  color: #cc3333;
  font-weight: 500;
}
.price-box .price-from,
.price-box .price-to {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.price-box .price-from .old-price,
.price-box .price-to .old-price {
  display: none;
}
.price-box .price-from:after {
  content: " - ";
}
.price-box .minimal-price .price-label {
  display: inline-block;
  font-size: 14px;
  color: #696969;
}
.price-box .minimal-price .price-label:after {
  content: ":";
  margin-right: 3px;
}
/* Rating Star */
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 66px;
  display: block;
  position: relative;
}
.rating-summary .rating-result:before {
  left: 1px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  font-family: 'FontAwesome';
  font-size: 12px;
  height: 12px;
  letter-spacing: 2px;
  line-height: 12px;
  content: '\f006' '\f006' '\f006' '\f006' '\f006';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #f2b309;
  padding-left: 1px;
  font-family: 'FontAwesome';
  font-size: 12px;
  height: 12px;
  letter-spacing: 2px;
  line-height: 12px;
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Product Label */
.product-label {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  display: block;
  margin: 0;
  position: absolute;
  background-color: #93be2b;
  z-index: 1;
  top: 10px;
  right: 10px;
  height: 27px;
  line-height: 27px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 0 13px;
}
.product-label + .product-label {
  margin-top: 35px;
}
.product-label.sale-label {
  background-color: #cc3300;
}
.product-label.sold-out-label {
  background-color: #c2c2c2;
}
/* Product Image */
.product-item-photo {
  display: block;
  position: relative;
  z-index: 1;
}
.product-item-photo img {
  background-color: transparent;
  min-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  left: 0;
}
.product-item-photo img.img-hover-show {
  opacity: 0;
}
.product-item-photo:hover img.img-hover-show {
  opacity: 1;
}
.products {
  /* Product Grid Mode */
  /* Product List Mode */
}
.products-grid .product-item-info .actions-link {
  visibility: hidden;
  background-color: #ffffff;
  bottom: 0;
  opacity: 0;
  position: absolute;
  right: -50%;
  z-index: 10;
  overflow: hidden;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.products-grid .product-item-info .actions-link:after {
  content: "";
  display: table;
  clear: both;
}
.products-grid .product-item-info .actions-link button {
  height: 47px;
  width: 47px;
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #000000;
  display: block;
  text-align: center;
  margin: 0;
  font-size: 22px;
  border: none;
  box-shadow: none;
  padding: 0;
}
.products-grid .product-item-info .actions-link button span {
  display: block;
}
.products-grid .product-item-info .actions-link button:hover {
  color: #cc0000;
}
.products-grid .product-item-info .actions-link > button,
.products-grid .product-item-info .actions-link form {
  float: left;
  transform: translateX(150%);
  -webkit-transform: translateX(150%);
  -moz-transform: translateX(150%);
  -o-transform: translateX(150%);
  transition: transform 0.5s ease 0.2s;
  -webkit-transition: transform 0.5s ease 0.2s;
  -moz-transition: transform 0.5s ease 0.2s;
  -o-transition: transform 0.5s ease 0.2s;
}
.products-grid .product-item-info .actions-link > button {
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
}
.products-grid .product-item-info:hover .actions-link {
  opacity: 1;
  right: 0;
  visibility: visible;
}
.products-grid .product-item-info:hover .actions-link button {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
}
.products-grid .product-item-info:hover .actions-link form {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
}
.products-grid .product-item {
  margin-bottom: 55px;
}
.products-grid .product-top {
  position: relative;
  background-color: #f9f9f9;
  overflow: hidden;
}
.products-grid .product-item-details {
  display: table;
  width: 100%;
}
.products-grid .product-item-details .product-item-name {
  margin: 0 0 9px;
}
.products-grid .product-item-details > div {
  display: table-cell;
  vertical-align: top;
  padding-top: 19px;
}
.products-grid .product-item-details > .product-detail-action {
  width: 1%;
  white-space: nowrap;
  padding-left: 10px;
}
.products-grid .product-item-details > .product-detail-action button {
  background-color: transparent;
  border: medium none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  line-height: 1.4;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  text-indent: 0;
  font-size: 18px;
  height: auto;
}
.products-grid .product-item-details > .product-detail-action button:hover {
  color: #cc0000;
}
.products-grid .product-item-details > .product-detail-action button + button {
  margin-left: 10px;
}
.products-grid .product-item-details .product-reviews-summary {
  margin-bottom: 5px;
}
.products-grid .product-item-details .product-reviews-summary.empty {
  display: none;
}
.products-grid .product-item-details .reviews-actions {
  display: none;
}
.products-grid .product-item-details .price-box {
  margin-top: 13px;
}
.products-grid .owl-carousel.owl-loaded .owl-item {
  padding: 0 15px;
}
.products-grid .owl-carousel .owl-nav .owl-next {
  right: 15px;
}
.products-grid .owl-carousel .owl-nav .owl-prev {
  left: 15px;
}
.products-grid .owl-carousel .owl-nav .owl-next,
.products-grid .owl-carousel .owl-nav .owl-prev {
  font-size: 80px;
}
.products-list .product-item-info {
  margin-bottom: 55px;
}
.products-list .product-item-info .actions-link {
  visibility: hidden;
  background-color: #fff;
  bottom: 0;
  opacity: 0;
  position: absolute;
  right: -50%;
  z-index: 10;
  overflow: hidden;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.products-list .product-item-info .actions-link button {
  height: 47px;
  width: 47px;
  background-color: transparent;
  color: #000;
  display: block;
  text-align: center;
  margin: 0;
  font-size: 22px;
  border: none;
  box-shadow: none;
  padding: 0;
  float: left;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  transform: translateX(150%);
  -webkit-transform: translateX(150%);
  -moz-transform: translateX(150%);
  -o-transform: translateX(150%);
  transition: transform 0.5s ease 0.2s;
  -webkit-transition: transform 0.5s ease 0.2s;
  -moz-transition: transform 0.5s ease 0.2s;
  -o-transition: transform 0.5s ease 0.2s;
}
.products-list .product-item-info:hover .actions-link {
  opacity: 1;
  right: 0;
  visibility: visible;
}
.products-list .product-item-info:hover .actions-link button {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
}
.products-list .product-image-content {
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
}
.products-list .product-image-content:after {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-top: 3px solid #000000;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  content: "";
}
.products-list .product-item-name {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 7px 0;
}
.products-list .price-box {
  margin-top: 15px;
}
.products-list .price-box .price {
  font-size: 24px;
}
.products-list .price-box .old-price {
  float: none;
}
.products-list .price-box .old-price .price {
  font-size: 13px;
}
.products-list .product-item-description {
  margin-top: 40px;
  margin-bottom: 60px;
}
.products-list .actions-product .action.tocart {
  height: 46px;
  line-height: 47px;
  min-width: 250px;
  float: left;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  padding: 0px 25px;
  border: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.products-list .actions-product .action.towishlist,
.products-list .actions-product .action.tocompare {
  border: none;
  box-shadow: none;
  height: 46px;
  background: none;
  font-size: 30px;
  padding: 0 10px;
  margin: 0 5px;
}
.products-list .actions-product .action.towishlist:hover,
.products-list .actions-product .action.tocompare:hover {
  color: #cc0000;
}
.products-list .actions-product form + button {
  margin-left: 17px !important;
}
/* Loadmore Button */
.btn-loadmore {
  font-size: 18px;
  letter-spacing: 15px;
  text-transform: uppercase;
  opacity: 0.9;
}
.btn-loadmore .text.loading,
.btn-loadmore .load-text {
  display: none;
}
.btn-loadmore .load-text.loading {
  display: inline-block;
  color: #999999;
}
.btn-loadmore:hover {
  opacity: 1;
}
.btn-loadmore span.dot {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: dot-amimation;
  display: inline-block;
  color: #999999;
  font-size: 18px;
  padding: 0;
  opacity: 0;
  text-align: center;
}
.btn-loadmore span.dot.loading {
  opacity: 1;
}
.btn-loadmore span.dot:nth-child(1) {
  animation-delay: 0.2s;
}
.btn-loadmore span.dot:nth-child(2) {
  animation-delay: 0.4s;
}
.btn-loadmore span.dot:nth-child(3) {
  animation-delay: 0.6s;
}
.btn-loadmore span.dot:nth-child(4) {
  animation-delay: 0.8s;
}
.btn-loadmore span.dot:nth-child(5) {
  animation-delay: 1s;
}
.btn-loadmore span.dot:nth-child(6) {
  animation-delay: 1.2s;
}
.list-products .owl-item {
  padding-left: 15px;
  padding-right: 15px;
}
.list-products .product-item-info {
  margin-bottom: 30px;
  position: relative;
}
.list-products .product-item-info:after {
  content: "";
  display: table;
  clear: both;
}
.list-products .product-item-info .product-image {
  width: 123px;
  float: left;
  vertical-align: top;
  position: relative;
}
.list-products .product-item-info .product-image a {
  display: block;
  height: 0px;
}
.list-products .product-item-info .product-image a:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  content: "";
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
}
.list-products .product-item-info .product-image a img.swatch-option-loading {
  content: none;
}
.list-products .product-item-info .product-image a div.swatch-option-loading {
  display: block;
  background-image: url(../../frontend/Evolve/evolve/en_US/images/loader.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  content: none;
  left: 0;
  min-width: unset;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
}
.list-products .product-item-info .product-image a .product-image-photo {
  position: static;
  min-width: 100%;
  height: auto !important;
}
.list-products .product-item-info .product-image .actions-link {
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.list-products .product-item-info .product-image .actions-link button {
  background: none;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  border: 0;
  box-shadow: none;
  padding: 7px 10px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  opacity: 0;
  visibility: hidden;
}
.list-products .product-item-info .product-image .actions-link button:hover {
  color: #cc3333;
}
.list-products .product-item-info:hover .product-image a.photo:after {
  opacity: 0.3;
}
.list-products .product-item-info:hover .product-image .actions-link button {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.list-products .product-item-info .product-item-details {
  float: left;
  width: calc(100% - 123px);
  vertical-align: top;
  padding-left: 30px;
}
.list-products .product-item-info .product-item-details .product-item-name {
  margin-bottom: 10px;
}
.list-products .product-item-info .product-item-details .price-box {
  margin-bottom: 11px;
}
/* Product Masonry */
.products-grid.products-masonry .items.row:not(.loaded) {
  height: 500px;
  position: relative;
  margin-bottom: 100px;
  overflow: hidden;
}
.products-grid.products-masonry .items.row:not(.loaded):before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
  content: "";
  display: block;
}
.products-grid.products-masonry .items.row:not(.loaded) .loading-effect:before,
.products-grid.products-masonry .items.row:not(.loaded) .loading-effect:after {
  animation: 2s ease-in-out 0s normal none infinite running sk-bounce;
  background-color: #cc3333;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: "";
  height: 30px;
  left: 50%;
  margin: 0 0 0 -15px;
  opacity: 0.6;
  position: absolute;
  top: 10px;
  width: 30px;
  z-index: 1;
}
.products-grid.products-masonry .items.row:not(.loaded) .loading-effect:before {
  animation-delay: -1s;
}
.products-grid.products-masonry .product-item-info {
  position: relative;
}
.products-grid.products-masonry .product-item-info.masonry-layout {
  transition: transform 1s ease 0s, opacity 1s ease 0s;
  -webkit-transition: transform 1s ease 0s, opacity 1s ease 0s;
  -moz-transition: transform 1s ease 0s, opacity 1s ease 0s;
  -o-transition: transform 1s ease 0s, opacity 1s ease 0s;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
}
.products-grid.products-masonry .product-item-info.masonry-layout.enable {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.products-grid.products-masonry .product-item-info .actions-link {
  bottom: 15px;
  overflow: hidden;
}
.products-grid.products-masonry .product-item-info .actions-link form {
  transition-delay: 0 !important;
  -webkit-transition-delay: 0 !important;
  -moz-transition-delay: 0 !important;
  -o-transition-delay: 0 !important;
}
.products-grid.products-masonry .product-item-info .actions-link button {
  transition-delay: 0 !important;
  -webkit-transition-delay: 0 !important;
  -moz-transition-delay: 0 !important;
  -o-transition-delay: 0 !important;
}
.products-grid.products-masonry .product-item-info:hover .actions-link {
  right: 15px;
}
.products-grid.products-masonry .product-item-details .product-item-name {
  font-weight: 400;
}
.product-masonry-nopadding .products-grid.products-masonry .items:after {
  content: "";
  display: table;
  clear: both;
}
.product-masonry-nopadding .products-grid.products-masonry .product-item {
  margin: 0;
  padding: 0;
  float: left;
  width: 25%;
}
.product-masonry-nopadding .products-grid.products-masonry .product-item-info.masonry-layout {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
}
.page-products-full-width #maincontent {
  width: auto;
}
.page-layout-1column .category-product-actions:after {
  content: "";
  display: table;
  clear: both;
}
.page-layout-1column .category-product-actions .toolbar-products {
  float: left;
  width: 80%;
}
.page-layout-1column .category-product-actions .filter {
  float: left;
  width: 20%;
}
.page-layout-1column .category-product-actions .filter > .filter-title {
  cursor: pointer;
}
.page-layout-1column .category-product-actions .filter > .filter-title:after {
  content: "";
  display: table;
  clear: both;
}
.page-layout-1column .category-product-actions .filter > .filter-title strong {
  font-size: 16px;
  float: right;
  line-height: 38px;
  font-weight: 400;
  color: #000;
}
.page-layout-1column .category-product-actions .filter > .filter-title strong:after {
  margin-left: 10px;
  content: "+";
  font-size: 22px;
  vertical-align: middle;
}
.page-layout-1column .category-product-actions .filter > .filter-title:hover strong {
  color: #cc3333;
}
.page-layout-1column .block.filter > .filter-title {
  display: block;
}
.page-layout-1column .block.filter .block-content.filter-content {
  background: #fff;
  top: 0;
  bottom: 0;
  width: 475px;
  left: 0;
  right: auto;
  position: fixed;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.page-layout-1column .block.filter .block-content.filter-content .block-filter-content {
  padding: 100px 50px;
  height: 100%;
  overflow-y: auto;
}
.page-layout-1column .block.filter .block-content.filter-content .close-filter-fixed {
  display: block;
}
.page-layout-1column .close-filter-fixed button {
  font-size: 56px;
  height: 50px;
  line-height: 50px;
  border: none;
  box-shadow: none;
  background: none;
  padding: 0;
  text-align: center;
  width: 50px;
  position: absolute;
  top: 20px;
  right: 40px;
}
.page-layout-1column #layered-filter-block > .block-title {
  display: none !important;
}
.page-layout-1column.filter-active .category-product-actions .filter > .filter-title:after {
  content: "-";
}
.page-layout-1column.filter-active .block.filter .block-content.filter-content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}
.page-layout-1column.filter-active:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  background-color: #000;
  opacity: 0.7;
}
body:not(.page-layout-1column) .category-product-actions #layered-filter-title {
  display: none !important;
}
.page-layout-3columns .category-product-actions .toolbar > div {
  float: left;
  width: 50%;
  margin: 0;
}
.page-layout-3columns .category-product-actions .toolbar > div.limiter {
  text-align: right;
}
/* Product Detail */
.catalog-product-view .breadcrumbs {
  padding-bottom: 0;
  padding-top: 35px;
  background-color: #ececec;
}
.catalog-product-view .breadcrumbs .items {
  margin: 0;
  padding-top: 20px;
}
.catalog-product-view .main.col-lg-9 > div > .instagram-block .owl-nav {
  display: none;
}
.product-info-main-content {
  padding-top: 70px;
  position: relative;
  background-color: #ececec;
  padding-bottom: 80px;
}
.product-info-main-content .product-info-media,
.product-info-main-content .product-info-main {
  float: left;
  padding: 0 15px;
}
.product-info-main-content .product-info-media {
  width: calc(100% / 1.5);
  position: relative;
}
.product-info-main-content .product-info-main {
  width: calc(100% - 100% / 1.5);
}
.product-info-main-content .product-info-main .product-reviews-summary a {
  color: #999;
}
.product-info-main-content .product-info-main .product-reviews-summary a:hover {
  color: #000;
}
.product-info-main-content .product.media {
  margin: 0;
  position: relative;
}
.product-info-main-content .product.media:after {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-top: 3px solid #000000;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  content: "";
}
.product-info-main-content .product.media:not(.loading-change) {
  padding: 0 !important;
}
.product-info-main-content .product.media img {
  min-width: 100%;
}
.product-info-main-content .product.media .placeholder-images {
  position: relative;
  z-index: 1;
}
.product-gallery-base-carousel.owl-carousel .owl-nav .owl-prev,
.product-gallery-base-carousel.owl-carousel .owl-nav .owl-next {
  font-size: 60px;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.product-gallery-base-carousel.owl-carousel .owl-nav .owl-prev {
  left: 0;
  right: auto;
  transform: translateX(-20px);
}
.product-gallery-base-carousel.owl-carousel .owl-nav .owl-next {
  right: 0;
  left: auto;
  transform: translateX(20px);
}
.product-gallery-base-carousel.owl-carousel:hover .owl-nav .owl-prev,
.product-gallery-base-carousel.owl-carousel:hover .owl-nav .owl-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.deal-timer {
  margin-bottom: 20px;
}
.deal-timer .countdown {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.deal-timer .countdown > span {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  padding: 0 10px;
}
.deal-timer .countdown > span > b {
  font-weight: 400;
  color: #000;
  font-size: 16px;
  text-align: center;
  display: block;
  position: relative;
  border-radius: 4px 4px 0 0;
  line-height: 1;
  padding-top: 14px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: none;
}
.deal-timer .time-note {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.deal-timer .time-note span {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  margin: 0 10px;
  text-align: center;
  color: #000;
  border-radius: 0 0 4px 4px;
  padding-bottom: 6px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-top: none;
}
.box-tocart:after {
  content: "";
  display: table;
  clear: both;
}
.box-tocart .input-text {
  -moz-appearance: textfield;
  background-color: transparent;
  border-width: 0;
  color: #000000;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  width: 60px;
  height: 43px;
}
.box-tocart .actions {
  float: left;
  width: calc(100% - 140px);
}
.box-tocart .actions .action.tocart {
  height: 45px;
  line-height: 45px;
  width: 100%;
  min-width: 200px;
}
.box-tocart .edit-qty {
  color: #999999;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.box-tocart .edit-qty.plus {
  left: auto;
  right: 15px;
}
.box-tocart .field.qty {
  border: 1px solid rgba(0, 0, 0, 0.25);
  float: left;
  margin: 0 20px 0 0;
  padding: 0 30px;
  transition: all .5s ease 0s;
  position: relative;
  width: 120px;
}
.box-tocart .field.qty:hover,
.box-tocart .field.qty:focus {
  border-color: #000000;
}
.product-info-main .page-header {
  border: none;
  font-weight: 400;
  font-size: 20px;
  padding: 0;
  margin: 0 0 2px;
}
.product-info-main .box-tocart {
  margin-bottom: 35px;
}
.product-info-main .box-tocart.update .label {
  display: none;
}
.product-info-main .price-box .price {
  font-size: 24px;
}
.product-info-main .price-box .old-price {
  vertical-align: inherit;
  float: none;
  margin-left: 5px;
}
.product-info-main .price-box .old-price .price {
  font-size: 18px;
}
.product-info-main .product.attribute.overview {
  color: #666666;
}
.product-info-main .stock {
  color: #8bc500;
  margin-bottom: 14px;
}
.product-info-main .stock:not(.available) {
  color: #cc0000;
}
.product-info-main .stock:before {
  content: attr(title) ":";
  color: #000000;
}
.product-info-price .product-reviews-summary {
  margin-top: 5px;
}
.product-info-price .price-box {
  margin-bottom: 31px;
  margin-top: 20px;
}
.product-gallery-carousel {
  padding: 20px 0;
}
.product-gallery-carousel .slick-arrow {
  position: absolute;
  font-size: 30px;
  z-index: 1;
  width: 80px;
  text-align: center;
  left: 0;
  right: 0;
  height: 20px;
  top: 0;
  color: #000;
  cursor: pointer;
  line-height: 20px;
}
.product-gallery-carousel .slick-arrow.pe-7s-angle-down {
  bottom: 0;
  top: auto;
}
.block.review-list {
  margin-bottom: 20px;
}
.block.review-list .title-content .title {
  color: #333;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 30px;
}
.block.review-list .review-items li.review-item {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 31px;
  margin-bottom: 32px;
}
.block.review-list .review-items li.review-item .review-title {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.block.review-list .review-items li.review-item .review-ratings {
  margin-bottom: 5px;
}
.block.review-list .review-items li.review-item .review-ratings .rating-summary.item:after {
  content: "";
  display: table;
  clear: both;
}
.block.review-list .review-items li.review-item .review-ratings .rating-summary.item .rating-label,
.block.review-list .review-items li.review-item .review-ratings .rating-summary.item .rating-result {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.block.review-list .review-items li.review-item .review-ratings .rating-summary.item .rating-label {
  color: #2a2a2a;
  font-size: inherit;
  font-weight: 400;
  margin-right: 15px;
}
.block.review-list .review-items li.review-item .review-ratings .rating-summary.item .rating-label:after {
  content: ":";
  display: inline-block;
}
.block.review-list .review-details:after {
  content: "";
  display: table;
  clear: both;
}
.block.review-list .review-details .review-author,
.block.review-list .review-details .review-date {
  float: left;
  margin: 0;
  font-style: italic;
  font-weight: 300;
}
.block.review-list .review-details .review-date {
  margin-left: 7px;
}
.block.review-list .review-details .review-date:before {
  content: "(";
  display: inline-block;
}
.block.review-list .review-details .review-date:after {
  content: ")";
  display: inline-block;
}
.block.review-add .block-title .title {
  color: #333;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 40px;
}
.block.review-add .review-form h4,
.block.review-add .review-form h6 {
  font-weight: 400;
  margin-bottom: 20px;
}
.block.review-add .review-form h4 {
  font-size: 16px;
}
.block.review-add .review-form h4 span {
  color: #cc3333;
}
.review-field-rating {
  display: table-row;
}
.review-field-rating > .label {
  color: #2a2a2a;
  display: table-cell;
  font-weight: 400;
  vertical-align: middle;
  text-align: left;
  padding: 0 20px 15px 0;
}
.review-field-rating > .label:after {
  content: ":";
}
.review-control-vote {
  height: 22px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 120px;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'FontAwesome';
  font-size: 22px;
  height: 22px;
  letter-spacing: 4px;
  line-height: 22px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\f006' '\f006' '\f006' '\f006' '\f006';
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px !important;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:focus + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  position: absolute;
  color: #ff5501;
  font-family: 'FontAwesome';
  font-size: 22px;
  height: 22px;
  letter-spacing: 4px;
  line-height: 22px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  top: 0;
  left: 0;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\f005' '\f005' '\f005' '\f005';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\f005' '\f005' '\f005';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\f005' '\f005';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\f005';
}
.product.info.detailed {
  clear: both;
  margin-top: 100px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .item.title > .switch .counter {
  font-size: 75%;
}
.product.info.detailed .item.title > .switch .counter:before {
  content: "(";
  display: inline-block;
}
.product.info.detailed .item.title > .switch .counter:after {
  content: ")";
  display: inline-block;
}
.product.info.detailed .item.content .table.additional-attributes {
  margin: 0;
  width: 100%;
}
.product.info.detailed .item.content .table.additional-attributes .table-caption {
  display: none;
}
.product.info.detailed .item.content .table.additional-attributes tr td,
.product.info.detailed .item.content .table.additional-attributes tr th {
  vertical-align: middle;
  padding: 10px 20px;
  border: 0 none;
}
.product.info.detailed .item.content .table.additional-attributes tr th {
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
}
.product.info.detailed .item.content .table.additional-attributes tr td {
  font-style: italic;
  color: #666666;
  line-height: 1.5;
}
.product.info.detailed .item.content .table.additional-attributes tr:nth-child(2n) th,
.product.info.detailed .item.content .table.additional-attributes tr:nth-child(2n) td {
  background-color: rgba(0, 0, 0, 0.024);
}
.product-data-items-menu {
  display: table;
  margin: 0 auto 45px;
}
.product-data-items-menu .data.item.title {
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
}
.product-data-items-menu .data.item.title .data.switch {
  border: none;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  display: block;
  color: #999;
}
.product-data-items-menu .data.item.title:hover .data.switch {
  color: #6b6b6b;
}
.product-data-items-menu .data.item.title.active .data.switch {
  color: #000;
}
.product-data-items-content .title-accordion {
  font-weight: 600;
  color: #000000;
  padding: 0 40px 0 17px;
  background-color: #f6f6f8;
  position: relative;
  line-height: 40px;
  cursor: pointer;
  height: 40px;
}
.product-data-items-content .title-accordion:after {
  content: "+";
  position: absolute;
  background-color: #000;
  line-height: 40px;
  display: block;
  color: #fff;
  right: 0;
  top: 0;
  width: 40px;
  bottom: 0;
  text-align: center;
}
.product-data-items-content .title-accordion.active:after {
  content: "-";
}
.product-data-items-content .title-accordion .counter:before {
  content: "(";
}
.product-data-items-content .title-accordion .counter:after {
  content: ")";
}
.product-data-items-content .data.item.content {
  color: #666666;
  padding: 17px;
  border: 1px solid #f6f6f8;
}
.product-data-items-content .data.item.content + .title-accordion {
  margin-top: 10px;
}
.product-sub-infomation {
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  color: #999;
  margin-top: 100px;
  padding: 15px 0;
  text-align: center;
}
.product-sub-infomation .product-info-stock-sku,
.product-sub-infomation .product-sub-infomation--category,
.product-sub-infomation .product-brand {
  font-weight: 600;
  padding: 0 15px;
  display: inline-block;
}
.product-sub-infomation .type {
  color: #000;
  font-weight: 600;
}
.product-sub-infomation .type:after {
  content: ":";
}
.product-sub-infomation .value {
  color: #999;
  font-weight: 400;
  display: inline-block;
}
.product-sub-infomation .value a {
  color: #999;
  font-weight: 400;
  display: inline-block;
}
.product-sub-infomation .value a:hover {
  color: #000;
}
.description ul {
  list-style-type: square;
  padding-left: 20px;
}
.description ul li {
  margin-bottom: 7px;
}
.product-social-links:after {
  content: "";
  display: table;
  clear: both;
}
.product-social-links a {
  color: #000;
  font-weight: 600;
}
.product-social-links a:before {
  font-family: "Pe-icon-7-stroke";
  line-height: 1;
  padding-right: 8px;
  font-size: 16px;
  font-weight: 400;
}
.product-social-links a.towishlist:before {
  content: "\e642";
}
.product-social-links a.tocompare:before {
  content: "\e64b";
}
.product-social-links a.friend {
  display: block;
  margin-top: 15px;
}
.product-social-links a.friend:before {
  content: "\e63a";
}
.product-social-links a:hover:before {
  color: #cc3333;
}
.product-social-links .product-addto-links a {
  margin-right: 30px;
}
.product-social-links .mailto.friend {
  float: left;
}
.product-social-links .sharethis-inline-share-buttons {
  float: right;
  margin-top: 8px;
}
.product-social-links .sharethis-inline-share-buttons .st-btn > svg {
  fill: #222 !important;
}
.product-social-links .sharethis-inline-share-buttons .st-btn:hover > svg {
  fill: #cc3333 !important;
}
/* Related Product + Upsell Product + Related Product By Brand */
.brand-related-products,
.block.related-product-main,
.block.upsell-products-list {
  margin-top: 100px;
}
.brand-related-products .product-item,
.block.related-product-main .product-item,
.block.upsell-products-list .product-item {
  margin: 0;
}
.block.related-product-main .block-actions {
  white-space: inherit;
}
.block.related-product-main .block-actions .action.select {
  height: auto;
  line-height: inherit;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  color: #222;
  font-weight: 600;
}
.related-product-main .product-item-info .product-top .product-item-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.related-product-main .product-item-info .product-top .product-item-inner .field {
  padding: 0;
  margin: 0;
}
.related-product-main .product-item-info .product-top .product-item-inner .label {
  display: block;
  font-size: 22px;
  width: 47px;
  height: 47px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  line-height: 50px;
  color: #222;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.related-product-main .product-item-info .product-top .product-item-inner .label:hover {
  background-color: #ffffff;
}
.related-product-main .product-item-info .product-top .product-item-inner input {
  position: absolute;
  left: -9999px;
}
.related-product-main .product-item-info .product-top .product-item-inner input:checked + .label {
  background-color: green;
  color: #fff;
  font-size: 26px;
}
.related-product-main .product-item-info .product-top .product-item-inner input:checked + .label span:before {
  content: "\e66c";
}
.list-products_relared .list-products .product-item-info .product-image a {
  padding: 0 !important;
}
.list-products_relared .block-actions button {
  height: auto;
  background: none;
  border: none;
  box-shadow: none;
  line-height: inherit;
  padding: 0;
  color: #000;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-track,
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  padding: 5px 0;
}
.slick-arrow.slick-hidden {
  display: none;
}
.product.media .vertical-thumbnail {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.product.media .vertical-thumbnail .parent__gallery-thumbnail {
  display: table-cell;
  width: 80px;
  vertical-align: top;
  position: relative;
}
.product.media .vertical-thumbnail .parent__gallery-thumbnail .image-item {
  cursor: pointer;
}
.product.media .vertical-thumbnail .parent__gallery-thumbnail .image-item img {
  opacity: 0.2;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.product.media .vertical-thumbnail .parent__gallery-thumbnail .image-item.active img {
  opacity: 1;
}
.product.media .vertical-thumbnail .product-main-media-product {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
}
.product-gallery-video {
  width: 320px;
}
.product-gallery-video .owl-item {
  padding: 0 15px;
}
.video-gallery-button,
.product-gallery-video .item a {
  display: block;
  position: relative;
}
.video-gallery-button:after,
.product-gallery-video .item a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.video-gallery-button:before,
.product-gallery-video .item a:before {
  font-family: "FontAweSome";
  content: "\f0da";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  color: #000;
  padding-left: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.video-gallery-button:hover img,
.product-gallery-video .item a:hover img {
  opacity: 1;
}
.product-main-media-product-video {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -9999;
}
.product-main-media-product-video .toglle-video-button {
  position: absolute;
  bottom: 100%;
  right: 0;
  height: 50px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 0 30px;
  border-radius: 4px 0 0 0;
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
}
.product-main-media-product-video .toglle-video-button:after {
  content: "x";
  font-size: 20px;
}
.product-main-media-product-video .toglle-video-button span {
  display: none;
}
.product-main-media-product-video .owl-carousel .owl-nav .owl-prev,
.product-main-media-product-video .owl-carousel .owl-nav .owl-next {
  font-size: 30px;
  color: #fff;
}
.product-main-media-product-video .owl-carousel .owl-nav .owl-prev {
  right: 100%;
  left: auto;
  margin-left: -30px;
}
.product-main-media-product-video .owl-carousel .owl-nav .owl-next {
  right: 0;
  left: auto;
  margin-right: -30px;
}
.mfp-container .product-main-media-product-video {
  display: block;
  opacity: 1;
  visibility: visible;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}
.mfp-container .product-main-media-product-video .product-gallery-video {
  margin: 0 auto;
}
.mfp-container .product-main-media-product-video.move-down {
  transform: translateY(100%);
}
.mfp-container .product-main-media-product-video.move-down .toglle-video-button span {
  display: block;
}
.mfp-container .product-main-media-product-video.move-down .toglle-video-button:after {
  content: none;
}
.mfp-container .product-main-media-product-video.move-down .toglle-video-button:hover {
  background-color: #fff;
  color: #000;
}
.rotate-image {
  position: absolute;
  top: 15px;
  right: 30px;
  width: 80px;
  height: 38px;
  display: block;
  background-image: url('../../frontend/Evolve/evolve/en_US/images/media_360.png');
  background-repeat: no-repeat;
  background-size: 80px 38px;
  background-position: 0 0;
  transition-property: transform;
  transition-duration: 1s;
  opacity: 0.7;
  z-index: 10;
}
.rotate-image:hover {
  opacity: 1;
}
.rotate-image-container .rotate-j360 {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  cursor: move;
}
.rotate-image-container .rotate-j360#mgs_j360 {
  background-color: #ffffff;
}
.rotate-image-container .rotate-j360#mgs_j360:before,
.rotate-image-container .rotate-j360#mgs_j360:after {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #c00;
  opacity: .6;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  content: "";
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
  z-index: 1;
}
.rotate-image-container .rotate-j360#mgs_j360:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.rotate-image-container .rotate-j360 img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.rotate-image-container .close-rotate {
  cursor: pointer;
  z-index: 9999;
  position: fixed;
  right: 20px;
  top: 20px;
  color: #333333;
  width: 60px;
  height: 60px;
  font-size: 60px;
  background: none;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.rotate-image-container .close-rotate span {
  display: block;
}
.rotate-image-container .close-rotate:hover {
  color: #000000;
}
/* Grouped Product */
.table-wrapper.grouped .table.data.grouped {
  margin-bottom: 45px;
}
.table-wrapper.grouped .table.data.grouped .table-caption {
  display: none;
}
.table-wrapper.grouped .table.data.grouped thead tr th {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  background-color: #e3e3e3;
  padding: 10px 15px;
  vertical-align: middle;
}
.table-wrapper.grouped .table.data.grouped thead tr th.qty {
  text-align: center;
  width: 1%;
}
.table-wrapper.grouped .table.data.grouped tbody {
  border-top: none;
}
.table-wrapper.grouped .table.data.grouped tbody tr td {
  padding: 10px 15px;
  vertical-align: middle;
}
.table-wrapper.grouped .table.data.grouped tbody tr td.qty .input-text {
  width: 65px;
  height: 35px;
  background-color: transparent;
  text-align: center;
}
.table-wrapper.grouped .table.data.grouped .product-item-name {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}
.table-wrapper.grouped .table.data.grouped .price-box .price {
  font-size: 14px;
}
/* Grouped Product */
.table-wrapper.grouped .table.data.grouped {
  margin-bottom: 45px;
}
.table-wrapper.grouped .table.data.grouped .table-caption {
  display: none;
}
.table-wrapper.grouped .table.data.grouped thead tr th {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  background-color: #e3e3e3;
  padding: 10px 15px;
  vertical-align: middle;
}
.table-wrapper.grouped .table.data.grouped thead tr th.qty {
  text-align: center;
  width: 1%;
}
.table-wrapper.grouped .table.data.grouped thead tr th.qty .input-text {
  width: 65px;
  height: 35px;
  background-color: transparent;
  text-align: center;
}
.table-wrapper.grouped .table.data.grouped tbody {
  border-top: none;
}
.table-wrapper.grouped .table.data.grouped tbody tr td {
  padding: 10px 15px;
  vertical-align: middle;
}
.table-wrapper.grouped .table.data.grouped .product-item-name {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}
.table-wrapper.grouped .table.data.grouped .price-box .price {
  font-size: 14px;
}
/* Bundle Product */
.bundle-options-container form:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .bundle-options-container form .bundle-options-wrapper {
    float: left;
    width: 67%;
  }
  .bundle-options-container form .block-bundle-summary {
    float: left;
    width: 33%;
    padding-left: 30px;
  }
}
.bundle-options-container form .block-bundle-summary .box-tocart {
  margin-bottom: 20px;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options {
  max-width: 500px;
}
.bundle-options-container .product-options-wrapper .back.customization {
  margin-bottom: 25px;
}
.bundle-options-container .product-add-form {
  display: none;
  padding-top: 60px;
}
.bundle-options-wrapper .legend.title {
  display: none;
}
.bundle-options-wrapper .fieldset > p.required {
  display: none;
}
.bundle-options-wrapper .field.option {
  margin-bottom: 30px;
}
.bundle-options-wrapper .field.option > .label {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.bundle-options-wrapper .field.option .field.choice + .field.choice {
  margin-top: 8px;
}
.bundle-options-wrapper .field.choice {
  margin-bottom: 10px;
}
.bundle-options-wrapper .field.qty.qty-holder {
  display: table;
  width: 100%;
  margin-top: 10px;
  max-width: 300px;
}
.bundle-options-wrapper .field.qty.qty-holder .label,
.bundle-options-wrapper .field.qty.qty-holder .control {
  display: table-cell;
  vertical-align: middle;
}
.bundle-options-wrapper .field.qty.qty-holder .label {
  padding-right: 15px;
  text-align: left;
  width: 1%;
}
.bundle-options-wrapper .field.qty.qty-holder .label:after {
  content: ":";
}
.bundle-options-wrapper .field.qty.qty-holder .control {
  padding-left: 15px;
}
.block-bundle-summary .title strong {
  display: block;
  border: none;
  font-size: 15px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
  padding-top: 25px;
  text-transform: uppercase;
}
.block-bundle-summary .bundle.items li {
  margin-bottom: 10px;
}
.block-bundle-summary .bundle-info {
  margin-top: 20px;
}
.block-bundle-summary .bundle-info .price-box {
  margin-bottom: 10px;
}
.block-bundle-summary .bundle-info .price-box .price {
  color: #cc0000;
}
/* Configuable Product */
.product-options-wrapper .swatch-opt {
  display: table;
  width: 100%;
  margin: 24px 0 45px;
}
.product-options-wrapper .swatch-opt .swatch-attribute {
  display: table-row;
}
.product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-label,
.product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-options {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-label {
  font-size: 14px;
  font-weight: 400;
  min-width: 110px;
  padding-right: 15px;
  width: 1%;
  color: #000;
}
.product-options-wrapper .swatch-opt .swatch-attribute-selected-option {
  display: none;
}
.product-options-wrapper .swatch-option {
  box-shadow: 0px 0px 6px transparent;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.product-options-wrapper .swatch-option:before {
  content: none;
}
.product-options-wrapper .swatch-option:hover,
.product-options-wrapper .swatch-option.selected {
  box-shadow: 0px 0px 6px #000;
}
body > .loading-mask {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.5);
}
body > .loading-mask .loader {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
body > .loading-mask .loader img,
body > .loading-mask .loader p {
  display: none;
}
body > .loading-mask .loader:before,
body > .loading-mask .loader:after {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #cc0000;
  opacity: .6;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  content: "";
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
  z-index: 1;
}
body > .loading-mask .loader:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
body > .loading-mask .rotate-image-container {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}
.mgs-quickview-catalog-product-view {
  overflow: hidden !important;
  margin: 0 auto !important;
  max-width: 100% !important;
}
.mgs-quickview-catalog-product-view #maincontent {
  display: none !important;
}
.mgs-quickview-catalog-product-view.boxed:not(.panel-popup) .main-wrapper {
  max-width: 100% !important;
  margin: 0 auto !important;
  width: 100% !important;
}
.mgs-quickview-catalog-product-view .video-gallery-button {
  display: none !important;
}
.mgs-quickview-catalog-product-view .product-info-main-content {
  padding: 0;
  background-color: #fff;
}
.mgs-quickview-catalog-product-view .product-info-main-content .product-main {
  width: 100% !important;
}
.mgs-quickview-catalog-product-view .product-info-main-content .product-info-media {
  float: left;
  margin: 0;
  width: 50%;
  padding: 0;
}
.mgs-quickview-catalog-product-view .product-info-main-content .product-info-media .parent__gallery-thumbnail {
  display: none;
}
.mgs-quickview-catalog-product-view .product-info-main-content .product-info-main {
  width: 50%;
  float: left;
  padding: 50px 70px 40px;
  vertical-align: top;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.mgs-quickview-catalog-product-view .product.media .vertical-thumbnail {
  display: block;
}
.mgs-quickview-catalog-product-view .product.media .vertical-thumbnail .product-main-media-product {
  display: block;
  width: 100%;
  padding: 0;
}
.mgs-quickview-catalog-product-view .rotate-image {
  display: none;
}
.mfp-mgs-quickview .mfp-iframe-holder .mfp-content {
  max-width: 1170px;
}
.mfp-mgs-quickview.ratio-1 .mfp-iframe-scaler {
  padding-top: 50%;
}
.mfp-mgs-quickview.ratio-2 .mfp-iframe-scaler {
  padding-top: 100%;
}
.mfp-mgs-quickview.ratio-3 .mfp-iframe-scaler {
  padding-top: 75%;
}
.mfp-mgs-quickview.ratio-4 .mfp-iframe-scaler {
  padding-top: calc(400% / 6);
}
.mfp-mgs-quickview.ratio-5 .mfp-iframe-scaler {
  padding-top: 25%;
}
.mfp-mgs-quickview.ratio-6 .mfp-iframe-scaler {
  padding-top: calc(100% / 3);
}
.mfp-mgs-quickview.ratio-7 .mfp-iframe-scaler {
  padding-top: 37.5%;
}
.mfp-mgs-quickview .mfp-iframe-scaler .mfp-close {
  position: absolute;
  border: 0;
  width: 30px;
  height: 30px;
  opacity: 1;
  line-height: 30px;
  right: 40px;
  top: 20px !important;
  color: transparent;
  font-size: 0px;
}
.mfp-mgs-quickview .mfp-iframe-scaler .mfp-close:before {
  content: "\e680";
  font-family: 'Pe-icon-7-stroke';
  font-size: 60px;
  color: #222;
}
.menu-product-tabs {
  margin: 0 0 31px;
  padding: 0;
  border: none;
}
.menu-product-tabs li {
  display: inline-block;
  list-style: outside none none;
  padding: 20px;
  margin-bottom: 0;
}
.menu-product-tabs li:first-child {
  padding-left: 0;
}
.menu-product-tabs li a {
  color: #999;
  font-size: 18px;
  line-height: 1;
  padding: 0;
  background: none;
  border: none;
}
.menu-product-tabs li a:hover,
.menu-product-tabs li a:focus {
  color: #cc3333;
  background: none;
  border: none;
}
.menu-product-tabs li.active a,
.menu-product-tabs li.active a:hover,
.menu-product-tabs li.active a:focus {
  color: #cc3333;
  background: none;
  border: none;
}
.product-landing-content {
  text-align: center;
}
.product-landing-content .product-item-name {
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
}
.product-landing-content .description {
  max-width: 650px;
  margin: 35px auto 0;
}
.product-landing-content .price-box {
  margin-top: 40px;
}
.product-landing-content .btn-cart {
  text-transform: uppercase;
  margin-top: 45px;
  min-width: 230px;
}
.product-landing-content .price-box .old-price {
  float: none;
  vertical-align: top;
  margin-right: 0;
  margin-left: 15px;
}
.product-landing-content .price-box .old-price .price {
  color: #999;
}
.product-landing-content .price-box .price {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.product-landing-content .price-box .special-price .price {
  color: #c33;
}
.catalog-product-compare-index .table-wrapper {
  border: 1px solid #f0f0f0;
  max-width: 100%;
  overflow-y: hidden;
  padding: 15px;
  overflow-x: auto;
}
.catalog-product-compare-index .table-wrapper .table-comparison {
  margin-bottom: 0;
}
.catalog-product-compare-index .table-wrapper .table-comparison .table-caption {
  display: none;
}
.catalog-product-compare-index .table-wrapper .table-comparison thead tr td,
.catalog-product-compare-index .table-wrapper .table-comparison thead tr th {
  border-top: 1px solid #f0f0f0 !important;
}
.catalog-product-compare-index .table-wrapper .table-comparison tr th {
  text-transform: uppercase;
  color: #2a2a2a;
  min-width: 0px !important;
  width: 1%;
  font-weight: 600;
}
.catalog-product-compare-index .table-wrapper .table-comparison tr td,
.catalog-product-compare-index .table-wrapper .table-comparison tr th {
  min-width: 300px;
  border-width: 1px !important;
  border-style: solid;
  border-color: #f0f0f0 !important;
  padding: 10px;
  vertical-align: middle;
}
.catalog-product-compare-index .table-wrapper .table-comparison tr td.cell.product.info {
  background: none;
  padding: 15px;
}
.catalog-product-compare-index .table-wrapper .table-comparison tr td.cell.product.info .product-item-actions .actions-primary {
  margin-top: 9px;
}
.catalog-product-compare-index .table-wrapper .table-comparison tr td.cell.product.info .product-item-info {
  margin-bottom: 0 !important;
}
.block-dashboard-orders .block-title {
  margin-bottom: 20px;
}
.block-dashboard-orders .block-title strong {
  color: #000;
  display: block;
  font-size: 24px;
  font-weight: 400;
  margin-right: 10px;
}
.block-dashboard-orders .block-title .action.view {
  color: #cc3333;
}
.block-dashboard-orders .block-title .action.view:hover {
  text-decoration: underline;
}
.my-account-main .block-title,
.block-title--myac,
body.account .main .block-title,
.form-create-account .block-title {
  margin-bottom: 20px;
}
.my-account-main .block-title .title,
.block-title--myac .title,
body.account .main .block-title .title,
.form-create-account .block-title .title,
.my-account-main .block-title h3,
.block-title--myac h3,
body.account .main .block-title h3,
.form-create-account .block-title h3 {
  color: #000;
  display: block;
  font-size: 24px;
  font-weight: 400;
  margin-right: 10px;
}
.login-container .block .block-title h2,
.form-create-account h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 20px;
}
.form-create-account .fieldset + .fieldset {
  margin-top: 50px;
}
.customer-name-fields .field {
  margin-bottom: 15px;
}
.account-sub-title {
  font-size: 16px;
  color: #2a2a2a;
  font-weight: 500;
  margin-bottom: 10px;
}
.block-dashboard-orders {
  margin-bottom: 60px;
}
.block-dashboard-orders .table-order-items {
  margin: 0;
}
.block-dashboard-orders .table-order-items tr th,
.block-dashboard-orders .table-order-items tr td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
.block-dashboard-orders .table-order-items tr th {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  border-top: 1px solid #f0f0f0 !important;
}
.block-dashboard-orders .table-order-items tr td.col.actions .action.view:after {
  content: "|";
  display: inline-block;
  margin: 0 10px;
}
.block-order-details-comments .order-comments .comment {
  background-color: #f8f8f8;
  margin-bottom: 20px;
  padding: 15px;
}
.block-order-details-comments .order-comments .comment .comment-date {
  color: #cc3333;
}
.items.order-links {
  display: table;
  margin: 20px auto 40px;
  width: 100%;
}
.items.order-links li {
  display: table-cell;
  text-align: center;
  padding: 10px 15px;
  border-bottom: 4px solid #000;
  text-transform: uppercase;
  color: #000;
}
.items.order-links li.current,
.items.order-links li:hover {
  border-color: #cc3333;
  color: #cc3333;
}
.items.order-links li strong {
  font-weight: 500;
}
.order-details-items.shipments .order-title {
  padding: 15px 0;
  margin: 20px 0;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
}
.order-details-items.shipments .order-title strong {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.order-details-items.shipments .order-title .action.track {
  margin-left: 30px;
}
.order-details-items .table-wrapper .table-caption {
  display: none;
}
.order-details-items .table-wrapper thead tr th {
  text-transform: uppercase;
  color: #000;
  border-bottom: none;
  font-weight: 700;
  font-size: 14px;
  font-family: inherit !important;
  text-align: center;
}
.order-details-items .table-wrapper thead tr th:first-child {
  padding-left: 0;
  text-align: left;
  background: none;
}
.order-details-items .table-wrapper tbody tr td {
  vertical-align: middle;
  text-align: center;
}
.order-details-items .table-wrapper tbody tr td:first-child {
  padding-left: 0;
  text-align: left;
  background: none;
}
.order-details-items .table-wrapper tbody tr td.col.name {
  font-weight: 500;
}
.order-details-items .table-wrapper tfoot tr th {
  padding-left: 0;
  text-align: left;
  background: none;
}
.order-details-items .table-wrapper tfoot tr th,
.order-details-items .table-wrapper tfoot tr td,
.order-details-items .table-wrapper tfoot tr th strong {
  font-size: 16px;
  font-weight: 400;
  color: #2a2a2a;
}
.order-details-items .table-wrapper tfoot tr.grand_total th strong,
.order-details-items .table-wrapper tfoot tr.grand_total td strong {
  font-size: 20px;
  color: #cc3333;
}
.order-details-items .table-wrapper tfoot tr td {
  text-align: center;
}
.block-order-details-view {
  padding-top: 40px;
}
.block-order-details-view .block-title h4 {
  color: #222;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 18px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.box-order-billing-method .payment-method .title {
  color: #2a2a2a;
}
.page-print .page-main .logo {
  text-align: center;
  display: block;
}
.page-print table {
  margin: 30px 0;
}
.page-print table thead tr th {
  text-transform: uppercase;
  color: #000;
  border-bottom: none;
  font-weight: 700;
  font-size: 14px;
  font-family: inherit !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  text-align: center !important;
}
.page-print table tr td {
  text-align: center !important;
  vertical-align: middle;
  border: 1px solid #f0f0f0;
}
.btn-print {
  border-bottom: 2px solid #2a2a2a;
  padding: 0px 0 5px;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #2a2a2a;
}
.btn-print .icon {
  font-size: 18px;
  margin-right: 8px;
}
.btn-print:hover {
  border-color: #cc3333;
}
.shipping-tracking-popup .column.main {
  width: 100% !important;
}
.shipping-tracking-popup .page.tracking .subtitle.caption {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
}
.shipping-tracking-popup .page.tracking .actions .action.close {
  border-bottom: 2px solid #000;
  padding: 0px 0 5px;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
.orders-history .table-order-items thead tr th {
  text-transform: uppercase;
  color: #2a2a2a;
  text-align: center;
  border: none !important;
  font-weight: 700;
}
.orders-history .table-order-items thead tr th:first-child {
  padding-left: 0;
  text-align: left;
}
.orders-history .table-order-items tbody tr td {
  text-align: center;
}
.orders-history .table-order-items tbody tr td:first-child {
  padding-left: 0;
  text-align: left;
}
.orders-history .table-order-items tbody tr td.actions .action.view:after {
  content: "|";
  margin: 0 8px;
  display: inline-block;
}
.order-products-toolbar .pager,
.downloadable-products-toolbar .pager,
.products-reviews-toolbar .pager {
  margin: 0 auto;
}
.order-products-toolbar .pager .limiter,
.downloadable-products-toolbar .pager .limiter,
.products-reviews-toolbar .pager .limiter {
  display: none;
}
.table-downloadable-products thead tr th {
  text-transform: uppercase;
  color: #2a2a2a;
  text-align: center;
  border: none !important;
  font-weight: 700;
}
.table-downloadable-products thead tr th:first-child {
  padding-left: 0;
  text-align: left;
}
.table-downloadable-products tbody tr td {
  text-align: center;
}
.table-downloadable-products tbody tr td:first-child {
  padding-left: 0;
  text-align: left;
}
.form-edit-account .field.choice {
  margin-bottom: 10px;
}
.form-edit-account .fieldset.password {
  margin-top: 30px;
}
.block-dashboard-addresses {
  margin-top: 60px;
}
.account .field.street .control > input + .nested {
  margin-top: 10px;
}
.form-address-edit .fieldset .field.choice {
  margin-bottom: 15px;
}
.form-address-edit .fieldset + .fieldset {
  margin-top: 30px;
}
.block-addresses-list .items.addresses li.item {
  border-top: 1px dashed #ddd;
  padding-top: 20px;
  margin-top: 20px;
}
.block-addresses-list .items.addresses li.item:first-child {
  border: none;
  margin: 0;
  padding: 0;
}
.block-addresses-list .items.addresses li.item .btn-secondary {
  margin-left: 10px;
}
.table-reviews-dashboard thead tr th {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  padding-left: 0;
  border: none;
}
.table-reviews-dashboard tbody tr td {
  padding-left: 0;
}
#my-reviews-table .table-caption {
  display: none;
}
#my-reviews-table thead tr th {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  padding-left: 0;
  border: none;
  text-align: center;
}
#my-reviews-table tbody tr td {
  text-align: center;
}
#my-reviews-table tbody tr td.summary .rating-summary .label {
  display: none;
}
#my-reviews-table tbody tr td.summary .rating-summary .rating-result {
  float: none;
}
.customer-review.view .product-media {
  overflow: hidden;
}
.customer-review.view .product-media img {
  min-width: 100%;
}
.customer-review.view .product-info .product-name {
  font-size: 20px;
  margin-bottom: 10px;
}
.customer-review.view .product-info .rating-average-label {
  font-weight: 600;
  color: #000;
  margin-bottom: 4px;
  display: block;
}
.customer-review.view .review-details {
  padding-top: 30px;
}
.customer-review.view .review-details > .title {
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  margin-bottom: 8px;
  padding: 10px 0;
}
.customer-review.view .review-details .review-content {
  padding: 10px 0;
}
.customer-review.view .review-details .review-date {
  font-style: italic;
  color: #cc3333;
}
.customer-review.view .review-details .rating-result {
  display: inline-block;
}
.customer-review.view .review-details .rating-label {
  font-weight: 700;
  color: #000;
  margin-right: 20px;
}
.customer-review.view .review-details .rating-label:after {
  content: ":";
  display: inline-block;
}
.customer-review.view .review-details .rating-summary.item {
  padding: 5px 0;
}
.customer-review.view .review-details .review-title {
  margin-top: 30px;
  color: #000;
  font-weight: 600;
}
.products-grid.wishlist .product-item-info {
  border: 1px solid #f0f0f0;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  padding-bottom: 15px;
}
.products-grid.wishlist .product-item-info > * {
  padding: 0 15px;
}
.products-grid.wishlist .product-item-info .product-item-photo {
  padding: 0 !important;
}
.products-grid.wishlist .product-item-info .product-item-photo img {
  position: static;
}
.products-grid.wishlist .product-item-info .product-item-name {
  margin-top: 10px;
  display: block;
}
.products-grid.wishlist .product-item-info .product-item-name a {
  font-size: 14px;
  font-weight: 600;
}
.products-grid.wishlist .product-item-info .price-box {
  margin: 10px 0 13px;
}
.products-grid.wishlist .product-item-info .comment-box .label {
  display: none;
}
.products-grid.wishlist .product-item-info .box-tocart .field.qty {
  padding: 0;
  margin: 0 0  10px;
  float: none;
}
.products-grid.wishlist .product-item-info .box-tocart .field.qty > .label {
  display: none !important;
}
.products-grid.wishlist .product-item-info .box-tocart .field.qty > .control .input-text {
  width: 100%;
}
.products-grid.wishlist .product-item-info .box-tocart .product-item-actions .tocart {
  width: 100%;
}
.products-grid.wishlist .product-item-info .box-tocart .product-item-actions .tocart .fa {
  display: none;
}
.products-grid.wishlist .product-item-actions {
  margin-top: 10px;
}
.products-grid.wishlist .product-item-actions:after {
  content: "";
  display: table;
  clear: both;
}
.products-grid.wishlist .product-item-actions .action {
  display: block;
  width: calc(50% - 5px);
  height: 40px;
  line-height: 38px;
  border: 1px solid #ddd;
  text-align: center;
  margin-right: 5px;
  float: left;
}
.products-grid.wishlist .product-item-actions .action + .action {
  margin-left: 5px;
  margin-right: 0;
}
.products-grid.wishlist .product-item-actions .action:hover {
  border-color: #2a2a2a;
  background-color: #2a2a2a;
  color: #fff;
}
.checkout-cart-index .column.main .cart-empty {
  text-align: center;
  font-size: 15px;
  padding: 24px 15px 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.checkout-cart-index .column.main .cart-empty a {
  color: #cc3333;
}
.checkout-cart-index .column.main .cart-empty a:hover {
  text-decoration: underline;
}
.checkout-cart-index #shopping-cart-table {
  margin: 0;
}
.checkout-cart-index #shopping-cart-table .product-item-photo img {
  position: static;
}
.checkout-cart-index #shopping-cart-table .table-caption {
  display: none;
}
.checkout-cart-index #shopping-cart-table thead tr th {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  background-color: #f2f2f2;
  border-top: 1px solid #d6d6d6;
  vertical-align: middle;
  padding: 14px 30px 11px;
  border-bottom: none;
}
.checkout-cart-index #shopping-cart-table tbody {
  border-top: 1px solid #d6d6d6;
}
.checkout-cart-index #shopping-cart-table tbody:last-child {
  border-bottom: 1px solid #eaeaea;
}
.checkout-cart-index #shopping-cart-table tbody tr td {
  vertical-align: top;
  border: none !important;
  padding: 30px 25px;
  text-align: center;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item {
  text-align: left;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-photo {
  display: block;
  float: left;
  overflow: hidden;
  width: 100px;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-photo .product-image-container .product-image-wrapper {
  padding: 0 !important;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details {
  float: left;
  vertical-align: top;
  margin-left: 20px;
  width: calc(100% - 130px);
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details .product-item-name a {
  font-weight: 400;
  font-size: 16px;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options:after {
  content: "";
  clear: both;
  display: table;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dt {
  margin-top: 10px;
  color: #2a2a2a;
  font-weight: 400;
  float: left;
  clear: left;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dt:after {
  content: ":";
  display: inline-block;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dd {
  margin-top: 10px;
  margin-left: 10px;
  float: left;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dd .price {
  color: #2a2a2a;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dd .price:before {
  content: "(";
  display: inline-block;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dd .price:after {
  content: ")";
  display: inline-block;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.qty .label {
  display: none;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.qty .input-text.qty {
  color: #000000;
  border: 1px solid #cccccc;
  font-size: 14px;
  height: 37px;
  margin-bottom: 0;
  text-align: center;
  margin: 0 auto;
  width: 74px;
}
.checkout-cart-index #shopping-cart-table tbody tr.item-actions td {
  padding: 0 0 25px;
  text-align: left;
}
.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar {
  padding: 15px 25px 0;
  border-top: 1px dotted #ddd;
}
.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a {
  color: #6c6c6c;
  height: 40px;
  font-size: 13px;
  min-width: 40px;
  background-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 1px solid #e6e6e6;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  float: right;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a:hover,
.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a:focus {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}
.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a + a {
  margin-right: 15px;
}
.checkout-cart-index #shopping-cart-table .cart-price .price {
  color: #000000;
  font-size: 16px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item {
  float: left;
  width: calc(100% - 120px);
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .action-gift {
  color: #222;
  font-size: 16px;
  display: inline-block;
  padding-top: 10px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .action-gift:after {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 16px;
  content: "\f107";
  float: right;
  margin-left: 10px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .gift-message .gift-options-title {
  margin-bottom: 10px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .actions-toolbar {
  margin-bottom: 6px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .actions-toolbar .btn + .btn {
  margin-left: 12px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .action-gift:hover {
  color: #cc3333;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .action-gift._active:after {
  content: "\f106";
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .gift-content {
  display: none;
  margin-top: 15px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .gift-content textarea {
  height: 153px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .gift-content._active {
  display: block;
}
.checkout-cart-index .cart.main.actions {
  margin-top: 40px;
}
.checkout-cart-index .cart.main.actions:after {
  content: "";
  display: table;
  clear: both;
}
.checkout-cart-index .cart.main.actions button {
  float: right;
  font-weight: 400;
  padding-right: 30px;
}
.checkout-cart-index .cart.main.actions button .icon {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.checkout-cart-index .cart.main.actions button .icon.pe-7s-angle-left {
  font-size: 30px;
}
.checkout-cart-index .cart.main.actions button.action.continue {
  float: left;
}
.checkout-cart-index .cart.main.actions button + button {
  margin-left: 15px;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals {
  margin-top: 92px;
  position: relative;
  padding: 10px 30px;
  border: 1px solid #bfbfbf;
  background: #f6f6f6;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals {
  margin: 0;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals .table-caption {
  display: none;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr td,
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr th {
  font-size: 14px;
  vertical-align: middle;
  background: none !important;
  font-weight: 400;
  color: #969696;
  border: none;
  padding: 15px 0px;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr td {
  width: 1%;
  text-align: right;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr th .label {
  font-weight: 400;
  color: #646464;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.sub td,
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.sub th {
  border-bottom: 1px solid #bfbfbf;
  color: #000;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals td,
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals th {
  border-top: 1px solid #bfbfbf;
  font-size: 20px;
  color: #2a2a2a;
  padding: 23px 15px 24px;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals th {
  padding-left: 0;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals td {
  padding-right: 0;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals strong {
  font-weight: 400;
}
.checkout-cart-index .shopping-cart-bottom .loading-mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
  border: 1px solid #ddd;
}
.checkout-cart-index .shopping-cart-bottom .loading-mask img {
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.checkout-cart-index .cart-summary {
  margin-top: 10px;
}
.checkout-cart-index .cart-summary .summary.title {
  display: none;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item {
  text-align: right;
  padding: 10px 0;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item .action.multicheckout {
  font-size: 15px;
}
.checkout-cart-index .block.crosssell {
  margin-top: 57px;
}
.checkout-cart-index .checkout-extra {
  margin-left: -15px;
  margin-righ: -15px;
}
.checkout-cart-index .checkout-extra:after {
  content: "";
  display: table;
  clear: both;
}
.checkout-cart-index .checkout-extra > div {
  float: left;
  width: 50%;
  padding: 0 15px;
  position: relative;
}
.checkout-cart-index .checkout-extra #block-summary form {
  display: block;
}
.checkout-cart-index .checkout-extra #block-summary form .field.note {
  color: #555555;
  margin-bottom: 10px;
  font-style: normal;
}
.checkout-cart-index .checkout-extra #block-summary .estimate .legend,
.checkout-cart-index .checkout-extra #block-summary .estimate br {
  display: none;
}
.checkout-cart-index .checkout-extra #block-summary .estimate .field .message {
  margin-top: 10px;
}
.checkout-cart-index .checkout-extra #block-summary dl.items.methods {
  margin: 0;
}
.checkout-cart-index .checkout-extra #block-summary dl.items.methods dt {
  padding-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
}
.checkout-cart-index .checkout-extra #block-summary dl.items.methods dd + dt {
  margin-top: 10px;
}
.checkout-cart-index .checkout-extra .block {
  margin-top: 92px;
}
.checkout-cart-index .checkout-extra .block .title strong {
  color: #000;
  display: block;
  font-size: 20px;
  margin-bottom: 40px;
  position: relative;
  font-weight: 400;
}
.checkout-cart-index .checkout-extra .block > .content {
  display: block !important;
}
.page-layout-checkout .page-header {
  margin: 0;
  padding: 0;
  text-align: center;
}
.page-layout-checkout .page-header .header {
  padding: 30px 0;
}
.page-layout-checkout .page-header .logo img {
  margin: 0 auto;
}
.checkout-index-index .modal-popup .modal-inner-wrap {
  max-height: 80%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
}
.checkout-index-index .modal-popup .modal-header {
  min-height: unset;
}
.checkout-index-index .modal-popup .modal-header .action-close {
  top: 15px;
  right: 15px;
}
.checkout-index-index .modal-popup .modal-content {
  padding: 15px;
}
.checkout-index-index .loading-mask {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.8;
}
.checkout-index-index .loading-mask p {
  display: none;
}
.checkout-index-index .loading-mask .loader {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.checkout-index-index > .loading-mask {
  z-index: 10000;
}
.checkout-index-index .checkout-shipping-method {
  position: relative;
}
.checkout-index-index .checkout-shipping-method .loading-mask {
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.8;
  border: 1px solid #f0f0f0;
}
.opc-wrapper {
  width: 66.66666667%;
  float: left;
  padding-right: 15px;
}
.opc-wrapper:before {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #f0f0f0;
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.opc-sidebar.opc-summary-wrapper {
  width: 33.33333333%;
  float: left;
  padding-left: 15px;
}
.checkout-shipping-address .form.form-login {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 18px;
  padding-bottom: 4px;
}
.checkout-shipping-address > .step-content .action.action-show-popup {
  color: #fff;
  border: 1px solid #1a1a1a;
  margin: 20px 20px 0 0;
  background-color: #1a1a1a;
}
.checkout-shipping-address > .step-content .action.action-show-popup:hover {
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  background-color: #fff;
}
.checkout-shipping-address .form.form-login .actions-toolbar {
  margin-bottom: 15px;
}
.shipping-address-items {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}
.shipping-address-items:after {
  content: "";
  display: table;
  clear: both;
}
.shipping-address-items .shipping-address-item {
  border: 2px solid #ddd;
  margin-bottom: 14px;
  color: #8e8e8e;
  padding: 15px;
  margin: 0 10px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.shipping-address-items .shipping-address-item:nth-child(3n + 1) {
  clear: both;
}
.shipping-address-items .shipping-address-item.selected-item {
  color: #cc3333;
  border-color: #cc3333;
}
.shipping-address-items .shipping-address-item.selected-item .action-select-shipping-item {
  display: none;
}
.shipping-address-items .action {
  font-size: 13px;
  color: #6c6c6c;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  margin-top: 10px;
  padding: 6px 15px;
  font-weight: 400;
  margin-right: 10px;
  min-width: 120px;
}
.shipping-address-items .action:hover {
  background-color: #cc3333;
  border-color: #cc3333;
  color: #fff;
}
.checkout-shipping-method {
  margin-top: 50px;
}
.table-checkout-shipping-method {
  width: 100%;
}
.table-checkout-shipping-method thead tr th {
  color: #2b2b2b;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  border: 1px solid #eaeaea;
  vertical-align: middle;
  padding: 14px 30px 11px;
  border-bottom: none;
}
.table-checkout-shipping-method tbody tr td {
  border: 1px solid #eaeaea;
  padding: 14px 30px 11px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.table-checkout-shipping-method tbody tr td.col-method input {
  margin: 0 auto;
}
#shipping-method-buttons-container,
.payment-method-content .actions-toolbar {
  margin-top: 25px;
  text-align: right;
}
#shipping-method-buttons-container .action,
.payment-method-content .actions-toolbar .action,
#shipping-method-buttons-container button.action,
.payment-method-content .actions-toolbar button.action {
  min-width: 200px;
}
.authentication-wrapper {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  text-align: right;
  margin-bottom: 50px;
  padding-bottom: 15px;
}
.authentication-wrapper .action-auth-toggle {
  background-color: #fff;
  height: 40px;
  min-width: 120px;
  line-height: 40px;
}
.authentication-wrapper .action-auth-toggle:hover {
  background-color: #cc3333;
  border-color: #cc3333;
  color: #fff;
}
.authentication-wrapper .authentication-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 300px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.authentication-wrapper .authentication-dropdown._show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}
.authentication-wrapper .authentication-dropdown .modal-inner-wrap {
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #f0f0f0;
  padding: 15px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-header {
  padding: 0;
  min-height: unset;
  height: 1px;
  position: relative;
  border: none;
}
.authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-header .action-close {
  position: absolute;
  right: -5px;
  top: -2px;
  z-index: 1;
  background: none;
  width: 30px;
  height: 30px;
  border: none;
  box-shadow: none;
  opacity: 0.8;
  line-height: 1;
}
.authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-header .action-close:hover {
  opacity: 1;
}
.authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-header .action-close span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-header .action-close:after {
  content: "x";
  font-size: 20px;
  color: #2a2a2a;
  font-weight: 400;
}
.authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-content {
  box-shadow: none;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-align: left;
}
.authentication-wrapper .block-customer-login .block-title strong {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  font-size: 18px;
  font-weight: 300;
  color: #2a2a2a;
  margin-bottom: 15px;
  padding-bottom: 4px;
}
ul.credit-card-types:after {
  content: "";
  display: table;
  clear: both;
}
ul.credit-card-types li {
  border: 1px solid #f0f0f0;
  float: left;
  margin-right: 5px;
}
form.payments > .fieldset > legend.legend {
  display: none;
}
form.payments > .fieldset legend + br {
  display: none;
}
.fieldset.payment .legend {
  border: none;
  font-size: 18px;
  margin-bottom: 10px;
}
.opc-payment .payment-methods .payment-method {
  padding-bottom: 13px;
  margin-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.opc-payment .payment-methods .payment-method .payment-method-title .label {
  font-size: 16px;
}
.opc-payment .payment-methods .payment-method .payment-method-content {
  display: none;
}
.opc-payment .payment-methods .payment-method .payment-method-content .actions-toolbar {
  margin-top: 10px;
  margin-bottom: 12px;
  text-align: left;
}
.opc-payment .payment-methods .payment-method._active .payment-method-content {
  display: block;
}
.opc-payment .payment-methods .payment-method .payment-method-billing-address .field.choice {
  margin-top: 15px;
}
.opc-payment .payment-methods .payment-method .payment-method-billing-address .field.choice input {
  top: 3px;
}
.opc-sidebar .minicart-items .product-item .product-item-details .details-qty .label:after {
  content: ":";
}
.opc-sidebar .minicart-items .product-item .product-item-details .product-item-name {
  color: #1a1a1a;
  font-weight: 400;
}
.opc-sidebar .modal-inner-wrap .modal-header {
  display: none;
}
.opc-sidebar .modal-inner-wrap .modal-content {
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
}
.opc-block-summary {
  background-color: #f5f5f5;
  padding: 19px 30px 30px;
}
.opc-block-summary .minicart-items-wrapper .product-item {
  padding: 15px 0;
}
.opc-block-summary .minicart-items-wrapper .product-item .product:after {
  content: "";
  display: table;
  clear: both;
}
.opc-block-summary .minicart-items-wrapper .product-item .product .product-image-container {
  display: block;
  float: left;
  width: 80px !important;
}
.opc-block-summary .minicart-items-wrapper .product-item .product .product-image-container img {
  max-width: 100%;
  height: auto !important;
}
.opc-block-summary .minicart-items-wrapper .product-item .product .product-item-details {
  float: left;
  width: calc(100% - 80px);
  padding-left: 20px;
}
.opc-block-summary > .title {
  text-transform: uppercase;
  color: #2a2a2a;
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 4px;
  padding-bottom: 1px;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  display: block;
  margin-bottom: 5px;
  padding: 0 40px 0 0;
  position: relative;
  text-decoration: none;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
  color: inherit;
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: normal;
  line-height: 12px;
  margin: 3px 0 0;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 20px;
  display: block;
  font-weight: 300;
  color: #2a2a2a;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: "\f106";
}
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.opc-block-summary .table-totals tr th,
.opc-block-summary .table-totals tr td {
  background: none !important;
  padding: 10px 0;
  vertical-align: middle;
}
.opc-block-summary .table-totals tr th {
  color: #2a2a2a;
  font-weight: 400;
  margin: 0;
}
.opc-block-summary .table-totals tr th strong,
.opc-block-summary .table-totals tr th .label {
  color: #2a2a2a;
  font-weight: 400;
  margin: 0;
}
.opc-block-summary .table-totals tr th:after {
  content: ":";
}
.opc-block-summary .table-totals tr th.value:after {
  content: ")";
  display: inline-block;
}
.opc-block-summary .table-totals tr th.value:before {
  content: "(";
  display: inline-block;
}
.opc-block-summary .table-totals tr td {
  text-align: right;
  padding-left: 20px;
  width: 1%;
  font-size: 14px;
  color: #272727;
}
.opc-block-summary .table-totals tr.totals.sub th,
.opc-block-summary .table-totals tr.totals.sub td {
  font-size: 16px;
}
.opc-block-summary .table-totals tr.totals.grand th,
.opc-block-summary .table-totals tr.totals.grand td {
  font-size: 18px;
  color: #cc3333;
}
.opc-block-summary .table-totals tr.totals.grand th strong,
.opc-block-summary .table-totals tr.totals.grand td strong {
  color: #cc3333;
  font-weight: 500;
}
.opc-block-summary .table-totals tr:first-child th,
.opc-block-summary .table-totals tr:first-child td {
  border-top: none;
}
.opc-block-shipping-information {
  padding: 0 30px 23px;
  background-color: #f5f5f5;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #ddd;
  margin: 0 0 15px;
  position: relative;
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  display: inline-block;
  margin: 0;
  position: absolute;
  height: auto;
  right: 0;
  top: 8px;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #1979c3;
  display: inline;
  font-weight: 400;
  line-height: 1.42857;
  padding: 0;
  text-decoration: none;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  color: #8f8f8f;
  content: "\f040";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
  box-shadow: none;
  vertical-align: top;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #cc3333;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .ship-via {
  margin: 20px 0 0;
}
.payment-option.discount-code .payment-option-title {
  cursor: pointer;
  padding-left: 0;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 15px;
  padding-bottom: 5px;
  position: relative;
}
.payment-option.discount-code .payment-option-title:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 20px;
  position: absolute;
  bottom: -3px;
  right: 0;
}
.payment-option.discount-code .form-discount .actions-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.payment-option.discount-code .form-discount .actions-toolbar > div {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  vertical-align: top;
}
.payment-option.discount-code._active .payment-option-title:after {
  content: "\f106";
}
.multicheckout.success,
.checkout-success {
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 30px 15px;
  text-align: center;
}
.multicheckout.success h2,
.checkout-success h2 {
  font-weight: 300;
  color: #2a2a2a;
  margin-bottom: 10px;
}
.multicheckout.success a,
.checkout-success a {
  color: #cc3333;
}
.multicheckout.success a:hover,
.checkout-success a:hover {
  text-decoration: underline;
}
.multicheckout.success + #registration,
.checkout-success + #registration {
  border: 1px solid #ddd;
  margin-top: 50px;
  padding: 30px 15px;
  text-align: center;
}
.multicheckout.success + #registration .action.primary,
.checkout-success + #registration .action.primary {
  background: none;
  border: none;
  color: #cc3333;
}
.multicheckout.success + #registration .action.primary:hover,
.checkout-success + #registration .action.primary:hover {
  text-decoration: underline;
}
/* Braintree Form */
.payment-method-braintree .payment-method-content > form.form {
  max-width: 500px;
}
.payment-method-braintree .hosted-control {
  height: 40px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 0 10px;
}
.payment-method-braintree ._with-tooltip .field-tooltip.toggle span span span {
  display: none;
}
.payment-method-braintree .hosted-date-wrap:after {
  content: "";
  display: table;
  clear: both;
}
.payment-method-braintree .hosted-date-wrap .hosted-error {
  clear: left;
}
.payment-method-braintree .hosted-date-wrap .hosted-date {
  float: left;
  width: calc(50% - 15px);
}
.payment-method-braintree .hosted-date-wrap .hosted-date + .hosted-date {
  margin-left: 30px;
}
.payment-method-braintree .hosted-error {
  color: red;
  font-style: italic;
  font-size: 12px;
  display: none;
}
.payment-method-braintree .braintree-hosted-fields-invalid + .hosted-error {
  display: block;
}
.page-layout-checkout .page-main {
  padding-top: 100px;
  padding-bottom: 100px;
}
#multiship-addresses-table thead tr th {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 30px 11px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #eaeaea;
}
#multiship-addresses-table thead tr th.qty,
#multiship-addresses-table tbody tr th.qty,
#multiship-addresses-table thead tr td.qty,
#multiship-addresses-table tbody tr td.qty,
#multiship-addresses-table thead tr th.actions,
#multiship-addresses-table tbody tr th.actions,
#multiship-addresses-table thead tr td.actions,
#multiship-addresses-table tbody tr td.actions {
  width: 1%;
  padding-left: 15px;
  padding-right: 15px;
}
#multiship-addresses-table tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 15px 30px;
  border: 1px solid #eaeaea;
}
#multiship-addresses-table tbody tr td.actions .action.delete {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #6c6c6c;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  height: 34px;
  line-height: 32px;
  width: 34px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#multiship-addresses-table tbody tr td.actions .action.delete:hover {
  color: #fff;
  background-color: #2a2a2a;
  border-color: #2a2a2a;
}
#multiship-addresses-table tbody tr td .field .label {
  display: none;
}
#multiship-addresses-table tbody tr td .field.qty {
  margin: 0;
}
#multiship-addresses-table tbody tr td .field.qty input {
  width: 80px;
  text-align: center;
  color: #2a2a2a;
}
#multiship-addresses-table tbody tr td .field.address {
  margin: 0;
}
#multiship-addresses-table tbody tr td.product {
  text-align: left;
}
#multiship-addresses-table tbody tr td.product .product-item-name {
  font-weight: 400;
  font-size: 16px;
  color: #2a2a2a;
}
#multiship-addresses-table tbody tr td.product .product-item-name a {
  font-weight: 400;
  font-size: 16px;
  color: #2a2a2a;
}
#multiship-addresses-table tbody tr td.product .product-item-name a:hover {
  color: #cc3333;
}
#multiship-addresses-table tbody tr td .item-options dt {
  margin-top: 10px;
  font-weight: 400;
  color: #2a2a2a;
}
#multiship-addresses-table tbody tr td .item-options dt:after {
  content: ":";
}
.multishipping-checkout-shipping table thead tr th {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 30px 11px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #eaeaea !important;
}
.multishipping-checkout-shipping table thead tr th.item {
  text-align: left;
}
.multishipping-checkout-shipping table tr th.qty {
  width: 100px;
  padding-left: 15px;
  padding-right: 15px;
}
.multishipping-checkout-shipping table tbody tr td {
  border: 1px solid #eaeaea !important;
  vertical-align: middle;
  padding: 15px 30px;
}
.multishipping-checkout-shipping table tbody tr td.qty {
  color: #2b2b2b;
  font-size: 16px;
  text-align: center;
}
.multishipping-checkout-shipping table tbody tr td.product,
.multishipping-checkout-shipping table tbody tr td.item {
  text-align: left;
}
.multishipping-checkout-shipping table tbody tr td .product-item-name {
  font-weight: 400;
  font-size: 16px;
  color: #2a2a2a;
}
.multishipping-checkout-shipping table tbody tr td .product-item-name a {
  font-weight: 400;
  font-size: 16px;
  color: #2a2a2a;
}
.multishipping-checkout-shipping table tbody tr td .product-item-name a:hover {
  color: #cc3333;
}
.multishipping-checkout-shipping table tbody tr td .item-options {
  margin: 0;
}
.multishipping-checkout-shipping table tbody tr td .item-options dt {
  margin-top: 10px;
  font-weight: 400;
  color: #2a2a2a;
}
.multishipping-checkout-shipping table tbody tr td .item-options dt:after {
  content: ":";
}
.multishipping-checkout-shipping .actions-toolbar {
  border-top: 1px solid #f0f0f0;
  padding-top: 15px;
  margin-top: 30px;
}
.multishipping-checkout-shipping .block.block-other {
  margin-top: 50px;
}
.multishipping-checkout-shipping .block.block-shipping + .block-shipping {
  margin-top: 50px;
}
.multishipping-checkout-shipping h4.box-title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 400;
}
.multishipping-checkout-shipping .box-shipping-method dt {
  font-size: 15px;
  font-weight: 400;
  color: #1a1a1a;
}
.multishipping-checkout-shipping .box-shipping-method dt + dt {
  margin-top: 10px;
}
.multishipping-checkout-shipping .box-shipping-method .gift-message .legend {
  border: none;
  font-size: 18px;
  color: #2a2a2a;
  margin-bottom: 15px;
}
.multishipping-checkout-shipping .box-shipping-method .gift-message .legend + br {
  display: none;
}
.multishipping-checkout-shipping .box-shipping-method .gift-message .options-items {
  margin-top: 10px;
}
.gift-message .options-items .items .item {
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
  margin-top: 15px;
}
.gift-message .options-items .items .item .product .number {
  font-weight: 700;
  color: #2a2a2a;
}
.gift-message .options-items .items .item .product .img.photo.container {
  width: 100px !important;
  padding: 0;
  margin: 10px 0 0;
}
.gift-message .options-items .items .item .product .product-name {
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-top: 10px;
  color: #1a1a1a;
}
.gift-message .options-items .items .item .options .action.activate {
  padding: 0;
  margin: 0;
}
.gift-message .options-items .items .item .options .action.activate:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.gift-message .options-items .items .item .options .action.activate.active:after {
  content: "\f106";
}
.gift-message .options-items .items .item .block.message {
  padding: 0;
  margin-top: 10px;
}
.gift-message .options-items .items .item .block.message .fieldset {
  padding: 0 !important;
}
.block-billing .title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}
.multicheckout .block-billing .box-billing-address + .box-billing-address {
  margin-top: 50px;
}
.multishipping-checkout-billing .block-content .box + .box {
  margin-top: 50px;
}
.multishipping-checkout-billing .box-billing-method .box-content dl .item-title {
  position: relative;
  padding: 10px 0 10px 20px;
}
.multishipping-checkout-billing .box-billing-method .box-content dl .item-title input {
  position: absolute;
  left: 0;
  top: 11px;
  margin: 0;
}
.multishipping-checkout-billing .box-billing-method .box-content dl .item-title label {
  font-size: 16px;
  font-weight: 600;
}
.multishipping-checkout-billing .box-billing-method .box-content dl > * {
  max-width: 600px;
}
@keyframes fadeIn {
  from {
    opacity: 0.4;
  }
}
.multishipping-checkout-overview table thead tr th {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 30px 11px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #eaeaea !important;
}
.multishipping-checkout-overview table tr th.qty {
  width: 100px;
  padding-left: 15px;
  padding-right: 15px;
}
.multishipping-checkout-overview table tbody tr td {
  border: 1px solid #eaeaea !important;
  vertical-align: middle;
  text-align: center;
  padding: 15px 30px;
}
.multishipping-checkout-overview table tbody tr td.qty {
  color: #2b2b2b;
  font-size: 16px;
  text-align: center;
}
.multishipping-checkout-overview table tbody tr td.product,
.multishipping-checkout-overview table tbody tr td.item {
  text-align: left;
}
.multishipping-checkout-overview table tbody tr td .product-item-name {
  font-weight: 400;
  font-size: 16px;
  color: #2a2a2a;
}
.multishipping-checkout-overview table tbody tr td .product-item-name a {
  font-weight: 400;
  font-size: 16px;
  color: #2a2a2a;
}
.multishipping-checkout-overview table tbody tr td .product-item-name a:hover {
  color: #cc3333;
}
.multishipping-checkout-overview table tr td .item-options dt {
  margin-top: 10px;
  font-weight: 400;
  color: #2a2a2a;
}
.multishipping-checkout-overview table tfoot tr th,
.multishipping-checkout-overview table tfoot tr td {
  background: none;
  font-size: 16px;
  padding: 14px 30px 11px;
  border: 1px solid #eaeaea;
  font-weight: 400;
  color: #2a2a2a;
}
.multishipping-checkout-overview table tfoot tr.grand.totals th,
.multishipping-checkout-overview table tfoot tr.grand.totals td {
  font-size: 20px;
  color: #cc3333;
}
.multishipping-checkout-overview table tfoot tr td {
  text-align: center;
}
.multishipping-checkout-overview .checkout-review {
  margin-top: 50px;
  text-align: right;
}
.multishipping-checkout-overview .checkout-review .grand.totals strong {
  background: none;
  font-weight: 400;
  font-size: 24px;
  color: #2a2a2a;
}
.multishipping-checkout-overview .checkout-review .action-finish-checkout {
  margin-top: 8px;
}
.multishipping-checkout-overview .checkout-review .action-finish-checkout .btn-lg {
  min-width: 300px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.multishipping-checkout-overview .checkout-review .action-finish-checkout .action.back {
  display: block;
  text-align: right;
  margin-top: 15px;
}
.multishipping-checkout-overview .checkout-review .action-finish-checkout .please-wait {
  margin-top: 14px;
  animation: fadeIn 1s infinite alternate;
  font-size: 16px;
}
.multishipping-checkout-overview h4.box-title {
  font-size: 18px;
  color: #2a2a2a;
  margin-bottom: 15px;
}
.multishipping-checkout-overview form .block + .block {
  margin-top: 50px;
}
.multishipping-checkout-overview .block-content .box + .box {
  margin-top: 30px;
}
.multishipping-checkout-overview .box-billing-method .payment-method dt {
  font-size: 16px;
  font-weight: 400;
}
.multishipping-checkout-overview .block-shipping .block-content + .block-content {
  margin-top: 30px;
}
.multishipping-checkout-overview .block-shipping strong.box-title {
  font-size: 15px;
  color: #2a2a2a;
}
/* HEADER */
#placeholder-header {
  background: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.header.header1 .header-placeholder .table-icon-menu .navbar-toggle-menu {
  padding-left: 100px;
}
.header .header-placeholder .header-content {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header {
  position: relative;
  z-index: 10;
}
.header .header-placeholder.header-sticky {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.header .header-placeholder.header-sticky.active-sticky {
  position: fixed;
}
.form-open .header .header-placeholder .bottom-header {
  max-height: 0 !important;
  overflow: hidden;
}
.header .header-placeholder {
  transition: box-shadow .5s, top .6s ease-in-out;
  -webkit-transition: box-shadow .5s, top .6s ease-in-out;
  -moz-transition: box-shadow .5s, top .6s ease-in-out;
  -o-transition: box-shadow .5s, top .6s ease-in-out;
}
.header .header-placeholder .wrapper {
  position: relative;
  z-index: 999;
}
.header .header-placeholder.active-sticky {
  box-shadow: 0px 1.5px 1px -1px rgba(0, 0, 0, 0.1);
}
.header .header-placeholder .search-form .form-search .search-select .search-toggle:hover {
  color: #000;
}
.header .header-placeholder .search-form .form-search .search-select .dropdown-menu {
  display: block !important;
  position: absolute;
  top: calc(100% + 14px);
  max-height: 266px;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.header .header-placeholder .search-form .form-search .search-select .open > .dropdown-menu {
  top: calc(100% - 1px);
  opacity: 1;
  visibility: visible;
}
.header .header-placeholder .no-popup .search-form .form-search .search-title {
  display: none;
}
.header .header-placeholder .no-popup .search-form .form-search .search-close {
  display: none;
}
.header .header-placeholder .no-popup .search-form .form-search .minisearch {
  position: relative;
}
.header .header-placeholder .no-popup .search-form .form-search .minisearch .search-select {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.header .header-placeholder .no-popup .search-form .form-search .minisearch .search-select button {
  background: none;
  border: none;
  line-height: 40px;
  padding: 0;
  font-size: 16px;
}
.header .header-placeholder .no-popup .search-form .form-search .minisearch .search-select .dropdown-menu {
  max-height: 266px;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
}
.header .header-placeholder .no-popup .search-form .form-search .input-search {
  position: relative;
  border: 0;
}
.header .header-placeholder .no-popup .search-form .form-search .input-search .input-text {
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  padding: 0 25px 0 0;
  font-size: 16px;
}
.header .header-placeholder .no-popup .search-form .form-search .input-search .input-text.enable-categories {
  padding-left: 135px;
}
.header .header-placeholder .no-popup .search-form .form-search .input-search button {
  background: none;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  line-height: 40px;
  padding: 0;
}
.header .header-placeholder .no-popup .search-form .form-search .input-search button i.search {
  display: inline-block;
}
.header .header-placeholder .no-popup .search-form .form-search .input-search button i.arrow {
  display: none;
}
.header .header-placeholder .no-popup .search-form .form-search .input-search button:hover {
  color: #000;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu {
  display: table;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li:not(.mega-menu-fullwidth) .dropdown-menu ul > li:first-child {
  padding-top: 10px;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li:not(.mega-menu-fullwidth) .dropdown-menu ul > li:last-child {
  padding-bottom: 10px;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu > li {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu > li > a {
  white-space: nowrap;
  padding: 27px 20px 26px;
  font-size: 16px;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu > li > a .icon-next {
  display: none !important;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu > li.hover-right > ul.dropdown-menu {
  right: 0 !important;
  left: auto !important;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu > li.hover-right > ul.dropdown-menu ul.dropdown-menu {
  right: 100% !important;
  left: auto !important;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li {
  position: relative;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li > ul.dropdown-menu a {
  color: #999;
  background: none !important;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li > ul.dropdown-menu a:hover {
  color: #000;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li > a + .toggle-menu {
  display: none !important;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li > .dropdown-menu {
  left: 0;
  opacity: 0;
  position: absolute;
  top: calc(100% + 20px );
  visibility: hidden;
  z-index: 100;
  display: block !important;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  border: 1px solid #ccc;
  background-color: #fff;
  min-width: 250px;
  margin: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li:hover > ul.dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: top .3s , opacity .3s;
  -webkit-transition: top .3s , opacity .3s;
  -moz-transition: top .3s , opacity .3s;
  -o-transition: top .3s , opacity .3s;
  top: 100%;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li li > a {
  display: block;
  font-size: 14px;
  padding: 6px 30px 6px;
  line-height: 1.75;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li li > a .icon-next {
  display: none !important;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li li > ul li > ul {
  top: -1px;
  left: 100%;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li li > ul li > ul.dropdown-menu {
  left: 100%;
  top: 0 !important;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth {
  position: static !important;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu {
  left: 0;
  right: 0;
  padding: 14px 30px 16px;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu .mega-menu-sub-title {
  font-size: 16px;
  text-transform: capitalize;
  color: #000;
  font-weight: 400;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu ul {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  border: none;
  box-shadow: none;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  opacity: 1;
  visibility: inherit;
  background-color: transparent;
  text-transform: none;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu ul li > a {
  padding: 5px 0 5px;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu ul li > a > span {
  position: relative;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth.menu-2columns {
  position: relative !important;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth.menu-2columns > ul.dropdown-menu {
  left: 0;
  right: auto;
  min-width: 500px;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth.menu-2columns.hover-right {
  position: static !important;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth.menu-2columns.hover-right > ul.dropdown-menu {
  right: 0;
  left: auto;
  min-width: 500px;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns) > ul.dropdown-menu {
  width: 940px;
  left: 50%;
  right: auto;
  margin-left: -470px;
  padding: 0;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns) > ul.dropdown-menu .top_content,
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns) > ul.dropdown-menu .bottom_content {
  padding: 10px 30px !important;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns) > ul.dropdown-menu .row {
  margin: 0;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns) > ul.dropdown-menu .row > div {
  padding: 0;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns) > ul.dropdown-menu .mega-menu-content hr {
  margin: 10px 0;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns) > ul.dropdown-menu .mega-menu-content > div > div > .sub-menu {
  padding: 15px 30px;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li > ul.sub-menu {
  display: block !important;
}
.header .header-placeholder .header-content {
  padding: 0 100px;
  position: relative;
  z-index: 999;
  background-color: #fff;
}
.header .header-placeholder .dropdown-switcher ul:after {
  content: "";
  display: block;
  clear: both;
}
.header .header-placeholder .dropdown-switcher li a {
  color: #999;
}
.header .header-placeholder .dropdown-switcher li.active a {
  color: #c00;
  cursor: default;
  pointer-events: none;
}
.header .header-placeholder .dropdown-switcher li a:hover,
.header .header-placeholder .dropdown-switcher li a:focus {
  color: #c00;
}
.header .header-placeholder .register-header {
  padding-top: 190px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  max-height: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -webkit-transition: -webkit-transform 0.6s, opacity 0.3s, max-height 0s, background 0.5s;
  -moz-transition: -moz-transform 0.6s, opacity 0.3s, max-height 0s, background 0.5s;
  -o-transition: -o-transform 0.6s, opacity 0.3s, max-height 0s, background 0.5s;
  transition: transform 0.6s, opacity 0.6s, max-height 0s, background 0.5s;
}
.header .header-placeholder .register-header > div {
  opacity: 0;
  transition: opacity 0.3s;
}
.header .header-placeholder .register-header.open {
  overflow-y: auto;
  visibility: visible;
  opacity: 1;
  z-index: 900;
  max-height: 1500px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}
.header .header-placeholder .register-header.open:not(.before-close) {
  background: none;
}
.header .header-placeholder .register-header.open > div {
  opacity: 1;
}
.header .header-placeholder .register-header.before-close:not(.open) {
  max-height: unset;
  background: #fff;
  opacity: 1;
  visibility: visible;
  z-index: 900;
  overflow: hidden;
}
.header .header-placeholder .register-header.before-close:not(.open) > div {
  opacity: 0;
}
.header .header-placeholder .register-header.open:not(.before-close) > div {
  opacity: 0;
}
.header .header-placeholder .register-header > div {
  max-width: 370px;
  margin: 0 auto;
  position: relative;
}
.header .header-placeholder .register-header .form-create-account .fieldset + .fieldset {
  margin-top: 10px;
}
.header .header-placeholder .register-header .change-form {
  margin-bottom: 50px;
}
.header .header-placeholder .register-header .change-form a {
  font-size: 24px;
  padding: 0 20px;
  cursor: pointer;
  pointer-events: auto;
  color: #999;
}
.header .header-placeholder .register-header .change-form a.open {
  cursor: default;
  pointer-events: none;
  color: #000;
  padding: 0 20px;
}
.header .header-placeholder .register-header .register-form-header,
.header .header-placeholder .register-header .login-form-header {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: opacity 0s;
  -webkit-transition: opacity 0s;
  -moz-transition: opacity 0s;
  -o-transition: opacity 0s;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  bottom: 0;
  left: 0;
  right: 0;
}
.header .header-placeholder .register-header .register-form-header.open,
.header .header-placeholder .register-header .login-form-header.open {
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
}
.header .header-placeholder .register-header button.action {
  width: 100%;
  font-size: 16px;
  margin-top: 30px;
  background: #000;
  color: #fff;
  font-weight: 500;
  box-shadow: none;
}
.header .header-placeholder .register-header button.action:hover {
  background-color: #999;
}
.header .header-placeholder .register-header .closed-login {
  margin-top: 30px;
  display: block;
  font-size: 18px;
  color: #000;
}
.header .header-placeholder .register-header .closed-login:hover {
  color: #c00;
}
.header .header-placeholder .register-header .input-text {
  font-size: 16px;
  height: 47px;
}
.header .header-placeholder .nav-main-menu li a {
  color: #999;
}
.header .header-placeholder .nav-main-menu li a:hover,
.header .header-placeholder .nav-main-menu li a:focus {
  color: #000;
  background: none;
}
.header .header-placeholder.active-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
}
.header .header-placeholder.effect {
  top: 0 !important;
}
.header .header-placeholder .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px 0;
  height: 70px;
}
.header .header-placeholder .sidebar-menu {
  padding: 100px 50px;
  overflow: auto;
  width: 475px;
  background-color: #fff;
  position: fixed;
  right: -475px;
  top: 0;
  bottom: 0;
  color: #aaa;
  z-index: 9995;
  transition: transform .25s ease;
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  margin-bottom: 0;
}
.header .header-placeholder .sidebar-menu .label-menu {
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: auto;
}
.header .header-placeholder .sidebar-menu .megamenu-click {
  margin-top: 40px;
}
.header .header-placeholder .sidebar-menu .nav-main-menu .dropdown-menu {
  padding: 0;
  margin: 0;
  position: static;
  float: none;
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  box-shadow: none;
  width: auto !important;
}
.header .header-placeholder .sidebar-menu .nav-main-menu a .icon-next {
  display: none !important;
}
.header .header-placeholder .sidebar-menu .nav-main-menu li {
  position: relative;
  float: none !important;
}
.header .header-placeholder .sidebar-menu .nav-main-menu li > ul.sub-menu,
.header .header-placeholder .sidebar-menu .nav-main-menu li > ul.dropdown-menu {
  display: none;
}
.header .header-placeholder .sidebar-menu .nav-main-menu [class*="col-"] {
  padding: 0;
  float: none;
  width: 100%;
}
.header .header-placeholder .sidebar-menu .nav-main-menu .row {
  margin: 0;
}
.header .header-placeholder .sidebar-menu .nav-main-menu li > .toggle-menu {
  width: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  line-height: 40px;
  top: 0;
  font-size: 25px;
  display: block;
}
.header .header-placeholder .sidebar-menu .nav-main-menu li.level0 > .toggle-menu {
  line-height: 58px;
}
.header .header-placeholder .sidebar-menu .close-nav-button {
  height: auto;
  background: none;
  border: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 10px;
}
.header .header-placeholder .sidebar-menu .close-nav-button:hover span {
  color: #c00;
}
.header .header-placeholder .sidebar-menu .close-nav-button span {
  font-size: 50px;
  color: #999;
  height: 100px;
  width: 100px;
  text-align: center;
  display: block;
  line-height: 100px;
}
.header .header-placeholder .sidebar-menu .contact-us {
  line-height: 2;
  margin: 50px 0;
}
.header .header-placeholder .sidebar-menu .contact-us a {
  color: #999;
}
.header .header-placeholder .sidebar-menu .contact-us a:hover {
  color: #c00;
}
.header .header-placeholder .sidebar-menu h4 {
  font-weight: 500;
  margin-bottom: 25px;
}
.header .header-placeholder .sidebar-menu .socials a {
  font-size: 16px;
  color: #999;
  padding-right: 40px;
}
.header .header-placeholder .sidebar-menu .socials a:hover {
  color: #c00;
}
.header .header-placeholder > .close-nav-button {
  display: none;
  height: 0;
  background: none;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 10;
  background: #fff;
}
.header .header-placeholder > .close-nav-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.header .header-placeholder .table-icon-menu {
  display: table;
  align-items: center;
  margin: 0;
  padding: 0;
  text-align: right;
  float: right;
  min-height: 80px;
  margin-left: -12px;
  margin-right: -12px;
}
.header .header-placeholder .table-icon-menu > li {
  display: table-cell;
  padding: 0 15px;
  vertical-align: middle;
  height: 80px;
}
.header .header-placeholder .table-icon-menu button,
.header .header-placeholder .table-icon-menu .showcart {
  background: none;
  border: 0;
  box-shadow: none;
  color: #999;
  font-size: 25px;
  padding: 0;
  height: 100%;
}
.header .header-placeholder .table-icon-menu button:hover,
.header .header-placeholder .table-icon-menu .showcart:hover {
  color: #c00;
}
.header .header-placeholder .table-icon-menu button[disabled]:hover {
  color: #999;
}
.header .header-placeholder .table-icon-menu button.nav-toggle {
  padding-bottom: 5px;
}
.header .header-placeholder .table-icon-menu .navbar-toggle-menu button span {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  vertical-align: middle;
}
.header .header-placeholder .table-icon-menu .dropdown-toplinks {
  padding: 18px 0;
}
.header .header-placeholder .table-icon-menu .dropdown-toplinks:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: top .3s , opacity .3s;
  -webkit-transition: top .3s , opacity .3s;
  -moz-transition: top .3s , opacity .3s;
  -o-transition: top .3s , opacity .3s;
}
.header .header-placeholder .table-icon-menu .dropdown-toplinks .dropdown-menu {
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  top: calc(100% + 30px);
  box-shadow: none;
  padding: 15px;
  left: -80px;
  right: auto;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
}
.header .header-placeholder .table-icon-menu .dropdown-toplinks .dropdown-menu > ul {
  text-align: left;
  margin: 0;
}
.header .header-placeholder .table-icon-menu .dropdown-toplinks .dropdown-menu > ul li {
  display: block;
  padding: 0;
  white-space: nowrap;
}
.header .header-placeholder .table-icon-menu .dropdown-toplinks .dropdown-menu > ul li a {
  color: #999;
  padding: 6px 15px;
  display: block;
  width: 100%;
}
.header .header-placeholder .table-icon-menu .dropdown-toplinks .dropdown-menu > ul li a:hover {
  color: #c00;
}
.header4 .header-placeholder .register-header {
  padding-top: 222px;
}
.header4 .header-placeholder .middle-header {
  padding-top: 20px;
}
.nav-open .header .sidebar-menu .close-nav-button {
  display: block;
}
.nav-open .header > .close-nav-button {
  display: block;
}
.nav-before-open .nav-toggle:after {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.dropdown-menu > li > a {
  color: #999;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: none;
  color: #c00;
}
.modal-popup.confirm .modal-inner-wrap {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  top: 50%;
  position: absolute;
  left: 50%;
  right: 0;
  background-color: #fff;
  padding: 45px 15px 25px;
  text-align: center;
  width: 100%;
  max-width: 900px;
}
.modal-popup.confirm .modal-content {
  box-shadow: none;
  border: 0;
  color: #000;
  font-size: 16px;
}
.modal-popup.confirm .modal-title {
  display: none;
}
.modal-popup.confirm .modal-header {
  position: absolute;
  top: -1px;
  right: -1px;
  padding: 0;
  border: 0;
}
.modal-popup.confirm .modal-header button {
  height: 45px;
  width: 45px;
  background: #333;
  border: 0;
  line-height: 45px;
  font-size: 40px;
  border: 1px solid #333;
  color: #fff;
}
.modal-popup.confirm .modal-header button span {
  display: none;
}
.modal-popup.confirm .modal-header button:hover {
  background: #000;
  border-colo: #000;
}
.modal-popup.confirm .modal-header button:after {
  content: "\e680";
  font-family: 'Pe-icon-7-stroke';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal-popup.confirm .modal-footer {
  text-align: center;
  border: 0;
}
.modal-popup.confirm .modal-footer button {
  background: #fff;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 6px;
  min-width: 96px;
  margin: 0 10px;
  color: #000;
}
.modal-popup.confirm .modal-footer button:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}
.minicart-wrapper.minicart-sidebar .close-minicart {
  right: -110px;
  position: fixed;
  top: 0;
  z-index: 10000;
  height: auto !important;
  padding: 0 !important;
  opacity: 0;
  visibility: hidden;
}
.minicart-wrapper.minicart-sidebar .close-minicart:hover i {
  color: #c00;
}
.minicart-wrapper.minicart-sidebar .close-minicart i {
  font-size: 50px;
  color: #999;
  height: 100px;
  width: 100px;
  text-align: center;
  display: block;
  line-height: 100px;
}
.minicart-wrapper.minicart-sidebar .mage-dropdown-dialog {
  display: block !important;
  width: 475px;
  background-color: #fff;
  position: fixed;
  right: -475px;
  top: 0;
  bottom: 0;
  overflow: hidden;
  color: #aaa;
  z-index: 9996;
  text-align: left;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.minicart-wrapper.minicart-sidebar .mage-dropdown-dialog .subtitle.empty span {
  font-weight: 500;
}
.minicart-wrapper.minicart-sidebar .mage-dropdown-dialog .subtitle.empty {
  display: block;
  margin: 100px 50px;
}
.minicart-wrapper.minicart-sidebar .mage-dropdown-dialog .minicart-items {
  position: absolute;
  top: 150px;
  right: 0;
  left: 0;
  bottom: 295px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 50px;
  opacity: 0;
  visibility: hidden;
  height: auto !important;
}
.minicart-wrapper.minicart-sidebar .block-content > .actions {
  position: absolute;
  bottom: -30px;
  z-index: 9;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  margin: 0 50px;
  padding-bottom: 50px;
}
.minicart-wrapper.minicart-sidebar.active .mage-dropdown-dialog {
  transform: translate3d(-475px, 0, 0);
  -webkit-transform: translate3d(-475px, 0, 0);
  -moz-transform: translate3d(-475px, 0, 0);
  -o-transform: translate3d(-475px, 0, 0);
}
.minicart-wrapper.minicart-sidebar.active .mage-dropdown-dialog .minicart-items {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  top: 100px;
}
.minicart-wrapper.minicart-sidebar.active .close-minicart {
  transform: translate3d(-475px, 0, 0);
  -webkit-transform: translate3d(-475px, 0, 0);
  -moz-transform: translate3d(-475px, 0, 0);
  -o-transform: translate3d(-475px, 0, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.minicart-wrapper.minicart-sidebar.active .block-content > .actions {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  bottom: 0;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}
.minicart-wrapper.minicart-sidebar.active .block-content > .actions a,
.minicart-wrapper.minicart-sidebar.active .block-content > .actions button {
  height: 50px;
  line-height: 50px;
}
.minicart-wrapper.minicart-sidebar .action.showcart.active:after {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.minicart-wrapper.minicart-sidebar .subtotal {
  margin: 40px 0;
}
.minicart-wrapper {
  padding: 17px 0;
}
.minicart-wrapper:hover .action.showcart {
  color: #c00;
}
.minicart-wrapper:not(.minicart-sidebar) .product-item-details .details-qty .item-qty {
  width: 60px;
}
.minicart-wrapper:not(.minicart-sidebar) .minicart-items-wrapper {
  height: auto !important;
}
.minicart-wrapper:not(.minicart-sidebar) .mage-dropdown-dialog {
  position: absolute;
  top: 100%;
  color: #aaa;
  width: 320px;
  background: #fff;
  padding: 15px;
  border: 1px solid #ccc;
  right: 0;
}
.minicart-wrapper:not(.minicart-sidebar) .mage-dropdown-dialog .minicart-items {
  max-height: 320px;
  overflow: auto;
  height: auto !important;
}
.minicart-wrapper:not(.minicart-sidebar) .close-minicart {
  display: none;
}
.minicart-wrapper .subtitle.empty {
  font-weight: 400;
}
.minicart-wrapper .minicart-items .price-container {
  margin-bottom: 3px;
}
.minicart-wrapper .action.showcart {
  position: relative;
  display: block;
}
.minicart-wrapper .action.showcart:before {
  content: "\e615";
  font-family: 'Pe-icon-7-stroke';
}
.minicart-wrapper .action.showcart .loading-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.minicart-wrapper .action.showcart .loading-mask img {
  position: static !important;
  width: 100%;
}
.minicart-wrapper .action.showcart span.qty {
  position: absolute;
  bottom: 4px;
  right: 0;
  padding: 0 5px;
  height: 18px;
  min-width: 18px;
  text-align: center;
  line-height: 18px;
  color: #fff;
  border-radius: 50%;
  background-color: #c00;
  display: block;
  font-weight: 600;
  font-size: 10px;
}
.minicart-wrapper .action.showcart span.qty.empty .counter-number {
  display: none;
}
.minicart-wrapper .action.showcart span.qty.empty:after {
  content: '0';
  display: inline-block;
}
.minicart-wrapper .block-content > .actions {
  background: #fff;
  border-top: 1px solid #e5e5e5;
}
.minicart-wrapper .block-content > .actions .label {
  float: left;
  color: #000;
  font-weight: 400;
  font-size: 18px;
}
.minicart-wrapper .block-content > .actions .price-container {
  float: right;
  color: #c00;
  font-size: 18px;
}
.minicart-wrapper .block-content > .actions a,
.minicart-wrapper .block-content > .actions button {
  font-size: 14px;
  font-weight: 400;
  padding: 0 25px;
  height: 40px;
  line-height: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.minicart-wrapper .block-content > .actions .actions > .primary {
  margin-top: 15px;
}
.minicart-wrapper .block-content > .actions .primary .btn-primary {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.minicart-wrapper .block-content > .actions .primary .btn-primary:hover {
  background-color: #fff;
  color: #000;
}
.minicart-wrapper .counter-label {
  display: none;
}
.minicart-wrapper .product {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.minicart-wrapper .product-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
  position: relative;
}
.minicart-wrapper .product-item-photo {
  width: 80px;
  float: left;
  position: static;
}
.minicart-wrapper .product-item-photo > .product-item-photo {
  position: relative;
}
.minicart-wrapper .product-item-photo .product-image-photo {
  max-width: 100%;
  height: auto !important;
}
.minicart-wrapper .product-item-photo .actions {
  position: absolute;
  top: 0;
  right: 0;
  display: table;
  z-index: 5;
}
.minicart-wrapper .product-item-photo .actions .action {
  width: 35px;
  height: 35px;
  color: #222;
  display: block;
  text-align: center;
  line-height: 26px;
}
.minicart-wrapper .product-item-photo .actions .action span {
  font-size: 0;
  line-height: 0;
}
.minicart-wrapper .product-item-photo .actions .action:hover:after {
  color: #000;
}
.minicart-wrapper .product-item-photo .actions .action:after {
  content: "\e680";
  font-family: "Pe-icon-7-stroke";
  font-size: 30px;
  color: #999;
}
.minicart-wrapper .product-item-photo .actions .primary .action:after {
  content: "\e62c";
  font-size: 22px;
}
.minicart-wrapper .product-item-details {
  padding-left: 100px;
  padding-right: 35px;
  text-align: left;
}
.minicart-wrapper .product-item-details .product-item-name a {
  font-weight: 400;
  color: #000;
}
.minicart-wrapper .product-item-details .product-item-name a:hover {
  color: #c00;
}
.minicart-wrapper .product-item-details .toggle {
  cursor: pointer;
  pointer-events: auto;
}
.minicart-wrapper .product-item-details .toggle:hover {
  color: #000;
}
.minicart-wrapper .product-item-details .subtitle {
  display: none;
}
.minicart-wrapper .product-item-details .options dt {
  font-weight: 400;
}
.minicart-wrapper .product-item-details .options dt:after {
  content: ' :';
  display: inline-block;
  margin-left: 2px;
}
.minicart-wrapper .product-item-details .options dd {
  display: inline-block;
}
.minicart-wrapper .product-item-details .details-qty .label {
  display: none;
}
.minicart-wrapper .product-item-details .details-qty .item-qty {
  width: 80px;
  font-size: 14px;
  height: 30px;
  text-align: center;
}
.minicart-wrapper .product-item-details .details-qty .update-cart-item {
  font-size: 14px;
}
.minicart-wrapper .product-item-details .price {
  color: #c00;
}
.minicart-wrapper .subtotal {
  margin: 10px 0;
}
.minicart-wrapper .subtotal:after {
  content: "";
  clear: both;
  display: block;
}
.nav-open .header .sidebar-menu:not(.mobile) {
  transform: translate3d(-475px, 0, 0);
  -webkit-transform: translate3d(-475px, 0, 0);
  -moz-transform: translate3d(-475px, 0, 0);
  -o-transform: translate3d(-475px, 0, 0);
}
html.nav-open,
html.form-open,
html.cart-open {
  overflow: hidden;
}
.dropdown-custom {
  border: 1px solid #ccc;
  text-align: left;
  background: #fff;
  display: none;
  padding: 5px 0;
}
.dropdown-custom li a {
  white-space: nowrap;
  padding: 5px 15px;
  display: block;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: none;
}
.dropdown-menu {
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 1px solid #ccc;
  margin: 0;
  padding: 5px 0;
}
.dropdown-menu > li > a {
  padding: 5px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: none;
}
.icon-plus:before {
  content: "+";
  font-size: 25px;
  font-weight: 100;
  float: right;
}
.active > .icon-plus:before {
  content: "-";
}
.top-panel {
  position: relative;
  z-index: 999;
}
*::-webkit-input-placeholder {
  color: #999 !important;
}
*:-moz-placeholder {
  color: #999 !important;
}
*::-moz-placeholder {
  color: #999 !important;
}
*:-ms-input-placeholder {
  color: #999 !important;
}
.header.header2 .header-placeholder .logo,
.header.header5 .header-placeholder .logo {
  justify-content: inherit;
}
.register-header .field.captcha > .label {
  text-align: left;
}
.register-header .control.captcha-image {
  margin-top: 10px;
  border: 1px solid #ddd;
}
.register-header .control.captcha-image:after {
  content: "";
  display: table;
  clear: both;
}
.register-header .control.captcha-image .captcha-img {
  float: left;
}
.register-header .control.captcha-image .captcha-reload {
  width: auto !important;
  float: right !important;
  margin: 0 !important;
  height: 50px !important;
}
.register-header .control.captcha-image .captcha-reload span {
  display: none;
}
.register-header .control.captcha-image .captcha-reload:before {
  display: block;
  content: "\e6c2";
  font-family: "Pe-icon-7-stroke";
}
.header .header-placeholder .middle-header {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
/* Footer Style */
.cms-index-index .footer {
  margin-top: 0 !important;
}
.footer {
  margin-top: 130px;
}
.footer .middle-footer {
  padding-top: 90px;
  background-color: #f2f2f2;
  padding-bottom: 30px;
}
.footer .bottom-footer {
  padding: 0 0 43px;
  color: #999;
  background-color: #f2f2f2;
  font-size: 13px;
}
.footer .bottom-footer .footer-separator {
  border-top: 1px solid #e1e1e1;
  padding-bottom: 50px;
}
.footer .menu {
  text-align: right;
}
.footer .menu li {
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 0;
}
.footer .menu li:first-child {
  padding-left: 0;
}
.footer .menu li:last-child {
  padding-right: 0;
}
.footer .menu li a {
  color: #999;
  display: block;
  position: relative;
}
.footer .menu li a:hover {
  color: #000;
}
.footer .socials {
  overflow: hidden;
  float: right;
  margin-top: 10px;
}
.footer .socials a {
  font-size: 14px;
  color: #ccc;
  padding-left: 30px;
  padding-bottom: 10px;
  display: inline-block;
}
.footer .socials a:first-child {
  padding-left: 0;
}
.footer .socials a:hover {
  color: #000;
}
.footer .block.newsletter .form-group {
  margin: 0;
}
.footer .block.newsletter label {
  float: left;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  margin-top: 5px;
  width: 30%;
  text-align: left;
}
.footer .block.newsletter .form.subscribe {
  float: left;
  width: 70%;
  padding-left: 10px;
  position: relative;
}
.footer .block.newsletter .form.subscribe input[type="email"] {
  border-color: transparent;
  background-color: transparent;
  width: 100%;
  padding: 5px 10px 10px;
  border-bottom: 1px solid #ccc;
}
.footer .block.newsletter .form.subscribe .action.subscribe {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  font-size: 18px;
  font-weight: 300;
  height: 38px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.footer .block.newsletter .form.subscribe .action.subscribe span {
  line-height: 38px;
  vertical-align: top;
}
.footer5 .socials {
  margin-top: 0;
}
@media (max-width: 991px) {
  .footer5 .socials {
    text-align: center;
  }
}
.footer5 .footer-container {
  padding: 40px 115px 30px ;
}
@media (max-width: 767px) {
  .footer5 .footer-container footer5 .footer-container {
    padding: 30px 15px;
  }
}
.footer3 .block li {
  display: inline-block;
}
.footer3 .block li + li {
  margin-left: 30px;
}
.footer3 .block li a {
  color: #999;
}
.footer3 .block li a:hover {
  color: #000;
}
.footer3 .block-socials {
  text-align: right;
  color: #000;
}
.footer3 .socials {
  margin-top: 0;
  margin-left: 55px;
}
.footer3 .logo {
  text-align: center;
}
.footer3 .logo address {
  margin-top: 30px;
}
.footer3 .footer-container {
  padding-top: 140px;
  padding-bottom: 120px;
}
.footer4 {
  text-align: center;
}
.footer4 .socials {
  float: none;
}
.footer4 .socials a {
  font-size: 24px;
}
.footer4 .footer-container {
  padding: 68px 0;
}
.footer4 .container > div + div {
  margin-top: 66px;
}
.footer4 .title {
  color: #000;
  margin-bottom: 40px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer2 {
  color: #000;
}
.footer2 .block-socials {
  text-align: right;
}
.footer2 .middle-footer {
  padding: 100px;
}
.footer2 ul.block li a {
  color: #000;
}
.footer2 ul.block li a:hover {
  color: #c00;
}
.footer2 .socials {
  margin-top: 3px;
}
.footer2 .socials a {
  font-size: 14px;
  width: 25px;
  height: 25px;
  line-height: 27px;
  text-align: center;
  border-radius: 5px;
  background-color: #ccc;
  color: #fff;
  margin-left: 20px;
  padding-left: 0;
}
.footer2 .socials a i:before {
  width: 25px;
  text-align: center;
  display: inline-block;
  line-height: 27px;
}
.footer2 .socials a:hover {
  background-color: #c00;
  color: #fff;
}
/* FOOTER PARALLAX */
.filter-active main {
  position: static;
}
.filter-active footer {
  opacity: 0;
}
main {
  z-index: 4;
  position: relative;
  background-color: #fff;
}
footer.active {
  position: relative;
  z-index: 3;
}
.footer-parallax main {
  padding-bottom: 130px;
}
.footer-parallax.cms-index-index main {
  padding-bottom: 0;
}
.footer-parallax .footer {
  margin: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.footer-parallax .footer.active {
  z-index: 3;
}
.footer-parallax.boxed-full:not(.panel-popup) .main-wrapper {
  margin-bottom: 0;
}
.padding-default {
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
}
.iwd_main_wrapper {
  width: 100%;
  position: relative;
  margin: 48px 0 0 0;
  display: inline-block;
  color: #676767;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 40px;
}
.iwd_main_wrapper * {
  box-sizing: border-box;
}
.iwd_main_wrapper .iwd_opc_column_name {
  line-height: 24px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  color: #343434;
  margin-bottom: 24px;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper {
  position: relative;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_two_column_wrapper .iwd_opc_column:first-child {
  padding-right: 24px;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_two_column_wrapper .iwd_opc_column:last-child {
  float: right;
  padding-left: 24px;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_two_column_wrapper .iwd_opc_column:last-child .iwd_opc_alternative_column {
  float: right;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_alternative_column {
  max-width: 368px;
  min-width: 288px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_alternative_column .iwd_opc_column_content,
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_alternative_column .iwd_opc_column {
  outline: none;
  box-shadow: none;
}
.iwd_main_wrapper .iwd_opc_collapsible_container {
  line-height: 19px;
}
.iwd_main_wrapper .iwd_opc_collapsible_container.iwd_opc_collapsible_opened .iwd_opc_collapsible_title:after {
  content: '\f106';
}
.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_title {
  color: #222222;
  cursor: pointer;
  border-radius: 4px;
  display: block;
}
.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_title:after {
  font-family: 'FontAwesome';
  content: '\f107';
  padding-left: 4px;
}
.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_title:hover {
  color: #56cfe1;
}
.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_content .iwd_opc_collapsible_content_scrollable {
  border: 1px solid #e5e5e5;
  overflow-wrap: break-word;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  max-height: 140px;
  font-size: 12px;
  line-height: 17px;
  width: 100%;
  border-radius: 4px;
}
.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_content .iwd_opc_collapsible_content_scrollable:focus {
  box-shadow: 0 0 3px 1px #ff0000;
}
.iwd_main_wrapper .iwd_opc_clear {
  clear: both;
}
.iwd_main_wrapper .iwd_opc_section_delimiter {
  height: 1px;
  background: #e5e5e5;
  width: calc(100% -  120px );
  margin: 24px auto 24px auto;
}
.iwd_main_wrapper .iwd_opc_universal_wrapper {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.iwd_main_wrapper .iwd_opc_universal_wrapper.iwd_opc_message {
  font-size: 12px;
  text-align: center;
  line-height: 17px;
  padding: 0 16px 0 16px;
  cursor: pointer;
}
.iwd_main_wrapper .iwd_opc_universal_wrapper.iwd_opc_message .iwd_opc_message_success {
  color: #222222;
}
.iwd_main_wrapper .iwd_opc_universal_wrapper.iwd_opc_message .iwd_opc_message_error {
  color: #ffff00;
}
.iwd_main_wrapper .iwd_opc_short_fields {
  display: flex;
}
.iwd_main_wrapper .iwd_opc_short_fields .iwd_opc_universal_wrapper {
  display: block;
  margin: 0;
  box-sizing: border-box;
  width: 50%;
  float: left;
}
.iwd_main_wrapper .iwd_opc_short_fields .iwd_opc_universal_wrapper:first-child {
  padding-right: calc(8px);
}
.iwd_main_wrapper .iwd_opc_short_fields .iwd_opc_universal_wrapper:last-child {
  padding-left: calc(8px);
}
.iwd_main_wrapper .iwd_opc_field select,
.iwd_main_wrapper .field select {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
}
.iwd_main_wrapper .iwd_opc_field select.mage-error ~ .scroll-wrapper,
.iwd_main_wrapper .field select.mage-error ~ .scroll-wrapper,
.iwd_main_wrapper .iwd_opc_field select.mage-error ~ .iwd_opc_select_container,
.iwd_main_wrapper .field select.mage-error ~ .iwd_opc_select_container {
  border-color: #ffff00;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .scroll-content,
.iwd_main_wrapper .field .scroll-wrapper .scroll-content {
  border: none;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper,
.iwd_main_wrapper .field .scroll-wrapper,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container,
.iwd_main_wrapper .field .iwd_opc_select_container {
  border: 1px solid #e5e5e5;
  outline: none;
  border-radius: 4px;
  width: 100%;
  max-height: 184px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper[data-element-id="iwd_opc_shipping_method_group"],
.iwd_main_wrapper .field .scroll-wrapper[data-element-id="iwd_opc_shipping_method_group"],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container[data-element-id="iwd_opc_shipping_method_group"],
.iwd_main_wrapper .field .iwd_opc_select_container[data-element-id="iwd_opc_shipping_method_group"],
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper[data-element-id="iwd_opc_shipping_method_rates"],
.iwd_main_wrapper .field .scroll-wrapper[data-element-id="iwd_opc_shipping_method_rates"],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container[data-element-id="iwd_opc_shipping_method_rates"],
.iwd_main_wrapper .field .iwd_opc_select_container[data-element-id="iwd_opc_shipping_method_rates"] {
  max-height: 368px;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option,
.iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option,
.iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option {
  display: none;
  border-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option.selected,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option.selected {
  display: block;
  background-color: inherit;
  padding-right: calc(34px);
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option.selected[data-value=''] {
  color: #676767;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option:after,
.iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option:after,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option:after,
.iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option:after {
  font-family: 'FontAwesome';
  content: '\f107';
  position: absolute;
  color: #343434;
  font-size: 14px;
  right: 16px;
  line-height: 1;
  top: calc(50% - 7px);
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option:hover,
.iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option:hover,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option:hover,
.iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option:hover {
  background-color: inherit;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled,
.iwd_main_wrapper .field .scroll-wrapper.disabled,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled,
.iwd_main_wrapper .field .iwd_opc_select_container.disabled {
  cursor: default;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled .iwd_opc_select_option,
.iwd_main_wrapper .field .scroll-wrapper.disabled .iwd_opc_select_option,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled .iwd_opc_select_option,
.iwd_main_wrapper .field .iwd_opc_select_container.disabled .iwd_opc_select_option,
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .scroll-wrapper.disabled .iwd_opc_select_option.selected,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .iwd_opc_select_container.disabled .iwd_opc_select_option.selected {
  opacity: 0.4;
  color: #676767;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled .iwd_opc_select_option[data-value=''],
.iwd_main_wrapper .field .scroll-wrapper.disabled .iwd_opc_select_option[data-value=''],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled .iwd_opc_select_option[data-value=''],
.iwd_main_wrapper .field .iwd_opc_select_container.disabled .iwd_opc_select_option[data-value=''],
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .field .scroll-wrapper.disabled .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .field .iwd_opc_select_container.disabled .iwd_opc_select_option.selected[data-value=''] {
  color: #676767;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled:focus,
.iwd_main_wrapper .field .scroll-wrapper.disabled:focus,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled:focus,
.iwd_main_wrapper .field .iwd_opc_select_container.disabled:focus {
  box-shadow: none;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .iwd_opc_select_option,
.iwd_main_wrapper .field .scroll-wrapper .iwd_opc_select_option,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option,
.iwd_main_wrapper .field .iwd_opc_select_container .iwd_opc_select_option {
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  color: #343434;
  font-size: 14px;
  line-height: 19px;
  border-bottom: 1px solid rgba(229, 229, 229, 0.4);
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .scroll-wrapper .iwd_opc_select_option.selected,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .iwd_opc_select_container .iwd_opc_select_option.selected,
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .iwd_opc_select_option:hover,
.iwd_main_wrapper .field .scroll-wrapper .iwd_opc_select_option:hover,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option:hover,
.iwd_main_wrapper .field .iwd_opc_select_container .iwd_opc_select_option:hover {
  background-color: rgba(229, 229, 229, 0.4);
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .iwd_opc_select_option:last-child,
.iwd_main_wrapper .field .scroll-wrapper .iwd_opc_select_option:last-child,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option:last-child,
.iwd_main_wrapper .field .iwd_opc_select_container .iwd_opc_select_option:last-child {
  border-bottom: none;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper:focus,
.iwd_main_wrapper .field .scroll-wrapper:focus,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container:focus,
.iwd_main_wrapper .field .iwd_opc_select_container:focus {
  box-shadow: 0 0 3px 1px #ff0000;
}
.iwd_main_wrapper .iwd_opc_field:not(.choice) label,
.iwd_main_wrapper .field:not(.choice) label,
.iwd_main_wrapper .iwd_opc_field:not(.choice) label.label,
.iwd_main_wrapper .field:not(.choice) label.label,
.iwd_main_wrapper .iwd_opc_field:not(.choice) legend.label,
.iwd_main_wrapper .field:not(.choice) legend.label,
.iwd_main_wrapper .iwd_opc_field:not(.choice) .label,
.iwd_main_wrapper .field:not(.choice) .label {
  display: none;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input,
.iwd_main_wrapper .field.iwd_opc_input,
.iwd_main_wrapper .iwd_opc_field .input-text,
.iwd_main_wrapper .field .input-text,
.iwd_main_wrapper .iwd_opc_field textarea,
.iwd_main_wrapper .field textarea,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field,
.iwd_main_wrapper .field .iwd_opc_hosted_field,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea,
.iwd_main_wrapper .field.iwd_opc_textarea {
  background: inherit;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  font-size: 14px;
  line-height: 19px;
  outline: none;
  height: 37px;
  width: 100%;
  color: #343434;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:focus,
.iwd_main_wrapper .field.iwd_opc_input:focus,
.iwd_main_wrapper .iwd_opc_field .input-text:focus,
.iwd_main_wrapper .field .input-text:focus,
.iwd_main_wrapper .iwd_opc_field textarea:focus,
.iwd_main_wrapper .field textarea:focus,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:focus,
.iwd_main_wrapper .field .iwd_opc_hosted_field:focus,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:focus,
.iwd_main_wrapper .field.iwd_opc_textarea:focus {
  box-shadow: 0 0 3px 1px #ff0000;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:invalid,
.iwd_main_wrapper .field.iwd_opc_input:invalid,
.iwd_main_wrapper .iwd_opc_field .input-text:invalid,
.iwd_main_wrapper .field .input-text:invalid,
.iwd_main_wrapper .iwd_opc_field textarea:invalid,
.iwd_main_wrapper .field textarea:invalid,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:invalid,
.iwd_main_wrapper .field .iwd_opc_hosted_field:invalid,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:invalid,
.iwd_main_wrapper .field.iwd_opc_textarea:invalid,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:-moz-ui-invalid,
.iwd_main_wrapper .field.iwd_opc_input:-moz-ui-invalid,
.iwd_main_wrapper .iwd_opc_field .input-text:-moz-ui-invalid,
.iwd_main_wrapper .field .input-text:-moz-ui-invalid,
.iwd_main_wrapper .iwd_opc_field textarea:-moz-ui-invalid,
.iwd_main_wrapper .field textarea:-moz-ui-invalid,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:-moz-ui-invalid,
.iwd_main_wrapper .field .iwd_opc_hosted_field:-moz-ui-invalid,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:-moz-ui-invalid,
.iwd_main_wrapper .field.iwd_opc_textarea:-moz-ui-invalid {
  outline: none;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input::-moz-placeholder,
.iwd_main_wrapper .field.iwd_opc_input::-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field .input-text::-moz-placeholder,
.iwd_main_wrapper .field .input-text::-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field textarea::-moz-placeholder,
.iwd_main_wrapper .field textarea::-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field::-moz-placeholder,
.iwd_main_wrapper .field .iwd_opc_hosted_field::-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea::-moz-placeholder,
.iwd_main_wrapper .field.iwd_opc_textarea::-moz-placeholder {
  color: #676767;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:-moz-placeholder,
.iwd_main_wrapper .field.iwd_opc_input:-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field .input-text:-moz-placeholder,
.iwd_main_wrapper .field .input-text:-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field textarea:-moz-placeholder,
.iwd_main_wrapper .field textarea:-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:-moz-placeholder,
.iwd_main_wrapper .field .iwd_opc_hosted_field:-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:-moz-placeholder,
.iwd_main_wrapper .field.iwd_opc_textarea:-moz-placeholder {
  color: #676767;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:-ms-input-placeholder,
.iwd_main_wrapper .field.iwd_opc_input:-ms-input-placeholder,
.iwd_main_wrapper .iwd_opc_field .input-text:-ms-input-placeholder,
.iwd_main_wrapper .field .input-text:-ms-input-placeholder,
.iwd_main_wrapper .iwd_opc_field textarea:-ms-input-placeholder,
.iwd_main_wrapper .field textarea:-ms-input-placeholder,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:-ms-input-placeholder,
.iwd_main_wrapper .field .iwd_opc_hosted_field:-ms-input-placeholder,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:-ms-input-placeholder,
.iwd_main_wrapper .field.iwd_opc_textarea:-ms-input-placeholder {
  color: #676767;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input::-webkit-input-placeholder,
.iwd_main_wrapper .field.iwd_opc_input::-webkit-input-placeholder,
.iwd_main_wrapper .iwd_opc_field .input-text::-webkit-input-placeholder,
.iwd_main_wrapper .field .input-text::-webkit-input-placeholder,
.iwd_main_wrapper .iwd_opc_field textarea::-webkit-input-placeholder,
.iwd_main_wrapper .field textarea::-webkit-input-placeholder,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field::-webkit-input-placeholder,
.iwd_main_wrapper .field .iwd_opc_hosted_field::-webkit-input-placeholder,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea::-webkit-input-placeholder,
.iwd_main_wrapper .field.iwd_opc_textarea::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  color: #676767;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:disabled,
.iwd_main_wrapper .field.iwd_opc_input:disabled,
.iwd_main_wrapper .iwd_opc_field .input-text:disabled,
.iwd_main_wrapper .field .input-text:disabled,
.iwd_main_wrapper .iwd_opc_field textarea:disabled,
.iwd_main_wrapper .field textarea:disabled,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:disabled,
.iwd_main_wrapper .field .iwd_opc_hosted_field:disabled,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:disabled,
.iwd_main_wrapper .field.iwd_opc_textarea:disabled,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input[readonly],
.iwd_main_wrapper .field.iwd_opc_input[readonly],
.iwd_main_wrapper .iwd_opc_field .input-text[readonly],
.iwd_main_wrapper .field .input-text[readonly],
.iwd_main_wrapper .iwd_opc_field textarea[readonly],
.iwd_main_wrapper .field textarea[readonly],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field[readonly],
.iwd_main_wrapper .field .iwd_opc_hosted_field[readonly],
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea[readonly],
.iwd_main_wrapper .field.iwd_opc_textarea[readonly] {
  opacity: 0.4;
  pointer-events: none;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input.mage-error,
.iwd_main_wrapper .field.iwd_opc_input.mage-error,
.iwd_main_wrapper .iwd_opc_field .input-text.mage-error,
.iwd_main_wrapper .field .input-text.mage-error,
.iwd_main_wrapper .iwd_opc_field textarea.mage-error,
.iwd_main_wrapper .field textarea.mage-error,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field.mage-error,
.iwd_main_wrapper .field .iwd_opc_hosted_field.mage-error,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea.mage-error,
.iwd_main_wrapper .field.iwd_opc_textarea.mage-error {
  border-color: #ffff00;
}
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field,
.iwd_main_wrapper .field .iwd_opc_hosted_field {
  height: 37px;
}
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field.braintree-hosted-fields-focused,
.iwd_main_wrapper .field .iwd_opc_hosted_field.braintree-hosted-fields-focused {
  box-shadow: 0 0 3px 1px #ff0000;
}
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field.braintree-hosted-fields-invalid,
.iwd_main_wrapper .field .iwd_opc_hosted_field.braintree-hosted-fields-invalid {
  border-color: #ffff00;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea,
.iwd_main_wrapper .field.iwd_opc_textarea,
.iwd_main_wrapper .iwd_opc_field textarea,
.iwd_main_wrapper .field textarea {
  max-width: 100%;
  overflow: hidden;
  resize: none;
  vertical-align: top;
}
.iwd_main_wrapper .iwd_opc_field[type="password"]:not(:placeholder-shown),
.iwd_main_wrapper .field[type="password"]:not(:placeholder-shown) {
  font-size: 34px;
  line-height: 19px;
  height: 37px;
  letter-spacing: -1px;
}
.iwd_main_wrapper .fieldset {
  margin: 0;
  padding: 0;
}
.iwd_main_wrapper .fieldset .field {
  padding: 0;
  margin: 0 0 20px 0;
}
.iwd_main_wrapper .fieldset .field.choice {
  position: relative;
}
.iwd_main_wrapper .fieldset .field.choice input[type="checkbox"] ~ label {
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  display: block;
  padding-left: 26px;
}
.iwd_main_wrapper .fieldset .field .control {
  position: relative;
}
.iwd_main_wrapper .fieldset .field .control .message.warning {
  display: none;
}
.iwd_main_wrapper .fieldset .field ._with-tooltip .input-text {
  width: 100%;
  margin: 0;
}
.iwd_main_wrapper .fieldset .field .field-tooltip {
  display: none;
}
.iwd_main_wrapper .fieldset .field._error .control input,
.iwd_main_wrapper .fieldset .field._warn .control input,
.iwd_main_wrapper .fieldset .field._error .control textarea,
.iwd_main_wrapper .fieldset .field._warn .control textarea,
.iwd_main_wrapper .fieldset .field._error .control .scroll-wrapper,
.iwd_main_wrapper .fieldset .field._warn .control .scroll-wrapper,
.iwd_main_wrapper .fieldset .field._error .control .iwd_opc_select_container,
.iwd_main_wrapper .fieldset .field._warn .control .iwd_opc_select_container {
  border-color: #ffff00;
}
.iwd_main_wrapper .fieldset .field.additional {
  margin-bottom: 10px;
}
.iwd_main_wrapper .fieldset .field.additional:last-child {
  margin-bottom: 0;
}
.iwd_main_wrapper div.mage-error[generated] {
  display: none !important;
}
.iwd_main_wrapper .iwd_opc_show_hide_password {
  font-family: 'FontAwesome';
  color: #222222;
  font-size: 14px;
  position: absolute;
  width: 15px;
  height: 15px;
  display: inline-block;
  right: 18px;
  top: 11px;
  line-height: 1;
  cursor: pointer;
}
.iwd_main_wrapper .iwd_opc_show_hide_password.active:after {
  content: "\f070";
}
.iwd_main_wrapper .iwd_opc_show_hide_password:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "\f06e";
}
.iwd_main_wrapper .iwd_opc_show_hide_password:hover {
  color: #56cfe1;
}
.iwd_main_wrapper .iwd_opc_collapsible_opened .with_angle:after {
  content: '\f106' !important;
}
.iwd_main_wrapper button.iwd_opc_small_button,
.iwd_main_wrapper a.iwd_opc_small_button,
.iwd_main_wrapper div.iwd_opc_small_button,
.iwd_main_wrapper a.iwd_opc_button,
.iwd_main_wrapper div.iwd_opc_button,
.iwd_main_wrapper button.iwd_opc_button {
  font-weight: 400;
  display: block;
  box-sizing: border-box;
  line-height: 19px;
  box-shadow: none;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  width: 100%;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  outline: none;
  margin: 0;
  background: #fff;
  border: 1px solid #676767;
  color: #676767;
  cursor: pointer;
  position: relative;
}
.iwd_main_wrapper button.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper a.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper div.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper a.iwd_opc_button.with_angle:after,
.iwd_main_wrapper div.iwd_opc_button.with_angle:after,
.iwd_main_wrapper button.iwd_opc_button.with_angle:after {
  font-family: 'FontAwesome';
  font-size: 14px;
  position: absolute;
  right: 16px;
}
.iwd_main_wrapper button.iwd_opc_small_button.with_angle.opened:after,
.iwd_main_wrapper a.iwd_opc_small_button.with_angle.opened:after,
.iwd_main_wrapper div.iwd_opc_small_button.with_angle.opened:after,
.iwd_main_wrapper a.iwd_opc_button.with_angle.opened:after,
.iwd_main_wrapper div.iwd_opc_button.with_angle.opened:after,
.iwd_main_wrapper button.iwd_opc_button.with_angle.opened:after {
  content: '\f106';
}
.iwd_main_wrapper button.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper a.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper div.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper a.iwd_opc_button.with_angle:after,
.iwd_main_wrapper div.iwd_opc_button.with_angle:after,
.iwd_main_wrapper button.iwd_opc_button.with_angle:after {
  content: '\f107';
}
.iwd_main_wrapper button.iwd_opc_small_button:focus,
.iwd_main_wrapper a.iwd_opc_small_button:focus,
.iwd_main_wrapper div.iwd_opc_small_button:focus,
.iwd_main_wrapper a.iwd_opc_button:focus,
.iwd_main_wrapper div.iwd_opc_button:focus,
.iwd_main_wrapper button.iwd_opc_button:focus,
.iwd_main_wrapper button.iwd_opc_small_button:active,
.iwd_main_wrapper a.iwd_opc_small_button:active,
.iwd_main_wrapper div.iwd_opc_small_button:active,
.iwd_main_wrapper a.iwd_opc_button:active,
.iwd_main_wrapper div.iwd_opc_button:active,
.iwd_main_wrapper button.iwd_opc_button:active,
.iwd_main_wrapper button.iwd_opc_small_button:hover,
.iwd_main_wrapper a.iwd_opc_small_button:hover,
.iwd_main_wrapper div.iwd_opc_small_button:hover,
.iwd_main_wrapper a.iwd_opc_button:hover,
.iwd_main_wrapper div.iwd_opc_button:hover,
.iwd_main_wrapper button.iwd_opc_button:hover {
  box-shadow: none;
  color: #343434;
  border-color: #343434;
  text-decoration: none;
}
.iwd_main_wrapper button.iwd_opc_small_button:disabled,
.iwd_main_wrapper a.iwd_opc_small_button:disabled,
.iwd_main_wrapper div.iwd_opc_small_button:disabled,
.iwd_main_wrapper a.iwd_opc_button:disabled,
.iwd_main_wrapper div.iwd_opc_button:disabled,
.iwd_main_wrapper button.iwd_opc_button:disabled {
  opacity: 0.4;
  cursor: default;
}
.iwd_main_wrapper button.iwd_opc_small_button.active,
.iwd_main_wrapper a.iwd_opc_small_button.active,
.iwd_main_wrapper div.iwd_opc_small_button.active,
.iwd_main_wrapper a.iwd_opc_button.active,
.iwd_main_wrapper div.iwd_opc_button.active,
.iwd_main_wrapper button.iwd_opc_button.active {
  color: #222222;
  border-color: #222222;
}
.iwd_main_wrapper button.iwd_opc_small_button.active:hover,
.iwd_main_wrapper a.iwd_opc_small_button.active:hover,
.iwd_main_wrapper div.iwd_opc_small_button.active:hover,
.iwd_main_wrapper a.iwd_opc_button.active:hover,
.iwd_main_wrapper div.iwd_opc_button.active:hover,
.iwd_main_wrapper button.iwd_opc_button.active:hover,
.iwd_main_wrapper button.iwd_opc_small_button.active:focus,
.iwd_main_wrapper a.iwd_opc_small_button.active:focus,
.iwd_main_wrapper div.iwd_opc_small_button.active:focus,
.iwd_main_wrapper a.iwd_opc_button.active:focus,
.iwd_main_wrapper div.iwd_opc_button.active:focus,
.iwd_main_wrapper button.iwd_opc_button.active:focus,
.iwd_main_wrapper button.iwd_opc_small_button.active:active,
.iwd_main_wrapper a.iwd_opc_small_button.active:active,
.iwd_main_wrapper div.iwd_opc_small_button.active:active,
.iwd_main_wrapper a.iwd_opc_button.active:active,
.iwd_main_wrapper div.iwd_opc_button.active:active,
.iwd_main_wrapper button.iwd_opc_button.active:active {
  color: #56cfe1;
  border-color: #56cfe1;
}
.iwd_main_wrapper button.iwd_opc_small_button,
.iwd_main_wrapper div.iwd_opc_small_button,
.iwd_main_wrapper a.iwd_opc_small_button,
.iwd_main_wrapper div.iwd_opc_small_button {
  padding-right: 8px;
  padding-left: 8px;
  display: block;
  box-sizing: border-box;
  width: 48%;
  overflow: hidden;
}
.iwd_main_wrapper button.iwd_opc_small_button:first-child,
.iwd_main_wrapper div.iwd_opc_small_button:first-child,
.iwd_main_wrapper a.iwd_opc_small_button:first-child,
.iwd_main_wrapper div.iwd_opc_small_button:first-child {
  float: left;
}
.iwd_main_wrapper button.iwd_opc_small_button:last-child,
.iwd_main_wrapper div.iwd_opc_small_button:last-child,
.iwd_main_wrapper a.iwd_opc_small_button:last-child,
.iwd_main_wrapper div.iwd_opc_small_button:last-child {
  float: right;
}
.iwd_main_wrapper .iwd_opc_small_button_container {
  overflow: hidden;
}
.iwd_main_wrapper .loading-mask .loader {
  width: 71px !important;
  height: 71px !important;
}
.iwd_main_wrapper .iwd_opc_field_tooltip {
  position: absolute;
  cursor: pointer;
  top: 9px;
  right: 17px;
  line-height: 19px;
}
.iwd_main_wrapper .iwd_opc_field_tooltip:hover .iwd_opc_field_tooltip_content {
  display: block;
}
.iwd_main_wrapper .iwd_opc_field_tooltip:after {
  content: attr(data-icon);
  font-size: 14px;
  line-height: 14px;
  font-family: 'FontAwesome';
}
.iwd_main_wrapper .iwd_opc_field_tooltip .iwd_opc_field_tooltip_content {
  box-shadow: 0 4px 8px 0 rgba(52, 52, 52, 0.2);
  background: #fff;
  width: 197px;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  line-height: 17px;
  font-size: 12px;
  right: 100%;
  margin-right: 14px;
  border-radius: 4px;
}
.iwd_main_wrapper .iwd_opc_field_tooltip .iwd_opc_field_tooltip_content:after {
  left: calc(100% - 12px);
  top: calc(50% - 6px);
  content: " ";
  height: 24px;
  width: 12px;
  position: absolute;
  background: #fff;
}
.iwd_main_wrapper .iwd_opc_field_tooltip .iwd_opc_field_tooltip_content:before {
  box-shadow: 1px 1px 8px 0 rgba(52, 52, 52, 0.2);
  content: '';
  position: absolute;
  left: calc(100% - 6px);
  top: 50%;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
  z-index: -1;
}
.iwd_main_wrapper .scroll-wrapper {
  overflow: hidden;
  padding: 0;
  position: relative;
  outline: none;
  margin: 0;
}
.iwd_main_wrapper .scroll-wrapper .scroll-content {
  outline: none;
  height: auto;
  left: 0;
  max-width: none !important;
  overflow-y: scroll !important;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.iwd_main_wrapper .scroll-wrapper .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.iwd_main_wrapper .scroll-wrapper .scroll-content.scroll-scrolly_visible:not(.selected) ~ .scroll-y.scroll-scrolly_visible {
  display: block;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element {
  display: none;
  box-sizing: content-box;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element div {
  box-sizing: content-box;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 0;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer {
  display: block;
  height: 100%;
  left: 0;
  width: 100%;
  top: 8px;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-element_size {
  top: -16px;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-element_track {
  display: none;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-bar {
  left: -16px;
  min-height: 80px;
  width: 8px;
  cursor: default;
  background-color: #343434;
  opacity: 0.4;
  display: block;
  border-radius: 4px;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-bar:hover,
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-bar:active {
  background-color: #343434;
}
.onepage-index-index .loading-mask,
.iwd_opc_success_page .loading-mask {
  background: rgba(255, 255, 255, 0.4);
}
.onepage-index-index .loading-mask .loader,
.iwd_opc_success_page .loading-mask .loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100001;
  margin: auto;
  border-top: 11px solid rgba(229, 229, 229, 0.4);
  border-right: 11px solid rgba(229, 229, 229, 0.4);
  border-bottom: 11px solid rgba(229, 229, 229, 0.4);
  border-left: 11px solid #999999;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  width: 49px;
  height: 49px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.onepage-index-index .loading-mask .loader img,
.iwd_opc_success_page .loading-mask .loader img {
  display: none;
}
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column {
  margin: 0 auto;
}
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_success_page_info,
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_opc_success_page_create_account_info {
  padding: 0 24px 0 24px;
  text-align: center;
}
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_success_page_info a,
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_opc_success_page_create_account_info a {
  color: #222222;
}
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_success_page_info a:hover,
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_opc_success_page_create_account_info a:hover {
  color: #56cfe1;
  text-decoration: none;
}
.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column {
  margin: 0 auto;
}
.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column .iwd_opc_empty_cart_info {
  padding: 0 24px 0 24px;
  text-align: center;
}
.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column .iwd_empty_cart_powered_by {
  text-align: center;
  margin-bottom: 0;
}
.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column .iwd_empty_cart_powered_by a {
  color: #222222;
}
.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column .iwd_empty_cart_powered_by a:hover {
  color: #56cfe1;
  text-decoration: none;
}
.iwd_opc_wrapper #iwd_opc_powered_by_logo {
  overflow: hidden;
  display: none;
}
.iwd_opc_wrapper #iwd_opc_powered_by_logo a {
  float: right;
  display: inline-block;
}
.iwd_opc_wrapper #iwd_opc_powered_by_logo a img {
  width: 69px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper > .iwd_opc_two_column_wrapper:first-child .iwd_opc_column {
  width: 50%;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper > .iwd_opc_two_column_wrapper:first-child .iwd_opc_column .iwd_opc_alternative_column {
  max-width: 590px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column {
  float: left;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column {
  width: 100%;
  float: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column {
  margin: 0 auto;
  max-width: 590px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column .iwd_opc_column_name {
  color: #222222;
  line-height: 18px;
  cursor: pointer;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column .iwd_opc_column_name:hover {
  color: #56cfe1;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column .iwd_opc_column_name:before {
  font-family: 'FontAwesome';
  color: #676767;
  content: '\f104';
  margin-right: 10px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column .iwd_opc_column_content {
  text-align: center;
  margin: 0 auto;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_address_column {
  padding-right: 24px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_address_column .iwd_opc_alternative_column {
  float: left;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column {
  padding: 0 24px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column .iwd_opc_alternative_column {
  margin: 0 auto;
  float: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column {
  padding-left: 24px;
  margin-bottom: 0 !important;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column .iwd_opc_alternative_column {
  float: right;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column .iwd_opc_alternative_column .loading-mask {
  overflow: hidden;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_general_errors {
  cursor: pointer;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_general_errors .message.error,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_general_errors .message.success {
  margin-bottom: 20px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column {
  width: 32.6881%;
  position: relative;
  float: left;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column .iwd_opc_alternative_column {
  max-width: inherit;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_address_column {
  padding-right: 24px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_address_column .iwd_opc_alternative_column {
  float: left;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column {
  padding: 0 24px;
  width: 34.6233%;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column .iwd_opc_alternative_column {
  margin: 0 auto;
  float: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column {
  padding-left: 24px;
  margin-bottom: 0 !important;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column .iwd_opc_alternative_column {
  float: right;
}
@media (max-width: 1008px) {
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 48px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column .iwd_opc_alternative_column {
    margin: 0 auto !important;
    float: none !important;
    max-width: 368px;
  }
}
@media (max-width: 368px) {
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column .iwd_opc_alternative_column {
    max-width: 288px;
  }
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_additional_payment_info {
  font-size: 12px;
  line-height: 21px;
  padding-left: 16px;
  padding-right: 16px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_additional_payment_info .iwd_opc_additional_payment_label {
  display: inline;
  padding-right: 4px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_additional_payment_info .iwd_opc_additional_payment_value {
  display: inline;
  font-weight: bold;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_shipping_method_tooltip .iwd_opc_field_tooltip_content,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip .iwd_opc_field_tooltip_content {
  top: -30px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_shipping_method_tooltip .iwd_opc_field_tooltip_content:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip .iwd_opc_field_tooltip_content:after {
  top: calc(34px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_shipping_method_tooltip .iwd_opc_field_tooltip_content:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip .iwd_opc_field_tooltip_content:before {
  top: 34px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip_virtual .iwd_opc_field_tooltip_content {
  top: -7px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip_virtual .iwd_opc_field_tooltip_content:after {
  top: calc(11px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip_virtual .iwd_opc_field_tooltip_content:before {
  top: 11px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cvv_tooltip .iwd_opc_field_tooltip_content {
  top: -24px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cvv_tooltip .iwd_opc_field_tooltip_content:after {
  top: calc(28px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cvv_tooltip .iwd_opc_field_tooltip_content:before {
  top: 28px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cc_tooltip .iwd_opc_field_tooltip_content {
  top: -38px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cc_tooltip .iwd_opc_field_tooltip_content:after {
  top: calc(42px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cc_tooltip .iwd_opc_field_tooltip_content:before {
  top: 42px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top {
  margin-bottom: 48px;
  display: inline-block;
}
@media (max-width: 1008px) {
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top {
    margin-bottom: 24px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top .iwd_opc_column {
    margin-bottom: 24px;
  }
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review .iwd_opc_review_grand_total_tax {
  color: #999999;
  display: inline;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals {
  margin-top: 20px;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  width: 100%;
  z-index: 101;
  box-shadow: 0 4px 8px 0 rgba(52, 52, 52, 0.2);
  padding: 8px 0 8px 0;
  color: #343434;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_top_review_items_wrapper {
  max-height: 500px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items {
  display: table;
  position: relative;
  width: 100%;
  background: #fff;
  padding: 0 16px 0 16px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item {
  display: table-row;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item:first-child .iwd_opc_review_item_cell {
  padding-top: 8px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell {
  display: table-cell;
  text-align: right;
  line-height: 21px;
  width: 40%;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 16px;
  padding-left: 12px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell:first-child {
  text-align: left;
  width: 60%;
  padding-right: 12px;
  padding-left: 0;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_name {
  padding-bottom: 8px;
  font-weight: 600;
  line-height: 21px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_subtotal {
  padding-bottom: 8px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_subtotal:before {
  padding-right: 8px;
  color: #999999;
  content: attr(data-item-tax);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_subtotal:first-child:before {
  content: attr(data-item-qty);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options {
  font-size: 12px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options .iwd_opc_review_item_option {
  padding-bottom: 8px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options .iwd_opc_review_item_option .iwd_opc_review_item_option_label {
  display: inline;
  word-wrap: break-word;
  word-break: break-word;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options .iwd_opc_review_item_option .iwd_opc_review_item_option_value {
  color: #999999;
  display: inline;
  word-wrap: break-word;
  word-break: break-word;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options .iwd_opc_review_item_option .iwd_opc_review_item_option_value a {
  color: #222222;
  font-size: 12px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals {
  display: table;
  position: relative;
  width: 100%;
  background: #fff;
  font-weight: 600;
  margin-top: 16px;
  padding: 0 16px 0 16px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total {
  display: table-row;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total.iwd_opc_review_total_tax {
  color: #999999;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total .iwd_opc_review_total_cell {
  padding-bottom: 8px;
  display: table-cell;
  width: 68%;
  line-height: 21px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total .iwd_opc_review_total_cell:last-child {
  width: 38%;
  text-align: right;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total.iwd_opc_grand_total .iwd_opc_review_total_cell {
  color: #222222;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper {
  position: relative;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper:before {
  position: absolute;
  border-radius: 4px;
  display: inline-block;
  line-height: 1;
  width: 42px;
  height: 26px;
  background-image: url('../../frontend/Evolve/evolve/en_US/IWD_Opc/images/icons1x.png');
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="AE"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="AMEX"]:before {
  content: '';
  background-position: -199px -19px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="VI"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="VISA"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DELTA"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="UKE"]:before {
  content: '';
  background-position: -19px -19px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MC"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MCDEBIT"]:before {
  content: '';
  background-position: -79px -19px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DI"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DC"]:before {
  content: '';
  background-position: -139px -19px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DICL"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DN"]:before {
  content: '';
  background-position: -139px -63px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="CUP"]:before {
  content: '';
  background-position: -199px -63px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SO"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SOLO"]:before {
  content: '';
  background-position: -139px -107px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="ME"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MAESTRO"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MI"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MD"]:before {
  content: '';
  background-position: -19px -63px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="JCB"]:before {
  content: '';
  background-position: -259px -19px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SM"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SWITCH"]:before {
  content: '';
  background-position: -79px -107px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper:before {
    background-image: url('../../frontend/Evolve/evolve/en_US/IWD_Opc/images/icons2x.png');
    background-size: 258px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="AE"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="AMEX"]:before {
    content: '';
    background-position: -158px 136px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="VI"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="VISA"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DELTA"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="UKE"]:before {
    content: '';
    background-position: -9px 136px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MC"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MCDEBIT"]:before {
    content: '';
    background-position: -58px 136px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DI"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DC"]:before {
    content: '';
    background-position: -108px 136px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DICL"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DN"]:before {
    content: '';
    background-position: -108px 102px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="CUP"]:before {
    content: '';
    background-position: -158px 102px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SO"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SOLO"]:before {
    content: '';
    background-position: -108px 69px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="ME"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MAESTRO"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MI"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MD"]:before {
    content: '';
    background-position: -9px 102px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="JCB"]:before {
    content: '';
    background-position: -207px 136px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SM"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SWITCH"]:before {
    content: '';
    background-position: -58px 69px;
  }
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip {
  display: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_option_with_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_option_with_image {
  padding-right: 79px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_option_with_image img.iwd_opc_option_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_option_with_image img.iwd_opc_option_image {
  right: 34px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_option_with_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_option_with_image {
  padding-right: 61px;
  position: relative;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_option_with_image img.iwd_opc_option_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_option_with_image img.iwd_opc_option_image {
  width: 40px;
  height: 24px;
  right: 17px;
  position: absolute;
  bottom: 0;
  margin: auto;
  top: 0;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long {
  padding-right: 135px;
  position: relative;
  overflow: visible;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_wrapper {
  width: 42px;
  height: 26px;
  float: left;
  margin-left: 5px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_preview {
  display: inline-block;
  position: absolute;
  top: 5px;
  height: 26px;
  right: 45px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip {
  top: 6px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #222222;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content {
  width: 215px;
  position: fixed;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:before {
  top: 16px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:after {
  top: calc(16px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:before {
  top: 31px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:after {
  top: calc(31px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 5px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(4n),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(4n),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(4n),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(4n) {
  margin-right: 0;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(-n+4),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(-n+4),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(-n+4),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(-n+4) {
  margin-top: 0;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:hover:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:hover:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:hover:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:hover:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:hover:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:hover:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:hover:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:hover:before {
  background: #56cfe1;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:before {
  background: #222222;
  content: '';
  display: inline-block;
  position: absolute;
  border-radius: 4px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:after {
  top: 10px;
  left: 5px;
  width: 12px;
  height: 2px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:before {
  top: 5px;
  left: 10px;
  content: '';
  position: absolute;
  height: 12px;
  width: 2px;
  background: #222222;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short {
  padding-right: 106px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview {
  right: 17px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method {
  display: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method._active {
  display: block;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-title {
  display: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_cc_wrapper:before {
  right: 16px;
  top: 5.5px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_cc_wrapper[data-https="1"]:before {
  right: 40px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content iframe {
  display: block;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_gateway_payment {
  height: 190px;
  background: url('../../frontend/Evolve/evolve/en_US/IWD_Opc/images/redirect.png') center center no-repeat;
  background-size: contain;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_payment_instructions {
  color: #222222;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  padding: 0 16px 0 16px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_payment_instructions .iwd_opc_payment_instructions_title {
  font-size: 14px;
  line-height: 21px;
  text-align: left;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_payment_instructions .iwd_opc_payment_instructions_small {
  color: #676767;
  text-align: left;
  max-width: 50%;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .actions-toolbar {
  display: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .iwd_opc_hosted_label {
  display: block;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_image {
  text-align: center;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_reload_sensitive_container {
  font-size: 12px;
  line-height: 17px;
  text-align: center;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_reload_sensitive_container .iwd_opc_case_sensitive_captcha {
  display: inline;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_reload_sensitive_container .iwd_opc_refresh_captcha_button {
  display: inline;
  cursor: pointer;
  color: #222222;
  text-transform: capitalize;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_reload_sensitive_container .iwd_opc_refresh_captcha_button:hover {
  color: #56cfe1;
  text-decoration: underline;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_gift_message .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option img.iwd_opc_option_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_gift_message .field .iwd_opc_select_container .iwd_opc_select_option img.iwd_opc_option_image {
  width: 19px;
  height: 19px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  margin-left: 16px;
  border-radius: 4px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option img.iwd_opc_option_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .field .iwd_opc_select_container .iwd_opc_select_option img.iwd_opc_option_image {
  float: right;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active {
  color: #fff;
  background: #222222;
  font-weight: 600;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active:hover,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active:focus,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active:active {
  color: #fff;
  background: #56cfe1;
}
.iwd_opc_wrapper #payment_form_iwd_authcim #iwd_authcim_cc_cid {
  max-width: inherit;
}
.onepage-index-index .nav-sections,
.onepage-index-index .nav-toggle {
  display: none;
}
.onepage-index-index .logo {
  margin-left: 0;
}
.iwd_opc_popup_wrapper {
  display: none;
  position: fixed;
  top: 0;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 105;
  width: 100%;
  height: 100%;
}
.iwd_opc_popup_wrapper.active {
  display: block;
}
.iwd_opc_popup_wrapper .iwd_opc_popup {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 34.6233%;
  padding: 0 24px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -40%);
  max-height: 85%;
  overflow: auto;
}
@media (max-width: 1008px) {
  .iwd_opc_popup_wrapper .iwd_opc_popup {
    width: 100%;
    padding: 0;
    max-width: 368px;
    min-width: 288px;
  }
}
.iwd_opc_popup_wrapper .iwd_opc_popup .iwd_opc_popup_content {
  background: #fff;
  border-radius: 4px;
  outline: none;
  padding: 20px 16px 0 16px;
  overflow: auto;
  box-shadow: 0 4px 8px 0 rgba(52, 52, 52, 0.2);
  max-width: 368px;
  margin: 0 auto;
}
.iwd_opc_popup_wrapper .iwd_opc_popup_mask {
  position: relative;
  padding: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.page-title-wrapper .checkout-description {
  color: #fff;
  position: relative;
}
.checkout-agreement .action.action-show {
  background: none;
  border: none;
  box-shadow: none;
}
.one-step-checkout-wrapper #co-place-order-area {
  padding: 20px !important;
}
.one-step-checkout-wrapper .opc-block-shipping-information {
  padding: 0;
  background-color: transparent;
}
.one-step-checkout-container .osc-place-order-block {
  margin-top: 0 !important;
  margin-top: 15px;
  padding-top: 20px !important;
  padding-bottom: 5px !important;
}
.one-step-checkout-container .checkout-shipping-address {
  border: 1px solid #eee;
  margin-top: 0 !important;
  margin-bottom: 30px;
}
.one-step-checkout-container .checkout-shipping-address:after {
  content: "";
  display: table;
  clear: both;
}
.one-step-checkout-container .checkout-billing-address {
  border: 1px solid #eee;
  margin-top: 0 !important;
  margin-bottom: 30px;
}
.one-step-checkout-container .checkout-billing-address:after {
  content: "";
  display: table;
  clear: both;
}
.one-step-checkout-container #opc-shipping_method {
  border: 1px solid #eee;
  margin-top: 0 !important;
  margin-bottom: 30px;
}
.one-step-checkout-container #opc-shipping_method .checkout-shipping-method {
  margin-top: 0 !important;
}
.one-step-checkout-container .checkout-shipping-method:after {
  content: "";
  display: table;
  clear: both;
}
.one-step-checkout-container .checkout-payment-method {
  border: 1px solid #eee;
  margin-top: 0 !important;
  margin-bottom: 30px;
}
.one-step-checkout-container .checkout-payment-method:after {
  content: "";
  display: table;
  clear: both;
}
.one-step-checkout-container #opc-sidebar {
  border: 1px solid #eee;
  margin-top: 0 !important;
  margin-bottom: 30px;
}
.one-step-checkout-container #opc-sidebar:after {
  content: "";
  display: table;
  clear: both;
}
.one-step-checkout-container .step-title {
  margin-bottom: 0 !important;
}
.one-step-checkout-container .minicart-items .product > .product-item-photo {
  height: auto !important;
}
.one-step-checkout-container .minicart-items .product > .product-image-container {
  height: auto !important;
}
.one-step-checkout-container .qty-wrapper {
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 15px !important;
  overflow: hidden;
  min-width: 105px;
}
.one-step-checkout-container .qty-wrapper .item_qty {
  height: 40px;
  border: none;
  line-height: 40px;
  top: 0 !important;
}
.one-step-checkout-container .qty-wrapper .button-action {
  margin-top: 10px;
}
.one-step-checkout-container .table-checkout-shipping-method tbody tr td {
  padding: 14px 15px 11px;
}
.one-step-checkout-container #checkout-shipping-method-load .table-checkout-shipping-method {
  margin-bottom: 15px;
}
.one-step-checkout-container .payment-option.discount-code .payment-option-title {
  margin-bottom: 0;
}
.one-step-checkout-container .fieldset > .field.street .control .field {
  margin-bottom: 0;
}
.one-step-checkout-container .fieldset .field.osc-password {
  margin-bottom: 0;
}
.one-step-checkout-container .fieldset .field.confirmation {
  margin-bottom: 0;
}
.onestepcheckout-index-index.page-layout-checkout .page-main {
  padding-top: 20px;
}
.osc-authentication-wrapper {
  padding-top: 25px;
}
.checkout-index-index .modal-popup .modal-content {
  box-shadow: none;
}
.checkout-index-index .modal-popup .modal-content .block-customer-login {
  margin: 0 !important;
}
.checkout-index-index .modal-popup .modal-header .modal-title {
  font-size: 28px;
}
.checkout-index-index .modal-popup .action.action-login {
  border-radius: 40px;
  height: 40px;
  font-weight: 600;
  padding: 0 35px;
  line-height: 36px;
  background-color: transparent;
  border: 2px solid #222;
}
.checkout-index-index .modal-popup .action.action-login:hover {
  border: 2px solid #56cfe1;
}
.checkout-index-index .form.form-login #customer-email-fieldset {
  margin-bottom: 15px;
}
.checkout-index-index .modal-popup.agreements-modal .modal-footer {
  display: none;
}
.checkout-index-index .modal-popup.agreements-modal .modal-header {
  border: none;
  padding: 0;
}
.checkout-index-index .modal-popup.agreements-modal .modal-content {
  box-shadow: none;
  border: none;
  padding: 25px 45px;
}
.onestepcheckout-index-index .field.choice.col-mp {
  margin: 0 10px;
}
.payment-option.discount-code {
  padding-bottom: 20px;
}
.payment-option.discount-code .payment-option-title {
  cursor: pointer;
}
#checkout-review-table thead th {
  vertical-align: middle;
}
#checkout-review-table tbody tr td {
  vertical-align: middle;
}
#checkout-review-table tfoot tr td {
  vertical-align: middle;
}
#co-place-order-area > .col-mp:after {
  content: "";
  display: table;
  clear: both;
}
#co-place-order-area > .col-mp + .col-mp {
  margin-top: 20px;
}
#co-place-order-area .checkout-addition-block {
  margin: 0;
}
@media (max-width: 767px) {
  .one-step-checkout-container #co-place-order-area {
    padding: 0 !important;
  }
  .one-step-checkout-container #checkout-review-table thead {
    display: none;
  }
  .one-step-checkout-container #checkout-review-table tbody tr {
    display: block;
    border-bottom: 1px solid #ddd;
  }
  .one-step-checkout-container #checkout-review-table tbody tr:after {
    content: "";
    display: table;
    clear: both;
  }
  .one-step-checkout-container #checkout-review-table tbody tr td {
    display: block;
    border: none !important;
  }
  .one-step-checkout-container #checkout-review-table tbody tr td.product {
    border-bottom: none;
    padding: 15px;
  }
  .one-step-checkout-container #checkout-review-table tbody tr td.details-qty {
    float: left;
    padding: 0 10px !important;
    border: none;
    vertical-align: top;
  }
  .one-step-checkout-container #checkout-review-table tbody tr td.subtotal {
    float: left;
    padding: 0 10px !important;
    border: none;
    vertical-align: top;
  }
  .one-step-checkout-container #checkout-review-table tbody tr td.button-remove {
    float: left;
    padding: 0 10px !important;
    border: none;
    vertical-align: top;
  }
  .one-step-checkout-container .qty-wrapper {
    min-width: 102px !important;
  }
  .one-step-checkout-container .qty-wrapper .button-action {
    vertical-align: top !important;
    margin-top: 10px !important;
  }
  table#checkout-review-table .product-item .price {
    line-height: 40px !important;
  }
  table#checkout-review-table .remove-wrapper {
    line-height: 40px !important;
  }
}
@media (min-width: 768px) {
  #co-place-order-area {
    display: table;
    width: 100%;
    border-top: 1px solid #ddd;
  }
  #co-place-order-area > .col-mp {
    float: none;
    display: block;
    width: 100%;
    vertical-align: middle;
  }
}
.marketplace-product-add .modal-slide {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
  left: 44px;
  z-index: 900;
}
.marketplace-product-add .modal-slide .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.marketplace-product-add .modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.marketplace-product-add .modal-slide .modal-title {
  font-size: 2.1rem;
  margin-right: 5.7rem;
}
.marketplace-product-add .modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 2.1rem 3rem;
}
.marketplace-product-add .modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.marketplace-product-add .modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.marketplace-product-add .modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.marketplace-product-add .modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.marketplace-product-add .modal-popup .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.marketplace-product-add .modal-popup .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.marketplace-product-add .modal-popup .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.marketplace-product-add .modal-slide._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.marketplace-product-add .modal-slide._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.marketplace-product-add .modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.marketplace-product-add .modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.marketplace-product-add .modal-header {
  border-bottom: 1px solid #EEEEEE;
  border-radius: 4px 4px 0 0;
  padding: 9px 15px;
  text-align: left;
}
.marketplace-product-add button.action-close {
  border: none !important;
  background-color: transparent !important;
  background: transparent !important;
  padding: 0;
}
.marketplace-product-add .modal-custom .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.marketplace-product-add .modal-custom .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.marketplace-product-add .modal-custom .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.marketplace-product-add .action-close:before {
  content: "\e62f";
  transition: color 0.1s linear 0s;
}
.marketplace-product-add .modals-overlay {
  z-index: 899 !important;
}
.marketplace-product-add .modal-content {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
}
.block.filter .block-content.filter-content .filter-options-item .filter-options-title {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
}
.block.filter .block-content.filter-content .filter-options-item .filter-options-title:after {
  content: "\f107";
  font-family: "FontAweSome";
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
}
.block.filter .block-content.filter-content .filter-options-item .filter-options-content {
  padding-top: 30px;
}
.block.filter .block-content.filter-content .filter-options-item.active .filter-options-title:after {
  content: "\f106";
}
body.dark:not(.panel-popup) {
  background-color: #0f0f0f;
  color: #999;
}
body.dark:not(.panel-popup) main {
  background-color: #0f0f0f;
}
body.dark:not(.panel-popup) input:-webkit-autofill,
body.dark:not(.panel-popup) input:-webkit-autofill:hover,
body.dark:not(.panel-popup) input:-webkit-autofill:focus,
body.dark:not(.panel-popup) input:-webkit-autofill:active {
  -webkit-text-fill-color: #bbb !important;
}
body.dark:not(.panel-popup) select[multiple],
body.dark:not(.panel-popup) select.form-control[multiple],
body.dark:not(.panel-popup) select.input-text[multiple],
body.dark:not(.panel-popup) select:not([multiple]),
body.dark:not(.panel-popup) select.form-control:not([multiple]),
body.dark:not(.panel-popup) select.input-text:not([multiple]),
body.dark:not(.panel-popup) textarea,
body.dark:not(.panel-popup) textarea.form-control,
body.dark:not(.panel-popup) textarea.input-text,
body.dark:not(.panel-popup) input[type="text"],
body.dark:not(.panel-popup) input[type="password"],
body.dark:not(.panel-popup) input[type="url"],
body.dark:not(.panel-popup) input[type="tel"],
body.dark:not(.panel-popup) input[type="search"],
body.dark:not(.panel-popup) input[type="number"],
body.dark:not(.panel-popup) input[type="datetime"],
body.dark:not(.panel-popup) input[type="email"] {
  background-color: #222 !important;
  border-color: #222 !important;
  color: #f0f0f0 !important;
}
body.dark:not(.panel-popup) select:focus,
body.dark:not(.panel-popup) select.form-control:focus,
body.dark:not(.panel-popup) select.input-text:focus,
body.dark:not(.panel-popup) textarea:focus,
body.dark:not(.panel-popup) textarea.form-control:focus,
body.dark:not(.panel-popup) textarea.input-text:focus,
body.dark:not(.panel-popup) input[type="text"]:focus,
body.dark:not(.panel-popup) input[type="password"]:focus,
body.dark:not(.panel-popup) input[type="url"]:focus,
body.dark:not(.panel-popup) input[type="tel"]:focus,
body.dark:not(.panel-popup) input[type="search"]:focus,
body.dark:not(.panel-popup) input[type="number"]:focus,
body.dark:not(.panel-popup) input[type="datetime"]:focus,
body.dark:not(.panel-popup) input[type="email"]:focus {
  border-color: #363636 !important;
}
body.dark:not(.panel-popup) .footer {
  background-color: #1b1b1b;
  color: #888;
}
body.dark:not(.panel-popup) .footer button,
body.dark:not(.panel-popup) .footer a {
  color: #888 !important;
}
body.dark:not(.panel-popup) .footer button:focus,
body.dark:not(.panel-popup) .footer a:focus {
  color: #f0f0f0 !important;
}
body.dark:not(.panel-popup) .footer button:hover,
body.dark:not(.panel-popup) .footer a:hover {
  color: #f0f0f0 !important;
}
body.dark:not(.panel-popup) .footer.footer3 .block-socials {
  color: #888;
}
body.dark:not(.panel-popup) .breadcrumbs {
  background-color: #171717;
}
body.dark:not(.panel-popup):not(.cms-index-index) .page-main.container {
  margin-top: 15px;
}
body.dark:not(.panel-popup) .header .header-placeholder {
  border-bottom: 1px solid #222;
}
body.dark:not(.panel-popup) .cart-footer .cart-qty {
  background-color: #333;
  color: #f0f0f0;
}
body.dark:not(.panel-popup) .cart-footer .fixed-mini-cart {
  background-color: #1b1b1b !important;
  border: 1px solid #333;
  box-shadow: none;
}
body.dark:not(.panel-popup) .product-social-links .sharethis-inline-share-buttons .st-btn > svg {
  fill: #f0f0f0 !important;
}
body.dark:not(.panel-popup) .header .header-placeholder .middle-header .dropdown-switcher + .dropdown-switcher:before {
  background-color: #999;
}
body.dark:not(.panel-popup) .swatch-option:hover,
body.dark:not(.panel-popup) .swatch-option.selected {
  box-shadow: 0 0 0 3px #bbb;
}
body.dark:not(.panel-popup) .product-options-wrapper .swatch-option:hover,
body.dark:not(.panel-popup) .product-options-wrapper .swatch-option.selected {
  box-shadow: 0px 0px 6px #bbb;
}
body.dark:not(.panel-popup) .sidebar-menu .dropdown-custom {
  background: #1b1b1b !important;
}
body.dark:not(.panel-popup) .sidebar-menu .dropdown-menu {
  background: none !important;
}
body.dark:not(.panel-popup) .header .header-placeholder .no-popup .search-form .form-search .input-search .input-text {
  border-bottom: 1px solid #333 !important;
}
body.dark:not(.panel-popup) .footer .block.newsletter .form.subscribe input[type="email"] {
  border-color: transparent !important;
  background-color: transparent !important;
  border-bottom: 1px solid #333 !important;
}
body.dark:not(.panel-popup) .title-topabs,
body.dark:not(.panel-popup) .footer .bottom-footer,
body.dark:not(.panel-popup) .footer .footer-container,
body.dark:not(.panel-popup) .footer .middle-footer,
body.dark:not(.panel-popup) .header .header-placeholder .header-content {
  background: none;
}
body.dark:not(.panel-popup) #search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .title {
  background-color: #333;
}
body.dark:not(.panel-popup) .toolbar select {
  background-color: transparent !important;
  background-image: url(../../frontend/Evolve/evolve/en_US/images/bg-select-toolbar2.png);
}
body.dark:not(.panel-popup) .table-reviews-dashboard thead tr th,
body.dark:not(.panel-popup) .header .header-placeholder .no-popup .search-form .form-search .input-search .input-text {
  background: none !important;
}
body.dark:not(.panel-popup) #search_mini_form .mgs-instant-search-dropdown {
  box-shadow: none;
}
body.dark:not(.panel-popup) #search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item,
body.dark:not(.panel-popup) #search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .pages .page-item,
body.dark:not(.panel-popup) .landing-parralax--count,
body.dark:not(.panel-popup) blockquote,
body.dark:not(.panel-popup) .post-comments,
body.dark:not(.panel-popup) .brand-info > .brand-description,
body.dark:not(.panel-popup) .shop-by-brand > .description,
body.dark:not(.panel-popup) .product-sub-infomation,
body.dark:not(.panel-popup) .box-tocart .field.qty,
body.dark:not(.panel-popup) .minicart-wrapper .block-content > .actions,
body.dark:not(.panel-popup) .minicart-wrapper .product-item,
body.dark:not(.panel-popup) .fixed-cart-summary,
body.dark:not(.panel-popup) .cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-actions,
body.dark:not(.panel-popup) .block.filter .block-content.filter-content .filter-options-item + .filter-options-item,
body.dark:not(.panel-popup) .post-item-info,
body.dark:not(.panel-popup) .sidebar.sidebar-additional .block + .block,
body.dark:not(.panel-popup) .sidebar.sidebar-main .block + .block,
body.dark:not(.panel-popup) .sidebar.sidebar-main .block + .sidebar-additional,
body.dark:not(.panel-popup) .popup__content--product > div,
body.dark:not(.panel-popup) .portfolio-entry-meta,
body.dark:not(.panel-popup) .portfolio-detail-items,
body.dark:not(.panel-popup).checkout-cart-index #shopping-cart-table tbody,
body.dark:not(.panel-popup).checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar,
body.dark:not(.panel-popup) .newsletter-home.style-v2,
body.dark:not(.panel-popup) .header .header-placeholder .no-popup .search-form .form-search .input-search .input-text,
body.dark:not(.panel-popup) .table > thead > tr > th,
body.dark:not(.panel-popup) .table > tbody > tr > th,
body.dark:not(.panel-popup) .table > tfoot > tr > th,
body.dark:not(.panel-popup) .table > thead > tr > td,
body.dark:not(.panel-popup) .table > tbody > tr > td,
body.dark:not(.panel-popup) .table > tfoot > tr > td,
body.dark:not(.panel-popup) .box-tocart .field.qty,
body.dark:not(.panel-popup) .store-list-container .search-form,
body.dark:not(.panel-popup) .store-list-container .search-form .block-title .title,
body.dark:not(.panel-popup) .store-list-container .store-list .block-title .title,
body.dark:not(.panel-popup) .store-list-container .store-list,
body.dark:not(.panel-popup) .store-list-container .store-list > .items .stores li,
body.dark:not(.panel-popup) #store-list-map,
body.dark:not(.panel-popup) #map-detail,
body.dark:not(.panel-popup) .storelocator-details .box-store .block-title .title,
body.dark:not(.panel-popup) .storelocator-details .box-store,
body.dark:not(.panel-popup) .storelocator-details .box-store table tr td,
body.dark:not(.panel-popup) .storelocator-details .box-store table tr th,
body.dark:not(.panel-popup) .contact-box-wrapper,
body.dark:not(.panel-popup) .footer .bottom-footer .footer-separator,
body.dark:not(.panel-popup) hr,
body.dark:not(.panel-popup).checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.sub td,
body.dark:not(.panel-popup).checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.sub th,
body.dark:not(.panel-popup).checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals td,
body.dark:not(.panel-popup).checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals th,
body.dark:not(.panel-popup).checkout-cart-index .column.main .cart-empty,
body.dark:not(.panel-popup) .products-grid.wishlist .product-item-info,
body.dark:not(.panel-popup) .products-grid.wishlist .product-item-actions .action,
body.dark:not(.panel-popup) .table > tbody + tbody,
body.dark:not(.panel-popup) .shipping-address-items .shipping-address-item,
body.dark:not(.panel-popup) .table-checkout-shipping-method thead tr th,
body.dark:not(.panel-popup) .table-checkout-shipping-method tbody tr td,
body.dark:not(.panel-popup) .opc-wrapper .step-title,
body.dark:not(.panel-popup) .opc-block-summary .items-in-cart > .title,
body.dark:not(.panel-popup) .modal-header,
body.dark:not(.panel-popup) .modal-footer,
body.dark:not(.panel-popup) .opc-payment .payment-methods .payment-method,
body.dark:not(.panel-popup) .opc-block-shipping-information .shipping-information-title,
body.dark:not(.panel-popup) .page-header,
body.dark:not(.panel-popup) #multiship-addresses-table tbody tr td,
body.dark:not(.panel-popup) #multiship-addresses-table thead tr th,
body.dark:not(.panel-popup) .multishipping-checkout-shipping .actions-toolbar,
body.dark:not(.panel-popup) .multicheckout.success,
body.dark:not(.panel-popup) .checkout-success,
body.dark:not(.panel-popup) .swatch-option.text,
body.dark:not(.panel-popup) .block.review-list .review-items li.review-item,
body.dark:not(.panel-popup) .modal_newsletter_popup .block-popup-subscribe .block-popup-top,
body.dark:not(.panel-popup) .mgs-blog-lastest-posts .post-item-content:hover {
  border-color: #333;
}
body.dark:not(.panel-popup) table tbody tr td,
body.dark:not(.panel-popup) table thead tr th,
body.dark:not(.panel-popup) .multishipping-checkout-shipping table tbody tr td,
body.dark:not(.panel-popup) .multishipping-checkout-shipping table thead tr th,
body.dark:not(.panel-popup).catalog-product-compare-index .table-wrapper .table-comparison thead tr td,
body.dark:not(.panel-popup).catalog-product-compare-index .table-wrapper .table-comparison thead tr th,
body.dark:not(.panel-popup).catalog-product-compare-index .table-wrapper .table-comparison tr td,
body.dark:not(.panel-popup).catalog-product-compare-index .table-wrapper .table-comparison tr th {
  border-color: #333 !important;
}
body.dark:not(.panel-popup) .opc-estimated-wrapper,
body.dark:not(.panel-popup).catalog-product-compare-index .table-wrapper,
body.dark:not(.panel-popup).checkout-cart-index .shopping-cart-bottom .cart-totals,
body.dark:not(.panel-popup) legend,
body.dark:not(.panel-popup).checkout-cart-index #shopping-cart-table thead tr th,
body.dark:not(.panel-popup) .scroll-to-top,
body.dark:not(.panel-popup) .header .header-placeholder .top-header {
  border: 0;
}
body.dark:not(.panel-popup) .btn-print {
  border-color: #333;
}
body.dark:not(.panel-popup) .btn-print:hover {
  border-color: #f0f0f0;
}
body.dark:not(.panel-popup) .header .header-placeholder .megamenu-hover .navigation .nav-main-menu li > .dropdown-menu,
body.dark:not(.panel-popup) .dropdown-menu,
body.dark:not(.panel-popup) .dropdown-custom {
  background-color: #2f2f2f !important;
  border-color: #2f2f2f !important;
}
body.dark:not(.panel-popup) .header .header-placeholder .megamenu-hover .navigation .nav-main-menu li > .dropdown-menu button,
body.dark:not(.panel-popup) .dropdown-menu button,
body.dark:not(.panel-popup) .dropdown-custom button,
body.dark:not(.panel-popup) .header .header-placeholder .megamenu-hover .navigation .nav-main-menu li > .dropdown-menu a,
body.dark:not(.panel-popup) .dropdown-menu a,
body.dark:not(.panel-popup) .dropdown-custom a {
  color: #aaa !important;
}
body.dark:not(.panel-popup) .header .header-placeholder .megamenu-hover .navigation .nav-main-menu li > .dropdown-menu button:focus,
body.dark:not(.panel-popup) .dropdown-menu button:focus,
body.dark:not(.panel-popup) .dropdown-custom button:focus,
body.dark:not(.panel-popup) .header .header-placeholder .megamenu-hover .navigation .nav-main-menu li > .dropdown-menu a:focus,
body.dark:not(.panel-popup) .dropdown-menu a:focus,
body.dark:not(.panel-popup) .dropdown-custom a:focus {
  color: #f0f0f0 !important;
}
body.dark:not(.panel-popup) .header .header-placeholder .megamenu-hover .navigation .nav-main-menu li > .dropdown-menu button:hover,
body.dark:not(.panel-popup) .dropdown-menu button:hover,
body.dark:not(.panel-popup) .dropdown-custom button:hover,
body.dark:not(.panel-popup) .header .header-placeholder .megamenu-hover .navigation .nav-main-menu li > .dropdown-menu a:hover,
body.dark:not(.panel-popup) .dropdown-menu a:hover,
body.dark:not(.panel-popup) .dropdown-custom a:hover {
  color: #f0f0f0 !important;
}
body.dark:not(.panel-popup) .header .header-placeholder .top-header {
  color: #ddd;
}
body.dark:not(.panel-popup) .irs-min,
body.dark:not(.panel-popup) .irs-max {
  background-color: #bbb;
  color: #0f0f0f;
}
body.dark:not(.panel-popup) .irs-from,
body.dark:not(.panel-popup) .irs-to,
body.dark:not(.panel-popup) .irs-single {
  background-color: #555;
  color: #f0f0f0;
}
body.dark:not(.panel-popup) .irs-slider,
body.dark:not(.panel-popup) .irs-bar {
  background-color: #f0f0f0;
}
body.dark:not(.panel-popup) .opc-progress-bar .opc-progress-bar-item:before,
body.dark:not(.panel-popup) .cart-footer .fixed-mini-cart .item-actions {
  background-color: #333;
}
body.dark:not(.panel-popup).cms-noroute-index .page-content .top-search-mini .form-search,
body.dark:not(.panel-popup) .search_brand_form {
  border: 1px solid #222;
  background: #222;
}
body.dark:not(.panel-popup) .shipping-address-items .shipping-address-item.selected-item {
  border-color: #f0f0f0;
}
body.dark:not(.panel-popup) .pin__title:before {
  border-top-color: #0f0f0f;
}
body.dark:not(.panel-popup) .pin__popup--right:before {
  border-right-color: #0f0f0f;
}
body.dark:not(.panel-popup) .slider_mgs_carousel.owl-carousel .owl-dots .owl-dot span {
  background-color: #999;
}
body.dark:not(.panel-popup) .related-product-main .product-item-info .product-top .product-item-inner input:checked + .label {
  background-color: #666 !important;
  border-color: #666 !important;
  color: #f0f0f0 !important;
}
body.dark:not(.panel-popup) .opc-progress-bar .opc-progress-bar-item._complete:before,
body.dark:not(.panel-popup) .opc-progress-bar .opc-progress-bar-item._active:before,
body.dark:not(.panel-popup) .cms-about-block .link:before,
body.dark:not(.panel-popup) .slider_mgs_carousel.owl-carousel .owl-dots .owl-dot.active span,
body.dark:not(.panel-popup) .minicart-wrapper .action.showcart span.qty,
body.dark:not(.panel-popup) .cart-footer .fixed-mini-cart .cart-items .item .product .item-qty {
  background-color: #f0f0f0;
}
body.dark:not(.panel-popup) .slide-text .white,
body.dark:not(.panel-popup) .opc-estimated-wrapper,
body.dark:not(.panel-popup) .opc-block-summary,
body.dark:not(.panel-popup) .opc-block-shipping-information,
body.dark:not(.panel-popup).catalog-product-compare-index .table-wrapper,
body.dark:not(.panel-popup) .header .header-placeholder .sidebar-menu,
body.dark:not(.panel-popup) #search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper,
body.dark:not(.panel-popup).page-layout-1column .block.filter .block-content.filter-content,
body.dark:not(.panel-popup) .header .header-placeholder .top-header,
body.dark:not(.panel-popup) .cart-footer .fixed-mini-cart .cart-items .item .edit-icon,
body.dark:not(.panel-popup) .success-ajax--popup .mfp-inline-holder .mfp-content,
body.dark:not(.panel-popup) .modal_newsletter_popup .newsletter_popup,
body.dark:not(.panel-popup) .white-popup,
body.dark:not(.panel-popup) .header .header-placeholder .bottom-header {
  background-color: #1b1b1b;
}
body.dark:not(.panel-popup).ajaxcart-catalog-product-view.footer-parallax main,
body.dark:not(.panel-popup).mgs-quickview-catalog-product-view.footer-parallax main,
body.dark:not(.panel-popup) .table-checkout-shipping-method tbody tr td,
body.dark:not(.panel-popup).checkout-cart-index .shopping-cart-bottom .cart-totals,
body.dark:not(.panel-popup) .box-tocart .field.qty,
body.dark:not(.panel-popup) table thead tr th,
body.dark:not(.panel-popup).catalog-product-view .breadcrumbs,
body.dark:not(.panel-popup) .header .header-placeholder .middle-header,
body.dark:not(.panel-popup) .swatch-option.text,
body.dark:not(.panel-popup) .table-wrapper.grouped .table.data.grouped thead tr th,
body.dark:not(.panel-popup) .product-info-main-content,
body.dark:not(.panel-popup) .header .header-placeholder.active-sticky {
  background-color: #222 !important;
}
body.dark:not(.panel-popup).cms-index-index .header2 .header-placeholder.header-sticky:hover .header-content,
body.dark:not(.panel-popup).cms-index-index .header2 .header-placeholder.header-sticky.active-sticky .header-content,
body.dark:not(.panel-popup) .landing-parralax--item .landing-parralax-detail,
body.dark:not(.panel-popup) .portfolio-index-view .portfolio-image .page-header-content,
body.dark:not(.panel-popup) .modal-popup.confirm .modal-inner-wrap,
body.dark:not(.panel-popup) .modal-content,
body.dark:not(.panel-popup) .minicart-wrapper .block-content > .actions .label,
body.dark:not(.panel-popup) .products-grid .product-item-info .actions-link,
body.dark:not(.panel-popup) .header .header-placeholder .register-header,
body.dark:not(.panel-popup) .header .header-placeholder .search-popup .search-form .form-search,
body.dark:not(.panel-popup) #header-placeholder,
body.dark:not(.panel-popup) .minicart-wrapper.minicart-sidebar .mage-dropdown-dialog,
body.dark:not(.panel-popup) .minicart-wrapper .block-content > .actions,
body.dark:not(.panel-popup) .popup__content--product,
body.dark:not(.panel-popup) .pin__title,
body.dark:not(.panel-popup) .parallax-content,
body.dark:not(.panel-popup).checkout-index-index .modal-popup .modal-inner-wrap,
body.dark:not(.panel-popup) #placeholder-header {
  background-color: #0f0f0f !important;
}
body.dark:not(.panel-popup) .opc-progress-bar .opc-progress-bar-item._active > span:before {
  background-color: #bbb;
}
body.dark:not(.panel-popup).checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dt,
body.dark:not(.panel-popup).multishipping-checkout-overview table tbody tr td.qty,
body.dark:not(.panel-popup).multishipping-checkout-overview table tfoot tr th,
body.dark:not(.panel-popup).multishipping-checkout-overview table tfoot tr td,
body.dark:not(.panel-popup).multishipping-checkout-overview .block-shipping strong.box-title,
body.dark:not(.panel-popup) .cart-footer .fixed-mini-cart .item-actions .product.actions .action:after,
body.dark:not(.panel-popup) .opc-block-summary .items-in-cart > .title strong,
body.dark:not(.panel-popup) .opc-block-summary .table-totals tr th,
body.dark:not(.panel-popup) .opc-block-shipping-information .shipping-information-title .action-edit:before,
body.dark:not(.panel-popup) .block.review-list .review-items li.review-item .review-ratings .rating-summary.item .rating-label,
body.dark:not(.panel-popup) .review-details-value,
body.dark:not(.panel-popup).checkout-cart-index #shopping-cart-table tbody tr td.col:not(.item):before {
  color: #bbb;
}
body.dark:not(.panel-popup) .opc-progress-bar .opc-progress-bar-item:before {
  background: #999;
}
body.dark:not(.panel-popup) .product-data-items-content .data.item.content,
body.dark:not(.panel-popup) .opc-progress-bar .opc-progress-bar-item > span,
body.dark:not(.panel-popup).checkout-cart-index .checkout-extra #block-summary form .field.note,
body.dark:not(.panel-popup) .mfp-mgs-quickview .mfp-iframe-scaler .mfp-close:before,
body.dark:not(.panel-popup) .toolbar .toolbar-amount,
body.dark:not(.panel-popup) .swatch-option.text,
body.dark:not(.panel-popup) .price-box .price,
body.dark:not(.panel-popup) .product-gallery-carousel .slick-arrow,
body.dark:not(.panel-popup) .minicart-wrapper .product-item-details .price,
body.dark:not(.panel-popup) .product.info.detailed .item.content .table.additional-attributes tr th,
body.dark:not(.panel-popup) .product.info.detailed .item.content .table.additional-attributes tr td,
body.dark:not(.panel-popup) .review-field-rating > .label,
body.dark:not(.panel-popup) .brand-info > .brand-description,
body.dark:not(.panel-popup) .shop-by-brand > .description,
body.dark:not(.panel-popup) .cms-about-block .title,
body.dark:not(.panel-popup) .product-info-main .product.attribute.overview,
body.dark:not(.panel-popup) .modal_newsletter_popup .block-popup-top .block-popup-content,
body.dark:not(.panel-popup) .owl-carousel .owl-nav > * {
  color: #999;
}
body.dark:not(.panel-popup) .minicart-wrapper .action.showcart span.qty,
body.dark:not(.panel-popup) .cart-footer .fixed-mini-cart .cart-items .item .product .item-qty {
  color: #0f0f0f;
}
body.dark:not(.panel-popup) .field.requireds > .label:after,
body.dark:not(.panel-popup) .form-group.requireds > .label:after,
body.dark:not(.panel-popup) .field._required > .label:after,
body.dark:not(.panel-popup) .form-group._required > .label:after,
body.dark:not(.panel-popup) .field.required > .label:after,
body.dark:not(.panel-popup) .form-group.required > .label:after,
body.dark:not(.panel-popup) .field.requireds > label:after,
body.dark:not(.panel-popup) .form-group.requireds > label:after,
body.dark:not(.panel-popup) .field._required > label:after,
body.dark:not(.panel-popup) .form-group._required > label:after,
body.dark:not(.panel-popup) .field.required > label:after,
body.dark:not(.panel-popup) .form-group.required > label:after {
  color: #fff;
}
body.dark:not(.panel-popup) .rating-summary .rating-result > span:before,
body.dark:not(.panel-popup) .block.review-add .review-form h4 span,
body.dark:not(.panel-popup) .review-control-vote label:before,
body.dark:not(.panel-popup) .block.review-list .review-items li.review-item .review-title,
body.dark:not(.panel-popup) .success-ajax--popup .popup__result-title,
body.dark:not(.panel-popup).multishipping-checkout-overview .checkout-review .grand.totals strong,
body.dark:not(.panel-popup).multishipping-checkout-overview table tfoot tr.grand.totals th,
body.dark:not(.panel-popup).multishipping-checkout-overview table tfoot tr.grand.totals td,
body.dark:not(.panel-popup) .color-theme,
body.dark:not(.panel-popup) .multishipping-checkout-shipping .box-shipping-method dt,
body.dark:not(.panel-popup) .multishipping-checkout-shipping table tbody tr td.qty,
body.dark:not(.panel-popup) .cart-footer .fixed-mini-cart .item-actions .product.actions .action:hover:after,
body.dark:not(.panel-popup) .block-bundle-summary .title strong,
body.dark:not(.panel-popup) .newsletter-home .newsletter-title,
body.dark:not(.panel-popup) .category-carousel-info .title,
body.dark:not(.panel-popup) .cms-about-block .desc,
body.dark:not(.panel-popup) .storelocator-details .box-store table tr td:first-child,
body.dark:not(.panel-popup) #search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .title > span,
body.dark:not(.panel-popup) .pin__title,
body.dark:not(.panel-popup) .toolbar select,
body.dark:not(.panel-popup) blockquote,
body.dark:not(.panel-popup) .label,
body.dark:not(.panel-popup) label,
body.dark:not(.panel-popup) blockquote cite,
body.dark:not(.panel-popup) table thead tr th,
body.dark:not(.panel-popup) .portfolio-entry-meta .date_create,
body.dark:not(.panel-popup) .about-us .table > tbody > tr > td,
body.dark:not(.panel-popup) .product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-label,
body.dark:not(.panel-popup) .post-comments .fieldset .title,
body.dark:not(.panel-popup) .sidebar .block-title .title,
body.dark:not(.panel-popup) .sidebar .block-title strong,
body.dark:not(.panel-popup) .product-social-links a:hover:before,
body.dark:not(.panel-popup) .product-sub-infomation .type,
body.dark:not(.panel-popup) .product-info-main .stock:before,
body.dark:not(.panel-popup) .modal-popup.confirm .modal-content,
body.dark:not(.panel-popup) .fixed-cart-summary .summary-content .summary-field > span.title,
body.dark:not(.panel-popup) .fixed-cart-summary .summary-content .summary-field > span .price,
body.dark:not(.panel-popup) .minicart-wrapper .block-content > .actions .label,
body.dark:not(.panel-popup) .block.filter .block-content.filter-content .filter-options-item .filter-options-title,
body.dark:not(.panel-popup) .toolbar .modes .active.modes-mode,
body.dark:not(.panel-popup) .toolbar .toolbar-number,
body.dark:not(.panel-popup) .header .header-placeholder .register-header .change-form a.open,
body.dark:not(.panel-popup) .header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu .mega-menu-sub-title,
body.dark:not(.panel-popup) .swatch-option.text.selected,
body.dark:not(.panel-popup) .swatch-option.text:hover,
body.dark:not(.panel-popup) .swatch-option:not(.disabled):hover,
body.dark:not(.panel-popup) .minicart-wrapper .block-content > .actions .price-container,
body.dark:not(.panel-popup) .price-box .special-price .price,
body.dark:not(.panel-popup) .table-wrapper.grouped .table.data.grouped thead tr th,
body.dark:not(.panel-popup) .product-gallery-carousel .slick-arrow:hover,
body.dark:not(.panel-popup) .owl-carousel .owl-nav > *:hover,
body.dark:not(.panel-popup).checkout-cart-index #shopping-cart-table .cart-price .price,
body.dark:not(.panel-popup) .classic-product .products-grid .product-item-details .product-item-name a:hover,
body.dark:not(.panel-popup) .table-wrapper.grouped .table.data.grouped .product-item-name,
body.dark:not(.panel-popup) .contact-box-wrapper .icon,
body.dark:not(.panel-popup) .parallax-content .parallax-title,
body.dark:not(.panel-popup) .shop-title-wrapper .desc,
body.dark:not(.panel-popup) legend,
body.dark:not(.panel-popup) .btn-print,
body.dark:not(.panel-popup) .shipping-address-items .shipping-address-item.selected-item,
body.dark:not(.panel-popup) .sidebar .subtitle,
body.dark:not(.panel-popup).checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals td,
body.dark:not(.panel-popup).checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals th,
body.dark:not(.panel-popup).checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.sub td,
body.dark:not(.panel-popup).checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.sub th,
body.dark:not(.panel-popup).checkout-cart-index .checkout-extra .block .title strong,
body.dark:not(.panel-popup) .account-nav-content .nav > li strong,
body.dark:not(.panel-popup).catalog-product-compare-index .table-wrapper .table-comparison tr th,
body.dark:not(.panel-popup) .opc-wrapper .step-title,
body.dark:not(.panel-popup) .opc-progress-bar .opc-progress-bar-item._active > span,
body.dark:not(.panel-popup) .opc-block-summary > .title,
body.dark:not(.panel-popup) .opc-block-summary .table-totals tr td,
body.dark:not(.panel-popup) .opc-sidebar .minicart-items .product-item .product-item-details .product-item-name,
body.dark:not(.panel-popup) .payment-option.discount-code .payment-option-title,
body.dark:not(.panel-popup) .opc-block-summary .table-totals tr.totals.grand th strong,
body.dark:not(.panel-popup) .opc-block-summary .table-totals tr.totals.grand td strong,
body.dark:not(.panel-popup) .opc-block-shipping-information .shipping-information-title,
body.dark:not(.panel-popup) .opc-block-shipping-information .shipping-information-title .action-edit:hover:before,
body.dark:not(.panel-popup) .opc-estimated-wrapper .estimated-block,
body.dark:not(.panel-popup) .opc-estimated-wrapper .estimated-block .estimated-price,
body.dark:not(.panel-popup) .cart-footer .fixed-mini-cart .cart-items .item .edit-icon,
body.dark:not(.panel-popup) #multiship-addresses-table tbody tr td.actions .action.delete,
body.dark:not(.panel-popup).checkout-cart-index .checkout-extra #block-summary dl.items.methods dt,
body.dark:not(.panel-popup) h1,
body.dark:not(.panel-popup) .h1,
body.dark:not(.panel-popup) h2,
body.dark:not(.panel-popup) .h2,
body.dark:not(.panel-popup) h3,
body.dark:not(.panel-popup) .h3,
body.dark:not(.panel-popup) h4,
body.dark:not(.panel-popup) .h4,
body.dark:not(.panel-popup) h5,
body.dark:not(.panel-popup) .h5,
body.dark:not(.panel-popup) h6,
body.dark:not(.panel-popup) .h6 {
  color: #f0f0f0 !important;
}
body.dark:not(.panel-popup).catalog-product-compare-index .tocart {
  max-width: 100%;
  font-size: 12px;
  padding: 0 15px;
}
body.dark:not(.panel-popup) .account-nav-content .nav > li strong {
  font-size: 16px;
}
body.dark:not(.panel-popup) .minicart-wrapper .product-item-photo .actions .action:after {
  color: #bbb;
}
body.dark:not(.panel-popup) .minicart-wrapper .product-item-photo .actions .action:hover:after {
  color: #f0f0f0;
}
body.dark:not(.panel-popup) .minicart-wrapper .product-item-photo .actions .action:focus:after {
  color: #f0f0f0;
}
body.dark:not(.panel-popup) .minicart-wrapper.minicart-sidebar .close-minicart i {
  color: #bbb;
}
body.dark:not(.panel-popup) .minicart-wrapper.minicart-sidebar .close-minicart:hover i {
  color: #f0f0f0;
}
body.dark:not(.panel-popup) .popup__content--product > div button.action.primary {
  background: none !important;
  border: 0 !important;
}
body.dark:not(.panel-popup).page-layout-1column .category-product-actions .filter > .filter-title strong,
body.dark:not(.panel-popup) .popup__content--product > div button.action.primary,
body.dark:not(.panel-popup) button,
body.dark:not(.panel-popup) a {
  color: #bbb !important;
}
body.dark:not(.panel-popup).page-layout-1column .category-product-actions .filter > .filter-title strong:hover,
body.dark:not(.panel-popup) .popup__content--product > div button.action.primary:hover,
body.dark:not(.panel-popup) button:hover,
body.dark:not(.panel-popup) a:hover {
  color: #f0f0f0 !important;
}
body.dark:not(.panel-popup) .menu-product-tabs li a {
  color: #999 !important;
}
body.dark:not(.panel-popup) .menu-product-tabs li.active a,
body.dark:not(.panel-popup) .menu-product-tabs li a:hover {
  color: #f0f0f0 !important;
}
body.dark:not(.panel-popup) .menu-product-tabs li a:focus {
  color: #f0f0f0 !important;
}
body.dark:not(.panel-popup) .landing-parralax-detail h2 a,
body.dark:not(.panel-popup) .brand-title > a,
body.dark:not(.panel-popup) a.title,
body.dark:not(.panel-popup) .product-data-items-menu .data.item.title .data.switch,
body.dark:not(.panel-popup) .level0 > a,
body.dark:not(.panel-popup) .product-item-name a,
body.dark:not(.panel-popup) .title > a {
  color: #999 !important;
}
body.dark:not(.panel-popup) .landing-parralax-detail h2 a:focus,
body.dark:not(.panel-popup) .brand-title > a:focus,
body.dark:not(.panel-popup) a.title:focus,
body.dark:not(.panel-popup) .product-data-items-menu .data.item.title .data.switch:focus,
body.dark:not(.panel-popup) .level0 > a:focus,
body.dark:not(.panel-popup) .product-item-name a:focus,
body.dark:not(.panel-popup) .title > a:focus {
  color: #f0f0f0 !important;
}
body.dark:not(.panel-popup) .landing-parralax-detail h2 a:hover,
body.dark:not(.panel-popup) .brand-title > a:hover,
body.dark:not(.panel-popup) a.title:hover,
body.dark:not(.panel-popup) .product-data-items-menu .data.item.title .data.switch:hover,
body.dark:not(.panel-popup) .level0 > a:hover,
body.dark:not(.panel-popup) .product-item-name a:hover,
body.dark:not(.panel-popup) .title > a:hover {
  color: #f0f0f0 !important;
}
body.dark:not(.panel-popup) .product-data-items-menu .data.item.title.active .data.switch {
  color: #f0f0f0 !important;
}
body.dark:not(.panel-popup) .pagination > li.current > a {
  background-color: #1b1b1b !important;
  border: 1px solid #1b1b1b !important;
}
body.dark:not(.panel-popup) .block.review-add .review-form h4 {
  color: #999 !important;
}
body.dark:not(.panel-popup) .newsletter-home.style-v2 .block .action.subscribe,
body.dark:not(.panel-popup) .tag-cloud li a,
body.dark:not(.panel-popup) .pagination > li > a,
body.dark:not(.panel-popup) .box-tocart .actions .action.tocart,
body.dark:not(.panel-popup) button.action.primary,
body.dark:not(.panel-popup) button.action.secondary,
body.dark:not(.panel-popup) button.action.default,
body.dark:not(.panel-popup) .scroll-to-top,
body.dark:not(.panel-popup) .characters-filter > li > a,
body.dark:not(.panel-popup) .modal-popup.confirm .modal-footer button,
body.dark:not(.panel-popup) .modal-popup.confirm .modal-header button,
body.dark:not(.panel-popup).checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a:hover,
body.dark:not(.panel-popup).checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a:focus,
body.dark:not(.panel-popup) .newsletter-home-v3 .block.newsletter .content .actions .action.subscribe,
body.dark:not(.panel-popup) .video-banner-wrapper .video-banner-content .link,
body.dark:not(.panel-popup) .footer.footer2 .socials a,
body.dark:not(.panel-popup).checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a,
body.dark:not(.panel-popup) .shipping-address-items .action,
body.dark:not(.panel-popup) .checkout-shipping-address > .step-content .action.action-show-popup,
body.dark:not(.panel-popup) .action-apply,
body.dark:not(.panel-popup) .payment-method-content .actions-toolbar button.action,
body.dark:not(.panel-popup).checkout-index-index .modal-popup .modal-header .action-close,
body.dark:not(.panel-popup) .success-ajax--popup .mfp-close,
body.dark:not(.panel-popup) .related-product-main .product-item-info .product-top .product-item-inner .label,
body.dark:not(.panel-popup) .action.captcha-reload,
body.dark:not(.panel-popup) .modal_newsletter_popup .mfp-close,
body.dark:not(.panel-popup) .btn {
  background-color: #333 !important;
  border: 1px solid #333 !important;
  color: #f0f0f0 !important;
}
body.dark:not(.panel-popup) .newsletter-home.style-v2 .block .action.subscribe:focus,
body.dark:not(.panel-popup) .tag-cloud li a:focus,
body.dark:not(.panel-popup) .pagination > li > a:focus,
body.dark:not(.panel-popup) .box-tocart .actions .action.tocart:focus,
body.dark:not(.panel-popup) button.action.primary:focus,
body.dark:not(.panel-popup) button.action.secondary:focus,
body.dark:not(.panel-popup) button.action.default:focus,
body.dark:not(.panel-popup) .scroll-to-top:focus,
body.dark:not(.panel-popup) .characters-filter > li > a:focus,
body.dark:not(.panel-popup) .modal-popup.confirm .modal-footer button:focus,
body.dark:not(.panel-popup) .modal-popup.confirm .modal-header button:focus,
body.dark:not(.panel-popup).checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a:hover:focus,
body.dark:not(.panel-popup).checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a:focus:focus,
body.dark:not(.panel-popup) .newsletter-home-v3 .block.newsletter .content .actions .action.subscribe:focus,
body.dark:not(.panel-popup) .video-banner-wrapper .video-banner-content .link:focus,
body.dark:not(.panel-popup) .footer.footer2 .socials a:focus,
body.dark:not(.panel-popup).checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a:focus,
body.dark:not(.panel-popup) .shipping-address-items .action:focus,
body.dark:not(.panel-popup) .checkout-shipping-address > .step-content .action.action-show-popup:focus,
body.dark:not(.panel-popup) .action-apply:focus,
body.dark:not(.panel-popup) .payment-method-content .actions-toolbar button.action:focus,
body.dark:not(.panel-popup).checkout-index-index .modal-popup .modal-header .action-close:focus,
body.dark:not(.panel-popup) .success-ajax--popup .mfp-close:focus,
body.dark:not(.panel-popup) .related-product-main .product-item-info .product-top .product-item-inner .label:focus,
body.dark:not(.panel-popup) .action.captcha-reload:focus,
body.dark:not(.panel-popup) .modal_newsletter_popup .mfp-close:focus,
body.dark:not(.panel-popup) .btn:focus {
  background-color: #666 !important;
  border-color: #666 !important;
  color: #f0f0f0 !important;
}
body.dark:not(.panel-popup) .newsletter-home.style-v2 .block .action.subscribe:hover,
body.dark:not(.panel-popup) .tag-cloud li a:hover,
body.dark:not(.panel-popup) .pagination > li > a:hover,
body.dark:not(.panel-popup) .box-tocart .actions .action.tocart:hover,
body.dark:not(.panel-popup) button.action.primary:hover,
body.dark:not(.panel-popup) button.action.secondary:hover,
body.dark:not(.panel-popup) button.action.default:hover,
body.dark:not(.panel-popup) .scroll-to-top:hover,
body.dark:not(.panel-popup) .characters-filter > li > a:hover,
body.dark:not(.panel-popup) .modal-popup.confirm .modal-footer button:hover,
body.dark:not(.panel-popup) .modal-popup.confirm .modal-header button:hover,
body.dark:not(.panel-popup).checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a:hover:hover,
body.dark:not(.panel-popup).checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a:focus:hover,
body.dark:not(.panel-popup) .newsletter-home-v3 .block.newsletter .content .actions .action.subscribe:hover,
body.dark:not(.panel-popup) .video-banner-wrapper .video-banner-content .link:hover,
body.dark:not(.panel-popup) .footer.footer2 .socials a:hover,
body.dark:not(.panel-popup).checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a:hover,
body.dark:not(.panel-popup) .shipping-address-items .action:hover,
body.dark:not(.panel-popup) .checkout-shipping-address > .step-content .action.action-show-popup:hover,
body.dark:not(.panel-popup) .action-apply:hover,
body.dark:not(.panel-popup) .payment-method-content .actions-toolbar button.action:hover,
body.dark:not(.panel-popup).checkout-index-index .modal-popup .modal-header .action-close:hover,
body.dark:not(.panel-popup) .success-ajax--popup .mfp-close:hover,
body.dark:not(.panel-popup) .related-product-main .product-item-info .product-top .product-item-inner .label:hover,
body.dark:not(.panel-popup) .action.captcha-reload:hover,
body.dark:not(.panel-popup) .modal_newsletter_popup .mfp-close:hover,
body.dark:not(.panel-popup) .btn:hover {
  background-color: #666 !important;
  border-color: #666 !important;
  color: #f0f0f0 !important;
}
body.dark:not(.panel-popup) .modal-footer {
  background-color: transparent;
}
body.dark:not(.panel-popup) .product-label {
  background-color: #aaa;
}
body.dark:not(.panel-popup) .product-label.sale-label {
  background-color: #555;
}
body.dark:not(.panel-popup) .product-label.sold-out-label {
  color: #696969;
}
body.dark:not(.panel-popup) .nav-toggle img,
body.dark:not(.panel-popup) .logo img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
body.dark:not(.panel-popup).catalog-product-view .breadcrumbs {
  padding: 0;
}
body.dark:not(.panel-popup) .mgs-blog-lastest-posts .post-item-content {
  position: relative;
}
body.dark:not(.panel-popup) .mgs-blog-lastest-posts .post-item-content .thumbnail-post:after {
  content: "";
  display: block;
  position: absolute;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0f0f0f;
  opacity: 0;
  visibility: hidden;
}
body.dark:not(.panel-popup) .mgs-blog-lastest-posts .post-item-content:hover .thumbnail-post:after {
  opacity: 0.8;
  visibility: visible;
}
body.dark:not(.panel-popup) .mgs-blog-lastest-posts .post-item-content:hover .thumbnail-post img {
  opacity: 1;
}
@media (max-width: 1199px) {
  body.dark:not(.panel-popup) .header .header-placeholder .header-link > li {
    background: none;
  }
  body.dark:not(.panel-popup) .header .header-placeholder .header-link > li,
  body.dark:not(.panel-popup) .header .header-placeholder .nav-main-menu > li {
    border-color: #333;
  }
}
body.dark:not(.panel-popup) .column-padding-5 .promobanner {
  border: 1px solid #222;
}
body.dark:not(.panel-popup) #social-login-popup .title span {
  color: #aaa;
}
.form-open body.dark:not(.panel-popup) .header .header-placeholder .middle-header {
  background: none !important;
}
.banner-text .box {
  padding: 25px 35px;
  background: #1b1b1b;
}
.banner-text .box h3 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1em;
  font-size: 24px;
  text-indent: 1em;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .enable-sidebar .header {
    position: relative;
    z-index: 99;
  }
  .enable-sidebar main {
    z-index: auto;
  }
}
body.filter-active .footer-parallax .footer,
body.enable-sidebar.footer-parallax .footer {
  z-index: -1;
}
.enable-sidebar .title-topabs .nav-close:after {
  opacity: 1;
  visibility: visible;
  left: 320px;
}
.title-topabs .nav-close:after {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
}
@media (max-width: 1199px) {
  .header .header-placeholder .register-header.open {
    z-index: 9999;
  }
}
.account-nav-content .nav > li > strong {
  font-weight: 400;
  color: #c00;
}
.account-nav-content .nav > li > strong,
.account-nav-content .nav > li > a {
  padding: 10px 0;
  display: block;
}
.collection_parallax {
  height: 100vh;
}
.page-layout-1column.filter-active .category-product-actions .filter > .filter-title:after {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: #000;
  opacity: .7;
}
.page-layout-1column.filter-active:after {
  content: none;
}
.mgs-filter .filter-content .item .mgs-filter-item-checkbox {
  vertical-align: middle;
}
.modal-popup.confirm .modal-header button {
  border: 0;
}
.brand-brand-view.page-layout-1column .category-product-actions .filter {
  display: none;
}
.ajaxcart-catalog-product-view.footer-parallax main,
.mgs-quickview-catalog-product-view.footer-parallax main {
  padding-bottom: 0;
}
.sidebar .tocart .fa {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar .list-products .product-item-info .product-item-details {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
  .sidebar .block.block-compare .actions-toolbar a + a {
    margin-left: 0;
    margin-top: 10px;
  }
}
.account-nav-content .nav > li strong {
  font-weight: 400;
}
.shipping-address-items .action {
  padding: 0;
}
.payment-method-title.field.choice {
  padding-left: 0;
}
.opc-payment .payment-methods .payment-method .payment-method-billing-address .field.choice input {
  top: 5px;
}
.opc-progress-bar .opc-progress-bar-item._complete > span {
  cursor: pointer;
}
@media (max-width: 991px) {
  .checkout-index-index._has-modal-custom .page-header {
    z-index: 0;
    position: relative;
  }
}
.modal-popup.confirm .modal-header .action-close::before {
  content: none;
}
.form-address-edit .block-title {
  margin-bottom: 20px;
}
.multicheckout.success .actions-toolbar,
.checkout-success .actions-toolbar {
  margin-top: 15px;
}
.product-info-main-content .product.media:after {
  content: none;
}
.action.captcha-reload {
  vertical-align: middle;
}
.field.captcha {
  margin-top: 10px;
}
/* owl */
.slide-text h2 {
  font-weight: 300;
  margin-bottom: 18px;
}
.slide-text a > i {
  margin-left: 5px;
  vertical-align: middle;
}
.slide-text .white {
  background: #fff;
  padding: 30px 15px;
}
.slide-text .white h3 {
  margin: 0 0 10px;
  color: #000;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 50px;
  text-indent: 50px;
}
.slide-text .white p {
  margin-bottom: 0;
}
/* Banner Slider */
@media (min-width: 992px) {
  .page-header-sliders.fullscreen-slider > .row,
  .page-header-sliders.fullscreen-slider .slider_mgs_carousel,
  .page-header-sliders.fullscreen-slider .owl-stage-outer,
  .page-header-sliders.fullscreen-slider .owl-stage,
  .page-header-sliders.fullscreen-slider .owl-item,
  .page-header-sliders.fullscreen-slider .owl-item > .item,
  .page-header-sliders.fullscreen-slider .item-image {
    height: 100%;
  }
  .page-header-sliders.fullscreen-slider .slider_mgs_carousel {
    overflow: hidden;
  }
  .page-header-sliders.fullscreen-slider .item-image {
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .page-header-sliders.fullscreen-slider .item-image img {
    opacity: 0;
  }
}
@media (max-width: 991.98px) {
  .page-header-sliders.fullscreen-slider {
    height: auto !important;
  }
}
@media (max-width: 575.98px) {
  .page-header-sliders.fullscreen-slider {
    height: 400px !important;
  }
  .page-header-sliders.fullscreen-slider > .row,
  .page-header-sliders.fullscreen-slider .slider_mgs_carousel,
  .page-header-sliders.fullscreen-slider .owl-stage-outer,
  .page-header-sliders.fullscreen-slider .owl-stage,
  .page-header-sliders.fullscreen-slider .owl-item,
  .page-header-sliders.fullscreen-slider .owl-item > .item,
  .page-header-sliders.fullscreen-slider .item-image {
    height: 100%;
  }
  .page-header-sliders.fullscreen-slider .slider_mgs_carousel {
    overflow: hidden;
  }
  .page-header-sliders.fullscreen-slider .item-image {
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .page-header-sliders.fullscreen-slider .item-image img {
    opacity: 0;
  }
}
.fullscreen-slider .slider_mgs_carousel .owl-item .slide-text {
  height: auto;
}
.slider_mgs_carousel .owl-item .slide-text {
  max-width: 95%;
}
@media (max-width: 575px) {
  .fullscreen-slider .slide-text .white h3 {
    letter-spacing: 30px;
    text-indent: 30px;
  }
  .slide-text .white h3 {
    font-size: 20px;
    letter-spacing: 24px;
    text-indent: 24px;
  }
  .slide-text .white {
    padding: 15px;
  }
}
@media (max-width: 400px) {
  .fullscreen-slider .slide-text .white h3 {
    font-size: 30px;
    letter-spacing: 25px;
    text-indent: 25px;
  }
}
/***/
.action-skip-wrapper {
  display: none;
}
.mgs_quickview-catalog_product-view .product-info-main-content {
  padding-top: 0;
  padding-bottom: 0;
}
.mgs_quickview-catalog_product-view .container {
  width: 100%;
}
.mgs_quickview-catalog_product-view .scroll-to-top {
  display: none;
}
.mgs_quickview-catalog_product-view .product-info-main-content .product-info-main {
  padding: 30px 15px;
}
.mgs_quickview-catalog_product-view .owl-carousel .owl-dots {
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  left: 50%;
  bottom: 10px;
  margin: 0;
}
.mgs_quickview-catalog_product-view.footer-parallax main {
  padding-bottom: 0;
}
.extra-gallery-fullwidth:not(.mgs_quickview-catalog_product-view) .product-info-main .page-header {
  font-size: 36px;
}
.extra-gallery-fullwidth:not(.mgs_quickview-catalog_product-view) .product.info.detailed {
  margin-top: 50px;
}
.extra-gallery-fullwidth:not(.mgs_quickview-catalog_product-view) .product-info-main-content .product-info-main,
.extra-gallery-fullwidth:not(.mgs_quickview-catalog_product-view) .product-info-main-content .product-info-media {
  width: 100%;
}
.extra-gallery-fullwidth:not(.mgs_quickview-catalog_product-view) .product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-label {
  line-height: 38px;
  min-width: 0;
  width: auto;
}
.extra-gallery-fullwidth:not(.mgs_quickview-catalog_product-view) .product-info-main-content {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.extra-gallery-fullwidth:not(.mgs_quickview-catalog_product-view) .product-info-main-content .product-main.container {
  width: 100%;
}
.extra-gallery-fullwidth:not(.mgs_quickview-catalog_product-view) .product-info-main-content .product-info-media {
  background-color: #ececec;
  padding-bottom: 50px !important;
}
.extra-gallery-fullwidth:not(.mgs_quickview-catalog_product-view) .product-info-main-content .product-info-main {
  max-width: 900px;
  margin: 0 auto;
  float: none;
  text-align: center;
  clear: both;
  padding-top: 50px;
  padding-bottom: 80px;
  border-bottom: 1px solid #ddd;
}
.extra-gallery-fullwidth:not(.mgs_quickview-catalog_product-view) .product-info-main-content .product-info-main .box-tocart {
  display: inline-block;
}
.extra-gallery-fullwidth:not(.mgs_quickview-catalog_product-view) .product-info-main-content .product-info-main .box-tocart .actions {
  max-width: calc(100% - 140px);
  width: 250px;
}
.extra-gallery-fullwidth:not(.mgs_quickview-catalog_product-view) .product-info-main-content .product-social-links .mailto.friend {
  margin-top: 0;
}
.extra-gallery-fullwidth:not(.mgs_quickview-catalog_product-view) .product-info-main-content .product-social-links .mailto.friend,
.extra-gallery-fullwidth:not(.mgs_quickview-catalog_product-view) .product-info-main-content .product-social-links .product-addto-links {
  display: inline-block;
  float: none;
}
.extra-gallery-fullwidth:not(.mgs_quickview-catalog_product-view) #horizontal-thumbnail {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  min-width: 0;
}
.extra-gallery-fullwidth.gallery-multi-slide .breadcrumb,
.extra-gallery-fullwidth.gallery-multi-slide .breadcrumb-wrapper {
  display: none;
}
.catalog-product-view .breadcrumb-wrapper {
  background-color: #ececec;
}
.catalog-product-view .breadcrumb-wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.swatch-option-loading {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (max-width: 767px) {
  .extra-gallery-fullwidth:not(.mgs_quickview-catalog_product-view) .product-info-main-content .product-info-main .box-tocart {
    display: block;
  }
  .extra-gallery-fullwidth .product-info-main .box-tocart .field.qty {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .extra-gallery-fullwidth:not(.mgs_quickview-catalog_product-view) .product-info-main-content .product-info-main .box-tocart .actions {
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .catalog-product-view.extra-gallery-sticky .product-info-main {
    padding-left: 30px;
  }
}
.ajaxcart-catalog_product-view .product-info-main-content {
  padding: 0;
  background: none;
}
.ajaxcart-catalog_product-view .product-info-main-content .product-info-main {
  margin-top: 0;
  padding-top: 15px;
}
.ajaxcart-catalog_product-view .product-info-main-content .product-info-main .stock {
  display: none;
}
.ajaxcart-catalog_product-view.footer-parallax main {
  padding-bottom: 0;
}
.ajaxcart-catalog_product-view .page.messages {
  display: none;
}
.ajaxcart-catalog_product-view .title-topabs {
  display: none !important;
}
.mgs_quickview-catalog_product-view #maincontent {
  display: none;
}
.rotate-image {
  left: 30px;
  right: auto;
}
/* Header wislist icon */
.header-wl > a {
  position: relative;
  font-size: 25px;
  color: #999;
}
.header-wl > a:hover {
  color: #cc3333;
}
.header-wl > a .count-wl {
  position: absolute;
  bottom: 4px;
  right: -7px;
  padding: 0 5px;
  height: 18px;
  min-width: 18px;
  text-align: center;
  line-height: 18px;
  color: #fff;
  border-radius: 50%;
  background-color: #c00;
  display: block;
  font-weight: 600;
  font-size: 10px;
}
.mage-error {
  font-size: 12px;
  color: red;
}
.super-attribute-select {
  height: 40px !important;
  line-height: 40px !important;
  opacity: 1;
}
._has-modal-custom .header,
._has-modal-custom .header .header-placeholder.header-sticky,
._has-modal-custom .header .header-placeholder .header-content {
  z-index: auto;
}
@media (max-width: 991px) {
  .opc-sidebar.opc-summary-wrapper {
    z-index: 99998 !important;
  }
}
.modal-popup .modal-inner-wrap {
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-content {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  padding: 0 15px;
}
.modal-header {
  border-bottom: none;
}
.modal-footer {
  border-top: none;
}
.vendor-profile-logo img {
  max-width: 100%;
}
/*****************************
******************************
Template Name : Unero - Premium eCommerce Magento Theme

Color Theme
01-  Default Theme Color
02-  Button color
******************************
*****************************/
/* Primary Button */
/* Secondary Button */
/* Price color */
/* Rating */
/* Product label */
/* Button loadmore */
/* Product Grid Mode */
/* Product Detail */
/* Bundle Product */
/* Pagination Color */
/***********************************************************
   Template Name : Unero - Premium eCommerce Magento Theme
***********************************************************/
/* Variable */
/* Key Frame - Create Animation */
@-webkit-keyframes dot-amimation {
  0% {
    -webkit-transform: translateY(-2px);
  }
  50% {
    -webkit-transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
  }
}
@keyframes dot-amimation {
  0% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(-2px);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0.4;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0.4;
  }
}
/* Add Custom Col For Bootstrap */
.col-lg-custom-5,
.col-md-custom-5,
.col-lg-custom-7,
.col-md-custom-7,
.col-lg-custom-8,
.col-md-custom-8 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .col-lg-custom-5 {
    width: 20%;
  }
  .col-lg-custom-7 {
    width: calc(100% / 7);
  }
  .col-lg-custom-8 {
    width: 12.5%;
  }
}
@media (min-width: 992px) {
  .col-md-custom-5 {
    width: 20%;
  }
  .col-md-custom-7 {
    width: calc(100% / 7);
  }
  .col-md-custom-8 {
    width: 12.5%;
  }
}
@media (max-width: 767px) {
  .full-width-boxed .container-fluid,
  .full-width-boxed .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* Clear float */
@media (min-width: 992px) {
  .first-row-item {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .first-lg-item {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .first-md-item {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .first-sm-item {
    clear: left;
  }
}
@media (max-width: 767px) {
  .first-xs-item {
    clear: left;
  }
}
@media (max-width: 991px) {
  .breadcrumbs .items {
    display: none;
  }
}
@media (min-width: 1200px) {
  .column-padding-30 {
    padding-left: 85px;
    padding-right: 85px;
  }
  .column-padding-30 .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .column-padding-30 [class*="col-md-"],
  .column-padding-30 [class*="col-lg-"],
  .column-padding-30 [class*="col-sm-"],
  .column-padding-30 [class*="col-xs-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .products-grid.products-masonry .product-item {
    margin-bottom: 50px;
  }
  .products-grid.products-masonry .product-item.item-2 {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .products-grid.products-masonry .product-item {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 100px;
  }
  .products-grid.products-masonry .product-item.item-2 {
    margin-top: 230px;
  }
  .products-grid.products-masonry .items.row {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media (max-width: 767px) {
  .products-grid.products-masonry .product-item.item-2 {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .products-grid.products-masonry .product-item-details {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 30px;
  }
  .products-grid.products-masonry .product-item-details > div {
    padding: 0;
    display: block;
  }
  .products-grid.products-masonry .product-item-details .product-item-name {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .product-tab-masonry .menu-product-tabs {
    text-align: center;
  }
  .product-tab-masonry .menu-product-tabs li {
    float: none;
  }
}
@media (min-width: 768px) {
  .product-tab-masonry .menu-product-tabs {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .product-masonry-nopadding .product-masonry-nopadding .swatch-attribute-options {
    display: table;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .product-masonry-nopadding .products-grid.products-masonry .product-item:nth-child(4n + 1) {
    clear: both;
  }
  .product-masonry-nopadding .products-grid.products-masonry .product-item-details {
    opacity: 0;
    visibility: hidden;
    transition: all 300ms;
  }
  .product-masonry-nopadding .products-grid.products-masonry .product-item-info:hover .product-item-details {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-masonry-nopadding .products-grid.products-masonry .product-item {
    width: calc(100% / 3);
  }
  .product-masonry-nopadding .products-grid.products-masonry .product-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .product-masonry-nopadding .products-grid.products-masonry .product-item {
    width: 50%;
    margin-bottom: 40px;
  }
  .product-masonry-nopadding .products-grid.products-masonry .product-item:nth-child(2n + 1) {
    clear: both;
  }
  .product-masonry-nopadding .products-grid.products-masonry .product-item-details {
    text-align: center;
  }
  .product-masonry-nopadding .products-grid.products-masonry .product-item-details .price-box .old-price {
    float: none;
    vertical-align: top;
    margin: 0 0 0 5px;
  }
}
@media (max-width: 767px) {
  .bottom-pagination .toolbar .pages .pagination li {
    padding: 0 2px;
  }
  .pagination > li > a {
    width: 36px;
    height: 36px;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  .action.mgs-quickview {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .products-grid .product-item {
    margin-bottom: 39px;
  }
}
@media (max-width: 499px) {
  .products-grid .product-item-info {
    position: relative;
  }
  .products-grid .product-item-details .product-item-name {
    font-weight: 400;
  }
  .products-grid .product-item-details > div {
    display: block;
  }
  .products-grid .product-item-details > div.product-detail-action {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: auto;
    padding: 0;
  }
  .products-grid .product-item-details > div.product-detail-action button {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .products-grid .product-item-details > div.product-detail-action button + button {
    margin: 0 !important;
  }
  .products-grid .product-label.sold-out-label {
    top: auto;
    left: 50%;
    right: auto;
    bottom: 10px;
    white-space: nowrap;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .product-landing-content .product-item-name {
    font-size: 18px;
  }
}
/* Layout Product Details */
@media (min-width: 992px) and (max-width: 1199px) {
  .product-info-main-content .product-info-media {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .product-info-main-content .product-info-media {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-info-main-content .product-info-media {
    width: 90%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-info-main-content .product-info-main {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .product-info-main-content .product-info-main {
    float: none;
    width: 100%;
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .sidebar-main {
    padding-top: 100px;
  }
}
/* Product Media */
@media (max-width: 767px) {
  .product.media .vertical-thumbnail .parent__gallery-thumbnail {
    display: none;
  }
  .product.media .vertical-thumbnail .product-main-media-product {
    display: block;
    padding: 0;
  }
  .product-main-media-product-video .owl-carousel .owl-nav .owl-prev,
  .product-main-media-product-video .owl-carousel .owl-nav .owl-next {
    color: #000;
  }
  .product-main-media-product-video .owl-carousel .owl-nav .owl-prev {
    right: auto;
    left: 15px;
    margin-left: 0;
  }
  .product-main-media-product-video .owl-carousel .owl-nav .owl-next {
    right: 15px;
    left: auto;
    margin-right: 0;
  }
}
/* Product Infomation */
@media (max-width: 767px) {
  .product-info-main .box-tocart .field.qty {
    float: none;
    margin: 0 0 15px;
  }
  .product-info-main .box-tocart .field.qty .input-text {
    width: 100%;
  }
  .product-info-main .box-tocart .actions {
    float: none;
  }
  .product-info-main .box-tocart .actions .action.tocart {
    width: 100%;
  }
  .product-social-links .product-addto-links:after {
    content: "";
    display: table;
    clear: both;
  }
  .product-social-links .product-addto-links a {
    margin-right: 5px;
    padding-bottom: 10px;
    text-align: center;
    white-space: nowrap;
    font-size: 13px;
  }
  .product-social-links .product-addto-links a + a {
    float: right;
    margin: 0;
  }
}
/* Product Details Tab */
@media (min-width: 768px) {
  .product.info.detailed .product-data-items-content .title-accordion {
    display: none;
  }
  .product.info.detailed .product-data-items-content .data.item.content {
    padding: 0;
    border: none;
  }
}
@media (max-width: 767px) {
  .product.info.detailed .product-data-items-menu {
    display: none !important;
  }
}
@media (max-width: 499px) {
  .box-tocart .field.qty {
    width: 100%;
    margin: 0 0 20px;
  }
  .box-tocart .field.qty .input-text {
    width: 100%;
  }
  .box-tocart .actions {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-layout-1column .category-product-actions .toolbar-products,
  .page-layout-1column .category-product-actions .block.filter {
    width: 100%;
  }
  .page-layout-1column .category-product-actions .block.filter strong {
    float: none;
  }
  .page-layout-1column .block.filter .block-content.filter-content .block-filter-content {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .page-layout-3columns .category-product-actions .toolbar > div {
    text-align: center !important;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .category-product-actions .toolbar > div {
    text-align: left !important;
    width: 100%;
    float: left;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .mgs-blog-lastest-posts .post-item-content .post-item-detail .post-content {
    position: absolute;
    top: 45px;
    left: 40px;
    right: 40px;
    opacity: 0;
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -o-transform: translateX(40px);
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
  }
  .mgs-blog-lastest-posts .post-item-content .short-content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    opacity: 0;
    color: #999;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition: all 0.33s ease-in-out;
    -webkit-transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    -o-transition: all 0.33s ease-in-out;
    transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -o-transform: translateX(-40px);
  }
  .mgs-blog-lastest-posts .post-item-content:hover {
    border-color: #ddd;
  }
  .mgs-blog-lastest-posts .post-item-content:hover .post-item-detail .post-content {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .mgs-blog-lastest-posts .post-item-content:hover .short-content {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
  }
  .mgs-blog-lastest-posts .post-item-content:hover .thumbnail-post img {
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  .mgs-blog-lastest-posts .post-item-content .post-item-detail .post-content {
    padding-top: 20px;
  }
  .mgs-blog-lastest-posts .post-item-content .short-content p {
    display: none;
  }
  .mgs-blog-lastest-posts .post-item-content .short-content .post-link {
    margin-top: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .mgs-blog-lastest-posts .post-item-content .thumbnail-post {
    width: 40%;
    float: left;
    margin-right: 30px;
  }
}
/* INSTAGRAM SHOP */
@media (max-width: 767px) {
  .instagram-shop-title {
    margin-bottom: 85px;
  }
}
@media (min-width: 1200px) {
  .tabs_categories_porfolio_content {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media (min-width: 1200px) {
  .portfolio-grid .item {
    padding: 0 50px;
    margin-bottom: 130px;
  }
}
@media (max-width: 767px) {
  .portfolio-grid .item {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .portfolio-grid .portfolio-bottom-content .title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .portfolio-entry-meta {
    margin-top: 60px;
  }
  .portfolio-entry-meta .date_create {
    text-align: center;
  }
  .portfolio-entry-meta .col-sm-6 + .col-sm-6 .sharthis-socials-wrapper .sharethis-inline-share-buttons {
    text-align: center !important;
  }
  .portfolio-index-view .portfolio-related,
  .portfolio-index-view .portfolio-details .description,
  .portfolio-index-view .portfolio-details .porfolio-gallery-image {
    margin-top: 40px;
  }
  .portfolio-detail-items {
    margin-top: 60px;
  }
  .portfolio-detail-items .portfolio-detail-item-content {
    display: block;
  }
  .portfolio-detail-items .portfolio-detail-item-content + .portfolio-detail-item-content {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index #shopping-cart-table thead {
    display: none;
  }
  .checkout-cart-index #shopping-cart-table tbody {
    border: 1px solid #eaeaea;
    display: block;
    padding: 20px 0;
  }
  .checkout-cart-index #shopping-cart-table tbody tr {
    display: block;
  }
  .checkout-cart-index #shopping-cart-table tbody tr td {
    display: block;
    border: none;
    text-align: left;
    padding: 5px 15px !important;
    width: 100%;
  }
  .checkout-cart-index #shopping-cart-table tbody tr td.col:not(.item):before {
    content: attr(data-th) ":";
    font-size: 15px;
    display: inline-block;
    margin-right: 5px;
    color: #2a2a2a;
  }
  .checkout-cart-index #shopping-cart-table tbody tr td.col.qty .field.qty {
    display: inline-block;
    vertical-align: middle;
  }
  .checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-photo {
    float: none;
    max-width: 100%;
  }
  .checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details {
    float: none;
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
  }
  .checkout-cart-index #shopping-cart-table tbody tr td.col.item:after {
    content: "";
    display: table;
    clear: both;
  }
  .checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar {
    padding: 10px 0 0;
  }
  .checkout-cart-index .cart.main.actions button {
    float: none !important;
    margin: 15px 0 0 !important;
    width: 100%;
  }
  .checkout-cart-index .action.multicheckout {
    display: block;
    text-align: center;
  }
  .checkout-cart-index .checkout-extra {
    margin: 0;
  }
  .checkout-cart-index .checkout-extra > div {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 499px) {
  .checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a {
    float: none;
    margin-right: 15px;
    margin-top: 15px;
  }
  .checkout-cart-index #shopping-cart-table .gift-options-cart-item {
    float: none;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .opc-estimated-wrapper {
    display: none;
  }
}
@media (min-width: 992px) {
  .opc-progress-bar {
    margin: 0 0 32px;
    counter-reset: i;
    display: block;
    font-size: 0;
    width: calc(66.66666667% - 15px);
  }
  .opc-progress-bar .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 50%;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #c2c2c2;
    font-size: 16px;
  }
  .opc-progress-bar .opc-progress-bar-item > span:after,
  .opc-progress-bar .opc-progress-bar-item > span:before {
    left: 50%;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
  }
  .opc-progress-bar .opc-progress-bar-item > span:after {
    background: #fff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333;
    font-size: 15px;
    line-height: 26px;
    color: #c2c2c2;
  }
  .opc-progress-bar .opc-progress-bar-item > span:before {
    background: #c2c2c2;
    height: 38px;
    margin-left: -19px;
    width: 38px;
    content: '';
    top: 0;
  }
  .opc-progress-bar .opc-progress-bar-item:before {
    background: #c2c2c2;
    top: 19px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar .opc-progress-bar-item._active:before {
    background: #eb5202;
  }
  .opc-progress-bar .opc-progress-bar-item._active > span {
    color: #eb5202;
  }
  .opc-progress-bar .opc-progress-bar-item._active > span:before {
    background: #eb5202;
  }
  .opc-progress-bar .opc-progress-bar-item._active > span:after {
    color: #eb5202;
  }
  .opc-progress-bar .opc-progress-bar-item._complete:before {
    background: #14ab00;
  }
  .opc-progress-bar .opc-progress-bar-item._complete > span {
    color: #14ab00;
  }
  .opc-progress-bar .opc-progress-bar-item._complete > span:before {
    background: #14ab00;
  }
  .opc-progress-bar .opc-progress-bar-item._complete > span:after {
    color: #14ab00;
    font-family: 'FontAwesome';
    content: '\f00c';
  }
  .opc-progress-bar .opc-progress-bar-item._complete:hover:before {
    background: #c2c2c2;
  }
  .opc-progress-bar .opc-progress-bar-item._complete:hover > span {
    color: #c2c2c2;
  }
  .opc-progress-bar .opc-progress-bar-item._complete:hover > span:before {
    background: #c2c2c2;
  }
  .opc-progress-bar .opc-progress-bar-item._complete:hover > span:after {
    color: #c2c2c2;
  }
}
@media (max-width: 991px) {
  .opc-progress-bar {
    display: none;
  }
}
@media (max-width: 991px) {
  .checkout-container {
    position: relative;
    z-index: 101;
  }
  .authentication-wrapper {
    margin-bottom: 25px;
  }
  .opc-wrapper {
    width: 100%;
    padding: 0;
  }
  .opc-sidebar.opc-summary-wrapper {
    bottom: 0;
    left: 30px;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99998;
    width: auto;
  }
  .opc-sidebar.opc-summary-wrapper .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transition-duration: 0.3s;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    width: auto;
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  .opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-header {
    display: block;
    min-height: unset;
    padding: 0;
    border: none;
  }
  .opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-header .action-close {
    width: 40px;
    height: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    box-sizing: content-box;
    display: inline-block;
    font-weight: 400;
    line-height: inherit;
    padding: 0;
    position: absolute;
    right: 20px;
    text-decoration: none;
    text-shadow: none;
    top: 16px;
    z-index: 1;
  }
  .opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-header .action-close:after {
    content: "x";
    font-size: 30px;
    line-height: 1;
  }
  .opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-header .action-close > span {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-sidebar.opc-summary-wrapper._show {
    overflow-x: hidden;
    overflow-y: auto;
    visibility: visible;
  }
  .opc-sidebar.opc-summary-wrapper._show + .modal-custom-overlay {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 899 !important;
    background-color: rgba(51, 51, 51, 0.55);
  }
  .opc-sidebar.opc-summary-wrapper._show .modal-inner-wrap {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
  }
  .opc-estimated-wrapper {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #ccc;
    margin: 0 0 30px;
    padding: 11px 20px;
  }
  .opc-estimated-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  .opc-estimated-wrapper .estimated-block {
    float: left;
    font-size: 18px;
    font-weight: 400;
    color: #2a2a2a;
  }
  .opc-estimated-wrapper .estimated-block .estimated-label {
    display: block;
    margin: 0 0 5px;
  }
  .opc-estimated-wrapper .estimated-block .estimated-price {
    color: #cc3333;
  }
  .opc-estimated-wrapper .minicart-wrapper {
    display: inline-block;
    float: right;
    position: relative;
    margin: 0;
  }
  .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    box-sizing: content-box;
    font-weight: 400;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
  }
  .opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
    font-size: 26px;
  }
  .opc-estimated-wrapper .minicart-wrapper button.action.showcart > .counter.qty {
    background-color: #cc3333;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin: 13px 0 0;
    min-width: 30px;
    text-align: center;
    vertical-align: top;
    white-space: normal;
  }
  .table-checkout-shipping-method thead {
    display: none;
  }
  .table-checkout-shipping-method tbody tr td {
    padding: 14px 0 11px;
  }
  .table-checkout-shipping-method tbody tr td.col-method {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  #shipping-method-buttons-container .action,
  .payment-method-content .actions-toolbar .action,
  #shipping-method-buttons-container button.action,
  .payment-method-content .actions-toolbar button.action {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #multiship-addresses-table thead {
    display: none;
  }
  #multiship-addresses-table tbody tr {
    display: block;
    padding: 15px;
    border: 1px solid #eaeaea;
  }
  #multiship-addresses-table tbody tr td {
    text-align: left !important;
    padding: 0 !important;
    display: block;
    border: none;
  }
  #multiship-addresses-table tbody tr td + td {
    margin-top: 15px;
  }
  #multiship-addresses-table tbody tr td .field .label {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .multishipping-checkout-overview .table-order-review thead tr {
    display: block;
  }
  .multishipping-checkout-overview .table-order-review thead tr th {
    display: none;
  }
  .multishipping-checkout-overview .table-order-review thead tr th.col.item {
    display: block !important;
    padding-left: 0;
    padding-right: 0;
    border: none !important;
    text-align: left;
  }
  .multishipping-checkout-overview .table-order-review tbody tr,
  .multishipping-checkout-overview .table-order-review tfoot tr {
    border: 1px solid #f0f0f0;
    display: block;
    padding: 15px;
  }
  .multishipping-checkout-overview .table-order-review tbody tr td {
    display: block;
    padding: 0 !important;
    border: none !important;
    text-align: left;
  }
  .multishipping-checkout-overview .table-order-review tbody tr td:not(.item):before {
    display: inline-block;
    content: attr(data-th) ":";
    font-size: 13px;
    margin-right: 5px;
    color: #2a2a2a;
  }
  .multishipping-checkout-overview .table-order-review tbody tr td.qty {
    text-align: left;
  }
  .multishipping-checkout-overview .table-order-review tfoot tr td,
  .multishipping-checkout-overview .table-order-review tfoot tr th {
    display: block;
    padding: 0 !important;
    border: none !important;
    text-align: left;
  }
}
/* About us */
@media (max-width: 1199px) {
  .about-us .block-text {
    margin: 100px;
  }
}
@media (max-width: 991px) {
  .about-us .title {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .about-us h4 {
    margin-bottom: 20px;
  }
  .about-us .block-text {
    margin: 50px 0;
  }
  .about-us .block-text h3 {
    margin-bottom: 30px;
  }
  .about-us .block-text > div {
    margin-bottom: 50px;
  }
  .about-us ul {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .btn-loadmore {
    letter-spacing: 5px;
    font-weight: 600;
    color: #000;
    font-size: 14px;
    display: block;
    margin-top: 40px;
  }
}
.shop-title-wrapper {
  text-align: center;
}
@media (max-width: 767px) {
  .shop-title-wrapper .title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .shop-title-wrapper .title {
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .shop-title-wrapper .desc {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .shop-title-wrapper .desc {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .shop-title-wrapper .desc {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .menu-product-tabs {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .menu-product-tabs {
    margin-bottom: 40px;
    display: none;
  }
  .menu-product-tabs li {
    float: none;
    width: 100%;
    display: block;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .menu-product-tabs li a {
    display: block;
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  .show-menu-product-tabs {
    display: block;
    font-size: 18px;
    color: #000;
    text-align: left;
    position: relative;
    padding-right: 25px;
    line-height: 1;
    cursor: pointer;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .slider_mgs_carousel.owl-carousel .owl-dots {
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .banner-cate {
    padding: 0 !important;
    margin-bottom: 60px;
  }
  .banner-cate-image {
    padding: 0 !important;
  }
  .banner-cate-image .text {
    display: none;
  }
  .banner-cate-name {
    padding: 0 !important;
  }
  .banner-cate-name a {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .newsletter-home {
    padding-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .newsletter-home.style-v2 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .newsletter-home.style-v2 .block {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .newsletter-home.style-v2 .block .action.subscribe {
    position: static;
    margin-top: 15px;
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .slider-tabs-container {
    margin-left: 0;
    margin-right: 0;
  }
  .slider-tabs-container .slider-images-content .item-image {
    left: 15px;
  }
}
@media (max-width: 767px) {
  .slider-tabs-container .item-content {
    margin-bottom: 25px;
  }
  .slider-tabs-container .item-content .title {
    font-size: 24px;
  }
  .slider-tabs-container .slider-tabs-content {
    padding-left: 50px;
    padding-right: 50px;
  }
  .slider-tabs-container .slider-tabs-content .slider-items-content {
    padding: 30px;
  }
}
@media (max-width: 320px) {
  .slider-tabs-container .slider-tabs-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .slider-background-wrapper .slider-items-content .item-content {
    width: 25%;
  }
  .slider-background-wrapper .slider-items-content .item-content:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-background-wrapper .slider-items-content .item-content {
    width: calc(100% / 3);
  }
  .slider-background-wrapper .slider-items-content .item-content:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-background-wrapper .slider-items-content .item-content {
    width: 50%;
  }
  .slider-background-wrapper .slider-items-content .item-content:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .slider-background-wrapper .slider-items-content .item-content {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-background-wrapper .slider-grid-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .slider-background-wrapper .slider-grid-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* PARALLAX HOME */
@media (max-width: 767px) {
  .parallax-content {
    font-size: 14px;
    padding: 30px;
    min-width: inherit;
  }
  .parallax-content .parallax-subtitle {
    font-size: 14px;
  }
  .parallax-content .parallax-title {
    font-size: 22px;
  }
  .parallax-content a {
    margin-top: 15px;
    font-size: 14px;
  }
}
/* VIDEO BANNER */
@media (max-width: 1199px) {
  .video-banner-wrapper video {
    height: auto;
  }
}
@media (max-width: 1199px) {
  .video-banner-wrapper .video-banner-content .video-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .video-banner-wrapper .video-banner-content .video-subtitle {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .video-banner-wrapper .video-banner-content .video-title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .video-banner-wrapper .video-banner-content .video-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .video-banner-wrapper .video-banner-content .link {
    font-size: 14px;
    height: 50px;
    line-height: 48px;
    padding: 0 20px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .video-banner-wrapper .video-banner-content .link {
    margin-top: 0;
  }
}
/* HOME LANDING PRODUCT */
/* Table Display */
@media (min-width: 768px) {
  .content-table {
    display: table;
    width: 100%;
  }
  .content-table-row {
    display: table-row;
  }
  .content-table-col {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-table-col .text-landing {
    max-width: unset;
  }
  .content-table-col .landing-subtitle {
    margin-bottom: 20px;
  }
  .content-table-col p {
    margin-bottom: 10px;
  }
}
/* Text */
@media (min-width: 768px) {
  .text-landing {
    max-width: 80%;
    margin: 0 auto;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .text-landing {
    padding: 50px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .landing-desc {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .landing-desc {
    font-size: 16px;
  }
  .landing-desc br {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1365px) {
  .landing-desc.small {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .landing-desc.small {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .landing-desc.small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .landing-subtitle {
    margin-bottom: 28px;
  }
}
@media (min-width: 1200px) {
  .classic-product {
    padding: 0 80px;
  }
  .classic-product .products-grid .product-item {
    padding: 0 35px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .classic-product .products-grid .product-item {
    width: 50%;
    clear: unset !important;
  }
  .classic-product .products-grid .product-item:nth-child(2n + 1) {
    clear: both !important;
  }
}
@media (max-width: 767px) {
  .classic-title {
    text-align: center;
  }
  .classic-title a {
    float: none;
    display: block;
  }
}
@media (max-width: 767px) {
  .page-layout-3columns .column.main + .sidebar-additional {
    display: none !important;
  }
  .sidebar.sidebar-main {
    position: fixed;
    left: -100%;
    right: auto;
    top: 0;
    bottom: 0;
    background-color: #fff;
    width: 320px;
    z-index: 1000;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 100px;
    padding-bottom: 15px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
  }
  .title-topabs {
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 2px;
    width: 320px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    left: -100%;
    right: auto;
    z-index: 1001;
  }
  .title-topabs i {
    cursor: pointer;
    font-size: 40px !important;
    left: auto;
    right: 1px;
    line-height: 50px !important;
    top: 0;
    color: #fff !important;
    position: absolute;
    display: block;
  }
  body.enable-sidebar .sidebar.sidebar-main {
    right: auto;
    left: 0;
    box-shadow: 0 0 20px #808080;
  }
  body.enable-sidebar .sidebar.sidebar-main .sidebar-reponsive-btn {
    display: none !important;
  }
  body.enable-sidebar .title-topabs {
    right: auto;
    left: 0;
  }
}
@media (max-width: 991px) {
  .toolbar > div.modes {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .scroll-to-top {
    display: none;
  }
  .cart-footer .fixed-mini-cart {
    height: 0;
    display: block;
    overflow: hidden;
  }
  .page-layout-1column .close-filter-fixed button {
    right: 20px;
  }
  .page-layout-1column .block.filter .block-content.filter-content {
    width: 320px;
    padding: 80px 30px;
  }
  .products-grid .owl-carousel .owl-dots {
    margin: 0 auto;
  }
}
/* End Product Detail */
/* DEV_LUUNV */
@media (min-width: 1200px) {
  .megamenu-content .nav.nav-tabs,
  #main-Accountcontent {
    display: none !important;
  }
  #main-Menucontent {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .nav-open .close-nav-button {
    display: block;
  }
  .nav-open .sidebar-menu.mobile {
    transform: translate3d(475px, 0, 0);
    -webkit-transform: translate3d(475px, 0, 0);
    -moz-transform: translate3d(475px, 0, 0);
    -o-transform: translate3d(475px, 0, 0);
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
    transition: left 0.3s;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
  }
  .sidebar-menu.mobile {
    width: 475px;
    background-color: #fff;
    position: fixed;
    left: -475px;
    top: 0;
    bottom: 0;
    overflow: auto;
    color: #aaa;
    z-index: 9995;
    transition: transform .25s;
    -webkit-transition: -webkit-transform 0.25s;
    -moz-transition: -moz-transform 0.25s;
    -o-transition: -o-transform 0.25s;
    margin-bottom: 0;
  }
  .sidebar-menu.mobile .nav-tabs > li {
    width: 50%;
    text-align: center;
  }
  .sidebar-menu.mobile .nav-tabs > li > a {
    background: none;
    padding: 25px 0;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
  }
  .sidebar-menu.mobile .nav-tabs > li.active > a {
    background: #e3e3e3;
  }
  .sidebar-menu.mobile .top-links {
    text-align: left;
    margin: 0;
  }
  .sidebar-menu.mobile .top-links li {
    width: 100%;
  }
  .sidebar-menu.mobile .top-links li a:not(.no-display) {
    border-bottom: 1px solid #e3e3e3;
    color: #575757;
    display: block;
    font-weight: 700;
    padding: 0.8rem 20px;
    text-decoration: none;
  }
}
/* HEADER */
@media (min-width: 768px) {
  body.boxed-full:not(.panel-popup) .header .header-placeholder.active-sticky {
    left: 30px;
    right: 30px;
  }
}
@media (max-width: 1366px) {
  body.boxed-full:not(.panel-popup) .header .header-placeholder .header-content {
    padding: 0 50px;
  }
}
@media (max-width: 1199px) {
  body.boxed-full:not(.panel-popup) .header .header-placeholder .header-content {
    padding: 0;
  }
}
body.boxed:not(.panel-popup) .header .header-placeholder {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  body.boxed:not(.panel-popup) .header .header-placeholder .header-content {
    background: #f2f2f2;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    padding: 0;
  }
  body.boxed:not(.panel-popup) .header .header-placeholder.active-sticky .header-content {
    background: #fff;
  }
  .form-open body.boxed:not(.panel-popup) .header-placeholder .header-content {
    background: #fff;
  }
}
@media (min-width: 1366px) {
  body.boxed:not(.panel-popup) .header .header-placeholder {
    max-width: 1310px;
  }
}
@media (max-width: 1365px) and (min-width: 1200px) {
  body.boxed:not(.panel-popup) .header .header-placeholder {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  body.boxed:not(.panel-popup) .header .header-placeholder {
    max-width: 932px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  body.boxed:not(.panel-popup) .header .header-placeholder {
    max-width: 708px;
  }
}
@media (min-width: 1200px) {
  .minicart-wrapper:not(.minicart-sidebar) .mage-dropdown-dialog {
    display: block !important;
    top: calc(100% + 20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
  }
  .minicart-wrapper:not(.minicart-sidebar):hover .mage-dropdown-dialog {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transition: top .3s , opacity .3s;
    -webkit-transition: top .3s , opacity .3s;
    -moz-transition: top .3s , opacity .3s;
    -o-transition: top .3s , opacity .3s;
  }
  .header .no-popup .search-form .form-search .minisearch .search-select button,
  .header .no-popup .search-form .form-search .input-search .input-text {
    font-size: 14px;
  }
  .header3 .header-placeholder .label-menu,
  .header4 .header-placeholder .label-menu {
    top: -5px;
  }
  .header3 .header-placeholder .table-icon-menu > li,
  .header4 .header-placeholder .table-icon-menu > li {
    height: 120px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .header3 .header-placeholder.active-sticky .table-icon-menu > li,
  .header4 .header-placeholder.active-sticky .table-icon-menu > li {
    height: 80px;
  }
  .header.header1 .header-placeholder .sidebar-menu .dropdown-switcher {
    display: inline-block;
    padding: 0 15px;
    position: relative;
  }
  .header.header1 .header-placeholder .sidebar-menu .dropdown-switcher.switcher-language {
    text-transform: capitalize;
  }
  .header.header1 .header-placeholder .sidebar-menu .dropdown-switcher.switcher-language .custom-toggle {
    text-transform: capitalize;
  }
  .header.header1 .header-placeholder .sidebar-menu .dropdown-switcher.switcher-language .custom-toggle .name {
    display: none;
  }
  .header.header1 .header-placeholder .sidebar-menu .dropdown-switcher.switcher-language .custom-toggle .code {
    display: inline-block;
  }
  .header.header1 .header-placeholder .sidebar-menu .dropdown-switcher.switcher-currency .custom-toggle .name {
    display: none;
  }
  .header.header1 .header-placeholder .sidebar-menu .dropdown-switcher.switcher-currency .custom-toggle .code {
    display: inline-block;
  }
  .header.header1 .header-placeholder .sidebar-menu .dropdown-switcher.switcher-currency .dropdown-custom .code {
    display: none;
  }
  .header.header1 .header-placeholder .sidebar-menu .dropdown-switcher .title {
    display: none;
  }
  .header.header1 .header-placeholder .sidebar-menu .dropdown-switcher + .dropdown-switcher:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -2px;
    background-color: #d5d5d5;
    content: "";
    height: 23px;
    width: 1px;
  }
  .header.header1 .header-placeholder .sidebar-menu .dropdown-switcher .custom-toggle:not(.alone) {
    display: none;
  }
  .header.header1 .header-placeholder .sidebar-menu .dropdown-switcher .custom-toggle {
    font-size: 14px;
    color: #000;
    background: none;
    border: 0;
    padding: 15px 0;
  }
  .header.header1 .header-placeholder .sidebar-menu .dropdown-switcher .custom-toggle i {
    font-size: 18px;
    margin-left: 10px;
    vertical-align: middle;
  }
  .header.header1 .header-placeholder .sidebar-menu .dropdown-switcher .custom-toggle:hover {
    color: #c00;
  }
  .header.header1 .header-placeholder .sidebar-menu .dropdown-switcher .dropdown-custom {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    top: calc(100% + 20px);
    min-width: 120px;
    position: absolute;
    left: 5px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
  }
  .header.header1 .header-placeholder .sidebar-menu .dropdown-switcher .dropdown-custom li a {
    padding: 7px 30px;
  }
  .header.header1 .header-placeholder .sidebar-menu .dropdown-switcher:hover .dropdown-custom {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transition: top .3s , opacity .3s;
    -webkit-transition: top .3s , opacity .3s;
    -moz-transition: top .3s , opacity .3s;
    -o-transition: top .3s , opacity .3s;
  }
  .header:not(.header1) .header-placeholder .dropdown-toplinks {
    padding: 38px 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
  }
  .header.header5 .header-placeholder .dropdown-toplinks {
    padding: 18px 0;
  }
  .header .header-placeholder.active-sticky .dropdown-toplinks {
    padding: 18px 0;
  }
  .header.header5 .header-placeholder .sidebar-menu .dropdown-switcher,
  .header.header2 .header-placeholder .sidebar-menu .dropdown-switcher {
    width: 50%;
  }
  .header.header5 .header-placeholder .sidebar-menu .dropdown-switcher .title,
  .header.header2 .header-placeholder .sidebar-menu .dropdown-switcher .title {
    margin-bottom: 15px;
  }
  .header.header5 .header-placeholder .sidebar-menu .dropdown-switcher .custom-toggle.alone,
  .header.header2 .header-placeholder .sidebar-menu .dropdown-switcher .custom-toggle.alone {
    display: none;
  }
  .header.header5 .header-placeholder .sidebar-menu .dropdown-switcher .name,
  .header.header2 .header-placeholder .sidebar-menu .dropdown-switcher .name {
    display: inline-block;
  }
  .header.header5 .header-placeholder .sidebar-menu .dropdown-switcher .code,
  .header.header2 .header-placeholder .sidebar-menu .dropdown-switcher .code {
    display: none;
  }
  .header.header5 .header-placeholder .sidebar-menu .dropdown-switcher .custom-toggle,
  .header.header2 .header-placeholder .sidebar-menu .dropdown-switcher .custom-toggle {
    background: none;
    border: 0;
    color: #999;
    padding: 0;
  }
  .header.header5 .header-placeholder .sidebar-menu .dropdown-switcher .custom-toggle:hover,
  .header.header2 .header-placeholder .sidebar-menu .dropdown-switcher .custom-toggle:hover {
    color: #c00;
  }
  .header.header5 .header-placeholder .sidebar-menu .dropdown-switcher .custom-toggle .less,
  .header.header2 .header-placeholder .sidebar-menu .dropdown-switcher .custom-toggle .less {
    display: none;
  }
  .header.header5 .header-placeholder .sidebar-menu .dropdown-switcher .custom-toggle .more,
  .header.header2 .header-placeholder .sidebar-menu .dropdown-switcher .custom-toggle .more {
    display: block;
  }
  .header.header5 .header-placeholder .sidebar-menu .dropdown-switcher .dropdown-custom,
  .header.header2 .header-placeholder .sidebar-menu .dropdown-switcher .dropdown-custom {
    display: block !important;
    position: static;
    border: 0;
    height: auto !important;
  }
  .header.header5 .header-placeholder .sidebar-menu .dropdown-switcher .dropdown-custom li.active a,
  .header.header2 .header-placeholder .sidebar-menu .dropdown-switcher .dropdown-custom li.active a {
    color: #c00;
    cursor: default;
    pointer-events: none;
    background: none;
  }
  .header.header5 .header-placeholder .sidebar-menu .dropdown-switcher .dropdown-custom li.not,
  .header.header2 .header-placeholder .sidebar-menu .dropdown-switcher .dropdown-custom li.not {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .header.header5 .header-placeholder .sidebar-menu .dropdown-switcher .dropdown-custom li a,
  .header.header2 .header-placeholder .sidebar-menu .dropdown-switcher .dropdown-custom li a {
    padding: 7px 0;
  }
  .header.header5 .header-placeholder .sidebar-menu .dropdown-switcher .open.dropdown-custom li.not,
  .header.header2 .header-placeholder .sidebar-menu .dropdown-switcher .open.dropdown-custom li.not {
    max-height: 50px;
  }
  .header.header5 .header-placeholder .sidebar-menu .dropdown-switcher .open.custom-toggle .less,
  .header.header2 .header-placeholder .sidebar-menu .dropdown-switcher .open.custom-toggle .less {
    display: block;
  }
  .header.header5 .header-placeholder .sidebar-menu .dropdown-switcher .open.custom-toggle .more,
  .header.header2 .header-placeholder .sidebar-menu .dropdown-switcher .open.custom-toggle .more {
    display: none;
  }
  .header .header-placeholder .sidebar-menu .nav-main-menu li.level0 > .toggle-menu {
    line-height: 62px;
  }
  .header .header-placeholder .sidebar-menu .nav.nav-main-menu > li > a {
    font-size: 36px;
    padding: 1px 0;
  }
  .header .header-placeholder .sidebar-menu .nav.nav-main-menu > li ul li a {
    font-size: 24px;
    color: #999;
    line-height: 52px;
    display: block;
  }
  .header .header-placeholder .sidebar-menu .nav.nav-main-menu > li ul li a:hover {
    color: #000;
  }
  .header .header-placeholder .sidebar-menu .nav.nav-main-menu li > ul.sub-menu,
  .header .header-placeholder .sidebar-menu .nav.nav-main-menu li > ul.dropdown-menu {
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .header .header-placeholder .sidebar-menu .dropdown-switcher {
    display: inline-block;
    z-index: 9;
    float: left;
    padding: 15px;
  }
  .nav-open .header .header-placeholder .sidebar-menu .dropdown-switcher,
  .nav-open .header .header-placeholder .sidebar-menu .megamenu-click,
  .nav-open .header .header-placeholder .sidebar-menu .contact-us,
  .nav-open .header .header-placeholder .sidebar-menu .socials {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transition: transform .5s , opacity .5s;
    -webkit-transition: transform .5s , opacity .5s;
    -moz-transition: transform .5s , opacity .5s;
    -o-transition: transform .5s , opacity .5s;
  }
  .nav-open .header .header-placeholder .sidebar-menu .megamenu-click {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
  }
  .nav-open .header .header-placeholder .sidebar-menu .contact-us {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
  }
  .nav-open .header .header-placeholder .sidebar-menu .socials {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
  }
  .header .header-placeholder .links .social-login {
    font-size: 25px;
    color: #999;
  }
  .header .header-placeholder .links .social-login:hover {
    color: #c00;
  }
  .header .header-placeholder .top-header {
    padding: 15px 0;
    border-bottom: 1px solid #d6d6d6;
    max-height: 60px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .header .header-placeholder .bottom-header {
    max-height: 120px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .header .header-placeholder .bottom-header .nav-main-menu {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
  }
  .header .header-placeholder .bottom-header .megamenu-hover .navigation .nav-main-menu > li > a {
    padding: 20px;
  }
  .header .header-placeholder .bottom-header .nav-main-menu {
    margin: 0 auto;
  }
  .header .header-placeholder.active-sticky {
    position: fixed;
  }
  .header .header-placeholder.active-sticky .header-content {
    background: #fff;
  }
  .header .header-placeholder.active-sticky .middle-header .swicther {
    min-height: 80px;
  }
  .header .header-placeholder.active-sticky .middle-header .search-form {
    min-height: 80px;
  }
  .header .header-placeholder.active-sticky .middle-header .logo {
    height: 70px;
  }
  .header .header-placeholder.active-sticky .middle-header .minicart-wrapper {
    padding: 17px 0;
  }
  .header .header-placeholder.active-sticky .minicart-wrapper {
    padding: 17px 0;
  }
  .header .header-placeholder.active-sticky .top-header {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
  }
  .header .header-placeholder.active-sticky .bottom-header {
    max-height: 0;
  }
  .header .header-placeholder.active-sticky .bottom-header .nav-main-menu {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  .header .header-placeholder.active-sticky:hover .bottom-header {
    max-height: 80px;
  }
  .header .header-placeholder.active-sticky:hover .bottom-header .nav-main-menu {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
  }
  .header .header-placeholder .middle-header .swicther {
    min-height: 100px;
    display: flex;
    align-items: center;
  }
  .header .header-placeholder .middle-header .logo {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    height: 90px;
  }
  .header .header-placeholder .middle-header .logo img {
    margin: 0 auto;
  }
  .header .header-placeholder .middle-header .search-form {
    display: flex;
    align-items: center;
    min-height: 100px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .header .header-placeholder .middle-header .minicart-wrapper {
    padding: 37px 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .header .header-placeholder .middle-header .dropdown-switcher {
    display: inline-block;
    padding: 0 15px;
    position: relative;
  }
  .header .header-placeholder .middle-header .dropdown-switcher.switcher-language {
    text-transform: capitalize;
  }
  .header .header-placeholder .middle-header .dropdown-switcher.switcher-language .name {
    display: inline-block;
  }
  .header .header-placeholder .middle-header .dropdown-switcher.switcher-language .code {
    display: none;
  }
  .header .header-placeholder .middle-header .dropdown-switcher.switcher-language .custom-toggle {
    text-transform: capitalize;
  }
  .header .header-placeholder .middle-header .dropdown-switcher.switcher-language .dropdown-custom {
    left: 15px;
    right: auto;
  }
  .header .header-placeholder .middle-header .dropdown-switcher.switcher-currency .name {
    display: none;
  }
  .header .header-placeholder .middle-header .dropdown-switcher.switcher-currency .code {
    display: inline-block;
  }
  .header .header-placeholder .middle-header .dropdown-switcher.switcher-currency .dropdown-custom {
    right: 15px;
    left: auto;
  }
  .header .header-placeholder .middle-header .dropdown-switcher .title {
    display: none;
  }
  .header .header-placeholder .middle-header .dropdown-switcher + .dropdown-switcher:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -2px;
    background-color: #d5d5d5;
    content: "";
    height: 23px;
    width: 1px;
  }
  .header .header-placeholder .middle-header .dropdown-switcher .custom-toggle:not(.alone) {
    display: none;
  }
  .header .header-placeholder .middle-header .dropdown-switcher .custom-toggle {
    font-size: 14px;
    color: #000;
    padding: 30px 0;
    background: none;
    border: 0;
  }
  .header .header-placeholder .middle-header .dropdown-switcher .custom-toggle i {
    font-size: 18px;
    margin-left: 5px;
    vertical-align: middle;
  }
  .header .header-placeholder .middle-header .dropdown-switcher .custom-toggle:hover {
    color: #c00;
  }
  .header .header-placeholder .middle-header .dropdown-switcher .dropdown-custom {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    top: calc(100% + 20px);
    min-width: 120px;
    transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    position: absolute;
  }
  .header .header-placeholder .middle-header .dropdown-switcher .dropdown-custom li a {
    padding: 7px 30px;
  }
  .header .header-placeholder .middle-header .dropdown-switcher:hover .dropdown-custom {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  .header .header-placeholder .swicther {
    margin-left: -15px;
    margin-right: -15px;
  }
  .header .header-placeholder .sidebar-menu .dropdown-switcher,
  .header .header-placeholder .sidebar-menu .megamenu-click,
  .header .header-placeholder .sidebar-menu .contact-us,
  .header .header-placeholder .sidebar-menu .socials {
    transform: translateY(60px);
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -o-transform: translateY(60px);
    opacity: 0;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
  }
  .header .header-placeholder .search-popup .search-form.active .form-search {
    visibility: visible;
    opacity: 1;
  }
  .header .header-placeholder .search-popup .search-form.active .form-search .search-title,
  .header .header-placeholder .search-popup .search-form.active .form-search .form.minisearch .search-select,
  .header .header-placeholder .search-popup .search-form.active .form-search .form.minisearch .input-search button,
  .header .header-placeholder .search-popup .search-form.active .form-search .form.minisearch input[type=text] {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transition: transform .6s , opacity .6s;
    -webkit-transition: transform .6s , opacity .6s;
    -moz-transition: transform .6s , opacity .6s;
    -o-transition: transform .6s , opacity .6s;
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    opacity: 1;
  }
  .header .header-placeholder .search-popup .search-form.active .form-search .search-title {
    transition: transform .6s , opacity .6s;
    -webkit-transition: transform .6s , opacity .6s;
    -moz-transition: transform .6s , opacity .6s;
    -o-transition: transform .6s , opacity .6s;
  }
  .header .header-placeholder .search-popup .search-form.active .search-close {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    opacity: 1;
    transition: transform .6s , opacity .6s;
    -webkit-transition: transform .6s , opacity .6s;
    -moz-transition: transform .6s , opacity .6s;
    -o-transition: transform .6s , opacity .6s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
  }
  .header .header-placeholder .search-popup .search-form .form-search {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    z-index: 900;
    padding: 190px 15px 30px 15px;
  }
  .header .header-placeholder .search-popup .search-form .form-search button {
    background: none;
    border: 0;
  }
  .header .header-placeholder .search-popup .search-form .form-search .wrapper-search {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    right: 0;
    bottom: 0;
  }
  .header .header-placeholder .search-popup .search-form .form-search .search-title {
    font-weight: 400;
    margin-bottom: 100px;
  }
  .header .header-placeholder .search-popup .search-form .form-search .form.minisearch {
    max-width: 970px;
    margin: 0 auto;
  }
  .header .header-placeholder .search-popup .search-form .form-search .form.minisearch input[type=text] {
    padding-left: 15px;
    padding-right: 35px;
    border-color: #ccc;
    height: 55px;
    font-size: 14px;
    color: #999;
  }
  .header .header-placeholder .search-popup .search-form .form-search .form.minisearch input[type=text].enable-categories {
    padding-left: 150px;
  }
  .header .header-placeholder .search-popup .search-form .form-search .form.minisearch .search-select {
    position: absolute;
    z-index: 1;
  }
  .header .header-placeholder .search-popup .search-form .form-search .form.minisearch .search-select .search-toggle {
    font-size: 14px;
    height: 55px;
    padding-left: 15px;
  }
  .header .header-placeholder .search-popup .search-form .form-search .form.minisearch .input-search {
    position: relative;
  }
  .header .header-placeholder .search-popup .search-form .form-search .form.minisearch .input-search button {
    position: absolute;
    right: 3px;
    top: 2px;
    line-height: 55px;
    font-size: 25px;
  }
  .header .header-placeholder .search-popup .search-form .form-search .form.minisearch .input-search button i.search {
    display: none;
  }
  .header .header-placeholder .search-popup .search-form .form-search .form.minisearch .input-search button i.arrow {
    display: inline-block;
  }
  .header .header-placeholder .search-popup .search-form .form-search .form.minisearch .input-search button:hover {
    color: #000;
  }
  .header .header-placeholder .search-popup .search-form .search-close,
  .header .header-placeholder .search-popup .search-form .form-search .search-title,
  .header .header-placeholder .search-popup .search-form .form-search .form.minisearch .search-select,
  .header .header-placeholder .search-popup .search-form .form-search .form.minisearch .input-search button,
  .header .header-placeholder .search-popup .search-form .form-search .form.minisearch input[type=text] {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    opacity: 0;
    transition: transform .9s , opacity .3s;
    -webkit-transition: transform .9s , opacity .3s;
    -moz-transition: transform .9s , opacity .3s;
    -o-transition: transform .9s , opacity .3s;
  }
  .header .header-placeholder .search-popup .search-form .search-close {
    transition: transform .9s , opacity .15s;
    -webkit-transition: transform .9s , opacity .15s;
    -moz-transition: transform .9s , opacity .15s;
    -o-transition: transform .9s , opacity .15s;
    height: auto;
    margin-top: 120px;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translate(-50%, 50px);
    -webkit-transform: translate(-50%, 50px);
    -moz-transform: translate(-50%, 50px);
    -o-transform: translate(-50%, 50px);
  }
  .header .header-placeholder .search-popup .search-form .search-close:hover {
    color: #c00;
  }
  .header .header-placeholder .header4 .header-placeholder .search-popup .search-form .form-search {
    padding-top: 222px;
  }
  .cms-index-index .header2 .header-placeholder.header-sticky .header-content {
    background: none;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
  }
  .cms-index-index .header2 .header-placeholder.header-sticky:hover .header-content,
  .cms-index-index .header2 .header-placeholder.header-sticky.active-sticky .header-content {
    background: #fff;
  }
  .header.header2 .header-placeholder .minicart-wrapper {
    padding: 37px 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
  }
  .header.header2 .header-placeholder .label-menu {
    top: 40px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
  }
  .header.header2 .header-placeholder .logo {
    height: 110px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
  }
  .header.header2 .header-placeholder .table-icon-menu > li {
    height: 120px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
  }
  .header.header2 .header-placeholder .megamenu-hover .navigation .nav-main-menu > li > a {
    padding: 47px 20px 46px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
  }
  .header.header2 .header-placeholder.active-sticky .minicart-wrapper {
    padding: 17px 0;
  }
  .header.header2 .header-placeholder.active-sticky .label-menu {
    top: 20px;
  }
  .header.header2 .header-placeholder.active-sticky .logo {
    height: 70px;
  }
  .header.header2 .header-placeholder.active-sticky .megamenu-hover .navigation .nav-main-menu > li > a {
    padding: 27px 20px 26px;
  }
  .header.header2 .header-placeholder.active-sticky .table-icon-menu > li {
    height: 80px;
  }
}
@media (max-width: 1366px) {
  .header .header-placeholder .header-content {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .header .header-placeholder .header-content {
    padding: 0;
  }
  .search-popup {
    display: none;
  }
  .header .header-placeholder .sidebar-menu .nav.nav-main-menu li > ul.sub-menu,
  .header .header-placeholder .sidebar-menu .nav.nav-main-menu li > ul.dropdown-menu {
    padding-left: 15px;
    padding-bottom: 10px;
  }
  .header .header-placeholder .sidebar-menu .close-nav-button {
    top: 10px;
  }
  .label-menu {
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: auto;
  }
  .header .header-placeholder {
    padding: 0 !important;
  }
  .header .header-placeholder .nav-main-menu .dropdown-menu {
    padding-left: 15px;
  }
  .header .header-placeholder > .search-form {
    display: none;
  }
  .header .header-placeholder .megamenu-click {
    margin: 50px 0;
  }
  .header .header-placeholder .header-link > li .dropdown-switcher button i {
    font-size: 22px;
    margin-right: 3px;
    color: #999;
    float: right;
  }
  .header .header-placeholder .header-link > li {
    padding: 14px 0;
    border-bottom: 1px solid #ccc;
    position: relative;
    background: #fff;
  }
  .header .header-placeholder .header-link > li a > i {
    font-size: 25px;
    float: right;
  }
  .header .header-placeholder .header-link > li button,
  .header .header-placeholder .header-link > li > a {
    display: block;
    width: 100%;
    background: none;
    border: 0;
    color: #000;
    padding: 0;
    text-align: left;
    font-size: 16px;
    box-shadow: none;
  }
  .header .header-placeholder .sidebar-menu {
    padding: 100px 30px 30px 30px;
  }
  .header .header-placeholder .sidebar-menu .close-nav-button span {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .header .header-placeholder .navbar-toggle-menu .nav-toggle {
    align-items: center;
    display: flex;
    min-height: 80px;
    background: none;
    border: 0;
    box-shadow: none;
    padding: 0;
  }
  .header .header-placeholder .logo img {
    display: block;
    margin: 0 auto;
  }
  .header .header-placeholder .nav-main-menu .dropdown-menu {
    padding-left: 15px;
    padding-bottom: 15px;
  }
  .header .header-placeholder .nav-main-menu li > a {
    padding: 9px 40px 8px 0px;
    display: block;
  }
  .header .header-placeholder .nav-main-menu > li {
    border-bottom: 1px solid #ddd;
  }
  .header .header-placeholder .nav-main-menu > li > a {
    font-size: 16px;
    padding: 15px 0;
  }
  .header .header-placeholder .dropdown-switcher .code,
  .header .header-placeholder .dropdown-switcher .custom-toggle:not(.alone) {
    display: none;
  }
  .header .header-placeholder .dropdown-switcher .dropdown-custom {
    border: 0;
  }
}
@media (max-width: 991px) {
  .minicart-wrapper.minicart-sidebar.active .mage-dropdown-dialog .minicart-items {
    top: 50px;
  }
  .minicart-wrapper.minicart-sidebar .mage-dropdown-dialog .subtitle.empty {
    margin: 50px 20px;
  }
  .minicart-wrapper.minicart-sidebar .mage-dropdown-dialog .subtotal {
    margin: 10px 0;
  }
  .minicart-wrapper.minicart-sidebar .mage-dropdown-dialog .minicart-items {
    bottom: 182px;
    margin: 0 20px;
    top: 100px;
  }
  .minicart-wrapper.minicart-sidebar .mage-dropdown-dialog .block-content > .actions {
    padding-bottom: 20px;
    margin: 0 20px;
  }
  .minicart-wrapper.minicart-sidebar .mage-dropdown-dialog .block-content > .actions a,
  .minicart-wrapper.minicart-sidebar .mage-dropdown-dialog .block-content > .actions button {
    height: 45px;
    line-height: 45px;
  }
  .minicart-wrapper.minicart-sidebar .close-minicart {
    right: -55px;
  }
  .minicart-wrapper.minicart-sidebar .close-minicart i {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  body.boxed-full:not(.panel-popup) .header .header-placeholder.active-sticky,
  body.boxed:not(.panel-popup) .header .header-placeholder.active-sticky {
    left: 15px;
    right: 15px;
  }
  .minicart-wrapper.minicart-sidebar .subtotal {
    margin: 20px 0;
  }
  .minicart-wrapper.minicart-sidebar .mage-dropdown-dialog .minicart-items {
    bottom: 236px;
  }
  .minicart-wrapper.minicart-sidebar .block-content > .actions {
    padding-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .header .header-placeholder .sidebar-menu {
    width: 320px;
    padding: 80px 20px 20px 20px;
  }
  .header .header-placeholder .sidebar-menu .close-nav-button {
    top: 0;
    left: 5px;
  }
  .minicart-wrapper.minicart-sidebar .mage-dropdown-dialog {
    width: 320px;
  }
  .minicart-wrapper.minicart-sidebar .close-minicart {
    right: -210px;
  }
}
/* FOOTER */
@media (max-width: 767px) {
  .footer {
    margin-top: 65px;
  }
}
@media (max-width: 1366px) {
  .footer2 .middle-footer {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .footer2 .socials {
    width: 100%;
    margin-top: 10px;
  }
  .footer2 .socials a:first-child {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .footer5 .footer-container {
    padding: 40px 15px 30px;
  }
  .footer {
    text-align: center;
  }
  .footer .socials {
    float: none;
    margin-top: 40px;
  }
  .footer .menu {
    text-align: center;
  }
  .footer .logo {
    margin-bottom: 50px;
  }
  .footer3 .block-socials {
    text-align: center;
  }
  .footer3 .socials {
    margin-left: 0;
    margin-top: 10px;
  }
  .footer3 .logo {
    margin-top: 50px;
  }
  .footer3 .footer-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footer2 .middle-footer {
    padding: 50px 15px;
  }
  .footer2 .block-socials {
    text-align: center;
    margin-top: 40px;
  }
  .footer2 .block-socials .socials {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .footer2 .copyright {
    margin-bottom: 22px;
  }
  .footer2 ul.block li {
    display: inline-block;
    padding: 5px 10px;
  }
}
@media (max-width: 479px) {
  .footer .block.newsletter label {
    display: none;
  }
  .footer .block.newsletter .form.subscribe {
    width: 100%;
  }
}
/***/
@media (max-width: 767px) {
  .sidebar-reponsive-btn {
    display: none !important;
  }
  body.account .sidebar-reponsive-btn,
  .catalog-category-view:not(.page-layout-1column) .sidebar-reponsive-btn {
    display: block !important;
  }
}
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-abacus:before{content:"\f640"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acorn:before{content:"\f6ae"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-alarm-clock:before{content:"\f34e"}.fa-algolia:before{content:"\f36c"}.fa-alicorn:before{content:"\f6b0"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-analytics:before{content:"\f643"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angel:before{content:"\f779"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-crate:before{content:"\f6b1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-alt-down:before{content:"\f354"}.fa-arrow-alt-from-bottom:before{content:"\f346"}.fa-arrow-alt-from-left:before{content:"\f347"}.fa-arrow-alt-from-right:before{content:"\f348"}.fa-arrow-alt-from-top:before{content:"\f349"}.fa-arrow-alt-left:before{content:"\f355"}.fa-arrow-alt-right:before{content:"\f356"}.fa-arrow-alt-square-down:before{content:"\f350"}.fa-arrow-alt-square-left:before{content:"\f351"}.fa-arrow-alt-square-right:before{content:"\f352"}.fa-arrow-alt-square-up:before{content:"\f353"}.fa-arrow-alt-to-bottom:before{content:"\f34a"}.fa-arrow-alt-to-left:before{content:"\f34b"}.fa-arrow-alt-to-right:before{content:"\f34c"}.fa-arrow-alt-to-top:before{content:"\f34d"}.fa-arrow-alt-up:before{content:"\f357"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-from-bottom:before{content:"\f342"}.fa-arrow-from-left:before{content:"\f343"}.fa-arrow-from-right:before{content:"\f344"}.fa-arrow-from-top:before{content:"\f345"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-square-down:before{content:"\f339"}.fa-arrow-square-left:before{content:"\f33a"}.fa-arrow-square-right:before{content:"\f33b"}.fa-arrow-square-up:before{content:"\f33c"}.fa-arrow-to-bottom:before{content:"\f33d"}.fa-arrow-to-left:before{content:"\f33e"}.fa-arrow-to-right:before{content:"\f340"}.fa-arrow-to-top:before{content:"\f341"}.fa-arrow-up:before{content:"\f062"}.fa-arrows:before{content:"\f047"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-arrows-h:before{content:"\f07e"}.fa-arrows-v:before{content:"\f07d"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-atom-alt:before{content:"\f5d3"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-axe:before{content:"\f6b2"}.fa-axe-battle:before{content:"\f6b3"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backpack:before{content:"\f5d4"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-badge:before{content:"\f335"}.fa-badge-check:before{content:"\f336"}.fa-badge-dollar:before{content:"\f645"}.fa-badge-percent:before{content:"\f646"}.fa-badger-honey:before{content:"\f6b4"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ball-pile:before{content:"\f77e"}.fa-ballot:before{content:"\f732"}.fa-ballot-check:before{content:"\f733"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-barcode-alt:before{content:"\f463"}.fa-barcode-read:before{content:"\f464"}.fa-barcode-scan:before{content:"\f465"}.fa-bars:before{content:"\f0c9"}.fa-baseball:before{content:"\f432"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-basketball-hoop:before{content:"\f435"}.fa-bat:before{content:"\f6b5"}.fa-bath:before{content:"\f2cd"}.fa-battery-bolt:before{content:"\f376"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-slash:before{content:"\f377"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-school:before{content:"\f5d5"}.fa-bell-school-slash:before{content:"\f5d6"}.fa-bell-slash:before{content:"\f1f6"}.fa-bells:before{content:"\f77f"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blanket:before{content:"\f498"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bone-break:before{content:"\f5d8"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-alt:before{content:"\f5d9"}.fa-book-dead:before{content:"\f6b7"}.fa-book-heart:before{content:"\f499"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-book-spells:before{content:"\f6b8"}.fa-book-user:before{content:"\f7e7"}.fa-bookmark:before{content:"\f02e"}.fa-books:before{content:"\f5db"}.fa-books-medical:before{content:"\f7e8"}.fa-boot:before{content:"\f782"}.fa-booth-curtain:before{content:"\f734"}.fa-bow-arrow:before{content:"\f6b9"}.fa-bowling-ball:before{content:"\f436"}.fa-bowling-pins:before{content:"\f437"}.fa-box:before{content:"\f466"}.fa-box-alt:before{content:"\f49a"}.fa-box-ballot:before{content:"\f735"}.fa-box-check:before{content:"\f467"}.fa-box-fragile:before{content:"\f49b"}.fa-box-full:before{content:"\f49c"}.fa-box-heart:before{content:"\f49d"}.fa-box-open:before{content:"\f49e"}.fa-box-up:before{content:"\f49f"}.fa-box-usd:before{content:"\f4a0"}.fa-boxes:before{content:"\f468"}.fa-boxes-alt:before{content:"\f4a1"}.fa-boxing-glove:before{content:"\f438"}.fa-brackets:before{content:"\f7e9"}.fa-brackets-curly:before{content:"\f7ea"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-loaf:before{content:"\f7eb"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-browser:before{content:"\f37e"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-bullseye-arrow:before{content:"\f648"}.fa-bullseye-pointer:before{content:"\f649"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-burrito:before{content:"\f7ed"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-bus-school:before{content:"\f5dd"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-cabinet-filing:before{content:"\f64b"}.fa-calculator:before{content:"\f1ec"}.fa-calculator-alt:before{content:"\f64c"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-edit:before{content:"\f333"}.fa-calendar-exclamation:before{content:"\f334"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-star:before{content:"\f736"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-alt:before{content:"\f332"}.fa-camera-retro:before{content:"\f083"}.fa-campfire:before{content:"\f6ba"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candle-holder:before{content:"\f6bc"}.fa-candy-cane:before{content:"\f786"}.fa-candy-corn:before{content:"\f6bd"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-bump:before{content:"\f5e0"}.fa-car-crash:before{content:"\f5e1"}.fa-car-garage:before{content:"\f5e2"}.fa-car-mechanic:before{content:"\f5e3"}.fa-car-side:before{content:"\f5e4"}.fa-car-tilt:before{content:"\f5e5"}.fa-car-wash:before{content:"\f5e6"}.fa-caret-circle-down:before{content:"\f32d"}.fa-caret-circle-left:before{content:"\f32e"}.fa-caret-circle-right:before{content:"\f330"}.fa-caret-circle-up:before{content:"\f331"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cauldron:before{content:"\f6bf"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chair-office:before{content:"\f6c1"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-line-down:before{content:"\f64d"}.fa-chart-network:before{content:"\f78a"}.fa-chart-pie:before{content:"\f200"}.fa-chart-pie-alt:before{content:"\f64e"}.fa-chart-scatter:before{content:"\f7ee"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-cheese-swiss:before{content:"\f7f0"}.fa-cheeseburger:before{content:"\f7f1"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-bishop-alt:before{content:"\f43b"}.fa-chess-board:before{content:"\f43c"}.fa-chess-clock:before{content:"\f43d"}.fa-chess-clock-alt:before{content:"\f43e"}.fa-chess-king:before{content:"\f43f"}.fa-chess-king-alt:before{content:"\f440"}.fa-chess-knight:before{content:"\f441"}.fa-chess-knight-alt:before{content:"\f442"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-pawn-alt:before{content:"\f444"}.fa-chess-queen:before{content:"\f445"}.fa-chess-queen-alt:before{content:"\f446"}.fa-chess-rook:before{content:"\f447"}.fa-chess-rook-alt:before{content:"\f448"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-double-down:before{content:"\f322"}.fa-chevron-double-left:before{content:"\f323"}.fa-chevron-double-right:before{content:"\f324"}.fa-chevron-double-up:before{content:"\f325"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-square-down:before{content:"\f329"}.fa-chevron-square-left:before{content:"\f32a"}.fa-chevron-square-right:before{content:"\f32b"}.fa-chevron-square-up:before{content:"\f32c"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chimney:before{content:"\f78b"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-claw-marks:before{content:"\f6c2"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clipboard-list-check:before{content:"\f737"}.fa-clipboard-prescription:before{content:"\f5e8"}.fa-clipboard-user:before{content:"\f7f3"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-drizzle:before{content:"\f738"}.fa-cloud-hail:before{content:"\f739"}.fa-cloud-hail-mixed:before{content:"\f73a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-rainbow:before{content:"\f73e"}.fa-cloud-showers:before{content:"\f73f"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sleet:before{content:"\f741"}.fa-cloud-snow:before{content:"\f742"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-clouds:before{content:"\f744"}.fa-clouds-moon:before{content:"\f745"}.fa-clouds-sun:before{content:"\f746"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-club:before{content:"\f327"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-merge:before{content:"\f387"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-coffee-togo:before{content:"\f6c5"}.fa-coffin:before{content:"\f6c6"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-alt-check:before{content:"\f4a2"}.fa-comment-alt-dollar:before{content:"\f650"}.fa-comment-alt-dots:before{content:"\f4a3"}.fa-comment-alt-edit:before{content:"\f4a4"}.fa-comment-alt-exclamation:before{content:"\f4a5"}.fa-comment-alt-lines:before{content:"\f4a6"}.fa-comment-alt-medical:before{content:"\f7f4"}.fa-comment-alt-minus:before{content:"\f4a7"}.fa-comment-alt-plus:before{content:"\f4a8"}.fa-comment-alt-slash:before{content:"\f4a9"}.fa-comment-alt-smile:before{content:"\f4aa"}.fa-comment-alt-times:before{content:"\f4ab"}.fa-comment-check:before{content:"\f4ac"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-edit:before{content:"\f4ae"}.fa-comment-exclamation:before{content:"\f4af"}.fa-comment-lines:before{content:"\f4b0"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-minus:before{content:"\f4b1"}.fa-comment-plus:before{content:"\f4b2"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-smile:before{content:"\f4b4"}.fa-comment-times:before{content:"\f4b5"}.fa-comments:before{content:"\f086"}.fa-comments-alt:before{content:"\f4b6"}.fa-comments-alt-dollar:before{content:"\f652"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compass-slash:before{content:"\f5e9"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-compress-wide:before{content:"\f326"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-container-storage:before{content:"\f4b7"}.fa-contao:before{content:"\f26d"}.fa-conveyor-belt:before{content:"\f46e"}.fa-conveyor-belt-alt:before{content:"\f46f"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-corn:before{content:"\f6c7"}.fa-couch:before{content:"\f4b8"}.fa-cow:before{content:"\f6c8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-credit-card-blank:before{content:"\f389"}.fa-credit-card-front:before{content:"\f38a"}.fa-cricket:before{content:"\f449"}.fa-critical-role:before{content:"\f6c9"}.fa-croissant:before{content:"\f7f6"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-crutches:before{content:"\f7f8"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-curling:before{content:"\f44a"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dagger:before{content:"\f6cb"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-debug:before{content:"\f7f9"}.fa-deer:before{content:"\f78e"}.fa-deer-rudolph:before{content:"\f78f"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-desktop-alt:before{content:"\f390"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dewpoint:before{content:"\f748"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diamond:before{content:"\f219"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d10:before{content:"\f6cd"}.fa-dice-d12:before{content:"\f6ce"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d4:before{content:"\f6d0"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-d8:before{content:"\f6d2"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-diploma:before{content:"\f5ea"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-do-not-enter:before{content:"\f5ec"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dog-leashed:before{content:"\f6d4"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-empty:before{content:"\f473"}.fa-dolly-flatbed:before{content:"\f474"}.fa-dolly-flatbed-alt:before{content:"\f475"}.fa-dolly-flatbed-empty:before{content:"\f476"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-circle:before{content:"\f5ed"}.fa-draw-polygon:before{content:"\f5ee"}.fa-draw-square:before{content:"\f5ef"}.fa-dreidel:before{content:"\f792"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick:before{content:"\f6d6"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-duck:before{content:"\f6d8"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-ear:before{content:"\f5f0"}.fa-ear-muffs:before{content:"\f795"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-eclipse:before{content:"\f749"}.fa-eclipse-alt:before{content:"\f74a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-egg-fried:before{content:"\f7fc"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-elephant:before{content:"\f6da"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-h-alt:before{content:"\f39b"}.fa-ellipsis-v:before{content:"\f142"}.fa-ellipsis-v-alt:before{content:"\f39c"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-empty-set:before{content:"\f656"}.fa-engine-warning:before{content:"\f5f2"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-dollar:before{content:"\f657"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange:before{content:"\f0ec"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-square:before{content:"\f321"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows:before{content:"\f31d"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expand-wide:before{content:"\f320"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link:before{content:"\f08e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square:before{content:"\f14c"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-evil:before{content:"\f6db"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-field-hockey:before{content:"\f44c"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-certificate:before{content:"\f5f3"}.fa-file-chart-line:before{content:"\f659"}.fa-file-chart-pie:before{content:"\f65a"}.fa-file-check:before{content:"\f316"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-edit:before{content:"\f31c"}.fa-file-excel:before{content:"\f1c3"}.fa-file-exclamation:before{content:"\f31a"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-minus:before{content:"\f318"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-plus:before{content:"\f319"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-spreadsheet:before{content:"\f65b"}.fa-file-times:before{content:"\f317"}.fa-file-upload:before{content:"\f574"}.fa-file-user:before{content:"\f65c"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-files-medical:before{content:"\f7fd"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-film-alt:before{content:"\f3a0"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-fire-smoke:before{content:"\f74b"}.fa-firefox:before{content:"\f269"}.fa-fireplace:before{content:"\f79a"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fish-cooked:before{content:"\f7fe"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-alt:before{content:"\f74c"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flame:before{content:"\f6df"}.fa-flask:before{content:"\f0c3"}.fa-flask-poison:before{content:"\f6e0"}.fa-flask-potion:before{content:"\f6e1"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flower:before{content:"\f7ff"}.fa-flower-daffodil:before{content:"\f800"}.fa-flower-tulip:before{content:"\f801"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-fog:before{content:"\f74e"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-folder-times:before{content:"\f65f"}.fa-folder-tree:before{content:"\f802"}.fa-folders:before{content:"\f660"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-football-helmet:before{content:"\f44f"}.fa-forklift:before{content:"\f47a"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-fragile:before{content:"\f4bb"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-french-fries:before{content:"\f803"}.fa-frog:before{content:"\f52e"}.fa-frosty-head:before{content:"\f79b"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-function:before{content:"\f661"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gas-pump-slash:before{content:"\f5f4"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gift-card:before{content:"\f663"}.fa-gifts:before{content:"\f79c"}.fa-gingerbread-man:before{content:"\f79d"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass:before{content:"\f804"}.fa-glass-champagne:before{content:"\f79e"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glass-whiskey-rocks:before{content:"\f7a1"}.fa-glasses:before{content:"\f530"}.fa-glasses-alt:before{content:"\f5f5"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-globe-snow:before{content:"\f7a3"}.fa-globe-stand:before{content:"\f5f6"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-golf-club:before{content:"\f451"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-h1:before{content:"\f313"}.fa-h2:before{content:"\f314"}.fa-h3:before{content:"\f315"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hammer-war:before{content:"\f6e4"}.fa-hamsa:before{content:"\f665"}.fa-hand-heart:before{content:"\f4bc"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-box:before{content:"\f47b"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-magic:before{content:"\f6e5"}.fa-hand-holding-seedling:before{content:"\f4bf"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-receiving:before{content:"\f47c"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-heart:before{content:"\f4c3"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-usd:before{content:"\f4c5"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt:before{content:"\f4c6"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-santa:before{content:"\f7a7"}.fa-hat-winter:before{content:"\f7a8"}.fa-hat-witch:before{content:"\f6e7"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-head-side:before{content:"\f6e9"}.fa-head-side-brain:before{content:"\f808"}.fa-head-side-medical:before{content:"\f809"}.fa-head-vr:before{content:"\f6ea"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heart-circle:before{content:"\f4c7"}.fa-heart-rate:before{content:"\f5f8"}.fa-heart-square:before{content:"\f4c8"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-helmet-battle:before{content:"\f6eb"}.fa-hexagon:before{content:"\f312"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-mask:before{content:"\f6ee"}.fa-hockey-puck:before{content:"\f453"}.fa-hockey-sticks:before{content:"\f454"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-home-alt:before{content:"\f80a"}.fa-home-heart:before{content:"\f4c9"}.fa-home-lg:before{content:"\f80b"}.fa-home-lg-alt:before{content:"\f80c"}.fa-hood-cloak:before{content:"\f6ef"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hospitals:before{content:"\f80e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-flood:before{content:"\f74f"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-humidity:before{content:"\f750"}.fa-hurricane:before{content:"\f751"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-ice-skate:before{content:"\f7ac"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-inbox-in:before{content:"\f310"}.fa-inbox-out:before{content:"\f311"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-industry-alt:before{content:"\f3b3"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-info-square:before{content:"\f30f"}.fa-inhaler:before{content:"\f5f9"}.fa-instagram:before{content:"\f16d"}.fa-integral:before{content:"\f667"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-intersection:before{content:"\f668"}.fa-inventory:before{content:"\f480"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-island-tropical:before{content:"\f811"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jack-o-lantern:before{content:"\f30e"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-key-skeleton:before{content:"\f6f3"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-keynote:before{content:"\f66c"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kidneys:before{content:"\f5fb"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kite:before{content:"\f6f4"}.fa-kiwi-bird:before{content:"\f535"}.fa-knife-kitchen:before{content:"\f6f5"}.fa-korvue:before{content:"\f42f"}.fa-lambda:before{content:"\f66e"}.fa-lamp:before{content:"\f4ca"}.fa-landmark:before{content:"\f66f"}.fa-landmark-alt:before{content:"\f752"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-layer-minus:before{content:"\f5fe"}.fa-layer-plus:before{content:"\f5ff"}.fa-leaf:before{content:"\f06c"}.fa-leaf-heart:before{content:"\f4cb"}.fa-leaf-maple:before{content:"\f6f6"}.fa-leaf-oak:before{content:"\f6f7"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down:before{content:"\f149"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up:before{content:"\f148"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-lightbulb-dollar:before{content:"\f670"}.fa-lightbulb-exclamation:before{content:"\f671"}.fa-lightbulb-on:before{content:"\f672"}.fa-lightbulb-slash:before{content:"\f673"}.fa-lights-holiday:before{content:"\f7b2"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lips:before{content:"\f600"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location:before{content:"\f601"}.fa-location-arrow:before{content:"\f124"}.fa-location-circle:before{content:"\f602"}.fa-location-slash:before{content:"\f603"}.fa-lock:before{content:"\f023"}.fa-lock-alt:before{content:"\f30d"}.fa-lock-open:before{content:"\f3c1"}.fa-lock-open-alt:before{content:"\f3c2"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-long-arrow-up:before{content:"\f176"}.fa-loveseat:before{content:"\f4cc"}.fa-low-vision:before{content:"\f2a8"}.fa-luchador:before{content:"\f455"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lyft:before{content:"\f3c3"}.fa-mace:before{content:"\f6f8"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailbox:before{content:"\f813"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-mandolin:before{content:"\f6f9"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-marker-alt-slash:before{content:"\f605"}.fa-map-marker-check:before{content:"\f606"}.fa-map-marker-edit:before{content:"\f607"}.fa-map-marker-exclamation:before{content:"\f608"}.fa-map-marker-minus:before{content:"\f609"}.fa-map-marker-plus:before{content:"\f60a"}.fa-map-marker-question:before{content:"\f60b"}.fa-map-marker-slash:before{content:"\f60c"}.fa-map-marker-smile:before{content:"\f60d"}.fa-map-marker-times:before{content:"\f60e"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-meat:before{content:"\f814"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaphone:before{content:"\f675"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-mind-share:before{content:"\f677"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-hexagon:before{content:"\f307"}.fa-minus-octagon:before{content:"\f308"}.fa-minus-square:before{content:"\f146"}.fa-mistletoe:before{content:"\f7b4"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-mobile-android:before{content:"\f3ce"}.fa-mobile-android-alt:before{content:"\f3cf"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monitor-heart-rate:before{content:"\f611"}.fa-monkey:before{content:"\f6fb"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-moon-cloud:before{content:"\f754"}.fa-moon-stars:before{content:"\f755"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mountains:before{content:"\f6fd"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-mug-marshmallows:before{content:"\f7b7"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-narwhal:before{content:"\f6fe"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octagon:before{content:"\f306"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-oil-temp:before{content:"\f614"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-omega:before{content:"\f67a"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-ornament:before{content:"\f7b8"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-brush-alt:before{content:"\f5a9"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-pallet-alt:before{content:"\f483"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-parking-circle:before{content:"\f615"}.fa-parking-circle-slash:before{content:"\f616"}.fa-parking-slash:before{content:"\f617"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paw-alt:before{content:"\f701"}.fa-paw-claws:before{content:"\f702"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pegasus:before{content:"\f703"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil:before{content:"\f040"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-paintbrush:before{content:"\f618"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-pennant:before{content:"\f456"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-person-carry:before{content:"\f4cf"}.fa-person-dolly:before{content:"\f4d0"}.fa-person-dolly-empty:before{content:"\f4d1"}.fa-person-sign:before{content:"\f757"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-office:before{content:"\f67d"}.fa-phone-plus:before{content:"\f4d2"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pi:before{content:"\f67e"}.fa-pie:before{content:"\f705"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pig:before{content:"\f706"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza:before{content:"\f817"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-alt:before{content:"\f3de"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-hexagon:before{content:"\f300"}.fa-plus-octagon:before{content:"\f301"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-podium:before{content:"\f680"}.fa-podium-star:before{content:"\f758"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poll-people:before{content:"\f759"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-popcorn:before{content:"\f819"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-presentation:before{content:"\f685"}.fa-print:before{content:"\f02f"}.fa-print-search:before{content:"\f81a"}.fa-print-slash:before{content:"\f686"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pumpkin:before{content:"\f707"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-question-square:before{content:"\f2fd"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-rabbit:before{content:"\f708"}.fa-rabbit-fast:before{content:"\f709"}.fa-racquet:before{content:"\f45a"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-raindrops:before{content:"\f75c"}.fa-ram:before{content:"\f70a"}.fa-ramp-loading:before{content:"\f4d4"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-rectangle-landscape:before{content:"\f2fa"}.fa-rectangle-portrait:before{content:"\f2fb"}.fa-rectangle-wide:before{content:"\f2fc"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-repeat:before{content:"\f363"}.fa-repeat-1:before{content:"\f365"}.fa-repeat-1-alt:before{content:"\f366"}.fa-repeat-alt:before{content:"\f364"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-retweet-alt:before{content:"\f361"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-rings-wedding:before{content:"\f81b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-route-highway:before{content:"\f61a"}.fa-route-interstate:before{content:"\f61b"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-triangle:before{content:"\f61c"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rv:before{content:"\f7be"}.fa-sack:before{content:"\f81c"}.fa-sack-dollar:before{content:"\f81d"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salad:before{content:"\f81e"}.fa-sandwich:before{content:"\f81f"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-sausage:before{content:"\f820"}.fa-save:before{content:"\f0c7"}.fa-scalpel:before{content:"\f61d"}.fa-scalpel-path:before{content:"\f61e"}.fa-scanner:before{content:"\f488"}.fa-scanner-keyboard:before{content:"\f489"}.fa-scanner-touchscreen:before{content:"\f48a"}.fa-scarecrow:before{content:"\f70d"}.fa-scarf:before{content:"\f7c1"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-scroll-old:before{content:"\f70f"}.fa-scrubber:before{content:"\f2f8"}.fa-scythe:before{content:"\f710"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-all:before{content:"\f367"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-sheep:before{content:"\f711"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield:before{content:"\f132"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-check:before{content:"\f2f7"}.fa-shield-cross:before{content:"\f712"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shipping-timed:before{content:"\f48c"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shish-kebab:before{content:"\f821"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shovel:before{content:"\f713"}.fa-shovel-snow:before{content:"\f7c3"}.fa-shower:before{content:"\f2cc"}.fa-shredder:before{content:"\f68a"}.fa-shuttle-van:before{content:"\f5b6"}.fa-shuttlecock:before{content:"\f45b"}.fa-sickle:before{content:"\f822"}.fa-sigma:before{content:"\f68b"}.fa-sign:before{content:"\f4d9"}.fa-sign-in:before{content:"\f090"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out:before{content:"\f08b"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signal-1:before{content:"\f68c"}.fa-signal-2:before{content:"\f68d"}.fa-signal-3:before{content:"\f68e"}.fa-signal-4:before{content:"\f68f"}.fa-signal-alt:before{content:"\f690"}.fa-signal-alt-1:before{content:"\f691"}.fa-signal-alt-2:before{content:"\f692"}.fa-signal-alt-3:before{content:"\f693"}.fa-signal-alt-slash:before{content:"\f694"}.fa-signal-slash:before{content:"\f695"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-skeleton:before{content:"\f620"}.fa-sketch:before{content:"\f7c6"}.fa-ski-jump:before{content:"\f7c7"}.fa-ski-lift:before{content:"\f7c8"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sledding:before{content:"\f7cb"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-sliders-h-square:before{content:"\f3f0"}.fa-sliders-v:before{content:"\f3f1"}.fa-sliders-v-square:before{content:"\f3f2"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-plus:before{content:"\f5b9"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoke:before{content:"\f760"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snake:before{content:"\f716"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snow-blowing:before{content:"\f761"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowflakes:before{content:"\f7cf"}.fa-snowman:before{content:"\f7d0"}.fa-snowmobile:before{content:"\f7d1"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-soup:before{content:"\f823"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-spade:before{content:"\f2f4"}.fa-speakap:before{content:"\f3f3"}.fa-spider:before{content:"\f717"}.fa-spider-black-widow:before{content:"\f718"}.fa-spider-web:before{content:"\f719"}.fa-spinner:before{content:"\f110"}.fa-spinner-third:before{content:"\f3f4"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root:before{content:"\f697"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-squirrel:before{content:"\f71a"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-staff:before{content:"\f71b"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-christmas:before{content:"\f7d4"}.fa-star-exclamation:before{content:"\f2f3"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-stars:before{content:"\f762"}.fa-staylinked:before{content:"\f3f5"}.fa-steak:before{content:"\f824"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-steering-wheel:before{content:"\f622"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stocking:before{content:"\f7d5"}.fa-stomach:before{content:"\f623"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-stretcher:before{content:"\f825"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-sun-cloud:before{content:"\f763"}.fa-sun-dust:before{content:"\f764"}.fa-sun-haze:before{content:"\f765"}.fa-sunrise:before{content:"\f766"}.fa-sunset:before{content:"\f767"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sword:before{content:"\f71c"}.fa-swords:before{content:"\f71d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablet-android:before{content:"\f3fb"}.fa-tablet-android-alt:before{content:"\f3fc"}.fa-tablet-rugged:before{content:"\f48f"}.fa-tablets:before{content:"\f490"}.fa-tachometer:before{content:"\f0e4"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tachometer-alt-average:before{content:"\f624"}.fa-tachometer-alt-fast:before{content:"\f625"}.fa-tachometer-alt-fastest:before{content:"\f626"}.fa-tachometer-alt-slow:before{content:"\f627"}.fa-tachometer-alt-slowest:before{content:"\f628"}.fa-tachometer-average:before{content:"\f629"}.fa-tachometer-fast:before{content:"\f62a"}.fa-tachometer-fastest:before{content:"\f62b"}.fa-tachometer-slow:before{content:"\f62c"}.fa-tachometer-slowest:before{content:"\f62d"}.fa-taco:before{content:"\f826"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tally:before{content:"\f69c"}.fa-tanakh:before{content:"\f827"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-tasks-alt:before{content:"\f828"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-frigid:before{content:"\f768"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-hot:before{content:"\f76a"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-tennis-ball:before{content:"\f45e"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-theta:before{content:"\f69e"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-thunderstorm:before{content:"\f76c"}.fa-thunderstorm-moon:before{content:"\f76d"}.fa-thunderstorm-sun:before{content:"\f76e"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tilde:before{content:"\f69f"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-times-hexagon:before{content:"\f2ee"}.fa-times-octagon:before{content:"\f2f0"}.fa-times-square:before{content:"\f2d3"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tire:before{content:"\f631"}.fa-tire-flat:before{content:"\f632"}.fa-tire-pressure-warning:before{content:"\f633"}.fa-tire-rugged:before{content:"\f634"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-alt:before{content:"\f71f"}.fa-tombstone:before{content:"\f720"}.fa-tombstone-alt:before{content:"\f721"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-toothbrush:before{content:"\f635"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tornado:before{content:"\f76f"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-cone:before{content:"\f636"}.fa-traffic-light:before{content:"\f637"}.fa-traffic-light-go:before{content:"\f638"}.fa-traffic-light-slow:before{content:"\f639"}.fa-traffic-light-stop:before{content:"\f63a"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-treasure-chest:before{content:"\f723"}.fa-tree:before{content:"\f1bb"}.fa-tree-alt:before{content:"\f400"}.fa-tree-christmas:before{content:"\f7db"}.fa-tree-decorated:before{content:"\f7dc"}.fa-tree-large:before{content:"\f7dd"}.fa-tree-palm:before{content:"\f82b"}.fa-trees:before{content:"\f724"}.fa-trello:before{content:"\f181"}.fa-triangle:before{content:"\f2ec"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-trophy-alt:before{content:"\f2eb"}.fa-truck:before{content:"\f0d1"}.fa-truck-container:before{content:"\f4dc"}.fa-truck-couch:before{content:"\f4dd"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-truck-plow:before{content:"\f7de"}.fa-truck-ramp:before{content:"\f4e0"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-turkey:before{content:"\f725"}.fa-turtle:before{content:"\f726"}.fa-tv:before{content:"\f26c"}.fa-tv-retro:before{content:"\f401"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-unicorn:before{content:"\f727"}.fa-union:before{content:"\f6a2"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-usd-circle:before{content:"\f2e8"}.fa-usd-square:before{content:"\f2e9"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-chart:before{content:"\f6a3"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-crown:before{content:"\f6a4"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-hard-hat:before{content:"\f82c"}.fa-user-headset:before{content:"\f82d"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-md-chat:before{content:"\f82e"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-class:before{content:"\f63d"}.fa-users-cog:before{content:"\f509"}.fa-users-crown:before{content:"\f6a5"}.fa-users-medical:before{content:"\f830"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-fork:before{content:"\f2e3"}.fa-utensil-knife:before{content:"\f2e4"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-utensils-alt:before{content:"\f2e6"}.fa-vaadin:before{content:"\f408"}.fa-value-absolute:before{content:"\f6a6"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-plus:before{content:"\f4e1"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volcano:before{content:"\f770"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume:before{content:"\f6a8"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-slash:before{content:"\f2e2"}.fa-volume-up:before{content:"\f028"}.fa-vote-nay:before{content:"\f771"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walker:before{content:"\f831"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-wand:before{content:"\f72a"}.fa-wand-magic:before{content:"\f72b"}.fa-warehouse:before{content:"\f494"}.fa-warehouse-alt:before{content:"\f495"}.fa-watch:before{content:"\f2e1"}.fa-watch-fitness:before{content:"\f63e"}.fa-water:before{content:"\f773"}.fa-water-lower:before{content:"\f774"}.fa-water-rise:before{content:"\f775"}.fa-webcam:before{content:"\f832"}.fa-webcam-slash:before{content:"\f833"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whale:before{content:"\f72c"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheat:before{content:"\f72d"}.fa-wheelchair:before{content:"\f193"}.fa-whistle:before{content:"\f460"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wifi-1:before{content:"\f6aa"}.fa-wifi-2:before{content:"\f6ab"}.fa-wifi-slash:before{content:"\f6ac"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-wind-warning:before{content:"\f776"}.fa-window:before{content:"\f40e"}.fa-window-alt:before{content:"\f40f"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-windsock:before{content:"\f777"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wreath:before{content:"\f7e2"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(../../frontend/Evolve/evolve/en_US/css/fontawesome/webfonts/fa-brands-400.eot);src:url(../../frontend/Evolve/evolve/en_US/css/fontawesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../../frontend/Evolve/evolve/en_US/css/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(../../frontend/Evolve/evolve/en_US/css/fontawesome/webfonts/fa-brands-400.woff) format("woff"),url(../../frontend/Evolve/evolve/en_US/css/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"),url(../../frontend/Evolve/evolve/en_US/css/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:300;font-display:auto;src:url(../../frontend/Evolve/evolve/en_US/css/fontawesome/webfonts/fa-light-300.eot);src:url(../../frontend/Evolve/evolve/en_US/css/fontawesome/webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"),url(../../frontend/Evolve/evolve/en_US/css/fontawesome/webfonts/fa-light-300.woff2) format("woff2"),url(../../frontend/Evolve/evolve/en_US/css/fontawesome/webfonts/fa-light-300.woff) format("woff"),url(../../frontend/Evolve/evolve/en_US/css/fontawesome/webfonts/fa-light-300.ttf) format("truetype"),url(../../frontend/Evolve/evolve/en_US/css/fontawesome/webfonts/fa-light-300.svg#fontawesome) format("svg")}.fal{font-weight:300}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:400;font-display:auto;src:url(../../frontend/Evolve/evolve/en_US/css/fontawesome/webfonts/fa-regular-400.eot);src:url(../../frontend/Evolve/evolve/en_US/css/fontawesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../../frontend/Evolve/evolve/en_US/css/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(../../frontend/Evolve/evolve/en_US/css/fontawesome/webfonts/fa-regular-400.woff) format("woff"),url(../../frontend/Evolve/evolve/en_US/css/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"),url(../../frontend/Evolve/evolve/en_US/css/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fal,.far{font-family:"Font Awesome 5 Pro"}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;font-display:auto;src:url(../../frontend/Evolve/evolve/en_US/css/fontawesome/webfonts/fa-solid-900.eot);src:url(../../frontend/Evolve/evolve/en_US/css/fontawesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../../frontend/Evolve/evolve/en_US/css/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(../../frontend/Evolve/evolve/en_US/css/fontawesome/webfonts/fa-solid-900.woff) format("woff"),url(../../frontend/Evolve/evolve/en_US/css/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"),url(../../frontend/Evolve/evolve/en_US/css/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Pro";font-weight:900}@media all and (min-width: 768px), print {
  .amskit-toolbar-wrap {
    left: 25px;
  }
  .amskit-toolbar-wrap.-open {
    width: 500px;
  }
  .amskit-headings-wrap {
    flex-wrap: initial;
  }
  .amskit-page-links .amskit-label {
    width: 45%;
  }
}
.amskit-toolbar-wrap {
  position: fixed;
  bottom: 25px;
  left: 3%;
  z-index: 9999;
  width: 300px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.amskit-toolbar-wrap.-open:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 25px;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0) 35%, #fff);
}
.amskit-toolbar-wrap.-open {
  padding-bottom: 15px;
  width: 300px;
}
.amskit-toolbar-box {
  padding: 10px 20px;
  border-radius: 10px;
  background: #e4e4e4;
  box-sizing: border-box;
  cursor: pointer;
}
.amskit-toolbar-box.-open {
  border-radius: 10px 10px 0 0;
  cursor: auto;
}
.amskit-toolbar-box > .amskit-title {
  display: inline-block;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.amskit-toolbar-box > .amskit-title:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  vertical-align: top;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTUiIGZpbGw9IiNGRjk0MTYiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNyA3Ljc1MmMwIC40ODUuMDE4LjkxMS4wMTggMS4zOTZ2Ny43MDVsLjAwMSAzLjU5OGMwIC41ODktLjAxNSAxLjE4MiAwIDEuNzcydi4wMjZjMCAuNDA2LjM0Ny43NTEuNzU0Ljc1MWgxNC40NzJjLjM5NiAwIC43NzItLjM0NS43NTQtLjc1LS4wMi0uNDA2LS4zMzItLjc1Mi0uNzU0LS43NTJINy43OGwuNzU0Ljc1MXYtMS40NTNsLS4wMDEtMy40NFYxMy4xNCA5LjQ5M2MwLS41OS0uMDAzLTEuMTI1LS4wMTgtMS43MTR2LS4wMjdjMC0uMzk0LS4zMzYtLjc3LS43NDItLjc1MS0uNDE5LjAxOC0uNzczLjMzLS43NzMuNzUxeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC42MzYgMTguNzA2djMuNDk3YzAgLjQxOC4zMzUuODE2LjcyOC43OTZhLjc3OS43NzkgMCAwIDAgLjcyNy0uNzk2di0zLjA1Mi0uNDQ1YzAtLjQxOC0uMzM0LS44MTYtLjcyNy0uNzk2YS43NzYuNzc2IDAgMCAwLS43MjguNzk2ek0xNC4yNzMgMTUuMTF2Ny4wNTNjMCAuNDM5LjMzNC44NTcuNzI3LjgzNi4zOTMtLjAyLjcyNy0uMzY4LjcyNy0uODM2di02LjE3LS44ODNjMC0uNDM5LS4zMzQtLjg1Ny0uNzI3LS44MzYtLjM5My4wMi0uNzI3LjM2OC0uNzI3LjgzNnpNMTcuOTEgMTUuODV2Ni4yOTljMCAuNDQ3LjMzNC44NzEuNzI3Ljg1LjM5Mi0uMDIxLjcyNy0uMzc0LjcyNy0uODV2LTUuNTItLjc3OGMwLS40NDctLjMzNS0uODcyLS43MjctLjg1LS4zOTMuMDIxLS43MjguMzc0LS43MjguODV6TTIxLjU0NiAxMi44OTNWMjIuMTk4YzAgLjQyLjMzNC44MjEuNzI3LjgwMS4zOTMtLjAyLjcyNy0uMzUyLjcyNy0uODAxdi0zLjE0LTUuMDA2LTEuMTU5YzAtLjQyLS4zMzQtLjgyMS0uNzI3LS44MDEtLjM5My4wMi0uNzI3LjM1Mi0uNzI3LjgwMXpNOC4zODIgMTYuMDI3bDIuMDA4LTEuMzg2YzEuMDYyLS43MzIgMi4xMi0xLjQ2OCAzLjE4My0yLjJsLjczOS0uNTExYy4zMjQtLjIyMS41LS42NjguMjcxLTEuMDI5LS4yMDctLjMxOS0uNjg2LS41MS0xLjAzMi0uMjdsLTIuMDA4IDEuMzg1Yy0xLjA2My43MzMtMi4xMjIgMS40NjktMy4xODQgMi4ybC0uNzM4LjUxMWMtLjMyNS4yMjItLjUwMi42NjktLjI3MiAxLjAzLjIxMS4zMjIuNjg2LjUxIDEuMDMzLjI3eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMy43MzIgMTIuMDA5bDMuMjQ3LjYyLjQ2OC4wOWMuMzg0LjA3NS44MzItLjExLjkyNi0uNTI2LjA4My0uMzcyLS4xMTMtLjg0NS0uNTI3LS45MjRsLTMuMjQ4LS42Mi0uNDY3LS4wOWMtLjM4NC0uMDc0LS44MzMuMTEtLjkyNy41MjYtLjA4Ny4zNjguMTEzLjg0NS41MjguOTI0eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOC4xNzcgMTIuNTI0YzEuMTA4LTEuMTk4IDIuMjE2LTIuMzkyIDMuMzIzLTMuNTkuMTU1LS4xNy4zMTMtLjMzOC40NjgtLjUwNy4yNjctLjI5LjMwOC0uNzgxIDAtMS4wNjMtLjI5LS4yNjYtLjc4LS4zMDgtMS4wNjcgMC0xLjEwNyAxLjE5OC0yLjIxNSAyLjM5Mi0zLjMyMyAzLjU5LS4xNTQuMTY5LS4zMTIuMzM4LS40NjcuNTA3LS4yNjcuMjg5LS4zMDkuNzggMCAxLjA2My4yOS4yNjYuNzguMzA3IDEuMDY2IDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIwLjY3NSA3Ljg5N3YyLjM1YzAgLjM5NS4zNDcuNzcuNzU0Ljc1Mi40MDctLjAxOS43NTMtLjMzLjc1My0uNzUxdi0yLjM1YzAtLjM5NS0uMzQ2LS43Ny0uNzUzLS43NTItLjQxLjAyLS43NTQuMzMtLjc1NC43NTF6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIxLjQyOSA3LjE0NmMtLjc1Ny4wMDgtMS41MTUuMDExLTIuMjcyLjAxOS0uMzk2LjAwNC0uNzcyLjM0Mi0uNzU0Ljc1LjAyLjQwNi4zMzIuNzU2Ljc1NC43NTIuNzU3LS4wMDggMS41MTUtLjAxMSAyLjI3Mi0uMDE5LjM5Ni0uMDA0Ljc3Mi0uMzQyLjc1My0uNzUtLjAxOC0uNDA2LS4zMzEtLjc1Ni0uNzUzLS43NTJ6Ii8+PC9zdmc+) no-repeat center;
}
.amskit-toolbar-box > .amskit-arrow {
  display: inline-block;
  float: right;
  width: 12px;
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiNCMkIyQjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xMyA3TDcgMSAxIDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-toolbar-box.-open > .amskit-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
}
.amskit-toolbar-content {
  padding: 10px;
  max-height: 650px;
  overflow: auto;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
  background: #fff;
}
.amskit-toolbar-content > .amskit-title {
  margin: 10px 10px ;
  padding: 0 0 10px;
  border-bottom: 1px solid #e4e4e4;
  font-weight: 600;
  font-size: 16px;
}
.amskit-toolbar-content > .amskit-background {
  margin: 5px -10px 25px;
  padding: 10px;
  background: #f6f6f6;
}
.amskit-toolbar-content .amskit-cell {
  word-break: break-word;
}
.amskit-toolbar-content .amskit-cell.-indent {
  padding-left: 35px;
}
.amskit-toolbar-content .amskit-description {
  font-size: 12px;
  color: #adadad;
}
.amskit-toolbar-content .amskit-description.-headings {
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon {
  position: relative;
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon:before {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.amskit-toolbar-content .amskit-icon.-warning:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNOSA0djYuNSIvPjxjaXJjbGUgY3g9IjkiIGN5PSIxNCIgcj0iMSIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
}
.amskit-toolbar-content .amskit-icon.-normal:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiMxNzg3RTAiLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNNS41IDlsMy4xMjUgM0wxMi41IDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-headings-wrap {
  display: flex;
  flex-wrap: wrap;
}
.amskit-headings-wrap > .amskit-item {
  margin-left: 8px;
  margin-bottom: 5px;
  text-align: center;
}
.amskit-headings-wrap .amskit-head {
  text-transform: uppercase;
}
.amskit-page-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.amskit-page-links > .amskit-item {
  position: relative;
  padding-left: 10px;
}
.amskit-page-links > .amskit-item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #55b4ff;
  transform: translateY(-50%);
}
.amskit-page-links .amskit-label {
  display: inline-block;
  width: 80%;
}
.amskit-separator-wrap {
  position: relative;
  margin: 15px 0;
  height: 1px;
  background: #c4c4c4;
}
.amskit-separator-wrap ~ .amskit-url {
  display: none;
}
.amskit-separator-wrap > .amskit-button {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  background: #fff;
  color: #c4c4c4;
  transform: translate(-50%, -50%);
  transition: all .3s ease;
  cursor: pointer;
}
.amskit-separator-wrap > .amskit-button:hover {
  border-color: #1787e0;
  color: #1787e0;
}
@media (min-width: 480px) {
  .amskit-toolbar-wrap.-open {
    width: 450px;
  }
  .amskit-page-links .amskit-label {
    width: 55%;
  }
}
