/**
 * 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*/
}
body{margin:0;padding:0}article,aside,details,figcaption,figure,main,footer,header,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}nav ul,nav ol{list-style:none none}img{max-width:100%;height:auto;border:0}video,embed,object{max-width:100%}svg:not(:root){overflow:hidden}figure{margin:0}html{font-size:62.5%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-size-adjust:100%}body{color:#333;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.42857143;font-size:1.4rem}p{margin-top:0rem;margin-bottom:1rem}abbr[title]{border-bottom:1px dotted #d1d1d1;cursor:help}b,strong{font-weight:700}em,i{font-style:italic}mark{background:#f0f0f0;color:#000}small,.small{font-size:12px}hr{border:0;border-top:1px solid #d1d1d1;margin-bottom:20px;margin-top:20px}sub,sup{font-size:71.42857143000001%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dfn{font-style:italic}h1{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:0rem;margin-bottom:2rem}h2{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}h3{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem}h4{font-weight:700;line-height:1.1;font-size:1.4rem;margin-top:2rem;margin-bottom:2rem}h5{font-weight:700;line-height:1.1;font-size:1.2rem;margin-top:2rem;margin-bottom:2rem}h6{font-weight:700;line-height:1.1;font-size:1rem;margin-top:2rem;margin-bottom:2rem}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small{color:#333;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1}a,.alink{color:#1979c3;text-decoration:none}a:visited,.alink:visited{color:#1979c3;text-decoration:none}a:hover,.alink:hover{color:#006bb4;text-decoration:underline}a:active,.alink:active{color:#ff5501;text-decoration:underline}ul,ol{margin-top:0rem;margin-bottom:2.5rem}ul>li,ol>li{margin-top:0rem;margin-bottom:1rem}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}dl{margin-bottom:20px;margin-top:0}dt{font-weight:700;margin-bottom:5px;margin-top:0}dd{margin-bottom:10px;margin-top:0;margin-left:0}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,'Courier New',monospace}code{background:#f0f0f0;color:#111;padding:2px 4px;font-size:1.2rem;white-space:nowrap}kbd{background:#f0f0f0;color:#111;padding:2px 4px;font-size:1.2rem}pre{background:#f0f0f0;border:1px solid #d1d1d1;color:#111;line-height:1.42857143;margin:0 0 10px;padding:10px;font-size:1.2rem;display:block;word-wrap:break-word}pre code{background-color:transparent;border-radius:0;color:inherit;font-size:inherit;padding:0;white-space:pre-wrap}blockquote{border-left:0 solid #d1d1d1;margin:0 0 20px 40px;padding:0;color:#333;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-style:italic;font-weight:400;line-height:1.42857143;font-size:1.4rem}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{color:#333;line-height:1.42857143;font-size:1rem;display:block}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}blockquote cite{font-style:normal}blockquote:before,blockquote:after{content:''}q{quotes:none}q:before,q:after{content:'';content:none}cite{font-style:normal}table{width:100%;border-collapse:collapse;border-spacing:0;max-width:100%}table th{text-align:left}table>tbody>tr>th,table>tfoot>tr>th,table>tbody>tr>td,table>tfoot>tr>td{vertical-align:top}table>thead>tr>th,table>thead>tr>td{vertical-align:bottom}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 10px}button,.cart.table-wrapper .actions-toolbar>.action,.action-gift{background-image:none;background:#f2f2f2;border:1px solid #cdcdcd;color:#333;cursor:pointer;display:inline-block;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;margin:0;padding:7px 15px;font-size:1.4rem;line-height:1.6rem;box-sizing:border-box;vertical-align:middle}button:focus,button:active,.cart.table-wrapper .actions-toolbar>.action:focus,.cart.table-wrapper .actions-toolbar>.action:active,.action-gift:focus,.action-gift:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}button:hover,.cart.table-wrapper .actions-toolbar>.action:hover,.action-gift:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}button.disabled,button[disabled],fieldset[disabled] button,.cart.table-wrapper .actions-toolbar>.action.disabled,.cart.table-wrapper .actions-toolbar>.action[disabled],fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action,.action-gift.disabled,.action-gift[disabled],fieldset[disabled] .action-gift{opacity:.5;cursor:default;pointer-events:none}button::-moz-focus-inner,.cart.table-wrapper .actions-toolbar>.action::-moz-focus-inner,.action-gift::-moz-focus-inner{border:0;padding:0}input[type="text"],input[type="password"],input[type="url"],input[type="tel"],input[type="search"],input[type="number"],input[type*="date"],input[type="email"]{background:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;height:32px;line-height:1.42857143;padding:0 9px;vertical-align:baseline;width:100%;box-sizing:border-box}input[type="text"]:disabled,input[type="password"]:disabled,input[type="url"]:disabled,input[type="tel"]:disabled,input[type="search"]:disabled,input[type="number"]:disabled,input[type*="date"]:disabled,input[type="email"]:disabled{opacity:.5}input[type="text"]::-moz-placeholder,input[type="password"]::-moz-placeholder,input[type="url"]::-moz-placeholder,input[type="tel"]::-moz-placeholder,input[type="search"]::-moz-placeholder,input[type="number"]::-moz-placeholder,input[type*="date"]::-moz-placeholder,input[type="email"]::-moz-placeholder{color:#c2c2c2}input[type="text"]::-webkit-input-placeholder,input[type="password"]::-webkit-input-placeholder,input[type="url"]::-webkit-input-placeholder,input[type="tel"]::-webkit-input-placeholder,input[type="search"]::-webkit-input-placeholder,input[type="number"]::-webkit-input-placeholder,input[type*="date"]::-webkit-input-placeholder,input[type="email"]::-webkit-input-placeholder{color:#c2c2c2}input[type="text"]:-ms-input-placeholder,input[type="password"]:-ms-input-placeholder,input[type="url"]:-ms-input-placeholder,input[type="tel"]:-ms-input-placeholder,input[type="search"]:-ms-input-placeholder,input[type="number"]:-ms-input-placeholder,input[type*="date"]:-ms-input-placeholder,input[type="email"]:-ms-input-placeholder{color:#c2c2c2}input[type="number"]{-moz-appearance:textfield}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type="search"]{-webkit-appearance:none}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-results-button,input[type="search"]::-webkit-search-results-decoration{-webkit-appearance:none}select{background:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;height:32px;line-height:1.42857143;padding:5px 10px 4px;vertical-align:baseline;width:100%;box-sizing:border-box}select:disabled{opacity:.5}select[multiple]{height:auto;background-image:none}textarea{background:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;height:auto;line-height:1.42857143;margin:0;padding:10px;vertical-align:baseline;width:100%;box-sizing:border-box;resize:vertical}textarea:disabled{opacity:.5}textarea::-moz-placeholder{color:#c2c2c2}textarea::-webkit-input-placeholder{color:#c2c2c2}textarea:-ms-input-placeholder{color:#c2c2c2}input[type="checkbox"]{margin:2px 5px 0 0;position:relative;top:2px}input[type="checkbox"]:disabled{opacity:.5}input[type="radio"]{margin:2px 5px 0 0}input[type="radio"]:disabled{opacity:.5}input.mage-error,select.mage-error,textarea.mage-error{border-color:#ed8380}div.mage-error[generated]{color:#e02b27;font-size:1.2rem}input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}input::-moz-focus-inner{border:0;padding:0}form{-webkit-tap-highlight-color:rgba(0,0,0,0)}address{font-style:normal}*:focus{box-shadow:none;outline:0}._keyfocus *:focus,input:not([disabled]):focus,textarea:not([disabled]):focus,select:not([disabled]):focus{box-shadow:0 0 3px 1px #68a8e0}.bundle-options-container .block-bundle-summary .bundle.items,.cart-container .checkout-methods-items,.opc-wrapper .opc,.opc-progress-bar,.checkout-agreements-items,.items,.block-wishlist-management .wishlist-select-items,.paypal-review .items-qty,.order-details-items .items-qty,.footer.content ul,.prices-tier,.block-banners .banner-items,.block-banners-inline .banner-items,.block-event .slider-panel .slider{margin:0;padding:0;list-style:none none}.bundle-options-container .block-bundle-summary .bundle.items>li,.cart-container .checkout-methods-items>li,.opc-wrapper .opc>li,.opc-progress-bar>li,.checkout-agreements-items>li,.items>li,.block-wishlist-management .wishlist-select-items>li,.paypal-review .items-qty>li,.order-details-items .items-qty>li,.footer.content ul>li,.prices-tier>li,.block-banners .banner-items>li,.block-banners-inline .banner-items>li,.block-event .slider-panel .slider>li{margin:0}.abs-action-addto-product,.block-event .slider-panel .slider .item .action.event,.bundle-options-container .block-bundle-summary .product-addto-links>.action,.product-info-main .action.towishlist,.product-options-bottom .action.towishlist,.block-bundle-summary .action.towishlist,.product-info-main .action.tocompare,.product-options-bottom .action.tocompare{background-image:none;background:#f2f2f2;border:1px solid #cdcdcd;color:#333;cursor:pointer;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;margin:0;padding:7px 15px;font-size:1.4rem;line-height:1.6rem;box-sizing:border-box;vertical-align:middle;display:inline-block;text-decoration:none;border-radius:3px}.abs-action-link-button:focus,.abs-action-link-button:active,.abs-action-addto-product:focus,.abs-action-addto-product:active,.block-event .slider-panel .slider .item .action.event:focus,.block-event .slider-panel .slider .item .action.event:active,.bundle-options-container .block-bundle-summary .product-addto-links>.action:focus,.bundle-options-container .block-bundle-summary .product-addto-links>.action:active,.product-info-main .action.towishlist:focus,.product-info-main .action.towishlist:active,.product-options-bottom .action.towishlist:focus,.product-options-bottom .action.towishlist:active,.block-bundle-summary .action.towishlist:focus,.block-bundle-summary .action.towishlist:active,.product-info-main .action.tocompare:focus,.product-info-main .action.tocompare:active,.product-options-bottom .action.tocompare:focus,.product-options-bottom .action.tocompare:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}.abs-action-link-button:hover,.abs-action-addto-product:hover,.block-event .slider-panel .slider .item .action.event:hover,.bundle-options-container .block-bundle-summary .product-addto-links>.action:hover,.product-info-main .action.towishlist:hover,.product-options-bottom .action.towishlist:hover,.block-bundle-summary .action.towishlist:hover,.product-info-main .action.tocompare:hover,.product-options-bottom .action.tocompare:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}.abs-action-link-button.disabled,.abs-action-link-button[disabled],fieldset[disabled] .abs-action-link-button,.abs-action-addto-product.disabled,.abs-action-addto-product[disabled],fieldset[disabled] .abs-action-addto-product,.block-event .slider-panel .slider .item .action.event.disabled,.block-event .slider-panel .slider .item .action.event[disabled],fieldset[disabled] .block-event .slider-panel .slider .item .action.event,.bundle-options-container .block-bundle-summary .product-addto-links>.action.disabled,.bundle-options-container .block-bundle-summary .product-addto-links>.action[disabled],fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links>.action,.product-info-main .action.towishlist.disabled,.product-info-main .action.towishlist[disabled],fieldset[disabled] .product-info-main .action.towishlist,.product-options-bottom .action.towishlist.disabled,.product-options-bottom .action.towishlist[disabled],fieldset[disabled] .product-options-bottom .action.towishlist,.block-bundle-summary .action.towishlist.disabled,.block-bundle-summary .action.towishlist[disabled],fieldset[disabled] .block-bundle-summary .action.towishlist,.product-info-main .action.tocompare.disabled,.product-info-main .action.tocompare[disabled],fieldset[disabled] .product-info-main .action.tocompare,.product-options-bottom .action.tocompare.disabled,.product-options-bottom .action.tocompare[disabled],fieldset[disabled] .product-options-bottom .action.tocompare{opacity:.5;cursor:default;pointer-events:none}.abs-action-link-button:hover,.abs-action-link-button:active,.abs-action-link-button:focus,.abs-action-addto-product:hover,.abs-action-addto-product:active,.abs-action-addto-product:focus,.block-event .slider-panel .slider .item .action.event:hover,.block-event .slider-panel .slider .item .action.event:active,.block-event .slider-panel .slider .item .action.event:focus,.bundle-options-container .block-bundle-summary .product-addto-links>.action:hover,.bundle-options-container .block-bundle-summary .product-addto-links>.action:active,.bundle-options-container .block-bundle-summary .product-addto-links>.action:focus,.product-info-main .action.towishlist:hover,.product-info-main .action.towishlist:active,.product-info-main .action.towishlist:focus,.product-options-bottom .action.towishlist:hover,.product-options-bottom .action.towishlist:active,.product-options-bottom .action.towishlist:focus,.block-bundle-summary .action.towishlist:hover,.block-bundle-summary .action.towishlist:active,.block-bundle-summary .action.towishlist:focus,.product-info-main .action.tocompare:hover,.product-info-main .action.tocompare:active,.product-info-main .action.tocompare:focus,.product-options-bottom .action.tocompare:hover,.product-options-bottom .action.tocompare:active,.product-options-bottom .action.tocompare:focus{text-decoration:none}.cart.table-wrapper .item-options dt,.opc-block-summary .items-in-cart .product .item-options dt,.block-giftregistry-shared-items .product .item-options dt,.multicheckout .item-options dt{clear:left;float:left;margin:0 10px 5px 0}.cart.table-wrapper .item-options dt:after,.opc-block-summary .items-in-cart .product .item-options dt:after,.block-giftregistry-shared-items .product .item-options dt:after,.multicheckout .item-options dt:after{content:': '}.cart.table-wrapper .item-options dd,.opc-block-summary .items-in-cart .product .item-options dd,.block-giftregistry-shared-items .product .item-options dd,.multicheckout .item-options dd{display:inline-block;float:left;margin:0 0 5px}.actions-toolbar>.primary .action,.actions-toolbar>.secondary .action{width:100%}.cart.table-wrapper .product-image-wrapper,.minicart-items .product-image-wrapper,.block-giftregistry-shared-items .product-image-wrapper{height:auto;padding:0 !important}.cart.table-wrapper .product-image-wrapper .product-image-photo,.minicart-items .product-image-wrapper .product-image-photo,.block-giftregistry-shared-items .product-image-wrapper .product-image-photo{position:static}.product.media .product.photo .photo.image{display:block;height:auto;margin:0 auto;max-width:100%}.amazon-validate-container .block .block-title,.login-container .block .block-title{font-size:1.8rem;border-bottom:1px solid #e8e8e8;margin-bottom:15px;padding-bottom:12px}.amazon-validate-container .block .block-title strong,.login-container .block .block-title strong{font-weight:500}.abs-account-blocks .block-title,.block-giftregistry-results .block-title,.block-giftregistry-shared-items .block-title,.block-wishlist-search-results .block-title,.block-reorder .block-title,.widget .block-title,.block-wishlist .block-title,.block-compare .block-title,.account .column.main .block:not(.widget) .block-title,.multicheckout .block-title,.paypal-review .block .block-title,.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,.sales-guest-view .column.main .block:not(.widget) .block-title{margin-bottom:15px}.abs-account-blocks .block-title>strong,.block-giftregistry-results .block-title>strong,.block-giftregistry-shared-items .block-title>strong,.block-wishlist-search-results .block-title>strong,.block-reorder .block-title>strong,.widget .block-title>strong,.block-wishlist .block-title>strong,.block-compare .block-title>strong,.account .column.main .block:not(.widget) .block-title>strong,.multicheckout .block-title>strong,.paypal-review .block .block-title>strong,.magento-rma-guest-returns .column.main .block:not(.widget) .block-title>strong,[class^='sales-guest-'] .column.main .block:not(.widget) .block-title>strong,.sales-guest-view .column.main .block:not(.widget) .block-title>strong{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem}.account .column.main .block:not(.widget) .block-title>.action,.multicheckout .block-title>.action,.paypal-review .block .block-title>.action,.magento-rma-guest-returns .column.main .block:not(.widget) .block-title>.action,[class^='sales-guest-'] .column.main .block:not(.widget) .block-title>.action,.sales-guest-view .column.main .block:not(.widget) .block-title>.action{margin-left:15px}.account .column.main .block:not(.widget) .box-title,.multicheckout .box-title,.paypal-review .block .box-title,.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,.sales-guest-view .column.main .block:not(.widget) .box-title{display:inline-block;margin:0 0 5px}.account .column.main .block:not(.widget) .box-title>span,.multicheckout .box-title>span,.paypal-review .block .box-title>span,.magento-rma-guest-returns .column.main .block:not(.widget) .box-title>span,[class^='sales-guest-'] .column.main .block:not(.widget) .box-title>span,.sales-guest-view .column.main .block:not(.widget) .box-title>span{font-weight:700;line-height:1.1;font-size:1.4rem;margin-top:2rem;margin-bottom:2rem}.account .column.main .block:not(.widget) .box-title>.action,.multicheckout .box-title>.action,.paypal-review .block .box-title>.action,.magento-rma-guest-returns .column.main .block:not(.widget) .box-title>.action,[class^='sales-guest-'] .column.main .block:not(.widget) .box-title>.action,.sales-guest-view .column.main .block:not(.widget) .box-title>.action{font-weight:400;margin-left:10px}.account .column.main .block:not(.widget) .block-content p:last-child,.multicheckout .block-content p:last-child,.paypal-review .block .block-content p:last-child,.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child{margin-bottom:0}.account .column.main .block:not(.widget) .block-content .box,.multicheckout .block-content .box,.paypal-review .block .block-content .box,.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,.sales-guest-view .column.main .block:not(.widget) .block-content .box{margin-bottom:20px}.giftregisty-dropdown,.wishlist-dropdown{display:inline-block;position:relative}.abs-dropdown-simple:before,.abs-dropdown-simple:after,.giftregisty-dropdown:before,.giftregisty-dropdown:after,.wishlist-dropdown:before,.wishlist-dropdown:after{content:'';display:table}.abs-dropdown-simple:after,.giftregisty-dropdown:after,.wishlist-dropdown:after{clear:both}.abs-dropdown-simple .action.toggle,.giftregisty-dropdown .action.toggle,.wishlist-dropdown .action.toggle{cursor:pointer;display:inline-block;text-decoration:none}.abs-dropdown-simple .action.toggle:after,.giftregisty-dropdown .action.toggle:after,.wishlist-dropdown .action.toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:inherit;content:'\e607';font-family:'icons-blank-theme';margin:0 0 0 5px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-dropdown-simple .action.toggle:hover:after,.giftregisty-dropdown .action.toggle:hover:after,.wishlist-dropdown .action.toggle:hover:after{color:inherit}.abs-dropdown-simple .action.toggle:active:after,.giftregisty-dropdown .action.toggle:active:after,.wishlist-dropdown .action.toggle:active:after{color:inherit}.abs-dropdown-simple .action.toggle.active,.giftregisty-dropdown .action.toggle.active,.wishlist-dropdown .action.toggle.active{display:inline-block;text-decoration:none}.abs-dropdown-simple .action.toggle.active:after,.giftregisty-dropdown .action.toggle.active:after,.wishlist-dropdown .action.toggle.active:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:inherit;content:'\e618';font-family:'icons-blank-theme';margin:0 0 0 5px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-dropdown-simple .action.toggle.active:hover:after,.giftregisty-dropdown .action.toggle.active:hover:after,.wishlist-dropdown .action.toggle.active:hover:after{color:inherit}.abs-dropdown-simple .action.toggle.active:active:after,.giftregisty-dropdown .action.toggle.active:active:after,.wishlist-dropdown .action.toggle.active:active:after{color:inherit}.abs-dropdown-simple ul.dropdown,.giftregisty-dropdown ul.dropdown,.wishlist-dropdown ul.dropdown{margin:0;padding:0;list-style:none none;background:#fff;border:1px solid #bbb;margin-top:4px;min-width:200px;z-index:100;box-sizing:border-box;display:none;position:absolute;top:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15)}.abs-dropdown-simple ul.dropdown li,.giftregisty-dropdown ul.dropdown li,.wishlist-dropdown ul.dropdown li{margin:0;padding:5px 5px 5px 23px}.abs-dropdown-simple ul.dropdown li:hover,.giftregisty-dropdown ul.dropdown li:hover,.wishlist-dropdown ul.dropdown li:hover{background:#e8e8e8;cursor:pointer}.abs-dropdown-simple ul.dropdown:before,.abs-dropdown-simple ul.dropdown:after,.giftregisty-dropdown ul.dropdown:before,.giftregisty-dropdown ul.dropdown:after,.wishlist-dropdown ul.dropdown:before,.wishlist-dropdown ul.dropdown:after{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.abs-dropdown-simple ul.dropdown:before,.giftregisty-dropdown ul.dropdown:before,.wishlist-dropdown ul.dropdown:before{border:6px solid;border-color:transparent transparent #fff transparent;z-index:99}.abs-dropdown-simple ul.dropdown:after,.giftregisty-dropdown ul.dropdown:after,.wishlist-dropdown ul.dropdown:after{border:7px solid;border-color:transparent transparent #bbb transparent;z-index:98}.abs-dropdown-simple ul.dropdown:before,.giftregisty-dropdown ul.dropdown:before,.wishlist-dropdown ul.dropdown:before{left:10px;top:-12px}.abs-dropdown-simple ul.dropdown:after,.giftregisty-dropdown ul.dropdown:after,.wishlist-dropdown ul.dropdown:after{left:9px;top:-14px}.abs-dropdown-simple.active,.giftregisty-dropdown.active,.wishlist-dropdown.active{overflow:visible}.abs-dropdown-simple.active ul.dropdown,.giftregisty-dropdown.active ul.dropdown,.wishlist-dropdown.active ul.dropdown{display:block}.column .block-addbysku .qty .qty,.bundle-options-container .input-text.qty,.cart.table-wrapper .col.qty .input-text,.account .table-return-items .qty .input-text,.table-giftregistry-items .field.qty .qty,.block-giftregistry-shared-items .qty .qty,.table.grouped .control .qty,.block-wishlist-info-items .input-text.qty,.multicheckout .table-wrapper .col .qty .input-text,.account .table-wrapper .data.table.wishlist .box-tocart .qty,.products-grid.wishlist .product-item .box-tocart input.qty,.sidebar .block-addbysku .fieldset .fields .field.qty .qty{text-align:center;width:47px}.block,.sidebar .widget.block:not(:last-child),.sidebar .widget:not(:last-child),.block-banners,.block-banners-inline{margin-bottom:40px}.filtered .item .action.remove,.sidebar .action.delete,.table-comparison .cell.remove .action.delete,.block-compare .action.delete{display:inline-block;text-decoration:none}.abs-remove-button-for-blocks>span,.filtered .item .action.remove>span,.sidebar .action.delete>span,.table-comparison .cell.remove .action.delete>span,.block-compare .action.delete>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-remove-button-for-blocks:before,.filtered .item .action.remove:before,.sidebar .action.delete:before,.table-comparison .cell.remove .action.delete:before,.block-compare .action.delete:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:26px;line-height:15px;color:#303030;content:'\e616';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-remove-button-for-blocks:hover:before,.filtered .item .action.remove:hover:before,.sidebar .action.delete:hover:before,.table-comparison .cell.remove .action.delete:hover:before,.block-compare .action.delete:hover:before{color:#303030}.abs-remove-button-for-blocks:active:before,.filtered .item .action.remove:active:before,.sidebar .action.delete:active:before,.table-comparison .cell.remove .action.delete:active:before,.block-compare .action.delete:active:before{color:#303030}.product.name a{font-weight:400}.product.name a>a{color:#333;text-decoration:none}.abs-product-link>a:visited,.product.name a>a:visited{color:#333;text-decoration:underline}.abs-product-link>a:hover,.product.name a>a:hover{color:#333;text-decoration:underline}.abs-product-link>a:active,.product.name a>a:active{color:#333;text-decoration:underline}.form.giftregistry.items .actions-toolbar,.form-new-agreement .actions-toolbar,.fieldset .review-legend.legend,.form.wishlist.items .actions-toolbar{margin-left:0}.abs-add-fields .action.remove,.form-giftregistry-share .action.remove,.form-giftregistry-edit .action.remove,.form-add-invitations .action.remove,.form-create-return .action.remove,.form.send.friend .action.remove{left:10px;margin-left:70%;position:absolute;top:31px;width:auto}.form-giftregistry-share .fieldset,.form-giftregistry-edit .fieldset,.form-add-invitations .fieldset,.form-create-return .fieldset,.form.send.friend .fieldset{margin-bottom:50px}.form-giftregistry-share .fieldset .field:not(.choice) .control,.form-giftregistry-edit .fieldset .field:not(.choice) .control,.form-add-invitations .fieldset .field:not(.choice) .control,.form-create-return .fieldset .field:not(.choice) .control,.form.send.friend .fieldset .field:not(.choice) .control{width:70%}.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child)>.secondary,.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child)>.secondary,.form-add-invitations .fieldset .actions-toolbar:not(:first-child)>.secondary,.form-create-return .fieldset .actions-toolbar:not(:first-child)>.secondary,.form.send.friend .fieldset .actions-toolbar:not(:first-child)>.secondary{float:left}.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child)>.secondary .action.add,.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child)>.secondary .action.add,.form-add-invitations .fieldset .actions-toolbar:not(:first-child)>.secondary .action.add,.form-create-return .fieldset .actions-toolbar:not(:first-child)>.secondary .action.add,.form.send.friend .fieldset .actions-toolbar:not(:first-child)>.secondary .action.add{margin-top:30px}.form-giftregistry-share .fieldset .fields .actions-toolbar,.form-giftregistry-edit .fieldset .fields .actions-toolbar,.form-add-invitations .fieldset .fields .actions-toolbar,.form-create-return .fieldset .fields .actions-toolbar,.form.send.friend .fieldset .fields .actions-toolbar{margin:0}.form-giftregistry-share .message.notice,.form-giftregistry-edit .message.notice,.form-add-invitations .message.notice,.form-create-return .message.notice,.form.send.friend .message.notice{margin:30px 0 0}.form-giftregistry-share .additional,.form-giftregistry-edit .additional,.form-add-invitations .additional,.form-create-return .additional,.form.send.friend .additional{margin-top:55px;position:relative}.order-details-items .order-items .order-gift-message:not(.expanded-content){height:0;visibility:hidden}.fieldset>.field.no-label>.label,.fieldset>.fields>.field.no-label>.label,.cart.table-wrapper .col.qty .label,.minicart-wrapper .action.showcart .text,.minicart-wrapper .action.showcart .counter-label,.checkout-index-index .page-title-wrapper,.checkout-payment-method .field-select-billing>.label,.checkout-payment-method .payments .legend,.checkout-payment-method .ccard .legend,.fieldset .fullname.field>.label,.account .column.main .limiter>.label,.field.street .field .label,.account-nav .title,.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,.page-product-giftcard .fieldset.giftcard>.legend,.opc-wrapper .form-giftcard-account .field .label,.filter-options-content .filter-count-label,.block-wishlist-search-form .form-wishlist-search .fieldset>.legend,.page-multiple-wishlist .page-title-wrapper .page-title,.multicheckout .table-wrapper .col .label,.multicheckout .block .methods-shipping .item-content .fieldset>.legend,.block.newsletter .label,.block-reorder .product-item .label,.opc-wrapper .form-discount .field .label,.action.skip:not(:focus),.page-header .panel.wrapper .switcher .label,.page-footer .switcher .label,.products-grid.wishlist .product-item .comment-box .label,.table-comparison .cell.label.remove span,.table-comparison .cell.label.product span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.shipping-policy-block.field-tooltip .field-tooltip-action span{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.abs-add-clearfix:before,.abs-add-clearfix:after,.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,.cart.table-wrapper .actions-toolbar:before,.cart.table-wrapper .actions-toolbar:after,.cart.table-wrapper .item-options:before,.cart.table-wrapper .item-options:after,.minicart-items .product-item>.product:before,.minicart-items .product-item>.product:after,.checkout-container:before,.checkout-container:after,.checkout-onepage-success:before,.checkout-onepage-success:after,.opc-estimated-wrapper:before,.opc-estimated-wrapper:after,.opc-wrapper .field.addresses:before,.opc-wrapper .field.addresses:after,.opc-block-summary .items-in-cart .product .item-options:before,.opc-block-summary .items-in-cart .product .item-options:after,.fieldset .fullname .field:before,.fieldset .fullname .field:after,.page-product-downloadable .product-add-form:before,.page-product-downloadable .product-add-form:after,.gift-options:before,.gift-options:after,.gift-item-block .content:before,.gift-item-block .content:after,.order-details-items .order-gift-message:before,.order-details-items .order-gift-message:after,.order-details-items .block-order-details-gift-message:before,.order-details-items .block-order-details-gift-message:after,.block-giftregistry-shared-items .product .item-options:before,.block-giftregistry-shared-items .product .item-options:after,.gift-wrapping-list:before,.gift-wrapping-list:after,.opc-wrapper .data.table .gift-wrapping:before,.opc-wrapper .data.table .gift-wrapping:after,.table-order-items .gift-wrapping:before,.table-order-items .gift-wrapping:after,.table-order-review .gift-wrapping:before,.table-order-review .gift-wrapping:after,.order-options .product:before,.order-options .product:after,.map-popup .map-info-price:before,.map-popup .map-info-price:after,.multicheckout .item-options:before,.multicheckout .item-options:after,.multicheckout .block:before,.multicheckout .block:after,.multicheckout .block-content:before,.multicheckout .block-content:after,.customer-review .product-details:before,.customer-review .product-details:after,.header.content:before,.header.content:after,.toolbar:before,.toolbar:after,.toolbar-products:before,.toolbar-products:after,.sidebar .product-items-images:before,.sidebar .product-items-images:after,.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,.form-create-return .fieldset .actions-toolbar:not(:first-child):before,.form-create-return .fieldset .actions-toolbar:not(:first-child):after,.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,.form.send.friend .fieldset .actions-toolbar:not(:first-child):after{content:'';display:table}.abs-add-clearfix:after,.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,.cart.table-wrapper .actions-toolbar:after,.cart.table-wrapper .item-options:after,.minicart-items .product-item>.product:after,.checkout-container:after,.checkout-onepage-success:after,.opc-estimated-wrapper:after,.opc-wrapper .field.addresses:after,.opc-block-summary .items-in-cart .product .item-options:after,.fieldset .fullname .field:after,.page-product-downloadable .product-add-form:after,.gift-options:after,.gift-item-block .content:after,.order-details-items .order-gift-message:after,.order-details-items .block-order-details-gift-message:after,.block-giftregistry-shared-items .product .item-options:after,.gift-wrapping-list:after,.opc-wrapper .data.table .gift-wrapping:after,.table-order-items .gift-wrapping:after,.table-order-review .gift-wrapping:after,.order-options .product:after,.map-popup .map-info-price:after,.multicheckout .item-options:after,.multicheckout .block:after,.multicheckout .block-content:after,.customer-review .product-details:after,.header.content:after,.toolbar:after,.toolbar-products:after,.sidebar .product-items-images:after,.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,.form-create-return .fieldset .actions-toolbar:not(:first-child):after,.form.send.friend .fieldset .actions-toolbar:not(:first-child):after{clear:both}.abs-field-date .control,.abs-field-tooltip,.columns .column.main,.columns .sidebar-main,.columns .sidebar-additional,.column .block-addbysku .sku,.bundle-options-container .block-bundle-summary,.cart-summary,.opc-wrapper .shipping-address-item,.shipping-policy-block.field-tooltip .field-tooltip-content,.opc-block-summary,.sidebar .product-items-images .product-item,.sidebar .block-addbysku .fieldset .fields .field.sku,.block-event .slider-panel .slider .item .action.show,.field.date .control,.field .control._with-tooltip{box-sizing:border-box}.abs-navigation-icon:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:34px;line-height:1.2;color:inherit;content:'\e622';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-split-button:before,.abs-split-button:after{content:'';display:table}.abs-split-button:after{clear:both}.abs-split-button .action.split{float:left;margin:0}.abs-split-button .action.toggle{float:right;margin:0}.abs-split-button button.action.split,.abs-split-button .cart.table-wrapper .actions-toolbar>.action.action.split,.abs-split-button .action-gift.action.split{border-bottom-right-radius:0;border-top-right-radius:0}.abs-split-button button+.action.toggle,.abs-split-button .cart.table-wrapper .actions-toolbar>.action+.action.toggle,.abs-split-button .action-gift+.action.toggle{border-bottom-left-radius:0;border-left:0;border-top-left-radius:0}.abs-split-button .action.toggle{padding:4px 5px;display:inline-block;text-decoration:none}.abs-split-button .action.toggle>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-split-button .action.toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:inherit;content:'\e607';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-split-button .action.toggle:hover:after{color:inherit}.abs-split-button .action.toggle:active:after{color:inherit}.abs-split-button .action.toggle.active{display:inline-block;text-decoration:none}.abs-split-button .action.toggle.active>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-split-button .action.toggle.active:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:inherit;content:'\e618';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-split-button .action.toggle.active:hover:after{color:inherit}.abs-split-button .action.toggle.active:active:after{color:inherit}.abs-split-button .items{margin:0;padding:0;list-style:none none;background:#fff;border:1px solid #bbb;margin-top:4px;min-width:100%;z-index:100;box-sizing:border-box;display:none;position:absolute;top:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15)}.abs-split-button .items li{margin:0;padding:3px 5px}.abs-split-button .items li:hover{background:#e8e8e8;cursor:pointer}.abs-split-button .items:before,.abs-split-button .items:after{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.abs-split-button .items:before{border:6px solid;border-color:transparent transparent #fff transparent;z-index:99}.abs-split-button .items:after{border:7px solid;border-color:transparent transparent #bbb transparent;z-index:98}.abs-split-button .items:before{right:10px;top:-12px}.abs-split-button .items:after{right:9px;top:-14px}.abs-split-button.active{overflow:visible}.abs-split-button.active .items{display:block}.bundle-options-container .block-bundle-summary .product-addto-links>.action,.product-info-main .action.towishlist,.product-options-bottom .action.towishlist,.block-bundle-summary .action.towishlist,.product-info-main .action.tocompare,.product-options-bottom .action.tocompare{line-height:1.2rem;padding:5px 8px;font-size:1.1rem}.table-comparison .wishlist.split.button>.action.split,.product-items .wishlist.split.button>.action.split,.product-items .action.towishlist,.products.list.items .action.towishlist,.table-comparison .action.towishlist{display:inline-block;text-decoration:none}.abs-actions-addto-gridlist>span,.table-comparison .wishlist.split.button>.action.split>span,.product-items .wishlist.split.button>.action.split>span,.product-items .action.towishlist>span,.products.list.items .action.towishlist>span,.table-comparison .action.towishlist>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-actions-addto-gridlist:before,.table-comparison .wishlist.split.button>.action.split:before,.product-items .wishlist.split.button>.action.split:before,.product-items .action.towishlist:before,.products.list.items .action.towishlist:before,.table-comparison .action.towishlist:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:29px;line-height:24px;color:#7d7d7d;font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-actions-addto-gridlist:hover:before,.table-comparison .wishlist.split.button>.action.split:hover:before,.product-items .wishlist.split.button>.action.split:hover:before,.product-items .action.towishlist:hover:before,.products.list.items .action.towishlist:hover:before,.table-comparison .action.towishlist:hover:before{color:#333}.form-address-edit .actions-toolbar .action.vertex-secondary,.bundle-actions .action.primary,.bundle-options-container .block-bundle-summary .box-tocart .action.primary,.cart-container .checkout-methods-items .action.primary,.block-minicart .block-content>.actions>.primary .action.primary,.methods-shipping .actions-toolbar .action.primary,.block-authentication .action.action-register,.block-authentication .action.action-login,.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary,.form-address-edit .actions-toolbar .action.primary,.multicheckout .action.primary,.product-info-main .box-tocart .action.tocart,.product-options-bottom .box-tocart .action.tocart,.bundle-actions .amshopby-button,.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,.cart-container .checkout-methods-items .amshopby-button,.block-minicart .block-content>.actions>.primary .amshopby-button,.methods-shipping .actions-toolbar .amshopby-button,.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .amshopby-button,.form-address-edit .actions-toolbar .amshopby-button,.multicheckout .amshopby-button,.bundle-actions .am-filter-go,.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go,.cart-container .checkout-methods-items .am-filter-go,.block-minicart .block-content>.actions>.primary .am-filter-go,.methods-shipping .actions-toolbar .am-filter-go,.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .am-filter-go,.form-address-edit .actions-toolbar .am-filter-go,.multicheckout .am-filter-go{line-height:2.2rem;padding:14px 17px;font-size:1.8rem}.abs-action-remove,.cart.table-wrapper .action.help.map,.opc-wrapper .edit-address-link,.opc-block-shipping-information .shipping-information-title .action-edit,.action-auth-toggle,.checkout-payment-method .checkout-billing-address .action-cancel,.checkout-agreements-block .action-show,.cart-summary .block.giftcard .action.check,.gift-options .actions-toolbar .action-cancel,.table-comparison .wishlist.split.button>.action,.product-items .wishlist.split.button>.action,.paypal-button-widget .paypal-button,.abs-add-fields .action.remove,.form-giftregistry-share .action.remove,.form-giftregistry-edit .action.remove,.form-add-invitations .action.remove,.form-create-return .action.remove,.form.send.friend .action.remove{line-height:1.42857143;padding:0;color:#1979c3;text-decoration:none;background:none;border:0;display:inline;border-radius:0;font-size:inherit;font-weight:400}.abs-action-button-as-link:visited,.abs-action-remove:visited,.cart.table-wrapper .action.help.map:visited,.opc-wrapper .edit-address-link:visited,.opc-block-shipping-information .shipping-information-title .action-edit:visited,.action-auth-toggle:visited,.checkout-payment-method .checkout-billing-address .action-cancel:visited,.checkout-agreements-block .action-show:visited,.cart-summary .block.giftcard .action.check:visited,.gift-options .actions-toolbar .action-cancel:visited,.table-comparison .wishlist.split.button>.action:visited,.product-items .wishlist.split.button>.action:visited,.paypal-button-widget .paypal-button:visited,.abs-add-fields .action.remove:visited,.form-giftregistry-share .action.remove:visited,.form-giftregistry-edit .action.remove:visited,.form-add-invitations .action.remove:visited,.form-create-return .action.remove:visited,.form.send.friend .action.remove:visited{color:#1979c3;text-decoration:none}.abs-action-button-as-link:hover,.abs-action-remove:hover,.cart.table-wrapper .action.help.map:hover,.opc-wrapper .edit-address-link:hover,.opc-block-shipping-information .shipping-information-title .action-edit:hover,.action-auth-toggle:hover,.checkout-payment-method .checkout-billing-address .action-cancel:hover,.checkout-agreements-block .action-show:hover,.cart-summary .block.giftcard .action.check:hover,.gift-options .actions-toolbar .action-cancel:hover,.table-comparison .wishlist.split.button>.action:hover,.product-items .wishlist.split.button>.action:hover,.paypal-button-widget .paypal-button:hover,.abs-add-fields .action.remove:hover,.form-giftregistry-share .action.remove:hover,.form-giftregistry-edit .action.remove:hover,.form-add-invitations .action.remove:hover,.form-create-return .action.remove:hover,.form.send.friend .action.remove:hover{color:#006bb4;text-decoration:underline}.abs-action-button-as-link:active,.abs-action-remove:active,.cart.table-wrapper .action.help.map:active,.opc-wrapper .edit-address-link:active,.opc-block-shipping-information .shipping-information-title .action-edit:active,.action-auth-toggle:active,.checkout-payment-method .checkout-billing-address .action-cancel:active,.checkout-agreements-block .action-show:active,.cart-summary .block.giftcard .action.check:active,.gift-options .actions-toolbar .action-cancel:active,.table-comparison .wishlist.split.button>.action:active,.product-items .wishlist.split.button>.action:active,.paypal-button-widget .paypal-button:active,.abs-add-fields .action.remove:active,.form-giftregistry-share .action.remove:active,.form-giftregistry-edit .action.remove:active,.form-add-invitations .action.remove:active,.form-create-return .action.remove:active,.form.send.friend .action.remove:active{color:#ff5501;text-decoration:underline}.abs-action-button-as-link:hover,.abs-action-button-as-link:active,.abs-action-button-as-link:focus,.abs-action-remove:hover,.abs-action-remove:active,.abs-action-remove:focus,.cart.table-wrapper .action.help.map:hover,.cart.table-wrapper .action.help.map:active,.cart.table-wrapper .action.help.map:focus,.opc-wrapper .edit-address-link:hover,.opc-wrapper .edit-address-link:active,.opc-wrapper .edit-address-link:focus,.opc-block-shipping-information .shipping-information-title .action-edit:hover,.opc-block-shipping-information .shipping-information-title .action-edit:active,.opc-block-shipping-information .shipping-information-title .action-edit:focus,.action-auth-toggle:hover,.action-auth-toggle:active,.action-auth-toggle:focus,.checkout-payment-method .checkout-billing-address .action-cancel:hover,.checkout-payment-method .checkout-billing-address .action-cancel:active,.checkout-payment-method .checkout-billing-address .action-cancel:focus,.checkout-agreements-block .action-show:hover,.checkout-agreements-block .action-show:active,.checkout-agreements-block .action-show:focus,.cart-summary .block.giftcard .action.check:hover,.cart-summary .block.giftcard .action.check:active,.cart-summary .block.giftcard .action.check:focus,.gift-options .actions-toolbar .action-cancel:hover,.gift-options .actions-toolbar .action-cancel:active,.gift-options .actions-toolbar .action-cancel:focus,.table-comparison .wishlist.split.button>.action:hover,.table-comparison .wishlist.split.button>.action:active,.table-comparison .wishlist.split.button>.action:focus,.product-items .wishlist.split.button>.action:hover,.product-items .wishlist.split.button>.action:active,.product-items .wishlist.split.button>.action:focus,.paypal-button-widget .paypal-button:hover,.paypal-button-widget .paypal-button:active,.paypal-button-widget .paypal-button:focus,.abs-add-fields .action.remove:hover,.abs-add-fields .action.remove:active,.abs-add-fields .action.remove:focus,.form-giftregistry-share .action.remove:hover,.form-giftregistry-share .action.remove:active,.form-giftregistry-share .action.remove:focus,.form-giftregistry-edit .action.remove:hover,.form-giftregistry-edit .action.remove:active,.form-giftregistry-edit .action.remove:focus,.form-add-invitations .action.remove:hover,.form-add-invitations .action.remove:active,.form-add-invitations .action.remove:focus,.form-create-return .action.remove:hover,.form-create-return .action.remove:active,.form-create-return .action.remove:focus,.form.send.friend .action.remove:hover,.form.send.friend .action.remove:active,.form.send.friend .action.remove:focus{background:none;border:0}.abs-action-button-as-link.disabled,.abs-action-button-as-link[disabled],fieldset[disabled] .abs-action-button-as-link,.abs-action-remove.disabled,.abs-action-remove[disabled],fieldset[disabled] .abs-action-remove,.cart.table-wrapper .action.help.map.disabled,.cart.table-wrapper .action.help.map[disabled],fieldset[disabled] .cart.table-wrapper .action.help.map,.opc-wrapper .edit-address-link.disabled,.opc-wrapper .edit-address-link[disabled],fieldset[disabled] .opc-wrapper .edit-address-link,.opc-block-shipping-information .shipping-information-title .action-edit.disabled,.opc-block-shipping-information .shipping-information-title .action-edit[disabled],fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,.action-auth-toggle.disabled,.action-auth-toggle[disabled],fieldset[disabled] .action-auth-toggle,.checkout-payment-method .checkout-billing-address .action-cancel.disabled,.checkout-payment-method .checkout-billing-address .action-cancel[disabled],fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,.checkout-agreements-block .action-show.disabled,.checkout-agreements-block .action-show[disabled],fieldset[disabled] .checkout-agreements-block .action-show,.cart-summary .block.giftcard .action.check.disabled,.cart-summary .block.giftcard .action.check[disabled],fieldset[disabled] .cart-summary .block.giftcard .action.check,.gift-options .actions-toolbar .action-cancel.disabled,.gift-options .actions-toolbar .action-cancel[disabled],fieldset[disabled] .gift-options .actions-toolbar .action-cancel,.table-comparison .wishlist.split.button>.action.disabled,.table-comparison .wishlist.split.button>.action[disabled],fieldset[disabled] .table-comparison .wishlist.split.button>.action,.product-items .wishlist.split.button>.action.disabled,.product-items .wishlist.split.button>.action[disabled],fieldset[disabled] .product-items .wishlist.split.button>.action,.paypal-button-widget .paypal-button.disabled,.paypal-button-widget .paypal-button[disabled],fieldset[disabled] .paypal-button-widget .paypal-button,.abs-add-fields .action.remove.disabled,.abs-add-fields .action.remove[disabled],fieldset[disabled] .abs-add-fields .action.remove,.form-giftregistry-share .action.remove.disabled,.form-giftregistry-share .action.remove[disabled],fieldset[disabled] .form-giftregistry-share .action.remove,.form-giftregistry-edit .action.remove.disabled,.form-giftregistry-edit .action.remove[disabled],fieldset[disabled] .form-giftregistry-edit .action.remove,.form-add-invitations .action.remove.disabled,.form-add-invitations .action.remove[disabled],fieldset[disabled] .form-add-invitations .action.remove,.form-create-return .action.remove.disabled,.form-create-return .action.remove[disabled],fieldset[disabled] .form-create-return .action.remove,.form.send.friend .action.remove.disabled,.form.send.friend .action.remove[disabled],fieldset[disabled] .form.send.friend .action.remove{color:#1979c3;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.abs-action-remove:active,.abs-action-remove:not(:focus),.cart.table-wrapper .action.help.map:active,.cart.table-wrapper .action.help.map:not(:focus),.opc-wrapper .edit-address-link:active,.opc-wrapper .edit-address-link:not(:focus),.opc-block-shipping-information .shipping-information-title .action-edit:active,.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),.action-auth-toggle:active,.action-auth-toggle:not(:focus),.checkout-payment-method .checkout-billing-address .action-cancel:active,.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),.checkout-agreements-block .action-show:active,.checkout-agreements-block .action-show:not(:focus),.cart-summary .block.giftcard .action.check:active,.cart-summary .block.giftcard .action.check:not(:focus),.gift-options .actions-toolbar .action-cancel:active,.gift-options .actions-toolbar .action-cancel:not(:focus),.table-comparison .wishlist.split.button>.action:active,.table-comparison .wishlist.split.button>.action:not(:focus),.product-items .wishlist.split.button>.action:active,.product-items .wishlist.split.button>.action:not(:focus),.paypal-button-widget .paypal-button:active,.paypal-button-widget .paypal-button:not(:focus),.abs-add-fields .action.remove:active,.abs-add-fields .action.remove:not(:focus),.form-giftregistry-share .action.remove:active,.form-giftregistry-share .action.remove:not(:focus),.form-giftregistry-edit .action.remove:active,.form-giftregistry-edit .action.remove:not(:focus),.form-add-invitations .action.remove:active,.form-add-invitations .action.remove:not(:focus),.form-create-return .action.remove:active,.form-create-return .action.remove:not(:focus),.form.send.friend .action.remove:active,.form.send.friend .action.remove:not(:focus){box-shadow:none}.cart-summary .actions-toolbar>.primary button,.cart-summary .form.giftregistry .fieldset .action.primary,.paypal-review .block .actions-toolbar .action.primary,.block-compare .action.compare,.cart-summary .form.giftregistry .fieldset .amshopby-button,.paypal-review .block .actions-toolbar .amshopby-button,.cart-summary .form.giftregistry .fieldset .am-filter-go,.paypal-review .block .actions-toolbar .am-filter-go,.cart-summary .actions-toolbar>.primary .cart.table-wrapper .actions-toolbar>.action,.cart-summary .actions-toolbar>.primary .action-gift{background:#f2f2f2;border:1px solid #cdcdcd;color:#333}.abs-revert-secondary-color:focus,.abs-revert-secondary-color:active,.cart-summary .actions-toolbar>.primary button:focus,.cart-summary .actions-toolbar>.primary button:active,.cart-summary .form.giftregistry .fieldset .action.primary:focus,.cart-summary .form.giftregistry .fieldset .action.primary:active,.paypal-review .block .actions-toolbar .action.primary:focus,.paypal-review .block .actions-toolbar .action.primary:active,.block-compare .action.compare:focus,.block-compare .action.compare:active,.cart-summary .form.giftregistry .fieldset .amshopby-button:focus,.cart-summary .form.giftregistry .fieldset .amshopby-button:active,.paypal-review .block .actions-toolbar .amshopby-button:focus,.paypal-review .block .actions-toolbar .amshopby-button:active,.cart-summary .form.giftregistry .fieldset .am-filter-go:focus,.cart-summary .form.giftregistry .fieldset .am-filter-go:active,.paypal-review .block .actions-toolbar .am-filter-go:focus,.paypal-review .block .actions-toolbar .am-filter-go:active,.cart-summary .actions-toolbar>.primary .cart.table-wrapper .actions-toolbar>.action:focus,.cart-summary .actions-toolbar>.primary .cart.table-wrapper .actions-toolbar>.action:active,.cart-summary .actions-toolbar>.primary .action-gift:focus,.cart-summary .actions-toolbar>.primary .action-gift:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}.abs-revert-secondary-color:hover,.cart-summary .actions-toolbar>.primary button:hover,.cart-summary .form.giftregistry .fieldset .action.primary:hover,.paypal-review .block .actions-toolbar .action.primary:hover,.block-compare .action.compare:hover,.cart-summary .form.giftregistry .fieldset .amshopby-button:hover,.paypal-review .block .actions-toolbar .amshopby-button:hover,.cart-summary .form.giftregistry .fieldset .am-filter-go:hover,.paypal-review .block .actions-toolbar .am-filter-go:hover,.cart-summary .actions-toolbar>.primary .cart.table-wrapper .actions-toolbar>.action:hover,.cart-summary .actions-toolbar>.primary .action-gift:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}.cart-summary .form.giftregistry .fieldset .action.primary,.cart-summary .form.giftregistry .fieldset .amshopby-button,.cart-summary .form.giftregistry .fieldset .am-filter-go{font-size:1.4rem;line-height:1.6rem;padding:7px 15px}.bundle-actions{margin:10px 0}.bundle-options-container .price-notice .price-including-tax,.bundle-options-container .price-notice .price-excluding-tax,.bundle-options-container .price-notice .weee,.cart-summary .price-including-tax,.cart-summary .price-excluding-tax,.cart-summary .weee,.gift-summary .price-including-tax,.gift-summary .price-excluding-tax,.gift-summary .weee,.gift-options .price-including-tax,.gift-options .price-excluding-tax,.gift-options .weee,.product-options-wrapper .field .price-notice .price-including-tax,.product-options-wrapper .field .price-notice .price-excluding-tax,.product-options-wrapper .field .price-notice .weee{font-size:1.4rem;display:inline-block;white-space:nowrap}.bundle-options-container .price-notice .price-including-tax+.price-excluding-tax,.cart-summary .price-including-tax+.price-excluding-tax,.gift-summary .price-including-tax+.price-excluding-tax,.gift-options .price-including-tax+.price-excluding-tax,.product-options-wrapper .field .price-notice .price-including-tax+.price-excluding-tax{display:inline-block;font-size:1.1rem}.bundle-options-container .price-notice .price-including-tax+.price-excluding-tax:before,.cart-summary .price-including-tax+.price-excluding-tax:before,.gift-summary .price-including-tax+.price-excluding-tax:before,.gift-options .price-including-tax+.price-excluding-tax:before,.product-options-wrapper .field .price-notice .price-including-tax+.price-excluding-tax:before{content:'(' attr(data-label) ': '}.bundle-options-container .price-notice .price-including-tax+.price-excluding-tax:after,.cart-summary .price-including-tax+.price-excluding-tax:after,.gift-summary .price-including-tax+.price-excluding-tax:after,.gift-options .price-including-tax+.price-excluding-tax:after,.product-options-wrapper .field .price-notice .price-including-tax+.price-excluding-tax:after{content:')'}.price-including-tax .cart-tax-total,.price-excluding-tax .cart-tax-total{cursor:pointer;padding-right:12px;position:relative;display:inline-block;text-decoration:none}.abs-tax-total:after,.price-including-tax .cart-tax-total:after,.price-excluding-tax .cart-tax-total:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:26px;line-height:10px;color:inherit;content:'\e622';font-family:'icons-blank-theme';margin:3px 0 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.price-including-tax .cart-tax-total:after,.price-excluding-tax .cart-tax-total:after{position:absolute;right:-10px;top:3px}.abs-tax-total-expanded:after{content:'\e621'}.abs-tax-total-expanded:after,.price-including-tax .cart-tax-total-expanded:after,.price-excluding-tax .cart-tax-total-expanded:after{content:'\e621'}.form-giftregistry-search .legend,.block-wishlist-search-form .block-title,.multicheckout .block-title,.multicheckout .block-content .title{border-bottom:1px solid #d1d1d1;margin-bottom:25px;padding-bottom:10px}.form-giftregistry-search .legend>strong,.form-giftregistry-search .legend>span,.block-wishlist-search-form .block-title>strong,.block-wishlist-search-form .block-title>span,.multicheckout .block-title>strong,.multicheckout .block-title>span,.multicheckout .block-content .title>strong,.multicheckout .block-content .title>span{font-size:2.2rem;font-weight:300}.review-ratings .rating-summary{display:table-row}.review-ratings .rating-label{display:table-cell;padding-bottom:5px;padding-right:25px;padding-top:1px;vertical-align:top}.review-ratings .rating-result{display:table-cell;vertical-align:top}.block-minicart .subtotal .label:after,.minicart-items .details-qty .label:after,.minicart-items .price-minicart .label:after,.order-details-items .order-gift-message .label:after,.order-details-items .block-order-details-gift-message .label:after,.block-wishlist-management .wishlist-select .wishlist-name-label:after{content:': '}.abs-dropdown-items-new .action.new,.wishlist.split.button .action.new,.wishlist-dropdown .action.new{display:inline-block;text-decoration:none}.abs-icon-add:before,.abs-dropdown-items-new .action.new:before,.wishlist.split.button .action.new:before,.wishlist-dropdown .action.new:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;line-height:10px;color:inherit;content:'\e61c';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.wishlist.split.button .items .item:last-child:hover,.wishlist-dropdown .items .item:last-child:hover{background:#e8e8e8}.wishlist.split.button .action.new:before,.wishlist-dropdown .action.new:before{margin-left:-17px;margin-right:5px}.abs-sidebar-totals .table-caption,.cart-summary .block .fieldset.estimate>.legend,.cart-summary .block .fieldset.estimate>.legend+br,.minicart-items .product-item-details .weee[data-label] .label,.page-product-giftcard .fieldset.giftcard>.legend+br,.order-details-items .order-items .order-gift-message .action.close,.multicheckout .block .methods-shipping .item-content .fieldset>.legend+br,.multicheckout .hidden,[class^='multishipping-'] .nav-sections,[class^='multishipping-'] .nav-toggle,.sidebar-main .block-reorder .subtitle,.sidebar-additional .block-reorder .subtitle,.no-display,.sidebar .subtitle,.cart-totals .table-caption,.opc-block-summary .table-totals .table-caption{display:none}.return-status,.order-status{display:inline-block;margin-bottom:20px}.block-wishlist .counter,.block-compare .counter{color:#7d7d7d;font-size:1.2rem;white-space:nowrap}.block-cart-failed .action.continue,.cart-container .form-cart .action.continue{border-radius:3px;background-image:none;background:#f2f2f2;border:1px solid #cdcdcd;color:#333;cursor:pointer;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;margin:0;padding:7px 15px 7px 0;font-size:1.4rem;line-height:1.6rem;box-sizing:border-box;vertical-align:middle;display:inline-block;text-decoration:none}.abs-shopping-cart-items .action.continue:hover,.abs-shopping-cart-items .action.continue:active,.abs-shopping-cart-items .action.continue:focus,.block-cart-failed .action.continue:hover,.block-cart-failed .action.continue:active,.block-cart-failed .action.continue:focus,.cart-container .form-cart .action.continue:hover,.cart-container .form-cart .action.continue:active,.cart-container .form-cart .action.continue:focus{text-decoration:none}.abs-shopping-cart-items .action.continue:before,.block-cart-failed .action.continue:before,.cart-container .form-cart .action.continue:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;line-height:16px;color:inherit;content:'\e617';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-shopping-cart-items .action.continue:hover:before,.block-cart-failed .action.continue:hover:before,.cart-container .form-cart .action.continue:hover:before{color:inherit}.abs-shopping-cart-items .action.continue:active:before,.block-cart-failed .action.continue:active:before,.cart-container .form-cart .action.continue:active:before{color:inherit}.abs-shopping-cart-items .action.continue:focus,.abs-shopping-cart-items .action.continue:active,.block-cart-failed .action.continue:focus,.block-cart-failed .action.continue:active,.cart-container .form-cart .action.continue:focus,.cart-container .form-cart .action.continue:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}.abs-shopping-cart-items .action.continue:hover,.block-cart-failed .action.continue:hover,.cart-container .form-cart .action.continue:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}.abs-shopping-cart-items .action.continue.disabled,.abs-shopping-cart-items .action.continue[disabled],fieldset[disabled] .abs-shopping-cart-items .action.continue,.block-cart-failed .action.continue.disabled,.block-cart-failed .action.continue[disabled],fieldset[disabled] .block-cart-failed .action.continue,.cart-container .form-cart .action.continue.disabled,.cart-container .form-cart .action.continue[disabled],fieldset[disabled] .cart-container .form-cart .action.continue{opacity:.5;cursor:default;pointer-events:none}.block-cart-failed .action.continue:active,.cart-container .form-cart .action.continue:active{box-shadow:inset 0 2px 1px rgba(0,0,0,0.12)}.block-cart-failed .action.update,.cart-container .form-cart .action.update{display:inline-block;text-decoration:none;padding-left:5px}.abs-shopping-cart-items .action.update:before,.block-cart-failed .action.update:before,.cart-container .form-cart .action.update:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;line-height:16px;color:inherit;content:'\e603';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-shopping-cart-items .action.update:hover:before,.block-cart-failed .action.update:hover:before,.cart-container .form-cart .action.update:hover:before{color:inherit}.abs-shopping-cart-items .action.update:active:before,.block-cart-failed .action.update:active:before,.cart-container .form-cart .action.update:active:before{color:inherit}.field.date .control{position:relative}.abs-field-date input,.form-giftregistry-search .fields-specific-options .datetime-picker,.field.date input{margin-right:10px;width:calc(100% - 50px)}.field .control._with-tooltip{position:relative}.field .control._with-tooltip input{margin-right:10px;width:calc(100% - 39px)}.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,.shipping-policy-block.field-tooltip .field-tooltip-content{right:-10px;top:40px;left:auto}.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,.shipping-policy-block.field-tooltip .field-tooltip-content:before,.shipping-policy-block.field-tooltip .field-tooltip-content:after{border:10px solid transparent;height:0;width:0;margin-top:-21px;right:10px;left:auto;top:0}.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,.shipping-policy-block.field-tooltip .field-tooltip-content:before{border-bottom-color:#999}.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,.shipping-policy-block.field-tooltip .field-tooltip-content:after{border-bottom-color:#f4f4f4;top:1px}.opc-wrapper .step-title,.opc-block-shipping-information .shipping-information-title,.opc-block-summary>.title,.checkout-agreements-items .checkout-agreements-item-title{border-bottom:1px solid #ccc;padding-bottom:10px;color:#333;font-weight:300;font-size:2.6rem}.cart-totals .mark,.opc-block-summary .table-totals .mark{font-weight:400;padding-left:4px}.cart-totals .mark strong,.opc-block-summary .table-totals .mark strong{font-weight:400}.cart-totals .amount,.opc-block-summary .table-totals .amount{padding-right:4px;text-align:right;white-space:nowrap}.cart-totals .amount strong,.opc-block-summary .table-totals .amount strong{font-weight:400}.cart-totals .grand .mark,.cart-totals .grand .amount,.opc-block-summary .table-totals .grand .mark,.opc-block-summary .table-totals .grand .amount{padding-top:20px}.cart-totals .grand .amount,.opc-block-summary .table-totals .grand .amount{padding-right:4px;text-align:right}.cart-totals .grand .amount strong,.opc-block-summary .table-totals .grand .amount strong{font-weight:700}.cart-totals .msrp,.opc-block-summary .table-totals .msrp{margin-bottom:10px}.cart-totals .totals-tax-summary .mark,.cart-totals .totals-tax-summary .amount,.opc-block-summary .table-totals .totals-tax-summary .mark,.opc-block-summary .table-totals .totals-tax-summary .amount{border-top:1px solid #d1d1d1;border-bottom:1px solid #d1d1d1;cursor:pointer}.cart-totals .totals-tax-summary .amount .price,.opc-block-summary .table-totals .totals-tax-summary .amount .price{display:block;text-decoration:none;padding-right:25px;position:relative}.abs-sidebar-totals .totals-tax-summary .amount .price>span,.cart-totals .totals-tax-summary .amount .price>span,.opc-block-summary .table-totals .totals-tax-summary .amount .price>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-sidebar-totals .totals-tax-summary .amount .price:after,.cart-totals .totals-tax-summary .amount .price:after,.opc-block-summary .table-totals .totals-tax-summary .amount .price:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:30px;line-height:inherit;color:inherit;content:'\e622';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.cart-totals .totals-tax-summary .amount .price:after,.opc-block-summary .table-totals .totals-tax-summary .amount .price:after{position:absolute;right:-5px;top:-12px}.cart-totals .totals-tax-summary.expanded .mark,.cart-totals .totals-tax-summary.expanded .amount,.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,.opc-block-summary .table-totals .totals-tax-summary.expanded .amount{border-bottom:0}.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,.cart-totals .totals-tax-summary.expanded .amount .price:after,.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after{content:'\e621'}.cart-totals .totals-tax-details,.opc-block-summary .table-totals .totals-tax-details{border-bottom:1px solid #d1d1d1;display:none}.cart-totals .totals-tax-details.shown,.opc-block-summary .table-totals .totals-tax-details.shown{display:table-row}.cart-summary .block>.title,.paypal-review-discount .block>.title{border-top:1px solid #d1d1d1;cursor:pointer;font-weight:600;display:block;text-decoration:none;margin-bottom:0;overflow:hidden;padding:7px 30px 7px 5px;position:relative}.abs-discount-block>.title:after,.cart-summary .block>.title:after,.paypal-review-discount .block>.title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:30px;line-height:inherit;color:inherit;content:'\e622';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.cart-summary .block>.title:after,.paypal-review-discount .block>.title:after{position:absolute;right:-5px;top:-5px}.column.main .cart-summary .block>.title strong,.column.main .paypal-review-discount .block>.title strong{font-size:1.8rem;font-weight:400}.cart-summary .block>.content,.paypal-review-discount .block>.content{display:none}.abs-discount-block.active>.title:after,.cart-summary .block.active>.title:after,.paypal-review-discount .block.active>.title:after{content:'\e621'}.cart-summary .block.active>.content,.paypal-review-discount .block.active>.content{display:block}.items{margin:0;padding:0;list-style:none none}.columns{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;box-sizing:border-box}.columns:after{clear:both;content:' ';display:block;height:0;overflow:hidden;visibility:hidden}.columns .column.main{padding-bottom:40px;-webkit-flex-basis:auto;flex-basis:auto;-webkit-flex-grow:1;flex-grow:1;-ms-flex-order:1;-webkit-order:1;order:1;width:100%}.columns .sidebar-main{-webkit-flex-grow:1;flex-grow:1;-webkit-flex-basis:100%;flex-basis:100%;-ms-flex-order:1;-webkit-order:1;order:1}.columns .sidebar-additional{-webkit-flex-grow:1;flex-grow:1;-webkit-flex-basis:100%;flex-basis:100%;-ms-flex-order:2;-webkit-order:2;order:2}.table-wrapper{margin-bottom:20px}table>caption{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.table:not(.cart):not(.totals){border:none}.table:not(.cart):not(.totals)>thead>tr>th,.table:not(.cart):not(.totals)>tbody>tr>th,.table:not(.cart):not(.totals)>tfoot>tr>th,.table:not(.cart):not(.totals)>thead>tr>td,.table:not(.cart):not(.totals)>tbody>tr>td,.table:not(.cart):not(.totals)>tfoot>tr>td{border:none}.table:not(.cart):not(.totals)>thead>tr>th,.table:not(.cart):not(.totals)>thead>tr>td{border-bottom:1px solid #d1d1d1}.table:not(.cart):not(.totals) tfoot>tr:first-child th,.table:not(.cart):not(.totals) tfoot>tr:first-child td{border-top:1px solid #d1d1d1;padding-top:20px}.table:not(.cart):not(.totals) tfoot .mark{font-weight:400;text-align:right}.message.info,.message.error,.message.warning,.message.notice,.message.success{font-size:1rem;display:block;padding:16px 40px 15px;border-radius:4px;position:fixed;right:0;top:60px;z-index:999;left:0}.message.info>*:first-child:before,.message.error>*:first-child:before,.message.warning>*:first-child:before,.message.notice>*:first-child:before,.message.success>*:first-child:before{font-family:"Linearicons";position:absolute;font-size:18px;left:13px;top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}.message.info .close,.message.error .close,.message.warning .close,.message.notice .close,.message.success .close{position:absolute;cursor:pointer;right:13px;top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}.message.info .close:before,.message.error .close:before,.message.warning .close:before,.message.notice .close:before,.message.success .close:before{content:"\e935";font-family:"Linearicons";font-size:16px}.message.info{color:#0c5460;background-color:#d1ecf1}.message.info>*:first-child:before{content:"\e691"}.message.error{color:#721c24;background-color:#f8d7da}.message.error>*:first-child:before{content:"\e954"}.message.warning{color:#856404;background-color:#fff3cd}.message.warning>*:first-child:before{content:"\e955"}.message.notice{background:#fdf0d5;color:#6f4400}.message.notice>*:first-child:before{content:"\e956"}.message.success{background-color:#ceecce;color:#006400}.message.success>*:first-child:before{content:"\e959"}.rtl-theme .message.info>*:first-child:before,.rtl-theme .message.error>*:first-child:before,.rtl-theme .message.warning>*:first-child:before,.rtl-theme .message.notice>*:first-child:before,.rtl-theme .message.success>*:first-child:before{left:auto;right:13px}.rtl-theme .message.info .close,.rtl-theme .message.error .close,.rtl-theme .message.warning .close,.rtl-theme .message.notice .close,.rtl-theme .message.success .close{left:13px;right:auto}.column.main .message.info,.sidebar .message.info,.column.main .message.error,.sidebar .message.error,.column.main .message.warning,.sidebar .message.warning,.column.main .message.notice,.sidebar .message.notice,.column.main .message.success,.sidebar .message.success{position:relative;max-width:100%;left:auto;right:auto;top:auto}.horizontal-menu.mgt-menu .navigation{background:none}.horizontal-menu.mgt-menu .navigation>ul{padding:0}.horizontal-menu.mgt-menu .navigation .level0 .level-top{border:none;font-size:1.125rem;font-weight:600;color:#222222;padding:10px 15px 10px 0;display:block;line-height:inherit}.horizontal-menu.mgt-menu .navigation li>a{font-size:1rem;font-weight:400;color:#222222;padding:10px 30px 10px 0;border-top:1px solid #f3f3f3;display:block;background:none;text-transform:none;border-left:none !important}.horizontal-menu.mgt-menu .navigation li>a>span{margin:0 !important}.horizontal-menu.mgt-menu .navigation li>a:after{content:none}.horizontal-menu.mgt-menu .navigation li.level0+li.level0>a.level-top{border-top:1px solid #f3f3f3}.horizontal-menu.mgt-menu .navigation li.level1>a{padding-left:10px}.horizontal-menu.mgt-menu .navigation li[class*="level"]:not(.level1):not(.level0)>a{padding-left:20px !important}.horizontal-menu.mgt-menu .navigation li.parent{position:relative}.horizontal-menu.mgt-menu .navigation li.parent .submenu{position:static !important;border:none;box-shadow:none;padding:0 !important}.horizontal-menu.mgt-menu .navigation li.parent>a.ui-state-active:before{content:"\e937" !important}.horizontal-menu.mgt-menu .navigation li.parent.level0>a:before{content:"\e936";font-family:'Linearicons';font-size:0.75rem;color:#222;font-weight:bold;cursor:pointer;position:absolute;right:0;top:0;display:block;padding:17px 9px;line-height:1}.horizontal-menu.mgt-menu .navigation li.parent.level0>a.ui-state-active:before{content:"\e937"}.tooltip.wrapper{position:relative}.tooltip.wrapper .tooltip.content{background:#fff;max-width:360px;min-width:210px;padding:12px 16px;z-index:100;display:none;position:absolute;text-align:left;color:#333;line-height:1.4;border:1px solid #bbb;margin-top:5px;left:0;top:100%}.tooltip.wrapper .tooltip.content:after,.tooltip.wrapper .tooltip.content:before{border:solid transparent;content:'';height:0;position:absolute;width:0}.tooltip.wrapper .tooltip.content:after{border-width:5px;border-color:transparent}.tooltip.wrapper .tooltip.content:before{border-width:6px;border-color:transparent}.tooltip.wrapper .tooltip.content:after,.tooltip.wrapper .tooltip.content:before{bottom:100%}.tooltip.wrapper .tooltip.content:after{border-bottom-color:#fff;left:15px;margin-left:-5px}.tooltip.wrapper .tooltip.content:before{border-bottom-color:#bbb;left:15px;margin-left:-6px}.tooltip.wrapper .tooltip.toggle{cursor:help}.tooltip.wrapper .tooltip.toggle:hover+.tooltip.content,.tooltip.wrapper .tooltip.toggle:focus+.tooltip.content,.tooltip.wrapper:hover .tooltip.content{display:block}.tooltip.wrapper .tooltip.content dl{margin-bottom:0}.tooltip.wrapper .tooltip.content dd{white-space:normal}.tooltip.wrapper .tooltip.content .subtitle{display:inline-block;font-size:16px;font-weight:500;margin-bottom:15px}.tooltip.wrapper .tooltip.content .label{margin-top:10px}.tooltip.wrapper .tooltip.content .label:first-child{margin-top:0}.tooltip.wrapper .tooltip.content .values{margin:0}.ui-tooltip{position:absolute;z-index:9999}.load.indicator{background-color:rgba(255,255,255,0.5);z-index:9999;bottom:0;left:0;position:fixed;right:0;top:0;position:absolute}.load.indicator:before{background:transparent url('../../frontend/Mgs/naelofar/en_US/images/loader-2.gif') no-repeat 50% 50%;border-radius:5px;height:160px;width:160px;bottom:0;box-sizing:border-box;content:'';left:0;margin:auto;position:absolute;right:0;top:0}.load.indicator>span{display:none}.loading-mask{bottom:0;left:0;margin:auto;position:fixed;right:0;top:0;z-index:100;background:rgba(255,255,255,0.5)}.loading-mask .loader>img{bottom:0;left:0;margin:auto;position:fixed;right:0;top:0;z-index:100}.loading-mask .loader>p{display:none}body>.loading-mask{z-index:9999}._block-content-loading{position:relative}[data-role='main-css-loader']{display:none}.fieldset{border:0;margin:0 0 40px;padding:0;letter-spacing:-.31em}.fieldset>*{letter-spacing:normal}.fieldset>.legend{margin:0 0 25px;padding:0;box-sizing:border-box;float:left;line-height:1.2;font-size:2rem}.fieldset>.legend+br{clear:both;display:block;height:0;overflow:hidden;visibility:hidden}.fieldset:last-child{margin-bottom:20px}.fieldset>.field,.fieldset>.fields>.field{margin:0 0 20px}.fieldset>.field>.label,.fieldset>.fields>.field>.label{margin:0 0 5px;display:inline-block}.fieldset>.field:last-child,.fieldset>.fields>.field:last-child{margin-bottom:0}.fieldset>.field>.label,.fieldset>.fields>.field>.label{font-weight:700}.fieldset>.field>.label+br,.fieldset>.fields>.field>.label+br{display:none}.fieldset>.field .choice input,.fieldset>.fields>.field .choice input{vertical-align:top}.fieldset>.field .fields.group:before,.fieldset>.fields>.field .fields.group:before,.fieldset>.field .fields.group:after,.fieldset>.fields>.field .fields.group:after{content:'';display:table}.fieldset>.field .fields.group:after,.fieldset>.fields>.field .fields.group:after{clear:both}.fieldset>.field .fields.group .field,.fieldset>.fields>.field .fields.group .field{box-sizing:border-box;float:left}.fieldset>.field .fields.group.group-2 .field,.fieldset>.fields>.field .fields.group.group-2 .field{width:50% !important}.fieldset>.field .fields.group.group-3 .field,.fieldset>.fields>.field .fields.group.group-3 .field{width:33.3% !important}.fieldset>.field .fields.group.group-4 .field,.fieldset>.fields>.field .fields.group.group-4 .field{width:25% !important}.fieldset>.field .fields.group.group-5 .field,.fieldset>.fields>.field .fields.group.group-5 .field{width:20% !important}.fieldset>.field .addon,.fieldset>.fields>.field .addon{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;padding:0;width:100%}.fieldset>.field .addon textarea,.fieldset>.fields>.field .addon textarea,.fieldset>.field .addon select,.fieldset>.fields>.field .addon select,.fieldset>.field .addon input,.fieldset>.fields>.field .addon input{-ms-flex-order:2;-webkit-order:2;order:2;-webkit-flex-basis:100%;flex-basis:100%;display:inline-block;margin:0;width:auto}.fieldset>.field .addon .addbefore,.fieldset>.fields>.field .addon .addbefore,.fieldset>.field .addon .addafter,.fieldset>.fields>.field .addon .addafter{background:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;height:32px;line-height:1.42857143;padding:0 9px;vertical-align:baseline;width:100%;box-sizing:border-box;-ms-flex-order:3;-webkit-order:3;order:3;display:inline-block;vertical-align:middle;white-space:nowrap;width:auto}.fieldset>.field .addon .addbefore:disabled,.fieldset>.fields>.field .addon .addbefore:disabled,.fieldset>.field .addon .addafter:disabled,.fieldset>.fields>.field .addon .addafter:disabled{opacity:.5}.fieldset>.field .addon .addbefore::-moz-placeholder,.fieldset>.fields>.field .addon .addbefore::-moz-placeholder,.fieldset>.field .addon .addafter::-moz-placeholder,.fieldset>.fields>.field .addon .addafter::-moz-placeholder{color:#c2c2c2}.fieldset>.field .addon .addbefore::-webkit-input-placeholder,.fieldset>.fields>.field .addon .addbefore::-webkit-input-placeholder,.fieldset>.field .addon .addafter::-webkit-input-placeholder,.fieldset>.fields>.field .addon .addafter::-webkit-input-placeholder{color:#c2c2c2}.fieldset>.field .addon .addbefore:-ms-input-placeholder,.fieldset>.fields>.field .addon .addbefore:-ms-input-placeholder,.fieldset>.field .addon .addafter:-ms-input-placeholder,.fieldset>.fields>.field .addon .addafter:-ms-input-placeholder{color:#c2c2c2}.fieldset>.field .addon .addbefore,.fieldset>.fields>.field .addon .addbefore{float:left;-ms-flex-order:1;-webkit-order:1;order:1}.fieldset>.field .additional,.fieldset>.fields>.field .additional{margin-top:10px}.fieldset>.field.required>.label:after,.fieldset>.fields>.field.required>.label:after,.fieldset>.field._required>.label:after,.fieldset>.fields>.field._required>.label:after{content:'*';color:#e02b27;font-size:1.2rem;margin:0 0 0 5px}.fieldset>.field .note,.fieldset>.fields>.field .note{font-size:1.2rem;margin:3px 0 0;padding:0;display:inline-block;text-decoration:none}.fieldset>.field .note:before,.fieldset>.fields>.field .note:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:12px;content:'\e618';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.fieldset>.field.choice .label,.fieldset>.fields>.field.choice .label{display:inline;font-weight:normal}.column:not(.main) .fieldset>.field .label,.column:not(.main) .fieldset>.fields>.field .label{font-weight:normal}.fieldset>.field .field.choice,.fieldset>.fields>.field .field.choice{margin-bottom:10px}.fieldset>.field .field.choice:last-child,.fieldset>.fields>.field .field.choice:last-child{margin-bottom:0}.fieldset>.field input[type=file],.fieldset>.fields>.field input[type=file]{margin:5px 0}.legend+.fieldset,.legend+div{clear:both}.legend strong{margin-left:5px}fieldset.field{border:0;padding:0}.field.date .time-picker{display:inline-block;margin-top:10px;white-space:nowrap}.field .message.warning{margin-top:10px}.field-error,div.mage-error[generated]{margin-top:7px}.field-error{color:#e02b27;font-size:1.2rem}.product-options-wrapper .date.required div[for*='options'].mage-error{display:none !important}.field .tooltip{position:relative}.field .tooltip .tooltip-content{background:#fff;max-width:360px;min-width:210px;padding:12px 16px;z-index:100;display:none;position:absolute;text-align:left;color:#333;line-height:1.4;border:1px solid #bbb;margin-left:5px;left:100%;top:0}.field .tooltip .tooltip-content:after,.field .tooltip .tooltip-content:before{border:solid transparent;content:'';height:0;position:absolute;width:0}.field .tooltip .tooltip-content:after{border-width:5px;border-color:transparent}.field .tooltip .tooltip-content:before{border-width:6px;border-color:transparent}.field .tooltip .tooltip-content:after,.field .tooltip .tooltip-content:before{right:100%}.field .tooltip .tooltip-content:after{border-right-color:#fff;margin-top:-5px;top:15px}.field .tooltip .tooltip-content:before{border-right-color:#bbb;margin-top:-6px;top:15px}.field .tooltip .tooltip-toggle{cursor:help}.field .tooltip .tooltip-toggle:hover+.tooltip-content,.field .tooltip .tooltip-toggle:focus+.tooltip-content,.field .tooltip:hover .tooltip-content{display:block}.field .tooltip .tooltip-content{min-width:200px;white-space:normal}input:focus~.tooltip .tooltip-content,select:focus~.tooltip .tooltip-content{display:block}._has-datepicker~.ui-datepicker-trigger{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:block;text-decoration:none;display:inline-block;vertical-align:middle}._has-datepicker~.ui-datepicker-trigger:focus,._has-datepicker~.ui-datepicker-trigger:active{background:none;border:none}._has-datepicker~.ui-datepicker-trigger:hover{background:none;border:none}._has-datepicker~.ui-datepicker-trigger.disabled,._has-datepicker~.ui-datepicker-trigger[disabled],fieldset[disabled] ._has-datepicker~.ui-datepicker-trigger{pointer-events:none;opacity:.5}._has-datepicker~.ui-datepicker-trigger>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}._has-datepicker~.ui-datepicker-trigger:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:40px;line-height:40px;color:#7d7d7d;content:'\e612';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}._has-datepicker~.ui-datepicker-trigger:focus{box-shadow:none;outline:0}.sidebar .fieldset{margin:0}.sidebar .fieldset>.field:not(.choice):not(:last-child),.sidebar .fieldset .fields>.field:not(:last-child){margin:0 0 20px}.sidebar .fieldset>.field:not(.choice) .label,.sidebar .fieldset .fields>.field .label{margin:0 0 4px;padding:0 0 5px;text-align:left;width:100%}.sidebar .fieldset>.field:not(.choice) .control,.sidebar .fieldset .fields>.field .control{width:100%}@font-face{font-family:'icons-blank-theme';src:url('../../frontend/Mgs/naelofar/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'),url('../../frontend/Mgs/naelofar/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');font-weight:normal;font-style:normal;font-display:block}button,a.action.primary,a.amshopby-button,a.am-filter-go,.cart.table-wrapper .actions-toolbar>.action,.action-gift{border-radius:3px}button:active,.cart.table-wrapper .actions-toolbar>.action:active,.action-gift:active{box-shadow:inset 0 2px 1px rgba(0,0,0,0.12)}a.action.primary,a.amshopby-button,a.am-filter-go{display:inline-block;text-decoration:none}a.action.primary:hover,a.action.primary:active,a.action.primary:focus,a.amshopby-button:hover,a.amshopby-button:active,a.amshopby-button:focus,a.am-filter-go:hover,a.am-filter-go:active,a.am-filter-go:focus{text-decoration:none}.action.primary,.action-primary,.amshopby-button,.am-filter-go{background-image:none;background:#1979c3;border:1px solid #1979c3;color:#fff;cursor:pointer;display:inline-block;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;padding:7px 15px;font-size:1.4rem;box-sizing:border-box;vertical-align:middle}.action.primary:focus,.action-primary:focus,.action.primary:active,.action-primary:active,.amshopby-button:focus,.amshopby-button:active,.am-filter-go:focus,.am-filter-go:active{background:#006bb4;border:1px solid #006bb4;color:#fff}.action.primary:hover,.action-primary:hover,.amshopby-button:hover,.am-filter-go:hover{background:#006bb4;border:1px solid #006bb4;color:#fff}.action.primary.disabled,.action-primary.disabled,.action.primary[disabled],.action-primary[disabled],fieldset[disabled] .action.primary,fieldset[disabled] .action-primary,.amshopby-button.disabled,.amshopby-button[disabled],fieldset[disabled] .amshopby-button,.am-filter-go.disabled,.am-filter-go[disabled],fieldset[disabled] .am-filter-go{opacity:.5;cursor:default;pointer-events:none}.product.data.items{margin:0;padding:0;margin-bottom:20px}.product.data.items>.item.title{box-sizing:border-box;float:none;width:100%}.product.data.items>.item.title>.switch{display:block}.product.data.items>.item.content{box-sizing:border-box;display:block;float:none;margin:0}.product.data.items>.item.content:before,.product.data.items>.item.content:after{content:'';display:table}.product.data.items>.item.content:after{clear:both}.product.data.items>.item.content.active{display:block}.product.data.items>.item.title{margin:0 0 5px}.product.data.items>.item.title>.switch{background:#f0f0f0;border-bottom:1px solid #d1d1d1;border-left:1px solid #d1d1d1;border-right:1px solid #d1d1d1;border-top:1px solid #d1d1d1;height:40px;padding:5px 20px 5px 20px;font-weight:600;line-height:40px;font-size:1.8rem;color:#7d7d7d;text-decoration:none}.product.data.items>.item.title>.switch:visited{color:#7d7d7d;text-decoration:none}.product.data.items>.item.title>.switch:hover{color:#7d7d7d;text-decoration:none}.product.data.items>.item.title>.switch:active{color:#333;text-decoration:none}.product.data.items>.item.title:not(.disabled)>.switch:focus,.product.data.items>.item.title:not(.disabled)>.switch:hover{background:#fcfcfc}.product.data.items>.item.title:not(.disabled)>.switch:active,.product.data.items>.item.title.active>.switch,.product.data.items>.item.title.active>.switch:focus,.product.data.items>.item.title.active>.switch:hover{background:#fff;color:#333;text-decoration:none;padding-bottom:5px}.product.data.items>.item.content{background:#fff;border:1px solid #d1d1d1;margin:0 0 5px;padding:20px 20px 20px 20px}.pages>.label{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.pages .items{font-size:0;letter-spacing:-1px;line-height:0;white-space:nowrap;margin:0;padding:0;list-style:none none;display:inline-block;font-weight:700}.pages .item{font-size:1.2rem;line-height:3.2rem;letter-spacing:normal;margin:0 2px 0 0;display:inline-block}.pages .item .label{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.pages a.page{color:#1979c3;display:inline-block;padding:0 4px;text-decoration:none}.pages a.page:visited{color:#1979c3}.pages a.page:hover{color:#006bb4;text-decoration:none}.pages a.page:active{color:#ff5501}.pages strong.page{font-size:1.2rem;line-height:3.2rem;letter-spacing:normal;color:#333;display:inline-block;font-weight:700;padding:0 4px}.pages .action{border:1px solid #d1d1d1;color:#7d7d7d;display:inline-block;padding:0;text-decoration:none}.pages .action:visited{color:#7d7d7d}.pages .action:hover{color:#7d7d7d;text-decoration:none}.pages .action:active{color:#7d7d7d}.pages .action.next{display:inline-block;text-decoration:none}.pages .action.next:visited:before{color:#7d7d7d}.pages .action.next:active:before{color:#7d7d7d}.pages .action.next>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.pages .action.next:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:46px;line-height:inherit;color:#7d7d7d;content:'\e608';font-family:'icons-blank-theme';margin:0 0 0 -6px;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.pages .action.next:hover:before{color:#7d7d7d}.pages .action.next:active:before{color:#7d7d7d}.pages .action.previous{display:inline-block;text-decoration:none}.pages .action.previous:visited:before{color:#7d7d7d}.pages .action.previous:active:before{color:#7d7d7d}.pages .action.previous>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.pages .action.previous:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:46px;line-height:inherit;color:#7d7d7d;content:'\e617';font-family:'icons-blank-theme';margin:0 0 0 -6px;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.pages .action.previous:hover:before{color:#7d7d7d}.pages .action.previous:active:before{color:#7d7d7d}.pages .action{width:34px}.pages .action.previous{margin-right:12px}.pages .action.next{margin-left:12px}.actions-toolbar>.primary,.actions-toolbar>.secondary{text-align:center;margin-bottom:10px}.actions-toolbar>.primary .action,.actions-toolbar>.secondary .action{margin-bottom:10px}.actions-toolbar>.primary .action:last-child,.actions-toolbar>.secondary .action:last-child{margin-bottom:0}.actions-toolbar>.primary:last-child,.actions-toolbar>.secondary:last-child{margin-bottom:0}.breadcrumbs{margin:0 0 20px}.breadcrumbs .items{font-size:1.2rem;color:#a3a3a3;margin:0;padding:0;list-style:none none}.breadcrumbs .items>li{display:inline-block;vertical-align:top}.breadcrumbs .item{margin:0}.breadcrumbs a{color:#333;text-decoration:none}.breadcrumbs a:visited{color:#333;text-decoration:none}.breadcrumbs a:hover{color:#333;text-decoration:underline}.breadcrumbs a:active{color:#333;text-decoration:none}.breadcrumbs strong{font-weight:400}.breadcrumbs .item:not(:last-child){display:inline-block;text-decoration:none}.breadcrumbs .item:not(:last-child):after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:18px;content:'\e608';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.ui-dialog.popup .action.close{position:absolute;height:40px;right:0;top:0;width:40px;z-index:1001;display:inline-block;background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400}.ui-dialog.popup .action.close>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-dialog.popup .action.close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:inherit;content:'\e616';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.ui-dialog.popup .action.close:hover:before{color:inherit}.ui-dialog.popup .action.close:active:before{color:inherit}.ui-dialog.popup .action.close:focus,.ui-dialog.popup .action.close:active{background:none;border:none}.ui-dialog.popup .action.close:hover{background:none;border:none}.ui-dialog.popup .action.close.disabled,.ui-dialog.popup .action.close[disabled],fieldset[disabled] .ui-dialog.popup .action.close{pointer-events:none;opacity:.5}.popup-pointer{margin-left:-14px;position:absolute;top:-14px}.popup-pointer:before,.popup-pointer:after{content:'';position:absolute;display:block;width:0;height:0;border-bottom-style:solid}.popup-pointer:before{left:2px;top:2px;border:solid 6px;border-color:transparent transparent #fff transparent;z-index:99}.popup-pointer:after{left:1px;top:0px;border:solid 7px;border-color:transparent transparent #aeaeae transparent;z-index:98}.price-tier_price .price-excluding-tax,.price-tier_price .price-including-tax{display:inline}.price-including-tax,.price-excluding-tax{display:block;font-size:1.8rem;line-height:1}.price-including-tax .price,.price-excluding-tax .price{font-weight:700}.price-including-tax+.price-excluding-tax,.weee[data-label]{display:block;font-size:1.8rem}.price-including-tax+.price-excluding-tax:before,.weee[data-label]:before{content:attr(data-label) ': ';font-size:1.1rem}.price-including-tax+.price-excluding-tax .price,.weee[data-label] .price{font-size:1.1rem}body._has-modal{height:100%;overflow:hidden;width:100%}.modals-overlay{z-index:899}.modal-slide,.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}.modal-slide._show,.modal-popup._show{visibility:visible;opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.modal-slide._show .modal-inner-wrap,.modal-popup._show .modal-inner-wrap{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.modal-slide .modal-inner-wrap,.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-slide{left:44px;z-index:900}.modal-slide._show .modal-inner-wrap{-webkit-transform:translateX(0);transform:translateX(0)}.modal-slide .modal-inner-wrap{height:100%;overflow-y:auto;position:static;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;width:auto}.modal-slide._inner-scroll .modal-inner-wrap{overflow-y:visible;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.modal-slide._inner-scroll .modal-header,.modal-slide._inner-scroll .modal-footer{-webkit-flex-grow:0;flex-grow:0;-webkit-flex-shrink:0;flex-shrink:0}.modal-slide._inner-scroll .modal-content{overflow-y:auto}.modal-slide._inner-scroll .modal-footer{margin-top:auto}.modal-slide .modal-header,.modal-slide .modal-content,.modal-slide .modal-footer{padding:0 2.6rem 2.6rem}.modal-slide .modal-header{padding-bottom:2.1rem;padding-top:2.1rem}.modal-popup{z-index:900;left:0;overflow-y:auto}.modal-popup.confirm .modal-inner-wrap{max-width:50rem}.modal-popup._show .modal-inner-wrap{-webkit-transform:translateY(0);transform:translateY(0)}.modal-popup .modal-inner-wrap{margin:5rem auto;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%);-webkit-transition:-webkit-transform .2s ease;transition:transform .2s ease}.modal-popup._inner-scroll{overflow-y:visible}.ie11 .modal-popup._inner-scroll{overflow-y:auto}.modal-popup._inner-scroll .modal-inner-wrap{max-height:90%}.ie11 .modal-popup._inner-scroll .modal-inner-wrap{max-height:none}.modal-popup._inner-scroll .modal-content{overflow-y:auto}.modal-popup .modal-header,.modal-popup .modal-content,.modal-popup .modal-footer{padding-left:3rem;padding-right:3rem}.modal-popup .modal-header,.modal-popup .modal-footer{-webkit-flex-grow:0;flex-grow:0;-webkit-flex-shrink:0;flex-shrink:0}.modal-popup .modal-header{padding-bottom:1.2rem;padding-top:3rem}.modal-popup .modal-footer{margin-top:auto;padding-bottom:3rem;padding-top:3rem}.modal-popup .modal-footer-actions{text-align:right}.modal-custom .action-close,.modal-popup .action-close,.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}.modal-custom .action-close:focus,.modal-popup .action-close:focus,.modal-slide .action-close:focus,.modal-custom .action-close:active,.modal-popup .action-close:active,.modal-slide .action-close:active{background:none;border:none}.modal-custom .action-close:hover,.modal-popup .action-close:hover,.modal-slide .action-close:hover{background:none;border:none}.modal-custom .action-close.disabled,.modal-popup .action-close.disabled,.modal-slide .action-close.disabled,.modal-custom .action-close[disabled],.modal-popup .action-close[disabled],.modal-slide .action-close[disabled],fieldset[disabled] .modal-custom .action-close,fieldset[disabled] .modal-popup .action-close,fieldset[disabled] .modal-slide .action-close{pointer-events:none;opacity:.5}.modal-custom .action-close>span,.modal-popup .action-close>span,.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}.modal-custom .action-close:before,.modal-popup .action-close:before,.modal-slide .action-close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;line-height:32px;color:#8f8f8f;content:'\e616';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.modal-custom .action-close:hover:before,.modal-popup .action-close:hover:before,.modal-slide .action-close:hover:before{color:inherit}.modal-custom .action-close:active:before,.modal-popup .action-close:active:before,.modal-slide .action-close:active:before{color:inherit}.modal-custom .action-close:hover:before,.modal-popup .action-close:hover:before,.modal-slide .action-close:hover:before{color:#1a1a1a}.modal-custom .action-close{margin:25px}.modal-popup{pointer-events:none}.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-popup .action-close{padding:10px}.modal-slide .action-close{padding:1.1rem 2rem}.modal-slide .page-main-actions{margin-bottom:-12.9rem;margin-top:2.1rem}.modals-overlay{background-color:rgba(51,51,51,0.55);bottom:0;left:0;position:fixed;right:0;top:0}body._has-modal-custom .modal-custom-overlay{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:899}.lac-notification-sticky{position:relative;z-index:999}.lac-notification-sticky .lac-notification{background-color:#373330;color:#fff;font-size:16px}.lac-notification-sticky .lac-notification .lac-notification-icon{float:left;margin:10px 25px 10px 10px}.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img{display:block}.lac-notification-sticky .lac-notification .lac-notification-text{float:left;padding:15px 0}.lac-notification-sticky .lac-notification .lac-notification-links{float:right;padding:15px 0}.lac-notification-sticky .lac-notification .lac-notification-links a{color:#fff;font-size:14px}.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after{background:url('../../frontend/Mgs/naelofar/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');content:' ';display:inline-block;height:12px;margin-left:5px;vertical-align:middle;width:12px}.login-container .g-recaptcha,.form-login .g-recaptcha,.form-edit-account .g-recaptcha{margin-bottom:10px !important}.required-captcha.checkbox{position:absolute;display:block;visibility:visible;overflow:hidden;opacity:0;width:1px;height:1px}.block.newsletter .field-recaptcha .field .control:before{content:none}.review-form .field-recaptcha{margin-bottom:10px}.form.send.friend .g-recaptcha{margin-top:40px}@font-face{font-family:'pagebuilder-font';font-style:normal;font-weight:normal;src:url('../../frontend/Mgs/naelofar/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');src:url('../../frontend/Mgs/naelofar/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'),url('../../frontend/Mgs/naelofar/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'),url('../../frontend/Mgs/naelofar/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype')}.pagebuilder-icon,.slick-prev:before,.slick-next:before,.slick-prev:after,.slick-next:after{-webkit-font-smoothing:antialiased;font-family:'pagebuilder-font';font-style:normal;font-weight:normal;line-height:1;speak:none}[class^='pagebuilder-icon-']:before,[class*=' pagebuilder-icon-']:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-family:'pagebuilder-font';font-style:normal;font-weight:normal;line-height:1;speak:none;text-decoration:inherit;text-rendering:auto;text-transform:none;vertical-align:middle}.pagebuilder-icon-down:before{content:'\f101'}.pagebuilder-icon-next:before{content:'\f102'}.pagebuilder-icon-prev:before{content:'\f103'}.pagebuilder-icon-up:before{content:'\f104'}.product-full-width-section{padding:.5em 0}.product-full-width-section .block.review-add{margin-top:2.7rem}.page-layout-product-full-width .block.related{margin-top:2.7rem}.page-main-details .product-section-title{border-bottom:1px solid #c6c6c6;margin-bottom:15px;padding-bottom:12px}.additional-attributes-wrapper .additional-attributes{border:none;width:auto}.additional-attributes-wrapper .additional-attributes>tbody>tr>th{border:none;padding:5.5px 30px 10px 0}.additional-attributes-wrapper .additional-attributes>tbody>tr>td{border:none;padding:5.5px 5px 10px}.cms-index-index.page-layout-cms-full-width .nav-sections{margin-bottom:0}.slick-slider{-khtml-user-select:none;-moz-user-select:none;-ms-touch-action:pan-y;-ms-user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;box-sizing:border-box;display:block;position:relative;touch-action:pan-y;user-select:none}.slick-list{display:block;margin:0;overflow:hidden;padding:0;position:relative}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:before,.slick-track:after{content:'';display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.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{border:1px solid transparent;display:block;height:auto}.slick-slider .slick-track,.slick-slider .slick-list{-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-arrow.slick-hidden{display:none}.slick-prev{left:2rem}.slick-prev:before{content:'\f103';padding-right:5px}.slick-next{right:2rem}.slick-next:before{content:'\f102';padding-left:5px}.slick-prev,.slick-next{-ms-transform:translate(0, -50%);-webkit-transform:translate(0, -50%);background:rgba(252,252,252,0.6);border:none;border-radius:0;color:transparent;cursor:pointer;display:block;font-size:0;height:60px;line-height:0;outline:none;padding:0;position:absolute;top:50%;transform:translate(0, -50%);width:60px;z-index:101}.slick-prev.slick-disabled,.slick-next.slick-disabled{opacity:.2}.slick-prev:hover,.slick-next:hover{background:#fcfcfc;border:none}.slick-prev:hover.slick-disabled,.slick-next:hover.slick-disabled{opacity:.2}.slick-prev:hover:before,.slick-next:hover:before{color:#494949}.slick-prev:before,.slick-next:before,.slick-prev:after,.slick-next:after{color:#555;font-size:38px;opacity:1}.slick-prev:active,.slick-next:active,.slick-prev:focus,.slick-next:focus,.slick-prev:not(.primary),.slick-next:not(.primary){background:rgba(252,252,252,0.7);border:none;box-shadow:none}.slick-prev:active:active,.slick-next:active:active,.slick-prev:focus:active,.slick-next:focus:active,.slick-prev:not(.primary):active,.slick-next:not(.primary):active{box-shadow:none}.slick-dots{font-size:1.4rem;line-height:normal;letter-spacing:normal;display:block;list-style:none;margin:0;padding:15px 0;text-align:center;width:100%}.slick-dots li{cursor:pointer;display:inline-block;height:14px;margin:0 5px;padding:0;position:relative;vertical-align:middle;width:14px}.slick-dots li button,.slick-dots li .cart.table-wrapper .actions-toolbar>.action,.slick-dots li .action-gift{background:#fff;border:1px solid #ccc;border-radius:10px;box-shadow:none;cursor:pointer;display:block;height:14px;padding:0;text-indent:-99999px;transition:.3s;width:14px}.slick-dots li button:hover,.slick-dots li .cart.table-wrapper .actions-toolbar>.action:hover,.slick-dots li .action-gift:hover{border:1px solid #b3b3b3}.slick-dots li button:active,.slick-dots li button:focus,.slick-dots li button:not(.primary),.slick-dots li .cart.table-wrapper .actions-toolbar>.action:active,.slick-dots li .cart.table-wrapper .actions-toolbar>.action:focus,.slick-dots li .cart.table-wrapper .actions-toolbar>.action:not(.primary),.slick-dots li .action-gift:active,.slick-dots li .action-gift:focus,.slick-dots li .action-gift:not(.primary){box-shadow:none}.slick-dots li.slick-active button,.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar>.action,.slick-dots li.slick-active .action-gift{background:#1c1918}[data-content-type='banner']>[data-element='link'],[data-content-type='banner']>[data-element='empty_link']{color:inherit;text-decoration:inherit}[data-content-type='banner']>[data-element='link']:hover,[data-content-type='banner']>[data-element='empty_link']:hover{color:inherit;text-decoration:inherit}.pagebuilder-banner-wrapper{background-clip:padding-box;border-radius:inherit;box-sizing:border-box;overflow-wrap:break-word;word-wrap:break-word}.pagebuilder-banner-wrapper .pagebuilder-overlay{-moz-transition:background-color 500ms ease;-o-transition:background-color 500ms ease;-webkit-transition:background-color 500ms ease;box-sizing:border-box;padding:30px;position:relative;transition:background-color 500ms ease}.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{align-items:center;display:flex;justify-content:center}.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay){max-width:540px}.pagebuilder-banner-wrapper.jarallax .video-overlay{z-index:0}.pagebuilder-banner-wrapper [data-element='content']{min-height:50px;overflow:auto}.pagebuilder-banner-wrapper .pagebuilder-banner-button{-moz-transition:opacity 500ms ease;-o-transition:opacity 500ms ease;-webkit-transition:opacity 500ms ease;margin:20px 0 0 0;max-width:100%;text-align:inherit;transition:opacity 500ms ease;word-break:break-word}.pagebuilder-banner-wrapper .pagebuilder-poster-content{width:100%}[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay{margin-left:auto;margin-right:auto}[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay{margin-right:auto}[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay{margin-left:auto}[data-content-type$='block'] .block p:last-child{margin-bottom:1rem;margin-top:0}[data-content-type='buttons']{max-width:100%}[data-content-type='button-item']{max-width:100%}[data-content-type='button-item'] [data-element='link'],[data-content-type='button-item'] [data-element='empty_link']{max-width:100%;word-wrap:break-word}[data-content-type='button-item'] [data-element='empty_link']{cursor:default}a.pagebuilder-button-link,button.pagebuilder-button-link,div.pagebuilder-button-link,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link,.action-gift.pagebuilder-button-link{line-height:2.2rem;font-size:1.8rem;line-height:1.42857143;margin:0 10px 10px 0;padding:14px 17px;color:#1979c3;text-decoration:none;background:none;border:0;display:inline;font-weight:600;box-shadow:none;box-sizing:border-box;display:inline-block}a.pagebuilder-button-link:visited,button.pagebuilder-button-link:visited,div.pagebuilder-button-link:visited,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link:visited,.action-gift.pagebuilder-button-link:visited{color:#1979c3;text-decoration:none}a.pagebuilder-button-link:hover,button.pagebuilder-button-link:hover,div.pagebuilder-button-link:hover,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link:hover,.action-gift.pagebuilder-button-link:hover{color:#006bb4;text-decoration:underline}a.pagebuilder-button-link:active,button.pagebuilder-button-link:active,div.pagebuilder-button-link:active,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link:active,.action-gift.pagebuilder-button-link:active{color:#ff5501;text-decoration:underline}a.pagebuilder-button-link:hover,button.pagebuilder-button-link:hover,div.pagebuilder-button-link:hover,a.pagebuilder-button-link:active,button.pagebuilder-button-link:active,div.pagebuilder-button-link:active,a.pagebuilder-button-link:focus,button.pagebuilder-button-link:focus,div.pagebuilder-button-link:focus,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link:hover,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link:active,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link:focus,.action-gift.pagebuilder-button-link:hover,.action-gift.pagebuilder-button-link:active,.action-gift.pagebuilder-button-link:focus{background:none;border:0}a.pagebuilder-button-link.disabled,button.pagebuilder-button-link.disabled,div.pagebuilder-button-link.disabled,a.pagebuilder-button-link[disabled],button.pagebuilder-button-link[disabled],div.pagebuilder-button-link[disabled],fieldset[disabled] a.pagebuilder-button-link,fieldset[disabled] button.pagebuilder-button-link,fieldset[disabled] div.pagebuilder-button-link,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link.disabled,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link[disabled],fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link,.action-gift.pagebuilder-button-link.disabled,.action-gift.pagebuilder-button-link[disabled],fieldset[disabled] .action-gift.pagebuilder-button-link{color:#1979c3;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}a.pagebuilder-button-primary,button.pagebuilder-button-primary,div.pagebuilder-button-primary,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary,.action-gift.pagebuilder-button-primary{text-decoration:none;background-image:none;background:#1979c3;border:1px solid #1979c3;color:#fff;cursor:pointer;display:inline-block;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;margin:0 10px 10px 0;padding:7px 15px;font-size:1.4rem;box-sizing:border-box;vertical-align:middle;line-height:2.2rem;padding:14px 17px;font-size:1.8rem;border-radius:3px;box-shadow:none}a.pagebuilder-button-primary:hover,button.pagebuilder-button-primary:hover,div.pagebuilder-button-primary:hover,a.pagebuilder-button-primary:active,button.pagebuilder-button-primary:active,div.pagebuilder-button-primary:active,a.pagebuilder-button-primary:focus,button.pagebuilder-button-primary:focus,div.pagebuilder-button-primary:focus,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary:hover,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary:active,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary:focus,.action-gift.pagebuilder-button-primary:hover,.action-gift.pagebuilder-button-primary:active,.action-gift.pagebuilder-button-primary:focus{text-decoration:none}a.pagebuilder-button-primary:focus,button.pagebuilder-button-primary:focus,div.pagebuilder-button-primary:focus,a.pagebuilder-button-primary:active,button.pagebuilder-button-primary:active,div.pagebuilder-button-primary:active,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary:focus,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary:active,.action-gift.pagebuilder-button-primary:focus,.action-gift.pagebuilder-button-primary:active{background:#006bb4;border:1px solid #006bb4;color:#fff}a.pagebuilder-button-primary:hover,button.pagebuilder-button-primary:hover,div.pagebuilder-button-primary:hover,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary:hover,.action-gift.pagebuilder-button-primary:hover{background:#006bb4;border:1px solid #006bb4;color:#fff}a.pagebuilder-button-primary.disabled,button.pagebuilder-button-primary.disabled,div.pagebuilder-button-primary.disabled,a.pagebuilder-button-primary[disabled],button.pagebuilder-button-primary[disabled],div.pagebuilder-button-primary[disabled],fieldset[disabled] a.pagebuilder-button-primary,fieldset[disabled] button.pagebuilder-button-primary,fieldset[disabled] div.pagebuilder-button-primary,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary.disabled,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary[disabled],fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary,.action-gift.pagebuilder-button-primary.disabled,.action-gift.pagebuilder-button-primary[disabled],fieldset[disabled] .action-gift.pagebuilder-button-primary{opacity:.5;cursor:default;pointer-events:none}a.pagebuilder-button-secondary,button.pagebuilder-button-secondary,div.pagebuilder-button-secondary,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary,.action-gift.pagebuilder-button-secondary{text-decoration:none;background-image:none;background:#f2f2f2;border:1px solid #cdcdcd;color:#333;cursor:pointer;display:inline-block;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;margin:0 10px 10px 0;padding:7px 15px;font-size:1.4rem;line-height:1.6rem;box-sizing:border-box;vertical-align:middle;line-height:2.2rem;padding:14px 17px;font-size:1.8rem;border-radius:3px;box-shadow:none}a.pagebuilder-button-secondary:hover,button.pagebuilder-button-secondary:hover,div.pagebuilder-button-secondary:hover,a.pagebuilder-button-secondary:active,button.pagebuilder-button-secondary:active,div.pagebuilder-button-secondary:active,a.pagebuilder-button-secondary:focus,button.pagebuilder-button-secondary:focus,div.pagebuilder-button-secondary:focus,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary:hover,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary:active,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary:focus,.action-gift.pagebuilder-button-secondary:hover,.action-gift.pagebuilder-button-secondary:active,.action-gift.pagebuilder-button-secondary:focus{text-decoration:none}a.pagebuilder-button-secondary:focus,button.pagebuilder-button-secondary:focus,div.pagebuilder-button-secondary:focus,a.pagebuilder-button-secondary:active,button.pagebuilder-button-secondary:active,div.pagebuilder-button-secondary:active,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary:focus,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary:active,.action-gift.pagebuilder-button-secondary:focus,.action-gift.pagebuilder-button-secondary:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}a.pagebuilder-button-secondary:hover,button.pagebuilder-button-secondary:hover,div.pagebuilder-button-secondary:hover,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary:hover,.action-gift.pagebuilder-button-secondary:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}a.pagebuilder-button-secondary.disabled,button.pagebuilder-button-secondary.disabled,div.pagebuilder-button-secondary.disabled,a.pagebuilder-button-secondary[disabled],button.pagebuilder-button-secondary[disabled],div.pagebuilder-button-secondary[disabled],fieldset[disabled] a.pagebuilder-button-secondary,fieldset[disabled] button.pagebuilder-button-secondary,fieldset[disabled] div.pagebuilder-button-secondary,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary.disabled,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary[disabled],fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary,.action-gift.pagebuilder-button-secondary.disabled,.action-gift.pagebuilder-button-secondary[disabled],fieldset[disabled] .action-gift.pagebuilder-button-secondary{opacity:.5;cursor:default;pointer-events:none}.pagebuilder-column{box-sizing:border-box}[data-content-type='heading']{word-wrap:break-word}[data-content-type='html']{word-wrap:break-word}figure[data-content-type='image']{box-sizing:border-box}figure[data-content-type='image']>[data-element='link'],figure[data-content-type='image']>[data-element='link'] img{border-radius:inherit}figure[data-content-type='image'] figcaption{word-wrap:break-word}[data-content-type='map']{box-sizing:border-box;height:300px}[data-content-type='row'] li.product-item{text-align:left}.pagebuilder-column .widget-product-grid .product-item{max-width:100%;min-width:50px}.pagebuilder-column .widget-product-grid .product-item .price-box{word-wrap:break-word}.pagebuilder-column .widget-product-grid .product-item .price-box .price{white-space:normal}.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary{display:inline-block;max-width:100%}.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary{display:inline-block;width:auto}.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart{max-width:100%;white-space:normal}.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item{width:200px}[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item{display:block}[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child{visibility:visible}[data-content-type='products'][data-appearance='carousel'] .product-item-info{width:auto}[data-content-type='products'][data-appearance='carousel'] li.product-item{display:none}[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child{display:block;visibility:hidden}[data-content-type='products'][data-appearance='carousel'].center-mode .product-item{opacity:.5;transition:all 300ms ease}[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover{opacity:1}[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item{opacity:1}[data-content-type='row'][data-appearance='contained']{box-sizing:border-box;margin-left:auto !important;margin-right:auto !important;max-width:1280px}[data-content-type='row'][data-appearance='contained'] [data-element='inner']{box-sizing:border-box}[data-content-type='row'][data-appearance='full-bleed']{box-sizing:border-box}[data-content-type='row'][data-appearance='full-width']{box-sizing:border-box}[data-content-type='row'][data-appearance='full-width']>.row-full-width-inner{box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:1280px;width:100%}[data-content-type='slide']{box-sizing:border-box;line-height:20px;min-height:inherit;overflow:hidden}[data-content-type='slide']>[data-element='link'],[data-content-type='slide']>[data-element='empty_link']{color:inherit;min-height:inherit;text-decoration:inherit}[data-content-type='slide']>[data-element='link']:hover,[data-content-type='slide']>[data-element='empty_link']:hover{color:inherit;text-decoration:inherit}[data-content-type='slide']+[data-content-type='slide']{height:0;min-height:0}.slick-slider [data-content-type='slide']+[data-content-type='slide']{height:initial;min-height:inherit}.pagebuilder-slide-wrapper{border-radius:inherit;box-sizing:border-box;min-height:inherit;overflow-wrap:break-word;word-wrap:break-word}.pagebuilder-slide-wrapper .jarallax-viewport-element{height:100%;left:-15000vw;position:absolute;top:0;width:1px;z-index:100}.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element{left:0}.pagebuilder-slide-wrapper.jarallax .video-overlay{-webkit-transform:unset;z-index:1}.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay{position:relative;z-index:2}.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container']>div,.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container']>img,.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container']>video,.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container']>iframe{margin:auto !important;transform:none !important}.pagebuilder-slide-wrapper .pagebuilder-overlay{-moz-transition:background-color 500ms ease;-o-transition:background-color 500ms ease;-webkit-transition:background-color 500ms ease;border-radius:inherit;box-sizing:border-box;padding:30px;transition:background-color 500ms ease}.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{align-items:center;display:flex;justify-content:center;min-height:inherit}.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay){max-width:540px}.pagebuilder-slide-wrapper [data-element='content']{min-height:50px;overflow:auto}.pagebuilder-slide-wrapper .pagebuilder-slide-button{-moz-transition:opacity 500ms ease;-o-transition:opacity 500ms ease;-webkit-transition:opacity 500ms ease;margin:20px 0 0 0;max-width:100%;text-align:inherit;transition:opacity 500ms ease;word-break:break-word}.pagebuilder-slide-wrapper .pagebuilder-poster-content{width:100%}[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay{margin-left:auto;margin-right:auto}[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay{margin-right:auto}[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay{margin-left:auto}div[data-content-type='slider']{visibility:hidden}div[data-content-type='slider'].slick-initialized{visibility:visible}div[data-content-type='slider'] .slick-list,div[data-content-type='slider'] .slick-track,div[data-content-type='slider'] .slick-slide{min-height:inherit}div[data-content-type='slider'] .slick-list>div,div[data-content-type='slider'] .slick-track>div,div[data-content-type='slider'] .slick-slide>div{line-height:0;min-height:inherit;overflow:hidden;width:100%}a.button{-moz-appearance:button;-webkit-appearance:button;appearance:button;color:initial;padding:10px;text-decoration:none}div[data-content-type='tabs'] .tabs-navigation{display:block;font-size:0;margin:0 0 -1px;padding:0}div[data-content-type='tabs'] .tabs-navigation li:first-child{margin-left:0 !important}div[data-content-type='tabs'] .tabs-navigation li.tab-header{background:#f6f6f6;border:1px solid #ccc;border-bottom:0;border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important;display:inline-block;margin:0;max-width:100%;overflow-wrap:break-word;position:relative;word-wrap:break-word;z-index:1}div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child){margin-left:-1px}div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title{border-right:0;color:#000;cursor:pointer !important;display:block;font-size:14px;font-weight:600;padding:1.4rem 2rem;position:relative;transition:all .3s;vertical-align:middle;white-space:normal}div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title{display:block}div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover{text-decoration:none}div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child{border-right:1px solid #ccc}div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active{background:#fff;z-index:19}div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title{position:relative;transition:all .3s}div[data-content-type='tabs'] .tabs-content{border:1px solid #ccc;box-sizing:border-box;overflow:hidden;position:relative;z-index:9}div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']{box-sizing:border-box;min-height:inherit}div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child){display:none}div[data-content-type='tabs'].tab-align-left .tabs-content{border-top-left-radius:0 !important}div[data-content-type='tabs'].tab-align-right .tabs-content{border-top-right-radius:0 !important}div[data-content-type='text']{word-wrap:break-word}div[data-content-type='video']{font-size:0}div[data-content-type='video'] .pagebuilder-video-inner{box-sizing:border-box;display:inline-block;width:100%}div[data-content-type='video'] .pagebuilder-video-container{border-radius:inherit;overflow:hidden;padding-top:56.25%;position:relative}div[data-content-type='video'] iframe,div[data-content-type='video'] video{height:100%;left:0;position:absolute;top:0;width:100%}.jarallax{position:relative;z-index:0}.jarallax>.jarallax-img{font-family:'object-fit: cover;',sans-serif;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:-1}.jarallax-video-fallback{transform:scale3d(0, 0, 0)}.jarallax .video-overlay{-webkit-transform:translate3d(0, 0, 0);bottom:0;left:0;position:absolute;right:0;top:0;z-index:-99}.jarallax [id*='jarallax-container'] video,.jarallax [id*='jarallax-container'] iframe{visibility:hidden}.cms-content-important{background-color:#f5f5f5;color:#333;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:22px;font-style:normal;font-weight:300;line-height:1.1;margin:0 0 35px -20px;padding:20px}.pagebuilder-full-width{float:left;width:100%}.pagebuilder-content-type{box-sizing:border-box;margin-bottom:20px}.pagebuilder-accordion{margin:0;padding:0}.pagebuilder-accordion>.item.title{box-sizing:border-box;float:none;width:100%}.pagebuilder-accordion>.item.title>.switch{display:block}.pagebuilder-accordion>.item.content{box-sizing:border-box;display:block;float:none;margin:0}.pagebuilder-accordion>.item.content:before,.pagebuilder-accordion>.item.content:after{content:'';display:table}.pagebuilder-accordion>.item.content:after{clear:both}.pagebuilder-accordion>.item.content.active{display:block}.pagebuilder-accordion>.item.title{margin:0 0 5px}.pagebuilder-accordion>.item.title>.switch{background:#f0f0f0;border-bottom:1px solid #d1d1d1;border-left:1px solid #d1d1d1;border-right:1px solid #d1d1d1;border-top:1px solid #d1d1d1;height:40px;padding:5px 20px 5px 20px;font-weight:600;line-height:40px;font-size:1.8rem;color:#7d7d7d;text-decoration:none}.pagebuilder-accordion>.item.title>.switch:visited{color:#7d7d7d;text-decoration:none}.pagebuilder-accordion>.item.title>.switch:hover{color:#7d7d7d;text-decoration:none}.pagebuilder-accordion>.item.title>.switch:active{color:#333;text-decoration:none}.pagebuilder-accordion>.item.title:not(.disabled)>.switch:focus,.pagebuilder-accordion>.item.title:not(.disabled)>.switch:hover{background:#fcfcfc}.pagebuilder-accordion>.item.title:not(.disabled)>.switch:active,.pagebuilder-accordion>.item.title.active>.switch,.pagebuilder-accordion>.item.title.active>.switch:focus,.pagebuilder-accordion>.item.title.active>.switch:hover{background:#fff;color:#333;text-decoration:none;padding-bottom:5px}.pagebuilder-accordion>.item.content{background:#fff;border:1px solid #d1d1d1;margin:0 0 5px;padding:20px 20px 20px 20px}.amslick-slider-container .slick-dots li button:focus,.amslick-slider-container .slick-dots li button:hover,.amslick-slider-container .slick-list:focus,.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar>.action:focus,.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar>.action:hover,.amslick-slider-container .slick-dots li .action-gift:focus,.amslick-slider-container .slick-dots li .action-gift:hover{outline:0}.amslick-slider-container .slick-list,.amslick-slider-container .slick-slider,.amslick-slider-container .slick-track{position:relative;display:block}.amslick-slider-container .slick-loading .slick-slide,.amslick-slider-container .slick-loading .slick-track{visibility:hidden}.amslick-slider-container .slick-list{overflow:hidden;margin:0;padding:0}.amslick-slider-container .slick-list.dragging{cursor:pointer;cursor:hand}.amslick-slider-container .slick-slider .slick-list,.amslick-slider-container .slick-slider .slick-track{transform:translate3d(0, 0, 0)}.amslick-slider-container .slick-track{top:0;left:0;margin:0 auto}.amslick-slider-container .slick-track:after,.amslick-slider-container .slick-track:before{display:table;content:''}.amslick-slider-container .slick-track:after{clear:both}.amslick-slider-container .slick-slide,.amslick-slider-container .slick-slide.slick-loading img{display:none}.amslick-slider-container .slick-slide{float:left;min-height:1px;height:100%;vertical-align:middle}.amslick-slider-container [dir=rtl] .slick-slide{float:right}.amslick-slider-container .slick-slide.dragging img{pointer-events:none}.amslick-slider-container .slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.amslick-slider-container .slick-arrow.slick-hidden{display:none}.amslick-slider-container .slick-loading .slick-list{position:relative;background:0 0}.amslick-slider-container .slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;width:25px;height:25px;border-width:3px;border-style:solid;border-color:rgba(0,0,0,0.2);border-top-color:#5c5c5c;border-radius:100%;content:'';transform:translate(-50%, -50%);animation:loading 1s infinite linear}.amslick-slider-container .slick-next.slick-disabled,.amslick-slider-container .slick-prev.slick-disabled{opacity:.25}.amslick-slider-container .slick-dotted.slick-slider{margin-bottom:30px}.amslick-slider-container .slick-dots{position:absolute;left:0;display:block;margin:0;padding:0;width:100%;list-style:none;text-align:center}.amslick-slider-container .slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0;width:20px;height:20px;cursor:pointer}.amslick-slider-container .slick-dots li button,.amslick-slider-container .slick-slider .slick-arrow,.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar>.action,.amslick-slider-container .slick-dots li .action-gift{display:block;outline:0;box-shadow:none;cursor:pointer}.amslick-slider-container .slick-dots li button,.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar>.action,.amslick-slider-container .slick-dots li .action-gift{padding:5px;width:20px;height:20px;border:0;background:0 0;color:transparent;font-size:0;line-height:0}.amslick-slider-container .slick-dots li button:focus:before,.amslick-slider-container .slick-dots li button:hover:before,.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar>.action:focus:before,.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar>.action:hover:before,.amslick-slider-container .slick-dots li .action-gift:focus:before,.amslick-slider-container .slick-dots li .action-gift:hover:before{opacity:1}.amslick-slider-container .slick-dots li button:before,.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar>.action:before,.amslick-slider-container .slick-dots li .action-gift:before{position:absolute;top:0;left:0;width:20px;height:20px;color:#000;content:'•';text-align:center;font-size:16px;line-height:20px;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.amslick-slider-container .slick-dots li.slick-active button:before,.amslick-slider-container .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar>.action:before,.amslick-slider-container .slick-dots li.slick-active .action-gift:before{color:#000;opacity:.75}.amslick-slider-container .slick-slider{box-sizing:border-box;padding:0 20px;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.amslick-slider-container .slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;border:none;background:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;color:transparent;font-size:0;line-height:0;transition:background .3s ease;transform:translate(0, -50%)}.amslick-slider-container .slick-slider .slick-arrow:before,.amslick-slider-container .slick-slider .slick-arrow:after{content:''}.amslick-slider-container .slick-slider .slick-arrow:hover{background:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat}.amslick-slider-container .slick-slider .slick-arrow.slick-next{right:0}.amslick-slider-container .slick-slider .slick-arrow.slick-prev{left:0;transform:rotate(180deg) translate(0, 50%)}.amslick-slider-container .slick-initialized .slick-slide{display:inline-block !important;float:none !important;height:auto}.amslick-slider-container .product-items.slick-slider>.slick-list{padding:15px 0}.amslick-slider-container .product-items.slick-slider .slick-slide .product-item{display:block !important;margin:auto !important;max-width:205px}.amslick-slider-container .sidebar.sidebar-additional{width:100%}@keyframes loading{0%{transform:translate(-50%, -50%) rotate(0)}100%{transform:translate(-50%, -50%) rotate(359.9deg)}}.admin__fieldset>.admin__field>.admin__field-control.-amcform-from-to-ranges{margin-left:40px}.frmb.ui-sortable{min-height:300px}.form-builder-wrap{min-height:600px}.form-builder-wrap div.form-actions.btn-group{position:absolute;bottom:0;left:0;margin:0;padding:0}[id^='frmb-'][id$='-form-wrap'] .cb-wrap.pull-right{position:relative;padding-bottom:40px;min-height:300px}#loading_image_container{position:absolute;top:50%;left:50%;z-index:9999}#form_submit_loading{position:fixed;top:0;left:0;z-index:100000;width:100%;height:100%;background:-moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2)}.fb-date .ui-datepicker-trigger{position:relative;margin-left:10px}.fb-date input{cursor:pointer}.am-picker-year .ui-datepicker-calendar td a{padding:8px}@font-face{font-weight:normal;font-style:normal;font-family:'amcform';src:url('../../frontend/Mgs/naelofar/en_US/Amasty_Customform/fonts/amcform.eot?hcflpq');src:url('../../frontend/Mgs/naelofar/en_US/Amasty_Customform/fonts/amcform.eot?hcflpq#iefix') format('embedded-opentype'),url('../../frontend/Mgs/naelofar/en_US/Amasty_Customform/fonts/amcform.ttf?hcflpq') format('truetype'),url('../../frontend/Mgs/naelofar/en_US/Amasty_Customform/fonts/amcform.woff?hcflpq') format('woff'),url('../../frontend/Mgs/naelofar/en_US/Amasty_Customform/fonts/amcform.svg?hcflpq#amcform') format('svg');font-display:block}.amcform-icon{width:20px;height:20px;font-size:20px;transition:.1s all ease-in;text-transform:none;font-weight:400;font-style:normal;font-variant:normal;font-family:'amcform';line-height:1;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.amcform-icon.-chevron-left:before{content:'\e906'}.amcform-icon.-chevron-right:before{content:'\e905'}.amcform-icon.-cross:before{content:'\e904'}.amcform-icon.-sent:before{content:'\e903'}.amcform-icon.-pending:before{content:'\e94e'}.amcform-icon.-view:before{content:'\e900'}.amcform-icon.-edit:before{content:'\e901'}.amcform-icon.-remove:before{content:'\e902'}.amform-form{margin:0 auto 10px;max-width:700px}.amform-form-fieldset.fieldset{margin-bottom:10px}.amform-form .fb-number{max-width:200px}.amform-groupv2{display:inline-block}.amcform-gdpr{display:none;margin-bottom:20px}.amform-form .amcform-gdpr>.label>.amform-checkbox{display:inline-block;opacity:1}.amform-versiontwo-label{display:inline;margin-right:10px;padding-right:20px;word-break:break-all}.amform-form .amform-hide-formload,.amform-form .amform-hide-formload.action.primary,.amform-form .amform-hide-formload.amshopby-button,.amform-form .amform-hide-formload.am-filter-go{display:none}.amform-form .action.primary,.amform-parent .action.primary,.amform-form .amshopby-button,.amform-parent .amshopby-button,.amform-form .am-filter-go,.amform-parent .am-filter-go{padding:9px;min-width:120px;background:#4776f0}.amform-form .action.primary:hover,.amform-parent .action.primary:hover,.amform-form .amshopby-button:hover,.amform-parent .amshopby-button:hover,.amform-form .am-filter-go:hover,.amform-parent .am-filter-go:hover{background:#2f5bcd}.amform-form .action.primary:disabled,.amform-parent .action.primary:disabled,.amform-form .amshopby-button:disabled,.amform-parent .amshopby-button:disabled,.amform-form .am-filter-go:disabled,.amform-parent .am-filter-go:disabled{background:#c4d1f3}.amcform-toolbar{text-align:right}.amcform-toolbar>div{display:inline-block}.amform-form:not(.default) .amform-checkbox,.amform-form:not(.default) .amform-radio,.amform-form:not(.default) .amform-checkboxtwo,.amform-form:not(.default) .amform-radiotwo{display:block;opacity:0}.amform-form:not(.default) .amform-checkbox+label,.amform-form:not(.default) .amform-radio+label,.amform-form:not(.default) .amform-checkboxtwo+label,.amform-form:not(.default) .amform-radiotwo+label{position:relative;padding-left:26px;line-height:16px}.amform-form:not(.default) .amform-checkbox+label:before,.amform-form:not(.default) .amform-radio+label:before,.amform-form:not(.default) .amform-checkboxtwo+label:before,.amform-form:not(.default) .amform-radiotwo+label:before{position:absolute;top:2px;left:0;display:block;box-sizing:border-box;margin-right:10px;width:16px;height:16px;border:1px solid #e3e3e3;border-radius:1px;content:''}.amform-form:not(.default) .amform-checkbox:checked+label:before,.amform-form:not(.default) .amform-radio:checked+label:before,.amform-form:not(.default) .amform-checkboxtwo:checked+label:before,.amform-form:not(.default) .amform-radiotwo:checked+label:before{border-color:#4776f0;background:#4776f0}.amform-form:not(.default) .amform-checkbox:checked+label:after,.amform-form:not(.default) .amform-checkboxtwo:checked+label:after{position:absolute;top:3px;left:5px;width:4px;height:9px;border-right:2px solid #fff;border-bottom:2px solid #fff;content:'';transform:rotate(45deg)}.amform-form:not(.default) .amform-radio+label:before,.amform-form:not(.default) .amform-radiotwo+label:before{border-radius:50%}.amform-form:not(.default) .amform-radio:checked+label:before,.amform-form:not(.default) .amform-radiotwo:checked+label:before{border-width:4px;background:#fff}.amform-form:not(.default) .kc-toggle{margin:0 4px 0 0;width:26px;height:16px;border:0;border-radius:20px;background:#e3e3e3}.amform-form:not(.default) .kc-toggle.on{background:#4776f0}.amform-form:not(.default) .kc-toggle .kct-inner{top:2px;left:2px;width:12px;height:12px;border:0;border-radius:12px;background:#fff}.amform-form:not(.default) .kc-toggle.on .kct-inner{left:12px}.amform-form:not(.default) .kct-on,.amform-form:not(.default) .kct-off,.amform-form:not(.default) .kct-handle{display:none}.amcform-page-titles{display:flex;flex-wrap:wrap;justify-content:center;overflow:hidden;padding:0;list-style:none}.amcform-step{margin:0 auto 20px;width:38px;height:38px;border:1px solid #4776f0;border-radius:50%;background-color:#4776f0;color:#fff;font-weight:400;font-size:14px;line-height:36px}.amcform-title-wrap{position:relative;flex-grow:1;margin-bottom:18px;min-width:90px;max-width:148px;text-align:center}.amcform-title-wrap:before,.amcform-title-wrap:after{position:absolute;top:17px;right:51%;display:block;width:100%;height:4px;background:#e3e3e3;content:''}.amcform-title-wrap:after{right:auto;left:50%;content:none}.amcform-title-wrap:first-child:before,.amcform-title-wrap:last-child:after{content:none}.amcform-title-wrap .amcform-title{position:relative;z-index:1;display:inline-block;margin:0 10px;color:#333;text-align:center;font-size:14px;line-height:19px}.amcform-title-wrap .amcform-title:hover{text-decoration:none}.amcform-title-wrap.-done+.amcform-title-wrap:before{background:#92b0ff}.amcform-title-wrap.ui-state-active~.amcform-title-wrap:before{background:#e3e3e3}.amcform-title-wrap.-disabled{pointer-events:none}.amcform-title-wrap.-disabled .amcform-step{border-color:#e3e3e3;background:#fff;color:#b8b8b8}.amcform-title-wrap.-error .amcform-step{border-color:#eb5757;background:#eb5757 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjI5Mjg5NCAxLjcwNzExQy0wLjA5NzYzMTIgMS4zMTY1OCAtMC4wOTc2MzEyIDAuNjgzNDE3IDAuMjkyODk0IDAuMjkyODkzQzAuNjgzNDE4IC0wLjA5NzYzMTEgMS4zMTY1OCAtMC4wOTc2MzExIDEuNzA3MTEgMC4yOTI4OTNMNiA0LjU4NTc5TDEwLjI5MjkgMC4yOTI4OTNDMTAuNjgzNCAtMC4wOTc2MzExIDExLjMxNjYgLTAuMDk3NjMxMSAxMS43MDcxIDAuMjkyODkzQzEyLjA5NzYgMC42ODM0MTcgMTIuMDk3NiAxLjMxNjU4IDExLjcwNzEgMS43MDcxMUw3LjQxNDIxIDZMMTEuNzA3MSAxMC4yOTI5QzEyLjA5NzYgMTAuNjgzNCAxMi4wOTc2IDExLjMxNjYgMTEuNzA3MSAxMS43MDcxQzExLjMxNjYgMTIuMDk3NiAxMC42ODM0IDEyLjA5NzYgMTAuMjkyOSAxMS43MDcxTDYgNy40MTQyMUwxLjcwNzExIDExLjcwNzFDMS4zMTY1OCAxMi4wOTc2IDAuNjgzNDE4IDEyLjA5NzYgMC4yOTI4OTQgMTEuNzA3MUMtMC4wOTc2MzA2IDExLjMxNjYgLTAuMDk3NjMwNiAxMC42ODM0IDAuMjkyODk0IDEwLjI5MjlMNC41ODU3OSA2TDAuMjkyODk0IDEuNzA3MTFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) center center no-repeat;color:#fff;font-size:0}.amcform-title-wrap.-disabled .amcform-label{color:#b8b8b8}.amcform-title-wrap.ui-state-active .amcform-label{color:#4776f0}.amcform-title-wrap.-error .amcform-label{color:#eb5757}.action.primary.amcform-next,.action.primary.amcform-prev,.amshopby-button.amcform-next,.amshopby-button.amcform-prev,.am-filter-go.amcform-next,.am-filter-go.amcform-prev{display:inline-block;margin:20px auto}.action.primary.amcform-prev,.amshopby-button.amcform-prev,.am-filter-go.amcform-prev{margin-right:15px}.action.primary.amcform-submit,.amshopby-button.amcform-submit,.am-filter-go.amcform-submit{float:none}.-popup-opened{overflow:hidden}.amcform-popup-block{transition:.2s all ease-in;position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;display:none;align-items:center;justify-content:center;padding:15px;background:rgba(15,15,15,0.24);list-style:none}.amcform-popup-block.-active{display:flex}.amcform-popup-block .amcform-popup{position:relative;z-index:1;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;overflow:auto;box-sizing:border-box;padding:40px;max-height:100%;border-radius:10px;background:#fff;box-shadow:0 6px 25px rgba(139,144,154,0.5),0 3px 7px rgba(139,144,154,0.25)}.amcform-popup-block .amcform-popup.-prompt{max-width:440px;text-align:center}.amcform-popup-block .amcform-title,.amcform-popup-block .amcform-content,.amcform-popup-block .amcform-toolbar{flex-basis:100%;margin:0;max-width:100%}.amcform-popup-block .amcform-content{padding:30px 0 0}.amcform-popup-block .amcform-labels-list{display:none}.amcform-popup-block .amcform-title{font-weight:400}.amcform-popup-block .amcform-header{margin:0;color:#000;font-weight:700;font-size:18px;line-height:25px}.amcform-popup-block .amcform-desc{margin:0;padding:20px 0 0}.amcform-popup-block .amcform-toolbar{display:flex;align-items:center;justify-content:center;padding:40px 0 0}.amcform-popup-block .amcform-button{margin:0 7px}.amcform-popup-block .amcform-button.-close-popup{position:absolute;top:15px;right:15px;margin:0;padding:0;width:20px;height:20px}.amcform-popup-block .amcform-button.-close-popup .amcform-icon{width:14px;height:14px;font-size:14px;margin:0;color:#e1e1e1}.amcform-popup-block .amcform-button.-close-popup:hover .amcform-icon{color:#000}.amcform-popup-block .amcform-toolbar{flex-direction:column}.amcform-popup-block .amcform-toolbar .amcform-button{width:100%}.amcform-popup-block .amcform-toolbar .amcform-button:not(:first-of-type){margin-top:15px}.amcform-popup-block .amform-form{width:100%}.amcform-popup-block .amform-form,.amcform-popup-block .amform-form .amform-form-fieldset,.amcform-popup-block .amform-form .fieldset:last-child{margin-bottom:0}.amcform-popup-block .amform-form .amcform-toolbar{padding-top:10px}.amcform-popup-block .amform-form .fb-number{max-width:100%}.amform-parent .amcform-popup{max-width:700px;width:100%}.amform-parent .amform-show-popup.-hidden{display:none}.amcform-popup-block.modal-popup .modal-inner-wrap{padding:40px;border-radius:10px;background:#fff;box-shadow:0 6px 25px rgba(139,144,154,0.5),0 3px 7px rgba(139,144,154,0.25);text-align:center}.amcform-popup-block.modal-popup .modal-inner-wrap .modal-header,.amcform-popup-block.modal-popup .modal-inner-wrap .modal-content,.amcform-popup-block.modal-popup .modal-inner-wrap .modal-footer{padding:0;border:0}.amcform-popup-block.modal-popup .modal-inner-wrap .modal-title{border:0;font-size:22px}.amcform-popup-block.modal-popup .modal-inner-wrap .modal-footer{padding-top:20px;text-align:center}.linear-theme.rendered-form{max-width:720px}.linear-theme .fields{margin:0 -20px;padding:0 20px}.linear-theme.rendered-form .form-control,.linear-theme.rendered-form .amform-date,.linear-theme.rendered-form .amform-time{position:relative;z-index:1;padding:0;min-height:30px;max-width:100%;width:100%;border:0;border-bottom:1px solid #ccc;background-color:transparent;color:#333}.linear-theme.rendered-form .form-control:focus,.linear-theme.rendered-form .amform-date:focus,.linear-theme.rendered-form .amform-time:focus{outline:none;border-color:#4776f0;box-shadow:none}.linear-theme.rendered-form .form-control:focus:-ms-input-placeholder,.linear-theme.rendered-form .amform-date:focus:-ms-input-placeholder,.linear-theme.rendered-form .amform-time:focus:-ms-input-placeholder{color:#b8b8b8}.linear-theme.rendered-form .form-control:focus::placeholder,.linear-theme.rendered-form .amform-date:focus::placeholder,.linear-theme.rendered-form .amform-time:focus::placeholder{color:#b8b8b8}.linear-theme.rendered-form .form-control.mage-error,.linear-theme.rendered-form .amform-date.mage-error,.linear-theme.rendered-form .amform-time.mage-error{border-color:#eb5757}.linear-theme.rendered-form .form-control[multiple],.linear-theme.rendered-form .amform-date[multiple],.linear-theme.rendered-form .amform-time[multiple]{padding-top:10px}.linear-theme.rendered-form .form-control:-ms-input-placeholder,.linear-theme.rendered-form .amform-date:-ms-input-placeholder,.linear-theme.rendered-form .amform-time:-ms-input-placeholder{color:transparent}.linear-theme.rendered-form .form-control::placeholder,.linear-theme.rendered-form .amform-date::placeholder,.linear-theme.rendered-form .amform-time::placeholder{color:transparent}.linear-theme.rendered-form textarea.form-control{padding-top:6px;min-height:46px}.linear-theme.rendered-form .field,.linear-theme.rendered-form .fieldset>.field.form-group,.linear-theme.rendered-form .fieldset>.fields>.field.form-group{position:relative;margin-bottom:24px;padding:0 20px}.linear-theme.rendered-form .field.amform-layout-two,.linear-theme.rendered-form .fieldset>.field.form-group.amform-layout-two,.linear-theme.rendered-form .fieldset>.fields>.field.form-group.amform-layout-two{margin-right:0;max-width:50%}.linear-theme.rendered-form .field.amform-layout-three,.linear-theme.rendered-form .fieldset>.field.form-group.amform-layout-three,.linear-theme.rendered-form .fieldset>.fields>.field.form-group.amform-layout-three{margin-right:0;max-width:33.33333333%}.linear-theme.rendered-form .field .required,.linear-theme.rendered-form .fieldset>.field.form-group .required,.linear-theme.rendered-form .fieldset>.fields>.field.form-group .required{color:inherit}.linear-theme.rendered-form .field .tooltip-element,.linear-theme.rendered-form .fieldset>.field.form-group .tooltip-element,.linear-theme.rendered-form .fieldset>.fields>.field.form-group .tooltip-element{z-index:2;background:#4776f0}.linear-theme.rendered-form .field.amcform-gdpr>.label,.linear-theme.rendered-form .fieldset>.field.form-group.amcform-gdpr>.label,.linear-theme.rendered-form .fieldset>.fields>.field.form-group.amcform-gdpr>.label{position:static}.linear-theme.rendered-form .field>.label,.linear-theme.rendered-form .fieldset>.field.form-group>.label,.linear-theme.rendered-form .fieldset>.fields>.field.form-group>.label{position:absolute;top:6px;display:block;margin:0;width:100%;font-weight:400;font-size:14px;transition:top .2s ease-in-out,font-size .2s ease-in-out}.linear-theme.rendered-form .field>.label.fb-checkbox-group-label,.linear-theme.rendered-form .fieldset>.field.form-group>.label.fb-checkbox-group-label,.linear-theme.rendered-form .fieldset>.fields>.field.form-group>.label.fb-checkbox-group-label,.linear-theme.rendered-form .field>.label.fb-radio-group-label,.linear-theme.rendered-form .fieldset>.field.form-group>.label.fb-radio-group-label,.linear-theme.rendered-form .fieldset>.fields>.field.form-group>.label.fb-radio-group-label,.linear-theme.rendered-form .field>.label.fb-file-label,.linear-theme.rendered-form .fieldset>.field.form-group>.label.fb-file-label,.linear-theme.rendered-form .fieldset>.fields>.field.form-group>.label.fb-file-label{position:relative;top:-13px;color:#737373;font-size:10px;line-height:12px}.linear-theme.rendered-form .field.-active>.label,.linear-theme.rendered-form .fieldset>.field.form-group.-active>.label,.linear-theme.rendered-form .fieldset>.fields>.field.form-group.-active>.label,.linear-theme.rendered-form .field.-has-content>.label,.linear-theme.rendered-form .fieldset>.field.form-group.-has-content>.label,.linear-theme.rendered-form .fieldset>.fields>.field.form-group.-has-content>.label,.linear-theme.rendered-form .field.fb-time>.label,.linear-theme.rendered-form .fieldset>.field.form-group.fb-time>.label,.linear-theme.rendered-form .fieldset>.fields>.field.form-group.fb-time>.label{top:-13px;color:#737373;font-size:10px;line-height:12px}.linear-theme.rendered-form .field.-active>.label,.linear-theme.rendered-form .fieldset>.field.form-group.-active>.label,.linear-theme.rendered-form .fieldset>.fields>.field.form-group.-active>.label{color:#4776f0}.linear-theme.rendered-form div.mage-error[generated]{margin-top:2px;color:#eb5757;font-size:10px;line-height:12px}.linear-theme.rendered-form .amform-date._has-datepicker~.ui-datepicker-trigger{margin-left:-15px}.linear-theme.rendered-form .amform-date._has-datepicker~.ui-datepicker-trigger:before{width:12px;height:13px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjY2NjcgMS4zMDAwMUgxMFYwSDguNjY2NjdWMS4zMDAwMUgzLjMzMzM0VjBIMlYxLjMwMDAxSDEuMzMzMzRDMC41OTY2ODYgMS4zMDAwMSAwLjAwNjY4NzUxIDEuODgxNzUgMC4wMDY2ODc1MSAyLjYwMDAxTDAgMTEuN0MwIDEyLjQxODIgMC41OTY2NTUgMTMgMS4zMzMzNCAxM0gxMC42NjY3QzExLjQwMzMgMTMgMTIgMTIuNDE4MiAxMiAxMS43VjIuNTk5OThDMTIgMS44ODE3NSAxMS40MDMzIDEuMzAwMDEgMTAuNjY2NyAxLjMwMDAxWk0xMC42NjY3IDExLjdIMS4zMzMzNFY0LjU0OTk4SDEwLjY2NjdWMTEuN1oiIGZpbGw9IiM0Nzc2RjAiLz4KPHBhdGggZD0iTTkuMDE5OTkgNi41MzkwOUw4LjMxMzMzIDUuODUwMUw1LjA2IDkuMDIyMUwzLjY0NjY5IDcuNjQ0MDlMMi45NCA4LjMzMzA4TDUuMDYgMTAuNDAwMUw5LjAxOTk5IDYuNTM5MDlaIiBmaWxsPSIjNDc3NkYwIi8+Cjwvc3ZnPgo=);content:''}.linear-theme.rendered-form input[type=checkbox],.linear-theme.rendered-form input[type=radio]{margin-right:5px;width:16px;height:16px;outline:none}.linear-theme.rendered-form input[type=checkbox]:focus,.linear-theme.rendered-form input[type=radio]:focus{outline:none}.linear-theme .amcform-page-titles{align-items:stretch;padding:0 20px}.linear-theme .amcform-step{display:none}.linear-theme .amcform-title-wrap{display:block;flex:1;margin:0 0 16px 0;text-align:left}.linear-theme .amcform-title-wrap:after,.linear-theme .amcform-title-wrap:before{display:none}.linear-theme .amcform-title-wrap.ui-state-active .amcform-title{border-color:#4776f0}.linear-theme .amcform-title-wrap.-disabled .amcform-title{border-color:#e3e3e3}.linear-theme .amcform-title-wrap.-error .amcform-title{border-color:#eb5757}.linear-theme .amcform-title{display:block;margin:0;padding-bottom:7px;min-height:100%;max-width:100%;border-bottom:7px solid #92b0ff;text-align:left}.circle-theme.rendered-form .form-control,.circle-theme.rendered-form .amform-date,.circle-theme.rendered-form .amform-time{padding:9px;min-height:40px;border:1px solid #e3e3e3;border-radius:4px}.circle-theme.rendered-form .form-control:focus,.circle-theme.rendered-form .amform-date:focus,.circle-theme.rendered-form .amform-time:focus{outline:none;border-color:#4776f0;box-shadow:none;color:#333}.circle-theme.rendered-form .form-control.mage-error,.circle-theme.rendered-form .amform-date.mage-error,.circle-theme.rendered-form .amform-time.mage-error{border-color:#eb5757}.circle-theme.rendered-form .form-control::-webkit-input-placeholder,.circle-theme.rendered-form .amform-date::-webkit-input-placeholder,.circle-theme.rendered-form .amform-time::-webkit-input-placeholder{color:#b8b8b8}.circle-theme.rendered-form .form-control::-moz-placeholder,.circle-theme.rendered-form .amform-date::-moz-placeholder,.circle-theme.rendered-form .amform-time::-moz-placeholder{color:#b8b8b8}.circle-theme.rendered-form .form-control:-moz-placeholder,.circle-theme.rendered-form .amform-date:-moz-placeholder,.circle-theme.rendered-form .amform-time:-moz-placeholder{color:#b8b8b8}.circle-theme.rendered-form .form-control:-ms-input-placeholder,.circle-theme.rendered-form .amform-date:-ms-input-placeholder,.circle-theme.rendered-form .amform-time:-ms-input-placeholder{color:#b8b8b8}.circle-theme.rendered-form input[type='file'].form-control{padding:0;border:0}.circle-theme.rendered-form input[type=checkbox],.circle-theme.rendered-form input[type=radio]{margin-right:5px;width:16px;height:16px;outline:none}.circle-theme.rendered-form input[type=checkbox]:focus,.circle-theme.rendered-form input[type=radio]:focus{outline:none}.circle-theme.rendered-form div.mage-error[generated]{position:relative;top:-2px;z-index:-1;margin-top:0;padding:2px 10px 0 10px;border-radius:0 0 4px 4px;background:#eb5757;color:#fff;font-size:10px;line-height:16px}.circle-theme.rendered-form .field .label,.circle-theme.rendered-form .fieldset>.field.form-group .label,.circle-theme.rendered-form .fieldset>.fields>.field.form-group>.label{font-weight:400}.circle-theme.rendered-form .required{color:inherit}.circle-theme.rendered-form .tooltip-element{background:#4776f0}.circle-theme .amcform-page-titles{align-items:center}.circle-theme .amcform-title{display:flex;align-items:center;max-width:initial}.circle-theme .amcform-step{margin:0 10px 0 0;min-width:38px;border-radius:15px}.circle-theme .amcform-label{text-align:left}.circle-theme .amcform-title-wrap:after,.circle-theme .amcform-title-wrap:before{display:none}.circle-theme .amcform-title-wrap+.amcform-title-wrap{margin-left:30px}.circle-theme .amcform-title-wrap:nth-child(3n + 1){margin-left:0}.circle-theme .amcform-title-wrap.-disabled .amcform-step{border-color:#bfd1ff;background:#bfd1ff;color:#fff}.circle-theme .amform-form .action.primary,.circle-theme .amform-form .amshopby-button,.circle-theme .amform-form .am-filter-go{text-transform:uppercase;font-weight:700}.amform-body .ui-datepicker{overflow:hidden;padding:0;border:0;border-radius:4px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,0.15)}.amform-body .ui-datepicker .ui-datepicker-header{padding:16px 22px}.amform-body .ui-datepicker .ui-datepicker-title{margin:0;text-align:left;text-transform:uppercase;font-weight:700}.amform-body .ui-datepicker .ui-datepicker-title .ui-datepicker-month{margin-right:0;width:auto}.amform-body .ui-datepicker .ui-datepicker-title .ui-datepicker-year{width:70px;border:0}.amform-body .ui-datepicker .ui-datepicker-title .ui-datepicker-year:focus{outline:none;box-shadow:none}.amform-body .ui-datepicker .ui-datepicker-prev,.amform-body .ui-datepicker .ui-datepicker-next{top:20px;right:22px;left:auto}.amform-body .ui-datepicker .ui-datepicker-prev{right:38px}.amform-body .ui-datepicker .ui-datepicker-prev span.ui-icon,.amform-body .ui-datepicker .ui-datepicker-next span.ui-icon{width:7px;height:7px;border:0;border-top:1px solid #333;border-left:1px solid #333;transform:rotate(-45deg)}.amform-body .ui-datepicker .ui-datepicker-next span.ui-icon{transform:rotate(135deg)}.amform-body .ui-datepicker .ui-datepicker-calendar{margin-bottom:10px;border:0}.amform-body .ui-datepicker .ui-datepicker-calendar th{border:0;border-bottom:1px solid #e3e3e3;background:transparent;color:#b8b8b8;text-align:center;font-weight:400}.amform-body .ui-datepicker .ui-datepicker-calendar td{padding:0;border:0;text-align:center}.amform-body .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled,.amform-body .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today{background:none}.amform-body .ui-datepicker .ui-datepicker-calendar td:first-child{padding-left:10px}.amform-body .ui-datepicker .ui-datepicker-calendar td:last-child{padding-right:10px}.amform-body .ui-datepicker .ui-datepicker-calendar tr:first-child td{padding-top:10px}.amform-body .am-picker-year .ui-datepicker-calendar td a{display:block;padding:0;width:43px;height:43px;border-radius:42px;text-align:center;line-height:42px}.amform-body .am-picker-year .ui-datepicker-calendar td a.ui-state-hover{background:#edf4ff;color:#333}.amform-body .am-picker-year .ui-datepicker-calendar td a.ui-state-highlight{background:#e3e3e3}.amform-body .am-picker-year .ui-datepicker-calendar td a.ui-state-active{background:#4776f0;color:#fff;font-weight:700}.amcform-button:not(.primary){transition:.1s all ease-in;position:relative;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;padding:10px;height:40px;border-radius:3px;box-shadow:none;font-weight:400;cursor:pointer;pointer-events:auto;user-select:none}.amcform-button:not(.primary):hover,.amcform-button:not(.primary):active,.amcform-button:not(.primary):focus{background:none;box-shadow:none;text-decoration:none}.amcform-button:not(.primary):before,.amcform-button:not(.primary):after{transition:.1s all ease-in}.amcform-button:not(.primary).-disabled{pointer-events:none}.amcform-button:not(.primary).-disabled:focus{pointer-events:none}.amcform-button.-clear,.amcform-button.-default,.amcform-button.-with-icon,.amcform-button.-error{padding:0;border:none;background:transparent;box-shadow:none}.amcform-button.-clear:active,.amcform-button.-clear:hover,.amcform-button.-clear:focus,.amcform-button.-default:active,.amcform-button.-default:hover,.amcform-button.-default:focus,.amcform-button.-with-icon:active,.amcform-button.-with-icon:hover,.amcform-button.-with-icon:focus,.amcform-button.-error:active,.amcform-button.-error:hover,.amcform-button.-error:focus{border:none;background:transparent;box-shadow:none}.amcform-button.-default,.amcform-button.-error{padding:10px;min-width:130px;background-color:#4776f0;color:#fff;font-size:16px;line-height:22px}.amcform-button.-default:hover,.amcform-button.-error:hover{background-color:#2f5bcd}.amcform-button.-default:focus,.amcform-button.-error:focus{background-color:#2f5bcd;box-shadow:0 0 0 3px #fff,0 0 0 4px #000}.amcform-button.-default:active,.amcform-button.-error:active{background-color:#1846be}.amcform-button.-error{border:1px solid #eb5757;background-color:#fff;color:#eb5757}.amcform-button.-error:hover,.amcform-button.-error:focus{border:1px solid #ee2e2e;background-color:#ffc8c8}.amcform-button.-error:active{border:1px solid #d21616;background-color:#fff}.amcform-button.-with-icon{padding:10px 15px;min-width:auto;background-color:transparent;color:#333}.amcform-button.-with-icon>.amcform-icon{margin-right:10px;color:#c7c7c7}.amcform-button.-with-icon:hover{background-color:#eee}.amcform-button.-with-icon:focus{z-index:1;box-shadow:0 0 0 1px #000}.amcform-button.-with-icon:active{color:#4776f0}.amcform-button.-with-icon:active>.amcform-icon{color:#4776f0}.amcform-button.-with-icon:active>.amcform-icon.-remove,.amcform-button.-with-icon.-remove:active{color:#eb5757}.amcform-button.-with-icon.-small{padding:10px;font-size:0}.amcform-button.-with-icon.-small>.amcform-icon{margin:0}@media (min-width:1500px){.amasty_customform-forms-edit .page-main-actions .page-actions .page-actions-buttons .-amasty-customform-export-button{position:absolute;padding-right:4rem;padding-left:4rem;background:#e3e3e3}.amasty_customform-forms-edit .page-main-actions .page-actions .page-actions-buttons #export_form_data_to_csv{left:133px}.amasty_customform-forms-edit .page-main-actions .page-actions .page-actions-buttons #export_form_data_to_pdf{left:460px}.amasty_customform-forms-edit .page-main-actions .page-actions._fixed .page-actions-inner:before{content:none}.amasty_customform-forms-edit .page-main-actions .page-actions._fixed .page-actions-buttons #export_form_data_to_csv{left:15px}.amasty_customform-forms-edit .page-main-actions .page-actions._fixed .page-actions-buttons #export_form_data_to_pdf{left:342px}}.amcform-table-wrap>.amcform-title{margin:0 0 10px;color:#333;font-weight:700;font-size:18px;line-height:25px}.amcform-table-wrap .fb-googlemap .map{height:350px}.amcform-table-wrap .am-address{margin-bottom:20px}.amcform-table-block{margin:0 0 30px;padding:0;width:100%;border:none;border-collapse:collapse;color:#666}.amcform-table-block .amcform-tr{border:none}.amcform-table-block .amcform-tr:nth-of-type(2n){background:#f9f9f9}.amcform-table-block .amcform-th{padding:10px;width:25%;border:none;vertical-align:top;text-align:left;font-weight:700}.amcform-table-block .amcform-td{padding:10px;border:none;vertical-align:top;text-align:left}.amcform-table-block .amcform-link,.amcform-table-block .amcform-td a{color:#666}.amcform-google-map .amcform-text{margin:0}.fb-googlemap .map{height:300px}.fb-googlemap .searchbox{margin-top:10px;margin-left:12px;padding:0 11px 0 13px;width:70%;background-color:#fff;text-overflow:ellipsis;font-weight:300;font-size:15px}.fb-googlemap .gm-svpc{display:none}.amexfee-block-content>.title.amexfee-title{position:relative;padding:10px 40px 10px 0;text-decoration:none;font-weight:600;cursor:pointer}.amexfee-block-content>.title.amexfee-title:after{position:absolute;top:50%;right:0;display:inline-block;margin:0;width:12px;height:12px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMi44NDcgODkuNjQ0bDEzMy4wNTQgMTMzLjA0NWMxLjkwMSAxLjkwMyA0LjA4OCAyLjg1NiA2LjU2MiAyLjg1NnM0LjY2NS0uOTUzIDYuNTY3LTIuODU2TDI4Mi4wNzMgODkuNjQ0YzEuOTA2LTEuOTA2IDIuODU2LTQuMDkzIDIuODU2LTYuNTY4IDAtMi40NzQtLjk1My00LjY2NC0yLjg1Ni02LjU2NmwtMTQuMjcyLTE0LjI3MWMtMS45MDMtMS45MDMtNC4wOTMtMi44NTQtNi41NjctMi44NTRzLTQuNjY0Ljk1MS02LjU2NyAyLjg1NEwxNDIuNDYzIDE3NC40NDEgMzAuMjU1IDYyLjIzMmMtMS45MDItMS45MDMtNC4wOTMtMi44NDgtNi41NjMtMi44NDgtMi40NzggMC00LjY2OC45NTEtNi41NyAyLjg0OEwyLjg0OCA3Ni41MDlDLjk0NiA3OC40MTEuMDAxIDgwLjYwMi4wMDEgODMuMDc1IDAgODUuNTUxLjk0NSA4Ny43NDEgMi44NDcgODkuNjQ0eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgZmlsbD0iIzg1ODU4NSIvPjwvc3ZnPg==) no-repeat center / contain;content:'';cursor:pointer;transform:translateY(-50%)}.amexfee-block-content.active>.title.amexfee-title:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMjgyLjA4MiAxOTUuMjg1TDE0OS4wMjggNjIuMjRjLTEuOTAxLTEuOTAzLTQuMDg4LTIuODU2LTYuNTYyLTIuODU2cy00LjY2NS45NTMtNi41NjcgMi44NTZMMi44NTYgMTk1LjI4NUMuOTUgMTk3LjE5MSAwIDE5OS4zNzggMCAyMDEuODUzYzAgMi40NzQuOTUzIDQuNjY0IDIuODU2IDYuNTY2bDE0LjI3MiAxNC4yNzFjMS45MDMgMS45MDMgNC4wOTMgMi44NTQgNi41NjcgMi44NTRzNC42NjQtLjk1MSA2LjU2Ny0yLjg1NGwxMTIuMjA0LTExMi4yMDIgMTEyLjIwOCAxMTIuMjA5YzEuOTAyIDEuOTAzIDQuMDkzIDIuODQ4IDYuNTYzIDIuODQ4IDIuNDc4IDAgNC42NjgtLjk1MSA2LjU3LTIuODQ4bDE0LjI3NC0xNC4yNzdjMS45MDItMS45MDIgMi44NDctNC4wOTMgMi44NDctNi41NjYuMDAxLTIuNDc2LS45NDQtNC42NjYtMi44NDYtNi41Njl6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIiBmaWxsPSIjODU4NTg1Ii8+PC9zdmc+) no-repeat center / contain;content:''}.amexfee-block-content.-cart>.title.amexfee-title{margin-bottom:0;border-top:1px solid #ccc}.amexfee-block-content.-cart>.title.amexfee-title:after{content:''}.amexfee-block-content.-checkout>.title.amexfee-title{margin-bottom:10px;border-bottom:1px solid #ccc;font-weight:300;font-size:18px}.amexfee-item-element._required .amexfee-title:after{margin:0 0 0 5px;color:#e02b27;content:'*';font-size:1.2rem}.amexfee-form-container>.amexfee-fieldset .amexfee-title{margin-bottom:5px;font-weight:700}.amexfee-form-container .amexfee-input{float:left}.amexfee-form-container .amexfee-input+.amexfee-label{display:block;overflow:hidden;margin:0}.amexfee-collapsible-block{cursor:pointer}.amexfee-collapsible-block>.amount.amexfee-amount,.opc-block-summary .amexfee-collapsible-block>.amount.amexfee-amount,.opc-block-summary .amexfee-collapsible-block>.mark.amexfee-mark,.amexfee-collapsible-block>.mark.amexfee-mark{border-top:1px solid #ccc;border-bottom:1px solid #ccc}.amexfee-collapsible-block>.amount.amexfee-amount,.opc-block-summary .amexfee-collapsible-block>.amount.amexfee-amount{position:relative;padding-right:20px}.amexfee-collapsible-block>.amount.amexfee-amount:after,.opc-block-summary .amexfee-collapsible-block>.amount.amexfee-amount:after{position:absolute;top:50%;right:3px;display:inline-block;width:12px;height:12px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMi44NDcgODkuNjQ0bDEzMy4wNTQgMTMzLjA0NWMxLjkwMSAxLjkwMyA0LjA4OCAyLjg1NiA2LjU2MiAyLjg1NnM0LjY2NS0uOTUzIDYuNTY3LTIuODU2TDI4Mi4wNzMgODkuNjQ0YzEuOTA2LTEuOTA2IDIuODU2LTQuMDkzIDIuODU2LTYuNTY4IDAtMi40NzQtLjk1My00LjY2NC0yLjg1Ni02LjU2NmwtMTQuMjcyLTE0LjI3MWMtMS45MDMtMS45MDMtNC4wOTMtMi44NTQtNi41NjctMi44NTRzLTQuNjY0Ljk1MS02LjU2NyAyLjg1NEwxNDIuNDYzIDE3NC40NDEgMzAuMjU1IDYyLjIzMmMtMS45MDItMS45MDMtNC4wOTMtMi44NDgtNi41NjMtMi44NDgtMi40NzggMC00LjY2OC45NTEtNi41NyAyLjg0OEwyLjg0OCA3Ni41MDlDLjk0NiA3OC40MTEuMDAxIDgwLjYwMi4wMDEgODMuMDc1IDAgODUuNTUxLjk0NSA4Ny43NDEgMi44NDcgODkuNjQ0eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgZmlsbD0iIzg1ODU4NSIvPjwvc3ZnPg==) no-repeat center / contain;content:'';cursor:pointer;transform:translateY(-50%)}.amexfee-collapsible-block.-expanded>.amount.amexfee-amount,.amexfee-collapsible-block.-expanded>.mark.amexfee-mark{border-bottom:0}.amexfee-collapsible-block.-expanded>.amount.amexfee-amount:after,.opc-block-summary .amexfee-collapsible-block.-expanded>.amount.amexfee-amount:after{transform:translateY(-50%) rotateZ(180deg)}.amexfee-totals-details{display:none}.amexfee-totals-details.-show{display:table-row;border-bottom:1px solid #ccc}.am-recaptcha-container .messages-container{margin-top:15px}.am-recaptcha-container .hidden{position:absolute;left:-10000px;visibility:hidden}#am-recaptcha-place-order .grecaptcha-badge{z-index:1000}.am-word-break{word-wrap:break-word;word-break:break-word}.ie11 .am-word-break{word-break:break-all}#amrelated_product_content_tab .block-title{display:none}.amrelated-grid-wrapper .slick-arrow{z-index:999}.amrelated-grid-wrapper .slick-slide{margin:0 5px}.amrelated-grid-wrapper .slick-track{display:flex}.amrelated-grid-wrapper .slick-dots .slick-active button,.amrelated-grid-wrapper .slick-dots .slick-active .cart.table-wrapper .actions-toolbar>.action,.amrelated-grid-wrapper .slick-dots .slick-active .action-gift{background:transparent}.amrelated-grid-wrapper .slick-dots li{margin:0 5px 5px}.amrelated-grid-wrapper .slick-dots button,.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .actions-toolbar>.action,.amrelated-grid-wrapper .slick-dots .action-gift{border:none;text-indent:initial}.amrelated-grid-wrapper .slick-dots button:hover,.amrelated-grid-wrapper .slick-dots button:active,.amrelated-grid-wrapper .slick-dots button:focus,.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .actions-toolbar>.action:hover,.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .actions-toolbar>.action:active,.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .actions-toolbar>.action:focus,.amrelated-grid-wrapper .slick-dots .action-gift:hover,.amrelated-grid-wrapper .slick-dots .action-gift:active,.amrelated-grid-wrapper .slick-dots .action-gift:focus{border:none}.amrelated-grid-wrapper .products-grid .product-item-info:hover{z-index:3}.amrelated-sidebar-wrap{width:100%}.amrelated-cart-message{position:relative;display:block;margin:0 0 10px;padding:5px 25px;background:#e9f6ff;color:#333;text-align:center;font-size:1.6rem;line-height:42px}.amrelated-cart-message:before{position:relative;top:8px;display:inline-block;margin-right:2px;width:30px;height:30px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxNSIgZmlsbD0iI0VCNTc1NyIvPjxwYXRoIGQ9Ik05Ljg5ODQ0IDEwLjgxMjVDOS44OTg0NCAxMC4xMjUgMTAuMTE5OCA5LjU2MjUgMTAuNTYyNSA5LjEyNUMxMS4wMDUyIDguNjgyMjkgMTEuNTg1OSA4LjQ2MDk0IDEyLjMwNDcgOC40NjA5NEMxMy4wMzM5IDguNDYwOTQgMTMuNjE3MiA4LjY4MjI5IDE0LjA1NDcgOS4xMjVDMTQuNDk3NCA5LjU2MjUgMTQuNzE4OCAxMC4xMzggMTQuNzE4OCAxMC44NTE2VjExLjQxNDFDMTQuNzE4OCAxMi4wOTY0IDE0LjQ5NzQgMTIuNjU2MiAxNC4wNTQ3IDEzLjA5MzhDMTMuNjE3MiAxMy41MzEyIDEzLjAzOTEgMTMuNzUgMTIuMzIwMyAxMy43NUMxMS42MTcyIDEzLjc1IDExLjAzNjUgMTMuNTM2NSAxMC41NzgxIDEzLjEwOTRDMTAuMTI1IDEyLjY3NzEgOS44OTg0NCAxMi4wOTY0IDkuODk4NDQgMTEuMzY3MlYxMC44MTI1Wk0xMS4yMjY2IDExLjQxNDFDMTEuMjI2NiAxMS43NzM0IDExLjMyNTUgMTIuMDY1MSAxMS41MjM0IDEyLjI4OTFDMTEuNzI2NiAxMi41MDc4IDExLjk5MjIgMTIuNjE3MiAxMi4zMjAzIDEyLjYxNzJDMTIuNjQzMiAxMi42MTcyIDEyLjkwMzYgMTIuNTA3OCAxMy4xMDE2IDEyLjI4OTFDMTMuMjk5NSAxMi4wNjUxIDEzLjM5ODQgMTEuNzYzIDEzLjM5ODQgMTEuMzgyOFYxMC44MTI1QzEzLjM5ODQgMTAuNDUzMSAxMy4yOTY5IDEwLjE2MTUgMTMuMDkzOCA5LjkzNzVDMTIuODk1OCA5LjcxMzU0IDEyLjYzMjggOS42MDE1NiAxMi4zMDQ3IDkuNjAxNTZDMTEuOTc2NiA5LjYwMTU2IDExLjcxMzUgOS43MTYxNSAxMS41MTU2IDkuOTQ1MzFDMTEuMzIyOSAxMC4xNjkzIDExLjIyNjYgMTAuNDY2MSAxMS4yMjY2IDEwLjgzNTlWMTEuNDE0MVpNMTUuMzY3MiAxNy4yMTA5QzE1LjM2NzIgMTYuNTEzIDE1LjU5MzggMTUuOTQ3OSAxNi4wNDY5IDE1LjUxNTZDMTYuNSAxNS4wODMzIDE3LjA3ODEgMTQuODY3MiAxNy43ODEyIDE0Ljg2NzJDMTguNDg5NiAxNC44NjcyIDE5LjA2NzcgMTUuMDgzMyAxOS41MTU2IDE1LjUxNTZDMTkuOTY4OCAxNS45NDc5IDIwLjE5NTMgMTYuNTMxMiAyMC4xOTUzIDE3LjI2NTZWMTcuODIwM0MyMC4xOTUzIDE4LjQ5NzQgMTkuOTc2NiAxOS4wNTczIDE5LjUzOTEgMTkuNUMxOS4xMDY4IDE5LjkzNzUgMTguNTI2IDIwLjE1NjIgMTcuNzk2OSAyMC4xNTYyQzE3LjA2NzcgMjAuMTU2MiAxNi40NzkyIDE5Ljk0MDEgMTYuMDMxMiAxOS41MDc4QzE1LjU4ODUgMTkuMDcwMyAxNS4zNjcyIDE4LjQ5NDggMTUuMzY3MiAxNy43ODEyVjE3LjIxMDlaTTE2LjY5NTMgMTcuODIwM0MxNi42OTUzIDE4LjE3NDUgMTYuNzk2OSAxOC40NjYxIDE3IDE4LjY5NTNDMTcuMjA4MyAxOC45MTkzIDE3LjQ3NCAxOS4wMzEyIDE3Ljc5NjkgMTkuMDMxMkMxOC4xMzAyIDE5LjAzMTIgMTguMzkwNiAxOC45MjQ1IDE4LjU3ODEgMTguNzEwOUMxOC43NzA4IDE4LjQ5MjIgMTguODY3MiAxOC4xODc1IDE4Ljg2NzIgMTcuNzk2OVYxNy4yMTA5QzE4Ljg2NzIgMTYuODQ2NCAxOC43NjU2IDE2LjU1NDcgMTguNTYyNSAxNi4zMzU5QzE4LjM1OTQgMTYuMTE3MiAxOC4wOTkgMTYuMDA3OCAxNy43ODEyIDE2LjAwNzhDMTcuNDU4MyAxNi4wMDc4IDE3LjE5NTMgMTYuMTE3MiAxNi45OTIyIDE2LjMzNTlDMTYuNzk0MyAxNi41NTQ3IDE2LjY5NTMgMTYuODU2OCAxNi42OTUzIDE3LjI0MjJWMTcuODIwM1pNMTIuNzEwOSAxOS4xNDg0TDExLjczNDQgMTguNTg1OUwxNy4yODkxIDkuNjk1MzFMMTguMjY1NiAxMC4yNTc4TDEyLjcxMDkgMTkuMTQ4NFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+);content:''}.amrelated-cart-message .price,.amrelated-cart-message .product-link{font-weight:bold}.amrelated-bundle-toolbar .pager{text-align:right}.amrelated-bundle-toolbar .pages,.amrelated-bundle-toolbar .limiter{display:inline-block}.amrelated-cart-bundle{float:left;margin-top:30px;padding:0 5px}.amrelated-pack-info{display:inline-flex;margin:1rem 0;padding:5px 8px 6px;border-radius:4px;background:#eef2f9;color:#6d88b0;font-weight:400;font-size:12px;line-height:14px}.amrelated-pack-wrapper{clear:both;margin-bottom:30px}.amrelated-pack-wrapper .amrelated-title{position:relative;padding:10px 0}.amrelated-pack-wrapper .amrelated-title:after{position:absolute;top:50%;right:5px;width:15px;height:10px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA3bDYtNiA2IDYiIHN0cm9rZT0iIzc3NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;background-size:contain;content:'';transform:translateY(-50%)}.amrelated-pack-wrapper .amrelated-title.-collapsed:after{transform:rotate(180deg) translateY(-50%);transform-origin:50% 10%}.amrelated-content-wrapper{display:flex;justify-content:flex-start;flex-wrap:wrap;position:relative;margin-top:25px;background:#f9f9f9}.amrelated-plus,.amrelated-equal,.amrelated-price-wrapper{display:flex;align-items:center}.amrelated-pack-list{display:flex;flex-wrap:wrap;width:100%}.amrelated-pack-list.-narrow{flex-wrap:wrap}.amrelated-pack-items{display:flex;flex-wrap:wrap;width:100%}.amrelated-pack-items .amrelated-background{display:none}.amrelated-pack-items.-selected>.-selected{background:none;box-shadow:none}.amrelated-pack-item{padding:30px;width:100%}.amrelated-pack-item:not(:last-child){border-bottom:1px solid #ccc}.amrelated-pack-item:not(.-main){opacity:.7;transition:opacity .5s ease}.amrelated-pack-item:not(.-main).-selected{opacity:1}.amrelated-pack-item.-main{background:#eaeaea}.amrelated-pack-item .amrelated-info{display:flex;position:relative;box-sizing:border-box;height:100%}.amrelated-pack-item .amrelated-info:hover{z-index:unset;margin:0;border:0;box-shadow:none}.amrelated-pack-item .amrelated-details{display:flex;flex-wrap:wrap;margin-left:20px}.amrelated-pack-item .price-box{margin:3px 0 0;width:100%}.amrelated-pack-item .amrelated-name{word-wrap:break-word;word-break:break-word;width:100%}.ie11 .amrelated-pack-item .amrelated-name{word-break:break-all}.ie11 .amrelated-pack-item .amrelated-name{word-break:break-all}.ie11 .amrelated-pack-item .amrelated-name{word-break:break-all}.amrelated-pack-item:not(.-main) .product-reviews-summary{margin:0 0 5px}.amrelated-pack-item .price-final_price [data-price-type='finalPrice'] .price{display:block;color:#000;font-weight:600;font-size:18px}.amrelated-pack-item .product-reviews-summary .reviews-actions{display:none}.amrelated-pack-item.-collapsed{padding:15px 20px}.amrelated-pack-item.-collapsed.-main{padding:25px 20px}.amrelated-pack-item.-collapsed .amrelated-photo-container{display:flex;position:unset;flex-direction:row-reverse;min-width:auto;width:auto;height:auto;border:0;background:transparent}.amrelated-pack-item.-collapsed .amrelated-info{flex-direction:row-reverse}.amrelated-pack-item.-collapsed .amrelated-link{display:flex;align-items:center}.amrelated-pack-item.-collapsed .amrelated-qty{position:static;margin-left:10px}.amrelated-pack-item.-collapsed .amrelated-checkbox+.amrelated-label{top:50%;left:0;transform:translateY(-50%)}.amrelated-pack-item.-collapsed .amrelated-photo,.amrelated-pack-item.-collapsed .product-reviews-summary.short,.amrelated-pack-item.-collapsed .price-box{display:none}.amrelated-pack-item.-collapsed .amrelated-discount{position:static;align-self:center;transform:none}.amrelated-pack-item.-collapsed .amrelated-details{align-items:center;margin-left:30px;min-height:2.7rem;max-width:100%;width:100%}.amrelated-pack-item.-collapsed .amrelated-name{margin-right:1rem}.amrelated-photo-container{position:relative;margin:0;min-width:100px;width:100px;height:100px;border:1px solid #e8e8e8;background:#fff;text-align:center}.amrelated-photo-container .amrelated-link{display:block;width:100%;height:100%}.amrelated-photo-container .amrelated-photo{max-width:100%;max-height:100%}.amrelated-photo-container .amrelated-qty{display:flex;justify-content:center;align-items:center;position:absolute;right:0;bottom:0;box-sizing:border-box;padding:0 4px;min-width:30px;height:30px;border:1px solid #3978bd;border-radius:50%;background:#e9f6ff;box-shadow:0 2px 4px rgba(16,31,48,0.2);color:#000;font-weight:600}.amrelated-photo-container .amrelated-qty:before{content:'x';font-weight:400;font-size:11px}.amrelated-photo-container .amrelated-checkbox{display:none}.amrelated-photo-container .amrelated-checkbox+.amrelated-label{position:absolute;top:-5px;left:-5px;z-index:2;box-sizing:border-box;width:20px;height:20px;border:1px solid #3978bd;border-radius:2px;background:#fff;cursor:pointer}.amrelated-photo-container .amrelated-checkbox:checked+.amrelated-label{background:#3978bd url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMmEyIDIgMCAwIDEgMi0yaDE2YTIgMiAwIDAgMSAyIDJ2MTZhMiAyIDAgMCAxLTIgMkgyYTIgMiAwIDAgMS0yLTJWMnoiIGZpbGw9IiMzOTc4QkQiLz48cGF0aCBkPSJNNSAxMGw0LjUgNEwxNSA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;background-size:contain}.amrelated-pack-item.-selected .amrelated-photo-container{border-color:#e8e8e8}.amrelated-discount{display:flex;justify-content:center;align-items:center;position:absolute;z-index:2;box-sizing:border-box;padding:5px;border-radius:2px;background:#eb5757;color:#fff}.amrelated-discount.-product{top:-10px;right:-10px;display:none;font-size:12px}.amrelated-discount>.amrelated-text{margin-left:3px}.amrelated-discount.-summary{top:0;right:10px;padding:5px 15px;max-width:100%;font-size:16px;transform:translateY(-50%)}.amrelated-discount.-summary .amount{margin-left:5px;font-weight:600}.amrelated-pack-item.-discount-applied .amrelated-discount{display:flex}.amrelated-plus,.amrelated-equal{display:none}.amrelated-summary-content{display:flex;justify-content:flex-end;padding:15px 0;width:100%}.amrelated-summary-content .main.price{color:#000;text-align:center;font-weight:600;font-size:30px;line-height:1}.amrelated-price-wrapper{justify-content:center;box-sizing:border-box;margin:0 15px;padding:15px;border-bottom:none}.amrelated-tocart-wrapper{display:flex;align-items:center;margin-right:10px}.amrelated-tocart-wrapper .action{padding:7px 15px;height:auto;line-height:normal}.amrelated-popup-container{position:fixed;top:0;left:0;z-index:999;width:100%;height:100%;background:rgba(0,0,0,0.15)}.amrelated-bundle-popup{position:absolute;top:50%;left:50%;z-index:9999;box-sizing:border-box;max-width:315px;height:auto;overflow:hidden;padding:0 0 13px;text-align:center;background:#fff;border-radius:9px;box-shadow:0 5px 10px rgba(0,0,0,0.25);-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.amrelated-bundle-popup .close{position:absolute;top:18px;right:18px;z-index:9;width:12px;height:12px;font-size:21px;color:rgba(0,0,0,0.25);background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;cursor:pointer}.amrelated-bundle-popup .amrelated-products-wrapper{height:100%;max-height:80vh;overflow-y:auto;padding-bottom:80px}.amrelated-bundle-popup .amrelated-products-wrapper:last-child:after{display:none}.amrelated-bundle-popup .amrelated-products-wrapper .product-options-bottom .actions,.amrelated-bundle-popup .amrelated-products-wrapper .box-tocart .actions{display:block}.amrelated-bundle-popup .amrelated-notice{z-index:99;max-width:60%;margin:0 auto;padding:10px 20px;border-radius:0 0 7px 7px;font-size:14px;background:#fffae5}.amrelated-bundle-popup .amrelated-popup-tocart-wrapper{position:absolute;bottom:0;width:100%;box-sizing:border-box;padding:15px;z-index:10;background-color:#fff;text-align:right}.amrelated-bundle-popup .amrelated-popup-tocart-wrapper .action{display:inline-block;padding:15px;font-size:18px}.amrelated-product-container{position:relative}.amrelated-product-container:after{position:absolute;left:0;bottom:0;display:block;width:68%;height:1px;margin-left:16%;background-color:#c5c5c5;content:''}.amrelated-product-container:last-child:after{display:none}.amrelated-product-container .amrelated-product-message{display:none}.amrelated-product-container .amrelated-image-wrapper{max-width:150px;margin:15px auto}.amrelated-product-info{width:100%}.amrelated-product-info .amrelated-info.-top,.amrelated-product-info .amrelated-info.-bottom{padding:0 20px;text-align:left}.amrelated-product-info .box-tocart .actions,.amrelated-product-info .action.back.customization,.amrelated-product-info .block-bundle-summary,.amrelated-product-info .tocart{display:none}.amrelated-product-info .bundle-options-wrapper{margin-top:25px}.amrelated-product-info .bundle-options-wrapper input[type="radio"]{width:15px}.amrelated-product-info .bundle-options-wrapper p.required{color:#e02b27}.amrelated-product-info .bundle-options-wrapper .field.qty>.label{display:inline-block;margin:10px 0 8px;font-weight:600}.amrelated-product-info .bundle-options-wrapper .input-text.qty{text-align:center;width:54px}.amrelated-product-info .product-options-bottom .price-box .price-container .price,.amrelated-product-info .product-info-price .price-box .price-container .price{font-size:22px;font-weight:600;line-height:22px}.amrelated-product-info.giftcard .amrelated-price{display:none}.amrelated-product-info.giftcard .amrelated-info.-bottom .product-options-bottom .price-box{display:block}.amrelated-image-container{box-sizing:border-box;width:initial;margin:0 25px 10px;border:1px solid #b2b2b2}.amrelated-image-container>.product-item-photo{display:block;width:60%;margin:auto}.amrelated-image-container .product-image-container{vertical-align:middle}.amrelated-info.-top{margin:0}.amrelated-info.-top>.amrelated-title{margin-bottom:5px;font-size:20px}.amrelated-info.-top>.amrelated-rating .rating-summary{vertical-align:text-bottom}.amrelated-info.-top>.amrelated-price,.amrelated-info.-top>.amrelated-price .price{font-size:24px;font-weight:bold}.amrelated-info.-top .reviews-actions .action{margin-left:15px;font-size:14px;color:#000}.amrelated-info.-bottom>.amrelated-description{margin:0 25px;font-size:12px}.amrelated-info.-bottom .swatch-attribute{margin-bottom:20px}.amrelated-info.-bottom .product-options-bottom .price-box{display:none}.amrelated-info.-bottom .product-options-bottom .grouped .price-box{display:block}.amrelated-products-block{overflow:hidden auto;margin:20px 15px 27px;max-height:366px;border-bottom:1px solid #ebeef5}.amrelated-products-block>.amrelated-product{display:flex;margin-bottom:20px}.amrelated-products-block .amrelated-content{color:#333;text-align:left}.amrelated-products-block .amrelated-name{word-wrap:break-word;word-break:break-word;font-size:16px;line-height:20px}.ie11 .amrelated-products-block .amrelated-name{word-break:break-all}.ie11 .amrelated-products-block .amrelated-name{word-break:break-all}.ie11 .amrelated-products-block .amrelated-name{word-break:break-all}.amrelated-products-block .amrelated-image-wrapper{display:flex;margin-right:10px;border:1px solid #ebeef5}.amrelated-products-block .amrelated-qty{display:flex;align-items:center;margin:5px 0 0}.amrelated-products-block .amrelated-qty .amrelated-title{font-weight:800;font-size:12px;line-height:19px}.amrelated-products-block .amrelated-qty .amrelated-value{margin-left:10px;font-size:14px;line-height:19px}.am-porto-cmtb .amrelated .product-item-details .product-item-actions{display:flex;justify-content:center;margin:0}.am-porto-cmtb .amrelated .product-item-details .product-item-actions .actions-primary{margin:0 5px 0 0}.am-porto-cmtb .products-grid .product-item-details .product-item-actions{margin:0;text-align:left}.am-porto-cmtb .products-grid .product-item .product-item-inner{margin:10px 0}.am-porto-cmtb .products-grid .product-item-actions .actions-secondary{padding:0}.am-porto-cmtb .wishlist.split.button{margin-right:0}.am-porto-cmtb .wishlist.split.button .change.action{display:none}.am-porto-cmtb .product-items.slick-slider .slick-slide{margin:0 10px}.am-porto-cmtb .product-items.slick-slider .slick-slide .to-cart{padding:0 8px}.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item{max-width:100%}.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item-actions{text-align:center}.am-porto-cmtb .product-items.slick-slider .slick-slide .action.split{margin-right:0}.field .control._with-tooltip .choice.field{width:calc(100% - 39px)}.field .control._with-tooltip .choice.field input{width:auto}.field .control._with-tooltip select,.field .control._with-tooltip textarea{margin-right:10px;width:calc(100% - 39px)}.field .control select[multiple]{height:auto;background:#fff}tr.order-attributes td{padding-left:0;padding-right:0}.order-attributes .order-attributes-form{margin-top:20px}.order-attributes .order-attributes-form.fieldset .field:last-child{margin-bottom:20px}.amxnotif-block{clear:both;margin-bottom:20px}.amxnotif-block .input-fields{display:inline-block;margin:0;vertical-align:top;width:66%}.amxnotif-block .amxnotif_guest_action{display:inline-block;max-width:32%;min-width:120px;vertical-align:top}.amxnotif-block label{color:#2f2f2f;display:block;float:none;font-weight:600}.amxnotif-block .amsubscribe,.amxnotif-block .amsubscribe:hover{background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDUxMCA1MTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMCA1MTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2hlY2stY2lyY2xlLW91dGxpbmUiPgoJCTxwYXRoIGQ9Ik0xNTAuNDUsMjA2LjU1bC0zNS43LDM1LjdMMjI5LjUsMzU3bDI1NS0yNTVsLTM1LjctMzUuN0wyMjkuNSwyODUuNkwxNTAuNDUsMjA2LjU1eiBNNDU5LDI1NWMwLDExMi4yLTkxLjgsMjA0LTIwNCwyMDQgICAgUzUxLDM2Ny4yLDUxLDI1NVMxNDIuOCw1MSwyNTUsNTFjMjAuNCwwLDM4LjI1LDIuNTUsNTYuMSw3LjY1bDQwLjgwMS00MC44QzMyMS4zLDcuNjUsMjg4LjE1LDAsMjU1LDBDMTE0Ljc1LDAsMCwxMTQuNzUsMCwyNTUgICAgczExNC43NSwyNTUsMjU1LDI1NXMyNTUtMTE0Ljc1LDI1NS0yNTVINDU5eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);background-position:center;background-repeat:no-repeat;height:32px;padding:0 20px}.amxnotif-block div.field{margin:5px 0}.products.list .amxnotif-block .amxnotif_guest_action{min-width:initial}.products.list .amxnotif-block.label:not(.subscribe-popup){margin-bottom:inherit}.products.list .stock.link-stock-alert{display:none;margin-bottom:20px}.category.subscribe-popup{background-color:rgba(0,0,0,0.4);height:100%;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:99999}.amxnotif-block .subscribe-popup{background-color:#fefefe;border:1px solid #888;box-sizing:border-box;height:auto;padding:20px;position:relative}.category.amxnotif-block{display:none}.label.subscribe-popup a{cursor:pointer}.close-subscribe-popup{color:#aaa;cursor:pointer;display:inline-block;float:right;font-size:20px;font-weight:600;position:absolute;right:20px;top:20px}.amxnotif-block .subscribe-popup label[for^='notification-container']{font-size:20px;text-align:center}.ampromo-overlay{position:fixed;top:-9999px;left:0;z-index:10000;width:100%;height:100%;background-color:rgba(0,0,0,0.8);text-align:center;opacity:0;transition:opacity .4s linear}.ampromo-overlay.-show{top:0;opacity:1}.ampromo-items-content{position:relative;display:inline-block;box-sizing:border-box;max-height:95vh;overflow:auto;margin:30px auto;padding:24px;border:1px solid #ededed;text-align:left;background-color:#fff}.ampromo-items-content .ampromo-popup-title,.ampromo-items-content .ampromo-item-buttons,.ampromo-items-content .ampromo-title{text-align:center}.ampromo-items-content .ampromo-popup-title .ampromo-counter{font-weight:bold}.ampromo-items-content .ampromo-item{position:relative;box-sizing:border-box;padding:20px;margin:0 8px 7px;border:1px solid #ededed;transition:.6s}.ampromo-items-content .ampromo-item:hover{background:#ccc}.ampromo-items-content .ampromo-item .fieldset .field{margin-bottom:10px}.ampromo-items-content .ampromo-item .fieldset .field .label{margin-bottom:3px}.ampromo-items-content .ampromo-popup-title{margin:0 auto 20px}.ampromo-items-content .ampromo-close{position:absolute;top:10px;right:10px;z-index:1;display:block;width:16px;height:16px;margin:0;padding:0;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;background-size:contain;font-size:0;cursor:pointer;opacity:.8}.ampromo-items-content .ampromo-close:hover{opacity:1;transition:opacity .2s ease}.ampromo-items-content .ampromo-button{box-shadow:none;border:none}.ampromo-items-content .ampromo-item.-selected{background:#1f78c2}.ampromo-items-content .ampromo-item.-selected .ampromo-options{max-height:690px}.ampromo-items-content .ampromo-item-image{display:block;margin:7px auto}.ampromo-items-content .ampromo-title{margin:0}.ampromo-item .ampromo-options{margin-bottom:20px;padding:0 5px;overflow:hidden;transition:max-height .2s ease}.ampromo-gallery{width:850px;margin:0 30px}.ampromo-gallery[data-count="1"]{width:280px}.ampromo-gallery[data-count="2"]{width:570px}.ampromo-slick .slick-prev,.ampromo-slick .slick-next{width:42px !important;height:42px !important}.ampromo-slick .slick-prev{left:-45px !important}.ampromo-slick .slick-next{right:-45px !important}.ampromo-slick .slick-dots{padding:0 !important}.ampromo-slick .slick-dots button,.ampromo-slick .slick-dots button:hover,.ampromo-slick .slick-dots .cart.table-wrapper .actions-toolbar>.action,.ampromo-slick .slick-dots .cart.table-wrapper .actions-toolbar>.action:hover,.ampromo-slick .slick-dots .action-gift,.ampromo-slick .slick-dots .action-gift:hover{height:20px;width:20px;padding:5px !important;background:transparent !important;border:none !important;text-indent:0 !important}.ampromo-slick .slick-slide{vertical-align:top}.ampromo-items-add{display:none;margin-bottom:12px;padding:7px;border:1px solid #ededed;text-align:center}.ampromo-items-add>a{text-decoration:none;border-bottom:1px dashed}.checkout-index-index .ampromo-items-add:before{content:'';display:inline-block;width:32px;height:32px;margin-right:12px;background:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEyIDI1NmMwIDE0MS4zODctMTE0LjYxMyAyNTYtMjU2IDI1NlMwIDM5Ny4zODcgMCAyNTYgMTE0LjYxMyAwIDI1NiAwczI1NiAxMTQuNjEzIDI1NiAyNTZ6bTAgMCIgZmlsbD0iIzYwYjJmYyIvPjxwYXRoIGQ9Ik01MTIgMjU2YzAtMS4xNTItLjAyNy0yLjI5Ny0uMDQzLTMuNDQ1TDM2OS4wNTEgMTA5LjY0OGwtODUuMzU2IDIzLjA2My03LjU4Ni03LjU4Ni00Ni4wNjIgOC44OTgtMjQuNTg2LTI0LjU5Ny02OC4wMDQgNTMuOTU3LTI1LjUzMSA3NC44NDQgNTguMDI3IDU3LjMyLTM5LjMxNiAxMjAuMTIxIDk0LjQ3MiA5NC40NzNBMjU5LjI2IDI1OS4yNiAwIDAgMCAyNTYgNTEyYzE0MS4zODcgMCAyNTYtMTE0LjYxMyAyNTYtMjU2em0wIDAiIGZpbGw9IiMzOTY1Y2MiLz48cGF0aCBkPSJNMjMzLjE4OCAxMzcuNjg4bC0yNy43MjctMjguMjYyYy04LjI4MS04LjQ0Mi0xOS4zNTItMTMuMDk0LTMxLjE2NC0xMy4wOTQtMjQuMDc0IDAtNDMuNjYgMTkuNTg2LTQzLjY2IDQzLjY2IDAgMjQuMDc0IDE5LjU4NiA0My42NiA0My42NiA0My42NkgyNTZ2LTQ1Ljk2NHptMCAwIiBmaWxsPSIjZjY0MjEzIi8+PHBhdGggZD0iTTMzNy43MDMgOTYuMzMyYy0xMS44MTYgMC0yMi44ODMgNC42NTItMzEuMTY0IDEzLjA5NGwtMjcuNzI2IDI4LjI2MUgyNTZ2NDUuOTY1aDgxLjcwM2MyNC4wNzQgMCA0My42Ni0xOS41ODYgNDMuNjYtNDMuNjYgMC0yNC4wNzQtMTkuNTg2LTQzLjY2LTQzLjY2LTQzLjY2em0wIDAiIGZpbGw9IiNlZDI0MDAiLz48cGF0aCBkPSJNMTMwLjYzNyAyMTkuNTE2SDI1NnYxOTYuMTUySDEzMC42Mzd6bTAgMCIgZmlsbD0iI2ZmNiIvPjxwYXRoIGQ9Ik0yNTYgMjE5LjUxNmgxMjUuMzYzdjE5Ni4xNTJIMjU2em0wIDAiIGZpbGw9IiNmZmQxNWUiLz48cGF0aCBkPSJNMTExLjkyNiAxNjMuMzgzSDI1NnY3NC44NDRIMTExLjkyNnptMCAwIiBmaWxsPSIjZmZmZmMyIi8+PHBhdGggZD0iTTI1NiAxNjMuMzgzaDE0NC4wNzR2NzQuODQ0SDI1NnptMCAwIiBmaWxsPSIjZmZlYTdjIi8+PHBhdGggZD0iTTI4NC4wNjYgMTQ0LjY3MmMwLTE1LjUwNC0xMi41NjYtMjguMDY3LTI4LjA2Ni0yOC4wNjdsLTEyLjQ3MyA2NS40ODkgNDAuNTQtMTguNzExem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48cGF0aCBkPSJNMjI3LjkzNCAxNDQuNjcydjE4LjcxTDI1NiAxODIuMDk1di02NS40ODljLTE1LjUgMC0yOC4wNjYgMTIuNTYzLTI4LjA2NiAyOC4wNjd6bTAgMCIgZmlsbD0iI2ZmNjEyNiIvPjxwYXRoIGQ9Ik0yNTYgMTYzLjM4M2wtMTIuNDczIDczLjU5NEwyNTYgMzA4LjcwM2wyOC4wNjYgMTguNzExVjE2My4zODN6bTAgMCIgZmlsbD0iI2VkMjQwMCIvPjxwYXRoIGQ9Ik0yMjcuOTM0IDE2My4zODN2MTY0LjAzMUwyNTYgMzA4LjcwNFYxNjMuMzgyem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48L3N2Zz4=) no-repeat;background-size:contain;vertical-align:middle}.ampromo-items-form{background:#fff;padding:5px}.ampromo-items-form .ampromo-qty{width:30%;margin-left:35%;margin-top:10%}.ampromo-items-form .product-info-price{padding-bottom:10px;text-align:center;word-break:break-all}.ampromo-items-form .price-base-price .price{font-size:25px;text-decoration:line-through}.ampromo-items-form .price-new-price .price-wrapper{font-size:36px;line-height:36px;font-weight:bold}.ampromo-items-form .ampromo-item-qty-input>.mage-error{float:left}.ampromo-loading{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:none;width:80px;height:80px}.ampromo-loading.-show{display:inline-block}.ampromo-loading:after{display:block;width:64px;height:64px;margin:8px;content:' ';border-radius:50%;border:6px solid #ccc;border-color:#ccc transparent #ccc transparent;animation:load 1.2s linear infinite}.ampromo-carousel-product.-loading{-webkit-filter:blur(10px);filter:blur(10px);opacity:0.3;pointer-events:none}@keyframes load{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@media only screen and (max-width:1000px) and (min-width:701px){.ampromo-overlay .ampromo-gallery{width:570px;margin:0 auto 30px}.ampromo-items-content{padding:24px 54px}}@media only screen and (max-width:700px){.ampromo-overlay .ampromo-gallery{width:280px;margin:0 auto}.ampromo-items-content{padding:24px 54px}.ampromo-items-form .product-info-price>*:first-child,.ampromo-items-form .product-info-price>*:last-child{padding:0}}@media only screen and (max-width:400px){.ampromo-overlay .ampromo-gallery{margin:0 auto 30px auto}.ampromo-overlay .slick-prev,.ampromo-overlay .slick-next{display:none !important}.ampromo-items-content{padding:15px}}.columns .column.main{max-width:100%}.amslider *{margin:0;padding:0}.amslider{position:relative;margin:30px auto}.amslider .swiper-pagination{position:static;margin-top:15px}.amslider .swiper-container>.wrapper{text-align:center}.amslider .swiper-slide .brand-title{margin-top:10px;min-height:40px;color:#4f4f4f;word-break:break-all;word-break:break-word;font-size:15px;line-height:1.2}.amslider .swiper-pagination-bullet{margin:0 5px;width:12px;height:12px}.amslider .swiper-pagination-bullet-active{background:#4f4f4f}.amslider .swiper-button-next,.amslider .swiper-button-prev{z-index:2}.amslider .swiper-button-next{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCAyNSA0MyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+VmVjdG9yPC90aXRsZT48ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPjxnIGlkPSJDYW52YXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0NTMgNzkwKSI+PGcgaWQ9IlZlY3RvciI+PHVzZSB4bGluazpocmVmPSIjcGF0aDBfc3Ryb2tlIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSAwIDAgMSAtMTQzMC4zNSAtNzg4LjY0NikiIGZpbGw9IiM0RjRGNEYiLz48L2c+PC9nPjxkZWZzPjxwYXRoIGlkPSJwYXRoMF9zdHJva2UiIGQ9Ik0gNi4xMzcwNGUtMDUgMTkuOTM5M0wgLTEuMDQxOTYgMTguODYwNEwgLTIuMTM5OSAxOS45MjA3TCAtMS4wNjA2IDIxTCA2LjEzNzA0ZS0wNSAxOS45MzkzWk0gMTkuNjA0NCAtMS4wNzg5N0wgLTEuMDQxOTYgMTguODYwNEwgMS4wNDIwOSAyMS4wMTgzTCAyMS42ODg1IDEuMDc4OTdMIDE5LjYwNDQgLTEuMDc4OTdaTSAtMS4wNjA2IDIxTCAxOC45MzkzIDQxTCAyMS4wNjA3IDM4Ljg3ODdMIDEuMDYwNzIgMTguODc4N0wgLTEuMDYwNiAyMVoiLz48L2RlZnM+PC9zdmc+)}.amslider .swiper-button-prev{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi43MSAxLjM1NCkiIGZpbGw9IiM0RjRGNEYiLz48ZGVmcz48cGF0aCBpZD0icGF0aDBfc3Ryb2tlIiBkPSJNMCAxOS45NGwtMS4wNDItMS4wOC0xLjA5OCAxLjA2TC0xLjA2IDIxIDAgMTkuOTR6TTE5LjYwNC0xLjA4bC0yMC42NDYgMTkuOTQgMi4wODQgMi4xNTdMMjEuNjkgMS4wOGwtMi4wODUtMi4xNTh6TS0xLjA2IDIxbDIwIDIwIDIuMTIyLTIuMTIxLTIwLTIwTC0xLjA2MSAyMXoiLz48L2RlZnM+PC9zdmc+)}.amslider .swiper-button-next,.amslider .swiper-button-prev{z-index:0}.amslider .swiper-slide{text-align:center;font-size:18px}.amslider .category-item .category-item-title{margin:auto}.amslider .slide .category-item-title,.amslider .swiper-slide .swiper-category-item{font-size:15px;line-height:1.2;word-break:break-word}.amslider .wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center}.amslider .no-img{margin:auto}.brands-filters{display:inline-block;margin:0 0 10px;width:100%;min-height:50px}.brands-filters .letter{display:block;float:left;margin:0 5px 10px;padding:2px 5px;min-width:17px;min-height:20px;text-align:center;color:#333;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;border:1px solid #ccc;border-radius:5px;background:#e2e2e2}.brands-filters .letter-all{min-width:90px;margin-right:20px}.brands-filters .letters{margin-top:4px}.brands-filters .letter.-disabled{opacity:0.6;pointer-events:none;background-color:#f1f1f1}.brands-filters .letter.hide{display:none}.brands-filters .letter:hover,.brands-filters .letter.-active{background:#fed285}.ambrands-search-wrapper{position:relative;display:block;margin:0 auto}.ambrands-search-wrapper .ambrands-search-input{display:block;margin:0 0 10px;max-width:100%}.ambrands-search-wrapper #livesearch{position:absolute;display:none;width:365px;max-width:100%;max-height:250px;background-color:#fff;overflow-x:hidden;overflow-y:auto;border:1px solid #c2c2c2;border-top:2px solid #309ef3;z-index:99}.ambrands-search-wrapper #livesearch a{display:block;float:left;padding:5px 10px;width:100%;color:#000;box-sizing:border-box}.ambrands-search-wrapper #livesearch a:hover{background-color:#e8e8e8;text-decoration:none}.brand-images .brands-letter{width:100%;vertical-align:top;box-sizing:border-box}.brand-images .brands-letter .bare-list{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0}.brand-images .brands-letter .letter{border-bottom:1px solid #b2b2b2;font-size:18px;font-weight:400}.brand-images .brands-letter .letter .title{padding:0 2px 1px;text-transform:uppercase;background:#e2e2e2}.brands-letter .brand-item{position:relative;margin:0 5px 20px}.brands-letter .brand-item .item{display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;color:#333;-webkit-justify-content:flex-start}.brands-letter .brand-item .item:hover{text-decoration:none}.brands-letter .brand-item .no-img{color:#e2e2e2}.brands-letter .brand-item .count{position:absolute;right:0;top:0;display:block;box-sizing:border-box;min-width:25px;height:25px;padding:0 3px;line-height:25px;text-align:center;background:#f58c12;border-radius:20px;color:#fff}.brands-letter .brand-item .label{position:relative;margin:5px 0 0;padding-top:5px;width:100%;word-wrap:break-word}.brands-letter .brand-item .label:before{content:'';position:absolute;top:0;left:25%;right:25%;display:block;height:1px;background:#b2b2b2}.brands-letter .brand-item .item:hover .label:before{left:0;right:0;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;transition:all ease .3s}.brands-letter .brand-item .am-image-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center}.brands-letter .brand-item .am-image-wrapper .am-image{max-width:100%;max-height:100%}.bare-list .ambrands-image{pointer-events:none}.amslider-header-container{padding:5px 0 5px 35px;height:35px;font-size:22px;line-height:35px}.icon .brand-label{float:left}.brand-images li.brand-item{list-style-type:none;text-align:center}ul.bare-list img{display:block;margin:0 auto}.children-category .amslider{position:relative;left:inherit;margin:0 50px;width:100%;transform:inherit;display:block}.amslider.am-brand-slider{max-width:100%;padding:0}.amslider.am-brand-slider .swiper-brand{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-grow:1;flex-grow:1}.amslider.am-brand-slider .am-image-wrapper{display:flex;justify-content:center;align-items:center;flex-grow:1;margin:0 auto}.amslider.am-brand-slider .am-image-wrapper .am-image{max-width:100%;max-height:100%}.amslider.am-brand-slider .slide{-webkit-align-items:stretch;-ms-align-items:stretch;align-items:stretch}.amslider.am-brand-slider .slide .am-image-wrapper{margin-bottom:10px;overflow:hidden}.amslider.am-brand-slider .swiper-slide{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:stretch;-ms-align-items:stretch;align-items:stretch;height:auto}.amslider .slide{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;margin:0 9px 20px 0;max-width:30%;-webkit-flex-basis:30%;flex-basis:30%;text-align:center;color:#4f4f4f}.amslider .slide .category-item{position:relative;padding:10px;width:100%;border:1px solid #fff}.amslider .slide .category-item:hover,.amslider .slide .category-item.active{box-shadow:3px 3px 4px 0 rgba(0,0,0,0.3);border-color:#bbb;position:relative;z-index:2;padding:10px}.amslider .slide .category-item.category-item-label img{margin-bottom:25px}.amslider .slide .swiper-brand .am-image{height:auto}.children-category-container.swiper-container{width:calc(100% - 2 * 27px);margin:auto}.children-category-container .swiper-wrapper{-webkit-align-items:baseline;-moz-align-items:baseline;-ms-align-items:baseline;align-items:baseline}.amslider .swiper-slide{padding:10px;box-sizing:border-box;color:#4f4f4f}.amslider .swiper-slide .swiper-category-item{padding:10px 0;border:1px solid #fff}.amslider .swiper-slide .swiper-category-item img{height:auto}.amslider .swiper-slide .swiper-category-item.category-item-label img{margin-bottom:25px}.amslider .swiper-slide .swiper-category-item:hover,.amslider .swiper-slide .swiper-category-item.active{background:#ffffff;box-shadow:3px 3px 4px 0 rgba(0,0,0,0.3);border:1px solid #bbb;margin:0}.amslider .swiper-slide .swiper-brand .no-img{display:inline-block;margin:0 auto;color:#e2e2e2}.amslider .swiper-slide:hover,.amslider .slide:hover{text-decoration:none}#category-carousel .swiper-button-next{right:0}#category-carousel .swiper-button-prev{left:0}#category-carousel .swiper-button-next,#category-carousel .swiper-button-prev{top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:.3;height:100%;margin:0}#category-carousel .swiper-button-next:hover,#category-carousel .swiper-button-prev:hover{opacity:1;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;transition:all ease .3s}.amslider .swiper-slide .swiper-category-item:not(:root:root),.amslider .swiper-slide .swiper-brand:not(:root:root),.amslider .slide .category-item:not(:root:root){padding:10px}.amshopby-morefrom .products-grid .product-item{width:auto}.amshopby-morefrom .product-image-container{min-width:auto}.ambrands-menu-item.parent .ambrands-link.level-top:after{content:''}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.swiper-brand{width:100%}.swiper-brand .no-img{width:100%}}.ambrands-list-popup,.ambrands-menu-item .ambrands-arrow{display:none}.ui-tooltip.ui-widget{padding:5px 10px;max-width:250px;border:1px solid #ccc;background:#fff;box-shadow:1px 0 3px #ccc;word-wrap:break-word}.ui-tooltip .arrow{position:absolute;bottom:-15px;width:20px;height:15px}.ui-tooltip .arrow:after{position:absolute;border-top:10px solid #ccc;content:''}.ui-tooltip .arrow:before{position:absolute;top:-1px;z-index:9;border-top:9px solid #fff;content:''}.ui-tooltip .arrow.top{top:-15px;transform:scale(1, -1)}.ui-tooltip .arrow.left{left:15px}.ui-tooltip .arrow.left:before{left:1px;border-right:19px solid transparent}.ui-tooltip .arrow.left:after{border-right:20px solid transparent}.ui-tooltip .arrow.right{right:15px}.ui-tooltip .arrow.right:before{right:1px;border-left:19px solid transparent}.ui-tooltip .arrow.right:after{border-left:20px solid transparent}.ui-tooltip .am-brand-small_image{display:block;margin:auto;max-width:150px}.ui-tooltip .am-brand-image{display:block;margin:auto;max-width:400px}.ui-tooltip .ui-tooltip-content h3{margin:5px 0}.am-visually-hidden{position:absolute;overflow:hidden;clip:rect(0, 0, 0, 0);margin:0;padding:0;width:0;height:0;border:0;opacity:0}.am-word-break{word-wrap:break-word;word-break:break-word}.ie11 .am-word-break{word-break:break-all}.ui-tooltip .arrow{left:8px;width:15px}.ui-tooltip .arrow:after{border-right:15px solid transparent}.ui-tooltip .arrow:before{border-right:14px solid transparent}.amslider-container{margin:auto;margin-bottom:15px;width:100%}.am-rating-up{font-size:smaller}.amshopby-highlighted{background-color:#ff0}.amshopby-item .filter-value{margin-left:5px}.amshopby-filter-tooltip{display:inline-block;margin-left:6px;max-width:16px;max-height:16px;vertical-align:top}.amshopby-filter-value .swatch-option.image,.amshopby-filter-value .swatch-attribute.size .swatch-option,.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option{background-position:center;background-size:contain;background-repeat:no-repeat}.filter-options-item .filter-options-title:after{font-size:14px}.range.am-fromto-widget .am-filter-go{margin:0 10px;vertical-align:top}.amshopby-button{word-wrap:break-word;word-break:break-word;min-height:40px;border-radius:3px;background:#1979c3;color:#fff;text-align:center;letter-spacing:-.015em;font-size:16px;line-height:22px;transition:background .2s ease-in-out,border-color .2s ease-in-out}.ie11 .amshopby-button{word-break:break-all}.ie11 .amshopby-button{word-break:break-all}.ie11 .amshopby-button{word-break:break-all}.amshopby-button:not(.primary){border-radius:3px}.amshopby-button:not(.primary),.amshopby-button:not(.primary):active{box-shadow:none}.amshopby-button:hover{border-color:#399ae6;background:#399ae6}.amshopby-button:active,.amshopby-button:focus{border-color:#135d96;background:#135d96}.am-filter-go{word-wrap:break-word;word-break:break-word;min-height:40px;border-radius:3px;background:#1979c3;color:#fff;text-align:center;letter-spacing:-.015em;font-size:16px;line-height:22px;transition:background .2s ease-in-out,border-color .2s ease-in-out;margin:15px 0 0;width:25%}.ie11 .am-filter-go{word-break:break-all}.ie11 .am-filter-go{word-break:break-all}.ie11 .am-filter-go{word-break:break-all}.am-filter-go:not(.primary){border-radius:3px}.am-filter-go:not(.primary),.am-filter-go:not(.primary):active{box-shadow:none}.am-filter-go:hover{border-color:#399ae6;background:#399ae6}.am-filter-go:active,.am-filter-go:focus{border-color:#135d96;background:#135d96}input[type='text'].am-filter-price.-to.right{float:right}.am-swatch-options{display:flex;flex-direction:column}.am-swatch-options .swatch-option{display:inline-block;margin:0 10px 0 0;background-position:center;background-size:contain;background-repeat:no-repeat}.am-swatch-options>.item{padding-bottom:4px}.am-swatch-options>.item:hover{background-color:transparent}.am-swatch-options .am-shopby-swatch-label{display:inline-block;max-width:70%;vertical-align:middle;word-wrap:break-word}.filter-options .am-swatch-wrapper{margin:0 0 5px !important;line-height:initial}.catalog-topnav .filter-options{flex-wrap:wrap;min-height:40px}.catalog-topnav .filter-options .filter-options-item{display:inline-block;border:0}.catalog-topnav .filter-options .filter-options-content{position:absolute;z-index:9999;margin-top:12px;min-width:100px;border:1px solid transparent;border-radius:6px;background-color:#fff;box-shadow:0 4px 8px rgba(190,199,219,0.21),0 6px 25px rgba(190,199,219,0.28)}.catalog-topnav .filter-options .am-filter-items-rating li{margin:0 0 10px}.catalog-topnav .filter-options .am-filter-items-rating li:last-child{margin:0}.catalog-topnav .block-actions{display:none}.catalog-topnav{display:none}.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{top:5px;right:8px}.page-layout-1column .filter-options-item.active .filter-options-content{padding:10px 15px}.page-layout-1column .filter-options-content li.item{padding:0}.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content']{display:none}div.swatch-option-tooltip{z-index:9999}.swatch-option-tooltip .image,.swatch-option-tooltip-layered .image{background-size:contain !important}.filter-options .am-labels-folding .item{position:relative}.filter-options .ui-menu{display:block;margin:0;padding:0;outline:0;list-style:none}.filter-options .ui-menu .ui-menu{position:absolute}.filter-options .ui-menu .ui-menu-item{margin:0;list-style:none;cursor:pointer}.filter-options .ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.filter-options .ui-menu .ui-menu-divider{margin:5px 0;height:0;border-width:1px 0 0;font-size:0;line-height:0}.filter-options-content .am-swatch-wrapper{display:inline-block}.filter-options-content .am-swatch-wrapper:hover .am-swatch-link{background:none}.filter-options-content .am-swatch-wrapper>.input.-hidden{display:none}.am-filter-items-attr_price{min-width:130px;max-width:350px}.am-filter-items-attr_color .swatch-option.text{padding:1px 2px;width:30px}.amasty-catalog-topnav.block.filter{flex-basis:auto}.amasty-catalog-topnav .filter-options .item:last-child{margin-bottom:0}.amshopby-category-dropdown{display:block;overflow:hidden;padding-right:3.6rem;min-height:3.2rem;border:1px solid #adadad;background-color:#fff;text-align:left;text-overflow:ellipsis;white-space:normal;font-weight:400;cursor:pointer}.amshopby-category-dropdown:after{position:absolute;top:50%;right:1.2rem;box-sizing:border-box;margin-top:-.2rem;width:0;height:0;border-width:.5rem .4rem 0;border-style:solid;border-color:#000 transparent transparent;content:'';transition:all .2s linear}.amshopby-category-dropdown:before{position:absolute;top:0;right:0;bottom:0;width:3.2rem;border:1px solid #adadad;background-color:#e3e3e3;content:''}.am-category-wrapper{position:relative;display:block;user-select:none}.am-category-wrapper._active .amshopby-category-dropdown:after{transform:rotate(180deg)}.am-category-wrapper .amshopby-checkbox,.am-category-wrapper .amshopby-radio{margin-left:20px}.am-category-wrapper .amshopby-filter-parent{padding-left:0}.am-category-wrapper .am-multiselect-crumb{position:relative;display:inline-block;margin:.3rem 0 .3rem .3rem;padding:.3rem 2.4rem .4rem 1rem;border:1px solid #a79d95;border-radius:1px;background-color:#f5f5f5;font-size:1.2rem;transition:border-color .1s linear}.am-category-wrapper .am-multiselect-crumb .action-close{position:absolute;top:0;right:0;bottom:0;margin:0;padding:0;width:2rem;height:auto;border:none;border-radius:0;background-color:transparent;box-shadow:none;color:#514943;font-size:.5em;line-height:1}.am-category-wrapper .am-multiselect-crumb .action-close:before{content:'x';font-size:10px;transition:color .1s linear}.am-category-wrapper .am-multiselect-crumb .action-close>span{position:absolute;display:none;visibility:hidden;overflow:hidden;clip:rect(0, 0, 0, 0)}.filter-options .am-labels-folding .item{display:flex;align-items:center;flex-wrap:wrap;position:relative;padding:0 0 0 20px}.filter-options .am-labels-folding .item .am-input,.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='radio'],.filter-options .amshopby-category-dropdown+form .item input[type='radio'],.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='checkbox'],.filter-options .amshopby-category-dropdown+form .item input[type='checkbox']{position:absolute;top:4px;left:0;margin:0 5px 0 0}.filter-options .am-labels-folding .item .am-collapse-icon~.am-input{left:20px}.filter-options .am-labels-folding .item .am-collapse-icon~[class*='am-filter-item-']{padding-left:20px}.filter-options .amshopby-category-dropdown+form .item{flex-wrap:wrap}.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered),.filter-options .amshopby-category-dropdown+form .item{position:relative;display:block}.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon~.am-input,.filter-options .amshopby-category-dropdown+form .item .am-collapse-icon~.am-input,.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon~input[type='radio'],.filter-options .amshopby-category-dropdown+form .item .am-collapse-icon~input[type='radio'],.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon~input[type='checkbox'],.filter-options .amshopby-category-dropdown+form .item .am-collapse-icon~input[type='checkbox'],.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon~input[type='checkbox']+.amshopby-choice,.filter-options .amshopby-category-dropdown+form .item .am-collapse-icon~input[type='checkbox']+.amshopby-choice{left:20px}.filter-options .amshopby-category-dropdown+form .items.-am-multiselect .item .items-children.-folding{padding-left:20px}.am-labels-folding .am-collapse-icon,.filter-options .amshopby-category-dropdown+form .items.-am-multiselect .item .am-collapse-icon{display:flex;align-items:center;top:0;left:0;align-self:flex-start}.am-labels-folding .am-collapse-icon:after,.filter-options .amshopby-category-dropdown+form .items.-am-multiselect .item .am-collapse-icon:after,.am-labels-folding .am-show-more:before{position:static;margin:0}.am-collapse-icon{position:absolute;box-sizing:border-box;width:20px;height:20px;border-radius:50%;font-weight:400;font-style:normal;line-height:1;cursor:pointer;-webkit-font-smoothing:antialiased}.am-collapse-icon:after,.am-show-more:before{position:absolute;right:0;width:12px;height:20px;background:url("../../frontend/Mgs/naelofar/en_US/Amasty_Shopby/images/svg/arrow-bottom.svg") no-repeat 100% / contain;content:''}.am-collapse-icon._active:after{content:'';transform:rotate(180deg)}.amshopby-option-link{display:inline-block;clear:both;margin-right:5px}.amshopby-option-link img{float:left;margin:0 5px 5px 0}.amshopby-option-link img:not([src*='/resized']){max-width:30px;max-height:30px}.am-item-removed{text-decoration:none}.am-category-image{vertical-align:middle}.amshopby-filter-current .filter-label{vertical-align:middle}.amshopby-filter-current .amshopby-items{padding:0 0 0 10px}.amshopby-filter-current .amshopby-item.item{display:flex;align-items:center;flex-wrap:wrap;position:relative;padding:0 0 0 20px}.amshopby-filter-current .amshopby-filter-name{display:flex;padding:0 5px 0 0;font-weight:bold}.amshopby-filter-current .amshopby-filter-name:after{content:':'}.ie11 .amshopby-filter-current .amshopby-filter-name:after{padding-left:1px}.amshopby-filter-current .amshopby-filter-value{flex-grow:1}.amshopby-filter-current .am-swatch-link{display:flex;align-items:center}.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option{margin:0}.amshopby-filter-current .amshopby-remove{display:flex;justify-content:center;align-items:center;position:absolute;left:0;width:12px;height:12px}.ie11 .amshopby-filter-current .amshopby-remove{top:calc(50% - (12px / 2))}.amshopby-filter-current .amshopby-remove:hover:after,.amshopby-filter-current .amshopby-remove:hover:before{background-color:#494949}.amshopby-filter-current .amshopby-remove:hover~*{opacity:.5}.amshopby-filter-current .amshopby-remove:after,.amshopby-filter-current .amshopby-remove:before{position:absolute;width:100%;height:1px;background-color:#c7c7c7;content:''}.amshopby-filter-current .amshopby-remove:after{transform:rotate(45deg)}.amshopby-filter-current .amshopby-remove:before{transform:rotate(-45deg)}.amshopby-filter-current .am-shopby-swatch-label{margin-left:10px}.amshopby-filter-current .swatch-option-link-layered{display:flex;align-items:center;flex-basis:100%}.amshopby-filter-current .item{padding-bottom:0}.am-dropdown .am-select,.am-dropdown .chosen-container .chosen-choices{min-height:32px;border-color:#ccc;background-color:#fff;font-size:14px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif}.am-dropdown .chosen-container .chosen-choices{background-image:none}.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text']{min-width:100px;color:#000;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif}.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item{display:flex;align-items:center;padding:0 0 10px 20px}.am-porto-cmtb .amshopby-filter-current.filter-current .items{padding:15px}.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more{padding:12px 25px 0 0}.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image{display:block;max-width:100%;width:auto;height:auto}.am-porto-cmtb .filter-options-content .swatch-option{min-width:22px;width:22px;height:22px;border:none;background-position:center center;background-size:100% 100%;background-repeat:no-repeat;box-shadow:0 0 3px rgba(0,0,0,0.2)}.am-porto-cmtb .page-wrapper>.page-header{z-index:900}.am-porto-cmtb .page-main{z-index:9}.am-porto-cmtb .am-show-more:hover{color:#006bb4 !important}.filter-options-item .filter-options-content .amshopby-slider-wrapper{margin:0 10px}.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-slider-wrapper,.filter-options-item .filter-options-content .amshopby-slider-wrapper>.items:not(.items-children):not(.am-category-view),.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap{margin:0}.amshopby-slider-container{margin:10px 0 5px}.amshopby-slider-container .ui-slider-range{position:absolute;z-index:2}.amshopby-slider-container .am-slider:not(.-loaded){visibility:hidden;opacity:0}.amshopby-slider-container .am-slider:before,.amshopby-slider-container .am-slider:after{position:absolute;z-index:1;border-radius:20px;content:''}.amshopby-slider-container .am-slider .ui-slider-handle{overflow:inherit;margin:0;padding:0}.amshopby-slider-container .amshopby-slider-display{margin:10px 0 0;text-align:center}.amshopby-slider-container .ui-slider-handle.ui-state-hover~.ui-slider-handle,.amshopby-slider-container .ui-slider-handle.ui-state-active~.ui-slider-handle{pointer-events:none;user-select:none}.amshopby-slider-container.-default .am-slider{margin:0 10px;height:10px;background:#dadada}.amshopby-slider-container.-default .am-slider:before,.amshopby-slider-container.-default .am-slider:after{width:20px;height:10px;background:#dadada}.amshopby-slider-container.-default .am-slider:before{left:-10px}.amshopby-slider-container.-default .am-slider:after{right:-10px}.amshopby-slider-container.-default .ui-slider-range{height:10px;background:#b6b6b6}.amshopby-slider-container.-default .am-slider .ui-slider-handle{width:20px;height:20px;border-radius:50%;background:#f98b25;transform:translate(-10px, -5px)}.filter-options-item .filter-options-content .amshopby-fromto-wrap .am-fromto-widget{flex-wrap:wrap;margin-top:10px}.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget{margin-top:25px}.filter-options-item .filter-options-content .amshopby-slider-wrapper.-volumetric .amshopby-fromto-wrap .am-fromto-widget{margin-top:35px}.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget{max-width:210px}.amshopby-fromto-wrap .am-fromto-widget>.amshopby-input-wrapper{position:relative;max-width:50%;width:calc(50% - 7px)}.amshopby-fromto-wrap .am-fromto-widget .am-filter-price{width:100%;height:40px;border:1px solid #dfdedd;background-clip:padding-box;color:#494949;text-align:center;letter-spacing:.03em;font-size:14px}.amshopby-fromto-wrap .am-fromto-widget>.delimiter{margin:0;width:14px;line-height:40px}.amshopby-fromto-wrap .am-fromto-widget>.am-filter-go{margin:15px 0 0;width:100%}.amshopby-fromto-wrap .am-fromto-widget>.am-filter-go:not(.primary),.amshopby-fromto-wrap .am-fromto-widget>.am-filter-go:active{box-shadow:none}.amshopby-input-wrapper .amshopby-currency{position:absolute;bottom:calc(100% - 10px);left:4px;padding:2px;background:#fff;color:#494949;letter-spacing:.03em;font-size:14px;line-height:16px}.amshopby-slider-tooltip{transition:all .2s ease-in-out}.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-tooltip{visibility:hidden;opacity:0;transform:translate(-50%, -3px)}.amshopby-slider-container.-improved{margin-top:30px}.amshopby-slider-container.-improved .am-slider{margin:0 8px;height:4px;background:#dfdedd}.amshopby-slider-container.-improved .am-slider:before,.amshopby-slider-container.-improved .am-slider:after{width:16px;height:4px;background:#dfdedd}.amshopby-slider-container.-improved .am-slider:before{left:-8px}.amshopby-slider-container.-improved .am-slider:after{right:-8px}.amshopby-slider-container.-improved .ui-slider-range{height:4px;background:#ff5502}.amshopby-slider-container.-improved .am-slider .ui-slider-handle{top:-6px;width:16px;height:16px;border-radius:50%;background:#ff5502;transform:translateX(-8px)}.amshopby-slider-container.-improved .am-slider .ui-slider-handle:hover,.amshopby-slider-container.-improved .am-slider .ui-slider-handle:active{background:#ff7735}.amshopby-slider-container.-improved .amshopby-slider-tooltip{position:absolute;bottom:calc(100% + 7px);left:8px;z-index:1;display:block;box-sizing:border-box;padding:3px;border:1px solid #ff5502;border-radius:2px;background:#ff5502;color:#fff;letter-spacing:.03em;font-size:12px;line-height:1;transform:translateX(-50%)}.amshopby-slider-container.-improved .amshopby-slider-tooltip:before,.amshopby-slider-container.-improved .amshopby-slider-tooltip:after{position:absolute;top:calc(100% - 2px);left:calc(50% - 3px);display:block;width:6px;height:6px;border-bottom-right-radius:2px;background:#ff5502;content:'';transform:rotate(45deg);clip-path:polygon(100% 0%, 0% 100%, 100% 100%)}.amshopby-slider-container.-improved .amshopby-slider-tooltip:after{top:calc(100% - 3px);background:#ff5502}.amshopby-slider-container.-volumetric{margin-top:20px}.amshopby-slider-container.-volumetric .am-slider{margin:0 4px;height:4px;border-radius:20px;background:#dfdedd;box-shadow:inset 0 1px 2px rgba(0,0,0,0.25)}.amshopby-slider-container.-volumetric .am-slider:before,.amshopby-slider-container.-volumetric .am-slider:after{display:none}.amshopby-slider-container.-volumetric .ui-slider-range{height:4px;border-radius:20px;background:linear-gradient(270deg, #ff5502 0%, #f8ac87 100%);box-shadow:inset 0 1px 2px rgba(0,0,0,0.25)}.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle{width:8px;height:12px;border-radius:2px;background:linear-gradient(159.86deg, #f58b57 41.01%, #ff5502 93.75%);box-shadow:0 3px 4px rgba(255,85,2,0.2),0 1px 2px rgba(255,85,2,0.3);transform:translate(-4px, 10px)}.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle:before{position:absolute;bottom:calc(100% - 4px);left:calc(50% - 3px);display:block;width:6px;height:6px;border-bottom-right-radius:2px;background:#f58b57;content:'';transform:rotate(-135deg);clip-path:polygon(100% 0%, 0% 100%, 100% 100%)}.amshopby-slider-container.-volumetric .amshopby-slider-tooltip{position:absolute;bottom:calc(100% + 7px);left:8px;z-index:1;display:block;box-sizing:border-box;padding:3px;border:1px solid #ff7e3f;border-radius:2px;background:linear-gradient(136.07deg, #ff7e3f 4.64%, #ff5502 75.47%);color:#fff;letter-spacing:.03em;font-size:12px;line-height:1;transform:translateX(-50%);bottom:calc(100% + 17px);left:4px}.amshopby-slider-container.-volumetric .amshopby-slider-tooltip:before,.amshopby-slider-container.-volumetric .amshopby-slider-tooltip:after{position:absolute;top:calc(100% - 2px);left:calc(50% - 3px);display:block;width:6px;height:6px;border-bottom-right-radius:2px;background:#ff7e3f;content:'';transform:rotate(45deg);clip-path:polygon(100% 0%, 0% 100%, 100% 100%)}.amshopby-slider-container.-volumetric .amshopby-slider-tooltip:after{top:calc(100% - 3px);background:linear-gradient(136.07deg, #ff7e3f 4.64%, #ff5502 75.47%)}.amshopby-slider-container.-volumetric .amshopby-slider-display{margin-top:20px}.amshopby-slider-container.-light{margin-top:30px}.amshopby-slider-container.-light .am-slider{margin:0 8px;height:1px;background:#dfdedd}.amshopby-slider-container.-light .am-slider:before,.amshopby-slider-container.-light .am-slider:after{width:16px;height:1px;background:#dfdedd}.amshopby-slider-container.-light .am-slider:before{left:-8px}.amshopby-slider-container.-light .am-slider:after{right:-8px}.amshopby-slider-container.-light .ui-slider-range{height:1px;background:#ff5502}.amshopby-slider-container.-light .am-slider .ui-slider-handle{top:-8px;box-sizing:border-box;width:16px;height:16px;border:1px solid #dfdedd;border-radius:50%;background:#fff;transform:translateX(-8px)}.amshopby-slider-container.-light .amshopby-slider-tooltip{position:absolute;bottom:calc(100% + 7px);left:8px;z-index:1;display:block;box-sizing:border-box;padding:3px;border:1px solid #dfdedd;border-radius:2px;background:#fff;color:#ff5502;letter-spacing:.03em;font-size:12px;line-height:1;transform:translateX(-50%);bottom:calc(100% + 8px)}.amshopby-slider-container.-light .amshopby-slider-tooltip:before,.amshopby-slider-container.-light .amshopby-slider-tooltip:after{position:absolute;top:calc(100% - 2px);left:calc(50% - 3px);display:block;width:6px;height:6px;border-bottom-right-radius:2px;background:#dfdedd;content:'';transform:rotate(45deg);clip-path:polygon(100% 0%, 0% 100%, 100% 100%)}.amshopby-slider-container.-light .amshopby-slider-tooltip:after{top:calc(100% - 3px);background:#fff}.amshopby-slider-container.-dark{margin-top:30px}.amshopby-slider-container.-dark .am-slider{margin:0 5px;height:3px;background:#4a4948}.amshopby-slider-container.-dark .am-slider:before,.amshopby-slider-container.-dark .am-slider:after{width:9px;height:3px;background:#4a4948}.amshopby-slider-container.-dark .am-slider:before{left:-4px}.amshopby-slider-container.-dark .am-slider:after{right:-4px}.amshopby-slider-container.-dark .ui-slider-range{height:3px;background:#ff5502}.amshopby-slider-container.-dark .am-slider .ui-slider-handle{top:-6px;width:9px;height:15px;border-radius:2px;background:#ff5502;box-shadow:0 2px 4px rgba(255,85,2,0.2),0 1px 2px rgba(255,85,2,0.3);transform:translateX(-4.5px)}.amshopby-slider-container.-dark .amshopby-slider-tooltip{position:absolute;bottom:calc(100% + 7px);left:8px;z-index:1;display:block;box-sizing:border-box;padding:3px;border:1px solid #ff5502;border-radius:2px;background:#ff5502;color:#fff;letter-spacing:.03em;font-size:12px;line-height:1;transform:translateX(-50%);left:4.5px}.amshopby-slider-container.-dark .amshopby-slider-tooltip:before,.amshopby-slider-container.-dark .amshopby-slider-tooltip:after{position:absolute;top:calc(100% - 2px);left:calc(50% - 3px);display:block;width:6px;height:6px;border-bottom-right-radius:2px;background:#ff5502;content:'';transform:rotate(45deg);clip-path:polygon(100% 0%, 0% 100%, 100% 100%)}.amshopby-slider-container.-dark .amshopby-slider-tooltip:after{top:calc(100% - 3px);background:#ff5502}.filter-options-item .filter-options-content{padding-bottom:5px}.filter-options-item .filter-options-content .am-swatch-wrapper .swatch-option.image,.filter-options-item .filter-options-content .swatch-attribute.size .swatch-option.selected,.filter-options-item .filter-options-content .swatch-attribute.manufacturer .swatch-option.selected{background-position:center;background-size:contain;background-repeat:no-repeat}.filter-options-item .filter-options-content .range{display:flex;align-items:center;margin-top:15px;text-align:center}.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),.filter-options-item .filter-options-content .am-category-wrapper,.filter-options-item .filter-options-content .amshopby-fromto-wrap{margin:0 10px}.filter-options-item .filter-options-content .am-shopby-form{margin:0 7px}.filter-options-item .filter-options-content .items [class*='am-filter-item']{margin-left:0;padding:0}.filter-options-item .filter-options-content .count{display:inline-flex;padding-left:0}.filter-options-item .filter-options-content .am-shopby-swatch-label .count{margin:0;padding:0}.filter-options-item .filter-options-content .am-shopby-swatch-label .label{margin-right:5px}.filter-options-item .filter-options-content .am-shopby-form{overflow-x:hidden;overflow-y:auto;margin-bottom:-15px;padding:3px}.filter-options-item .filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover{background-color:unset}.amasty-catalog-topnav .filter-options-item .filter-options-content{padding-bottom:10px}.amasty-catalog-topnav .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),.amasty-catalog-topnav .filter-options-item .filter-options-content .am-shopby-form,.amasty-catalog-topnav .filter-options-item .filter-options-content .am-category-wrapper,.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-fromto-wrap{margin:0}.filter-options .items.-am-overflow{overflow-x:hidden;overflow-y:auto}.filter-options .items .items-children.-folding{padding-left:20px;width:100%;list-style:none}.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent{padding-left:20px}.filter-options .items.-am-multiselect .item.-is-expanded .items-children.-folding{padding-left:0}.filter-options .items .items-children.-folding .item{margin:5px 0}.filter-options .item.-empty-value{opacity:.5;pointer-events:none;user-select:none}.filter-options .ui-widget-overlay{background:#aaa;opacity:.3}.filter-options .ui-widget-shadow{box-shadow:0 0 5px #666}.filter-options .am-category-view{position:absolute;z-index:9;display:none;overflow-y:auto;box-sizing:border-box;margin:0;padding:10px;max-height:300px;width:100%;border:1px solid #ccc;background-color:#fff;white-space:nowrap}.filter-options .items.am-category-view,.filter-options .am-category-view ol.items{margin:0}.filter-options .am-category-view.-am-singleselect .am-collapse-icon{top:0}.filter-options .am-category-view.-am-singleselect .am-collapse-icon:after,.filter-options .am-category-view.-am-singleselect .am-show-more:before{right:inherit;left:0}.filter-options .am-category-view .item a.amshopby-filter-parent{padding-left:20px}.filter-options .am-category-view.-am-multiselect .item>.am-collapse-icon~a.amshopby-filter-parent{padding-left:40px}.filter-options .am-category-view [class*='am-filter-item']{display:inline-block;white-space:initial}.filter-options .filter-options-content .rating-summary{display:inline-block;vertical-align:sub}.filter-options .amshopby-search-box{margin:0 0 15px}.filter-options .am-labels-folding.-am-singleselect .item .am-input,.filter-options [class*='am-filter-items-'].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type='radio'],.filter-options .amshopby-category-dropdown+form .-am-singleselect .item input[type='radio'],.filter-options .am-category-view input[type='radio']{display:none}.filter-options .am-labels-folding.-am-singleselect .item{padding:0}.filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),.filter-options .items:not(.items-children)>.item.-is-by-click.-filter-parent~.item.-is-expanded{margin-left:20px}.filter-options-content .am-ranges .items.-am-multiselect .item{position:relative}.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item']{padding-left:20px}.filter-actions .filter-clear{color:#1979c3;font-size:14px;line-height:19px}.filter-actions .filter-clear:hover{color:#399ae6;text-decoration:none}.filter-actions .filter-clear:focus,.filter-actions .filter-clear:active{color:#135d96}.filter-options-content .item a:hover{background-color:transparent;color:#1979c3}.filter-options-content .item a:hover .count{color:#1979c3}.filter-options-content .item a:active,.filter-options-content .item a:active .count{color:#135d96;text-decoration:none}.filter-options-content .item:first-child{margin-top:0}.filter-options-content .item:last-child{margin-bottom:0}.filter-options-content .item>a{display:block}.filter-options-content .items.-am-singleselect .item>input[type='radio']{display:none}.filter-options-content .items.-am-singleselect a.am_shopby_link_selected,.filter-options-content .swatch-option.selected+.am-shopby-swatch-label{color:#1979c3}.filter-options-content .items.-am-singleselect a.am_shopby_link_selected .count,.filter-options-content .swatch-option.selected+.am-shopby-swatch-label .count{color:#1979c3}.am-show-more,.filter-options-content .am-show-more{position:relative;display:none;margin:10px 0 0;padding:0 22px 0 0;color:#070605;letter-spacing:.03em;font-weight:400;font-size:14px;line-height:20px;cursor:pointer}.amasty-catalog-topnav .filter-options-content .am-show-more{padding-left:0}.filter-options-content .am-show-more{padding-left:10px}.am-show-more:hover,.filter-options-content .am-show-more:hover{background-color:transparent;color:#838382;text-decoration:none}.am-show-more:active,.filter-options-content .am-show-more:active{color:#070605}.am-show-more:before{top:0}.am-show-more.-active{display:inline-flex;align-items:center}.am-show-more .am-counter{display:inline-block;margin:0 2px;opacity:.5}.am-show-more[data-is-hide='false']:before{transform:rotate(180deg)}.am_shopby_link_selected{color:#1979c3}.items[class*='am-filter-items-attr_category']:not(.items-children)>.item>a{font-weight:700}.filter-options .items:not(.items-children).-am-multiselect>.item.-is-by-click .items-children.-folding{padding-left:0}.filter-options .items:not(.items-children).-am-multiselect>.item.-is-by-click .items-children.-folding .item.-is-expanded{margin-left:20px}.am-filter-items-stock .am_shopby_link_selected,.am-filter-items-rating .am_shopby_link_selected{text-decoration:none}.filter-content [class*='am-filter-item']:hover~.amshopby-choice:before{border-color:#1979c3}.filter-content .items.-am-multiselect [class*='am-filter-item']:hover{color:inherit}.filter-content .items.-am-multiselect [class*='am-filter-item']:hover .count{color:#757575}.amshopby-fly-out-view.ui-menu,.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children{position:relative;padding:13px 0;border-radius:3px;background:#fff;box-shadow:0 4px 8px rgba(190,199,219,0.21),0 6px 25px rgba(190,199,219,0.28)}.amshopby-fly-out-view .ui-menu{width:100%}.amshopby-fly-out-view .items-children:not(.ui-menu){display:none}.amshopby-fly-out-view .am-input{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.amshopby-fly-out-view .am-input[type='radio']+.amshopby-choice{display:none}.amshopby-flyout-block .items.amshopby-fly-out-view .item{position:relative;display:flex;align-items:flex-start;flex-direction:row-reverse;margin:0;padding:4px 20px;font-size:14px;line-height:18px}.amshopby-flyout-block .items.amshopby-fly-out-view .item:hover{background-color:#f8f8f9}.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children{position:absolute;z-index:995}.amshopby-flyout-block .items.amshopby-fly-out-view .item>.amshopby-choice{position:relative;top:inherit;left:inherit;margin:3px 0;padding-left:22px}.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']{display:inline-block;width:100%}.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover{background-color:transparent;color:inherit}.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover>.count{color:#757575}.amshopby-flyout-block .items.amshopby-fly-out-view .item .amshopby-choice:hover:before,.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover~.amshopby-choice:before{border-color:#e3e3e3}.am_shopby_apply_filters{position:fixed;bottom:-80px;z-index:999;width:100%;transition:left .2s ease-in-out}.am_shopby_apply_filters.visible{bottom:0}.am-show-button{z-index:211;display:flex;align-items:center;justify-content:center;box-sizing:border-box;margin:0 auto;padding:15px 0;width:100%;border-top:1px solid #ccc;background:#fff;text-align:center}.am-show-button>.am-items{margin:0;padding:0 10px;color:#070605;font-size:14px;line-height:22px}.am-show-button>.am-items.-loading{display:inline-block;width:30px;height:30px;background:url('../../frontend/Mgs/naelofar/en_US/Amasty_Shopby/images/svg/loader.svg') center / 30px no-repeat;vertical-align:middle}.am-show-button>.amshopby-button{display:inline-flex;align-items:center;justify-content:center;padding:0 10px;min-width:90px;line-height:1}.ie11 .am-show-button>.amshopby-button{padding:10px}#amasty-shopby-product-list{z-index:1}#amasty-shopby-product-list .products.wrapper{position:relative}.amshopby-overlay-block{position:fixed;top:0;left:0;width:100%;height:100%;z-index:230;display:none;align-items:center;justify-content:center;background:rgba(255,255,255,0.5)}.amshopby-overlay-block>.amshopby-loader{position:absolute;top:45%;left:50%;display:block;width:100px;height:100px;background:url('../../frontend/Mgs/naelofar/en_US/Amasty_Shopby/images/svg/loader.svg') center / 100px no-repeat;transform:translate(-50%, -10%)}.amrelated-grid-wrapper .amshopby-option-link{margin-bottom:10px}.amsl-separator{position:relative;display:none;margin:0;border:1px solid #dbdbdb}.amsl-separator .amsl-icon{position:absolute;top:50%;left:50%;display:block;box-sizing:border-box;width:33px;height:33px;border:2px solid #dbdbdb;border-radius:20px;background:#fff;color:#dbdbdb;text-align:center;font-size:14px;line-height:27px;transform:translate(-50%, -50%)}.amsl-cart-page .-labeled-buttons>.amsl-title,.amsl-registration-page .-labeled-buttons>.amsl-title,.amsl-login-page .-labeled-buttons>.amsl-title{display:none}.amsl-cart-page .-labeled-buttons .amsl-buttons,.amsl-registration-page .-labeled-buttons .amsl-buttons,.amsl-login-page .-labeled-buttons .amsl-buttons{justify-content:flex-start;width:100%}.amsl-cart-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,.amsl-registration-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,.amsl-login-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular{margin:0 0 15px}.amsl-error{display:none;flex-basis:100%;margin:0 20px 20px;padding:5px;background:#f69b98;text-align:left;word-break:break-word}.amsl-error.-default{margin-bottom:10px}.amsl-error.-social{margin:35px 20px 0}.amsl-content{min-width:300px}.amsl-social-wrapper{display:flex;flex-direction:column}.amsl-cart-page,.amsl-login-page,.amsl-registration-page{margin:10px 0}.amsl-cart-page .amsl-error,.amsl-login-page .amsl-error,.amsl-registration-page .amsl-error{margin:0 0 10px}.amsl-register-content .form.create.account,.amsl-forgot-content .form.password.forget{min-width:inherit;max-width:100%;width:100%}.amsl-popup-observed .modal-custom.authentication-dropdown,.amsl-popup-observed .authentication-wrapper .dropdown-overlay{display:none}.amsl-focus{outline:2px solid #4878bf;border-color:#fff;transition:none;transform:none}.amsl-button{transition:all .2s ease;display:block;border-radius:100px;background-repeat:no-repeat}.amsl-button .amsl-social-icon{display:block;width:100%;height:100%;background-position:center;background-repeat:no-repeat}.amsl-button.-google{background:#fff}.amsl-button.-google .amsl-social-icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PG1hc2sgaWQ9ImEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIzMSIgaGVpZ2h0PSIzMyI+PHBhdGggZD0iTS4xMDIgMTYuNTJDLS4yMDggOC4yNjUgNi45MTYuNjM1IDE1LjA1Ni41MzZjNC4xNS0uMzYgOC4xODYgMS4yNzYgMTEuMzI2IDMuOTQ0LTEuMjg4IDEuNDM4LTIuNTk5IDIuODU5LTMuOTk4IDQuMTktMi43NjUtMS43MDUtNi4wOTMtMy4wMDUtOS4zMjMtMS44NS01LjIxIDEuNTA1LTguMzY2IDcuNzUxLTYuNDM4IDEyLjkyNiAxLjU5NyA1LjQwNSA4LjA3MiA4LjM3IDEzLjE0NyA2LjEgMi42MjgtLjk1NSA0LjM2LTMuNDE2IDUuMTItNi4wNjEtMy4wMTEtLjA2MS02LjAyMy0uMDIzLTkuMDM1LS4xMDctLjAwOC0xLjgyLS4wMTUtMy42MzItLjAwOC01LjQ1IDUuMDIzLS4wMDggMTAuMDUzLS4wMjQgMTUuMDgzLjAyMi4zMDkgNC40NTctLjM0IDkuMjI3LTMuMTkzIDEyLjgwNC0zLjkwOSA1LjEwNy0xMS4xMyA2LjYwNS0xNy4wMDMgNC42MDJDNC41IDI5LjU3OC0uMDM0IDIzLjIwMi4xMDIgMTYuNTJ6IiBmaWxsPSIjZmZmIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGQ9Ik0tOS43NjIgMzQuMzZWMi4zMzVsMjAuOTQgMTYuMDE0LTIwLjk0IDE2LjAxM3oiIGZpbGw9IiNGQkJDMDUiLz48cGF0aCBkPSJNLTkuNzYyIDIuMzM1bDIwLjk0IDE2LjAxMyA4LjYyMy03LjUxNEw0OS4zNjMgNi4wM3YtMTcuMjQ1SC05Ljc2MnYxMy41NXoiIGZpbGw9IiNFQTQzMzUiLz48cGF0aCBkPSJNLTkuNzYyIDM0LjM2TDI3LjE5IDYuMDNsOS43MzEgMS4yMzIgMTIuNDQxLTE4LjQ3N1Y0Ny45MUgtOS43NjJWMzQuMzZ6IiBmaWxsPSIjMzRBODUzIi8+PHBhdGggZD0iTTQ5LjM2MyA0Ny45MUwxMS4xNzggMTguMzQ4bC00LjkyNy0zLjY5Nkw0OS4zNjMgMi4zMzRWNDcuOTF6IiBmaWxsPSIjNDI4NUY0Ii8+PC9nPjwvc3ZnPg==)}.amsl-button.-twitter{background:#1da1f2}.amsl-button.-twitter .amsl-social-icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjgyMSAyNi45ODJjMTIuMjY1IDAgMTguOTcyLTEwLjE4OCAxOC45NzItMTkuMDIxIDAtLjI5LS4wMDYtLjU3OC0uMDItLjg2NUExMy41NzggMTMuNTc4IDAgMCAwIDMzLjEgMy42MzVjLTEuMTk1LjUzMi0yLjQ4Ljg5LTMuODMgMS4wNTJBNi43MDUgNi43MDUgMCAwIDAgMzIuMjA0Ljk5YTEzLjM1IDEzLjM1IDAgMCAxLTQuMjM0IDEuNjIzQTYuNjUyIDYuNjUyIDAgMCAwIDIzLjEwMi41Yy0zLjY4MyAwLTYuNjY5IDIuOTk0LTYuNjY5IDYuNjg0IDAgLjUyNS4wNTkgMS4wMzUuMTczIDEuNTI1LTUuNTQyLS4yOC0xMC40NTYtMi45NC0xMy43NDQtNi45ODVhNi42OCA2LjY4IDAgMCAwLS45MDMgMy4zNiA2LjY4NSA2LjY4NSAwIDAgMCAyLjk2NyA1LjU2NSA2LjYwNiA2LjYwNiAwIDAgMS0zLjAyLS44MzZ2LjA4NWE2LjY4MyA2LjY4MyAwIDAgMCA1LjM0OSA2LjU1MyA2LjY1OCA2LjY1OCAwIDAgMS0zLjAxMi4xMTUgNi42NzcgNi42NzcgMCAwIDAgNi4yMyA0LjY0MyAxMy4zNTQgMTMuMzU0IDAgMCAxLTguMjgyIDIuODYyYy0uNTM4IDAtMS4wNy0uMDMtMS41OTEtLjA5M2ExOC44NCAxOC44NCAwIDAgMCAxMC4yMjEgMy4wMDMiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)}.amsl-button.-facebook{background:#3c5a99}.amsl-button.-facebook .amsl-social-icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjM3IDM3LjI4VjIwLjY2OGg1LjU3NmwuODM1LTYuNDc0SDEyLjM3VjEwLjA2YzAtMS44NzUuNTItMy4xNTIgMy4yMDktMy4xNTJsMy40MjgtLjAwMnYtNS43OWMtLjU5My0uMDgtMi42MjgtLjI1Ni00Ljk5Ni0uMjU2LTQuOTQzIDAtOC4zMjcgMy4wMTctOC4zMjcgOC41NTh2NC43NzVILjA5NHY2LjQ3NWg1LjU5VjM3LjI4aDYuNjg2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);background-repeat:no-repeat}.amsl-button.-apple{background:#fff}.amsl-button.-apple .amsl-social-icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAjCAYAAABo4wHSAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKGSURBVHgBvVddbtpAEJ5dm1SVIuq8EcWm7glK3/pWOEGSExAe+9T2BE1OUHqCuDcIJ4Ab1Jygq5IfHi1qpApsb2ccg4xrO1HszSeBl9ldvp31zM63DGqCgdjfb34CkF36fX096xWN1aEGHB5aJ5rGLokbgOFDTsrGVyZtt9v9KAJn1yqnZXMYVECr1bJ1fe9X1h4E/M18LkTRPA4VoOsvLrM2KcEpI6xESl5ugiZFKMKQXzw098mkmtbo5hD2HvKyEiljzE6aHkD0fbnk7x5DGM8t6jBNsysl73AOb9EPDyN0GobryRz/mfpxdzGIAtv3ddfzhEfjcSHH6LGN3QZj4GbnFJJSzuk6+5ZMzoGcYN8P9M5FEuOeiJ1BnKMFM6QcLpd/LjzEf6SW1Sayz6AA6LlYr1c98nr7Tk2z/VUVIYF2rtHYG1M7PpGOjqwzfJyDQlB0Y4ycbkk5Z+SlUsJ0OnHLsk6Kg6YeRJH8kk4njmF9DEohJ3d3s6u0hWPId0AhMJ1GWRtFrw0KwVjkQg6pAc+MSqXtMQhDZuSReqAQKGM6eaQClEJ+yFo45ugUlIJ1qYjskGoauKAYpBTvlUZCulrxK1APgw77DXFc2kzz9Tird1QBa6sTpwzncgTPBDwBDxJS7oDi1NkgDKWjUQNVxN9m89VLbHZBIajE3d7OPm5PJF3nQzKCUshYE29JhRAeHs4DUARS/jc3M4faWrpjsVgI3OYDbL6HGpEoh4Hv56jBDVCk/cRHXXXWwwvVjhDPvSri++0FQTQuIXZJTFMDi7SN3zQur0SS+j+dz3+LtLH0qogen+PW9JHAJiL8jHyfD0nRZ8eSomSM95MF0HLcINAGeVeNfzUoF3Ix/HhxAAAAAElFTkSuQmCC);background-repeat:no-repeat}.amsl-button.-linkedin{background:#0077b7}.amsl-button.-linkedin .amsl-social-icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIzNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTguMDQ2IDMyLjg1MmMwIC42MzQtLjUwMyAxLjE0OC0xLjEyMiAxLjE0OEgyLjE0OWMtLjYyIDAtMS4xMjItLjUxNC0xLjEyMi0xLjE0OFYxMi4zNjVjMC0uNjM0LjUwMi0xLjE0OCAxLjEyMi0xLjE0OGg0Ljc3NWMuNjIgMCAxLjEyMi41MTQgMS4xMjIgMS4xNDh2MjAuNDg3ek00LjUzNiA5LjI4NkMyLjAzMSA5LjI4NiAwIDcuMjA3IDAgNC42NDMgMCAyLjA3OSAyLjAzMSAwIDQuNTM2IDBjMi41MDYgMCA0LjUzNyAyLjA3OSA0LjUzNyA0LjY0MyAwIDIuNTY0LTIuMDMxIDQuNjQzLTQuNTM3IDQuNjQzek0zMyAzMi45NDRjMCAuNTgzLS40NjIgMS4wNTYtMS4wMzEgMS4wNTZoLTUuMTI0Yy0uNTcgMC0xLjAzMi0uNDczLTEuMDMyLTEuMDU2di05LjYxYzAtMS40MzMuNDExLTYuMjgtMy42Ni02LjI4LTMuMTU4IDAtMy43OTkgMy4zMTgtMy45MjcgNC44MDd2MTEuMDgzYzAgLjU4My0uNDYyIDEuMDU2LTEuMDMyIDEuMDU2SDEyLjI0Yy0uNTcgMC0xLjAzMi0uNDczLTEuMDMyLTEuMDU2VjEyLjI3MmMwLS41ODIuNDYyLTEuMDU1IDEuMDMyLTEuMDU1aDQuOTU1Yy41NyAwIDEuMDMyLjQ3MyAxLjAzMiAxLjA1NnYxLjc4N2MxLjE3LTEuNzk5IDIuOTExLTMuMTg3IDYuNjE2LTMuMTg3IDguMjA1IDAgOC4xNTggNy44NDUgOC4xNTggMTIuMTU2djkuOTE1eiIvPjwvc3ZnPg==)}.amsl-button.-instagram{background:linear-gradient(0deg, #e09b3d, #c74c4d, #c21975, #7024c4)}.amsl-button.-instagram .amsl-social-icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNSIgaGVpZ2h0PSIzNSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE3LjUgMy4xNTNjNC42NzMgMCA1LjIyNi4wMTggNy4wNzIuMTAyIDEuNzA2LjA3OCAyLjYzMi4zNjMgMy4yNDkuNjAzLjc2LjI4IDEuNDQ4LjcyOCAyLjAxMiAxLjMwOWE1LjQyIDUuNDIgMCAwIDEgMS4zMSAyLjAxMmMuMjM5LjYxNy41MjQgMS41NDMuNjAyIDMuMjUuMDg0IDEuODQ1LjEwMiAyLjM5OC4xMDIgNy4wNzFzLS4wMTggNS4yMjYtLjEwMiA3LjA3MmMtLjA3OCAxLjcwNi0uMzYzIDIuNjMzLS42MDMgMy4yNWE1Ljc5NCA1Ljc5NCAwIDAgMS0zLjMyMSAzLjMyYy0uNjE3LjI0LTEuNTQzLjUyNS0zLjI1LjYwMy0xLjg0NS4wODQtMi4zOTguMTAyLTcuMDcxLjEwMnMtNS4yMjYtLjAxOC03LjA3Mi0uMTAyYy0xLjcwNi0uMDc4LTIuNjMyLS4zNjMtMy4yNS0uNjAyYTUuNDIzIDUuNDIzIDAgMCAxLTIuMDExLTEuMzEgNS40MjIgNS40MjIgMCAwIDEtMS4zMS0yLjAxMmMtLjI0LS42MTYtLjUyNC0xLjU0My0uNjAyLTMuMjUtLjA4NC0xLjg0NC0uMTAyLTIuMzk4LS4xMDItNy4wNyAwLTQuNjc0LjAxOC01LjIyNy4xMDItNy4wNzIuMDc4LTEuNzA3LjM2My0yLjYzMy42MDMtMy4yNS4yOC0uNzYuNzI4LTEuNDQ4IDEuMzA5LTIuMDEyYTUuNDIyIDUuNDIyIDAgMCAxIDIuMDEyLTEuMzFjLjYxNy0uMjM5IDEuNTQzLS41MjQgMy4yNS0uNjAyIDEuODQ1LS4wODQgMi4zOTgtLjEwMiA3LjA3MS0uMTAyek0xNy41IDBjLTQuNzUzIDAtNS4zNDkuMDItNy4yMTUuMTA1QzguNDIyLjE5IDcuMTUuNDg2IDYuMDM3LjkyYTguNTc4IDguNTc4IDAgMCAwLTMuMSAyLjAxOCA4LjU3OCA4LjU3OCAwIDAgMC0yLjAxOSAzLjFDLjQ4NiA3LjE1LjE5IDguNDIyLjEwNiAxMC4yODUuMDIgMTIuMTUgMCAxMi43NDcgMCAxNy41cy4wMiA1LjM0OS4xMDYgNy4yMTVjLjA4NSAxLjg2My4zOCAzLjEzNS44MTMgNC4yNDhhOC41NzkgOC41NzkgMCAwIDAgMi4wMTkgMy4xIDguNTc4IDguNTc4IDAgMCAwIDMuMSAyLjAxOGMxLjExMi40MzMgMi4zODQuNzI5IDQuMjQ3LjgxNCAxLjg2Ny4wODUgMi40NjMuMTA1IDcuMjE1LjEwNSA0Ljc1MyAwIDUuMzQ5LS4wMiA3LjIxNS0uMTA1IDEuODYzLS4wODUgMy4xMzUtLjM4MSA0LjI0OC0uODE0YTguOTUgOC45NSAwIDAgMCA1LjExOC01LjExOGMuNDMzLTEuMTEzLjcyOS0yLjM4NS44MTQtNC4yNDguMDg1LTEuODY2LjEwNS0yLjQ2Mi4xMDUtNy4yMTVzLS4wMi01LjM0OS0uMTA1LTcuMjE1Yy0uMDg1LTEuODYzLS4zODEtMy4xMzUtLjgxNC00LjI0OGE4LjU3OCA4LjU3OCAwIDAgMC0yLjAxOC0zLjEgOC41NzkgOC41NzkgMCAwIDAtMy4xLTIuMDE5QzI3Ljg1LjQ4NiAyNi41NzguMTkgMjQuNzE1LjEwNiAyMi44NDkuMDIgMjIuMjUzIDAgMTcuNSAweiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xNy41IDguNTEzYTguOTg2IDguOTg2IDAgMSAwIDAgMTcuOTczIDguOTg2IDguOTg2IDAgMCAwIDAtMTcuOTczem0wIDE0LjgyYTUuODMzIDUuODMzIDAgMSAxIDAtMTEuNjY2IDUuODMzIDUuODMzIDAgMCAxIDAgMTEuNjY2ek0yNi44NDEgMTAuMjU4YTIuMSAyLjEgMCAxIDAgMC00LjIgMi4xIDIuMSAwIDAgMCAwIDQuMnoiLz48L3N2Zz4=)}.amsl-button.-amazon{background:#fff}.amsl-button.-amazon .amsl-social-icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSI0MCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0Y5MCIgZD0iTTM4Ljg2OCAzNC42ODVDMzQuMTYgMzguMTUxIDI3LjMzNSA0MCAyMS40NTggNDAgMTMuMjIgNDAgNS44MDIgMzYuOTU3LjE5IDMxLjg5NmMtLjQ0LS4zOTgtLjA0Ni0uOTQuNDgzLS42M0M2LjczIDM0Ljc4NCAxNC4yMTcgMzYuOSAyMS45NTMgMzYuOWM1LjIxNiAwIDEwLjk1NC0xLjA3OCAxNi4yMy0zLjMxNC43OTgtLjMzOCAxLjQ2NS41Mi42ODUgMS4wOTh6Ii8+PHBhdGggZmlsbD0iI0Y5MCIgZD0iTTQwLjgyNiAzMi40NWMtLjYtLjc2OS0zLjk3OS0uMzY0LTUuNDk1LS4xODQtLjQ2My4wNTYtLjUzMy0uMzQ1LS4xMTctLjYzNCAyLjY5MS0xLjg5MSA3LjEwNy0xLjM0NSA3LjYyMi0uNzExLjUxNS42MzctLjEzNCA1LjA1Ny0yLjY2MyA3LjE2Ny0uMzg4LjMyNC0uNzU4LjE1MS0uNTg1LS4yNzkuNTY4LTEuNDE1IDEuODQtNC41ODggMS4yMzgtNS4zNnoiLz48cGF0aCBmaWxsPSIjMjIxRjFGIiBkPSJNMjQuMzczIDE2LjQ0NVYxNS4zM2MtMy43NjMgMC03LjczOC43OTctNy43MzggNS4xODggMCAyLjIyNCAxLjE2NCAzLjczIDMuMTYzIDMuNzMgMS40NjQgMCAyLjc3NC0uODkgMy42MDEtMi4zNCAxLjAyNS0xLjc4Mi45NzQtMy40NTUuOTc0LTUuNDYyek0yOS42MiAyOWMtLjM0NC4zMDQtLjg0MS4zMjYtMS4yMy4xMjMtMS43MjctMS40Mi0yLjAzNC0yLjA4LTIuOTg2LTMuNDM0LTIuODU1IDIuODgzLTQuODc1IDMuNzQ1LTguNTggMy43NDUtNC4zNzcgMC03Ljc4OC0yLjY3My03Ljc4OC04LjAyNiAwLTQuMTggMi4yOTEtNy4wMjggNS41NDgtOC40MTkgMi44MjYtMS4yMzEgNi43NzItMS40NDkgOS43ODgtMS43ODl2LS42NjZjMC0xLjIyNS4wOTUtMi42NzQtLjYzLTMuNzMxLS42MzctLjk1LTEuODUyLTEuMzQtMi45Mi0xLjM0LTEuOTg0IDAtMy43NTYgMS4wMDYtNC4xODggMy4wOTMtLjA4OC40NjMtLjQzMi45Mi0uOS45NDJsLTUuMDUxLS41MzdjLS40MjUtLjA5NC0uODkzLS40MzQtLjc3Ni0xLjA3OUMxMS4wNzIgMS44MjYgMTYuNTk4IDAgMjEuNTQ4IDBjMi41MzIgMCA1Ljg0LjY2NiA3Ljg0IDIuNTY1IDIuNTMyIDIuMzQgMi4yOSA1LjQ2MiAyLjI5IDguODZ2OC4wMjdjMCAyLjQxMiAxLjAxIDMuNDcgMS45NjIgNC43NzQuMzM3LjQ2My40MSAxLjAyMS0uMDE0IDEuMzY5LTEuMDYyLjg3Ny0yLjk1IDIuNTA3LTMuOTkgMy40MkwyOS42MjEgMjkiLz48L3N2Zz4=)}.amsl-button.-paypal{background:#fff}.amsl-button.-paypal .amsl-social-icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIzNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzI1M0I4MCIgZD0iTTkuNDUzIDM2bC43MTMtNC4yNTEtMS41ODgtLjAzNUgzTDYuMjY3IDQuMzQzYS40MDkuNDA5IDAgMCAxIC4xNDctLjI0Ni40NDcuNDQ3IDAgMCAxIC4yOC0uMDk3TDE3IDNjNSAwIDguNDcxLTIuNjM3IDEwLTEgMC0uNS43OCAyLjExNyAxIDMgLjIzMi45MjcgMS44IDEuOTUzIDEuNTc0IDMuMzAzbC0uMDE2LjA5OXYuODY1bC43MTYuMzgxYy42MDQuMzAxIDEuMDgzLjY0NSAxLjQ1MSAxLjA0LjYxMy42NTYgMS4wMSAxLjQ5IDEuMTc3IDIuNDguMTczIDEuMDE3LjExNi4yMjgtLjE2NyAxLjU5OC0uMzI3IDEuNTc3LS44NTYgMi45NS0xLjU3IDQuMDc0YTguNTk3IDguNTk3IDAgMCAxLTIuNDg2IDIuNTZjLS45NDguNjMyLTIuMDc1IDEuMTEyLTMuMzQ4IDEuNDE5LTEuMjM1LjMwMi0yLjY0Mi40NTQtNC4xODUuNDU0aC0uOTk1Yy0uNzEgMC0xLjQwMi4yNC0xLjk0NC42NzItLjU0My40NC0uOTAzIDMuMDQyLTEuMDEzIDMuN2wtLjA3NS4zODItMS4yNiA3LjQ5My0uMDU2LjI3NWMtLjAxNS4wODctLjA0MS4xMy0uMDguMTZhLjIxOS4yMTkgMCAwIDEtLjEzLjA0NWgtNi4xNHoiLz48cGF0aCBmaWxsPSIjMTc5QkQ3IiBkPSJNMjkuNSA3Yy0uMDM2LjIyOS4xNzcuNjYzLjEzMS45MDQtMS41ODggOC4xMjUtNy4wMiAxMC45MzItMTMuOTYgMTAuOTMySDEyLjE0Yy0uODQ4IDAtMS41NjMuNjE1LTEuNjk2IDEuNDQ5TDguNjM1IDMxLjcxOGwtLjUxMyAzLjI0QS45MDIuOTAyIDAgMCAwIDkuMDE1IDM2aDYuMjY1Yy43NDIgMCAxLjM3My0uNTM3IDEuNDktMS4yNjdsLjA2MS0uMzE3IDEuMTgtNy40NjIuMDc2LS40MDlhMS41MDUgMS41MDUgMCAwIDEgMS40ODktMS4yN2guOTM3YzYuMDcgMCAxMC44MjMtMi40NTYgMTIuMjEyLTkuNTY0LjU4LTIuOTcuMjgtNS40NS0xLjI1Ni03LjE5M0MzMS4wMDUgNy45OTIgMzAuMTc0IDcuMzU2IDI5LjUgN3oiLz48cGF0aCBmaWxsPSIjMjIyRDY1IiBkPSJNMjguMDUzIDdjLS4yMjMtLjA3LTEuMjA1LS41NjQtMS40NDEtLjYyMmExMi4yMDQgMTIuMjA0IDAgMCAwLS43MzItLjE1QTE2LjYxMyAxNi42MTMgMCAwIDAgMjMuMDEzIDZoLTguNjg5Yy0uMjEzIDAtLjQxNy4wNTMtLjU5OS4xNDgtLjQuMjEtLjY5OC42MjMtLjc3IDEuMTI5TDExLjA1MyAyMGwtLjA1My4zNzJjLjEyMi0uODQuODMzLTEuNDMgMS42MTQtMS40M2gzLjI1M2M2LjAxIDAgMTEuNDU5LTIuMTIxIDEzLjI5OS05LjE4MWExNy4yMzIgMTcuMjMyIDAgMCAwIC4zMDMtMS4zODljLjA0NC0uMjQyLjA4LS40NzcuMTEzLS43MDhhNy40NTkgNy40NTkgMCAwIDAtMS4yMDEtLjU1MkE5Ljk4NSA5Ljk4NSAwIDAgMCAyOC4wNTMgN3oiLz48cGF0aCBmaWxsPSIjMjUzQjgwIiBkPSJNMTIuNzgzIDkuMzk3Yy4wNzUtLjQ3NC4zODQtLjg2Mi44LTEuMDU4LjE5LS4wODkuNC0uMTM4LjYyMi0uMTM4aDkuMDJjMS4wNjkgMCAyLjA2Ni4wNjggMi45NzcuMjEzYTEyLjEyMiAxMi4xMjIgMCAwIDEgMS44MTcuNDI2Yy40NDcuMTQ3Ljg2My4zMiAxLjI0Ny41MTkgMS4yMjItMy4yNTkuMjc5LTUuMDEyLTEuMjc4LTYuNzU5QzI2LjI3LjY3NiAyMi44OS4xIDE4LjkyOC4xSDcuNDE4Yy0uODEgMC0xLjUuNTgtMS42MjYgMS4zNjhMMSAzMS4zNzVhLjk3OC45NzggMCAwIDAgLjk3NSAxLjEyNWg2LjYyMmwyLjI2Ny0xMS4xNCAxLjkxOS0xMS45NjN6Ii8+PC9zdmc+)}.amsl-button.-twitch{display:flex;justify-content:center;align-items:center;background:#6441a5}.amsl-button.-twitch .amsl-social-icon{width:50%;height:50%;border:1px solid #000;border-radius:5px;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMDAgMTAwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwMCAxMDAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48bWV0YWRhdGE+IFN2ZyBWZWN0b3IgSWNvbnMgOiBodHRwOi8vd3d3Lm9ubGluZXdlYmZvbnRzLmNvbS9pY29uIDwvbWV0YWRhdGE+PGc+PHBhdGggZD0iTTExNSwxMEw0NSwxODV2NjY1aDIxMHYxNDBoMTQwbDE0MC0xNDBoMTc1bDI0NS0yNDVWMTBIMTE1eiBNODUwLDU3MEw3MTAsNzEwSDUwMEwzNjAsODUwVjcxMEgxODVWMTE1aDY2NVY1NzB6Ii8+PHBhdGggZD0iTTY0MCwyNTIuOGgxMDVWNTM1SDY0MFYyNTIuOHoiLz48cGF0aCBkPSJNMzk1LDI1Mi44aDEwNVY1MzVIMzk1VjI1Mi44eiIvPjwvZz48L3N2Zz4=);background-size:50%;filter:invert(1)}.amsl-button-wrapper.-rectangular .amsl-button,.amsl-linked-wrapper.-rectangular .amsl-button{border-radius:4px}.amsl-button-wrapper.-rectangular .amsl-button.-twitch .amsl-social-icon{border:none;background-size:100%}.amsl-button-wrapper.-rectangular.with-label .amsl-button.-twitch .amsl-social-icon{background-size:70%}.amsl-button-wrapper.with-label.-rectangular{width:100%}.amsl-button-wrapper.with-label.-rectangular .amsl-button{display:flex;justify-content:start;align-items:center;box-sizing:border-box;width:100%;height:50px;border:2px solid #f6f6f6;box-shadow:none}.amsl-button-wrapper.with-label.-rectangular .amsl-button:hover{box-shadow:none}.amsl-button-wrapper.with-label.-rectangular .amsl-button:focus,.amsl-button-wrapper.with-label.-rectangular .amsl-button:hover:focus{outline:2px solid #4878bf;border-color:#fff;transition:none;transform:none}.amsl-button-wrapper.with-label.-rectangular .amsl-button.-google{background:#448fff}.amsl-button-wrapper.with-label.-rectangular .amsl-button.-google:hover{background:#77aeff}.amsl-button-wrapper.with-label.-rectangular .amsl-button.-paypal{background:#009cde}.amsl-button-wrapper.with-label.-rectangular .amsl-button.-paypal:hover{background:#12b9ff}.amsl-button-wrapper.with-label.-rectangular .amsl-button.-amazon{background:#232f3e}.amsl-button-wrapper.with-label.-rectangular .amsl-button.-amazon:hover{background:#35485f}.amsl-button-wrapper.with-label.-rectangular .amsl-button.-facebook .amsl-social-icon{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguNDM4IDI1VjEzLjU5NmgzLjgzM2wuNTc0LTQuNDQ0SDguNDM4VjYuMzE1YzAtMS4yODcuMzU4LTIuMTY0IDIuMjA1LTIuMTY0SDEzVi4xNzRDMTIuNTkyLjEyMSAxMS4xOTQgMCA5LjU2NiAwIDYuMTcgMCAzLjg0MyAyLjA3MSAzLjg0MyA1Ljg3NXYzLjI3N0gwdjQuNDQ0aDMuODQzVjI1aDQuNTk1eiIgZmlsbD0iIzNDNUE5OSIvPjwvc3ZnPg==);background-position:center center;background-size:13px;background-repeat:no-repeat}.amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple:hover{background:#f2f2f7}.amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple .amsl-social-icon{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAjCAYAAABo4wHSAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKGSURBVHgBvVddbtpAEJ5dm1SVIuq8EcWm7glK3/pWOEGSExAe+9T2BE1OUHqCuDcIJ4Ab1Jygq5IfHi1qpApsb2ccg4xrO1HszSeBl9ldvp31zM63DGqCgdjfb34CkF36fX096xWN1aEGHB5aJ5rGLokbgOFDTsrGVyZtt9v9KAJn1yqnZXMYVECr1bJ1fe9X1h4E/M18LkTRPA4VoOsvLrM2KcEpI6xESl5ugiZFKMKQXzw098mkmtbo5hD2HvKyEiljzE6aHkD0fbnk7x5DGM8t6jBNsysl73AOb9EPDyN0GobryRz/mfpxdzGIAtv3ddfzhEfjcSHH6LGN3QZj4GbnFJJSzuk6+5ZMzoGcYN8P9M5FEuOeiJ1BnKMFM6QcLpd/LjzEf6SW1Sayz6AA6LlYr1c98nr7Tk2z/VUVIYF2rtHYG1M7PpGOjqwzfJyDQlB0Y4ycbkk5Z+SlUsJ0OnHLsk6Kg6YeRJH8kk4njmF9DEohJ3d3s6u0hWPId0AhMJ1GWRtFrw0KwVjkQg6pAc+MSqXtMQhDZuSReqAQKGM6eaQClEJ+yFo45ugUlIJ1qYjskGoauKAYpBTvlUZCulrxK1APgw77DXFc2kzz9Tird1QBa6sTpwzncgTPBDwBDxJS7oDi1NkgDKWjUQNVxN9m89VLbHZBIajE3d7OPm5PJF3nQzKCUshYE29JhRAeHs4DUARS/jc3M4faWrpjsVgI3OYDbL6HGpEoh4Hv56jBDVCk/cRHXXXWwwvVjhDPvSri++0FQTQuIXZJTFMDi7SN3zQur0SS+j+dz3+LtLH0qogen+PW9JHAJiL8jHyfD0nRZ8eSomSM95MF0HLcINAGeVeNfzUoF3Ix/HhxAAAAAElFTkSuQmCC);background-position:center center;background-size:24px;background-repeat:no-repeat}.amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple .amsl-text{color:#1c1c1e}.amsl-button-wrapper.with-label.-rectangular .amsl-button.-google .amsl-social-icon,.amsl-button-wrapper.with-label.-rectangular .amsl-button.-facebook .amsl-social-icon,.amsl-button-wrapper.with-label.-rectangular .amsl-button.-amazon .amsl-social-icon,.amsl-button-wrapper.with-label.-rectangular .amsl-button.-paypal .amsl-social-icon{border-radius:4px;background-color:#fff}.amsl-button-wrapper.with-label.-rectangular .amsl-social-icon{margin:0 10px;min-width:30px;width:30px;height:30px;background-size:70%;transform:none}.amsl-button-wrapper.with-label.-rectangular .amsl-text{margin-right:5px;color:#fff}.amsl-button-showmore{position:relative;display:block;margin:25px 0;width:100%;height:1px;color:#4878bf}.amsl-button-showmore:before{position:absolute;left:0;width:100%;height:1px;background:#dbdbdb;content:''}.amsl-button-showmore>.amsl-label{transition:all .3s ease-in-out;display:inline-block;padding:5px 15px;background:#f6f6f6;cursor:pointer;transform:translateY(-50%)}.amsl-button-showmore>.amsl-label:hover{opacity:.8}.amsl-button-showmore .amsl-arrow{display:inline-block;margin-left:5px;width:12px;height:7px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMUw2IDZMMTEgMSIgc3Ryb2tlPSIjNDg3OEJGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);background-position:center;vertical-align:middle}.amsl-tabs-wrapper.-forgot{display:none}.amsl-tablist{margin:20px 20px 30px;padding:0;list-style:none}.amsl-tablist>li:only-child{pointer-events:none;user-select:none}.amsl-tablist>li:only-child a{cursor:default}.amsl-tablist .amsl-title{display:inline-block;margin:0 5px 0 0;font-size:18px}.amsl-tablist .amsl-title:hover{background:#f0f0f0}.amsl-tablist .amsl-title.active .amsl-link{border-bottom:1px solid #4878bf;color:#4878bf}.amsl-tablist .amsl-title .amsl-link{display:block;padding:7px 20px;color:#787878}.amsl-tablist .amsl-title .amsl-link:hover{text-decoration:none}.amsl-login-content{flex-direction:row;width:100%}.amsl-login-content .form-login .field.password{margin-bottom:0}.amsl-login-content .field{margin-bottom:15px}.amsl-login-content .fieldset>.field>.label{display:none}.amsl-login-content .primary,.amsl-login-content .action.primary.login,.amsl-login-content .amshopby-button.login,.amsl-login-content .am-filter-go.login{width:100%}.amsl-login-content .secondary{margin-top:5px;text-align:right}.amsl-login-content .secondary .action.remind{color:#4878bf}.amsl-register-content{width:100%}.amsl-register-content .label{color:#000}.amsl-register-content .field{margin-bottom:25px}.amsl-register-content .fieldset{min-width:100%}.amsl-register-content .field.newsletter .label{color:#787878}.amsl-register-content .fieldset.create.account .field:nth-of-type(1){margin-bottom:10px}.amsl-register-content .fieldset.create.info .field-name-firstname,.amsl-register-content .fieldset.create.info .field-name-lastname{display:block;width:100%}.amsl-register-content .fieldset.create.info .field-name-lastname{float:right}.amsl-register-content .password-strength-meter,.amsl-register-content .password-strength-meter:before,.amsl-register-content .password-none .password-strength-meter:before{background-color:#fff}.amsl-register-content .fiedset:after,.amsl-register-content .legend,.amsl-register-content .fieldset>.legend+br{display:none}.amsl-register-content .amsl-form .fullname .fields{display:flex;align-items:baseline;flex-wrap:wrap}.amsl-register-content .amsl-form .fullname .fields>.field-name-firstname,.amsl-register-content .amsl-form .fullname .fields>.field.field-name-lastname{flex-grow:1}.amsl-register-content .amsl-form .fullname .fields>.field.field-name-middlename{padding:0;width:100%}.amsl-register-content .amsl-form .fullname .fields>.field-name-prefix,.amsl-register-content .amsl-form .fullname .fields>.field-name-suffix{flex-basis:100%}.amsl-login-success{padding:50px;color:#407740}.amsl-popup-overlay{display:flex;align-items:center;position:fixed;top:0;z-index:99999;overflow:auto;width:100%;height:100%;background:rgba(0,0,0,0.4)}.amsl-popup-block{position:relative;box-sizing:border-box;margin:10px auto auto;min-width:300px;max-width:95vw;border-radius:8px;background:#fff}.amsl-popup-block .amsl-social-login{min-height:180px}.amsl-popup-block .amsl-button-wrapper{margin:0 10px 15px}.amsl-popup-block .amsl-form{margin:0 20px 65px;min-width:250px}.amsl-popup-block .block{margin-bottom:0}.amsl-popup-block .actions-toolbar>.primary{margin-bottom:0}.amsl-popup-block .amsl-register-content .fieldset.create.info>.field:not([class*='field-name-']){margin:20px 0 0}.amsl-popup-block .control.captcha-image .captcha-img{display:block;max-height:50px}.amsl-popup-block.-social-top .amsl-login-content{display:flex;flex-direction:column-reverse}.amsl-popup-block.-social-top .amsl-login-content .amsl-separator{display:block;margin:45px 20px}.amsl-popup-block.-social-top .amsl-login-content .amsl-form{margin-bottom:20px}.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login{align-items:center;-ms-flex-pack:distribute;justify-content:space-around;margin:0 20px;padding:0;min-height:inherit;border-radius:4px}.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-title{display:none}.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-title.-short{position:relative;display:block;margin:0;padding:0;background:none;transform:none}.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-buttons{margin:20px 0;padding:0;width:60%}.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-button-wrapper{margin:5px}.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-button{width:40px;height:40px}.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-social-icon{transform:scale(.6)}.amsl-popup-block.-social-top .amsl-login-content .amsl-error{order:1;margin:5px 20px}.amsl-popup-block.-social-top .amsl-login-content .amsl-error.-social{margin:0}.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons{flex-direction:column;padding:20px 0 0}.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-error.-social{box-sizing:border-box;width:100%}.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-buttons{align-items:flex-start;flex-direction:column;width:100%}.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-button-wrapper{box-sizing:border-box;margin:0 0 15px;padding:0 15px;width:100%}.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-button{width:auto}.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-social-icon{margin:auto 5px;transform:none}.amsl-popup-block .actions-toolbar{display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:35px}.amsl-popup-block .actions-toolbar:before,.amsl-popup-block .actions-toolbar:after{display:none}.amsl-popup-block .actions-toolbar .action.primary,.amsl-popup-block .actions-toolbar .amshopby-button,.amsl-popup-block .actions-toolbar .am-filter-go{box-sizing:border-box;margin:0;padding:14px 45px;height:50px;border:2px solid transparent;border-radius:4px;background:#4878bf;box-shadow:none;color:#fff;font-weight:400;font-size:18px}.amsl-popup-block .actions-toolbar .action.primary:hover,.amsl-popup-block .actions-toolbar .action.primary:hover:focus,.amsl-popup-block .actions-toolbar .amshopby-button:hover,.amsl-popup-block .actions-toolbar .amshopby-button:hover:focus,.amsl-popup-block .actions-toolbar .am-filter-go:hover,.amsl-popup-block .actions-toolbar .am-filter-go:hover:focus{background:#5891e6}.amsl-popup-block .actions-toolbar .action.primary:focus,.amsl-popup-block .actions-toolbar .amshopby-button:focus,.amsl-popup-block .actions-toolbar .am-filter-go:focus{outline:2px solid #4878bf;border-color:#fff;transition:none;transform:none}.amsl-popup-block .fieldset{margin-bottom:25px}.amsl-popup-block .fieldset:last-of-type{margin-bottom:0}.amsl-popup-block .fieldset>.field>.label,.amsl-popup-block .fieldset>.fields>.field>.label{font-weight:400}.amsl-popup-block .checkbox{margin:0 5px 0 0;width:20px;height:20px;vertical-align:middle}.amsl-popup-block .checkbox+.label{vertical-align:middle}.amsl-popup-block .input-text{height:45px;border:0;border-radius:4px;background:#f2f2f2;color:#585858}.amsl-popup-block .input-text::placeholder{color:#a1a1a1}.amsl-popup-block .amsl-close{position:absolute;top:20px;right:20px;width:15px;height:15px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);background-size:contain;cursor:pointer}.amsl-popup-block .amsl-close:hover{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjxnIGNsYXNzPSJjdXJyZW50TGF5ZXIiPjxwYXRoIGQ9Ik0xIDFsMTEgMTFtMC0xMUwxIDEyIiBzdHJva2U9IiMxZGExZjIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGNsYXNzPSJzZWxlY3RlZCIvPjwvZz48L3N2Zz4=);background-size:contain}.amsl-popup-block .form-create-account .fieldset.create.account:after,.amsl-popup-block .block-title,.amsl-popup-block .field.note{display:none}.amsl-popup-block.-social-top .amsl-button-showmore{margin:25px 0 7px}.amsl-accounts{flex-direction:column}.amsl-accounts,.amsl-accounts .amsl-linked{display:flex;justify-content:space-between}.amsl-accounts .amsl-accounts-block{margin-bottom:20px;width:100%}.amsl-accounts .amsl-button{width:45px;height:45px}.amsl-accounts .amsl-button.-amazon,.amsl-accounts .amsl-button.-paypal{border:1px solid #ececec}.amsl-accounts .amsl-linked{align-items:center;box-sizing:border-box;margin:0 0 15px 23px;padding:8px 8px 8px 0;height:45px;background:#ececec}.amsl-accounts .amsl-linked:last-of-type{margin-bottom:0}.amsl-accounts .amsl-linked .amsl-button{position:absolute;transform:translateX(-50%)}.amsl-accounts .amsl-name{overflow:hidden;margin:0 2px 0 40px;text-overflow:ellipsis;white-space:nowrap}.amsl-accounts .amsl-social-icon{transform:scale(.7)}.amsl-accounts .amsl-unlink{display:flex;align-items:center;padding:1px 15px;height:100%;border-radius:4px;background:#4878bf;line-height:1}.amsl-accounts .amsl-unlink,.amsl-accounts .amsl-unlink:hover,.amsl-accounts .amsl-unlink:visited{color:#fff;text-decoration:none}.amsl-accounts .amsl-unlink:hover{background:#5891e6}.amsl-accounts .amsl-social-login{height:inherit}.amsl-accounts .amsl-social-login .amsl-buttons{padding:25px 15px}.amsl-accounts .amsl-button-wrapper{margin:7.5px 15px}.amsl-accounts .amsl-accounts-block>.legend{box-sizing:border-box;width:100%}.amsl-social-login{display:flex;flex-wrap:wrap;position:relative;height:100%;border-radius:0 0 8px 8px;background:#f6f6f6;text-align:center}.amsl-social-login .amsl-title{position:absolute;right:0;left:0;box-sizing:border-box;margin:0 auto;padding:10px 55px;max-width:300px;width:100%;border-radius:4px;background:#dbdbdb;transform:translateY(-50%)}.amsl-social-login .amsl-title.-short{display:none;width:inherit}.amsl-social-login .amsl-buttons{display:flex;align-items:center;flex-wrap:wrap;padding:50px 10px;width:100%}.amsl-social-login .amsl-buttons.-flex-center{justify-content:center}.amsl-social-login .amsl-button{width:65px;height:65px;box-shadow:0 4px 4px 0 rgba(0,0,0,0.25)}.amsl-social-login .amsl-button:hover{box-shadow:0 4px 4px 2px rgba(0,0,0,0.15);text-decoration:none}.amsl-social-login .amsl-button:focus{box-shadow:none;transform:translateY(-1px)}.amsl-social-login .amsl-button.-google:hover{background:#fff}.amsl-social-login .amsl-button.-twitter:hover{background:#4db5f5}.amsl-social-login .amsl-button.-facebook:hover{background:#4e71ba}.amsl-social-login .amsl-button.-apple:hover{background:#fff}.amsl-social-login .amsl-button.-linkedin:hover{background:#0098ea}.amsl-social-login .amsl-button.-amazon:hover{background:#fff}.amsl-social-login .amsl-button.-paypal:hover{background:#fff}.amsl-social-login .amsl-button.-twitch:hover{background:#7e5bbe}.amsl-cart-page .amsl-social-login,.amsl-login-page .amsl-social-login,.amsl-registration-page .amsl-social-login{align-items:center;flex-direction:column;padding-top:20px}.amsl-cart-page .amsl-social-login .amsl-title,.amsl-login-page .amsl-social-login .amsl-title,.amsl-registration-page .amsl-social-login .amsl-title{position:relative;margin:0;padding:0 30px;background:none;color:#000;text-align:center;transform:none}.amsl-cart-page .amsl-social-login .amsl-buttons,.amsl-login-page .amsl-social-login .amsl-buttons,.amsl-registration-page .amsl-social-login .amsl-buttons{margin:0;padding:0;width:inherit}.amsl-cart-page .amsl-social-login .amsl-button-wrapper,.amsl-login-page .amsl-social-login .amsl-button-wrapper,.amsl-registration-page .amsl-social-login .amsl-button-wrapper{margin:0 10px 10px}.am-word-break{word-wrap:break-word;word-break:break-word}.ie11 .am-word-break{word-break:break-all}#amasty-shopby-product-list{order:10;max-width:100%}.amsearch-results{padding:15px 0 0;background-color:#fff}.amsearch-results .amsearch-products.-waste{padding:15px}.amsearch-results .amsearch-item{text-transform:capitalize;cursor:pointer}.amsearch-results .amsearch-item:hover{background-color:#f4f5fa}.amsearch-results .amsearch-item .item-name{outline:none;color:inherit;text-decoration:none;font-size:1.2rem}.amsearch-results .amsearch-item-container:not(.recent_searches) .amsearch-item .item-name{text-decoration:underline;cursor:pointer}.amsearch-results .actions-secondary{display:none;padding:0 0 0 5px}.amsearch-results .amsearch-item .amsearch-autocomplete-image:not([data-click-url]),.amsearch-results .amsearch-item .price-box:not([data-click-url]){cursor:pointer}.amsearch-form-container .control{min-height:32px}.amsearch-form-container .amsearch-wrapper-inner .actions-secondary{display:none}.amsearch-form-container .search-autocomplete .amsearch-results .amsearch-leftside{max-width:100%;background-color:#fff}.amsearch-form-container .search-autocomplete{overflow:hidden;scrollbar-color:#adadad rgba(255,255,255,0.2);scrollbar-width:thin;overflow-y:auto;max-height:90vh}.amsearch-form-container .search-autocomplete::-webkit-scrollbar{background:#f0f0f0}.amsearch-form-container .search-autocomplete::-webkit-scrollbar-thumb{border-radius:4px;background:#adadad;cursor:pointer}.amsearch-form-container .search-autocomplete ::-webkit-scrollbar-track{box-shadow:inset 0 0 5px #fff}.amsearch-form-container .search-autocomplete::-webkit-scrollbar{width:4px}.amsearch-form-container .search-autocomplete::-webkit-scrollbar-thumb{width:4px}.amsearch-form-container .search-autocomplete ::-webkit-scrollbar-track{width:4px}.amsearch-form-container.-opened .input-text{padding-left:26px}.amsearch-form-container.-opened .input-text::-ms-clear{display:none}.amsearch-form-container.-opened .input-text::-webkit-input-placeholder{color:#cecece;font-style:italic}.amsearch-form-container.-opened .input-text::-moz-placeholder{color:#cecece;font-style:italic}.amsearch-form-container.-opened .input-text:-ms-input-placeholder{color:#cecece;font-style:italic}.amsearch-form-container .search-autocomplete .amsearch-leftside .amsearch-products{background-color:#fff}.amsearch-wrapper-input{position:relative;max-width:100%;transition:none}.amsearch-wrapper-content>.amsearch-item{position:relative;display:flex;padding:20px 0 16px 15px}.amsearch-wrapper-content>.amsearch-item:first-child:before,.amsearch-wrapper-content>.amsearch-item:last-child:after{display:none}.amsearch-wrapper-content .product-item.amsearch-item{padding:15px}.amsearch-wrapper-content .product-item-details{display:flex;flex-direction:column;min-height:100px}.amsearch-wrapper-content .amsearch-wrapper-inner{display:flex;align-items:flex-end;flex-wrap:wrap;margin-top:auto}.amsearch-wrapper-content .product-item-link{margin:0 0 5px;color:#333;word-break:keep-all}.amsearch-wrapper-content .product-item-actions{display:flex;align-items:flex-end;margin-top:6px}.amsearch-wrapper-content .action.tocart{word-wrap:break-word;word-break:break-word;white-space:inherit;line-height:1.2}.ie11 .amsearch-wrapper-content .action.tocart{word-break:break-all}.ie11 .amsearch-wrapper-content .action.tocart{word-break:break-all}.ie11 .amsearch-wrapper-content .action.tocart{word-break:break-all}.amsearch-wrapper-content .amsearch-wrapper-inner .price-box{margin:0 10px 0 0}.amsearch-wrapper-content .amsearch-wrapper-inner .price{font-size:16px}.block-search .search .control{position:relative;z-index:99}.block-xsearch.block-search .search .control{z-index:98}.amsearch-form-container .input-text:focus{border:2px solid #54c6ff;box-shadow:0 2px 4px #c2ebff}.amsearch-close{position:absolute;top:0;right:0;bottom:0;z-index:99;display:none;margin:auto;padding:16px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;cursor:pointer}.search .amsearch-loupe{position:absolute;top:0;bottom:0;left:10px;display:none;margin:auto;padding:0;width:14px;height:14px;border:0;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=) no-repeat center;box-shadow:none}.amsearch-products .amsearch-highlight{padding:0 2px;background-color:#3ac39c;color:#fff;word-wrap:normal}.amsearch-products{order:10;padding:0 0 15px}.amsearch-products .amasty-xsearch-block-header{padding:0 15px 10px}.amsearch-leftside{display:flex;align-content:flex-start;flex-wrap:wrap;box-sizing:border-box}.amsearch-leftside .recent_searches,.amsearch-leftside .amsearch-item{flex-basis:100%;padding:5px 0}.amsearch-autocomplete-information{padding-left:13px;width:60%}.amsearch-autocomplete-information .action.view{color:#757575;font-weight:300}.amasty-xsearch-loader{position:absolute;top:0;right:40px;bottom:0;z-index:1000;margin:auto 5px auto 0;width:16px;height:11px;background:url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA) no-repeat center}.amasty-message.message.info{margin:0}.amasty-xsearch-num-results{float:right}.amsearch-more-results{margin-top:30px;text-align:center}.amsearch-more-results .amsearch-link{border-bottom:1px solid #06c;color:#06c;text-decoration:none}.amsearch-more-results .amsearch-link:hover{border-bottom:1px solid #1979c3;background-color:inherit;color:#1979c3;text-decoration:none}.block-search .action.search.amasty-xsearch-hide,.amasty-xsearch-hide{display:none}.amasty-xsearch-block-header{position:relative;margin-bottom:0;padding:0 0 5px;color:#000;text-transform:uppercase;word-wrap:break-word;word-break:break-word;font-weight:700}.amsearch-item-container{position:relative;flex-basis:100%;padding:0 15px 30px}.amsearch-item-container:last-child:after{display:none}.amsearch-item-container:not(.recent_searches) .amsearch-highlight{color:#3ac39c;font-weight:600}.amsearch-item-container .amsearch-item{cursor:inherit}.amsearch-item-container .amsearch-item:hover{background-color:inherit}.amsearch-item-container .amsearch-highlight{font-size:12px}.amsearch-item-container.page a.item-name{color:#3ac39c;font-weight:600}.amsearch-item-container.recent_searches{padding:0 15px 20px}.amsearch-item-container.recent_searches .amsearch-item{display:inline-block;order:1;box-sizing:border-box;margin:0 8px 10px 0;padding:5px 10px;border:1px solid #e2e4ee;border-radius:25px;text-decoration:none;font-size:12px}.amsearch-item-container.recent_searches .amsearch-item:hover{border-color:#3ac39c}.amsearch-item-container.recent_searches .amsearch-item:active{border-color:#23745d}.amsearch-item-container.recent_searches .amsearch-item:focus{border-color:#3ac39c;background-color:#3ac39c;color:#fff}.amsearch-item-container.recent_searches .amasty-xsearch-block-header{padding:0 0 10px}.amsearch-item-container.recent_searches .amasty-xsearch-num-results{display:none}.amsearch-item-container.popular_searches .amsearch-item:hover{background:#f4f5fa}.amsearch-item-container.popular_searches .amasty-xsearch-num-results{display:none;font-size:12px}.amsearch-item-container.-brands .amasty-xsearch-num-results{display:inline-block;float:none;color:#ccc}.amasty-xsearch-preload{display:none}.search-autocomplete .amsearch-results div:not([data-click-url]){background:none;cursor:default}.amsearch-category-tab .amsearch-item{margin-bottom:10px;font-size:1.6rem}.amsearch-category-tab .amsearch-item .am-item-link:not(:last-of-type):after{display:inline-block;margin:0 10px;width:10px;height:10px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjYTNhM2EzIiBmaWxsPSIjYTNhM2EzIi8+PC9zdmc+) no-repeat center;background-size:contain;content:''}.block.block-search,.form .search-autocomplete{z-index:99}.block.block-xsearch{z-index:98}@media only screen and (max-width:767px){.amsearch-leftside,.amsearch-products,.amsearch-additional-content>.amsearch-content-block{width:100% !important}.amsearch-products.-waste{width:auto !important}.form .search-autocomplete{top:66px;left:0;overflow-y:auto;margin:-15px 15px 0;max-height:70vh;background:#fff}}.amsearch-item .product-item-description,.amsearch-item .item-description{word-break:keep-all}.amsearch-clone-position{position:absolute;right:0;z-index:999;box-shadow:0 4px 6px rgba(61,62,66,0.05),0 4px 25px rgba(75,76,83,0.15)}.amsearch-autocomplete-image{width:40%}.amsearch-autocomplete-image .product-image-photo{box-sizing:border-box;border:1px solid #f1f1f1}#amsearch-result-tabs{margin-top:5px}#amsearch-result-tabs .data.title{margin-right:5px}#amsearch-result-tabs .data.title.active{box-sizing:border-box;background:#d8d8d8}#amsearch-result-tabs .data.title.last{margin-bottom:8px}#amsearch-result-tabs .title{position:relative;box-sizing:border-box}#amsearch-result-tabs .title.active:before{position:absolute;bottom:-2px;width:100%;height:2px;background:#fff;content:''}#amsearch-result-tabs .title.active .switch{padding-bottom:1px}#amsearch-result-tabs .title.active .amsearch-results-count{display:none}#amsearch-result-tabs .data.content{display:none}#amsearch-result-tabs .data.content[aria-hidden='false']{display:block}.amsearch-related-terms{display:flex;flex-wrap:wrap;margin:20px 0}.amsearch-related-terms>.amsearch-title{margin:0 0 15px 0;width:100%;font-weight:700}.amsearch-related-terms>.amsearch-item{margin:0 15px 10px 0;padding:5px 15px;border-radius:20px;background:#d8eeff;color:#252525;font-size:12px;line-height:1.3;transition:.1s}.amsearch-related-terms>.amsearch-item:hover{background:#b7e0ff}.amsearch-related-terms>.amsearch-item:hover,.amsearch-related-terms>.amsearch-item:active{text-decoration:none}.amsearch-related-terms .amsearch-count{color:#757575}.amsearch-emptysearch-cms{padding:30px;background:#fbfcfe;color:#1f1b1b}.amsearch-emptysearch-cms>.amsearch-content{word-wrap:break-word;word-break:break-word}.ie11 .amsearch-emptysearch-cms>.amsearch-content{word-break:break-all}.ie11 .amsearch-emptysearch-cms>.amsearch-content{word-break:break-all}.ie11 .amsearch-emptysearch-cms>.amsearch-content{word-break:break-all}.amsearch-emptysearch-cms .amsearch-content>.amsearch-title{margin:0 0 15px;font-weight:800;font-size:38px}.amsearch-emptysearch-cms .amsearch-text{font-weight:300;font-size:20px;line-height:28px}.amsearch-emptysearch-cms .amsearch-contacts-block{margin-top:30px;font-size:14px}.amsearch-emptysearch-cms .amsearch-image-block{margin-top:30px}.amsearch-emptysearch-cms .amsearch-contacts-block>.amsearch-title{margin-bottom:5px}.am-porto-cmtb .page-header.type1{z-index:9999}.am-porto-cmtb .amsearch-clone-position{padding:2px 0;border:15px solid transparent;border-top:none;border-radius:0 0 20px 20px}.am-porto-cmtb .amsearch-clone-position .amsearch-results{border-radius:0 0 6px 6px;box-shadow:0 0 3px rgba(0,0,0,0.25)}.am-porto-cmtb .amsearch-autocomplete-information .product-reviews-summary .reviews-actions .action{margin:0;padding:0;border:0}.search-autocomplete .amsearch-slider-wrap:not(:first-child){margin-top:55px}.search-autocomplete .amsearch-slider-block{margin-top:15px}.search-autocomplete .amsearch-slider-block .product-item-link{display:block;overflow:hidden;min-height:39px;max-height:39px;font-size:14px;line-height:1.4;word-wrap:break-word;word-break:break-word}.ie11 .search-autocomplete .amsearch-slider-block .product-item-link{word-break:break-all}.ie11 .search-autocomplete .amsearch-slider-block .product-item-link{word-break:break-all}.ie11 .search-autocomplete .amsearch-slider-block .product-item-link{word-break:break-all}.search-autocomplete .amsearch-slider-block.slick-slider{padding:0}.search-autocomplete .amsearch-slider-block .slick-slide{vertical-align:inherit}.amsearch-additional-content{display:flex;margin:-15px 0;max-width:100%}.amsearch-additional-content .amsearch-leftside-sidebar,.amsearch-additional-content .amsearch-content-block{padding:15px 0}.amsearch-additional-content .amsearch-leftside-sidebar{min-width:30%}.amsearch-additional-content .amsearch-content-block{box-sizing:border-box;max-width:70%;border-left:1px solid #e8e9ef}.search-autocomplete .amsearch-slider-block .slick-dots{top:100%;border:none;background:inherit}.search-autocomplete .amsearch-slider-block .slick-dots>li[role='presentation']{display:inline-flex;align-items:center;justify-content:center;margin:0 2px;padding:0;width:12px;height:12px;border:none;text-align:inherit;white-space:inherit}.search-autocomplete .amsearch-slider-block .slick-dots>li[role='presentation']:hover,.search-autocomplete .amsearch-slider-block .slick-dots>li[role='presentation'].selected{background:inherit}.search-autocomplete .amsearch-slider-block .slick-dots>li[role='presentation'].slick-active button,.search-autocomplete .amsearch-slider-block .slick-dots>li[role='presentation'].slick-active .cart.table-wrapper .actions-toolbar>.action,.search-autocomplete .amsearch-slider-block .slick-dots>li[role='presentation'].slick-active .action-gift{border-color:#000;background:#000}.search-autocomplete .amsearch-slider-block .slick-dots>li[role='presentation'] button,.search-autocomplete .amsearch-slider-block .slick-dots>li[role='presentation'] .cart.table-wrapper .actions-toolbar>.action,.search-autocomplete .amsearch-slider-block .slick-dots>li[role='presentation'] .action-gift{padding:3px;width:auto;height:auto;border:1px solid #e8e9ef;border-radius:100%;background:#fff}.search-autocomplete .amsearch-slider-block .slick-dots>li[role='presentation'] button:before,.search-autocomplete .amsearch-slider-block .slick-dots>li[role='presentation'] .cart.table-wrapper .actions-toolbar>.action:before,.search-autocomplete .amsearch-slider-block .slick-dots>li[role='presentation'] .action-gift:before{content:none}.search-autocomplete .amsearch-slider-block .slick-arrow{top:70px;z-index:2;width:30px;height:30px;border-radius:0;background:#fff url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMTg5IDIuMDA5TDcuMTkgOS4wMS4yMzMgMTUuOTY4bDEuMTA4IDEuMTA5IDguMDQ0LTguMDQ0LTguMTEtOC4xMUwuMTg5IDIuMDA4eiIgZmlsbD0iIzU3NTg1NSIvPjwvc3ZnPg==') center no-repeat !important}.search-autocomplete .amsearch-slider-block .amsearch-item.product-item{pointer-events:none}.search-autocomplete .amsearch-slider-block .amsearch-item.product-item:hover,.search-autocomplete .amsearch-slider-block .amsearch-item.product-item.selected{background-color:transparent}.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .amsearch-autocomplete-image,.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .information-container{pointer-events:auto}.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .amsearch-autocomplete-image{width:100%}.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .price-box{margin:10px 0 5px}.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .actions-secondary{display:flex;align-items:center;padding:5px}.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .wishlist.split.button .action.toggle{display:none}.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .actions-secondary>.action{flex-grow:inherit;margin-right:5px;line-height:normal}.amazon-button-container{display:table;margin:0 0 22px}.amazon-button-container__cell{display:table-cell;min-width:45px;position:relative}.amazon-button-container img{display:block}.amazon-button-container .field-tooltip{display:none;margin:-12px 0 0;right:5px;top:50%}.checkout-shipping-address .amazon-button-container{margin:22px 0}.login-container .block-amazon-login .actions-toolbar{margin-top:25px}.amazon-validate-container .block .block-title{font-size:1.8rem}.amazon-validate-container .fieldset:after{margin:10px 0 0;content:attr(data-hasrequired);display:block;letter-spacing:normal;word-spacing:normal;color:#e02b27;font-size:1.2rem}.amazon-validate-container .fieldset:after{margin-top:35px}@media all and (max-width:768px){.amazon-button-container{width:100%}}.amazon-logout-widget{display:none}.amazon-divider{border-bottom:1px solid #ccc;line-height:0.1em;margin:18px 0 20px;text-align:center;max-width:500px}.amazon-divider span{background:#fff;padding:0 5px}.product-social-links,.amazon-minicart-container{width:100%;display:block;text-align:center}.product-social-links .amazon-button-container,.amazon-minicart-container .amazon-button-container{display:inline-block;margin:0px}.product-social-links .field-tooltip .field-tooltip-content,.amazon-minicart-container .field-tooltip .field-tooltip-content{top:38px;left:-245px}.product-social-links .field-tooltip .field-tooltip-content:before,.amazon-minicart-container .field-tooltip .field-tooltip-content:before{border:none;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #666;top:-10px;left:244px}.product-social-links .field-tooltip .field-tooltip-content:after,.amazon-minicart-container .field-tooltip .field-tooltip-content:after{border:none;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #f4f4f4;top:-8px;left:244px}.product-social-links .amazon-button-container{margin-bottom:30px;display:block}.amazon-checkout-now{border-top:1px solid #c1c1c1;padding-top:10px;margin-bottom:10px}.amazon-addtoCart{display:block;width:100%;height:100%;position:absolute;left:0;top:0}.revert-checkout{margin-top:20px;margin-bottom:20px;display:block}.centered-button{text-align:center;display:inline-block}.catalog-product-view .centered-button{display:table}.checkout-payment-method .amazon-sandbox-simulator{border-bottom:1px solid #ccc}.checkout-payment-method .amazon-sandbox-simulator .payment-option-title{border-top:none;padding-top:0}.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario{margin-bottom:10px}.checkout-methods-items .amazon-minicart-container .amazon-divider{display:none}.checkout-methods-items .centered-button{margin-bottom:0}@media all and (max-width:768px){.checkout-methods-items .centered-button{width:auto}}.checkout-methods-items .field-tooltip{display:none}.checkout-methods-items .field-tooltip .field-tooltip-content{right:-10px;top:40px;left:auto}.checkout-methods-items .field-tooltip .field-tooltip-content:before,.checkout-methods-items .field-tooltip .field-tooltip-content:after{border:10px solid transparent;height:0;width:0;margin-top:-21px;right:10px;left:auto;top:0}.checkout-methods-items .field-tooltip .field-tooltip-content:before{border-bottom-color:#999}.checkout-methods-items .field-tooltip .field-tooltip-content:after{border-bottom-color:#f4f4f4;top:1px}@media all and (max-width:768px){.checkout-methods-items .field-tooltip .field-tooltip-content{right:-56px;top:38px;left:auto}.checkout-methods-items .field-tooltip .field-tooltip-content:before,.checkout-methods-items .field-tooltip .field-tooltip-content:after{right:56px}}.amazon-widget{max-width:400px;height:228px}.amazon-widget--address{margin-top:20px}.amazon-addresses{margin-top:20px}.amazon-addresses .amazon-address{margin-bottom:20px}#checkout-step-shipping .amazon-divider{margin:40px 0}.checkout-payment-method .amazon-payment-method .payment-method-title{visibility:hidden;padding-bottom:0}.opc-progress-bar-item._complete.lock-step{cursor:none;pointer-events:none}@media all and (max-width:768px){.amazon-minicart-container .amazon-button-container{width:auto}}#modal-wrapper-quiz{display:none}#modal-wrapper-quiz .startQuiz,#modal-wrapper-quiz .nextQuestion,#modal-wrapper-quiz .backToQuestion,#modal-wrapper-quiz .quizHeader,#modal-wrapper-quiz .questions li.question,#modal-wrapper-quiz .questions li.question .responses,#modal-wrapper-quiz .questions li.question .responses .correct,#modal-wrapper-quiz .questions li.question .responses .incorrect,#modal-wrapper-quiz .questionsHeader,#modal-wrapper-quiz .quizEndBlock,#modal-wrapper-quiz .quizResults,#modal-wrapper-quiz .message{display:none}#modal-wrapper-quiz .nextQuestion.checkAnswer{display:block}#modal-wrapper-quiz ol.questions,#modal-wrapper-quiz ul.answers,#modal-wrapper-quiz ul.responses,#modal-wrapper-quiz ol.questions li,#modal-wrapper-quiz ul.answers li,#modal-wrapper-quiz ul.responses li{list-style-type:none}.quiz-banner{position:relative;margin-bottom:100px}.quiz-banner img{width:100%;display:block}.quiz-banner .quiz-text{width:100%;bottom:31.7%;color:white;text-align:center;position:absolute}.quiz-banner .quiz-text h2,.quiz-banner .quiz-text h3{font-size:2.8rem}.quiz-banner .quiz-button-container{width:100%;text-align:center;position:absolute;bottom:7%}.quiz-banner .quiz-button-container .quiz-button{border-radius:5px;-webkit-box-shadow:0px 2px 4px 0px #000,inset 0px 2px 4px 0px #000;-moz-box-shadow:0px 2px 4px 0px #000,inset 0px 2px 4px 0px #000;-ms-box-shadow:0px 2px 4px 0px #000,inset 0px 2px 4px 0px #000;box-shadow:0px 2px 4px 0px #000,inset 0px 2px 4px 0px #000;border:3px solid #fff;color:white;font-size:2.4rem;font-weight:700;padding:23px 75px;display:inline-block;text-decoration:none}.modals-overlay{background-color:rgba(255,255,255,0.2)}.modal-popup.modal-quiz .modal-header,.modal-popup.modal-quiz .modal-content{padding:0}.modal-popup.modal-quiz .modal-content{height:auto;min-height:100%}.modal-popup.modal-quiz .modal-header{z-index:5}.modal-quiz.modal-slide .action-close{padding:2rem 1.5rem;display:none}.modal-quiz.modal-slide .action-close:before{font-size:30px}.modal-quiz .modal-inner-wrap{margin-left:auto;margin-right:auto;width:60%;max-width:100%;border:1px solid #979596}.modal-quiz .modal-inner-wrap.modal-quiz-questions{width:950px}.modal-quiz .quizName{font-size:36px;font-weight:bold;text-transform:uppercase;text-align:center;margin-bottom:7px}.modal-quiz .quizArea,.modal-quiz .quizName{text-align:center}.modal-quiz .quizArea{min-height:70px;position:relative;margin:10px}.modal-quiz .quizHeader{text-align:center}.modal-quiz .quizHeader h2,.modal-quiz .quizHeader h3{font-size:36px;font-weight:bold}.modal-quiz .quizHeader h2{text-transform:uppercase;margin-bottom:3rem;margin-top:2.3rem}.modal-quiz .quizHeader h3{padding-top:13px;margin-top:0}.modal-quiz .quizHeader p{font-size:14px;font-weight:normal}.modal-quiz .quizFbLike{font-size:2.2rem}.button.startQuiz{display:block !important;text-decoration:none;background-color:#f00;color:#fff;font-size:28px;text-transform:uppercase;font-weight:bold;margin:34px auto 20px;width:270px;max-width:100%;padding:20px 15px 25px}.modal-popup .modal-header,.modal-popup .modal-content,.modal-popup .modal-footer{padding-left:1rem;padding-right:1rem}.questionsHeader{font-size:28px;margin-bottom:21px;position:relative;z-index:3;min-height:140px}.questionsHeader h2{font-size:38px;font-weight:normal;line-height:1.1;margin-bottom:1.4rem;margin-top:0;text-transform:uppercase;padding-top:1.4rem}.quizName-wrapper{display:block;text-align:center;padding-top:0}.quizName-wrapper .quizName{display:inline-block;position:relative;margin:11px 0 0;padding-top:0}#modal-wrapper-quiz .message{padding:10px 20px 4px 40px}#modal-wrapper-quiz .questions{text-align:left;padding-left:0;position:static;margin:0;z-index:2}#modal-wrapper-quiz .question{position:static;padding:0 28px 30px}#modal-wrapper-quiz .question:before,#modal-wrapper-quiz .question:after{position:absolute;content:" ";display:block}#modal-wrapper-quiz .question:before{width:100%;height:100%;border:10px solid rgba(255,0,0,0.2);top:-10px;left:-10px;z-index:-1}#modal-wrapper-quiz .question h3{font-size:1.8rem;font-weight:300;line-height:1.1;margin-bottom:1.8rem;margin-top:1.5rem}#modal-wrapper-quiz .question .progress{height:3px;background:#b5b5b5}#modal-wrapper-quiz .question .progress span{display:block;height:6px;position:relative;top:-2px;background:#f00}#modal-wrapper-quiz .answers{padding:0 0 50px;margin-left:-10px;margin-right:-10px;margin-bottom:0;text-align:center}#modal-wrapper-quiz .answers:before,#modal-wrapper-quiz .answers:after{content:'';display:table}#modal-wrapper-quiz .answers:after{clear:both}#modal-wrapper-quiz .answers li{display:block;float:left;margin:0 1% 20px 1%;width:23%;position:relative}#modal-wrapper-quiz .answers li.square-3{width:31%;display:inline-block;vertical-align:top;float:none}#modal-wrapper-quiz .answers li.square-3 label{margin-bottom:10px;margin-left:auto;margin-right:auto}#modal-wrapper-quiz .answers li.square-3.with-img label{height:80px}#modal-wrapper-quiz .answers li.account-preference{display:inline-block;vertical-align:top;float:none;text-align:left;width:282px;max-width:44%}#modal-wrapper-quiz .answers li.account-preference label{border:1px solid #979596;cursor:pointer;display:block;min-height:123px;padding:89px 20px 15px 15px;width:213px;max-width:80%}#modal-wrapper-quiz .answers li.account-preference .title-account{font-weight:normal;font-size:20px;line-height:1.2em;display:block;padding-left:24%;margin-bottom:19px}#modal-wrapper-quiz .answers li.square-no-space{display:inline-block;float:none;margin:0;width:31%;max-width:230px;min-width:120px}#modal-wrapper-quiz .answers li.square-no-space label{width:150px;height:99px;max-width:100%;margin:0 auto 10px}#modal-wrapper-quiz .answers li input{display:none}#modal-wrapper-quiz .answers li label{cursor:pointer}#modal-wrapper-quiz .answers li.light-text{color:#fff !important}#modal-wrapper-quiz .answers li.with-img{background-repeat:no-repeat !important}#modal-wrapper-quiz .answers li.section{display:block;float:none;margin:0 auto 14px;max-width:100%;white-space:normal}#modal-wrapper-quiz .answers li.section label{width:auto}#modal-wrapper-quiz .answers li.section.with-img{background-color:#f0f0f0 !important;box-shadow:0 2px 4px rgba(0,0,0,0.4);border-radius:4px;width:347px;padding:10px 5px 10px 28px;height:auto}#modal-wrapper-quiz .answers li.section.with-img label{background-repeat:no-repeat !important;background-position:left center !important;background-size:auto auto !important;padding-left:88px;border-radius:4px;border:none;color:#333;font-size:14px;height:auto;min-height:82px}#modal-wrapper-quiz .answers li.section .title{display:block;color:#B31751;font-weight:bold;font-size:20px;margin:4px 0 5px}#modal-wrapper-quiz .answers li.section p{margin:0}#modal-wrapper-quiz .answers li .title-img{display:block}#modal-wrapper-quiz .answers li .title-img img{display:block;margin:0 auto 5px;max-width:100%;width:auto;max-height:80px}#modal-wrapper-quiz .answers li.brand{width:80px;float:none;display:inline-block;vertical-align:middle}#modal-wrapper-quiz .answers li.product{width:80px;float:none;display:inline-block}#modal-wrapper-quiz .answers .with-img label{background-size:100% auto !important;background-repeat:no-repeat !important;font-size:20px;height:128px;max-width:100%;padding-top:51px;text-align:center;width:200px;display:block;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,0.4)}#modal-wrapper-quiz .answers .square-background label{background-size:100% auto !important;background-repeat:no-repeat !important;color:#fff;cursor:pointer;display:block;font-size:20px;height:88px;line-height:1.3em;margin:0 auto 15px;text-align:center;max-width:100%;padding:28px 5px 0;width:142px}#modal-wrapper-quiz .answers .square label{background-size:100% auto !important;background-repeat:no-repeat !important;font-size:20px;height:128px;max-width:100%;padding-top:51px;text-align:center;width:200px;display:block}#modal-wrapper-quiz .answers .square.not-img{float:none;display:inline-block;width:auto;margin-bottom:10px;max-width:45%}#modal-wrapper-quiz .answers .square.not-img label{border:1px solid #b5b5b5;background:#dcdcdc;height:80px;width:150px}#modal-wrapper-quiz .answers .circle label{border-radius:50%;color:#fff;display:block;font-size:20px;font-weight:normal;height:92px;padding-top:108px;text-align:center;width:200px;background-repeat:no-repeat !important;background-position:center center !important;background-size:auto 100%}#modal-wrapper-quiz .answers .section label{width:100%;height:170px;border:1px solid #b5b5b5;background:#dcdcdc;display:block}#modal-wrapper-quiz .nextQuestion.checkAnswer,#modal-wrapper-quiz .backToQuestion,#modal-wrapper-quiz .penultimate{display:inline-block;padding:2px 10px;border-radius:4px;font-size:24px;text-decoration:none;text-transform:uppercase;font-weight:bold;top:auto;position:absolute;z-index:2;margin-top:-20px;bottom:12px}#modal-wrapper-quiz .nextQuestion.checkAnswer,#modal-wrapper-quiz .penultimate{float:right;background-color:#f00;color:#fff;right:26px;left:auto}#modal-wrapper-quiz .backToQuestion{float:left;background-color:#ccc;color:#000;left:26px}#modal-wrapper-quiz #question7{margin-left:auto;margin-right:auto}#modal-wrapper-quiz #question7 h3{padding-left:10%}#question1 .backToQuestion{display:none}.answers .bg-title{width:96%;display:block;padding:0 2%;background-color:rgba(0,0,0,0.75);line-height:1.1em;margin-top:45px;font-weight:normal}.answers .title-account{font-weight:normal;font-size:20px;line-height:1.2em;display:block}.answers li{position:relative}.answers li.light-text label{color:#fff}.answers input[type="checkbox"]+label:after,.answers input[type="radio"]+label:after{color:#fff;content:" ";font-family:'icons-blank-theme';font-size:60px;left:50%;line-height:1em;margin-left:-0.55em;margin-top:-0.55em;position:absolute;text-shadow:0 1px 4px rgba(0,0,0,0.9);top:50%}.answers input[type="checkbox"]:checked+label:after{content:'\e610'}.answers input[type="radio"]:checked+label:after{content:'\e610'}@media (min-width:768px){.quizName-wrapper .quizName{background-color:#fff}.quizName-wrapper .quizName:before{position:absolute;content:" ";display:block;left:-68%;top:46%;width:235%;height:1px;background-color:#979596;z-index:-1}.modal-quiz .modal-inner-wrap{margin-top:12.4rem}}@media (min-width:768px){body._has-modal.quiz-showed{overflow:auto}body._has-modal.quiz-showed .modal-quiz.modal-popup._show{position:absolute}body._has-modal.quiz-showed .page-wrapper.affix{z-index:901}}@media (max-width:1024px){#modal-wrapper-quiz .questions .question:after{width:60px;height:60px}#modal-wrapper-quiz .answers .circle label{padding-top:68px;width:150px;height:82px;margin-bottom:10px}}@media only screen and (min-width:480px) and (max-width:768px){.quiz-banner{margin-bottom:30px}.quiz-banner .quiz-text{text-shadow:0 0px 4px #000}.quiz-banner .quiz-text h2,.quiz-banner .quiz-text h3{font-size:2.2rem}.quiz-banner .quiz-button-container .quiz-button{font-size:2.4rem;padding:10px 35px;background-color:rgba(0,0,0,0.4);box-shadow:0 3px 3px rgba(0,0,0,0.4);font-weight:400}}.klarna-payments-method-cell{display:table-cell;vertical-align:middle}label.klarna-payments-method-cell>span{padding-left:5px}span.klarna-payments-method-cell>img{display:block}.price-container .old-price-wrapper .old-price .price{text-decoration:line-through;color:black !important}.price-container .old-price-wrapper .discount-percent{color:green}.price-container .old-price-wrapper .special-price .price{color:red !important}.cart-price .old-price .price{text-decoration:line-through;color:black !important}.checkout.cart.savings span{font-weight:bold;color:#a40000}.catalog-product-view .products-mageplaza-alsobought .product-item-info,.checkout-cart-index .products-mageplaza-alsobought .product-item-info{width:auto !important}.column.main .mageplaza-alsobought-block .block{margin-bottom:50px}.mageplaza-alsobought-product-slider .product-item-info:hover,.mageplaza-alsobought-product-slider .product-item-info.active{background:#ffffff;box-shadow:3px 4px 4px 0 rgba(0,0,0,0.3);border:1px solid #bbb;margin:-10px;padding:9px;position:relative;z-index:2}.mageplaza-alsobought-product-slider li.product-item{padding-bottom:15px}.sidebar .mageplaza-alsobought-block .mageplaza-alsobought-product-slider li.product-item{padding:15px}.mpalsobouhgt-block{box-sizing:border-box;clear:both}@media (min-width:1440px){.sidebar .mageplaza-alsobought-block .mageplaza-alsobought-product-slider .product-item-info .product-item-details{margin-left:0}}@media (min-width:768px){.sidebar .mageplaza-alsobought-block .mageplaza-alsobought-product-slider .product-item-info .product-item-photo{float:none;position:relative}.cart-container .mageplaza-alsobought-block .widget{float:none}.cart-container #mageplaza-alsobought-block-before-cross,.cart-container #mageplaza-alsobought-block-after-cross{width:75%;float:left;-ms-flex-order:1;-webkit-order:1;order:1;padding:0 4% 0 0;margin-top:70px}}@media only screen and (max-width:767px){.sidebar .mageplaza-alsobought-block .mageplaza-alsobought-product-slider ol li{padding-left:20px}.sidebar .mageplaza-alsobought-block .mageplaza-alsobought-product-slider ol li .product-item-photo{margin:0 10px 10px 0;position:relative}.sidebar .mageplaza-alsobought-block .mageplaza-alsobought-product-slider ol li .product-item-details{margin:0}.cms-index-index.page-layout-1column .column.main,.cms-page-view.page-layout-1column .column.main,.checkout-cart-index.page-layout-1column .column.main,.catalog-product-view.page-layout-1column .column.main{width:100%}.catalog-category-view.page-layout-2columns-left .column.main,.catalog-category-view.page-layout-2columns-left .sidebar.sidebar-main{width:80%}}.form.check-code{display:table;width:100%}.form.check-code .field.check-code-field{margin:0 4px 0 0}.form.check-code .field.check-code-field .control{display:block}.form.check-code .field.check-code-field .control:before{-webkit-font-smoothing:antialiased;font-size:16px;line-height:32px;color:#c2c2c2;content:'\f06b';font-family:FontAwesome;margin:0 0 0 8px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center;position:absolute}.form.check-code input{background:#ffffff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;padding:0 9px 0 35px;vertical-align:baseline;width:100%;box-sizing:border-box}.form.check-code .actions{display:table-cell;vertical-align:top;width:1%;min-width:200px}.block-gift-card-setting .block-content{padding-left:25px}.block-gift-card-setting .block-content .field{margin-bottom:7px}.giftcard-messages td{padding:0 !important}.giftcard-messages td:nth-child(2n+1){width:150px}.gift-card-view{margin:0 0 40px 10px}.gift-card-view .block .block-title{border-bottom:1px solid #c6c6c6;margin-bottom:25px;padding-bottom:10px}.gift-card-view .block .block-title strong{font-size:2.2rem;font-weight:300}.gift-card-view .block .block-content{max-height:500px;overflow:auto}.gift-card-view .gift-card-view-detail{margin:0 0 20px 40px}.gift-card-view .gift-card-view-detail .table-gift-card-detail td{border:none !important}.gift-card-view .gift-card-view-detail .table-gift-card-detail td:nth-child(2n+1){width:150px;font-weight:600}.catalog-category-view .mp-gift-card-amount-container{padding:5px}.catalog-category-view .mp-gift-card-amount-container label{font-weight:bold}.catalog-category-view .mp-inline{display:inline-block}.gift-card-applied-code-text .gift-card_code{margin-top:10px;list-style-type:none}.gift-card-applied-code-text .gc-item{background:#159f84;color:white;display:inline;width:inherit;padding:5px 12px;border-radius:4px;font-weight:bold;border:none}.gift-card-applied-code-text .gc-remove{margin-left:10px;font-style:normal;opacity:0.6;cursor:pointer}.gift-card-applied-code-text .gc-amount{margin-left:10px}.block.block-gift-card .block-content{max-height:500px;overflow:auto}.mp-gift-card-product-info .field:not(.value):not(.send-to-friend){display:none}.gift-card-discount-credit{max-width:350px;margin-top:10px;padding:0 10px}.gift-card-discount-credit #gc_slider_container_amount{margin:7px}.giftcard-giftproducts-index .product-item-info{width:240px}.payment-option button.action.action-apply,.payment-option .cart.table-wrapper .actions-toolbar>.action.action.action-apply,.payment-option .action-gift.action.action-apply{margin-right:30px}.cart-container .gift-card-discount-feature-list,.payment-option .gift-card-discount-feature-list{list-style-type:none;padding-left:15px}.cart-container .gift-card-discount-feature-list .feature-item,.payment-option .gift-card-discount-feature-list .feature-item{border-bottom:1px solid #ccc;padding-bottom:15px;padding-top:5px}.cart-container .gift-card-discount-feature-list .feature-item .feature-content,.payment-option .gift-card-discount-feature-list .feature-item .feature-content{display:none}.cart-container .gift-card-discount-feature-list .feature-item .feature-content.content-show,.payment-option .gift-card-discount-feature-list .feature-item .feature-content.content-show{display:block}.cart-container .gift-card-discount-feature-list .feature-item:last-child,.payment-option .gift-card-discount-feature-list .feature-item:last-child{border-bottom:none}.cart-container .gift-card-discount-feature-list input[type="text"],.payment-option .gift-card-discount-feature-list input[type="text"],.cart-container .gift-card-discount-feature-list select,.payment-option .gift-card-discount-feature-list select{height:42px;margin-left:10px;width:92%}.cart-container .gift-card-discount-feature-list .feature-label,.payment-option .gift-card-discount-feature-list .feature-label{font-weight:bold;opacity:0.7;position:relative}.cart-container .gift-card-discount-feature-list .feature-label .icon-prefix,.payment-option .gift-card-discount-feature-list .feature-label .icon-prefix{position:absolute;top:3px}.cart-container .gift-card-discount-feature-list .feature-label span,.payment-option .gift-card-discount-feature-list .feature-label span{margin-left:20px}.cart-container .gift-card-discount-feature-list button.action.primary.custom,.payment-option .gift-card-discount-feature-list button.action.primary.custom,.cart-container .gift-card-discount-feature-list button.action.primary.custom:active,.payment-option .gift-card-discount-feature-list button.action.primary.custom:active,.cart-container .gift-card-discount-feature-list button.action.primary.custom:visited,.payment-option .gift-card-discount-feature-list button.action.primary.custom:visited,.cart-container .gift-card-discount-feature-list button.action.action-apply,.payment-option .gift-card-discount-feature-list button.action.action-apply,.cart-container .gift-card-discount-feature-list button.action.action-apply:active,.payment-option .gift-card-discount-feature-list button.action.action-apply:active,.cart-container .gift-card-discount-feature-list button.action.action-apply:visited,.payment-option .gift-card-discount-feature-list button.action.action-apply:visited,.cart-container .gift-card-discount-feature-list button.amshopby-button.custom,.payment-option .gift-card-discount-feature-list button.amshopby-button.custom,.cart-container .gift-card-discount-feature-list button.amshopby-button.custom:active,.payment-option .gift-card-discount-feature-list button.amshopby-button.custom:active,.cart-container .gift-card-discount-feature-list button.amshopby-button.custom:visited,.payment-option .gift-card-discount-feature-list button.amshopby-button.custom:visited,.cart-container .gift-card-discount-feature-list button.am-filter-go.custom,.payment-option .gift-card-discount-feature-list button.am-filter-go.custom,.cart-container .gift-card-discount-feature-list button.am-filter-go.custom:active,.payment-option .gift-card-discount-feature-list button.am-filter-go.custom:active,.cart-container .gift-card-discount-feature-list button.am-filter-go.custom:visited,.payment-option .gift-card-discount-feature-list button.am-filter-go.custom:visited,.cart-container .gift-card-discount-feature-list .cart.table-wrapper .actions-toolbar>.action.action.primary.custom,.payment-option .gift-card-discount-feature-list .cart.table-wrapper .actions-toolbar>.action.action.primary.custom,.cart-container .gift-card-discount-feature-list .cart.table-wrapper .actions-toolbar>.action.action.primary.custom:active,.payment-option .gift-card-discount-feature-list .cart.table-wrapper .actions-toolbar>.action.action.primary.custom:active,.cart-container .gift-card-discount-feature-list .cart.table-wrapper .actions-toolbar>.action.action.primary.custom:visited,.payment-option .gift-card-discount-feature-list .cart.table-wrapper .actions-toolbar>.action.action.primary.custom:visited,.cart-container .gift-card-discount-feature-list .cart.table-wrapper .actions-toolbar>.action.action.action-apply,.payment-option .gift-card-discount-feature-list .cart.table-wrapper .actions-toolbar>.action.action.action-apply,.cart-container .gift-card-discount-feature-list .cart.table-wrapper .actions-toolbar>.action.action.action-apply:active,.payment-option .gift-card-discount-feature-list .cart.table-wrapper .actions-toolbar>.action.action.action-apply:active,.cart-container .gift-card-discount-feature-list .cart.table-wrapper .actions-toolbar>.action.action.action-apply:visited,.payment-option .gift-card-discount-feature-list .cart.table-wrapper .actions-toolbar>.action.action.action-apply:visited,.cart-container .gift-card-discount-feature-list .action-gift.action.primary.custom,.payment-option .gift-card-discount-feature-list .action-gift.action.primary.custom,.cart-container .gift-card-discount-feature-list .action-gift.action.primary.custom:active,.payment-option .gift-card-discount-feature-list .action-gift.action.primary.custom:active,.cart-container .gift-card-discount-feature-list .action-gift.action.primary.custom:visited,.payment-option .gift-card-discount-feature-list .action-gift.action.primary.custom:visited,.cart-container .gift-card-discount-feature-list .action-gift.action.action-apply,.payment-option .gift-card-discount-feature-list .action-gift.action.action-apply,.cart-container .gift-card-discount-feature-list .action-gift.action.action-apply:active,.payment-option .gift-card-discount-feature-list .action-gift.action.action-apply:active,.cart-container .gift-card-discount-feature-list .action-gift.action.action-apply:visited,.payment-option .gift-card-discount-feature-list .action-gift.action.action-apply:visited{height:42px;border:none;background:#1abc9c;color:white;padding:0 20px;border-radius:5px}.cart-container .gift-card-discount-feature-list button.action.primary.custom:hover,.payment-option .gift-card-discount-feature-list button.action.primary.custom:hover,.cart-container .gift-card-discount-feature-list button.action.action-apply:hover,.payment-option .gift-card-discount-feature-list button.action.action-apply:hover,.cart-container .gift-card-discount-feature-list button.amshopby-button.custom:hover,.payment-option .gift-card-discount-feature-list button.amshopby-button.custom:hover,.cart-container .gift-card-discount-feature-list button.am-filter-go.custom:hover,.payment-option .gift-card-discount-feature-list button.am-filter-go.custom:hover,.cart-container .gift-card-discount-feature-list .cart.table-wrapper .actions-toolbar>.action.action.primary.custom:hover,.payment-option .gift-card-discount-feature-list .cart.table-wrapper .actions-toolbar>.action.action.primary.custom:hover,.cart-container .gift-card-discount-feature-list .cart.table-wrapper .actions-toolbar>.action.action.action-apply:hover,.payment-option .gift-card-discount-feature-list .cart.table-wrapper .actions-toolbar>.action.action.action-apply:hover,.cart-container .gift-card-discount-feature-list .action-gift.action.primary.custom:hover,.payment-option .gift-card-discount-feature-list .action-gift.action.primary.custom:hover,.cart-container .gift-card-discount-feature-list .action-gift.action.action-apply:hover,.payment-option .gift-card-discount-feature-list .action-gift.action.action-apply:hover{border:none;background:#159f84;color:white}.cart-container .gift-card-discount-feature-list form,.payment-option .gift-card-discount-feature-list form{margin-top:10px}.cart-container .gift-card-discount-feature-list .ui-slider-horizontal,.payment-option .gift-card-discount-feature-list .ui-slider-horizontal{background:#3f98c9;height:8px}.cart-container .gift-card-discount-feature-list .ui-slider-handle,.payment-option .gift-card-discount-feature-list .ui-slider-handle{height:26px;background:#f4f4f4;border:1px solid #ccc;-webkit-border-radius:3px;border-radius:3px;top:-10px}.cart-container .gift-card-discount-feature-list .ruler,.payment-option .gift-card-discount-feature-list .ruler,.cart-container .gift-card-discount-feature-list .ruler li,.payment-option .gift-card-discount-feature-list .ruler li{margin:0;padding:0;list-style:none;display:inline-block}.cart-container .gift-card-discount-feature-list .ruler,.payment-option .gift-card-discount-feature-list .ruler,.cart-container .gift-card-discount-feature-list .ruler li,.payment-option .gift-card-discount-feature-list .ruler li{*display:inline}.cart-container .gift-card-discount-feature-list .ruler,.payment-option .gift-card-discount-feature-list .ruler{border-radius:2px;color:#ccc;margin:0;padding-left:10px;white-space:nowrap}.cart-container .gift-card-discount-feature-list .ruler li,.payment-option .gift-card-discount-feature-list .ruler li{padding-left:1cm;width:1em;margin:.64em -1em -0.64em;text-align:center;position:relative;text-shadow:1px 1px #efefbe}.cart-container .gift-card-discount-feature-list .ruler li:before,.payment-option .gift-card-discount-feature-list .ruler li:before{content:'';position:absolute;border-left:1px solid #ccc;height:.64em;top:-.64em;right:1em}.list-content .code-list{list-style-type:none;font-weight:bold}.list-content .code-list .gc-code-applied,.list-content .code-list .gc-amount{opacity:0.5}.list-content .code-list .gc-remove{cursor:pointer}.list-content .code-list .gc-amount{margin-left:20px}.list-content .code-list .slide-show:after{content:'\e621'}.giftcard-template-container{min-height:500px;padding-top:30px}.giftcard-template-container .giftcard-template-container-preview{margin:auto}.giftcard-template-container .giftcard-template-container-preview .giftcard-template-preview{transform-origin:top left;cursor:pointer}.giftcard-template-container .giftcard-template-container-preview .giftcard-template-preview .preview-giftcard{margin:auto;position:relative;overflow:hidden;border:1px solid #ccc;box-sizing:border-box}.giftcard-template-container .giftcard-template-setting{padding:20px 10px}.giftcard-template-container .giftcard-template-setting .block-title{text-rendering:optimizeLegibility;font-size:17px !important;line-height:1.255 !important;margin-bottom:10px !important;padding-bottom:4px;color:#111}.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-select{margin:0 11px}.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-choose-images{border:1px solid #ccc;background-color:#fef8f2;margin:11px}.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload{margin:15px 11px}.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload .image.image-placeholder .fileinput-button{bottom:0;left:0;position:absolute;right:0;top:0;overflow:hidden;float:left}.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload .image.image-placeholder .fileinput-button>span{display:none}.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload .image.image-placeholder input[type='file']{border:500px solid transparent;bottom:0;cursor:pointer;font-size:10em;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;width:100%;z-index:3}.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload .image.image-placeholder .template-image-wrapper:before{left:0;position:absolute;right:0;top:15px;z-index:1;-webkit-font-smoothing:antialiased;font-size:35px;line-height:inherit;color:#ccc;content:'\f030';font-family:'FontAwesome';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload .image.image-placeholder .image-placeholder-text{display:none;bottom:0;color:#008bdb;font-size:11px;left:0;line-height:1.333;margin:0;padding:0 1rem;position:absolute;right:0;text-align:center}.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload .image.image-placeholder .file-row{display:none;background:#fff url("../../frontend/Mgs/naelofar/en_US/images/loader-1.gif") no-repeat 50% 50%;bottom:0;height:100%;left:0;margin:auto;overflow:hidden;position:absolute;right:0;text-indent:-999em;top:0;width:100%;z-index:5;border:1px solid #adadad;padding:2px;box-sizing:border-box}.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload label[for="giftcard-template-upload-image"]{position:relative}.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload label[for="giftcard-template-upload-image"] .field-tooltip{right:-25px;top:-6px}.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload label[for="giftcard-template-upload-image"] .field-tooltip .field-tooltip-action:before{content:'\f05a';font-family:'FontAwesome'}.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .image.item-template{background:#fff;box-sizing:border-box;display:inline-block;margin:5px 0 5px 5px;position:relative;vertical-align:top;width:75px;height:75px}.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .image.item-template.active .template-image-wrapper{border:2px solid #ffa500}.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .template-image-wrapper{background:#fff;border:1px solid #ccc;box-sizing:border-box;cursor:pointer;line-height:1;margin-bottom:1rem;overflow:hidden;position:relative;width:75px;height:75px}.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .template-image-wrapper .template-image{bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0;z-index:1}.giftcard-information-container .giftcard-information{margin-bottom:8px}.giftcard-information-container .giftcard-field-label{width:105px;min-height:5px;text-align:right;margin-right:10px !important;margin-bottom:0 !important;float:left;line-height:33px;font-weight:600 !important}.giftcard-information-container .giftcard-field-wrapper{width:calc(100% - 115px);float:left}.giftcard-information-container .giftcard-field-wrapper button,.giftcard-information-container .giftcard-field-wrapper .cart.table-wrapper .actions-toolbar>.action,.giftcard-information-container .giftcard-field-wrapper .action-gift{width:auto}.giftcard-information-container .giftcard-field-wrapper .giftcard-design-input-container{display:inline-block;vertical-align:middle}.giftcard-information-container .giftcard-field-wrapper input.giftcard-design-open-amount{width:95px;font-size:12px;background-color:#fff;height:30px;padding:3px 7px;line-height:normal;border:1px solid #a6a6a6;border-top-color:#949494;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,0.5),0 1px 0 rgba(0,0,0,0.07000000000000001) inset;outline:0}.giftcard-information-container .giftcard-field-wrapper .active input.giftcard-design-open-amount,.giftcard-information-container .giftcard-field-wrapper input.giftcard-design-open-amount:focus{border-color:#e77600;box-shadow:0 0 3px 2px rgba(228,121,17,0.5)}.giftcard-information-container .giftcard-field-wrapper ul,.giftcard-information-container .giftcard-field-wrapper ul li{padding:0 !important;margin:0 0 5px 0 !important}.giftcard-information-container .giftcard-field-wrapper #delivery_date{width:130px;margin-right:5px}.giftcard-information-container .giftcard-field-wrapper .note{font-style:italic;font-size:12px}.giftcard-information-container .giftcard-information-delivery,.giftcard-information-container .giftcard-information-amount{margin-bottom:0 !important}.giftcard-design-button-container{position:relative;border-radius:3px;border-style:solid;border-width:1px;cursor:pointer;display:inline-block;padding:0;text-align:center;text-decoration:none !important;vertical-align:middle;border-color:#adb1b8 #a2a6ac #8d9096;background-color:#fff;box-shadow:0 1px 0 rgba(255,255,255,0.6) inset}.giftcard-design-button-container:hover{border-color:#a2a6ac #979aa1 #82858a;background-color:#f3f3f3}.giftcard-design-button-container .fa{display:none;position:absolute;bottom:-26px;color:#fef8f2;font-size:22px;text-shadow:0px -1px #ccc}.giftcard-design-button-container.active{border-color:#e77600;background-color:#fef8f2;font-weight:600}.giftcard-design-button-container.active .fa{display:inline-block}.giftcard-design-button-container button,.giftcard-design-button-container .cart.table-wrapper .actions-toolbar>.action,.giftcard-design-button-container .action-gift{color:#111;white-space:normal;padding:5px 10px 5px 11px;line-height:19px;width:121px;text-align:center;background-color:transparent;border:0;display:block;font-size:13px;margin:0;outline:0;vertical-align:middle;font-weight:normal}.clear{clear:both}.totals-giftcard-summary th,.totals-giftcard-summary td{border:none !important}.totals-giftcard-details th{padding-left:10px !important;border:none !important}.totals-giftcard-details td{padding-right:10px !important;border:none !important}.totals-giftcard-details{display:none}.totals-giftcard-details.shown{display:table-row}#discount-giftcard-form .fieldset.coupon{margin-bottom:10px}#discount-giftcard-form .fieldset.coupon .action.primary,#discount-giftcard-form .fieldset.coupon .amshopby-button,#discount-giftcard-form .fieldset.coupon .am-filter-go{height:32px;line-height:16px}#discount-giftcard-form .gift-card-apply>label{display:none}#discount-giftcard-form .gift-card-used{padding:0 0 20px 20px}.gift-card-saved-list,.gift-credit-apply{float:none !important;width:100% !important}.gift-card-saved-list .title strong,.gift-credit-apply .title strong{font-size:13px !important}.gift-credit-slider{width:80%;margin:10px auto}.gift-credit-label{padding-left:20%}#gift-card-credit-input{width:60px;display:inline-block;font-size:14px;height:24px}@media (max-width:370px){.giftcard-template-upload .field-tooltip._active .field-tooltip-content{max-width:100px}}@media (max-width:478px){.giftcard-template-upload .field-tooltip._active .field-tooltip-content{max-width:150px}}.payment-cart-title{font-size:20px;margin-bottom:10px}.reward-points-payment-content .reward-rate{text-align:left;margin:10px 0}.reward-points-payment-content .reward-rate .content{margin-left:10px}.reward-points-payment-content .range-slider{max-width:285px;margin:10px}.reward-points-payment-content .extra-controls{margin-left:50px}.reward-points-payment-content strong{font-weight:600}.reward-points-payment-content .mp-spent{width:58px;text-align:center}.payment-checkout-content{width:80%;margin-left:10px}.mp-reward-points{line-height:18px;margin:10px 5px 10px 5px}.mp-reward-points img,.mp-reward-points .mp-point-label{float:left}.mp-reward-points .mp-point-label{margin:0 0 0 5px;font-size:12px}.mp-reward-points .clr{clear:both}.mp-reward-points.mp-product{border:1px solid #95a486 !important;color:#3d6611 !important;padding:10px 15px 10px 15px}.mp-reward-cart{margin-left:15px}.item-balance{padding:0 20px;margin:10px 0;text-align:center}.item-balance .box-balance{height:65px}.item-balance .box-balance>span{line-height:65px;color:#ffffff;font-size:20px}.item-balance .available{background:#65d59a}.item-balance .earned{background:#6492f0}.item-balance .paid{background:#89c65e}.item-balance .label{padding-top:5px}.form-rewards-setting .actions-toolbar{clear:both}table.data.table{word-break:break-all}.naelofar-product-sold{color:#757575;font-size:12px;font-weight:500;line-height:1.4;margin:-9px 0 15px 0}.product-info-price>.naelofar-product-sold{flex:0 0 100%;margin:-9px 0 15px 0}@media only screen and (min-width:1025px){.hide-on-desktop{display:none !important}}@media only screen and (max-width:1024px) and (min-width:769px){.hide-on-tablet{display:none !important}}@media only screen and (max-width:768px){.hide-on-mobile{display:none !important}}@keyframes hs_pulse{0%{transform:scale(1);opacity:0}20%{opacity:0.6}100%{transform:scale(3);opacity:0}}.ox-hotspot__container{position:relative}.ox-hotspot__container>img{width:100%;display:block}.ox-hotspot__item{cursor:pointer;min-width:30px;height:30px;margin-top:-15px;margin-left:-15px;position:absolute;text-align:left;top:50%;left:50%}.ox-hotspot__item.-shadow .inner{box-shadow:0px 5px 9px rgba(0,0,0,0.25)}.ox-hotspot__item.-pulse:before{position:absolute;display:block;width:30px;height:30px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%;content:' ' !important;left:50%;top:50%;opacity:0;margin-top:-15px;margin-left:-15px;background-color:currentColor;animation:hs_pulse 2s ease infinite}.ox-hotspot__item .inner{width:100%;height:100%;display:flex;justify-content:center;align-items:center;align-content:center;position:relative;border-radius:30px;z-index:1}.ox-hotspot__item .-bold,.ox-hotspot__item .-text{line-height:1;display:block;font-weight:700}.ox-hotspot__item .-upper{text-transform:uppercase}.ox-hotspot__item:hover{z-index:2}.ox-hotspot__item:hover .ox-hotspot__tooltip{transition:all .3s ease;opacity:1;visibility:visible;top:-10px}.ox-hotspot__item a.overlay-link{position:absolute;width:100%;height:100%;display:block;z-index:2;background:none !important;line-height:0 !important;font-size:0 !important;color:transparent !important}.ox-hotspot__tooltip{position:absolute;top:0;left:15px;opacity:0;visibility:hidden;padding:12px 18px;background:#fff;box-shadow:0px 4px 20px 0px rgba(0,0,0,0.12);width:190px;transform:translateY(-100%) translateX(-50%);transition:all .15s ease;line-height:1.4}.ox-hotspot__tooltip:before{content:'';background:inherit;width:12px;height:12px;transform:rotate(45deg);display:block;position:absolute;bottom:-6px;left:calc(50% - 6px);z-index:-1}.ox-hotspot__icon.athlete2-icon-plus{position:relative;font-size:17px;width:17px;height:17px;line-height:17px;display:block;overflow:hidden}.ox-hotspot__icon.athlete2-icon-plus:after,.ox-hotspot__icon.athlete2-icon-plus:before{content:'';background:currentColor;width:17px;height:3px;top:7.5px;display:block;position:absolute}.ox-hotspot__icon.athlete2-icon-plus:after{transform:rotate(90deg)}.ox-hotspot__icon.athlete2-icon-plus-small{position:relative;width:10px;height:10px;display:block;overflow:hidden}.ox-hotspot__icon.athlete2-icon-plus-small:after,.ox-hotspot__icon.athlete2-icon-plus-small:before{content:'';background:currentColor;width:10px;height:2px;top:4px;display:block;position:absolute}.ox-hotspot__icon.athlete2-icon-plus-small:after{transform:rotate(90deg)}.ox-hotspot__icon.-icon-custom{display:flex;justify-content:center;align-items:center}.ox-hotspot__icon+.-text.hs{margin-left:5px}@keyframes move-action-top{0%{transform:translateY(10px) perspective(1px);opacity:0}100%{transform:translateY(0px) perspective(1px);opacity:1}}@keyframes move-action-bottom{0%{transform:translateY(0px) perspective(1px);opacity:1}100%{transform:translateY(10px) perspective(1px);opacity:0}}.ox-instagram-feed{width:100%;box-sizing:border-box}.ox-instagram-feed *,.ox-instagram-feed *::before,.ox-instagram-feed *::after{box-sizing:inherit}.ox-instagram-feed.no-gap{margin:0}.ox-instagram-feed.no-gap .ox-instagram-items,.ox-instagram-feed.no-gap .ox-instagram-item{padding:0 !important}.ox-instagram-feed .ox-instagram-item{padding:4px;width:100%;position:relative;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ox-instagram-feed .ox-instagram-item .inner{position:relative;display:block;cursor:pointer}.ox-instagram-feed .ox-instagram-item .-content{box-sizing:border-box;padding:20px}.ox-instagram-feed .ox-instagram-item .actions{margin-top:12px}.ox-instagram-feed .ox-instagram-item .actions .action{box-sizing:border-box;display:flex;align-items:center;vertical-align:top}.ox-instagram-feed .ox-instagram-item .actions .action:before{font-size:16px;width:100%;vertical-align:middle;display:inline-block;text-align:center}.ox-instagram-feed .ox-instagram-item .actions .action span{margin-left:5px;font-weight:bold;display:inline-table}.ox-instagram-feed .ox-instagram-item .action.likes:before{content:"\63"}.ox-instagram-feed .ox-instagram-item .action.comments:before{content:"\66"}.ox-instagram-feed .ox-instagram-item .ox-inst__video-btn{font-size:4rem;opacity:0;left:50%;top:50%;visibility:hidden;transform:translateY(-50%) translateX(-50%)}.ox-instagram-feed .ox-instagram-item:hover .-overlay{opacity:1}.ox-instagram-feed .ox-instagram-item:hover .ox-inst__video-btn{opacity:1;visibility:visible;transform:translateY(-50%) translateX(-50%)}.ox-instagram-feed .ox-instagram-item.-v-hover:hover .-media-type,.ox-instagram-feed .ox-instagram-item.playing .-media-type,.ox-instagram-feed .ox-instagram-item.-v-hover:hover .-overlay,.ox-instagram-feed .ox-instagram-item.playing .-overlay,.ox-instagram-feed .ox-instagram-item.-v-hover:hover .-content,.ox-instagram-feed .ox-instagram-item.playing .-content,.ox-instagram-feed .ox-instagram-item.-v-hover:hover .ox-inst__video-btn,.ox-instagram-feed .ox-instagram-item.playing .ox-inst__video-btn{opacity:0;visibility:hidden}.ox-instagram-feed .ox-instagram-item.-v-click:hover .-media-type{opacity:0}.ox-instagram-feed.title-align--center .ox-instagram__title{text-align:center}.ox-instagram-feed.title-align--left .ox-instagram__title{text-align:left}.ox-instagram-feed img{height:auto;outline:1px solid transparent}.ox-instagram-feed .caption{word-break:break-word}.ox-instagram-feed .-media-type{width:34px;height:34px;display:flex;justify-content:center;align-items:center;position:absolute;top:0;right:0;z-index:1;font-size:17px;filter:drop-shadow(1px 2px 3px rgba(0,0,0,0.22));color:white;pointer-events:none;transition:opacity .2s ease}.ox-instagram-feed .-media-type.ox-i-video{font-size:16px}.ox-instagram-feed .ox-instagram-image{position:absolute;width:100%;height:100%;object-fit:contain;object-position:center;top:0;left:0;margin:0;max-height:initial;transition:transform .3s}.ox-instagram-feed .ox-instagram-image.lazy:not(.lazy-loaded){width:44px;opacity:1;bottom:0;display:block;height:auto;left:0;margin:auto;max-width:100%;position:absolute;right:0;top:0}.ox-instagram-feed .media-wrapper{position:relative;width:100%;padding-bottom:100%;overflow:hidden;background:#f0f0f0;transition:transform .3s}.ox-instagram-feed .media-wrapper .-album{position:absolute}.ox-instagram-feed .-overlay{position:absolute;width:100%;height:100%;display:block;top:0;left:0;background:rgba(0,0,0,0.4);opacity:0;transition:opacity .3s ease}.ox-instagram-feed.-img-h-zoomin .ox-instagram-item:hover .ox-instagram-image{transform:scale(1.06)}.ox-instagram-feed.-img-h-zoomin .ox-instagram-item:hover .ox-instagram-image.-video{transform:scale(1)}.ox-instagram-feed.-img-h-zoomout .ox-instagram-item:hover .media-wrapper{transform:scale(.96)}.ox-instagram-feed.-boxed .inner{box-shadow:0px 10px 20px rgba(10,33,65,0.06);overflow:hidden}.ox-instagram-feed.-img-circle .media-wrapper{border-radius:50%}.ox-instagram-feed .ox-instagram-items{padding:4px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.ox-instagram-feed .overlay-link{position:absolute;width:100%;height:100%;display:block;top:0;left:0;font-size:0;line-height:0;color:transparent;box-shadow:none;border:none}.ox-instagram-feed .overlay-link{background:0 0 !important}.ox-instagram-feed .owl-carousel.-album~.-overlay{display:none}.ox-instagram-feed.-a-v-carousel .ox-instagram-item .owl-item>a{display:block;width:100%;height:0;padding-bottom:100%;position:relative}.ox-instagram-feed.-a-v-carousel .ox-instagram-item .owl-item img{width:100%;bottom:0;display:block;height:auto;left:0;margin:auto;max-width:100%;position:absolute;right:0;top:0}.ox-instagram-feed.-image-fit-cover .ox-instagram-image{object-fit:cover}.ox-instagram-feed.-image-fit-cover .ox-instagram-item .owl-item img{height:100%;object-fit:cover}.ox-inst__video-btn{cursor:pointer;position:absolute;color:white;font-size:4rem;line-height:1;filter:drop-shadow(1px 2px 11px rgba(0,0,0,0.2));transition:all .25s ease}.ox-inst__video-btn:before{margin-left:7px}.sr-only{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ox-product-block{padding:30px;margin-bottom:30px;clear:both}.ox-product-block .ox-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.ox-product-block ul:last-child,.ox-product-block p:last-child{margin-bottom:0}.ox-product-block .ox-instagram-feed,.ox-product-block .ox-instagram-feed.block{margin-bottom:0}.ox-product-block__col2,.ox-product-block__col1{position:relative;width:100%;padding-right:15px;padding-left:15px}@media (min-width:769px){.ox-product-block__col1{-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}.ox-product-block__col2{-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}.ox-product-block.-one-col .ox-product-block__col1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@keyframes hs_pulse{0%{transform:scale(1);opacity:0}20%{opacity:0.6}100%{transform:scale(3);opacity:0}}.ox-hotspot__container{position:relative}.ox-hotspot__container>img{width:100%;display:block}.ox-instagram__media.-album .ox-ihs__item[data-image-index]{display:none}.ox-instagram__media.-album .ox-ihs__item[data-image-index="1"],.ox-instagram__media.-album .ox-ihs__item.-show{display:block}.ox-instagram__media.-album .ox-ihs__item[data-image-index="1"].-hide{display:none}.ox-instagram__related-hotspots{z-index:2}.ox-instagram__related-hotspots .ox-ihs__item .inner{width:100%;height:100%;display:flex;justify-content:center;align-items:center;align-content:center;position:relative;z-index:auto;background:white}.ox-ihs__item{cursor:pointer;margin-top:-15px;margin-left:-15px;position:absolute;text-align:left;top:50%;left:50%}.ox-ihs__item.-shadow .inner{box-shadow:0px 5px 9px rgba(0,0,0,0.25)}.ox-ihs__item.-shadow.-style-bag-filled .inner,.ox-ihs__item.-shadow.-style-tag-45 .inner,.ox-ihs__item.-shadow.-style-tag-ht .inner,.ox-ihs__item.-shadow.-style-tag-hs .inner{box-shadow:none}.ox-ihs__item.-shadow.-style-bag-filled .-icon-wrap,.ox-ihs__item.-shadow.-style-tag-45 .-icon-wrap,.ox-ihs__item.-shadow.-style-tag-ht .-icon-wrap,.ox-ihs__item.-shadow.-style-tag-hs .-icon-wrap{filter:drop-shadow(0px 5px 9px rgba(0,0,0,0.25))}.ox-ihs__item.-style-bag-filled .inner,.ox-ihs__item.-style-tag-45 .inner,.ox-ihs__item.-style-tag-ht .inner,.ox-ihs__item.-style-tag-hs .inner{background:none}.ox-ihs__item.-style-bag-filled .-icon-wrap,.ox-ihs__item.-style-tag-45 .-icon-wrap{line-height:0}.ox-ihs__item.-style-cart-circle,.ox-ihs__item.-style-bag-circle{width:44px;height:44px}.ox-ihs__item.-style-cart-circle .inner,.ox-ihs__item.-style-bag-circle .inner{border-radius:22px;background-color:white}.ox-ihs__item.-style-cart-circle .ox-hotspot__tooltip,.ox-ihs__item.-style-bag-circle .ox-hotspot__tooltip{left:22px}.ox-ihs__item.-pulse:before{position:absolute;display:block;width:30px;height:30px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%;content:' ' !important;left:50%;top:50%;opacity:0;margin-top:-15px;margin-left:-15px;background-color:white;animation:hs_pulse 2s ease infinite}.ox-ihs__item.-style-default{width:auto;min-width:30px;height:30px}.ox-ihs__item.-style-default .inner{border-radius:40px}.ox-ihs__item .-bold,.ox-ihs__item .-text{line-height:1;display:block;font-weight:700}.ox-ihs__item .-upper{text-transform:uppercase}.ox-ihs__item.ox-inst__hs-active .ox-hotspot__tooltip,.ox-ihs__item:hover .ox-hotspot__tooltip{transition:all .3s ease;opacity:1;visibility:visible;top:-10px}.ox-hotspot__tooltip{position:absolute;top:0;left:50%;opacity:0;visibility:hidden;padding:12px 18px;background:white;box-shadow:0px 4px 20px 0px rgba(0,0,0,0.12);width:190px;transform:translateY(-100%) translateX(-50%);transition:all .15s ease;line-height:1.4;z-index:5}.ox-hotspot__tooltip:before{content:'';background:inherit;width:12px;height:12px;transform:rotate(45deg);display:block;position:absolute;bottom:-6px;left:calc(50% - 6px);z-index:-1}.ox-hotspot__tooltip p:last-child{margin-bottom:0}.ox-hotspot__icon.ox-icon-plus{position:relative;font-size:17px;width:17px;height:17px;line-height:17px;display:block;overflow:hidden}.ox-hotspot__icon.ox-icon-plus-small{position:relative;width:10px;height:10px;display:block;overflow:hidden}.ox-hotspot__icon.ox-icon-plus-small:after,.ox-hotspot__icon.ox-icon-plus-small:before{content:'';background:currentColor;width:10px;height:2px;top:4px;display:block;position:absolute}.ox-hotspot__icon.ox-icon-plus-small:after{transform:rotate(90deg)}.ox-hotspot__icon+.hs-text{margin-left:5px}.ox-ihs__item.-style-tag-ht .-icon-wrap,.ox-ihs__item.-style-tag-hs .-icon-wrap{height:28px;display:flex}.ox-ihs__item.-style-tag-ht .-icon-wrap svg,.ox-ihs__item.-style-tag-hs .-icon-wrap svg{height:100%}.ox-ihs__item.-style-tag-ht .-icon-inner,.ox-ihs__item.-style-tag-hs .-icon-inner{background:white;display:flex;align-items:center;justify-content:center;border-radius:7px 0 0 7px;padding:5px 2px 5px 12px;flex:1}.ox-ihs__item.-style-tag-ht .-icon-inner{padding:5px 6px 5px 12px}.ox-ihs__item.-style-tag-45 .-icon-wrap{height:29px;width:29px;display:flex}.ox-ihs__item.-style-tag-45 .-icon-wrap svg{height:100%}@font-face{font-family:"ox-instagram";src:url("../../frontend/Mgs/supro/en_US/Olegnax_InstagramFeedPro/fonts/ox-instagram.eot");src:url("../../frontend/Mgs/supro/en_US/Olegnax_InstagramFeedPro/fonts/ox-instagram.eot?#iefix") format("embedded-opentype"),url("../../frontend/Mgs/supro/en_US/Olegnax_InstagramFeedPro/fonts/ox-instagram.woff") format("woff"),url("../../frontend/Mgs/supro/en_US/Olegnax_InstagramFeedPro/fonts/ox-instagram.ttf") format("truetype"),url("../../frontend/Mgs/supro/en_US/Olegnax_InstagramFeedPro/fonts/ox-instagram.svg#ox-instagram") format("svg");font-weight:normal;font-style:normal;font-display:swap}[data-icon]:before{font-family:"ox-instagram" !important;content:attr(data-icon);font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class^="ox-i"]:before,[class*=" ox-i"]:before{font-family:"ox-instagram" !important;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ox-i-carousel_album-f:before{content:"\61"}.ox-i-heart-f:before{content:"\62"}.ox-i-heart-o:before{content:"\63"}.ox-i-video:before,.ox-i-video-f:before{content:"\65"}.ox-i-comment:before{content:"\66"}.ox-i-comment-f:before{content:"\67"}.ox-i-share:before{content:"\68"}.ox-i-facebook:before{content:"\69"}.ox-i-instagram:before{content:"\6a"}.ox-i-linkedin-in:before{content:"\6b"}.ox-i-whatsapp:before{content:"\6c"}.ox-i-letter:before{content:"\6d"}.ox-i-pinterest:before{content:"\6e"}.ox-i-twitter:before{content:"\6f"}.ox-i-heart:before{content:"\70"}.ox-i-bubble:before{content:"\71"}.ox-i-link:before{content:"\72"}.ox-i-cart-o:before{content:"\74"}.ox-i-bag-o:before{content:"\75"}.ox-i-bag-s:before{content:"\76"}.ox-i-video-o-s:before{content:"\77"}.ox-i-video-big-o-s:before{content:"\78"}.ox-i-video-f-s:before{content:"\79"}.ox-i-carousel_album-o-s:before{content:"\73"}.ox-i-carousel_album-f-s:before{content:"\7a"}.ox-tooltip{position:absolute;top:0;opacity:0;visibility:hidden;padding:12px 18px;color:#fff;background:#000;box-shadow:0px 4px 20px 0px rgba(0,0,0,0.12);width:190px;transform:translateY(-100%) translateX(-50%);transition:all .15s ease;line-height:1.4;text-align:center}.ox-tooltip:before{content:'';background:inherit;width:12px;height:12px;transform:rotate(45deg);display:block;position:absolute;bottom:-6px;left:calc(50% - 6px);z-index:-1}@keyframes oblink{0%{opacity:1}50%{opacity:0.3}100%{opacity:1}}.ox-lazy .ox-instagram__media img.lazy{opacity:1}.ox-instagram-modal{box-sizing:border-box}.ox-instagram-modal *,.ox-instagram-modal *::before,.ox-instagram-modal *::after{box-sizing:inherit}.ox-instagram-modal.modal-popup{padding:20px 0;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;pointer-events:all}.ox-instagram-modal img{height:auto}.ox-instagram-modal .modal-inner-wrap{margin:auto;position:static;-webkit-transform:translateY(50px);transform:translateY(50px);transition:opacity .3s ease,transform .3s ease;background-color:#fff;width:90%;max-width:940px;box-shadow:0 20px 36px rgba(0,0,0,0.26)}.ox-instagram-modal .modal-header{padding:0 !important;height:0 !important}.ox-instagram-modal .modal-content{padding:0 !important}.ox-instagram-modal .ox-instagram-modal__content{position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ox-instagram-modal .ox-instagram-modal__content>.ox-modal__nav{position:absolute;width:100%;height:100%;display:flex;align-items:center}.ox-instagram-modal .ox-instagram-modal__content>.ox-modal__nav .ox-modal__prev{left:0}.ox-instagram-modal .ox-instagram-modal__content>.ox-modal__nav .ox-modal__next{right:0}.ox-instagram-modal .ox-modal__prev,.ox-instagram-modal .ox-modal__next{position:relative;padding:10px;background:transparent;margin:0;border-radius:0;box-shadow:none;border:none;display:inline-block;height:80px;width:50px}.ox-instagram-modal .ox-modal__prev:after,.ox-instagram-modal .ox-modal__next:after,.ox-instagram-modal .ox-modal__prev:before,.ox-instagram-modal .ox-modal__next:before{content:none}.ox-instagram-modal .ox-modal__prev span,.ox-instagram-modal .ox-modal__next span{color:transparent;font-size:0;height:100%;width:100%;display:block;position:relative;right:-2px;transition:right .2s ease}.ox-instagram-modal .ox-modal__prev span:before,.ox-instagram-modal .ox-modal__next span:before,.ox-instagram-modal .ox-modal__prev span:after,.ox-instagram-modal .ox-modal__next span:after{content:' ';width:100%;height:4px;display:block;background:#fff;position:absolute;transform:rotate(45deg);left:4px;top:calc(50% - 4px);transform-origin:left;transition:.2s ease;transition-property:transform,width}.ox-instagram-modal .ox-modal__prev span:after,.ox-instagram-modal .ox-modal__next span:after{transform:rotate(-45deg);top:calc(50% - 2px)}.ox-instagram-modal .ox-modal__prev:focus,.ox-instagram-modal .ox-modal__next:focus,.ox-instagram-modal .ox-modal__prev:hover,.ox-instagram-modal .ox-modal__next:hover{background:none}.ox-instagram-modal .ox-modal__prev:focus span,.ox-instagram-modal .ox-modal__next:focus span,.ox-instagram-modal .ox-modal__prev:hover span,.ox-instagram-modal .ox-modal__next:hover span{right:5px}.ox-instagram-modal .ox-modal__next{transform:scale(-1)}.ox-instagram-modal .ox-instagram__media{background:#efefef;z-index:2;display:flex;justify-content:center;align-items:center;width:100%;position:relative}.ox-instagram-modal .ox-instagram__media video{position:absolute;width:100%;height:100%}.ox-instagram-modal .ox-instagram__media .-image-wrap{position:relative;display:flex;justify-content:center;align-items:center;width:100%}.ox-instagram-modal .ox-instagram__media .-image-wrap>img{height:auto;display:block;object-fit:contain}.ox-instagram-modal .ox-instagram__media .ox-inst__video-btn{width:120px;height:120px;background:rgba(0,0,0,0.3);border-radius:50%;display:flex;justify-content:center;align-items:center}.ox-instagram-modal .ox-instagram__media.playing .ox-inst__video-btn{opacity:0;visibility:hidden}.ox-instagram-modal .ox-instagram__media:hover .ox-inst__video-btn{transform:scale(1.1)}.ox-instagram-modal .ox-instagram__info{width:100%;padding:0;margin:0;position:relative}.ox-instagram-modal .ox-instagram__info .-account-name{display:flex;align-items:center;padding:15px 45px 15px 20px;border-bottom:1px solid rgba(120,120,120,0.15);font-weight:700;line-height:1.2}.ox-instagram-modal .ox-instagram__info .-account-name .-img{margin-right:15px;line-height:0;text-decoration:none;border:none;border-radius:50px;overflow:hidden;width:50px;height:50px;padding:2px;border:2px solid rgba(0,0,0,0.08);transition:border-color .25s ease}.ox-instagram-modal .ox-instagram__info .-account-name img{line-height:1;font-size:10px;font-weight:normal;width:42px;height:42px;border-radius:42px}.ox-instagram-modal .ox-instagram__info .-account-name:hover .-img{border-color:rgba(0,0,0,0.8)}.ox-instagram-modal .ox-instagram__info .-account-name a,.ox-instagram-modal .ox-instagram__info .-account-name a:active,.ox-instagram-modal .ox-instagram__info .-account-name a:hover{text-decoration:none}.ox-instagram-modal .ox-instagram__info .-name span{display:block}.ox-instagram-modal .ox-instagram__info .-name .-follow{transition:border .2s ease;display:inline-block;border-bottom:1px solid}.ox-instagram-modal .ox-instagram__info .-name .-follow:hover{border-color:transparent}.ox-instagram-modal .ox-instagram__info .-post-info{padding:20px;border-bottom:1px solid rgba(120,120,120,0.15)}.ox-instagram-modal .ox-instagram__info .-date,.ox-instagram-modal .ox-instagram__info .-description{margin-bottom:10px}.ox-instagram-modal .ox-instagram__info .-date{opacity:0.6}.ox-instagram-modal .ox-instagram__info .-name,.ox-instagram-modal .ox-instagram__info .-img{display:inline-block}.ox-instagram-modal .ox-instagram__info::-webkit-scrollbar{width:6px}.ox-instagram-modal .ox-instagram__info::-webkit-scrollbar-track{-webkit-border-radius:3px;border-radius:3px;background-color:rgba(218,218,218,0.44)}.ox-instagram-modal .ox-instagram__info::-webkit-scrollbar-thumb{-webkit-border-radius:3px;border-radius:3px;background-color:#dadada}.ox-instagram-modal .ox-instagram__info::-webkit-scrollbar-thumb:window-inactive{background-color:rgba(218,218,218,0.65)}.ox-instagram-modal .action-close{cursor:pointer;position:absolute;top:0px;right:0px;padding:10px;z-index:90;transition:.3s ease;line-height:0;transition-property:transform,opacity,color,background}.ox-instagram-modal .action-close:before,.ox-instagram-modal .action-close:after{content:none}.ox-instagram-modal .action-close span{display:inline-block;width:20px;height:20px;vertical-align:middle;position:relative;overflow:hidden;clip:initial;font-size:0;color:transparent;margin:0}.ox-instagram-modal .action-close span.text{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ox-instagram-modal .action-close span:before,.ox-instagram-modal .action-close span:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;transform-origin:50% 50%;opacity:1;transition:transform ease .3s;background:#000}.ox-instagram-modal .action-close span:before{transform:rotate(45deg)}.ox-instagram-modal .action-close span:after{transform:rotate(-45deg)}.ox-instagram-modal .action-close:focus span:before,.ox-instagram-modal .action-close:focus span:after{background:#000}.ox-instagram-modal .action-close:hover span:before,.ox-instagram-modal .action-close:hover span:after{transform:rotate(0);background:#000}.ox-instagram-modal .ox-i-social-button{width:30px;height:30px;display:flex;justify-content:center;align-items:center;padding:0;position:relative;cursor:pointer;margin-right:5px;margin-top:5px;color:#444}.ox-instagram-modal .ox-i-social-button:before{font-size:19px}.ox-instagram-modal .ox-i-social-button.-facebook:before{font-size:16px;position:relative}.ox-instagram-modal .ox-i-social-button .ox-tooltip{left:15px}.ox-instagram-modal .ox-i-social-button.-show-tooltip .ox-tooltip,.ox-instagram-modal .ox-i-social-button:hover .ox-tooltip{transition:all .3s ease;opacity:1;visibility:visible;top:-10px}.ox-instagram-modal .ox-i-social-button,.ox-instagram-modal .ox-i-social-button:active,.ox-instagram-modal .ox-i-social-button:hover{text-decoration:none}.ox-instagram-modal .-activity-info{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:14px;margin-top:14px}.ox-instagram-modal .-activity-info a,.ox-instagram-modal .-activity-info span{margin-right:10px;display:inline-flex;font-weight:500}.ox-instagram-modal .-activity-info a,.ox-instagram-modal .-activity-info a:active,.ox-instagram-modal .-activity-info a:hover{text-decoration:none}.ox-instagram-modal .-activity-info .-likes:before{content:"\63";font-size:17px;margin-right:8px;margin-top:1px}.ox-instagram-modal .-activity-info .-comments:before{content:"\66";font-size:18px;margin-right:8px}.ox-instagram__related-products .-loader{margin:20px;animation:oblink .65s infinite linear;height:200px;background-repeat:repeat-y;background-position:top left;background-image:url('../../frontend/Mgs/supro/en_US/Olegnax_InstagramFeedPro/images/preloader-related.svg')}.ox-instagram__social-share{margin-left:-6px;margin-top:7px;display:flex;flex-wrap:wrap}.ox-instagram__social-share:hover>*{opacity:0.5}.ox-instagram__social-share .ox-i-social-button:hover{opacity:1}@media (max-width:799px){.ox-instagram-modal .ox-instagram-modal__content>.ox-modal__nav{position:relative;height:auto;order:3;justify-content:space-between;border-top:1px solid rgba(120,120,120,0.15);margin-top:10px}.ox-instagram-modal .ox-modal__next,.ox-instagram-modal .ox-modal__prev{height:50px;width:40px}.ox-instagram-modal .ox-modal__next span,.ox-instagram-modal .ox-modal__prev span{width:12px}.ox-instagram-modal .ox-modal__next span:before,.ox-instagram-modal .ox-modal__prev span:before,.ox-instagram-modal .ox-modal__next span:after,.ox-instagram-modal .ox-modal__prev span:after{background:#000000;height:2px;top:calc(50% - 1px)}}@media (min-width:800px){.ox-instagram-modal .ox-instagram-modal__content{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ox-instagram-modal .ox-instagram__media{max-width:calc(100% -  330px )}.ox-instagram-modal .ox-instagram__info{overflow-y:auto;max-height:600px;max-width:330px}.ox-instagram-modal .ox-instagram-modal__content>.ox-modal__nav .ox-modal__next,.ox-instagram-modal .ox-instagram-modal__content>.ox-modal__nav .ox-modal__prev{position:absolute}.ox-instagram-modal._show .ox-instagram-modal__content>.ox-modal__nav .ox-modal__prev{left:-50px}.ox-instagram-modal._show .ox-instagram-modal__content>.ox-modal__nav .ox-modal__next{right:-50px}}.ox-inst-product{padding:10px;transition:background .3s ease}.ox-inst-product .-photo{display:block;height:0;padding-bottom:100%;background:#f2f2f2;overflow:hidden;position:relative}.ox-inst-product.ox-inst__hs-active,.ox-inst-product:hover{background:#f1f1f1}.ox-inst-product .-actions .action{padding:0;display:flex;justify-content:center;align-items:center;width:30px;height:30px;transition:all .3s ease}.ox-inst-product .-actions .action,.ox-inst-product .-actions .action:active,.ox-inst-product .-actions .action:hover{text-decoration:none}.ox-inst-product .-actions .action span{display:none}.ox-inst-product .-actions .action.towishlist:before{content:"\63";font-family:"ox-instagram" !important;font-size:16px;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ox-instagram__related-products.list .ox-inst-product{margin:0 10px;display:flex;align-items:center}.ox-instagram__related-products.list .ox-inst-product:first-child{margin-top:10px}.ox-instagram__related-products.list .ox-inst-product .-image-wrap{width:60px;flex:0 0 60px}.ox-instagram__related-products.list .ox-inst-product .-details{margin-left:12px}.ox-instagram__related-products.list .ox-inst-product .-actions{padding-left:7px;margin-left:auto}.ox-instagram__related-products.list .ox-inst-product .-actions .action{margin-left:auto}.ox-instagram__related-products.grid{display:flex;flex-wrap:wrap}.ox-instagram__related-products.grid .ox-inst-product{margin:10px 10px 0 10px;width:100%;max-width:calc(50% - 10px);-webkit-flex-basis:calc(50% - 10px);-ms-flex-preferred-size:calc(50% - 10px);flex-basis:calc(50% - 10px)}.ox-instagram__related-products.grid .ox-inst-product .-details{margin-top:10px;text-align:center}.ox-instagram__related-products.grid .ox-inst-product .-actions{display:flex;justify-content:center}.ox-instagram__related-products.grid .ox-inst-product>.-actions{margin-top:10px}.ox-instagram__related-products.grid .ox-inst-product>.-actions .action{margin-left:3px;margin-right:3px}.ox-instagram__related-products.grid .ox-inst-product:nth-child(even){margin-left:0}.ox-instagram__related-products.grid .ox-inst-product:nth-child(odd){margin-right:0}.ox-instagram__related-products.grid.-v2 .ox-inst-product .-image-wrap{position:relative}.ox-instagram__related-products.grid.-v2 .ox-inst-product .-actions{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);z-index:2;display:inline-flex}.ox-instagram__related-products.grid.-v2 .ox-inst-product .-actions .action{width:38px;height:36px;transform:translateY(10px) perspective(1px);transition:all .6s ease-in-out;opacity:0;visibility:hidden;animation:move-action-bottom .15s cubic-bezier(.33, .975, .245, .91) forwards;will-change:transform}.ox-instagram__related-products.grid.-v2 .ox-inst-product:hover .-actions .action{visibility:visible;animation:move-action-top .15s cubic-bezier(.33, .975, .245, .91) forwards}.ox-instagram__related-products.grid.-v2 .ox-inst-product:hover .-actions .action.towishlist{animation-delay:50ms}.ox-instagram-feed.-s-below .caption{display:block;max-height:200px;overflow:hidden;position:relative;margin:7px 0}.ox-instagram-feed.-s-below .media-wrapper{position:relative;width:100%;padding-bottom:100%;overflow:hidden;background:#f0f0f0}.ox-instagram-feed.-s-below .-content{padding:12px 0}.ox-instagram-feed.-s-below .-content>.button{margin:7px 0}.ox-instagram-feed.-s-below .actions{display:flex;align-items:center;flex-wrap:wrap;padding:7px 0 0 0;margin-bottom:7px;margin-top:auto}.ox-instagram-feed.-s-below .actions .date{opacity:0.7;margin-right:auto}.ox-instagram-feed.-s-below .ox-instagram-item{padding:10px}.ox-instagram-feed.-s-below .ox-instagram-item .actions .action{margin:3px}.ox-instagram-feed.-s-below .ox-instagram-item .actions .action:before{margin-bottom:2px}.ox-instagram-feed.-s-below.-boxed .-content{padding-left:20px;padding-right:20px}.ox-instagram-feed.-s-below.-stretch .ox-instagram-item{display:flex}.ox-instagram-feed.-s-below.-stretch .ox-instagram-item .-content{height:100%;display:flex;flex-direction:column}.ox-instagram-feed.-s-below.-stretch .inner{display:flex;flex-direction:column;width:100%}.ox-instagram-feed.-s-below.-stretch .caption{flex-grow:1}.ox-instagram-feed.-s-below.-ia-center .-content{text-align:center}.ox-instagram-feed.-s-below.-ia-center .actions{text-align:center;justify-content:center}.ox-instagram-feed.-s-below.-ia-center .actions .date{margin:0 0 6px 0;flex:0 0 100%}.ox-instagram-feed.-s-overlay .ox-instagram-item .-content.-c-over{position:absolute;top:4px;left:4px;height:calc(100% - 8px);width:calc(100% - 8px);display:flex;padding:20px;text-align:center;overflow:auto;transition:opacity .3s ease;opacity:0}.ox-instagram-feed.-s-overlay .ox-instagram-item .-content.-c-over .actions{display:flex;justify-content:center}.ox-instagram-feed.-s-overlay .ox-instagram-item .-content.-c-over .actions .action{padding:10px;min-width:43px;height:42px;background:#000000;color:#ffffff;transition:all 300ms ease}.ox-instagram-feed.-s-overlay .ox-instagram-item .-content.-c-over .actions .action span{margin-left:7px}.ox-instagram-feed.-s-overlay .ox-instagram-item .-content.-c-over .actions .action:before{line-height:43px}.ox-instagram-feed.-s-overlay .ox-instagram-item .-content.-c-over .actions,.ox-instagram-feed.-s-overlay .ox-instagram-item .-content.-c-over .button,.ox-instagram-feed.-s-overlay .ox-instagram-item .-content.-c-over .caption,.ox-instagram-feed.-s-overlay .ox-instagram-item .-content.-c-over .date{margin-top:12px;margin-bottom:12px}.ox-instagram-feed.-s-overlay .ox-instagram-item .-content.-c-over .actions+.button{margin-top:-5px}.ox-instagram-feed.-s-overlay .ox-instagram-item .-content.-c-over .caption,.ox-instagram-feed.-s-overlay .ox-instagram-item .-content.-c-over .date{display:block;color:white}.ox-instagram-feed.-s-overlay .ox-instagram-item .-content.-c-over .-scroll{margin:auto}.ox-instagram-feed.-s-overlay .ox-instagram-item .-content.-c-over::-webkit-scrollbar{width:6px}.ox-instagram-feed.-s-overlay .ox-instagram-item .-content.-c-over::-webkit-scrollbar-track{-webkit-border-radius:3px;border-radius:3px;background-color:rgba(255,255,255,0.44)}.ox-instagram-feed.-s-overlay .ox-instagram-item .-content.-c-over::-webkit-scrollbar-thumb{-webkit-border-radius:3px;border-radius:3px;background-color:white}.ox-instagram-feed.-s-overlay .ox-instagram-item .-content.-c-over::-webkit-scrollbar-thumb:window-inactive{background-color:rgba(255,255,255,0.65)}.ox-instagram-feed.-s-overlay .ox-instagram-item.-v-hover:hover .-content.-c-over{opacity:0}.ox-instagram-feed.-s-overlay .ox-instagram-item:hover .-content.-c-over{opacity:1}.ox-instagram-feed.-s-overlay .ox-instagram-item:hover .-media-type{opacity:0}.ox-instagram-feed.-s-overlay.-item-h-fade .ox-instagram-item:hover .-content.-c-over .action{opacity:1;visibility:visible}.ox-instagram-feed.-s-overlay.-item-h-moveup .ox-instagram-item .-content.-c-over .button,.ox-instagram-feed.-s-overlay.-item-h-moveup .ox-instagram-item .-content.-c-over .action{opacity:0;visibility:hidden;transition:all 600ms ease-in-out;transform:translateY(10px) perspective(1px);will-change:transform;position:relative;animation:move-action-bottom .15s cubic-bezier(.33, .975, .245, .91) forwards}.ox-instagram-feed.-s-overlay.-item-h-moveup .ox-instagram-item:hover .-content.-c-over .action{visibility:visible;animation:move-action-top .15s cubic-bezier(.33, .975, .245, .91) forwards}.ox-instagram-feed.-s-overlay.-item-h-moveup .ox-instagram-item:hover .-content.-c-over .action.comments{animation-delay:100ms}.ox-instagram-feed.-s-overlay.-item-h-moveup .ox-instagram-item:hover .-content.-c-over .button{visibility:visible;animation:move-action-top .15s cubic-bezier(.33, .975, .245, .91) forwards;animation-delay:150ms}.ox-instagram-feed.-s-overlay.-img-circle .ox-instagram-item .inner{border-radius:50%}.ox-instagram-feed.-l-big-images .ox-instagram-items,.ox-instagram-feed.-l-first-image .ox-instagram-items{margin:4px;padding:0;display:inline-block;width:100%}.ox-instagram-feed.-l-big-images .ox-instagram-items:after,.ox-instagram-feed.-l-first-image .ox-instagram-items:after{content:'';display:table;clear:both}.ox-instagram-feed.-l-big-images .ox-instagram-item,.ox-instagram-feed.-l-first-image .ox-instagram-item{float:left}.ox-instagram__media .owl-carousel .owl-dots,.ox-instagram-item .owl-carousel .owl-dots{position:absolute;bottom:0;width:100%;text-align:center;display:flex;justify-content:center;pointer-events:none;padding:0}.ox-instagram__media .owl-carousel .owl-dots button.owl-dot,.ox-instagram-item .owl-carousel .owl-dots button.owl-dot,.ox-instagram__media .owl-carousel .owl-dots .cart.table-wrapper .actions-toolbar>.action.owl-dot,.ox-instagram-item .owl-carousel .owl-dots .cart.table-wrapper .actions-toolbar>.action.owl-dot,.ox-instagram__media .owl-carousel .owl-dots .action-gift.owl-dot,.ox-instagram-item .owl-carousel .owl-dots .action-gift.owl-dot{pointer-events:auto}.ox-instagram-feed .ox-instagram-items.owl-carousel{max-width:100%;padding:0}.ox-instagram-feed .ox-instagram-items.owl-carousel:not(.owl-loaded){display:flex;flex-wrap:nowrap;max-width:100%;overflow:hidden}.ox-instagram-feed .ox-instagram-items.owl-carousel:not(.owl-loaded)>div{opacity:0;visibility:hidden}.ox-instagram-feed .ox-instagram-items .owl-item>.ox-instagram-item{width:100%;max-width:none !important}.ox-instagram-feed.-boxed.-s-below .ox-instagram-items.owl-carousel .ox-instagram-item{padding-top:12px;padding-bottom:24px}.ox-instagram-feed.-boxed.-s-below .ox-instagram-items.owl-carousel .owl-stage-outer>.owl-stage{display:flex}.ox-instagram-feed.-boxed.-s-below .ox-instagram-items.owl-carousel .owl-stage-outer>.owl-stage>.owl-item{display:flex}.ox-instagram-feed.-boxed.-s-below .ox-instagram-items.owl-carousel .owl-stage-outer>.owl-stage>.owl-item .ox-instagram-item{-ms-flex:0 0 100% !important;flex:0 0 100% !important;max-width:100% !important}.ox-instagram-feed.-boxed.-s-below .ox-instagram-items>.owl-dots{padding-top:15px}.ox-instagram-items>.owl-nav .owl-prev{opacity:0;transform:translateX(-20px)}.ox-instagram-items>.owl-nav .owl-next{opacity:0;transform:translateX(20px)}.ox-instagram-items:hover>.owl-nav .owl-prev{opacity:1;transform:translateX(10px)}.ox-instagram-items:hover>.owl-nav .owl-next{opacity:1;transform:translateX(-10px)}.ox-inst__nav-outside .ox-instagram-items:hover>.owl-nav .owl-prev{transform:translateX(-10px)}.ox-inst__nav-outside .ox-instagram-items:hover>.owl-nav .owl-next{transform:translateX(10px)}.dots-on{padding-bottom:12px}.dots-on .ox-instagram-items>.owl-nav .owl-prev,.dots-on .ox-instagram-items>.owl-nav .owl-next{margin-top:-25px}.ox-instagram__media .owl-carousel .owl-nav,.ox-instagram-feed .owl-carousel .owl-nav{position:absolute;top:calc(50% - 15px);left:0;width:100%;display:flex;justify-content:space-between;height:0}.ox-instagram__media .owl-carousel .owl-nav button,.ox-instagram-feed .owl-carousel .owl-nav button,.ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action,.ox-instagram-feed .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action,.ox-instagram__media .owl-carousel .owl-nav .action-gift,.ox-instagram-feed .owl-carousel .owl-nav .action-gift{transition:.2s ease}.ox-inst__nav-outside.ox-inst__nav-circle>.ox-instagram-items.owl-carousel>.owl-nav .owl-prev:hover{transform:translateX(-10px) translateY(3px)}.ox-inst__nav-outside.ox-inst__nav-circle>.ox-instagram-items.owl-carousel>.owl-nav .owl-next:hover{transform:translateX(10px) translateY(3px)}.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav button,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .action-gift{width:30px;height:30px;padding:0;color:#000000;background:#ffffff;border-radius:50%;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,0.22)}.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav button span,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action span,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .action-gift span{line-height:15px;height:15px;width:10px;color:transparent;display:inline-block;position:relative}.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav button span:after,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav button span:before,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action span:after,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action span:before,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .action-gift span:after,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .action-gift span:before{content:' ';width:2px;height:7px;display:block;background:#000000;position:absolute;transform:rotate(45deg);left:3px;top:2px}.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav button span:after,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action span:after,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .action-gift span:after{transform:rotate(-45deg);top:6px}.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav button:after,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action:after,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .action-gift:after{background:transparent}.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav button:hover,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action:hover,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .action-gift:hover{background:#ffffff;color:#000000;box-shadow:0 2px 5px rgba(0,0,0,0.22);transform:translateY(3px)}.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav button:hover span:after,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav button:hover span:before,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action:hover span:after,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action:hover span:before,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .action-gift:hover span:after,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .action-gift:hover span:before{background:#000000}.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav button.owl-prev:hover,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action.owl-prev:hover,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .action-gift.owl-prev:hover{transform:translateY(3px)}.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav button.owl-next:hover,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action.owl-next:hover,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .action-gift.owl-next:hover{transform:translateY(3px)}.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav button.owl-next span,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action.owl-next span,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .action-gift.owl-next span{transform:scale(-1)}.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav button.owl-prev,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action.owl-prev,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .action-gift.owl-prev{margin-left:5px}.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav button.owl-next,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action.owl-next,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .action-gift.owl-next{margin-right:5px}.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav button,.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav .cart.table-wrapper .actions-toolbar>.action,.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav .action-gift{width:44px;height:44px;padding:0;color:#000000;background:#ffffff;border-radius:50%;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,0.11)}.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav button span,.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav .cart.table-wrapper .actions-toolbar>.action span,.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav .action-gift span{line-height:15px;height:15px;width:10px;color:transparent;display:inline-block;position:relative}.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav button span:after,.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav button span:before,.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav .cart.table-wrapper .actions-toolbar>.action span:after,.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav .cart.table-wrapper .actions-toolbar>.action span:before,.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav .action-gift span:after,.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav .action-gift span:before{content:' ';width:2px;height:7px;display:block;background:#000000;position:absolute;transform:rotate(45deg);left:3px;top:2px}.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav button span:after,.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav .cart.table-wrapper .actions-toolbar>.action span:after,.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav .action-gift span:after{transform:rotate(-45deg);top:6px}.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav button:after,.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav .cart.table-wrapper .actions-toolbar>.action:after,.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav .action-gift:after{background:transparent}.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav button:hover,.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav .cart.table-wrapper .actions-toolbar>.action:hover,.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav .action-gift:hover{background:#ffffff;color:#000000;box-shadow:0 2px 5px rgba(0,0,0,0.22);transform:translateY(3px)}.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav button:hover span:after,.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav button:hover span:before,.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav .cart.table-wrapper .actions-toolbar>.action:hover span:after,.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav .cart.table-wrapper .actions-toolbar>.action:hover span:before,.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav .action-gift:hover span:after,.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav .action-gift:hover span:before{background:#000000}.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav button.owl-prev:hover,.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav .cart.table-wrapper .actions-toolbar>.action.owl-prev:hover,.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav .action-gift.owl-prev:hover{transform:translateY(3px)}.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav button.owl-next:hover,.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav .cart.table-wrapper .actions-toolbar>.action.owl-next:hover,.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav .action-gift.owl-next:hover{transform:translateY(3px)}.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav button.owl-next span,.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav .cart.table-wrapper .actions-toolbar>.action.owl-next span,.ox-inst__nav-circle .ox-instagram-items.owl-carousel>.owl-nav .action-gift.owl-next span{transform:scale(-1)}.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav button,.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action,.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav .action-gift{width:30px;height:30px;padding:0;color:#000000;background:#ffffff;border-radius:50%;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,0.22)}.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav button span,.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action span,.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav .action-gift span{line-height:15px;height:15px;width:10px;color:transparent;display:inline-block;position:relative}.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav button span:after,.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav button span:before,.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action span:after,.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action span:before,.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav .action-gift span:after,.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav .action-gift span:before{content:' ';width:2px;height:7px;display:block;background:#000000;position:absolute;transform:rotate(45deg);left:3px;top:2px}.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav button span:after,.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action span:after,.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav .action-gift span:after{transform:rotate(-45deg);top:6px}.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav button:after,.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action:after,.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav .action-gift:after{background:transparent}.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav button:hover,.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action:hover,.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav .action-gift:hover{background:#ffffff;color:#000000;box-shadow:0 2px 5px rgba(0,0,0,0.22);transform:translateY(3px)}.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav button:hover span:after,.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav button:hover span:before,.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action:hover span:after,.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action:hover span:before,.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav .action-gift:hover span:after,.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav .action-gift:hover span:before{background:#000000}.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav button.owl-prev:hover,.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action.owl-prev:hover,.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav .action-gift.owl-prev:hover{transform:translateY(3px)}.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav button.owl-next:hover,.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action.owl-next:hover,.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav .action-gift.owl-next:hover{transform:translateY(3px)}.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav button.owl-next span,.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action.owl-next span,.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav .action-gift.owl-next span{transform:scale(-1)}.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav button.owl-prev,.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action.owl-prev,.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav .action-gift.owl-prev{margin-left:5px}.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav button.owl-next,.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action.owl-next,.ox-inst__a-nav-circle .ox-instagram-item .owl-carousel .owl-nav .action-gift.owl-next{margin-right:5px}.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav button,.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action,.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav .action-gift{width:22px;height:30px;padding:0;color:#ffffff;background:#000000;box-shadow:none;border-radius:0;border:none}.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav button span,.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action span,.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav .action-gift span{line-height:15px;height:15px;width:8px;color:transparent;display:inline-block;position:relative}.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav button span:after,.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav button span:before,.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action span:after,.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action span:before,.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav .action-gift span:after,.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav .action-gift span:before{content:' ';width:2px;height:9px;display:block;background:#ffffff;position:absolute;transform:rotate(45deg);left:3px;top:0px}.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav button span:after,.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action span:after,.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav .action-gift span:after{transform:rotate(-45deg);top:6px}.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav button:hover,.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action:hover,.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav .action-gift:hover{background:#ffffff;color:#000000}.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav button:hover span:after,.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav button:hover span:before,.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action:hover span:after,.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action:hover span:before,.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav .action-gift:hover span:after,.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav .action-gift:hover span:before{background:#000000}.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav button.owl-next span,.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action.owl-next span,.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav .action-gift.owl-next span{transform:scale(-1)}.ox-inst__nav-sharp .ox-instagram-items.owl-carousel>.owl-nav button,.ox-inst__nav-sharp .ox-instagram-items.owl-carousel>.owl-nav .cart.table-wrapper .actions-toolbar>.action,.ox-inst__nav-sharp .ox-instagram-items.owl-carousel>.owl-nav .action-gift{width:40px;height:56px;padding:0;color:#ffffff;background:#000000;box-shadow:none;border-radius:0;border:none}.ox-inst__nav-sharp .ox-instagram-items.owl-carousel>.owl-nav button span,.ox-inst__nav-sharp .ox-instagram-items.owl-carousel>.owl-nav .cart.table-wrapper .actions-toolbar>.action span,.ox-inst__nav-sharp .ox-instagram-items.owl-carousel>.owl-nav .action-gift span{line-height:15px;height:15px;width:8px;color:transparent;display:inline-block;position:relative}.ox-inst__nav-sharp .ox-instagram-items.owl-carousel>.owl-nav button span:after,.ox-inst__nav-sharp .ox-instagram-items.owl-carousel>.owl-nav button span:before,.ox-inst__nav-sharp .ox-instagram-items.owl-carousel>.owl-nav .cart.table-wrapper .actions-toolbar>.action span:after,.ox-inst__nav-sharp .ox-instagram-items.owl-carousel>.owl-nav .cart.table-wrapper .actions-toolbar>.action span:before,.ox-inst__nav-sharp .ox-instagram-items.owl-carousel>.owl-nav .action-gift span:after,.ox-inst__nav-sharp .ox-instagram-items.owl-carousel>.owl-nav .action-gift span:before{content:' ';width:2px;height:9px;display:block;background:#ffffff;position:absolute;transform:rotate(45deg);left:3px;top:0px}.ox-inst__nav-sharp .ox-instagram-items.owl-carousel>.owl-nav button span:after,.ox-inst__nav-sharp .ox-instagram-items.owl-carousel>.owl-nav .cart.table-wrapper .actions-toolbar>.action span:after,.ox-inst__nav-sharp .ox-instagram-items.owl-carousel>.owl-nav .action-gift span:after{transform:rotate(-45deg);top:6px}.ox-inst__nav-sharp .ox-instagram-items.owl-carousel>.owl-nav button:hover,.ox-inst__nav-sharp .ox-instagram-items.owl-carousel>.owl-nav .cart.table-wrapper .actions-toolbar>.action:hover,.ox-inst__nav-sharp .ox-instagram-items.owl-carousel>.owl-nav .action-gift:hover{background:#ffffff;color:#000000}.ox-inst__nav-sharp .ox-instagram-items.owl-carousel>.owl-nav button:hover span:after,.ox-inst__nav-sharp .ox-instagram-items.owl-carousel>.owl-nav button:hover span:before,.ox-inst__nav-sharp .ox-instagram-items.owl-carousel>.owl-nav .cart.table-wrapper .actions-toolbar>.action:hover span:after,.ox-inst__nav-sharp .ox-instagram-items.owl-carousel>.owl-nav .cart.table-wrapper .actions-toolbar>.action:hover span:before,.ox-inst__nav-sharp .ox-instagram-items.owl-carousel>.owl-nav .action-gift:hover span:after,.ox-inst__nav-sharp .ox-instagram-items.owl-carousel>.owl-nav .action-gift:hover span:before{background:#000000}.ox-inst__nav-sharp .ox-instagram-items.owl-carousel>.owl-nav button.owl-next span,.ox-inst__nav-sharp .ox-instagram-items.owl-carousel>.owl-nav .cart.table-wrapper .actions-toolbar>.action.owl-next span,.ox-inst__nav-sharp .ox-instagram-items.owl-carousel>.owl-nav .action-gift.owl-next span{transform:scale(-1)}.ox-inst__a-nav-sharp .ox-instagram-item .owl-carousel .owl-nav button,.ox-inst__a-nav-sharp .ox-instagram-item .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action,.ox-inst__a-nav-sharp .ox-instagram-item .owl-carousel .owl-nav .action-gift{width:22px;height:30px;padding:0;color:#ffffff;background:#000000;box-shadow:none;border-radius:0;border:none}.ox-inst__a-nav-sharp .ox-instagram-item .owl-carousel .owl-nav button span,.ox-inst__a-nav-sharp .ox-instagram-item .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action span,.ox-inst__a-nav-sharp .ox-instagram-item .owl-carousel .owl-nav .action-gift span{line-height:15px;height:15px;width:8px;color:transparent;display:inline-block;position:relative}.ox-inst__a-nav-sharp .ox-instagram-item .owl-carousel .owl-nav button span:after,.ox-inst__a-nav-sharp .ox-instagram-item .owl-carousel .owl-nav button span:before,.ox-inst__a-nav-sharp .ox-instagram-item .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action span:after,.ox-inst__a-nav-sharp .ox-instagram-item .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action span:before,.ox-inst__a-nav-sharp .ox-instagram-item .owl-carousel .owl-nav .action-gift span:after,.ox-inst__a-nav-sharp .ox-instagram-item .owl-carousel .owl-nav .action-gift span:before{content:' ';width:2px;height:9px;display:block;background:#ffffff;position:absolute;transform:rotate(45deg);left:3px;top:0px}.ox-inst__a-nav-sharp .ox-instagram-item .owl-carousel .owl-nav button span:after,.ox-inst__a-nav-sharp .ox-instagram-item .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action span:after,.ox-inst__a-nav-sharp .ox-instagram-item .owl-carousel .owl-nav .action-gift span:after{transform:rotate(-45deg);top:6px}.ox-inst__a-nav-sharp .ox-instagram-item .owl-carousel .owl-nav button:hover,.ox-inst__a-nav-sharp .ox-instagram-item .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action:hover,.ox-inst__a-nav-sharp .ox-instagram-item .owl-carousel .owl-nav .action-gift:hover{background:#ffffff;color:#000000}.ox-inst__a-nav-sharp .ox-instagram-item .owl-carousel .owl-nav button:hover span:after,.ox-inst__a-nav-sharp .ox-instagram-item .owl-carousel .owl-nav button:hover span:before,.ox-inst__a-nav-sharp .ox-instagram-item .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action:hover span:after,.ox-inst__a-nav-sharp .ox-instagram-item .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action:hover span:before,.ox-inst__a-nav-sharp .ox-instagram-item .owl-carousel .owl-nav .action-gift:hover span:after,.ox-inst__a-nav-sharp .ox-instagram-item .owl-carousel .owl-nav .action-gift:hover span:before{background:#000000}.ox-inst__a-nav-sharp .ox-instagram-item .owl-carousel .owl-nav button.owl-next span,.ox-inst__a-nav-sharp .ox-instagram-item .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action.owl-next span,.ox-inst__a-nav-sharp .ox-instagram-item .owl-carousel .owl-nav .action-gift.owl-next span{transform:scale(-1)}.ox-inst__dots-circle .ox-instagram__media .owl-carousel .owl-dots button.owl-dot,.ox-inst__dots-circle .ox-instagram__media .owl-carousel .owl-dots .cart.table-wrapper .actions-toolbar>.action.owl-dot,.ox-inst__dots-circle .ox-instagram__media .owl-carousel .owl-dots .action-gift.owl-dot{box-shadow:none}.ox-inst__dots-circle .ox-instagram__media .owl-carousel .owl-dots button.owl-dot span,.ox-inst__dots-circle .ox-instagram__media .owl-carousel .owl-dots button.owl-dot.active span,.ox-inst__dots-circle .ox-instagram__media .owl-carousel .owl-dots .cart.table-wrapper .actions-toolbar>.action.owl-dot span,.ox-inst__dots-circle .ox-instagram__media .owl-carousel .owl-dots .cart.table-wrapper .actions-toolbar>.action.owl-dot.active span,.ox-inst__dots-circle .ox-instagram__media .owl-carousel .owl-dots .action-gift.owl-dot span,.ox-inst__dots-circle .ox-instagram__media .owl-carousel .owl-dots .action-gift.owl-dot.active span{width:6px;height:6px;border-radius:6px;margin:10px 4px;display:inline-block;background-color:#c3c3c3;transition:all .2s}.ox-inst__dots-circle .ox-instagram__media .owl-carousel .owl-dots button.owl-dot.active span,.ox-inst__dots-circle .ox-instagram__media .owl-carousel .owl-dots .cart.table-wrapper .actions-toolbar>.action.owl-dot.active span,.ox-inst__dots-circle .ox-instagram__media .owl-carousel .owl-dots .action-gift.owl-dot.active span{transform:scale(1.4);box-shadow:0 2px 5px rgba(0,0,0,0.25);background-color:#fff}.ox-inst__dots-circle .ox-instagram__media .owl-carousel .owl-dots button.owl-dot:hover span,.ox-inst__dots-circle .ox-instagram__media .owl-carousel .owl-dots .cart.table-wrapper .actions-toolbar>.action.owl-dot:hover span,.ox-inst__dots-circle .ox-instagram__media .owl-carousel .owl-dots .action-gift.owl-dot:hover span{background-color:#fff}.ox-inst__dots-circle .ox-instagram-items>.owl-dots button.owl-dot,.ox-inst__dots-circle .ox-instagram-items>.owl-dots .cart.table-wrapper .actions-toolbar>.action.owl-dot,.ox-inst__dots-circle .ox-instagram-items>.owl-dots .action-gift.owl-dot{box-shadow:none}.ox-inst__dots-circle .ox-instagram-items>.owl-dots button.owl-dot span,.ox-inst__dots-circle .ox-instagram-items>.owl-dots button.owl-dot.active span,.ox-inst__dots-circle .ox-instagram-items>.owl-dots .cart.table-wrapper .actions-toolbar>.action.owl-dot span,.ox-inst__dots-circle .ox-instagram-items>.owl-dots .cart.table-wrapper .actions-toolbar>.action.owl-dot.active span,.ox-inst__dots-circle .ox-instagram-items>.owl-dots .action-gift.owl-dot span,.ox-inst__dots-circle .ox-instagram-items>.owl-dots .action-gift.owl-dot.active span{width:6px;height:6px;border-radius:6px;margin:4px 6px;display:inline-block;background-color:#c3c3c3;transition:all .2s}.ox-inst__dots-circle .ox-instagram-items>.owl-dots button.owl-dot.active span,.ox-inst__dots-circle .ox-instagram-items>.owl-dots .cart.table-wrapper .actions-toolbar>.action.owl-dot.active span,.ox-inst__dots-circle .ox-instagram-items>.owl-dots .action-gift.owl-dot.active span{transform:scale(2);box-shadow:0 2px 5px rgba(0,0,0,0.25);background-color:#2a2a2a}.ox-inst__dots-circle .ox-instagram-items>.owl-dots button.owl-dot:hover span,.ox-inst__dots-circle .ox-instagram-items>.owl-dots .cart.table-wrapper .actions-toolbar>.action.owl-dot:hover span,.ox-inst__dots-circle .ox-instagram-items>.owl-dots .action-gift.owl-dot:hover span{background-color:#2a2a2a}.ox-instagram-items>.owl-dots{padding-top:25px}.dots-align--center .ox-instagram-items>.owl-dots{text-align:center}.ox-inst__a-dots-circle .ox-instagram-item .owl-carousel .owl-dots button.owl-dot,.ox-inst__a-dots-circle .ox-instagram-item .owl-carousel .owl-dots .cart.table-wrapper .actions-toolbar>.action.owl-dot,.ox-inst__a-dots-circle .ox-instagram-item .owl-carousel .owl-dots .action-gift.owl-dot{box-shadow:none}.ox-inst__a-dots-circle .ox-instagram-item .owl-carousel .owl-dots button.owl-dot span,.ox-inst__a-dots-circle .ox-instagram-item .owl-carousel .owl-dots button.owl-dot.active span,.ox-inst__a-dots-circle .ox-instagram-item .owl-carousel .owl-dots .cart.table-wrapper .actions-toolbar>.action.owl-dot span,.ox-inst__a-dots-circle .ox-instagram-item .owl-carousel .owl-dots .cart.table-wrapper .actions-toolbar>.action.owl-dot.active span,.ox-inst__a-dots-circle .ox-instagram-item .owl-carousel .owl-dots .action-gift.owl-dot span,.ox-inst__a-dots-circle .ox-instagram-item .owl-carousel .owl-dots .action-gift.owl-dot.active span{width:6px;height:6px;border-radius:6px;margin:10px 4px;display:inline-block;background-color:#c3c3c3;transition:all .2s}.ox-inst__a-dots-circle .ox-instagram-item .owl-carousel .owl-dots button.owl-dot.active span,.ox-inst__a-dots-circle .ox-instagram-item .owl-carousel .owl-dots .cart.table-wrapper .actions-toolbar>.action.owl-dot.active span,.ox-inst__a-dots-circle .ox-instagram-item .owl-carousel .owl-dots .action-gift.owl-dot.active span{transform:scale(1.4);box-shadow:0 2px 5px rgba(0,0,0,0.25);background-color:#fff}.ox-inst__a-dots-circle .ox-instagram-item .owl-carousel .owl-dots button.owl-dot:hover span,.ox-inst__a-dots-circle .ox-instagram-item .owl-carousel .owl-dots .cart.table-wrapper .actions-toolbar>.action.owl-dot:hover span,.ox-inst__a-dots-circle .ox-instagram-item .owl-carousel .owl-dots .action-gift.owl-dot:hover span{background-color:#fff}@keyframes ox-modal-active-overlay{0%{opacity:0}20%{opacity:1;-webkit-transform:scale(.95);transform:scale(.95)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes ox-modal-close-overlay{0%{opacity:1;visibility:visible;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;visibility:hidden;-webkit-transform:scale(.95);transform:scale(.95)}}@keyframes ox-modal-active-modal{to{opacity:1}}@keyframes ox-modal-close-modal{from{opacity:1}to{opacity:0}}.ox-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:880;overflow:hidden;opacity:0;display:flex;background:none;align-items:center;justify-content:center;box-sizing:border-box}.ox-modal *{box-sizing:inherit}.ox-modal>div,.ox-modal .ox-modal-content{background-color:#ffffff;width:100%;max-width:960px;height:550px;overflow:hidden;max-height:100vh;box-shadow:0px 5px 30px -5px rgba(0,0,0,0.11);-webkit-transition:transform .3s;transition:transform .3s;-webkit-transform:scale(.95);transform:scale(.95)}.ox-modal.ox-modal-active{opacity:1;-webkit-transition:opacity .5s;transition:opacity .5s;animation:ox-modal-active-modal .5s;animation-fill-mode:forwards}.ox-modal.ox-modal-active>div,.ox-modal.ox-modal-active .ox-modal-content{-webkit-transform:scale(1);transform:scale(1);-webkit-transition:transform .5s;transition:transform .5s}.ox-modal.ox-modal-close{animation:ox-modal-close-modal .3s;animation-fill-mode:forwards}.ox-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,0.2);visibility:hidden;opacity:0;z-index:879;transition:.3s opacity,.4s visibility;-webkit-transition:.3s opacity,.4s visibility;will-change:opacity,visibility}.ox-fixed-slideout .ox-modal-overlay,.ox-fixed-modal .ox-modal-overlay{opacity:.8;visibility:visible}.ox-fixed-overlay .ox-modal-overlay{display:none !important}html,body{margin:0;width:100%;height:100%}html.ox-fixed{overflow:hidden}.ox-overlay{background:#fff;position:fixed;top:0;left:0;width:100%;height:100%;z-index:880;opacity:0;visibility:hidden;overflow:auto;overflow-y:hidden;-webkit-transform:scale(.95);transform:scale(.95)}.ox-overlay>div,.ox-overlay .ox-modal-content{height:100%;margin:0;overflow-y:auto}.ox-overlay.ox-overlay-active{visibility:visible;animation:ox-modal-active-overlay .5s;animation-fill-mode:forwards}.ox-overlay.ox-overlay-close{animation:ox-modal-close-overlay .5s;animation-fill-mode:forwards}.ox-overlay-close-btn{cursor:pointer;position:absolute;top:0px;right:0px;padding:10px;z-index:90;transition:transform .3s ease .3s;transition-property:transform,-webkit-transform,opacity}.ox-overlay-close-btn span{display:inline-block;width:100%;height:100%;vertical-align:middle;position:relative;overflow:hidden}.ox-overlay-close-btn span:before,.ox-overlay-close-btn span:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background-color:#fff;transform-origin:50% 50%;opacity:1;transition:transform ease .3s}.ox-overlay-close-btn span:before{transform:rotate(45deg)}.ox-overlay-close-btn span:after{transform:rotate(-45deg)}.no-touch .ox-overlay-close-btn:hover span:before,.no-touch .ox-overlay-close-btn:hover span:after{transform:rotate(0)}.ox_quickview-preloader{position:absolute;left:50%;top:50%;box-sizing:border-box}.ox_quickview-preloader.-outline-rect{width:80px;height:30px;content:url('../../frontend/Mgs/naelofar/en_US/Olegnax_Quickview/images/preloader.svg');margin-top:-15px;margin-left:-40px}.ox_quickview-preloader.-custom{transform:translate3d(-50%, -50%, 0)}.ox_quickview-preloader.-magento{position:relative;position:absolute;width:160px;height:160px;margin-top:0;transform:translate3d(-50%, -50%, 0)}.ox_quickview-preloader.-magento:before{background:rgba(255,255,255,0.5) url('../../frontend/Mgs/naelofar/en_US/images/loader-2.gif') no-repeat 50% 50%;bottom:0;content:'';left:0;position:absolute;right:0;top:0}.ox_quickview-preloader.-spinner{display:block;width:35px;height:35px;border:4px solid rgba(0,0,0,0);border-radius:35px;border-left:4px solid #000;border-right:4px solid #000;border-top:4px solid #000;animation:spin .65s infinite linear;transition:all 600ms ease-in-out;margin-left:-19.5px;margin-top:-19.5px}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}#ox_quickview_wrapper html{overflow:hidden}.ox-quickview-catalog-product-view.catalog-product-view.page-product-bundle,.ox_quickview-catalog_product-view.catalog-product-view.page-product-bundle{overflow-y:auto !important}.ox-quickview-catalog-product-view.catalog-product-view .bundle-options-container,.ox_quickview-catalog_product-view.catalog-product-view .bundle-options-container{position:absolute;width:100%;left:0;top:0;background:#fff;margin-bottom:0;z-index:50}.ox-quickview-catalog-product-view.catalog-product-view .bundle-options-container .bundle-options-wrapper,.ox_quickview-catalog_product-view.catalog-product-view .bundle-options-container .bundle-options-wrapper,.ox-quickview-catalog-product-view.catalog-product-view .bundle-options-container .product-options-wrapper,.ox_quickview-catalog_product-view.catalog-product-view .bundle-options-container .product-options-wrapper,.ox-quickview-catalog-product-view.catalog-product-view .bundle-options-container .block-bundle-summary,.ox_quickview-catalog_product-view.catalog-product-view .bundle-options-container .block-bundle-summary{float:none;width:100%}.ox-quickview-catalog-product-view.catalog-product-view .bundle-options-container .product-add-form,.ox_quickview-catalog_product-view.catalog-product-view .bundle-options-container .product-add-form{padding:50px}.ox-quickview-catalog-product-view.catalog-product-view .column.main,.ox_quickview-catalog_product-view.catalog-product-view .column.main{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-wrap:wrap;padding-bottom:0}.ox-quickview-catalog-product-view.catalog-product-view .product.media,.ox_quickview-catalog_product-view.catalog-product-view .product.media{order:-1;float:none;box-sizing:border-box;width:52%;padding:0}.ox-quickview-catalog-product-view.catalog-product-view .product-info-main,.ox_quickview-catalog_product-view.catalog-product-view .product-info-main{float:none;box-sizing:border-box;width:48%;padding:50px 40px 0 40px;margin-bottom:0;overflow-y:auto}.ox-quickview-catalog-product-view.catalog-product-view>div,.ox_quickview-catalog_product-view.catalog-product-view>div{width:100%;box-sizing:border-box}.ox-quickview-catalog-product-view.catalog-product-view .swatch-option-tooltip,.ox_quickview-catalog_product-view.catalog-product-view .swatch-option-tooltip{flex:auto;width:auto;box-sizing:initial}.ox-quickview-catalog-product-view.catalog-product-view>.block,.ox_quickview-catalog_product-view.catalog-product-view>.block,.ox-quickview-catalog-product-view.catalog-product-view .column.main>.product.info.detailed,.ox_quickview-catalog_product-view.catalog-product-view .column.main>.product.info.detailed,.ox-quickview-catalog-product-view.catalog-product-view .column.main>.block.related,.ox_quickview-catalog_product-view.catalog-product-view .column.main>.block.related,.ox-quickview-catalog-product-view.catalog-product-view .column.main>.block.upsell,.ox_quickview-catalog_product-view.catalog-product-view .column.main>.block.upsell{width:100%;box-sizing:border-box;margin-top:30px;margin-bottom:30px;padding:0 30px}.ox-quickview-catalog-product-view.catalog-product-view .column.main>.product.info.detailed .product.data.items,.ox_quickview-catalog_product-view.catalog-product-view .column.main>.product.info.detailed .product.data.items{margin:0}.ox-quickview-catalog-product-view.catalog-product-view .page-wrapper .page-main,.ox_quickview-catalog_product-view.catalog-product-view .page-wrapper .page-main{padding:0 !important;min-height:300px}.ox-quickview-catalog-product-view.catalog-product-view .reviews-actions .add,.ox_quickview-catalog_product-view.catalog-product-view .reviews-actions .add{display:none}.ox-quickview-catalog-product-view.catalog-product-view.page-product-downloadable .product-options-wrapper,.ox_quickview-catalog_product-view.catalog-product-view.page-product-downloadable .product-options-wrapper,.ox-quickview-catalog-product-view.catalog-product-view.page-product-downloadable .product-options-bottom,.ox_quickview-catalog_product-view.catalog-product-view.page-product-downloadable .product-options-bottom{float:none;width:100%}.ox-quickview-catalog-product-view.catalog-product-view.page-product-downloadable .product-options-bottom .price-box,.ox_quickview-catalog_product-view.catalog-product-view.page-product-downloadable .product-options-bottom .price-box{display:none}.ox-quickview-catalog-product-view .page-wrapper,.ox_quickview-catalog_product-view .page-wrapper{min-height:auto !important;overflow-x:unset}@media (min-width:960px){.ox-quickview-catalog-product-view.catalog-product-view.ox-qv-content-maxheight .fotorama,.ox_quickview-catalog_product-view.catalog-product-view.ox-qv-content-maxheight .fotorama{max-height:100vh;height:550px}.ox-quickview-catalog-product-view.catalog-product-view.ox-qv-content-maxheight .product.media .fotorama__stage,.ox_quickview-catalog_product-view.catalog-product-view.ox-qv-content-maxheight .product.media .fotorama__stage{height:550px !important;max-height:100vh !important}.ox-quickview-catalog-product-view.catalog-product-view.ox-qv-content-maxheight .product-info-main,.ox_quickview-catalog_product-view.catalog-product-view.ox-qv-content-maxheight .product-info-main{height:550px;max-height:100vh}.ox-quickview-catalog-product-view.catalog-product-view .product.media,.ox_quickview-catalog_product-view.catalog-product-view .product.media{width:52%;margin-bottom:0}.ox-quickview-catalog-product-view.catalog-product-view .product.media .fotorama__nav,.ox_quickview-catalog_product-view.catalog-product-view .product.media .fotorama__nav,.ox-quickview-catalog-product-view.catalog-product-view .product.media .fotorama__nav--thumbs,.ox_quickview-catalog_product-view.catalog-product-view .product.media .fotorama__nav--thumbs,.ox-quickview-catalog-product-view.catalog-product-view .product.media .fotorama__nav-wrap--horizontal,.ox_quickview-catalog_product-view.catalog-product-view .product.media .fotorama__nav-wrap--horizontal{margin:0;display:none !important}}@media (max-width:959px){body.ox-quickview-catalog-product-view.catalog-product-view,body.ox_quickview-catalog_product-view.catalog-product-view{overflow:auto !important}body.ox-quickview-catalog-product-view.catalog-product-view .column.main,body.ox_quickview-catalog_product-view.catalog-product-view .column.main{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}body.ox-quickview-catalog-product-view.catalog-product-view .product-info-main,body.ox_quickview-catalog_product-view.catalog-product-view .product-info-main,body.ox-quickview-catalog-product-view.catalog-product-view .product.media,body.ox_quickview-catalog_product-view.catalog-product-view .product.media{width:100%;overflow:hidden;height:auto;margin-bottom:0}body.ox-quickview-catalog-product-view.catalog-product-view .bundle-options-container .product-add-form,body.ox_quickview-catalog_product-view.catalog-product-view .bundle-options-container .product-add-form{padding:30px}body.ox-quickview-catalog-product-view.catalog-product-view .product.media,body.ox_quickview-catalog_product-view.catalog-product-view .product.media{padding:30px 30px 0}body.ox-quickview-catalog-product-view.catalog-product-view .product-info-main,body.ox_quickview-catalog_product-view.catalog-product-view .product-info-main{padding:50px 40px 0 40px}}body.ox_hotspot-index-index .page-wrapper{padding:30px;box-sizing:border-box}.ox-modal.ox-qv-modal>div,.ox-modal.ox-qv-modal .ox-modal-content{width:100%;max-width:960px;height:550px;background:#fff;box-shadow:0px 5px 30px -5px rgba(0,0,0,0.11);border-radius:0}#ox_quickview_wrapper .ox-overlay-close-btn{width:40px;height:40px;background:#000;border-radius:0;transition:background .3s ease}#ox_quickview_wrapper .ox-overlay-close-btn span{vertical-align:unset}#ox_quickview_wrapper .ox-overlay-close-btn span:before,#ox_quickview_wrapper .ox-overlay-close-btn span:after{background:#fff}#ox_quickview_wrapper .ox-overlay-close-btn:hover{background:#fff}#ox_quickview_wrapper .ox-overlay-close-btn:hover span:before,#ox_quickview_wrapper .ox-overlay-close-btn:hover span:after{background:#000}@media (max-width:959px){.ox-modal.ox-qv-modal>div,.ox-modal.ox-qv-modal .ox-modal-content{width:90%;height:90%}body.ox_hotspot-index-index .page-wrapper{padding:30px}}._amcheckout-selectable-container,.amcheckout-step-container .shipping-address-items,.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content>.amcheckout-wrapper{display:flex;align-items:flex-start;flex-wrap:wrap;justify-content:space-between}._amcheckout-selectable-item,.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,.amcheckout-step-container .shipping-address-items .shipping-address-item,.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method{display:block;justify-content:space-between;box-sizing:border-box;padding:0 20px;width:100%;border:1px solid #f9f9f9;border-radius:2px;background:#f9f9f9;cursor:pointer}._amcheckout-selectable-item:not(:last-of-type),.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:not(:last-of-type),.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type),.amcheckout-step-container .shipping-address-items .shipping-address-item:not(:last-of-type),.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type),.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type){margin-bottom:0px !important}._amcheckout-selectable-item:hover,.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover,.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover,.amcheckout-step-container .shipping-address-items .shipping-address-item:hover,.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover,.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover{box-shadow:0 2px 8px rgba(56,77,108,0.4)}._amcheckout-selectable-item.-selected,.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active{border-color:#1979c3}@media all and (min-width:768px){._amcheckout-selectable-item,.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,.amcheckout-step-container .shipping-address-items .shipping-address-item,.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method{width:48%}._amcheckout-selectable-item:nth-last-child(-n + 2),.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:nth-last-child(-n + 2),.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:nth-last-child(-n + 2),.amcheckout-step-container .shipping-address-items .shipping-address-item:nth-last-child(-n + 2),.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:nth-last-child(-n + 2),.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:nth-last-child(-n + 2){margin-bottom:0}}.checkout-index-index .authentication-wrapper{margin-right:9px}.checkout-index-index .checkout-header{margin:12px 0 20px;padding:0 9px;width:70%}.checkout-index-index .checkout-header .title{margin:0 auto 7px}.checkout-index-index .checkout-header .description{font-size:18px}.checkout-index-index .opc-wrapper.am-opc-wrapper{float:none;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:0;padding:0;width:100%}.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column,.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column{width:100%}.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(3n + 1):before{display:block}.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(2n + 1):before{display:none}.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item{width:50%}.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:only-child,.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item:only-child{width:100%}.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .table-checkout-shipping-method,.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .table-checkout-shipping-method{width:100%;min-width:0}.checkout-index-index .opc-wrapper.am-opc-wrapper:before{display:none}.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content{margin:0}.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address{margin-bottom:0}.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code{display:none}.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .rewards-add{display:none}.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .gift-code{display:none}.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title{border:none}.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label{-webkit-flex:1;-moz-flex:1;-ms-flex:1;flex:1}.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement div.mage-error{-webkit-flex-basis:100%;flex-basis:100%}.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show{text-align:left}.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content{padding:0 22px 20px}.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-apply{margin-right:0}.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .actions-toolbar>.primary{padding-right:0}.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-block>li{list-style-type:none}.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment{margin-bottom:10px}.checkout-index-index .opc-wrapper.am-opc-wrapper .label{word-break:break-all;word-wrap:break-word}.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address{max-width:500px}.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block{margin:5px 0 10px}.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar{margin-top:15px}.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel{margin:0 20px 0 0}.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary{float:right}.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label{display:none}.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary{float:right}.checkout-index-index .am-submit-summary #checkout-payment-method-load .actions-toolbar{display:none}.checkout-index-index .am-submit-summary #checkout-payment-method-load .payment-method-billing-address .actions-toolbar{display:block}.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar{display:block;position:fixed;z-index:999;width:1240px;margin-left:auto;margin-right:auto;text-align:center;background-color:#eaeaea;left:50%;transform:translate(-50%)}.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar>*{float:none}.checkout-index-index .am-submit-fixed.-top #checkout-payment-method-load .actions-toolbar{bottom:auto;top:0}.checkout-index-index .am-submit-fixed.-bottom #checkout-payment-method-load .actions-toolbar{bottom:0}.checkout-index-index .checkout-block{margin:7px 9px 32px;padding:24px 12px;background:white;box-shadow:0 1px 1px 1px rgba(0,0,0,0.15);-webkit-transition:box-shadow .5s;-moz-transition:box-shadow .5s;-ms-transition:box-shadow .5s;transition:box-shadow .5s}.checkout-index-index .checkout-block:hover{box-shadow:0 1px 4px 1px rgba(25,121,195,0.45)}.checkout-index-index .am-checkout{margin:20px 0;padding:12px}.checkout-index-index .am-checkout:not(.-modern){background:#eaeaea}.checkout-index-index .opc-block-summary{margin:-24px -12px 0;padding:24px 12px}.checkout-index-index .opc-block-summary .minicart-items-wrapper{margin:0}.checkout-index-index .additional-options{margin:24px 7px 12px}.checkout-index-index .additional-options .checkout-agreements .action-show{line-height:1.42857143;padding:0;color:#006bb4;text-decoration:none;background:none;border:0;display:inline;font-weight:400;border-radius:0}.checkout-index-index .additional-options .checkout-agreements .action-show:not(:focus){box-shadow:none}.checkout-index-index .additional-options .field{margin-top:7px}.checkout-index-index .am-gift-message .edit-link{display:none;color:#1979c3;cursor:pointer}.checkout-index-index .am-gift-message.checked .edit-link{display:inline}.checkout-index-index .amcheckout-form-login .mage-error:not([style*='display: none;'])+.field-error{display:none}.checkout-index-index .amcheckout-delivery-date .field{float:left;padding-top:4px;width:100%;box-sizing:border-box}.checkout-index-index .amcheckout-delivery-date .field.comment{width:100%}.checkout-index-index .amcheckout-delivery-date .field.datepicker,.checkout-index-index .amcheckout-delivery-date .field.timepicker{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between}.checkout-index-index .amcheckout-delivery-date .field.datepicker .control,.checkout-index-index .amcheckout-delivery-date .field.timepicker .control{-webkit-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:60%}.checkout-index-index .amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger{margin-left:7px}.checkout-index-index .amcheckout-delivery-date .field .label{display:block;margin:12px 0}.checkout-index-index .amcheckout-delivery-date .clearer{clear:both}.checkout-index-index .amcheckout-delivery-date .field._required>.label:after,.checkout-index-index .additional-options .field._required .label:after{margin:0 0 0 5px;font-size:1.2rem;content:'*';color:#e02b27}.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-inner-spin-button,.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-outer-spin-button{-webkit-appearance:inner-spin-button !important}.checkout-index-index .opc-block-summary .minicart-items input[type='number']:focus{-moz-appearance:spinner !important}.checkout-index-index .opc-block-summary .minicart-items input.qty{width:55px}.checkout-index-index .opc-block-summary .minicart-items button,.checkout-index-index .opc-block-summary .minicart-items .cart.table-wrapper .actions-toolbar>.action,.checkout-index-index .opc-block-summary .minicart-items .action-gift{margin-top:12px;float:right}.checkout-index-index .opc-block-summary .minicart-items .delete{float:left;padding:3px;width:7px;height:7px;border:1px #b6b6b6 solid;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;background-size:7px;cursor:pointer}.checkout-index-index .opc-block-summary .minicart-items .product-item-details{padding-left:118px}.checkout-index-index .opc-block-summary .minicart-items .product-image-container{margin-left:16px}@media (min-width:900px){.checkout-index-index .opc-wrapper.am-opc-wrapper{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column{width:50%}.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column{width:33.3%}}.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method{max-width:600px}.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price{min-width:unset}.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap{right:0;left:0;width:100%;max-width:500px;margin-right:auto;margin-left:auto}.checkout-payment-method .payment-methods{margin:0}.checkout-payment-method .payment-methods .actions-toolbar .primary{padding:14px 17px;font-size:1.8rem;line-height:2.2rem}.checkout-payment-method.submit .payment-methods{margin:0}.fieldset.address{margin:0 -7px}.fieldset.address>.field{display:inline-block;padding:0 7px;width:100%;vertical-align:top;box-sizing:border-box}.checkout-success .success-messages{margin-bottom:40px;font-size:1.8rem}.account .column.main .order-details-items{margin-bottom:0}.account .column.main .order-details-items .order-items .data.table>tbody>tr:nth-child(even)>td{background:none}.page-main .block.block-order-details{margin-bottom:25px}.page-main .block.block-order-details .delivery{float:right;font-weight:bold}.page-main .block.block-order-details .delivery .delivery-field{float:left;margin-left:12px}.page-main .block.block-order-details .order-date{padding-bottom:25px;border-bottom:1px solid #c6c6c6;font-size:1.6rem}.page-main .block.block-order-details-comments{margin-bottom:35px}.page-main .block.block-order-details-view{margin-bottom:10px}.page-main .block.block-order-details-view:nth-child(2) .block-title{display:none}#registration{position:relative;margin:20px 0 25px;padding:0 0 0 12px;width:600px;border-left:3px solid #f58c12}#registration br{display:none}#registration form{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.opc-estimated-wrapper .minicart-wrapper{display:none}.am-checkout.-modern{box-sizing:border-box;padding:0;background:none}.am-checkout.-modern.-layout-1column{margin:auto;max-width:750px}.am-checkout.-modern .checkout-header{padding:0}.am-checkout.-modern .authentication-wrapper{margin-right:0}.am-checkout.-modern .authentication-wrapper .action-auth-toggle{padding:5px 20px;height:auto;border-radius:2px;background:#1979c3;color:#fff}.am-checkout.-modern .opc-estimated-wrapper{margin:0 -15px 15px}.amcheckout-main-container.-modern{clear:both;color:#363636}.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type){margin:40px 0 0}.amcheckout-step-container{font-size:16px}.amcheckout-step-container>li{list-style:none}.amcheckout-step-container .amcheckout-title{display:block;margin:0;padding:15px;background:#eee;font-weight:600;font-size:20px;cursor:pointer}.amcheckout-step-container .amcheckout-title>.amcheckout-icon{position:relative;float:right;box-sizing:border-box;width:24px;height:24px;border:2px solid #1979c3;border-radius:50%;transition:all .3s ease}.amcheckout-step-container .amcheckout-title>.amcheckout-icon:hover,.amcheckout-step-container .amcheckout-title>.amcheckout-icon:hover:before{border-color:#429fe7}.amcheckout-step-container .amcheckout-title>.amcheckout-icon:before{position:absolute;top:41%;left:50%;display:block;box-sizing:border-box;width:8px;height:8px;border-right:2px solid #1979c3;border-bottom:2px solid #1979c3;content:'';transition:all .3s ease;transform:translate(-50%, -50%) rotate(45deg)}.amcheckout-step-container .amcheckout-title>.amcheckout-icon.-minus{transform:rotate(180deg)}.amcheckout-step-container .amcheckout-title+.amcheckout-content>.amcheckout-wrapper{padding:20px 0}.amcheckout-step-container .fieldset:last-child{margin-bottom:0}.amcheckout-step-container .fieldset>.legend+br{display:none}.amcheckout-step-container .fieldset>.field>.label,.amcheckout-step-container .fieldset>.fields>.field>.label{font-weight:normal}.amcheckout-step-container .opc-block-summary{margin:0;padding:0}.amcheckout-step-container .checkout-payment-method .field-select-billing,.amcheckout-step-container .checkout-payment-method .billing-address-form{max-width:inherit}.amcheckout-step-container .checkout-payment-method .checkout-billing-address{margin-top:15px}.amcheckout-step-container .note{color:#777}.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger),.amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger),.amcheckout-step-container .cart.table-wrapper .actions-toolbar>.action:not(.braintree-googlepay-button):not(.ui-datepicker-trigger),.amcheckout-step-container .action-gift:not(.braintree-googlepay-button):not(.ui-datepicker-trigger){border:none;border-radius:2px;background:#1979c3;box-shadow:none;color:#fff}.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):hover,.amcheckout-step-container button:not(.braintree-googlepay-button):hover,.amcheckout-step-container .cart.table-wrapper .actions-toolbar>.action:not(.braintree-googlepay-button):hover,.amcheckout-step-container .action-gift:not(.braintree-googlepay-button):hover{border:none}.amcheckout-step-container .amcheckout-button.-new-address{margin-top:20px}.amcheckout-step-container .payment-method-content>.actions-toolbar>.primary .action.primary,.amcheckout-step-container .payment-method-content>.actions-toolbar>.primary .amshopby-button,.amcheckout-step-container .payment-method-content>.actions-toolbar>.primary .am-filter-go{float:none;margin:0 15px 0 0;padding:12px 16px;font-size:16px}.amcheckout-step-container .action-edit-address{margin-top:15px}.amcheckout-step-container .primary .action.checkout,.amcheckout-step-container .action.checkout.amasty{padding:14px 30px;background:#315499}.amcheckout-step-container .form-discount .actions-toolbar .action{min-height:40px}.amcheckout-step-container input[type='number']:focus{-moz-appearance:none !important}.amcheckout-step-container input[type='text'],.amcheckout-step-container input[type='password'],.amcheckout-step-container input[type='url'],.amcheckout-step-container input[type='tel'],.amcheckout-step-container input[type='search'],.amcheckout-step-container input[type='number'],.amcheckout-step-container input[type='datetime'],.amcheckout-step-container input[type='email'],.amcheckout-step-container select{height:40px;border:1px solid #d4d4d4;border-radius:2px;font-size:16px}.amcheckout-step-container .checkout-agreements .action-show{background:inherit;color:inherit;font-size:inherit}.amcheckout-step-container .checkout-agreements .action-show,.amcheckout-step-container .action.checkout.amasty{height:auto}.amcheckout-step-container input[type='checkbox'],.amcheckout-step-container input[type='radio']{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;top:unset;left:unset}.amcheckout-step-container input[type='checkbox']+label,.amcheckout-step-container input[type='radio']+label{display:flex;cursor:pointer}.amcheckout-step-container input[type='checkbox']+label span:only-child,.amcheckout-step-container input[type='radio']+label span:only-child{flex:auto}.amcheckout-step-container input[type='checkbox']+label:before,.amcheckout-step-container input[type='radio']+label:before{display:inline-block;box-sizing:border-box;margin:3px 15px 0 0;min-width:15px;min-height:15px;width:15px;height:15px;border:2px solid #ccc;background:#fff !important;content:'';cursor:pointer}.amcheckout-step-container input[type='checkbox']+label:hover:before,.amcheckout-step-container input[type='radio']+label:hover:before,.amcheckout-step-container input[type='checkbox']:checked+label:before,.amcheckout-step-container input[type='radio']:checked+label:before{border-color:#1979c3;box-shadow:0 2px 4px rgba(63,156,215,0.4)}.amcheckout-step-container input[type='checkbox']+label:before{border-radius:2px}.amcheckout-step-container input[type='checkbox']:checked+label:before{border-width:0;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat !important;background-size:contain !important}.amcheckout-step-container input[type='radio']+label:before{border-radius:50%;transition:all .2s ease}.amcheckout-step-container input[type='radio']:checked+label:before{border-width:5px}.amcheckout-step-container .amcheckout-form-login,.amcheckout-step-container .form-login{margin-bottom:30px;border-bottom:1px solid #d4d4d4}.amcheckout-step-container .amcheckout-form-login .amcheckout-email,.amcheckout-step-container .form-login .amcheckout-email{display:flex;align-items:flex-start;flex-wrap:wrap}.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper{-webkit-box-flex:1;-ms-flex:auto;flex:auto}.amcheckout-step-container .amcheckout-form-login .amcheckout-password,.amcheckout-step-container .form-login .amcheckout-password{width:calc(50% - 7px)}.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text,.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper .input-text{margin:0;width:100%}.amcheckout-step-container .amcheckout-form-login .amcheckout-email .field-tooltip,.amcheckout-step-container .form-login .amcheckout-email .field-tooltip{position:relative;top:0;display:flex;align-items:center;margin-left:10px;height:40px}.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note,.amcheckout-step-container .form-login .amcheckout-email .note{margin-left:auto;color:#363636;line-height:40px}.amcheckout-step-container .amcheckout-form-login .amcheckout-password,.amcheckout-step-container .form-login .amcheckout-password{display:inline-block}.amcheckout-step-container .amcheckout-form-login .amcheckout-password.-confirm,.amcheckout-step-container .form-login .amcheckout-password.-confirm{float:right}.amcheckout-step-container .amcheckout-form-login .actions-toolbar,.amcheckout-step-container .form-login .actions-toolbar{margin-bottom:20px}.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address{margin-top:20px}.amcheckout-step-container .amcheckout-shipping-address .billing-address-same-as-shipping-block,.amcheckout-step-container .amcheckout-shipping-address .billing-address-form,.amcheckout-step-container .amcheckout-shipping-address .shipping-address-form{margin-bottom:10px}.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details{padding:20px}.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:empty,.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:empty{display:none}.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button{margin-top:20px}.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select{float:right;border:1px solid #1787e0;background:#ddf0ff;color:#1979c3}.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover{background:#1787e0;color:#fff}.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit,.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit{padding-left:0;background:none;color:#4e4e4e;font-size:16px}.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover,.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover{color:#1979c3}.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before,.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:before{display:inline-block;width:13px;height:13px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;background-size:contain;content:''}.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover:before,.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover:before{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==) center no-repeat;background-size:contain}.amcheckout-step-container .shipping-address-items .shipping-address-item{padding:20px;line-height:30px}.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item .amcheckout-button.-select{visibility:hidden}.amcheckout-step-container .amcheckout-shipping-methods{display:block;max-width:inherit !important}.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-header{display:none}.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method{padding:0 20px}.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col{border:none}.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip{position:relative}.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-action:before,.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-content{color:#c00815}.amcheckout-step-container .checkout-billing-address .actions-toolbar{margin-top:15px}.amcheckout-step-container .checkout-billing-address .actions-toolbar>.primary{float:none;padding:10px 20px}.amcheckout-step-container .checkout-billing-address .actions-toolbar>.primary .action{margin-top:0}.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel{background:none;color:#1979c3}.amcheckout-step-container .amcheckout-delivery-date .field{width:100%}.amcheckout-step-container .amcheckout-delivery-date .field.timepicker{display:block}.amcheckout-step-container .amcheckout-delivery-date .field.timepicker .control{width:100%}.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods{margin:0}.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group+.payment-group .step-title{margin:0}.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group:not(:last-of-type){margin-bottom:40px}.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method{padding:0;width:100%}.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type){margin-bottom:20px}.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title{padding:0;border:none !important}.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label{padding:20px;align-items:flex-start}.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label>*:not(:only-child):not(:last-of-type){margin-right:5px}.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help{margin-left:auto;text-align:right}.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content{display:none}.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content{display:block;padding:0 20px 0 45px}.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content>*{margin:0}.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content>*>*{margin:0 0 20px}.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .amazon-button-container__cell{display:inline-block;vertical-align:middle}.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar>.primary{float:left;padding-left:0}.amcheckout-step-container .amcheckout-summary-container{background:none}.amcheckout-step-container .amcheckout-summary-container .amcheckout-title{background:#315499;color:#fff}.amcheckout-step-container .amcheckout-summary-container .amcheckout-title>.amcheckout-icon{background:#fff}.amcheckout-step-container .amcheckout-summary-container .amcheckout-content>.amcheckout-wrapper{padding:20px}.amcheckout-step-container .amcheckout-summary-container .items-in-cart{margin-bottom:20px;border-bottom:1px solid #d4d4d4}.amcheckout-step-container .amcheckout-summary-container .product-item .delete{position:absolute;right:0;bottom:0;z-index:1;box-sizing:border-box;padding:0;width:10px;height:15px;border:0;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;background-size:contain}.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat;background-size:contain}.amcheckout-step-container .amcheckout-summary-container .product-item .action.checkout{float:left;margin-bottom:10px}.amcheckout-step-container .amcheckout-summary-container .product-item .product{padding-bottom:15px}.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container{margin:0;border:1px solid #d4d4d4}.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details{padding-left:100px}.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper{padding:15px 0 0}.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner{display:flex;align-items:center}.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block{display:flex;align-items:center;-webkit-box-flex:1;-ms-flex:auto;flex:auto;flex-wrap:wrap;justify-content:space-between;margin:0 20px 10px 0}.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout{border:1px solid #1787e0;border-radius:2px;background:#f0f8ff;color:#1787e0}.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover{background:#e6f3ff}.amcheckout-step-container .amcheckout-summary-container .product-item-details .options{padding-right:20px}.amcheckout-step-container .amcheckout-summary-container .product-item-name{margin:0}.amcheckout-step-container .amcheckout-summary-container .details-qty{display:flex;align-items:center;flex-wrap:wrap;margin:10px 0 0}.amcheckout-step-container .amcheckout-summary-container .details-qty .label{margin-right:10px}.amcheckout-step-container .amcheckout-summary-container .details-qty .qty{height:30px}.amcheckout-step-container .amcheckout-summary-container .subtotal{width:auto}.amcheckout-step-container .amcheckout-summary-container .field.configurable{width:50%}.amcheckout-step-container .amcheckout-summary-container .field.configurable:not(:last-of-type){margin-bottom:10px}.amcheckout-step-container .amcheckout-summary-container .table-totals{width:100%;border:none;font-size:14px}.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount{border-top:none}.amcheckout-step-container .amcheckout-summary-container .item-options .label{display:block;margin-bottom:10px}.amcheckout-step-container .amcheckout-additional-options{margin:0;padding:0 20px;border:1px solid #f9f9f9;background:#f9f9f9;font-size:0}.amcheckout-step-container .amcheckout-additional-options>*{font-size:14px}.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment{margin:20px 0}.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes>*{margin-bottom:5px}.amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show{text-align:left}.amcheckout-step-container .opc-payment-additional{padding:0 20px}.amcheckout-step-container .opc-payment-additional .payment-option-title,.amcheckout-step-container .opc-payment-additional .payment-option-content{padding-right:0;padding-left:0}.amcheckout-step-container .opc-payment-additional .label{display:block;margin-bottom:4px}.amcheckout-step-container .opc-payment-additional .form-discount .label{display:none}.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type){margin-top:40px}.opc-block-summary .vertex-message td,.cart-summary .vertex-message td{padding:0;border-top:none}.form-address-edit .actions-toolbar .vertex-update-address{margin-top:10px}.vertex__address-suggestion{margin:5px 0;padding-left:10px;font-weight:500;border-left:2px solid #808080}.yotpo-yotpo-is-enabled .yotpoBottomLine{width:100%}.yotpo-yotpo-is-enabled .yotpo-icon-double-bubble,.yotpo-yotpo-is-enabled .yotpo-stars{margin:0 5px 0 0 !important}.yotpo-yotpo-is-enabled .thumbnail .yotpo a{display:inline-block}.yotpo-yotpo-is-enabled div.yotpo.bottomLine{display:inline-block;margin:0 10px 1px 0}.yotpo-yotpo-is-enabled div.yotpo.QABottomLine{display:inline-block}.yotpo-yotpo-is-enabled div.yotpo.bottomLine.bottomline-position{display:inline-block;margin:0 10px 1px 0}.yotpo-yotpo-is-enabled .product-item .product-item-actions{margin-top:5px !important}.yotpo-yotpo-is-enabled.catalog-category-view.page-products .product-item .product-item-actions,.yotpo-yotpo-is-enabled.catalog-product-view.page-products .product-item .product-item-actions{margin-top:0 !important}.yotpo-yotpo-is-enabled.catalog-category-view .product-info-main .product-reviews-summary,.yotpo-yotpo-is-enabled.catalog-product-view .product-info-main .product-reviews-summary{width:100%}.column .block-addbysku .fieldset{margin:0}.column .block-addbysku .fieldset .fields{position:relative}.column .block-addbysku .fieldset .fields .field{display:inline-block;margin-bottom:10px;vertical-align:top}.column .block-addbysku .fieldset .fields .actions-toolbar{position:absolute;right:0;top:4px}.column .block-addbysku .sku{margin-right:-155px;padding-right:160px;width:100%}.column .block-addbysku .skus>.label{margin-top:10px}.column .block-addbysku .qty .qty+.mage-error{width:80px}.column .block-addbysku .block-content .actions-toolbar{clear:both;margin:0 0 20px;text-align:left}.column .block-addbysku .block-content .actions-toolbar:before,.column .block-addbysku .block-content .actions-toolbar:after{content:'';display:table}.column .block-addbysku .block-content .actions-toolbar:after{clear:both}.column .block-addbysku .block-content .actions-toolbar .primary{float:left}.column .block-addbysku .block-content .actions-toolbar .primary,.column .block-addbysku .block-content .actions-toolbar .secondary{display:inline-block}.column .block-addbysku .block-content .actions-toolbar .primary a.action,.column .block-addbysku .block-content .actions-toolbar .secondary a.action{display:inline-block}.column .block-addbysku .block-content .actions-toolbar .primary .action{margin:0 5px 0 0}.column .block-addbysku .block-content .actions-toolbar .secondary a.action{margin-top:6px}.column .block-addbysku .block-content .actions-toolbar .primary,.column .block-addbysku .block-content .actions-toolbar .secondary{display:block;float:none}.column .block-addbysku .block-content .actions-toolbar>.secondary{text-align:left}.column .block-addbysku .reset{margin:10px 0}.column .block-addbysku .note{display:block;margin:0 0 20px}.block-cart-failed{margin-top:40px}.block-cart-failed .block-title{font-size:2.6rem}.block-cart-failed .block-title strong{font-weight:300}.block-cart-failed .actions{text-align:center}.block-cart-failed .actions .action{margin-bottom:10px}.bundle-options-container{clear:both;margin-bottom:40px}.bundle-options-container .legend.title{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}.bundle-options-container .product-add-form{display:none}.bundle-options-container .product-options-wrapper{margin-bottom:30px}.bundle-options-container .action.back{margin-bottom:30px}.bundle-options-container .price-box .price{font-size:18px;font-weight:700}.bundle-options-container .block-bundle-summary{background:#e8e8e8;padding:10px 20px}.bundle-options-container .block-bundle-summary>.title>strong{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}.bundle-options-container .block-bundle-summary .bundle-summary{margin-top:30px}.bundle-options-container .block-bundle-summary .bundle-summary.empty{display:none}.bundle-options-container .block-bundle-summary .bundle-summary>.subtitle{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem;display:block}.bundle-options-container .block-bundle-summary .bundle.items>li{margin-bottom:10px}.bundle-options-container .block-bundle-summary .box-tocart .actions{display:inline-block;margin-bottom:10px}.bundle-options-container .block-bundle-summary .product-addto-links>.action{vertical-align:top}.bundle-options-container .nested .field.qty{margin-top:20px}.bundle-options-container .nested .field.qty .label{font-weight:700;margin:0 0 5px;display:inline-block}.bundle-options-container p.required{color:#e02b27}.bundle-options-container .product-options-bottom{clear:left}.block-category-event{background:#f0f0f0;color:#333;padding:10px 0 15px;text-align:center}.block-category-event.block:last-child{margin-bottom:10px}.block-category-event .block-title{margin:0 0 10px}.block-category-event .block-title strong{font-size:1.5rem;font-weight:300}.block-category-event .ticker{margin:0;padding:0;list-style:none none}.block-category-event .ticker li{display:none;margin:0 15px}.block-category-event .ticker .value{font-size:1.8rem;font-weight:300}.block-category-event .ticker .label{font-size:1rem;display:block;text-transform:lowercase}.block-category-event .dates{display:table;margin:0 auto}.block-category-event .dates .start,.block-category-event .dates .end{display:table-cell;vertical-align:top}.block-category-event .dates .date{font-size:1.8rem}.block-category-event .dates .time{display:block}.block-category-event .dates .start{padding-right:40px;position:relative}.block-category-event .dates .start:after{font-size:1.8rem;content:'\2013';display:block;position:absolute;right:15px;top:0}.cart-summary{background:#f5f5f5;margin-bottom:25px;padding:1px 15px 25px}.cart-summary>.title{display:block;font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem}.cart-summary .block{margin-bottom:0}.cart-summary .block .item-options{margin-left:0}.cart-summary .block .fieldset{margin:15px 0 25px 5px}.cart-summary .block .fieldset .field{margin:0 0 10px}.cart-summary .block .fieldset .field.note{font-size:12px}.cart-summary .block .fieldset .methods .field>.label{display:inline}.cart-totals{border-top:1px solid #d1d1d1;padding-top:10px}.cart-totals .table-wrapper{margin-bottom:0;overflow:inherit}.cart-totals .discount.coupon{display:none}.cart.table-wrapper .items thead+.item{border-top:1px solid #d1d1d1}.cart.table-wrapper .items>.item{border-bottom:1px solid #d1d1d1;position:relative}.cart.table-wrapper .col{padding-top:20px}.cart.table-wrapper .col.qty .input-text{margin-top:-5px}.cart.table-wrapper .item-actions td{padding-bottom:10px;text-align:center;white-space:normal}.cart.table-wrapper .item .col.item{display:block;min-height:75px;padding:25px 0 10px 75px;position:relative}.cart.table-wrapper .actions-toolbar>.action,.action-gift{display:inline-block;text-decoration:none;margin-bottom:10px;margin-right:10px}.cart.table-wrapper .actions-toolbar>.action:hover,.cart.table-wrapper .actions-toolbar>.action:active,.cart.table-wrapper .actions-toolbar>.action:focus,.action-gift:hover,.action-gift:active,.action-gift:focus{text-decoration:none}.cart.table-wrapper .actions-toolbar>.action:last-child,.action-gift:last-child{margin-right:0}.cart.table-wrapper .action.help.map{font-weight:400}.cart.table-wrapper .product-item-photo{display:block;left:0;max-width:60px;padding:0;position:absolute;top:15px;width:100%}.cart.table-wrapper .product-item-details{white-space:normal}.cart.table-wrapper .product-item-name{display:inline-block;font-weight:400;margin-top:-6px}.cart.table-wrapper .gift-registry-name-label:after{content:':'}.cart.table-wrapper .item-options{font-size:12px;margin-bottom:10px}.cart.table-wrapper .product-item-name+.item-options{margin-top:10px}.cart.table-wrapper .action.configure{display:inline-block;margin:0 0 20px}.cart-container .checkout-methods-items{margin-top:20px;text-align:center}.cart-container .checkout-methods-items .action.primary,.cart-container .checkout-methods-items .amshopby-button,.cart-container .checkout-methods-items .am-filter-go{width:100%}.cart-container .checkout-methods-items .item+.item{margin-top:20px}.cart-products-toolbar .toolbar-amount{margin:25px 0 15px;padding:0;text-align:center}.cart-products-toolbar .pages{margin:0 0 25px;text-align:center}.cart-products-toolbar .pages .items>.item{border-bottom:0}.cart-products-toolbar-top{border-bottom:1px solid #d1d1d1}.block.crosssell{margin-top:70px}.cart-tax-info+.cart-tax-total,.cart .cart-tax-info+.cart-tax-total{display:block}.cart.table-wrapper .col.price,.order-items.table-wrapper .col.price,.cart.table-wrapper .col.qty,.order-items.table-wrapper .col.qty,.cart.table-wrapper .col.subtotal,.order-items.table-wrapper .col.subtotal,.cart.table-wrapper .col.msrp,.order-items.table-wrapper .col.msrp{text-align:right}.block-minicart .items-total{float:left;margin:0 10px}.block-minicart .items-total .count{font-weight:700}.block-minicart .subtotal{margin:0 10px 10px;text-align:right}.block-minicart .amount .price-wrapper:first-child .price{font-size:18px;font-weight:700}.block-minicart .subtitle{display:none}.block-minicart .subtitle.empty{display:block;font-size:14px;padding:30px 0 20px;text-align:center}.block-minicart .text.empty{text-align:center}.block-minicart .block-content>.actions{margin-top:15px;text-align:center}.block-minicart .block-content>.actions>.primary{margin:0 10px 15px}.block-minicart .block-content>.actions>.primary .action.primary,.block-minicart .block-content>.actions>.primary .amshopby-button,.block-minicart .block-content>.actions>.primary .am-filter-go{display:block;margin-bottom:15px;width:100%}.block-minicart .block-content>.actions>.primary .action.primary:last-child,.block-minicart .block-content>.actions>.primary .amshopby-button:last-child,.block-minicart .block-content>.actions>.primary .am-filter-go:last-child{margin-bottom:0}.block-minicart .block-category-link,.block-minicart .block-product-link,.block-minicart .block-cms-link,.block-minicart .block-banners{margin:15px 0 0;text-align:center}.minicart-wrapper{display:inline-block;position:relative;float:right}.minicart-wrapper:before,.minicart-wrapper:after{content:'';display:table}.minicart-wrapper:after{clear:both}.minicart-wrapper .action.showcart{cursor:pointer;display:inline-block;text-decoration:none}.minicart-wrapper .action.showcart:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:35px;line-height:33px;color:#8f8f8f;content:'\e611';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.minicart-wrapper .action.showcart:hover:before{color:#333}.minicart-wrapper .action.showcart:active:before{color:#8f8f8f}.minicart-wrapper .action.showcart.active{display:inline-block;text-decoration:none}.minicart-wrapper .action.showcart.active:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:35px;line-height:33px;color:#8f8f8f;content:'\e611';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.minicart-wrapper .action.showcart.active:hover:before{color:#333}.minicart-wrapper .action.showcart.active:active:before{color:#8f8f8f}.minicart-wrapper .block-minicart{margin:0;padding:0;list-style:none none;background:#fff;border:1px solid #bbb;margin-top:4px;min-width:100%;width:320px;z-index:101;box-sizing:border-box;display:none;position:absolute;top:100%;right:0;box-shadow:0 3px 3px rgba(0,0,0,0.15)}.minicart-wrapper .block-minicart li{margin:0}.minicart-wrapper .block-minicart li:hover{cursor:pointer}.minicart-wrapper .block-minicart:before,.minicart-wrapper .block-minicart:after{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.minicart-wrapper .block-minicart:before{border:6px solid;border-color:transparent transparent #fff transparent;z-index:99}.minicart-wrapper .block-minicart:after{border:7px solid;border-color:transparent transparent #bbb transparent;z-index:98}.minicart-wrapper .block-minicart:before{right:26px;top:-12px}.minicart-wrapper .block-minicart:after{right:25px;top:-14px}.minicart-wrapper.active{overflow:visible}.minicart-wrapper.active .block-minicart{display:block}.minicart-wrapper .block-minicart{padding:25px 20px}.minicart-wrapper .block-minicart .block-title{display:none}.minicart-wrapper .product .actions{float:right;margin:-28px 0 0;text-align:right}.minicart-wrapper .product .actions>.primary,.minicart-wrapper .product .actions>.secondary{display:inline}.minicart-wrapper .action.close{display:inline-block;background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400;height:40px;position:absolute;right:0;top:0;width:40px}.minicart-wrapper .action.close>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.minicart-wrapper .action.close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;line-height:32px;color:inherit;content:'\e616';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.minicart-wrapper .action.close:hover:before{color:inherit}.minicart-wrapper .action.close:active:before{color:inherit}.minicart-wrapper .action.close:focus,.minicart-wrapper .action.close:active{background:none;border:none}.minicart-wrapper .action.close:hover{background:none;border:none}.minicart-wrapper .action.close.disabled,.minicart-wrapper .action.close[disabled],fieldset[disabled] .minicart-wrapper .action.close{pointer-events:none;opacity:.5}.minicart-wrapper .action.showcart{white-space:nowrap}.minicart-wrapper .action.showcart .counter.qty{background:#ff5501;color:#fff;height:24px;line-height:24px;border-radius:2px;display:inline-block;margin:3px 0 0;min-width:18px;overflow:hidden;padding:0 3px;text-align:center;white-space:normal}.minicart-wrapper .action.showcart .counter.qty.empty{display:none}.minicart-wrapper .action.showcart .counter.qty .loader>img{max-width:24px}.minicart-wrapper .minicart-widgets{margin-top:15px}.minicart-items-wrapper{border:1px solid #ccc;margin:0 -20px;border-left:0;border-right:0;overflow-x:auto;padding:15px}.minicart-items{margin:0;padding:0;list-style:none none}.minicart-items .product-item{padding:20px 0}.minicart-items .product-item:not(:first-child){border-top:1px solid #ccc}.minicart-items .product-item:first-child{padding-top:0}.minicart-items .product-item-pricing .label{display:inline-block}.minicart-items .price-minicart{margin-bottom:5px}.minicart-items .message{margin-bottom:0;margin-top:10px}.minicart-items .product>.product-item-photo,.minicart-items .product>.product-image-container{float:left}.minicart-items .product .toggle{display:block;text-decoration:none;cursor:pointer;position:relative;white-space:nowrap}.minicart-items .product .toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:16px;color:inherit;content:'\e622';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.minicart-items .product .toggle:after{position:static;right:20px;top:0}.minicart-items .product.active>.toggle:after{content:'\e621'}.minicart-items .product-item-name{font-weight:400;margin:0 0 10px}.minicart-items .product-item-name a{color:#1979c3}.minicart-items .product-item-details{padding-left:88px}.minicart-items .product-item-details .price{font-weight:700}.minicart-items .product-item-details .price-including-tax,.minicart-items .product-item-details .price-excluding-tax{margin:5px 0 0}.minicart-items .product-item-details .weee[data-label]{font-size:1.1rem}.minicart-items .product-item-details .details-qty{margin-top:10px}.minicart-items .product.options .tooltip.toggle{display:inline-block;text-decoration:none}.minicart-items .product.options .tooltip.toggle>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.minicart-items .product.options .tooltip.toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:inherit;content:'\e622';font-family:'icons-blank-theme';margin:-3px 0 0 7px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.minicart-items .product.options .tooltip.toggle .details{display:none}.minicart-items .item-qty{text-align:center;width:45px}.minicart-items .update-cart-item{font-size:1.1rem;margin-left:5px;vertical-align:top}.minicart-items .subtitle{display:none}.minicart-items .action.edit,.minicart-items .action.delete{display:inline-block;text-decoration:none}.minicart-items .action.edit>span,.minicart-items .action.delete>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.minicart-items .action.edit:before,.minicart-items .action.delete:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:#303030;content:'\e606';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.minicart-items .action.edit:hover:before,.minicart-items .action.delete:hover:before{color:#303030}.minicart-items .action.edit:active:before,.minicart-items .action.delete:active:before{color:#303030}.minicart-items .action.delete:before{content:'\e604'}.checkout-container{margin:0 0 20px}.opc-wrapper{margin:0 0 20px}.opc-wrapper .step-content{margin:0 0 40px}.checkout-index-index .nav-sections,.checkout-index-index .nav-toggle{display:none}.checkout-index-index .logo{margin-left:0}.checkout-onepage-success .print{display:none}.opc-estimated-wrapper{border-bottom:1px solid #ccc;margin:0 0 15px;padding:18px 15px}.opc-estimated-wrapper .estimated-block{font-size:18px;font-weight:700;float:left}.opc-estimated-wrapper .estimated-block .estimated-label{display:block;margin:0 0 5px}.opc-estimated-wrapper .minicart-wrapper .action.showcart:before{color:#333}.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before{color:#555}.opc-progress-bar{margin:0 0 20px;counter-reset:i;font-size:0}.opc-progress-bar-item{margin:0 0 10px;display:inline-block;position:relative;text-align:center;vertical-align:top;width:50%}.opc-progress-bar-item:before{background:#e4e4e4;top:19px;content:'';height:7px;left:0;position:absolute;width:100%}.opc-progress-bar-item:first-child:before{border-radius:6px 0 0 6px}.opc-progress-bar-item:last-child:before{border-radius:0 6px 6px 0}.opc-progress-bar-item>span{display:inline-block;padding-top:45px;width:100%;word-wrap:break-word;color:#e4e4e4;font-weight:300;font-size:1.8rem}.opc-progress-bar-item>span:before,.opc-progress-bar-item>span:after{background:#e4e4e4;height:38px;margin-left:-19px;width:38px;border-radius:50%;content:'';left:50%;position:absolute;top:0}.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-weight:600;font-size:1.8rem}.opc-progress-bar-item._active:before{background:#ff5501}.opc-progress-bar-item._active>span{color:#333}.opc-progress-bar-item._active>span:before{background:#ff5501}.opc-progress-bar-item._active>span:after{content:'\e610';font-family:'icons-blank-theme';line-height:1;font-size:2.8rem}.opc-progress-bar-item._complete{cursor:pointer}.opc-progress-bar-item._complete>span{color:#333}.opc-progress-bar-item._complete>span:after{content:'\e610';font-family:'icons-blank-theme';line-height:1;font-size:2.8rem}.field.choice .field-tooltip{display:inline-block;margin-left:10px;position:relative;top:-3px}.field.choice .field-tooltip-action{line-height:24px}.field._error .control input,.field._error .control select,.field._error .control textarea{border-color:#ed8380}.opc-wrapper .fieldset>.field>.label{font-weight:400}.field-tooltip{cursor:pointer;position:absolute;right:0;top:1px}.field-tooltip._active{z-index:100}.field-tooltip._active .field-tooltip-content{display:block}.field-tooltip._active .field-tooltip-action:before{color:#333}.field-tooltip .label{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.field-tooltip .field-tooltip-action{display:inline-block;text-decoration:none}.field-tooltip .field-tooltip-action>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.field-tooltip .field-tooltip-action:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:inherit;color:#bbb;content:'\e623';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.field-tooltip .field-tooltip-action:hover:before{color:#333}.field-tooltip .field-tooltip-action:before{padding-left:1px}._keyfocus .field-tooltip .field-tooltip-action:focus{z-index:100}._keyfocus .field-tooltip .field-tooltip-action:focus+.field-tooltip-content{display:block}._keyfocus .field-tooltip .field-tooltip-action:focus:before{color:#333}.field-tooltip .field-tooltip-content{background:#f4f4f4;border:1px solid #999;border-radius:1px;font-size:14px;padding:12px;width:270px;display:none;left:38px;position:absolute;text-transform:none;top:-9px;word-wrap:break-word;z-index:2}.field-tooltip .field-tooltip-content:before,.field-tooltip .field-tooltip-content:after{border:10px solid transparent;height:0;width:0;border-right-color:#f4f4f4;left:-21px;top:12px;content:'';display:block;position:absolute;z-index:3}.field-tooltip .field-tooltip-content:before{border-right-color:#666}.field-tooltip .field-tooltip-content:after{border-right-color:#f4f4f4;width:1px;z-index:4}@media only screen and (max-width:768px){.field-tooltip .field-tooltip-content{left:auto;right:-10px;top:40px}.field-tooltip .field-tooltip-content::before,.field-tooltip .field-tooltip-content::after{border:10px solid transparent;height:0;left:auto;margin-top:-21px;right:10px;top:0;width:0}.field-tooltip .field-tooltip-content::before{border-bottom-color:#999}.field-tooltip .field-tooltip-content::after{border-bottom-color:#f4f4f4;top:1px}}.opc-wrapper .form-login,.opc-wrapper .form-shipping-address{margin-top:28px;margin-bottom:20px}.opc-wrapper .form-login .fieldset .note,.opc-wrapper .form-shipping-address .fieldset .note{font-size:14px;margin-top:10px}.opc-wrapper .shipping-address-items{font-size:0}.opc-wrapper .shipping-address-item{border:2px solid transparent;line-height:30px;margin:0 0 20px;padding:20px 35px 20px 20px;transition:.3s border-color;width:50%;display:inline-block;font-size:14px;position:relative;vertical-align:top;word-wrap:break-word}.opc-wrapper .shipping-address-item.selected-item{border-color:#ff5501}.opc-wrapper .shipping-address-item.selected-item:after{background:#ff5501;color:#fff;content:'\e610';font-family:'icons-blank-theme';height:27px;width:29px;font-size:27px;line-height:21px;padding-top:2px;position:absolute;right:0;text-align:center;top:0}.opc-wrapper .action-show-popup{margin:0 0 20px}.opc-wrapper .action-show-popup>span:before{content:'+';padding-right:5px}.opc-wrapper .action-select-shipping-item{float:right;margin:20px 0 0}.opc-wrapper .edit-address-link{display:block;float:left;margin:26px 5px 0 0}.checkout-shipping-method .step-title{margin-bottom:0}.checkout-shipping-method .no-quotes-block{margin:20px 0}.methods-shipping .actions-toolbar .action.primary,.methods-shipping .actions-toolbar .amshopby-button,.methods-shipping .actions-toolbar .am-filter-go{margin:20px 0 0}.table-checkout-shipping-method thead th{display:none}.table-checkout-shipping-method tbody td{border-top:1px solid #ccc;padding-bottom:20px;padding-top:20px}.table-checkout-shipping-method tbody td:first-child{padding-left:0;padding-right:0;width:20px}.table-checkout-shipping-method tbody tr:first-child td{border-top:none}.table-checkout-shipping-method tbody .row-error td{border-top:none;padding-bottom:10px;padding-top:0}.checkout-shipping-method{position:relative}.shipping-policy-block.field-tooltip{top:12px}.shipping-policy-block.field-tooltip .field-tooltip-action{color:#1979c3;cursor:pointer}.shipping-policy-block.field-tooltip .field-tooltip-action:before{display:none}.shipping-policy-block.field-tooltip .field-tooltip-content{width:420px;top:30px}.opc-block-shipping-information{padding:0 30px}.opc-block-shipping-information .shipping-information-title{border-bottom:1px solid #ccc;margin:0 0 20px;position:relative}.opc-block-shipping-information .shipping-information-title .action-edit{top:2px;display:inline-block;text-decoration:none;margin:0;position:absolute;right:0}.opc-block-shipping-information .shipping-information-title .action-edit>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.opc-block-shipping-information .shipping-information-title .action-edit:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:#8f8f8f;content:'\e606';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.opc-block-shipping-information .shipping-information-title .action-edit:hover:before{color:#333}.opc-block-shipping-information .shipping-information-title .action-edit:active:before{color:#8f8f8f}.opc-block-shipping-information .shipping-information-content{line-height:27px}.opc-block-shipping-information .shipping-information-content .actions-toolbar{margin-left:0}.opc-block-shipping-information .ship-to,.opc-block-shipping-information .ship-via{margin:0 0 20px}.opc-block-summary{background:#f5f5f5;padding:22px 30px;margin:0 0 20px}.opc-block-summary>.title{display:block}.opc-block-summary .mark .value{color:#999;display:block}.opc-block-summary .discount.coupon{display:none}.opc-block-summary .grand.incl+.grand.excl .mark,.opc-block-summary .grand.incl+.grand.excl .amount{border-top:0;font-size:1.4rem;padding-top:0}.opc-block-summary .grand.incl+.grand.excl .mark strong,.opc-block-summary .grand.incl+.grand.excl .amount strong{font-weight:400}.opc-block-summary .not-calculated{font-style:italic}.opc-block-summary .items-in-cart>.title{border-bottom:1px solid #d1d1d1;padding:10px 40px 10px 0;cursor:pointer;display:block;text-decoration:none;margin-bottom:0;position:relative}.opc-block-summary .items-in-cart>.title>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.opc-block-summary .items-in-cart>.title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:30px;line-height:12px;color:inherit;content:'\e622';font-family:'icons-blank-theme';margin:3px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.opc-block-summary .items-in-cart>.title:after{position:absolute;right:0;top:10px}.opc-block-summary .items-in-cart>.title strong{font-size:1.8rem;font-weight:300;margin:0}.opc-block-summary .items-in-cart.active>.title:after{content:'\e621'}.opc-block-summary .items-in-cart .product{position:relative}.opc-block-summary .minicart-items-wrapper{margin:0 -15px 0 0;max-height:370px;padding:15px 15px 0 0;border:0}.column.main .opc-block-summary .product-item{margin:0;padding-left:0}.opc-block-summary .product-item .product-item-inner{display:table;margin:0 0 10px;width:100%}.opc-block-summary .product-item .product-item-name-block{display:table-cell;padding-right:5px;text-align:left}.opc-block-summary .product-item .subtotal{display:table-cell;text-align:right}.opc-block-summary .product-item .price{font-size:1.6rem;font-weight:400}.opc-block-summary .product-item .price-including-tax+.price-excluding-tax{margin:0}.opc-block-summary .product-item .price-including-tax+.price-excluding-tax .price{font-size:1rem}.opc-block-summary .actions-toolbar{position:relative;z-index:1}.opc-block-summary .actions-toolbar .secondary{border-top:1px solid #d1d1d1;display:block;float:none;margin:-1px 0 0;padding:15px 0 0;text-align:left}.opc-block-summary .actions-toolbar .secondary .action{margin:0}.authentication-dropdown{box-sizing:border-box}.authentication-dropdown .modal-inner-wrap{padding:25px}.authentication-wrapper{float:right;margin-top:-60px;max-width:50%;position:relative;z-index:1}._has-auth-shown .authentication-wrapper{z-index:900}.block-authentication .block-title{font-size:1.8rem;border-bottom:0;margin-bottom:25px}.block-authentication .block-title strong{font-weight:300}.block-authentication .field .label{font-weight:400}.block-authentication .actions-toolbar{margin-bottom:5px}.block-authentication .actions-toolbar>.secondary{padding-top:25px;text-align:left}.block-authentication .block[class]{margin:0}.block-authentication .block[class] ul{list-style:none;padding-left:10px}.block-authentication .block[class] .field .control,.block-authentication .block[class] .field .label{float:none;width:auto}.block-authentication .block[class]+.block{border-top:1px solid #c1c1c1;margin-top:40px;padding-top:40px;position:relative}.block-authentication .block[class]+.block:before{height:36px;line-height:34px;margin:-19px 0 0 -18px;min-width:36px;background:#fff;border:1px solid #c1c1c1;border-radius:50%;box-sizing:border-box;color:#c1c1c1;content:attr(data-label);display:inline-block;left:50%;letter-spacing:normal;padding:0 .2rem;position:absolute;text-align:center;text-transform:uppercase;top:0}.checkout-payment-method .step-title{border-bottom:0;margin-bottom:0}.checkout-payment-method .payment-method:first-child .payment-method-title{border-top:0}.checkout-payment-method .payment-method._active .payment-method-content{display:block}.checkout-payment-method .payment-method+.payment-method .payment-method-title{border-top:1px solid #ccc}.checkout-payment-method .payment-method-title{padding:20px 0;margin:0}.checkout-payment-method .payment-method-title .payment-icon{display:inline-block;margin-right:5px;vertical-align:middle}.checkout-payment-method .payment-method-title .action-help{display:inline-block;margin-left:5px}.checkout-payment-method .payment-method-content{display:none;padding:0 0 20px 22px}.checkout-payment-method .payment-method-content .fieldset:not(:last-child){margin:0 0 20px}.checkout-payment-method .payment-group+.payment-group .step-title{margin:20px 0 0}.checkout-payment-method .field-select-billing,.checkout-payment-method .billing-address-form{max-width:600px}.checkout-payment-method .billing-address-same-as-shipping-block{margin:0 0 10px}.checkout-payment-method .checkout-billing-address{margin:0 0 20px}.checkout-payment-method .checkout-billing-address .primary .action-update{margin-right:0}.checkout-payment-method .checkout-billing-address .billing-address-details{line-height:27px;padding:0 0 0 23px}.checkout-payment-method .payment-method-note+.checkout-billing-address{margin-top:20px}.checkout-payment-method .payment-method-iframe{background-color:transparent;display:none;width:100%}.checkout-payment-method .no-payments-block{margin:20px 0}.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after{content:'\e621'}.checkout-payment-method .payment-option._collapsible .payment-option-title{cursor:pointer}.checkout-payment-method .payment-option._collapsible .payment-option-content{display:none}.checkout-payment-method .payment-option-title{border-top:1px solid #ccc;padding:20px 0}.checkout-payment-method .payment-option-title .action-toggle{color:#1979c3;display:inline-block;text-decoration:none}.checkout-payment-method .payment-option-title .action-toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;line-height:16px;color:#8f8f8f;content:'\e622';font-family:'icons-blank-theme';margin:0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.checkout-payment-method .payment-option-title .action-toggle:hover:after{color:#333}.checkout-payment-method .payment-option-title .action-toggle:active:after{color:#8f8f8f}.checkout-payment-method .payment-option-content{padding:0 0 20px 22px}.checkout-payment-method .payment-option-inner{margin:0 0 20px}.checkout-payment-method .credit-card-types{padding:0}.checkout-payment-method .credit-card-types .item{display:inline-block;list-style:none;margin:0 5px 0 0;vertical-align:top}.checkout-payment-method .credit-card-types .item._active{font-weight:700}.checkout-payment-method .credit-card-types .item._active img{-webkit-filter:grayscale(0%)}.checkout-payment-method .credit-card-types .item._inactive{opacity:.4}.checkout-payment-method .credit-card-types .item span{display:inline-block;padding-top:6px;vertical-align:top}.checkout-payment-method .credit-card-types img{-webkit-filter:grayscale(100%);-webkit-transition:all .6s ease}.checkout-payment-method .ccard .fields>.year{padding-left:5px}.checkout-payment-method .ccard .fields .select{padding-left:5px;padding-right:5px}.checkout-payment-method .ccard .month .select{width:140px}.checkout-payment-method .ccard .year .select{width:80px}.checkout-payment-method .ccard .captcha .input-text,.checkout-payment-method .ccard .number .input-text{width:225px}.checkout-payment-method .ccard>.field.cvv>.control{padding-right:20px;width:auto}.checkout-payment-method .ccard .cvv .input-text{width:55px}.checkout-payment-method .ccard.fieldset>.field .fields.group.group-2 .field{width:auto !important}.checkout-agreements-block .checkout-agreements{margin-bottom:20px}.checkout-agreements-block .checkout-agreement.field{display:-webkit-flex;display:-ms-flexbox;display:flex}.checkout-agreements-block .checkout-agreement.field.required label:after{content:none}.checkout-agreements-block .checkout-agreement.field.required .action-show:after{content:'*';color:#e02b27;font-size:1.2rem}.checkout-agreements-block .action-show{vertical-align:baseline}.checkout-agreements-items{padding-bottom:30px}.checkout-agreements-items .checkout-agreements-item{margin-bottom:20px}.checkout-agreements-items .checkout-agreements-item-title{border-bottom:0}.checkout-agreement-item-content{overflow:auto}.contact-index-index .column:not(.sidebar-main) .form.contact{float:none;width:50%}.contact-index-index .column:not(.sidebar-additional) .form.contact{float:none;width:50%}.login-container .block-new-customer .actions-toolbar{margin-top:25px}.login-container .block .block-title{font-size:1.8rem}.login-container .fieldset:after{margin:10px 0 0;content:attr(data-hasrequired);display:block;letter-spacing:normal;word-spacing:normal;color:#e02b27;font-size:1.2rem}.login-container .fieldset:after{margin-top:35px}.block-addresses-list .items.addresses>.item{margin-bottom:20px}.block-addresses-list .items.addresses>.item:last-child{margin-bottom:0}.form-address-edit .region_id{display:none}.form-edit-account .fieldset.password{display:none}.box-billing-address .box-content,.box-shipping-address .box-content,.box-information .box-content,.box-newsletter .box-content{overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;line-height:26px}.fieldset .fullname.field>.label+.control{width:100%}.account .column.main h2{margin-top:0}.account .column.main .toolbar{text-align:center}.account .column.main .toolbar .limiter-options{width:auto}.account .sidebar-additional{margin-top:40px}.account .table-wrapper:last-child{margin-bottom:0}.account .table-wrapper .action{margin-right:15px}.account .table-wrapper .action:last-child{margin-right:0}.account-nav .content{background:#f5f5f5;padding:15px 0}.account-nav .item{margin:3px 0 0}.account-nav .item:first-child{margin-top:0}.account-nav .item a,.account-nav .item>strong{border-left:3px solid transparent;display:block;padding:5px 18px 5px 15px}.account-nav .item a{text-decoration:none}.account-nav .item a:hover{background:#e8e8e8}.account-nav .item.current a,.account-nav .item.current strong{border-color:#ff5501;font-weight:600}.account-nav .item.current a{border-color:#ff5501}.account-nav .item .delimiter{border-top:1px solid #d1d1d1;display:block;margin:10px 1.8rem}.column.main .block:last-child{margin-bottom:0}.block .title{margin-bottom:10px}.block .title strong{font-weight:700;line-height:1.1;font-size:1.4rem;margin-top:2rem;margin-bottom:2rem}.column.main .block .title strong{font-size:18px}.block p:last-child{margin:0}.block .box-actions{margin-top:5px}.field.password .control{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.field.password .control .mage-error{-ms-flex-order:2;-webkit-order:2;order:2}.field.password .control .input-text{-ms-flex-order:0;-webkit-order:0;order:0;z-index:2}.password-strength-meter{background-color:#f4f4f4;height:32px;line-height:32px;padding:0 9px;position:relative;z-index:1}.password-strength-meter:before{content:'';height:100%;left:0;position:absolute;top:0;z-index:-1}.password-none .password-strength-meter:before{background-color:#f4f4f4;width:100%}.password-weak .password-strength-meter:before{background-color:#ffafae;width:25%}.password-medium .password-strength-meter:before{background-color:#ffd6b3;width:50%}.password-strong .password-strength-meter:before{background-color:#c5eeac;width:75%}.password-very-strong .password-strength-meter:before{background-color:#81b562;width:100%}.control.captcha-image{margin-top:10px}.control.captcha-image .captcha-img{vertical-align:middle}.downloadable.samples{margin-bottom:20px}.downloadable.samples dd{margin:0 0 10px}.table-downloadable-products .product-name{margin-right:15px}.field.downloads .price-container{display:inline;white-space:nowrap}.field.downloads .price-container:before{content:' + ';display:inline}.field.downloads .price-excluding-tax{display:inline}.field.downloads .price-excluding-tax:before{content:' (' attr(data-label) ': '}.field.downloads .price-excluding-tax:after{content:')'}.field.downloads .price-including-tax{font-size:1.4rem;display:inline;font-weight:600}.field.downloads .sample.link{float:right}.page-product-downloadable .product-add-form{clear:both;margin-bottom:25px}.page-product-downloadable .product-options-bottom .field.qty{display:none !important}.cart-summary .block.giftcard .action.check{line-height:1.2rem;padding:5px 8px;font-size:1.1rem;margin-top:20px}.page-product-giftcard .giftcard-amount{margin-bottom:0;text-align:left}.page-product-giftcard .giftcard-amount .field:last-child{padding-bottom:20px}.page-product-giftcard .product-options-wrapper .field:first-of-type{margin-top:20px}.giftcard-account .please-wait{display:none}.giftcard-account .form-giftcard-redeem .giftcard.info{margin-bottom:30px}.opc-wrapper .form-giftcard-account{max-width:500px}.opc-wrapper .form-giftcard-account .field{margin:0 0 20px}.opc-wrapper .giftcard-account-info{margin:0 0 20px}.opc-wrapper .giftcard-account-info .giftcard-account-number{margin:0 0 10px}.gift-message .field{margin-bottom:20px}.gift-message .field .label{color:#666;font-weight:400}.gift-options .actions-toolbar .action-cancel{display:none}.gift-options-title{margin:0 0 20px}.gift-options-content .fieldset{margin:0 0 20px}.gift-summary .actions-toolbar>.secondary{float:none}.gift-summary .actions-toolbar>.secondary .action{margin:10px 20px 0 0}.action-gift{display:inline-block;text-decoration:none}.action-gift:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;line-height:16px;color:inherit;content:'\e622';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.action-gift:hover:after{color:inherit}.action-gift:active:after{color:inherit}.action-gift.active:after,.action-gift._active:after{content:'\e621'}.cart.table-wrapper .gift-content{box-sizing:border-box;clear:left;display:none;float:left;margin:10px 0 20px;text-align:left;width:100%}.cart.table-wrapper .gift-content._active{display:block}.gift-item-block{margin:0}.gift-item-block._active .title:after{content:'\e621'}.gift-item-block .title{border-radius:3px;background-image:none;background:#f2f2f2;border:1px solid #cdcdcd;color:#333;cursor:pointer;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;margin:20px 0 0;padding:7px 15px;font-size:1.4rem;line-height:1.6rem;box-sizing:border-box;vertical-align:middle;display:inline-block;text-decoration:none}.gift-item-block .title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;line-height:16px;color:inherit;content:'\e622';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.gift-item-block .title:hover:after{color:inherit}.gift-item-block .title:active:after{color:inherit}.gift-item-block .title:focus,.gift-item-block .title:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}.gift-item-block .title:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}.gift-item-block .title.disabled,.gift-item-block .title[disabled],fieldset[disabled] .gift-item-block .title{opacity:.5;cursor:default;pointer-events:none}.gift-item-block .title:active{box-shadow:inset 0 2px 1px rgba(0,0,0,0.12)}.gift-item-block .content{border-bottom:1px solid #c1c1c1;padding:10px 10px 20px;position:relative}.order-details-items .order-gift-message .item-options dt,.order-details-items .block-order-details-gift-message .item-options dt{font-weight:400;margin:10px 0}.order-details-items .order-gift-message dt:after,.order-details-items .block-order-details-gift-message dt:after{content:''}.order-details-items .order-gift-message .item-message,.order-details-items .block-order-details-gift-message .item-message{clear:left}.order-details-items .order-items .action.show{display:inline-block;text-decoration:none;padding-right:20px;position:relative}.order-details-items .order-items .action.show:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:inherit;color:inherit;content:'\e622';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.order-details-items .order-items .action.show:after{position:absolute;right:0;top:-4px}.order-details-items .order-items .action.show.expanded:after{content:'\e621'}.block-order-details-gift-message{border-top:1px solid #d1d1d1;padding-top:10px}.form-giftregistry-share .actions-toolbar:not(:last-child),.form-giftregistry-edit .actions-toolbar:not(:last-child){margin-bottom:40px}.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control{width:100%}.table-giftregistry-items .product-image{float:left;margin-right:10px}.cart-summary .form.giftregistry .fieldset{margin:25px 0 5px}.cart-summary .form.giftregistry .fieldset .field{margin:0 0 10px}.cart-summary .form.giftregistry .fieldset .field .control{float:none;width:auto}.cart-summary .form.giftregistry .fieldset .action.primary,.cart-summary .form.giftregistry .fieldset .amshopby-button,.cart-summary .form.giftregistry .fieldset .am-filter-go{margin-bottom:0}.form-giftregistry-search{margin-bottom:60px}.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1){margin-bottom:0}.block-giftregistry-results .toolbar-giftregistry-results{text-align:center}.block-giftregistry .actions-toolbar{margin:17px 0 0}.block-giftregistry-shared .item-options .item-value{margin:0 0 25px}.block-giftregistry-shared-items .item{border-bottom:1px solid #d1d1d1}.block-giftregistry-shared-items .col{padding:20px 8px 10px}.block-giftregistry-shared-items .col .price-box{display:inline-block}.block-giftregistry-shared-items .col .price-wrapper{font-size:1.8rem;display:block;font-weight:700;white-space:nowrap}.block-giftregistry-shared-items .product .item-options{margin-bottom:0}.block-giftregistry-shared-items .product-item-photo{display:block;max-width:65px;padding:10px 0}.block-giftregistry-shared-items .product-item-name{display:block;margin:0 0 5px}.gift-wrapping .label{margin:0 0 5px;display:inline-block}.gift-wrapping .field{margin-bottom:10px}.gift-wrapping-info{font-weight:300;font-size:18px;margin:20px 0}.gift-wrapping-list{list-style:none;margin:20px 0 10px;padding:0}.gift-wrapping-list .no-image{background:#f2f2f2;display:inline-block;text-decoration:none}.gift-wrapping-list .no-image>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.gift-wrapping-list .no-image:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:38px;line-height:4rem;color:#494949;content:'\e629';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.gift-wrapping-list .no-image:after{display:block}.gift-wrapping-preview,.gift-wrapping-item>span{cursor:pointer;display:block;overflow:hidden;position:relative;z-index:1}.gift-wrapping-item{float:left;margin:0 10px 10px 0}.gift-wrapping-item:last-child{margin-right:0}.gift-wrapping-item._active span:before{border:3px solid #333;box-sizing:border-box;content:'';display:block;height:100%;position:absolute;width:100%;z-index:2}.gift-wrapping-item>span{height:4rem;width:4rem}.gift-wrapping-title{margin:10px 0}.gift-wrapping-title .action-remove{margin-left:5px}.gift-options-content .fieldset>.field{margin:0 0 5px}.gift-options-content .fieldset>.field:before{display:none}.gift-wrapping-summary .gift-wrapping-title{border:0;display:inline-block;padding:0}.opc-wrapper .data.table .gift-wrapping,.table-order-items .gift-wrapping,.table-order-review .gift-wrapping{margin:20px 0}.opc-wrapper .data.table .gift-wrapping .title,.table-order-items .gift-wrapping .title,.table-order-review .gift-wrapping .title{float:none}.opc-wrapper .data.table .gift-wrapping .content,.table-order-items .gift-wrapping .content,.table-order-review .gift-wrapping .content{margin:0}.opc-wrapper .data.table .gift-wrapping .content>img,.table-order-items .gift-wrapping .content>img,.table-order-review .gift-wrapping .content>img{float:left;margin:0 10px 0 0;max-height:50px;max-width:50px}.gift-summary .price-box,.gift-options .price-box{margin-left:22px}.gift-summary .regular-price:before,.gift-options .regular-price:before{content:attr(data-label) ': '}.gift-summary .regular-price .price,.gift-options .regular-price .price{font-weight:700}.order-options .item{padding-bottom:20px}.order-options .product{margin-bottom:10px}.order-options .product-image-container{float:left;padding-right:10px}.order-options .gift-wrapping{margin-bottom:10px}.table.grouped>thead>tr>th,.table.grouped>tbody>tr>th,.table.grouped>tfoot>tr>th,.table.grouped>thead>tr>td,.table.grouped>tbody>tr>td,.table.grouped>tfoot>tr>td{border-top:1px solid #d1d1d1}.table.grouped>caption+thead>tr:first-child>th,.table.grouped>colgroup+thead>tr:first-child>th,.table.grouped>thead:first-child>tr:first-child>th,.table.grouped>caption+thead>tr:first-child>td,.table.grouped>colgroup+thead>tr:first-child>td,.table.grouped>thead:first-child>tr:first-child>td{border-top:0}.table.grouped>tbody+tbody{border-top:1px solid #d1d1d1}.table.grouped>thead>tr>th{border-bottom:0}.table.grouped .product-item-name{font-weight:400}.table.grouped .price-box .price{font-size:14px}.table.grouped .stock.unavailable{font-weight:normal;margin:0;text-transform:none;white-space:nowrap}.table.grouped .row-tier-price td{border-top:0}.table.grouped .row-tier-price .prices-tier{margin:0 -10px 10px}.form-add-invitations .action.add{display:inline-block;text-decoration:none;line-height:normal;padding:2px 0;width:auto}.form-add-invitations .action.add>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.form-add-invitations .action.add:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:31px;line-height:22px;color:inherit;content:'\e61c';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.form-add-invitations .action.add:hover:before{color:inherit}.form-add-invitations .action.add:active:before{color:inherit}.block.filter{margin-bottom:40px}.block.filter .filter-title{margin-bottom:20px}.block.filter .filter-title strong{font-size:18px}.block-subtitle{display:inline-block;margin-bottom:10px}.filter-current .item{margin-bottom:10px}.filter-current .filter-label{display:block;font-weight:700}.filter-current .filter-label:after{content:':'}.filter-current+.filter-actions{margin-bottom:30px}.filter-options{margin:0}.filter-options .filter-options-title{font-weight:700;line-height:1.1;font-size:1.4rem;margin-top:2rem;margin-bottom:2rem;margin:0 0 10px;word-break:break-all}.filter-options .filter-options-content{margin:0 0 25px}.filter-options .filter-options-content .item{margin-bottom:3px}.filter-options .count{color:#7d7d7d}.filter-options .count:before{content:'('}.filter-options .count:after{content:')'}.filtered .items{margin:15px 0}.filtered .item{margin-bottom:6px;padding-left:22px;position:relative}.filtered .item .label{font-weight:700}.filtered .item .action.remove{left:-6px;position:absolute;top:0}.filtered+.actions{margin-bottom:35px}.map-popup-wrapper.popup .action.close{top:10px}.map-popup{background:#fff;border:1px solid #aeaeae;padding:22px;width:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15);transition:opacity .3s linear;left:0;margin-top:10px;position:absolute;top:0;z-index:1001;display:none;opacity:0;box-sizing:border-box}.map-popup .popup-header{margin:0 0 25px;padding-right:22px}.map-popup .popup-header .title{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem}.map-popup .popup-content{margin:10px 0 0}.map-popup .popup-actions .action.close{position:absolute;display:inline-block;background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400;right:10px;top:10px}.map-popup .popup-actions .action.close>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.map-popup .popup-actions .action.close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:inherit;content:'\e616';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.map-popup .popup-actions .action.close:hover:before{color:inherit}.map-popup .popup-actions .action.close:active:before{color:inherit}.map-popup .popup-actions .action.close:focus,.map-popup .popup-actions .action.close:active{background:none;border:none}.map-popup .popup-actions .action.close:hover{background:none;border:none}.map-popup .popup-actions .action.close.disabled,.map-popup .popup-actions .action.close[disabled],fieldset[disabled] .map-popup .popup-actions .action.close{pointer-events:none;opacity:.5}.map-popup.active{opacity:1}.map-popup .map-info-price{margin-bottom:15px}.map-popup .map-info-price .price-box{margin:0 0 20px}.map-popup .map-info-price .price-box .label:after{content:': '}.map-popup .regular-price .price-label{display:none}.map-old-price:not(:last-child),.product-info-price .map-show-info:not(:last-child){margin-right:10px}.map-fallback-price{display:none}.map-old-price{text-decoration:none}.map-old-price .price-wrapper{text-decoration:line-through}.map-form-addtocart{display:inline-block;text-align:center}.map-form-addtocart img{display:block;margin:0 auto}button.map-show-info,.cart.table-wrapper .actions-toolbar>.action.map-show-info,.action-gift.map-show-info{background-image:none;-moz-box-sizing:content-box;box-shadow:none;line-height:inherit;text-shadow:none;font-weight:400;line-height:1.42857143;margin:0;padding:0;color:#1979c3;text-decoration:none;background:none;border:0;display:inline}button.map-show-info:focus,button.map-show-info:active,.cart.table-wrapper .actions-toolbar>.action.map-show-info:focus,.cart.table-wrapper .actions-toolbar>.action.map-show-info:active,.action-gift.map-show-info:focus,.action-gift.map-show-info:active{background:none;border:none}button.map-show-info:hover,.cart.table-wrapper .actions-toolbar>.action.map-show-info:hover,.action-gift.map-show-info:hover{background:none;border:none}button.map-show-info.disabled,button.map-show-info[disabled],fieldset[disabled] button.map-show-info,.cart.table-wrapper .actions-toolbar>.action.map-show-info.disabled,.cart.table-wrapper .actions-toolbar>.action.map-show-info[disabled],fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action.map-show-info,.action-gift.map-show-info.disabled,.action-gift.map-show-info[disabled],fieldset[disabled] .action-gift.map-show-info{pointer-events:none;opacity:.5}button.map-show-info:visited,.cart.table-wrapper .actions-toolbar>.action.map-show-info:visited,.action-gift.map-show-info:visited{color:#1979c3;text-decoration:none}button.map-show-info:hover,.cart.table-wrapper .actions-toolbar>.action.map-show-info:hover,.action-gift.map-show-info:hover{color:#006bb4;text-decoration:underline}button.map-show-info:active,.cart.table-wrapper .actions-toolbar>.action.map-show-info:active,.action-gift.map-show-info:active{color:#ff5501;text-decoration:underline}button.map-show-info:hover,button.map-show-info:active,button.map-show-info:focus,.cart.table-wrapper .actions-toolbar>.action.map-show-info:hover,.cart.table-wrapper .actions-toolbar>.action.map-show-info:active,.cart.table-wrapper .actions-toolbar>.action.map-show-info:focus,.action-gift.map-show-info:hover,.action-gift.map-show-info:active,.action-gift.map-show-info:focus{background:none;border:0}button.map-show-info.disabled,button.map-show-info[disabled],fieldset[disabled] button.map-show-info,.cart.table-wrapper .actions-toolbar>.action.map-show-info.disabled,.cart.table-wrapper .actions-toolbar>.action.map-show-info[disabled],fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action.map-show-info,.action-gift.map-show-info.disabled,.action-gift.map-show-info[disabled],fieldset[disabled] .action-gift.map-show-info{color:#1979c3;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.wishlist.split.button{display:inline-block;position:relative;vertical-align:middle}.wishlist.split.button:before,.wishlist.split.button:after{content:'';display:table}.wishlist.split.button:after{clear:both}.wishlist.split.button .action.split{float:left;margin:0}.wishlist.split.button .action.toggle{float:right;margin:0}.wishlist.split.button button.action.split,.wishlist.split.button .cart.table-wrapper .actions-toolbar>.action.action.split,.wishlist.split.button .action-gift.action.split{border-bottom-right-radius:0;border-top-right-radius:0}.wishlist.split.button button+.action.toggle,.wishlist.split.button .cart.table-wrapper .actions-toolbar>.action+.action.toggle,.wishlist.split.button .action-gift+.action.toggle{border-bottom-left-radius:0;border-left:0;border-top-left-radius:0}.wishlist.split.button .action.toggle{display:inline-block;text-decoration:none}.wishlist.split.button .action.toggle>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.wishlist.split.button .action.toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:#7d7d7d;content:'\e622';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.wishlist.split.button .action.toggle:hover:after{color:#333}.wishlist.split.button .action.toggle:active:after{color:inherit}.wishlist.split.button .action.toggle.active{display:inline-block;text-decoration:none}.wishlist.split.button .action.toggle.active>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.wishlist.split.button .action.toggle.active:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:#7d7d7d;content:'\e621';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.wishlist.split.button .action.toggle.active:hover:after{color:#333}.wishlist.split.button .action.toggle.active:active:after{color:inherit}.wishlist.split.button .items{margin:0;padding:0;list-style:none none;background:#fff;border:1px solid #bbb;margin-top:4px;min-width:200px;z-index:100;box-sizing:border-box;display:none;position:absolute;top:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15)}.wishlist.split.button .items li{margin:0;padding:5px 5px 5px 23px}.wishlist.split.button .items li:hover{background:#e8e8e8;cursor:pointer}.wishlist.split.button .items:before,.wishlist.split.button .items:after{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.wishlist.split.button .items:before{border:6px solid;border-color:transparent transparent #fff transparent;z-index:99}.wishlist.split.button .items:after{border:7px solid;border-color:transparent transparent #bbb transparent;z-index:98}.wishlist.split.button .items:before{left:10px;top:-12px}.wishlist.split.button .items:after{left:9px;top:-14px}.wishlist.split.button.active{overflow:visible}.wishlist.split.button.active .items{display:block}.wishlist.split.button .items{text-align:left}.wishlist.split.button .items .item>span{display:block;padding:5px 5px 5px 23px}.wishlist.split.button .items .item:last-child:hover{background:#e8e8e8}.wishlist.split.button .items li{padding:0}.table-comparison .wishlist.split.button>.action.split:before,.product-items .wishlist.split.button>.action.split:before{content:'\e601'}.table-comparison .wishlist.split.button>.action:active,.product-items .wishlist.split.button>.action:active,.table-comparison .wishlist.split.button>.action:focus,.product-items .wishlist.split.button>.action:focus,.table-comparison .wishlist.split.button>.action:hover,.product-items .wishlist.split.button>.action:hover{color:#333}.table-comparison .wishlist.split.button>.action.toggle:before,.product-items .wishlist.split.button>.action.toggle:before{border-left:1px solid #c9c9c9;content:'';float:left;height:15px;margin-top:3px}.product-info-main .wishlist.split.button .action.split,.block-bundle-summary .wishlist.split.button .action.split,.product-add-form .wishlist.split.button .action.split,.product-info-main .wishlist.split.button .action.toggle,.block-bundle-summary .wishlist.split.button .action.toggle,.product-add-form .wishlist.split.button .action.toggle{line-height:1.2rem;padding:5px 8px;font-size:1.1rem}.product-info-main .wishlist.split.button .action.toggle,.block-bundle-summary .wishlist.split.button .action.toggle,.product-add-form .wishlist.split.button .action.toggle{padding:0}.cart.table-wrapper .wishlist.split.button{margin-bottom:10px}.cart.table-wrapper .wishlist.split.button>.action.toggle{padding:4px 5px}.wishlist.window.popup{box-sizing:border-box;background:#fff;border:1px solid #aeaeae;padding:22px;width:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15);transition:opacity .3s linear;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1001;display:none;opacity:0}.wishlist.window.popup .popup-header{margin:0 0 25px;padding-right:22px}.wishlist.window.popup .popup-header .title{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem}.wishlist.window.popup .popup-actions .action.close{position:absolute;display:inline-block;background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400;right:10px;top:10px}.wishlist.window.popup .popup-actions .action.close>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.wishlist.window.popup .popup-actions .action.close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:inherit;content:'\e616';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.wishlist.window.popup .popup-actions .action.close:hover:before{color:inherit}.wishlist.window.popup .popup-actions .action.close:active:before{color:inherit}.wishlist.window.popup .popup-actions .action.close:focus,.wishlist.window.popup .popup-actions .action.close:active{background:none;border:none}.wishlist.window.popup .popup-actions .action.close:hover{background:none;border:none}.wishlist.window.popup .popup-actions .action.close.disabled,.wishlist.window.popup .popup-actions .action.close[disabled],fieldset[disabled] .wishlist.window.popup .popup-actions .action.close{pointer-events:none;opacity:.5}.wishlist.window.popup.active{opacity:1}.wishlist.window.popup.active{display:block}.wishlist.overlay{transition:opacity .15s linear;background:#000;z-index:899;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0}.wishlist.overlay.active{opacity:.5;filter:alpha(opacity=50)}.wishlist.overlay.active{display:block}.block-wishlist-management{position:relative}.block-wishlist-management .wishlist-select .wishlist-name-label{font-weight:600}.block-wishlist-management .wishlist-title{margin-bottom:10px}.block-wishlist-management .wishlist-title strong{font-weight:300;margin-right:10px}.block-wishlist-management .wishlist-notice{color:#7d7d7d;display:inline-block;margin-right:20px}.block-wishlist-management .wishlist-toolbar-select,.block-wishlist-management .wishlist-toolbar-actions{display:inline-block}.block-wishlist-management .wishlist-toolbar-select{margin-right:20px}.block-wishlist-management .wishlist-dropdown.move{margin-right:20px}.block-wishlist-search-form .form-wishlist-search{margin-bottom:60px;max-width:500px}.block-wishlist-search-results .toolbar-wishlist-results{text-align:center}.block-wishlist-info-items .block-title{font-size:2.2rem;margin-bottom:20px}.block-wishlist-info-items .block-title>strong{font-weight:300}.block-wishlist-info-items .product-item{width:100%}.block-wishlist-info-items .product-item-photo{margin-left:20px}.block-wishlist-info-items .product-item-info{width:auto}.block-wishlist-info-items .product-item-info:hover .split{visibility:visible}.block-wishlist-info-items .price-wrapper{display:block;margin:0 0 10px}.block-wishlist-info-items .split{clear:both;padding:10px 0}.block-wishlist-info-items .action.towishlist{padding:10px 0}.block-wishlist-info-items .input-text.qty{margin-right:10px}.multicheckout.results h3,.multicheckout.success h3{font-size:1.6rem;margin-bottom:20px;margin-top:30px}.multicheckout.results h3 a,.multicheckout.success h3 a{color:#333}.multicheckout.results h3 a:hover,.multicheckout.success h3 a:hover{text-decoration:none}.multicheckout.results ul.orders-list,.multicheckout.success ul.orders-list{list-style:none;padding-left:0}.multicheckout.results .orders-list,.multicheckout.success .orders-list{margin-top:25px;padding-left:16px}.multicheckout.results .orders-list .shipping-list .shipping-item,.multicheckout.success .orders-list .shipping-list .shipping-item{margin-left:84px}.multicheckout.results .orders-list .shipping-list .shipping-label,.multicheckout.success .orders-list .shipping-list .shipping-label{font-weight:700;margin-right:10px}.multicheckout.results .orders-list .shipping-list .shipping-address,.multicheckout.success .orders-list .shipping-list .shipping-address{font-weight:400}.multicheckout.results .orders-list .shipping-list .error-block,.multicheckout.success .orders-list .shipping-list .error-block{color:#e02b27}.multicheckout.results .orders-list .shipping-list .error-block .error-label,.multicheckout.success .orders-list .shipping-list .error-block .error-label{font-weight:700;margin-right:10px}.multicheckout.results .orders-list .shipping-list .error-block .error-description,.multicheckout.success .orders-list .shipping-list .error-block .error-description{font-weight:400}.multicheckout.results .orders-succeed .orders-list,.multicheckout.success .orders-succeed .orders-list{margin-top:0}.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id{float:left}.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item{margin-left:100px}.multicheckout .title{margin-bottom:30px}.multicheckout .title strong{font-weight:400}.multicheckout .table-wrapper{margin-bottom:0}.multicheckout .table-wrapper .action.delete{display:inline-block}.multicheckout .table-wrapper .col .qty{display:inline-block}.multicheckout .table-wrapper .col.item .action.edit{font-weight:400;margin-left:10px}.multicheckout:not(.address) .table-wrapper .product-item-name{margin:0}.multicheckout>.actions-toolbar{margin-top:40px}.multicheckout .actions-toolbar>.secondary{display:block}.multicheckout .actions-toolbar>.secondary .action{margin-bottom:25px}.multicheckout .actions-toolbar>.secondary .action.back{display:block;margin-left:0}.multicheckout .actions-toolbar>.primary{margin-right:10px}.multicheckout .item-options{margin:10px 0 0}.multicheckout .block .methods-shipping .item-content .fieldset>.field:before{display:none}.multicheckout .block .methods-shipping .item-content .fieldset>.field .control{display:inline-block}.multicheckout .block-title,.multicheckout .block-content .title{border-bottom:1px solid #d1d1d1;padding-bottom:10px}.multicheckout .block-title strong,.multicheckout .block-content .title strong{font-weight:400}.multicheckout .block-title strong span,.multicheckout .block-content .title strong span{color:#a6a6a6}.multicheckout .block-content .title{border-bottom:none;padding-bottom:0}.multicheckout.order-review .block-title>strong{font-size:2.4rem}.multicheckout.order-review .block-shipping .block-content:not(:last-child){margin-bottom:40px}.multicheckout.order-review .error-description{color:#e02b27;font-weight:400;margin-bottom:10px;margin-top:-10px}.multicheckout .box-title span{margin-right:10px}.multicheckout .box-title>.action{margin:0}.multicheckout .box-shipping-method .price{font-weight:700}.multicheckout .box-billing-method .fieldset{margin:0}.multicheckout .box-billing-method .fieldset .legend.box-title{margin:0 0 5px}.multicheckout .checkout-review .grand.totals{font-size:2.1rem;margin-bottom:40px}.multicheckout .checkout-review .grand.totals .mark{font-weight:400}[class^='multishipping-'] .logo{margin-left:0}.multishipping-checkout-success .nav-sections{display:block}.block.newsletter{margin-bottom:40px}.block.newsletter .form.subscribe{display:table;width:100%}.block.newsletter .fieldset{display:table-cell;margin:0;padding:0;vertical-align:top}.block.newsletter .field{margin:0}.block.newsletter .field .control{display:inline-block;text-decoration:none;display:block}.block.newsletter .field .control:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:35px;line-height:33px;color:#c2c2c2;content:'\e61d';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.block.newsletter .field .control:before{position:absolute}.block.newsletter input{margin-right:35px;padding:0 0 0 35px}.block.newsletter .title{display:none}.block.newsletter .actions{display:table-cell;vertical-align:top;width:1%}.block.newsletter .action.subscribe{border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}.paypal.after:before{content:'- ' attr(data-label) ' -';display:block;margin:5px 5px 10px;text-transform:uppercase}.paypal.before:before{content:'- ' attr(data-label) ' -';display:block;margin:10px 5px;text-align:center;text-transform:uppercase}.paypal.acceptance{display:block;margin:0 0 20px}.paypal.acceptance img{max-width:100%}.box-tocart .paypal img,.block-minicart .paypal img{display:block;margin:0 auto}.paypal-review .paypa-review-title>strong{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem;display:inline-block}.paypal-review .items-qty .item{white-space:nowrap}.paypal-review .items-qty .title:after{content:': '}.paypal-review .paypal-review-title>strong{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem;display:inline-block}.paypal-review .actions-toolbar{margin-top:10px}.paypal-review .item-options dt{display:inline-block}.paypal-review .item-options dt:after{content:': '}.paypal-review .item-options dd{margin:0}.paypal-review-discount{border-bottom:1px solid #d1d1d1;margin:20px 0}.paypal-review-discount .block{margin-bottom:0}.paypal-review-discount .block .fieldset{padding:10px 0 20px}.fotorama-video-container:after{background:url(../../frontend/Mgs/naelofar/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom right;bottom:0;content:'';height:100px;left:0;margin:auto;position:absolute;right:0;top:12px;width:100px}.fotorama-video-container .magnify-lens{display:none !important}.fotorama-video-container.video-unplayed:hover img{opacity:.6}.fotorama-video-container.video-unplayed:hover:after{transform:scale(1.25)}.video-thumb-icon:after{background:url(../../frontend/Mgs/naelofar/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom left;bottom:0;content:'';height:40px;left:0;margin:auto;position:absolute;right:0;top:10px;width:49px}.product-video{bottom:0;height:75%;left:0;margin:auto;position:absolute;right:0;top:0;width:100%}.product-video iframe{height:100%;left:0;position:absolute;top:0;width:100%;z-index:9999}.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after{bottom:0;content:'';height:100px;left:0;margin:auto;position:absolute;right:0;top:12px;width:100px}.fotorama__product-video--loading:after{visibility:hidden}@media only screen and (min-device-width:320px) and (max-device-width:780px) and (orientation:landscape){.product-video{height:100%;width:81%}}.data.switch .counter{color:#7d7d7d}.data.switch .counter:before{content:'('}.data.switch .counter:after{content:')'}.rating-summary{overflow:hidden;white-space:nowrap}.rating-summary .rating-result{width:100px;display:inline-block;position:relative;vertical-align:middle}.rating-summary .rating-result:before{left:0;position:absolute;top:0;width:100%;z-index:1;-webkit-font-smoothing:antialiased;color:#c7c7c7;font-family:'icons-blank-theme';font-size:28px;height:28px;letter-spacing:-10px;line-height:28px;content:'\e605' '\e605' '\e605' '\e605' '\e605';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:#ff5501;font-family:'icons-blank-theme';font-size:28px;height:28px;letter-spacing:-10px;line-height:28px;content:'\e605' '\e605' '\e605' '\e605' '\e605';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}.rating-summary .rating-result{margin-left:-5px}.product-reviews-summary .rating-summary .label,.table-reviews .rating-summary .label{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.review-control-vote{overflow:hidden}.review-control-vote:before{color:#c7c7c7;font-family:'icons-blank-theme';font-size:28px;height:28px;letter-spacing:-10px;line-height:28px;font-style:normal;font-weight:normal;speak:none;vertical-align:top;-webkit-font-smoothing:antialiased;content:'\e605' '\e605' '\e605' '\e605' '\e605';display:block;position:absolute;z-index:1}.review-control-vote input[type="radio"]{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.review-control-vote input[type="radio"]:hover+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{color:#ff5501;font-family:'icons-blank-theme';font-size:28px;height:28px;letter-spacing:-10px;line-height:28px;font-style:normal;font-weight:normal;speak:none;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:'\e605' '\e605' '\e605' '\e605' '\e605'}.review-control-vote .rating-4{z-index:3}.review-control-vote .rating-4:before{content:'\e605' '\e605' '\e605' '\e605'}.review-control-vote .rating-3{z-index:4}.review-control-vote .rating-3:before{content:'\e605' '\e605' '\e605'}.review-control-vote .rating-2{z-index:5}.review-control-vote .rating-2:before{content:'\e605' '\e605'}.review-control-vote .rating-1{z-index:6}.review-control-vote .rating-1:before{content:'\e605'}.block.add.review{margin-bottom:40px}.block.add.review>.title{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}.block.add.review .legend{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem;margin:0 0 20px}.block.add.review .field.rating{display:table-row}.block.add.review .field.rating .label{display:table-cell;padding:5px 0;vertical-align:middle}.block.add.review .field.rating .control{display:table-cell;vertical-align:top}.block.reviews.list>.title{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}.block.reviews.list .review.item{margin-bottom:40px}.block.reviews.list .review.title{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem}.data.table.reviews .rating-summary{margin-top:-4px}.customer-review.view{margin-bottom:20px}.customer-review.view .review.title,.customer-review.view .ratings-summary,.customer-review.view .product-details{margin-bottom:20px}.product-reviews-summary{display:table;margin:10px 0 12px}.products.wrapper.list .product-reviews-summary{margin:0 auto}.product-reviews-summary.empty{margin-left:0}.product-reviews-summary .rating-summary{display:table-cell;left:-5px;position:relative;text-align:left;vertical-align:middle}.product-reviews-summary .reviews-actions{display:table-cell;line-height:28px;vertical-align:middle}.product-reviews-summary .reviews-actions a{margin-right:5px}.customer-review .product-details{margin-bottom:40px}.customer-review .product-media{float:left;margin-right:3%;max-width:285px;width:30%}.customer-review .review-details .customer-review-rating{margin-bottom:20px}.customer-review .review-details .customer-review-rating .item{margin-bottom:10px}.customer-review .review-details .customer-review-rating .item:last-child{margin-bottom:0}.customer-review .review-details .review-title{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem;font-weight:600;margin-bottom:20px}.customer-review .review-details .review-content{margin-bottom:20px}.customer-review .product-reviews-summary .rating-summary,.customer-review .product-reviews-summary .reviews-actions{display:block}.review-field-ratings .nested{display:table}.review-field-ratings .review-field-rating{display:table-row}.review-field-ratings .review-field-rating .label,.review-field-ratings .review-field-rating .control{display:table-cell;padding-bottom:10px;vertical-align:top}.review-field-ratings .review-field-rating .label{padding-right:10px;padding-top:6px}.review-field-ratings .review-field-rating .control{padding-top:2px}.review-toolbar{border-top:1px solid #c9c9c9;margin:0 0 20px;text-align:center}.review-toolbar:first-child{display:none}.review-toolbar .pages{border-bottom:1px solid #c9c9c9;display:block;padding:20px 0;text-align:center}.review-toolbar .limiter{display:none}.review-add .block-title{display:none}.review-form .action.submit.primary{background:#f2f2f2;border:1px solid #cdcdcd;color:#333}.review-form .action.submit.primary:focus,.review-form .action.submit.primary:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}.review-form .action.submit.primary:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}.fieldset .review-legend.legend{margin-bottom:20px}.fieldset .review-legend.legend strong{display:block;margin-left:0}.review-field-rating .control{margin-bottom:48px;margin-top:10px}.review-list{margin-bottom:30px}.review-list .block-title strong{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}.review-item{border-bottom:1px solid #c9c9c9;margin:0;padding:20px 0}.review-item:after{clear:both;content:'';display:table}.review-item:last-child{border-width:0}.review-ratings{display:table;margin-bottom:10px;max-width:100%}.review-author{display:inline}.review-title{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem;margin:0 0 20px}.review-content{margin-bottom:20px}.block-reward-info .reward-rates:not(:last-child),.block-reward-info .reward-limit:not(:last-child),.block-reward-info .reward-expiring:not(:last-child){margin-bottom:25px}.block-reward-info .reward-rates .title,.block-reward-info .reward-limit .title,.block-reward-info .reward-expiring .title{display:inline-block;margin-bottom:10px}.form-create-return .field .control>span,.form-create-return .field address{display:inline-block;padding-top:6px}.form-create-return .additional:first-child{margin-top:0}.form-create-return .additional .field:nth-last-child(2){margin-bottom:0}.form-create-return .additional .field:last-child{margin-top:20px}.form-create-return .field.comment{margin-top:55px}.block-returns-comments .returns-comments dt,.block-returns-comments .returns-comments dd{margin:0}.block-returns-comments .returns-comments dt{font-weight:400}.block-returns-comments .returns-comments dd{margin-bottom:15px}.block-returns-comments .returns-comments dd:last-child{margin-bottom:0}.block-returns-comments .fieldset{margin-bottom:20px}.magento-rma-returns-returns .page-title-wrapper .page-title,.magento-rma-guest-returns .page-title-wrapper .page-title,.magento-rma-returns-view .page-title-wrapper .page-title{margin-right:25px}.order-links{border-bottom:1px solid #d1d1d1;margin-bottom:10px}.order-links .item{display:inline-block;margin-right:20px}.order-actions-toolbar .action{margin:0 20px 0 0}.order-details-items{border-bottom:1px solid #d1d1d1;margin-bottom:20px;padding-bottom:10px}.order-details-items .order-title>strong{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem;display:inline-block}.order-details-items .items-qty .item{white-space:nowrap}.order-details-items .items-qty .title:after{content:': '}.order-details-items .table-order-items .product-item-name{margin-top:0}.order-details-items .table-order-items tbody+tbody{border-top:1px solid #d1d1d1}.order-details-items .item-options dt{margin:0}.order-details-items .item-options dd{margin:0 0 15px}.order-details-items .item-options.links dt{display:inline-block}.order-details-items .item-options.links dt:after{content:': '}.order-details-items .item-options.links dd{margin:0}.order-pager-wrapper .toolbar-amount{padding-top:3px}.order-pager-wrapper .pages-items .item:first-child,.order-pager-wrapper .pages-items .item:last-child{margin-right:0}.order-actions-toolbar{margin-bottom:25px}.order-actions-toolbar .action{margin-right:30px}.order-actions-toolbar .action.print{margin:0}.page-title-wrapper .order-date{margin:0 0 20px}.account .page-title-wrapper .page-title,[class^='sales-guest-'] .page-title-wrapper .page-title,.sales-guest-view .page-title-wrapper .page-title{margin-right:25px}.form-orders-search .field.email,.form-orders-search .field.zip{margin-bottom:0}.block-reorder .product-item .checkbox{position:relative;top:2px;vertical-align:baseline}.block-reorder .product-item .field.item{display:inline-block}.block-reorder .product-item-name{display:inline-block}.block-reorder .actions-toolbar{margin:17px 0;max-width:178px}.block-order-details-comments{margin:0 0 40px}.block-order-details-comments .comment-date{font-weight:600}.block-order-details-comments .comment-content{line-height:1.6;margin:0 0 20px}.block-order-details-view .box-content .payment-method .title{font-weight:400}.block-order-details-view .box-content .payment-method .content{margin:0}.block-order-details-view .box-content .payment-method .content>strong{font-weight:400}.block-order-details-view .box-content .payment-method .content>strong:after{content:': '}.order-tracking{border-bottom:1px solid #d1d1d1;margin:0;padding:20px 0}.order-tracking .tracking-title{display:inline-block}.order-tracking .tracking-content{display:inline-block;margin:0 0 0 5px}.opc-wrapper .form-discount{max-width:500px}.action.mailto.friend{margin-left:-7px;display:inline-block;text-decoration:none}.action.mailto.friend:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:inherit;content:'\e61d';font-family:'icons-blank-theme';vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.action.mailto.friend span{display:inline-block;line-height:28px;vertical-align:top}.block-collapsible-nav .content{background:#f5f5f5;padding:15px 0}.block-collapsible-nav .item{margin:3px 0 0}.block-collapsible-nav .item:first-child{margin-top:0}.block-collapsible-nav .item a,.block-collapsible-nav .item>strong{border-left:3px solid transparent;color:#575757;display:block;padding:5px 18px 5px 15px}.block-collapsible-nav .item a{text-decoration:none}.block-collapsible-nav .item a:hover{background:#e8e8e8}.block-collapsible-nav .item.current a,.block-collapsible-nav .item.current>strong{border-color:#ff5501;color:#000;font-weight:600}.block-collapsible-nav .item.current a{border-color:#ff5501}.block-collapsible-nav .item .delimiter{border-top:1px solid #d1d1d1;display:block;margin:10px 1.8rem}body{background-color:#fff}.page-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-height:100vh}.page-main{-webkit-flex-grow:1;flex-grow:1}.page-header{border-bottom:1px solid #d1d1d1;margin-bottom:20px}.header.content{padding-top:10px;position:relative}.logo{float:left;margin:0 0 10px 40px;max-width:50%;position:relative;z-index:5}.logo img{display:block;height:auto}.page-print .logo{float:none}.page-main>.page-title-wrapper .page-title+.action{margin-top:30px}.action.skip:focus{background:#f0f0f0;padding:10px;box-sizing:border-box;left:0;position:absolute;text-align:center;top:0;width:100%;z-index:15}.action-skip-wrapper{height:0;position:relative}.message.global p{margin:0}.message.global.noscript,.message.global.cookie{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#ffee9c;border-color:#d6ca8e;color:#333;margin:0}.message.global.noscript a,.message.global.cookie a{color:#1979c3}.message.global.noscript a:hover,.message.global.cookie a:hover{color:#006bb4}.message.global.noscript a:active,.message.global.cookie a:active{color:#ff5501}.message.global.cookie{bottom:0;left:0;position:fixed;right:0;z-index:3}.message.global.cookie .actions{margin-top:10px}.message.global.demo{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#ff0101;border-color:none;color:#fff;margin-bottom:0;text-align:center}.message.global.demo a{color:#1979c3}.message.global.demo a:hover{color:#006bb4}.message.global.demo a:active{color:#ff5501}.page-footer{margin-top:auto}.footer.content{border-top:1px solid #d1d1d1;margin-top:25px;padding-bottom:25px;padding-top:25px}.footer.content .links>li{margin:0 0 8px}.footer.content .switcher-store{margin:0 0 30px}.footer .copyright,.footer .bugs{display:block;margin:20px 0 0}.page-header .panel.wrapper .switcher,.page-footer .switcher{margin-right:10px}.page-header .panel.wrapper .switcher .options,.page-footer .switcher .options{display:inline-block;position:relative}.page-header .panel.wrapper .switcher .options:before,.page-footer .switcher .options:before,.page-header .panel.wrapper .switcher .options:after,.page-footer .switcher .options:after{content:'';display:table}.page-header .panel.wrapper .switcher .options:after,.page-footer .switcher .options:after{clear:both}.page-header .panel.wrapper .switcher .options .action.toggle,.page-footer .switcher .options .action.toggle{padding:0;cursor:pointer;display:inline-block;text-decoration:none}.page-header .panel.wrapper .switcher .options .action.toggle>span,.page-footer .switcher .options .action.toggle>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.page-header .panel.wrapper .switcher .options .action.toggle:after,.page-footer .switcher .options .action.toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:inherit;content:'\e622';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,.page-footer .switcher .options .action.toggle:hover:after{color:inherit}.page-header .panel.wrapper .switcher .options .action.toggle:active:after,.page-footer .switcher .options .action.toggle:active:after{color:inherit}.page-header .panel.wrapper .switcher .options .action.toggle.active,.page-footer .switcher .options .action.toggle.active{display:inline-block;text-decoration:none}.page-header .panel.wrapper .switcher .options .action.toggle.active>span,.page-footer .switcher .options .action.toggle.active>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.page-header .panel.wrapper .switcher .options .action.toggle.active:after,.page-footer .switcher .options .action.toggle.active:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:inherit;content:'\e621';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,.page-footer .switcher .options .action.toggle.active:hover:after{color:inherit}.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,.page-footer .switcher .options .action.toggle.active:active:after{color:inherit}.page-header .panel.wrapper .switcher .options ul.dropdown,.page-footer .switcher .options ul.dropdown{margin:0;padding:0;list-style:none none;background:#fff;border:1px solid #bbb;margin-top:4px;min-width:160px;z-index:100;box-sizing:border-box;display:none;position:absolute;top:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15)}.page-header .panel.wrapper .switcher .options ul.dropdown li,.page-footer .switcher .options ul.dropdown li{margin:0;padding:0}.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,.page-footer .switcher .options ul.dropdown li:hover{background:#e8e8e8;cursor:pointer}.page-header .panel.wrapper .switcher .options ul.dropdown:before,.page-footer .switcher .options ul.dropdown:before,.page-header .panel.wrapper .switcher .options ul.dropdown:after,.page-footer .switcher .options ul.dropdown:after{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.page-header .panel.wrapper .switcher .options ul.dropdown:before,.page-footer .switcher .options ul.dropdown:before{border:6px solid;border-color:transparent transparent #fff transparent;z-index:99}.page-header .panel.wrapper .switcher .options ul.dropdown:after,.page-footer .switcher .options ul.dropdown:after{border:7px solid;border-color:transparent transparent #bbb transparent;z-index:98}.page-header .panel.wrapper .switcher .options ul.dropdown:before,.page-footer .switcher .options ul.dropdown:before{left:10px;top:-12px}.page-header .panel.wrapper .switcher .options ul.dropdown:after,.page-footer .switcher .options ul.dropdown:after{left:9px;top:-14px}.page-header .panel.wrapper .switcher .options.active,.page-footer .switcher .options.active{overflow:visible}.page-header .panel.wrapper .switcher .options.active ul.dropdown,.page-footer .switcher .options.active ul.dropdown{display:block}.page-header .panel.wrapper .switcher .options ul.dropdown a,.page-footer .switcher .options ul.dropdown a{display:block;padding:8px}.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,.page-footer .switcher .options ul.dropdown a:hover{text-decoration:none}.page-header .panel.wrapper .switcher li,.page-footer .switcher li{font-size:12px;margin:0}.page-header .panel.wrapper .switcher strong,.page-footer .switcher strong{font-weight:400}.widget{clear:both}.page-header .widget.block,.page-footer .widget.block{margin:20px 0}.ui-datepicker td{padding:0}.my-credit-cards .status{font-style:italic}.my-credit-cards .action.delete{background-image:none;-moz-box-sizing:content-box;box-shadow:none;line-height:inherit;text-shadow:none;font-weight:400;line-height:1.42857143;margin:0;padding:0;color:#1979c3;text-decoration:none;background:none;border:0;display:inline}.my-credit-cards .action.delete:focus,.my-credit-cards .action.delete:active{background:none;border:none}.my-credit-cards .action.delete:hover{background:none;border:none}.my-credit-cards .action.delete.disabled,.my-credit-cards .action.delete[disabled],fieldset[disabled] .my-credit-cards .action.delete{pointer-events:none;opacity:.5}.my-credit-cards .action.delete:visited{color:#1979c3;text-decoration:none}.my-credit-cards .action.delete:hover{color:#006bb4;text-decoration:underline}.my-credit-cards .action.delete:active{color:#ff5501;text-decoration:underline}.my-credit-cards .action.delete:hover,.my-credit-cards .action.delete:active,.my-credit-cards .action.delete:focus{background:none;border:0}.my-credit-cards .action.delete.disabled,.my-credit-cards .action.delete[disabled],fieldset[disabled] .my-credit-cards .action.delete{color:#1979c3;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.my-credit-cards-popup .modal-footer{text-align:right}.my-credit-cards-popup .action.secondary{background-image:none;-moz-box-sizing:content-box;box-shadow:none;line-height:inherit;text-shadow:none;font-weight:400;line-height:1.42857143;margin:0;padding:0;color:#1979c3;text-decoration:none;background:none;border:0;display:inline;margin-right:20px}.my-credit-cards-popup .action.secondary:focus,.my-credit-cards-popup .action.secondary:active{background:none;border:none}.my-credit-cards-popup .action.secondary:hover{background:none;border:none}.my-credit-cards-popup .action.secondary.disabled,.my-credit-cards-popup .action.secondary[disabled],fieldset[disabled] .my-credit-cards-popup .action.secondary{pointer-events:none;opacity:.5}.my-credit-cards-popup .action.secondary:visited{color:#1979c3;text-decoration:none}.my-credit-cards-popup .action.secondary:hover{color:#006bb4;text-decoration:underline}.my-credit-cards-popup .action.secondary:active{color:#ff5501;text-decoration:underline}.my-credit-cards-popup .action.secondary:hover,.my-credit-cards-popup .action.secondary:active,.my-credit-cards-popup .action.secondary:focus{background:none;border:0}.my-credit-cards-popup .action.secondary.disabled,.my-credit-cards-popup .action.secondary[disabled],fieldset[disabled] .my-credit-cards-popup .action.secondary{color:#1979c3;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.minilist .weee{display:table-row;font-size:1.1rem}.minilist .weee:before{display:none}.price-container.weee:before{display:none}.toolbar.wishlist-toolbar .limiter{float:right}.toolbar.wishlist-toolbar .main .pages{display:inline-block;position:relative;z-index:0}.toolbar.wishlist-toolbar .toolbar-amount,.toolbar.wishlist-toolbar .limiter{display:inline-block;z-index:1}.product-items .action.towishlist:before,.products.list.items .action.towishlist:before,.table-comparison .action.towishlist:before{content:'\e601'}.account .table-wrapper .data.table.wishlist>thead>tr>th,.account .table-wrapper .data.table.wishlist>tbody>tr>th,.account .table-wrapper .data.table.wishlist>tfoot>tr>th,.account .table-wrapper .data.table.wishlist>thead>tr>td,.account .table-wrapper .data.table.wishlist>tbody>tr>td,.account .table-wrapper .data.table.wishlist>tfoot>tr>td{border-top:1px solid #d1d1d1}.account .table-wrapper .data.table.wishlist>caption+thead>tr:first-child>th,.account .table-wrapper .data.table.wishlist>colgroup+thead>tr:first-child>th,.account .table-wrapper .data.table.wishlist>thead:first-child>tr:first-child>th,.account .table-wrapper .data.table.wishlist>caption+thead>tr:first-child>td,.account .table-wrapper .data.table.wishlist>colgroup+thead>tr:first-child>td,.account .table-wrapper .data.table.wishlist>thead:first-child>tr:first-child>td{border-top:0}.account .table-wrapper .data.table.wishlist>tbody+tbody{border-top:1px solid #d1d1d1}.account .table-wrapper .data.table.wishlist thead>tr>th{border-bottom:0}.account .table-wrapper .data.table.wishlist tbody>tr:last-child>td{border-bottom:1px solid #d1d1d1}.account .table-wrapper .data.table.wishlist .product.name{display:inline-block;margin-bottom:10px}.account .table-wrapper .data.table.wishlist .box-tocart{margin:10px 0}.account .table-wrapper .data.table.wishlist .box-tocart .qty{vertical-align:middle}.account .table-wrapper .data.table.wishlist .col.item{width:50%}.account .table-wrapper .data.table.wishlist .col.photo{max-width:150px}.account .table-wrapper .data.table.wishlist .col.selector{max-width:15px}.account .table-wrapper .data.table.wishlist textarea{margin:10px 0}.account .table-wrapper .data.table.wishlist .input-text.qty{margin-bottom:10px}.account .table-wrapper .data.table.wishlist .action.primary,.account .table-wrapper .data.table.wishlist .amshopby-button,.account .table-wrapper .data.table.wishlist .am-filter-go{vertical-align:top}.account .table-wrapper .data.table.wishlist .price{font-weight:700}.block-wishlist .product-item-name{margin-right:25px}.products-grid.wishlist .product-item{margin-left:2%;width:calc((100% - 4%) / 3)}.products-grid.wishlist .product-item:nth-child(3n + 1){margin-left:0}.products-grid.wishlist .product-item-photo{display:block;margin-bottom:10px}.products-grid.wishlist .product-item-name{margin-top:0}.products-grid.wishlist .product-item .price-box{margin:0}.products-grid.wishlist .product-item-comment{display:block;height:42px;margin:10px 0}.products-grid.wishlist .product-item-actions>*{margin-right:15px}.products-grid.wishlist .product-item-actions>*:last-child{margin-right:0}.products-grid.wishlist .product-item .box-tocart input.qty{height:32px}.products-grid:not(.active-slider) .product-items{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.products-grid:not(.active-slider) .product-items .product-item{-ms-flex:0 0 calc(100% / 3);flex:0 0 calc(100% / 3);max-width:calc(100% / 3);padding:0 15px;width:100%}.row-mobile-1 .products-grid .product-items .product-item{-ms-flex:0 0 calc(100% / 1);flex:0 0 calc(100% / 1);max-width:calc(100% / 1)}.row-mobile-2 .products-grid .product-items .product-item{-ms-flex:0 0 calc(100% / 2);flex:0 0 calc(100% / 2);max-width:calc(100% / 2)}.row-mobile-3 .products-grid .product-items .product-item{-ms-flex:0 0 calc(100% / 3);flex:0 0 calc(100% / 3);max-width:calc(100% / 3)}.row-mobile-4 .products-grid .product-items .product-item{-ms-flex:0 0 calc(100% / 4);flex:0 0 calc(100% / 4);max-width:calc(100% / 4)}.row-mobile-5 .products-grid .product-items .product-item{-ms-flex:0 0 calc(100% / 5);flex:0 0 calc(100% / 5);max-width:calc(100% / 5)}.row-mobile-6 .products-grid .product-items .product-item{-ms-flex:0 0 calc(100% / 6);flex:0 0 calc(100% / 6);max-width:calc(100% / 6)}.row-mobile-7 .products-grid .product-items .product-item{-ms-flex:0 0 calc(100% / 7);flex:0 0 calc(100% / 7);max-width:calc(100% / 7)}.row-mobile-8 .products-grid .product-items .product-item{-ms-flex:0 0 calc(100% / 8);flex:0 0 calc(100% / 8);max-width:calc(100% / 8)}@media (min-width:768px){.row-tablet-1 .products-grid .product-items .product-item{-ms-flex:0 0 calc(100% / 1);flex:0 0 calc(100% / 1);max-width:calc(100% / 1)}.row-tablet-2 .products-grid .product-items .product-item{-ms-flex:0 0 calc(100% / 2);flex:0 0 calc(100% / 2);max-width:calc(100% / 2)}.row-tablet-3 .products-grid .product-items .product-item{-ms-flex:0 0 calc(100% / 3);flex:0 0 calc(100% / 3);max-width:calc(100% / 3)}.row-tablet-4 .products-grid .product-items .product-item{-ms-flex:0 0 calc(100% / 4);flex:0 0 calc(100% / 4);max-width:calc(100% / 4)}.row-tablet-5 .products-grid .product-items .product-item{-ms-flex:0 0 calc(100% / 5);flex:0 0 calc(100% / 5);max-width:calc(100% / 5)}.row-tablet-6 .products-grid .product-items .product-item{-ms-flex:0 0 calc(100% / 6);flex:0 0 calc(100% / 6);max-width:calc(100% / 6)}.row-tablet-7 .products-grid .product-items .product-item{-ms-flex:0 0 calc(100% / 7);flex:0 0 calc(100% / 7);max-width:calc(100% / 7)}.row-tablet-8 .products-grid .product-items .product-item{-ms-flex:0 0 calc(100% / 8);flex:0 0 calc(100% / 8);max-width:calc(100% / 8)}}@media (min-width:992px){.row-1 .products-grid .product-items .product-item{-ms-flex:0 0 calc(100% / 1);flex:0 0 calc(100% / 1);max-width:calc(100% / 1)}.row-2 .products-grid .product-items .product-item{-ms-flex:0 0 calc(100% / 2);flex:0 0 calc(100% / 2);max-width:calc(100% / 2)}.row-3 .products-grid .product-items .product-item{-ms-flex:0 0 calc(100% / 3);flex:0 0 calc(100% / 3);max-width:calc(100% / 3)}.row-4 .products-grid .product-items .product-item{-ms-flex:0 0 calc(100% / 4);flex:0 0 calc(100% / 4);max-width:calc(100% / 4)}.row-5 .products-grid .product-items .product-item{-ms-flex:0 0 calc(100% / 5);flex:0 0 calc(100% / 5);max-width:calc(100% / 5)}.row-6 .products-grid .product-items .product-item{-ms-flex:0 0 calc(100% / 6);flex:0 0 calc(100% / 6);max-width:calc(100% / 6)}.row-7 .products-grid .product-items .product-item{-ms-flex:0 0 calc(100% / 7);flex:0 0 calc(100% / 7);max-width:calc(100% / 7)}.row-8 .products-grid .product-items .product-item{-ms-flex:0 0 calc(100% / 8);flex:0 0 calc(100% / 8);max-width:calc(100% / 8)}}.page-products .columns{position:relative;z-index:1}.toolbar-amount{display:block;line-height:26px;margin:0;padding:8px 0 0;vertical-align:middle}.products.wrapper~.toolbar .toolbar-amount{display:none}.toolbar-products{margin-bottom:40px;padding:0 10px;text-align:center}.toolbar-products .pages{display:none}.products.wrapper~.toolbar-products .pages{display:block}.toolbar-products .limiter .control{display:inline-block}.sorter{padding:4px 0 0}.products.wrapper~.toolbar .sorter{display:none}.sorter .sorter-action{position:relative;top:-2px}.sorter-options{margin:0 0 0 7px;width:auto}.sorter-action{vertical-align:top;display:inline-block;text-decoration:none}.sorter-action>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sorter-action:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:32px;color:#8f8f8f;content:'\e613';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.sorter-action:hover:before{color:#333}.sorter .sort-desc:before{content:'\e614'}.modes{display:none}.limiter-options{margin:0 5px 0 7px;width:auto}.limiter-label{font-weight:400}.page-products .toolbar .limiter{display:none}.prices-tier .price-container .price-including-tax+.price-excluding-tax:before{content:'(' attr(data-label) ': '}.prices-tier .price-container .price-including-tax+.price-excluding-tax:last-child:after{content:')'}.prices-tier .price-container .weee[data-label]{display:inline}.prices-tier .price-container .weee[data-label] .price{font-size:1.1rem}.prices-tier .price-container .weee[data-label]:before{content:' +' attr(data-label) ': '}.actual-price{font-weight:700}.category-image .image{display:block;height:auto;max-width:100%}.category-image,.category-description{margin-bottom:20px}.product-image-container{display:inline-block;max-width:100%}.product-image-wrapper{display:block;height:0;overflow:hidden;position:relative;z-index:1}.product-image-photo{bottom:0;display:block;height:auto;left:0;margin:auto;max-width:100%;position:absolute;right:0;top:0}.product.media .placeholder .photo.container{max-width:100%}.product.media .notice{color:#7d7d7d;font-size:1.2rem;margin:10px 0}.product.media .product.thumbs{margin:20px 0 30px}.product.media .items.thumbs{margin:0;padding:0;list-style:none none}.product.media .items.thumbs>li{display:inline-block;vertical-align:top}.product.media .items.thumbs .active{display:block;line-height:1}.product.info.detailed{clear:both;margin-bottom:30px}.product.info.detailed .additional-attributes{width:auto}.product.info.detailed .additional-attributes>thead>tr>td,.product.info.detailed .additional-attributes>tbody>tr>td,.product.info.detailed .additional-attributes>tfoot>tr>td{padding:4px 5px 10px 5px}.product.info.detailed .additional-attributes>thead>tr>th,.product.info.detailed .additional-attributes>tbody>tr>th,.product.info.detailed .additional-attributes>tfoot>tr>th{padding:4px 30px 10px 0}.product-info-main .page-title-wrapper .page-title{line-height:1.42857143;margin-bottom:10px}.product-info-main .stock.available,.product-info-main .stock.unavailable{display:inline-block;font-weight:700;margin-right:20px;text-transform:uppercase;vertical-align:top}.product-info-main .product.attribute.sku{display:inline-block;vertical-align:top;color:#7d7d7d}.product-info-main .product.attribute.sku>.value{display:inline-block;vertical-align:top;word-break:break-all}.product-info-main .product.attribute.sku .type{margin-right:5px}.product-info-main .product.attribute.overview{margin:20px 0}.product-info-main .product.alert{margin:10px 0}.product-info-main .price-box{margin-top:10px}.product-info-main .product-reviews-summary .reviews-actions{font-size:1.4rem}.product-options-wrapper .fieldset-product-options-inner .legend{font-weight:700;margin:0 0 5px;font-size:1.4rem;border:none;display:inline-block;float:none;padding:0}.product-options-wrapper .fieldset-product-options-inner.required .legend:after,.product-options-wrapper .fieldset-product-options-inner._required .legend:after{content:'*';color:#e02b27;font-size:1.2rem;margin:0 0 0 5px}.product-options-wrapper .field .note{display:block}.product-info-main .price-box .price-including-tax+.price-excluding-tax,.product-options-bottom .price-box .price-including-tax+.price-excluding-tax,.product-info-main .price-box .weee+.price-excluding-tax,.product-options-bottom .price-box .weee+.price-excluding-tax,.product-info-main .price-box .weee,.product-options-bottom .price-box .weee{font-size:1.2rem;line-height:14px;margin-bottom:5px}.product-info-main .price-box .price-including-tax+.price-excluding-tax .price,.product-options-bottom .price-box .price-including-tax+.price-excluding-tax .price,.product-info-main .price-box .weee+.price-excluding-tax .price,.product-options-bottom .price-box .weee+.price-excluding-tax .price,.product-info-main .price-box .weee .price,.product-options-bottom .price-box .weee .price{font-size:1.2rem;font-weight:700}.product-info-main .price-box .price-wrapper .price,.product-options-bottom .price-box .price-wrapper .price{font-size:1.8rem;font-weight:700}.product-info-main .price-box .price,.product-options-bottom .price-box .price{white-space:nowrap}.product-info-main .special-price,.product-options-bottom .special-price{display:block;margin:10px 0}.product-info-main .special-price .price-container,.product-options-bottom .special-price .price-container{font-size:1.4rem}.product-info-main .special-price .price-label+.price-wrapper,.product-options-bottom .special-price .price-label+.price-wrapper{display:inline-block}.product-info-main .old-price .price-label:after,.product-options-bottom .old-price .price-label:after,.product-info-main .special-price .price-label:after,.product-options-bottom .special-price .price-label:after{content:': '}.product-info-main .box-tocart,.product-options-bottom .box-tocart{margin:20px 0}.product-info-main .box-tocart .field.qty,.product-options-bottom .box-tocart .field.qty{padding-right:15px}.product-info-main .box-tocart .input-text.qty,.product-options-bottom .box-tocart .input-text.qty{height:52px;text-align:center;width:52px}.product-info-main .box-tocart .actions,.product-options-bottom .box-tocart .actions{text-align:center}.product-info-main .product-addto-links,.product-options-bottom .product-addto-links{margin:20px 0}.product-info-main .action.tocompare,.product-options-bottom .action.tocompare{vertical-align:top}.prices-tier{background:#f5f5f5;margin:10px 0;padding:10px 15px}.prices-tier .price-container{display:inline-block}.prices-tier .price-including-tax,.prices-tier .price-excluding-tax,.prices-tier .weee{display:inline-block}.prices-tier .price-including-tax .price,.prices-tier .price-excluding-tax .price,.prices-tier .weee .price{font-size:1.4rem;font-weight:700}.ui-dialog-titlebar-close{line-height:1.42857143;margin:0;padding:0;color:#1979c3;text-decoration:none;background:none;border:0;display:inline}.ui-dialog-titlebar-close:visited{color:#1979c3;text-decoration:none}.ui-dialog-titlebar-close:hover{color:#006bb4;text-decoration:underline}.ui-dialog-titlebar-close:active{color:#ff5501;text-decoration:underline}.ui-dialog-titlebar-close:hover,.ui-dialog-titlebar-close:active,.ui-dialog-titlebar-close:focus{background:none;border:0}.ui-dialog-titlebar-close.disabled,.ui-dialog-titlebar-close[disabled],fieldset[disabled] .ui-dialog-titlebar-close{color:#1979c3;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.block.related .action.select{margin:0 5px}.sidebar .product-items .product-item{margin-bottom:20px;position:relative}.sidebar .product-items .product-item-info{position:relative;width:auto}.sidebar .product-items .product-item-info .product-item-photo{left:0;position:absolute;top:0}.sidebar .product-items .product-item-name{margin-top:0}.sidebar .product-items .product-item-details{margin:0 0 0 85px}.sidebar .product-items .product-item-actions{display:block;margin-top:10px}.sidebar .product-items .price-box{display:block;margin:7px 0}.sidebar .product-items .text{margin-right:8px}.sidebar .product-items .counter{color:#7d7d7d;font-size:1.2rem;white-space:nowrap}.sidebar .product-items .minilist .price{display:inline;padding:0}.sidebar .product-items .minilist .weee:before{display:inline-block}.sidebar .action.delete{position:absolute;right:0;top:0}.sidebar .product-items-images{margin-left:-5px}.sidebar .product-items-images .product-item{float:left;padding-left:5px}.sidebar .product-items-names .product-item{margin-bottom:10px}.sidebar .product-items-names .product-item-name{margin:0}body.catalog-product-compare-index .action.print{float:right;margin:15px 0}.table-wrapper.comparison{clear:both;max-width:100%;overflow-x:auto}.table-comparison{table-layout:fixed}.table-comparison .cell.label,.table-comparison td:last-child{border-right:1px solid #d1d1d1}.table-comparison .cell{padding:15px;width:140px}.table-comparison .cell .attribute.value{overflow:hidden;width:100%}.table-comparison .cell.product.info,.table-comparison .cell.product.label{border-bottom:1px solid #d1d1d1}.table-comparison .cell.label .attribute.label{display:block;width:100%;word-wrap:break-word}.table-comparison .cell.attribute{font-size:1.3rem}.table-comparison .cell.attribute img{height:auto;max-width:100%}.table-comparison .product-item-photo{display:block;margin:0 auto 15px}.table-comparison .product-image-photo{margin-left:0}.table-comparison .product-item-actions,.table-comparison .price-box,.table-comparison .product.rating,.table-comparison .product-item-name{display:block;margin:15px 0}.table-comparison .product-addto-links{margin-top:15px}.table-comparison .product-addto-links .action.split,.table-comparison .product-addto-links .action.toggle{line-height:1.2rem;padding:5px 8px;font-size:1.1rem}.table-comparison .product-addto-links .action.toggle{padding:0}.table-comparison .cell.remove{padding-bottom:0;padding-top:0;text-align:right}.table-comparison .product-item-actions>.actions-primary+.actions-secondary{margin-top:10px}.table-comparison .action.tocart{white-space:nowrap}.comparison.headings{background:#fff;left:0;position:absolute;top:0;width:auto;z-index:2}.block-compare .product-item .product-item-name{margin-left:22px}.block-compare .action.delete{left:-6px;position:absolute;top:0}.block-compare .actions-toolbar{margin:17px 0 0}header.page-header .block-search{margin:0 80px 0 0;padding:0;width:auto;float:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}header.page-header .block-search .block-title{margin:0;display:none}header.page-header .block-search .block-title:before{font-family:'Linearicons';content:"\e922";line-height:30px;font-size:20px}header.page-header .block-search .control{padding:0;margin:0;border:none}header.page-header .block-search .block-content{position:relative;margin:0}header.page-header .block-search .block-content .field.search .label{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}header.page-header .block-search .block-content input{background-color:#fff;height:40px;border:none;box-shadow:none;color:#000;border-radius:20px;padding:0 50px 0 18px;border:1px solid #ededeb;min-width:270px;position:static;margin:0;left:0}header.page-header .block-search .block-content .action.advanced{display:none}header.page-header .block-search .action.search{right:19px;display:block;background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400;padding:5px 0;position:absolute;right:10px;top:0;z-index:1}header.page-header .block-search .action.search:before{font-family:'Linearicons';content:"\e922";font-size:16px;line-height:30px}header.page-header .block-search .action.search>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}header.page-header .search-icon-left .logo{z-index:1}header.page-header .search-icon-left .block-search{margin-right:0}header.page-header .search-icon-left .block-search .block-title.theme-header-icon{display:block;cursor:pointer}header.page-header .search-icon-left .block-search .block-title.theme-header-icon:before{font-family:'Linearicons';content:"\e922";line-height:30px;font-size:1.2rem}header.page-header .search-icon-left .block-search .block-title.theme-header-icon>strong{display:none}header.page-header .search-icon-left .block-search .block-content{position:absolute;right:100%;visibility:hidden;z-index:111;margin-right:20px;transform:scaleX(0);-moz-transform:scaleX(0);-webkit-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transition:all 300ms;-moz-transition:all 300ms;-webkit-transition:all 300ms;-ms-transition:all 300ms;-o-transition:all 300ms;transform-origin:top right;-moz-transform-origin:top right;-ms-transform-origin:top right;-webkit-transform-origin:top right;-o-transform-origin:top right}header.page-header .search-icon-left .block-search.active .block-title.theme-header-icon{z-index:222}header.page-header .search-icon-left .block-search.active .block-title.theme-header-icon:before{content:"\e935";font-size:1rem;color:#999}header.page-header .search-icon-left .block-search.active .block-title.theme-header-icon:hover:before,header.page-header .search-icon-left .block-search.active .block-title.theme-header-icon:focus:before{color:#f68872}header.page-header .search-icon-left .block-search.active .block-content{transform:scaleX(1);-moz-transform:scaleX(1);-webkit-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);visibility:visible}header.page-header .search-icon-bottom .right-content{position:static}header.page-header .search-icon-bottom .block-search{position:static;margin-right:0}header.page-header .search-icon-bottom .block-search .block-title.theme-header-icon{display:block;cursor:pointer}header.page-header .search-icon-bottom .block-search .block-title.theme-header-icon>strong{display:none}header.page-header .search-icon-bottom .block-search .block-content{position:absolute;right:0 !important;left:0 !important;top:100%;padding:20px 80px;background-color:#fff;border-top:.5px solid #eaeaea;border-bottom:1px solid #eaeaea;box-shadow:0 3px 5px #e1e1e1;opacity:0;visibility:hidden;transform-origin:top right;-moz-transform-origin:top right;-webkit-transform-origin:top right;-ms-transform-origin:top right;-o-transform-origin:top right;transform:scaleY(0);-moz-transform:scaleY(0);-webkit-transform:scaleY(0);-ms-transform:scaleY(0);-o-transform:scaleY(0);transition:all 300ms;-moz-transition:all 300ms;-webkit-transition:all 300ms;-ms-transition:all 300ms;-o-transition:all 300ms}header.page-header .search-icon-bottom .block-search .block-content .form.minisearch input{border:none;border-radius:0;padding-left:0}header.page-header .search-icon-bottom .block-search .block-content .action.search{right:80px;top:20px}header.page-header .search-icon-bottom .block-search .block-content .action.search:before{font-size:1.1rem}header.page-header .search-icon-bottom .block-search.active .block-content{opacity:1;visibility:visible;transform:scaleY(1);-moz-transform:scaleY(1);-ms-transform:scaleY(1);-o-transform:scaleY(1);-webkit-transform:scaleY(1)}header.page-header .search-icon-bottom .block-search.active .block-title.theme-header-icon{z-index:222}header.page-header .search-icon-bottom .block-search.active .block-title.theme-header-icon:before{content:"\e935";font-size:1rem;color:#999}header.page-header .search-icon-bottom #search_mini_form.loading .control:after{height:50px;right:20px}header.page-header .search-icon-bottom #search_mini_form.loading>.actions{display:none}header.page-header .search-icon-popup .logo{z-index:1}header.page-header .search-icon-popup .block-search{margin-right:0}header.page-header .search-icon-popup .block-search .block-title.theme-header-icon{display:block;cursor:pointer}header.page-header .search-icon-popup .block-search .block-title.theme-header-icon>strong{display:none}header.page-header .search-icon-popup .block-search .block-content{position:fixed;left:0 !important;right:0 !important;top:0;bottom:0;background-color:#fff;z-index:99;opacity:0;visibility:hidden;max-height:100%;overflow-y:auto;transition:all 400ms;-moz-transition:all 400ms;-webkit-transition:all 400ms;-ms-transition:all 400ms;-o-transition:all 400ms}header.page-header .search-icon-popup .block-search .block-content input{width:100%;min-width:auto;height:50px;border-radius:30px}header.page-header .search-icon-popup .block-search .block-content .form.minisearch{max-width:70%;margin:150px auto 0;position:relative}header.page-header .search-icon-popup .block-search .block-content .form.minisearch .field.search .label{clip:inherit;height:auto;margin:0 0 25px;overflow:visible;position:absolute;width:auto;bottom:100%;display:block;text-align:center;left:0;right:0;font-size:1.75rem;font-weight:600;color:#222}header.page-header .search-icon-popup .block-search .block-content .form.minisearch .field.search .label:before{display:none}header.page-header .search-icon-popup .block-search .block-content .form.minisearch .field.search .label>span{clip:inherit;height:auto;margin:0;overflow:visible;position:static;width:auto}header.page-header .search-icon-popup .block-search .block-content .action.search::before{font-size:1.1rem;font-weight:600;line-height:40px;margin-right:10px}header.page-header .search-icon-popup .block-search.active .block-content{opacity:1;visibility:visible}header.page-header .search-icon-popup .block-search.active .block-title.theme-header-icon{z-index:2229;height:40px;width:40px;cursor:pointer;text-align:center;position:fixed;right:10px;top:10px;transition:all 500ms;-moz-transition:all 500ms;-webkit-transition:all 500ms;-ms-transition:all 500ms;-o-transition:all 500ms}header.page-header .search-icon-popup .block-search.active .block-title.theme-header-icon:before{content:"\e935";font-size:1.25rem;font-weight:600;color:#000}header.page-header .search-icon-popup .block-search.active .block-title.theme-header-icon:before:hover:before{color:#f68872}header.page-header .search-icon-popup #search_mini_form.loading .control:after{height:50px;right:20px}header.page-header .search-icon-popup #search_mini_form.loading>.actions{display:none}@media (max-width:1365px){header.page-header .header-area.search-visible .block-search{margin-right:0}}@media (max-width:1199px){header.page-header .header-area.search-visible .block-search .block-title{display:block}header.page-header .header-area.search-visible .block-search .block-title strong{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}header.page-header .header-area.search-visible .block-search .block-content{position:absolute;right:100%;visibility:hidden;z-index:111;margin-right:20px;transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);-webkit-transform:scaleX(0);transition:all 500ms;-moz-transition:all 500ms;-webkit-transition:all 500ms;-ms-transition:all 500ms;-o-transition:all 500ms;transform-origin:top right;-moz-transform-origin:top right;-webkit-transform-origin:top right;-ms-transform-origin:top right;-o-transform-origin:top right}header.page-header .header-area.search-visible .block-search.active .block-content{transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);-webkit-transform:scaleX(1);visibility:visible}header.page-header .header-area.search-visible .block-search.active .block-title.theme-header-icon{z-index:222}header.page-header .header-area.search-visible .block-search.active .block-title.theme-header-icon:before{content:"\e935";font-size:1rem;color:#999;cursor:pointer}header.page-header .header-area.search-visible .block-search.active .block-title.theme-header-icon:before,header.page-header .header-area.search-visible .block-search.active .block-title.theme-header-icon:before{color:#f68872}}@media (max-width:767px){header.page-header .header-area.search-icon-bottom .block-search .action.search{top:8px}}@media (max-width:1365px){header.page-header .header-area.search-icon-bottom .block-search .block-content{padding:0 15px}}@media (max-width:1500px){header.page-header .header-area.search-icon-bottom .block-search .block-content{padding-left:40px;padding-right:40px}}@media (max-width:1365px){header.page-header .header-area.search-icon-bottom .block-search .block-content{padding-left:15px;padding-right:15px}}@media (max-width:767px){header.page-header .header-area.search-icon-left .right-content{position:static}header.page-header .header-area.search-icon-left .right-content .block-search{position:static}header.page-header .header-area.search-icon-left .right-content .block-search .block-content{left:10px;right:45px;margin-right:0}header.page-header .header-area.search-icon-left .right-content .block-search .block-content input{width:100%;min-width:auto}header.page-header .header-area.search-icon-popup .block-search .block-content .form.minisearch{max-width:100%;margin:100px 15px 0}}.cms-noroute-index .column.main .error-icon{font-size:72px;color:#f68872}.cms-noroute-index .column.main .title{font-weight:600}.cms-noroute-index .column.main .sub-title{color:#a1a1a1}.cms-noroute-index .column.main .sub-title a{text-decoration:underline;color:#f68872}.cms-noroute-index .column.main .sub-title a:hover{color:#222}.cms-noroute-index .column.main .block-search{margin:42px auto 0;width:370px;max-width:100%}.cms-noroute-index .column.main .block-search .form.minisearch{position:relative}.cms-noroute-index .column.main .block-search .form.minisearch .field.search .label{display:none}.cms-noroute-index .column.main .block-search .control{padding-bottom:0}.cms-noroute-index .column.main .block-search .control input[type="text"]{border:1px solid #d9d9d9;height:3.35rem;line-height:3.35rem;padding-right:40px}.cms-noroute-index .column.main .block-search .control input[type="text"]:focus,.cms-noroute-index .column.main .block-search .control input[type="text"]:active{border:1px solid #f68872}.cms-noroute-index .column.main .block-search .action.search{background:none;border:none;box-shadow:none !important;top:50%;padding:0;display:block;position:absolute;width:51px;height:100%;right:0;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}.cms-noroute-index .column.main .block-search .action.search span{display:none}.cms-noroute-index .column.main .block-search .action.search:before{content:'\e922';color:#222;font-family:"Linearicons";font-size:20px;z-index:99}div[class*="swatch-opt-"]{margin-top:9px}.clearfix:after{content:" ";visibility:hidden;display:block;height:0;clear:both}.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{padding:1px 2px;min-width:20px;max-width:90px;height:20px;float:left;margin:0 10px 10px 0;text-align:center;cursor:pointer;position:relative;border:1px solid #fff;overflow:hidden;text-overflow:ellipsis;border-radius:10px}.swatch-option.selected{border:2px solid #fa4616 !important}.swatch-option:not(.disabled):hover{border:1px solid #eee;color:#333}.swatch-option.image.selected,.swatch-option.image:not(.disabled):hover{border:1px solid #fdcf6b}.swatch-option.text{border:1px solid #eee;background-color:#eeeeee;color:#666666;font-size:12px;font-weight:400;line-height:18px;padding:0 3px;min-width:20px}.swatch-option.text:not(.disabled):hover,.swatch-option.text.selected{border:2px solid #fa4616 !important;background-color:#fff}.swatch-option.disabled{cursor:default}.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%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 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%, #fff), color-stop(46%, #fff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #fff), color-stop(57%, #fff), 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%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 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%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 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%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 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%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 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;position:absolute;display:none;z-index:999;text-align:center;border-radius:3px;border:1px solid #222;background-color:#222;color:#fff;line-height:1;padding:3px 8px;font-size:12px;margin-left:-5px}.swatch-option-tooltip .image{display:none !important}.swatch-option-tooltip .corner{left:0 !important;position:relative;bottom:0;height:1px;right:0}.swatch-option-tooltip .corner:after{content:"";display:block;height:0px;width:0px;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid transparent;border-top:4px solid #222;position:absolute;top:100%;margin-top:4px;left:50%;margin-left:-3px}.swatch-option-tooltip-layered{width:140px;position:absolute;background:#fff;color:#949494;border:1px solid #adadad;display:none;z-index:999;left:-47px}.swatch-option-tooltip-layered:hover>.swatch-option-tooltip-layered{display:block}.swatch-option-tooltip-layered .image{display:none !important}.swatch-option-tooltip-layered .corner{left:0 !important;position:relative;bottom:0;height:1px;right:0}.swatch-option-tooltip-layered .corner:after{content:"";display:block;height:0px;width:0px;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid transparent;border-top:4px solid #222;position:absolute;top:100%;margin-top:4px;left:50%;margin-left:-3px}.swatch-option-link-layered{position:relative;margin:0 !important;padding:0 !important}.swatch-option-disabled{cursor:default;border:0}.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-loading{content:url("../../frontend/Mgs/naelofar/en_US/images/loader-2.gif")}.swatch-opt{margin:20px 0}.swatch-opt-listing{margin-bottom:10px}.swatch-more{display:inline-block;margin:2px 0;text-decoration:none !important;position:static;z-index:1}.swatch-visual-tooltip-layered{height:160px;top:-170px}.swatch-textual-tooltip-layered{height:30px;top:-40px}.swatch-attribute-options .swatch-option-tooltip-layered .title{width:100%;height:20px;position:absolute;bottom:-5px;left:0;color:#282828;text-align:center;margin-bottom:10px}.sidebar .block-addbysku .fieldset{margin:0}.sidebar .block-addbysku .fieldset .fields{position:relative}.sidebar .block-addbysku .fieldset .fields .field{display:inline-block;margin-bottom:10px;vertical-align:top}.sidebar .block-addbysku .fieldset .fields .field.sku{margin-right:-85px;padding-right:90px;width:100%}.sidebar .block-addbysku .fieldset .fields .field.qty .qty+.mage-error{width:80px}.sidebar .block-addbysku .fieldset .fields .actions-toolbar{position:absolute;right:0;top:6px}.sidebar .block-addbysku .form-addbysku .actions-toolbar{margin-bottom:20px}.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary{text-align:left}.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action{width:auto}.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary{float:none;text-align:left}.sidebar .block-addbysku .action.add{display:inline-block;text-decoration:none;line-height:normal;padding:2px 0;width:auto}.sidebar .block-addbysku .action.add>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sidebar .block-addbysku .action.add:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:31px;line-height:22px;color:inherit;content:'\e61c';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.sidebar .block-addbysku .action.add:hover:before{color:inherit}.sidebar .block-addbysku .action.add:active:before{color:inherit}.sidebar .block-addbysku .action.links{display:inline-block;margin:20px 0 0}.sidebar .block-addbysku .action.reset{display:block;margin:10px 0}.sidebar .block-addbysku .action.remove{display:inline-block;background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400}.sidebar .block-addbysku .action.remove>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sidebar .block-addbysku .action.remove:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:22px;color:inherit;content:'\e616';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.sidebar .block-addbysku .action.remove:hover:before{color:inherit}.sidebar .block-addbysku .action.remove:active:before{color:inherit}.sidebar .block-addbysku .action.remove:focus,.sidebar .block-addbysku .action.remove:active{background:none;border:none}.sidebar .block-addbysku .action.remove:hover{background:none;border:none}.sidebar .block-addbysku .action.remove.disabled,.sidebar .block-addbysku .action.remove[disabled],fieldset[disabled] .sidebar .block-addbysku .action.remove{pointer-events:none;opacity:.5}.block-banners .banner-item,.block-banners-inline .banner-item{display:block}.block-banners .banner-item-content,.block-banners-inline .banner-item-content{margin-bottom:20px}.block-banners .banner-item-content img,.block-banners-inline .banner-item-content img{display:block;margin:0 auto}.block-product-link.widget,.block-category-link.widget{display:block;margin-bottom:20px}.block-product-link-inline.widget{margin:0}.block.widget .products-grid .product-item{margin-left:2%;width:calc((100% - 2%) / 2)}.block.widget .products-grid .product-item:nth-child(2n + 1){margin-left:0}.block.widget .product-item-info{width:auto}.block.widget .pager{padding:0}.block.widget .pager .toolbar-amount{float:none;font-size:1.2rem}.block.widget .pager .pages-item-previous{padding-left:0}.block.widget .pager .pages-item-next{position:relative}.block.widget .pager .items{white-space:nowrap}.columns .block-event{position:relative;z-index:2}.block-event .block-content{position:relative}.block-event .block-content>.action{cursor:pointer;margin-top:-6px;position:absolute;top:50%;z-index:3}.block-event .block-content>.action.backward,.block-event .block-content>.action.forward{opacity:.5;overflow:hidden;width:20px;display:inline-block;text-decoration:none}.block-event .block-content>.action.backward>span,.block-event .block-content>.action.forward>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.block-event .block-content>.action.backward:before,.block-event .block-content>.action.forward:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:55px;line-height:30px;color:inherit;content:'\e617';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.block-event .block-content>.action.backward:before,.block-event .block-content>.action.forward:before{margin-left:-15px}.block-event .block-content>.action.backward{left:0}.block-event .block-content>.action.forward{right:0}.block-event .block-content>.action.forward:before{content:'\e608'}.block-event .block-content>.action.forward:before{margin-left:-20px}.block-event .block-content>.action.inactive{cursor:default;display:none}.block-event .block-content>.action:hover{opacity:1}.block-event .slider-panel{overflow:hidden;position:relative;z-index:2}.block-event .slider-panel .slider{white-space:nowrap}.block-event .slider-panel .slider .item{background:#f0f0f0;display:inline-block;text-align:center;vertical-align:top;white-space:normal;width:16.35%}.sidebar-main .block-event .slider-panel .slider .item,.sidebar-additional .block-event .slider-panel .slider .item{width:100%}.block-event .slider-panel .slider .item img{max-width:100%}.block-event .slider-panel .slider .item .category-name{display:inline-block;font-size:1.8rem;padding:15px 5px 0;word-break:break-all}.block-event .slider-panel .slider .item .ticker{margin:0;padding:0;list-style:none none}.block-event .slider-panel .slider .item .ticker li{display:none;margin:0 5px}.block-event .slider-panel .slider .item .ticker .value{font-size:2.6rem;font-weight:300}.block-event .slider-panel .slider .item .ticker .label{display:block;font-size:1.3rem}.block-event .slider-panel .slider .item .dates{font-weight:300}.block-event .slider-panel .slider .item .dates .start,.block-event .slider-panel .slider .item .dates .end,.block-event .slider-panel .slider .item .dates .date{display:block}.block-event .slider-panel .slider .item .dates .start:after{font-size:1.8rem;content:'\2013';display:block}.block-event .slider-panel .slider .item .dates .date{font-size:1.8rem;font-weight:300}.block-event .slider-panel .slider .item .dates .time{font-size:1.3rem}.block-event .slider-panel .slider .item .box-event .box-content{padding:5px 0 10px}.block-event .slider-panel .slider .item .box-event .box-title{display:block;font-weight:300;margin:10px 0 0}.block-event .slider-panel .slider .item .action.show{display:block;padding:0}.block-event .slider-panel .slider .item .action.show .category.name{display:inline-block;padding:30px 10px 0}.block-event .slider-panel .slider .item .action.show img{display:block}.block-event .slider-panel .slider .item .action.event{background-image:none;background:#1979c3;border:1px solid #1979c3;color:#fff;cursor:pointer;display:inline-block;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;padding:7px 15px;font-size:1.4rem;box-sizing:border-box;vertical-align:middle;margin-top:15px}.block-event .slider-panel .slider .item .action.event:focus,.block-event .slider-panel .slider .item .action.event:active{background:#006bb4;border:1px solid #006bb4;color:#fff}.block-event .slider-panel .slider .item .action.event:hover{background:#006bb4;border:1px solid #006bb4;color:#fff}.block-event .slider-panel .slider .item .action.event.disabled,.block-event .slider-panel .slider .item .action.event[disabled],fieldset[disabled] .block-event .slider-panel .slider .item .action.event{opacity:.5;cursor:default;pointer-events:none}.block-event .slider-panel .slider .item .action.event:hover{text-decoration:none}.block-static-block.widget,.block-cms-link.widget{margin-bottom:20px}.links .block-static-block.widget,.links .block-cms-link.widget{margin-bottom:0}.block-cms-link-inline.widget{margin:0}.block-wishlist-search .form-wishlist-search{margin:20px 0 0}.block-cms-hierarchy-link.widget{display:block;margin-bottom:20px}.block-cms-hierarchy-link-inline.widget{margin:0}@media only screen and (max-width:768px){.field-tooltip .field-tooltip-content{right:-10px;top:40px;left:auto}}@media only screen and (max-width:767px){.abs-button-responsive-smaller,.product-info-main .box-tocart .actions .action.tocart{width:100%}.abs-visually-hidden-mobile-m{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-add-clearfix-mobile-m:before,.abs-add-clearfix-mobile-m:after,.form-create-return .fieldset>.actions-toolbar:before,.form-create-return .fieldset>.actions-toolbar:after{content:'';display:table}.abs-add-clearfix-mobile-m:after,.form-create-return .fieldset>.actions-toolbar:after{clear:both}.abs-icon-add-mobile,.block-wishlist-management .wishlist-add.item .add{display:block;text-decoration:none}.abs-icon-add-mobile:before,.block-wishlist-management .wishlist-add.item .add:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;line-height:10px;color:inherit;content:'\e61c';font-family:'icons-blank-theme';margin:0 5px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-toggling-title-mobile,.block-wishlist-management .wishlist-select .wishlist-name,.block-collapsible-nav .title{border-bottom:1px solid #d1d1d1;border-top:1px solid #d1d1d1;cursor:pointer;margin-bottom:0;padding:10px 40px 10px 15px;position:relative;display:block;text-decoration:none}.abs-toggling-title-mobile:after,.block-wishlist-management .wishlist-select .wishlist-name:after,.block-collapsible-nav .title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:inherit;color:inherit;content:'\e622';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.block-wishlist-management .wishlist-select .wishlist-name:after,.block-collapsible-nav .title:after{position:absolute;right:10px;top:0}.abs-toggling-title-mobile.active:after,.block-wishlist-management .wishlist-select .wishlist-name.active:after,.block-collapsible-nav .title.active:after{content:'\e621'}.abs-pager-toolbar-mobile .toolbar-amount,.abs-pager-toolbar-mobile .limiter,.abs-pager-toolbar-mobile .pages,.account .toolbar .toolbar-amount,.account .toolbar .limiter,.account .toolbar .pages,.toolbar-wishlist-results .toolbar-amount,.toolbar-wishlist-results .limiter,.toolbar-wishlist-results .pages{float:none;margin-bottom:25px}.abs-shopping-cart-items-mobile .actions,.cart-container .form-cart .actions{text-align:center}.cart-container .form-cart .action.update,.cart-container .form-cart .action.continue,.cart-container .form-cart .action.clear{margin:0 auto 10px}.cart-container .form-cart .action.update,.cart-container .form-cart .action.clear{display:block}.abs-checkout-tooltip-content-position-top-mobile,.field-tooltip .field-tooltip-content{right:-10px;top:40px;left:auto}.field-tooltip .field-tooltip-content:before,.field-tooltip .field-tooltip-content:after{border:10px solid transparent;height:0;width:0;margin-top:-21px;right:10px;left:auto;top:0}.field-tooltip .field-tooltip-content:before{border-bottom-color:#999}.field-tooltip .field-tooltip-content:after{border-bottom-color:#f4f4f4;top:1px}.navigation,.breadcrumbs,.page-header .header.panel,.header.content,.footer.content,.page-main,.page-wrapper>.widget,.page-wrapper>.page-bottom,.block.category.event,.top-container{padding-left:15px;padding-right:15px}.account .page-main,.cms-privacy-policy .page-main{padding-top:41px;position:relative}.product.data.items{margin:0;padding:0}.product.data.items>.item.title{box-sizing:border-box;float:none;width:100%}.product.data.items>.item.title>.switch{display:block}.product.data.items>.item.content{box-sizing:border-box;display:block;float:none;margin:0}.product.data.items>.item.content:before,.product.data.items>.item.content:after{content:'';display:table}.product.data.items>.item.content:after{clear:both}.product.data.items>.item.content.active{display:block}.product.data.items>.item.title{margin:0 0 5px}.product.data.items>.item.title>.switch{background:#f0f0f0;border-bottom:1px solid #d1d1d1;border-left:1px solid #d1d1d1;border-right:1px solid #d1d1d1;border-top:1px solid #d1d1d1;height:40px;padding:5px 20px 5px 20px;font-weight:600;line-height:40px;font-size:1.8rem;color:#7d7d7d;text-decoration:none}.product.data.items>.item.title>.switch:visited{color:#7d7d7d;text-decoration:none}.product.data.items>.item.title>.switch:hover{color:#7d7d7d;text-decoration:none}.product.data.items>.item.title>.switch:active{color:#333;text-decoration:none}.product.data.items>.item.title:not(.disabled)>.switch:focus,.product.data.items>.item.title:not(.disabled)>.switch:hover{background:#fcfcfc}.product.data.items>.item.title:not(.disabled)>.switch:active,.product.data.items>.item.title.active>.switch,.product.data.items>.item.title.active>.switch:focus,.product.data.items>.item.title.active>.switch:hover{background:#fff;color:#333;text-decoration:none;padding-bottom:5px}.product.data.items>.item.content{background:#fff;border:1px solid #d1d1d1;margin:0 0 5px;padding:20px 20px 20px 20px}.product.data.items .data.item{display:block}.product.data.items .item.title>.switch{padding:1px 15px 1px}.product.data.items>.item.content{padding:10px 15px 30px}.modal-popup.modal-slide{left:44px;z-index:900}.modal-popup.modal-slide._show .modal-inner-wrap{-webkit-transform:translateX(0);transform:translateX(0)}.modal-popup.modal-slide .modal-inner-wrap{height:100%;overflow-y:auto;position:static;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;width:auto}.modal-popup.modal-slide .modal-inner-wrap{margin:0;max-height:none}.custom-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}.custom-slide._show{visibility:visible;opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.custom-slide._show .modal-inner-wrap{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.custom-slide .modal-inner-wrap{background-color:#fff;box-shadow:0 0 12px 2px rgba(0,0,0,0.35);opacity:1;pointer-events:auto}.custom-slide._show .modal-inner-wrap{-webkit-transform:translateX(0);transform:translateX(0)}.custom-slide .modal-inner-wrap{height:100%;overflow-y:auto;position:static;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;width:auto}.custom-slide._show{-webkit-overflow-scrolling:touch;overflow-x:hidden;overflow-y:auto}.custom-slide .modal-inner-wrap{background-color:#f4f4f4;box-sizing:border-box;height:auto;min-height:100%}body._has-modal-custom{height:100vh;overflow:hidden;width:100vw}body._has-modal-custom .modal-custom-overlay{background-color:rgba(51,51,51,0.55)}.modal-popup{pointer-events:auto}.modal-popup.modal-slide .modal-inner-wrap[class]{background-color:#f4f4f4}.modal-popup.modal-slide._inner-scroll._show{-webkit-overflow-scrolling:touch;overflow-y:auto}.modal-popup.modal-slide._inner-scroll .modal-inner-wrap{height:auto;min-height:100%}.modal-popup .modal-title{font-size:14px;font-weight:700}.lac-notification{padding:5px 0}.lac-notification .lac-notification-icon{display:none}.lac-notification .lac-notification-text,.lac-notification .lac-notification-links{float:none;padding:5px 0;text-align:center}.pagebuilder-banner-wrapper{background-attachment:scroll !important}.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay){max-width:none}.pagebuilder-column{background-attachment:scroll !important;flex-basis:100%;max-width:100%}.pagebuilder-column-group{flex-wrap:wrap}.pagebuilder-column-line{flex-wrap:wrap}[data-content-type='row'][data-appearance='contained'] [data-element='inner']{background-attachment:scroll !important}[data-content-type='row'][data-appearance='full-bleed']{background-attachment:scroll !important}[data-content-type='row'][data-appearance='full-width']{background-attachment:scroll !important}.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay){max-width:none}[data-content-type='tab-item']{background-attachment:scroll !important}.pagebuilder-mobile-hidden{display:none !important}form:not(.linear-theme) .amcform-title-wrap{display:none;max-width:50%}form:not(.linear-theme) .amcform-title-wrap:not(:last-child):after,form:not(.linear-theme) .amcform-title-wrap:before{width:50%;content:''}form:not(.linear-theme) .amcform-title-wrap:first-child:before{content:none}form:not(.linear-theme) .amcform-title-wrap:after{background:linear-gradient(90deg, #e3e3e3 16.87%, #fff 107.36%)}form:not(.linear-theme) .amcform-title-wrap.ui-state-active~form:not(.linear-theme) .amcform-title-wrap:nth-last-child(2){display:none}form:not(.linear-theme) .amcform-title-wrap.ui-state-active,form:not(.linear-theme) .amcform-title-wrap.ui-state-active+.amcform-title-wrap,form:not(.linear-theme) .amcform-title-wrap.ui-state-active+form:not(.linear-theme) .amcform-title-wrap:nth-last-child(2),form:not(.linear-theme) .amcform-title-wrap.-done:nth-last-child(2){display:block}form:not(.linear-theme) .amcform-title-wrap.ui-state-active:not(:last-child):before,form:not(.linear-theme) .amcform-title-wrap.-done:not(:last-child):before{background:linear-gradient(270deg, #92b0ff 11.11%, rgba(146,176,255,0) 100%)}form:not(.linear-theme) .amcform-title-wrap.ui-state-active+form:not(.linear-theme) .amcform-title-wrap:not(.-disabled):after{background:linear-gradient(270deg, rgba(146,176,255,0) 11.1%, #92b0ff 100%)}form:not(.linear-theme) .amcform-title-wrap.ui-state-active:after,form:not(.linear-theme) .amcform-title-wrap.ui-state-active+.amcform-title-wrap:before,form:not(.linear-theme) .amcform-title-wrap.-done:nth-last-child(2):after{background:#92b0ff}.linear-theme .amcform-page-titles{padding:0 15px}.linear-theme .amcform-title-wrap{display:block;min-width:50%;max-width:100%}.linear-theme .amcform-title-wrap.ui-state-active~.linear-theme .amcform-title-wrap:nth-last-child(2){display:block}.linear-theme .fields{margin:0 -15px;padding:0 15px}.linear-theme.rendered-form .fieldset>.field.form-group,.linear-theme.rendered-form .fieldset>.fields>.field.form-group{padding:0 15px}.linear-theme.rendered-form .fieldset>.field.form-group.amform-layout-two,.linear-theme.rendered-form .fieldset>.fields>.field.form-group.amform-layout-two,.linear-theme.rendered-form .fieldset>.field.form-group.amform-layout-three,.linear-theme.rendered-form .fieldset>.fields>.field.form-group.amform-layout-three{max-width:100%}.circle-theme .amcform-page-titles{align-items:stretch}.circle-theme .amcform-title{display:block;margin:0}.circle-theme .amcform-label{display:block;padding:10px 0}.circle-theme .amcform-title-wrap{margin:0;border-bottom:4px solid #92b0ff}.circle-theme .amcform-title-wrap:after,.circle-theme .amcform-title-wrap:before{display:none}.circle-theme .amcform-title-wrap+.amcform-title-wrap{margin:0}.circle-theme .amcform-title-wrap.ui-state-active{border-color:#4776f0}.circle-theme .amcform-title-wrap.-disabled{border-color:#e3e3e3}.circle-theme .amcform-title-wrap.-error{border-color:#eb5757}.amcform-table-block,.amcform-table-block tbody,.amcform-table-block .amcform-tr,.amcform-table-block .amcform-th,.amcform-table-block .amcform-td{display:block;box-sizing:border-box;width:100%}.amcform-table-block .amcform-th{padding-bottom:0}.amcform-table-block .amcform-td{padding-top:5px}.category .subscribe-popup{text-align:center;top:35%;width:100%}.category .subscribe-popup .input-fields{margin-top:20px;width:100%}.category .subscribe-popup .notification-container{margin:auto;width:80%}.category .subscribe-popup .amxnotif_guest_action{margin-top:20px;max-width:100%;width:100%}.actions-toolbar.amxnotif_guest_action{margin-left:5px}.notification-container{display:inline-flex}.checkout-container .opc-estimated-wrapper{margin-top:10px}.checkout-container .authentication-wrapper{margin-top:-12px}.am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current+.block-actions{top:187px;border:none;border-radius:inherit;background:#fff;box-shadow:none}.am-porto-cmtb .filter.active .filter-current.amshopby-filter-current{padding:17px 30px;height:140px}.am-porto-cmtb .filter.active .filter-current.amshopby-filter-current~.filter-options{top:221px}.am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items{padding:15px;border-width:1px}.am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle{display:block;padding:10px 15px}.am-porto-cmtb .filter.active .block-category-list .block-title,.am-porto-cmtb .filter.active .filter-options-title,.am-porto-cmtb .filter.active .filter .filter-current-subtitle,.am-porto-cmtb .filter.active .block-category-list .block-content,.am-porto-cmtb .filter.active .filter-options-content{padding-left:15px;padding-right:15px}.am-porto-cmtb .filter.active .filter-options-title:after{right:15px}.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item']{padding-left:35px}.filter-options .am-labels-folding .item .am-collapse-icon~[class*='am-filter-item-'],.filter-options .am-labels-folding .item{padding-left:35px}.filter-options .items:not(.items-children).-am-multiselect>.item.-is-by-click .items-children.-folding .item.-is-expanded,.filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),.filter-options .items:not(.items-children)>.item.-is-by-click.-filter-parent~.item.-is-expanded{margin-left:35px}.filter-options-item .filter-options-content .items [class*='am-filter-item']{padding:7px 0}.am-labels-folding .am-collapse-icon,.filter-options .amshopby-category-dropdown+form .items.-am-multiselect .item .am-collapse-icon,.filter-options .amshopby-category-dropdown+form .items.-am-multiselect .item .am-collapse-icon{margin:7px 0}.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon~.am-input,.filter-options .amshopby-category-dropdown+form .item .am-collapse-icon~.am-input,.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon~input[type='radio'],.filter-options .amshopby-category-dropdown+form .item .am-collapse-icon~input[type='radio'],.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon~input[type='checkbox'],.filter-options .amshopby-category-dropdown+form .item .am-collapse-icon~input[type='checkbox'],.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon~input[type='checkbox']+.amshopby-choice,.filter-options .amshopby-category-dropdown+form .item .am-collapse-icon~input[type='checkbox']+.amshopby-choice{left:35px}.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent,.filter-options .amshopby-category-dropdown+form .items.-am-multiselect .item .items-children.-folding,.filter-options .am-category-wrapper .items .items-children.-folding,.filter-options .am-category-view .item a.amshopby-filter-parent{padding-left:35px}.filter-options .am-category-view.-am-multiselect .item>.am-collapse-icon~a.amshopby-filter-parent{padding-left:70px}.filter-options .am-category-view.-am-singleselect .am-collapse-icon{margin:7px 0}.am-collapse-icon:after,.am-show-more:before{width:20px}.filter-content .active .am-show-more:before{width:12px}.filter-content .active .am-show-more.-active{margin-bottom:10px}.amshopby-flyout-block{margin:10px 0 25px}.amshopby-flyout-block .items.amshopby-fly-out-view .item>.amshopby-choice{padding-left:35px}.filter-options input[type='checkbox']{overflow:hidden;clip:rect(0, 0, 0, 0);margin:0;padding:0;width:0;height:0;border:0;opacity:0;position:absolute}.filter-options input[type='checkbox']+.amshopby-choice{word-wrap:break-word;word-break:break-word;position:absolute;top:5px;left:0;display:block;margin:0;padding:0 0 0 35px;min-height:25px;line-height:1.2;cursor:pointer}.ie11 .filter-options input[type='checkbox']+.amshopby-choice{word-break:break-all}.ie11 .filter-options input[type='checkbox']+.amshopby-choice{word-break:break-all}.ie11 .filter-options input[type='checkbox']+.amshopby-choice{word-break:break-all}.filter-options input[type='checkbox']+.amshopby-choice:before,.filter-options input[type='checkbox']+.amshopby-choice:after{position:absolute;top:0;left:0;display:inline-block;box-sizing:border-box;width:25px;height:25px;border-radius:2px;content:''}.filter-options input[type='checkbox']+.amshopby-choice:before{border:1px solid #e3e3e3;background:#fff}.filter-options input[type='checkbox']+.amshopby-choice:after{background:#1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 25px;content:none}.filter-options input[type='checkbox']+.amshopby-choice:hover:before,.filter-options input[type='checkbox']:checked+.amshopby-choice:before{border-color:#1979c3}.filter-options input[type='checkbox']:checked+.amshopby-choice:after{content:''}._keyfocus .filter-options input[type='checkbox']:active+.amshopby-choice:before,._keyfocus .filter-options input[type='checkbox']:focus+.amshopby-choice:before,.filter-options input[type='checkbox']:active+.amshopby-choice:before,.filter-options input[type='checkbox']:focus+.amshopby-choice:before{border-color:#1979c3}.filter-options input[type='checkbox']:not(:checked).mage-error+.amshopby-choice:before{border-color:#f23b3b}.search-autocomplete .amsearch-slider-wrap:not(:first-child){margin-top:50px}.amsearch-additional-content{flex-direction:column}.amsearch-additional-content .amsearch-content-block{padding:15px;max-width:100%;border-top:1px solid #e8e9ef;border-left:none}.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .amsearch-autocomplete-image{display:inline-block;margin-right:10px;max-width:110px}.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .information-container{display:inline-block;vertical-align:top}.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .amsearch-wrapper-inner{display:flex;align-items:center;margin:10px 0 0}.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .price-box{margin:0 20px 0 0}.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .product-item-actions{display:flex}.questionsHeader{font-size:16px;margin-bottom:16px}.questionsHeader p{color:#7d7d7d}.questionsHeader h2{font-size:25px;margin-bottom:1.1rem;margin-top:1.6rem}.modal-quiz.modal-slide .action-close{display:block}#modal-wrapper-quiz .quizArea{background-color:#fff}#modal-wrapper-quiz .question{padding:0 10px 65px}#modal-wrapper-quiz .question:after{bottom:auto;height:80px;left:0;margin-left:0;right:auto;top:0;width:50px}#modal-wrapper-quiz .answers li{min-width:110px;float:none;display:inline-block}#modal-wrapper-quiz .answers li.section.with-img{max-width:92%;padding:10px 5px}#modal-wrapper-quiz .answers li label,#modal-wrapper-quiz .answers li.square-3 label{font-size:15px}#modal-wrapper-quiz .answers li.square-3{width:45%;max-width:150px}#modal-wrapper-quiz .answers li.account-preference{float:left}#modal-wrapper-quiz .answers li.account-preference .title-account{padding-left:0;font-size:18px}#modal-wrapper-quiz .answers li.account-preference label{padding:10px;min-height:160px}#modal-wrapper-quiz .answers .square label{font-size:16px;height:70px;margin-bottom:10px}#modal-wrapper-quiz .answers .square.not-img label{height:60px;padding-top:40px}#modal-wrapper-quiz .answers .circle label{padding-top:30px;width:110px;height:80px;font-size:16px}#modal-wrapper-quiz .answers .section label{width:100%;height:170px;border:1px solid #b5b5b5;background:#dcdcdc;display:block}#modal-wrapper-quiz .nextQuestion.checkAnswer,#modal-wrapper-quiz .penultimate{right:5px}#modal-wrapper-quiz .backToQuestion{left:5px}.nextQuestion.checkAnswer,.penultimate{top:0;margin-top:10px}.cart.table-wrapper{overflow:inherit}.cart.table-wrapper thead .col:not(.item){display:none}.cart.table-wrapper .col.qty,.cart.table-wrapper .col.price,.cart.table-wrapper .col.subtotal,.cart.table-wrapper .col.msrp{box-sizing:border-box;display:block;float:left;text-align:center;white-space:nowrap;width:33%}.cart.table-wrapper .col.qty[data-th]:before,.cart.table-wrapper .col.price[data-th]:before,.cart.table-wrapper .col.subtotal[data-th]:before,.cart.table-wrapper .col.msrp[data-th]:before{content:attr(data-th) ':';display:block;font-weight:700;padding-bottom:10px}.cart.table-wrapper .col.msrp{white-space:normal}.cart.table-wrapper .item .col.item{padding-bottom:0}.field-tooltip .field-tooltip-content{right:-10px;top:40px;left:auto}.checkout-payment-method .payment-methods{margin:0 -15px}.checkout-payment-method .step-title{padding-left:15px;padding-right:15px}.checkout-payment-method .payment-method-title{padding:15px}.checkout-payment-method .payment-method-content{padding:0 15px 20px}.checkout-payment-method .checkout-billing-address .action-cancel{margin-top:10px}.checkout-payment-method .payment-option{margin:0 -15px}.checkout-payment-method .payment-option .payment-option-title{padding:15px}.checkout-payment-method .payment-option .payment-option-content{padding:0 15px 20px}.contact-index-index .column:not(.sidebar-main) .form.contact{float:none;width:100%}.contact-index-index .column:not(.sidebar-additional) .form.contact{float:none;width:100%}.login-container .fieldset:after{text-align:center}.account .messages{margin-bottom:0}.control.captcha-image .captcha-img{margin-bottom:10px;display:block}.customer-account-index .page-title-wrapper{position:relative}.form.search.advanced .field.price .with-addon .input-text{flex-basis:auto;width:100%}.gift-options .actions-toolbar .action-update{font-size:2rem;padding:15px;width:100%}.gift-item-block{border-top:1px solid #c1c1c1;border-bottom:0}.cart.table-wrapper .gift-content{margin-right:-10px}.gift-wrapping{border-bottom:1px solid #c1c1c1;margin-bottom:20px;padding-bottom:10px}.gift-wrapping-list{width:100%}.gift-wrapping-preview img{width:100%}.item-actions .actions-toolbar .gift-options .gift-wrapping,.item-actions .actions-toolbar .gift-options .gift-message{display:block}.form-add-invitations .additional,.form-add-invitations .field.text{margin-top:20px}.page-with-filter .columns .sidebar-main{-ms-flex-order:0;-webkit-order:0;order:0}.map-popup{max-width:100%}.map-old-price,.map-show-info{display:inline-block}.map-old-price:not(:last-child),.map-show-info:not(:last-child){margin-bottom:10px}.block-wishlist-management{clear:both;margin-top:-21px}.block-wishlist-management .wishlist-select{margin:0 -15px 20px}.block-wishlist-management .wishlist-select-items{border-bottom:1px solid #d1d1d1;background:#f5f5f5;display:none;padding:15px 0}.block-wishlist-management .wishlist-select-items.active{display:block}.block-wishlist-management .wishlist-select-items .item{margin:3px 0 0}.block-wishlist-management .wishlist-select-items .item:first-child{margin-top:0}.block-wishlist-management .wishlist-select-items .item.current{display:none}.block-wishlist-management .wishlist-select-items .item a{display:block;padding:5px 18px;text-decoration:none}.block-wishlist-management .wishlist-select-items .item a:hover{background:#e8e8e8}.block-wishlist-management .wishlist-title strong{font-size:2.6rem}.block-wishlist-management .wishlist-info{margin-bottom:15px}.block-wishlist-management .wishlist-toolbar-select,.block-wishlist-management .wishlist-toolbar-actions{margin-bottom:15px}.products-grid.wishlist .product-item-checkbox{left:0;position:absolute;top:20px}.page-multiple-wishlist .products-grid.wishlist .product-item-photo{margin-left:25px}.page-multiple-wishlist .products-grid.wishlist .product-item-name,.page-multiple-wishlist .products-grid.wishlist .product-item-description,.page-multiple-wishlist .products-grid.wishlist .product-item .price-box,.page-multiple-wishlist .products-grid.wishlist .product-item-tooltip{margin-left:115px}.products-grid.wishlist .wishlist-dropdown{display:none}.multishipping-checkout-success .nav-toggle{display:block}.multishipping-checkout-success .logo{margin-left:40px}.reward-settings+.actions-toolbar{margin-top:10px}.account .column.main .returns-details-items .block-returns-tracking .block-title>.action.track{display:block;float:none;margin:10px 0 0}.order-pager-wrapper .toolbar-amount{left:inherit;position:relative;text-align:center;top:inherit}.order-pager-wrapper .pages{text-align:center}.order-pager-wrapper .action.previous,.order-pager-wrapper .action.next{margin:0}.block-collapsible-nav{left:0;position:absolute;top:-21px;width:100%;z-index:5}.block-collapsible-nav .content{border-bottom:1px solid #d1d1d1;display:none}.block-collapsible-nav .content.active{display:block}.my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status{display:none}.my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before{display:none}.my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default{display:block}.my-credit-cards .card-type img{vertical-align:middle}.products-grid.wishlist{margin-bottom:30px;margin-right:0}.products-grid.wishlist .product-item{padding:20px 0 20px 0;position:relative}.products-grid.wishlist .product-item-photo{float:left;margin-right:20px}.products-grid.wishlist .product-item-name{font-size:1.6rem}.products-grid.wishlist .product-item-actions{display:block;float:left}.products-grid.wishlist .product-item-actions .action{margin-right:15px}.products-grid.wishlist .product-item-actions .action:last-child{margin-right:0}.products-grid.wishlist .product-item-actions .action.edit{float:left}.products-grid.wishlist .product-item-actions .action.delete{float:right}.products-grid.wishlist .product-item-actions .action.edit,.products-grid.wishlist .product-item-actions .action.delete{margin-top:7px}.products-grid.wishlist .product-item-name,.products-grid.wishlist .product-item-description,.products-grid.wishlist .product-item .price-box,.products-grid.wishlist .product-item-tooltip{margin-left:95px}.products-grid.wishlist .product-item .box-tocart{float:left;margin-right:20px}.products-grid.wishlist .product-item .box-tocart .stock{margin-top:7px}.products-grid.wishlist .product-item .giftregisty-dropdown,.products-grid.wishlist .product-item .field.qty{display:none}.products-grid.wishlist .product-image-container{max-width:80px}.wishlist-index-index .product-item{width:100%}.wishlist-index-index .product-item-info{width:auto}.catalog-product-view .column.main{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.catalog-product-view .product.media{-ms-flex-order:-1;-webkit-order:-1;order:-1}.block.related .action.select{display:block;margin:5px 0}.compare,.product-addto-links .action.tocompare,.product-item-actions .actions-secondary>.action.tocompare,[class*='block-compare']{display:none}.sidebar .block-viewed-products-grid .products-grid .product-item{margin-left:2%;width:calc((100% - 2%) / 2)}.sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1){margin-left:0}.sidebar .block-viewed-products-grid .products-grid .product-item-photo{display:block;position:relative}.sidebar .block-viewed-products-grid .products-grid .product-item-details{margin:0}.sidebar .block-viewed-products-grid .products-grid .product-item-info{text-align:center}.braintree-applepay-container-product{display:block}.braintree-applepay-container-product .braintree-apple-pay-button{width:100%}}@media only screen and (max-width:639px){.abs-visually-hidden-mobile,.table-giftregistry-items .col.product:before{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-add-clearfix-mobile:before,.abs-add-clearfix-mobile:after,.abs-checkout-order-review tbody tr:before,.abs-checkout-order-review tbody tr:after,.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,.table-giftregistry-items .col.product:before,.table-giftregistry-items .col.product:after,.account .toolbar:before,.account .toolbar:after,.multicheckout.order-review .data.table tbody tr:before,.multicheckout.order-review .data.table tbody tr:after{content:'';display:table}.abs-add-clearfix-mobile:after,.abs-checkout-order-review tbody tr:after,.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,.table-giftregistry-items .col.product:after,.account .toolbar:after,.multicheckout.order-review .data.table tbody tr:after{clear:both}.multicheckout.order-review .data.table tbody tr:not(:last-child){border-bottom:1px solid #d1d1d1}.multicheckout.order-review .data.table tbody tr .col.item:before{display:none}.multicheckout.order-review .data.table tbody tr .col.qty,.multicheckout.order-review .data.table tbody tr .col.price,.multicheckout.order-review .data.table tbody tr .col.subtotal{box-sizing:border-box;float:left;text-align:center;white-space:nowrap;width:33%}.multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,.multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,.multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before{content:attr(data-th) ':';display:block;font-weight:700;padding-bottom:10px}.abs-checkout-order-review tbody tr .product-item-name,.multicheckout.order-review .data.table tbody tr .product-item-name{margin:0}.abs-no-display-s,.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th{display:none}.abs-pager-toolbar-mobile-s .toolbar-amount,.abs-pager-toolbar-mobile-s .limiter,.abs-pager-toolbar-mobile-s .pages,.toolbar-giftregistry-results .toolbar-amount,.toolbar-giftregistry-results .limiter,.toolbar-giftregistry-results .pages{margin-bottom:25px}.table-wrapper{overflow-x:auto;overflow-y:hidden;width:100%;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch;position:relative}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison){border:none;display:block}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>thead>tr>th{display:none}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody{display:block}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr{display:block}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr td,.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr th{border-bottom:none;display:block;padding:5px 0}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr td[data-th]:before,.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr th[data-th]:before{padding-right:10px;content:attr(data-th) ': ';display:inline-block;color:#111;font-weight:700}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody>tr>td:first-child{padding-top:20px}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody>tr>td:last-child{padding-bottom:20px}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child{border:none;padding:0 0 5px}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot{display:block}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr{display:block}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td{padding-top:20px}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot th{box-sizing:border-box;float:left;padding-left:0;padding-right:0;text-align:left;width:70%}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot td{box-sizing:border-box;float:left;padding-left:0;padding-right:0;text-align:right;width:30%}.data-table-definition-list thead{display:none}.data-table-definition-list tbody th{padding-bottom:0}.data-table-definition-list tbody th,.data-table-definition-list tbody td{display:block;padding-left:0;padding-right:0}.catalogsearch-result-index .amsearch-pagebuilder-carousel .product-item-info{margin:0 auto;width:240px}.checkout-payment-method .amazon-sandbox-simulator{border-top:1px solid #ccc}.klarna-payments-method>.payment-method-title{padding:6.5px 0 6.5px 15px}.ox-hotspot__item.mobile-minimized{width:20px !important;height:20px !important;min-width:20px !important;margin-top:-10px !important;margin-left:-10px !important}.ox-hotspot__item.mobile-minimized .ox-hotspot__icon,.ox-hotspot__item.mobile-minimized .-text.hs{display:none !important}.ox-hotspot__item.mobile-minimized .inner{border-radius:10px !important}.ox-hotspot__item.mobile-minimized .ox-hotspot__tooltip{left:10px}.ox-ihs__item.mobile-minimized{width:20px !important;height:20px !important;min-width:20px !important;margin-top:-10px !important;margin-left:-10px !important}.ox-ihs__item.mobile-minimized .inner{border-radius:10px !important}.ox-ihs__item.mobile-minimized .inner>.ox-hotspot__icon,.ox-ihs__item.mobile-minimized .inner>.hs-text,.ox-ihs__item.mobile-minimized .inner>svg,.ox-ihs__item.mobile-minimized .inner>.-icon-wrap{display:none !important}.ox-ihs__item.mobile-minimized .ox-hotspot__tooltip{left:50% !important}.ox-instagram-feed.-s-overlay .ox-instagram-item .-content.-c-over{padding:10px}.column .block-addbysku .sku{margin-right:-85px;padding-right:90px}.column .block-addbysku .action.remove{display:inline-block;background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400}.column .block-addbysku .action.remove>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.column .block-addbysku .action.remove:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:22px;color:inherit;content:'\e616';font-family:'icons-blank-theme';margin:1px 0 0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.column .block-addbysku .action.remove:hover:before{color:inherit}.column .block-addbysku .action.remove:active:before{color:inherit}.column .block-addbysku .action.remove:focus,.column .block-addbysku .action.remove:active{background:none;border:none}.column .block-addbysku .action.remove:hover{background:none;border:none}.column .block-addbysku .action.remove.disabled,.column .block-addbysku .action.remove[disabled],fieldset[disabled] .column .block-addbysku .action.remove{pointer-events:none;opacity:.5}.minicart-wrapper{margin-top:10px}.minicart-wrapper:before,.minicart-wrapper:after{content:'';display:table}.minicart-wrapper:after{clear:both}.minicart-wrapper .product .actions{float:left;margin:10px 0 0 0}.minicart-wrapper .update-cart-item{float:right;margin-left:0}.opc-wrapper .step-title{font-size:18px;border-bottom:0;padding-bottom:0}.opc-wrapper .form-login{border-bottom:1px solid #ccc;margin:0 0 15px;padding:0 0 15px}.opc-wrapper .shipping-address-item{border-bottom:1px solid #ccc;margin:0 0 15px;padding:0 0 15px;width:100%}.opc-wrapper .shipping-address-item.selected-item{padding:15px 35px 15px 18px;border-bottom-width:2px}.opc-wrapper .shipping-address-item.selected-item .edit-address-link{right:39px}.opc-wrapper .form-login,.opc-wrapper .form-shipping-address{margin-top:28px}.opc-wrapper .action-select-shipping-item{float:none;margin-top:10px;width:100%}.opc-wrapper .action-show-popup{width:100%}.opc-wrapper .edit-address-link{display:inline-block;text-decoration:none;margin:0;position:absolute;right:0;top:1px}.opc-wrapper .edit-address-link>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.opc-wrapper .edit-address-link:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:#303030;content:'\e606';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.opc-wrapper .edit-address-link:hover:before{color:#303030}.opc-wrapper .edit-address-link:active:before{color:#303030}.shipping-policy-block.field-tooltip{margin-bottom:20px;position:relative;right:auto;top:auto}.shipping-policy-block.field-tooltip .field-tooltip-content{width:300px;right:auto}.shipping-policy-block.field-tooltip .field-tooltip-content:before,.shipping-policy-block.field-tooltip .field-tooltip-content:after{right:auto}.opc-block-shipping-information .shipping-information-title{font-size:2.3rem}.account .column.main,.account .sidebar-additional{margin:0}.cart.table-wrapper .gift-content{border-bottom:1px solid #d1d1d1;margin-bottom:20px}.table-giftregistry-items .field.choice,.table-giftregistry-items .field.qty{display:inline-block}.form-giftregistry-search .fieldset{margin-bottom:15px}.multicheckout .data.table .address:before{margin-bottom:5px}.multicheckout .product-item-name,.multicheckout .price-including-tax,.multicheckout .price-excluding-tax{display:inline-block}.multicheckout .block-content .box:not(:last-child){margin-bottom:40px}.multicheckout .block-content .box:last-child{margin-bottom:0}.multicheckout.order-review .box-items .data.table thead{display:block}.multicheckout.order-review .box-items .data.table thead tr{display:block}.multicheckout.order-review .box-items .data.table thead .col.item{display:block;padding:0}.multicheckout .actions-toolbar .action{margin-bottom:25px}.multicheckout .actions-toolbar>.primary{margin-bottom:25px;margin-right:0}.account .order-details-items .table-order-items .product-item-name,.account .order-details-items .table-order-items .price-including-tax,.account .order-details-items .table-order-items .price-excluding-tax,.account .order-details-items .table-order-items .items-qty{display:inline-block;vertical-align:top}.account .toolbar .pages{float:right}.account .toolbar .limiter{clear:both}.order-details-items thead{display:block}.order-details-items thead tr,.order-details-items thead td{display:block}.table-wrapper .table.table-order-items tfoot td.order-pager-wrapper{width:100%}.order-items.table-wrapper .col.price,.order-items.table-wrapper .col.qty,.order-items.table-wrapper .col.subtotal,.order-items.table-wrapper .col.msrp{text-align:left}.products-grid.wishlist .product-item{border-bottom:1px solid #e8e8e8;margin:0;width:100%}.products-grid.wishlist .product-item:first-child{border-top:1px solid #e8e8e8}#braintree-three-d-modal .bt-modal-frame{width:100%}}@media only screen and (max-width:479px){.tooltip.wrapper .tooltip.content{min-width:10rem}.amrelated-summary-content{justify-content:space-between;padding:15px}.amrelated-price-wrapper{margin:0;padding:15px 0}.amrelated-tocart-wrapper{margin:0}.search-autocomplete .amsearch-slider-block .amsearch-item.product-item{display:flex;flex-direction:column;text-align:center}.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .amsearch-autocomplete-image,.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .information-container{display:block;margin:0 auto}.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .amsearch-wrapper-inner{flex-direction:column}.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .price-box{margin:5px 0 10px}.quiz-banner{margin-bottom:25px;position:relative;overflow:hidden}.quiz-banner .quiz-text{width:75%;bottom:85px;text-shadow:0 0px 4px #000;color:white;text-align:left;position:absolute;font-size:20px;line-height:1.2em;left:5%}.quiz-banner .quiz-text h2,.quiz-banner .quiz-text h3{font-size:2.2rem}.quiz-banner .quiz-button-container{left:5%;width:auto;text-align:left;bottom:15px}.quiz-banner .quiz-button-container .quiz-button{font-size:2.4rem;padding:8px 30px;background-color:rgba(0,0,0,0.4);box-shadow:0 3px 3px rgba(0,0,0,0.4);font-weight:400}.quiz-banner img{display:block;min-height:200px;width:auto;max-width:150%}body.ox-quickview-catalog-product-view.catalog-product-view .product.media,body.ox_quickview-catalog_product-view.catalog-product-view .product.media{padding:20px 20px 0}body.ox-quickview-catalog-product-view.catalog-product-view .product-info-main,body.ox_quickview-catalog_product-view.catalog-product-view .product-info-main{padding:20px 20px 0}body.ox-quickview-catalog-product-view.catalog-product-view>.block,body.ox_quickview-catalog_product-view.catalog-product-view>.block,body.ox-quickview-catalog-product-view.catalog-product-view .column.main>.product.info.detailed,body.ox_quickview-catalog_product-view.catalog-product-view .column.main>.product.info.detailed,body.ox-quickview-catalog-product-view.catalog-product-view .column.main>.block.related,body.ox_quickview-catalog_product-view.catalog-product-view .column.main>.block.related,body.ox-quickview-catalog-product-view.catalog-product-view .column.main>.block.upsell,body.ox_quickview-catalog_product-view.catalog-product-view .column.main>.block.upsell{padding:0 20px}body.ox_hotspot-index-index .page-wrapper{padding:20px}.minicart-wrapper .block-minicart{width:290px}.modal-popup .field-tooltip .field-tooltip-content{width:200px}}@media all and (min-width:640px){.abs-blocks-2columns-s{width:48.8%}.abs-reset-left-margin-desktop-s,.column:not(.sidebar-main) .multicheckout .actions-toolbar,.multicheckout .block-shipping .box-shipping-method .fieldset .legend{margin-left:0}.abs-margin-for-forms-desktop-s{margin-left:25.8%}.abs-visually-hidden-desktop-s{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-add-clearfix-desktop-s:before,.abs-add-clearfix-desktop-s:after,.multicheckout .block-billing:before,.multicheckout .block-billing:after{content:'';display:table}.abs-add-clearfix-desktop-s:after,.multicheckout .block-billing:after{clear:both}.abs-add-box-sizing-desktop-s,.multicheckout .block-shipping .box,.multicheckout .block-billing .box-billing-address,.multicheckout .block-billing .box-billing-method{box-sizing:border-box}.ui-dialog.popup{width:420px}.amrelated-popup-container .amrelated-bundle-popup{margin:0 auto;padding:0 0 13px;width:400px;max-width:initial}.amrelated-popup-container .amrelated-info.-top{margin-top:15px}.amsearch-form-container .actions-secondary{display:flex}.ox-instagram-feed.-boxed.-s-below .ox-instagram-items.owl-carousel .ox-instagram-item{padding-left:14px;padding-right:14px}.ox-instagram__media .owl-carousel .owl-nav{top:calc(50% - 15px)}.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav{top:calc(50% - 22px)}.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav button,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .action-gift{width:44px;height:44px;box-shadow:0 8px 22px rgba(0,0,0,0.22)}.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav button span,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action span,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .action-gift span{line-height:18px;height:18px;width:10px}.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav button span:after,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav button span:before,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action span:after,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action span:before,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .action-gift span:after,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .action-gift span:before{content:' ';height:11px;left:3px;top:0}.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav button span:after,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action span:after,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .action-gift span:after{top:7px}.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav button.owl-next,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action.owl-next,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .action-gift.owl-next{margin-right:10px}.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav button.owl-prev,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action.owl-prev,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-nav .action-gift.owl-prev{margin-left:10px}.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-dots button.owl-dot span,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-dots button.owl-dot.active span,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-dots .cart.table-wrapper .actions-toolbar>.action.owl-dot span,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-dots .cart.table-wrapper .actions-toolbar>.action.owl-dot.active span,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-dots .action-gift.owl-dot span,.ox-inst__nav-circle .ox-instagram__media .owl-carousel .owl-dots .action-gift.owl-dot.active span{margin:10px 6px}.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav{top:calc(50% - 28px)}.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav button,.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action,.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav .action-gift{width:40px;height:56px}.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav button span,.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action span,.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav .action-gift span{line-height:20px;height:20px;width:9px}.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav button span:after,.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav button span:before,.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action span:after,.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action span:before,.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav .action-gift span:after,.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav .action-gift span:before{content:' ';height:14px;left:3px;top:-1px}.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav button span:after,.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action span:after,.ox-inst__nav-sharp .ox-instagram__media .owl-carousel .owl-nav .action-gift span:after{top:8px}.ox-inst__dots-circle .ox-instagram__media .owl-carousel .owl-dots{bottom:10px}.ox-inst__dots-circle .ox-instagram__media .owl-carousel .owl-dots button.owl-dot span,.ox-inst__dots-circle .ox-instagram__media .owl-carousel .owl-dots button.owl-dot.active span,.ox-inst__dots-circle .ox-instagram__media .owl-carousel .owl-dots .cart.table-wrapper .actions-toolbar>.action.owl-dot span,.ox-inst__dots-circle .ox-instagram__media .owl-carousel .owl-dots .cart.table-wrapper .actions-toolbar>.action.owl-dot.active span,.ox-inst__dots-circle .ox-instagram__media .owl-carousel .owl-dots .action-gift.owl-dot span,.ox-inst__dots-circle .ox-instagram__media .owl-carousel .owl-dots .action-gift.owl-dot.active span{width:10px;height:10px;border-radius:10px;margin:10px 7px}.checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field{display:block;width:50%}.checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field:nth-child(2n){padding-left:7px}.checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.datepicker .control,.checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.timepicker .control,.checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.comment{width:100%}.checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap{width:500px}.column .block-addbysku .action.remove{background-image:none;-moz-box-sizing:content-box;box-shadow:none;line-height:inherit;text-shadow:none;font-weight:400;line-height:1.42857143;margin:0;padding:0;color:#1979c3;text-decoration:none;background:none;border:0;display:inline;margin-top:2px}.column .block-addbysku .action.remove:focus,.column .block-addbysku .action.remove:active{background:none;border:none}.column .block-addbysku .action.remove:hover{background:none;border:none}.column .block-addbysku .action.remove.disabled,.column .block-addbysku .action.remove[disabled],fieldset[disabled] .column .block-addbysku .action.remove{pointer-events:none;opacity:.5}.column .block-addbysku .action.remove:visited{color:#1979c3;text-decoration:none}.column .block-addbysku .action.remove:hover{color:#006bb4;text-decoration:underline}.column .block-addbysku .action.remove:active{color:#ff5501;text-decoration:underline}.column .block-addbysku .action.remove:hover,.column .block-addbysku .action.remove:active,.column .block-addbysku .action.remove:focus{background:none;border:0}.column .block-addbysku .action.remove.disabled,.column .block-addbysku .action.remove[disabled],fieldset[disabled] .column .block-addbysku .action.remove{color:#1979c3;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.multicheckout .actions-toolbar .secondary{float:none;margin-top:11px;text-align:right}.multicheckout .actions-toolbar .secondary .action{margin-left:10px}.multicheckout .actions-toolbar .secondary .action.back{display:block;float:left}.multicheckout .item-options{margin:20px 0 0}.multicheckout .block-content .box{margin-bottom:0}.multicheckout .block-shipping .box{float:left;width:25%}.multicheckout .block-shipping .box-shipping-method{padding-left:25px;padding-right:25px;width:50%}.multicheckout .block-shipping .box-shipping-method .fieldset .field:before{display:none}.multicheckout .block-billing .box-billing-address{float:left;width:25%}.multicheckout .block-billing .box-billing-method{float:left;padding-left:25px;width:50%}.multicheckout.form.address .table-wrapper .applicable{margin:7px 0 0}.multicheckout.order-review .box-items{clear:left;float:none;padding-top:40px;width:auto}.multicheckout.order-review .col.item{width:75%}.multicheckout .methods-payment .item-content>.fieldset{width:auto}.multicheckout .methods-payment .item-content>.fieldset .field.cvv{display:inline-block;width:auto}.multicheckout .methods-payment .fieldset>.field:not(.choice)>.label{float:none;margin-bottom:8px;text-align:left;width:auto}.multicheckout .methods-payment .fieldset>.field:not(.choice):not(.cvv) .control{width:100%}.review-form{max-width:500px}.review-ratings{float:left;margin-bottom:0;max-width:240px}.review-ratings~.review-content,.review-ratings~.review-details{margin-left:280px}.review-toolbar{margin:0 0 30px}.review-toolbar .pages{padding:30px 0}.fieldset .review-legend.legend{margin-bottom:30px}.review-item{padding:30px 0}.review-title{margin:0 0 30px}.wishlist-index-index .products-grid .product-item{margin-bottom:20px}.wishlist-index-index .products-grid .product-item-actions{margin:0}.block.widget .products-grid .product-item,.page-layout-1column .block.widget .products-grid .product-item,.page-layout-3columns .block.widget .products-grid .product-item{width:33.33333333%}.page-layout-1column .block.widget .products-grid .product-item{margin-left:2%;width:calc((100% - 4%) / 3)}.page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1){margin-left:0}}#braintree-three-d-modal{display:-webkit-flex;display:-ms-flexbox;display:flex;position:fixed;top:0;left:0;align-items:center;height:100vh;width:100vw;z-index:100000;visibility:visible}#braintree-three-d-modal .bt-modal-frame{height:420px;width:440px;margin:auto;background-color:#fff;z-index:2;border-radius:6px}#braintree-three-d-modal .bt-modal-body{height:380px;margin:20px;background-color:white;border:1px solid #d3d3d3}#braintree-three-d-modal .bt-mask{position:absolute;top:0;left:0;height:100%;width:100%;background-color:black;opacity:0.75}.braintree-applepay-container-product{display:inline-block}.braintree-applepay-container-product .braintree-apple-pay-button{padding:10px 0;margin:0;margin-bottom:15px}.braintree-apple-pay-button{-webkit-appearance:-apple-pay-button;-apple-pay-button-type:plain;display:block;width:200px;min-height:40px;border:1px solid #000;background-image:-webkit-named-image(apple-pay-logo-black);background-size:100% calc(60% + 2px);background-repeat:no-repeat;background-color:black;background-position:50% 50%;border-radius:5px;padding:2px;margin:20px auto;transition:background-color .15s;cursor:pointer}.ppcredit-summary{background:linear-gradient(to right, #009cde, #003087);color:#fff;padding:15px;text-align:center;margin:10px 0px}.ppcreditcalc-container{border:1px solid #dedede;background:#fff}.ppcreditcalc-header{background:#fff;padding:15px}.ppcreditcalc-legal{background-color:#eee;border-top:1px solid #dedede;padding:15px;font-size:1.2rem;line-height:2rem}.ppcreditcalc-instalments{list-style:none;margin:0;padding:0;border-top:1px solid #dedede;border-bottom:1px solid #dedede;background-color:#eeeeee}.ppcreditcalc-instalments li{display:inline-block;margin:0;padding:0}.ppcreditcalc-instalments-term{display:block;padding:10px 15px;color:#000}.ppcreditcalc-instalments-term:hover{background:#009CDE;color:#FFF;text-decoration:none}.ppcreditcalc-instalments-term.active{background:#003087;color:#FFF}.ppcreditcalc-instalment-summary{padding:15px}.ppcreditcalc-instalment-summary dl{margin:0}.ppcreditcalc-instalment-summary dt{display:inline-block;width:50%}.ppcreditcalc-instalment-summary dd{display:inline-block}#braintree_expirationDate{width:90px}button.braintree-googlepay-button,.cart.table-wrapper .actions-toolbar>.action.braintree-googlepay-button,.action-gift.braintree-googlepay-button{background-origin:content-box;background-position:center center;background-repeat:no-repeat;background-size:contain;border:0;border-radius:4px;box-shadow:rgba(60,64,67,0.3) 0 1px 1px 0,rgba(60,64,67,0.15) 0 1px 3px 1px;cursor:pointer;height:40px;min-height:40px;padding:11px 24px}button.braintree-googlepay-button.black,.cart.table-wrapper .actions-toolbar>.action.braintree-googlepay-button.black,.action-gift.braintree-googlepay-button.black{background-color:#000;box-shadow:none;padding:12px 24px 10px}button.braintree-googlepay-button.white,.cart.table-wrapper .actions-toolbar>.action.braintree-googlepay-button.white,.action-gift.braintree-googlepay-button.white{background-color:#fff}button.braintree-googlepay-button.short,.cart.table-wrapper .actions-toolbar>.action.braintree-googlepay-button.short,.action-gift.braintree-googlepay-button.short{min-width:90px;width:160px}button.braintree-googlepay-button.black.short,.cart.table-wrapper .actions-toolbar>.action.braintree-googlepay-button.black.short,.action-gift.braintree-googlepay-button.black.short{background-image:url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg)}button.braintree-googlepay-button.white.short,.cart.table-wrapper .actions-toolbar>.action.braintree-googlepay-button.white.short,.action-gift.braintree-googlepay-button.white.short{background-image:url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg)}button.braintree-googlepay-button.black:active,.cart.table-wrapper .actions-toolbar>.action.braintree-googlepay-button.black:active,.action-gift.braintree-googlepay-button.black:active{background-color:#5f6368}button.braintree-googlepay-button.black:hover,.cart.table-wrapper .actions-toolbar>.action.braintree-googlepay-button.black:hover,.action-gift.braintree-googlepay-button.black:hover{background-color:#3c4043}button.braintree-googlepay-button.white:active,.cart.table-wrapper .actions-toolbar>.action.braintree-googlepay-button.white:active,.action-gift.braintree-googlepay-button.white:active{background-color:#fff}button.braintree-googlepay-button.white:focus,.cart.table-wrapper .actions-toolbar>.action.braintree-googlepay-button.white:focus,.action-gift.braintree-googlepay-button.white:focus{box-shadow:#e8e8e8 0 1px 1px 0,#e8e8e8 0 1px 3px}button.braintree-googlepay-button.white:hover,.cart.table-wrapper .actions-toolbar>.action.braintree-googlepay-button.white:hover,.action-gift.braintree-googlepay-button.white:hover{background-color:#f8f8f8}button.braintree-googlepay-button.long,.cart.table-wrapper .actions-toolbar>.action.braintree-googlepay-button.long,.action-gift.braintree-googlepay-button.long{min-width:152px;width:240px}button.braintree-googlepay-button.white.long,.cart.table-wrapper .actions-toolbar>.action.braintree-googlepay-button.white.long,.action-gift.braintree-googlepay-button.white.long{background-image:url(https://www.gstatic.com/instantbuy/svg/light/en.svg)}button.braintree-googlepay-button.black.long,.cart.table-wrapper .actions-toolbar>.action.braintree-googlepay-button.black.long,.action-gift.braintree-googlepay-button.black.long{background-image:url(https://www.gstatic.com/instantbuy/svg/dark/en.svg)}.googlepay-minicart-logo{margin-top:15px;text-align:center}.checkout-payment-method .credit-card-types.braintree-credit-card-types img{width:30px;-webkit-filter:none;-webkit-transition:none}.braintree-card-control{position:relative}.braintree-credit-card-selected{position:absolute;z-index:10;left:10px}.braintree-paypal-logo.oneclick-container{width:100%}#payment_form_braintree_ach_direct_debit .field>.fields .field .label{font-weight:600}#payment_form_braintree_ach_direct_debit .field>.fields .field.required>.label:after{content:'*';color:#e02b27;font-size:1.8rem;margin:0 0 0 5px}#payment_form_braintree_ach_direct_debit .field>.fields .field .control{margin:10px 10px 0 0}#payment_form_braintree_ach_direct_debit .field>.fields .field .control input[type="text"]::placeholder,#payment_form_braintree_ach_direct_debit .field>.fields .field .control input[type="number"]::placeholder{color:lightgrey}#payment-method-braintree-lpm .primary{width:100%}#payment-method-braintree-lpm .primary .action{margin-bottom:12px;width:100%}#payment-method-braintree-lpm .primary .action img{height:40px}#payment-method-braintree-cc-vault .field.required .label{font-weight:600}#payment-method-braintree-cc-vault .field.required .label:after{content:'*';color:#e02b27;font-size:1.8rem;margin:0 0 0 5px}#payment-method-braintree-cc-vault .field .hosted-control{background:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:1.4rem;height:32px;padding:0 9px;vertical-align:baseline;box-sizing:border-box;position:relative;width:5rem}#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused)~.hosted-error{height:auto;opacity:1}#payment-method-braintree-cc-vault .field .hosted-error{clear:both;color:#e02b27;font-size:1.2rem;height:0;margin-top:7px;opacity:0}.braintree-paypal-fieldset{display:none}.payment-method-braintree .hosted-control{border:1px solid #c2c2c2;height:32px;padding:8px 15px;max-width:300px}.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused)~.hosted-error{height:auto;opacity:1}.payment-method-braintree .hosted-error{clear:both;color:#e02b27;font-size:1.2rem;height:0;margin-top:7px;opacity:0}.payment-method-braintree .cvv{max-width:200px;position:relative}.payment-method-braintree .cvv .field-tooltip{top:10px;right:30px}#braintree_cc_number{padding-left:68px}.table-checkout-shipping-method .price,
.box-shipping-method .price {
    font-weight: normal !important;
}

/* Ensure shipping method text is normal weight */
.table-checkout-shipping-method tbody td {
    font-weight: normal;
}

/* Keep the shipping method title at normal weight */
#co-shipping-method-form .item-title {
    font-weight: normal;
}

@font-face{font-family:"Font Awesome 5 Pro";src:url('../../frontend/Mgs/naelofar/en_US/fonts/Font-Awesome-5-Pro/Font-Awesome-5-Pro-Solid.otf') format('opentype');src:url('../../frontend/Mgs/naelofar/en_US/fonts/Font-Awesome-5-Pro/Font-Awesome-5-Pro-Solid.eot') format('embedded-opentype'),url('../../frontend/Mgs/naelofar/en_US/fonts/Font-Awesome-5-Pro/Font-Awesome-5-Pro-Solid.eot?#iefix') format('embedded-opentype'),url('../../frontend/Mgs/naelofar/en_US/fonts/Font-Awesome-5-Pro/Font-Awesome-5-Pro-Solid.woff2') format('woff2'),url('../../frontend/Mgs/naelofar/en_US/fonts/Font-Awesome-5-Pro/Font-Awesome-5-Pro-Solid.woff') format('woff'),url('../../frontend/Mgs/naelofar/en_US/fonts/Font-Awesome-5-Pro/Font-Awesome-5-Pro-Solid.ttf') format('truetype'),url('../../frontend/Mgs/naelofar/en_US/fonts/Font-Awesome-5-Pro/Font-Awesome-5-Pro-Solid.svg#Font-Awesome-5-Pro-Solid') format('svg')}@font-face{font-family:"Font Awesome 5 Pro Light";src:url('../../frontend/Mgs/naelofar/en_US/fonts/FonAwesome-5-Pro-Light/FontAwesome5Pro-Light.otf') format('opentype');src:url('../../frontend/Mgs/naelofar/en_US/fonts/FonAwesome-5-Pro-Light/FontAwesome5Pro-Light.eot') format('embedded-opentype'),url('../../frontend/Mgs/naelofar/en_US/fonts/FonAwesome-5-Pro-Light/FontAwesome5Pro-Light.eot?#iefix') format('embedded-opentype'),url('../../frontend/Mgs/naelofar/en_US/fonts/FonAwesome-5-Pro-Light/FontAwesome5Pro-Light.woff2') format('woff2'),url('../../frontend/Mgs/naelofar/en_US/fonts/FonAwesome-5-Pro-Light/FontAwesome5Pro-Light.woff') format('woff'),url('../../frontend/Mgs/naelofar/en_US/fonts/FonAwesome-5-Pro-Light/FontAwesome5Pro-Light.ttf') format('truetype'),url('../../frontend/Mgs/naelofar/en_US/fonts/FonAwesome-5-Pro-Light/FontAwesome5Pro-Light.svg#FontAwesome5Pro-Light') format('svg')}.cms-styleguide .page-main{margin:50px 0}body{-webkit-tap-highlight-color:rgba(0,0,0,0);line-height:20px}p.error-text{color:#e02b27}.fullwidth .page-main>.columns .container{padding:0}body h1,body .h1,body h1.page-title,body .title-1{line-height:47px;margin-bottom:20px}main h2,main .h2,main .title-2{line-height:47px;margin:0 0 20px 0}main h3,main .h3,main .title-3{margin:0 0 20px 0;line-height:40px}main h4,main .h4,main .title-4{margin:0 0 20px 0;line-height:35px}main h5,main .h5,main .title-5{margin:0 0 20px 0;line-height:28px}main h6,main .h6,main .title-6{margin:0 0 20px 0;line-height:22px}main h1,main h2,main h3,main h4,main h5,main h6{color:#292526;letter-spacing:normal;font-family:'Playfair Display'}html body .action.primary,html body .action-primary,html body .amshopby-button,html body .am-filter-go{background-color:transparent;border:1px solid #282828;color:#282828;font-family:'Roboto';font-weight:500;text-transform:uppercase;font-size:12px;line-height:16px;letter-spacing:1px;padding:15px 21px}html body .action.primary:hover,html body .action.primary:focus,html body .action-primary:hover,html body .amshopby-button:hover,html body .am-filter-go:hover,html body .action-primary:focus,html body .amshopby-button:focus,html body .am-filter-go:focus{color:#fff !important;background:#282828;border:1px solid #282828}html body .action.submit.primary,html body .pame-main .submit{color:#fff;background:#282828;border:1px solid #282828}html body .action.submit.primary:hover,html body .pame-main .submit:hover,html body .action.submit.primary:focus,html body .pame-main .submit:focus{background-color:transparent;border:1px solid #282828;color:#282828 !important}body .fieldset>.field:not(.choice)>.control,body .fieldset>.field1:not(.choice)>.control{margin-bottom:5px}.page-main .fieldset>.field>input[type="checkbox"]+label,.page-main .fieldset>.field>input[type="checkbox"]+a,.page-main input[type="checkbox"]+a,.page-main input[type="checkbox"]+label{position:relative;padding-left:31px;padding-top:0;padding-bottom:0;cursor:pointer;display:inline-block;text-transform:inherit;font-size:14px;line-height:20px;color:#282828;margin-bottom:0}body:not(.catalog-product-view) .page-main input[type="checkbox"]+label:before,body:not(.catalog-product-view) .page-main input[type="checkbox"]+a:before{content:"";height:14px;width:14px;position:absolute;left:0;top:0px;border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px;border:1px solid #282828;background:#fff;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px}.page-main input[type="radio"],.page-main input[type="checkbox"]{width:0;height:0;overflow:hidden;padding:0;margin:0;position:absolute;border:0 !important}body:not(.catalog-product-view) .page-main input[type="radio"]+label{position:relative;padding-left:31px;padding-top:0;padding-bottom:0;cursor:pointer;display:inline-block;text-transform:inherit;font-size:14px;line-height:20px;color:#282828;margin-bottom:5px}body:not(.catalog-product-view) .page-main input[type="radio"]+label:before{content:"";height:14px;width:14px;position:absolute;left:0;top:0px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;border:1px solid #282828;background:#fff}body:not(.catalog-product-view) .page-main input[type="radio"]:checked+label:before{background:#282828}body:not(.catalog-product-view) .page-main input[type="radio"]:checked+label:after{content:'';border-radius:50%;height:6px;width:6px;position:absolute;background:#fff;left:5px;top:5px}body:not(.catalog-product-view) .page-main input[type="checkbox"]:checked+label:after,body:not(.catalog-product-view) .page-main input[type="checkbox"]:checked+a:after,body:not(.catalog-product-view) .page-main .filter-options-all input[type="checkbox"]+a.am_shopby_link_selected:after,body:not(.catalog-product-view) .page-main .filter-options-all input[type="checkbox"]:checked+a:after{color:#fff;content:"\f00c";font-family:"Font Awesome 5 Pro";font-weight:900;display:block;position:absolute;top:1px;left:4px;font-size:8px;line-height:14px}body:not(.catalog-product-view) .page-main input[type="checkbox"]:checked+label:before,body:not(.catalog-product-view) .page-main input[type="checkbox"]:checked+a:before,body:not(.catalog-product-view) .page-main .filter-options-all input[type="checkbox"]+a.am_shopby_link_selected:before,body:not(.catalog-product-view) .page-main .filter-options-all input[type="checkbox"]:checked+a:before{background:#282828}.fieldset>.field .label,.fieldset>.fields>.field .label{font-size:15px;line-height:26px;margin:0 0 7px}body main .fieldset>.field{margin:0 0 18px}body .page-main .fieldset>.field:not(.choice)>.label,body main label{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#6A6A6A;line-height:16px;margin-bottom:12px}body .page-main .fieldset>.field.required>.label:after,body .page-main .fieldset>.field._required>.label:after,body .page-main .fieldset>.fields>.field.required>.label:after,body .page-main .fieldset>.fields>.field._required>.label:after{font-size:inherit;margin:0;color:currentColor}body input[type="email"],body input[type="number"],body input[type="password"],body input[type="search"],body input[type="tel"],body input[type="text"],body input[type="url"],body input[type="color"],body input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="time"],input[type="week"],body textarea,body select{border:1px solid #282828;height:auto;font-size:13px;line-height:20px;font-family:Poppins;padding:6.5px 12px;color:#282828}body select{background:#fff url(../../frontend/Mgs/naelofar/en_US/images/naelofar/select.svg) no-repeat right 20px center;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;text-transform:initial;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;cursor:pointer;box-shadow:none}body ._keyfocus *:focus,body input:not([disabled]):focus,body textarea:not([disabled]):focus,body select:not([disabled]):focus,body ._keyfocus *:focus,body input:not([disabled]):focus,body textarea:not([disabled]):focus,body select:not([disabled]):focus{box-shadow:none;border-color:#282828}div.mage-error,body div.mage-error[generated]{margin-top:8px;font-size:inherit;font-style:normal;color:#ff0000}body textarea{height:100px;min-height:auto}.page-wrapper>.breadcrumbs .items>li strong{font-size:12px;line-height:16px}.page-wrapper>.breadcrumbs .items>li{font-size:12px;line-height:16px;text-transform:inherit;color:#000}.page-wrapper>.breadcrumbs .items>li:not(:last-child)::after{content:'>';font-family:Avenir-Book;font-size:12px;line-height:16px}.page-wrapper>.breadcrumbs .items>li.home a:after{display:none}.page-wrapper>.breadcrumbs .items>li.home a{text-indent:inherit;width:auto;font-family:'Avenir-Black'}.page-wrapper>.breadcrumbs .items>li a:hover{color:#FADA26}body .toolbar-products .pages{display:block;text-align:center;width:100%}body .pages .pages-items .item strong.page,body .pages .pages-items .item a.page,body .pages .pages-items .item .action{border-color:transparent;color:#282828;font-size:14px;line-height:20px;font-family:Roboto;min-width:41px;height:41px;padding:5px;font-weight:400;width:auto;vertical-align:middle;margin:0 !important}body .pages .pages-items .item strong.page{background:transparent;border:0;color:#F68872;font-weight:700}body .pages .pages-items .item.current .page:after{display:none}body .pages .pages-items .item{line-height:24px;margin:0 0px 0 0}body .pages .pages-items .item .action.next:before{content:'>';display:inline-block;font-family:Poppins;font-size:16px;font-weight:500;color:#282828;margin:-1px 0 0 0}body .pages .pages-items .item .action.previous:before{content:'<';display:inline-block;font-family:Poppins;font-size:16px;font-weight:500;color:#282828;margin:-1px 0 0 0}body .pages .pages-items .item a.page.jump span{display:none}body .pages .pages-items .item a.page.jump:before{content:'';display:inline-block;font-size:9px;font-weight:500;color:#282828;margin:-1px 0 0 0;font-family:"Font Awesome 5 Pro";font-weight:300}body .pages .pages-items .item a.page.next.jump:before{content:"\f324"}body .pages .pages-items .item a.page.previous.jump:before{content:"\f323"}body .pages .pages-items .item a.page:hover{border-color:transparent;color:#F68872 !important}body .pages .pages-items .item .action:hover{border-color:transparent;background:transparent}body .pages .pages-items .item .action:hover:before{color:#F68872 !important}body .message.info>*:first-child:before,body .message.error>*:first-child:before,body .message.warning>*:first-child:before,body .message.notice>*:first-child:before,body .message.success>*:first-child:before{margin:0;top:15px;transform:translateY(0%);-moz-transform:translateY(0%);-webkit-transform:translateY(0%);-ms-transform:translateY(0%)}@media (max-width:1500px){body .container,.page.messages,.fullwidth .page-main>.columns,.fullwidth .navigation,.fullwidth .breadcrumbs .items,.fullwidth .page-header .header.panel,.fullwidth .page-wrapper>.widget,.fullwidth .page-wrapper>.page-bottom,.fullwidth .block.category.event,.fullwidth .top-container{max-width:1920px !important}}@media (min-width:992px){.hide-desktop{display:none !important}body .container,.page-main>.page.messages{padding:0 38px}.fullwidth .page-main>.columns,.fullwidth .navigation,.fullwidth .breadcrumbs .items,.fullwidth .page-header .header.panel,.fullwidth .page-wrapper>.widget,.fullwidth .page-wrapper>.page-bottom,.fullwidth .block.category.event,.fullwidth .top-container{padding:0 38px}}@media (max-width:991px){.hide-mobile{display:none !important}.block.category.event,.footer.content,.header.content,.navigation,.page-main,.page-wrapper>.breadcrumbs ul,.page-wrapper>.page-bottom,.page-wrapper>.widget,.top-container,.page-wrapper>.breadcrumbs .items,.container,.fullwidth .page-main>.columns,.fullwidth .navigation,.fullwidth .breadcrumbs .items,.fullwidth .page-header .header.panel,.fullwidth .page-wrapper>.widget,.fullwidth .page-wrapper>.page-bottom,.fullwidth .block.category.event,.fullwidth .top-container,.page-main>.page.messages{padding:0 15px}.fullwidth .page-main>.columns,.fullwidth .navigation,.fullwidth .breadcrumbs .items,.fullwidth .page-header .header.panel,.fullwidth .page-wrapper>.widget,.fullwidth .page-wrapper>.page-bottom,.fullwidth .block.category.event,.fullwidth .top-container{max-width:100% !important}body .container,.page.messages{max-width:1920px}body h1,body .h1,body h1.page-title,body .title-1,main h2,main .h2,main .title-2,main h3,main .h3,main .title-3{font-size:24px;line-height:30px}main h4,main .h4,main .title-4{font-size:24px;line-height:30px}html body{font-size:12px;line-height:16px}}.fullwidth.sales-guest-form .page-main>.columns{max-width:100% !important;padding:0}.sales-guest-form .page-main .wrapper{overflow:hidden}.sales-guest-form .page-main .wrapper>.line{margin:0}.sales-guest-form .page-main .wrapper>.line>.col-left{padding:0 32px 0 0}.sales-guest-form .page-main .wrapper>.line>.col-left p{margin:0}.sales-guest-form .page-main .wrapper>.line>.col-des-6 img{display:block;width:100%}.sales-guest-form .page-main .wrapper>.line>.col-right{text-align:center;padding:0 4% 0 0px;max-width:365px;margin:auto}.sales-guest-form .page-main .form.form-orders-search{min-width:auto;width:100%}.sales-guest-form .page-main .form.form-orders-search .fieldset{margin:0 0 11px 0}.sales-guest-form .page-main .form.form-orders-search .fieldset>.field>.label{text-align:center;color:#282828;font-weight:500;margin-bottom:12px}.sales-guest-form .page-main .content-track{margin-bottom:23px}.sales-guest-form .page-main .content-track h1{margin-top:0;margin-bottom:14px;text-transform:capitalize}.sales-guest-form .page-main .content-track p{max-width:336px;margin:auto}.sales-guest-form .form-orders-search .actions-toolbar .primary{float:none;margin:0;min-width:130px;font-family:PT sans;font-size:14px;font-weight:400}.sales-guest-form footer.page-footer{margin-top:0 !important}input:-webkit-autofill,input:-internal-autofill-selected,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0px 300px #fff inset !important;-webkit-background-clip:text;-webkit-text-fill-color:#282828 !important}.content-track-bottom{max-width:230px;margin:auto;font-size:11px;line-height:13px;font-style:italic;margin-top:30px}.content-track-bottom a,.content-track-bottom a:visited{color:#FF3F08;text-transform:capitalize}.content-track-bottom a:hover,.content-track-bottom a:focus{color:#F68872}@media (max-width:1280px){.sales-guest-form .page-main .content-track{padding-right:0}}@media (max-width:1280px) and (min-width:992px){.sales-guest-form .page-main .wrapper>.line>.col-des-6 img{width:auto;height:100%;-o-object-position:top left;object-position:top left;-o-object-fit:cover;object-fit:cover;min-width:100%}.sales-guest-form .page-main .wrapper>.line>.col-left>div{width:100%;height:100%;overflow:hidden}}@media (min-width:992px){.sales-guest-form .page-main .wrapper>.line>.col-right{padding-top:40px;padding-bottom:40px}.sales-guest-form .page-main .wrapper>.line>.col-left p{height:100%}}@media (max-width:991px){.sales-guest-form .page-main .wrapper>.line>.col-left{padding:0}.sales-guest-form .page-main .content-track{margin-bottom:20px}.sales-guest-form .page-main .content-track h1{font-size:24px;line-height:30px;text-transform:inherit}.sales-guest-form .page-main .content-track p{font-size:12px;line-height:16px;color:#292526}.sales-guest-form .page-main .wrapper>.line>.col-right{margin-top:25px;padding:0 15px;margin-bottom:14px}.sales-guest-form .page-main .wrapper>.line>.col-right .form-orders-search{padding:0 13px}.sales-guest-form .form-orders-search .actions-toolbar .primary{width:100%}}.fitler-container #narrow-by-list .filter-options-content{position:absolute;display:none;z-index:2;width:100%}.fitler-container #narrow-by-list .item-wrap{position:relative;width:calc(100% / 6);padding:10px 20px}strong.block-subtitle.filter-subtitle{display:none}.filter-wrapper .am_shopby_apply_filters{position:static;bottom:inherit;z-index:212;display:block;visibility:visible;padding:0;width:100%}.filter-wrapper .am_shopby_apply_filters .am-show-button{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0;padding:0;min-width:initial;width:inherit;border:none;-webkit-box-shadow:none;box-shadow:none;border-radius:0;width:100%}.filter-wrapper .am_shopby_apply_filters .am-show-button::before{display:none}.filter-wrapper .am_shopby_apply_filters .am-show-button span.am-items{display:none}.filter-wrapper .am_shopby_apply_filters .am-show-button button{min-width:initial}.page-products.catalog-category-view.page-layout-1column .page-title-wrapper{padding:27px 0 11px;margin-bottom:0}body .page-title-wrapper .page-title{font-weight:400;font-size:35px}body .breadcrumbs,body .page-title-wrapper.layout_type1 .breadcrumbs{padding:12px 0 0}body .breadcrumbs .items .item{margin:0 2px !important}body .breadcrumbs .items .item a,body .breadcrumbs .items .item strong{font-family:'Roboto';font-size:11px;line-height:15px;letter-spacing:0px;font-weight:400;text-transform:capitalize;color:#282828}body .breadcrumbs .items .item a:hover,body .breadcrumbs .items .item a:focus{color:#F68872}body .breadcrumbs .items .item:not(:last-child){padding-right:0}body .breadcrumbs .items .item:not(:last-child):after{content:"/";font-family:Roboto;font-size:11px;line-height:15px;width:auto;height:auto;background:transparent;display:inline-block;vertical-align:middle;position:static;margin-left:2px;margin-right:1px}.list.product-items .product-item{text-align:center}.category-product-container #amasty-shopby-product-list .products.wrapper{padding-top:9px}.products.products-grid:not(.active-slider) .product-items{margin-right:-16px;margin-left:-8px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-justify-content:center;-moz-justify-content:center}.products-grid .items .product-item .product-item-name a{font-weight:300;font-size:14px;line-height:18px}.products-grid .items .product-item .product-item-name+.price-box,.products-grid .items .product-item .price-box{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.products-grid .items .product-item .product-item-name+.price-box>span,.products-grid .items .product-item .price-box>span{float:none;margin:0 4px 0 0}.products-grid .items .product-item .price-box .special-price+.old-price{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;-webkit-order:-1}.products.wrapper.mgs-products .items .product-item .product-meta{display:grid;grid-template-columns:minmax(0, 1fr) auto;column-gap:8px;align-items:baseline;margin-bottom:9px}.products.wrapper.mgs-products .items .product-item .product-meta .product-item-name{grid-column:1;margin:0;min-width:0}.products.wrapper.mgs-products .items .product-item .product-meta .product-item-link{display:block;max-width:100%;overflow-wrap:anywhere}.products.wrapper.mgs-products .items .product-item .product-meta .naelofar-product-sold{align-self:baseline;grid-column:2;justify-self:end;text-align:right;white-space:nowrap;margin:0}.products .items .product-item .naelofar-product-sold{clear:both;color:#757575;display:block;font-size:12px;line-height:16px;margin:6px 0 0;padding:0;text-align:left}.products-grid .items .product-item .price-box .price-label{display:none}.products-grid .product-item-info .swatch-attribute.color:last-child,.products-grid .product-item-info .swatch-attribute.color{display:block}.products.products-grid:not(.active-slider) .product-items .product-item{-ms-flex:0 0 25%;-webkit-box-flex:0;flex:0 0 25%;max-width:25%;padding:0 16px;margin-bottom:30px}.products.products-grid:not(.active-slider) .product-items .cms-block{-ms-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%;max-width:50%;padding:0 16px;margin-bottom:45px}.products-grid:not(.active-slider) .product-items .cms-block img{width:100%;display:block}.products-grid:not(.active-slider) .product-items .cms-block .col-des-6:first-child{padding-right:0}.products-grid:not(.active-slider) .product-items .cms-block .col-des-6:nth-child(2){padding-left:0;position:relative}.products-grid:not(.active-slider) .product-items .cms-block .col-des-6:nth-child(2):before{content:'';background:#FCF8F0;width:calc(100% - 15px);position:absolute;top:0;left:0;height:100%}.page-products .products-grid .items .product-item span.product-image-wrapper{padding-bottom:123.78% !important}.products.products-grid .product-items .product-item .product-item-info{position:relative;padding-bottom:45px;overflow:hidden}.products.products-grid .items .product-item .product-item-inner{position:absolute;width:100%;bottom:-50px;transition:all 300ms;-webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms}.products.products-grid .product-items .product-item .product-item-info:hover .product-item-inner,.products.products-grid .product-items .product-item .product-item-info:focus .product-item-inner{bottom:8px}.products.products-grid .items .product-item .mobile-wishList,.products.products-grid .items .product-item .product-item-inner.mobile-wishList{display:none}.products-grid .product-item .product-item-info .product-labels{z-index:2;position:absolute;top:14px;width:100%;text-align:left;font-size:0}.products-grid .product-item .product-item-info .product-label.sold-out-label{display:none;left:0px}.products-grid .product-item .product-item-info .product-label{width:100%;font-size:0;font-weight:500;text-transform:uppercase;margin-right:0;margin-bottom:5px;color:#fff;display:inline-block}.products-grid .product-item .product-item-info .product-label:last-child{margin-right:0}.products-grid .product-item .product-item-info .product-label.best-seller-label span,.products-grid .product-item .product-item-info .product-label.a-few-left-label span{background:rgba(106,106,106,0.85)}.products-grid .product-item .product-item-info .product-label:nth-child(odd){text-align:right}.products-grid .product-item .product-item-info .product-label.sale-label{position:absolute;top:0;left:0;text-align:left !important}.products-grid .product-item .product-item-info .product-label.sale-label span{border-radius:0 5px 5px 0}.products-grid .product-item .product-item-info .product-label:nth-child(even){text-align:right;margin-right:0}.products-grid .product-item .product-item-info .product-label span{color:#fff;font-size:11px;line-height:15px;font-weight:500;letter-spacing:1px;text-transform:uppercase;background:rgba(106,106,106,0.85);border-radius:5px 0 0 5px;-webkit-border-radius:5px 0 0 5px;-moz-border-radius:5px 0 0 5px;padding:3.5px 10px;min-width:53px}.products-grid .product-item .product-item-info .product-label.sale-label span{background:#FF3F08}.products-grid .product-items .cms-block .content{transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);position:absolute;top:45.7%;padding:20px 56px 20px 41px}.products-grid .product-items .cms-block .content h3{margin-bottom:18px;font-size:26px;line-height:36px}.products.products-grid .items .product-item .product-item-details{padding:0px 0 0}.products.products-grid .items .product-item .product-item-name{display:block;text-align:left;margin-bottom:9px}.products.products-grid .items .product-item .product-item-name a{font-weight:400;font-size:12px;line-height:18px;display:inline-block;text-align:left}.products.products-grid .items .product-item .catalog-points{display:none}.products.products-grid .items .product-item .product-item-photo{display:block;position:relative}.products.products-grid .items .product-item .product-label-bottom-image{position:absolute;bottom:0;width:100%;left:0;z-index:1}.products-grid .product-item .product-item-info .product-label-bottom-image .product-label{margin-bottom:0;margin-top:10px;border-radius:0;-webkit-border-radius:0%;-moz-border-radius:0%}.products-grid .product-item .product-item-info .product-label.custom-label{background:rgba(255,63,8,0.8);color:#fff;font-size:10px;line-height:13px;letter-spacing:0.5px;z-index:1;padding:6px 10px;min-height:38px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;display:-moz-flex;display:-ms-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-items:center;-moz-align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-justify-content:center;-moz-justify-content:center;text-align:center;text-transform:inherit;font-weight:400}.products-grid .product-item .product-item-info .product-label.back-instock{background:rgba(208,207,205,0.8);padding:7px;display:block;width:100%;text-align:center}.products-grid .product-item .product-item-info .product-label.back-instock span{color:#282828;font-size:12px;line-height:18px;font-weight:500;letter-spacing:0.5px;font-family:'Poppins';background:transparent;padding:0}.products.products-grid .items .product-item .product-label-bottom-image+button.action.towishlist{display:none}.products.products-grid .items .product-item .product-label-bottom-image p{margin-bottom:0;width:100%;text-align:center}.products-grid .items .product-item .product-image-photo{margin-bottom:0;margin-top:0}.products-grid .items .product-item .product-top{margin-bottom:9px}.products-grid .items .product-item .product-top .out-stock-button button.action.towishlist{background-color:#292526;border:1px solid #292526;color:#fff !important;width:80%;padding:12px 15px;height:auto;font-size:14px;line-height:20px;font-family:'Poppins';max-width:225px;margin-bottom:6px;text-transform:uppercase;font-weight:500;-webkit-border-radius:0%;-moz-border-radius:0%}.products-grid .items .product-item .product-top .out-stock-button button.action.towishlist:hover,.products-grid .items .product-item .product-top .out-stock-button button.action.towishlist:focus,.page-products .products-grid .product-item .product-top .actions-primary a.action.tocart.primary:hover,.page-products .products-grid .product-item .product-top .actions-primary a.action.tocart.primary:focus{background-color:#fff;color:#292526 !important}.products-grid .items .product-item .product-top .out-stock-button button.action.towishlist span{position:relative}.products-grid .items .product-item .product-top .out-stock-button button.action.towishlist:before{display:none}.products-grid .items .product-item .product-top .out-stock-button{position:absolute;bottom:0;width:100%;left:0;z-index:1}.products-grid .items .product-item .product-top .out-stock-button .stock.unavailable{background:rgba(208,207,205,0.8);padding:7px;color:#282828;font-size:12px;line-height:18px;font-weight:500;letter-spacing:0.5px;font-family:'Poppins'}.products-grid .product-items .action.towishlist,.products-grid .products.list.items .action.towishlist{min-height:auto;border:0;padding:0;background:transparent}.product.actions.product-item-actions ul.actions-link li{margin-bottom:0}.catalog-category-view .bottom-toolbar .toolbar{margin-top:33px}.category-product-actions .toolbar .toolbar-amount,.category-product-actions .toolbar .pages,.category-product-actions .toolbar .filter-placeholder,.category-product-actions .toolbar .modes,.category-product-actions .toolbar .sorter .sorter-action{display:none}.category-product-actions .toolbar-products{display:block !important}.category-product-actions .toolbar .sorter{float:none;margin-right:0;text-align:left}.category-product-actions .toolbar .sorter .sorter-label{font-size:12px;font-weight:400;line-height:20px;color:#6A6A6A;vertical-align:middle;margin-bottom:0;position:relative;letter-spacing:1px;text-transform:uppercase}.category-product-actions .toolbar .sorter .sorter-label:after{content:':';display:inline-block}.category-product-actions .toolbar select{font-size:12px;font-weight:400;line-height:20px;color:#6A6A6A;vertical-align:middle;text-transform:uppercase;font-family:'Roboto';margin-left:0;letter-spacing:1px;padding-left:3px;background-size:8px;padding-right:10px;transition:width .5s;-moz-transition:width .5s;-webkit-transition:width .5s;-o-transition:width .5s;-ms-transition:width .5s}.page-products:not(.open-filter) main#maincontent{overflow-x:hidden}.page-products.catalog-category-view footer.page-footer{margin-top:38px}#amasty-shopby-product-list .category-product-actions{margin-bottom:22px;padding:0 10px}#amasty-shopby-product-list .filter-wrapper .filter-title{display:none}#amasty-shopby-product-list>.filter-wrapper{position:relative;margin-bottom:37px;z-index:3}.fitler-container .col-filter .block.filter{position:related}.fitler-container .col-filter .block.filter:before,.fitler-container .col-filter .block.filter:after{content:"";display:block;width:100vw;height:0;border-top:1px solid rgba(151,151,151,0.5);position:absolute;left:50%;transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%)}.fitler-container .col-filter .block.filter:after{bottom:0px}#amasty-shopby-product-list>.filter-wrapper .filter-options .filter-options-title{font-size:12px;font-weight:400;line-height:20px;color:#6A6A6A;text-transform:uppercase;font-family:'Roboto';letter-spacing:1px;margin-bottom:0;position:relative;cursor:pointer;padding:13px 20px}#amasty-shopby-product-list>.filter-wrapper .filter-options .filter-options-title:after{content:'';width:10px;height:5px;background-image:url(../../frontend/Mgs/naelofar/en_US/images/bg-select-toolbar.png);display:inline-block;background-size:8px;background-position:center;background-repeat:no-repeat;margin-left:10px;position:relative;top:-1px;vertical-align:middle}#amasty-shopby-product-list>.filter-wrapper .filter-options .active .filter-options-title:after{transform:rotate(180deg);-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg)}#amasty-shopby-product-list>.filter-wrapper #narrow-by-list .item-wrap{width:100%;padding:0;border-left:1px solid rgba(151,151,151,0.5)}#amasty-shopby-product-list .fitler-container #narrow-by-list .filter-options-content{background:#fff;border:1px solid #e6e6e4;width:calc(100% + 2px);margin-left:-1px;border-top:0}#amasty-shopby-product-list .fitler-container #narrow-by-list .filter-options-content form{padding-bottom:0px;overflow:auto}.filter-options-content form::-webkit-scrollbar{width:4px}.filter-options-content form::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0.3);box-shadow:inset 0 0 2px rgba(0,0,0,0.3)}.filter-options-content form::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.3);outline:1px solid rgba(0,0,0,0.4)}#amasty-shopby-product-list .fitler-container #narrow-by-list .filter-options-content form[data-amshopby-filter="attr_price"]{overflow:inherit}#amasty-shopby-product-list .fitler-container .amshopby-slider-container.-improved{margin-top:14px}#amasty-shopby-product-list>.filter-wrapper .fitler-container #narrow-by-list{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#amasty-shopby-product-list>.filter-wrapper .am_shopby_apply_filters .am-show-button button{border:1px solid #282828;background:transparent;color:#282828;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:1px;border-radius:0;-webkit-border-radius:0%;-moz-border-radius:0%;display:block;width:190px;padding:14px;min-height:46px}#amasty-shopby-product-list>.filter-wrapper .am_shopby_apply_filters .am-show-button button:hover,#amasty-shopby-product-list>.filter-wrapper .am_shopby_apply_filters .am-show-button button:focus{color:#fff;background:#282828}#amasty-shopby-product-list>.filter-wrapper .fitler-container .button-apply{width:190px}#amasty-shopby-product-list>.filter-wrapper .fitler-container .button-apply .am-show-button{display:block}#amasty-shopby-product-list .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item']{padding-left:30px;color:#6A6A6A}#amasty-shopby-product-list .filter-options input[type='checkbox']+.amshopby-choice{top:15px;left:38px}#amasty-shopby-product-list .filter-options input[type='checkbox']+.amshopby-choice:before,.page-products #amasty-shopby-product-list .filter-options input[type="checkbox"]+label:before,.page-products #amasty-shopby-product-list .filter-options input[type="checkbox"]+a:before{content:"";height:13px;width:13px;position:absolute;left:0;top:0px;-webkit-border-radius:0px;-moz-border-radius:0px;border:1px solid #707070;background:#fff;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px}#amasty-shopby-product-list .filter-options .swatch-attribute input[type='checkbox']+.amshopby-choice:before,.page-products #amasty-shopby-product-list .filter-options .swatch-attribute input[type="checkbox"]+label:before,.page-products #amasty-shopby-product-list .filter-options .swatch-attribute input[type="checkbox"]+a:before{width:11px;height:11px}#amasty-shopby-product-list .filter-options input[type='checkbox']:checked+.amshopby-choice:before,.page-products #amasty-shopby-product-list .filter-options input[type='checkbox']:checked+.amshopby-choice:before{background:transparent}#amasty-shopby-product-list .filter-options input[type='checkbox']:checked+.amshopby-choice:after,.page-products #amasty-shopby-product-list .filter-options input[type='checkbox']:checked+.amshopby-choice:after,.page-products #amasty-shopby-product-list input[type="checkbox"]:checked+a:after,.page-products #amasty-shopby-product-list .filter-options-all input[type="checkbox"]:checked+a:after{color:#000000;content:"\f00c";font-family:"Font Awesome 5 Pro";font-weight:400;display:block;position:absolute;top:0px;left:2.5px;font-size:8px;line-height:14px;background:transparent}#amasty-shopby-product-list .filter-options input[type='radio']+.amshopby-choice:before,.page-products #amasty-shopby-product-list .filter-options input[type="radio"]+label:before,.page-products #amasty-shopby-product-list .filter-options input[type="radio"]+a:before{content:"";height:13px;width:13px;position:absolute;left:0;top:0px;-webkit-border-radius:0px;-moz-border-radius:0px;border:1px solid #707070;background:#fff;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%}#amasty-shopby-product-list .filter-options input[type='radio']:checked+.amshopby-choice:before,.page-products #amasty-shopby-product-list .filter-options input[type='radio']:checked+.amshopby-choice:before{background:transparent}#amasty-shopby-product-list .filter-options input[type='radio']:checked+.amshopby-choice:after,.page-products #amasty-shopby-product-list .filter-options input[type='radio']:checked+.amshopby-choice:after,.page-products #amasty-shopby-product-list input[type="radio"]:checked+a:after,.page-products #amasty-shopby-product-list .filter-options-all input[type="radio"]:checked+a:after{color:#000000;content:"\f00c";font-family:"Font Awesome 5 Pro";font-weight:400;display:block;position:absolute;top:0px;left:2.5px;font-size:8px;line-height:14px;background:transparent}#amasty-shopby-product-list .filter-options-content .am-ranges .items.-am-multiselect .item,.filter-options .filter-options-content .item{padding:13px 33px !important;border-bottom:1px solid #e6e6e4;margin:0 !important;display:block}.filter-options .filter-options-content .item .swatch-option{margin:0;min-width:14px;height:14px;border:1px solid rgba(0,0,0,0.03)}#amasty-shopby-product-list .filter-options-content .am-ranges .items.-am-multiselect .item:last-child,.filter-options .filter-options-content .item:last-child{border-bottom:0}#amasty-shopby-product-list .filter-options-content .items .item .am_shopby_link_selected{color:#282828}#amasty-shopby-product-list .amshopby-filter-current{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:35px}#amasty-shopby-product-list .amshopby-filter-current .amshopby-items{padding:0;text-align:center;margin-top:auto;margin-bottom:auto;margin-right:24px}#amasty-shopby-product-list .amshopby-filter-current .amshopby-items li{display:inline-block;vertical-align:middle;margin:4px 10px 6px;padding:0 20px 0 0;font-size:12px;line-height:16px;color:#6a6a6a;letter-spacing:1px}#amasty-shopby-product-list .amshopby-filter-current .amshopby-items li.amshopby-button-wrap{display:none}#amasty-shopby-product-list .amshopby-filter-current .amshopby-remove{right:3px;left:auto;top:3px;width:9px;height:9px}#amasty-shopby-product-list .amshopby-filter-current .amshopby-remove:after,#amasty-shopby-product-list .amshopby-filter-current .amshopby-remove:before{background:#6A6A6A}#amasty-shopby-product-list .amshopby-slider-container.-improved .amshopby-slider-tooltip{visibility:inherit;opacity:1;bottom:-15px;background:transparent;border:0;font-size:12px;line-height:16px;color:#282828;text-align:center;padding:0;position:relative;-webkit-transform:translate(-50%) !important;-ms-transform:translate(-50%) !important;transform:translate(-50%) !important;display:block;width:auto;letter-spacing:0;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;left:0}#amasty-shopby-product-list .amshopby-slider-container.-improved .amshopby-slider-tooltip:before{content:'RM';display:inline-block;vertical-align:middle;background:transparent;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-clip-path:none;clip-path:none;width:auto;height:auto;position:relative;left:0;top:-1px}#amasty-shopby-product-list .amshopby-slider-container .amshopby-slider-display{display:none}.amshopby-slider-container.-improved .amshopby-slider-tooltip:before,.amshopby-slider-container.-improved .amshopby-slider-tooltip:after{display:none}.block-actions.filter-actions{margin-right:3px}.block-actions.filter-actions a{border:1px solid #979797;background:transparent;color:#979797;font-size:10px;line-height:13px;font-weight:500;text-transform:uppercase;letter-spacing:1px;border-radius:0;-webkit-border-radius:0%;-moz-border-radius:0%;display:block;padding:9px 25px;min-height:30px;min-width:140px;text-align:center}.block-actions.filter-actions a:hover,.block-actions.filter-actions a:focus{color:#fff !important;background:#282828;border:1px solid #282828}.has-filter .block-actions.filter-actions{float:right}.has-filter .fitler-container .col-filter .block.filter{width:calc(100% - 106px);float:left}.fitler-container .col-filter .block.filter{margin-bottom:0}.amshopby-slider-container.-improved .ui-slider-range,.amshopby-slider-container.-improved .am-slider .ui-slider-handle{background:#282828 !important}.amshopby-slider-container.-improved .am-slider .ui-slider-handle{width:7px;height:7px;top:-3px;margin-left:7px}.amshopby-slider-container.-improved .am-slider .ui-slider-handle:last-child{margin-left:2px}.amshopby-slider-container.-improved .am-slider:before,.amshopby-slider-container.-improved .am-slider:after{width:16px;height:1px;background:#707070;display:none}.amshopby-slider-container.-improved .am-slider{margin:0;height:1px;background:#707070}.amshopby-slider-container.-improved .ui-slider-range{height:1px}.products.products-grid .product-items .cms-block .col-tb-6{-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%;max-width:50%}body .products-grid .items .product-item .product-top .product-item-inner{padding:10px 0}.products-grid .items .product-item-inner a.action.quickview{display:block}.color-primary,a:visited:hover,a:hover,a:visited:focus,a:focus,.fieldset>.field.required>.label:after,.fieldset>.field._required>.label:after,.fieldset>.fields>.field.required>.label:after,.fieldset>.fields>.field._required>.label:after,.field.captcha .control.captcha .nested .control.captcha-image .captcha-reload,.btn.btn-gray:focus,.action.gray:focus,.btn.btn-gray:hover,.action.gray:hover,.btn.btn-dark:focus,.action.dark:focus,.btn.btn-dark:hover,.action.dark:hover,.btn.btn-default:focus,.action.default:focus,.btn.btn-default:hover,.action.default:hover,.rating-summary .rating-result>span:before,footer.page-footer .list-icon li a:hover,footer.page-footer .bottom-footer .social-links li a:hover,footer.page-footer .footer2 .middle-footer a:hover,footer.page-footer .footer5 .bottom-footer .content-bottom .list-links a:hover,.cms-about-us .about-color,.services .s-title:before,body.account .column.main table.table tr td.col .action:hover,body.account .column.main .block-dashboard-info .action:hover,body.account .column.main .block-dashboard-addresses .action:hover,body.account .column.main .block-addresses-default .action:hover,body.account .column.main .block-addresses-list .action:hover,body.account .column.main .block-title.order .action span,body.account .column.main .block.block-dashboard-addresses .block-title .action span,.latest-post-list-block .post-item .thumbnail-post .blog-list-video .btn.popup-video:after,.latest-post-grid-block .post-item .thumbnail-post .blog-list-video .btn.popup-video:after,.latest-post-list-block .post-item .title-blog a:hover,.latest-post-grid-block .post-item .title-blog a:hover,.latest-post-list-block .post-item .color-theme,.latest-post-grid-block .post-item .color-theme,.blog-grid .item .post-metas .link-item:hover,.post-metas .meta-date .color-theme,.blog-post-view .sidebar .block-content .item .title a:hover,.blog-post-item .post-images .post-thumbnail .blog-list-video .btn.popup-video:after,.blog-view .post-item .meta-name .category-links,.blog-view .post-item .meta-name .category-links a,.blog-view .share-info .block-blog-tags .tag-cloud li a:hover,.portfolio-category-view .portfolio-bottom-content .category-link>a:hover,.portfolio-category-view .portfolio-bottom-content .port-title:hover,.portfolio-category-view .category-link>a:hover,.portfolio-category-view .portfolio-masonry .portfolio-inner .port-title a:hover,.portfolio-category-view .portfolio-masonry .portfolio-inner .category-link a:hover,.portfolio-details .description .view-title .btn.btn-default:hover,.promobanner-v1 .promobanner .banner-text .white-color .btn.btn-default:hover,.promobanner-v1 .promobanner .banner-text .white-color .action.default:hover,.promobanner-v4 .promobanner:hover .banner-text .title,.single-deal .product-item-details .product-item-name a:hover,.single-deal .product-item-info.template-2 .product-item-details .deal-timer .countdown span,body public-modal .hotspot-modal .modal-dialog:hover .chevron:hover:before,.btn-shop:hover,.newsletter-home .block.newsletter .content .actions .action.subscribe.primary:hover,.login-container .form-login .form-group.password .action.remind,.form-wishlist-items .actions-toolbar>.primary button.action.tocart:hover,.products-grid .items .product-item .product-top .product-item-inner .action.tocart:hover,.product-ultra-grid .banner-url:hover .banner-content .product-item-name,.guest_wishlist_list .product-wishlist-items .product-item-info .action.remove:hover:before,.slide-home-1 .slider_mgs_carousel .inner-text .sub-title,.slide-home-1 .panel-block-row.panel-block:not(.builder-container) .list-social li>a:hover,.lookbook-container .popup__content--product .product-details>h3 a:hover,.lookbook-container .popup__content--product .product-details button.action.primary:hover,.lookbook-container .popup__content--product>div a:hover,.page-title-wrapper .status-order-account .order-actions-toolbar .actions>.action:hover,.rotate-image-container .close-rotate:hover,.catalog-product-view .block .block-actions .action.select:hover,.catalog-product-view .sidebar .block .block-content .products-grid .product-item .product-item-info .field.choice.related input:checked+.label:before,.catalog-product-view .product-info-main .product-social-links .action.tocompare:hover,.catalog-product-view .product-info-main .product-social-links .action.mailto.friend:hover,.main-coming-soon .list-social li>a:hover,.modal_newsletter_popup.modal-slide .modal-inner-wrap .action-close:hover:before,.products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions>.actions-primary .action.tocart:hover,.sidebar .product-items-names .product-item:hover .product-item-name>a,.slide-text .category-banner a:hover,.multicheckout .box-title>.action>span:hover,.opc-sidebar .opc-block-summary .grand.totals .amount strong .price,.checkout-payment-method .form.payments .action-apply:hover,.owl-categories .content a:hover,.category-result .category-items .category-item-info:hover strong::before,.category-result .category-items .category-item-info:hover .category-item-link,.pages-result .pages-grid .page-items .page-item-info:hover strong::before,.pages-result .pages-grid .page-items .page-item-info:hover .page-item-link,.newsletter-home-v2 .block.newsletter .form.subscribe>.actions .action.subscribe:hover,.full-slider .subcribe .block.newsletter .content .actions .action.subscribe.primary:hover,.form-address-edit .actions-toolbar .secondary .action.back,.slider-home-watch .slider_mgs_carousel .inner-text .sub-title,.slider-home-watch .panel-block-row.panel-block:not(.builder-container) .list-social li>a:hover,.contact-form .link-item a:hover,.contact-store .contact-box .contact-info a:hover,.footer.content .footer6 .footer-block .list-links li a:hover,.footer.content .footer6 .footer-block .list-icon li a:hover{color:#F68872}.products.products-grid .items .product-item .product-item-inner div.actions-primary a{background-color:#292526;color:#fff;width:100%;padding:12px;height:auto;font-size:14px;line-height:20px;font-family:'Poppins';border-radius:0%;-webkit-border-radius:0%;-moz-border-radius:0%}.products.products-grid .items .product-item .product-item-inner div.actions-primary a:hover,.products.products-grid .items .product-item .product-item-inner div.actions-primary a:focus{background-color:#fff;color:#292526 !important}@media (min-width:992px){#amasty-shopby-product-list>.filter-wrapper .close-button{display:none}.category-image-mobile{display:none !important}#amasty-shopby-product-list>.filter-wrapper .fitler-container #narrow-by-list{font-size:0}#amasty-shopby-product-list>.filter-wrapper #narrow-by-list .item-wrap{width:200px;max-width:20%;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;display:inline-block;vertical-align:middle;position:relative}#amasty-shopby-product-list>.filter-wrapper #narrow-by-list .item-wrap:last-child{border-right:1px solid rgba(151,151,151,0.5)}#amasty-shopby-product-list .fitler-container #narrow-by-list .filter-options-content{font-size:12px;line-height:16px;letter-spacing:1px;width:208px;padding:7px 0}#amasty-shopby-product-list>.filter-wrapper .filter-options .filter-options-title{padding:13px 35px}#amasty-shopby-product-list .fitler-container #narrow-by-list .filter-options-content .amshopby-slider-wrapper{padding:12px 33px}#amasty-shopby-product-list .filter-wrapper .filter-content .amshopby-filter-current{display:none}#amasty-shopby-product-list .fitler-container .filter-options-content .items:not(.am-filter-items-attr_price) form{overflow-x:auto}#amasty-shopby-product-list .fitler-container #narrow-by-list .filter-options-content form[data-amshopby-filter="attr_price"]{padding-bottom:30px}}@media (max-width:1024px) and (min-width:992px){.products-grid .product-item .product-item-info .product-label span{padding-left:9px;padding-right:9px}}@media (max-width:991px){.category-image-destop{display:none !important}.page-products.catalog-category-view.page-layout-1column .page-title-wrapper{padding-top:14px}.products.products-grid:not(.active-slider) .product-items{margin-right:-12px;margin-left:-12px}.products.products-grid:not(.active-slider) .product-items .product-item{-ms-flex:0 0 33.333%;-webkit-box-flex:0;flex:0 0 33.333%;max-width:33.333%;padding:0 12px;margin-bottom:45px}.products.products-grid:not(.active-slider) .product-items .cms-block{-ms-flex:0 0 66.666%;-webkit-box-flex:0;flex:0 0 66.666%;max-width:66.666%;padding:0 12px;margin-bottom:45px}.page-products .category-product-actions .toolbar .filter-placeholder{display:inline-block;vertical-align:middle;width:90px}.products.products-grid .items .product-item .product-item-name a{font-size:12px;line-height:16px}.products.products-grid .items .product-item .product-item-details{padding:0 0}.products-grid .items .product-item .product-item-name+.price-box{margin-top:3px}.products-grid .items .price-box .price-final_price .price{font-size:12px;line-height:16px}.products-grid .items .product-item .product-top{margin-bottom:7px}.products.products-grid .items .product-item .product-item-name{margin-bottom:7px}.products-grid .items .product-item .price-box{margin-bottom:5px !important}.products.products-grid:not(.active-slider) .product-items .product-item,.products.products-grid:not(.active-slider) .product-items .cms-block{margin-bottom:30px}.products-grid .products.list.items .action.towishlist{display:block}.products-grid .items .product-item .product-top .out-stock-button button.action.towishlist{display:none}.products.products-grid .items .product-item .mobile-wishList,.products.products-grid .items .product-item .product-item-inner.mobile-wishList{display:block}.products.products-grid .list.items .product-item .mobile-wishList .action.towishlist,.products-grid .items .product-item .product-item-inner .actions-primary button.action{background-color:#fff;color:#292526;width:100%;font-size:10px;line-height:16px;letter-spacing:0.5px;padding:2px;font-family:'Poppins';border:1px solid #292526;text-transform:uppercase;max-width:125px;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.products.products-grid .list.items .product-item .mobile-wishList .action.towishlist:hover,.products.products-grid .list.items .product-item .mobile-wishList .action.towishlist:focus,.products-grid .items .product-item .product-item-inner .actions-primary button.action:hover,.products-grid .items .product-item .product-item-inner .actions-primary button.action:focus{background-color:#292526;color:#fff}.products.products-grid .items .product-item .mobile-wishList span{position:static}.products-grid .items .product-item .product-item-inner .actions-primary button.action,.products.products-grid .items .product-item .product-item-inner div.actions-primary a{font-size:10px;line-height:16px;letter-spacing:0.5px;padding:2px}.products-grid .items .product-item .product-item-actions .action.towishlist:before{line-height:22px;font-size:14px}.products.products-grid .items .product-item .product-item-inner div.actions-primary{max-width:125px;width:calc(100% - 20px)}.products-grid .items .product-item .product-item-inner .actions-primary button{max-width:125px;float:left}.products-grid .items .product-item .product-top .out-stock-button .stock.unavailable{font-size:10px;line-height:13px;padding:5px}.products.products-grid .product-items .cms-block .col-tb-6:first-child{-ms-flex:0 1 41.5%;-webkit-box-flex:0;flex:0 1 41.5%;max-width:41.5%}.products.products-grid .product-items .cms-block .col-tb-6:nth-child(2){-ms-flex:0 1 58.5%;-webkit-box-flex:0;flex:0 1 58.5%;max-width:58.5%}.products-grid .product-item .product-item-info .product-label.custom-label{font-size:8px;line-height:10px;min-height:25px;padding:2px 5px}#amasty-shopby-product-list .fitler-container #narrow-by-list .filter-options-content form{max-height:100% !important;overflow:initial}.catalog-category-view .bottom-toolbar .toolbar{margin-top:10px}.category-product-actions .toolbar .toolbar-amount{display:none !important;margin-right:0;width:calc(100% - 72px - 77px);vertical-align:middle;line-height:20px;font-weight:400;color:#282828;text-align:center}.category-product-actions .toolbar .sorter{display:inline-block;vertical-align:middle;width:calc(100% - 95px) !important;text-align:right}.category-product-actions .toolbar .filter-placeholder .action-filter{font-family:Roboto;font-size:10px;line-height:20px;letter-spacing:1px;padding:2px 0;font-weight:400;text-transform:uppercase}.category-product-actions .filter-wrapper .action-filter:before{content:'';width:24px;height:24px;background:url(../../frontend/Mgs/naelofar/en_US/images/naelofar/iconfinder.svg);background-size:contain;background-repeat:no-repeat;background-position:center;display:inline-block;vertical-align:middle;margin-right:10px}.category-product-actions .filter-wrapper .action-filter:after{display:none}.catalog-category-view .category-product-actions .toolbar-products{margin-top:0}#amasty-shopby-product-list .category-product-actions{margin-bottom:0px;padding:0;width:100%}.products-grid .product-item .product-item-info .product-label.new-label{height:20px}.products.products-grid .items .product-item .product-item-inner{position:static}.products.products-grid .product-items .product-item .product-item-info{padding-bottom:0}#amasty-shopby-product-list{position:relative}.category-product-actions .toolbar .sorter .sorter-label{font-size:10px;line-height:20px;color:#282828;letter-spacing:1px}.category-product-actions .toolbar select{font-size:10px;line-height:20px;letter-spacing:1px}.fitler-container{display:block;padding:31px 45px;max-height:100%;overflow:auto;z-index:1;position:relative;background:#fff;height:100%}.fitler-container .col-filter{width:100%}.fitler-container #narrow-by-list{display:block}.fitler-container .filter-options .items.-am-overflow{overflow-y:hidden;max-height:100% !important}#amasty-shopby-product-list>.filter-wrapper #narrow-by-list .item-wrap{border:0}#amasty-shopby-product-list>.filter-wrapper .filter-options .filter-options-title{padding:3px 0 7px;color:#282828;font-weight:700}#amasty-shopby-product-list>.filter-wrapper .filter-options .filter-options-title:after{display:none}#amasty-shopby-product-list>.filter-wrapper .filter-options .filter-options-title:before{content:'Filter By';display:inline-block}#amasty-shopby-product-list>.filter-wrapper:before,#amasty-shopby-product-list>.filter-wrapper:after{display:none}#amasty-shopby-product-list .fitler-container #narrow-by-list .filter-options-content{position:static;border:0;margin-bottom:0;border-bottom:0;display:block !important;height:100% !important;overflow:inherit !important}#amasty-shopby-product-list>.filter-wrapper .fitler-container .button-apply{width:100%;margin-top:17px;margin-bottom:17px}#amasty-shopby-product-list>.filter-wrapper .am_shopby_apply_filters .am-show-button button{width:100%}.am-filter-items-attr_price{max-width:320px}#amasty-shopby-product-list>.filter-wrapper{position:fixed;margin-bottom:37px;z-index:6;background:#fff;width:calc(100% - 50px);left:-100%;top:0;height:100vh;-o-transition:all .3s linear;transition:all .3s linear;-moz-transition:all .3s linear;-webkit-transition:all .3s linear}#amasty-shopby-product-list>.filter-wrapper .close-button{position:absolute;right:29px;top:20px}#amasty-shopby-product-list>.filter-wrapper+.amshopby-filter-current{display:none}.close-button{font-size:0}.close-button:before{font-family:'Linearicons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;-o-font-feature-settings:"liga";font-feature-settings:"liga";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e935";display:block;color:#fff;font-size:20px}.page-products.open-filter #amasty-shopby-product-list>.filter-wrapper .close-button{position:fixed;right:15px;top:16px;cursor:pointer}.page-products.open-filter #amasty-shopby-product-list>.filter-wrapper .overlay-filter{content:'';position:fixed;width:100%;height:100%;background:rgba(41,37,38,0.7);top:0;left:0}.page-products.open-filter main.page-main{z-index:3}.page-products.open-filter header.page-header{z-index:3}.page-products.open-filter #amasty-shopby-product-list>.filter-wrapper{left:0}.category-product-container #amasty-shopby-product-list .products.wrapper .amshopby-overlay-block{display:none}}@media (max-width:800px){.products-grid .product-items .cms-block .content{padding:20px 25px 20px 20px;top:50%}}@media (max-width:767px){.products-grid .product-item .product-item-info .product-label span{font-size:7px;line-height:9px;padding:4px 10px}.products-grid .product-item .product-item-info .product-label.new-label{height:17px}}@media (max-width:700px){.products.products-grid:not(.active-slider) .product-items .cms-block{-ms-flex:0 0 100%;-webkit-box-flex:0;flex:0 0 100%;max-width:100%}}@media (max-width:530px){.products.products-grid:not(.active-slider) .product-items .product-item{-ms-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.products-grid .product-items .cms-block .content h3{font-size:24px;line-height:32px}}@media (max-width:359px){.products-grid .product-items .cms-block .content h3{font-size:20px;line-height:1.1;margin-bottom:10px}.products-grid .product-items .cms-block .content{font-size:12px}.products-grid .product-item .product-item-info .product-label span{padding:4px 6px}}.chiffon-lightweight{padding:0 4.9%;text-align:center;margin-bottom:50px}.chiffon-lightweight .title{margin-bottom:32px;padding:0}.chiffon-lightweight .title h2{margin-bottom:12px}.chiffon-lightweight .decription{max-width:532px;margin:auto}.chiffon-lightweight ul{font-size:0;margin:0 -10px;text-align:left}.chiffon-lightweight ul li{font-size:14px;padding:0 10px;display:inline-block;vertical-align:top;width:33.333%;margin-bottom:40px}.chiffon-lightweight ul li .action a.action{min-width:190px;text-align:center;border-radius:0%;-webkit-border-radius:0%;-moz-border-radius:0%}.chiffon-lightweight ul li img{width:100%;display:block;margin-bottom:16px}.chiffon-lightweight ul li h4{margin:0 0 10px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-line-clamp:1;display:-webkit-box;-webkit-box-orient:vertical}.chiffon-lightweight ul li p{margin-bottom:16px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-line-clamp:1;display:-webkit-box;-webkit-box-orient:vertical}.more-information .chiffon-layout .col-right .page-title-wrapper{background:transparent !important;margin-bottom:13px;padding-top:0 !important}.more-information .chiffon-layout .col-right .page-title-wrapper h1{padding-top:9px}.main .chiffon-layout .col-right>div{max-width:375px;margin-left:auto;margin-right:auto}.main .chiffon-layout .content-top{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;background:#F6F6F6;margin-bottom:72px;width:calc(100% + 76px);margin-left:-38px}.main .chiffon-layout .cms-block{text-align:center;width:100%}.main .chiffon-layout .col-left .image{width:100%;display:block}.main .chiffon-layout .category-image{margin-bottom:0;height:100%}.main .chiffon-layout .category-image img{min-width:100%;height:100%;-o-object-position:center;object-position:center;-o-object-fit:cover;object-fit:cover}.main .chiffon-layout .col-left{-webkit-box-flex:0;-ms-flex:0 1 60%;flex:0 1 60%;max-width:60%;display:-webkit-box;display:-ms-flexbox;display:flex;display:-moz-flex;display:-ms-flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.main .chiffon-layout .col-left .category-image-left{padding-right:7px}.main .chiffon-layout .col-left .category-image-right{padding-left:7px}.main .chiffon-layout .col-right{-webkit-box-flex:0;-ms-flex:0 1 40%;flex:0 1 40%;max-width:40%;margin:auto;padding:40px 50px 30px}.main .chiffon-layout .col-right *{text-align:left !important}.main .chiffon-layout .col-right .breadcrumbs ul.items{-ms-flex-pack:initial;-webkit-box-pack:left;justify-content:left;padding:0 0 0 0}.main .chiffon-layout .col-right .breadcrumbs ul.items *{padding-left:0}.main .chiffon-layout .col-right .breadcrumbs ul.items .item.home{margin-left:0 !important}.main .category-cms .chiffon-layout .title{padding:0;margin-bottom:33px}.main .chiffon-layout .cms-block .title.chiffon-shop-all{margin-bottom:40px}.main .chiffon-layout #amasty-shopby-product-list>.filter-wrapper{margin-bottom:27px}@media (min-width:1300px){.main .chiffon-layout .col-right>div{margin-left:50px}}@media (min-width:1280px){.main .chiffon-layout .col-right{padding-top:0;padding-bottom:35px}}@media (max-width:991px){body .breadcrumbs,body .page-title-wrapper.layout_type1 .breadcrumbs{padding:6px 0 0}body .breadcrumbs .items .item:not(:last-child):after{margin-left:0}body .breadcrumbs .items .item a,body .breadcrumbs .items .item strong{font-size:10px;line-height:13px}body .page-title-wrapper .page-title{font-size:24px;line-height:30px}.main .chiffon-layout .col-left{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;max-width:100%}.main .chiffon-layout .col-right{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;max-width:100%;padding:19px 40px 12px}.more-information .chiffon-layout .col-right .page-title-wrapper h1{padding-top:0}.main .chiffon-layout .col-right *{padding-left:0}.main .chiffon-layout .col-right .category-description{margin:auto}.main .chiffon-layout .col-right .breadcrumbs ul.items{padding:0}.main .chiffon-layout .content-top{width:calc(100% + 30px);margin-left:-15px;margin-bottom:36px}.chiffon-lightweight{padding:0;margin-bottom:30px}.chiffon-lightweight .title{margin-bottom:24px;padding:0}.main .chiffon-layout .cms-block .title.chiffon-shop-all{font-size:36px;line-height:40px}.chiffon-lightweight ul li img{margin-bottom:26px}.more-information .chiffon-layout .col-right .page-title-wrapper{margin-bottom:16px}.chiffon-lightweight ul li{font-size:12px}.chiffon-lightweight ul li p{margin-bottom:13px}}@media (max-width:767px){.chiffon-lightweight ul{text-align:center}.chiffon-lightweight ul li{width:50%;margin-bottom:56px}.chiffon-lightweight ul li .action a.action{padding:15px 12px}.main .chiffon-layout .col-left .category-image-left{padding-right:3px}.main .chiffon-layout .col-left .category-image-right{padding-left:3px}.chiffon-lightweight{margin-bottom:12px}}@media (max-width:479px){.chiffon-lightweight ul li{width:100%}.chiffon-lightweight ul{text-align:center;margin:0 -15px}.chiffon-lightweight ul li{padding:0}.chiffon-lightweight ul li .action a.action{min-width:228px}.chiffon-lightweight ul li h4,.chiffon-lightweight ul li p,.chiffon-lightweight ul li div{padding-left:15px;padding-right:15px}}.main .arma-layout .banner,.arma-top-image{width:calc(100% + 76px);margin-left:-38px}.main .arma-layout .banner img{width:100%;display:inline-block;min-height:155px;-o-object-position:center;object-position:center;-o-object-fit:cover;object-fit:cover}.arma-top-image img{width:100%;display:block;max-width:100%}.main .category-product-container+.category-cms,.main .category-product-container+.category-description,.main .category-product-container+.category-description+.category-cms{display:none}.arma-layout .content .layout-title-default{display:none !important}.category-image .image{width:100%}.more-information .arma-layout .title.arma-fress{text-align:center;margin-top:60px;margin-bottom:48px}@media (min-width:992px){.arma-top-image .content .content-left{display:inline-block;width:48.4%;vertical-align:top;margin-top:-111px;text-align:right;padding-right:8px}.arma-top-image .content .content-left p{margin-left:auto;text-align:left;padding-left:8px}.arma-top-image .content .content-left .image:not(.full){padding-left:41%}.arma-top-image .content .content-left .image:not(.full):first-child{margin-right:-8px}.arma-top-image .content .content-left .image:not(.full):first-child img{border:5px solid #fff}.arma-top-image .content .content-left .image:not(.full) img{margin-bottom:25px}.arma-top-image .content .content-left .image{margin-bottom:27px}.arma-top-image .content .content-right{display:inline-block;width:50%;vertical-align:top;padding-right:13%;padding-left:17px;padding-top:55px}.arma-top-image .content .content-right .title-page{margin-bottom:14.5%;max-width:485px}.arma-top-image .content .content-right h2{margin-bottom:8px}.arma-top-image .content .content-right .title-page p{padding-left:5px}.arma-top-image .content .content-right .image{padding-left:1px;padding-right:12%;margin-bottom:20px}.arma-top-image .content .content-right .image img{margin-bottom:20px}.arma-top-image .content .content-right .image+.image{padding-right:31.4%}}@media (max-width:991px){.main .arma-layout .banner,.arma-top-image{width:calc(100% + 30px);margin-left:-15px}.arma-top-image .item{text-align:center;margin-bottom:16px}.arma-top-image .item img{width:auto}.arma-top-image .item.item-one{padding:0 29px;margin-bottom:64px}.arma-top-image .item.item-one .title-page{margin-top:32px}.arma-top-image .item.item-one .title-page h2{margin-bottom:20px}.arma-top-image .item.item-one .content{max-width:500px;margin-left:auto;margin-right:auto}.arma-top-image .item.item-one .image{margin-top:-111px;z-index:1;position:relative}.arma-top-image .item.item-one img{max-width:72.5%;border:5px solid #fff;margin:auto}.arma-top-image .item.item-two .content{display:-webkit-box;display:-ms-flexbox;display:flex;display:-moz-flex;text-align:left}.arma-top-image .item.item-two .content .image{width:54.5%;text-align:right}.arma-top-image .item.item-two .content .image img{min-width:100%;max-height:300px;-o-object-position:center;object-position:center;-o-object-fit:cover;object-fit:cover}.arma-top-image .item.item-two .content .text{width:45.5%;margin:auto;padding-left:20px;padding-right:18px;padding-top:0;padding-bottom:28px}.arma-top-image .item.item-three{padding:0 29px}.arma-top-image .item.item-three .image{margin:0 -32px 25px;display:block}.arma-top-image .item.item-three .image img{padding:0 3px;width:100%}.more-information .arma-layout .title.arma-fress{margin-top:58px;margin-bottom:20px;padding:0 20px}.arma-top-image .item.item-three p{max-width:400px;margin:auto}#amasty-shopby-product-list .filter-options-content .am-ranges .items.-am-multiselect .item,.filter-options .filter-options-content .item{padding:4px 0 !important;border:0}#amasty-shopby-product-list .filter-options input[type='checkbox']+.amshopby-choice{left:0;top:5px;width:14px;height:14px}#amasty-shopby-product-list .filter-options input[type='checkbox']:checked+.amshopby-choice:after,.page-products #amasty-shopby-product-list .filter-options input[type='checkbox']:checked+.amshopby-choice:after,.page-products #amasty-shopby-product-list input[type="checkbox"]:checked+a:after,.page-products #amasty-shopby-product-list .filter-options-all input[type="checkbox"]:checked+a:after{width:14px;height:14px;top:0}#amasty-shopby-product-list .amshopby-filter-current{display:block}#amasty-shopby-product-list .amshopby-filter-current .amshopby-items{display:inline-block;vertical-align:middle;margin-right:5px}#amasty-shopby-product-list .amshopby-filter-current .block-actions.filter-actions{display:inline-block;vertical-align:middle;margin-right:0px;margin-bottom:10px}#amasty-shopby-product-list .amshopby-filter-current .block-actions.filter-actions a{border:0;padding:0;height:auto;min-height:auto;width:auto;min-width:auto;text-transform:lowercase;color:#FF3F08 !important;letter-spacing:1px;text-decoration:underline;background:transparent !important}#amasty-shopby-product-list .amshopby-filter-current .amshopby-items li{margin:0 14px 10px 0;padding:0 12px 0 0;font-size:10px;line-height:13px}#amasty-shopby-product-list .amshopby-filter-current{text-align:left;margin-bottom:21px}#amasty-shopby-product-list .amshopby-filter-current .amshopby-remove{right:0;left:auto;top:2px}#amasty-shopby-product-list .fitler-container #narrow-by-list .filter-options-content form{padding-bottom:36px}}body div.modals-wrapper:after,.quickview-loading-overlay.loading{background:rgba(41,37,38,0.7) !important}.modal-popup._inner-scroll.quickViewDetails .modal-inner-wrap{-webkit-box-shadow:none;box-shadow:none;border:1px solid #979797;display:block;overflow:hidden;height:calc(100vh - 30px);max-width:919px;width:100%}.modal-popup.quickViewDetails .modal-inner-wrap header.modal-header{position:relative;z-index:3}.modal-popupquickViewDetails .modal-header .action-close:before{font-size:12px}.modal-popup .product_quickview_content{height:100%}.modal-popup.quickViewDetails .modal-inner-wrap>*{max-height:calc(100vh - 30px)}.modal-popup._inner-scroll.quickViewDetails .product-info-main-wrapper{background:#FCF8F0;padding:56px 23px 49px 50px;height:100%}.modal-popup.quickViewDetails .product-info-main-wrapper .product-info-main{padding:0 !important}body .quickViewDetails .product-info-main-wrapper .product-info-main .page-title-wrapper .page-title{margin-bottom:10px}body .quickViewDetails .product-info-main-wrapper .product-info-main .page-title-wrapper .page-title span{font-size:24px;line-height:29px;font-family:Roboto;font-weight:300;display:block}body .quickViewDetails .product-info-main-wrapper .product-info-main .product-info-price .price-box .price-final_price .price-wrapper span{font-size:24px;line-height:31px;font-size:Roboto;font-weight:700}body .quickViewDetails .product-info-main-wrapper .product-info-main .box-tocart{display:block}body .quickViewDetails .product-info-main-wrapper .product-info-main .box-tocart .field.qty{width:100%;margin-bottom:10px;padding:0;border:1px solid #282828;height:46px;background:transparent}body .quickViewDetails .product-info-main-wrapper .product-info-main .box-tocart .field.qty .input-text{font-family:PT sans;font-size:14px;line-height:18px;width:auto;min-width:20px;display:inline-block;max-width:60px;height:18px;padding:22px 5px}body .quickViewDetails .product-info-main-wrapper .product-info-main .box-tocart .qty-pr{text-align:center}body .quickViewDetails .product-info-main-wrapper .product-info-main .box-tocart .field.qty .edit-qty{width:auto;display:inline-block;vertical-align:middle;float:none;position:static;font-size:6px}body .quickViewDetails .product-info-main-wrapper .product-info-main .box-tocart .fieldset{width:calc(100% - 80px);display:inline-block;max-width:231px;margin-bottom:32px}body .quickViewDetails .product-info-main-wrapper .product-info-main .product-addto-links a{margin-left:8px}body .quickViewDetails .product-info-main-wrapper .product-info-main .box-tocart .actions{display:blcok}body .quickViewDetails .product-info-main-wrapper .product-info-main .box-tocart .action.primary.tocart{width:100%;padding-left:15px;padding-right:15px}body .quickViewDetails .product-info-main-wrapper .product-info-main .product-info-price{display:block;margin-top:0}body .quickViewDetails .page-title-wrapper{padding:0 !important}.page-products #category-desktop{width:auto;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;margin:0 auto}.basic-layout .category-description{margin-top:20px}@media (max-width:767px){.page-products #category-desktop{display:none}.page-products #category-mobile{text-align:center;margin-top:0}}@media (min-width:992px){.page-products .products.products-grid .items .product-item .product-item-inner,.cms-home .products.products-grid .items .product-item .product-item-inner{display:none}.page-products .products.products-grid .product-items .product-item .product-item-info,.cms-home .products.products-grid .product-items .product-item .product-item-info{padding-bottom:0}.page-products .products-grid .product-item .product-top .actions-primary,.cms-home .products-grid .product-item .product-top .actions-primary{width:calc(100% - 41px)}.page-products .products-grid .product-item .product-top .actions-primary button,.cms-home .products-grid .product-item .product-top .actions-primary button{width:100%;background-color:#292526;border:1px solid #292526;color:#fff;padding:15px}.page-products .products-grid .product-item .product-top .actions-primary button:hover,.page-products .products-grid .product-item .product-top .actions-primary button:focus,.cms-home .products-grid .product-item .product-top .actions-primary button:hover,.cms-home .products-grid .product-item .product-top .actions-primary button:focus{background-color:#fff;color:#292526 !important}.page-products .products-grid .product-item .product-top .product-item-actions{margin-bottom:6px;width:80%;margin-left:auto;margin-right:auto;max-width:225px;opacity:0;filter:alpha(opacity=0);transition:all 300ms;-webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms}.cms-home .products-grid .product-item .product-top .product-item-actions{width:80%;margin-left:auto;margin-right:auto;max-width:225px;opacity:0;filter:alpha(opacity=0);transition:all 300ms;-webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms}.page-products .products-grid .product-items .product-item-info:hover .product-top .product-item-actions,.cms-home .products-grid .product-items .product-item-info:hover .product-top .product-item-actions{opacity:1;filter:alpha(opacity=100)}.products-grid .items .product-item .product-top .out-stock-button button.action.towishlist{opacity:0;filter:alpha(opacity=0);transition:all 300ms;-webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms}.products-grid .items .product-item .product-item-info:hover .product-top .out-stock-button button.action.towishlist{opacity:1;filter:alpha(opacity=100)}}@media (max-width:991.98px){.page-products .products-grid .product-item .product-top .product-item-actions,.cms-home .products-grid .product-item .product-top .product-item-actions{display:none}}.rewards-top{padding-top:72px;padding-bottom:23px}.rewards-top h2.heading{margin-bottom:19px}.cms-naelofar-rewards .item-number{overflow:hidden}.cms-naelofar-rewards .item-number .number p{font-family:Playfair Display;font-size:922px;line-height:1244px;font-style:italic;color:#f1f1f1}.cms-naelofar-rewards .item-number.grey .number p{color:#fff}.cms-naelofar-rewards .item-number>.frame>.line{position:relative;max-width:1200px;margin-left:auto;margin-right:auto;min-height:487px}.cms-naelofar-rewards .item-number.grey>.frame>.line .col-des-6:last-child{margin:auto;padding-top:20px;padding-bottom:20px}.cms-naelofar-rewards .item-number.grey>.frame>.line .col-des-6:first-child .line{transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);top:23%;position:absolute;text-align:right}.cms-naelofar-rewards .item-number.grey>.frame>.line .col-des-6:last-child>.line{width:max-content;max-width:418px;display:block;margin-right:auto}.cms-naelofar-rewards .item-number.white>.frame>.line .col-des-6:first-child{margin:auto;padding-top:20px;padding-bottom:20px}.cms-naelofar-rewards .item-number.white>.frame>.line .col-des-6:last-child .line{transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);top:0px;position:absolute;text-align:right}.cms-naelofar-rewards .item-number.white>.frame>.line .col-des-6:first-child>.line{width:max-content;max-width:418px;display:block;margin-left:auto}.cms-naelofar-rewards .item-number p{max-width:357px}.cms-naelofar-rewards .item-number h2.heading{line-height:46px}.cms-naelofar-rewards .item-number h6{font-family:Roboto;font-size:14px;line-height:19px;color:#282828;letter-spacing:1px;text-transform:uppercase;margin-bottom:7px;font-weight:500;margin-top:22px;max-width:357px}.rewards-bottom{text-align:center}.cms-naelofar-rewards footer.page-footer{margin-top:0}@media (min-width:992px){.cms-naelofar-rewards .item-number .col-des-6:first-child{-ms-flex:0 1 47%;flex:0 1 47%;max-width:47%}.cms-naelofar-rewards .item-number .col-des-6:last-child{-ms-flex:0 1 53%;flex:0 1 53%;max-width:53%}.cms-naelofar-rewards .item-number.grey>.frame>.line .col-des-6{padding-left:17px}}@media (min-width:1920px){.account main.page-main{display:block}}body.account.customer-account-index .product-reviews-summary{display:none}body.account.customer-account-index .form-wishlist-items .products-grid.wishlist:not(.active-slider) .product-items .product-item{padding:0 10px;flex:0 0 calc(50%)}.account.customer-account-index .page-main .column.main .block.block-dashboard-orders .message.info{background:transparent;text-align:center}.customer-account-login .login-container .form-login .form-group .control input div{display:none !important;user-select:none !important}.account.store-my .page-main .welcome-msg.store{display:none}body.account.customer-account-index .page-main .column.main .form-wishlist-items .block-title.wishlist,.account .block.widget.block-products-list.grid .block-title.wishlist{padding:38px 0px}.account.store-id .page-main .welcome-msg.store,.account.store-sg .page-main .welcome-msg.store,.account.store-us .page-main .welcome-msg.store{color:#282828;display:block;width:100%;font-size:22px;line-height:35px;font-weight:normal;font-family:'Playfair Display';margin-bottom:25px}.account.store-sg .page-main .block.block-collapsible-nav:last-child,.account.store-id .page-main .block.block-collapsible-nav:last-child,.account.store-us .page-main .block.block-collapsible-nav:last-child{display:none}.account.store-sg.customer-account-index .page-main .column.main .block-reward-dashboard,.account.store-id.customer-account-index .page-main .column.main .block-reward-dashboard,.account.store-us.customer-account-index .page-main .column.main .block-reward-dashboard{display:none}.account .sidebar .block:nth-child(1) ul li:last-child{display:none}.customer-account-login .login-container .form-login .fieldset>.field.choice .label,.customer-account-login .login-container .form-login .fieldset>.field.no-label .label{font-size:12px;line-height:20px;letter-spacing:0;color:#282828;padding-left:25px}.account .page-main .column.main .block-reward-dashboard .message.info.empty{display:none}.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .field.qty .control>button.minus::before{font-size:14px;font-family:'PT Sans';position:absolute;right:0;top:9px}.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .field.qty .control>button.plus::before{font-size:14px;font-family:'PT Sans';position:absolute;left:0;top:10px}.guestwishlist-index-index .page-title-wrapper.layout_type1{padding:30px 0 30px;margin-bottom:0}.guestwishlist-index-index .guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .product-item-name .product-item-link{font-size:14px;letter-spacing:0;word-spacing:0;font-weight:500;height:40px;color:#282828;font-family:'Roboto';line-height:20px}.guestwishlist-index-index .guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .price-box{margin-bottom:10px}.guestwishlist-index-index .guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .price-box .price{color:#282828;font-size:14px;line-height:20px}.guestwishlist-index-index .guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .box-tocart .qty .control{border:1px solid #282828}body.guestwishlist-index-index .breadcrumbs,body.guestwishlist-index-index .page-title-wrapper.layout_type1 .breadcrumbs{padding:0;position:relative;bottom:0}.guestwishlist-index-index .guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .box-tocart .product-item-actions .action.primary{color:#fff;background:#282828;border:1px solid #282828;font-size:12px}.guestwishlist-index-index .products.products-grid .product-items .product-item .product-item-info{padding-bottom:0}.guestwishlist-index-index .guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .box-tocart .product-item-actions .action.primary:hover{background:#fff;color:#282828 !important;border:1px solid #282828}.guestwishlist-index-index .guest_wishlist_list .actions-toolbar .action.update{font-size:14px;letter-spacing:0.5px;color:#fff;background-color:#282828;border:1px solid #282828;text-transform:uppercase}.guestwishlist-index-index .guest_wishlist_list .actions-toolbar .action.update:hover{color:#282828 !important;background-color:#fff;border:1px solid #282828}.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .field.qty .control>button{position:relative}.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .field.qty .control input.qty{font-family:'PT Sans'}body.account.page-print .page-main .column.main table.table tr td.col{font-size:12px}#social-login-popup .social-login-title h2.forgot-pass-title{font-size:22px}#social-login-popup .block-container .block-content .fieldset>.field{margin:0 0 15px}form#social-form-fake-email .actions-toolbar button#bnt-social-login-fake-email{background-color:#282828 !important;border:1px solid #282828 !important;color:#fff}form#social-form-fake-email .actions-toolbar button#bnt-social-login-fake-email:hover{background-color:#fff !important;color:#282828 !important}.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .product-item-actions{margin:0}.account .price-box-total .price{color:#282828;font-size:14px;font-weight:bold;line-height:20px}.account .tracking-number{display:none}body.account.customer-account-index .page-main .column.main .block-title.order{padding:0 10px}body.account.sales-order-history .page-main .column.main table.table tr td.col.tracking p{margin-bottom:0}body.account.sales-order-history .column.main table.table tr th.col{font-size:14px;line-height:20px;font-weight:700;color:#282828}body.account.sales-order-history .column.main table.table tr th.col.actions{text-align:right}body.account.sales-order-history .column.main table.table tr td.col.actions .action.order{border-left:1px solid #282828;padding-left:3px}body.account .column.main table.table tr td.col.actions .action.view{margin-right:0}body.account .page-main .column.main .order-items.table-wrapper .col.subtotal{padding-right:0}.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .product-item-actions .action.tocart.primary>span{display:block}.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner>.product-item-actions .btn-remove.action.delete:before{color:#000000}.account.customer-account-index .cart-cell{display:none}.customer-account-create .message.error,.customer-account-login .message.error{max-width:500px;left:0;right:0;top:200px;text-align:center;display:block;width:100%;margin:0 auto}.vouchers-container{max-width:500px;width:100%;margin:0 auto}.account.wishlist-index-index .page-title-wrapper.layout_type1{padding:0px 25px 34px}.account.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name{width:21%;padding-right:0}.account.wishlist-index-index .products-grid.wishlist .product-item-photo{width:100%;max-width:11%;position:relative;margin-bottom:0}.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box{padding:0 17px 0 0px;width:10%}.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner{width:56%}.account.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset{display:flex;justify-content:space-around;padding:0;align-items:center;margin-bottom:0}.account.wishlist-index-index .products-grid.wishlist .product-item .box-tocart .stock{height:31px;margin-left:0;margin-right:-9px}body.account.wishlist-index-index .form-wishlist-items .products-grid.wishlist:not(.active-slider) .product-items .product-item{margin-bottom:10px}.account.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name .product-item-link{font-size:12px;line-height:18px;letter-spacing:1px}body.account.wishlist-index-index .page-title-wrapper .page-title{font-size:24px;line-height:33px}.account .tooltip.wrapper .tooltip.toggle{display:none}.account.wishlist-index-index .products-grid.wishlist{padding-left:15px}.account.customer-account-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .product-item-actions .action.tocart.primary>span{display:block}.account.customer-account-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset{padding:0;margin-bottom:0}.account.customer-rewards-transaction .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) thead{border-bottom:1px solid #d1d1d1}.account.customer-account-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box{padding-left:33%;position:absolute}.account.customer-account-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box p{line-height:40px}.account.customer-account-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name{position:absolute;width:100%;top:0;margin-top:18px;padding-left:33%}.account.customer-account-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner{position:absolute;bottom:24px;padding-left:33%}.customer-account-index .new-arrivals .product-item-actions{display:none}.account.customer-account-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .field.qty{display:none}.account.customer-account-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner>.product-item-actions{display:none}.account.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner>.product-item-actions .action.edit{display:none}.account .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison){display:inline-table}.account.customer-account-index .products-grid.wishlist{padding:42px 56px 0}.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner>.product-item-actions{top:inherit;right:0;margin-top:6px}body.account .page-main .column.main .toolbar.wishlist-toolbar{display:none}body.account.wishlist-index-index .page-main .column.main form .actions-toolbar{display:none}.account.wishlist-index-index .column.main .message.info{margin-bottom:20px;margin-left:28px}.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .comment-box{display:none}.account .stock.unavailable{font-size:12px}.account.customer-account-index .best-sellers span.price,.account.customer-account-index .new-arrivals span.price{color:#282828;font-size:10px}body.account.customer-account-index .page-main .column.main .form-wishlist-items .block-title,.account .block.widget.block-products-list.grid .block-title{text-align:center;margin-bottom:0}body.account.customer-account-index .page-main .column.main .form-wishlist-items .block-title a{color:#FF3F08;text-decoration:underline;display:inline-block;font-weight:500}body.account.customer-account-index .page-main .column.main .form-wishlist-items .block-title a:hover{color:#282828}.account .best-sellers .block.widget.block-products-list.grid,.account .new-arrivals .block.widget.block-new-products.grid{border-top:3px solid #e6e6e6;padding-top:25px}body.account.customer-account-index .page-main .product-image-photo{width:100%;margin:0}body.account.customer-account-index span.product-image-wrapper{padding-bottom:100% !important}body.account.customer-account-index strong.product-item-name{font-size:10px;line-height:12px;font-weight:normal;text-transform:uppercase}body.account.customer-account-index .page-main .column.main .form-wishlist-items .block-title p{margin-bottom:0px}body.account.customer-account-index .page-main .column.main .form-wishlist-items .block-title p:last-child{margin-bottom:0}.how-it-works ul{display:flex;width:100%}.how-it-works{padding:20px;border:3px solid #e6e6e6;border-radius:5px;-webkit-border-radius:5px;-mozkit-border-radius:5px}.how-it-works h3{text-align:center}.how-it-works ul li{text-align:center;width:33.33%}.how-it-works ul li p:last-child{max-width:240px;margin:0 auto;margin-top:8px}.how-it-works ul li.earn-points p:last-child{max-width:130px}.how-it-works ul li strong{text-transform:uppercase}.how-it-works .circle{width:91px;height:91px;border:1px solid #707070;border-radius:50%;margin:0 auto;margin-bottom:30px}body.account.customer-account-index .page-main .column.main .form-wishlist-items .new-arrivals .block-title strong,.account .block.widget.block-products-list.grid .block-title strong{font-size:24px !important;line-height:30px !important;font-family:'Playfair Display';font-weight:normal !important}.account .page-main .products-grid:not(.active-slider) .product-items .product-item{-ms-flex:0 0 calc(50%);flex:0 0 calc(50%);max-width:100%;padding:0 10px;margin-left:0;padding-right:0}.account.wishlist-index-index .products-grid:not(.active-slider) .product-items .product-item{-ms-flex:0 0 calc(100%);flex:0 0 calc(100%)}body.account.customer-account-index .form-wishlist-items .products-grid.wishlist:not(.active-slider) .product-items .product-item{-ms-flex:0 0 calc(100%);flex:0 0 calc(100%);margin-bottom:15px}.account .products-grid.wishlist .product-item-photo{width:100%;max-width:28%;position:relative}.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info{display:flex;align-items:center;border:0;justify-content:space-between}.account .block.widget .products-grid .product-item:nth-child(4n + 1){padding-left:0;padding-right:10px}body.account .block .block-content .products-grid{margin:0;margin-top:0}.account .item-balance .available{background:transparent}.account .page-main .welcome-msg{color:#fff}.account .page-main .welcome-msg p.hello strong{font-size:20px;font-weight:normal;line-height:45px;font-family:'Playfair Display'}.account .page-main .point strong{font-size:38px;line-height:40px;letter-spacing:0;width:100%;display:block;margin-top:7px;color:#fff;text-align:center}.account .points-reward{float:left;height:100%}.account .page-main .point span{color:#fff;font-size:13px;line-height:22px;width:100%;display:block;text-align:center}.logo-point{width:20%;float:left;display:flex;justify-content:center;align-items:center;margin:7% auto;padding-right:10px}.account .page-main .point{position:relative;display:flex;align-items:center;width:100%;margin:0 auto;max-width:300px}.account .page-main .point .logo-point img{display:block;float:right}.vouchers-content{width:100%;display:flex;padding:0px 16px 30px 27px}.account .item-balance .box-balance>span{line-height:28px;color:#ffffff;font-size:13px;margin-left:40px}.voucher-one,.voucher-two{text-align:center;width:194px;display:block;content:'';background:url(../../frontend/Mgs/naelofar/en_US/images/Coupon.png) no-repeat;background-size:contain;height:88px;background-position:center}.voucher-one,.voucher-two{margin-right:8px;display:inline-grid;align-items:center;padding-left:35px}.voucher-one strong,.voucher-two strong{font-size:24px;line-height:43px;font-weight:bold;margin-top:0}.account a.action.shop-now{background:#282828;color:#fff;border:1px solid #282828;text-transform:uppercase;display:flex;align-items:center;width:63px;padding:21px 12px;text-align:center;font-weight:500}.account a.action.shop-now:hover{background:#fff;color:#282828;border:1px solid #282828}.account.customer-account-index .page-main .column.main .block.block-dashboard-orders{width:49%;margin-right:2%;border:3px solid #e6e6e6;border-radius:5px;margin-bottom:0}.best-sellers,.new-arrivals{margin:0 25px}.account.customer-account-index .page-main .column.main .block.block-dashboard-orders .block-content{margin:0 15px;margin-bottom:30px}.account.customer-account-index .page-main .column.main .block.block-dashboard-orders .best-sellers .block{margin-bottom:30px}.account.customer-account-index .page-main .column.main .block.block-dashboard-orders .best-sellers .block-content{border:0;margin:0}.account.customer-account-index .page-main .form-wishlist-items .message.info{color:#282828;background-color:transparent;position:relative;text-align:center;padding:32px 20px 6px}.account.customer-account-index .page-main .message.info:before{width:50px;display:block;content:'';background:url(../../frontend/Mgs/naelofar/en_US/images/icon-cart-wishlist.png) no-repeat;background-size:cover;height:50px;top:0;margin:0 auto;margin-bottom:11px}body.account.customer-account-index .page-main .column.main .table-wrapper.orders-recent .action.view-order{color:#fff;background:#282828;border:1px solid #282828;font-size:12px;line-height:16px;height:48px;padding:14px 40px;text-transform:uppercase;display:none}body.account.customer-account-index .page-main .column.main .table-wrapper.orders-recent .action.view-order:hover{color:#282828;background:#fff;border:1px solid #282828}body.customer-account-index .page-main .column.main table.table tr td.col a.action.view.order-primary{color:#FF3F08;text-decoration:underline}body.customer-account-index .page-main .column.main table.table tr td.col a.action.view.order-primary:hover{color:#282828}body.account.customer-account-index .page-main a.action.view.view-wishlist{float:left}.account.customer-account-index .page-main .message.info>*:first-child:before{content:""}.account .page-main .column.main .block-reward-dashboard{width:100%;display:flex;content:'';background:url(../../frontend/Mgs/naelofar/en_US/images/bg-reward.png) no-repeat;background-size:cover;margin-bottom:24px;padding-bottom:10px}.account .block-title.order{margin-top:15px}.account.customer-account-index .page-main .column.main{display:flex;flex-wrap:wrap}body.account.customer-account-index .page-main .column.main .block.block-dashboard-info{margin-bottom:0;width:100%;border-radius:5px;margin-top:20px}body.account.customer-account-index .page-main .column.main .block.block-dashboard-info .block-content{display:flex;width:100%;justify-content:space-between}body.account.customer-account-index .page-main .column.main .form-wishlist-items{width:49%;display:block;border:3px solid #e6e6e6;border-radius:5px;margin-left:0}body.account.customer-account-index .page-main .column.main .form-wishlist-items .actions-toolbar{margin:0 20px}body.account.customer-account-index .page-main .column.main .form-wishlist-items .actions-toolbar .secondary{text-align:center;width:100%;margin:0;text-transform:inherit;font-size:14px;line-height:20px;font-weight:normal;letter-spacing:0;padding-bottom:15px}body.account.customer-account-index .page-main .column.main .form-wishlist-items .actions-toolbar .secondary a{color:#FF3F08;text-decoration:underline}body.account.customer-account-index .page-main .column.main .form-wishlist-items .actions-toolbar .secondary a:hover{color:#282828}body.account.customer-account-index .page-main .column.main .form-wishlist-items .actions-toolbar .secondary p a{color:#FF3F08;text-decoration:underline}body.account.customer-account-index .page-main .column.main .form-wishlist-items .actions-toolbar .secondary p a:hover{color:#282828}body.account.customer-account-index .page-main .column.main .form-wishlist-items .actions-toolbar .secondary .action.back{display:none}body.account.customer-account-index .page-main .column.main .block.block-dashboard-info .box.box-newsletter{width:50%;border:3px solid #e6e6e6;padding:25px;margin-bottom:0;border-radius:5px}body.account.customer-account-index .page-main .column.main .block.block-dashboard-info .box.box-information{width:50%;border:3px solid #e6e6e6;margin-right:2%;padding:19px;margin-bottom:0;border-radius:5px}body.account.customer-account-index .page-main .column.main .toolbar.wishlist-toolbar{display:none}body.account main.page-main{margin-top:39px}.account .block.block-reward-dashboard-transaction .block-content{border:1px solid #979797;border-radius:5px;padding:0 30px}.account .block.block-reward-dashboard-transaction .block-content a.action.view{color:#fff !important;background:#282828;border:1px solid #282828;font-size:12px;line-height:16px;height:48px;padding:14px 40px;text-transform:uppercase;margin:0}.account.customer-rewards-transaction .block.block-reward-dashboard-transaction .block-content a.action.view{display:none}.account .block.block-reward-dashboard-transaction .block-content a.action.view:hover{color:#282828 !important;background:#fff;border:1px solid #282828}body.customer-account-create:not(.catalog-product-view) .page-main input[type="checkbox"]:checked+label:after,body.customer-account-create:not(.catalog-product-view) .page-main input[type="checkbox"]:checked+a:after,body.customer-account-create:not(.catalog-product-view) .page-main .filter-options-all input[type="checkbox"]+a.am_shopby_link_selected:after,body.customer-account-create:not(.catalog-product-view) .page-main .filter-options-all input[type="checkbox"]:checked+a:after{left:3.5px;top:1px;font-size:7px;font-weight:normal}body.customer-account-create:not(.catalog-product-view) .page-main input[type="checkbox"]+label:before,body.customer-account-create:not(.catalog-product-view) .page-main input[type="checkbox"]+a:before{height:12px;width:11px}.customer-account-createpassword .page-title-wrapper.layout_type1{padding:50px 38px 30px;margin:0}.customer-account-createpassword .page-main>.page-title-wrapper .page-title{text-align:left}.account.customer-rewards-index .table-wrapper:last-child{margin-bottom:38px}body.account.customer-rewards-index .page-main .multicheckout .block-title>.action{color:#282828 !important}.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info span.product-image-wrapper{padding-bottom:133.33% !important}.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-image-container{width:100% !important}.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info span.product-image-wrapper .product-image-photo{margin:0}.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name .product-item-link{font-size:14px;line-height:20px;height:auto;font-weight:normal}.account.customer-account-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name .product-item-link{font-size:12px;line-height:18px}.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name .product-item-link:hover,.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name .product-item-link:focus,.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name .product-item-link:active{color:#FF3F08}.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box .price{color:#282828;font-size:14px;line-height:20px}.account .form-wishlist-items .product-reviews-summary{margin:0px 7px 0px}.account .products-grid.wishlist .product-item .box-tocart .stock{display:flex;align-items:center;margin:0;margin-left:0;border:1px solid #282828;font-size:12px;letter-spacing:0.5px;background:#282828;color:#fff;font-family:'Roboto Regular';padding:7px 27.7px}.account .products-grid.wishlist .product-item .box-tocart .stock span{padding:0 5px;line-height:16px;font-size:12px;letter-spacing:1px;text-transform:uppercase;font-weight:500;letter-spacing:inherit}.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .field.qty .control>button{width:25px;flex:0 0 25px;ms-flex:0 0 25px;color:#282828}.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .product-item-actions .action.tocart.primary{padding:0 10px;line-height:16px;font-size:12px;letter-spacing:1px;text-transform:uppercase;height:44px;background:#282828;color:#fff !important}.account.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .product-item-actions .action.tocart.primary{background:#282828;color:#fff !important;height:31px;width:155px}.account.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .product-item-actions .action.tocart.primary:hover{background:#fff;color:#282828 !important}.account.customer-account-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .product-item-actions .action.tocart.primary{height:31px;padding:0 37px;letter-spacing:0.5px;background:#282828;color:#fff !important}.account.customer-account-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .product-item-actions .action.tocart.primary:hover{background:#fff;color:#282828 !important}.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset{display:flex}.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .field.qty .control{margin-bottom:0;border:1px solid #282828}.account .form-wishlist-items textarea::-webkit-input-placeholder{color:#282828}.customer-account-login .login-container .description{display:block;text-align:center}.account .vouchers{width:50%;margin:45px 57px 30px 15px;border-radius:10px;-webkit-border-radius:10px;-mozkit-border-radius:10px;position:relative;z-index:1}.account .vouchers:before{background:#fff;opacity:0.8;position:absolute;content:"";width:100%;height:100%;z-index:-1;border-radius:10px}.account .vouchers p{font-size:12px;line-height:20px;color:#282828;padding:0 27px;margin-top:18px;margin-bottom:7px}.account .vouchers .voucher-one p,.account .vouchers .voucher-two p{line-height:14px;padding-left:0;padding-right:0;margin-top:-20px}.account .block.reward-balance{width:50%;margin-bottom:0;padding-left:15px;padding-right:15px;background:#4c4b4d;opacity:0.9;border-radius:10px;-webkit-border-radius:10px;-mozkit-border-radius:10px;margin:48px 8px 30px 60px}.account .block.reward-balance .item-balance{width:100%;height:100%;padding:0;margin-top:0;margin-bottom:0;display:block}.customer-account-create .password-strength-meter{display:none}.page-print main.page-main{margin-bottom:50px}.page-print small.copyright{padding-left:38px}.account .page-title-wrapper .status-order-account{font-size:14px;color:#282828;font-family:'Roboto','Open Sans','Helvetica Neue'}body.account .page-main .column.main .block.block-dashboard-info .block-title{display:none}body.account .page-main .column.main .block.block-dashboard-info .block-content .box-title span{font-size:14px !important;line-height:19px;letter-spacing:1px}.customer-account-login .login-container .form-login .form-group .label.labelfocus{top:-2px}.customer-account-login .login-container .form-login .form-group .label{display:block;line-height:20px;font-size:12px;text-transform:uppercase;position:absolute;margin-bottom:0;top:-2px;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);color:#6A6A6A;width:100%;background-color:transparent;transition:all .25s;pointer-events:none}.customer-account-login .login-container .form-login .form-group .label.login-focus{top:5px;display:block}.customer-account-login .login-container .form-login .form-group{position:relative;margin-bottom:20px}.customer-account-login .login-container .form-login .form-group.password .form-group{position:relative;margin-bottom:-10px}.customer-account-login .login-container .block.block-customer-login .block-content{padding:0}.customer-account-login .login-container .form-login .form-group .label em{display:none}.customer-account-login .block.social-login-authentication-channel.account-social-login .block-content{width:100%;padding:0}.customer-account-login .column.main{display:flex;width:100%}body.fullwidth.customer-account-login .page-main>.columns,body.fullwidth.customer-account-create .page-main>.columns{padding:0}body.customer-account-create .account-social-login,body.customer-account-login .account-social-login{display:none !important}body.customer-account-login .login-container .account-social-login{display:block !important;float:none;width:100%;margin-bottom:31px}.customer-account-login .column.main .login-container-content{width:47.7%}.customer-account-login .column.main .login-container-content .image-left{object-fit:cover;width:100%;height:100%;display:block}.customer-account-login .column.main .login-container-content .image-left-mobile{display:none}.customer-account-create .column.main .image-left{width:47.5%;height:100%;display:block}.customer-account-create .column.main .image-left-mobile{display:none}.customer-account-create .column.main{display:flex}.customer-account-login .login-container .block-title .title{font-size:30px;line-height:40px;font-weight:300;color:#282828;padding:0;margin-bottom:8px;word-spacing:0}.customer-account-login .login-container .block .block-title{padding-bottom:0px}.customer-account-login .description p{font-size:14px;line-height:20px;font-weight:400;color:#282828}.customer-account-login .login-container .form-login .field.note{font-size:14px;line-height:20px;font-weight:400;color:#282828;text-align:center;margin-bottom:18px;padding-bottom:10px}.customer-account-login .column.main .login-container-content .image-left img{width:100%;height:100%;object-fit:cover}.customer-account-login .login-container{width:50% !important;padding-top:45px}.customer-account-login .login-container .block.block-customer-login{padding:0 150px;padding-left:135px}.customer-account-login a.action.remind{float:right;color:#FF3F08;font-size:12px;line-height:20px;margin-bottom:24px}.customer-account-login a.action.remind:hover{color:#282828 !important}.customer-account-login .login-container .form-login .form-group .control input{border:0;height:37.5px;padding:0;border-bottom:1px solid #979797}.customer-account-login input:-webkit-autofill{-webkit-box-shadow:0 0 0 50px #fff inset !important}.customer-account-login .action.register{display:flex;width:100%;padding-left:48px}.customer-account-login .action.register .field.note.register{font-size:14px;line-height:19px;margin:0}.customer-account-login .action.register a{text-transform:uppercase;text-decoration:underline;font-size:12px;letter-spacing:1px;margin-left:3px;color:#FF3F08}.customer-account-login .action.register a:hover{color:#282828}.customer-account-login .login-container .form-login .actions-toolbar .action.btn{background:#282828;border:1px solid #282828;height:48px;font-size:12px;line-height:16px;letter-spacing:1px}.customer-account-login .login-container .form-login .actions-toolbar .action.btn:hover{border:1px solid #282828;color:#282828;background:#fff}.customer-account-login .login-container .fieldset:last-child{margin-bottom:25px}.customer-account-create .register-container .block-title{display:block;margin-bottom:30px !important}.customer-account-create .register-container .form.create.account.form-create-account{display:block;padding:0 57px;padding-left:74px}.customer-account-create .fieldset>.field>input[type="checkbox"]+label,.customer-account-create .fieldset>.field>input[type="checkbox"]+a,.customer-account-create input[type="checkbox"]+a,.customer-account-create input[type="checkbox"]+label{padding-left:22px;line-height:16px;max-width:310px;width:100%}.customer-account-create .register-container .form-create-account>.fieldset{max-width:100%;margin-bottom:10px;padding:0}.customer-account-create .register-container .form-create-account>.fieldset.create.info{margin-bottom:0}.customer-account-create .register-container .form-create-account .actions-toolbar>.primary button.action{width:100%;font-size:12px;line-height:16px;height:48px}.customer-account-create .register-container .form-create-account>.fieldset>.field:not(.choice)>.label,.customer-account-create .register-container .form-create-account>.fieldset>.field.street .field.additional .label{top:10px;color:#6A6A6A;left:0;background:transparent;z-index:3;transition:all .25s}.customer-account-create .register-container .form-create-account>.fieldset>.field:not(.choice)>.label.input-focus{display:block;top:-2px;left:0}.block-content .amsl-login-page .amsl-social-login{background:transparent;padding:0;width:100%}.block-content span.amsl-title{display:none}.block-content .amsl-button.-google .amsl-social-icon{content:'';background-repeat:no-repeat;background-size:15px;background-position:left 36px center;background-image:url(../../frontend/Mgs/naelofar/en_US/images/icon-google.svg);left:0;position:relative;display:flex;align-items:center;width:100%;height:100%}.block-content .amsl-button.-facebook .amsl-social-icon{content:'';background-repeat:no-repeat;background-size:7px;background-position:left 26px center;background-image:url(../../frontend/Mgs/naelofar/en_US/images/icon-facebook.svg);left:0;position:relative;display:flex;align-items:center;width:100%;height:100%}.block-content .amsl-button-wrapper.-rectangular .amsl-button,.block-content .amsl-linked-wrapper.-rectangular .amsl-button{border-radius:0;position:relative;padding:0;display:flex;align-items:center}.block-content .amsl-social-login .amsl-buttons{flex-wrap:nowrap;justify-content:center}.block-content .amsl-social-login .amsl-buttons{padding:10px 0}.block-content .amsl-button.-google .amsl-social-icon:after{content:'Google';font-size:15px;line-height:20px;font-family:'Poppins';font-weight:500;margin-left:21px;position:relative;width:100%}.block-content .amsl-button.-facebook .amsl-social-icon:after{content:'Facebook';font-size:15px;line-height:20px;font-family:'Poppins';font-weight:500;margin-left:17px;position:relative;width:100%}.block-content .amsl-button-wrapper.-rectangular .amsl-button:hover,.block-content .amsl-linked-wrapper.-rectangular .amsl-button:hover{background:#282828;box-shadow:none;color:#fff}.block-content .amsl-button.-google .amsl-social-icon:hover{background-image:url(../../frontend/Mgs/naelofar/en_US/images/icon-google-hover.svg)}.block-content .amsl-button.-facebook .amsl-social-icon:hover{background-image:url(../../frontend/Mgs/naelofar/en_US/images/icon-facebook-hover.svg)}html .amsl-social-login .amsl-button{box-shadow:none;background:#FFFFFF;border:1px solid #282828;color:#282828;text-transform:uppercase;padding:17px 12px;width:153px;margin-top:5px;height:50px}.block-content .amsl-login-page .amsl-social-login .amsl-button-wrapper,.block-content .amsl-button-wrapper.-rectangular{margin:0 6px 20px}.block-content .amsl-social-login{background:transparent}.block-content form#login-form{padding:0 47px}.amsl-social-login .amsl-button.-facebook{padding:15px 12px}.customer-account-login .account-social-login .actions-toolbar.social-btn{width:153px;margin-right:10px;margin-top:5px}.customer-account-login .account-social-login .actions-toolbar.social-btn.facebook-login{width:150px;margin-right:0}.customer-account-login .social-btn .btn-social.btn-facebook{padding:14px 12px 14px 42px}.customer-account-login .social-btn .btn-social.btn-google,.customer-account-login .social-btn .btn-social.btn-facebook{content:'';font-size:0;color:#282828;border-radius:0}.customer-account-login .social-btn .btn-social.btn-google:after{content:'Google';font-size:15px;line-height:20px;font-family:'Poppins';font-weight:500}.customer-account-login .social-btn a.btn-social{color:#282828}.customer-account-login .social-btn a.btn-social.btn-google:hover,.customer-account-login .social-btn a.btn-social.btn-facebook:hover{background:#282828;color:#fff !important;border:1px solid #282828}.customer-account-login .social-btn .btn-social.btn-facebook:after{content:'Facebook';font-size:15px;line-height:20px;font-family:'Poppins';font-weight:500}.customer-account-login .social-btn .btn-social>:first-child{border:0}.customer-account-login .field.choice.persistent.remember-box{display:none}.customer-account-login footer.page-footer{margin-top:0}.customer-account-login .login-container .block-title{margin-bottom:0 !important}.customer-account-login .actions-toolbar.social-btn .btn-social>:first-child{font-size:0;display:flex;align-items:center;justify-content:center;border:1px solid transparent;width:100%;height:100%;top:0;left:0;background:transparent;margin:0}.customer-account-login .actions-toolbar.social-btn .btn-social .fa-google:before{width:14px;height:15px;content:'';position:absolute;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url(../../frontend/Mgs/naelofar/en_US/images/icon-google.svg);left:32px}.customer-account-login .actions-toolbar.social-btn .btn-social .fa-facebook:before{width:10px;height:16px;content:'';position:absolute;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url(../../frontend/Mgs/naelofar/en_US/images/icon-facebook.svg);left:19px}.customer-account-login .actions-toolbar.social-btn .btn-social .fa-facebook:hover::before{background-image:url(../../frontend/Mgs/naelofar/en_US/images/icon-facebook-hover.svg);background-size:contain}.customer-account-login .actions-toolbar.social-btn .btn-social .fa-google:hover::before{background-image:url(../../frontend/Mgs/naelofar/en_US/images/icon-google-hover.svg);background-size:contain}.customer-account-login .page-main input[type="text"]::-webkit-input-placeholder,.customer-account-login .page-main input[type="password"]::-webkit-input-placeholder,.customer-account-login .page-main input[type="email"]::-webkit-input-placeholder,.customer-account-login .page-main input.input-text::-webkit-input-placeholder{visibility:hidden}.customer-account-create .register-container .form-create-account>.fieldset>.field .control input,.customer-account-create .register-container .form-create-account>.fieldset>.field .control select{border:0;border-bottom:1px solid #979797;height:36.5px;padding:0}.customer-account-create .register-container .form-create-account>.fieldset>.field .control input#firstname,.customer-account-create .register-container .form-create-account>.fieldset>.field .control input#lastname{height:33.5px}.customer-account-create .register-container .form-create-account>.fieldset>.field .control input#email_address{height:34.5px}.customer-account-create .register-container .form-create-account>.fieldset>.field .control ._has-datepicker~.ui-datepicker-trigger{background-image:url(../../frontend/Mgs/naelofar/en_US/images/calendar-icon.svg);background-size:contain;background-repeat:no-repeat;background-position:right;height:21px;display:block;position:absolute;margin:0;padding:0;top:8px;right:39%}.customer-account-create .ui-datepicker .ui-datepicker-prev{left:0;top:8px}.customer-account-create .ui-datepicker .ui-datepicker-next{right:0;top:8px}.customer-account-create .ui-datepicker .ui-datepicker-title{margin:0 18px}.customer-account-create .ui-datepicker .ui-datepicker-title select{background-position:right 10px center}.customer-account-create .ui-datepicker td span,.customer-account-create .ui-datepicker td a{text-align:center;color:#282828}.customer-account-create .register-container .form-create-account>.fieldset>.field .control ._has-datepicker~.ui-datepicker-trigger:before{visibility:hidden}.customer-account-create .register-container .form-create-account>.fieldset>.field .control.customer-dob{display:flex;align-items:center;justify-content:center}.customer-account-create .register-container .form-create-account>.fieldset>.field .control.customer-dob input{position:relative;width:100%;height:39.5px;margin-right:0}.customer-account-create .register-container .block-title .title,body.customer-account-forgotpassword .block-customer-forgot-password .block-title .title{font-size:30px;line-height:40px;text-align:center;letter-spacing:0;font-weight:300;color:#282828;padding:0;margin-bottom:10px;word-spacing:0}.customer-account-create .description p{text-align:center;line-height:20px;max-width:330px;width:100%;margin:0 auto}.customer-account-create .page-main input:-webkit-autofill,.customer-account-create .page-main input:-internal-autofill-selected,.customer-account-create .page-main input:-webkit-autofill:hover,.customer-account-create .page-main input:-webkit-autofill:focus,.customer-account-create .page-main input:-webkit-autofill:active{-webkit-box-shadow:0 0 0px 300px transparent inset !important;-webkit-background-clip:text;-webkit-text-fill-color:#282828 !important}body.customer-account-create .fieldset>.field.required>.label:after,body.customer-account-create .fieldset>.field._required>.label:after,body.customer-account-create .fieldset>.fields>.field.required>.label:after,body.customer-account-create .fieldset>.fields>.field._required>.label:after{color:#6A6A6A !important}.customer-account-create .register-container{width:52.5%;padding:0 155px;padding-top:43px;padding-bottom:50px;padding-left:127px}.customer-account-create footer.page-footer{margin-top:0}.customer-account-create .column.main .image-left img{height:100%;object-fit:cover;width:100%}.customer-account-create .field.choice.newsletter{padding-left:0}.customer-account-create .field.choice.newsletter span{font-size:12px;line-height:16px;letter-spacing:0}.customer-account-create .register-container .form.create.account .field span{font-size:12px;line-height:16px;letter-spacing:0;color:#282828}.customer-account-create .register-container .form.create.account .field.choice{margin-bottom:15px}.customer-account-create .register-container .form.create.account.form-create-account .actions-toolbar{margin-bottom:15px;padding-top:0}.customer-account-create .field.choice.persistent.remember-box{margin-bottom:18px}.customer-account-create .field.choice.persistent.remember-box span{font-size:12px;line-height:16px;letter-spacing:0}body.account .sidebar.sidebar-additional{display:none}.account .page-title-wrapper.layout_type1{padding:0 0 20px;margin-bottom:0}.account .sidebar.sidebar-main{background:transparent}.account .block-collapsible-nav .item.current a,.account .block-collapsible-nav .item.current>strong{border-color:transparent;color:#FF3F08;font-weight:bold}.account .block-collapsible-nav .item .delimiter{display:none}.account .block-collapsible-nav .item a:hover,.account .block-collapsible-nav .item a:focus,.account .block-collapsible-nav .item a:active{color:#FF3F08 !important;font-weight:bold;background:transparent}.account .sidebar .block .title{padding:38px 27px 14px;margin:0}.account .sidebar .block{padding-bottom:30px;margin-bottom:0}.account .sidebar .block .title{background:#F6F6F6;padding:21px 30px}.account .block-collapsible-nav .item a,.account .block-collapsible-nav .item>strong{padding:7px 28px;color:#282828}.account .block-collapsible-nav .item:first-child{margin-top:5px}.account .block-collapsible-nav .item{margin:0}.account .sidebar .block .title strong{font-size:14px;line-height:19px;margin:0;text-transform:uppercase;color:#282828;letter-spacing:1px}body.account .page-main .column.main .block-dashboard-info .action,body.account .page-main .column.main .block-dashboard-addresses .action,body.account .page-main .column.main .block-addresses-default .action,body.account .page-main .column.main .block-addresses-list .action{font-style:normal;color:#282828;font-size:12px;line-height:16px;text-decoration:underline;text-transform:inherit}body.account .page-main .column.main .block-dashboard-info .action.edit{color:#FF3F08}body.account .page-main .column.main .block-dashboard-info .action.edit.edit-billding{margin-left:15px}body.customer-account-forgotpassword .block-customer-forgot-password .form.password.forget .actions-toolbar .secondary a.action{padding-top:0;color:#fff;font-size:12px;text-decoration:none;text-transform:uppercase;background:#282828;border:1px solid #282828;padding:15px 20px;font-weight:500}body.customer-account-forgotpassword .block-customer-forgot-password .form.password.forget .actions-toolbar{padding-top:10px}body.customer-account-forgotpassword .block-customer-forgot-password .form.password.forget .actions-toolbar .secondary a.action:hover,body.customer-account-forgotpassword .block-customer-forgot-password .form.password.forget .actions-toolbar .secondary a.action:focus,body.customer-account-forgotpassword .block-customer-forgot-password .form.password.forget .actions-toolbar .secondary a.action:active{color:#282828 !important;background:#fff;border:1px solid #282828}body.customer-account-forgotpassword .block-customer-forgot-password .form.password.forget .actions-toolbar .secondary{float:right;margin-top:10px}body.customer-account-forgotpassword .block-customer-forgot-password .block-title{margin:50px 0 15px}.customer-account-forgotpassword .actions-toolbar>.primary .action:last-child,.customer-account-forgotpassword .actions-toolbar>.secondary .action:last-child{width:100%;font-size:12px;line-height:16px;height:48px}.customer-account-create .register-container .form-create-account>.fieldset>.field{margin-bottom:20px}body.customer-account-forgotpassword .block-customer-forgot-password .form.password.forget .control input{border:1px solid #979797}.customer-account-forgotpassword .field.captcha .control.captcha .nested .control.captcha-image{border:1px solid #979797}body.account .page-main .column.main .block-title>strong{font-size:14px !important;font-weight:bold !important;line-height:19px !important;letter-spacing:1px;text-transform:uppercase;color:#282828}body.account .page-main .column.main .block-content .box-title{font-size:12px;font-weight:500;line-height:16px;letter-spacing:1px;text-transform:uppercase;color:#282828;margin-bottom:15px}body.account.customer-account-index .page-main .column.main table.table tr th.col{font-size:12px;line-height:16px;letter-spacing:1px;font-weight:500;color:#282828;padding:16px 20px 25px 0px;border-bottom:0;vertical-align:top}body.account.customer-rewards-index .page-main .column.main table.table tr th.col{vertical-align:top;text-align:center}body.account.customer-rewards-index .page-main .column.main table.table tr th.col.comment,body.customer-rewards-transaction .page-main .column.main table.table tr th.col.comment{width:30%;text-align:left}body.account .page-main .column.main .color-info{display:none}body.account .page-main .column.main .block-title{border-bottom:0}body.account .page-main .column.main table.table tr td{color:#282828}body.account .page-main .column.main table.table tr td.col.status{color:#282828}body.account .page-main .column.main table.table tr td.col .action.order-primary,body.account .page-main .column.main table.table tr td.col .action.more{font-size:14px;color:#282828;border:0;padding:0 25px;font-style:normal;display:inline-block;height:30px;line-height:20px}body.account .page-main .column.main table.table tr td.col .action.order-primary:hover,body.account .page-main .column.main table.table tr td.col .action.more:hover{color:#FF3F08;background:transparent;border:0}body.account .page-main .column.main table.table tr{border-bottom:0}body.account .page-main .column.main .action.view-order{float:left}body.account .page-main .column.main table.table tr td.col.actions{float:right}body.account .page-main .column.main table.table tr td.col .action.order-primary,body.account .page-main .column.main table.table tr td.col .action.more{padding:0}body.account.sales-order-history .page-main .column.main table.table tr td.col .action.order-primary{display:none}body.account .page-main .column.main table.table tr td.col.subtotal .cart-price .price{color:#282828}body.account .page-main .column.main table.table tfoot tr td .price{color:#282828}body.account .page-main .order-actions-toolbar .action.print{float:left;color:#282828}body.account .page-main .page-title-wrapper .status-order-account .order-actions-toolbar{text-align:left;color:#282828;margin:0}body.account .page-title-wrapper .status-order-account .order-date{text-align:left;color:#282828}body.account .page-title-wrapper .status-order-account .order-status{width:100%;text-align:left;color:#282828}body.account .page-title-wrapper .status-order-account .order-actions-toolbar .actions>.action{color:#282828}body.account .page-title-wrapper .status-order-account .order-actions-toolbar .actions>.action:hover{color:#FF3F08}body.account .column.main .actions-toolbar .secondary{font-size:14px;line-height:20px}body.account .page-main .column.main .actions-toolbar .secondary .action.back{color:#fff !important;background:#282828;border:1px solid #282828;height:48px;padding:16px 40px;margin-top:0}body.account .page-main .column.main .actions-toolbar .secondary{float:left;margin-left:0}body.account.wishlist-index-index .page-main .column.main .actions-toolbar .secondary{display:flex}body.account .page-main .column.main form .actions-toolbar{display:block;margin:0}body.account .page-main .column.main .form-address-edit .actions-toolbar .action.primary{font-size:12px;line-height:16px;height:48px;padding:17px 40px}body.account .page-main .column.main .form-newsletter-manage .actions-toolbar .secondary,body.account .page-main .column.main .form-edit-account .actions-toolbar .secondary,body.account .page-main .column.main .form-address-edit .actions-toolbar .secondary{margin-left:0;padding:0;display:inline-flex}body.account .page-main .form-wishlist-items .actions-toolbar>.primary button.action,body.account .page-main .actions-toolbar>.primary .action:last-child,body.account .page-main .actions-toolbar>.secondary .action:last-child{color:#fff;background:#282828;border:1px solid #282828;font-size:12px;line-height:16px;height:48px;padding:14px 40px;margin-top:0;text-transform:uppercase;margin:0}body.account .page-main .form-wishlist-items .actions-toolbar>.primary button.action{margin-left:5px}body.account .page-main .column.main .actions-toolbar .secondary .action.back:hover,body.account .form-wishlist-items .actions-toolbar>.primary button.action:hover,body.account .actions-toolbar>.primary .action:last-child:hover,body.account .actions-toolbar>.secondary .action:last-child:hover{background-color:transparent;border:1px solid #282828;color:#282828 !important}body.account .page-main .actions-toolbar>.primary,body.account .page-main .actions-toolbar>.secondary{float:right}body.account.customer-address-index .page-main .column.main .actions-toolbar .secondary{padding:0;font-size:12px;line-height:16px;font-weight:500;margin:0}.account .form-wishlist-items .actions-toolbar>.primary button.action.update{margin:0}body.account .page-main .column.main .actions-toolbar .secondary .action.back:hover:after{display:none}body.account .page-main .column.main table.table tr td.col{font-size:14px;line-height:20px}body.account.customer-rewards-index .page-main .column.main table.table tr td.col{vertical-align:top;text-align:center}body.account.customer-rewards-index .page-main .column.main table.table tr td.col.comment{text-align:left;width:30%}body.account.customer-account-index .page-main .column.main table.table tr td.col{vertical-align:top}body.account.sales-order-history .page-main .column.main table.table tr td.col{padding:10px 0}body.account .page-main .column.main .block-title{padding:0}body.account .page-main .column.main table.table tfoot .mark{font-size:14px;line-height:20px}body.account table>thead>tr>th,body.account table>tbody>tr>th,body.account table>tfoot>tr>th,body.account table>thead>tr>td,body.account table>tbody>tr>td,body.account table>tfoot>tr>td{padding:20px 10px}body.account .page-main .column.main table.table tr td{padding:20px 0}body.account.customer-account-index .page-main .column.main table.table tr td{padding:0}body.account .page-main .column.main table.table tfoot tr.grand_total strong{font-size:14px}body.account .page-main .column.main .cart.table-wrapper .col.price,body.account .page-main .column.main .order-items.table-wrapper .col.price{text-align:left}body.account .page-main .column.main .order-details-items .order-title>strong{margin-bottom:0}body.account .page-main .column.main .price-including-tax,body.account .page-main .column.main .price-excluding-tax{font-size:14px;line-height:20px}body.account .page-main .column.main{font-size:14px;line-height:20px}body.account .page-main .column.main .block-content .box-actions,body.account .page-main .column.main .block-content .item.actions{margin-top:0px}body.account .page-title-wrapper .page-title{margin-right:0;margin-bottom:5px;text-align:left}body.account.page-layout-2columns-left .page-main>.columns .sidebar.sidebar-main,body.account.page-layout-2columns-right .page-main>.columns .sidebar.sidebar-main,body.account.page-layout-2columns-left .page-main>.columns .sidebar.sidebar-additional,body.account.page-layout-2columns-right .page-main>.columns .sidebar.sidebar-additional{width:20.5%;padding:0}body.account.page-layout-2columns-left .page-main>.columns .column.main,body.account.page-layout-2columns-right .page-main>.columns .column.main{width:78.8%}body.account .form-wishlist-items .products-grid.wishlist:not(.active-slider) .product-items .product-item{padding:0 10px}.account .toolbar.wishlist-toolbar .toolbar-amount,.account .toolbar.wishlist-toolbar .limiter{margin:0}.account .column.main .toolbar .limiter-options{background-position:center right 7px;height:20px;color:#282828}.account .block.block-dashboard-orders .block-title.order{margin-bottom:3px !important;text-align:center}.account.sales-order-print .page-title-wrapper .status-order-account{font-size:14px}.page-print.account .page-title-wrapper.layout_type1{padding:20px 38px}.account.sales-order-print .page-main .column.main .actions-toolbar .secondary .action.back{display:none}.page-print .logo img{margin:0 auto}.page-print .logo img.default-logo{display:none}body.account .page-main .column.main .toolbar{margin-bottom:10px}body.account .abs-field-date input,body.account .form-giftregistry-search .fields-specific-options .datetime-picker,body.account .field.date input{position:relative;width:100%}body.account ._has-datepicker~.ui-datepicker-trigger{position:absolute;top:-4px;right:0}.account .ui-datepicker .ui-datepicker-prev,.account .ui-datepicker .ui-datepicker-next{top:8px}.account .ui-datepicker .ui-datepicker-calendar td{padding:0}.account .ui-datepicker .ui-datepicker-calendar td a{text-align:center}.account .ui-datepicker .ui-datepicker-title select{background-position:right 9px center}.account .ui-datepicker .ui-datepicker-title{margin:0 20px}.account .ui-datepicker .ui-datepicker-prev{left:0}.account .ui-datepicker .ui-datepicker-next{right:0}.account .field-tooltip .field-tooltip-action:before{padding-left:0}.field.choice .field-tooltip{margin-left:0;top:0}body.account.customer-rewards-index .column.main .block:not(.widget) .block-title>.action,body.account.customer-rewards-index .multicheckout .block-title>.action,body.account.customer-rewards-index .paypal-review .block .block-title>.action,body.account.customer-rewards-index .magento-rma-guest-returns .column.main .block:not(.widget) .block-title>.action,body.account.customer-rewards-index [class^='sales-guest-'] .column.main .block:not(.widget) .block-title>.action,body.account.customer-rewards-index .sales-guest-view .column.main .block:not(.widget) .block-title>.action{float:right}body.account.customer-rewards-transaction .page-main .column.main table.table tr th.col{vertical-align:top;text-align:center;padding-right:0}body.account.customer-rewards-transaction .page-main .column.main table.table tr th.col.comment{text-align:left}body.account.customer-rewards-transaction .page-main .column.main table.table tr td.col{vertical-align:top;text-align:center}body.account.customer-rewards-transaction .page-main .column.main table.table tr td.col.comment{text-align:left}@media (max-width:1366px){body.account.page-layout-2columns-left .page-main>.columns,body.account.page-layout-2columns-right .page-main>.columns{padding:0px 80px}}@media (min-width:1367px){.customer-account-login .login-container{padding-top:0;display:flex;align-items:center}.customer-account-login .login-container .block.block-customer-login{max-width:700px;width:100%;margin:0 auto}.customer-account-create .register-container{display:flex;align-items:center}.customer-account-create .register-container .register-signup-content{max-width:500px;width:100%;margin:0 auto}}@media (max-width:1365px){.customer-account-login .column.main .block:last-child{margin-bottom:30px}.customer-account-login .login-container .block.block-customer-login{padding:0px 100px}body.account.page-layout-2columns-left .page-main>.columns,body.account.page-layout-2columns-right .page-main>.columns{padding:0 15px}}@media (max-width:1220px){.account .block.reward-balance{padding-left:15px}.account .block.reward-balance{margin:48px 8px 30px 15px}.account .vouchers{margin:45px 15px 30px 8px}.account .vouchers p{padding:0;padding-left:15px}.vouchers-content{padding:0px 16px 30px 15px}}@media (max-width:1280px){.customer-account-login .login-container .block.block-customer-login{padding:0px 50px}.customer-account-create .register-container{padding-left:60px;padding-right:60px}.account.customer-account-index .products-grid.wishlist{padding:42px 30px 0;margin-bottom:0}.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box{padding:0;width:11%}}@media (max-width:1100px) and (min-width:992px){.account .block.reward-balance{padding-top:18px}.account .vouchers{width:60%}.account .page-main .welcome-msg p.hello strong{line-height:35px;font-size:22px}.account .block.reward-balance{width:40%}.vouchers-content{padding:0px 16px 30px 15px}.account .vouchers p{padding-left:15px}}@media (max-width:1199.98px){.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .product-item-actions .action.tocart.primary:before{display:none}.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .product-item-actions .action.tocart.primary:hover::before{background:url(../../frontend/Mgs/naelofar/en_US/images/shopping-bags-hover.svg) no-repeat;background-size:contain}.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .product-item-actions .action.tocart.primary{height:44px;padding:0 10px}}@media (max-width:1024px){.account .products-grid.wishlist .product-item .box-tocart .stock{padding:7px 8px}.account.wishlist-index-index .column.main .message.info{margin-left:0}.account.wishlist-index-index .products-grid.wishlist{padding-left:0}.account.wishlist-index-index .page-title-wrapper.layout_type1{padding:0px 0 30px}body.account.wishlist-index-index .form-wishlist-items .products-grid.wishlist:not(.active-slider) .product-items .product-item{padding:0}.account.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name{width:27%}.account.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .product-item-actions .action.tocart.primary{width:115px}.customer-account-login .login-container{padding-top:35px}.customer-account-create .register-container .form.create.account.form-create-account{padding-left:40px;padding:0px 30px}body.account .page-main .form-wishlist-items .actions-toolbar>.primary button.action{padding:14px 35px}}@media (max-width:1023px) and (min-width:992px){.account.wishlist-index-index .products-grid.wishlist{padding:0 15px}}@media (max-width:991px) and (min-width:768px){.account .products-grid.wishlist .product-item-photo{width:100%;max-width:30%}body.account .page-main .column.main{font-size:12px}.account.customer-account-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name{margin-top:0}body.account.customer-account-index .form-wishlist-items .products-grid.wishlist:not(.active-slider) .product-items .product-item{flex:0 0 calc(50%);max-width:calc(50%);padding:0}.account.customer-account-index .products-grid.wishlist{padding:30px 25px 0}.account.customer-account-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box{top:26%}.account.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name{width:20%;padding:0 10px;padding-right:0}.account.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name .product-item-link{font-size:10px}.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box .price{font-size:12px}.account .price-box-total .price{font-size:12px}.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .product-item-actions .action.tocart.primary{line-height:20px;font-size:10px}.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .product-item-actions .action.tocart.primary{padding:0 10px}.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .field.qty .control input.qty{width:20px}body.account.wishlist-index-index .page-main .form-wishlist-items .actions-toolbar>.primary button.action,body.account.wishlist-index-index .page-main .actions-toolbar>.primary .action:last-child,body.account.wishlist-index-index .page-main .actions-toolbar>.secondary .action:last-child{padding:14px 13px}body.account.wishlist-index-index .page-main .column.main .actions-toolbar .secondary .action.back{padding:16px 27px}.account .products-grid.wishlist .product-item .box-tocart .stock span{font-size:10px}.account .products-grid.wishlist .product-item .box-tocart .stock{padding:7px 15px}}@media (max-width:840px) and (min-width:768px){.account .sidebar .block .title strong{font-size:12px}}@media (max-width:1199px){body.account.sales-order-history .page-main .column.main table.table tr td.col.actions{display:flex;flex-direction:column}body.account.sales-order-history .column.main table.table tr td.col.actions .action.order{border-left:0;padding-left:0;text-align:right}}@media (max-width:991px){body.account.sales-order-history .page-main .column.main table.table tr td.col{font-size:12px}.account .page-title-wrapper .status-order-account{font-size:12px}body.account .page-main .column.main table.table tr th.col{font-size:12px}body.account.sales-order-view .page-main .column.main table.table tr td.col,body.account .page-main .column.main .price-excluding-tax{font-size:12px}body.account .page-main .column.main table.table tfoot .mark{font-size:12px}body.account .page-main .column.main table.table tfoot tr.grand_total strong{font-size:12px}.customer-account-create .description p{font-size:14px;line-height:18px}.vouchers-content{padding:0px 16px 30px 27px}.account .block.reward-balance{margin:0 auto;width:100%;margin-top:0;padding:0 15px 25px;max-width:300px}.account .page-main .column.main .block-reward-dashboard{padding-bottom:0}.account .vouchers p{padding:0 36px;margin-top:0;padding-top:25px}.account .vouchers{margin:0 auto;width:90%;margin-top:30px;margin-bottom:0;max-width:500px}.account.customer-account-index .page-main .column.main .block.block-dashboard-orders{width:100%;margin-right:0;margin-bottom:30px}body.account.customer-account-index .page-main .column.main .form-wishlist-items{width:100%;margin-left:0}body.account.customer-account-index .page-main .column.main .block.block-dashboard-info .block-content{display:block}body.account.customer-account-index .page-main .column.main .block.block-dashboard-info .box.box-information{width:100%;margin-bottom:30px}body.account.customer-account-index .page-main .column.main .block.block-dashboard-info .box.box-newsletter{width:100%}.account .vouchers .vouchers-content p{padding-top:0}.voucher-one,.voucher-two{width:40%}.account .item-balance .available{height:100%}.account .page-main .column.main .block-reward-dashboard{display:block;padding:30px 0}.customer-account-createpassword .page-title-wrapper.layout_type1{padding:50px 15px 30px;margin:0}.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset{margin-bottom:0}.account .products-grid:not(.active-slider) .product-items{margin-right:0;margin-left:0}.page-print small.copyright{padding-left:15px}.page-print.account .page-title-wrapper.layout_type1{padding:20px 15px}body.account .page-title-wrapper .page-title{line-height:40px;font-size:36px;text-align:left}body.account.page-layout-2columns-left .page-main>.columns .sidebar.sidebar-main,body.account.page-layout-2columns-right .page-main>.columns .sidebar.sidebar-main,body.account.page-layout-2columns-left .page-main>.columns .sidebar.sidebar-additional,body.account.page-layout-2columns-right .page-main>.columns .sidebar.sidebar-additional{flex:0 0 23%;-ms-flex:0 0 23%}body.account.page-layout-3columns .columns .sidebar.sidebar-additional,body.account.page-layout-2columns-left .columns .sidebar.sidebar-additional,body.account.page-layout-2columns-right .columns .sidebar.sidebar-additional,body.account.page-layout-3columns .columns .sidebar.sidebar-main,body.account.page-layout-2columns-left .columns .sidebar.sidebar-main,body.account.page-layout-2columns-right .columns .sidebar.sidebar-main,body.account.page-layout-3columns .columns .column.main,body.account.page-layout-2columns-left .columns .column.main,body.account.page-layout-2columns-right .columns .column.main{-ms-flex:0 0 75.7%;flex:0 0 75.7%;padding-left:15px}.account .sidebar .block .title{margin:0;padding:15px 16px}.account .block-collapsible-nav .item a,.account .block-collapsible-nav .item>strong{padding:7px 12px}.account .page-title-wrapper.layout_type1{width:100%}.customer-account-create .register-container{padding-left:15px;padding-right:15px}.customer-account-login .login-container .block.block-customer-login{padding:0px 10px}.customer-account-login .login-container .block.block-customer-login .block-content{padding:0 25px}.customer-account-login .action.register{padding-left:25px}.customer-account-login .block.social-login-authentication-channel.account-social-login .block-content{padding:0}body.account .page-title-wrapper .page-title{line-height:36px;font-size:30px}}@media (max-width:767.98px){.account .form-wishlist-items .products-grid.wishlist:not(.active-slider) .product-items .product-item{-ms-flex:0 0 calc(50%);flex:0 0 calc(50%);max-width:calc(50%)}.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info{display:block}.account.wishlist-index-index .products-grid.wishlist .product-item-photo{max-width:100%}.account.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name{width:100%;padding:0}.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info span.product-image-wrapper .product-image-photo{width:100%}body.account.wishlist-index-index .form-wishlist-items .products-grid.wishlist:not(.active-slider) .product-items .product-item{padding:0 15px;margin-bottom:30px}.account.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset{display:block;width:100%}.account.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .product-item-actions{margin:0;float:left}.account.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .field.qty{margin-bottom:10px}.account.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart,.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .comment-box{-ms-flex:inherit;flex:inherit;max-width:100%;display:block}.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box{margin-bottom:10px}.wishlist-index-index .cart-cell{margin-bottom:10px}}@media (max-width:767px){.account .sidebar .block:nth-child(1) ul li:last-child{display:block}.account.customer-rewards-index .sidebar .block:nth-child(1) ul li:last-child{display:block}.account.customer-rewards-index .sidebar .block:nth-child(2) ul li:first-child{display:none}body.account.customer-rewards-transaction .page-title-wrapper .page-title{margin-bottom:20px}body.account.customer-account-index .form-wishlist-items .products-grid.wishlist:not(.active-slider) .product-items .product-item{flex:0 0 calc(50%);max-width:calc(50%);padding:0}.account.customer-account-index .products-grid.wishlist{padding:30px 25px 0}.account.customer-account-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box{top:27%}#social-login-popup .social-login-title h2.forgot-pass-title{color:#000;background:transparent;height:20px;overflow:hidden;visibility:hidden}.account .block.block-reward-dashboard-transaction .block-content{padding:0 20px}.account.customer-rewards-transaction .block-collapsible-nav .title:after{top:13px}body.account.sales-order-view .page-main .column.main table.table tr{display:table !important}.account.wishlist-index-index .products-grid.wishlist .product-item-actions .action.edit,.account.wishlist-index-index .products-grid.wishlist .product-item-actions .action.delete{margin-top:2px}.account.wishlist-index-index .page-title-wrapper.layout_type1{padding:0px 0 34px}.account.wishlist-index-index .products-grid.wishlist{padding-left:0}.account.customer-account-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner{bottom:14px;padding-left:33%}.account.customer-account-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name{top:0;margin-top:0}.customer-account-create .description p{max-width:288px}.customer-account-create .fieldset>.field>input[type="checkbox"]+label,.customer-account-create .fieldset>.field>input[type="checkbox"]+a,.customer-account-create input[type="checkbox"]+a,.customer-account-create input[type="checkbox"]+label{max-width:324px}body.account.customer-rewards-transaction .page-main .block-collapsible-nav:first-child{display:none}body.account.customer-rewards-transaction .page-main .block-collapsible-nav:last-child{display:block}body.account .page-main .column.main table.table tr{display:table-row !important}.account .vouchers p{padding:20px 27px 0}.account .page-main .column.main .block-reward-dashboard{background:url(../../frontend/Mgs/naelofar/en_US/images/bg-reward-mobile.png) no-repeat;background-size:cover}.account .sidebar .block .title strong{font-size:10px;line-height:20px}body.account .page-main .block-collapsible-nav:last-child{display:none}.account .page-main{padding-top:0}.account .sidebar .block .title strong{font-weight:normal}.customer-account-create .register-container .form-create-account>.fieldset>.field .control ._has-datepicker~.ui-datepicker-trigger{right:12px}.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .product-item-actions .action.tocart.primary{padding:0 10px}.account .block.reward-balance{margin-bottom:20px}body.account .page-main .column.main table.table tr td{padding:10px 0}body.account table>thead>tr>th,body.account table>tbody>tr>th,body.account table>tfoot>tr>th,body.account table>thead>tr>td,body.account table>tbody>tr>td,body.account table>tfoot>tr>td{padding:10px 10px}body.account .page-main .column.main table.table:not(.cart):not(.totals) tfoot tr th,body.account .page-main .column.main table.table:not(.cart):not(.totals) tfoot tr td{padding:10px 0}body.account .page-main .column.main table.table:not(.cart):not(.totals) tfoot tr td{text-align:right}body.account .page-title-wrapper .status-order-account .order-status{margin-bottom:0px}body.account.sales-order-view .page-main .column.main .actions-toolbar .secondary{float:none;display:inline-block}body.account .page-main .column.main .actions-toolbar .secondary{display:block}body.account.wishlist-index-index .page-main .column.main .actions-toolbar .secondary .action.back{padding:16px 26px}body.account.wishlist-index-index .page-main .form-wishlist-items .actions-toolbar>.primary button.action,body.account.wishlist-index-index .page-main .actions-toolbar>.primary .action:last-child,body.account.wishlist-index-index .page-main .actions-toolbar>.secondary .action:last-child{padding:14px 21px}.account.wishlist-index-index .form-wishlist-items .actions-toolbar>.primary button.action{width:inherit}.page-print .logo img.mobile-logo{display:none}.page-print .logo img.default-logo{display:block}body.account.customer-address-index .page-main .column.main .actions-toolbar .secondary{display:inline-flex}.account .page-title-wrapper.layout_type1{padding:0}.account .block-collapsible-nav .content{border-bottom:0}.account .block-wishlist-management .wishlist-select .wishlist-name:after,.account .block-collapsible-nav .title:after{top:13px;right:7px}.account .sidebar .block .title{margin:25px 0 0}body.account .page-main .block-collapsible-nav{position:relative;width:100%;top:0;background:#F6F6F6;margin-bottom:30px;padding-bottom:0}.account .abs-toggling-title-mobile,.account .block-wishlist-management .wishlist-select .wishlist-name,.account .block-collapsible-nav .title{clip:unset;position:relative;height:auto;width:auto;background:#F6F6F6;margin:0;border-bottom:0;cursor:pointer;padding:9px 21px 9px;border-top:0}.account .sidebar .block .title{padding:10px 15px;border:1px solid #282828;background:#fff;font-weight:normal}body.account.page-layout-2columns-left .page-main>.columns .sidebar.sidebar-main,body.account.page-layout-2columns-right .page-main>.columns .sidebar.sidebar-main,body.account.page-layout-2columns-left .page-main>.columns .sidebar.sidebar-additional,body.account.page-layout-2columns-right .page-main>.columns .sidebar.sidebar-additional{flex:0 0 100%;-ms-flex:0 0 100%;order:2;background:transparent}body.account.page-layout-3columns .columns .sidebar.sidebar-additional,body.account.page-layout-2columns-left .columns .sidebar.sidebar-additional,body.account.page-layout-2columns-right .columns .sidebar.sidebar-additional,body.account.page-layout-3columns .columns .sidebar.sidebar-main,body.account.page-layout-2columns-left .columns .sidebar.sidebar-main,body.account.page-layout-2columns-right .columns .sidebar.sidebar-main,body.account.page-layout-3columns .columns .column.main,body.account.page-layout-2columns-left .columns .column.main,body.account.page-layout-2columns-right .columns .column.main{-ms-flex:0 0 100%;flex:0 0 100%;order:3;padding-left:0}.customer-account-login .login-container .block.block-customer-login{padding:0px 5px}.customer-account-login .column.main{display:block}.customer-account-login .column.main .login-container-content{width:100%}.customer-account-login .login-container{width:100% !important}.customer-account-login .description{width:100%;text-align:center}.customer-account-login .login-container .block-title .title{width:100%;text-align:center}.customer-account-create .column.main .image-left{width:100%;height:auto}.customer-account-create .column.main{display:block}.customer-account-create .register-container{width:100%;max-width:400px;margin:0 auto}.customer-account-create .column.main .image-left img{width:70%;margin:0 auto;display:block}.customer-account-create .register-container .form.create.account.form-create-account{padding:0}}@media (max-width:639px){.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box{width:100%}.account .products-grid.wishlist .product-item .box-tocart .stock span{padding:0;display:block;text-align:center;width:100%}.account.wishlist-index-index .products-grid.wishlist .product-item .box-tocart .stock{width:115px}body.account.customer-account-index .form-wishlist-items .products-grid.wishlist:not(.active-slider) .product-items .product-item{flex:0 0 calc(50%);max-width:calc(50%);padding:0 10px;margin-bottom:30px}.account .products-grid.wishlist .product-item-photo{max-width:100%}.account.customer-account-index .products-grid.wishlist{padding:30px 15px 0}.account .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info{display:block}.account.customer-account-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name{position:inherit;padding:0;margin-bottom:0}.account.customer-account-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box p{line-height:20px}.account.customer-account-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box{top:0;position:inherit;padding-left:0;padding-right:0}.account.customer-account-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner{bottom:0;padding-left:0;position:inherit}body.account.customer-account-index .page-main .column.main .block-title.order{padding:0}body.account.customer-rewards-transaction .page-main .column.main table.table tr td.col:first-child{padding-top:30px}body.account.customer-rewards-transaction .page-main .column.main table.table tr td.col:last-child{padding-bottom:30px}body.account.sales-order-history .page-main .column.main table.table tr td.col.actions{display:block;float:left}body.account.sales-order-history .page-main .column.main table.table tr td.col.actions{padding-bottom:20px}body.account.sales-order-history .page-main .column.main table.table tr td.col.tracking{display:flex !important}body.account.sales-order-history .page-main .column.main table.table tr td.col.actions:last-child{display:none}.account .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody>tr>td:first-child{padding-top:10px}.account.customer-account-index .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody>tr>td:first-child{padding-top:0}body.account .page-main .column.main .order-details-items .order-title>strong{font-size:14px !important;line-height:20px;padding-bottom:10px}body.account.wishlist-index-index .form-wishlist-items .products-grid.wishlist:not(.active-slider) .product-items .product-item{padding:0 10px}body.account.customer-rewards-transaction .table-wrapper{overflow-x:hidden}body.account.customer-rewards-transaction .page-main .column.main table.table tr{display:table !important}body.account.customer-rewards-transaction .page-main .column.main table.table tr:last-child{border-bottom:0}.account.customer-rewards-transaction .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) thead{border-bottom:0;display:none}body.account.customer-rewards-transaction .page-main .column.main table.table tr{border-bottom:1px solid #979797}.account.customer-rewards-transaction .block.block-reward-dashboard-transaction .block-content a.action.view{display:inline-block}.account .vouchers .vouchers-content p{margin-top:10px}body.account.customer-rewards-transaction .page-main .column.main table.table tr td.col{text-align:left;display:inline-block;width:100%;padding:10px 15px}.account.customer-rewards-transaction .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr td[data-th]:before{width:100%}body.account.customer-rewards-transaction .page-main .column.main table.table tr td.col.amount{width:50%}body.account.customer-rewards-transaction .page-main .column.main table.table tr td.col.created{width:50%}.how-it-works ul li{width:100%}.how-it-works ul{display:block}.account.customer-account-index .page-main .column.main .block.block-dashboard-orders .block-content{margin:0 20px}.account.customer-account-index .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr td[data-th]:before,.account.customer-account-index .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr th[data-th]:before{display:none}.account.customer-account-index .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr td,.account.customer-account-index .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr th{display:table-cell;width:auto}.account.customer-account-index .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>thead>tr>th{display:table-cell;width:auto}.account.customer-account-index .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody{display:contents;width:100%}.account .vouchers p{margin:0px 31px 28px;overflow:hidden;white-space:nowrap;padding:0;padding-top:20px}.account .block.reward-balance{width:100%;max-width:278px;padding:0 20px;padding-bottom:20px}.account .vouchers{width:100%;max-width:300px}body.account .block.block-dashboard-orders .block-title.order{text-align:left;padding:0}.voucher-one,.voucher-two{width:100%;margin-right:0}.voucher-one{margin-bottom:10px}.vouchers-content{display:block;padding:0px 0px 30px 0px}.account a.action.shop-now{display:none}body.account .page-main .form-wishlist-items .actions-toolbar>.primary button.action{margin-left:0}body.account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th{width:60%}body.account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td{width:40%}body.account.wishlist-index-index .page-main .column.main form .actions-toolbar{display:none}body.account.wishlist-index-index .page-main .actions-toolbar>.primary{margin-bottom:0}body.account.wishlist-index-index .page-main .form-wishlist-items .actions-toolbar>.primary button.action,body.account.wishlist-index-index .page-main .actions-toolbar>.primary .action:last-child,body.account.wishlist-index-index .page-main .actions-toolbar>.secondary .action:last-child{margin-bottom:10px}body.account.wishlist-index-index .page-main .actions-toolbar>.primary,body.account.wishlist-index-index .page-main .actions-toolbar>.secondary{width:100%}.customer-account-login .login-container{padding-top:15px}}@media (max-width:500px){.account .products-grid.wishlist .product-item .box-tocart .stock{width:100%}.account.customer-account-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .product-item-actions .action.tocart.primary{padding:0 10px;width:100%}.account.customer-account-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .product-item-actions{width:100%}body.customer-account-create .fieldset>.field:not(.choice)>.control,body .fieldset>.field1:not(.choice)>.control{margin-bottom:25px}.customer-account-create .register-container .form.create.account.form-create-account{padding:0px 20px}body.account .page-main .column.main .actions-toolbar .secondary .action.back{width:100%;display:block}.account .block.reward-balance{display:block}.account .block.reward-balance .item-balance{width:100%;padding:0}body.account .page-main .actions-toolbar>.primary,body.account .page-main .actions-toolbar>.secondary{float:right;width:100%}body.account .page-main .column.main .form-newsletter-manage .actions-toolbar .secondary,body.account .page-main .column.main .form-edit-account .actions-toolbar .secondary,body.account .page-main .column.main .form-address-edit .actions-toolbar .secondary{width:100%}.customer-account-create .column.main .image-left img{width:100%}.customer-account-create .description p{padding:0px;margin-bottom:24px;margin:0 auto;max-width:290px}.customer-account-login .column.main .block:last-child{margin-bottom:90px}.customer-account-create .register-container .block-title .title{line-height:36px}.customer-account-create .register-container{padding-top:16px;padding-bottom:87px}.customer-account-create .register-container .block-title{margin-bottom:21px !important}}@media (max-width:395px){.customer-account-create .register-container .block-title .title{font-size:24px;line-height:30px}}@media (max-width:375px){body.account .page-title-wrapper .page-title{line-height:30px;font-size:25px}}@media (max-width:360px){body.customer-account-index .page-main .column.main table.table tr td.col a.action.view.order-primary{font-size:12px}body.account.customer-account-index .page-main .column.main table.table tr th.col{padding:16px 0 25px 0px}.sales-order-view .order-details-items thead{display:none}.sales-order-history thead{display:none}.account .form-wishlist-items .products-grid.wishlist:not(.active-slider) .product-items .product-item{-ms-flex:0 0 calc(100%);flex:0 0 calc(100%);max-width:calc(100%)}.account.customer-account-index .products-grid.wishlist{padding:20px 10px 0}.customer-account-login .login-container .description{padding:0 10px}body.account.customer-account-index footer.page-footer{margin-top:20px}body.account.customer-account-index .page-main .column.main .block.block-dashboard-info .box.box-newsletter{padding:35px 0px 35px 31px}body.account .page-main .column.main .block-dashboard-info .action.edit.edit-billding{margin-left:39px}body.account.customer-account-index .page-main .column.main .block.block-dashboard-info .box.box-information{padding:18px 25px 18px;margin-bottom:20px}body.account.customer-account-index .page-main .column.main .block.block-dashboard-info{margin-top:22px}body.account .page-main .column.main .block-content .box-title{margin-bottom:0px}body.account strong.product-item-name{font-size:12px;line-height:16px}.account.customer-account-index .best-sellers span.price,.account.customer-account-index .new-arrivals span.price{font-size:12px;line-height:16px}.account.customer-account-index .form-wishlist-items .actions-toolbar>.primary{margin-bottom:0px}body.account.customer-account-index .page-main .column.main .form-wishlist-items .actions-toolbar{margin:0 15px}body.account.customer-account-index .page-main .column.main .form-wishlist-items .actions-toolbar .secondary{padding-bottom:20px}.account .best-sellers .block.widget.block-products-list.grid,.account .new-arrivals .block.widget.block-new-products.grid{padding-top:15px}.voucher-one,.voucher-two{height:111px;padding-left:37px;margin-bottom:18px}.vouchers-content{padding:0px 0px 10px 0px}.account .block.reward-balance{padding-bottom:37px}.voucher-one strong,.voucher-two strong{font-size:29px;line-height:66px;margin-top:5px}body.account.customer-account-index.page-layout-2columns-left .page-main>.columns{padding:0}body.account.customer-rewards-index.page-layout-2columns-left .page-main>.columns{padding:0}body.account.customer-account-index.page-layout-2columns-left .page-main>.columns .sidebar.sidebar-main,body.account.customer-rewards-index.page-layout-2columns-left .page-main>.columns .sidebar.sidebar-main{padding:0 15px}.account.customer-account-index .page-main .column.main .block.block-dashboard-orders{width:90%;margin:0 auto;margin-bottom:30px}.how-it-works{border:0}.account.customer-rewards-index footer.page-footer{margin-top:30px}body.account.customer-account-index .page-main .column.main .form-wishlist-items{width:90%;margin:0 auto}.account .sidebar .block .title{margin:18px 0 0}body.account .page-main .block-collapsible-nav{margin-bottom:12px}body.account.customer-account-index .page-main .column.main .block.block-dashboard-info .block-content{padding:0 18px}body.account main.page-main{margin-top:0}body.account .page-main .column.main table.table tr th.col.actions{display:none}body.account.customer-account-index .page-main .column.main table.table tr td.col{display:inline-block;width:32.33%}.account .page-main .column.main .block-reward-dashboard{padding:21px 20px}.account.customer-account-index .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>thead>tr>th.status{padding-left:15px}body.account.customer-account-index .page-main .column.main table.table tr td.col.status{padding-left:15px}.account .vouchers{width:100%;max-width:100%;margin-top:24px}.account .vouchers p{font-size:14px;line-height:18px}.account .vouchers .voucher-one p,.account .vouchers .voucher-two p{line-height:16px;margin-bottom:39px;margin-top:0}body.account .page-main .column.main table.table tr th.col{padding:16px 0px 25px 0px;display:inline-block;width:32.33%}.account.customer-account-index .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>thead>tr>th{display:inline-block;width:32.33%}body.account .page-main .column.main table.table tr{display:inline-block !important;width:100%}body.account .page-main .column.main table.table tr td.col.actions{float:left;width:100%}.customer-account-create .register-container .form.create.account.form-create-account{padding:0;padding-left:0}.customer-account-login .column.main .login-container-content .image-left{display:none}.customer-account-login .column.main .login-container-content .image-left-mobile{display:block}.customer-account-create .column.main .image-left{display:none}.customer-account-create .column.main .image-left-mobile{display:block}body.customer-account-forgotpassword .block-customer-forgot-password .block-title .title{font-size:29px}}@media (max-width:359px){.account .vouchers p:first-child{overflow:inherit;white-space:inherit;text-align:center}.account.customer-account-index .products-grid.wishlist{padding:20px 5px 0}.best-sellers,.new-arrivals{margin:0 15px}body.account.customer-account-index .page-main .column.main .block-title.order{font-size:12px}.account.customer-account-index .page-main .message.info{font-size:12px}body.account.customer-account-index .page-main .column.main .block.block-dashboard-info .box.box-newsletter .box-content{padding-right:15px}}@media (max-width:355px){.customer-account-create .register-container .block-title .title{padding:0}.customer-account-login .login-container .block-title .title{font-size:25px;line-height:30px}.customer-account-login .description p{font-size:13px}.customer-account-login .account-social-login .actions-toolbar.social-btn.facebook-login{width:130px}.customer-account-login .account-social-login .actions-toolbar.social-btn{width:130px}.customer-account-login .actions-toolbar.social-btn .btn-social .fa-google:before{left:25px}.customer-account-login .social-btn .btn-social{padding:14px 12px 14px 45px}.customer-account-login .actions-toolbar.social-btn .btn-social .fa-facebook:before{left:17px}.customer-account-login .social-btn .btn-social.btn-facebook{padding:14px 12px 14px 34px}.customer-account-login .action.register{display:block}.customer-account-login .action.register a{margin-left:0}.account .block.reward-balance{padding:0 12px;padding-bottom:25px}}.rewards-info{display:grid;grid-template-columns:repeat(5, 1fr);grid-template-rows:repeat(5, 1fr);grid-column-gap:0px;grid-row-gap:0px}.logo-point{grid-area:.16666667}.welcome-msg{grid-area:.0625;margin-bottom:13px}.points-reward{grid-area:.11111111;border-right:.5px solid #fff;width:24%;padding-right:25px}.expired-rewards{grid-area:.05555556;padding-left:50px;float:left;color:#fff;font-size:13px}.expired-rewards a{color:#fff !important;font-size:13px}.expired-rewards span{font-size:16px;font-weight:500}.points-reward strong{font-size:26px;color:#fff;font-weight:500 !important}.points-reward span{display:none}.points-reward .pword{font-size:12px;color:#fff}@media (max-width:991px){.account .page-main .column.main .block-reward-dashboard{height:445px}.account .block.reward-balance{max-width:518px;height:40%}.account .vouchers{max-width:518px}.account .item-balance .available{height:50% !important}}@media screen and (max-width:767px){.points-reward{float:none !important;width:100%;border-right:0;border-bottom:.5px solid #fff;padding:0px;height:58% !important}.account .page-main .welcome-msg p.hello strong{font-size:16px;line-height:15px}.welcome-msg{padding-top:10px}.account .block.reward-balance{max-width:88%;height:41% !important}.logo-point{width:27% !important}.expired-rewards{padding-top:10px}.account .vouchers{max-width:88% !important}.account .vouchers p{white-space:normal !important}}@media only screen and (min-width:1440px){.expired-rewards{grid-area:.05555556;padding-left:15px !important;float:left;color:#fff;font-size:13px}.account .page-main .welcome-msg p.hello strong{font-size:20px;font-weight:normal;line-height:28px !important;font-family:'Playfair Display'}}@media only screen and (-webkit-min-device-pixel-ratio:1),only screen and (min--moz-device-pixel-ratio:1),only screen and (-o-min-device-pixel-ratio:1/1),only screen and (min-device-pixel-ratio:1){.expired-rewards{grid-area:.05555556;padding-left:15px !important;float:left;color:#fff;font-size:13px}.account .page-main .welcome-msg p.hello strong{font-size:20px;font-weight:normal;line-height:28px !important;font-family:'Playfair Display'}}.locator-index-search main .store-search-container,.locator-index-search main .store-search-container .search-form,.locator-index-index main .store-search-container,.locator-index-index main .store-search-container .search-form{display:block;width:100%;max-width:100%;padding-left:0;padding-right:0;margin-right:0;margin-left:0;margin-bottom:0}.locator-index-search main .field.radius,.locator-index-search main .field.country,.locator-index-search main .field.zipcode,.locator-index-search main .field.city,.locator-index-index main .field.radius,.locator-index-index main .field.country,.locator-index-index main .field.zipcode,.locator-index-index main .field.city{display:none}.locator-index-search main .container-locator,.locator-index-index main .container-locator{display:flex;max-width:1198px !important;margin:auto}.locator-index-search main .content-left,.locator-index-index main .content-left{width:33.2%;padding-left:26px;order:2}.locator-index-search main .store-list-container,.locator-index-search main .store-list-container .map-stores,.locator-index-index main .store-list-container,.locator-index-index main .store-list-container .map-stores{width:100%;max-width:100%;display:block;padding:0;margin:0}.locator-index-search main .content-right,.locator-index-index main .content-right{width:65.5%}.locator-index-search main .field.location label.label,.locator-index-search main .search-form.search_by_area form label.label,.locator-index-index main .field.location label.label,.locator-index-index main .search-form.search_by_area form label.label{display:none}.locator-index-search main .search-form.search_by_area form,.locator-index-index main .search-form.search_by_area form{display:flex}.locator-index-search main .store-search-container .search-form button:hover,.locator-index-index main .store-search-container .search-form button:hover{border-color:#292526}.locator-index-search main .store-search-container .search-form button,.locator-index-index main .store-search-container .search-form button{border-color:#979797}.locator-index-search main .store-search-container .search-form input,.locator-index-index main .store-search-container .search-form input{border-color:#292526;font:normal 400 14px/20px 'Roboto';letter-spacing:0;color:#292526;padding-right:40px;padding-left:18px}.locator-index-search main .store-search-container .search-form.search_by_area form,.locator-index-index main .store-search-container .search-form.search_by_area form{width:66%;max-width:100%;padding:0}.locator-index-search main .store-search-container .search-form.search_by_area input,.locator-index-index main .store-search-container .search-form.search_by_area input{padding-left:17px}.locator-index-search main .store-search-container .search-form form,.locator-index-index main .store-search-container .search-form form{border:none;padding-left:0;padding-right:0}.locator-index-search main .store-search-container .search-form.search_by_distance form,.locator-index-index main .store-search-container .search-form.search_by_distance form{position:relative}.locator-index-search main .store-search-container .search-form.search_by_distance form .actions-toolbar,.locator-index-index main .store-search-container .search-form.search_by_distance form .actions-toolbar{position:absolute;top:0;right:0px;margin:0}.locator-index-search main .store-search-container .search-form.search_by_distance form button,.locator-index-index main .store-search-container .search-form.search_by_distance form button{width:45px;height:35px;min-width:initial;min-height:initial;background-color:transparent;border:none;padding:0;margin-top:0}.locator-index-search main .store-search-container .search-form.search_by_distance form,.locator-index-index main .store-search-container .search-form.search_by_distance form{padding-top:0;padding-bottom:0}.locator-index-search main .store-search-container .search-form.search_by_area form .fieldset,.locator-index-index main .store-search-container .search-form.search_by_area form .fieldset{width:100%;margin:0;max-width:223px}.locator-index-search main .store-search-container .search-form.search_by_area form .actions-toolbar,.locator-index-index main .store-search-container .search-form.search_by_area form .actions-toolbar{width:40%;margin:0;max-width:129px}.locator-index-search main .store-search-container .search-form.search_by_area form .actions-toolbar button span,.locator-index-index main .store-search-container .search-form.search_by_area form .actions-toolbar button span{font-size:13px}.locator-index-search main .store-search-container .search-form.search_by_area form .fieldset .field,.locator-index-index main .store-search-container .search-form.search_by_area form .fieldset .field{width:60%;max-width:223px;flex:0 0 100%;padding-left:0;padding-right:7px}.locator-index-search main .store-search-container .search-form.search_by_area form .actions-toolbar button,.locator-index-index main .store-search-container .search-form.search_by_area form .actions-toolbar button{height:35px;width:100%;min-width:initial;border:2px solid #979797}.locator-index-search main .store-infor address,.locator-index-search main .store-infor h4,.locator-index-index main .store-infor address,.locator-index-index main .store-infor h4{color:#282828}.locator-index-search main .store-infor h4,.locator-index-index main .store-infor h4{font:normal 400 12px/15px Lato;text-transform:uppercase;letter-spacing:1px;margin-bottom:7px}.locator-index-search main .store-infor address,.locator-index-index main .store-infor address{font:normal 400 14px/20px 'Roboto';letter-spacing:0}.locator-index-search main .store-infor.active,.locator-index-index main .store-infor.active{background-color:#292526;border-color:#292526;padding:19px 25px}.locator-index-search main .store-infor.active *,.locator-index-index main .store-infor.active *{color:#FFFFFF}.locator-index-search main .store-infor address,.locator-index-index main .store-infor address{font-family:'Roboto'}.locator-index-search main .store-infor.active address,.locator-index-index main .store-infor.active address{font:normal 400 14px/21px Poppins}.locator-index-search main .store-infor.active p,.locator-index-search main .store-infor.active h4,.locator-index-index main .store-infor.active p,.locator-index-index main .store-infor.active h4{font:normal 500 14px/21px Poppins;letter-spacing:0}.locator-index-search main .store-infor,.locator-index-index main .store-infor{padding:24px 25px;border:1px solid #979797;cursor:pointer}.locator-index-search main .store-list-container .store-list #store-list-map,.locator-index-search main .store-list-container .map-stores #store-list-map,.locator-index-index main .store-list-container .store-list #store-list-map,.locator-index-index main .store-list-container .map-stores #store-list-map{height:716px;margin:0}.locator-index-search main .store-list li,.locator-index-index main .store-list li{margin-bottom:10px}.locator-index-search main .store-list li p,.locator-index-index main .store-list li p{margin-bottom:0}.locator-index-search main .store-list ul,.locator-index-index main .store-list ul{max-height:716px;overflow-x:hidden;padding-right:11px}.locator-index-view main .page-title,.locator-index-view main .page-title span,.locator-index-search main .page-title,.locator-index-search main .page-title span,.locator-index-index main .page-title,.locator-index-index main .page-title span{color:#292526}.locator-index-search main .search-form.search_by_area h4,.locator-index-index main .search-form.search_by_area h4{font:normal 500 12px/16px 'Roboto';letter-spacing:1px;text-transform:uppercase;color:#282828;margin-bottom:0;display:block;width:33.8%;text-align:center;margin-top:9px;padding:0 6px}.locator-index-search main .store-search-container .search-form input::placeholder,.locator-index-search main .store-search-container .search-form select,.locator-index-index main .store-search-container .search-form input::placeholder,.locator-index-index main .store-search-container .search-form select{font:normal 400 14px/20px 'Roboto';letter-spacing:0;color:#282828;background-size:8px}.locator-index-search main .store-search-container .search-form select,.locator-index-index main .store-search-container .search-form select{padding-left:18px}.locator-index-search main .store-search-container .search-form select,.locator-index-index main .store-search-container .search-form select{background:#fff url(../../frontend/Mgs/naelofar/en_US/images/locaction-seclect.svg) no-repeat right 14px center}.locator-index-search main .store-search-container .search-form.search_by_area form .actions-toolbar button,.locator-index-index main .store-search-container .search-form.search_by_area form .actions-toolbar button,.locator-index-search main .store-search-container .search-form form .fieldset .input-text,.locator-index-index main .store-search-container .search-form form .fieldset .input-text{padding-top:7px;padding-bottom:6px}.locator-index-search main .store-search-container .search-form input:-ms-input-placeholder,.locator-index-index main .store-search-container .search-form input:-ms-input-placeholder{font:normal 400 14px/20px 'Roboto';letter-spacing:0;color:#292526}.locator-index-search main .store-search-container .search-form input::-ms-input-placeholder,.locator-index-index main .store-search-container .search-form input::-ms-input-placeholder{font:normal 400 14px/20px 'Roboto';letter-spacing:0;color:#292526}.locator-index-view main .storelocator-details{margin-top:0}.locator-index-view main .page-title-wrapper.layout_type1,.locator-index-search main .page-title-wrapper.layout_type1,.locator-index-index main .page-title-wrapper.layout_type1{margin-bottom:6px;padding-top:26px;padding-bottom:29px}.locator-index-search main .fieldset>.field:not(.choice)>.control,.locator-index-search main body .fieldset>.field1:not(.choice)>.control,.locator-index-search main .store-search-container .search-form form .fieldset .field,.locator-index-index main .fieldset>.field:not(.choice)>.control,.locator-index-index main body .fieldset>.field1:not(.choice)>.control,.locator-index-index main .store-search-container .search-form form .fieldset .field{margin-bottom:0}.locator-index-search main .search-form.search_by_area,.locator-index-index main .search-form.search_by_area{margin-bottom:0;display:flex;flex:initial}.locator-index-search main .store-search-container,.locator-index-index main .store-search-container{margin-bottom:20px;display:flex;flex-wrap:initial;max-width:882px;margin:auto;margin-top:28px;margin-bottom:50px}.locator-index-search main .store-infor address span,.locator-index-index main .store-infor address span{display:block}.locator-index-search main .store-search-container .search-form.search_by_distance form button span svg,.locator-index-search main .store-search-container .search-form.search_by_distance form button span,.locator-index-index main .store-search-container .search-form.search_by_distance form button span svg,.locator-index-index main .store-search-container .search-form.search_by_distance form button span{display:block}.locator-index-index main .gm-style .gm-style-iw-t::after,.locator-index-search main .gm-style .gm-style-iw-t::after{content:none}.locator-index-index main .gm-style .gm-style-iw-c,.locator-index-search main .gm-style .gm-style-iw-c{display:none}.locator-index-search main .store-search-container .search-form.search_by_distance form button span svg,.locator-index-index main .store-search-container .search-form.search_by_distance form button span svg{margin:auto}.locator-index-index main .show-all-store button,.locator-index-search main .show-all-store button{display:none}.locator-index-view .storelocator-details .store-opening-hours .content table>tbody>tr>td,.locator-index-view .storelocator-details .store-description .portfolio-table>tbody>tr>td{font:normal 400 14px/20px 'Roboto'}.locator-index-view .storelocator-details .store-opening-hours .content table>tbody>tr>td:first-child,.locator-index-view .storelocator-details .store-description .portfolio-table>tbody>tr>td:first-child{font-weight:700}.locator-index-view .storelocator-details .store-description .content p{font:normal 400 14px/20px 'Roboto'}.locator-index-view .store-opening-hours .title{color:#292526;letter-spacing:normal;font-family:'Playfair Display';margin-top:35px;padding-top:29px}.locator-index-search main .store-list li,.locator-index-index main .store-list .stores li:last-child{margin-bottom:0px}.locator-index-view main .page-title,.locator-index-search main .page-title,.locator-index-index main .page-title{padding-left:10px;padding-right:10px;width:100%;text-align:center;margin:0}body.locator-index-view .header-area.header5.search-icon-bottom,body.locator-index-search .header-area.header5.search-icon-bottom,body.locator-index-index .header-area.header5.search-icon-bottom{border-bottom:0}body.locator-index-view header.page-header .header-area.active-sticky.start-stk,body.locator-index-search header.page-header .header-area.active-sticky.start-stk,body.locator-index-index header.page-header .header-area.active-sticky.start-stk,body.locator-index-view header.page-header .header-area:not(.start-stk),body.locator-index-search header.page-header .header-area:not(.start-stk),body.locator-index-index header.page-header .header-area:not(.start-stk){box-shadow:4px 4px 14px #000 14;-webkit-box-shadow:4px 4px 14px #000 14;-moz-box-shadow:4px 4px 14px #000 14;border-bottom:0 !important}.locator-index-search main .container-store-top,.locator-index-index main .container-store-top,.locator-index-search main .container-store-top .item-banner,.locator-index-index main .container-store-top .item-banner,.locator-index-search main .container-store-top img,.locator-index-index main .container-store-top img{width:100%}.locator-index-search main .container-store-top *,.locator-index-index main .container-store-top *{margin-bottom:8px}.locator-index-search main .container-store-top img,.locator-index-index main .container-store-top img{object-fit:cover;height:100%;display:block}.locator-index-search main .container-store-top.desktop-show,.locator-index-index main .container-store-top.desktop-show{position:relative}.locator-index-search main .container-store-top.desktop-show .item-title,.locator-index-index main .container-store-top.desktop-show .item-title{position:absolute;top:50%;transform:translateY(-50%);width:100%;text-align:center;margin:0}.locator-index-search main .container-store-top.desktop-show .item-title p,.locator-index-index main .container-store-top.desktop-show .item-title p{margin:0}.locator-index-search main .store-search-container .search-form.search_by_distance,.locator-index-index main .store-search-container .search-form.search_by_distance{max-width:351px}.locator-index-search footer.page-footer,.locator-index-index footer.page-footer{margin-top:63px}.locator-index-index main .content-baner,.locator-index-search main .content-baner{width:100%}.locator-index-search main .store-list ul::-webkit-scrollbar,.locator-index-index main .store-list ul::-webkit-scrollbar{width:7px}.locator-index-search main .store-list ul::-webkit-scrollbar-track,.locator-index-index main .store-list ul::-webkit-scrollbar-track{border-radius:5px;background-color:#F6F6F6}.locator-index-search main .store-list ul::-webkit-scrollbar-thumb,.locator-index-index main .store-list ul::-webkit-scrollbar-thumb{background:#282828;border-radius:5px;margin-left:20px;padding-left:20px}.locator-index-view main .page-title-wrapper.layout_type1{margin-top:50px}@media (min-width:1024px){.locator-index-view main .page-title,.locator-index-view main .page-title span,.locator-index-search main .page-title,.locator-index-search main .page-title span,.locator-index-index main .page-title,.locator-index-index main .page-title span{font:normal 400 35px/55px 'Playfair Display';letter-spacing:0;margin-top:26px}.locator-index-search main .store-list ul::-webkit-scrollbar,.locator-index-index main .store-list ul::-webkit-scrollbar{width:7px}.locator-index-search main .store-list ul::-webkit-scrollbar-track,.locator-index-index main .store-list ul::-webkit-scrollbar-track{border-radius:5px;background-color:#F6F6F6}.locator-index-search main .store-list ul::-webkit-scrollbar-thumb,.locator-index-index main .store-list ul::-webkit-scrollbar-thumb{background:#282828;border-radius:5px;margin-left:20px;padding-left:20px}}@media (min-width:992px){.locator-index-search main .container-store-top,.locator-index-index main .container-store-top{margin-left:-38px;margin-right:-38px;width:100vw}}@media (max-width:991px){.locator-index-search main .search-form.search_by_area form,.locator-index-index main .search-form.search_by_area form{display:flex}.locator-index-search main .store-search-container .search-form.search_by_area form .fieldset,.locator-index-index main .store-search-container .search-form.search_by_area form .fieldset{width:100%;margin-bottom:10px !important}.locator-index-search main .store-search-container .search-form.search_by_area form .fieldset .field,.locator-index-index main .store-search-container .search-form.search_by_area form .fieldset .field{padding-right:7px}.locator-index-search main .content-left,.locator-index-index main .content-left{width:33%;padding-right:0;padding-left:15px}.locator-index-search main .content-right,.locator-index-index main .content-right{width:67%}.locator-index-view main .page-title,.locator-index-search main .page-title,.locator-index-index main .page-title{padding-left:15px;padding-right:15px}.locator-index-search main .store-list-container .store-list #store-list-map,.locator-index-search main .store-list-container .map-stores #store-list-map,.locator-index-index main .store-list-container .store-list #store-list-map,.locator-index-index main .store-list-container .map-stores #store-list-map{height:491px}.locator-index-search main .container-store-top,.locator-index-index main .container-store-top{margin-left:-15px;margin-right:-15px;width:100vw}.locator-index-search main .store-search-container .search-form.search_by_distance,.locator-index-index main .store-search-container .search-form.search_by_distance{max-width:40%}.locator-index-search main .store-search-container,.locator-index-index main .store-search-container{margin-bottom:35px}.locator-index-view main .page-title-wrapper.layout_type1{margin-top:40px}}@media (min-width:768px) and (max-width:991px){.locator-index-search main .store-infor,.locator-index-index main .store-infor{padding:15px}.locator-index-search main .store-list ul,.locator-index-index main .store-list ul{max-height:491px}.locator-index-search main .store-search-container .search-form.search_by_area form .actions-toolbar button,.locator-index-index main .store-search-container .search-form.search_by_area form .actions-toolbar button{width:100%}.locator-index-search main .search-form.search_by_area h4,.locator-index-index main .search-form.search_by_area h4{font-size:11px}}@media (max-width:767.98px){.locator-index-search main .store-search-container .search-form.search_by_distance,.locator-index-index main .store-search-container .search-form.search_by_distance{margin-bottom:14px}.locator-index-search main .store-list li,.locator-index-index main .store-list .stores li:last-child{margin-bottom:10px}.locator-index-view main .page-title{font-size:24px;line-height:30px}.locator-index-view main .page-title,.locator-index-search main .page-title,.locator-index-index main .page-title{font-size:2.25rem;line-height:3.5rem}.locator-index-search main .page-title-wrapper.layout_type1,.locator-index-index main .page-title-wrapper.layout_type1,.locator-index-search main .page-title-wrapper.layout_type1,.locator-index-index main .page-title-wrapper.layout_type1{margin-top:0;margin-bottom:15px;padding:30px 0 10px 0}.locator-index-search main .container-locator,.locator-index-index main .container-locator{display:block}.locator-index-search main .content-left,.locator-index-index main .content-left{padding-right:0;width:100%}.locator-index-search main .store-list ul,.locator-index-index main .store-list ul{height:auto;max-height:536px;margin-bottom:20px;padding-bottom:0;padding-right:3px}.locator-index-search main .content-right,.locator-index-index main .content-right{width:100%}.locator-index-search main .store-list-container .store-list #store-list-map,.locator-index-search main .store-list-container .map-stores #store-list-map,.locator-index-index main .store-list-container .store-list #store-list-map,.locator-index-index main .store-list-container .map-stores #store-list-map{height:500px}.locator-index-search main .desktop-show,.locator-index-index main .desktop-show{display:none !important}.locator-index-search main .container-store-top-mobile,.locator-index-index main .container-store-top-mobile{width:100vw;margin-left:-15px;margin-right:-15px}.locator-index-search main .container-store-top-mobile img,.locator-index-index main .container-store-top-mobile img{width:100%}.locator-index-search main .container-store-top-mobile .h1,.locator-index-index main .container-store-top-mobile .h1{padding-left:15px;padding-right:15px;text-align:center;color:#292526;margin:14px 0;margin-bottom:17px}.locator-index-search main .container-store-top-mobile .h1 *,.locator-index-index main .container-store-top-mobile .h1 *{margin-bottom:10px}.locator-index-search main .store-search-container,.locator-index-index main .store-search-container{margin-top:0;margin-bottom:54px}.locator-index-search main .search-form.search_by_area form,.locator-index-index main .search-form.search_by_area form,.locator-index-search main .search-form.search_by_area,.locator-index-index main .search-form.search_by_area,.locator-index-search main .store-search-container,.locator-index-index main .store-search-container{display:block}.locator-index-search main .store-search-container .search-form.search_by_area form .actions-toolbar,.locator-index-index main .store-search-container .search-form.search_by_area form .actions-toolbar,.locator-index-search main .store-search-container .search-form.search_by_area form .fieldset .field,.locator-index-index main .store-search-container .search-form.search_by_area form .fieldset .field,.locator-index-search main .store-search-container .search-form.search_by_area form .fieldset,.locator-index-index main .store-search-container .search-form.search_by_area form .fieldset,.locator-index-search main .store-search-container .search-form.search_by_distance,.locator-index-index main .store-search-container .search-form.search_by_distance,.locator-index-search main .search-form.search_by_area h4,.locator-index-index main .search-form.search_by_area h4,.locator-index-search main .store-search-container .search-form.search_by_area form,.locator-index-index main .store-search-container .search-form.search_by_area form{max-width:100%;width:100%}.locator-index-search main .store-search-container .search-form.search_by_area form .fieldset .field,.locator-index-index main .store-search-container .search-form.search_by_area form .fieldset .field{padding-right:0}.locator-index-search main .search-form.search_by_area h4,.locator-index-index main .search-form.search_by_area h4{text-align:left;padding:0;margin-bottom:10px}.locator-index-search main .content-left,.locator-index-index main .content-left{padding-left:0;padding-right:0}.locator-index-search main .store-search-container .search-form input::placeholder,.locator-index-search main .store-search-container .search-form select,.locator-index-index main .store-search-container .search-form input::placeholder,.locator-index-index main .store-search-container .search-form select{font-size:13px;line-height:20px}.locator-index-search main .store-search-container .search-form select,.locator-index-index main .store-search-container .search-form select{background:#fff url(../../frontend/Mgs/naelofar/en_US/images/locaction-seclect-mobile.svg) no-repeat right 14px center}.locator-index-search main .store-search-container .search-form.search_by_distance form,.locator-index-index main .store-search-container .search-form.search_by_distance form{padding-bottom:0;border-radius:0}.locator-index-search main .store-search-container .search-form.search_by_area form .actions-toolbar button span,.locator-index-index main .store-search-container .search-form.search_by_area form .actions-toolbar button span{line-height:20px}.locator-index-search main .store-infor address,.locator-index-index main .store-infor address{font-size:13px;line-height:17px}.locator-index-index main .store-list .stores li:last-child{margin-bottom:0}.locator-index-search main .store-search-container .search-form.search_by_area form .fieldset,.locator-index-index main .store-search-container .search-form.search_by_area form .fieldset{margin-bottom:13px !important}.locator-index-search main .store-infor,.locator-index-index main .store-infor{padding-bottom:38px}.locator-index-search footer.page-footer,.locator-index-index footer.page-footer{margin-top:34px}}@media (max-width:499px){.locator-index-search main .store-list-container .store-list #store-list-map,.locator-index-search main .store-list-container .map-stores #store-list-map,.locator-index-index main .store-list-container .store-list #store-list-map,.locator-index-index main .store-list-container .map-stores #store-list-map{height:260px}.locator-index-view main .page-title,.locator-index-search main .page-title,.locator-index-index main .page-title{font-size:24px}}@media (min-width:768px){.locator-index-search main .mobile-show,.locator-index-index main .mobile-show{display:none}}.payment-method-title label table{display:none !important}.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label table{display:none !important}.opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .block[data-amexfee-js=block] div[data-bind*=terms_and_conditions]{font-size:14px;margin-bottom:10px;color:#6a6a6a}.opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .block[data-amexfee-js=block] div[data-bind*=terms_and_conditions] a{text-decoration:underline;color:#6a6a6a}.checkout-index-index .minicart-items .product-item-details .details-qty{display:block !important;margin-top:5px;font-size:12px;line-height:18px;font-family:'Roboto';font-weight:400;color:#282828;letter-spacing:1px}.checkout-cart-index .cart-container .checkout-methods-items .item+.item,.checkout-cart-index .cart-container .checkout-methods-items .item+.item div#rewardpoints,.checkout-cart-index .cart-totals .table-wrapper tr.totals.sub,.checkout-cart-index #shopping-cart-table .actions-toolbar .action-towishlist,.checkout-cart-index .cart-container .product-item-details a.action.action-edit,.checkout-cart-index .cart-container .product-item-details a.action.action-delete,.checkout-cart-index .cart-container .product-item-details .catalog-points.mp-reward-points,.checkout-index-index .column.main .opc-block-summary .product-item .delete,.checkout-cart-index .top-footer,.checkout-cart-index .cart-container .form-cart .cart.main.actions>div:first-child,.checkout-cart-index .cart-container .form-cart .cart.main.actions a.action,.checkout-cart-index #shopping-cart-table .actions-toolbar a.action.action-edit,.checkout-cart-index .cart-totals .mark>span.value,.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .items tr.item-photo,.checkout-cart-index .cart-container .form-cart #shopping-cart-table td.col.qty .actions-toolbar.mobile,.checkout-index-index .opc-block-summary .mark .value,.checkout-cart-index .shopping-cart-bottom .cart-totals tr.totals-tax,.checkout-cart-index .cart-totals .amexfee-collapsible-block{display:none}.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options{padding-left:0px}body:not(.catalog-product-view) .page-main .amcheckout-step-container .amcheckout-additional-options input[type="checkbox"]+label:before{top:-2px}body:not(.catalog-product-view) .page-main .amcheckout-step-container .amcheckout-additional-options input[type="checkbox"]:checked+label:before{top:0px}.checkout-index-index .additional-options .checkout-agreements.fieldset>.field.required>.label:after{display:none}.checkout-index-index .additional-options .checkout-agreements .action-show{color:#282828}.checkout-cart-index footer.page-footer{margin-top:0}.sg_website .opc-payment-additional.reward,.us_website .opc-payment-additional.reward,.id_website .opc-payment-additional.reward{display:none}.checkout-cart-index .message.error{top:135px}body.checkout-cart-index .page-main .columns{padding:0;display:block}.checkout-cart-index .page-main .column.main{max-width:1366px !important;padding:0 41px 20px;margin:0 auto}.checkout-cart-index .page-main .page-title-wrapper.layout_type1{padding:20px 15px 30px;margin-bottom:0}body.checkout-cart-index .page-title-wrapper .page-title{color:#282828}body.checkout-cart-index .column.main>.cart-empty{min-height:auto;margin:0}.checkout-cart-index .shopping-cart-bottom{display:flex;flex-wrap:wrap;padding-top:8px;padding-left:50px;padding-right:35px;margin:0;max-width:457px;width:100%;float:right}.checkout-cart-index .shopping-cart-bottom>div{width:100%;-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;max-width:100%;padding:0;margin:0}.checkout-cart-index .shopping-cart-bottom>div:nth-child(2),.checkout-cart-index .shopping-cart-bottom div#block-shipping{display:none}.checkout-cart-index .shopping-cart-bottom #block-discount{margin-left:0;width:100%}.checkout-cart-index .shopping-cart-bottom .cart-totals{background-color:transparent;border:0;padding:0;padding-top:2px}.checkout-cart-index .shopping-cart-bottom .primary div{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;max-width:100%;padding:0;padding-top:15px}.checkout-cart-index .shopping-cart-bottom .primary .continue{width:100%;border-radius:0;text-align:center;font-size:14px;line-height:19px;font-weight:400;height:46px;padding:13.5px 30px}.checkout-cart-index .shopping-cart-bottom .cart-summary{margin-top:10px;background-color:transparent;margin-bottom:15px}.checkout-cart-index .gift-item-block .title{margin-top:0;margin-left:50px;margin-bottom:20px}.checkout-cart-index .cart-container .form-cart{max-width:calc(100% - 457px);width:100%;float:left}.checkout-cart-index .cart.main.actions .action.clear,.checkout-cart-index .cart.main.actions .action.update{background-color:transparent;border:1.5px solid #979797;color:#979797;font-family:'Roboto';font-weight:400;text-transform:uppercase;font-size:12px;line-height:16px;letter-spacing:1px;height:30px;padding:5px 20px 4px}.checkout-cart-index .cart.main.actions .action.clear:hover,.checkout-cart-index .cart.main.actions .action.update:hover{color:#fff;background:#979797;border:1.5px solid #979797}.checkout-cart-index .cart.main.actions .action.update{margin-left:3px}.checkout-cart-index .form-cart .cart.table-wrapper .product-item-photo{width:95px;max-width:95px;height:119px;margin:0}.checkout-cart-index .form-cart .cart.table-wrapper .product-image-container,.checkout-cart-index .form-cart .cart.table-wrapper .product-image-wrapper,.checkout-cart-index .form-cart .cart.table-wrapper .product-image-photo{height:100%}.checkout-payment-method .payment-option-content .primary .action.action-apply,.checkout-cart-index .actions-toolbar>.primary button.action.cancel.primary,.checkout-cart-index .shopping-cart-bottom .fieldset.coupon .action.apply{position:relative;font-size:12px;line-height:16px;font-weight:400;color:#fff;background:#282828;border:1px solid #282828;padding:8px 20px;height:35px;width:128.5px}.checkout-index-index .actions-toolbar>.primary button.login,.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary>.checkout-payment-method .actions-toolbar .checkout.amasty,.checkout-cart-index .cart-container .checkout-methods-items .action.primary{font-size:14px;line-height:19px;font-weight:400;color:#fff;background:#282828;border:1px solid #282828;padding:13.5px 30px;height:46px}.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary>.checkout-payment-method .actions-toolbar .checkout.amasty{width:100%;font-weight:normal;border-radius:0}.checkout-index-index .amcheckout-main-container .amcheckout-block .edit-address-link,.checkout-index-index .amcheckout-main-container .amcheckout-block .action-select-shipping-item,.checkout-index-index .modal-popup.modal-slide .modal-footer button.action-hide-popup,.checkout-index-index .modal-popup.modal-slide .modal-footer button.action-save-address,body.checkout-index-index .amcheckout-step-container .amcheckout-shipping-address .amcheckout-button{font-family:'Roboto';font-weight:500;text-transform:uppercase;font-size:12px;line-height:16px;letter-spacing:1px;padding:15px 21px;color:#fff !important;background:#282828;border:1px solid #282828}.checkout-payment-method .payment-option-content .primary .action.action-apply:hover,.checkout-index-index .actions-toolbar>.primary button.login:hover,.checkout-index-index .amcheckout-main-container .amcheckout-block .edit-address-link:hover,.checkout-index-index .amcheckout-main-container .amcheckout-block .edit-address-link:focus,.checkout-index-index .amcheckout-main-container .amcheckout-block .action-select-shipping-item:hover,.checkout-index-index .amcheckout-main-container .amcheckout-block .action-select-shipping-item:focus,.checkout-index-index .modal-popup.modal-slide .modal-footer button.action-hide-popup:hover,.checkout-index-index .modal-popup.modal-slide .modal-footer button.action-hide-popup:focus,.checkout-index-index .modal-popup.modal-slide .modal-footer button.action-save-address:hover,.checkout-index-index .modal-popup.modal-slide .modal-footer button.action-save-address:focus,body.checkout-index-index .amcheckout-step-container .amcheckout-shipping-address .amcheckout-button:hover,body.checkout-index-index .amcheckout-step-container .amcheckout-shipping-address .amcheckout-button:focus,.checkout-cart-index .actions-toolbar>.primary button.action.cancel.primary:hover,.checkout-cart-index .actions-toolbar>.primary button.action.cancel.primary:focus,.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary>.checkout-payment-method .actions-toolbar .checkout.amasty:hover,.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary>.checkout-payment-method .actions-toolbar .checkout.amasty:focus,.checkout-cart-index .cart-container .checkout-methods-items .action.primary:hover,.checkout-cart-index .cart-container .checkout-methods-items .action.primary:focus,.checkout-cart-index .shopping-cart-bottom .fieldset.coupon .action.apply:hover,.checkout-cart-index .shopping-cart-bottom .fieldset.coupon .action.apply:focus{background-color:transparent;border:1px solid #282828;color:#282828 !important}.checkout-index-index .amcheckout-main-container .amcheckout-block .edit-address-link,.checkout-index-index .amcheckout-main-container .amcheckout-block .action-select-shipping-item{margin-top:10px}.checkout-cart-index .shopping-cart-bottom .fieldset.coupon{display:flex;width:100%}.checkout-cart-index .shopping-cart-bottom .fieldset.coupon .actions-toolbar{margin-top:0}.checkout-cart-index .shopping-cart-bottom .cart-summary .totals.shipping{position:relative;padding-left:32px;margin-top:25px;margin-bottom:22px}.checkout-cart-index .shopping-cart-bottom .cart-summary h6.title-totals,.checkout-cart-index .shopping-cart-bottom .cart-summary .totals.shipping p{font-size:12px;line-height:16px;font-style:italic;font-weight:400;font-family:'Roboto';color:#282828;letter-spacing:0}.checkout-cart-index .shopping-cart-bottom .cart-summary h6.title-totals{font-style:normal;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:3px}.checkout-cart-index .shopping-cart-bottom .cart-summary .totals.shipping:before{content:'';display:block;width:25px;height:30px;background:url(../../frontend/Mgs/naelofar/en_US/images/totals_icon.svg) no-repeat;background-size:contain;position:absolute;top:0;left:0}.checkout-cart-index .shopping-cart-bottom .block .title{margin-bottom:12px}body .checkout-payment-method .payment-option-title .action-toggle,.checkout-cart-index .shopping-cart-bottom .block .title>strong{font-size:14px;line-height:19px;font-weight:700;font-family:'Roboto';text-transform:uppercase;color:#282828;letter-spacing:1px}.checkout-cart-index .shopping-cart-bottom input[type="text"]{font-size:13px;border-right:0;border-radius:0}.checkout-cart-index div.mage-error,body.checkout-cart-index div.mage-error[generated]{font-size:14px;line-height:20px}.checkout-cart-index .cart-container .form-cart #shopping-cart-table .col .control.qty div.mage-error{position:absolute;top:46px;left:-1px;width:162px}.checkout-cart-index .shopping-cart-bottom .fieldset>.field{margin-bottom:0;width:calc(100% - 128.5px)}.checkout-cart-index .cart-container .form-cart #shopping-cart-table thead th.col{font-size:12px;line-height:16px;font-weight:500;font-family:'Roboto';color:#282828;letter-spacing:1px;padding-top:24px;padding-bottom:20px;padding-left:8px;text-align:left}.checkout-cart-index .cart-container .form-cart #shopping-cart-table thead th.col.subtotal{text-align:right}.checkout-cart-index .cart-container .form-cart .cart.table-wrapper{border:.5px solid #979797;padding-bottom:56px;margin-bottom:30px}.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .items thead+.item{border-top:.5px solid #979797}.checkout-cart-index .cart-container .form-cart #shopping-cart-table .col:first-child{padding-left:36px;padding-top:24px;padding-right:20px;display:flex;align-items:center;width:328px}.checkout-cart-index .cart-container .form-cart #shopping-cart-table .item-info .col:first-child{padding-top:20px}.checkout-cart-index .cart-container .form-cart #shopping-cart-table thead+.item td.col.qty,.checkout-cart-index .cart-container .form-cart #shopping-cart-table thead+.item .col{padding-top:32px}.checkout-cart-index .cart-container .form-cart #shopping-cart-table thead+.item .col:first-child{padding-top:25px;padding-right:0}.checkout-cart-index .cart-container .form-cart #shopping-cart-table .col:last-child{padding-right:48px}.checkout-cart-index .cart-container .form-cart #shopping-cart-table thead th.col.price{padding-right:0;padding-left:34px}.checkout-cart-index .cart-container .form-cart #shopping-cart-table .col{padding-left:34px;width:auto}.checkout-cart-index .cart-container .form-cart #shopping-cart-table thead th.col.qty{text-align:left;padding-left:18px}.checkout-cart-index .cart-container .form-cart #shopping-cart-table td.col.qty{text-align:left;padding-top:26px;padding-left:15px;padding-right:32px}.checkout-cart-index .cart-container .form-cart #shopping-cart-table td.col.price{padding-right:0;padding-left:24px}.checkout-cart-index .cart-container .form-cart #shopping-cart-table .col .control.qty{border:1px solid #282828;width:94px;height:46px;display:flex;justify-content:center;align-items:center;position:relative}.checkout-cart-index .cart-container .form-cart #shopping-cart-table .col .control.qty .input-text,.checkout-cart-index .cart-container .form-cart #shopping-cart-table .col .control.qty>span{font-size:14px;line-height:19px;color:#282828;font-family:'PT Sans';padding:0}.checkout-cart-index .cart-container .form-cart #shopping-cart-table .col .control.qty .input-text{height:46px;width:35px;border-radius:0;padding:0 5px}.checkout-cart-index .cart-container .form-cart #shopping-cart-table .col .control.qty>span{width:7px;text-align:left}.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item{padding-bottom:0}.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item:not(:first-child){border-top:none}.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .product-item-name,.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-details a{font-size:12px;line-height:18px;font-family:'Roboto';font-weight:400;color:#282828;letter-spacing:1px}.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-details{padding-top:0;padding-left:22px}.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-name{margin:0;padding-bottom:5px}.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-details a.action-towishlist{padding-left:15px;display:block;position:relative;margin-bottom:0;font-size:10px;line-height:14px;font-weight:300;color:#979797;letter-spacing:0}.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-details a.action-towishlist:before{content:'\e68c';display:block;font-family:"Linearicons";font-size:8px;line-height:12px;position:absolute;top:0;left:0}.checkout-cart-index .cart-container .form-cart .cart.main.actions{display:block;margin:0}.checkout-cart-index .cart-container .form-cart .cart.main.actions .actions-update{display:block;float:right;width:100%;-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;max-width:100%}.checkout-index-index .opc-block-summary .product-item .price,.checkout-cart-index .cart-container .form-cart #shopping-cart-table .col .price{font-size:14px;line-height:19px;font-family:'Roboto';font-weight:700;color:#282828}.checkout-cart-index #shopping-cart-table .actions-toolbar .action-delete:after{content:'';display:inline-block;width:11px;height:15px;background:url(../../frontend/Mgs/naelofar/en_US/images/delete.svg) no-repeat;background-size:contain;position:absolute;top:58%;right:58px;transform:translateY(-50%)}.checkout-cart-index #shopping-cart-table thead+.item .actions-toolbar .action-delete:after{top:60%}.checkout-cart-index .cart-totals .shipping .amount,.checkout-cart-index .cart-totals .totals.sub .amount{padding-right:4px}.checkout-cart-index .cart-totals .mark,.checkout-cart-index .cart-totals .amount{font-size:18px;line-height:24px;font-weight:700;font-family:'Roboto';color:#282828;letter-spacing:1px;text-transform:uppercase;padding-top:6px;padding-bottom:6px}.checkout-cart-index .cart-totals .grand.totals .mark,.checkout-cart-index .cart-totals .grand.totals .amount{padding-bottom:12px}.checkout-cart-index .cart-totals .grand.totals{border:0}.checkout-cart-index .cart-totals .grand.totals strong{font-size:18px;line-height:24px;font-weight:700;font-family:'Roboto';color:#282828;text-transform:uppercase;padding-bottom:20px;padding-right:0;letter-spacing:1px}.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .item-actions td{padding:0}.checkout-index-index .page-wrapper img.mobile-logo,.checkout-index-index .page-wrapper .checkout-header .description{display:none}.checkout-index-index .page-wrapper .logo{max-width:100%;width:100%;padding:20px 15px;border-bottom:.5px solid #979797;margin-bottom:0}.checkout-index-index .page-wrapper .logo img{margin:0 auto}.checkout-index-index .page-main .columns{max-width:1366px !important;padding:0}.checkout-index-index .page-main .checkout-header{width:100%}.checkout-index-index .page-main .checkout-header .title{margin:0;text-align:center}.checkout-index-index .page-main .columns .amcheckout-main-container{border:0;position:relative;display:flex}.checkout-index-index .page-main .columns .amcheckout-main-container:before,.checkout-index-index .page-main .columns .amcheckout-main-container:after{content:"";display:block;height:1px;width:100vw;background:#979797;left:50%;transform:translateX(-50%);position:absolute}.checkout-index-index .page-main .columns .amcheckout-main-container:before{top:0}.checkout-index-index .page-main .columns .amcheckout-main-container:after{bottom:0}.checkout-index-index .page-wrapper .footer-copyright{margin-top:0;border:0}.checkout-index-index .page-main .am-checkout{margin:0}.checkout-index-index .page-main .am-checkout .authentication-wrapper{display:none}.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main{padding-top:44px;padding-bottom:30px;width:calc(100% - 530px);border-right:.5px solid #979797}.checkout-index-index .fieldset.address>.field label.label{position:relative}.checkout-index-index .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper{width:100%}.checkout-index-index .amcheckout-main-container.-modern .amcheckout-email span.note{display:block !important;margin-left:0;position:initial;margin-top:10px;font-size:10px;line-height:14px;font-family:'Roboto';color:#6A6A6A;text-transform:uppercase;font-style:normal}.checkout-index-index .amcheckout-main-container.-modern .amcheckout-email span.note:before{display:none}.checkout-index-index .amcheckout-step-container .note{display:none !important}.checkout-index-index .page-main .shipping-policy-block.field-tooltip,.checkout-index-index .amcheckout-main-container.-modern .amcheckout-step-container .field-tooltip.toggle{display:none}.checkout-index-index .amcheckout-step-container .amcheckout-title{background:transparent;padding:0;font-size:16px;text-transform:uppercase}.checkout-index-index .amcheckout-step-container .amcheckout-title .amcheckout-icon{display:none}.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method{padding:0}.checkout-index-index .amcheckout-step-container .checkout-shipping-method .step-content,.checkout-index-index .amcheckout-step-container .payment-group .step-content{padding-left:18px}.checkout-index-index .amcheckout-step-container .checkout-shipping-address .step-title:before{content:"1. "}.checkout-index-index .amcheckout-step-container .checkout-shipping-method .step-title:before{content:"2. "}.checkout-index-index .amcheckout-step-container .payment-methods .step-title:before{content:"3. "}.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .step-title{display:none}.checkout-index-index #co-shipping-method-form{margin-top:0}body.checkout-index-index:not(.catalog-product-view) .page-main input[type="radio"]+label{padding-left:15px}.checkout-index-index .methods-shipping .amcheckout-items tr.row{width:100%;border:0;background:transparent;box-shadow:none;padding:0;margin-bottom:-14px !important}.checkout-index-index .methods-shipping .amcheckout-items tr.row:first-child{order:2}.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method{border:0;background:transparent}._amcheckout-selectable-item:hover,.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover,.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover,.amcheckout-step-container .shipping-address-items .shipping-address-item:hover,.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover,.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover{box-shadow:none}.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label{padding:2px 0 0 30px;display:flex;flex-direction:column}.checkout-index-index .checkout-payment-method .payment-method-title .payment-icon{order:2;margin-top:10px}body.checkout-index-index .page-main .checkout-shipping-method input[type="radio"]+label{top:-8px;left:0}body.checkout-index-index .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col{padding-top:0;white-space:normal}.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price{min-width:0;width:auto}.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method tr.row:first-child .col-price{padding-right:24px}body.checkout-index-index .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col.col-carrier{display:none}body.checkout-index-index .page-main input[type="radio"]+label:before{box-shadow:none;margin:0;min-width:0;min-height:0}body.checkout-index-index .page-main input[type="radio"]:checked+label:before{background:#282828 !important}body.checkout-index-index .page-main input[type="radio"]:checked+label:after{top:4px;left:4px}body.checkout-index-index .page-main .payment-methods input[type="radio"]+label:before{top:3px}body.checkout-index-index .page-main .payment-methods input[type="radio"]:checked+label:after{top:7px}.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar{width:530px;left:auto !important;position:relative !important;max-height:none !important;padding:37px 59px 24px}.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary{border:0}.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container{background:transparent}.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .totals{text-transform:uppercase}.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .totals.grand strong{font-size:18px;line-height:20px;letter-spacing:1px;color:#282828}.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .totals.grand span,.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .totals.grand .amount span{font-weight:bold !important;color:#282828}.checkout-index-index .opc-block-summary .table-totals .mark strong,.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .totals th{font-size:12px;font-weight:700;color:#6A6A6A}.checkout-index-index .opc-block-summary .table-totals:not(.cart):not(.totals) .grand.totals td,.checkout-index-index .opc-block-summary .table-totals:not(.cart):not(.totals) td{padding-left:0 !important;padding-right:0 !important}.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .totals th{padding-left:0 !important}.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .totals .amount span{font-weight:normal !important}.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart{border:0;padding:0;margin:0;margin-top:20px}.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart:before{content:"Order Summary";font-size:14px;font-weight:bold;letter-spacing:1px;line-height:19px;color:#282828;display:block;text-transform:uppercase}.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary .payment-methods{padding:0}.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary .payment-methods .actions-toolbar{padding:0}.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart .title{border:0;padding-top:15px}.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart .title strong span{font-size:14px;line-height:21px;color:#282828;font-family:'Poppins'}.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart .title:after{display:none}.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart .title strong span{text-transform:none;font-size:12px;letter-spacing:1px;color:#6A6A6A;line-height:16px;font-weight:normal}.checkout-index-index .amcheckout-step-container .amcheckout-title+.amcheckout-content>.amcheckout-wrapper{padding-top:27px}.checkout-index-index .amcheckout-step-container input[type='text'],.amcheckout-step-container select{border-color:#282828;height:35px;font-size:13px}.amcheckout-step-container select{padding-right:40px}body .field-error{color:#ff0000}.checkout-index-index .fieldset.address div[name$=".region_id"],.checkout-index-index .fieldset.address div[name$=".country_id"],.checkout-index-index .fieldset.address div[name$=".city"],.checkout-index-index .fieldset.address div[name$=".postcode"],.checkout-index-index .fieldset.address div[name$=".telephone"],.checkout-index-index .fieldset.address div[name$=".company"]{width:33.33%}.checkout-index-index .opc-block-summary .amexfee-collapsible-block>.mark.amexfee-mark,.checkout-index-index .amexfee-collapsible-block>.mark.amexfee-mark{border-top:0;border-bottom:0;font-size:12px;font-weight:700;color:#6A6A6A;text-transform:uppercase;padding-left:0 !important}.checkout-index-index .amexfee-collapsible-block>.amount.amexfee-amount,.checkout-index-index .opc-block-summary .amexfee-collapsible-block>.amount.amexfee-amount,.opc-block-summary .table-totals:not(.cart):not(.totals) td.amount.amexfee-amount{border-top:0;border-bottom:0;color:#282828;font-size:14px;font-weight:400;padding-right:20px !important}.checkout-index-index .amexfee-totals-details .mark{font-size:12px;font-weight:700;color:#6A6A6A;text-transform:uppercase}.checkout-index-index .opc-block-summary .table-totals:not(.cart):not(.totals) .amexfee-totals-details td.mark{padding-left:20px !important}.checkout-index-index .amexfee-totals-details.-show{border:0 !important}.checkout-index-index .amcheckout-main-container .amcheckout-column.-main .amcheckout-block{border-bottom:.5px solid #979797;padding:0 39px}.checkout-index-index .amcheckout-step-container>li{max-width:643px}.checkout-index-index .amcheckout-main-container .amcheckout-column.-main .amcheckout-block:last-child{border-bottom:0}.checkout-index-index .amcheckout-step-container .amcheckout-form-login,.amcheckout-step-container .form-login{border-bottom:0}.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container{height:119px !important;width:95px !important;border:0}.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container .product-image-wrapper,.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container img{width:100%;height:100%}.checkout-index-index .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals{border:0;margin-bottom:12px}.payment-option.discount-code .payment-option-content .messages{margin-bottom:10px}.checkout-index-index .modal-popup .form-shipping-address .fieldset>.field input[type="checkbox"]{display:none}body.checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap .modal-content{padding:0 20px}body.checkout-index-index .modal-popup .modal-header{padding-left:20px;padding-right:20px}.checkout-index-index .amcheckout-main-container .amcheckout-block .shipping-address-items{display:flex;display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;align-items:normal;justify-content:flex-start;margin-left:-5px;margin-bottom:15px}.checkout-index-index .amcheckout-step-container .shipping-address-items .shipping-address-item{border:.5px solid #979797;margin:0 5px;width:46%}.checkout-index-index .amcheckout-step-container .amcheckout-shipping-address .amcheckout-button{margin-top:0}.checkout-index-index .modal-popup.modal-slide .modal-footer{display:flex;justify-content:flex-start}.checkout-index-index .modal-popup.modal-slide .modal-footer button.action-hide-popup{order:1}.checkout-index-index .modal-popup.modal-slide .modal-footer button.action-save-address{order:2}.checkout-index-index .field .control._with-tooltip input{width:100%}.checkout-index-index .field .field-tooltip.toggle{display:none}.checkout-index-index .amcheckout-step-container .shipping-address-items .shipping-address-item:hover{box-shadow:none}.checkout-index-index .amcheckout-step-container input[type='checkbox']:checked+label:before{background:#282828 !important;box-shadow:none;border:1px solid #282828;margin:0;margin-top:1px}.checkout-cart-index .cart.table-wrapper .product-item-name+.item-options{margin-top:0;margin-bottom:10px}.checkout-cart-index #shopping-cart-table .item-options dd,.checkout-cart-index #shopping-cart-table .item-options dt,.checkout-index-index .amcheckout-step-container .product-item-details dl.item-options{font-size:12px;color:#979797;margin-bottom:0}.checkout-index-index .amcheckout-step-container .product-item-details dl.item-options dt,.checkout-index-index .amcheckout-step-container .product-item-details dl.item-options dd{margin-bottom:0}.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .product-item-details .options{padding:0}body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .product-item-inner{display:block}.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .product-item>.product{padding-bottom:0;display:flex;align-items:center}.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details{width:calc(100% - 95px);padding-left:30px}.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block{margin:0;padding:0;display:block}.checkout-payment-method .payment-option-content .form-discount{display:flex}.checkout-index-index .opc-block-summary.amcheckout-summary-container .amcheckout-wrapper{display:flex;flex-direction:column;padding:0}.opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .opc-payment-additional.reward{order:-2}.opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .block[data-amexfee-js=block]{order:-1;margin-bottom:0}.opc-block-summary.amcheckout-summary-container .amcheckout-wrapper div#mp-reward-message{order:-3}.checkout-index-index .page-main .columns .page-head{text-align:center;padding-top:20px}.opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .block[data-amexfee-js=block] .amexfee-fieldset .amexfee-item-element{padding-left:130px;padding-top:34px;margin-bottom:65px;position:relative}.opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .block[data-amexfee-js=block] .amexfee-fieldset .amexfee-item-element:last-child{margin-bottom:30px}.opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .block[data-amexfee-js=block] .amexfee-fieldset .amexfee-item-element .control{margin-top:6px}.opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .block[data-amexfee-js=block] .amexfee-fieldset .amexfee-item-element .control p{margin-bottom:7px;font-size:14px;line-height:20px}.opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .block[data-amexfee-js=block] .amexfee-fieldset .amexfee-item-element:before{content:"";width:104px;background:url(../../frontend/Mgs/naelofar/en_US/images/gofar-deliverybox.png);position:absolute;height:80px;left:0;background-size:104px;background-position:top}.opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .block[data-amexfee-js=block] .amexfee-fieldset .amexfee-item-element .amexfee-title{position:absolute;left:0;top:0;font-size:14px;line-height:19px;font-weight:bold;color:#282828;margin:0}.opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .block[data-amexfee-js=block] .title.amexfee-title{display:none}.opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .block[data-amexfee-js=block] .amexfee-fieldset .amexfee-item-element:last-of-type:before{background:url(../../frontend/Mgs/naelofar/en_US/images/gift_box.png)}.opc-block-summary.amcheckout-summary-container .amcheckout-wrapper .order-attributes{order:-1}.checkout-index-index .block.social-login-authentication-channel.account-social-login .block-content{width:100%;padding:0;display:flex;justify-content:center}.checkout-index-index .block.social-login-authentication-channel.account-social-login .block-content>div{padding:0 7px;width:auto}body .page-main .amcheckout-column.-sidebar .order-attributes .fieldset>.field:not(.choice)>.label{text-transform:none;margin-bottom:9px;font-size:14px;letter-spacing:0;color:#282828}.amcheckout-column.-sidebar .order-attributes textarea{font-size:14px;letter-spacing:0;line-height:20px;font-family:'Roboto';padding:12px 10px 0px;height:62px}.amcheckout-column.-sidebar .order-attributes textarea::placeholder{color:#979797}.amcheckout-column.-sidebar .order-attributes .checkout-index-index .account-social-login .actions-toolbar.social-btn{width:153px;margin-right:10px;margin-top:5px;display:inline-block}.checkout-index-index .account-social-login .actions-toolbar.social-btn.facebook-login{width:150px;margin-right:0}.checkout-index-index .account-social-login .actions-toolbar.social-btn .btn-social{content:'';font-size:0;border-radius:0;background:#FFFFFF;border:1px solid #282828;color:#282828;text-transform:uppercase;padding:14px 12px 14px 42px;display:block;text-decoration:none;margin-bottom:0;font-weight:normal;line-height:1.42857143;vertical-align:middle;touch-action:manipulation;cursor:pointer;user-select:none;font-family:'Roboto',sans-serif;position:relative;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:150px}.checkout-index-index .account-social-login .actions-toolbar.social-btn .btn-social.btn-google{padding:14px 12px 14px 55px}.checkout-index-index .actions-toolbar.social-btn .btn-social>:first-child{font-size:0;display:flex;align-items:center;justify-content:center;border:1px solid transparent;width:100%;height:100%;background:transparent;margin:0;position:absolute;top:0;left:0}.checkout-index-index .social-btn .btn-social.btn-google:after{content:'Google';font-size:15px;line-height:20px;font-family:'Poppins';font-weight:500}.checkout-index-index .social-btn .btn-social.btn-facebook:after{content:'Facebook';font-size:15px;line-height:20px;font-family:'Poppins';font-weight:500}.checkout-index-index .actions-toolbar.social-btn .btn-social .fa-google:before{width:14px;height:15px;content:'';position:absolute;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url(../../frontend/Mgs/naelofar/en_US/images/icon-google.svg);left:32px}.checkout-index-index .actions-toolbar.social-btn .btn-social .fa-facebook:before{width:10px;height:16px;content:'';position:absolute;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url(../../frontend/Mgs/naelofar/en_US/images/icon-facebook.svg);left:19px}.checkout-index-index .account-social-login .actions-toolbar.social-btn .btn-social:hover{background:#282828;color:#fff !important;border:1px solid #282828}.checkout-index-index .actions-toolbar.social-btn .btn-social:hover .fa-google:before{background-image:url(../../frontend/Mgs/naelofar/en_US/images/icon-google-hover.svg);background-size:contain}.checkout-index-index .actions-toolbar.social-btn .btn-social:hover .fa-facebook:before{background-image:url(../../frontend/Mgs/naelofar/en_US/images/icon-facebook-hover.svg);background-size:contain}.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover{box-shadow:none}.checkout-index-index .amcheckout-step-container input[type='password'],.checkout-index-index .field .control._with-tooltip input{height:35px;font-size:13px;line-height:20px}.checkout-cart-index .block .block-title.title{margin-bottom:0}body.checkout-cart-index .block.crosssell .block-title.title>strong{font:normal normal 400 35px/55px Playfair Display;letter-spacing:0;color:#292526}body.checkout-cart-index .block.crosssell{padding-bottom:20px}body.checkout-cart-index .block.crosssell .block-content{margin-top:0}.checkout-cart-index .block .block-content .products-grid .product-item{padding:0 21px;margin-bottom:20px}.checkout-cart-index .products-grid .items .product-item .product-image-container{width:100% !important}.amcheckout-step-container .opc-payment-additional.payment-option.discount-code .form.form-discount{position:relative}.amcheckout-step-container .payment-option.discount-code .actions-toolbar{position:absolute;top:35px;right:0;width:auto;display:inline-block}.amcheckout-step-container .payment-option.discount-code .form-discount .actions-toolbar button.action{white-space:nowrap}@media (min-width:1920px){.checkout-cart-index main.page-main,.checkout-index-index main.page-main{display:block}}@media (min-width:1367px){.checkout-index-index .amcheckout-main-container .amcheckout-column.-main .amcheckout-block:after{FONT-WEIGHT:500;content:"";display:block;height:1px;width:calc(100% + 40%);background:#979797;position:absolute;left:30%;transform:translateX(-50%)}.checkout-index-index .amcheckout-main-container .amcheckout-column.-main .amcheckout-block:last-child:after{height:0}.checkout-index-index .amcheckout-main-container .amcheckout-column.-main .amcheckout-block{padding:0 39px;position:relative;border:0}}@media (max-width:1320px){.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar{padding:37px 39px 24px}.checkout-index-index .amcheckout-step-container>li{max-width:none}.checkout-cart-index .page-main .column.main{padding:0 38px 20px}.checkout-cart-index .page-main .page-title-wrapper.layout_type1{padding:25px 15px 30px}.checkout-cart-index .cart-container .form-cart #shopping-cart-table .col:last-child{padding-right:20px;padding-left:0}.checkout-cart-index #shopping-cart-table .actions-toolbar .action-delete:after{right:20px;top:55%}.checkout-cart-index #shopping-cart-table thead+.item .actions-toolbar .action-delete:after{top:57%}.checkout-cart-index .shopping-cart-bottom{padding-right:0;padding-left:38px;max-width:350px}.checkout-cart-index .cart-container .form-cart{max-width:calc(100% - 350px)}.checkout-cart-index .cart-container .form-cart #shopping-cart-table .col:first-child{padding-left:20px}.checkout-cart-index .cart-container .form-cart #shopping-cart-table td.col.price{padding-right:15px;padding-top:20px;padding-left:15px}.checkout-cart-index .cart-container .form-cart #shopping-cart-table thead th.col.price{padding-left:15px;padding-right:15px}.checkout-cart-index .cart-container .form-cart #shopping-cart-table td.col.qty{padding-top:18px}.checkout-cart-index .cart-container .form-cart #shopping-cart-table .col{padding-top:20px;padding-right:15px}.checkout-cart-index .cart-container .form-cart #shopping-cart-table td.col.subtotal{padding-left:0;text-align:left}.checkout-cart-index .cart-container .form-cart #shopping-cart-table thead+.item td.col.qty,.checkout-cart-index .cart-container .form-cart #shopping-cart-table thead+.item .col{padding-top:24px;text-align:left}.checkout-cart-index .cart-container .form-cart #shopping-cart-table td.col.qty{padding-left:0;padding-right:12px}.checkout-cart-index .cart-container .form-cart #shopping-cart-table thead th.col.qty{padding-right:15px;padding-left:0}.checkout-cart-index .cart-container .form-cart #shopping-cart-table th.col.subtotal{padding-left:0;padding-right:15px;text-align:right}.checkout-cart-index .cart-container .form-cart .cart.table-wrapper{padding-bottom:25px}.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-details{padding-top:0;padding-left:20px}.checkout-cart-index .shopping-cart-bottom .cart-summary{margin-top:0}.checkout-cart-index .cart-totals .grand.totals th,.checkout-cart-index .cart-totals .grand.totals td{padding-bottom:10px}}@media (max-width:1100px){.checkout-cart-index .cart-container .form-cart #shopping-cart-table .col:first-child{width:270px}}@media (max-width:1023px){.checkout-index-index .page-main .columns .amcheckout-main-container{display:block}.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .amcheckout-content>.amcheckout-wrapper{padding-left:0;padding-right:0}.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main{width:100%;border-right:0}.checkout-index-index .amcheckout-step-container>li{max-width:100%}.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar{width:100%;padding:0 39px;border-left:0;margin-top:0}.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main{padding-bottom:0}body .amcheckout-step-container .opc-payment-additional.reward{width:calc(100% + 78px);margin:0 -39px;max-width:none;margin-bottom:29px}.checkout-index-index .page-main .columns .amcheckout-main-container{border:0;border-top:0;padding-bottom:50px}}@media (max-width:1023px) and (min-width:768px){.checkout-cart-index .shopping-cart-bottom{padding-left:20px;max-width:274px}.checkout-cart-index .cart-container .form-cart{max-width:calc(100% - 274px)}.checkout-cart-index .shopping-cart-bottom .fieldset.coupon{margin-bottom:10px}.checkout-cart-index .cart-totals .grand.totals th,.checkout-cart-index .cart-totals .grand.totals td{padding-bottom:20px}.checkout-cart-index .cart-totals .mark,.checkout-cart-index .cart-totals .amount{font-size:16px}}@media (max-width:991px){.checkout-cart-index .block .block-content .products-grid .product-item{padding:0 12px}}@media (max-width:991px) and (min-width:768px){.checkout-cart-index .page-main .column.main{padding:0 15px 20px}.checkout-cart-index .shopping-cart-bottom{padding-left:15px;max-width:215px}.checkout-cart-index .cart-container .form-cart{max-width:calc(100% - 215px)}body.checkout-cart-index .page-title-wrapper .page-title{font-size:28px}.checkout-cart-index .cart-container .form-cart #shopping-cart-table .col .price,.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-details a,.checkout-cart-index .shopping-cart-bottom .block .title>strong{font-size:12px}.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-details .product-item-name a{display:block;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.checkout-cart-index .cart-totals .mark,.checkout-cart-index .cart-totals .amount,.checkout-cart-index .cart-totals .totals.sub .amount,.checkout-cart-index .cart-totals .totals.sub .mark{font-size:11px;padding-bottom:6px}.checkout-cart-index .actions-toolbar>.primary button.action.cancel.primary,.checkout-cart-index .shopping-cart-bottom .fieldset.coupon .action.apply{width:90px;padding:8px 10px;font-size:10px}.checkout-cart-index .shopping-cart-bottom .fieldset>.field{width:calc(100% - 90px)}.checkout-cart-index .cart-totals .grand.totals strong{font-size:14px}.checkout-cart-index .shopping-cart-bottom .cart-totals{padding:0}.checkout-cart-index .cart-container .checkout-methods-items .action.primary,.checkout-cart-index .shopping-cart-bottom .primary .continue{font-size:12px;height:46px;padding:13.5px 10px}.checkout-cart-index .shopping-cart-bottom .cart-summary .totals.shipping:before{width:20px;height:25px;left:0}.checkout-cart-index .shopping-cart-bottom .cart-summary .totals.shipping{padding-left:30px;margin-top:0}.checkout-cart-index .shopping-cart-bottom .cart-summary{margin-top:0}.checkout-cart-index .cart-container .form-cart #shopping-cart-table thead th.col{font-size:11px}.checkout-cart-index .cart-container .form-cart #shopping-cart-table .col:first-child{max-width:220px;padding-left:15px;padding-right:0}.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-details{padding-left:15px}.checkout-cart-index .cart-container .form-cart #shopping-cart-table .col{padding-right:12px;padding-left:0}.checkout-cart-index .cart-container .form-cart #shopping-cart-table .col:last-child{padding-right:15px}.checkout-cart-index #shopping-cart-table .actions-toolbar .action-delete:after{right:15px}.checkout-cart-index .cart-container .form-cart #shopping-cart-table td.col.price{padding-right:12px;padding-left:12px}}@media (max-width:767.98px){.checkout-cart-index .message.error{top:90px;margin:0 15px}.checkout-index-index .field-error{font-size:12px}.am-checkout.-modern .opc-estimated-wrapper{display:none}.checkout-index-index .amcheckout-main-container .amcheckout-column.-main .amcheckout-block,.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar,.checkout-index-index .page-main .columns .page-head{padding:0 20px}.checkout-index-index .page-main .columns .page-head{padding-top:20px}.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method{margin-bottom:0}.checkout-index-index .checkout-payment-method .step-title{padding-left:0;padding-right:0}body .amcheckout-step-container .opc-payment-additional.reward{width:calc(100% + 40px);margin:0 -20px;padding:34px 20px 5px;margin-bottom:29px}.checkout-index-index .account-social-login .actions-toolbar.social-btn.facebook-login{width:auto}.checkout-index-index .account-social-login .actions-toolbar.social-btn .btn-social{width:130px;padding-left:35px}.checkout-index-index .actions-toolbar.social-btn .btn-social .fa-facebook:before{left:15px}.checkout-index-index .actions-toolbar.social-btn .btn-social .fa-google:before{left:14px}.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-details a.action.action-delete,.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-details a.action.action-edit{display:none}.checkout-cart-index .page-main .column.main{padding:0}.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-details a{display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:17px}.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .items tr.item-photo{display:block;padding-right:20px;max-width:115px}.checkout-cart-index #shopping-cart-table .col.actions .actions-toolbar .action-towishlist{padding:0;padding-left:15px;display:block;position:relative;margin-bottom:0;font-size:10px;line-height:14px;font-family:'Roboto';font-weight:300;color:#979797;letter-spacing:0}.checkout-cart-index #shopping-cart-table .col.actions .actions-toolbar .action-towishlist:before{content:'\e68c';display:block;font-family:"Linearicons";font-size:8px;line-height:12px;position:absolute;top:0;left:0}.checkout-cart-index #shopping-cart-table .col.actions .actions-toolbar .action-towishlist span,.checkout-cart-index .cart-container .form-cart #shopping-cart-table td.col.qty .actions-toolbar.mobile{display:block}.checkout-cart-index #shopping-cart-table .col.actions .actions-toolbar a.action.action-delete,.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-details a.action-towishlist,.checkout-cart-index #shopping-cart-table .actions-toolbar .action-towishlist:after,.checkout-cart-index .form-cart .cart.table-wrapper .item-info .product-item-photo,.checkout-cart-index .cart-container .form-cart #shopping-cart-table td.col.subtotal{display:none}.checkout-cart-index .shopping-cart-bottom{padding:0;max-width:100%;margin-top:39px;padding-bottom:30px;border-top:.5px solid #979797}.checkout-cart-index .shopping-cart-bottom>div{padding:0 35px}.checkout-cart-index .shopping-cart-bottom .cart-totals{margin-top:0;padding-top:16px}.checkout-cart-index .cart-container .form-cart{max-width:100%;padding:0 34px;padding-top:22px}.checkout-cart-index .page-main .page-title-wrapper.layout_type1{padding:28px 15px 26px;border-bottom:.5px solid #979797}.checkout-cart-index .cart.table-wrapper .col.qty[data-th]:before,.checkout-cart-index .cart.table-wrapper .col.price[data-th]:before,.checkout-cart-index .cart.table-wrapper .col.subtotal[data-th]:before,.checkout-cart-index .cart.table-wrapper .col.msrp[data-th]:before{display:none}.checkout-cart-index .cart-container .form-cart #shopping-cart-table .col:first-child{position:initial;max-width:100%;width:100%;display:block;padding:0;float:none}.checkout-cart-index .cart-container .form-cart #shopping-cart-table thead+.item .col:first-child{padding-top:0}.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-details{padding-left:0}.checkout-cart-index .cart-container .form-cart #shopping-cart-table td.col.qty,.checkout-cart-index .cart-container .form-cart #shopping-cart-table td.col.price,.checkout-cart-index .cart-container .form-cart #shopping-cart-table .item-info .col:first-child{padding:0;width:100%;min-height:auto}.checkout-cart-index .cart-container .form-cart #shopping-cart-table td.col.price{margin-bottom:4px;margin-top:-2px}.checkout-cart-index .cart-container #shopping-cart-table .cart.item .item-info,.checkout-cart-index .cart-container .form-cart .cart.table-wrapper,.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .items thead+.item{border:0}.checkout-cart-index .cart-container .form-cart .cart.table-wrapper{margin-bottom:0;padding-bottom:15px}.checkout-cart-index .cart-container #shopping-cart-table .cart.item .item-info{width:100%}.checkout-cart-index .cart-container .form-cart #shopping-cart-table tbody.cart.item{display:flex;align-items:center;padding-bottom:18px}.checkout-cart-index .cart-container .form-cart #shopping-cart-table .col:last-child,.checkout-cart-index .cart-container .form-cart #shopping-cart-table thead+.item td.col.qty,.checkout-cart-index .cart-container .form-cart #shopping-cart-table thead+.item .col{padding:0;width:100%;float:none}.checkout-cart-index .cart-container .form-cart #shopping-cart-table .col.actions{display:table;margin-top:-2px}.checkout-cart-index .cart-container .form-cart #shopping-cart-table .col .field.qty{display:flex;align-items:center}.checkout-cart-index .cart-container .form-cart #shopping-cart-table .col .control.qty{width:80px;height:30px}.checkout-cart-index .cart-container .form-cart #shopping-cart-table .col .control.qty div.mage-error{top:28px;left:-1px;width:140px;white-space:normal;font-size:12px;line-height:16px}.checkout-cart-index .cart-container .form-cart #shopping-cart-table .col .control.qty .input-text{height:30px;width:40px}.checkout-cart-index #shopping-cart-table thead+.item .actions-toolbar .action-delete:after,.checkout-cart-index #shopping-cart-table .actions-toolbar .action-delete:after{top:50%;right:auto;left:97px}.checkout-cart-index #shopping-cart-table thead+.item .actions-toolbar .action-towishlist~.action-delete:after,.checkout-cart-index #shopping-cart-table .actions-toolbar .action-towishlist~.action-delete:after{left:96px}.checkout-cart-index .cart-container .form-cart .cart.main.actions .actions-update{padding:0;display:flex;justify-content:center}.checkout-cart-index .cart.main.actions .action.clear,.checkout-cart-index .cart.main.actions .action.update{text-transform:capitalize;width:130px;height:34px;padding:5px 10px;margin:0}.checkout-cart-index .cart.main.actions .action.clear{margin-right:7px}.checkout-cart-index .cart.main.actions .action.update{margin-left:8px}.checkout-cart-index .shopping-cart-bottom .fieldset.coupon{margin-bottom:0}.checkout-cart-index .shopping-cart-bottom #block-discount{padding-top:39px}.checkout-cart-index .cart-totals .grand.totals th,.checkout-cart-index .cart-totals .grand.totals td{padding-bottom:10px}.checkout-cart-index .cart-totals .mark,.checkout-cart-index .cart-totals .amount{font-size:15px;padding-bottom:3px}}@media (max-width:574px){.amcheckout-step-container .amcheckout-form-login .amcheckout-password,.amcheckout-step-container .form-login .amcheckout-password{width:100%}.checkout-index-index .fieldset.address div[name$=".firstname"],.checkout-index-index .fieldset.address div[name$=".lastname"]{width:100%}.checkout-index-index .fieldset.address div[name$=".city"],.checkout-index-index .fieldset.address div[name$=".country_id"],.checkout-index-index .fieldset.address div[name$=".region_id"],.checkout-index-index .fieldset.address div[name$=".postcode"],.checkout-index-index .fieldset.address div[name$=".telephone"],.checkout-index-index .fieldset.address div[name$=".company"]{width:100%}.amcheckout-step-container .payment-option.discount-code input[type='text']::placeholder{color:transparent}}@media (max-width:425px){body.checkout-cart-index .block.crosssell .block-title.title>strong{font-size:24px;line-height:30px}body.checkout-cart-index .block.crosssell{padding-bottom:0}}@media (max-width:359px){.checkout-cart-index .cart.main.actions .action.clear,.checkout-cart-index .cart.main.actions .action.update{width:auto}}.bn_website .payment-option._collapsible.opc-payment-additional.reward,.bn_website .sidebar-main div.block.block-collapsible-nav:nth-child(2){display:none}.checkout-onepage-success .page-main iframe,.checkout-onepage-success .page-main .print{display:none}.checkout-onepage-success .page-title-wrapper.layout_type1{padding:0;margin-bottom:0}.checkout-onepage-success .page-main .checkout-success{padding:0;display:flex;align-items:center}.checkout-onepage-success .page-main .checkout-success .image-banner{order:1;max-width:47.658%;width:100%;line-height:0}.checkout-onepage-success .page-main .checkout-success .image-banner img{width:100%}.checkout-onepage-success .page-main .checkout-success .content{order:2;max-width:calc(100% - 47.658%);width:100%;padding:30px 20px 80px}.checkout-onepage-success .page-main .columns{max-width:100%;width:100%;padding:0}.checkout-onepage-success footer.page-footer{margin-top:0}.checkout-onepage-success .page-main p.order,.checkout-onepage-success .page-main p.order a,.checkout-onepage-success .page-main p.order strong{font-size:24px;line-height:32px;font-family:'Roboto';font-weight:400;margin-bottom:15px}.checkout-onepage-success .page-main p.order a:hover,.checkout-onepage-success .page-main p.order a:focus{color:#000}body.checkout-onepage-success .page-title-wrapper .page-title{font-size:44px;line-height:46px;font-family:'Playfair Display';font-weight:400;color:#292526;max-width:300px;margin:0 auto;padding-bottom:25px}.checkout-onepage-success .page-main p{font-size:14px;line-height:20px;font-family:'Roboto';font-weight:400;letter-spacing:0}.checkout-onepage-success .checkout-success .success-messages{margin-bottom:0}.checkout-onepage-success .actions-toolbar .action.continue{font-size:14px;line-height:18px;font-family:'PT Sans';font-weight:400;padding:13px 20.3px;border-radius:0;margin-top:8px}@media (max-width:991px){body.checkout-onepage-success .page-title-wrapper .page-title{font-size:34px;line-height:40px;padding-bottom:15px}.checkout-onepage-success .page-main .checkout-success .content{padding:30px 15px 45px}.checkout-onepage-success .page-main p.order,.checkout-onepage-success .page-main p.order a,.checkout-onepage-success .page-main p.order strong{font-size:22px}.checkout-onepage-success .page-main p{margin-bottom:0}}@media (max-width:767.98px){.checkout-onepage-success .page-main .checkout-success{flex-direction:column}.checkout-onepage-success .page-main .checkout-success .image-banner{max-width:100%;display:block;position:relative;height:0;padding-bottom:61.115%;overflow:hidden}.checkout-onepage-success .page-main .checkout-success .content{max-width:100%;padding:29px 15px 33px}.checkout-onepage-success .page-main p.order,.checkout-onepage-success .page-main p.order a,.checkout-onepage-success .page-main p.order strong{font-size:20px;line-height:26px;font-weight:300;max-width:none;margin-bottom:8px}body.checkout-onepage-success .page-title-wrapper .page-title{font-size:24px;line-height:30px}.checkout-onepage-success .page-main p{font-size:13px;line-height:17px;max-width:278px;margin:0 auto}.checkout-onepage-success .actions-toolbar .action.continue{padding:13px 37.3px;width:auto}.checkout-onepage-success .checkout-success .actions-toolbar .primary{margin-top:10px}}body.checkout-onepage-success .page-title-wrapper .page-title{max-width:unset}.checkout-onepage-success .webforms-csat{width:60%;margin:0 auto}.checkout-onepage-success .webforms-csat .fieldset .field label{text-align:center}.checkout-onepage-success .webforms-csat .choice{display:inline-block}.checkout-onepage-success .webforms-csat .type-stars .control{margin:0 auto;width:fit-content;position:relative}.checkout-onepage-success .webforms-csat .type-stars .control:before{content:"Not likely at all";position:absolute;left:-100px;top:10px}.checkout-onepage-success .webforms-csat .type-stars .control:after{content:"Extremely likely";white-space:nowrap;position:absolute;right:-100px;top:10px}.checkout-onepage-success .page-main .checkout-success{align-items:normal}.checkout-onepage-success .page-main .checkout-success .image-banner img{height:100%;object-fit:cover}@media (max-width:479px){.checkout-onepage-success .webforms-csat{width:100%}.checkout-onepage-success .webforms-csat .type-stars .control:before{display:none}.checkout-onepage-success .webforms-csat .type-stars .control:after{display:none}.checkout-onepage-success .page-main .checkout-success{align-items:center}.checkout-onepage-success .page-main .checkout-success .image-banner img{height:auto}}@font-face{font-family:'IcoFont';font-weight:400;font-style:normal;src:url('../../frontend/Mgs/naelofar/en_US/fonts/CerebriSans/icofont.woff2') format('woff2'),url('../../frontend/Mgs/naelofar/en_US/fonts/CerebriSans/icofont.woff') format('woff');font-display:swap}.countdown-timer .countdown span b{font:normal normal 400 13px/22px Roboto !important;color:#FFFFFF}.countdown-box{background-color:#FC7171;text-align:center;padding:12px 15px}.countdown-box p:first-child{display:none}.countdown-box p,.content-block.mgs-countdown-block{display:inline-block;margin-bottom:0}.countdown-box p:last-child a{font:normal normal Bold Italic 9px/20px Roboto;text-transform:uppercase;color:#fff;text-decoration:underline}.countdown-box h4{font:normal normal 700 14px/20px Roboto;text-transform:uppercase;color:#fff;display:inline-block;letter-spacing:0.2px;margin-right:16px}.countdown-box .mgs-countdown-block h4:nth-child(1){margin-right:10px}body .mgs-countdown-block .countdown-timer .time-text{display:none}body .mgs-countdown-block .countdown-timer .countdown{width:auto;display:block;text-align:center}.countdown-timer{display:inline-block;margin-right:7px}body .mgs-countdown-block .countdown-timer .countdown span{display:inline-block;width:auto;padding:1px 7px;border-radius:4px;border:1px solid #fff;margin:0 5px}@media (max-width:767px){body .countdown-box .countdown-timer .countdown span b{font:normal normal 400 13px/22px Roboto !important;color:#FFFFFF}}@media (max-width:414px){.countdown-box{padding-top:14px}.content-block.mgs-countdown-block{display:block}.countdown-timer{margin-right:0;margin-bottom:10px;display:block}}.cms-privacy-policy-cookie-restriction-mode .page-title-wrapper{display:none}body{overflow-x:hidden}header.page-header .header-area.header5 .middle-header{background:#F6F6F6;position:relative;z-index:3;padding:0 37px}header.page-header{box-shadow:0px 3px 6px rgba(0,0,0,0.16);z-index:101}header.page-header .header-area.header5 .close-go-back{display:none}header.page-header .header-area.header5 .middle-header .logo{padding:0px 96px 0px 0px;min-height:57px !important;margin:-6px auto -5px auto;width:100%;justify-content:center}header.page-header .header-area.header5 .block-search .block-content .field.search .label,header.page-header .header-area.header5 .block-search .block-title:before{content:'' !important;clip:unset;position:static;width:17px;height:17px;font-size:0;display:inline-block;vertical-align:middle;line-height:17px;background:url('../../frontend/Mgs/naelofar/en_US/images/loupe.svg') no-repeat;background-size:contain;margin-right:39px}header.page-header .search-icon-bottom .block-search .block-title.theme-header-icon{display:inline-block;cursor:pointer;vertical-align:middle;line-height:17px}header.page-header .header-area.header5 .block-search .block-content input{background:transparent;border:0;border-bottom:1px solid #d0cfcd;border-radius:0;height:24px;padding:0 0px;width:100%;color:#282828;font-size:10px;line-height:13px;letter-spacing:0.5px;margin-left:auto;margin-right:0;vertical-align:top;max-width:none;min-width:0}header.page-header .header-area.header5 .header-top-links .actions .action.top-links:before{content:'';width:15px;height:16px;display:block !important;background:url('../../frontend/Mgs/naelofar/en_US/images/account.svg') no-repeat;background-size:contain}header.page-header .header-area.header5 .minicart-wrapper .action.showcart:before{content:'';width:18px;height:17px;display:block;background:url('../../frontend/Mgs/naelofar/en_US/images/shopping-bags.svg') no-repeat;background-size:contain}header.page-header .header-area.header5 .icon-heart:before{content:'';width:17px;height:15px;display:block;background:url('../../frontend/Mgs/naelofar/en_US/images/heart.svg') no-repeat;background-size:contain}header.page-header .header-area.header5 .right-content{align-items:flex-end;padding-bottom:19px}header.page-header .header-area.header5 .minicart-wrapper .action.showcart{top:0;transform:translateY(0px)}header.page-header .header-area.header5 .minicart-items .product-item-details .product-item-name+.product.options{display:block}header.page-header .header-area.header5 .minicart-items .product-item-pricing .details-qty .update-cart-item{margin-left:-10px;margin-right:9px}header.page-header .header-area.header5 .minicart-wrapper .block-minicart .product-image-container{width:100% !important}header.page-header .header-area.header5 .minicart-wrapper .block-content .subtitle.empty{padding:30px 0}header.page-header .header-area.header5 .top-wishlist{align-items:flex-start}header.page-header .header-area.header5 .top-wishlist .wishlist-icon{margin-top:0}header.page-header .header-area.header5 .store-picker{font-size:11px;line-height:14px;height:auto;text-decoration:underline}header.page-header .header-area.header5 .top-header .right-top-header .list-block{padding-top:3px;align-items:flex-start}header.page-header .header-area.header5 .top-header .right-top-header .list-block .store-div-fme{padding:0 !important;cursor:pointer;margin-left:6px !important}header.page-header .header-area.header5 .bottom-right{padding:4px 0;position:absolute;right:0;top:0;z-index:0}header.page-header .header-area.header5 .right-content>div{margin-left:27px}body header.page-header .header-area.header5 .top-header{background-color:#292526 !important;height:30px !important;color:#fff;border:0;padding:5px 20px !important}header.page-header .header-area.header5 .left-top-header{margin-top:0 !important;width:100%;text-align:center}header.page-header .header-area.header5 .top-header .left-top-header .content{font-size:12px !important;line-height:20px;background-color:#292526 !important}header.page-header .header-area.header5 .rewards-point p span{font-size:12px;line-height:16px;letter-spacing:0.5px;font-weight:500;text-transform:uppercase;display:block}header.page-header .header-area.header5 .rewards-point p{font-size:10.5px;line-height:14px;margin-bottom:0}header.page-header .header-area.header5 .rewards-point p a{color:#FF3F08;text-decoration:underline}header.page-header .header-area.header5 .rewards-point p a:hover{text-decoration:none}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main ul{justify-content:center}header.page-header .header-area.header5 .left-top-header a{color:#FF3F08;font-weight:bold}header.page-header .header-area.header5 .left-top-header a:hover{color:#fff}header.page-header .header-area.header5 .right-top-header{position:absolute;right:28px}header.page-header .header-area.header5 .drpdwn-flag{width:18px;display:inline-block;vertical-align:middle;height:47px}header.page-header .header-area.header5 select#store-picker{background:transparent;color:#fff;font-size:12px;line-height:15px;letter-spacing:1px;text-transform:capitalize;padding:0;text-decoration:underline;width:auto}header.page-header .header-area.header5 select#store-picker option{color:#292526}.header-area.header5 .level1.dropdown-submenu .level1>a,.header-area.header5 .level1.dropdown-submenu>a,.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.bags>.dropdown-mega-menu li>a{font-size:12px;line-height:16px;letter-spacing:1px;text-transform:uppercase;padding:16px 10px 16px 41px;display:block;margin-bottom:1px;font-weight:500}.header-area.header5 .level1.dropdown-submenu .level1>a:hover,.header-area.header5 .level1.dropdown-submenu>a:hover{color:#292526 !important}.header-area.header5 .bags .level1.dropdown-submenu{width:100%}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li .catalog-points{display:none}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.bags>.dropdown-mega-menu li>a>.toggle-menu{display:none}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.bags>.dropdown-mega-menu{min-width:196px}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0>.dropdown-mega-menu>li>a{padding:16px 41px;background:#E8E8E7}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-1columns .dropdown-submenu>.dropdown-menu-ct{min-width:calc(800px - 155px);display:flex;left:155px;visibility:hidden;padding:0;top:0;transform:translateX(0px)}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-1columns .dropdown-submenu>.dropdown-menu-ct{background:#F6F6F6;padding-left:38.5px;padding-top:20px;padding-right:36px;box-shadow:none}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-1columns.ready-to-wear .dropdown-submenu>.dropdown-menu-ct{padding-left:34.5px;padding-right:35px;padding-bottom:50px}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 .feature-cate img{width:100%}.header-area.header5 .ready-to-wear-cate>.line>div{padding:0 15px}.header-area.header5 .ready-to-wear-cate>.line{flex-wrap:nowrap}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-1columns .dropdown-submenu>.dropdown-menu-ct .col-md-4{padding-top:3px}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0>.dropdown-mega-menu li.level2 a{font-size:12px;line-height:15px;font-family:'PT Sans';padding:0;margin-bottom:12.5px}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu .nav-item.level1:hover,.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.bags>.dropdown-mega-menu li:hover>a{background:#E8E8E7}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:hover>.dropdown-mega-menu .row:first-child .dropdown-menu-ct{visibility:visible;opacity:1;left:155px}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-1columns .dropdown-submenu:hover>.dropdown-menu-ct{opacity:1;visibility:visible;transform:translateY(0);-moz-transform:translateY(0);-webkit-transform:translateY(0);-ms-transform:translateY(0);background:#F6F6F6}header .navigation .ves-megamenu .level0 .submenu .submenu{right:-100% !important;width:100% !important;left:auto !important;background:transparent;padding:0}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0>a.level0{font-size:12px;line-height:16px;letter-spacing:1px;font-weight:500;text-transform:uppercase}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0{padding:9.5px 15px 10px 18px}header.page-header .header-area .horizontal-menu{margin-left:36px !important;width:100%}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main{padding:0;justify-content:center}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:hover>a{color:#FF3F08;text-decoration:none}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0>a.level0:after{display:none}.header-area.header5 .level1.dropdown-submenu .level1>a span{display:none}.feature-cate .line{display:flex;margin:0 -15px}.feature-cate .line>div{padding:0 15px}.feature-cate .line>div a.image{display:block;margin-bottom:8px}.feature-cate .line>div a.image>img{display:inline-block;vertical-align:middle;width:100%}.feature-cate .line>div a:not(.image){position:absolute;right:0;bottom:12px;font-size:12px;line-height:16px;font-weight:700;width:100%;text-align:center;opacity:0;pointer-events:none}.feature-cate .line .image{position:relative}.feature-cate .line .image:hover a:not(.image){opacity:1;pointer-events:all}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-1columns .dropdown-submenu>.dropdown-menu-ct>.line{width:100%;margin:0}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 .list-cate{width:34%}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 .feature-cate{width:66%}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0>.dropdown-mega-menu li.level2:last-child a{font-weight:bold}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 h6{text-align:center;text-transform:uppercase;font-size:12px;line-height:16px;letter-spacing:1px;font-weight:bold}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 .feature-cate a{display:block}header.page-header .header-area.header5 .block-search .block-content .field.search .label.active{display:none}.search-autocomplete,.amsearch-results{max-width:100vw}header.page-header .header-area.header5 .block-search{margin:0 0px 0 auto;display:inherit}header.page-header .header-area.header5 .search-icon-bottom .block-search .block-content .form.minisearch input{padding-left:38px}header.page-header .header-area.header5 .amsearch-form-container .search-autocomplete .amsearch-results .amsearch-leftside{background:transparent;padding-top:38.5px;max-width:117px}header.page-header .rewards-point{padding:10px 11px 10px 14px;display:flex;align-items:flex-start;border-left:1px solid #979797;border-right:1px solid #979797;width:250px;align-items:center}header.page-header .rewards-point h5{font-size:12px;line-height:16px;letter-spacing:0.5px;text-transform:uppercase;font-weight:500;color:#282828;margin-bottom:2px}.header-area.header5.search-icon-bottom{border-bottom:1px solid #707070}body header.page-header .minicart-wrapper .block-minicart .subtitle.empty:before{display:none}.header-area.header5 .minicart-wrapper .block-minicart .block-title{display:block;text-align:center;font-size:30px;line-height:40px;font-family:'PlayfairDisplay';font-weight:400;color:#292526;padding:20px;border-bottom:1px solid #979797}.header-area.header5 .minicart-items .action.edit{display:none}body header.page-header .header-area.header5 .minicart-items .product .actions>.primary{font-size:9px;line-height:18px;color:#979797;font-weight:300;margin-left:12px;padding-top:3px;display:inline-block}.header-area.header5 .minicart-wrapper .mp-reward-cart{display:none}header.page-header .minicart-items .product .actions>.primary a:before{display:none}header.page-header .header-area.header5 .minicart-items .product .actions>.secondary a:before{content:'';display:inline-block;vertical-align:middle;width:11px;height:15px;background:url(../../frontend/Mgs/naelofar/en_US/images/delete.svg) no-repeat;background-size:contain}header.page-header.sticky .minicart-wrapper.active .block-minicart{max-height:calc(100vh - 82px)}header.page-header .header-area.header5 .minicart-wrapper .minicart-items-wrapper{padding-top:15.5px;padding-left:61px;max-height:calc(100vh - 225px)}header.page-header .header-area.header5 .minicart-wrapper .block-content .action.close{display:block;position:absolute;font-size:12px;width:12px;height:12px;left:0;margin:36.5px 25px;z-index:2}header.page-header .header-area.header5 .minicart-wrapper .block-content .action.close:before{font-size:12px;color:#292526;font-weight:800}header.page-header .header-area.header5 .minicart-items .product-item-details .product-item-name{font-size:14px;line-height:18px;font-weight:300;color:#292526}header.page-header .header-area.header5 .minicart-items .product-item-details .price{font-size:14px;line-height:19px;font-weight:bold;color:#292526}header.page-header .header5 .minicart-items .product-item-details .product-item-name a{font-size:12px;line-height:18px}header.page-header .header-area.header5 .minicart-items .product-item-pricing .details-qty .label{display:none}header.page-header .header-area.header5 .minicart-items .product-item-pricing .details-qty input.cart-item-qty{border-color:#292526;border-radius:0;height:30px;width:80px;font-size:10px;line-height:30px;color:#292526}header.page-header .header-area.header5 .minicart-items .product-item-pricing .details-qty .qty-box span{font-size:10px;line-height:30px;color:#292526;text-align:center}body header.page-header .minicart-items .product-item-details{padding-left:126px;padding-right:0}header.page-header .header-area.header5 .minicart-items .product-item-pricing .details-qty .qty-box .minus:before{display:none}header.page-header .header-area.header5 .minicart-items .product-item-pricing .details-qty .qty-box .plus:after{display:none}header.page-header .header-area.header5 .minicart-items .product-item-pricing .details-qty .qty-box .plus:before{display:none}header.page-header .header-area.header5 .minicart-wrapper .block-content>.subtotal>.label{color:#6A6A6A;text-transform:uppercase;font-size:14px;line-height:20px;font-weight:bold;letter-spacing:1px}header.page-header .header-area.header5 .minicart-wrapper .block-content>.subtotal>.label:after{display:none}header.page-header .header-area.header5 .minicart-wrapper .block-content>.subtotal .price-container .price{color:#292526;font-size:14px;letter-spacing:1px;line-height:20px;font-weight:400}header.page-header .header-area.header5 .minicart-wrapper .block-minicart{width:471px}header.page-header .header-area.header5 .minicart-items .product-item-pricing .details-qty .qty-box .minus{height:30px}header.page-header .header-area.header5 .minicart-wrapper .minicart-items-wrapper .product-item{padding:10px 0}header.page-header .header-area.header5 .minicart-wrapper .minicart-items-wrapper .product-item+.product-item{border:0}header.page-header .header-area.header5 .minicart-items .product .actions{position:static;display:flex;vertical-align:middle;align-items:center}header.page-header .header-area.header5 .minicart-items .product-item-pricing .details-qty .qty-box{margin-right:20px}header.page-header .header-area.header5 .minicart-items .product-item-details .details-qty{display:flex;align-items:center}body .modal-popup.confirm .action-primary,body .modal-popup.confirm .action-primary:focus{order:1;background:transparent;color:#000;font-size:14px;line-height:18px;letter-spacing:0.5px;font-weight:400;height:46px;border:1px solid #292526;margin-bottom:10px;box-shadow:none}body .modal-popup.confirm .action-primary:focus{color:#000 !important}body .modal-popup.confirm .action-primary:hover{color:#fff !important}body .modal-popup.confirm .modal-footer{display:flex;justify-content:center;flex-wrap:wrap;padding:20px 72px 16px 72px}body .modal-popup.confirm .modal-footer>button{width:100%;border-radius:0;border:1px solid #292526;font-size:14px;line-height:18px;letter-spacing:0.5px;font-weight:400}body .modal-popup.confirm .action-secondary{order:2;background:#292526;color:#fff;height:46px}body .modal-popup.confirm .modal-inner-wrap{background:#F6F6F6;max-width:377px;border-radius:0}body .modal-popup.confirm .modal-header{padding-top:10px}body .modal-popup .modal-header,body .modal-popup .modal-content{padding-left:62px;padding-right:62px;font-size:14px;line-height:18px;letter-spacing:0.5px;font-family:'Roboto'}body .modal-popup .modal-footer{padding-left:62px;padding-right:62px;font-size:14px;line-height:18px;letter-spacing:0.5px;font-family:'Roboto';display:none}body .modal-custom .action-close:before,body .modal-popup .action-close:before,body .modal-slide .action-close:before{color:#292526;font-size:40px;line-height:normal}body .modal-custom .action-close,body .modal-popup .action-close,body .modal-slide .action-close{right:-2px;top:-2px}body .modal-popup.confirm .action-secondary:hover{background:transparent;color:#292526;border-color:#292526}body .modal-popup.confirm .action-primary:hover{background:#292526;color:#fff}body .success-ajax--popup.modal-popup._inner-scroll._show .modal-inner-wrap{background:#F6F6F6;padding:50px 10px;max-width:100%;width:441px}body .ajax_cart-popup.popup__columns .popup__table .product-confirm-name{font-size:14px;line-height:20px;font-weight:700;margin-bottom:0}body .ajax_cart-popup.popup__columns .ajax_header{font-size:14px;line-height:20px;font-weight:400;padding:0;text-align:center;border:0}body .ajax_cart-popup.popup__columns .popup__table .popup__table-col{float:none;text-align:center;width:100%}body .ajax_cart-popup.popup__columns .popup__table{margin-top:0px}body .success-ajax--popup.modal-popup .modal-header .action-close:before{color:#282828;font-weight:700;font-size:12px}body .success-ajax--popup.modal-popup .modal-header{position:static}body .success-ajax--popup.modal-popup .modal-header .action-close{right:10px;top:10px}header.page-header .header-area.header5 .minicart-wrapper .block-content>.subtotal{border-top:0;padding:21px 34.5px 0px 61px}header.page-header .header-area.header5 .minicart-wrapper .block-content>.actions{padding:0 34.5px 48px 61px;margin-top:31px}header.page-header .header-area.header5 .minicart-wrapper .block-content>.actions>.secondary .action.viewcart,header.page-header .header-area.header5 .minicart-wrapper .block-content>.actions>.primary .action{font-size:14px;line-height:18px;letter-spacing:0.5px;font-weight:400;padding:14px 13px 12px 13px}header.page-header .header-area.header5 .minicart-wrapper .block-content>.actions>.primary .action{background:#282828;color:#fff}header.page-header .header-area.header5 .minicart-wrapper .block-content>.actions>.primary .action:hover{background:#fff;color:#282828 !important}.header-area.header5 .minicart-wrapper .block-minicart .block-title.empty{display:none}body header.page-header .minicart-slide .minicart-wrapper .block-content{height:90vh;overflow:auto}header.page-header .header-area.header5 .header-top-links .login-form.logged-customer{min-width:204px;padding:0}header.page-header .header-area.header5 li.my-account.nav-item.rewward-point{display:none}.store-my header.page-header .header-area.header5 li.my-account.nav-item.rewward-point{display:block}header.page-header .header-area.header5 .header-top-links .login-form.logged-customer h6{font-size:12px;line-height:16px;font-weight:500;text-transform:uppercase;letter-spacing:1px;padding:19px 10px 12px 46px;border-bottom:1px solid #979797;text-align:left}header.page-header .header-area.header5 ul.nav.items li a{font-size:12px;line-height:20px;color:#282828;padding:8px 0px;display:block;text-align:left}header.page-header .header-area.header5 ul.nav.items{padding:10px 20px 19px 46px}header.page-header .header-area.header5 ul.nav.items li a:hover{font-weight:700;color:#FF3F08 !important}li#customer-toplink span{display:flex;color:#282828;font-weight:700;text-transform:inherit}li#customer-toplink span span{padding-left:5px}li#customer-toplink{color:#282828;font-weight:700}li#customer-toplink p{text-transform:uppercase}header.page-header .header-area.header5 .rewards-point img{margin-bottom:0;display:inline-block;vertical-align:middle}header.page-header .header-area.header5 .rewards-point .text{margin-left:9px}header.page-header .header-area.header5 .header-bottom{display:flex;justify-content:space-between;padding:0px 0;position:relative;background:#F6F6F6;border-top:1px solid #979797}header.page-header .header-area.header5 .middle-logo{width:calc(100% - 358px);border-right:1px solid #979797}header.page-header .header-area.header5 .right-content .header-top-links .header.links{display:none}header.page-header .header-area.header5 .field.search{display:flex;align-items:baseline;justify-content:flex-end}header.page-header .header-area.header5 .block-search .control{right:0;max-width:155px;left:auto;float:right;pointer-events:all;min-height:auto}header.page-header .header-area.header5 .amsearch-form-container.-opened .amsearch-wrapper-input input{border-radius:0;background:transparent}header.page-header .header-area.header5 .block-search .block-content input[type="text"]::-webkit-input-placeholder{color:#282828;font-size:10px;line-height:13px;letter-spacing:0.5px;font-style:normal;width:100%}header.page-header .header-area.header5 .amsearch-more-results .amsearch-link span{display:none}header.page-header .header-area.header5 .amsearch-more-results .amsearch-link:after{content:'\f101';font-family:"Font Awesome 5 Pro Light";color:#FF3F08;font-size:12px;line-height:18px;font-weight:600}header.page-header .header-area.header5 .amsearch-results{padding:0 37px;background:#fff}header.page-header .header-area.header5 .search-icon-bottom .block-search .block-content .form.minisearch input{padding:0 80px}header.page-header .header-area.header5 .search .amsearch-loupe{left:14px;width:10px;height:10px}header.page-header .header-area.header5 .block-search.active .block-content .field.search .label{display:none}header.page-header .header-area.header5 .amsearch-products.-columns{width:100% !important;padding-top:38.5px;padding-bottom:33px}header.page-header .header-area.header5 .amsearch-form-container.-large .amsearch-wrapper-content>.amsearch-item{width:25%;padding:0 15px}body header.page-header .search-icon-bottom .block-search .block-content .action.search{right:auto;left:38px;top:0;z-index:3;height:59px}body header.page-header .search-icon-bottom .block-search .block-content .form.minisearch input{height:59px}header.page-header .header-area.header5 .header-area.search-icon-bottom .block-search .block-content{padding:0 0px}header.page-header .header-area.header5 .search-icon-bottom .block-search.actions{position:absolute;top:0}header.page-header .header-area.header5 .amsearch-wrapper-input,header.page-header .header-area.header5 .amsearch-form-container.-opened .amsearch-wrapper-input{padding:0 14px;right:0;left:auto;margin-left:auto;margin-right:0;text-align:right}header.page-header .header-area.header5 .amsearch-close{right:26px;-webkit-filter:brightness(100%);filter:brightness(100%);background-size:8px;top:98px}header.page-header .header-area.header5 .amsearch-item-container.page{display:none}header.page-header .header-area.header5 .amsearch-form-container.-opened .amsearch-leftside .amsearch-item-container.recent_searches{display:none}header.page-header .header-area.header5 .amasty-xsearch-block-header{font-size:13px;line-height:18px;font-weight:500;letter-spacing:1px;padding-bottom:11px;padding-left:0px}header.page-header .header-area.header5 .amsearch-form-container.-opened .amsearch-wrapper-input,header.page-header .header-area.header5 .search-autocomplete,header.page-header .header-area.header5 .amsearch-results{box-shadow:none}header.page-header .header-area.header5 .amsearch-results .amsearch-item .item-name,header.page-header .header-area.header5 .amsearch-results .amsearch-item-container:not(.recent_searches) .amsearch-item .item-name,header.page-header .header-area.header5 .amsearch-results .amsearch-item .item-name *{font-size:12px;line-height:16px;color:#292526;font-weight:400;text-decoration:none}header.page-header .header-area.header5 .amsearch-wrapper-content .product-item-link,.amsearch-products .amsearch-highlight{font-size:12px;line-height:18px;color:#282828;background:transparent}header.page-header .header-area.header5 .amsearch-form-container.-large .amsearch-wrapper-content .product-reviews-summary{display:none}header.page-header .header-area.header5 .amsearch-form-container.-large .amsearch-wrapper-content .price{font-size:13px !important;line-height:18px;color:#282828;font-weight:bold;padding-right:5px}header.page-header .header-area.header5 .amsearch-form-container.-large .amsearch-wrapper-content .product-item-actions{display:none}header.page-header .header-area.header5 .amsearch-form-container.-large .amsearch-results .amsearch-more-results{text-align:right}header.page-header .header-area.header5 .amsearch-more-results .amsearch-link{background:transparent;color:#FF3F08;text-transform:inherit;font-size:12px;line-height:18px;font-weight:500;letter-spacing:0.5px;font-family:'Poppins';display:inline-block;padding:12.5px 15px;border:0;text-decoration:underline}header.page-header .header-area.header5 .amsearch-wrapper-content .amsearch-wrapper-inner{margin-top:0}body header.page-header .search-icon-bottom .block-search .block-content{padding:10px 0}header.page-header .header-area.header5 .search .amsearch-loupe{display:inline-block !important}header.page-header .header-area.header5 .block-search .block-content .field.search .label{display:none}header.page-header .block-search .action.search{display:none}.header-area.header5 .products-grid.grid .product-item .product-item-info a{font-size:12px;line-height:18px;font-weight:400}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:hover>.dropdown-mega-menu .row .dropdown-menu-ct .grid,.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0>.dropdown-mega-menu .row .dropdown-menu-ct .grid{margin:0;overflow:hidden}.header-area.header5 .block.widget .product-item-info span.product-image-wrapper{padding-bottom:122% !important}body .navigation .block .block-content .products-grid{margin:0;margin-top:0px !important}body .navigation .block .block-content .products-grid .price-box .price-label{display:none}body .header-area.header5 .price-box .price-final_price .price,.header-area.header5 .price-box .price-final_price:only-child .price{font-size:13px;font-weight:700;line-height:18px;color:#282828}body .header-area.header5 .price-box .price-final_price [data-price-type="specialPrice"] .price{color:red}.header-area.header5 .products-grid .product-item .stock.unavailable{background:rgba(208,207,205,0.8);padding:7px;color:#282828;font-size:12px;line-height:18px;font-weight:500;letter-spacing:0.5px;font-family:'Poppins';text-align:center;position:absolute;width:100%;bottom:5px;z-index:3}.header-area.header5 .products-grid.grid .product-item .product-item-info a.product-item-photo{display:inline-block;position:relative;width:100%;vertical-align:middle}.ready-to-wear ul.dropdown-mega-menu{overflow:hidden}.megamenu-content.mega-menu-content .ready-to-wear-cate>a{color:#FF3F08;text-decoration:underline;position:absolute;right:48px;bottom:31px;display:block}.megamenu-content.mega-menu-content .ready-to-wear-cate .block-products-list+a{display:inline-block}.megamenu-content.mega-menu-content .ready-to-wear-cate>a:hover{color:#282828}.header-area.header5 .block-search .popular_searches{display:none}.header-area.header5 .block-search .browsing_history{display:none}header.page-header .header-area.header5 .top-wishlist.active .block-wishlist{display:none}header.page-header .header-area.header5 .top-wishlist.active:after{display:none}header.page-header .header-area.header5 .amsearch-autocomplete-image span.product-image-wrapper{padding-bottom:133.333% !important}header.page-header .header-area.header5 .amsearch-results .amsearch-item:hover{background:transparent}header.page-header .header-area.header5 .amsearch-autocomplete-image .product-image-photo{border:0}header.page-header .header-area.header5 .amsearch-form-container.-opened .amsearch-leftside .amsearch-item{padding:3px 0px}header.page-header .header-area.header5 #amasty-shopby-product-list>div{padding-left:33px}header.page-header .header-area.header5 #amasty-shopby-product-list>div .amasty-xsearch-block-header{padding-left:15px;padding-bottom:9px}header.page-header .header-area.header5 .amsearch-form-container.-large .amsearch-wrapper-content .amsearch-autocomplete-information{margin-top:0px}header.page-header .header-area.header5 .amsearch-form-container.-large .amsearch-wrapper-content{margin-bottom:0}header.page-header .header-area.header5 form#search_mini_form .amsearch-close{display:none !important}header.page-header .header-area.header5 form#search_mini_form.-opened.-result .amsearch-close{display:block !important}header.page-header .header-area.header5 form#search_mini_form.-opened.-result .search-autocomplete.-bottom-position{margin-top:9px}@media (max-width:1500px) and (min-width:1366px){header.page-header .header-area.header5 .middle-header{padding:0 37px}body header.page-header .header-area.search-icon-bottom .block-search .block-content{padding:10px 0px}}@media (max-width:1365px){header.page-header .header-area.header5 .middle-header{padding:0 38px}header.page-header .header-area.header5.search-icon-bottom .block-search .block-content{padding:0 0px}}@media (min-width:768px) and (min-width:1024px){header.page-header .header-area.header5 .amsearch-form-container.-opened .amsearch-wrapper-input{position:relative;background:transparent}}@media (min-width:992px){.store-id header.page-header .rewards-point{width:257px}.store-id header.page-header .header-area.header5 .middle-logo{width:calc(100% - 385px)}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0>.dropdown-mega-menu .products-grid .product-items li.product-item{padding:0 12px}header.page-header .header-area.header5 .right-content>div.block.block-search{display:none}header.page-header .search-icon-bottom .right-content .block-search{display:none}header.page-header .header-area .horizontal-menu .store-menu{display:none}header.page-header .header-area .horizontal-menu .header-top-links{display:none}header.page-header .header-area .horizontal-menu .store-setting{display:none}.header-area.header5 .level1.dropdown-submenu>span.toggle-menu{display:none}header.page-header .header-area .horizontal-menu .rewards-point{display:none}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0>.dropdown-mega-menu{min-width:800px;transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);-webkit-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);background:#F6F6F6}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:hover>.dropdown-mega-menu{opacity:1;visibility:visible;transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);-webkit-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0)}.header-area.header5 .level1.dropdown-submenu{width:155px}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:hover>a,.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:hover>a:hover{color:#FF3F08 !important;text-decoration:none}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0>a.level0:after{display:none}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-1columns{position:static}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0>.dropdown-mega-menu{left:50%;transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);-webkit-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0)}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0>.dropdown-mega-menu li.level1>a{font-size:12px;line-height:16px;font-weight:500;letter-spacing:1px;text-transform:uppercase;padding:16px 41px 17px 41px;display:block;margin-bottom:1px;color:#282828}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0>.dropdown-mega-menu li.level1:hover>a{background:#E8E8E7;color:#282828}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.category-menu .dropdown-submenu>.dropdown-menu-ct{display:block;left:100%;min-width:100%;border:0}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.category-menu>.dropdown-mega-menu{min-width:196px}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.category-menu>.dropdown-mega-menu li{width:100%}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.category-menu,.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.bags{position:relative}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.category-menu li>ul.dropdown-submenu-ct{padding:0}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.category-menu>.dropdown-mega-menu li.level2:last-child a{font-weight:400}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0>.dropdown-mega-menu li>a>.toggle-menu{line-height:11px;right:15px;top:20px}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.bags>.dropdown-mega-menu li.level1>a{white-space:nowrap}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.hijabs>.dropdown-mega-menu .level1.dropdown-submenu,.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.ready-to-wear>.dropdown-mega-menu .level1.dropdown-submenu{border-right:1px solid #979797}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.ready-to-wear>.dropdown-mega-menu .products-grid .product-items li.product-item{margin-bottom:38px}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.ready-to-wear>.dropdown-mega-menu .products-grid .product-items li.product-item strong.product-item-name{min-height:40px}}header.page-header .header-area.header5 .search-autocomplete,header.page-header .header-area.header5 .amsearch-results{max-width:100vw;width:100vw !important}header.page-header .header-area.header5 .search-autocomplete.-bottom-position{top:100%;background:#fff}@media (min-width:1024px){header.page-header .header-area.header5 .search-autocomplete,header.page-header .header-area.header5 .amsearch-results{max-width:100vw;width:100vw !important;background:#fff}header.page-header .header-area.header5 .search-autocomplete.-bottom-position{top:100%}}@media (max-width:1199px){.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main ul{justify-content:flex-start}header.page-header .header-area.search-visible .block-search.active .block-content{position:static;order:1;margin:0}header.page-header .header-area.header5 .block-search{display:flex;align-items:center;line-height:17px}header.page-header .header-area.search-visible .block-search .block-title.theme-header-icon{order:2;line-height:24px}header.page-header .header-area.header5 .bottom-right{padding:6px 0;top:8px}}@media (max-width:1199px) and (min-width:992px){header.page-header .header-area.search-visible .block-search .block-content,header.page-header .header-area.search-visible .block-search .block-content{transform:none;visibility:visible;margin:0}header.page-header .header-area.search-visible .block-search .block-title.theme-header-icon{display:none}}@media (max-width:991px){.page-layout-1column .horizontal-menu .block.widget .products-grid .product-item{width:33.33%;margin:0 0 30px}.megamenu-content.mega-menu-content .ready-to-wear-cate>a{position:static;float:right}body .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 .feature-cate a,body .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu .ready-to-wear-cate a{padding-left:0}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-1columns.ready-to-wear .dropdown-submenu>.dropdown-menu-ct{padding-right:20px}header.page-header:not(.active-menu) .header-area .horizontal-menu{transform:translateX(-100%);-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-o-transform:translateX(-100%)}header.page-header .header-area.header5 .header-top-links .login-form.logged-customer{right:0;position:absolute;transform:none;width:204px;left:auto;top:52px;height:auto;bottom:auto}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-1columns .mega-col._show-child .dropdown-submenu>.dropdown-menu-ct,.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu .dropdown-submenu-ct li.level1._show-child{position:fixed;top:50px;left:0;display:block;z-index:100;height:calc(100vh - 50px);width:100%;background:#F6F6F6;visibility:visible}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu .level1 li{padding:0 4px}.horizontal-menu .products-grid:not(.active-slider) .product-items{margin-right:-4px;margin-left:-4px}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-1columns .level1._show-child.dropdown-submenu>.dropdown-menu-ct{display:block;padding-left:31px;padding-right:31px}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu .dropdown-submenu-ct li.level1._show-child>a{display:none}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0>.dropdown-mega-menu li.level1._show-child li.level2:last-child a{font-weight:normal}header.page-header.active-menu .header-area .horizontal-menu .mgs-megamenu--main._show-child+.store-menu{display:none}body header.page-header.active-menu .header-area.header5 .horizontal-menu .mgs-megamenu--main{z-index:9;border:0}.nav-item.level1.nav-0.submenu-alignleft.dropdown-submenu{position:relative}.header-top-links .header.links,.megamenu-content.mega-menu-content>a{display:none}header.page-header .header-area.header5 .store-setting>p{margin-right:9px;margin-bottom:0;font-size:9px;line-height:11px}header.page-header .header-area.header5 .middle-header{padding:0 15px}header.page-header .header-area.header5 .middle-header .rewards-point{display:none}header.page-header .header-area.header5 .setting-site-content{display:none}header.page-header .header-area.header5 .middle-header .header-top-links{display:none}header.page-header .header-area.header5 .middle-header .top-wishlist{display:none}header.page-header .header-area.header5 .header-bottom .bottom-right{display:none}header.page-header .header-area.header5 .block-search .block-content .field.search .label,header.page-header .header-area.header5 .block-search .block-title:before{margin-right:0;background:url('../../frontend/Mgs/naelofar/en_US/images/loupe-mb.svg') no-repeat;width:16px;height:16px;background-size:inherit}header.page-header .header-area.header5 .right-content>div{margin-left:0}header.page-header .header-area.header5 .right-content>div.minicart-wrapper{margin-left:20px}header.page-header .header-area.header5 .middle-header .icon-menu:before{content:'';background:url('../../frontend/Mgs/naelofar/en_US/images/menu-mb.svg') no-repeat;width:18px;height:11px;display:inline-block;vertical-align:middle;background-size:contain}header.page-header .header-area.header5 .middle-logo{width:63%;border:0;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);padding:0 20px}header.page-header .header-area.header5 .middle-header .logo{padding:5px 0}header.page-header .header-area.header5 .right-content{padding:16px 0}header.page-header .header-area.header5 .header-bottom{border:0}.header-area.header5.search-icon-bottom{border:0;box-shadow:0 6px 12px rgba(0,0,0,0.0016)}header.page-header .header-area.active-sticky.active-sticky-mb{box-shadow:0 6px 12px rgba(0,0,0,0.0016)}header.page-header .header-area.header5 .middle-header .logo img{max-height:55px;width:auto}header.page-header .header-area.header5 .horizontal-menu{right:auto;left:0;margin:0 !important;width:calc(100% - 67px);padding:0;background:#F6F6F6;bottom:0;height:100vh;border-bottom:0}header.page-header .header-area.header5 .middle-header:before{background:#292526;opacity:1}header.page-header.active-menu .header-area.header5 .middle-header:before{opacity:1}header.page-header .header-area.header5 .horizontal-menu .header-top-links{display:flex;justify-content:space-between;background:#282828;padding:16px 21px 16px 31px}header.page-header .header-area.header5 .horizontal-menu .header-top-links>h6{font-size:13px;line-height:20px;font-weight:500;color:#fff;font-family:'Poppins'}header.page-header .header-area.header5 .header-top-links .actions .action.top-links:before{background:url(../../frontend/Mgs/naelofar/en_US/images/account-mb.svg) no-repeat;background-size:contain}header.page-header .header-area.header5 .close-menu-site{display:none}header.page-header.active-menu .header-area.header5 .close-menu-site{display:block}header.page-header .header-area.header5 .close-menu-site .icon-cross2:before{content:"\e935";font-size:15px;line-height:12px}header.page-header .header-area.header5 .close-menu-site{position:fixed;color:#fff;top:20px;right:26px;z-index:99998}header.page-header .close-menu-site .header-area.header5 .icon-cross2:before{color:#fff}header.page-header .header-area.header5 .horizontal-menu>div{padding-left:31px}header.page-header .header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main{padding-left:31px;padding-top:6px;padding-bottom:28px;border-bottom:1px solid #d0cfcd;position:relative;z-index:9}header.page-header .header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level1>a,header.page-header .header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu .dropdown-submenu-ct>li>a{border:0;font-size:12px;line-height:16px;color:#282828;font-weight:500;text-transform:uppercase;padding:15px 30px 15px 30px !important}header.page-header .header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level1:hover>a,header.page-header .header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu .dropdown-submenu-ct>li:hover>a{background:#E8E8E7}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0{padding-left:0}header.page-header .header-area.header5 select#store-picker{border:0;color:#282828;text-transform:uppercase;font-size:12px;line-height:16px;font-weight:500;letter-spacing:1px;margin:0}header.page-header .header-area.header5 .store-setting{display:flex;align-items:center}header.page-header .header-area.header5 .drpdwn-flag{margin-top:0}header.page-header .rewards-point{border:0;border-top:1px solid #979797;border-bottom:1px solid #979797;width:100%;padding:12.5px 21px 12.5px 31px}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0>a.level0{padding:0;border-top:0}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0{padding:15px 15px 15px 0px}.header-area.header5 .horizontal-menu .store-menu li{list-style:none;margin-bottom:0}.header-area.header5 .horizontal-menu .store-menu li a,.store-menu h4{font-size:9px;line-height:11px;letter-spacing:1px;font-weight:500;text-transform:uppercase;padding:10px 0;display:block;cursor:pointer}.header-area.header5 .horizontal-menu .store-menu .list-links li a{text-transform:capitalize}.header-area.header5 .horizontal-menu .store-menu .list-links{padding-left:15px}.header-area.header5 .horizontal-menu .store-menu{padding:23px 31px 60px 30px;position:relative;z-index:1}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li .toggle-menu>.icon-toggle:before{content:'\f105';font-family:"Font Awesome 5 Pro Light";font-size:14px}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li._show-child>.toggle-menu>.icon-toggle:before{content:'\f107'}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li .toggle-menu{padding:17px 33.8px}button.close-go-back{position:fixed;display:flex;justify-content:flex-start;align-items:center;background:#282828;padding:14px 21px 14px 31px;color:#fff;font-size:13px;line-height:20px;font-weight:500;border:0;width:100%;font-family:'Poppins';border-radius:0;z-index:9;text-align:left;text-transform:uppercase}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li b{display:flex;justify-content:flex-start;align-items:center;background:#282828;padding:16px 21px 16px 31px;color:#fff;font-size:13px;line-height:20px;font-weight:500;border:0;width:100%;font-family:'Poppins';border-radius:0;z-index:9;position:relative}button.close-go-back:before,.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li b:before{display:inline-block;width:20px;height:20px;content:'\f060';border:1px solid #fff;color:#fff;border-radius:50%;margin-right:12px;font-family:"Font Awesome 5 Pro Light";font-size:11px;line-height:20px;text-align:center}.store-menu .list-links{display:none}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0>.dropdown-mega-menu{display:none !important}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0._show-child>.dropdown-mega-menu{position:fixed;top:50px;left:0;z-index:99;width:100%;background:#F6F6F6;height:100vh;display:block !important}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-1columns .dropdown-submenu>.dropdown-menu-ct{display:none}.header-area.header5 .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 .dropdown-mega-menu.show-menu .dropdown-submenu.show-menu>.dropdown-menu-ct{display:block;padding:0;height:100vh;position:fixed;left:0;border:0}.header-area.header5 .dropdown-mega-menu.show-menu .level1>a{display:none}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu .dropdown-mega-menu.show-menu li>b{display:none}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-1columns .dropdown-submenu>.dropdown-menu-ct{min-width:100%;border:0;padding:20px 0px 20px 0px}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 .list-cate{width:100%;order:2;margin-top:23px;padding:0px 20px 20px 31px}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 .feature-cate{width:100%;padding:0 20px 25px 31px}.feature-cate .line .image{margin-bottom:6px}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .feature-cate .line>div{padding:0 15px;width:50%}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .feature-cate .line{margin:0 -15px}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 .feature-cate{border-bottom:1px solid #d0cfcd}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-1columns .dropdown-submenu>.dropdown-menu-ct>.line{display:flex;flex-wrap:wrap}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0>.dropdown-mega-menu li.level2 a{font-size:12px;line-height:18px;font-family:'Roboto';display:block;padding-left:0 !important;margin-bottom:17px}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:hover>.dropdown-mega-menu .row:first-child .dropdown-menu-ct{left:0}.store-menu h4:after{content:'\f105';font-family:"Font Awesome 5 Pro";font-size:10px;line-height:20px;position:absolute;color:#6A6A6A;right:0;top:5px}.store-menu h4{position:relative}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0+li.level0>a.level0{border-top:0}header.page-header .header-area.header5 .search-autocomplete.-bottom-position{right:-68px}header.page-header .header-area.header5 .amsearch-results{padding:0 17.8px}header.page-header .header-area.header5 .minicart-wrapper .action.showcart{top:-4px}}@media (max-width:767.98px){header.page-header .header-area.header5 .minicart-items .product-item-pricing .details-qty .update-cart-item{margin-left:-7px}body header.page-header .header-area.header5 .minicart-wrapper .block-minicart.empty .block-content,body header.page-header .header-area.header5 .minicart-wrapper .block-minicart .block-content{height:calc(100vh - 80px)}header.page-header .minicart-slide .minicart-wrapper .block-content>.subtotal{margin-top:auto}body .ajax_cart-popup.popup__columns{width:100%;max-width:100%}body .success-ajax--popup.modal-popup._inner-scroll._show .modal-inner-wrap{padding:30px 10px}html body{padding-bottom:0px}header.page-header .header-area.header5 .top-header .left-top-header .content{font-size:10px !important;line-height:14px}body header.page-header .header-area.header5 .top-header{padding:8px 5px !important}header.page-header .header-area.header5 .header-top-links>.actions{display:block !important}header.page-header .header-area.header5 .block-search .control{top:0;background:#F6F6F6;max-width:100vw;width:100vw;right:0;padding:7.5px 0;height:50px}header.page-header .header-area.header5 .block-search .block-content .field.search .label,header.page-header .header-area.header5 .block-search .block-title:before{margin-right:0;background:url('../../frontend/Mgs/naelofar/en_US/images/loupe-mb.svg') no-repeat;width:20px;height:20px;background-size:contain}header.page-header .header-area.header5 .minicart-wrapper .action.showcart:before{content:'';width:20px;height:19px;display:block;background:url('../../frontend/Mgs/naelofar/en_US/images/shopping-bags.svg') no-repeat;background-size:contain}header.page-header .header-area.header5 .amsearch-close{top:0;left:92vw;right:auto}header.page-header .header-area.header5 .search .amsearch-loupe{display:none !important}header.page-header .header-area.search-visible .block-search.active .block-content,header.page-header .header-area.search-visible .block-search .block-content{position:absolute;width:100vw;left:auto;right:0;top:56px}header.page-header .header-area.header5 .search-autocomplete.-bottom-position{margin:0}header.page-header .header-area.header5 .amsearch-form-container .search-autocomplete .amsearch-results .amsearch-leftside{max-width:100%;padding-top:21px}header.page-header .header-area.header5 #amasty-shopby-product-list{width:100%}header.page-header .header-area.header5 .amsearch-item-container{padding:0}header.page-header .header-area.header5 .amasty-xsearch-block-header{padding-bottom:13px}header.page-header .header-area.header5 #amasty-shopby-product-list>div .amasty-xsearch-block-header{padding:0 0 17px 0}header.page-header .header-area.header5 .amsearch-form-container.-large .amsearch-results .amsearch-more-results{margin-top:0;display:block}header.page-header .header-area.header5 #amasty-shopby-product-list>div{padding-left:0;padding-top:20px;padding-bottom:0}header.page-header .header-area.header5 .amsearch-form-container.-large .amsearch-wrapper-content>.amsearch-item{width:100%;align-items:center;padding:5px 0px}.product.details.product-item-details.selected{min-height:auto}body header.page-header .header-mobile-tabs--bottom{display:none}header.page-header .header-area.header5 .right-content{flex:0 0 248px;max-width:248px;justify-content:flex-end}header.page-header .header-area.header5 .minicart-wrapper .action.showcart{display:block !important}header.page-header .header-area.header5 .minicart-wrapper .block-minicart{margin:0;padding:0;border:none;right:0;display:block !important;transition:all 300ms;opacity:0;visibility:hidden;overflow:auto;height:auto;top:0px;left:auto;bottom:auto;max-width:471px;min-width:400px}header.page-header .header-area.header5 .minicart-wrapper.active .block-minicart{opacity:1;visibility:visible;transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0)}header.page-header .header-area.header5 .minicart-wrapper .block-content .subtitle.empty{top:0;transform:none}header.page-header .header-area.header5 .header-top-links .actions .action.top-links:before{content:'';width:19px;height:20px;display:block !important;background:url('../../frontend/Mgs/naelofar/en_US/images/account-mb.svg') no-repeat;background-size:contain}header.page-header .header-area.header5 .minicart-wrapper .block-minicart{min-width:100vw;width:100vw;padding-left:10px;background:rgba(41,37,38,0.7)}header.page-header .minicart-wrapper .block-minicart.empty #minicart-content-wrapper{background:#fff}.header-area.header5 .minicart-wrapper .block-minicart .block-title{font-size:24px;line-height:30px;padding:26px 15px 23px 15px}header.page-header .header-area.header5 .minicart-wrapper .block-content .action.close{margin:34.5px 26px;left:10px}header.page-header .header-area.header5 .minicart-wrapper .block-content .action.close:before{font-size:14px}header.page-header .minicart-wrapper .block-content{display:block}header.page-header .header-area.header5 .minicart-wrapper .minicart-items-wrapper{padding-left:inherit;padding-top:18.5px;overflow:auto;padding:18.5px 15px 0px 26px}header.page-header .header5 .minicart-items .product-item-details{padding-left:118px;padding-top:0;padding-right:5px}header.page-header .minicart-items .product-item-details .product-item-name a,header.page-header .header-area.header5 .minicart-items .product-item-details .product-item-name{font-size:8px;line-height:12px;letter-spacing:1px}header.page-header .header-area.header5 .minicart-items .product-item-details .price{font-size:11px;line-height:15px}header.page-header .header-area.header5 .minicart-items .product-item-details .product-item-name+.product-item-pricing{margin-top:6px}header.page-header .header-area.header5 .minicart-items .product-item-details .details-qty{margin-top:7px;flex-wrap:wrap;position:relative}header.page-header .header-area.header5 .minicart-items .product-item-pricing .details-qty .qty-box{margin-right:16px}header.page-header .header-area.header5 .minicart-items .product .actions>.primary{margin-left:10px}header.page-header .header-area.header5 .minicart-wrapper .block-content>.subtotal{order:2;padding:21px 34.5px 0px 26px}header.page-header .header-area.header5 .minicart-wrapper .block-content>.actions{order:3;padding:0 26px 48px 26px}body header.page-header .header-area.header5 .minicart-items .product .actions>.primary{display:block;margin-left:0;font-size:10px;font-weight:400}header.page-header .header-area.header5 .minicart-items .product .actions:last-child{flex-wrap:wrap;width:100%}header.page-header .header-area.header5 .minicart-wrapper .minicart-items-wrapper .product-item{padding:5px 0}}@media (max-width:641px){header.page-header .header-area.header5 .store-setting .store-div-fme{display:block}}@media (max-width:639px){.page-layout-1column .horizontal-menu .block.widget .products-grid .product-item{width:50%;flex:0 0 calc(100% / 2);max-width:calc(100% / 2)}}@media (max-width:480px){.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .feature-cate .line>div{padding:0 4px}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .feature-cate .line{margin:0 -4px}header.page-header .header-area.header5 .block-search .block-content .field.search .label,header.page-header .header-area.header5 .block-search .block-title:before{margin-right:0;background:url('../../frontend/Mgs/naelofar/en_US/images/loupe-mb.svg') no-repeat;width:20px;height:20px;background-size:contain}header.page-header .header-area.header5 .minicart-wrapper .action.showcart:before{content:'';width:20px;height:19px;display:block;background:url('../../frontend/Mgs/naelofar/en_US/images/shopping-bags.svg') no-repeat;background-size:contain}header.page-header .header-area.header5 .block-search .block-content input{height:33px}}@media (max-height:414px){header.page-header .header-area.header5 .minicart-wrapper.active .block-minicart{max-height:calc(100vh - 5px);overflow-x:hidden;overflow-y:scroll}header.page-header .header-area.header5 .block-search .block-content .field.search .label,header.page-header .header-area.header5 .block-search .block-title:before{margin-right:0;background:url('../../frontend/Mgs/naelofar/en_US/images/loupe-mb.svg') no-repeat;width:20px;height:20px;background-size:contain}header.page-header .header-area.header5 .minicart-wrapper .action.showcart:before{content:'';width:20px;height:19px;display:block;background:url('../../frontend/Mgs/naelofar/en_US/images/shopping-bags.svg') no-repeat;background-size:contain}header.page-header .header-area.header5 .block-search .block-content input{height:33px}}@media (max-width:359px){header.page-header .header-area.header5 .horizontal-menu>div,header.page-header .header-area.header5 .horizontal-menu .header-top-links,.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main,body .header-area.header5 .level1.dropdown-submenu .level1>a,.header-area.header5 .level1.dropdown-submenu>a,.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.bags>.dropdown-mega-menu li>a,.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-1columns.ready-to-wear .dropdown-submenu>.dropdown-menu-ct,button.close-go-back,header.page-header .header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main{padding-left:15px}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-1columns .level1._show-child.dropdown-submenu>.dropdown-menu-ct{padding-left:15px;padding-right:15px}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-1columns.ready-to-wear .dropdown-submenu>.dropdown-menu-ct{padding-right:15px}header.page-header .header-area.header5 .minicart-wrapper .minicart-items-wrapper{padding-left:15px}header.page-header .header-area.header5 .minicart-wrapper .block-content>.actions{padding:0 26px 48px 15px}header.page-header .header-area.header5 .minicart-wrapper .block-content>.subtotal{padding:21px 34.5px 0px 15px}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 .feature-cate,.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 .list-cate{padding:0 15px 25px 15px}header.page-header .header-area.header5 .minicart-wrapper .block-content .action.close{margin:34.5px 15px}header.page-header .header-area.header5 select#store-picker{font-size:11px}header.page-header .header-area.header5 .horizontal-menu{width:calc(100% - 50px)}header.page-header .header-area.header5 .close-menu-site{top:15px;right:20px}.header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li .toggle-menu{padding:17px 15px}header.page-header .header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level1>a,header.page-header .header-area.header5:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu .dropdown-submenu-ct>li>a{padding:15px !important}header.page-header .header-area.header5 .block-search .block-content .field.search .label,header.page-header .header-area.header5 .block-search .block-title:before{margin-right:0;background:url('../../frontend/Mgs/naelofar/en_US/images/loupe-mb.svg') no-repeat;width:20px;height:20px;background-size:contain}header.page-header .header-area.header5 .minicart-wrapper .action.showcart:before{content:'';width:20px;height:19px;display:block;background:url('../../frontend/Mgs/naelofar/en_US/images/shopping-bags.svg') no-repeat;background-size:contain}header.page-header .header-area.header5 .block-search .block-content input{height:33px}}footer.page-footer .footer.content h2.title{font-size:16px;line-height:28px;letter-spacing:-0.09px;font-family:'Playfair Display',serif;padding:29px 0 16px 0px;color:#fff}footer.page-footer .footer.content .block.newsletter{max-width:100%;width:100%;padding:0;margin:0}footer.page-footer .footer.content .block.newsletter input{height:38px;width:100%;border:0;padding:0;margin:0;background:transparent;font-size:11px;line-height:14px;letter-spacing:0.5px;font-family:'PT Sans';border-bottom:1px solid #fff;color:#fff}footer.page-footer .footer.content .block.newsletter input:-webkit-autofill{-webkit-box-shadow:0 0 0 50px #292526 inset !important;-webkit-text-fill-color:#fff !important}footer.page-footer .footer.content .block.newsletter input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 50px #292526 inset;-webkit-text-fill-color:#fff !important}footer.page-footer .footer.content{border-top:.5px solid #979797}footer.page-footer .footer.content .block.newsletter .field .control:before{display:none}footer.page-footer .footer.content .block.newsletter .field.newsletter input::-webkit-input-placeholder{font-size:11px;line-height:14px;letter-spacing:0.5px;color:#fff;text-transform:inherit;font-family:'PT Sans'}footer.page-footer .footer.content .block.newsletter .field.newsletter{max-width:100%;padding:0;margin:0}body footer.page-footer .middle-footer{background:#292526;padding:0px 0 0px;border-bottom:.5px solid #707070}body footer.page-footer .middle-footer .company{padding-left:6%;flex:0 1 20.5%;max-width:20.5%}.social-links a:before{font-size:17px;color:#fff;font-family:'IcoFont';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;line-height:1;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;content:"\ed37"}.social-links{padding:8px 0 28px 0px;display:flex;align-items:center;justify-content:flex-start;margin-left:-6px}.social-links a.instagram:before{font-size:16px;content:"\ed46"}.social-links a.telegram:before{content:'\f1d8';font-family:'FontAwesome';line-height:18px}.social-links a:not(:last-child){margin-right:13px;font-size:0}.social-links a{font-size:0}.social-links a.youtube:before{font-weight:600;font-size:16px;content:" ";display:inline-block;width:22px;height:15px;background:url(../../frontend/Mgs/naelofar/en_US/images/youtube.svg) no-repeat;background-size:contain}.social-links .tiktok:before{content:" ";display:inline-block;width:18px;height:18px;background:url('../../frontend/Mgs/naelofar/en_US/images/tiktok-64.svg')}.social-links .icofont-pinterest:before{content:'\f0d2';font-family:'FontAwesome'}.social-links .icofont-email:before{content:" ";display:inline-block;width:15px;height:16px;background:url('../../frontend/Mgs/naelofar/en_US/images/email.svg') no-repeat}.social-links .icofont-wechat:before{content:" ";display:inline-block;width:15px;height:16px;background:url('../../frontend/Mgs/naelofar/en_US/images/feedback.svg') no-repeat}.newsletter{padding-left:0}footer.page-footer .middle-footer .list-links li a{color:#fff;font-size:12px;line-height:15px;letter-spacing:0;font-family:'Roboto'}footer.page-footer .middle-footer p{color:#fff}body footer.page-footer .footer.content h4.footer-title{font-size:10px;line-height:13px;letter-spacing:1px;color:#fff;font-weight:700;font-family:'Roboto';margin-bottom:7px;margin-top:33px}i.theme-footer-icon.icofont-youtube{padding-left:6px}.col-des-6.left-newsletter.title-newsletter{-webkit-box-flex:0;-ms-flex:0 1 45%;flex:0 1 45.8%;max-width:45.8%}.block.newsletter .field .control{text-align:left;margin-left:0px}.block.newsletter .action.subscribe{border:0;font-size:0;padding:0;background:transparent}.block.newsletter div#newsletter-error{position:absolute;font-size:12px}.block.newsletter .action.subscribe:before{content:'';display:block;width:22px;height:19px;background:url('../../frontend/Mgs/naelofar/en_US/images/airplane.svg') no-repeat;background-size:contain}.block.newsletter .actions{vertical-align:middle;padding-top:17px;padding-right:21px;padding-left:9px}body footer.page-footer .middle-footer .frame{max-width:1292px !important}body footer.page-footer .middle-footer ul.list-links a{font-size:10px;line-height:13px;letter-spacing:0}body footer.page-footer .middle-footer ul.list-links a:hover{color:#fff;text-decoration:underline}body footer.page-footer .middle-footer ul.list-links a:hover:after{display:none}footer.page-footer .middle-footer .list-links li{padding:0;margin-bottom:1px}body footer.page-footer .middle-footer .custom-care{padding-left:2.75%;flex:0 1 20.5%;max-width:20.5%}body footer.page-footer .middle-footer .footer-newsletter{flex:0 1 33%;max-width:33.333333%;border-left:1px solid #707070;padding-left:2.6%;padding-bottom:42px}.social-links a.youtube{margin-right:17px;margin-top:3px}.social-links a.tiktok{margin-right:19px}.social-links a.pinterest{margin-right:18px}.social-links a.email{margin-right:18px}.footer-block.get-help{-ms-flex:0 1 25%;flex:0 1 26%;max-width:30%}.footer-block.footer-paypal{-ms-flex:0 1 35%;flex:0 1 33%;max-width:35%;padding-left:22px}.footer-block.footer-image{-ms-flex:0 1 13%;flex:0 1 13%;max-width:13%;text-align:right;padding-right:6px;padding-top:0}.footer-block.footer-image img{float:right}body footer.page-footer .footer-block.footer-paypal h4.footer-title{margin-bottom:21px}.footer-block.footer-paypal img{filter:grayscale(100%);padding-left:0}footer.page-footer .bottom-footer .content-bottom{padding:11px 0}.footer .copyright,.footer .bugs,.footer .copyright a{margin:0;font-size:10px;line-height:13px;color:#fff}.footer .copyright a:hover{color:#fff;text-decoration:underline}footer.page-footer .bottom-footer .frame{max-width:1264px !important}body footer.page-footer .bottom-footer{border-top:0;background:#292526;color:#fff;font-size:10px;line-height:20px}.footer-newsletter{border-right:1px solid #707070}body footer.page-footer .bottom-footer .content-bottom{justify-content:center;padding:11px 0 11px 0}@media (min-width:768px){footer.page-footer .footer.content .block.newsletter{max-width:100%;width:100%;padding:0}.social-links a i.icofont-youtube:before{width:17px;height:12px}}@media (max-width:991px){body footer.page-footer .middle-footer .footer-newsletter{flex:0 1 100%;max-width:50%;border:0}body footer.page-footer .middle-footer .company{flex:0 1 23.5%;max-width:23.5%;padding-left:20px}body footer.page-footer .middle-footer .custom-care{flex:0 1 23.5%;max-width:23.5%}}@media (max-width:767.98px){body footer.page-footer .middle-footer .custom-care ul.list-links,body footer.page-footer .middle-footer .company ul.list-links{display:block !important;text-align:left}body footer.page-footer .middle-footer .custom-care h4,body footer.page-footer .middle-footer .company h4{text-align:left}body .modal-popup .modal-content,body .modal-popup.confirm .modal-footer{padding-left:35px;padding-right:35px}body footer.page-footer .footer.content .footer-block.get-help h4{margin-top:23px;margin-bottom:16px}body footer.page-footer .middle-footer ul.list-links a{font-size:12px;line-height:20px}body footer.page-footer .middle-footer .company,body footer.page-footer .middle-footer .custom-care,.footer-block.get-help,body footer.page-footer .middle-footer .footer-newsletter{flex:0 1 100%;max-width:100%;justify-content:center;text-align:center;border:0}body footer.page-footer .middle-footer .company h4{margin-left:auto;margin-right:0;max-width:110px;margin-top:30px;font-size:12px;line-height:16px;margin-bottom:6px}body footer.page-footer .footer.content h4.footer-title{font-size:12px;line-height:16px;margin-bottom:6px;margin-top:27px}body footer.page-footer .middle-footer .company ul.list-links{max-width:110px;margin-left:auto;margin-right:0}.social-links a:not(:last-child){margin-right:21px}.social-links a.youtube{margin-right:22px;margin-top:0}.social-links a.instagram{margin-right:18px}.social-links a.tiktok{margin-right:22px}.social-links a.email{margin-right:20px}.social-links .icofont-wechat:before{width:19px;height:19px;background-size:contain}.social-links .icofont-email:before{width:19px;height:19px;background-size:contain}.social-links a i.icofont-youtube:before{font-size:20px}body footer.page-footer .footer.content .acc-block.footer-newsletter{padding:0px 32px;border-top:1px solid #eee;margin-top:38px}body footer.page-footer .footer.content .acc-block{border-top:0;padding:0}footer.page-footer .footer.content .acc-block .footer-title:after{display:none}footer.page-footer .footer.content .acc-block .footer-title:before{display:none}.social-links{justify-content:center}body footer.page-footer .footer.content .footer1 .middle-footer .footer-block:not(.acc-block){margin:0;margin-bottom:0}.form .search-autocomplete{margin:0}body{padding-bottom:0}.footer-block.get-help{order:1}body footer.page-footer .middle-footer .footer-newsletter{order:4;padding:0 32px}body footer.page-footer .middle-footer .custom-care{order:3;width:50%;flex:0 1 50%;max-width:50%;justify-content:flex-end;text-align:right}body footer.page-footer .middle-footer .company{order:2;width:50%;flex:0 1 50%;max-width:50%;justify-content:flex-end;text-align:right}body footer.page-footer .footer.content .footer1 .middle-footer{padding:0px 0 19px}body footer.page-footer .footer.content .acc-block .footer-title{margin-top:27px;margin-bottom:18px;font-size:12px !important;line-height:16px;margin-bottom:7px}.social-links{padding:8px 0 8px 0px}footer.page-footer .footer.content h2.title{padding:29px 0 7px 0px;line-height:24px}footer.page-footer .footer.content .block.newsletter .content{padding:0 0 0 14px}.block.newsletter .actions{padding-right:5px;padding-left:3px}small.copyright{font-size:10px;line-height:20px}body footer.page-footer .bottom-footer .content-bottom{padding:8px 0 8px 0}}body .message.success{display:none}body.cms-home .page-main .columns{overflow:hidden}.mgs-product-tab .data.items .item.title .switch{font-family:'PT Sans';font-weight:400 !important;line-height:18px !important;letter-spacing:1px}.block740 .mgs-product-tab .tab-style5.data.items .item.title.active .switch{font-family:Lato;font-size:12px;line-height:15px !important;height:auto !important;padding-bottom:9px !important;display:inline-block}.section-blog.section-builder a.image>img{display:inline-block;vertical-align:middle;width:100%}.section-blog h3 a,.section-blog h3{font-size:26px;line-height:36px;font-family:'Playfair Display';margin:0;letter-spacing:0}.section-blog p{font-size:14px;line-height:20px;margin-bottom:18px}.section-blog .mgs-heading .heading{font-size:35px;line-height:55px;font-weight:700;margin-bottom:26px}.section-wellcome h3{font-size:35px;line-height:55px;margin-bottom:5px}.section-wellcome .col-left{text-align:left;display:inline-block;float:left;padding-right:15px}.section-wellcome .col-right{display:inline-block;float:left;padding-left:14px}.section-wellcome{background:#F6F6F6;padding:46px 0 37px 0;text-align:center;margin-bottom:61px}.content-wellcome{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.slide-home-1 .owl-carousel .owl-dots .owl-dot{margin:0 6.5px}.slide-home-1 .owl-carousel .owl-dots .owl-dot span{width:9px;height:9px;border-radius:50%;background:#fff;opacity:0.4}.cms-home .page-main .mgs-products .mgs-owl-carousel.owl-carousel.nav-type-font .owl-nav button span{display:none}.cms-home .mgs-carousel-single .owl-nav button span{display:none}.slide-home-1 .owl-carousel.nav-position-middle-inside .owl-nav .owl-prev{left:17px}.slide-home-1 .owl-carousel.nav-position-middle-inside .owl-nav .owl-next{right:17px}.slide-home-1 .owl-carousel .owl-dots .owl-dot.active span,.slide-home-1 .owl-carousel .owl-dots .owl-dot:hover span{width:9px;height:9px;opacity:1;background:#fff}.cms-home .page-main .owl-carousel .owl-nav button.owl-next:before{content:"\e944";font-family:"Linearicons"}.cms-home .owl-carousel .page-main .owl-nav button:before,.cms-home .page-main .owl-carousel .owl-nav button:before{font-family:"Linearicons";content:"\e943"}.section-wellcome .col-right a{border-radius:0;width:190px}.section-image .col-des-12 .line{align-items:stretch}.section-builder.section-image{margin:0 0 25px 0;overflow:hidden}.section-image .col-des-12{padding:0 108px}.section-image .col-des-12 .line .panel-block-row{margin-bottom:39px}.section-builder.best-seller{background:#F6F6F6;padding:54px 0 0 0;margin:0 0 64px 0;overflow:hidden}.tab-title{white-space:nowrap;overflow:auto}.products-grid .items .product-item span.product-image-wrapper{padding-bottom:125% !important}.section-builder.best-seller h1.heading{margin-bottom:15px}.cms-home .best-seller .mgs-product-tab .tab-style5.data.items .item.title.active .switch:after{height:1px;bottom:0}.cms-home .page-main .mgs-products .mgs-owl-carousel.owl-carousel.nav-type-font .owl-nav button,.cms-home .page-main .owl-carousel.custom-nav.nav-type-font .owl-nav button{background:none;border:1px solid #282828;box-shadow:none;padding:0;background-color:transparent;border-radius:50%;color:#282828;font-size:18px;width:41px;height:41px}.cms-home .page-main .mgs-products .mgs-owl-carousel.owl-carousel.nav-type-font .owl-nav button:hover,.cms-home .page-main .owl-carousel.custom-nav.nav-type-font .owl-nav button:hover{opacity:0.7}.cms-home .mgs-product-tab .tab-style5.data.items .item.title,.cms-home .panel-block .mgs-product-tab .mgs-tab.data.items .item.title.active{padding-bottom:11px;display:inline-block;width:auto;margin:0 20px}.cms-home .products-grid .items .product-item .product-top .product-item-inner{background:transparent}body .best-seller .products-grid .items .product-item .product-top .product-item-inner .action.tocart{background-color:#282828;border:1px solid #282828;color:#fff;font-family:'Roboto';font-weight:500;text-transform:uppercase;font-size:12px;line-height:16px;letter-spacing:1px;padding:15px 21px;height:auto;width:100%;text-align:center;display:inline-block;max-width:100%}body .best-seller .products-grid .items .product-item .product-top .product-item-inner .action.tocart:hover{background:#fff}.best-seller .products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary>.action:before,.best-seller .products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary>.action:after{display:none}body .best-seller .products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary>.action span:before{content:"\f004";font-family:"Font Awesome 5 Pro Light";font-size:22px;color:#282828;line-height:48px;text-align:center;display:block}body .best-seller .products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary>.action:hover span:before,body .best-seller .products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary>.action:focus:before{color:#f68872}.best-seller .mgs-products .owl-carousel .owl-item{max-width:371px}.best-seller .mgs-products .owl-carousel .owl-nav>button.owl-next{right:38px}.best-seller .owl-carousel.nav-position-middle-inside .owl-nav .owl-prev{left:15px}.best-seller .products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary{margin-left:21px}.best-seller .product.actions.product-item-actions{justify-content:space-between;flex-wrap:nowrap}.best-seller .products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-primary{width:calc(100% - 44px);max-width:100%}.section-builder.best-seller>.frame.no-padding>.line>.col-des-12{padding:0 0 0 23px}.best-seller .owl-carousel .owl-stage-outer{overflow:visible;max-width:1620px}.products-grid .hoolah_collection_widget{display:none}.best-seller .products-grid .mgs-owl-carousel.items .product-item .product-item-details{padding:5px 0 63px 0}.section-blog .col-des-4{padding:0 10px}.section-blog .col-des-12{padding:0 102px}.best-seller .mgs-product-tab .mgs-tab.product.data{margin-top:0px}.best-seller .mgs-products .mgs-owl-carousel .product-item{margin-top:11px;margin-bottom:0}.best-seller .products-grid .items .product-item .product-reviews-summary.empty+.price-box,.best-seller .products-grid .items .product-item .product-reviews-summary.no-rating+.price-box{margin-top:0px}.best-seller .products-grid .items .product-item .product-top .product-item-inner .actions-primary .stock.unavailable{text-align:center;height:100%;background-color:#292526;border:1px solid #292526;color:#fff;padding:15px}.section-blog .col-des-12>.line{margin-right:-10px;margin-left:-10px}.section-blog h3{margin-bottom:3px}.section-blog p a.button.action.primary{width:190px;text-align:center;border-radius:0;margin-top:8px}@media (max-width:1199px){.slider_mgs_carousel .owl-item .slide-text{max-width:100%}}@media (max-width:1181px){.section-blog .col-des-12{padding:0 50px}}@media (max-width:1024px){.section-blog .col-des-12{padding:0 20px}}@media (min-width:768px){.tab-title{margin-bottom:14px}.section-wellcome .col-left p br{display:none}.products-grid .items .product-item .product-top .product-item-inner{position:absolute;left:0;right:0;bottom:0;background-color:#fff;z-index:2;padding:25px 0 1px;opacity:0;visibility:hidden;transition:all 300ms;-webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms;transform:translateY(10px);-webkit-transform:translateY(10px);-moz-transform:translateY(10px);-o-transform:translateY(10px)}.products-grid .items .product-item .product-item-info:hover .product-top:not(.loading-ajax):not(.loading-ajax--wl) .product-item-inner{opacity:1;visibility:visible;transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0)}}@media (min-width:992px){.cms-home .products-grid .items .product-item .product-top .product-item-inner{display:block}.section-image .promobanner.zoom img{width:100%;height:100%;object-fit:cover}.section-blog{padding:0 0 60px 0}.section-blog p:not(:first-child),.section-blog h3{padding-left:8px}body.cms-home .products-grid .product-item .product-top .product-item-actions{opacity:1}}@media (min-width:1326px){.section-image .col-des-12 .line .panel-block-row{padding:0 19px}.section-image .col-des-12 .line{margin-right:-19px;margin-left:-19px}}@media (max-width:991px){.slide-home-1 .owl-carousel .owl-dots .owl-dot span{width:6px;height:6px}.slide-home-1 .owl-carousel .owl-dots .owl-dot{margin:0 5px}.slide-home-1 .owl-carousel .owl-dots .owl-dot.active span,.slide-home-1 .owl-carousel .owl-dots .owl-dot:hover span{width:6px;height:6px}.section-wellcome .col-left{text-align:center;width:100%;padding-right:0}.section-wellcome h3{margin-bottom:9px}.section-blog .mgs-heading .heading,.section-wellcome h3{font-size:24px;line-height:30px}.owl-carousel.dot-position-center .owl-dots{bottom:13px}.section-wellcome{padding:39px 0 37px 0;margin-bottom:9px}.section-wellcome .col-left p{margin-bottom:21px}.section-wellcome .col-right{padding-left:0}.section-image .col-des-12{padding:0}.section-image .col-des-12 .line .panel-block-row{margin-bottom:9px}.section-builder.section-image{margin:0}.section-builder.best-seller{padding:29px 0 0 0;margin:0 0 26px 0}.section-builder.best-seller>.frame.no-padding>.line>.col-des-12{padding:0 11px}.best-seller .mgs-products .mgs-owl-carousel .product-item{padding:0 4px;margin-bottom:0px}.best-seller .mgs-products.products-grid{padding-right:0}.best-seller .mgs-products .owl-carousel .owl-nav>button.owl-next{right:15px}.best-seller .products.products-grid .items .product-item .product-item-inner div.actions-primary .stock.unavailable{background-color:#fff;color:#292526;width:100%;font-size:10px;line-height:16px;letter-spacing:0.5px;padding:2px;font-family:'Poppins';border:1px solid #292526;text-transform:uppercase;max-width:125px;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.best-seller .mgs-products .product-item-info{margin-bottom:20px}.section-blog .col-des-12{padding:0}.section-blog .col-des-4{text-align:center;margin-bottom:46px}.section-blog .mgs-heading .heading{padding:0 41px}.section-blog p:not(:first-child){margin-bottom:10px;max-width:228px;margin-left:auto;margin-right:auto}.section-blog p{margin-bottom:24px;line-height:18px}.section-blog{padding-bottom:10px}.section-blog .col-des-4:nth-child(2){margin-bottom:39px}.section-blog .col-des-4:last-child p{max-width:100%}.section-blog .col-des-4:not(:nth-child(2)) h3{margin-bottom:8px}.section-blog .col-des-12{padding:0 20px}.cms-home{overflow-x:hidden}}@media (max-width:1325px){.section-image .col-des-12 .line .panel-block-row{margin-bottom:30px}}@media (max-width:767px){.best-seller .panel-block .mgs-product-tab .mgs-tab.data.items .item.title .switch{border:0 !important;padding:0 0 0px 0 !important}.best-seller .products-grid .mgs-owl-carousel.items .product-item .product-item-details{padding:5px 0 0px 0}.best-seller .panel-block .mgs-product-tab .mgs-tab.data.items .item.title .switch:after{display:none}.best-seller .panel-block .mgs-product-tab .mgs-tab.data.items .mgs-products{border:0;padding:0}.best-seller .mgs-product-tab .tab-style5.data.items .item.title.active .switch:after,.best-seller .panel-block .mgs-product-tab .mgs-tab.data.items .item.title.active .switch:after{content:"";position:absolute;height:1px;width:100%;background:#282828;left:0;bottom:-7px;display:block !important;top:unset;right:unset}.best-seller .mgs-products .owl-carousel .owl-nav{display:none}.best-seller .mgs-products.products-grid{padding:0}.tab-title{padding:0 17px}.section-builder.best-seller .col-des-12{padding:0}.tab-content{padding:0 15px}.cms-home .products-grid .items .product-item .product-top .product-item-inner{position:static}body .best-seller .products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary>.action span:before{content:"\f004";font-family:"Font Awesome 5 Pro Light";font-size:22px;color:#282828;line-height:48px;text-align:center;display:block}body .best-seller .products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary>.action:hover span:before,body .best-seller .products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary>.action:focus:before{color:#f68872}.products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary>.action{display:block}}@media (max-width:480px){.best-seller .products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary{margin-left:5px;width:17px}.best-seller .products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-primary{width:calc(100% - 17px)}body .best-seller .products-grid .items .product-item .product-top .product-item-inner .action.tocart{font-size:10px;line-height:16px;letter-spacing:0.5px;padding:6px 5px;max-width:95px;margin-left:0;margin-right:auto;float:left}body .best-seller .products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary>.action span:before{line-height:30px;display:inline-block}body .best-seller .products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary>.action span:before{font-size:12px}}@media (max-width:350px){.section-blog h3 a,.section-blog h3{font-size:23px}}.content-404{display:flex;align-items:center;flex-wrap:wrap}.content-404>div{width:52.3%}.content-404>div.image{width:47.7%}body.cms-no-route .page-main>.columns{padding:0}.content-404>div h1{font-size:80px;line-height:80px;margin-bottom:19px}.content-404>div p{max-width:332px;margin:0 auto;margin-bottom:45px}.content-404>div a{color:#FF3F08;text-decoration:underline}.content-404>div a:hover{color:#282828}.content-404>div.content{text-align:center}.content-404>div.image img{display:inline-block;vertical-align:middle;width:100%}body.cms-no-route footer.page-footer{margin:0}@media (max-width:1024px) and (min-width:768px){.content-404>div h1{font-size:60px}}@media (max-width:767px){.content-404>div,.content-404>div.image{width:100%}.content-404>div p{font-size:14px;line-height:20px;margin-bottom:31px}.content-404>div h1{margin-bottom:44px}.content-404>div.content{margin-top:4px;padding-bottom:76px;padding-left:20px;padding-right:20px}.content-404>div a{font-size:14px;line-height:20px}}.page-main input[type="radio"],.page-main input[type="checkbox"]{opacity:0}.quiz-container{display:flex;align-items:center;justify-content:center}.quiz-content{max-width:796px;margin:0 auto}.quiz-content .col-right{text-align:center;width:55%;display:flex;justify-content:center;flex-wrap:wrap;position:relative;padding:0 0px 31px 43px}.btn.btn-quiz.button-next{cursor:pointer}.quiz-content .step{font-size:12px;line-height:15px;letter-spacing:1px;text-transform:uppercase;font-family:Lato;width:100%;margin-bottom:16px;color:#979797}.quiz-content .col-right h4{font-size:26px;line-height:36px;display:block;width:100%;margin-bottom:40px}.quiz-content .with-img{width:auto;display:inline-block;padding:0px 16.5px;font-size:0}body:not(.catalog-product-view) .page-main .with-img input[type="radio"]+label{font-size:0;display:block;width:70px;height:69px;background-position:center !important;background-repeat:no-repeat !important;margin-bottom:0;padding:0}.quiz-content .with-img input{opacity:0}body:not(.catalog-product-view) .page-main .quiz-content input[type="radio"]+label:before,body:not(.catalog-product-view) .page-main .quiz-content input[type="radio"]:checked+label:after{display:none}body:not(.catalog-product-view) .page-main .quiz-content .with-img input[type="radio"]:checked+label:after{display:block;content:'\f00c';font-family:"Font Awesome 5 Pro Light";color:#292526;font-size:25px;line-height:69px;width:100%;height:100%;background:transparent;top:0;left:0;text-align:center;letter-spacing:0}div#wrapper-quiz .col-left img{display:inline-block;vertical-align:middle;width:100%}.quiz-content .col-left p{margin:0;display:block;width:100%}.quiz-view-item footer.page-footer{margin-top:4px}body:not(.catalog-product-view) .page-main .no-img input[type="radio"]+label{font-size:14px;line-height:16px;padding:0;width:100%;margin-bottom:0;position:relative;top:48%;text-align:center;transform:translateY(-50%);-webkit-transform:translateY(-50%);left:0}.no-img{width:100%;border:1px solid #282828;margin-bottom:25px;max-width:330px;min-height:48px;position:relative;display:block;min-width:100%}.btn.btn-quiz.button-prev{cursor:pointer;display:block}.quiz-button{display:flex;justify-content:center;margin-top:0;width:100%;margin-bottom:46px;flex-wrap:wrap}.quiz-button .btn-quiz{margin:0 15px;background-color:transparent;border:1px solid #282828;color:#282828;font-family:'Roboto';font-weight:500;text-transform:uppercase;font-size:12px;line-height:16px;letter-spacing:1px;padding:15px 21px;margin-top:25px}.quiz-button .btn-quiz:hover{background:#282828;color:#fff}.quiz-choice{display:flex;flex-wrap:wrap;justify-content:flex-end}.no-img:last-child{margin-bottom:0}.view-result button.btn.btn-submit.quiz-submit{background-color:transparent;border:1px solid #282828;color:#282828;font-family:'Roboto';font-weight:500;text-transform:uppercase;font-size:12px;line-height:16px;letter-spacing:1px;padding:15px 21px;border-radius:0}.view-result{margin-top:25px}.view-result button.btn.btn-submit.quiz-submit:hover{background:#282828;color:#fff}body:not(.catalog-product-view) .page-main .no-img input[type="radio"]:checked+label{color:#FF3F08}#wrapper-quiz .result{display:flex}#wrapper-quiz .col-right.content{width:52%;text-align:center;max-width:556px;margin:0 auto;padding:0 0px 31px 43px}#wrapper-quiz .col-right.content h4{font-size:20px;line-height:36px;margin-bottom:-5px}#wrapper-quiz .column.main{padding-top:46px}#wrapper-quiz h2{font-size:35px;line-height:55px;margin:0 0 15px 0}#wrapper-quiz .col-right.content p{color:#282828;margin-bottom:20px;font-size:14px;line-height:20px}#wrapper-quiz .col-right.content a{background-color:transparent;border:1px solid #282828;color:#282828;font-family:'Roboto';font-weight:500;text-transform:uppercase;font-size:12px;line-height:16px;letter-spacing:1px;padding:15px 21px;margin-top:-5px;display:inline-block;width:190px}#wrapper-quiz .col-right.content a:hover{background:#282828;color:#fff}#wrapper-quiz .col-left{padding:0px 20px 0 0;width:45%}.result-item{max-width:990px;margin:0 auto;padding-left:38px}#wrapper-quiz .result .col-left{width:42%}.quiz-item{margin-bottom:36px}.no-result{padding:73px 38px;text-align:center}.no-result span{background-color:transparent;border:1px solid #282828;color:#282828;font-family:'Roboto';font-weight:500;text-transform:uppercase;font-size:12px;line-height:16px;letter-spacing:1px;padding:15px 21px;margin-top:-5px;display:inline-block}.no-result span:hover{background:#282828;color:#fff}@media (max-width:1024px){.result-item{padding-left:0}.quiz-content .col-right{padding:0 0px 31px 0px}.quiz-view-item footer.page-footer{margin-top:0px}}@media (min-width:768px){body.quiz-view-item .columns .column.main{padding-top:46px;min-height:auto;padding-bottom:46px}.quiz-content .with-img:last-child{padding-right:0}.quiz-content .with-img:first-child{padding-left:0}}@media (max-width:767px){.quiz-container{flex-wrap:wrap}#wrapper-quiz .col-left{padding:0;width:100%;margin-bottom:26px}.quiz-content .col-right{padding:0;width:100%;max-width:100%}.quiz-view-item .page-main>.columns{padding:0}.quiz-content .step{margin-bottom:14px}.quiz-content .col-right h4{font-size:24px;line-height:30px;margin-bottom:26px}#wrapper-quiz .result .col-left{width:100%;margin-bottom:-2px}#wrapper-quiz .col-right.content{width:100%;padding:0 15px}#wrapper-quiz .result{flex-wrap:wrap}.quiz-choice{padding:0 38px}.view-result button{padding:0 15px}div#wrapper-quiz .col-left img{height:495px;object-fit:cover;object-position:top}}@media (max-width:450px){.quiz-content .with-img{width:103px;margin-bottom:38px}.quiz-content .with-img:last-child,.quiz-content .with-img:nth-last-child(2){margin-bottom:0}.quiz-naelofar_shape_of_face~.quiz-choice{justify-content:center;max-width:215px;padding:0 0px;margin-bottom:33px}#wrapper-quiz .col-right.content h4{font-size:16px;line-height:32px;margin-bottom:4px}#wrapper-quiz h2{font-size:24px;line-height:30px;margin:0 0 18px 0}div#wrapper-quiz .col-left img{height:273px;object-fit:cover}#wrapper-quiz .result .col-left img{height:274px}#wrapper-quiz .col-right.content p{line-height:18px}#wrapper-quiz .col-right.content a{width:288px;margin-top:1px}}@media (min-width:1920px){body.quiz-view-item .columns .column.main{padding-top:46px;padding-bottom:46px;display:flex;align-items:center}body.quiz-view-item main.page-main{display:flex;align-items:center}body.quiz-view-item .columns .column.main div#wrapper-quiz{display:flex;align-items:center}body.quiz-view-item .columns .column.main form#bt-quiz{display:flex;align-items:center;flex-direction:column}}.minicart-items span.product-image-wrapper{width:80px}#product_addtocart_form .product-options-wrapper .super-attribute-select{padding-bottom:0}.catalog-product-view span.old-price.sly-old-price{display:block !important}.catalog-product-view .price-box.price-final_price{display:grid}.catalog-product-view .price-box.price-final_price .normal-price{order:2}.catalog-product-view .price-box.price-final_price .old-price{order:1;margin-right:10px}.catalog-product-view .price-box.price-final_price .old-price span{color:#FF5656}.catalog-product-view .price-box .price-final_price:only-child .price{color:#000}.catalog-product-view .price-box [data-price-type="specialPrice"] .price{color:red !important}.catalog-product-view .price-box [data-price-type="oldPrice"] .price{color:black !important}.amrelated-info .price-box.price-final_price.custom{display:flex}.amrelated-info .price-box.price-final_price.custom .special-price{order:2}.amrelated-info .price-box.price-final_price.custom .old-price{order:1;margin-right:5px}.amrelated-pack-wrapper{display:-ms-grid;display:grid}.catalog-product-view .review-related{width:100%}.amrelated-bundle-popup .color .swatch-attribute-options{margin-top:10px}.amrelated-bundle-popup .swatch-option.color{border-radius:50%}.amrelated-bundle-popup .swatch-option.selected{border:3px solid #000}.amrelated-bundle-popup .swatch-option:hover{border:3px solid #000}.amrelated-bundle-popup .swatch-option{width:40px;height:40px}.amrelated-bundle-popup .amrelated-info.-top .amrelated-title{margin-bottom:15px}.amrelated-popup-container .product-options-bottom button.tocart:hover{background-color:#fff;color:#282828 !important}.amrelated-bundle-popup .amrelated-popup-tocart-wrapper .action,.amrelated-popup-container .product-options-bottom button.tocart{font:normal normal 400 14px/18px PT Sans !important;background-color:#282828;border:1px solid #282828;color:#FFFFFF;height:47px;padding:0}.amrelated-bundle-popup .amrelated-popup-tocart-wrapper .action{padding:0 30px}.amrelated-bundle-popup .amrelated-popup-tocart-wrapper .action:hover{background-color:#fff;color:#282828 !important}.amrelated-bundle-popup .amrelated-products-wrapper .product-options-bottom .actions,.amrelated-bundle-popup .amrelated-products-wrapper .box-tocart .actions{display:inline-block;padding:0}.amrelated-bundle-popup .product-options-bottom .box-tocart{display:flex;margin-top:35px}.amrelated-bundle-popup .amrelated-products-wrapper{padding-top:15px}.amrelated-product-info .amrelated-info.-bottom{margin-top:10px}.amrelated-product-info .product-info-price .price-box .price-container .price{color:#282828}.amrelated-bundle-popup .amrelated-products-wrapper .amrelated-info a{font:normal normal 300 28px/35px Roboto;color:#282828}.amrelated-pack-item.-collapsed .amrelated-details{margin-left:0}.amrelated-pack-wrapper .amrelated-title:after{display:none}.amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper .action:hover span{color:#282828}.review-related .amrelated-content-wrapper .amrelated-pack-list{width:75%}#st-2 .st-btn[data-network='sharethis']{display:none !important}.amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper .action{color:#fff;border:1px solid #fff;width:100% !important;font-size:15px;font-weight:400;letter-spacing:0.5px}.amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper .action:hover{background-color:#fff}.amrelated-tocart-wrapper{display:block;margin:8px auto 0 auto !important;width:calc(100% - 40px);max-width:231px;padding-bottom:15px}body .amrelated-content-wrapper .amrelated-summary-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:10px}.amrelated-summary-content .main.price span{color:#fff}.amrelated-pack-wrapper .amrelated-title.-collapsed:after{display:none}.amrelated-content-wrapper .total-price{width:100%;margin:auto}.amrelated-summary-content{width:calc(25% - 22px) !important;background-color:#282828;height:100%;margin-left:3px}.amrelated-pack-item.-collapsed .amrelated-photo-container{position:relative;height:0}.amrelated-pack-item.-collapsed .amrelated-photo{display:block !important}.amrelated-pack-item .amrelated-name{text-align:left}.amrelated-pack-item .amrelated-info{border-radius:2px;width:100%;padding:10px 12px 0 12px;display:block !important}.price-box .price-label{display:none !important}.amrelated-discount.-summary .amount .price{color:#fff}.amrelated-content-wrapper .amrelated-photo-container .amrelated-link{position:absolute}.review-related .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper{border:none;padding:0;margin:auto !important;-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% - 40px);max-width:none;padding-bottom:17px}.review-related .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal{color:#000;margin-bottom:35px;padding:10px 20px}.review-related .amrelated-pack-list.-second-row{border:none;width:75%;max-width:none;padding-right:12px;overflow:hidden}.review-related .amrelated-pack-item .price-final_price [data-price-type='finalPrice'] .price{font-size:14px;color:#000;text-align:left;margin-top:10px}.review-related .amrelated-pack-item.-wide .amrelated-details{margin:10px 0 0 0}.review-related .amrelated-pack-wrapper .amrelated-pack-item{min-width:initial;padding:0;background:transparent;width:100% !important}.review-related .amrelated-pack-wrapper .amrelated-content-wrapper{max-width:1400px;padding:0 20px;margin:0 auto;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;background:transparent;margin-bottom:40px}.amrelated-content-wrapper .amrelated-summary-content .amrelated-discount{background-color:transparent}.amrelated-pack-wrapper .amrelated-title{font:normal normal 400 35px/55px Playfair Display;letter-spacing:0;color:#292526;text-align:center;padding-bottom:20px}.amrelated-pack-wrapper .amrelated-title strong{font-weight:400}.review-related .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus{color:#000;font-size:50px;padding:0 20px;padding-top:6.5%}.amrelated-photo-container{width:100%;height:0;padding-bottom:120.4%;position:relative;top:0;left:0}.amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount{background-color:#000;padding:2px 5px;display:none}.amrelated-pack-wrapper .amrelated-photo-container .amrelated-checkbox+.amrelated-label{border:none;width:16px;height:16px;padding:0;top:15px;left:14px}.amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount span{color:#fff;font-size:10px;line-height:16px}.amrelated-pack-item .amrelated-name a{text-align:left;font:normal normal 400 15px/20px Roboto;text-transform:uppercase}.amrelated-pack-wrapper .amrelated-photo-container .amrelated-checkbox:checked+.amrelated-label{border:none;width:20px;height:20px;padding:0;background-color:#fff}.amrelated-photo-container .amrelated-checkbox+.amrelated-label:before{content:"";height:20px;width:20px;position:absolute;left:0;top:0px;border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px;border:1px solid #282828;background:#fff}.amrelated-pack-wrapper .amrelated-photo-container .amrelated-checkbox:checked+.amrelated-label:after{color:#000;content:"\f00c";font-family:"Font Awesome 5 Pro";font-weight:300;display:block;position:absolute;top:4px;left:4px;font-size:14px;line-height:14px}.catalogsearch-result-index .page-title-wrapper.layout_type1{padding:105px 0 30px 0}.catalogsearch-result-index dl.block{display:none}.cm_inch table thead{border-bottom:.5px solid #fff !important}.cm_inch table thead th{line-height:28px}.catalogsearch-result-index .amsearch-related-terms{display:none}.review-related{width:100%}.catalog-product-view li.current_product,.catalog-product-view li.current_product{display:none}body.catalog-product-view .product-info-main .product-info-price{margin-top:0}.block .products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary>.action span:before,.block .products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary>.action:after{display:none}body.catalog-product-view .product.info.detailed .block.review-add .review-form .action.submit.primary:hover{background-color:#fff;border:1px solid #282828}body .block.related .block-content.content{position:relative;margin-left:-5px;padding-bottom:15px}.catalog-product-view .product-image-container{width:100% !important}.catalog-product-view .message.success{display:none !important}.block.related .owl-carousel:not(.custom-nav) .owl-nav button:after{background-color:#282828;width:100%;height:100%;position:absolute;left:0;top:0;content:"";z-index:-1;opacity:.82;border-radius:50%}body .block.related .owl-carousel:not(.custom-nav) .owl-nav button:before{font-size:12px;line-height:21px;width:100%;height:100%;position:absolute;z-index:1;top:0;left:0;text-align:center}body .block.related .products-grid .items .product-item .product-top{margin-bottom:0}body .block.related .block-content .products-grid{margin:0;margin-top:0 !important}body .block.related .owl-nav button.owl-next,body .block.related .owl-nav button.owl-prev{position:absolute;top:48%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:23px;height:23px;background:transparent;left:0;border-radius:50%;overflow:hidden;border:1px solid transparent}body .block.related .owl-nav button.owl-prev{left:-5px}body .block.related .owl-nav button.owl-next{right:-50px;left:auto}body .block.related .owl-nav button.owl-next:hover,body .block.related .owl-nav button.owl-prev:hover{border:1px solid #282828}body .block.related .owl-nav button.owl-next:hover:after,body .block.related .owl-nav button.owl-prev:hover:after{background-color:#fff;opacity:1}body .block.related .owl-nav button.owl-next:hover:before,body .block.related .owl-nav button.owl-prev:hover:before{color:#282828}body.catalog-product-view main.page-main{max-width:none !important}.catalog-product-view .amrelated-content-wrapper .amrelated-summary-content .amrelated-discount{width:100%;padding:0 5px;position:static;margin:0 auto 0 auto;text-transform:uppercase;font-size:14px}body.catalog-product-view .mp-reward-points img{margin-top:1px;margin-right:3px;position:absolute;left:0}body.catalog-product-view .st-btn>img{display:none !important}#st-1 .st-btn{width:20px;line-height:0 !important}.mp-reward-points .mp-point-label strong{color:#EAAC4B;font:normal normal 700 12px/20px Poppins}.catalog-product-view span.product-label.best-seller-label span{color:#fff;font-size:11px;line-height:15px;font-weight:500;letter-spacing:1px;text-transform:uppercase;border-radius:0 5px 5px 0;-webkit-border-radius:0 5px 5px 0;-moz-border-radius:0 5px 5px 0;padding:3.5px 10px;min-width:53px}div#product-attribute-specs-table{margin-top:2px}.catalog-product-view .product-label.sale-label span{background:#FF3F08}.catalog-product-view .product-label:nth-child(even) span{border-radius:5px 0 0 5px;-webkit-border-radius:5px 0 0 5px;-moz-border-radius:5px 0 0 5px}.catalog-product-view span.product-label span{color:#fff;font-size:11px;line-height:15px;font-weight:500;letter-spacing:1px;text-transform:uppercase;background:#6a6a6ad9;border-radius:0 5px 5px 0;-webkit-border-radius:5px 0 0 5px;-moz-border-radius:0 5px 5px 0;padding:3.5px 10px;min-width:53px}.catalog-product-view span.product-label.best-seller-label span,.catalog-product-view span.product-label.a-few-left-label span{background:#6a6a6ad9}.catalog-product-view .product-label{width:100%;font-size:0;font-weight:500;text-transform:uppercase;margin-right:0;margin-bottom:5px;color:#fff;display:inline-block;text-align:right}.catalog-product-view .product-label:nth-child(even){text-align:right;margin-right:0}.catalog-product-view .mageplaza-fbt-rows span.product-label.new-label~.best-seller-label{text-align:right}.catalog-product-view .mageplaza-fbt-rows span.product-label.new-label~.best-seller-label span{border-radius:5px 0 0 5px}.catalog-product-view .mageplaza-fbt-rows span.product-label.sale-label.multiple-label{display:none}.catalog-product-view .mageplaza-fbt-image-box{display:none}.catalog-product-view .mageplaza-fbt-rows{width:76%;float:left}.block .products-grid .items .product-item .product-item-info:hover .product-top:not(.loading-ajax):not(.loading-ajax--wl) .product-item-inner{background:transparent}.atome p img{margin-right:6px;position:absolute;top:3px;left:0}.atome p{font:normal normal 400 12px/20px Roboto;position:relative;padding-left:56px;margin-top:10px;margin-bottom:12px}.catalog-product-view .mageplaza-fbt-rows>ul{display:-webkit-box;display:-ms-flexbox;display:flex;padding-right:34px;margin:0 -17px}.catalog-product-view .register{padding-left:23px;padding-top:9px;position:relative}.catalog-product-view .register:before{content:"";display:inline-block;width:20px;height:20px;background:transparent url("../../frontend/Mgs/naelofar/en_US/images/product/Group3979.png") no-repeat;position:absolute;top:9px;left:0}.catalog-product-view .register a{color:#EAAC4B !important;margin-left:3px}.catalog-product-view .products-grid .items .product-item .product-item-name+.price-box,.catalog-product-view .products-grid .items .product-item .price-box{text-align:left;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.catalog-product-view .mageplaza-fbt-rows+.wrapper.grid.products-grid{width:24%;float:left;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#292526;padding:0 20px}.products-grid .items .product-item .price-box{margin-bottom:11px}.block .products-grid .items .product-item .price-box{margin-top:-2px}.block .price-box .price-final_price .price{font-size:13px}.catalog-product-view .page-main input[type="radio"],.catalog-product-view .page-main input[type="checkbox"]{width:25px;height:25px;overflow:auto;position:absolute;z-index:2;top:36px;left:17px}.catalog-product-view footer.page-footer{margin-top:0}.catalog-product-view .mageplaza-fbt-content .product-image{position:relative}.catalog-product-view .mageplaza-fbt-content .product-image a{line-height:0;height:100%;display:block}.catalog-product-view .mageplaza-fbt-content .out-stock-button{position:absolute;bottom:0;width:100%;left:0;z-index:1}.catalog-product-view .mageplaza-fbt-content .stock.unavailable{background:rgba(208,207,205,0.8);padding:7px;color:#282828;font-size:12px;line-height:18px;font-weight:500;letter-spacing:0.5px;font-family:'Poppins';text-align:center}.catalog-product-view .page-main input[type="checkbox"]+.checkbox{position:absolute;top:35px;left:17px;z-index:2;width:25px;height:25px;pointer-events:none;background:#fff}.catalog-product-view .page-main input[type="checkbox"][disabled="disabled"]+.checkbox{display:none}body .product-item-actions .actions-primary+.actions-secondary>.action{width:100%;height:100%;position:relative}.product-items .action.towishlist:before,.products.list.items .action.towishlist:before{content:"\f004";font-family:"Font Awesome 5 Pro Light";font-size:22px;color:#282828;line-height:48px;text-align:center;position:absolute;right:0;overflow:visible;top:0}.product-items .action.towishlist:before,.products.list.items .action.towishlist:hover:before,.product-items .action.towishlist:before,.products.list.items .action.towishlist:focus:before{color:#f68872}.products.products-grid .items .product-item .product-item-inner{display:-ms-grid;display:grid}.block .products.products-grid .items .product-item .product-item-inner{position:static;opacity:0;visibility:hidden;background:transparent;-webkit-transform:none;-ms-transform:none;transform:none}.block .products.products-grid .items .product-item .product-item-inner{opacity:1;visibility:visible}.catalog-product-view .page-main input[type="checkbox"]+.checkbox:after{content:"";display:inline-block;width:25px;height:25px;border:1px solid #000;position:absolute;top:0;left:0}.cm_inch table{margin-top:16px;width:auto !important}.cm_inch table tr{height:auto !important}.cm_inch p em{font:normal normal 400 12px/20px Roboto;font-style:italic;display:block;margin-top:14px}.cm_inch table tr td{width:auto !important;padding-right:23px;padding-left:22.5px;height:auto !important}.cm_inch table tr td:last-child{padding-right:28px}.block .products-grid .product-items .product-item-inner .stock.unavailable{display:none}.catalog-product-view .page-main .table-wrapper.additional-attributes-wrapper{margin-bottom:0}.catalog-product-view .product.info.detailed{margin-top:60px}.cm_inch table tr td:first-child{padding-left:19px;padding-right:17px}.cm_inch table tr:last-child td{padding-bottom:1px}.catalog-product-view .page-main input[type="checkbox"]:checked+.checkbox:before{content:"\f00c";font-family:"Font Awesome 5 Pro Light";text-align:center;width:25px;line-height:29px;height:25px;font-size:20px;position:absolute;background:#fff}.catalog-product-view .review-control-vote:before,.catalog-product-view .review-control-vote .rating-1:before,.catalog-product-view .review-control-vote .rating-2:before,.catalog-product-view .review-control-vote .rating-3:before,.catalog-product-view .review-control-vote .rating-4:before,.catalog-product-view .review-control-vote .rating-5:before{content:"\f005\f005\f005\f005\f005";font-family:"Font Awesome 5 Pro";font-size:11px;margin-left:30px;letter-spacing:4.2px;line-height:21px}.catalog-product-view .review-control-vote .rating-4:before{content:"\f005\f005\f005\f005"}.catalog-product-view .review-control-vote .rating-3:before{content:"\f005\f005\f005"}.catalog-product-view .review-control-vote .rating-2:before{content:"\f005\f005"}.catalog-product-view .review-control-vote .rating-1:before{content:"\f005"}.catalog-product-view .mageplaza-fbt-rows ul li{position:relative;width:calc(100% / 3);padding:0 17px;margin-bottom:0}.catalog-product-view .mageplaza-fbt-rows ul li .product-info{position:relative}.catalog-product-view .product-labels{z-index:2;position:absolute;top:14px;width:100%;text-align:left;font-size:0}.catalog-product-view .mageplaza-fbt-rows ul li .product-info .product-image-photo{margin:0;max-width:none;width:100%}.block .products-grid .product-item .product-item-info .product-label{width:100%;text-align:right}.block .products-grid .product-item .product-item-info .product-label.sale-label{position:absolute;left:0;text-align:left}.block .products-grid .product-item .product-item-info .product-label.sale-label span{border-radius:0 5px 5px 0}.block .products-grid .product-item .product-item-info .product-label span{border-radius:5px 0 0 5px}.catalog-product-view .mageplaza-fbt-rows ul li>span{width:100% !important;position:relative}.catalog-product-view .mageplaza-fbt-rows ul li>span img{margin-top:0}.catalog-product-view form#mageplaza-fbt-form{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:66px}.catalog-product-view span.mageplaza-fbt-total-price-label{display:block;text-align:center;color:#FFFFFF;font:normal normal 400 14px/20px Roboto;text-transform:uppercase;margin-bottom:18px}.catalog-product-view fieldset.field.required.review-field-ratings{max-width:250px;width:100%;margin:0 auto;margin-bottom:13px;padding:0;margin-top:1px}.catalog-product-view span.mageplaza-fbt-price-wrapper span.mageplaza-fbt-price{display:block;text-align:center;color:#FFFFFF;font:normal normal 700 30px/39px Roboto}.catalog-product-view .mp-clear{display:none}.catalog-product-view .review-control-vote label:before{color:#FF3F08}.product.info.detailed .block.review-add .review-form-actions{display:-ms-grid;display:grid}.product.info.detailed .block.review-add .review-form-actions .primary{margin:0 auto}.catalog-product-view .mageplaza-fbt-price-box{display:inline-block;margin:auto;padding:0;width:100%;max-width:231px}.products.products-grid .brand-productName{margin-bottom:0}.mageplaza-fbt-add-to-cart button span{color:#fff}html body.catalog-product-view .mageplaza-fbt-add-to-cart button{border:1px solid #fff;width:100%;margin-top:18px;margin-bottom:19px;letter-spacing:0.5px;font:normal normal 500 14px/21px Poppins}.product.actions.product-item-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.product.actions.product-item-actions.out-of-stock{display:inline-block}html body.catalog-product-view .mageplaza-fbt-add-to-cart button:hover,html body.catalog-product-view .mageplaza-fbt-add-to-cart button:focus{background:#fff !important;color:#292526 !important;border-color:#fff}.mageplaza-fbt-add-to-cart button:hover span,.mageplaza-fbt-add-to-cart button:focus span{color:#292526 !important}.catalog-product-view.extra-gallery-grid .product.media .gallery-list .item-image:first-child{width:100%;-webkit-box-flex:100%;-ms-flex:100%;flex:100%;max-width:100%;margin-bottom:14px !important}.catalog-product-view fieldset.field.required.review-field-ratings legend.label{width:85px;float:left}.catalog-product-view .product.info.detailed .block.review-add .review-form .action.submit.primary{padding:15px 65px 11px;border:1px solid #000}.catalog-product-view fieldset.field.required.review-field-ratings legend.label span{font:normal normal 400 14px/20px Roboto}.catalog-product-view .review-field-ratings .review-field-rating .label{padding:0;margin-bottom:0;line-height:26px}.catalog-product-view .product-info-main .product-options-wrapper .field.configurable.required{margin-bottom:10px}.catalog-product-view .review-field-ratings .review-field-rating{margin-bottom:0 !Important}.catalog-product-view .review-field-ratings .nested{margin-top:-2px;padding-left:13px}.catalog-product-view .review-field-ratings .review-field-rating .label span{font:normal normal 400 14px/25px Roboto;letter-spacing:0}.catalog-product-view .page-main .columns{padding:0;display:block;max-width:none !important}.catalog-product-view.extra-gallery-grid .product.media .gallery-list .item-image{padding:0 7.5px;margin-bottom:15px !important}.product.info.detailed .block.review-list .review-details .review-author:after{display:none}fieldset.fieldset.review-fieldset{display:-ms-grid;display:grid;margin-bottom:9px}body.catalog-product-view .product.media{width:51%}body.catalog-product-view .info-content{width:49%;padding-left:49px;padding-right:calc((100vw - 1123px) / 2);padding-bottom:69px}body.catalog-product-view .product-info-main{width:100%;position:sticky;padding-left:0;top:100px}body.catalog-product-view .breadcrumbs ul.items{padding:0;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-right:15px}body.catalog-product-view .breadcrumbs{padding-top:40px;padding-bottom:11px}body.catalog-product-view .product-info-main .page-title-wrapper .page-title span{font:normal normal 300 30px/40px Roboto;color:#282828}.catalog-product-view .product-info-main .product-info-price .price-box .price-final_price .price-wrapper span{font:normal normal bold 30px/39px Roboto}.special-price .price-wrapper .price{color:red !important}.old-price .price-wrapper .price{color:black !important}body.catalog-product-view .product-info-main .box-tocart .field.qty .input-text{font:normal normal 400 14px/18px 'PT Sans';letter-spacing:0.5px}body.catalog-product-view.extra-gallery-grid .product.media .gallery-list{margin:0 -7.5px}.amrelated-bundle-popup .product-options-bottom .box-tocart .field.qty{margin-bottom:0}.amrelated-bundle-popup .box-tocart .fieldset{display:inline-block;width:auto;margin:0;min-width:initial}.amrelated-bundle-popup .product-options-bottom .box-tocart .field.qty,body.catalog-product-view .product-info-main .box-tocart .field.qty{border-right:0;max-width:none;margin-right:0;height:auto;display:inline-block;max-width:197px;width:46.1%;padding:0;border:1px solid #292526;position:relative}body.catalog-product-view .product-info-main .product-info-price+.product-add-form{margin-top:-15px}body .block .block-content .products-grid{margin:0 -20.2px;margin-top:31px !important}body.catalog-product-view .product-info-main .box-tocart .fieldset{width:calc(100% - 73px);display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:0;position:relative}body.catalog-product-view .product-info-main .box-tocart .action.primary.tocart{width:230px;font:normal normal 400 14px/18px PT Sans;background-color:#282828;border:1px solid #282828;color:#FFFFFF;height:47px;padding:0}body.catalog-product-view .product-info-main .box-tocart .action.primary.tocart:hover{color:#282828 !important;background-color:#fff}body.catalog-product-view .product-info-main .box-tocart .actions{width:auto;display:inline-block;margin-top:0;position:absolute;top:0;right:1px}body.catalog-product-view .block:not(.related) .products-grid .items .product-item .product-image-container{width:100% !important}.block.related .products-grid .items .product-item .product-image-container{max-width:79px}.catalog-product-view .block .block-content .products-grid .product-item{padding:0 21px}.catalog-product-view .block.related .block-content .products-grid .product-item{padding:0 5px;margin-bottom:0}body.catalog-product-view .product-info-main .product-addto-links a,.amrelated-popup-container .product-options-bottom .product-addto-links a{width:46px;height:47px;background:transparent !important;border-color:transparent !important;font-size:0;margin-left:13px;position:relative}.amrelated-popup-container .product-options-bottom .product-addto-links a:hover:before,body.catalog-product-view .product-info-main .product-addto-links a:hover:before,body.catalog-product-view .product-info-main .product-addto-links a:focus:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/heart-hover.svg")}.product-options-bottom .product-addto-links,body.catalog-product-view .product-info-main .product-addto-links{width:auto;display:inline-block;margin:0}body.catalog-product-view .product-info-main .out_of_stock .product-addto-links a:before{width:46px;height:47px;position:absolute;left:-12px;top:0}body.catalog-product-view .product-info-main .out_of_stock a.action.towishlist{color:#282828;font-family:'Roboto';font-weight:500;text-transform:uppercase;font-size:12px;line-height:16px;letter-spacing:1px;width:auto;margin-left:0;padding-left:35px;padding-top:16px}body.catalog-product-view .product-info-main .out_of_stock a.action.towishlist:hover,body.catalog-product-view .product-info-main .out_of_stock a.action.towishlist:focus{color:#ff3f08}body.catalog-product-view .mp-reward-points.mp-product{border:none !important;margin-left:0;padding:0;margin-top:23px;margin-bottom:8px}body.catalog-product-view .review-details{padding-top:11px}.guide>strong{font:normal normal 500 14px/19px Roboto;text-transform:uppercase;letter-spacing:1px;display:block;margin-bottom:32px}body.catalog-product-view .product-info-main .additional-attributes>ul>li{margin-bottom:10px}body.catalog-product-view .product-info-main .additional-attributes>ul>li,.fabric leble.col.label{padding-left:30px;margin-bottom:14px;font:normal normal 400 12px/20px Roboto;color:#282828;letter-spacing:0}.additional-attributes>ul>li.fabric_material:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/2448762.svg");background-position:top 1px left 0}.additional-attributes>ul>li.breathable:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/soft-breathable.svg")}.additional-attributes>ul>li.design:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/3497485.svg")}.additional-attributes>ul>li.anti_odour:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/anti-odour.svg")}.additional-attributes>ul>li.anti_bacterial:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/anti-bacteial.svg")}.additional-attributes>ul>li.hand_wash:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/274570.svg");background-size:19px;background-position:top 0 left 1px}.additional-attributes>ul>li.length:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/1085199.svg")}.title_size{padding-left:30px;font:normal normal 400 12px/20px Roboto;position:relative;padding-bottom:8px}.title_size:after{content:"-";margin-left:6px}body.catalog-product-view .product.info.detailed .block.review-list .review-items .review-item .review-title{font:normal normal 500 16px/40px Roboto;color:#292526;margin-bottom:0}body.catalog-product-view .product.info.detailed .block.review-list .review-details .review-author,body.catalog-product-view .product.info.detailed .block.review-list .review-details .review-date{color:#6A6A6A;font:normal normal 400 12px/20px Roboto}body.catalog-product-view .product.info.detailed .block.review-list .review-ratings{font:normal normal 400 14px/24px Roboto;display:inline-block;width:182px;float:left}body.catalog-product-view .review-ratings~.review-details{padding-left:180px}body.catalog-product-view .product.info.detailed .block.review-list .review-content{font:normal normal 400 14px/20px Roboto;display:inline-block;width:calc(100% - 182px);padding-top:3px;color:#292526}body.catalog-product-view .rating-summary .rating-result{height:auto}body.catalog-product-view .review-author strong{font-weight:400}.catalog-product-view .rating-summary .rating-result:before,.catalog-product-view .rating-summary .rating-result>span:before{content:"\f005" "\f005" "\f005" "\f005" "\f005";font-family:"Font Awesome 5 Pro";height:auto;line-height:20px}.additional-attributes>ul>li:before,.title_size:before,body.catalog-product-view leble.col.label:before{content:"";display:inline-block;width:30px;height:30px;position:absolute;top:0;left:0;background:url("../../frontend/Mgs/naelofar/en_US/images/product/2448762.svg") no-repeat;background-size:20px}.additional-attributes>ul>li.travel_friendly:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/travel-friendly.svg")}.additional-attributes>ul>li.lightweight:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/lightweight.svg")}.additional-attributes>ul>li.quick_dry:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/quick-dry.svg")}.additional-attributes>ul>li.wudu_friendly:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/wudu-friendly.svg")}.additional-attributes>ul>li.sweat_wicking:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/sweat-wicking.svg")}.additional-attributes>ul>li.biodegradable:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/biodegradable.svg")}.additional-attributes>ul>li.soft_breathable:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/soft-breathable.svg")}.additional-attributes>ul>li.cooling:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/cooling.svg")}.additional-attributes>ul>li.ironless:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/ironless.svg")}.additional-attributes>ul>li.stretchable:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/stretchable.svg")}.additional-attributes>ul>li.lined:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/lined.svg")}.additional-attributes>ul>li.waterproof:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/lined.svg")}.additional-attributes>ul>li.lined:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/lined.svg")}.additional-attributes>ul>li.nursing_friendly:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/nursing-friendly.svg")}.additional-attributes>ul>li.waterproof:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/waterproof.svg")}.additional-attributes>ul>li.non_waterproof:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/non-waterproof.svg")}.additional-attributes>ul>li.travel_friendly:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/travel-friendly.svg")}.additional-attributes>ul>li.lightweight:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/lightweight.svg")}.additional-attributes>ul>li.quick_dry:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/quick-dry.svg")}.additional-attributes>ul>li.wudu_friendly:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/wudu-friendly.svg")}.title_size:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/2738840.svg");width:19px;background-size:contain;display:none}body.catalog-product-view leble.col.label:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/593369.svg");left:3px}body.catalog-product-view .product-info-main .additional-attributes>ul>li.fabric .col.data{padding:0}body.catalog-product-view .product-info-main .additional-attributes>ul>li{margin-bottom:13px}body.catalog-product-view .product-info-main .additional-attributes>ul>li.material_care{padding-left:0;font-size:14px}body.catalog-product-view .product-info-main .additional-attributes>ul>li.material_care:before{display:none}body.catalog-product-view .product-info-main ol>li{padding-left:38px;position:relative;margin-bottom:18px;max-width:366px}body.catalog-product-view .product-info-main .product-options-wrapper{padding-top:24px;margin-bottom:-9px}.product-options-wrapper .fieldset .field .options-list+label{opacity:1;position:static}.product-options-wrapper .fieldset .field .options-list input[type="radio"]+label{position:relative;padding-left:25px}.product-options-wrapper .fieldset .field .options-list{margin-top:15px}.product-options-wrapper .fieldset .field .options-list input[type="radio"]+label:after{content:""}.product-options-wrapper .fieldset .field .options-list input[type="radio"]+label:before{content:"";height:14px;width:14px;position:absolute;left:0;top:0px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;border:1px solid #282828;background:#fff}.product-options-wrapper .fieldset .field .options-list input[type="radio"]:checked+label:before{background:#282828}.product-options-wrapper .fieldset .field .options-list input[type="radio"]:checked+label:after{content:'';border-radius:50%;height:6px;width:6px;position:absolute;background:#fff;left:5px;top:5px}body.catalog-product-view .product-info-main .product-options-wrapper .fieldset:last-child{margin-bottom:10px}.catalog-product-view .edit-qty,.catalog-product-view .product-info-main .box-tocart .field.qty .edit-qty.plus,.catalog-product-view .product-info-main .box-tocart .field.qty .edit-qty.minus{width:40px}.product-options-bottom .edit-qty{display:inline-block}.catalog-product-view .product-info-main .box-tocart .field.qty .edit-qty.plus{text-align:left}.amrelated-popup-container .product-options-bottom .edit-qty{display:block;width:50px;text-align:center;font-size:11px;line-height:45px;position:absolute;left:0;bottom:0;cursor:pointer;top:0}.amrelated-popup-container .product-options-bottom .edit-qty i:before{color:#292526}.amrelated-popup-container .product-options-bottom .edit-qty.plus{right:0;left:auto}.catalog-product-view .product-info-main .box-tocart .field.qty .edit-qty.minus{text-align:right}body.catalog-product-view .product.info.detailed .block.review-list .review-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex}body.catalog-product-view .product.info.detailed .block.review-list .review-toolbar:first-child{display:none}.catalog-product-view .product.info.detailed .block.review-list .block-title strong{font:normal normal 400 35px/55px Playfair Display;text-align:center;margin-bottom:14px;color:#292526}body.catalog-product-view .product.info.detailed .block.review-list .review-toolbar .pager{margin:0 auto}body.catalog-product-view .product-info-main ol>li:nth-child(4){margin-bottom:21px}body.catalog-product-view .product-info-main ol>li:before{content:"";display:inline-block;background:url("../../frontend/Mgs/naelofar/en_US/images/product/2448762.svg") no-repeat;width:30px;height:30px;position:absolute;left:0;top:-2px}body.catalog-product-view .product-info-main ol>li:nth-child(2):before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/1466491.svg")}body.catalog-product-view .product-info-main ol>li:nth-child(3):before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/2738840.svg")}body.catalog-product-view .product-info-main ol>li:nth-child(4):before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/1161667.svg")}body.catalog-product-view .product-info-main ol>li:nth-child(5):before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/274570.svg")}.guide .title,.gallery_images>.title,.title.attr{font:normal normal 500 14px/19px Roboto;text-transform:uppercase;letter-spacing:1px}.title.attr{padding:14px 0;display:block;position:relative;cursor:pointer}.title.attr:after{content:'\f067';font-family:"Font Awesome 5 Pro";font-size:9px;margin-left:9px;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;position:relative;top:-2px}body.catalog-product-view .breadcrumbs .items .item:not(:last-child):after{content:"/";line-height:19px;margin-left:3px}body.catalog-product-view .breadcrumbs .items .item a:hover,body.catalog-product-view .breadcrumbs .items .item a:focus{color:#F68872}.title.attr.active:after{content:'\f068'}.title.attr+div{display:none}.guide .title{margin-bottom:0;padding-top:17px}.product-info-main .attr>div{border-top:1px solid #ddd}.amrelated-popup-container .product-options-bottom .product-addto-links a:before,body.catalog-product-view .product-info-main .product-addto-links a:before{content:"";display:block;width:100%;height:100%;background:url("../../frontend/Mgs/naelofar/en_US/images/product/heart (2).svg") no-repeat;background-position:center}body.catalog-product-view .product-info-main .box-tocart{display:-webkit-box;display:-ms-flexbox;display:flex}body.catalog-product-view .product-info-main .value em{line-height:20px;font-size:12px}body.catalog-product-view .fieldset.review-fieldset>.field:not(.choice)>.label+.control textarea{height:112px}body.catalog-product-view .product-info-main .value strong{font-size:14px;line-height:20px;font-weight:500;text-transform:uppercase;letter-spacing:1px;display:block;margin-top:41px;padding-bottom:2px}body.catalog-product-view .guide{border-bottom:0;border-bottom:1px solid #ddd}body.catalog-product-view .guide .content{margin-bottom:18px;padding-bottom:13px}body.catalog-product-view .guide iframe{max-width:100%}.share-this-container .sharethis-inline-share-buttons .st-label{font-size:0}body.catalog-product-view main .st-btn.st-last,body.catalog-product-view main .st-btn.st-first,body.catalog-product-view main .st-btn{background:transparent !important}body.catalog-product-view #st-1 .st-btn:before,body.catalog-product-view #st-1 .st-btn[data-network='twitter']:before,body.catalog-product-view #st-1 .st-btn[data-network='whatsapp']:before{content:"";display:inline-block;width:100%;height:20px;background:url("../../frontend/Mgs/naelofar/en_US/images/product/facebook.svg") no-repeat}body.catalog-product-view #st-1 .st-btn[data-network='facebook']:before{height:18px}body.catalog-product-view #st-1 .st-btn[data-network='telegram']:before{height:18px;background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/telegram.svg");margin-left:5px}body.catalog-product-view #st-1 .st-btn[data-network='telegram']:hover:before,body.catalog-product-view #st-1 .st-btn[data-network='telegram']:focus:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/telegram-hover.svg")}body.catalog-product-view #st-1 .st-btn[data-network='facebook']:hover:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/facebook-hover.svg")}body.catalog-product-view #st-1 .st-btn[data-network='twitter']:hover:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/switter-hover.svg")}body.catalog-product-view #st-1 .st-btn[data-network='whatsapp']:hover:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/whatsap-hover.svg")}body.catalog-product-view #st-1 .st-btn[data-network='twitter']:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/switter.svg")}body.catalog-product-view #st-1 .st-btn[data-network='whatsapp']:before{background-image:url("../../frontend/Mgs/naelofar/en_US/images/product/whatsap.svg");margin-top:-3px}body.catalog-product-view #st-1 .st-btn:hover,body.catalog-product-view #st-1 .st-btn:focus{top:0}body.catalog-product-view #st-1.st-has-labels .st-btn{min-width:32px;margin-top:-3px}body.catalog-product-view #st-1.st-has-labels .st-btn:hover{top:0}body.catalog-product-view #st-1 .st-btn[data-network='facebook']{min-width:22px;margin-top:-2px;line-height:0;top:0;margin-right:3px}body.catalog-product-view #st-1 .st-btn>span{display:none}body.catalog-product-view .share-this-container{display:block !important;text-align:left;margin-top:20px !important}body.catalog-product-view .share-this-container #st-1.st-animated{display:inline-block;margin-left:17px}body.catalog-product-view .share-this-container span.label{font:normal normal 400 14px/20px Roboto}body.catalog-product-view .mageplaza-frequently-bought-together-block{background:#F6F6F6}body.catalog-product-view .mageplaza-frequently-bought-together-block h2{text-align:center;margin:0 auto;margin-bottom:34px;padding:57px 38px 0 38px;max-width:1366px}body.catalog-product-view .mageplaza-frequently-bought-together-block hr{display:none}.mageplaza-fbt-content form{max-width:1366px;margin:0 auto !important;padding:0 38px}body.catalog-product-view .column.main .block.related{margin-top:0;max-width:445px;padding:0;border:none}.block.related .owl-carousel .owl-stage-outer{margin-right:-38px}.block.related .products-grid.carousel-related .owl-carousel .owl-nav{display:block !important}body.catalog-product-view .block.upsell,.block.crosssell{max-width:1161px;margin:0 auto !important;padding:0 38px;width:100%}.catalog-product-view div#customer-reviews{max-width:1194px;margin:0 auto !important;padding:0 38px}body.catalog-product-view .block.related,body.catalog-product-view .block.upsell,.block.crosssell{max-width:1124px}body.catalog-product-view div#reviews{border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;background:#F6F6F6;padding-top:77px}.recommended{text-align:center;margin-bottom:24px;display:none}body.catalog-product-view .mageplaza-fbt-rows .mageplaza-fbt-checkbox-label{display:block;position:relative;padding-bottom:22px}body.catalog-product-view .mageplaza-fbt-rows .mageplaza-fbt-checkbox-label span.item-price{font:normal normal 700 13px/17px Roboto;position:absolute;bottom:-2px}body.catalog-product-view .mageplaza-fbt-rows .mageplaza-fbt-checkbox-label a,.catalog-product-view .products.products-grid .items .product-item .product-item-name a{display:block;width:100%;text-align:left;font:normal normal 400 12px/18px Roboto;text-transform:uppercase}body.catalog-product-view .mageplaza-fbt-rows .mageplaza-fbt-checkbox-label .product-brand+a{margin-top:-2px}.block-content .products.products-grid .items .product-item .product-item-name a{margin-top:-2px}body.catalog-product-view .block .block-title.title>strong{font:normal normal 400 35px/55px Playfair Display;letter-spacing:0;color:#292526;text-align:center}.catalog-product-view main span.product-image-wrapper{padding-bottom:125.9% !important}.catalog-product-view .mageplaza-fbt-checkbox-label .brand-productName{padding-top:12px}body.catalog-product-view .block .block-title.title{margin-bottom:0;padding-top:86px}body.catalog-product-view .block.related .block-title.title>strong{font:normal normal 500 14px/19px Roboto;text-transform:uppercase;text-align:left;letter-spacing:1px;margin-bottom:16px}body.catalog-product-view .block.related .block-title.title{padding-top:60px}body.catalog-product-view .products-grid .items .product-item .product-image-photo{margin:0}body.catalog-product-view .products-grid .items .product-item .product-image-wrapper{padding-bottom:125.5% !important}.block-content .products.products-grid .items .product-item .product-item-details{padding-top:20px}.review-related .block-content .products.products-grid .items .product-item .product-item-details{padding-top:12px}div#product-review-container:empty+.block.review-add{width:70%;border:none}body.catalog-product-view .product.info.detailed .product.data.items>.item.title{display:none}body.catalog-product-view .product.info.detailed .product.data.items{border:none}body.catalog-product-view .product.info.detailed .block.review-add .review-field-nickname,body.catalog-product-view .product.info.detailed .block.review-add .review-field-summary{width:100%;margin-left:0;margin-bottom:9px;padding:0}body.catalog-product-view .product.info.detailed .block.review-add .review-field-nickname .label,body.catalog-product-view .product.info.detailed .block.review-add .review-field-summary .label,body.catalog-product-view .product.info.detailed .block.review-add .review-field-text .label{font:normal normal 400 12px/18px Poppins;text-transform:uppercase;margin-bottom:8px}body.catalog-product-view .product.info.detailed .block.review-add .review-field-summary .label{margin-bottom:12px}body.catalog-product-view .product.info.detailed .block.review-add .review-field-summary .label+.control{margin-bottom:0px}body.catalog-product-view .review-add .block-title{display:block;text-transform:uppercase;text-align:center}.catalog-product-view .product-info-main .price-box .price-label,.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku{display:none !important}.catalog-product-view .product-info-main .product-options-wrapper label.label{font:normal normal 500 14px/19px Roboto !important;color:#282828 !important;text-transform:uppercase !important;margin-bottom:5px !important}.catalog-product-view .product-info-main .product-options-wrapper label.label:after{content:"*";display:inline-block !important;color:#FF3F08 !important}body.catalog-product-view .review-add .block-title strong{font:normal normal 400 14px/19px Roboto;letter-spacing:0.5px;border:1px solid #282828;display:inline-block;padding:13px 34px 11px;cursor:pointer}body.catalog-product-view .review-add .block-title strong:hover,body.catalog-product-view .review-add .block-title strong:focus{background-color:#282828;color:#fff}.catalog-product-view .products.products-grid .items .product-item .product-item-name{height:auto}body.catalog-product-view .fieldset>.field.required>.label:after,body.catalog-product-view .fieldset>.field._required>.label:after,body.catalog-product-view .fieldset>.fields>.field.required>.label:after,body.catalog-product-view .fieldset>.fields>.field._required>.label:after{display:none}body.catalog-product-view .fieldset>.field:not(.choice)>.label,body main label{text-transform:none}body.catalog-product-view .fieldset>.field label.label.custom-field span{text-transform:initial}.product-item-inner a.action.quickview{display:none}body.catalog-product-view .fieldset>.field .control .product-custom-option~p.note{display:none}body.catalog-product-view .fieldset>.field label.label.custom-field:after{display:none !important}.products.products-grid .items .product-item .product-item-inner .actions-primary,.products.products-grid .items .product-item .product-item-inner .actions-secondary{display:inline-block;-webkit-transform:none;-ms-transform:none;transform:none}.mageplaza-fbt-option-product .swatch-opt{margin-top:0}.products.products-grid .items .product-item .product-item-inner .actions-secondary{width:41px;height:48px}.products.products-grid .items .product-item .product-item-inner .actions-primary{width:calc(100% - 41px);margin-right:0;float:left}body.catalog-product-view #product-review-container{width:100%}body.catalog-product-view .block.review-add{width:100%;max-width:386px;margin-left:auto;margin-right:auto;margin-bottom:91px}body.catalog-product-view .block.review-add .block-content{display:none;margin-top:51px;max-width:387px;margin-bottom:38px}body.catalog-product-view .product.info.detailed .block.review-list .review-items .review-item{width:50%;-webkit-box-flex:45%;-ms-flex:45%;flex:45%;max-width:50%;border:none;padding-right:0;margin-bottom:9px;padding-top:0}body.catalog-product-view .product.info.detailed .block.review-list .review-items .review-item:nth-child(even){padding-left:18px}body.catalog-product-view .product.info.detailed .block.review-list .review-items .review-item.hide{display:none}body.catalog-product-view .product.info.detailed .block.review-list .review-items{padding-top:22px}body.catalog-product-view .load_more{background-color:#292526;border:1px solid #292526;color:#fff;font-family:'Roboto';font-weight:500;text-transform:uppercase;font-size:12px;line-height:16px;letter-spacing:1px;padding:15px 21px;width:auto;display:inline-block;cursor:pointer}body.catalog-product-view .load_more:hover{background-color:transparent;color:#292526}.product-info-clearfix{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.cm_inch{padding-bottom:6px}body.catalog-product-view span.item-price{text-align:center;display:block;width:100%}.product.info.detailed .block.review-add .review-legend span{font:normal normal 400 14px/20px Roboto;position:absolute;left:0}.product.info.detailed .block.review-add .review-legend strong{font:normal normal bold 14px/20px Roboto;padding-top:0;display:block !important}.catalog-product-view .mageplaza-fbt-rows ul li span.label-new,.catalog-product-view .mageplaza-fbt-rows ul li span.mageplaza-fbt-out-of-stock{position:absolute;z-index:2;width:53px !important;height:20px;top:12px;right:15px;border:1px solid #000;border-radius:5px;text-align:center;line-height:20px}.catalog-product-view .mageplaza-fbt-rows ul li span.mageplaza-fbt-out-of-stock{width:auto !important;padding:0 10px}body.catalog-product-view .breadcrumbs .items .item{-o-text-overflow:clip;text-overflow:clip;overflow:initial;display:-webkit-box;display:-ms-flexbox;display:flex;width:auto;letter-spacing:0;white-space:initial;font-size:11px;line-height:15px;text-transform:initial}body .rating-summary .rating-result:before,body .rating-summary .rating-result>span:before{font-size:12px;letter-spacing:3.6px;color:#FF3F08}body .rating-summary .rating-result:before{color:#E5E5E5}body .rating-summary .rating-result{width:84px}body.catalog-product-view .product-info-main .page-title-wrapper .page-title{padding-bottom:23px !important}body.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions .action{font:normal normal normal 14px/21px Poppins;font-style:italic;color:#292526;text-decoration:underline}body.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions{padding-top:3px;padding-left:13px}body.catalog-product-view .product-info-main .box-tocart .field.qty .edit-qty.plus i,body.catalog-product-view .product-info-main .box-tocart .field.qty .edit-qty i{display:none}body.catalog-product-view .pages .pages-items .item{display:none}body.catalog-product-view .pages li.item.pages-item-next{display:block}body.catalog-product-view .pages .pages-items .item .action.next:before{display:none}body.catalog-product-view .review-toolbar .pages{border-bottom:0;padding-top:12px;padding-bottom:19px}body.catalog-product-view .pages .pages-items .item .action{background-color:#292526;border:1px solid #292526;color:#fff;font-family:'Roboto';font-weight:500;text-transform:uppercase;font-size:14px;line-height:19px;letter-spacing:0.5px;padding:14px 49.3px 11px;border-radius:0;height:auto}body.catalog-product-view .pages .pages-items .item .action:hover,body.catalog-product-view .pages .pages-items .item .action:focus,.products-grid .items .product-item .item .action:hover,.products-grid .items .product-item .item .action:focus,.products-grid .items .product-item .product-item-inner .actions-primary button:hover,.products-grid .items .product-item .product-item-inner .actions-primary button:focus{background-color:transparent;color:#292526}.block .products.products-grid .product-items .product-item .product-item-info{padding-bottom:0}.products-grid .items .product-item .product-item-inner .actions-primary button{background-color:#292526;color:#fff;width:100%;padding:12px 20px;height:auto;font-size:14px;line-height:20px;font-family:'Poppins'}body.catalog-product-view #mpfbt-popup.white-popup{max-width:1000px;width:90vw;overflow:hidden}body.catalog-product-view .mpfbt-actions button.action.primary.mpfbt-btn-continue,body.catalog-product-view .mpfbt-actions #mpfbt-btn-addtocart{background-color:#fff;color:#292526 !important;border:1px solid #292526}body.catalog-product-view .mpfbt-actions button.action.primary.mpfbt-btn-continue:hover,body.catalog-product-view .mpfbt-actions #mpfbt-btn-addtocart:hover,body.catalog-product-view .mpfbt-actions button.action.primary.mpfbt-btn-continue:focus,body.catalog-product-view .mpfbt-actions #mpfbt-btn-addtocart:focus{background-color:#292526;color:#fff !important}body.catalog-product-view span.item-price{text-align:left}body.catalog-product-view tr.mpfbt-popup-product-detail a .product-image-container{width:100% !important}.fabric ul>ul li{width:5px;height:5px;background-color:#000;border-radius:50%}li.col.label.fabric ul{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;height:5px;max-width:281px;margin-top:3px}li.col.label.fabric ul:before{content:"";background-color:#000;width:100%;height:2px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:-1}.catalog-product-view div#hoolah-tagline{display:none}.col.data ul li.active:before{background:#282828}body.catalog-product-view leble.col.label{padding:0;padding-left:32px}body.catalog-product-view .products-grid .items .product-item-inner a.action.quickview{display:none}.product.attribute.description{padding-bottom:8px;padding-top:12px}.product.attribute.description .value{padding-bottom:6px}.product.attribute.description strong{display:block;width:100%}.product.attribute.description>.value{padding-top:10px}.product.attribute.description>.type{font:normal normal 500 14px/19px Roboto;text-transform:uppercase;letter-spacing:1px;display:none}.product.attribute.description>.type:after{content:"-";margin-left:17px}.catalog-product-view .fabric ul ul li{list-style-type:none;padding-left:0}.catalog-product-view .fabric li .col.data{padding-left:33px;padding-top:5px;padding-right:5px}.catalog-product-view .fabric ul ul{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:26px}.catalog-product-view .fabric ul ul li:before{content:"";display:block;border-radius:50%;width:5px;height:5px;background-color:#D0CFCD;position:absolute}.catalog-product-view .fabric ul ul li:last-child:before{left:auto;right:0}.catalog-product-view .fabric ul ul li:first-child span{left:0;text-align:left}.catalog-product-view .message.error{top:140px}.catalog-product-view .fabric ul ul li span{font:normal normal 400 10px/20px Roboto;letter-spacing:1px;position:absolute;left:-50%;display:block;width:100%;text-align:center;top:10px;text-transform:uppercase;white-space:nowrap}.catalog-product-view .fabric ul ul li:last-child{text-align:right;width:0}.catalog-product-view .fabric ul ul li{text-align:left;position:relative;width:50%}.catalog-product-view .fabric ul ul:after{content:"";background-color:#D0CFCD;height:1px;position:absolute;left:0;width:100%;top:2px;z-index:-2}.catalog-product-view .fabric ul ul li:first-child:after{width:50%;right:0;left:auto}.catalog-product-view .fabric ul ul li:nth-last-child(2):after{width:50%;right:auto;left:0}.cm_inch .cm{display:none}.catalog-product-view .product.info.detailed .block.review-list .review-item .rating-label{font:normal normal 400 14px/18px Roboto;padding-bottom:0;height:auto;padding-top:4px;color:#292526}.cm_inch select{border-radius:5px;display:inline-block;width:auto;padding:1px 25px 0 8px;font:normal normal 400 10px/20px Roboto;text-transform:uppercase;border:.5px solid #979797;letter-spacing:1px;margin-top:6px;background-position:right 11px center}.cm_inch td{text-transform:uppercase;font:normal normal 400 10px/28px Roboto;color:#282828;letter-spacing:1px;border:.5px solid #979797;border-right:0;border-left:0;padding-top:4px;padding-bottom:0}.cm_inch tr{border:.5px solid #979797}.cm_inch tr:first-child td{background-color:#E6E6E4;line-height:30px}.catalog-product-view #mageplaza-fbt-form-popup .mageplaza-fbt-price-box{display:none}.catalog-product-view #mageplaza-fbt-form-popup table>tbody>tr td,.catalog-product-view #mageplaza-fbt-form-popup table>thead>tr>th{padding-left:0;padding-right:15px}.catalog-product-view #mageplaza-fbt-form-popup table>tbody>tr td:last-child{padding-right:0}.size{font:normal normal 400 10px/20px Roboto;letter-spacing:1px}.fabric{margin-top:-3px;padding-bottom:6px}.gallery_images .owl-carousel .owl-nav .owl-next{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:-40px;margin:0;font-size:0;width:23px;height:23px;border-radius:50%;background-color:transparent}.gallery_images .owl-carousel .owl-nav .owl-prev{margin:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:0;font-size:0;background-color:transparent;width:23px;height:23px;border-radius:50%}.catalog-product-view .product-info-main .box-tocart .field.qty .edit-qty.plus:before,.catalog-product-view .product-info-main .box-tocart .field.qty .edit-qty.minus:before{content:"\f067";font-family:"Font Awesome 5 Pro Light";font-size:8px;line-height:43px;color:#282828}.catalog-product-view .product-info-main .box-tocart .field.qty .edit-qty.plus:hover:before,.catalog-product-view .product-info-main .box-tocart .field.qty .edit-qty.minus:hover:before,.catalog-product-view .product-info-main .box-tocart .field.qty .edit-qty.plus:focus:before,.catalog-product-view .product-info-main .box-tocart .field.qty .edit-qty.minus:focus:before{color:#f68872}.catalog-product-view .product-info-main .box-tocart .field.qty .edit-qty.minus:before{content:"\f068"}.gallery_images .owl-carousel .owl-nav .owl-next:before,.gallery_images .owl-carousel .owl-nav .owl-prev:before{content:"";border-radius:50%;fabric:0.82;background-color:#282828;position:absolute;top:0;left:0;width:100%;height:100%}.gallery_images .owl-carousel .owl-nav .owl-next:after,.gallery_images .owl-carousel .owl-nav .owl-prev:after{content:"";border-radius:50%;fabric:0.82;background:transparent url("../../frontend/Mgs/naelofar/en_US/images/product/3783.svg") no-repeat;background-position:center;position:absolute;top:0;left:0;width:100%;height:100%}.gallery_images .owl-carousel .owl-nav .owl-prev:after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.product-info-main .attr>div.gallery_images{border-bottom:0;padding-top:7px}.gallery_images{display:none}.gallery_images>ul{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0}.gallery_images .content>ul li{padding:0 5px;position:relative;height:0;padding-bottom:112%}.gallery_images .content:not(.owl) ul{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.gallery_images .content:not(.owl)>ul li{width:17.67%;padding-bottom:19.63%}.gallery_images .slick-disabled{display:none !important}.gallery_images .owl-carousel .owl-stage-outer{margin-right:-30px}.gallery_images .slick-slider .slick-arrow.slick-prev{z-index:2}.gallery_images .owl-carousel .disabled{display:none !important}.gallery_images .content{margin-top:15px}.gallery_images .content.owl{padding-right:55px;margin-right:-13px}.gallery_images .content ul{margin:0 -5px}div#st-3{display:none}body.catalog-product-view .product-info-main .product-reviews-summary{display:none}.catalog-product-view .note em{font-size:14px}.catalog-product-view .note{margin-top:10px}.product-brand{font:normal normal 500 11px/18px Roboto;text-transform:uppercase;text-align:left}.catalog-product-view .product-add-form,body.catalog-product-view .product-info-main .product-info-price+.product-add-form{margin-top:14px}.product.info.detailed .block.review-add .review-legend{position:relative;padding-left:113px;max-width:340px;margin:0 auto}.catalog-product-view .review-add .review-title{display:none}.catalog-product-view .mp-reward-points .mp-point-label{margin-left:0;position:relative;padding-left:18px;font-size:12px;line-height:20px;color:#282828 !important}.block .products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary>.action.towishlist:hover:before{color:#f68872}.fabric>ul>li{padding-left:0;padding-right:0;margin-bottom:-1px}.catalog-product-view .page-main .value+.table-wrapper.additional-attributes-wrapper .table:not(.cart):not(.totals):not(.table-comparison){display:block}.catalog-product-view .fabric ul ul li:last-child span{left:-80px;text-align:right;min-width:79px}.block .products-grid .product-item .product-item-info:hover .product-top .product-item-actions{opacity:1;filter:alpha(opacity=100)}.block .products-grid .items .product-item .product-top .product-item-inner .action.tocart span{font-family:'Roboto';font-weight:500;text-transform:uppercase;font-size:12px;line-height:16px;letter-spacing:1px}.block .products-grid .product-item .product-top .product-item-actions{transform:none;-webkit-transform:none;-ms-transform:none}.block .products-grid .product-item .product-top .product-item-actions.out-of-stock{top:-20px}body{padding-bottom:0 !important}.products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary>a.action.towishlist:before{content:"\f004";font-family:"Font Awesome 5 Pro Light";font-size:22px;color:#282828;line-height:48px;text-align:center;position:absolute;right:0;overflow:visible;top:0;height:100%;padding:0;background:transparent;opacity:1;visibility:visible}.products.products-grid .items .product-item .product-item-inner .out-of-stock .actions-primary{display:none}.block .products.products-grid .items .product-item .product-item-inner .out-of-stock .actions-secondary{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;flex-wrap:wrap;-ms-flex-wrap:wrap;justify-content:center}.block .products-grid .items .product-item .product-top .product-item-inner .product-item-actions.out-of-stock .actions-secondary>a.action.towishlist:before{display:none}.block .products-grid .items .product-item .product-top .product-item-inner .product-item-actions.out-of-stock .actions-secondary>.action.towishlist span{font-size:14px;line-height:20px;font-family:'Poppins';color:#fff;text-transform:uppercase;font-weight:500}.block .products-grid .products.list.items .product-top>.action.towishlist{display:none}.block .products-grid .products.list.items .out-of-stock .action.towishlist{background-color:#292526;border:1px solid #292526;color:#fff !important;width:80%;padding:12px 15px;height:auto;font-size:14px;line-height:20px;font-family:'Poppins';max-width:225px;margin-bottom:6px;text-transform:uppercase;font-weight:500;border-radius:-;-webkit-border-radius:0%;-moz-border-radius:0%}.block .products-grid .products.list.items .out-of-stock .action.towishlist:hover{color:#292526;background-color:#fff}.block .products-grid .items .product-item .product-top .product-item-inner .product-item-actions.out-of-stock .actions-secondary>.action.towishlist:hover span{color:#292526}.block .products-grid .product-items .product-top .action.towishlist{margin:0}.block .products-grid .items .product-item .product-top{line-height:0}.review-add .message.info.notlogged a{font-weight:700}body.catalog-product-view .product-options-bottom .box-tocart .input-text.qty,body.catalog-product-view .product-info-main .box-tocart .fieldset .field.qty input{height:46px;width:100%;margin-top:-1px}.catalog-product-view .review-related .amrev-title-block,.catalog-product-view .review-related .amreview-info-wrapper,.catalog-product-view .amreview-rating-label,.catalog-product-view .amstars-rating-container.-small{display:none}.catalog-product-view .amstars-rating-container.-small.average{display:block}@media (min-width:992px){.block .products.products-grid .items .product-item .product-item-inner.mobie{display:none}.block .products-grid .product-item .product-top .product-item-actions{margin-bottom:6px;width:80%;margin-left:auto;margin-right:auto;max-width:225px;opacity:0;filter:alpha(opacity=0);transition:all 300ms;-webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms}.block .products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-primary{width:calc(100% - 41px)}.block .products-grid .items .product-item .product-top .product-item-inner .action.tocart{width:100%;background-color:#292526;border:1px solid #292526;color:#fff;padding:15px;display:block;height:auto;text-align:center}.block .products-grid .items .product-item .product-top .product-item-inner .action.tocart:hover,.block .products-grid .items .product-item .product-top .product-item-inner .action.tocart:focus{background-color:#fff;color:#292526 !important}}@media (min-width:1200px){.catalog-product-view .note{margin-right:-10px}}@media (max-width:1400px){.review-related .amrelated-pack-wrapper .amrelated-content-wrapper{width:100vw}}@media (max-width:1350px){.amrelated-summary-content{width:calc(25% - 9px) !important}.review-related .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus{padding-top:3.5%}.amrelated-pack-item.-selected .amrelated-photo-container{padding-bottom:123.4%}.review-related .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal{font-size:70px;margin-bottom:30px}.amrelated-summary-content .main.price span{font-size:24px}}@media (max-width:1160px){.amrelated-photo-container,.amrelated-pack-item.-selected .amrelated-photo-container{padding-bottom:123%}}@media (max-width:1140px){body .block.related .owl-nav button.owl-next{right:-5px}.block.related .owl-carousel .owl-stage-outer{margin-right:0}.catalog-product-view .fabric ul ul li span{white-space:normal;line-height:16px}.gallery_images .content.owl{margin-right:0}body.catalog-product-view div#reviews{padding-left:0 !important;padding-right:0 !important}.gallery_images .content.owl{margin-right:-25px}body.catalog-product-view .info-content{padding-right:38px}body.catalog-product-view .product-info-main .box-tocart .fieldset .field.qty{width:50% !important}.catalog-product-view .product-info-main .box-tocart .field.qty .edit-qty.plus,.catalog-product-view .product-info-main .box-tocart .field.qty .edit-qty.minus{width:30px}body.catalog-product-view .product-info-main .box-tocart .fieldset{width:calc(100% - 73px)}body.catalog-product-view .product-info-main .box-tocart .actions{width:50%}body.catalog-product-view .product-info-main .box-tocart .action.primary.tocart{padding:0;width:100%}body.catalog-product-view .product.info.detailed .block.review-list .review-items .review-item:nth-child(odd){padding-left:0;padding-right:15px}}@media (max-width:1024px){.review-related .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus{padding-top:3.5%}.catalog-product-view span.mageplaza-fbt-price-wrapper span.mageplaza-fbt-price{font-size:24px;line-height:30px}.block .products-grid .product-item .product-top .product-item-actions,.block .products.products-grid .items .product-item .product-item-inner{visibility:visible;opacity:1}.catalog-product-view .mageplaza-fbt-rows>ul{padding-right:20px}body.catalog-product-view .info-content{padding-left:30px;padding-bottom:20px}}@media (max-width:991px){.catalogsearch-result-index .category-product-actions .toolbar-products{margin-bottom:15px}body.catalogsearch-result-index .page-title-wrapper .status-order-account .breadcrumbs{bottom:-60px}.catalogsearch-result-index .page-title-wrapper.layout_type1{padding:68px 0 30px 0;margin-bottom:70px}body.catalog-product-view .breadcrumbs{padding-top:25px}.catalog-product-view .mageplaza-fbt-content .stock.unavailable{font-size:10px;line-height:13px;padding:5px}.block .products-grid .items .product-item .out-of-stock.product-item-actions .action.towishlist:before{display:none}.products.products-grid .items .product-item .product-item-inner .actions-secondary{height:auto}.block .products-grid .products.list.items .out-of-stock .action.towishlist{max-width:125px;width:calc(100% - 20px);font-size:10px;line-height:16px;letter-spacing:0.5px;padding:2px;height:auto;background:#fff;color:#292526 !important}.block .products-grid .products.list.items .out-of-stock .action.towishlist:hover{background:#292526;color:#fff !important}.block .products-grid .products.list.items .out-of-stock .action.towishlist span{height:auto;width:auto;position:static}.block .products.products-grid .items .product-item .product-item-inner.desktop{display:none}.block.related .products-grid .items .product-item .product-image-container{max-width:none;width:100% !important}html body.catalog-product-view .mageplaza-fbt-add-to-cart button{padding:12px 0;margin-bottom:13px}.catalog-product-view .page-main input[type="checkbox"]+.checkbox:after,.catalog-product-view .page-main input[type="checkbox"]+.checkbox,.catalog-product-view .page-main input[type="checkbox"]:checked+.checkbox:before{width:20px;height:20px}.catalog-product-view .page-main input[type="checkbox"]:checked+.checkbox:before{font-size:15px;line-height:23px}.products-grid .product-items .product-item-inner .stock.unavailable{padding:6px;font-size:10px;line-height:16px}body.catalog-product-view .block.related,body.catalog-product-view .block.upsell,.block.crosssell{padding:0 30px}body.catalog-product-view .product-info-main .page-title-wrapper .page-title span{font-size:24px;line-height:32px}body.catalog-product-view .block .block-title.title{padding-top:30px}.product-info-clearfix{margin-bottom:30px}.product.attribute.description>.value p{font-size:14px;line-height:20px}body.catalog-product-view .mageplaza-frequently-bought-together-block h2{margin-bottom:20px;padding:40px 30px 0 30px;font-size:30px;line-height:40px}.catalog-product-view form#mageplaza-fbt-form{padding:0 30px;padding-bottom:50px}.catalog-product-view .product-info-main .product-info-price .price-box .price-final_price .price-wrapper span{font-size:24px;line-height:32px}.catalog-product-view span.mageplaza-fbt-total-price-label{font-size:12px;margin-bottom:10px}.catalog-product-view span.mageplaza-fbt-price-wrapper span.mageplaza-fbt-price{font-size:20px;line-height:24px}body.catalog-product-view .info-content{padding-right:30px}.catalog-product-view .block .block-content .products-grid .product-item,.catalog-product-view .mageplaza-fbt-rows ul li{padding:0 12px}body .block .block-content .products-grid,.catalog-product-view .mageplaza-fbt-rows>ul{margin:0 -8px}.catalog-product-view .mageplaza-fbt-rows>ul{padding-right:16px}.catalog-product-view .product.info.detailed{margin-top:20px}body.catalog-product-view div#reviews{padding-top:30px !important}body.catalog-product-view .product.info.detailed .block.review-list .review-items{padding-top:0}.catalog-product-view div#customer-reviews{padding:0 30px}body.catalog-product-view .block.review-add{margin-bottom:50px}}@media (max-width:850px){.amrelated-discount.-summary .amount .price{font-size:14px}.amrelated-summary-content .main.price span{font-size:20px}.review-ratings .rating-label{padding-right:15px}body.catalog-product-view .product.info.detailed .block.review-list .review-ratings{width:165px}}@media (min-width:768px) and (max-width:850px){.amrelated-pack-item .amrelated-name a{font-size:10px;line-height:16px}.catalog-product-view span.mageplaza-fbt-price-wrapper span.mageplaza-fbt-price{font-size:16px}}@media (max-width:768px){.review-related .amrelated-pack-wrapper .amrelated-content-wrapper{padding:0 18px}.review-related .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper{padding-bottom:20px;height:65px}.amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper .action{padding:15px}html body.catalog-product-view .mageplaza-fbt-add-to-cart button{padding-right:0;padding-left:0}body.catalog-product-view .guide iframe{max-height:230px}}@media (max-width:991px) and (min-width:767px){.catalog-product-view .page-main input[type="checkbox"]+.checkbox{top:15px}.catalog-product-view .mageplaza-fbt-rows span.product-label{width:100%;text-align:right}.catalog-product-view .page-main input[type="radio"],.catalog-product-view .page-main input[type="checkbox"]{top:15px}.catalog-product-view .mageplaza-fbt-rows span.product-label span{border-radius:5px 0 0 5px}}@media (max-width:767.98px){.amrelated-tocart-wrapper{margin:40px auto 0 auto}.amrelated-pack-item .price-box{margin:0}.review-related .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper{width:100%}.review-related .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal{display:block;text-align:center;font-size:90px}.amrelated-pack-item .amrelated-details{margin-left:0;margin-top:10px}.amrelated-photo-container,.amrelated-pack-item.-selected .amrelated-photo-container{padding-bottom:123.2%}.review-related .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus{padding-top:9.5%;font-size:30px}.review-related .amrelated-plus{display:block}.amrelated-pack-item .amrelated-info{display:block}.review-related .amrelated-pack-list.-second-row{width:67%;padding:0}.review-related .amrelated-content-wrapper .amrelated-summary-content{width:32% !important;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0}.catalog-product-view .amrelated-content-wrapper .amrelated-summary-content .amrelated-discount{width:auto;position:static;-webkit-transform:none;-ms-transform:none;transform:none;padding:10px 20px}.product-info-clearfix{display:block}body.catalog-product-view .review-add .block-title{padding-top:25px}.catalog-product-view .mageplaza-fbt-rows span.product-label span{font-size:7px;line-height:9px;padding:4px 10px}.catalog-product-view .page-main input[type="radio"],.catalog-product-view .page-main input[type="checkbox"],.catalog-product-view .page-main input[type="checkbox"]+.checkbox{top:40px;width:20px;height:20px}body.catalog-product-view .column.main .block.related{max-width:none}.block.related .products-grid.carousel-related .owl-carousel .owl-nav{display:none !important}body.catalog-product-view .block.review-add .block-content{padding:0 15px;margin-top:50px;margin-bottom:10px}body.catalog-product-view .product-info-main .product-info-price{padding-bottom:5px}.value+div#product-attribute-specs-table{display:block}.gallery_images .owl-carousel .owl-stage-outer{margin-right:0}body.catalog-product-view .title.attr+div,.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison){display:none}.catalog-product-view .product.info.detailed .block.review-list .block-title strong{font-size:30px;line-height:40px}.catalog-product-view .block .block-content .products-grid .product-item{padding:0 12px}.catalog-product-view .block .block-content .products-grid{margin-top:38px !important;margin:0 -12px}body.catalog-product-view .block .block-title.title{padding-top:42px}body.catalog-product-view .review-toolbar .pages{padding-bottom:0;padding-top:20px}body.catalog-product-view .block.related{padding-bottom:10px !important}.catalog-product-view .product.info.detailed{background-color:#F9F9F9}body.catalog-product-view .review-details{padding-top:20px}body.catalog-product-view .product.info.detailed .block.review-list .review-content{width:100%}body.catalog-product-view .rating-summary .rating-result{margin-top:1px}body.catalog-product-view .product.info.detailed .block.review-list .review-ratings{width:100%;margin-bottom:14px}.catalog-product-view .product.info.detailed .block.review-list .review-item .rating-label{padding-right:25px}body.catalog-product-view .product.info.detailed .block.review-list .review-items .review-item .review-title{margin-bottom:2px}.catalog-product-view div#customer-reviews{padding:0 15px}.catalog-product-view span.mageplaza-fbt-total-price-label{margin-bottom:5px}.catalog-product-view .mageplaza-fbt-add-to-cart{margin-top:2px}.catalog-product-view span.mageplaza-fbt-price-wrapper span.mageplaza-fbt-price{line-height:26px}body.catalog-product-view .mageplaza-fbt-rows .mageplaza-fbt-checkbox-label{padding-bottom:29px}body.catalog-product-view .mageplaza-fbt-rows .mageplaza-fbt-checkbox-label span.item-price{text-align:left;font-size:10px;line-height:17px;display:block;position:static}.catalog-product-view .fabric ul{padding-bottom:25px}.catalog-product-view .fabric ul:after{width:100%}.catalog-product-view .fabric li,.catalog-product-view .fabric li .col.data{padding-right:0}body.catalog-product-view .fabric{padding-top:2px}.size{position:absolute;top:0}.measurement{position:relative}body.catalog-product-view .mageplaza-fbt-rows .mageplaza-fbt-checkbox-label .product-brand+a{margin-top:0}body.catalog-product-view .mageplaza-fbt-rows .mageplaza-fbt-checkbox-label a,.product-brand{text-align:left}body.catalog-product-view .mageplaza-frequently-bought-together-block h2{margin-bottom:9px}.recommended{display:block;font:normal normal 400 12px/16px Roboto;margin-bottom:25px}.catalog-product-view .product-add-form,body.catalog-product-view .product-info-main .product-info-price+.product-add-form{margin-top:11px}.catalog-product-view .product-info-main .product-info-price .price-box .price-final_price .price-wrapper span{font-size:24px;line-height:32px}body.catalog-product-view .product-info-main .page-title-wrapper .page-title{padding-bottom:14px !important}body.catalog-product-view .product-info-main .page-title-wrapper .page-title span{font-size:20px;line-height:28px}body.catalog-product-view .product-info-main .box-tocart .fieldset{display:-webkit-box;display:-ms-flexbox;display:flex}body.catalog-product-view .product-info-main .box-tocart{max-width:398px}body.catalog-product-view div#reviews{background:transparent;padding-bottom:30px !important}body.catalog-product-view .block.review-add{margin-bottom:40px}body.catalog-product-view .product.info.detailed .block.review-list .review-items .review-item:nth-child(odd){padding-right:0;margin-bottom:14px}body.catalog-product-view .product.info.detailed .block.review-list .review-items .review-item:last-child{margin-bottom:-2px}body.catalog-product-view .product.info.detailed .block.review-list .review-items .review-item:nth-child(even){padding-left:0}body.catalog-product-view .product.info.detailed .block.review-list .review-items{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:3px}body.catalog-product-view .product.info.detailed .block.review-list .review-items .review-item{width:100%;-webkit-box-flex:100%;-ms-flex:100%;flex:100%;max-width:100%}html body.catalog-product-view .mageplaza-fbt-add-to-cart button{padding:13px 0 11px 0;margin-bottom:0;line-height:19px;margin-top:12px}.gallery_images .owl-carousel .owl-nav .owl-next{right:0}.gallery_images .content>ul li{padding:0 7px;padding-bottom:112%}.gallery_images .content{margin-left:0;padding-right:0}.gallery_images .content.owl{padding-right:0;margin:0;margin-top:15px}.gallery_images .content.owl ul{width:100%}.gallery_images .content:not(.owl) ul li{width:calc(100% / 3)}.catalog-product-view form#mageplaza-fbt-form span.product-image-container{width:100% !important}.mageplaza-fbt-content{padding-bottom:15px}.catalog-product-view .mageplaza-fbt-rows{width:100%}.catalog-product-view form#mageplaza-fbt-form{position:relative;padding-bottom:0}.catalog-product-view .mageplaza-fbt-rows ul li{width:50%;padding:0 7px}.catalog-product-view .mageplaza-fbt-rows+.wrapper.grid.products-grid{width:calc((100% - 92px) / 2);height:calc(50% - 37px);position:absolute;bottom:37px;right:38px}.catalog-product-view .mageplaza-fbt-rows>ul{-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% + 16px);padding-right:0}.gallery-list.owl-carousel .owl-dots .owl-dot{padding:0 5px !important;margin:0}.gallery-list.owl-carousel .owl-dots .owl-dot span{background-color:#fff;opacity:0.4;width:6px;height:6px;border-radius:50%}.gallery-list.owl-carousel .owl-dots .owl-dot.active span{width:6px;opacity:0.9;background-color:#fff !important}.product.media .product.item-image .lb.video-link{width:100%;height:100%;top:0;left:0;position:absolute !important}body.catalog-product-view .breadcrumbs{display:none}.gallery-list.owl-carousel .owl-dots{margin:0 auto;margin-top:-45px}body.catalog-product-view.extra-gallery-grid .product.media .gallery-list{margin:0}.catalog-product-view.extra-gallery-grid .product.media .gallery-list .item-image{padding:0;position:relative;height:0;padding-bottom:124.9%;width:100%;-ms-flex:0 0 100%;-webkit-box-flex:0;flex:0 0 100%;max-width:100%;margin-bottom:0 !important}.catalog-product-view.extra-gallery-grid .product.media .gallery-list .item-image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}body.catalog-product-view .product.media,body.catalog-product-view .info-content{width:100%}.catalog-product-view.extra-gallery-grid .product.media .gallery-list .item-image:first-child{margin-bottom:0 !important}body.catalog-product-view .info-content{padding:0 15px;margin-top:19px}}@media (max-width:766px){.review-related .amrelated-content-wrapper .amrelated-pack-list{width:67%}}@media (max-width:639px){.catalog-product-view .page-main .table-wrapper.additional-attributes-wrapper{margin-bottom:1px}}@media (max-width:600px){.amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper .action span{font-size:12px}.amrelated-summary-content .main.price{font-size:24px}.review-related .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus{padding-top:15%}body .mageplaza-fbt-option-product select{background-position:right 10px center;padding-right:20px}body.catalog-product-view .mpfbt-actions button.action.primary.mpfbt-btn-continue,body.catalog-product-view .mpfbt-actions #mpfbt-btn-addtocart{width:100%}body.catalog-product-view .mpfbt-actions #mpfbt-btn-addtocart{margin-top:10px}.catalog-product-view .page-main input[type="checkbox"]+.checkbox,.catalog-product-view .page-main input[type="checkbox"]:checked+.checkbox:before,.catalog-product-view .page-main input[type="checkbox"]+.checkbox:after{width:15px;height:15px}.catalog-product-view .page-main input[type="checkbox"]:checked+.checkbox:before{font-size:14px;line-height:18px;margin-left:1px}}@media (max-width:575px){.review-related .amrelated-content-wrapper .amrelated-pack-list{width:100%}.amrelated-pack-wrapper .amrelated-photo-container .amrelated-checkbox:checked+.amrelated-label{top:10px;left:10px}.catalog-product-view .amrelated-content-wrapper .amrelated-summary-content .amrelated-discount{width:100%}.review-related .amrelated-pack-list.-second-row{width:100%}.review-related .amrelated-pack-wrapper .amrelated-content-wrapper{display:block;padding:0 3px;margin-bottom:30px}.review-related .amrelated-content-wrapper .amrelated-summary-content{width:calc(100% - 24px) !important;height:auto;margin:25px 12px 0 12px}}@media (max-width:515px){body.catalog-product-view .block.related{padding-bottom:10px !important}.products.products-grid .brand-productName{margin-bottom:7px}.block-content .products.products-grid .items .product-item .product-item-name a{font-size:11px;line-height:14px}.block-content .products.products-grid .items .product-item .product-item-details{padding-top:12px}.block-content .product-items .product-top a.action.towishlist{display:block;position:absolute;z-index:2;bottom:13px;right:11px;width:13px;height:11px}.block-content .product-items .product-top a.action.towishlist:hover,.block-content .product-items .product-top a.action.towishlist:focus,.block-content .product-items .product-top a.action.towishlist:active{color:#f68872}.block-content .product-items .product-top .action.towishlist:before{font-size:12px;line-height:11px}.products-grid .items .product-item .price-box{margin-bottom:0}.block-content.content .product-item-inner .actions-primary{width:auto}.block-content .products-grid .items .price-box .price-final_price .price{font-size:11px;line-height:17px}.block-content.content .product-item-inner .actions-primary button{font-size:0;width:21px;height:21px;padding:0}.block-content.content .product-item-inner .actions-primary button:active{-webkit-box-shadow:none;box-shadow:none}.product-items .action.towishlist:before,.products.list.items .action.towishlist{display:none}}@media (max-width:475px){.catalog-product-view .page-main input[type="checkbox"]+.checkbox{top:10px}.catalog-product-view .mageplaza-fbt-rows span.product-label{width:100%;text-align:right}.catalog-product-view .page-main input[type="radio"],.catalog-product-view .page-main input[type="checkbox"]{top:10px}.catalog-product-view .mageplaza-fbt-rows span.product-label span{border-radius:5px 0 0 5px}}@media (max-width:425px){.review-related .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus{display:none}body.catalog-product-view .mageplaza-frequently-bought-together-block h2,.catalog-product-view .product.info.detailed .block.review-list .block-title strong,body.catalog-product-view .block .block-title.title>strong{font-size:24px;line-height:30px}html body.catalog-product-view .mageplaza-fbt-add-to-cart button{font-size:10px;line-height:16px;padding:6px}body.catalog-product-view .guide iframe{max-height:180px}.catalog-product-view .mageplaza-fbt-rows ul li .product-info .product-image-photo{height:100%;-o-object-fit:cover;object-fit:cover}body.catalog-product-view .product-info-main .additional-attributes>ul>li,.fabric leble.col.label{padding-left:29px}.catalog-product-view .mageplaza-fbt-rows+.wrapper.grid.products-grid{width:calc(50% - 21px);right:15px}.product.attribute.description>.value p{font-size:13px;line-height:18px;margin-bottom:9px}.product.attribute.description>.value{padding-top:13px}.product.attribute.description>.type:after{margin-left:21px}.product.attribute.description .value{padding-bottom:0}body.catalog-product-view .mp-reward-points.mp-product{margin-top:19px}body.catalog-product-view .product-info-main .box-tocart .fieldset{width:calc(100% - 40px)}body.catalog-product-view .product-info-main .product-addto-links a{width:40px;padding:0;margin:0}body.catalog-product-view .product-info-main .product-addto-links a:before{width:21px;height:46px;position:absolute;right:0}.catalog-product-view .mageplaza-fbt-checkbox-label .brand-productName{padding-top:6px}.catalog-product-view #mageplaza-fbt-form-popup table>tbody>tr td:nth-child(3) div a span{font-size:12px;line-height:16px}.catalog-product-view form#mageplaza-fbt-form,body.catalog-product-view .block.related,body.catalog-product-view .block.upsell,.block.crosssell{padding:0 15px}}@media (max-width:400px){.catalog-product-view #mageplaza-fbt-form-popup table>tbody>tr,.catalog-product-view #mageplaza-fbt-form-popup table>tbody,.catalog-product-view #mageplaza-fbt-form-popup table{display:block;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.catalog-product-view #mageplaza-fbt-form-popup table>tbody>tr td{display:block;width:100%;text-align:center}.catalog-product-view #mageplaza-fbt-form-popup table thead{display:none}body.catalog-product-view #mageplaza-fbt-form-popup table span.item-price{text-align:center}body.catalog-product-view #mpfbt-popup .mpfbt-total-items{padding-left:0;text-align:center}.catalog-product-view #mageplaza-fbt-form-popup table>tbody>tr td .fieldset{margin-bottom:0}}@media (max-width:375px){body.catalog-product-view .block.related .block-title.title{padding-top:40px}.product.info.detailed .block.review-add .review-legend span{top:0px}.product.info.detailed .block.review-add .review-legend{padding-top:1px}.product.info.detailed .block.review-add .review-legend strong{font-size:12px;line-height:18px}.catalog-product-view .review-control-vote:before,.catalog-product-view .review-control-vote .rating-1:before,.catalog-product-view .review-control-vote .rating-2:before,.catalog-product-view .review-control-vote .rating-3:before,.catalog-product-view .review-control-vote .rating-4:before,.catalog-product-view .review-control-vote .rating-5:before{margin-left:20px;line-height:22px}.catalog-product-view .product-info-main .box-tocart .field.qty .edit-qty.plus,.catalog-product-view .product-info-main .box-tocart .field.qty .edit-qty.minus{width:30px}.catalog-product-view .product-info-main .box-tocart .field.qty .edit-qty.plus:before,.catalog-product-view .product-info-main .box-tocart .field.qty .edit-qty.minus:before{width:100%;position:absolute;top:0;left:0;text-align:center;line-height:44px}body.catalog-product-view .product-info-main .box-tocart .actions{width:163px}body.catalog-product-view .product-info-main .box-tocart .fieldset .field.qty{width:calc(100% - 163px) !important}}@media (max-width:360px){.catalog-product-view span.product-image-wrapper{padding-bottom:126.76% !important}.catalog-product-view .product-info-main .product-info-price .price-box .price-final_price .price-wrapper span{font-size:20px}}@media (max-width:320px){body.catalog-product-view .product-info-main .box-tocart .actions{width:133px}body.catalog-product-view .product-info-main .box-tocart .fieldset .field.qty{width:calc(100% - 133px) !important}}.cms-careers .status-order-account{display:none}body.cms-index-index.cms-page33.cms-careers main.page-main,body.cms-careers.cms-page-view.cms-page33 main.page-main,body.cms-careers main.page-main{padding-left:0;padding-right:0;margin-left:auto;margin-right:auto}.cms-careers .top-footer{display:none}.cms-careers .accordion-icon-left .accordion-title:after{left:215px;line-height:0;color:#282828;height:15px;background-image:url(../../frontend/Mgs/naelofar/en_US/images/careers-notselect.svg);background-size:100%;background-position:50% 44%;content:"" !important;background-repeat:no-repeat;width:7px;display:block;position:static;margin-left:26px}.cms-careers .accordion-icon-left .accordion-title.ui-accordion-header-active:after{background-image:url(../../frontend/Mgs/naelofar/en_US/images/active-careers.svg)}.cms-careers .mgs-heading .heading,.cms-careers h1{text-align:left;max-width:385px;margin-bottom:19px;margin-top:25px}.cms-careers .careers-content-title p{text-align:center}.cms-careers .mgs-accordion .accordion-title{background-color:#fff;font:normal 400 12px/1.25 Lato;letter-spacing:1px;color:#282828;padding-top:13px;padding-bottom:13px;height:auto;text-transform:uppercase;margin-top:11px !important;border:1px solid #979797;padding-left:25px;padding-right:25px;background-color:#282828;color:#FFFFFF;border-color:#282828;display:flex;align-items:center}.cms-careers .section-builder.careers-content-title{margin-top:72px}.cms-careers .section-builder.careers-container-accordion{max-width:1260px;margin-left:auto;margin-right:auto;margin-top:14px;width:100%;padding-left:30px;padding-right:30px}.cms-careers .mgs-accordion .accordion-content{border:1px solid #979797;padding:23px;margin-bottom:30px;padding-bottom:37px}.cms-careers footer.page-footer{margin-top:0}.cms-careers .accordion-content ul li{list-style-type:square}.cms-careers .accordion-content ul br{display:none}.cms-careers main .action.primary{min-width:232px;max-width:initial;text-align:center;margin-top:33px}.cms-careers .section-builder.careers-container-accordion .col-right{width:54.6%;flex:initial;padding-left:0;max-width:initial;padding-right:0}.cms-careers .section-builder.careers-container-accordion .col-left{width:45.4%;flex:initial;padding-left:0;padding-right:55px}.cms-careers .section-builder.careers-container-accordion .content-left img{display:block;margin-left:auto;margin-bottom:30px}.cms-careers .contact-form .fieldset .field.email,.cms-careers .contact-form .fieldset .field.name{width:100%}.cms-careers .custom-file-label{font:normal 400 12px/20px Roboto;letter-spacing:0;color:#979797;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;padding:5px 0px 5px 19px;border-radius:10px;border:1px solid #282828;display:block;margin-bottom:10px}.cms-careers .upload-file-form input{opacity:0}.cms-careers .upload-file-form .drop-zone .text-center{text-align:left !important}.cms-careers .description-field-upload label{text-transform:initial !important}.cms-careers .description-field-upload input{display:none !important}.cms-careers .webforms-success-text *{text-align:center}.cms-careers .upload-file-form .drop-zone{font:normal 400 12px/16px Roboto;color:#979797;background-color:#fff;border:1px solid #282828;border-radius:10px;height:30px;width:148px;padding:0;padding-top:6px;text-align:left !important;padding-left:20px}.cms-careers .upload-file-form .drop-zone .icon-paperclip:before{content:none}.cms-careers .upload-file-form .drop-zone svg{display:none}.cms-careers #file_error{margin-top:0;font-size:inherit;font-style:normal;color:#ff0000}.cms-careers #file_error:not(.true){display:none}.cms-careers .upload-file-form input:hover{cursor:pointer}.cms-careers .custom-file-label,.cms-careers .upload-file-form input{height:30px;width:148px}.cms-careers .contact-form .fieldset .field,.cms-careers .contact-form .fieldset,.cms-careers .contact-form *:not(input){padding-left:0;padding-right:0}.cms-careers .contact-form{max-width:430px;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;display:block;margin-top:27px;padding-bottom:13px;outline:none !important}.cms-careers .contact-form .webforms-description-text{margin-top:0;margin-bottom:22px}.cms-careers .contact-form .form.contact{width:100%;max-width:100%;-ms-flex:0 1 100%;flex:0 1 100%}.cms-careers .description-file{font:normal 400 12px/20px Roboto;color:#979797;padding-left:4px}.cms-careers .contact-form h2{font:normal 400 24px/46px 'Playfair Display';letter-spacing:0;color:#292526;text-align:center;margin-bottom:0}.cms-careers .contact-form input{background-color:#fff}.cms-careers .section-builder.careers-form{background-color:#F6F6F6;margin-top:69px}body.cms-careers .page-main .fieldset>.field:not(.choice)>.label{margin-bottom:7px}.cms-careers .contact-form .fieldset .field{margin-bottom:6px}.cms-careers .contact-form .webforms-gdpr{margin:16px 0}.cms-careers .contact-form .fieldset .field.upload-file-form{margin-top:9px}.cms-careers .contact-form .fieldset .field.subject{margin-top:8px}.cms-careers .contact-form .fieldset{margin-bottom:0}.cms-careers .contact-form .action.primary{margin-top:0}.cms-careers .actions-toolbar>.primary{text-align:left}.cms-careers main .validation-advice{color:#ff0000;font-style:italic;font-family:'Roboto','Open Sans','Helvetica Neue';font-weight:400;line-height:20px;font-size:14px}.cms-careers .drop-zone-preview-icon-file{width:75px;padding-top:4px}.cms-careers .drop-zone-preview-icon-file img{max-width:100% !important;max-height:initial !important}.cms-careers .drop-zone-preview-file{padding-left:10px !important}.cms-careers .description-field-upload .control{font:normal 400 12px/16px 'Roboto';color:#979797}@media (max-width:1199px){.cms-careers footer.page-footer{margin-top:0}.cms-careers .section-builder.careers-container-accordion .col-left{padding-right:40px}}@media (max-width:991px){body.cms-index-index.cms-page33.cms-careers main.page-main,body.cms-careers.cms-page-view.cms-page33 main.page-main,body.cms-careers main.page-main{padding-left:0;padding-right:0}.cms-careers .section-builder.careers-container-accordion{max-width:100%;padding-left:15px;padding-right:15px}.cms-careers .section-builder.careers-container-accordion .col-left{padding-right:20px}.cms-careers .contact-form .form.contact .actions-toolbar{margin-bottom:45px}}@media (max-width:767px){.cms-careers .section-builder.careers-container-accordion{margin-top:0}.cms-careers .accordion-icon-left .accordion-title.ui-accordion-header-active:before,.cms-careers .accordion-icon-left .accordion-title:before{right:15px;left:initial}.cms-careers .mgs-accordion .accordion-title{padding-right:40px}.cms-careers .mgs-accordion .accordion-content{padding-left:21px;padding-right:15px;padding-bottom:40px;padding-top:26px;font-size:14px;line-height:20px}.cms-careers main .action.primary{margin-top:25px;min-width:231px}.cms-careers .mgs-accordion .accordion-title{padding-left:21px}.cms-careers .section-builder.careers-container-accordion .col-right,.cms-careers .section-builder.careers-container-accordion .col-left{width:100%;padding-right:0}.cms-careers .section-builder.careers-container-accordion .content-image p img:first-child{width:100vw;max-width:initial;margin-left:-15px;margin-right:-15px;margin-bottom:12px}.cms-careers .mgs-heading .heading,.cms-careers h1{text-align:center;margin-top:0;margin-bottom:25px;max-width:100%}.cms-careers .section-builder.careers-form{margin-top:59px}.cms-careers .contact-form{margin-top:16px}.cms-careers .contact-form .fieldset .field{margin-bottom:6px}.cms-careers .contact-form .fieldset .field.subject{margin-bottom:8px}.cms-careers .contact-form .action.primary{max-width:231px;padding-top:14px;padding-bottom:14px}.cms-careers .contact-form .form.contact .actions-toolbar>.primary{text-align:left}.cms-careers .contact-form .actions-toolbar{margin-bottom:43px}}@media (max-width:499px){.cms-careers .section-builder.careers-content-title,.cms-careers footer.page-footer{margin-top:0}.cms-careers .section-builder.careers-container-accordion{margin-top:0}.cms-careers .careers-content-title p{margin-bottom:3px}.cms-careers .contact-form{max-width:100%}}@media (max-width:374px){.cms-careers .mgs-accordion .accordion-title{padding-right:30px}.cms-careers .accordion-icon-left .accordion-title.ui-accordion-header-active:before,.cms-careers .accordion-icon-left .accordion-title:before{right:10px}}.cms-careers main .action.primary.black{font-size:14px;line-height:16px;letter-spacing:0.5px}@media (min-width:768px){.cms-careers main .mobile-show{display:none !important}}@media (max-width:767.98px){.cms-careers main .desktop-show{display:none !important}}.contact-index-index .page-title-wrapper.layout_type1{display:none}.contact-index-index .validation-advice{font-size:14px}.contact-index-index .swal2-popup .swal2-actions{margin:0 auto 15px}.contact-index-index .fullwidth .page-main>.columns{padding:0}.contact-index-index .contact-content{display:flex;width:100%}.fullwidth.contact-index-index .page-main>.columns{max-width:100%;padding:0}.contact-index-index .img-contact{width:100%;object-fit:cover;max-width:47.5%}.contact-index-index .img-contact img{height:100%;object-fit:cover;width:100%}.contact-index-index .container-webform{display:flex;align-items:center;width:100%;height:100%}.contact-index-index .container-webform .webforms{padding-top:50px;padding-left:52px;padding-right:50px;margin-bottom:0;padding-bottom:50px}.contact-index-index .webforms-description-text{text-transform:capitalize;margin-bottom:50px}.contact-index-index .webforms-description-text h1{margin-bottom:28px}.contact-index-index .webforms-description-text p:first-child{margin-bottom:0px}.contact-index-index .webforms-description-text p{margin-bottom:20px}.contact-index-index .webforms .fieldset{padding:0;margin-bottom:0}.contact-index-index .container-webform .webforms form{max-width:65%;width:100%}body.contact-index-index .page-main .fieldset>.field:not(.choice)>.label,body.contact-index-index main label{margin-bottom:5px}body.contact-index-index main .fieldset>.field{margin:0 0 8px;padding:0}body.contact-index-index main .fieldset>.field.type-email{margin-bottom:16px}body.contact-index-index main .fieldset>.field.type-select{margin-bottom:16px}body.contact-index-index main .fieldset>.field.type-textarea{margin-bottom:0}body.contact-index-index main textarea{height:80px;resize:none}.contact-index-index .webforms .actions-toolbar{padding-left:0;padding-right:0}html body.contact-index-index .action.submit.primary{font-size:14px;line-height:19px;letter-spacing:0.5px;padding:13px 88px}body.contact-index-index main input[type="email"],body.contact-index-index main input[type="text"],body.contact-index-index main textarea,body.contact-index-index main select{padding:6.5px 19px;color:#979797}body.contact-index-index main select{background:transparent}.contact-index-index main .please-wait .loading-indicator{margin-bottom:0;margin-top:4px}.contact-index-index .swal2-popup .swal2-styled.swal2-confirm{border:1px solid #282828;border-radius:0;background-color:#282828;color:#fff;font-size:14px}.contact-index-index .swal2-popup .swal2-styled.swal2-confirm:hover{border:1px solid #282828;border-radius:0;background-color:#fff;color:#282828}.contact-index-index .swal2-popup .swal2-title{color:#282828;font-family:'Playfair Display'}.contact-index-index .swal2-icon.swal2-success [class^=swal2-success-line]{background-color:#282828}.contact-index-index .swal2-icon.swal2-success .swal2-success-ring{border:.25em solid #282828}.contact-index-index .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:none}@media (min-width:1920px){.contact-index-index main.page-main{display:block;align-items:center}}@media (max-width:1280px){.contact-index-index .container-webform .webforms form{max-width:80%}}@media (max-width:1024px){.contact-index-index .container-webform .webforms form{max-width:100%}.contact-index-index .webforms-description-text{margin-bottom:30px}}@media (max-width:991px){html body.contact-index-index .action.submit.primary{padding:13px 64px}.contact-index-index main .please-wait .loading-indicator{margin-bottom:-3px;margin-top:4px}}@media (max-width:767px){.contact-index-index .contact-content{display:block}.contact-index-index .img-contact{max-width:70%;margin:0 auto}}@media (max-width:500px){.contact-index-index .img-contact{max-width:100%}.contact-index-index .container-webform .webforms{padding-top:30px;padding-left:20px;padding-right:20px;padding-bottom:30px}}@font-face{font-family:'PT Sans';src:url('../../frontend/Mgs/naelofar/en_US/fonts/PT_Sans/PTSans-Italic.eot');src:url('../../frontend/Mgs/naelofar/en_US/fonts/PT_Sans/PTSans-Italic.eot?#iefix') format('embedded-opentype'),url('../../frontend/Mgs/naelofar/en_US/fonts/PT_Sans/PTSans-Italic.woff2') format('woff2'),url('../../frontend/Mgs/naelofar/en_US/fonts/PT_Sans/PTSans-Italic.woff') format('woff'),url('../../frontend/Mgs/naelofar/en_US/fonts/PT_Sans/PTSans-Italic.ttf') format('truetype');font-weight:normal;font-style:italic}@font-face{font-family:'PT Sans';src:url('../../frontend/Mgs/naelofar/en_US/fonts/PT_Sans/PTSans-BoldItalic.eot');src:url('../../frontend/Mgs/naelofar/en_US/fonts/PT_Sans/PTSans-BoldItalic.eot?#iefix') format('embedded-opentype'),url('../../frontend/Mgs/naelofar/en_US/fonts/PT_Sans/PTSans-BoldItalic.woff2') format('woff2'),url('../../frontend/Mgs/naelofar/en_US/fonts/PT_Sans/PTSans-BoldItalic.woff') format('woff'),url('../../frontend/Mgs/naelofar/en_US/fonts/PT_Sans/PTSans-BoldItalic.ttf') format('truetype');font-weight:bold;font-style:italic}@font-face{font-family:'PT Sans';src:url('../../frontend/Mgs/naelofar/en_US/fonts/PT_Sans/PTSans-Regular.eot');src:url('../../frontend/Mgs/naelofar/en_US/fonts/PT_Sans/PTSans-Regular.eot?#iefix') format('embedded-opentype'),url('../../frontend/Mgs/naelofar/en_US/fonts/PT_Sans/PTSans-Regular.woff2') format('woff2'),url('../../frontend/Mgs/naelofar/en_US/fonts/PT_Sans/PTSans-Regular.woff') format('woff'),url('../../frontend/Mgs/naelofar/en_US/fonts/PT_Sans/PTSans-Regular.ttf') format('truetype');font-weight:normal;font-style:normal}@font-face{font-family:'PT Sans';src:url('../../frontend/Mgs/naelofar/en_US/fonts/PT_Sans/PTSans-Bold.eot');src:url('../../frontend/Mgs/naelofar/en_US/fonts/PT_Sans/PTSans-Bold.eot?#iefix') format('embedded-opentype'),url('../../frontend/Mgs/naelofar/en_US/fonts/PT_Sans/PTSans-Bold.woff2') format('woff2'),url('../../frontend/Mgs/naelofar/en_US/fonts/PT_Sans/PTSans-Bold.woff') format('woff'),url('../../frontend/Mgs/naelofar/en_US/fonts/PT_Sans/PTSans-Bold.ttf') format('truetype');font-weight:bold;font-style:normal}.cms-cares .col-des-12>.line{max-width:980px;padding-left:5px;padding-right:5px;margin-left:auto;margin-right:auto}.cms-cares .information-neelofa{display:flex;justify-content:center}.cms-cares .information-neelofa .item{border:1px solid #979797;max-width:185px;box-sizing:border-box;width:100%;padding:18px 20px;text-align:center;margin:0 10px;padding-bottom:12px}.cms-cares .img-before-section-bottom .col-des-12>.line{max-width:100%;padding-left:0px;padding-right:0px}.cms-cares .img-before-section-bottom *{padding-left:0;padding-right:0}.cms-cares .img-before-section-bottom{margin-top:158px}.cms-cares .section-bottom{padding-bottom:160px}.cms-cares .img-before-section-bottom img{width:100%}.cms-cares .top-footer{display:none}.cms-cares footer.page-footer{margin-top:0}.cms-cares .title-owl{margin-bottom:35px;padding-top:131px}.cms-cares .section-mid{max-width:665px;margin:auto;margin-top:132px}.cms-cares .bt-more-detail{margin-top:23px}.cms-cares .title-section-top{margin-bottom:30px}.cms-cares .title-section-mid{margin-bottom:20px}.cms-cares .owl-carousel.custom-nav.nav-type-font .owl-nav button{width:44px;height:44px;box-sizing:border-box;border-radius:50%;border:1px solid #9d9d9d}.cms-cares .owl-carousel.custom-nav.nav-type-font .owl-nav button:hover{border-color:#eaac4b}.cms-cares .owl-carousel.nav-position-middle-inside .owl-nav .owl-prev{left:-84px}.cms-cares .owl-carousel.nav-position-middle-inside .owl-nav .owl-next{right:-84px}.cms-cares .owl-carousel.nav-position-middle-inside .owl-nav .owl-next .fa-angle-right:before,.cms-cares .owl-carousel.nav-position-middle-inside .owl-nav .owl-prev .fa-angle-left:before{content:"";width:20px;display:block;height:20px;background-size:contain;background-repeat:no-repeat;position:absolute;top:50%;left:54%;transform:translate(-50%, -50%)}.cms-cares .owl-carousel.nav-position-middle-inside .owl-nav .owl-prev .fa-angle-left:before{background-image:url(../../frontend/Mgs/naelofar/en_US/images/prev-cares.svg)}.cms-cares .owl-carousel.nav-position-middle-inside .owl-nav .owl-prev:hover .fa-angle-left:before{background-image:url(../../frontend/Mgs/naelofar/en_US/images/prev-cares-hover.svg)}.cms-cares .owl-carousel.nav-position-middle-inside .owl-nav .owl-next .fa-angle-right:before{background-image:url(../../frontend/Mgs/naelofar/en_US/images/next-cares.svg)}.cms-cares .owl-carousel.nav-position-middle-inside .owl-nav .owl-next:hover .fa-angle-right:before{background-image:url(../../frontend/Mgs/naelofar/en_US/images/next-cares-hover.svg)}.cms-cares h1:before{display:block;content:none;background-image:url(../../frontend/Mgs/naelofar/en_US/images/cares-title.svg);width:186px;height:133px;background-size:100%;background-repeat:no-repeat;margin:auto}.cms-cares .mgs-heading h1.heading span{color:#292526}.cms-cares .mgs-heading h1.heading{max-width:440px;margin:auto}.cms-cares .information-neelofa .item p{font:normal 400 10px/1.2 'Lato';letter-spacing:1px;color:#282828;text-transform:uppercase}.cms-cares .information-neelofa .item p.number{font:normal 400 42px/46px 'Playfair Display';letter-spacing:0px;margin-bottom:18px}.cms-cares .mgs-button-block button span{font:normal 400 14px/18px 'PT Sans' !important;letter-spacing:0.5px;display:block;margin:auto;padding:12px 0}.cms-cares .section-bottom .mgs-heading h2.heading{font-weight:700}.cms-cares .section-top{position:relative;width:calc(100vw - 426px);margin-left:auto;margin-right:auto;padding-top:124px;padding-bottom:125px}.cms-cares .section-top:before,.cms-cares .section-top:after{content:"";background-size:cover;background-repeat:no-repeat;width:calc((100vw - 100%)/2);display:block;height:100%;position:absolute;top:0}.cms-cares .section-top:before{background-image:url(../../frontend/Mgs/naelofar/en_US/images/left-cares-img.png);right:100%}.cms-cares .section-top:after{background-image:url(../../frontend/Mgs/naelofar/en_US/images/right-cares-img.png);left:100%}.cms-cares .section-bottom .col-des-12>.line{max-width:1248px;padding-left:128px;padding-right:128px}.cms-cares .section-top .mgs-image-block .image-content span{text-align:center}.cms-cares header.page-header .header-area.header5 .header-bottom{border:none}@media (max-width:1280px){.cms-cares .section-top{width:calc(100vw - 346px);padding-top:100px;padding-bottom:100px}.cms-cares .section-mid{margin-top:100px}.cms-cares .img-before-section-bottom{margin-top:130px}.cms-cares .title-owl{padding-top:100px}.cms-cares .section-bottom{padding-bottom:100px}}@media (max-width:991px){.cms-cares .section-top{width:calc(100vw - 236px);padding-top:75px;padding-bottom:75px}.cms-cares .section-mid{margin-top:75px}.cms-cares .img-before-section-bottom{margin-top:115px}.cms-cares .title-owl{padding-top:100px}.cms-cares .section-bottom{padding-bottom:100px}.cms-cares .owl-carousel.custom-nav>div.disabled{display:block !important}.cms-cares .owl-carousel.custom-nav.nav-type-font .owl-nav button{display:block}.cms-cares .section-bottom .col-des-12>.line{padding-left:65px;padding-right:65px}.cms-cares .information-neelofa .item p.number{font-size:35px;line-height:1.2}.cms-cares .information-neelofa .item{padding:5px}}@media (max-width:812px){.cms-cares .section-bottom{padding-bottom:12px}}@media (max-width:799px){.cms-cares .section-bottom{padding-bottom:0}}@media (max-width:767.98px){.cms-cares .section-top{width:calc(100vw - 20%)}}@media (max-width:766px){.cms-cares .section-bottom{padding-bottom:100px}}@media (max-width:599px){.cms-cares .information-neelofa .item p.number{font-size:30px}.cms-cares .information-neelofa{display:block}.cms-cares .information-neelofa .item{width:100%;max-width:100%;margin:0;margin-bottom:20px}.cms-cares .col-des-12{padding-left:0;padding-right:0}.cms-cares .mgs-heading h1.heading span{font-size:23px;line-height:1.2}.cms-cares h1:before{width:114px;height:84px}.cms-cares .section-top{padding-top:50px;padding-bottom:50px}.cms-cares .section-bottom .col-des-12>.line{padding-left:31px;padding-right:31px}.cms-cares .col-des-12>.line{padding-left:15px;padding-right:15px}.cms-cares .owl-carousel.custom-nav.nav-type-font .owl-nav button{width:30px;height:30px}.cms-cares .owl-carousel.nav-position-middle-inside .owl-nav .owl-next{right:-17px}.cms-cares .owl-carousel.nav-position-middle-inside .owl-nav .owl-prev{left:-17px}.cms-cares .section-mid{margin-top:50px}.cms-cares .img-before-section-bottom{margin-top:75px}.cms-cares .title-owl{padding-top:50px}}.cms-about-us .page.messages{padding-left:0 !important;padding-right:0 !important}.cms-about-us .page-title-wrapper{display:none}.cms-about-us .section-banner iframe{width:100%;height:320px}.cms-about-us .section-banner{position:relative;overflow:hidden}.cms-about-us:not(.active-builder) .section-banner .banner-image{position:absolute;width:100%;height:100%;background-color:#C9C4C1}.cms-about-us:not(.active-builder) .section-banner .banner-image div,.cms-about-us .section-banner .banner-image div span{width:100%;height:100%}.cms-about-us .section-banner .hastag{text-align:center;margin-bottom:32px}.cms-about-us .section-banner .hastag h2{font-size:48px;line-height:55px}.cms-about-us:not(.active-builder) .section-banner .banner-image img{width:auto;height:auto;position:absolute;top:0;left:0;min-width:80%;min-height:100%;-o-object-fit:cover;object-fit:cover}.cms-about-us:not(.tricky) .section-banner .banner-content{-ms-flex:0 1 50.4%;-webkit-box-flex:0;flex:0 1 50.4%;max-width:50.4%;padding:85px 0 70px;padding-right:10.4% !important}.cms-about-us .section-banner .line{-webkit-box-pack:right;-ms-flex-pack:right;justify-content:right}.cms-about-us .section-description p{font-size:24px;line-height:34px;text-align:center;max-width:500px;margin:auto;padding:57px 0 155px;font-family:'Playfair Display'}.cms-about-us .section-description-2 p{font-size:24px;line-height:34px;text-align:center;max-width:680px;margin:auto;padding:113px 0 36px;font-family:'Playfair Display'}.cms-about-us .section-content{background-color:#F6F6F6;padding-bottom:9px}.cms-about-us .section-content .col-des-12{max-width:992px;margin:auto}.cms-about-us .section-content .content-image{-ms-flex:0 1 50.4%;-webkit-box-flex:0;flex:0 1 50.4%;max-width:50.4%;-webkit-transform:translateY(-65px);-ms-transform:translateY(-65px);transform:translateY(-65px)}.cms-about-us .section-content .content-text{-ms-flex:0 1 49.6%;-webkit-box-flex:0;flex:0 1 49.6%;max-width:49.6%;padding-left:30px;padding-top:103px}.cms-about-us .page-main .section-content h3{font-size:35px;line-height:1.4;margin-bottom:21px}.cms-about-us .page-main .section-content h4{font-size:24px;line-height:1.44;margin-bottom:21px}.cms-about-us .section-content p{margin-bottom:20px}.cms-about-us .section-content p:last-child{margin-bottom:0}.cms-about-us .section-tag{background:#f6f6f6;padding-top:266px;padding-bottom:267px}.cms-about-us footer.page-footer{margin-top:0}.cms-about-us .section-instagram{padding-bottom:75px}.cms-about-us .section-instagram .line{margin-left:0px;margin-right:0}.cms-about-us .section-instagram .title h3{text-align:center;font-size:35px;line-height:55px;margin-bottom:109px}.cms-about-us .section-instagram .content>div{margin-left:-12px;margin-right:-12px}.cms-about-us .section-instagram div:not(.item){padding-left:0 !important;padding-right:0 !important}.cms-about-us .section-instagram .content{margin-bottom:62px}.cms-about-us .section-instagram .content:after{content:"";display:table;clear:both}.cms-about-us .section-instagram .item{float:left;width:20%;padding:0 11.5px}.cms-about-us .section-instagram .item img{width:100%;display:block}.cms-about-us .instagram-button{text-align:center}.cms-about-us .instagram-button a{height:46px;border:1px solid #282828;text-align:center;font-size:14px;line-height:46px;display:inline-block;padding:0 48px;text-transform:uppercase;letter-spacing:0.5px}@media (min-width:768px){.cms-about-us:not(.active-builder) .section-banner *{padding-left:0 !important;padding-right:0 !important}}@media (max-width:1023px){.cms-about-us .section-banner .hastag h2{font-size:34px;line-height:46px}.cms-about-us .section-content .content-text{padding-top:60px}.cms-about-us .section-description p{padding-bottom:130px}.cms-about-us .section-description-2 p{padding-top:60px}.cms-about-us .section-instagram .title h3{margin-bottom:60px}}@media (max-width:767px){.cms-about-us .section-description-2 p{font-size:18px;line-height:24px;padding:42px 30px 0}.cms-about-us .section-content{padding-top:60px;padding-bottom:47px}.cms-about-us .section-instagram .title h3{font-size:24px;line-height:30px;max-width:240px;margin:auto;margin-top:59px;margin-bottom:31px}.cms-about-us .section-content .content-image,.cms-about-us .section-content .content-text{-ms-flex:0 1 100%;-webkit-box-flex:0;flex:0 1 100%;max-width:100%}.cms-about-us .section-content .content-image{text-align:center}.cms-about-us .section-tag{padding-top:140px;padding-bottom:140px}.cms-about-us .section-banner .banner-image img{max-width:none}.cms-about-us .section-banner .banner-content{-ms-flex:0 1 100%;-webkit-box-flex:0;flex:0 1 100%;max-width:100%;padding:0;padding-right:0;position:static}.cms-about-us .section-banner .hastag{position:absolute;left:0;width:100%;top:307px;z-index:1}.cms-about-us .section-banner .hastag h2{color:#fff;font-size:24px;line-height:30px}.cms-about-us .section-banner{height:0;padding-bottom:562px}.cms-about-us .video-mobile{position:relative;height:0;padding-bottom:51.8%;margin-top:22px}.cms-about-us .section-description p{font-size:21px;line-height:29px;padding:55px 0px 61px}.cms-about-us .section-content p{font-size:14px;line-height:18px;text-align:center}.cms-about-us:not(.active-builder) .video-mobile *:not(iframe){padding:0 !important;margin:0 !important;position:static !important}.cms-about-us .video-mobile iframe{position:absolute;height:100%;left:15px;right:15px;width:calc(100% - 30px)}.cms-about-us .section-instagram .item{width:50%;margin-bottom:15px;padding:0 8px}.cms-about-us .section-instagram .item:nth-child(n+5){display:none}.cms-about-us .section-instagram .content{margin-bottom:15px}.cms-about-us .section-instagram .content>div{margin-left:-8px;margin-right:-8px}.cms-about-us .section-content .content-text{margin-top:-28px;padding:0 30px}.cms-about-us .section-content p{margin-bottom:18px}.cms-about-us .section-instagram{padding-bottom:67px}.cms-about-us:not(.active-builder) .section-banner .banner-image img{min-width:100%}}@media (max-width:576px){.cms-about-us footer.page-footer .footer.content h2.title{font-size:16px !important}}.cms-materials .landing-header{position:relative;background-size:cover;background-repeat:no-repeat;background-position:center;height:0;padding-bottom:38.9%}.cms-materials .landing-header .content{text-align:center;color:#fff;position:absolute;top:50%;-webkit-transform:translateY(-54%);-ms-transform:translateY(-54%);transform:translateY(-54%);width:100%;padding:0 15px}.cms-materials .landing-header .col-des-12:not(.content){position:static}.cms-materials .landing-header .content .wrapper{max-width:530px;margin-left:auto;margin-right:auto}.cms-materials .landing-header .title{line-height:1.4;font-size:35px;color:#fff;margin-bottom:5px}.cms-materials.fullwidth .page-main>.columns{padding:0 !important}.cms-materials .more-information,.cms-materials .category-description{display:none}.cms-materials .landing-header .description{text-align:center}.cms-materials .landing-categories .landing-grid{padding:0 15px}.cms-materials .landing-categories .item{padding:0 15px;margin-bottom:56px}.cms-materials .landing-categories .item>.line{margin:0}.cms-materials footer.page-footer{margin-top:38px}.cms-materials .landing-categories .item .image-subcate .image-content a{position:absolute;top:0;left:0;right:0;bottom:0}.cms-materials .landing-categories .item .image-subcate img{-o-object-fit:cover;object-fit:cover}.cms-materials .landing-categories .item .image-subcate{padding-bottom:125%;position:relative}.cms-materials .landing-categories .item .info-subcate .title a{padding-top:0}.cms-materials .landing-categories .item .info-subcate{color:#000;width:100%;padding:0 15px;max-width:250px;position:static;-webkit-transform:none;-ms-transform:none;transform:none;margin-left:auto;margin-right:auto;padding-top:8px;text-align:center;position:relative}.cms-materials .landing-categories .item .info-subcate .title{font-size:23px;font-weight:400;margin-bottom:0;margin-bottom:6px}.cms-materials .landing-categories .item .info-subcate .title a,.cms-materials .landing-categories .item .info-subcate .title a:visited{color:#222}.cms-materials .landing-categories .item .info-subcate .description p{margin-bottom:0;line-height:1.35}.cms-materials .landing-categories{padding-bottom:9px;max-width:1020px;margin:auto;padding-top:50px}@media (max-width:1024px){.cms-materials .landing-categories{padding-bottom:60px}.cms-materials .landing-header .content{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}}@media (max-width:767px){.cms-materials .landing-header{padding-bottom:70%}.cms-materials .landing-categories{padding-bottom:0}}@media (max-width:479px){.cms-materials .landing-categories{padding-bottom:0}.cms-materials .landing-header{padding-bottom:140%}.cms-materials .landing-categories .item{padding:0 12px}.cms-materials .landing-categories>.frame>.line{margin:0 -12px}}.stockists-category-view .page-title-wrapper.layout_type1{display:none}.stockists-banner img{display:block;width:100%}.stockists-banner h2{text-align:center;margin-top:34px;margin-bottom:30px}.stockists-category-view .breadcrumbs{display:none}.stockists-category-view .page-main .categories-list{margin-bottom:38px}.stockists-category-view .page-main .categories-list .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:935px;margin:auto;padding:0 15px}.stockists-category-view .page-main .cate-item{width:20%;padding:0 5px;margin-bottom:12px}.stockists-category-view .page-main .cate-item a{display:block;font-size:12px;border:1px solid #979797;text-align:center;background:#fff;line-height:15px;padding:13px 15px;text-transform:uppercase;font-family:'Lato';letter-spacing:1.2px;height:100%;display:table;width:100%}.stockists-category-view .page-main .cate-item a span{display:table-cell;vertical-align:middle;word-break:break-all}.stockists-category-view .page-main .cate-item a:hover{background:#282828;color:#fff}.stockists-category-view .page-main .products-list.empty{text-align:center;margin-bottom:50px}.stockists-category-view .page-main .products-list .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:1212px;margin:auto;padding:0 15px}.stockists-category-view .page-main .product-item{width:33.33%;padding:0 10px;margin-bottom:19px}.stockists-category-view .page-main .product-item .wrap{border:1px solid #d0cfcd;border-radius:10px;height:100%}.stockists-category-view .page-main .product-item .content{padding:34px 25px 21px}.stockists-category-view .page-main .product-item .content div{font-size:13px;line-height:23px;position:relative;padding-left:20px;word-break:break-all}.stockists-category-view .page-main .product-item .content div:before{content:"";display:inline-block;background-position:center;background-size:contain;background-repeat:no-repeat;width:10px;height:15px;top:4px;position:absolute;left:0}.stockists-category-view .page-main .product-item .content .name{font-size:14px;line-height:17px;color:#282828;font-weight:500;margin-bottom:2px}.stockists-category-view .page-main .product-item .content .name:before{background-image:url(../../frontend/Mgs/naelofar/en_US/images/store.svg);top:0px;left:-2px;width:11px}.stockists-category-view .page-main .product-item .content .instagram:before{background-image:url(../../frontend/Mgs/naelofar/en_US/images/instagram.svg);top:4px;width:12px;left:-2px}.stockists-category-view .page-main .product-item .content .address:before{background-image:url(../../frontend/Mgs/naelofar/en_US/images/store.svg);width:11px;left:-2px}.stockists-category-view .page-main .product-item .content .email:before{background-image:url(../../frontend/Mgs/naelofar/en_US/images/emailblack.svg);width:11px;top:3px;left:-2px}.stockists-category-view .page-main .product-item .content .phone:before{background-image:url(../../frontend/Mgs/naelofar/en_US/images/whatsapp.svg);width:11px;left:-2px}.stockists-category-view.fullwidth .page-main>.columns{padding:0}.stockists-category-view footer.page-footer{margin-top:7px}.stockists-category-view .page-main .cate-item a.active{background:#282828;color:#fff}@media (max-width:1199px){.stockists-category-view .page-main .categories-list .wrapper{padding:0 10px}.stockists-category-view .page-main .products-list .wrapper{padding:0 5px}}@media (min-width:768px){body:not(.active-builder) .hidden-desktop{display:none}}@media (max-width:991px){.stockists-category-view .page-main .product-item{width:50%}.stockists-category-view .page-main .cate-item{width:33.33%}}@media (max-width:767px){body:not(.active-builder) .hidden-mobile{display:none}.stockists-banner h2{margin-top:18px;margin-bottom:17px}.stockists-category-view .page-main .products-list.empty{margin-bottom:0}.stockists-category-view .page-main .category-choosen{border:1px solid #282828;padding:0 16px;height:42px;line-height:42px;font-size:10px;text-transform:uppercase;position:relative;letter-spacing:1px;padding-right:30px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.stockists-category-view .page-main .category-choosen:after{content:"";display:block;width:8px;height:5px;background-image:url(../../frontend/Mgs/naelofar/en_US/images/dropdown.svg);background-position:center;background-repeat:no-repeat;background-size:contain;position:absolute;right:15px;top:17px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.stockists-category-view .page-main .category-choosen.open:after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.stockists-category-view .page-main .categories-list .wrapper{display:none;padding:0;border:1px solid #282828;border-top:0}.stockists-category-view .page-main .cate-item{width:100%;height:auto !important;margin-bottom:0;padding:0}.stockists-category-view .page-main .cate-item a{display:block;border:0;height:auto;text-align:left;font-size:10px;padding:0 15px;height:42px;line-height:42px}.stockists-category-view .page-main .cate-item a span{display:block}.stockists-category-view .page-main .categories-list{padding:0 15px;margin-bottom:24px}.stockists-category-view .page-main .product-item{width:100%;padding:0;height:auto !important}.stockists-category-view .page-main .products-list .wrapper{padding:0 15px}.stockists-category-view .page-main .product-item .content{padding:36px 18px 36px}.stockists-category-view footer.page-footer{margin-top:74px}}#custom-radio input[type="radio"]{height:20px;position:absolute;width:100%;z-index:1;margin:0;clip:inherit;opacity:0;cursor:pointer}.amcheckout-step-container .opc-payment-additional.reward{background:#F6F6F6;padding:34px 29px 5px;max-width:376px;margin-bottom:29px}.payment-option.reward .earning-point{position:relative;padding-left:63px;margin-bottom:41px}.payment-option.reward .earning-point:before{content:"";display:block;width:62px;height:61px;background-image:url(../../frontend/Mgs/naelofar/en_US/images/fp_rewardpoint.png);background-size:contain;background-repeat:no-repeat;background-position:center;position:absolute;left:-3px;top:-6px}.payment-option.reward .earning-point strong{color:#ff5c8b}.payment-option.reward #block-discount-heading{text-transform:uppercase;font-weight:bold;font-size:14px;line-height:19px;letter-spacing:1.5px}.payment-option.reward .reward-points-payment-content{margin:0;display:block !important;margin-top:12px;margin-bottom:18px;width:100%}.payment-option.reward .points{font-size:12px;line-height:20px;margin-bottom:15px}.reward-points-payment-content input[type="radio"],body:not(.catalog-product-view) .page-main .reward-points-payment-content input[type="radio"]+label{display:none}.payment-option.reward #reward-spending-rules{font-size:14px}.payment-option.reward .radio-option{position:relative;margin-bottom:7px}.payment-option.reward #custom-radio label{font-family:Poppins;letter-spacing:0;position:relative;z-index:0;padding-left:23px}.payment-option.reward #custom-radio label:before{top:3px;left:3px}.payment-option.reward #custom-radio label:after{top:7px;left:7px}.payment-option.reward .rewardpoints-note{font-size:12px;line-height:16px;font-style:italic;letter-spacing:-0.1px;padding-right:10px}.amcheckout-wrapper .order-attributes{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.amcheckout-wrapper .order-attributes>td{display:block}.checkout-index-index .totals.shipping.tax-note{display:none}.amcheckout-column.-sidebar>.totals.shipping.tax-note{display:block}.totals.shipping.tax-note{position:relative;padding:0 40px 0 52px;margin-top:25px;margin-bottom:22px}.totals.shipping.tax-note:before{content:'';display:block;width:23px;height:30px;background:url(../../frontend/Mgs/naelofar/en_US/images/totals_icon.svg) no-repeat;background-size:contain;position:absolute;top:7px;left:19px}.totals.shipping.tax-note h6.title-totals{font-style:normal;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:3px;font-size:12px}.totals.shipping.tax-note p{font-size:12px;line-height:16px;font-style:italic;font-weight:400;font-family:'Roboto';color:#282828;letter-spacing:0}.amcheckout-step-container .opc-payment-additional.payment-option.discount-code{padding:0;margin-top:44px;margin-bottom:15px}.payment-option.discount-code .payment-option-title{font-size:14px;font-weight:bold;color:#282828;text-transform:uppercase;line-height:19px;letter-spacing:1px;margin-bottom:12px}.payment-option.discount-code .payment-option-content{display:block !important}.amcheckout-step-container .payment-option.discount-code input[type='text']{height:35px}.payment-option.discount-code .actions-toolbar{margin-top:0}.amcheckout-step-container .payment-option.discount-code .form-discount .actions-toolbar button.action{margin:0;height:35px;min-height:0;background:#282828;font-size:12px;line-height:16px;letter-spacing:0.5px;text-transform:uppercase;padding:0 20px;position:absolute;right:0;bottom:0;font-weight:normal;width:auto}body .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .title h4{color:#fff}body .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content{color:#777}body .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .checkbox.dont-show-popup{margin-bottom:10px}body .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-form .form.subscribe .form-group.newsletter input[type="email"]{color:#fff;border-bottom-color:#fff;font-size:13px;line-height:20px;font-family:Poppins}body .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-form .form.subscribe .form-group.newsletter .actions .action.subscribe{color:#777;border:1px solid #fff;padding-left:10px;padding-right:10px;padding-top:2px;padding-bottom:1px;font-family:'Roboto';font-weight:500;text-transform:uppercase;font-size:12px;line-height:34px}body .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-form .form.subscribe .form-group.newsletter .actions .action.subscribe:hover{background-color:#fff;border-color:#000;box-shadow:none;color:#000}body .block-popup-subscribe .btn.btn-secondary,body .block-popup-subscribe .action.secondary,body .block-popup-subscribe .btn.btn-secondary,body .block-popup-subscribe .action.secondary{border:1px solid transparent;background-color:#fff;color:#000;font-family:'Roboto';font-weight:500;text-transform:uppercase;font-size:12px;line-height:34px;padding:1.5px 10px;padding-top:2px;padding-bottom:1px}body .block-popup-subscribe .btn.btn-secondary:focus,body .block-popup-subscribe .action.secondary:focus,body .block-popup-subscribe .btn.btn-secondary:hover,body .block-popup-subscribe .action.secondary:hover{border-color:#fff;background-color:#000;color:#fff}@media (max-width:991px){body .modal_newsletter_popup.modal-slide .newsletter_popup{background-position:-251px 50%}body .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-form .form.subscribe .form-group.newsletter input[type="email"]{padding:6.5px 12px}}@media (max-width:767.98px){body .modal_newsletter_popup.modal-slide .newsletter_popup{background-image:initial !important;background-color:#282828}body .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-form .form.subscribe .form-group.newsletter .actions .action.subscribe{color:#000}body .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-form .form.subscribe .form-group.newsletter .actions .action.subscribe:hover{border-color:#fff;background-color:#000;color:#fff}body .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-form .form.subscribe .form-group.newsletter input[type="email"]{padding-top:8px;padding-bottom:5px}.modal_newsletter_popup.modal-slide .modal-inner-wrap .action-close{right:0}}.modal-popup.amredirect-modal header.modal-header{display:none}.modal-popup.amredirect-modal .modal-content .container-popup{display:flex;flex-wrap:wrap}.modal-popup.amredirect-modal .modal-content .container-popup .col-left.image{width:157px}.modal-popup.amredirect-modal .modal-content .container-popup .col-right.content{width:calc(100% - 157px);text-align:center;padding:30px}.modal-popup.amredirect-modal .modal-inner-wrap{margin:0;left:50%;top:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);max-width:524px;width:calc(100% - 30px)}.modal-popup.amredirect-modal .modal-content{padding:0}.modal-popup.amredirect-modal .modal-content .container-popup .col-right.content h3{font-weight:bold;font-size:14px;text-transform:uppercase;max-width:220px;margin:auto;margin-bottom:10px;line-height:19px}html body._has-modal{overflow:visible;overflow-x:hidden}.modal-popup.amredirect-modal .modal-content .container-popup .col-right.content p{font-size:12px;line-height:16px;margin-bottom:21px;font-family:'PT Sans';letter-spacing:0}.modal-popup.amredirect-modal .modal-content .container-popup .col-right.content p a{color:#FF3F08;text-decoration:underline}.modal-popup.amredirect-modal .modal-content .container-popup .col-right.content p a:hover{text-decoration:none}.modal-popup.amredirect-modal .modal-content .container-popup .col-right.content .note{font-style:italic;font-size:11px;line-height:14px;color:#282828;font-family:'PT Sans';letter-spacing:0}.modal-popup.amredirect-modal .modal-content .container-popup .col-right.content .select-country{max-width:245px;margin:auto;margin-bottom:24px}.modal-popup.amredirect-modal .modal-content .container-popup .col-right.content .select-country select{height:42px;border-color:#979797;color:#6A6A6A;text-transform:uppercase;background:#fff url(../../frontend/Mgs/naelofar/en_US/images/naelofar/select.svg) no-repeat right 16px center}.modal-popup.amredirect-modal .modal-footer .action-primary.accept{display:none}.modal-popup.amredirect-modal .modal-footer button.action.action-primary:not(.accept){position:absolute;top:8px;right:8px;padding:0;border:0;font-size:0;width:16px;height:16px;background-image:url(../../frontend/Mgs/naelofar/en_US/images/close-button.png);background-size:12px;background-position:center;background-repeat:no-repeat}.modal-popup.amredirect-modal .modal-footer button.action.action-primary:not(.accept):hover,.modal-popup.amredirect-modal .modal-footer button.action.action-primary:not(.accept):focus{background-color:transparent;opacity:0.7}.modal-popup.amredirect-modal .modal-footer{padding:0;margin:0}.modal-popup.amredirect-modal .modal-content .container-popup .col-left.image *{margin:0;display:flex;height:100%;object-fit:cover;width:100%}.modal-popup.redirect-popup .modal-inner-wrap{max-width:340px;padding:12px;text-align:center;top:50%;left:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);margin:0}.modal-popup.redirect-popup .modal-inner-wrap .container-popup h3.title{line-height:18px;font-size:14px;font-weight:bold;text-transform:uppercase;margin-bottom:10px;font-family:'PT Sans'}.modal-popup.redirect-popup .modal-inner-wrap .container-popup p{font-size:12px;line-height:15px;font-family:'PT Sans';margin-bottom:10px}.modal-popup.redirect-popup .modal-inner-wrap .container-popup p.note{font-size:11px;line-height:14px;font-style:italic}.modal-popup.redirect-popup .modal-inner-wrap .container-popup .select-country{margin-bottom:20px;margin-top:20px;display:block}.modal-popup.redirect-popup .modal-inner-wrap .container-popup .select-country select{text-transform:uppercase}.modal-popup.redirect-popup footer.modal-footer{display:none}@media (min-width:481px){.modal-popup.amredirect-modal .modal-content .container-popup .col-left.image .hidden-desktop{display:none}}@media (max-width:480px){.modal-popup.amredirect-modal .modal-content .container-popup .col-right.content{width:100%}.modal-popup.amredirect-modal .modal-content .container-popup .col-left.image .hidden-mobile{display:none}.modal-popup.amredirect-modal .modal-content .container-popup .col-left.image{width:100%}.modal-popup.amredirect-modal .modal-content .container-popup .col-right.content p{line-height:15px;margin-bottom:23px}}/*
formBuilder - https://formbuilder.online/
Version: 1.24.2
Author: Kevin Chappell <kevin.b.chappell@gmail.com>
*/
@charset "UTF-8";
@font-face {
    font-family: 'form-builder-font';
    src: url(data:application/vnd.ms-fontobject;base64,iDIAALwxAAABAAIAAAAAAAIABQMAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAt7/mHwAAAAAAAAAAAAAAAAAAAAAAACIAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAiAGYAbwByAG0ALQBiAHUAaQBsAGQAZQByAC0AZgBvAG4AdAAAAAAAAAEAAAAPAIAAAwBwR1NVQrD+s+0AAAD8AAAAQk9TLzI+IEk+AAABQAAAAFZjbWFwizvtkQAAAZgAAAJeY3Z0IAbV/wQAACWkAAAAIGZwZ22KkZBZAAAlxAAAC3BnYXNwAAAAEAAAJZwAAAAIZ2x5ZtJ0mIoAAAP4AAAcbmhlYWQKXKfBAAAgaAAAADZoaGVhBz0DZQAAIKAAAAAkaG10eESzAAAAACDEAAAATGxvY2FJblGvAAAhEAAAAChtYXhwAoYMmAAAITgAAAAgbmFtZdVcxKAAACFYAAADOXBvc3QTOILlAAAklAAAAQZwcmVw5UErvAAAMTQAAACGAAEAAAAKAB4ALAABREZMVAAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAAAAQOeAZAABQAAAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoEQNS/2oAWgNSAJYAAAABAAAAAAAAAAAABQAAAAMAAAAsAAAABAAAAXYAAQAAAAAAcAADAAEAAAAsAAMACgAAAXYABABEAAAABAAEAAEAAOgR//8AAOgA//8AAAABAAQAAAABAAIAAwAEAAUABgAHAAgACQAKAAsADAANAA4ADwAQABEAEgAAAQYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAA6AAAAAAAAAASAADoAAAA6AAAAAABAADoAQAA6AEAAAACAADoAgAA6AIAAAADAADoAwAA6AMAAAAEAADoBAAA6AQAAAAFAADoBQAA6AUAAAAGAADoBgAA6AYAAAAHAADoBwAA6AcAAAAIAADoCAAA6AgAAAAJAADoCQAA6AkAAAAKAADoCgAA6AoAAAALAADoCwAA6AsAAAAMAADoDAAA6AwAAAANAADoDQAA6A0AAAAOAADoDgAA6A4AAAAPAADoDwAA6A8AAAAQAADoEAAA6BAAAAARAADoEQAA6BEAAAASAAAAEAAA/2oD6ANSAAMABwALAA8AEwAXABsAHwAjACcAKwBLAFAAVABYAHwCPEuwFFBYQJEEAQIjKCMCZQoBCCUkJQgkbQAkKiUkKmshAR8WLBYfZQAsICAsYxQTEQMPHQ4dD2UVEhADDh4eDmMcARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJG0uwFVBYQJQEAQIjKCMCKG0KAQglJCUIJG0AJColJCprIQEfFiwWHyxtACwgICxjFBMRAw8dDh0PZRUSEAMOHh0OHmscARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJG0CWBAECIygjAihtCgEIJSQlCCRtACQqJSQqayEBHxYsFh8sbQAsIBYsIGsUExEDDx0OHQ8ObRUSEAMOHh0OHmscARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJWVlAalVVUVEYGAwMenh3dnV0c3Jxb2poZ2ZlZGNiYWBfXl1bVVhVWFdWUVRRVFNSUE9OTElHRkVEQ0JBQD44NTIwKyopKCcmJSQjIiEgHx4dHBgbGBsaGRcWFRQTEhEQDA8MDxIRERERERAzBRsrATMVIycjFTM3IxUzIxUzNRUzNSMXMzUjJxUzNQMzNSMXMzUjFzM1IzMjFTMBFRQOASsBERQGIyEiJjURND4BMyE1IzUhFSMVITIeAQMpARUhJTUjFTM1IxUBNCYjIREjNSM1MzUjNTM1ISIGHQEUFjMhFSMVITUjNSEyNjUBdz8/fT4+fT4++j8+Pn0+Pj8/vD8/fT8/fT8/vD8/AbUaKxkfIhz9EhwjGisZAZZ9ATl9AVcZKxq7/on+iQLu/Y8/vD8CsBIO/qk/Pj4+Pv5qDhERDgGWfQE5fQFXDhICGj99Pj4+Pz99Pj4+Pz8//c0/Pz8/Pz8CkPoZKhr+iBwiIhwCzxkrGj8+Pj8aK/3UvPs+Pj4+AdQOEv7HPz4/Pj8SDvoOET4/Pz4RDgAAAA8AAP9qA6EDUgADAAcACwAPABMAFwAbAB8AIwAzADcAOwA/AE8AcwCYQJVBJQIdEkktJAMTHQJHIR8CHRMJHVQbARMZFw0DCQgTCV8YFgwDCBURBwMFBAgFXhQQBgMEDwsDAwEABAFeGgESEh5YIAEeHgxIDgoCAwAAHFgAHBwNHElycG1qZ2ZjYF1bVlNNTEVEPz49PDs6OTg3NjU0MS8pJyMiISAfHh0cGxoZGBcWFRQTEhERERERERERECIFHSsXMzUjFzM1IyczNSMXMzUjJzM1IwEzNSMnMzUjATM1IyczNSMDNTQmJyMiBgcVFBY3MzI2ATM1IyczNSMXMzUjNzU0JicjIgYdARQWNzMyNjcRFAYjISImNRE0NjsBNTQ2OwEyFh0BMzU0NjsBMhYXFTMyFkehocWyssWhocWyssWhoQGbs7PWsrIBrKGh1rOzxAwGJAcKAQwGJAcKAZuhodazs9ahoRIKCCMICgoIIwgK1ywc/O4dKiodSDQlJCU01jYkIyU0AUcdKk+hoaEksrKyJKH9xKH6of3EoSSyATChBwoBDAahBwwBCv4msiShoaFroQcKAQwGoQcMAQos/TUdKiodAssdKjYlNDQlNjYlNDQlNioAAAAAAgAA/8gD4gLCABQAKQAyQC8ZGBcWFRMABwMCAUcUAQFFAAEAAgMBAmAAAwAAA1QAAwMAWAAAAwBMNTs3NAQFGCsBERQOASMhIi4BNRE0PgEzITIWFzcHCQEFJTU0JiMhIgYVERQWMyEyNjUDTBorGf3OGSsaGisZAjIhMwqW1f7U/s4BMgEsEQ79zg4SEg4CMg4RAhr+DBkrGhorGQIyGSsaKiFX8/6VAZZktgwOEREO/c4OEhIOAAgAAP+oA+gDUgADAAcACwAPABMAFwAbAB8AbkBrHQEEBR8BCQQZAQgJGwEGCBUBBwYFRx4BBRoBCRYBBgNGFwEHRAADAAIFAwJeCgEFAAQJBQReAAkACAYJCF4ABgsBBwYHWgAAAAFWAAEBDABJDAwICBMSERAMDwwPDg0ICwgLEhERERAMBRkrESE1IRUhNSEFFSE1ETUhFTUhNSEPAScXEwcnFxMHJxcD6PwYA+j8GAF3AjP9zQIz/c19nF5enJxeXpycXl4DFD67Prs/P/3NPz/6P7xeIH4Btl4gfQG1XiB9AAsAAP+oA+gDUgADAAcACwAPABMAIAApADUAPgBLAFQBBUuwFFBYQFoACwIFAgtlGwESCRJwAAMAAgsDAl4YDAIFDQEECgUEYBcBCgAPBgoPYAAGAAcRBgdeGgEQABEOEBFgGQEOABMIDhNgHBQCCBUWAgkSCAlgAAAAAVYAAQEMAEkbQFsACwIFAgsFbRsBEgkScAADAAILAwJeGAwCBQ0BBAoFBGAXAQoADwYKD2AABgAHEQYHXhoBEAARDhARYBkBDgATCA4TYBwUAggVFgIJEggJYAAAAAFWAAEBDABJWUBCTUxAPzc2KyoiIRUUEBBRUExUTVRGRT9LQEs7OjY+Nz4yMCo1KzUmJSEpIikbGhQgFSAQExATEhEREREREREQHQUdKxEhNSEVITUhBSE1IQUhFSEVNSEVAyIuATQ+ATIeARQOASciBhQWMjY0JgMiLgE0PgEzMhYUBiciBhQWMjY0JgMiLgE0PgEyHgEUDgEnIgYUFjI2NCYD6PwYA+j8GAE5AnH9jwJx/Y8Ccf2P2xkrGhorMisaGisZDhERHBERDhkrGhorGSc3NycOEREbEhINGSsaGisyKxoaKxkOEREcEREDFD67Pvo/+j/6Pz8BthoqMisaGisyKhp9EhwRERwS/oIaKzIrGjVSNX0RHBEVFBX+jxorMisaGisyKxp+EhwRERwSAAAAFQAA/6gD6AMUAA8AEwAXABsAHwA3ADsAPwBDAEcASwBPAFMAVwBbAF8AdwB7AH8AgwCHA0FLsAlQWECdADwHOwc8ZUYBODcGBjhlPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTRtLsApQWECiADwHOwc8ZUYBODcGBjhlPQEAADY1ADZeADUANCw1NF4AKisCKlIzMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuAywUEhAOBAwKLAxeAAoACQgKCV4ACAAHPAgHXgA7ADo5OzpeADkANzg5N14ABgEBBlIABgYBWQABBgFNG0uwC1BYQJ4APAc7BzxlRgE4NwY3OAZtPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTRtAnwA8BzsHPDttRgE4NwY3OAZtPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTVlZWUClfHxUVFBQTExISEREQEA8PDg4AgCHhoWEg4KBgHx/fH9+fXt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNgX15dXFtaWVhUV1RXVlVQU1BTUlFMT0xPTk1IS0hLSklER0RHRkVAQ0BDQkE8Pzw/Pj04Ozg7Ojk3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQCgcADwIPRwUUKwEhIgYVERQWMyEyNjURNCYFMxUjFTMVIwEhESE1ITUhNSE1MxUzNTMVMzUzFTM1MxUzNTMVMzUzJRUjPQIzFRcVIz0CMxUXFSM9AjMVFxUjPQIzFRcjNTM1IzUzNSM1IxUjNSMVIzUjFSM1IxUjNSMVIzUhNSE1IQE1IRU1ITUhJyE1IQOq/JUcIyMcA2scIiL8eTIyMjIDa/yVA2v8lQNr/JUyXVJXUV5LXlFeLP1vS1KoUVGpS0uvUVGKMjIyMjJeUVhLXlFeS10yA2v8lQNr/RICcf2PAnF9/gwB9AMUIh39EhwjIxwC7hwjhBINE/2JAiwNEwwTDQ0NDQ0NDQ0NDR8TEw0SEg0TEw0SEg0TEw0SEg0TEw0SEiATDRINBgwMDAwMDAwMDBkME/2VPz99Pz4/AAAQAAD/qAPoA1IADAAQABQAGAAcACAAJAAoACwAMAA0ADgAPAA/AEMARwE1S7AUUFhAZhsBCwMMAwtlAAwEBAxjGRcCFQUWBRVlGhgCFgYGFmMiFBEPBA0HDgcNZRMSEAMOCAgOYwkBBB4cAgEdBAFfJB8jAx0ABRUdBV4ABgAHDQYHXyEBCAAACABdCgEDAwJWIAECAgwDSRtAbBsBCwMMAwsMbQAMBAMMBGsZFwIVBRYFFRZtGhgCFgYFFgZrIhQRDwQNBw4HDQ5tExIQAw4IBw4IawkBBB4cAgEdBAFfJB8jAx0ABRUdBV4ABgAHDQYHXyEBCAAACABdCgEDAwJWIAECAgwDSVlAVUREQEAtLRUVAABER0RHRkVAQ0BDQkE/Pjw7Ojk4NzY1NDMyMS0wLTAvLiwrKikoJyYlJCMiISAfHh0cGxoZFRgVGBcWFBMSERAPDg0ADAAMEzQlBRYrGQExFBYzITI2NREzEQUhFSEVIRUhFTUhFRMjNTMFMxUjETMVIzczFSM3MxUjNxUjNSUzFSM3MxUjNzMVIwEnMwU1MxUzNTMVIxwCcRwi+vxXAnH9jwJx/Y8Ccfq8vPzTPz8/P30/P30/P7w//ok/P30/P30/PwHVP3f8+T8+PwNS/JUcIyMcAjMBOD68u7z6vLwCcbw/Pv3NPj4+Pj4+Pj76Pj4+Pj4BcEX6Pz8/PwAGAAD/qAPoAxQAAwAHAAsADwAfACMAt0uwFFBYQEEAAAQBBABlDAEBCgQBCmsACA4BCwYIC14ABgAHAwYHXgADAAIFAwJeDQEFAAQABQReAAoJCQpSAAoKCVkACQoJTRtAQgAABAEEAAFtDAEBCgQBCmsACA4BCwYIC14ABgAHAwYHXgADAAIFAwJeDQEFAAQABQReAAoJCQpSAAoKCVkACQoJTVlAJiAgCAgAACAjICMiIR4bFhMPDg0MCAsICwoJBwYFBAADAAMRDwUVKzc1IRUlITUhHQEhPQEhFSETETQmIyEiBhURFBYzITI2AxEhEbwB9P4MAnH9jwJx/Y8CcbsiHPyVHCMjHANrHCI+/JWjPj76Pn0+Pvo+/c0C7hwjIh39EhwjIwMK/RIC7gAAAwAA/+cD6ALVAB8AIwAnAFtAWAACAwEBAAIBXgQOAgANAQoLAApeDA8CCwkBBQYLBWAIAQYHBwZSCAEGBgdWAAcGB0ogIAEAJyYlJCAjICMiIRoYFxYVFBMSEQ8KCAcGBQQDAgAfAR8QBRQrASE1MzUjFTMVIyIGFREUFjsBFSMVMzUjNSEyNjURNCYBETMRKQERIQOq/W9e+l6cGyQjHJxe+l4CkRwiI/x6nALP/W8CkQJYPz4+PyYY/okcIz4/Pz4jHAF3GCb+SwF3/okBdwAAAAAEAAD/sQNNAv8ABgAUABkAJACGQBceAQIFHRYOBwQDAhkDAgMAAwEBAQAER0uwElBYQCcABQIFbwACAwJvAAMAA28AAAEBAGMGAQEEBAFSBgEBAQRXAAQBBEsbQCYABQIFbwACAwJvAAMAA28AAAEAbwYBAQQEAVIGAQEBBFcABAEES1lAEgAAISAYFxAPCQgABgAGFAcFFSsXNycHFTMVATQjIgcBBhUUMzI3ATYnFwEjNQEUDwEnNzYyHwEWyzKDM0gBXwwFBP7RBA0FBAEvAx7o/jDoA00UXehdFDsWgxQHM4MzPEcCBgwE/tIEBgwEAS4Ecej+L+kBmh0VXelcFRWDFgAAAAADAAD/qAOqAxQABAAIAA8ARUBCCgEERQgGAgQFBG8ABQAFbwcBAAADAgADXgACAQECUgACAgFWAAECAUoJCQEACQ8JDw4NDAsIBwYFAwIABAEECQUUKyUhFSE1ByM1MwE3FyMRIxEB1f4rA6o/fX39cPr6nLyj+/t9PgG2+vr+xwE5AAAWAAAAAAPoAlgAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFMAVwDAQL0pDQsJBwUDBwEoDAoIBgQCBwAPAQBeAA8ADhEPDl4AEQAQExEQXgATABIVExJeABUAFBcVFF4AFwAWGRcWXgAZABgbGRheKyclIyEfHQcbGhobUisnJSMhHx0HGxsaViomJCIgHhwHGhsaSldWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIRERERERERERAsBR0rEzM1IxczNSMXMzUjFzM1IxczNSMXMzUjFzM1IwUzNSMFMzUjBTM1IwUzNSMFMzUjBTM1IwUzNSMXMzUjFzM1IxczNSMXMzUjFzM1IxczNSMTMzUjATM1Iz8+Pn0+Pn0+Pn0+Pn0+Pn0+Pn0+PvzTPz8Dqj4+/FY/PwOqPj78Vj8/A6o+PvzTPz99Pz99Pz99Pz99Pz99Pz99Pz8/Pj78Vj8/Aho+Pj4+Pj4+Pj4+Pj4+fT99Pn0/fT59P30+fT8/Pz8/Pz8/Pz8/Pz8Bdz7+DD8AAAAAAQAA/2oBigNSACAAKEAlBAEABQEFAAFtAwEBAgUBAmsABQUMSAACAg0CSRUhJRUhEwYFGisBFAYnIxEzMh4BDwEGIi8BJjQ2OwERIyImNj8BNjIfARYBiRYOR0cPFAIMjwoeCo8KFA9ISA4WAgmPCxwLjwsCnw4WAf3EFB4LjgsLjgseFAI8FB4LjgsLjgsABwAAAAAD6AJYAAMABwALAA8AGAAhACwCMbcqJyQDCQgBR0uwClBYQE4HAQMACgADCm0RAQoMAApjDQEMCAAMYw8BDgkLBQ5lAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbS7ALUFhARAcBAwAKAAMKbQ0MEQMKCAAKYw8OAgsJAgULZQYBAgUJAgVrAAEAAAMBAF4QAQgACQsICWAABQQEBVIABQUEVwAEBQRLG0uwEVBYQE4HAQMACgADCm0RAQoMAApjDQEMCAAMYw8BDgkLBQ5lAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbS7ASUFhAUAcBAwAKAAMKbREBCgwACmMNAQwIAAwIaw8BDgkLCQ4LbQALAgULYwYBAgUJAgVrAAEAAAMBAF4QAQgACQ4ICWAABQQEBVIABQUEVwAEBQRLG0uwE1BYQFEHAQMACgADCm0RAQoMAAoMaw0BDAgADAhrDwEOCQsJDgttAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbQFIHAQMACgADCm0RAQoMAAoMaw0BDAgADAhrDwEOCQsJDgttAAsCCQsCawYBAgUJAgVrAAEAAAMBAF4QAQgACQ4ICWAABQQEBVIABQUEVwAEBQRLWVlZWVlAIxoZERAsKykoJiUjIh4dGSEaIRUUEBgRGBEREREREREQEgUcKxMhNSEDMxEjEyE1KQEzESMFIgYUFjI2NCYnMhYUBiImNDYXMxU3MwcXIycVIz4Da/yVPj8/PwNr/JUDaz4+/dgiJydDJychMDk5YDo6yR9mKHF5KW0fAho+/ksBd/5KPwF3XzJWMjJWMhlAbEBAbEAEYGBqem5uAAAAAQAA/7QDDwMIADYAPUA6AAIFBgUCBm0ABgQFBgRrAAEAAwcBA2AABwAFAgcFYAAEAAAEVAAEBABYAAAEAEwmFyYlExUVIggFHCslFAYjIicBJjQ2MhcBFhQGIicBJiIGFhcBFjMyNjc0JwEmIyIGFB8BFhQGIi8BJjU0NjMyFwEWAw9YQUs4/k4/fLBAAVIFIhAG/q4sdFIBKgGxIy4kLgEk/rwOExAWDuUGJA8F5SNALTEiAUU3TUFYNwGyQK98P/6uBRAiBQFTK1R1K/5PJDAjLiMBRA4WIg/kBhAiBeUiMS5AJP68NgAAAAABAAD/sQPFAwsAfgBQQE1ZVDMDCAUXAQECAkcKAQYLCQcDBQgGBWAACAACAQgCYAwDAgEAAAFUDAMCAQEAWAQBAAEATHp5cG9rZWBfWFVPTkpEPjxlFjgUYA0FGSsFIiYiBiMiJjU0NjI2NzY9ATQnJiMhIg8BFBceATIWFxQGByImIgYjIiY1ND4CNzY1JxE3NiY0LgIjJi8BLgE3NDY3MhYyNjMyFhUUBiIGBwYVFxYzITI3Nj0BNCcuAjU0NjcyFjI2MzIWFRQGIgYHBhUTFBceATIWFxQGA6sZYjJiGQ4OEhogCRIBBxX+iBYHARUJIh4UAQ4NGmgxXhgNDhIWHgkSAQEBAgQECAUIER0MFgEMDhpoMGAWDg4SGh4JEwEHDwGGDgcBEwouHA4OGGQvYBgODhQYIgcUARMJIBwSAQxPBAQYDRESCAULQ9oMBQMD4E8NBQQQEg4YAQQEGA0REAQEBw1DHwHGDgwSGBgQFAUBAgEMFA4YAQQEGg0REAQFDE7EAgIGDLJODAYCDBYOGAEEBBoNERAEBQ1N/fJCDAYEEhAOGAAAAQAA/7ECyQMLACsALkArHQgCAQIBRwACAAEAAmUDAQEBbgAEAAAEVAAEBABYAAAEAEw9MxM4IwUFGSsBFRQGIyIHBgcGFREUBisBIiY1ESMRFAYrASImNREmJyYnJjU0Njc2MyEyFgLJFA4cAg8DAhQOPA4UUBIQPA4UUjdGJSRjQz6rAQsOFALpKRAkAQMOBh79fQ4UFA4CqP1YDhQUDgEVBxohQ0FQXIUXFRQAAAACAAD/agNrA1IAGwAfAEdARAQCAgAPEA0DBQYABV4ODAIGCwkCBwgGB14DAQEBDEgKAQgIDQhJAAAfHh0cABsAGxoZGBcWFRQTEREREREREREREQUdKwE1IzcjByM3IwcjFTMHIxUzBzM3MwczNzM1IzcHIzczA2ucH30f+h99H9vLH6ycH30f+h99H9vLH5z6H/oB2336+vr6ffp9+vr6+n36+voAAAABAAAAAQAAH+a/t18PPPUACwPoAAAAANOqshAAAAAA06qyEAAA/2oD6ANSAAAACAACAAAAAAAAAAEAAANS/2oAAAPoAAD//wPoAAEAAAAAAAAAAAAAAAAAAAATA+gAAAPoAAADoAAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAANZAAAD6AAAA+gAAAGsAAAD6AAAAxEAAAPoAAACygAAA2sAAAAAAAABygK4AxQDhgSMBuIH6giCCOwJcAmyCpgK4AxCDLgNjA3kDjcAAQAAABMAiAAWAAAAAAACAI4AngBzAAABWwtwAAAAAAAAABIA3gABAAAAAAAAADUAAAABAAAAAAABABEANQABAAAAAAACAAcARgABAAAAAAADABEATQABAAAAAAAEABEAXgABAAAAAAAFAAsAbwABAAAAAAAGABEAegABAAAAAAAKACsAiwABAAAAAAALABMAtgADAAEECQAAAGoAyQADAAEECQABACIBMwADAAEECQACAA4BVQADAAEECQADACIBYwADAAEECQAEACIBhQADAAEECQAFABYBpwADAAEECQAGACIBvQADAAEECQAKAFYB3wADAAEECQALACYCNUNvcHlyaWdodCAoQykgMjAxNiBieSBvcmlnaW5hbCBhdXRob3JzIEAgZm9udGVsbG8uY29tZm9ybS1idWlsZGVyLWZvbnRSZWd1bGFyZm9ybS1idWlsZGVyLWZvbnRmb3JtLWJ1aWxkZXItZm9udFZlcnNpb24gMS4wZm9ybS1idWlsZGVyLWZvbnRHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBDAG8AcAB5AHIAaQBnAGgAdAAgACgAQwApACAAMgAwADEANgAgAGIAeQAgAG8AcgBpAGcAaQBuAGEAbAAgAGEAdQB0AGgAbwByAHMAIABAACAAZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AFIAZQBnAHUAbABhAHIAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AGYAbwByAG0ALQBiAHUAaQBsAGQAZQByAC0AZgBvAG4AdABWAGUAcgBzAGkAbwBuACAAMQAuADAAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABMBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAAMYXV0b2NvbXBsZXRlCGNhbGVuZGFyCGNoZWNrYm94DmNoZWNrYm94LWdyb3VwC3JhZGlvLWdyb3VwCXJpY2gtdGV4dAZzZWxlY3QJdGV4dC1hcmVhCnRleHQtaW5wdXQGcGVuY2lsCmZpbGUtaW5wdXQMaGlkZGVuLWlucHV0D3Jlc2l6ZS12ZXJ0aWNhbAxidXR0b24taW5wdXQGYXR0YWNoBmhlYWRlcglwYXJhZ3JhcGgGbnVtYmVyAAAAAAABAAH//wAPAAAAAAAAAAAAAAAAAAAAAAAYABgAGAAYA1L/agNS/2qwACwgsABVWEVZICBLuAAOUUuwBlNaWLA0G7AoWWBmIIpVWLACJWG5CAAIAGNjI2IbISGwAFmwAEMjRLIAAQBDYEItsAEssCBgZi2wAiwgZCCwwFCwBCZasigBCkNFY0VSW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCxAQpDRWNFYWSwKFBYIbEBCkNFY0UgsDBQWCGwMFkbILDAUFggZiCKimEgsApQWGAbILAgUFghsApgGyCwNlBYIbA2YBtgWVlZG7ABK1lZI7AAUFhlWVktsAMsIEUgsAQlYWQgsAVDUFiwBSNCsAYjQhshIVmwAWAtsAQsIyEjISBksQViQiCwBiNCsQEKQ0VjsQEKQ7ABYEVjsAMqISCwBkMgiiCKsAErsTAFJbAEJlFYYFAbYVJZWCNZISCwQFNYsAErGyGwQFkjsABQWGVZLbAFLLAHQyuyAAIAQ2BCLbAGLLAHI0IjILAAI0JhsAJiZrABY7ABYLAFKi2wBywgIEUgsAtDY7gEAGIgsABQWLBAYFlmsAFjYESwAWAtsAgssgcLAENFQiohsgABAENgQi2wCSywAEMjRLIAAQBDYEItsAosICBFILABKyOwAEOwBCVgIEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsAssICBFILABKyOwAEOwBCVgIEWKI2EgZLAkUFiwABuwQFkjsABQWGVZsAMlI2FERLABYC2wDCwgsAAjQrILCgNFWCEbIyFZKiEtsA0ssQICRbBkYUQtsA4ssAFgICCwDENKsABQWCCwDCNCWbANQ0qwAFJYILANI0JZLbAPLCCwEGJmsAFjILgEAGOKI2GwDkNgIIpgILAOI0IjLbAQLEtUWLEEZERZJLANZSN4LbARLEtRWEtTWLEEZERZGyFZJLATZSN4LbASLLEAD0NVWLEPD0OwAWFCsA8rWbAAQ7ACJUKxDAIlQrENAiVCsAEWIyCwAyVQWLEBAENgsAQlQoqKIIojYbAOKiEjsAFhIIojYbAOKiEbsQEAQ2CwAiVCsAIlYbAOKiFZsAxDR7ANQ0dgsAJiILAAUFiwQGBZZrABYyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsQAAEyNEsAFDsAA+sgEBAUNgQi2wEywAsQACRVRYsA8jQiBFsAsjQrAKI7ABYEIgYLABYbUQEAEADgBCQopgsRIGK7ByKxsiWS2wFCyxABMrLbAVLLEBEystsBYssQITKy2wFyyxAxMrLbAYLLEEEystsBkssQUTKy2wGiyxBhMrLbAbLLEHEystsBwssQgTKy2wHSyxCRMrLbAeLACwDSuxAAJFVFiwDyNCIEWwCyNCsAojsAFgQiBgsAFhtRAQAQAOAEJCimCxEgYrsHIrGyJZLbAfLLEAHistsCAssQEeKy2wISyxAh4rLbAiLLEDHistsCMssQQeKy2wJCyxBR4rLbAlLLEGHistsCYssQceKy2wJyyxCB4rLbAoLLEJHistsCksIDywAWAtsCosIGCwEGAgQyOwAWBDsAIlYbABYLApKiEtsCsssCorsCoqLbAsLCAgRyAgsAtDY7gEAGIgsABQWLBAYFlmsAFjYCNhOCMgilVYIEcgILALQ2O4BABiILAAUFiwQGBZZrABY2AjYTgbIVktsC0sALEAAkVUWLABFrAsKrABFTAbIlktsC4sALANK7EAAkVUWLABFrAsKrABFTAbIlktsC8sIDWwAWAtsDAsALABRWO4BABiILAAUFiwQGBZZrABY7ABK7ALQ2O4BABiILAAUFiwQGBZZrABY7ABK7AAFrQAAAAAAEQ+IzixLwEVKi2wMSwgPCBHILALQ2O4BABiILAAUFiwQGBZZrABY2CwAENhOC2wMiwuFzwtsDMsIDwgRyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsABDYbABQ2M4LbA0LLECABYlIC4gR7AAI0KwAiVJiopHI0cjYSBYYhshWbABI0KyMwEBFRQqLbA1LLAAFrAEJbAEJUcjRyNhsAlDK2WKLiMgIDyKOC2wNiywABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyCwCEMgiiNHI0cjYSNGYLAEQ7ACYiCwAFBYsEBgWWawAWNgILABKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwAmIgsABQWLBAYFlmsAFjYSMgILAEJiNGYTgbI7AIQ0awAiWwCENHI0cjYWAgsARDsAJiILAAUFiwQGBZZrABY2AjILABKyOwBENgsAErsAUlYbAFJbACYiCwAFBYsEBgWWawAWOwBCZhILAEJWBkI7ADJWBkUFghGyMhWSMgILAEJiNGYThZLbA3LLAAFiAgILAFJiAuRyNHI2EjPDgtsDgssAAWILAII0IgICBGI0ewASsjYTgtsDkssAAWsAMlsAIlRyNHI2GwAFRYLiA8IyEbsAIlsAIlRyNHI2EgsAUlsAQlRyNHI2GwBiWwBSVJsAIlYbkIAAgAY2MjIFhiGyFZY7gEAGIgsABQWLBAYFlmsAFjYCMuIyAgPIo4IyFZLbA6LLAAFiCwCEMgLkcjRyNhIGCwIGBmsAJiILAAUFiwQGBZZrABYyMgIDyKOC2wOywjIC5GsAIlRlJYIDxZLrErARQrLbA8LCMgLkawAiVGUFggPFkusSsBFCstsD0sIyAuRrACJUZSWCA8WSMgLkawAiVGUFggPFkusSsBFCstsD4ssDUrIyAuRrACJUZSWCA8WS6xKwEUKy2wPyywNiuKICA8sAQjQoo4IyAuRrACJUZSWCA8WS6xKwEUK7AEQy6wKystsEAssAAWsAQlsAQmIC5HI0cjYbAJQysjIDwgLiM4sSsBFCstsEEssQgEJUKwABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyBHsARDsAJiILAAUFiwQGBZZrABY2AgsAErIIqKYSCwAkNgZCOwA0NhZFBYsAJDYRuwA0NgWbADJbACYiCwAFBYsEBgWWawAWNhsAIlRmE4IyA8IzgbISAgRiNHsAErI2E4IVmxKwEUKy2wQiywNSsusSsBFCstsEMssDYrISMgIDywBCNCIzixKwEUK7AEQy6wKystsEQssAAVIEewACNCsgABARUUEy6wMSotsEUssAAVIEewACNCsgABARUUEy6wMSotsEYssQABFBOwMiotsEcssDQqLbBILLAAFkUjIC4gRoojYTixKwEUKy2wSSywCCNCsEgrLbBKLLIAAEErLbBLLLIAAUErLbBMLLIBAEErLbBNLLIBAUErLbBOLLIAAEIrLbBPLLIAAUIrLbBQLLIBAEIrLbBRLLIBAUIrLbBSLLIAAD4rLbBTLLIAAT4rLbBULLIBAD4rLbBVLLIBAT4rLbBWLLIAAEArLbBXLLIAAUArLbBYLLIBAEArLbBZLLIBAUArLbBaLLIAAEMrLbBbLLIAAUMrLbBcLLIBAEMrLbBdLLIBAUMrLbBeLLIAAD8rLbBfLLIAAT8rLbBgLLIBAD8rLbBhLLIBAT8rLbBiLLA3Ky6xKwEUKy2wYyywNyuwOystsGQssDcrsDwrLbBlLLAAFrA3K7A9Ky2wZiywOCsusSsBFCstsGcssDgrsDsrLbBoLLA4K7A8Ky2waSywOCuwPSstsGossDkrLrErARQrLbBrLLA5K7A7Ky2wbCywOSuwPCstsG0ssDkrsD0rLbBuLLA6Ky6xKwEUKy2wbyywOiuwOystsHAssDorsDwrLbBxLLA6K7A9Ky2wciyzCQQCA0VYIRsjIVlCK7AIZbADJFB4sAEVMC0AS7gAyFJYsQEBjlmwAbkIAAgAY3CxAAVCsgABACqxAAVCswoCAQgqsQAFQrMOAAEIKrEABkK6AsAAAQAJKrEAB0K6AEAAAQAJKrEDAESxJAGIUViwQIhYsQNkRLEmAYhRWLoIgAABBECIY1RYsQMARFlZWVmzDAIBDCq4Af+FsASNsQIARAAA);
    src: url(data:application/vnd.ms-fontobject;base64,iDIAALwxAAABAAIAAAAAAAIABQMAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAt7/mHwAAAAAAAAAAAAAAAAAAAAAAACIAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAiAGYAbwByAG0ALQBiAHUAaQBsAGQAZQByAC0AZgBvAG4AdAAAAAAAAAEAAAAPAIAAAwBwR1NVQrD+s+0AAAD8AAAAQk9TLzI+IEk+AAABQAAAAFZjbWFwizvtkQAAAZgAAAJeY3Z0IAbV/wQAACWkAAAAIGZwZ22KkZBZAAAlxAAAC3BnYXNwAAAAEAAAJZwAAAAIZ2x5ZtJ0mIoAAAP4AAAcbmhlYWQKXKfBAAAgaAAAADZoaGVhBz0DZQAAIKAAAAAkaG10eESzAAAAACDEAAAATGxvY2FJblGvAAAhEAAAAChtYXhwAoYMmAAAITgAAAAgbmFtZdVcxKAAACFYAAADOXBvc3QTOILlAAAklAAAAQZwcmVw5UErvAAAMTQAAACGAAEAAAAKAB4ALAABREZMVAAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAAAAQOeAZAABQAAAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoEQNS/2oAWgNSAJYAAAABAAAAAAAAAAAABQAAAAMAAAAsAAAABAAAAXYAAQAAAAAAcAADAAEAAAAsAAMACgAAAXYABABEAAAABAAEAAEAAOgR//8AAOgA//8AAAABAAQAAAABAAIAAwAEAAUABgAHAAgACQAKAAsADAANAA4ADwAQABEAEgAAAQYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAA6AAAAAAAAAASAADoAAAA6AAAAAABAADoAQAA6AEAAAACAADoAgAA6AIAAAADAADoAwAA6AMAAAAEAADoBAAA6AQAAAAFAADoBQAA6AUAAAAGAADoBgAA6AYAAAAHAADoBwAA6AcAAAAIAADoCAAA6AgAAAAJAADoCQAA6AkAAAAKAADoCgAA6AoAAAALAADoCwAA6AsAAAAMAADoDAAA6AwAAAANAADoDQAA6A0AAAAOAADoDgAA6A4AAAAPAADoDwAA6A8AAAAQAADoEAAA6BAAAAARAADoEQAA6BEAAAASAAAAEAAA/2oD6ANSAAMABwALAA8AEwAXABsAHwAjACcAKwBLAFAAVABYAHwCPEuwFFBYQJEEAQIjKCMCZQoBCCUkJQgkbQAkKiUkKmshAR8WLBYfZQAsICAsYxQTEQMPHQ4dD2UVEhADDh4eDmMcARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJG0uwFVBYQJQEAQIjKCMCKG0KAQglJCUIJG0AJColJCprIQEfFiwWHyxtACwgICxjFBMRAw8dDh0PZRUSEAMOHh0OHmscARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJG0CWBAECIygjAihtCgEIJSQlCCRtACQqJSQqayEBHxYsFh8sbQAsIBYsIGsUExEDDx0OHQ8ObRUSEAMOHh0OHmscARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJWVlAalVVUVEYGAwMenh3dnV0c3Jxb2poZ2ZlZGNiYWBfXl1bVVhVWFdWUVRRVFNSUE9OTElHRkVEQ0JBQD44NTIwKyopKCcmJSQjIiEgHx4dHBgbGBsaGRcWFRQTEhEQDA8MDxIRERERERAzBRsrATMVIycjFTM3IxUzIxUzNRUzNSMXMzUjJxUzNQMzNSMXMzUjFzM1IzMjFTMBFRQOASsBERQGIyEiJjURND4BMyE1IzUhFSMVITIeAQMpARUhJTUjFTM1IxUBNCYjIREjNSM1MzUjNTM1ISIGHQEUFjMhFSMVITUjNSEyNjUBdz8/fT4+fT4++j8+Pn0+Pj8/vD8/fT8/fT8/vD8/AbUaKxkfIhz9EhwjGisZAZZ9ATl9AVcZKxq7/on+iQLu/Y8/vD8CsBIO/qk/Pj4+Pv5qDhERDgGWfQE5fQFXDhICGj99Pj4+Pz99Pj4+Pz8//c0/Pz8/Pz8CkPoZKhr+iBwiIhwCzxkrGj8+Pj8aK/3UvPs+Pj4+AdQOEv7HPz4/Pj8SDvoOET4/Pz4RDgAAAA8AAP9qA6EDUgADAAcACwAPABMAFwAbAB8AIwAzADcAOwA/AE8AcwCYQJVBJQIdEkktJAMTHQJHIR8CHRMJHVQbARMZFw0DCQgTCV8YFgwDCBURBwMFBAgFXhQQBgMEDwsDAwEABAFeGgESEh5YIAEeHgxIDgoCAwAAHFgAHBwNHElycG1qZ2ZjYF1bVlNNTEVEPz49PDs6OTg3NjU0MS8pJyMiISAfHh0cGxoZGBcWFRQTEhERERERERERECIFHSsXMzUjFzM1IyczNSMXMzUjJzM1IwEzNSMnMzUjATM1IyczNSMDNTQmJyMiBgcVFBY3MzI2ATM1IyczNSMXMzUjNzU0JicjIgYdARQWNzMyNjcRFAYjISImNRE0NjsBNTQ2OwEyFh0BMzU0NjsBMhYXFTMyFkehocWyssWhocWyssWhoQGbs7PWsrIBrKGh1rOzxAwGJAcKAQwGJAcKAZuhodazs9ahoRIKCCMICgoIIwgK1ywc/O4dKiodSDQlJCU01jYkIyU0AUcdKk+hoaEksrKyJKH9xKH6of3EoSSyATChBwoBDAahBwwBCv4msiShoaFroQcKAQwGoQcMAQos/TUdKiodAssdKjYlNDQlNjYlNDQlNioAAAAAAgAA/8gD4gLCABQAKQAyQC8ZGBcWFRMABwMCAUcUAQFFAAEAAgMBAmAAAwAAA1QAAwMAWAAAAwBMNTs3NAQFGCsBERQOASMhIi4BNRE0PgEzITIWFzcHCQEFJTU0JiMhIgYVERQWMyEyNjUDTBorGf3OGSsaGisZAjIhMwqW1f7U/s4BMgEsEQ79zg4SEg4CMg4RAhr+DBkrGhorGQIyGSsaKiFX8/6VAZZktgwOEREO/c4OEhIOAAgAAP+oA+gDUgADAAcACwAPABMAFwAbAB8AbkBrHQEEBR8BCQQZAQgJGwEGCBUBBwYFRx4BBRoBCRYBBgNGFwEHRAADAAIFAwJeCgEFAAQJBQReAAkACAYJCF4ABgsBBwYHWgAAAAFWAAEBDABJDAwICBMSERAMDwwPDg0ICwgLEhERERAMBRkrESE1IRUhNSEFFSE1ETUhFTUhNSEPAScXEwcnFxMHJxcD6PwYA+j8GAF3AjP9zQIz/c19nF5enJxeXpycXl4DFD67Prs/P/3NPz/6P7xeIH4Btl4gfQG1XiB9AAsAAP+oA+gDUgADAAcACwAPABMAIAApADUAPgBLAFQBBUuwFFBYQFoACwIFAgtlGwESCRJwAAMAAgsDAl4YDAIFDQEECgUEYBcBCgAPBgoPYAAGAAcRBgdeGgEQABEOEBFgGQEOABMIDhNgHBQCCBUWAgkSCAlgAAAAAVYAAQEMAEkbQFsACwIFAgsFbRsBEgkScAADAAILAwJeGAwCBQ0BBAoFBGAXAQoADwYKD2AABgAHEQYHXhoBEAARDhARYBkBDgATCA4TYBwUAggVFgIJEggJYAAAAAFWAAEBDABJWUBCTUxAPzc2KyoiIRUUEBBRUExUTVRGRT9LQEs7OjY+Nz4yMCo1KzUmJSEpIikbGhQgFSAQExATEhEREREREREQHQUdKxEhNSEVITUhBSE1IQUhFSEVNSEVAyIuATQ+ATIeARQOASciBhQWMjY0JgMiLgE0PgEzMhYUBiciBhQWMjY0JgMiLgE0PgEyHgEUDgEnIgYUFjI2NCYD6PwYA+j8GAE5AnH9jwJx/Y8Ccf2P2xkrGhorMisaGisZDhERHBERDhkrGhorGSc3NycOEREbEhINGSsaGisyKxoaKxkOEREcEREDFD67Pvo/+j/6Pz8BthoqMisaGisyKhp9EhwRERwS/oIaKzIrGjVSNX0RHBEVFBX+jxorMisaGisyKxp+EhwRERwSAAAAFQAA/6gD6AMUAA8AEwAXABsAHwA3ADsAPwBDAEcASwBPAFMAVwBbAF8AdwB7AH8AgwCHA0FLsAlQWECdADwHOwc8ZUYBODcGBjhlPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTRtLsApQWECiADwHOwc8ZUYBODcGBjhlPQEAADY1ADZeADUANCw1NF4AKisCKlIzMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuAywUEhAOBAwKLAxeAAoACQgKCV4ACAAHPAgHXgA7ADo5OzpeADkANzg5N14ABgEBBlIABgYBWQABBgFNG0uwC1BYQJ4APAc7BzxlRgE4NwY3OAZtPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTRtAnwA8BzsHPDttRgE4NwY3OAZtPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTVlZWUClfHxUVFBQTExISEREQEA8PDg4AgCHhoWEg4KBgHx/fH9+fXt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNgX15dXFtaWVhUV1RXVlVQU1BTUlFMT0xPTk1IS0hLSklER0RHRkVAQ0BDQkE8Pzw/Pj04Ozg7Ojk3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQCgcADwIPRwUUKwEhIgYVERQWMyEyNjURNCYFMxUjFTMVIwEhESE1ITUhNSE1MxUzNTMVMzUzFTM1MxUzNTMVMzUzJRUjPQIzFRcVIz0CMxUXFSM9AjMVFxUjPQIzFRcjNTM1IzUzNSM1IxUjNSMVIzUjFSM1IxUjNSMVIzUhNSE1IQE1IRU1ITUhJyE1IQOq/JUcIyMcA2scIiL8eTIyMjIDa/yVA2v8lQNr/JUyXVJXUV5LXlFeLP1vS1KoUVGpS0uvUVGKMjIyMjJeUVhLXlFeS10yA2v8lQNr/RICcf2PAnF9/gwB9AMUIh39EhwjIxwC7hwjhBINE/2JAiwNEwwTDQ0NDQ0NDQ0NDR8TEw0SEg0TEw0SEg0TEw0SEg0TEw0SEiATDRINBgwMDAwMDAwMDBkME/2VPz99Pz4/AAAQAAD/qAPoA1IADAAQABQAGAAcACAAJAAoACwAMAA0ADgAPAA/AEMARwE1S7AUUFhAZhsBCwMMAwtlAAwEBAxjGRcCFQUWBRVlGhgCFgYGFmMiFBEPBA0HDgcNZRMSEAMOCAgOYwkBBB4cAgEdBAFfJB8jAx0ABRUdBV4ABgAHDQYHXyEBCAAACABdCgEDAwJWIAECAgwDSRtAbBsBCwMMAwsMbQAMBAMMBGsZFwIVBRYFFRZtGhgCFgYFFgZrIhQRDwQNBw4HDQ5tExIQAw4IBw4IawkBBB4cAgEdBAFfJB8jAx0ABRUdBV4ABgAHDQYHXyEBCAAACABdCgEDAwJWIAECAgwDSVlAVUREQEAtLRUVAABER0RHRkVAQ0BDQkE/Pjw7Ojk4NzY1NDMyMS0wLTAvLiwrKikoJyYlJCMiISAfHh0cGxoZFRgVGBcWFBMSERAPDg0ADAAMEzQlBRYrGQExFBYzITI2NREzEQUhFSEVIRUhFTUhFRMjNTMFMxUjETMVIzczFSM3MxUjNxUjNSUzFSM3MxUjNzMVIwEnMwU1MxUzNTMVIxwCcRwi+vxXAnH9jwJx/Y8Ccfq8vPzTPz8/P30/P30/P7w//ok/P30/P30/PwHVP3f8+T8+PwNS/JUcIyMcAjMBOD68u7z6vLwCcbw/Pv3NPj4+Pj4+Pj76Pj4+Pj4BcEX6Pz8/PwAGAAD/qAPoAxQAAwAHAAsADwAfACMAt0uwFFBYQEEAAAQBBABlDAEBCgQBCmsACA4BCwYIC14ABgAHAwYHXgADAAIFAwJeDQEFAAQABQReAAoJCQpSAAoKCVkACQoJTRtAQgAABAEEAAFtDAEBCgQBCmsACA4BCwYIC14ABgAHAwYHXgADAAIFAwJeDQEFAAQABQReAAoJCQpSAAoKCVkACQoJTVlAJiAgCAgAACAjICMiIR4bFhMPDg0MCAsICwoJBwYFBAADAAMRDwUVKzc1IRUlITUhHQEhPQEhFSETETQmIyEiBhURFBYzITI2AxEhEbwB9P4MAnH9jwJx/Y8CcbsiHPyVHCMjHANrHCI+/JWjPj76Pn0+Pvo+/c0C7hwjIh39EhwjIwMK/RIC7gAAAwAA/+cD6ALVAB8AIwAnAFtAWAACAwEBAAIBXgQOAgANAQoLAApeDA8CCwkBBQYLBWAIAQYHBwZSCAEGBgdWAAcGB0ogIAEAJyYlJCAjICMiIRoYFxYVFBMSEQ8KCAcGBQQDAgAfAR8QBRQrASE1MzUjFTMVIyIGFREUFjsBFSMVMzUjNSEyNjURNCYBETMRKQERIQOq/W9e+l6cGyQjHJxe+l4CkRwiI/x6nALP/W8CkQJYPz4+PyYY/okcIz4/Pz4jHAF3GCb+SwF3/okBdwAAAAAEAAD/sQNNAv8ABgAUABkAJACGQBceAQIFHRYOBwQDAhkDAgMAAwEBAQAER0uwElBYQCcABQIFbwACAwJvAAMAA28AAAEBAGMGAQEEBAFSBgEBAQRXAAQBBEsbQCYABQIFbwACAwJvAAMAA28AAAEAbwYBAQQEAVIGAQEBBFcABAEES1lAEgAAISAYFxAPCQgABgAGFAcFFSsXNycHFTMVATQjIgcBBhUUMzI3ATYnFwEjNQEUDwEnNzYyHwEWyzKDM0gBXwwFBP7RBA0FBAEvAx7o/jDoA00UXehdFDsWgxQHM4MzPEcCBgwE/tIEBgwEAS4Ecej+L+kBmh0VXelcFRWDFgAAAAADAAD/qAOqAxQABAAIAA8ARUBCCgEERQgGAgQFBG8ABQAFbwcBAAADAgADXgACAQECUgACAgFWAAECAUoJCQEACQ8JDw4NDAsIBwYFAwIABAEECQUUKyUhFSE1ByM1MwE3FyMRIxEB1f4rA6o/fX39cPr6nLyj+/t9PgG2+vr+xwE5AAAWAAAAAAPoAlgAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFMAVwDAQL0pDQsJBwUDBwEoDAoIBgQCBwAPAQBeAA8ADhEPDl4AEQAQExEQXgATABIVExJeABUAFBcVFF4AFwAWGRcWXgAZABgbGRheKyclIyEfHQcbGhobUisnJSMhHx0HGxsaViomJCIgHhwHGhsaSldWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIRERERERERERAsBR0rEzM1IxczNSMXMzUjFzM1IxczNSMXMzUjFzM1IwUzNSMFMzUjBTM1IwUzNSMFMzUjBTM1IwUzNSMXMzUjFzM1IxczNSMXMzUjFzM1IxczNSMTMzUjATM1Iz8+Pn0+Pn0+Pn0+Pn0+Pn0+Pn0+PvzTPz8Dqj4+/FY/PwOqPj78Vj8/A6o+PvzTPz99Pz99Pz99Pz99Pz99Pz99Pz8/Pj78Vj8/Aho+Pj4+Pj4+Pj4+Pj4+fT99Pn0/fT59P30+fT8/Pz8/Pz8/Pz8/Pz8Bdz7+DD8AAAAAAQAA/2oBigNSACAAKEAlBAEABQEFAAFtAwEBAgUBAmsABQUMSAACAg0CSRUhJRUhEwYFGisBFAYnIxEzMh4BDwEGIi8BJjQ2OwERIyImNj8BNjIfARYBiRYOR0cPFAIMjwoeCo8KFA9ISA4WAgmPCxwLjwsCnw4WAf3EFB4LjgsLjgseFAI8FB4LjgsLjgsABwAAAAAD6AJYAAMABwALAA8AGAAhACwCMbcqJyQDCQgBR0uwClBYQE4HAQMACgADCm0RAQoMAApjDQEMCAAMYw8BDgkLBQ5lAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbS7ALUFhARAcBAwAKAAMKbQ0MEQMKCAAKYw8OAgsJAgULZQYBAgUJAgVrAAEAAAMBAF4QAQgACQsICWAABQQEBVIABQUEVwAEBQRLG0uwEVBYQE4HAQMACgADCm0RAQoMAApjDQEMCAAMYw8BDgkLBQ5lAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbS7ASUFhAUAcBAwAKAAMKbREBCgwACmMNAQwIAAwIaw8BDgkLCQ4LbQALAgULYwYBAgUJAgVrAAEAAAMBAF4QAQgACQ4ICWAABQQEBVIABQUEVwAEBQRLG0uwE1BYQFEHAQMACgADCm0RAQoMAAoMaw0BDAgADAhrDwEOCQsJDgttAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbQFIHAQMACgADCm0RAQoMAAoMaw0BDAgADAhrDwEOCQsJDgttAAsCCQsCawYBAgUJAgVrAAEAAAMBAF4QAQgACQ4ICWAABQQEBVIABQUEVwAEBQRLWVlZWVlAIxoZERAsKykoJiUjIh4dGSEaIRUUEBgRGBEREREREREQEgUcKxMhNSEDMxEjEyE1KQEzESMFIgYUFjI2NCYnMhYUBiImNDYXMxU3MwcXIycVIz4Da/yVPj8/PwNr/JUDaz4+/dgiJydDJychMDk5YDo6yR9mKHF5KW0fAho+/ksBd/5KPwF3XzJWMjJWMhlAbEBAbEAEYGBqem5uAAAAAQAA/7QDDwMIADYAPUA6AAIFBgUCBm0ABgQFBgRrAAEAAwcBA2AABwAFAgcFYAAEAAAEVAAEBABYAAAEAEwmFyYlExUVIggFHCslFAYjIicBJjQ2MhcBFhQGIicBJiIGFhcBFjMyNjc0JwEmIyIGFB8BFhQGIi8BJjU0NjMyFwEWAw9YQUs4/k4/fLBAAVIFIhAG/q4sdFIBKgGxIy4kLgEk/rwOExAWDuUGJA8F5SNALTEiAUU3TUFYNwGyQK98P/6uBRAiBQFTK1R1K/5PJDAjLiMBRA4WIg/kBhAiBeUiMS5AJP68NgAAAAABAAD/sQPFAwsAfgBQQE1ZVDMDCAUXAQECAkcKAQYLCQcDBQgGBWAACAACAQgCYAwDAgEAAAFUDAMCAQEAWAQBAAEATHp5cG9rZWBfWFVPTkpEPjxlFjgUYA0FGSsFIiYiBiMiJjU0NjI2NzY9ATQnJiMhIg8BFBceATIWFxQGByImIgYjIiY1ND4CNzY1JxE3NiY0LgIjJi8BLgE3NDY3MhYyNjMyFhUUBiIGBwYVFxYzITI3Nj0BNCcuAjU0NjcyFjI2MzIWFRQGIgYHBhUTFBceATIWFxQGA6sZYjJiGQ4OEhogCRIBBxX+iBYHARUJIh4UAQ4NGmgxXhgNDhIWHgkSAQEBAgQECAUIER0MFgEMDhpoMGAWDg4SGh4JEwEHDwGGDgcBEwouHA4OGGQvYBgODhQYIgcUARMJIBwSAQxPBAQYDRESCAULQ9oMBQMD4E8NBQQQEg4YAQQEGA0REAQEBw1DHwHGDgwSGBgQFAUBAgEMFA4YAQQEGg0REAQFDE7EAgIGDLJODAYCDBYOGAEEBBoNERAEBQ1N/fJCDAYEEhAOGAAAAQAA/7ECyQMLACsALkArHQgCAQIBRwACAAEAAmUDAQEBbgAEAAAEVAAEBABYAAAEAEw9MxM4IwUFGSsBFRQGIyIHBgcGFREUBisBIiY1ESMRFAYrASImNREmJyYnJjU0Njc2MyEyFgLJFA4cAg8DAhQOPA4UUBIQPA4UUjdGJSRjQz6rAQsOFALpKRAkAQMOBh79fQ4UFA4CqP1YDhQUDgEVBxohQ0FQXIUXFRQAAAACAAD/agNrA1IAGwAfAEdARAQCAgAPEA0DBQYABV4ODAIGCwkCBwgGB14DAQEBDEgKAQgIDQhJAAAfHh0cABsAGxoZGBcWFRQTEREREREREREREQUdKwE1IzcjByM3IwcjFTMHIxUzBzM3MwczNzM1IzcHIzczA2ucH30f+h99H9vLH6ycH30f+h99H9vLH5z6H/oB2336+vr6ffp9+vr6+n36+voAAAABAAAAAQAAH+a/t18PPPUACwPoAAAAANOqshAAAAAA06qyEAAA/2oD6ANSAAAACAACAAAAAAAAAAEAAANS/2oAAAPoAAD//wPoAAEAAAAAAAAAAAAAAAAAAAATA+gAAAPoAAADoAAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAANZAAAD6AAAA+gAAAGsAAAD6AAAAxEAAAPoAAACygAAA2sAAAAAAAABygK4AxQDhgSMBuIH6giCCOwJcAmyCpgK4AxCDLgNjA3kDjcAAQAAABMAiAAWAAAAAAACAI4AngBzAAABWwtwAAAAAAAAABIA3gABAAAAAAAAADUAAAABAAAAAAABABEANQABAAAAAAACAAcARgABAAAAAAADABEATQABAAAAAAAEABEAXgABAAAAAAAFAAsAbwABAAAAAAAGABEAegABAAAAAAAKACsAiwABAAAAAAALABMAtgADAAEECQAAAGoAyQADAAEECQABACIBMwADAAEECQACAA4BVQADAAEECQADACIBYwADAAEECQAEACIBhQADAAEECQAFABYBpwADAAEECQAGACIBvQADAAEECQAKAFYB3wADAAEECQALACYCNUNvcHlyaWdodCAoQykgMjAxNiBieSBvcmlnaW5hbCBhdXRob3JzIEAgZm9udGVsbG8uY29tZm9ybS1idWlsZGVyLWZvbnRSZWd1bGFyZm9ybS1idWlsZGVyLWZvbnRmb3JtLWJ1aWxkZXItZm9udFZlcnNpb24gMS4wZm9ybS1idWlsZGVyLWZvbnRHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBDAG8AcAB5AHIAaQBnAGgAdAAgACgAQwApACAAMgAwADEANgAgAGIAeQAgAG8AcgBpAGcAaQBuAGEAbAAgAGEAdQB0AGgAbwByAHMAIABAACAAZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AFIAZQBnAHUAbABhAHIAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AGYAbwByAG0ALQBiAHUAaQBsAGQAZQByAC0AZgBvAG4AdABWAGUAcgBzAGkAbwBuACAAMQAuADAAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABMBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAAMYXV0b2NvbXBsZXRlCGNhbGVuZGFyCGNoZWNrYm94DmNoZWNrYm94LWdyb3VwC3JhZGlvLWdyb3VwCXJpY2gtdGV4dAZzZWxlY3QJdGV4dC1hcmVhCnRleHQtaW5wdXQGcGVuY2lsCmZpbGUtaW5wdXQMaGlkZGVuLWlucHV0D3Jlc2l6ZS12ZXJ0aWNhbAxidXR0b24taW5wdXQGYXR0YWNoBmhlYWRlcglwYXJhZ3JhcGgGbnVtYmVyAAAAAAABAAH//wAPAAAAAAAAAAAAAAAAAAAAAAAYABgAGAAYA1L/agNS/2qwACwgsABVWEVZICBLuAAOUUuwBlNaWLA0G7AoWWBmIIpVWLACJWG5CAAIAGNjI2IbISGwAFmwAEMjRLIAAQBDYEItsAEssCBgZi2wAiwgZCCwwFCwBCZasigBCkNFY0VSW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCxAQpDRWNFYWSwKFBYIbEBCkNFY0UgsDBQWCGwMFkbILDAUFggZiCKimEgsApQWGAbILAgUFghsApgGyCwNlBYIbA2YBtgWVlZG7ABK1lZI7AAUFhlWVktsAMsIEUgsAQlYWQgsAVDUFiwBSNCsAYjQhshIVmwAWAtsAQsIyEjISBksQViQiCwBiNCsQEKQ0VjsQEKQ7ABYEVjsAMqISCwBkMgiiCKsAErsTAFJbAEJlFYYFAbYVJZWCNZISCwQFNYsAErGyGwQFkjsABQWGVZLbAFLLAHQyuyAAIAQ2BCLbAGLLAHI0IjILAAI0JhsAJiZrABY7ABYLAFKi2wBywgIEUgsAtDY7gEAGIgsABQWLBAYFlmsAFjYESwAWAtsAgssgcLAENFQiohsgABAENgQi2wCSywAEMjRLIAAQBDYEItsAosICBFILABKyOwAEOwBCVgIEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsAssICBFILABKyOwAEOwBCVgIEWKI2EgZLAkUFiwABuwQFkjsABQWGVZsAMlI2FERLABYC2wDCwgsAAjQrILCgNFWCEbIyFZKiEtsA0ssQICRbBkYUQtsA4ssAFgICCwDENKsABQWCCwDCNCWbANQ0qwAFJYILANI0JZLbAPLCCwEGJmsAFjILgEAGOKI2GwDkNgIIpgILAOI0IjLbAQLEtUWLEEZERZJLANZSN4LbARLEtRWEtTWLEEZERZGyFZJLATZSN4LbASLLEAD0NVWLEPD0OwAWFCsA8rWbAAQ7ACJUKxDAIlQrENAiVCsAEWIyCwAyVQWLEBAENgsAQlQoqKIIojYbAOKiEjsAFhIIojYbAOKiEbsQEAQ2CwAiVCsAIlYbAOKiFZsAxDR7ANQ0dgsAJiILAAUFiwQGBZZrABYyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsQAAEyNEsAFDsAA+sgEBAUNgQi2wEywAsQACRVRYsA8jQiBFsAsjQrAKI7ABYEIgYLABYbUQEAEADgBCQopgsRIGK7ByKxsiWS2wFCyxABMrLbAVLLEBEystsBYssQITKy2wFyyxAxMrLbAYLLEEEystsBkssQUTKy2wGiyxBhMrLbAbLLEHEystsBwssQgTKy2wHSyxCRMrLbAeLACwDSuxAAJFVFiwDyNCIEWwCyNCsAojsAFgQiBgsAFhtRAQAQAOAEJCimCxEgYrsHIrGyJZLbAfLLEAHistsCAssQEeKy2wISyxAh4rLbAiLLEDHistsCMssQQeKy2wJCyxBR4rLbAlLLEGHistsCYssQceKy2wJyyxCB4rLbAoLLEJHistsCksIDywAWAtsCosIGCwEGAgQyOwAWBDsAIlYbABYLApKiEtsCsssCorsCoqLbAsLCAgRyAgsAtDY7gEAGIgsABQWLBAYFlmsAFjYCNhOCMgilVYIEcgILALQ2O4BABiILAAUFiwQGBZZrABY2AjYTgbIVktsC0sALEAAkVUWLABFrAsKrABFTAbIlktsC4sALANK7EAAkVUWLABFrAsKrABFTAbIlktsC8sIDWwAWAtsDAsALABRWO4BABiILAAUFiwQGBZZrABY7ABK7ALQ2O4BABiILAAUFiwQGBZZrABY7ABK7AAFrQAAAAAAEQ+IzixLwEVKi2wMSwgPCBHILALQ2O4BABiILAAUFiwQGBZZrABY2CwAENhOC2wMiwuFzwtsDMsIDwgRyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsABDYbABQ2M4LbA0LLECABYlIC4gR7AAI0KwAiVJiopHI0cjYSBYYhshWbABI0KyMwEBFRQqLbA1LLAAFrAEJbAEJUcjRyNhsAlDK2WKLiMgIDyKOC2wNiywABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyCwCEMgiiNHI0cjYSNGYLAEQ7ACYiCwAFBYsEBgWWawAWNgILABKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwAmIgsABQWLBAYFlmsAFjYSMgILAEJiNGYTgbI7AIQ0awAiWwCENHI0cjYWAgsARDsAJiILAAUFiwQGBZZrABY2AjILABKyOwBENgsAErsAUlYbAFJbACYiCwAFBYsEBgWWawAWOwBCZhILAEJWBkI7ADJWBkUFghGyMhWSMgILAEJiNGYThZLbA3LLAAFiAgILAFJiAuRyNHI2EjPDgtsDgssAAWILAII0IgICBGI0ewASsjYTgtsDkssAAWsAMlsAIlRyNHI2GwAFRYLiA8IyEbsAIlsAIlRyNHI2EgsAUlsAQlRyNHI2GwBiWwBSVJsAIlYbkIAAgAY2MjIFhiGyFZY7gEAGIgsABQWLBAYFlmsAFjYCMuIyAgPIo4IyFZLbA6LLAAFiCwCEMgLkcjRyNhIGCwIGBmsAJiILAAUFiwQGBZZrABYyMgIDyKOC2wOywjIC5GsAIlRlJYIDxZLrErARQrLbA8LCMgLkawAiVGUFggPFkusSsBFCstsD0sIyAuRrACJUZSWCA8WSMgLkawAiVGUFggPFkusSsBFCstsD4ssDUrIyAuRrACJUZSWCA8WS6xKwEUKy2wPyywNiuKICA8sAQjQoo4IyAuRrACJUZSWCA8WS6xKwEUK7AEQy6wKystsEAssAAWsAQlsAQmIC5HI0cjYbAJQysjIDwgLiM4sSsBFCstsEEssQgEJUKwABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyBHsARDsAJiILAAUFiwQGBZZrABY2AgsAErIIqKYSCwAkNgZCOwA0NhZFBYsAJDYRuwA0NgWbADJbACYiCwAFBYsEBgWWawAWNhsAIlRmE4IyA8IzgbISAgRiNHsAErI2E4IVmxKwEUKy2wQiywNSsusSsBFCstsEMssDYrISMgIDywBCNCIzixKwEUK7AEQy6wKystsEQssAAVIEewACNCsgABARUUEy6wMSotsEUssAAVIEewACNCsgABARUUEy6wMSotsEYssQABFBOwMiotsEcssDQqLbBILLAAFkUjIC4gRoojYTixKwEUKy2wSSywCCNCsEgrLbBKLLIAAEErLbBLLLIAAUErLbBMLLIBAEErLbBNLLIBAUErLbBOLLIAAEIrLbBPLLIAAUIrLbBQLLIBAEIrLbBRLLIBAUIrLbBSLLIAAD4rLbBTLLIAAT4rLbBULLIBAD4rLbBVLLIBAT4rLbBWLLIAAEArLbBXLLIAAUArLbBYLLIBAEArLbBZLLIBAUArLbBaLLIAAEMrLbBbLLIAAUMrLbBcLLIBAEMrLbBdLLIBAUMrLbBeLLIAAD8rLbBfLLIAAT8rLbBgLLIBAD8rLbBhLLIBAT8rLbBiLLA3Ky6xKwEUKy2wYyywNyuwOystsGQssDcrsDwrLbBlLLAAFrA3K7A9Ky2wZiywOCsusSsBFCstsGcssDgrsDsrLbBoLLA4K7A8Ky2waSywOCuwPSstsGossDkrLrErARQrLbBrLLA5K7A7Ky2wbCywOSuwPCstsG0ssDkrsD0rLbBuLLA6Ky6xKwEUKy2wbyywOiuwOystsHAssDorsDwrLbBxLLA6K7A9Ky2wciyzCQQCA0VYIRsjIVlCK7AIZbADJFB4sAEVMC0AS7gAyFJYsQEBjlmwAbkIAAgAY3CxAAVCsgABACqxAAVCswoCAQgqsQAFQrMOAAEIKrEABkK6AsAAAQAJKrEAB0K6AEAAAQAJKrEDAESxJAGIUViwQIhYsQNkRLEmAYhRWLoIgAABBECIY1RYsQMARFlZWVmzDAIBDCq4Af+FsASNsQIARAAA) format("embedded-opentype"), url(data:application/octet-stream;base64,d09GMgABAAAAABfcAA8AAAAAMbwAABeEAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCEXgggCZZwEQgKuHCzbgE2AiQDTAsoAAQgBYY5B4IGDIEGGwYuFeOYJeA8gFS/u+0i+//6wDaWNnZfEGToJHc0LPIwI0RoR8P8epqi0CiK35oaP2fuDSb2Cs1gQzC/aFyXukTxacCsoz/dre9+Y+NSnLev1hOzwvnuUEp4vnTm+9LKPu2KQ4gVMdsJWyHobtIdUBcg7HPp4qY7/2nN6n0q7upQZxaY5ACpJajJQlT2CI04YeT9n87y/9HIlr2CEbBBYJaRVwdEPh9VQGWqvJTEr0/RbBfANmWR4Wlz/45bwnGrENZxLPLuVk3UMllaGLDQBqOGAlahP5bWMCuGtamzTsDDqvGphNM/77grthK7AfkUuWSWLnVPFAaN/KBtqmyAwOa+SADA/6PulYYxZS9XfQGSCxRwSZ9aTlgqyj8wzB1mb9ORy/+3ZmWranb3GBwNGXkozAlzRqZ+p7L9qzqdqc5SD3cWexY7g53jJAfMCqkzmCwlCwDqQIEEcmfkKTly3wl5wtqDdLakewvpjTkGCj70Ibb5e6T2OWSIyQlHXhLm1v9vGALQnKA3Mjn9+lkEFCIFA7Y1VokIB2k05Qwh2I6ySrtUruEA6wjlKXApCsi/AWLh5TEbMuGsDSe5pMVibM/523R/zQQ/VucBeKvBBvQGFJAD1LZdcDH2jlSitVHW06Uipxg3NIAioSEsIMgIis3/F88TiCQyhY5Kz4iYBCQDUR6mFq1ka+yjjESgsSCgsSGgURDQOBDQZCCgyUJAUwIBjQsBjYaAxkBA40FA40NAE0BAE0JAE0FAE0PgKUkgVvMVDEGwf6J4B7QF3IqjJL39B/LDWzJPnyLjLRof+VLdrQix9r8gHcnObFo5B9wDTtiwBxTm4EEQxJceAp2Lf/eg0ae+EfIcnY0OPkdnruruiqt70ZGmSszjJfOPpJLBa89pHIsDV/Qdhz4T+RfFQejTROTvYz6RAV3mYzYl05acstcq0FMy4Gq8SMnDQSNBrT0XPPcivAYyGngPJzD2UJhI2TovfBpEjdcMYRiMR2dwM0ebQ3UdPApe+s2qTFH7Me9V7UGKllLc9DCOZCWRaHQkDw+y3OiB6AUz+9uiwQTEoYWkl2AGxvAzTxbiMOeAZ/+opCqcIc3pfDoPrfEE9Nm+cBTWnaYfIgfNW/kKKqEbcAJqWaMuTlrBMJIDviGXE2yRmqYPnFk7LP+eHOTVVAo8AHy5bjEh4j4E4tAf9Oon0VXm0rrzSCikdsLzduiRAcYSIt/YfNOjISEd0OtU6u1RIJg+fP2jkjV5wJCZ1e2FrME8DG+PYqH5MC0iFfbDo+Ltfnx7mKArN67Tm2oooPDYVFZlMAkonoATEAtFXFOpFLhqgrO9WDTnQy10bQt1Dpg5A5OdVaVB9jSxGSYlcCI6Tih52qmY1pugANjYECSw7TFGN30PdMwUyMlRRNGgEQcayCsYB2Uw+c3mZ2EkR6HbF62V8GGjup08BgroGx4TBSNiMUJsxhGHUeIynngsQ3yWJQUmkCLLzSlhxve1c0HLtEQDsDAEACMAMAYAKwBgFQCsAYB1ALABwNwm1Awl0srKsFiD+tXA3BmMafaoRQloOZ/PzNOGNJGuM9Zu2X2q+FQ+VLo8HfNfF1dpz8CVu5LdqWuQPMlze9AjEd9DHzPISclPD3qNQMuA9QtIZOoz2yq9YK57Bio/Ek1EXAScaLf8BQ1RX288o2weyLOsFcYoRFaXVGsCxH120evu0zNrt1W8X9eYQA39KODKlXXPBIAFtVfjfCQ5blx0XZWarpo7TM+lVfs9gmpgaBX7C3louh9/kv35oForiea9FIIJgepixndp4wzlNbIkC/S7eARhPjc4tufnPMK22sl8c8nLHm5NgkY27ja0yr0xxN6MBh42y7HsNuZS5siDtzbIm4FXBsoo44CH1t7t62bNZJJnpr6pdMBH6GXNlmee5CFooJtjQ03QUWqhL+BeGDMMN2Otxlx1khhLiZHQt87YwZ1eP1bjrVRw0IpO4eJ1eJaN22wXmZ+7eeVLtGPPCqbaYGsbH0Q1qS5JMDY866TL7N3FhrFw+ttvwcRLDByCqXe1Qk/hghawxoGyJnFPOrgShoWe1d/UqLatsj7cxzaL0LDQDyfFZOAB73BP0Y3dNm7e1TNdEk8e10RCdXZipjNXqDBdXnrSMi9Mp4dr8HNZqBnMPKdoi05vFsCHZuh4ZzYZv8mzBguOTLXGnQDCc85t9kXN2Vng/GYPkLShFxgSwlwFnWAeDMj8dJrMCsCSbAAkBwDJBcUZDyD5AEgBAFIISjIRQIoBkIUAyCLQFFYMkCUAyFIAZBkowcoBsgIAWQnAwqqgvmgdy+o93Rcf19XQBFU7lLhFE0ldKoZR1sOAaogBqhGwIE3HxUrJ0oBqtgGqBQDSelycbFsaUO02QHUAMGBs0GBf5SrrQ1GJid5Xsr7P7jzr0LPE74BAX9XQwo9FNQpp1xEugboIzjYAc7TTwf+P9OEQJpAZdirztc4X5oivaPUAVmR5e0epzgcyCl7U2TSp1e27nmtIfoBq7hnbO/kstl18SHulsoFjnHX3isgOKO+6ZtjJ3gy6lUZaQCUvDPgrFa3nA+dsksvGYMGZLdgKPq5+qLWVe6qDwnNx8nVPjC9afFSqSx/VLPM8+h1QGUM0v+UrtWe5TYuxr+MVyiFXYTJCjs60Skq+44Lo8jb/+SVQ/k7TbuFW40budrNeenc9a3IhfSp6oeKrLhrzhTGS/2NM+gti0iaTPjtqSTAvKDyu5T4qTL+1WTgvL5MsCIuBgFRhKJifjSUiWP1qFFESQKEE8/ivL18v09M4TW7/pM7T8X2V3OOa4A2MsKBQnqtIq/KViyi8/ofMXZjkyxZ5NFI8ReWemTh9wV3b80PmpwAvHbY0rkdKcA2G3L0D5CXPyPAqSnRBzA+jCYxqnX0ifljCBYj42YxwwMK5xj5k8U0EyN/DgRbDEVX2wuCFIC9rDudvFPYP8eW/EZ8v2vFAKI7ul6tzR61e1hEVOUdRkWDOadQy1G0VLXWjrf6RsI0VBnY4n/d6Lwes8rrQ2N4iZ9Jm2d0F8/OeHO3u/rvg7T/t8Vex1mMs86j+2D2il56l7ZU9OG9AD92Tw1FR7MmlaXtha3d5064yYa9Sp7blL1PYC1U922k0Y6pim9ZBtFxpJ+gtN6d/lwZTC22qlmhWHOg+qDzccyiuD1SpuNRzWUADC2l8AVUI9NTuK1QFt+5jK64rObW93XqFfd0+xZWribV7acr9rj14nYo6OHiFkOwI9/XmkDKx9uJkxTVFrt3SQD3blVsctkBQj72Kiihs+d3evcPKTU7dK2xTT9yyZe85cw4/aXo0Kg1V5eOj2jymR+ugvKq8TlOqQW6jYqPtRjC/l0ZXOiyv5i18VDs2QxM6hMtLPn+TUmeH0psB7wZzWftAdW+lSt4JGVPjKPjalGvCa1DPddHp0nrrpkJUEZUfnATMSTQRp3GnmzbRicjpMhmuZYlrNBzYcoe+c0awNBu3UY8ahxYanNQ6J9dJDCvGO4Y747yTRuekylNTLC4nRE46zZ5AqVT/rt2AE7g+CP9/GbWSRbEEUZ6BsAqFUAMKAhUrxhYZKkIt5T/J6fnrsuKRtQPrBo54jtg5s39gIFZBTfzgusGro4l6e/z+RFc9BwcGD4euM93N9jLVGm864qo1N9l5MmfCtdbXWDWtM1W3e5ppTTbVRqqvBZ5m7mZYM9XM00GzzChvlrdXS9S1czrPy7OEUdQZpnpFxCHnL4ogpgBfg12Tu/+iXuGVT4FN4b3h1YHDCAoCTNTYpFYEush4gb8YmTtxD8FaoWE9jGxEW1rqWirXDkdny7RDditjVsxoB9HRbh1vIGq6NeykU2MaHabTYGqdowyFGLDykC53OuECBH1ruDU+MnTZUhmZgbTPFRbOcpRnLfvXbPmzrYThznzH8GBIGNYdU6V1TPsMzBqjYzoWNSCVBEnoEhsJMqMxeimdSxfROfQyes4LRGWCvnaxybGhW1+33oLYXHPnXrPeipyce8H6Pz3XtRxFLy83U4ZwEDGSg0S0LFOKYG7JruRtk0QolyxKlviF+PIbTuJKAD+0I4JliIlbhHfoO0YC00C3frRdHx+7QBC42RbghCxx/c4jiTiBTxw9zb7ShqdKw9oHKAzEr/+7NbIe/4J/Hu3AO+Ro3BDpPZjCd2QYoFb4sX639d3OuPXixUQZbsDLiJVjIh2lZ3DlDg2nuDjzvpA6esdUDktXSs8vli4uPmVi/ck0j4TMjDJjBDFmdYNZJgg9qtaT2f78+fkLL15GXNQwI0pKnr8oKY6I5/8sGznryvqrP7f9xGVyXL5weJQMXBmrj03Dna6k4tbd2AU5UU7c2muOh4V38fSbXYMF1w4+MccJ676sw4E5q1HBhYyEDAtWcc+C+RoXDYayLDITMlEeU/FwtzG2YUK/RCcJLkkcIqQEPiwhJA5Lcd8yj0phZUrwgzEL+6p5YcWa5jUnYNd9bblfe+Okyf7NLa2uf6LDPuQliURJORP7+9//P3Vq3x8OJ9XSypLP4e4Zz+GBfZq+Ps8Qr/uUkGFKyl0bS4HHvSePBZbhFqlPnriHh/z14TapKbWJcX0FTpUwxt5ykq/7Vqrz9xnOKbcQoyq7SfZVoL4gd4aNCwGh118618Phj2BHKUPtZd7lWYwU9JhPs3KiiXHG48GrvmIY3XnBaRb2GLaXb26R8+UZgfngTaXFLLTSGBnID+y9OGKPXv/pWA2HijnujUNHm5qEPOAnB878zLCyQHeyT7zwt2ShDPYo2M5lOsqSE+ysreytqA2Lt9DumkljmptXsifJLqmakWx/ZTsNZXWj+m/LV7qMylGGMPYip+/mn2OpnaxgyLC0OECa/z0hj6xDePALS7y8dpMoYK4/xFnAZtHF/dxRm3Y8OVlDTp8tW0wuNoIoaHG2EZNlonDvWlE49xrOtapEvAzxpNW2yi/gZ58fX/uZoatcf1w+riwHjXH1REn+egwPNfEsORTv4VK9L92kHpeyzYSRI5MDtQsiO5wX3PldF690EjIvt6zHw2jAnYKicqr42MfDrncbjnjiNk6U7HuwZktr5/wLR3ZcTV32SC69dh9B+7VrFpmcL6ePPv2RJ9Oq1MvpMV5/cPfQvUKySSDgcBwdsfz7t3TihPHjxna0NTXU19XWVFdVVpSXlRYLxH2+SMjh7yEel12Qn5uVkZ6WmpKcROLzybCftJqNeq1aiaMwKJeKBcfX13qubZmGrqlM7BW7gXxr2Yg/mqQ/JBk5rp3rVLhpkWydLpPjeu74TR+nri1JDNPcwSFLlDCoWTEN1mYsI9pnEYJSO4ITrXQ3wBMlcbsmFuDYXQ5JQTp27kN7S1N9XXVFabGQl5eblkpsN+vVcjGfTSfjQa9ZF4yPko4rSG8W8ceTtJe0lTpkhWlrhrQBAgvxAgLIS4jg7eYIYn+ymo2pHUrSl0xUO4lRD2OIR9GFAb2zrRNoRzDO0cnmGvp1CNiEW3J5aDRtiAguhgaXWdfs3wOg1yAq2BFLCObqrl3IDRwuYaIdTq63CkUgs3FeHsVJbvKuXJr/wYdEto40mS7WMKF3qV/AwY8zvh3BEajySN27WDEV6nRfMEgYLBInQlw02+6nD+bHmv3gfmP3yOS8XJKYTZNWFJoGY9eu5vLz+OlpxIU0J3453c62w35rkkxq1bAZNX3PCMyA6ayDNCs67oUjcw1UuQo02afZZy9OQ49mGffoxQaBBxO+DTu4D+PWZLwbDXoderVZCQoOz3KVHFw6VT0RHiseujm5eDI+Xk79rZ1TE20XopJn8TboqtJZLjr67U6/26ZXDI3JWtIVsSEhhhQbAvwzwTc8heVitdzBY5jNF7MdOCL3HM7RO5CjxPNuQJR6j9dzSNsfUdAzoQRc53MmHORc/UGUdpnV/yXRc5MWU84g13D3b7Rqcc3CbDG5SSbj89ns3NzMzNRUkkxIiImhgPOzZs6YPq2nW9bVyzrlU6dMvrVer72ttaVZ0tR4gwVvxZLiokIxXzTOFwrYvPO5nNyC8/PzMnPOz85KzfDT08gU8nbrJhAJdzU3Jj7GB+dTsrDwsNCQ4KAb8M1vcaNgEMt79Nxv2ewOsk/rxmCWInmJolq+HrbJwM/54YXnkHnGzZ9Fhqpo56vvltNnz1EKoX6NpCcKhI5TOjhXjrnjwA9FvsHBd84fnMYABHzKkwi/PoXMRe4myVe16PKDawr2apq2Xrum1R1W0xn1B9f0dV+vpq3vSIHe3yG4Y5oA+ppNbB8C3FBup98ZF3Rc0zHHhjOqUjsUlOm4ys/H650EoKRYikRJKa0QKmUXMkdE7HaTZx1DmRRjeo6U4jvEFAexdbz440Q/uJHvSJ8gEAJwKg7E9kq+pXMqy3OiqhS9M4VAxooNSXoXsHjrwdS0MjpKGamVnnMkc9kWgZz37vlbSedfwzu/eypAaCRere31nlYlhVlQGCfxJOtDEaldQrbjluwTVjzMsUAoAejWXp+1nrbOF3i2n8DCP0EgPwFE+JohUqXnb78E6Rso6d7RtMb0MPjJiX5HWgOcDhybKTHYrW6WlW7fH6eSbgTHavoTDPaTJ0AY0sBE/BzM9BrEtBsjIfZxIrMa3LlQSWNVf/lLOXoTT5fEFJyyR6+906BHHSu1YQxMV9kOpqCZuraDAQzbNHawBtbHm83cwWFwfNfZJfVqHJaL2aOe51/fK+d7t1u1ShSUCtkjvnf+yka+h2wPcz078z3ULT6m3NqLWRCHtT+ybHGVEowM9IMQsRGvYFa2wdzxzhBWWYWesSPJLwH1ChcDbT2a9mS+KQkSJP0wxlSQvnZUAsrXnmrMVpfIbPmrI7boSisQIITGMCDWp3qOqdpzmLUOMfEYSaVWGOjKmEvB9/rKOf/D52U1VyJPPivhoF/eA3aF6bByX+NY8w8utbk8zuNbVu6jT69XZ0bum9VUviMe6em5Padk0mzUqnFUKrqh936s01GdXnW6xh/7+iUQc8buBzg1oOTqxZMs4GHsbQEF9CVU8RZUCvs1u1bVTTMSctZ6qZDP4oKtITFvJXI5erHgClQKYAq8KMIE0MvoiBDeUgJh/6PJ7W2S2opysaAgPzsVX7+w5sZessNJmhQFJqYtMAi8FMpd/lh71makz2OesfxJI2b0I0nMwVotPMliH5xvuUqV7UQhdGEHuKi6wIdxSiV8Iv6f8O9B/7++/M/i2f8ht9EuAn8qB6KI/zeWKn5eXlICA2bjfwUlMOqGhvAhBCIbUY0geS8qCndYvDtFqq3YOsH6bG1tKptGXKApZHSL/yhlLyBLabvQlfC3+eQQZghxfBD36i08m/U2Y6ZTNXVFvUPmp/oMY47Ua66Srt4w5T42pFzAFv57qSfOyKB6psp8FNrUtaiYerbemEsZOkx9Vp94LfVblblgDfld5HAVnzmFu7d7WMzmG0iuwMdb5CssAKM6lhqeIeVKqSh4YrhMVaIcJ9EXlmQ8fffflMUCxcp/9HP/k9SeK5hPZvTcL6pIUMk2vpr6lC1UU0iFS/hs9i9BED6S0YlTDYfpVJwaG28cruIzp3BHKX8Pi9l8A8nVTzJD0FdYoDdGdb5fw7OFqR+slIrZdXliuKSVk3KcRF9YdMmYGb99N4v+s0VhvZWp6n9+Vu0/WJhPZkXol6pOFSqRsuq79clrW2jToKgSxZ4KPlVug0D3j2QsNTFsUMNhuirKRPFL+RWAJqs2ShdCQkpGjjwFir9wOtT9emb8ShfURBeDMgCR23eTQ0FKbYMFVRalbRyZPOHLcDPiOBOOoSdoPY/XoSPeuLHSRZs1FWS089JrjELYjSfwVYjaDFQZX3TTadFJ377z1lK1Fz0Sqv2NxicS9Q336ydRlc9M3ERVNK7pCC1JJ6DNjA0PrlnFMiGZBwBydoGPXHE/BC0o7IP+5SXT3g+cf3pwQM/NkkEqBTJzT0JBOJO8h3IAAa5PsieD8SEYTO73guZw/k9j0RxxP1xzMZ+IPWbdQIzIOdX8BAdMfjpVHkQoEBLwK/R35pHR/H4KmAwA) format("woff2"), url(data:application/font-woff;base64,d09GRgABAAAAABuwAA8AAAAAMbwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABWAAAADMAAABCsP6z7U9TLzIAAAGMAAAAQwAAAFY+IEk+Y21hcAAAAdAAAACZAAACXos77ZFjdnQgAAACbAAAABMAAAAgBtX/BGZwZ20AAAKAAAAFkAAAC3CKkZBZZ2FzcAAACBAAAAAIAAAACAAAABBnbHlmAAAIGAAAEBQAABxu0nSYimhlYWQAABgsAAAAMAAAADYKXKfBaGhlYQAAGFwAAAAdAAAAJAc9A2VobXR4AAAYfAAAACMAAABMRLMAAGxvY2EAABigAAAAKAAAAChJblGvbWF4cAAAGMgAAAAgAAAAIAKGDJhuYW1lAAAY6AAAAZgAAAM51VzEoHBvc3QAABqAAAAAswAAAQYTOILlcHJlcAAAGzQAAAB6AAAAhuVBK7x4nGNgZGBg4GKQY9BhYHRx8wlh4GBgYYAAkAxjTmZ6IlAMygPKsYBpDiBmg4gCAIojA08AeJxjYGSexziBgZWBgamKaQ8DA0MPhGZ8wGDIyAQUZWBlZsAKAtJcUxgcXjC8EGQO+p/FEMUcxDANKMwIkgMA86ML3AB4nO2S2w2DQAwEh3B5kwfUkTJSUL5S83ZB1seWkZPGwpYPoR2APTCal2kwfBmo8/F06PORS5833n2n1VzzurpS1X3rdefd5jceOHLi7HtXJm7cefBkZvHSgf+ZelW6ZXvsbSUbnCYKZUihslYoewpOHQXnj4JNoGAnKJRVBXtCob5Owe5QsEUU7BMFm0XBjv1nbLD8AB7vLD0AAAB4nGNgQAMSEMgc9D8LhAESbAPdAHicrVZpd9NGFB15SZyELCULLWphxMRpsEYmbMGACUGyYyBdnK2VoIsUO+m+8Ynf4F/zZNpz6Dd+Wu8bLySQtOdwmpOjd+fN1czbZRJaktgL65GUmy/F1NYmjew8CemGTctRfCg7eyFlisnfBVEQrZbatx2HREQiULWusEQQ+x5ZmmR86FFGy7akV03KLT3pLlvjQb1V334aOsqxO6GkZjN0aD2yJVUYVaJIpj1S0qZlqPorSSu8v8LMV81QwohOImm8GcbQSN4bZ7TKaDW24yiKbLLcKFIkmuFBFHmU1RLn5IoJDMoHzZDyyqcR5cP8iKzYo5xWsEu20/y+L3mndzk/sV9vUbbkQB/Ijuzg7HQlX4RbW2HctJPtKFQRdtd3QmzZ7FT/Zo/ymkYDtysyvdCMYKl8hRArP6HM/iFZLZxP+ZJHo1qykRNB62VO7Es+gdbjiClxzRhZ0N3RCRHU/ZIzDPaYPh788d4plgsTAngcy3pHJZwIEylhczRJ2jByYCVliyqp9a6YOOV1WsRbwn7t2tGXzmjjUHdiPFsPHVs5UcnxaFKnmUyd2knNoykNopR0JnjMrwMoP6JJXm1jNYmVR9M4ZsaERCICLdxLU0EsO7GkKQTNoxm9uRumuXYtWqTJA/Xco/f05la4udNT2g70s0Z/VqdiOtgL0+lp5C/xadrlIkXp+ukZfkziQdYCMpEtNsOUgwdv/Q7Sy9eWHIXXBtju7fMrqH3WRPCkAfsb0B5P1SkJTIWYVYhWQGKta1mWydWsFqnI1HdDmla+rNMEinIcF8e+jHH9XzMzlpgSvt+J07MjLj1z7UsI0xx8m3U9mtepxXIBcWZ5TqdZlu/rNMfyA53mWZ7X6QhLW6ejLD/UaYHlRzodY3lBC5p038GQizDkAg6QMISlA0NYXoIhLBUMYbkIQ1gWYQjLJRjC8mMYwnIZhrC8rGXV1FNJ49qZWAZsQmBijh65zEXlaiq5VEK7aFRqQ54SbpVUFM+qf2WgXjzyhjmwFkiXyJpfMc6Vj0bl+NYVLW8aO1fAsepvH472OfFS1ouFPwX/1dZUJb1izcOTq/Abhp5sJ6o2qXh0TZfPVT26/l9UVFgL9BtIhVgoyrJscGcihI86nYZqoJVDzGzMPLTrdcuan8P9NzFCFlD9+DcUGgvcg05ZSVnt4KzV19uy3DuDcjgTLEkxN/P6VvgiI7PSfpFZyp6PfB5wBYxKZdhqA60VvNknMQ+Z3iTPBHFbUTZI2tjOBIkNHPOAefOdBCZh6qoN5E7hhg34BWFuwXknXKJ6oyyH7kXs8yik/Fun4kT2qGiMwLPZG2Gv70LKb3EMJDT5pX4MVBWhqRg1FdA0Um6oBl/G2bptQsYO9CMqdsOyrOLDxxb3lZJtGYR8pIjVo6Of1l6iTqrcfmYUl++dvgXBIDUxf3vfdHGQyrtayTJHbQNTtxqVU9eaQ+NVh+rmUfW94+wTOWuabronHnpf06rbwcVcLLD2bQ7SUiYX1PVhhQ2iy8WlUOplNEnvuAcYFhjQ71CKjf+r+th8nitVhdFxJN9O1LfR52AM/A/Yf0f1A9D3Y+hyDS7P95oTn2704WyZrqIX66foNzBrrblZugbc0HQD4iFHrY64yg18pwZxeqS5HOkh4GPdFeIBwCaAxeAT3bWM5lMAo/mMOT7A58xh0GQOgy3mMNhmzhrADnMY7DKHwR5zGHzBnHWAL5nDIGQOg4g5DJ4wJwB4yhwGXzGHwdfMYfANc+4DfMscBjFzGCTMYbCv6dYwzC1e0F2gtkFVoANTT1jcw+JQU2XI/o4Xhv29Qcz+wSCm/qjp9pD6Ey8M9WeDmPqLQUz9VdOdIfU3Xhjq7wYx9Q+DmPpMvxjLZQa/jHyXCgeUXWw+5++J9w/bxUC5AAEAAf//AA94nM1YW3Bbx3nef88VwMEBDnAObsT94EICFEkBBECJFABJlEmJlERSlERaFsiapuOKpinlUtWOaLdR4kR5qOqZyJNp1GbYTGccJ5PIcuM8mJ3pdOymHo+daWO7nfql06mn8osf2ryUFuD+iwvNSnLGdcYzWZy94Ozuf3b3v33/EichH53jbnEzhCMSsREHcRMv6SIRYpI0yZIJMkVmyRy5REcmbuhTc9VneKBmt0mXrSAnE0k5sUoSmWQisxKDiKfXE1kmvdFo75Lu1jhHSA05lg2Xk1PDYXUpCL4eMKnPXCTd6QF7Py+RbqkmcJTYLBREArWUQkWSlMVkrQ8yu7LUE8l4FnLx3VyUhBzR0EIX+P2BUyQQUMZJOOydJ16v3Xu4a+KGgQv7Tnth3aufsLLe1XsvLaSGVz63tVWf/VTL8vRGV7bXpa5+/gubn6+eO3lyetrnU5Qn/vDiH3zly1/64oW1c4984eHlh5Ye/L3FhdrZMyfnTs6dPjU9Oz17Ymbq+LHJw2P3HRo9eGB/tTxUyA1kMz3d6VQyYcZj0Ug4FPR1+boCfq/H0N0uzak4FIdLY8mZF7qykDfMtGnkS5jxKeBjejGnscG12yyzTjB0FbKg6aIZi6cK2mAZ8rGCWYgZphHLhYHrASOWLDAypgGDKTOmmdidb+ZYXAyB7sk3B7NJuWIBLlYq6+UyPluVZlWpbOKb5oMN+Fkg64/Eg3VX0MQWPLsOe9bhtD8beLlxpXGFflC/isPoDZfa+CHOL5cb51RNUzvjVBcNMPLlSrus1N+oNBP90y1/JtD4VjAeD9JfIj2cXQlk629tfsjIwFuqq/GLShl/LnVL1XBqWVMJQR1kOrlxT53MkxIZJhVynHyJfLd6bX+ShlyHdyU4d4iOxSI05LaEZrvA7ffaOYvstiz4PAonG5rECbws1HSnyPEOG8cB4aEWAJcrPBeFcFgZV62UIyQ4R4JBe/DwF8+vnvvCw0uLZ8+cOnF08tBopbxvZHjvnqFSsTC4u78n3eE5MtzX5ng7OeNCKNvhZnpHDXfUXGEwhXREydA9pXyuCDvGl9p9jJOsr/SxLBSHocCKnCeEM1otr5HPecY2Nl69efPVTgnfe/HFd27ehB9vbLzz4ouvKGJCskKr/F7z1TsbGy6rbMrWZvHPvcHbH4QymdD4IOro4DvFhJkchLFQ5vjGxkbi5s2biY36KxtbrEjchIGNJrENSQFrI4V9GxsrO1711guMFH09lCkmBweTxVaZQdYSirz9B+7f6d8RnfSQXLW/eYBuInEUxnSAQwQI5YAuIu8JN0s4Do0vticLw6VBXvAxvVABD6MP2pqB+y9JFhCSBaYKcdHQmPij2HOTKM31N1HusKa5WN767NuNtxpvQg56NbX+pupyqTSnajTQUDqDsM7ETv934xo8+9BLChPz1jgi47qfu6efeKy6EgJeiICF94Ns6QJRNkAShbEwCAGweEDk7vOCNIoTKdqtmhUEwlsEvkYsRBYtco2INhwv3Y+nA6cIgEIOK4osd6yIapdtso0JmFMR/FkthoYAs4CFhs0Cth2Q9rqlVuZu3faxDBdpvv4Gy+vXa7Xr7czp5ZfLL7dUdKuyWYs+CS/VouvwMyxwV3fvMYpcKpAy+sFZEFoe8H5iowK1LXeBy+I6z7Zlw235FCrYgbcK/KIXrMQhWh2LRCSSJkqoaE6iqU5t0Q8qccuqezGoU9nwUItLtizu2HdX9UyLuLD6OVCfrx44OlmtlIrZTDxm6E7n9NTk7NHZ+w5VJqoTw3uL5VI5N5ApZAupZKwn3tMV0KNG1Ol2bmu3M4TKvc2AZjYYBwwOxRGFEY0zCmc6LuqeXHEw1X6LyqmLd768c2iHa3vohfrVTn63KZa5pmyiLAZRHFuCmi6V0viiy+Wy3zWkyeKtCvtV4KVAptmXywTWXdgZdDW+1hxemCms42hDNxpX2/OxeLI1Bs/MaMuCvkPSW5b3IBlDaThOTpDT5AxZIBfJV8lT5DL5Jrd/4oYF5ePPyYg0LI0s3wdDJVEcWt4HhBQLpFhDQRrMFAZr+d39u/hsTyIa9AmUy9KF7kPJg7H9oYrfwqVHzQORalfZa+EFjq+l4uGARxAMt+awCzZFsNVyA329fEZ3OVVesWaUGrESi2y11FBDpRFZquEa9+4Z3lsje0hpaE8JtQtAnCGiCPMERDiKaMmKi/zL37TIXlwkyWRpZua3XSrX215p72daqQ1X+hc7V1oaEld/x86z+v3WAodXf0dXOI9Y768uXZqdnZqanBwfHx2tVkdGhoYo+ebT3/j65a/98R9deurSU0+uf/WJxzs48PzaY6uPrpz7/RYaZFjwgTP3z8/Nnp49ferk1ImpEzPTk8cnjx87Oj4xPnHk8OjYKCLD6sEqYsORygiChaHhIYQLDC3kc7sH+vt29d6JFncgB6dVIg7qGBP0LOz0X9pgSkDYaGCGGLM6zV8eYd9dOWmY+2je8N6z6kBDBInG3blJFdqOJI2Ze/72taBpBrkVxG23H89h4lZuX+vk3NmZ09O1idp0rbe+NjHz3PT0Dycmfjo9/W02MFebnmNdE2fbc+quli1bbyjwa06PhxjINIP0g6D5dZfdXb9Ce+1uxW3fThG3245W7a4yioVdVDrJr7jr1xiALVcIcW77LQXbOvGRIPqtBOkmvWSADJIhMtKyW1BoebCHu8DGKZxtmSg8ryz5vdQQPIKxHPBRjyh6luK65uDtkirZl90sEpFldckCfDhIIcTDQiJiciEiGCGhxnyQXZQWYoAAQSZnrcBx9FQUKFU49GaPtj+krOKXOIVf6XzKs9r8luARVz7+mLra+pqkyiuf4XPz1ZNMtnftMtB475TJSnkbvKI47hrYhRJ5L4E0fAbKZFMkEXXgYSruwaTgwZBgd0ck81rT5bXdnhvFiomohrnUyShTyR3/IZ0X2oKKfL8QjG/dPv2xj9va3Lz9KxYrdKKRxpVOG96uXLz9P8hgbqYlkDQPQ+XNlzdxDr2wWSnX3yi301azhPOHthgpPKSO7+rgGBY5/LzF+/0EoT9PlhUAKw/WFSKrYBNlW/NsOYQTHZxmZziNMJxmtVisM8RqtcwTi9WCFu9AiwasfnYi89VUNCojF6NmFFkQ7vK48cwVBvWsFkSPPFLgNIdgZEt40EnUyxDE9gEevFv7vziX02LaJvy6oXx8qi/Hgx/rcPn2tR+wI2LhH54ZU722GnJWVM8PGLomH/0nd4u+3b71OFOdYxgcgTjUeJUSO1htxFpTHNSGOFu0CYsyiJIkzmAlSqcIgtcj0SgQJk6t7QQ6ts1hldlmMFyPQMTZtHDMEjGb1trBMBjNQLbQtniAItYDGlqh+lptq3a9K2EGr2ODPhOMm7efuE5/WV+jz9A5FkqmfI0rQZOFjWYQLvpSjQm42LgCF1mcweOeXuCO0o+QIzrxozV4uuoNAxVCHlXC9fg5jPdwjxgIjk3ccKFgpIlAhTXcOF1jZ7+GuBHIEvoSnocZrIA/zbg+0VVN3T2SrN09cL6KQCoW9XmdDouMyxB1CdnpLaUl3D4MmnEJREPP50pQTHvBLICOOL5UzEXA83rucn4cFhSBb/wjbxd46OfCtxoDt7ij+tlbZ/Vhz2Vdyl/Oj4xRUeEb/8RjCX38hVuN/vfhz0LG2fcfMIzLHnYOXFMXnkdd4NFgOMih6gEr8IdkkfICv0YEIqxJ6K2RQVwN+Q10hlDKADOFIxYLEIvDwuTSxtiIg3BfFuRikiFgCbUfSl5TMzV4u5Hlnq+sr9fPb21d3/zBhx+ul+Glra3GL2APIa2F3KJzn3DH1r8d1e/Eln9b/Zseu80iCZwE3YpVFnmKfhJIDeermkOtEY043ZqzhtRchttVQ8yqew29hrQ9fq+nhlz3dfl9tWw6acYiIakrEOia2f7TFTiVSSXi0XBQCnQFjqBjn0W3PoVOfRJd+njnqmdn5P8pfHknUOjFQMG9417nziz8hvxJc9zt24PWHc4dD7Oi3PNYn7qj/lXHnu58Kq0BNFDemdYr6zvyzgQXyw2lwtgI7G4Gvo2+Nkq6q0keiIAmDlZRlagAdIUIgjKOImSnh41YEq2VKASygPEPOgmMeRwgxvshxe4tNDOeKlagKe9wxaOOjTl0qly1hq1XrbpjfFzFAO6qLWi7aqPfVz1Qf0UP2/7Ehk9YpyOdNsrTnbLlIzHSS3f/PJNOcBYZxlp4/5gEHAJHzrqqgVUh1iU7KDJRlhygWmyCuszCThtqOxUsVFhh2+RQ1JzoZy0qiyIFnhdmcHNMtwU0Ai1sPrpN1a5onFVGug4VrSTSWr4nLdu9aWmfywqZVZu6N1V5pUnWotpW//903Uh3+g66yspvTbg686loWmx05VMTnWepagb8qJLZnu5U0oyHQ/5YgIX/Ps3XUVeXEMy6GfbNaybWPYC10InN0yx+j6PMevNGKS95zbRhlhm8ZXedLZhbLtf/JZ5OH0ynYwN79izu3fta5OHuC4/3rEZQxZpu6Qjq0ELuVA4ff/XRKj784uK5Jx57rK1Tf805OJkUyb7qXkQOokDFVSLygsizPaIF5BZRvAUqCYvMtfGzhOfZxRhPJlPeVNJtGHEZ95DURTOeZvqV8wJbNbbjogfb7BZxEP+h29UjzS5Uw8JgMc8Gco65/RNDjWOVSzeqMCPEnWLjJ71fnoEMvGD2Jfog0dhU3U6P+p6YcAjvmdVdu+NwqHR0/1wJblZ/eqnS+IngjAtwIjv7lWzjeGLA7DNhVPXEHf8h4vv34rv7qkii2LEfL3CvcjbyJJmqHp2fzXOy4EXjQcesIKK55wRZxE3K6IxkuqhwFGfALKuBzKG5ATL5xOPn11aWFxfmTh4/dmS0PLLsGdIX7YI/K8Rxt2hWcF+43eI+GEwzqOQAHV1/zuPVRWl7RJmiSU9rpWJqsI+aqX7og9JgsZRDludzaMzFuCiJhpdBrBalPlq4u9+9TZn7kf/B3IN+VXUFohYXSEbjWx4JDEs8rINqDzyyu+azqy5PGPtwtzwvC7IWUjygqIFHBhY9bF7Y4gbJAU+rEritfUFV9T3Uv+hTVd0Xl3RwW6JBFyjHed5n11yyYDv4r4rAcf92HPGB06X6oNnh5HnJfjACf68qLp/PqaNNBkVv9gZYr6Ace4Uiarh5TBGp4tnRYT9a/68DishjnO1r84m+hnzKkr5qNiRTJDRGKLueXWa46bE75XBf3j1kCsgFMJgUSux4NF3MAru3NrdbqTT+2EkW2dUtfU1Xg9TBUV0dUfUplxPLmdJ9ycTSwfKPwKbq9P0eZwI4VQzX11VdV+lz9TlWgyEFYgf3Tz3wDXT57Xvlc9wK+iWGK8aqozylxOG0c4JIhJqqUJQtKskIzdnilXEryLJdPkwIc+A4Z9uHa9sJXTgUzJIpNbORb+Z8qZnxPb7OcyvXI+uRLczvvh758Y729a3IFry7voVpfatdbW39L+MUxg14nGNgZGBgAGL5Z3uS4/ltvjJwM78AijBcXrVJAEH/z2J+wRwE5HIwMIFEAVhbC+14nGNgZGBgDvqfBSRfMDD8/w8kgSIoQBgAh9wFqAAAAHicY37BwMAMwgugNC4ciWAzroGyBSE00ykgnc3AAABt9w7qAAAAAAABygK4AxQDhgSMBuIH6giCCOwJcAmyCpgK4AxCDLgNjA3kDjcAAQAAABMAiAAWAAAAAAACAI4AngBzAAABWwtwAAAAAHicjZLNSsNAFIVPalW0IKjgenAhijT9EV10JRTsyk3BLoU0nfyUaaZMJkLdu/JBfAN3PoAvoa/iSTqKUkQTJvOdc+/83EsA7OENHpbPOceSPexSLbmGTVw5XqN/7bhOvnW8jga04w369463cYpHxw3s45k7ePUtqileHXs49M4c17Dj3Theox86rpMfHK/jwHtyvEH/xfE2Rt674waOaud9PV+YNE6sOO6fiG67cyHGC6FppVmgRFDYRJtcXIpIZ1Yqpf1QzyJtZs1xkaqJNM0yMJRxoQKz4q8YI2nyVGei47dXYgOZSRNYOSlvkN/FXWsjERk9E1fubDE3eipD6yfWznut1vc7oc/mzrGAQYoYCSwEjumecO6ijQ4uSGNmCGYus1JkCKDoBCi4IqkiOfUlR0SV0ZXMUGQfIb+zyjecm9yt4B4KE+YY6s8VQ+qYMcV9zT/y/84YVTpnrNSC1fis6e91A+qs8oKqkslXD3Lc8Y5duuX5ZbWmqk7wR/5Zt2Bfy9iUTkjfr7pr6fbQ4vtLnz4A/bahLnicbY1LcsIwEETVkAjbOBA+1/ChxtIEqSIk1TCiqJw+Hye7vNXr7kWblVkYzP+csMIaT3iGxQYdegzYYsQLdtjjFQccccLZjNS0uHKtiZU7R4mzJ+lcYPc+l8fuT6aLlFa3Qj6WxXuJLkzKD7U3Tuy0//aJhGn4sZhrU1s5u5iGt5h4acYQvee8hL3wLX7wdGfR+PU+zk21/I6WVMkFG5g8S19J6CJUg83tOrMY8wnVPUZ/AHicY/DewXAiKGIjI2Nf5AbGnRwMHAzJBRsZWJ02MTAyaIEYm7mYGDkgLD4GMIvNaRfTAaA0J5DN7rSLwQHCZmZw2ajC2BEYscGhI2Ijc4rLRjUQbxdHAwMji0NHckgESEkkEGzmYWLk0drB+L91A0vvRiYGFwAMdiP0AAA=) format("woff"), url(data:application/x-font-ttf;base64,AAEAAAAPAIAAAwBwR1NVQrD+s+0AAAD8AAAAQk9TLzI+IEk+AAABQAAAAFZjbWFwizvtkQAAAZgAAAJeY3Z0IAbV/wQAACWkAAAAIGZwZ22KkZBZAAAlxAAAC3BnYXNwAAAAEAAAJZwAAAAIZ2x5ZtJ0mIoAAAP4AAAcbmhlYWQKXKfBAAAgaAAAADZoaGVhBz0DZQAAIKAAAAAkaG10eESzAAAAACDEAAAATGxvY2FJblGvAAAhEAAAAChtYXhwAoYMmAAAITgAAAAgbmFtZdVcxKAAACFYAAADOXBvc3QTOILlAAAklAAAAQZwcmVw5UErvAAAMTQAAACGAAEAAAAKAB4ALAABREZMVAAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAAAAQOeAZAABQAAAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoEQNS/2oAWgNSAJYAAAABAAAAAAAAAAAABQAAAAMAAAAsAAAABAAAAXYAAQAAAAAAcAADAAEAAAAsAAMACgAAAXYABABEAAAABAAEAAEAAOgR//8AAOgA//8AAAABAAQAAAABAAIAAwAEAAUABgAHAAgACQAKAAsADAANAA4ADwAQABEAEgAAAQYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAA6AAAAAAAAAASAADoAAAA6AAAAAABAADoAQAA6AEAAAACAADoAgAA6AIAAAADAADoAwAA6AMAAAAEAADoBAAA6AQAAAAFAADoBQAA6AUAAAAGAADoBgAA6AYAAAAHAADoBwAA6AcAAAAIAADoCAAA6AgAAAAJAADoCQAA6AkAAAAKAADoCgAA6AoAAAALAADoCwAA6AsAAAAMAADoDAAA6AwAAAANAADoDQAA6A0AAAAOAADoDgAA6A4AAAAPAADoDwAA6A8AAAAQAADoEAAA6BAAAAARAADoEQAA6BEAAAASAAAAEAAA/2oD6ANSAAMABwALAA8AEwAXABsAHwAjACcAKwBLAFAAVABYAHwCPEuwFFBYQJEEAQIjKCMCZQoBCCUkJQgkbQAkKiUkKmshAR8WLBYfZQAsICAsYxQTEQMPHQ4dD2UVEhADDh4eDmMcARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJG0uwFVBYQJQEAQIjKCMCKG0KAQglJCUIJG0AJColJCprIQEfFiwWHyxtACwgICxjFBMRAw8dDh0PZRUSEAMOHh0OHmscARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJG0CWBAECIygjAihtCgEIJSQlCCRtACQqJSQqayEBHxYsFh8sbQAsIBYsIGsUExEDDx0OHQ8ObRUSEAMOHh0OHmscARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJWVlAalVVUVEYGAwMenh3dnV0c3Jxb2poZ2ZlZGNiYWBfXl1bVVhVWFdWUVRRVFNSUE9OTElHRkVEQ0JBQD44NTIwKyopKCcmJSQjIiEgHx4dHBgbGBsaGRcWFRQTEhEQDA8MDxIRERERERAzBRsrATMVIycjFTM3IxUzIxUzNRUzNSMXMzUjJxUzNQMzNSMXMzUjFzM1IzMjFTMBFRQOASsBERQGIyEiJjURND4BMyE1IzUhFSMVITIeAQMpARUhJTUjFTM1IxUBNCYjIREjNSM1MzUjNTM1ISIGHQEUFjMhFSMVITUjNSEyNjUBdz8/fT4+fT4++j8+Pn0+Pj8/vD8/fT8/fT8/vD8/AbUaKxkfIhz9EhwjGisZAZZ9ATl9AVcZKxq7/on+iQLu/Y8/vD8CsBIO/qk/Pj4+Pv5qDhERDgGWfQE5fQFXDhICGj99Pj4+Pz99Pj4+Pz8//c0/Pz8/Pz8CkPoZKhr+iBwiIhwCzxkrGj8+Pj8aK/3UvPs+Pj4+AdQOEv7HPz4/Pj8SDvoOET4/Pz4RDgAAAA8AAP9qA6EDUgADAAcACwAPABMAFwAbAB8AIwAzADcAOwA/AE8AcwCYQJVBJQIdEkktJAMTHQJHIR8CHRMJHVQbARMZFw0DCQgTCV8YFgwDCBURBwMFBAgFXhQQBgMEDwsDAwEABAFeGgESEh5YIAEeHgxIDgoCAwAAHFgAHBwNHElycG1qZ2ZjYF1bVlNNTEVEPz49PDs6OTg3NjU0MS8pJyMiISAfHh0cGxoZGBcWFRQTEhERERERERERECIFHSsXMzUjFzM1IyczNSMXMzUjJzM1IwEzNSMnMzUjATM1IyczNSMDNTQmJyMiBgcVFBY3MzI2ATM1IyczNSMXMzUjNzU0JicjIgYdARQWNzMyNjcRFAYjISImNRE0NjsBNTQ2OwEyFh0BMzU0NjsBMhYXFTMyFkehocWyssWhocWyssWhoQGbs7PWsrIBrKGh1rOzxAwGJAcKAQwGJAcKAZuhodazs9ahoRIKCCMICgoIIwgK1ywc/O4dKiodSDQlJCU01jYkIyU0AUcdKk+hoaEksrKyJKH9xKH6of3EoSSyATChBwoBDAahBwwBCv4msiShoaFroQcKAQwGoQcMAQos/TUdKiodAssdKjYlNDQlNjYlNDQlNioAAAAAAgAA/8gD4gLCABQAKQAyQC8ZGBcWFRMABwMCAUcUAQFFAAEAAgMBAmAAAwAAA1QAAwMAWAAAAwBMNTs3NAQFGCsBERQOASMhIi4BNRE0PgEzITIWFzcHCQEFJTU0JiMhIgYVERQWMyEyNjUDTBorGf3OGSsaGisZAjIhMwqW1f7U/s4BMgEsEQ79zg4SEg4CMg4RAhr+DBkrGhorGQIyGSsaKiFX8/6VAZZktgwOEREO/c4OEhIOAAgAAP+oA+gDUgADAAcACwAPABMAFwAbAB8AbkBrHQEEBR8BCQQZAQgJGwEGCBUBBwYFRx4BBRoBCRYBBgNGFwEHRAADAAIFAwJeCgEFAAQJBQReAAkACAYJCF4ABgsBBwYHWgAAAAFWAAEBDABJDAwICBMSERAMDwwPDg0ICwgLEhERERAMBRkrESE1IRUhNSEFFSE1ETUhFTUhNSEPAScXEwcnFxMHJxcD6PwYA+j8GAF3AjP9zQIz/c19nF5enJxeXpycXl4DFD67Prs/P/3NPz/6P7xeIH4Btl4gfQG1XiB9AAsAAP+oA+gDUgADAAcACwAPABMAIAApADUAPgBLAFQBBUuwFFBYQFoACwIFAgtlGwESCRJwAAMAAgsDAl4YDAIFDQEECgUEYBcBCgAPBgoPYAAGAAcRBgdeGgEQABEOEBFgGQEOABMIDhNgHBQCCBUWAgkSCAlgAAAAAVYAAQEMAEkbQFsACwIFAgsFbRsBEgkScAADAAILAwJeGAwCBQ0BBAoFBGAXAQoADwYKD2AABgAHEQYHXhoBEAARDhARYBkBDgATCA4TYBwUAggVFgIJEggJYAAAAAFWAAEBDABJWUBCTUxAPzc2KyoiIRUUEBBRUExUTVRGRT9LQEs7OjY+Nz4yMCo1KzUmJSEpIikbGhQgFSAQExATEhEREREREREQHQUdKxEhNSEVITUhBSE1IQUhFSEVNSEVAyIuATQ+ATIeARQOASciBhQWMjY0JgMiLgE0PgEzMhYUBiciBhQWMjY0JgMiLgE0PgEyHgEUDgEnIgYUFjI2NCYD6PwYA+j8GAE5AnH9jwJx/Y8Ccf2P2xkrGhorMisaGisZDhERHBERDhkrGhorGSc3NycOEREbEhINGSsaGisyKxoaKxkOEREcEREDFD67Pvo/+j/6Pz8BthoqMisaGisyKhp9EhwRERwS/oIaKzIrGjVSNX0RHBEVFBX+jxorMisaGisyKxp+EhwRERwSAAAAFQAA/6gD6AMUAA8AEwAXABsAHwA3ADsAPwBDAEcASwBPAFMAVwBbAF8AdwB7AH8AgwCHA0FLsAlQWECdADwHOwc8ZUYBODcGBjhlPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTRtLsApQWECiADwHOwc8ZUYBODcGBjhlPQEAADY1ADZeADUANCw1NF4AKisCKlIzMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuAywUEhAOBAwKLAxeAAoACQgKCV4ACAAHPAgHXgA7ADo5OzpeADkANzg5N14ABgEBBlIABgYBWQABBgFNG0uwC1BYQJ4APAc7BzxlRgE4NwY3OAZtPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTRtAnwA8BzsHPDttRgE4NwY3OAZtPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTVlZWUClfHxUVFBQTExISEREQEA8PDg4AgCHhoWEg4KBgHx/fH9+fXt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNgX15dXFtaWVhUV1RXVlVQU1BTUlFMT0xPTk1IS0hLSklER0RHRkVAQ0BDQkE8Pzw/Pj04Ozg7Ojk3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQCgcADwIPRwUUKwEhIgYVERQWMyEyNjURNCYFMxUjFTMVIwEhESE1ITUhNSE1MxUzNTMVMzUzFTM1MxUzNTMVMzUzJRUjPQIzFRcVIz0CMxUXFSM9AjMVFxUjPQIzFRcjNTM1IzUzNSM1IxUjNSMVIzUjFSM1IxUjNSMVIzUhNSE1IQE1IRU1ITUhJyE1IQOq/JUcIyMcA2scIiL8eTIyMjIDa/yVA2v8lQNr/JUyXVJXUV5LXlFeLP1vS1KoUVGpS0uvUVGKMjIyMjJeUVhLXlFeS10yA2v8lQNr/RICcf2PAnF9/gwB9AMUIh39EhwjIxwC7hwjhBINE/2JAiwNEwwTDQ0NDQ0NDQ0NDR8TEw0SEg0TEw0SEg0TEw0SEg0TEw0SEiATDRINBgwMDAwMDAwMDBkME/2VPz99Pz4/AAAQAAD/qAPoA1IADAAQABQAGAAcACAAJAAoACwAMAA0ADgAPAA/AEMARwE1S7AUUFhAZhsBCwMMAwtlAAwEBAxjGRcCFQUWBRVlGhgCFgYGFmMiFBEPBA0HDgcNZRMSEAMOCAgOYwkBBB4cAgEdBAFfJB8jAx0ABRUdBV4ABgAHDQYHXyEBCAAACABdCgEDAwJWIAECAgwDSRtAbBsBCwMMAwsMbQAMBAMMBGsZFwIVBRYFFRZtGhgCFgYFFgZrIhQRDwQNBw4HDQ5tExIQAw4IBw4IawkBBB4cAgEdBAFfJB8jAx0ABRUdBV4ABgAHDQYHXyEBCAAACABdCgEDAwJWIAECAgwDSVlAVUREQEAtLRUVAABER0RHRkVAQ0BDQkE/Pjw7Ojk4NzY1NDMyMS0wLTAvLiwrKikoJyYlJCMiISAfHh0cGxoZFRgVGBcWFBMSERAPDg0ADAAMEzQlBRYrGQExFBYzITI2NREzEQUhFSEVIRUhFTUhFRMjNTMFMxUjETMVIzczFSM3MxUjNxUjNSUzFSM3MxUjNzMVIwEnMwU1MxUzNTMVIxwCcRwi+vxXAnH9jwJx/Y8Ccfq8vPzTPz8/P30/P30/P7w//ok/P30/P30/PwHVP3f8+T8+PwNS/JUcIyMcAjMBOD68u7z6vLwCcbw/Pv3NPj4+Pj4+Pj76Pj4+Pj4BcEX6Pz8/PwAGAAD/qAPoAxQAAwAHAAsADwAfACMAt0uwFFBYQEEAAAQBBABlDAEBCgQBCmsACA4BCwYIC14ABgAHAwYHXgADAAIFAwJeDQEFAAQABQReAAoJCQpSAAoKCVkACQoJTRtAQgAABAEEAAFtDAEBCgQBCmsACA4BCwYIC14ABgAHAwYHXgADAAIFAwJeDQEFAAQABQReAAoJCQpSAAoKCVkACQoJTVlAJiAgCAgAACAjICMiIR4bFhMPDg0MCAsICwoJBwYFBAADAAMRDwUVKzc1IRUlITUhHQEhPQEhFSETETQmIyEiBhURFBYzITI2AxEhEbwB9P4MAnH9jwJx/Y8CcbsiHPyVHCMjHANrHCI+/JWjPj76Pn0+Pvo+/c0C7hwjIh39EhwjIwMK/RIC7gAAAwAA/+cD6ALVAB8AIwAnAFtAWAACAwEBAAIBXgQOAgANAQoLAApeDA8CCwkBBQYLBWAIAQYHBwZSCAEGBgdWAAcGB0ogIAEAJyYlJCAjICMiIRoYFxYVFBMSEQ8KCAcGBQQDAgAfAR8QBRQrASE1MzUjFTMVIyIGFREUFjsBFSMVMzUjNSEyNjURNCYBETMRKQERIQOq/W9e+l6cGyQjHJxe+l4CkRwiI/x6nALP/W8CkQJYPz4+PyYY/okcIz4/Pz4jHAF3GCb+SwF3/okBdwAAAAAEAAD/sQNNAv8ABgAUABkAJACGQBceAQIFHRYOBwQDAhkDAgMAAwEBAQAER0uwElBYQCcABQIFbwACAwJvAAMAA28AAAEBAGMGAQEEBAFSBgEBAQRXAAQBBEsbQCYABQIFbwACAwJvAAMAA28AAAEAbwYBAQQEAVIGAQEBBFcABAEES1lAEgAAISAYFxAPCQgABgAGFAcFFSsXNycHFTMVATQjIgcBBhUUMzI3ATYnFwEjNQEUDwEnNzYyHwEWyzKDM0gBXwwFBP7RBA0FBAEvAx7o/jDoA00UXehdFDsWgxQHM4MzPEcCBgwE/tIEBgwEAS4Ecej+L+kBmh0VXelcFRWDFgAAAAADAAD/qAOqAxQABAAIAA8ARUBCCgEERQgGAgQFBG8ABQAFbwcBAAADAgADXgACAQECUgACAgFWAAECAUoJCQEACQ8JDw4NDAsIBwYFAwIABAEECQUUKyUhFSE1ByM1MwE3FyMRIxEB1f4rA6o/fX39cPr6nLyj+/t9PgG2+vr+xwE5AAAWAAAAAAPoAlgAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFMAVwDAQL0pDQsJBwUDBwEoDAoIBgQCBwAPAQBeAA8ADhEPDl4AEQAQExEQXgATABIVExJeABUAFBcVFF4AFwAWGRcWXgAZABgbGRheKyclIyEfHQcbGhobUisnJSMhHx0HGxsaViomJCIgHhwHGhsaSldWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIRERERERERERAsBR0rEzM1IxczNSMXMzUjFzM1IxczNSMXMzUjFzM1IwUzNSMFMzUjBTM1IwUzNSMFMzUjBTM1IwUzNSMXMzUjFzM1IxczNSMXMzUjFzM1IxczNSMTMzUjATM1Iz8+Pn0+Pn0+Pn0+Pn0+Pn0+Pn0+PvzTPz8Dqj4+/FY/PwOqPj78Vj8/A6o+PvzTPz99Pz99Pz99Pz99Pz99Pz99Pz8/Pj78Vj8/Aho+Pj4+Pj4+Pj4+Pj4+fT99Pn0/fT59P30+fT8/Pz8/Pz8/Pz8/Pz8Bdz7+DD8AAAAAAQAA/2oBigNSACAAKEAlBAEABQEFAAFtAwEBAgUBAmsABQUMSAACAg0CSRUhJRUhEwYFGisBFAYnIxEzMh4BDwEGIi8BJjQ2OwERIyImNj8BNjIfARYBiRYOR0cPFAIMjwoeCo8KFA9ISA4WAgmPCxwLjwsCnw4WAf3EFB4LjgsLjgseFAI8FB4LjgsLjgsABwAAAAAD6AJYAAMABwALAA8AGAAhACwCMbcqJyQDCQgBR0uwClBYQE4HAQMACgADCm0RAQoMAApjDQEMCAAMYw8BDgkLBQ5lAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbS7ALUFhARAcBAwAKAAMKbQ0MEQMKCAAKYw8OAgsJAgULZQYBAgUJAgVrAAEAAAMBAF4QAQgACQsICWAABQQEBVIABQUEVwAEBQRLG0uwEVBYQE4HAQMACgADCm0RAQoMAApjDQEMCAAMYw8BDgkLBQ5lAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbS7ASUFhAUAcBAwAKAAMKbREBCgwACmMNAQwIAAwIaw8BDgkLCQ4LbQALAgULYwYBAgUJAgVrAAEAAAMBAF4QAQgACQ4ICWAABQQEBVIABQUEVwAEBQRLG0uwE1BYQFEHAQMACgADCm0RAQoMAAoMaw0BDAgADAhrDwEOCQsJDgttAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbQFIHAQMACgADCm0RAQoMAAoMaw0BDAgADAhrDwEOCQsJDgttAAsCCQsCawYBAgUJAgVrAAEAAAMBAF4QAQgACQ4ICWAABQQEBVIABQUEVwAEBQRLWVlZWVlAIxoZERAsKykoJiUjIh4dGSEaIRUUEBgRGBEREREREREQEgUcKxMhNSEDMxEjEyE1KQEzESMFIgYUFjI2NCYnMhYUBiImNDYXMxU3MwcXIycVIz4Da/yVPj8/PwNr/JUDaz4+/dgiJydDJychMDk5YDo6yR9mKHF5KW0fAho+/ksBd/5KPwF3XzJWMjJWMhlAbEBAbEAEYGBqem5uAAAAAQAA/7QDDwMIADYAPUA6AAIFBgUCBm0ABgQFBgRrAAEAAwcBA2AABwAFAgcFYAAEAAAEVAAEBABYAAAEAEwmFyYlExUVIggFHCslFAYjIicBJjQ2MhcBFhQGIicBJiIGFhcBFjMyNjc0JwEmIyIGFB8BFhQGIi8BJjU0NjMyFwEWAw9YQUs4/k4/fLBAAVIFIhAG/q4sdFIBKgGxIy4kLgEk/rwOExAWDuUGJA8F5SNALTEiAUU3TUFYNwGyQK98P/6uBRAiBQFTK1R1K/5PJDAjLiMBRA4WIg/kBhAiBeUiMS5AJP68NgAAAAABAAD/sQPFAwsAfgBQQE1ZVDMDCAUXAQECAkcKAQYLCQcDBQgGBWAACAACAQgCYAwDAgEAAAFUDAMCAQEAWAQBAAEATHp5cG9rZWBfWFVPTkpEPjxlFjgUYA0FGSsFIiYiBiMiJjU0NjI2NzY9ATQnJiMhIg8BFBceATIWFxQGByImIgYjIiY1ND4CNzY1JxE3NiY0LgIjJi8BLgE3NDY3MhYyNjMyFhUUBiIGBwYVFxYzITI3Nj0BNCcuAjU0NjcyFjI2MzIWFRQGIgYHBhUTFBceATIWFxQGA6sZYjJiGQ4OEhogCRIBBxX+iBYHARUJIh4UAQ4NGmgxXhgNDhIWHgkSAQEBAgQECAUIER0MFgEMDhpoMGAWDg4SGh4JEwEHDwGGDgcBEwouHA4OGGQvYBgODhQYIgcUARMJIBwSAQxPBAQYDRESCAULQ9oMBQMD4E8NBQQQEg4YAQQEGA0REAQEBw1DHwHGDgwSGBgQFAUBAgEMFA4YAQQEGg0REAQFDE7EAgIGDLJODAYCDBYOGAEEBBoNERAEBQ1N/fJCDAYEEhAOGAAAAQAA/7ECyQMLACsALkArHQgCAQIBRwACAAEAAmUDAQEBbgAEAAAEVAAEBABYAAAEAEw9MxM4IwUFGSsBFRQGIyIHBgcGFREUBisBIiY1ESMRFAYrASImNREmJyYnJjU0Njc2MyEyFgLJFA4cAg8DAhQOPA4UUBIQPA4UUjdGJSRjQz6rAQsOFALpKRAkAQMOBh79fQ4UFA4CqP1YDhQUDgEVBxohQ0FQXIUXFRQAAAACAAD/agNrA1IAGwAfAEdARAQCAgAPEA0DBQYABV4ODAIGCwkCBwgGB14DAQEBDEgKAQgIDQhJAAAfHh0cABsAGxoZGBcWFRQTEREREREREREREQUdKwE1IzcjByM3IwcjFTMHIxUzBzM3MwczNzM1IzcHIzczA2ucH30f+h99H9vLH6ycH30f+h99H9vLH5z6H/oB2336+vr6ffp9+vr6+n36+voAAAABAAAAAQAAH+a/t18PPPUACwPoAAAAANOqshAAAAAA06qyEAAA/2oD6ANSAAAACAACAAAAAAAAAAEAAANS/2oAAAPoAAD//wPoAAEAAAAAAAAAAAAAAAAAAAATA+gAAAPoAAADoAAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAANZAAAD6AAAA+gAAAGsAAAD6AAAAxEAAAPoAAACygAAA2sAAAAAAAABygK4AxQDhgSMBuIH6giCCOwJcAmyCpgK4AxCDLgNjA3kDjcAAQAAABMAiAAWAAAAAAACAI4AngBzAAABWwtwAAAAAAAAABIA3gABAAAAAAAAADUAAAABAAAAAAABABEANQABAAAAAAACAAcARgABAAAAAAADABEATQABAAAAAAAEABEAXgABAAAAAAAFAAsAbwABAAAAAAAGABEAegABAAAAAAAKACsAiwABAAAAAAALABMAtgADAAEECQAAAGoAyQADAAEECQABACIBMwADAAEECQACAA4BVQADAAEECQADACIBYwADAAEECQAEACIBhQADAAEECQAFABYBpwADAAEECQAGACIBvQADAAEECQAKAFYB3wADAAEECQALACYCNUNvcHlyaWdodCAoQykgMjAxNiBieSBvcmlnaW5hbCBhdXRob3JzIEAgZm9udGVsbG8uY29tZm9ybS1idWlsZGVyLWZvbnRSZWd1bGFyZm9ybS1idWlsZGVyLWZvbnRmb3JtLWJ1aWxkZXItZm9udFZlcnNpb24gMS4wZm9ybS1idWlsZGVyLWZvbnRHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBDAG8AcAB5AHIAaQBnAGgAdAAgACgAQwApACAAMgAwADEANgAgAGIAeQAgAG8AcgBpAGcAaQBuAGEAbAAgAGEAdQB0AGgAbwByAHMAIABAACAAZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AFIAZQBnAHUAbABhAHIAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AGYAbwByAG0ALQBiAHUAaQBsAGQAZQByAC0AZgBvAG4AdABWAGUAcgBzAGkAbwBuACAAMQAuADAAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABMBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAAMYXV0b2NvbXBsZXRlCGNhbGVuZGFyCGNoZWNrYm94DmNoZWNrYm94LWdyb3VwC3JhZGlvLWdyb3VwCXJpY2gtdGV4dAZzZWxlY3QJdGV4dC1hcmVhCnRleHQtaW5wdXQGcGVuY2lsCmZpbGUtaW5wdXQMaGlkZGVuLWlucHV0D3Jlc2l6ZS12ZXJ0aWNhbAxidXR0b24taW5wdXQGYXR0YWNoBmhlYWRlcglwYXJhZ3JhcGgGbnVtYmVyAAAAAAABAAH//wAPAAAAAAAAAAAAAAAAAAAAAAAYABgAGAAYA1L/agNS/2qwACwgsABVWEVZICBLuAAOUUuwBlNaWLA0G7AoWWBmIIpVWLACJWG5CAAIAGNjI2IbISGwAFmwAEMjRLIAAQBDYEItsAEssCBgZi2wAiwgZCCwwFCwBCZasigBCkNFY0VSW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCxAQpDRWNFYWSwKFBYIbEBCkNFY0UgsDBQWCGwMFkbILDAUFggZiCKimEgsApQWGAbILAgUFghsApgGyCwNlBYIbA2YBtgWVlZG7ABK1lZI7AAUFhlWVktsAMsIEUgsAQlYWQgsAVDUFiwBSNCsAYjQhshIVmwAWAtsAQsIyEjISBksQViQiCwBiNCsQEKQ0VjsQEKQ7ABYEVjsAMqISCwBkMgiiCKsAErsTAFJbAEJlFYYFAbYVJZWCNZISCwQFNYsAErGyGwQFkjsABQWGVZLbAFLLAHQyuyAAIAQ2BCLbAGLLAHI0IjILAAI0JhsAJiZrABY7ABYLAFKi2wBywgIEUgsAtDY7gEAGIgsABQWLBAYFlmsAFjYESwAWAtsAgssgcLAENFQiohsgABAENgQi2wCSywAEMjRLIAAQBDYEItsAosICBFILABKyOwAEOwBCVgIEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsAssICBFILABKyOwAEOwBCVgIEWKI2EgZLAkUFiwABuwQFkjsABQWGVZsAMlI2FERLABYC2wDCwgsAAjQrILCgNFWCEbIyFZKiEtsA0ssQICRbBkYUQtsA4ssAFgICCwDENKsABQWCCwDCNCWbANQ0qwAFJYILANI0JZLbAPLCCwEGJmsAFjILgEAGOKI2GwDkNgIIpgILAOI0IjLbAQLEtUWLEEZERZJLANZSN4LbARLEtRWEtTWLEEZERZGyFZJLATZSN4LbASLLEAD0NVWLEPD0OwAWFCsA8rWbAAQ7ACJUKxDAIlQrENAiVCsAEWIyCwAyVQWLEBAENgsAQlQoqKIIojYbAOKiEjsAFhIIojYbAOKiEbsQEAQ2CwAiVCsAIlYbAOKiFZsAxDR7ANQ0dgsAJiILAAUFiwQGBZZrABYyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsQAAEyNEsAFDsAA+sgEBAUNgQi2wEywAsQACRVRYsA8jQiBFsAsjQrAKI7ABYEIgYLABYbUQEAEADgBCQopgsRIGK7ByKxsiWS2wFCyxABMrLbAVLLEBEystsBYssQITKy2wFyyxAxMrLbAYLLEEEystsBkssQUTKy2wGiyxBhMrLbAbLLEHEystsBwssQgTKy2wHSyxCRMrLbAeLACwDSuxAAJFVFiwDyNCIEWwCyNCsAojsAFgQiBgsAFhtRAQAQAOAEJCimCxEgYrsHIrGyJZLbAfLLEAHistsCAssQEeKy2wISyxAh4rLbAiLLEDHistsCMssQQeKy2wJCyxBR4rLbAlLLEGHistsCYssQceKy2wJyyxCB4rLbAoLLEJHistsCksIDywAWAtsCosIGCwEGAgQyOwAWBDsAIlYbABYLApKiEtsCsssCorsCoqLbAsLCAgRyAgsAtDY7gEAGIgsABQWLBAYFlmsAFjYCNhOCMgilVYIEcgILALQ2O4BABiILAAUFiwQGBZZrABY2AjYTgbIVktsC0sALEAAkVUWLABFrAsKrABFTAbIlktsC4sALANK7EAAkVUWLABFrAsKrABFTAbIlktsC8sIDWwAWAtsDAsALABRWO4BABiILAAUFiwQGBZZrABY7ABK7ALQ2O4BABiILAAUFiwQGBZZrABY7ABK7AAFrQAAAAAAEQ+IzixLwEVKi2wMSwgPCBHILALQ2O4BABiILAAUFiwQGBZZrABY2CwAENhOC2wMiwuFzwtsDMsIDwgRyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsABDYbABQ2M4LbA0LLECABYlIC4gR7AAI0KwAiVJiopHI0cjYSBYYhshWbABI0KyMwEBFRQqLbA1LLAAFrAEJbAEJUcjRyNhsAlDK2WKLiMgIDyKOC2wNiywABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyCwCEMgiiNHI0cjYSNGYLAEQ7ACYiCwAFBYsEBgWWawAWNgILABKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwAmIgsABQWLBAYFlmsAFjYSMgILAEJiNGYTgbI7AIQ0awAiWwCENHI0cjYWAgsARDsAJiILAAUFiwQGBZZrABY2AjILABKyOwBENgsAErsAUlYbAFJbACYiCwAFBYsEBgWWawAWOwBCZhILAEJWBkI7ADJWBkUFghGyMhWSMgILAEJiNGYThZLbA3LLAAFiAgILAFJiAuRyNHI2EjPDgtsDgssAAWILAII0IgICBGI0ewASsjYTgtsDkssAAWsAMlsAIlRyNHI2GwAFRYLiA8IyEbsAIlsAIlRyNHI2EgsAUlsAQlRyNHI2GwBiWwBSVJsAIlYbkIAAgAY2MjIFhiGyFZY7gEAGIgsABQWLBAYFlmsAFjYCMuIyAgPIo4IyFZLbA6LLAAFiCwCEMgLkcjRyNhIGCwIGBmsAJiILAAUFiwQGBZZrABYyMgIDyKOC2wOywjIC5GsAIlRlJYIDxZLrErARQrLbA8LCMgLkawAiVGUFggPFkusSsBFCstsD0sIyAuRrACJUZSWCA8WSMgLkawAiVGUFggPFkusSsBFCstsD4ssDUrIyAuRrACJUZSWCA8WS6xKwEUKy2wPyywNiuKICA8sAQjQoo4IyAuRrACJUZSWCA8WS6xKwEUK7AEQy6wKystsEAssAAWsAQlsAQmIC5HI0cjYbAJQysjIDwgLiM4sSsBFCstsEEssQgEJUKwABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyBHsARDsAJiILAAUFiwQGBZZrABY2AgsAErIIqKYSCwAkNgZCOwA0NhZFBYsAJDYRuwA0NgWbADJbACYiCwAFBYsEBgWWawAWNhsAIlRmE4IyA8IzgbISAgRiNHsAErI2E4IVmxKwEUKy2wQiywNSsusSsBFCstsEMssDYrISMgIDywBCNCIzixKwEUK7AEQy6wKystsEQssAAVIEewACNCsgABARUUEy6wMSotsEUssAAVIEewACNCsgABARUUEy6wMSotsEYssQABFBOwMiotsEcssDQqLbBILLAAFkUjIC4gRoojYTixKwEUKy2wSSywCCNCsEgrLbBKLLIAAEErLbBLLLIAAUErLbBMLLIBAEErLbBNLLIBAUErLbBOLLIAAEIrLbBPLLIAAUIrLbBQLLIBAEIrLbBRLLIBAUIrLbBSLLIAAD4rLbBTLLIAAT4rLbBULLIBAD4rLbBVLLIBAT4rLbBWLLIAAEArLbBXLLIAAUArLbBYLLIBAEArLbBZLLIBAUArLbBaLLIAAEMrLbBbLLIAAUMrLbBcLLIBAEMrLbBdLLIBAUMrLbBeLLIAAD8rLbBfLLIAAT8rLbBgLLIBAD8rLbBhLLIBAT8rLbBiLLA3Ky6xKwEUKy2wYyywNyuwOystsGQssDcrsDwrLbBlLLAAFrA3K7A9Ky2wZiywOCsusSsBFCstsGcssDgrsDsrLbBoLLA4K7A8Ky2waSywOCuwPSstsGossDkrLrErARQrLbBrLLA5K7A7Ky2wbCywOSuwPCstsG0ssDkrsD0rLbBuLLA6Ky6xKwEUKy2wbyywOiuwOystsHAssDorsDwrLbBxLLA6K7A9Ky2wciyzCQQCA0VYIRsjIVlCK7AIZbADJFB4sAEVMC0AS7gAyFJYsQEBjlmwAbkIAAgAY3CxAAVCsgABACqxAAVCswoCAQgqsQAFQrMOAAEIKrEABkK6AsAAAQAJKrEAB0K6AEAAAQAJKrEDAESxJAGIUViwQIhYsQNkRLEmAYhRWLoIgAABBECIY1RYsQMARFlZWVmzDAIBDCq4Af+FsASNsQIARAAA) format("truetype"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5Db3B5cmlnaHQgKEMpIDIwMTYgYnkgb3JpZ2luYWwgYXV0aG9ycyBAIGZvbnRlbGxvLmNvbTwvbWV0YWRhdGE+CjxkZWZzPgo8Zm9udCBpZD0iZm9ybS1idWlsZGVyLWZvbnQiIGhvcml6LWFkdi14PSIxMDAwIiA+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9ImZvcm0tYnVpbGRlci1mb250IiBmb250LXdlaWdodD0iNDAwIiBmb250LXN0cmV0Y2g9Im5vcm1hbCIgdW5pdHMtcGVyLWVtPSIxMDAwIiBhc2NlbnQ9Ijg1MCIgZGVzY2VudD0iLTE1MCIgLz4KPG1pc3NpbmctZ2x5cGggaG9yaXotYWR2LXg9IjEwMDAiIC8+CjxnbHlwaCBnbHlwaC1uYW1lPSJhdXRvY29tcGxldGUiIHVuaWNvZGU9IiYjeGU4MDA7IiBkPSJNMzc1IDUzOGg2M3YtNjNoLTYzdjYzeiBtLTEyNSA2MmgtNjJ2LTYyaDYydjYyeiBtMTI1IDBoLTYydi02Mmg2MnY2MnogbS0yNTAtNjJ2LTYzaDYzdjYzaC02M3ogbTYzLTEyNWg2MnY2MmgtNjJ2LTYyeiBtMTI1IDBoNjJ2NjJoLTYydi02MnogbS02MyAxMjV2LTYzaDYzdjYzaC02M3ogbS0xMjUtNTYzaDYzdjYzaC02M3YtNjN6IG0xMjUgMGg2M3Y2M2gtNjN2LTYzeiBtMTI1IDBoNjN2NjNoLTYzdi02M3ogbTE4OCA2M2gtNjN2LTYzaDYzdjYzeiBtNDM3IDU5M3YtMjUwYzAtNTAtNDQtOTMtOTQtOTNoLTMxdi0xODgtMTg4YzAtMzctMjUtNjItNjItNjJoLTc1MGMtMzggMC02MyAyNS02MyA2MnY3MTljMCA1MCA0NCA5NCA5NCA5NGgxODcgMjE5djMxIDMyaC02Mi02M3YzMSAzMWgxNTYgMTU3di0zMS0zMWgtNjMtNjJ2LTMyLTMxaDE4NyAxNTZjNTAgMCA5NC00NCA5NC05NHogbS0xODctNTMxaC0zNzUtMzc1di0xODhoNzUwdjE4OHogbS02MjUgNjN2NjJoLTYzdi02Mmg2M3ogbTEyNSAwdjYyaC02M3YtNjJoNjN6IG02MjUgNDY4YzAgMTktMTMgMzItMzIgMzJoLTM0M3YtMTU3LTE1NmgtMzItMzF2MzEgMzJoLTYydjYyaDYydjMxIDMyaC02MnY2Mmg2MnYzMSAzMmgtNDA2Yy0xOSAwLTMxLTEzLTMxLTMydi0yNTBjMC0xOCAxMi0zMSAzMS0zMWg0MDZ2LTYyaC0xMjV2LTMyLTMxaDE1NiAxNTd2MzEgMzJoLTEyNXY2MmgzNDNjMTkgMCAzMiAxMyAzMiAzMXYyNTB6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJjYWxlbmRhciIgdW5pY29kZT0iJiN4ZTgwMTsiIGQ9Ik03MS03OWgxNjF2MTYxaC0xNjF2LTE2MXogbTE5NyAwaDE3OHYxNjFoLTE3OHYtMTYxeiBtLTE5NyAxOTdoMTYxdjE3OGgtMTYxdi0xNzh6IG0xOTcgMGgxNzh2MTc4aC0xNzh2LTE3OHogbS0xOTcgMjE0aDE2MXYxNjFoLTE2MXYtMTYxeiBtNDExLTQxMWgxNzl2MTYxaC0xNzl2LTE2MXogbS0yMTQgNDExaDE3OHYxNjFoLTE3OHYtMTYxeiBtNDI4LTQxMWgxNjF2MTYxaC0xNjF2LTE2MXogbS0yMTQgMTk3aDE3OXYxNzhoLTE3OXYtMTc4eiBtLTE5NiA0ODJ2MTYxcTAgNy02IDEydC0xMiA2aC0zNnEtNyAwLTEyLTZ0LTYtMTJ2LTE2MXEwLTcgNi0xM3QxMi01aDM2cTcgMCAxMiA1dDYgMTN6IG00MTAtNDgyaDE2MXYxNzhoLTE2MXYtMTc4eiBtLTIxNCAyMTRoMTc5djE2MWgtMTc5di0xNjF6IG0yMTQgMGgxNjF2MTYxaC0xNjF2LTE2MXogbTE4IDI2OHYxNjFxMCA3LTUgMTJ0LTEzIDZoLTM1cS04IDAtMTMtNnQtNS0xMnYtMTYxcTAtNyA1LTEzdDEzLTVoMzVxOCAwIDEzIDV0NSAxM3ogbTIxNSAzNnYtNzE1cTAtMjktMjItNTB0LTUwLTIxaC03ODZxLTI5IDAtNTAgMjF0LTIxIDUwdjcxNXEwIDI5IDIxIDUwdDUwIDIxaDcydjU0cTAgMzcgMjYgNjN0NjMgMjZoMzZxMzcgMCA2My0yNnQyNi02M3YtNTRoMjE0djU0cTAgMzcgMjcgNjN0NjMgMjZoMzVxMzcgMCA2My0yNnQyNy02M3YtNTRoNzFxMjkgMCA1MC0yMXQyMi01MHoiIGhvcml6LWFkdi14PSI5MjguNiIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJjaGVja2JveCIgdW5pY29kZT0iJiN4ZTgwMjsiIGQ9Ik04NDQgNTM4di01MDBjMC01MS00NC05NC05NC05NGgtNTYyYy01MCAwLTk0IDQzLTk0IDk0djU2MmMwIDUwIDQ0IDk0IDk0IDk0aDU2MmM0NCAwIDgxLTMxIDk0LTc1bDE1MCA4Ny0xNTAtMTY4eiBtLTYzLTc1bC0zMDAtMzYzLTMwNiA0MDYgMzA2LTEwMCAzMDAgMTgydjEyYzAgMTktMTIgMzEtMzEgMzFoLTU2MmMtMTkgMC0zMi0xMi0zMi0zMXYtNTYyYzAtMTkgMTMtMzIgMzItMzJoNTYyYzE5IDAgMzEgMTMgMzEgMzJ2NDI1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iY2hlY2tib3gtZ3JvdXAiIHVuaWNvZGU9IiYjeGU4MDM7IiBkPSJNMCA3ODhoMTAwMHY2MmgtMTAwMHYtNjJ6IG0wLTEyNWgxMDAwdjYyaC0xMDAwdi02MnogbTM3NS0xMjV2LTYzaDU2M3Y2M2gtNTYzeiBtNTYzLTU2M3Y2M2gtNTYzdi02M2g1NjN6IG0tNTYzIDI1MGg1NjN2NjNoLTU2M3YtNjN6IG0tMTI1LTEyNWwtMTU2LTk0LTk0IDMyIDk0LTEyNiAxNTYgMTg4eiBtMCAyNTBsLTE1Ni05NC05NCAzMiA5NC0xMjUgMTU2IDE4N3ogbTAgMjUwbC0xNTYtOTQtOTQgMzIgOTQtMTI1IDE1NiAxODd6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJyYWRpby1ncm91cCIgdW5pY29kZT0iJiN4ZTgwNDsiIGQ9Ik0wIDc4OGgxMDAwdjYyaC0xMDAwdi02MnogbTAtMTI1aDEwMDB2NjJoLTEwMDB2LTYyeiBtMzEzLTE4OGg2MjV2NjNoLTYyNXYtNjN6IG02MjUtMTg3aC02MjV2LTYzaDYyNXY2M3ogbTAtMzEzdjYzaC02MjV2LTYzaDYyNXogbS04NDQgNDM4Yy01MCAwLTk0IDQzLTk0IDkzczQ0IDk0IDk0IDk0IDk0LTQ0IDk0LTk0LTQ0LTkzLTk0LTkzeiBtMCAxMjVjLTE5IDAtMzEtMTMtMzEtMzJzMTItMzEgMzEtMzEgMzEgMTMgMzEgMzEtMTIgMzItMzEgMzJ6IG0wLTM4MmMtNTAgMC05NCA0NC05NCA5NHM0NCA5NCA5NCA5NCA5NC0zOCA5NC05NC00NC05NC05NC05NHogbTAgMTI1Yy0xOSAwLTMxLTEyLTMxLTMxczEyLTMxIDMxLTMxIDMxIDE5IDMxIDMxLTEyIDMxLTMxIDMxeiBtMC0zNjljLTUwIDAtOTQgNDQtOTQgOTRzNDQgOTQgOTQgOTQgOTQtNDQgOTQtOTQtNDQtOTQtOTQtOTR6IG0wIDEyNmMtMTkgMC0zMS0xMy0zMS0zMnMxMi0zMSAzMS0zMSAzMSAxMiAzMSAzMS0xMiAzMi0zMSAzMnoiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InJpY2gtdGV4dCIgdW5pY29kZT0iJiN4ZTgwNTsiIGQ9Ik05MzggNzg4aC04NzVjLTM4IDAtNjMtMjUtNjMtNjN2LTc1MGMwLTM4IDI1LTYzIDYzLTYzaDg3NWMzNyAwIDYyIDI1IDYyIDYzdjc1MGMwIDM4LTI1IDYzLTYyIDYzeiBtLTg3NS0xMzJoNTB2LTE4aC01MHYxOHogbTAtMzFoNTB2LTE5aC01MHYxOXogbTg3NS02NTBoLTg3NXY1NTZoODc1di01NTZ6IG0wIDU2OWgtODc1djE5aDg3NXYtMTl6IG0wIDMxaC04NzV2MTloNTB2LTEzaDkzdjEzaDgydi0xM2g4N3YxM2g4MXYtMTNoOTR2MTNoNzV2LTEzaDk0djEzaDgxdi0xM2g5NHYxM2g0NHYtMTl6IG0tNjU3IDUwdi0xOWgtNzV2MTloNzV6IG0tNzUgMTN2MThoODJ2LTE4aC04MnogbTI1MC0xM3YtMTloLTgxdjE5aDgxeiBtLTgxIDEzdjE4aDgxdi0xOGgtODF6IG0yNTAtMTN2LTE5aC03NXYxOWg3NXogbS03NSAxM3YxOGg3NXYtMThoLTc1eiBtMjUwLTEzdi0xOWgtODF2MTloODF6IG0tODEgMTN2MThoODF2LTE4aC04MXogbTIxOS0zMmgtNTB2MTloNTB2LTE5eiBtMCAzMmgtNTB2MThoNTB2LTE4eiBtMCAzMWgtNTB2NmgtOTR2LTEyaC04MXYxMmgtODh2LTEyaC03NXYxMmgtOTR2LTEyaC04MXYxMmgtOTR2LTEyaC03NXYxMmgtOTN2LTEyaC01MHYyNWg4NzV2LTE5eiBtMCAzMWgtODc1djE5aDg3NXYtMTl6IG0tNzUwLTYwMHY2M2g2MjV2LTYzaC02MjV6IG02MjUgMTI1aC02MjV2NjNoNjI1di02M3ogbS0xMjUgMTI1aC01MDB2NjNoNTAwdi02M3oiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InNlbGVjdCIgdW5pY29kZT0iJiN4ZTgwNjsiIGQ9Ik0wIDg1MHYtODc1aDBjMC0zOCAyNS02MyA2My02M2g2MjVjMzcgMCA2MiAyNSA2MiA2M2gwdjU2M2gyNTB2MzEyaC0xMDAweiBtNjMtNjJoNjI1di0xODhoLTYyNXYxODh6IG0wLTM3NWg2MjV2LTE4OGgtNjI1djE4OHogbTAtNDM4djE4OGg2MjV2LTE4OGgtNjI1eiBtODc1IDYyNWgtMTg4djE4OGgxODh2LTE4OHogbS04MTMgMTI1aDYzdi02MmgtNjN2NjJ6IG0wLTYyNWg2M3YtNjJoLTYzdjYyeiBtMTI1IDBoNjN2LTYyaC02M3Y2MnogbTEyNSAwaDYzdi02MmgtNjN2NjJ6IG0xODggMHYtNjJoLTYzdjYyaDYzeiBtLTQzOCAyNTBoNjN2LTYyaC02M3Y2MnogbTEyNSAwaDYzdi02MmgtNjN2NjJ6IG0xMjUgMGg2M3YtNjJoLTYzdjYyeiBtNDY5IDMwNmwtNjMgNjloMTE5bC01Ni02OXogbS03MTktMTgxdjYzaDYzdi02M2gtNjNsMCAweiBtMTI1IDB2NjNoNjN2LTYzaC02M2wwIDB6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJ0ZXh0LWFyZWEiIHVuaWNvZGU9IiYjeGU4MDc7IiBkPSJNMTg4IDE2M3Y2Mmg1MDB2LTYyaC01MDBsMCAweiBtMCAyNTBoNjI1djYyaC02MjV2LTYybDAgMHogbTAtNjN2LTYyaDYyNXY2MmgtNjI1bDAgMHogbTYyNSAyNTBoLTYyNXYtNjJoNjI1djYybDAgMHogbTE4Ny02MjV2NzUwYzAgMzgtMjUgNjMtNjIgNjNoLTg3NWMtMzggMC02My0yNS02My02M3YtNzUwYzAtMzggMjUtNjMgNjMtNjNoODc1YzM3IDAgNjIgMjUgNjIgNjN6IG0tNjIgNzUwdi03NTBoLTg3NXY3NTBoODc1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0idGV4dC1pbnB1dCIgdW5pY29kZT0iJiN4ZTgwODsiIGQ9Ik05MzggNjAwaC02NTd2NjNoOTR2NjJoLTk0LTYyLTk0di02Mmg5NHYtNjNoLTE1NmMtMzggMC02My0zMS02My02MnYtMzc1YzAtMzggMjUtNjMgNjMtNjNoMTU2di02MmgtOTR2LTYzaDI1MHY2M2gtOTR2NjJoNjU3YzM3IDAgNjIgMjUgNjIgNjN2Mzc1YzAgMzEtMjUgNjItNjIgNjJ6IG0tODc1LTQzN3YzNzVoMTU2di0zNzVoLTE1NnogbTg3NSAwaC02NTd2Mzc1aDY1N3YtMzc1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0icGVuY2lsIiB1bmljb2RlPSImI3hlODA5OyIgZD0iTTIwMy03bDUwIDUxLTEzMSAxMzEtNTEtNTF2LTYwaDcydi03MWg2MHogbTI5MSA1MThxMCAxMi0xMiAxMi01IDAtOS00bC0zMDMtMzAycS00LTQtNC0xMCAwLTEyIDEzLTEyIDUgMCA5IDRsMzAzIDMwMnEzIDQgMyAxMHogbS0zMCAxMDdsMjMyLTIzMi00NjQtNDY1aC0yMzJ2MjMzeiBtMzgxLTU0cTAtMjktMjAtNTBsLTkzLTkzLTIzMiAyMzMgOTMgOTJxMjAgMjEgNTAgMjEgMjkgMCA1MS0yMWwxMzEtMTMxcTIwLTIyIDIwLTUxeiIgaG9yaXotYWR2LXg9Ijg1Ny4xIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9ImZpbGUtaW5wdXQiIHVuaWNvZGU9IiYjeGU4MGE7IiBkPSJNNDY5IDE2M2gtNDY5di0yNTFoOTM4djI1MWgtNDY5eiBtNDA2LTEyNWgtMTI1djYyaDEyNXYtNjJ6IG0tNjU2IDUwMGwyNTAgMjUwIDI1MC0yNTBoLTE1NnYtMzEzaC0xODh2MzEzeiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iaGlkZGVuLWlucHV0IiB1bmljb2RlPSImI3hlODBiOyIgZD0iTTYzIDUzOGw2MiAwIDAgNjItNjIgMHogbTEyNSAwbDYyIDAgMCA2Mi02MiAweiBtMTI1IDBsNjIgMCAwIDYyLTYyIDB6IG0xMjUgMGw2MiAwIDAgNjItNjIgMHogbTEyNSAwbDYyIDAgMCA2Mi02MiAweiBtMTI1IDBsNjIgMCAwIDYyLTYyIDB6IG0xMjUgMGw2MiAwIDAgNjItNjIgMHogbS04MTMtNjNsNjMgMCAwIDYzLTYzIDB6IG05MzgtNjJsNjIgMCAwIDYyLTYyIDB6IG0tOTM4LTYzbDYzIDAgMCA2My02MyAweiBtOTM4LTYybDYyIDAgMCA2Mi02MiAweiBtLTkzOC02M2w2MyAwIDAgNjMtNjMgMHogbTkzOC02Mmw2MiAwIDAgNjItNjIgMHogbS04MTMtNjNsNjMgMCAwIDYzLTYzIDB6IG0xMjUgMGw2MyAwIDAgNjMtNjMgMHogbTEyNSAwbDYzIDAgMCA2My02MyAweiBtMTI1IDBsNjMgMCAwIDYzLTYzIDB6IG0xMjUgMGw2MyAwIDAgNjMtNjMgMHogbTEyNSAwbDYzIDAgMCA2My02MyAweiBtMTI1IDBsNjMgMCAwIDYzLTYzIDB6IG02MyA0MzhsNjIgMCAwIDYyLTYyIDB6IG0tOTM4LTQzOGw2MyAwIDAgNjMtNjMgMHoiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InJlc2l6ZS12ZXJ0aWNhbCIgdW5pY29kZT0iJiN4ZTgwYzsiIGQ9Ik0zOTMgNjcxcTAtMTQtMTEtMjV0LTI1LTEwaC03MXYtNTcyaDcxcTE1IDAgMjUtMTB0MTEtMjUtMTEtMjZsLTE0My0xNDJxLTEwLTExLTI1LTExdC0yNSAxMWwtMTQzIDE0MnEtMTAgMTEtMTAgMjZ0MTAgMjUgMjUgMTBoNzJ2NTcyaC03MnEtMTQgMC0yNSAxMHQtMTAgMjUgMTAgMjZsMTQzIDE0MnExMSAxMSAyNSAxMXQyNS0xMWwxNDMtMTQycTExLTExIDExLTI2eiIgaG9yaXotYWR2LXg9IjQyOC42IiAvPgoKPGdseXBoIGdseXBoLW5hbWU9ImJ1dHRvbi1pbnB1dCIgdW5pY29kZT0iJiN4ZTgwZDsiIGQ9Ik02MiA1MzhsODc1IDAgMCA2Mi04NzUgMHogbS02Mi0zNzVsNjMgMCAwIDM3NS02MyAweiBtNjMtNjNsODc1IDAgMCA2My04NzUgMHogbTg3NSA2M2w2MiAwIDAgMzc1LTYyIDB6IG0tNTUyIDI4MHEtMzQgMC01NC0yNS0xOS0yNS0xOS02OCAwLTQzIDE5LTY4IDIwLTI1IDU0LTI1IDMzIDAgNTMgMjUgMTkgMjUgMTkgNjggMCA0My0xOSA2OC0yMCAyNS01MyAyNXogbTAgMjVxNDggMCA3Ni0zMiAyOS0zMiAyOS04NiAwLTU0LTI5LTg2LTI4LTMyLTc2LTMyLTQ4IDAtNzcgMzItMjkgMzItMjkgODYgMCA1NCAyOSA4NiAyOSAzMiA3NyAzMnogbTE1My00bDMxIDAgMC05NiAxMDIgOTYgNDAgMC0xMTMtMTA2IDEyMS0xMjItNDEgMC0xMDkgMTEwIDAtMTEwLTMxIDAgMCAyMjh6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJhdHRhY2giIHVuaWNvZGU9IiYjeGU4MGU7IiBkPSJNNzgzIDc3cTAtNjUtNDQtMTA5dC0xMDktNDRxLTc1IDAtMTMxIDU1bC00MzQgNDM0cS02MyA2NC02MyAxNTEgMCA4OCA2MiAxNTB0MTUwIDYycTg4IDAgMTUyLTYzbDMzOC0zMzhxNS01IDUtMTIgMC05LTE3LTI2dC0yNi0xN3EtNyAwLTEzIDVsLTMzOCAzMzlxLTQ0IDQzLTEwMSA0My01OSAwLTEwMC00MnQtNDAtMTAxcTAtNTggNDItMTAxbDQzMy00MzNxMzUtMzYgODEtMzYgMzYgMCA1OSAyNHQyNCA1OXEwIDQ2LTM2IDgxbC0zMjQgMzI0cS0xNCAxNC0zMyAxNC0xNiAwLTI3LTExdC0xMS0yN3EwLTE4IDE0LTMzbDIyOS0yMjhxNi02IDYtMTMgMC05LTE4LTI2dC0yNi0xN3EtNyAwLTEyIDVsLTIyOSAyMjlxLTM1IDM0LTM1IDgzIDAgNDYgMzIgNzh0NzcgMzJxNDkgMCA4My0zNmwzMjUtMzI0cTU1LTU0IDU1LTEzMXoiIGhvcml6LWFkdi14PSI3ODUuNyIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJoZWFkZXIiIHVuaWNvZGU9IiYjeGU4MGY7IiBkPSJNOTM5LTc5cS0yNSAwLTc0IDJ0LTc1IDJxLTI0IDAtNzMtMnQtNzQtMnEtMTQgMC0yMSAxMnQtNyAyNXEwIDE3IDkgMjZ0MjIgOSAyOSA0IDI1IDlxMTggMTEgMTggNzhsMCAyMThxMCAxMi0xIDE3LTcgMy0yOCAzaC0zNzZxLTIyIDAtMjktMyAwLTUgMC0xN2wtMS0yMDdxMC03OSAyMS05MiA5LTUgMjYtN3QzMi0yIDI1LTggMTEtMjZxMC0xNC03LTI2dC0yMC0xM3EtMjYgMC03OCAydC03NyAycS0yNCAwLTcxLTJ0LTcxLTJxLTEzIDAtMjAgMTJ0LTcgMjVxMCAxNyA5IDI1dDIwIDEwIDI2IDQgMjQgOXExOCAxMyAxOCA4MGwtMSAzMXY0NTRxMCAyIDEgMTR0MCAyMS0xIDIxLTIgMjQtNCAyMC02IDE4LTkgMTBxLTggNS0yNSA2dC0yOSAyLTIzIDctMTAgMjZxMCAxNCA2IDI2dDIwIDEzcTI2IDAgNzgtMnQ3Ny0ycTIzIDAgNzEgMnQ3MCAycTE0IDAgMjEtMTN0Ny0yNnEwLTE3LTktMjV0LTIyLTgtMjgtMi0yNC03cS0xOS0xMi0xOS05MGwxLTE3OHEwLTEyIDAtMTggNy0yIDIyLTJoMzkwcTE0IDAgMjEgMiAxIDYgMSAxOGwwIDE3OHEwIDc4LTE5IDkwLTEwIDYtMzMgN3QtMzcgNy0xNCAyOHEwIDE0IDcgMjZ0MjEgMTNxMjQgMCA3NC0ydDczLTJxMjQgMCA3MiAydDcyIDJxMTQgMCAyMS0xM3Q3LTI2cTAtMTctMTAtMjV0LTIyLTgtMjktMi0yNC03cS0yMC0xMy0yMC05MGwxLTUyNnEwLTY2IDE5LTc4IDktNiAyNS04dDMwLTIgMjMtOSAxMC0yNXEwLTE0LTYtMjZ0LTIwLTEzeiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0icGFyYWdyYXBoIiB1bmljb2RlPSImI3hlODEwOyIgZD0iTTcxMyA3NDV2LTQxcTAtMTYtMTAtMzR0LTI0LTE4cS0yOCAwLTMwLTEtMTUtMy0xOC0xNy0yLTYtMi0zNnYtNjQzcTAtMTQtMTAtMjR0LTI0LTEwaC02MHEtMTQgMC0yNCAxMHQtMTAgMjR2NjgwaC04MHYtNjgwcTAtMTQtOS0yNHQtMjUtMTBoLTYwcS0xNCAwLTI0IDEwdC0xMCAyNHYyNzdxLTgyIDctMTM3IDMzLTcwIDMzLTEwNyAxMDAtMzYgNjUtMzYgMTQ1IDAgOTIgNTAgMTU5IDQ5IDY2IDExNiA4OSA2MiAyMSAyMzMgMjFoMjY3cTE0IDAgMjQtMTB0MTAtMjR6IiBob3Jpei1hZHYteD0iNzE0LjMiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0ibnVtYmVyIiB1bmljb2RlPSImI3hlODExOyIgZD0iTTg3NSA0NzV2MTI1aC0xNTZsMzEgMjUwaC0xMjVsLTMxLTI1MGgtMjUwbDMxIDI1MGgtMTI1bC0zMS0yNTBoLTIxOXYtMTI1aDIwM2wtMzEtMjUwaC0xNzJ2LTEyNWgxNTZsLTMxLTI1MGgxMjVsMzEgMjUwaDI1MGwtMzEtMjUwaDEyNWwzMSAyNTBoMjE5djEyNWgtMjAzbDMxIDI1MGgxNzJ6IG0tMzI4LTI1MGgtMjUwbDMxIDI1MGgyNTBsLTMxLTI1MHoiIGhvcml6LWFkdi14PSI4NzUiIC8+CjwvZm9udD4KPC9kZWZzPgo8L3N2Zz4=) format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'form-builder-font';
    src: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5Db3B5cmlnaHQgKEMpIDIwMTYgYnkgb3JpZ2luYWwgYXV0aG9ycyBAIGZvbnRlbGxvLmNvbTwvbWV0YWRhdGE+CjxkZWZzPgo8Zm9udCBpZD0iZm9ybS1idWlsZGVyLWZvbnQiIGhvcml6LWFkdi14PSIxMDAwIiA+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9ImZvcm0tYnVpbGRlci1mb250IiBmb250LXdlaWdodD0iNDAwIiBmb250LXN0cmV0Y2g9Im5vcm1hbCIgdW5pdHMtcGVyLWVtPSIxMDAwIiBhc2NlbnQ9Ijg1MCIgZGVzY2VudD0iLTE1MCIgLz4KPG1pc3NpbmctZ2x5cGggaG9yaXotYWR2LXg9IjEwMDAiIC8+CjxnbHlwaCBnbHlwaC1uYW1lPSJhdXRvY29tcGxldGUiIHVuaWNvZGU9IiYjeGU4MDA7IiBkPSJNMzc1IDUzOGg2M3YtNjNoLTYzdjYzeiBtLTEyNSA2MmgtNjJ2LTYyaDYydjYyeiBtMTI1IDBoLTYydi02Mmg2MnY2MnogbS0yNTAtNjJ2LTYzaDYzdjYzaC02M3ogbTYzLTEyNWg2MnY2MmgtNjJ2LTYyeiBtMTI1IDBoNjJ2NjJoLTYydi02MnogbS02MyAxMjV2LTYzaDYzdjYzaC02M3ogbS0xMjUtNTYzaDYzdjYzaC02M3YtNjN6IG0xMjUgMGg2M3Y2M2gtNjN2LTYzeiBtMTI1IDBoNjN2NjNoLTYzdi02M3ogbTE4OCA2M2gtNjN2LTYzaDYzdjYzeiBtNDM3IDU5M3YtMjUwYzAtNTAtNDQtOTMtOTQtOTNoLTMxdi0xODgtMTg4YzAtMzctMjUtNjItNjItNjJoLTc1MGMtMzggMC02MyAyNS02MyA2MnY3MTljMCA1MCA0NCA5NCA5NCA5NGgxODcgMjE5djMxIDMyaC02Mi02M3YzMSAzMWgxNTYgMTU3di0zMS0zMWgtNjMtNjJ2LTMyLTMxaDE4NyAxNTZjNTAgMCA5NC00NCA5NC05NHogbS0xODctNTMxaC0zNzUtMzc1di0xODhoNzUwdjE4OHogbS02MjUgNjN2NjJoLTYzdi02Mmg2M3ogbTEyNSAwdjYyaC02M3YtNjJoNjN6IG02MjUgNDY4YzAgMTktMTMgMzItMzIgMzJoLTM0M3YtMTU3LTE1NmgtMzItMzF2MzEgMzJoLTYydjYyaDYydjMxIDMyaC02MnY2Mmg2MnYzMSAzMmgtNDA2Yy0xOSAwLTMxLTEzLTMxLTMydi0yNTBjMC0xOCAxMi0zMSAzMS0zMWg0MDZ2LTYyaC0xMjV2LTMyLTMxaDE1NiAxNTd2MzEgMzJoLTEyNXY2MmgzNDNjMTkgMCAzMiAxMyAzMiAzMXYyNTB6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJjYWxlbmRhciIgdW5pY29kZT0iJiN4ZTgwMTsiIGQ9Ik03MS03OWgxNjF2MTYxaC0xNjF2LTE2MXogbTE5NyAwaDE3OHYxNjFoLTE3OHYtMTYxeiBtLTE5NyAxOTdoMTYxdjE3OGgtMTYxdi0xNzh6IG0xOTcgMGgxNzh2MTc4aC0xNzh2LTE3OHogbS0xOTcgMjE0aDE2MXYxNjFoLTE2MXYtMTYxeiBtNDExLTQxMWgxNzl2MTYxaC0xNzl2LTE2MXogbS0yMTQgNDExaDE3OHYxNjFoLTE3OHYtMTYxeiBtNDI4LTQxMWgxNjF2MTYxaC0xNjF2LTE2MXogbS0yMTQgMTk3aDE3OXYxNzhoLTE3OXYtMTc4eiBtLTE5NiA0ODJ2MTYxcTAgNy02IDEydC0xMiA2aC0zNnEtNyAwLTEyLTZ0LTYtMTJ2LTE2MXEwLTcgNi0xM3QxMi01aDM2cTcgMCAxMiA1dDYgMTN6IG00MTAtNDgyaDE2MXYxNzhoLTE2MXYtMTc4eiBtLTIxNCAyMTRoMTc5djE2MWgtMTc5di0xNjF6IG0yMTQgMGgxNjF2MTYxaC0xNjF2LTE2MXogbTE4IDI2OHYxNjFxMCA3LTUgMTJ0LTEzIDZoLTM1cS04IDAtMTMtNnQtNS0xMnYtMTYxcTAtNyA1LTEzdDEzLTVoMzVxOCAwIDEzIDV0NSAxM3ogbTIxNSAzNnYtNzE1cTAtMjktMjItNTB0LTUwLTIxaC03ODZxLTI5IDAtNTAgMjF0LTIxIDUwdjcxNXEwIDI5IDIxIDUwdDUwIDIxaDcydjU0cTAgMzcgMjYgNjN0NjMgMjZoMzZxMzcgMCA2My0yNnQyNi02M3YtNTRoMjE0djU0cTAgMzcgMjcgNjN0NjMgMjZoMzVxMzcgMCA2My0yNnQyNy02M3YtNTRoNzFxMjkgMCA1MC0yMXQyMi01MHoiIGhvcml6LWFkdi14PSI5MjguNiIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJjaGVja2JveCIgdW5pY29kZT0iJiN4ZTgwMjsiIGQ9Ik04NDQgNTM4di01MDBjMC01MS00NC05NC05NC05NGgtNTYyYy01MCAwLTk0IDQzLTk0IDk0djU2MmMwIDUwIDQ0IDk0IDk0IDk0aDU2MmM0NCAwIDgxLTMxIDk0LTc1bDE1MCA4Ny0xNTAtMTY4eiBtLTYzLTc1bC0zMDAtMzYzLTMwNiA0MDYgMzA2LTEwMCAzMDAgMTgydjEyYzAgMTktMTIgMzEtMzEgMzFoLTU2MmMtMTkgMC0zMi0xMi0zMi0zMXYtNTYyYzAtMTkgMTMtMzIgMzItMzJoNTYyYzE5IDAgMzEgMTMgMzEgMzJ2NDI1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iY2hlY2tib3gtZ3JvdXAiIHVuaWNvZGU9IiYjeGU4MDM7IiBkPSJNMCA3ODhoMTAwMHY2MmgtMTAwMHYtNjJ6IG0wLTEyNWgxMDAwdjYyaC0xMDAwdi02MnogbTM3NS0xMjV2LTYzaDU2M3Y2M2gtNTYzeiBtNTYzLTU2M3Y2M2gtNTYzdi02M2g1NjN6IG0tNTYzIDI1MGg1NjN2NjNoLTU2M3YtNjN6IG0tMTI1LTEyNWwtMTU2LTk0LTk0IDMyIDk0LTEyNiAxNTYgMTg4eiBtMCAyNTBsLTE1Ni05NC05NCAzMiA5NC0xMjUgMTU2IDE4N3ogbTAgMjUwbC0xNTYtOTQtOTQgMzIgOTQtMTI1IDE1NiAxODd6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJyYWRpby1ncm91cCIgdW5pY29kZT0iJiN4ZTgwNDsiIGQ9Ik0wIDc4OGgxMDAwdjYyaC0xMDAwdi02MnogbTAtMTI1aDEwMDB2NjJoLTEwMDB2LTYyeiBtMzEzLTE4OGg2MjV2NjNoLTYyNXYtNjN6IG02MjUtMTg3aC02MjV2LTYzaDYyNXY2M3ogbTAtMzEzdjYzaC02MjV2LTYzaDYyNXogbS04NDQgNDM4Yy01MCAwLTk0IDQzLTk0IDkzczQ0IDk0IDk0IDk0IDk0LTQ0IDk0LTk0LTQ0LTkzLTk0LTkzeiBtMCAxMjVjLTE5IDAtMzEtMTMtMzEtMzJzMTItMzEgMzEtMzEgMzEgMTMgMzEgMzEtMTIgMzItMzEgMzJ6IG0wLTM4MmMtNTAgMC05NCA0NC05NCA5NHM0NCA5NCA5NCA5NCA5NC0zOCA5NC05NC00NC05NC05NC05NHogbTAgMTI1Yy0xOSAwLTMxLTEyLTMxLTMxczEyLTMxIDMxLTMxIDMxIDE5IDMxIDMxLTEyIDMxLTMxIDMxeiBtMC0zNjljLTUwIDAtOTQgNDQtOTQgOTRzNDQgOTQgOTQgOTQgOTQtNDQgOTQtOTQtNDQtOTQtOTQtOTR6IG0wIDEyNmMtMTkgMC0zMS0xMy0zMS0zMnMxMi0zMSAzMS0zMSAzMSAxMiAzMSAzMS0xMiAzMi0zMSAzMnoiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InJpY2gtdGV4dCIgdW5pY29kZT0iJiN4ZTgwNTsiIGQ9Ik05MzggNzg4aC04NzVjLTM4IDAtNjMtMjUtNjMtNjN2LTc1MGMwLTM4IDI1LTYzIDYzLTYzaDg3NWMzNyAwIDYyIDI1IDYyIDYzdjc1MGMwIDM4LTI1IDYzLTYyIDYzeiBtLTg3NS0xMzJoNTB2LTE4aC01MHYxOHogbTAtMzFoNTB2LTE5aC01MHYxOXogbTg3NS02NTBoLTg3NXY1NTZoODc1di01NTZ6IG0wIDU2OWgtODc1djE5aDg3NXYtMTl6IG0wIDMxaC04NzV2MTloNTB2LTEzaDkzdjEzaDgydi0xM2g4N3YxM2g4MXYtMTNoOTR2MTNoNzV2LTEzaDk0djEzaDgxdi0xM2g5NHYxM2g0NHYtMTl6IG0tNjU3IDUwdi0xOWgtNzV2MTloNzV6IG0tNzUgMTN2MThoODJ2LTE4aC04MnogbTI1MC0xM3YtMTloLTgxdjE5aDgxeiBtLTgxIDEzdjE4aDgxdi0xOGgtODF6IG0yNTAtMTN2LTE5aC03NXYxOWg3NXogbS03NSAxM3YxOGg3NXYtMThoLTc1eiBtMjUwLTEzdi0xOWgtODF2MTloODF6IG0tODEgMTN2MThoODF2LTE4aC04MXogbTIxOS0zMmgtNTB2MTloNTB2LTE5eiBtMCAzMmgtNTB2MThoNTB2LTE4eiBtMCAzMWgtNTB2NmgtOTR2LTEyaC04MXYxMmgtODh2LTEyaC03NXYxMmgtOTR2LTEyaC04MXYxMmgtOTR2LTEyaC03NXYxMmgtOTN2LTEyaC01MHYyNWg4NzV2LTE5eiBtMCAzMWgtODc1djE5aDg3NXYtMTl6IG0tNzUwLTYwMHY2M2g2MjV2LTYzaC02MjV6IG02MjUgMTI1aC02MjV2NjNoNjI1di02M3ogbS0xMjUgMTI1aC01MDB2NjNoNTAwdi02M3oiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InNlbGVjdCIgdW5pY29kZT0iJiN4ZTgwNjsiIGQ9Ik0wIDg1MHYtODc1aDBjMC0zOCAyNS02MyA2My02M2g2MjVjMzcgMCA2MiAyNSA2MiA2M2gwdjU2M2gyNTB2MzEyaC0xMDAweiBtNjMtNjJoNjI1di0xODhoLTYyNXYxODh6IG0wLTM3NWg2MjV2LTE4OGgtNjI1djE4OHogbTAtNDM4djE4OGg2MjV2LTE4OGgtNjI1eiBtODc1IDYyNWgtMTg4djE4OGgxODh2LTE4OHogbS04MTMgMTI1aDYzdi02MmgtNjN2NjJ6IG0wLTYyNWg2M3YtNjJoLTYzdjYyeiBtMTI1IDBoNjN2LTYyaC02M3Y2MnogbTEyNSAwaDYzdi02MmgtNjN2NjJ6IG0xODggMHYtNjJoLTYzdjYyaDYzeiBtLTQzOCAyNTBoNjN2LTYyaC02M3Y2MnogbTEyNSAwaDYzdi02MmgtNjN2NjJ6IG0xMjUgMGg2M3YtNjJoLTYzdjYyeiBtNDY5IDMwNmwtNjMgNjloMTE5bC01Ni02OXogbS03MTktMTgxdjYzaDYzdi02M2gtNjNsMCAweiBtMTI1IDB2NjNoNjN2LTYzaC02M2wwIDB6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJ0ZXh0LWFyZWEiIHVuaWNvZGU9IiYjeGU4MDc7IiBkPSJNMTg4IDE2M3Y2Mmg1MDB2LTYyaC01MDBsMCAweiBtMCAyNTBoNjI1djYyaC02MjV2LTYybDAgMHogbTAtNjN2LTYyaDYyNXY2MmgtNjI1bDAgMHogbTYyNSAyNTBoLTYyNXYtNjJoNjI1djYybDAgMHogbTE4Ny02MjV2NzUwYzAgMzgtMjUgNjMtNjIgNjNoLTg3NWMtMzggMC02My0yNS02My02M3YtNzUwYzAtMzggMjUtNjMgNjMtNjNoODc1YzM3IDAgNjIgMjUgNjIgNjN6IG0tNjIgNzUwdi03NTBoLTg3NXY3NTBoODc1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0idGV4dC1pbnB1dCIgdW5pY29kZT0iJiN4ZTgwODsiIGQ9Ik05MzggNjAwaC02NTd2NjNoOTR2NjJoLTk0LTYyLTk0di02Mmg5NHYtNjNoLTE1NmMtMzggMC02My0zMS02My02MnYtMzc1YzAtMzggMjUtNjMgNjMtNjNoMTU2di02MmgtOTR2LTYzaDI1MHY2M2gtOTR2NjJoNjU3YzM3IDAgNjIgMjUgNjIgNjN2Mzc1YzAgMzEtMjUgNjItNjIgNjJ6IG0tODc1LTQzN3YzNzVoMTU2di0zNzVoLTE1NnogbTg3NSAwaC02NTd2Mzc1aDY1N3YtMzc1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0icGVuY2lsIiB1bmljb2RlPSImI3hlODA5OyIgZD0iTTIwMy03bDUwIDUxLTEzMSAxMzEtNTEtNTF2LTYwaDcydi03MWg2MHogbTI5MSA1MThxMCAxMi0xMiAxMi01IDAtOS00bC0zMDMtMzAycS00LTQtNC0xMCAwLTEyIDEzLTEyIDUgMCA5IDRsMzAzIDMwMnEzIDQgMyAxMHogbS0zMCAxMDdsMjMyLTIzMi00NjQtNDY1aC0yMzJ2MjMzeiBtMzgxLTU0cTAtMjktMjAtNTBsLTkzLTkzLTIzMiAyMzMgOTMgOTJxMjAgMjEgNTAgMjEgMjkgMCA1MS0yMWwxMzEtMTMxcTIwLTIyIDIwLTUxeiIgaG9yaXotYWR2LXg9Ijg1Ny4xIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9ImZpbGUtaW5wdXQiIHVuaWNvZGU9IiYjeGU4MGE7IiBkPSJNNDY5IDE2M2gtNDY5di0yNTFoOTM4djI1MWgtNDY5eiBtNDA2LTEyNWgtMTI1djYyaDEyNXYtNjJ6IG0tNjU2IDUwMGwyNTAgMjUwIDI1MC0yNTBoLTE1NnYtMzEzaC0xODh2MzEzeiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iaGlkZGVuLWlucHV0IiB1bmljb2RlPSImI3hlODBiOyIgZD0iTTYzIDUzOGw2MiAwIDAgNjItNjIgMHogbTEyNSAwbDYyIDAgMCA2Mi02MiAweiBtMTI1IDBsNjIgMCAwIDYyLTYyIDB6IG0xMjUgMGw2MiAwIDAgNjItNjIgMHogbTEyNSAwbDYyIDAgMCA2Mi02MiAweiBtMTI1IDBsNjIgMCAwIDYyLTYyIDB6IG0xMjUgMGw2MiAwIDAgNjItNjIgMHogbS04MTMtNjNsNjMgMCAwIDYzLTYzIDB6IG05MzgtNjJsNjIgMCAwIDYyLTYyIDB6IG0tOTM4LTYzbDYzIDAgMCA2My02MyAweiBtOTM4LTYybDYyIDAgMCA2Mi02MiAweiBtLTkzOC02M2w2MyAwIDAgNjMtNjMgMHogbTkzOC02Mmw2MiAwIDAgNjItNjIgMHogbS04MTMtNjNsNjMgMCAwIDYzLTYzIDB6IG0xMjUgMGw2MyAwIDAgNjMtNjMgMHogbTEyNSAwbDYzIDAgMCA2My02MyAweiBtMTI1IDBsNjMgMCAwIDYzLTYzIDB6IG0xMjUgMGw2MyAwIDAgNjMtNjMgMHogbTEyNSAwbDYzIDAgMCA2My02MyAweiBtMTI1IDBsNjMgMCAwIDYzLTYzIDB6IG02MyA0MzhsNjIgMCAwIDYyLTYyIDB6IG0tOTM4LTQzOGw2MyAwIDAgNjMtNjMgMHoiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InJlc2l6ZS12ZXJ0aWNhbCIgdW5pY29kZT0iJiN4ZTgwYzsiIGQ9Ik0zOTMgNjcxcTAtMTQtMTEtMjV0LTI1LTEwaC03MXYtNTcyaDcxcTE1IDAgMjUtMTB0MTEtMjUtMTEtMjZsLTE0My0xNDJxLTEwLTExLTI1LTExdC0yNSAxMWwtMTQzIDE0MnEtMTAgMTEtMTAgMjZ0MTAgMjUgMjUgMTBoNzJ2NTcyaC03MnEtMTQgMC0yNSAxMHQtMTAgMjUgMTAgMjZsMTQzIDE0MnExMSAxMSAyNSAxMXQyNS0xMWwxNDMtMTQycTExLTExIDExLTI2eiIgaG9yaXotYWR2LXg9IjQyOC42IiAvPgoKPGdseXBoIGdseXBoLW5hbWU9ImJ1dHRvbi1pbnB1dCIgdW5pY29kZT0iJiN4ZTgwZDsiIGQ9Ik02MiA1MzhsODc1IDAgMCA2Mi04NzUgMHogbS02Mi0zNzVsNjMgMCAwIDM3NS02MyAweiBtNjMtNjNsODc1IDAgMCA2My04NzUgMHogbTg3NSA2M2w2MiAwIDAgMzc1LTYyIDB6IG0tNTUyIDI4MHEtMzQgMC01NC0yNS0xOS0yNS0xOS02OCAwLTQzIDE5LTY4IDIwLTI1IDU0LTI1IDMzIDAgNTMgMjUgMTkgMjUgMTkgNjggMCA0My0xOSA2OC0yMCAyNS01MyAyNXogbTAgMjVxNDggMCA3Ni0zMiAyOS0zMiAyOS04NiAwLTU0LTI5LTg2LTI4LTMyLTc2LTMyLTQ4IDAtNzcgMzItMjkgMzItMjkgODYgMCA1NCAyOSA4NiAyOSAzMiA3NyAzMnogbTE1My00bDMxIDAgMC05NiAxMDIgOTYgNDAgMC0xMTMtMTA2IDEyMS0xMjItNDEgMC0xMDkgMTEwIDAtMTEwLTMxIDAgMCAyMjh6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJhdHRhY2giIHVuaWNvZGU9IiYjeGU4MGU7IiBkPSJNNzgzIDc3cTAtNjUtNDQtMTA5dC0xMDktNDRxLTc1IDAtMTMxIDU1bC00MzQgNDM0cS02MyA2NC02MyAxNTEgMCA4OCA2MiAxNTB0MTUwIDYycTg4IDAgMTUyLTYzbDMzOC0zMzhxNS01IDUtMTIgMC05LTE3LTI2dC0yNi0xN3EtNyAwLTEzIDVsLTMzOCAzMzlxLTQ0IDQzLTEwMSA0My01OSAwLTEwMC00MnQtNDAtMTAxcTAtNTggNDItMTAxbDQzMy00MzNxMzUtMzYgODEtMzYgMzYgMCA1OSAyNHQyNCA1OXEwIDQ2LTM2IDgxbC0zMjQgMzI0cS0xNCAxNC0zMyAxNC0xNiAwLTI3LTExdC0xMS0yN3EwLTE4IDE0LTMzbDIyOS0yMjhxNi02IDYtMTMgMC05LTE4LTI2dC0yNi0xN3EtNyAwLTEyIDVsLTIyOSAyMjlxLTM1IDM0LTM1IDgzIDAgNDYgMzIgNzh0NzcgMzJxNDkgMCA4My0zNmwzMjUtMzI0cTU1LTU0IDU1LTEzMXoiIGhvcml6LWFkdi14PSI3ODUuNyIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJoZWFkZXIiIHVuaWNvZGU9IiYjeGU4MGY7IiBkPSJNOTM5LTc5cS0yNSAwLTc0IDJ0LTc1IDJxLTI0IDAtNzMtMnQtNzQtMnEtMTQgMC0yMSAxMnQtNyAyNXEwIDE3IDkgMjZ0MjIgOSAyOSA0IDI1IDlxMTggMTEgMTggNzhsMCAyMThxMCAxMi0xIDE3LTcgMy0yOCAzaC0zNzZxLTIyIDAtMjktMyAwLTUgMC0xN2wtMS0yMDdxMC03OSAyMS05MiA5LTUgMjYtN3QzMi0yIDI1LTggMTEtMjZxMC0xNC03LTI2dC0yMC0xM3EtMjYgMC03OCAydC03NyAycS0yNCAwLTcxLTJ0LTcxLTJxLTEzIDAtMjAgMTJ0LTcgMjVxMCAxNyA5IDI1dDIwIDEwIDI2IDQgMjQgOXExOCAxMyAxOCA4MGwtMSAzMXY0NTRxMCAyIDEgMTR0MCAyMS0xIDIxLTIgMjQtNCAyMC02IDE4LTkgMTBxLTggNS0yNSA2dC0yOSAyLTIzIDctMTAgMjZxMCAxNCA2IDI2dDIwIDEzcTI2IDAgNzgtMnQ3Ny0ycTIzIDAgNzEgMnQ3MCAycTE0IDAgMjEtMTN0Ny0yNnEwLTE3LTktMjV0LTIyLTgtMjgtMi0yNC03cS0xOS0xMi0xOS05MGwxLTE3OHEwLTEyIDAtMTggNy0yIDIyLTJoMzkwcTE0IDAgMjEgMiAxIDYgMSAxOGwwIDE3OHEwIDc4LTE5IDkwLTEwIDYtMzMgN3QtMzcgNy0xNCAyOHEwIDE0IDcgMjZ0MjEgMTNxMjQgMCA3NC0ydDczLTJxMjQgMCA3MiAydDcyIDJxMTQgMCAyMS0xM3Q3LTI2cTAtMTctMTAtMjV0LTIyLTgtMjktMi0yNC03cS0yMC0xMy0yMC05MGwxLTUyNnEwLTY2IDE5LTc4IDktNiAyNS04dDMwLTIgMjMtOSAxMC0yNXEwLTE0LTYtMjZ0LTIwLTEzeiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0icGFyYWdyYXBoIiB1bmljb2RlPSImI3hlODEwOyIgZD0iTTcxMyA3NDV2LTQxcTAtMTYtMTAtMzR0LTI0LTE4cS0yOCAwLTMwLTEtMTUtMy0xOC0xNy0yLTYtMi0zNnYtNjQzcTAtMTQtMTAtMjR0LTI0LTEwaC02MHEtMTQgMC0yNCAxMHQtMTAgMjR2NjgwaC04MHYtNjgwcTAtMTQtOS0yNHQtMjUtMTBoLTYwcS0xNCAwLTI0IDEwdC0xMCAyNHYyNzdxLTgyIDctMTM3IDMzLTcwIDMzLTEwNyAxMDAtMzYgNjUtMzYgMTQ1IDAgOTIgNTAgMTU5IDQ5IDY2IDExNiA4OSA2MiAyMSAyMzMgMjFoMjY3cTE0IDAgMjQtMTB0MTAtMjR6IiBob3Jpei1hZHYteD0iNzE0LjMiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0ibnVtYmVyIiB1bmljb2RlPSImI3hlODExOyIgZD0iTTg3NSA0NzV2MTI1aC0xNTZsMzEgMjUwaC0xMjVsLTMxLTI1MGgtMjUwbDMxIDI1MGgtMTI1bC0zMS0yNTBoLTIxOXYtMTI1aDIwM2wtMzEtMjUwaC0xNzJ2LTEyNWgxNTZsLTMxLTI1MGgxMjVsMzEgMjUwaDI1MGwtMzEtMjUwaDEyNWwzMSAyNTBoMjE5djEyNWgtMjAzbDMxIDI1MGgxNzJ6IG0tMzI4LTI1MGgtMjUwbDMxIDI1MGgyNTBsLTMxLTI1MHoiIGhvcml6LWFkdi14PSI4NzUiIC8+CjwvZm9udD4KPC9kZWZzPgo8L3N2Zz4=) format('svg');
  }
}
*/
.form-builder-wrap [class^="icon-"]:before,
.form-builder-wrap [class*=" icon-"]:before,
.amform-form [class^="icon-"]:before,
.amform-form [class*=" icon-"]:before {
    font-family: "form-builder-font";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-autocomplete:before {
    content: '\e800';
}

/* '' */
.icon-calendar:before {
    content: '\e801';
}

/* '' */
.icon-checkbox:before {
    content: '\e802';
}

/* '' */
.icon-checkbox-group:before {
    content: '\e803';
}

/* '' */
.icon-radio-group:before {
    content: '\e804';
}

/* '' */
.icon-rich-text:before {
    content: '\e805';
}

/* '' */
.icon-select:before {
    content: '\e806';
}

/* '' */
.icon-text-area:before {
    content: '\e807';
}

/* '' */
.icon-text-input:before {
    content: '\e808';
}

/* '' */
.icon-pencil:before {
    content: '\e809';
}

/* '' */
.icon-file-input:before {
    content: '\e80a';
}

/* '' */
.icon-hidden-input:before {
    content: '\e80b';
}

/* '' */
.icon-resize-vertical:before {
    content: '\e80c';
}

/* '' */
.icon-button-input:before {
    content: '\e80d';
}

/* '' */
.icon-attach:before {
    content: '\e80e';
}

/* '' */
.icon-header:before {
    content: '\e80f';
}

/* '' */
.icon-paragraph:before {
    content: '\e810';
}

/* '' */
.icon-number:before {
    content: '\e811';
}

/* '' */
/*
  Mixins
*/
/*
  Animations
*/
@-webkit-keyframes PLACEHOLDER {
    0% {
        height: 1px;
    }
    100% {
        height: 15px;
    }
}

@keyframes PLACEHOLDER {
    0% {
        height: 1px;
    }
    100% {
        height: 15px;
    }
}

.cb-wrap {
    float: right;
    width: 50%;
    -webkit-transition: -webkit-transform 250ms;
    transition: -webkit-transform 250ms;
    transition: transform 250ms;
    transition: transform 250ms, -webkit-transform 250ms;
    /* smartphones, Android phones, landscape iPhone */
}

.cb-wrap.pull-left .form-actions {
    float: left;
}

.cb-wrap h4 {
    margin-top: 0;
    color: #666;
}

.cb-wrap .save:hover {
    color: #08fe00;
}

@media (max-width: 481px) {
    .cb-wrap {
        width: 64px;
    }

    .cb-wrap h4 {
        display: none;
    }
}

.frmb-control.sort-enabled li.ui-state-highlight {
    box-shadow: none;
    height: 0;
    width: 100%;
    background: -webkit-radial-gradient(center ellipse, #545454 0%, transparent 75%);
    background: radial-gradient(ellipse at center, #545454 0%, transparent 75%);
    border: 0 none;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    visibility: visible;
    overflow: hidden;
    margin: 1px 0 3px;
    -webkit-animation: PLACEHOLDER 250ms forwards;
    animation: PLACEHOLDER 250ms forwards;
}

.frmb-control li {
    cursor: move;
    list-style: none;
    box-shadow: 0 0 1px 0 inset;
    padding: 10px;
    text-align: left;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* smartphones, Android phones, landscape iPhone */
}

.frmb-control li:hover {
    background-color: #f2f2f2;
}

.frmb-control li.ui-sortable-helper {
    border-radius: 5px;
    -webkit-transition: box-shadow 250ms;
    transition: box-shadow 250ms;
    box-shadow: 2px 2px 6px 0 #666;
    border: 1px solid #fff;
}

.frmb-control li.ui-state-highlight {
    width: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 0 none;
}

.frmb-control li.moving {
    opacity: 0.6;
}

.frmb-control li.fb-separator {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    cursor: default;
}

@media (max-width: 481px) {
    .frmb-control li:before {
        font-size: 30px;
    }

    .frmb-control li span {
        display: none;
    }
}

.frmb-control {
    margin: 0;
    padding: 0;
}

.fb-mobile .form-actions {
    width: 100%;
}

.fb-mobile .form-actions button {
    width: 100%;
    font-size: .85em !important;
    display: block !important;
    border-radius: 0 !important;
    margin-top: -1px;
    margin-left: 0 !important;
}

.fb-mobile .form-actions button:first-child {
    border-radius: 5px 5px 0 0 !important;
    margin-top: 0 !important;
    border-bottom: 0 none;
}

.fb-mobile .form-actions button:last-child {
    border-radius: 0 0 5px 5px !important;
}

.form-actions {
    float: right;
    margin-top: 5px;
    /* smartphones, Android phones, landscape iPhone */
}

.form-actions .clear-all:hover {
    color: #fff !important;
}

[id^='frmb-'][id$='-form-wrap'] {
    /*   ------------   TOOLTIP   ------------   */
}

[id^='frmb-'][id$='-form-wrap'] .empty .frmb {
    border: 3px dashed #ccc;
    margin-right: 5px;
    background-color: rgba(255, 255, 255, 0.25);
}

[id^='frmb-'][id$='-form-wrap'] .stage-wrap {
    position: relative;
    float: left;
    width: 49%;
    margin-right: 1%;
    /* smartphones, Android phones, landscape iPhone */
}

[id^='frmb-'][id$='-form-wrap'] .stage-wrap.pull-right .frmb {
    margin: 0 0 0 6px;
}

@media (max-width: 481px) {
    [id^='frmb-'][id$='-form-wrap'] .stage-wrap {
        width: calc(100% - 64px);
    }
}

[id^='frmb-'][id$='-form-wrap'] .stage-wrap .action-links {
    width: calc(100% - 141px);
    display: none;
    float: right;
    overflow: hidden;
    text-align: right;
}

[id^='frmb-'][id$='-form-wrap'] .stage-wrap.empty:after {
    content: attr(data-content);
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -1em;
}

[id^='frmb-'][id$='-form-wrap'] .stage-wrap .action-links .active {
    font-weight: 700;
    color: #000;
}

.field-label-container {
    min-height: 20px;
}

li.editing .field-label-container {
    background-color: #41475d;
    min-height: 40px;
    color: white;
    padding: 10px 15px;
    font-weight: bold;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

li.editing .field-actions {
    display: none !important;
}

[id^='frmb-'][id$='-form-wrap'] .frmb {
    list-style-type: none;
    min-height: 200px;
    margin: 0 6px 0 0;
    padding: 0;
    -webkit-transition: background-color 500ms ease-in-out;
    transition: background-color 500ms ease-in-out;
}

[id^='frmb-'][id$='-form-wrap'] .frmb.removing {
    overflow: hidden;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li {
    position: relative;
    padding: 0;
    min-height: 33px;
    clear: both;
    margin-left: 0;
    margin-bottom: 3px;
    background-color: #fff;
    -webkit-transition: background-color 250ms ease-in-out, margin-top 400ms;
    transition: background-color 250ms ease-in-out, margin-top 400ms;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:hover .field-actions {
    opacity: 1;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.hidden-field {
    background-color: rgba(255, 255, 255, 0.6);
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:first-child {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:first-child .field-actions .btn:last-child {
    border-radius: 0 5px 0 0;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:hover {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:hover li :hover {
    background-color: #fefefe;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.no-fields label {
    font-weight: 400;
}

@keyframes PLACEHOLDER {
    0% {
        height: 0;
    }
    100% {
        height: 15px;
    }
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.frmb-placeholder, [id^='frmb-'][id$='-form-wrap'] .frmb li.ui-state-highlight {
    height: 0;
    padding: 0;
    background: -webkit-radial-gradient(center ellipse, #545454 0%, transparent 75%);
    background: radial-gradient(ellipse at center, #545454 0%, transparent 75%);
    border: 0 none;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    visibility: visible;
    overflow: hidden;
    margin-bottom: 3px;
    -webkit-animation: PLACEHOLDER 250ms forwards;
    animation: PLACEHOLDER 250ms forwards;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.moving, [id^='frmb-'][id$='-form-wrap'] .frmb li.ui-sortable-helper {
    -webkit-transition: box-shadow 500ms ease-in-out;
    transition: box-shadow 500ms ease-in-out;
    box-shadow: 2px 2px 6px 0 #666;
    border: 1px solid #fff;
    border-radius: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.disabled {
    z-index: 1;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.disabled [type=checkbox] {
    float: left;
    margin-right: 10px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.disabled h2 {
    border-bottom: 0 none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.disabled label {
    font-size: 12px;
    font-weight: 400;
    color: #666;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.disabled .prev-holder {
    cursor: default;
    line-height: 28px;
    padding-left: 5px;
}

.frmb li .top-close-field{
    display: none;
}

.frmb li.editing .top-close-field{
    color: white;
    border: 1px solid white;
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    width: 20px;
    padding: 0 5px 2px;
    cursor: pointer;
    border-radius: 1px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li .form-elements .close-field {
    position: absolute;
    padding: 5px 20px;
    background-color: #1f8295;
    color: white;
    font-size: larger;
    left: 50%;
    bottom: 12px;
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #D7D7D7;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    cursor: pointer;
    -webkit-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out;
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li .form-elements .close-field:hover {
    background: #2a9cb0;
    text-decoration: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li .close-field:hover {
    text-decoration: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field h1,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field h2,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field h3,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field p,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field canvas,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field output,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field address,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field blockquote,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field .prev-holder, [id^='frmb-'][id$='-form-wrap'] .frmb li.header-field h1,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field h2,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field h3,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field p,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field canvas,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field output,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field address,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field blockquote,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field .prev-holder, [id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field h1,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field h2,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field h3,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field p,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field canvas,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field output,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field address,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field blockquote,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field .prev-holder {
    margin: 0;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field .field-label, [id^='frmb-'][id$='-form-wrap'] .frmb li.header-field .field-label, [id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field .field-label {
    display: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field.editing .field-label, [id^='frmb-'][id$='-form-wrap'] .frmb li.header-field.editing .field-label, [id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field.editing .field-label {
    display: block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field .fld-label {
    min-height: 150px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.deleting,
[id^='frmb-'][id$='-form-wrap'] .frmb li.delete:hover,
[id^='frmb-'][id$='-form-wrap'] .frmb li:hover li.delete:hover {
    background-color: #fdd;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.deleting .close-field,
[id^='frmb-'][id$='-form-wrap'] .frmb li.delete:hover .close-field,
[id^='frmb-'][id$='-form-wrap'] .frmb li:hover li.delete:hover .close-field {
    background-color: #fdd;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.deleting {
    z-index: 20;
    pointer-events: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb.disabled {
    padding: 0 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb.disabled :hover {
    border-color: transparent;
}

[id^='frmb-'][id$='-form-wrap'] .frmb.disabled .form-element {
    float: none;
    margin-bottom: 10px;
    overflow: visible;
    padding: 5px 0;
    position: relative;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .frm-holder {
    display: none;
    position: relative;
    top: -12px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .tooltip {
    left: 20px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder {
    display: block;
    margin-top: 12px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder .form-group > label{
    display: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='color'] {
    width: 60px;
    padding: 2px;
    display: inline-block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='date'] {
    width: auto;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder select[multiple] {
    height: auto;
    overflow: auto;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder label {
    font-weight: normal;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='number'] {
    width: auto;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='checkbox'],
[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='radio'] {
    margin-right: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='color'] {
    width: 60px;
    padding: 2px;
    display: inline-block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .required-asterisk {
    display: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .legend {
    color: #666;
    margin-bottom: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .disabled .field-label {
    display: block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions a:hover {
    text-decoration: none;
    color: #000;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .btn {
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 0;
    border-color: #b3b3b3;
    background-color: rgba(255, 255, 255, 0.75);
    color: #b3b3b3;
    line-height: 32px;
    font-size: 16px;
    border-width: 0 0 1px 1px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .btn:first-child {
    border-bottom-left-radius: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .toggle-form {
    font-size: .85em;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .toggle-form:hover {
    background-color: #65aac6;
    color: #fff;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .copy-button:hover {
    background-color: #6fc665;
    color: #fff;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .del-button:hover {
    background-color: #c66865;
    color: #fff;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions {
    text-align: left;
    margin-top: 10px;
    width: 99%;
    margin-left: 11px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions button,
[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions a {
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #b3b3b3;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    color: black;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions button:hover,
[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions a:hover {
    background: #f1f1f1;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions a:hover {
    text-decoration: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .sortable-options-wrap {
    width: 74%;
    display: inline-block;
    /* smartphones, Android phones, landscape iPhone */
}

[id^='frmb-'][id$='-form-wrap'] .frmb .sortable-options-wrap label {
    font-weight: normal;
}

@media (max-width: 481px) {
    [id^='frmb-'][id$='-form-wrap'] .frmb .sortable-options-wrap {
        display: block;
        width: 100%;
    }
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options {
    display: inline-block;
    width: 99%;
    max-height: 500px;
    overflow-y: auto;
    margin-left: 11px;
    background: #b3b3b3;
    margin-bottom: 0;
    border-radius: 5px;
    list-style: none;
    padding: 0;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li:not(.touch-disabled) {
    cursor: move;
    margin: 1px;
}

.touch-disabled {
    cursor: default;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li:nth-child(1) .remove {
    display: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li.dependent-field .remove {
    display: block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li .remove {
    position: absolute;
    opacity: 1;
    right: 7px;
    height: 17px;
    width: 17px;
    line-height: 17px;
    text-align: center;
    top: 8px;
    font-size: 18px;
    padding: 0;
    color: #C10000;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li .remove:hover {
    background-color: #C10000;
    text-decoration: none;
    color: #fff;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options input[type=checkbox],
[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options input[type=radio] {
    margin: 0 0 3px 3px;
    width: 5%;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options input[type='text'] {
    width: calc(44.5% - 17px);
    margin: 0 1%;
    float: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-field .form-group {
    width: 100%;
    clear: left;
    float: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .field-options .add-area .add {
    clear: both;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .col-md-6 .form-elements,
[id^='frmb-'][id$='-form-wrap'] .frmb .col-md-8 .form-elements {
    width: 100%;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-options .add-area .add {
    clear: both;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements {
    padding: 10px 10px 40px;
    background: #f7f7f7;
    border-radius: 3px;
    margin: 12px 0 0;
    border: 1px solid #d7d7d7;
    /* smartphones, Android phones, landscape iPhone */
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .input-wrap {
    width: 73%;
    margin-left: 2%;
    float: left;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .input-wrap > input[type=checkbox] {
    margin-top: 8px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .btn-group {
    margin-left: 2%;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements input[type='text'],
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements input[type='number'],
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements input[type='date'],
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements input[type='color'],
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements textarea,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements select {
    -webkit-transition: background 250ms ease-in-out;
    transition: background 250ms ease-in-out;
    padding: 6px 12px;
    border: 1px solid #AFAFAB;
    background-color: #fff;
}

@media (max-width: 481px) {
    [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .input-wrap {
        width: 100%;
        margin-left: 0;
        float: none;
    }
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements input[type='number'] {
    width: auto;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .btn-group {
    margin-left: 2%;
}

.col-md-6 [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label,
.col-md-8 [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label, .col-md-6
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label,
.col-md-8
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label {
    display: block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label:first-child,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label:first-child {
    width: 25%;
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    font-weight: 700;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    /* smartphones, Android phones, landscape iPhone */
}

@media (max-width: 481px) {
    [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label:first-child,
    [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label:first-child {
        display: block;
        width: auto;
        float: none;
        text-align: left;
    }

    [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label:first-child.empty-label,
    [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label:first-child.empty-label {
        display: none;
    }
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label.multiple, [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label.required-label, [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label.toggle-label, [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label.roles-label, [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label.other-label,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label.multiple,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label.required-label,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label.toggle-label,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label.roles-label,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label.other-label {
    text-align: left;
    float: none;
    margin-bottom: -3px;
    font-weight: 400;
    width: calc(81.3333% - 23px);
}

[id^='frmb-'][id$='-form-wrap'].fb-mobile .field-actions {
    opacity: 1;
}

[id^='frmb-'][id$='-form-wrap'] *[tooltip] {
    position: relative;
}

[id^='frmb-'][id$='-form-wrap'] *[tooltip]:hover:after {
    background: #262626;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 5px 5px 5px 0;
    bottom: 23px;
    color: #fff;
    content: attr(tooltip);
    padding: 10px 5px;
    position: absolute;
    z-index: 98;
    left: 2px;
    width: 230px;
    text-shadow: none;
    font-size: 12px;
    line-height: 1.5em;
    cursor: default;
}

[id^='frmb-'][id$='-form-wrap'] *[tooltip]:hover:before {
    border: solid;
    border-color: #222 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 17px;
    content: '';
    left: 2px;
    position: absolute;
    z-index: 99;
    cursor: default;
}

[id^='frmb-'][id$='-form-wrap'] .tooltip-element {
    display: inline;
    visibility: visible;
    color: #fff;
    background: #000;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    margin: 0 5px;
    font-size: 12px;
    cursor: default;
}

.kc-toggle {
    position: relative;
    margin: 4px 0 0 2px;
    width: 60px;
    height: 21px;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    background: #e9e9e9;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.kc-toggle .kct-inner {
    position: absolute;
    top: 0;
    left: -28px;
    width: 115px;
    height: 100%;
    -webkit-transition: left 150ms ease;
    transition: left 150ms ease;
}

.kc-toggle.on .kct-inner {
    background: #e2e2e2;
    background: -webkit-linear-gradient(top, #e2e2e2 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #e2e2e2 0%, #ffffff 100%);
    left: 0;
}

.kc-toggle input {
    display: none;
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.kc-toggle .kct-on {
    color: #12a912;
}

.kct-off {
    color: #666;
}

.kct-on, .kct-off, .kct-handle {
    width: 28px;
    height: 100%;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    font-weight: bold;
    float: left;
}

.kct-on, .kct-off {
    position: relative;
}

.kct-handle {
    position: relative;
    height: 17px;
    background: #ffffff;
    background: -webkit-linear-gradient(top, #ffffff 0%, #cecece 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #cecece 100%);
    border: 1px solid #999;
    font-weight: 100;
    color: #4b4b4b;
    text-shadow: none;
    border-radius: 3px;
    margin: 1px;
}

[id^='frmb-'][id$='-form-wrap'] * {
    box-sizing: border-box;
}

[id^='frmb-'][id$='-form-wrap'] button,
[id^='frmb-'][id$='-form-wrap'] input,
[id^='frmb-'][id$='-form-wrap'] select,
[id^='frmb-'][id$='-form-wrap'] textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

[id^='frmb-'][id$='-form-wrap'] input {
    line-height: normal;
}

[id^='frmb-'][id$='-form-wrap'] button,
[id^='frmb-'][id$='-form-wrap'] input,
[id^='frmb-'][id$='-form-wrap'] optgroup,
[id^='frmb-'][id$='-form-wrap'] select,
[id^='frmb-'][id$='-form-wrap'] textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

[id^='frmb-'][id$='-form-wrap'] textarea {
    overflow: auto;
}

[id^='frmb-'][id$='-form-wrap'] button,
[id^='frmb-'][id$='-form-wrap'] input,
[id^='frmb-'][id$='-form-wrap'] select,
[id^='frmb-'][id$='-form-wrap'] textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

[id^='frmb-'][id$='-form-wrap'] textarea {

    width: 400px;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn {
    position: relative;
    float: left;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group .btn + .btn,
[id^='frmb-'][id$='-form-wrap'] .btn-group .btn + .btn-group,
[id^='frmb-'][id$='-form-wrap'] .btn-group .btn-group + .btn,
[id^='frmb-'][id$='-form-wrap'] .btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:last-child:not(:first-child),
[id^='frmb-'][id$='-form-wrap'] .btn-group > .dropdown-toggle:not(:first-child),
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group .form-control:last-child,
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-addon:last-child,
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-btn:first-child > .btn:not(:first-child),
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-btn:last-child > .btn,
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-btn:last-child > .btn-group > .btn, [id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn.active,
[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:active,
[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:focus,
[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:hover {
    z-index: 2;
}

[id^='frmb-'][id$='-form-wrap'] .btn {
    color: #fff;
    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;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    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;
}

[id^='frmb-'][id$='-form-wrap'] .btn.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

[id^='frmb-'][id$='-form-wrap'] .btn.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

[id^='frmb-'][id$='-form-wrap'] .btn.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

[id^='frmb-'][id$='-form-wrap'] .btn.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

[id^='frmb-'][id$='-form-wrap'] .btn.active, [id^='frmb-'][id$='-form-wrap'] .btn.btn-active, [id^='frmb-'][id$='-form-wrap'] .btn:active {
    background-image: none;
}

[id^='frmb-'][id$='-form-wrap'] .btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
}

[id^='frmb-'][id$='-form-wrap'] .btn-primary:hover, [id^='frmb-'][id$='-form-wrap'] .btn-primary:active, [id^='frmb-'][id$='-form-wrap'] .btn-primary.active, [id^='frmb-'][id$='-form-wrap'] .btn-primary.btn-active {
    background-color: #286090;
    border-color: #204d74;
}

[id^='frmb-'][id$='-form-wrap'] .btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
}

[id^='frmb-'][id$='-form-wrap'] .btn-danger:hover, [id^='frmb-'][id$='-form-wrap'] .form-actions .clear-all:hover, .form-actions [id^='frmb-'][id$='-form-wrap'] .clear-all:hover {
    background-color: #c9302c;
    border-color: #ac2925;
}

[id^='frmb-'][id$='-form-wrap'] .btn-default {
    background-color: #fff;
    border-color: #ccc;
}

[id^='frmb-'][id$='-form-wrap'] .btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

[id^='frmb-'][id$='-form-wrap'] .btn-success:hover {
    background-color: #449d44;
    border-color: #398439;
}

[id^='frmb-'][id$='-form-wrap'] .btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
}

[id^='frmb-'][id$='-form-wrap'] .btn-info:hover {
    background-color: #31b0d5;
    border-color: #269abc;
}

[id^='frmb-'][id$='-form-wrap'] .btn-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
}

[id^='frmb-'][id$='-form-wrap'] .btn-warning:hover {
    background-color: #ec971f;
    border-color: #d58512;
}

[id^='frmb-'][id$='-form-wrap'] .input-group .form-control:last-child,
[id^='frmb-'][id$='-form-wrap'] .input-group-addon:last-child,
[id^='frmb-'][id$='-form-wrap'] .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
[id^='frmb-'][id$='-form-wrap'] .input-group-btn:first-child > .btn:not(:first-child),
[id^='frmb-'][id$='-form-wrap'] .input-group-btn:last-child > .btn,
[id^='frmb-'][id$='-form-wrap'] .input-group-btn:last-child > .btn-group > .btn,
[id^='frmb-'][id$='-form-wrap'] .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

[id^='frmb-'][id$='-form-wrap'] .input-group .form-control,
[id^='frmb-'][id$='-form-wrap'] .input-group-addon,
[id^='frmb-'][id$='-form-wrap'] .input-group-btn {
    display: table-cell;
}

[id^='frmb-'][id$='-form-wrap'] .input-group-lg > .form-control,
[id^='frmb-'][id$='-form-wrap'] .input-group-lg > .input-group-addon,
[id^='frmb-'][id$='-form-wrap'] .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

[id^='frmb-'][id$='-form-wrap'] .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

[id^='frmb-'][id$='-form-wrap'] .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

[id^='frmb-'][id$='-form-wrap'] .form-control,
[id^='frmb-'][id$='-form-wrap'] output {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block;
}

[id^='frmb-'][id$='-form-wrap'] textarea.form-control {
    height: auto;
}

[id^='frmb-'][id$='-form-wrap'] .form-control {
    min-height: 34px;
    display: inline-block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-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;
}

[id^='frmb-'][id$='-form-wrap'] li.dependent-field .form-control {
    display: inline-block;
    width: 50%;
}

[id^='frmb-'][id$='-form-wrap'] .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

[id^='frmb-'][id$='-form-wrap'] .form-group {
    margin-bottom: 15px;
}

[id^='frmb-'][id$='-form-wrap'] .btn,
[id^='frmb-'][id$='-form-wrap'] .form-control:not(select) {
    background-image: none;
}

[id^='frmb-'][id$='-form-wrap'] .pull-right {
    float: right !important;
}

[id^='frmb-'][id$='-form-wrap'] .pull-left {
    float: left !important;
}

textarea.idea-template {
    display: none;
    width: 617px;
    color: #fefefe;
    font: 13px/19px courier;
    padding-left: 40px;
    height: 1055px;
}

.template-textarea-wrap {
    display: none;
}

.form-wrap {
    position: relative;
}

.form-wrap:after {
    content: '';
    display: table;
    clear: both;
}

.cb-wrap,
.stage-wrap {
    vertical-align: top;
}

.action-links .action-links-inner {
    overflow: hidden;
    width: 0;
    height: 20px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}

.action-links .dev-mode-link {
    -webkit-transition: color 250ms;
    transition: color 250ms;
    color: #666;
    cursor: pointer;
    padding-right: 2px;
}

.stage-wrap h4 {
    margin-top: 0;
    color: #666;
}

.action-links a.clear-all:hover,
.del-button:hover,
ul.frmb span.required {
    color: #C10000;
}

.action-links a {
    color: #666;
}

.form-elements input[type=text].error {
    border-radius: 0;
    border: 1px solid #C10000;
}

.form-elements input[type=text].fld-maxlength {
    width: 10%;
}

.form-elements input.field-error {
    background: #fefefe;
    border: 1px solid #afafab;
}

.form-elements label em {
    display: block;
    font-weight: 400;
    font-size: .75em;
}

.form-elements label.maxlength-label {
    line-height: 1em;
}

.form-group .available-roles {
    display: none;
    padding: 10px;
    margin: 10px 0;
    background: #e6e6e6;
    box-shadow: inset 0 0 2px 0 #999;
    /* smartphones, Android phones, landscape iPhone */
}

@media (max-width: 481px) {
    .form-group .available-roles {
        margin-left: 0;
    }
}

.form-elements .available-roles label {
    font-weight: 400;
    width: auto;
    float: none;
    display: inline;
}

.form-elements .available-roles input {
    display: inline;
    top: auto;
}

.form-elements,
.form-group,
.multi-row span,
textarea {
    display: block;
}

.form-elements:after,
.form-group:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.form-elements .field-options div:hover,
.frmb .legend,
.frmb .field-label-container {
    cursor: move;
}

.frmb-tt {
    position: absolute;
    border: 1px solid #262626;
    background-color: #666;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    z-index: 20;
    text-align: left;
    font-size: 12px;
    pointer-events: none;
}

.frmb-tt:before {
    border-color: #262626 transparent;
    bottom: -11px;
}

.frmb-tt:before, .frmb-tt:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #666 transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -10px;
    bottom: -10px;
    left: 20px;
}

.frmb-tt a {
    text-decoration: underline;
    color: #fff;
}

.frmb li:hover .del-button,
.frmb li:hover .toggle-form,
.fb-mobile .frmb li .del-button,
.fb-mobile .frmb li .toggle-form {
    opacity: 1;
}

.fresh .frmb .legend .element-info {
    display: inline-block;
    visibility: visible;
    line-height: 12px;
    margin-left: 6px;
}

.frmb-xml pre.ui-dialog-content {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 12px;
    padding: 0 30px;
    margin-top: 0;
}

.action-links a.export-xml:hover,
.toggle-form.closed:hover {
    color: #6fc245;
}

a.btn.toggle-form {
    margin-left: 5px;
    opacity: 0;
}

a.btn.toggle-form:hover {
    border-color: #cccccc;
}

a.btn.toggle-form:before {
    margin: 0;
}

.formb-field-vars .copy-var {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #999;
    text-indent: -9999px;
}

.ite-warning {
    box-shadow: 1px 1px 4px 0 rgba(50, 50, 50, 0.5);
    border-radius: 0;
    border: 1px solid #ddd;
}

.ite-warning .ui-dialog-buttonpane {
    height: 27px;
}

.ite-warning button {
    color: #4479B9;
    margin: 0;
}

.ite-warning button:focus {
    outline: 0;
    font-weight: 700;
}

.ite-warning button.cancel:before {
    content: '|';
    margin-right: 15px;
    padding: 0;
}

.ite-warning .ui-dialog-content {
    padding: 0 15px 10px;
}

.ite-warning .ui-dialog-titlebar-close {
    display: none;
}

.ite-warning .ui-widget-header {
    height: 15px;
}

.ite-warning {
    font-size: 12px;
    line-height: 1.5em;
}

.ite-warning h3 {
    color: #666;
    margin-bottom: 10px;
}

.ite-warning button {
    background: 0 0;
    padding: 2px 5px;
}

.required-asterisk {
    display: none;
    color: #C10000;
}

.ui-button .ui-button-text {
    line-height: 0;
}

.form-builder-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 10;
}

.form-builder-overlay.visible {
    display: block;
}

.form-builder-dialog {
    position: absolute;
    border-radius: 5px;
    background: #fff;
    z-index: 20;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 0;
    left: 0;
    padding: 10px;
    box-shadow: 0 3px 10px #000;
}

.form-builder-dialog h3 {
    margin-top: 0;
}

.form-builder-dialog.data-dialog {
    width: 65%;
    background-color: #23241f;
}

.form-builder-dialog.data-dialog pre {
    background: none;
    border: 0 none;
    box-shadow: none;
    margin: 0;
    color: #f2f2f2;
}

.form-builder-dialog.positioned {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

.form-builder-dialog.positioned .button-wrap:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
}

.form-builder-dialog .button-wrap {
    position: relative;
    margin-top: 10px;
    text-align: right;
    clear: both;
}

.form-builder-dialog .button-wrap .btn {
    margin-left: 10px;
}

.admin__scope-old li select:not([multiple]):focus {
    background-image: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li.dependent-field {
    padding-right: 34px;
}

.amform-layout-two:not(.editing),
.amform-layout-three:not(.editing) {
    width: 100%;
}

.amelement-content .title {
    margin: 0;
}

.frmb .amform-layout-two:not(.editing),
.frmb .amform-layout-three:not(.editing) {
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
}

.frmb .field-label-container .field-label {
    font-weight: 600;
}
/*
formBuilder - https://formbuilder.online/
Version: 1.24.2
Author: Kevin Chappell <kevin.b.chappell@gmail.com>
*/
.kc-toggle {
  position: relative;
  margin: 4px 0 0 2px;
  width: 60px;
  height: 21px;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  background: #e9e9e9;
  border: 1px solid #cbcbcb;
  vertical-align: bottom;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .kc-toggle .kct-inner {
    position: absolute;
    top: 0;
    left: -28px;
    width: 115px;
    height: 100%;
    -webkit-transition: left 150ms ease;
    transition: left 150ms ease; }
  .kc-toggle.on .kct-inner {
    background: #e2e2e2;
    background: -webkit-linear-gradient(top, #e2e2e2 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #e2e2e2 0%, #ffffff 100%);
    left: 0; }

.kc-toggle input {
  display: none;
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

.kc-toggle
.kct-on {
  color: #12a912; }

.kct-off {
  color: #666; }

.kct-on, .kct-off, .kct-handle {
  width: 28px;
  height: 100%;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  font-weight: bold;
  float: left; }

.kct-on, .kct-off {
  position: relative; }

.kct-handle {
  position: relative;
  height: 17px;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 0%, #cecece 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #cecece 100%);
  border: 1px solid #999;
  font-weight: 100;
  color: #4b4b4b;
  text-shadow: none;
  border-radius: 3px;
  margin: 1px; }

.rendered-form * {
  box-sizing: border-box; }

.rendered-form button,
.rendered-form input,
.rendered-form select,
.rendered-form textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.rendered-form input {
  line-height: normal; }

.rendered-form button,
.rendered-form input,
.rendered-form optgroup,
.rendered-form select,
.rendered-form textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

.rendered-form textarea {
  overflow: auto; }

.rendered-form button,
.rendered-form input,
.rendered-form select,
.rendered-form textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.rendered-form .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .rendered-form .btn-group > .btn {
    position: relative;
    float: left; }
  .rendered-form .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .rendered-form .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0; }
  .rendered-form .btn-group .btn + .btn,
  .rendered-form .btn-group .btn + .btn-group,
  .rendered-form .btn-group .btn-group + .btn,
  .rendered-form .btn-group .btn-group + .btn-group {
    margin-left: -1px; }
  .rendered-form .btn-group > .btn:last-child:not(:first-child),
  .rendered-form .btn-group > .dropdown-toggle:not(:first-child),
  .rendered-form .btn-group .input-group .form-control:last-child,
  .rendered-form .btn-group .input-group-addon:last-child,
  .rendered-form .btn-group .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
  .rendered-form .btn-group .input-group-btn:first-child > .btn:not(:first-child),
  .rendered-form .btn-group .input-group-btn:last-child > .btn,
  .rendered-form .btn-group .input-group-btn:last-child > .btn-group > .btn, .rendered-form .btn-group .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .rendered-form .btn-group > .btn.active,
  .rendered-form .btn-group > .btn:active,
  .rendered-form .btn-group > .btn:focus,
  .rendered-form .btn-group > .btn:hover {
    z-index: 2; }

.rendered-form .btn {
  color: #fff;
  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;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  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; }
  .rendered-form .btn.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc; }
  .rendered-form .btn.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
  .rendered-form .btn.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .rendered-form .btn.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .rendered-form .btn.active, .rendered-form .btn.btn-active, .rendered-form .btn:active {
    background-image: none; }

.rendered-form .btn-primary {
  background-color: #337ab7;
  border-color: #2e6da4; }
  .rendered-form .btn-primary:hover, .rendered-form .btn-primary:active, .rendered-form .btn-primary.active, .rendered-form .btn-primary.btn-active {
    background-color: #286090;
    border-color: #204d74; }

.rendered-form .btn-danger {
  background-color: #d9534f;
  border-color: #d43f3a; }
  .rendered-form .btn-danger:hover {
    background-color: #c9302c;
    border-color: #ac2925; }

.rendered-form .btn-default {
  background-color: #fff;
  border-color: #ccc; }

.rendered-form .btn-success {
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .rendered-form .btn-success:hover {
    background-color: #449d44;
    border-color: #398439; }

.rendered-form .btn-info {
  background-color: #5bc0de;
  border-color: #46b8da; }
  .rendered-form .btn-info:hover {
    background-color: #31b0d5;
    border-color: #269abc; }

.rendered-form .btn-warning {
  background-color: #f0ad4e;
  border-color: #eea236; }
  .rendered-form .btn-warning:hover {
    background-color: #ec971f;
    border-color: #d58512; }

.rendered-form .input-group .form-control:last-child,
.rendered-form .input-group-addon:last-child,
.rendered-form .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.rendered-form .input-group-btn:first-child > .btn:not(:first-child),
.rendered-form .input-group-btn:last-child > .btn,
.rendered-form .input-group-btn:last-child > .btn-group > .btn,
.rendered-form .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.rendered-form .input-group .form-control,
.rendered-form .input-group-addon,
.rendered-form .input-group-btn {
  display: table-cell; }

.rendered-form .input-group-lg > .form-control,
.rendered-form .input-group-lg > .input-group-addon,
.rendered-form .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.rendered-form .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.rendered-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.rendered-form .form-control,
.rendered-form output {
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  display: block;
}

.rendered-form textarea.form-control {
  height: auto; }

/*
.rendered-form .form-control {
  height: 34px;
  display: block;
  width: 100%;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-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; }
  .rendered-form .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }*/

.rendered-form .fieldset .fields .field.form-group {
  margin-bottom: 15px;
}

.rendered-form .btn {
  background-image: none;
}

.rendered-form .pull-right {
  float: right !important;
}

.rendered-form .pull-left {
  float: left !important;
}

.form-group .required {
  color: #C10000;
}

.form-control.number {
  width: auto;
}

/*   ------------   TOOLTIP   ------------   */
*[tooltip] {
  position: relative;
}

*[tooltip]:hover:after {
  background: #262626;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 5px 5px 5px 0;
  bottom: 23px;
  color: #fff;
  content: attr(tooltip);
  padding: 10px 5px;
  position: absolute;
  z-index: 98;
  left: 2px;
  width: 230px;
  text-shadow: none;
  font-size: 12px;
  line-height: 1.5em; }

*[tooltip]:hover:before {
  border: solid;
  border-color: #222 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 17px;
  content: '';
  left: 2px;
  position: absolute;
  z-index: 99;
}

.tooltip-element {
  color: #fff;
  background: #000;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  margin: 0 5px;
  font-size: 12px;
}

.form-control[type='color'] {
  width: 60px;
  padding: 2px;
  display: inline-block;
}

.form-control[multiple] {
    height: auto;
    background: none;
}

.amform-form .am-customform-depend {
  display: none;
}

.amform-rating-container {
    display: inline-block;
    font-size: 1rem;
}

.amform-rating-container .amform-versiontwo-label {
    float: right;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: #ffb300;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyMDBweCIgaGVpZ2h0PSIyMDBweCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwMCAyMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPiAgPGltYWdlIGlkPSJpbWFnZTAiIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiB4PSIwIiB5PSIwIgogICAgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFNZ0FBQURJQ0FRQUFBQUhVV1lWQUFBQUJHZEJUVUVBQUxHUEMveGhCUUFBQUNCalNGSk4KQUFCNkpnQUFnSVFBQVBvQUFBQ0E2QUFBZFRBQUFPcGdBQUE2bUFBQUYzQ2N1bEU4QUFBQUFtSkxSMFFBLzRlUHpMOEFBQUFIZEVsTgpSUWZpQnhJQU9UdGc1emV6QUFBTnlrbEVRVlI0MnUyZGUzQlZ4UjNIZjN2eWd2QXNJVUY4RkJSRlc2c0prU0NSQkRqbkpybVFCSUk2CmplQ2pQbXFoMG82UDF0S3hZNGRxZFdwbGZPS000S01pNGl0MU9qWFZsRWh1ampvNkhWSHJqUFhSZ205RnJJbFdJSmlZNU82dmY4UkEKUXU2OTU3Vzd2N09YKy9rck9YZlA3dTkzdm5mMzd0bnoyOThCeUpBaFE0WU1HVEpreUpCaEJMR2wxQlprR0VMcnNmWjJhaHZFWWxBYgpFSXpzZWxiV2VneTFGU0xSWEJDakRpRDNMR29yaEhwRWJVQVFXc2ZBUWdETUNCSVdjcXBZSGdCVXRCUlNXeUlPclFWaDlRQUFocEczCmpOb1NjZWdzQ01QYWI1MUlvMEdMVVJ2Z24xaHAxcXNEZi9IZWVGSDFIbXA3eEtCeER4a1lzQUFBak55cytpQTFoUW1OQllHNklYK24KemFDbDdaRFZOaVZyTnp0Z1BmKzZjM0pqTjdWTkl0QzJoN0JhTnVUTFpPUVhMS0syU0F6NkNuTElyMGE2ekxRMEhiS2FjaWQzR3VPRwpIc0d2ZGhTdDZxTzJLemlhOXBEQytjUGxBR0FUVDdDb3JSS0Jwb0pBb21sdVdneGE2U1RJc3JXNmVqTUVMVjJ3VDJJekVyaFNWRG1QCjJyTGdhQ2tJSkxrdnp6cWIyckRnYUNrSTFpVTVmaWExWmNIUmNOcHJUNFFPbHAzNE15d3pYNkcyTHhnYTloQ01KcE1qSFo0ZWFpZ0kKUzdHeXl6S0NxR2F0QVl1VGY4cE9iUHMrdFlYQjBFNlFCZVdzSU5YbldacjNFZTBFZ1RxSHp6V2YrdW9uaU1PelFWYlNlaXkxaVVIUQpUSkRZTk9NVXB6STVXZzlhbWduQ25BWXNBTTBYR1RVVHhHbkFBZ0JnNVZ1blVwdnBINjBFYWM1bnBuTXB4bktXVVZ2cUg2MEVHVlBGClJybHlTdU5CU3l0QlhQMkNBQUFzM0RxSjJsYS9wS1VnTER0UDIzMVZHZ215YlJZN3ltMVpmUmNaTlJMRVM3Z29xN2JIVXR2ckQ0MEUKY1RQbEhZU05Hb3lNMXcxdEJHa3RZbVZleXV1NkVLK05JTG5EUWtkZFVOZVNSMjJ6SDdRUnhNdUFCUURBeHViVlVKdnNCMDBFYWNwRgp6NWRYejl0RFRRUVpHVHJxREM2MXM3MmVRNDhtZ25nZHNBQUFqRW00Z05wc0gxWlRHK0FTZjF2V05CeTB0QkNrL2NSRW9hTXVPRk8vCnVETXRCUEhaUDhDWTJqYVgyblRQTmxNYjRBcmZlMnoxaS9iVlFCQjdJcXZ3ZTY1KzBiNGFDSklxZE5UUnZlUHNFbXI3UFZwTWJZQXoKTEZCU0FOMFc0a012U09yUVVXZDBXMlFNdlNEejU2WU9IWFdDbmR3Mms5b0hMNFJla0dBREZvQnUwYjZoRjhUL2xQY0FXazE5UTM0bgp1KzI3T1I4R3I2VnZXdlZIMUo2NEplUTlSRXphcFd5TjdrWkNMb2lBQVF2MG12cUdlc2hxemgvM2hidFl4ZFJ3M2pjMStqbTFOKzRJCmRROFpFeEVoQjRCaFpEZFErK0xhVm1vRFVoRjh5bnZBVFcwR3JYQUw0amFXMTVuSXRnblUzcmdqeElKNENSMTFndVZrTDZIMnh4MGgKRmtSc3BsRmRabG9oRmtUZ2dBVUFFRzNPcC9iSURhRVZwTFVJNWdoMU5IK3NGbWt5UXl1STU5QlJSL1JZaUErdElHTHUwWWZYMkpSTAo3WlF6SVJYRVQraW9FMnhDUVlUYUwyZENLb2lmMEZFWHptb3dhSVZVRUFrREZnQmdRMU1XdFdOT2hGVVFzVlBlUVdjTEovc09LRklGCnM1ZmpHaFl5V1pBWnA4cXBtWC9LT3FpOUcrSHREcmJhN0J6OGp3RzBSMkd6VVVSdDF1RUtib0hMeks2RC96TUFBUHNJMk1JMG1JR2sKRzdnZmZtNXVHbjRzQ3dEZ3dhN3BXNmIxd1lLd0RWM3BEWCtkMVpodGh4NGRjamRzVitBalJscTlOVFBNNEFhNHl1d1plWHpZOHNUVwpTYmtQR05vbXBkQUgzQU9YbWs4ay9tekVlcEY5QmQ1c2FMREVvQy80RWl3M1AwajI2WWhmRGZNT0xNZDNxSTFPVnhENXVoMlZ5ZVZJCkVuWHk1TGp4ZDdQenFJMVBQL2puN0VKemErb3lTWmU0N1l2Z0xqYUcyb1YwQW1Od3Z2bVpVNm1rRTExekU4em1yMU03a1M1Z25GLzcKYkkyekhBNkJjdllvdk1WWVRlMk0vdkNQNEZ6clJYZGxIWi9LdFovRjdtY1RxVjNTR2Z6ci9rdnEvK2UydEl2SHBMRnA3Rkdqbk5vdApQY0Z2NEdyekxpOW51RmdzaVh6STV2TS9JRkk3cHgvNEg1anJUUTRQd2RaMkZXeGhVNmhkMUFsOHNQZG4wZjFlei9JUTJkRTJ4ZGhzCmFKbURTajNZeFZkSEh2SnpwcmRRRzJhdmdSdjg3eG8vWE9DdjlaOVRzOVBmdVo1am4reTUrS2d4bmRybE1NUHY3RmxUKzQzZnMzMEUKbzlrVDRUNm0xVVpLZGZBdjhlSkljNUFhZkVZSDJqK0YyOFJzcGtrbitBdDk1MFkvRGxhSHoyZUU1b2IrT2ZnMjlRVUlFNXp6MzNjdQpEQ3BIb0QyR3pmbGoxeHVYVUYrSWNNQjM4L09xYkJFMUJReG9qcTFnRzJYRUdPb0YvM3ZQaGJXQ3dvc0NSNWpIWmhpUHNkblVsNFFPCjdNTnJyRnRCMkRwRzREaVR5THNkOC9odGgrdkNDbjh2UHMrNlJad2N3dmFwdDlmQkptTXl6VVdoQXgvdlhsbTdWMnlkd2piRnhJNHkKSG1ZYTVzbjFDKzltbDV2M2lhOVhXRFQ0NW4zVE4wOUhxRHc4Z3Uzd0RWNFRhWlZScytCdFk3SDV4aVBpTmpPSEZYNVA1NVdOM1hMcQpGcDdycEswZ2E1TzREQXpoQS9md24wVCtMSzkrS2NsbjdDdnhqK2taYk1lMzl5MlB2aSt6QlNranZubDdPZ2JiSWZKMU95dmt5aUV4ClBWTzZCZHU1Q1hJVGdkUjhXYkdMamZYcEVXeUhzVzh1V0xSYlJVdFNKNm1SQjlJaDJHNGd5RTJOSEFveXl1a2ViTWMvaGhWdWc5eEUKb0NURm43N0JkdDZDM0VTZ0tPZWlqc0YyM29QY1JLQm9vVU8vWURzL1FXNGlVSnFWVko5Z083NjViN1gzSURjUktFNFRxME93bmY4ZwpOeEdvejlzYjhtQTcvaHBmWHJXRHJuMlNSTXJoRGJiajYzdCs1VC9JVFFSRW1hM3R5YkE3ZkwwRTd6Q3ZwTGFCNm5GU1NmamtBSUFRCkJHc1FDUkxPcEsxWWJoOUJiUU9OSUF5V1VUdWVDTU9ndDR0RWtGaTVNWlhhOGNUUTkxd1NRY0tiKzVBdGZPbzd0QmJRREZuaEZTUW4KbnpoSFBJRWdkZ2s3bHRicFZGQ25XeVlRaEg2Y1RtbGRUU3ZwTTA0Q1FhaS9nNmt4UnVjR2VyTm80UFpWTjlnMms1MU02YkF6dEQxWQp1U0FhdkhlempqSkh2UG9oSy9TQ0dPTUxxZ2hiVjl0YzZ6R3NqTTVadDFEZUp5a1dKRWVMZDI1UzVvaFhMRWk0WjFpREdKTUxLOG5hClZ0bFlTeUdFUGhuK0FIUXpMYVdDakc1Z29YOWR4QURzVEtwSGQwb0ZDZmM5K2xEWTBUR2l5WWRDUVZyR2cwWUovNmxtV2dvRkdWV3YKMHlZZXF0NnNVQkE5WmxpREdDZllQeUJwVjFWRFRhT1JkTkhPT3pSOVJKa2doVkZEaTFlZkhvU21SeXNUUko4WjFpQ3NlTnR4Nmx0VgpKTWpHSEtiSjY3T0hrazN3SlZJa3lQR21qaHQyS0hxMUlrRmt6dXF4SzNnZGlXRnpuemxTbnQySlVTTElXbWtCYU5nVi8xSDhlUDZNCm5Ob1p5NVprZDNLVUNMTHdERG5iZFBocjhkTWlEMVg5MTFxRTEyQy9qQmJVejdTVUNDSm5MT2JyZThxLzNjbUI1azN4K2ZpaGhFWVcKYkowazg4cU1SSWtnNHI5bi9FdSt6THA4NkU2T3FuOUFDZitMY011ejh4Uy90VTZCSUxGU05rMXNqZmhpWDRuMTVLRkh6YStzcytPcgpzY2RQalNuYVVqeG9LUkJFN0F5TGM3eXhZMEd5L0xpUnUrT240NzlGdHNlcTdiSHlyczFJVkF4WkFnWEJ6NkRHdkxZeG5yeEUxZXU5CnMzR1R1QmJaS0t5VmRtVVNJRjBRK3lUMlBWRjFZV3R2c1JWektoWGRiMTdNenhkM2Q2SjJwaVZkRUZGak1QYnpYNXVMbzUrN0syMDkKM0ZmSy95bW81ZHFXUERuWEpoSFNCUkh6L2VJZllJVjFzNWY4dURVN084djVuU0xhTnNhTnJwWnpiUksySnJmNjJEUjJXdkJhK0JOcwpsdldTMTdNYWU2MHI0ZzM4eStEdHE1eHBTUmJFQ0J3WWh6MTRtZlZEOHl0L1owZWFXVEYvSWFnTmJLbXRiTSt3WkVHQ2ZyZnc3ZjQ1CjVvWWdOWmlmZEM3RUd6Z1BVZ2NyNFBQRlg1dkVTQldrYlFyTUMzSSsvOU8rMmRYL0NtcEZZOXo4TFZielFCbmgxTVdnU0JYRWFEQjgKMTgvMzhmT3NIeS85V293bGtmYWVZZ3lRd2hLVkJjNUpGY1QvREF0ZlphWFdJeUp0cWUwd2ErTnJzTS9mMmNhUjl1bGlyMDNTbHVSVgpiVThFeTkrWmVIdkhHYWI0dkw4WVdjY3IwR2ZlWFZVekxaazlwSjdsK0hEOGkvaFM4NnJHWGprbVJiYjN6K0srRW9XcnVsK1hLSWlmCjd4Ui9Ia29pZjVQcGNQVWVxNUd2NHA1VDZiTVpiYWZLdEdzUWFZSTA1OE1pYjJkd3pxL3Z0TXhQNUR0dDNjUG04TGU4bnFWbWQ2UTAKUWNZdU1rWjdLYzgvWlJGcmJhcDFYSkdZYjNTVjRmM2V6bEh6S3lKdnlQTDBMbERld29yTloxVTRQTWpTcjgxTGNRWDM4TUlpNDVSbgpUcEJ2bHlSQm1uSlpuZHV5Mk1ldnR1ck5Udm5PSG9yNUdKYmlLKzdMNXlqb0k1SUVLWWl3Q2U1S2luL1BtUmU4dldOT3hhQWxTUkMzClN3MzRlTStzcXBmbHU1bWN4bDdyRjdpRXUrcWZyTXcrV3JZOVVnUlphMkNEY3luZUhWOXBMaGY5MmprL1dFOWpDVDduWEk0eExuMWIKdHhSQkZsUWFoVTVsOEUwb2k5d3IyejIzUkhaMVJQQTY1elZoK2JlSGNvWXNSN1A1dlIxbDFwdXluZk5DWTl6OEhWaTRLM1VwVm1sTApmbjJtSEVGU2RteStseSszVnNwNjdWd1FyT2VnQko5T1ZZSmx1Um1NZ3lCQmtMWXk0NWprbitMTDhWblc0M0tkOG8vWmFTN2h2K1NwClZ0SWtEMW9TQkVtK3hJQ0l0K3lZVi8yZVhKY0NndGF0YkI2K20vVHpxcGJ4TXB1WElFaXkyVHJ2NVBYbTFhdDhQcEZRaWZsS2R5bC8KTFBGblJtNmU2MXRlUHdnWHBQMWtZMmFpNC96Wi91SklpMHhYUkZLNzExckJMK1VKbjFmS25XbUo3eUVKek1VNFgvdGNwT1pUbVk2SQp4N3FmbCtFYkk0K3p4VTJlbGsyOUlWd1FObUpSRVhkeHk3cit1a0J4SHpSVXZkVXhoOTh6d3NNeGhWRjViUW9XSkRhREZROC9nay9GCml5UFB5M05BTG8zZDFpcCtEdTQ1NUxDbmxXeHZDQlprZVAvZ3ZYaVZ1YVRxQzNubXE4QnE2cDNGdHc4N3RHU2pqNGZUN2hBdHlKQmYKRUh3SHpqQnZsMlc0U3FMdjc2emc2dzZ1Q2JNSk02WGxOUklxaUgwMHpCbjhHN2ZzTGJWZWxXVzJhbGIxV1d0d01UOFlleTl0MEJJcQpDSjdGR0FBQWR1RkY1Z1VOKzZSZEh4S3NWbGJNdDMzcnFiUTBtV0tIckxNQkJqWXJtdzlLdlRaRW1KOVowWUVOMkViaEpFblJ2Z0lGCmFTMkNDZ0IrNTRITnl1a0ltamRCSmY5QWl3emQ3U3Z0enBpR0tXYThzMjFDZTFQN0xxbzBtYTVwLzAzc0tHb2JGSHE3c3IwNGVDMFoKTW1USWtDRkRoZ3daMVBCL2loT0haU3U4TWdNQUFBQWxkRVZZZEdSaGRHVTZZM0psWVhSbEFESXdNVGd0TURjdE1UaFVNREE2TlRjNgpOVGt0TURjNk1EQjR6SUdnQUFBQUpYUkZXSFJrWVhSbE9tMXZaR2xtZVFBeU1ERTRMVEEzTFRFNFZEQXdPalUzT2pVNUxUQTNPakF3CkNaRTVIQUFBQUFCSlJVNUVya0pnZ2c9PSIgLz4KPC9zdmc+Cg==');
    background-size: contain;
    background-repeat: no-repeat;
}

.amform-rating-container.radio-group .amform-rating {
    display: none;
}

.amform-rating-container .amform-versiontwo-label:hover,
.amform-rating-container .amform-versiontwo-label:hover ~ .amform-versiontwo-label,
.amform-rating-container .amform-rating:checked ~ .amform-versiontwo-label {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyMDBweCIgaGVpZ2h0PSIyMDBweCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwMCAyMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPiAgPGltYWdlIGlkPSJpbWFnZTAiIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiB4PSIwIiB5PSIwIgogICAgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFNZ0FBQURJQ0FNQUFBQ2FobDZzQUFBQUJHZEJUVUVBQUxHUEMveGhCUUFBQUNCalNGSk4KQUFCNkpnQUFnSVFBQVBvQUFBQ0E2QUFBZFRBQUFPcGdBQUE2bUFBQUYzQ2N1bEU4QUFBQ2xGQk1WRVVBQUFDOXZiMjV1Ym0vdjcrOQp2YjI1dWJtL3Y3Ky92Nys1dWJtK3ZyNit2cjYydHJhL3Y3Kzl2YjBBQUFDR2hvYS92Nys5dmIyN3U3dSt2cjYrdnI2K3ZyNit2cjY4CnZMeXFxcXE5dmIyOXZiMi92NytxcXFxWm1abS92NysrdnI2L3Y3Kyt2cjYvdjc5L2YzKy92Nys4dkx5L3Y3Kyt2cjY2dXJxL3Y3Ky8KdjcrK3ZyNit2cjYvdjcrOHZMeSt2cjYvdjcrL3Y3Kyt2cjY5dmIyK3ZyNit2cjYrdnI2K3ZyNjR1TGl5c3JLOXZiMi92Nys0dUxpWgptWm0vdjcrN3U3dSt2cjYrdnI2L3Y3Kyt2cjY1dWJtL3Y3KzJ0cmEvdjcrOXZiMi92NysvdjcrK3ZyNit2cjYrdnI1eGNYRzh2THkvCnY3Kyt2cjYvdjcrK3ZyNi92Nys5dmIyOHZMeS92NysvdjcrN3U3dS92NysrdnI2L3Y3Kyt2cjYvdjcrOXZiMnFxcXEvdjcrK3ZyNi8KdjcrK3ZyNi92NysrdnI2K3ZyNi92NysvdjcrL3Y3Kyt2cjYvdjcreXNySy92NysvdjcrK3ZyNi92NysvdjcrK3ZyNnhzYkcvdjcrLwp2NyswdExTK3ZyNi92NzhpSWlLL3Y3Kyt2cjY5dmIyL3Y3KzZ1cnEvdjcrK3ZyNit2cjYvdjcrK3ZyNjd1N3UvdjcrK3ZyNjh2THk5CnZiMjl2YjIrdnI2OHZMeSt2cjYydHJhOXZiMi92NysvdjcrL3Y3Ky92Nys5dmIyOHZMeS92Nys5dmIyL3Y3Kyt2cjYrdnI2L3Y3KysKdnI2K3ZyNi92NysrdnI2L3Y3Kyt2cjY5dmIyL3Y3Kyt2cjYvdjcrbnA2ZTl2YjIvdjcrK3ZyNit2cjYvdjcrL3Y3Kyt2cjY3dTd1OQp2YjIvdjcrNnVycS92NysvdjcrOHZMeS92Nzh6TXpPK3ZyNit2cjYrdnI2L3Y3Kyt2cjYvdjcrK3ZyNit2cjYvdjcrK3ZyNi92Nys5CnZiMi92NysrdnI2L3Y3Kzl2YjIvdjcrK3ZyNit2cjYvdjcrK3ZyNit2cjYrdnI2K3ZyNi92NysrdnI2K3ZyNi92NysrdnI2K3ZyNisKdnI2L3Y3Ky92NysrdnI3L2R3RG1hd0QvLy84bS9GNXlBQUFBMlhSU1RsTUFUaUhLYlIyNGJ3dkJUeFdiWlFIc3R6SVBmbHZKclJjSgpZVkdqQmdWRVI1Q1ozQUlvUFhTLzRSQTBWNGJZS2p0OHo5SWZjMnJGdGhrS2Fic1M2V0F4c24wTVZoYW9CNnhObndSRGxTZnZPWXpkCk1JTFVPaVo0eXg1Y3JzaFNwRWtEMno5WXp0RFJxaFFZdkhzODQ1Y0lzVlFnaWcxSXJ4SEdiUHVndVYxM0pUamZrV2pETGRhZFFWa2oKampWTERodkFaSC9UUGhPelZYQ2hrc1NXdXQ1ZXNLWktuRzVBNWphSVd0b3NVS0lpUnBnYTRJUXUxL2g2ZHMzTU4weXJuaHpDZzBLVQpaaVIxajRIVmdLVzFLNXEwWTNLSDJhY3pYNU12UUJIMUNBQUFBQUZpUzBkRTI1a0VGaFFBQUFBSGRFbE5SUWZpQnhJQU9oNEF6ckEzCkFBQUhTa2xFUVZSNDJ1MmQ5M3RVUlJTR0w3MjZvWVZpUWtoSUJFSlZpaGlrU3BBaTBxV1hwUVJDQUJHRGlnVUlYUkJCcElnZ05sUkUKc0lLQ0tLS0lEVUd4ZS9ocjNFMnlaTXU5ZDg3TW5ablBQTSsrdjkrWjczMWdTODdNT2VzNGFkS2tTWk1tampyb0FKcW9XdytkUUJQMQpxUUU2Z2g0YVVpTjBCQzAwSm1xQ3pxQ0Zwa1RVREIxQ0I4MGpJcmVoUTJnZ2xCRVJhWUZPb1lHV0ZLVVZPa1p3V2xlS3RFSEhDRTVtCnBVaGJkSXpBdEtNcTJxT0RCS1ZEdGNqdDZDQkJhVnN0a29VT0VwQnNpdEVSSFNVWU9iZEVPcUdqQkNQM2xrZ2VPa293T3Q4U3VabVAKemhLRUFxcmhEblNZSUhTSkU4bEZod2xDMXppUmJ1Z3dBU2lrZUxxajQ2alRJMEdrSnpxT09sa0pJcjNRY1pUSnAwUjZvd09wMGlkSgo1RTUwSUZWNkpvbmNoUTZrU3Q4a0VhcUxUcVJHdjJRUDZvK09wTWFBRkpHNzBaSFVHSmdpUXZlZ002bFFsT3BCZzlDaFZLampJbkl2Ck9wUUtlUzRpTkJpZFNvRWhiaUpEMGFua0dlYm1RY1BSc2VRWjRTcEM5NkZ6U1pQcExqSVNuVXVXWW5jUEdvVU9Kc3RRRHhHNkg1MU0Ka3RGZUltUFF5ZVRJOXZLZ3NlaG9jdVI0aXRBNGREWXBjcjFGSGtCbms2S3p0OGg0ZERZWkh2VDJvQWtoZERvSit2dUkwRVIwT2dtNgorb2xNUXFmalUram5RWlBSOGZqMDhCV2hLZWg4YkxMOFJhYWk4M0hKOS9lZ2FlaUFYQjRTaU5CMGRFSW1QVVVpTTlBSm1mUVZpY3hFCkorUXhTK1JCTkF1ZGtjVUFzVWp0dUswNVVDeFNLMjVyRm9rOWlJclJLUm1NNFlqVWh0dWFlUnlSRnVpVURJWndSR3JCYmMxaExBK2EKamM0cFpBUlBaQTQ2cDVDNVBCRXFRZ2NWVU16MG9Ibm9wQUtHY2tYbW81TUtHTTBWb1d4MFZGK3kyUjYwQUozVmx4eStTSE4wVmw5eQorU0lVUm9mMVk2R0V5Q0x0dXk5ZVVxS0pwUkllbEtGcjE1SmxwZFVtblc3S0JQamZrVlZ6d3JxOERCMG1BQWxuOS9rcjBIRlVXVnFRCjlFSlp1UW9kU1ltSFY2ZTg1QWMvZ2c2bHdCclhkNjlHNkZpeXpIM1U0MzI0cGN6SEFKNXk3K2FhdGZQUjRmamNmTXozdzVIOU5SeE4KMlhMQngzeUIxS2N6akJYaXZwclY0OUVoeFhUcncvcnVOUStkVThUalQ3QThIS2ZmT25SVVg1NWtha1FZSnp5cndkRkw3aXcxNXlsMApZQStlYml6bDRUanRua0ZIZG1XOXBFYUUwQVowNkZTV2JKVDNpRkN4Q1IwOGljMnE5d2dMK1ZVcUd3UVozYk1GSGI2R3JjSG0zV3piCmpoYW9abW80a0lmakZPMUFLMFNaOEd4QWpTZzcwUlpFQS9XTXV0azFFK3pSWDlmdHdlem5rQnFUZDJ2U2lQSTh6bVBVSG8wZWpyUDMKQlpESFBxMGFFZkpmUkdqc045SGZlNEIzZ3E2VFBETURiZzRlc3V6eGtoR05LSWR0YW1TYWJPMjFXTUlyTnp2YnhsWUpUMUIrMDBFSApHeDVsTnJwNkxaVHdHT1UzSFpndTRhM2lsZDkwWUxTRXh5Ni82Y0JnQ1UraS9LWURVeVU4eWZLYkRveVU4RjZXTGIvcHdFQUpUNkg4CnBnUGRKYndsdUM0R3JTVzhJOGcyM2xKOUhybEFEYW43V1NLT1FrVmUwZmhmUzNTNmFaTFFCSTBpVzRBaXdtNHFHWTRCUlNicEZDR2IKMzdHU2VGV3J5R3N3anlsYVBlaDFtTWhVdlNLRStLSlZ5VFROSW11Q1IxSml1bVlQZWdNa01rTzNDT3ErZkQzdEltOUNQQnBvOTZEagpFSkczOUl0ZzdzdWJPREY1RytEUnpJQUhIUUdJN0RNaDhnNWdhQXFqdDFpQkU5WTk5aGp4b0hldGk1dzBJL0tlZFJGVEY0ZE9XZlpvCmI4aURXbHNXT1cxS3BNU3l5UHVtUk9nRHF4NGRqWGxRRjZzaUg1b1RXV2RWNUNOekl2U3hSWTk4cWJPUjlYSUhFQU1zaXF5VXlCVTkKTEFqSi9ERlpabEZFNGlKYTlXSEJ4RS80ajFpY2JzeFAxVFQyU0dGYjlqUDJwaHUzNUVZNkduOVhkeEQzcWVIV1JNNHdFNTBKSnp4Mgo5bFBtYzlhbUcvTXVOWCtXTXV5ejhWaWVpSzNweGdXc05BM2RCaDIxWVQxcWE3cnhPVTZZOCs1L3RHNzhuUE93cFdQUkMrSWttNzd3CmVqaDdNMFBrU3lzZS9jUkJMaGI2UEY5SC9QeFhWa1RFRnhzRnA0R1h0Z3BYc0RMZCtHdEJpTzNiUkN1RXZ4R0pYTGJnMFU2UVlRZG4Kdk5GbHdYSHd0eFpFcnZoSE9NbGJwVmtMMzFVeUxCVHFHdm9GdVBBZGQ1blE5NzRtRmNZOUN2MjIvMEhtcE9hRTM1bHd1WEdSMlQ2NwpTdzYzYjdYTWU2bk94a1htZU83ZDVKTDBZajZ2dDdPR1BZbzhkLzR4ckxEY3FaKzhscnRxV01Ucm9teUc0aEZOMFhHUEJmc2FGdm5aCmZkdHJwY29yTHZZd1VXdkw1ZUl4MFN4UVc1cEhVOTBHb3lJTDNMWU0ycGJtM2xTWGFWU2t1Y3VPR3RyU1hKdnE1TjhFK2JqTkg5Y3kKS05hdHFhNitRWkZGS2J0TnU2NW41ZkRWbEtXN0doUkorZXZ1RjMxdGFZdFNtdXJVM3dtRkpNL2c2cUZ6OGRKZmsxYS9ZY3hqZCtKRwo5VFNmeVlSK1Mxei9takdSM3hQMm1hUy9MYTE3NGkvSjZPM1NqZU9QK0YyTVhFbmE4MmY4RmpzTmVWeVBmMHN4ZFJ4ekkyNlRpNGIyCmlCdXUzTnBjVzFydi9UWGJtR25WZFVwaTZ3ODVZRXdqUXZ1YU9lZW5qV3l3SzdiOG9ZTW1QU0tNak8yVVpXVDU4OVdySHphc0VhRnUKN0VjSWpmVHJWbzN0WHZpWGVRL0g2VmhlSldLaVkvZFMxVC8yV2hzZVRteFFySW5weHBWM01mKzJwQkZoK2JIb2htSDlDemV4M1paVwplYWF0WTBKTklzVUJwa0twVXJHSi90Rys2QlhFYjB1MldxYS9DSHh1cjMyUENGZitoV3liSmsyYU5CYjRENHJDSHdENjN5QWZBQUFBCkpYUkZXSFJrWVhSbE9tTnlaV0YwWlFBeU1ERTRMVEEzTFRFNFZEQXdPalU0T2pNd0xUQTNPakF3MmpDV2VRQUFBQ1YwUlZoMFpHRjAKWlRwdGIyUnBabmtBTWpBeE9DMHdOeTB4T0ZRd01EbzFPRG96TUMwd056b3dNS3R0THNVQUFBQUFTVVZPUks1Q1lJST0iIC8+Cjwvc3ZnPgo=');
    background-size: contain;
    background-repeat: no-repeat;
}

.frmb .form-elements .dependent-field select:not(:focus) {
    padding-right: 40px;
}

.amform-no-display {
    display: none;
}

.amform-form .fieldset .fields .amform-layout-two,
.amform-form .fieldset .fields .amform-layout-three {
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
}

.amform-layout-two:last-child,
.amform-layout-three:last-child {
    margin-right: 0;
}

.amform-layout-two:not(.editing) {
    max-width: 48%;
}

.amform-layout-three:not(.editing) {
    max-width: 31%;
}
.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list,.slick-slider,.slick-track{display:block;position:relative}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-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{top:0;left:0;margin:0 auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;vertical-align:middle}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{position:relative;background:0 0}.slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;content:'';border-radius:100%;border-style:solid;border-width:3px;height:25px;width:25px;border-color:rgba(0,0,0,.2);border-top-color:#5c5c5c;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation:loading 1s infinite linear}@keyframes loading{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(359.9deg);transform:translate(-50%,-50%) rotate(359.9deg)}}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.25}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;left:0;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button,.slick-slider .slick-arrow{display:block;cursor:pointer;outline:0;box-shadow:none}.slick-dots li button{font-size:0;line-height:0;width:20px;height:20px;padding:5px;color:transparent;border:0;background:0 0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{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;padding:0 20px}.slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;font-size:0;line-height:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:transparent;border:none;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat !important;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before{content:''}.slick-slider .slick-arrow:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+) center no-repeat}.slick-slider .slick-arrow.slick-next{right:0}.slick-slider .slick-arrow.slick-prev{left:0;-webkit-transform:rotate(180deg) translate(0,50%);-moz-transform:rotate(180deg) translate(0,50%);-ms-transform:rotate(180deg) translate(0,50%);transform:rotate(180deg) translate(0,50%)}.slick-initialized .slick-slide{float:none!important;display:inline-block!important;height:auto;}.product-items.slick-slider>.slick-list{padding:15px 0}.product-items.slick-slider .slick-slide .product-item{display:block!important;margin:auto!important;max-width:205px}.sidebar.sidebar-additional{width:100%}.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list,.slick-slider,.slick-track{display:block;position:relative}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-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{top:0;left:0;margin:0 auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;vertical-align:middle}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{position:relative;background:0 0}.slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;content:'';border-radius:100%;border-style:solid;border-width:3px;height:25px;width:25px;border-color:rgba(0,0,0,.2);border-top-color:#5c5c5c;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation:loading 1s infinite linear}@keyframes loading{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(359.9deg);transform:translate(-50%,-50%) rotate(359.9deg)}}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.25}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;left:0;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button,.slick-slider .slick-arrow{display:block;cursor:pointer;outline:0;box-shadow:none}.slick-dots li button{font-size:0;line-height:0;width:20px;height:20px;padding:5px;color:transparent;border:0;background:0 0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{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;padding:0 20px}.slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;font-size:0;line-height:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:transparent;border:none;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat !important;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before{content:''}.slick-slider .slick-arrow:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+) center no-repeat}.slick-slider .slick-arrow.slick-next{right:0}.slick-slider .slick-arrow.slick-prev{left:0;-webkit-transform:rotate(180deg) translate(0,50%);-moz-transform:rotate(180deg) translate(0,50%);-ms-transform:rotate(180deg) translate(0,50%);transform:rotate(180deg) translate(0,50%)}.slick-initialized .slick-slide{float:none!important;display:inline-block!important;height:auto;}.product-items.slick-slider>.slick-list{padding:15px 0}.product-items.slick-slider .slick-slide .product-item{display:block!important;margin:auto!important;max-width:205px}.sidebar.sidebar-additional{width:100%}.checkout-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #333;
    color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    max-width: 260px;
    line-height: 1.4;
}
.checkout-popup.show {
    opacity: 1;
}
@-webkit-keyframes fadeInFromNone{0%{-webkit-transform:rotate(0);opacity:0}100%{-webkit-transform:rotate(359deg);opacity:1}}@-moz-keyframes fadeInFromNone{0%{-moz-transform:rotate(0);opacity:0}100%{-moz-transform:rotate(359deg);opacity:1}}@-o-keyframes fadeInFromNone{0%{-o-transform:rotate(0deg);opacity:0}100%{opacity:1;-o-transform:rotate(359deg)}}@keyframes fadeInFromNone{0%{transform:rotate(0deg);opacity:0}100%{opacity:1;transform:rotate(359deg)}}@-webkit-keyframes fadeInFromNone{0%{-webkit-transform:rotate(0);opacity:0}100%{-webkit-transform:rotate(359deg);opacity:1}}@-moz-keyframes fadeInFromNone{0%{-moz-transform:rotate(0);opacity:0}100%{-moz-transform:rotate(359deg);opacity:1}}@-o-keyframes fadeInFromNone{0%{-o-transform:rotate(0deg);opacity:0}100%{opacity:1;-o-transform:rotate(359deg)}}@keyframes fadeInFromNone{0%{transform:rotate(0deg);opacity:0}100%{opacity:1;transform:rotate(359deg)}}.products-grid .action.tocart.tocart-loading:before{-webkit-animation:spin 1s linear infinite;-moz-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.product-info-main .action.tocart.tocart-loading .fa,.products-list .action.tocart.tocart-loading .fa{-webkit-animation:fadeInFromNone 1s linear infinite;-moz-animation:fadeInFromNone 1s linear infinite;animation:fadeInFromNone 1s linear infinite;width:18px;overflow:hidden;margin:0 auto;display:block}.product-info-main .action.tocart.tocart-loading .fa:before,.products-list .action.tocart.tocart-loading .fa:before{content:"\ee77";line-height:1;display:block;font-family:"icomoon"}.ajax_cart-popup.popup__columns .ajax_header{border-bottom:1px solid #eee;padding-bottom:10px;color:#000;font-size:16px;position:relative;padding-right:30px;font-weight:600}.ajax_cart-popup.popup__columns .ajax_header .action-close{display:none}.ajax_cart-popup.popup__columns .popup__table{margin-top:20px}.ajax_cart-popup.popup__columns .popup__table:after{clear:both;content:"";display:table}.ajax_cart-popup.popup__columns .popup__table .popup__table-col{float:left;width:100px}.ajax_cart-popup.popup__columns .popup__table .popup__table-col+.popup__table-col{width:calc(100% - 100px);padding-left:30px}.ajax_cart-popup.popup__columns .popup__table .product-confirm-name{font-size:16px;font-weight:600;color:#222;margin-bottom:10px;text-transform:uppercase}.ajax_cart-popup.popup__columns .popup__table .title{color:#969696;font-weight:500;margin-right:10px}.ajax_cart-popup.popup__columns .popup__table .title:after{content:":"}.ajax_cart-popup.popup__columns .popup__table .product-confirm-subtotal .price{font-weight:700;color:#222}.ajax_cart-popup.popup__columns .ajax_footer{border-top:1px solid #eee;margin-top:20px;padding-top:20px;text-align:right}.ajax_cart-popup.popup__columns .ajax_footer .actions .btn.btn-tocart{margin-left:17px;background-color:#008000;color:#fff;border-color:#008000}.ajax_cart-popup.popup__columns .ajax_footer .actions .btn.btn-tocart:hover{background-color:#006100;border-color:#006100}.ajax_cart-popup.popup__columns+.mfp-close{display:none}.ajax_cart-popup.popup__columns+.popup__related{border-top:1px solid #eee;margin:20px 0 0}.ajax_cart-popup.popup__columns+.popup__related .block-title{padding:10px 0}.ajax_cart-popup.popup__columns+.popup__related .block-title h5{color:#000;font-size:16px;position:relative;padding-right:30px;font-weight:600}.catalog-product-view .block.popup__related .block-content .products-grid{margin:0}.catalog-product-view .block.popup__related .block-content .products-grid .product-item{width:100%;max-width:100%;margin:0}.catalog-product-view .block.popup__related .block-content .products-grid .product-item .product-item-details{padding:15px 0 0}.ajax_cart-popup.popup__columns+.popup__related .products-grid .owl-carousel .owl-dots{margin-top:10px}.ajax_cart-popup.popup__columns+.popup__related .products-grid .product-item-info{margin-bottom:0}@media (max-width:767.98px){.ajax_cart-popup.popup__columns{max-width:calc(100% - 30px)}}@media (max-width:575.98px){.ajax_cart-popup.popup__columns{padding:10px}.ajax_cart-popup.popup__columns .popup__table{margin-top:15px}.ajax_cart-popup.popup__columns .popup__table .popup__table-col{width:80px}.ajax_cart-popup.popup__columns .popup__table .popup__table-col+.popup__table-col{width:calc(20%);padding-left:15px}.ajax_cart-popup.popup__columns .popup__table .product-confirm-subtotal .title{display:block}.ajax_cart-popup.popup__columns .ajax_footer{margin-top:15px;padding-top:0}.ajax_cart-popup.popup__columns .ajax_footer .actions .btn{margin:10px 0 0 0 !important;width:100%}}.flycart-animated-add{width:80px !important;height:auto !important}.flycart-animated-add span{display:block;width:100% !important;padding:0 !important;height:auto !important}.flycart-animated-add .product-image-photo{position:static}.footer_minicart_container{position:fixed;bottom:0;left:0;right:0;z-index:101}.cart-footer{position:relative}.cart-footer.number:empty{display:none}.cart-footer .subtitle{display:none}.cart-footer .subtitle.empty{font-weight:500;display:block;padding:35px 15px;width:100%}.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;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.cart-footer .fixed-mini-cart:after{content:"";display:table;clear:both}.cart-footer .fixed-mini-cart .fixed-cart-col.empty{display:none !important}.cart-footer .fixed-mini-cart .fixed-cart-col.cart-items{-ms-flex:0 0 calc(100% - 340px);flex:0 0 calc(100% - 340px);max-width:calc(100% - 340px)}.cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-actions{border-left:1px solid #ddd;padding:20px;display:flex;align-items:center;flex-wrap:wrap;justify-content:center}.cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-actions>.primary,.cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-actions button{width:100%}.cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-actions>.summary-content{width:100%}.cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-actions>.summary-content .summary-field{display:flex;justify-content:space-between;padding:10px 0}.cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-actions>.summary-content .title{text-transform:uppercase}.cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-actions>.summary-content .value{font-weight:700;color:#222;font-size:15px}.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;width:80px;border:1px solid #d8d8d8;line-height:1}.cart-footer .fixed-mini-cart .cart-items .item img{width:100%;height:auto}.cart-footer .fixed-mini-cart .cart-items .item .product{line-height:0}.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:#c61932;text-align:center;color:#fff;line-height:20px;position:absolute;top:5px;right:5px;font-size:12px;font-weight:600}.cart-footer .fixed-mini-cart .cart-items .item .edit-icon{position:absolute;bottom:0;right:0;cursor:pointer;background-color:rgba(47,47,47,0.8);color:#fff;width:25px;height:25px;border-radius:4px 0 0;text-align:center;display:block}.cart-footer .fixed-mini-cart .cart-items .item .edit-icon:before{font-size:14px;line-height:24px;content:"\e672";font-family:'Linearicons'}.cart-footer .fixed-mini-cart .item-actions{background-color:#ddd;bottom:-1px;left:100%;padding:8px;position:absolute;top:-1px;opacity:0;visibility:hidden;transition:all 300ms;-webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms;min-width:100%}.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;text-align:center}.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:#222;content:"\e681";font-family:"Linearicons";font-size:18px}.cart-footer .fixed-mini-cart .item-actions .product.actions .action.edit:after{content:"\e672"}.cart-footer .fixed-mini-cart .item-actions .product.actions .action:hover:after{color:#c61932}.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;border:1px solid #ddd;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px}.cart-footer .fixed-mini-cart .item-actions .details-qty .update-cart-item{width:40px;height:30px;font-size:13px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background:#333;color:#fff;border:1px solid #333;vertical-align:top;text-align:center;padding:0;font-weight:600;text-transform:uppercase}.cart-footer .fixed-mini-cart .item-actions .details-qty .update-cart-item:hover{background-color:#000;border-color:#000}.cart-footer-actions{position:fixed;bottom:20px;left:20px;background-color:#f68872;z-index:101;width:45px;height:45px;border-radius:4px;line-height:54px;text-align:center;cursor:pointer}.cart-footer-actions .cart-qty{transition:all 300ms;-moz-transition:all 300ms;-webkit-transition:all 300ms;-ms-transition:all 300ms;opacity:1}.cart-footer-actions .cart-qty.active{opacity:0}.cart-footer-actions .icon-cart-footer:before{font-family:'Linearicons';content:"\e74d";color:#fff;font-size:24px;line-height:1}.cart-footer-actions .number{border-radius:20px;color:#fff;font-size:0.625rem;font-weight:600;height:20px;line-height:20px;min-width:20px;padding:0;position:absolute;top:-8px;right:-8px;text-align:center;background-color:#222}.close-footer-cart{padding:4px 10px;position:absolute;top:-34px;left:0;z-index:1;cursor:pointer;text-align:center;border:1px solid #eee;border-radius:0 5px 0 0;border-bottom-color:#fff;background:#fff}.close-footer-cart:before{content:"\e93a";font-family:'Linearicons'}@media (max-width:767px){.cart-footer-actions,.footer_minicart_container{display:none !important}}.page-product-grouped.catalog-product-view .product-info-main>.product-info-price .price-box{display:none}.success-ajax--popup.modal-popup .modal-header,.ajaxCartForm.modal-popup .modal-header{padding:0;height:0;position:relative;z-index:1}.success-ajax--popup.modal-popup .modal-header .action-close{padding:0;right:0;top:-10px}.success-ajax--popup.modal-popup .modal-header .action-close:before,.ajaxCartForm.modal-popup .modal-header .action-close:before{font-size:24px;content:"\e935";font-family:"Linearicons"}.success-ajax--popup.modal-popup .modal-header .action-close:before{font-size:18px}.success-ajax--popup.modal-popup._inner-scroll .modal-inner-wrap,.ajaxCartForm.modal-popup._inner-scroll .modal-inner-wrap{width:768px;top:50%;margin:0 auto;max-width:calc(100% - 30px);max-height:calc(100vh - 30px);transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms;-ms-transition:all 300ms;opacity:0;visibility:hidden;transform:translateY(-50%) scale(.95);-moz-transform:translateY(-50%) scale(.95);-webkit-transform:translateY(-50%) scale(.95);-o-transform:translateY(-50%) scale(.95)}.success-ajax--popup.modal-popup .modal-inner-wrap .modal-content,.ajaxCartForm.modal-popup .modal-inner-wrap .modal-content{padding:0;overflow-y:visible}.success-ajax--popup.modal-popup._inner-scroll._show .modal-inner-wrap{padding:20px;overflow-y:auto}.success-ajax--popup.modal-popup._inner-scroll._show .modal-inner-wrap,.ajaxCartForm.modal-popup._inner-scroll._show .modal-inner-wrap{opacity:1;visibility:visible;transform:translateY(-50%) scale(1);-moz-transform:translateY(-50%) scale(1);-webkit-transform:translateY(-50%) scale(1);-o-transform:translateY(-50%) scale(1)}.ajaxCartForm.modal-popup .product_quickview_content{max-height:100vh;position:relative;overflow-y:auto;overflow-x:hidden}.ajaxCartForm.modal-popup .column.main{width:100%;float:none}.ajaxCartForm.modal-popup .catalog-product-view .product-info-main{width:100%;padding:30px}.ajaxcart-loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;background:rgba(255,255,255,0.8);opacity:0.8;background-image:url('../../frontend/Mgs/naelofar/en_US/MGS_AjaxCart/images/oval.svg');background-repeat:no-repeat;background-position:center;opacity:0;visibility:hidden;transition:all 300ms;-moz-transition:all 300ms;-webkit-transition:all 300ms;-ms-transition:all 300ms}.ajaxcart-loading-overlay.loading{opacity:1;visibility:visible}.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{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{visibility:hidden}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;padding:5px 0}.slick-arrow.slick-hidden{display:none}[dir='rtl'] .slick-slide{float:right}.mfp-img-gallery .mfp-img{background:#fff}.product.media a.lb{cursor:zoom-in;display:block;line-height:0}.product.media .gallery-list .product.item-image+.product.item-image{margin-top:30px}.product.media .zoomImg{cursor:move}.product.media .item-image-video .zoomImg{display:none !important}.product.media .product.item-image{position:relative}.product.media .product.item-image img:not(.zoomImg){min-width:100%}.product.media .product.item-image .label-video{position:absolute;z-index:1;background-color:#f68872;color:#fff;border-radius:3px;top:10px;left:10px;padding:4px 10px;font-size:12px;text-transform:uppercase;font-weight:600;letter-spacing:0.1em}.product.media .product.item-image .lb.video-link{display:block;position:relative;cursor:pointer}.product.media .product.item-image .lb.video-link:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(255,255,255,0.6);z-index:2;opacity:0;visibility:hidden;transition:all 300ms;-webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms}.product.media .product.item-image .lb.video-link:before{content:"\e6f9";font-family:"Linearicons";position:absolute;display:block;top:50%;left:0;text-align:center;right:0;z-index:3;font-size:36px;color:#f68872;opacity:0;visibility:hidden;transition:all 300ms;-webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%)}.product.media .product.item-image .lb.video-link:hover:after,.product.media .product.item-image .lb.video-link:hover:before{opacity:1;visibility:visible}.product.media .item-thumb .popup-video-thumb,.product.media .product.item-image .popup-video{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(255,255,255,0.6);z-index:2;opacity:0;visibility:hidden;transition:all 300ms;-webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms}.product.media .product.item-image:hover .popup-video{opacity:1;visibility:visible}.product.media .product.item-image .popup-video span{position:relative;display:block;top:50%;left:0;text-align:center;right:0;font-size:36px;color:#f68872;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%)}.product.media .item-thumb.slick-slide .popup-video-thumb{top:5px;bottom:5px}.product.media .item-thumb .popup-video-thumb{opacity:1;visibility:visible;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;color:#f68872;justify-content:center;font-size:24px}.extra-gallery-fullwidth.catalog-product-view .product.media{width:100%;overflow:hidden;margin-bottom:111px}@media (min-width:768px) and (max-width:1199px){.extra-gallery-fullwidth.catalog-product-view .product.media{margin-bottom:70px}}@media (max-width:767.98px){.extra-gallery-fullwidth.catalog-product-view .product.media{margin-bottom:0}}.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-info-price{justify-content:center}.extra-gallery-fullwidth.catalog-product-view .product.attribute.overview{margin:42px 0 39px}.extra-gallery-fullwidth.catalog-product-view .block-bundle-summary .box-tocart .field.qty,.extra-gallery-fullwidth.catalog-product-view .product-info-main .box-tocart .field.qty{width:200px}.extra-gallery-fullwidth.catalog-product-view .product-info-main .box-tocart .fieldset .product-addto-links,.extra-gallery-fullwidth.catalog-product-view .block-bundle-summary .box-tocart .fieldset .product-addto-links{-webkit-order:10;order:10}.extra-gallery-fullwidth.catalog-product-view .product-info-main .box-tocart .fieldset .product-addto-links .action,.extra-gallery-fullwidth.catalog-product-view .block-bundle-summary .box-tocart .fieldset .product-addto-links .action{margin:0 0 0 10px}.extra-gallery-fullwidth.catalog-product-view .product.media>.owl-carousel{margin:0 auto}.extra-gallery-fullwidth.catalog-product-view .product.media.item-xl-1>.owl-carousel{width:50%}.extra-gallery-fullwidth.catalog-product-view .product.media.item-xl-2>.owl-carousel{width:66.667%}.extra-gallery-fullwidth.catalog-product-view .product.media.item-xl-3>.owl-carousel{width:75%}.extra-gallery-fullwidth.catalog-product-view .product.media>.owl-carousel .owl-stage-outer{overflow:visible}.extra-gallery-fullwidth.catalog-product-view .product.media .owl-item{padding:0 15px}.extra-gallery-fullwidth .product.media .owl-carousel .owl-dots{display:none}.extra-gallery-fullwidth.catalog-product-view .product-info-main{width:100%;padding:0;text-align:center}.extra-gallery-fullwidth.catalog-product-view .product-info-main .bundle-actions,.extra-gallery-fullwidth.catalog-product-view .product.attribute.overview,.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-add-form .table-wrapper.grouped,.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-options-wrapper,.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-social-links .share-this-container,.extra-gallery-fullwidth.catalog-product-view .product-info-main .box-tocart{max-width:600px;margin-left:auto;margin-right:auto}.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-add-form .table-wrapper.grouped,.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-options-wrapper{text-align:left}.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-options-wrapper .swatch-opt{text-align:center}.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-add-form .swatch-attribute .swatch-attribute-options{display:table;margin-left:auto;margin-right:auto;max-width:100%}.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-reviews-summary{margin-left:auto;margin-right:auto}.extra-gallery-fullwidth.catalog-product-view .product-info-main .page-title-wrapper .page-title{text-align:center}.product.media .owl-carousel .owl-nav button{left:-140px;position:absolute;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%)}.product.media .owl-carousel .owl-nav button.owl-next{left:auto;right:-140px}@media (min-width:1200px){.extra-gallery-sticky.catalog-product-view .product-info-main{width:calc(41.666667% + 15px);padding:0 0 0 30px}}.extra-gallery-grid .product.media .gallery-list{display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;margin:0 -5px}.extra-gallery-grid .product.media .gallery-list .item-image{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding:0 5px;margin:0 0 10px !important}.extra-gallery-grid .product.media .product.item-image .label-video{left:20px}.product.media .product-thumbnail .gallery-horizontal .owl-dots{display:none}.product.media .horizontal-thumbnail{width:calc(100% - 70px);margin:30px auto 0}.product.media .horizontal-thumbnail .owl-item{padding:0 15px}.product.media .horizontal-thumbnail.owl-carousel .owl-nav button{width:20px;height:20px;border-radius:0;background:none;border:none;text-align:left;left:-35px;right:auto;font-size:18px;color:#bbbbbb;line-height:1;margin-top:-10px}.product.media .horizontal-thumbnail.owl-carousel .owl-nav button:hover{color:#000}.product.media .horizontal-thumbnail.owl-carousel .owl-nav button:before{content:"\e93b"}.product.media .horizontal-thumbnail.owl-carousel .owl-nav button.owl-next{text-align:right;left:auto;right:-35px}.product.media .horizontal-thumbnail.owl-carousel .owl-nav button.owl-next:before{content:"\e93c"}.product.media .vertical-gallery{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.product.media .vertical-gallery #vertical-thumbnail-wrapper{width:90px}.product.media .vertical-gallery .owl-carousel.gallery-vertical{width:calc(100% - 100px);margin-left:10px}.product.media .vertical-gallery.no-thumb .owl-carousel.gallery-vertical{width:100%;margin-left:0}.product.media .vertical-gallery .slick-vertical>.slick-list.draggable{overflow:hidden}.product.media .vertical-gallery .owl-carousel.gallery-vertical .owl-nav button{left:30px}.product.media .vertical-gallery .owl-carousel.gallery-vertical .owl-nav button.owl-next{left:auto;right:30px}.product.media .owl-carousel.gallery-horizontal .owl-nav button{left:30px}.product.media .owl-carousel.gallery-horizontal .owl-nav button.owl-next{left:auto;right:30px}.product.media .vertical-gallery .icon-angle-up:before{font-family:"Linearicons";content:"\e939"}.product.media .vertical-gallery .icon-angle-down:before{font-family:"Linearicons";content:"\e93a"}.product.media .vertical-gallery .vertical-thumbnail{position:relative}.product.media .item-thumb{transition:all 300ms;opacity:.6;cursor:pointer;position:relative}.product.media .item-thumb.active{opacity:1}.product.media .vertical-gallery .slick-arrow{width:100%;height:40px;line-height:40px;text-align:center;font-size:24px;cursor:pointer;position:absolute;top:0;z-index:1;color:#333;background:linear-gradient(to bottom, #fff, rgba(255,255,255,0.5))}.product.media .vertical-gallery .slick-arrow.icon-angle-down{bottom:0;top:auto;background:linear-gradient(to bottom, rgba(255,255,255,0.5), #fff)}.gallery-float-right.catalog-product-view .product-info-clearfix>.product.media{float:right}.gallery-float-right.catalog-product-view .product-info-clearfix>.product.media+.product-info-main{float:left;padding:0 30px 0 0}.message.global.cookie.mgs-gdpr-cookie-notice{
	bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 3;
	margin: 0;
	display: block;
	z-index:10;
	padding:20px;
	background-color: rgba(255,255,255,0.9);
}
.mgs-gdpr-cookie-notice.message.global h3{margin-top:0}
.mgs-gdpr-cookie-notice.gdpr-box-shadow{
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
	box-shadow:0px 0px 20px 0px rgba(0,0,0,0.4);
}
.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;
}
.message.global.cookie.mgs-gdpr-cookie-notice .notice-cookie-content {
    line-height: 1.5;
    margin-bottom: 20px;
}
.message.global.cookie.mgs-gdpr-cookie-notice .notice-cookie-content > a{
    display: block;
	text-decoration: underline;
	color: #222;
}
.message.global.cookie.mgs-gdpr-cookie-notice .notice-cookie-content > a:hover{
	color: #f68872;
}

.message.global.cookie.mgs-gdpr-cookie-notice #btn-cookie-allow {
    font-size: 14px;
    line-height: 1;
    padding: 10px 25px;
}
.message.global.cookie.mgs-gdpr-cookie-notice .notice-cookie-title {
    font-weight: 600;
}

.privacy-policy.cms-content h2 {
    margin: 10px 0 20px;
    font-weight: 400;
	font-size: 30px;
}
.modal-mgs-gdpr .modal-header {
	padding: 0 !important;
}
.modal-mgs-gdpr .modal-content {
	padding: 50px !important;
	
}
.modal-mgs-gdpr .modal-header .action-close {
    padding: 10px 25px;
}
.modal-mgs-gdpr .modal-header .action-close:before {
    transform: scale(1.5);	
}
.modal-mgs-gdpr .modal-header .mgs-gdpr-popup {
    padding-bottom: 30px;
}
.privacy-policy.cms-content .message {
	margin-bottom: 30px;
	
}
.privacy-policy.cms-content .message span {
	font-size: 15px;
}
.privacy-policy.cms-content .message span:before {
	top: 50%;
}
.cms-privacy-policy-cookie-restriction-mode .page-wrapper > .breadcrumbs {
	width: auto;
}
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs {
    padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 0;
}
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs .items .item a, 
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs .items .item strong  {
	font-size: 14px;
}
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs .items .item:not(:last-child)::after {
	vertical-align: middle;	
}
.cms-privacy-policy-cookie-restriction-mode .page-title-wrapper .page-title {
	font-weight: 500;
	margin-bottom: 20px;
}
.cms-enable-cookies .breadcrumbs {
    padding: 30px 0;
}
.cms-enable-cookies .page-title-wrapper h1.page-title {
    display: block;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
}
.cms-enable-cookies .enable-cookies.cms-content {
    text-align: center;
}


/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.mgs-lookbook-container{position:relative;}
.mgs-lookbook-container .pin__image {line-height: 1;}
.mgs-lookbook-container .lookbook-image{max-width:100%}
.mgs-lookbook-container .pin-item{position:absolute; text-align:center}

/* ==========================================================================
   GENERAL
   ========================================================================== */
.pin-maker:before,
.pin-maker:after {
	content: "";
	display: table;
}
.pin-maker:after {
	clear: both;
}
.pin__wrapper {
	position: relative;
	outline: 0;
}
.pin__wrapper a:focus,
.pin__wrapper a:hover,
.pin__wrapper a:active {
	outline: 0;
}
.pin-maker .pin__wrapper {
	float: left;
}
.pin-maker .pin__wrapper .pin__image > img {
	width: 100%;
}
.pm-2col .pin__wrapper,
.pm-2col .pin__sizer {
	width: 50%;
}
.pm-3col .pin__wrapper,
.pm-3col .pin__sizer {
	width: 33.3%;
}
.pm-4col .pin__wrapper,
.pm-4col .pin__sizer {
	width: 25%;
}
.pm-5col .pin__wrapper,
.pm-5col .pin__sizer {
	width: 20%;
}
.pm-mask {
	position: relative;
}
.pm-mask:before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, .35);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* ==========================================================================
   PIN TYPE ICON
   ========================================================================== */
[class*="pin__type--"] {
	position: absolute;
}
.pin__icon--add,
.pin__type--area {
	cursor: pointer;
	transition: all .35s;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}
.pin__size--small {
	width: 24px;
	height: 24px;
	line-height: 22px;
	font-size: 10px;
}
.pin__size--medium {
	width: 32px;
	height: 32px;
	line-height: 30px;
	font-size: 16px;
}
.pin__size--large {
	width: 48px;
	height: 48px;
	line-height: 46px;
	font-size: 18px;
}

/* ==========================================================================
   POPUP
   ========================================================================== */
.pin__popup,
.pin__title {
	position: absolute;
}
.pin__title:before,
.pin__popup:before {
	content: "";
	position: absolute;
}
.pin__title {
	white-space: nowrap;
	background: #fff;
	left: 50%;
	-webkit-transform: translateX(-50%) scale(0);
	transform: translateX(-50%) scale(0);
	top: -webkit-calc(-100% - 10px);
	top: calc(-100% - 10px);
	padding: 5px 30px;
	font-size: 14px;
	transition: transform .35s;
}
.pin__title:before {
	border: 6px solid transparent;
	border-top: 6px solid #fff;
	bottom: -12px;
	left: calc(50% - 6px);
	left: -webkit-calc(50% - 6px);
}
.pin__size--small + .pin__title {
	top: calc(-100% - 15px);
	top: -webkit-calc(-100% - 15px);
}
.pin__size--large + .pin__title {
	top: -100%;
}
.pin__type--area .pin__title {
	top: -50px;
}
.pin__type:not(.pin__opened):hover .pin__title {
	-webkit-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
}
.pin__popup {
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	opacity: 0;
	visibility: hidden;
	transition: all .35s;
	z-index: 100;
	border-radius: 2px;
}
.pin__type--area .pin__popup {
	text-align: initial;
}
.pin__opened .pin__popup {
	opacity: 1;
	visibility: visible;
}
.pin__opened .pin__popup img, .pin__popup img{max-width:100%}
.pin__popup--zoom {
	-webkit-transform: scale(0);
	transform: scale(0);
}
.pin__popup--zoom.pin__popup--right,
.pin__popup--zoom.pin__popup--left {
	-webkit-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
}
.pin__opened .pin__popup--zoom.pin__popup--top,
.pin__opened .pin__popup--zoom.pin__popup--bottom {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.pin__opened .pin__popup--zoom.pin__popup--right,
.pin__opened .pin__popup--zoom.pin__popup--left {
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}
.pin__popup--sup {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}
.pin__popup--sup.pin__popup--right,
.pin__popup--sup.pin__popup--left {
	-webkit-transform: translateY(calc(-50% + 30px));
	transform: translateY(calc(-50% + 30px));
}
.pin__opened .pin__popup--sup.pin__popup--right,
.pin__opened .pin__popup--sup.pin__popup--left,
.pin__opened .pin__popup--sdown.pin__popup--right,
.pin__opened .pin__popup--sdown.pin__popup--left {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pin__popup--sdown {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
}
.pin__popup--sdown.pin__popup--right,
.pin__popup--sdown.pin__popup--left {
	-webkit-transform: translateY(calc(-50% - 30px));
	transform: translateY(calc(-50% - 30px));
}
.pin__popup--sleft {
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
}
.pin__popup--sleft.pin__popup--right,
.pin__popup--sleft.pin__popup--left {
	-webkit-transform: translateY(-50%) translateX(30px);
	transform: translateY(-50%) translateX(30px);
}
.pin__opened .pin__popup--sleft.pin__popup--right,
.pin__opened .pin__popup--sleft.pin__popup--left,
.pin__opened .pin__popup--sright.pin__popup--right,
.pin__opened .pin__popup--sright.pin__popup--left {
	-webkit-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
}
.pin__popup--sright {
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
}
.pin__popup--sright.pin__popup--right,
.pin__popup--sright.pin__popup--left {
	-webkit-transform: translateY(-50%) translateX(-30px);
	transform: translateY(-50%) translateX(-30px);
}
.pin__popup--rotate {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.pin__popup--rotate.pin__popup--right,
.pin__popup--rotate.pin__popup--left {
	-webkit-transform: translateY(-50%) rotateY(360deg);
	transform: translateY(-50%) rotateY(360deg);
}
.pin__opened .pin__popup--rotate.pin__popup--right,
.pin__opened .pin__popup--rotate.pin__popup--left {
	-webkit-transform: translateY(-50%) rotateY(0deg);
	transform: translateY(-50%) rotateY(0deg);
}
.pin__opened .pin__popup--sup,
.pin__opened .pin__popup--sdown {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.pin__opened .pin__popup--sleft,
.pin__opened .pin__popup--sright {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.pin__opened .pin__popup--rotate {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.pin__popup:before {
	border: 10px solid transparent;
}
.pin__popup--top {
	bottom: calc(100% + 20px);
}
.pin__popup--top:before {
	border-top: 10px solid #fff;
	left: calc(50% - 10px);
	bottom: -20px;
}
.pin__popup--bottom {
	top: calc(100% + 20px);
}
.pin__popup--bottom:before {
	border-bottom: 10px solid #fff;
	left: calc(50% - 10px);
	top: -20px;
}
.pin__popup--right {
	left: calc(100% + 20px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pin__popup--right:before {
	border-right: 10px solid #fff;
	left: -20px;
	top: calc(50% - 10px);
}
.pin__popup--left {
	right: calc(100% + 20px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pin__popup--left:before {
	border-left: 10px solid #fff;
	right: -20px;
	top: calc(50% - 10px);
}
.popup__title {
	padding: 10px 15px;
	font-size: 16px;
}
.popup__content {
	padding: 15px;
}
.popup__title + .popup__content {
	border-top: 2px solid #f2f2f2;
}
.popup__content iframe {
	width: 100%;
	height: 100%;
}
.popup__content--product {
	text-align: center;
	background:#fff;
}
.popup__content--product > *:not(:last-child) {
	margin-bottom: 10px;
}
.pin__popup .popup__content--product h3 {
	font-size: 15px;
	color: #222;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform:none;
}
.popup__content--product > span {
	font-size: 14px;
	display: block;
	line-height: 1;
	color: #878787;
}
.popup__content--product > span ins {
	background: none;
	color: #c60f02;
	text-decoration: none;
}
.popup__content--product > div {
	border-top: 1px solid #ddd;
	margin: 0 -15px;
}
.popup__content--product > div form{
	display: inline-block;
	width: 50%;
	padding: 12px 0 0;
	height: auto;
	line-height: 1;
}
.popup__content--product > div a, .popup__content--product > div button.action.primary {
	display: inline-block;
	width: 50%;
	color: #222;
	padding: 12px 0 0;
	margin: 0;
	background: none;
	box-shadow: none;
	border: 0;
	font-weight: normal;
	height: auto;
	line-height: 1;
	text-decoration:none;
}
.popup__content--product > div button.action.primary{width:100%; padding: 0; margin-top:-2.5px}
.popup__content--product > div a:hover {
	background: none;
	color: #222;
}

.pin__popup_text_content{background:#fff; color:#878787}
.pin__popup_text_content .popup__title{color:#2b2b2b}
.pin__popup_text_content .popup__content{line-height:23px}
.popup__content .price-box .price{color:#878787}
/* ==========================================================================
   SLIDER
   ========================================================================== */
.pm-slick {
	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;
}
.pm-slick .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.pm-slick .slick-list:focus,
.pm-slick .slick-arrow:focus {
	outline: none;
}
.pm-slick .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.pm-slick .slick-track,
.pm-slick .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.pm-slick .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.pm-slick .slick-track:before,
.pm-slick .slick-track:after {
	display: table;
	content: '';
}
.pm-slick .slick-track:after {
	clear: both;
}
.slick-loading .slick-track,
.pm-slick .slick-loading .slick-slide {
	visibility: hidden;
}
.pm-slick .slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .pm-slick .slick-slide {
	float: right;
}
.pm-slick .slick-slide img,
.pm-slick.slick-initialized .slick-slide {
	display: block;
}
.pm-slick .slick-slide.slick-loading img,
.pm-slick .slick-arrow.slick-hidden {
	display: none;
}
.pm-slick .slick-slide.dragging img {
	pointer-events: none;
}
.pm-slick.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.pm-slick .slick-arrow {
	position: absolute;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	top: calc(50% - 16px);
	z-index: 10;
	text-indent: -999em;
	background: #65affa;
	color: #fff;
	border: 3px solid rgba(255, 255, 255, .45);
	transition: all .35s;
	opacity: 0;
	line-height: 26px;
}
.pm-slick:hover .slick-arrow {
	opacity: 1;
}
.pm-slick .slick-arrow:hover {
	background: #3881ca;
}
.pm-slick .slick-next {
	right: 20px;
}
.pm-slick .slick-prev {
	left: 20px;
}
.pm-slick .slick-arrow:before {
	position: absolute;
	font-family: icomoon;
	text-indent: 0;
	display: block;
	font-size: 12px;
	width: 18px;
}
.pm-slick .slick-prev:before {
	content: "\e901";
}
.pm-slick .slick-next:before {
	content: "\e902";	
}
.pm-slick.slick-dotted {
	margin-bottom: 30px;
}
.pm-slick .slick-dots {
	position: absolute;
	bottom: -45px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.pm-slick .slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 0;
	cursor: pointer;
}
.pm-slick .slick-dots li button {
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	width: 20px;
	height: 20px;
	padding: 0;
}
.pm-slick .slick-dots li button:hover,
.pm-slick .slick-dots li button:focus {
	outline: none;
}
.pm-slick .slick-dots li button:hover:before,
.pm-slick .slick-dots li button:focus:before {
	opacity: 1;
}
.pm-slick .slick-dots li button:before {
	font-size: 32px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	line-height: 14px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: #65affa;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.pm-slick .slick-dots li.slick-active button:before {
	opacity: 1;
}

.pin__title{color:#878787; line-height:25px}
.popup__content--product > div{line-height:normal}
.pin__popup div.price-box{border:none}

.pin__popup .price-box p{margin-bottom:0}

.lookbook-slider .owl-dots{
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.lookbook-slider .owl-dots {
    bottom: 30px;
    top: auto;
	height:0;
}

.lookbook-slider{clear:both}
.lookbook-slider .owl-dots .owl-dot span{width:15px; height:15px; background:#f9f9f9}
.lookbook-slider .owl-dots .owl-dot.active span, .lookbook-slider .owl-dots .owl-dot:hover span{background:#65affa}
.lookbook-slider .owl-nav{margin:-20px 0 0 0}
.lookbook-slider .owl-nav [class*="owl-"]{background:none; padding:0; margin:0; width:40px; height:40px; opacity:0; position:absolute; top:50%; margin-top:-20px; transition:all 0.35s ease 0s; -webkit-transition:all 0.35s ease 0s}
.lookbook-slider .owl-nav [class*="owl-"]:hover{background:none; opacity:1}
.lookbook-slider:hover .owl-nav [class*="owl-"]{opacity:1}
.lookbook-slider:hover .owl-nav .disabled{opacity:0.4 !important }
.lookbook-slider .owl-nav img{max-width:100%}
.lookbook-slider .owl-next{right:20px}
.lookbook-slider .owl-prev{left:20px}

@media (max-width: 960px) {
	.pin__popup{width:200px !important}
	.pin__popup .popup__content{padding:10px}
	.popup__content--product > div{margin:0 -10px}
	.popup__content img{height:auto}
	.popup__content--product > *:not(:last-child){margin-bottom:10px}
	.pin__popup .popup__content--product h3{font-size:12px; margin-bottom:10px}
	.popup__content .price{margin-bottom:10px}
	.popup__content--product > div a{padding:10px 0 0}
}

@media (max-width: 768px) {
	.pin__popup{width:140px !important}
	.popup__content img{height:auto}
	.pin__popup .popup__content--product h3, .popup__content--product > div a, .popup__content .price{font-size:11px;}
}.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main{background:none !important}.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu .static-content{font-weight:400}.header-area.right-slide-menu .horizontal-menu .menu-banner .title{margin:10px 0 0 !important}.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main{overflow:visible}.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .static-content{display:none}.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .mega-menu-content{padding:0}.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .line{margin:0}.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .line>div{padding:0}.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .custom-menu-home .dropdown-mega-menu .line{margin:0 -10px}.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .custom-menu-home .dropdown-mega-menu .line>.col{-ms-flex:0 1 50%;flex:0 1 50%;max-width:50%;padding:10px}.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu{display:block;padding:0}.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu a{margin:0}.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu .sub-menu>li>a{white-space:nowrap}.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu li{position:relative}.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0{display:block;margin:0;float:none;border:none}.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0+li.level0>a.level0{border-top:1px solid #f3f3f3}.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu li .toggle-menu{cursor:pointer;position:absolute;right:0;top:0;display:block;padding:17px 9px;line-height:1}.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu li .toggle-menu>.icon-toggle{display:block;line-height:0}.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu li .toggle-menu>.icon-toggle:before{content:"\e936";font-family:'Linearicons';font-size:0.75rem;color:#222;font-weight:bold;line-height:1}.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu li>a>.toggle-menu{display:none}.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu li._show-child>.toggle-menu>.icon-toggle:before{content:"\e937"}.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0>a.level0{font-size:1.125rem;font-weight:600;color:#222222;padding:10px 15px 10px 0;display:block;border:none}.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0>.dropdown-mega-menu{display:none}.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level1>a{padding-left:10px !important}.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu li[class*="level"]:not(.level1):not(.level0)>a{padding-left:20px !important}.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu .dropdown-menu-ct,.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu li>.sub-menu{display:none}.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu .dropdown-submenu-ct>li>a,.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu .dropdown-menu-ct>li>a,.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu .sub-menu>li>a{font-size:1rem;font-weight:400;color:#222222;padding:10px 30px 10px 20px;border-top:1px solid #f3f3f3;display:block}.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main ul{padding:0;margin:0}.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main ul li{padding:0;margin:0}.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main div[class*="col-des"]{padding:0;max-width:100%;-ms-flex:0 0 100%;flex:0 0 100%}.header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main a.category-image{display:none !important}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main{background:none !important}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu .static-content{font-weight:400}@media (min-width:992px){.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main{height:100%;position:static !important}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu{display:-ms-flexbox;display:flex;padding:0;height:100%;position:static !important}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0{margin:0;padding:0 20px;position:static;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0>a.level0{font-size:0.9375rem;font-weight:600;color:#000;position:relative}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0>a.level0:after{content:"";display:block;left:0;right:0;min-width:100%;background-color:#000;position:absolute;top:100%;margin-top:3px;height:2px;opacity:0;visibility:visible;transition:all 300ms;-moz-transition:all 300ms;-webkit-transition:all 300ms;-ms-transition:all 300ms;transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0)}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0>.dropdown-mega-menu{background-color:#fff;box-shadow:0px 0px 10px 0px rgba(35,31,32,0.1);position:absolute;top:100%;left:0;min-width:270px;opacity:0;visibility:hidden;transition:all 200ms;-moz-transition:all 200ms;-webkit-transition:all 200ms;-o-transition:all 200ms;transform:translateY(20px);-moz-transform:translateY(20px);-webkit-transform:translateY(20px);-ms-transform:translateY(20px)}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0>.dropdown-mega-menu li{position:relative;padding:0;margin:0}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0>.dropdown-mega-menu li>a{display:block;padding:10px 32px 10px 20px;font-size:0.9375rem;font-weight:400;position:relative}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0>.dropdown-mega-menu li>a.category-image{display:none}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0>.dropdown-mega-menu li>a>.toggle-menu{font-size:0.75rem;position:absolute;right:20px;top:13px}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0>.dropdown-mega-menu li>a>.toggle-menu .icon-toggle:before{content:"\e93c"}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0>.dropdown-mega-menu li>.toggle-menu{display:none}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0._hover a.level0:after{opacity:1;visibility:visible;transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1)}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0._hover>.dropdown-mega-menu{opacity:1;visibility:visible;transform:translateY(0);-moz-transform:translateY(0);-webkit-transform:translateY(0);-ms-transform:translateY(0)}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0>.toggle-menu{display:none}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-1columns{position:relative}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-1columns .dropdown-submenu>.dropdown-menu-ct{background-color:#fff;box-shadow:0px 0px 10px 0px rgba(35,31,32,0.1);position:absolute;top:-5px;left:100%;min-width:270px;padding:5px 0;transition:all 200ms;-moz-transition:all 200ms;-webkit-transition:all 200ms;-o-transition:all 200ms;transform:translateX(20px);-moz-transform:translateX(20px);-webkit-transform:translateX(20px);-ms-transform:translateX(20px);opacity:0;visibility:hidden}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-1columns .dropdown-submenu._hover>.dropdown-menu-ct{opacity:1;visibility:visible;transform:translateX(0);-moz-transform:translateX(0);-webkit-transform:translateX(0);-ms-transform:translateX(0)}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-1columns>.dropdown-mega-menu li>a{text-align:left}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.center-text:not(.menu-1columns)>.dropdown-mega-menu li>a{text-align:center}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 ul{padding:0}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 li>ul.dropdown-submenu-ct{padding:5px 0}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:not(.menu-1columns) .dropdown-mega-menu{width:100%;max-width:1200px;left:50%;transform:translate(-50%, 20px);-moz-transform:translate(-50%, 20px);-webkit-transform:translate(-50%, 20px);-o-transform:translate(-50%, 20px);padding:20px 15px;max-height:calc(100vh - 100px);overflow-y:auto}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:not(.menu-1columns) .dropdown-mega-menu li>a{padding:10px 0}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:not(.menu-1columns) .dropdown-mega-menu li>a.category-image{margin:0;display:block}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:not(.menu-1columns) .dropdown-mega-menu li>a.category-image img{min-width:100%}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:not(.menu-1columns) .dropdown-mega-menu .mega-menu-sub-title{font-size:1.275rem;font-weight:600}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:not(.menu-1columns) .dropdown-mega-menu .line{display:-webkit-box;display:-ms-flexbox;display:flex}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:not(.menu-1columns) .dropdown-mega-menu .line>[class*="col-"]{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:not(.menu-1columns)._hover .dropdown-mega-menu{transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);-webkit-transform:translate(-50%, 0);-o-transform:translate(-50%, 0)}}@media (min-width:992px) and (max-width:1499px){.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-1columns .dropdown-mega-menu li.level2 .toggle-menu{display:none}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-1columns .dropdown-mega-menu li.level2 .dropdown-menu-ct{position:static;border:none;opacity:1;visibility:visible;min-width:0px;padding:0 0 0 15px;box-shadow:none;transform:none}}@media (max-width:991.98px){.header-area:not(.right-slide-menu) .horizontal-menu .menu-banner .title{margin:10px 0 0 !important}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main{overflow:visible}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .static-content{display:none}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .mega-menu-content{padding:0}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .line{margin:0}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .line>div{padding:0}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .custom-menu-home .dropdown-mega-menu .line{margin:0 -10px}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .custom-menu-home .dropdown-mega-menu .line>.col{-ms-flex:0 1 50%;flex:0 1 50%;max-width:50%;padding:10px}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu{display:block;padding:0}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu a{margin:0}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu .sub-menu>li>a{white-space:nowrap}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li{position:relative}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0{display:block;margin:0;float:none;border:none}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0+li.level0>a.level0{border-top:1px solid #f3f3f3}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li .toggle-menu{cursor:pointer;position:absolute;right:0;top:0;display:block;padding:17px 9px;line-height:1}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li .toggle-menu>.icon-toggle{display:block;line-height:0}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li .toggle-menu>.icon-toggle:before{content:"\e936";font-family:'Linearicons';font-size:0.75rem;color:#222;font-weight:bold;line-height:1}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li>a>.toggle-menu{display:none}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li._show-child>.toggle-menu>.icon-toggle:before{content:"\e937"}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0>a.level0{font-size:1.125rem;font-weight:600;color:#222222;padding:10px 15px 10px 0;display:block;border:none}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0>.dropdown-mega-menu{display:none}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level1>a{padding-left:10px !important}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li[class*="level"]:not(.level1):not(.level0)>a{padding-left:20px !important}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu .dropdown-menu-ct,.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li>.sub-menu{display:none}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu .dropdown-submenu-ct>li>a,.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu .dropdown-menu-ct>li>a,.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu .sub-menu>li>a{font-size:1rem;font-weight:400;color:#222222;padding:10px 30px 10px 20px;border-top:1px solid #f3f3f3;display:block}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main ul{padding:0;margin:0}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main ul li{padding:0;margin:0}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main div[class*="col-des"]{padding:0;max-width:100%;-ms-flex:0 0 100%;flex:0 0 100%}.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main a.category-image{display:none !important}}.menu-banner{text-align:center}.menu-banner .img-banner{display:block;overflow:hidden;position:relative;line-height:0;padding:0;box-shadow:0px 0px 6px #adadad}.menu-banner .img-banner img{min-width:100%}.menu-banner .img-banner:after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;transition:all 300ms;opacity:0;visibility:hidden}.menu-banner .title{font-weight:500;display:block;margin:10px 0 24px;padding:0;font-size:1rem}.menu-banner .promobanner .title{font-size:2.225rem;line-height:1.2}.menu-banner:hover .img-banner:after{opacity:0.7;visibility:visible}.menu-banner:hover .title{color:#f68872}.parent-menu-banner .dropdown-mega-menu{padding-bottom:2px !important}@media (min-width:992px){.parent-menu-banner .line{margin:0;padding-top:10px}}.width1024 .page-main>.columns,.width1024 .navigation,.width1024 .breadcrumbs .items,.width1024 .page-header .header.panel,.width1024 .page-wrapper>.widget,.width1024 .page-wrapper>.page-bottom,.width1024 .block.category.event,.width1024 .top-container{max-width:1024px}.width1200 .page-main>.columns,.width1200 .navigation,.width1200 .breadcrumbs .items,.width1200 .page-header .header.panel,.width1200 .page-wrapper>.widget,.width1200 .page-wrapper>.page-bottom,.width1200 .block.category.event,.width1200 .top-container{max-width:1200px}.width1366 .page-main>.columns,.width1366 .navigation,.width1366 .breadcrumbs .items,.width1366 .page-header .header.panel,.width1366 .page-wrapper>.widget,.width1366 .page-wrapper>.page-bottom,.width1366 .block.category.event,.width1366 .top-container{max-width:1366px}.fullwidth .page-main>.columns,.fullwidth .navigation,.fullwidth .breadcrumbs .items,.fullwidth .page-header .header.panel,.fullwidth .page-wrapper>.widget,.fullwidth .page-wrapper>.page-bottom,.fullwidth .block.category.event,.fullwidth .top-container{max-width:100vw}.scroll-to-top{border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;box-shadow:0 0 3px 0 rgba(0,0,0,0.2);width:45px;height:45px;position:fixed;right:35px;font-size:20px;text-align:center;line-height:45px;color:#878787;background-color:#fff;z-index:100}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.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;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.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-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.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 {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    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 - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    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/Mgs/naelofar/en_US/Mageplaza_Core/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: 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;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.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;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.webforms {
    margin-bottom: 1.5rem;
}

.webforms .field {
    box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 1rem;
}

.webforms .fieldset {
    box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 1rem;
}

.webforms .actions-toolbar {
    box-sizing: border-box;
    padding-left: 2rem;
    padding-right: 2rem;
    clear: both;
}

.webforms .inline-elements .choice {
    display: inline-flex;
}

/* Success text */
.webforms-success-text {
    margin-bottom: 2rem;
}

/* Starry script */

div.starry {
    width: auto;
    margin: -4px 0 10px 0;
    padding: 5px;
    width: auto;
}

div.standard_star {
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    display: inline;
    background-image: url(../../frontend/Mgs/naelofar/en_US/VladimirPopov_WebForms/images/stars.gif);
}

div.feedback {
    border: 1px solid #ddd;
    padding: 5px 3px 3px;
    display: inline;
}

/* Date of birth */

.customer-dob .dob-month,
.customer-dob .dob-day,
.customer-dob .dob-year {
    float: left;
    width: 8.5rem;
}

.customer-dob input.input-text {
    display: block;
    width: 7.4rem;
}

.customer-dob label {
    font-size: 10px;
    font-weight: normal;
    color: #888;
}

.customer-dob .dob-day,
.customer-dob .dob-month {
    width: 6rem;
}

.customer-dob .dob-day input.input-text,
.customer-dob .dob-month input.input-text {
    width: 4.6rem;
}

.customer-dob .dob-year {
    width: 14rem;
}

.customer-dob .dob-year input.input-text {
    width: 13.4rem;
}

/* Tooltip */

.ot-content {
    text-align: left;
}

.tooltip-icon {
    background-image: url('../../frontend/Mgs/naelofar/en_US/VladimirPopov_WebForms/images/tooltip.png');
    background-size: 1.5rem 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0.2rem 0.5rem;
}

/* Select images */
.webforms figcaption {
    padding: 5px 0;
    margin: 5px;
}

/* Form */

.webforms-description-text {
    margin-bottom: 4rem;
}

.webforms-fields-comment {
    font-size: 90%;
    clear: both;
    margin-top: 1rem;
}

.please-wait {
    padding-top: 0.5rem;
}

.please-wait .loading-indicator {
    background: #fff url(../../frontend/Mgs/naelofar/en_US/VladimirPopov_WebForms/images/ajax-loader-big.gif) no-repeat;
    background-size: 1.8rem;
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    vertical-align: bottom;
    margin-bottom: 0.2rem;
}

/* reCaptcha v2 */

.recaptcha2 {
    clear: both;
    box-sizing: border-box;
    padding: 0 2rem 2rem 0;
    width: 100%;
    float: left;
}

/* Validation */

.validation-advice {
    margin-top: 0.7rem;
    font-size: 1.2rem;
    color: #e02b27;
    clear: both;
}

input.validation-failed, textarea.validation-failed {
    border-color: #ed8380;
}

/* Customer Account */

.webforms-customer-account-form {
    margin-top: 3rem;
    border: 1px solid #eee;
    padding: 2rem;
}

.webforms-customer-account-message {
    background: rgba(255, 212, 96, 0.26);
    padding: 3rem;
}

.block-webforms-form .actions-toolbar {
    margin: 17px 0;
}

/* Results */

.webforms-results-block {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #cccccc;
    float: left;
    width: 100%;
    clear: both;
}

.webforms-results-field {
    margin-bottom: 5px;
    width: 100%;
}

.webforms-results-label {
    font-weight: bold;
    width: 100%;
}

.webforms-results-value {
    padding: 5px 0;
}

.webforms-results-value .webforms-image {
    float: left;
    margin-right: 2rem;
}

/* Star rating */

.stars {
    padding: 0 5px;
    width: 80px;
    display: inline;
    float: left;
}

.stars-bar {
    list-style: none;
    margin: 0px;
    padding: 0px !important;
    height: 16px;
    position: relative;
    background: url(../../frontend/Mgs/naelofar/en_US/VladimirPopov_WebForms/images/results_stars.png) top left repeat-x;
}

.stars-bar li {
    padding: 0px;
    margin: 0px;
    /*\*/
    float: left;
    /* */
}

.stars-bar li.stars-value {
    background: url(../../frontend/Mgs/naelofar/en_US/VladimirPopov_WebForms/images/results_stars.png) left bottom;
    position: absolute;
    height: 16px;
    display: block;
    z-index: 1;
}

.webforms-rating-summary {
    margin-bottom: 15px;
}

.webforms-results-table .col.id {
    width: 15%;
}

/* Auto-complete */
.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);

    /* core styles should not be changed */
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.autocomplete-suggestion {
    position: relative;
    padding: 0 .6em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.02em;
    color: #333;
}

.autocomplete-suggestion b {
    font-weight: normal;
    color: #1f8dd6;
}

.autocomplete-suggestion.selected {
    background: #f0f0f0;
}

/* File preview */

.file-preview {
    list-style: none;
    padding: 0;
    margin: 0;
}

.file-preview h3 {
    font-size: 12px;
}

.file-preview li {
    margin: 0;
    padding: 10px 0;
    margin: 0;
    overflow: auto;
    position: relative;
}

.file-preview li img {
    border: solid 1px #999;
    border-radius: 3px;
    padding: 3px;
    margin: 0 10px 0 0;
    display: block;
    float: left;
}

.file-cancel {
    margin-top: 1rem;
    cursor: pointer;
}

.file-progress {
    font-size: 90%;
    color: #777;
}

/* Calendar */

.webforms-datepicker {
    margin-bottom: 1rem;
}

.webforms-calendar {
    position: relative;
    width: 20rem;
    display: inline-block;
    margin-right: .5rem;
    margin-bottom: .5rem;
}

.webforms-calendar .ui-datepicker-trigger {
    margin-left: -3.2rem;
    height: 2.8rem;
    position: absolute;
    top: .4rem;
    right: .5rem;
}

.webforms-time {
    display: inline-block;
}

.webforms-time .hours, .webforms-time .minutes {
    display: inline;
    width: 6rem;
}

.multiselect {
    height: auto;
    background-image: none;
}

/* Date picker button */

@font-face {
    font-family: 'luma-icons';
    src: url(../../frontend/Mgs/naelofar/en_US/VladimirPopov_WebForms/css/fonts/Luma-Icons.woff);
}

.webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger {
    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: block;
    text-decoration: none;
    display: inline-block;
    margin-top: -4px;
    vertical-align: middle;
}

.webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger:focus,
.webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger:active {
    background: none;
    border: none;
}

.webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger:hover {
    background: none;
    border: none;
}

.webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger.disabled,
.webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] .webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}

.webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 23px;
    color: #7d7d7d;
    content: '\e612';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger:focus {
    box-shadow: none;
    outline: 0;
}

/* Drop-zone */

.drop-zone {
    padding: 2rem .7rem;
    color: #777;
    border: .2rem dashed #ddd;
    border-radius: .4rem;
    opacity: .9;
    cursor: pointer;
}

.drop-zone-preview-container {
    margin-bottom: 10px;
}

.drop-zone:hover {
    background-color: #f5f5f5;
}

.drop-zone-label {
    display: inline-block !important;
    vertical-align: top !important
}

.icon-paperclip {
    color: rgb(240, 120, 0) !important;
    fill: rgb(240, 120, 0) !important;
}

.icon-paperclip svg {
    transform: rotate(45deg) scaleX(-1);
}

.text-center {
    text-align: center !important
}

.drop-zone-preview {
    background: #f8f8f8;
    border: .09167rem solid #dadada;
    border-radius: .33333rem;
    color: #999;
    padding: 5px;
    margin-bottom: 5px;
    line-height: inherit;
    position: relative;
}

.drop-zone-attachment {
    overflow: auto;
    height: auto;
    z-index: 2;
    width: 100% !important;
    position: relative;
}

.drop-zone-preview-icon-file {
    padding-right: .66667rem;
    float: left !important;
}

.drop-zone-preview-icon-file svg path {
}

.drop-zone-preview-file {
    width: 70%;
    float: left !important;
}

.drop-zone-preview-filename {
    max-width: 62%;
    color: #333;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    word-wrap: normal !important;
    white-space: nowrap !important;
    float: left !important;
    vertical-align: top !important;
}

.drop-zone-preview-filename-end {
    color: #333;
}

.drop-zone-preview-size, .drop-zone-error {
    clear: left;
    float: left !important;
}

.drop-zone-error {
    color: red;
}

.drop-zone-preview-icon-close {
    position: absolute;
    top: 50%;
    right: .41667rem;
    margin-top: -2.2rem !important;
    padding-top: 1rem;
    border: 0;
    cursor: pointer !important;
    float: right !important;
}

.drop-zone-preview-icon-close svg {
    fill: #999;
}

.drop-zone-progress, .drop-zone-progress-success {
    position: absolute;
    border-radius: .33333rem;
    background-color: #00ff08;
    opacity: .1;
    height: 100% !important;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
}

.drop-zone-progress-success {
    opacity: 0;
}

.webforms-gdpr {
    margin: 1.5rem 0;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
}

.webforms-gdpr-checkbox {
    margin-top: 1.5rem;
}

.webforms-popup {
    position: relative;
    background: #FFF;
    padding: 2rem;
    margin: 2rem auto;
    box-sizing: border-box;
    border-radius: .7rem;
}

@media screen and (min-width: 20em) {
    .webforms-popup {
        width: 100%;
    }
}

@media screen and (min-width: 48em) {
    .webforms-popup {
        width: 90%;
    }
}

@media screen and (min-width: 64em) {
    .webforms-popup {
        width: 80%;
    }
}

/* Customer result action buttons */

.webforms-result-action{
    display: block;
    background: #f5f5f5;
    text-align: center;
    padding: .3rem .1rem;
    margin: .5rem .1rem;
    white-space: nowrap;
    color: #888;
    text-decoration: none;
}
.webforms-result-action:hover{
    text-decoration: none;
    color:white;
    background: #8bc53f;
}
.result-action-delete {
    border-color: red;
}
.result-action-delete:hover{
    background: red;
}

/* File pool */
.webforms-file-pool {
    display: table;
    margin-bottom: 10px;
}
.webforms-file-pool-selectall{
    margin-bottom:5px;
}
.webforms-file-pool-selectall label{
    font: bold 10px/16px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #888;
    float:none !important;
    margin-left:5px;

}
.webforms-file-cell{
    float:left;
    flex:1;
    height: auto;
    text-align: center;
    font: bold 9px/16px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #888;
    display: table-cell;

}
.webforms-file-cell p label{
    color: #888;

}
.webforms-file-cell p {
    padding-top: 5px;
    margin-left: -10px;
    float: left;
    clear: both;
    width: 100%;
}
.webforms-file-cell label{
    float:none !important;
    margin-left:5px;
}

.webforms-file-link{
    display: block;
    border-radius:5px;
    float:left;
    margin-right:10px;
    height:auto;
    box-shadow: 0 0 3px rgba(0,0,0,0.6);
    background: #f5f5f5;
    max-width:200px;
    padding:5px 10px;
}
.webforms-file-link:hover {
    box-shadow: 0 0 7px rgba(0,0,0,0.6);
    background: white;
    color: #888;

}
.webforms-file-link figure p{
    margin:10px 0 5px 0;
}
.webforms-file-link figure img{
    background:white;
}

.webforms-file-link-name {
    display:inline;
    max-width:60%;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    word-wrap: normal !important;
    white-space: nowrap !important;
    float:left;
}
.webforms-file-link-name-end {display:inline;}

.webforms-file-delete-checkbox{
    vertical-align: baseline;
}
@media screen and (min-width: 20em) {
    .wf-sm-row{
        clear:left;
    }
    .wf-sm-1,
    .wf-sm-1-1,
    .wf-sm-1-2,
    .wf-sm-1-3,
    .wf-sm-2-3,
    .wf-sm-1-4,
    .wf-sm-3-4,
    .wf-sm-1-6,
    .wf-sm-1-5,
    .wf-sm-2-5,
    .wf-sm-3-5,
    .wf-sm-4-5,
    .wf-sm-5-6,
    .wf-sm-1-12,
    .wf-sm-2-12,
    .wf-sm-3-12,
    .wf-sm-4-12,
    .wf-sm-5-12,
    .wf-sm-6-12,
    .wf-sm-7-12,
    .wf-sm-8-12,
    .wf-sm-9-12,
    .wf-sm-10-12,
    .wf-sm-11-12,
    .wf-sm-12-12 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
        float:left;

    }

    .wf-sm-1-12 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .wf-sm-1-6,
    .wf-sm-2-12 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .wf-sm-1-5 {
        width: 20%;
    }

    .wf-sm-1-4,
    .wf-sm-3-12 {
        width: 25%;
        *width: 24.9690%;
    }

    .wf-sm-1-3,
    .wf-sm-4-12 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .wf-sm-2-5 {
        width: 40%;
    }

    .wf-sm-5-12 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .wf-sm-1-2,
    .wf-sm-6-12 {
        width: 50%;
        *width: 49.9690%;
    }

    .wf-sm-7-12 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .wf-sm-3-5 {
        width: 60%;
    }

    .wf-sm-2-3,
    .wf-sm-8-12 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .wf-sm-3-4,
    .wf-sm-9-12 {
        width: 75%;
        *width: 74.9690%;
    }

    .wf-sm-4-5 {
        width: 80%;
    }

    .wf-sm-5-6,
    .wf-sm-10-12 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .wf-sm-11-12 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .wf-sm-1,
    .wf-sm-1-1,
    .wf-sm-12-12 {
        width: 100%;
    }
}

@media screen and (min-width: 48em) {
    .wf-md-row{
        clear:left;
    }
    .wf-sm-row{
        clear:unset;
    }
    .wf-md-1,
    .wf-md-1-1,
    .wf-md-1-2,
    .wf-md-1-3,
    .wf-md-2-3,
    .wf-md-1-4,
    .wf-md-3-4,
    .wf-md-1-6,
    .wf-md-1-5,
    .wf-md-2-5,
    .wf-md-3-5,
    .wf-md-4-5,
    .wf-md-5-6,
    .wf-md-1-12,
    .wf-md-2-12,
    .wf-md-3-12,
    .wf-md-4-12,
    .wf-md-5-12,
    .wf-md-6-12,
    .wf-md-7-12,
    .wf-md-8-12,
    .wf-md-9-12,
    .wf-md-10-12,
    .wf-md-11-12,
    .wf-md-12-12 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
        float:left;

    }

    .wf-md-1-12 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .wf-md-1-6,
    .wf-md-2-12 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .wf-md-1-5 {
        width: 20%;
    }

    .wf-md-1-4,
    .wf-md-3-12 {
        width: 25%;
        *width: 24.9690%;
    }

    .wf-md-1-3,
    .wf-md-4-12 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .wf-md-2-5 {
        width: 40%;
    }

    .wf-md-5-12 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .wf-md-1-2,
    .wf-md-6-12 {
        width: 50%;
        *width: 49.9690%;
    }

    .wf-md-7-12 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .wf-md-3-5 {
        width: 60%;
    }

    .wf-md-2-3,
    .wf-md-8-12 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .wf-md-3-4,
    .wf-md-9-12 {
        width: 75%;
        *width: 74.9690%;
    }

    .wf-md-4-5 {
        width: 80%;
    }

    .wf-md-5-6,
    .wf-md-10-12 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .wf-md-11-12 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .wf-md-1,
    .wf-md-1-1,
    .wf-md-12-12 {
        width: 100%;
    }
}

@media screen and (min-width: 64em) {
    .wf-lg-row{
        clear:left !important;
    }
    .wf-md-row, .wf-sm-row{
        clear:unset;
    }
    .wf-lg-1,
    .wf-lg-1-1,
    .wf-lg-1-2,
    .wf-lg-1-3,
    .wf-lg-2-3,
    .wf-lg-1-4,
    .wf-lg-3-4,
    .wf-lg-1-5,
    .wf-lg-2-5,
    .wf-lg-3-5,
    .wf-lg-4-5,
    .wf-lg-1-6,
    .wf-lg-5-6,
    .wf-lg-1-12,
    .wf-lg-2-12,
    .wf-lg-3-12,
    .wf-lg-4-12,
    .wf-lg-5-12,
    .wf-lg-6-12,
    .wf-lg-7-12,
    .wf-lg-8-12,
    .wf-lg-9-12,
    .wf-lg-10-12,
    .wf-lg-11-12,
    .wf-lg-12-12 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
        float:left;

    }

    .wf-lg-1-12 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .wf-lg-1-6,
    .wf-lg-2-12 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .wf-lg-1-5 {
        width: 20%;
    }

    .wf-lg-1-4,
    .wf-lg-3-12 {
        width: 25%;
        *width: 24.9690%;
    }

    .wf-lg-1-3,
    .wf-lg-4-12 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .wf-lg-2-5 {
        width: 40%;
    }

    .wf-lg-5-12 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .wf-lg-1-2,
    .wf-lg-6-12 {
        width: 50%;
        *width: 49.9690%;
    }

    .wf-lg-7-12 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .wf-lg-3-5 {
        width: 60%;
    }

    .wf-lg-2-3,
    .wf-lg-8-12 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .wf-lg-3-4,
    .wf-lg-9-12 {
        width: 75%;
        *width: 74.9690%;
    }

    .wf-lg-4-5 {
        width: 80%;
    }

    .wf-lg-5-6,
    .wf-lg-10-12 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .wf-lg-11-12 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .wf-lg-1,
    .wf-lg-1-1,
    .wf-lg-12-12 {
        width: 100%;
    }
}.opentip-container,
.opentip-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.opentip-container {
    position: absolute;
    max-width: 300px;
    z-index: 100;
    -webkit-transition: -webkit-transform 1s ease-in-out;
    -moz-transition: -moz-transform 1s ease-in-out;
    -o-transition: -o-transform 1s ease-in-out;
    -ms-transition: -ms-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    pointer-events: none;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}
.opentip-container.ot-fixed.ot-hidden.stem-top.stem-center,
.opentip-container.ot-fixed.ot-going-to-show.stem-top.stem-center,
.opentip-container.ot-fixed.ot-hiding.stem-top.stem-center {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-top.stem-right,
.opentip-container.ot-fixed.ot-going-to-show.stem-top.stem-right,
.opentip-container.ot-fixed.ot-hiding.stem-top.stem-right {
    -webkit-transform: translateY(-5px) translateX(5px);
    -moz-transform: translateY(-5px) translateX(5px);
    -o-transform: translateY(-5px) translateX(5px);
    -ms-transform: translateY(-5px) translateX(5px);
    transform: translateY(-5px) translateX(5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-middle.stem-right,
.opentip-container.ot-fixed.ot-going-to-show.stem-middle.stem-right,
.opentip-container.ot-fixed.ot-hiding.stem-middle.stem-right {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-bottom.stem-right,
.opentip-container.ot-fixed.ot-going-to-show.stem-bottom.stem-right,
.opentip-container.ot-fixed.ot-hiding.stem-bottom.stem-right {
    -webkit-transform: translateY(5px) translateX(5px);
    -moz-transform: translateY(5px) translateX(5px);
    -o-transform: translateY(5px) translateX(5px);
    -ms-transform: translateY(5px) translateX(5px);
    transform: translateY(5px) translateX(5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-bottom.stem-center,
.opentip-container.ot-fixed.ot-going-to-show.stem-bottom.stem-center,
.opentip-container.ot-fixed.ot-hiding.stem-bottom.stem-center {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-bottom.stem-left,
.opentip-container.ot-fixed.ot-going-to-show.stem-bottom.stem-left,
.opentip-container.ot-fixed.ot-hiding.stem-bottom.stem-left {
    -webkit-transform: translateY(5px) translateX(-5px);
    -moz-transform: translateY(5px) translateX(-5px);
    -o-transform: translateY(5px) translateX(-5px);
    -ms-transform: translateY(5px) translateX(-5px);
    transform: translateY(5px) translateX(-5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-middle.stem-left,
.opentip-container.ot-fixed.ot-going-to-show.stem-middle.stem-left,
.opentip-container.ot-fixed.ot-hiding.stem-middle.stem-left {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-top.stem-left,
.opentip-container.ot-fixed.ot-going-to-show.stem-top.stem-left,
.opentip-container.ot-fixed.ot-hiding.stem-top.stem-left {
    -webkit-transform: translateY(-5px) translateX(-5px);
    -moz-transform: translateY(-5px) translateX(-5px);
    -o-transform: translateY(-5px) translateX(-5px);
    -ms-transform: translateY(-5px) translateX(-5px);
    transform: translateY(-5px) translateX(-5px);
}
.opentip-container.ot-fixed .opentip {
    pointer-events: auto;
}
.opentip-container.ot-hidden {
    display: none;
}
.opentip-container .opentip {
    position: relative;
    font-size: 13px;
    line-height: 120%;
    padding: 9px 14px;
    color: #4f4b47;
    text-shadow: -1px -1px 0px rgba(255,255,255,0.2);
}
.opentip-container .opentip .header {
    margin: 0;
    padding: 0;
}
.opentip-container .opentip .ot-close {
    pointer-events: auto;
    display: block;
    position: absolute;
    top: -12px;
    left: 60px;
    color: rgba(0,0,0,0.5);
    background: rgba(0,0,0,0);
    text-decoration: none;
}
.opentip-container .opentip .ot-close span {
    display: none;
}
.opentip-container .opentip .ot-loading-indicator {
    display: none;
}
.opentip-container.ot-loading .ot-loading-indicator {
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    display: block;
}
.opentip-container.ot-loading .ot-loading-indicator span {
    display: block;
    -webkit-animation: otloading 2s linear infinite;
    -moz-animation: otloading 2s linear infinite;
    -o-animation: otloading 2s linear infinite;
    -ms-animation: otloading 2s linear infinite;
    animation: otloading 2s linear infinite;
    text-align: center;
}
.opentip-container.style-dark .opentip,
.opentip-container.style-alert .opentip {
    color: #f8f8f8;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}
.opentip-container.style-glass .opentip {
    padding: 15px 25px;
    color: #317cc5;
    text-shadow: 1px 1px 8px rgba(0,94,153,0.3);
}
.opentip-container.ot-hide-effect-fade {
    -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 1s ease-in-out;
    -moz-transition: -moz-transform 0.5s ease-in-out, opacity 1s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out, opacity 1s ease-in-out;
    -ms-transition: -ms-transform 0.5s ease-in-out, opacity 1s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 1s ease-in-out;
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.opentip-container.ot-hide-effect-fade.ot-hiding {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.opentip-container.ot-show-effect-appear.ot-going-to-show,
.opentip-container.ot-show-effect-appear.ot-showing {
    -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 1s ease-in-out;
    -moz-transition: -moz-transform 0.5s ease-in-out, opacity 1s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out, opacity 1s ease-in-out;
    -ms-transition: -ms-transform 0.5s ease-in-out, opacity 1s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 1s ease-in-out;
}
.opentip-container.ot-show-effect-appear.ot-going-to-show {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.opentip-container.ot-show-effect-appear.ot-showing {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.opentip-container.ot-show-effect-appear.ot-visible {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
@-moz-keyframes otloading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes otloading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes otloading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-ms-keyframes otloading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes otloading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* WHATSOCK, 2016 */
/* Specific styles for ARIA Calendar */

#datepicker-demo {
    background: #E0E0E0;
    padding: 1rem;
    margin: 1rem 0 2rem;
}

	#datepicker-demo em {display: block; font-size: 90%;}

#date, #party {
    width: 90%;
    max-width: 25em;
	vertical-align: 20px;
}

a.accCalendar {
	display: inline-block;
	background: transparent;
}

div.calendar {
    text-align: center;
    color: #FFF;
    background: #2E3135;
    padding: 0.5rem;
    border-radius: 0.3rem;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

table.calendar {
    border-collapse: separate;
    border-spacing: 1px;
}

table.calendar td, table.calendar th {
    padding: 0.3em 0.5em;
    border-radius: 0.15rem;
}

td.empty {
    background: rgba(255, 255, 255, .07);
}

th.week {}

td.nav, td.day {cursor: pointer;}

td.day {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    color: #000;
    background: #63B7C2;
}

td.day:hover {background: #E2A037;}

td.selected {background: #E2A037;}

div.calendar *:focus, div.commentAdd *:focus {
    background: #E2A037;
}

td.month {
    font-weight: 600;
    color: #63B7C2;
    text-shadow: 0 1px 0 #000;
}

td.comment {position: relative;}
td.comment span::after {
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	top: 0.2rem;
	right: 0.2rem;
	content: "";
	background: #49182E;
	border-radius: 7px;
}

td.comment.selected {
	background: #E2A037; 
}


td.disabled, td.disabled:hover {
	color: #CCC;
    background: #bdbdbd;
    cursor: auto; 
}

td.disabled.selected {background: #C2C2C2;}

div.commentTooltip {
	width: 271px;
	padding: 0.5rem;
	color: #FFF;
	background: #3D4043;
	font-size: 0.8em;
	font-weight: bold;
	max-height: 50px;
	overflow-x: hidden;
	overflow-y: auto;
	word-wrap: break-word;
	text-align: left;
}

div.commentAdd {
	background: #2E3135;
	border-radius: 0.3rem;
}

	div.commentAdd button {
		font-size: 100%;
		text-transform: uppercase;
	    color: #FFF;
	    background: #2E3135;
	    padding: 0.5rem;
		margin-top: -5px;
		border: none;
	    border-bottom-left-radius: 0.3rem;
	    border-bottom-right-radius: 0.3rem;
	    -webkit-box-shadow: 0 10px 6px -6px #777;
	    -moz-box-shadow: 0 10px 6px -6px #777;
	    box-shadow: 0 10px 6px -6px #777;
	}

div.commentAdd textarea {
	width: 270px;
	height: 2em;
	overflow: auto;
	word-wrap: break-word;
	text-align: left;
	padding: 0.2em;
	margin: 0.5rem 0.5rem 0;
}
/* 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: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.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: #000; }

/* 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; } }
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../frontend/Mgs/naelofar/en_US/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../../frontend/Mgs/naelofar/en_US/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('../../frontend/Mgs/naelofar/en_US/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../../frontend/Mgs/naelofar/en_US/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../frontend/Mgs/naelofar/en_US/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('../../frontend/Mgs/naelofar/en_US/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../../frontend/Mgs/naelofar/en_US/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('../../frontend/Mgs/naelofar/en_US/Amasty_ShopbyBase/css/chosen/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/*!
 *  Font Awesome 4.7.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/Mgs/naelofar/en_US/MGS_Fbuilder/css/fontawesome.v4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../../frontend/Mgs/naelofar/en_US/MGS_Fbuilder/css/fontawesome.v4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../frontend/Mgs/naelofar/en_US/MGS_Fbuilder/css/fontawesome.v4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../frontend/Mgs/naelofar/en_US/MGS_Fbuilder/css/fontawesome.v4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../frontend/Mgs/naelofar/en_US/MGS_Fbuilder/css/fontawesome.v4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../frontend/Mgs/naelofar/en_US/MGS_Fbuilder/css/fontawesome.v4.7.0/fonts/fontawesome-webfont.svg?v=4.7.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-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 {
  -ms-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-pp: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-resistance: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: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";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.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;
}
.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-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}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;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;-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 .owl-carousel{display:block}.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 .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/Mgs/naelofar/en_US/MGS_Fbuilder/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}.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 .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}.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)}.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(.5);-webkit-transform:scale(.5);-moz-transform:scale(.5);-o-transform:scale(.5)}.text-full-width .slider_mgs_carousel .owl-item .slide-text{max-width:100%}.slider_mgs_carousel .owl-item .slide-text{max-width:1200px}@media (max-width:1199px){.slider_mgs_carousel .owl-item .slide-text{max-width:970px}}.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;padding:15px;position:absolute;left:0;right:0;margin:0 auto}.slider_mgs_carousel .owl-item .slide-text>*{max-width:500px;padding:15px 60px}.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}@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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .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(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .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(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .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(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.3, .3, .3);
    transform: scale3d(.3, .3, .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(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .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(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .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(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.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(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.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(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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;
}.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-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:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:0.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.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-color:#fff}.mfp-preloader{position:absolute;display:block;top:0;left:0;width:100%;background-image:url(../../frontend/Mgs/naelofar/en_US/MGS_Fbuilder/images/loader.svg);background-repeat:no-repeat;background-size:50px auto;background-position:center center;filter:brightness(0) invert(0);-webkit-filter:brightness(0) invert(0);height:100vh;z-index:1044}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}.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){.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(.75);transform:scale(.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}}.mfp-img-gallery .mfp-figure:before,.mfp-img-gallery .mfp-iframe-scaler:before{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;background:none !important;border:none !important;text-align:center}.mfp-img-gallery .mfp-bottom-bar{display:none;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}.promobanner{position:relative;overflow:hidden}.promobanner>a>img{min-width:100%}.promobanner .text{position:absolute;padding:20px;z-index:1;color:#1a1a1a;font-size:15px}.promobanner .text.top-left,.promobanner .text.top-middle,.promobanner .text.top-right{top:0}.promobanner .text.top-left{left:0}.promobanner .text.top-middle{left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%)}.promobanner .text.top-right{right:0}.promobanner .text.middle-left,.promobanner .text.middle-center,.promobanner .text.middle-right{top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%)}.promobanner .text.middle-left{left:0}.promobanner .text.middle-center{left:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%)}.promobanner .text.middle-right{right:0}.promobanner .text.bottom-left,.promobanner .text.bottom-center,.promobanner .text.bottom-right{bottom:0}.promobanner .text.bottom-left{left:0}.promobanner .text.bottom-center{left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%)}.promobanner .text.bottom-right{right:0}.promobanner.zoom img{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transition:all .3s ease-out 0s;-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s}.promobanner.zoom:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1)}.promobanner.border-zoom:before{border:2px solid #fff;top:-2px;bottom:-2px;right:-2px;left:-2px;content:'';display:block;position:absolute;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s;-moz-transition:all .5s ease-out 0s;-o-transition:all .5s ease-out 0s}.promobanner.border-zoom img{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s;-moz-transition:all .5s ease-out 0s;-o-transition:all .5s ease-out 0s}.promobanner.border-zoom:hover:before{top:15px;bottom:15px;right:15px;left:15px;z-index:9}.promobanner.border-zoom:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1)}.promobanner.flashed:after{position:absolute;top:0;left:0;width:1000px;height:200px;background:rgba(255,255,255,0.5);content:'';transition:transform .6s;-webkit-transition:transform .6s;-moz-transition:transform .6s;-o-transition:transform .6s;transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);-moz-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);-o-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0)}.promobanner.flashed:hover:after{transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);-moz-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);-o-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0)}.promobanner.zoom-flashed:after{position:absolute;top:0;left:0;width:1000px;height:200px;background:rgba(255,255,255,0.5);content:'';transition:transform .7s;-webkit-transition:transform .7s;-moz-transition:transform .7s;-o-transition:transform .7s;transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);-moz-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);-o-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0)}.promobanner.zoom-flashed img{transition:all .5s ease 0s;-webkit-transition:all .5s ease 0s;-moz-transition:all .5s ease 0s;-o-transition:all .5s ease 0s}.promobanner.zoom-flashed:hover:after{transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);-moz-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);-o-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0)}.promobanner.zoom-flashed:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1)}.promobanner.shadow-corner{transition:all .2s ease 0s;-webkit-transition:all .2s ease 0s;-moz-transition:all .2s ease 0s;-o-transition:all .2s ease 0s}.promobanner.shadow-corner:hover{box-shadow:2px 3px 3px rgba(0,0,0,0.2)}.promobanner.zoom-shadow:after{position:absolute;content:"";left:20px;right:20px;bottom:20px;top:20px;background:#000000;opacity:0.4;transition:all .3s ease-in-out 0s;-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s}.promobanner.zoom-shadow:hover:after{left:0;right:0;bottom:0;top:0}.promobanner.cup-border{overflow:visible}.promobanner.cup-border a:after{border:2px solid #ddbe86;position:absolute;left:0;bottom:0;top:0;right:0;content:"";opacity:0;transform:translate(0);-webkit-transform:translate(0);-moz-transform:translate(0);-o-transform:translate(0);transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease}.promobanner.cup-border:hover a:after{opacity:1;transform:translate(15px, 15px);-webkit-transform:translate(15px, 15px);-moz-transform:translate(15px, 15px);-o-transform:translate(15px, 15px)}.promobanner.flashed-zoom a:after{position:absolute;content:"";width:100%;padding-top:100%;top:50%;left:50%;opacity:1;background:#fff;transform:translate(-50%,-50%) rotate(45deg) scale(0);-webkit-transform:translate(-50%,-50%) rotate(45deg) scale(0);-moz-transform:translate(-50%,-50%) rotate(45deg) scale(0);-o-transform:translate(-50%,-50%) rotate(45deg) scale(0);transition:all 600ms ease-in-out;-webkit-transition:all 600ms ease-in-out;-moz-transition:all 600ms ease-in-out;-o-transition:all 600ms ease-in-out}.promobanner.flashed-zoom a>img{transition:all 400ms ease-in-out;-webkit-transition:all 400ms ease-in-out;-moz-transition:all 400ms ease-in-out;-o-transition:all 400ms ease-in-out}.promobanner.flashed-zoom:hover a>img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1)}.promobanner.flashed-zoom:hover a:after{opacity:0;transform:translate(-50%,-50%) rotate(45deg) scale(1);-webkit-transform:translate(-50%,-50%) rotate(45deg) scale(1);-moz-transform:translate(-50%,-50%) rotate(45deg) scale(1);-o-transform:translate(-50%,-50%) rotate(45deg) scale(1)}.promobanner.zoom-out-shadow a:after{position:absolute;content:"";left:-10px;right:-10px;bottom:-10px;top:-10px;border:2px solid #fff;outline-width:15px;outline-style:solid;outline-color:rgba(0,0,0,0.3);z-index:100;transition:all 300ms ease-in-out;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out}.promobanner.zoom-out-shadow:hover a:after{left:15px;right:15px;bottom:15px;top:15px}.promobanner.mist a:after{position:absolute;z-index:1;background-color:rgba(255,255,255,0.8);content:"";top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transform:scaleY(0);-webkit-transform:scaleY(0);-moz-transform:scaleY(0);-o-transform:scaleY(0);transform-origin:50% 100%;-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-o-transform-origin:50% 100%;transition:all 300ms ease-in-out;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out}.promobanner.mist:hover a:after{transform:scaleY(1);-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);opacity:1;visibility:visible}.promobanner.mist-text a:after{position:absolute;z-index:1;background-color:rgba(255,255,255,0.8);content:"";top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transform:scaleX(0);-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-o-transform:scaleX(0);transition:all 300ms ease-in-out;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out}.promobanner.mist-text:hover a:after{opacity:1;visibility:visible;transform:scaleX(1);-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-o-transform:scaleX(1)}.frame *, .frame ::after, .frame ::before,.panel-popup *, .panel-popup ::after, .panel-popup ::before  {
    box-sizing: border-box;
}

.no-padding{padding:0}
.no-padding-right{padding-right:0 !important}
.no-padding-left{padding-left:0 !important}

.line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.active-builder.cms-page-view .page-main .columns,
.active-builder.cms-home .page-main .columns {
	max-width: 100vw !important;
	padding-left: 0;
	padding-right: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-des,
.col-des-1,
.col-des-10,
.col-des-11,
.col-des-12,
.col-des-2,
.col-des-3,
.col-des-4,
.col-des-5,
.col-des-6,
.col-des-7,
.col-des-8,
.col-des-9,
.col-des-auto,
.col-tb,
.col-tb-1,
.col-tb-10,
.col-tb-11,
.col-tb-12,
.col-tb-2,
.col-tb-3,
.col-tb-4,
.col-tb-5,
.col-tb-6,
.col-tb-7,
.col-tb-8,
.col-tb-9,
.col-tb-auto,
.col-mb,
.col-mb-1,
.col-mb-10,
.col-mb-11,
.col-mb-12,
.col-mb-2,
.col-mb-3,
.col-mb-4,
.col-mb-5,
.col-mb-6,
.col-mb-7,
.col-mb-8,
.col-mb-9,
.col-mb-auto{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 8.333333%;
    flex: 0 1 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16.666667%;
    flex: 0 1 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333333%;
    flex: 0 1 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 41.666667%;
    flex: 0 1 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 58.333333%;
    flex: 0 1 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 66.666667%;
    flex: 0 1 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 83.333333%;
    flex: 0 1 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 91.666667%;
    flex: 0 1 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%
}

.col-mb {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.col-mb-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: auto;
	max-width: none
}
.col-mb-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 8.333333%;
	flex: 0 1 8.333333%;
	max-width: 8.333333%
}
.col-mb-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 16.666667%;
	flex: 0 1 16.666667%;
	max-width: 16.666667%
}
.col-mb-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%;
	max-width: 25%
}
.col-mb-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 33.333333%;
	flex: 0 1 33.333333%;
	max-width: 33.333333%
}
.col-mb-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 41.666667%;
	flex: 0 1 41.666667%;
	max-width: 41.666667%
}
.col-mb-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	max-width: 50%
}
.col-mb-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 58.333333%;
	flex: 0 1 58.333333%;
	max-width: 58.333333%
}
.col-mb-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 66.666667%;
	flex: 0 1 66.666667%;
	max-width: 66.666667%
}
.col-mb-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 75%;
	flex: 0 1 75%;
	max-width: 75%
}
.col-mb-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 83.333333%;
	flex: 0 1 83.333333%;
	max-width: 83.333333%
}
.col-mb-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 91.666667%;
	flex: 0 1 91.666667%;
	max-width: 91.666667%
}
.col-mb-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	max-width: 100%
}

@media (min-width:768px) {
	.col-tb {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-tb-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: auto;
        max-width: none
    }
    .col-tb-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 8.333333%;
        flex: 0 1 8.333333%;
        max-width: 8.333333%
    }
    .col-tb-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 16.666667%;
        flex: 0 1 16.666667%;
        max-width: 16.666667%
    }
    .col-tb-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        max-width: 25%
    }
    .col-tb-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333333%;
        flex: 0 1 33.333333%;
        max-width: 33.333333%
    }
    .col-tb-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 41.666667%;
        flex: 0 1 41.666667%;
        max-width: 41.666667%
    }
    .col-tb-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%
    }
    .col-tb-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 58.333333%;
        flex: 0 1 58.333333%;
        max-width: 58.333333%
    }
    .col-tb-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 66.666667%;
        flex: 0 1 66.666667%;
        max-width: 66.666667%
    }
    .col-tb-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 75%;
        flex: 0 1 75%;
        max-width: 75%
    }
    .col-tb-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 83.333333%;
        flex: 0 1 83.333333%;
        max-width: 83.333333%
    }
    .col-tb-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 91.666667%;
        flex: 0 1 91.666667%;
        max-width: 91.666667%
    }
    .col-tb-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
	.col-des {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-des-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: auto;
        max-width: none
    }
    .col-des-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 8.333333%;
        flex: 0 1 8.333333%;
        max-width: 8.333333%
    }
    .col-des-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 16.666667%;
        flex: 0 1 16.666667%;
        max-width: 16.666667%
    }
    .col-des-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        max-width: 25%
    }
    .col-des-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333333%;
        flex: 0 1 33.333333%;
        max-width: 33.333333%
    }
    .col-des-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 41.666667%;
        flex: 0 1 41.666667%;
        max-width: 41.666667%
    }
    .col-des-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%
    }
    .col-des-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 58.333333%;
        flex: 0 1 58.333333%;
        max-width: 58.333333%
    }
    .col-des-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 66.666667%;
        flex: 0 1 66.666667%;
        max-width: 66.666667%
    }
    .col-des-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 75%;
        flex: 0 1 75%;
        max-width: 75%
    }
    .col-des-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 83.333333%;
        flex: 0 1 83.333333%;
        max-width: 83.333333%
    }
    .col-des-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 91.666667%;
        flex: 0 1 91.666667%;
        max-width: 91.666667%
    }
    .col-des-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%
    }
	
	body:not(.active-builder) .hidden-des {
		display: none !important;
	}
}
@media (min-width: 992px){
	.row-1 .col {
		-ms-flex: 0 1 calc(100% / 1);
		flex: 0 1 calc(100% / 1);
		max-width: calc(100% / 1);
		width: 100%;
	}
	.row-2 .col {
		-ms-flex: 0 1 calc(100% / 2);
		flex: 0 1 calc(100% / 2);
		max-width: calc(100% / 2);
		width: 100%;
	}
	.row-3 .col {
		-ms-flex: 0 1 calc(100% / 3);
		flex: 0 1 calc(100% / 3);
		max-width: calc(100% / 3);
		width: 100%;
	}
	.row-4 .col {
		-ms-flex: 0 1 calc(100% / 4);
		flex: 0 1 calc(100% / 4);
		max-width: calc(100% / 4);
		width: 100%;
	}
	.row-5 .col {
		-ms-flex: 0 1 calc(100% / 5);
		flex: 0 1 calc(100% / 5);
		max-width: calc(100% / 5);
		width: 100%;
	}
	.row-6 .col {
		-ms-flex: 0 1 calc(100% / 6);
		flex: 0 1 calc(100% / 6);
		max-width: calc(100% / 6);
		width: 100%;
	}
	.row-7 .col {
		-ms-flex: 0 1 calc(100% / 7);
		flex: 0 1 calc(100% / 7);
		max-width: calc(100% / 7);
		width: 100%;
	}
	.row-8 .col {
		-ms-flex: 0 1 calc(100% / 8);
		flex: 0 1 calc(100% / 8);
		max-width: calc(100% / 8);
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.row-tablet-1 .col {
		-ms-flex: 0 1 calc(100% / 1);
		flex: 0 1 calc(100% / 1);
		max-width: calc(100% / 1);
		width: 100%;
	}
	.row-tablet-2 .col {
		-ms-flex: 0 1 calc(100% / 2);
		flex: 0 1 calc(100% / 2);
		max-width: calc(100% / 2);
		width: 100%;
	}
	.row-tablet-3 .col {
		-ms-flex: 0 1 calc(100% / 3);
		flex: 0 1 calc(100% / 3);
		max-width: calc(100% / 3);
		width: 100%;
	}
	.row-tablet-4 .col {
		-ms-flex: 0 1 calc(100% / 4);
		flex: 0 1 calc(100% / 4);
		max-width: calc(100% / 4);
		width: 100%;
	}
	.row-tablet-5 .col {
		-ms-flex: 0 1 calc(100% / 5);
		flex: 0 1 calc(100% / 5);
		max-width: calc(100% / 5);
		width: 100%;
	}
	.row-tablet-6 .col {
		-ms-flex: 0 1 calc(100% / 6);
		flex: 0 1 calc(100% / 6);
		max-width: calc(100% / 6);
		width: 100%;
	}
	.row-tablet-7 .col {
		-ms-flex: 0 1 calc(100% / 7);
		flex: 0 1 calc(100% / 7);
		max-width: calc(100% / 7);
		width: 100%;
	}
	.row-tablet-8 .col {
		-ms-flex: 0 1 calc(100% / 8);
		flex: 0 1 calc(100% / 8);
		max-width: calc(100% / 8);
		width: 100%;
	}
	
	body:not(.active-builder) .hidden-tb {
		display: none !important;
	}
}
@media (max-width: 767.98px) {
	.row-mobile-1 .col {
		-ms-flex: 0 1 calc(100% / 1);
		flex: 0 1 calc(100% / 1);
		max-width: calc(100% / 1);
		width: 100%;
	}
	.row-mobile-2 .col {
		-ms-flex: 0 1 calc(100% / 2);
		flex: 0 1 calc(100% / 2);
		max-width: calc(100% / 2);
		width: 100%;
	}
	.row-mobile-3 .col {
		-ms-flex: 0 1 calc(100% / 3);
		flex: 0 1 calc(100% / 3);
		max-width: calc(100% / 3);
		width: 100%;
	}
	.row-mobile-4 .col {
		-ms-flex: 0 1 calc(100% / 4);
		flex: 0 1 calc(100% / 4);
		max-width: calc(100% / 4);
		width: 100%;
	}
	.row-mobile-5 .col {
		-ms-flex: 0 1 calc(100% / 5);
		flex: 0 1 calc(100% / 5);
		max-width: calc(100% / 5);
		width: 100%;
	}
	.row-mobile-6 .col {
		-ms-flex: 0 1 calc(100% / 6);
		flex: 0 1 calc(100% / 6);
		max-width: calc(100% / 6);
		width: 100%;
	}
	.row-mobile-7 .col {
		-ms-flex: 0 1 calc(100% / 7);
		flex: 0 1 calc(100% / 7);
		max-width: calc(100% / 7);
		width: 100%;
	}
	.row-mobile-8 .col {
		-ms-flex: 0 1 calc(100% / 8);
		flex: 0 1 calc(100% / 8);
		max-width: calc(100% / 8);
		width: 100%;
	}
	body:not(.active-builder) .hidden-mb {
		display: none !important;
	}
}

.no-padding-col.section-builder-full {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.no-padding-col .line {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.no-padding-col .frame,
.no-padding-col .line div[class*="col-des"],
.no-padding-col .line div[class*="col-tb"],
.no-padding-col .line div[class*="col-mb"] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.no-margin{margin:0 !important}
.no-margin-top{margin-top:0 !important}
.no-margin-bottom{margin-bottom:0 !important}
.text-align-left, .text-align-left .slide-text{text-align:left}
.text-align-right, .text-align-right .slide-text{text-align:right}
.text-align-center, .text-align-center .slide-text{text-align:center}
.mgs-products.products-grid { margin: 0; }
.mgs-products.products-grid .product-item{padding-left:15px; padding-right:15px}

.panel-block *{
    -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}

/* Slider */
.fullscreen-slider .owl-carousel .item-image img, .fullscreen-slider .owl-carousel .item-image, .fullscreen-slider .owl-carousel div:not(.owl-nav):not(.owl-dots):not(.slide-text){height:100%}
.fullscreen-slider .owl-carousel {
    height: 100%;
    position: relative;
}
.fullscreen-slider .owl-carousel .item-image{height: 100%; background-position: center; display: block; background-size: cover; background-repeat: no-repeat;}
.fullscreen-slider .item img{opacity: 0; visibility: hidden; filter:alpha(opacity=0)}
.mgs-owl-carousel{position: relative;}
.mgs-owl-carousel .owl-nav.disabled{display:none !important}

.mgs-owl-carousel .owl-nav .disabled{opacity:0.5; filter:alpha(opacity=50)}
.mgs-owl-carousel .owl-nav .disabled span::before, .mgs-owl-carousel .owl-nav .disabled span{cursor:unset !important}
.mgs-owl-carousel .owl-prev, .mgs-owl-carousel .owl-next{height:100%; position:absolute; top:0; left:30px}
.mgs-owl-carousel.owl-rtl .owl-prev{left:70px}
.mgs-owl-carousel .owl-next{left:unset; right:30px}
.mgs-owl-carousel.owl-rtl .owl-next{right:30px}
.mgs-owl-carousel .slider-nav:before{width:40px; height:40px; position:absolute; top:50%; margin-top:-20px; color:#fff; line-height:40px; content:'\e608'; font-family:"luma-icons", "icons-blank-theme"; text-align:center; font-size:18px; cursor:pointer; transition: all 300ms;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-o-transition: all 300ms;}
.autohide-nav.mgs-owl-carousel .slider-nav:before, .autohide-nav.mgs-owl-carousel .owl-nav span{
	opacity: 0;
	visibility: hidden; 
}
.mgs-owl-carousel .slider-nav:hover:before{
	transition: all 300ms;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-o-transition: all 300ms;
}
.mgs-owl-carousel .nav-prev:before{content:'\e617';}
.mgs-owl-carousel.owl-carousel:hover .slider-nav:before, .autohide-nav.mgs-owl-carousel:hover .owl-nav span {opacity: 1; visibility: visible; -webkit-transition: opacity 0.5s ease-in-out;    -moz-transition: opacity 0.5s ease-in-out; -ms-transition: opacity 0.5s ease-in-out; -o-transition: opacity 0.5s ease-in-out;}

.mgs-owl-carousel .owl-dots {
	display: table;
    margin: 20px auto 0;
    position: absolute;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.slider_mgs_carousel.owl-carousel .owl-dots {
    bottom: 20px;
}
.mgs-owl-carousel .owl-dots .owl-dot {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}

.mgs-owl-carousel .owl-dots .owl-dot span {
    background-color: #f0f0f0;
    height: 15px;
    margin: 0 7px;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    width: 15px;
    border-radius: 10px;
    cursor: pointer;
    display: block;
}
.mgs-owl-carousel .owl-dots .owl-dot:hover span, .owl-carousel .owl-dots .owl-dot.active span {
    background-color: #006bb4;
}
.nav-position-middle-outside .owl-nav div span, 
.nav-position-middle-inside .owl-nav div span{position:absolute; top:50%; cursor:pointer}
.mgs-owl-carousel .owl-nav div span{text-align:center; display:block}

.mgs-owl-carousel.nav-position-middle-outside .owl-prev{left:-30px}
.mgs-owl-carousel.nav-position-middle-outside .owl-next{right:-30px}
.mgs-owl-carousel.nav-position-top-left .owl-nav div, .mgs-owl-carousel.nav-position-top-right .owl-nav div, .mgs-owl-carousel.nav-position-bottom-left .owl-nav div, .mgs-owl-carousel.nav-position-bottom-right .owl-nav div{position:unset; float:left; margin-right:10px}
.mgs-owl-carousel.nav-position-top-right .owl-nav div{margin-right:0; margin-left:10px}
.mgs-owl-carousel.nav-position-top-left .owl-nav, .mgs-owl-carousel.nav-position-top-right .owl-nav, .mgs-owl-carousel.nav-position-bottom-left .owl-nav, .mgs-owl-carousel.nav-position-bottom-right .owl-nav{position:absolute; top:0; left:0}

.mgs-owl-carousel.nav-position-top-right .owl-nav, .mgs-owl-carousel.nav-position-bottom-right .owl-nav{left:unset; right:0}

.mgs-carousel-single.mgs-owl-carousel.nav-position-top-right .owl-nav{top:15px; right:15px}
.mgs-carousel-single.mgs-owl-carousel.nav-position-top-left .owl-nav{top:15px; left:15px}

.mgs-carousel-single.mgs-owl-carousel.nav-position-bottom-right .owl-nav{top:unset; right:15px; bottom:15px}
.mgs-carousel-single.mgs-owl-carousel.nav-position-bottom-left .owl-nav{top:unset; left:15px; bottom:15px}

.mgs-carousel-multiple.mgs-owl-carousel.nav-position-top-left .owl-nav{top:-55px; left:0; right:unset}
.mgs-carousel-multiple.mgs-owl-carousel.nav-position-top-right .owl-nav{top:-55px; right:0; left:unset}

.mgs-carousel-multiple.mgs-owl-carousel.nav-position-bottom-left .owl-nav, .mgs-carousel-multiple.mgs-owl-carousel.nav-position-bottom-right .owl-nav{position:unset; margin-top:15px}
.mgs-carousel-multiple.mgs-owl-carousel.nav-position-bottom-right .owl-nav{float:right}
.mgs-carousel-multiple.mgs-owl-carousel.nav-position-bottom-right .owl-nav div{margin-right:0; margin-left:10px}

.mgs-owl-carousel .owl-nav span{cursor:pointer; position:relative; width:100%}
.mgs-owl-carousel .owl-nav .disabled span{cursor:unset}

.mgs-owl-carousel.nav-position-middle-inside .owl-nav .owl-next span,.mgs-owl-carousel.nav-position-middle-outside .owl-nav .owl-prev span{right:0}
.mgs-owl-carousel.mgs-carousel-single.dot-position-left .owl-dots{left:60px}
.mgs-owl-carousel.mgs-carousel-single.dot-position-right .owl-dots{left:unset; right:0}
.mgs-owl-carousel.mgs-carousel-multiple .owl-dots{bottom:-30px}
.mgs-owl-carousel.mgs-carousel-multiple.dot-position-left .owl-dots{left:30px}
.mgs-owl-carousel.mgs-carousel-multiple.dot-position-right .owl-dots{left:unset; right:-30px}

/* Products Block */
.mgs-products .product-image-container{width:100% !important}
.mgs-products .mgs-owl-carousel .product-item{width:100% !important; margin-top:20px; margin-bottom:35px}

.mgs-tab.data.items, .builder-tab.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.mgs-product-tab .mgs-tab.data.items > .item.title, .builder-tab.data.items > .item.title{
	box-sizing: border-box;
	float: unset;
    width: auto;
	margin: 0 -1px 0 0;
	display:inline-block;
}

.mgs-tab.data.items > .item.title > .switch {
    display: block;
    position: relative;
    z-index: 2;
	font-weight: 400;
    line-height: 40px !important;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
	border: 1px solid #ccc;
	border-bottom: none;
	height: 40px !important;
    padding: 1px 35px 1px 35px !important;
	background: #f6f6f6;
}

.mgs-tab.data.items > .item.title:not(.disabled) > .switch:active, .mgs-tab.data.items > .item.title.active > .switch, .mgs-tab.data.items > .item.title.active > .switch:focus, .mgs-tab.data.items > .item.title.active > .switch:hover{
	background: #fff;
	color: #333;
}

.mgs-tab.data.items::before, .mgs-tab.data.items::after, .builder-tab.data.items::before, .builder-tab.data.items::after {
    content: '';
    display: table;
}

.mgs-tab.data.items > .item.content, .builder-tab.data.items > .item.content {
    margin-top: 40px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
	background: #fff;
	padding: 35px;
}
.builder-tab.data.items > .item.title > .switch{padding:1px 35px; height:40px; line-height:40px; color:#6d6d6d; text-decoration:none; display:block}

/* --------------- Tab Style ------------------*/
.mgs-product-tab .mgs-tab.product.data{float:left; width:100%; margin-top:20px}
.mgs-product-tab .mgs-tab.tab-align-center{text-align:center}
.mgs-product-tab .mgs-tab.tab-align-right{text-align:right}
.mgs-product-tab .mgs-tab .data.content{text-align:left}

.mgs-product-tab .mgs-tab.data.items > .item.content{margin-top:51px; padding:10px 0; box-shadow:unset; border-left:none; border-right:none; border-bottom:none}
.mgs-product-tab .mgs-tab.data.items .switch{font-weight:300}

.mgs-product-tab .tab-style1.data.items > .item.content,
.mgs-product-tab .tab-style2.data.items > .item.content,
.mgs-product-tab .tab-style3.data.items > .item.content,
.mgs-product-tab .tab-style4.data.items > .item.content,
.mgs-product-tab .tab-style6.data.items > .item.content,
.mgs-product-tab .tab-style7.data.items > .item.content{border:none}

.mgs-product-tab .tab-style1.data.items > .item.title > .switch{border:none; background: none; position:relative}
.mgs-product-tab .tab-style1.data.items .item.title .switch:hover{background:none !important}
.mgs-product-tab .tab-style1.data.items .item.title .switch:before{position:absolute; top:9px; left:0; width:1px; height:22px; background:#ccc; content:""}
.mgs-product-tab .tab-style1.data.items .item.title.item1 a:before{display:none}
.mgs-product-tab .mgs-tab.tab-align-left .item.title.item1 a{padding-left:0 !important}
.mgs-product-tab .mgs-tab.tab-font-bold .item.title a{font-weight:bold !important}
.mgs-product-tab .mgs-tab.tab-uppercase .item.title a{text-transform: uppercase !important}
.mgs-product-tab .mgs-tab.tab-italic .item.title a{font-style: italic !important}
.mgs-tab.data.items.tab-align-right > .item.title.last-item > .switch{padding-right:0 !important}


/* Style 2 */
.mgs-product-tab .tab-style2.data.items .item.title .switch{background: none !important; color:#878787; height:auto !important; line-height: unset !important; padding: 8px 25px !important; border:1px solid transparent;}
.mgs-product-tab .tab-style2.data.items .item.title.active .switch{border:1px solid #222; color:#222; border-radius:20px}
.mgs-product-tab .mgs-tab.data.items.tab-align-right.tab-style2 > .item.title.last-item > .switch{padding-right:25px !important}

/* Style 3 */
.mgs-product-tab .tab-style3.data.items .item.title{margin:0 10px}
.mgs-product-tab .tab-style3.data.items .item.title .switch{border:1px solid #e3e3e3; background: none !important; color:#797979; height:auto !important; line-height: unset !important; padding: 10px 30px !important; border-radius:20px}
.mgs-product-tab .tab-style3.data.items .item.title.active .switch, .mgs-product-tab .tab-style3.data.items .item.title .switch:hover,.mgs-product-tab .tab-style3.data.items .item.title.active .switch:focus, .mgs-product-tab .tab-style3.data.items .item.title.active .switch:hover, .mgs-product-tab .tab-style3.data.items .item.title .switch:active{border:1px solid #6e6e6e; color:#fff !important; background:#6e6e6e !important}
.mgs-product-tab .mgs-tab.data.items.tab-align-right.tab-style3 > .item.title.last-item > .switch{padding-right:30px !important}

/* Style 4 */
.mgs-product-tab .tab-style4.data.items .item.title{margin:0 12px}
.mgs-product-tab .tab-style4.data.items .item.title .switch{padding:0 !important; background: none !important; color:#777; height:auto !important; line-height: unset !important; border:none; position:relative}
.mgs-product-tab .tab-style4.data.items .item.title.active .switch, .mgs-product-tab .tab-style4.data.items .item.title .switch:hover, .mgs-product-tab .tab-style4.data.items .item.title .switch:active, .mgs-product-tab .tab-style4.data.items .item.title .switch:focus{color:#333}
.mgs-product-tab .tab-style4.data.items .item.title.active .switch:after{content:""; position:absolute; height:3px; width:100%; background:#a6cd56; left:0; bottom:-8px}

/* Style 5 */
.mgs-product-tab .tab-style5.data.items > .item.content{margin-top:40px; border-top: 2px solid #e7e7e7}
.mgs-product-tab .tab-style5.data.items .item.title{margin:0 15px}
.mgs-product-tab .tab-style5.data.items .item.title .switch{padding:0 !important; background: none !important; color:#313131; border:none; position:relative}
.mgs-product-tab .tab-style5.data.items .item.title.active .switch, .mgs-product-tab .tab-style5.data.items .item.title .switch:hover, .mgs-product-tab .tab-style5.data.items .item.title .switch:active, .mgs-product-tab .tab-style5.data.items .item.title .switch:focus{color:#EE2D43 !important}
.mgs-product-tab .tab-style5.data.items .item.title.active .switch:after{content:""; position:absolute; height:2px; width:100%; background:#EE2D43; left:0; bottom:-2px; display:block !important; top:unset; right:unset}
.mgs-product-tab .tab-style5.tab-align-left .item.title.item1, .mgs-product-tab .tab-style3.tab-align-left .item.title.item1, .mgs-product-tab .tab-style4.tab-align-left .item.title.item1{margin-left:0}
.mgs-product-tab .tab-style4.tab-align-right .item.title.last-item, .mgs-product-tab .tab-style5.tab-align-right .item.title.last-item, .mgs-product-tab .tab-style3.tab-align-right .item.title.last-item{margin-right:0}

/* Style 6 */
.mgs-product-tab .tab-style6.data.items > .item.title{margin: 0 -4px 0 0;}
.mgs-product-tab .tab-style6.data.items .item.title .switch{padding: 5px 40px; border:none; color:#fff; background:#2a2b2e; border-left:1px solid #505050}
.mgs-product-tab .tab-style6.data.items .item.title.item1 .switch{border:none; padding-left:40px !important}
.mgs-product-tab .tab-style6.data.items .item.title.active .switch, .mgs-product-tab .tab-style6.data.items .item.title .switch:active, .mgs-product-tab .tab-style6.data.items .item.title .switch:focus, .mgs-product-tab .tab-style6.data.items .item.title .switch:hover{background:#dd0017 !important; color:#fff !important}
.mgs-product-tab .mgs-tab.data.items.tab-align-right.tab-style6 > .item.title.last-item > .switch{padding-right:35px !important}

/* Style 7 */
.mgs-product-tab .tab-style7.data.items .item.title .switch{border:none; color:#999; background:none !important; padding:0 20px !important}
.mgs-product-tab .tab-style7.data.items .item.title.active .switch, .mgs-product-tab .tab-style7.data.items .item.title .switch:active, .mgs-product-tab .tab-style7.data.items .item.title .switch:focus, .mgs-product-tab .tab-style7.data.items .item.title .switch:hover{color:#c33 !important}
.mgs-product-tab .tab-style7.tab-align-right .item.title.last-item a.switch{padding-right:0 !important}
.mgs-product-tab .tab-style7.tab-align-left .item.title.item1 a.switch{padding-left:0 !important}

.deal-timer{margin:10px 0; width:100%; display:inline-block}
.deal-timer span{display:block; width:24%; text-align:center; float:left; font-size:18px; margin-right:1%; border-radius:3px; overflow:hidden}
.deal-timer span.secs{margin-right:0}
.deal-timer .time-note span{font-size:11px}
.mgs-products .product-item-info{position:relative}
.mgs-products .product-ribbon{position:absolute; background:#ff3100; color:#fff; width:45px; height:45px; display:block; border-radius:50%; top:0; z-index:10; text-align:center; line-height:45px; font-size:14px; right:0}
.mgs-products.list-products .product-image{position:relative}
.mgs-products .saved-price .price{margin-left:5px}

.instagram-widget .instagram-item{position:relative}
.instagram-widget .instagram-item > a {
    display: block;
}

.instagram-widget .instagram-item > a::after {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.instagram-widget .instagram-item:hover > a::after {
    opacity: .5;
    visibility: visible;
}

.instagram-widget .instagram-item .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 .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    z-index: 1;
    color: #fff;
    opacity: 0;
    visibility: hidden;
}

.instagram-widget .instagram-item:hover .social-count {
    opacity: 1;
    visibility: visible;
}

.instagram-widget .instagram-item .social-count > span {
    margin: 0 5px;
}

.instagram-widget .instagram-item .social-count span span{margin-right:5px}
.instagram-widget .instagram-item .social-count .fa::before{font-family:"luma-icons", "icons-blank-theme";}
.instagram-widget .instagram-item .social-count .fa-heart-o::before{content: '\e600';}
.instagram-widget .instagram-item .social-count .fa-comments-o::before{content: '\e620';}

.instagram-widget .owl-dots, .category-grid-widget .owl-dots{margin-top:15px}

.category-grid-block .category-item{position:relative}
.category-grid-block .no-slider .category-item{margin-bottom:15px}
.category-grid-block .category-item .widget-category-infor{position:absolute; padding: 0 30px; top:50%; margin-top:-20px; left:0}
.category-grid-block .category-item .widget-category-infor span{display:block; color:#a3a3a3; font-size:12px}
.category-grid-block .category-item .widget-category-infor span.number{display:unset}
.category-grid-block .category-item .widget-category-infor .category-name{font-size:16px; margin-bottom:5px}

.category-list-block{border: 1px solid #dae2e6; border-radius:2px}
.category-list-block .list-heading h3{padding:15px 20px; background:#f5f5f5; font-size:15px; font-weight:600; margin:0; border-bottom: 1px solid #dae2e6; letter-spacing: 0.5px;}
.category-list-block ul{margin:0 15px 5px; list-style:none; padding:0}
.category-list-block ul li{border-bottom: 1px solid #dae2e6; padding:10px 3px; margin:0}
.category-list-block ul li .category-icon{margin-right:8px}
.category-list-block ul li .font-icon{margin-left:5px;}
.category-list-block ul li .category-icon img{max-height:25px}
.category-list-block ul li:last-child{border:none}
.category-list-block ul li a{color:#333; text-decoration:none; display:flex; align-items: center}
.category-list-block .empty{padding: 15px}

.font-bold{font-weight:bold !important}
.font-italic{font-style:italic !important}
.font-uppercase{text-transform: uppercase !important;}

.mgs-accordion .accordion-title{
	color: #000;
	padding: 0 40px 0 17px;
	background-color: #f6f6f8;
	position: relative;
	line-height: 40px;
	cursor: pointer;
	height: 40px;
	font-weight:normal;
	margin:10px 0 0
}
.mgs-accordion .accordion-title:first-child{margin:0}

.mgs-accordion .accordion-content{
	padding: 20px;
	border: 1px solid #f6f6f8;
}

.accordion-title-icon .icon:before, .mgs-accordion .accordion-title:before{
	color: #333;
	font-family: "luma-icons", "icons-blank-theme";
	vertical-align: middle;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center;
}

.mgs-accordion .accordion-title{position:relative}
.mgs-accordion .accordion-title:before{height:40px; width:40px; position:absolute; right:0; top:0; font-size:25px; font-style:normal !important}

.accordion-title-icon1 .icon:before, .accordion-title-icon1 .accordion-title:before{
	font-family: "FontAwesome";
	content:"\f105";
	font-size:20px;
}
.accordion-title-icon1 .icon-active:before, .accordion-title-icon1 .accordion-title.ui-accordion-header-active:before{
	content:"\f107"
}

.accordion-title-icon2 .icon:before, .accordion-title-icon2 .accordion-title:before{
	font-family: "Poppins", arial, tahoma;
	content:'+';
	font-size:20px;
}
.accordion-title-icon2 .icon-active:before, .accordion-title-icon2 .accordion-title.ui-accordion-header-active:before{
	font-family: "Poppins", arial, tahoma;
	content:'-';
	font-size: 24px;
}

.accordion-icon-left .accordion-title{
	padding-left:35px;
}
.accordion-icon-left .accordion-title:before{right:unset; left:0}


/* Video */
.mgs-video.youtube-video.video-fullwidth,.mgs-video.vimeo-video.video-fullwidth {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.mgs-video.youtube-video.video-fullwidth iframe,.mgs-video.vimeo-video.video-fullwidth iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mgs-video.vimeo-video.video-hide-controls {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  position: relative;
}

.mgs-video.vimeo-video.video-hide-controls iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mgs-video.vimeo-video.video-hide-controls .wrapper {
  position: relative;
  padding-bottom: 200%;
  transform: translateY(-35.95%);
}

/* Map */
.mgs-map .map-info{width:260px; padding:25px; background:#0095eb; color:#fff}
.mgs-map .map-info h3{margin: 0 0 20px 0; font-size:25px}
.mgs-map .map-detail-info ul{margin:0; padding:0; list-style:none; margin-left:10px}
.mgs-map .map-detail-info ul li{margin-bottom:10px}
.mgs-map .map-container{position:relative}
.mgs-map .map-container .map-info{position:absolute; z-index:10; left:50%; margin-left:150px; top:50%; margin-top:-200px}
.mgs-promobanner{cursor:pointer}

/* Profile */
.mgs-profile .photo{border:8px solid #f8f8f8; margin-bottom:15px}
.mgs-profile .photo img{max-width:100%; display:block}
.mgs-profile h4{margin: 0 0 7px 0; font-weight:400; font-size:21px}
.mgs-profile .subtitle{color:#a8a8a8; font-size:13px; margin-bottom:15px; padding-bottom:15px}
.mgs-profile .subtitle span{position:relative;}
.mgs-profile .subtitle span:after{position:absolute; content:""; height:1px; bottom:-15px; left:0; width:100%; background:#0095eb}
.mgs-profile .profile-description{margin-bottom:15px}
.mgs-profile .social ul{list-style:none; margin:0; padding:0}
.mgs-profile .social ul li{display:inline-block; margin-right:2px; width:42px; height:42px; line-height:40px; text-align:center}
.mgs-profile .social ul li a{color:#444; font-size:15px; display:block; border:1px solid rgba(0,0,0,.08)}
.mgs-profile .box-shadow a{-webkit-box-shadow: inset 0 0 5px 0 rgba(0,0,0,.08); box-shadow: inset 0 0 5px 0 rgba(0,0,0,.08);}
.mgs-profile.profile-horizontal h4{margin-top:10px}
.mgs-profile.profile-circle{text-align:center}
.mgs-profile.profile-circle .photo {
    width: 130px;
    height: 130px;
    margin: 0 auto 15px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

/* Content Box */
.mgs-content-box.cursor{cursor:pointer}
.mgs-content-box .icon-wrapper{width:100px; height:100px; line-height:100px; font-size:55px; text-align:center; border-radius:50%; overflow:hidden}
.mgs-content-box.box-vertical .icon-wrapper{margin:0 auto 15px;}
.mgs-content-box.box-vertical{text-align:center}
.mgs-content-box.box-horizontal{text-align:left; display:inline-block; width:100%}
.mgs-content-box.box-horizontal .icon-wrapper{float:left;}
.mgs-content-box.box-horizontal .content-wrapper{margin-left:120px}
.mgs-content-box.box-vertical .icon-wrapper,{margin:0 auto 15px;}
.mgs-content-box .content-wrapper h4{font-size:21px; font-weight:500; margin:0 0 15px}
.mgs-content-box.box-horizontal .content-wrapper h4{margin-top:10px}

/* Counter Box */
.mgs-counter-box .icon-wrapper{width:100px; font-size:55px; text-align:center; border-radius:50%; overflow:hidden}
.mgs-counter-box.box-vertical{text-align:center}
.mgs-counter-box.box-horizontal{text-align:left; display:inline-block; width:100%}
.mgs-counter-box.box-horizontal .icon-wrapper{float:left; width:auto; margin-right:5px; padding:0 5px}
.mgs-counter-box.box-horizontal .counter-box{line-height:80px}
.mgs-counter-box.box-horizontal .content{display:block; clear:both; text-align: center; margin-top:-15px}
.mgs-counter-box.box-vertical .icon-wrapper{margin:0 auto;}
.mgs-counter-box.box-vertical .counter-box span{display:block;}
.mgs-counter-box .number{font-size:35px}
.mgs-counter-box .subtitle{font-size:20px}

/* Progress Bar */
@-webkit-keyframes move{from{background-position:0 0}to{background-position:30px 0}}
@keyframes move{from{background-position:0 0}to{background-position:30px 0}}

.mgs-progressbar {position: relative;}
.mgs-progressbar .progressbar{
    margin: 0;
    height: 30px;
    width: 100%;
    background-clip: padding-box;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color:#f7f7f7;
}
.mgs-progressbar .progress {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #08c;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
	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);
	background-size: 30px 30px;
	transition-duration: 3s;
}
.mgs-progressbar .progress.animation{-webkit-animation: move 2s linear infinite; animation: move 2s linear infinite;}
.mgs-progressbar .progress-info{margin:5px 0}
.mgs-progressbar.progress-inside{position:relative}
.mgs-progressbar.progress-inside .progress-info{position:absolute; top:0; left:15px; height:100%; line-height:30px; margin:0}
.mgs-progressbar.progress-top-left-right .progress-info .progress-value, .mgs-progressbar.progress-bottom-left-right .progress-info .progress-value{float:right}
.mgs-progressbar.progress-bottom-right .progress-info, .mgs-progressbar.progress-top-right .progress-info{text-align:right}

/* Circle Progress */
.mgs-progress-circle {
  margin: 20px auto;
  width: 120px;
  height: 120px;
  background-color: #d9d9d9;
  border-radius: 50%;
}
.mgs-circle-pie-progress .progress-info h4{text-align:center; font-weight:normal; font-size:16px; margin:20px 0}
.mgs-progress-circle .mgs-progress-circle__slice,
.mgs-progress-circle .mgs-progress-circle__fill {
  width: 120px;
  height: 120px;
  position: absolute;
  -webkit-backface-visibility: hidden;
  transition: transform 1s;
  border-radius: 50%;
}
.mgs-progress-circle .mgs-progress-circle__slice {
  clip: rect(0px, 120px, 120px, 60px);
}
.mgs-progress-circle .mgs-progress-circle__slice .mgs-progress-circle__fill {
  clip: rect(0px, 60px, 120px, 0px);
  background-color: #1291d4;
}
.mgs-progress-circle .mgs-progress-circle__overlay {
  width: 100px;
  height: 100px;
  position: absolute;
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 50%;
  line-height:100px;
  text-align:center;
  font-size:30px;
}
.mgs-progress-circle__overlay .font-container{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.mgs-progress-circle__overlay .font-container span{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
}

.progress-type-circle .mgs-progress-circle__overlay{background:#fff}
.mgs-progress-circle[data-progress="0"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="0"] .mgs-progress-circle__fill {
  transform: rotate(0deg);
}
.mgs-progress-circle[data-progress="0"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(0deg);
}
.mgs-progress-circle[data-progress="1"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="1"] .mgs-progress-circle__fill {
  transform: rotate(1.8deg);
}
.mgs-progress-circle[data-progress="1"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(3.6deg);
}
.mgs-progress-circle[data-progress="2"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="2"] .mgs-progress-circle__fill {
  transform: rotate(3.6deg);
}
.mgs-progress-circle[data-progress="2"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(7.2deg);
}
.mgs-progress-circle[data-progress="3"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="3"] .mgs-progress-circle__fill {
  transform: rotate(5.4deg);
}
.mgs-progress-circle[data-progress="3"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(10.8deg);
}
.mgs-progress-circle[data-progress="4"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="4"] .mgs-progress-circle__fill {
  transform: rotate(7.2deg);
}
.mgs-progress-circle[data-progress="4"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(14.4deg);
}
.mgs-progress-circle[data-progress="5"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="5"] .mgs-progress-circle__fill {
  transform: rotate(9deg);
}
.mgs-progress-circle[data-progress="5"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(18deg);
}
.mgs-progress-circle[data-progress="6"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="6"] .mgs-progress-circle__fill {
  transform: rotate(10.8deg);
}
.mgs-progress-circle[data-progress="6"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(21.6deg);
}
.mgs-progress-circle[data-progress="7"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="7"] .mgs-progress-circle__fill {
  transform: rotate(12.6deg);
}
.mgs-progress-circle[data-progress="7"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(25.2deg);
}
.mgs-progress-circle[data-progress="8"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="8"] .mgs-progress-circle__fill {
  transform: rotate(14.4deg);
}
.mgs-progress-circle[data-progress="8"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(28.8deg);
}
.mgs-progress-circle[data-progress="9"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="9"] .mgs-progress-circle__fill {
  transform: rotate(16.2deg);
}
.mgs-progress-circle[data-progress="9"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(32.4deg);
}
.mgs-progress-circle[data-progress="10"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="10"] .mgs-progress-circle__fill {
  transform: rotate(18deg);
}
.mgs-progress-circle[data-progress="10"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(36deg);
}
.mgs-progress-circle[data-progress="11"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="11"] .mgs-progress-circle__fill {
  transform: rotate(19.8deg);
}
.mgs-progress-circle[data-progress="11"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(39.6deg);
}
.mgs-progress-circle[data-progress="12"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="12"] .mgs-progress-circle__fill {
  transform: rotate(21.6deg);
}
.mgs-progress-circle[data-progress="12"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(43.2deg);
}
.mgs-progress-circle[data-progress="13"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="13"] .mgs-progress-circle__fill {
  transform: rotate(23.4deg);
}
.mgs-progress-circle[data-progress="13"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(46.8deg);
}
.mgs-progress-circle[data-progress="14"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="14"] .mgs-progress-circle__fill {
  transform: rotate(25.2deg);
}
.mgs-progress-circle[data-progress="14"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(50.4deg);
}
.mgs-progress-circle[data-progress="15"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="15"] .mgs-progress-circle__fill {
  transform: rotate(27deg);
}
.mgs-progress-circle[data-progress="15"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(54deg);
}
.mgs-progress-circle[data-progress="16"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="16"] .mgs-progress-circle__fill {
  transform: rotate(28.8deg);
}
.mgs-progress-circle[data-progress="16"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(57.6deg);
}
.mgs-progress-circle[data-progress="17"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="17"] .mgs-progress-circle__fill {
  transform: rotate(30.6deg);
}
.mgs-progress-circle[data-progress="17"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(61.2deg);
}
.mgs-progress-circle[data-progress="18"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="18"] .mgs-progress-circle__fill {
  transform: rotate(32.4deg);
}
.mgs-progress-circle[data-progress="18"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(64.8deg);
}
.mgs-progress-circle[data-progress="19"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="19"] .mgs-progress-circle__fill {
  transform: rotate(34.2deg);
}
.mgs-progress-circle[data-progress="19"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(68.4deg);
}
.mgs-progress-circle[data-progress="20"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="20"] .mgs-progress-circle__fill {
  transform: rotate(36deg);
}
.mgs-progress-circle[data-progress="20"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(72deg);
}
.mgs-progress-circle[data-progress="21"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="21"] .mgs-progress-circle__fill {
  transform: rotate(37.8deg);
}
.mgs-progress-circle[data-progress="21"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(75.6deg);
}
.mgs-progress-circle[data-progress="22"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="22"] .mgs-progress-circle__fill {
  transform: rotate(39.6deg);
}
.mgs-progress-circle[data-progress="22"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(79.2deg);
}
.mgs-progress-circle[data-progress="23"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="23"] .mgs-progress-circle__fill {
  transform: rotate(41.4deg);
}
.mgs-progress-circle[data-progress="23"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(82.8deg);
}
.mgs-progress-circle[data-progress="24"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="24"] .mgs-progress-circle__fill {
  transform: rotate(43.2deg);
}
.mgs-progress-circle[data-progress="24"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(86.4deg);
}
.mgs-progress-circle[data-progress="25"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="25"] .mgs-progress-circle__fill {
  transform: rotate(45deg);
}
.mgs-progress-circle[data-progress="25"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(90deg);
}
.mgs-progress-circle[data-progress="26"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="26"] .mgs-progress-circle__fill {
  transform: rotate(46.8deg);
}
.mgs-progress-circle[data-progress="26"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(93.6deg);
}
.mgs-progress-circle[data-progress="27"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="27"] .mgs-progress-circle__fill {
  transform: rotate(48.6deg);
}
.mgs-progress-circle[data-progress="27"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(97.2deg);
}
.mgs-progress-circle[data-progress="28"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="28"] .mgs-progress-circle__fill {
  transform: rotate(50.4deg);
}
.mgs-progress-circle[data-progress="28"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(100.8deg);
}
.mgs-progress-circle[data-progress="29"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="29"] .mgs-progress-circle__fill {
  transform: rotate(52.2deg);
}
.mgs-progress-circle[data-progress="29"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(104.4deg);
}
.mgs-progress-circle[data-progress="30"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="30"] .mgs-progress-circle__fill {
  transform: rotate(54deg);
}
.mgs-progress-circle[data-progress="30"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(108deg);
}
.mgs-progress-circle[data-progress="31"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="31"] .mgs-progress-circle__fill {
  transform: rotate(55.8deg);
}
.mgs-progress-circle[data-progress="31"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(111.6deg);
}
.mgs-progress-circle[data-progress="32"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="32"] .mgs-progress-circle__fill {
  transform: rotate(57.6deg);
}
.mgs-progress-circle[data-progress="32"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(115.2deg);
}
.mgs-progress-circle[data-progress="33"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="33"] .mgs-progress-circle__fill {
  transform: rotate(59.4deg);
}
.mgs-progress-circle[data-progress="33"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(118.8deg);
}
.mgs-progress-circle[data-progress="34"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="34"] .mgs-progress-circle__fill {
  transform: rotate(61.2deg);
}
.mgs-progress-circle[data-progress="34"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(122.4deg);
}
.mgs-progress-circle[data-progress="35"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="35"] .mgs-progress-circle__fill {
  transform: rotate(63deg);
}
.mgs-progress-circle[data-progress="35"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(126deg);
}
.mgs-progress-circle[data-progress="36"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="36"] .mgs-progress-circle__fill {
  transform: rotate(64.8deg);
}
.mgs-progress-circle[data-progress="36"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(129.6deg);
}
.mgs-progress-circle[data-progress="37"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="37"] .mgs-progress-circle__fill {
  transform: rotate(66.6deg);
}
.mgs-progress-circle[data-progress="37"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(133.2deg);
}
.mgs-progress-circle[data-progress="38"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="38"] .mgs-progress-circle__fill {
  transform: rotate(68.4deg);
}
.mgs-progress-circle[data-progress="38"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(136.8deg);
}
.mgs-progress-circle[data-progress="39"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="39"] .mgs-progress-circle__fill {
  transform: rotate(70.2deg);
}
.mgs-progress-circle[data-progress="39"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(140.4deg);
}
.mgs-progress-circle[data-progress="40"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="40"] .mgs-progress-circle__fill {
  transform: rotate(72deg);
}
.mgs-progress-circle[data-progress="40"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(144deg);
}
.mgs-progress-circle[data-progress="41"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="41"] .mgs-progress-circle__fill {
  transform: rotate(73.8deg);
}
.mgs-progress-circle[data-progress="41"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(147.6deg);
}
.mgs-progress-circle[data-progress="42"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="42"] .mgs-progress-circle__fill {
  transform: rotate(75.6deg);
}
.mgs-progress-circle[data-progress="42"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(151.2deg);
}
.mgs-progress-circle[data-progress="43"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="43"] .mgs-progress-circle__fill {
  transform: rotate(77.4deg);
}
.mgs-progress-circle[data-progress="43"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(154.8deg);
}
.mgs-progress-circle[data-progress="44"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="44"] .mgs-progress-circle__fill {
  transform: rotate(79.2deg);
}
.mgs-progress-circle[data-progress="44"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(158.4deg);
}
.mgs-progress-circle[data-progress="45"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="45"] .mgs-progress-circle__fill {
  transform: rotate(81deg);
}
.mgs-progress-circle[data-progress="45"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(162deg);
}
.mgs-progress-circle[data-progress="46"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="46"] .mgs-progress-circle__fill {
  transform: rotate(82.8deg);
}
.mgs-progress-circle[data-progress="46"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(165.6deg);
}
.mgs-progress-circle[data-progress="47"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="47"] .mgs-progress-circle__fill {
  transform: rotate(84.6deg);
}
.mgs-progress-circle[data-progress="47"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(169.2deg);
}
.mgs-progress-circle[data-progress="48"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="48"] .mgs-progress-circle__fill {
  transform: rotate(86.4deg);
}
.mgs-progress-circle[data-progress="48"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(172.8deg);
}
.mgs-progress-circle[data-progress="49"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="49"] .mgs-progress-circle__fill {
  transform: rotate(88.2deg);
}
.mgs-progress-circle[data-progress="49"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(176.4deg);
}
.mgs-progress-circle[data-progress="50"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="50"] .mgs-progress-circle__fill {
  transform: rotate(90deg);
}
.mgs-progress-circle[data-progress="50"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(180deg);
}
.mgs-progress-circle[data-progress="51"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="51"] .mgs-progress-circle__fill {
  transform: rotate(91.8deg);
}
.mgs-progress-circle[data-progress="51"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(183.6deg);
}
.mgs-progress-circle[data-progress="52"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="52"] .mgs-progress-circle__fill {
  transform: rotate(93.6deg);
}
.mgs-progress-circle[data-progress="52"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(187.2deg);
}
.mgs-progress-circle[data-progress="53"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="53"] .mgs-progress-circle__fill {
  transform: rotate(95.4deg);
}
.mgs-progress-circle[data-progress="53"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(190.8deg);
}
.mgs-progress-circle[data-progress="54"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="54"] .mgs-progress-circle__fill {
  transform: rotate(97.2deg);
}
.mgs-progress-circle[data-progress="54"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(194.4deg);
}
.mgs-progress-circle[data-progress="55"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="55"] .mgs-progress-circle__fill {
  transform: rotate(99deg);
}
.mgs-progress-circle[data-progress="55"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(198deg);
}
.mgs-progress-circle[data-progress="56"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="56"] .mgs-progress-circle__fill {
  transform: rotate(100.8deg);
}
.mgs-progress-circle[data-progress="56"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(201.6deg);
}
.mgs-progress-circle[data-progress="57"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="57"] .mgs-progress-circle__fill {
  transform: rotate(102.6deg);
}
.mgs-progress-circle[data-progress="57"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(205.2deg);
}
.mgs-progress-circle[data-progress="58"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="58"] .mgs-progress-circle__fill {
  transform: rotate(104.4deg);
}
.mgs-progress-circle[data-progress="58"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(208.8deg);
}
.mgs-progress-circle[data-progress="59"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="59"] .mgs-progress-circle__fill {
  transform: rotate(106.2deg);
}
.mgs-progress-circle[data-progress="59"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(212.4deg);
}
.mgs-progress-circle[data-progress="60"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="60"] .mgs-progress-circle__fill {
  transform: rotate(108deg);
}
.mgs-progress-circle[data-progress="60"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(216deg);
}
.mgs-progress-circle[data-progress="61"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="61"] .mgs-progress-circle__fill {
  transform: rotate(109.8deg);
}
.mgs-progress-circle[data-progress="61"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(219.6deg);
}
.mgs-progress-circle[data-progress="62"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="62"] .mgs-progress-circle__fill {
  transform: rotate(111.6deg);
}
.mgs-progress-circle[data-progress="62"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(223.2deg);
}
.mgs-progress-circle[data-progress="63"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="63"] .mgs-progress-circle__fill {
  transform: rotate(113.4deg);
}
.mgs-progress-circle[data-progress="63"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(226.8deg);
}
.mgs-progress-circle[data-progress="64"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="64"] .mgs-progress-circle__fill {
  transform: rotate(115.2deg);
}
.mgs-progress-circle[data-progress="64"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(230.4deg);
}
.mgs-progress-circle[data-progress="65"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="65"] .mgs-progress-circle__fill {
  transform: rotate(117deg);
}
.mgs-progress-circle[data-progress="65"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(234deg);
}
.mgs-progress-circle[data-progress="66"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="66"] .mgs-progress-circle__fill {
  transform: rotate(118.8deg);
}
.mgs-progress-circle[data-progress="66"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(237.6deg);
}
.mgs-progress-circle[data-progress="67"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="67"] .mgs-progress-circle__fill {
  transform: rotate(120.6deg);
}
.mgs-progress-circle[data-progress="67"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(241.2deg);
}
.mgs-progress-circle[data-progress="68"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="68"] .mgs-progress-circle__fill {
  transform: rotate(122.4deg);
}
.mgs-progress-circle[data-progress="68"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(244.8deg);
}
.mgs-progress-circle[data-progress="69"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="69"] .mgs-progress-circle__fill {
  transform: rotate(124.2deg);
}
.mgs-progress-circle[data-progress="69"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(248.4deg);
}
.mgs-progress-circle[data-progress="70"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="70"] .mgs-progress-circle__fill {
  transform: rotate(126deg);
}
.mgs-progress-circle[data-progress="70"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(252deg);
}
.mgs-progress-circle[data-progress="71"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="71"] .mgs-progress-circle__fill {
  transform: rotate(127.8deg);
}
.mgs-progress-circle[data-progress="71"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(255.6deg);
}
.mgs-progress-circle[data-progress="72"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="72"] .mgs-progress-circle__fill {
  transform: rotate(129.6deg);
}
.mgs-progress-circle[data-progress="72"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(259.2deg);
}
.mgs-progress-circle[data-progress="73"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="73"] .mgs-progress-circle__fill {
  transform: rotate(131.4deg);
}
.mgs-progress-circle[data-progress="73"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(262.8deg);
}
.mgs-progress-circle[data-progress="74"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="74"] .mgs-progress-circle__fill {
  transform: rotate(133.2deg);
}
.mgs-progress-circle[data-progress="74"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(266.4deg);
}
.mgs-progress-circle[data-progress="75"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="75"] .mgs-progress-circle__fill {
  transform: rotate(135deg);
}
.mgs-progress-circle[data-progress="75"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(270deg);
}
.mgs-progress-circle[data-progress="76"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="76"] .mgs-progress-circle__fill {
  transform: rotate(136.8deg);
}
.mgs-progress-circle[data-progress="76"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(273.6deg);
}
.mgs-progress-circle[data-progress="77"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="77"] .mgs-progress-circle__fill {
  transform: rotate(138.6deg);
}
.mgs-progress-circle[data-progress="77"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(277.2deg);
}
.mgs-progress-circle[data-progress="78"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="78"] .mgs-progress-circle__fill {
  transform: rotate(140.4deg);
}
.mgs-progress-circle[data-progress="78"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(280.8deg);
}
.mgs-progress-circle[data-progress="79"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="79"] .mgs-progress-circle__fill {
  transform: rotate(142.2deg);
}
.mgs-progress-circle[data-progress="79"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(284.4deg);
}
.mgs-progress-circle[data-progress="80"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="80"] .mgs-progress-circle__fill {
  transform: rotate(144deg);
}
.mgs-progress-circle[data-progress="80"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(288deg);
}
.mgs-progress-circle[data-progress="81"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="81"] .mgs-progress-circle__fill {
  transform: rotate(145.8deg);
}
.mgs-progress-circle[data-progress="81"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(291.6deg);
}
.mgs-progress-circle[data-progress="82"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="82"] .mgs-progress-circle__fill {
  transform: rotate(147.6deg);
}
.mgs-progress-circle[data-progress="82"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(295.2deg);
}
.mgs-progress-circle[data-progress="83"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="83"] .mgs-progress-circle__fill {
  transform: rotate(149.4deg);
}
.mgs-progress-circle[data-progress="83"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(298.8deg);
}
.mgs-progress-circle[data-progress="84"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="84"] .mgs-progress-circle__fill {
  transform: rotate(151.2deg);
}
.mgs-progress-circle[data-progress="84"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(302.4deg);
}
.mgs-progress-circle[data-progress="85"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="85"] .mgs-progress-circle__fill {
  transform: rotate(153deg);
}
.mgs-progress-circle[data-progress="85"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(306deg);
}
.mgs-progress-circle[data-progress="86"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="86"] .mgs-progress-circle__fill {
  transform: rotate(154.8deg);
}
.mgs-progress-circle[data-progress="86"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(309.6deg);
}
.mgs-progress-circle[data-progress="87"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="87"] .mgs-progress-circle__fill {
  transform: rotate(156.6deg);
}
.mgs-progress-circle[data-progress="87"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(313.2deg);
}
.mgs-progress-circle[data-progress="88"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="88"] .mgs-progress-circle__fill {
  transform: rotate(158.4deg);
}
.mgs-progress-circle[data-progress="88"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(316.8deg);
}
.mgs-progress-circle[data-progress="89"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="89"] .mgs-progress-circle__fill {
  transform: rotate(160.2deg);
}
.mgs-progress-circle[data-progress="89"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(320.4deg);
}
.mgs-progress-circle[data-progress="90"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="90"] .mgs-progress-circle__fill {
  transform: rotate(162deg);
}
.mgs-progress-circle[data-progress="90"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(324deg);
}
.mgs-progress-circle[data-progress="91"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="91"] .mgs-progress-circle__fill {
  transform: rotate(163.8deg);
}
.mgs-progress-circle[data-progress="91"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(327.6deg);
}
.mgs-progress-circle[data-progress="92"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="92"] .mgs-progress-circle__fill {
  transform: rotate(165.6deg);
}
.mgs-progress-circle[data-progress="92"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(331.2deg);
}
.mgs-progress-circle[data-progress="93"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="93"] .mgs-progress-circle__fill {
  transform: rotate(167.4deg);
}
.mgs-progress-circle[data-progress="93"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(334.8deg);
}
.mgs-progress-circle[data-progress="94"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="94"] .mgs-progress-circle__fill {
  transform: rotate(169.2deg);
}
.mgs-progress-circle[data-progress="94"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(338.4deg);
}
.mgs-progress-circle[data-progress="95"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="95"] .mgs-progress-circle__fill {
  transform: rotate(171deg);
}
.mgs-progress-circle[data-progress="95"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(342deg);
}
.mgs-progress-circle[data-progress="96"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="96"] .mgs-progress-circle__fill {
  transform: rotate(172.8deg);
}
.mgs-progress-circle[data-progress="96"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(345.6deg);
}
.mgs-progress-circle[data-progress="97"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="97"] .mgs-progress-circle__fill {
  transform: rotate(174.6deg);
}
.mgs-progress-circle[data-progress="97"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(349.2deg);
}
.mgs-progress-circle[data-progress="98"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="98"] .mgs-progress-circle__fill {
  transform: rotate(176.4deg);
}
.mgs-progress-circle[data-progress="98"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(352.8deg);
}
.mgs-progress-circle[data-progress="99"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="99"] .mgs-progress-circle__fill {
  transform: rotate(178.2deg);
}
.mgs-progress-circle[data-progress="99"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(356.4deg);
}
.mgs-progress-circle[data-progress="100"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="100"] .mgs-progress-circle__fill {
  transform: rotate(180deg);
}
.mgs-progress-circle[data-progress="100"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(360deg);
}


/* Countdown Block */
.mgs-countdown-block .countdown-timer .time-text, .mgs-countdown-block .countdown-timer .countdown{display:flex}
.mgs-countdown-block .countdown-timer .days,
.mgs-countdown-block .countdown-timer .hours,
.mgs-countdown-block .countdown-timer .mins,
.mgs-countdown-block .countdown-timer .secs{display:block; width:25%; margin:0; text-align:center}
.mgs-countdown-block .countdown-timer .time-text{font-size:20px}
.mgs-countdown-block .countdown-timer .countdown span b{font-size:80px; font-weight:normal}

/* Divider Block */
.mgs-divider-block{display:inline-block; width:100%}
.mgs-divider{display:block; width:100%; position:relative; text-align:center }
.mgs-divider hr{margin:0; height:1px; border-left:0 !important; border-right:0 !important; border-bottom:0; border-top-width:1px; border-top-style:solid; border-top-color:#ccc}
.mgs-divider.mgs-divider-dotted hr, .mgs-divider.mgs-divider-dashed hr{border-bottom:none !important}
.mgs-divider.mgs-divider-double_solid hr{border-bottom-style: solid;}
.mgs-divider.mgs-divider-dotted hr, .mgs-divider.mgs-divider-double_dotted hr{border-style:dotted}
.mgs-divider.mgs-divider-dashed hr, .mgs-divider.mgs-divider-double_dashed hr{border-style:dashed}

.mgs-divider.mgs-divider-double_solid hr, .mgs-divider.mgs-divider-double_dotted hr, .mgs-divider.mgs-divider-double_dashed hr{padding:3px 0; border-bottom-width:1px; border-bottom-color:#ccc}

.mgs-divider.mgs-divider-shadown hr{
	border:none;
	background: radial-gradient(ellipse at 50% -50% , #cccccc 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-radial-gradient(ellipse at 50% -50% , #cccccc 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -moz-radial-gradient(ellipse at 50% -50% , #cccccc 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -o-radial-gradient(ellipse at 50% -50% , #cccccc 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.mgs-divider.mgs-divider-shadown hr:after{
	display: block;
	margin-top: 10px;
	height: 6px;
	width: 100%;
	content: '';
	background: -webkit-radial-gradient(50% -50% ellipse,rgba(0,0,0,.5) 0,rgba(255,255,255,0) 65%);
	background: radial-gradient(ellipse at 50% -50%,rgba(0,0,0,.5) 0,rgba(255,255,255,0) 65%);
}
.mgs-divider.divider-center{margin:0 auto}
.mgs-divider.divider-right{float:right}

.mgs-divider .divider-text,.mgs-divider .divider-icon{position:absolute; width:100%; left:0; font-size:20px; top:50%; margin-top:-10px; height:20px; line-height:20px;}
.mgs-divider .divider-text span{background:#fff; padding:0 10px}
.mgs-divider .divider-icon{height:30px; margin-top:-17.5px}
.mgs-divider .divider-icon span{font-size:15px; background:#fff; border-radius:50%; width:35px; height:35px; text-align:center; position:relative;}
.mgs-divider .divider-icon span::before{position:absolute; top:50%; margin-top:-7.5px; width:100%; left:0}
.mgs-divider .text-icon-container .fa{padding:0 !important}
.mgs-divider .text-icon-container span.icon{border-radius:50%; text-align:center; position:relative;}
.mgs-divider .text-icon-container span.icon:before{position:absolute; top:50%; margin-top:-10px; width:100%; left:0}

/* Heading */
.mgs-heading.heading-left{text-align:left}
.mgs-heading.heading-center{text-align:center}
.mgs-heading.heading-right{text-align:right}
.mgs-heading .heading{font-weight:normal; text-transform:unset; margin:0;}
.mgs-heading.has-border .heading{position:relative; }
.mgs-heading.has-border .heading:after{content:""; position:absolute; width:100%; left:0; bottom:-10px; z-index:1}

.mgs-heading.has-border.heading-middle .heading:after{bottom:unset; top:50%}
.mgs-heading.has-border.heading-middle .heading span{padding:5px 15px; background:#fff; position:relative; z-index:2}
.mgs-heading.has-border.heading-middle.heading-left .heading span{padding-left:0;}
.mgs-heading.has-border.heading-middle.heading-right .heading span{padding-right:0;}

.mgs-heading.heading-solid .heading:after{border-bottom:1px solid #ccc}
.mgs-heading.heading-dotted .heading:after{border-bottom:1px dotted #ccc}
.mgs-heading.heading-dashed .heading:after{border-bottom:1px dashed #ccc}

/* List */
.mgs-list-block ul, .mgs-list-block ol{padding-left:12px; margin-left:0; list-style: none}
.mgs-list-block ul li, .mgs-list-block ol li{color:#575757; width:100%}
.mgs-list-block.list-style-icon ul, .mgs-list-block.list-style-icon ol{padding-left:0; margin-left:0;}
.mgs-list-block .list-disc{list-style: disc;}
.mgs-list-block .list-armenian{list-style: armenian;}
.mgs-list-block .list-circle{list-style: circle;}
.mgs-list-block .list-cjk-ideographic{list-style: cjk-ideographic;}
.mgs-list-block .list-decimal{list-style: decimal;}
.mgs-list-block .list-decimal-leading-zero{list-style: decimal-leading-zero;}
.mgs-list-block .list-georgian{list-style: georgian;}
.mgs-list-block .list-hebrew{list-style: hebrew;}
.mgs-list-block .list-hiragana{list-style: hiragana;}
.mgs-list-block .list-hiragana-iroha{list-style: hiragana-iroha;}
.mgs-list-block .list-katakana{list-style: katakana;}
.mgs-list-block .list-katakana-iroha{list-style: katakana-iroha;}
.mgs-list-block .list-lower-alpha{list-style: lower-alpha;}
.mgs-list-block .list-lower-greek{list-style: lower-greek;}
.mgs-list-block .list-lower-latin{list-style: lower-latin;}
.mgs-list-block .list-lower-roman{list-style: lower-roman;}
.mgs-list-block .list-none{list-style: none;}
.mgs-list-block .list-square{list-style: square;}
.mgs-list-block .list-upper-alpha{list-style: upper-alpha;}
.mgs-list-block .list-upper-greek{list-style: upper-greek;}
.mgs-list-block .list-upper-latin{list-style: upper-latin;}
.mgs-list-block .list-upper-roman{list-style: upper-roman;}
.mgs-list-block .list-initial{list-style: initial;}
.mgs-list-block .list-inherit{list-style: inherit;}

.mgs-list-block.list-style-icon li{display: inline-flex;}
.mgs-list-block.list-style-icon .list-icon{margin-right:8px;}
.mgs-list-block.list-style-icon li span{line-height:inherit}

/* Image */

.mgs-image-block .image-content span{display:block; overflow:hidden; line-height:0}

.mgs-effect-zoom-in img{
	opacity: 1;
	-webkit-transition: opacity 1s,-webkit-transform 1s;
	transition: opacity 1s,-webkit-transform 1s;
	-o-transition: opacity 1s,transform 1s;
	transition: opacity 1s,transform 1s;
	transition: opacity 1s,transform 1s,-webkit-transform 1s;
}

.mgs-effect-zoom-in img:hover{
	opacity: .9;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

.mgs-effect-zoom-out img{
	opacity: 1;
	-webkit-transform: scale(1.12);
	-ms-transform: scale(1.12);
	transform: scale(1.12);
	-webkit-transition: opacity 1s,-webkit-transform 1s;
	transition: opacity 1s,-webkit-transform 1s;
	-o-transition: opacity 1s,transform 1s;
	transition: opacity 1s,transform 1s;
	transition: opacity 1s,transform 1s,-webkit-transform 1s;
}

.mgs-effect-zoom-out img:hover{
	opacity: .9;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.mgs-effect-rotate img{
	opacity: 1;
	-webkit-transform: rotate(5deg) scale(1.4);
	transform: rotate(5deg) scale(1.4);
	-webkit-transition: opacity 1s,-webkit-transform 1s;
	transition: opacity 1s,-webkit-transform 1s;
	-o-transition: opacity 1s,transform 1s;
	transition: opacity 1s,transform 1s;
	transition: opacity 1s,transform 1s,-webkit-transform 1s;
}

.mgs-effect-rotate img:hover{
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	opacity: .9;
}

.mgs-effect-blur img{
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.mgs-effect-blur img:hover{
	-webkit-filter: blur(0);
	filter: blur(0);
}

.mgs-effect-grayscale img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.mgs-effect-grayscale img:hover{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.mgs-effect-sepia img{
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.mgs-effect-sepia img:hover{
	-webkit-filter: sepia(0);
	filter: sepia(0);
}

.mgs-effect-opacity img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.mgs-effect-opacity img:hover{
	opacity: .5;
}

.mgs-box-shadow{
	-webkit-box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
}

.mgs-box-shadow a, .mgs-box-shadow img{line-height:0; display:block}

.mgs-image-block.multiple-image .image-content.fade span.span-container{position:relative; line-height:0}

.mgs-image-block.multiple-image .image-content.fade img.before-image {
    opacity: 1;
}

.mgs-image-block.multiple-image .image-content.fade img.after-image {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.mgs-image-block.multiple-image .image-content.fade img {
    transition: 0.5s ease-in-out;
}

.mgs-image-block.multiple-image .image-content.fade span.span-container:hover img.before-image {
    opacity: 0;
}

.mgs-image-block.multiple-image .image-content.fade span.span-container:hover img.after-image {
    opacity: 1;
}

/* Button */
.mgs-button-block button{border-radius: 0; border:none; padding-top:0; padding-bottom:0; height:35px; line-height:35px; box-shadow:none}
.mgs-button-block button span{height:35px; line-height:35px}
.mgs-button-block.button-left{text-align:left}
.mgs-button-block.button-center{text-align:center}
.mgs-button-block.button-right{text-align:right}
.mgs-button-block.button-fullwidth button{width:100%}
.mgs-button-block.button-shadow button{
	-webkit-box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.3);
}
.mgs-button-block .icon-left{margin-right:5px}
.mgs-button-block .icon-right{margin-left:5px}
.mgs-button-block .has-divider{margin:0; display:inline-block}
.mgs-button-block .has-divider.icon-right{float:right; padding-left:15px; border-left:1px solid #fff; margin-left:15px}
.mgs-button-block .has-divider.icon-left{float:left; padding-right:15px; border-right:1px solid #fff; margin-right:15px}

/* Table */
.mgs-table-block{table-layout: fixed;}
.mgs-table-block tr td{padding:10px 20px}

/* Masonry */
.mgs-masonry-block .grid-item span{display:block;overflow:hidden}

/* Modal Popup */
.mgs-modal .pop-sletter-title{height:30px; float:left; width:100%}
.mgs-modal .pop-sletter-title h3{position:relative; top:-30px}
.mgs-modal img{max-width:100%}


/* Latest Post */
.mgs-post .post-item-detail{color:#676767; }
.mgs-post .title-blog h3{margin-top:15px; margin-bottom:5px}
.mgs-post .title-blog a{
	color: #222;
	font-size: 16px;
}

.mgs-post .post-create-date{margin-bottom:10px}
.mgs-post .post-create-date span{color:#222}

/* Portfolio */
.mgs-portfolio .portfolio-item {position:relative}
.mgs-portfolio .portfolio-item-detail{
	position: absolute;
	bottom: 20px;
	left: 20px;
	opacity: 0;
	z-index: 1;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	color:#fff;
}

.mgs-portfolio .portfolio-item:hover .portfolio-item-detail {
    opacity: 1;
}

.mgs-portfolio .portfolio-item-detail a{
	margin:0;
	color:#fff;
	text-decoration:none;
}
.mgs-portfolio .portfolio-item-detail h5{font-size:15px}

.mgs-portfolio .portfolio-item .thumbnail::after {
    content: '';
    position: absolute;
    background: rgba(0,0,0,.6);
    left: 0;
    top: 50%;
    width: 100%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.mgs-portfolio .portfolio-item:hover .thumbnail::after {
    top: 0;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

/* Testimonial */
.mgs-testimonial .testimonial-item {
    text-align: center;
}
.mgs-testimonial .testimonial-content{max-width:800px; margin:auto;}
.mgs-testimonial .testimonial-content .author-thumbnail {
    width: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
	margin:0 auto 40px;
	height:100px;
}

.mgs-testimonial .testimonial-content .content { position:relative;}
.mgs-testimonial .testimonial-content .content blockquote::before {
    content: "\f10e";
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
	font-size: 30px;
	top: -28px;
    z-index: 0;
    color: rgba(40,40,40,.3);
    font-style: normal;
    line-height: 1;
	margin-left:-12px;
}
.mgs-testimonial .testimonial-content .content .name{font-weight:600}
.mgs-testimonial .testimonial-content .content .infomation{font-size:12px}
.mgs-testimonial blockquote{font-style:normal}

.cms-index-index.active-builder #maincontent, .cms-page-view.active-builder #maincontent{max-width:unset; padding-left:unset; padding-right:unset; overflow:hidden}
.cms-index-index.active-builder #maincontent .section-builder .frame, .cms-page-view.active-builder #maincontent .section-builder .frame {max-width:1240px; margin:auto; box-sizing: border-box;}
.cms-index-index.active-builder #maincontent .section-builder-full .frame, .cms-page-view.active-builder #maincontent .section-builder-full .frame{max-width:100%; !important; padding-left:15px; padding-right:15px}

@media (max-width:767px) {

	.mgs-product-tab .mgs-tab.tab-align-center{text-align:left}
	.mgs-product-tab .mgs-tab.product.data{float:none}
    .mgs-product-tab .mgs-tab.data.items .data.item{width: 100%; margin-bottom:5px; float:none}
	.panel-block .mgs-product-tab .mgs-tab.data.items .item.title .switch{
		padding-top: 5px !important;
		padding-bottom: 5px !important;
		height: auto !important;
		border-radius:unset !important;
	}
	.panel-block .mgs-product-tab .mgs-tab.data.items .item.title .switch::before{display:none}
	
	.mgs-product-tab .mgs-tab.data.items > .item.content{margin-top:0 !important; padding:0 !important}
	.panel-block .mgs-product-tab .mgs-tab .product-items{margin-left:0}
	.mgs-product-tab .mgs-tab.data.items > .item.content{display:none}
	.mgs-product-tab .mgs-tab.data.items > .item.content[aria-hidden="false"]{display:inline !important}
	
	.mgs-countdown-block .countdown-timer .countdown span b{font-size:22px !important}
	.mgs-countdown-block .countdown-timer .time-text{font-size:18px !important}
	.mgs-countdown-block .countdown-timer .countdown span b{border-width:1px !important}
}