/**
 * 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 {
    background: #ffffff;
    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{border:0}img,object,video,embed{height:auto;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:'Nunito Sans';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:'Nunito Sans';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:'Nunito Sans';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:'Nunito Sans';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="datetime"],input[type="email"]{background:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:Nunito Sans;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="datetime"]: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="datetime"]::-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="datetime"]::-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="datetime"]:-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:Nunito Sans;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:Nunito Sans;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,.product-items,.prices-tier,.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,.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,.product-items>li,.prices-tier>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,.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.tocompare,.product-options-bottom .action.tocompare,.product-info-main .action.towishlist,.product-options-bottom .action.towishlist,.block-bundle-summary .action.towishlist{background-image:none;background:#f2f2f2;border:1px solid #cdcdcd;color:#333;cursor:pointer;font-family:'Nunito Sans';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.tocompare:focus,.product-info-main .action.tocompare:active,.product-options-bottom .action.tocompare:focus,.product-options-bottom .action.tocompare: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{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.tocompare:hover,.product-options-bottom .action.tocompare:hover,.product-info-main .action.towishlist:hover,.product-options-bottom .action.towishlist:hover,.block-bundle-summary .action.towishlist: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.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,.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{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.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,.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{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%}.products-list .product-image-wrapper,.cart.table-wrapper .product-image-wrapper,.minicart-items .product-image-wrapper,.block-giftregistry-shared-items .product-image-wrapper{height:auto;padding:0 !important}.products-list .product-image-wrapper .product-image-photo,.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%}.login-container .block .block-title{font-size:1.8rem;border-bottom:1px solid #e8e8e8;margin-bottom:15px;padding-bottom:12px}.login-container .block .block-title strong{font-weight:500}.abs-account-blocks .block-title,.block-compare .block-title,.block-giftregistry-results .block-title,.block-giftregistry-shared-items .block-title,.block-wishlist-search-results .block-title,.block-wishlist .block-title,.widget .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-compare .block-title>strong,.block-giftregistry-results .block-title>strong,.block-giftregistry-shared-items .block-title>strong,.block-wishlist-search-results .block-title>strong,.block-wishlist .block-title>strong,.widget .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}.sidebar .action.delete,.table-comparison .cell.remove .action.delete,.block-compare .action.delete,.filtered .item .action.remove{display:inline-block;text-decoration:none}.abs-remove-button-for-blocks>span,.sidebar .action.delete>span,.table-comparison .cell.remove .action.delete>span,.block-compare .action.delete>span,.filtered .item .action.remove>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,.sidebar .action.delete:before,.table-comparison .cell.remove .action.delete:before,.block-compare .action.delete:before,.filtered .item .action.remove: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,.sidebar .action.delete:hover:before,.table-comparison .cell.remove .action.delete:hover:before,.block-compare .action.delete:hover:before,.filtered .item .action.remove:hover:before{color:#303030}.abs-remove-button-for-blocks:active:before,.sidebar .action.delete:active:before,.table-comparison .cell.remove .action.delete:active:before,.block-compare .action.delete:active:before,.filtered .item .action.remove:active:before{color:#303030}.product-item-name,.product.name a{font-weight:400}.product-item-name>a,.product.name a>a{color:#333;text-decoration:none}.abs-product-link>a:visited,.product-item-name>a:visited,.product.name a>a:visited{color:#333;text-decoration:underline}.abs-product-link>a:hover,.product-item-name>a:hover,.product.name a>a:hover{color:#333;text-decoration:underline}.abs-product-link>a:active,.product-item-name>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,.product-item-actions .actions-secondary>.action span,.table-comparison .cell.label.remove span,.table-comparison .cell.label.product span,.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,.opc-wrapper .form-discount .field .label,.products-grid.wishlist .product-item .comment-box .label,.block-reorder .product-item .label,.action.skip:not(:focus),.page-header .switcher .label,.page-footer .switcher .label{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,.payment-method-braintree .hosted-date-wrap:before,.payment-method-braintree .hosted-date-wrap:after,.toolbar:before,.toolbar:after,.toolbar-products:before,.toolbar-products:after,.sidebar .product-items-images:before,.sidebar .product-items-images: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,.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,.payment-method-braintree .hosted-date-wrap:after,.toolbar:after,.toolbar-products:after,.sidebar .product-items-images: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,.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,.product-item,.sidebar .product-items-images .product-item,.search-autocomplete,.cart-summary,.opc-wrapper .shipping-address-item,.shipping-policy-block.field-tooltip .field-tooltip-content,.opc-block-summary,.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.tocompare,.product-options-bottom .action.tocompare,.product-info-main .action.towishlist,.product-options-bottom .action.towishlist,.block-bundle-summary .action.towishlist{line-height:1.2rem;padding:5px 8px;font-size:1.1rem}.product-item-actions .actions-secondary>.action,.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,.product-item-actions .actions-secondary>.action>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,.product-item-actions .actions-secondary>.action: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,.product-item-actions .actions-secondary>.action: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}.bundle-actions .action.primary,.bundle-options-container .block-bundle-summary .box-tocart .action.primary,.product-info-main .box-tocart .action.tocart,.product-options-bottom .box-tocart .action.tocart,.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{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-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}.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}.block-compare .action.compare,.cart-summary .actions-toolbar>.primary button,.cart-summary .form.giftregistry .fieldset .action.primary,.paypal-review .block .actions-toolbar .action.primary,.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,.block-compare .action.compare:focus,.block-compare .action.compare: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,.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,.block-compare .action.compare:hover,.cart-summary .actions-toolbar>.primary button:hover,.cart-summary .form.giftregistry .fieldset .action.primary:hover,.paypal-review .block .actions-toolbar .action.primary: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{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,.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,.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{font-size:1.4rem;display:inline-block;white-space:nowrap}.bundle-options-container .price-notice .price-including-tax+.price-excluding-tax,.product-options-wrapper .field .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{display:inline-block;font-size:1.1rem}.bundle-options-container .price-notice .price-including-tax+.price-excluding-tax:before,.product-options-wrapper .field .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{content:'(' attr(data-label) ': '}.bundle-options-container .price-notice .price-including-tax+.price-excluding-tax:after,.product-options-wrapper .field .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{content:')'}.price-including-tax .cart-tax-total,.price-excluding-tax .cart-tax-total,.order-details-items .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,.order-details-items .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,.order-details-items .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,.order-details-items .cart-tax-total-expanded:after{content:'\e621'}.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,.sidebar .subtitle,.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,.no-display,.cart-totals .table-caption,.opc-block-summary .table-totals .table-caption{display:none}.return-status,.order-status{display:inline-block;margin-bottom:20px}.block-compare .counter,.block-wishlist .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:'Nunito Sans';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}@font-face{font-family:'Nunito Sans';src:url('../../frontend/Revamp/Theme/en_US/fonts/NunitoSans-Light.woff2') format('woff2'),url('../../frontend/Revamp/Theme/en_US/fonts/NunitoSans-Light.woff') format('woff');font-weight:300;font-style:normal}@font-face{font-family:'Nunito Sans';src:url('../../frontend/Revamp/Theme/en_US/fonts/NunitoSans-Regular.woff2') format('woff2'),url('../../frontend/Revamp/Theme/en_US/fonts/NunitoSans-Regular.woff') format('woff');font-weight:400;font-style:normal}@font-face{font-family:'Nunito Sans';src:url('../../frontend/Revamp/Theme/en_US/fonts/NunitoSans-SemiBold.woff2') format('woff2'),url('../../frontend/Revamp/Theme/en_US/fonts/NunitoSans-SemiBold.woff') format('woff');font-weight:600;font-style:normal}@font-face{font-family:'Nunito Sans';src:url('../../frontend/Revamp/Theme/en_US/fonts/NunitoSans-Bold.woff2') format('woff2'),url('../../frontend/Revamp/Theme/en_US/fonts/NunitoSans-Bold.woff') format('woff');font-weight:700;font-style:normal}@font-face{font-family:'Nunito Sans';src:url('../../frontend/Revamp/Theme/en_US/fonts/NunitoSans-ExtraBold.woff2') format('woff2'),url('../../frontend/Revamp/Theme/en_US/fonts/NunitoSans-ExtraBold.woff') format('woff');font-weight:800;font-style:normal}@font-face{font-family:'Nunito Sans';src:url('../../frontend/Revamp/Theme/en_US/fonts/NunitoSans-Black.woff2') format('woff2'),url('../../frontend/Revamp/Theme/en_US/fonts/NunitoSans-Black.woff') format('woff');font-weight:900;font-style:normal}.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:100%;flex-basis:100%;-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}@media only screen and (min-width:768px) and (max-width:1800px){.navigation,.page-header .header.panel,.header.content,.footer.content,.page-wrapper>.widget,.page-wrapper>.page-bottom,.block.category.event,.top-container,.page-main{max-width:1260px !important}}@media only screen and (min-width:768px) and (max-width:1800px){.page-wrapper .page-main,.page-wrapper .breadcrumbs{max-width:100% !important;padding-right:60px;padding-left:60px}}@media only screen and (min-width:768px) and (max-width:1300px){.page-wrapper .page-main,.page-wrapper .breadcrumbs{max-width:100% !important;padding-right:30px;padding-left:30px}}@media only screen and (min-width:768px) and (max-width:991px){.page-wrapper .page-main,.page-wrapper .breadcrumbs{max-width:100% !important;padding-right:15px;padding-left:15px}}.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{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#fdf0d5;color:#6f4400;padding-left:40px;position:relative}.message.info a{color:#1979c3}.message.info a:hover{color:#006bb4}.message.info a:active{color:#006bb4}.message.info>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:#c07600;content:'\e602';font-family:'icons-blank-theme';margin:-14px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:18px;width:40px;position:absolute;text-align:center}.message.error{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#fae5e5;color:#e02b27;padding-left:40px;position:relative}.message.error a{color:#1979c3}.message.error a:hover{color:#006bb4}.message.error a:active{color:#006bb4}.message.error>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:#b30000;content:'\e602';font-family:'icons-blank-theme';margin:-14px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:18px;width:40px;position:absolute;text-align:center}.message.warning{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#fdf0d5;color:#6f4400;padding-left:40px;position:relative}.message.warning a{color:#1979c3}.message.warning a:hover{color:#006bb4}.message.warning a:active{color:#006bb4}.message.warning>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:#c07600;content:'\e602';font-family:'icons-blank-theme';margin:-14px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:18px;width:40px;position:absolute;text-align:center}.message.notice{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#fdf0d5;color:#6f4400;padding-left:40px;position:relative}.message.notice a{color:#1979c3}.message.notice a:hover{color:#006bb4}.message.notice a:active{color:#006bb4}.message.notice>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:#c07600;content:'\e602';font-family:'icons-blank-theme';margin:-14px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:18px;width:40px;position:absolute;text-align:center}.message.success{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#e5efe5;color:#006400;padding-left:40px;position:relative}.message.success a{color:#1979c3}.message.success a:hover{color:#006bb4}.message.success a:active{color:#006bb4}.message.success>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:#006400;content:'\e610';font-family:'icons-blank-theme';margin:-14px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:18px;width:40px;position:absolute;text-align:center}.panel.header .links,.panel.header .switcher{display:none}.nav-sections{background:#fff;display:inline-block;margin-bottom:0px}.nav-toggle{display:inline-block;text-decoration:none;cursor:pointer;display:block;font-size:0;left:15px;position:absolute;top:15px;z-index:14}.nav-toggle:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:inherit;color:#8f8f8f;content:'\e609';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.nav-toggle:hover:before{color:#333}.nav-toggle>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.nav-sections{-webkit-flex-shrink:0;flex-shrink:0;-webkit-flex-basis:auto;flex-basis:auto;margin-bottom:0px}@media only screen and (max-width:1400px){.nav-sections .nav-sections-items .navigation .level0{margin:0 6px 0 0 !important}}.nav-sections .nav-sections-items .navigation .level0 .level-top{padding-right:30px}@media only screen and (max-width:1400px){.nav-sections .nav-sections-items .navigation .level0 .level-top{padding-right:26px !important;font-size:16px !important}}.nav-sections .nav-sections-items .navigation .level0 .ui-corner-all{font-size:18px;font-weight:600;color:#05141f}.nav-sections .nav-sections-items .navigation .level0 .ui-corner-all:hover{color:#1b8ad0}.nav-sections .nav-sections-items .navigation .level0 .ui-corner-all .ui-menu-icon:after{font-size:36px;font-weight:700}.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/Revamp/Theme/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}.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:Nunito Sans;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}.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/Revamp/Theme/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'),url('../../frontend/Revamp/Theme/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');font-weight:normal;font-style:normal}button,a.action.primary,.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{display:inline-block;text-decoration:none}a.action.primary:hover,a.action.primary:active,a.action.primary:focus{text-decoration:none}.action.primary{background-image:none;background:#1979c3;border:1px solid #1979c3;color:#fff;cursor:pointer;display:inline-block;font-family:'Nunito Sans';font-weight:700;padding:7px 15px;font-size:1.4rem;box-sizing:border-box;vertical-align:middle}.action.primary:focus,.action.primary:active{background:#006bb4;border:1px solid #006bb4;color:#fff}.action.primary:hover{background:#006bb4;border:1px solid #006bb4;color:#fff}.action.primary.disabled,.action.primary[disabled],fieldset[disabled] .action.primary{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}.breadcrumbs .items{font-size:16px !important;color:#7b7b7b}@media only screen and (max-width:1400px){.breadcrumbs .items{font-size:14px !important}}@media only screen and (max-width:1199px){.breadcrumbs .items{font-size:12px !important}}.breadcrumbs .items li.item{vertical-align:middle}.breadcrumbs .items li.item.home a{display:inline-block;vertical-align:middle;width:19px;height:19px}.breadcrumbs .items li.item a{display:inline-block;color:#7b7b7b}@media only screen and (max-width:1400px){.breadcrumbs .items li.item:after{font-size:12px;line-height:1.8 !important}}.breadcrumbs .items li.item strong{color:#333}.breadcrumbs .item:not(:last-child):after{vertical-align:middle;line-height:1 !important;content:">";font-family:'Nunito Sans';font-size:16px;padding:0 5px}.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.confirm .modal-inner-wrap .modal-content{padding-right:7rem}.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}/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fa,.fas,.far,.fal,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border-radius:.1em;border:solid .08em #eee;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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,:root .fa-flip-both{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;font-display:auto;src:url('../../frontend/Revamp/Theme/en_US/fonts/webfonts/fa-solid-900.eot');src:url('../../frontend/Revamp/Theme/en_US/fonts/webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'),url('../../frontend/Revamp/Theme/en_US/fonts/webfonts/fa-solid-900.woff2') format('woff2'),url('../../frontend/Revamp/Theme/en_US/fonts/webfonts/fa-solid-900.woff') format('woff'),url('../../frontend/Revamp/Theme/en_US/fonts/webfonts/fa-solid-900.ttf') format('truetype'),url('../../frontend/Revamp/Theme/en_US/fonts/webfonts/fa-solid-900.svg#fontawesome') format('svg')}.fa,.fas{font-family:'Font Awesome 5 Free';font-weight:900}/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:normal;font-display:auto;src:url('../../frontend/Revamp/Theme/en_US/fonts/webfonts/fa-brands-400.eot');src:url('../../frontend/Revamp/Theme/en_US/fonts/webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'),url('../../frontend/Revamp/Theme/en_US/fonts/webfonts/fa-brands-400.woff2') format('woff2'),url('../../frontend/Revamp/Theme/en_US/fonts/webfonts/fa-brands-400.woff') format('woff'),url('../../frontend/Revamp/Theme/en_US/fonts/webfonts/fa-brands-400.ttf') format('truetype'),url('../../frontend/Revamp/Theme/en_US/fonts/webfonts/fa-brands-400.svg#fontawesome') format('svg')}.fab{font-family:'Font Awesome 5 Brands'}.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 .g-recaptcha,.form-login .g-recaptcha{margin-bottom:10px !important}.required-captcha.checkbox{position:absolute;display:block;visibility:visible;overflow:hidden;opacity:0;width:1px;height:1px}.review-form .field-recaptcha{margin-bottom:10px}._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:15px}._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-2-columns .checkout-column,.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .checkout-column{width:100%}.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .shipping-address-item:nth-child(3n + 1):before{display:block}.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .shipping-address-item:nth-child(2n + 1):before{display:none}.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .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-3-columns .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-3-columns .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 .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:1720px;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-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-2-columns .checkout-column{width:50%}.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .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,.amcheckout-step-container button,.amcheckout-step-container .cart.table-wrapper .actions-toolbar>.action,.amcheckout-step-container .action-gift{border:none;border-radius:2px;background:#1979c3;box-shadow:none;color:#fff}.amcheckout-step-container .amcheckout-button.-new-address{margin-top:20px}.amcheckout-step-container .payment-method-content>.actions-toolbar>.primary .action.primary{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 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,.amcheckout-step-container .action.checkout.amasty{height:auto}.amcheckout-step-container input[type='checkbox'],.amcheckout-step-container input[type='radio']{display:none}.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 .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;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}.ampromo-overlay{position:fixed;top:0;left:0;z-index:10000;display:none;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,0.8);text-align:center}.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;-webkit-transition:.6s;-moz-transition:.6s;-ms-transition:.6s;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;-webkit-transition:opacity .2s ease;-moz-transition:opacity .2s ease;-ms-transition:opacity .2s ease;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-items-content .slick-prev,.ampromo-items-content .slick-next{padding-top:3px;width:42px;height:42px}.ampromo-items-content .slick-prev:before,.ampromo-items-content .slick-next:before{padding-top:3px;color:black;font-size:42px}.ampromo-items-content .slick-prev{left:-45px}.ampromo-items-content .slick-next{right:-45px}.ampromo-items-content .slick-dots button,.ampromo-items-content .slick-dots .cart.table-wrapper .actions-toolbar>.action,.ampromo-items-content .slick-dots .action-gift{box-shadow:none}.ampromo-item .ampromo-options{margin-bottom:20px;padding:0 5px;overflow:hidden;-webkit-transition:max-height .2s ease;-moz-transition:max-height .2s ease;-ms-transition:max-height .2s ease;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-gallery.slick-slider{margin-bottom:30px}.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{margin-left:15px;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}@media only screen and (max-width:1000px) and (min-width:701px){.ampromo-overlay .ampromo-gallery{width:570px}}@media only screen and (max-width:700px){.ampromo-overlay .ampromo-gallery{width:280px}}@media only screen and (max-width:400px){.ampromo-overlay .ampromo-gallery{margin:0 0 30px 0}.ampromo-overlay .slick-prev,.ampromo-overlay .slick-next{display:none !important}.ampromo-items-content{padding:15px}}.amsearch-results{background-color:#f7f7f7}.amsearch-results .amsearch-item{text-transform:capitalize;cursor:pointer}.amsearch-results .amsearch-item:hover{background-color:#ccc}.amsearch-results .amsearch-item .item-name{color:#000}.amsearch-form-container .control{min-height:40px}.amsearch-products.-waste{padding:16px 20px 20px}.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-results .amsearch-leftside{background-color:#fff}.amsearch-form-container .search-autocomplete .amsearch-leftside .amsearch-products{background-color:#f7f7f7}.amsearch-wrapper-input{position:relative}.amsearch-wrapper-content>.amsearch-item{position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:20px 0 16px 15px}.amsearch-wrapper-content>.amsearch-item:hover{box-shadow:0 1px #c2c2c2,inset 0 1px #c2c2c2}.amsearch-wrapper-content>.amsearch-item:before{content:'';position:absolute;top:0;left:15px;width:90%;height:1px;background-color:#c2c2c2}.amsearch-wrapper-content>.amsearch-item:first-child:before,.amsearch-wrapper-content>.amsearch-item:last-child:after{display:none}.amsearch-wrapper-content .product-item-details{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-height:100px}.amsearch-wrapper-content .amsearch-wrapper-inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-end;-ms-align-items:flex-end;align-items:flex-end;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:auto}.amsearch-wrapper-content .action.towishlist{margin-right:5px}.amsearch-wrapper-content .product-item-link{margin:0 0 5px;color:#333;word-break:keep-all}.amsearch-wrapper-content .product-item-actions{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-end;-ms-align-items:flex-end;align-items:flex-end;margin-top:6px}.amsearch-wrapper-content .amsearch-wrapper-inner .price-box{margin:0 9px 0 0;max-width:60px}.amsearch-wrapper-content .amsearch-wrapper-inner .price{font-size:16px}.block-search .search .control{position:relative;z-index:1000}.amsearch-form-container .input-text:focus{border:2px solid #54c6ff;box-shadow:0 2px 4px #c2ebff}.amsearch-close{position:absolute;top:40%;right:10px;display:none;height:14px;width:14px;cursor:pointer;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center}.search .amsearch-loupe{position:absolute;top:40%;left:10px;display:none;height:14px;width:14px;border:0;padding:0;box-shadow:none;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=) no-repeat center}.amsearch-products .amsearch-highlight{padding:0 2px;background-color:#53c6ff;color:#fff;word-wrap:normal}.amsearch-leftside .amsearch-item{padding:15px}.amsearch-autocomplete-information{padding-left:13px}.amsearch-autocomplete-information .action.view{font-weight:300;color:#000}.amasty-xsearch-loader{position:absolute;z-index:1000;top:40%;right:40px;width:16px;height:11px;margin-right:5px;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}.search-autocomplete{overflow-y:auto;max-height:90vh}.amasty-xsearch-num-results{float:right}.amsearch-more-results{margin-top:30px;text-align:center}.amsearch-more-results .amsearch-link{display:block;padding:11px;font-size:12px;background-color:#1979c3;color:#fff}.amsearch-more-results .amsearch-link:hover{color:#fff;text-decoration:none;background-color:#166daf}.actions-secondary{display:flex;min-width:50px;padding-left:6px;flex-wrap:nowrap}.block-search .action.search.amasty-xsearch-hide,.amasty-xsearch-hide{display:none}.amasty-xsearch-block-header{margin-bottom:0;padding:15px 20px 0 15px;font-style:normal;font-weight:bold;font-size:12px;text-transform:uppercase;color:#000}.amasty-xsearch-block-header{word-break:break-word;word-wrap:break-word}.amsearch-item-container{position:relative;padding:15px 15px 20px}.amsearch-item-container:first-child{padding-top:17px}.amsearch-item-container:after{content:'';position:absolute;bottom:0;left:15px;width:90%;height:1px;background-color:#f7f7f7}.amsearch-item-container:last-child:after{display:none}.amsearch-item-container>.amasty-xsearch-block-header{position:relative;padding:0 10px 0 9px}.amsearch-item-container>.amasty-xsearch-block-header:before{content:'';position:absolute;top:7px;left:0;width:4px;height:4px;background-color:#5c5c5c;border-radius:50%}.amsearch-item-container .amsearch-item{padding:11px 0 0;cursor:inherit}.amsearch-item-container .amsearch-item:hover{background-color:inherit}.amsearch-item-container .item-name{font-size:12px}.amsearch-item-container .amsearch-highlight{font-weight:700;font-size:12px}.amsearch-item-container.recent_searches .amsearch-item{display:inline-block;margin-right:5px;padding:13px 0 0}.amsearch-item-container.recent_searches .item-name{padding:3px 6px;background-color:#f7f7f7;font-size:12px}.amsearch-item-container.recent_searches .item-name:hover{background-color:#ccc;text-decoration:none}.amsearch-item-container.recent_searches .amasty-xsearch-num-results{display:none}.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]){cursor:default;background:none}.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{content:'';display:inline-block;width:10px;height:10px;margin:0 10px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjYTNhM2EzIiBmaWxsPSIjYTNhM2EzIi8+PC9zdmc+) no-repeat center;background-size:contain}.block.block-search,.form .search-autocomplete{z-index:999}@media only screen and (max-width:767px){.amsearch-leftside,.amsearch-products{width:100% !important}.amsearch-products.-waste{width:auto !important}.form .search-autocomplete{top:66px;left:0;overflow-y:auto;max-height:70vh;margin:-15px 15px 0}}.amsearch-item .product-item-description,.amsearch-item .item-description{word-break:keep-all}.amsearch-clone-position{position:absolute;z-index:999;right:0}.amsearch-autocomplete-image{width:auto}.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{background:#d8d8d8}#amsearch-result-tabs .data.title.last{border-bottom:1px solid #ccc;margin-bottom:8px}#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}.am-porto-cmtb .page-header.type1{z-index:9999}.am-porto-cmtb .amsearch-clone-position{border:15px solid transparent;border-top:none;border-radius:0 0 20px 20px;padding:2px 0}.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{padding:0;margin:0;border:0}.price-filter ul{list-style:none;padding:0px;margin-bottom:0px}.price-filter ul li:not(.rest-button){padding:14px 30px;width:auto;list-style:none;display:inline-block}@media (max-width:1199px){.price-filter ul li:not(.rest-button){padding:14px 14px}}.price-filter ul li:not(.rest-button)>span{font-size:16px;font-weight:500}@media (max-width:460px){.price-filter ul li:not(.rest-button)>span{display:inline-block;margin-bottom:30px}}.price-filter ul li:not(.rest-button) label{font-size:16px;color:#000;font-weight:500;cursor:pointer}.price-filter ul li:not(.rest-button) .ui-slider-horizontal{display:inline-block;width:240px;margin-left:20px;background:#e7ecf1}@media (max-width:460px){.price-filter ul li:not(.rest-button) .ui-slider-horizontal{width:100%}}.price-filter ul li:not(.rest-button) .ui-slider-horizontal .tooltip_bottom{background-color:#434247;color:#fff;font-size:12px;font-weight:600;padding:4px 11px;display:inline-block;position:absolute;border-radius:99em;top:-29px;left:-12px}.price-filter ul li:not(.rest-button) .ui-slider-horizontal .ui-slider-handle{background:#e0a026;height:20px;width:20px;top:-6px;cursor:pointer;border:2px solid #fff}.price-filter ul .rest-button{display:inline-block;margin-left:26px}.price-filter ul .rest-button .action.rest-filters{font-size:16px;color:#ffffff;width:177px;background-color:#4ca7ed;box-shadow:0px 5px 5px 0px rgba(0,0,0,0.05);height:50px;border-radius:99em;border:0}.filter-advanced-options{margin-bottom:20px}.active-filters{border-radius:6px;background-color:#fff;border:1px dashed #dedede;z-index:107;padding:10px;margin-left:10px;display:inline-block;margin-bottom:10px}.active-filters label{display:inline-block;vertical-align:middle;font-size:16px;font-weight:500;color:#000}.active-filters .active-options{display:inline-block;vertical-align:middle;background-color:#fff;padding:4px 6px}.active-filters .active-options span.close-option{color:white;font-weight:bold;margin-left:2px;cursor:pointer;font-size:10px;width:16px;height:16px;display:inline-block;border-radius:50%;background:red;line-height:16px;text-align:center;vertical-align:middle;margin-right:6px}.active-filters .active-options span.close-option:hover{background:#ff7171}.active-filters .active-options .option-selected{display:inline-block;font-weight:600;vertical-align:middle}.active-filters:first-child{margin-left:0px}.active-filters+span,.filter-advanced-options+span{clear:both;float:left;width:100%;font-size:18px;font-weight:500;color:#1b8ad0;padding:6px 0;text-align:right}.product-matrix-table .data-grid{margin-top:30px}.product-matrix-table .data-grid thead th{background-color:#1b8ad0;color:#fff;font-size:16px;font-weight:500;position:relative;vertical-align:middle;border-right:1px #fff solid;padding-right:40px;padding-left:20px}.product-matrix-table .data-grid thead th .filter-toggle{background-image:url(../../frontend/Revamp/Theme/en_US/Evincemage_DeviceMatrix/images/down-arrow-icon.png);background-repeat:no-repeat;background-position:90% center;border:0;background-color:transparent;box-shadow:none;position:absolute;right:20px;top:50%;padding:0;height:20px;width:20px;margin-top:-10px;cursor:pointer}.product-matrix-table .data-grid thead th .filter-toggle span{display:none}.product-matrix-table .data-grid thead th ul.filters{list-style:none;padding:0px;background-color:#ffffff;margin-bottom:0;padding:0 20px;width:265px;box-shadow:0px 8px 14px 0px #e4e4e4;position:absolute;z-index:9;left:0px;top:38px;box-sizing:border-box;display:none;max-height:213px;overflow-y:auto}.product-matrix-table .data-grid thead th ul.filters li{border-bottom:1px #d6dde4 solid;margin:0;padding:10px 0}.product-matrix-table .data-grid thead th ul.filters li input[type="checkbox"]{cursor:pointer}.product-matrix-table .data-grid thead th ul.filters li label{font-size:15px;color:#5e5d5d;width:calc(60%);cursor:pointer;display:inline-block}.product-matrix-table .data-grid thead th ul.filters li:hover label{color:#1b8ad0}.product-matrix-table .data-grid thead th ul.filters li:last-child{border-bottom:0px}.product-matrix-table .data-grid thead th.active{background-color:#3d91d2}.product-matrix-table .data-grid thead th.active ul.filters{display:block}.product-matrix-table .data-grid td{color:#000000;font-size:16px;font-weight:500;border:1px #dadada dashed;padding:8px 8px;position:relative;vertical-align:middle}.product-matrix-table .data-grid td .button{position:absolute;top:27px;font-size:20px;cursor:pointer}.product-matrix-table .data-grid td .button.button-decrease{left:48px;font-weight:bold}.product-matrix-table .data-grid td .button.button-increase{right:60px}.product-matrix-table .data-grid .no-data td{text-align:center}.product-matrix-table .actions-toolbar .primary{width:100%;text-align:right}.product-matrix-table .actions-toolbar .action{transition:.2s ease all;background-color:#1b8ad0;color:#fff;padding:15px 40px;font-size:16px;border:0;border-radius:4px;margin-top:00px !important;box-shadow:none;display:inline-block;font-family:'Nunito Sans';font-weight:700;line-height:1.6rem}@media (max-width:1199px){.product-matrix-table .actions-toolbar .action{padding:15px 20px}}.product-matrix-table .actions-toolbar .action:hover{background-color:#f9b713;color:#fff}.product-matrix-table .actions-toolbar .export-section{display:inline-block;vertical-align:top;position:relative}.product-matrix-table .actions-toolbar .export-section.active .action-list{display:block}.product-matrix-table .actions-toolbar .export-section .action-list{display:none;position:absolute;top:calc(108%);background:#ffffff;width:170px;box-shadow:0 0px 6px 2px #e8e8e8;border-radius:4px;overflow:hidden;border:1px solid #1b8ad0}.product-matrix-table .actions-toolbar .export-section .action-list li{margin-bottom:0px}.product-matrix-table .actions-toolbar .export-section .action-list li a.export{padding:12px;background-color:#fff;display:block;color:#1b8ad0;font-weight:600;border-bottom:1px solid #1b8ad0;transition:.2s ease all}.product-matrix-table .actions-toolbar .export-section .action-list li a.export:hover{background-color:#f9b713;color:#fff;text-decoration:none}.product-matrix-table .actions-toolbar .export-section .action-list li a.export:active{background-color:#f9b713;color:#fff;text-decoration:none}.product-matrix-table .actions-toolbar .export-section .action-list li:last-child a.export{margin-bottom:0px;border-bottom:0px}.product-matrix-table input[type="radio"],.product-matrix-table input[type="checkbox"]{cursor:pointer}#product-matrix-table .price-filter{display:flex;display:-webkit-flex;justify-content:space-between}@media (max-width:1199px){#product-matrix-table .price-filter{flex-wrap:wrap}}#product-matrix-table .price-filter ul:after{content:"";display:block;clear:both}#product-matrix-table .price-filter ul li{margin-bottom:0px;background-color:#1b8ad0;float:left;border-right:1px solid #fff}@media (max-width:991px){#product-matrix-table .price-filter ul li{border-radius:0px !important;margin-bottom:0.5rem;width:100%}}#product-matrix-table .price-filter ul li input[type="radio"],#product-matrix-table .price-filter ul li input[type="checkbox"]{opacity:0;position:absolute}#product-matrix-table .price-filter ul li input[type="radio"]:checked+span.option:before,#product-matrix-table .price-filter ul li input[type="checkbox"]:checked+span.option:before{content:"\f00c";width:15px;height:15px;text-align:center;line-height:15px;font-family:'Font Awesome 5 Free';font-weight:900;font-size:12px;color:#000;position:absolute;left:1px;top:3px;z-index:2}#product-matrix-table .price-filter ul li span{color:#fff}#product-matrix-table .price-filter ul li span.option{position:relative;padding-left:24px}#product-matrix-table .price-filter ul li span.option:after{content:"";width:15px;height:15px;border:1px solid #fff;background-color:#fff;position:absolute;left:0;top:2px}#product-matrix-table .price-filter ul li:first-child{border-radius:6px 0px 0 6px}#product-matrix-table .price-filter ul li:last-child{border-right:0px;border-radius:0px 6px 6px 0px}#product-matrix-table .price-filter ul li.price-filter-block{padding-right:60px}@media (max-width:1199px){#product-matrix-table .price-filter ul{flex:1 1 100%;max-width:100%}}@media (max-width:1199px){#product-matrix-table .price-filter .rest-button{flex:1 1 100%;max-width:100%;margin-top:10px}}#product-matrix-table .data-grid .col-price .input-increment{position:relative;display:inline-block;padding:0 32px}#product-matrix-table .data-grid .col-price .input-increment .product-qty{width:46px;border-color:#1a80c1;text-align:center;color:#05141f;height:28px;font-weight:600}#product-matrix-table .data-grid .col-price .input-increment .add-to-cart-quantity-nav .add-to-cart-quantity-button{position:absolute;top:0;width:28px;line-height:26px;height:28px;color:#05141f;border:1px solid #1a80c1;text-align:center;font-weight:700;font-size:0px;background-image:url(../../frontend/Revamp/Theme/en_US/Evincemage_DeviceMatrix/images/qty-sprite-image.png);cursor:pointer}#product-matrix-table .data-grid .col-price .input-increment .add-to-cart-quantity-nav .add-to-cart-quantity-button.quantity-up{right:0px;background-position:26px 26px}#product-matrix-table .data-grid .col-price .input-increment .add-to-cart-quantity-nav .add-to-cart-quantity-button.quantity-up:hover{background-position:26px 0px}#product-matrix-table .data-grid .col-price .input-increment .add-to-cart-quantity-nav .add-to-cart-quantity-button.quantity-down{left:0px;background-position:0px 26px}#product-matrix-table .data-grid .col-price .input-increment .add-to-cart-quantity-nav .add-to-cart-quantity-button.quantity-down:hover{background-position:0px 0px}#product-matrix-table .data-grid .col-price .input-increment .add-to-cart-quantity-nav .add-to-cart-quantity-button:hover{background-color:#1b8ad0;color:#fff}#product-matrix-table .footer-row{display:flex;display:-webkit-flex;justify-content:space-between;margin-top:3rem}@media (max-width:767px){#product-matrix-table .footer-row{flex-wrap:wrap}}#product-matrix-table .footer-row>div{flex:1 1}@media (max-width:767px){#product-matrix-table .footer-row>div{flex:1 1 100%;max-width:100%;justify-content:space-between}}#product-matrix-table .footer-row>div.actions-toolbar{display:flex;display:-webkit-flex}#product-matrix-table .footer-row>div.actions-toolbar .primary{width:auto !important;text-align:right;display:inline-block}@media (max-width:767px){#product-matrix-table .footer-row>div.actions-toolbar .primary{margin-bottom:0}}#product-matrix-table .footer-row>div.actions-toolbar .secondary{display:inline-block}@media (max-width:767px){#product-matrix-table .footer-row>div.actions-toolbar .secondary{margin-left:10px;display:flex;flex:1 1}#product-matrix-table .footer-row>div.actions-toolbar .secondary .action{margin-right:10px;margin-bottom:0px}}#product-matrix-table .footer-row>div.total-price{text-align:right;font-size:28px}#product-matrix-table .footer-row>div.total-price .price-wrap{padding:1.2rem 2.5rem;box-shadow:0 0px 9px 0 #f1f1f1;border-radius:4px;border:1px dashed #1b8ad0;display:inline-block}@media (max-width:767px){#product-matrix-table .footer-row>div.total-price .price-wrap{margin-top:1.2rem}}@media (max-width:460px){#product-matrix-table .footer-row>div.total-price .price-wrap{display:block;text-align:center}}#product-matrix-table .footer-row>div.total-price .actions-toolbar{display:inline-block;vertical-align:top}@media (max-width:767px){#product-matrix-table .footer-row>div.total-price .actions-toolbar{margin-top:10px}}@media (max-width:460px){#product-matrix-table .footer-row>div.total-price .actions-toolbar{display:block}}#product-matrix-table .footer-row>div.total-price .actions-toolbar .action{background-color:#f9b713;padding:25px 40px;font-size:20px}@media (max-width:991px){#product-matrix-table .footer-row>div.total-price .actions-toolbar .action{padding:25px 14px;font-size:18px}}#product-matrix-table .modal-popup .qty-alert{font-size:18px;text-align:center;padding:2rem;font-weight:600}#product-matrix-table .table-wrapper.device-system{width:100%}@media (max-width:1200px){#product-matrix-table .table-wrapper.device-system{overflow-x:auto}}.rest-button .action{transition:.2s ease all;background:#1b8ad0;border:1px solid #1b8ad0;color:#fff;border-radius:0px;padding:16px 32px;font-size:16px;border-radius:4px}.rest-button .action:hover{background-color:#f9b713;color:#fff;border-color:#f9b713}#product-matrix-table .pagger{display:flex;display:-webkit-flex;justify-content:space-between;margin-top:3rem;background:#f5f5f5;padding:1rem;border-radius:4px}#product-matrix-table .pagger .data-grid-pager{display:flex}#product-matrix-table .pagger .data-grid-pager input[type="number"]{width:70px;text-align:center;margin:0 4px}#product-matrix-table .pagger .data-grid-pager button[class*="action-"],#product-matrix-table .pagger .data-grid-pager .cart.table-wrapper .actions-toolbar>.action[class*="action-"],#product-matrix-table .pagger .data-grid-pager .action-gift[class*="action-"]{width:50px;padding:0px;background-repeat:no-repeat !important;background-position:center !important;background-color:#1b8ad0 !important}#product-matrix-table .pagger .data-grid-pager button.action-previous,#product-matrix-table .pagger .data-grid-pager .cart.table-wrapper .actions-toolbar>.action.action-previous,#product-matrix-table .pagger .data-grid-pager .action-gift.action-previous{background:url(../../frontend/Revamp/Theme/en_US/Evincemage_DeviceMatrix/images/left-arrow.png)}#product-matrix-table .pagger .data-grid-pager button.action-next,#product-matrix-table .pagger .data-grid-pager .cart.table-wrapper .actions-toolbar>.action.action-next,#product-matrix-table .pagger .data-grid-pager .action-gift.action-next{background:url(../../frontend/Revamp/Theme/en_US/Evincemage_DeviceMatrix/images/right-arrow.png)}#product-matrix-table .pagger .paging-section label{padding:5px}#product-matrix-table .pagger .page-size{width:auto;padding-right:50px;background-image:url(../../frontend/Revamp/Theme/en_US/Evincemage_DeviceMatrix/images/down-arrow.png);background-position:right 10px center;background-repeat:no-repeat}.abstract-image-wrapper{max-width:80%;margin:5% auto}.opc-block-summary .vertex-message td,.cart-summary .vertex-message td{padding:0;border-top:none}.iwd-onepage-checkout #payment_form_iwd_authcim .field.iwd-authcim-saved-cc{margin-bottom:25px}.iwd-onepage-checkout #payment_form_iwd_authcim .field.choice{margin-top:25px}.iwd-onepage-checkout #payment_form_iwd_authcim .notice{font-size:10px}#payment_form_iwd_authcim #iwd_authcim_cc_cid{max-width:156px}.iwd-authcim-customer-cards .iwd-customer-view-authcim fieldset{border:none}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset{margin:0}.iwd-authcim-customer-cards .iwd-customer-view-authcim .iwd-customer-view-authcim-title{margin-bottom:40px}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset{padding:0}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list{float:left;list-style-type:none;margin:0;padding:0;width:50%}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item{margin:0 20px 25px 0;padding:25px;cursor:default;z-index:1;background:#f1f1f1;border-radius:5px;position:relative}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item.customer-profile-info{background:none;margin:0 20px 17px 0;padding:0}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item.customer-profile-info p{font-size:16px;margin-bottom:14px;line-height:24px}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item.customer-profile-info p a{font-size:14px}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .block-title{margin-bottom:20px;padding-bottom:8px}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .profile-list-item-actions{float:right}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .profile-list-item-actions.actions button,.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .profile-list-item-actions.actions .cart.table-wrapper .actions-toolbar>.action,.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .profile-list-item-actions.actions .action-gift{border-radius:0;margin:0}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .profile-list-item-actions .action-cancel-delete{display:none;border-left:1px solid #303030;padding:0 0 0 7px}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .profile-list-item-actions .action-delete-2{display:none;color:#ff0000;padding:0 7px 0 0}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .profile-list-item-actions .action-delete{color:#000000;font-size:16px}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .ui-state-active{z-index:1}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item address{margin:8px 0 -5px 0;line-height:24px;font-size:16px}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item address:first-line{font-weight:bold;line-height:38px}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .card-info .cc-number{float:left;font-size:16px;font-weight:bold;line-height:18px;padding-right:7px}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .cc-expiration-date{font-size:16px;line-height:16px;margin-right:50px}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .cc-type{line-height:22px;margin-top:5px;font-size:16px}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .payment-profile-id{clear:both}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .labels{float:left}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .labels .label{cursor:pointer;color:#ffffff;line-height:18px;font-size:16px;padding:0 5px;width:auto;float:left;font-weight:600;position:relative}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .labels .label.disallow{color:#ff0000}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .labels .label.is_in_use{color:#41b767}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .labels .label.not-saved{color:#6f8992}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .labels .label .title{display:none}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .labels .label:hover .title{display:inline-block}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .labels .label:hover:before{position:absolute;content:attr(tooltip);color:#000000;font-weight:100;background-color:#fcfcfc;border:1px solid #989287;border-radius:.4rem;bottom:100%;clip:auto;font-size:1.2rem;height:auto;left:auto;margin:0 auto .1rem;max-height:50px;padding:.5rem;right:auto;top:auto;transition:all .01s linear .7s;white-space:nowrap;width:auto}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .actions{height:30px;float:right}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .actions .edit{float:right}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .actions .clear{clear:both}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .actions button,.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .actions .cart.table-wrapper .actions-toolbar>.action,.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .actions .action-gift{border:none;background:none;color:#007dbd;font-weight:100;padding:0;font-size:14px;margin-top:10px;float:right;border-radius:0;box-shadow:none;margin-right:0}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .actions button.action-save,.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .actions .cart.table-wrapper .actions-toolbar>.action.action-save,.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .actions .action-gift.action-save{display:none;padding:0 7px 0 0}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .actions button.action-cancel,.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .actions .cart.table-wrapper .actions-toolbar>.action.action-cancel,.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .actions .action-gift.action-cancel{display:none;border-left:1px solid #303030;padding:0 0 0 7px}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .actions button.action-edit,.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .actions .cart.table-wrapper .actions-toolbar>.action.action-edit,.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .actions .action-gift.action-edit{margin-right:0}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .profile-list .profile-list-item .bottom-actions{position:absolute;bottom:18px;right:25px}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .address-item-edit-content{padding:0 0 30px 0;margin-left:50%;display:none}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .address-item-edit-content .iwd-customer-view-authcim-title{padding:14px 0 2px;margin-bottom:14px}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .address-item-edit-content .iwd-authcim-edit-card-title{text-align:right;border:none}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .address-item-edit-content #iwd_authcim_profile{padding-left:20px}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .address-item-edit-content #iwd_authcim_profile .block-title{margin-bottom:20px;padding-bottom:8px}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .address-item-edit-content .col-2{width:50%;position:relative;margin-top:0}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .address-item-edit-content .col-2.col-2-left{float:left}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .address-item-edit-content .col-2.col-2-left>.label{margin-right:15px}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .address-item-edit-content .col-2.col-2-left>.control{margin-right:15px}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .address-item-edit-content .col-2.col-2-right{float:right}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .address-item-edit-content .col-2.col-2-right>.label{margin-left:15px}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .address-item-edit-content .col-2.col-2-right>.control{margin-left:15px}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .address-item-edit-content #iwd_cim_payment_form{border-top:1px solid #ccc;margin-top:5px;padding:21px 0 5px 0;clear:both}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .address-item-edit-content #iwd_cim_payment_form #iwd_authcim_cc_type{width:100%}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .address-item-edit-content #iwd_cim_payment_form #iwd_authcim_expiration{width:100%}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .address-item-edit-content #iwd_cim_payment_form #iwd_authcim_expiration_yr{width:100%}.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .actions button,.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .actions .cart.table-wrapper .actions-toolbar>.action,.iwd-authcim-customer-cards .iwd-customer-view-authcim .fieldset-wrapper-content fieldset .actions .action-gift{margin-right:9px}.iwd-authcim-customer-cards .iwd-customer-view-authcim .block-title{text-transform:capitalize}.iwd-authcim-customer-cards .iwd-customer-view-authcim label.error{background:#fffbbb;border:1px solid #ee7d7d;box-sizing:border-box;color:#555555;display:block;font-size:1.2rem;font-weight:400;line-height:1.2;margin:.2rem 0 0;padding:.8rem 1rem .9rem}.iwd-authcim-customer-cards .iwd-customer-view-authcim .ajax-pre-loader{display:none}.iwd-authcim-customer-cards .iwd-customer-view-authcim .ajax-pre-loader.active{display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,0.7);z-index:100}.clear{clear:both}.mp-gdpr-delete-account{margin-top:50px}.mp-gdpr-delete-account .legend span{color:#db3b21;font-weight:500}.mp-gdpr-delete-account .actions-toolbar{margin-top:25px}.mp-gdpr-delete-account .actions-toolbar .action-delete{background-color:#db3b21;border-color:#db3b21;color:#ffffff;text-shadow:1px 1px 0 rgba(0,0,0,0.25)}.mp-gdpr-delete-account .actions-toolbar .action-delete:hover{background-color:#ba4000;border-color:#b84002}.multi-checkout-fields label{display:block;margin-bottom:7px}.multi-checkout-fields .field{margin:1.5em 0}.multi-checkout-fields .field.checkbox label{display:inline-block;margin:0 0 0 12px}.collection-point-country,.collection-point-postalcode,.collection-point-button{display:inline-block;padding:20px 10px 0 0}.collection-point-postalcode{max-width:9em;vertical-align:top}.field-error{color:#e02b27;font-size:1.2rem;margin-top:7px}.box-order-shipping-address .box-subtitle{font-weight:600}.box-order-shipping-address .order-shipping-secondary-address{margin-top:1rem}#delivery-options-fields-block{max-width:100%}.pickup-locations-headline{font-weight:600;font-size:16px;margin-bottom:25px}.delivery-locations-form .delivery-locations-list{border:1px solid #c2c2c2;max-height:500px;overflow:auto}.delivery-locations-form .delivery-locations-list table.location{margin-top:28px}.delivery-locations-form .delivery-locations-list table.location .first-column{padding:0 14px;width:14px}.delivery-locations-form .delivery-locations-list table.location .second-column{padding:0}.opening-hour-wrapper{font-size:12px}.opening-hour-wrapper table thead{cursor:pointer;font-weight:700}.opening-hour-wrapper table thead tr td{padding:10px 0 0;display:inline-block;text-decoration:none}.opening-hour-wrapper table thead tr td:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.2rem;line-height:20px;color:#8f8f8f;content:'\e622';font-family:'icons-blank-theme';margin:0 0 0 10px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.opening-hour-wrapper table thead tr td:hover:after{color:#333}.opening-hour-wrapper table thead tr td:active:after{color:#8f8f8f}.opening-hour-wrapper table tbody{display:none}.opening-hour-wrapper table tbody.special-hours-heading{padding-top:10px;font-weight:700}.opening-hour-wrapper table tbody tr td{padding:0 10px 0 0}.opening-hour-wrapper table tbody tr td.time-span{font-weight:600}.opening-hour-wrapper table._active thead tr td:after{content:'\e621'}.opening-hour-wrapper table._active tbody{display:block}#address-validation{padding-bottom:33px}.checkout-suggested-addresses>p{margin-top:1rem}.checkout-suggested-addresses .suggested-address{padding:10px;line-height:30px;border:1px solid transparent;cursor:pointer}.checkout-suggested-addresses .suggested-address label{cursor:pointer}.checkout-suggested-addresses .suggested-address.selected-address{background:#f5f5f5;border:1px solid #ccc}.checkout-suggested-addresses .suggested-address .suggested-address-details{padding:0 0 0 22px;cursor:pointer}.checkout-suggested-addresses .suggested-address .suggested-address-diff{background-color:yellow}body[class*="page-layout-admin"] .page-create-order button[data-index="validateAddressButton"],body[class*="page-layout-admin"] .page-create-order .cart.table-wrapper .actions-toolbar>.action[data-index="validateAddressButton"],body[class*="page-layout-admin"] .page-create-order .action-gift[data-index="validateAddressButton"]{margin-top:1.5rem}body[class*="page-layout-admin"] #tj-suggested-addresses .fieldset{border:0}body[class*="page-layout-admin"] #tj-suggested-addresses .fieldset>.legend{padding:0 0 10px;border-bottom:1px solid #c6c6c6;width:100%;box-sizing:border-box}body[class*="page-layout-admin"] #tj-suggested-addresses .fieldset>.legend span{font-size:2.2rem;font-weight:300}body[class*="page-layout-admin"] #tj-suggested-addresses .checkout-suggested-addresses .suggested-address input[type="radio"]{margin-right:5px;vertical-align:1px}.am-checkout #address-validation{padding-bottom:0}.aw-onestep #address-validation{margin:5px;padding-bottom:0}.aw-onestep #address-validation .step-title{display:none}.aw-onestep .checkout-suggested-addresses label:before{margin-top:0 !important;margin-left:14px !important}.aw-onestep .checkout-suggested-addresses .suggested-address-details{padding-left:14px}.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}.payment-method-braintree .hosted-control{background:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:Nunito Sans;font-size:14px;height:32px;line-height:1.42857143;padding:0 9px;vertical-align:baseline;width:100%;box-sizing:border-box;position:relative;width:225px}.payment-method-braintree .hosted-control:disabled{opacity:.5}.payment-method-braintree .hosted-control::-moz-placeholder{color:#c2c2c2}.payment-method-braintree .hosted-control::-webkit-input-placeholder{color:#c2c2c2}.payment-method-braintree .hosted-control:-ms-input-placeholder{color:#c2c2c2}.payment-method-braintree .hosted-control.braintree-hosted-fields-focused{border-color:#006bb4}.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused){border-color:#e02b27}.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused)~.hosted-error{height:auto;opacity:1}.payment-method-braintree .hosted-control.braintree-hosted-fields-valid{border-color:#006400}.payment-method-braintree .hosted-control.hosted-cid{width:5rem}.payment-method-braintree .hosted-control.hosted-date{float:left;margin-bottom:7px;width:6rem}.payment-method-braintree .hosted-control.hosted-date:first-of-type{margin-right:50px}.payment-method-braintree .hosted-control.hosted-date:first-of-type:after{content:'/';display:inline;padding-bottom:inherit;padding-top:inherit;position:absolute;right:-25px;top:5px}.payment-method-braintree .field-tooltip{right:0}.payment-method-braintree .hosted-error{clear:both;color:#e02b27;font-size:1.2rem;height:0;margin-top:7px;opacity:0}.braintree-paypal-logo{margin-top:10px;text-align:center}.braintree-paypal-account{padding:15px 0 15px 50px;position:relative;display:inline-block}.braintree-paypal-account:before{background-image:url('../../frontend/Revamp/Theme/en_US/Magento_Braintree/images/paypal-small.png');background-position-x:0;background-position-y:0;line-height:16px;vertical-align:middle;height:16px;width:16px;background-repeat:no-repeat;content:'';display:inline-block}.braintree-paypal-account:before{left:17px;margin-top:-8px;position:absolute;top:50%}.braintree-paypal-account .payment-method-type{font-weight:700}.braintree-paypal-account .payment-method-description{color:#575757}.braintree-paypal-fieldset{border:0;margin:0;padding:0}.action-braintree-paypal-logo{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}.action-braintree-paypal-logo:focus,.action-braintree-paypal-logo:active{background:none;border:none}.action-braintree-paypal-logo:hover{background:none;border:none}.action-braintree-paypal-logo.disabled,.action-braintree-paypal-logo[disabled],fieldset[disabled] .action-braintree-paypal-logo{pointer-events:none;opacity:.5}.action-braintree-paypal-logo img{margin:0;width:114px}.payment-method .payment-method-content .actions-toolbar.braintree-paypal-actions{margin-left:0}.account .table .col.paypal-account img{vertical-align:middle}.account .table .col.paypal-account+.actions{vertical-align:middle}.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}.products{margin:30px 0}.product-items{font-size:0}.product-item{font-size:1.4rem;vertical-align:top}.products-grid .product-item{display:inline-block;margin-left:2%;padding:0;width:calc((100% - 2%) / 2)}.product-item:nth-child(2n + 1){margin-left:0}.product-item-name{-moz-hyphens:auto;-ms-hyphens:auto;-webkit-hyphens:auto;display:block;hyphens:auto;margin:5px 0;word-wrap:break-word}.product-item-info{max-width:100%;width:152px}.page-products .product-item-info{width:240px}.product-item-actions{font-size:0}.product-item-actions>*{font-size:1.4rem}.product-item-actions .actions-secondary{display:inline-block;font-size:1.4rem;vertical-align:middle;white-space:nowrap}.product-item-actions .actions-secondary>button.action,.product-item-actions .actions-secondary>.cart.table-wrapper .actions-toolbar>.action.action,.product-item-actions .actions-secondary>.action-gift.action{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}.product-item-actions .actions-secondary>button.action:focus,.product-item-actions .actions-secondary>button.action:active,.product-item-actions .actions-secondary>.cart.table-wrapper .actions-toolbar>.action.action:focus,.product-item-actions .actions-secondary>.cart.table-wrapper .actions-toolbar>.action.action:active,.product-item-actions .actions-secondary>.action-gift.action:focus,.product-item-actions .actions-secondary>.action-gift.action:active{background:none;border:none}.product-item-actions .actions-secondary>button.action:hover,.product-item-actions .actions-secondary>.cart.table-wrapper .actions-toolbar>.action.action:hover,.product-item-actions .actions-secondary>.action-gift.action:hover{background:none;border:none}.product-item-actions .actions-secondary>button.action.disabled,.product-item-actions .actions-secondary>button.action[disabled],fieldset[disabled] .product-item-actions .actions-secondary>button.action,.product-item-actions .actions-secondary>.cart.table-wrapper .actions-toolbar>.action.action.disabled,.product-item-actions .actions-secondary>.cart.table-wrapper .actions-toolbar>.action.action[disabled],fieldset[disabled] .product-item-actions .actions-secondary>.cart.table-wrapper .actions-toolbar>.action.action,.product-item-actions .actions-secondary>.action-gift.action.disabled,.product-item-actions .actions-secondary>.action-gift.action[disabled],fieldset[disabled] .product-item-actions .actions-secondary>.action-gift.action{pointer-events:none;opacity:.5}.product-item-actions .actions-secondary>.action{line-height:35px;text-align:center;width:35px}.product-item-actions .actions-secondary>.action:before{margin:0}.product-item-actions .actions-primary{display:inline-block}.product-item-description{margin:25px 0}.product-item .product-reviews-summary .rating-summary{margin:0 4px 0 0}.product-item .product-reviews-summary .reviews-actions{font-size:12px;margin-top:5px;text-transform:lowercase}.product-item .price-box{margin:10px 0 25px}.product-item .price-box .price{font-size:1.4rem;font-weight:700;white-space:nowrap}.product-item .price-box .price-label{font-size:12px}.product-item .price-box .price-label:after{content:':'}.product-item .special-price .price,.product-item .minimal-price .price{font-size:1.4rem;font-weight:700}.product-item .special-price .price-wrapper,.product-item .minimal-price .price-wrapper{display:inline-block}.product-item .special-price .price-including-tax+.price-excluding-tax,.product-item .minimal-price .price-including-tax+.price-excluding-tax{display:block}.product-item .special-price{display:block}.product-item .old-price .price{font-weight:400}.product-item .regular-price .price-label{display:none}.product-item .minimal-price .price-container{display:block}.product-item .minimal-price-link{margin-top:5px}.product-item .minimal-price-link .price-label{color:#1979c3;font-size:1.4rem}.product-item .minimal-price-link .price{font-weight:400}.product-item .minimal-price-link,.product-item .price-excluding-tax,.product-item .price-including-tax{display:block;white-space:nowrap}.product-item .price-from,.product-item .price-to{margin:0}.product-item .tocompare:before{content:'\e61f'}.product-item .tocart{white-space:nowrap}.price-container .price{font-size:1.4rem}.price-container .price-including-tax+.price-excluding-tax,.price-container .weee{margin-top:5px}.price-container .price-including-tax+.price-excluding-tax,.price-container .weee,.price-container .price-including-tax+.price-excluding-tax .price,.price-container .weee .price,.price-container .weee+.price-excluding-tax:before,.price-container .weee+.price-excluding-tax .price{font-size:1.1rem}.price-container .weee:before{content:'(' attr(data-label) ': '}.price-container .weee:after{content:')'}.price-container .weee+.price-excluding-tax:before{content:attr(data-label) ': '}.products-list .product-item{display:table;width:100%}.products-list .product-item-info{display:table-row}.products-list .product-item-photo{display:table-cell;padding:0 30px 30px 0;vertical-align:top;width:1%}.products-list .product-item-details{display:table-cell;vertical-align:top}.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}.old-price,.old.price{text-decoration:line-through}.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 input.datetime-picker~select.datetime-picker{margin-top:10px}.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{color:#006bb4}.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{display:flex;margin-bottom:10px}.sidebar .product-items-names .product-item-name{margin:0}.catalog-category-view.page-layout-1column .column.main{min-height:inherit}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}.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}.block-search{margin-bottom:0}.block-search .block-title{display:none}.block-search .block-content{margin-bottom:0}.block-search .label{text-decoration:none;display:inline-block;float:right}.block-search .label>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.block-search .label:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:35px;line-height:33px;color:#8f8f8f;content:'\e615';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.block-search .label:hover:before{color:#333}.block-search .label:active:before{color:#333}.block-search .label.active+.control input{position:static}.block-search .action.search{display:none}.block-search .control{border-top:1px solid #d1d1d1;clear:both;margin:0 -15px -1px;padding:0 15px}.block-search input{left:-300%;margin:15px 0;position:absolute}.block-search .nested{display:none}.search-autocomplete{display:none;margin-top:-15px;overflow:hidden;position:absolute;z-index:3}.search-autocomplete ul{margin:0;padding:0;list-style:none none}.search-autocomplete ul li{border-top:1px solid #e5e5e5;cursor:pointer;margin:0;padding:5px 40px 5px 10px;position:relative;text-align:left;white-space:normal}.search-autocomplete ul li:not(:empty){border-top:0;border:1px solid #c2c2c2;background:#fff}.search-autocomplete ul li:first-child{border-top:none}.search-autocomplete ul li:hover,.search-autocomplete ul li.selected{background:#e8e8e8}.search-autocomplete ul li .amount{color:#999;position:absolute;right:7px;top:5px}.form.search.advanced .fields.range .field:first-child{position:relative}.form.search.advanced .fields.range .field:first-child .control{padding-right:25px}.form.search.advanced .fields.range .field:first-child .control:after{content:' \2013 ';display:inline-block;position:absolute;right:0;text-align:center;top:6px;width:25px}.form.search.advanced .fields.range .field:last-child{position:relative}.form.search.advanced .fields.range .field:last-child div.mage-error[generated]{left:0;position:absolute;top:32px}.form.search.advanced .fields.range .field.with-addon .control{padding-right:45px}.form.search.advanced .group.price .addon .addafter{background:none;border:0;padding-top:6px;position:absolute;right:0;top:0}.search.summary{margin-bottom:10px}.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{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{display:block;margin-bottom:15px;width:100%}.block-minicart .block-content>.actions>.primary .action.primary: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:-24px 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 .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}.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{margin-right:10px;text-align:center;width:45px}.minicart-items .update-cart-item{font-size:1.1rem;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{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 .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}.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{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:'Nunito Sans';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{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,.cart.table-wrapper .actions-toolbar>.action.map-show-info:hover,.action-gift.map-show-info:hover{color:#006bb4}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{padding-left: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/Revamp/Theme/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/Revamp/Theme/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%}}.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}.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}.swatch-attribute-label{font-weight:700;position:relative}.swatch-attribute-label.required{padding-right:10px}.swatch-attribute-label[data-required='1']:after{color:#e02b27;content:'*';font-size:14px;font-weight:700;position:absolute;right:-11px;top:-2px}.swatch-attribute-selected-option{color:#646464;padding-left:17px}.swatch-attribute-options{margin-top:10px}.swatch-attribute-options:focus{box-shadow:none}.swatch-attribute-options .swatch-option-tooltip-layered .title{color:#282828;bottom:-5px;height:20px;left:0;margin-bottom:10px;position:absolute;text-align:center;width:100%}.swatch-attribute.size .swatch-option,.swatch-attribute.manufacturer .swatch-option{background:#f0f0f0;color:#949494}.swatch-attribute.size .swatch-option.selected,.swatch-attribute.manufacturer .swatch-option.selected{background:#fff;border:1px solid #fff;color:#000}.swatch-option{border:1px solid #dadada;cursor:pointer;float:left;height:20px;margin:0 10px 5px 0;max-width:100%;min-width:30px;overflow:hidden;padding:1px 2px;position:relative;text-align:center;text-overflow:ellipsis}.swatch-option:focus{box-shadow:0 0 3px 1px #68a8e0}.swatch-option.text{background:#f0f0f0;color:#686868;font-size:12px;font-weight:700;line-height:20px;margin-right:7px;min-width:22px;padding:4px 8px}.swatch-option.text.selected{background-color:#fff !important}.swatch-option.selected{outline:2px solid #ff5501;border:1px solid #fff;color:#333}.swatch-option:not(.disabled):hover{border:1px solid #fff;color:#333;outline:1px solid #999}.swatch-option.image:not(.disabled):hover,.swatch-option.color:not(.disabled):hover{border:1px solid #fff;outline:2px solid #c34000}.swatch-option.disabled{cursor:default}.swatch-option.disabled:after{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%);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:-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:-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:-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%);bottom:0;content:'';filter:'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';left:0;position:absolute;right:0;top:0}.swatch-option-disabled{border:0;cursor:default;outline:none !important}.swatch-option-disabled:after{-webkit-transform:rotate(-30deg);-ms-transform:rotate(-30deg);transform:rotate(-30deg);content:'';height:2px;left:-4px;position:absolute;top:10px;width:42px;z-index:995;background:#e02b27}.swatch-option-loading{content:url('../../frontend/Revamp/Theme/en_US/images/loader-2.gif')}.swatch-option-tooltip{border:1px solid #dadada;color:#949494;display:none;max-height:100%;min-height:20px;min-width:20px;padding:5px;position:absolute;text-align:center;z-index:999;background:#fff}.swatch-option-tooltip .corner,.swatch-option-tooltip-layered .corner{bottom:0;height:8px;left:40%;position:absolute}.swatch-option-tooltip .corner:before,.swatch-option-tooltip-layered .corner:before,.swatch-option-tooltip .corner:after,.swatch-option-tooltip-layered .corner:after{border-style:solid;content:'';font-size:1px;height:0;position:relative;width:0}.swatch-option-tooltip .corner:before,.swatch-option-tooltip-layered .corner:before{border-color:#adadad transparent transparent transparent;border-width:8px 8.5px 0 8.5px;left:0;top:2px}.swatch-option-tooltip .corner:after,.swatch-option-tooltip-layered .corner:after{border-color:#fff transparent transparent transparent;border-width:7px 7.5px 0 7.5px;left:-15px;top:1px}.swatch-option-tooltip .image,.swatch-option-tooltip-layered .image{display:block;height:130px;margin:0 auto;width:130px}.swatch-option-tooltip-layered{border:1px solid #dadada;color:#949494;background:#fff;display:none;left:-47px;position:absolute;width:140px;z-index:999}.swatch-option-tooltip .title{color:#282828;display:block;max-height:200px;min-height:20px;overflow:hidden;text-align:center}.swatch-option-link-layered{margin:0 !important;padding:0 !important;position:relative}.swatch-option-link-layered:focus>div{box-shadow:0 0 3px 1px #68a8e0}.swatch-option-link-layered:hover>.swatch-option-tooltip-layered{display:block}.swatch-opt{margin:20px 0}.swatch-opt-listing{margin-bottom:10px}.swatch-more{display:inline-block;margin:2px 0;position:static;text-decoration:none !important;z-index:1}.swatch-visual-tooltip-layered{height:160px;top:-170px}.swatch-textual-tooltip-layered{height:30px;top:-40px}.swatch-input{left:-1000px;position:absolute;visibility:hidden}.clearfix:after{clear:both;content:'';display:block;height:0;visibility:hidden}.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{color:#006bb4}.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{color:#006bb4}.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{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-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}.em-create-rma-button{margin-bottom:14px;font-size:16px;border:1px solid #c2c2c2;text-align:center;padding:5px 0px 5px 0px;font-family:Nunito Sans}.em_rma-customer-new .create-request .control .select,.aw-rma__view-items .create-request .control .select{background:url('../../frontend/Revamp/Theme/en_US//images/arrow-down-sign-to-navigate.png');background-repeat:no-repeat;background-position:96% center;padding-right:34px}.em_rma-customer-new #rma-items-table td,.aw-rma__view-items #rma-items-table td{vertical-align:middle}.em_rma-customer-new #rma-items-table tbody .reason label,.aw-rma__view-items #rma-items-table tbody .reason label{display:none}.em_rma-customer-new #rma-items-table tbody .reason .control,.aw-rma__view-items #rma-items-table tbody .reason .control{width:85% !important}.em_rma-customer-new #rma-items-table tbody .last,.aw-rma__view-items #rma-items-table tbody .last{text-align:center}.em_rma-customer-new #rma-items-table tbody .last span,.aw-rma__view-items #rma-items-table tbody .last span{cursor:pointer;color:#007bdb}.em_rma-customer-new #rma-items-table input[type="text qty-input"],.aw-rma__view-items #rma-items-table input[type="text qty-input"]{height:40px;text-align:center;width:80px}.em_rma-customer-new .aw-rma__field .control,.aw-rma__view-items .aw-rma__field .control{margin-left:0px}.em_rma-customer-new .search-product,.aw-rma__view-items .search-product{margin-bottom:30px}.em_rma-customer-new .search-product label,.aw-rma__view-items .search-product label{font-weight:700;margin-right:10px}.em_rma-customer-new .search-product .input-group,.aw-rma__view-items .search-product .input-group{display:inline-block;position:relative}.em_rma-customer-new .search-product .input-group .search-result .search-item-list,.aw-rma__view-items .search-product .input-group .search-result .search-item-list{max-height:320px;overflow-y:auto;position:absolute;z-index:99;box-shadow:0 0 18px #ddd;display:block;width:100%;background:#fff;border:1px #f8c925 solid}.em_rma-customer-new .search-product .input-group .search-result li,.aw-rma__view-items .search-product .input-group .search-result li{font-size:12px;border-bottom:1px #ddd solid;padding:8px 15px;margin:0px}.em_rma-customer-new .search-product .input-group .search-result li:hover,.aw-rma__view-items .search-product .input-group .search-result li:hover{box-shadow:0 0 5px #ddd inset}.em_rma-customer-new .search-product input,.aw-rma__view-items .search-product input{min-width:44rem}.aw-rma__view-items #rma-items-table input[type="text qty-input"]{width:60px}.aw-rma__view-items .search-product{margin-left:22px}.slider ul{padding-left:0px;margin-bottom:59px}@media only screen and (max-width:1600px){.slider ul{margin-bottom:40px}}@media only screen and (max-width:1400px){.slider ul{margin-bottom:30px}}@media only screen and (max-width:1199px){.slider ul{margin-bottom:20px}}.slider #slides{margin:0px}.slider .owl-dots{position:absolute;bottom:20px;width:100%;text-align:center}.slider .owl-dots .owl-dot{width:12px;height:12px;border-radius:50%;background-color:#fff;margin:0 4px}@media only screen and (max-width:1400px){.slider .owl-dots .owl-dot{width:10px;height:10px}}@media only screen and (max-width:1199px){.slider .owl-dots .owl-dot{width:8px;height:8px}}@media only screen and (max-width:767px){.slider .owl-dots .owl-dot{width:6px;height:6px}}.slider .owl-dots .owl-dot.active{width:17px;height:17px}@media only screen and (max-width:1400px){.slider .owl-dots .owl-dot.active{width:12px;height:12px}}@media only screen and (max-width:1199px){.slider .owl-dots .owl-dot.active{width:10px;height:10px}}@media only screen and (max-width:767px){.slider .owl-dots .owl-dot.active{width:8px;height:8px}}.brands{padding:123px 0 137px;position:relative}@media only screen and (max-width:1700px){.brands{padding:54px 0 68px}}@media only screen and (max-width:1400px){.brands{padding:60px 0 60px}}@media only screen and (max-width:991px){.brands{padding:30px 0 40px}}@media only screen and (max-width:767px){.brands{padding:2rem 0 60px}}.brands .section-heading{display:inline-block;vertical-align:top;max-width:22.4%;width:100%}@media only screen and (max-width:1400px){.brands .section-heading{margin-top:0px}}.brands .brand-slider{display:flex !important;position:static;margin-bottom:0px;margin-top:22px;vertical-align:top;max-width:77%}@media only screen and (max-width:1400px){.brands .brand-slider{margin-top:5px}}@media only screen and (max-width:767px){.brands .brand-slider{max-width:76%}}.brands .brand-slider li{display:table;text-align:center;width:100%;border:1px solid #e4e4e4;height:160px;box-sizing:border-box;margin-bottom:12px;cursor:pointer}@media only screen and (max-width:1400px){.brands .brand-slider li{height:120px}}.brands .brand-slider li .info{display:none}.brands .brand-slider li .brand-images{display:table-cell;vertical-align:middle;padding:15px}.brands .brand-slider li .brand-images img{width:auto;max-width:100%;display:inline-block;vertical-align:middle}.brands .brand-slider li:hover{box-shadow:0px 5px 12px 0px rgba(2,26,42,0.09)}.brands .brand-slider .owl-nav{position:absolute;left:15px;bottom:50px}.brands .brand-slider .owl-nav button[class*="owl-"],.brands .brand-slider .owl-nav .cart.table-wrapper .actions-toolbar>.action[class*="owl-"],.brands .brand-slider .owl-nav .action-gift[class*="owl-"]{height:38px;width:51px;line-height:39px;font-size:50px;color:#fff;border-radius:0px;opacity:1;font-weight:300}.brands .brand-slider .owl-nav button[class*="owl-"] span,.brands .brand-slider .owl-nav .cart.table-wrapper .actions-toolbar>.action[class*="owl-"] span,.brands .brand-slider .owl-nav .action-gift[class*="owl-"] span{display:none}.brands .brand-slider .owl-nav button[class*="owl-"]:hover,.brands .brand-slider .owl-nav .cart.table-wrapper .actions-toolbar>.action[class*="owl-"]:hover,.brands .brand-slider .owl-nav .action-gift[class*="owl-"]:hover{background-color:#4899cd}.brands .brand-slider .owl-nav .owl-prev{margin-right:14px;background:#bad9ec url('../../frontend/Revamp/Theme/en_US//images/left-arrow.png') no-repeat;background-position:center center}.brands .brand-slider .owl-nav .owl-next{background:#bad9ec url('../../frontend/Revamp/Theme/en_US//images/right-arrow.png') no-repeat;background-position:center center}.brands .brand-slider.owl-loaded{display:inline-block !important}.brands .brand-slider .owl-nav button[class*="owl-"],.brands .brand-slider .owl-nav .cart.table-wrapper .actions-toolbar>.action[class*="owl-"],.brands .brand-slider .owl-nav .action-gift[class*="owl-"]{height:67px}.brands .brand-slider .owl-nav{left:61px;top:236px;bottom:auto}@media (max-width:1700px){.brands .brand-slider .owl-nav{top:166px}}@media (min-width:1801px){.brands .brand-slider .owl-nav{left:16px}}@media (max-width:1400px){.brands .brand-slider .owl-nav{top:145px;left:15px}.brands .brand-slider .owl-nav button[class*="owl-"],.brands .brand-slider .owl-nav .cart.table-wrapper .actions-toolbar>.action[class*="owl-"],.brands .brand-slider .owl-nav .action-gift[class*="owl-"]{height:40px}}@media (min-width:768px) and (max-width:991px){.brands .brand-slider .owl-nav{top:115px}.brands .brand-slider .owl-nav button[class*="owl-"],.brands .brand-slider .owl-nav .cart.table-wrapper .actions-toolbar>.action[class*="owl-"],.brands .brand-slider .owl-nav .action-gift[class*="owl-"]{height:40px}}@media (max-width:767px){.brands .brand-slider .owl-nav{top:132px}.brands .brand-slider .owl-nav button[class*="owl-"],.brands .brand-slider .owl-nav .cart.table-wrapper .actions-toolbar>.action[class*="owl-"],.brands .brand-slider .owl-nav .action-gift[class*="owl-"]{height:30px}}.team .team-list .owl-stage-outer{padding:15px 0}.team .team-list .center .team-image{transform:scaleY(1.05);transform-origin:bottom}.team .team-list .center .team-item .team-name{border:3px solid #f9b713;padding:1.3rem;margin-top:2rem}.team .team-item .team-name{text-align:center}.team .team-item .team-name a{font-size:20px;display:block;color:#000;font-weight:700;text-decoration:none}@media only screen and (max-width:1199px){.team .team-item .team-name a{font-size:18px}}@media only screen and (max-width:767px){.team .team-item .team-name a{font-size:16px}}.team .team-item .team-name .team-designation{display:block;font-size:18px;font-weight:400;color:#000}.quick-buy-section{padding-top:1rem}.quick-buy-section:after{display:block;content:"";clear:both}.quick-buy-section [class*="-section"]{box-sizing:border-box;float:left}.quick-buy-section .left-section{width:18%;padding-right:0%;min-height:448px}@media only screen and (max-width:1700px){.quick-buy-section .left-section{min-height:340px}}.quick-buy-section .left-section .select2-container--default .select2-selection--single{border:1px solid #1a80c1 !important;border-bottom:none !important}.quick-buy-section .left-section .select2-container .select2-selection--single{height:52px}@media only screen and (max-width:1700px){.quick-buy-section .left-section .select2-container .select2-selection--single{height:42px}}.quick-buy-section .left-section .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:52px;font-size:18px}@media only screen and (max-width:1700px){.quick-buy-section .left-section .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:42px}}.quick-buy-section .left-section .select2-container--default .select2-selection--single .select2-selection__arrow{top:14px;display:none}.quick-buy-section .left-section .select2-container .select2-selection--single .select2-selection__rendered{padding-right:8px}.quick-buy-section .left-section .select2-container--default .select2-search--dropdown .select2-search__field{border-color:#d8d8d8}@media only screen and (max-width:1400px){.quick-buy-section .left-section{width:28%;min-height:380px}.quick-buy-section .left-section .quick-buy-section .left-section .select2-container .select2-selection--single{height:46px}.quick-buy-section .left-section .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:46px;font-size:16px}}@media only screen and (max-width:1400px){.quick-buy-section .left-section .select2-container .select2-selection--single{height:40px}.quick-buy-section .left-section .quick-buy-section .left-section .select2-container .select2-selection--single{height:40px}.quick-buy-section .left-section .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:40px}.quick-buy-section .left-section .select2-container--default .select2-search--dropdown .select2-search__field{height:40px !important}}@media only screen and (max-width:991px){.quick-buy-section .left-section{width:100%;padding-right:0px;margin-bottom:2rem}.quick-buy-section .left-section .select2-container--default .select2-search--dropdown .select2-search__field{height:40px}}.quick-buy-section .right-section{width:82%;margin-top:-70px;padding-left:2.6%}@media only screen and (max-width:1400px){.quick-buy-section .right-section{margin-top:-60px;width:72%;padding-left:2%}}@media only screen and (max-width:991px){.quick-buy-section .right-section{width:100%;margin-top:0px}}.quick-buy-section .right-section .top-filter{margin-bottom:13px}@media only screen and (max-width:1400px){.quick-buy-section .right-section .top-filter{margin-bottom:18px}}.quick-buy-section .right-section .top-filter li{display:inline-block;font-size:20px;margin-bottom:0px;color:#05141f;border:2px solid #1a80c1;padding:1rem 2.8rem;border-radius:3px;cursor:pointer;margin-right:6px;margin-bottom:6px}@media only screen and (max-width:1700px){.quick-buy-section .right-section .top-filter li{font-size:18px;padding:.8rem 2.2rem}}.quick-buy-section .right-section .top-filter li:last-child{margin-bottom:0px}.quick-buy-section .right-section .top-filter li:hover{background-color:#1a80c1;color:#fff}@media only screen and (max-width:1400px){.quick-buy-section .right-section .top-filter li{font-size:16px;padding:.6rem 2rem}}@media only screen and (max-width:1199px){.quick-buy-section .right-section .top-filter li{font-size:16px;padding:.4rem 2rem;margin-right:4px}}.quick-buy-section .right-section .top-filter li.active{background-color:#1a80c1;color:#fff}.quick-buy-section .right-section table.data-grid{border:1px solid #d9d9d9}.quick-buy-section .right-section table.data-grid thead tr th{background-color:#d1e6f3;font-size:20px;padding:18px 10px;vertical-align:middle}.quick-buy-section .right-section table.data-grid thead tr th:not(.col-name){text-align:center}@media only screen and (max-width:1700px){.quick-buy-section .right-section table.data-grid thead tr th{font-size:18px;padding:12px 10px}}.quick-buy-section .right-section table.data-grid thead tr th.col-stock{white-space:nowrap}@media only screen and (max-width:1400px){.quick-buy-section .right-section table.data-grid thead tr th{padding:10px 6px;font-size:16px}}.quick-buy-section .right-section table.data-grid tr.row:before{display:none}.quick-buy-section .right-section table.data-grid tbody tr.data-grid-tr-no-data td{text-align:center}.quick-buy-section .right-section table.data-grid td{color:#05141f;vertical-align:middle;font-size:18px;border-bottom:1px solid #e7e7e7;padding:18px 10px}.quick-buy-section .right-section table.data-grid td:not(.col-name){text-align:center}@media only screen and (max-width:1700px){.quick-buy-section .right-section table.data-grid td{font-size:16px;padding:12px 10px}}.quick-buy-section .right-section table.data-grid td.col-status{white-space:nowrap}@media only screen and (max-width:1400px){.quick-buy-section .right-section table.data-grid td{padding:10px 6px;font-size:14px}}@media only screen and (max-width:1199px){.quick-buy-section .right-section table.data-grid td{padding:8px;font-size:16px}}@media only screen and (max-width:991px){.quick-buy-section .right-section table.data-grid td{font-size:14px}}.quick-buy-section .right-section table.data-grid .col-price{text-align:left}.quick-buy-section .right-section table.data-grid .col-total{text-align:right}.quick-buy-section .input-increment{position:relative;display:inline-block;padding:0 30px}.quick-buy-section .input-increment input[type="number"]{width:46px;border-color:#1a80c1;text-align:center;color:#05141f;height:28px}.quick-buy-section .input-increment input[type="number"]:focus{box-shadow:none}.quick-buy-section .input-increment .add-to-cart-quantity-nav [class*="-button"]{position:absolute;top:0;width:28px;line-height:26px;height:28px;color:#05141f;border:1px solid #1a80c1;text-align:center;font-weight:700;font-size:0px;background-image:url('../../frontend/Revamp/Theme/en_US//images/qty-sprite-image.png')}.quick-buy-section .input-increment .add-to-cart-quantity-nav [class*="-button"]:hover{background-color:#1a80c1;color:#fff;cursor:pointer}.quick-buy-section .input-increment .add-to-cart-quantity-nav [class*="-button"][disabled="true"]{pointer-events:none;opacity:0.5}.quick-buy-section .input-increment .add-to-cart-quantity-nav .quantity-up{right:-4px;background-position:26px 26px}.quick-buy-section .input-increment .add-to-cart-quantity-nav .quantity-up:hover{background-position:26px 0px}.quick-buy-section .input-increment .add-to-cart-quantity-nav .quantity-down{left:-4px;background-position:0px 26px}.quick-buy-section .input-increment .add-to-cart-quantity-nav .quantity-down:hover{background-position:0px 0px}.quick-buy-section button.tocart,.quick-buy-section .cart.table-wrapper .actions-toolbar>.action.tocart,.quick-buy-section .action-gift.tocart{background-color:#fff;font-size:18px;color:#05141f;border-color:#f9b713;text-align:center;font-weight:600}@media only screen and (max-width:767px){.quick-buy-section button.tocart,.quick-buy-section .cart.table-wrapper .actions-toolbar>.action.tocart,.quick-buy-section .action-gift.tocart{font-size:14px;padding:5px 11px}}.quick-buy-section button.tocart:hover,.quick-buy-section .cart.table-wrapper .actions-toolbar>.action.tocart:hover,.quick-buy-section .action-gift.tocart:hover{background-color:#f9b713;color:#fff}.quick-buy-section .in-stock{color:#079852 !important}.quick-buy-section .out-stock{color:#f00 !important}.quick-buy-section .chosen-container-single{width:100% !important}.quick-buy-section .chosen-container-single .chosen-single{font-size:18px;color:#05141f;line-height:54px;height:56px;border-color:#1a80c1;background:#fff}.quick-buy-section .chosen-container-single .chosen-single div{right:4px}.quick-buy-section .chosen-container-single .chosen-single div b{background:url('../../frontend/Revamp/Theme/en_US//images/arrow-up-icon.png') no-repeat;background-position:center center;transform:scale(-1)}.quick-buy-section .chosen-container-single .chosen-search input[type="text"]{height:48px;border-color:#d9d9d9;font-size:16px;font-family:inherit}.quick-buy-section .chosen-container-single .chosen-search input[type="text"]:focus{box-shadow:none}.quick-buy-section .chosen-container-single .chosen-drop{border-color:#1a80c1;box-shadow:none}.quick-buy-section .chosen-container-single .chosen-drop .chosen-results li{padding:10px 6px;font-size:16px}.quick-buy-section .chosen-container-single .chosen-drop li.highlighted{background-color:#1a80c1;background-image:none}.quick-buy-section .chosen-container-active.chosen-with-drop .chosen-single{background-image:none;border-color:#1a80c1}.quick-buy-section .chosen-container-active.chosen-with-drop .chosen-single div b{background:url('../../frontend/Revamp/Theme/en_US//images/arrow-up-icon.png') no-repeat;background-position:center center;transform:scale(1)}.select2-dropdown{border:1px solid #1a80c1 !important;z-index:9 !important}.select2-dropdown .select2-results__options .select2-results__option{font-size:16px;padding:15px 22px;margin-bottom:0px;border-bottom:1px solid #e7e7e7}@media only screen and (max-width:1700px){.select2-dropdown .select2-results__options .select2-results__option{padding:10px 24px}}@media only screen and (max-width:1400px){.select2-dropdown .select2-results__options .select2-results__option{font-size:14px;padding:10px 18px}}@media only screen and (max-width:767px){.select2-dropdown .select2-results__options .select2-results__option{padding:10px 22px}}.select2-dropdown .select2-results__options .select2-results__option:last-child{border-bottom:none}.select2-container--default .select2-results>.select2-results__options{max-height:316px !important}@media only screen and (max-width:1700px){.select2-container--default .select2-results>.select2-results__options{max-height:246px !important}}@media only screen and (max-width:1400px){.select2-container--default .select2-results>.select2-results__options{max-height:289px !important}}.select2-search--dropdown .select2-search__field{height:42px;padding:0 12px 0 40px !important;background-image:url('../../frontend/Revamp/Theme/en_US//images/quick-search-icon.png');background-position:center left 15px;background-repeat:no-repeat}.order-links .item{line-height:20px;margin:0 0 -1px}.order-links .item strong{background:#fff;border:1px solid #d1d1d1;display:block;font-weight:600;padding:0 20px}.order-links .item a{background:#f0f0f0;color:#7d7d7d;border:1px solid #d1d1d1;display:block;font-weight:600;padding:0 20px}.order-links .item a:hover{background:#fcfcfc;text-decoration:none}.order-details-items{border:1px solid #d1d1d1;margin-bottom:40px;padding:10px}.order-details-items .order-title{border-bottom:1px solid #d1d1d1;padding:0 0 10px}.order-details-items .order-title>strong{font-size:2.4rem;font-weight:300}.order-details-items .order-title .action{display:inline-block}.order-details-items .table-wrapper{margin:0}.order-details-items .table-wrapper+.actions-toolbar{display:none}.order-details-items .table-wrapper:not(:last-child){margin-bottom:30px}.order-details-items .table-order-items>thead>tr>th{border-bottom:1px solid #d1d1d1}.order-details-items .table-order-items tbody+tbody{border-top:1px solid #d1d1d1}.account .order-details-items .table-order-items tbody tr:nth-child(even) td{background:none}.order-details-items .table-order-items tbody td{padding-bottom:20px;padding-top:20px}.order-details-items .table-order-items tbody .col.label{font-weight:700;padding-bottom:5px;padding-top:0}.order-details-items .table-order-items tbody .col.options{padding:0 0 15px}.order-details-items .table-order-items tbody>.item-parent td{padding-bottom:5px}.order-details-items .table-order-items tbody>.item-parent+tr td{padding-top:5px}.order-details-items .table-order-items tbody .item-options-container td{padding-bottom:15px;padding-top:0}.order-details-items .table-order-items .product-item-name{margin:0 0 10px}.order-details-items .item-options{margin:0}.order-details-items .item-options dt{margin:0}.order-details-items .item-options dd{margin:0 0 15px}.order-details-items .item-options dd:last-child{margin-bottom:0}.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-details-items thead .col.qty{text-align:center}.order-details-items .col.name{padding-top:16px}.order-details-items .action.show{display:inline-block;text-decoration:none;color:#333}.order-details-items .action.show>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.order-details-items .action.show:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;line-height:10px;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 .action.show.expanded:after{content:'\e621'}.order-details-items .product-item-name{font-size:1.8rem}.order-details-items .items-qty .item{white-space:nowrap}.order-details-items .items-qty .title:after{content:': '}.order-details-items .pages-items .item:first-child,.order-details-items .pages-items .item:last-child{margin-right:0}.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 .block-content .box{margin-bottom:30px}.block-order-details-view .box-title{font-weight:600}.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:': '}.column.main .order-details-items .block-order-details-gift-message{margin:40px 0 0}.block-order-details-gift-message+.actions-toolbar{display:none}.order-tracking{margin:0;padding:20px 0}.order-title+.order-tracking{border-bottom:1px solid #d1d1d1}.order-tracking .tracking-title{display:inline-block}.order-tracking .tracking-content{display:inline-block;margin:0 0 0 5px}.order-actions-toolbar{margin-bottom:25px}.order-actions-toolbar .action{margin-right:30px}.order-actions-toolbar .action.print{display:none;margin:0}.form-orders-search .field:last-child{margin-bottom:20px}.block-reorder .actions-toolbar{margin:17px 0}.block-reorder .product-item-name{float:left;width:calc(80%)}.block-reorder .product-item::after{clear:both;content:'';display:table}.block-reorder .product-item .field.item{float:left;width:20px}.page-header .panel.wrapper{background-color:#1b8ad0;text-align:center}.page-header .panel.wrapper .panel.header{max-width:1750px !important;padding-left:15px;padding-right:15px}@media only screen and (max-width:1800px){.page-header .panel.wrapper .panel.header{padding-right:60px;padding-left:60px}}@media only screen and (max-width:1400px){.page-header .panel.wrapper .panel.header{max-width:1260px !important}}@media only screen and (max-width:1400px){.page-header .panel.wrapper .panel.header{padding-left:15px;padding-right:0px}}@media only screen and (max-width:1199px){.page-header .panel.wrapper .panel.header{padding-left:0px}}.page-header .header.content{max-width:1750px !important;padding-left:15px;padding-right:15px}@media only screen and (max-width:1800px){.page-header .header.content{padding-right:60px;padding-left:60px}}@media only screen and (max-width:1400px){.page-header .header.content{max-width:1260px !important;padding-left:15px;padding-right:15px}}.page-header .header{padding-bottom:0px;padding-top:0px}@media only screen and (max-width:1400px){.page-header .header .logo{margin:-3px 10px 25px 0;max-width:138px}}@media only screen and (max-width:991px){.page-header .header .logo{max-width:134px}}@media only screen and (max-width:1199px){.page-header .header.content{padding:15px !important;display:flex;display:-webkit-flex;flex-wrap:wrap}.page-header .header.content .logo{order:1;margin:0px}.page-header .header.content .sections.nav-sections{order:3}.page-header .header.content .minicart-wrapper{order:2}.page-header .header.content .block-search{order:1;margin-right:0}.page-header .header.content .block-search .search .control{padding-bottom:0px}}@media only screen and (max-width:991px){.page-header .header .nav-sections .nav-sections-items .navigation .level0{margin:0 8px 0 0 !important}.page-header .header .ves-megamenu .dropdown.submenu-alignleft>.dropdown-menu{left:auto;right:0}}.page-header .panel.header{padding-bottom:0px !important;padding-top:0px !important}@media only screen and (max-width:991px){.page-header .panel.header .header.links{width:100%;background-color:#1280c5}.page-header .panel.header .header.links li{flex-basis:50%;background-color:#1280c5;border-right:1px #388fc5 solid}.page-header .panel.header .header.links li:last-child{border-right:none}.page-header .panel.header .header.links [class*="-link"]>a{font-size:16px}.page-header .panel.header .header.links [class*="-link"]>a:after{top:13px;left:15px}.page-header .panel.header .fedex-countdown{text-align:left;width:100%;padding:1.1rem 15px}}.page-header .fedex-countdown{padding:1rem 0;color:#fff;float:left;text-align:left;font-weight:400}.page-header .fedex-countdown [class*="_cutoff"]{display:inline-block;padding:0 22px}@media only screen and (max-width:1400px){.page-header .fedex-countdown [class*="_cutoff"]{padding:0 10px}}.page-header .fedex-countdown [class*="_cutoff"]:last-child{border-right:none}.page-header .fedex-countdown [class*="_cutoff"]:first-child{padding-left:0px}.page-header .fedex-countdown [class*="_cutoff"] span.fedex-icon{font-weight:900;font-size:18px}@media only screen and (max-width:1700px){.page-header .fedex-countdown [class*="_cutoff"] span.fedex-icon{font-size:16px}}@media only screen and (max-width:1400px){.page-header .fedex-countdown [class*="_cutoff"] span.fedex-icon{font-size:14px}}.page-header .fedex-countdown [class*="_cutoff"] span.fedex-method{display:block;font-size:11px;font-weight:700;text-transform:uppercase}.page-header .widget.block{display:inline-block;color:#fff;font-weight:700;font-size:18px;margin:19.5px 0 !important}@media only screen and (max-width:1400px){.page-header .widget.block{margin:18px 0 !important}}@media only screen and (max-width:1199px){.page-header .widget.block{width:100%;text-align:center;margin:10px 0px !important;font-size:16px}}@media only screen and (max-width:991px){.page-header .widget.block{margin:0px 0px !important;background-color:#e0a026;padding:10px 10px}}.page-header .header.links [class*="-link"]{margin:0 !important;font-size:18px !important}.page-header .header.links [class*="-link"] a{position:relative;padding:18px 18px 19.5px 44px;display:inline-block;font-size:18px;font-weight:600;color:#fff;text-decoration:none}@media only screen and (max-width:1400px){.page-header .header.links [class*="-link"] a{padding:18px 14px 18px 28px}}.page-header .header.links [class*="-link"] a:after{position:absolute;content:"";background:url('../../frontend/Revamp/Theme/en_US//images/sprite-icons.png') no-repeat;top:21px;left:20px;height:20px;width:20px}@media only screen and (max-width:1400px){.page-header .header.links [class*="-link"] a:after{left:4px;top:18px}}.page-header .header.links [class*="-link"] a:hover{background-color:#0477b3;color:#fff !important}.page-header .header.links .login-icon:after{background-position:0 0}.page-header .header.links .my-account-icon:after{background-position:-43px 1px !important}.page-header .header.links .registration-icon:after{background-position:-22px 1px !important}.page-header .minicart-wrapper .showcart{position:relative}.page-header .minicart-wrapper .showcart.active:before{content:""}.page-header .minicart-wrapper .showcart:before{line-height:44px;width:44px;height:44px;border-radius:50%;border:1px solid #bdbdbd;font-size:28px;content:""}.page-header .minicart-wrapper .showcart:after{content:"";position:absolute;top:12px;left:15px;background:url('../../frontend/Revamp/Theme/en_US//images/cart-icon.png') no-repeat;background-size:contain;width:16px;height:19px}.page-header .minicart-wrapper .showcart .counter{position:absolute;top:-8px;border-radius:50% !important;background:#1b8ad0 !important;right:-10px;width:24px}@media only screen and (max-width:767px){.page-header .minicart-wrapper .showcart .counter{width:20px;height:20px !important;line-height:20px !important;font-size:12px}}.page-header .block-search{width:calc(100% - 1356px);z-index:99}@media only screen and (max-width:1800px){.page-header .block-search{width:100%;max-width:342px}}@media (max-width:1700px){.page-header .block-search{width:100%;max-width:308px}}@media only screen and (max-width:1400px){.page-header .block-search{padding-left:8px}}@media only screen and (max-width:767px){.page-header .block-search{padding-left:4px}}.page-header .block-search .minisearch .search input{border-radius:50px;border-color:#bdbdbd;height:44px;padding-right:44px;padding-left:20px;font-size:16px}.page-header .block-search .minisearch .search input:focus{outline:none;box-shadow:none}.page-header .block-search .minisearch .actions .action.search{padding:0px;opacity:1;top:4px;right:5px;height:35px;width:35px;border-radius:50%;background:#1b8ad0}.page-header .block-search .minisearch .actions .action.search:before{color:#fff}.page-header .block-search .minisearch .search-autocomplete{top:47px;border-radius:5px;border:1px solid #bdbdbd}.page-header .block-search .minisearch .search-autocomplete .amsearch-wrapper-content{max-height:419px;overflow-y:auto}.page-header .block-search .amasty-xsearch-loader{background-color:#fff;background-image:url(../../frontend/Revamp/Theme/en_US//images/loader-mini.gif) !important;width:20px;height:20px;background-size:contain;top:10px !important;right:8px}@media only screen and (max-width:767px){.page-header .block-search .amasty-xsearch-loader{top:11px !important;right:26px}}.page-header .block-search .amsearch-form-container .input-text:focus{border-width:1px}.page-header .block-search .amsearch-form-container.-opened .input-text{padding-left:30px;padding-right:30px}.page-header .block-search .search .amsearch-loupe{left:12px;top:15px}.page-header .block-search .amsearch-close{top:15px;right:16px}.page-header .block-search .amsearch-products .amsearch-highlight{background-color:#f9b713}.page-header .block-search .amsearch-form-container .search-autocomplete .amsearch-leftside .amsearch-products{background-color:#fff}.page-header .block-search .amsearch-results .amsearch-item:hover{background-color:#efefef}.page-header .block-minicart .product-item .details-qty input[type="number"]{height:36px}@media only screen and (max-width:767px){.page-header .block-minicart .product-item .details-qty input[type="number"]{margin-right:4px;font-size:14px}}.page-header .block-minicart .product-item .details-qty button,.page-header .block-minicart .product-item .details-qty .cart.table-wrapper .actions-toolbar>.action,.page-header .block-minicart .product-item .details-qty .action-gift{background:#f8b713;border:1px solid #f9b713;color:#fff;padding:9px 15px;font-size:14px}.page-header .block-minicart .product-item .details-qty button:hover,.page-header .block-minicart .product-item .details-qty .cart.table-wrapper .actions-toolbar>.action:hover,.page-header .block-minicart .product-item .details-qty .action-gift:hover{color:#f9b713;background:#fff}@media only screen and (max-width:767px){.page-header .block-minicart .product-item .details-qty button,.page-header .block-minicart .product-item .details-qty .cart.table-wrapper .actions-toolbar>.action,.page-header .block-minicart .product-item .details-qty .action-gift{padding:9px 8px}}.page-header .block-minicart .product-item .product-image-wrapper:after{width:25px;height:25px}.page-header .compatible_model{text-align:left}.page-header .compatible_model h5{margin:0px !important;float:left;display:inline-block;font-size:16px;padding:6px;border-radius:4px;background-color:#1979c3;position:relative;vertical-align:middle}.page-header .compatible_model h5:after{content:"";width:0;height:0;border-top:10px solid transparent;border-left:10px solid #1979c3;border-bottom:10px solid transparent;position:absolute;right:-8px;top:50%;transform:translateY(-50%)}.page-header .compatible_model .compatibility-list{vertical-align:middle;margin-left:110px}.page-header .compatible_model .compatibility-list span{display:inline-block;font-size:12px;padding:5px;color:#333;background-color:#fff;border-radius:4px;margin-right:4px;margin-bottom:4px}.page-header .compatible_model .compatibility-list span:last-child{margin-right:0px}@media only screen and (max-width:1600px){.header .navigation .ves-megamenu .level0>a{padding:0 10px}.header .navigation .ves-megamenu .level0 .level1 .mega-col>.level1>a{font-size:18px}.header .block-search{width:100%;max-width:210px;padding-left:4px}.header .logo{margin:-10px 20px 28px 0}}@media only screen and (min-width:768px) and (max-width:1400px){.header .level0.submenu-left>.submenu{top:84px !important;left:50%;transform:translateX(-50%)}.header .level0.submenu-alignright>.submenu{top:100% !important}}@media only screen and (min-width:768px) and (max-width:1199px){.header .navigation>.ves-megamenu{position:relative !important}.header .navigation .ves-megamenu .level0>a{padding:0 12px}.ves-megamenu .level0{float:none !important}.header .level0.submenu-left>.submenu{top:45px !important;left:50%;transform:translateX(-50%);width:100% !important}.header .block-search{width:345px !important;margin-left:auto;margin-right:auto}}@media only screen and (max-width:1400px){.header .navigation{position:static}.header .navigation .ves-megamenu{position:static}.header .navigation .ves-megamenu .level0>a{padding:0 6px;font-size:14px !important}.header .navigation .ves-megamenu .level0 .level1>.item-content1>.mega-col>.nav-item>a{font-size:16px !important}.header .minicart-wrapper{margin-left:6px}.header .block-search{width:100%;max-width:194px}}.amasty-xsearch-block-header{background:#1b8ad0;color:#fff;font-size:14px;padding:10px !important}@media (min-width:1400px){.ves-menu .ves-megamenu{padding-left:2px !important}.ves-megamenu .nav-item>a{padding:0 14px}.navigation .level0{margin-right:0px !important}.minicart-wrapper{margin-left:10px !important}}@media (min-width:768px) and (max-width:991px){.page-header .header.links [class*="-link"] a{padding:12px 18px 12px 44px}}@media (max-width:1800px){.ves-megamenu .nav-item>a{padding:0 14px}}@media (max-width:1800px){.ves-megamenu .nav-item>a{font-size:14px !important}}@media (max-width:1400px){.ves-megamenu .nav-item>a{font-size:12px !important}}@media (max-width:767px){.ves-megamenu .nav-item>a{line-height:38px !important}.nav-sections .nav-mobile{background:white !important}.nav-sections .nav-mobile li{border-bottom:0px !important}.header .navigation .ves-megamenu .level0>a{padding:6px 18px}.ves-megamenu .dropdown-menu .subgroup.level1>a{font-weight:400 !important;text-transform:none !important}.nav-sections-item-title{width:50% !important}.nav-sections-item-title a{color:#333}.nav-sections-item-content{margin-top:45px !important}.page-header .panel.header .fedex-countdown{display:flex;flex-wrap:wrap;max-width:70%;flex-basis:70%;text-align:left !important;padding-left:14px}.page-header .widget.block{display:flex;max-width:30%;flex-wrap:wrap;flex-basis:30%;align-items:center}.page-header .panel.header{padding:0px !important;display:flex;flex-wrap:wrap;justify-content:space-between}.page-header .fedex-countdown [class*="_cutoff"]{border-bottom:0px !important}.page-header .header.content .block-search{margin-top:6px}.page-header .fedex-countdown [class*="_cutoff"]:after{display:none}header.page-header .header.links [class*="-link"] a{background-color:#fff !important;color:#333 !important;padding:1.9rem 16px 1.9rem 51px !important}header.page-header .header.links [class*="-link"] a:hover{color:#333 !important}header.page-header .header.links [class*="-link"] a:after{filter:invert(1);-webkit-filter:invert(1);top:21px}.ves-megamenu .dropdown-menu .megamenu-footer,.nav-mobile .dropdown-menu .content-wrap .megamenu-sidebar{display:none}.ves-megamenu.nav-mobile .dropdown-menu .subgroup.level1>a .opener{padding:14px 20px}.navigation .submenu:not(:first-child) .active>a{border-color:#1b8ad0 !important;border-width:0px !important;padding-left:0px !important}}@media (max-width:459px){.page-header .minicart-wrapper .showcart:before{line-height:35px;width:35px;height:35px}.page-header .minicart-wrapper .showcart:after{top:8px;left:11px}.block-search .label{height:35px;width:35px;line-height:35px}}.page-header .fedex-countdown [class*="_cutoff"]{position:relative}.page-header .fedex-countdown [class*="_cutoff"]:after{content:"";height:20px;background-color:#fff;width:2px;position:absolute;top:50%;right:-4px;margin-top:-10px}.page-header .fedex-countdown [class*="_cutoff"]:last-child:after{display:none}.overnight_cutoff #usps_cutoff,.overnight_cutoff #overnight_cutoff,.ground_cutoff #ground_cutoff{padding-left:6px;font-size:16px}.overnight_cutoff #usps_cutoff span,.overnight_cutoff #overnight_cutoff span,.ground_cutoff #ground_cutoff span{font-size:10px;padding-right:6px;padding-left:3px}@media only screen and (min-width:768px) and (max-width:1400px){.page-header .widget.block{font-size:14px}}@media (min-width:1600px) and (max-width:1800px){.checkout-cart-index .breadcrumbs,.catalog-product-view .breadcrumbs,.catalog-product-view .page-main,.checkout-index-index .page-main,.checkout-cart-index .page-main{max-width:100% !important;padding:0 60px !important}.account .page-main{max-width:100% !important;padding-left:0px !important;padding-right:0px !important}.account .columns{max-width:100% !important;padding-left:60px !important;padding-right:60px !important}}@media (min-width:768px) and (max-width:1199px){.page-header .header.content{padding-right:74px !important}.nav-toggle{display:block !important;right:20px;left:auto;top:22px;cursor:pointer}.nav-toggle:before{line-height:30px;font-size:36px}.nav-sections{-webkit-overflow-scrolling:touch;-webkit-transition:left .3s;-moz-transition:left .3s;-ms-transition:left .3s;transition:left .3s;height:100%;left:-80%;left:calc(-46%);overflow:auto;position:fixed;top:0;width:40% !important;z-index:14}.nav-open .nav-sections{left:0%}.nav-before-open .page-wrapper{-webkit-transition:left .3s;-moz-transition:left .3s;-ms-transition:left .3s;transition:left .3s;height:100%;left:0;overflow:hidden;position:relative}.nav-open .page-wrapper{left:80%;left:calc(46%)}.ves-megamenu li{width:100%}.nav-open .nav-toggle:after{background:rgba(0,0,0,0.5);content:'';display:block;height:100%;position:fixed;right:0;top:0;width:100%;z-index:9}.nav-open .block.block-search,.nav-open .form .search-autocomplete{z-index:1}.page-header .header .nav-sections .nav-sections-items .navigation .level0{margin:0 !important;padding:0px;border-bottom:1px #e8e8e8 solid;float:left !important}.menu-click.ves-vertical .caret,.ves-megamenu .opener{display:block !important;padding:16px 19px;right:0;width:auto}.header .navigation .ves-megamenu .level0>a{padding:0 0 0 20px;font-size:16px !important;width:100%;text-align:left}.ves-menu .navigation .level0>.submenu{top:0px !important;left:0;transform:none;width:100% !important;position:static;border:0 !important;clear:both;box-shadow:none !important}.page-header .sections.nav-sections .ves-megamenu .nav-item.level0 a .caret{display:none}.navigation .ves-megamenu .level0 .submenu .submenu{display:none}.ves-megamenu *{width:100%}.page-header .sections.nav-sections .ves-megamenu .nav-item.level0 a:focus{color:#4a90e2 !important}.ves-megamenu .dropdown-menu .content-wrap>.megamenu-content{float:left;width:100% !important}.ves-megamenu .dropdown-menu .content-wrap>.megamenu-content .megamenu-content{border-left:0px}.ves-megamenu .dropdown-menu .subgroup.level1>.submenu>.content-wrap>.megamenu-content{margin:0px}.navigation .ves-megamenu .level0 .submenu .submenu{left:0% !important;background:#FFF;width:100% !important}.page-header .sections.nav-sections .ves-megamenu .nav-item.level0 a{text-transform:uppercase !important}.page-header .sections.nav-sections .ves-megamenu .nav-item.level0 .subgroup a{font-weight:400 !important;text-transform:none !important}.page-header .sections.nav-sections .ves-megamenu .nav-item.level0 .submenu .dropdown-mega{padding:0 0 0 20px !important}.nav-item.submenu-left.dropdown-submenu:last-child{border-bottom:0}.navigation .ves-megamenu .megamenu-content .opener{padding:11px 19px}.page-header .sections.nav-sections .ves-megamenu .nav-item.level0 .submenu .right-sidebar,.page-header .sections.nav-sections .ves-megamenu .nav-item.level0 .submenu .megamenu-footer{display:none}.ves-column5>.item-content1>.mega-col,.ves-column5>.item-content1>.mega-col{width:100% !important}.ves-column3>.item-content1>.mega-col,.ves-column2>.item-content1>.mega-col{width:100% !important}.ves-megamenu .hide-menu-title{padding-top:0}.ves-megamenu .hide-menu-title>.nav-anchor{display:block !important}.header .navigation .ves-megamenu .level0 .level1>.item-content1>.mega-col>.nav-item>a{font-size:14px !important;color:#4c4c4c}.page-header .sections.nav-sections .ves-megamenu .nav-item.level0 .submenu{position:static !important;border-left:0px !important;box-shadow:none}.nav-item.submenu-left.dropdown-submenu{clear:both}.nav-open .page-wrapper{left:calc(40%) !important}.ves-megamenu.menu-hover .dropdown:hover>.dropdown-menu{display:none}.page-header .sections.nav-sections .ves-megamenu .nav-item.level0 .submenu>.content-wrap>.megamenu-content>.level1 .item-content1 .nav-item>a{color:#333}.ves-megamenu .opener.item-active{background:rgba(0,0,0,0.05)}}@media (max-width:767px){.minicart-wrapper .block-minicart{right:-16px}.ves-megamenu.menu-hover .dropdown:hover>.dropdown-menu{display:block}.minicart-items-wrapper{padding:10px}.minicart-items-wrapper .product-item-details{padding-left:80px}}.nav-mobile .nav-item.level1{clear:both}.page-footer{background-color:#ededed;overflow:hidden}.page-footer .footer.content{border-top:none;padding-bottom:0px;margin-top:0px;padding-top:48px}@media (max-width:767px){.page-footer .footer.content{padding-right:0px !important;padding-left:0px !important}}.page-footer .footer.content .footer-top ul{list-style-type:none;display:flex;display:-webkit-flex;justify-content:center}.page-footer .footer.content .footer-top ul li{display:inline-block;text-align:center;flex:0 0 25%;max-width:25%}.page-footer .footer.content .footer-top ul li a{display:inline-block;color:#05141f;text-decoration:none}.page-footer .footer.content .footer-top ul li a img{float:left;width:54px;object-fit:scale-down;object-position:top}.page-footer .footer.content .footer-top ul li a div{margin-left:68px;font-size:20px;font-weight:600;line-height:21px;text-align:left}@media only screen and (max-width:1199px){.page-footer .footer.content .footer-top ul li a div{font-size:16px}}.page-footer .footer.content .footer-top ul li a div span{font-weight:900;display:block}@media only screen and (max-width:767px){.page-footer .footer.content .footer-top ul li a div span{display:initial}}.page-footer .footer.content .footer-top ul li a:hover{color:#1a80c1}.page-footer .footer.content .block{float:none}@media only screen and (max-width:991px){.page-footer .footer-bottom{display:flex;display:-webkit-flex;flex-wrap:wrap}}.page-footer .footer-bottom:after{display:block;clear:both;content:""}.page-footer .footer-bottom [class*="footer-bottom"]{padding-bottom:8rem}@media only screen and (max-width:1199px){.page-footer .footer-bottom [class*="footer-bottom"]{padding-bottom:2rem}}@media only screen and (max-width:1400px){.page-footer .footer-bottom [class*="footer-bottom"]{padding-bottom:4rem}}.page-footer .footer-bottom .footer-bottom-left{float:left;width:25%;padding-right:20px;box-sizing:border-box}@media only screen and (max-width:1400px){.page-footer .footer-bottom .footer-bottom-left{padding-right:10px;padding-bottom:0rem}}@media only screen and (max-width:991px){.page-footer .footer-bottom .footer-bottom-left{width:100%;padding-right:0px}}@media only screen and (max-width:767px){.page-footer .footer-bottom .footer-bottom-left{padding:0 20px 30px}}.page-footer .footer-bottom .footer-bottom-left .bottom-logo{margin-bottom:35px;margin-top:32px}@media only screen and (max-width:1199px){.page-footer .footer-bottom .footer-bottom-left .bottom-logo{max-width:154px}}.page-footer .footer-bottom .footer-bottom-left [class*="footer-"]{font-size:16px;color:#05141f;line-height:20px;margin-bottom:45px}@media only screen and (max-width:1400px){.page-footer .footer-bottom .footer-bottom-left [class*="footer-"]{font-size:14px}}@media only screen and (max-width:1199px){.page-footer .footer-bottom .footer-bottom-left [class*="footer-"]{margin-bottom:18px}}.page-footer .footer-bottom .footer-bottom-left [class*="footer-"] a{color:#05141f}.page-footer .footer-bottom .footer-bottom-left [class*="footer-"] a:hover{text-decoration:none;color:#5a5a5a}.page-footer .footer-bottom .footer-bottom-left [class*="footer-"]:last-child{margin-bottom:0px}.page-footer .footer-bottom .footer-bottom-left [class*="footer-"] i{margin-right:5px;font-size:24px;vertical-align:middle}.page-footer .footer-bottom .footer-bottom-left [class*="footer-"] i.fa.fa-envelope{font-size:19px}.page-footer .footer-bottom .footer-bottom-left [class*="footer-"] i.fa.fa-map-marker{margin-right:12px}.page-footer .footer-bottom .footer-bottom-left .copyright{font-size:16px;color:#929292;margin-top:5rem}@media only screen and (max-width:1400px){.page-footer .footer-bottom .footer-bottom-left .copyright{margin-top:3rem;font-size:14px;padding-right:10px}}@media only screen and (max-width:1199px){.page-footer .footer-bottom .footer-bottom-left .copyright{margin-top:2rem}}@media only screen and (max-width:1199px){.page-footer .footer-bottom .footer-bottom-left .block-static-block{margin-top:0px !important}}.page-footer .footer-bottom .footer-bottom-right{float:right;width:75%;background-color:#05141f;display:flex;display:-webkit-flex;padding-top:9rem;position:relative;margin-top:32px;padding-left:2.1%;flex-wrap:wrap}.page-footer .footer-bottom .footer-bottom-right:before{content:"";background:#05141f;position:absolute;top:0;left:calc(100% - 2px);width:4000rem;height:100%}@media only screen and (max-width:991px){.page-footer .footer-bottom .footer-bottom-right:before{display:none}}.page-footer .footer-bottom .footer-bottom-right:after{clear:both;display:block;content:""}@media only screen and (max-width:1400px){.page-footer .footer-bottom .footer-bottom-right{padding-top:4.7rem}}@media only screen and (max-width:1199px){.page-footer .footer-bottom .footer-bottom-right{padding-top:4rem;padding-bottom:3rem}}@media only screen and (max-width:991px){.page-footer .footer-bottom .footer-bottom-right{width:100%;padding-right:0px;padding-bottom:3rem !important}}.page-footer .footer-bottom .footer-bottom-right h2{color:#fff;font-size:20px;font-weight:600;margin-bottom:44px;margin-top:0px}@media only screen and (max-width:1400px){.page-footer .footer-bottom .footer-bottom-right h2{font-size:18px;margin-bottom:2.5rem}}.page-footer .footer-bottom .footer-bottom-right [class*="block-static-block"]{float:left;width:20%;clear:none;margin:0px;padding-left:5.2%;box-sizing:border-box;border-right:1px solid #636b70}.page-footer .footer-bottom .footer-bottom-right [class*="block-static-block"]:nth-child(3n){border-right:none}@media only screen and (max-width:1400px){.page-footer .footer-bottom .footer-bottom-right [class*="block-static-block"]{padding-left:3%;width:23%}}.page-footer .footer-bottom .footer-bottom-right [class*="block-static-block"]:first-child{padding-left:3.1%}.page-footer .footer-bottom .footer-bottom-right .footer-social{float:left;width:40%;clear:none;padding-left:52px;box-sizing:border-box}@media only screen and (max-width:1400px){.page-footer .footer-bottom .footer-bottom-right .footer-social{width:31%;padding-left:40px}}@media only screen and (max-width:991px){.page-footer .footer-bottom .footer-bottom-right .footer-social{padding-left:30px;padding-right:15px}}.page-footer .footer-bottom .footer-bottom-right .footer-social .form.subscribe{position:relative;max-width:350px;width:100%}@media only screen and (max-width:767px){.page-footer .footer-bottom .footer-bottom-right .footer-social .form.subscribe{margin-top:20px;max-width:100%}}.page-footer .footer-bottom .footer-bottom-right .footer-social .newsletter{width:100%;position:relative;margin-bottom:12px}.page-footer .footer-bottom .footer-bottom-right .footer-social .newsletter .title{display:block;margin-bottom:0px}.page-footer .footer-bottom .footer-bottom-right .footer-social .newsletter .title h2{font-weight:700;font-size:28px;margin-bottom:37px}@media only screen and (max-width:1400px){.page-footer .footer-bottom .footer-bottom-right .footer-social .newsletter .title h2{font-size:20px;margin-bottom:2rem}}.page-footer .footer-bottom .footer-bottom-right .footer-social .newsletter .note{font-size:16px;color:#fff;margin-bottom:26px;font-weight:300}@media only screen and (max-width:1400px){.page-footer .footer-bottom .footer-bottom-right .footer-social .newsletter .note{font-size:14px}}@media only screen and (max-width:767px){.page-footer .footer-bottom .footer-bottom-right .footer-social .newsletter .note{line-height:18px;margin-top:6px;font-size:15px;color:#bbbbbb}}.page-footer .footer-bottom .footer-bottom-right .footer-social .newsletter .control:before{display:none}.page-footer .footer-bottom .footer-bottom-right .footer-social .newsletter .control input[type="email"]{padding-left:0px;padding-right:40px;border-width:0 0 1px 0;background-color:#05141f;font-size:16px;color:#fff;height:37px}@media only screen and (max-width:1400px){.page-footer .footer-bottom .footer-bottom-right .footer-social .newsletter .control input[type="email"]{font-size:14px}}.page-footer .footer-bottom .footer-bottom-right .footer-social .newsletter .control input[type="email"]:focus{box-shadow:none}.page-footer .footer-bottom .footer-bottom-right .footer-social .newsletter .control input:-webkit-autofill,.page-footer .footer-bottom .footer-bottom-right .footer-social .newsletter .control input:-webkit-autofill:hover,.page-footer .footer-bottom .footer-bottom-right .footer-social .newsletter .control input:-webkit-autofill:focus,.page-footer .footer-bottom .footer-bottom-right .footer-social .newsletter .control input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #05141f inset !important;-webkit-text-fill-color:#fff !important;background:#05141f !important}.page-footer .footer-bottom .footer-bottom-right .footer-social .newsletter .actions button.action,.page-footer .footer-bottom .footer-bottom-right .footer-social .newsletter .actions .cart.table-wrapper .actions-toolbar>.action.action,.page-footer .footer-bottom .footer-bottom-right .footer-social .newsletter .actions .action-gift.action{position:absolute;background-color:transparent;border:none;font-size:0px;background:url('../../frontend/Revamp/Theme/en_US//images/arrow-icon.png') no-repeat;top:18px;right:4px;width:32px;padding:0}@media only screen and (max-width:767px){.page-footer .footer-bottom .footer-bottom-right .footer-social .newsletter .actions button.action,.page-footer .footer-bottom .footer-bottom-right .footer-social .newsletter .actions .cart.table-wrapper .actions-toolbar>.action.action,.page-footer .footer-bottom .footer-bottom-right .footer-social .newsletter .actions .action-gift.action{top:12px}}.page-footer .footer-bottom .footer-bottom-right .footer-social .newsletter .actions button.action.disabled,.page-footer .footer-bottom .footer-bottom-right .footer-social .newsletter .actions .cart.table-wrapper .actions-toolbar>.action.action.disabled,.page-footer .footer-bottom .footer-bottom-right .footer-social .newsletter .actions .action-gift.action.disabled{display:none}.page-footer .footer-bottom .footer-bottom-right .footer-social .newsletter .actions .loader{position:absolute;top:15px;right:14px;background:url(../../frontend/Revamp/Theme/en_US//images/loader-mini.gif) no-repeat;width:20px;height:20px;background-size:contain;content:"";font-size:0}.page-footer .footer-bottom .footer-bottom-right .footer-social .social-icons li{display:inline-block;margin-right:28px}.page-footer .footer-bottom .footer-bottom-right .footer-social .social-icons li a{font-size:20px;color:#fff}.page-footer .footer-bottom .footer-bottom-right ul:not(.social-icons) li{margin-bottom:14px}.page-footer .footer-bottom .footer-bottom-right ul:not(.social-icons) li:last-child{margin-bottom:0px}.page-footer .footer-bottom .footer-bottom-right ul:not(.social-icons) li a{color:#fff;font-weight:300;font-size:16px;text-decoration:none;position:relative;transition:ease-in-out all .3s}@media only screen and (max-width:1400px){.page-footer .footer-bottom .footer-bottom-right ul:not(.social-icons) li a{font-size:14px}}.page-footer .footer-bottom .footer-bottom-right ul:not(.social-icons) li a:before{content:"";background-color:#fff;height:1px;width:0px;left:0;top:50%;position:absolute;transition:ease-in-out all .3s}.page-footer .footer-bottom .footer-bottom-right ul:not(.social-icons) li a:hover{padding-left:25px;color:#d6d6d6}.page-footer .footer-bottom .footer-bottom-right ul:not(.social-icons) li a:hover:before{width:16px}.page-footer .footer-bottom .footer-bottom-right .seal-wapper{flex:0 0 100%;max-width:100%;display:flex;align-items:center;padding-top:15px;padding-left:0%}@media only screen and (max-width:767px){.page-footer .footer-bottom .footer-bottom-right .seal-wapper{padding-left:0%}}.page-footer .footer-bottom .footer-bottom-right .seal-wapper .bbb-logo{margin-right:16px}.footer.content{max-width:1750px !important}@media only screen and (max-width:1800px){.footer.content{padding-right:60px !important;padding-left:60px !important}}@media only screen and (max-width:1400px){.footer.content{padding-right:15px !important;padding-left:15px !important;max-width:1260px !important}}.product-main{padding:98px 0 105px}@media only screen and (max-width:1700px){.product-main{padding:48px 0 60px}}@media only screen and (max-width:1400px){.product-main{padding:70px 0px 40px}}@media only screen and (max-width:991px){.product-main{padding:40px 0px 40px}}.product-main:after{clear:both;display:block;content:""}.product-main>[class*="section-"]{box-sizing:border-box;float:left}.product-main>[class*="section-"] .product-image{width:auto !important}.product-main>[class*="section-"] .product-image .product-image-wrapper{height:auto;padding:0px !important}.product-main>[class*="section-"] .product-image img{position:static;max-width:100%;width:auto}.product-main>[class*="section-"] .info>a{font-size:18px;color:#05141f;line-height:25px;text-decoration:none;margin-bottom:1.5rem;display:block}@media only screen and (max-width:1700px){.product-main>[class*="section-"] .info>a{font-size:16px}}@media only screen and (max-width:1400px){.product-main>[class*="section-"] .info>a{font-size:14px;margin-bottom:1rem;line-height:22px}}@media only screen and (max-width:1199px){.product-main>[class*="section-"] .info>a{line-height:22px}}@media only screen and (max-width:767px){.product-main>[class*="section-"] .info>a{font-size:14px}}.product-main>[class*="section-"] .info button.tocart,.product-main>[class*="section-"] .info .cart.table-wrapper .actions-toolbar>.action.tocart,.product-main>[class*="section-"] .info .action-gift.tocart{background-color:#fff;font-size:18px;color:#05141f;border-color:#f9b713;text-align:center;font-weight:600}@media (min-width:1700px){.product-main>[class*="section-"] .info button.tocart,.product-main>[class*="section-"] .info .cart.table-wrapper .actions-toolbar>.action.tocart,.product-main>[class*="section-"] .info .action-gift.tocart{padding:8px 30px}}@media (min-width:1600px){.product-main>[class*="section-"] .info button.tocart,.product-main>[class*="section-"] .info .cart.table-wrapper .actions-toolbar>.action.tocart,.product-main>[class*="section-"] .info .action-gift.tocart{padding:12px 50px}}@media only screen and (max-width:1400px){.product-main>[class*="section-"] .info button.tocart,.product-main>[class*="section-"] .info .cart.table-wrapper .actions-toolbar>.action.tocart,.product-main>[class*="section-"] .info .action-gift.tocart{font-size:14px;padding:7px 7px}}.product-main>[class*="section-"] .info button.tocart:hover,.product-main>[class*="section-"] .info .cart.table-wrapper .actions-toolbar>.action.tocart:hover,.product-main>[class*="section-"] .info .action-gift.tocart:hover{background-color:#f9b713;color:#fff}@media only screen and (max-width:1400px){.product-main>[class*="section-"] .info button.tocart:hover,.product-main>[class*="section-"] .info .cart.table-wrapper .actions-toolbar>.action.tocart:hover,.product-main>[class*="section-"] .info .action-gift.tocart:hover{font-size:16px}}@media only screen and (max-width:460px){.product-main>[class*="section-"] .info button.tocart,.product-main>[class*="section-"] .info .cart.table-wrapper .actions-toolbar>.action.tocart,.product-main>[class*="section-"] .info .action-gift.tocart{flex:0 0 100%;width:100%;max-width:100%}}@media (min-width:1600px){.product-main>[class*="section-"] .info .price-final_price.price-box{margin:0px 0 18px}}.product-main>[class*="section-"] span.sku{font-size:16px;color:#1a80c1;font-weight:600}@media only screen and (max-width:1400px){.product-main>[class*="section-"] span.sku{font-size:14px}}.product-main>[class*="section-"] span.price{font-size:24px;color:#1a80c1;font-weight:800}@media only screen and (max-width:1700px){.product-main>[class*="section-"] span.price{font-size:20px}}@media only screen and (max-width:1400px){.product-main>[class*="section-"] span.price{font-size:16px}}.product-main>[class*="section-"] span.price .special-price .price-label{font-size:16px;display:none}.product-main>[class*="section-"] span.price .special-price span.price{margin-bottom:0rem !important}.product-main>[class*="section-"] span.price .old-price .price-label{font-size:16px;display:none}.product-main>[class*="section-"] .input-increment{position:relative;display:inline-block;padding:0 32px}@media only screen and (max-width:1199px){.product-main>[class*="section-"] .input-increment{margin-bottom:6px}}.product-main>[class*="section-"] .input-increment input[type="number"]{width:46px;border-color:#1a80c1;text-align:center;color:#05141f;height:28px}.product-main>[class*="section-"] .input-increment input[type="number"]:focus{box-shadow:none}.product-main>[class*="section-"] .input-increment .add-to-cart-quantity-nav [class*="-button"]{box-sizing:border-box;position:absolute;top:0;width:28px;line-height:26px;height:28px;color:#05141f;border:1px solid #1a80c1;text-align:center;font-weight:700;font-size:0px;background-image:url('../../frontend/Revamp/Theme/en_US//images/qty-sprite-image.png')}@media only screen and (max-width:767px){.product-main>[class*="section-"] .input-increment .add-to-cart-quantity-nav [class*="-button"]{line-height:24px}}.product-main>[class*="section-"] .input-increment .add-to-cart-quantity-nav [class*="-button"]:hover{background-color:#1a80c1;color:#fff;cursor:pointer}.product-main>[class*="section-"] .input-increment .add-to-cart-quantity-nav .quantity-up{right:0px;background-position:26px 26px}.product-main>[class*="section-"] .input-increment .add-to-cart-quantity-nav .quantity-up:hover{background-position:26px 0px}.product-main>[class*="section-"] .input-increment .add-to-cart-quantity-nav .quantity-down{left:0px;background-position:0px 26px}.product-main>[class*="section-"] .input-increment .add-to-cart-quantity-nav .quantity-down:hover{background-position:0px 0px}.product-main>[class*="section-"] .owl-nav{position:absolute;top:-78px;right:0;background-color:#fff;padding-left:1.4rem}@media only screen and (max-width:1700px){.product-main>[class*="section-"] .owl-nav{top:-70px}}@media only screen and (max-width:1400px){.product-main>[class*="section-"] .owl-nav{top:-59px;padding-left:2rem}}.product-main>[class*="section-"] .owl-nav button[class*="owl-"],.product-main>[class*="section-"] .owl-nav .cart.table-wrapper .actions-toolbar>.action[class*="owl-"],.product-main>[class*="section-"] .owl-nav .action-gift[class*="owl-"]{height:38px;width:51px;line-height:38px;font-size:50px;color:#fff;border-radius:0px;opacity:1}@media only screen and (max-width:1700px){.product-main>[class*="section-"] .owl-nav button[class*="owl-"],.product-main>[class*="section-"] .owl-nav .cart.table-wrapper .actions-toolbar>.action[class*="owl-"],.product-main>[class*="section-"] .owl-nav .action-gift[class*="owl-"]{height:30px}}.product-main>[class*="section-"] .owl-nav button[class*="owl-"]:hover,.product-main>[class*="section-"] .owl-nav .cart.table-wrapper .actions-toolbar>.action[class*="owl-"]:hover,.product-main>[class*="section-"] .owl-nav .action-gift[class*="owl-"]:hover{background-color:#4899cd}.product-main>[class*="section-"] .owl-nav button[class*="owl-"] span,.product-main>[class*="section-"] .owl-nav .cart.table-wrapper .actions-toolbar>.action[class*="owl-"] span,.product-main>[class*="section-"] .owl-nav .action-gift[class*="owl-"] span{display:none}.product-main>[class*="section-"] .owl-nav .owl-prev{margin-right:14px;background:#bad9ec url('../../frontend/Revamp/Theme/en_US//images/left-arrow.png') no-repeat;background-position:center center}.product-main>[class*="section-"] .owl-nav .owl-next{background:#bad9ec url('../../frontend/Revamp/Theme/en_US//images/right-arrow.png') no-repeat;background-position:center center}.product-main .section-left{width:40%;padding-right:3%}@media only screen and (max-width:991px){.product-main .section-left{width:100%;padding-right:0%}}.product-main .section-left .best-sales{padding-top:10px}@media only screen and (max-width:1400px){.product-main .section-left .best-sales{padding-top:0px}}@media only screen and (max-width:767px){.product-main .section-left .best-sales{padding-top:0px}}.product-main .section-left .best-sales-items .product-item{margin-bottom:20px}.product-main .section-left .best-sales-items .product-item form{display:flex;display:-webkit-flex;flex-wrap:wrap;width:100%}@media only screen and (max-width:1400px){.product-main .section-left .best-sales-items .product-item{margin-bottom:12px}}.product-main .section-left .best-sales-items .product-item:last-child{margin-bottom:0px}@media (min-width:1700px){.product-main .section-left .best-sales-items .product-item button.tocart,.product-main .section-left .best-sales-items .product-item .cart.table-wrapper .actions-toolbar>.action.tocart,.product-main .section-left .best-sales-items .product-item .action-gift.tocart{padding:8px 14px}}@media (min-width:1600px){.product-main .section-left .best-sales-items .product-item button.tocart,.product-main .section-left .best-sales-items .product-item .cart.table-wrapper .actions-toolbar>.action.tocart,.product-main .section-left .best-sales-items .product-item .action-gift.tocart{padding:12px 20px}}.product-main .section-left .best-sales-items .product-image{flex:0 0 166px;max-width:166px;margin-right:30px;justify-content:center}@media only screen and (max-width:1400px){.product-main .section-left .best-sales-items .product-image{margin-right:20px;flex:0 0 135px;max-width:135px}}.product-main .section-left .best-sales-items .product-image .product-image-container{width:100% !important}.product-main .section-left .best-sales-items .product-image .product-image-wrapper{border:1px solid #eaeaea}.product-main .section-left .best-sales-items .info{flex:1 1}@media only screen and (max-width:460px){.product-main .section-left .best-sales-items .info{flex:0 0 100%}}.product-main .section-left .sku-price{margin-bottom:1.5rem}@media only screen and (max-width:1199px){.product-main .section-left .sku-price{margin-bottom:1rem}}.product-main .section-left .sku-price:after{display:block;content:"";clear:both}.product-main .section-left .sku-price span.sku{float:left}.product-main .section-left .sku-price>span.price{float:right}.product-main .section-left .sku-price>span.price .price-label{display:none}.product-main .section-left .sku-price>span.price .price-box{margin:0px}.product-main .section-left .best-buy-tool{display:flex;display:-webkit-flex;justify-content:space-between;flex-wrap:wrap;align-items:flex-end}.product-main .section-left .best-buy-tool .stock{font-size:18px;font-weight:600}@media (max-width:1599px){.product-main .section-left .best-buy-tool .stock{font-size:16px}}@media only screen and (max-width:1400px){.product-main .section-left .best-buy-tool .stock{font-size:14px}}.product-main .section-left .best-buy-tool .stock.unavailable{text-align:center;color:#fff;background:#ef0c0c;padding:9.5px 22px;border-radius:4px;display:inline-block}@media (max-width:1599px){.product-main .section-left .best-buy-tool .stock.unavailable{padding:4.5px 22px}}.product-main .section-left .best-buy-tool .stock.available{color:#079852 !important}.product-main .section-right{width:58%;float:right}@media only screen and (max-width:991px){.product-main .section-right{width:100%}}.product-main .section-right .recommended-products-items{padding:1rem}.product-main .section-right .recommended-products-items .product-image{padding:3.6rem 3rem;background-color:#fff;box-shadow:0px 3px 15px 0px rgba(0,0,0,0.12);text-align:center}@media only screen and (max-width:1400px){.product-main .section-right .recommended-products-items .product-image{padding:2rem}}.product-main .section-right .recommended-products-items .product-image .sku{display:block;text-align:center;margin-bottom:4rem}@media only screen and (max-width:1400px){.product-main .section-right .recommended-products-items .product-image .sku{margin-bottom:1rem}}.product-main .section-right .recommended-products-items .info{text-align:center}.product-main .section-right .recommended-products-items .info>a{margin-top:1.5rem;display:block;margin-bottom:1.5rem;text-align:center;min-height:74px}@media only screen and (max-width:1700px){.product-main .section-right .recommended-products-items .info>a{margin-bottom:1rem}}@media only screen and (max-width:1199px){.product-main .section-right .recommended-products-items .info>a{min-height:74px}}.product-main .section-right .recommended-products-items .info span.price{text-align:center;margin-bottom:0rem;display:block}.product-main .section-right .recommended-products-items .info span.price .separator{display:inline-block;line-height:10px}.custom-heading{border-bottom:1px solid #a7a7a7;margin-top:1.5rem;margin-bottom:4rem;line-height:0}@media only screen and (max-width:1400px){.custom-heading{margin-bottom:3rem}}@media only screen and (max-width:767px){.custom-heading{border-bottom:0px}}.custom-heading .section-heading{display:inline-block;margin:0px 0 -2px 0;background:#fff;padding-right:4rem;line-height:30px}@media only screen and (max-width:1400px){.custom-heading .section-heading{padding-right:2rem}}@media (max-width:767px){.product-main .section-left .best-sales .best-sales-items .info{flex:0 0 53%}.product-main>[class*="section-"] .info>a{font-size:14px}.product-main>[class*="section-"] span.sku{font-size:14px}.product-main>[class*="section-"] span.price{font-size:18px}.product-main .section-left .sku-price{margin-bottom:8px}.product-main .section-left .best-buy-tool .stock{font-size:16px}.product-main .section-right{margin-top:50px}.product-main .section-right .custom-heading{margin-bottom:10px}.product-main>[class*="section-"] .info button.tocart,.product-main>[class*="section-"] .info .cart.table-wrapper .actions-toolbar>.action.tocart,.product-main>[class*="section-"] .info .action-gift.tocart,.product-main>[class*="section-"] .info .cart.table-wrapper .actions-toolbar>.action.tocart,.product-main>[class*="section-"] .info .action-gift.tocart,.product-main>[class*="section-"] .info .action-gift.tocart{max-width:170px}.price-box.price-final_price>span{display:inline-block;padding:0 4px}.product-main .section-right .recommended-products-items .info span.price{margin-bottom:0}.price-box.price-final_price{margin-bottom:10px}.recommended-products{padding-bottom:44px}}.price>.price-box.price-final_price{margin:0px;display:flex;flex-wrap:wrap;align-items:center}.price>.price-box.price-final_price span.separator{margin:0 8px}.recommended-products-items .price>.price-box.price-final_price{justify-content:center;margin:0px 0 10px}.aw_rma-customer-index .aw-rma__actions{text-align:center}@media only screen and (max-width:767px){.aw_rma-customer-index .aw-rma__actions{text-align:center !important}}.aw_rma-customer-index .aw-rma__actions button,.aw_rma-customer-index .aw-rma__actions .cart.table-wrapper .actions-toolbar>.action,.aw_rma-customer-index .aw-rma__actions .action-gift{display:inline-block;margin-top:1.5rem}@media only screen and (max-width:767px){.aw_rma-customer-index .aw-rma__actions button,.aw_rma-customer-index .aw-rma__actions .cart.table-wrapper .actions-toolbar>.action,.aw_rma-customer-index .aw-rma__actions .action-gift{margin-left:auto;margin-right:auto}}.contact-main span.getin{color:#f9b713;font-weight:900;font-size:40px}span.touchwithus{font-size:36px;color:#000;margin-left:10px}.contact-top .contact-top-right{flex-basis:50%;max-width:50%}.contact-top .contact-top-left{flex-basis:50%;max-width:50%;padding-right:80px;box-sizing:border-box}.contact-top{display:flex;justify-content:space-between;flex-wrap:wrap}.contact-main fieldset.fieldset>legend.legend{margin:0;line-height:normal}.contact-index-index .column:not(.sidebar-additional) .contact-main .form.contact{width:100% !important;min-width:auto}.contact-main .control .input-text{height:60px;border-radius:6px;color:#000;font-size:18px;padding:0 20px}@media only screen and (max-width:1400px){.contact-main .control .input-text{font-size:14px}}@media only screen and (max-width:767px){.contact-main .control .input-text{font-size:16px}}.contact-main .control .input-text::placeholder{color:#000}.contact-main .control .input-text:-ms-input-placeholder{color:#000}.contact-main .section-heading{margin-top:0px;margin-bottom:5rem}.contact-main .control .input-text::-ms-input-placeholder{color:#000}.contact-main .actions-toolbar .primary{width:100%}.contact-main .actions-toolbar{margin:0 !important}.contact-main button.action,.contact-main .cart.table-wrapper .actions-toolbar>.action.action,.contact-main .action-gift.action{background:#f9b713;border-color:transparent;font-size:20px;padding:20px 20px;width:100% !important;font-weight:normal}.contact-main .fieldset .field .control{width:100% !important}.contact-main fieldset.fieldset>legend.legend{width:100%;margin-bottom:50px}.contact-index-index .column:not(.sidebar-additional) .contact-main .form.contact .fieldset{margin-bottom:0}.contact-top-right .map-frame{position:relative;padding-right:70px;padding-top:70px}.contact-top-right .map-frame:before{content:'';width:300px;height:70%;position:absolute;background:#1b8ad0;right:0;top:0;z-index:0}.contact-top-right .map-frame iframe{width:100%;position:relative;z-index:2;min-height:570px}.storedetails ul{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-left:-30px;margin-right:-30px}@media only screen and (max-width:1400px){.storedetails ul{margin-left:-10px;margin-right:-10px}}.storedetails ul li{max-width:25%;flex-basis:25%;margin:0;padding:0 30px;box-sizing:border-box}@media only screen and (max-width:1400px){.storedetails ul li{padding:0 20px}}.storedetails .details .title{font-size:20px;color:#000000;font-weight:500;display:inline-block;width:100%;clear:both}@media only screen and (max-width:1400px){.storedetails .details .title{font-size:18px !important}}.storedetails .details .info{font-size:18px;width:100%;display:inline-block}.storedetails .details .text{color:#a0a0a0;font-size:16px;font-weight:normal;line-height:normal}@media only screen and (max-width:1400px){.storedetails .details .text{font-size:12px !important}}.storedetails .details .info{font-size:20px;font-weight:500;width:calc(100% -  60px);display:inline-block;padding-left:15px}.contact-main .control textarea.input-text{height:185px !important}.storedetails ul li .details{box-shadow:0px 6px 37px 0px rgba(0,0,0,0.08);padding:15px;box-sizing:border-box;min-height:130px;display:flex;align-items:center}.contact-bottom{margin-top:100px}.contact-main{max-width:1480px;margin:0 auto}.storedetails ul li [class*="-icoon"]{background:url('../../frontend/Revamp/Theme/en_US//images/icon_contact_us.png') no-repeat}.storedetails ul li [class*="-icoon"]{width:60px;height:60px;display:inline-block;float:left}.storedetails ul li .phone [class*="-icoon"]{background-position:-12px -10px}.storedetails ul li .email [class*="-icoon"]{background-position:-109px -12px}.storedetails ul li .time [class*="-icoon"]{background-position:-231px -12px}.storedetails ul li .address [class*="-icoon"]{background-position:-352px -10px;width:47px}.color_yello{color:#f9b713;font-size:40px;font-weight:800}.about h2,.meet-team h2{color:#05141f;font-size:40px;margin:0;margin-bottom:15px}.about-left p{font-size:18px;color:#000000;line-height:normal}.about{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-top:115px}.about .about-left,.about .about-right{flex-basis:50%;max-width:50%}.about .about-left{padding-right:30px;box-sizing:border-box}.about .about-right{padding-left:30px;box-sizing:border-box}.about_us_quate:before{content:'';position:absolute;width:38px;height:32px;background-color:red;left:0;top:0;background:url('../../frontend/Revamp/Theme/en_US//images/quate_icon.png') no-repeat}.about_us_quate{position:relative;padding-top:10px;padding-left:40px}.meet-team p{max-width:70%;margin:0 auto;font-size:18px;color:#000000;line-height:28px}.meet-team .team-list{margin-top:80px}.revemp_list ul li:before{content:'';position:absolute;height:20px;width:20px;left:0;top:3px;background:url('../../frontend/Revamp/Theme/en_US//images/ticked_icon.png') no-repeat}.revemp_list ul li{position:relative;font-size:20px;color:#000000;line-height:normal;margin:20px 0;padding-left:42px}.revemp_list ul{margin:0;padding:0;list-style:none;display:inline-block;float:left}.revamp-feature .revemp_list,.revamp-feature .revamp_video{max-width:50%;flex-basis:50%}.revamp-feature{display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;margin:80px 0}.revamp-feature .revemp_list{text-align:left}.meet-team{text-align:center}.statistics ul li{max-width:20%;flex-basis:20%;margin:0;padding:0 20px;box-sizing:border-box}.statistics ul{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.statistics-data span:nth-child(1){width:100%;display:inline-block;background:url('../../frontend/Revamp/Theme/en_US//images/about_us_icons.png') no-repeat;width:116px;height:116px;text-align:center;margin:0 auto;background-color:#fef8e7;border-radius:50%}.statistics-data .cust-icon{background-position:-16px -17px !important}.statistics-data .cart-icon{background-position:-166px -17px !important}.statistics-data .stock-icon{background-position:-319px -17px !important}.statistics-data .team-icon{background-position:-480px -17px !important}.statistics-data .world-icon{background-position:-632px -17px !important}.statistics-data .count{width:100%;clear:both;display:inline-block;text-align:center;font-size:40px;color:#000;font-weight:600;margin-top:15px}@media only screen and (max-width:1400px){.statistics-data .count{font-size:28px !important}}.statistics-data .text{font-size:20px;color:#05141f;text-align:center;display:inline-block;width:100%;line-height:normal;margin-top:10px}@media only screen and (max-width:1400px){.statistics-data .text{font-size:16px !important}}.statistics-data{box-shadow:0px 3px 25px 0px rgba(0,0,0,0.08);padding:20px;text-align:center}.statistics{margin:125px 0}.meet-team .team-list .team-name .team-designation{display:inline-block;width:100%;clear:both;font-size:18px;color:#000000;line-height:normal}.meet-team .team-list .team-name{width:100%;display:inline-block;text-align:center;clear:both;margin-top:15px}.meet-team .team-list .team-name a{font-size:20px;color:#000000;font-weight:600;line-height:normal}.meet-team .team-list .owl-item{transition:all ease-in-out .3s;transform:scale(.87);margin:0 -15px;padding:15px}.meet-team .team-list .owl-item.center{transform:scale(1);-ms-transform:scale 1;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1)}.meet-team .team-list .owl-item.center .team-name{border:2px solid #f9b713;padding:10px 15px;box-sizing:border-box}.fullinfo{position:absolute;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0, -50px);transform:translate(0, -50px)}.cms-banner:before{content:'';position:absolute;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5)}.cms-banner{position:relative;max-height:320px}.cms-banner .banner-cnt h1{margin:0;color:#fff;display:inline-block;border:4px solid #f9b713;padding:20px 10px;box-sizing:border-box;font-size:40px;font-weight:600}.cms-banner .banner-cnt{position:absolute;top:0;height:100%;width:100%;text-align:center;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.cms-banner img{min-height:320px}.cms-banner .banner-cnt .cnt{flex-basis:100%;width:100%;text-align:center}.field-recaptcha{margin-bottom:30px}.cms-deals .following_title{max-width:1144px;margin:0 auto 80px;background:#1b81c2 none repeat scroll 0 0;color:#ffffff;font-size:17px;font-weight:600;margin-bottom:20px;margin-top:20px;padding:5px 30px;text-align:left;text-transform:uppercase;width:auto}.cms-deals .help_box{max-width:1144px;margin:0 auto 80px}.cms-deals .help_box img{width:100%;max-width:100%}.cms-deals .page-title h1{color:#ecb71e;font-size:52px;font-weight:700;text-transform:uppercase;margin-top:40px}.cms-deals .box_img_1{width:372px;float:left}.cms-deals .box_img_2{width:751px;float:left;margin-left:17px}.cms-deals .box_img_3{width:363px;float:left;margin-top:20px;margin-left:17px}.cms-deals .box_img_4{width:753px;float:left;margin-top:14px}.cms-deals .box_img_5{float:right;margin-top:20px;width:367px}.cms-deals .box_img_6{width:372px;float:left;margin-top:20px}.cms-deals .box_img_6 img{width:100%}.cms-deals .box_img_7{width:751px;float:left;margin-top:20px;margin-left:17px}.cms-deals .box_img_7 img{max-width:100%}.cms-deals .box_img_8{width:364px;float:left;margin-top:29px;margin-left:9px}.cms-deals .box_img_9{width:364px;float:right;margin-top:9px}.cms-deals .box_img_10{float:left;margin-top:21px;width:100%}.cms-deals .top_00_banner{margin-bottom:20px}.cms-deals .help_text_bottom{clear:both;margin:40px 0 40px 0;text-align:center;float:left;width:100%;font-size:22px;line-height:29px}.cms-deals .help_text_bottom a{color:#e0a026}.faq-list .faq-title{font-size:22px;margin-bottom:16px;cursor:pointer;background-color:#1b8ad0;position:relative;color:#fff}@media only screen and (max-width:1400px){.faq-list .faq-title{font-size:18px}}.faq-list .faq-title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:60px;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;position:absolute;top:18px;right:0px;transform:rotate(90deg);pointer-events:none}@media only screen and (max-width:1400px){.faq-list .faq-title:after{font-size:40px}}.faq-list .faq-title.active{background-color:#e0a026;color:#fff}.faq-list .faq-title.active:after{transform:rotate(-90deg)}.faq-list .faq-question{padding:12px 50px 12px 20px}.faq-list .faq-answer{text-align:left;margin-bottom:50px;font-size:18px;padding-left:20px}@media only screen and (max-width:1400px){.faq-list .faq-answer{font-size:14px;margin-bottom:20px}}.evincemage_faqs-index-index .page-main{padding-bottom:90px}@media only screen and (max-width:1400px){.evincemage_faqs-index-index .page-main{padding-bottom:40px}}.cms-page-view .page-main p{font-size:17px;line-height:34px}@media only screen and (max-width:1400px){.cms-page-view .page-main p{font-size:14px;line-height:30px}}.cms-page-view .page-main a{color:#e0a026}@media only screen and (max-width:1400px){.cms-page-view .page-main h2{line-height:26px;font-size:22px}}.cms-customer-help .help_box{margin:0 auto 80px;max-width:1144px}.cms-customer-help .following_title{background:#1b81c2;color:#ffffff;font-size:14px;font-weight:500;margin-bottom:20px;margin:0 auto 30px;max-width:1144px;padding:5px 30px;text-align:left;text-transform:uppercase;width:100%}.cms-customer-help .page-title h1{color:#ecb71e;font-family:"Lato",sans-serif;font-size:52px;font-weight:700;margin-top:40px;text-transform:uppercase}.cms-customer-help .box_img_1{background:#1b81c2;float:left;width:353px}.cms-customer-help .box_img_2{background:#fec560;float:left;margin-left:39px;width:746px}.cms-customer-help .box_img_3{background:#fec560;float:left;margin-left:40px;margin-top:39px;width:353px}.cms-customer-help .box_img_4{background:#1b81c2;float:left;margin-top:35px;width:746px}.cms-customer-help .box_img_5{background:#fec560;float:right;margin-top:40px;width:353px}.cms-customer-help .box_img_6{background:#fec560;float:left;margin-top:39px;width:353px}.cms-customer-help .box_img_7{background:#fec560;float:left;margin-left:40px;margin-top:39px;width:746px}.cms-customer-help .box_img_8{background:#1b81c2;float:left;margin-left:40px;margin-top:34px;width:353px}.cms-customer-help .box_img_9{background:#fec560;float:right;margin-top:34px;width:353px}.cms-customer-help .page-main{padding-bottom:80px}.cms-buyback .page-main{max-width:100%;padding:0px}.cms-buyback .container{max-width:1750px;margin:0 auto;padding:0 20px}.cms-buyback .video-details{text-align:center}.cms-buyback .video-details p{font-size:30px;max-width:850px;margin:0 auto}.cms-buyback .buyback-video-section iframe{width:730px;height:420px;display:block;margin:0 auto 30px;background-color:white}@media only screen and (max-width:767px){.cms-buyback .buyback-video-section iframe{width:100%;height:auto}}.cms-buyback .new-features-wrap{text-align:center}.cms-buyback .hows_works{background-color:#1f77be;padding:70px 0px;text-align:center}.cms-buyback .hows_works .details h3{font-size:28px;padding-bottom:15px;color:#fff;margin-bottom:0px}.cms-buyback .hows_works .details p{color:#fff;font-size:17px;line-height:24px;padding:0 20px}.cms-buyback .hows_works h1{font-size:40px;margin-bottom:60px;color:#fff;font-weight:bold}.cms-buyback .hows_works img{max-height:270px}.cms-buyback .sell_screens_wrap{background-color:#ecb71e}.cms-buyback .sell_screens_wrap .sell_screens{text-align:center;padding:20px 0}.cms-buyback .sell_screens_wrap .sell_screens a{background-color:#ffffff;color:#333}.cms-buyback .sell_screens{text-align:center;padding:30px 0}.cms-buyback .sell_screens a{background-color:#ecb71e;color:#fff;padding:16px 30px;font-size:20px;display:inline-block}.cms-buyback .screen-payout{text-align:center}.cms-quickshopping .quick-banner{text-align:center;padding-bottom:30px}.cms-quickshopping .quick-banner img{width:100%}.cms-quickshopping .show-result{margin-top:10px}.cms-quickshopping a.sample-csv{display:inline-block;vertical-align:middle;margin-left:10px;font-weight:bold}.cms-quickshopping #quickorder-form .search-products{width:440px}@media only screen and (max-width:767px){.cms-quickshopping #quickorder-form .search-products{width:250px}}.cms-quickshopping #quickorder-form table td.product-data .name a{color:#333;font-weight:400}.cms-quickshopping .quick-order-form{padding:15px;box-shadow:0 0px 5px 0 #e8e8e8;border-radius:4px;background:#fff;border-top:3px solid #f9b713}.cms-quickshopping .quick-order-form .global-search-section{margin-bottom:1rem}.cms-quickshopping .quick-order-form .global-search-section label{font-size:18px;color:#000;display:inline-block;margin-right:10px}.cms-quickshopping .quick-order-form .global-search-section .search-box{display:inline-block;position:relative;margin-top:8px}@media only screen and (max-width:767px){.cms-quickshopping .quick-order-form .global-search-section .search-box{width:100%}}.cms-quickshopping .quick-order-form .global-search-section .search-box input[type="text"]{display:inline-block;width:330px}@media only screen and (max-width:767px){.cms-quickshopping .quick-order-form .global-search-section .search-box input[type="text"]{width:100%}}.cms-quickshopping .quick-order-form .global-search-section .search-box .search-products{position:absolute;top:100%;left:0;background:#ffff;z-index:2;width:100%}.cms-quickshopping .quick-order-form .global-search-section .search-box .search-products ul{max-height:310px;overflow-y:auto}.cms-quickshopping .quick-order-form .global-search-section .search-box .search-products ul li{padding:10px}.cms-quickshopping .quick-order-form .global-search-section .search-box .search-products .product-info:after{clear:both;display:block;content:""}.cms-quickshopping .quick-order-form .global-search-section .search-box .search-products .product-info .product-image{width:90px;float:left}.cms-quickshopping .quick-order-form .global-search-section .search-box .search-products .product-info .product-image .product-image-photo{position:static;display:inline-block;width:90px;height:90px;object-fit:contain}.cms-quickshopping .quick-order-form .global-search-section .search-box .search-products .info{margin-left:100px;color:#05141f}.cms-quickshopping .quick-order-form .global-search-section .search-box .search-products .info .product-sku{color:#1979c3}.cms-quickshopping .quick-order-form .global-search-section .search-box .search-products .info .product-price{font-weight:700;color:#1979c3}.cms-quickshopping .quick-order-form .quickorder-form .actions-primary{margin-top:1rem}.cms-quickshopping .quick-order-form .quickorder-form .product-image-photo{position:static;margin:0px auto}.cms-quickshopping .quick-order-form .quickorder-form .quickorder-items .quickorder-row .search-col{position:relative}.cms-quickshopping .quick-order-form .quickorder-form .quickorder-items .quickorder-row input[type="text"]{max-width:310px;width:100%}.cms-quickshopping .quick-order-form .quickorder-form .quickorder-items .quickorder-row .search-products{overflow-y:inherit !important;width:100% !important;position:absolute !important;top:100% !important;max-height:inherit !important}.cms-quickshopping .quick-order-form .quickorder-form .quickorder-items .quickorder-row .search-products ul{max-height:314px !important;overflow-y:auto}.cms-quickshopping .upload-section{margin-top:3rem;box-shadow:0 0px 5px 0 #e8e8e8;border-radius:4px;background:#fff;display:inline-block;padding:2rem;border-top:3px solid #f9b713}.cms-quickshopping .upload-section .title{font-size:22px;font-weight:600;margin-bottom:0.5rem}.cms-quickshopping .upload-section .sample-note{font-size:16px;margin-bottom:0.5rem}.cms-quickshopping .upload-section .upload-csv{margin-top:1rem;cursor:pointer}@media only screen and (max-width:460px){.cms-quickshopping .upload-section{width:100%}.cms-quickshopping .upload-section .upload-csv .csv-upload{width:100%}}.cms-quickshopping .page.messages{padding:0px}.cms-quickshopping .quickorder-items{table-layout:inherit}.cms-quickshopping .quickorder-items .add-to-cart-quantity-nav{display:none}.cms-quickshopping .quickorder-items thead th.col{white-space:nowrap}.cms-behalf .page-main{max-width:100%;padding:0px}.cms-behalf .container{max-width:1750px;padding:0px 20px}.cms-behalf .behalf-financing{text-align:center;max-width:700px;margin:50px auto 50px}@media only screen and (max-width:767px){.cms-behalf .behalf-financing{padding:0 20px}}.cms-behalf .behalf-financing .title{font-size:36px;font-weight:bold;margin-bottom:10px}@media only screen and (max-width:767px){.cms-behalf .behalf-financing .title{font-size:28px}}.cms-behalf .behalf-financing .title span{color:#e0a026}.cms-behalf .behalf-financing .text{font-size:18px;line-height:28px}@media only screen and (max-width:767px){.cms-behalf .behalf-financing .text{font-size:16px;line-height:24px}}.cms-behalf .behalf-banner{position:relative}.cms-behalf .behalf-banner img{width:100%;height:100%;object-fit:cover}.cms-behalf .behalf-banner .behalf-banner-cnt{color:#ffffff;left:50%;position:absolute;text-align:center;top:50%;width:600px;transform:translate(-50%, -50%);margin:0 auto}@media only screen and (max-width:767px){.cms-behalf .behalf-banner .behalf-banner-cnt{padding:0 30px;font-weight:bold;width:100%}}.cms-behalf .behalf-banner .behalf-banner-cnt h1{color:#fff;font-size:59px;text-transform:uppercase}@media only screen and (max-width:767px){.cms-behalf .behalf-banner .behalf-banner-cnt h1{font-size:28px;font-weight:bold}}.cms-behalf .behalf-banner .behalf-banner-cnt h1 span{font-size:28px}@media only screen and (max-width:767px){.cms-behalf .behalf-banner .behalf-banner-cnt h1 span{font-size:18px;font-weight:400}}.cms-behalf .behalf-strip{background-color:#1a98e3;padding:30px 20px;text-align:center;font-size:33px;font-weight:bold;color:#fff}@media only screen and (max-width:767px){.cms-behalf .behalf-strip{font-size:24px;padding:20px 20px}}.cms-behalf .behalf-bottom{padding:70px 20px;max-width:1100px;margin:0 auto}@media only screen and (max-width:767px){.cms-behalf .behalf-bottom{padding:30px 20px}}.cms-behalf .behalf-bottom .content-title{font-size:30px;font-weight:bold}@media only screen and (max-width:767px){.cms-behalf .behalf-bottom .content-title{font-size:24px}}.cms-behalf .behalf-bottom .box-wrap{padding:20px 0px 10px}.cms-behalf .behalf-bottom .box-wrap li{font-size:16px}.cms-behalf .behalf-bottom .form-title{font-size:24px}@media only screen and (max-width:767px){.cms-behalf .behalf-bottom .form-title{font-size:18px;font-weight:bold}}.rating-summary span.inline-rating{display:block;margin-bottom:4px}.evincemage_feedback-feedback-index .feedback-form{padding:1.5rem;background-color:#f7f7f7}.evincemage_feedback-feedback-index .feedback-form .fieldset{margin:0 0 20px}.evincemage_feedback-feedback-index .feedback-form .fieldset .field.telephone .label:after{content:'*';color:#e02b27;font-size:1.2rem;margin:0 0 0 5px}.evincemage_feedback-feedback-index .feedback-form .fieldset>.field:not(.choice)>.label{width:100%;text-align:left}.evincemage_feedback-feedback-index .feedback-form .actions-toolbar{margin-left:0px !important}.evincemage_feedback-feedback-index .feedback-form .actions-toolbar .primary .action{margin:0 5px 0 0;padding:16px 30px;font-size:18px}.evincemage_feedback-feedback-index .feedback-list{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:60px}.evincemage_feedback-feedback-index .feedback-list h4{font-size:24px}.evincemage_feedback-feedback-index .feedback-list .feedback-item{max-width:100%;flex-basis:100%;background-color:#fff;box-shadow:0 0 15px #e0e0e0 ad;padding:30px;margin-bottom:40px}.evincemage_feedback-feedback-index .feedback-list .feedback-customer-name{font-size:20px;margin-bottom:10px;text-transform:capitalize}.evincemage_feedback-feedback-index .feedback-list .feedback-comment{font-size:16px;line-height:30px;margin:10px 0px}@media only screen and (max-width:1400px){.evincemage_feedback-feedback-index .feedback-list .feedback-comment{font-size:14px}}.evincemage_feedback-feedback-index .rating-summary .rating-result>span:before{color:#e0a026}.evincemage_feedback-feedback-index .rating-summary input[type="radio"]{margin:9px 5px 0 2px;vertical-align:top;cursor:pointer}.evincemage_feedback-feedback-index .feedback-form textarea{max-width:600px;height:200px}.evincemage_career-index-index .page-title-wrapper{display:none}.evincemage_career-index-index .main{padding:0px;width:100%}.evincemage_career-index-index .breadcrumbs:after{display:none}.evincemage_career-index-index .page-title{display:none}.evincemage_career-index-index .section{float:left;padding:20px 0px;width:100%}@media only screen and (max-width:767px){.evincemage_career-index-index .section{padding-top:0px}}.evincemage_career-index-index .header-video{float:left;position:relative;width:100%}.evincemage_career-index-index .header-video video{background-size:cover;display:block !important;height:auto;left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transition:opacity 1s ease 0s;width:100%;z-index:-100}.evincemage_career-index-index .embed-container{height:0;max-width:100%;overflow:hidden;padding-bottom:56.25%;position:relative}.evincemage_career-index-index .embed-container iframe{height:100%;left:0;position:absolute;top:0;width:100%}.evincemage_career-index-index .top-heading{float:left;width:100%;text-align:center;font-size:34px;padding:70px 0px;font-weight:bold}@media only screen and (max-width:1400px){.evincemage_career-index-index .top-heading{padding:30px 0px;font-size:30px}}@media only screen and (max-width:767px){.evincemage_career-index-index .top-heading{font-size:24px;padding:20px 0px}}.evincemage_career-index-index .opening-list{width:100%;max-width:1750px;margin:0 auto;padding:0 0px}.evincemage_career-index-index .opening-list .opening-item{margin-bottom:20px;clear:both}@media only screen and (max-width:767px){.evincemage_career-index-index .opening-list .opening-item{margin-bottom:10px}}.evincemage_career-index-index .opening-list .opening-title{font-size:22px;margin-bottom:16px;background-color:#1a98e3;padding:10px 30px;clear:both;position:relative;color:#fff;cursor:pointer}@media only screen and (max-width:1400px){.evincemage_career-index-index .opening-list .opening-title{font-size:18px}}@media only screen and (max-width:767px){.evincemage_career-index-index .opening-list .opening-title{padding:10px 14px;font-size:17px}}.evincemage_career-index-index .opening-list .opening-main{position:relative}.evincemage_career-index-index .opening-list .opening-main:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:60px;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;position:absolute;top:18px;right:0px;transform:rotate(90deg);pointer-events:none;color:#fff}@media only screen and (max-width:1400px){.evincemage_career-index-index .opening-list .opening-main:after{font-size:42px;top:14px}}@media only screen and (max-width:767px){.evincemage_career-index-index .opening-list .opening-main:after{font-size:46px;top:14px}}.evincemage_career-index-index .opening-list .opening-main.active{background-color:#e0a026;color:#fff}.evincemage_career-index-index .opening-list .opening-main.active:after{transform:rotate(-90deg)}.evincemage_career-index-index .opening-list .opening-description{font-size:16px;line-height:28px;padding-left:30px}@media only screen and (max-width:767px){.evincemage_career-index-index .opening-list .opening-description{font-size:16px;padding-left:14px}}.evincemage_career-index-index .opening-list .opening-department{font-size:20px;margin-bottom:10px;padding-left:30px}@media only screen and (max-width:767px){.evincemage_career-index-index .opening-list .opening-department{font-size:16px;padding-left:14px}}.evincemage_career-index-index #career-form{border:1px #ddd solid;padding:60px 70px}@media only screen and (max-width:1199px){.evincemage_career-index-index #career-form{padding:30px}}.evincemage_career-index-index #career-form legend.legend{margin-left:0px;font-size:27px;font-weight:bold}@media only screen and (max-width:1400px){.evincemage_career-index-index #career-form legend.legend{font-size:23px}}.evincemage_career-index-index #career-form .fieldset>.field:not(.choice)>.label{width:100%;text-align:left}.evincemage_career-index-index #career-form .fieldset>.field:not(.choice)>.control{width:100%;position:relative}.evincemage_career-index-index #career-form .fieldset>.field:not(.choice)>.control div.mage-error{position:absolute;top:100%;margin-top:3px;line-height:16px}.evincemage_career-index-index #career-form .field{float:left;width:48%}@media only screen and (max-width:767px){.evincemage_career-index-index #career-form .field{width:100%;margin-bottom:32px}}.evincemage_career-index-index #career-form .field:nth-child(2n + 2){margin-left:4% !important}@media only screen and (max-width:767px){.evincemage_career-index-index #career-form .field:nth-child(2n + 2){margin-left:0% !important}}.evincemage_career-index-index #career-form .actions-toolbar{margin-left:0px !important}.evincemage_career-index-index #career-form .actions-toolbar .primary .action{margin:0 5px 0 0;padding:16px 30px;font-size:18px}.evincemage_career-index-index .bottom-slider{text-align:center;padding-bottom:0px}@media only screen and (min-width:768px) and (max-width:1199px){.evincemage_career-index-index .bottom-slider{padding-bottom:60px}}.evincemage_career-index-index .bottom-slider h2{font-size:35px;margin:25px 0px;color:#1A99E4}@media only screen and (max-width:767px){.evincemage_career-index-index .bottom-slider h2{font-size:28px;margin-top:0px}}.evincemage_career-index-index .bottom-slider h2 .hash{color:#ccc}.evincemage_career-index-index .bottom-slider h2 .team{color:#F8C925}.evincemage_career-index-index .bottom-slider .owl-nav{display:none}.evincemage_career-index-index .core_value{text-align:center}.evincemage_career-index-index .core_value h2{color:#333;display:inline-block;font-size:42px;margin-bottom:45px;font-weight:bold}@media only screen and (max-width:767px){.evincemage_career-index-index .core_value h2{font-size:24px;margin-top:50px;margin-bottom:20px}}.evincemage_career-index-index .core_value .box{padding:0 25px;text-align:center;width:24.2514%;position:relative;flex-basis:24%;padding:40px;max-width:24%}@media only screen and (max-width:767px){.evincemage_career-index-index .core_value .box{max-width:100%;flex-basis:100%;padding:30px;width:100%;border:1px #ddd solid;margin-bottom:20px}}@media only screen and (min-width:768px) and (max-width:1199px){.evincemage_career-index-index .core_value .box{max-width:48%;flex-basis:48%;padding:30px;width:100%;border:1px #ddd solid;margin-bottom:4%}}.evincemage_career-index-index .core_value .hover-cnt{font-size:16px;line-height:24px}@media only screen and (max-width:1400px){.evincemage_career-index-index .core_value .hover-cnt{font-size:14px}}.evincemage_career-index-index .core_value .box-wrp{display:flex;justify-content:space-between;flex-wrap:wrap}.evincemage_career-index-index .career input[type="file"]{width:100%;border:1px solid #e2e2e2;padding:10px;-webkit-appearance:none;appearance:none;cursor:pointer;background:#efefef}.evincemage_career-index-index .opening-list .opening-main.active .opening-title{background-color:#e0a026}@media (max-width:992px){.quickorder-items thead{display:none}#quickorder-form table{border-collapse:collapse}#quickorder-form table td{display:block;width:100%;text-align:center}#quickorder-form table td:empty{display:none}.cms-quickshopping .show-result{margin-top:0;height:50px;border:0;background-color:#f9b713;color:#fff}.cms-quickshopping .quick-order-form button,.cms-quickshopping .quick-order-form .cart.table-wrapper .actions-toolbar>.action,.cms-quickshopping .quick-order-form .action-gift{vertical-align:top;background-color:#1b8ad0;color:#fff;border:0}.cms-quickshopping .quick-order-form button.primary,.cms-quickshopping .quick-order-form .cart.table-wrapper .actions-toolbar>.action.primary,.cms-quickshopping .quick-order-form .action-gift.primary{background-color:#f9b713}}.modal-popup._inner-scroll{z-index:99999 !important}.modal-popup._inner-scroll .secondary a.action{color:#333}.modals-overlay{z-index:9999 !important}.cms-brand-approval .main{width:100%}.cms-brand-approval .tessco-brand-main img{max-width:100%}.cms-brand-approval .tessco-brand-main h3,.cms-brand-approval .tessco-brand-main h3 a{color:#bf2126;font-size:18px;font-weight:700;letter-spacing:2px;margin:40px 0;text-align:center}.cms-brand-approval .tessco-brand-main h3 a:hover{color:#F8C925}.cms-brand-approval .grid-wrp .grid-item{float:left;margin-bottom:40px;margin-right:73px;text-align:center;width:230px}.cms-brand-approval .grid-wrp .grid-item:last-child{margin-right:0}.cms-brand-approval .grid-wrp .grid-item h4{color:#1a81c3;font-size:16px;font-weight:700;margin:10px 0 25px;letter-spacing:1px}.cms-brand-approval .grid-wrp .grid-item .buttn a{background-color:#1e83c2;color:#ffffff;display:inline-block;font-size:18px;font-weight:700;min-width:100%;padding:10px 20px;text-transform:uppercase}.cms-brand-approval .grid-wrp .grid-item .buttn a:hover{background:#f8c925 none repeat scroll 0 0}.cms-brand-approval .secound-section{float:left;width:100%}.cms-brand-approval .secound-section .inner_bg{background-color:#F3F3F5;padding:40px;border-radius:30px 30px 0px 0px;float:left;width:100%}.cms-brand-approval .tessco-section .logo-part{float:left;margin:20px 30px 0 0;width:260px}.cms-brand-approval .tessco-section .description-part{color:#000000;float:right;font-size:18px;line-height:27px;margin-top:0;width:71%}.cms-brand-approval .map-agreement{float:left;margin:20px 0;width:100%}.cms-brand-approval .map-agreement h3::after{background-color:#1d81c3;bottom:-40px;content:"";height:3px;left:50%;margin-left:-45px;position:absolute;text-align:center;width:90px}.cms-brand-approval .map-agreement h3{color:#1d81c3;font-size:33px;position:relative}.cms-brand-approval .tessco-brand-main .top-banner a{display:block;text-align:center}.cms-brand-approval .map-agreement .content-part{font-size:24px;line-height:30px;width:100%}.cms-brand-approval .map-agreement .content-part p{margin-bottom:20px}.cms-brand-approval .map-agreement .content-section{padding-top:100px;position:relative}.cms-brand-approval .map-agreement .image-part{position:absolute;right:80px;top:-6px;width:150px}.cms-brand-approval .no-selling-section{float:left;padding:40px 0;width:100%}.cms-brand-approval .no-selling-section img{padding:0 30px}.cms-brand-approval .msrp-section{float:left;padding:20px 0;width:100%}.cms-brand-approval .msrp-section .img-section{float:left;margin-right:3%;width:18%}.cms-brand-approval .msrp-section .content-section{float:right;font-size:36px;line-height:47px;margin-top:28px;width:77%}.cms-brand-approval .msrp-section .inner_bg{background-color:#F3F3F5;padding:40px;border-radius:0px 0px 30px 30px;float:left;width:100%}.cms-brand-approval .why-do-map{float:left;margin:40px 0;width:100%}.cms-brand-approval .why-do-map h4{font-size:28px;font-weight:700;margin-bottom:30px;text-align:center}.cms-brand-approval .why-do-map p,.cms-brand-approval .why-do-map li{font-size:18px;font-weight:400;line-height:26px;margin:12px 0}.cms-brand-approval .why-do-map p{margin-bottom:20px}.cms-brand-approval .middle-banner{float:left;width:100%}.cms-brand-approval .mobile-accessories{float:left;width:100%;padding:30px 0px}.cms-brand-approval .mobile-accessories h3{color:#404040;font-size:35px;margin-bottom:15px}.cms-brand-approval .mobile-accessories p{font-size:22px;line-height:28px;margin:0 auto;text-align:center;width:80%}.cms-brand-approval .mobile-accessories .brand-list{float:left;margin:40px 0}.cms-brand-approval .mobile-accessories .brand-list li{float:left;height:150px;line-height:150px;padding:0;text-align:center;vertical-align:middle;width:25%}.cms-brand-approval .mobile-accessories .brand-list li img{display:inline-block;height:auto;max-height:110px;max-width:160px}.cms-brand-approval .help-section{background-color:#f9fafb;float:left;padding:30px 0px;width:100%}.cms-brand-approval .help-section h3{color:#1e83c2;font-size:44px;position:relative}.cms-brand-approval .help-section h3::after{background-color:#1d81c3;bottom:-40px;content:"";height:3px;left:50%;margin-left:-45px;position:absolute;text-align:center;width:90px}.cms-brand-approval .help-section .items-grid .item-grid{float:left;padding:0 30px;width:33.3%;text-align:center}.cms-brand-approval .help-section .items-grid .item-grid:nth-child(2){margin-top:140px}.cms-brand-approval .help-section .item-grid h5{color:#1d81c3;font-size:25px;font-weight:700;text-transform:uppercase}.cms-brand-approval .help-section .item-grid p{font-size:20px;line-height:28px}.cms-brand-approval .contact-section{float:left;padding:30px 0;width:100%;text-align:center}.cms-brand-approval .contact-section .contact-details .img-sec{float:left;width:41%}.cms-brand-approval .contact-section .details-sec{float:left;width:100%}.cms-brand-approval .contact-section .details-sec h5{color:#333333;font-size:28px;line-height:30px;margin-bottom:10px;margin-top:20px}.cms-brand-approval .contact-section .details-sec p{color:#333333;font-size:24px;padding:0}.cms-brand-approval .contact-section .details-sec p.number{font-size:28px;padding:7px 0}.cms-brand-approval .contact-section .butn a{background:#ecb71c none repeat scroll 0 0;box-shadow:-1px 1px 0 #7c858a;color:#ffffff;display:inline-block;font-size:20px;letter-spacing:1px;padding:7px 10px;text-transform:uppercase;width:170px;margin-top:10px}.cms-brand-approval .contact-section .butn a:hover{background-color:#1A99E4}.cms-brand-approval .contact-section h3{color:#1d81c3;font-size:34px;position:relative;margin-bottom:60px}.cms-brand-approval .contact-section .grid_item{display:inline-block;margin:0px 5%;width:36%}.cms-brand-approval .grid-wrp .container{max-width:1140px;margin:0 auto}.cms-quickshopping .quickorder-items button.button,.cms-quickshopping .quickorder-items .cart.table-wrapper .actions-toolbar>.action.button,.cms-quickshopping .quickorder-items .action-gift.button{background:#f9b713;color:#fff;border-color:#f9b713}@media only screen and (max-width:767px){.cms-quickshopping .quickorder-items button.button,.cms-quickshopping .quickorder-items .cart.table-wrapper .actions-toolbar>.action.button,.cms-quickshopping .quickorder-items .action-gift.button{height:40px}}.cms-quickshopping .quickorder-items button.button:hover,.cms-quickshopping .quickorder-items .cart.table-wrapper .actions-toolbar>.action.button:hover,.cms-quickshopping .quickorder-items .action-gift.button:hover{background-color:#fff;color:#f9b713}.cms-warranty-returns p a img{width:100% !important}@media (min-width:992px) and (max-width:1199px){.buyback_page .video-sec{float:left;width:490px}.buyback_page .buyback-banner .video{height:300px}.buyback_page .video-details h1{font-size:45px}.buyback_page .video-details ul li{font-size:16px}.buyback_page .video-details{padding-right:4%}.buyback_page .sell_section .form-list input.input-text{width:100%}.buyback_page .form-list .field{float:left;width:49%}.buyback_page .form-list .field:first-child{float:left;margin-right:2%}.buyback_page .sell_section .registration_box .account-create #form-validate{width:100%}.cms-buyback .main{width:100%;padding:0px}.cms-customer-help .following_title{width:auto;clear:both;display:inline-block}.help_box{clear:both;width:100%}.cms-customer-help .box_img_1{width:30.5%}.cms-customer-help .box_img_2{margin-left:4%;width:64%}.cms-customer-help .box_img_3{margin-left:4%;margin-top:4%;width:30.2%}.cms-customer-help .box_img_4{margin-top:4%;width:65%}.cms-customer-help .box_img_5{margin-top:4%;width:31%}.cms-customer-help .box_img_6{margin-top:4%;width:31%}.cms-customer-help .box_img_7{margin-left:4%;margin-top:4%;width:65%}.cms-customer-help .box_img_8{margin-left:4%;margin-top:4%;width:31%}.cms-customer-help .box_img_9{margin-top:4%;width:31%}.page-deals .box_img_1{width:32%}.page-deals .box_img_2{margin-left:2%;width:66%}.page-deals .box_img_3{margin-left:2%;margin-top:20px;width:30%}.page-deals .box_img_4{margin-top:49px;width:64%}.page-deals .box_img_5{margin-top:20px;width:33%}.page-deals .box_img_6{margin-top:20px;width:32%}.page-deals .box_img_7{margin-left:2%;margin-top:20px;width:66%}.page-deals .box_img_8{margin-left:2%;margin-top:19px;width:31%}.page-deals .box_img_9{margin-top:19px;width:31%}.cms-brand-approval .main{padding:0px}.cms-brand-approval .grid-wrp .grid-item{float:left;margin-bottom:40px;margin-right:60px;text-align:center;width:190px}.cms-brand-approval .grid-wrp .grid-item h4{font-size:15px}.cms-brand-approval .grid-wrp .grid-item .buttn a{font-size:15px}.cms-brand-approval .tessco-section .description-part{width:65%}.cms-brand-approval .map-agreement .content-part{font-size:19px}.cms-brand-approval .msrp-section .content-section{font-size:27px;line-height:36px;margin-top:15px}.cms-brand-approval .help-section .item-grid p{font-size:17px;line-height:26px}.cms-brand-approval .mobile-accessories h3{font-size:20px}.cms-brand-approval .help-section h3{font-size:38px}.cms-brand-approval .contact-section .details-sec h5{font-size:22px;line-height:28px;margin-bottom:0}.cms-brand-approval .contact-section .details-sec p{font-size:20px;padding:0px}.cms-brand-approval .contact-section .details-sec p.number{font-size:24px;padding:0}.cms-brand-approval .contact-section .butn a{max-width:100%}}@media (min-width:768px) and (max-width:991px){.buyback_page .video-sec{float:left;width:490px}.buyback_page .buyback-banner .video{height:300px}.buyback_page .video-details h1{font-size:45px}.buyback_page .video-details ul li{font-size:16px}.buyback_page .video-details{padding-right:4%}.buyback_page .sell_section .form-list input.input-text{width:100%}.buyback_page .form-list .field{float:left;width:49%}.buyback_page .form-list .field:first-child{float:left;margin-right:2%}.buyback_page .sell_section .registration_box .account-create #form-validate{width:100%}.cms-buyback .main{width:100%;padding:0px}.buyback_page .buyback-banner{text-align:center}.buyback_page .video-details{display:inline-block;width:100%;padding-top:1%;padding-right:0px;float:none}.buyback_page .pricing-section h1{font-size:46px}.buyback_page .pricing-section{min-height:155px;padding:10px 0 20px}.buyback_page .video-sec{display:inline-block;float:none}.buyback_page .pricing-section h6{font-size:15px;padding-bottom:0}.buyback_page .video-details h1{font-size:40px}.buyback_page .account-create .form-list select{width:100%}.cms-careers .currentOpening-content .col_left li{font-size:16px;padding:9px 10px}.cms-careers .currentOpening-content .job-area-listing h4{font-size:17px}.cms-careers .events_form .form-list>li{padding:0px 10px}.cms-careers .events_form .form-list .input-text,.events_form .form-list .selct_box{height:40px;border-width:1px;background-color:#fff}.cms-careers .currentOpening-content .job-area-listing{margin:0px}.cms-careers .bx-wrapper .bx-controls-direction a{background-size:cover;width:30px;height:56px;margin-top:-28px}.cms-careers .bx-wrapper .bx-next{background-position:-56px 0px}.cms-customer-help .following_title{width:auto;clear:both;display:inline-block}.help_box{clear:both;width:100%}.cms-customer-help .box_img_1{width:31%}.cms-customer-help .box_img_2{margin-left:4%;width:64%}.cms-customer-help .box_img_3{margin-left:4%;margin-top:4%;width:30%}.cms-customer-help .box_img_4{margin-top:4%;width:64%}.cms-customer-help .box_img_5{margin-top:4%;width:31%}.cms-customer-help .box_img_6{margin-top:4%;width:31%}.cms-customer-help .box_img_7{margin-left:4%;margin-top:4%;width:65%}.cms-customer-help .box_img_8{margin-left:4%;margin-top:4%;width:31%}.cms-customer-help .box_img_9{margin-top:4%;width:31%}.page-deals .box_img_1{width:230px}.page-deals .box_img_2{margin-left:15px;width:475px}.page-deals .box_img_3{margin-left:15px;margin-top:12px;width:220px}.page-deals .box_img_5{margin-top:12px;width:235px}.page-deals .box_img_4{margin-top:27px;width:465px}.page-deals .box_img_6{margin-top:20px;width:235px}.page-deals .box_img_7{margin-left:15px;margin-top:18px;width:470px}.page-deals .box_img_8{margin-left:15px;margin-top:20px;width:230px}.page-deals .box_img_9{margin-top:20px;width:230px}.cms-brand-approval .main{padding:0px}.cms-brand-approval .grid-wrp{text-align:center}.cms-brand-approval .grid-wrp .grid-item{display:inline-block;float:none;margin:20px 30px;text-align:center;width:250px}.cms-brand-approval .tessco-section .description-part{font-size:16px;line-height:28px;width:60%}.cms-brand-approval .map-agreement .content-part{font-size:15px}.cms-brand-approval .msrp-section .content-section{font-size:29px;line-height:41px;margin-top:15px}.cms-brand-approval .help-section .item-grid p{font-size:15px;line-height:21px}.cms-brand-approval .grid-wrp .grid-item .buttn a{font-size:17px;padding:10px 20px;min-width:inherit}.cms-brand-approval .tessco-section .logo-part{width:220px}.cms-brand-approval .tessco-section .description-part{font-size:16px;line-height:26px}.cms-brand-approval .tessco-brand-main .map-agreement h3{font-size:27px}.cms-brand-approval .help-section h3{font-size:34px}.cms-brand-approval .msrp-section .content-section{font-size:22px;line-height:32px;margin-top:11px}.cms-brand-approval .why-do-map h4{font-size:25px}.cms-brand-approval .mobile-accessories .brand-list li img{height:auto;max-height:80px;max-width:130px}.cms-brand-approval .mobile-accessories .brand-list li{height:120px}.cms-brand-approval .help-section .item-grid h5{font-size:20px}.cms-brand-approval .map-agreement .image-part{position:absolute;right:0;top:-6px;width:150px}.cms-brand-approval .no-selling-section img{display:block;padding:0}.contact-section .grid_item{display:inline-block;margin:0 11px;width:215px}.cms-brand-approval .contact-section .details-sec h5{font-size:22px;line-height:28px;margin-bottom:0}.cms-brand-approval .contact-section .details-sec p{font-size:20px;padding:0px}.cms-brand-approval .contact-section .details-sec p.number{font-size:24px;padding:0}.cms-brand-approval .contact-section .butn a{max-width:100%}}@media (max-width:767px){.buyback_page .video-sec{float:left;width:490px}.buyback_page .buyback-banner .video{height:300px}.buyback_page .video-details h1{font-size:45px}.buyback_page .video-details ul li{font-size:16px}.buyback_page .video-details{padding-right:4%}.buyback_page .sell_section .form-list input.input-text{width:100%}.buyback_page .account-create .form-list .field{float:left;width:49%}.buyback_page .account-create .form-list .field:first-child{float:left;margin-right:2%}.buyback_page .sell_section .registration_box .account-create #form-validate{width:100%}.cms-buyback .main{width:100%;padding:0px}.buyback_page .buyback-banner{text-align:center}.buyback_page .video-details{display:inline-block;width:100%;padding-top:1%;padding-right:0px;float:none}.buyback_page .pricing-section h1{font-size:46px}.buyback_page .pricing-section{min-height:155px;padding:10px 0 20px}.buyback_page .video-sec{display:inline-block;float:none}.buyback_page .pricing-section h6{font-size:15px;padding-bottom:0}.buyback_page .video-details h1{font-size:40px}.buyback_page .account-create .form-list select{width:100%}.buyback_page .sell_section{padding:30px}.buyback_page .sell_section .registration_box{width:100%}.cms-careers .currentOpening-content .col_left li{font-size:17px}.cms-careers .currentOpening-content .job-area-listing{margin:0px}.cms-careers .currentOpening-content .job-area-listing li{width:100%;margin:0 0 4%;height:100px}.cms-careers .currentOpening-content .job-area-listing>ul{margin:0px}.cms-careers .event_contact_details>h2{font-size:26px}.cms-careers .top_heading .opening,.cms-careers .top_heading h2{font-size:30px}.cms-careers .top_heading h2{margin:0 0 20px}.cms-careers .events_form .form-list>li{width:100%;padding:0px}.cms-careers .events_form .form-list .input-text,.events_form .form-list .selct_box{height:40px;border-width:1px;background-color:#fff}.cms-careers .events_form .form-list label{font-size:15px}.cms-careers .event_contact_details .events_form{padding:30px 15px}.cms-careers .events_form .input-submit{font-size:19px}.cms-careers .core_value .box{margin-bottom:20px;width:100%;margin-right:0px}.cms-careers .bottom-slider h2{font-size:28px}.cms-careers .bx-wrapper .bx-controls-direction a{background-size:cover;width:20px;height:36px;margin-top:-18px}.cms-careers .bx-wrapper .bx-next{background-position:-37px 0px}.cms-customer-help .following_title{width:auto;clear:both;display:inline-block}.cms-customer-help .following_title,.page-deals .following_title{width:100%;text-align:left;padding:5px 20px}.help_box{clear:both;width:100%}.cms-customer-help .box_img_1{width:31%}.cms-customer-help .box_img_2{margin-left:4%;width:64%}.cms-customer-help .box_img_3{margin-left:4%;margin-top:4%;width:30%}.cms-customer-help .box_img_4{margin-top:3%;width:64%}.cms-customer-help .box_img_5{margin-top:4%;width:31%}.cms-customer-help .box_img_6{margin-top:4%;width:31%}.cms-customer-help .box_img_7{margin-left:4%;margin-top:4%;width:65%}.cms-customer-help .box_img_8{margin-left:4%;margin-top:4%;width:31%}.cms-customer-help .box_img_9{margin-top:4%;width:31%}.page-deals .box_img_1{width:32%}.page-deals .box_img_2{margin-left:2%;width:66%}.page-deals .box_img_3{margin-left:2%;margin-top:5px;width:30%}.page-deals .box_img_4{margin-top:17px;width:64%}.page-deals .box_img_5{margin-top:7px;width:33%}.page-deals .box_img_6{margin-top:12px;width:32%}.page-deals .box_img_7{margin-left:2%;margin-top:12px;width:66%}.page-deals .box_img_8{margin-left:2%;margin-top:7px;width:31%}.page-deals .box_img_9{margin-top:7px;width:31%}.page-deals .top_00_banner{margin-bottom:10px}.page-deals .help_text_bottom{font-size:18px;line-height:22px}.page-deals .box_img_10{margin-top:10px}.cms-brand-approval .main{padding:0px}.cms-brand-approval .tessco-section .description-part{width:100%}.cms-brand-approval .map-agreement .content-section{padding:0px}.cms-brand-approval .map-agreement .content-part{font-size:15px;line-height:22px}.cms-brand-approval .no-selling-section img{padding:0}.cms-brand-approval .msrp-section .content-section{font-size:29px;line-height:41px;margin-top:15px}.cms-brand-approval .help-section .item-grid p{font-size:15px;line-height:21px}.cms-brand-approval .contact-section .details-sec{margin-top:70px}.cms-brand-approval .tessco-brand-main .grid-wrp h3,.cms-brand-approval .tessco-brand-main .grid-wrp h3 a{font-size:16px;word-wrap:break-word}.cms-brand-approval .contact-section .grid_item{margin:0 2% 30px;width:44%}.cms-brand-approval .contact-section .details-sec h5{font-size:17px;line-height:20px;margin-bottom:0}.cms-brand-approval .contact-section .details-sec p{font-size:16px;padding:0px}.cms-brand-approval .contact-section .details-sec p.number{font-size:20px;padding:0}.cms-brand-approval .contact-section .butn a{max-width:100%;font-size:18px}.cms-brand-approval .tessco-brand-main h3{font-size:24px;letter-spacing:2px;line-height:29px}.cms-brand-approval .tessco-brand-main .grid-wr h3,.cms-brand-approval .tessco-brand-main .grid-wr h3 a{font-size:17px;word-wrap:break-word}.cms-brand-approval .grid-wrp .grid-item{width:100%;margin-right:0px}.cms-brand-approval .secound-section .inner_bg{padding:30px}.cms-brand-approval .map-agreement h3{font-size:20px;line-height:31px}.cms-brand-approval .map-agreement h3::after{bottom:-10px}.cms-brand-approval .grid-wrp .grid-item h4{font-size:21px}.cms-brand-approval .grid-wrp .grid-item .buttn a{font-size:19px;padding:11px 22px;min-width:inherit}.cms-brand-approval .msrp-section .content-section{font-size:19px;line-height:28px;margin-top:11px;text-align:center;width:100%}.cms-brand-approval .tessco-section .description-part{font-size:18px;line-height:28px}.cms-brand-approval .mobile-accessories h3{font-size:18px}.cms-brand-approval .help-section h3{font-size:26px}.cms-brand-approval .help-section h3::after{bottom:-10px}.cms-brand-approval .msrp-section .content-section{font-size:22px;line-height:32px;margin-top:11px}.cms-brand-approval .why-do-map h4{font-size:25px}.cms-brand-approval .mobile-accessories .brand-list li img{height:auto;max-height:80px;max-width:130px}.cms-brand-approval .mobile-accessories .brand-list li{height:120px}.cms-brand-approval .help-section .item-grid h5{font-size:20px}.cms-brand-approval .contact-details{margin:0 auto;max-width:450px}.cms-brand-approval .tessco-section .logo-part{margin:20px 0 0;text-align:center;width:100%}.cms-brand-approval .map-agreement .image-part{margin:0 auto;position:relative;right:0;top:0;width:150px}.cms-brand-approval .msrp-section .img-section{float:none;margin:0 auto;max-width:160px;width:100%}.cms-brand-approval .mobile-accessories p{font-size:20px;width:100%}.cms-brand-approval .mobile-accessories .brand-list li{width:50%}.cms-brand-approval .help-section .items-grid .item-grid{float:left;padding:20px 30px;text-align:center;width:100%}.cms-brand-approval .contact-section .contact-details .img-sec{float:left;width:100%}.cms-brand-approval .contact-section .details-sec{width:100%;margin-top:0;text-align:center;padding-left:0px}.cms-brand-approval .help-section .items-grid .item-grid:nth-child(2){margin-top:0}}@media only screen and (max-width:359px){.page-deals .box_img_1{width:31%}.page-deals .box_img_2{margin-left:4%;width:64%}.page-deals .box_img_3{margin-left:4%;margin-top:13px;width:30.2%}.page-deals .box_img_4{margin-top:9px;width:65%}.page-deals .box_img_5{margin-top:12px;width:33%}.page-deals .box_img_6{margin-top:15px;width:33%}.page-deals .box_img_7{margin-left:3%;margin-top:10px;width:64%}.page-deals .box_img_8{margin-left:3%;margin-top:12px;width:31%}.page-deals .box_img_9{margin-top:12px;width:31%}.page-deals .box_img_10{margin-top:10px}}.customer-account-create .form-create-account select{background:url('../../frontend/Revamp/Theme/en_US//images/arrow-down-sign-to-navigate.png') no-repeat;background-position:center right 7px;padding-right:30px;background-size:12px}.buyback-buyback-index .page.messages{margin-top:10px}.buyback-buyback-index .sell_screens{margin-bottom:1rem}.buyback-buyback-index .sell_screens a{display:inline-block;transition:.2s ease-in-out;border-radius:4px;background:#f9b713;font-size:18px;color:#fff;border:1px solid #f9b713;text-align:center;font-weight:600;padding:10px 30px}@media only screen and (max-width:767px){.buyback-buyback-index .sell_screens a{font-size:14px;padding:6px 14px}}.buyback-buyback-index .sell_screens a:hover{background-color:#ffffff;color:#f9b713;border-color:#f9b713}.buyback-buyback-index .buyback-list-container{background:#f7f7f7}@media only screen and (max-width:767px){.buyback-buyback-index .buyback-list-container{overflow-y:scroll}}.buyback-buyback-index .buyback-list-container table thead{background:#1b8ad0;color:#fff}.buyback-buyback-index .buyback-list-container table thead th{vertical-align:middle}.buyback-buyback-index .buyback-list-container table tbody td{font-size:16px;vertical-align:middle}@media only screen and (max-width:767px){.buyback-buyback-index .buyback-list-container table tbody td{font-size:14px}}.buyback-buyback-index .toolbar{margin-top:1rem}.buyback-buyback-index .pages .items .item{margin:0 4px 0 0;vertical-align:middle}.buyback-buyback-index .pages .items .item a.page{width:35px;height:35px;line-height:35px;display:inline-block;border:1px solid #b6b6b6;padding:0px;background:#f3f3f3}.buyback-buyback-index .pages .items .item a.page:hover{border-color:#1a80c1}.buyback-buyback-index .pages .items .item a.page span{font-size:16px;font-weight:400;color:#05141f}.buyback-buyback-index .pages .items .item .action{border:none;margin:0px}.buyback-buyback-index .pages .items .item .action:before{color:#000}.buyback-buyback-index .pages .items .item.current .page{width:35px;height:35px;line-height:35px;display:inline-block;border:1px solid #1a80c1;padding:0px;background:#1a80c1}.buyback-buyback-index .pages .items .item.current .page span{font-size:16px;font-weight:400;color:#fff}.buyback-view-index .buyback-title h1{font-size:20px;margin-bottom:10px;font-weight:600}.buyback-view-index .buyback-view table{background:#f7f7f7}.buyback-view-index .buyback-view table thead{background:#1b8ad0;color:#fff}.buyback-view-index .buyback-view table thead th{vertical-align:middle}.buyback-view-index .buyback-view table tbody td{vertical-align:middle;padding:4px 16px;font-size:16px}@media only screen and (max-width:767px){.buyback-view-index .buyback-view table tbody td{font-size:14px}}.buyback-view-index .buyback-view table tbody td h4{margin:0px}.buyback-view-index .buyback-view table tbody td.iqty input{height:42px;text-align:center;width:80px}.buyback-view-index .buyback-view table tbody .totaltr td{padding:10px;font-weight:600}@media only screen and (max-width:767px){.buyback-view-index .buyback-view .buyback-items{overflow-y:scroll}}.buyback-view-index .reward-section{display:inline-block;padding:2rem;box-shadow:0 0px 4px 0 #e6e6e6;margin-top:2rem}.buyback-view-index .reward-section label{font-size:18px;font-weight:600}.buyback-view-index .reward-section .payflow-method{margin-bottom:1rem}.buyback-view-index .reward-section .payflow-method span{font-size:16px}.buyback-view-index .reward-section .payflow-method span.inline-element{padding-right:10px}.buyback-view-index .reward-section .actions-toolbar .btnsubmit{background-color:#f9b713;border-color:#f9b713;color:#fff}.buyback-view-index .reward-section .actions-toolbar .btnsubmit:hover{background-color:#fff;color:#f9b713}.buyback-buyback-view .buyback-title h1{margin-bottom:20px;border-bottom:1px #ddd solid;width:100%;padding-bottom:11px;text-transform:uppercase;letter-spacing:1px;line-height:1.2;font-size:18px;font-weight:700;margin-left:0px !important}.buyback-buyback-view .buyback-view table{background:#f7f7f7}.buyback-buyback-view .buyback-view table thead{background:#1b8ad0;color:#fff}.buyback-buyback-view .buyback-view table thead th{vertical-align:middle}.buyback-buyback-view .buyback-view table tbody td{vertical-align:middle;padding:8px 16px;font-size:16px}@media only screen and (max-width:767px){.buyback-buyback-view .buyback-view table tbody td{font-size:14px}}.buyback-buyback-view .buyback-view table tbody td h4{margin:0px}.buyback-buyback-view .buyback-view table tbody td.iqty input{height:42px;text-align:center;width:80px}.buyback-buyback-view .buyback-view table tbody .totaltr td{padding:10px;font-weight:600}.buyback-buyback-view .comment-sec{background:#fbfbfb;padding:1.5rem;margin-top:2rem;margin-bottom:2rem}.buyback-buyback-view .comment-sec h2{font-weight:600;padding:1rem;color:#fff;background-color:#1b8ad0;font-size:16px;border:none}@media only screen and (max-width:767px){.buyback-buyback-view .comment-sec h2{font-size:1.5rem !important}}.buyback-buyback-view .comment-sec textarea{height:100px;resize:none}.buyback-buyback-view .comment-sec .form-list{margin-bottom:1rem}.buyback-buyback-view .comment-sec .form-list label{font-size:14px;font-weight:600;margin-bottom:4px}.buyback-buyback-view .comment-sec .buttons-set .required{color:red;font-size:14px}.buyback-buyback-view .comment-sec .buttons-set button,.buyback-buyback-view .comment-sec .buttons-set .cart.table-wrapper .actions-toolbar>.action,.buyback-buyback-view .comment-sec .buttons-set .action-gift{background-color:#f9b713;border-color:#f9b713;color:#fff;margin:0 5px 0 0;padding:13px 20px;box-shadow:none !important;font-size:16px}@media only screen and (max-width:767px){.buyback-buyback-view .comment-sec .buttons-set button,.buyback-buyback-view .comment-sec .buttons-set .cart.table-wrapper .actions-toolbar>.action,.buyback-buyback-view .comment-sec .buttons-set .action-gift{padding:10px 15px;font-size:14px}}.buyback-buyback-view .comment-sec .buttons-set button:hover,.buyback-buyback-view .comment-sec .buttons-set .cart.table-wrapper .actions-toolbar>.action:hover,.buyback-buyback-view .comment-sec .buttons-set .action-gift:hover{background-color:#fff;color:#f9b713}.buyback-buyback-view .comment-sec .buyback-comments-list{margin-bottom:0px;margin-top:2rem}.buyback-buyback-view .comment-sec .buyback-comments-list li{padding:1rem;background:#efefef}@media only screen and (max-width:767px){.buyback-buyback-view .buyback-items-view{overflow-y:auto}}@media only screen and (max-width:991px){body.customer-account-login .page-main .login-container .block.block-customer-login,.aw-rma-new-guest .block-customer-login{border-right:0px !important;border-bottom:1px #ddd solid !important}}.customer-address-form .field.billing{clear:both}@media (min-width:1401px) and (max-width:1600px){.cms-about-us .middle-section,.cms-about-us .statistics-section,.cms-about-us .our-team-section,.cms-about-us .features-section{padding-left:60px !important;padding-right:60px !important}}.customer-address-index .additional-addresses table th{font-size:16px}@media only screen and (max-width:1400px){.customer-address-index .additional-addresses table th{font-size:14px}}.customer-address-index .additional-addresses table td{font-size:16px}@media only screen and (max-width:1400px){.customer-address-index .additional-addresses table td{font-size:14px}}.cms-buyback .faq-list .faq-title{padding:0px}.cms-buyback .faq-list .faq-title .faq-question{padding:12px 50px 12px 20px}.cart.item.message.error div{padding-left:24px}.block.newsletter .actions{width:0}.aw_rma-customer-createrequeststep .aw-rma__actions{text-align:center}.aw_rma-customer-createrequeststep .aw-rma__actions button,.aw_rma-customer-createrequeststep .aw-rma__actions .cart.table-wrapper .actions-toolbar>.action,.aw_rma-customer-createrequeststep .aw-rma__actions .action-gift{margin-top:15px;background:#f9b713;color:#fff;border-color:#f9b713}.aw_rma-customer-createrequeststep .aw-rma__actions button:hover,.aw_rma-customer-createrequeststep .aw-rma__actions .cart.table-wrapper .actions-toolbar>.action:hover,.aw_rma-customer-createrequeststep .aw-rma__actions .action-gift:hover{background:#fff;color:#f9b713;border-color:#f9b713}.aw_rma-customer-createrequeststep .aw-rma__return-items .aw-rma__return-item-container{background:#f5f5f5;padding:10px;display:flex;align-items:center}@media only screen and (max-width:767px){.aw_rma-customer-createrequeststep .aw-rma__return-items .aw-rma__return-item-container{flex-wrap:wrap}}.aw_rma-customer-createrequeststep .aw-rma__return-items .aw-rma__return-item-container>div{box-sizing:border-box}.aw_rma-customer-createrequeststep .aw-rma__return-items .aw-rma__return-item-container .item-details{flex:0 0 45%;max-width:45%}@media only screen and (max-width:767px){.aw_rma-customer-createrequeststep .aw-rma__return-items .aw-rma__return-item-container .item-details{flex:0 0 100%;max-width:100%}}.aw_rma-customer-createrequeststep .aw-rma__return-items .aw-rma__return-item-container .item-details input[type="checkbox"]{cursor:pointer}.aw_rma-customer-createrequeststep .aw-rma__return-items .aw-rma__return-item-container .item-return-details{flex:0 0 55%;max-width:55%;margin:0}@media only screen and (max-width:767px){.aw_rma-customer-createrequeststep .aw-rma__return-items .aw-rma__return-item-container .item-return-details{flex:0 0 100%;max-width:100%}}.aw_rma-customer-createrequeststep .aw-rma__return-items .aw-rma__return-item-container .item-return-details .messages{text-align:left}.aw_rma-customer-createrequeststep .aw-rma__return-items .aw-rma__return-item-container .item-return-details .tick-checkbox{text-align:left}.aw_rma-customer-view .aw-rma__actions{text-align:center}.aw_rma-customer-view .aw-rma__actions button,.aw_rma-customer-view .aw-rma__actions .cart.table-wrapper .actions-toolbar>.action,.aw_rma-customer-view .aw-rma__actions .action-gift{margin-top:10px;background:#f9b713;color:#fff;border-color:#f9b713;margin-right:6px}.aw_rma-customer-view .aw-rma__actions button:hover,.aw_rma-customer-view .aw-rma__actions .cart.table-wrapper .actions-toolbar>.action:hover,.aw_rma-customer-view .aw-rma__actions .action-gift:hover{background:#fff;color:#f9b713;border-color:#f9b713}.aw_rma-customer-view .aw-rma__block-general{padding:15px !important}.aw_rma-customer-view .aw-rma__block-thread .messages li{width:100%}.aw_rma-customer-view .aw-rma__box-contact-info .box-title{font-size:18px;font-weight:700}.aw-rma-file-uploader__container{clear:both}.aw-rma__return-massaction.block .box-actions .action{margin-right:6px}.aw_rma-customer-view .field .control{font-size:16px}.aw_rma-customer-view .shipping-address-previewer{font-size:16px}.sales-order-shipment .block-order-details-view{margin-top:15px}@media only screen and (max-width:991px){.buyback-view-index form#buyback-form{overflow-y:auto}.buyback-view-index form#buyback-form .reward-section{margin-left:4px;margin-bottom:4px}}.aw_rma-customer-view .aw-rma__return-item-container{border:1px solid #f5f5f5}.aw_rma-customer-view .aw-rma__view-items .aw-rma__return-item-container .item-details{padding:15px}.aw_rma-customer-view .aw-rma__view-items .aw-rma__return-item-container .item-details .price-excluding-tax{margin-top:6px}.aw_rma-customer-view .aw-rma__block-general .aw-rma__field{background:#fff;padding:10px}.aw_rma-customer-view .box.aw-rma__box-contact-info{background:#fff;padding:10px}.aw_rma-customer-view .box.aw-rma__box-contact-info .box-title{border-bottom:1px solid #ececec;width:100%;padding-bottom:4px}.aw_rma-customer-view .aw-rma__block-general .aw-rma__field .label{border-bottom:1px solid #ececec}.aw-rma-list thead th{white-space:nowrap}.aw_rma-customer-selectorderstep .aw-rma-new .aw-rma__select-order-table thead th{background-color:#1b8ad0;color:#fff;vertical-align:middle}.aw_rma-customer-selectorderstep .aw-rma-new .aw-rma__select-order-table .product-item-image{width:24%;display:inline-block;vertical-align:middle}.aw_rma-customer-selectorderstep .aw-rma-new .aw-rma__select-order-table .product-item-details{width:70%;display:inline-block;vertical-align:middle}.aw_rma-customer-createrequeststep .create-request .control{margin-left:0px}table.aw-rma-list tbody td{font-size:16px !important}.aw_rma-customer-selectorderstep table tbody td{font-size:16px !important}.aw_rma-customer-view .aw-rma__block-items .aw-rma__return-item-container .control{margin-left:0px}.aw_rma-customer-view .aw-rma__block-items .aw-rma__return-item-container .aw-rma__field .label{border-bottom:1px solid #e2e2e2}.aw_rma-customer-view .aw-rma__block-thread .fieldset{background:#f5f5f5;padding:15px;margin-bottom:0px}.aw_rma-customer-createrequeststep .create-request .product-details{display:flex;align-items:center}.aw_rma-customer-createrequeststep .create-request .product-details .product-item-image{margin-right:10px}.aw_rma-customer-createrequeststep .create-request .product-details>div{box-sizing:border-box}.aw_rma-customer-view .aw-rma__box-general .control{margin-left:0px}.aw-rma__view-items .aw-rma__return-item-container .item-return-details{width:58% !important;margin-left:2% !important;display:inline-block}.aw-rma__view-items .aw-rma__return-item-container .item-details{width:40% !important;display:inline-block;vertical-align:middle}.aw-rma__view-items .aw-rma__return-item-container .item-details .product-details{display:flex;align-items:center}.aw_rma-customer-createrequeststep .aw-rma-new__form .fieldset{margin-bottom:0px}.aw_rma-customer-createrequeststep .fieldset .legend{margin-top:10px}@media only screen and (max-width:1199px){.checkout-index-index .nav-toggle{display:none !important}}.aw_rma-customer-selectorderstep .table-wrapper,.aw_rma-customer-index .table-wrapper{overflow-y:auto}.aw-rma__return-item-container .item-details .item-select{transform:translateY(-50%);left:0}@media (max-width:639px){.aw_rma-customer-selectorderstep .aw-rma-new .aw-rma__select-order-table .product-item-details{width:100%;display:block;white-space:normal}.aw_rma-customer-selectorderstep .aw-rma-new .aw-rma__select-order-table .product-item-image{width:100%;display:block}.aw_rma-customer-selectorderstep .aw-rma-new .aw-rma__select-order-table td{padding-left:15px !important;padding-right:15px !important}}@media (max-width:768px){.aw-rma__actions{justify-content:center !important}}@media (max-width:768px){.aw-rma__view-items .aw-rma__return-item-container .item-details{width:100% !important}.aw-rma__view-items .aw-rma__return-item-container .item-return-details{width:100% !important;margin-left:0% !important}.buyback-buyback-view .buyback-view form{overflow-y:auto}}.aw_rma-customer-createrequeststep .create-request .control .select{background:url('../../frontend/Revamp/Theme/en_US//images/arrow-down-sign-to-navigate.png');background-repeat:no-repeat;background-position:96% center;padding-right:34px}.items-to-return.required .select.required-entry{background-position:right 8px center}.aw-rma__block-thread .messages li.customer{margin-left:0px !important}.sales-order-view .block-order-details-view{margin-top:15px}.account .aw-rma__title{margin-bottom:0px}.aw-rma__return-item-container .item-return-details .items-to-return .qty-total{font-size:16px}.sales-order-print .order-details-items{margin-bottom:15px !important}.page-print.account .logo{text-align:center;display:block;margin:1rem auto}.page-print.account .logo img{display:inline-block}.mp-gdpr-delete-account .actions-toolbar .primary.action.action-delete{background-color:#ba4000}.buyback-buyback-view .comment-sec .form-list .required em{color:#ff0000;margin-right:2px}@media (min-width:993px) and (max-width:1200px){.cms-quickshopping .quick-order-form .quickorder-form .quickorder-items .quickorder-row .search-products{width:440px !important}}@keyframes jump-ani{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}50%{-webkit-transform:translateY(0);transform:translateY(0)}60%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}80%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.product-items{display:flex;display:-webkit-flex;flex-wrap:wrap}.product-items:after{clear:both;display:block;content:""}.product-items .product-item{box-sizing:border-box;float:left}.product-items .product-item .product-item-info{width:100%}.product-items .product-item .product-image{width:auto !important}.product-items .product-item .product-image .product-image-wrapper{height:auto;padding:0px !important}.product-items .product-item .product-image img{position:static;max-width:100%;width:auto;height:220px;object-fit:contain}@media only screen and (max-width:1400px){.product-items .product-item .product-image img{height:180px}}@media only screen and (max-width:991px){.product-items .product-item .product-image img{height:145px}}.product-items .product-item .product-item-name{margin:0rem 0 .7rem 0;height:64px;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width:991px){.product-items .product-item .product-item-name{height:56px}}.product-items .product-item .product-item-name>a{font-size:16px;color:#05141f;line-height:22px;text-decoration:none;margin-bottom:0rem;display:block}.product-items .product-item .product-item-name>a:hover{color:#1a80c1}@media only screen and (max-width:1400px){.product-items .product-item .product-item-name>a{font-size:14px;margin-bottom:1rem;line-height:22px}}@media only screen and (max-width:991px){.product-items .product-item .product-item-name>a{line-height:18px}}.product-items .product-item .product-item-details .price-label{font-size:14px}.product-items .product-item .product-item-details button.tocart,.product-items .product-item .product-item-details .cart.table-wrapper .actions-toolbar>.action.tocart,.product-items .product-item .product-item-details .action-gift.tocart{transition:.2s ease-in-out;background-color:#fff;font-size:18px;color:#05141f;border-color:#f9b713;text-align:center;font-weight:600;padding:10px 30px}@media only screen and (max-width:1600px){.product-items .product-item .product-item-details button.tocart,.product-items .product-item .product-item-details .cart.table-wrapper .actions-toolbar>.action.tocart,.product-items .product-item .product-item-details .action-gift.tocart{padding:7px 20px;font-size:16px}}@media only screen and (max-width:1400px){.product-items .product-item .product-item-details button.tocart,.product-items .product-item .product-item-details .cart.table-wrapper .actions-toolbar>.action.tocart,.product-items .product-item .product-item-details .action-gift.tocart{font-size:14px}}.product-items .product-item .product-item-details button.tocart:hover,.product-items .product-item .product-item-details .cart.table-wrapper .actions-toolbar>.action.tocart:hover,.product-items .product-item .product-item-details .action-gift.tocart:hover{background-color:#f9b713;color:#fff}@media only screen and (max-width:1400px){.product-items .product-item .product-item-details button.tocart:hover,.product-items .product-item .product-item-details .cart.table-wrapper .actions-toolbar>.action.tocart:hover,.product-items .product-item .product-item-details .action-gift.tocart:hover{font-size:14px}}.product-items .product-item .product-item-details .product-item-actions{text-align:center}.product-items .product-item .product-item-details .product-item-actions .actions-primary{display:block}.product-items .product-item .product-item-details .product-item-actions .actions-primary .stock{font-size:18px;font-weight:600}@media only screen and (max-width:1400px){.product-items .product-item .product-item-details .product-item-actions .actions-primary .stock{font-size:14px}}.product-items .product-item .product-item-details .product-item-actions .actions-primary .stock.unavailable{text-align:center;color:#fff;background:#ef0c0c;padding:7.5px 15px;border-radius:4px;display:inline-block}@media only screen and (max-width:1600px){.product-items .product-item .product-item-details .product-item-actions .actions-primary .stock.unavailable{padding:5.5px 10px}}.product-items .product-item .product-item-details .product-item-actions .actions-primary .stock.available{color:#079852 !important}.product-items .product-item span.sku{font-size:14px;color:#1a80c1}@media only screen and (max-width:1400px){.product-items .product-item span.sku{font-size:14px}}@media only screen and (max-width:767px){.product-items .product-item span.sku{font-size:12px}}.product-items .product-item span.price{font-size:24px;color:#1a80c1;font-weight:800}@media only screen and (max-width:1400px){.product-items .product-item span.price{font-size:16px}}.product-items .product-item span.price .special-price .price-label{font-size:16px}.product-items .product-item span.price .special-price span.price{margin-bottom:0.5rem !important}.product-items .product-item span.price .old-price .price-label{font-size:16px}.product-items .product-item .input-increment{position:relative;display:inline-block;padding:0 32px}.product-items .product-item .input-increment input[type="number"]{width:46px;border-color:#1a80c1;text-align:center;color:#05141f;height:28px;font-weight:600}.product-items .product-item .input-increment input[type="number"]:focus{box-shadow:none}.product-items .product-item .input-increment .add-to-cart-quantity-nav [class*="-button"]{position:absolute;top:0;width:28px;line-height:26px;height:28px;color:#05141f;border:1px solid #1a80c1;text-align:center;font-weight:700;font-size:0px;background-image:url('../../frontend/Revamp/Theme/en_US//images/qty-sprite-image.png')}@media only screen and (max-width:767px){.product-items .product-item .input-increment .add-to-cart-quantity-nav [class*="-button"]{line-height:24px}}.product-items .product-item .input-increment .add-to-cart-quantity-nav [class*="-button"]:hover{background-color:#1a80c1;color:#fff;cursor:pointer}.product-items .product-item .input-increment .add-to-cart-quantity-nav .quantity-up{right:0px;background-position:26px 26px}.product-items .product-item .input-increment .add-to-cart-quantity-nav .quantity-up:hover{background-position:26px 0px}.product-items .product-item .input-increment .add-to-cart-quantity-nav .quantity-down{left:0px;background-position:0px 26px}.product-items .product-item .input-increment .add-to-cart-quantity-nav .quantity-down:hover{background-position:0px 0px}.product-items .product-item .product-image{padding:1.5rem 1.5rem 2.5rem 1.5rem;background-color:#fff;box-shadow:0px 3px 15px 0px rgba(0,0,0,0.12);text-align:center;position:relative}.product-items .product-item .product-image .selected-qty-box{animation-name:jump-ani;animation-duration:1s;animation-timing-function:ease;animation-delay:0s;animation-iteration-count:1;animation-direction:normal;display:inline-block;width:38px;height:38px;color:#fff;font-size:14px;line-height:38px;border-radius:50%;background:#f9b713;position:absolute;top:15px;z-index:2;left:15px;font-weight:400;text-overflow:ellipsis}@media only screen and (max-width:1400px){.product-items .product-item .product-image .selected-qty-box{width:25px;height:25px;line-height:25px}}@media only screen and (max-width:1600px){.product-items .product-item .product-image{padding:1.5rem 1rem 2rem 1rem}}.product-items .product-item .product-image .sku{display:block;text-align:center;margin-bottom:10px}@media only screen and (max-width:1400px){.product-items .product-item .product-image .sku{margin-bottom:8px}}.product-items .product-item .product-image.product-badge .product-image-wrapper:after{position:absolute;width:65px;height:65px;top:0;right:0px;content:"";background-size:contain !important;background-repeat:no-repeat !important;z-index:2}.product-items .product-item .product-image.product-badge.premium-aftermarket .product-image-wrapper:after{background:url('../../frontend/Revamp/Theme/en_US//images/premium-market.png')}.product-items .product-item .product-image.product-badge.aftermarket .product-image-wrapper:after{background:url('../../frontend/Revamp/Theme/en_US//images/after-market.png')}.product-items .product-item .product-image.product-badge.hybrid .product-image-wrapper:after{background:url('../../frontend/Revamp/Theme/en_US//images/hybrid.png')}.product-items .product-item .product-item-details{text-align:center}.product-items .product-item .product-item-details>a{margin-top:1.5rem;display:block;margin-bottom:1.5rem;text-align:center;min-height:74px}.product-items .product-item .product-item-details span.price{text-align:center;margin-bottom:0.6rem;display:block;margin-bottom:0px}.product-items .product-item .product-item-details .separator{font-size:0px}.product-items .product-item .price-box{margin:10px 0 10px}.product-items .product-item .price-box>span{display:inline-block;vertical-align:middle}.product-items .product-item .price-box>span.special-price .price{margin-bottom:0px}.product-items .product-item .price-box>span.separator{font-size:20px;padding:0 4px;font-weight:700;color:#1a80c1}.product-items .product-item .price-box>span.old-price{text-decoration-color:#1a80c1}.product-items .product-item .price-box>span.old-price .price{margin-bottom:0px}.catalog-category-view .page-title-wrapper{text-align:center}.catalog-category-view .page-title-wrapper .page-title{font-weight:400;margin-bottom:1rem}@media only screen and (max-width:1199px){.catalog-category-view .page-main .columns{display:flex !important}.catalog-category-view .page-main .columns .column.main{order:1 !important}.catalog-category-view .page-main .columns .sidebar-main{order:0 !important;padding-right:0px}.catalog-category-view .product-items .product-item .product-image{box-shadow:0px 3px 6px 0px rgba(0,0,0,0.12)}.catalog-category-view .product-items .product-item .product-item-details .separator{display:none}}@media only screen and (max-width:767px){.catalog-category-view .product-items .product-item{margin-bottom:2rem}}@media only screen and (max-width:576px){.catalog-category-view .product-items .product-item .product-item-details span.price{margin-bottom:0px !important}}@media only screen and (max-width:360px){.catalog-category-view .product-items .product-item .product-item-details button.tocart,.catalog-category-view .product-items .product-item .product-item-details .cart.table-wrapper .actions-toolbar>.action.tocart,.catalog-category-view .product-items .product-item .product-item-details .action-gift.tocart{font-size:14px}}@media only screen and (min-width:1024px){.catalog-category-view.page-layout-1column .product-items .product-item{width:23.5% !important;margin-left:2% !important}.catalog-category-view.page-layout-1column .product-items .product-item:nth-child(4n+1){margin-left:0 !important}}@media (min-width:768px) and (max-width:1023px){.catalog-category-view.page-layout-1column .products-grid .product-items .product-item{width:32%}}.catalog-category-view .toolbar-products:first-child{border-bottom:1px solid #e8e8e8;padding-bottom:20px}@media (max-width:1199px){.catalog-category-view .sidebar-main .block.filter{margin-bottom:16px}}@media (max-width:1199px){.catalog-category-view .catalog-category-view .sidebar-main .block.filter{margin-bottom:0}}@media (max-width:768px){.catalog-category-view .sidebar-main .block.filter{margin-bottom:8px}}.category-view{display:flex;display:-webkit-flex;flex-wrap:wrap;margin-bottom:4rem}@media only screen and (max-width:1199px){.category-view{margin-bottom:3rem}}.category-view>div{box-sizing:border-box}.category-view .left-description-container{flex:0 0 22.3%;max-width:22.3%;padding-right:2%;padding-top:5rem}@media only screen and (max-width:1400px){.category-view .left-description-container{padding-top:2rem}}@media only screen and (max-width:1199px){.category-view .left-description-container{padding-top:1rem}}@media only screen and (max-width:991px){.category-view .left-description-container{flex:0 0 100%;max-width:100%;padding-right:0px;margin-bottom:1rem}}.category-view .page-title{margin-bottom:4px;text-align:left}@media only screen and (max-width:1400px){.category-view .page-title{font-size:34px}}.category-view .category-description{font-size:18px;color:#000;line-height:38px}@media only screen and (max-width:1400px){.category-view .category-description{line-height:32px}}@media only screen and (max-width:1199px){.category-view .category-description{line-height:28px;font-size:16px}}.category-view .category-image{margin-bottom:0px;flex:0 0 77.7%;max-width:77.7%}@media only screen and (max-width:991px){.category-view .category-image{flex:0 0 100%;max-width:100%}}.category-view .category-image img{width:100%}.catalogsearch-result-index .page-title-wrapper{text-align:left}.catalogsearch-result-index .page-title{font-size:20px;margin-bottom:20px;font-weight:700}@media (max-width:639px){.catalogsearch-result-index .products-grid .product-item{margin-bottom:30px}.catalogsearch-result-index .products-grid .product-item .action.primary{font-size:14px;padding:7px 8px}}.sidebar-main .price-slider-values input[type=text]{text-align:center;height:35px}.sidebar-main .price-slider-values .filter-currency{color:#05141f !important}.sidebar-main #price-filter-button{height:35px;margin-left:2px;border-radius:0px}.sidebar-main #price-filter-button:hover{background-color:#f9b713}.sidebar-main .filter-current{padding:1rem;border-top:1px solid #e8e8e8;font-size:16px}.sidebar-main .filter-current .items{background:#f7f7f7;padding:1rem}.sidebar-main .filter-current .items .filter-label{display:inline-block}.sidebar-main .filter-current .items a.remove{font-size:0px;position:relative}.sidebar-main .filter-current .items a.remove:after{content:"\f057";display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:14px;color:#05141f}.sidebar-main .filter-current .items a.remove:hover:after{color:#1a80c1}.sidebar-main .filter-current .items .item-label a.btn-remove{font-size:14px}.sidebar-main .filter-actions{padding:0 1rem;font-size:16px;text-align:right}.sidebar-main .filter-actions a:hover{color:#e0a027}.sidebar-main .btn-remove:hover{color:#e0a027}.sidebar-main .action.remove:hover{color:#e0a027 !important}.sidebar-main .filter-options-content li a{background-size:inherit !important}.sidebar-main .filter-options-content li.active-filter-option a{color:#1a80c1 !important}.sidebar-main .filter-options-content li.active-filter-option a span{color:#1a80c1 !important}.sidebar-main .products-list-loader>div{background:none}.modal-popup.to-cart-msg .modal-inner-wrap{max-width:650px;width:100%;border:4px solid #f9b713;border-radius:4px;box-shadow:0px 3px 15px 0px rgba(0,0,0,0.12)}.modal-popup.to-cart-msg .cart-message-popup{text-align:center}.modal-popup.to-cart-msg .cart-message-popup .msg{font-size:18px;text-align:center;font-weight:600;margin-bottom:1rem}@media only screen and (max-width:1400px){.modal-popup.to-cart-msg .cart-message-popup .msg{font-size:14px}}.modal-popup.to-cart-msg .cart-message-popup .msg .name{color:#1a80c1}@media only screen and (max-width:767px){.modal-popup.to-cart-msg .cart-message-popup .msg{font-size:16px}}.modal-popup.to-cart-msg .cart-message-popup img{max-height:220px;opacity:1}.modal-popup.to-cart-msg .product-image-photo{position:static}.modal-popup.to-cart-msg .modal-footer{text-align:center}.modal-popup.to-cart-msg .modal-footer button,.modal-popup.to-cart-msg .modal-footer .cart.table-wrapper .actions-toolbar>.action,.modal-popup.to-cart-msg .modal-footer .action-gift{background-color:#ffffff;font-size:18px;color:#05141f;border-color:#f9b713;text-align:center;font-weight:600;padding:10px 30px;margin-right:10px}@media only screen and (max-width:1400px){.modal-popup.to-cart-msg .modal-footer button,.modal-popup.to-cart-msg .modal-footer .cart.table-wrapper .actions-toolbar>.action,.modal-popup.to-cart-msg .modal-footer .action-gift{margin-bottom:10px;font-size:14px}}.modal-popup.to-cart-msg .modal-footer button:hover,.modal-popup.to-cart-msg .modal-footer .cart.table-wrapper .actions-toolbar>.action:hover,.modal-popup.to-cart-msg .modal-footer .action-gift:hover{background:#f9b713;color:#fff;border-color:#f9b713}.products-list-loader div{margin-top:190px !important;display:inline-block;width:30px !important;height:30px !important;background-size:contain !important}.modal-popup.to-cart-msg .modal-footer button,.modal-popup.to-cart-msg .modal-footer .cart.table-wrapper .actions-toolbar>.action,.modal-popup.to-cart-msg .modal-footer .action-gift{margin-right:10px}.products-list-loader{text-align:center;position:absolute !important}@media only screen and (max-width:767px){.products-list-loader{opacity:1 !important}}.catalog-product-view .product-details-top-container{margin-bottom:3rem}.catalog-product-view .product-details-top-container .bundle-options-container{order:3}.catalog-product-view .product-details-top-container:after{clear:both;content:"";display:block}@media only screen and (max-width:991px){.catalog-product-view .product-details-top-container{display:flex;flex-wrap:wrap}.catalog-product-view .product-details-top-container .product-info-main{order:2}}.catalog-product-view .product-details-top-container .bundle-options-container .product-add-form{background:#f5f5f5;padding:2rem}.catalog-product-view .product-details-top-container .bundle-options-container .product-add-form:after{clear:both;content:"";display:block}.catalog-product-view .product-details-top-container .bundle-options-container:after{display:block;content:"";clear:both}.catalog-product-view .product-details-top-container .bundle-options-container .block-bundle-summary{padding:20px 20px}.catalog-product-view .product-details-top-container .bundle-options-container .bundle-options-wrapper .action.back{background:#f9b713;color:#fff;border-color:#f9b713}.catalog-product-view .product-details-top-container .bundle-options-container .bundle-options-wrapper .action.back:hover{background:#fff;color:#f9b713}.catalog-product-view .product-details-top-container .bundle-options-container .bundle-info .field .label{font-size:18px;margin-right:5px}.catalog-product-view .product-details-top-container .bundle-options-container .fieldset-bundle-options .field .control{padding:0px !important}.catalog-product-view .product-details-top-container .bundle-options-container .control{position:relative;display:inline-block;padding:0 50px}.catalog-product-view .product-details-top-container .bundle-options-container .control input[type="number"]{width:50px;border-color:#1a80c1;text-align:center;color:#05141f;height:50px;background:#e8e8e8}@media only screen and (max-width:767px){.catalog-product-view .product-details-top-container .bundle-options-container .control input[type="number"]{width:42px;height:42px}}.catalog-product-view .product-details-top-container .bundle-options-container .control input[type="number"]:focus{box-shadow:none}.catalog-product-view .product-details-top-container .bundle-options-container .control div.mage-error{position:absolute;left:0px}.catalog-product-view .product-details-top-container .bundle-options-container .control .add-to-cart-quantity-nav [class*="-button"]{box-sizing:border-box;position:absolute;top:0;width:50px;line-height:50px;height:50px;color:#05141f;border:1px solid #1a80c1;text-align:center;font-weight:700}@media only screen and (max-width:767px){.catalog-product-view .product-details-top-container .bundle-options-container .control .add-to-cart-quantity-nav [class*="-button"]{width:42px;line-height:42px;height:42px}}.catalog-product-view .product-details-top-container .bundle-options-container .control .add-to-cart-quantity-nav [class*="-button"]:hover{background-color:#1a80c1;color:#fff;cursor:pointer}.catalog-product-view .product-details-top-container .bundle-options-container .control .add-to-cart-quantity-nav .quantity-up{right:-4px}.catalog-product-view .product-details-top-container .bundle-options-container .control .add-to-cart-quantity-nav .quantity-down{left:-4px}.catalog-product-view .product.media{width:45% !important;box-sizing:border-box;padding-right:6rem}@media only screen and (max-width:991px){.catalog-product-view .product.media{width:100% !important;padding-right:0px}}.catalog-product-view .product.media .fotorama__stage{border:none}.catalog-product-view .product.media .fotorama .fotorama__wrap .fotorama__stage{border:none}.catalog-product-view .product.media .fotorama .fotorama__wrap .fotorama__stage .fotorama__stage__shaft{border:1px solid #ebebeb}.catalog-product-view .product.media .fotorama .fotorama__nav-wrap .fotorama__thumb-border{border:1px solid #dadada}.catalog-product-view .product.media .fotorama__active .fotorama__dot{background-color:#e0a027;border-color:#e0a027}.catalog-product-view .product.media .fotorama__dot{width:6px;height:6px}.catalog-product-view .fotorama__spinner{background-repeat:no-repeat}.catalog-product-view .product-info-main{width:55% !important}@media only screen and (max-width:991px){.catalog-product-view .product-info-main{width:100% !important}}.catalog-product-view .product-info-main .product .page-title{color:#05141f;font-size:28px;font-weight:700;margin-top:0px !important}@media only screen and (max-width:1600px){.catalog-product-view .product-info-main .product .page-title{font-size:22px}}@media only screen and (max-width:1199px){.catalog-product-view .product-info-main .product .page-title{font-size:18px}}.catalog-product-view .product-info-main .product-info-price{display:flex;display:-webkit-flex;justify-content:space-between;margin-bottom:1.5rem;margin-top:1.5rem;flex-wrap:wrap}@media only screen and (max-width:767px){.catalog-product-view .product-info-main .product-info-price{margin-bottom:1rem;margin-top:1rem}}.catalog-product-view .product-info-main .product-info-price>div{box-sizing:border-box;flex:1 1}@media only screen and (max-width:767px){.catalog-product-view .product-info-main .product-info-price>div{flex:0 0 100%;max-width:100%}}.catalog-product-view .product-info-main .product-info-price .price-box{display:inline-block;vertical-align:middle;margin-top:0px}@media only screen and (max-width:767px){.catalog-product-view .product-info-main .product-info-price .price-box{margin-bottom:0px}}.catalog-product-view .product-info-main .product-info-price .price-box .price-label{font-size:16px;display:none}.catalog-product-view .product-info-main .product-info-price .price-box .special-price{vertical-align:middle;margin:0px}.catalog-product-view .product-info-main .product-info-price .price-box .special-price span{display:inline-block;line-height:inherit;vertical-align:middle;margin-bottom:0px}.catalog-product-view .product-info-main .product-info-price .price-box .price{color:#1a80c1;font-size:36px;font-weight:800}@media only screen and (max-width:1600px){.catalog-product-view .product-info-main .product-info-price .price-box .price{font-size:26px}}@media only screen and (max-width:1400px){.catalog-product-view .product-info-main .product-info-price .price-box .price{font-size:20px}}.catalog-product-view .product-info-main .product-info-price .price-box .old-price{margin-top:0rem;display:inline-block}.catalog-product-view .product-info-main .product-info-price .price-box .old-price span{margin-bottom:0px;display:inline-block;line-height:inherit;text-decoration:line-through;text-decoration-color:#1a80c1}.catalog-product-view .product-info-main .product-info-price .price-box>span{display:inline-block;vertical-align:middle;line-height:inherit;margin-bottom:0px}.catalog-product-view .product-info-main .product-info-price .price-box .separator{vertical-align:middle;line-height:10px;font-size:50px;color:#1a80c1}.catalog-product-view .product-info-main .product-info-price .stock{vertical-align:middle;margin-left:10px;text-transform:capitalize}.catalog-product-view .product-info-main .product-info-price .stock.available{color:#13a045;font-size:20px;font-weight:700}@media only screen and (max-width:1400px){.catalog-product-view .product-info-main .product-info-price .stock.available{font-size:16px}}.catalog-product-view .product-info-main .product-info-price .stock.unavailable{color:red;font-size:20px;font-weight:700}.catalog-product-view .product-info-main .product-info-price .product{font-size:20px;margin-top:1rem;display:block}@media only screen and (max-width:1400px){.catalog-product-view .product-info-main .product-info-price .product{font-size:14px !important}}.catalog-product-view .product-info-main .product-info-price .product .type{color:#05141f;font-weight:500}.catalog-product-view .product-info-main .product-info-price .product .value{color:#1a80c1;font-weight:700;display:inline-block}.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .stock.available span{color:#13a045;font-size:20px;font-weight:700;text-transform:capitalize}.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .product{margin-top:1rem}.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .product .type{font-size:20px;font-weight:500;color:#05141f}@media only screen and (max-width:1199px){.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .product .type{font-size:18px}}.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .product .value{color:#1a80c1;font-size:20px;font-weight:700}@media only screen and (max-width:1199px){.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .product .value{font-size:18px}}.catalog-product-view .product-info-main .product-reviews-summary{margin:0 0 0 auto}@media only screen and (max-width:767px){.catalog-product-view .product-info-main .product-reviews-summary{margin:0px}}.catalog-product-view .product-info-main .product-reviews-summary .rating-summary{display:block;left:0px}.catalog-product-view .product-info-main .product-reviews-summary .review-summary>div{display:inline-block}.catalog-product-view .product-info-main .product-reviews-summary .review-summary>div.review-count .action{font-size:16px;font-weight:600;vertical-align:middle}.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions{display:block;font-size:16px;font-weight:400;text-align:right}@media only screen and (max-width:767px){.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions{text-align:left}}.catalog-product-view .product-info-main .product-reviews-summary.empty{display:block;text-align:right}.catalog-product-view .product-info-main .product-reviews-summary.empty .reviews-actions{display:inline-block}@media only screen and (max-width:767px){.catalog-product-view .product-info-main .product-reviews-summary.empty .reviews-actions{display:block;text-align:left}}.catalog-product-view .product-info-main .product-reviews-summary.empty .reviews-actions .action{display:inline-block;font-size:16px;color:#1b8ad0;cursor:pointer}.catalog-product-view .product-info-main .product-info-container{border-top:1px solid #e3e3e3;padding-top:1.5rem}@media only screen and (max-width:767px){.catalog-product-view .product-info-main .product-info-container{padding-top:0rem}}.catalog-product-view .product-info-main .product-info-container .product{margin-bottom:1rem}.catalog-product-view .product-info-main .product-info-container .product .type{font-size:18px;font-weight:500;color:#05141f;margin-right:0}@media only screen and (max-width:460px){.catalog-product-view .product-info-main .product-info-container .product .type{font-size:16px}}.catalog-product-view .product-info-main .product-info-container .product .value{color:#1a80c1;font-size:18px;font-weight:700;display:inline-block !important}@media only screen and (max-width:1400px){.catalog-product-view .product-info-main .product-info-container .product .value{font-size:14px}}.catalog-product-view .product-info-main .product-info-container .attribute.overview{margin-top:3.5rem;background-color:#f8f8f8;border:1px solid #e3e3e3;padding:2rem}.catalog-product-view .product-info-main .product-info-container .attribute.overview div{font-size:18px;color:#000000;font-weight:400;line-height:28px}@media only screen and (max-width:1199px){.catalog-product-view .product-info-main .product-info-container .attribute.overview div{font-size:16px;line-height:24px}}.catalog-product-view .product-info-main .qty .label{margin-right:10px !important}.catalog-product-view .product-info-main .qty .label span{font-size:20px;font-weight:700;color:#05141f}.catalog-product-view .product-info-main .qty .control{position:relative;display:inline-block;padding:0 50px}@media only screen and (max-width:767px){.catalog-product-view .product-info-main .qty .control{padding:0 43px}}.catalog-product-view .product-info-main .qty .control input[type="number"]{width:50px;border-color:#1a80c1;text-align:center;color:#05141f;height:50px;font-weight:600}@media only screen and (max-width:767px){.catalog-product-view .product-info-main .qty .control input[type="number"]{width:42px;height:42px}}.catalog-product-view .product-info-main .qty .control input[type="number"]:focus{box-shadow:none}.catalog-product-view .product-info-main .qty .control div.mage-error{position:absolute;left:0px;margin-top:0px;line-height:16px}.catalog-product-view .product-info-main .qty .control .add-to-cart-quantity-nav [class*="-button"]{box-sizing:border-box;position:absolute;top:0;width:50px;line-height:45px;height:50px;color:#05141f;border:1px solid #1a80c1;text-align:center;font-weight:700;font-size:26px;user-select:none}@media only screen and (max-width:767px){.catalog-product-view .product-info-main .qty .control .add-to-cart-quantity-nav [class*="-button"]{width:42px;line-height:42px;height:42px}}.catalog-product-view .product-info-main .qty .control .add-to-cart-quantity-nav [class*="-button"]:hover{background-color:#1a80c1;color:#fff;cursor:pointer}.catalog-product-view .product-info-main .qty .control .add-to-cart-quantity-nav .quantity-up{right:-4px}.catalog-product-view .product-info-main .qty .control .add-to-cart-quantity-nav .quantity-down{left:-4px}.catalog-product-view .product-info-main .product-add-form .actions{padding-top:0px}@media only screen and (max-width:767px){.catalog-product-view .product-info-main .product-add-form .actions{margin-top:32px}}.catalog-product-view .product-info-main .product-add-form .box-tocart{display:block}.catalog-product-view .product-info-main .product-add-form .box-tocart .actions button,.catalog-product-view .product-info-main .product-add-form .box-tocart .actions .cart.table-wrapper .actions-toolbar>.action,.catalog-product-view .product-info-main .product-add-form .box-tocart .actions .action-gift{margin-left:3rem}@media only screen and (max-width:767px){.catalog-product-view .product-info-main .product-add-form .box-tocart .actions button,.catalog-product-view .product-info-main .product-add-form .box-tocart .actions .cart.table-wrapper .actions-toolbar>.action,.catalog-product-view .product-info-main .product-add-form .box-tocart .actions .action-gift{margin-left:0px}}.catalog-product-view .product-info-main .product-add-form .product-options-wrapper .field .label{font-size:20px;font-weight:500;color:#05141f;vertical-align:top}.catalog-product-view .product-info-main .product-add-form .product-options-wrapper .field .control{display:inline-block}.catalog-product-view .product-info-main .product-add-form .product-options-wrapper .field .control select.product-custom-option{height:36px}.catalog-product-view .product-info-main .product-add-form .product-options-wrapper .field .control .options-list .field{display:inline-block;margin-right:1rem}.catalog-product-view .product-info-main .product-add-form .product-options-wrapper .field .control .options-list .field input.checkbox{margin-right:2px}.catalog-product-view .product-info-main .prices-tier{border:1px solid #e3e3e3;padding:2rem !important}.catalog-product-view .product-info-main .prices-tier .item{margin-bottom:1rem}.catalog-product-view .product-info-main .prices-tier .item:last-child{margin-bottom:0px}.catalog-product-view .product-info-main .rating-summary .rating-result>span:before{color:#fac917}.catalog-product-view .tempered-section-banner{margin-bottom:2rem}.catalog-product-view .tempered-section-banner img{width:100%}.catalog-product-view .product-image{padding:2rem !important}.catalog-product-view .product-item{width:100% !important;padding:1rem !important}.catalog-product-view .product-item .product-item-photo{display:block}.catalog-product-view .block-title{margin-bottom:2rem}.catalog-product-view .block-title strong{font-size:40px !important;color:#05141f;font-weight:400}@media only screen and (max-width:1700px){.catalog-product-view .block-title strong{font-size:36px !important}}@media only screen and (max-width:1199px){.catalog-product-view .block-title strong{font-size:32px !important}}@media only screen and (max-width:767px){.catalog-product-view .block-title strong{font-size:26px !important}}.catalog-product-view .block-title strong span{color:#f9b713;font-weight:800}.catalog-product-view .product-disclaimer{padding:4rem 0}@media only screen and (max-width:767px){.catalog-product-view .product-disclaimer{padding:0px}}.catalog-product-view .product-disclaimer h2{color:#f9b713;font-weight:800;text-align:center;font-size:40px}@media only screen and (max-width:1600px){.catalog-product-view .product-disclaimer h2{font-size:32px}}@media only screen and (max-width:1199px){.catalog-product-view .product-disclaimer h2{font-size:28px}}.catalog-product-view .product-disclaimer p{font-size:18px;text-align:center;color:#05141f;line-height:45px;margin-bottom:0px}@media only screen and (max-width:1600px){.catalog-product-view .product-disclaimer p{line-height:40px}}@media only screen and (max-width:1199px){.catalog-product-view .product-disclaimer p{line-height:30px;font-size:16px}}@media only screen and (max-width:767px){.catalog-product-view .product-disclaimer p{font-size:16px;line-height:30px}}.catalog-product-view .review-mian{margin-bottom:2.5rem}.catalog-product-view .review-mian .block-title{display:block}.catalog-product-view .review-mian .review-add .block-title{display:none}.catalog-product-view .review-mian .review-section{border:1px solid #e0e0e0;padding:3rem 4rem;display:flex;display:-webkit-flex}@media only screen and (max-width:1400px){.catalog-product-view .review-mian .review-section{padding:3rem}}@media only screen and (max-width:767px){.catalog-product-view .review-mian .review-section{padding:2rem}}@media only screen and (max-width:1199px){.catalog-product-view .review-mian .review-section{flex-wrap:wrap}}.catalog-product-view .review-mian .review-section>div{flex:0 0 50%;max-width:50%;box-sizing:border-box}@media only screen and (max-width:1199px){.catalog-product-view .review-mian .review-section>div{flex:0 0 100%;max-width:100%}}.catalog-product-view .review-mian .review-section .block-title{display:none}.catalog-product-view .review-mian .review-section .review-add{margin-bottom:20px}.catalog-product-view .review-mian .review-section .review-add .review-legend span{display:block;font-size:22px;margin-bottom:1rem}.catalog-product-view .review-mian .review-section .review-add .review-legend strong{font-weight:600}.catalog-product-view .review-mian .review-section .review-add .fieldset{margin-bottom:1rem}.catalog-product-view .review-mian .review-section .review-add .fieldset .field label:before{color:#fac917}.catalog-product-view .review-mian .review-section .review-add .fieldset .field .label{display:block;width:100%;text-align:left;font-size:16px;margin-bottom:4px}@media only screen and (max-width:1400px){.catalog-product-view .review-mian .review-section .review-add .fieldset .field .label{font-size:14px}}.catalog-product-view .review-mian .review-section .review-add .fieldset .field .control .input-text{height:42px}.catalog-product-view .review-mian .review-section .review-add .fieldset .field .control .input-text:focus{box-shadow:none}.catalog-product-view .review-mian .review-section .review-add .fieldset .field .control textarea{resize:none;height:120px}.catalog-product-view .review-mian .review-section .review-add .loader{width:18px;height:18px;font-size:0px;background:url('../../frontend/Revamp/Theme/en_US//images/loader-mini.gif') no-repeat;background-size:cover}.catalog-product-view .review-mian .review-section .review-add .actions-toolbar{margin-left:0px;margin-bottom:1.5rem}.catalog-product-view .review-mian .review-section .review-add .actions-toolbar:after{clear:both;display:block;content:""}.catalog-product-view .review-mian .review-section .review-add .actions-toolbar .actions-primary{float:none}.catalog-product-view .review-mian .review-section .review-add .actions-toolbar .message{margin-top:1rem;max-width:74.2%}@media only screen and (max-width:767px){.catalog-product-view .review-mian .review-section .review-add .actions-toolbar .message{max-width:100%}}@media only screen and (max-width:1199px){.catalog-product-view .review-mian .review-section .review-add .review-form{max-width:100%}}.catalog-product-view .review-mian .review-section .review-list .review-items{max-height:840px;overflow-y:auto}.catalog-product-view .review-mian .review-section .review-list .review-items .review-title{font-size:20px;font-weight:500}.catalog-product-view .review-mian .review-section .review-list .review-items .review-item{padding:20px 0;border-color:#e3e3e3}.catalog-product-view .review-mian .review-section .review-list .review-items .review-item:last-child{border-bottom:none}.catalog-product-view .review-mian .review-section .review-list .review-items .review-item .label{font-size:16px;display:inline-block;vertical-align:middle}.catalog-product-view .review-mian .review-section .review-list .review-items .review-item .review-content{font-size:16px;max-height:158px;overflow-y:auto}.catalog-product-view .review-mian .review-section .review-list .review-items .review-item .review-ratings .rating-result span:before{color:#fac917}.catalog-product-view .review-mian .review-section .review-list .review-toolbar{border-top:none}.catalog-product-view .review-mian .review-section .review-list .review-details{color:#636363}.catalog-product-view .review-mian .review-section .review-list .review-details>[class*="review-"]{display:inline-block}.catalog-product-view .product-description-container{clear:both;border-top:4px solid #f9b713;border-radius:6px;box-shadow:0px 3px 6px 0px #d6d6d6;padding:3rem;margin-bottom:4rem}@media only screen and (max-width:767px){.catalog-product-view .product-description-container{padding:2rem}}.catalog-product-view .product-description-container .what-include{text-align:center;font-size:18px;margin-bottom:2rem}@media only screen and (max-width:1400px){.catalog-product-view .product-description-container .what-include{font-size:14px}}.catalog-product-view .product-description-container .what-include .type{color:#f9b713;font-weight:800;text-align:center;font-size:40px}@media only screen and (max-width:1600px){.catalog-product-view .product-description-container .what-include .type{font-size:32px}}.catalog-product-view .product-description-container .what-include ul li{font-size:18px;margin-bottom:1rem}.catalog-product-view .product-description-container .what-include ul li:last-child{margin-bottom:0px}.catalog-product-view .product.description{text-align:center}.catalog-product-view .main .block{position:relative;margin-bottom:0px}.catalog-product-view .main .owl-nav{position:absolute;top:-78px;right:0;background-color:#fff;padding-left:1.4rem}@media only screen and (max-width:1700px){.catalog-product-view .main .owl-nav{top:-70px}}@media only screen and (max-width:1400px){.catalog-product-view .main .owl-nav{top:-59px;padding-left:2rem}}@media only screen and (max-width:576px){.catalog-product-view .main .owl-nav{top:auto;bottom:-41px;padding-left:0px;transform:translateX(-50%);left:50%;background-color:transparent;text-align:center}}.catalog-product-view .main .owl-nav button[class*="owl-"],.catalog-product-view .main .owl-nav .cart.table-wrapper .actions-toolbar>.action[class*="owl-"],.catalog-product-view .main .owl-nav .action-gift[class*="owl-"]{height:38px;width:51px;line-height:38px;font-size:50px;color:#fff;border-radius:0px;opacity:1}@media only screen and (max-width:1700px){.catalog-product-view .main .owl-nav button[class*="owl-"],.catalog-product-view .main .owl-nav .cart.table-wrapper .actions-toolbar>.action[class*="owl-"],.catalog-product-view .main .owl-nav .action-gift[class*="owl-"]{height:30px}}.catalog-product-view .main .owl-nav button[class*="owl-"]:hover,.catalog-product-view .main .owl-nav .cart.table-wrapper .actions-toolbar>.action[class*="owl-"]:hover,.catalog-product-view .main .owl-nav .action-gift[class*="owl-"]:hover{background-color:#4899cd}.catalog-product-view .main .owl-nav button[class*="owl-"] span,.catalog-product-view .main .owl-nav .cart.table-wrapper .actions-toolbar>.action[class*="owl-"] span,.catalog-product-view .main .owl-nav .action-gift[class*="owl-"] span{display:none}.catalog-product-view .main .owl-nav .owl-prev{margin-right:14px;background:#bad9ec url('../../frontend/Revamp/Theme/en_US//images/left-arrow.png') no-repeat !important;background-position:center center !important}.catalog-product-view .main .owl-nav .owl-next{background:#bad9ec url('../../frontend/Revamp/Theme/en_US//images/right-arrow.png') no-repeat !important;background-position:center center !important}.catalog-product-view .products-grid{padding-bottom:50px;margin-bottom:0px}.catalog-product-view .products-grid .product-items{margin-bottom:0px}@media only screen and (max-width:767px){.field-recaptcha{transform:scale(.755);transform-origin:0 0;margin-bottom:0px}}.sidebar .filter{border:1px solid #e8e8e8}.sidebar .filter .filter-title{padding-left:35px;padding-top:15px;padding-right:20px;margin-bottom:30px}@media only screen and (max-width:1400px){.sidebar .filter .filter-title{padding-left:20px}}.sidebar .filter .filter-title strong{font-size:20px;font-weight:700;position:relative}@media only screen and (max-width:1400px){.sidebar .filter .filter-title strong{font-size:16px}}.sidebar .filter .filter-title strong:after{content:"";border-bottom:3px solid #000;display:block;position:absolute;bottom:-12px;width:calc(80%);left:0}@media only screen and (max-width:1400px){.sidebar .filter .filter-title strong:after{bottom:-8px;border-width:2px}}.sidebar .filter .filter-subtitle{display:none}.sidebar .filter .filter-content .filter-options .filter-options-item{border-bottom:1px solid #e8e8e8 !important}.sidebar .filter .filter-content .filter-options .filter-options-item:first-child{border-top:1px solid #e8e8e8 !important}.sidebar .filter .filter-content .filter-options .filter-options-item:last-child{border-bottom:none !important}.sidebar .filter .filter-content .filter-options .filter-options-item .filter-options-title{border:none !important;font-size:18px !important;color:#05141f;font-weight:600 !important}@media only screen and (max-width:1400px){.sidebar .filter .filter-content .filter-options .filter-options-item .filter-options-title{font-size:14px !important}}.sidebar .filter .filter-content .filter-options .filter-options-item .filter-options-content{padding:10px 10px 20px 10px !important}.sidebar .filter .filter-content .filter-options .filter-options-item .filter-options-content .items li>a{font-size:16px;color:#05141f;text-decoration:none}@media only screen and (max-width:1400px){.sidebar .filter .filter-content .filter-options .filter-options-item .filter-options-content .items li>a{font-size:12px}}.cms-about-us .breadcrumbs{display:none}.cms-about-us .page-header{margin-bottom:0px !important}.cms-about-us .page-main{max-width:100% !important;padding-left:0px;padding-right:0px}.cms-about-us .page-main .container{box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:1750px;padding-left:15px;padding-right:15px}@media only screen and (max-width:1400px){.cms-about-us .page-main .container{max-width:1260px}}.cms-about-us .banner-top-section img{width:100%}.cms-about-us .middle-section{padding:9rem 0 17rem 0}@media only screen and (max-width:1600px){.cms-about-us .middle-section{padding:4rem 0}}@media only screen and (max-width:1199px){.cms-about-us .middle-section{padding:3rem 0}}.cms-about-us .middle-section .about-sec{display:flex;display:-webkit-flex;flex-wrap:wrap;align-items:center}.cms-about-us .middle-section .about-sec>div{flex:0 0 50%;max-width:50%}@media only screen and (max-width:991px){.cms-about-us .middle-section .about-sec>div{flex:0 0 100%;max-width:100%}}.cms-about-us .middle-section .about-sec .about-sec-left{padding-right:20px}@media only screen and (max-width:991px){.cms-about-us .middle-section .about-sec .about-sec-left{padding-right:0px}}.cms-about-us .middle-section .about-sec .about-sec-left p{margin-bottom:3rem}@media only screen and (max-width:1400px){.cms-about-us .middle-section .about-sec .about-sec-left p{margin-bottom:1rem;font-size:14px}}.cms-about-us .middle-section .about-sec .about-sec-left p:last-child{margin-bottom:0px}.cms-about-us .middle-section .about-sec .about-sec-left p img{margin-right:10px}.cms-about-us .middle-section .about-sec .about-sec-right{padding-left:20px}@media only screen and (max-width:991px){.cms-about-us .middle-section .about-sec .about-sec-right{padding-left:0;padding-top:20px}}.cms-about-us .statistics-section{padding:2rem 0}.cms-about-us .statistics-section ul{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between}.cms-about-us .statistics-section ul li{display:inline-block;text-align:center;background-color:#fff;box-shadow:0px 3px 25px 0px rgba(0,0,0,0.08);flex:0 0 18.4%;box-sizing:border-box;padding:3rem 2rem}@media only screen and (max-width:1199px){.cms-about-us .statistics-section ul li{flex:0 0 18%;max-width:18%;padding:1rem}}@media only screen and (max-width:767px){.cms-about-us .statistics-section ul li{flex:0 0 47%;max-width:47%;margin-right:6%;margin-bottom:6%;padding:2rem 1rem}}@media only screen and (max-width:767px){.cms-about-us .statistics-section ul li:nth-child(2n + 2){margin-right:0px}}.cms-about-us .statistics-section ul li:last-child{margin-right:0px}.cms-about-us .statistics-section ul li .statistic-img img{width:111px;height:111px;border-radius:50%;object-position:center;object-fit:cover}@media only screen and (max-width:1199px){.cms-about-us .statistics-section ul li .statistic-img img{width:80px;height:80px}}.cms-about-us .statistics-section ul li span{display:block;text-align:center}.cms-about-us .statistics-section ul li span.statistic-count{font-size:40px;font-weight:700}@media only screen and (max-width:1400px){.cms-about-us .statistics-section ul li span.statistic-count{font-size:28px}}@media only screen and (max-width:1199px){.cms-about-us .statistics-section ul li span.statistic-count{font-size:20px}}.cms-about-us .statistics-section ul li span.statistic-title{font-size:20px;font-weight:400;margin-top:5px}@media only screen and (max-width:1400px){.cms-about-us .statistics-section ul li span.statistic-title{font-size:18px}}@media only screen and (max-width:1400px){.cms-about-us .statistics-section ul li span.statistic-title{font-size:16px}}@media only screen and (max-width:767px){.cms-about-us .statistics-section ul li span.statistic-title{font-size:14px;line-height:18px}}.cms-about-us .our-team-section{padding:6rem 0}@media only screen and (max-width:1600px){.cms-about-us .our-team-section{padding:4rem 0}}@media only screen and (max-width:1199px){.cms-about-us .our-team-section{padding:0 0 4rem 0}}.cms-about-us .our-team-section .section-heading{text-align:center}.cms-about-us .our-team-section p{text-align:center}.cms-about-us .our-team-section .team{padding-top:11rem}@media only screen and (max-width:1600px){.cms-about-us .our-team-section .team{padding-top:5rem}}.cms-about-us .our-team-section .team .team-image .image-photo{height:auto;object-fit:cover;object-position:center}@media only screen and (max-width:1600px){.cms-about-us .our-team-section .team .team-image .image-photo{height:auto}}@media only screen and (max-width:1400px){.cms-about-us .our-team-section .team .team-image .image-photo{height:auto}}@media only screen and (max-width:1199px){.cms-about-us .our-team-section .team .team-image .image-photo{height:auto}}.cms-about-us .our-team-section p{max-width:1022px;margin:0 auto}.cms-about-us .features-section{display:flex;display:-webkit-flex;flex-wrap:wrap;align-items:center;padding:10rem 0 18rem}@media only screen and (max-width:1600px){.cms-about-us .features-section{padding:6rem 0 6rem}}@media only screen and (max-width:1600px){.cms-about-us .features-section{padding:4rem 0 4rem}}@media only screen and (max-width:767px){.cms-about-us .features-section{padding:0rem 0 4rem}}.cms-about-us .features-section>div{box-sizing:border-box}@media only screen and (max-width:991px){.cms-about-us .features-section>div{max-width:100% !important;flex-basis:100% !important}}.cms-about-us .features-section>div.features-sec-left{flex:0 0 44%;max-width:44%;padding-right:2%}.cms-about-us .features-section>div.features-sec-left ul li{font-size:20px;font-weight:400;color:#000;position:relative;padding-left:40px;margin-bottom:2rem}@media only screen and (max-width:1400px){.cms-about-us .features-section>div.features-sec-left ul li{font-size:14px;margin-bottom:1.5rem}}.cms-about-us .features-section>div.features-sec-left ul li:last-child{margin-bottom:0px}.cms-about-us .features-section>div.features-sec-left ul li:after{content:"";background:url('../../frontend/Revamp/Theme/en_US//images/check-icon.png') no-repeat;width:20px;height:20px;border-radius:50%;position:absolute;top:4px;left:0}@media only screen and (max-width:1400px){.cms-about-us .features-section>div.features-sec-left ul li:after{top:1px}}.cms-about-us .features-section>div.features-sec-right{flex:0 0 56%;max-width:56%;position:relative}.cms-about-us .features-section>div.features-sec-right p{margin-bottom:0px}.cms-about-us .features-section>div.features-sec-right iframe{width:100%;height:550px}@media only screen and (max-width:1400px){.cms-about-us .features-section>div.features-sec-right iframe{height:410px}}@media only screen and (max-width:767px){.cms-about-us .features-section>div.features-sec-right iframe{height:50vw}}.cms-about-us .page-main p{font-size:18px;font-weight:400;line-height:38px}@media only screen and (max-width:1400px){.cms-about-us .page-main p{font-size:14px;line-height:28px}}@media only screen and (max-width:1199px){.cms-about-us .section-heading{font-size:28px !important;margin-bottom:10px}}.cms-about-us .modal-inner-wrap{max-width:1000px}.cms-about-us .member-detils{float:right;width:600px}@media only screen and (max-width:1199px){.cms-about-us .member-detils{width:100%;text-align:center}}@media only screen and (max-width:767px){.cms-about-us .member-detils{text-align:left}}@media only screen and (max-width:767px){.cms-about-us .member-detils p{font-size:16px;line-height:30px}}.cms-about-us .TeamMemberName{font-size:28px;font-weight:bold}@media only screen and (max-width:767px){.cms-about-us .TeamMemberName{font-size:20px}}.cms-about-us .designation{font-size:18px;font-weight:400;margin:0 0 20px}@media only screen and (max-width:767px){.cms-about-us .designation{font-size:16px}}.cms-about-us .member-img{float:left;margin-right:40px;width:300px;height:300px}@media only screen and (max-width:1199px){.cms-about-us .member-img{margin:0 auto;float:none}}@media only screen and (max-width:767px){.cms-about-us .member-img{width:100%;background-color:#fff;padding:5px}}.cms-about-us .member-img .image-wrapper{padding-bottom:0px !important}.cms-about-us .member-img img{width:100%;height:100%;object-fit:cover}@media (min-width:1600px) and (max-width:1800px){.cms-about-us .page-main .container{max-width:100%;padding-left:60px;padding-right:60px}.cms-about-us .our-team-section .team{padding-top:5rem}.cms-about-us .features-section{padding:6rem 0 1rem}}@media (min-width:1200px) and (max-width:1400px){.cms-about-us .features-section>div.features-sec-left ul li{font-size:14px}.team .team-item .team-name .team-designation{font-size:16px}}.checkout-cart-index .page-title-wrapper>.page-title{display:none !important}.custom-page-title{margin-bottom:2rem}.custom-page-title .page-title{margin-bottom:0px;font-size:40px;font-weight:400;color:#05141f}@media only screen and (max-width:767px){.custom-page-title .page-title{font-size:24px}}.custom-page-title .page-title span{font-weight:800;color:#f9b713}.cart-container:after{clear:both;content:"";display:block}.cart-container>div{box-sizing:border-box}.cart-container .cart-summary{position:static;max-width:24%;border:1px solid #c8c8c8;width:100%;background-color:#fff;padding:0 15px 15px}@media only screen and (max-width:991px){.cart-container .cart-summary{max-width:100%}}.cart-container .cart-summary .discount{background:#f4f4f4;padding:1rem;margin-right:-15px;margin-left:-15px}.cart-container .cart-summary .discount .title{border-top:none}.cart-container .cart-summary .discount .title:after{display:none}.cart-container .cart-summary .discount .title strong{font-weight:700 !important;font-size:22px !important}.cart-container .cart-summary .discount .content{display:block}.cart-container .cart-summary .discount .content .coupon{margin:4px 0 25px 5px}.cart-container .cart-summary .discount .content .coupon .label{font-weight:400;font-size:16px}@media only screen and (max-width:1400px){.cart-container .cart-summary .discount .content .coupon .label{font-size:14px}}.cart-container .cart-summary .discount .content .control{position:relative}.cart-container .cart-summary .discount .content .control .input-text{height:39px;padding-right:80px}@media only screen and (max-width:767px){.cart-container .cart-summary .discount .content .control .input-text{padding-right:9px}}.cart-container .cart-summary .discount .content .control .input-text:focus{box-shadow:none}.cart-container .cart-summary .discount .content .control .actions-toolbar button.apply,.cart-container .cart-summary .discount .content .control .actions-toolbar .cart.table-wrapper .actions-toolbar>.action.apply,.cart-container .cart-summary .discount .content .control .actions-toolbar .action-gift.apply{position:absolute;top:1px;right:1px;margin-right:0px;height:37px;border:none;border-radius:0px;font-size:16px;padding:0 15px;line-height:39px}@media only screen and (max-width:1400px){.cart-container .cart-summary .discount .content .control .actions-toolbar button.apply,.cart-container .cart-summary .discount .content .control .actions-toolbar .cart.table-wrapper .actions-toolbar>.action.apply,.cart-container .cart-summary .discount .content .control .actions-toolbar .action-gift.apply{font-size:12px}}@media only screen and (max-width:767px){.cart-container .cart-summary .discount .content .control .actions-toolbar button.apply,.cart-container .cart-summary .discount .content .control .actions-toolbar .cart.table-wrapper .actions-toolbar>.action.apply,.cart-container .cart-summary .discount .content .control .actions-toolbar .action-gift.apply{position:static;margin-top:1rem}}.cart-container .cart-summary .discount .content .control .actions-toolbar button.apply:hover,.cart-container .cart-summary .discount .content .control .actions-toolbar .cart.table-wrapper .actions-toolbar>.action.apply:hover,.cart-container .cart-summary .discount .content .control .actions-toolbar .action-gift.apply:hover{background-color:#fff;color:#f9b713}.cart-container .cart-summary .summary.title{font-size:22px;font-weight:700}.cart-container .cart-summary .cart-totals{padding-top:0px}.cart-container .cart-summary .cart-totals .totals th{font-size:16px}@media only screen and (max-width:1400px){.cart-container .cart-summary .cart-totals .totals th{font-size:14px}}.cart-container .cart-summary .cart-totals .totals td{font-size:16px}@media only screen and (max-width:1400px){.cart-container .cart-summary .cart-totals .totals td{font-size:14px}}.cart-container .cart-summary .cart-totals .totals tfoot{border-top:1px solid #c8c8c8}.cart-container .cart-summary .cart-totals .totals tfoot .grand.totals th{font-size:18px;font-weight:400}.cart-container .cart-summary .cart-totals .totals tfoot .grand.totals th strong{font-weight:600}@media only screen and (max-width:1400px){.cart-container .cart-summary .cart-totals .totals tfoot .grand.totals th{font-size:14px}}.cart-container .cart-summary .cart-totals .totals tfoot .grand.totals td{font-size:18px;font-weight:400}.cart-container .cart-summary .cart-totals .totals tfoot .grand.totals td strong{font-weight:600}@media only screen and (max-width:1400px){.cart-container .cart-summary .cart-totals .totals tfoot .grand.totals td{font-size:14px}}.cart-container .checkout{font-size:20px !important;font-weight:600}@media only screen and (max-width:1400px){.cart-container .checkout{font-size:14px !important}}.cart-container .cart-item-section{max-width:76%;padding-right:2%;width:100%}@media only screen and (max-width:991px){.cart-container .cart-item-section{max-width:100%;padding-right:0%;clear:both}}.cart-container .cart-item-section:after{clear:both;content:"";display:block}.cart-container .cart-item-section .cart-top-container{display:flex;display:-webkit-flex;align-items:center}@media only screen and (max-width:1199px){.cart-container .cart-item-section .cart-top-container{flex-wrap:wrap}}.cart-container .cart-item-section .items-title{color:#05141f;font-size:24px;font-weight:700}@media only screen and (max-width:1400px){.cart-container .cart-item-section .items-title{font-size:20px}}@media only screen and (max-width:1199px){.cart-container .cart-item-section .items-title{order:2;flex-basis:100%;max-width:100%}}@media only screen and (max-width:767px){.cart-container .cart-item-section .cart.table-wrapper .product-item-photo{top:0px;position:relative;max-width:100px}}.cart-container .cart-item-section .quick-shop-section{flex:1 1;display:flex;display:-webkit-flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;align-self:flex-start;position:relative}@media only screen and (max-width:1199px){.cart-container .cart-item-section .quick-shop-section{justify-content:flex-start;order:1;flex-basis:100%;margin-bottom:20px !important}}.cart-container .cart-item-section .quick-shop-section label{color:#05141f;font-size:24px;font-weight:700;margin-right:20px}@media only screen and (max-width:1400px){.cart-container .cart-item-section .quick-shop-section label{font-size:20px}}@media only screen and (max-width:767px){.cart-container .cart-item-section .quick-shop-section label{margin-right:0px;margin-bottom:7px;width:100%}}.cart-container .cart-item-section .quick-shop-section .search-container{max-width:345px;position:relative;width:100%}.cart-container .cart-item-section .quick-shop-section .search-container .search-product{height:39px;line-height:39px}.cart-container .cart-item-section .quick-shop-section .search-container .search-product:focus{box-shadow:none}.cart-container .cart-item-section .quick-shop-section .search-container .search-products{width:auto;position:absolute;top:100%;z-index:4;max-width:100%;text-align:right;margin:0rem 0 1rem 0;background:#fff;border:1px solid #c8c8c8;padding:0px;margin-top:-1px;width:100%;text-align:left;max-height:340px;overflow-y:auto}.cart-container .cart-item-section .quick-shop-section .search-container .search-products ul{margin-bottom:0px}.cart-container .cart-item-section .quick-shop-section .search-container .search-products ul li{padding:.6rem 2rem;margin-bottom:0rem;border-bottom:1px solid #e0e0e0}.cart-container .cart-item-section .quick-shop-section .search-container .search-products ul li:hover{background-color:#e0f2ff}.cart-container .cart-item-section .quick-shop-section .search-container .search-products ul li:last-child{margin-bottom:0px}.cart-container .cart-item-section .quick-shop-section .search-container .search-products ul li .product-data{display:flex;justify-content:space-between;display:-webkit-flex;align-items:center}.cart-container .cart-item-section .quick-shop-section .search-container .search-products ul li .product-data .product.name{font-weight:500;font-size:16px;margin-right:10px;text-align:left}@media only screen and (max-width:1400px){.cart-container .cart-item-section .quick-shop-section .search-container .search-products ul li .product-data .product.name{font-size:14px}}@media only screen and (max-width:1600px){.cart-container .cart-item-section .quick-shop-section .search-container .search-products .tocart{padding:6px 12px;font-size:12px}}.cart-container .cart-item-section .quick-shop-section .search-container .search-products .tocart i{margin-right:0px}.cart-container .cart-item-section .form-cart{max-width:100%;width:100%}.cart-container .cart-item-section .form-cart .cart.table{border:1px solid #d6d6d6}.cart-container .cart-item-section .form-cart .cart.table thead{background-color:#d1e6f3}.cart-container .cart-item-section .form-cart .cart.table thead th{font-size:20px;color:#05141f;font-weight:700;padding:10px !important;text-align:center;vertical-align:middle}@media only screen and (max-width:1400px){.cart-container .cart-item-section .form-cart .cart.table thead th{font-size:16px}}.cart-container .cart-item-section .form-cart .cart.table thead th.col.item{text-align:left}.cart-container .cart-item-section .form-cart .cart.table thead th.col.image{text-align:center}.cart-container .cart-item-section .form-cart .cart.table thead+.item{border-top:none}.cart-container .cart-item-section .form-cart .cart.table .cart.item td{vertical-align:middle !important;font-size:18px;font-weight:400;color:#05141f;text-align:center}@media only screen and (max-width:1400px){.cart-container .cart-item-section .form-cart .cart.table .cart.item td{font-size:16px}}@media only screen and (max-width:767px){.cart-container .cart-item-section .form-cart .cart.table .cart.item td{display:block}}@media only screen and (max-width:360px){.cart-container .cart-item-section .form-cart .cart.table .cart.item td{width:100%;padding:4px}}.cart-container .cart-item-section .form-cart .cart.table .cart.item td.item-info{text-align:left}@media only screen and (max-width:767px){.cart-container .cart-item-section .form-cart .cart.table .cart.item td.item-info{width:75%;display:inline-block}}@media only screen and (max-width:360px){.cart-container .cart-item-section .form-cart .cart.table .cart.item td.item-info{width:100% !important;text-align:center}}.cart-container .cart-item-section .form-cart .cart.table .cart.item td a{text-decoration:none;margin-bottom:0px}.cart-container .cart-item-section .form-cart .cart.table .cart.item span{font-weight:400 !important;font-size:18px !important}.cart-container .cart-item-section .form-cart .cart.table .cart.item .item{padding:10px !important}@media only screen and (max-width:767px){.cart-container .cart-item-section .form-cart .cart.table .cart.item .item{width:100px;padding:0px !important;margin-right:10px !important;display:inline-block;min-height:100px}}@media only screen and (max-width:360px){.cart-container .cart-item-section .form-cart .cart.table .cart.item .item{margin-right:auto !important;margin:0 auto;display:block}}.cart-container .cart-item-section .form-cart .cart.table .cart.item .item.message.notice div{padding-left:25px}.cart-container .cart-item-section .form-cart .cart.table .cart.item .item.message.notice div:before{margin:-16px 0 0}.cart-container .cart-item-section .form-cart .cart.table .cart.item .action .action-edit{background:#fff;color:#000;border:1px solid #f9b713;width:80px;border-radius:3px;font-size:14px;display:inline-block;padding:.5rem 0rem}.cart-container .cart-item-section .form-cart .cart.table .cart.item .action .action-edit span{font-size:16px !important}.cart-container .cart-item-section .form-cart .cart.table .cart.item .action .action-edit:hover{background:#f9b713;color:#fff;border-color:#f9b713}.cart-container .cart-item-section .form-cart .cart.table .cart.item .item-options{font-size:14px}.cart-container .cart-item-section .form-cart .cart.table .cart.item .item-options span{color:#f9b713}.cart-container .cart-item-section .form-cart .cart.table-wrapper{margin-top:17px}.cart-container .cart-item-section .form-cart .cart.actions button.update,.cart-container .cart-item-section .form-cart .cart.actions .cart.table-wrapper .actions-toolbar>.action.update,.cart-container .cart-item-section .form-cart .cart.actions .action-gift.update{background:#f9b713;color:#fff;border-color:#f9b713}.cart-container .cart-item-section .form-cart .cart.actions button.update:hover,.cart-container .cart-item-section .form-cart .cart.actions .cart.table-wrapper .actions-toolbar>.action.update:hover,.cart-container .cart-item-section .form-cart .cart.actions .action-gift.update:hover{background:#fff;color:#f9b713;border-color:#f9b713}.cart-container .cart-item-section .form-cart .control.qty{position:relative;display:inline-block;padding:0 30px}.cart-container .cart-item-section .form-cart .control.qty input[type="number"]{width:46px;border-color:#1a80c1;text-align:center;color:#05141f;height:28px;margin-top:0px}.cart-container .cart-item-section .form-cart .control.qty input[type="number"]:focus{box-shadow:none}.cart-container .cart-item-section .form-cart .control.qty .add-to-cart-quantity-nav [class*="-button"]{position:absolute;top:0px;width:28px;line-height:28px;height:28px;color:#05141f;border:1px solid #1a80c1;text-align:center;font-weight:700;font-size:0px;background-image:url('../../frontend/Revamp/Theme/en_US//images/qty-sprite-image.png')}.cart-container .cart-item-section .form-cart .control.qty .add-to-cart-quantity-nav [class*="-button"]:hover{background-color:#1a80c1;color:#fff;cursor:pointer}.cart-container .cart-item-section .form-cart .control.qty .add-to-cart-quantity-nav .quantity-up{right:-4px;background-position:26px 26px}.cart-container .cart-item-section .form-cart .control.qty .add-to-cart-quantity-nav .quantity-up:hover{background-position:26px 0px}.cart-container .cart-item-section .form-cart .control.qty .add-to-cart-quantity-nav .quantity-down{left:-4px;background-position:0px 26px}.cart-container .cart-item-section .form-cart .control.qty .add-to-cart-quantity-nav .quantity-down:hover{background-position:0px 0px}.cart-container .cart-item-section .form-cart .action .action-delete{display:inline-block;background-color:#fff;color:#000;padding:.5rem 0rem;width:80px;text-align:center;border:1px solid #f9b713;border-radius:3px}@media only screen and (max-width:767px){.cart-container .cart-item-section .form-cart .action .action-delete{width:100%}}.cart-container .cart-item-section .form-cart .action .action-delete:hover{color:#fff;background:#f9b713}@media (min-width:991px) and (max-width:1199px){.cart-container .checkout-methods-items .action.primary{font-size:16px !important}}.minicart-wrapper .action.showcart .counter.qty{background-color:#e0a026;font-size:12px}.discount-codes h2{color:#05141f;font-size:40px;font-weight:400}@media only screen and (max-width:767px){.discount-codes h2{font-size:24px;margin-bottom:0px}}.discount-codes h2 span{color:#f9b713;font-weight:800}.discount-codes .discount-form{margin-top:37px;border:1px solid #c8c8c8;padding:1rem}@media only screen and (max-width:767px){.discount-codes .discount-form{margin-top:16px}}.discount-codes .discount-form .reward-table td{font-size:14px;font-weight:400;color:#05141f;border-bottom:1px solid #c8c8c8;padding:16px 6px}@media only screen and (max-width:1400px){.discount-codes .discount-form .reward-table td{font-size:12px}}.discount-codes .discount-form .reward-table td:last-child{text-align:right;width:55%}.discount-codes .discount-form .redeem-input{padding:2rem 0}.discount-codes .discount-form .redeem-input label{font-size:16px;font-weight:500;color:#05141f}@media only screen and (max-width:1400px){.discount-codes .discount-form .redeem-input label{font-size:14px}}.discount-codes .discount-form .redeem-input input#mw_amount{height:45px;background-color:#f8f8f8;color:#1a80c1;border-radius:5px;text-align:center;font-size:16px;width:146px}.discount-codes .discount-form .redeem-input input#mw_amount:focus{box-shadow:none}.discount-codes .discount-form .redeem-input .reward-point-button{width:28px;height:28px;border:1px solid #1a80c1;line-height:28px;text-align:center;color:#05141f;font-size:20px;font-weight:500;cursor:pointer;font-size:0px;background-image:url('../../frontend/Revamp/Theme/en_US//images/qty-sprite-image.png')}.discount-codes .discount-form label[for="mw_use_max_points"]{font-size:14px;font-weight:400;color:#05141f}.discount-codes .discount-form .redeem-input{display:flex;justify-content:center;display:-webkit-flex;flex-wrap:wrap;align-items:center}.discount-codes .discount-form .redeem-input .control{position:relative;padding:0 38px;margin-left:25px}@media only screen and (max-width:767px){.discount-codes .discount-form .redeem-input .control{margin-left:8px;margin-top:10px}}.discount-codes .discount-form .redeem-input .control .reward-point-nav .reward-point-button{position:absolute;top:8px}.discount-codes .discount-form .redeem-input .control .reward-point-nav .reward-point-button:hover{background-color:#1a80c1;color:#fff}.discount-codes .discount-form .redeem-input .control .reward-point-nav .reward-point-button.point-down{left:0;background-position:0px 26px}.discount-codes .discount-form .redeem-input .control .reward-point-nav .reward-point-button.point-down:hover{background-position:0px 0px}.discount-codes .discount-form .redeem-input .control .reward-point-nav .reward-point-button.point-up{right:0;background-position:26px 26px}.discount-codes .discount-form .redeem-input .control .reward-point-nav .reward-point-button.point-up:hover{background-position:26px 0px}.discount-codes .discount-form .login-note{font-size:18px;font-weight:500}@media only screen and (max-width:1400px){.discount-codes .discount-form .login-note{font-size:14px}}@media only screen and (max-width:991px){.discount-codes .discount-form .login-note{font-size:12px}}.discount-codes .discount-form .login-note a{color:#1979c3}.discount-codes .discount-form .login-note a:active{color:#1979c3}.discount-codes .discount-form .login-note a:hover{text-decoration:none}.crosssell-reward-container{margin-top:2rem;display:flex;display:-webkit-flex;flex-wrap:wrap}@media only screen and (max-width:767px){.crosssell-reward-container{margin-top:6rem}}.crosssell-reward-container>div{box-sizing:border-box}.crosssell-reward-container .crosssell{flex:0 0 60%;max-width:60%;margin-top:0px}@media only screen and (max-width:1199px){.crosssell-reward-container .crosssell{flex:0 0 100%;max-width:100%}}.crosssell-reward-container .crosssell .section-heading{line-height:1.1}@media only screen and (max-width:767px){.crosssell-reward-container .crosssell .section-heading{font-size:24px !important}}.crosssell-reward-container .crosssell .products-crosssell .product-item{width:100%;padding:2rem}.crosssell-reward-container .crosssell .products-crosssell .product-item .product-image{padding:1rem 1rem 2rem 1rem}.crosssell-reward-container .crosssell .products-crosssell .product-item .price-box{display:flex;flex-wrap:wrap;justify-content:center}.crosssell-reward-container .crosssell .tocart{width:228px;max-width:100%}.crosssell-reward-container .crosssell .tocart .fas{margin-right:12px}.crosssell-reward-container .crosssell .product-item-name,.crosssell-reward-container .crosssell .product.name a{min-height:70px}.crosssell-reward-container .crosssell span.separator{margin:0 10px;line-height:34px;height:20px}@media only screen and (max-width:1800px){.crosssell-reward-container .crosssell span.separator{line-height:24px}}.crosssell-reward-container .crosssell .old-price span.price{color:#ddd}.crosssell-reward-container #rewardpoints_box{flex:0 0 36%;max-width:36%;margin-left:4%}@media only screen and (max-width:1199px){.crosssell-reward-container #rewardpoints_box{flex:0 0 100%;max-width:100%;margin-left:0%}}.crosssell-reward-container #rewardpoints_box .discount.discount-codes h2{margin-top:0px}.amcheckout-shipping-methods .amcheckout-items .free-method .col-carrier{position:relative;padding-right:54px}.amcheckout-shipping-methods .amcheckout-items .free-method .col-carrier:after{position:absolute;content:"";background:url('../../frontend/Revamp/Theme/en_US//images/free-sticker.png');background-size:cover;background-position:center;width:47px;height:30px;top:6px;right:0px}.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items{display:table;width:100%}.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items .amcheckout-method{width:100%;margin-bottom:15px}.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items .amcheckout-method .col-carrier{font-weight:700}.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items .amcheckout-method .col-price{font-weight:700;color:#e0a026}.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items .amcheckout-method:last-child{margin-bottom:0px}@media only screen and (max-width:767px){.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items .amcheckout-method{font-size:14px;padding:0 10px}}@media only screen and (max-width:460px){.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items .amcheckout-method{font-size:12px}}.amcheckout-step-container .shipping-address-items{justify-content:flex-start}.amcheckout-step-container .shipping-address-items .shipping-address-item{margin-right:1.3%}@media only screen and (max-width:767px){.amcheckout-step-container .shipping-address-items .shipping-address-item{margin-right:0px}}.checkout-index-index .opc-progress-bar-item._active:before{background:#e0a026}.checkout-index-index .opc-progress-bar-item._active>span:before{background:#e0a026}.checkout-index-index .opc-wrapper .shipping-address-item{font-size:18px}@media only screen and (max-width:1400px){.checkout-index-index .opc-wrapper .shipping-address-item{font-size:14px;line-height:24px}}@media only screen and (max-width:1199px){.checkout-index-index .opc-wrapper .shipping-address-item{font-size:14px;line-height:24px}}.checkout-index-index .opc-wrapper .shipping-address-item.selected-item{border-color:#e0a026}.checkout-index-index .opc-wrapper .shipping-address-item.selected-item:after{background:#e0a026}.checkout-index-index .opc-wrapper .action-show-popup{border:1px #e0a026 solid;color:#333;font-size:18px;background:#e0a026;color:#fff;height:42px}.checkout-index-index .opc-wrapper .action-show-popup:hover{background:#fff;color:#333;border-color:#333}.checkout-index-index a:visited,.checkout-index-index .alink:visited{color:#e0a026}.checkout-index-index a{color:#e0a026}.checkout-index-index .fieldset>.field:not(.choice)>.label{width:100%;text-align:left}.checkout-index-index .fieldset>.field:not(.choice)>.control{width:100%;margin-top:4px}.checkout-index-index .modal-popup .form-shipping-address{max-width:100% !important}.checkout-index-index input[type="text"],.checkout-index-index input[type="password"],.checkout-index-index input[type="url"],.checkout-index-index input[type="tel"],.checkout-index-index input[type="search"],.checkout-index-index input[type="number"],.checkout-index-index input[type="datetime"],.checkout-index-index input[type="email"]{height:45px}.checkout-index-index .fieldset>.field[name="shippingAddress.firstname"]{width:48%;float:left}@media only screen and (max-width:767px){.checkout-index-index .fieldset>.field[name="shippingAddress.firstname"]{width:100%}}.checkout-index-index .fieldset>.field[name="shippingAddress.lastname"]{width:48%;float:left;margin-left:4%}@media only screen and (max-width:767px){.checkout-index-index .fieldset>.field[name="shippingAddress.lastname"]{width:100%;margin-left:0%}}.checkout-index-index .step-content{padding-top:30px}.checkout-index-index .field[name="shippingAddress.city"],.checkout-index-index .field[name="shippingAddress.postcode"]{display:inline-block;width:48%;vertical-align:top}@media only screen and (max-width:767px){.checkout-index-index .field[name="shippingAddress.city"],.checkout-index-index .field[name="shippingAddress.postcode"]{width:100%}}.checkout-index-index .field[name="shippingAddress.region_id"],.checkout-index-index .field[name="shippingAddress.country_id"],.checkout-index-index .field[name="shippingAddress.region"]{display:inline-block;width:48%;vertical-align:top;margin-left:4%}@media only screen and (max-width:767px){.checkout-index-index .field[name="shippingAddress.region_id"],.checkout-index-index .field[name="shippingAddress.country_id"],.checkout-index-index .field[name="shippingAddress.region"]{width:100%;margin-left:0%}}.checkout-index-index select{height:45px}.checkout-index-index .field.choice::before{display:none}.checkout-index-index .action-hide-popup,.checkout-index-index .action-save-address{height:40px;padding:0 20px}.checkout-index-index .opc-wrapper .action-select-shipping-item{float:right;margin:20px 0 0;color:#fff;background-color:#1a98e3;border:0;padding:12px 25px}.checkout-index-index .table-checkout-shipping-method{width:100%}.checkout-index-index .opc-block-shipping-information{padding:0px}.checkout-index-index .opc-block-shipping-information .ship-to,.checkout-index-index .opc-block-shipping-information .ship-via{background-color:#f5f5f5;padding:20px 30px}.checkout-index-index .checkout-payment-method .payment-method+.payment-method .payment-method-title{border-top:0px}.checkout-index-index .checkout-payment-method .payment-method-title{padding:20px 20px;margin:0;background-color:#f5f5f5;border:0;margin-bottom:10px}@media only screen and (max-width:767px){.checkout-index-index .checkout-payment-method .payment-method-title{padding:10px 20px}}.checkout-index-index .checkout-payment-method .payment-method-title .label{font-size:18px;font-weight:bold;cursor:pointer}.checkout-index-index .checkout-payment-method .payment-method._active .payment-method-title{background-color:#1979c3;color:#fff}@media only screen and (max-width:767px){.checkout-index-index .checkout-payment-method .step-title{font-size:22px;font-weight:bold;padding:0;margin-bottom:10px}}.checkout-index-index .checkout-payment-method .field-select-billing{max-width:100%}.checkout-index-index .checkout-payment-method .billing-address-form{max-width:100%}.checkout-index-index .checkout-payment-method .payment-method-content{font-size:16px}.checkout-index-index .checkout-payment-method .payment-option-title .action-toggle{font-size:18px;font-weight:bold;color:#333}.checkout-index-index .checkout-payment-method .actions-toolbar .primary .action{margin:0 5px 0 0;padding:8px 30px;border:0;background-color:#1a98e3;color:#fff;font-size:16px;line-height:normal}@media only screen and (max-width:767px){.checkout-index-index .checkout-payment-method .payment-methods{margin:0px !important}}.checkout-index-index .shipping-address-item .action-select-shipping-item{width:100%}.checkout-index-index .modal-popup .modal-footer{padding-top:0px}.checkout-index-index .step-content{padding-top:0}.amcheckout-step-container .shipping-address-items .shipping-address-item{width:32%}.amcheckout-step-container .shipping-address-items .shipping-address-item{background-color:#fff;box-shadow:0 0 25px #f1f1f1 8a}.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select{float:left;border:1px solid #e0a026;background:#e0a026;color:#fff;width:auto}.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button{height:40px}.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button{border:0}.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover{border-color:#1787e0}.amcheckout-step-container .-opened .amcheckout-title{background-color:#1979c3;color:#fff}.amcheckout-step-container .-opened .amcheckout-title>.amcheckout-icon,.amcheckout-step-container .-opened .amcheckout-title>.amcheckout-icon:before{border-color:#fff}.amcheckout-step-container .amcheckout-title>.amcheckout-icon{width:26px;height:26px}.amcheckout-step-container .amcheckout-title{padding:7px 25px;font-size:18px}.table-checkout-shipping-method tbody td{padding-bottom:10px;padding-top:10px}.field-tooltip .field-tooltip-action:before{line-height:19px}.checkout-index-index .checkout-payment-method .payment-method._active .payment-method-title{background-color:#e0a026;color:#fff}.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content{padding:10px 20px 0 25px}.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active{border-color:#e0a026}.checkout-index-index .checkout-payment-method .payment-method-title{margin-bottom:0}.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label{padding:10px 20px;align-items:center}.checkout-payment-method .payment-method-title .payment-icon{margin-right:15px}.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type){margin:20px 0 0}.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title{background-color:#1979c3 !important;color:#fff}.column.main .amcheckout-step-container .block .title strong{font-size:18px;font-weight:700}.amcheckout-additional-options .checkout-reward .point-input{width:70px;text-align:center;font-size:13px;font-weight:bold}.amcheckout-additional-options .checkout-reward span.title{font-weight:700;font-size:16px}.amcheckout-additional-options .checkout-reward .details-content{border-top:1px solid #ccc;margin:15px 0px 15px 0px}.amcheckout-additional-options .checkout-reward .details-content .redeem-section{margin:15px auto 15px}.amcheckout-additional-options .checkout-reward .details-content .redeem-section label{font-weight:600;margin-right:5px}.amcheckout-additional-options .checkout-reward .details-content .total-points{margin-top:10px}.amcheckout-additional-options .checkout-reward .details-content .mw_rewardpoints{font-weight:700}.opc-block-summary .minicart-items-wrapper{max-height:320px !important}.column.main .opc-block-summary .product-item{padding-right:10px}.opc-block-summary .actions-toolbar .secondary{padding:10px 0}.cart-totals .mark,.opc-block-summary .table-totals .mark{font-weight:400;padding-left:4px;font-size:16px}.cart-totals .amount,.opc-block-summary .table-totals .amount{font-size:16px}.cart-totals .mark strong,.opc-block-summary .table-totals .mark strong{font-weight:700;font-size:18px;text-transform:uppercase}.cart-totals .grand .amount strong,.opc-block-summary .table-totals .grand .amount strong{font-weight:700;font-size:18px}.amcheckout-step-container .primary .action.checkout,.amcheckout-step-container .action.checkout.amasty{background:#e0a026}.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container,.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title{background-color:#fff}.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item{border:2px #e0a026 solid}.checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap{width:100% !important;max-width:700px !important}.amcheckout-summary-container .product-badge.aftermarket .product-image-wrapper:after{width:40px;height:40px}.checkout-index-index .field[name="shippingAddress.country_id"]{margin-left:0 !important}.checkout-index-index .fieldset>.field{margin:0 0 10px}.checkout-index-index .modal-popup .modal-footer{padding-top:20px !important}@media screen and (min-width:1200px) and (max-width:1400px){.amcheckout-step-container .amcheckout-title{font-size:16px}.amcheckout-step-container .shipping-address-items .shipping-address-item{line-height:24px;font-size:14px}.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button{height:34px}.table-checkout-shipping-method tbody td{font-size:14px}.checkout-index-index .checkout-payment-method .payment-method-title .label{font-size:14px}.amcheckout-step-container .amcheckout-title>.amcheckout-icon{width:22px;height:22px}.column.main .amcheckout-step-container .block .title strong{font-size:16px}.cart-totals .grand .amount strong,.opc-block-summary .table-totals .grand .amount strong,.cart-totals .mark strong,.opc-block-summary .table-totals .mark strong{font-size:16px}.checkout-index-index .checkout-payment-method .payment-option-title .action-toggle{font-size:14px}.checkout-payment-method .payment-methods .actions-toolbar .primary{font-size:16px}.checkout-index-index .checkout-header .title{font-size:28px}}@media screen and (min-width:992px) and (max-width:1199px){.amcheckout-step-container .shipping-address-items .shipping-address-item{width:46%}.checkout-index-index .checkout-header .title{font-size:32px}.checkout-index-index .am-checkout{margin:0px}}@media screen and (min-width:768px) and (max-width:991px){.amcheckout-step-container .shipping-address-items .shipping-address-item{width:48.7%}.checkout-index-index .checkout-header .title{font-size:32px}.checkout-index-index .am-checkout{margin:0px}.amcheckout-step-container .amcheckout-summary-container .amcheckout-title>.amcheckout-icon{background:transparent}.amcheckout-step-container .amcheckout-summary-container .amcheckout-title>.amcheckout-icon{border-color:#fff}.amcheckout-step-container .amcheckout-title>.amcheckout-icon:before{border-right:2px solid #fff;border-bottom:2px solid #fff}}@media screen and (max-width:767px){.amcheckout-step-container .shipping-address-items .shipping-address-item{width:100%}.checkout-index-index .checkout-header .title{font-size:32px}.checkout-index-index .am-checkout{margin:0px}.amcheckout-step-container .amcheckout-summary-container .amcheckout-title>.amcheckout-icon{background:transparent}.amcheckout-step-container .amcheckout-summary-container .amcheckout-title>.amcheckout-icon{border-color:#fff}.amcheckout-step-container .amcheckout-summary-container .amcheckout-title>.amcheckout-icon:before{border-right:2px solid #fff;border-bottom:2px solid #fff}.am-checkout.-modern .checkout-header{width:100%;margin:0}.checkout-index-index .checkout-payment-method .step-title{font-size:18px;font-weight:600;padding:0;margin-bottom:0}.checkout-index-index .checkout-payment-method .payment-method-title .label{font-size:14px}.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type){margin-top:20px}.amcheckout-step-container .amcheckout-additional-options{background:#ffffff}.amcheckout-step-container .amcheckout-title{padding:7px 15px}}.contact-index-index .page-header{margin-bottom:0px !important}.contact-index-index h1.page-title{display:none !important}.contact-index-index .page-main{max-width:100% !important;padding-left:0px;padding-right:0px}.contact-index-index .page-main .contact-main,.contact-index-index .page-main .store_contact_info{margin-left:auto;margin-right:auto;max-width:1517px;padding-left:15px;padding-right:15px}@media only screen and (max-width:1400px){.contact-index-index .page-main .contact-main,.contact-index-index .page-main .store_contact_info{max-width:1260px}}.contact-index-index .banner img{width:100%}.contact-index-index .contact-main{display:flex;display:-webkit-flex;flex-wrap:wrap;padding-top:9rem;padding-bottom:9rem}@media only screen and (max-width:991px){.contact-index-index .contact-main{padding-top:4rem;padding-bottom:4rem}}.contact-index-index .contact-main>div{flex:0 0 50%;max-width:50%;box-sizing:border-box}@media (max-width:991px){.contact-index-index .contact-main>div{flex:0 0 100%;max-width:100%;margin-bottom:30px}}.contact-index-index .contact-main .contact-left{padding-right:5.5%}@media only screen and (max-width:1600px){.contact-index-index .contact-main .contact-left{padding-right:4%}}@media only screen and (max-width:991px){.contact-index-index .contact-main .contact-left{padding-right:0%}}.contact-index-index .contact-main .contact-left .form.contact{width:100% !important;max-width:100% !important}.contact-index-index .contact-main .contact-left .form.contact .fieldset{margin-bottom:0px}.contact-index-index .contact-main .contact-left .form.contact .field .label{display:none}.contact-index-index .contact-main .contact-left .form.contact .field .control{width:100%}.contact-index-index .contact-main .contact-left .form.contact .field .control .input-text{height:60px;border:1px solid #ddd;border-radius:7px}@media only screen and (max-width:1400px){.contact-index-index .contact-main .contact-left .form.contact .field .control .input-text{height:48px}}@media only screen and (max-width:767px){.contact-index-index .contact-main .contact-left .form.contact .field .control .input-text{height:42px}}.contact-index-index .contact-main .contact-left .form.contact .field .control textarea.input-text{height:160px;resize:none;padding-top:10px}.contact-index-index .contact-main .contact-left .form.contact .actions-toolbar{margin-left:0px !important}.contact-index-index .contact-main .contact-left .form.contact .actions-toolbar .primary{display:block;float:none;width:100%}.contact-index-index .contact-main .contact-left .form.contact .actions-toolbar .primary button.primary,.contact-index-index .contact-main .contact-left .form.contact .actions-toolbar .primary .cart.table-wrapper .actions-toolbar>.action.primary,.contact-index-index .contact-main .contact-left .form.contact .actions-toolbar .primary .action-gift.primary{height:52px;padding:inherit}@media only screen and (max-width:1400px){.contact-index-index .contact-main .contact-left .form.contact .actions-toolbar .primary button.primary,.contact-index-index .contact-main .contact-left .form.contact .actions-toolbar .primary .cart.table-wrapper .actions-toolbar>.action.primary,.contact-index-index .contact-main .contact-left .form.contact .actions-toolbar .primary .action-gift.primary{font-size:14px}}.contact-index-index .contact-main .contact-left .form.contact .actions-toolbar .primary button.primary span,.contact-index-index .contact-main .contact-left .form.contact .actions-toolbar .primary .cart.table-wrapper .actions-toolbar>.action.primary span,.contact-index-index .contact-main .contact-left .form.contact .actions-toolbar .primary .action-gift.primary span{display:inline-block;position:relative}.contact-index-index .contact-main .contact-left .form.contact .actions-toolbar .primary button.primary span:before,.contact-index-index .contact-main .contact-left .form.contact .actions-toolbar .primary .cart.table-wrapper .actions-toolbar>.action.primary span:before,.contact-index-index .contact-main .contact-left .form.contact .actions-toolbar .primary .action-gift.primary span:before{background-image:url('../../frontend/Revamp/Theme/en_US//images/btn-arrow.png');content:"";background-size:contain;width:19px;height:13px;display:inline-block;margin-right:15px}@media only screen and (max-width:1400px){.contact-index-index .contact-main .contact-left .form.contact .actions-toolbar .primary button.primary span:before,.contact-index-index .contact-main .contact-left .form.contact .actions-toolbar .primary .cart.table-wrapper .actions-toolbar>.action.primary span:before,.contact-index-index .contact-main .contact-left .form.contact .actions-toolbar .primary .action-gift.primary span:before{width:15px;height:10px}}@media only screen and (max-width:767px){.contact-index-index .contact-main .contact-left .form.contact .actions-toolbar .primary button.primary,.contact-index-index .contact-main .contact-left .form.contact .actions-toolbar .primary .cart.table-wrapper .actions-toolbar>.action.primary,.contact-index-index .contact-main .contact-left .form.contact .actions-toolbar .primary .action-gift.primary{height:46px}}.contact-index-index .contact-main .contact-right{padding-left:1%;padding-right:8rem;margin-top:15px;position:relative}@media only screen and (max-width:1600px){.contact-index-index .contact-main .contact-right{padding-right:5rem}}@media only screen and (max-width:991px){.contact-index-index .contact-main .contact-right{padding-right:0rem;margin-bottom:0px}}.contact-index-index .contact-main .contact-right:after{content:"";width:calc(100% - 337px);height:calc(100% - 200px);top:-58px;right:0;background-color:#1a7fc0;position:absolute;z-index:-1}@media only screen and (max-width:1600px){.contact-index-index .contact-main .contact-right:after{width:calc(100% - 207px);height:calc(100% - 240px);top:-44px}}@media only screen and (max-width:991px){.contact-index-index .contact-main .contact-right:after{display:none}}@media only screen and (max-width:767px){.contact-index-index .contact-main .contact-right{padding-left:0;margin-top:30px}}.contact-index-index .contact-main .contact-right iframe{width:100%;height:100%;min-height:650px !important;border:1px solid #e0e0e0 !important;background-color:#ededed}@media only screen and (max-width:991px){.contact-index-index .contact-main .contact-right iframe{min-height:410px !important}}.contact-index-index .store_contact_info ul{display:flex;flex-wrap:wrap;justify-content:space-between}@media only screen and (max-width:991px){.contact-index-index .store_contact_info ul{margin-bottom:0px}}.contact-index-index .store_contact_info ul li{box-shadow:0px 6px 37px 0px rgba(0,0,0,0.08);background-color:#fff;padding:28.5px 18px;flex-basis:22.5%;max-width:22.5%;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:767px){.contact-index-index .store_contact_info ul li{box-shadow:0px 6px 17px 0px rgba(0,0,0,0.08);flex-basis:48%;max-width:48%;margin-bottom:20px}}@media only screen and (min-width:768px) and (max-width:992px){.contact-index-index .store_contact_info ul li{flex-basis:49%;max-width:49%;margin-bottom:20px;padding:30px 20px}}@media (min-width:992px) and (max-width:1199px){.contact-index-index .store_contact_info ul li{text-align:center}}@media (max-width:540px){.contact-index-index .store_contact_info ul li{flex-basis:100%;max-width:100%}}.contact-index-index .store_contact_info ul li span{font-size:20px;color:#05141f}@media only screen and (max-width:1400px){.contact-index-index .store_contact_info ul li span{font-size:16px}}.contact-index-index .store_contact_info ul li p,.contact-index-index .store_contact_info ul li a{font-size:16px;color:#a4a4a4}@media only screen and (max-width:1400px){.contact-index-index .store_contact_info ul li p,.contact-index-index .store_contact_info ul li a{font-size:14px}}.contact-index-index .store_contact_info ul li .info-item{width:100%;display:flex;display:-webkit-flex;align-items:center;flex-wrap:wrap}.contact-index-index .store_contact_info ul li .info-item-img{margin-right:15px;display:inline-block;width:60px;text-align:center}@media only screen and (max-width:1600px){.contact-index-index .store_contact_info ul li .info-item-img{flex:0 0 100%;margin-right:0;max-width:100%}}@media (min-width:992px) and (max-width:1199px){.contact-index-index .store_contact_info ul li .info-item-img{margin-bottom:10px;margin-right:0}}.contact-index-index .store_contact_info ul li .info-item-content{display:inline-block;flex:1 1}@media only screen and (max-width:1600px){.contact-index-index .store_contact_info ul li .info-item-content{text-align:center;flex:0 0 100%;max-width:100%}}@media (min-width:992px) and (max-width:1199px){.contact-index-index .store_contact_info ul li .info-item-content{width:100%}}@media only screen and (max-width:991px){.account .sidebar{padding-right:0%}}.account .sidebar .account-nav .account-nav-content{border:1px solid #d6d6d6}.account .sidebar .account-nav .account-nav-content .items .item.current strong,.account .sidebar .account-nav .account-nav-content .items .item.current a{font-size:16px}.account .main .block{padding:1.5rem;margin-bottom:2.5rem}.account .main .block .block-title{font-size:20px;color:#333;margin-bottom:1rem;text-align:left;border-bottom:1px #ddd solid;padding-bottom:14px;margin-bottom:20px}.account .main .block .block-title .action{float:right;font-size:16px}.account .main .block .table-wrapper .table{border:1px solid #d1d1d1}.account .main .block .table-wrapper .table thead tr{background-color:#1b8ad0;color:#fff}.account .main>.table-wrapper .table{border:1px solid #d1d1d1}.account .main>.table-wrapper .table thead tr{background-color:#1b8ad0;color:#fff}.customer-address-form .form-address-edit .field:after{clear:both;content:"";display:block}.customer-address-form .form-address-edit .field .control{position:relative}.customer-address-form .form-address-edit div.mage-error{position:absolute;bottom:-20px;margin-top:0}.customer-address-form .form-address-edit .field .message.warning{border:1px solid #f9b713;z-index:1}.minicart-items .product-image-wrapper .product-image-photo{object-fit:contain}.customer-address-index .additional-addresses{overflow-y:auto}.customer-address-index .additional-addresses .table thead th{vertical-align:middle}@media only screen and (max-width:1199px){.customer-address-index .additional-addresses .table thead th{font-size:14px}}@media only screen and (max-width:1199px){.customer-address-index .additional-addresses .table tbody tr td{font-size:14px}}body.customer-account-login .login-container .block.block-customer-login,.aw-rma-new-guest .block-customer-login{border-right:1px #ddd solid !important;padding-right:40px}.customer-account-login .page-main{max-width:100% !important}.customer-account-login .login-container .block,.aw-rma-new-guest .block{padding:40px 12vw !important;text-align:center;border:0px !important}@media only screen and (max-width:1800px){.customer-account-login .login-container .block,.aw-rma-new-guest .block{padding:40px 4vw !important}}@media only screen and (max-width:767px){.customer-account-login .login-container .block,.aw-rma-new-guest .block{max-width:100% !important;flex-basis:100% !important;padding:30px 9vw !important;width:100% !important}}@media only screen and (max-width:767px){.customer-account-login .login-container .block.block-customer-login,.aw-rma-new-guest .block.block-customer-login{border-right:none;border-bottom:1px #ddd solid !important}}.customer-account-login .login-container .block .block-title,.aw-rma-new-guest .block .block-title{font-size:22px;color:#7eb91b;border-bottom:0;font-size:28px;color:#333;padding-bottom:0;margin-bottom:10px;font-weight:bold}@media only screen and (max-width:767px){.customer-account-login .login-container .block .block-title,.aw-rma-new-guest .block .block-title{font-size:24px}}.customer-account-login .login-container .block .field:not(.note),.aw-rma-new-guest .block .field:not(.note){text-align:left;margin-bottom:15px}.customer-account-login .login-container .block .field.note,.aw-rma-new-guest .block .field.note{margin-bottom:40px;font-size:16px;line-height:24px;color:#666}.customer-account-login .login-container .block p,.aw-rma-new-guest .block p{margin-bottom:40px;font-size:16px;line-height:24px;color:#666}.customer-account-login .login-container .fieldset,.aw-rma-new-guest .fieldset{min-width:0px}.customer-account-login .login-container .fieldset>.field:not(.choice)>.label,.aw-rma-new-guest .fieldset>.field:not(.choice)>.label{text-align:left !important;width:100%}.customer-account-login .login-container .fieldset>.field>.control,.aw-rma-new-guest .fieldset>.field>.control{width:100% !important}.customer-account-login .login-container .fieldset:after,.aw-rma-new-guest .fieldset:after{text-align:left;margin-left:0 !important;margin:10px 0 0;content:attr(data-hasrequired);display:block;letter-spacing:normal;word-spacing:normal;color:#e02b27;font-size:1.2rem}input[type="email"],input[type="datetime"],select,input[type="text"],input[type="password"],input[type="url"],input[type="tel"],input[type="search"],input[type="number"],input[type="datetime"]{font-size:16px;height:50px;-webkit-appearance:none}@media only screen and (max-width:767px){input[type="email"],input[type="datetime"],select,input[type="text"],input[type="password"],input[type="url"],input[type="tel"],input[type="search"],input[type="number"],input[type="datetime"]{height:40px}}body ._keyfocus *:focus{box-shadow:none}body input:not([disabled]):focus{box-shadow:none}body textarea:not([disabled]):focus{box-shadow:none}body select:not([disabled]):focus{box-shadow:none}.block-new-customer .actions-toolbar .primary{width:100%;float:none;text-align:center}.customer-account-forgotpassword .page-title-wrapper,.customer-account-login .page-title-wrapper,.customer-account-create .page-title-wrapper,.account .page-title-wrapper,.aw_rma-guest-index .page-title-wrapper{border-bottom:1px #ddd solid;text-align:center;padding:0 0px 16px;overflow:hidden}.customer-account-forgotpassword .page-main,.customer-account-login .page-main,.customer-account-create .page-main,.account .page-main,.aw_rma-guest-index .page-main{min-height:540px}.customer-account-forgotpassword .page-main>.page-title-wrapper .page-title,.customer-account-login .page-main>.page-title-wrapper .page-title,.customer-account-create .page-main>.page-title-wrapper .page-title,.account .page-main>.page-title-wrapper .page-title,.aw_rma-guest-index .page-main>.page-title-wrapper .page-title{margin-bottom:0px;font-size:24px;text-transform:uppercase;letter-spacing:1px;font-weight:600;width:100%}@media only screen and (max-width:767px){.customer-account-forgotpassword .page-main>.page-title-wrapper .page-title,.customer-account-login .page-main>.page-title-wrapper .page-title,.customer-account-create .page-main>.page-title-wrapper .page-title,.account .page-main>.page-title-wrapper .page-title,.aw_rma-guest-index .page-main>.page-title-wrapper .page-title{font-size:16px}}.customer-account-login .login-container .block,.aw_rma-guest-index .login-container .block,.customer-account-login .aw-rma-new-guest .block,.aw_rma-guest-index .aw-rma-new-guest .block{border:0px !important}@media only screen and (max-width:767px){.customer-account-login .login-container .block.block-customer-login,.aw_rma-guest-index .login-container .block.block-customer-login,.customer-account-login .aw-rma-new-guest .block.block-customer-login,.aw_rma-guest-index .aw-rma-new-guest .block.block-customer-login{border-right:none;border-bottom:1px #ddd solid !important}}.customer-account-login .login-container .block-customer-login fieldset.fieldset:after,.aw_rma-guest-index .login-container .block-customer-login fieldset.fieldset:after,.customer-account-login .aw-rma-new-guest .block-customer-login fieldset.fieldset:after,.aw_rma-guest-index .aw-rma-new-guest .block-customer-login fieldset.fieldset:after{margin:10px 0 0;content:attr(data-hasrequired);display:block;letter-spacing:normal;word-spacing:normal;color:#e02b27;font-size:1.2rem}.customer-account-login .actions-toolbar,.aw_rma-guest-index .actions-toolbar{margin-left:0px !important}.customer-account-login .actions-toolbar .secondary a.action,.aw_rma-guest-index .actions-toolbar .secondary a.action{font-size:16px;margin-top:13px !important;color:#333}.customer-account-login .actions-toolbar .primary .action,.aw_rma-guest-index .actions-toolbar .primary .action{margin:0 5px 0 0;padding:16px 30px;font-size:18px}.customer-account-login .field.note,.aw_rma-guest-index .field.note{font-size:16px}.customer-account-login .fieldset .legend,.aw_rma-guest-index .fieldset .legend{margin-left:0 !important}.customer-account-login .fieldset>.field:not(.choice)>.label,.aw_rma-guest-index .fieldset>.field:not(.choice)>.label{width:100% !important;margin-bottom:9px !important}.customer-account-login .fieldset>.field:not(.choice)>.control,.aw_rma-guest-index .fieldset>.field:not(.choice)>.control{width:100% !important}.customer-account-login .column:not(.sidebar-main) form .actions-toolbar,.aw_rma-guest-index .column:not(.sidebar-main) form .actions-toolbar{margin-left:0 !important}.customer-account-login .column:not(.sidebar-additional) form .actions-toolbar,.aw_rma-guest-index .column:not(.sidebar-additional) form .actions-toolbar{margin-left:0 !important}.customer-account-forgotpassword .page-main,.customer-account-login .page-main,.customer-account-create .page-main,.account .page-main{max-width:100%;padding:0px}.customer-account-forgotpassword .form.password.forget{margin:0 auto;padding-top:40px;min-width:inherit !important;max-width:470px}@media only screen and (max-width:767px){.customer-account-forgotpassword .form.password.forget{padding:30px 30px}}.customer-account-forgotpassword .form.password.forget .field.note{font-size:18px;text-align:center}.customer-account-forgotpassword .form.password.forget .fieldset{margin-bottom:20px}.customer-account-forgotpassword .form.password.forget .fieldset:after{margin-top:15px}.customer-account-forgotpassword .form.password.forget .fieldset .legend{margin-left:0 !important}.customer-account-forgotpassword .form.password.forget .fieldset>.field:not(.choice)>.label{width:100% !important;margin-bottom:9px !important;text-align:left}.customer-account-forgotpassword .form.password.forget .fieldset>.field:not(.choice)>.control{width:100% !important}.customer-account-forgotpassword .form.password.forget .actions-toolbar{margin-left:0px !important}.customer-account-forgotpassword .form.password.forget .actions-toolbar .secondary a.action{font-size:16px;margin-top:24px !important;color:#333}.customer-account-forgotpassword .form.password.forget .actions-toolbar .primary .action{margin:0 5px 0 0;padding:16px 30px;font-size:18px}.customer-account-create .form-create-account{max-width:820px;margin:0 auto;border:0;padding:0 20px;padding-top:40px;width:100% !important}@media only screen and (max-width:767px){.customer-account-create .form-create-account{border:0px !important}}.customer-account-create .form-create-account .fieldset>.legend{margin-bottom:20px;border-bottom:1px #ddd solid;width:100%;padding-bottom:11px;text-transform:uppercase;letter-spacing:1px;line-height:1.2;font-size:2rem}@media only screen and (max-width:767px){.customer-account-create .form-create-account .fieldset>.legend{font-size:1.6rem}}.customer-account-create .form-create-account .fieldset .admin__legend{margin-bottom:20px;border-bottom:2px #ddd solid;width:100%;padding-bottom:11px;text-transform:uppercase;letter-spacing:1px;line-height:1.2;font-size:2rem}.customer-account-create .form-create-account .fieldset .legend{margin-left:0 !important}.customer-account-create .form-create-account .fieldset>.field:not(.choice)>.label{width:100% !important;margin-bottom:9px !important;text-align:left}.customer-account-create .form-create-account .fieldset>.field:not(.choice)>.control{width:100% !important;float:none}.customer-account-create .form-create-account .field.field-name-lastname{margin-left:4%;width:48%;float:left;margin-left:4% !important}@media only screen and (max-width:767px){.customer-account-create .form-create-account .field.field-name-lastname{width:100%;float:none;display:inline-block;margin-left:0% !important}}.customer-account-create .form-create-account .field.field-name-firstname{width:48%;float:left}@media only screen and (max-width:767px){.customer-account-create .form-create-account .field.field-name-firstname{width:100%;float:none;display:inline-block}}.customer-account-create .form-create-account .field.choice.newsletter{clear:both}.customer-account-create .form-create-account .field.choice.newsletter:before{display:none}.customer-account-create .form-create-account .admin__field.field{float:left;margin-right:0;width:48%}@media only screen and (max-width:767px){.customer-account-create .form-create-account .admin__field.field{width:100%;float:none;display:inline-block}}.customer-account-create .form-create-account .admin__field.field.field-company_website{margin-left:4%}@media only screen and (max-width:767px){.customer-account-create .form-create-account .admin__field.field.field-company_website{margin-left:0%}}.customer-account-create .form-create-account .admin__field.field.field-type_of_business{margin-left:4%}@media only screen and (max-width:767px){.customer-account-create .form-create-account .admin__field.field.field-type_of_business{margin-left:0%}}.customer-account-create .form-create-account .admin__field.field.field-spoken_to_revamp_name{margin-left:4%}@media only screen and (max-width:767px){.customer-account-create .form-create-account .admin__field.field.field-spoken_to_revamp_name{margin-left:0%}}.customer-account-create .form-create-account .field.telephone,.customer-account-create .form-create-account .field.region,.customer-account-create .form-create-account .field.country{float:left;margin-left:4% !important;width:48%}@media only screen and (max-width:767px){.customer-account-create .form-create-account .field.telephone,.customer-account-create .form-create-account .field.region,.customer-account-create .form-create-account .field.country{width:100%;float:none;display:inline-block;margin-left:0% !important}}.customer-account-create .form-create-account .field.zip{float:left;margin-left:0% !important;width:48%}@media only screen and (max-width:767px){.customer-account-create .form-create-account .field.zip{width:100%;float:none;display:inline-block;margin-left:0% !important}}.customer-account-create .form-create-account .field.confirmation{float:left;margin-left:4% !important;width:48%}@media only screen and (max-width:767px){.customer-account-create .form-create-account .field.confirmation{width:100%;float:none;display:inline-block;margin-left:0% !important}}.customer-account-create .form-create-account .field.region{float:left;width:48%}@media only screen and (max-width:767px){.customer-account-create .form-create-account .field.region{width:100%;float:none;display:inline-block}}.customer-account-create .form-create-account .field.company{float:left;width:48%}@media only screen and (max-width:767px){.customer-account-create .form-create-account .field.company{width:100%;float:none;display:inline-block}}.customer-account-create .form-create-account .field.password{float:left;width:48%}@media only screen and (max-width:767px){.customer-account-create .form-create-account .field.password{width:100%;float:none;display:inline-block}}.customer-account-create .form-create-account #password-strength-meter-container{display:none}.customer-account-create .form-create-account .field-recaptcha{float:left;width:100%}.customer-account-create .actions-toolbar{margin-left:0 !important}.customer-account-create .actions-toolbar .secondary a.action{font-size:16px;margin-top:0px !important;color:#333}.customer-account-create .actions-toolbar .primary .action{margin:0 5px 0 0;padding:16px 30px;font-size:18px}.account .columns{padding-top:30px;margin-left:auto;margin-right:auto;max-width:1750px;padding-left:15px;padding-right:15px}@media only screen and (max-width:991px){.account .columns{padding-top:15px}}.account .column.main .block:not(.widget) .box-title span{font-size:16px;text-transform:uppercase}.account a.action.change-password{margin-left:20px}.account a:hover,.account .alink:hover{color:#e0a026}.account a,.account .alink{color:#e0a026}.account .sidebar .account-nav .account-nav-content{padding:0px 0px;border:0px}.account .sidebar .account-nav .item{padding:0px;margin:0}.account .sidebar .account-nav .item .delimiter{display:none}.account .sidebar .account-nav .item a{color:#333;font-size:18px;padding:20px 25px;border-top:1px #ddd solid}.account .sidebar .account-nav .item.current strong,.account .sidebar .account-nav .item.current a{color:#333;padding:20px 25px;border-color:#e0a026 !important;font-size:18px !important;background-color:#fff;border-top:1px #ddd solid !important}.account .main .block{padding:0px}.account .main .block address{font-style:normal;font-size:16px;line-height:28px}.account .main .block a.action.edit{font-size:16px}.account .main .block.block-dashboard-addresses .box,.account .main .block.block-addresses-default .box{background-color:#fff;box-shadow:0 0 12px #dcdcdc 59;padding:30px}.account .actions-toolbar .primary .action{margin:0 5px 0 0;padding:13px 20px;box-shadow:none !important;font-size:16px}.account .fieldset>.field:not(.choice)>.label{width:100% !important;text-align:left !important;margin-bottom:9px !important}.account .fieldset>.field:not(.choice)>.control{width:100%;float:left}.account .fieldset>.field{margin:0 0 14px}.account .field.field-name-lastname,.account .field.telephone,.account .field.region,.account .field.country{width:48%;display:inline-block;margin-left:4% !important}@media only screen and (max-width:767px){.account .field.field-name-lastname,.account .field.telephone,.account .field.region,.account .field.country{width:100%;float:none;display:inline-block;margin-left:0% !important}}.account .field.field-name-firstname,.account .field.company,.account .field.city,.account .field.zip{width:48%;display:inline-block;float:left}@media only screen and (max-width:767px){.account .field.field-name-firstname,.account .field.company,.account .field.city,.account .field.zip{width:100%;float:none;display:inline-block}}.account .field.choice.newsletter{clear:both}.account .field.choice.newsletter:before{display:none}.account .fieldset>.legend,.account .admin__legend{margin-bottom:20px;border-bottom:1px #ddd solid;width:100%;padding-bottom:11px;text-transform:uppercase;letter-spacing:1px;line-height:1.2;font-size:2rem;margin-left:0px !important}.account .fieldset>.field.choice:before,.account .fieldset>.field.no-label:before{display:none}.account .actions-toolbar{margin-left:0px !important}.account .block-content p,.account .block p{font-size:16px}.account .actions-toolbar .secondary{padding-top:14px}.account .mw-reward-points .input-coupon{width:310px}.account .mw-reward-points .input-coupon label{width:100%;display:block}.account .mw-reward-points .input-coupon input{width:100% !important;height:45px}.account .mw-reward-points .input-coupon .button-coupon button,.account .mw-reward-points .input-coupon .button-coupon .cart.table-wrapper .actions-toolbar>.action,.account .mw-reward-points .input-coupon .button-coupon .action-gift{margin:20px 0 0 10px;height:45px;background-color:#f9b713;border:0;color:#fff;font-size:16px}.account table>thead>tr>th,.account table>tbody>tr>th,.account table>tfoot>tr>th,.account table>thead>tr>td,.account table>tbody>tr>td,.account table>tfoot>tr>td{padding:12px 20px;font-size:16px;border-bottom:1px #ddd solid !important}.account .actions-toolbar.order-actions-toolbar{max-width:1750px;margin:0 auto !important}.account .actions-toolbar.order-actions-toolbar .actions{display:inline-block}.account .return-status,.account .order-status{display:inline-block;margin:10px 0 24px;font-size:18px}.account .fieldset>.field.field-unique_accountno:not(.choice)>.admin__field-label{height:50px;line-height:40px;width:auto !important}.account .fieldset>.field.field.field-unique_accountno:not(.choice)>.admin__field-control{width:auto !important}.account .mw-reward-points p,.account .mw-reward-points span,.account .mw-reward-points label{font-size:16px}.account .mw-reward-points .input-box{margin-bottom:20px}.account .rating-summary .rating-result>span:before{color:#e0a026}.account .table-wrapper.reviews td.col.actions{font-size:0}.account .table-wrapper.reviews .product-name{font-weight:400}.account .table-wrapper.reviews .product-name a{color:#333}.page.messages{max-width:1750px;margin:0px auto 0px;padding:0 16px}.block-reviews-dashboard strong.product-name a{font-size:18px;color:#505050;margin-bottom:0px;display:block}.block-reviews-dashboard .rating-summary{margin-bottom:20px}.block-dashboard-orders+.block>table td{border-bottom:0 !important;padding:0}.account .main .block .block-title.order{border-bottom:0;padding-bottom:0}.mw-reward-points .button-coupon button,.mw-reward-points .button-coupon .cart.table-wrapper .actions-toolbar>.action,.mw-reward-points .button-coupon .action-gift{height:47px;background-color:#e0a026;color:#fff;border:0}.account .mw-reward-points .action.primary{padding:14px 30px}.account .mw-reward-points .action.primary span{font-size:20px}.pages a.page,.pages strong.page{padding:0px 13px;border:1px #ddd solid;display:inline-block;font-size:14px;margin:0 2px}.pages .action.previous{margin-right:2px}.pages .action.next{margin-left:2px}.pages li.item.current .page{background-color:#1b8ad0;color:#fff;border-color:#1b8ad0}.pages a.page:visited{color:#616161}.account-nav .content{background:#1b8ad0}.account .sidebar .account-nav .item a{color:#fff;font-size:18px;padding:18px 25px;border-top:1px #3d9edc solid;font-weight:bold;text-transform:uppercase}@media only screen and (max-width:1199px){.account .sidebar .account-nav .item a{font-size:14px}}.account .sidebar .account-nav .item.current strong,.account .sidebar .account-nav .item.current a{font-size:18px;padding:18px 25px;font-weight:bold;text-transform:uppercase}.account .sidebar .account-nav .item.current strong strong,.account .sidebar .account-nav .item.current a strong{padding:0px;border-top:0px !important}.account-nav .item a:hover{background:#ffffff;color:#333 !important}@media (min-width:1200px) and (max-width:1400px){.account.page-layout-2columns-left .sidebar-main,.account.page-layout-2columns-left .sidebar-additional{width:28% !important}.account.page-layout-2columns-left .column.main{width:72% !important}.account .columns{padding-left:0;padding-right:0}.account .sidebar .account-nav .item a{padding:16px 25px}.table:not(.cart):not(.totals)>thead>tr>th,.table:not(.cart):not(.totals)>thead>tr>td{white-space:nowrap}.table:not(.cart):not(.totals)>tbody>tr>td.col.actions{white-space:nowrap}.account table>tbody>tr>td{padding:12px 9px;font-size:15px}.customer-account-login .login-container .block,.aw-rma-new-guest .block{padding:40px 7vw !important}}@media only screen and (max-width:1400px){.cart-container .cart-item-section .form-cart .cart.actions button.update,.cart-container .cart-item-section .form-cart .cart.actions .cart.table-wrapper .actions-toolbar>.action.update,.cart-container .cart-item-section .form-cart .cart.actions .action-gift.update{font-size:12px}}@media only screen and (max-width:767px){.account .page-main{padding-top:0 !important}}.account .page-main .block-content p,.account .page-main .block p{font-size:18px}@media only screen and (max-width:767px){.account .page-main .block-content p,.account .page-main .block p{font-size:16px}}.account .column.main .block:not(.widget) .box-title span{font-size:18px}.account .main .block a.action.edit,.account a.action.change-password{font-size:18px}.block .box-actions{margin-top:10px}.account .main .block address{font-size:18px;line-height:32px}.account table>thead>tr>th,.account table>tbody>tr>th,.account table>tfoot>tr>th,.account table>thead>tr>td,.account table>tbody>tr>td,.account table>tfoot>tr>td{font-size:18px}.account .main .block .block-title{font-size:22px}.account .mw-reward-points p,.account .mw-reward-points span,.account .mw-reward-points label{font-size:18px}.block-minicart a.action.viewcart{background-color:#1b8ad0;padding:10px 22px;color:#fff;font-size:14px;text-transform:uppercase;font-weight:bold;margin-top:10px;display:inline-block;border-radius:2px}.block-minicart .block-content>.actions>.primary .action.primary{font-size:16px;text-transform:uppercase;font-weight:bold}.minicart-items .product-item-name a{color:#333}.minicart-items .product-item-name a:hover{color:#1b8ad0}.minicart-items .action.edit,.minicart-items .action.delete{display:inline-block;background-color:#f5f5f5;text-decoration:none;border-radius:2px;padding:4px}.account .fieldset>.field:not(.choice)>.label{font-size:18px}.account .toolbar .toolbar-amount,.account .toolbar .limiter{font-size:18px}.customer-account-login .login-container .fieldset>.field:not(.choice)>.label,.aw-rma-new-guest .fieldset>.field:not(.choice)>.label{font-size:18px}.login-container .fieldset:after{font-size:18px}.customer-account-login .login-container .block p,.aw-rma-new-guest .block p{font-size:18px}.customer-account-forgotpassword .page-main>.page-title-wrapper .page-title,.customer-account-login .page-main>.page-title-wrapper .page-title,.customer-account-create .page-main>.page-title-wrapper .page-title,.account .page-main>.page-title-wrapper .page-title,.aw_rma-guest-index .page-main>.page-title-wrapper .page-title{font-size:28px}.customer-account-login .actions-toolbar .secondary a.action,.aw_rma-guest-index .actions-toolbar .secondary a.action{font-size:18px}.account .main .block .block-title,.buyback-view-index .buyback-title h1{margin-bottom:20px;border-bottom:1px #ddd solid;width:100%;padding-bottom:11px;text-transform:uppercase;letter-spacing:1px;line-height:1.2;font-size:2rem;margin-left:0px !important}.account .main .block .block-title strong,.buyback-view-index .buyback-title h1 strong{font-weight:400}.buyback-view-index .reward-section .payflow-method span{font-size:18px}@media (min-width:1441px) and (max-width:1800px){.account .sidebar .account-nav .item a{font-size:16px}.account .sidebar .account-nav .item.current strong,.account .sidebar .account-nav .item.current a{font-size:16px !important}.customer-account-forgotpassword .page-main>.page-title-wrapper .page-title,.customer-account-login .page-main>.page-title-wrapper .page-title,.customer-account-create .page-main>.page-title-wrapper .page-title,.account .page-main>.page-title-wrapper .page-title,.aw_rma-guest-index .page-main>.page-title-wrapper .page-title{font-size:20px}.account .main .block .block-title{font-size:16px}.account .column.main .block:not(.widget) .box-title span{font-size:16px}.account .page-main .block-content p,.account .page-main .block p{font-size:16px}.account .main .block address{font-size:16px;line-height:24px}.account .main .block .block-title .action{font-size:16px}.block-reviews-dashboard strong.product-name a{font-size:16px}.account table>tbody>tr>td{font-size:16px}input[type="email"],input[type="datetime"],select,input[type="text"],input[type="password"],input[type="url"],input[type="tel"],input[type="search"],input[type="number"],input[type="datetime"]{font-size:16px;height:40px;-webkit-appearance:none}.buyback-buyback-index .sell_screens a{font-size:16px;padding:6px 20px}.account .mw-reward-points .input-coupon input{height:40px}.mw-reward-points .button-coupon button,.mw-reward-points .button-coupon .cart.table-wrapper .actions-toolbar>.action,.mw-reward-points .button-coupon .action-gift{height:42px}.account .mw-reward-points .action.primary span{font-size:16px}.account .mw-reward-points .action.primary{padding:12px 20px}.page-header .header.links [class*="-link"] a{font-size:16px}.customer-account-login .login-container .block .block-title,.aw-rma-new-guest .block .block-title{font-size:22px}.customer-account-login .login-container .block p,.aw-rma-new-guest .block p,.customer-account-login .login-container .block .field.note,.aw-rma-new-guest .block .field.note{font-size:14px;line-height:20px}.customer-account-login .actions-toolbar .secondary a.action,.aw_rma-guest-index .actions-toolbar .secondary a.action{font-size:16px;margin-top:16px !important}.customer-account-login .actions-toolbar .primary .action,.aw_rma-guest-index .actions-toolbar .primary .action{padding:14px 24px;font-size:16px}.customer-account-create .form-create-account .fieldset>.legend,.customer-account-create .form-create-account .fieldset .admin__legend{font-size:1.8rem}.customer-account-create .actions-toolbar .secondary a.action{font-size:16px}.account table>thead>tr>th,.account table>tbody>tr>th,.account table>tfoot>tr>th,.account table>thead>tr>td,.account table>tbody>tr>td,.account table>tfoot>tr>td,.account .mw-reward-points p,.account .mw-reward-points span,.account .mw-reward-points label{font-size:16px}.account .main .block a.action.edit,.account a.action.change-password{font-size:16px}.account .fieldset>.legend,.account .admin__legend{font-size:1.6rem}.account .page-main{max-width:100% !important;padding:0px}.account .columns{padding-left:60px;padding-right:60px}.account .fieldset>.field:not(.choice)>.label{font-size:16px}.account .toolbar .toolbar-amount,.account .toolbar .limiter{font-size:16px}.catalog-product-view .product-disclaimer p,.catalog-product-view .product-info-main .product-info-container .attribute.overview div{font-size:16px;line-height:34px}.customer-account-login .login-container .fieldset>.field:not(.choice)>.label,.aw-rma-new-guest .fieldset>.field:not(.choice)>.label{font-size:16px}.login-container .fieldset:after{font-size:16px}.customer-account-login .login-container .block p,.aw-rma-new-guest .block p{font-size:16px}.customer-account-forgotpassword .page-main>.page-title-wrapper .page-title,.customer-account-login .page-main>.page-title-wrapper .page-title,.customer-account-create .page-main>.page-title-wrapper .page-title,.account .page-main>.page-title-wrapper .page-title,.aw_rma-guest-index .page-main>.page-title-wrapper .page-title{font-size:26px}.buyback-view-index .reward-section .payflow-method span{font-size:16px}.custom-page-title .page-title{font-size:34px}.cart-container .cart-item-section .quick-shop-section label,.cart-container .cart-item-section .items-title{font-size:20px}.cart-container .cart-item-section .form-cart .cart.table thead th{font-size:18px}.cart-container .cart-summary .summary.title,.cart-container .cart-summary .discount .title strong{font-size:20px !important}.cart-container .cart-item-section .form-cart .cart.table .cart.item span,.cart-container .cart-item-section .form-cart .cart.table .cart.item td{font-size:16px !important}.discount-codes h2,.custom-heading .section-heading{font-size:26px !important;line-height:14px}.product-items .product-item span.price{font-size:20px}.product-items .product-item .price-box{margin:14px 0 10px}.product-items .product-item .product-item-details button.tocart,.product-items .product-item .product-item-details .cart.table-wrapper .actions-toolbar>.action.tocart,.product-items .product-item .product-item-details .action-gift.tocart{padding:10px 30px;width:auto;font-size:16px}}@media (min-width:1200px) and (max-width:1440px){.account .sidebar .account-nav .item a{font-size:14px}.account .sidebar .account-nav .item.current strong,.account .sidebar .account-nav .item.current a{font-size:14px !important}.customer-account-forgotpassword .page-main>.page-title-wrapper .page-title,.customer-account-login .page-main>.page-title-wrapper .page-title,.customer-account-create .page-main>.page-title-wrapper .page-title,.account .page-main>.page-title-wrapper .page-title,.aw_rma-guest-index .page-main>.page-title-wrapper .page-title{font-size:20px}.account .main .block .block-title{font-size:16px}.account .column.main .block:not(.widget) .box-title span{font-size:14px}.account .page-main .block-content p,.account .page-main .block p{font-size:14px}.account .main .block address{font-size:14px;line-height:22px}.account .main .block .block-title .action{font-size:14px}.block-reviews-dashboard strong.product-name a{font-size:16px}.account table>tbody>tr>td{font-size:14px}input[type="email"],input[type="datetime"],select,input[type="text"],input[type="password"],input[type="url"],input[type="tel"],input[type="search"],input[type="number"],input[type="datetime"]{font-size:14px;height:40px;-webkit-appearance:none}.buyback-buyback-index .sell_screens a{font-size:16px;padding:6px 20px}.account .mw-reward-points .input-coupon input{height:40px}.mw-reward-points .button-coupon button,.mw-reward-points .button-coupon .cart.table-wrapper .actions-toolbar>.action,.mw-reward-points .button-coupon .action-gift{height:42px}.account .mw-reward-points .action.primary span{font-size:16px}.account .mw-reward-points .action.primary{padding:12px 20px}.page-header .header.links [class*="-link"] a{font-size:16px}.customer-account-login .login-container .block .block-title,.aw-rma-new-guest .block .block-title{font-size:24px}.customer-account-login .login-container .block p,.aw-rma-new-guest .block p,.customer-account-login .login-container .block .field.note,.aw-rma-new-guest .block .field.note{font-size:14px;line-height:20px}.customer-account-login .actions-toolbar .secondary a.action,.aw_rma-guest-index .actions-toolbar .secondary a.action{font-size:14px;margin-top:16px !important}.customer-account-login .actions-toolbar .primary .action,.aw_rma-guest-index .actions-toolbar .primary .action{padding:14px 24px;font-size:16px}.customer-account-create .form-create-account .fieldset>.legend,.customer-account-create .form-create-account .fieldset .admin__legend{font-size:1.8rem}.customer-account-create .actions-toolbar .secondary a.action{font-size:14px}.account table>thead>tr>th,.account table>tbody>tr>th,.account table>tfoot>tr>th,.account table>thead>tr>td,.account table>tbody>tr>td,.account table>tfoot>tr>td,.account .mw-reward-points p,.account .mw-reward-points span,.account .mw-reward-points label{font-size:14px}.account .main .block a.action.edit,.account a.action.change-password{font-size:14px}.account .fieldset>.legend,.account .admin__legend{font-size:1.6rem}.account .page-main{max-width:100% !important;padding:0px}.account .columns{padding-left:60px;padding-right:60px}.account .fieldset>.field:not(.choice)>.label{font-size:14px}.account .toolbar .toolbar-amount,.account .toolbar .limiter{font-size:14px}.catalog-product-view .product-disclaimer p,.catalog-product-view .product-info-main .product-info-container .attribute.overview div{font-size:14px;line-height:24px}.catalog-product-view .product-info-main .product-info-price .product,.catalog-product-view .product-info-main .product-info-container .product .type,.catalog-product-view .product-info-main .qty .label span{font-size:16px}.catalog-product-view .product-info-main .product-info-price .price-box .price{font-size:24px}.product-info-main .box-tocart .action.tocart{font-size:16px}.fieldset>.legend{font-size:16px}.catalog-product-view .product-disclaimer h2{font-size:26px}.catalog-product-view .block-title strong{font-size:26px !important}.catalog-product-view .product-info-main .product-reviews-summary.empty .reviews-actions .action{font-size:12px}.customer-account-login .login-container .fieldset>.field:not(.choice)>.label,.aw-rma-new-guest .fieldset>.field:not(.choice)>.label{font-size:14px}.login-container .fieldset:after{font-size:14px}.customer-account-login .login-container .block p,.aw-rma-new-guest .block p{font-size:14px}.customer-account-forgotpassword .page-main>.page-title-wrapper .page-title,.customer-account-login .page-main>.page-title-wrapper .page-title,.customer-account-create .page-main>.page-title-wrapper .page-title,.account .page-main>.page-title-wrapper .page-title,.aw_rma-guest-index .page-main>.page-title-wrapper .page-title{font-size:22px}.buyback-view-index .reward-section .payflow-method span{font-size:14px}.price-including-tax,.price-excluding-tax{font-size:14px}.custom-page-title .page-title{font-size:30px}.custom-page-title .page-title{font-size:28px}.cart-container .cart-item-section .quick-shop-section label,.cart-container .cart-item-section .items-title{font-size:18px}.cart-container .cart-item-section .form-cart .cart.table thead th{font-size:14px;white-space:nowrap}.cart-container .cart-summary .summary.title,.cart-container .cart-summary .discount .title strong{font-size:18px !important}.cart-container .cart-item-section .form-cart .cart.table .cart.item span,.cart-container .cart-item-section .form-cart .cart.table .cart.item td{font-size:14px !important}.discount-codes h2,.custom-heading .section-heading{font-size:26px !important;line-height:17px}.product-items .product-item span.price{font-size:18px}.product-items .product-item .price-box{margin:14px 0 10px}.product-items .product-item .product-item-details button.tocart,.product-items .product-item .product-item-details .cart.table-wrapper .actions-toolbar>.action.tocart,.product-items .product-item .product-item-details .action-gift.tocart{padding:10px 30px;width:auto;font-size:14px}}@media (max-width:1400px){.block-minicart .block-content>.actions>.primary .action.primary{font-size:14px}.block-minicart a.action.viewcart{font-size:12px}}@media (min-width:992px) and (max-width:1199px){.custom-page-title .page-title{font-size:28px}.cart-container .cart-item-section .quick-shop-section label,.cart-container .cart-item-section .items-title{font-size:18px}.cart-container .cart-item-section .form-cart .cart.table thead th{font-size:14px}.cart-container .cart-summary .summary.title,.cart-container .cart-summary .discount .title strong{font-size:18px !important}.cart-container .cart-item-section .form-cart .cart.table .cart.item span,.cart-container .cart-item-section .form-cart .cart.table .cart.item td{font-size:14px !important}.discount-codes h2,.custom-heading .section-heading{font-size:22px !important;line-height:20px}.discount-codes .discount-form .redeem-input label,.discount-codes .discount-form .reward-table td{font-size:14px}.product-items .product-item span.price{font-size:18px}.product-items .product-item .price-box{margin:30px 0 20px}.product-items .product-item .product-item-details button.tocart,.product-items .product-item .product-item-details .cart.table-wrapper .actions-toolbar>.action.tocart,.product-items .product-item .product-item-details .action-gift.tocart{padding:10px 30px;width:auto;font-size:14px}.account .sidebar .account-nav .item a{font-size:16px}.account .sidebar .account-nav .item.current strong,.account .sidebar .account-nav .item.current a{font-size:16px !important}.customer-account-forgotpassword .page-main>.page-title-wrapper .page-title,.customer-account-login .page-main>.page-title-wrapper .page-title,.customer-account-create .page-main>.page-title-wrapper .page-title,.account .page-main>.page-title-wrapper .page-title,.aw_rma-guest-index .page-main>.page-title-wrapper .page-title{font-size:20px}.account .main .block .block-title{font-size:16px}.account .column.main .block:not(.widget) .box-title span{font-size:16px}.account .page-main .block-content p,.account .page-main .block p{font-size:16px}.account .main .block address{font-size:16px;line-height:24px}.account .main .block .block-title .action{font-size:16px}.block-reviews-dashboard strong.product-name a{font-size:16px}.account table>tbody>tr>td{font-size:16px}input[type="email"],input[type="datetime"],select,input[type="text"],input[type="password"],input[type="url"],input[type="tel"],input[type="search"],input[type="number"],input[type="datetime"]{font-size:16px;height:40px;-webkit-appearance:none}.buyback-buyback-index .sell_screens a{font-size:16px;padding:6px 20px}.account .mw-reward-points .input-coupon input{height:40px}.mw-reward-points .button-coupon button,.mw-reward-points .button-coupon .cart.table-wrapper .actions-toolbar>.action,.mw-reward-points .button-coupon .action-gift{height:42px}.account .mw-reward-points .action.primary span{font-size:16px}.account .mw-reward-points .action.primary{padding:12px 20px}.page-header .header.links [class*="-link"] a{font-size:16px}.customer-account-login .login-container .block .block-title,.aw-rma-new-guest .block .block-title{font-size:22px}.customer-account-login .login-container .block p,.aw-rma-new-guest .block p,.customer-account-login .login-container .block .field.note,.aw-rma-new-guest .block .field.note{font-size:14px;line-height:20px}.customer-account-login .actions-toolbar .secondary a.action,.aw_rma-guest-index .actions-toolbar .secondary a.action{font-size:16px;margin-top:16px !important}.customer-account-login .actions-toolbar .primary .action,.aw_rma-guest-index .actions-toolbar .primary .action{padding:14px 24px;font-size:16px}.customer-account-create .form-create-account .fieldset>.legend,.customer-account-create .form-create-account .fieldset .admin__legend{font-size:1.8rem}.customer-account-create .actions-toolbar .secondary a.action{font-size:16px}.account table>thead>tr>th,.account table>tbody>tr>th,.account table>tfoot>tr>th,.account table>thead>tr>td,.account table>tbody>tr>td,.account table>tfoot>tr>td,.account .mw-reward-points p,.account .mw-reward-points span,.account .mw-reward-points label{font-size:16px}.account .main .block a.action.edit,.account a.action.change-password{font-size:16px}.account .fieldset>.legend,.account .admin__legend{font-size:1.6rem}.account .page-main{max-width:100% !important;padding:0px}.account .columns{padding-left:60px;padding-right:60px}.account .fieldset>.field:not(.choice)>.label{font-size:16px}.account .toolbar .toolbar-amount,.account .toolbar .limiter{font-size:16px}.catalog-product-view .product-disclaimer p,.catalog-product-view .product-info-main .product-info-container .attribute.overview div{font-size:16px;line-height:34px}.customer-account-login .login-container .fieldset>.field:not(.choice)>.label,.aw-rma-new-guest .fieldset>.field:not(.choice)>.label{font-size:16px}.login-container .fieldset:after{font-size:16px}.customer-account-login .login-container .block p,.aw-rma-new-guest .block p{font-size:16px}.customer-account-forgotpassword .page-main>.page-title-wrapper .page-title,.customer-account-login .page-main>.page-title-wrapper .page-title,.customer-account-create .page-main>.page-title-wrapper .page-title,.account .page-main>.page-title-wrapper .page-title,.aw_rma-guest-index .page-main>.page-title-wrapper .page-title{font-size:26px}.buyback-view-index .reward-section .payflow-method span{font-size:16px}.custom-page-title .page-title{font-size:34px}.cart-container .cart-item-section .quick-shop-section label,.cart-container .cart-item-section .items-title{font-size:20px}.cart-container .cart-item-section .form-cart .cart.table thead th{font-size:18px}.cart-container .cart-summary .summary.title,.cart-container .cart-summary .discount .title strong{font-size:20px !important}.cart-container .cart-item-section .form-cart .cart.table .cart.item span,.cart-container .cart-item-section .form-cart .cart.table .cart.item td{font-size:16px !important}.discount-codes h2,.custom-heading .section-heading{font-size:26px !important}.product-items .product-item span.price{font-size:20px}.product-items .product-item .price-box{margin:10px 0 6px}.product-items .product-item .product-item-details button.tocart,.product-items .product-item .product-item-details .cart.table-wrapper .actions-toolbar>.action.tocart,.product-items .product-item .product-item-details .action-gift.tocart{padding:8px 20px;width:auto;font-size:14px}}@media (min-width:768px) and (max-width:991px){.discount-codes .discount-form{margin-top:0}.crosssell-reward-container .crosssell .products-crosssell .product-item{margin-bottom:0px}.custom-page-title .page-title{font-size:24px}.cart-container .cart-item-section .quick-shop-section label,.cart-container .cart-item-section .items-title{font-size:18px}.cart-container .cart-item-section .form-cart .cart.table thead th{font-size:14px}.cart-container .cart-summary .summary.title,.cart-container .cart-summary .discount .title strong{font-size:18px !important}.cart-container .cart-item-section .form-cart .cart.table .cart.item span,.cart-container .cart-item-section .form-cart .cart.table .cart.item td{font-size:14px !important}.discount-codes h2,.custom-heading .section-heading{font-size:22px !important;line-height:16px}.discount-codes .discount-form .redeem-input label,.discount-codes .discount-form .reward-table td{font-size:14px}.product-items .product-item span.price{font-size:18px}.product-items .product-item .price-box{margin:30px 0 20px}.product-items .product-item .product-item-details button.tocart,.product-items .product-item .product-item-details .cart.table-wrapper .actions-toolbar>.action.tocart,.product-items .product-item .product-item-details .action-gift.tocart{padding:10px 30px;width:auto;font-size:14px}.account .sidebar .account-nav .item a{font-size:16px}.account .sidebar .account-nav .item.current strong,.account .sidebar .account-nav .item.current a{font-size:16px !important}.customer-account-forgotpassword .page-main>.page-title-wrapper .page-title,.customer-account-login .page-main>.page-title-wrapper .page-title,.customer-account-create .page-main>.page-title-wrapper .page-title,.account .page-main>.page-title-wrapper .page-title,.aw_rma-guest-index .page-main>.page-title-wrapper .page-title{font-size:20px}.account .main .block .block-title{font-size:16px}.account .column.main .block:not(.widget) .box-title span{font-size:16px}.account .page-main .block-content p,.account .page-main .block p{font-size:16px}.account .main .block address{font-size:16px;line-height:24px}.account .main .block .block-title .action{font-size:16px}.block-reviews-dashboard strong.product-name a{font-size:16px}.account table>tbody>tr>td{font-size:16px}input[type="email"],input[type="datetime"],select,input[type="text"],input[type="password"],input[type="url"],input[type="tel"],input[type="search"],input[type="number"],input[type="datetime"]{font-size:16px;height:40px;-webkit-appearance:none}.buyback-buyback-index .sell_screens a{font-size:16px;padding:6px 20px}.account .mw-reward-points .input-coupon input{height:40px}.mw-reward-points .button-coupon button,.mw-reward-points .button-coupon .cart.table-wrapper .actions-toolbar>.action,.mw-reward-points .button-coupon .action-gift{height:42px}.account .mw-reward-points .action.primary span{font-size:16px}.account .mw-reward-points .action.primary{padding:12px 20px}.page-header .header.links [class*="-link"] a{font-size:16px}.customer-account-login .login-container .block .block-title,.aw-rma-new-guest .block .block-title{font-size:22px}.customer-account-login .login-container .block p,.aw-rma-new-guest .block p,.customer-account-login .login-container .block .field.note,.aw-rma-new-guest .block .field.note{font-size:14px;line-height:20px}.customer-account-login .actions-toolbar .secondary a.action,.aw_rma-guest-index .actions-toolbar .secondary a.action{font-size:16px;margin-top:16px !important}.customer-account-login .actions-toolbar .primary .action,.aw_rma-guest-index .actions-toolbar .primary .action{padding:14px 24px;font-size:16px}.customer-account-create .form-create-account .fieldset>.legend,.customer-account-create .form-create-account .fieldset .admin__legend{font-size:1.8rem}.customer-account-create .actions-toolbar .secondary a.action{font-size:16px}.account table>thead>tr>th,.account table>tbody>tr>th,.account table>tfoot>tr>th,.account table>thead>tr>td,.account table>tbody>tr>td,.account table>tfoot>tr>td,.account .mw-reward-points p,.account .mw-reward-points span,.account .mw-reward-points label{font-size:16px}.account .main .block a.action.edit,.account a.action.change-password{font-size:16px}.account .fieldset>.legend,.account .admin__legend{font-size:1.6rem}.account .page-main{max-width:100% !important;padding:0px}.account .columns{padding-left:60px;padding-right:60px}.account .fieldset>.field:not(.choice)>.label{font-size:16px}.account .toolbar .toolbar-amount,.account .toolbar .limiter{font-size:16px}.catalog-product-view .product-disclaimer p,.catalog-product-view .product-info-main .product-info-container .attribute.overview div{font-size:16px;line-height:34px}.customer-account-login .login-container .fieldset>.field:not(.choice)>.label,.aw-rma-new-guest .fieldset>.field:not(.choice)>.label{font-size:16px}.login-container .fieldset:after{font-size:16px}.customer-account-login .login-container .block p,.aw-rma-new-guest .block p{font-size:16px}.customer-account-forgotpassword .page-main>.page-title-wrapper .page-title,.customer-account-login .page-main>.page-title-wrapper .page-title,.customer-account-create .page-main>.page-title-wrapper .page-title,.account .page-main>.page-title-wrapper .page-title,.aw_rma-guest-index .page-main>.page-title-wrapper .page-title{font-size:26px}.buyback-view-index .reward-section .payflow-method span{font-size:16px}.custom-page-title .page-title{font-size:34px}.cart-container .cart-item-section .quick-shop-section label,.cart-container .cart-item-section .items-title{font-size:20px}.cart-container .cart-item-section .form-cart .cart.table thead th{font-size:18px}.cart-container .cart-summary .summary.title,.cart-container .cart-summary .discount .title strong{font-size:20px !important}.cart-container .cart-item-section .form-cart .cart.table .cart.item span,.cart-container .cart-item-section .form-cart .cart.table .cart.item td{font-size:16px !important}.discount-codes h2,.custom-heading .section-heading{font-size:26px !important}.product-items .product-item span.price{font-size:20px}.product-items .product-item .price-box{margin:14px 0 10px}.product-items .product-item .product-item-details button.tocart,.product-items .product-item .product-item-details .cart.table-wrapper .actions-toolbar>.action.tocart,.product-items .product-item .product-item-details .action-gift.tocart{padding:10px 30px;width:auto;font-size:16px}}.account .sidebar .account-nav .item:last-child a{border-bottom:1px #ddd solid}@media (max-width:767px){.customer-account-forgotpassword .page-main>.page-title-wrapper .page-title,.customer-account-login .page-main>.page-title-wrapper .page-title,.customer-account-create .page-main>.page-title-wrapper .page-title,.account .page-main>.page-title-wrapper .page-title,.aw_rma-guest-index .page-main>.page-title-wrapper .page-title{font-size:18px}.account .main .block .block-title,.buyback-view-index .buyback-title h1{font-size:16px}.account .column.main .block:not(.widget) .box-title span{font-size:14px}.account .page-main .block-content p,.account .page-main .block p{font-size:14px}.account .main .block a.action.edit,.account a.action.change-password{font-size:14px}.account .main .block address{font-size:14px;line-height:24px}.account .main .block .block-title .action{font-size:14px}.block-reviews-dashboard strong.product-name a{font-size:14px}.account table>thead>tr>th,.account table>tbody>tr>th,.account table>tfoot>tr>th,.account table>thead>tr>td,.account table>tbody>tr>td,.account table>tfoot>tr>td{font-size:14px}.account .sidebar .account-nav .item.current strong,.account .sidebar .account-nav .item.current a{font-size:14px !important;padding:12px 20px}.account .sidebar .account-nav .item a{font-size:14px;padding:12px 20px}.block-minicart .block-content>.actions>.primary .action.primary{font-size:14px}.block-minicart .block-content>.actions>.primary .action.primary{padding:10px 14px}.cart-container .cart-item-section .form-cart .cart.table .cart.item td,.cart-container .cart-summary .cart-totals .totals th,.cart-container .cart-summary .discount .content .coupon .label{font-size:14px}.cart-container .cart-summary .discount .title strong{font-size:18px !important}.cart-container .cart-item-section .items-title,.cart-container .cart-item-section .quick-shop-section label,.cart-container .cart-summary .summary.title{font-size:18px}.cart-container .cart-item-section .form-cart .cart.table .cart.item td.item-info{width:67%}.discount-codes h2,.crosssell-reward-container .crosssell .section-heading{font-size:20px !important}.discount-codes .discount-form .reward-table td{font-size:14px}.discount-codes .discount-form .redeem-input label{font-size:16px}.custom-page-title .page-title{font-size:20px}.customer-account-login .field-recaptcha{transform:scale(.87)}.customer-account-login .field-recaptcha .g-recaptcha{transform:scale(1)}.customer-account-logoutsuccess .page-title{font-size:28px;margin-bottom:10px}}@media (max-width:767px) and (max-width:360px){.customer-account-index .block-dashboard-addresses .action.edit{float:none !important;display:block;width:100%;margin-left:0px !important;margin-top:8px}}body{background-color:#fff;padding:0px !important}.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:0px;max-width:50%;position:relative;z-index:5;margin-bottom:0px}.logo img{display:block}.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}.bootom-banner [class*="section-"]{width:49.3%;float:left;margin-right:1%}.bootom-banner [class*="section-"]:last-child{margin-right:0px}.bootom-banner .section-left{float:left}.bootom-banner .section-right{float:right}.bootom-banner:after{clear:both;content:"";display:block}.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 .switcher,.page-footer .switcher{margin-right:10px}.page-header .switcher .options,.page-footer .switcher .options{display:inline-block;position:relative}.page-header .switcher .options:before,.page-footer .switcher .options:before,.page-header .switcher .options:after,.page-footer .switcher .options:after{content:'';display:table}.page-header .switcher .options:after,.page-footer .switcher .options:after{clear:both}.page-header .switcher .options .action.toggle,.page-footer .switcher .options .action.toggle{padding:0;cursor:pointer;display:inline-block;text-decoration:none}.page-header .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 .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 .switcher .options .action.toggle:hover:after,.page-footer .switcher .options .action.toggle:hover:after{color:inherit}.page-header .switcher .options .action.toggle:active:after,.page-footer .switcher .options .action.toggle:active:after{color:inherit}.page-header .switcher .options .action.toggle.active,.page-footer .switcher .options .action.toggle.active{display:inline-block;text-decoration:none}.page-header .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 .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 .switcher .options .action.toggle.active:hover:after,.page-footer .switcher .options .action.toggle.active:hover:after{color:inherit}.page-header .switcher .options .action.toggle.active:active:after,.page-footer .switcher .options .action.toggle.active:active:after{color:inherit}.page-header .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 .switcher .options ul.dropdown li,.page-footer .switcher .options ul.dropdown li{margin:0;padding:0}.page-header .switcher .options ul.dropdown li:hover,.page-footer .switcher .options ul.dropdown li:hover{background:#e8e8e8;cursor:pointer}.page-header .switcher .options ul.dropdown:before,.page-footer .switcher .options ul.dropdown:before,.page-header .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 .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 .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 .switcher .options ul.dropdown:before,.page-footer .switcher .options ul.dropdown:before{left:10px;top:-12px}.page-header .switcher .options ul.dropdown:after,.page-footer .switcher .options ul.dropdown:after{left:9px;top:-14px}.page-header .switcher .options.active,.page-footer .switcher .options.active{overflow:visible}.page-header .switcher .options.active ul.dropdown,.page-footer .switcher .options.active ul.dropdown{display:block}.page-header .switcher .options ul.dropdown a,.page-footer .switcher .options ul.dropdown a{display:block;padding:8px}.page-header .switcher .options ul.dropdown a:hover,.page-footer .switcher .options ul.dropdown a:hover{text-decoration:none}.page-header .switcher li,.page-footer .switcher li{font-size:12px;margin:0}.page-header .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}.toolbar-products{margin-bottom:0px}.toolbar-products .toolbar-amount{display:none}.toolbar-products .modes{float:right;margin-right:0px;display:flex;align-items:center}.toolbar-products .modes .modes-label{position:static;height:auto;width:auto;margin-right:20px}.toolbar-products .modes .modes-mode.active{background:#dbdbdb}.toolbar-products .modes .modes-mode.active:before{color:#1a80c1}.toolbar-products .modes .mode-grid{border-radius:3px 0px 0 3px}.toolbar-products .modes .mode-list{border-radius:0px 3px 3px 0px}.toolbar-products .sorter{float:left}.toolbar-products [class*="label"]{font-size:18px;font-weight:500}@media only screen and (max-width:1400px){.toolbar-products [class*="label"]{font-size:14px}}.toolbar-products .limiter-text{font-size:18px;font-weight:500}@media only screen and (max-width:1400px){.toolbar-products .limiter-text{font-size:14px}}.toolbar-products select{font-size:18px;height:40px;background:#f3f3f3;border-color:#e4e4e4}@media only screen and (max-width:1400px){.toolbar-products select{font-size:14px}}.toolbar-products select:focus{box-shadow:none}.toolbar-products .pages .items .item{margin:0 4px 0 0;vertical-align:middle}.toolbar-products .pages .items .item a.page{width:35px;height:35px;line-height:35px;display:inline-block;border:1px solid #b6b6b6;padding:0px;background:#f3f3f3}.toolbar-products .pages .items .item a.page:hover{border-color:#1a80c1}.toolbar-products .pages .items .item a.page span{font-size:16px;font-weight:400;color:#05141f}@media only screen and (max-width:1400px){.toolbar-products .pages .items .item a.page span{font-size:14px}}.toolbar-products .pages .items .item .action{border:none;margin:0px}.toolbar-products .pages .items .item .action:before{color:#000}.toolbar-products .pages .items .item.current .page{width:35px;height:35px;line-height:35px;display:inline-block;border:1px solid #1a80c1;padding:0px;background:#1a80c1}.toolbar-products .pages .items .item.current .page span{font-size:16px;font-weight:400;color:#fff}@media only screen and (max-width:1400px){.toolbar-products .pages .items .item.current .page span{font-size:14px}}.actions-toolbar button.action.primary,.actions-toolbar .cart.table-wrapper .actions-toolbar>.action.action.primary,.actions-toolbar .action-gift.action.primary{background:#f9b713;color:#fff}.review-form .action.submit.primary{background:#f9b713;border:1px solid #f9b713;color:#ffffff}.review-form .action.submit.primary:hover{background:#fff;color:#f9b713;border:1px solid #f9b713}.action.primary{background:#f9b713;color:#fff;border-color:#f9b713}.action.primary:hover{background:#fff;color:#f9b713;border-color:#f9b713}.action.primary:focus{background:#fff;color:#f9b713;border-color:#f9b713}.cms-index-index .page-main{max-width:100% !important;padding-right:0px;padding-left:0px}.cms-index-index .page-main .top-banner,.cms-index-index .page-main .quick-buy-section,.cms-index-index .page-main .product-main,.cms-index-index .page-main .brands{box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:1750px;padding-left:15px;padding-right:15px}@media only screen and (max-width:1800px){.cms-index-index .page-main .top-banner,.cms-index-index .page-main .quick-buy-section,.cms-index-index .page-main .product-main,.cms-index-index .page-main .brands{padding-right:60px;padding-left:60px}}@media only screen and (max-width:1400px){.cms-index-index .page-main .top-banner,.cms-index-index .page-main .quick-buy-section,.cms-index-index .page-main .product-main,.cms-index-index .page-main .brands{max-width:1260px;padding-right:15px;padding-left:15px}}.action-login{background:#f9b713;color:#fff;border-color:#f9b713}.action-login:hover{background:#fff;color:#f9b713;border-color:#f9b713}.customer-account-login .login-container{display:flex;display:-webkit-flex;flex-wrap:wrap}.customer-account-login .login-container .block{box-sizing:border-box;flex:0 0 48.9%;max-width:48.9%;border:1px solid #e8e8e8;margin-bottom:0;padding:2rem}.customer-account-login .login-container .block-customer-login{margin-right:1%}.customer-account-login .login-container .block-new-customer{margin-left:1%}.customer-account-create .form-create-account{border:1px solid #e8e8e8;padding:2rem}a:hover{text-decoration:none !important}a:active{color:#1979c3 !important}.amasty-xsearch-loader{top:16px !important}div.mage-error{font-size:14px !important}.modal-footer .action-primary{background:#f9b713;color:#fff;border-color:#f9b713}.modal-footer .action-primary:hover{color:#f9b713;background-color:#fff}.form.form-edit-account #unique_accountno{cursor:not-allowed;pointer-events:none;border:none;font-weight:bold}ul.header.links .promo-block-head{display:none !important}@media (min-width:992px) and (max-width:1199px){.product-main>[class*="section-"] .info button.tocart,.product-main>[class*="section-"] .info .cart.table-wrapper .actions-toolbar>.action.tocart,.product-main>[class*="section-"] .info .action-gift.tocart{margin-top:0px}.product-main .section-left .best-sales-items .product-item{margin-bottom:30px}.brands .brand-slider .owl-nav button[class*="owl-"],.brands .brand-slider .owl-nav .cart.table-wrapper .actions-toolbar>.action[class*="owl-"],.brands .brand-slider .owl-nav .action-gift[class*="owl-"]{height:44px}.page-footer .footer-bottom .footer-bottom-right .footer-social .social-icons li{margin-right:20px}.product-main .section-left .best-buy-tool .stock.unavailable{width:100%;font-size:16px;margin-top:6px}.product-main .section-left .sku-price>span.price{width:100%}.page-header .fedex-countdown{padding-left:15px}.page-header .fedex-countdown [class*="_cutoff"]{padding:0 16px}.page-header .widget.block{background-color:#e0a026;padding:8px 0px;margin:0px !important}body.customer-account-login .login-container .block,.aw-rma-new-guest .block{padding:40px 5vw !important}.page-header .sections.nav-sections .ves-megamenu{text-align:center}.page-header .sections.nav-sections .ves-megamenu .nav-item.level0 .submenu{text-align:left}.header .navigation .ves-megamenu .level0>a{padding:0 14px}}@media only screen and (min-width:768px) and (max-width:991px){.page-layout-2columns-left .sidebar{width:100% !important;-ms-flex-order:1 !important;-webkit-order:1 !important;order:1 !important}.page-layout-2columns-left .column.main{width:100% !important;-ms-flex-order:2 !important;-webkit-order:2 !important;order:2 !important}.page-footer .footer-bottom .footer-bottom-left [class*="footer-"]{margin-bottom:18px}.page-footer .footer-bottom .footer-bottom-left .bottom-logo{max-width:200px;margin:0 auto 8px}.page-footer .footer-bottom .footer-bottom-left{text-align:center}.page-footer .footer-bottom .footer-bottom-right .footer-social .social-icons li{margin-right:18px}.page-footer .footer-bottom .footer-bottom-right ul:not(.social-icons) li a{font-size:14px}.page-footer .footer-bottom .footer-bottom-right ul:not(.social-icons) li{margin-bottom:10px}.page-footer .footer-bottom .footer-bottom-right{padding-bottom:7rem}ul.header.links .promo-block-head{display:block !important}.page-header .fedex-countdown [class*="_cutoff"]{padding:0 20px}.page-header .panel.header .block-static-block{display:none}.page-header .panel.header .header.links li.promo-block-head{float:left;width:65%;background-color:#e0a026;color:#fff;padding:11px 0px;font-size:18px;font-weight:bold;margin-left:0px}.page-header .panel.header .header.links li.promo-block-head p{margin:0}.footer-address span{width:auto !important}.product-main .section-right{padding-top:30px}.quick-buy-section .right-section{padding-left:0px}.page-footer .footer.content{padding-left:0px !important;padding-right:0px !important}.customer-account-login .login-container .block{flex-basis:100%;max-width:100%}.page-header .sections.nav-sections .navigation>.ves-megamenu{text-align:center}.page-header .sections.nav-sections .navigation>.ves-megamenu .dropdown-menu{text-align:left}}@media only screen and (max-width:767px){.cms-index-index .page-main .columns{display:block !important}.cms-index-index .page-header{border-bottom:none;margin-bottom:0px}.page-header .fedex-countdown [class*="_cutoff"]{border:none}.nav-toggle{right:10px;left:auto;top:20px}.header .block-search{width:auto;position:static;order:1;margin-top:0px}.header .minicart-wrapper{margin-left:10px;margin-right:5px;order:2 !important;margin-top:6px}.page-header .header.content .block-search{order:1;margin-left:auto}.block-search .label{padding:0px;opacity:1;top:4px;right:5px;height:38px;width:38px;line-height:40px;border-radius:50%;background:#1b8ad0;text-align:center}.page-header .block-search .minisearch .search input{border-radius:0px}.page-header .block-search .minisearch .search-autocomplete{top:59px;border-radius:0px}.select2-search--dropdown .select2-search__field{height:40px}h3.section-heading{font-size:26px !important;line-height:32px;margin-bottom:14px !important}.block-search .label:before{color:#fff;font-size:20px}.quick-buy-section .product-list{overflow-y:auto}.quick-buy-section .product-list table tbody td.col-name:before{content:"Product Name:";display:block;color:#e0a027;font-size:17px;font-weight:bold;margin-bottom:6px}.quick-buy-section .right-section .top-filter{text-align:center}.page-footer .footer-bottom .footer-bottom-right{padding-top:2rem;padding-bottom:2rem}.page-footer .footer-bottom .footer-bottom-right{flex-wrap:wrap;padding:0 20px 50px;margin-top:0px}.page-footer .footer-bottom .footer-bottom-right [class*="block-static-block"]:first-child{padding-left:0px}.page-footer .footer-bottom .footer-bottom-right .footer-social .newsletter .title h2{padding:0;margin-bottom:14px}.product-main .section-left .best-buy-tool .stock.unavailable{clear:both;padding:4.5px 8px}.brands .brand-slider{margin-top:0px !important}.page-footer .footer-bottom .footer-bottom-right ul{display:none}.page-footer .footer-bottom .footer-bottom-right h2{padding:20px 0px}.page-footer .footer-bottom .footer-bottom-right ul.active{display:block;margin-bottom:30px}.page-footer .footer-bottom .footer-bottom-right [class*="block-static-block"]{width:100%}.page-footer .footer-bottom .footer-bottom-right .footer-social{flex:0 0 100%;max-width:100%;padding-left:15px;margin-top:1.5rem}.page-footer .footer-bottom .footer-bottom-right h2{margin-bottom:0px;position:relative}.follow-us{text-align:center}.page-footer .footer.content .footer-top ul li a img{height:28px;width:28px;object-position:center;object-fit:contain;margin-top:3px;display:inline-block;vertical-align:middle;float:none}.page-footer .footer.content .footer-top ul li a div{margin-left:8px;display:inline-block;vertical-align:middle}.page-header .minicart-wrapper .showcart:before{line-height:36px;width:36px;height:36px}.page-header .minicart-wrapper .showcart:after{top:10px;left:13px;width:14px;height:16px}.amsearch-form-container.-opened .amsearch-wrapper-input input{position:static !important}.amsearch-form-container .amsearch-wrapper-input input{position:absolute !important}.page-header .header.content .block-search .search .control{border-top:none;position:absolute;top:100%;left:15px;width:100%}.page-header .header.content .block-search .search .control .amsearch-wrapper-input{width:100% !important}.page-header .block-search .amsearch-form-container.-opened .input-text{margin-top:0px;margin-bottom:0px}.page-header .header.content{padding:15px 44px 15px 15px !important}.nav-sections-item-title{font-size:16px}.nav-sections-item-title.active{background:#1b8ad0 !important}.nav-sections-item-title.active .nav-sections-item-switch{color:#fff !important}.page-header .header.links [class*="-link"] a{display:block;background:#1b8ad0;padding:1.9rem 16px 1.9rem 40px !important}.page-header .header.links [class*="-link"] a:hover{color:#fff !important}.ves-megamenu .dropdown-menu .megamenu-footer{text-align:center;background:#f9b713;color:#fff;padding:4px}.megamenu-sidebar{text-align:center}.page-header .fedex-countdown [class*="_cutoff"]{display:block;padding:0 0px;margin-bottom:4px;padding-bottom:4px;border-bottom:1px solid #fff;width:100%}.page-header .fedex-countdown [class*="_cutoff"]:last-child{margin-bottom:0px;padding-bottom:0px;border-bottom:none}.page-header .widget.block{text-align:center;margin:0px !important;background:#e0a027;padding:4px 10px}.page-footer .footer-bottom .footer-bottom-right .footer-social .newsletter .note{margin-bottom:0px}.ves-megamenu li.active>a{background:#1b8ad0 !important}.navigation .level0.active>a:not(.ui-state-active),.navigation .level0.has-active>a:not(.ui-state-active){border-color:#1b8ad0 !important}.product-main .section-right .recommended-products-items .product-image{box-shadow:0px 3px 6px 0px rgba(0,0,0,0.12)}.product-main .section-left .best-sales-items .product-item{margin-bottom:28px}.page-footer .footer-bottom .footer-bottom-right [class*="block-static-block"]{padding-left:0}.page-footer .footer-bottom .footer-bottom-right .block-static-block h2:after{position:absolute;right:0;padding:18px 4px;top:5px;font:normal normal normal 14px/1 'FontAwesome';content:"\f067"}.page-footer .footer-bottom .footer-bottom-right .block-static-block h2.active:after{content:"\f068"}.product-list tr.row{display:flex;flex-wrap:wrap;justify-content:space-between;border-bottom:1px #ddd solid;padding:10px 14px}.product-list thead{display:none !important}.product-list tr.row td{border:none !important}.page-footer .footer-bottom .footer-bottom-right [class*="block-static-block"]{width:100%;border-bottom:1px #3f4a52 solid;border-right:0px}.page-footer .footer-bottom .footer-bottom-right .footer-social{padding-left:0px;padding-right:0px}fieldset.fieldset{min-width:0px}.modal-popup.modal-slide._inner-scroll._show{overflow-y:scroll !important}.modal-popup.modal-slide .modal-inner-wrap{height:100% !important;overflow-y:scroll !important}}@media (min-width:540px) and (max-width:767px){.page-footer .footer-bottom .footer-bottom-left{text-align:center}.page-footer .footer-bottom .footer-bottom-left .bottom-logo{max-width:154px;margin:0 auto 20px}.footer-address span{width:auto !important}.page-footer .footer.content .footer-top ul li a div span{display:block}}@media only screen and (max-width:576px){.minicart-wrapper .block-minicart{right:-32px}.minicart-wrapper .block-minicart:after{right:43px !important}.minicart-wrapper .block-minicart:before{right:44px !important}.page-footer .footer-bottom .footer-bottom-right [class*="block-static-block"]{width:100%;border-bottom:1px #3f4a52 solid;border-right:0px}.page-footer .footer-bottom .footer-bottom-right .footer-social{padding-left:0px;padding-right:0px}.page-footer .footer.content .footer-top ul{flex-wrap:wrap}.page-footer .footer.content .footer-top ul li{flex:0 0 100%;max-width:100%;margin-bottom:0;padding:14px 20px;border-bottom:1px #ddd solid}.brands .section-heading{max-width:100%}.brands .brand-slider{max-width:100%}.brands .brand-slider{position:relative}.page-footer .footer.content .footer-top ul li{text-align:left}.brands .brand-slider .owl-nav{bottom:-44px;transform:translateX(-50%);left:50%}.custom-heading{border-bottom:none}.product-main>[class*="section-"] .owl-nav{top:auto;bottom:0px;padding-left:0px;transform:translateX(-50%);left:50%;background-color:transparent;text-align:center}.product-main .section-right .recommended-products-items .info>a{min-height:auto}.recommended-products{padding-bottom:54px}.custom-heading .section-heading{padding-right:0px}.product-main .best-sales{padding-bottom:54px}.product-main>[class*="section-"] .owl-nav button[class*="owl-"],.product-main>[class*="section-"] .owl-nav .cart.table-wrapper .actions-toolbar>.action[class*="owl-"],.product-main>[class*="section-"] .owl-nav .action-gift[class*="owl-"]{height:30px;width:42px;line-height:38px}.product-main .section-right .recommended-products-items .info span.price .separator{display:none}.bootom-banner [class*="section-"]{width:100%;margin-right:0px;margin-bottom:1rem}.banner img{display:block}}@media only screen and (max-width:460px){.product-main .section-left .sku-price>span.price{float:none;display:block;clear:both}.product-main .section-left .best-buy-tool .input-increment{margin-bottom:10px}.g-recaptcha{transform:scale(.7);transform-origin:0 0}}@media (max-width:359px){.product-main .section-left .best-sales-items .product-image{flex:0 0 116px;max-width:116px}}.price-box .old-price .price{color:#b5b5b5 !important;font-weight:500 !important}.action.tocart i{margin-right:8px}.review-form .action.submit.primary{padding:12px 15px}.cms-index-index .bootom-banner .banner img{width:100%}body::-webkit-scrollbar{width:12px;background-color:#ddd}body::-webkit-scrollbar-thumb{background-color:#f8c925;border-radius:3px}body::-webkit-scrollbar-thumb:hover{background-color:#c89900}body::-webkit-scrollbar-thumb:active{background-color:#c89900}.minicart-wrapper .block-minicart:before{right:30px}.minicart-wrapper .block-minicart:after{right:29px}.product-badge .product-image-wrapper:after{position:absolute;width:60px;height:60px;top:0;right:0px;content:"";background-size:contain !important;background-repeat:no-repeat !important;z-index:2}.product-badge.premium-aftermarket .product-image-wrapper:after{background:url('../../frontend/Revamp/Theme/en_US//images/premium-market.png')}.product-badge.aftermarket .product-image-wrapper:after{background:url('../../frontend/Revamp/Theme/en_US//images/after-market.png')}.product-badge.hybrid .product-image-wrapper:after{background:url('../../frontend/Revamp/Theme/en_US//images/hybrid.png')}.product-badge.reglow .product-image-wrapper:after{background:url('../../frontend/Revamp/Theme/en_US//images/re-glow.png')}.product-badge.renu .product-image-wrapper:after{background:url('../../frontend/Revamp/Theme/en_US//images/renu-revamp.png')}.minicart-wrapper .product .actions{margin:-36px 0 0}body._has-modal-custom .modal-custom-overlay{z-index:999 !important}.custom-slide._show{z-index:9999 !important}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield !important}.amsearch-wrapper-content .amsearch-wrapper-inner .price-box{max-width:140px}.amsearch-wrapper-content .amsearch-wrapper-inner .price-box>span{display:inline-block}.loading-mask .loader>img{width:30px !important}@media (min-width:992px){.footer-social .copyright{display:none}}@media (max-width:991px){.footer-bottom-left .copyright{display:none}.footer-social .copyright span{font-size:14px;color:#fff}}.catalog-product-view .block-tag{background-color:#f9f9f9;padding:3rem;border:2px solid #f9b713;position:relative;margin-top:5rem}.catalog-product-view .block-tag .block-title{position:absolute;margin-bottom:0px;left:30px;background:#f9b713;top:-23px;padding:8px 14px}.catalog-product-view .block-tag .block-title strong{font-size:20px !important;color:#fff;font-weight:600}@media only screen and (max-width:1400px){.catalog-product-view .block-tag .block-title strong{font-size:18px !important}}.catalog-product-view .block-tag .block-content a{margin-bottom:4px;display:inline-block;margin-right:4px;padding:10px;font-size:16px;color:#05141f;background-color:#fff;font-weight:500;border:1px solid #f9b713;transition:.2s ease all;font-weight:600}@media only screen and (max-width:1400px){.catalog-product-view .block-tag .block-content a{font-size:14px}}.catalog-product-view .block-tag .block-content a:hover{background-color:#f9b713;color:#fff !important}.catalog-product-view .block-tag .block-content a:last-child{margin-right:0px}.customer-account-create .form-create-account .field{margin-bottom:20px !important}.customer-account-create .form-create-account .field .control{position:relative}.customer-account-create .form-create-account .field .control div.mage-error{position:absolute;bottom:-20px}.section-heading{font-size:40px;color:#05141f;font-weight:400;margin-bottom:3rem}.section-heading span{color:#f9b713;font-weight:800}@media only screen and (max-width:1700px){.section-heading span{font-weight:600}}@media only screen and (max-width:1700px){.section-heading{font-size:30px !important}}@media only screen and (max-width:1400px){.section-heading{font-size:26px !important}}@media only screen and (max-width:1199px){.section-heading{font-size:24px !important}}.cms-index-index .page-wrapper{min-height:auto}.cms-index-index .page-wrapper .column.main{padding:0px;min-height:auto}ul{padding-left:0px;list-style-type:none}.top-banner{margin-top:5px}.footer-address span{display:inline-block;vertical-align:top;width:86%}@media (min-width:768px){.hide-menu-title>.nav-anchor{display:none !important}}@media (max-width:1400px){div.mage-error{font-size:12px !important}}.message.global.cookie{border:1px #ddd solid;background:#d1e6f3;padding:19px 40px;z-index:9999999999}.message.global.cookie p{margin:0;display:inline-block;width:70%;float:left;font-size:14px}@media only screen and (max-width:767px){.message.global.cookie p{width:100%;float:none;text-align:center}}.message.global.cookie p strong{display:block;margin-bottom:6px}.message.global.cookie .actions{margin-top:0;float:right}@media only screen and (max-width:767px){.message.global.cookie .actions{float:none;text-align:center;margin-top:1rem}}@media (min-width:1200px){.navigation .ves-megamenu .level0 .submenu .submenu{max-height:360px;overflow-y:auto}.navigation .ves-megamenu .level0 .submenu .submenu::-webkit-scrollbar{width:6px;background-color:#ddd}.navigation .ves-megamenu .level0 .submenu .submenu::-webkit-scrollbar-thumb{background-color:#f8c925;border-radius:3px}.navigation .ves-megamenu .level0 .submenu .submenu::-webkit-scrollbar-thumb:hover{background-color:#c89900}.navigation .ves-megamenu .level0 .submenu .submenu::-webkit-scrollbar-thumb:active{background-color:#c89900}}.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:'Nunito Sans';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{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{-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{position:absolute;right:10px;top:0}.abs-toggling-title-mobile.active:after,.block-wishlist-management .wishlist-select .wishlist-name.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}.navigation{padding:0}.navigation .parent .level-top{position:relative;display:block;text-decoration:none}.navigation .parent .level-top:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:42px;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}.navigation .parent .level-top:after{position:absolute;right:7px;top:-8px}.navigation .parent .level-top.ui-state-active:after{content:'\e621'}.nav-sections{-webkit-overflow-scrolling:touch;-webkit-transition:left .3s;-moz-transition:left .3s;-ms-transition:left .3s;transition:left .3s;height:100%;left:-80%;left:calc(-1 * (100% - 54px));overflow:auto;position:fixed;top:0;width:80%;width:calc(100% - 54px)}.nav-sections .switcher{border-top:1px solid #d1d1d1;font-size:1.6rem;font-weight:700;margin:0;padding:.8rem 3.5rem .8rem 2rem}.nav-sections .switcher .label{display:block;margin-bottom:5px}.nav-sections .switcher:last-child{border-bottom:1px solid #d1d1d1}.nav-sections .switcher-trigger strong{position:relative;display:block;text-decoration:none}.nav-sections .switcher-trigger strong:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:42px;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}.nav-sections .switcher-trigger strong:after{position:absolute;right:-40px;top:-16px}.nav-sections .switcher-trigger.active strong:after{content:'\e621'}.nav-sections .switcher-dropdown{margin:0;padding:0;list-style:none none;display:none;padding:10px 0}.nav-sections .switcher-options.active .switcher-dropdown{display:block}.nav-sections .header.links{margin:0;padding:0;list-style:none none;border-bottom:1px solid #d1d1d1}.nav-sections .header.links li{font-size:1.6rem;margin:0}.nav-sections .header.links li.greet.welcome{border-top:1px solid #d1d1d1;font-weight:700;padding:.8rem 20px}.nav-sections .header.links li>a{border-top:1px solid #d1d1d1}.nav-sections .header.links a,.nav-sections .header.links a:hover{color:#575757;text-decoration:none;display:block;font-weight:700;padding:.8rem 20px}.nav-sections .header.links .header.links{border:0}.nav-before-open{height:100%;overflow-x:hidden;width:100%}.nav-before-open .page-wrapper{-webkit-transition:left .3s;-moz-transition:left .3s;-ms-transition:left .3s;transition:left .3s;height:100%;left:0;overflow:hidden;position:relative}.nav-before-open body{height:100%;overflow:hidden;position:relative;width:100%}.nav-open .page-wrapper{left:80%;left:calc(100% - 54px)}.nav-open .nav-sections{-webkit-box-shadow:0 0 5px 0 rgba(50,50,50,0.75);-moz-box-shadow:0 0 5px 0 rgba(50,50,50,0.75);-ms-box-shadow:0 0 5px 0 rgba(50,50,50,0.75);box-shadow:0 0 5px 0 rgba(50,50,50,0.75);left:0;z-index:99}.nav-open .nav-toggle:after{background:rgba(0,0,0,0.5);content:'';display:block;height:100%;position:fixed;right:0;top:0;width:100%;z-index:1}.nav-sections-items{position:relative;z-index:1}.nav-sections-items:before,.nav-sections-items:after{content:'';display:table}.nav-sections-items:after{clear:both}.nav-sections-item-title{background:#f2f2f2;border:solid #e6e6e6;border-width:0 0 1px 1px;box-sizing:border-box;float:left;height:71px;padding-top:24px;text-align:center;width:33.33%}.nav-sections-item-title.active{background:transparent;border-bottom:0}.nav-sections-item-title .nav-sections-item-switch:hover{text-decoration:none}.nav-sections-item-content{box-sizing:border-box;float:right;margin-left:-100%;margin-top:71px;width:100%;padding:25px 0}.nav-sections-item-content:before,.nav-sections-item-content:after{content:'';display:table}.nav-sections-item-content:after{clear:both}.nav-sections-item-content.active{display:block}.navigation{background:#fff;box-sizing:border-box}.navigation ul{margin:0;padding:0}.navigation li{margin:0}.navigation a{display:block;padding-top:10px;padding-right:0;padding-bottom:10px;padding-left:15px}.navigation a,.navigation a:hover{color:#575757;text-decoration:none}.navigation .level0{border-top:1px solid #d1d1d1;font-size:1.6rem}.navigation .level0>.level-top{font-weight:700;padding:8px 40px 8px 15px;text-transform:uppercase;word-wrap:break-word}.navigation .level0>.level-top:hover{color:#333}.navigation .level0.active .all-category .ui-state-focus{border-color:#ff5501;border-style:solid;border-width:0 0 0 8px;padding-left:7px;display:inline-block}.navigation .level0>.level1{font-weight:600}.navigation .level0.active>a:not(.ui-state-active),.navigation .level0.has-active>a:not(.ui-state-active){border-color:#ff5501;border-style:solid;border-width:0 0 0 8px}.navigation .level0.active>a:not(.ui-state-active) span:not(.ui-menu-icon),.navigation .level0.has-active>a:not(.ui-state-active) span:not(.ui-menu-icon){margin-left:-8px}.navigation li.level0:last-child{border-bottom:1px solid #d1d1d1}.navigation .submenu>li{word-wrap:break-word}.navigation .submenu>li>a:hover{color:#333}.navigation .submenu:not(:first-child){font-weight:400;line-height:1.3;left:auto !important;overflow-x:hidden;padding:0;position:relative;top:auto !important;transition:left .3s ease-out}.navigation .submenu:not(:first-child)>li>a{padding-left:15px}.navigation .submenu:not(:first-child)>li:last-child{margin-bottom:0}.navigation .submenu:not(:first-child) ul{display:block;padding-left:15px}.navigation .submenu:not(:first-child) ul>li{margin:0}.navigation .submenu:not(:first-child) ul>li a{color:#575757;display:block;line-height:normal}.navigation .submenu:not(:first-child) ul>li a:hover{color:#333}.navigation .submenu:not(:first-child).expanded{display:block !important;padding-right:0;top:0 !important}.navigation .submenu:not(:first-child) .active>a{border-color:#ff5501;border-style:solid;border-width:0 0 0 8px;padding-left:7px}.navigation .submenu:not(:first-child) .level1.active>a{padding-left:7px}.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.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}.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%}.checkout-container .opc-estimated-wrapper{margin-top:10px}.checkout-container .authentication-wrapper{margin-top:-12px}.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}.block-search .block-content{margin-bottom:0}.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}.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}.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}.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}}@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,.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,.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,.order-details-items .table-order-items .options-label{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}.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}.products-list .product-item{table-layout:fixed}.products-list .product-item-photo{padding:0 10px 10px 0;width:30%}.block-search{margin-top:10px}.minicart-wrapper{margin-top:10px}.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}.products-grid.wishlist .product-item{border-bottom:1px solid #e8e8e8}.products-grid.wishlist .product-item:first-child{border-top:1px solid #e8e8e8}.table-wrapper.orders-recent .table-order-items.table tbody>tr>td.col{padding-left:0}.order-details-items thead{display:block}.order-details-items thead tr{display:block}.order-pager-wrapper{display:block}.account .table-order-items tbody tr{display:block}.account .table-order-items .product-item-name{display:inline-block;margin:0}.account .table-order-items .action.show{margin-top:0}.order-details-items .order-title strong{display:block}.order-details-items .action{margin-top:10px}.order-details-items .items-qty{display:inline-block;vertical-align:top}.order-details-items .col.price .price-including-tax,.order-details-items .col.subtotal .price-including-tax,.order-details-items .col.price .price-excluding-tax,.order-details-items .col.subtotal .price-excluding-tax{display:inline-block}.order-details-items .data.table .col.options{padding:0 10px 15px}.order-details-items .data.table .col.options:before{display:none}.order-details-items .options-label+.item-options-container[data-th]:before,.order-details-items .item-options-container+.item-options-container[data-th]:before{content:attr(data-th) ':';display:block;font-weight:700;padding-left:10px}.order-details-items .options-label+.item-options-container .col,.order-details-items .item-options-container+.item-options-container .col{font-size:1.2rem;padding:0 10px}.order-details-items .options-label+.item-options-container .col:first-child,.order-details-items .item-options-container+.item-options-container .col:first-child{padding-top:3px}.order-details-items .options-label+.item-options-container .col:last-child,.order-details-items .item-options-container+.item-options-container .col:last-child{padding-bottom:20px}}@media only screen and (max-width:479px){.tooltip.wrapper .tooltip.content{min-width:10rem}.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}.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{color:#006bb4}.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}.products-grid .product-item{margin-bottom:30px}.product-item-actions{display:block}.products-grid .product-item-actions{margin:10px 0}.product-item-actions .actions-primary+.actions-secondary>*{white-space:normal}.products-grid .product-item{width:33.33333333%}.page-products .products-grid .product-item,.page-layout-1column .products-grid .product-item,.page-layout-3columns .products-grid .product-item,.page-products.page-layout-1column .products-grid .product-item,.page-products.page-layout-3columns .products-grid .product-item{margin-left:2%;padding:0;width:calc((100% - 4%) / 3)}.page-products .products-grid .product-item:nth-child(3n + 1),.page-layout-1column .products-grid .product-item:nth-child(3n + 1),.page-layout-3columns .products-grid .product-item:nth-child(3n + 1),.page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),.page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1){margin-left:0}.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}.order-details-items .order-title .action{margin:12px 0 0 30px}.order-details-items .order-title .action.track{float:right}.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}}.modal-open {
    overflow: hidden;
}
.b2b-modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    text-align: left;
}
.b2b-modal * {
    font-family: 'Open Sans', sans-serif !important;
    margin: 0;
    padding: 0;
    line-height: 1.25em;
    text-decoration: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}
.b2b-modal.fade .b2b-modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal-open .b2b-modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.b2b-modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.b2b-modal-content {
    position: relative;
    background-color: #ffffff;
    border: 3px solid #ededed;
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity = 0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity = 50);
}
.b2b-modal-body {
    position: relative;
    padding: 46px 51px;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
.b2b-modal a.close {
    background: none;
    background-color: none;
    display: block;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    cursor: pointer;
}
.b2b-modal input:focus,.b2b-modal select:focus,.b2b-modal textarea:focus {
    background-color: #fff;
}
@media ( min-width : 480px) {
    .b2b-modal-dialog {
        width: 768px;
        margin: 279px auto 0 auto;
        z-index: 1060;
    }
}
@media screen and (max-width: 480px) {
    .b2b-modal-dialog {
        z-index: 1060;
    }
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.b2b-modal .fa {
    font-family: FontAwesome !important;
}
.iwdsr-customers-list-modal .b2b-modal-dialog {
    margin-top: 70px;
    z-index: 1060;
    max-width: 750px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* padding: 0 10px; */
}
.iwdsr-customers-list-modal .b2b-modal-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 47px;
    padding-bottom: 50px;
}
.b2b-modal.iwdsr-customers-list-modal a.close:hover {
    background-image: none;
}
.customer-close{
    font-size: 30px !important;
    padding: 0 0 7px 0;
}
.iwdsr-customers-list-modal a.close > span {
    display: none;
}
.iwdsr-customers-list-modal a.close:hover > span {
    display: block;
    line-height: normal;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -5px;
    left: 12.1px;
    -moz-transform: scale(1.3, 1);
    -ms-transform: scale(1.3, 1);
    -webkit-transform: scale(1.3, 1);
    -o-transform: scale(1.3, 1);
    transform: scale(1.3, 1);
    font-size: 26px;
    color: white;
}
.iwdsr-customers-wrap {background-color: #a4a4a4;text-align: center;height: 32px;color: white;text-transform: uppercase;}
.iwdsr-choose-customer-btn{text-decoration:none !important;}
.iwdsr-choose-customer-btn > span {
    line-height: 30px;
    text-transform: uppercase;
}
#choose-customer-span, #choose-customer-i {
    color: white;
}
.iwdsr-choose-customer-btn:hover > #choose-customer-span, .iwdsr-choose-customer-btn:hover > #choose-customer-i {
    color: inherit;
}
.iwdsr-choose-customer-btn > .fa {
    font-family: FontAwesome;
    margin-left: 7px;
}
.iwdsr-customers-list .iwdsr-customer-item {
    display: inline-block;
    width: 70px;
}
.iwdsr.input-wrapper {margin: 0 52px 0 49px;position: relative;}
.iwdsr.input-wrapper  [name=salesrep_customer_search] {height: 40px;padding-left: 25px;font-size: 16px;color: black;}
.iwdsr .quick-customer-search {float: left;display: inline-block;width: 40px;height: 41px;background: #018999;border-radius: 0;border: none;position: absolute;right: 0;top: -1px;box-sizing: border-box;color: white;font-size: 40px;}
.iwdsr .quick-customer-search .fa-angle-right { position: relative; top: -6px;}
.iwdsr.letter-search {
    margin: 15px 35px 0 34px;
    list-style: none;
    overflow: hidden;
    padding-bottom: 12px;
    padding-left: 0;
    text-align: center;
    font-size: 0;
    padding-right: 0;
    height:61px;
}
.iwdsr.letter-search:after {
    content: " ";
    display: inline-block;
    border: 1px solid #a4a4a4;
    width: 643px;
    margin-top: 12px;
}
.iwdsr.letter-search li {
    display: inline-block;
    font-size: 17px;
    line-height: 34px;
    padding: 0 6.74px;
    /* float: left; */
    cursor: pointer;
    color: #676767;
}
.iwdsr.letter-search li:first-child { padding-left: 0; }
.iwdsr.letter-search li:last-child {padding-right: 0;transform: rotate(45deg);position: relative;top: -2px;font-size: 18px;color: #636262;}
.iwdsr.letter-search li.active {position: relative;}
.iwdsr.letter-search li.active span {
    z-index:1;
    position: relative;
    color: black;
    font-weight: bolder;
}
.iwdsr.letter-search li:hover {}
.iwdsr.letter-search li.active:after {
    content: " ";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 2px;
    left: -4px;
    z-index: 0;
}
.iwdsr .iwdsr_list_no_results{display:none;text-align:center;width:100%;}
.iwdsr .iwdsr_list_no_results span{font-weight:bold;}
.iwdsr.customers-list {
    margin-left: 50px;
    overflow: hidden;
    max-height: 650px;
    margin-right: 50px;
    margin-top: 13px;
    width: 88% !important;
}
.iwdsr.customer-item {
    height: 200px;
    width: 200px;
    display: inline-block;
    float: left;
    margin-left: 1px;
    margin-top: 1px;
    margin-right: 20px;
    margin-bottom: 30px;
    text-align: center;
    cursor: pointer;
}
.iwdsr.customer-item.nth-3 {
    margin-right: 0;
}
.iwdsr-customer-item-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 2px solid #adadad;
}
.iwdsr-customer-item-inner:hover {}
.circle-icon-inner {
    z-index: 2;
    position: absolute;
    font-size: 60px !important;
    margin: auto;
    left: 0;
    right: 0;
}
.company-initials {
    position: absolute;
    z-index: 5;
    color: white;
    top: 27px;
    left: 0;
    right: 0;
    margin: auto;
}
.customer-wrapper {
    z-index: 10;
    position: relative;
    left: -65%;
    top: -75%;
}
.customer-background-icon {
    position: absolute;
    font-size: 280px !important;
    z-index: 0;
    top: -34px;
    left: 14px;
}
.customer-background-icon-blank {
    color: white;
    font-size: 260px !important;
    top: -25px;
    left: 21px;
    z-index: 0;
}
.customer-form {
    position: relative;
    background: white;
}
.customer-icon-wrapper {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
}
.filter-reset-icon {
    font-size: 20px;
    left: 5px;
    position: relative;
}
.iwdsr .iwdsr-company-name {
    margin-top: 12px;
    color: #018999;
    overflow:hidden;
    text-overflow: ellipsis;
}
.iwdsr .iwdsr-logo-wrap {
    height: 50px;
    margin: 12px 14px 20px 14px;
}
.iwdsr .iwdsr-logo-wrap img {
    max-height: 100%;
    max-width: 100%;
    margin-top: 10px;
}
.iwdsr .iwdsr-logo-wrap:empty {
    background: #f7f5f5;
}
.iwdsr .iwdsr-logo-default{
  position: relative;
  height: 100%;
  width: 100%;
  margin: auto;
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  box-shadow: 0 0 0 1px white;
}

.iwdsr .iwdsr-logo-container{
  position: relative;
  height:100%;
  width:100%;
  margin: auto;
  text-align:center;
  color:#fff;
}

.iwdsr .iwdsr-name {
    margin-top: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 19px;
    padding: 0 5px;
}
.iwdsr .iwdsr-email {
    margin-top: 5px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 0 13px;
    line-height: normal;
    color: #676767;
}
.iwdsr .iwdsr-phone:not(:empty) {
    margin-top: 6px;
    color: #676767;
    height: 20px;
}
.iwdsr-footer .iwdsr-company-name {background-color: #888888;line-height: 16px;padding: 3px 16px;float: left;/* width: 113px; */margin-right: 20px;letter-spacing: 0.0px;}
.iwdsr-footer .iwdsr-name {font-weight: bold;line-height: 22px;}
.iwdsr-footer .iwdsr-return-to-parent-acc {
    font-family: FontAwesome;
    color: white;
    padding-right: 3px;
    margin-left: 7px;
    text-decoration:none;
}
.iwdsr-footer .iwdsr-chosen-customer-info {
    display: inline-block;
    height: 100%;
    padding-top: 5px;
    position: relative;
    left: -10px;
}
.transform-45-deg {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.b2b-sticky-footer.no_iwdsr_footer{border-top:inset;}

@media (max-height: 895px) {
    .iwdsr.customers-list{max-height:460px;}
}
@media (max-height: 695px) {
    .iwdsr.customers-list{max-height:225px;}
}

@media (max-width: 767px) {
    .iwdsr.customers-list {
        margin-left: 50px;
        width: auto !important;
    }
    .iwdsr.input-wrapper {
        margin-left: 15px;
        margin-right: 15px;
    }
    .iwdsr.letter-search {
        margin-left: 13px;
        margin-right: 15px;
    }
    .iwdsr .quick-customer-search {
        display: none;
    }
    .iwdsr.customer-item {
        width: 30%;
        margin-right: 3% !important;
    }
    .iwdsr.customer-item.nth-3 {
        margin-right: 0;
    }
    .iwdsr-customers-list-modal .b2b-modal-dialog {
        padding: 0 10px;
    }
}
@media (max-width: 543px) {
    .iwdsr.customers-list {
        margin-left: 50px;
        width: auto !important;
    }
    .iwdsr.customer-item {
        width: 45%;
        margin-right: 4%;
    }
    .iwdsr.customer-item.nth-2 {
        margin-right: 0;
    }
    .iwdsr.letter-search {
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 3px;
    }
}

@media (max-width: 479px) {
    .iwdsr.customer-item {
        width: 100%;
        text-align: center;
    }
    .iwdsr-customer-item-inner {
        width: 200px;
    }
    .iwdsr.customers-list {
        margin-left: 15px;
    }
    .iwdsr.input-wrapper {
        margin-left: 15px;
        margin-right: 15px;
    }
    .iwdsr-customers-list-modal .b2b-modal-dialog {
        padding: 0 10px;
        margin-right: 115px;
    }
    .iwdsr.customers-list {
        margin-left: 15px;
        text-align: center;
    }
}
@media (max-width: 380px) {
    .iwdsr.customers-list {
        width: auto !important;
    }
    .iwdsr.customer-item {
        width: 100%;
    }
    .iwdsr-customer-item-inner {
        width: 200px;
    }
}
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (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; }
  .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-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%;
    -webkit-transform-style: preserve-3d; }
  .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;
    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 {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -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 {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          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/Revamp/Theme/en_US/Ves_All/lib/owl.carousel/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -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%; }
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=335bf7d52918f3a2c58f)
 * Config saved to config.json and https://gist.github.com/335bf7d52918f3a2c58f
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}
[role="button"] {
  cursor: pointer;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/Revamp/Theme/en_US/Ves_Megamenu/fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../../frontend/Revamp/Theme/en_US/Ves_Megamenu/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../../frontend/Revamp/Theme/en_US/Ves_Megamenu/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../../frontend/Revamp/Theme/en_US/Ves_Megamenu/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../../frontend/Revamp/Theme/en_US/Ves_Megamenu/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../../frontend/Revamp/Theme/en_US/Ves_Megamenu/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;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}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}
@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.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-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{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-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{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.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:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.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:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(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{0%,to{-webkit-transform:translateZ(0);transform:translateZ(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:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,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(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,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(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}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:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}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:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{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:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{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:translateZ(0);transform:translateZ(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{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{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{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{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{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{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{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{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{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{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{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{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{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{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{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{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{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{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{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-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)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-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)}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{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-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{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-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{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-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)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-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)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}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{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{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{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(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%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(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}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{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{0%{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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(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{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(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{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(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{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.ves-menu {
    padding: 0;
    margin: 0;
}

.ves-megamenu {
    padding: 0;
    float: left;
    width: 100%;
    background: #f0f0f0;
}

.ves-menu .ves-megamenu {
    padding: 0
}

.ves-megamenu .dropdown-menu .content-wrap .megamenu-sidebar, .ves-megamenu .dropdown-menu .content-wrap .megamenu-content {
    float: left;
}
.ves-megamenu.menu-hover .nav-item:hover >.submenu {
    display: block;
}
.ves-megamenu .dropdown-menu {
    border: 0 none;
    color: #333;
    display: block;
    margin-top: 0;
    padding: 20px;
    min-width: 230px;
}

.ves-megamenu .dropdown-menu a {
    color: #333;
    padding: 0;
}

.ves-megamenu .dropdown > .dropdown-menu {
    top: 100%;
}

.ves-megamenu .dropdown.submenu-alignleft > .dropdown-menu {
    left: 0;
    right: auto;
}

.ves-megamenu .dropdown.submenu-alignright > .dropdown-menu {
    right: 0;
    left: auto;
}

.ves-megamenu .dropdown.submenu-left {
    position: static;
}

.ves-megamenu .dropdown.submenu-right {
    position: static;
}

.ves-megamenu .dropdown.submenu-right > .dropdown-menu {
    left: auto !important;
    right: 0 !important;
    background: red;
}

.ves-megamenu .dropdown-menu .subgroup > a > .caret {
    display: none;
}

.ves-megamenu .dropdown-menu .subgroup a {
    color: #333;
    font-weight: normal;
    text-transform: none;
}

.ves-megamenu .dropdown-menu .subgroup>.submenu {
    box-shadow: none;
}

.ves-megamenu .dropdown-menu .subgroup .dropdown-mega {
    display: block;
    position: static;
}

.ves-megamenu .dropdown-menu .subgroup.level1 > .dropdown-mega {
    padding: 20px;
    max-width: 100%;
    min-width: auto;
}

.ves-megamenu .dropdown-menu .subgroup.level1 > a {
    color: #333;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 20px;
}

.ves-megamenu .dropdown-menu .subgroup .subgroup .dropdown-mega a {
    color: #888;
}

.ves-megamenu .dropdown-menu .subgroup.level1 > .submenu > .content-wrap > .megamenu-content {
    margin: 10px 0;
}

.ves-megamenu .dropdown-menu .megamenu-header {
    border-bottom: 1px solid #e6e6e6;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 12px;
    width: 100%;
}

.ves-megamenu li.level0 > a {
    position: relative;
    line-height: 45px;
    float: left;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

.ves-megamenu li.level0 .nav-anchor > img {
    margin-bottom: -4px;
}

.ves-megamenu .nav-item > a {
    line-height: 45px;
    padding: 0 20px;
}

.ves-megamenu .opener {
    position: absolute;
    right: 0;
    padding: 20px;
    top: 0;
    font: normal normal normal 14px/1 'FontAwesome';
}

.ves-megamenu .opener:before {
    content: "\f067"
}

.ves-megamenu .opener.item-active:before {
    content: "\f068";
}

.ves-megamenu img:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.cat-label {
    color: #fff;
    font-size: 14px;
    padding: 0 4px;
    text-transform: none;
    vertical-align: middle;
    font-weight: normal;
}

.cat-label-v1 {
    background: #5bd2ec none repeat scroll 0 0;
}

.cat-label-v2 {
    background: #d52462 none repeat scroll 0 0;
}

.cat-label-v3 {
    background: #0cc485
}

.cat-label.pin-top {
    line-height: 16px;
    padding: 0 4px;
    position: absolute;
    right: 20px;
    top: -10px;
}

.cat-label.pin-top::before {
    border-color: transparent;
    border-style: solid;
    border-width: 4px;
    content: "";
    height: 0;
    position: absolute;
    right: 6px;
    top: 16px;
    width: 0;
}

.cat-label-v1.pin-top::before {
    border-top-color: #5bd2ec;
}

.cat-label-v2.pin-top::before {
    border-top-color: #d52462;
}

.ves-megamenu .megamenu-widget .product-item-info {
    text-align: center;
}

.ves-megamenu .megamenu-widget .block-title strong {
    font-weight: 700;
}

.ves-megamenu .megamenu-widget .owl-item img {
    float: none;
    margin: auto;
}

.ves-megamenu .owl-carousel > .owl-stage-outer {
    padding-top: 10px;
    padding-left: 10px;
}

.ves-megamenu .megamenu-widget .block-title {
    text-transform: uppercase;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.5em;
    line-height: 1.2222em;
}

.ves-megamenu .products-widget {
    position: relative;
    margin: 0;
}

.ves-megamenu .products-widget .owl-nav {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 888;
}

.ves-megamenu .products-widget .owl-nav a {
    float: left;
    width: 20px;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 0;
    text-align: center;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    font-size: 18px;
}

.ves-megamenu .products-widget .owl-nav a:hover {
    color: #f00;
    border-color: #f00
}

.ves-megamenu .products-widget .product-block .product-item-info {
    margin-bottom: 0;
}

.products-widget .owl-nav.disabled {
    display: none;
}

.ves-megamenu .megamenu-header .links li, .ves-megamenu .megamenu-footer .links li {
    display: inline-block;
    padding: 0 5px
}

.ves-megamenu .dynamic-items a {
    width: 100%;
    float: left;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.ves-megamenu .dynamic-content > .nav-item {
    display: none;
}

.ves-megamenu .dynamic-items li > a > .caret {
    position: absolute;
    right: 20px;
    top: 20px;
    border-left: 4px dashed;
    border-left: 4px solid\9;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.ves-megamenu .dynamic-items li:hover {
    cursor: pointer;
}

.ves-megamenu .dynamic-content > .nav-item.dynamic-active {
    display: block
}

.ves-megamenu .dropdown-menu .megamenu-footer {
    float: left;
    margin-top: 20px;
    width: 100%;
}

.ves-megamenu .megamenu-widget .owl-item .product-item {
    width: 100% !important;
}

.ves-megamenu .megamenu-widget .product-item {
    text-align: center;
}

.ves-megamenu .product-item .product-item-actions {
    margin: 0;
}

.ves-megamenu .onsale {
    background: #5bd2ec;
    color: #FFF;
    text-transform: uppercase;
    padding: 0px 4px;
}

.ves-megamenu .reviews-actions {
    display: none;
}

.new-icon {
    background: #d52462;
    color: #FFF;
    text-transform: uppercase;
    padding: 0px 4px;
}

.ves-megamenu .product-item .product-item-name {
    font-weight: bold;
}

.feature-box-v3 .fbox-icon .icons {
    border-radius: 50%;
    padding: 20px 28px;
}

.feature-box-v3 .fbox-icon .icons.icons-plain {
    width: auto;
    height: auto;
    line-height: 100%
}

.feature-box-v3 .fa:before {
    font-size: 30px
}

.fbox-icon a {
    text-align: center;
    display: inline-table !important;
    background: #f1f1f1;
    border-radius: 50%;
}

.fbox-icon {
    text-align: center;
}

.ves-megamenu .product-image-container {
    max-width: 180px;
}

.ves-megamenu li {
    list-style: none;
    margin: 0;
}

.ves-megamenu.ves-vertical {
    border: 1px solid #DDD;
    border-top: 0;
}

.ves-megamenu.ves-vertical li.level0 {
    position: static !important;
}

.ves-megamenu.ves-vertical li.level0>.submenu {
    box-shadow: none;
    border: 1px solid #DDD;
    border-radius: 1px;
}

.ves-menu > .block-title {
    margin: 0;
    text-align: center;
    padding: 10px;
    background: #333;
    color: #FFF;
    text-transform: uppercase;
}

.ves-megamenu li.active>a {
    background: #333;
    color: #FFF !important;
}

.ves-menu .navigation .level0 .submenu {
    background: none;
}

.ves-menu .navigation .level0 > .submenu {
    background: #FFF;
}

.ves-menu .submenu .products-grid .product-item-photo {
    padding: 0;
    float: left;
    width: 100%;
    text-align: center;
}

.ves-menu .level0 .submenu .products-grid a {
    padding: 0
}

.navigation .level0 .submenu .products-grid a:hover {
    background: none;
}

.ves-megamenu .level0 .products-grid .product-item .product-item-actions {
    margin: 10px 0 10px;
}

.ves-megamenu .level0 .products-grid .product-item .product-item-actions .actions-secondary > .action {
    color: #999
}

.ves-megamenu .level0 .products-grid .product-item .product-item-actions .actions-secondary > .action:hover {
    color: #333
}

.ves-megamenu .level0 .products-grid .product-item .product-item-name {
    font-weight: 400;
}

.ves-megamenu .icon {
    position: absolute;
    right: 10px;
    color: #FFF;
    z-index: 999;
}

.ves-megamenu .row {
    margin-left: -15px;
    margin-right: -15px;
}

.ves-megamenu .submenu .megamenu-sidebar.right-sidebar a, .ves-megamenu .submenu .megamenu-sidebar.left-sidebar a {
    padding: 0;
}

.nav-sections.scroll-to-fixed-fixed .cat-label.pin-top {
    top: 2px;
}

.ves-megamenu iframe {
    max-width: 100%;
}

.ves-megamenu .level0 .submenu {
    z-index: 99;
}

.ves-menu.navigation > ul {
    background: #f0f0f0;
    padding: 0;
}

.ves-menu.navigation {
    position: static
}

.navigation .ves-megamenu .level1 .submenu {
    background: transparent;
    z-index: 999;
}

@media (min-width: 768px) and (max-width: 992px) {
    .ves-menu .dorgin-items, .ves-menu .dynamic-items, .ves-menu .dynamic-content {
        display: block !important
    }
}

@media only screen and (min-width: 768px) {
    
    .ves-megamenu .mega-col {
        float: left;
    }

    .ves-column1 > .item-content1 > .mega-col {
        width: 100%;
    }

    .ves-column2 > .item-content1 > .mega-col {
        width: 50%;
    }

    .ves-column3 > .item-content1 > .mega-col {
        width: 33.3333%;
    }

    .ves-column4 > .item-content1 > .mega-col {
        width: 25%;
    }

    .ves-column5 > .item-content1 > .mega-col {
        width: 20%;
    }

    .ves-column6 > .item-content1 > .mega-col {
        width: 16.6666%;
    }

    .ves-column7 > .item-content1 > .mega-col {
        width: 14.2857%;
    }

    .ves-column8 > .item-content1 > .mega-col {
        width: 12.5%;
    }

    .ves-column9 > .item-content1 > .mega-col {
        width: 11.1111%;
    }

    .ves-column10 > .item-content1 > .mega-col {
        width: 10%;
    }

    .ves-column11 > .item-content1 > .mega-col {
        width: 9.0909%;
    }

    .ves-column12 > .item-content1 > .mega-col {
        width: 8.3333%;
    }

    .nav-sections-item-content.scroll-to-fixed-fixed {
        width: 100% !important;
        background: #f0f0f0;
    }
    
    .ves-menu .navigation .level0 > .submenu {
        border: 1px solid #ccc;
        box-shadow: 0 5px 5px rgba(0,0,0,0.19);
    }

    .ves-menu.mgm-widget .navigation {
        z-index: auto;
    }

    .menu-click.ves-vertical .orgin-items.hidden-lg {
        display: block !important
    }

    .navigation .ves-megamenu .level0 .submenu .submenu-right .submenu {
        left: auto !important;
        right: 80% !important;
        background: red;
    }

    .ves-megamenu .dynamic-content > .nav-item > .content-wrap {
        float: left;
        width: 100%;
    }

    .sections.nav-sections {
        width: 100%;
    }

    .ves-megamenu .level0 .megamenu-widget > .carousel > .products-grid .product-item {
        width: 100%;
    }

    .ves-megamenu .level0 .megamenu-widget > .carousel > .carousel-inner > .item {
        padding-left: 10px
    }

    .ves-megamenu .level0 .submenu .dynamic-items li, .navigation .ves-megamenu .level0 .submenu .dynamic-items li {
        float: left;
        width: 100%
    }

    .ves-megamenu .level0 .submenu .dynamic-items > ul > li > a {
        padding: 10px 0 !important;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        text-indent: 10px;
        float: left;
        width: 100%;
        position: relative;
        margin: 0;
    }

    .ves-megamenu .level0 .submenu .dynamic-items > ul > li > a:hover {
        background: #FFF
    }

    .ves-megamenu .level0 .submenu .dynamic-items li a:hover {
        border-right-color: #FFF
    }

    .navigation .ves-megamenu .submenu .feature-box a {
        padding: 0;
    }

    .megamenu-title {
        display: none;
    }

    .ves-navbar {
        display: none;
    }

    .menu-click.ves-vertical .caret, .ves-megamenu .opener {
        display: none;
    }

    .menu-click.ves-vertical .opener {
        display: block;
    }

    .ves-megamenu .level0 .submenu {
        min-width: 230px;
    }

    .ves-vertical-right.ves-vertical .level0 > a > .caret {
        left: 0;
        border-right: 4px solid black;
        border-left: 0;
    }

    .ves-vertical-right.ves-vertical .dropdown > .dropdown-menu {
        right: 100%;
        left: auto !important;
    }

    .ves-vertical .caret {
        position: absolute;
        right: 18px;
        top: 50%;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid black;
    }

    /* VERTICAL */
    .ves-vertical li.level0>a {
        width: 100%;
    }

    .ves-vertical li.level0 {
        width: 100%
    }

    .ves-vertical .dropdown > .dropdown-menu {
        left: 100% !important;
        top: 0;
    }

    .ves-megamenu.ves-vertical .dropdown.submenu-left {
        position: relative;
    }

    .ves-megamenu.ves-vertical .subhover:hover .dropdown-menu {
        top: 0;
    }

    /* VERTICAL */
    .ves-megamenu .level0 .submenu .dynamic-items ul {
        padding: 0;
        float: left;
        width: 100%;
        display: block!important;
    }

    .navigation .ves-megamenu .level0 .submenu .submenu, .ves-megamenu .subgroup > .submenu {
        padding: 0;
        width: 100%;
    }

    .navigation .ves-megamenu .level0 .level2 .submenu .submenu, .ves-megamenu .level0 .level2 .subgroup > .submenu {
        padding-left: 15px;
    }

    .ves-megamenu .product-item a {
        display: inline-block !important;
    }

    .navigation .ves-megamenu .level0 .submenu .submenu {
        left: 70% !important;
        background: #FFF;
    }

    .ves-megamenu .level0 .submenu .submenu {
        border: 0;
        left: 70% !important;
        float: left;
    }

    .ves-megamenu .level0 {
        float: left;
    }

    .nav-sections-item-content .ves-menu {
        display: block
    }

    .ves-megamenu.menu-hover li .dropdown-menu {
        position: absolute;
    }

    .level0 .submenu a:hover, .level0 .submenu a.ui-state-focus {
        background: none;
    }

    .ves-megamenu .level0 .submenu a {
        padding: 0;
    }

    .ves-megamenu .level0 .nav-item>a {
        padding: 0 20px;
        line-height: 45px;
    }

    .level0 .submenu {
        min-width: auto
    }

    .level0 .submenu {
        position: static;
    }

    .ves-megamenu {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0;
    }

    .ves-megamenu.menu-hover .nav-item:hover>.dropdown-menu {
        display: block
    }

    .ves-megamenu a:hover {
        text-decoration: none;
    }

    .ves-megamenu.menu-hover .dropdown:hover > .dropdown-menu {
        display: block;
        z-index: 99;
    }

    .ves-megamenu.menu-hover .subhover:hover .dropdown-menu {
        padding: 20px;
    }

    .dynamic-items li:hover, .dynamic-items li.dynamic-active {
        border-right: transparent;
    }

    .ves-megamenu .level0 .submenu .dynamic-items > ul > li.dynamic-active > a {
        border-right-color: transparent
    }

    .dynamic-items li:hover .caret, .ves-megamenu .dropdown-menu, .dynamic-items li.dynamic-active .caret {
        display: none;
    }

    .ves-megamenu li.level0:hover > a {
        background: #333;
        color: #FFF;
    }

    .ves-megamenu .level0>.dropdown-mega {
        width: 100%;
        display: block;
        top: 100%;
    }

    .ves-megamenu .dropdown-menu {
        padding: 20px;
    }

    .ves-megamenu.menu-click .mega-col, .ves-megamenu.menu-click .dropdown-menu .content-wrap .megamenu-sidebar, .ves-megamenu.menu-click .dropdown-menu .content-wrap .megamenu-content, .ves-megamenu.menu-click .dropdown-menu .megamenu-footer, .ves-megamenu.menu-click .dropdown-menu .megamenu-header {
        float: left;
        width: 100% !important;
    }

    .ves-megamenu.menu-click .level0 .submenu, .ves-megamenu.menu-click .level0 .dropdown-submenu .submenu {
        max-width: 100%;
        border-radius: 0;
        box-shadow: none;
        display: none;
        position: absolute;
    }

    .ves-megamenu.menu-click li, .ves-megamenu.menu-click img, .ves-megamenu.menu-click video, .ves-megamenu.menu-click iframe {
        max-width: 100%
    }

    .ves-megamenu.menu-click .dropdown-menu .subgroup.level1 > .dropdown-mega {
        width: 100%
    }

    .ves-megamenu.menu-click .submenu, .ves-megamenu.menu-click .subgroup .submenu {
        padding-left: 20px;
        display: none;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .ves-megamenu.menu-click .level0 .submenu {
        width: 100%;
    }

    .ves-megamenu.menu-click .level0 > .submenu {
        padding-right: 10px;
    }

    .orgin-items {
        display: none;
    }

    .ves-megamenu.menu-click .orgin-items {
        display: block
    }

    .ves-megamenu.menu-click .dorgin-items {
        display: none;
    }

    .feature-box:hover .icons {
        background: #ef2840;
        color: #fff;
    }
    .ves-megamenu .nav-item.current>.submenu {
        display: block!important;
    }
}

.navigation ul .level0:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 767px) {
    .ves-menu .carousel-indicators {
        padding: 20px;
        width: auto;
    }

    .ves-menu .carousel-indicators li {
        padding: 10px;
        height: auto;
        display: inline-block;
        float: left;
    }

    .ves-menu .carousel-inner .item {
        text-align: center
    }

    .ves-menu .product-items.owl-carousel {
        width: 100% !important;
        max-width: 100%;
    }

    .ves-menu .level0 .submenu {
        width: 100% !important;
        position: relative;
    }

    .ves-menu .navigation .level0 > .submenu {
        width: 100% !important;
        display: none;
        padding-left: 0;
    }

    .ves-menu .block-title {
        display: none;
    }

    .megamenu-title {
        display: block;
    }

    .ves-megamenu.nav-mobile .dropdown-menu .subgroup.level1 > a {
        padding-left: 0;
    }

    .ves-nav-before-open {
        height: 100%;
        width: 100%
    }

    .ves-nav-before-open .page-wrapper {
        -webkit-transition: left .3s;
        -moz-transition: left .3s;
        -ms-transition: left .3s;
        transition: left .3s;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: relative
    }

    .ves-nav-before-open body {
        height: 100%;
        overflow: hidden;
        position: relative;
        width: 100%
    }

    .ves-navopen .page-wrapper {
        left: 80%;
        left: calc(100% - 54px)
    }

    .ves-navopen .offcanvas-menu,
    .ves-navopen .drill-down-menu {
        -webkit-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
        -moz-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
        -ms-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
        box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
        z-index: 99
    }

    .ves-navopen .nav-toggle:after {
        background: rgba(0,0,0,0.01);
        content: '';
        display: block;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1
    }

    .offcanvas-menu {
        -webkit-transition: left .3s;
        -moz-transition: left .3s;
        -ms-transition: left .3s;
        transition: left .3s;
        height: 100%;
        left: calc(-1 * (100% - 53px));
        overflow: auto;
        position: fixed;
        top: 0;
        width: calc(100% - 54px);
        background: #f0f0f0;
    }

    .ves-navbar {
        position: relative;
        min-height: 50px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        background-color: #222;
        border-color: #080808;
    }

    .ves-navbar {
        display: block;
        padding-left: 15px;
    }

    .ves-navtoggle
    
    {
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
        display: block;
        font-size: 0;
        position: absolute;
        top: 15px;
        z-index: 10;
        float: left;
        top: 10%;
    }

    .ves-navtoggle:before {
        -webkit-font-smoothing: antialiased;
        font-size: 28px;
        line-height: inherit;
        color: #FFF;
        content: '\e609';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .ves-navtoggle:hover:before{
        color: #FFF;
    }

    .ves-navtoggle > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .dorgin-items {
        display: none;
    }

    .orgin-items {
        display: block
    }

    .ves-megamenu .dropdown-menu .subgroup.level1 > .dropdown-mega {
        padding: 0 0 0 20px;
    }

    .ves-megamenu .level0 .submenu .submenu {
        background: none;
    }

    .ves-megamenu .products-widget .owl-nav a {
        padding: 5px 15px;
        width: auto;
        font-size: 20px;
    }

    .ves-megamenu .products-widget .owl-nav {
        width: 80px;
    }

    .ves-megamenu img, .ves-megamenu video, .ves-megamenu iframe {
        max-width: 100%
    }

    .nav-mobile .nav-item.level1 {
        padding-left: 20px;
    }

    .ves-megamenu.nav-mobile .submenu, .ves-megamenu.nav-mobile .subgroup .submenu {
        padding-left: 20px;
        display: none;
    }

    .nav-mobile .submenu {
        max-width: 100% !important;
    }

    .nav-mobile .nav-item > a {
        padding: 0;
        width: 100%;
        float: left;
    }

    .nav-mobile li a {
        /* position: relative; */
        width: 100%;
        width: auto;
    }

    .nav-mobile .caret {
        display: none;
    }

    .nav-mobile {
        background-color: #f8f8f8;
        float: left;
    }

    .nav-mobile li {
        float: left;
        position: relative !important;
        border-bottom: 1px solid #e5e5e5;
    }
    .ves-megamenu.ves-vertical li.level0,
    .nav-mobile .nav-item {
        width: 100% !important;
        position: relative !important;
    }

    .nav-mobile .cat-label.pin-top{
        top: 2px
    }

    .submenu.dropdown-menu {
        position: relative;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .nav-mobile .submenu {
        border: 0;
        padding: 0;
        transition: left .3s ease-out;
        width: 100%;
        background: #f8f8f8;
    }

    .nav-mobile li.level0 > a {
        padding: 0 20px;
        position: static;
        line-height: 45px;
        float: left;
        color: #333;
        font-weight: bold;
        text-transform: uppercase;
    }

    .nav-mobile .dropdown-menu .content-wrap .megamenu-sidebar, .nav-mobile .dropdown-menu .content-wrap .megamenu-content, .nav-mobile .dropdown-menu .megamenu-footer, .nav-mobile .dropdown-menu .megamenu-header {
        float: left;
        width: 100% !important;
    }

    .ves-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 80;
        top: 0;
        background: rgba(0, 0, 0, 0.701961);
        left: 0;
    }

    .offcanvas-menu,
    .drill-down-menu {
        padding-top: 30px;
    }

    .ves-megamenu .opener.item-active {
        background: rgba(0,0,0, 0.05)
    }

    .nav-mobile.hide-blocks .megamenu-header, .nav-mobile.hide-blocks .megamenu-sidebar, .nav-mobile.hide-blocks .megamenu-footer {
        display: none;
    }

    .nav-mobile .megamenu-title {
        padding-left: 20px;
        padding-bottom: 20px;
        font-size: 20px;
    }

    .nav-mobile li a {
        width: auto
    }
}

/** Bootstrap Carousel */
.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 0;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carousel-inner .item:first-child {
    padding-top: 10px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1;
}

.ves-megamenu.accordion-menu.menu-click .level0 .nav-item a {
    position: relative;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: relative;
    float: left;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #1979c3;
    border-radius: 10px;
}

.carousel-indicators .active {
    background-color: #1979c3;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn {
    text-shadow: none;
}

.ves-megamenu .carousel-controls {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 62px;
}

.ves-megamenu .submenu .carousel-control.left, .ves-megamenu .submenu .carousel-control.right {
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-shadow: none;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 12px;
    position: absolute;
    background: #f5f5f5;
    color: #333333;
    opacity: 1;
    transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    -webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    line-height: 1.5em;
}

.ves-megamenu .submenu .carousel-control.left:before, .ves-megamenu .submenu .carousel-control.right:before {
    top: 0;
    position: absolute
}

.carousel-control.left:hover, .carousel-control.right:hover {
    background: #ee2f2f;
    color: white;
}

.ves-megamenu .submenu .carousel-control.left:hover, .ves-megamenu .submenu .carousel-control.right:hover {
    background-color: #000000;
    color: #ffffff;
}

.ves-megamenu .submenu .carousel-control.left:hover:before, .ves-megamenu .submenu .carousel-control.right:hover:before {
    color: #ffffff;
}

html.nav-before-open {
    overflow: hidden;
}
.ves-megamenu * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ves-megamenu .nav-item.level1.subgroup.dropdown-submenu:after {
    display: block;
    content: "";
    clear: both;
}

@media only screen and (max-width: 767px) {

    .view-submenu.ves-megamenu ,
    .view-submenu.submenu{
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
  }
  .drill-down-menu .submenu.dropdown-menu {
    position: absolute;
}
.drill-down-menu {
    opacity: 0;
    transition: background-color 0.25s ease-out 0s, opacity 0.15s ease-out 0s;
}
.visually-hidden {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.is-visible .ves-navdrilldown span::before {
    bottom: auto;
    transform: rotate(45deg);
}
.ves-navdrilldown span::before,
.ves-navdrilldown span::after {
    background-color: #ededed;
    border-radius: 100px;
    content: "";
    height: 100%;
    position: absolute;
    transition: transform 0.2s ease-out 0s, -webkit-transform 0.2s ease-out 0s;
    width: 100%;
}
.drill-down-menu.is-visible {
    opacity: 1;
}
.ves-drill-down.ves-menu {
    overflow: hidden;
}
.navdrilldown .drill-down-menu .submenu {
    position: absolute;
    left: 100% !important;
}
.navdrilldown .drill-down-menu .submenu:not(:first-child),
.ves-drill-down-menu .navigation .submenu:not(:first-child) {
    overflow-x: visible!important;
}
.navdrilldown {
    position: relative;
}
.hide-submenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    cursor: pointer;
    background-color: #313131;
    -webkit-transition: background-color 0.25s ease-out;
    transition: background-color 0.25s ease-out;
}
.view-submenu .hide-submenu {
    background-color: #3e3e3e;
    z-index: 9999;
}
.hide-submenu::before {
    border-bottom: 2px solid #ededed;
    border-right: 2px solid #ededed;
    bottom: 0;
    content: "";
    cursor: pointer;
    font-size: 0;
    height: 6px;
    left: 0;
    margin: auto;
    opacity: 0;
    padding: 4px;
    position: absolute;
    right: -6px;
    top: 0;
    transform: rotate(135deg);
    transition: opacity 0.1s ease-out 0s;
    width: 6px;
}
.view-submenu .hide-submenu::before {
    opacity: 1;
    transition: opacity 0.15s ease-out 0.3s;
}
.ves-navdrilldown {
    align-items: center;
    bottom: 0;
    cursor: pointer;
    display: flex;
    left: 18px;
    margin: auto;
    position: absolute;
    top: 0;
}
.ves-navdrilldown  span::before {
    bottom: calc(100% + 6px);
}
.ves-navdrilldown  span::before, .ves-navdrilldown  span::after {
    background-color: #ededed;
    border-radius: 100px;
    content: "";
    height: 100%;
    position: absolute;
    transition: transform 0.2s ease-out 0s, -webkit-transform 0.2s ease-out 0s;
    width: 100%;
}
.ves-navdrilldown  span::after {
    top: calc(100% + 6px);
}
.ves-navdrilldown  span::before, .ves-navdrilldown  span::after {
    background-color: #ededed;
    border-radius: 100px;
    content: "";
    height: 100%;
    position: absolute;
    transition: transform 0.2s ease-out 0s, -webkit-transform 0.2s ease-out 0s;
    width: 100%;
}
.ves-navdrilldown span {
    align-self: center;
    background-color: #ededed;
    border-radius: 100px;
    font-size: 0;
    height: 2px;
    position: relative;
    transition: background-color 0.2s ease-out 0s;
    width: 26px;
}
.is-visible .ves-navdrilldown span:after {
    top: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.is-visible .ves-navdrilldown span:before {
    bottom: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.is-visible .ves-navdrilldown  span { background-color: transparent; }
.block .fa-arrow-right {
    cursor: pointer;
    display: block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 2px;
    width: 30px;
}
.navdrilldown ul.drill-down-menu,
ul.drill-down-menu .submenu.dropdown-menu  {
    background-color: #313131 !important;
    color: #ededed;
    border: 0px !important;
    padding: 0;
}

ul.drill-down-menu.nav-mobile li.level0 > a,
ul.drill-down-menu.ves-megamenu .dropdown-menu a  {
    color: #ededed;
    text-decoration: none;
}
ul.drill-down-menu.nav-mobile li.level0 > a:hover {
    text-decoration: none;
}
.navbar.ves-navbar,
ul.drill-down-menu.nav-mobile li.level0  {
    border: 0px;
}
ul.drill-down-menu.ves-megamenu .dropdown-menu a {
  margin-left: 80px;
}
.ves-drill-down-menu.ves-menu .level0 .submenu {
    left: 100% !important;
    position: absolute;
}
.ves-drill-down-menu.ves-menu .level0 > .submenu {
    top: 0px!important;
}
.ves-drill-down-menu .ves-megamenu.nav-mobile .dropdown-menu .megamenu-header,
.ves-drill-down-menu .megamenu-content {
    padding-left: 40px;
}
.ves-drill-down-menu .ves-megamenu img:hover {
    transition: none;
}
.ves-drill-down-menu .hide-submenu {
    width: 40px;
    background-color: #006bb4;
}
}
.ves-megamenu .nav-item > .submenu-active {
    display: block!important;
}
@media (min-width:1199px) {
    .iphone-cases-menu .submenu {
        position: sticky !important;
    }

    .iphone-cases-menu {
        overflow-x: hidden;
    }

    .iphone-cases-menu .subitems-group span {
        font-weight: 700;
        color: #1b8ad0;
    }

    .iphone-cases-menu a.subitems-group {
        background: none !important;
    }

    .iphone-cases-menu .submenu .content-wrap {
        margin-left: 20px;
        margin-bottom: 10px;
    }
}
@media(max-width: 767px){
    .ves-megamenu .dropdown-menu .subgroup.level1 > a{
        position:relative!important;
    }
}
@media only screen and (max-width: 767px){
    .view-submenu.ves-megamenu, .ves-drill-down-menu .submenu, .ves-drill-down-menu .dropdown-submenu {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    .ves-drill-down-menu .ves-megamenu.view-submenu, .ves-drill-down-menu .submenu.view-submenu, .ves-drill-down-menu .dropdown-submenu.view-submenu {
        transform: translateX(-100%);
    }
}
@media only screen and (min-width: 767px){
    .nav-item.submenu-left.dropdown-submenu {
        position: relative;
    }
}
/**
 * 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/Revamp/Theme/en_US/Magento_Theme/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%; }
/*! jQuery UI - v1.10.4 - 2016-05-21
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.slider.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=0px&bgColorHeader=%23e9e9e9&bgTextureHeader=flat&borderColorHeader=%23dddddd&fcHeader=%23333333&iconColorHeader=%23444444&bgColorContent=%23ffffff&bgTextureContent=flat&borderColorContent=%23dddddd&fcContent=%23333333&iconColorContent=%23444444&bgColorDefault=%23f6f6f6&bgTextureDefault=flat&borderColorDefault=%23c5c5c5&fcDefault=%23454545&iconColorDefault=%23777777&bgColorHover=%23ededed&bgTextureHover=flat&borderColorHover=%23cccccc&fcHover=%232b2b2b&iconColorHover=%23555555&bgColorActive=%23007fff&bgTextureActive=flat&borderColorActive=%23003eff&fcActive=%23ffffff&iconColorActive=%23ffffff&bgColorHighlight=%23fffa90&bgTextureHighlight=flat&borderColorHighlight=%23dad55e&fcHighlight=%23777620&iconColorHighlight=%23777620&bgColorError=%23fddfdf&bgTextureError=flat&borderColorError=%23f1a899&fcError=%235f3f3f&iconColorError=%23cc0000&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px&bgImgOpacityHeader=&bgImgOpacityContent=&bgImgOpacityDefault=&bgImgOpacityHover=&bgImgOpacityActive=&bgImgOpacityHighlight=&bgImgOpacityError=
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ajax-layered-navigation-slider .ui-helper-hidden {
    display: none;
}
.ajax-layered-navigation-slider .ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ajax-layered-navigation-slider .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ajax-layered-navigation-slider .ui-helper-clearfix:before,
.ajax-layered-navigation-slider .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ajax-layered-navigation-slider .ui-helper-clearfix:after {
    clear: both;
}
.ajax-layered-navigation-slider .ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}
.ajax-layered-navigation-slider .ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter:Alpha(Opacity=0);
}

.ajax-layered-navigation-slider .ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ajax-layered-navigation-slider .ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ajax-layered-navigation-slider .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ajax-layered-navigation-slider .ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ajax-layered-navigation-slider .ui-slider {
    position: relative;
    text-align: left;
}
.ajax-layered-navigation-slider .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
        padding:0px;
}
.ajax-layered-navigation-slider .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* For IE8 - See #6727 */
.ajax-layered-navigation-slider .ui-slider.ui-state-disabled .ui-slider-handle,
.ajax-layered-navigation-slider .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ajax-layered-navigation-slider .ui-slider-horizontal {
    height: .8em;
}
.ajax-layered-navigation-slider .ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}
.ajax-layered-navigation-slider .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ajax-layered-navigation-slider .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ajax-layered-navigation-slider .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ajax-layered-navigation-slider .ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.ajax-layered-navigation-slider .ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.ajax-layered-navigation-slider .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ajax-layered-navigation-slider .ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ajax-layered-navigation-slider .ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

/* Component containers
----------------------------------*/
.ajax-layered-navigation-slider .ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}
.ajax-layered-navigation-slider .ui-widget .ui-widget {
    font-size: 1em;
}
.ajax-layered-navigation-slider .ui-widget input,
.ajax-layered-navigation-slider .ui-widget select,
.ajax-layered-navigation-slider .ui-widget textarea,
.ajax-layered-navigation-slider .ui-widget button {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}
.ajax-layered-navigation-slider .ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}
.ajax-layered-navigation-slider .ui-widget-content a {
    color: #333333;
}
.ajax-layered-navigation-slider .ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}
.ajax-layered-navigation-slider .ui-widget-header a {
    color: #333333;
}

/* Interaction states
----------------------------------*/
.ajax-layered-navigation-slider .ui-state-default,
.ajax-layered-navigation-slider .ui-widget-content .ui-state-default,
.ajax-layered-navigation-slider .ui-widget-header .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}
.ajax-layered-navigation-slider .ui-state-default a,
.ajax-layered-navigation-slider .ui-state-default a:link,
.ajax-layered-navigation-slider .ui-state-default a:visited {
    color: #454545;
    text-decoration: none;
}
.ajax-layered-navigation-slider .ui-state-hover,
.ajax-layered-navigation-slider .ui-widget-content .ui-state-hover,
.ajax-layered-navigation-slider .ui-widget-header .ui-state-hover,
.ajax-layered-navigation-slider .ui-state-focus,
.ajax-layered-navigation-slider .ui-widget-content .ui-state-focus,
.ajax-layered-navigation-slider .ui-widget-header .ui-state-focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}
.ajax-layered-navigation-slider .ui-state-hover a,
.ajax-layered-navigation-slider .ui-state-hover a:hover,
.ajax-layered-navigation-slider .ui-state-hover a:link,
.ajax-layered-navigation-slider .ui-state-hover a:visited,
.ajax-layered-navigation-slider .ui-state-focus a,
.ajax-layered-navigation-slider .ui-state-focus a:hover,
.ajax-layered-navigation-slider .ui-state-focus a:link,
.ajax-layered-navigation-slider .ui-state-focus a:visited {
    color: #2b2b2b;
    text-decoration: none;
}
.ajax-layered-navigation-slider .ui-state-active,
.ajax-layered-navigation-slider .ui-widget-content .ui-state-active,
.ajax-layered-navigation-slider .ui-widget-header .ui-state-active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}
.ajax-layered-navigation-slider .ui-state-active a,
.ajax-layered-navigation-slider .ui-state-active a:link,
.ajax-layered-navigation-slider .ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ajax-layered-navigation-slider .ui-state-highlight,
.ajax-layered-navigation-slider .ui-widget-content .ui-state-highlight,
.ajax-layered-navigation-slider .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}
.ajax-layered-navigation-slider .ui-state-highlight a,
.ajax-layered-navigation-slider .ui-widget-content .ui-state-highlight a,
.ajax-layered-navigation-slider .ui-widget-header .ui-state-highlight a {
    color: #777620;
}
.ajax-layered-navigation-slider .ui-state-error,
.ajax-layered-navigation-slider .ui-widget-content .ui-state-error,
.ajax-layered-navigation-slider .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}
.ajax-layered-navigation-slider .ui-state-error a,
.ajax-layered-navigation-slider .ui-widget-content .ui-state-error a,
.ajax-layered-navigation-slider .ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}
.ajax-layered-navigation-slider .ui-state-error-text,
.ajax-layered-navigation-slider .ui-widget-content .ui-state-error-text,
.ajax-layered-navigation-slider .ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}
.ajax-layered-navigation-slider .ui-priority-primary,
.ajax-layered-navigation-slider .ui-widget-content .ui-priority-primary,
.ajax-layered-navigation-slider .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ajax-layered-navigation-slider .ui-priority-secondary,
.ajax-layered-navigation-slider .ui-widget-content .ui-priority-secondary,
.ajax-layered-navigation-slider .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter:Alpha(Opacity=70);
    font-weight: normal;
}
.ajax-layered-navigation-slider .ui-state-disabled,
.ajax-layered-navigation-slider .ui-widget-content .ui-state-disabled,
.ajax-layered-navigation-slider .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter:Alpha(Opacity=35);
    background-image: none;
}
.ajax-layered-navigation-slider .ui-state-disabled .ui-icon {
    filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ajax-layered-navigation-slider .ui-icon {
    width: 16px;
    height: 16px;
}
.ajax-layered-navigation-slider .ui-icon,
.ajax-layered-navigation-slider .ui-widget-content .ui-icon {
    background-image: url("../../frontend/Revamp/Theme/en_US/Mango_Ajaxlayerednavigation/jquery-ui-slider/images/ui-icons_444444_256x240.png");
}
.ajax-layered-navigation-slider .ui-widget-header .ui-icon {
    background-image: url("../../frontend/Revamp/Theme/en_US/Mango_Ajaxlayerednavigation/jquery-ui-slider/images/ui-icons_444444_256x240.png");
}
.ajax-layered-navigation-slider .ui-state-default .ui-icon {
    background-image: url("../../frontend/Revamp/Theme/en_US/Mango_Ajaxlayerednavigation/jquery-ui-slider/images/ui-icons_777777_256x240.png");
}
.ajax-layered-navigation-slider .ui-state-hover .ui-icon,
.ajax-layered-navigation-slider .ui-state-focus .ui-icon {
    background-image: url("../../frontend/Revamp/Theme/en_US/Mango_Ajaxlayerednavigation/jquery-ui-slider/images/ui-icons_555555_256x240.png");
}
.ajax-layered-navigation-slider .ui-state-active .ui-icon {
    background-image: url("../../frontend/Revamp/Theme/en_US/Mango_Ajaxlayerednavigation/jquery-ui-slider/images/ui-icons_ffffff_256x240.png");
}
.ajax-layered-navigation-slider .ui-state-highlight .ui-icon {
    background-image: url("../../frontend/Revamp/Theme/en_US/Mango_Ajaxlayerednavigation/jquery-ui-slider/images/ui-icons_777620_256x240.png");
}
.ajax-layered-navigation-slider .ui-state-error .ui-icon,
.ajax-layered-navigation-slider .ui-state-error-text .ui-icon {
    background-image: url("../../frontend/Revamp/Theme/en_US/Mango_Ajaxlayerednavigation/jquery-ui-slider/images/ui-icons_cc0000_256x240.png");
}

/* positioning */
.ajax-layered-navigation-slider .ui-icon-blank { background-position: 16px 16px; }
.ajax-layered-navigation-slider .ui-icon-carat-1-n { background-position: 0 0; }
.ajax-layered-navigation-slider .ui-icon-carat-1-ne { background-position: -16px 0; }
.ajax-layered-navigation-slider .ui-icon-carat-1-e { background-position: -32px 0; }
.ajax-layered-navigation-slider .ui-icon-carat-1-se { background-position: -48px 0; }
.ajax-layered-navigation-slider .ui-icon-carat-1-s { background-position: -64px 0; }
.ajax-layered-navigation-slider .ui-icon-carat-1-sw { background-position: -80px 0; }
.ajax-layered-navigation-slider .ui-icon-carat-1-w { background-position: -96px 0; }
.ajax-layered-navigation-slider .ui-icon-carat-1-nw { background-position: -112px 0; }
.ajax-layered-navigation-slider .ui-icon-carat-2-n-s { background-position: -128px 0; }
.ajax-layered-navigation-slider .ui-icon-carat-2-e-w { background-position: -144px 0; }
.ajax-layered-navigation-slider .ui-icon-triangle-1-n { background-position: 0 -16px; }
.ajax-layered-navigation-slider .ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ajax-layered-navigation-slider .ui-icon-triangle-1-e { background-position: -32px -16px; }
.ajax-layered-navigation-slider .ui-icon-triangle-1-se { background-position: -48px -16px; }
.ajax-layered-navigation-slider .ui-icon-triangle-1-s { background-position: -64px -16px; }
.ajax-layered-navigation-slider .ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ajax-layered-navigation-slider .ui-icon-triangle-1-w { background-position: -96px -16px; }
.ajax-layered-navigation-slider .ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ajax-layered-navigation-slider .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ajax-layered-navigation-slider .ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ajax-layered-navigation-slider .ui-icon-arrow-1-n { background-position: 0 -32px; }
.ajax-layered-navigation-slider .ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ajax-layered-navigation-slider .ui-icon-arrow-1-e { background-position: -32px -32px; }
.ajax-layered-navigation-slider .ui-icon-arrow-1-se { background-position: -48px -32px; }
.ajax-layered-navigation-slider .ui-icon-arrow-1-s { background-position: -64px -32px; }
.ajax-layered-navigation-slider .ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ajax-layered-navigation-slider .ui-icon-arrow-1-w { background-position: -96px -32px; }
.ajax-layered-navigation-slider .ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ajax-layered-navigation-slider .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ajax-layered-navigation-slider .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ajax-layered-navigation-slider .ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ajax-layered-navigation-slider .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ajax-layered-navigation-slider .ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ajax-layered-navigation-slider .ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ajax-layered-navigation-slider .ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ajax-layered-navigation-slider .ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ajax-layered-navigation-slider .ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ajax-layered-navigation-slider .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ajax-layered-navigation-slider .ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ajax-layered-navigation-slider .ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ajax-layered-navigation-slider .ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ajax-layered-navigation-slider .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ajax-layered-navigation-slider .ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ajax-layered-navigation-slider .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ajax-layered-navigation-slider .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ajax-layered-navigation-slider .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ajax-layered-navigation-slider .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ajax-layered-navigation-slider .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ajax-layered-navigation-slider .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ajax-layered-navigation-slider .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ajax-layered-navigation-slider .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ajax-layered-navigation-slider .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ajax-layered-navigation-slider .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ajax-layered-navigation-slider .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ajax-layered-navigation-slider .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ajax-layered-navigation-slider .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ajax-layered-navigation-slider .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ajax-layered-navigation-slider .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ajax-layered-navigation-slider .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ajax-layered-navigation-slider .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ajax-layered-navigation-slider .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ajax-layered-navigation-slider .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ajax-layered-navigation-slider .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ajax-layered-navigation-slider .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ajax-layered-navigation-slider .ui-icon-arrow-4 { background-position: 0 -80px; }
.ajax-layered-navigation-slider .ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ajax-layered-navigation-slider .ui-icon-extlink { background-position: -32px -80px; }
.ajax-layered-navigation-slider .ui-icon-newwin { background-position: -48px -80px; }
.ajax-layered-navigation-slider .ui-icon-refresh { background-position: -64px -80px; }
.ajax-layered-navigation-slider .ui-icon-shuffle { background-position: -80px -80px; }
.ajax-layered-navigation-slider .ui-icon-transfer-e-w { background-position: -96px -80px; }
.ajax-layered-navigation-slider .ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ajax-layered-navigation-slider .ui-icon-folder-collapsed { background-position: 0 -96px; }
.ajax-layered-navigation-slider .ui-icon-folder-open { background-position: -16px -96px; }
.ajax-layered-navigation-slider .ui-icon-document { background-position: -32px -96px; }
.ajax-layered-navigation-slider .ui-icon-document-b { background-position: -48px -96px; }
.ajax-layered-navigation-slider .ui-icon-note { background-position: -64px -96px; }
.ajax-layered-navigation-slider .ui-icon-mail-closed { background-position: -80px -96px; }
.ajax-layered-navigation-slider .ui-icon-mail-open { background-position: -96px -96px; }
.ajax-layered-navigation-slider .ui-icon-suitcase { background-position: -112px -96px; }
.ajax-layered-navigation-slider .ui-icon-comment { background-position: -128px -96px; }
.ajax-layered-navigation-slider .ui-icon-person { background-position: -144px -96px; }
.ajax-layered-navigation-slider .ui-icon-print { background-position: -160px -96px; }
.ajax-layered-navigation-slider .ui-icon-trash { background-position: -176px -96px; }
.ajax-layered-navigation-slider .ui-icon-locked { background-position: -192px -96px; }
.ajax-layered-navigation-slider .ui-icon-unlocked { background-position: -208px -96px; }
.ajax-layered-navigation-slider .ui-icon-bookmark { background-position: -224px -96px; }
.ajax-layered-navigation-slider .ui-icon-tag { background-position: -240px -96px; }
.ajax-layered-navigation-slider .ui-icon-home { background-position: 0 -112px; }
.ajax-layered-navigation-slider .ui-icon-flag { background-position: -16px -112px; }
.ajax-layered-navigation-slider .ui-icon-calendar { background-position: -32px -112px; }
.ajax-layered-navigation-slider .ui-icon-cart { background-position: -48px -112px; }
.ajax-layered-navigation-slider .ui-icon-pencil { background-position: -64px -112px; }
.ajax-layered-navigation-slider .ui-icon-clock { background-position: -80px -112px; }
.ajax-layered-navigation-slider .ui-icon-disk { background-position: -96px -112px; }
.ajax-layered-navigation-slider .ui-icon-calculator { background-position: -112px -112px; }
.ajax-layered-navigation-slider .ui-icon-zoomin { background-position: -128px -112px; }
.ajax-layered-navigation-slider .ui-icon-zoomout { background-position: -144px -112px; }
.ajax-layered-navigation-slider .ui-icon-search { background-position: -160px -112px; }
.ajax-layered-navigation-slider .ui-icon-wrench { background-position: -176px -112px; }
.ajax-layered-navigation-slider .ui-icon-gear { background-position: -192px -112px; }
.ajax-layered-navigation-slider .ui-icon-heart { background-position: -208px -112px; }
.ajax-layered-navigation-slider .ui-icon-star { background-position: -224px -112px; }
.ajax-layered-navigation-slider .ui-icon-link { background-position: -240px -112px; }
.ajax-layered-navigation-slider .ui-icon-cancel { background-position: 0 -128px; }
.ajax-layered-navigation-slider .ui-icon-plus { background-position: -16px -128px; }
.ajax-layered-navigation-slider .ui-icon-plusthick { background-position: -32px -128px; }
.ajax-layered-navigation-slider .ui-icon-minus { background-position: -48px -128px; }
.ajax-layered-navigation-slider .ui-icon-minusthick { background-position: -64px -128px; }
.ajax-layered-navigation-slider .ui-icon-close { background-position: -80px -128px; }
.ajax-layered-navigation-slider .ui-icon-closethick { background-position: -96px -128px; }
.ajax-layered-navigation-slider .ui-icon-key { background-position: -112px -128px; }
.ajax-layered-navigation-slider .ui-icon-lightbulb { background-position: -128px -128px; }
.ajax-layered-navigation-slider .ui-icon-scissors { background-position: -144px -128px; }
.ajax-layered-navigation-slider .ui-icon-clipboard { background-position: -160px -128px; }
.ajax-layered-navigation-slider .ui-icon-copy { background-position: -176px -128px; }
.ajax-layered-navigation-slider .ui-icon-contact { background-position: -192px -128px; }
.ajax-layered-navigation-slider .ui-icon-image { background-position: -208px -128px; }
.ajax-layered-navigation-slider .ui-icon-video { background-position: -224px -128px; }
.ajax-layered-navigation-slider .ui-icon-script { background-position: -240px -128px; }
.ajax-layered-navigation-slider .ui-icon-alert { background-position: 0 -144px; }
.ajax-layered-navigation-slider .ui-icon-info { background-position: -16px -144px; }
.ajax-layered-navigation-slider .ui-icon-notice { background-position: -32px -144px; }
.ajax-layered-navigation-slider .ui-icon-help { background-position: -48px -144px; }
.ajax-layered-navigation-slider .ui-icon-check { background-position: -64px -144px; }
.ajax-layered-navigation-slider .ui-icon-bullet { background-position: -80px -144px; }
.ajax-layered-navigation-slider .ui-icon-radio-on { background-position: -96px -144px; }
.ajax-layered-navigation-slider .ui-icon-radio-off { background-position: -112px -144px; }
.ajax-layered-navigation-slider .ui-icon-pin-w { background-position: -128px -144px; }
.ajax-layered-navigation-slider .ui-icon-pin-s { background-position: -144px -144px; }
.ajax-layered-navigation-slider .ui-icon-play { background-position: 0 -160px; }
.ajax-layered-navigation-slider .ui-icon-pause { background-position: -16px -160px; }
.ajax-layered-navigation-slider .ui-icon-seek-next { background-position: -32px -160px; }
.ajax-layered-navigation-slider .ui-icon-seek-prev { background-position: -48px -160px; }
.ajax-layered-navigation-slider .ui-icon-seek-end { background-position: -64px -160px; }
.ajax-layered-navigation-slider .ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ajax-layered-navigation-slider .ui-icon-seek-first { background-position: -80px -160px; }
.ajax-layered-navigation-slider .ui-icon-stop { background-position: -96px -160px; }
.ajax-layered-navigation-slider .ui-icon-eject { background-position: -112px -160px; }
.ajax-layered-navigation-slider .ui-icon-volume-off { background-position: -128px -160px; }
.ajax-layered-navigation-slider .ui-icon-volume-on { background-position: -144px -160px; }
.ajax-layered-navigation-slider .ui-icon-power { background-position: 0 -176px; }
.ajax-layered-navigation-slider .ui-icon-signal-diag { background-position: -16px -176px; }
.ajax-layered-navigation-slider .ui-icon-signal { background-position: -32px -176px; }
.ajax-layered-navigation-slider .ui-icon-battery-0 { background-position: -48px -176px; }
.ajax-layered-navigation-slider .ui-icon-battery-1 { background-position: -64px -176px; }
.ajax-layered-navigation-slider .ui-icon-battery-2 { background-position: -80px -176px; }
.ajax-layered-navigation-slider .ui-icon-battery-3 { background-position: -96px -176px; }
.ajax-layered-navigation-slider .ui-icon-circle-plus { background-position: 0 -192px; }
.ajax-layered-navigation-slider .ui-icon-circle-minus { background-position: -16px -192px; }
.ajax-layered-navigation-slider .ui-icon-circle-close { background-position: -32px -192px; }
.ajax-layered-navigation-slider .ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ajax-layered-navigation-slider .ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ajax-layered-navigation-slider .ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ajax-layered-navigation-slider .ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ajax-layered-navigation-slider .ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ajax-layered-navigation-slider .ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ajax-layered-navigation-slider .ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ajax-layered-navigation-slider .ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ajax-layered-navigation-slider .ui-icon-circle-zoomin { background-position: -176px -192px; }
.ajax-layered-navigation-slider .ui-icon-circle-zoomout { background-position: -192px -192px; }
.ajax-layered-navigation-slider .ui-icon-circle-check { background-position: -208px -192px; }
.ajax-layered-navigation-slider .ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ajax-layered-navigation-slider .ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ajax-layered-navigation-slider .ui-icon-circlesmall-close { background-position: -32px -208px; }
.ajax-layered-navigation-slider .ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ajax-layered-navigation-slider .ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ajax-layered-navigation-slider .ui-icon-squaresmall-close { background-position: -80px -208px; }
.ajax-layered-navigation-slider .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ajax-layered-navigation-slider .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ajax-layered-navigation-slider .ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ajax-layered-navigation-slider .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ajax-layered-navigation-slider .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ajax-layered-navigation-slider .ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ajax-layered-navigation-slider .ui-corner-all,
.ajax-layered-navigation-slider .ui-corner-top,
.ajax-layered-navigation-slider .ui-corner-left,
.ajax-layered-navigation-slider .ui-corner-tl {
    border-top-left-radius: 0px;
}
.ajax-layered-navigation-slider .ui-corner-all,
.ajax-layered-navigation-slider .ui-corner-top,
.ajax-layered-navigation-slider .ui-corner-right,
.ajax-layered-navigation-slider .ui-corner-tr {
    border-top-right-radius: 0px;
}
.ajax-layered-navigation-slider .ui-corner-all,
.ajax-layered-navigation-slider .ui-corner-bottom,
.ajax-layered-navigation-slider .ui-corner-left,
.ajax-layered-navigation-slider .ui-corner-bl {
    border-bottom-left-radius: 0px;
}
.ajax-layered-navigation-slider .ui-corner-all,
.ajax-layered-navigation-slider .ui-corner-bottom,
.ajax-layered-navigation-slider .ui-corner-right,
.ajax-layered-navigation-slider .ui-corner-br {
    border-bottom-right-radius: 0px;
}

/* Overlays */
.ajax-layered-navigation-slider .ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
}
.ajax-layered-navigation-slider .ui-widget-shadow {
    margin: 0px 0 0 0px;
    padding: 5px;
    background: #666666;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}
/**
 * Copyright © 2016 MangoExtensions. All rights reserved.
 * */

#ajaxlist-reload-product_list,
#ajaxlist-reload-layered-navigation{
    position: relative;
}

@media (max-width:768px) {
    #ajaxlist-reload-product_list{
        padding-top:10px;
    }
}

.products-list-loader{
    background: #fff;
    bottom: 0px;
    cursor: progress;
    filter: alpha(opacity=80);
    height: 100%;
    left: 0px;
    margin: 0px;
    moz-opacity: .80;
    opacity: .80;
    position: fixed;
    visibility: visible;
    right: 0px;
    top: 0px;
    width: 100%;
    z-index: 10000;
}
.products-list-loader div{
    background: transparent url("../../frontend/Revamp/Theme/en_US/Mango_Ajaxlayerednavigation/images/loader_64x64.gif") center 80px no-repeat;
    margin: 0px;
    padding: 160px 0px 80px;
    text-align: center;
}

/*.horizontal-layered-navigation-block .products-list-loader div{
    background: none !important;
}*/

/* button-title */

#layered-filter-block .block-title.filter-title{
    min-height:30px;
}



.price-filter-container{
    padding: 15px 10px 0px;
}
.price-slider-values{
    padding: 20px 0px 5px;
    text-align: center;
}
.price-slider-values input[type=text]{
    border: solid 1px #d8d8d8;
    color: #211e1f;
    padding-left: 2px;
    padding-right: 2px;
    width: 35px;
}
.price-slider-values.priceslider-hide-input input[type=text]:disabled{
    background: transparent;
    border: none;
}
.price-slider-values .filter-currency{
    color: #cccccc;
    padding-right: 3px;
}
#price-filter-button{
    vertical-align: top;
}
#price-filter-button img{
    height: 14px;
    vertical-align: middle;
    width: auto;
}
.ajax-layered-navigation-slider .ui-slider .ui-slider-handle{
    border-radius: 4px;
    padding: 0px;
}
.ajax-layered-navigation-slider .ui-corner-all{
    border-radius: 6px;
}
#layered-filter-block .filter-options-item{
    border: none;
    margin: 0px;
    padding: 0px;
}
#layered-filter-block .filter-options-item .filter-options-title{
    cursor: default;
    margin: 0px;
    padding: 15px 5px;
}

@media (max-width:768px) {
    #layered-filter-block .filter-options-item .filter-options-title{
        border-bottom: solid 1px #ccc;
    }
}

#horizontal-layered-navigation-container .filter-options-item .filter-options-title:after,
#layered-filter-block .filter-options-item .filter-options-title:after{
    content: none;
}
#layered-filter-block .filter-options-item .filter-options-content{
    border-bottom: solid 1px #cccccc;
    margin: 0px;
    padding: 0px 0px 20px;
    background:#ffffff;
}
#layered-filter-block.collapsible-filters .filter-options-item .filter-options-title,
#horizontal-layered-navigation-container .filter-options-item .filter-options-title{
    background-image: url("../../frontend/Revamp/Theme/en_US/Mango_Ajaxlayerednavigation/images/chevron-down.png");
    background-position: 95% center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 30px;
}
#layered-filter-block.collapsible-filters .filter-options-item.active .filter-options-title{
    background-image: url("../../frontend/Revamp/Theme/en_US/Mango_Ajaxlayerednavigation/images/chevron-up.png");
}
#layered-filter-block.collapsible-filters .filter-options-item .filter-options-content{
    padding: 20px 10px 20px 5px;
}
.filter-options-content ol.items{
    display: block;
    overflow-y: auto;
}

@media (max-width:768px) {
    .filter-options-content ol.items{
        max-height: none !important;
    }
}

.filter-options-content ol.items li.item,
.filter-options-content ol#category-filters li{
    margin: 0px;
    position: relative;
}
.filter-options-content ol.items li.item > a,
ol#category-filters li > a{
    background-image: url("../../frontend/Revamp/Theme/en_US/Mango_Ajaxlayerednavigation/images/unchecked.png");
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    border: none;
    display: block;
    line-height: 1.5em;
    margin: 0px 0px 0px;
    padding: 5px 0px 5px 25px;
    text-align: left;
}

.filter-options-content ol.items li.item > span{
    background-image: url("../../frontend/Revamp/Theme/en_US/Mango_Ajaxlayerednavigation/images/disabled.png");
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    border: none;
    display: block;
    line-height: 1.5em;
    margin: 0px 0px 0px;
    padding: 5px 0px 5px 25px;
    text-align: left;
}


.filter-options-content ol.items li.item.active-filter-option > a,
.filter-options-content ol#category-filters li.active-filter-option > a{
    background-image: url("../../frontend/Revamp/Theme/en_US/Mango_Ajaxlayerednavigation/images/check.png");
    background-size: 16px 13px;
}
.swatch-option-link-layered.active-filter-option .swatch-option{
    border-color: #444;
    color: #666;
}
ol#category-filters li.active-filter-option.uncheck_all > a{
    background: none;
}
ol#category-filters li > a.select-all-subcategories-link{
    background: url("../../frontend/Revamp/Theme/en_US/Mango_Ajaxlayerednavigation/images/unchecked.png") 0px center no-repeat;
    background-size: 13px 13px;
    height: 15px;
    left: 5px;
    margin: 0px !important;
    overflow: hidden;
    padding: 0px !important;
    position: absolute;
    text-indent: -200px;
    top: 6px;
    width: 15px;
}
ol#category-filters li > a.select-all-subcategories-link.all-selected{
    background: url("../../frontend/Revamp/Theme/en_US/Mango_Ajaxlayerednavigation/images/check.png") -4px center no-repeat;
}
ol.layered-links li a .item-count,
ol#category-filters li a .item-count{
    color: #2F2F2F;
    text-decoration: none;
}
ol#category-filters li.no-items > a{
    background: #efefef url("../../frontend/Revamp/Theme/en_US/Mango_Ajaxlayerednavigation/images/check.png") 0px center no-repeat;
    color: #aaa;
    padding: 0px 0px 0px 20px;
}
ol#category-filters ul{
    display: none;
    list-style: none;
    margin-left: 10px;
    webkit-padding-start: 0px;
}
ol#category-filters li.parent > a.category-collapse,
ol#category-filters li.parent > a.category-expand{
    margin-left: 25px;
    padding-left: 0px;
}
ol#category-filters li.parent > a.category-expand{
    background: url("../../frontend/Revamp/Theme/en_US/Mango_Ajaxlayerednavigation/images/category-open.png") right center no-repeat;
}
ol#category-filters li.parent > a.category-collapse{
    background: url("../../frontend/Revamp/Theme/en_US/Mango_Ajaxlayerednavigation/images/category-close.png") right center no-repeat;
}



/* horizontal layered navigation blocks */

#horizontal-layered-navigation-container{
    display:none;
}

#horizontal-layered-navigation-container .block-content.filter-content{
    display: block;
    width: 100%;
    float: left;
    clear: both;
}

@media (max-width:768px) {
    .filter-active #horizontal-layered-navigation-container{
        width:100%;
        clear:both;
        z-index:100;
        position:fixed;
        display:block;
        right: 0;
        top: 50px;
        left:0px;
        bottom:0px;
        overflow:scroll;
        background: #ffffff;
    }
}






/*state on horizontal layered navigation*/

.horizontal-layered-navigation-block #layered-filter-block{
    margin-bottom: 0px;
}

.horizontal-layered-navigation-block #layered-navigation-state{
    border:none;
    margin:0px;
    padding-bottom:0px;
}


.horizontal-layered-navigation-block .block-content.filter-content .filter-actions{
    border-bottom:solid 1px #ccc;
    padding: 0px 15px 15px;
    margin: 0px;
}

.horizontal-layered-navigation-block #layered-navigation-state  .filter-current-subtitle{
    color: #7d7d7d;
    font-size: 14px;
    font-weight: normal;
    padding: 10px;
}

@media (max-width:768px) {
    .horizontal-layered-navigation-block #layered-navigation-state  .filter-current-subtitle{
        display: block;
        margin: 10px 0px 5px;
        border-width: 1px 0px;
        border-color: #ccc;
        border-style: solid;

    }
    
}

.horizontal-layered-navigation-block #layered-navigation-state ol.items{
    /*display: inline-block;*/
}
.horizontal-layered-navigation-block #layered-navigation-state li{
/*    display: inline-block;
    clear:none;
    padding:0px;
    margin:0px;*/
}
.horizontal-layered-navigation-block #layered-navigation-state li.item-label{
    
    
}
.horizontal-layered-navigation-block #layered-navigation-state li.item{
    padding-left:0px;
    margin-left:5px;
}

.horizontal-layered-navigation-block #layered-navigation-state li:first-of-type{
    
}

.horizontal-layered-navigation-block #layered-navigation-state li a.action.remove,
.horizontal-layered-navigation-block #layered-navigation-state li a.btn-remove{
    float:none;
    display: inline-block;
    font-size: 0;
    height: 16px;
    line-height: 20px;
    margin-right: 0px;
    overflow: hidden;
    text-indent: -999em;
    width: 16px;
    border: none;/*solid 1px #aaa;*/
    position:relative;
    left:auto;
    top:auto;
    vertical-align:middle;
    background: url("../../frontend/Revamp/Theme/en_US/Mango_Ajaxlayerednavigation/images/remove-2.png") center no-repeat;
    background-size: 10px;
}

.horizontal-layered-navigation-block #layered-navigation-state li a.action.remove:hover,
.horizontal-layered-navigation-block #layered-navigation-state li a.btn-remove:hover{
    background-color:#dedede;
}

.horizontal-layered-navigation-block #layered-navigation-state li a.action.remove:before{
    content:none;
}

.horizontal-layered-navigation-block .block-actions.filter-actions{
    /*display:inline-block;*/
    margin:0px 0px 0px 20px;
}


#horizontal-layered-navigation-container div.horizontal-filter .filter-options-title{
    padding-bottom:10px;
    z-index:10;
    white-space:nowrap;
    border-bottom: solid 1px #ccc;
}

#horizontal-layered-navigation-container div.horizontal-filter.active .filter-options-title{
    border-bottom: solid 1px #ffffff;
}

#horizontal-layered-navigation-container .filter-items-list li.item{
    padding:0px;
}

#horizontal-layered-navigation-container div.horizontal-filter .filter-options-content{
    position:relative;
    top:100%;
    z-index: 0;
    margin-top:-1px;
    left:0px;
    background:#ffffff;
    border: solid 1px #dddddd;
    padding: 15px 15px;
    webkit-box-shadow: none;
    box-shadow: none;
    width:auto;
}

/* one column layout */

.page-layout-1column.page-with-filter #maincontent .column.main{
    padding-top:0px;
}

.page-layout-1column #ajaxlist-reload-product_list .toolbar-products{
    position:relative !important;
}


/* tooltip icons */

#layered-filter-block .filter-options-title span.ajax-layered-navigation-tooltip,
#horizontal-layered-navigation-container .filter-options-title span.ajax-layered-navigation-tooltip{
    margin-left:5px;
    background: url("../../frontend/Revamp/Theme/en_US/Mango_Ajaxlayerednavigation/images/info-sign.png") center no-repeat;
    overflow: hidden;
    width:10px;
    height:10px;
}

#layered-filter-block .filter-options-title span.ajax-layered-navigation-tooltip span,
#horizontal-layered-navigation-container .filter-options-title span.ajax-layered-navigation-tooltip span{
    text-indent:-10000px;
    display:inline-block;
    width:14px;
    height:14px;
    
}

.ui-tooltip.ajaxlist-tooltip{
    max-width:100%;
}

/* infinite scroll loader: */
.products-list-loader.infinite-scroll-loader{
    position:relative;
}

.products-list-loader.infinite-scroll-loader > div{
    padding:0px;
    height:80px;
    background-position: center 8px; /* (80-64) / 2 */
    
}