@import url('https://fonts.googleapis.com/css?family=Roboto');
/* The above import directives are aggregated from content. */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
body{margin:0;padding:0}article,aside,details,figcaption,figure,main,footer,header,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}nav ul,nav ol{list-style:none none}img{max-width:100%;height:auto;border:0}video,embed,object{max-width:100%}svg:not(:root){overflow:hidden}figure{margin:0}html{font-size:62.5%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-size-adjust:100%}body{color:#333;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.42857143;font-size:1.4rem}p{margin-top:0rem;margin-bottom:1rem}abbr[title]{border-bottom:1px dotted #d1d1d1;cursor:help}b,strong{font-weight:700}em,i{font-style:italic}mark{background:#f0f0f0;color:#000}small,.small{font-size:12px}hr{border:0;border-top:1px solid #d1d1d1;margin-bottom:20px;margin-top:20px}sub,sup{font-size:71.42857143000001%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dfn{font-style:italic}h1{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:0rem;margin-bottom:2rem}h2{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}h3{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem}h4{font-weight:700;line-height:1.1;font-size:1.4rem;margin-top:2rem;margin-bottom:2rem}h5{font-weight:700;line-height:1.1;font-size:1.2rem;margin-top:2rem;margin-bottom:2rem}h6{font-weight:700;line-height:1.1;font-size:1rem;margin-top:2rem;margin-bottom:2rem}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small{color:#333;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1}a,.alink{color:#1979c3;text-decoration:none}a:visited,.alink:visited{color:#1979c3;text-decoration:none}a:hover,.alink:hover{color:#006bb4;text-decoration:underline}a:active,.alink:active{color:#ff5501;text-decoration:underline}ul,ol{margin-top:0rem;margin-bottom:2.5rem}ul>li,ol>li{margin-top:0rem;margin-bottom:1rem}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}dl{margin-bottom:20px;margin-top:0}dt{font-weight:700;margin-bottom:5px;margin-top:0}dd{margin-bottom:10px;margin-top:0;margin-left:0}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,'Courier New',monospace}code{background:#f0f0f0;color:#111;padding:2px 4px;font-size:1.2rem;white-space:nowrap}kbd{background:#f0f0f0;color:#111;padding:2px 4px;font-size:1.2rem}pre{background:#f0f0f0;border:1px solid #d1d1d1;color:#111;line-height:1.42857143;margin:0 0 10px;padding:10px;font-size:1.2rem;display:block;word-wrap:break-word}pre code{background-color:transparent;border-radius:0;color:inherit;font-size:inherit;padding:0;white-space:pre-wrap}blockquote{border-left:0 solid #d1d1d1;margin:0 0 20px 40px;padding:0;color:#333;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-style:italic;font-weight:400;line-height:1.42857143;font-size:1.4rem}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{color:#333;line-height:1.42857143;font-size:1rem;display:block}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}blockquote cite{font-style:normal}blockquote:before,blockquote:after{content:''}q{quotes:none}q:before,q:after{content:'';content:none}cite{font-style:normal}table{width:100%;border-collapse:collapse;border-spacing:0;max-width:100%}table th{text-align:left}table>tbody>tr>th,table>tfoot>tr>th,table>tbody>tr>td,table>tfoot>tr>td{vertical-align:top}table>thead>tr>th,table>thead>tr>td{vertical-align:bottom}table>thead>tr>th,table>tbody>tr>th,table>tfoot>tr>th,table>thead>tr>td,table>tbody>tr>td,table>tfoot>tr>td{padding:8px 10px}button,.cart.table-wrapper .actions-toolbar>.action,.action-gift{background-image:none;background:#f2f2f2;border:1px solid #cdcdcd;color:#333;cursor:pointer;display:inline-block;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;margin:0;padding:7px 15px;font-size:1.4rem;line-height:1.6rem;box-sizing:border-box;vertical-align:middle}button:focus,button:active,.cart.table-wrapper .actions-toolbar>.action:focus,.cart.table-wrapper .actions-toolbar>.action:active,.action-gift:focus,.action-gift:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}button:hover,.cart.table-wrapper .actions-toolbar>.action:hover,.action-gift:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}button.disabled,button[disabled],fieldset[disabled] button,.cart.table-wrapper .actions-toolbar>.action.disabled,.cart.table-wrapper .actions-toolbar>.action[disabled],fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action,.action-gift.disabled,.action-gift[disabled],fieldset[disabled] .action-gift{opacity:.5;cursor:default;pointer-events:none}button::-moz-focus-inner,.cart.table-wrapper .actions-toolbar>.action::-moz-focus-inner,.action-gift::-moz-focus-inner{border:0;padding:0}input[type="text"],input[type="password"],input[type="url"],input[type="tel"],input[type="search"],input[type="number"],input[type="datetime"],input[type="email"]{background:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;height:32px;line-height:1.42857143;padding:0 9px;vertical-align:baseline;width:100%;box-sizing:border-box}input[type="text"]:disabled,input[type="password"]:disabled,input[type="url"]:disabled,input[type="tel"]:disabled,input[type="search"]:disabled,input[type="number"]:disabled,input[type="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:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;height:32px;line-height:1.42857143;padding:5px 10px 4px;vertical-align:baseline;width:100%;box-sizing:border-box}select:disabled{opacity:.5}select[multiple]{height:auto;background-image:none}textarea{background:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;height:auto;line-height:1.42857143;margin:0;padding:10px;vertical-align:baseline;width:100%;box-sizing:border-box;resize:vertical}textarea:disabled{opacity:.5}textarea::-moz-placeholder{color:#c2c2c2}textarea::-webkit-input-placeholder{color:#c2c2c2}textarea:-ms-input-placeholder{color:#c2c2c2}input[type="checkbox"]{margin:2px 5px 0 0;position:relative;top:2px}input[type="checkbox"]:disabled{opacity:.5}input[type="radio"]{margin:2px 5px 0 0}input[type="radio"]:disabled{opacity:.5}input.mage-error,select.mage-error,textarea.mage-error{border-color:#ed8380}div.mage-error[generated]{color:#e02b27;font-size:1.2rem}input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}input::-moz-focus-inner{border:0;padding:0}form{-webkit-tap-highlight-color:rgba(0,0,0,0)}address{font-style:normal}*:focus{box-shadow:none;outline:0}._keyfocus *:focus,input:not([disabled]):focus,textarea:not([disabled]):focus,select:not([disabled]):focus{box-shadow:0 0 3px 1px #68a8e0}.bundle-options-container .block-bundle-summary .bundle.items,.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:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;margin:0;padding:7px 15px;font-size:1.4rem;line-height:1.6rem;box-sizing:border-box;vertical-align:middle;display:inline-block;text-decoration:none;border-radius:3px}.abs-action-link-button:focus,.abs-action-link-button:active,.abs-action-addto-product:focus,.abs-action-addto-product:active,.block-event .slider-panel .slider .item .action.event:focus,.block-event .slider-panel .slider .item .action.event:active,.bundle-options-container .block-bundle-summary .product-addto-links>.action:focus,.bundle-options-container .block-bundle-summary .product-addto-links>.action:active,.product-info-main .action.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%}.amazon-validate-container .block .block-title,.login-container .block .block-title{font-size:1.8rem;border-bottom:1px solid #e8e8e8;margin-bottom:15px;padding-bottom:12px}.amazon-validate-container .block .block-title strong,.login-container .block .block-title strong{font-weight:500}.abs-account-blocks .block-title,.block-compare .block-title,.block-giftregistry-results .block-title,.block-giftregistry-shared-items .block-title,.block-wishlist-search-results .block-title,.block-reorder .block-title,.widget .block-title,.block-wishlist .block-title,.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-reorder .block-title>strong,.widget .block-title>strong,.block-wishlist .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,.block-reorder .product-item .label,.opc-wrapper .form-discount .field .label,.action.skip:not(:focus),.page-header .panel.wrapper .switcher .label,.page-footer .switcher .label,.products-grid.wishlist .product-item .comment-box .label{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,.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,.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}#store-selector .form-continue .actions-toolbar .action.primary,.form-address-edit .actions-toolbar .action.vertex-secondary,.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-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{cursor:pointer;padding-right:12px;position:relative;display:inline-block;text-decoration:none}.abs-tax-total:after,.price-including-tax .cart-tax-total:after,.price-excluding-tax .cart-tax-total:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:26px;line-height:10px;color:inherit;content:'\e622';font-family:'icons-blank-theme';margin:3px 0 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.price-including-tax .cart-tax-total:after,.price-excluding-tax .cart-tax-total:after{position:absolute;right:-10px;top:3px}.abs-tax-total-expanded:after{content:'\e621'}.abs-tax-total-expanded:after,.price-including-tax .cart-tax-total-expanded:after,.price-excluding-tax .cart-tax-total-expanded:after{content:'\e621'}.form-giftregistry-search .legend,.block-wishlist-search-form .block-title,.multicheckout .block-title,.multicheckout .block-content .title{border-bottom:1px solid #d1d1d1;margin-bottom:25px;padding-bottom:10px}.form-giftregistry-search .legend>strong,.form-giftregistry-search .legend>span,.block-wishlist-search-form .block-title>strong,.block-wishlist-search-form .block-title>span,.multicheckout .block-title>strong,.multicheckout .block-title>span,.multicheckout .block-content .title>strong,.multicheckout .block-content .title>span{font-size:2.2rem;font-weight:300}.review-ratings .rating-summary{display:table-row}.review-ratings .rating-label{display:table-cell;padding-bottom:5px;padding-right:25px;padding-top:1px;vertical-align:top}.review-ratings .rating-result{display:table-cell;vertical-align:top}.block-minicart .subtotal .label:after,.minicart-items .details-qty .label:after,.minicart-items .price-minicart .label:after,.order-details-items .order-gift-message .label:after,.order-details-items .block-order-details-gift-message .label:after,.block-wishlist-management .wishlist-select .wishlist-name-label:after{content:': '}.abs-dropdown-items-new .action.new,.wishlist.split.button .action.new,.wishlist-dropdown .action.new{display:inline-block;text-decoration:none}.abs-icon-add:before,.abs-dropdown-items-new .action.new:before,.wishlist.split.button .action.new:before,.wishlist-dropdown .action.new:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;line-height:10px;color:inherit;content:'\e61c';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.wishlist.split.button .items .item:last-child:hover,.wishlist-dropdown .items .item:last-child:hover{background:#e8e8e8}.wishlist.split.button .action.new:before,.wishlist-dropdown .action.new:before{margin-left:-17px;margin-right:5px}.abs-sidebar-totals .table-caption,.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,.sidebar-main .block-reorder .subtitle,.sidebar-additional .block-reorder .subtitle,.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:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;margin:0;padding:7px 15px 7px 0;font-size:1.4rem;line-height:1.6rem;box-sizing:border-box;vertical-align:middle;display:inline-block;text-decoration:none}.abs-shopping-cart-items .action.continue:hover,.abs-shopping-cart-items .action.continue:active,.abs-shopping-cart-items .action.continue:focus,.block-cart-failed .action.continue:hover,.block-cart-failed .action.continue:active,.block-cart-failed .action.continue:focus,.cart-container .form-cart .action.continue:hover,.cart-container .form-cart .action.continue:active,.cart-container .form-cart .action.continue:focus{text-decoration:none}.abs-shopping-cart-items .action.continue:before,.block-cart-failed .action.continue:before,.cart-container .form-cart .action.continue:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;line-height:16px;color:inherit;content:'\e617';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-shopping-cart-items .action.continue:hover:before,.block-cart-failed .action.continue:hover:before,.cart-container .form-cart .action.continue:hover:before{color:inherit}.abs-shopping-cart-items .action.continue:active:before,.block-cart-failed .action.continue:active:before,.cart-container .form-cart .action.continue:active:before{color:inherit}.abs-shopping-cart-items .action.continue:focus,.abs-shopping-cart-items .action.continue:active,.block-cart-failed .action.continue:focus,.block-cart-failed .action.continue:active,.cart-container .form-cart .action.continue:focus,.cart-container .form-cart .action.continue:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}.abs-shopping-cart-items .action.continue:hover,.block-cart-failed .action.continue:hover,.cart-container .form-cart .action.continue:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}.abs-shopping-cart-items .action.continue.disabled,.abs-shopping-cart-items .action.continue[disabled],fieldset[disabled] .abs-shopping-cart-items .action.continue,.block-cart-failed .action.continue.disabled,.block-cart-failed .action.continue[disabled],fieldset[disabled] .block-cart-failed .action.continue,.cart-container .form-cart .action.continue.disabled,.cart-container .form-cart .action.continue[disabled],fieldset[disabled] .cart-container .form-cart .action.continue{opacity:.5;cursor:default;pointer-events:none}.block-cart-failed .action.continue:active,.cart-container .form-cart .action.continue:active{box-shadow:inset 0 2px 1px rgba(0,0,0,0.12)}.block-cart-failed .action.update,.cart-container .form-cart .action.update{display:inline-block;text-decoration:none;padding-left:5px}.abs-shopping-cart-items .action.update:before,.block-cart-failed .action.update:before,.cart-container .form-cart .action.update:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;line-height:16px;color:inherit;content:'\e603';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-shopping-cart-items .action.update:hover:before,.block-cart-failed .action.update:hover:before,.cart-container .form-cart .action.update:hover:before{color:inherit}.abs-shopping-cart-items .action.update:active:before,.block-cart-failed .action.update:active:before,.cart-container .form-cart .action.update:active:before{color:inherit}.field.date .control{position:relative}.abs-field-date input,.form-giftregistry-search .fields-specific-options .datetime-picker,.field.date input{margin-right:10px;width:calc(100% - 50px)}.field .control._with-tooltip{position:relative}.field .control._with-tooltip input{margin-right:10px;width:calc(100% - 39px)}.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,.shipping-policy-block.field-tooltip .field-tooltip-content{right:-10px;top:40px;left:auto}.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,.shipping-policy-block.field-tooltip .field-tooltip-content:before,.shipping-policy-block.field-tooltip .field-tooltip-content:after{border:10px solid transparent;height:0;width:0;margin-top:-21px;right:10px;left:auto;top:0}.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,.shipping-policy-block.field-tooltip .field-tooltip-content:before{border-bottom-color:#999}.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,.shipping-policy-block.field-tooltip .field-tooltip-content:after{border-bottom-color:#f4f4f4;top:1px}.opc-wrapper .step-title,.opc-block-shipping-information .shipping-information-title,.opc-block-summary>.title,.checkout-agreements-items .checkout-agreements-item-title{border-bottom:1px solid #ccc;padding-bottom:10px;color:#333;font-weight:300;font-size:2.6rem}.cart-totals .mark,.opc-block-summary .table-totals .mark{font-weight:400;padding-left:4px}.cart-totals .mark strong,.opc-block-summary .table-totals .mark strong{font-weight:400}.cart-totals .amount,.opc-block-summary .table-totals .amount{padding-right:4px;text-align:right;white-space:nowrap}.cart-totals .amount strong,.opc-block-summary .table-totals .amount strong{font-weight:400}.cart-totals .grand .mark,.cart-totals .grand .amount,.opc-block-summary .table-totals .grand .mark,.opc-block-summary .table-totals .grand .amount{padding-top:20px}.cart-totals .grand .amount,.opc-block-summary .table-totals .grand .amount{padding-right:4px;text-align:right}.cart-totals .grand .amount strong,.opc-block-summary .table-totals .grand .amount strong{font-weight:700}.cart-totals .msrp,.opc-block-summary .table-totals .msrp{margin-bottom:10px}.cart-totals .totals-tax-summary .mark,.cart-totals .totals-tax-summary .amount,.opc-block-summary .table-totals .totals-tax-summary .mark,.opc-block-summary .table-totals .totals-tax-summary .amount{border-top:1px solid #d1d1d1;border-bottom:1px solid #d1d1d1;cursor:pointer}.cart-totals .totals-tax-summary .amount .price,.opc-block-summary .table-totals .totals-tax-summary .amount .price{display:block;text-decoration:none;padding-right:25px;position:relative}.abs-sidebar-totals .totals-tax-summary .amount .price>span,.cart-totals .totals-tax-summary .amount .price>span,.opc-block-summary .table-totals .totals-tax-summary .amount .price>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-sidebar-totals .totals-tax-summary .amount .price:after,.cart-totals .totals-tax-summary .amount .price:after,.opc-block-summary .table-totals .totals-tax-summary .amount .price:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:30px;line-height:inherit;color:inherit;content:'\e622';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.cart-totals .totals-tax-summary .amount .price:after,.opc-block-summary .table-totals .totals-tax-summary .amount .price:after{position:absolute;right:-5px;top:-12px}.cart-totals .totals-tax-summary.expanded .mark,.cart-totals .totals-tax-summary.expanded .amount,.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,.opc-block-summary .table-totals .totals-tax-summary.expanded .amount{border-bottom:0}.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,.cart-totals .totals-tax-summary.expanded .amount .price:after,.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after{content:'\e621'}.cart-totals .totals-tax-details,.opc-block-summary .table-totals .totals-tax-details{border-bottom:1px solid #d1d1d1;display:none}.cart-totals .totals-tax-details.shown,.opc-block-summary .table-totals .totals-tax-details.shown{display:table-row}.cart-summary .block>.title,.paypal-review-discount .block>.title{border-top:1px solid #d1d1d1;cursor:pointer;font-weight:600;display:block;text-decoration:none;margin-bottom:0;overflow:hidden;padding:7px 30px 7px 5px;position:relative}.abs-discount-block>.title:after,.cart-summary .block>.title:after,.paypal-review-discount .block>.title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:30px;line-height:inherit;color:inherit;content:'\e622';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.cart-summary .block>.title:after,.paypal-review-discount .block>.title:after{position:absolute;right:-5px;top:-5px}.column.main .cart-summary .block>.title strong,.column.main .paypal-review-discount .block>.title strong{font-size:1.8rem;font-weight:400}.cart-summary .block>.content,.paypal-review-discount .block>.content{display:none}.abs-discount-block.active>.title:after,.cart-summary .block.active>.title:after,.paypal-review-discount .block.active>.title:after{content:'\e621'}.cart-summary .block.active>.content,.paypal-review-discount .block.active>.content{display:block}@font-face{font-family:'Open Sans';src:url('../../frontend/gwa/friendsandfamily/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'),url('../../frontend/gwa/friendsandfamily/en_US/fonts/opensans/light/opensans-300.woff') format('woff');font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:'Open Sans';src:url('../../frontend/gwa/friendsandfamily/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'),url('../../frontend/gwa/friendsandfamily/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Open Sans';src:url('../../frontend/gwa/friendsandfamily/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'),url('../../frontend/gwa/friendsandfamily/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:'Open Sans';src:url('../../frontend/gwa/friendsandfamily/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'),url('../../frontend/gwa/friendsandfamily/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');font-weight:700;font-style:normal;font-display:swap}.items{margin:0;padding:0;list-style:none none}.columns{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;box-sizing:border-box}.columns:after{clear:both;content:' ';display:block;height:0;overflow:hidden;visibility:hidden}.columns .column.main{padding-bottom:40px;-webkit-flex-basis:auto;flex-basis:auto;-webkit-flex-grow:1;flex-grow:1;-ms-flex-order:1;-webkit-order:1;order:1;width:100%}.columns .sidebar-main{-webkit-flex-grow:1;flex-grow:1;-webkit-flex-basis:100%;flex-basis:100%;-ms-flex-order:1;-webkit-order:1;order:1}.columns .sidebar-additional{-webkit-flex-grow:1;flex-grow:1;-webkit-flex-basis:100%;flex-basis:100%;-ms-flex-order:2;-webkit-order:2;order:2}.table-wrapper{margin-bottom:20px}table>caption{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.table:not(.cart):not(.totals){border:none}.table:not(.cart):not(.totals)>thead>tr>th,.table:not(.cart):not(.totals)>tbody>tr>th,.table:not(.cart):not(.totals)>tfoot>tr>th,.table:not(.cart):not(.totals)>thead>tr>td,.table:not(.cart):not(.totals)>tbody>tr>td,.table:not(.cart):not(.totals)>tfoot>tr>td{border:none}.table:not(.cart):not(.totals)>thead>tr>th,.table:not(.cart):not(.totals)>thead>tr>td{border-bottom:1px solid #d1d1d1}.table:not(.cart):not(.totals) tfoot>tr:first-child th,.table:not(.cart):not(.totals) tfoot>tr:first-child td{border-top:1px solid #d1d1d1;padding-top:20px}.table:not(.cart):not(.totals) tfoot .mark{font-weight:400;text-align:right}.message.info{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:#f5f5f5}.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}.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/gwa/friendsandfamily/en_US/images/loader-2.gif') no-repeat 50% 50%;border-radius:5px;height:160px;width:160px;bottom:0;box-sizing:border-box;content:'';left:0;margin:auto;position:absolute;right:0;top:0}.load.indicator>span{display:none}.loading-mask{bottom:0;left:0;margin:auto;position:fixed;right:0;top:0;z-index:100;background:rgba(255,255,255,0.5)}.loading-mask .loader>img{bottom:0;left:0;margin:auto;position:fixed;right:0;top:0;z-index:100}.loading-mask .loader>p{display:none}body>.loading-mask{z-index:9999}._block-content-loading{position:relative}[data-role='main-css-loader']{display:none}.fieldset{border:0;margin:0 0 40px;padding:0;letter-spacing:-.31em}.fieldset>*{letter-spacing:normal}.fieldset>.legend{margin:0 0 25px;padding:0;box-sizing:border-box;float:left;line-height:1.2;font-size:2rem}.fieldset>.legend+br{clear:both;display:block;height:0;overflow:hidden;visibility:hidden}.fieldset:last-child{margin-bottom:20px}.fieldset>.field,.fieldset>.fields>.field{margin:0 0 20px}.fieldset>.field>.label,.fieldset>.fields>.field>.label{margin:0 0 5px;display:inline-block}.fieldset>.field:last-child,.fieldset>.fields>.field:last-child{margin-bottom:0}.fieldset>.field>.label,.fieldset>.fields>.field>.label{font-weight:700}.fieldset>.field>.label+br,.fieldset>.fields>.field>.label+br{display:none}.fieldset>.field .choice input,.fieldset>.fields>.field .choice input{vertical-align:top}.fieldset>.field .fields.group:before,.fieldset>.fields>.field .fields.group:before,.fieldset>.field .fields.group:after,.fieldset>.fields>.field .fields.group:after{content:'';display:table}.fieldset>.field .fields.group:after,.fieldset>.fields>.field .fields.group:after{clear:both}.fieldset>.field .fields.group .field,.fieldset>.fields>.field .fields.group .field{box-sizing:border-box;float:left}.fieldset>.field .fields.group.group-2 .field,.fieldset>.fields>.field .fields.group.group-2 .field{width:50% !important}.fieldset>.field .fields.group.group-3 .field,.fieldset>.fields>.field .fields.group.group-3 .field{width:33.3% !important}.fieldset>.field .fields.group.group-4 .field,.fieldset>.fields>.field .fields.group.group-4 .field{width:25% !important}.fieldset>.field .fields.group.group-5 .field,.fieldset>.fields>.field .fields.group.group-5 .field{width:20% !important}.fieldset>.field .addon,.fieldset>.fields>.field .addon{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;padding:0;width:100%}.fieldset>.field .addon textarea,.fieldset>.fields>.field .addon textarea,.fieldset>.field .addon select,.fieldset>.fields>.field .addon select,.fieldset>.field .addon input,.fieldset>.fields>.field .addon input{-ms-flex-order:2;-webkit-order:2;order:2;-webkit-flex-basis:100%;flex-basis:100%;display:inline-block;margin:0;width:auto}.fieldset>.field .addon .addbefore,.fieldset>.fields>.field .addon .addbefore,.fieldset>.field .addon .addafter,.fieldset>.fields>.field .addon .addafter{background:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;height:32px;line-height:1.42857143;padding:0 9px;vertical-align:baseline;width:100%;box-sizing:border-box;-ms-flex-order:3;-webkit-order:3;order:3;display:inline-block;vertical-align:middle;white-space:nowrap;width:auto}.fieldset>.field .addon .addbefore:disabled,.fieldset>.fields>.field .addon .addbefore:disabled,.fieldset>.field .addon .addafter:disabled,.fieldset>.fields>.field .addon .addafter:disabled{opacity:.5}.fieldset>.field .addon .addbefore::-moz-placeholder,.fieldset>.fields>.field .addon .addbefore::-moz-placeholder,.fieldset>.field .addon .addafter::-moz-placeholder,.fieldset>.fields>.field .addon .addafter::-moz-placeholder{color:#c2c2c2}.fieldset>.field .addon .addbefore::-webkit-input-placeholder,.fieldset>.fields>.field .addon .addbefore::-webkit-input-placeholder,.fieldset>.field .addon .addafter::-webkit-input-placeholder,.fieldset>.fields>.field .addon .addafter::-webkit-input-placeholder{color:#c2c2c2}.fieldset>.field .addon .addbefore:-ms-input-placeholder,.fieldset>.fields>.field .addon .addbefore:-ms-input-placeholder,.fieldset>.field .addon .addafter:-ms-input-placeholder,.fieldset>.fields>.field .addon .addafter:-ms-input-placeholder{color:#c2c2c2}.fieldset>.field .addon .addbefore,.fieldset>.fields>.field .addon .addbefore{float:left;-ms-flex-order:1;-webkit-order:1;order:1}.fieldset>.field .additional,.fieldset>.fields>.field .additional{margin-top:10px}.fieldset>.field.required>.label:after,.fieldset>.fields>.field.required>.label:after,.fieldset>.field._required>.label:after,.fieldset>.fields>.field._required>.label:after{content:'*';color:#e02b27;font-size:1.2rem;margin:0 0 0 5px}.fieldset>.field .note,.fieldset>.fields>.field .note{font-size:1.2rem;margin:3px 0 0;padding:0;display:inline-block;text-decoration:none}.fieldset>.field .note:before,.fieldset>.fields>.field .note:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:12px;content:'\e618';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.fieldset>.field.choice .label,.fieldset>.fields>.field.choice .label{display:inline;font-weight:normal}.column:not(.main) .fieldset>.field .label,.column:not(.main) .fieldset>.fields>.field .label{font-weight:normal}.fieldset>.field .field.choice,.fieldset>.fields>.field .field.choice{margin-bottom:10px}.fieldset>.field .field.choice:last-child,.fieldset>.fields>.field .field.choice:last-child{margin-bottom:0}.fieldset>.field input[type=file],.fieldset>.fields>.field input[type=file]{margin:5px 0}.legend+.fieldset,.legend+div{clear:both}.legend strong{margin-left:5px}fieldset.field{border:0;padding:0}.field.date .time-picker{display:inline-block;margin-top:10px;white-space:nowrap}.field .message.warning{margin-top:10px}.field-error,div.mage-error[generated]{margin-top:7px}.field-error{color:#e02b27;font-size:1.2rem}.product-options-wrapper .date.required div[for*='options'].mage-error{display:none !important}.field .tooltip{position:relative}.field .tooltip .tooltip-content{background:#fff;max-width:360px;min-width:210px;padding:12px 16px;z-index:100;display:none;position:absolute;text-align:left;color:#333;line-height:1.4;border:1px solid #bbb;margin-left:5px;left:100%;top:0}.field .tooltip .tooltip-content:after,.field .tooltip .tooltip-content:before{border:solid transparent;content:'';height:0;position:absolute;width:0}.field .tooltip .tooltip-content:after{border-width:5px;border-color:transparent}.field .tooltip .tooltip-content:before{border-width:6px;border-color:transparent}.field .tooltip .tooltip-content:after,.field .tooltip .tooltip-content:before{right:100%}.field .tooltip .tooltip-content:after{border-right-color:#fff;margin-top:-5px;top:15px}.field .tooltip .tooltip-content:before{border-right-color:#bbb;margin-top:-6px;top:15px}.field .tooltip .tooltip-toggle{cursor:help}.field .tooltip .tooltip-toggle:hover+.tooltip-content,.field .tooltip .tooltip-toggle:focus+.tooltip-content,.field .tooltip:hover .tooltip-content{display:block}.field .tooltip .tooltip-content{min-width:200px;white-space:normal}input:focus~.tooltip .tooltip-content,select:focus~.tooltip .tooltip-content{display:block}._has-datepicker~.ui-datepicker-trigger{background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-shadow:none;font-weight:400;display:block;text-decoration:none;display:inline-block;vertical-align:middle}._has-datepicker~.ui-datepicker-trigger:focus,._has-datepicker~.ui-datepicker-trigger:active{background:none;border:none}._has-datepicker~.ui-datepicker-trigger:hover{background:none;border:none}._has-datepicker~.ui-datepicker-trigger.disabled,._has-datepicker~.ui-datepicker-trigger[disabled],fieldset[disabled] ._has-datepicker~.ui-datepicker-trigger{pointer-events:none;opacity:.5}._has-datepicker~.ui-datepicker-trigger>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}._has-datepicker~.ui-datepicker-trigger:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:40px;line-height:40px;color:#7d7d7d;content:'\e612';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}._has-datepicker~.ui-datepicker-trigger:focus{box-shadow:none;outline:0}.sidebar .fieldset{margin:0}.sidebar .fieldset>.field:not(.choice):not(:last-child),.sidebar .fieldset .fields>.field:not(:last-child){margin:0 0 20px}.sidebar .fieldset>.field:not(.choice) .label,.sidebar .fieldset .fields>.field .label{margin:0 0 4px;padding:0 0 5px;text-align:left;width:100%}.sidebar .fieldset>.field:not(.choice) .control,.sidebar .fieldset .fields>.field .control{width:100%}@font-face{font-family:'icons-blank-theme';src:url('../../frontend/gwa/friendsandfamily/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'),url('../../frontend/gwa/friendsandfamily/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');font-weight:normal;font-style:normal;font-display:auto}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:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;padding:7px 15px;font-size:1.4rem;box-sizing:border-box;vertical-align:middle}.action.primary:focus,.action.primary: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}.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}#store-pickup.selected-shipping~#store-selector{display:none}#store-pickup.selected-store-pickup~#shipping,#store-pickup.selected-store-pickup~#opc-shipping_method{visibility:hidden;height:0;overflow:hidden}#delivery-method-selector{display:-webkit-flex;display:-ms-flexbox;display:flex}#delivery-method-selector .action{line-height:2.2rem;padding:14px 17px;font-size:1.8rem}#delivery-method-selector .action.selected{background:#fff}#delivery-method-selector .action-select-shipping{border-bottom-right-radius:0;border-top-right-radius:0}#delivery-method-selector .action-select-store-pickup{border-bottom-left-radius:0;border-left:0;border-top-left-radius:0}#store-selector .form-login{border-bottom:0;margin-bottom:0;padding-bottom:0}#store-selector .form-continue{margin:20px 0 0}.location-details .location-name{font-size:18px;font-weight:700}.store-selector-popup .modal-title{border-bottom:0}.store-selector-popup .modal-header{padding-bottom:0}#opc-store-selector-popup{display:none}#opc-store-selector-popup .block-search{float:none;width:100%;margin:0 0 20px;padding:0 0 10px;border-bottom:1px solid #c1c1c1}.modal-content #opc-store-selector-popup{display:block}.store-selector-popup-table thead th{display:none}.store-selector-popup-table tbody .location .location-name{font-size:18px}.store-selector-popup-table tbody .location+.location{border-top:1px solid #ccc}.store-selector-popup-table tbody .col-location-details{padding-left:0}.store-selector-popup-table tbody .col-location-details p:last-child{margin-bottom:0}.store-selector-popup-table tbody .col-location-actions{padding-right:0;vertical-align:middle}.store-selector-popup-table tbody .col-location-actions .action{float:right}.store-selector-popup-empty-query,.store-selector-popup-no-locations{margin:0 0 20px}.lac-notification{background-color:#373330;color:#fff;font-size:16px}.lac-notification .lac-notification-icon{float:left;margin:10px 25px 10px 10px}.lac-notification .lac-notification-icon .logo-img{display:block}.lac-notification .lac-notification-text{float:left;padding:15px 0}.lac-notification .lac-notification-links{float:right;padding:15px 0}.lac-notification .lac-notification-links a{color:#fff;font-size:14px}.lac-notification .lac-notification-links .lac-notification-close-link:after{background:url('../../frontend/gwa/friendsandfamily/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');content:' ';display:inline-block;height:12px;margin-left:5px;vertical-align:middle;width:12px}.login-container .g-recaptcha,.form-login .g-recaptcha{margin-bottom:10px !important}.required-captcha.checkbox{position:absolute;display:block;visibility:visible;overflow:hidden;opacity:0;width:1px;height:1px}.block.newsletter .field-recaptcha .field .control:before{content:none}.review-form .field-recaptcha{margin-bottom:10px}.form.send.friend .g-recaptcha{margin-top:40px}.field .control._with-tooltip .choice.field{width:calc(100% - 39px)}.field .control._with-tooltip .choice.field input{width:auto}.field .control._with-tooltip select,.field .control._with-tooltip textarea{margin-right:10px;width:calc(100% - 39px)}.field .control select[multiple]{height:auto;background:#fff}tr.order-attributes td{padding-left:0;padding-right:0}.order-attributes .order-attributes-form{margin-top:20px}.order-attributes .order-attributes-form.fieldset .field:last-child{margin-bottom:20px}.amscroll-page-num{clear:both;padding:6px 10px;color:#252525;letter-spacing:.03em;font-weight:400;font-style:normal;font-size:1.4rem;line-height:2rem}.amscroll-page-num.-amscroll-button{display:inline-block;padding:5px 14px;border:1px solid #c2c2c2;border-radius:2px;background:#fbfbfb}.amscroll-page-num.-amscroll-divider{border-bottom:1px solid #c2c2c2}.amscroll-page-num.-amscroll-background{background:#fbfbfb}.am-word-break{word-wrap:break-word;word-break:break-word}.ie11 .am-word-break{word-break:break-all}.amscroll-arrow-icon{width:14px;height:28px;background:url('../../frontend/gwa/friendsandfamily/en_US/Amasty_Scroll/images/arrow.svg')}.amscroll-chevron-icon{width:24px;height:24px;background:url('../../frontend/gwa/friendsandfamily/en_US/Amasty_Scroll/images/chevron.svg')}@-webkit-keyframes amScrollRotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.amscroll-loading-block{margin:0 auto;padding:10px 0;width:20px;height:20px}.amscroll-loading-icon{min-width:20px;height:20px}.amscroll-loading-icon.-amscroll-animate{animation:amScrollRotate 1.5s linear infinite}.amscroll-load-button{display:flex;align-items:center;margin:5px auto;padding:5px 20px;max-width:100%;width:max-content;border:1px solid;border-radius:2px;background-color:transparent;text-align:center;text-transform:capitalize;letter-spacing:.03em;font-weight:700;font-size:1.6rem;line-height:2rem;cursor:pointer;transition:color .2s}._keyfocus .amscroll-load-button:focus{box-shadow:none}.amscroll-load-button:not(.focus-visible){border-color:transparent !important}.amscroll-load-button:hover,.amscroll-load-button:focus,.amscroll-load-button:active{background-color:transparent}.amscroll-load-button:hover>.amscroll-text{filter:brightness(.8)}.ie11 .amscroll-load-button{width:120px}.amscroll-load-button>.amscroll-text{word-wrap:break-word;word-break:break-word;transition:filter .2s;pointer-events:none;user-select:none}.ie11 .amscroll-load-button>.amscroll-text{word-break:break-all}.amscroll-load-button>.amscroll-loading-icon{display:none;margin-right:10px}.amscroll-load-button.-amscroll-loading{pointer-events:none;user-select:none}.amscroll-load-button.-amscroll-loading>.amscroll-loading-icon{display:block}.amscroll-arrow-style{padding:0;width:50px;height:50px;border-radius:100px}.amscroll-arrow-style:before{border-radius:100px}.amscroll-arrow-style:after{width:14px;height:28px;background:url('../../frontend/gwa/friendsandfamily/en_US/Amasty_Scroll/images/arrow.svg')}.amscroll-arrow-style .amscroll-text{display:none}.amscroll-text-style{padding-right:7px;border-radius:100px;transform:rotate(-90deg) translate(60px, 60px)}.amscroll-text-style:before{border-radius:100px}.amscroll-text-style:after{width:24px;height:24px;background:url('../../frontend/gwa/friendsandfamily/en_US/Amasty_Scroll/images/chevron.svg')}.amscroll-edge-style{right:0;padding:4px 26px 4px 20px;border-radius:20px 20px 0 0;transform:rotate(-90deg) translate(71px, 72px)}.amscroll-edge-style .amscroll-text{margin-right:20px}.amscroll-edge-style:before{border-radius:20px 20px 0 0}.amscroll-edge-style:after{width:14px;height:28px;background:url('../../frontend/gwa/friendsandfamily/en_US/Amasty_Scroll/images/arrow.svg');transform:rotate(90deg) translateX(2px)}.amscroll-backtotop-block{display:flex;justify-content:center;align-items:center;position:fixed;right:30px;bottom:30px;z-index:99999;overflow:hidden;box-sizing:border-box;padding:6px 12px;border:0;border-radius:0;box-shadow:none;color:#fff;transition:right .2s}.amscroll-backtotop-block:not(.-amscroll-active){right:-60px !important}._keyfocus .amscroll-backtotop-block:focus,.amscroll-backtotop-block:not(.primary){box-shadow:none}.amscroll-backtotop-block:hover,.amscroll-backtotop-block:focus,.amscroll-backtotop-block:active{border:0;box-shadow:none;color:#fff}.amscroll-backtotop-block .amscroll-text{position:relative;z-index:1;margin-right:10px;font-weight:600;font-size:1.8rem;line-height:2.5rem}.amscroll-backtotop-block:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;display:block;width:100%;height:100%;background-color:inherit;content:'';opacity:0;filter:brightness(.8);transition:opacity .2s}.amscroll-backtotop-block:after{position:relative;z-index:1;display:inline-block;content:''}.amscroll-backtotop-block:hover:before{opacity:1}.columns .column.main{max-width:100%}.ui-tooltip.ui-widget{padding:5px 10px;max-width:250px;border:1px solid #ccc;box-shadow:1px 0 3px #ccc;word-wrap:break-word;background:#fff}.ui-tooltip .arrow{position:absolute;left:15px;bottom:-15px;width:20px;height:15px}.ui-tooltip .arrow::after{content:"";position:absolute;border-top:10px solid #ccc;border-right:20px solid transparent}.ui-tooltip .arrow::before{content:"";position:absolute;top:-1px;left:1px;border-top:9px solid #fff;border-right:19px solid transparent;z-index:9}.ui-tooltip .arrow.top{top:-15px;transform:scale(1, -1)}.ui-tooltip .am-brand-small_image{margin:auto;display:block;max-width:150px}.ui-tooltip .am-brand-image{margin:auto;display:block;max-width:400px}.ui-tooltip .ui-tooltip-content h3{margin:5px 0}.amslider *{margin:0;padding:0}.amslider{position:relative;margin:30px auto}.amslider .swiper-pagination{position:static;margin-top:15px}.amslider .swiper-container>.wrapper{text-align:center}.amslider .swiper-slide .brand-title{margin-top:10px;min-height:40px;color:#4f4f4f;word-break:break-all;word-break:break-word;font-size:15px;line-height:1.2}.amslider .swiper-pagination-bullet{margin:0 5px;width:12px;height:12px}.amslider .swiper-pagination-bullet-active{background:#4f4f4f}.amslider .swiper-button-next,.amslider .swiper-button-prev{z-index:2}.amslider .swiper-button-next{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCAyNSA0MyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+VmVjdG9yPC90aXRsZT48ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPjxnIGlkPSJDYW52YXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0NTMgNzkwKSI+PGcgaWQ9IlZlY3RvciI+PHVzZSB4bGluazpocmVmPSIjcGF0aDBfc3Ryb2tlIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSAwIDAgMSAtMTQzMC4zNSAtNzg4LjY0NikiIGZpbGw9IiM0RjRGNEYiLz48L2c+PC9nPjxkZWZzPjxwYXRoIGlkPSJwYXRoMF9zdHJva2UiIGQ9Ik0gNi4xMzcwNGUtMDUgMTkuOTM5M0wgLTEuMDQxOTYgMTguODYwNEwgLTIuMTM5OSAxOS45MjA3TCAtMS4wNjA2IDIxTCA2LjEzNzA0ZS0wNSAxOS45MzkzWk0gMTkuNjA0NCAtMS4wNzg5N0wgLTEuMDQxOTYgMTguODYwNEwgMS4wNDIwOSAyMS4wMTgzTCAyMS42ODg1IDEuMDc4OTdMIDE5LjYwNDQgLTEuMDc4OTdaTSAtMS4wNjA2IDIxTCAxOC45MzkzIDQxTCAyMS4wNjA3IDM4Ljg3ODdMIDEuMDYwNzIgMTguODc4N0wgLTEuMDYwNiAyMVoiLz48L2RlZnM+PC9zdmc+)}.amslider .swiper-button-prev{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi43MSAxLjM1NCkiIGZpbGw9IiM0RjRGNEYiLz48ZGVmcz48cGF0aCBpZD0icGF0aDBfc3Ryb2tlIiBkPSJNMCAxOS45NGwtMS4wNDItMS4wOC0xLjA5OCAxLjA2TC0xLjA2IDIxIDAgMTkuOTR6TTE5LjYwNC0xLjA4bC0yMC42NDYgMTkuOTQgMi4wODQgMi4xNTdMMjEuNjkgMS4wOGwtMi4wODUtMi4xNTh6TS0xLjA2IDIxbDIwIDIwIDIuMTIyLTIuMTIxLTIwLTIwTC0xLjA2MSAyMXoiLz48L2RlZnM+PC9zdmc+)}.amslider .swiper-button-next,.amslider .swiper-button-prev{z-index:0}.amslider .swiper-slide{text-align:center;font-size:18px}.amslider .category-item .category-item-title{margin:auto}.amslider .slide .category-item-title,.amslider .swiper-slide .swiper-category-item{font-size:15px;line-height:1.2;word-break:break-word}.amslider .wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center}.amslider .no-img{margin:auto}.brands-filters{display:inline-block;margin:0 0 10px;width:100%;min-height:50px}.brands-filters .letter{display:block;float:left;margin:0 5px 10px;padding:2px 5px;min-width:17px;min-height:20px;text-align:center;color:#333;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;border:1px solid #ccc;border-radius:5px;background:#e2e2e2}.brands-filters .letter-all{min-width:90px;margin-right:20px}.brands-filters .letters{margin-top:4px}.brands-filters .letter.-disabled{opacity:0.6;pointer-events:none;background-color:#f1f1f1}.brands-filters .letter.hide{display:none}.brands-filters .letter:hover,.brands-filters .letter.-active{background:#fed285}.ambrands-search-wrapper{position:relative;display:block;margin:0 auto}.ambrands-search-wrapper .ambrands-search-input{display:block;margin:0 0 10px;max-width:100%}.ambrands-search-wrapper #livesearch{position:absolute;display:none;width:365px;max-width:100%;max-height:250px;background-color:#fff;overflow-x:hidden;overflow-y:auto;border:1px solid #c2c2c2;border-top:2px solid #309ef3;z-index:99}.ambrands-search-wrapper #livesearch a{display:block;float:left;padding:5px 10px;width:100%;color:#000;box-sizing:border-box}.ambrands-search-wrapper #livesearch a:hover{background-color:#e8e8e8;text-decoration:none}.brand-images .brands-letter{width:100%;vertical-align:top;box-sizing:border-box}.brand-images .brands-letter .bare-list{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0}.brand-images .brands-letter .letter{border-bottom:1px solid #b2b2b2;font-size:18px;font-weight:400}.brand-images .brands-letter .letter .title{padding:0 2px 1px;text-transform:uppercase;background:#e2e2e2}.brands-letter .brand-item{position:relative;margin:0 5px 20px}.brands-letter .brand-item .item{display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;color:#333;-webkit-justify-content:flex-start}.brands-letter .brand-item .item:hover{text-decoration:none}.brands-letter .brand-item .no-img{color:#e2e2e2}.brands-letter .brand-item .count{position:absolute;right:0;top:0;display:block;box-sizing:border-box;min-width:25px;height:25px;padding:0 3px;line-height:25px;text-align:center;background:#f58c12;border-radius:20px;color:#fff}.brands-letter .brand-item .label{position:relative;margin:5px 0 0;padding-top:5px;width:100%;word-wrap:break-word}.brands-letter .brand-item .label:before{content:'';position:absolute;top:0;left:25%;right:25%;display:block;height:1px;background:#b2b2b2}.brands-letter .brand-item .item:hover .label:before{left:0;right:0;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;transition:all ease .3s}.brands-letter .brand-item .am-image-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center}.brands-letter .brand-item .am-image-wrapper .am-image{max-width:100%;max-height:100%}.bare-list .ambrands-image{pointer-events:none}.amslider-header-container{padding:5px 0 5px 35px;height:35px;font-size:22px;line-height:35px;color:#000;background:#e2e2e2}.icon .brand-label{float:left}.brand-images li.brand-item{list-style-type:none;text-align:center}ul.bare-list img{display:block;margin:0 auto}.children-category .amslider{position:relative;left:inherit;margin:0 50px;width:100%;transform:inherit;display:block}.amslider.am-brand-slider{max-width:100%;padding:0}.amslider.am-brand-slider .swiper-brand{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-grow:1;flex-grow:1}.amslider.am-brand-slider .am-image-wrapper{display:flex;justify-content:center;align-items:center;flex-grow:1;margin:0 auto}.amslider.am-brand-slider .am-image-wrapper .am-image{max-width:100%;max-height:100%}.amslider.am-brand-slider .slide{-webkit-align-items:stretch;-ms-align-items:stretch;align-items:stretch}.amslider.am-brand-slider .slide .am-image-wrapper{margin-bottom:10px;overflow:hidden}.amslider.am-brand-slider .swiper-slide{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:stretch;-ms-align-items:stretch;align-items:stretch;height:auto}.amslider .slide{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;margin:0 9px 20px 0;max-width:30%;-webkit-flex-basis:30%;flex-basis:30%;text-align:center;color:#4f4f4f}.amslider .slide .category-item{position:relative;padding:10px;width:100%;border:1px solid #fff}.amslider .slide .category-item:hover,.amslider .slide .category-item.active{box-shadow:3px 3px 4px 0 rgba(0,0,0,0.3);border-color:#bbb;position:relative;z-index:2;padding:10px}.amslider .slide .category-item.category-item-label img{margin-bottom:25px}.amslider .slide .swiper-brand .am-image{height:auto}.children-category-container.swiper-container{width:calc(100% - 2 * 27px);margin:auto}.children-category-container .swiper-wrapper{-webkit-align-items:baseline;-moz-align-items:baseline;-ms-align-items:baseline;align-items:baseline}.amslider .swiper-slide{padding:10px;box-sizing:border-box;color:#4f4f4f}.amslider .swiper-slide .swiper-category-item{padding:10px 0;border:1px solid #fff}.amslider .swiper-slide .swiper-category-item img{height:auto}.amslider .swiper-slide .swiper-category-item.category-item-label img{margin-bottom:25px}.amslider .swiper-slide .swiper-category-item:hover,.amslider .swiper-slide .swiper-category-item.active{background:#ffffff;box-shadow:3px 3px 4px 0 rgba(0,0,0,0.3);border:1px solid #bbb;margin:0}.amslider .swiper-slide .swiper-brand .no-img{display:inline-block;margin:0 auto;color:#e2e2e2}.amslider .swiper-slide:hover,.amslider .slide:hover{text-decoration:none}#category-carousel .swiper-button-next{right:0}#category-carousel .swiper-button-prev{left:0}#category-carousel .swiper-button-next,#category-carousel .swiper-button-prev{top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:.3;height:100%;margin:0}#category-carousel .swiper-button-next:hover,#category-carousel .swiper-button-prev:hover{opacity:1;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;transition:all ease .3s}.amslider .swiper-slide .swiper-category-item:not(:root:root),.amslider .swiper-slide .swiper-brand:not(:root:root),.amslider .slide .category-item:not(:root:root){padding:10px}.amshopby-morefrom .products-grid .product-item{width:auto}.amshopby-morefrom .product-image-container{min-width:auto}.ambrands-menu-item.parent .ambrands-link.level-top:after{content:''}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.swiper-brand{width:100%}.swiper-brand .no-img{width:100%}}.ambrands-list-popup,.ambrands-menu-item .ambrands-arrow{display:none}.mst-search__result-tabs{list-style:none;border-bottom:1px solid #ccc;padding:0}.mst-search__result-tabs:before,.mst-search__result-tabs:after{content:'';display:table}.mst-search__result-tabs:after{clear:both}.mst-search__result-tabs li{margin:0 5px -1px 0;padding:0;float:left}.mst-search__result-tabs li a{display:block;padding:10px 35px;text-decoration:none;color:#7d7d7d;background:#f6f6f6;border:1px solid #ccc;border-radius:1px 1px 0 0}.mst-search__result-tabs li a.active,.mst-search__result-tabs li a:hover,.mst-search__result-tabs li a:focus{color:#333333;background:#ffffff}.mst-search__result-tabs li a.active{border-bottom:1px solid #fff}.mst-search__result-index{padding:1rem 0 1rem 0}.mst-search__result-index .mst-search__result-index-title{background:#f6f6f6;padding:1rem;border-radius:1px;color:#7d7d7d}.mst-search__result-index:last-child{margin-bottom:2.5rem;border-bottom:1px solid #f6f6f6}.mst-search__index ul{list-style:none;margin-bottom:10px;padding-left:0}.mst-search__index ul li{margin:2rem 0}.mst-search__index ul li:before,.mst-search__index ul li:after{content:'';display:table}.mst-search__index ul li:after{clear:both}.mst-search__index ul li:last-child{margin-bottom:0}.mst-search__index ul li .mst-search__index-title{font-size:1.5rem;font-weight:600}.mst-search__index ul li .mst-search__index-title>a{color:#333333}.mst-search__index ul li .mst-search__index-title>span{color:#aaaaaa}.mst-search__index ul li .mst-search__index-title._crumbs a:after{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='h-auto pos-relative mh-4 css-10v800z'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");display:inline-block;width:13px;height:13px;margin:-2px 5px}.mst-search__index ul li .mst-search__index-title._crumbs a:last-child:after{display:none}.mst-search__index ul li .mst-search__index-content{color:#666666;margin:.5rem 0 0 0}.mst-search__index ul li .mst-search__index-image{margin-right:2rem;float:left}.mst-search__index ul li .mst-search__index-image>img{max-width:5rem;max-height:5rem}.mst-search__highlight{background:#ffff00}.mst-search__misc-recommendations{display:flex;flex-wrap:wrap}.mst-search__misc-recommendations dt{margin-right:20px}.mst-search__misc-recommendations dd{margin-right:20px}.mst-search__misc-recommendations dd .count{color:#7d7d7d}.amrelated-grid-wrapper .amshopby-option-link{margin-bottom:10px}.amlocator-main-container{text-align:left;font-size:1.4rem;color:#000;min-width:50vw;line-height:1.42857143;font-weight:400}.amlocator-main-container .amlocator-button{box-sizing:border-box;min-height:40px;font-weight:inherit;color:#fff;background:#1979c3;border:1px solid #1979c3;border-radius:2px;box-shadow:0 2px 4px rgba(45,147,226,0.1)}.amlocator-main-container .amlocator-select{cursor:pointer}.amlocator-main-container .amlocator-block.-separator{box-sizing:border-box;margin:20px 0}.amlocator-main-container .amlocator-block.-separator>.hr{margin:0;border-top:1px solid #e7e7e7}.amlocator-main-container .amlocator-wrapper .amlocator-schedule-container strong{margin-top:0;margin-bottom:0;line-height:1.42857143}.amlocator-search-container{padding:5px 15px;margin-bottom:10px;background:#f8f8f8;width:100%;box-sizing:border-box}.amlocator-search-container .amlocator-title{display:inline-block;margin-bottom:5px}.amlocator-search-container .amlocator-block{width:100%;margin-bottom:15px}.amlocator-search-container .amlocator-block.-search{margin-bottom:0}.amlocator-search-container .amlocator-text,.amlocator-search-container .amlocator-select{-webkit-box-flex:1;-ms-flex:1;flex:1;width:initial}.amlocator-search-container .amlocator-select{height:40px}.amlocator-search-container .amlocator-select.-measurement{min-width:inherit;background-color:#f8f8f8;height:inherit;line-height:1;border:none}.amlocator-search-container .amlocator-button.-nearby{width:100%;margin-left:auto}.amlocator-current-location .amlocator-search{position:absolute;top:8px;right:8px;width:23px;height:23px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iI0Q3RDdENyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iI0Q3RDdENyIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==) no-repeat center;background-size:contain;cursor:pointer}.amlocator-current-location .amlocator-wrapper{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-top:5px}.amlocator-current-location .amlocator-text{box-sizing:border-box;width:100%;height:40px;padding-right:40px;border:1px solid #d7d7d7;border-radius:2px}.amlocator-current-location .amlocator-text:focus{border:1px solid #1979c3;box-shadow:none}.amlocator-current-location .amlocator-text:focus+.amlocator-search,.amlocator-current-location .amlocator-search:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iIzE5NzlDMyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iIzE5NzlDMyIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==) no-repeat center;background-size:contain}.amlocator-current-location .amlocator-reset{position:absolute;top:8px;right:8px;width:22px;height:22px;background:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDIwLjU0N0wyMC41NDcgMCAyMiAxLjQ1MyAxLjQ1MyAyMiAwIDIwLjU0N3oiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIyIDIwLjU0N0wxLjQ1MyAwIDAgMS40NTMgMjAuNTQ3IDIyIDIyIDIwLjU0N3oiIGZpbGw9IiNFQjU3NTciLz48L3N2Zz4=') no-repeat center;cursor:pointer}.amlocator-current-location .amlocator-search.-hidden,.amlocator-current-location .amlocator-reset.-hidden{display:none}.amlocator-search-radius .amlocator-radio{position:absolute;width:0;height:0;margin:0;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.amlocator-search-radius .amlocator-radio:checked+.amlocator-label{color:#fff;background:#1979c3;box-shadow:0 2px 4px rgba(45,147,226,0.1)}.amlocator-search-radius .amlocator-radio:focus+.amlocator-label{box-shadow:0 0 3px 1px #00699d}.amlocator-search-radius .amlocator-wrapper{position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:flex-end;-ms-align-items:flex-end;align-items:flex-end}.amlocator-search-radius .amlocator-select{min-width:215px}.amlocator-range-slider{width:100%;height:10px;background:#deedf8;border-radius:10px;cursor:pointer}.amlocator-range-slider .ui-slider-range{height:100%;background:#1979c3;border-top-left-radius:12px;border-bottom-left-radius:12px}.amlocator-range-slider .amlocator-handle{position:absolute;top:50%;width:14px;height:14px;margin:0;margin-left:-7px;background:#1979c3;border-radius:12px;box-shadow:0 2px 3px rgba(20,72,112,0.5);transform:translateY(-50%);cursor:pointer}.amlocator-range-slider .amlocator-handle:hover,.amlocator-range-slider .amlocator-handle:focus,.amlocator-range-slider .amlocator-handle:active{background:#4da1e2}.amlocator-range-slider .amlocator-tooltip{position:absolute;top:-7px;left:50%;padding:2px 5px;font-size:12px;color:#fff;white-space:nowrap;background:#1979c3;border-radius:2px;transform:translate(-50%, -100%)}.amlocator-range-slider .amlocator-tooltip:after{content:"";position:absolute;bottom:0;left:50%;width:6px;height:6px;background:#1979c3;transform:translate(-50%, 50%) rotate(45deg)}.amlocator-filters-container{margin-bottom:10px;background:#f8f8f8}.amlocator-filters-container .amlocator-title{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;padding:5px 15px;font-weight:600;font-size:16px;color:#000;cursor:pointer}.amlocator-filters-container .amlocator-content{transition:all .3s ease}.amlocator-filters-container .amlocator-hidden-filter{display:none}.amlocator-filters-container .amlocator-actions{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-ms-align-items:center;align-items:center;padding:5px 15px;font-size:12px}.amlocator-filters-container .amlocator-clear{color:#1979c3;cursor:pointer}.amlocator-filters-container .amlocator-button{min-height:25px;margin-left:25px;padding:0px 20px;border:none;line-height:unset;box-shadow:none}.amlocator-filters-container .amlocator-button:hover{color:#fff;background:#1979c3b3;border:none}.amlocator-attribute-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center;padding:8px 15px}.amlocator-attribute-wrapper:nth-of-type(even){background:#e7e7e7}.amlocator-attribute-wrapper .amlocator-label{box-sizing:border-box;width:40%;padding-right:5px;word-wrap:break-word}.amlocator-attribute-wrapper .amlocator-input{-webkit-flex-grow:1;flex-grow:1;width:60%}.amlocator-attribute-wrapper .amlocator-input .chosen-container{width:100% !important}.amlocator-attribute-wrapper .amlocator-select,.amlocator-attribute-wrapper .chosen-choices{height:inherit;max-height:80px;padding:9px 25px 9px 10px;line-height:1;border-color:#ccc}.amlocator-attribute-wrapper .chosen-container{height:inherit;font-size:inherit}.amlocator-attribute-wrapper .chosen-container .chosen-choices{height:inherit;min-height:35px;overflow:auto;padding:5px}.amlocator-attribute-wrapper .chosen-container .chosen-results li.highlighted{background:#1979c3}.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{top:50%;right:0;width:8px;height:8px;margin:0 5px 0 0;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNC41OTYuMzU0YS41LjUgMCAwIDAtLjcwNyAwTDIuNTk2IDEuNjQ3IDEuMzAzLjM1NGEuNS41IDAgMSAwLS43MDcuNzA3bDEuMjkzIDEuMjkzTC4zNTMgMy44ODlhLjUuNSAwIDEgMCAuNzA4LjcwN2wxLjUzNS0xLjUzNSAxLjUzNiAxLjUzNWEuNS41IDAgMCAwIC43MDctLjcwN0wzLjMwMyAyLjM1NCA0LjU5NiAxLjA2YS41LjUgMCAwIDAgMC0uNzA3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center !important;background-size:contain !important;transform:translateY(-50%)}.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:initial}.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text]{height:inherit;margin:3px 0}.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice{margin:0 5px 0 0;padding:5px 18px 5px 5px;color:#fff;background:#1979c3;border:none;box-shadow:none}.amlocator-map-container{display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;-webkit-flex-wrap:wrap;flex-wrap:wrap}.amlocator-map-container>.amlocator-block{width:100%}.amlocator-map-container .amlocator-map{width:100%;height:300px}.amlocator-arrow{position:relative;display:inline-block;width:14px;min-width:14px;height:8px;margin-left:auto}.amlocator-arrow:before,.amlocator-arrow:after{content:"";position:absolute;top:3px;display:inline-block;width:9px;height:2px;background-color:#363636;transition:all .2s ease}.amlocator-arrow:before{left:0}.amlocator-arrow:after{right:0}.amlocator-arrow:after,.amlocator-arrow.-down:before{transform:rotate(45deg)}.amlocator-arrow:before,.amlocator-arrow.-down:after{transform:rotate(-45deg)}.amlocator-store-list{order:1;overflow:auto}.amlocator-store-list .amlocator-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;height:100%;max-height:500px}.amlocator-stores-wrapper{margin-bottom:10px}.amlocator-store-desc{display:block;margin-bottom:15px;overflow:auto;font-size:14px;background:#f6f6f6;cursor:pointer}.amlocator-store-desc:not(:first-of-type){margin-top:15px}.amlocator-store-desc .amlocator-title{margin-bottom:10px;font-weight:bold;font-size:16px}.amlocator-store-desc .amlocator-title .amlocator-link{word-break:break-all;word-wrap:break-word;color:#000}.amlocator-store-desc .amlocator-block{display:-webkit-flex;display:-ms-flexbox;display:flex;margin:15px}.amlocator-store-desc .amlocator-image{width:150px;min-width:150px;height:150px;margin-right:15px;background-position:center;background-size:cover}.amlocator-store-desc.-active{color:#fff;background:#1979c3}.amlocator-store-desc.-active .amlocator-title .amlocator-link{color:#fff}.amlocator-store-desc.-active .amlocator-today{color:#000;background:#9dd4ff}.amlocator-description{word-break:break-word}.amlocator-schedule-container .amlocator-today{position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:5px;padding:5px 15px 5px 35px;background:#dfdfdf}.amlocator-schedule-container .amlocator-today:before{content:"";position:absolute;top:8px;left:15px;width:14px;height:14px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgOTcuMTYgOTcuMTYiPjxwYXRoIGQ9Ik00OC41OCAwQzIxLjc5MyAwIDAgMjEuNzkzIDAgNDguNThzMjEuNzkzIDQ4LjU4IDQ4LjU4IDQ4LjU4IDQ4LjU4LTIxLjc5MyA0OC41OC00OC41OFM3NS4zNjcgMCA0OC41OCAwem0wIDg2LjgyM2MtMjEuMDg3IDAtMzguMjQ0LTE3LjE1NS0zOC4yNDQtMzguMjQzUzI3LjQ5MyAxMC4zMzcgNDguNTggMTAuMzM3IDg2LjgyNCAyNy40OTIgODYuODI0IDQ4LjU4IDY5LjY2NyA4Ni44MjMgNDguNTggODYuODIzeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwN0FGRiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik03My44OTggNDcuMDhINTIuMDY2VjIwLjgzYTQgNCAwIDAgMC04IDB2MzAuMjVhNCA0IDAgMCAwIDQgNGgyNS44MzJhNCA0IDAgMCAwIDAtOHoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDdBRkYiIGZpbGw9IiMxOTc5QzMiLz48L3N2Zz4=) no-repeat center;background-size:contain}.amlocator-schedule-container .amlocator-today .amlocator-time{display:-webkit-flex;display:-ms-flexbox;display:flex;white-space:nowrap}.amlocator-schedule-container .amlocator-arrow{margin:6px 0 0 15px}.amlocator-schedule-container .amlocator-week{display:none;margin:0 20px}.amlocator-schedule-table .amlocator-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:15px}.amlocator-schedule-table .amlocator-cell{width:50%;box-sizing:border-box}.amlocator-schedule-table .amlocator-cell.-day{padding-left:15px}.amlocator-schedule-table .amlocator-cell.-time{white-space:nowrap;text-align:right;padding-right:8%}.amlocator-pager-container{margin-top:auto}.amlocator-pager-container .pages{text-align:right}.amlocator-pager-container .items{padding:0}.amlocator-pager-container .pages .page{padding:8px 10px;font-weight:normal;line-height:1;color:#000;background:#f8f8f8}.amlocator-pager-container .pages a.page{color:#000}.amlocator-pager-container .pages .item{position:relative;margin:0}.amlocator-pager-container .pages .item:not(:last-of-type){margin-right:10px}.amlocator-pager-container .pages .current .page,.amlocator-pager-container .pages .page:hover{color:#fff;background:#1979c3}.amlocator-pager-container .pages a.action{margin:0;background:#f8f8f8;border:none;border-radius:0;box-shadow:none}.amlocator-pager-container .pages a.action:hover{background:#1979c3}.amlocator-pager-container .pages .items a.action:before{font-size:14px;color:#000}.amlocator-pager-container .pages .items a.action:hover:before{color:#fff}.amlocator-map .amlocator-image img{max-width:150px}.amlocator-info-popup{width:250px}.amlocator-info-popup .amlocator-name{margin-top:5px}.amlocator-info-popup .amlocator-image{display:block;clear:both;width:100px;margin-bottom:10px}.amlocator-index-index{overflow-x:hidden}.amstars-rating-container{width:160px;height:27px;margin-bottom:5px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);overflow:hidden}.amstars-rating-container.-small{width:107px;height:18px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNzQzIDYuODc1TDkuNSAwIDcuMjU3IDYuODc1SDBsNS44NzEgNC4yNUwzLjYzIDE4IDkuNSAxMy43NSAxNS4zNzEgMThsLTIuMjQyLTYuODc1TDE5IDYuODc1aC03LjI1N3pNMTQuOSA4LjIwMmgtNC4xMjZMOS41IDQuMjkzbC0xLjI3NSAzLjkxSDQuMDk5bDMuMzM4IDIuNDE1LTEuMjc1IDMuOTA5TDkuNSAxMi4xMWwzLjMzOCAyLjQxNi0xLjI3NS0zLjkxIDMuMzM4LTIuNDE1eiIgZmlsbD0iI0IxQUVBRSIvPjwvc3ZnPg==)}.amstars-rating-container.-small .amstars-stars{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGQ9Ik05LjUgMGwyLjI0MyA2Ljg3NUgxOWwtNS44NzEgNC4yNUwxNS4zNyAxOCA5LjUgMTMuNzUgMy42MjkgMThsMi4yNDItNi44NzVMMCA2Ljg3NWg3LjI1N0w5LjUgMHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=)}.amstars-rating-container.-main-page{margin:0px 10px}.amstars-rating-container .amstars-stars{height:100%;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+)}.amlocator-description-grey{word-break:break-word;padding:0 15px;background:#fbfbfb}.amlocator-location-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.amlocator-location-container .amlocator-column,.amlocator-location-container .amlocator-block{box-sizing:border-box;width:100%}.amlocator-location-container .amlocator-column>.amlocator-block{padding:0 15px}.amlocator-location-container .amlocator-block.-route{padding:20px 15px 25px}.amlocator-location-container .amlocator-block.-map{height:170px;margin-bottom:15px}.amlocator-location-container .amlocator-block.-separator{box-sizing:border-box;margin:15px 0}.amlocator-location-container .amlocator-block.-separator>.hr{margin:0;border-top:1px solid #d2dde5}.amlocator-location-container .amlocator-block>.amlocator-title{display:block;margin-bottom:15px;font-weight:bold}.amlocator-location-container .amlocator-directions-container{max-height:500px;overflow:auto !important}.amlocator-location-container .amlocator-text.-bold{font-weight:600}.amlocator-location-container .amlocator-button{box-sizing:border-box;min-height:40px;font-weight:inherit;color:#fff;background:#1979c3;border:1px solid #1979c3;border-radius:2px;box-shadow:0 2px 4px rgba(45,147,226,0.1)}.amlocator-location-container .amlocator-button:hover{background-color:#1c87da}.amlocator-route-creator{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;box-sizing:border-box;background:#1979c3}.amlocator-route-creator .amlocator-modes{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.amlocator-route-creator .amlocator-mode,.amlocator-route-creator .amlocator-swap{display:none}.amlocator-route-creator .amlocator-mode+.amlocator-label{display:block;width:35px;height:35px;border-radius:20px;cursor:pointer;opacity:.3;transition:all .3s ease}.amlocator-route-creator .amlocator-mode:checked+.amlocator-label,.amlocator-route-creator .amlocator-mode+.amlocator-label:hover{background-color:#2d93e2;opacity:1}.amlocator-route-creator .amlocator-label:not(:last-of-type){margin-right:5px}.amlocator-route-creator .amlocator-label.-driving{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuODE1IDExLjY5N0gxLjEyN3YuOTdjMCAuNTM5IDAgMS4wNzguMDI1IDEuNjE2LjAxNy40OTEuMjE2LjcwNS42NS43MTJoMS40NmEuNDYuNDYgMCAwIDAgLjM5LS4xMjcuNDkyLjQ5MiAwIDAgMCAuMTUtLjM5M2MuMDI0LS4yODEuMDM1LS41NjUuMDM1LS44NDggMC0uNjEgMC0xLjIyLS4wMTUtMS44MjktLjAwNC0uMDIzLS4wMDYtLjA2NC0uMDA3LS4xek0xNi45OSA5LjA3MVY3LjEyOWExLjU0NCAxLjU0NCAwIDAgMC0uMjQyLS44NGMtLjIxLS4zNC0uNDEyLS42ODctLjU5NC0xLjA0M2wtLjAyNC0uMDQ4YS41NTEuNTUxIDAgMCAwIC4wNzEtLjA0My42MjguNjI4IDAgMCAwIC4yMjYtLjU2M2wtLjExOS0uNjhhLjQxMi40MTIgMCAwIDAtLjE0OC0uMjQ1LjM4OC4zODggMCAwIDAtLjI2OS0uMDgybC0uNDc3LjAzNmMtLjI1LS41ODItLjQ4NS0xLjE4LS43MTgtMS43NzZhMTcuMjUyIDE3LjI1MiAwIDAgMC0uNTEzLTEuMTg4Ljk5Mi45OTIgMCAwIDAtLjMwNS0uMzg0Ljk1Ljk1IDAgMCAwLS40NDctLjE4NSA1LjY2MSA1LjY2MSAwIDAgMC0uODY4LS4wOGMtLjg3NiAwLTEuNzUuMDMtMi42My4wMzYtLjcwNyAwLTEuNDE0IDAtMi4xMjItLjAxMkw1LjQ1LjAxMmExMi4wNTQgMTIuMDU0IDAgMCAwLTEuODE5LjA1NWMtLjE5LjAxNi0uMzc0LjA4Mi0uNTMzLjE5Mi0uMTU5LjExLS4yODguMjYtLjM3Ni40MzUtLjAzOC4wNzYtLjA4LjE1LS4xMS4yMjctLjI3NS43LS41NDQgMS40MDYtLjgyNCAyLjEwNC0uMDcxLjIwMi0uMTQ5LjQwMS0uMjMxLjU5NmwtLjUxMy0uMDQ4YS4zODguMzg4IDAgMCAwLS4yNjkuMDgzLjQxMi40MTIgMCAwIDAtLjE0OC4yNDVsLS4xMi42OTFhLjYyOC42MjggMCAwIDAgLjIxNS41NjMuNjYuNjYgMCAwIDAgLjExNy4wNjJjLS4yMDkuNDExLS40NDEuODEtLjY5NSAxLjE5MmEuODkzLjg5MyAwIDAgMC0uMTMuNDA2QzAgNy4wNzkgMCA3LjM0NSAwIDcuNjFjMCAuNjA1LjAwNSAxLjIxMi4wMTUgMS44MTkgMCAuMzQ3IDAgLjY5NS4wMTkgMS4wNGEuNzMuNzMgMCAwIDAgLjE1My40MzQuNjkuNjkgMCAwIDAgLjM3Ny4yNDhjLjMyMy4wOTcuNjU4LjE0NC45OTQuMTQxLjc1MS4wMTQgMS41MTYuMDE0IDIuMjc1LjAxNGg4LjQwM2MxLjE5NCAwIDIuMzg5LjA2MiAzLjU4Mi0uMDM3YTMuMTEgMy4xMSAwIDAgMCAuNjktLjE1LjY0OC42NDggMCAwIDAgLjMwOS0uMjEyYy4wOC0uMTAxLjEzMS0uMjI0LjE0NS0uMzU0LjAyMi0uMTE4LjAzNS0uMjM4LjAzOC0uMzU3LjAwMi0uMzczLS4wMS0uNzUyLS4wMS0xLjEyNnptLTE0LjUyOC4wNGMtLjI2IDAtLjUxNS0uMDgtLjczMS0uMjI5YTEuMzUgMS4zNSAwIDAgMS0uNDg1LS42MSAxLjQgMS40IDAgMCAxLS4wNzQtLjc4NWMuMDUtLjI2My4xNzYtLjUwNS4zNi0uNjk1LjE4My0uMTkuNDE4LS4zMi42NzMtLjM3Mi4yNTUtLjA1My41Mi0uMDI2Ljc2LjA3N3MuNDQ2LjI3Ny41OS41YTEuMzkxIDEuMzkxIDAgMCAxIC4xMjIgMS4yNzYgMS4zNjMgMS4zNjMgMCAwIDEtLjI4NS40NDIgMS4zMTMgMS4zMTMgMCAwIDEtLjQyNy4yOTVjLS4xNi4wNjgtLjMzLjEwMy0uNTAzLjEwM3YtLjAwMnptLS4yOTUtMy45MzdjLjAwOS0uMDM1LjAxMy0uMDU0LjAyLS4wNzFMMy43IDEuNTAyYy4wMTctLjA0My4wNC0uMDg0LjA2LS4xMjNhLjI2MS4yNjEgMCAwIDEgLjEtLjExNy4yNS4yNSAwIDAgMSAuMTQ4LS4wMzhoOC45MzdhLjI4Ny4yODcgMCAwIDEgLjE5NS4wNDljLjA1OC4wMzkuMS4wOTguMTIuMTY2LjE1OC4zODkuMzIuNzc3LjQ4MyAxLjE2NWwxLjAwNCAyLjQyOWMuMDEzLjAzLjAyNC4wNjQuMDQzLjExbC0xMi42MjMuMDMxem0xMi4zMzUgMy45NGExLjI4NiAxLjI4NiAwIDAgMS0uNzI5LS4yMzYgMS4zNTEgMS4zNTEgMCAwIDEtLjQ3OS0uNjE1IDEuNCAxLjQgMCAwIDEtLjA2OC0uNzg2Yy4wNTMtLjI2My4xOC0uNTA0LjM2Ni0uNjkyYTEuMjc2IDEuMjc2IDAgMCAxIDEuNDM2LS4yOGMuMjQuMTA0LjQ0NC4yOC41ODcuNTA2YTEuMzkyIDEuMzkyIDAgMCAxLS4xOCAxLjcxMyAxLjI5MyAxLjI5MyAwIDAgMS0uOTMzLjM5em0tMS4zMTUgMi42MTZ2MS41ODljMCAuMzM1LjAxNy42NzMuMDQgMS4wMDkuMDMuNDM0LjE5OS42MzguNTYzLjY0OGEzMC44NyAzMC44NyAwIDAgMCAxLjU4NCAwIC40MTMuNDEzIDAgMCAwIC4zLS4xMDEuNDQuNDQgMCAwIDAgLjE0OC0uMjg3Yy4wMzQtLjE1Mi4wNTMtLjMwNy4wNTYtLjQ2MnYtMi4zMThhLjc1NS43NTUgMCAwIDAgMC0uMDhoLTIuNjgxbC0uMDEuMDAyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center}.amlocator-route-creator .amlocator-label.-transit{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjMxOCA5VjIuNzdhLjY5OC42OTggMCAwIDAtLjItLjQ5LjY3Ny42NzcgMCAwIDAtLjQ4Mi0uMjAzVjBIMS4zNjR2Mi4wNzdhLjY3Ny42NzcgMCAwIDAtLjQ4Mi4yMDMuNjk4LjY5OCAwIDAgMC0uMi40OVY5SDB2NS41MzloMS4zNjR2Mi40MjNjMCAuMjc1LjEwNy41NC4zLjczNC4xOTEuMTk1LjQ1MS4zMDQuNzIyLjMwNGguNjgyYy4yNzEgMCAuNTMyLS4xMS43MjMtLjMwNC4xOTItLjE5NS4zLS40NTkuMy0uNzM1VjE0LjU0aDYuODE4djIuNDIzYzAgLjI3NS4xMDguNTQuMy43MzQuMTkxLjE5NS40NTIuMzA0LjcyMy4zMDRoLjY4MmMuMjcgMCAuNTMxLS4xMS43MjMtLjMwNC4xOTItLjE5NS4zLS40NTkuMy0uNzM1VjE0LjU0SDE1VjloLS42ODJ6bS0xLjE5MyAyLjc3YzAgLjIwNS0uMDYuNDA1LS4xNzIuNTc2LS4xMTMuMTctLjI3Mi4zMDQtLjQ2LjM4M2ExLjAwOCAxLjAwOCAwIDAgMS0xLjExNC0uMjI1IDEuMDQ0IDEuMDQ0IDAgMCAxLS4yMjItMS4xMzJjLjA3OC0uMTkuMjA5LS4zNTIuMzc3LS40NjZhMS4wMTIgMS4wMTIgMCAwIDEgMS4yOTEuMTI5Yy4xOTIuMTk1LjMuNDU5LjMuNzM0em0tOS4yMDUgMGMwIC4yMDUtLjA2LjQwNS0uMTcyLjU3NmExLjAwOCAxLjAwOCAwIDAgMS0xLjU3NC4xNTcgMS4wNDMgMS4wNDMgMCAwIDEtLjIyMS0xLjEzMWMuMDc3LS4xOS4yMDgtLjM1Mi4zNzctLjQ2NmExLjAxMiAxLjAxMiAwIDAgMSAxLjI5LjEyOWMuMTkzLjE5NS4zLjQ1OS4zLjczNHpNOC4xODIgOVYzLjQ2Mmg0Ljc3MlY5SDguMTgyek0yLjA0NSAzLjQ2Mmg0Ljc3M1Y5SDIuMDQ1VjMuNDYyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center}.amlocator-route-creator .amlocator-label.-walking{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuMjM4IDEwLjY2Nkw3LjM0NSA4LjA2bC0uMzcxIDIuMzUuOTAzIDEuMjQzYS44NC44NCAwIDAgMCAxLjE3NS4xODcuODQuODQgMCAwIDAgLjE4Ni0xLjE3NXpNNy4zMjMgMi40NGExLjY4MiAxLjY4MiAwIDEgMS0zLjM2NSAwIDEuNjgyIDEuNjgyIDAgMCAxIDMuMzY1IDB6TTQuMTU4IDE0LjQzNWwtMi4xODggMy4wM2ExLjAyOCAxLjAyOCAwIDEgMCAxLjY2NyAxLjIwNGwxLjc5LTIuNDc4LTEuMjY5LTEuNzU2eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik05LjgwNSAxNy40NjVsLTMuODYtNS4zNDUuNzk3LTUuMDMzYTIuMDU1IDIuMDU1IDAgMCAwLTEuNzEtMi4zNTJjLS42Ny0uMTA2LTEuMjUzLjE5OC0xLjc2NC41NjlMLjg0NCA3LjA2NWEuODQxLjg0MSAwIDAgMC0uMzM3LjU1TC4wMSAxMC43NTJhLjg0MS44NDEgMCAwIDAgMS42NjIuMjYzbC40NDMtMi43OTUgMS4xNzYtLjg1NS0uNDg1IDMuMDczYy0uMDg0LjUyOC4wMzcuODk4LjI4MSAxLjIzNmw1LjA1MSA2Ljk5NGExLjAyNyAxLjAyNyAwIDEgMCAxLjY2Ny0xLjIwNHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat center}.amlocator-route-creator .amlocator-label.-bicycling{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjEzNCA0LjI3NmExLjYzMSAxLjYzMSAwIDEgMC0yLjUyOC0yLjA2MiAxLjYzMSAxLjYzMSAwIDAgMCAyLjUyOCAyLjA2MnpNMTAuMDMxIDcuMDUzbDIuOTA3IDMuMDkyYS42Ni42NiAwIDAgMCAuOTM1LjAyOS42NjIuNjYyIDAgMCAwIC4wMjktLjkzNWwtMy42OTgtMy45MzVhLjY1LjY1IDAgMCAwLS4wODUtLjA3M2MtLjAxLS4wMS0uMDE4LS4wMi0uMDI5LS4wMjktLjUxNy0uNDM1LTEuNTI5LS41MzQtMi4zNy4zMDctMS4xNTMgMS4xNjItMS42OTkgMi4wMi0yLjI3MSAzLjY0LS4zMjkgMS4yMTguMzc3IDEuNzA1IDEuMDE1IDIuMDA3LjE2Ny4wOC4zMTIuMTQyLjQ0Mi4xNzQuMDM1LjAxMy4wNjguMDI4LjEwNS4wMzdsMi4zNjcuNTcyLS45MzggMy43MTFhLjg4Mi44ODIgMCAwIDAgMS43MS40MzNsMS4xNTctNC41NzZhLjg4Mi44ODIgMCAwIDAtLjY0OC0xLjA3NGwtMi41My0uNjFjLjQ5Ny0xLjAwMyAxLjI2NC0xLjkzOCAxLjgtMi42NDYuMDM2LS4wNC4wNy0uMDgxLjEwMi0uMTI0eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTkgMTUuMmEzLjggMy44IDAgMSAxLTcuNiAwIDMuOCAzLjggMCAwIDEgNy42IDB6bS0zLjggMS45YTEuOSAxLjkgMCAxIDAgMC0zLjggMS45IDEuOSAwIDAgMCAwIDMuOHpNNy42IDE1LjJhMy44IDMuOCAwIDEgMS03LjYgMCAzLjggMy44IDAgMCAxIDcuNiAwem0tMy44IDEuOWExLjkgMS45IDAgMSAwIDAtMy44IDEuOSAxLjkgMCAwIDAgMCAzLjh6IiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat center}.amlocator-route-creator .amlocator-addresses{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-align-items:center;align-items:center;margin-top:10px}.amlocator-route-creator .amlocator-inputs{flex:1;margin:0 25px}.amlocator-route-creator .amlocator-address{height:35px;border:none}.amlocator-route-creator .amlocator-address.-end{color:#707070;background:#f2f2f2}.amlocator-route-creator .amlocator-address:not(:last-of-type){margin-bottom:15px}.amlocator-route-creator .amlocator-swap+.amlocator-label{display:block;width:20px;height:33px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcgMTZhMSAxIDAgMSAwIDIgMEg3ek04LjcwNy4yOTNhMSAxIDAgMCAwLTEuNDE0IDBMLjkyOSA2LjY1N0ExIDEgMCAwIDAgMi4zNDMgOC4wN0w4IDIuNDE0bDUuNjU3IDUuNjU3YTEgMSAwIDEgMCAxLjQxNC0xLjQxNEw4LjcwNy4yOTN6TTkgMTZWMUg3djE1aDJ6TTE0IDE2YTEgMSAwIDEgMC0yIDBoMnptLTEuNzA3IDE1LjcwN2ExIDEgMCAwIDAgMS40MTQgMGw2LjM2NC02LjM2NGExIDEgMCAwIDAtMS40MTQtMS40MTRMMTMgMjkuNTg2bC01LjY1Ny01LjY1N2ExIDEgMCAwIDAtMS40MTQgMS40MTRsNi4zNjQgNi4zNjR6TTEyIDE2djE1aDJWMTZoLTJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+) no-repeat center;cursor:pointer;opacity:0.3;transition:all .3s ease}.amlocator-route-creator .amlocator-swap+.amlocator-label:hover{opacity:1}.amlocator-route-icon{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-align-items:center;align-items:center;width:13px;height:65px}.amlocator-route-icon .amlocator-icon{box-sizing:border-box}.amlocator-route-icon .amlocator-icon.-start{width:12px;height:12px;border:3px solid #fff;border-radius:10px}.amlocator-route-icon .amlocator-icon.-dot{width:4px;height:4px;background:#2d93e2;border-radius:10px}.amlocator-route-icon .amlocator-icon.-end{width:13px;height:18px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02Ljc1IDE4UzEzIDExLjc0NyAxMyA2YzAtNC0zLTYtNi41LTZTMCAyIDAgNmMwIDUuNzQ3IDYuNzUgMTIgNi43NSAxMnpNNi41IDlhMi41IDIuNSAwIDEgMCAwLTUgMi41IDIuNSAwIDAgMCAwIDV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat center}.amlocator-collapse-title{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;padding:5px 0 10px 0;font-weight:600;font-size:16px;color:#000;cursor:pointer;box-sizing:border-box}.amlocator-directions-container table.adp-placemark{color:#fff;background:#1978c3}.amlocator-directions-container td.adp-text{font-weight:600;vertical-align:middle}.amlocator-location-info{box-sizing:border-box;padding:15px}.amlocator-location-info .amlocator-block{margin-bottom:10px}.amlocator-location-info .amlocator-link{cursor:pointer;color:#000}.amlocator-location-info .amlocator-icon{display:inline-block;width:20px;height:20px;margin-right:15px;vertical-align:middle;background-color:#1979c3;border-radius:10px}.amlocator-location-info .amlocator-icon.-website{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMGE2IDYgMCAxIDEgMCAxMkE2IDYgMCAwIDEgNiAwem00LjQwOCAyLjg1NGMtLjQ2MS4zMDktLjk1My41NjktMS40NjguNzc2LjIyMi42Ny4zNSAxLjM2Ny4zOCAyLjA3MWgyLjA4N2E1LjQxIDUuNDEgMCAwIDAtMS0yLjg0N3ptLTguODEzIDBBNS40IDUuNCAwIDAgMCAuNiA1LjcwMmgyLjA4Yy4wMy0uNzA1LjE1OC0xLjQwMi4zOC0yLjA3MmE3Ljk5NiA3Ljk5NiAwIDAgMS0xLjQ2Ni0uNzc2em04LjgxMyA2LjI5MmE1LjQgNS40IDAgMCAwIDEtMi44NDdIOS4zMjJhNy41OSA3LjU5IDAgMCAxLS4zNiAyLjA3N2MuNTA3LjIwNy45OS40NjUgMS40NDUuNzd6TS42IDYuMjk2YTUuNDA3IDUuNDA3IDAgMCAwIDEgMi44NSA3Ljk5MyA3Ljk5MyAwIDAgMSAxLjQ0NC0uNzcgNy41OTQgNy41OTQgMCAwIDEtLjM2Ni0yLjA4SC42em01LjEwNyAxLjUxMnYtMS41MUgzLjI3NGMtLjAzNC4zMzQuMTkgMS42MjIuMzI2IDEuODc4YTcuODk3IDcuODk3IDAgMCAxIDIuMTAyLS4zNjZsLjAwNS0uMDAyem0zLjAyOS0xLjUxSDYuMjk5VjcuODFhNy45MiA3LjkyIDAgMCAxIDIuMTAxLjM2OGMuMTk3LS42MDguMzEtMS4yNC4zMzYtMS44OHptLTMuMDMyLS42VjQuMTlhNy45MyA3LjkzIDAgMCAxLTIuMDg0LS4zNmMtLjE1OC4zNC0uMzkzIDEuNjQzLS4zNCAxLjg3NWgyLjQyNHYtLjAwNnptMi42ODMtMS44NzFhNy45NDMgNy45NDMgMCAwIDEtMi4wODguMzZ2MS41MTVoMi40MzVhNy4wNCA3LjA0IDAgMCAwLS4zNDctMS44NzV6TTMuOCA4LjczNGE3LjA0NSA3LjA0NSAwIDAgMCAxLjkwMiAyLjYyVjguNGMtLjM2OC0uMDI0LTEuNTMyLjE3OS0xLjkwMi4zMzR6bTIuNDk4IDIuNjIyYTcuMDU3IDcuMDU3IDAgMCAwIDEuOTA0LTIuNjI3QTcuMzggNy4zOCAwIDAgMCA2LjI5OCA4LjR2Mi45NTZ6TTMuODIyIDMuMjc0Yy40MjguMTYgMS41OTIuMzYgMS44OC4zMjJWLjcwNmE3LjA1MiA3LjA1MiAwIDAgMC0xLjg4IDIuNTY4em00LjM2IDBBNy4wNTIgNy4wNTIgMCAwIDAgNi4yOTkuNzA2VjMuNmE3LjM5NyA3LjM5NyAwIDAgMCAxLjg4My0uMzIzdi0uMDAzem0tNC45MTQtLjE5NUE3LjcyMiA3LjcyMiAwIDAgMSA0LjgyNC43MiA1LjM4OCA1LjM4OCAwIDAgMCAxLjk2MiAyLjRjLjQxMS4yNy44NDkuNDk4IDEuMzA2LjY4ek03LjE3OC43MmE3Ljc0OCA3Ljc0OCAwIDAgMSAxLjU2IDIuMzYgNy4yMTYgNy4yMTYgMCAwIDAgMS4zMDUtLjY4NkE1LjQgNS40IDAgMCAwIDcuMTc3Ljcyem0uMDggMTAuNTRhNS4zNjQgNS4zNjQgMCAwIDAgMi43ODEtMS42NTNBNy4yMjUgNy4yMjUgMCAwIDAgOC43NiA4LjkzYTcuODQyIDcuODQyIDAgMCAxLTEuNTAxIDIuMzN6TTEuOTYzIDkuNjA3YTUuMzcxIDUuMzcxIDAgMCAwIDIuNzgyIDEuNjUzIDcuODI4IDcuODI4IDAgMCAxLTEuNDk4LTIuMzNjLS40NS4xODItLjg4LjQxLTEuMjg0LjY3N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:center}.amlocator-location-info .amlocator-icon.-phone{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNzUgMS45NjZsMS4xMTgtLjc0M2MuMzY3LS4yNDUuNzUyLS4xNTQuOTU0LjI1NWwuOTU1IDEuOTM1LS43NjUuODZjLS4yNTMuMjkzLS40NDMuNTcyLS4yNjkuOTg5LjY4NyAxLjY0OCAyLjI4MiAzLjU4IDMuNzcgNC41NjcuMzc3LjI1LjY4Ny4xMTYgMS4wMjItLjA3N2wuOTktLjU4OCAxLjcyIDEuMzA0Yy4zNjMuMjc2LjM3OS42NzEuMDY5Ljk4NmwtLjk0Mi45NTVDNy4yMDcgMTQuNjA2LTEuODQzIDMuNjM2Ljc1MSAxLjk2N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:center}.amlocator-location-info .amlocator-icon.-email{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuNDQzIDFIMS41NTdDMS4yNSAxIDEgMS4yMTcgMSAxLjQ4NHY1LjAzMmMwIC4yNjcuMjUuNDg0LjU1Ny40ODRoOC44ODZjLjMwNyAwIC41NTctLjIxNy41NTctLjQ4NFYxLjQ4NGMwLS4yNjctLjI1LS40ODQtLjU1Ny0uNDg0em0tOC44ODYuMjUyaDguODg2Yy4xNDMgMCAuMjYuMDk5LjI2Ni4yMjJMNi4yMjYgNC42NzFhLjQyOC40MjggMCAwIDEtLjQ1MiAwTDEuMjkxIDEuNDc0Yy4wMDYtLjEyMy4xMjMtLjIyMi4yNjYtLjIyMnpNMS4yOSAxLjhMNC4zNzUgNCAxLjI5IDYuMlYxLjh6bTkuMTUzIDQuOTQ4SDEuNTU3Yy0uMTQzIDAtLjI2LS4wOTktLjI2Ni0uMjIybDMuMzEzLTIuMzYzLjk4Ni43MDNBLjcxMS43MTEgMCAwIDAgNiA0Ljk5YS43MTIuNzEyIDAgMCAwIC40MS0uMTIzbC45ODYtLjcwMyAzLjMxMyAyLjM2M2MtLjAwNi4xMjMtLjEyMy4yMjItLjI2Ni4yMjJ6bS4yNjYtLjU0OEw3LjYyNSA0bDMuMDg0LTIuMnY0LjR6IiBmaWxsPSIjZmZmIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iLjQiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:center}.amlocator-location-container .amlocator-schedule-container .amlocator-today{padding-right:0;padding-left:30px;background:none;cursor:pointer}.amlocator-location-container .amlocator-schedule-container .amlocator-today:before{top:5px;left:0;width:20px;height:20px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDBDNC40ODggMCAwIDQuNDg4IDAgMTBzNC40ODggMTAgMTAgMTAgMTAtNC40ODggMTAtMTBTMTUuNTEyIDAgMTAgMHoiIGZpbGw9IiMxOTc5QzMiLz48cGF0aCBkPSJNMTAuMDk5IDRIOXY2LjEzNkwxMy4zNCAxM2wuNjYtLjcyNy0zLjkwMS0yLjU5MVY0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center}.amlocator-location-container .amlocator-schedule-table .amlocator-cell.-day{padding-left:10px}.amlocator-location-container .amlocator-schedule-table .amlocator-cell.-time{padding-right:8px}.amlocator-location-gallery{padding:0 15px}.amlocator-location-gallery>.amlocator-wrapper{height:80px;padding:0 25px}.amlocator-location-gallery .amlocator-link{height:80px;text-align:center}.amlocator-location-gallery .amlocator-image{display:inline-block;height:100%;vertical-align:middle}.amlocator-location-gallery .amlocator-wrapper .slick-list .slick-track .slick-slide{display:inline-block}.fancybox-button,.fancybox-button:hover{box-shadow:none !important}.amlocator-location-reviews{max-height:500px;overflow:auto}.amlocator-location-reviews .amlocator-items{margin:0;padding:0;list-style:none none}.amlocator-reviews-general{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center}.amlocator-reviews-general .amlocator-value{margin-right:10px;font-weight:400;font-size:50px}.amlocator-reviews-general .amlocator-wrapper{margin-right:20px}.amlocator-location-review{padding:10px 0 0}.amlocator-location-review .amlocator-name{font-weight:bold}.amlocator-location-review .amlocator-message{max-height:1000px;margin-top:10px;overflow:auto;word-wrap:break-word;word-break:break-word;transition:all .3s ease}.amlocator-location-review .amlocator-message.-collapsed{max-height:60px;overflow:hidden}.amlocator-location-review .amlocator-footer{display:-webkit-flex;display:-ms-flexbox;display:flex}.amlocator-location-review .amlocator-link.-full,.amlocator-location-review .amlocator-link.-full:visited,.amlocator-location-review .amlocator-link.-full:active,.amlocator-location-review .amlocator-link.-full:hover{position:relative;margin-right:14px;font-size:12px;color:#6b8fab;cursor:pointer}.amlocator-location-review .amlocator-date{margin-left:auto;font-size:12px;color:#c4c4c4;margin-right:5px}.amlocator-attributes-container{padding:30px 20px;display:none}.amlocator-location-attribute:not(:first-of-type){margin-top:25px}.amlocator-location-attribute .amlocator-label{margin-right:10px}.amlocator-location-attribute .amlocator-values{display:inline-block}.amlocator-location-attribute .amlocator-value{display:inline-block;margin:0 10px 5px 0;padding:5px 10px;border-radius:2px;box-shadow:0 2px 4px rgba(45,147,226,0.1)}.amlocator-location-attribute .amlocator-value.-multiselect{color:#363636;background:#fff}.hidden{display:none}.loading-mask{z-index:100001 !important}.amlocator-popup-overlay{position:fixed;top:0;left:0;z-index:99999;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;width:100vw;height:100vh;background:#00000047}.amlocator-review-popup{position:relative;box-sizing:border-box;width:80vw;min-width:300px;max-width:500px;padding:30px;background:#fff;border-radius:10px}.amlocator-review-popup .amlocator-header{margin-bottom:10px;font-size:16px}.amlocator-review-popup .amlocator-name{font-weight:600;word-break:break-all;word-wrap:break-word}.amlocator-review-popup .amlocator-close{position:absolute;top:10px;right:10px;display:block;padding:10px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMS45IDIxLjkiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMTQuMSAxMS4zYy0uMi0uMi0uMi0uNSAwLS43bDcuNS03LjVjLjItLjIuMy0uNS4zLS43cy0uMS0uNS0uMy0uN0wyMC4yLjNjLS4yLS4yLS41LS4zLS43LS4zLS4zIDAtLjUuMS0uNy4zbC03LjUgNy41Yy0uMi4yLS41LjItLjcgMEwzLjEuM0MyLjkuMSAyLjYgMCAyLjQgMHMtLjUuMS0uNy4zTC4zIDEuN2MtLjIuMi0uMy41LS4zLjdzLjEuNS4zLjdsNy41IDcuNWMuMi4yLjIuNSAwIC43TC4zIDE4LjhjLS4yLjItLjMuNS0uMy43cy4xLjUuMy43bDEuNCAxLjRjLjIuMi41LjMuNy4zcy41LS4xLjctLjNsNy41LTcuNWMuMi0uMi41LS4yLjcgMGw3LjUgNy41Yy4yLjIuNS4zLjcuM3MuNS0uMS43LS4zbDEuNC0xLjRjLjItLjIuMy0uNS4zLS43cy0uMS0uNS0uMy0uN2wtNy41LTcuNXoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiNFOUU2RTYiIGZpbGw9IiNFQkVCRUIiLz48L3N2Zz4=) no-repeat center;background-size:70%;cursor:pointer}.amlocator-review-popup .amlocator-close:hover{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMS45IDIxLjkiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMTQuMSAxMS4zYy0uMi0uMi0uMi0uNSAwLS43bDcuNS03LjVjLjItLjIuMy0uNS4zLS43cy0uMS0uNS0uMy0uN0wyMC4yLjNjLS4yLS4yLS41LS4zLS43LS4zLS4zIDAtLjUuMS0uNy4zbC03LjUgNy41Yy0uMi4yLS41LjItLjcgMEwzLjEuM0MyLjkuMSAyLjYgMCAyLjQgMHMtLjUuMS0uNy4zTC4zIDEuN2MtLjIuMi0uMy41LS4zLjdzLjEuNS4zLjdsNy41IDcuNWMuMi4yLjIuNSAwIC43TC4zIDE4LjhjLS4yLjItLjMuNS0uMy43cy4xLjUuMy43bDEuNCAxLjRjLjIuMi41LjMuNy4zcy41LS4xLjctLjNsNy41LTcuNWMuMi0uMi41LS4yLjcgMGw3LjUgNy41Yy4yLjIuNS4zLjcuM3MuNS0uMS43LS4zbDEuNC0xLjRjLjItLjIuMy0uNS4zLS43cy0uMS0uNS0uMy0uN2wtNy41LTcuNXoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMxOTc5YzMiIGZpbGw9IiMxOTc5YzMiLz48L3N2Zz4=) no-repeat center;background-size:70%}.amlocator-review-form .review-field-rating .control{margin:5px 0 40px}.amlocator-review-form .review-field-rating .label{font-weight:400;color:#3f3f3f}.amlocator-review-form .review-control-vote:before{content:'';width:165px;height:27px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=)}.amlocator-review-form .review-control-vote label:before{content:'';display:inline-block;height:27px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+)}.amlocator-review-form .review-control-vote input[type="radio"]:not(:checked)+label:hover:before{opacity:1;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);cursor:pointer}.amlocator-review-form .review-control-vote .rating-5:before{width:165px}.amlocator-review-form .review-control-vote .rating-4:before{width:132px}.amlocator-review-form .review-control-vote .rating-3:before{width:99px}.amlocator-review-form .review-control-vote .rating-2:before{width:66px}.amlocator-review-form .review-control-vote .rating-1:before{width:33px}.amlocator-review-form.review-form .action.submit.primary{width:inherit;min-height:40px;color:#fff;background:#1979c3;border:0;border-radius:0}.amlocator-review-form.review-form .action.submit.primary:hover{background:#1c87da}.amlocator-review-form .label-gdpr.amreview-checboxlabel span{color:#e02b27;font-size:1.2rem;margin:0 0 0 5px}.amlocator-review-form .field.review-field-ratings .label{margin:10px 15px 0 0;vertical-align:top}.amlocator-review-form .field.review-field-ratings .control{display:inline-block;width:100%;vertical-align:top}.ampickup-store-container{display:flex;flex-wrap:wrap;margin-top:15px}.ampickup-store-container.-cart{padding:0 5px}.ampickup-store-container .ampickup-field{width:100%}.ampickup-store-container .ampickup-field:not(:last-of-type){margin-bottom:10px}.ampickup-store-container .ampickup-field select,.ampickup-store-container .ampickup-field input{padding:5px 10px;height:inherit}.ampickup-store-container .ampickup-field.-store .ampickup-wrapper{display:flex;align-items:center;flex-direction:column}.ampickup-store-container .ampickup-field.-date .control{display:flex;flex-wrap:wrap}.ampickup-store-container .ampickup-field.-date input{flex:1 1 80%}.ampickup-store-container .ampickup-field.-date .ui-datepicker-trigger{flex:1 1 20%;max-width:50px}.ampickup-store-container .ampickup-separator{align-self:stretch;margin:15px 0;width:inherit;border-top:1px solid #c7c7c7}.ampickup-store-container .ampickup-choosemap{display:inline-block;margin:0 auto 0 0;padding:5px 15px;border-radius:4px;background:#1979c3;color:#fff;white-space:nowrap;cursor:pointer}.ampickup-store-container .ampickup-choosemap:hover{background:#135896}.ampickup-store-container .label{display:inline-block;margin-bottom:8px}.ampickup-details-container{flex:1 1 100%;margin-bottom:15px}.ampickup-details-container .ampickup-title{margin:0 0 15px}.ampickup-details-container div:empty,.ampickup-details-container div:empty+br{display:none}.amcheckout-step-container .amcheckout-shipping-address .ampickup-details-container.shipping-address-details{width:100%}.ampickup-map-popup{position:fixed;top:0;left:0;z-index:99999;display:flex;align-items:center;justify-content:center;width:100vw;height:100vh}.ampickup-map-popup .ampickup-overlay{position:absolute;z-index:1;width:100vw;height:100vh;background:rgba(0,0,0,0.5)}.ampickup-map-popup .ampickup-title{display:block;margin-bottom:15px;font-size:22px}.ampickup-map-popup .ampickup-content{position:relative;z-index:2;overflow:auto;box-sizing:border-box;padding:25px;max-height:95vh;width:90vw;border-radius:4px;background:#fff}.ampickup-map-popup .ampickup-close{position:absolute;top:10px;right:10px;width:25px;height:25px;opacity:.3;cursor:pointer}.ampickup-map-popup .ampickup-close:hover{opacity:1}.ampickup-map-popup .ampickup-close:before,.ampickup-map-popup .ampickup-close:after{position:absolute;left:11px;width:2px;height:27px;background-color:#333;content:' '}.ampickup-map-popup .ampickup-close:before{transform:rotate(45deg)}.ampickup-map-popup .ampickup-close:after{transform:rotate(-45deg)}.ampickup-map-popup .amlocator-block.-map{box-sizing:border-box}.ampickup-nostores-message{margin-top:15px}.ampickup-nostores-message.-background{margin-bottom:15px;padding:10px;background:#f6f6f6}.ampickup-curbside-banner-img{width:100%}.ampickup-options-container{box-sizing:border-box;margin:5px 0 20px;width:100%;word-wrap:break-word;word-break:break-word}.ampickup-options-container .ampickup-comment{display:block}.ampickup-options-container .ampickup-comment label{display:none}.checkout-index-index .ampickup-options-container{margin-bottom:40px}.ampickup-conditions-container.block{margin-top:5px;margin-bottom:10px !important}.ampickup-conditions-container.block>.title{padding:5px 0;border-top:none}.ampickup-conditions-container.block>.title:after{top:7px}.ampickup-conditions-container.block>.content{padding:10px 0 0;word-wrap:break-word;word-break:break-word}.ampickup-curbside-label{display:flex;align-items:center;margin-top:5px}.ampickup-curbside-label:before{display:block;flex-shrink:0;margin-right:5px;width:18px;height:18px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkgLjVjLTQuOTYgMC05IDQuMDQtOSA5czQuMDQgOSA5IDkgOS00LjA0IDktOS00LjA0LTktOS05em00LjE4NiA3LjM2N2wtNS4wMjMgNS4wMjRhLjgyNy44MjcgMCAwMS0uNTg2LjI1LjgyNy44MjcgMCAwMS0uNTg2LS4yNWwtMi41OTYtMi41NTRhLjgzNC44MzQgMCAwMTAtMS4xOTMuODM0LjgzNCAwIDAxMS4xOTMgMGwxLjk2OCAxLjk2OCA0LjQzNy00LjQzOGEuODM0LjgzNCAwIDAxMS4xOTMgMCAuODczLjg3MyAwIDAxMCAxLjE5M3oiIGZpbGw9IiM4MkI2ODciLz48L3N2Zz4=) no-repeat center;content:''}.amlocator-store-information .ampickup-curbside-label,.amlocator-info-popup .ampickup-curbside-label{margin-bottom:5px}.amlocator-location-info .ampickup-curbside-label{margin-bottom:10px}.ampickup-map-popup .amlocator-button.-pickup{float:right;margin-top:10px;min-height:inherit}.ampickup-map-popup .amlocator-button.-pickup:hover{background:#2b93e4}.ampickup-map-popup .amlocator-search-container .amlocator-title{display:block}.ampickup-map-popup .amlocator-search-container .amlocator-select.-measurement{margin-bottom:5px}.ampickup-map-popup .amlocator-search-radius .amlocator-radio+.amlocator-label{padding:5px 10px}.ampickup-map-popup .amlocator-search-radius .amlocator-radio+.amlocator-label:hover{background:#dfdfdf}.ampickup-map-popup .amlocator-main-container .amlocator-block.-separator{border-top:1px solid #e7e7e7}.ampickup-map-popup .amlocator-attribute-wrapper .amlocator-label{cursor:pointer}.ampickup-map-popup .amlocator-filters-container .amlocator-clear{border:none;background:none;box-shadow:none;font-weight:normal;font-size:12px}.ampickup-map-popup .amlocator-store-desc.-active .amlocator-button.-pickup{margin-top:10px;background:#f6f6f6;color:#1979c3}.ampickup-map-popup .amlocator-store-desc.-active .amlocator-button.-pickup:hover{background:#ddd}.ampickup-map-popup .amlocator-store-information{flex:auto}.ampickup-details-container .amlocator-location-info{padding:0}.ampickup-details-container .amlocator-link{display:flex;color:inherit;word-wrap:break-word;word-break:break-word}.ampickup-details-container .amlocator-link:not(:last-of-type){margin-bottom:7px}.ampickup-details-container .amlocator-link .amlocator-icon{min-width:20px}.pac-container.pac-logo{z-index:999999}.paypal-review .ampickup-store-container.fieldset{display:flex}.paypal-review .fieldset>.ampickup-field.field>.label{display:inline-block}.paypal-review a.-disabled{opacity:.5;cursor:not-allowed}.amazon-button-container{display:table;margin:0 0 22px}.amazon-button-container__cell{display:table-cell;min-width:45px;position:relative}.amazon-button-container img{display:block}.amazon-button-container .field-tooltip{display:none;margin:-12px 0 0;right:5px;top:50%}.checkout-shipping-address .amazon-button-container{margin:22px 0}.login-container .block-amazon-login .actions-toolbar{margin-top:25px}.amazon-validate-container .block .block-title{font-size:1.8rem}.amazon-validate-container .fieldset:after{margin:10px 0 0;content:attr(data-hasrequired);display:block;letter-spacing:normal;word-spacing:normal;color:#e02b27;font-size:1.2rem}.amazon-validate-container .fieldset:after{margin-top:35px}@media all and (max-width:768px){.amazon-button-container{width:100%}}.amazon-logout-widget{display:none}.amazon-divider{border-bottom:1px solid #ccc;line-height:0.1em;margin:18px 0 20px;text-align:center;max-width:500px}.amazon-divider span{background:#fff;padding:0 5px}.product-social-links,.amazon-minicart-container{width:100%;display:block;text-align:center}.product-social-links .amazon-button-container,.amazon-minicart-container .amazon-button-container{display:inline-block;margin:0px}.product-social-links .field-tooltip .field-tooltip-content,.amazon-minicart-container .field-tooltip .field-tooltip-content{top:38px;left:-245px}.product-social-links .field-tooltip .field-tooltip-content:before,.amazon-minicart-container .field-tooltip .field-tooltip-content:before{border:none;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #666;top:-10px;left:244px}.product-social-links .field-tooltip .field-tooltip-content:after,.amazon-minicart-container .field-tooltip .field-tooltip-content:after{border:none;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #f4f4f4;top:-8px;left:244px}.product-social-links .amazon-button-container{margin-bottom:30px;display:block}.amazon-checkout-now{border-top:1px solid #c1c1c1;padding-top:10px;margin-bottom:10px}.amazon-addtoCart{display:block;width:100%;height:100%;position:absolute;left:0;top:0}.revert-checkout{margin-top:20px;margin-bottom:20px;display:block}.centered-button{text-align:center;display:inline-block}.catalog-product-view .centered-button{display:table}.checkout-payment-method .amazon-sandbox-simulator{border-bottom:1px solid #ccc}.checkout-payment-method .amazon-sandbox-simulator .payment-option-title{border-top:none;padding-top:0}.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario{margin-bottom:10px}.checkout-methods-items .amazon-minicart-container .amazon-divider{display:none}.checkout-methods-items .centered-button{margin-bottom:0}@media all and (max-width:768px){.checkout-methods-items .centered-button{width:auto}}.checkout-methods-items .field-tooltip{display:none}.checkout-methods-items .field-tooltip .field-tooltip-content{right:-10px;top:40px;left:auto}.checkout-methods-items .field-tooltip .field-tooltip-content:before,.checkout-methods-items .field-tooltip .field-tooltip-content:after{border:10px solid transparent;height:0;width:0;margin-top:-21px;right:10px;left:auto;top:0}.checkout-methods-items .field-tooltip .field-tooltip-content:before{border-bottom-color:#999}.checkout-methods-items .field-tooltip .field-tooltip-content:after{border-bottom-color:#f4f4f4;top:1px}@media all and (max-width:768px){.checkout-methods-items .field-tooltip .field-tooltip-content{right:-56px;top:38px;left:auto}.checkout-methods-items .field-tooltip .field-tooltip-content:before,.checkout-methods-items .field-tooltip .field-tooltip-content:after{right:56px}}.amazon-widget{max-width:400px;height:228px}.amazon-widget--address{margin-top:20px}.amazon-addresses{margin-top:20px}.amazon-addresses .amazon-address{margin-bottom:20px}#checkout-step-shipping .amazon-divider{margin:40px 0}.checkout-payment-method .amazon-payment-method .payment-method-title{visibility:hidden;padding-bottom:0}.opc-progress-bar-item._complete.lock-step{cursor:none;pointer-events:none}@media all and (max-width:768px){.amazon-minicart-container .amazon-button-container{width:auto}}.googlepay-button-container button,.googlepay-button-container .cart.table-wrapper .actions-toolbar>.action,.googlepay-button-container .action-gift{background-repeat:no-repeat;background-origin:content-box;background-position:center center;background-size:contain;border:0}.klarna-payments-method-cell{display:table-cell;vertical-align:middle}label.klarna-payments-method-cell>span{padding-left:5px}span.klarna-payments-method-cell>img{display:block}.mp-stop-scrolling{height:100%;overflow:hidden}#mp_scroll_loading{display:none;height:100%;width:100%;text-align:center;background-color:rgba(255,255,255,0.4);position:fixed;top:0;left:0;z-index:99}#mp_scroll_loading>div{padding-top:15%}#mp_scroll_loading img{max-width:200px}.cwsMostviewed .title{text-align:center;margin:20px 0}.cwsMostviewed .title:after{content:'';width:160px;border-bottom:4px double #ccc;margin:0 auto;display:block}.cwsMostviewed .title h3{font-size:3.4rem;font-weight:300;text-transform:uppercase}.cwsMostviewed{position:relative;flex:0;margin-bottom:25px}.cwsMostviewed .product-item-info{width:auto}.cwsMostviewed .products-grid.grid1 .product-item{width:100%}.cwsMostviewed .products-grid.grid2 .product-item{width:50%}.cwsMostviewed .products-grid.grid3 .product-item{width:33.33%}.cwsMostviewed .products-grid.grid4 .product-item{width:25%}.cwsMostviewed .products-grid.grid5 .product-item{width:20%}.cwsMostviewed .products-grid.grid6 .product-item{width:16.66%}.page-layout-1column .mage-mostviewed-slider.products-grid .product-item,.page-layout-2columns-left .mage-mostviewed-slider.products-grid .product-item,.page-layout-2columns-right .mage-mostviewed-slider.products-grid .product-item{width:100%}.mage-mostviewed-slider .owl-stage-outer{padding:20px 0 35px 0}.column.main .mage-mostviewed-slider .product-item{padding:5px 18px;text-align:center}.mageMostviewedToolbar .pages,.mageMostviewedToolbar .limiter{display:inline-block}.mageMostviewedToolbar .toolbar-amount{display:inline !important}.mageMostviewedToolbar{border-top:4px double #ccc;padding-top:20px;margin-top:20px}.mageMostviewedToolbar .pages strong.page,.mageMostviewedToolbar .pages a.page{color:#7d7d7d;background:#f0f0f0;border:1px solid #ccc;border-radius:3px;-wevkit-border-radius:3px;box-shadow:0 1px 0 0 #fff inset,0 -1px 0 0 rgba(204,204,204,0.3) inset;-webkit-box-shadow:0 1px 0 0 #fff inset,0 -1px 0 0 rgba(204,204,204,0.3) inset;padding:0 10px}.mageMostviewedToolbar .pages strong.page{color:#fff;background:#1979c3;border:1px solid #1979c3;box-shadow:0 1px 0 0 #5cb5fa inset,0 -1px 0 0 #5cb5fa inset;-webkit-box-shadow:0 1px 0 0 #5cb5fa inset,0 -1px 0 0 #5cb5fa inset}.mageMostviewedToolbar .pages .items{margin-left:325px !important}.mageMostviewedToolbar .pages a:hover.page{background:#dedede}.mageMostviewedToolbar .toolbar-amount{font-weight:bold}.mage-mostviewed-slider .owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.mage-mostviewed-slider .owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.mage-mostviewed-slider .owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.mage-mostviewed-slider .owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px, 0px, 0px)}.mage-mostviewed-slider .owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.mage-mostviewed-slider .owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.mage-mostviewed-slider .owl-carousel .owl-nav{position:absolute;top:50%;width:100%;margin-top:-40px}.mage-mostviewed-slider .owl-carousel .owl-nav.disabled,.mage-mostviewed-slider .owl-carousel .owl-dots.disabled{display:none}.mage-mostviewed-slider .owl-carousel .owl-nav .owl-prev,.mage-mostviewed-slider .owl-carousel .owl-nav .owl-next{background:#f0f0f0;border:1px solid #ccc;color:#7d7d7d;box-shadow:inset 0 1px 0 0 #fff,inset 0 -1px 0 0 rgba(204,204,204,0.3);-webkit-box-shadow:inset 0 1px 0 0 #fff,inset 0 -1px 0 0 rgba(204,204,204,0.3);border-radius:3px;-webkit-border-radius:3px;padding:0;display:inline-block;text-decoration:none;width:35px;height:35px;overflow:hidden;line-height:35px;text-align:center;position:absolute;text-indent:-9999em;text-align:left}.mage-mostviewed-slider .owl-carousel .owl-nav .owl-prev:hover,.mage-mostviewed-slider .owl-carousel .owl-nav .owl-next:hover{background:#f6f6f6}.mage-mostviewed-slider .owl-carousel .owl-nav .owl-next{right:0}.mage-mostviewed-slider .owl-carousel .owl-nav .owl-next:before,.mage-mostviewed-slider .owl-carousel .owl-nav .owl-prev:before{left:15px;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(0,0,0,0);border-left-color:#7d7d7d;border-width:6px;margin-top:-6px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.mage-mostviewed-slider .owl-carousel .owl-nav .owl-prev:before{border-right-color:#7d7d7d;border-left-color:transparent;left:8px}.mage-mostviewed-slider .owl-carousel .owl-nav .owl-prev,.mage-mostviewed-slider .owl-carousel .owl-nav .owl-next,.mage-mostviewed-slider .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}.mage-mostviewed-slider .owl-dots{text-align:center;display:inline-block;zoom:1;width:100%}.mage-mostviewed-slider .owl-dot{display:inline-block}.mage-mostviewed-slider .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#ddd;display:block;border-radius:30px;-webkit-border-radius:30px}.mage-mostviewed-slider .owl-dot.active span,.mage-mostviewed-slider .owl-dot:hover span{background:#2f2f2f}.mage-mostviewed-slider .owl-carousel.owl-loaded{display:block}.mage-mostviewed-slider .owl-carousel.owl-loading{opacity:0;display:block}.mage-mostviewed-slider .owl-carousel.owl-hidden{opacity:0}.mage-mostviewed-slider .owl-carousel.owl-refresh .owl-item{display:none}.mage-mostviewed-slider .owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mage-mostviewed-slider .owl-carousel.owl-grab{cursor:move;cursor:grab}.no-js .owl-carousel{display:block}.mage-mostviewed-slider .owl-height{transition:height 500ms ease-in-out}.mage-mostviewed-slider .owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}.mage-mostviewed-slider .owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cwsMostviewed .products-grid.grid3 .product-item{padding:10px;margin-bottom:45px;text-align:center}.product-item-actions .actions-primary{display:inline-block}.product-item-actions .actions-primary+.actions-secondary{display:inline-block;width:auto}.column.main .mage-mostviewed-slider .product-item{padding:5px 18px;text-align:center}.listMostviewed .title h3{font-size:18px;text-align:left}.listMostviewed .title:after{display:none}.listMostviewed .toolbar-amount{font-size:1.2rem;font-weight:normal}.listMostviewed .pages{display:inherit;text-align:left;clear:both}.listMostviewed .toolbar{text-align:left;border:none}.listMostviewed .pages .items{margin-left:0 !important}.listMostviewed .pages .item{margin:0}.listMostviewed .pages .items li .page{display:none}.listMostviewed .pages .action.next{margin-left:0}@media only screen and (max-width:1200px){.cwsMostviewed .products-grid.grid6 .product-item{width:20%}.column.main .product-items{margin-left:0}.cwsMostviewed .toolbar-amount{position:absolute;top:60px}.cwsMostviewed .products{margin:50px 0 30px 0}.listMostviewed .toolbar-amount{top:inherit;position:inherit}}@media only screen and (max-width:999px){.cwsMostviewed .products-grid.grid5 .product-item,.cwsMostviewed .products-grid.grid6 .product-item{width:25%}.mageMostviewedToolbar .pages .items{margin-left:220px}}@media only screen and (max-width:768px){.cwsMostviewed .products-grid.grid4 .product-item,.cwsMostviewed .products-grid.grid5 .product-item,.cwsMostviewed .products-grid.grid6 .product-item{width:33.33%}.cwsMostviewed .title{text-align:center;width:100%;display:inline-block;clear:both}.mageMostviewedToolbar .pages .items{margin-left:120px}.columns{display:block}.cwsMostviewed .toolbar-amount{top:110px}.listMostviewed .pages .items li .page{display:block}.listMostviewed .pages .items{margin:0}.listMostviewed .pages .item{margin:0 8px 0 0}.listMostviewed .pages strong.page{background:#e5e5e5;font-size:12px;padding:0 5px;color:#333;border:none;border-radius:0;box-shadow:none}.listMostviewed .pages a.page,.listMostviewed .pages a.page:hover{background:none;border:none;box-shadow:none;font-size:12px;padding:0 5px;color:#333}.listMostviewed .pages .action.next{margin-left:8px}}@media only screen and (max-width:640px){.cwsMostviewed .products-grid.grid3 .product-item,.cwsMostviewed .products-grid.grid4 .product-item,.cwsMostviewed .products-grid.grid5 .product-item,.cwsMostviewed .products-grid.grid6 .product-item{width:50%}.mageMostviewedToolbar .pages .items{margin-left:0 !important}.listMostviewed .pages .items{margin-left:0 !important}.listMostviewed .pages .item{margin:0 8px 0 0}.listMostviewed .pages .items li .page{display:block}.listMostviewed .pages .action.next{margin-left:0}.listMostviewed .pages{margin-top:10px}.listMostviewed .pages-item-next{position:inherit;right:inherit}}@media only screen and (max-width:480px){.mageMostviewedToolbar .pages .items{margin-left:0 !important}.cwsMostviewed .title{margin-top:25px 0 0 0}.cwsMostviewed .title h3{font-size:2rem}.cwsMostviewed .toolbar-amount{top:95px}}.form.check-code{display:table;width:100%}.form.check-code .field.check-code-field{margin:0 4px 0 0}.form.check-code .field.check-code-field .control{display:block}.form.check-code .field.check-code-field .control:before{-webkit-font-smoothing:antialiased;font-size:16px;line-height:32px;color:#c2c2c2;content:'\f06b';font-family:FontAwesome;margin:0 0 0 8px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center;position:absolute}.form.check-code input{background:#ffffff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;padding:0 9px 0 35px;vertical-align:baseline;width:100%;box-sizing:border-box}.form.check-code .actions{display:table-cell;vertical-align:top;width:1%;min-width:200px}.block-gift-card-setting .block-content{padding-left:25px}.block-gift-card-setting .block-content .field{margin-bottom:7px}.giftcard-messages td{padding:0 !important}.giftcard-messages td:nth-child(2n+1){width:150px}.gift-card-view{margin:0 0 40px 10px}.gift-card-view .block .block-title{border-bottom:1px solid #c6c6c6;margin-bottom:25px;padding-bottom:10px}.gift-card-view .block .block-title strong{font-size:2.2rem;font-weight:300}.gift-card-view .block .block-content{max-height:500px;overflow:auto}.gift-card-view .gift-card-view-detail{margin:0 0 20px 40px}.gift-card-view .gift-card-view-detail .table-gift-card-detail td{border:none !important}.gift-card-view .gift-card-view-detail .table-gift-card-detail td:nth-child(2n+1){width:150px;font-weight:600}.catalog-category-view .mp-gift-card-amount-container{padding:5px}.catalog-category-view .mp-gift-card-amount-container label{font-weight:bold}.catalog-category-view .mp-inline{display:inline-block}.gift-card-applied-code-text .gift-card_code{margin-top:10px;list-style-type:none}.gift-card-applied-code-text .gc-item{background:#159f84;color:white;display:inline;width:inherit;padding:5px 12px;border-radius:4px;font-weight:bold;border:none}.gift-card-applied-code-text .gc-remove{margin-left:10px;font-style:normal;opacity:0.6;cursor:pointer}.gift-card-applied-code-text .gc-amount{margin-left:10px}.block.block-gift-card .block-content{max-height:500px;overflow:auto}.mp-gift-card-product-info .field:not(.value):not(.send-to-friend){display:none}.gift-card-discount-credit{max-width:350px;margin-top:10px;padding:0 10px}.gift-card-discount-credit #gc_slider_container_amount{margin:7px}.giftcard-giftproducts-index .product-item-info{width:240px}.payment-option button.action.action-apply,.payment-option .cart.table-wrapper .actions-toolbar>.action.action.action-apply,.payment-option .action-gift.action.action-apply{margin-right:30px}.cart-container .gift-card-discount-feature-list,.payment-option .gift-card-discount-feature-list{list-style-type:none;padding-left:15px}.cart-container .gift-card-discount-feature-list .feature-item,.payment-option .gift-card-discount-feature-list .feature-item{border-bottom:1px solid #ccc;padding-bottom:15px;padding-top:5px}.cart-container .gift-card-discount-feature-list .feature-item .feature-content,.payment-option .gift-card-discount-feature-list .feature-item .feature-content{display:none}.cart-container .gift-card-discount-feature-list .feature-item .feature-content.content-show,.payment-option .gift-card-discount-feature-list .feature-item .feature-content.content-show{display:block}.cart-container .gift-card-discount-feature-list .feature-item:last-child,.payment-option .gift-card-discount-feature-list .feature-item:last-child{border-bottom:none}.cart-container .gift-card-discount-feature-list input[type="text"],.payment-option .gift-card-discount-feature-list input[type="text"],.cart-container .gift-card-discount-feature-list select,.payment-option .gift-card-discount-feature-list select{height:42px;margin-left:10px;width:92%}.cart-container .gift-card-discount-feature-list .feature-label,.payment-option .gift-card-discount-feature-list .feature-label{font-weight:bold;opacity:0.7;position:relative}.cart-container .gift-card-discount-feature-list .feature-label .icon-prefix,.payment-option .gift-card-discount-feature-list .feature-label .icon-prefix{position:absolute;top:3px}.cart-container .gift-card-discount-feature-list .feature-label span,.payment-option .gift-card-discount-feature-list .feature-label span{margin-left:20px}.cart-container .gift-card-discount-feature-list button.action.primary.custom,.payment-option .gift-card-discount-feature-list button.action.primary.custom,.cart-container .gift-card-discount-feature-list button.action.primary.custom:active,.payment-option .gift-card-discount-feature-list button.action.primary.custom:active,.cart-container .gift-card-discount-feature-list button.action.primary.custom:visited,.payment-option .gift-card-discount-feature-list button.action.primary.custom:visited,.cart-container .gift-card-discount-feature-list button.action.action-apply,.payment-option .gift-card-discount-feature-list button.action.action-apply,.cart-container .gift-card-discount-feature-list button.action.action-apply:active,.payment-option .gift-card-discount-feature-list button.action.action-apply:active,.cart-container .gift-card-discount-feature-list button.action.action-apply:visited,.payment-option .gift-card-discount-feature-list button.action.action-apply:visited,.cart-container .gift-card-discount-feature-list .cart.table-wrapper .actions-toolbar>.action.action.primary.custom,.payment-option .gift-card-discount-feature-list .cart.table-wrapper .actions-toolbar>.action.action.primary.custom,.cart-container .gift-card-discount-feature-list .cart.table-wrapper .actions-toolbar>.action.action.primary.custom:active,.payment-option .gift-card-discount-feature-list .cart.table-wrapper .actions-toolbar>.action.action.primary.custom:active,.cart-container .gift-card-discount-feature-list .cart.table-wrapper .actions-toolbar>.action.action.primary.custom:visited,.payment-option .gift-card-discount-feature-list .cart.table-wrapper .actions-toolbar>.action.action.primary.custom:visited,.cart-container .gift-card-discount-feature-list .cart.table-wrapper .actions-toolbar>.action.action.action-apply,.payment-option .gift-card-discount-feature-list .cart.table-wrapper .actions-toolbar>.action.action.action-apply,.cart-container .gift-card-discount-feature-list .cart.table-wrapper .actions-toolbar>.action.action.action-apply:active,.payment-option .gift-card-discount-feature-list .cart.table-wrapper .actions-toolbar>.action.action.action-apply:active,.cart-container .gift-card-discount-feature-list .cart.table-wrapper .actions-toolbar>.action.action.action-apply:visited,.payment-option .gift-card-discount-feature-list .cart.table-wrapper .actions-toolbar>.action.action.action-apply:visited,.cart-container .gift-card-discount-feature-list .action-gift.action.primary.custom,.payment-option .gift-card-discount-feature-list .action-gift.action.primary.custom,.cart-container .gift-card-discount-feature-list .action-gift.action.primary.custom:active,.payment-option .gift-card-discount-feature-list .action-gift.action.primary.custom:active,.cart-container .gift-card-discount-feature-list .action-gift.action.primary.custom:visited,.payment-option .gift-card-discount-feature-list .action-gift.action.primary.custom:visited,.cart-container .gift-card-discount-feature-list .action-gift.action.action-apply,.payment-option .gift-card-discount-feature-list .action-gift.action.action-apply,.cart-container .gift-card-discount-feature-list .action-gift.action.action-apply:active,.payment-option .gift-card-discount-feature-list .action-gift.action.action-apply:active,.cart-container .gift-card-discount-feature-list .action-gift.action.action-apply:visited,.payment-option .gift-card-discount-feature-list .action-gift.action.action-apply:visited{height:42px;border:none;background:#1abc9c;color:white;padding:0 20px;border-radius:5px}.cart-container .gift-card-discount-feature-list button.action.primary.custom:hover,.payment-option .gift-card-discount-feature-list button.action.primary.custom:hover,.cart-container .gift-card-discount-feature-list button.action.action-apply:hover,.payment-option .gift-card-discount-feature-list button.action.action-apply:hover,.cart-container .gift-card-discount-feature-list .cart.table-wrapper .actions-toolbar>.action.action.primary.custom:hover,.payment-option .gift-card-discount-feature-list .cart.table-wrapper .actions-toolbar>.action.action.primary.custom:hover,.cart-container .gift-card-discount-feature-list .cart.table-wrapper .actions-toolbar>.action.action.action-apply:hover,.payment-option .gift-card-discount-feature-list .cart.table-wrapper .actions-toolbar>.action.action.action-apply:hover,.cart-container .gift-card-discount-feature-list .action-gift.action.primary.custom:hover,.payment-option .gift-card-discount-feature-list .action-gift.action.primary.custom:hover,.cart-container .gift-card-discount-feature-list .action-gift.action.action-apply:hover,.payment-option .gift-card-discount-feature-list .action-gift.action.action-apply:hover{border:none;background:#159f84;color:white}.cart-container .gift-card-discount-feature-list form,.payment-option .gift-card-discount-feature-list form{margin-top:10px}.cart-container .gift-card-discount-feature-list .ui-slider-horizontal,.payment-option .gift-card-discount-feature-list .ui-slider-horizontal{background:#3f98c9;height:8px}.cart-container .gift-card-discount-feature-list .ui-slider-handle,.payment-option .gift-card-discount-feature-list .ui-slider-handle{height:26px;background:#f4f4f4;border:1px solid #ccc;-webkit-border-radius:3px;border-radius:3px;top:-10px}.cart-container .gift-card-discount-feature-list .ruler,.payment-option .gift-card-discount-feature-list .ruler,.cart-container .gift-card-discount-feature-list .ruler li,.payment-option .gift-card-discount-feature-list .ruler li{margin:0;padding:0;list-style:none;display:inline-block}.cart-container .gift-card-discount-feature-list .ruler,.payment-option .gift-card-discount-feature-list .ruler,.cart-container .gift-card-discount-feature-list .ruler li,.payment-option .gift-card-discount-feature-list .ruler li{*display:inline}.cart-container .gift-card-discount-feature-list .ruler,.payment-option .gift-card-discount-feature-list .ruler{border-radius:2px;color:#ccc;margin:0;padding-left:10px;white-space:nowrap}.cart-container .gift-card-discount-feature-list .ruler li,.payment-option .gift-card-discount-feature-list .ruler li{padding-left:1cm;width:1em;margin:.64em -1em -0.64em;text-align:center;position:relative;text-shadow:1px 1px #efefbe}.cart-container .gift-card-discount-feature-list .ruler li:before,.payment-option .gift-card-discount-feature-list .ruler li:before{content:'';position:absolute;border-left:1px solid #ccc;height:.64em;top:-.64em;right:1em}.list-content .code-list{list-style-type:none;font-weight:bold}.list-content .code-list .gc-code-applied,.list-content .code-list .gc-amount{opacity:0.5}.list-content .code-list .gc-remove{cursor:pointer}.list-content .code-list .gc-amount{margin-left:20px}.list-content .code-list .slide-show:after{content:'\e621'}.giftcard-template-container{min-height:500px;padding-top:30px}.giftcard-template-container .giftcard-template-container-preview{margin:auto}.giftcard-template-container .giftcard-template-container-preview .giftcard-template-preview{transform-origin:top left;cursor:pointer}.giftcard-template-container .giftcard-template-container-preview .giftcard-template-preview .preview-giftcard{margin:auto;position:relative;overflow:hidden;border:1px solid #ccc;box-sizing:border-box}.giftcard-template-container .giftcard-template-setting{padding:20px 10px}.giftcard-template-container .giftcard-template-setting .block-title{text-rendering:optimizeLegibility;font-size:17px !important;line-height:1.255 !important;margin-bottom:10px !important;padding-bottom:4px;color:#111}.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-select{margin:0 11px}.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-choose-images{border:1px solid #ccc;background-color:#fef8f2;margin:11px}.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload{margin:15px 11px}.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload .image.image-placeholder .fileinput-button{bottom:0;left:0;position:absolute;right:0;top:0;overflow:hidden;float:left}.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload .image.image-placeholder .fileinput-button>span{display:none}.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload .image.image-placeholder input[type='file']{border:500px solid transparent;bottom:0;cursor:pointer;font-size:10em;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;width:100%;z-index:3}.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload .image.image-placeholder .template-image-wrapper:before{left:0;position:absolute;right:0;top:15px;z-index:1;-webkit-font-smoothing:antialiased;font-size:35px;line-height:inherit;color:#ccc;content:'\f030';font-family:'FontAwesome';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload .image.image-placeholder .image-placeholder-text{display:none;bottom:0;color:#008bdb;font-size:11px;left:0;line-height:1.333;margin:0;padding:0 1rem;position:absolute;right:0;text-align:center}.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload .image.image-placeholder .file-row{display:none;background:#fff url("../../frontend/gwa/friendsandfamily/en_US/images/loader-1.gif") no-repeat 50% 50%;bottom:0;height:100%;left:0;margin:auto;overflow:hidden;position:absolute;right:0;text-indent:-999em;top:0;width:100%;z-index:5;border:1px solid #adadad;padding:2px;box-sizing:border-box}.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload label[for="giftcard-template-upload-image"]{position:relative}.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload label[for="giftcard-template-upload-image"] .field-tooltip{right:-25px;top:-6px}.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload label[for="giftcard-template-upload-image"] .field-tooltip .field-tooltip-action:before{content:'\f05a';font-family:'FontAwesome'}.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .image.item-template{background:#fff;box-sizing:border-box;display:inline-block;margin:5px 0 5px 5px;position:relative;vertical-align:top;width:75px;height:75px}.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .image.item-template.active .template-image-wrapper{border:2px solid #ffa500}.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .template-image-wrapper{background:#fff;border:1px solid #ccc;box-sizing:border-box;cursor:pointer;line-height:1;margin-bottom:1rem;overflow:hidden;position:relative;width:75px;height:75px}.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .template-image-wrapper .template-image{bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0;z-index:1}.giftcard-information-container .giftcard-information{margin-bottom:8px}.giftcard-information-container .giftcard-field-label{width:105px;min-height:5px;text-align:right;margin-right:10px !important;margin-bottom:0 !important;float:left;line-height:33px;font-weight:600 !important}.giftcard-information-container .giftcard-field-wrapper{width:calc(100% - 115px);float:left}.giftcard-information-container .giftcard-field-wrapper button,.giftcard-information-container .giftcard-field-wrapper .cart.table-wrapper .actions-toolbar>.action,.giftcard-information-container .giftcard-field-wrapper .action-gift{width:auto}.giftcard-information-container .giftcard-field-wrapper .giftcard-design-input-container{display:inline-block;vertical-align:middle}.giftcard-information-container .giftcard-field-wrapper input.giftcard-design-open-amount{width:95px;font-size:12px;background-color:#fff;height:30px;padding:3px 7px;line-height:normal;border:1px solid #a6a6a6;border-top-color:#949494;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,0.5),0 1px 0 rgba(0,0,0,0.07000000000000001) inset;outline:0}.giftcard-information-container .giftcard-field-wrapper .active input.giftcard-design-open-amount,.giftcard-information-container .giftcard-field-wrapper input.giftcard-design-open-amount:focus{border-color:#e77600;box-shadow:0 0 3px 2px rgba(228,121,17,0.5)}.giftcard-information-container .giftcard-field-wrapper ul,.giftcard-information-container .giftcard-field-wrapper ul li{padding:0 !important;margin:0 0 5px 0 !important}.giftcard-information-container .giftcard-field-wrapper #delivery_date{width:130px;margin-right:5px}.giftcard-information-container .giftcard-field-wrapper .note{font-style:italic;font-size:12px}.giftcard-information-container .giftcard-information-delivery,.giftcard-information-container .giftcard-information-amount{margin-bottom:0 !important}.giftcard-design-button-container{position:relative;border-radius:3px;border-style:solid;border-width:1px;cursor:pointer;display:inline-block;padding:0;text-align:center;text-decoration:none !important;vertical-align:middle;border-color:#adb1b8 #a2a6ac #8d9096;background-color:#fff;box-shadow:0 1px 0 rgba(255,255,255,0.6) inset}.giftcard-design-button-container:hover{border-color:#a2a6ac #979aa1 #82858a;background-color:#f3f3f3}.giftcard-design-button-container .fa{display:none;position:absolute;bottom:-26px;color:#fef8f2;font-size:22px;text-shadow:0px -1px #ccc}.giftcard-design-button-container.active{border-color:#e77600;background-color:#fef8f2;font-weight:600}.giftcard-design-button-container.active .fa{display:inline-block}.giftcard-design-button-container button,.giftcard-design-button-container .cart.table-wrapper .actions-toolbar>.action,.giftcard-design-button-container .action-gift{color:#111;white-space:normal;padding:5px 10px 5px 11px;line-height:19px;width:121px;text-align:center;background-color:transparent;border:0;display:block;font-size:13px;margin:0;outline:0;vertical-align:middle;font-weight:normal}.clear{clear:both}.totals-giftcard-summary th,.totals-giftcard-summary td{border:none !important}.totals-giftcard-details th{padding-left:10px !important;border:none !important}.totals-giftcard-details td{padding-right:10px !important;border:none !important}.totals-giftcard-details{display:none}.totals-giftcard-details.shown{display:table-row}#discount-giftcard-form .fieldset.coupon{margin-bottom:10px}#discount-giftcard-form .fieldset.coupon .action.primary{height:32px;line-height:16px}#discount-giftcard-form .gift-card-apply>label{display:none}#discount-giftcard-form .gift-card-used{padding:0 0 20px 20px}.gift-card-saved-list,.gift-credit-apply{float:none !important;width:100% !important}.gift-card-saved-list .title strong,.gift-credit-apply .title strong{font-size:13px !important}.gift-credit-slider{width:80%;margin:10px auto}.gift-credit-label{padding-left:20%}#gift-card-credit-input{width:60px;display:inline-block;font-size:14px;height:24px}@media (max-width:370px){.giftcard-template-upload .field-tooltip._active .field-tooltip-content{max-width:100px}}@media (max-width:478px){.giftcard-template-upload .field-tooltip._active .field-tooltip-content{max-width:150px}}.mp-giftcard-preview .mp-giftcard-preview-button.disabled{opacity:0.5;cursor:default;pointer-events:none}.modal-popup.mp-giftcard-modal-email-preview._show .modal-inner-wrap{width:75%}.mp-product-slider-content .owl-nav{font-size:80px}.mp-product-slider-content .product-items .product-slider .slider-product-item-details .slider-product-item-actions{margin:15px 0 10px}.mp-product-slider-content .owl-nav button span,.mp-product-slider-content .owl-nav .cart.table-wrapper .actions-toolbar>.action span,.mp-product-slider-content .owl-nav .action-gift span{color:#D6D6D6}.mp-product-slider-content .owl-nav button span:hover,.mp-product-slider-content .owl-nav .cart.table-wrapper .actions-toolbar>.action span:hover,.mp-product-slider-content .owl-nav .action-gift span:hover{color:#869791}.mp-product-slider-content .owl-nav .owl-prev{position:absolute;top:40%;left:0;z-index:999;text-shadow:none;background:none;border:none}.mp-product-slider-content .owl-nav .owl-next{position:absolute;top:40%;right:0;z-index:999;text-shadow:none;background:none;border:none}.owl-item li.product-slider{width:100% !important}.mp-product-slider-title{font-size:3.8rem;position:relative;z-index:1;margin:0 0 5px;text-align:center;display:block;-webkit-margin-before:0.83em;-webkit-margin-after:0.83em;-webkit-margin-start:0px;-webkit-margin-end:0px}.mp-product-slider-block{margin:0 !important}.mp-ps-info{font-size:1.8rem;position:relative;z-index:1;text-align:center;display:block;-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0px;-webkit-margin-end:0px}.slider-product-item-info{width:80% !important}.slider-product-item-actions{margin:0px}.product.details.slider-product-item-details{margin-left:10px}.mp-ps-info{color:#bbbbbb;margin:-15px 0px 10px 0px}.mp-product-slider-block .owl-carousel .owl-nav button.owl-prev,.mp-product-slider-block .owl-carousel .owl-nav button.owl-next,.mp-product-slider-block .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action.owl-prev,.mp-product-slider-block .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar>.action.owl-next,.mp-product-slider-block .owl-carousel .owl-nav .action-gift.owl-prev,.mp-product-slider-block .owl-carousel .owl-nav .action-gift.owl-next{font-size:20px}.catalog-category-view .actions-primary+.actions-secondary{vertical-align:top}.catalog-category-view button.buynow,.catalog-category-view .cart.table-wrapper .actions-toolbar>.action.buynow,.catalog-category-view .action-gift.buynow{margin-left:5px}.catalog-product-view #product-addtocart-button{float:left}@media (max-width:767px){.catalog-category-view button.buynow,.catalog-category-view .cart.table-wrapper .actions-toolbar>.action.buynow,.catalog-category-view .action-gift.buynow{margin-top:5px;margin-left:0px}}.faq-collection{margin-bottom:20px}.faq-collection .ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:10px 0 0 0;padding:.8em .5em .8em 1em;font-size:15px;font-weight:bold}.faq-collection .ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.faq-collection .ui-slider.ui-state-disabled .ui-slider-handle,.faq-collection .ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.faq-collection .ui-slider-vertical{width:.8em;height:100px}.faq-collection .ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.faq-collection .ui-slider-vertical .ui-slider-range{left:0;width:100%}.faq-collection .ui-slider-vertical .ui-slider-range-min{bottom:0}.faq-collection .ui-slider-vertical .ui-slider-range-max{top:0}.faq-collection .faq-accordion .ui-widget.ui-widget-content{border:1px solid #c5c5c5}.faq-collection .faq-accordion .ui-widget-content{border:1px solid #ddd;background:#ffffff;color:#333333}.faq-collection .faq-accordion .ui-widget-content a{color:#333333}.faq-collection .ui-state-default,.faq-collection .ui-widget-content .ui-state-default,.faq-collection .ui-widget-header .ui-state-default{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.faq-collection .ui-state-hover a,.faq-collection .ui-state-hover a:hover,.faq-collection .ui-state-hover a:link,.faq-collection .ui-state-hover a:visited,.faq-collection .ui-state-focus a,.faq-collection .ui-state-focus a:hover,.faq-collection .ui-state-focus a:link,.faq-collection .ui-state-focus a:visited{color:#2b2b2b;text-decoration:none}.faq-collection .ui-visual-focus{box-shadow:0 0 3px 1px #5e9ed6}.faq-collection .ui-state-active,.faq-collection .ui-widget-content .ui-state-active,.faq-collection .ui-widget-header .ui-state-active{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#ffffff}.faq-collection .ui-state-active a,.faq-collection .ui-state-active a:link,.faq-collection .ui-state-active a:visited{color:#ffffff;text-decoration:none}.faq-collection .group-title{margin:25px 0;font-size:18px;text-transform:uppercase;line-height:1.5;padding-bottom:0.25em;border-bottom:1px solid #ddd;width:100%;color:#198dd3;font-weight:bold}.faq-collection .group-title i{float:left;width:2.15em;border-bottom:1px solid #b55;position:absolute;bottom:-1px;z-index:9999;border-bottom-color:#198dd3}.faq-collection .faq-groups{width:100%;margin-bottom:30px;text-align:center}.faq-collection .faq-group{display:inline-block}.faq-collection .faq-group-image{border:1px solid #1979c3;padding:20px;margin-right:25px}.faq-collection img.group-image{height:100px;width:100px}.faq-collection .faq-groupname{font-size:15px;font-weight:700;text-align:center;text-transform:uppercase;margin:10px 25px 0 0}.faq-collection .faq-group a.group-link:hover{color:#ff5501;text-decoration:none}.faq-collection .faq-group .faq-group-image:hover{border-color:#ff5501}.faq-collection .faq-content .ui-accordion-header:hover{background-color:#1979c3;color:#ffffff}.faq-collection .faq-group:hover{border-color:#ff5501}.faq-collection .faq-collection{margin-bottom:30px;float:left;width:100%}.faq-collection .ui-accordion .ui-state-default:after{content:'\f054';font-family:'FontAwesome';float:right}.faq-collection .ui-accordion .ui-accordion-header-active:after{content:'\f078';font-family:'FontAwesome'}#faq-loader{display:block;position:fixed;left:50%;top:50%}#search_autocomplete,.search-autocomplete,#searchbox_autocomplete{display:none !important;height:0 !important;overflow:hidden !important}.block-search{z-index:10000}.mst-searchautocomplete__autocomplete{display:none !important;border:1px solid #c2c2c2;position:absolute;top:3.1rem;left:0;box-sizing:border-box;background:#ffffff;border-radius:0 0 1px 1px;min-height:3.5rem;z-index:1000;text-align:left}.mst-searchautocomplete__autocomplete._active{display:block !important}.mst-searchautocomplete__autocomplete .mst-searchautocomplete__spinner{display:none;position:absolute;top:5px;left:50%;margin-left:-90px}.mst-searchautocomplete__autocomplete._loading .mst-searchautocomplete__spinner{display:block}.mst-searchautocomplete__autocomplete .mst-searchautocomplete__empty-result{background:#efefef;text-align:center;padding:8px 10px;color:#999;font-size:1.2rem;display:block}.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all{background:#efefef;text-align:center}.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a{padding:8px 10px;color:#999;font-size:1.2rem;display:block}.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title{background:#efefef;padding:8px 10px;text-align:left;font-size:1.2rem;line-height:1.2rem;color:#999;text-transform:uppercase;font-weight:700}.mst-searchautocomplete__autocomplete .mst-searchautocomplete__close{display:none}.mst-searchautocomplete__autocomplete ul{list-style:none;margin:0;padding:0;max-height:70vh;overflow:auto}.mst-searchautocomplete__autocomplete ul li{margin:0;padding:1rem;cursor:pointer}.mst-searchautocomplete__autocomplete ul li:before,.mst-searchautocomplete__autocomplete ul li:after{content:'';display:table}.mst-searchautocomplete__autocomplete ul li:after{clear:both}.mst-searchautocomplete__autocomplete ul li a.title{font-weight:600;margin-bottom:0;color:#333;text-decoration:none}.mst-searchautocomplete__autocomplete ul li._active{background:#f8f8f8}.mst-searchautocomplete__autocomplete ul li._active a.title{text-decoration:underline}.mst-searchautocomplete__index.popular .index-title{background:none;text-align:left;color:#999999}.mst-searchautocomplete__index.popular ul li{float:left;padding:.7rem 0 .7rem 1rem;margin:0}.mst-searchautocomplete__index.popular ul li a{font-size:1.3rem;color:#575757}.mst-searchautocomplete__index.popular ul li:hover{background:none;cursor:pointer}.mst-searchautocomplete__index.popular ul li:hover a{text-decoration:underline}.mst-searchautocomplete__item.magento_catalog_product{display:flex;border-bottom:1px solid #f6f6f6;align-items:center}.mst-searchautocomplete__item.magento_catalog_product:last-child{border-bottom:none}.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper{height:8rem;width:8rem;margin-right:1rem}.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper img{height:8rem;max-width:8rem;display:block;margin:auto;object-fit:contain}.mst-searchautocomplete__item.magento_catalog_product .title{display:block;margin-bottom:0.5rem}.mst-searchautocomplete__item.magento_catalog_product .title a{color:#333}.mst-searchautocomplete__item.magento_catalog_product .title .sku{color:#999}.mst-searchautocomplete__item.magento_catalog_product .meta{flex-grow:1;overflow:hidden}.mst-searchautocomplete__item.magento_catalog_product .description{font-size:1.2rem;color:#999;height:3rem;line-height:1.5rem;overflow:hidden;margin-bottom:0.5rem}.mst-searchautocomplete__item.magento_catalog_product .price{display:block;font-weight:600;margin-left:1rem;white-space:nowrap;font-size:1.3rem}.mst-searchautocomplete__item.magento_catalog_product .price .price-label{margin-right:1rem}.mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary{margin:0}.mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary .reviews-actions{display:none}.mst-searchautocomplete__item.magento_catalog_product .to-cart{float:right;margin-top:.5rem;margin-bottom:.5rem}.mst-searchautocomplete__item.magento_catalog_product._active{background:#f8f8f8 !important}.mst-searchautocomplete__item.magento_catalog_product._active .title a{text-decoration:underline}.mst-searchautocomplete__item.magento_search_query a{float:left}.mst-searchautocomplete__item.magento_search_query .num_results{float:right;color:#999}.mst-searchautocomplete__item a.title{word-break:break-word}.mst-searchautocomplete__item a.title i{color:#999;display:inline-block;margin:0 .5rem;font-style:normal}.mst-searchautocomplete__highlight{font-weight:600;color:#1ba1fc}.mst-searchautocomplete__spinner{position:relative;width:186px;height:20px;margin:auto}.mst-searchautocomplete__spinner .spinner-item{position:absolute;top:0;background-color:#d8d8d8;width:20px;height:20px;animation-name:bounce_fountainG;animation-duration:0.645s;animation-iteration-count:infinite;animation-direction:normal;transform:scale(.3);border-radius:15px}.mst-searchautocomplete__spinner .spinner-item.spinner-item-1{left:0;animation-delay:0.256s}.mst-searchautocomplete__spinner .spinner-item.spinner-item-2{left:20px;animation-delay:0.3225s}.mst-searchautocomplete__spinner .spinner-item.spinner-item-3{left:40px;animation-delay:0.389s}.mst-searchautocomplete__spinner .spinner-item.spinner-item-4{left:60px;animation-delay:0.4555s}.mst-searchautocomplete__spinner .spinner-item.spinner-item-5{left:80px;animation-delay:0.522s}.mst-searchautocomplete__spinner .spinner-item.spinner-item-6{left:100px;animation-delay:0.5885s}.mst-searchautocomplete__spinner .spinner-item.spinner-item-7{left:120px;animation-delay:0.645s}.mst-searchautocomplete__spinner .spinner-item.spinner-item-8{left:140px;animation-delay:0.7115s}@keyframes bounce_fountainG{0%{transform:scale(1);background-color:#d8d8d8}100%{transform:scale(.3);background-color:#d8d8d8}}@-o-keyframes bounce_fountainG{0%{-o-transform:scale(1);background-color:#d8d8d8}100%{-o-transform:scale(.3);background-color:#d8d8d8}}@-ms-keyframes bounce_fountainG{0%{-ms-transform:scale(1);background-color:#d8d8d8}100%{-ms-transform:scale(.3);background-color:#d8d8d8}}@-webkit-keyframes bounce_fountainG{0%{-webkit-transform:scale(1);background-color:#d8d8d8}100%{-webkit-transform:scale(.3);background-color:#d8d8d8}}@-moz-keyframes bounce_fountainG{0%{-moz-transform:scale(1);background-color:#d8d8d8}100%{-moz-transform:scale(.3);background-color:#d8d8d8}}@media (min-width:768px){.mst-searchautocomplete__autocomplete{width:100%;min-width:480px}.mst-searchautocomplete__autocomplete._active{display:block !important}.mst-searchautocomplete__autocomplete._active.mst-2-cols{width:720px !important;position:absolute}.mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__index{clear:left;float:left;display:block;position:relative;max-width:238px;width:238px;padding-bottom:2rem;box-sizing:border-box}.mst-searchautocomplete__autocomplete._active.mst-2-cols div.magento_catalog_product{width:480px;max-width:480px;clear:right;float:right;border-left:1px solid #f6f6f6;border-right:unset;padding-bottom:0}.mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__show-all{clear:both}}@media (max-width:768px){.mst-searchautocomplete__autocomplete .mst-searchautocomplete__close{display:block;position:absolute;right:0;top:0;font-weight:bold;color:#999999;font-size:1.6rem;padding:1rem;line-height:1rem;cursor:pointer}}.mst-search-autocomplete__typeahead-overlay{color:#aaa;top:0;position:absolute !important;z-index:-1;left:15px;border:0 !important}.ui-tooltip .arrow{left:8px;width:15px}.ui-tooltip .arrow:after{border-right:15px solid transparent}.ui-tooltip .arrow:before{border-right:14px solid transparent}.amslider-container{margin:auto;margin-bottom:15px;width:100%}.am-rating-up{font-size:smaller}.amshopby-hightlighted{background-color:#ff0}.amshopby-item .filter-value{margin-left:5px}.amshopby-filter-tooltip{display:inline-block;margin-left:6px;max-width:16px;max-height:16px;vertical-align:top}.amshopby-filter-value .swatch-option.image,.amshopby-filter-value .swatch-attribute.size .swatch-option,.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option{background-position:center;background-size:contain;background-repeat:no-repeat}.filter-options-content .am-swatch-wrapper .swatch-option.image,.filter-options-content .swatch-attribute.size .swatch-option.selected,.filter-options-content .swatch-attribute.manufacturer .swatch-option.selected{background-position:center;background-size:contain;background-repeat:no-repeat}.filter-options-content .delimiter{margin:0 5px;line-height:30px}.filter-options-content .range{display:flex;align-items:center;margin-top:10px;text-align:center}.filter-options-content .am-filter-price{padding:5px;max-width:50px;width:46%}.filter-options-content .items a{margin-left:0}.filter-options-content .count{display:inline-flex}.filter-options-content .am-shopby-swatch-label .count{margin:0;padding:0}.filter-options-content .am-shopby-swatch-label .label{margin-right:5px}.filter-options-content .am-shopby-form{overflow-x:hidden;overflow-y:auto;padding:3px}.filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover{background-color:unset}.am-show-more{transition:.1s all ease-in;position:relative;display:none;margin-top:10px;padding:5px 25px 10px 0;color:inherit;cursor:pointer}.am-show-more:hover{background-color:transparent;color:#006bb4}.am-show-more:before,.am-show-more:after{transition:.1s all ease-in;position:absolute;right:0;width:8px;height:1px;background:#000;content:''}.am-show-more:before{right:5px;transform:rotate(45deg)}.am-show-more:after{transform:rotate(-45deg)}.am-show-more.-active{display:flex;align-items:center}.am-show-more .am-counter{display:inline-block;margin:0 2px;opacity:.5}.am-show-more[data-is-hide='false']:before{right:6px;transform:rotate(-45deg)}.am-show-more[data-is-hide='false']:after{transform:rotate(45deg)}.range.am-fromto-widget .am-filter-go{margin:0 10px;vertical-align:top}.am-filter-go{margin:15px 0 0;width:25%}input[type='text'].am-filter-price.-to.right{float:right}.amshopby-slider-container{margin:10px 15px 15px 5px}.amshopby-slider-container .ui-slider-range{position:absolute;height:10px;background:#b6b6b6}.amshopby-slider-container .am-slider .ui-slider-handle{margin-top:-5px;margin-left:-5px;padding:0;width:20px;height:20px;border-radius:50%;background:#f98b25}.amshopby-slider-container .am-slider .ui-slider-handle:hover,.amshopby-slider-container .am-slider .ui-slider-handle:active{background-color:#e17e17}.amshopby-slider-container .amshopby-slider-display{text-align:center}.am-swatch-options{display:flex;flex-direction:column}.am-swatch-options .swatch-option{display:inline-block;margin:0 10px 0 0;background-position:center;background-size:contain;background-repeat:no-repeat}.am-swatch-options>.item{padding-bottom:4px}.am-swatch-options>.item:hover{background-color:transparent}.am-swatch-options .am-shopby-swatch-label{display:inline-block;max-width:70%;vertical-align:middle;word-wrap:break-word}.filter-options .am-swatch-wrapper{margin:0 0 5px 0 !important;line-height:initial}.catalog-topnav .filter-options{flex-wrap:wrap;min-height:40px;border-bottom:1px solid #ccc}.catalog-topnav .filter-options .filter-options-item{display:inline-block;border:0}.catalog-topnav .filter-options .filter-options-content{position:absolute;z-index:9999;margin-top:5px;min-width:100px;border:1px solid #ccc;background-color:white}.catalog-topnav .filter-options .am-filter-items-rating li{margin:0 0 10px}.catalog-topnav .filter-options .am-filter-items-rating li:last-child{margin:0}.catalog-topnav .block-actions{display:none}.catalog-topnav{display:none}.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{top:5px;right:8px}.filter-options .items .items-children.-folding{padding-left:18px;width:100%;list-style:none}.filter-options .items .items-children.-folding .item{margin:5px 0}.filter-options .items.amshopby-fly-out-view .items-children{z-index:9999;background-color:#fff}.filter-options .am-ranges{overflow-x:hidden;overflow-y:auto}.filter-options .items.amshopby-fly-out-view .item{display:flex;align-items:center;margin:0;border:1px solid #ccc;border-top:none}.filter-options .items.amshopby-fly-out-view .item:hover{background-color:#ccc}.filter-options .items.amshopby-fly-out-view .item:first-child{border-top:1px solid #ccc}.filter-options .items.amshopby-fly-out-view .item>.am-input{margin:14px 5px 14px 10px;top:0}.filter-options .items.amshopby-fly-out-view a:hover{background-color:transparent}.filter-options .ui-widget-overlay{background:#aaa;opacity:.3}.filter-options .ui-widget-shadow{box-shadow:0 0 5px #666}.filter-options .am-category-view{position:absolute;z-index:9;display:none;overflow-y:auto;box-sizing:border-box;margin:0;padding:10px;max-height:300px;width:100%;border:1px solid #ccc;background-color:white;white-space:nowrap}.filter-options .items.am-category-view,.filter-options .am-category-view ol.items{margin:0}.filter-options .am-category-view .item a.amshopby-filter-parent{padding-left:20px}.filter-options .am-category-view .item>.am-collapse-icon~a.amshopby-filter-parent{padding-left:40px}.filter-options .am-category-view a{display:inline-block;white-space:initial}.filter-options .filter-options-content .rating-summary{display:inline-block;vertical-align:sub}.filter-options .amshopby-search-box{margin:0 0 15px}.page-layout-1column .filter-options-item.active .filter-options-content{padding:10px 15px}.page-layout-1column .filter-options-content li.item{padding:0}.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content']{display:none}div.swatch-option-tooltip{z-index:9999}.swatch-option-tooltip .image,.swatch-option-tooltip-layered .image{background-size:contain !important}.filter-options .am-labels-folding .item{position:relative}.filter-options .ui-menu{display:block;margin:0;padding:0;outline:0;list-style:none}.filter-options .ui-menu .ui-menu{position:absolute}.filter-options .ui-menu .ui-menu-item{margin:0;list-style:none;cursor:pointer}.filter-options .ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.filter-options .ui-menu .ui-menu-divider{margin:5px 0;height:0;border-width:1px 0 0 0;font-size:0;line-height:0}.filter-options-content .am-swatch-wrapper{display:inline-block}.filter-options-content .am-swatch-wrapper:hover .am-swatch-link{background:none}.filter-options-content .am-swatch-wrapper>.input.-hidden{display:none}.am-filter-items-attr_price{min-width:130px;max-width:350px}.am-filter-items-attr_color .swatch-option.text{padding:1px 2px;width:30px}.amasty-catalog-topnav.block.filter{flex-basis:auto}.amasty-catalog-topnav .filter-options-content .amshopby-fly-out-view a{display:block;box-sizing:border-box}.am-filter-items-stock .am_shopby_link_selected,.am-filter-items-rating .am_shopby_link_selected{background-color:#e8e8e8;text-decoration:none}.am_shopby_link_selected{font-weight:bold}.amshopby-fly-out-view.ui-menu{position:relative}.amshopby-fly-out-view .ui-menu{width:100%}.amshopby-fly-out-view .items-children:not(.ui-menu){display:none}.amshopby-fly-out-view a{display:inline-block;padding:10px}.amshopby-fly-out-view input[type='checkbox'],.amshopby-fly-out-view input[type='radio']{margin:3px 3px 3px 4px}.amshopby-category-dropdown{display:block;overflow:hidden;padding-right:3.6rem;min-height:3.2rem;border:1px solid #adadad;background-color:#fff;text-align:left;text-overflow:ellipsis;white-space:normal;font-weight:400;cursor:pointer}.amshopby-category-dropdown:after{position:absolute;top:50%;right:1.2rem;box-sizing:border-box;margin-top:-.2rem;width:0;height:0;border-width:.5rem .4rem 0 .4rem;border-style:solid;border-color:#000 transparent transparent;content:'';transition:all .2s linear}.amshopby-category-dropdown:before{position:absolute;top:0;right:0;bottom:0;width:3.2rem;border:1px solid #adadad;background-color:#e3e3e3;content:''}.am-category-wrapper{position:relative;display:block;user-select:none}.am-category-wrapper._active .amshopby-category-dropdown:after{transform:rotate(180deg)}.am-category-wrapper .amshopby-checkbox,.am-category-wrapper .amshopby-radio{margin-left:17px}.am-category-wrapper .amshopby-filter-parent{padding-left:0}.am-category-wrapper .am-multiselect-crumb{position:relative;display:inline-block;margin:.3rem 0 .3rem .3rem;padding:.3rem 2.4rem .4rem 1rem;border:1px solid #a79d95;border-radius:1px;background-color:#f5f5f5;font-size:1.2rem;transition:border-color .1s linear}.am-category-wrapper .am-multiselect-crumb .action-close{position:absolute;top:0;right:0;bottom:0;margin:0;padding:0;width:2rem;height:auto;border:none;border-radius:0;background-color:transparent;box-shadow:none;color:#514943;font-size:.5em;line-height:1}.am-category-wrapper .am-multiselect-crumb .action-close:before{content:'x';font-size:10px;transition:color .1s linear}.am-category-wrapper .am-multiselect-crumb .action-close>span{position:absolute;display:none;visibility:hidden;overflow:hidden;clip:rect(0, 0, 0, 0)}.filter-options .am-labels-folding .item{display:flex;align-items:center;flex-wrap:wrap;position:relative;padding:0 0 0 20px}.filter-options .am-labels-folding .item .am-input,.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='radio'],.filter-options .amshopby-category-dropdown+form .item input[type='radio'],.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='checkbox'],.filter-options .amshopby-category-dropdown+form .item input[type='checkbox']{position:absolute;top:4px;left:0;margin:0 5px 0 0}.filter-options .am-labels-folding .item .am-collapse-icon+.am-input{left:17px}.filter-options .am-labels-folding .item .am-collapse-icon~[class*='am-filter-item-']{padding-left:17px}.filter-options .items:not(.items-children)>.item:not(.-is-collapsible).-filter-parent{margin-left:17px}.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered),.filter-options .amshopby-category-dropdown+form .item{position:relative;flex-wrap:wrap}.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon+.am-input,.filter-options .amshopby-category-dropdown+form .item .am-collapse-icon+.am-input,.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon+input[type='radio'],.filter-options .amshopby-category-dropdown+form .item .am-collapse-icon+input[type='radio'],.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon+input[type='checkbox'],.filter-options .amshopby-category-dropdown+form .item .am-collapse-icon+input[type='checkbox']{left:17px}.filter-options .amshopby-category-dropdown+form .item .items-children.-folding{padding-left:30px}.am-labels-folding .am-collapse-icon,.filter-options .amshopby-category-dropdown+form .item .am-collapse-icon{display:flex;align-items:center;top:0;left:0;align-self:flex-start}.am-labels-folding .am-collapse-icon:after,.filter-options .amshopby-category-dropdown+form .item .am-collapse-icon:after{position:static;margin:0}.am-collapse-icon{position:absolute;box-sizing:border-box;width:2rem;height:2rem;border-radius:50%;font-weight:normal;font-style:normal;line-height:1;cursor:pointer;-webkit-font-smoothing:antialiased}.am-collapse-icon:after{position:absolute;top:50%;right:1.2rem;box-sizing:border-box;margin-top:-.5rem;width:0;height:0;border-width:.5rem .4rem 0 .4rem;border-style:solid;border-color:#000 transparent transparent;content:'';transition:all .2s linear;transform:rotate(-90deg)}.am-collapse-icon._active:after{transform:rotate(0deg)}#amasty-shopby-product-list{z-index:1}#amasty-shopby-product-list .products.wrapper{position:relative}#amasty-shopby-product-list #amasty-shopby-overlay{position:absolute;top:0;bottom:0;z-index:999;display:none;width:100%;background:#fff;opacity:.5}#amasty-shopby-product-list #amasty-shopby-overlay .loader{position:absolute;top:10%;left:50%;display:block;width:64px;height:64px;background-image:url('../../frontend/gwa/friendsandfamily/en_US/Amasty_Shopby/images/loader-1.gif');transform:translate(-50%, -10%)}#amasty-shopby-product-list #amasty-shopby-overlay .loader:before{content:''}.amshopby-option-link{display:inline-block;clear:both;margin-right:5px}.amshopby-option-link img{float:left;margin:0 5px 5px 0}.amshopby-option-link img:not([src*='/resized']){max-width:30px;max-height:30px}.am_shopby_apply_filters{position:fixed;bottom:-80px;z-index:9999;width:100%;transition:left .2s ease}.am_shopby_apply_filters.visible{bottom:0}.am-show-button{z-index:999;box-sizing:border-box;margin:0 auto;padding:15px 0;width:100%;background:#eee;text-align:center}.am-show-button>.am-items{font-size:15px}.am-show-button>.am-items.-loading{display:inline-block;margin:0 5px;width:25px;height:25px;background-image:url('../../frontend/gwa/friendsandfamily/en_US/Amasty_Shopby/images/loader-1.gif');background-size:contain;vertical-align:middle}.am-show-button>.am-button{margin-left:15px;padding:17px 50px;height:auto;border:0;border-radius:5px;background:#ff9416;box-shadow:none;color:#fff;text-align:center;font-size:14px;line-height:1}.am-show-button>.am-button:hover{background:#e27a00;transition:background .3s ease}.am-item-removed{text-decoration:line-through}.am-category-image{vertical-align:middle}.amshopby-filter-current .filter-label{vertical-align:middle}.amshopby-filter-current .amshopby-items{padding:0 0 0 10px}.amshopby-filter-current .amshopby-item.item{display:flex;align-items:center;position:relative;padding:0 0 0 20px}.amshopby-filter-current .amshopby-filter-name{display:flex;padding:0 5px 0 0;font-weight:bold}.amshopby-filter-current .amshopby-filter-name:after{content:':'}.amshopby-filter-current .amshopby-filter-value{flex-grow:1}.amshopby-filter-current .am-swatch-link{display:flex;align-items:center}.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option{margin:0}.amshopby-filter-current .amshopby-remove{display:flex;justify-content:center;align-items:center;position:absolute;left:0;width:12px;height:12px}.amshopby-filter-current .amshopby-remove:hover:after,.amshopby-filter-current .amshopby-remove:hover:before{background-color:#006bb4}.amshopby-filter-current .amshopby-remove:after,.amshopby-filter-current .amshopby-remove:before{position:absolute;width:100%;height:1px;background-color:#757575;content:''}.amshopby-filter-current .amshopby-remove:after{transform:rotate(45deg)}.amshopby-filter-current .amshopby-remove:before{transform:rotate(-45deg)}.amshopby-filter-current .am-shopby-swatch-label{margin-left:10px}.amshopby-filter-current .swatch-option-link-layered{display:flex;align-items:center;flex-basis:100%}.amshopby-filter-current .item{padding-bottom:0}.am-dropdown .am-select,.am-dropdown .chosen-container .chosen-choices{min-height:32px;border-color:#ccc;background-color:#fff;font-size:14px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif}.am-dropdown .chosen-container .chosen-choices{background-image:none}.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text']{min-width:100px;color:#000;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif}.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item{display:flex;align-items:center;padding:0 0 10px 20px}.am-porto-cmtb .amshopby-filter-current.filter-current .items{padding:15px}.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more{padding:12px 25px 0 0}.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image{display:block;max-width:100%;width:auto;height:auto}.am-porto-cmtb .filter-options-content .swatch-option{min-width:22px;width:22px;height:22px;border:none;background-position:center center;background-size:100% 100%;background-repeat:no-repeat;box-shadow:0 0 3px rgba(0,0,0,0.2)}.am-porto-cmtb .page-wrapper>.page-header{z-index:9005}.am-porto-cmtb .page-main{z-index:9}.am-porto-cmtb .am-show-more:hover{color:#006bb4 !important}._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-2columns .checkout-column,.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column{width:100%}.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(3n + 1):before{display:block}.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(2n + 1):before{display:none}.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item{width:50%}.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:only-child,.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item:only-child{width:100%}.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .table-checkout-shipping-method,.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .table-checkout-shipping-method{width:100%;min-width:0}.checkout-index-index .opc-wrapper.am-opc-wrapper:before{display:none}.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content{margin:0}.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address{margin-bottom:0}.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code{display:none}.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .rewards-add{display:none}.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .gift-code{display:none}.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title{border:none}.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label{-webkit-flex:1;-moz-flex:1;-ms-flex:1;flex:1}.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement div.mage-error{-webkit-flex-basis:100%;flex-basis:100%}.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show{text-align:left}.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content{padding:0 22px 20px}.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-apply{margin-right:0}.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .actions-toolbar>.primary{padding-right:0}.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-block>li{list-style-type:none}.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment{margin-bottom:10px}.checkout-index-index .opc-wrapper.am-opc-wrapper .label{word-break:break-all;word-wrap:break-word}.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address{max-width:500px}.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block{margin:5px 0 10px}.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar{margin-top:15px}.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel{margin:0 20px 0 0}.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary{float:right}.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label{display:none}.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary{float:right}.checkout-index-index .am-submit-summary #checkout-payment-method-load .actions-toolbar{display:none}.checkout-index-index .am-submit-summary #checkout-payment-method-load .payment-method-billing-address .actions-toolbar{display:block}.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar{display:block;position:fixed;z-index:999;width:1240px;margin-left:auto;margin-right:auto;text-align:center;background-color:#eaeaea;left:50%;transform:translate(-50%)}.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar>*{float:none}.checkout-index-index .am-submit-fixed.-top #checkout-payment-method-load .actions-toolbar{bottom:auto;top:0}.checkout-index-index .am-submit-fixed.-bottom #checkout-payment-method-load .actions-toolbar{bottom:0}.checkout-index-index .checkout-block{margin:7px 9px 32px;padding:24px 12px;background:white;box-shadow:0 1px 1px 1px rgba(0,0,0,0.15);-webkit-transition:box-shadow .5s;-moz-transition:box-shadow .5s;-ms-transition:box-shadow .5s;transition:box-shadow .5s}.checkout-index-index .checkout-block:hover{box-shadow:0 1px 4px 1px rgba(25,121,195,0.45)}.checkout-index-index .am-checkout{margin:20px 0;padding:12px}.checkout-index-index .am-checkout:not(.-modern){background:#eaeaea}.checkout-index-index .opc-block-summary{margin:-24px -12px 0;padding:24px 12px}.checkout-index-index .opc-block-summary .minicart-items-wrapper{margin:0}.checkout-index-index .additional-options{margin:24px 7px 12px}.checkout-index-index .additional-options .checkout-agreements .action-show{line-height:1.42857143;padding:0;color:#006bb4;text-decoration:none;background:none;border:0;display:inline;font-weight:400;border-radius:0}.checkout-index-index .additional-options .checkout-agreements .action-show:not(:focus){box-shadow:none}.checkout-index-index .additional-options .field{margin-top:7px}.checkout-index-index .am-gift-message .edit-link{display:none;color:#1979c3;cursor:pointer}.checkout-index-index .am-gift-message.checked .edit-link{display:inline}.checkout-index-index .amcheckout-delivery-date .field{float:left;padding-top:4px;width:100%;box-sizing:border-box}.checkout-index-index .amcheckout-delivery-date .field.comment{width:100%}.checkout-index-index .amcheckout-delivery-date .field.datepicker,.checkout-index-index .amcheckout-delivery-date .field.timepicker{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between}.checkout-index-index .amcheckout-delivery-date .field.datepicker .control,.checkout-index-index .amcheckout-delivery-date .field.timepicker .control{-webkit-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:60%}.checkout-index-index .amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger{margin-left:7px}.checkout-index-index .amcheckout-delivery-date .field .label{display:block;margin:12px 0}.checkout-index-index .amcheckout-delivery-date .clearer{clear:both}.checkout-index-index .amcheckout-delivery-date .field._required>.label:after,.checkout-index-index .additional-options .field._required .label:after{margin:0 0 0 5px;font-size:1.2rem;content:'*';color:#e02b27}.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-inner-spin-button,.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-outer-spin-button{-webkit-appearance:inner-spin-button !important}.checkout-index-index .opc-block-summary .minicart-items input[type='number']:focus{-moz-appearance:spinner !important}.checkout-index-index .opc-block-summary .minicart-items input.qty{width:55px}.checkout-index-index .opc-block-summary .minicart-items button,.checkout-index-index .opc-block-summary .minicart-items .cart.table-wrapper .actions-toolbar>.action,.checkout-index-index .opc-block-summary .minicart-items .action-gift{margin-top:12px;float:right}.checkout-index-index .opc-block-summary .minicart-items .delete{float:left;padding:3px;width:7px;height:7px;border:1px #b6b6b6 solid;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;background-size:7px;cursor:pointer}.checkout-index-index .opc-block-summary .minicart-items .product-item-details{padding-left:118px}.checkout-index-index .opc-block-summary .minicart-items .product-image-container{margin-left:16px}@media (min-width:900px){.checkout-index-index .opc-wrapper.am-opc-wrapper{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column{width:50%}.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column{width:33.3%}}.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method{max-width:600px}.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price{min-width:unset}.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap{right:0;left:0;width:100%;max-width:500px;margin-right:auto;margin-left:auto}.checkout-payment-method .payment-methods{margin:0}.checkout-payment-method .payment-methods .actions-toolbar .primary{padding:14px 17px;font-size:1.8rem;line-height:2.2rem}.checkout-payment-method.submit .payment-methods{margin:0}.fieldset.address{margin:0 -7px}.fieldset.address>.field{display:inline-block;padding:0 7px;width:100%;vertical-align:top;box-sizing:border-box}.checkout-success .success-messages{margin-bottom:40px;font-size:1.8rem}.account .column.main .order-details-items{margin-bottom:0}.account .column.main .order-details-items .order-items .data.table>tbody>tr:nth-child(even)>td{background:none}.page-main .block.block-order-details{margin-bottom:25px}.page-main .block.block-order-details .delivery{float:right;font-weight:bold}.page-main .block.block-order-details .delivery .delivery-field{float:left;margin-left:12px}.page-main .block.block-order-details .order-date{padding-bottom:25px;border-bottom:1px solid #c6c6c6;font-size:1.6rem}.page-main .block.block-order-details-comments{margin-bottom:35px}.page-main .block.block-order-details-view{margin-bottom:10px}.page-main .block.block-order-details-view:nth-child(2) .block-title{display:none}#registration{position:relative;margin:20px 0 25px;padding:0 0 0 12px;width:600px;border-left:3px solid #f58c12}#registration br{display:none}#registration form{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.opc-estimated-wrapper .minicart-wrapper{display:none}.am-checkout.-modern{box-sizing:border-box;padding:0;background:none}.am-checkout.-modern.-layout-1column{margin:auto;max-width:750px}.am-checkout.-modern .checkout-header{padding:0}.am-checkout.-modern .authentication-wrapper{margin-right:0}.am-checkout.-modern .authentication-wrapper .action-auth-toggle{padding:5px 20px;height:auto;border-radius:2px;background:#1979c3;color:#fff}.am-checkout.-modern .opc-estimated-wrapper{margin:0 -15px 15px}.amcheckout-main-container.-modern{clear:both;color:#363636}.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type){margin:40px 0 0}.amcheckout-step-container{font-size:16px}.amcheckout-step-container>li{list-style:none}.amcheckout-step-container .amcheckout-title{display:block;margin:0;padding:15px;background:#eee;font-weight:600;font-size:20px;cursor:pointer}.amcheckout-step-container .amcheckout-title>.amcheckout-icon{position:relative;float:right;box-sizing:border-box;width:24px;height:24px;border:2px solid #1979c3;border-radius:50%;transition:all .3s ease}.amcheckout-step-container .amcheckout-title>.amcheckout-icon:hover,.amcheckout-step-container .amcheckout-title>.amcheckout-icon:hover:before{border-color:#429fe7}.amcheckout-step-container .amcheckout-title>.amcheckout-icon:before{position:absolute;top:41%;left:50%;display:block;box-sizing:border-box;width:8px;height:8px;border-right:2px solid #1979c3;border-bottom:2px solid #1979c3;content:'';transition:all .3s ease;transform:translate(-50%, -50%) rotate(45deg)}.amcheckout-step-container .amcheckout-title>.amcheckout-icon.-minus{transform:rotate(180deg)}.amcheckout-step-container .amcheckout-title+.amcheckout-content>.amcheckout-wrapper{padding:20px 0}.amcheckout-step-container .fieldset:last-child{margin-bottom:0}.amcheckout-step-container .fieldset>.legend+br{display:none}.amcheckout-step-container .fieldset>.field>.label,.amcheckout-step-container .fieldset>.fields>.field>.label{font-weight:normal}.amcheckout-step-container .opc-block-summary{margin:0;padding:0}.amcheckout-step-container .checkout-payment-method .field-select-billing,.amcheckout-step-container .checkout-payment-method .billing-address-form{max-width:inherit}.amcheckout-step-container .checkout-payment-method .checkout-billing-address{margin-top:15px}.amcheckout-step-container .note{color:#777}.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger),.amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger),.amcheckout-step-container .cart.table-wrapper .actions-toolbar>.action:not(.braintree-googlepay-button):not(.ui-datepicker-trigger),.amcheckout-step-container .action-gift:not(.braintree-googlepay-button):not(.ui-datepicker-trigger){border:none;border-radius:2px;background:#1979c3;box-shadow:none;color:#fff}.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):hover,.amcheckout-step-container button:not(.braintree-googlepay-button):hover,.amcheckout-step-container .cart.table-wrapper .actions-toolbar>.action:not(.braintree-googlepay-button):hover,.amcheckout-step-container .action-gift:not(.braintree-googlepay-button):hover{border:none}.amcheckout-step-container .amcheckout-button.-new-address{margin-top:20px}.amcheckout-step-container .payment-method-content>.actions-toolbar>.primary .action.primary{float:none;margin:0 15px 0 0;padding:12px 16px;font-size:16px}.amcheckout-step-container .action-edit-address{margin-top:15px}.amcheckout-step-container .primary .action.checkout,.amcheckout-step-container .action.checkout.amasty{padding:14px 30px;background:#315499}.amcheckout-step-container .form-discount .actions-toolbar .action{min-height:40px}.amcheckout-step-container input[type='text'],.amcheckout-step-container input[type='password'],.amcheckout-step-container input[type='url'],.amcheckout-step-container input[type='tel'],.amcheckout-step-container input[type='search'],.amcheckout-step-container input[type='number'],.amcheckout-step-container input[type='datetime'],.amcheckout-step-container input[type='email'],.amcheckout-step-container select{height:40px;border:1px solid #d4d4d4;border-radius:2px;font-size:16px}.amcheckout-step-container .checkout-agreements .action-show{background:inherit;color:inherit;font-size:inherit}.amcheckout-step-container .checkout-agreements .action-show,.amcheckout-step-container .action.checkout.amasty{height:auto}.amcheckout-step-container input[type='checkbox'],.amcheckout-step-container input[type='radio']{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 .checkout-billing-address .actions-toolbar .action-cancel{background:none;color:#1979c3}.amcheckout-step-container .amcheckout-delivery-date .field{width:100%}.amcheckout-step-container .amcheckout-delivery-date .field.timepicker{display:block}.amcheckout-step-container .amcheckout-delivery-date .field.timepicker .control{width:100%}.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods{margin:0}.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group+.payment-group .step-title{margin:0}.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group:not(:last-of-type){margin-bottom:40px}.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method{padding:0;width:100%}.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type){margin-bottom:20px}.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title{padding:0;border:none !important}.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label{padding:20px;align-items:flex-start}.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label>*:not(:only-child):not(:last-of-type){margin-right:5px}.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help{margin-left:auto;text-align:right}.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content{display:none}.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content{display:block;padding:0 20px 0 45px}.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content>*{margin:0}.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content>*>*{margin:0 0 20px}.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .amazon-button-container__cell{display:inline-block;vertical-align:middle}.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar>.primary{float:left;padding-left:0}.amcheckout-step-container .amcheckout-summary-container{background:none}.amcheckout-step-container .amcheckout-summary-container .amcheckout-title{background:#315499;color:#fff}.amcheckout-step-container .amcheckout-summary-container .amcheckout-title>.amcheckout-icon{background:#fff}.amcheckout-step-container .amcheckout-summary-container .amcheckout-content>.amcheckout-wrapper{padding:20px}.amcheckout-step-container .amcheckout-summary-container .items-in-cart{margin-bottom:20px;border-bottom:1px solid #d4d4d4}.amcheckout-step-container .amcheckout-summary-container .product-item .delete{position:absolute;right:0;bottom:0;z-index:1;box-sizing:border-box;padding:0;width:10px;height:15px;border:0;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;background-size:contain}.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat;background-size:contain}.amcheckout-step-container .amcheckout-summary-container .product-item .action.checkout{float:left;margin-bottom:10px}.amcheckout-step-container .amcheckout-summary-container .product-item .product{padding-bottom:15px}.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container{margin:0;border:1px solid #d4d4d4}.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details{padding-left:100px}.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper{padding:15px 0 0}.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner{display:flex;align-items:center}.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block{display:flex;align-items:center;-webkit-box-flex:1;-ms-flex:auto;flex:auto;flex-wrap:wrap;justify-content:space-between;margin:0 20px 10px 0}.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout{border:1px solid #1787e0;border-radius:2px;background:#f0f8ff;color:#1787e0}.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover{background:#e6f3ff}.amcheckout-step-container .amcheckout-summary-container .product-item-details .options{padding-right:20px}.amcheckout-step-container .amcheckout-summary-container .product-item-name{margin:0}.amcheckout-step-container .amcheckout-summary-container .details-qty{display:flex;align-items:center;flex-wrap:wrap;margin:10px 0 0}.amcheckout-step-container .amcheckout-summary-container .details-qty .label{margin-right:10px}.amcheckout-step-container .amcheckout-summary-container .details-qty .qty{height:30px}.amcheckout-step-container .amcheckout-summary-container .subtotal{width:auto}.amcheckout-step-container .amcheckout-summary-container .field.configurable{width:50%}.amcheckout-step-container .amcheckout-summary-container .field.configurable:not(:last-of-type){margin-bottom:10px}.amcheckout-step-container .amcheckout-summary-container .table-totals{width:100%;border:none;font-size:14px}.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount{border-top:none}.amcheckout-step-container .amcheckout-summary-container .item-options .label{display:block;margin-bottom:10px}.amcheckout-step-container .amcheckout-additional-options{margin:0;padding:0 20px;border:1px solid #f9f9f9;background:#f9f9f9;font-size:0}.amcheckout-step-container .amcheckout-additional-options>*{font-size:14px}.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment{margin:20px 0}.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes>*{margin-bottom:5px}.amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show{text-align:left}.amcheckout-step-container .opc-payment-additional{padding:0 20px}.amcheckout-step-container .opc-payment-additional .payment-option-title,.amcheckout-step-container .opc-payment-additional .payment-option-content{padding-right:0;padding-left:0}.amcheckout-step-container .opc-payment-additional .label{display:block;margin-bottom:4px}.amcheckout-step-container .opc-payment-additional .form-discount .label{display:none}.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type){margin-top:40px}.opc-block-summary .vertex-message td,.cart-summary .vertex-message td{padding:0;border-top:none}.form-address-edit .actions-toolbar .vertex-update-address{margin-top:10px}.estimation-wrapper{margin-bottom:10px}.estimation-wrapper .heading-container{margin-bottom:3px;position:relative}.estimation-wrapper .heading-container .label{display:none;font-weight:600;margin-bottom:0;margin-right:5px}.estimation-wrapper .heading-container img.loader{display:none;max-height:20px;position:absolute;top:0}.estimation-wrapper .heading-container img.loader.visible{display:inline-block}.estimation-wrapper .heading-container.visible .label{display:inline-block}.estimation-wrapper .response-container{display:none;min-height:28px}.estimation-wrapper .response-container span{margin-top:5px;margin-bottom:0}.estimation-wrapper .response-container span.post-code{cursor:pointer;font-weight:600;text-decoration:underline}.estimation-wrapper .response-container span.country-code{font-weight:600}.estimation-wrapper .response-container span.error-massage{display:none;color:#ff0000;cursor:pointer;text-decoration:underline}.estimation-wrapper .response-container .order-within-container,.estimation-wrapper .response-container #estimation_message{display:none;margin-top:3px}.estimation-wrapper .response-container .order-within-container #order_within,.estimation-wrapper .response-container #estimation_message #order_within{font-weight:bold;margin-top:0}.estimation-wrapper .response-container .input-wrapper{display:inline-block}.estimation-wrapper .response-container .input-wrapper input,.estimation-wrapper .response-container .input-wrapper select{display:none;height:auto;margin:0 5px 0 0;max-width:72px;padding:2px;text-align:center}.estimation-wrapper .response-container.visible{display:block}.estimation-wrapper.show-spinner{min-height:25px}#estimated_content{display:none;float:left;margin-bottom:10px;width:100%}#estimated_content strong.label{float:left;min-height:25px}#estimated_content .loader{display:none;position:relative;top:0;left:10px}#estimated_content .loader img{height:20px}#estimated_content #estimated_response{display:none;float:left;min-height:30px;width:100%}#estimated_content #estimated_response span{display:inline-block;padding-top:5px}#estimated_content #estimated_response span#zip{cursor:pointer;text-decoration:underline}#estimated_content #estimated_response span#zip_response,#estimated_content #estimated_response span#country_response{font-weight:bold}#estimated_content #estimated_response span#zip_response.clickable{cursor:pointer;text-decoration:underline}#estimated_content #estimated_response span.input-wrapper{padding-top:0}#estimated_content #estimated_response .update-location{display:inline-block;position:relative;padding:0;margin:0}#estimated_content #estimated_response .update-location .input-wrapper,#estimated_content #estimated_response .update-location .buttons{padding:0;margin:0;position:relative;top:0}#estimated_content #estimated_response .update-location #input_zip,#estimated_content #estimated_response .update-location #input_country{display:none;border:1px solid #ccc;border-radius:0;font-size:inherit;text-align:center;margin:0 2px;height:26px;padding:0;max-width:75px}#estimated_content #estimated_response .update-location #input_zip.empty,#estimated_content #estimated_response .update-location #input_country.empty{border-color:#ff0000}#estimated_content #estimated_response .update-location #coutry_text{display:none}#estimated_content #estimated_response .update-location #input_zip{margin-left:0}#estimated_content #estimated_response .update-location #input_country{padding:0 20px 0 10px;position:relative}#estimated_content #estimated_response .update-location .buttons{padding:0}#estimated_content #estimated_response .update-location .buttons #update_location{cursor:pointer;border-radius:0;padding:0;margin:0 5px;top:-2px;position:relative}#estimated_content #estimated_response .update-location .buttons #update_location span{padding:0;margin:0;width:26px}#estimated_content #estimated_response .update-location .buttons #update_location span:before{font-family:'luma-icons';font-size:12px;line-height:24px;content:'\e610';display:inline-block}#estimated_content #estimated_response .update-location .buttons #update_location{display:none}@media only screen and (max-width:1040px){#estimated_content #estimated_response .update-location{margin-top:5px}}#estimated_content #error{display:none;float:left;width:100%}#estimated_content #error #error-message{color:#ff0000}#estimated_content #error #error-message.clickable{cursor:pointer;text-decoration:underline}.wesupply_estimations_zip{max-width:65px}.page-header-v3 .header_right .wesupply-link-v2,.page-header-v4 .header_right .wesupply-link-v2{display:none}.page-header-v4.sticky-header .header.links .wesupply-tracking-info{margin-right:15px}.wesupply_options{width:150px;margin-right:10px}.wesupply-link-v2{float:left;line-height:30px}.sticky-header .wesupply-link-v2{display:none}.sms-center{text-align:center}#ws_embed_sms_notification{clear:left;font:14px Helvetica,Arial,sans-serif;margin:40px 0 20px;padding:0}#ws_embed_sms_notification.design-1 #phonePrefix,#ws_embed_sms_notification.design-1 #ws-Phone{height:50px}#ws_embed_sms_notification.ws-left{text-align:left}#ws_embed_sms_notification.ws-left.sms-center{max-width:640px;margin:0 auto;text-align:center}#ws_embed_sms_notification .block-span{display:block}#ws_embed_sms_notification .block-span.mg-top-span{margin-bottom:10px}#ws_embed_sms_notification .control-subs:before{font-size:16px;line-height:32px;color:#575757;margin:6px 0 0 8px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center;position:absolute;background:url('../../frontend/gwa/friendsandfamily/en_US/WeSupply_Toolbox/images/icone_phone.png');content:'';width:12px;height:20px}#ws_embed_sms_notification .control-subs .ws-Phone{padding-left:35px}#ws_embed_sms_notification #ws-responses{padding:20px 0;margin:0 auto}#ws-responses{padding-bottom:20px}#ws-responses #ws-error-response{color:red}#ws-responses #ws-success-response{color:green}.sms-center-design-2{margin:0 auto;text-align:center}.ws-title-description-container-dsg2{margin:0;position:absolute;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.ws_embed_sms_notification{width:100%;margin-top:50px}.ws_embed_sms_notification .inline-block{width:100%;text-align:left;border:1px solid #b5b5b5;position:relative}.ws_embed_sms_notification .inline-block .title-dsg-2{border-right:1px solid #b5b5b5;float:left;min-height:26px;line-height:26px;padding:15px 30px}.ws_embed_sms_notification .inline-block .description-dsg-2{float:left;display:inline-block;width:auto;padding:14px 20px;min-height:26px;line-height:26px}.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2{float:right;display:inline-block;max-width:unset;padding:11px;min-width:396px;width:auto}.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-phone-dsg-2{width:205px;float:left;height:32px;padding:0 0 0 26px;border-right:0 none}.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-country-pc-dsg2{padding:0 0 0 26px;height:34px;width:130px}.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-orderId-dsg2{margin-bottom:10px;max-width:100%}.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 button.action,.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .cart.table-wrapper .actions-toolbar>.action.action,.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .action-gift.action{float:left;clear:none;margin:0;border-radius:0}.ws_embed_sms_notification .inline-block .sms-subs{margin-top:-3px;border-radius:3px;border-bottom-left-radius:0;border-top-left-radius:0}.ws_embed_sms_notification .inline-block .title-dsg-2{padding:14px;font-size:13px;margin:0;background:#f4f4f4}.ws_embed_sms_notification .inline-block .control-subs-2:before{font-size:16px;line-height:32px;color:#575757;margin:6px 0 0 8px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center;position:absolute;background:url('../../frontend/gwa/friendsandfamily/en_US/WeSupply_Toolbox/images/icone_phone.png');content:'';width:12px;height:20px}@media screen and (max-width:988px){.ws_embed_sms_notification .inline-block .title-dsg-2{display:none}}@media screen and (max-width:767px){.ws_embed_sms_notification .inline-block{border:0 none}.ws_embed_sms_notification .inline-block .description-dsg-2{padding-left:0}.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2{float:left;padding:0 0 10px 0;clear:both}.ws_embed_sms_notification .inline-block .ws-title-description-container-dsg2{position:relative}}@media screen and (max-width:767px){.ws_embed_sms_notification .inline-block{border:1px solid #b5b5b5}.ws_embed_sms_notification .inline-block .description-dsg-2{text-align:center;width:100%}.ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2{padding:0 20px;min-width:unset}.ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 #ws-Phone{width:calc(100% - 130px);border-right:1px solid #c2c2c2}.ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 #ws-orderId{margin-bottom:10px;width:100%;max-width:100%}.ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 button#ws-embedded-subscribe,.ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 .cart.table-wrapper .actions-toolbar>.action#ws-embedded-subscribe,.ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 .action-gift#ws-embedded-subscribe{width:100%;margin-top:10px;float:none;height:auto}}.wesupply-track-shipment .page-title-wrapper,.wesupply-orders-view .page-title-wrapper{display:none}iframe.embedded-iframe.ws-stores-view{height:820px}#order-view-container{height:1000px}.order-view-modal .page-main-actions{display:none}.order-view-modal .modal-header{display:none}.order-view-modal .modal-content{padding:0}.loading-container{text-align:center;padding:40px;position:relative}.loading-container .loading-image{background:url('../../frontend/gwa/friendsandfamily/en_US/images/loader-2.gif') center center no-repeat transparent;background-size:contain;position:absolute;top:0;left:calc(50% - 100px);height:200px;width:200px;z-index:100}[class*="cms-wesupply-store-locator"].sales-order-history .embedded-iframe-container,[class*="cms-wesupply-store-details"].sales-order-history .embedded-iframe-container,.account.sales-order-history .embedded-iframe-container,[class*="cms-wesupply-store-locator"].customer-account-index .embedded-iframe-container,[class*="cms-wesupply-store-details"].customer-account-index .embedded-iframe-container,.account.customer-account-index .embedded-iframe-container{display:none}.wesupply-track-shipment #maincontent{position:relative;margin:0 auto !important;max-width:unset;padding:0;width:100%}.wesupply-track-shipment #maincontent .embedded-iframe-container{display:block}.wesupply-track-shipment #maincontent .embedded-iframe-container .page-title{text-align:left}.wesupply-track-shipment #maincontent .not-found{padding:40px 0 20px;margin:0 auto;display:table}.wesupply-track-shipment .breadcrumbs{display:none}#co-shipping-method-form .item-options .field.item{margin-left:20px}#co-shipping-method-form .item-options .field.item input.radio{margin-left:-20px;margin-top:2px}#co-shipping-method-form .item-options .field.item label.label{position:relative;top:-2px;left:-2px}#co-shipping-method-form .item-options .field.item span.eta{display:block}@media screen and (min-width:1024px){.order-view-modal{max-width:989px;left:calc(100% - 989px)}}.theme-pearl .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-phone-dsg-2{height:34px}.theme-pearl .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-country-pc-dsg2{height:34px}@media screen and (max-width:767px){.theme-pearl .checkout-shipping-method .table-checkout-shipping-method thead{display:none}.theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody{padding-bottom:20px}.theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row{display:flex;margin-left:0;padding-bottom:0}.theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row:first-child,.theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row.row-eta,.theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row td.col{border:0 none}}body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_zip,body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_zip{height:26px;min-height:unset;max-height:unset;position:relative;top:-1px}body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country,body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_country,body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #update_location,body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #update_location{height:28px}body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country,body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_country{top:-1px}body:not(.theme-pearl) #ws_embed_sms_notification.sms-center{max-width:560px;margin:40px auto}body:not(.theme-pearl) #ws_embed_sms_notification.sms-center-design-2{margin:40px auto}body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group{position:relative}body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group:before{left:0}body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #phonePrefix,body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-Phone{height:32px;vertical-align:bottom}body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-Phone{padding-left:5px}body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-orderId{margin-bottom:10px;width:460px;max-width:100%}.checkout-onepage-success .delivery-estimations{font-size:1.8rem;font-weight:600;padding-top:20px}.extend_1,.owl-carousel.products .owl-controls .owl-nav .owl-prev,.owl-carousel.products .owl-controls .owl-nav .owl-next,.owl-carousel.products .owl-controls .owl-dot{cursor:pointer;cursor:hand;user-select:none;font-size:0}.products.products-grid,.custom-slider{position:relative;padding:0 0 20px}.owl-carousel.products{display:none;width:100%;position:relative;z-index:0}.owl-carousel.products .animated{animation-duration:1000ms;animation-fill-mode:both}.owl-carousel.products .owl-animated-in{z-index:0}.owl-carousel.products .owl-animated-out{z-index:1}.owl-carousel.products .fadeOut{animation-name:fadeOut}.owl-carousel.products .owl-stage{position:relative}.owl-carousel.products .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel.products .owl-stage-outer{position:relative;overflow:hidden;padding:20px 0}:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev{width:40px !important;top:0 !important;left:0 !important;background:none transparent !important}:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev:hover{background:none transparent !important}:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next{width:40px !important;top:0 !important;right:0 !important;background:none transparent !important}:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next:hover{background:none transparent !important}.owl-carousel.products.owl-loaded{display:block}.owl-carousel.products.owl-loading{opacity:0;display:block}.owl-carousel.products.owl-hidden{opacity:0}.owl-carousel.products .owl-item{position:relative;min-height:1px;float:left;user-select:none}.owl-carousel.products .owl-item img{display:block;width:100%;transform-style:preserve-3d}.owl-carousel.products .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}.owl-carousel.products .owl-item .product-item{width:100% !important;margin:10px}.owl-carousel.products .owl-grab{cursor:move;cursor:grab}.owl-carousel.products.owl-rtl{direction:rtl}.owl-carousel.products.owl-rtl .owl-item{float:right}.owl-carousel.products .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel.products .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../frontend/Magento/blank/en_US/Mageplaza_Core/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;transition:scale 100ms ease}.owl-carousel.products .owl-video-play-icon:hover{transition:scale(1.3, 1.3)}.owl-carousel.products .owl-video-playing .owl-video-tn{display:none}.owl-carousel.products .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel.products .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity 400ms ease}.owl-carousel.products .owl-video-frame{position:relative;z-index:1}.owl-carousel.products .owl-refresh .owl-item{display:none}.owl-carousel.products.owl-text-select-on .owl-item{user-select:auto}.owl-carousel.products .banner-item .content_slider{position:absolute;top:25%;left:50px;width:calc(100% - 120px);z-index:1;color:#fff}.owl-carousel.products .banner-item .content_slider .banner-title{width:100%;color:#fff;font-size:32px;text-transform:uppercase;text-align:center;display:inline-block;clear:both}.owl-carousel.products .banner-item .content_slider .banner-description{width:100%;clear:both;display:inline-block;text-align:center;padding:15px 0}.owl-carousel.products .banner-item .content_slider .buttons{width:100%;clear:both;display:inline-block;text-align:center}.owl-carousel.products .banner-item .content_slider .buttons a.action.primary{margin:10px}.owl-carousel.products .banner-item .content_slider .buttons .custom_content{margin:10px 0 0;text-align:center}.owl-carousel.products .product-item-details{float:left;width:100%}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height 500ms ease-in-out}.owl-theme.owl-carousel .owl-controls .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme.owl-carousel .owl-controls .owl-dot span{width:10px;height:10px;margin:5px 7px;border:1px solid #d6d6d6;background:white;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme.owl-carousel .owl-controls .owl-dot:hover span{background:#000}.owl-theme.owl-carousel .owl-controls .owl-dot.active span{background:#000;border:1px solid #000}.owl-theme.owl-carousel .product .price-container .price{padding-right:3px}.owl-theme .owl-controls{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:0px;margin:calc(-@size / 2) 0 0;padding:0;background:rgba(255,255,255,0.5);display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;position:absolute;top:50%;width:40px;height:40px;text-indent:100%;overflow:hidden}[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]{background:transparent}.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev{left:15px}[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev{left:-55px;font-size:0}.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before{position:absolute;top:8px;left:6px;z-index:1;width:26px;height:25px;content:"";background-color:black;text-indent:0;border-top:none;transform:rotate(360deg);-webkit-mask-image:url(../../frontend/gwa/friendsandfamily/en_US/WeltPixel_OwlCarouselSlider/images/arrow.svg);mask-image:url(../../frontend/gwa/friendsandfamily/en_US/WeltPixel_OwlCarouselSlider/images/arrow.svg)}.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:after{border-top:none}.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next{right:15px}[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next{right:-55px;font-size:0}.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before{position:absolute;top:8px;left:7px;z-index:1;width:26px;height:25px;content:"";background-color:black;border-top:none;transform:rotate(180deg);-webkit-mask-image:url(../../frontend/gwa/friendsandfamily/en_US/WeltPixel_OwlCarouselSlider/images/arrow.svg);mask-image:url(../../frontend/gwa/friendsandfamily/en_US/WeltPixel_OwlCarouselSlider/images/arrow.svg)}.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after{border-top:none}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#000;color:#fff;text-decoration:none}[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:transparent;color:#000}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after{background-color:#fff}[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after{border-color:#000}.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-dots{position:absolute;width:100%;bottom:20px}[class*=owl-carousel-products-] .owl-theme .owl-dots{position:relative;bottom:-20px}.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:before,.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:after{background:#000}.no-js .owl-carousel{display:block}#pre-div-ajax{position:relative;top:80px}#pre-div{background-color:#fff;bottom:0;height:100%;width:100%;left:0;position:absolute;right:0;top:0;z-index:10000}#pre-div .cssload-loader{position:relative;left:calc(50% - 31px);top:calc(50% - 31px);width:62px;height:62px;border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;perspective:780px}#pre-div .cssload-inner{position:absolute;width:100%;height:100%;box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%}#pre-div .cssload-inner.cssload-one{left:0%;top:0%;animation:cssload-rotate-one 1.15s linear infinite;-o-animation:cssload-rotate-one 1.15s linear infinite;-ms-animation:cssload-rotate-one 1.15s linear infinite;-webkit-animation:cssload-rotate-one 1.15s linear infinite;-moz-animation:cssload-rotate-one 1.15s linear infinite;border-bottom:3px solid #000}#pre-div .cssload-inner.cssload-two{right:0%;top:0%;animation:cssload-rotate-two 1.15s linear infinite;-o-animation:cssload-rotate-two 1.15s linear infinite;-ms-animation:cssload-rotate-two 1.15s linear infinite;-webkit-animation:cssload-rotate-two 1.15s linear infinite;-moz-animation:cssload-rotate-two 1.15s linear infinite;border-right:3px solid #000}#pre-div .cssload-inner.cssload-three{right:0%;bottom:0%;animation:cssload-rotate-three 1.15s linear infinite;-o-animation:cssload-rotate-three 1.15s linear infinite;-ms-animation:cssload-rotate-three 1.15s linear infinite;-webkit-animation:cssload-rotate-three 1.15s linear infinite;-moz-animation:cssload-rotate-three 1.15s linear infinite;border-top:3px solid #000}#pre-div .catalog-product-view .product-items .product-item-actions .actions-secondary{display:inline-block !important}#pre-div .catalog-product-view .product-items .product-item-actions .action.tocompare{position:absolute !important;right:0 !important}#pre-div .catalog-product-view .product-items .product-item-actions .action.towishlist{position:absolute !important;left:0 !important}@keyframes cssload-rotate-one{0%{transform:rotateX(35deg) rotateY(-45deg) rotateZ(0deg)}100%{transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}}@-o-keyframes cssload-rotate-one{0%{-o-transform:rotateX(35deg) rotateY(-45deg) rotateZ(0deg)}100%{-o-transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}}@-ms-keyframes cssload-rotate-one{0%{-ms-transform:rotateX(35deg) rotateY(-45deg) rotateZ(0deg)}100%{-ms-transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}}@-webkit-keyframes cssload-rotate-one{0%{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotateZ(0deg)}100%{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}}@-moz-keyframes cssload-rotate-one{0%{-moz-transform:rotateX(35deg) rotateY(-45deg) rotateZ(0deg)}100%{-moz-transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}}@keyframes cssload-rotate-two{0%{transform:rotateX(50deg) rotateY(10deg) rotateZ(0deg)}100%{transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}}@-o-keyframes cssload-rotate-two{0%{-o-transform:rotateX(50deg) rotateY(10deg) rotateZ(0deg)}100%{-o-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}}@-ms-keyframes cssload-rotate-two{0%{-ms-transform:rotateX(50deg) rotateY(10deg) rotateZ(0deg)}100%{-ms-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}}@-webkit-keyframes cssload-rotate-two{0%{-webkit-transform:rotateX(50deg) rotateY(10deg) rotateZ(0deg)}100%{-webkit-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}}@-moz-keyframes cssload-rotate-two{0%{-moz-transform:rotateX(50deg) rotateY(10deg) rotateZ(0deg)}100%{-moz-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}}@keyframes cssload-rotate-three{0%{transform:rotateX(35deg) rotateY(55deg) rotateZ(0deg)}100%{transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}}@-o-keyframes cssload-rotate-three{0%{-o-transform:rotateX(35deg) rotateY(55deg) rotateZ(0deg)}100%{-o-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}}@-ms-keyframes cssload-rotate-three{0%{-ms-transform:rotateX(35deg) rotateY(55deg) rotateZ(0deg)}100%{-ms-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}}@-webkit-keyframes cssload-rotate-three{0%{-webkit-transform:rotateX(35deg) rotateY(55deg) rotateZ(0deg)}100%{-webkit-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}}@-moz-keyframes cssload-rotate-three{0%{-moz-transform:rotateX(35deg) rotateY(55deg) rotateZ(0deg)}100%{-moz-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}}.catalog-product-view.theme-pearl .column.main .block-content.content .block-actions .action.select{font-size:18px}.catalog-product-view .column.main .block-content.content .block-actions .action.select{margin-left:10px}.catalog-product-view .column.main .products-grid.products-related .product-item .product-item-info .product-item-details .field.choice.related{width:80px;margin:0 auto;float:none;position:static}.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before{content:"\e7a4" !important;font-size:41px !important;line-height:23px !important;background:transparent;color:black;left:5px}.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before{content:"\e608" !important}.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next{overflow:visible !important;right:30px !important}.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before{content:"\e7a4" !important;font-size:41px !important;line-height:23px !important;background:transparent;color:black;left:42px}.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before{content:"\e617" !important;font-family:"luma-icons";font-size:22px !important;line-height:24px !important}.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before{content:"\e617" !important;font-family:"luma-icons";font-size:22px !important;line-height:24px !important;left:45px}.css-code-ie-edge [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento{right:-55px !important}.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before{background:transparent !important;color:#fff !important}.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after{color:black !important}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before{content:"\e7a4" !important;font-size:41px !important;line-height:23px !important;background:transparent;color:black;left:5px}.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before{content:"\e608" !important}.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next{overflow:visible !important;right:30px !important}.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before{content:"\e7a4" !important;font-size:41px !important;line-height:23px !important;background:transparent;color:black;left:42px}.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before{content:"\e617" !important;font-family:"luma-icons";font-size:22px !important;line-height:24px !important}.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before{content:"\e617" !important;font-family:"luma-icons";font-size:22px !important;line-height:24px !important;left:45px}[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento{right:-55px !important}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before{background:transparent !important;color:#fff !important}[class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,[class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after{color:black !important}}@supports (-ms-ime-align:auto){.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before{content:"\e7a4" !important;font-size:41px !important;line-height:23px !important;background:transparent;color:black;left:5px}.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before{content:"\e608" !important}.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next{overflow:visible !important;right:30px !important}.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before{content:"\e7a4" !important;font-size:41px !important;line-height:23px !important;background:transparent;color:black;left:42px}.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before{content:"\e617" !important;font-family:"luma-icons";font-size:22px !important;line-height:24px !important}.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before{content:"\e617" !important;font-family:"luma-icons";font-size:22px !important;line-height:24px !important;left:45px}[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento{right:-55px !important}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before{background:transparent !important;color:#fff !important}[class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,[class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after{color:black !important}}.yotpo-yotpo-is-enabled .yotpoBottomLine{width:100%}.yotpo-yotpo-is-enabled .yotpo-icon-double-bubble,.yotpo-yotpo-is-enabled .yotpo-stars{margin:0 5px 0 0 !important}.yotpo-yotpo-is-enabled .thumbnail .yotpo a{display:inline-block}.yotpo-yotpo-is-enabled div.yotpo.bottomLine{display:inline-block;margin:0 10px 1px 0}.yotpo-yotpo-is-enabled div.yotpo.QABottomLine{display:inline-block}.yotpo-yotpo-is-enabled div.yotpo.bottomLine.bottomline-position{display:inline-block;margin:0 10px 1px 0}.yotpo-yotpo-is-enabled .product-item .product-item-actions{margin-top:5px !important}.yotpo-yotpo-is-enabled.catalog-category-view.page-products .product-item .product-item-actions,.yotpo-yotpo-is-enabled.catalog-product-view.page-products .product-item .product-item-actions{margin-top:0 !important}.yotpo-yotpo-is-enabled.catalog-category-view .product-info-main .product-reviews-summary,.yotpo-yotpo-is-enabled.catalog-product-view .product-info-main .product-reviews-summary{width:100%}.column .block-addbysku .fieldset{margin:0}.column .block-addbysku .fieldset .fields{position:relative}.column .block-addbysku .fieldset .fields .field{display:inline-block;margin-bottom:10px;vertical-align:top}.column .block-addbysku .fieldset .fields .actions-toolbar{position:absolute;right:0;top:4px}.column .block-addbysku .sku{margin-right:-155px;padding-right:160px;width:100%}.column .block-addbysku .skus>.label{margin-top:10px}.column .block-addbysku .qty .qty+.mage-error{width:80px}.column .block-addbysku .block-content .actions-toolbar{clear:both;margin:0 0 20px;text-align:left}.column .block-addbysku .block-content .actions-toolbar:before,.column .block-addbysku .block-content .actions-toolbar:after{content:'';display:table}.column .block-addbysku .block-content .actions-toolbar:after{clear:both}.column .block-addbysku .block-content .actions-toolbar .primary{float:left}.column .block-addbysku .block-content .actions-toolbar .primary,.column .block-addbysku .block-content .actions-toolbar .secondary{display:inline-block}.column .block-addbysku .block-content .actions-toolbar .primary a.action,.column .block-addbysku .block-content .actions-toolbar .secondary a.action{display:inline-block}.column .block-addbysku .block-content .actions-toolbar .primary .action{margin:0 5px 0 0}.column .block-addbysku .block-content .actions-toolbar .secondary a.action{margin-top:6px}.column .block-addbysku .block-content .actions-toolbar .primary,.column .block-addbysku .block-content .actions-toolbar .secondary{display:block;float:none}.column .block-addbysku .block-content .actions-toolbar>.secondary{text-align:left}.column .block-addbysku .reset{margin:10px 0}.column .block-addbysku .note{display:block;margin:0 0 20px}.block-cart-failed{margin-top:40px}.block-cart-failed .block-title{font-size:2.6rem}.block-cart-failed .block-title strong{font-weight:300}.block-cart-failed .actions{text-align:center}.block-cart-failed .actions .action{margin-bottom:10px}.bundle-options-container{clear:both;margin-bottom:40px}.bundle-options-container .legend.title{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}.bundle-options-container .product-add-form{display:none}.bundle-options-container .product-options-wrapper{margin-bottom:30px}.bundle-options-container .action.back{margin-bottom:30px}.bundle-options-container .price-box .price{font-size:18px;font-weight:700}.bundle-options-container .block-bundle-summary{background:#e8e8e8;padding:10px 20px}.bundle-options-container .block-bundle-summary>.title>strong{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}.bundle-options-container .block-bundle-summary .bundle-summary{margin-top:30px}.bundle-options-container .block-bundle-summary .bundle-summary.empty{display:none}.bundle-options-container .block-bundle-summary .bundle-summary>.subtitle{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem;display:block}.bundle-options-container .block-bundle-summary .bundle.items>li{margin-bottom:10px}.bundle-options-container .block-bundle-summary .box-tocart .actions{display:inline-block;margin-bottom:10px}.bundle-options-container .block-bundle-summary .product-addto-links>.action{vertical-align:top}.bundle-options-container .nested .field.qty{margin-top:20px}.bundle-options-container .nested .field.qty .label{font-weight:700;margin:0 0 5px;display:inline-block}.bundle-options-container p.required{color:#e02b27}.bundle-options-container .product-options-bottom{clear:left}.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;vertical-align:middle}.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}.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,.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{line-height:unset;position:absolute;right:0;top:-1px;width:auto}.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{font-size:16px;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:-28px 0 0;text-align:right}.minicart-wrapper .product .actions>.primary,.minicart-wrapper .product .actions>.secondary{display:inline}.minicart-wrapper .action.close{display:inline-block;background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400;height:40px;position:absolute;right:0;top:0;width:40px}.minicart-wrapper .action.close>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.minicart-wrapper .action.close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;line-height:32px;color:inherit;content:'\e616';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.minicart-wrapper .action.close:hover:before{color:inherit}.minicart-wrapper .action.close:active:before{color:inherit}.minicart-wrapper .action.close:focus,.minicart-wrapper .action.close:active{background:none;border:none}.minicart-wrapper .action.close:hover{background:none;border:none}.minicart-wrapper .action.close.disabled,.minicart-wrapper .action.close[disabled],fieldset[disabled] .minicart-wrapper .action.close{pointer-events:none;opacity:.5}.minicart-wrapper .action.showcart{white-space:nowrap}.minicart-wrapper .action.showcart .counter.qty{background:#ff5501;color:#fff;height:24px;line-height:24px;border-radius:2px;display:inline-block;margin:3px 0 0;min-width:18px;overflow:hidden;padding:0 3px;text-align:center;white-space:normal}.minicart-wrapper .action.showcart .counter.qty.empty{display:none}.minicart-wrapper .action.showcart .counter.qty .loader>img{max-width:24px}.minicart-wrapper .minicart-widgets{margin-top:15px}.minicart-items-wrapper{border:1px solid #ccc;margin:0 -20px;border-left:0;border-right:0;overflow-x:auto;padding:15px}.minicart-items{margin:0;padding:0;list-style:none none}.minicart-items .product-item{padding:20px 0}.minicart-items .product-item:not(:first-child){border-top:1px solid #ccc}.minicart-items .product-item:first-child{padding-top:0}.minicart-items .product-item-pricing .label{display:inline-block}.minicart-items .price-minicart{margin-bottom:5px}.minicart-items .message{margin-bottom:0;margin-top:10px}.minicart-items .product>.product-item-photo,.minicart-items .product>.product-image-container{float:left}.minicart-items .product .toggle{display:block;text-decoration:none;cursor:pointer;position:relative;white-space:nowrap}.minicart-items .product .toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:16px;color:inherit;content:'\e622';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.minicart-items .product .toggle:after{position:static;right:20px;top:0}.minicart-items .product.active>.toggle:after{content:'\e621'}.minicart-items .product-item-name{font-weight:400;margin:0 0 10px}.minicart-items .product-item-name a{color:#1979c3}.minicart-items .product-item-details{padding-left:88px}.minicart-items .product-item-details .price{font-weight:700}.minicart-items .product-item-details .price-including-tax,.minicart-items .product-item-details .price-excluding-tax{margin:5px 0 0}.minicart-items .product-item-details .weee[data-label]{font-size:1.1rem}.minicart-items .product-item-details .details-qty{margin-top:10px}.minicart-items .product.options .tooltip.toggle{display:inline-block;text-decoration:none}.minicart-items .product.options .tooltip.toggle>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.minicart-items .product.options .tooltip.toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:inherit;content:'\e622';font-family:'icons-blank-theme';margin:-3px 0 0 7px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.minicart-items .product.options .tooltip.toggle .details{display:none}.minicart-items .item-qty{text-align:center;width:45px}.minicart-items .update-cart-item{font-size:1.1rem;margin-left:5px;vertical-align:top}.minicart-items .subtitle{display:none}.minicart-items .action.edit,.minicart-items .action.delete{display:inline-block;text-decoration:none}.minicart-items .action.edit>span,.minicart-items .action.delete>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.minicart-items .action.edit:before,.minicart-items .action.delete:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:#303030;content:'\e606';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.minicart-items .action.edit:hover:before,.minicart-items .action.delete:hover:before{color:#303030}.minicart-items .action.edit:active:before,.minicart-items .action.delete:active:before{color:#303030}.minicart-items .action.delete:before{content:'\e604'}.checkout-container{margin:0 0 20px}.opc-wrapper{margin:0 0 20px}.opc-wrapper .step-content{margin:0 0 40px}.checkout-index-index .nav-sections,.checkout-index-index .nav-toggle{display:none}.checkout-index-index .logo{margin-left:0}.checkout-onepage-success .print{display:none}.opc-estimated-wrapper{border-bottom:1px solid #ccc;margin:0 0 15px;padding:18px 15px}.opc-estimated-wrapper .estimated-block{font-size:18px;font-weight:700;float:left}.opc-estimated-wrapper .estimated-block .estimated-label{display:block;margin:0 0 5px}.opc-estimated-wrapper .minicart-wrapper .action.showcart:before{color:#333}.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before{color:#555}.opc-progress-bar{margin:0 0 20px;counter-reset:i;font-size:0}.opc-progress-bar-item{margin:0 0 10px;display:inline-block;position:relative;text-align:center;vertical-align:top;width:50%}.opc-progress-bar-item:before{background:#e4e4e4;top:19px;content:'';height:7px;left:0;position:absolute;width:100%}.opc-progress-bar-item:first-child:before{border-radius:6px 0 0 6px}.opc-progress-bar-item:last-child:before{border-radius:0 6px 6px 0}.opc-progress-bar-item>span{display:inline-block;padding-top:45px;width:100%;word-wrap:break-word;color:#e4e4e4;font-weight:300;font-size:1.8rem}.opc-progress-bar-item>span:before,.opc-progress-bar-item>span:after{background:#e4e4e4;height:38px;margin-left:-19px;width:38px;border-radius:50%;content:'';left:50%;position:absolute;top:0}.opc-progress-bar-item>span:after{background:#fff;height:26px;margin-left:-13px;top:6px;width:26px;content:counter(i);counter-increment:i;color:#333;font-weight:600;font-size:1.8rem}.opc-progress-bar-item._active:before{background:#ff5501}.opc-progress-bar-item._active>span{color:#333}.opc-progress-bar-item._active>span:before{background:#ff5501}.opc-progress-bar-item._active>span:after{content:'\e610';font-family:'icons-blank-theme';line-height:1;font-size:2.8rem}.opc-progress-bar-item._complete{cursor:pointer}.opc-progress-bar-item._complete>span{color:#333}.opc-progress-bar-item._complete>span:after{content:'\e610';font-family:'icons-blank-theme';line-height:1;font-size:2.8rem}.field.choice .field-tooltip{display:inline-block;margin-left:10px;position:relative;top:-3px}.field.choice .field-tooltip-action{line-height:24px}.field._error .control input,.field._error .control select,.field._error .control textarea{border-color:#ed8380}.opc-wrapper .fieldset>.field>.label{font-weight:400}.field-tooltip{cursor:pointer;position:absolute;right:0;top:1px}.field-tooltip._active{z-index:100}.field-tooltip._active .field-tooltip-content{display:block}.field-tooltip._active .field-tooltip-action:before{color:#333}.field-tooltip .label{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.field-tooltip .field-tooltip-action{display:inline-block;text-decoration:none}.field-tooltip .field-tooltip-action>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.field-tooltip .field-tooltip-action:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:inherit;color:#bbb;content:'\e623';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.field-tooltip .field-tooltip-action:hover:before{color:#333}.field-tooltip .field-tooltip-action:before{padding-left:1px}._keyfocus .field-tooltip .field-tooltip-action:focus{z-index:100}._keyfocus .field-tooltip .field-tooltip-action:focus+.field-tooltip-content{display:block}._keyfocus .field-tooltip .field-tooltip-action:focus:before{color:#333}.field-tooltip .field-tooltip-content{background:#f4f4f4;border:1px solid #999;border-radius:1px;font-size:14px;padding:12px;width:270px;display:none;left:38px;position:absolute;text-transform:none;top:-9px;word-wrap:break-word;z-index:2}.field-tooltip .field-tooltip-content:before,.field-tooltip .field-tooltip-content:after{border:10px solid transparent;height:0;width:0;border-right-color:#f4f4f4;left:-21px;top:12px;content:'';display:block;position:absolute;z-index:3}.field-tooltip .field-tooltip-content:before{border-right-color:#666}.field-tooltip .field-tooltip-content:after{border-right-color:#f4f4f4;width:1px;z-index:4}@media only screen and (max-width:768px){.field-tooltip .field-tooltip-content{left:auto;right:-10px;top:40px}.field-tooltip .field-tooltip-content::before,.field-tooltip .field-tooltip-content::after{border:10px solid transparent;height:0;left:auto;margin-top:-21px;right:10px;top:0;width:0}.field-tooltip .field-tooltip-content::before{border-bottom-color:#999}.field-tooltip .field-tooltip-content::after{border-bottom-color:#f4f4f4;top:1px}}.opc-wrapper .form-login,.opc-wrapper .form-shipping-address{margin-top:28px;margin-bottom:20px}.opc-wrapper .form-login .fieldset .note,.opc-wrapper .form-shipping-address .fieldset .note{font-size:14px;margin-top:10px}.opc-wrapper .shipping-address-items{font-size:0}.opc-wrapper .shipping-address-item{border:2px solid transparent;line-height:30px;margin:0 0 20px;padding:20px 35px 20px 20px;transition:.3s border-color;width:50%;display:inline-block;font-size:14px;position:relative;vertical-align:top;word-wrap:break-word}.opc-wrapper .shipping-address-item.selected-item{border-color:#ff5501}.opc-wrapper .shipping-address-item.selected-item:after{background:#ff5501;color:#fff;content:'\e610';font-family:'icons-blank-theme';height:27px;width:29px;font-size:27px;line-height:21px;padding-top:2px;position:absolute;right:0;text-align:center;top:0}.opc-wrapper .action-show-popup{margin:0 0 20px}.opc-wrapper .action-show-popup>span:before{content:'+';padding-right:5px}.opc-wrapper .action-select-shipping-item{float:right;margin:20px 0 0}.opc-wrapper .edit-address-link{display:block;float:left;margin:26px 5px 0 0}.checkout-shipping-method .step-title{margin-bottom:0}.checkout-shipping-method .no-quotes-block{margin:20px 0}.methods-shipping .actions-toolbar .action.primary{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}.contact-index-index .column:not(.sidebar-main) .form.contact{float:none;width:50%}.contact-index-index .column:not(.sidebar-additional) .form.contact{float:none;width:50%}.login-container .block-new-customer .actions-toolbar{margin-top:25px}.login-container .block .block-title{font-size:1.8rem}.login-container .fieldset:after{margin:10px 0 0;content:attr(data-hasrequired);display:block;letter-spacing:normal;word-spacing:normal;color:#e02b27;font-size:1.2rem}.login-container .fieldset:after{margin-top:35px}.block-addresses-list .items.addresses>.item{margin-bottom:20px}.block-addresses-list .items.addresses>.item:last-child{margin-bottom:0}.form-address-edit .region_id{display:none}.form-edit-account .fieldset.password{display:none}.box-billing-address .box-content,.box-shipping-address .box-content,.box-information .box-content,.box-newsletter .box-content{overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;line-height:26px}.fieldset .fullname.field>.label+.control{width:100%}.account .column.main h2{margin-top:0}.account .column.main .toolbar{text-align:center}.account .column.main .toolbar .limiter-options{width:auto}.account .sidebar-additional{margin-top:40px}.account .table-wrapper:last-child{margin-bottom:0}.account .table-wrapper .action{margin-right:15px}.account .table-wrapper .action:last-child{margin-right:0}.account-nav .content{background:#f5f5f5;padding:15px 0}.account-nav .item{margin:3px 0 0}.account-nav .item:first-child{margin-top:0}.account-nav .item a,.account-nav .item>strong{border-left:3px solid transparent;display:block;padding:5px 18px 5px 15px}.account-nav .item a{text-decoration:none}.account-nav .item a:hover{background:#e8e8e8}.account-nav .item.current a,.account-nav .item.current strong{border-color:#ff5501;font-weight:600}.account-nav .item.current a{border-color:#ff5501}.account-nav .item .delimiter{border-top:1px solid #d1d1d1;display:block;margin:10px 1.8rem}.column.main .block:last-child{margin-bottom:0}.block .title{margin-bottom:10px}.block .title strong{font-weight:700;line-height:1.1;font-size:1.4rem;margin-top:2rem;margin-bottom:2rem}.column.main .block .title strong{font-size:18px}.block p:last-child{margin:0}.block .box-actions{margin-top:5px}.field.password .control{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.field.password .control .mage-error{-ms-flex-order:2;-webkit-order:2;order:2}.field.password .control .input-text{-ms-flex-order:0;-webkit-order:0;order:0;z-index:2}.password-strength-meter{background-color:#f4f4f4;height:32px;line-height:32px;padding:0 9px;position:relative;z-index:1}.password-strength-meter:before{content:'';height:100%;left:0;position:absolute;top:0;z-index:-1}.password-none .password-strength-meter:before{background-color:#f4f4f4;width:100%}.password-weak .password-strength-meter:before{background-color:#ffafae;width:25%}.password-medium .password-strength-meter:before{background-color:#ffd6b3;width:50%}.password-strong .password-strength-meter:before{background-color:#c5eeac;width:75%}.password-very-strong .password-strength-meter:before{background-color:#81b562;width:100%}.control.captcha-image{margin-top:10px}.control.captcha-image .captcha-img{vertical-align:middle}.downloadable.samples{margin-bottom:20px}.downloadable.samples dd{margin:0 0 10px}.table-downloadable-products .product-name{margin-right:15px}.field.downloads .price-container{display:inline;white-space:nowrap}.field.downloads .price-container:before{content:' + ';display:inline}.field.downloads .price-excluding-tax{display:inline}.field.downloads .price-excluding-tax:before{content:' (' attr(data-label) ': '}.field.downloads .price-excluding-tax:after{content:')'}.field.downloads .price-including-tax{font-size:1.4rem;display:inline;font-weight:600}.field.downloads .sample.link{float:right}.page-product-downloadable .product-add-form{clear:both;margin-bottom:25px}.page-product-downloadable .product-options-bottom .field.qty{display:none !important}.cart-summary .block.giftcard .action.check{line-height:1.2rem;padding:5px 8px;font-size:1.1rem;margin-top:20px}.page-product-giftcard .giftcard-amount{margin-bottom:0;text-align:left}.page-product-giftcard .giftcard-amount .field:last-child{padding-bottom:20px}.page-product-giftcard .product-options-wrapper .field:first-of-type{margin-top:20px}.giftcard-account .please-wait{display:none}.giftcard-account .form-giftcard-redeem .giftcard.info{margin-bottom:30px}.opc-wrapper .form-giftcard-account{max-width:500px}.opc-wrapper .form-giftcard-account .field{margin:0 0 20px}.opc-wrapper .giftcard-account-info{margin:0 0 20px}.opc-wrapper .giftcard-account-info .giftcard-account-number{margin:0 0 10px}.gift-message .field{margin-bottom:20px}.gift-message .field .label{color:#666;font-weight:400}.gift-options .actions-toolbar .action-cancel{display:none}.gift-options-title{margin:0 0 20px}.gift-options-content .fieldset{margin:0 0 20px}.gift-summary .actions-toolbar>.secondary{float:none}.gift-summary .actions-toolbar>.secondary .action{margin:10px 20px 0 0}.action-gift{display:inline-block;text-decoration:none}.action-gift:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;line-height:16px;color:inherit;content:'\e622';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.action-gift:hover:after{color:inherit}.action-gift:active:after{color:inherit}.action-gift.active:after,.action-gift._active:after{content:'\e621'}.cart.table-wrapper .gift-content{box-sizing:border-box;clear:left;display:none;float:left;margin:10px 0 20px;text-align:left;width:100%}.cart.table-wrapper .gift-content._active{display:block}.gift-item-block{margin:0}.gift-item-block._active .title:after{content:'\e621'}.gift-item-block .title{border-radius:3px;background-image:none;background:#f2f2f2;border:1px solid #cdcdcd;color:#333;cursor:pointer;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;margin:20px 0 0;padding:7px 15px;font-size:1.4rem;line-height:1.6rem;box-sizing:border-box;vertical-align:middle;display:inline-block;text-decoration:none}.gift-item-block .title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;line-height:16px;color:inherit;content:'\e622';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.gift-item-block .title:hover:after{color:inherit}.gift-item-block .title:active:after{color:inherit}.gift-item-block .title:focus,.gift-item-block .title:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}.gift-item-block .title:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}.gift-item-block .title.disabled,.gift-item-block .title[disabled],fieldset[disabled] .gift-item-block .title{opacity:.5;cursor:default;pointer-events:none}.gift-item-block .title:active{box-shadow:inset 0 2px 1px rgba(0,0,0,0.12)}.gift-item-block .content{border-bottom:1px solid #c1c1c1;padding:10px 10px 20px;position:relative}.order-details-items .order-gift-message .item-options dt,.order-details-items .block-order-details-gift-message .item-options dt{font-weight:400;margin:10px 0}.order-details-items .order-gift-message dt:after,.order-details-items .block-order-details-gift-message dt:after{content:''}.order-details-items .order-gift-message .item-message,.order-details-items .block-order-details-gift-message .item-message{clear:left}.order-details-items .order-items .action.show{display:inline-block;text-decoration:none;padding-right:20px;position:relative}.order-details-items .order-items .action.show:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:inherit;color:inherit;content:'\e622';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.order-details-items .order-items .action.show:after{position:absolute;right:0;top:-4px}.order-details-items .order-items .action.show.expanded:after{content:'\e621'}.block-order-details-gift-message{border-top:1px solid #d1d1d1;padding-top:10px}.form-giftregistry-share .actions-toolbar:not(:last-child),.form-giftregistry-edit .actions-toolbar:not(:last-child){margin-bottom:40px}.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control{width:100%}.table-giftregistry-items .product-image{float:left;margin-right:10px}.cart-summary .form.giftregistry .fieldset{margin:25px 0 5px}.cart-summary .form.giftregistry .fieldset .field{margin:0 0 10px}.cart-summary .form.giftregistry .fieldset .field .control{float:none;width:auto}.cart-summary .form.giftregistry .fieldset .action.primary{margin-bottom:0}.form-giftregistry-search{margin-bottom:60px}.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1){margin-bottom:0}.block-giftregistry-results .toolbar-giftregistry-results{text-align:center}.block-giftregistry .actions-toolbar{margin:17px 0 0}.block-giftregistry-shared .item-options .item-value{margin:0 0 25px}.block-giftregistry-shared-items .item{border-bottom:1px solid #d1d1d1}.block-giftregistry-shared-items .col{padding:20px 8px 10px}.block-giftregistry-shared-items .col .price-box{display:inline-block}.block-giftregistry-shared-items .col .price-wrapper{font-size:1.8rem;display:block;font-weight:700;white-space:nowrap}.block-giftregistry-shared-items .product .item-options{margin-bottom:0}.block-giftregistry-shared-items .product-item-photo{display:block;max-width:65px;padding:10px 0}.block-giftregistry-shared-items .product-item-name{display:block;margin:0 0 5px}.gift-wrapping .label{margin:0 0 5px;display:inline-block}.gift-wrapping .field{margin-bottom:10px}.gift-wrapping-info{font-weight:300;font-size:18px;margin:20px 0}.gift-wrapping-list{list-style:none;margin:20px 0 10px;padding:0}.gift-wrapping-list .no-image{background:#f2f2f2;display:inline-block;text-decoration:none}.gift-wrapping-list .no-image>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.gift-wrapping-list .no-image:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:38px;line-height:4rem;color:#494949;content:'\e629';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.gift-wrapping-list .no-image:after{display:block}.gift-wrapping-preview,.gift-wrapping-item>span{cursor:pointer;display:block;overflow:hidden;position:relative;z-index:1}.gift-wrapping-item{float:left;margin:0 10px 10px 0}.gift-wrapping-item:last-child{margin-right:0}.gift-wrapping-item._active span:before{border:3px solid #333;box-sizing:border-box;content:'';display:block;height:100%;position:absolute;width:100%;z-index:2}.gift-wrapping-item>span{height:4rem;width:4rem}.gift-wrapping-title{margin:10px 0}.gift-wrapping-title .action-remove{margin-left:5px}.gift-options-content .fieldset>.field{margin:0 0 5px}.gift-options-content .fieldset>.field:before{display:none}.gift-wrapping-summary .gift-wrapping-title{border:0;display:inline-block;padding:0}.opc-wrapper .data.table .gift-wrapping,.table-order-items .gift-wrapping,.table-order-review .gift-wrapping{margin:20px 0}.opc-wrapper .data.table .gift-wrapping .title,.table-order-items .gift-wrapping .title,.table-order-review .gift-wrapping .title{float:none}.opc-wrapper .data.table .gift-wrapping .content,.table-order-items .gift-wrapping .content,.table-order-review .gift-wrapping .content{margin:0}.opc-wrapper .data.table .gift-wrapping .content>img,.table-order-items .gift-wrapping .content>img,.table-order-review .gift-wrapping .content>img{float:left;margin:0 10px 0 0;max-height:50px;max-width:50px}.gift-summary .price-box,.gift-options .price-box{margin-left:22px}.gift-summary .regular-price:before,.gift-options .regular-price:before{content:attr(data-label) ': '}.gift-summary .regular-price .price,.gift-options .regular-price .price{font-weight:700}.order-options .item{padding-bottom:20px}.order-options .product{margin-bottom:10px}.order-options .product-image-container{float:left;padding-right:10px}.order-options .gift-wrapping{margin-bottom:10px}.table.grouped>thead>tr>th,.table.grouped>tbody>tr>th,.table.grouped>tfoot>tr>th,.table.grouped>thead>tr>td,.table.grouped>tbody>tr>td,.table.grouped>tfoot>tr>td{border-top:1px solid #d1d1d1}.table.grouped>caption+thead>tr:first-child>th,.table.grouped>colgroup+thead>tr:first-child>th,.table.grouped>thead:first-child>tr:first-child>th,.table.grouped>caption+thead>tr:first-child>td,.table.grouped>colgroup+thead>tr:first-child>td,.table.grouped>thead:first-child>tr:first-child>td{border-top:0}.table.grouped>tbody+tbody{border-top:1px solid #d1d1d1}.table.grouped>thead>tr>th{border-bottom:0}.table.grouped .product-item-name{font-weight:400}.table.grouped .price-box .price{font-size:14px}.table.grouped .stock.unavailable{font-weight:normal;margin:0;text-transform:none;white-space:nowrap}.table.grouped .row-tier-price td{border-top:0}.table.grouped .row-tier-price .prices-tier{margin:0 -10px 10px}.form-add-invitations .action.add{display:inline-block;text-decoration:none;line-height:normal;padding:2px 0;width:auto}.form-add-invitations .action.add>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.form-add-invitations .action.add:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:31px;line-height:22px;color:inherit;content:'\e61c';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.form-add-invitations .action.add:hover:before{color:inherit}.form-add-invitations .action.add:active:before{color:inherit}.block.filter{margin-bottom:40px}.block.filter .filter-title{margin-bottom:20px}.block.filter .filter-title strong{font-size:18px}.block-subtitle{display:inline-block;margin-bottom:10px}.filter-current .item{margin-bottom:10px}.filter-current .filter-label{display:block;font-weight:700}.filter-current .filter-label:after{content:':'}.filter-current+.filter-actions{margin-bottom:30px}.filter-options{margin:0}.filter-options .filter-options-title{font-weight:700;line-height:1.1;font-size:1.4rem;margin-top:2rem;margin-bottom:2rem;margin:0 0 10px;word-break:break-all}.filter-options .filter-options-content{margin:0 0 25px}.filter-options .filter-options-content .item{margin-bottom:3px}.filter-options .count{color:#7d7d7d}.filter-options .count:before{content:'('}.filter-options .count:after{content:')'}.filtered .items{margin:15px 0}.filtered .item{margin-bottom:6px;padding-left:22px;position:relative}.filtered .item .label{font-weight:700}.filtered .item .action.remove{left:-6px;position:absolute;top:0}.filtered+.actions{margin-bottom:35px}.map-popup-wrapper.popup .action.close{top:10px}.map-popup{background:#fff;border:1px solid #aeaeae;padding:22px;width:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15);transition:opacity .3s linear;left:0;margin-top:10px;position:absolute;top:0;z-index:1001;display:none;opacity:0;box-sizing:border-box}.map-popup .popup-header{margin:0 0 25px;padding-right:22px}.map-popup .popup-header .title{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem}.map-popup .popup-content{margin:10px 0 0}.map-popup .popup-actions .action.close{position:absolute;display:inline-block;background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400;right:10px;top:10px}.map-popup .popup-actions .action.close>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.map-popup .popup-actions .action.close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:inherit;content:'\e616';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.map-popup .popup-actions .action.close:hover:before{color:inherit}.map-popup .popup-actions .action.close:active:before{color:inherit}.map-popup .popup-actions .action.close:focus,.map-popup .popup-actions .action.close:active{background:none;border:none}.map-popup .popup-actions .action.close:hover{background:none;border:none}.map-popup .popup-actions .action.close.disabled,.map-popup .popup-actions .action.close[disabled],fieldset[disabled] .map-popup .popup-actions .action.close{pointer-events:none;opacity:.5}.map-popup.active{opacity:1}.map-popup .map-info-price{margin-bottom:15px}.map-popup .map-info-price .price-box{margin:0 0 20px}.map-popup .map-info-price .price-box .label:after{content:': '}.map-popup .regular-price .price-label{display:none}.map-old-price:not(:last-child),.product-info-price .map-show-info:not(:last-child){margin-right:10px}.map-fallback-price{display:none}.map-old-price{text-decoration:none}.map-old-price .price-wrapper{text-decoration:line-through}.map-form-addtocart{display:inline-block;text-align:center}.map-form-addtocart img{display:block;margin:0 auto}button.map-show-info,.cart.table-wrapper .actions-toolbar>.action.map-show-info,.action-gift.map-show-info{background-image:none;-moz-box-sizing:content-box;box-shadow:none;line-height:inherit;text-shadow:none;font-weight:400;line-height:1.42857143;margin:0;padding:0;color:#1979c3;text-decoration:none;background:none;border:0;display:inline}button.map-show-info:focus,button.map-show-info:active,.cart.table-wrapper .actions-toolbar>.action.map-show-info:focus,.cart.table-wrapper .actions-toolbar>.action.map-show-info:active,.action-gift.map-show-info:focus,.action-gift.map-show-info:active{background:none;border:none}button.map-show-info:hover,.cart.table-wrapper .actions-toolbar>.action.map-show-info:hover,.action-gift.map-show-info:hover{background:none;border:none}button.map-show-info.disabled,button.map-show-info[disabled],fieldset[disabled] button.map-show-info,.cart.table-wrapper .actions-toolbar>.action.map-show-info.disabled,.cart.table-wrapper .actions-toolbar>.action.map-show-info[disabled],fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action.map-show-info,.action-gift.map-show-info.disabled,.action-gift.map-show-info[disabled],fieldset[disabled] .action-gift.map-show-info{pointer-events:none;opacity:.5}button.map-show-info:visited,.cart.table-wrapper .actions-toolbar>.action.map-show-info:visited,.action-gift.map-show-info:visited{color:#1979c3;text-decoration:none}button.map-show-info:hover,.cart.table-wrapper .actions-toolbar>.action.map-show-info:hover,.action-gift.map-show-info:hover{color:#006bb4;text-decoration:underline}button.map-show-info:active,.cart.table-wrapper .actions-toolbar>.action.map-show-info:active,.action-gift.map-show-info:active{color:#ff5501;text-decoration:underline}button.map-show-info:hover,button.map-show-info:active,button.map-show-info:focus,.cart.table-wrapper .actions-toolbar>.action.map-show-info:hover,.cart.table-wrapper .actions-toolbar>.action.map-show-info:active,.cart.table-wrapper .actions-toolbar>.action.map-show-info:focus,.action-gift.map-show-info:hover,.action-gift.map-show-info:active,.action-gift.map-show-info:focus{background:none;border:0}button.map-show-info.disabled,button.map-show-info[disabled],fieldset[disabled] button.map-show-info,.cart.table-wrapper .actions-toolbar>.action.map-show-info.disabled,.cart.table-wrapper .actions-toolbar>.action.map-show-info[disabled],fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action.map-show-info,.action-gift.map-show-info.disabled,.action-gift.map-show-info[disabled],fieldset[disabled] .action-gift.map-show-info{color:#1979c3;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.wishlist.split.button{display:inline-block;position:relative;vertical-align:middle}.wishlist.split.button:before,.wishlist.split.button:after{content:'';display:table}.wishlist.split.button:after{clear:both}.wishlist.split.button .action.split{float:left;margin:0}.wishlist.split.button .action.toggle{float:right;margin:0}.wishlist.split.button button.action.split,.wishlist.split.button .cart.table-wrapper .actions-toolbar>.action.action.split,.wishlist.split.button .action-gift.action.split{border-bottom-right-radius:0;border-top-right-radius:0}.wishlist.split.button button+.action.toggle,.wishlist.split.button .cart.table-wrapper .actions-toolbar>.action+.action.toggle,.wishlist.split.button .action-gift+.action.toggle{border-bottom-left-radius:0;border-left:0;border-top-left-radius:0}.wishlist.split.button .action.toggle{display:inline-block;text-decoration:none}.wishlist.split.button .action.toggle>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.wishlist.split.button .action.toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:#7d7d7d;content:'\e622';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.wishlist.split.button .action.toggle:hover:after{color:#333}.wishlist.split.button .action.toggle:active:after{color:inherit}.wishlist.split.button .action.toggle.active{display:inline-block;text-decoration:none}.wishlist.split.button .action.toggle.active>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.wishlist.split.button .action.toggle.active:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:#7d7d7d;content:'\e621';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.wishlist.split.button .action.toggle.active:hover:after{color:#333}.wishlist.split.button .action.toggle.active:active:after{color:inherit}.wishlist.split.button .items{margin:0;padding:0;list-style:none none;background:#fff;border:1px solid #bbb;margin-top:4px;min-width:200px;z-index:100;box-sizing:border-box;display:none;position:absolute;top:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15)}.wishlist.split.button .items li{margin:0;padding:5px 5px 5px 23px}.wishlist.split.button .items li:hover{background:#e8e8e8;cursor:pointer}.wishlist.split.button .items:before,.wishlist.split.button .items:after{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.wishlist.split.button .items:before{border:6px solid;border-color:transparent transparent #fff transparent;z-index:99}.wishlist.split.button .items:after{border:7px solid;border-color:transparent transparent #bbb transparent;z-index:98}.wishlist.split.button .items:before{left:10px;top:-12px}.wishlist.split.button .items:after{left:9px;top:-14px}.wishlist.split.button.active{overflow:visible}.wishlist.split.button.active .items{display:block}.wishlist.split.button .items{text-align:left}.wishlist.split.button .items .item>span{display:block;padding:5px 5px 5px 23px}.wishlist.split.button .items .item:last-child:hover{background:#e8e8e8}.wishlist.split.button .items li{padding:0}.table-comparison .wishlist.split.button>.action.split:before,.product-items .wishlist.split.button>.action.split:before{content:'\e601'}.table-comparison .wishlist.split.button>.action:active,.product-items .wishlist.split.button>.action:active,.table-comparison .wishlist.split.button>.action:focus,.product-items .wishlist.split.button>.action:focus,.table-comparison .wishlist.split.button>.action:hover,.product-items .wishlist.split.button>.action:hover{color:#333}.table-comparison .wishlist.split.button>.action.toggle:before,.product-items .wishlist.split.button>.action.toggle:before{border-left:1px solid #c9c9c9;content:'';float:left;height:15px;margin-top:3px}.product-info-main .wishlist.split.button .action.split,.block-bundle-summary .wishlist.split.button .action.split,.product-add-form .wishlist.split.button .action.split,.product-info-main .wishlist.split.button .action.toggle,.block-bundle-summary .wishlist.split.button .action.toggle,.product-add-form .wishlist.split.button .action.toggle{line-height:1.2rem;padding:5px 8px;font-size:1.1rem}.product-info-main .wishlist.split.button .action.toggle,.block-bundle-summary .wishlist.split.button .action.toggle,.product-add-form .wishlist.split.button .action.toggle{padding:0}.cart.table-wrapper .wishlist.split.button{margin-bottom:10px}.cart.table-wrapper .wishlist.split.button>.action.toggle{padding:4px 5px}.wishlist.window.popup{box-sizing:border-box;background:#fff;border:1px solid #aeaeae;padding:22px;width:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15);transition:opacity .3s linear;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1001;display:none;opacity:0}.wishlist.window.popup .popup-header{margin:0 0 25px;padding-right:22px}.wishlist.window.popup .popup-header .title{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem}.wishlist.window.popup .popup-actions .action.close{position:absolute;display:inline-block;background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400;right:10px;top:10px}.wishlist.window.popup .popup-actions .action.close>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.wishlist.window.popup .popup-actions .action.close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:inherit;content:'\e616';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.wishlist.window.popup .popup-actions .action.close:hover:before{color:inherit}.wishlist.window.popup .popup-actions .action.close:active:before{color:inherit}.wishlist.window.popup .popup-actions .action.close:focus,.wishlist.window.popup .popup-actions .action.close:active{background:none;border:none}.wishlist.window.popup .popup-actions .action.close:hover{background:none;border:none}.wishlist.window.popup .popup-actions .action.close.disabled,.wishlist.window.popup .popup-actions .action.close[disabled],fieldset[disabled] .wishlist.window.popup .popup-actions .action.close{pointer-events:none;opacity:.5}.wishlist.window.popup.active{opacity:1}.wishlist.window.popup.active{display:block}.wishlist.overlay{transition:opacity .15s linear;background:#000;z-index:899;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0}.wishlist.overlay.active{opacity:.5;filter:alpha(opacity=50)}.wishlist.overlay.active{display:block}.block-wishlist-management{position:relative}.block-wishlist-management .wishlist-select .wishlist-name-label{font-weight:600}.block-wishlist-management .wishlist-title{margin-bottom:10px}.block-wishlist-management .wishlist-title strong{font-weight:300;margin-right:10px}.block-wishlist-management .wishlist-notice{color:#7d7d7d;display:inline-block;margin-right:20px}.block-wishlist-management .wishlist-toolbar-select,.block-wishlist-management .wishlist-toolbar-actions{display:inline-block}.block-wishlist-management .wishlist-toolbar-select{margin-right:20px}.block-wishlist-management .wishlist-dropdown.move{margin-right:20px}.block-wishlist-search-form .form-wishlist-search{margin-bottom:60px;max-width:500px}.block-wishlist-search-results .toolbar-wishlist-results{text-align:center}.block-wishlist-info-items .block-title{font-size:2.2rem;margin-bottom:20px}.block-wishlist-info-items .block-title>strong{font-weight:300}.block-wishlist-info-items .product-item{width:100%}.block-wishlist-info-items .product-item-photo{margin-left:20px}.block-wishlist-info-items .product-item-info{width:auto}.block-wishlist-info-items .product-item-info:hover .split{visibility:visible}.block-wishlist-info-items .price-wrapper{display:block;margin:0 0 10px}.block-wishlist-info-items .split{clear:both;padding:10px 0}.block-wishlist-info-items .action.towishlist{padding:10px 0}.block-wishlist-info-items .input-text.qty{margin-right:10px}.multicheckout.results h3,.multicheckout.success h3{font-size:1.6rem;margin-bottom:20px;margin-top:30px}.multicheckout.results h3 a,.multicheckout.success h3 a{color:#333}.multicheckout.results h3 a:hover,.multicheckout.success h3 a:hover{text-decoration:none}.multicheckout.results ul.orders-list,.multicheckout.success ul.orders-list{list-style:none;padding-left:0}.multicheckout.results .orders-list,.multicheckout.success .orders-list{margin-top:25px;padding-left:16px}.multicheckout.results .orders-list .shipping-list .shipping-item,.multicheckout.success .orders-list .shipping-list .shipping-item{margin-left:84px}.multicheckout.results .orders-list .shipping-list .shipping-label,.multicheckout.success .orders-list .shipping-list .shipping-label{font-weight:700;margin-right:10px}.multicheckout.results .orders-list .shipping-list .shipping-address,.multicheckout.success .orders-list .shipping-list .shipping-address{font-weight:400}.multicheckout.results .orders-list .shipping-list .error-block,.multicheckout.success .orders-list .shipping-list .error-block{color:#e02b27}.multicheckout.results .orders-list .shipping-list .error-block .error-label,.multicheckout.success .orders-list .shipping-list .error-block .error-label{font-weight:700;margin-right:10px}.multicheckout.results .orders-list .shipping-list .error-block .error-description,.multicheckout.success .orders-list .shipping-list .error-block .error-description{font-weight:400}.multicheckout.results .orders-succeed .orders-list,.multicheckout.success .orders-succeed .orders-list{margin-top:0}.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id{float:left}.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item{margin-left:100px}.multicheckout .title{margin-bottom:30px}.multicheckout .title strong{font-weight:400}.multicheckout .table-wrapper{margin-bottom:0}.multicheckout .table-wrapper .action.delete{display:inline-block}.multicheckout .table-wrapper .col .qty{display:inline-block}.multicheckout .table-wrapper .col.item .action.edit{font-weight:400;margin-left:10px}.multicheckout:not(.address) .table-wrapper .product-item-name{margin:0}.multicheckout>.actions-toolbar{margin-top:40px}.multicheckout .actions-toolbar>.secondary{display:block}.multicheckout .actions-toolbar>.secondary .action{margin-bottom:25px}.multicheckout .actions-toolbar>.secondary .action.back{display:block;margin-left:0}.multicheckout .actions-toolbar>.primary{margin-right:10px}.multicheckout .item-options{margin:10px 0 0}.multicheckout .block .methods-shipping .item-content .fieldset>.field:before{display:none}.multicheckout .block .methods-shipping .item-content .fieldset>.field .control{display:inline-block}.multicheckout .block-title,.multicheckout .block-content .title{border-bottom:1px solid #d1d1d1;padding-bottom:10px}.multicheckout .block-title strong,.multicheckout .block-content .title strong{font-weight:400}.multicheckout .block-title strong span,.multicheckout .block-content .title strong span{color:#a6a6a6}.multicheckout .block-content .title{border-bottom:none;padding-bottom:0}.multicheckout.order-review .block-title>strong{font-size:2.4rem}.multicheckout.order-review .block-shipping .block-content:not(:last-child){margin-bottom:40px}.multicheckout.order-review .error-description{color:#e02b27;font-weight:400;margin-bottom:10px;margin-top:-10px}.multicheckout .box-title span{margin-right:10px}.multicheckout .box-title>.action{margin:0}.multicheckout .box-shipping-method .price{font-weight:700}.multicheckout .box-billing-method .fieldset{margin:0}.multicheckout .box-billing-method .fieldset .legend.box-title{margin:0 0 5px}.multicheckout .checkout-review .grand.totals{font-size:2.1rem;margin-bottom:40px}.multicheckout .checkout-review .grand.totals .mark{font-weight:400}[class^='multishipping-'] .logo{margin-left:0}.multishipping-checkout-success .nav-sections{display:block}.block.newsletter{margin-bottom:40px}.block.newsletter .form.subscribe{display:table;width:100%}.block.newsletter .fieldset{display:table-cell;margin:0;padding:0;vertical-align:top}.block.newsletter .field{margin:0}.block.newsletter .field .control{display:inline-block;text-decoration:none;display:block}.block.newsletter .field .control:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:35px;line-height:33px;color:#c2c2c2;content:'\e61d';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.block.newsletter .field .control:before{position:absolute}.block.newsletter input{margin-right:35px;padding:0 0 0 35px}.block.newsletter .title{display:none}.block.newsletter .actions{display:table-cell;vertical-align:top;width:1%}.block.newsletter .action.subscribe{border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}.paypal.after:before{content:'- ' attr(data-label) ' -';display:block;margin:5px 5px 10px;text-transform:uppercase}.paypal.before:before{content:'- ' attr(data-label) ' -';display:block;margin:10px 5px;text-align:center;text-transform:uppercase}.paypal.acceptance{display:block;margin:0 0 20px}.paypal.acceptance img{max-width:100%}.box-tocart .paypal img,.block-minicart .paypal img{display:block;margin:0 auto}.paypal-review .paypa-review-title>strong{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem;display:inline-block}.paypal-review .items-qty .item{white-space:nowrap}.paypal-review .items-qty .title:after{content:': '}.paypal-review .paypal-review-title>strong{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem;display:inline-block}.paypal-review .actions-toolbar{margin-top:10px}.paypal-review .item-options dt{display:inline-block}.paypal-review .item-options dt:after{content:': '}.paypal-review .item-options dd{margin:0}.paypal-review-discount{border-bottom:1px solid #d1d1d1;margin:20px 0}.paypal-review-discount .block{margin-bottom:0}.paypal-review-discount .block .fieldset{padding:10px 0 20px}.fotorama-video-container:after{background:url(../../frontend/gwa/friendsandfamily/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/gwa/friendsandfamily/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}.order-links{border-bottom:1px solid #d1d1d1;margin-bottom:10px}.order-links .item{display:inline-block;margin-right:20px}.order-actions-toolbar .action{margin:0 20px 0 0}.order-details-items{border-bottom:1px solid #d1d1d1;margin-bottom:20px;padding-bottom:10px}.order-details-items .order-title>strong{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem;display:inline-block}.order-details-items .items-qty .item{white-space:nowrap}.order-details-items .items-qty .title:after{content:': '}.order-details-items .table-order-items .product-item-name{margin-top:0}.order-details-items .table-order-items tbody+tbody{border-top:1px solid #d1d1d1}.order-details-items .item-options dt{margin:0}.order-details-items .item-options dd{margin:0 0 15px}.order-details-items .item-options.links dt{display:inline-block}.order-details-items .item-options.links dt:after{content:': '}.order-details-items .item-options.links dd{margin:0}.order-pager-wrapper .toolbar-amount{padding-top:3px}.order-pager-wrapper .pages-items .item:first-child,.order-pager-wrapper .pages-items .item:last-child{margin-right:0}.order-actions-toolbar{margin-bottom:25px}.order-actions-toolbar .action{margin-right:30px}.order-actions-toolbar .action.print{margin:0}.page-title-wrapper .order-date{margin:0 0 20px}.account .page-title-wrapper .page-title,[class^='sales-guest-'] .page-title-wrapper .page-title,.sales-guest-view .page-title-wrapper .page-title{margin-right:25px}.form-orders-search .field.email,.form-orders-search .field.zip{margin-bottom:0}.block-reorder .product-item .checkbox{position:relative;top:2px;vertical-align:baseline}.block-reorder .product-item .field.item{display:inline-block}.block-reorder .product-item-name{display:inline-block}.block-reorder .actions-toolbar{margin:17px 0;max-width:178px}.block-order-details-comments{margin:0 0 40px}.block-order-details-comments .comment-date{font-weight:600}.block-order-details-comments .comment-content{line-height:1.6;margin:0 0 20px}.block-order-details-view .box-content .payment-method .title{font-weight:400}.block-order-details-view .box-content .payment-method .content{margin:0}.block-order-details-view .box-content .payment-method .content>strong{font-weight:400}.block-order-details-view .box-content .payment-method .content>strong:after{content:': '}.order-tracking{border-bottom:1px solid #d1d1d1;margin:0;padding:20px 0}.order-tracking .tracking-title{display:inline-block}.order-tracking .tracking-content{display:inline-block;margin:0 0 0 5px}.opc-wrapper .form-discount{max-width:500px}.action.mailto.friend{margin-left:-7px;display:inline-block;text-decoration:none}.action.mailto.friend:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:inherit;content:'\e61d';font-family:'icons-blank-theme';vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.action.mailto.friend span{display:inline-block;line-height:28px;vertical-align:top}.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:10px 0}.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{box-shadow:unset;cursor:default;pointer-events:none}.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/gwa/friendsandfamily/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;padding:2px;position:static;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}body{background-color:#fff}.page-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-height:100vh}.page-main{-webkit-flex-grow:1;flex-grow:1}.page-header{border-bottom:1px solid #d1d1d1;margin-bottom:20px}.header.content{padding-top:10px;position:relative}.logo{float:left;margin:0 0 10px 40px;max-width:50%;position:relative;z-index:5}.logo img{display:block;height:auto}.page-print .logo{float:none}.page-main>.page-title-wrapper .page-title+.action{margin-top:30px}.action.skip:focus{background:#f0f0f0;padding:10px;box-sizing:border-box;left:0;position:absolute;text-align:center;top:0;width:100%;z-index:15}.action-skip-wrapper{height:0;position:relative}.message.global p{margin:0}.message.global.noscript,.message.global.cookie{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#ffee9c;border-color:#d6ca8e;color:#333;margin:0}.message.global.noscript a,.message.global.cookie a{color:#1979c3}.message.global.noscript a:hover,.message.global.cookie a:hover{color:#006bb4}.message.global.noscript a:active,.message.global.cookie a:active{color:#ff5501}.message.global.cookie{bottom:0;left:0;position:fixed;right:0;z-index:3}.message.global.cookie .actions{margin-top:10px}.message.global.demo{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#ff0101;border-color:none;color:#fff;margin-bottom:0;text-align:center}.message.global.demo a{color:#1979c3}.message.global.demo a:hover{color:#006bb4}.message.global.demo a:active{color:#ff5501}.page-footer{margin-top:auto}.footer.content{border-top:1px solid #d1d1d1;margin-top:25px;padding-bottom:25px;padding-top:25px}.footer.content .links>li{margin:0 0 8px}.footer.content .switcher-store{margin:0 0 30px}.footer .copyright,.footer .bugs{display:block;margin:20px 0 0}.page-header .panel.wrapper .switcher,.page-footer .switcher{margin-right:10px}.page-header .panel.wrapper .switcher .options,.page-footer .switcher .options{display:inline-block;position:relative}.page-header .panel.wrapper .switcher .options:before,.page-footer .switcher .options:before,.page-header .panel.wrapper .switcher .options:after,.page-footer .switcher .options:after{content:'';display:table}.page-header .panel.wrapper .switcher .options:after,.page-footer .switcher .options:after{clear:both}.page-header .panel.wrapper .switcher .options .action.toggle,.page-footer .switcher .options .action.toggle{padding:0;cursor:pointer;display:inline-block;text-decoration:none}.page-header .panel.wrapper .switcher .options .action.toggle>span,.page-footer .switcher .options .action.toggle>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.page-header .panel.wrapper .switcher .options .action.toggle:after,.page-footer .switcher .options .action.toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:inherit;content:'\e622';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,.page-footer .switcher .options .action.toggle:hover:after{color:inherit}.page-header .panel.wrapper .switcher .options .action.toggle:active:after,.page-footer .switcher .options .action.toggle:active:after{color:inherit}.page-header .panel.wrapper .switcher .options .action.toggle.active,.page-footer .switcher .options .action.toggle.active{display:inline-block;text-decoration:none}.page-header .panel.wrapper .switcher .options .action.toggle.active>span,.page-footer .switcher .options .action.toggle.active>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.page-header .panel.wrapper .switcher .options .action.toggle.active:after,.page-footer .switcher .options .action.toggle.active:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:inherit;content:'\e621';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,.page-footer .switcher .options .action.toggle.active:hover:after{color:inherit}.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,.page-footer .switcher .options .action.toggle.active:active:after{color:inherit}.page-header .panel.wrapper .switcher .options ul.dropdown,.page-footer .switcher .options ul.dropdown{margin:0;padding:0;list-style:none none;background:#fff;border:1px solid #bbb;margin-top:4px;min-width:160px;z-index:100;box-sizing:border-box;display:none;position:absolute;top:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15)}.page-header .panel.wrapper .switcher .options ul.dropdown li,.page-footer .switcher .options ul.dropdown li{margin:0;padding:0}.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,.page-footer .switcher .options ul.dropdown li:hover{background:#e8e8e8;cursor:pointer}.page-header .panel.wrapper .switcher .options ul.dropdown:before,.page-footer .switcher .options ul.dropdown:before,.page-header .panel.wrapper .switcher .options ul.dropdown:after,.page-footer .switcher .options ul.dropdown:after{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.page-header .panel.wrapper .switcher .options ul.dropdown:before,.page-footer .switcher .options ul.dropdown:before{border:6px solid;border-color:transparent transparent #fff transparent;z-index:99}.page-header .panel.wrapper .switcher .options ul.dropdown:after,.page-footer .switcher .options ul.dropdown:after{border:7px solid;border-color:transparent transparent #bbb transparent;z-index:98}.page-header .panel.wrapper .switcher .options ul.dropdown:before,.page-footer .switcher .options ul.dropdown:before{left:10px;top:-12px}.page-header .panel.wrapper .switcher .options ul.dropdown:after,.page-footer .switcher .options ul.dropdown:after{left:9px;top:-14px}.page-header .panel.wrapper .switcher .options.active,.page-footer .switcher .options.active{overflow:visible}.page-header .panel.wrapper .switcher .options.active ul.dropdown,.page-footer .switcher .options.active ul.dropdown{display:block}.page-header .panel.wrapper .switcher .options ul.dropdown a,.page-footer .switcher .options ul.dropdown a{display:block;padding:8px}.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,.page-footer .switcher .options ul.dropdown a:hover{text-decoration:none}.page-header .panel.wrapper .switcher li,.page-footer .switcher li{font-size:12px;margin:0}.page-header .panel.wrapper .switcher strong,.page-footer .switcher strong{font-weight:400}.widget{clear:both}.page-header .widget.block,.page-footer .widget.block{margin:20px 0}.ui-datepicker td{padding:0}.my-credit-cards .status{font-style:italic}.my-credit-cards .action.delete{background-image:none;-moz-box-sizing:content-box;box-shadow:none;line-height:inherit;text-shadow:none;font-weight:400;line-height:1.42857143;margin:0;padding:0;color:#1979c3;text-decoration:none;background:none;border:0;display:inline}.my-credit-cards .action.delete:focus,.my-credit-cards .action.delete:active{background:none;border:none}.my-credit-cards .action.delete:hover{background:none;border:none}.my-credit-cards .action.delete.disabled,.my-credit-cards .action.delete[disabled],fieldset[disabled] .my-credit-cards .action.delete{pointer-events:none;opacity:.5}.my-credit-cards .action.delete:visited{color:#1979c3;text-decoration:none}.my-credit-cards .action.delete:hover{color:#006bb4;text-decoration:underline}.my-credit-cards .action.delete:active{color:#ff5501;text-decoration:underline}.my-credit-cards .action.delete:hover,.my-credit-cards .action.delete:active,.my-credit-cards .action.delete:focus{background:none;border:0}.my-credit-cards .action.delete.disabled,.my-credit-cards .action.delete[disabled],fieldset[disabled] .my-credit-cards .action.delete{color:#1979c3;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.my-credit-cards-popup .modal-footer{text-align:right}.my-credit-cards-popup .action.secondary{background-image:none;-moz-box-sizing:content-box;box-shadow:none;line-height:inherit;text-shadow:none;font-weight:400;line-height:1.42857143;margin:0;padding:0;color:#1979c3;text-decoration:none;background:none;border:0;display:inline;margin-right:20px}.my-credit-cards-popup .action.secondary:focus,.my-credit-cards-popup .action.secondary:active{background:none;border:none}.my-credit-cards-popup .action.secondary:hover{background:none;border:none}.my-credit-cards-popup .action.secondary.disabled,.my-credit-cards-popup .action.secondary[disabled],fieldset[disabled] .my-credit-cards-popup .action.secondary{pointer-events:none;opacity:.5}.my-credit-cards-popup .action.secondary:visited{color:#1979c3;text-decoration:none}.my-credit-cards-popup .action.secondary:hover{color:#006bb4;text-decoration:underline}.my-credit-cards-popup .action.secondary:active{color:#ff5501;text-decoration:underline}.my-credit-cards-popup .action.secondary:hover,.my-credit-cards-popup .action.secondary:active,.my-credit-cards-popup .action.secondary:focus{background:none;border:0}.my-credit-cards-popup .action.secondary.disabled,.my-credit-cards-popup .action.secondary[disabled],fieldset[disabled] .my-credit-cards-popup .action.secondary{color:#1979c3;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.minilist .weee{display:table-row;font-size:1.1rem}.minilist .weee:before{display:none}.price-container.weee:before{display:none}.toolbar.wishlist-toolbar .limiter{float:right}.toolbar.wishlist-toolbar .main .pages{display:inline-block;position:relative;z-index:0}.toolbar.wishlist-toolbar .toolbar-amount,.toolbar.wishlist-toolbar .limiter{display:inline-block;z-index:1}.product-items .action.towishlist:before,.products.list.items .action.towishlist:before,.table-comparison .action.towishlist:before{content:'\e601'}.account .table-wrapper .data.table.wishlist>thead>tr>th,.account .table-wrapper .data.table.wishlist>tbody>tr>th,.account .table-wrapper .data.table.wishlist>tfoot>tr>th,.account .table-wrapper .data.table.wishlist>thead>tr>td,.account .table-wrapper .data.table.wishlist>tbody>tr>td,.account .table-wrapper .data.table.wishlist>tfoot>tr>td{border-top:1px solid #d1d1d1}.account .table-wrapper .data.table.wishlist>caption+thead>tr:first-child>th,.account .table-wrapper .data.table.wishlist>colgroup+thead>tr:first-child>th,.account .table-wrapper .data.table.wishlist>thead:first-child>tr:first-child>th,.account .table-wrapper .data.table.wishlist>caption+thead>tr:first-child>td,.account .table-wrapper .data.table.wishlist>colgroup+thead>tr:first-child>td,.account .table-wrapper .data.table.wishlist>thead:first-child>tr:first-child>td{border-top:0}.account .table-wrapper .data.table.wishlist>tbody+tbody{border-top:1px solid #d1d1d1}.account .table-wrapper .data.table.wishlist thead>tr>th{border-bottom:0}.account .table-wrapper .data.table.wishlist tbody>tr:last-child>td{border-bottom:1px solid #d1d1d1}.account .table-wrapper .data.table.wishlist .product.name{display:inline-block;margin-bottom:10px}.account .table-wrapper .data.table.wishlist .box-tocart{margin:10px 0}.account .table-wrapper .data.table.wishlist .box-tocart .qty{vertical-align:middle}.account .table-wrapper .data.table.wishlist .col.item{width:50%}.account .table-wrapper .data.table.wishlist .col.photo{max-width:150px}.account .table-wrapper .data.table.wishlist .col.selector{max-width:15px}.account .table-wrapper .data.table.wishlist textarea{margin:10px 0}.account .table-wrapper .data.table.wishlist .input-text.qty{margin-bottom:10px}.account .table-wrapper .data.table.wishlist .action.primary{vertical-align:top}.account .table-wrapper .data.table.wishlist .price{font-weight:700}.block-wishlist .product-item-name{margin-right:25px}.products-grid.wishlist .product-item{margin-left:2%;width:calc((100% - 4%) / 3)}.products-grid.wishlist .product-item:nth-child(3n + 1){margin-left:0}.products-grid.wishlist .product-item-photo{display:block;margin-bottom:10px}.products-grid.wishlist .product-item-name{margin-top:0}.products-grid.wishlist .product-item .price-box{margin:0}.products-grid.wishlist .product-item-comment{display:block;height:42px;margin:10px 0}.products-grid.wishlist .product-item-actions>*{margin-right:15px}.products-grid.wishlist .product-item-actions>*:last-child{margin-right:0}.products-grid.wishlist .product-item .box-tocart input.qty{height:32px}.sidebar .block-addbysku .fieldset{margin:0}.sidebar .block-addbysku .fieldset .fields{position:relative}.sidebar .block-addbysku .fieldset .fields .field{display:inline-block;margin-bottom:10px;vertical-align:top}.sidebar .block-addbysku .fieldset .fields .field.sku{margin-right:-85px;padding-right:90px;width:100%}.sidebar .block-addbysku .fieldset .fields .field.qty .qty+.mage-error{width:80px}.sidebar .block-addbysku .fieldset .fields .actions-toolbar{position:absolute;right:0;top:6px}.sidebar .block-addbysku .form-addbysku .actions-toolbar{margin-bottom:20px}.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary{text-align:left}.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action{width:auto}.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary{float:none;text-align:left}.sidebar .block-addbysku .action.add{display:inline-block;text-decoration:none;line-height:normal;padding:2px 0;width:auto}.sidebar .block-addbysku .action.add>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sidebar .block-addbysku .action.add:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:31px;line-height:22px;color:inherit;content:'\e61c';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.sidebar .block-addbysku .action.add:hover:before{color:inherit}.sidebar .block-addbysku .action.add:active:before{color:inherit}.sidebar .block-addbysku .action.links{display:inline-block;margin:20px 0 0}.sidebar .block-addbysku .action.reset{display:block;margin:10px 0}.sidebar .block-addbysku .action.remove{display:inline-block;background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400}.sidebar .block-addbysku .action.remove>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sidebar .block-addbysku .action.remove:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:22px;color:inherit;content:'\e616';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.sidebar .block-addbysku .action.remove:hover:before{color:inherit}.sidebar .block-addbysku .action.remove:active:before{color:inherit}.sidebar .block-addbysku .action.remove:focus,.sidebar .block-addbysku .action.remove:active{background:none;border:none}.sidebar .block-addbysku .action.remove:hover{background:none;border:none}.sidebar .block-addbysku .action.remove.disabled,.sidebar .block-addbysku .action.remove[disabled],fieldset[disabled] .sidebar .block-addbysku .action.remove{pointer-events:none;opacity:.5}.block-banners .banner-item,.block-banners-inline .banner-item{display:block}.block-banners .banner-item-content,.block-banners-inline .banner-item-content{margin-bottom:20px}.block-banners .banner-item-content img,.block-banners-inline .banner-item-content img{display:block;margin:0 auto}.block-product-link.widget,.block-category-link.widget{display:block;margin-bottom:20px}.block-product-link-inline.widget{margin:0}.block.widget .products-grid .product-item{margin-left:2%;width:calc((100% - 2%)/2)}.block.widget .products-grid .product-item:nth-child(2n + 1){margin-left:0}.block.widget .product-item-info{width:auto}.block.widget .pager{padding:0}.block.widget .pager .toolbar-amount{float:none;font-size:1.2rem}.block.widget .pager .pages-item-previous{padding-left:0}.block.widget .pager .pages-item-next{position:relative}.block.widget .pager .items{white-space:nowrap}.columns .block-event{position:relative;z-index:2}.block-event .block-content{position:relative}.block-event .block-content>.action{cursor:pointer;margin-top:-6px;position:absolute;top:50%;z-index:3}.block-event .block-content>.action.backward,.block-event .block-content>.action.forward{opacity:.5;overflow:hidden;width:20px;display:inline-block;text-decoration:none}.block-event .block-content>.action.backward>span,.block-event .block-content>.action.forward>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.block-event .block-content>.action.backward:before,.block-event .block-content>.action.forward:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:55px;line-height:30px;color:inherit;content:'\e617';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.block-event .block-content>.action.backward:before,.block-event .block-content>.action.forward:before{margin-left:-15px}.block-event .block-content>.action.backward{left:0}.block-event .block-content>.action.forward{right:0}.block-event .block-content>.action.forward:before{content:'\e608'}.block-event .block-content>.action.forward:before{margin-left:-20px}.block-event .block-content>.action.inactive{cursor:default;display:none}.block-event .block-content>.action:hover{opacity:1}.block-event .slider-panel{overflow:hidden;position:relative;z-index:2}.block-event .slider-panel .slider{white-space:nowrap}.block-event .slider-panel .slider .item{background:#f0f0f0;display:inline-block;text-align:center;vertical-align:top;white-space:normal;width:16.35%}.sidebar-main .block-event .slider-panel .slider .item,.sidebar-additional .block-event .slider-panel .slider .item{width:100%}.block-event .slider-panel .slider .item img{max-width:100%}.block-event .slider-panel .slider .item .category-name{display:inline-block;font-size:1.8rem;padding:15px 5px 0;word-break:break-all}.block-event .slider-panel .slider .item .ticker{margin:0;padding:0;list-style:none none}.block-event .slider-panel .slider .item .ticker li{display:none;margin:0 5px}.block-event .slider-panel .slider .item .ticker .value{font-size:2.6rem;font-weight:300}.block-event .slider-panel .slider .item .ticker .label{display:block;font-size:1.3rem}.block-event .slider-panel .slider .item .dates{font-weight:300}.block-event .slider-panel .slider .item .dates .start,.block-event .slider-panel .slider .item .dates .end,.block-event .slider-panel .slider .item .dates .date{display:block}.block-event .slider-panel .slider .item .dates .start:after{font-size:1.8rem;content:'\2013';display:block}.block-event .slider-panel .slider .item .dates .date{font-size:1.8rem;font-weight:300}.block-event .slider-panel .slider .item .dates .time{font-size:1.3rem}.block-event .slider-panel .slider .item .box-event .box-content{padding:5px 0 10px}.block-event .slider-panel .slider .item .box-event .box-title{display:block;font-weight:300;margin:10px 0 0}.block-event .slider-panel .slider .item .action.show{display:block;padding:0}.block-event .slider-panel .slider .item .action.show .category.name{display:inline-block;padding:30px 10px 0}.block-event .slider-panel .slider .item .action.show img{display:block}.block-event .slider-panel .slider .item .action.event{background-image:none;background:#1979c3;border:1px solid #1979c3;color:#fff;cursor:pointer;display:inline-block;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;padding:7px 15px;font-size:1.4rem;box-sizing:border-box;vertical-align:middle;margin-top:15px}.block-event .slider-panel .slider .item .action.event:focus,.block-event .slider-panel .slider .item .action.event:active{background:#006bb4;border:1px solid #006bb4;color:#fff}.block-event .slider-panel .slider .item .action.event:hover{background:#006bb4;border:1px solid #006bb4;color:#fff}.block-event .slider-panel .slider .item .action.event.disabled,.block-event .slider-panel .slider .item .action.event[disabled],fieldset[disabled] .block-event .slider-panel .slider .item .action.event{opacity:.5;cursor:default;pointer-events:none}.block-event .slider-panel .slider .item .action.event:hover{text-decoration:none}.block-static-block.widget,.block-cms-link.widget{margin-bottom:20px}.links .block-static-block.widget,.links .block-cms-link.widget{margin-bottom:0}.block-cms-link-inline.widget{margin:0}.block-wishlist-search .form-wishlist-search{margin:20px 0 0}.block-cms-hierarchy-link.widget{display:block;margin-bottom:20px}.block-cms-hierarchy-link-inline.widget{margin:0}@media only screen and (max-width:768px){.field-tooltip .field-tooltip-content{right:-10px;top:40px;left:auto}}@media only screen and (max-width:767px){.abs-button-responsive-smaller,.product-info-main .box-tocart .actions .action.tocart{width:100%}.abs-visually-hidden-mobile-m{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-add-clearfix-mobile-m:before,.abs-add-clearfix-mobile-m:after,.form-create-return .fieldset>.actions-toolbar:before,.form-create-return .fieldset>.actions-toolbar:after{content:'';display:table}.abs-add-clearfix-mobile-m:after,.form-create-return .fieldset>.actions-toolbar:after{clear:both}.abs-icon-add-mobile,.block-wishlist-management .wishlist-add.item .add{display:block;text-decoration:none}.abs-icon-add-mobile:before,.block-wishlist-management .wishlist-add.item .add:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;line-height:10px;color:inherit;content:'\e61c';font-family:'icons-blank-theme';margin:0 5px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-toggling-title-mobile,.block-wishlist-management .wishlist-select .wishlist-name{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 15px}.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 15px}.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:#e8e8e8;border:solid #dbdbdb;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:#f5f5f5;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{pointer-events:auto}.modal-popup.modal-slide .modal-inner-wrap[class]{background-color:#f4f4f4}.modal-popup.modal-slide._inner-scroll._show{-webkit-overflow-scrolling:touch;overflow-y:auto}.modal-popup.modal-slide._inner-scroll .modal-inner-wrap{height:auto;min-height:100%}.modal-popup .modal-title{font-size:14px;font-weight:700}.lac-notification{padding:5px 0}.lac-notification .lac-notification-icon{display:none}.lac-notification .lac-notification-text,.lac-notification .lac-notification-links{float:none;padding:5px 0;text-align:center}.amscroll-backtotop-block.-mobile-arrow{padding:0;width:50px;height:50px;border-radius:100px}.amscroll-backtotop-block.-mobile-arrow:before{border-radius:100px}.amscroll-backtotop-block.-mobile-arrow:after{width:14px;height:28px;background:url('../../frontend/gwa/friendsandfamily/en_US/Amasty_Scroll/images/arrow.svg')}.amscroll-backtotop-block.-mobile-arrow .amscroll-text{display:none}.amscroll-backtotop-block.-mobile-text{padding-right:7px;border-radius:100px;transform:rotate(-90deg) translate(60px, 60px)}.amscroll-backtotop-block.-mobile-text:before{border-radius:100px}.amscroll-backtotop-block.-mobile-text:after{width:24px;height:24px;background:url('../../frontend/gwa/friendsandfamily/en_US/Amasty_Scroll/images/chevron.svg')}.paypal-review .ampickup-store-container.-checkout .ampickup-field.-store{order:0}.paypal-review .ampickup-store-container.-checkout .ampickup-options-container{order:1}.paypal-review .ampickup-store-container.-checkout .ampickup-field.-date{order:2}.paypal-review .ampickup-store-container.-checkout .ampickup-field.-time{order:3}.filter-content .active .am-show-more.-active{display:flex;align-items:center;margin-bottom:10px}.am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current+.block-actions{top:187px;border:none;border-radius:inherit;background:#fff;box-shadow:none}.am-porto-cmtb .filter.active .filter-current.amshopby-filter-current{padding:17px 30px;height:140px}.am-porto-cmtb .filter.active .filter-current.amshopby-filter-current~.filter-options{top:221px}.am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items{padding:15px;border-width:1px}.am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle{display:block;padding:10px 15px}.am-porto-cmtb .filter.active .block-category-list .block-title,.am-porto-cmtb .filter.active .filter-options-title,.am-porto-cmtb .filter.active .filter .filter-current-subtitle,.am-porto-cmtb .filter.active .block-category-list .block-content,.am-porto-cmtb .filter.active .filter-options-content{padding-left:15px;padding-right:15px}.am-porto-cmtb .filter.active .filter-options-title:after{right:15px}.wesupply-link-v2{display:none}.ws_embed_sms_notification{text-align:center}.wpx-span span{display:block;margin:15px 0;font-size:10px}.control-subs-2{margin-bottom:15px}#ws_embed_sms_notification .control-subs .ws-Phone{width:80%}#ws_embed_sms_notification .control-subs .ws-country-pc{width:18%;min-width:130px}#ws_embed_sms_notification .control-subs .sms-subs{margin-top:15px;border-radius:0;width:100%}#estimated_response .update-location #input_country{position:relative;top:1px}.table-checkout-shipping-method tbody{border-top:1px solid #ccc;padding-bottom:20px;display:block}.table-checkout-shipping-method tbody tr{padding-bottom:20px}.table-checkout-shipping-method tbody tr td{padding-bottom:10px}.table-checkout-shipping-method tbody tr td.col-eta.eta-desktop{display:none}.table-checkout-shipping-method tbody tr.row-eta{display:table-row}.table-checkout-shipping-method tbody tr.row-eta td{padding-bottom:20px}.table-checkout-shipping-method tbody tr.row-eta td.col-method,.table-checkout-shipping-method tbody tr.row-eta td.col-eta{border-top:0 none;padding-top:5px;padding-bottom:5px}.table-checkout-shipping-method tbody:first-of-type{border-top:0 none}.theme-pearl #ws_embed_sms_notification #ws-Phone{width:210px}.theme-pearl #ws_embed_sms_notification #phonePrefix,.theme-pearl #ws_embed_sms_notification #ws-Phone{height:50px}.theme-pearl #ws_embed_sms_notification #ws-embedded-subscribe{width:100px;height:50px}.theme-pearl #ws_embed_sms_notification .control-subs-2{margin-bottom:15px !important}.theme-pearl #ws_embed_sms_notification .control-subs-2:before{margin-top:15px}.theme-pearl #ws_embed_sms_notification .control-subs:before{margin-top:15px}.theme-pearl #ws_embed_sms_notification .control-subs .sms-subs{border-radius:0;width:100%}#ws_embed_sms_notification.ws-left{padding:0 20px 20px;border:1px solid #b5b5b5}#ws_embed_sms_notification.ws-left #ws-Phone{width:calc(100% - 135px);position:relative;top:1px}#ws_embed_sms_notification.ws-left button#ws-embedded-subscribe,#ws_embed_sms_notification.ws-left .cart.table-wrapper .actions-toolbar>.action#ws-embedded-subscribe,#ws_embed_sms_notification.ws-left .action-gift#ws-embedded-subscribe{margin-top:10px;height:auto;width:100%}.ws_embed_sms_notification.sms-center-design-2 .inline-block{width:auto}.ws_embed_sms_notification.sms-center-design-2 .inline-block .description-dsg-2{width:100%;text-align:center;padding:15px;margin-top:20px}body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country{top:0}.block-margin.row{margin-right:-15px !important}.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{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}.contact-index-index .column:not(.sidebar-main) .form.contact{float:none;width:100%}.contact-index-index .column:not(.sidebar-additional) .form.contact{float:none;width:100%}.login-container .fieldset:after{text-align:center}.account .messages{margin-bottom:0}.control.captcha-image .captcha-img{margin-bottom:10px;display:block}.customer-account-index .page-title-wrapper{position:relative}.form.search.advanced .field.price .with-addon .input-text{flex-basis:auto;width:100%}.gift-options .actions-toolbar .action-update{font-size:2rem;padding:15px;width:100%}.gift-item-block{border-top:1px solid #c1c1c1;border-bottom:0}.cart.table-wrapper .gift-content{margin-right:-10px}.gift-wrapping{border-bottom:1px solid #c1c1c1;margin-bottom:20px;padding-bottom:10px}.gift-wrapping-list{width:100%}.gift-wrapping-preview img{width:100%}.item-actions .actions-toolbar .gift-options .gift-wrapping,.item-actions .actions-toolbar .gift-options .gift-message{display:block}.form-add-invitations .additional,.form-add-invitations .field.text{margin-top:20px}.page-with-filter .columns .sidebar-main{-ms-flex-order:0;-webkit-order:0;order:0}.map-popup{max-width:100%}.map-old-price,.map-show-info{display:inline-block}.map-old-price:not(:last-child),.map-show-info:not(:last-child){margin-bottom:10px}.block-wishlist-management{clear:both;margin-top:-21px}.block-wishlist-management .wishlist-select{margin:0 -15px 20px}.block-wishlist-management .wishlist-select-items{border-bottom:1px solid #d1d1d1;background:#f5f5f5;display:none;padding:15px 0}.block-wishlist-management .wishlist-select-items.active{display:block}.block-wishlist-management .wishlist-select-items .item{margin:3px 0 0}.block-wishlist-management .wishlist-select-items .item:first-child{margin-top:0}.block-wishlist-management .wishlist-select-items .item.current{display:none}.block-wishlist-management .wishlist-select-items .item a{display:block;padding:5px 18px;text-decoration:none}.block-wishlist-management .wishlist-select-items .item a:hover{background:#e8e8e8}.block-wishlist-management .wishlist-title strong{font-size:2.6rem}.block-wishlist-management .wishlist-info{margin-bottom:15px}.block-wishlist-management .wishlist-toolbar-select,.block-wishlist-management .wishlist-toolbar-actions{margin-bottom:15px}.products-grid.wishlist .product-item-checkbox{left:0;position:absolute;top:20px}.page-multiple-wishlist .products-grid.wishlist .product-item-photo{margin-left:25px}.page-multiple-wishlist .products-grid.wishlist .product-item-name,.page-multiple-wishlist .products-grid.wishlist .product-item-description,.page-multiple-wishlist .products-grid.wishlist .product-item .price-box,.page-multiple-wishlist .products-grid.wishlist .product-item-tooltip{margin-left:115px}.products-grid.wishlist .wishlist-dropdown{display:none}.multishipping-checkout-success .nav-toggle{display:block}.multishipping-checkout-success .logo{margin-left:40px}.reward-settings+.actions-toolbar{margin-top:10px}.account .column.main .returns-details-items .block-returns-tracking .block-title>.action.track{display:block;float:none;margin:10px 0 0}.order-pager-wrapper .toolbar-amount{left:inherit;position:relative;text-align:center;top:inherit}.order-pager-wrapper .pages{text-align:center}.order-pager-wrapper .action.previous,.order-pager-wrapper .action.next{margin:0}.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}.columns .column.main{max-width:100%}.owl-carousel .owl-item .product-item .product-item-info{background:none transparent !important;box-shadow:none;-o-box-shadow:none;-ms-box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}}@media only screen and (max-width:639px){.abs-visually-hidden-mobile,.table-giftregistry-items .col.product:before{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-add-clearfix-mobile:before,.abs-add-clearfix-mobile:after,.abs-checkout-order-review tbody tr:before,.abs-checkout-order-review tbody tr:after,.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,.table-giftregistry-items .col.product:before,.table-giftregistry-items .col.product:after,.account .toolbar:before,.account .toolbar:after,.multicheckout.order-review .data.table tbody tr:before,.multicheckout.order-review .data.table tbody tr:after{content:'';display:table}.abs-add-clearfix-mobile:after,.abs-checkout-order-review tbody tr:after,.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,.table-giftregistry-items .col.product:after,.account .toolbar:after,.multicheckout.order-review .data.table tbody tr:after{clear:both}.multicheckout.order-review .data.table tbody tr:not(:last-child){border-bottom:1px solid #d1d1d1}.multicheckout.order-review .data.table tbody tr .col.item:before{display:none}.multicheckout.order-review .data.table tbody tr .col.qty,.multicheckout.order-review .data.table tbody tr .col.price,.multicheckout.order-review .data.table tbody tr .col.subtotal{box-sizing:border-box;float:left;text-align:center;white-space:nowrap;width:33%}.multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,.multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,.multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before{content:attr(data-th) ':';display:block;font-weight:700;padding-bottom:10px}.abs-checkout-order-review tbody tr .product-item-name,.multicheckout.order-review .data.table tbody tr .product-item-name{margin:0}.abs-no-display-s,.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th{display:none}.abs-pager-toolbar-mobile-s .toolbar-amount,.abs-pager-toolbar-mobile-s .limiter,.abs-pager-toolbar-mobile-s .pages,.toolbar-giftregistry-results .toolbar-amount,.toolbar-giftregistry-results .limiter,.toolbar-giftregistry-results .pages{margin-bottom:25px}.table-wrapper{overflow-x:auto;overflow-y:hidden;width:100%;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch;position:relative}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison){border:none;display:block}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>thead>tr>th{display:none}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody{display:block}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr{display:block}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr td,.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr th{border-bottom:none;display:block;padding:5px 0}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr td[data-th]:before,.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr th[data-th]:before{padding-right:10px;content:attr(data-th) ': ';display:inline-block;color:#111;font-weight:700}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody>tr>td:first-child{padding-top:20px}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody>tr>td:last-child{padding-bottom:20px}.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child{border:none;padding:0 0 5px}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot{display:block}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr{display:block}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td{padding-top:20px}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot th{box-sizing:border-box;float:left;padding-left:0;padding-right:0;text-align:left;width:70%}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot td{box-sizing:border-box;float:left;padding-left:0;padding-right:0;text-align:right;width:30%}.data-table-definition-list thead{display:none}.data-table-definition-list tbody th{padding-bottom:0}.data-table-definition-list tbody th,.data-table-definition-list tbody td{display:block;padding-left:0;padding-right:0}.checkout-payment-method .amazon-sandbox-simulator{border-top:1px solid #ccc}.klarna-payments-method>.payment-method-title{padding:6.5px 0 6.5px 15px}.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}.minicart-wrapper:before,.minicart-wrapper:after{content:'';display:table}.minicart-wrapper:after{clear:both}.minicart-wrapper .product .actions{float:left;margin:10px 0 0 0}.minicart-wrapper .update-cart-item{float:right;margin-left:0}.opc-wrapper .step-title{font-size:18px;border-bottom:0;padding-bottom:0}.opc-wrapper .form-login{border-bottom:1px solid #ccc;margin:0 0 15px;padding:0 0 15px}.opc-wrapper .shipping-address-item{border-bottom:1px solid #ccc;margin:0 0 15px;padding:0 0 15px;width:100%}.opc-wrapper .shipping-address-item.selected-item{padding:15px 35px 15px 18px;border-bottom-width:2px}.opc-wrapper .shipping-address-item.selected-item .edit-address-link{right:39px}.opc-wrapper .form-login,.opc-wrapper .form-shipping-address{margin-top:28px}.opc-wrapper .action-select-shipping-item{float:none;margin-top:10px;width:100%}.opc-wrapper .action-show-popup{width:100%}.opc-wrapper .edit-address-link{display:inline-block;text-decoration:none;margin:0;position:absolute;right:0;top:1px}.opc-wrapper .edit-address-link>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.opc-wrapper .edit-address-link:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:#303030;content:'\e606';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.opc-wrapper .edit-address-link:hover:before{color:#303030}.opc-wrapper .edit-address-link:active:before{color:#303030}.shipping-policy-block.field-tooltip{margin-bottom:20px;position:relative;right:auto;top:auto}.shipping-policy-block.field-tooltip .field-tooltip-content{width:300px;right:auto}.shipping-policy-block.field-tooltip .field-tooltip-content:before,.shipping-policy-block.field-tooltip .field-tooltip-content:after{right:auto}.opc-block-shipping-information .shipping-information-title{font-size:2.3rem}.account .column.main,.account .sidebar-additional{margin:0}.cart.table-wrapper .gift-content{border-bottom:1px solid #d1d1d1;margin-bottom:20px}.table-giftregistry-items .field.choice,.table-giftregistry-items .field.qty{display:inline-block}.form-giftregistry-search .fieldset{margin-bottom:15px}.multicheckout .data.table .address:before{margin-bottom:5px}.multicheckout .product-item-name,.multicheckout .price-including-tax,.multicheckout .price-excluding-tax{display:inline-block}.multicheckout .block-content .box:not(:last-child){margin-bottom:40px}.multicheckout .block-content .box:last-child{margin-bottom:0}.multicheckout.order-review .box-items .data.table thead{display:block}.multicheckout.order-review .box-items .data.table thead tr{display:block}.multicheckout.order-review .box-items .data.table thead .col.item{display:block;padding:0}.multicheckout .actions-toolbar .action{margin-bottom:25px}.multicheckout .actions-toolbar>.primary{margin-bottom:25px;margin-right:0}.account .order-details-items .table-order-items .product-item-name,.account .order-details-items .table-order-items .price-including-tax,.account .order-details-items .table-order-items .price-excluding-tax,.account .order-details-items .table-order-items .items-qty{display:inline-block;vertical-align:top}.account .toolbar .pages{float:right}.account .toolbar .limiter{clear:both}.order-details-items thead{display:block}.order-details-items thead tr,.order-details-items thead td{display:block}.table-wrapper .table.table-order-items tfoot td.order-pager-wrapper{width:100%}.order-items.table-wrapper .col.price,.order-items.table-wrapper .col.qty,.order-items.table-wrapper .col.subtotal,.order-items.table-wrapper .col.msrp{text-align:left}.products-grid.wishlist .product-item{border-bottom:1px solid #e8e8e8;margin:0;width:100%}.products-grid.wishlist .product-item:first-child{border-top:1px solid #e8e8e8}}@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}.owl-carousel .product-item .product-item-actions .actions-primary{display:inline-block}.owl-carousel .product-item .product-item-actions .actions-primary+.actions-secondary{display:inline-block;width:auto}.column .block-addbysku .action.remove{background-image:none;-moz-box-sizing:content-box;box-shadow:none;line-height:inherit;text-shadow:none;font-weight:400;line-height:1.42857143;margin:0;padding:0;color:#1979c3;text-decoration:none;background:none;border:0;display:inline;margin-top:2px}.column .block-addbysku .action.remove:focus,.column .block-addbysku .action.remove:active{background:none;border:none}.column .block-addbysku .action.remove:hover{background:none;border:none}.column .block-addbysku .action.remove.disabled,.column .block-addbysku .action.remove[disabled],fieldset[disabled] .column .block-addbysku .action.remove{pointer-events:none;opacity:.5}.column .block-addbysku .action.remove:visited{color:#1979c3;text-decoration:none}.column .block-addbysku .action.remove:hover{color:#006bb4;text-decoration:underline}.column .block-addbysku .action.remove:active{color:#ff5501;text-decoration:underline}.column .block-addbysku .action.remove:hover,.column .block-addbysku .action.remove:active,.column .block-addbysku .action.remove:focus{background:none;border:0}.column .block-addbysku .action.remove.disabled,.column .block-addbysku .action.remove[disabled],fieldset[disabled] .column .block-addbysku .action.remove{color:#1979c3;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.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}.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}}.block.crosssell .owl-stage .owl-item .product-item{width:89% !important}.block.crosssell .owl-stage .owl-item .product-item .product-item-actions{text-align:center}.block.crosssell .owl-stage .owl-item .product-item .product-item-actions .actions-primary{display:block}.clearfix{*zoom:1}.clearfix:after{content:'';display:block;clear:both;height:0}@font-face {
    font-family: 'dinregular';
    src: url('../../frontend/gwa/friendsandfamily/en_US/fonts/din-regular-webfont.eot');
    src: url('../../frontend/gwa/friendsandfamily/en_US/fonts/din-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../frontend/gwa/friendsandfamily/en_US/fonts/din-regular-webfont.woff2') format('woff2'),
         url('../../frontend/gwa/friendsandfamily/en_US/fonts/din-regular-webfont.woff') format('woff'),
         url('../../frontend/gwa/friendsandfamily/en_US/fonts/din-regular-webfont.ttf') format('truetype'),
         url('../../frontend/gwa/friendsandfamily/en_US/fonts/din-regular-webfont.svg#dinregular') format('svg');
    font-weight: normal;
    font-style: normal;
} 

@font-face {
    font-family: 'dinbold';
    src: url('../../frontend/gwa/friendsandfamily/en_US/fonts/din_bold-webfont.eot');
    src: url('../../frontend/gwa/friendsandfamily/en_US/fonts/din_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../frontend/gwa/friendsandfamily/en_US/fonts/din_bold-webfont.woff2') format('woff2'),
         url('../../frontend/gwa/friendsandfamily/en_US/fonts/din_bold-webfont.woff') format('woff'),
         url('../../frontend/gwa/friendsandfamily/en_US/fonts/din_bold-webfont.ttf') format('truetype'),
         url('../../frontend/gwa/friendsandfamily/en_US/fonts/din_bold-webfont.svg#dinbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'd-dinregular';
    src: url('../../frontend/gwa/friendsandfamily/en_US/fonts/d-din-webfont.eot');
    src: url('../../frontend/gwa/friendsandfamily/en_US/fonts/d-din-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../frontend/gwa/friendsandfamily/en_US/fonts/d-din-webfont.woff2') format('woff2'),
         url('../../frontend/gwa/friendsandfamily/en_US/fonts/d-din-webfont.woff') format('woff'),
         url('../../frontend/gwa/friendsandfamily/en_US/fonts/d-din-webfont.ttf') format('truetype'),
         url('../../frontend/gwa/friendsandfamily/en_US/fonts/d-din-webfont.svg#d-dinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'd-dindin-bold';
    src: url('../../frontend/gwa/friendsandfamily/en_US/fonts/d-din-bold-webfont.eot');
    src: url('../../frontend/gwa/friendsandfamily/en_US/fonts/d-din-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../frontend/gwa/friendsandfamily/en_US/fonts/d-din-bold-webfont.woff2') format('woff2'),
         url('../../frontend/gwa/friendsandfamily/en_US/fonts/d-din-bold-webfont.woff') format('woff'),
         url('../../frontend/gwa/friendsandfamily/en_US/fonts/d-din-bold-webfont.ttf') format('truetype'),
         url('../../frontend/gwa/friendsandfamily/en_US/fonts/d-din-bold-webfont.svg#d-dindin-bold') format('svg');
    font-weight: normal;
    font-style: normal;

}



body , button {
	font-family: 'dinregular' !important;
	font-family: 'd-dinregular' !important;
}

.navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main {
	padding-left: 0px;
	padding-right: 0px;
}

.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main {
    max-width: 1180px !important;
}

.cms-page-view .page-main,
.cms-home .page-main, 
.contact-index-index .page-main, 
.customer-account-login .page-main , 
.customer-account-forgotpassword .page-main ,
.customer-account-createpassword .page-main ,
.customer-account-create .page-main ,
.top-header{
    max-width: 100% !important; 
	padding: 0;
}

.cms-home .columns .column.main {
    padding-bottom: 0;
}

.top-header {
	padding: 0px !important;
}

.customer-account-login .page-title-wrapper,
.customer-account-login .sections.nav-sections ,
.customer-account-login .block.block-new-customer{
    display: none;
}

.customer-account-create .page-title-wrapper,
.customer-account-create .sections.nav-sections {
    display: none;
}

.customer-account-login .column.main ,
.customer-account-forgotpassword .column.main ,
.customer-account-createpassword .column.main ,
.customer-account-create .column.main {
    padding: 0;
}

.cms-page-view .breadcrumbs ,
.cms-no-route .page-title-wrapper ,
.customer-account-forgotpassword .page-title-wrapper {
    display: none;
}

.cms-page-view .page-main > .columns ,
.contact-index-index .page-main > .columns {
    max-width: 1180px !important;
	margin: auto;
	padding-top: 120px;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
}

.most-viewed .most-viewed-wrap ,
.recent-viewed .recent-viewed-wrap {
    max-width: 1180px;
    margin: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.cms-page-view .page-title-wrapper ,
.contact-index-index .page-title-wrapper{
	padding:145px 0;
	background:url('../../frontend/gwa/friendsandfamily/en_US/images/title-wrap-image.jpg');
	background-position:center;
	background-size:cover;
}

.cms-page-view .page-title-wrapper .page-title ,
.contact-index-index .page-title-wrapper .page-title{
    max-width: 1180px !important;
	margin: 0 auto;
	display: block !important;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
}

.cms-page-view h3 ,
.cms-privacy-policy h3 ,
.cms-terms-and-conditions h3, 
.cms-frequently-asked-questions h3 ,
.cms-about-us h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: normal;
    color: #464646;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.cms-page-view p ,
.cms-privacy-policy p ,
.cms-terms-and-conditions p,
.cms-frequently-asked-questions p, 
.cms-about-us p {
	font-size: 16px;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #666666;
}

.faq-content > div {
    margin-bottom: 50px;
}

.cms-privacy-policy .columns ul li ,
.cms-privacy-policy .columns ol li {
	font-size: 18px;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: normal;
    color: #414241;
}

.cms-page-view .faq-content .group-title {
	font-size: 30px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: normal;
    color: #464646;
    margin: 0 0 15px;
    border: none;
    padding: 0;
}

.cms-terms-and-conditions .columns ul li ,
.cms-terms-and-conditions .columns ol li {
	font-size: 16px;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #666666;
}







.sections.nav-sections {
    margin: 0;
	padding: 25px 0;
    background: #fff;
	border-bottom: solid 1px rgb(151 151 151 / 0.35);
}

.sections.nav-sections nav.navigation {
    background: transparent;
}

.sections.nav-sections .nav-sections-item-content ul li {
	margin-right: 10px;
	margin-left: 10px;
}

.sections.nav-sections .nav-sections-item-content ul li a {
    font-size: 15px;
    font-weight: 500;
    font-weight: 600;
	text-transform: uppercase;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #000000;
}

.header-top-bar {
    padding: 13px 15px 13px;
    background-color: #4a7729;
    text-align: center;
}

.header-top-bar .bar-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
}


.faq-accordion .ui-accordion-header {
    margin: 0 !important;
    padding: 25px 0 !important;
    background: transparent !important;
    border: none !important;
    border-bottom: solid 1px #dadada !important;
	font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.22;
    letter-spacing: normal;
    color: #292929 !important;
}

.faq-accordion .ui-state-default:after {
    content: '+' !important;
}

.faq-accordion .ui-accordion-header-active:after {
    content: '-' !important;
}

.faq-accordion .ui-accordion-header-active {
	border-bottom: none !important;
}

.faq-accordion .ui-accordion-content {
	padding: 0 !important;
}

.faq-accordion .ui-accordion-content p{
	font-size: 16px;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #666666;
  margin-bottom: 24px;
}

.faq-accordion .ui-accordion-content.ui-accordion-content-active {
	border: none !important;
	border-bottom: solid 1px #dadada !important;
}

footer.page-footer {
    background-color: #292929;
	padding: 60px 0;
}

footer.page-footer .footer.content {
    border-top: none;
    margin-top: 0;
    padding: 0 15px;
}

.home-slider .item-content {
    position: relative;
}

.home-slider .custom_content {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.home-slider .custom_content .slide1 {
    max-width: 1180px !important;
    text-align: left;
    margin: auto;	
	height: 100%;
    display: flex;
    align-items: center;
}

.slide1 h3 {
	font-size: 45px;
    font-weight: bold;
    line-height: 1.11;
    letter-spacing: normal;
    color: #ffffff;
    max-width: 420px;
    text-transform: uppercase;
	margin: 0;
}

.home-slider .custom_content2 {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
	text-align: center;
}

.home-slider .custom_content2 h3 {
	font-size: 65px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: -2.62px;
    color: #ffffff;
	margin: 0 0 0px;
	text-transform: uppercase;
}

.home-slider .custom_content2 h3 span{
	font-size: 120px;
  font-weight: 900;
  letter-spacing: -5.14px;
  color: #ffb910;
}

.home-slider .custom_content2 p {
	font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: capitalize;
  margin: 40px 0 0;
}

.home-slider .custom_content2 p a {
	color: #73d52a;
}

.home-slider .mp-banner-slider .owl-dots {
    max-width: 1180px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
}

.home-slider .owl-theme.owl-carousel .owl-controls .owl-dot span {
	margin: 0 ;
    background-color: rgba(255, 255, 255, 0.86) !important;
    width: 12px;
    height: 12px;
    border: none;
    margin-right: 8px;
    opacity: 0.6;
}

.home-slider .owl-theme.owl-carousel .owl-controls .owl-dot.active span {
	background-color: #ffffff !important;
	opacity:1;
	width: 14px;
    height: 14px;
	border: none;
    position: relative;
    top: 1px;
}

.home-slider .owl-carousel .banner-item .content_slider {
	left:60px;
}

.home-slider .owl-carousel .owl-stage-outer {
	padding: 0;
}

.home-slider .custom-slider {
    padding: 0;
}

.home-slider .owl-theme .owl-nav {
    margin-top: 0;
	display: none;
}

.cms-home .page-title-wrapper {
    display: none;
}

.below-banner {
	overflow-x:hidden;
	padding: 5px 0;
}

.below-banner-inner {
    display: flex;
	margin: 0 -5px;
}

.below-banner-inner .below-parts {
    padding: 5px;
	width: 33.33%;
}

.below-banner-inner .below-parts img {
    width: 100%;
	display: block;
}

.slides-slider .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: initial;
}

.slides-slider .mp-product-slider-block ,
.recent-viewed .content-heading {
    margin: 0 0 43px !important;
	display: flex;
    justify-content: space-between;
    padding-right: 125px;
	align-items: center;
}

.slides-slider .mp-product-slider-block .see-all ,
.recent-viewed-wrap .content-heading .see-all {
    margin: 0;
	border-right: solid 1px #979797;
	padding-right: 30px;
}

.recent-see-all ,
.mostViewed-see-all {
	text-align: center;
	display: none;
}

.mostViewed-see-all {
    padding-top: 45px;
}

.recent-see-all a ,
.mostViewed-see-all a {
    padding: 15px 35px;
    background-color: #4a7729;
    text-transform: uppercase;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    letter-spacing: normal;
    color: #ffffff;
	width: 100%;
    max-width: 180px;
}

.slides-slider .mp-product-slider-block .see-all a,
.recent-viewed-wrap .content-heading .see-all a {
	font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #4a7729;
}

.slides-slider .mp-product-slider-title ,
.recent-viewed-wrap .content-heading .title{
    text-align: left;
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: normal;
    color: #464646;
    position: relative;
	margin-bottom: 15px;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'd-dindin-bold';
}

.slides-slider .mp-product-slider-title:before ,
.recent-viewed-wrap .content-heading .title:before {
	content:"";
	position:absolute;
	width: 50px;
    height: 3px;
    background-color: #dadada;
	left: 0;
	bottom: -15px;
}

.most-viewed {
    padding: 90px 0 85px;
	background: #f4f7f4;
}

.slides-slider .mp-product-slider-content .owl-nav .owl-prev ,
.slides-slider .mp-product-slider-content .owl-nav .owl-next ,
.recent-viewed .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev ,
.recent-viewed .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    top: -81px;
    right: 64px;
    left: auto;
    margin: 0;
    height: 32px;
    width: 32px;
    background: transparent;
    border-radius: 0;
    border: solid 1px #4a7729;
}

.recent-viewed .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
    left: auto !important;
    right: 64px !important;
}

.recent-viewed .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    /* right: 10px !important; */
    right: 20px !important;
}

.slides-slider .mp-product-slider-content .owl-nav .owl-next {
	right: 20px;
	transform: rotate(180deg);
}

.slides-slider .mp-product-slider-content .owl-nav .owl-prev span ,
.slides-slider .mp-product-slider-content .owl-nav .owl-next span {
	font-weight: 100;
    font-size: 0px;
    display: block;
    line-height: 23px;
    height: 30px;
    color: #4a7729;
	background-color: transparent !important;
    background-image: url(../../frontend/gwa/friendsandfamily/en_US/images/prev-icon.svg);
    background-position: center;
    background-size: 32px 14px;
    background-repeat: no-repeat;
}

.slides-slider .mp-product-slider-content .owl-nav .owl-prev:hover ,
.slides-slider .mp-product-slider-content .owl-nav .owl-next:hover {
	background: #4a7729;
}

.slides-slider .mp-product-slider-content .owl-nav .owl-prev:hover span ,
.slides-slider .mp-product-slider-content .owl-nav .owl-next:hover span {
    background-image: url(../../frontend/gwa/friendsandfamily/en_US/images/prev-icon-active.svg);
    background-position: center;
    background-size: 32px 14px;
    background-repeat: no-repeat;
}

.slides-slider .owl-item li {
	padding-right: 20px !important;
	margin-bottom: 0;
}

.slides-slider .owl-item li .slider-product-item-info {
    width: 100% !important;
	position: relative;
}

.slides-slider .owl-item li .product.details.slider-product-item-details {
	margin: 0px;
	padding: 20px 12px 12px;
}

.slides-slider .owl-item li a.product.photo.slider-product-item-photo {
    width: 100%;
	display: block;
}

.slides-slider .owl-item li a.product.photo.slider-product-item-photo span.product-image-container {
	width: 100% !important;
	display: block;
}

.slides-slider .owl-item li .secondary-addto-links.actions-secondary {
    display: none1;
}

.slides-slider .owl-item li .product-item-name {
	margin: 0 0 12px;
	min-height: 60px;
}

.slides-slider .owl-item li .product-item-name a ,
.recent-viewed .product.details.product-item-details a {
    font-size: 16px;
    font-weight: 600;
    line-height: 0.88;
    letter-spacing: normal;
    color: #292929;
}

.slides-slider .owl-item li .product-item .price-box {
    margin: 19px 0 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 0.83;
    color: #999999;
}

.slides-slider .owl-item li .product-item-actions ,
.recent-viewed .product-item-inner .actions-primary {
	margin: 0px;
	display: flex !important;
    justify-content: space-between;
}

.slides-slider .owl-item li .product-item-actions .buynow-btn ,
.slides-slider .owl-item li .product-item-actions .actions-primary ,
.recent-viewed .product-item-actions .buynow-btn ,
.recent-viewed .product-item-actions .actions-primary .tocart {
    width: 48%;
}

.slides-slider .owl-item li .product-item-actions button.buynow ,
.recent-viewed .product-item-actions .buynow-btn button.buynow {
    padding: 10px 5px;
    background-color: #4a7729;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0;
    border: solid 1px #4a7729;
    line-height: 18px;
    letter-spacing: normal;
    color: #ffffff;
    width: 100%;
	text-transform: uppercase;
}

.slides-slider .owl-item li .product-item-actions button.buynow span ,
.recent-viewed .product-item-actions .buynow-btn button.buynow span {
	white-space: initial;
}

.slides-slider .owl-item li .product-item-actions .actions-primary .tocart ,
.recent-viewed .product-item-actions .actions-primary .tocart {
	padding: 10px 5px;
    background-color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0;
    border: solid 1px #4a7729;
    line-height: 18px;
    letter-spacing: normal;
    color: #4a7729;
    width: 100%;
	text-transform: uppercase;
}

.slides-slider .price-box.price-final_price .price-final_price span.price ,
.recent-viewed .price-box.price-final_price .price-final_price span.price {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.83;
    letter-spacing: normal;
    color: #000;
}

.recent-viewed .product-item-actions .actions-primary .tocart {
	width :48%;
}

.recent-viewed .product-item-actions .actions-primary span.tocart {
    background: #4a7729;
    color: #fff;
    text-align: center;
}

.slides-slider .owl-item li span.product-image-wrapper ,
.recent-viewed .product-image-container .product-image-wrapper {
    padding-bottom: 0 !important;
    height: auto;
}

.slides-slider .owl-item li span.product-image-wrapper img ,
.recent-viewed .product-image-container img {
	position: static;
	height: 280px;
}

.slides-slider .owl-carousel .owl-stage-outer ,
.recent-viewed .owl-carousel .owl-stage-outer  {
    padding: 0 5px 0 0;
}

.recent-viewed .product.details.product-item-details {
    text-align: left;
	margin: 0px;
    padding: 20px 12px 12px;
}

.recent-viewed .product-item-info {
    position: relative;
	padding-right: 30px;
}

.recent-viewed .product-item-info > a span.product-image-container {
    width: 100% !important;
	display: block;
}

.recent-viewed .product-item-info > a img.product-image-photo {
    width: 100%;
	height: 280px;
}

.most-viewed .owl-item li .product.details.slider-product-item-details {
    background: #fff;
}

.recent-viewed .product-item-info > a {
	display: block;
}

span.sale-badge {
    position: absolute;
    background: #d02828;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    top: 10px;
    left: 0px;
    /* z-index: 9; */
    z-index: 2;
    line-height: 15px;
}

p.product-brand-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: normal;
    color: #4a7729;
    margin: 0 0 18px;
}








.product.details .price-box.price-final_price .price-label {
    font-size: 12px;
    display: none;
}

.product.details .price-box.price-final_price {
    display: flex;
}

.product.details .price-box.price-final_price span.special-price .price-wrapper .price {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.83;
    letter-spacing: normal;
    color: #e6450b;
}

.product.details .price-box.price-final_price span.old-price {
	order: 1;
	margin-right: 15px;
}

.product.details .price-box.price-final_price span.special-price {
	order: 2;
}

.product.details .price-box.price-final_price span.old-price .price-wrapper .price {
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.83;
	letter-spacing: normal;
	color: #999999;
}


.recent-viewed .product.details.product-item-details strong.product.name.product-item-name {
    margin: 0 0 12px;
	min-height: 60px;
}



.home-clark-banner {
    /* padding: 120px 0; */
    padding: 70px 0;
}

.home-clark-banner .clark-banner-inner {
    max-width: 1180px;
	margin:auto;
	padding-left: 15px;
	padding-right: 15px;
}

.home-clark-banner .clark-banner-inner img {
	width: 100%;
}

.recent-viewed {
    background-color: #fff;
    padding: 120px 0 115px;
}


header.page-header {
    border-bottom: solid 1px rgb(151 151 151 / 0.35);
	padding: 25px 0;
	margin: 0;
}

.top-header {
	
}

.top-header .header-inner-wrap {
    max-width: 1180px;
    margin: auto;
	display: flex;
	justify-content: space-between;
	padding-left: 15px;
	padding-right: 15px;
}

.top-header .header-inner-wrap .custom-logo {
	min-width: 300px;
}

.top-header .header-inner-wrap .custom-logo a.logo {
    float: none;
    margin: 0;
}

.top-header .header-inner-wrap .right-zone {
	display: flex;
	align-items: center;
}

.top-header .header-inner-wrap .right-zone a.towishlist {
	margin-left: 28px;
    border-left: solid 1px #dadada;
    padding-left: 25px;
    display: block;
	position: relative;
}

.top-header .header-inner-wrap .right-zone a.towishlist span.s_icon {
	background:url('../../frontend/gwa/friendsandfamily/en_US/images/wishlist.svg');
	background-position:right center;
	background-size:22px 22px;
	font-size: 0px;
	width: 22px;
    height: 22px;
    display: block;
	background-repeat: no-repeat;
	/* margin-left: 28px;
    border-left: solid 1px #dadada;
    padding-left: 25px; */
}

.top-header .header-inner-wrap .right-zone a.towishlist span.s_counter_total {
	background-color: #e6450b;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    margin: 0;
    padding: 0;
    min-width: 0;
    font-size: 8px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0px;
    color: #ffffff;
    position: absolute;
    right: -8px;
    top: -4px;
    text-align: center;
}

.top-header .header-inner-wrap .right-zone a.towishlist span.no_counter {
	display: none !important;
}

.top-header .header-inner-wrap .right-zone .minicart-wrapper {
	display: flex;
    align-items: center;
	margin-left: 25px;
    border-left: solid 1px #dadada;
    padding-left: 25px; 
    margin-right: 20px;
    border-right: solid 1px #dadada;
    padding-right: 20px;
}

.location-box.enter_postcode {
   display: flex;
   align-items: center;
   cursor: pointer;
}

.location-box.enter_postcode img {
    margin-right: 5px;
}


.top-header .header-inner-wrap .right-zone a.showcart {
	background:url('../../frontend/gwa/friendsandfamily/en_US/images/cart.svg');
	background-position: left center;
	background-size:22px 22px;
	/* font-size: 0px; */
	/* width: 22px; */
    height: 22px;
    display: block;
	background-repeat: no-repeat;	
	position: relative;
}

.top-header .header-inner-wrap .right-zone a.showcart span.text {
	position: static;
    height: auto;
    width: auto;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: normal;
	display: inline-block;
    color: #6c6c6c;
    padding-left: 41px;
    line-height: 22px;
}

.top-header .header-inner-wrap .right-zone a.showcart:hover span.text {
	color: #4a7729
}

.top-header .header-inner-wrap .right-zone span.text {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #6c6c6c;
	margin-left: 20px;
	display: none;
}

.top-header .header-inner-wrap .right-zone a.showcart:before {
	content:"";
}

.top-header .header-inner-wrap .right-zone .minisearch .control {
    padding: 0;
}

.top-header .header-inner-wrap .right-zone ul.header.links {
    margin: 0;
	margin-left: 25px;
    border-left: solid 1px #dadada;
    padding-left: 25px;
    display: flex;
	flex-direction: row-reverse;
}

.top-header .header-inner-wrap .right-zone ul.header.links .authorization-link {
	margin-left: 20px;
}

.top-header .header-inner-wrap .right-zone ul.header.links .authorization-link + .authorization-link{
	margin-left: 0px;
}

.top-header .header-inner-wrap .right-zone ul.header.links .authorization-link:nth-child(1) {
	border-left: solid 1px #dadada;
    padding-left: 20px;
}

.top-header .header-inner-wrap .right-zone ul.header.links .authorization-link:nth-child(1) a {
	padding-left: 35px;
	background: url(../../frontend/gwa/friendsandfamily/en_US/images/logout.svg);
    background-position: left center;
    background-size: 22px 18px;
	background-repeat: no-repeat;
}

.top-header .header-inner-wrap .right-zone ul.header.links .authorization-link:nth-child(2) a {
	padding-left: 35px;
	background: url(../../frontend/gwa/friendsandfamily/en_US/images/user.svg);
    background-position: left center;
    background-size: 22px 18px;
	background-repeat: no-repeat;
}

.top-header .header-inner-wrap .right-zone ul.header.links a {
	font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #6c6c6c;
  text-decoration: none !important;
  display: inline-block;
}

.top-header .header-inner-wrap .right-zone ul.header.links a:hover {
	color: #4a7729;
}

.login-wrap-outer {
  background-color: #f4f7f4;
	/* padding: 100px 15px; */
	padding: 55px 15px;
}

.login-wrap {
    display: flex;
	max-width: 1180px;
    margin: auto;
	width: 100%;
	border-radius: 2px;
  background-color: #ffffff;
}

.login-wrap-left {
    min-width: 420px;
    max-width: 420px;
	background:url('../../frontend/gwa/friendsandfamily/en_US/images/login-back.svg');
	background-position:center;
	background-size:cover;
	display: flex;
    align-items: center;
    justify-content: center;
}

.login-wrap-right {
	flex-grow: 1;
}

.login-wrap-right .block.block-customer-login {
    float: none !important;
    width: 100%;
	box-sizing: border-box;
    /* padding: 130px 130px; */
    padding: 65px 130px;
    flex-grow: 1;
}

.login-wrap-right .block-title {
		padding-bottom: 0!important;
		border:none!important;
		/* margin-bottom:45px!important; */
		margin-bottom:25px!important;
}

.login-wrap-right .block-title strong {
    font-size: 34px;
    /* font-weight: bold !important; */
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: normal;
    color: #323338;
	font-family: 'd-dindin-bold';
}

.login-wrap-right fieldset {
	margin:0 !important;
}

.login-wrap-right fieldset > .field {
	margin-bottom: 25px !important;
}

.login-wrap-right fieldset .control {
	width: 100% !important;
}

.login-form .login-wrap-right fieldset > .field.note {
    display: none;
}

.login-wrap-right fieldset > .field label.label {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #535b5f;
	padding: 0!important;
	margin: 0 0 12px;
	text-transform: uppercase;
    width: 100% !important;
    text-align: left !important;
}

.login-container .fieldset > .field .label:after ,
.customer-account-forgotpassword .fieldset > .field .label:after ,
.customer-account-create .fieldset > .field .label:after ,
.contact-index-index .fieldset > .field .label:after {
    margin: 0 0 0 3px;
    position: relative;
    top: -3px;
}

.login-wrap-right fieldset > .field input {
	font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #9a9f9a;
    padding: 0 15px;
    height: 46px;
}

.login-wrap-right fieldset .actions-toolbar button.login  ,
.customer-account-forgotpassword .actions-toolbar button.submit ,
.customer-account-createpassword .actions-toolbar button.submit ,
.contact-index-index .captcha-image button.captcha-reload ,
.contact-form-outer .form.contact .actions-toolbar button.submit {
	padding: 15px 15px;
    box-shadow: 1.5px 2.6px 10px 0 rgba(0, 117, 176, 0.03);
    background-color: #4a7729;
    border: none;
    border-radius: 0;
    min-width: 200px;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #ffffff;
    margin-right: 0;
}


.login-wrap-right fieldset .actions-toolbar button.login  ,
.customer-account-forgotpassword .actions-toolbar button.submit ,
.customer-account-createpassword .actions-toolbar button.submit  {
	text-transform: uppercase;
	font-weight: 600;
}

.contact-index-index .captcha-image button.captcha-reload {
	min-width: auto;
    padding: 10px 15px;
}

.forgot-pass {
    display: flex;
    justify-content: space-between;
}

.forgot-pass .secondary {
	    flex-grow: 1;
    justify-content: flex-end;
    display: flex;
}

.forgot-pass .secondary a.action.remind {
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
	text-transform: uppercase;
    line-height: normal;
    letter-spacing: -0.17px;
    text-align: right;
    color: #4a7729;
	margin-bottom: 0px;
    display: inline-block;
}

.login-terms {
	font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #7d7d7d;
  /* margin-bottom: 50px; */
  margin-bottom: 10px;
}

.login-terms a {
  color: #4a7729;
  font-weight: 600; 
}


.customer-account-forgotpassword form.password  ,
.customer-account-createpassword form.password  {
	width: 100% !important;
    box-sizing: border-box;
    padding: 130px 130px;
    flex-grow: 1;
    min-width: initial !important;
}

.customer-account-forgotpassword .actions-toolbar ,
.customer-account-createpassword .actions-toolbar  {
	margin-left: 0px !important;
}

.forgot-pass-hdg {
	font-size: 34px;
    font-weight: bold ;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: normal;
    color: #323338;
	margin-bottom: 45px;
}


.d-none {
	display: none !important;
}


.login-wrap.forgot-form .actions-toolbar .secondary.d-none {
	display: initial !important;
}

.login-wrap.forgot-form .actions-toolbar .secondary.d-none a.action.back {
    font-size: 15px;
    margin-top: 12px;
    color: #4a7729 !important;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.footer-inner-wrap {
	display: flex;
	justify-content: space-between;
}

.footer-inner-wrap .footer-logo {
    max-width: 190px;
    margin-right: 20px;
}

.footer-list-outer {
    margin-right: 20px;
}

.footer-list-outer.part4 {
    margin-right: 70px;
}

.footer-inner-wrap .footer-logo .copyright {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: #cfcfcf;
    margin: 30px 0 0;
}

.footer-inner-wrap .footer-hdg {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0 0 17px;
    text-transform: uppercase;
}

.footer-list ul li {
	margin-bottom: 10px !important;
	font-size: 14px;
    color: #ffffff;
}

.footer-list ul li a {
    font-size: 14px; 
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #ffffff;
}

.footer-inner-wrap .part2 .footer-list {
    display: flex;
}

.footer-inner-wrap .part2 .footer-list ul + ul {
	margin-left: 50px;
}

.we-accept {
    background-color: #292929;
    padding: 18px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.we-accept .logo-wrap {
	display: flex;
	border-right: solid 1px #5f5f5f;
    padding-right: 35px;
    margin-right: 35px;
}

.we-accept .logo-wrap .for-text {
	font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: uppercase;
    margin-right: 22px;   
}

.we-accept .logo-wrap .for-icons {
	display: flex;
}

.we-accept .logo-wrap .for-icons img + img{
	margin-left: 11px;
}

.we-accept .learn-more {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.we-accept .learn-more a {
	color: #73d52a;
	text-decoration: underline;
}

.recent-viewed .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev, 
.recent-viewed .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
	background: transparent !important;
}

.recent-viewed .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before ,
.recent-viewed .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before {
	display: none;
}

.recent-viewed .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:after ,
.recent-viewed .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after {
	content :"";
	display: block;
    width: 32px;
    height: 32px;
    font-size: 32px;
    transform: rotate(0deg);
    color: #4a7729;
	line-height: 26px;
    top: 0;
    left: 0;
	background-color: transparent !important;
    background-image: url(../../frontend/gwa/friendsandfamily/en_US/images/prev-icon.svg);
    background-position: center;
    background-size: 32px 14px;
    background-repeat: no-repeat;
	border: none !important;
}

.recent-viewed .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after {
	transform: rotate(180deg);
	/* left: -20px; */
}

.recent-viewed .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:hover, 
.recent-viewed .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:hover {
	background-color: #4a7729 !important;
}

.recent-viewed .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:hover:after ,
.recent-viewed .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:hover:after  {
	color: #fff;
	background-image: url(../../frontend/gwa/friendsandfamily/en_US/images/prev-icon-active.svg);
    background-position: center;
    background-size: 32px 14px;
    background-repeat: no-repeat;
}

.recentviewed {
    clear: both;
}

/* .custom-search form.form.minisearch button.search {
	background:url('../../frontend/gwa/friendsandfamily/en_US/images/search.svg');
	background-position:right center;
	width: 20px;
	height: 18px;
	padding: 0px;
	top: 7px;
    right: 0;
    opacity: 1;
	pointer-events: none;
}

.custom-search form.form.minisearch button.search:before {
	font-size: 0px;
}

.custom-search form.form.minisearch {
    width: 250px;
    display: flex;
    justify-content: flex-end;
}

.custom-search .field.search {
    width: 0%;
    display: flex;
    justify-content: flex-end;
}

.custom-search .field.search .control {
	width: 100%;
	min-width: 40px;
}

.custom-search .active ~ .field.search {
    width: 100%;
}


.custom-search .field.search .control .input-text {
	border: none;
	border-bottom: solid 1px #dadada;
	padding: 0px 0;
	min-width: 40px;
    opacity: 0;
	font-size: 13px;
	cursor: pointer;
}

.custom-search .active ~ .field.search .control .input-text {
	opacity: 1;
	padding-right: 40px;
}

.custom-search .c-smartsearch__wrapper {
    width: 100%;
    left: 0;
}

.custom-search .c-smartsearch .col-8-8 {
    width: 100%;
	display: flex;
}

.custom-search .c-smartsearch .col-8-8 a.col-2-8 {
    min-width: 30px;
    max-width: 30px;
}

.custom-search .c-smartsearch .col-8-8 .col-6-8 {
	width: 100%;
    flex-grow: 1;
	margin-top: 0;
}

.custom-search .c-smartsearch .col-8-8 .col-6-8 .c-smartsearch__title {
	font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: normal;
    color: #292929;
    text-transform: capitalize;
}

.custom-search .c-smartsearch .col-8-8 .col-6-8 .c-smartsearch__price {
	font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    color: #999999;
    padding-top: 5px;
    letter-spacing: 0.5px;
} */





.login-terms .collection-stmt-label  {
	position: relative;
	cursor: pointer;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 0 0 30px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 18px;
    letter-spacing: normal;
    color: #7d7d7d;
	box-sizing: border-box;
}

.login-terms input[type="checkbox"] {
visibility: hidden;
    width: 0;
    margin: 0;
    height: 0;
    position: absolute;
  } 

.custom-check input[type="checkbox"] {
  display: none;
}

.custom-check label {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 0 0 30px;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #7d7d7d;
	box-sizing: border-box;
}

.custom-check label:before, .login-terms .collection-stmt-label:before {
	content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
	background-image: url('../../frontend/gwa/friendsandfamily/en_US/images/uncheck-icon.svg');
	background-size: 100% 100%;
}

.custom-check input[type="checkbox"]:checked + label:before, .login-terms input[type="checkbox"]:checked + .collection-stmt-label:before {
  background-image: url('../../frontend/gwa/friendsandfamily/en_US/images/check.svg');
  background-size: 100% 100%;
}

.login-form .fieldset:after {
	display: none;
}

.forgot-outer {
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 29px; */
    margin-bottom: 10px;
}

.cms-no-route {
    background-color: #fafbfa;
}

.cms-no-route .header-top-bar ,
.cms-no-route .page-header ,
.cms-no-route .sections.nav-sections ,
.cms-no-route footer.page-footer {
	display: none;
}

.cms-no-route .columns .column.main {
    padding-bottom: 0;
}

.not-found {
    padding: 100px 15px;
	min-height: 100vh;
    box-sizing: border-box;
}

.not-found-inner {
    display: flex;
	flex-wrap: wrap;
}

.not-found-inner .left-wrap {
	min-width: 55%;
    max-width: 55%;
    padding-right: 30px;
    box-sizing: border-box;
}

.not-found-inner .left-wrap img {
    max-width: 100%;
}

.not-found-inner .right-wrap {
	min-width: 45%;
    max-width: 45%;
    text-align: center;
}

.not-found-inner .right-wrap .hdg {
	font-size: 350px;
    font-weight: bold;
    line-height: 0.8;
    letter-spacing: normal;
    color: #4a7729;
    margin: 0;
}

.not-found-inner .right-wrap .sb-hdg {
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.69px;
    color: #666666;
    margin: 53px 0 18px;
    text-transform: uppercase;

}

.not-found-inner .right-wrap .des {
	font-size: 21px;
    font-weight: 500;
    line-height: 1.22;
    letter-spacing: normal;
    color: #535b5f;
    margin: 0 0 72px;
}

.btn-green-border ,
.customer-account-index .block-dashboard-addresses .box .box-actions a.edit {
	font-size: 18px;
    font-weight: 500;
    line-height: 0.93;
    letter-spacing: normal;
    color: #4a7729 !important;
    text-transform: uppercase;
    border: solid 2px #4a7729;
    padding: 14px 33px;
    text-decoration: none !important;
}

.not-found-inner .right-wrap .btn-green-border {
    text-decoration: none;
	display: inline-block;
}

.top-header .header-inner-wrap .right-zone a.showcart span.counter.qty {
    background-color: #e6450b;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    margin: 0;
    padding: 0;
    min-width: 0;
	font-size: 8px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 13px;
    letter-spacing: -0.8px;
    color: #ffffff;
    position: absolute;
	right: auto;
    top: -4px;
    left: 15px;
}

.customer-account-forgotpassword .message.success {
    margin: 0;
}

/* contact us page */

.contact-top-des p {
    max-width: 920px;
    margin: 0 auto 64px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #666666;
}

.contact-top-des p a {
    font-weight: 600;
    color: #292929;
}

.contact-form-outer .form.contact {
    min-width: auto !important;
    width: 100% !important;
    max-width: 670px;
    margin: auto;
}

.form-fields .fieldset > .field {
    margin: 0 0 25px;
}

.form-fields .fieldset > .field.comment {
    margin: 0 0 20px;
}

.form-fields .fieldset > .field > label.label {
    padding: 0;
    width: 100%;
    text-align: left;
    float: none;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: normal;
    color: #535b5f;
    margin: 0 0 12px;
    text-transform: uppercase;
}   

.form-fields .fieldset > .field > div.control {
    width: 100%;
    float: none;
}

.form-fields .fieldset > .field > div.control input {
    font-size: 16px;
    font-weight: 600;
    line-height: 0.88;
    letter-spacing: normal;
    color: #656d66;
    padding: 0 12px;
    height: 48px;
    border: solid 1px #a2aaa3;
}

.form-fields .fieldset > .field > div.control textarea {
    border: solid 1px #a2aaa3;
    min-height: 135px;
    font-size: 16px;
    font-weight: 600;
    line-height: 0.88;
    letter-spacing: normal;
    color: #656d66;
}

.contact-form-outer .form.contact .actions-toolbar {
    margin: 0;
}

.contact-form-outer .form.contact .actions-toolbar button.submit {
    font-family: 'dinbold' !important;
    min-width: 170px;
      text-transform: uppercase;
}

.custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
    text-indent: 1px;
    text-overflow: '';
    background: transparent;
    background-image: url('../../frontend/gwa/friendsandfamily/en_US/images/select-arrow.svg');
    background-repeat: no-repeat;
    background-position: right 19px center;
    font-size: 16px;
    font-weight: 600;
    line-height: 0.88;
    letter-spacing: normal;
    color: #656d66;
    padding: 0 12px;
    height: 48px;
    border: solid 1px #a2aaa3;
}

.form-fields .fieldset > .field > div.control input::-webkit-input-placeholder ,
.form-fields .fieldset > .field > div.control textarea::-webkit-input-placeholder { /* Edge */
    color: #9a9f9a;
    font-weight: 500;
  }
  
.form-fields .fieldset > .field > div.control input:-ms-input-placeholder ,
.form-fields .fieldset > .field > div.control textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9a9f9a;
    font-weight: 500;
  }
  
.form-fields .fieldset > .field > div.control input::placeholder ,
.form-fields .fieldset > .field > div.control textarea::placeholder {
    color: #9a9f9a;
    font-weight: 500;
  }


  





/* account pages */

.account .page-title-wrapper .page-title ,
.viewed-recentelyviewed-index .page-title-wrapper .page-title ,
.viewed-mostviewed-index .page-title-wrapper .page-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: normal;
    color: #464646;
    display: block;
    margin: 0 0 30px !important;
    width: 100%;
    padding-bottom: 13px;
    position: relative;
    text-transform: uppercase;
}

.account .page-title-wrapper .page-title:before ,
.viewed-recentelyviewed-index .page-title-wrapper .page-title:before ,
.viewed-mostviewed-index .page-title-wrapper .page-title:before {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #dadada;
    left: 0;
    bottom: 0;
}

.account .account-nav .content {
    background: #f3f7f4;
}

.account .sidebar.sidebar-main {
    padding-right: 0;
}

.account .column.main {
    padding-left: 30px;
}

.account-nav .item.current a, .account-nav .item.current strong {
    border-color: #4a7729 !important;
}

.account .account-nav .item a:hover {
    background: #4a7729;
    color: #fff;
}

.account .account-nav .item .delimiter {
    border-top: 1px solid rgb(151 151 151 / 0.29);
    margin: 17px 21px;
}

.account .account-nav .item a, .account .account-nav .item > strong {
    padding: 3px 10px 3px 19px;
}

.account .account-nav .item > strong {
    font-weight: bold;
    color: #4a7729;
}

.account .account-nav .item ,
.account .account-nav .item a {
    color: #464646;
    font-size: 16px;
}

.account-blocks .block-title {
    margin-bottom: 20px !important;
}

.customer-account-index .block-dashboard-addresses .block-title {
    margin-bottom: 20px !important;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.account-blocks .block-title strong ,
.customer-account-index .block-dashboard-addresses .block-title strong ,
.custom-address-table .block-title strong {
    font-size: 24px !important;
    /* font-family: 'dinbold'; */
	font-family: 'd-dindin-bold';
    font-weight: normal !important;
    line-height: 1 !important;
    letter-spacing: normal !important;
    color: #464646 !important;
    text-transform: uppercase;
    margin: 0 !important;
}

.customer-account-index .block-dashboard-addresses .block-title a.edit {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: normal;
    color: #4a7729;
    text-transform: uppercase;
}

.account-blocks .box .box-title ,
.customer-account-index .block-dashboard-addresses .box .box-title  {
    margin-bottom: 25px !important;
}

.account-blocks .box .box-title span ,
.customer-account-index .block-dashboard-addresses .box .box-title span {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 0.89 !important;
    letter-spacing: normal;
    color: #292929;
}

.for-account-user .with-icon {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 0.94;
    letter-spacing: normal;
    color: #464646;
    margin-bottom: 20px;
    padding-left: 25px;
    background-image: url(../../frontend/gwa/friendsandfamily/en_US/images/account-user.svg);
    background-size: 15px auto; 
    background-repeat: no-repeat;
    background-position: left top 0px;
}

.for-account-user .with-icon.email {
    background-image: url(../../frontend/gwa/friendsandfamily/en_US/images/envelope.svg);
    background-position: left top 3px;
}

.account-blocks {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: solid 1px #dadada;
}

.account-blocks .box-actions {
    margin-top: 0;
    padding-top: 10px;
}

.account-blocks .box-actions .btn-green-border, 
.customer-account-index .block-dashboard-addresses .box .box-actions a.edit {
    display: inline-block;
    font-size: 14px;
    padding: 10px 20px;
    border-width: 1px;
}

.account-blocks .box-actions .btn-green-border + .btn-green-border {
    margin-left: 15px;
}

tr.totals.shipping.excl span.value {
    display: none;
}

.account-blocks .newsletter_des {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.38;
    letter-spacing: normal;
    margin-bottom: 7px !important;
    color: #666666;
}

.customer-account-index .block-dashboard-addresses .box .box-content ,
.customer-address-index .box-address-billing .box-content {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #464646;
    margin-bottom: 25px;
}

.customer-address-index .box-address-billing .box-content {
	margin-bottom: 10px;
}

.customer-account-index .block-dashboard-addresses .box .box-content address ,
address.address-with-icon{
    padding-left: 25px;
    background-image: url(../../frontend/gwa/friendsandfamily/en_US/images/location.svg);
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: left top 4px;
}

.account.customer-address-index .box-address-shipping address.address-with-icon {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #464646;
    margin-bottom: 10px;
}

ol.products.list.items.product-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

ol.products.list.items.product-items li {
    padding: 0 15px;
    width: 33.33%;
    margin: 0 0 45px;
}

ol.products.list.items.product-items li .product-item-info {
    width: 100%;
	position: relative;
}

ol.products.list.items.product-items li .product-item-info a.product.photo.product-item-photo {
    display: block;
}

ol.products.list.items.product-items li .product-item-info a.product.photo.product-item-photo .product-image-container {
    width: 100% !important;
	display: block;
}

ol.products.list.items.product-items li .product-item-info .product-image-wrapper {
    padding-bottom: 0 !important;
    height: auto;
}

ol.products.list.items.product-items li .product-item-info .product-image-photo {
    position: static;
    width: 100%;
	height: 308px;
}

ol.products.list.items.product-items li .product-item-inner .actions-primary button.tocart ,
ol.products.list.items.product-items li .product-item-inner .actions-secondary button.tocart {
    padding: 13px 5px;
    box-shadow: 1.5px 2.6px 10px 0 rgba(0, 117, 176, 0.03);
    border: solid 1px #4a7729;
    background-color: #fff;
    border-radius: 0;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #4a7729;
    margin-right: 0;
	text-transform: uppercase;
	margin:0;
}

ol.products.list.items.product-items li .product-item-inner .actions-secondary button.tocart {
	border: solid 1px #4a7729;
    background: #4a7729;
    color: #fff;
} 

ol.products.list.items.product-items li .product-item-inner .actions-secondary a.action.tocompare {
    display: none;
}

ol.products.list.items.product-items li .product-item-actions {
    display: flex;
    justify-content: space-between;
}

ol.products.list.items.product-items li .product-item-actions .actions-primary {
    width: 48%;
	order: 2;
}

ol.products.list.items.product-items li .product-item-actions .actions-secondary {
    width: 48%;
}

ol.products.list.items.product-items li .product-item-details {
    padding: 20px 12px 0;
}

ol.products.list.items.product-items li .product-item-details .product-item-name {
    margin: 0 0 12px;
}

ol.products.list.items.product-items li .product-item-details .product-item-name a {
    font-size: 17px;
	/* font-family: 'dinbold'; */
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: normal;
    color: #292929;
	min-height: 70px;
    display: block;
}

ol.products.list.items.product-items li .product-item-details .price-box {
	margin-bottom: 30px;
	margin-top: 0;
}

ol.products.list.items.product-items li .product-item-details .price-box .price {
    font-size: 18px;
    font-weight: 700;
    line-height: 0.83;
    letter-spacing: normal;
    color: #000;
}

ol.products.list.items.product-items li .product-item-actions a.action.towishlist ,
.slides-slider .owl-item li .secondary-addto-links.actions-secondary a.action.towishlist ,
.recent-viewed .product-item-inner .actions-secondary .recenttowishlist {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #e7e7e7;
    background-color: #ffffff;
    border-radius: 50%;
}

.recent-viewed .product-item-inner .actions-secondary .recenttowishlist {
	right: 40px;
}

.recent-viewed .product-item-inner .actions-secondary .recenttowishlist:before {
	line-height: 32px;
    font-size: 32px;
    color: #4a7729;
	content: '\e601';
	position: absolute;
    left: -1px;
    top: 0;
}

ol.products.list.items.product-items li .product-item-actions a.action.towishlist:before ,
.slides-slider .owl-item li .secondary-addto-links.actions-secondary a.action.towishlist:before {
	line-height: 32px;
    font-size: 32px;
    color: #4a7729;
	position: absolute;
    left: -1px;
    top: 0;
}

/* ol.products.list.items.product-items li .product-item-actions a.action.towishlist:hover:before ,
ol.products.list.items.product-items li .product-item-actions a.action.towishlist.whishlist-added:before ,
.slides-slider .owl-item li .secondary-addto-links.actions-secondary a.action.towishlist:hover:before ,
.slides-slider .owl-item li .secondary-addto-links.actions-secondary a.action.towishlist.whishlist-added:before ,
.recent-viewed .product-item-inner .actions-secondary .recenttowishlist.recentwhishlist-added:before  {
    content: '\e600';
} */

ol.products.list.items.product-items li .product-item-actions a.action.towishlist.whishlist-added:before ,
.slides-slider .owl-item li .secondary-addto-links.actions-secondary a.action.towishlist.whishlist-added:before ,
.recent-viewed .product-item-inner .actions-secondary .recenttowishlist.recentwhishlist-added:before  {
    content: '\e600';
}

input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.login-wrap-right fieldset > .field input:focus {
	border-color: #4a7729;
}


.products-list ol.products.list.items.product-items {
	margin: 0;
}

.products-list ol.products.list.items.product-items li {
	padding: 0 0px 30px;
	width: 100%;
	margin: 0 0 30px;
	border-bottom: solid 1px #dadada;
}

.products-list  ol.products.list.items.product-items li .product-item-info {
    display: flex;
}

.products-list ol.products.list.items.product-items li .product-item-info a.product.photo.product-item-photo {
    width: 150px;
    padding: 0;
}

.products-list .products-list .product-item-details {
    display: flex;
}

.products-list ol.products.list.items.product-items li .product-item-details {
    padding: 0px 0px 0 19px;
    flex-grow: 1;
	display: flex;
	flex-direction: column;
	position: relative;
    padding-right: 250px;
}

.products-list ol.products.list.items.product-items li .product-item-details .custom_product_name_wrap {
    flex-grow: 1;
	padding-right: 10px;
}

.products-list ol.products.list.items.product-items li .product-item-details .product-item-inner {
    min-width: 245px;
    max-width: 245px;
	position: absolute;
    right: 0;
	top: 135px;
}

.products-list .product-item-description {
	display: none;
}

.products-list ol.products.list.items.product-items li .product-item-actions a.action.towishlist {
    /* display: none !important; */
	top: -130px;
}

.page-products .toolbar-products {
    margin-bottom: 40px;
    padding: 0;
    display: flex;
    align-items: center;
}

.page-products .toolbar-products .toolbar-sorter.sorter {
    float: none;
    padding: 0;
    order: 1;
}

.page-products .toolbar-products .toolbar-sorter.sorter label.sorter-label {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    color: #292929;
    text-transform: uppercase;
}

.page-products .toolbar-products .toolbar-sorter.sorter .sorter-action {
    display: none;
}

.page-products .toolbar-products .toolbar-amount {
    display: none;
}

.page-products .toolbar-products .modes {
    order: 2;
    margin: 0;
    float: none;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}

.page-products .toolbar-products .modes .mode-grid ,
.page-products .toolbar-products .modes .mode-list {
    padding: 0;
    border-radius: 1px;
    border: solid 1px #e5ede3;
    width: 32px;
    height: 34px;
    margin-right: 12px;
    background-image:url('../../frontend/gwa/friendsandfamily/en_US/images/grid-menu.svg');
	background-position:center;
    background-size: 19px 19px;
    background-repeat: no-repeat;
	background-color: #fff; 
}

.page-products .toolbar-products .modes .mode-grid:before ,
.page-products .toolbar-products .modes .mode-list:before {
    display: none;
}

.page-products .toolbar-products .modes .mode-list {
    background-image:url('../../frontend/gwa/friendsandfamily/en_US/images/list-menu.svg');
    background-size: 19px 19px;
    background-repeat: no-repeat;
	background-position:center;
    margin-right: 0px;
}

.page-products .toolbar-products .modes .mode-grid.active {
    background-image:url('../../frontend/gwa/friendsandfamily/en_US/images/grid-menu-active.svg');
    background-size: 19px 19px;
    background-position:center;
    background-repeat: no-repeat;
    border: solid 1px #4a7729;
	background-color: #fff;
}

.page-products .toolbar-products .modes .mode-list.active {
    background-image:url('../../frontend/gwa/friendsandfamily/en_US/images/list-menu-active.svg');
    background-size: 19px 19px;
    background-position:center;
    background-repeat: no-repeat;
    border: solid 1px #4a7729;
	background-color: #fff;
}

#checkout-step-shipping form#co-shipping-form {
    padding: 24px 20px;
    background-color: rgb(243 247 244 / 0.82);
}

#checkout-step-shipping form#co-shipping-form .field .label {
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: normal;
	color: #535b5f;
	width: 100%;
	float: none;
	padding: 0;
	margin: 0 0 10px;
	text-align:left;
	text-transform: uppercase;
}

#checkout-step-shipping form#co-shipping-form .field {
	margin: 0 0 20px;
}

#checkout-step-shipping form#co-shipping-form .field .control {
	width: 100%;
	float: none;
}

#checkout-step-shipping form#co-shipping-form .field .control input ,
#checkout-step-shipping form#co-shipping-form .field .control select {
	border: solid 1px #a2aaa3;
	background-color: #f4f7f4;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #656d66;
}

#checkout-step-shipping form#co-shipping-form .field .control select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: transparent;
    background-image: url(../../frontend/gwa/friendsandfamily/en_US/images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 19px center;
}

.amcheckout-main-container .amcheckout-column .amcheckout-block.amcheckout-step-container.-summary .opc-block-summary.amcheckout-summary-container {
    background-color: #4a7729;
}

.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(255 255 255 / 0.22);
}

.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;
    border-bottom: 1px solid rgb(255 255 255 / 0.22);
    position: relative;
    font-size: 16px;
	/* font-family: 'dinbold'; */
    font-weight: 600;
    line-height: 1;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: uppercase;
}

.amcheckout-step-container .opc-payment-additional.discount-code {
	display: none;
}

.checkout-payment-method.submit .payment-methods .actions-toolbar {
	padding: 0px 20px 30px;
    margin: 0 !important;
    background: #4a7729;
}

.checkout-payment-method.submit .payment-methods .actions-toolbar button.checkout {
	padding: 14px 10px;
	border-radius: 0;
	font-family: 'dinbold' !important;
    border: solid 1px #ffffff;
    background-color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #4a7729;
	width: 100% !important;
	text-transform: uppercase;
}

.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options {
	/* display: none; */
}

.amcheckout-main-container.-modern.-layout-3columns table.data.table.table-totals {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: normal;
    color: #ffffff;
}

.amcheckout-main-container.-modern.-layout-3columns table.data.table.table-totals .value {
    color: #fff;
}

.amcheckout-main-container.-modern.-layout-3columns table.data.table.table-totals tr.totals.shipping.excl th {
    padding-bottom: 20px;
}

.amcheckout-main-container.-modern.-layout-3columns table.data.table.table-totals tr.grand.totals {
    border-top: solid 1px rgb(255 255 255 / 0.22);
}

.amcheckout-main-container.-modern.-layout-3columns table.data.table.table-totals td.amount {
    font-weight: 600;
}

.amcheckout-step-container .amcheckout-summary-container .items-in-cart ol li.product-item .product-item-details {
    color: #fff;
}

.amcheckout-step-container .amcheckout-summary-container .items-in-cart ol li.product-item .product-item-details input.qty.mage-error {
    margin-right: 10px;
}

.checkout-index-index .checkout-header {
	margin: 0px;
}

.checkout-index-index .checkout-header .title {
	text-align: left;
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: normal;
    color: #464646;
    position: relative;
    margin-bottom: 30px;
    display: block;
    text-transform: uppercase;
}

.checkout-index-index .amcheckout-title {
    background: transparent;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: normal;
    color: #464646;
    padding: 0;
    margin: 0 0 20px;
	text-transform: uppercase;
}

.checkout-index-index .checkout-header .title:before {
	content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #dadada;
    left: 0;
    bottom: -10px;
}

.checkout-index-index .checkout-header .description {
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.89;
	letter-spacing: normal;
	color: #292929;
	margin-bottom: 40px;
}

.amcheckout-delivery-date .amcheckout-wrapper {
    padding: 0 !important;
}

.checkout-index-index .amcheckout-delivery-date .amcheckout-wrapper .field.date ,
.checkout-index-index .amcheckout-delivery-date .amcheckout-wrapper .field.timepicker {
    display: none;
}

.checkout-index-index .amcheckout-delivery-date .amcheckout-wrapper .field.comment {
	padding: 0px;
}

.checkout-index-index .amcheckout-delivery-date .amcheckout-wrapper .field.comment label.label {
	display: none;
}

.checkout-index-index .amcheckout-delivery-date .amcheckout-wrapper .field.comment textarea {
	font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: normal;
    color: #656d66;
    min-height: 110px;
    padding: 14px 10px;
    resize: none;
}

.customer-account-create footer.page-footer ,
.customer-account-login footer.page-footer ,
.customer-account-forgotpassword footer.page-footer ,
.customer-account-create .header-top-bar ,
.customer-account-login .header-top-bar ,
.customer-account-forgotpassword  .header-top-bar{
    display: none;
}

.login-wrap-outer {
	/* min-height: 100vh; */
	min-height: 85vh;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.custom-address-table .block-title {
    display: flex;
    justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 22px !important;
}

.custom-add-address {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #4a7729 !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    text-transform: uppercase;
}

.address-list-table tr th {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.17;
    letter-spacing: normal;
    color: #666666;
	border: none !important;
	text-transform: uppercase;
	min-width: 100px;
    padding: 0 10px 20px 13px;
}

.address-list-table tbody tr {
	border-bottom: solid 1px #e8eae8;
}

.address-list-table tbody tr:last-child {
	border-bottom: solid 1px #e8eae8;
}

.address-list-table tr td {
	font-size: 14px;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #292929;
	padding: 18px 10px 20px 13px;
	background-color: #f4f7f4;
	border-bottom: solid 1px #dadada;
}

.custom-address-table .additional-addresses {
    overflow-x: auto;
}

.custom-address-table .customer-addresses-toolbar.toolbar.bottom {
    display: none;
}

.message.success {
    margin: 0;
}

.page-products .sidebar.sidebar-main .block.filter {
    background-color: #f3f7f4;
    padding: 22px 20px;
	position: relative;
}

.page-products .sidebar.sidebar-main .block.filter .filter-title {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal;
    color: #464646;
    text-transform: uppercase;
}

.page-products .page-title-wrapper {
    display: none;
}

.breadcrumbs {
    padding-top: 30px;
    margin-bottom: 70px;
}

.breadcrumbs ul li a {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a7729 !important;
    text-transform: uppercase;
}

.breadcrumbs ul li ,
.breadcrumbs ul li strong {
	color: #464646;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
}

.breadcrumbs .item:not(:last-child):after {
	content: "/";
	font-size: 17px;
    font-weight: 700;
    width: 7px;
    line-height: 16px;
    position: relative;
    top: -1px;
}

.page-products .column.main {
	box-sizing: border-box;
	width: calc(100% - 300px) !important;
}

.page-products .sidebar.sidebar-main {
	width: 300px;
	box-sizing: border-box;
}

.page-products .sidebar.sidebar-main strong.block-subtitle.filter-subtitle {
	display: none;
}

.page-products .sidebar.sidebar-main .amshopby-filter-current.filter-current {
    display: none !important;
}

.page-products .sidebar.sidebar-main .filter-options .filter-options-title {
	font-size: 14px;
	/* font-family: 'dinbold'; */
	font-weight: 600; 
	margin: 0 0 20px;
	line-height: 1.13;
	letter-spacing: normal;
	color: #464646;
	margin-bottom: 0px;
	text-transform: uppercase;
	position: relative;
    padding-right: 20px;
	cursor: pointer;
}

.page-products .sidebar.sidebar-main .filter-options .filter-options-title:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 10px;
    display: block;
    background-image: url(../../frontend/gwa/friendsandfamily/en_US/images/arrow-up.svg);
    background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat; 
    right: 0px;
    top: 3px;
	transform: rotate(180deg);
}

.page-products .sidebar.sidebar-main .filter-options .filter-options-title[aria-expanded="true"]:after {
	transform: rotate(0deg);
}

.page-products .sidebar.sidebar-main .filter-options .filter-options-content {
	margin-top: 15px;
	margin-bottom: 0;
}

.page-products .sidebar.sidebar-main .filter-options .filter-options-item ,
.page-products .sidebar.sidebar-main .filter-options dd.filter-options-content {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: solid 1px rgb(151 151 151 / 0.29);
}

.page-products .sidebar.sidebar-main .filter-options .filter-options-item:last-child ,
.page-products .sidebar.sidebar-main .filter-options dd.filter-options-content:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.page-products .sidebar.sidebar-main .filter-options .filter-options-content ol li ,
.page-products .sidebar.sidebar-main .filter-options dd .items li {
	margin: 0px 0 20px !important;
	position: relative;
	padding-left: 0px;
}

.page-products .sidebar.sidebar-main .filter-options .filter-options-content ol li:last-child ,
.page-products .sidebar.sidebar-main .filter-options dd .items li:last-child {
	margin-bottom: 0px !important;
}

.page-products .sidebar.sidebar-main .filter-options .filter-options-content ol li input[type="radio"] ,
.page-products .sidebar.sidebar-main .filter-options dd .items li input[type="radio"] ,
.page-products .sidebar.sidebar-main .filter-options .filter-options-content ol li input[type="checkbox"] {
	top: 0;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    margin: 0;
    width: 100%;
	opacity: 0;
}

.page-products .sidebar.sidebar-main .filter-options ul.am-filter-items-attr_category_ids > li > ul {
	padding-top: 15px;
	padding-left: 0px;
}

.page-products .sidebar.sidebar-main .filter-options ul.am-filter-items-attr_category_ids > li ,
.page-products .sidebar.sidebar-main .filter-options ul.am-filter-items-attr_category_ids > li > ul > li {
	margin: 0px 0 20px !important;
}

.page-products .sidebar.sidebar-main .filter-options ul.am-filter-items-attr_category_ids > li:last-child ,
.page-products .sidebar.sidebar-main .filter-options ul.am-filter-items-attr_category_ids > li > ul > li:last-child {
	margin: 0px 0 0px !important;
}

.page-products .sidebar.sidebar-main .filter-options ul.am-filter-items-attr_category_ids > li > input ,
.category-default-category .sidebar.sidebar-main .filter-options ul.am-filter-items-attr_category_ids > li > ul > li > ul > li > input ,
.page-products .sidebar.sidebar-main .filter-options ul.am-filter-items-attr_category_ids > li > ul > li > ul > li > input{
	opacity:0;
}

.category-default-category .sidebar.sidebar-main .filter-options ul.am-filter-items-attr_category_ids > li > ul > li > ul ,
.page-products .sidebar.sidebar-main .filter-options ul.am-filter-items-attr_category_ids > li > ul > li > ul {
    padding-top: 10px;
    padding-left: 0;
}

.page-products .sidebar.sidebar-main .filter-options .filter-options-content ol li a ,
.page-products .sidebar.sidebar-main .filter-options dd .items li a,
.page-products .sidebar.sidebar-main .filter-options ul.am-filter-items-attr_category_ids > li > a ,
.page-products .sidebar.sidebar-main .filter-options ul.am-filter-items-attr_category_ids > li > ul > li > a ,
.category-default-category .sidebar.sidebar-main .filter-options ul.am-filter-items-attr_category_ids > li > ul > li > ul > li > a ,
.page-products .sidebar.sidebar-main .filter-options ul.am-filter-items-attr_category_ids > li > ul > li > ul > li > a{
	font-size: 15px;
	font-weight: normal;
    display: inline-block;
	letter-spacing: normal;
	color: #464646;
	position: relative;
	padding-left: 24px;
	line-height: 22px;
}

.page-products .sidebar.sidebar-main .filter-options .filter-options-content ol li a:before ,
.page-products .sidebar.sidebar-main .filter-options dd .items li a:before ,
.page-products .sidebar.sidebar-main .filter-options ul.am-filter-items-attr_category_ids > li > input ~ a:before ,
.category-default-category .sidebar.sidebar-main .filter-options ul.am-filter-items-attr_category_ids > li > ul > li > ul > li > input ~ a:before {
	content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
    /* transform: translateY(-50%); */
    background-image: url(../../frontend/gwa/friendsandfamily/en_US/images/radio.svg);
    background-size: 100% 100%;
}

.page-products .sidebar.sidebar-main .filter-options ul.am-filter-items-attr_category_ids > li > ul > li > input ~ a:before ,
.page-products .sidebar.sidebar-main .filter-options ul.am-filter-items-attr_category_ids > li > ul > li > ul > li > input ~ a:before{
	content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
    /* transform: translateY(-50%); */
    background-image: url(../../frontend/gwa/friendsandfamily/en_US/images/uncheck-icon.svg);
    background-size: 100% 100%;
}

.page-products .sidebar.sidebar-main .filter-options .filter-options-content ol li input[type="checkbox"]:checked ~ a:before ,
.page-products .sidebar.sidebar-main .filter-options .filter-options-content ol li input[type="radio"]:checked ~ a:before ,
.page-products .sidebar.sidebar-main .filter-options dd .items li input[type="radio"]:checked ~ a:before ,
.page-products .sidebar.sidebar-main .filter-options ul.am-filter-items-attr_category_ids > li > input:checked ~ a:before  {
	background-image: url(../../frontend/gwa/friendsandfamily/en_US/images/radio-active.svg);
    background-size: 100% 100%;
}

.page-products .sidebar.sidebar-main .filter-options ul.am-filter-items-attr_category_ids > li > ul > li {
	padding-left: 15px;
}

.page-products .sidebar.sidebar-main .filter-options ul.am-filter-items-attr_category_ids > li > ul > li > input {
	opacity: 0;
}

.page-products .sidebar.sidebar-main .filter-options ul.am-filter-items-attr_category_ids > li > ul > li > input:checked ~ a:before ,
.page-products .sidebar.sidebar-main .filter-options .filter-options-content ol li input[type="checkbox"]:checked ~ a:before ,
.category-default-category .sidebar.sidebar-main .filter-options ul.am-filter-items-attr_category_ids > li > ul > li > ul > li > input:checked ~ a:before ,
.page-products .sidebar.sidebar-main .filter-options ul.am-filter-items-attr_category_ids > li > ul > li > ul > li > input:checked ~ a:before{
	background-image: url(../../frontend/gwa/friendsandfamily/en_US/images/check.svg);
    background-size: 100% 100%;
}

.page-products .sidebar.sidebar-main .filter-options .filter-options-content ol li a:before ,
.page-products .sidebar.sidebar-main .filter-options ul.am-filter-items-attr_category_ids > li > input ~ a:before ,
.category-default-category .sidebar.sidebar-main .filter-options ul.am-filter-items-attr_category_ids > li > ul > li > ul > li > input ~ a:before {
	background-image: url(../../frontend/gwa/friendsandfamily/en_US/images/uncheck-icon.svg);
    background-size: 100% 100%;
}

.page-products .sidebar.sidebar-main .filter-options .filter-options-content ol li input[type="radio"]:checked ~ a:before ,
.page-products .sidebar.sidebar-main .filter-options ul.am-filter-items-attr_category_ids > li > input:checked ~ a:before {
	background-image: url(../../frontend/gwa/friendsandfamily/en_US/images/check.svg);
    background-size: 100% 100%;
}


.login-wrap-left a img.mobile-logo {
    display: none;
}

.customer-account-createpassword .header-top-bar ,
.customer-account-createpassword .page-header ,
.customer-account-createpassword .sections.nav-sections ,
.customer-account-createpassword .page-title-wrapper ,
.customer-account-createpassword .page-footer {
	display: none;
}

.message.error {
    margin: 0 !important;
}

.cms-warranty .column.main a.download-warrenty {
    padding: 10px 15px;
    background-color: #4a7729;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0;
    border: solid 1px #4a7729;
    line-height: 18px;
    letter-spacing: normal;
    color: #ffffff;
	display: inline-block;
	text-transform: uppercase;
}

.cms-warranty .column.main a.download-warrenty img {
	margin-right: 14px;
    position: relative;
    top: 2px;
}

.home-slider .item-content img.mobile-slide {
    display: none;
}

.recent-viewed .owl-theme.owl-carousel .owl-controls .owl-dot span {
    border: none;
    background-color: #cedec1;
    opacity: 0.6;
	margin: 5px 4px;
}

.recent-viewed .owl-theme.owl-carousel .owl-controls .owl-dot.active span {
	border: none;
	background-color: #4a7729;
	opacity: 1;
}

.page-products .sidebar.sidebar-main .block-actions.filter-actions {
    position: absolute;
    top: 25px;
    right: 17px;
    margin: 0;
}

.page-products .sidebar.sidebar-main .block.filter a.clear.filter-clear {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #4a7729;
}

.minicart-wrapper .block-minicart {
	box-shadow: 0 2px 16px -7px rgba(0, 0, 0, 0.21);
    border: none;
    right: auto !important;
    left: 50%;
    transform: translateX(-50%);
    max-width: 330px;
	margin-top: 18px;
}

.minicart-wrapper .block-minicart:before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}

.minicart-wrapper .block-minicart:after {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
	border-color: transparent;
}



.minicart-wrapper .action.close {
	display: none;
}

.block-minicart .items-total {
    float: none;
    margin: 0 0 10px;
    width: 100%;
}

.block-minicart .subtotal {
    margin: 0;
    text-align: left;
	display: flex;
    justify-content: space-between;
	align-items: center;
	font-size: 13px;
}

.block-minicart .amount .price-wrapper:first-child .price {
	font-size: 13px;
}

.block-minicart .block-content > .actions > .primary {
    margin: 0;
}

button#top-cart-btn-checkout {
    padding: 10px 5px;
    background-color: #4a7729;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    border: solid 1px #4a7729;
    line-height: 18px;
    letter-spacing: 1px;
    color: #ffffff;
	text-transform: uppercase;
    width: 100%;
}

.minicart-items .product-item-name a {
    color: #464646;
}

.minicart-items .product-item-details .price {
    font-weight: 900;
}

.block-minicart .items-total span {
    font-weight: 600;
	font-size: 16px;
	font-family: 'd-dindin-bold';
}

.amscroll-load-button {
    padding: 15px;
    background-color: #4a7729 !important;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff !important;
    text-transform: uppercase;
    min-width: 180px;
    justify-content: center;
}

.amscroll-load-button:hover > .amscroll-text {
    filter: none;
}

.customer-address-form form.form-address-edit ,
.customer-account-edit form.form-edit-account {
	background-color: #f3f7f4;
    padding: 33px 20px;
}

.customer-address-form form.form-address-edit .fieldset > .legend ,
.customer-account-edit form.form-edit-account .fieldset > .legend {
    font-size: 18px;
    font-weight: 600;
    line-height: 0.89;
    letter-spacing: normal;
    color: #292929;
	margin-left: 0;
}

.customer-address-form form.form-address-edit .fieldset > .custom-check:before ,
.customer-account-edit form.form-edit-account .fieldset > .custom-check:before  {
	display: none;
}

.customer-address-form form.form-address-edit .fieldset > .custom-check label ,
.customer-account-edit form.form-edit-account .fieldset > .custom-check label  {
	padding-left: 30px !important;
}

.customer-address-form form.form-address-edit .fieldset > .field ,
.customer-account-edit form.form-edit-account .fieldset > .field {
	width: 55%;
}

.customer-address-form form.form-address-edit .fieldset > .field > .label ,
.customer-account-edit form.form-edit-account .fieldset > .field > .label {
    padding: 0;
    width: 100%;
    text-align: left;
    float: none;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: normal;
    color: #535b5f;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.customer-address-form form.form-address-edit .fieldset > .field > div.control ,
.customer-account-edit form.form-edit-account .fieldset > .field > div.control {
    width: 100%;
    float: none;
}

.customer-account-edit form.form-edit-account .fieldset > .field > div.control span.eye-open:before ,
.customer-account-edit form.form-edit-account .fieldset > .field > div.control span.eye-close:before {
	display: none;
}

.customer-account-edit form.form-edit-account .fieldset > .field > div.control span.eye-open {
    width: 24px;
    height: 32px;
    background-image: url(../../frontend/gwa/friendsandfamily/en_US/images/eye-close.svg);
    background-position: center center;
    background-size: 20px 15px;
    background-repeat: no-repeat;
    cursor: pointer;
    top: 0;
}

.customer-account-edit form.form-edit-account .fieldset > .field > div.control span.eye-close {
    width: 24px;
    height: 32px;
    background-image: url(../../frontend/gwa/friendsandfamily/en_US/images/eye-open.svg);
    background-position: center center;
    background-size: 20px 15px;
    background-repeat: no-repeat;
    cursor: pointer;
    top: 0;
}

.customer-address-form form.form-address-edit .fieldset > .field > div.control input {
    font-size: 14px;
    font-weight: 500;
    line-height: 0.88;
    letter-spacing: normal;
    color: #656d66;
    padding: 0 12px;
    height: 40px;
    border: solid 1px #a2aaa3;
}

.customer-address-form form.form-address-edit .fieldset > .field > div.control select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
    text-indent: 1px;
    text-overflow: '';
    background-image: url('../../frontend/gwa/friendsandfamily/en_US/images/select-arrow.svg');
    background-repeat: no-repeat;
    background-position: right 19px center;
    font-size: 14px;
    font-weight: 500;
    line-height: 0.88;
    letter-spacing: normal;
    color: #656d66;
    padding: 0 12px;
    height: 40px;
    border: solid 1px #a2aaa3;
}

.customer-address-form form.form-address-edit .actions-toolbar ,
.customer-account-edit form.form-edit-account .actions-toolbar{
	margin-left: 0 !important;
}

.customer-address-form form.form-address-edit .actions-toolbar button.save ,
.customer-account-edit form.form-edit-account .actions-toolbar button.save {
    padding: 10px 15px;
    background-color: #4a7729;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0;
    border: solid 1px #4a7729;
    line-height: 18px;
    letter-spacing: normal; 
    color: #ffffff;
    width: 100%;
}

.customer-address-form form.form-address-edit .actions-toolbar a.action.back ,
.customer-account-edit form.form-edit-account .actions-toolbar a.action.back {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: normal;
    color: #4a7729;
	text-transform: uppercase;
    margin-top: 11px !important;
}

.checkout-index-index .nav-sections {
    display: inherit;
}

.checkout-index-index .section-items.nav-sections-items {
    width: 100%;
}

.checkout-index-index button.action-select-shipping-item ,
.checkout-index-index button.action.action-show-popup {
    padding: 10px 15px;
    background-color: #4a7729 !important;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0 !important;
    border: solid 1px #4a7729 !important;
    line-height: 18px;
    letter-spacing: normal;
    color: #ffffff !important;
}

.checkout-index-index li.checkout-shipping-method form.form.methods-shipping .amcheckout-shipping-methods .amcheckout-method {
    padding: 0 20px;
    background: #f5f8f6;
	border: none;
}

.checkout-index-index li.checkout-shipping-method form.form.methods-shipping .amcheckout-shipping-methods .amcheckout-method td:nth-child(1) {
	display: none;
}

.checkout-index-index li.checkout-shipping-method form.form.methods-shipping .amcheckout-shipping-methods .amcheckout-method td:nth-child(2) {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.89;
	letter-spacing: normal;
	color: #292929;
	padding-left: 0;
}

.checkout-index-index li.checkout-shipping-method form.form.methods-shipping .amcheckout-shipping-methods .amcheckout-method td:nth-child(3) ,
.checkout-index-index li.checkout-shipping-method form.form.methods-shipping .amcheckout-shipping-methods .amcheckout-method td:nth-child(4) {
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #292929;
}

.checkout-index-index li#opc-shipping_method #checkout-step-shipping_method form#co-shipping-method-form table.table-checkout-shipping-method tbody tr td.col-method {
    padding-right: 0;
}

.checkout-index-index li#opc-shipping_method #checkout-step-shipping_method form#co-shipping-method-form table.table-checkout-shipping-method tbody tr td.col-carrier {
    padding-left: 4px;
}

.checkout-index-index div#checkout-payment-method-load .payment-method-title label.label {
	align-items: center; 
}

.checkout-index-index div#checkout-payment-method-load .payment-method-title a.action.action-help {
	display: none;
}

.checkout-index-index .amcheckout-column:nth-child(3) .amcheckout-block.amcheckout-step-container.-summary p.step-title.amcheckout-title {
    margin: 0px;
    background: #4a7729;
    padding: 20px 20px 0;
    font-size: 20px;
    line-height: 0.9;
    letter-spacing: normal;
    color: #ffffff;
	font-weight: bold;
}

.checkout-index-index .amcheckout-column:nth-child(3) button.action.primary.checkout {
	margin: 0;
    font-family: 'dinbold' !important;
    border: none !important;
    background-color: #ffffff !important;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    color: #4a7729 !important;
    text-transform: uppercase;
}

.checkout-index-index .amcheckout-column:nth-child(2) .payment-method-billing-address .label {
    
}

.checkout-index-index .amcheckout-column:nth-child(3) .minicart-items-wrapper {
    max-height: initial;
}

.checkout-index-index .amcheckout-column:nth-child(3) li .product {
	padding-bottom: 0px;
}

.checkout-index-index .amcheckout-column:nth-child(3) li .delete {
	bottom: auto;
	top: 0;
	background: url(../../frontend/gwa/friendsandfamily/en_US/images/delete.png) !important;
	background-position: right top;
	background-repeat: no-repeat !important;
	background-size: auto 100% !important;
	width: 14px;
	color: transparent !important;
}

.delivery-assist {
    margin-top: 80px;
    background: #037d93;
    padding: 50px 40px 45px;
    display: flex;
}

.delivery-assist .left-wrap img {
	width: 100%;
	min-width: 220px;
}

.delivery-assist .right-wrap {
    padding-left: 32px;
}

.delivery-assist .right-wrap h2 {
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.03;
	letter-spacing: normal;
	color: #ffffff;
	margin: 0 0 13px;
}

.delivery-assist .right-wrap p {
	font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0 0 12px;
}

.delivery-assist .right-wrap p a {
	font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.delivery-assist .right-wrap a.action-btn {
    font-size: 18px;
    font-weight: 600;
    line-height: 0.83;
    letter-spacing: normal;
    color: #006f84;
    background: #fff;
    padding: 16px 22px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 18px;
}

.modal-popup .modal-header {
    padding-bottom: 1.2rem;
    padding-top: 18px;
}

.modal-popup .modal-title {
    padding-bottom: 15px;
    font-size: 16px;
    margin-bottom: 10px;
}

.modal-popup .modal-footer {
    padding-bottom: 20px;
    padding-top: 20px;
}

.checkout-index-index .modal-popup .modal-footer .action-save-address {
	padding: 10px 15px;
    background-color: #4a7729 !important;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0 !important;
    border: solid 1px #4a7729 !important;
    line-height: 18px;
    letter-spacing: normal;
    color: #ffffff !important;
}

.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
	padding: 10px 15px;
    background-color: #fff !important;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0 !important;
    border: solid 1px #4a7729 !important;
    line-height: 18px;
    letter-spacing: normal;
    color: #4a7729 !important;
}

.modal-inner-wrap .modal-content form#co-shipping-form .field {
	
}

.modal-inner-wrap .modal-content form#co-shipping-form .field .label,
.checkout-index-index .amcheckout-column:nth-child(2) .payment-method-billing-address .label  {
	padding: 0;
    width: 100%;
    text-align: left;
    float: none;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: normal; 
    color: #535b5f;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.modal-inner-wrap .modal-content form#co-shipping-form .field .control ,
.checkout-index-index .amcheckout-column:nth-child(2) .payment-method-billing-address .control {
	width: 100%;
    float: none;
}

.modal-inner-wrap .modal-content form#co-shipping-form .field.choice {
    display: flex;
    justify-content: left;
}

.modal-inner-wrap .modal-content form#co-shipping-form .field.choice input[type="checkbox"] {
    margin: -3px 5px 0 0;
}

.modal-inner-wrap .modal-content form#co-shipping-form .field.choice:before {
    display: none !important;
}

.modal-inner-wrap .modal-content form#co-shipping-form .field .control._with-tooltip input ,
.checkout-index-index .amcheckout-column:nth-child(2) .payment-method-billing-address .control._with-tooltip input {
    width: 100%;
	margin-right: 0;
}

.modal-inner-wrap .modal-content form#co-shipping-form .field .control._with-tooltip .field-tooltip.toggle ,
.checkout-index-index .amcheckout-column:nth-child(2) .payment-method-billing-address .control._with-tooltip .field-tooltip.toggle {
    display: none;
}

.checkout-index-index .amcheckout-column:nth-child(2) fieldset.fieldset .actions-toolbar {
	margin-top: 0px;
}

.checkout-index-index .amcheckout-column:nth-child(2) fieldset.fieldset .actions-toolbar button.action.action-update ,
aside.modal-popup.confirm footer.modal-footer button.action-primary.action-accept {
	padding: 10px 15px;
    background-color: #4a7729 !important;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0 !important;
    border: solid 1px #4a7729 !important;
    line-height: 18px;
    letter-spacing: normal;
    color: #ffffff !important;
}

.checkout-index-index .amcheckout-column:nth-child(2) fieldset.fieldset .actions-toolbar button.action.action-cancel ,
aside.modal-popup.confirm footer.modal-footer button.action-secondary.action-dismiss {
	    padding: 10px 15px;
    background-color: #fff !important;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0 !important;
    border: solid 1px #4a7729 !important;
    line-height: 18px;
    letter-spacing: normal;
    color: #4a7729 !important;
}

body.checkout-index-index.page-layout-1column {
    overflow-x: hidden;
	box-sizing: border-box;
}

.checkout-onepage-success .page-title-wrapper {
    display: none;
}

.checkout-onepage-success .page-main {
    padding: 100px 15px 120px;
}

.checkout-onepage-success .column.main {
    padding: 0;
}

.checkout-onepage-success .checkout-success {
    padding: 65px 15px 65px;
    background: #f4f7f4;
	text-align: center;
}

.checkout-onepage-success .orderhead h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: normal;
    color: #4a7729;
    text-transform: uppercase;
    margin: 26px 0 18px;
}

.checkout-onepage-success .checkout-success p {
    font-size: 18px;
    font-weight: 700;
    /* line-height: 0.89; */
    letter-spacing: normal;
    color: #292929; 
    margin: 0 0 12px;
}

.checkout-onepage-success .checkout-success p a {
	color: #292929;
}

.checkout-onepage-success .checkout-success p + p {
	font-size: 16px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #666666;
    margin: 0 0 50px;
}

.checkout-onepage-success .myaction {
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
}

.checkout-onepage-success .checkout-success .actions-toolbar {
	text-align:center;
}

.checkout-onepage-success .checkout-success .actions-toolbar .primary {
	float: none;
	padding: 10px 8px;
}

.checkout-onepage-success .checkout-success .actions-toolbar a.account {
    border: solid 1px #4a7729;
    background-color: #f4f7f4 !important;
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: normal;
    color: #4a7729 !important;
    padding: 14px 15px;
    margin: 0px;
	text-transform: uppercase;
    min-width: 190px;
}

.checkout-onepage-success .checkout-success .actions-toolbar a.continue {
    border: solid 1px #4a7729;
    background-color: #4a7729 !important;
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: normal;
    color: #fff !important;
    padding: 14px 15px;
    margin: 0px;
	text-transform: uppercase;
    min-width: 190px;
}

.checkout-index-index div#checkout-payment-method-load .payment-method-content .securefields-title {
	font-size: 13px;
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: normal;
    color: #535b5f;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.checkout-index-index div#checkout-payment-method-load .payment-method-content .securefields-wrapper {
    width: 100%;
    margin: 0 0 18px;
}

.account.sales-order-history .table-order-items thead tr th {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.17;
    letter-spacing: normal;
    color: #666666;
    border: none !important;
    text-transform: uppercase;
    min-width: 100px;
    padding: 0 10px 10px 13px;
	cursor: pointer;
}

.account.sales-order-history .table-order-items tbody tr td {
	font-size: 14px;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #292929;
    padding: 13px 10px 17px 13px !important;
    background-color: #f4f7f4;
    border-bottom: solid 1px #dadada !important;
}

.account.sales-order-history .table-order-items tbody tr td a.action.view {
    text-decoration: none;
}

.account.sales-order-history .table-order-items tbody tr:last-child td {
	border-bottom: none !important;
}

.account.sales-order-history .table-wrapper.orders-history {
    overflow: auto;
}

.account.sales-order-history .column.main > .actions-toolbar a.action.back {
    display: none;
}

.account.sales-order-history .table-order-items tbody tr td.actions a.action.order {
    color: #4a7729 !important;
}

.checkout-cart-index .page-title {
    margin: 0 0 25px !important;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: normal;
    color: #464646;
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
}

.checkout-cart-index .page-title:before {
	content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #dadada;
    left: 0;
    bottom: -10px;
}

.checkout-cart-index table.cart.items tr.item-info td.col.item {
	display: flex;
	padding: 30px 0;
}

.checkout-cart-index table.cart.items tr.item-info td.col.item a.product-item-photo {
	min-width: 150px;
    display: flex;
    padding-right: 19px;
    max-width: 150px;
}

.checkout-cart-index table.cart.items tr.item-info td.col.item a.product-item-photo > span ,
.checkout-cart-index table.cart.items tr.item-info td.col.item a.product-item-photo > span img {
	width: 100% !important;
}

.checkout-cart-index table.cart.items tr.item-info td.col.item a.product-item-photo > span img {
	height: 160px;
}

.checkout-cart-index table.cart.items tr.item-info td.col.item .product-item-details {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-right: 85px;
}

.checkout-cart-index table.cart.items tr.item-info td.col.item .product-item-details strong.product-item-name {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: normal;
    color: #292929;
    margin: 0 0 12px;
}

.checkout-cart-index table.cart.items tr.item-info td.col.item .product-item-details .productbrand {
    font-size: 16px;
    font-weight: 600;
    line-height: 0.94;
    letter-spacing: normal;
    color: #4a7729;
    margin: 0 0 20px; 
}

.checkout-cart-index table.cart.items tr.item-info td.col.item .product-item-details .col.price {
    font-size: 18px;
    font-weight: 500;
    line-height: 0.83;
    letter-spacing: normal;
    color: #292929;
    padding: 0;
    margin: 0 0 35px;
}

.checkout-cart-index table.cart.items tr.item-info td.col.item .product-item-details .col.price .price {
    font-weight: 500;
}

.checkout-cart-index table.cart.items tr.item-info td.col.item .product-item-details .col.qty {
    padding: 0;
	text-align: left;
}

.checkout-cart-index table.cart.items tr.item-info td.col.item .product-item-details .col.qty .input-text {
    margin-top: 0;
}

.checkout-cart-index table.cart.items tr.item-actions td {
	padding: 0px 0 0px;
}

.checkout-cart-index table.cart.items tbody.cart.item {
	display: block;
}

.checkout-cart-index table.cart.items tr.item-info {
    display: block;
    width: 100%;
}

.checkout-cart-index table.cart.items tr.item-actions {
	position: absolute;
	bottom: 30px;
	right: 0;
}

.checkout-cart-index table.cart.items tr.item-actions td .actions-toolbar {
	text-align: right;
}

.checkout-cart-index table.cart.items tr.item-actions a.action-towishlist {
	text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: normal;
    color: #4a7729;
    padding: 0 23px 0 0;
    border: none !important;
    border-right: solid 1px #dadada !important;
    background: transparent !important;
    margin: 0 23px 0px 0;
	font-family: 'd-dinregular' !important;
}

.checkout-cart-index table.cart.items tr.item-actions a.action-delete {
	text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: normal;
    color: #4a7729;
    padding: 0 0 0 25px;
	position: relative;
    border: none !important;
    background-color: transparent !important;
    margin: 0;
	background-image: url(../../frontend/gwa/friendsandfamily/en_US/images/trash-green.svg);
    background-position: left center;
    background-size: 15px 18px;
    background-repeat: no-repeat;
	font-family: 'd-dinregular' !important;
}

/* .checkout-cart-index table.cart.items tr.item-actions a.action-delete:before {
	position:absolute;
	content:"";
	
} */

.checkout-cart-index form.form-cart {
	margin-top: -25px;
	width: calc(100% - 400px);
}

.checkout-cart-index form.form-cart > button#empty_cart_button {
    border: solid 1px #4a7729;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: normal;
    color: #4a7729 !important;
    text-transform: uppercase;
    background: transparent !important;
    padding: 10px 20px;
    margin: 0;
    float: right;
	position: relative;
    top: -30px;
}

.checkout-cart-index .cart-summary #block-shipping {
    display: none;
}

.checkout-cart-index .cart-summary li.item {
	margin-top: 0px !important;
}

.checkout-cart-index .cart-summary button.action.primary.checkout {
    margin: 0;
    font-family: 'dinbold' !important;
    border: none !important;
    background-color: #ffffff !important;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    color: #4a7729 !important;
    text-transform: uppercase;
	border-radius: 0;
}

.checkout-cart-index .cart-summary a.action.multicheckout {
    display: none;
}

.checkout-cart-index .cart-summary {
	background-color: #4a7729;
    color: #fff;
	padding: 25px 20px 28px;
	width: 370px;
}

.checkout-cart-index form.form-cart .actions button.action.update {
    padding: 13px 25px;
    background-color: #4a7729 !important;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0 !important;
    border: solid 1px #4a7729 !important;
    line-height: 18px;
    color: #ffffff !important;
    text-transform: uppercase;
    font-family: 'd-dinregular' !important;
    letter-spacing: 0px;
    text-shadow: none;
}


.checkout-cart-index form.form-cart .actions a.action.continue:before {
	display: none;
}

.checkout-cart-index form.form-cart .actions a.action.continue {
	padding: 13px 25px;
    background-color: #fff !important;
    font-size: 16px;
	font-family: 'd-dinregular' !important;
    font-weight: 500;
    border-radius: 0 !important;
    border: solid 1px #4a7729 !important;
    line-height: 18px;
    letter-spacing: normal;
    color: #4a7729 !important;
    text-transform: uppercase;
}

.checkout-cart-index form.form-cart .actions button.action.update:before {
	background-image: url(../../frontend/gwa/friendsandfamily/en_US/images/update.svg);
    background-position: left center;
    background-size: 13px 16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 17px;
    font-size: 0;
	display: none;
}

.checkout-cart-index .cart-summary tr th {
	padding-left: 0px;
}

.checkout-cart-index .cart-summary tr.grand.totals ,
.checkout-cart-index .cart-totals {
    border-top: solid 1px rgb(255 255 255 / 0.22);
}

.checkout-cart-index .cart-summary tr.totals-tax th {
    padding-bottom: 20px;
}

.checkout-cart-index strong.summary.title {
    padding: 0;
    font-size: 20px;
    line-height: 0.9;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 25px;
}

.nav-toggle:before {
    color: #595959;
}

.catalog-category-view ol.products.list.items.product-items li .product-item-info .product-image-photo {
    /* height: 308px; */
	width: 100%;
    max-width: 100%;
}

.category-default-category ol.products.list.items.product-items li .product-item-info .product-image-photo {
    /* height: 308px; */
	width: 100%;
    max-width: 100%;
}

.products-list ol.products.list.items.product-items li .product-item-info .product-image-photo {
    height: auto;
}

.login-wrap-right fieldset .eye-open {
    top: 16px;
    width: 24px;
    height: 15px;
	background-image: url(../../frontend/gwa/friendsandfamily/en_US/images/eye-close.svg);
	background-position: center center;
	background-size: 22px 15px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.login-wrap-right fieldset .eye-close {
    top: 16px;
    width: 24px;
    height: 15px;
	background-image: url(../../frontend/gwa/friendsandfamily/en_US/images/eye-open.svg);
	background-position: center center;
	background-size: 22px 15px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.login-wrap-right fieldset .eye-open:before ,
.login-wrap-right fieldset .eye-close:before {
    display: none;
}

.owl-theme .owl-dots .owl-dot.active span ,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important;
}

.page-products select#sorter {
    border: solid 1px #a2aaa3;
    background-color: #ffffff;
    height: 36px;
    font-size: 14px;
    font-weight: normal;
    /* line-height: 1; */
    letter-spacing: normal;
    color: #292929;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: transparent;
    background-image: url(../../frontend/gwa/friendsandfamily/en_US/images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 19px center;
	padding-right: 40px;
	box-shadow: none !important;
}

.page-products select#sorter option {
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #292929;
}

.cart-totals .totals-tax-summary .mark ,
.cart-totals .totals-tax-summary .amount {
	border-top: none;
}

.cart-totals .totals-tax-details {
	border-bottom: none !important;
}

.category-clearance {
	overflow-x: hidden;
}

.category-clearance .breadcrumbs {
    display: none;
}

.category-clearance .category-view {
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
	margin-bottom: 80px;
}

.sales-order-view .block.block-order-details-view ,
.sales-order-invoice .block.block-order-details-view {
    padding-top: 40px;
}

.sales-order-view .block.block-order-details-view .block-title strong ,
.sales-order-invoice .block.block-order-details-view .block-title strong ,
.sales-order-view .order-details-items.ordered .order-title strong ,
.sales-order-invoice .order-details-items.ordered .order-title strong {
    font-size: 26px !important;
    font-weight: 800 !important;
}

.sales-order-view .actions a.action.order ,
.sales-order-invoice .actions a.action.order {
	font-size: 18px;
    font-weight: 500;
	margin: 15px 0px !important;
    line-height: 0.93;
    letter-spacing: normal;
    color: #4a7729 !important;
    text-transform: uppercase;
    border: solid 2px #4a7729;
    padding: 14px 33px;
    text-decoration: none !important;
	    display: inline-block;
	background: transparent !important;
}

.sales-order-view .secondary a.action.back ,
.sales-order-invoice .secondary a.action.back ,
.sales-order-view .actions a.action.print ,
.sales-order-invoice .actions a.action.print {
	font-size: 18px;
    font-weight: 500;
	margin: 15px 0px !important;
    line-height: 0.93;
    letter-spacing: normal;
    color: #fff !important;
	    display: inline-block;
    text-transform: uppercase;
    border: solid 2px #4a7729;
    background: #4a7729 !important;
	padding: 14px 33px;
    text-decoration: none !important;
}

.catalog-product-view .fotorama__stage__frame .fotorama__img {
    top: 0;
    -webkit-transform: translate3d(-50%, 0%, 0);
    -ms-transform: translate3d(-50%, 0%, 0);
    -o-transform: translate3d(-50%, 0%, 0);
    transform: translate3d(-50%, 0%, 0);
}

.fotorama__arr, .fotorama__thumb__arr {
    background-color: transparent !important;
}

.account ul.items.order-links li a {
    font-size: 16px;
    line-height: 20px;
    display: block;
    padding: 5px 0;
    font-weight: 700;
    color: #171717;
}

.account ul.items.order-links li.current strong {
    font-size: 16px;
    line-height: 20px;
    display: block;
    padding: 5px 0;
    font-weight: 700;
    color: #4a7729;
}

.sales-order-invoice .order-details-items.invoice .actions-toolbar a.action.print {
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0px !important;
    line-height: 0.93;
    letter-spacing: normal;
    color: #fff !important;
    display: inline-block;
    text-transform: uppercase;
    border: solid 2px #4a7729;
    background: #4a7729 !important;
    padding: 9px 15px;
    text-decoration: none !important;
}

.sales-order-invoice .order-title {
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 15px;
}

.sales-order-invoice .order-title a.action.print {
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0px !important;
    line-height: 0.93;
    letter-spacing: normal;
    color: #fff !important;
    display: inline-block;
    text-transform: uppercase;
    border: solid 2px #4a7729;
    background: #4a7729 !important;
    padding: 9px 15px;
    text-decoration: none !important;
}

.sales-order-invoice .order-title a.action.print:not(.download) {
    margin-left: auto !important;
    margin-right: 10px !important;
}

/* .category-default-category .sections.nav-sections .nav-sections-item-content ul li:last-child a {
    color: #4a7729;
} */

.category-default-category .breadcrumbs .items {
    display: none;
}

/* body.page-with-filter.page-products.categorypath-.category-default-category.amshopby-index-index.page-layout-2columns-left .breadcrumbs {
    display: block;
}

body.page-with-filter.page-products.categorypath-.category-default-category.amshopby-index-index.page-layout-2columns-left .breadcrumbs .items {
    display: block;
} */

.cms-about-us .pdf_page p a ,
.cms-privacy-policy .column.main p a ,
.cms-privacy-policy .column.main ul li a ,
.cms-privacy-policy .column.main ol li a ,
.cms-delivery-and-returns .column.main p a ,
.cms-delivery-and-returns .column.main ul li a ,
.cms-delivery-and-returns .column.main ol li a ,
.cms-terms-and-conditions .textlayer p a ,
.cms-terms-and-conditions .textlayer ul li a ,
.cms-terms-and-conditions .textlayer ol li a {
    color: #4a7729;
}

.block-minicart .minicart-items-wrapper {
    max-height: 400px; 
}

.confirm footer.modal-footer button {
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 13px !important;
}

.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item {
	border-color: #4a7729;
}

.cart-totals .amount, .opc-block-summary .table-totals .amount {
    font-weight: 600;
}

#checkout-step-shipping .amcheckout-wrapper {
    padding-top: 0;
}

.payment-group .step-content.amcheckout-content .amcheckout-wrapper {
    padding-top: 0;
}

li#opc-shipping_method .amcheckout-wrapper {
    padding: 0;
}

.minicart-items .product-item-details .secondary a.action.delete {
    display: flex;
    align-items: center;
}

.minicart-items .product-item-details .secondary a.action.delete span {
    position: relative;
    width: auto;
    height: auto;
    display: inline-block;
    line-height: 26px;
    color: #4a7729;
    text-transform: uppercase;
    font-size: 12px;
    top: 1px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.amcheckout-main-container.-modern.-layout-3columns table.data.table.table-totals tr.totals.shipping.incl th span.value {
    display: none;
}

.checkout-cart-index .cart-products-toolbar.cart-products-toolbar-top.toolbar {
    padding-top: 20px;
}

.checkout-cart-index .cart-products-toolbar.cart-products-toolbar-top.toolbar .pager {
    display: flex;
    justify-content: space-between;
    margin-right: 0;
    width: 100%;
}

.wishlist-index-index .sidebar.sidebar-main {
    /* display: none !important; */
}

.wishlist-index-index .column.main {
    /* width: 100% !important;
    padding: 0; */
}

.wishlist-index-index .column.main .products-grid.wishlist ol.product-items {
	margin: 0px -15px;
	clear: both;
    float: left;
    width: 100%;
}

.wishlist-index-index .column.main .products-grid.wishlist ol.product-items li {
	width: 33.33%;
	margin: 0 0 45px;
	padding: 0 15px;
	float: left;
}

.wishlist-index-index .column.main .products-grid.wishlist ol.product-items li:nth-child(3n+1) {
	clear: left;
}

.wishlist-index-index .column.main .products-grid.wishlist ol.product-items li .product-item-photo {
    margin: 0;
	float: none;
}

.wishlist-index-index .column.main .products-grid.wishlist ol.product-items li strong.product-item-name {
	padding: 20px 12px 12px !important;
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
}

.wishlist-index-index .column.main .products-grid.wishlist ol.product-items li p.product-brand-name {
    padding-left: 12px;
}

.wishlist-index-index .column.main .products-grid.wishlist ol.product-items li .price-box.price-configured_price {
	margin-left: 0px !important;
}

.wishlist-index-index .column.main .products-grid.wishlist ol.product-items li strong.product-item-name a {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: normal;
    color: #292929;
    min-height: 70px;
    display: block;
}

.wishlist-index-index .column.main .products-grid.wishlist ol.product-items li .field.comment-box ,
.wishlist-index-index .column.main .products-grid.wishlist ol.product-items li .field.qty {
	display: none;
}

.wishlist-index-index .column.main .products-grid.wishlist ol.product-items li > .product-item-info {
    width: 100% !important;
	display: block;
	position: relative;
}

.wishlist-index-index .column.main .products-grid.wishlist ol.product-items li > .product-item-info .product-image-container {
    width: 100% !important;
	display: block;
	max-width: 100%;
}

.wishlist-index-index .column.main .products-grid.wishlist ol.product-items li > .product-item-info .product-image-container .product-image-wrapper {
	padding-bottom: 0px !important;
	height: auto;
}

.wishlist-index-index .column.main .products-grid.wishlist ol.product-items li > .product-item-info .product-image-container .product-image-wrapper .product-image-photo {
	position: static;
	width: 100%;
    height: 308px;
    object-fit: cover;
}

.wishlist-index-index .column.main .products-grid.wishlist ol.product-items li .product-item-actions {
    margin: 0;
	padding: 0 12px;
}

.wishlist-index-index .column.main .products-grid.wishlist ol.product-items li .product-item-actions a.btn-remove.action.delete {
    position: absolute;
    top: 10px;
    z-index: 1;
    right: 10px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #e7e7e7;
    background-color: #ffffff;
    border-radius: 50%;
	text-decoration: none;
    font-size: 0;
	background-image: url(../../frontend/gwa/friendsandfamily/en_US/images/trash-green.svg);
	background-position: center center;
	background-size: 10px 13px;
	background-repeat: no-repeat;
}

.wishlist-index-index .column.main .products-grid.wishlist ol.product-items li .product-item-actions {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.wishlist-index-index .column.main .products-grid.wishlist ol.product-items li .product-item-actions .buynow-btn ,
.wishlist-index-index .column.main .products-grid.wishlist ol.product-items li .product-item-actions .actions-primary {
	width:48%;
	margin: 0px;
}

.wishlist-index-index .column.main .products-grid.wishlist ol.product-items li .product-item-actions .buynow-btn button.buynow {
    padding: 13px 5px; 
    border-radius: 0;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    margin-right: 0;
    text-transform: uppercase;
    margin: 0;
    border: solid 1px #4a7729;
    background: #4a7729;
    color: #fff;
}


.wishlist-index-index .column.main .products-grid.wishlist ol.product-items li .product-item-actions .actions-primary button.action.tocart {
    padding: 13px 5px;
    border-radius: 0;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    margin-right: 0;
    text-transform: uppercase;
    margin: 0;
    border: solid 1px #4a7729;
    background: #fff;
    color: #4a7729;
	/* color: #fff;
    background: #4a7729; */
}

.wishlist-index-index .column.main .products-grid.wishlist ol.product-items li fieldset.fieldset {
    margin: 30px 0 0;
}

.wishlist-index-index .column.main .product-item .price-as-configured {
    display: flex;
	padding: 0 12px;
    margin: 0;
}

.wishlist-index-index .column.main .product-item .price-as-configured span.special-price .price-wrapper .price {
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.83;
    letter-spacing: normal;
    color: #292929;
}

.wishlist-index-index .column.main .product-item .price-as-configured .price-label {
	display: none;
}

.wishlist-index-index .column.main .product-item .price-as-configured span.old-price {
	order: 1;
	margin-right: 15px;
}

.wishlist-index-index .column.main .product-item .price-as-configured span.special-price {
	order: 2;
}

.wishlist-index-index .column.main .product-item .price-as-configured span.old-price .price-wrapper .price {
	font-size: 18px;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.83;
	letter-spacing: normal;
	color: #999999;
}

.wishlist-index-index .column.main .products-grid.wishlist ol.product-items li .product-item-actions a.action.edit {
    display: none;
}

.wishlist-index-index .column.main > .actions-toolbar {
    display: none;
}

.wishlist-index-index .toolbar.wishlist-toolbar {
    display: none; 
}

.wishlist-index-index .toolbar.wishlist-toolbar ~ .toolbar.wishlist-toolbar {
    /* display: block; */
}

.catalog-product-view .mostviewedsdetail {
	background-color: #f4f7f4 !important;
	position: relative;
}

.catalog-product-view .mostviewedsdetail > .most-viewed-wrap {
    padding: 0;
}

.catalog-product-view .recentviewdetail > .most-viewed-wrap {
    padding: 0;
}

.catalogsearch-result-index .search.results #amasty-shopby-product-list > .toolbar.toolbar-products,
.catalogsearch-result-index .search.results #amasty-shopby-product-list > dl.block {
	display: none;
}

body.catalog-product-view {
    overflow-x: hidden;
}

.relateddetail {
	background-color: transparent !important;
	position: relative;
	padding: 0px !important;
	margin-top: 0px;
}

.relatedmoredata ,
.relatedlessdata {
	background-color: #f4f7f4 !important;
	position: relative;
	padding: 120px 0 90px !important;
	margin-top: 120px;
}

.relatedmoredata:before ,
.relatedlessdata:before {
	position: absolute;
	content:"";
	left: 50%;
    top: 0;
    bottom: 0;
    background: #f4f7f4;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
	z-index: -1;
}

.relateddetail > .most-viewed-wrap ,
.recentviewdetail > .most-viewed-wrap {
	padding-left: 0;
    padding-right: 0;	
}

.wishlist-index-index .actionbutton {
    display: flex;
    justify-content: flex-end;
	align-items: center;
	margin-top: -70px;
    margin-bottom: 35px;
	position: relative;
    z-index: 1;
}

.wishlist-index-index .actionbutton #movealltocart {
    padding: 11px 15px;
    border-radius: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: normal;
    text-transform: uppercase;
    border: solid 1px #4a7729;
    background: #fff;
    color: #4a7729;
}

.wishlist-index-index .actionbutton #clearwishlist {
    margin-right: 20px;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: normal;
    color: #4a7729;
	text-decoration: none;
	cursor: pointer;
}

.brandTopBanner .brandBannerImage {
    position: relative;
}

.brandTopBanner .brandBannerImage img.banner-background {
    height: 180px;
    width: 100%;
    object-fit: cover;
	display: block;
}

.brandTopBanner .brandBannerImage img.banner-logo {
	position: absolute;
    left: 50%;
    top: 50%;
	max-width: 95%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mainSubbrand {
    padding: 35px 20px 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}

.mainSubbrand .subBrand {
    width: 25%;
	padding: 0 15px;
}

.mainSubbrand .subBrand .subBrandImage img ,
.mainSubbrandInner .subBrand .subBrandImage img {
    display: block;
	width: 100%;
}

.mainSubbrand .subBrand .subBrandDetails ,
.mainSubbrandInner .subBrand .subBrandDetails {
	padding: 30px 10px 0;
	text-align: center;
	margin-bottom: 120px;
}

.mainSubbrand .subBrand .subBrandName ,
.mainSubbrandInner .subBrand .subBrandName {
    font-size: 28px;
    font-family: 'dinbold';
    line-height: 1;
    color: #292929;
    margin: 0 0 16px;
	text-transform: uppercase;
}

.mainSubbrand .subBrand .subBrandDesc ,
.mainSubbrandInner .subBrand .subBrandDesc {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.56;
    color: #666666;
	margin: 0 0 20px;
}

.mainSubbrand .subBrand .subBrandDesc p ,
.mainSubbrandInner .subBrand .subBrandDesc p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.56;
    color: #666666;
	margin: 0px;
}


.mainSubbrand .subBrand .subBrandCollection a ,
.mainSubbrandInner .subBrand .subBrandCollection a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #4a7729;
}

.brandDescription {
    padding: 0 15px;
}

.brandDescription .BrandDesc {
    max-width: 970px;
    margin: auto;
    padding: 40px 150px;
	font-size: 26px;
    font-weight: 500;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
	position: relative;
}

.brandDescription .BrandDesc p {
	font-size: 26px;
    font-weight: 500;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
	margin: 0px;
}

.brandDescription .BrandDesc img.for-background {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
	width: 100%;
    z-index: -1;
    display: block;
    object-fit: cover;
}

.cms-subbrand .page-main > .columns {
    padding: 0 0 80px !important;
    max-width: 100% !important;
}

.breadcrumbs.brand-breadcrumb {
    padding-left: 0;
	margin-bottom: 40px;
    padding-top: 120px;
}

.breadcrumbs.brand-breadcrumb ul.items {
    display: block;
}

.category-default-category {
	overflow-x: hidden;
}

.category-default-category .mainBrandContent {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

.mainSubbrandInner {
    padding: 35px 30px;
}

.mainSubbrandInner .owl-carousel .owl-stage-outer {
    padding: 0;
}

.mainSubbrandInner .owl-item li.product-item .slider-product-item-info {
	width: 100% !important;
	padding: 15px;
	background: transparent;
    margin-bottom: 120px;
}

.mainSubbrandInner .owl-item li.product-item .slider-product-item-info.active-product {
	background: rgb(243 247 244 / 0.82);
}

.mainSubbrandInner .owl-item li.product-item .slider-product-item-info .subBrandDetails {
	margin-bottom: 0;
}

.account.sales-order-history .dataTables_wrapper .dataTables_length {
    width: 50%;
    display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
}

.account.sales-order-history .dataTables_wrapper .dataTables_length select {
	width: 80px;
    margin-right: 5px;
}

.account.sales-order-history .dataTables_wrapper .dataTables_filter {
    display: inline-block;
    width: 50%;
	vertical-align: top;
	text-align: right;
	margin-bottom: 15px;
}

.account.sales-order-history .dataTables_wrapper .dataTables_filter input {
	width: 150px;
	margin-left: 5px;
}

.account.sales-order-history .dataTables_wrapper .dataTables_info {
    width: 50%;
    display: inline-block;
	margin-top: 15px;
}

.account.sales-order-history .dataTables_wrapper .dataTables_paginate.paging_simple_numbers {
    width: 50%;
    display: inline-block;
    text-align: right;
	margin-top: 15px;
}

.account.sales-order-history .dataTables_wrapper .dataTables_paginate.paging_simple_numbers a {
	margin-left: 5px;
	color: #4a7729;
	cursor: pointer;
}

.account.sales-order-history .order-products-toolbar.toolbar.bottom {
    display: none;
}

.account.sales-order-history table#my-orders-table {
    width: 100% !important;
}

.most-viewed-products-wrap {
    margin-top: 10px;
}

.most-viewed-products-wrap ol.products.list.items.product-items li {
    width: 25%;
}

.most-viewed-btns-wrap .actions-primary {
    display: flex;
    justify-content: space-between;
}

.most-viewed-btns-wrap .actions-primary .buynow-btn {
	width:48%;
}

.most-viewed-btns-wrap .actions-primary .buynow-btn .buynow {
	padding: 13px 5px;
    box-shadow: 1.5px 2.6px 10px 0 rgba(0, 117, 176, 0.03);
    border-radius: 0;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    margin-right: 0;
    text-transform: uppercase;
    margin: 0;
	border: solid 1px #4a7729;
    background: #4a7729;
    color: #fff;
}

.most-viewed-btns-wrap .actions-primary form[data-role="tocart-form"] {
	width: 48%;
}

.most-viewed-btns-wrap .actions-primary .tocart  {
	width:100%;
	padding: 13px 5px;
    box-shadow: 1.5px 2.6px 10px 0 rgba(0, 117, 176, 0.03);
    border: solid 1px #4a7729;
    background-color: #fff;
    border-radius: 0;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #4a7729;
    margin-right: 0;
    text-transform: uppercase;
    margin: 0;
}

.most-viewed-products-wrap ol.products.list.items.product-items li .product-item-info {
	position: relative;
}

.most-viewed-products-wrap ol.products.list.items.product-items li .product-item-info a.action.towishlist {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #e7e7e7;
    background-color: #ffffff;
    border-radius: 50%;
}

.most-viewed-products-wrap ol.products.list.items.product-items li .product-item-info a.action.towishlist:before {
	line-height: 32px;
    font-size: 32px;
    color: #4a7729;
    position: absolute;
    left: -1px;
    top: 0;
}

.most-viewed-products-wrap ol.products.list.items.product-items li .product-item-info a.action.whishlist-added:before {
	content: '\e600';
}

.checkout-index-index .nav-toggle {
    display: initial;
}

.mainSubbrandInner .owl-nav {
    display: none !important;
}

.home-slider .owl-dots {
    display: block !important;
}













/* doc start here */

.catalogsearch-result-index .sidebar.sidebar-main .sidebar.sidebar-additional {
    display: none;
}

.catalogsearch-result-index ol.products.list.items.product-items li .product-item-info .product-image-photo {
    max-width: 100%;
}

.cms-warranty .column.main a.download-warrenty {
    margin-bottom: 10px;
}

.product.details .price-box.price-final_price span.special-price .price-wrapper .price {
	color: #000;
}

.minicart-wrapper .minicart-items .update-cart-item {
    margin-left: 0;
}

.catalog-product-view .page-title {
    margin-top: 0 !important;
}

/* doc end here */



.modal-popup.confirm .modal-inner-wrap .modal-content {
    padding: 0 50px;
    text-align: center;
	font-size: 17px;
    font-weight: 700;
}

.modal-popup.confirm .modal-inner-wrap .modal-footer {
	text-align: center;
}

a.action.sorter-action {
    display: none !important;
}

ol.products.list.items.product-items li .product-item-details .price-box .old-price .price {
	color: #999999;
}

.fotorama__stage {
    /* height: 376px !important; */
}

.customBrandUl .customBrandLi {
    width: 33%;
    float: left;
    padding-right: 2%;
    box-sizing: border-box;
}

.sections.nav-sections .nav-sections-item-content ul li > .customBrandUl .brandCatMainOuter {
    display: flex;
    justify-content: flex-start;
}

.sections.nav-sections .nav-sections-item-content ul li > .customBrandUl .brandCatMainOuter .brandCatMain {
	padding-right: 20px;
}

.customBrandUl .customBrandLi > a.ui-corner-all {
    padding: 0 !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    font-weight: bold !important;
    line-height: 0.93 !important;
    color: #292929 !important;
    margin-bottom: 20px;
	background: #fff !important;
}

.customBrandUl .customBrandLi .brandCatMain > a {
	padding: 0 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1 !important;
    letter-spacing: normal !important;
    color: #464646 !important;
    text-transform: capitalize !important;
    margin-bottom: 18px;
	background-color: #fff !important;
	align-items: center;
    display: flex !important;
}

.customBrandUl .customBrandLi .brandCatMain > a img{
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

.catalog-product-view.page-layout-1column .product.media {
	position: relative;
}

.catalog-product-view.page-layout-1column .product.media a.action.towishlist  ,
.relateddetail a.relatedtowishlist  {
	position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #e7e7e7;
    background-color: #ffffff;
    border-radius: 50%;
	font-size:0px;
	text-decoration: none;
	min-width: 32px;
}

.catalog-product-view.page-layout-1column .product.media a.action.towishlist:before  ,
.relateddetail a.relatedtowishlist: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;
	line-height: 32px;
    font-size: 32px;
    color: #4a7729;
	content: '\e601';
	position: absolute;
    left: -1px;
    top: 0;
}

.relateddetail a.relatedtowishlist.relatedwhishlist-added:before ,
.catalog-product-view.page-layout-1column .product.media a.action.towishlist.whishlist-added:before {
	content: '\e600';
}

.relatedlessdata .listdata {
    display: flex;
    flex-wrap: wrap;
}

.relateddetail .for-related-products ol.product-items li {
    width: 25% !important;
}

.brandDescriptionInner .BrandNameInner {
    font-size: 54px;
    font-weight: bold;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: center;
    color: #292929;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.brandDescriptionInner .BrandImage {
    height: 550px;
    /* max-width: 950px; */
	max-width: 1110px;
    margin: auto;
    width: 95%;
}

.brandDescriptionInner .BrandImage > p {
	margin: 0px;
}

.brandDescriptionInner .BrandImage > img ,
.brandDescriptionInner .BrandImage > p > img {
    height: 100%;
	max-height: 550px;
    width: 100%;
	object-fit: cover;
}

.brandDescriptionInner .forBrandImage {
    padding-bottom: 120px;
    position: relative;
	margin-bottom: 50px;
}

.breadcrumbs.brand-breadcrumb {
    display: none !important;
}

.brandDescriptionInner .forBrandImage .BrandImageBackground {
	position: absolute;
    bottom: 0;
    height: 395px;
    width: 100%;
    left: 0;
    z-index: -1;
}

.brandDescriptionInner .forBrandImage .BrandImageBackground > p {
	display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}

.brandDescriptionInner .forBrandImage .BrandImageBackground > p > img ,
.brandDescriptionInner .forBrandImage .BrandImageBackground > img {
	height: 100%;
    width: 100%;
	object-fit: cover;
}

.mainSubbrandInner .owl-theme .owl-dots .owl-dot.active span, 
.mainSubbrandInner .owl-theme .owl-dots .owl-dot:hover span {
    background: #4a7729 !important;
}

.mainSubbrandInner .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 90px;
}

.relateddetail .owl-dots ,
.recentviewdetail .owl-dots ,
.cms-home .recent-viewed .owl-dots ,
.cms-home .most-viewed .owl-dots {
    display: none !important;
}

body.catalogsearch-result-index .sidebar.sidebar-additional {
    display: none !important;
}

.single_product {
    max-width: 840px;
}

.clearance-top-banner {
	width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
	margin-bottom: 120px;
}

header.page-header {
    /* position: sticky;
    top: 0;
    z-index: 4; 
    background: #fff; */
}

.fixed-header header.page-header {
    /* position: fixed;
    top: 0;
	left: 0;
	width: 100%;
    z-index: 4; 
    background: #fff; */
}


.mscrollcustomhorizontal {
    background: #f4f7f4;
    padding-bottom: 16px;
}

.mscrollcustomhorizontal table.address-list-table thead {
	background: #fff;
}

.mscrollcustomhorizontal .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent !important;
}

.mscrollcustomhorizontal .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #cad0ca !important;
}

.noproductfound {
    background: #fcfdfc !important;
	padding: 250px 15px !important; 
    text-align: center;
}

.noproductfound > *:first-child:before {
	display: none !important;
}

.noproductfound p {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #6e7a66;
    margin: 20px 0 0;
}

.account.wishlist-index-index form.form-wishlist-items .actions-toolbar .secondary {
    display: none;
}

.relateddetail .product.details .price-box.price-final_price span.special-price .price-wrapper .price ,
.recentviewdetail .product.details .price-box.price-final_price span.special-price .price-wrapper .price {
    font-weight: 500 !important;
}


/* signup code start here */

.customer-account-create .form.create.account {
	width: 100%;
	min-width: 100%;
}

.customer-account-create fieldset.fieldset.create.info {
    margin: 0 -15px !important;
}

.customer-account-create fieldset.fieldset.create.info .field-name-firstname ,
.customer-account-create fieldset.fieldset.create.info .field-name-lastname {
    width: 50%;
    display: inline-block;
    padding: 0 15px;
}

.customer-account-create .form-create-account .actions-toolbar {
	margin: 0px !important;
}

.customer-account-create .form-create-account .btn-signup {
	padding: 15px 15px;
    box-shadow: 1.5px 2.6px 10px 0 rgb(0 117 176 / 3%);
    background-color: #4a7729;
    border: none;
    border-radius: 0;
    min-width: 200px;
    font-size: 15px;
    line-height: 1;
    letter-spacing: normal;
    color: #ffffff;
    margin-right: 0;
    text-transform: uppercase;
    font-weight: 600;
	float: none;
}

.already-have-account {
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #7d7d7d;
	/* margin-top: 50px; */
	margin-top: 15px;
}

.already-have-account a {
	font-weight: 600;
    color: #4a7729;
    text-transform: uppercase;
}

/* signup code end here */

.checkout-index-index li.checkout-shipping-method form.form.methods-shipping #onepage-checkout-shipping-method-additional-load label.label {
    width: 100%;
    padding-right: 0;
    text-align: left;
	float: none;
    margin-bottom: 10px;
}

.checkout-index-index li.checkout-shipping-method form.form.methods-shipping #onepage-checkout-shipping-method-additional-load .ampickup-wrapper select {
    width: 100%;
	padding: 10px 10px;
}

.checkout-index-index li.checkout-shipping-method form.form.methods-shipping #onepage-checkout-shipping-method-additional-load .ampickup-wrapper span.ampickup-separator.-checkout {
    display: none;
}

.amcheckout-step-container .amcheckout-summary-container .items-in-cart ol li.product-item .product-item-details div.mage-error {
    color: #fff;
}

.checkout-index-index li.checkout-shipping-method form.form.methods-shipping .amcheckout-shipping-methods .amcheckout-method { 
    border: solid 1px transparent;
}

.checkout-index-index li.checkout-shipping-method form.form.methods-shipping .amcheckout-shipping-methods .amcheckout-method.-selected {
    border: solid 1px #4a7729;
}

.sales-order-view .box.box-order-billing-method dl.payment-method table th {
    padding-left: 0;
}

/* blogs code start here */

.home-page-blogs .post-list-wrapper {
    max-width: 1180px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.home-page-blogs .blog-home-title {
	display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.home-page-blogs .blog-home-title h3.title {
    text-align: left;
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: normal;
    color: #464646;
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'd-dindin-bold';
}

.home-page-blogs .blog-home-title h3.title:before {
	content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #dadada;
    left: 0;
    bottom: -15px;
}

.home-page-blogs .blog-home-title p.see-all {
	margin: 0px;
}

.home-page-blogs .blog-home-title p.see-all a {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #4a7729;
    text-transform: uppercase;
}

.post-list-wrapper .post-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px !important;
}

.post-list-wrapper .post-list li.post-holder {
    width: 33.33% !important;
    margin: 0;
    border: none;
    padding: 0 15px;
}

.post-list-wrapper .post-list li.post-holder .post-ftimg-hld a {
	display: block;
	margin-bottom: 14px;
}

.post-list-wrapper .post-list li.post-holder .post-ftimg-hld a img {
	display: block;
	width: 100%;
	height: auto;
}

.post-list-wrapper .post-list li.post-holder .post-title a {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: -0.09px;
    color: #292929;
    margin-bottom: 12px;
    display: block;
    text-decoration: none;
}

.post-list-wrapper .post-list li.post-holder .post-header .post-info {
	padding-bottom: 10px;
}

.post-list-wrapper .post-list li.post-holder .post-header .post-info span {
	font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #999999;
}

.post-list-wrapper .post-list li.post-holder .post-text-hld {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #666666;
}

.home-page-blogs .post-list-wrapper .post-list li.post-holder a.post-read-more {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #4a7729;
    padding: 0;
    float: none;
    text-transform: uppercase;
}

.home-page-blogs {
    padding: 70px 0 0;
}

.blog-page-list .post-list-wrapper .post-list li.post-holder {
    width: 50% !important;
    margin: 0 0 60px;
}

.blog-page-list .post-list-wrapper .post-list li.post-holder a.post-read-more {
	float: none;
    padding: 13px 35px;
    background-color: #4a7729;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: uppercase;
}

.blog-page-list .page-main ,
.blog-post-view .page-main {
    max-width: 100% !important;
	padding: 0;
}

.blog-page-list .page-main > .columns {
	max-width: 1180px !important;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
}

.blog-page-list .page-main > .columns .column.main ,
.blog-post-view .page-main > .columns .column.main {
    width: 100%;
    float: none;
}

.blog-page-list .page-title-wrapper ,
.blog-post-view .page-title-wrapper {
    padding: 65px 0 60px;
    background: url(../../frontend/gwa/friendsandfamily/en_US/images/title-wrap-image.jpg);
    background-position: center;
    background-size: cover;
}

.blog-page-list .page-title-wrapper .page-title ,
.blog-post-view .page-title-wrapper .page-title {
	max-width: 1180px !important;
    margin: 0 auto;
    display: block !important;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
}

.blog-post-view .page-main > .columns {
	max-width: 975px !important;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
}

.blog-page-list .post-list-wrapper .post-list li.post-holder .post-ftimg-hld a {
    margin-bottom: 20px;
}

.blog-page-list .post-list-wrapper .post-list li.post-holder .post-title {
	float: none;
    padding: 0;
    max-width: 100%;
}

.blog-page-list .post-list-wrapper .post-list li.post-holder .post-posed-date {
	margin-bottom: 20px;
}

.blog-page-list .post-list-wrapper .post-list li.post-holder .post-posed-date span {
	font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #999999;
}

.blog-page-list .post-list-wrapper .post-list li.post-holder .post-title a {
    margin-bottom: 10px;
}

.blog-page-list .post-list-wrapper .post-list li.post-holder .post-text-hld {
    min-height: 95px;
    margin-bottom: 15px;
}

.blog-post-view .post-holder {
	padding: 0px;
	border: none;
    border-radius: 0;
}

.blog-post-view .post-view .post-posed-date {
	margin-bottom: 20px;
}

.blog-post-view .post-view .post-posed-date span {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.07;
    letter-spacing: normal;
    color: #6c6c6c;
    text-transform: uppercase;
}

.blog-post-view .post-view .post-content .post-description .post-ftimg-hld {
	margin: 0 0 30px;
}

.blog-post-view .post-view .post-content .post-description .post-ftimg-hld img {
	display: block;
}

.blog-post-view .post-view .post-content .post-description .post-text-hld p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.56;
	letter-spacing: normal;
	color: #666666;
}

.blog-post-view .post-view .post-content .post-description .post-text-hld a {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.56;
	letter-spacing: normal;
	color: #666666;
	text-decoration: underline;
}

/* pdp review start here */

.catalog-product-view #reviews {
    background: #f4f7f4;
    border: none;
    position: relative;
	padding: 70px 0;
	clear: both;
}

.catalog-product-view #reviews .fieldset .review-legend.legend span {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: normal;
    color: #464646;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 43px;
    display: block;
}

.catalog-product-view #reviews .fieldset .review-legend.legend span:before {
	content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #dadada;
    left: 0;
    bottom: -15px;
}

.catalog-product-view #reviews .fieldset .review-legend.legend strong {
	font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.1px;
    color: #292929;
    text-transform: uppercase;
}

.catalog-product-view #reviews fieldset.field.required.review-field-ratings > .label span {
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #464646;
}

.catalog-product-view #reviews fieldset.field.required.review-field-ratings > .label {
    padding: 0;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    float: none;
	text-transform: uppercase;
}

.catalog-product-view #reviews #product-review-table .review-field-rating {
	display: block;
}

.catalog-product-view #reviews #product-review-table .review-field-rating > .label {
	display: block;
	font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #535b5f;
    text-transform: uppercase;
    padding: 0;
    margin: 30px 0 12px;
}

.catalog-product-view #reviews .review-control-vote:before {
    color: #cedfd0;
	font-size: 32px;
    height: 32px;
}

.catalog-product-view #reviews .review-control-vote label:before {
    color: #ffc900;
	font-size: 32px;
    height: 32px;
}

.catalog-product-view #reviews .field.review-field-nickname label ,
.catalog-product-view #reviews .field.review-field-summary label ,
.catalog-product-view #reviews .field.review-field-text label {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
	text-transform: uppercase;
    line-height: 1;
    letter-spacing: normal;
    color: #535b5f;
	padding: 0px;
	margin: 0 0 12px;
	display: block;
	width: 100%;
	float: none;
}

.catalog-product-view #reviews .field.review-field-nickname .control ,
.catalog-product-view #reviews .field.review-field-summary .control ,
.catalog-product-view #reviews .field.review-field-text .control {
	width: 100%;
	float: none;
}

.catalog-product-view #reviews .field.review-field-nickname .control input ,
.catalog-product-view #reviews .field.review-field-summary .control input {
	border: solid 1px #a2aaa3;
	height: 46px;
}

.catalog-product-view #reviews .field.review-field-text .control textarea {
	border: solid 1px #a2aaa3;
	min-height: 100px;
}

.catalog-product-view #reviews form#review-form .actions-toolbar.review-form-actions {
    margin: 0;
}

.catalog-product-view #reviews form#review-form .actions-toolbar.review-form-actions button.submit{
	padding: 10px 5px;
    background-color: #4a7729;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0;
    border: solid 1px #4a7729;
    line-height: 24px;
    letter-spacing: normal;
    color: #ffffff;
    width: 100%;
    text-transform: uppercase;
    margin: 0;
    min-width: 200px;
}

.catalog-product-view #reviews #customer-reviews .block-title strong {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #464646;
    text-transform: uppercase;
}

































/* pdp review end here */


















/* vs code */

.home-clark-image-mobile{
	display: none
} 

.most-viewed .product-item-name a{
	font-size: 17px;
	font-weight: 500;
	color: #292929;
}

.most-viewed .product-item .tocart {
    text-transform: uppercase;
}

.catalog-product-view .page-title {
    font-size: 24px;
    color: #292929;
    font-weight: bold;
}

.catalog-product-view .categoryname {
    display: inline-block;
    position: relative;
    padding-right: 10px;
}

.catalog-product-view .categoryname::after {
    position: absolute;
    content: "";
    height: 12px;
    width: 1px;
    background-color: #dadada; 
    right: 0px;
    top: 4px;
}

.catalog-product-view .product-info-stock-sku {
    text-transform: uppercase;
    color: #9f9f9f;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid rgba(151, 151, 151, .5);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.catalog-product-view .product-info-main .product.attribute.sku .type {
    display: none;
}

.catalog-product-view .product-info-main .product.attribute.sku .type .value {
    color: #9f9f9f;
    padding-left: 5px;
}

.catalog-product-view .product-info-main .product.attribute.sku {
    padding-left: 10px;
}

.catalog-product-view .productbrand {
    display: inline-block;
    padding-left: 10px;
    color: #4a7729;
    font-weight: 600;
}

.faq-collection .ui-accordion .ui-state-default:after, 
.faq-collection .ui-accordion .ui-accordion-header-active:after {
    color: #4a7729;
}

.faq-accordion .ui-accordion-content p a ,
.cms-frequently-asked-questions p a {
	color: #4a7729 !important;
}

.catalog-product-view .value {
    display: inline-block;
}

.catalog-product-view .price-final_price .price-label {
    display: none;
}

.catalog-product-view .special-price .price {
    color: #4a7729;
    font-size: 24px !important;
    font-weight: bold !important;
	font-family: 'd-dindin-bold';
}

.catalog-product-view .special-price {
    display: inline-block;
    padding-left: 20px;
}

.catalog-product-view .old-price {
    color: #9f9f9f;
    display: inline-block;
}

.catalog-product-view .old-price .price {
    color: #9f9f9f;
    font-size: 24px !important;
    font-weight: 500 !important;
	font-family: 'd-dindin-bold';
}

.catalog-product-view .box-tocart .fieldset {
    width: 140px;
}

.catalog-product-view .product-info-main .box-tocart .input-text.qty {
    height: 32px;
    text-align: center;
    width: 92px;
}

.catalog-product-view .desc-feature h2 {
    color: #292929;
    font-size: 20px;
    font-weight: bold;
}

.catalog-product-view .desc-feature ul {
    padding-left: 18px;
}

.catalog-product-view .desc-feature p ,
.catalog-product-view .desc-feature ul li {
    font-size: 15px;
    color: #6c6c6c;
    margin-bottom: 10px;
}

.catalog-product-view.page-layout-1column .product.media {
    width: 41% !important;
}

.catalog-product-view.page-layout-1column .product-info-main {
    width: 53% !important;
}

.catalog-product-view .specidown h2 {
    font-size: 20px;
    font-weight: bold;
}

.catalog-product-view .specidown ul {
    padding-left: 18px;
}

.catalog-product-view .specidown ul li {
    font-size: 15px;
    font-weight: normal;
}

.catalog-product-view .technical-specification {
    width: 40%;
    float: left;
}

.catalog-product-view .installation {
    width: 40%;
    float: left;
    padding-left: 100px;
}

.catalog-product-view .installation ul li a {
    font-size: 15px;
    font-weight: normal;
    color: #6c6c6c;
}

.catalog-product-view .product-add-form .box-tocart .action.primary {
    width: 178px;
    padding: 16px 5px 15px;
    background-color: #4a7729;
    text-transform: uppercase;
    border: solid 1px #4a7729;
    margin-top: 40px;
    border-radius: 0;
}

.catalog-product-view .product-add-form .box-tocart .action.primary:hover {
    background-color: transparent;
    color: #4a7729;
}

.catalog-product-view .product-add-form .box-tocart .action.primary.tocart {
    margin-left: 0px;
    background-color: transparent;
    color: #4a7729;
}

.catalog-product-view #buy-now:hover {
    background-color: #4a7729;
    color: #fff;
}

.catalog-product-view .product-add-form .box-tocart .fieldset {
    width: auto;
}

.catalog-product-view .most-viewed {
    float: left;
    width: 100%;
	background: #fff;
	padding-bottom:0px;
	padding-top: 0;
}

.catalog-product-view .custom-slider {
    padding-bottom: 0;
}

.catalog-product-view .mp-product-slider-title {
    font-size: 30px;
    font-weight: bold;
    color: #464646;
}

.catalog-product-view .technical-specification.no-installation {
	width: 100%;
}

.fotorama__arr:active, .fotorama__thumb__arr:active {
    background-color: transparent !important;
}

.catalog-product-view .installation.no-technical {
	width: 100%;
    padding-left: 0;
}

.catalog-product-view .slides-slider .owl-item li a.product.photo.slider-product-item-photo {
    background-color: #f9f9f9;
}

.catalog-product-view .slides-slider .owl-item li .product-item-actions .actions-primary .tocart {
    text-transform: uppercase;
}

.catalog-product-view .slides-slider .owl-item li .product-item-name a {
    font-size: 17px;
    font-weight: bold;
    color: #292929;
}

.catalog-product-view .brandnam {
    color: #4a7729;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

.catalog-product-view .slides-slider .mp-product-slider-block .see-all {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.catalog-product-view .most-viewed-wrap .old-price .price {
    font-size: 18px !important;
}

.catalog-product-view .most-viewed-wrap .special-price .price {
    font-size: 18px !important;
    color: #292929 !important;
}

.catalog-product-view .fotorama__thumb-border {
    border: solid 1px #4a7729;
    /* background-color: #f9f9f9; */
    background-color: transparent;
}

.catalog-product-view .product-add-form .box-tocart .actions {
    display: flex;
}

.catalog-product-view #product-addtocart-button {
    margin-left: 14px;
    order: 2;
}

.minicart-wrapper .block-minicart .amount .price-wrapper:first-child .price {
    font-size: 14px;
    color: #292929;
    font-weight: bold;
}

.minicart-wrapper .block-minicart .subtotal {
    font-size: 14px;
    font-weight: 500;
    color: #292929;
	padding-bottom: 15px;
}

.minicart-wrapper .minicart-items .product-item-name a {
    font-size: 14px;
    font-weight: 600;
    color: #292929;
	padding-bottom: 10px;
}

.minicart-wrapper .minicart-items .action.delete:before {
    color: #4a7729;
}

.minicart-wrapper .minicart-items .update-cart-item {
    background-color: #4a7729;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    border: solid 1px #4a7729;
}

.minicart-wrapper a.action.viewcart {
    color: #4a7729;
    font-size: 16px;
    font-weight: 600;
	text-decoration: none !important;
    text-transform: uppercase;
}

.minicart-wrapper button#top-cart-btn-checkout {
    margin-top: 30px;
}

.minicart-wrapper button#top-cart-btn-checkout:hover,
.minicart-wrapper .minicart-items .update-cart-item:hover {
    background-color: transparent;
    color: #4a7729;
}

/* thumb slider start */

.fotorama__nav.fotorama__nav--thumbs {
    padding-right: 30px;
    box-sizing: border-box;
}

.catalog-product-view .fotorama__thumb-border {
	display: none !important;
}

.fotorama__nav__frame.fotorama__nav__frame--thumb {
    border: solid 1px transparent;
    box-sizing: border-box;
    margin-bottom: 10px;
	width: 68px !important;
    height: 68px !important;
	padding: 0px !important;
}

.fotorama__nav__frame.fotorama__nav__frame--thumb > div {
	display: block;
	border: none !important;
}

.fotorama__nav__shaft .fotorama__nav__frame.fotorama__nav__frame--thumb > div > img {
	position: static;
	-webkit-transform: translateY(0%); 
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
	border-color: #4a7729;
}

.catalog-product-view .columns .column.main {
    padding-bottom: 0;
}

.catalog-product-view .clark-banner-inner {
	padding-bottom: 120px;
}


/* thumb slider end */







/* vs code */



.regsiter-form .login-wrap-right fieldset > .field.password {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.regsiter-form .login-wrap-right fieldset > .field.confirmation {
    width: 49%;
    float: left;
}

.regsiter-form .login-wrap-right fieldset > .field {
    margin-bottom: 15px !important;
}

.regsiter-form .login-wrap-right fieldset > .field label.label {
    margin: 0 0 6px;
}

.login-terms a {
	cursor: pointer;
}

/* start code for PDP slider arrow issue */

.catalog-product-view .most-viewed {
    float: none;
}

/* end code for PDP slider arrow issue */

/* start code for PLP sorter arrow */

.page-products .toolbar-products .toolbar-sorter.sorter a.action.sorter-action {
    display: inline-block !important;
    position: relative;
    top: 2px;
}

/* end code for PLP sorter arrow */

/* start code for blog page updates */

.blog-page-list .breadcrumbs ,
.blog-post-view .breadcrumbs {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.blog-page-list .page-title-wrapper, 
.blog-post-view .page-title-wrapper {
    margin-bottom: 0px;
}

.blog-page-list .sidebar.sidebar-additional ,
.blog-post-view .sidebar.sidebar-additional {
    display: none;
}

.blog-post-view .products.products-grid {
    margin-bottom: 0;
    padding-bottom: 0;
} 

.blog-post-view .column.main {
    padding-bottom: 0;
}

.blog-post-view .post-bottom .block-title.title strong {
    margin: 0 0 13px;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;
    color: #292929;
}

.blog-post-view .post-bottom ol.products.list.items.product-items li .product-item-info a.product.photo.product-item-photo img {
    width: 100%;
	height: 308px;
}

/* end code for blog page updates */

.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
	/* display: none !important; */
}

.mst-searchautocomplete__item.magento_catalog_product {
	position: relative;
	padding: 10px 10px 10px 50px;
	flex-wrap: wrap;
}

.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper {
  height: 30px; 
  width: 30px;
  margin-right: 10px; 
}

.mst-searchautocomplete__item.magento_catalog_product > a {
	position: absolute;
    left: 10px;
    top: 13px; 
    display: block;
}

.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.mst-searchautocomplete__item.magento_catalog_product .meta .title {
	margin-bottom: 0;
}

.mst-searchautocomplete__item.magento_catalog_product .meta .title a {
	font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: normal;
    color: #292929;
	text-decoration: none !important;
    text-transform: capitalize;
}

.mst-searchautocomplete__item.magento_catalog_product .store {
    flex-grow: 1;
}

.mst-searchautocomplete__item.magento_catalog_product .price {
    margin-left: 0;
	font-size: 14px !important; 
    font-weight: 600 !important;
    line-height: 1.2;
    color: #999999;
	color: #000;
    padding-top: 5px;
    letter-spacing: 0.5px;
}

.mst-searchautocomplete__item.magento_catalog_product .price span.price-label {
    display: none;
}

.mst-searchautocomplete__item.magento_catalog_product .price .price-box.price-final_price {
    display: flex;
}

.mst-searchautocomplete__item.magento_catalog_product .price .price-box.price-final_price span.old-price .price {
	color: #999;
	margin-right: 10px;
}

.catalog-product-view .relatedmoredata, 
.catalog-product-view .relatedlessdata {
    padding: 70px 0 70px !important;
}

.catalog-product-view .most-viewed.slides-slider.recentviewdetail .recent-viewed.recent-slides-slider {
    padding: 70px 0 30px !important;	
}














@media (min-width:768px) {

	
	/* for desktop menu */
	
	.nav-sections .navigation ul {
		padding: 0;
		position: relative;
	}
	
	.sections.nav-sections .nav-sections-item-content ul li {
		position: static;
	}

	.nav-sections .navigation .level0.active > .level-top, 
	.nav-sections .navigation .level0.has-active > .level-top {
		border: none;
		color: #4a7729;
	}
		
	.sections.nav-sections .nav-sections-item-content ul li > .submenu {
		/* min-width: 100%;
		left: 0 !important; */
		padding: 30px 35px;
		box-shadow: 0 2px 16px -7px rgba(0, 0, 0, 0.21);
		box-sizing: border-box;
		border: none;
	}
	
	.sections.nav-sections .nav-sections-item-content ul li > .customBrandUl {
/* 		max-height: 60vh;
		overflow-y: auto;
		overflow-x: hidden; */
		min-width: 100%;
		left: 0 !important;
	}
	
	.sections.nav-sections .nav-sections-item-content ul li > .submenu > li {
		margin: 0 0 10px;
	}
	
	.sections.nav-sections .nav-sections-item-content ul li > .submenu > li:last-child {
		margin: 0 0 0px;
	}
	
	.sections.nav-sections .nav-sections-item-content ul li > .submenu > li > a {
		font-size: 14px;
		font-weight: 500;
		line-height: 1;
		letter-spacing: normal;
		color: #464646;  
		text-transform: capitalize;
	} 
	
	.sections.nav-sections .nav-sections-item-content ul li > .submenu > li.active > a {
		border-width: 0 0 0 3px;
		background: #e8e8e8;
	}
	
	.sections.nav-sections .navigation .level0.parent > .level-top > .ui-menu-icon {
		display: none;
	}
	
	.nav-sections .navigation ul {
		display: flex;
		justify-content: space-between;
	}
	
	.customBrandUl .customBrandLi .brandCatMain > a:hover {
		color: #4a7729 !important;
	}
	
	/* for desktop menu */
	
	.checkout-index-index .nav-toggle {
		display: none !important;
	}
	
	.catalog-product-view .product-add-form .box-tocart .actions {
		justify-content: flex-end;
	}
	
	.sections.nav-sections {
		/* position: sticky; 
		top: 93px;
		z-index: 3;
		background: #fff; */
		padding-bottom:0px;
	}
	
	.fixed-header .sections.nav-sections {
		/* position: fixed; 
		top: 93px;
		z-index: 3;
		left: 0px;
		width:100%;
		background: #fff; */
	}
	
	.sections.nav-sections .nav-sections-item-content .navigation > ul > li > a {
		padding-bottom: 25px;
		padding-right: 10px;
	}
	
	.mscrollcustomhorizontal table.address-list-table thead tr th {
		white-space: nowrap;
	}
	
	.mscrollcustomhorizontal table.address-list-table tbody tr:last-child {
		border-bottom: none;
	}
	

	/* desktop search start  */

.custom-search form.form.minisearch button.search {
	background:url('../../frontend/gwa/friendsandfamily/en_US/images/search.svg');
	background-position:right center;
	width: 20px;
	height: 18px;
	padding: 0px;
	top: 7px;
    right: 0;
    opacity: 1;
	pointer-events: none;
}

.custom-search form.form.minisearch button.search:before {
	font-size: 0px;
}

.custom-search form.form.minisearch {
    /* width: 250px; */
    display: flex;
    justify-content: flex-end;
}

.custom-search .field.search {
    width: 0%;
    display: flex;
    justify-content: flex-end;
}

.custom-search .field.search .control {
	width: 100%;
	min-width: 40px;
}

.custom-search .active ~ .field.search {
    width: 100%;
}


.custom-search .field.search .control .input-text {
	border: none;
	border-bottom: solid 1px #dadada;
	padding: 0px 0;
	min-width: 40px;
    opacity: 0;
	font-size: 13px;
	cursor: pointer;
}

.custom-search .active ~ .field.search .control .input-text {
	opacity: 1;
	padding-right: 40px;
}

.searchautocomplete__active .custom-search .field.search .control .input-text {
	opacity: 1;
	padding-right: 40px;
}

/* .custom-search .active ~ .field.search .control .input-text {
	opacity: 1; 
	padding-right: 40px;
} */

.custom-search {
	/* width: 40px !important; */
}

/* body:not(.searchautocomplete__active) .custom-search {
	width: 40px !important;
}

body:not(.searchautocomplete__active) .custom-search .active ~ .field.search .control .input-text {
    opacity: 0; 
} */

.searchautocomplete__active .custom-search {
	width: 250px !important;
}

.mst-searchautocomplete__autocomplete {
	min-width: 250px;
}





.custom-search .c-smartsearch__wrapper {
    width: 100%;
    left: 0;
	max-height: 65vh;
    overflow: auto;
}

.custom-search .c-smartsearch .col-8-8 {
    width: 100%;
	display: flex;
}

.custom-search .c-smartsearch .col-8-8 a.col-2-8 {
    min-width: 30px;
    max-width: 30px;
}

.custom-search .c-smartsearch .col-8-8 .col-6-8 {
	width: 100%;
    flex-grow: 1;
	margin-top: 0;
}

.custom-search .c-smartsearch .col-8-8 .col-6-8 .c-smartsearch__title {
	font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: normal;
    color: #292929;
    text-transform: capitalize;
}

.custom-search .c-smartsearch .col-8-8 .col-6-8 .c-smartsearch__price {
	font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    color: #999999;
    padding-top: 5px;
    letter-spacing: 0.5px;
}

	/* desktop search end  */

	
	
	
}



@media (min-width:1200px) {
	
	.noproductfound {
		width: calc(100% + 315px) !important;
		left: -315px;
		position: relative;
	}
	
	
}

@media (min-width:1400px) {
    .cms-no-route .page-main {
        max-width: 1350px !important;
    }
}




@media (max-width:1499px) {
	
	.home-slider .custom_content2 h3 {
		font-size: 45px;
	}
	
	.home-slider .custom_content2 h3 span {
		font-size: 70px;
	}
	
	
	
}


@media (max-width:1399px) {

    .not-found-inner .right-wrap .hdg {
        font-size: 250px;
    }

}

@media (max-width:1366px) {
	
	.login-wrap-right .block.block-customer-login {
		/* padding: 60px 80px; */
		padding: 40px 80px;
	}
	
	.customer-account-forgotpassword form.password,
	.customer-account-createpassword form.password{
		padding: 80px 80px;
	}
	
	.login-wrap-outer {
		/* padding: 60px 15px; */
		padding: 45px 15px;
		/* min-height: 100vh; */
		min-height: 85vh;
		box-sizing: border-box;
		display: flex; 
		align-items: center;
	}
	
	
	
	.login-wrap-right .block-title {
		margin-bottom: 25px!important;
	}
	
	.login-wrap-right .block-title strong {
		font-size: 24px;
	}
	
	.not-found-inner .right-wrap .hdg {
		font-size: 150px;
	}
	
	.not-found-inner .right-wrap .sb-hdg {
		font-size: 28px;
		margin: 30px 0 15px;
	}
	
	.not-found-inner .right-wrap .des {
		font-size: 16px;
		margin: 0 0 30px;
	}
	
	.not-found-inner .right-wrap .btn-green-border {
		font-size: 13px;
		padding: 12px 20px;
	}
	
	.mainSubbrand .subBrand {
		width: 33.33%;
	}
	
	
	
	
	
	
}

@media screen and (max-width:1199px){
    .top-header .header-inner-wrap .right-zone .minicart-wrapper{
        padding-right: 9px;
        margin-right: 9px;
    }

    .top-header .header-inner-wrap .right-zone ul.header.links .authorization-link:nth-child(1) a{
        padding-left: 23px;
    }
    .top-header .header-inner-wrap .right-zone ul.header.links .authorization-link:nth-child(2) a{
        padding-left: 23px;
    }
    .top-header .header-inner-wrap .right-zone ul.header.links a{
        font-size: 12px;
    }
    
}

@media (max-width:1024px) {
	
	.top-header .header-inner-wrap .right-zone ul.header.links ,
	.top-header .header-inner-wrap .right-zone .minicart-wrapper ,
	.top-header .header-inner-wrap .right-zone ul.header.links .authorization-link:nth-child(1) ,
	.top-header .header-inner-wrap .right-zone a.towishlist {
		margin-left: 10px;
		padding-left: 10px;
	}
	
	.sections.nav-sections .nav-sections-item-content ul li {
		margin-right: 5px;
		margin-left: 1px;
	}
	
	.catalog-product-view .owl-dots {
		display: none !important;
	}
	
	.wishlist-index-index .column.main .products-grid.wishlist ol.product-items li {
		width: 33.33%;
	}
	
	.most-viewed-products-wrap ol.products.list.items.product-items li {
		width: 33.33%;
	}

}


@media (max-width:991px) {
	
	.home-clark-banner {
		padding: 60px 0;
	}
	
	.login-wrap-right .block.block-customer-login {
		padding: 60px 40px;
	}
	
	.login-wrap-left {
		min-width: 370px;
		max-width: 370px;
	}
	
	.customer-account-forgotpassword form.password ,
	.customer-account-createpassword form.password {
		padding: 60px 40px;
	}
	
	.page-products .sidebar.sidebar-main {
		width: 220px;
	}
	
	.page-products .column.main {
		width: calc(100% - 220px) !important;
	}
	
	.page-products .sidebar.sidebar-main .filter-options .filter-options-item, 
	.page-products .sidebar.sidebar-main .filter-options dd.filter-options-content {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	
	.page-products .sidebar.sidebar-main .filter-options .filter-options-title {
		font-size: 13px;
	}
	
	.page-products .sidebar.sidebar-main .filter-options .filter-options-content li, 
	.page-products .sidebar.sidebar-main .filter-options dd .items li {
		margin: 0px 0 10px !important;
	}
	
	.page-products .sidebar.sidebar-main .filter-options .filter-options-content li a, 
	.page-products .sidebar.sidebar-main .filter-options dd .items li a {
		font-size: 13px;
		padding-left: 18px;
	}
	
	.page-products .sidebar.sidebar-main .filter-options .filter-options-content li a:before, 
	.page-products .sidebar.sidebar-main .filter-options dd .items li a:before {
		width: 12px;
		height: 12px;
		top: 5px;
	}
	
	.page-products .sidebar.sidebar-main .filter-options .filter-options-title:after {
		width: 10px;
		height: 6px;
	}
	
	ol.products.list.items.product-items li {
		width: 50%;
	}
	
	.products-list ol.products.list.items.product-items li .product-item-details {
		padding-right: 20px;
	}
	
	.products-list ol.products.list.items.product-items li .product-item-details .product-item-inner {
		/* position: static; */
		position: relative;
		width: 100%;
		padding-top: 40px;
		top: 0;
	}
	
	.products-list ol.products.list.items.product-items li .product-item-actions a.action.towishlist {
		top: 0;
		left: 0;
	}
	
	.checkout-cart-index .cart-summary {
		width: 270px;
	}
	
	.checkout-cart-index form.form-cart {
		width: calc(100% - 300px);
	}
	
	.sections.nav-sections .nav-sections-item-content ul li a {
		font-size: 13px;
		padding: 0 8px;
	}
	
	.minicart-wrapper .block-minicart {
		left: auto;
		transform: translateX(0);
		right: -110px !important;
	}
	
	.minicart-wrapper .block-minicart:after ,
	.minicart-wrapper .block-minicart:before {
		/* display: none; */
	}
	
	.home-slider .custom_content2 h3 {
		font-size: 25px;
		letter-spacing: 0;
	}
	
	.home-slider .custom_content2 h3 span {
		font-size: 50px;
		padding-right: 6px;
	}
	
	.home-slider .custom_content2 p {
		font-size: 17px;
		margin: 10px 0 0;
	}
	
	.wishlist-index-index .column.main .products-grid.wishlist ol.product-items li {
		width: 50%;
	}
	
	.mainSubbrand .subBrand {
		width: 50%;
	}
	
	.wishlist-index-index .column.main .products-grid.wishlist ol.product-items li:nth-child(3n+1) {
		clear: initial;
	}
	
	.wishlist-index-index .column.main .products-grid.wishlist ol.product-items li:nth-child(2n+1) {
		clear: left;
	}
	
	.relateddetail .for-related-products ol.product-items li {
		width: 50% !important;
		padding: 0 15px;
		margin-bottom: 15px;
	}
	
	.regsiter-form .login-wrap-right fieldset > .field.password ,
	.regsiter-form .login-wrap-right fieldset > .field.confirmation {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	
	.cms-home .post-list-wrapper .post-list li.post-holder {
		width: 50% !important;
		margin-bottom: 30px;
	}
	
	
	
	
	
	
	
	
	
	

	/* vs code start here */
	
	.sections.nav-sections .nav-sections-item-content ul li {
		margin-right: 0px;
		margin-left: 1px;
	}
		.most-viewed {
		padding: 80px 0;
	}
		
		.recent-viewed {
	  
		padding: 50px 0px;
	}
		.most-viewed.slides-slider .mp-product-slider-block{
			/* margin-bottom: 0px !important */
		}
		
		.most-viewed.slides-slider .owl-item li {
		padding-right: 0px !important;
		margin-bottom: 0;
	}
		
		.most-viewed.slides-slider .mp-product-slider-content .owl-nav .owl-prev,.most-viewed.slides-slider .mp-product-slider-content .owl-nav .owl-next{
			/* top: -45px; */
		}
		
		#recently_viewed .product-image-container {
	  
		width: 97% !important;
	}
	
	.catalog-product-view .installation {
        padding-left: 60px;
    }
    .catalog-product-view .product-add-form .box-tocart .action.primary {
        width: 138px;
    }
    .catalog-product-view .slides-slider .owl-item li .product-item-actions .actions-primary .tocart {
        font-size: 12px;
    }
	
	/* vs code end */
	
}

@media (max-width:767px) {

	.modal-popup.modal-slide.location-modal-aside .modal-inner-wrap {
        overflow-y: initial !important; 
	    z-index: 99999 !important;
	}
	
    .location-box.enter_postcode span {
        display: none;
    }

    .location-box.enter_postcode{
        width: 15px;
        height: 20px;
    }
		
	.clearance-top-banner {
		margin-bottom: 50px; 
	}

	.top-header .header-inner-wrap .custom-logo {
		min-width: initial;
	}
	
	.top-header .header-inner-wrap .right-zone span.text {
		display: none;
	}
	
	.top-header .header-inner-wrap .right-zone ul.header.links .authorization-link:nth-child(1) a ,
	.top-header .header-inner-wrap .right-zone ul.header.links .authorization-link:nth-child(2) a {
		font-size: 0;
		min-width: 20px;
		min-height: 19px;
		display: block;
		padding-left: 0;
	}
	
	.custom-search {
		/* display: none; */
		margin: 0;
	}
	
	header.page-header {
		padding: 18px 0;
	}
	
	.we-accept {
		flex-wrap: wrap;
		padding: 12px 15px;
	}
		
	.we-accept .logo-wrap {
		border-right: none;
		padding-right: 0;
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%;
		justify-content: center;
	}
	
	.home-clark-banner {
		padding: 80px 0;
	}
	
	.footer-inner-wrap .footer-hdg {
		margin: 0 0 13px;
	}
	
	.part2 .footer-list ul li ,
	.part3 .footer-list ul li {
		opacity: 0.9;
		margin-bottom: 7px !important;
	}
    
    .cms-page-view .page-title-wrapper, 
    .contact-index-index .page-title-wrapper {
        padding: 105px 0;
    }
	
    .cms-page-view .page-title-wrapper .page-title, 
    .contact-index-index .page-title-wrapper .page-title {
        font-size: 34px;
    }
	
    .cms-page-view .page-main > .columns, 
    .contact-index-index .page-main > .columns {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .footer-inner-wrap {
        flex-wrap: wrap;
    }

    .footer-inner-wrap .footer-logo {
        max-width: 100%;
        margin-right: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
	
    .footer-list-outer.part4 {
        margin-right: 20px;
    }

    .footer-inner-wrap .footer-logo {
        position: static;
    }

    .footer-inner-wrap {
        position: relative;
        padding-bottom: 70px;
    }

	.footer-inner-wrap .footer-logo .copyright {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        z-index: 9;
        margin: 0;
		padding-top: 30px;
		border-top: solid 1px rgb(151 151 151 / 0.12);
    }

    .cms-page-view h3 ,
	.cms-privacy-policy h3 ,
	.cms-terms-and-conditions h3, 
	.cms-frequently-asked-questions h3 ,
	.cms-about-us h3  {
        font-size: 22px;
        line-height: 1.3;
    }

    .cms-page-view p ,
	.cms-privacy-policy p ,
	.cms-terms-and-conditions p,
	.cms-frequently-asked-questions p, 
	.cms-about-us p  {
        font-size: 14px;
    }
    
    .cms-privacy-policy .columns ul li {
        font-size: 14px;
    }

    .cms-privacy-policy .columns .column.main {
        padding-bottom: 0;
    }

    .faq-accordion .ui-accordion-header {
        padding: 15px 0 !important;
        font-size: 14px !important;
    }
	
	.login-wrap {
		flex-wrap: wrap;
	}
	
	.login-wrap-left {
		min-width: 100%;
		max-width: 100%;
		padding-bottom: 40px;
		background-image: none;
		background-color: #f4f7f4;
	}
	
	.login-wrap-right .block.block-customer-login {
		padding: 42px 15px 25px;
	}
	
	.login-terms {
		margin-bottom: 40px;
	}

	.login-wrap-right fieldset .actions-toolbar button.login {
		width: 100%;
		text-transform: uppercase;
	}
	
	.login-wrap-right .block-title strong {
		font-size: 18px;
	}
	
	.login-wrap-right .block-title {
		margin-bottom: 35px!important;
	}
	
	.login-wrap-right fieldset > .field label.label {
		font-size: 14px;
	}
	
	.login-wrap-right fieldset > .field {
		margin-bottom: 22px !important;
	}
	
	.login-wrap-outer {
		padding: 50px 15px;
	}
	
	.customer-account-forgotpassword form.password ,
	.customer-account-createpassword form.password {
		padding: 42px 15px 25px;
	}
	
	.forgot-pass-hdg {
		font-size: 24px;
		margin-bottom: 25px;
	}
	
	.login-wrap-left a img.desktop-logo {
		display: none;
	}
	
	.login-wrap-left a img.mobile-logo {
		display: block;
	}
	
	.login-wrap.reset-form {
		width: 100%;
	}
	
	.customer-account-create fieldset.fieldset.create.info .field-name-firstname, 
	.customer-account-create fieldset.fieldset.create.info .field-name-lastname {
		width: 100%;
	}
	
	.already-have-account {
		margin-top: 20px;
	}
	
	footer.page-footer {
		padding: 45px 0 25px;
	}
	
	.header-top-bar {
		padding: 7px 15px;
	}
	
	.home-slider .item-content {
		
	}
	
	.below-banner-inner .below-parts {
		padding: 2px;
	}
	/**DD-1956 **/
	/*.home-slider .item-content img.desktop-slide {
		display: none;
	}*/

	/*.home-slider .item-content img.mobile-slide {
		display: block;
		height: 340px;
		object-fit: cover;
	}*/
	/**DD-1956 **/
	.slide1 h3 {
		margin: auto;
		/* padding: 30px 20px 75px; */
		padding: 30px 20px 30px;
		background: rgb(74 119 41 / 0.82);
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		max-width: calc(100% - 30px);
		box-sizing: border-box;
	}
	
	.home-slider .mp-banner-slider .owl-dots {
		text-align: center;
		top: auto;
		bottom: 10px;
	}
	
	.page-products .breadcrumbs {
		padding-top: 30px;
		margin-bottom: 0;
	}
	
	.page-products .breadcrumbs ul {
		display: none;
	}
	
	.page-products .page-main {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.page-products .column.main {
		width: 100% !important;
		order: 2;
	}
	
	.page-products .sidebar.sidebar-main {
		width: 100%;
		order: 1;
	}
	
	.page-products .columns {
		display: flex;
	}
	
	ol.products.list.items.product-items li {
		margin: 0 0 40px;
	}

	.page-products .toolbar-products .modes strong.modes-label ,
	.page-products .toolbar-products .modes .modes-mode > span{
		display: none;
	}
	
	.page-products .toolbar-products .modes .mode-grid, .page-products .toolbar-products .modes .mode-list {
		width: 27px;
		height: 29px;
	}
	
	.page-products .toolbar-products .modes .mode-grid.active ,
	.page-products .toolbar-products .modes .mode-list	{
		background-size: 15px 15px;
	}
	
	.products-list ol.products.list.items.product-items li .product-item-details {
		padding-right: 0px;
		padding-left: 15px;
	}
	
	ol.products.list.items.product-items li .product-item-info .product-image-photo {
		min-width: 130px;
		max-width: 130px;
	}
	
	.delivery-assist {
		padding: 40px 15px 45px;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	
	.delivery-assist .right-wrap {
		padding-left: 0;
		margin-top: 30px;
	}
	
	body.checkout-index-index main.page-main {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	
	.checkout-index-index li.checkout-shipping-method form.form.methods-shipping .amcheckout-shipping-methods .amcheckout-method td{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.checkout-index-index .checkout-header {
		width: 100%;
	}
	
	.checkout-index-index .amcheckout-title {
		font-size: 16px;
	}
	
	.checkout-index-index .opc-estimated-wrapper {
		display: none;
	}
	
	.checkout-onepage-success .page-main {
		padding: 50px 15px 70px;
	}
	
	.checkout-onepage-success .checkout-success {
		padding: 50px 15px;
	}
	
	.breadcrumbs {
		margin-bottom: 40px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.account .page-main {
		padding-top: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.account .columns {
		display: flex;
	}
	
	.account .column.main {
		padding-left: 0;
	}
	
	.account .sidebar.sidebar-main {
		order: 1;
	}
	
	.account .column.main {
		order: 2;
	}
	
	.account .sidebar.sidebar-main ul.nav.items {
		display: flex;
		flex-wrap: wrap;
	}
	
	.account .sidebar.sidebar-main ul.nav.items .item:first-child {
		margin-top: 3px;
	}
	
	.account .account-nav .item .delimiter {
		margin: 0;
	}
	
	.account-nav .item.current a, .account-nav .item.current strong {
		border-color: transparent !important;
	}
	
	.not-found-inner .left-wrap {
		min-width: 80%;
		max-width: 80%;
		padding-right: 0;
		margin: auto;
	}
	
	.not-found-inner .right-wrap {
		min-width: 100%;
		max-width: 100%;
		margin-top: 30px;
	}
	
	.checkout-cart-index .cart-container{
		padding: 0 15px;
		display: flex;
		flex-direction: column;
	}
	
	.checkout-cart-index form.form-cart {
		width: 100%;
		box-sizing: border-box;
	}
	
	.checkout-cart-index .cart-summary {
		/* display: none; */
		width: 100%;
		order: 9;
	}
	
	.checkout-cart-index table.cart.items tr.item-info td.col.item a.product-item-photo {
		position: static;
		min-width: 130px;
		max-width: 130px;
	}
	
	.checkout-cart-index table.cart.items tr.item-info td.col.item .product-item-details .col.price:before ,
	.checkout-cart-index table.cart.items tr.item-info td.col.item .product-item-details .col.qty:before {
		display: none;
	}
	
	.checkout-cart-index table.cart.items tr.item-info td.col.item .product-item-details .col.price ,
	.checkout-cart-index table.cart.items tr.item-info td.col.item .product-item-details .col.qty {
		text-align: left;
		width: 100%;
		float: none;
	}
	
	.checkout-cart-index table.cart.items tr.item-info td.col.item .product-item-details {
		flex-grow: 1;
		padding-right: 0;
	}
	
	.checkout-cart-index table.cart.items tr.item-actions {
		position: static;
		margin-bottom: 30px;
		display: block;
	}
	
	.checkout-cart-index table.cart.items tr.item-actions td {
		width: 100%;
		display: block;
	}
	
	.checkout-cart-index table.cart.items tr.item-actions a.action-delete {
		display: block;
		width: 100%;
		text-align: center;
		height: 40px;
		border: solid 1px #4a7729 !important;
		line-height: 38px;
		padding: 0 20px;
		background-image: none;
	}
	
	.checkout-cart-index table.cart.items tr.item-actions a.action-delete:before {
		background-image: url(../../frontend/gwa/friendsandfamily/en_US/images/trash-green.svg);
		background-position: left center;
		background-size: 15px 18px;
		background-repeat: no-repeat;
		width: 15px;
		position: absolute;
		height:18px;
		content: "";
		display: block;
		left: 50%;
		transform: translateX(-50px);
		top: 11px;
	}
	
	.nav-open .page-wrapper {
		left: 0;
	}

	.nav-sections-item-title {
		display: none;
	}
	
	.sections.nav-sections nav.navigation {
		padding: 0 15px;
		margin-bottom: 20px;
	}
	
	.navigation .level0.active > a:not(.ui-state-active), .navigation .level0.has-active > a:not(.ui-state-active) {
		border: none;
	}
	
	.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: 0;
	}
	
	.sections.nav-sections .nav-sections-item-content ul li a {
		font-size: 15px;
		font-weight: 600;
		line-height: 1;
		letter-spacing: normal;
		color: #000000;
		padding: 18px 0px;
	}
	
	.nav-sections-item-content {
		margin-top: 0;
	}
	
	.navigation li.level0:first-child {
		border-top: none;
	}
	
	.navigation li.level0:last-child {
		border-bottom: none;
	}
	
	.category-clearance .category-view {
		margin-bottom: 40px;
	}
	
	.minicart-wrapper .block-minicart:after {
		left: auto;
		transform: translateX(0);
		right: 89px !important;
		border-color: transparent transparent #ecebeb transparent !important;
	}
	
	.minicart-wrapper .block-minicart:before {
		left: auto;
		transform: translateX(0);
		right: 90px !important;
	}
	
	.checkout-cart-index form.form-cart .actions a.action.continue ,
	.checkout-cart-index form.form-cart .actions button.action.update	{
		width: 100%;
	}
	
	.top-header .header-inner-wrap .right-zone a.showcart span.text {
		font-size: 0;
		padding-left: 25px;
	}
	
	.customer-address-form form.form-address-edit .fieldset > .field, 
	.customer-account-edit form.form-edit-account .fieldset > .field {
		width: 100%;
	}
	
	.account .page-title-wrapper .page-title {
		font-size: 22px;
	}
	
	.account-blocks .block-title strong, .customer-account-index .block-dashboard-addresses .block-title strong, .custom-address-table .block-title strong {
		font-size: 20px !important;
	}
	
	.account.customer-account-index .box.box-billing-address ,
	.account.customer-address-index .box.box-address-billing {
		border-bottom: solid 1px #dadada;
		padding-bottom: 30px;
		margin-bottom: 30px !important;
	}
	
	.catalog-product-view .product-add-form .box-tocart .actions {
		flex-wrap: wrap;
	}
	
	.catalog-product-view .product-add-form .box-tocart .actions .buynow-button {
		width: 100%;
	}
	
	.catalog-product-view .product-add-form .box-tocart .action.primary {
		width: 100%;
		margin: 0 0 20px !important;
	}
	
	.wishlist-index-index .column.main .products-grid.wishlist ol.product-items li {
		width: 50%;
		border: none !important;
	}
	
	.wishlist-index-index .column.main .products-grid.wishlist ol.product-items li .box-tocart {
		float: none;
		margin-right: 0;
	}
	
	
	
	.minicart-wrapper .minicart-items .update-cart-item {
		padding: 7px 3px;
		font-size: 10px;
		font-weight: 500;
	}
	
	.wishlist-index-index .actionbutton {
		margin-top: 0;
	}
	
	.brandDescription .BrandDesc {
		padding: 40px 70px;
		font-size: 26px;
	}
	
	.mainSubbrand .subBrand {
		width: 100%;
	}
	
	.brandTopBanner .brandBannerImage img.banner-logo {
		max-height: 60px;
	}
	
	.mainSubbrand .subBrand .subBrandDetails, .mainSubbrandInner .subBrand .subBrandDetails {
		margin-bottom: 50px;
	}
	
	.cms-subbrand .page-main > .columns .column.main {
		padding-bottom: 0;
	}
	
	.mainSubbrand {
		padding: 20px 0px 0;
	} 
	
	.checkout-cart-index table.cart.items tr.item-info td.col.item .product-item-details .mage-error {
		white-space: initial;
	}
	
	.brandDescriptionInner .BrandNameInner {
		font-size: 32px;
		margin-bottom: 50px;
	}
	
	.brandDescriptionInner .BrandImage {
		height: 280px;
	}
	
	.brandDescriptionInner .BrandImage > img ,
	.brandDescriptionInner .BrandImage > p > img {
		max-height: 280px;
	}
	
	.brandDescriptionInner .forBrandImage .BrandImageBackground {
		height: 250px; 
	}
	
	.brandDescriptionInner .forBrandImage {
		padding-bottom: 80px;
	}
	
	.account.sales-order-history .dataTables_wrapper .dataTables_length ,
	.account.sales-order-history .dataTables_wrapper .dataTables_filter	, 
	.account.sales-order-history .dataTables_wrapper .dataTables_info , 
	.account.sales-order-history .dataTables_wrapper .dataTables_paginate.paging_simple_numbers {
		width: 100%;
		text-align: center;
	}
	
	.sections.nav-sections .navigation .parent .level-top:after {
		top: 4px;
	}
	
	.customBrandUl .customBrandLi {
		width: 100%;
		float: none;
	}

	a.brandCustomMenu {
		position: relative;
	}
	
	a.brandCustomMenu: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;
		position: absolute;
		top: 4px;
		right: 7px;		
	}
	
	a.brandCustomMenu.ui-state-active:after {
		content: '\e621';
	}
	
	.most-viewed-products-wrap ol.products.list.items.product-items li {
		width: 50%;
	}
	
	.most-viewed-products-wrap {
		padding: 0 15px !important;
	}
	
	.viewed-recentelyviewed-index .page-title-wrapper ,
	.viewed-mostviewed-index .page-title-wrapper {
		padding: 0px 15px;
	}
	
	.viewed-recentelyviewed-index .page-title-wrapper .page-title ,
	.viewed-mostviewed-index .page-title-wrapper .page-title {
		font-size: 22px;
	}
	
	.sections.nav-sections .nav-sections-item-content ul li > .customBrandUl .brandCatMainOuter {
		flex-wrap: wrap;
	}
	
	
	.sections.nav-sections .nav-sections-item-content ul li > .customBrandUl .brandCatMainOuter .brandCatMain {
		width: 100%;
		padding-right: 0px;
	}
	
	.checkout-cart-index table.cart.items tr.item-actions td .actions-toolbar {
		text-align: center;
	}
	
	.checkout-cart-index table.cart.items tr.item-actions a.action-towishlist {
		margin: 0 0 20px;
		display: block;
		width: 100%;
		text-align: center;
		height: 40px;
		border: solid 1px #4a7729 !important;
		line-height: 38px;
		padding: 0 20px;
		background-image: none;
		background-color: #4a7729 !important;
		color: #fff;
	}
	
	.custom-search label.label:before {
		line-height: 23px;
		font-size: 18px;
	}
	
	.custom-search .open-search ~ .field.search {
		width: 100vw;
		background: #fff; 
		position: absolute;
		left: 0;
		top: 42px;
		z-index: 2;
		height: 56px;
		padding: 10px 15px 0;
		border-top: solid 1px #dadada;
		border-bottom: solid 1px #dadada;
	}
	
	.custom-search .label ~ .field.search > .control {
		margin: 0px;
		position: relative;
		border: none;
	}
	
	.custom-search .open-search ~ .field.search > .control {
		position: relative;
		border: none;
	}
	
	.custom-search .label ~ .field.search input {
		/* display: none; */
		margin: 0;
		top: -30px;
		/* left: 10px; */
		left: -10px;
		opacity: 1;
		border: none; 
		z-index: -1;
		width: 0;
		padding: 0;
	}
	
	.custom-search .label.open-search ~ .field.search input {
		position: static;
		margin: 0;
		display: block;
		opacity: 1;
		width: 100%;
		padding: 0px 10px;
		border: 1px solid #c2c2c2;
	}
	
	.custom-search .label.open-search:after {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	
	.top-header .header-inner-wrap .right-zone a.towishlist ,
	.top-header .header-inner-wrap .right-zone .minicart-wrapper ,
	.top-header .header-inner-wrap .right-zone ul.header.links , 
	.top-header .header-inner-wrap .right-zone ul.header.links .authorization-link:nth-child(1){
		margin-left: 12px;
		padding-left: 12px;
	}
	
	.top-header .header-inner-wrap .right-zone a.towishlist span.s_icon {
		background: url(../../frontend/gwa/friendsandfamily/en_US/images/wishlist.svg);
		background-position: right center;
		background-size: 15px 15px;
		background-repeat: no-repeat;
		font-size: 0px;
		width: 15px;
		height: 15px;
	}
	
	.top-header .header-inner-wrap .right-zone a.showcart {
		background: url(../../frontend/gwa/friendsandfamily/en_US/images/cart.svg);
		background-position: left center;
		background-size: 15px 15px;
		/* font-size: 0px; */
		/* width: 22px; */
		height: 15px;
		background-repeat: no-repeat;
	}
	
	.top-header .header-inner-wrap .right-zone a.showcart span.counter.qty {
		left: 10px;
	}
	
	.top-header .header-inner-wrap .right-zone ul.header.links .authorization-link:nth-child(1) a {
		background: url(../../frontend/gwa/friendsandfamily/en_US/images/logout.svg);
		background-position: left center;
		background-size: 20px 15px;
		background-repeat: no-repeat;
	}
	
	.top-header .header-inner-wrap .right-zone ul.header.links .authorization-link:nth-child(1) a, .top-header .header-inner-wrap .right-zone ul.header.links .authorization-link:nth-child(2) a {
		min-width: 17px;
		min-height: 15px;
	}
	
	.top-header .header-inner-wrap .right-zone a.showcart span.text {
		font-size: 0;
		padding-left: 17px;
		line-height: 15px;
	}
	
	.top-header .header-inner-wrap .right-zone ul.header.links .authorization-link:nth-child(2) a {
		background: url(../../frontend/gwa/friendsandfamily/en_US/images/user.svg);
		background-position: left center;
		background-size: 17px 15px;
		background-repeat: no-repeat;
	}
	
	.checkout-cart-index .cart-empty {
		padding: 0 15px;
	}
	
	.custom-logo .nav-toggle:before {
		font-size: 16px;
		line-height: 40px !important;
	}
	
	.minicart-wrapper .block-minicart {
		right: -85px !important;
	}
	
	.custom-search .c-smartsearch__wrapper {
		width: 100%;
		left: 0;
		max-height: 60vw;
		overflow: auto;
	}

	.custom-search .c-smartsearch .col-8-8 {
		width: 100%;
		display: flex;
	}

	.custom-search .c-smartsearch .col-8-8 a.col-2-8 {
		min-width: 30px;
		max-width: 30px;
	}

	.custom-search .c-smartsearch .col-8-8 .col-6-8 {
		width: 100%;
		flex-grow: 1;
		margin-top: 0;
		display: flex;
		flex-direction: column;
	}

	.custom-search .c-smartsearch .col-8-8 .col-6-8 .c-smartsearch__title {
		font-size: 14px;
		font-weight: 600;
		line-height: 1.2;
		letter-spacing: normal;
		color: #292929;
		text-transform: capitalize;
	}

	.custom-search .c-smartsearch .col-8-8 .col-6-8 .c-smartsearch__price {
		font-size: 14px; 
		font-weight: 600;
		line-height: 1.2;
		color: #999999;
		padding-top: 5px;
		letter-spacing: 0.5px;
	}
	
	.custom-search label:not(.open-search) ~ .field.search > .control div#search_autocomplete {
		display: none !important;
	}
		
	.blog-post-view ol.products.list.items.product-items li .product-item-info .product-image-photo {
		max-width: 100%;
	}
	
	
	
	/* vs code start */
	
	.header-top-bar .bar-text{
		font-size: 10px;
		line-height: 12px
	}
	.minicart-wrapper {
		margin-top: 0px;
	}
	
	.top-header .header-inner-wrap {
		position: relative;
	}
	
	.custom-logo .nav-toggle{
		/* top: 56px; */
		top: -8px;
	}
	
	.top-header .header-inner-wrap .custom-logo {
		margin-left: 30px;
	}
	
	.logo img {
		width: 83px;
	}
	
	.we-accept .logo-wrap .for-text{
		font-size: 14px;
		margin-right: 15px;
	}
	.we-accept .learn-more{
		font-size: 13px;
	}
	.we-accept .learn-more a {
		display: block;
		text-align: center;
		margin-top: 5px;
	}
	
	.catalog-product-view.page-layout-1column .product.media {
        width: 100% !important;
    }
    .catalog-product-view.page-layout-1column .product-info-main {
        width: 100% !important;
    }
    .catalog-product-view .technical-specification,
    .catalog-product-view .installation {
        width: 100%;
        padding-left: 0;
    }
    .catalog-product-view .fotorama__dot {
        background-color: #eaeaea;
        border-color: #eaeaea;
        height: 10px;
        width: 10px;
    }
    .catalog-product-view .most-viewed.slides-slider .mp-product-slider-block {
        padding-right: 0;
    }
    .catalog-product-view .fotorama__active .fotorama__dot {
        background-color: #4a7729;
        border-color: #4a7729;
    }
    .catalog-product-view .slides-slider .owl-item li {
        padding-right: 0px !important;
        margin-bottom: 0;
    }
    .catalog-product-view .mp-product-slider-title {
        font-size: 18px;
		margin-bottom: 40px;
    }
    .catalog-product-view .block-products-list .see-all {
        display: none;
    }
    .catalog-product-view .most-viewed-wrap .owl-carousel .owl-item .product-item {
        position: relative;
    }
    .catalog-product-view .slides-slider .mp-product-slider-content .owl-nav .owl-prev,
    .catalog-product-view .slides-slider .mp-product-slider-content .owl-nav .owl-next {
        transform: translateY(-50%);
        top: 43%;
    }
    .catalog-product-view .slides-slider .mp-product-slider-content .owl-nav .owl-prev {
        left: 0;
        right: auto;
    }
    .catalog-product-view .slides-slider .mp-product-slider-content .owl-nav .owl-next {
        left: auto;
        right: 0;
    }
    .catalog-product-view .most-viewed {
        padding: 50px 0 50px;
    }
    .catalog-product-view .page-main,
    .catalog-product-view .breadcrumbs {
        max-width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .catalog-product-view .fotorama__nav--dots .fotorama__nav__frame--thumb {
        display: block;
    }
    .catalog-product-view .fotorama__nav--dots .fotorama__nav__frame {
        height: 40px !important;
        width: 40px !important;
        margin-right: 10px;
        float: left;
    }
	
	.catalog-product-view .product-info-main .price-box {   
		margin-top: 20px;
	}
    .catalog-product-view .fotorama__nav__frame.fotorama__nav__frame--dot {
        display: none;
    }
    .catalog-product-view .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
        margin-top: 20px;
		padding-bottom: 10px;
    }
    .catalog-product-view .fotorama__nav__shaft {
        display: flex;
		justify-content: center;
    }
    .catalog-product-view .fotorama__nav--dots {
        display: flex;
    }
    .catalog-product-view .specidown .installation ul {
        margin-bottom: 0;
    }
	.catalog-product-view .fotorama__thumb{
		border: solid 1px #E3E3E3;
	}
	
	/* vs code end */
	
	.cms-home .post-list-wrapper .post-list li.post-holder a.post-read-more {
		margin-top: 20px;
		display: inline-block;
	}
	
}

@media (max-width:640px){

    .footer-list-outer.part2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-inner-wrap .part2 .footer-list {
        justify-content: space-between;
    }

    .cms-page-view .page-title-wrapper, 
    .contact-index-index .page-title-wrapper {
        padding: 70px 0;
    }

    .cms-page-view .page-title-wrapper .page-title, 
    .contact-index-index .page-title-wrapper .page-title {
        font-size: 24px;
    }
	
	.relateddetail .for-related-products ol.product-items li {
		width: 100% !important;
		padding: 0 15px;
		margin-bottom: 15px;
	}

	
	/* vs code start here */
	
	.minicart-wrapper .update-cart-item {
        float: none;
        margin-left: 0;
    }
    .minicart-wrapper .product .actions {
        margin: -28px 0 0;
		float: right;
    }


	/* vs code end here */

	.cms-home .post-list-wrapper .post-list li.post-holder {
		width: 100% !important;
		margin-bottom: 30px;
	}

	.cms-home .blog-widget-recent .post-description .post-text-hld {
		min-height: auto;
	}


}



@media (max-width:639px){
	
	.account.sales-order-history .table-order-items tbody tr {
		padding-bottom: 20px;
	}
	
	.account.sales-order-history .table-order-items tbody tr:last-child td {
		border-bottom: solid 1px #dadada !important;
	}

	.account.sales-order-history .table-order-items tbody tr td:last-child {
		border-bottom: none !important;
	}
	
	.address-list-table tbody tr {
		padding: 15px;
		background-color: #f4f7f4;
	}

	.address-list-table tbody tr td {
		padding: 0 0 15px !important;
		font-size: 14px;
		  font-weight: normal;
		  color: #292929;
	}
	
	.address-list-table tbody tr td:before {
		font-size: 12px;
		font-weight: bold !important;
		line-height: 1.17;
		letter-spacing: normal;
		color: #666666 !important;
		text-transform: uppercase;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}


@media (max-width:599px){
	
	.products-list ol.products.list.items.product-items li .product-item-info {
		padding-bottom: 80px;
		position: relative;
	}
	
	.products-list ol.products.list.items.product-items li .product-item-details {
		position: static;
	}
	
	.products-list ol.products.list.items.product-items li .product-item-details .product-item-inner {
		position: absolute;
		right: 0;
		top: auto;
		left: 0;
		bottom: 0;
		max-width: initial;
	}
	
	.slides-slider .mp-product-slider-content .owl-nav .owl-next {
		transform: translateY(-50%) rotate(180deg) !important;
	}
	
	.recent-viewed.recent-slides-slider .owl-dots {
		display: none !important;
	}
	
	.recent-viewed-wrap .content-heading .see-all ,
	.slides-slider .mp-product-slider-block .see-all {
		display: none;
	}
	
	.recent-see-all ,
	.mostViewed-see-all {
		display: block;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	/* vs code start */
	
	
		.most-viewed.slides-slider .owl-item li {
  
    position: relative;
}
	.most-viewed.slides-slider .mp-product-slider-content .owl-nav .owl-prev, .most-viewed.slides-slider .mp-product-slider-content .owl-nav .owl-next,.recent-viewed .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next,.recent-viewed .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev{
    top: 50%;
    transform: translateY(-50%);
}
	.most-viewed.slides-slider .mp-product-slider-content .owl-nav .owl-prev,.recent-viewed .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev{
		left: 0 !important;
	}
	
	.most-viewed.slides-slider .mp-product-slider-content .owl-nav .owl-next,.recent-viewed .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next{
		    right: 0 !important;
		
	}
	
	#recently_viewed .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after,#recently_viewed .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:after{
		
		    border-top: 0; 
	}
	#recently_viewed .product-image-container {
    width: 100% !important;
}
	.slides-slider .mp-product-slider-title,.recent-viewed-wrap .content-heading .title{
		    font-size: 18px;
	}
	
	

	.home-clark-image-mobile{
		
		display:block;
	}
	
	.home-clark-image-desktop{
		
		display:none;
	}
	
	.catalog-product-view .home-clark-image-mobile {
		width: 100%;
	}
	
	/* vs code end */
	
}



@media (max-width:598px){
	
	.recent-viewed .product-item-info {
		padding-right: 10px;
	}
	
}

@media (max-width:575px){
	
	ol.products.list.items.product-items li {
		width: 100%;
	}
	
	.wishlist-index-index .column.main .products-grid.wishlist ol.product-items li {
		width: 100%;
	}
	
	.wishlist-index-index .column.main .products-grid.wishlist ol.product-items li strong.product-item-name a {
		min-height: auto;
	}
	
	.most-viewed-products-wrap ol.products.list.items.product-items li {
		width: 100%;
	}
	
	.most-viewed-products-wrap ol.products.list.items.product-items li a.product.photo.product-item-photo img {
		width: 100%;
	}
	
	
}



@media (max-width:479px) {
	
	.mainSubbrand .subBrand {
		width: 100%;
	}
	
	.brandDescription .BrandDesc {
		padding: 40px 40px;
	}
	
	.top-header .header-inner-wrap .right-zone a.towishlist ,
	.top-header .header-inner-wrap .right-zone .minicart-wrapper ,
	.top-header .header-inner-wrap .right-zone ul.header.links , 
	.top-header .header-inner-wrap .right-zone ul.header.links .authorization-link:nth-child(1){
		margin-left: 10px;
		padding-left: 10px;
	}
	
	/* vs code */
	.minicart-wrapper .block-minicart {
        right: -70px;
        width: 300px;
    }
    .minicart-wrapper .block-minicart:before {
        right: 74px;
    }
    .minicart-wrapper .block-minicart:after {
        right: 73px;
    }
	/* vs code */ 
}

@media (max-width:360px) { 
	/* vs code */
    .minicart-wrapper .block-minicart {
        right: -90px;
    }
    .minicart-wrapper .block-minicart:before {
        right: 91px;
    }
    .minicart-wrapper .block-minicart:after {
        right: 90px;
    }
	/* vs code */
}

@media (max-width:340px) {
	/* vs code */
    .minicart-wrapper .block-minicart {
        right: -107px;
    }
    .minicart-wrapper .block-minicart:before {
        right: 111px;
    }
    .minicart-wrapper .block-minicart:after {
        right: 110px;
    }
	/* vs code */
}

@media (min-width:768px) and (max-width:1024px) {

	.slide1 h3 {
		font-size: 25px;
		max-width: 320px;
		padding-left: 10px;
	}
	
	.home-slider .custom_content2 {
		top: 10px;
	}
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.customer-account-forgotpassword .actions-toolbar button.submit {
		min-width: auto;
	}
	
	.top-header .header-inner-wrap .custom-logo {
		min-width: 180px;
	}
	
	.top-header .header-inner-wrap .custom-search {
		width: 150px;
	}
	
	.custom-search form.form.minisearch {
		width: 100%;
	}
	
	.custom-search #search_autocomplete {
		min-width: 250px;
	}
	
	.custom-search .active ~ .field.search .control .input-text {
		padding-right: 20px;
	}

	.checkout-cart-index table.cart.items tr.item-actions {
		position: static;
		height: 40px;
		width: 100%;
		display: block;
		text-align: right;
	}
	
	.checkout-cart-index table.cart.items tr.item-actions > td {
		width: 100%;
		display: block;
	}	
		
	.noproductfound {
		width: calc(100% + 235px) !important;
		left: -235px;
		position: relative;
	}
	
}


@media (min-width:992px) and (max-width:1199px) {
	
	.noproductfound {
		width: calc(100% + 315px) !important;
		left: -315px; 
		position: relative;
	}
	
}

.cms-index-index #recently_viewed ,
.catalog-product-view .most-viewed.slides-slider.recentviewdetail {
    position: relative;
    min-height: 250px;
}

.customLoader {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    z-index: 1;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.ampickup-choosemap {
    display: none !important;
}

.buynowRecent {
    padding: 10px 5px !important;
    background-color: #4a7729 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    border-radius: 0 !important;
    border: solid 1px #4a7729 !important;
    line-height: 18px !important;
    letter-spacing: normal !important; 
    color: #ffffff !important;
    text-align: center !important;
    text-transform: uppercase !important;
}



body.customer-account-login ,
body.customer-account-create ,
body.customer-account-forgotpassword {
	background: #f4f7f4;
}

.account.wishlist-index-index .message.info.empty ,
.account.sales-order-history .message.info.empty {
    background: #fcfdfc !important;
    padding: 250px 15px !important;
    text-align: center;
}

.account.wishlist-index-index .message.info.empty span:before ,
.account.sales-order-history .message.info.empty  span:before {
    position: static;
	background:url('../../frontend/gwa/friendsandfamily/en_US/images/no-product.png');
	width: 100%;
    height: 140px;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
}

.account.wishlist-index-index .message.info.empty span ,
.account.sales-order-history .message.info.empty span {
	font-size: 20px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #6e7a66;
    margin: 20px 0 0;
}

ol.products.list.items.product-items li .stock.unavailable {
    border: solid 1px #FFF7F4;
    background: #FFF7F4;
    color: #E6450B;
    text-align: center;
    padding: 13px 5px;
    line-height: 1;
    font-size: 13px;
    text-transform: uppercase;
}

.wishlist-index-index .unavailable.stock span {
	border: solid 1px #FFF7F4;
    background: #FFF7F4;
    color: #E6450B;
    text-align: center;
    padding: 13px 5px; 
    line-height: 1;
    font-size: 13px;
	display: block;
    text-transform: uppercase;
}

.catalog-product-view .stock.unavailable {
    margin: 15px 0 0;
}

.catalog-product-view .stock.unavailable span {
    display: block;
	color: red;
	position: relative;
    padding-left: 20px;
}

.catalog-product-view .stock.unavailable span:before {
    content: "";
	width: 6px;
	height: 6px;
	background: red;
	border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}

.stockUnavailable {
	display: none !important;
}

.viewed-recentelyviewed-index ol.products.list.items.product-items li .product-item-info a.product.photo.product-item-photo img ,
.viewed-mostviewed-index ol.products.list.items.product-items li .product-item-info a.product.photo.product-item-photo img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}








.blog-page.blog-page-list .page-main > .columns, .blog-page.blog-post-view .page-main > .columns { padding-top: 0; }
.blog-page.blog-page-list .page-main > .columns .breadcrumbs, body.blog-page.blog-post-view .page-main > .columns .breadcrumbs { padding-left: 0; margin-bottom:0 !important; }
.breadcrumbs ul li a, .breadcrumbs ul li strong { font-weight: 600; }
.blog-page-list .post-list-wrapper .post-list li.post-holder .post-title,.blog-page-list .post-list-wrapper .post-list li.post-holder .post-title a { font-weight: 600; }
.blog-page-list .post-list-wrapper .post-list li.post-holder .post-posed-date { line-height: 1; }
.blog-page-list .post-list-wrapper .post-list li.post-holder .post-text-hld { margin-bottom: 30px; }
.blog-page-list .post-list-wrapper .post-list li.post-holder a.post-read-more { min-width: 147px; text-align: center; }
.blog-page .pages .items { display: table; margin: 30px auto 0; line-height: 1; }
.blog-page .pages .item .page { font-size: 13px; width: 24px; height: 24px; line-height: 24px; margin: 0; text-align: center; color: #6c6c6c !important; }
.blog-page .pages .item.current .page { color: #fff !important; }
.blog-page .pages .item.current { background-color: #4a7729; }
.blog-page .pages .items .item { line-height: 24px; }
.blog-page .pages .action{border:none;}
.blog-page .pages .action.previous:before, .blog-page .pages .action.next:before{ font-size:36px;}
.blog-post-view .post-view .post-title-view { margin: 0 0 13px; font-size: 24px; font-weight: 500; line-height: 1.25; color: #292929; }
.product-info-main .product-reviews-summary .reviews-actions , .product-info-main .product-reviews-summary .reviews-actions a { line-height: 15px; font-size: 15px; font-weight: 600; color: #9f9f9f; text-transform: uppercase; }
.product-info-main .product-reviews-summary .reviews-actions a { color: #4a7729; }
.catalog-product-view #reviews:after { position: absolute; content: ''; left: 50%; background: #f4f7f4; height: 100%; top: 0; transform: translateX(-50%); width: 100vw; z-index: -1; }
.catalog-product-view .block.review-add { margin-bottom: 70px; }
.catalog-product-view .block.review-add .review-control-vote{ float: left; margin: 0 0 14px -5px;}
.catalog-product-view #product-review-container { padding-top: 70px; border-top: solid 1px #979797; }
.catalog-product-view .review-items .review-item { padding: 50px 0; }
.catalog-product-view .review-items .review-item:last-child{ border-bottom:none;}
.catalog-product-view .review-items .review-content{margin:0; font-size: 15px; line-height: 1.47; color: #6c6c6c; width: 100%; clear: both; display: block;}
.catalog-product-view .review-items .review-title { font-size: 22px; font-weight: 600; line-height: 24px; margin-bottom: 16px; }
.catalog-product-view .review-items .review-details { display: flex; align-items: flex-start; color: #6c6c6c; margin-bottom: 18px; }
.catalog-product-view .review-items .review-author { margin-right: 24px; color: #6c6c6c; font-size: 15px; font-weight: 500; margin-bottom: 0; }
.catalog-product-view .review-items .review-date { margin-left: 19px; color: #6c6c6c; font-size: 15px; font-weight: 500; margin-bottom: 0; }
.catalog-product-view .review-items .review-author strong { font-weight: 500; }
.catalog-product-view .review-items .review-ratings { margin-bottom: 12px; }
.catalog-product-view .review-items .rating-summary .rating-result:before{ color:#cedfd0;}
.catalog-product-view .review-items .rating-summary .rating-result > span:before { color: #ffc900; }
.catalog-product-view #reviews .field.review-field-text .control textarea { resize: none; }
.catalog-product-view #reviews .field.review-field-nickname label, .catalog-product-view #reviews .field.review-field-summary label, .catalog-product-view #reviews .field.review-field-text label, .catalog-product-view #reviews #product-review-table .review-field-rating > .label{font-weight:600;}
.catalog-product-view #reviews .field.review-field-nickname label:after, .catalog-product-view #reviews .field.review-field-summary label:after, .catalog-product-view #reviews .field.review-field-text label:after{ color: #535b5f; font-size: 16px; margin: 0 0 0 2px;}

.cms-index-index .slider-product-item-details .reviews-actions > a.action.add,  .cms-index-index .custom-slider .reviews-actions > a.action.add{ display: none; }
.catalog-product-view .slider-product-item-details .reviews-actions > a.action.add, .catalog-product-view .custom-slider .reviews-actions > a.action.add { display: none; }
.viewed-mostviewed-index a.action.add { display: none; }
.viewed-recentelyviewed-index a.action.add { display: none; }
.wishlist-index-index .column.main .products-grid.wishlist ol.product-items li .product-reviews-summary{margin-left: 12px;}
ol.products.list.items.product-items li .product-item-details .product-reviews-summary, .wishlist-index-index .column.main .products-grid.wishlist ol.product-items li .product-reviews-summary, .slider-product-item-details .product-reviews-summary, .product-item .product-item-details .product-reviews-summary {margin-top:-12px;min-height: 28px;}
ol.products.list.items.product-items li .product-item-details .product-brand-name + .price-box.price-final_price, .wishlist-index-index .column.main .products-grid.wishlist ol.product-items li .product-brand-name + .price-box, .slider-product-item-details .product-brand-name + .price-box.price-final_price, .product-item .product-item-details .product-brand-name + .price-box.price-final_price { margin-top: 46px; }
.product-item .product-reviews-summary .reviews-actions > a { font-size: 12px !important; color: #4a7729 !important; font-weight:500 !important; }
.catalog-product-view .product-info-stock-sku { display: flex; flex-wrap: wrap; align-items: flex-start; }
.product-info-main .product-reviews-summary { display: inline-block; margin: 0; padding: 0 10px; position: relative;}
.product-info-main .product-reviews-summary .reviews-actions { line-height: 15px; }
.product-info-main .product-reviews-summary .reviews-actions a { line-height: 1.4; }
.product-info-main .product-info-stock-sku .stock { margin: 0; padding: 0 5px; position: relative;}
.product-info-main .product-info-stock-sku .stock:after{ position: absolute; content: ""; height: 12px; width: 1px; background-color: #dadada; right: 0px; top: 4px;}
.product-info-main .product-reviews-summary .rating-summary .rating-result{ max-height: 20px; margin-top: -18px;}
.product-info-main .product-reviews-summary .rating-summary .rating-result > span:before{color:#ff5501;}
.blog-post-view .post-view .post-content .post-description .post-ftimg-hld img { max-height: 456px; object-fit: cover; }
.blog-page-list .post-list-wrapper .post-list .blog-lis-image{ max-height: 210px; min-height: 210px;}
.blog-page-list .post-list-wrapper .post-list .blog-lis-image img{ max-height: 210px; min-height: 210px; object-fit: cover; object-position: center;}
.home-page-blogs .post-ftimg-hld a img { max-height: 197px; min-height: 197px; object-fit: cover; object-position: center;}
.home-page-blogs .post-list-wrapper .post-list li.post-holder a.post-read-more{ font-weight:600;}
.blog-page-list .post-list-wrapper .post-list li.post-holder .post-text-hld { max-height: 95px; overflow: hidden; }
.blog-page-list .post-list-wrapper .post-list li.post-holder .post-text-hld p { max-height: 95px;min-height: 95px; overflow: hidden; -webkit-line-clamp: 4; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; }
.product-info-main .product-reviews-summary { border-bottom: 1px solid rgba(151, 151, 151, .5); padding: 2px 6px 12px; margin-bottom: 5px; width: 100%; }
.product-info-main .product-reviews-summary .reviews-actions .action.view{ position:relative;    padding-right: 8px; margin-right: 8px;}
.product-info-main .product-reviews-summary .reviews-actions .action.view:after{ position: absolute; content: ""; height: 12px; width: 1px; background-color: #dadada; right: 0px; top: 2px;}
.product-item .product-reviews-summary .reviews-actions > a.action.add { display: none; }

body.checkout-index-index #checkout .order-attributes .order-attributes-form.fieldset.address .field > label.label {
	display: none;
}

@media (max-width:767px){
	.blog-page-list .post-list-wrapper .post-list li.post-holder { width: 100% !important; margin-bottom: 40px; }
	.catalog-product-view .block.review-add { margin-bottom: 50px; }
	.catalog-product-view #product-review-container { padding-top: 50px; }
	.catalog-product-view #reviews .fieldset .review-legend.legend span,.catalog-product-view #reviews #customer-reviews .block-title strong { font-size: 22px; }
	.catalog-product-view #reviews .fieldset .review-legend.legend strong,.catalog-product-view .review-items .review-title { font-size: 17px; }
	.catalog-product-view #reviews fieldset.field.required.review-field-ratings > .label span { font-size: 20px; }
	.catalog-product-view .review-items .review-item { padding: 42px 0; }
	.blog-page-list .post-list-wrapper .post-list .blog-lis-image{ max-height: 180px; min-height: 180px;}
	.blog-page-list .post-list-wrapper .post-list .blog-lis-image img{ max-height: 180px; min-height: 180px;}
	.home-page-blogs .post-ftimg-hld a img { max-height: 168px; min-height: 168px; }
}
/* Out Of Stock CSS */
.slides-slider .owl-item li .product.details.slider-product-item-details .stock.unavailable ,
.custom-slider .stock.unavailable {
    border: solid 1px #FFF7F4;
    background: #FFF7F4;
    color: #E6450B;
    text-align: center;
    padding: 13px 5px;
    line-height: 1;
    font-size: 13px;
    text-transform: uppercase;
	margin: 0px;
}
.slides-slider .owl-item li .product.details.slider-product-item-details .stock.unavailable span:before ,
.custom-slider .stock.unavailable span:before {
	display: none;
}
.slides-slider .owl-item li .product.details.slider-product-item-details .stock.unavailable span ,
.custom-slider .stock.unavailable span {
	padding-left: 0px;
}
.catalog-product-view.page-layout-1column .product-info-main .stock.unavailable {
    border: solid 1px #FFF7F4;
    background: #FFF7F4;
    color: #E6450B;
    text-align: center;
    padding: 13px 25px;
    line-height: 1;
    font-size: 13px;
    text-transform: uppercase;
}
.catalog-product-view.page-layout-1column .product-info-main .stock.unavailable span {
	padding-left: 0px;
	color: #E6450B;
}
.catalog-product-view.page-layout-1column .product-info-main .stock.unavailable span:before {
	display: none;
}
.products-grid.wishlist .product-item .box-tocart .stock.unavailable {margin-top:0px;}




/* products line issue code start here */

.wishlist-index-index .column.main .products-grid.wishlist ol.product-items {
    display: flex;
    flex-wrap: wrap;
}

.products-grid.wishlist ol.product-items li > .product-item-info {
    height: 100%;
    display: flex !important;
    flex-direction: column;
}

.products-grid.wishlist ol.product-items li .productInner ,
.products-grid  ol.products.list.items.product-items li .product-item-info {
    height: 100%;
	display: flex !important;
    flex-direction: column;
}

.products-grid.wishlist ol.product-items li .productInner ,
.products-grid ol.products.list.items.product-items li .product-item-details {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.products-grid.wishlist ol.product-items li .productInner .custom-text-div ,
.products-grid ol.products.list.items.product-items li .product-item-details .custom-text-div {
    min-height: 160px;
	display: flex;
    flex-direction: column;
}

.products-grid.wishlist ol.product-items li .productInner .product-reviews-summary ,
.products-grid ol.products.list.items.product-items li .product-item-details .product-reviews-summary {
	min-height: 48px;  
}

.products-grid.wishlist ol.product-items li .productInner .product-item-name ,
.products-grid ol.products.list.items.product-items li .product-item-details .product-item-name {
    flex-grow: 1;
}


.account.affiliate-account-refer .column.main .page-title {
    display: none;
}

.account.affiliate-account-refer #account-nav ul.nav.items > ul {
    display: none;
}

.account.affiliate-account-refer .affiliate-refer-type .form-affiliate {
    background-color: #f3f7f4;
    padding: 33px 20px;
}

.account.affiliate-account-refer .affiliate-refer-type .form-affiliate .legend {
    font-size: 18px;
    font-weight: 600;
    line-height: 0.89;
    letter-spacing: normal;
    color: #292929;
    margin-left: 0;
}

.account.affiliate-account-refer .affiliate-refer-type .form-affiliate .field.sharing_email label.label {
    width: 100%;
    text-align: left;
    margin: 0 0 25px;
}

.account.affiliate-account-refer .affiliate-refer-type .form-affiliate .actions-toolbar.affiliate-clear {
	margin-left: 0px;
}


.account.affiliate-account-refer .affiliate-refer-type .form-affiliate .actions-toolbar.affiliate-clear #refer-sendmail-button {
	padding: 10px 15px;
    background-color: #4a7729;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0;
    border: solid 1px #4a7729;
    line-height: 18px;
    letter-spacing: normal;
    color: #ffffff;
    width: 100%;
}

.account #account-nav ul.nav.items > ul {
	padding: 0;
    list-style: none;
    margin: 3px 0 0;
	
	
}
.product-info-main .product.alert.stock{font-weight: 600;}

@media screen and (min-width:768px){
.product-info-main .product.alert.stock {
    float: right;
    width: max-content;
    margin-top: 15px;
    font-weight: 600;
}
}

.amcheckout-step-container .opc-payment-additional.discount-code{
  background: #4a7729;
display:block;
}

.amcheckout-step-container .opc-payment-additional.discount-code button.action.secondary{
	background: #fff;
    color: #4a7729;
	min-height: 40px;
}

.payment-option-inner.gift-card-used .gift-card-used-item .gift-card-remove-icon{
	color: red;
    font-size: 25px;
    margin-right: 10px;
}

.gift-card-apply .form-discount .gift-card-check-code .field .control span{
	color: #fff;
}

.payment-option-inner.gift-card-used .gift-card-used-item span {
    color: #fff;
}

.checkout-payment-method .payment-option-title .action-toggle {
    display: flex;
    align-items: center;
    color:#fff;
}
.checkout-payment-method .payment-option-title .action-toggle:after{color:#fff;}

.amcheckout-step-container .form-discount .actions-toolbar .action {
    min-height: 40px;
    background: #fff;
    color: #4a7729;
}
@media only screen and (max-width: 767px){
.nav-open .nav-sections {
    z-index: 99999;
}
}



.modal-popup.location-modal-aside .modal-inner-wrap{
    max-width: 576px;
    padding: 40px;
    border-bottom: 4px solid #4a7729;
}

.modal-popup.modal-slide.location-modal-aside .modal-footer {
    border-top: 0;
    text-align: center;
    padding-bottom: 0;
}

aside.location-modal-aside .modal-header{
    padding-bottom: 0;
}

.location-modal-aside.modal-slide .action-close:before {
    color: #000;
}

.location-modal-aside .evailability-postcode-box label{
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight:600;
    color: #4a7729;
    margin-bottom: 20px;
}

.location-modal-aside .evailability-postcode-box input{
    padding: 12px;
    font-size: 12px;
    max-width: 320px;
    margin: 0 auto;
    display: block;
    height: 40px;
    border-color: #383A3C;
}

aside.location-modal-aside .modal-content{
    padding-bottom: 0;
}

aside.location-modal-aside .modal-footer button{
    padding: 12px 18px;
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .03em;
    color: #fff;
    text-transform: uppercase;
    background-color: #4a7729;
    border: none;
    border-radius: 0;

}

aside.location-modal-aside .errormsg p{
    text-align: center;
    color: #c91d1d;
    font-size: 12px;
}

.modal-slide.location-modal-aside .action-close {
    padding: 5px;
}


@media screen and (max-width:767px){
   
    .modal-popup.modal-slide.location-modal-aside{
        left: 0;
    }
    
    .modal-popup._inner-scroll.location-modal-aside .modal-inner-wrap{
        max-width: 80%;
        margin: 0 auto;
    }

    .modal-popup.modal-slide.location-modal-aside .modal-inner-wrap{
        min-height: inherit;
    }

     .modal-popup.location-modal-aside .modal-inner-wrap{
        padding: 20px;
    }
    
}


/****button style*****/


button.cartbtn.buy-now{
    border: solid 1px #4a7729;
    background: #4a7729;
    color: #fff;
}


.box-tocart button.cartbtn{
    width: 178px;
    padding: 16px 5px;  
    border-radius: 0;
    color: #4a7729;
    text-transform: uppercase;
    font-weight: 500;
    border-color: #4a7729;
    
}

button:hover, .cart.table-wrapper .actions-toolbar>.action:hover, .action-gift:hover{
    background-color: transparent;
    color: #4a7729;
}

button, .cart.table-wrapper .actions-toolbar>.action, .action-gift{
    background-color: transparent;
}



button:active, .cart.table-wrapper .actions-toolbar>.action:active, .action-gift:active{
    box-shadow: none;
}


.box-tocart button.buy-now.cartbtn{
   
    color: #fff;
    
}


.for-related-products button.cartbtn,.product-item-details button.cartbtn{
    width: 100%;
    padding: 11px 10px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    color: #4a7729;
    border-color: #4a7729;
}

.for-related-products button.cartbtn.buy-now,.product-item-details button.cartbtn.buy-now{
    color: #fff;
}

button.primary.cartbtn.enter_postcode:active:focus{
    background-color: transparent;
}


.most-viewed button.primary.cartbtn.enter_postcode{

    padding: 10px 5px;
    background-color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0;
    border: solid 1px #4a7729;
    line-height: 18px;
    letter-spacing: normal;
    color: #4a7729;
    width: 100%;
    text-transform: uppercase;
}

.recent-viewed-wrap .buynowRecent{
    width: 48%;
}
.recent-viewed-wrap button.primary.cartbtn.enter_postcode{
    width: 48%;
}
.current_location{
    color: #4a7729;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
    position: absolute;
    left: 0;
    right: 0;
}
.modal-popup._inner-scroll.location-modal-aside .modal-content {
    overflow-y: inherit;
	position: relative;
}
.location-loader {
    position: absolute;
    text-align: center;
    margin: auto;
    left: -50px;
    top: 52px;
    height: 50px;
    width: 50px;
    right: 0;
}
.errormsg {
    position: absolute;
    text-align: center; 
    margin: auto;
    left: 0;
    bottom: 3px;
    right: 0;
}
.evailability-postcode-box {
    margin-bottom: 35px;
}
.click_to_cart_btn {
    display: none !important;
}
.click-restrict{pointer-events: none;}

@media screen and (max-width:767px){
    .box-tocart button.cartbtn{
        width: 100%;
    
    }

    .catalog-product-view .box-tocart #product-addtocart-button{
        margin-left: 0;
        margin-top: 10px;

    }
	
	.amcheckout-main-container .amcheckout-column .amcheckout-block.amcheckout-step-container.-summary .opc-block-summary.amcheckout-summary-container{
		margin-top: 40px;
	}
	
	.amcheckout-main-container .amcheckout-column .checkout-payment-method{
		    margin: 0 15px;
	}
	
	.amcheckout-main-container .amcheckout-column .checkout-payment-method.submit{
		    margin: 0px;
	}
	
	.checkout-payment-method.submit .payment-methods .actions-toolbar {
		padding: 20px 20px 30px;
   
	}
	
	.checkout-payment-method .payment-option-title{
			border-top: 0;
	}
}


/*========== Checkout page css =========*/
.checkout-payment-method.submit .payment-methods .actions-toolbar {
    padding: 0px 20px 16px;
    margin: 0 !important;
    background: #4a7729;
}
.checkout-index-index .amcheckout-checkboxes {
    margin: 0 !important;
    padding: 0 !important;
}
.checkout-index-index  .amcheckout-additional-options.additional-options {
    background-color: #4a7729 !important;
    border: unset;
    padding-bottom: 20px;
    color: #fff;
}
.checkout-index-index  .checkout-agreement:before {
    display: none !important;
}
 .checkout-index-index  .additional-options .field {
    margin-top: 0 !important;
}

.checkout-index-index .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
    margin-bottom: 0 !important;
}

.checkout-agreement .mage-error[generated] {
    color: #ffa7a5;
    font-size: 14px;
}
.checkout-index-index .additional-options .field .collection_popup {
    color: #fff;
    text-decoration: underline;
}

/*======== Checkout popup =======*/
.delivery-return-agreement .modal-inner-wrap {
    background-color: #4A7729 !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
    border-radius: 5px;
    color: #fff;
    padding: 32px 0 24px;
}

.delivery-return-agreement  .checkout-agreement-modal {
    font-size: 16px;
    line-height: 24px;
}

.delivery-return-agreement  .checkout-agreement-modal p a {
	color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
}

.delivery-return-agreement .modal-footer button {
    min-width: 200px; 
    border-radius: 14px;
    color: #fff;
    font-weight: 400;
	word-spacing: 5px;
}

.delivery-return-agreement .modal-footer button:active, .delivery-return-agreement .modal-footer button:focus {
	background-color: transparent;
}


.delivery-return-agreement  .checkout-agreement-modal p:last-child {
    margin-top: 40px;
    line-height: 32px;
}

.delivery-return-agreement  .modal-footer {
    border: 0 !important;
    padding-top: 0 !important;
}

/*======= Login page popup ======*/
.customer-account-login .collection_stmt_modal .modal-inner-wrap {
    margin: 4% auto 0 auto;
}

@media (max-width: 767.98px){
	.checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
	    margin-right: 0;
	}
	.delivery-return-agreement {
    left: 0 !important;
    margin-top: 20%;
}
.delivery-return-agreement .modal-inner-wrap {
    min-height: auto !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
}

@media (min-width: 768px) {
/* .delivery-return-agreement .modal-inner-wrap { 
    width: 100% !important;
    max-width: 585px !important;
 } */

.delivery-return-agreement .checkout-agreement-modal {
    font-size: 16px;
    line-height: 24px;
}

.delivery-return-agreement  .modal-footer {
    text-align: center !important;
}
}
.custom-product-alert-btn{display:none;}
.product-info-main .product.alert.stock > a{
    padding: 10px 5px;
    background-color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0;
    border: solid 1px #4a7729;
    line-height: 18px;
    letter-spacing: normal;
    color: #4a7729;
    width: 100%;
    text-transform: uppercase;
	font-weight: 600;
}

.product-info-main .product.alert.stock > a:hover{
text-decoration: none;
}
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 170px;
  background-color: #292929;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 10px;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
   
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #292929 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.subbrandfooter p {	
    color:#000000 !important;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

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

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(../../frontend/gwa/friendsandfamily/en_US/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(../../frontend/gwa/friendsandfamily/en_US/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(../../frontend/gwa/friendsandfamily/en_US/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(../../frontend/gwa/friendsandfamily/en_US/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(../../frontend/gwa/friendsandfamily/en_US/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(../../frontend/gwa/friendsandfamily/en_US/Amasty_Storelocator/vendor/chosen/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}.control {
    position: relative;
}
.field-icon {
    position: absolute;
	z-index: 2;
	right: 17px;
	top: 5px;
}
.field-icon.eye-close {
    top: 6px;
}
.field-icon.toggle-password.eye-close::before{
    content:url('../../frontend/gwa/friendsandfamily/en_US/Codedecorator_Password/images/eye-close.svg');
}
.field-icon.toggle-password.eye-open::before{
    content:url('../../frontend/gwa/friendsandfamily/en_US/Codedecorator_Password/images/eye-open.svg');
}/**
 * 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/gwa/friendsandfamily/en_US/Mageplaza_Core/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);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);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;-webkit-transform-origin:center bottom;animation-name:bounce;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-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-name:headShake;animation-timing-function:ease-in-out}@-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-animation-name:swing;-webkit-transform-origin:top center;animation-name:swing;transform-origin:top center}@-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:translateZ(0);transform:translateZ(0)}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:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}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:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}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:translateZ(0);transform:translateZ(0)}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;-webkit-transform-origin:center;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-duration:1.3s;-webkit-animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-duration:1.3s;animation-name:heartBeat;animation-timing-function:ease-in-out}@-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%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;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%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity: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%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;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%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;-webkit-animation-name:bounceIn;animation-duration:.75s;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%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;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:translateZ(0);transform:translateZ(0)}}@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%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;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:translateZ(0);transform:translateZ(0)}}.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%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;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:translateZ(0);transform:translateZ(0)}}@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%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;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:translateZ(0);transform:translateZ(0)}}.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%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;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:translateZ(0);transform:translateZ(0)}}@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%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;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:translateZ(0);transform:translateZ(0)}}.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%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;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%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;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%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;-webkit-animation-name:bounceOut;animation-duration:.75s;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity: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%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity: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%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.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{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{-webkit-animation-name:flip;-webkit-backface-visibility:visible;animation-name:flip;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-animation-name:flipInX;-webkit-backface-visibility:visible!important;animation-name:flipInX;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-animation-name:flipInY;-webkit-backface-visibility:visible!important;animation-name:flipInY;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutY;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutY;backface-visibility:visible!important}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-name:lightSpeedIn;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-name:lightSpeedOut;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}@keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}.hinge{-webkit-animation-duration:2s;-webkit-animation-name:hinge;animation-duration:2s;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.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{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;animation-duration:1s;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion){.animated{-webkit-animation:unset!important;-webkit-transition:none!important;animation:unset!important;transition:none!important}}/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_BannerSlider
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.mp-banner-slider .owl-nav button span{
    position: absolute;
    top: 40%;
    font-size: 80px;
    color: #869791;
}
.mp-banner-slider .owl-nav .owl-prev span{
    left: 1%;
}
.mp-banner-slider .owl-nav .owl-next span{
    right: 1%;
}
.mp-banner-slider .owl-dots{
    position: absolute;
    top: 88%;
    left: 49%;
}
.mp-banner-slider .owl-dots .owl-dot{
    box-shadow: none;
}
.sidebar .mp-banner-slider .owl-nav button span{
    font-size: 30px;
    top: 30%;
}
.sidebar .mp-banner-slider .owl-dots .owl-dot span{
    width: 8px;
    height: 8px;
}
.sidebar .mp-banner-slider .owl-dots{
    top: 70%;
    left: 42.5%;
}

@media only screen and (max-width: 764px) {
    .mp-banner-slider .owl-nav button span{
        top: 20%;
        font-size: 45px;
    }
    .mp-banner-slider .owl-dots{
        top: 62%;
        left: 47%;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .mp-banner-slider .owl-nav button span{
        top: 30%;
        font-size: 80px;
    }
    .mp-banner-slider .owl-dots{
        top: 75%;
        left: 49%;
    }
}
#search_autocomplete{position:absolute;left:0;top:0;width:100%;height:100%;overflow:visible}.c-smartsearch{text-transform:uppercase}.c-smartsearch__overlay{position:fixed;width:100%;height:100%;top:0;left:0;z-index:998}.c-smartsearch__wrapper{position:absolute;width:99.6%;top:32px;z-index:999;left:7px;border:1px solid #ededed;box-shadow:0px 1px 4px 0px #ededed;background:#FFFFFF}.c-smartsearch__wrapper--inner{width:100%;max-width:460px;margin:0 auto}.c-smartsearch__content{background-color:white}.c-smartsearch__product{border-top:1px solid #f2f2f2;padding:15px 15px}.c-smartsearch__title{text-decoration:none;float:left;clear:both}.c-smartsearch .c-smartsearch__sale--accent{color:#3a3a3a}.c-smartsearch .c-smartsearch__price{float:left}.c-smartsearch .c-smartsearch__price>span{padding-right:2px}.c-smartsearch .u-strike-through{text-decoration:line-through}.c-smartsearch .col-8-8{width:89%;float:left;margin-left:0;margin-right:0}.c-smartsearch .col-2-8{width:22.89157%;float:left;margin-right:2.81124%}.c-smartsearch .col-6-8{width:72%;float:right;margin-right:0;margin-top:-4px}@media screen and (max-width:1023px){.c-smartsearch__wrapper--inner{max-width:100% !important}.c-smartsearch__wrapper{top:50px !important}.c-smartsearch__image{text-align:center}.c-smartsearch__image img{max-height:150px;width:auto}}.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,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%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-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:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../frontend/gwa/friendsandfamily/en_US/Ves_Brand/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-nav .disabled{opacity:.5;cursor:default}.owl-nav.disabled+.owl-dots{margin-top:10px}.owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-dots .owl-dot{display:inline-block;zoom:1}.owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}/*!
 * 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;
  }
}.brand-widget .owl-carousel ul,
.brand-widget .owl-carousel li
{
	list-style: none;
}

.brand-widget .owl-carousel {
	width: auto !important;
	margin-left: -9px;
	margin-right: -9px;
}
.brand-widget .owl-carousel .owl-item {
	padding-left: 9px;
	padding-right: 9px;
	float: left;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.brand-widget .owl-carousel .owl-wrapper {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	float: left;
}

.brand-widget .carousel-controls .carousel-control {
	background: #fff;
	color: #8e8e8e;
	font-size: 13px;
	text-shadow: none;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	top: 50%;
	margin-top: -12px;
}
.brand-widget .carousel-controls .carousel-control{
	color:#1979c3 !important;
}
.brand-widget .carousel-controls .carousel-control.left {
	left: -10px;
	background-image: none;
}
.rtl .carousel-controls .carousel-control.left {
	right: -10px;
	left: auto;
	background-image: none;
}
.brand-widget .carousel-controls .carousel-control.right {
	right: -10px;
	background-image: none;
}
.rtl .carousel-controls .carousel-control.right {
	left: -10px;
	right: auto;
	background-image: none;
}

.brand-description{
	margin-top: 10px;
	margin-bottom: 30px;
}

.brand-widget .carousel-controls a{
	display: none;
}

.brand-widget:hover .carousel-controls a{
	display: block;
}

.brand-widget .block-title{
	text-align: center;
	margin-bottom: 30px;
}

.brand-widget .block-title strong{
	font-size: 25px;
}

.panel {
	margin: 0;
	background: none;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ves-brandlist .brandlist .brand-item{
	height: 70px;
}
.ves-brandlist .brandlist .brand-toolbar{
	margin-top: 30px;
	text-align: right;
}

.brand-sidebar .brand-item {
	height: 50px;
}
.ves-brandlist .toolbar-products .pages{display: block;}
.brand-searchform form.search-form {
    position: relative;
}
.brand-searchform .search-form button {
    display: block;
    height: 38px;
    right: 0px;
    float: right;
    position: absolute;
    top: 30px;
    width: 38px;
}.cms-page-view .product-item-info ,
.cms-index-index .product-item-info{
	width: auto;
	text-align: center;
}

.owl-carousel .product-item-info {
	width: auto;
}

.products.products-grid,
.custom-slider {
	position: relative;
	padding: 0 0 20px;
}
.extend_1,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	user-select: none;
}
.owl-carousel {
	display: none;
	width: 100%;
	position: relative;
	z-index: 0;
}
.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;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.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;
	padding: 20px 0;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	transform-style: preserve-3d;
}
.owl-carousel .owl-item .owl-lazy {
	/*opacity: 0;*/
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item .product-item {
	width: 100% !important;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.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/gwa/friendsandfamily/en_US/WeltPixel_OwlCarouselSlider/css/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}
.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;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel.owl-text-select-on .owl-item {
	user-select: auto;
}
.owl-carousel .banner-item .content_slider {
	position: absolute;
	top: 25%;
	left: 50px;
	width: calc(100% - 120px);
	z-index: 1;
	color: #fff;
}
.owl-carousel .banner-item .content_slider.banner-type-3 {
    position: relative;
    top: 0;
    left: 0px;
    width: 100%;
}
.owl-carousel .banner-item .content_slider .banner-title {
	width: 100%;
	color: #fff;
	font-size: 32px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	clear: both;
}
.owl-carousel .banner-item .content_slider .banner-description {
	width: 100%;
	clear: both;
	display: inline-block;
	text-align: center;
	padding: 15px 0;
}
.owl-carousel .banner-item .content_slider .buttons {
	width: 100%;
	clear: both;
	display: inline-block;
	text-align: center;
}
.owl-carousel .banner-item .content_slider .buttons a.action.primary {
	margin: 10px;
}
.owl-carousel .banner-item .content_slider .buttons .custom_content {
	margin: 10px 0 0;
	text-align: center;
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.owl-height {
	transition: height 500ms ease-in-out;
}
.owl-theme .owl-controls {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 0px;
	margin: calc(-40px / 2) 0 0;
	padding: 0;
	background: rgba(255, 255, 255, 0.5);
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	text-indent: 100%;
	overflow: hidden;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-] {
	background: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
	left: 15px;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
	left: -55px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before {
	position: absolute;
	top: 26px;
	left: 8px;
	z-index: 1;
	width: 20px;
	height: 1px;
	content: "";
	border-top: 2px solid #000;
	transform: rotate(40deg);
	border-radius: 20px;
	text-indent: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:after {
	position: absolute;
	top: 14px;
	left: 8px;
	z-index: 1;
	width: 20px;
	height: 1px;
	content: "";
	border-top: 2px solid #000;
	transform: rotate(-40deg);
	border-radius: 20px;
	text-indent: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
	right: 15px;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
	right: -55px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before {
	position: absolute;
	top: 14px;
	right: 8px;
	z-index: 1;
	width: 20px;
	height: 1px;
	content: "";
	border-top: 2px solid #000;
	transform: rotate(40deg);
	border-radius: 20px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after {
	position: absolute;
	top: 26px;
	right: 8px;
	z-index: 1;
	width: 20px;
	height: 1px;
	content: "";
	border-top: 2px solid #000;
	transform: rotate(-40deg);
	border-radius: 20px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: #000000;
	color: #fff;
	text-decoration: none;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: transparent;
	color: #000000;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
	border-color: #fff;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
	border-color: #000000;
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}
.owl-theme .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 20px;
}
[class*=owl-carousel-products-].owl-theme .owl-dots {
	position: relative;
	bottom: -20px;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot:hover span {
	background: #000000;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: #000000;
}
.no-js .owl-carousel {
	display: block;
}
#pre-div-ajax{
	position: relative;
	top: 80px
}
#pre-div {
	background-color: #fff;
	bottom: 0;
	height: 100%;
	width: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10000;
}
.cssload-loader {
	position: absolute;
	left: calc(50% - 31px);
	top: calc(50% - 31px);
	width: 62px;
	height: 62px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	perspective: 780px;
}

.cssload-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.cssload-inner.cssload-one {
	left: 0%;
	top: 0%;
	animation: cssload-rotate-one 1.15s linear infinite;
	-o-animation: cssload-rotate-one 1.15s linear infinite;
	-ms-animation: cssload-rotate-one 1.15s linear infinite;
	-webkit-animation: cssload-rotate-one 1.15s linear infinite;
	-moz-animation: cssload-rotate-one 1.15s linear infinite;
	border-bottom: 3px solid rgb(0,0,0);
}

.cssload-inner.cssload-two {
	right: 0%;
	top: 0%;
	animation: cssload-rotate-two 1.15s linear infinite;
	-o-animation: cssload-rotate-two 1.15s linear infinite;
	-ms-animation: cssload-rotate-two 1.15s linear infinite;
	-webkit-animation: cssload-rotate-two 1.15s linear infinite;
	-moz-animation: cssload-rotate-two 1.15s linear infinite;
	border-right: 3px solid rgb(0,0,0);
}

.cssload-inner.cssload-three {
	right: 0%;
	bottom: 0%;
	animation: cssload-rotate-three 1.15s linear infinite;
	-o-animation: cssload-rotate-three 1.15s linear infinite;
	-ms-animation: cssload-rotate-three 1.15s linear infinite;
	-webkit-animation: cssload-rotate-three 1.15s linear infinite;
	-moz-animation: cssload-rotate-three 1.15s linear infinite;
	border-top: 3px solid rgb(0,0,0);
}







@keyframes cssload-rotate-one {
	0% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-one {
	0% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-one {
	0% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-one {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-one {
	0% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-two {
	0% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-two {
	0% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-two {
	0% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-two {
	0% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-two {
	0% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-three {
	0% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-three {
	0% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-three {
	0% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-three {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-three {
	0% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}
/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

.clearfix:after {
    content:"";
    display:table;
    clear:both;
}

.post-holder {
    padding-bottom: 20px;
    margin-bottom: 40px;
    /*background: #F5F5F5;*/
    padding: 20px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}
/*
.post-holder:hover {
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}
*/

.post-holder .post-header {position:relative;}

.post-holder .post-header .post-info {padding: 0 0 20px 0 !important;}
.post-holder .post-header .post-info .item {display: inline-block}
.post-holder .post-header .post-info .dash {display: none; /* fix for old templates */}
.post-holder .post-header .post-info .label {font-weight: 700;}
.post-holder .post-header .post-info .value {font-style: italic;}
.post-holder .post-header .post-info .item::after {display: inline-block; content: ' | ';color:#b9b9b9}
.post-holder .post-header .post-info .item:last-child::after{display: none}

.post-list {
    margin-top: 0px;
    margin-bottom: 20px;
    list-style: none;
}
.post-list-wrapper .post-list {padding-left: 0}

.post-list .post-content .post-read-more {padding-top:10px; float:right;}

.subcategory-links-wrapper ul,
.post-links-wrapper ul {list-style: none}

.post-content .post-description img {margin: 15px 0;max-width: 100%;height: auto}
.post-content .post-description ul,
.post-content .post-description ol {list-style-position: inside;}

.post-content .post-description .post-ftimg-hld {margin: 0 0 10px 0;}
.post-content .post-description .post-ftimg-hld img {width:100%; padding:0; margin:0;}

.post-list .post-header .post-title {max-width:80%;}
.post-list .post-header .post-title a {
    text-decoration: none;
    font-size: 22px;
    color: #636363;
}



.post-list .post-header .post-title {
    margin: 0;
    padding: 10px 0;
    float:left;
}

.post-list .post-holder .post-header .addthis_toolbox {float: right; padding-top: 20px;}
.post-list .hidden {display:none;}

.post-view .post-holder .post-header .addthis_toolbox {float: right;}
.post-view .post-bottom {margin-top:30px;}

.post-view .post-nextprev-hld  {margin-bottom: 30px;}
.post-view .post-nextprev-hld .nextprev-link {font-weight: 700;}
.post-view .post-nextprev-hld .prev-link {float:left}
.post-view .post-nextprev-hld .next-link {float:right}

.post-view .post-gallery {margin:15px 0 15px 0}
.post-view .post-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.post-view .post-gallery .gallery-image{padding: 0; margin:0; display:block}

.post-view .block {margin-bottom: 30px;}


.widget.block-categories ul {
    list-style: initial;
    padding-left:0;
}

.widget.block-categories ul ul {
    margin-left:20px;
}

.widget.block-categories ul,
.widget.block-categories li {
    margin: 5px 0 5px 9px;
    padding: 0;
}

.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}

.widget.blog-search {
    width:100%;
    margin-bottom: 40px;
    position: relative;
    float: right;
    /*padding-left: 15px;
    z-index: 4;*/
}

.widget.blog-search .block-content {
    margin-bottom: 0;
}

.widget.blog-search .block-content .form {
    position: relative;
}

.widget.blog-search  label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-decoration: none;
    display: inline-block;
    float: right;
}

.widget.blog-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

.widget.blog-search input {
    position: static;
    padding-right: 35px;
    margin: 0;
    left: -300%;
}

.widget.blog-search .action.search {
    position: absolute;
    right: 10px;
    top: 0;
    top: calc(50% - 16px);
    z-index: 1;
    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;
}

.widget.blog-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    content: '';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    speak: none;
    width: 16px;
    height: 32px;
    background: url(../../frontend/gwa/friendsandfamily/en_US/Magefan_Blog/images/search-icon.svg) no-repeat -10px -7px;
    background-size: 35px;
    opacity: 0.5;
}

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

/* Tag claud widget */
.widget.block-tagclaud .smallest{font-size: 0.75em}
.widget.block-tagclaud .small{font-size:1em}
.widget.block-tagclaud .medium{font-size:1.25em}
.widget.block-tagclaud .large{font-size:1.5em}
.widget.block-tagclaud .largest{font-size:2em}

.blog-widget-recent .post-list {
    padding: 0;
    margin: 0;
}

.blog-widget-recent .post-holder {
    width: 31.2%;
    float: left;
    margin: 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 48%;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2n+1) {
    clear: both;
}
@media (max-width: 767px) {
    .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 98%;}
}

@media (max-width: 1024px) {
    .blog-widget-recent .post-holder {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .blog-widget-recent .post-holder {
        width: 98%;
    }
}

.blog-widget-recent .post-description .post-text-hld {
    min-height: 150px;
    overflow-y: auto;
}

.blog-widget-recent-masonry .post-description .post-text-hld {
    max-height: none;
    min-height: 0;
}
.blog-widget-recent-masonry .post-description .post-ftimg-hld {
    width: 100%;
    margin: 0;
}

.mfblog-autoloader {text-align: center;}
.mfblog-autoloader .mfblog-show-onload {display: none;}


@media (max-width: 420px) {
    #mfblog_gcomments {max-width:345px; overflow-y: scroll;}
}

.blog-category-view .category-content,
.blog-tag-view .tag-content {padding-left: 0}

/* Posts List */
.widget.block-list-posts .block-content .item {
    padding: 8px 0 0 0;
}
.widget.block-list-posts .block-content .item .post-image {
    width: 60px;
    float: left;
    border-radius: 0;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    margin-right: 12px;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link {
    display: inline-block;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
/* END Posts List */

/* Fix Related Products */
.blog-post-view .products-grid .product-item {
    display: inline-block;
    margin-left: 2%;
    width: calc((100% - 2%)/2);
}
.blog-post-view .product-item:nth-child(2n+1) {
    margin-left: 0;
}
.blog-post-view .products-grid .product-item .product-item-info {
    width: auto;
}
@media (min-width: 640px){
    .blog-post-view .products-grid .product-item {
        display: inline-block;
        margin-left: 2%;
        width: calc((100% - 4%)/3);
    }
    .blog-post-view .products-grid .product-item:nth-child(2n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 0;
    }
}
@media (min-width: 1024px){
    .blog-post-view .products-grid .product-item {
        width: calc((100% - 8%)/5);
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(5n+1) {
        margin-left: 0;
    }
}
/* END Fix Related Products */
/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 *//* All Widget Templates ************************************************************************************************
***********************************************************************************************************************/
body.blog-page {
    --color-white: #ffffff;
    --color-green: #28a745;
    --color-yellow: #ffc107;
    --color-blue: #4db2ec;
    --color-black: #222222;
    --color-gray: #6c757d;
    --color-red: #dc3545;
    --border-color: #d5d6da;
}

/* Buttons */
.btn-white {background-color: #fff !important;color: #7d7d7d !important;border: 1px solid #bbb !important;}
.btn-white:hover {background-color: #4db2ec !important;color: #fff !important; border: 1px solid #4db2ec !important;}
.btn-black {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}
.btn-black:hover {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue:hover {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}


/* Slider *************************************************************************************************************/
.post-slider .post-block .image-wrap {padding-bottom: 450px;}
/* END Slider *********************************************************************************************************/


.clearfix:after {content:"";display:table;clear:both;}

.post-holder {margin-bottom: 40px;border-radius: 0;}



/* Blog Post List *****************************************************************************************************/
.post-list {margin-top: 0;margin-bottom: 20px;list-style: none;padding-left: 0}
.post-list .post-item.post-holder {margin: 0 0 30px 0;padding: 0;display: block;}
.post-list .post-container {display: -ms-flexbox;display: flex;}

/* Post Image ************************************/
.post-list .post-image {-ms-flex: 0 0 30%;flex: 0 0 30%;width: 30%;order: 0;}
.post-list .post-image .image-container {position: relative;}
.post-list .post-image .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.post-list .post-image .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.post-list .post-image .image-wrap img {width: 100%;height: auto;vertical-align: middle;}
/* Post Category */
.post-list .post-image .post-category {position: absolute;left: 0;bottom: 0;display: block;font-size: 0;line-height: 1;}
.post-list .post-image .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;
    /*-webkit-transition: all 0.3s;-ms-transition: all 0.3s;transition: all .3s ease;*/}
.post-list .post-image .post-category a:hover {background: #4db2ec;}

/* Post Info **************************************/
/* Post Title */
.post-list .post-info .post-title-wrap h3 {margin: 0;}
.post-list .post-info .post-title-wrap h3 a {font-size: 20px;line-height: 25px;font-weight: 500;}
/* Post Data */
.post-list .post-info .post-data-wrap {font-size: 11px;font-family: sans-serif;}
.post-list .post-info .post-data-wrap .post-date {font-size: 11px; margin: 0;padding: 0;box-shadow: none;float: none;width: auto;}
.post-list .post-info .post-data-wrap a {font-weight: 600;}
/* Post Description */
.post-list .post-description {line-height: 21px;font-size: 13px;}
/* Post View */
.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}
.post-list .post-view:after {position: absolute;left: 0;bottom: -3px;content: '';width: 0;height: 0;border-style: solid;border-width: 3px 3px 0 0;border-color: #000 transparent transparent;}
/* Read More */
.post-read-more a.post-read {display: inline-block;color: #fff;background-color: #4db2ec;font-size: 13px;font-weight: 500;line-height: 1;padding: 10px 15px;}
.post-read-more a.post-read:hover {color: #fff; text-decoration: none;}

@media (max-width: 768px) {
    .post-list .post-item.post-holder {margin-bottom: 1.5rem;}
}
@media (max-width: 767px) {
    .post-list .post-image .post-category {display: none;}
    .post-list .post-info {padding: 0 0 0 15px;}
    .post-read-more a.post-read {display: none;}
}
@media (max-width: 640px) {
    .post-list .post-info .post-title-wrap h3 a {font-size: 14px;font-weight: 600;line-height: 1.4;display: inline-block;
        /*max-height: 39px;overflow: hidden;*/}
}


/* Images Format *******************************************/
.post-image .image-wrap._16x9 {padding-bottom: 35% !important;}
.post-image .image-wrap._4x3 {padding-bottom: 67% !important;}
.post-image .image-wrap._3x2 {padding-bottom: 55% !important;}
.post-image .image-wrap._1x1 {padding-bottom: 100% !important;}
@media (max-width: 768px) {

}
/* Blog Post List *****************************************************************************************************/


/* Blog Post List Modern **********************************************************************************************/
.post-list.modern .post-item.post-holder {margin: 0 0 30px 0;padding: 0 0 30px 0;}
.post-list.modern .post-info {padding: 0 0 0 25px;flex: 0 0 70%;max-width: 70%;width: 70%;order: 1;box-sizing: border-box;}
.post-list.modern .post-info .post-title-wrap h3 a:hover {text-decoration: none;transition: all .2s ease;}
.post-list.modern .post-info .post-data-wrap a:hover {text-decoration: none;transition: all .2s ease;}
@media (max-width: 1024px) {
    .post-list.modern .post-info .post-read-more {display: none;}
}
@media (max-width: 639px) {
    .post-list.modern .post-container {flex-direction: column;}
    .post-list.modern .post-image {flex: 0 0 100%;width: 100%;}
    .post-list.modern .post-info {flex: 0 0 100%;max-width: 100%;width: 100%;padding: 25px 0 0;}
    /*.post-list.modern .post-description {display: none;}*/
}
/* Blog Post List Modern **********************************************************************************************/


/* Post View **********************************************************************************************************/
/* Page Title */
/*.blog-post-view .page-title-wrapper .page-title {font-size: 35px;line-height: 1.2;margin-bottom: 20px;}*/
/* Category */
.blog-post-view .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;}

/* Post Data */
.blog-post-view .post-data-wrap {font-size: 13px;font-family: sans-serif;margin-bottom: 30px;}
.blog-post-view .post-data-wrap a {font-weight: 600;}
.blog-post-view .post-data {color: #bbbbbb;}
/* Post View */
/* Post Comments */
.blog-post-view .post-comments {margin-right: 20px;}
/* Social */
.blog-post-view .post-sharing {margin-bottom: 20px;}
/* Image */
.blog-post-view .post-featured-image {font-size: 0;margin-bottom: 20px;}
/* Tags */
.blog-post-view .post-tag {margin-bottom: 20px;}
.blog-post-view .post-tag .post-tag-title {display: inline-block;padding: 7px 12px;border: 1px solid #222;background: #222;color: #fff;line-height: 1;margin: 0 10px 10px 0;text-transform: uppercase;font-size: 11px;}
.blog-post-view .post-tag .post-tags a {display: inline-block;border: 1px solid var(--border-color); /*color: #222; */background: #fff;padding: 7px 12px;margin-right: 10px;line-height: 1;font-weight: 600;letter-spacing: 1px;font-size: 11px;text-transform: capitalize;}
.blog-post-view .post-tag .post-tags a.current,
.blog-post-view .post-tag .post-tags a:hover {text-decoration: none;opacity: .9;background: #333;color: #fff;}

/* Post Text */
.blog-post-view .post-description {margin-bottom: 30px;}
.blog-post-view .post-description p {font-size: 1.4rem;line-height: 1.7;}

/* Post Bottom *****************************************/
.post-view .post-bottom {margin-top:30px;}

/* Post Sharing Bottom */
.post-view-modern .post-sharing-bottom {}
.post-sharing-bottom {padding: 30px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.post-sharing-bottom .share-elements {text-align: center;}
.post-sharing-bottom .share-elements .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 5px 5px 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;}
.post-sharing-bottom .share-elements .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-twitter {background-color: rgb(0, 0, 0);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-linkedin {background-color: rgb(2, 136, 209);}
.post-sharing-bottom .share-elements .icon-wrapper .icon {line-height: 48px;height: 48px;width: 48px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper .label {font-size: 13px;line-height: 48px;height: 48px;color: #ffffff;display: inline-block;padding: 0 15px 0 3px;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper:hover {transform: translateY(-4px);}

/* Post Gallery */
/*.blog-post-view .post-gallery {display: flex;flex-wrap: wrap;}*/
.blog-post-view .post-gallery {display: grid;grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));grid-gap: 1rem;margin-bottom: 20px;}
.blog-post-view .post-gallery .gallery-image-hld {display: inline-block;}
.blog-post-view .post-gallery .gallery-image-hld img {}

/* Post Navigation */
.blog-post-view .post-nextprev  {display: flex;padding: 20px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.blog-post-view .post-nextprev .nextprev-link {display: block;font-size: 20px;/*color: #222222;*/font-weight: 600;text-align: right;opacity: 0.7;}
.blog-post-view .post-nextprev .nextprev-link:hover {text-decoration: none;}
.blog-post-view .post-nextprev .nextprev-link span {display: block;color: #bbbbbb;font-size: 14px;font-weight: normal;}

/* Block Related */
.blog-post-view .post-bottom .block.related {margin-bottom: 0;}
.blog-post-view .post-bottom .block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.blog-post-view .post-bottom .block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Related Posts */
.mfblog-related-posts-block.block.related .post-list {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;
    position: relative;overflow: hidden;margin-left: -10px;margin-right: -10px;}
.mfblog-related-posts-block.block.related .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;padding-left: 10px;padding-right: 10px;width: 25%; box-sizing: border-box;}

.mfblog-related-posts-block.block.related .post-list .post-item .image-container {
    -ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.mfblog-related-posts-block.block.related .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
.mfblog-related-posts-block.block.related .post-list .block-info h3.post-title a {font-size: 14px !important;line-height: 20px !important;font-weight: 600 !important; /*color: #222222; */}
@media (max-width: 767px) {
    .mfblog-related-posts-block.block.related .post-list .post-item {flex: 0 0 50%;max-width: 50%;}
}

/* Related Products */
.mfblog-related-products-block.block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.mfblog-related-products-block.block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Block Comments */
.block.comments .c-count {margin: 0 0 20px;padding: 0;border-bottom: 1px solid #222222;font-weight: 400;}
.block.comments .c-count strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;display: inline-block;}
/* END Post Bottom *************************************/

@media (max-width: 767px) {
    .blog-post-view .page-title-wrapper .page-title {font-size: 20px;}
    .blog-post-view .post-nextprev .nextprev-link {font-size: 14px;line-height: 1.4;}
}
/* END Post View ******************************************************************************************************/


/* Animation Zoom */
.image-wrap .animation-type-zoom {display: block;line-height: 0;overflow: hidden;position: relative;}
.image-container .animation-type-zoom {-webkit-transition: transform .3s ease,opacity .3s;transition: transform .3s ease,opacity .3s;}
.image-container:hover .animation-type-zoom {transform: scale3d(1.1,1.1,1);  -webkit-transform: scale3d(1.1,1.1,1);}


/* Sidebar ************************************************************************************************************/
/* Block Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search  label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;top: 0;right: 0;bottom: 0;height: 100%;z-index: 1;display: inline-block;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;margin: 0;padding: 0 10px;text-decoration: none;text-shadow: none;font-weight: 400;border-radius: 0;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/gwa/friendsandfamily/en_US/Magefan_Blog/images/search-icon-white.svg) no-repeat -10px -7px;background-size: 35px;opacity: 1;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.blog-search .actions .action.search {background: #222222;right: 0;padding: 0 10px;border-radius: 0;}

/* Posts List */
.widget.block-list-posts .post-list .post-item .image-container {flex: 0 0 30%;width: 30%;display: block;order: 0;}
/* Images */
/* Span Background */
.widget.block-list-posts .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.widget.block-list-posts .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
/* Post Info */
.widget.block-list-posts .post-list .post-item .block-info .post-item-name {font-size: 14px;line-height: 20px;font-weight: 600;text-decoration: none;color: #333333;}
.widget.block-list-posts .post-list .post-item .block-info .block-date {color: #bbbbbb;}
.widget.block-list-posts .post-list .post-item .block-info .block-date .post-data {font-size: 11px;}

/* Post Grid */
.widget.block-list-posts .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;}
.widget.block-list-posts .post-list .post-item .image-container {-ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.widget.block-list-posts .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
/* END Posts List */

/* New Post List */
.widget.block-posts-list .post-item {display: flex;gap: 1.5rem;}
.widget.block-posts-list .post-item .image-container {flex: 0 0 33.333333%;width: 33.333333%;align-self: flex-start;display: block;order: 0;margin-bottom: 10px;}
.widget.block-posts-list .post-item .image-container .image-wrap {display: block;position: relative;overflow: hidden;}
.widget.block-posts-list .post-item .image-container .image-wrap._4x3 {padding-bottom: 70%;}
.widget.block-posts-list .post-item .image-container .image-wrap .bg-img {display: block;position: absolute;width: 100%;height: 100%;max-width: 100%;background-size: cover;background-position: center;}
.widget.block-posts-list .post-item .block-info .post-title {margin: 0 0 0.5rem 0 !important;}
.widget.block-posts-list .post-item .block-info .post-title .post-item-name {display: block;font-size: 16px;line-height: 22px;font-weight: 500;text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.widget.block-posts-list .post-item .block-info .block-date {line-height: 1rem;}
.widget.block-posts-list .post-item .block-info .block-date .post-date {font-size: 11px;line-height: 1.2rem;color: #bbbbbb;font-family: sans-serif;}
.widget.block-posts-list .post-item .block-info .post-description {display: none;line-height: 21px;font-size: 13px;}
.widget.block-posts-list .post-item .block-info .read-more {display: none;}
/* END New Post List */

/* Archive */
.widget.block-archive .archive-item-link {font-weight: 600}

/* RSS Feed */
.widget.block-rss .rss-icon {width: 23px;filter: grayscale(100%);vertical-align: middle;}
/* End Sidebar ********************************************************************************************************/
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_SocialLogin
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.white-popup {
    position: relative;
    background: #FFF;
    padding: 0;
    width: auto;
    max-width: 600px;
    margin: 0 auto;
}

#social-login-popup,
#request-popup {
    overflow: hidden
}

#social-login-popup .block-container,
#request-popup .block-container {
    width: 100%;
    display: inline-block;
}

#social-login-popup .social-login-title,
#request-popup .social-login-title {
    padding: 10px 10px;
    background-color: #3399cc;
}

#social-login-popup .block-container .block,
#request-popup .block-container .block {
    padding: 20px 25px;
    margin: 0;
}

.social-login-ajax-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.6;
    background: #fbfaf6 url('../../frontend/gwa/friendsandfamily/en_US/Mageplaza_SocialLogin/css/images/ajax-loader.gif') no-repeat center center;
}

#social-login-popup .block-container .block .block-title,
#request-popup .block-container .block .block-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#social-login-popup .fieldset,
#request-popup .fieldset {
    margin: 0px;
}

.actions-toolbar {
    margin-top: 7px;
}

.account-social-login .actions-toolbar.social-btn {
    width: 215px;
}

#social-login-popup .actions-toolbar > .secondary .action.back,
#request-popup .actions-toolbar > .secondary .action.back {
    display: block;
}

.social-login-title h2 {
    margin: 0;
    padding-left: 40px;
    background: no-repeat 12px center;
    color: #ffffff;
}

.social-login-title .login-title {
    background-image: url(../../frontend/gwa/friendsandfamily/en_US/Mageplaza_SocialLogin/css/images/login-title.png);
}

.social-login-title .create-account-title {
    background-image: url(../../frontend/gwa/friendsandfamily/en_US/Mageplaza_SocialLogin/css/images/create-account-title.png);
}

.social-login-title .forgot-pass-title {
    background-image: url(../../frontend/gwa/friendsandfamily/en_US/Mageplaza_SocialLogin/css/images/forgot-pass-title.png);
}

#social-login-popup .mfp-close {
    color: #ffffff;
}

#social-login-popup .message.error > *:first-child:before {
    top: 50%;
}

#social-login-popup .message.success > *:first-child:before {
    top: 50%;
}

/* Authentication Popup */
.social-login-authentication-popup {
    width: 100%;
}

.social-login-authentication-popup .block-content {
    display: block !important;
}

.social-login-authentication-popup .block-content .actions-toolbar {
    display: inline-block;
}

.social-login-authentication-popup .block-content .actions-toolbar .btn-social {
    /*height: 20px;*/
    padding-left: 19px;
}

/*Button Style*/
.actions-toolbar button {
    border-radius: 0;
}

.social-btn button {
    height: 33px;
    border: none;
}

.social-btn button span span {
    margin-left: 25px;
    color: #ffffff;
}

.block-authentication .actions-toolbar {
    margin-bottom: unset !important;
}

.btn-authentication-pop {
    width: 175px;
}


.social-login-authentication-channel .actions-toolbar.social-btn > .primary .action {
    width: 100%;
    margin: 0;
    min-width: 170px;
    text-align: left;
    border-radius: 5px;
}

.social-login-authentication-channel .actions-toolbar.social-btn > .primary .action:hover {
    opacity: 0.9;
}

.social-btn-actions-toolbar {
    display: inline-block;
}

.register-sociallogin {
    float: left;
}

#fb-customer, #gg-customer, #tw-customer, #li-customer, #ins-customer, #ya-customer, #git-customer, #vk-customer, #fo-customer, #live-customer, #am-customer {
    float: left;
}

#group-button {
    width: 48.8%; /*margin-left: 37px;*/ /*margin-top: 0px;*/
    float: right;
    clear: none;
}

#group-button .block.social-login-authentication-channel.col-mp.mp-5 {
    margin-bottom: 2px;
}

.mfp-zoom-in { /* start state */ /* animate in */ /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-newspaper { /* start state */ /* animate in */ /* animate out */
}

.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s;
    transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-move-horizontal { /* start state */ /* animate in */ /* animate out */
}

.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-move-from-top { /* start state */ /* animate in */ /* animate out */
}

.mfp-move-from-top .mfp-content {
    vertical-align: top;
    margin-top: 50px;
}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-3d-unfold { /* start state */ /* animate in */ /* animate out */
}

.mfp-3d-unfold .mfp-content {
    perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}

.social-btn .btn-social {
    display: block;
    text-decoration: none;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 6px 12px 6px 44px;
    font-family: 'Roboto', sans-serif;
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social.btn-lg {
    padding-left: 61px
}

.btn-social.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social.btn-sm {
    padding-left: 38px
}

.btn-social.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social.btn-xs {
    padding-left: 30px
}

.btn-social.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon {
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0;
}

.btn-social-icon > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social-icon.btn-lg {
    padding-left: 61px
}

.btn-social-icon.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social-icon.btn-sm {
    padding-left: 38px
}

.btn-social-icon.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social-icon.btn-xs {
    padding-left: 30px
}

.btn-social-icon.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon > :first-child {
    border: none;
    text-align: center;
    width: 100%
}

.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0
}

.btn-adn {
    color: #fff;
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:focus, .btn-adn.focus {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:hover {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active:hover, .btn-adn.active:hover, .open > .dropdown-toggle.btn-adn:hover, .btn-adn:active:focus, .btn-adn.active:focus, .open > .dropdown-toggle.btn-adn:focus, .btn-adn:active.focus, .btn-adn.active.focus, .open > .dropdown-toggle.btn-adn.focus {
    color: #fff;
    background-color: #b94630;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
    background-image: none
}

.btn-adn.disabled:hover, .btn-adn[disabled]:hover, fieldset[disabled] .btn-adn:hover, .btn-adn.disabled:focus, .btn-adn[disabled]:focus, fieldset[disabled] .btn-adn:focus, .btn-adn.disabled.focus, .btn-adn[disabled].focus, fieldset[disabled] .btn-adn.focus {
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn .badge {
    color: #d87a68;
    background-color: #fff
}

.btn-bitbucket {
    color: #fff;
    background-color: #205081;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:focus, .btn-bitbucket.focus {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:hover {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active:hover, .btn-bitbucket.active:hover, .open > .dropdown-toggle.btn-bitbucket:hover, .btn-bitbucket:active:focus, .btn-bitbucket.active:focus, .open > .dropdown-toggle.btn-bitbucket:focus, .btn-bitbucket:active.focus, .btn-bitbucket.active.focus, .open > .dropdown-toggle.btn-bitbucket.focus {
    color: #fff;
    background-color: #0f253c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
    background-image: none
}

.btn-bitbucket.disabled:hover, .btn-bitbucket[disabled]:hover, fieldset[disabled] .btn-bitbucket:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket[disabled]:focus, fieldset[disabled] .btn-bitbucket:focus, .btn-bitbucket.disabled.focus, .btn-bitbucket[disabled].focus, fieldset[disabled] .btn-bitbucket.focus {
    background-color: #205081;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket .badge {
    color: #205081;
    background-color: #fff
}

.btn-dropbox {
    color: #fff;
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:focus, .btn-dropbox.focus {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:hover {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active:hover, .btn-dropbox.active:hover, .open > .dropdown-toggle.btn-dropbox:hover, .btn-dropbox:active:focus, .btn-dropbox.active:focus, .open > .dropdown-toggle.btn-dropbox:focus, .btn-dropbox:active.focus, .btn-dropbox.active.focus, .open > .dropdown-toggle.btn-dropbox.focus {
    color: #fff;
    background-color: #0a568c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
    background-image: none
}

.btn-dropbox.disabled:hover, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox:hover, .btn-dropbox.disabled:focus, .btn-dropbox[disabled]:focus, fieldset[disabled] .btn-dropbox:focus, .btn-dropbox.disabled.focus, .btn-dropbox[disabled].focus, fieldset[disabled] .btn-dropbox.focus {
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox .badge {
    color: #1087dd;
    background-color: #fff
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:focus, .btn-facebook.focus {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:hover {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active:hover, .btn-facebook.active:hover, .open > .dropdown-toggle.btn-facebook:hover, .btn-facebook:active:focus, .btn-facebook.active:focus, .open > .dropdown-toggle.btn-facebook:focus, .btn-facebook:active.focus, .btn-facebook.active.focus, .open > .dropdown-toggle.btn-facebook.focus {
    color: #fff;
    background-color: #23345a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
    background-image: none
}

.btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook.focus {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook .badge {
    color: #3b5998;
    background-color: #fff
}

.btn-flickr {
    color: #fff;
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:focus, .btn-flickr.focus {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:hover {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active:hover, .btn-flickr.active:hover, .open > .dropdown-toggle.btn-flickr:hover, .btn-flickr:active:focus, .btn-flickr.active:focus, .open > .dropdown-toggle.btn-flickr:focus, .btn-flickr:active.focus, .btn-flickr.active.focus, .open > .dropdown-toggle.btn-flickr.focus {
    color: #fff;
    background-color: #a80057;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
    background-image: none
}

.btn-flickr.disabled:hover, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr:hover, .btn-flickr.disabled:focus, .btn-flickr[disabled]:focus, fieldset[disabled] .btn-flickr:focus, .btn-flickr.disabled.focus, .btn-flickr[disabled].focus, fieldset[disabled] .btn-flickr.focus {
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr .badge {
    color: #ff0084;
    background-color: #fff
}

.btn-foursquare {
    color: #fff;
    background-color: #f94877;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:focus, .btn-foursquare.focus {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:hover {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active:hover, .btn-foursquare.active:hover, .open > .dropdown-toggle.btn-foursquare:hover, .btn-foursquare:active:focus, .btn-foursquare.active:focus, .open > .dropdown-toggle.btn-foursquare:focus, .btn-foursquare:active.focus, .btn-foursquare.active.focus, .open > .dropdown-toggle.btn-foursquare.focus {
    color: #fff;
    background-color: #e30742;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
    background-image: none
}

.btn-foursquare.disabled:hover, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare:hover, .btn-foursquare.disabled:focus, .btn-foursquare[disabled]:focus, fieldset[disabled] .btn-foursquare:focus, .btn-foursquare.disabled.focus, .btn-foursquare[disabled].focus, fieldset[disabled] .btn-foursquare.focus {
    background-color: #f94877;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare .badge {
    color: #f94877;
    background-color: #fff
}

.btn-disqus {
    color: #fff;
    background-color: #2E9FFF;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-disqus .fa-disqus {
    background: url("../../frontend/gwa/friendsandfamily/en_US/Mageplaza_SocialLogin/css/images/disqus-logo.png") no-repeat;
}

.btn-disqus .fa-disqus {
    content: ""
}

.btn-mailru {
    color: #fff;
    background-color: #005FF9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:focus, .btn-mailru.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:hover {
    color: #fff;
    background-color: #004ecc;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:active, .btn-mailru.active, .open > .dropdown-toggle.btn-live {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:active:hover, .btn-mailru.active:hover, .open > .dropdown-toggle.btn-mailru:hover, .btn-mailru:active:focus, .btn-mailru.active:focus, .open > .dropdown-toggle.btn-mailru:focus, .btn-mailru:active.focus, .btn-mailru.active.focus, .open > .dropdown-toggle.btn-mailru.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:active, .btn-mailru.active, .open > .dropdown-toggle.btn-mailru {
    background-image: none
}

.btn-mailru.disabled:hover, .btn-mailru[disabled]:hover, fieldset[disabled] .btn-mailru:hover, .btn-mailru.disabled:focus, .btn-mailru[disabled]:focus, fieldset[disabled] .btn-mailru:focus, .btn-mailru.disabled.focus, .btn-mailru[disabled].focus, fieldset[disabled] .btn-mailru.focus {
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru .badge {
    color: #0370c4;
    background-color: #fff
}

.btn-mailru .fa-mailru {
    background: url("../../frontend/gwa/friendsandfamily/en_US/Mageplaza_SocialLogin/css/images/mailru-logo.png") no-repeat;
}

.btn-mailru .fa-mailru {
    content: ""
}

.btn-steam {
    color: #fff;
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:focus, .btn-steam.focus {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:hover {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:active, .btn-steam.active, .open > .dropdown-toggle.btn-steam {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:active:hover, .btn-steam.active:hover, .open > .dropdown-toggle.btn-steam:hover, .btn-steam:active:focus, .btn-steam.active:focus, .open > .dropdown-toggle.btn-steam:focus, .btn-steam:active.focus, .btn-steam.active.focus, .open > .dropdown-toggle.btn-steam.focus {
    color: #fff;
    background-color: #191919;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:active, .btn-steam.active, .open > .dropdown-toggle.btn-steam {
    background-image: none
}

.btn-steam.disabled:hover, .btn-steam[disabled]:hover, fieldset[disabled] .btn-steam:hover, .btn-steam.disabled:focus, .btn-steam[disabled]:focus, fieldset[disabled] .btn-steam:focus, .btn-steam.disabled.focus, .btn-steam[disabled].focus, fieldset[disabled] .btn-steam.focus {
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam .badge {
    color: #444;
    background-color: #fff
}

.btn-github {
    color: #fff;
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:focus, .btn-github.focus {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:hover {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active:hover, .btn-github.active:hover, .open > .dropdown-toggle.btn-github:hover, .btn-github:active:focus, .btn-github.active:focus, .open > .dropdown-toggle.btn-github:focus, .btn-github:active.focus, .btn-github.active.focus, .open > .dropdown-toggle.btn-github.focus {
    color: #fff;
    background-color: #191919;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
    background-image: none
}

.btn-github.disabled:hover, .btn-github[disabled]:hover, fieldset[disabled] .btn-github:hover, .btn-github.disabled:focus, .btn-github[disabled]:focus, fieldset[disabled] .btn-github:focus, .btn-github.disabled.focus, .btn-github[disabled].focus, fieldset[disabled] .btn-github.focus {
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github .badge {
    color: #444;
    background-color: #fff
}

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:focus, .btn-google.focus {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:hover {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active:hover, .btn-google.active:hover, .open > .dropdown-toggle.btn-google:hover, .btn-google:active:focus, .btn-google.active:focus, .open > .dropdown-toggle.btn-google:focus, .btn-google:active.focus, .btn-google.active.focus, .open > .dropdown-toggle.btn-google.focus {
    color: #fff;
    background-color: #a32b1c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
    background-image: none
}

.btn-google.disabled:hover, .btn-google[disabled]:hover, fieldset[disabled] .btn-google:hover, .btn-google.disabled:focus, .btn-google[disabled]:focus, fieldset[disabled] .btn-google:focus, .btn-google.disabled.focus, .btn-google[disabled].focus, fieldset[disabled] .btn-google.focus {
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google .badge {
    color: #dd4b39;
    background-color: #fff
}

.btn-google .fa-google {
    background: url("../../frontend/gwa/friendsandfamily/en_US/Mageplaza_SocialLogin/css/images/g-logo.png") no-repeat;
}

.btn-google .fa-google:before {
    content: ""
}


.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:focus, .btn-linkedin.focus {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:hover {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active:hover, .btn-linkedin.active:hover, .open > .dropdown-toggle.btn-linkedin:hover, .btn-linkedin:active:focus, .btn-linkedin.active:focus, .open > .dropdown-toggle.btn-linkedin:focus, .btn-linkedin:active.focus, .btn-linkedin.active.focus, .open > .dropdown-toggle.btn-linkedin.focus {
    color: #fff;
    background-color: #00405f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
    background-image: none
}

.btn-linkedin.disabled:hover, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin:hover, .btn-linkedin.disabled:focus, .btn-linkedin[disabled]:focus, fieldset[disabled] .btn-linkedin:focus, .btn-linkedin.disabled.focus, .btn-linkedin[disabled].focus, fieldset[disabled] .btn-linkedin.focus {
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin .badge {
    color: #007bb6;
    background-color: #fff
}

.btn-microsoft {
    color: #fff;
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:focus, .btn-microsoft.focus {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:hover {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:active:hover, .btn-microsoft.active:hover, .open > .dropdown-toggle.btn-microsoft:hover, .btn-microsoft:active:focus, .btn-microsoft.active:focus, .open > .dropdown-toggle.btn-microsoft:focus, .btn-microsoft:active.focus, .btn-microsoft.active.focus, .open > .dropdown-toggle.btn-microsoft.focus {
    color: #fff;
    background-color: #0f4bac;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
    background-image: none
}

.btn-microsoft.disabled:hover, .btn-microsoft[disabled]:hover, fieldset[disabled] .btn-microsoft:hover, .btn-microsoft.disabled:focus, .btn-microsoft[disabled]:focus, fieldset[disabled] .btn-microsoft:focus, .btn-microsoft.disabled.focus, .btn-microsoft[disabled].focus, fieldset[disabled] .btn-microsoft.focus {
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft .badge {
    color: #2672ec;
    background-color: #fff
}

.btn-odnoklassniki {
    color: #fff;
    background-color: #f4731c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:hover {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:active:hover, .btn-odnoklassniki.active:hover, .open > .dropdown-toggle.btn-odnoklassniki:hover, .btn-odnoklassniki:active:focus, .btn-odnoklassniki.active:focus, .open > .dropdown-toggle.btn-odnoklassniki:focus, .btn-odnoklassniki:active.focus, .btn-odnoklassniki.active.focus, .open > .dropdown-toggle.btn-odnoklassniki.focus {
    color: #fff;
    background-color: #b14c09;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
    background-image: none
}

.btn-odnoklassniki.disabled:hover, .btn-odnoklassniki[disabled]:hover, fieldset[disabled] .btn-odnoklassniki:hover, .btn-odnoklassniki.disabled:focus, .btn-odnoklassniki[disabled]:focus, fieldset[disabled] .btn-odnoklassniki:focus, .btn-odnoklassniki.disabled.focus, .btn-odnoklassniki[disabled].focus, fieldset[disabled] .btn-odnoklassniki.focus {
    background-color: #f4731c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki .badge {
    color: #f4731c;
    background-color: #fff
}

.btn-openid {
    color: #fff;
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:focus, .btn-openid.focus {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:hover {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:active:hover, .btn-openid.active:hover, .open > .dropdown-toggle.btn-openid:hover, .btn-openid:active:focus, .btn-openid.active:focus, .open > .dropdown-toggle.btn-openid:focus, .btn-openid:active.focus, .btn-openid.active.focus, .open > .dropdown-toggle.btn-openid.focus {
    color: #fff;
    background-color: #b86607;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
    background-image: none
}

.btn-openid.disabled:hover, .btn-openid[disabled]:hover, fieldset[disabled] .btn-openid:hover, .btn-openid.disabled:focus, .btn-openid[disabled]:focus, fieldset[disabled] .btn-openid:focus, .btn-openid.disabled.focus, .btn-openid[disabled].focus, fieldset[disabled] .btn-openid.focus {
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid .badge {
    color: #f7931e;
    background-color: #fff
}

.btn-pinterest {
    color: #fff;
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:focus, .btn-pinterest.focus {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:hover {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active:hover, .btn-pinterest.active:hover, .open > .dropdown-toggle.btn-pinterest:hover, .btn-pinterest:active:focus, .btn-pinterest.active:focus, .open > .dropdown-toggle.btn-pinterest:focus, .btn-pinterest:active.focus, .btn-pinterest.active.focus, .open > .dropdown-toggle.btn-pinterest.focus {
    color: #fff;
    background-color: #801419;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
    background-image: none
}

.btn-pinterest.disabled:hover, .btn-pinterest[disabled]:hover, fieldset[disabled] .btn-pinterest:hover, .btn-pinterest.disabled:focus, .btn-pinterest[disabled]:focus, fieldset[disabled] .btn-pinterest:focus, .btn-pinterest.disabled.focus, .btn-pinterest[disabled].focus, fieldset[disabled] .btn-pinterest.focus {
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest .badge {
    color: #cb2027;
    background-color: #fff
}

.btn-reddit {
    color: #000;
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:focus, .btn-reddit.focus {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:hover {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active:hover, .btn-reddit.active:hover, .open > .dropdown-toggle.btn-reddit:hover, .btn-reddit:active:focus, .btn-reddit.active:focus, .open > .dropdown-toggle.btn-reddit:focus, .btn-reddit:active.focus, .btn-reddit.active.focus, .open > .dropdown-toggle.btn-reddit.focus {
    color: #000;
    background-color: #98ccff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
    background-image: none
}

.btn-reddit.disabled:hover, .btn-reddit[disabled]:hover, fieldset[disabled] .btn-reddit:hover, .btn-reddit.disabled:focus, .btn-reddit[disabled]:focus, fieldset[disabled] .btn-reddit:focus, .btn-reddit.disabled.focus, .btn-reddit[disabled].focus, fieldset[disabled] .btn-reddit.focus {
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit .badge {
    color: #eff7ff;
    background-color: #000
}

.btn-soundcloud {
    color: #fff;
    background-color: #f50;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:focus, .btn-soundcloud.focus {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:hover {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:active:hover, .btn-soundcloud.active:hover, .open > .dropdown-toggle.btn-soundcloud:hover, .btn-soundcloud:active:focus, .btn-soundcloud.active:focus, .open > .dropdown-toggle.btn-soundcloud:focus, .btn-soundcloud:active.focus, .btn-soundcloud.active.focus, .open > .dropdown-toggle.btn-soundcloud.focus {
    color: #fff;
    background-color: #a83800;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
    background-image: none
}

.btn-soundcloud.disabled:hover, .btn-soundcloud[disabled]:hover, fieldset[disabled] .btn-soundcloud:hover, .btn-soundcloud.disabled:focus, .btn-soundcloud[disabled]:focus, fieldset[disabled] .btn-soundcloud:focus, .btn-soundcloud.disabled.focus, .btn-soundcloud[disabled].focus, fieldset[disabled] .btn-soundcloud.focus {
    background-color: #f50;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud .badge {
    color: #f50;
    background-color: #fff
}

.btn-tumblr {
    color: #fff;
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:focus, .btn-tumblr.focus {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:hover {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active:hover, .btn-tumblr.active:hover, .open > .dropdown-toggle.btn-tumblr:hover, .btn-tumblr:active:focus, .btn-tumblr.active:focus, .open > .dropdown-toggle.btn-tumblr:focus, .btn-tumblr:active.focus, .btn-tumblr.active.focus, .open > .dropdown-toggle.btn-tumblr.focus {
    color: #fff;
    background-color: #111c26;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
    background-image: none
}

.btn-tumblr.disabled:hover, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr:hover, .btn-tumblr.disabled:focus, .btn-tumblr[disabled]:focus, fieldset[disabled] .btn-tumblr:focus, .btn-tumblr.disabled.focus, .btn-tumblr[disabled].focus, fieldset[disabled] .btn-tumblr.focus {
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr .badge {
    color: #2c4762;
    background-color: #fff
}

.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:focus, .btn-twitter.focus {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:hover {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active:hover, .btn-twitter.active:hover, .open > .dropdown-toggle.btn-twitter:hover, .btn-twitter:active:focus, .btn-twitter.active:focus, .open > .dropdown-toggle.btn-twitter:focus, .btn-twitter:active.focus, .btn-twitter.active.focus, .open > .dropdown-toggle.btn-twitter.focus {
    color: #fff;
    background-color: #1583d7;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
    background-image: none
}

.btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled].focus, fieldset[disabled] .btn-twitter.focus {
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter .badge {
    color: #55acee;
    background-color: #fff
}

.btn-vimeo {
    color: #fff;
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:focus, .btn-vimeo.focus {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:hover {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:active:hover, .btn-vimeo.active:hover, .open > .dropdown-toggle.btn-vimeo:hover, .btn-vimeo:active:focus, .btn-vimeo.active:focus, .open > .dropdown-toggle.btn-vimeo:focus, .btn-vimeo:active.focus, .btn-vimeo.active.focus, .open > .dropdown-toggle.btn-vimeo.focus {
    color: #fff;
    background-color: #0f7b9f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
    background-image: none
}

.btn-vimeo.disabled:hover, .btn-vimeo[disabled]:hover, fieldset[disabled] .btn-vimeo:hover, .btn-vimeo.disabled:focus, .btn-vimeo[disabled]:focus, fieldset[disabled] .btn-vimeo:focus, .btn-vimeo.disabled.focus, .btn-vimeo[disabled].focus, fieldset[disabled] .btn-vimeo.focus {
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo .badge {
    color: #1ab7ea;
    background-color: #fff
}

.btn-vk {
    color: #fff;
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:focus, .btn-vk.focus {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:hover {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active:hover, .btn-vk.active:hover, .open > .dropdown-toggle.btn-vk:hover, .btn-vk:active:focus, .btn-vk.active:focus, .open > .dropdown-toggle.btn-vk:focus, .btn-vk:active.focus, .btn-vk.active.focus, .open > .dropdown-toggle.btn-vk.focus {
    color: #fff;
    background-color: #3a526b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
    background-image: none
}

.btn-vk.disabled:hover, .btn-vk[disabled]:hover, fieldset[disabled] .btn-vk:hover, .btn-vk.disabled:focus, .btn-vk[disabled]:focus, fieldset[disabled] .btn-vk:focus, .btn-vk.disabled.focus, .btn-vk[disabled].focus, fieldset[disabled] .btn-vk.focus {
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk .badge {
    color: #587ea3;
    background-color: #fff
}

.btn-yahoo {
    color: #fff;
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:focus, .btn-yahoo.focus {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:hover {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:active:hover, .btn-yahoo.active:hover, .open > .dropdown-toggle.btn-yahoo:hover, .btn-yahoo:active:focus, .btn-yahoo.active:focus, .open > .dropdown-toggle.btn-yahoo:focus, .btn-yahoo:active.focus, .btn-yahoo.active.focus, .open > .dropdown-toggle.btn-yahoo.focus {
    color: #fff;
    background-color: #39074e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
    background-image: none
}

.btn-yahoo.disabled:hover, .btn-yahoo[disabled]:hover, fieldset[disabled] .btn-yahoo:hover, .btn-yahoo.disabled:focus, .btn-yahoo[disabled]:focus, fieldset[disabled] .btn-yahoo:focus, .btn-yahoo.disabled.focus, .btn-yahoo[disabled].focus, fieldset[disabled] .btn-yahoo.focus {
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo .badge {
    color: #720e9e;
    background-color: #fff
}

.btn-amazon {
    color: #fff;
    background-color: #ff9900;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:focus, .btn-amazon.focus {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:hover {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:active, .btn-amazon.active, .open > .dropdown-toggle.btn-amazon {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:active:hover, .btn-amazon.active:hover, .open > .dropdown-toggle.btn-amazon:hover, .btn-amazon:active:focus, .btn-amazon.active:focus, .open > .dropdown-toggle.btn-amazon:focus, .btn-amazon:active.focus, .btn-amazon.active.focus, .open > .dropdown-toggle.btn-amazon.focus {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:active, .btn-amazon.active, .open > .dropdown-toggle.btn-amazon {
    background-image: none
}

.btn-amazon.disabled:hover, .btn-amazon[disabled]:hover, fieldset[disabled] .btn-amazon:hover, .btn-amazon.disabled:focus, .btn-amazon[disabled]:focus, fieldset[disabled] .btn-amazon:focus, .btn-amazon.disabled.focus, .btn-amazon[disabled].focus, fieldset[disabled] .btn-amazon.focus {
    background-color: #ff9900;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon .badge {
    color: #ff9900;
    background-color: #fff
}

.mfp-wrap {
    overflow: scroll;
}

.btn-live {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:focus, .btn-live.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:hover {
    color: #fff;
    background-color: #30548e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:active, .btn-live.active, .open > .dropdown-toggle.btn-live {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:active:hover, .btn-live.active:hover, .open > .dropdown-toggle.btn-live:hover, .btn-live:active:focus, .btn-live.active:focus, .open > .dropdown-toggle.btn-live:focus, .btn-live:active.focus, .btn-live.active.focus, .open > .dropdown-toggle.btn-live.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:active, .btn-live.active, .open > .dropdown-toggle.btn-live {
    background-image: none
}

.btn-live.disabled:hover, .btn-live[disabled]:hover, fieldset[disabled] .btn-live:hover, .btn-live.disabled:focus, .btn-live[disabled]:focus, fieldset[disabled] .btn-live:focus, .btn-live.disabled.focus, .btn-live[disabled].focus, fieldset[disabled] .btn-live.focus {
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live .badge {
    color: #0370c4;
    background-color: #fff
}

.btn-live .fa-live {
    background: url("../../frontend/gwa/friendsandfamily/en_US/Mageplaza_SocialLogin/css/images/live-logo.png") no-repeat center;
}

.btn-live .fa-live:before {
    content: ""
}

#bnt-social-login-authentication {
    margin: 12px 0px;
}

.actions-toolbar > .secondary:last-child {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.form-customer-login .g-recaptcha {
    margin: unset !important;
}

@media only screen and (min-width: 768px) {
    .popup-authentication .actions-toolbar {
        margin-bottom: 0;
        margin-top: unset !important;
    }
}

@media only screen and (max-width: 767px) {
    .modal-popup.request-popup.modal-slide {
        left: 0;
        z-index: 900;
    }
}

@media only screen and (max-width: 766px) {
    .secondary {
        width: 93%;
        padding-top: 0;
        margin-top: 0;
    }
    #bnt-social-login-authentication {
        margin-bottom: 0;
    }
    .forgot-pass-title {
        width: 80%;
        font-size: 1.45em;
    }
}

.customer-account-create .account-social-login, .customer-account-login .account-social-login {
    display: block !important
}

.btn-zalo .fa-zalo {
    background: url(../../frontend/gwa/friendsandfamily/en_US/Mageplaza_SocialLogin/css/images/zalo-logo.png) no-repeat center;
}

.btn-zalo {
    color: #fff;
    background-color: #1468ff;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-zalo:focus, .btn-zalo.focus {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo:hover {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo:active, .btn-zalo.active, .open > .dropdown-toggle.btn-zalo {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo:active:hover, .btn-zalo.active:hover, .open > .dropdown-toggle.btn-flickr:hover, .btn-zalo:active:focus, .btn-zalo.active:focus, .open > .dropdown-toggle.btn-zalo:focus, .btn-zalo:active.focus, .btn-zalo.active.focus, .open > .dropdown-toggle.btn-zalo.focus {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo:active, .btn-zalo.active, .open > .dropdown-toggle.btn-zalo {
    background-image: none
}

.btn-zalo.disabled:hover, .btn-zalo[disabled]:hover, fieldset[disabled] .btn-zalo:hover, .btn-zalo.disabled:focus, .btn-zalo[disabled]:focus, fieldset[disabled] .btn-zalo:focus, .btn-zalo.disabled.focus, .btn-zalo[disabled].focus, fieldset[disabled] .btn-zalo.focus {
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo .badge {
    color: #ff0084;
    background-color: #fff
}

.modal-popup.popup-authentication {
    z-index: 1000;
}/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Core
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.row-mp {
    min-height: 1px;
    margin: 0 -10px;
}

.col-mp {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    float: left;
    padding: 0 10px;
}

/*All*/
.mp-1 {
    width: 8.33333333333%;
}

.mp-2 {
    width: 16.6666666667%;
}

.mp-3 {
    width: 25.0%;
}

.mp-4 {
    width: 33.3333333333%;
}

.mp-5 {
    width: 41.6666666667%;
}

.mp-6 {
    width: 50.0%;
}

.mp-7 {
    width: 58.3333333333%;
}

.mp-8 {
    width: 66.6666666667%;
}

.mp-9 {
    width: 75.0%;
}

.mp-10 {
    width: 83.3333333333%;
}

.mp-11 {
    width: 91.6666666667%;
}

.mp-12 {
    margin-left: 0;
    width: 100%;
}

.a-center {
    text-align: center;
}

.mp-clear {
    clear: both
}

@media (min-width: 1200px) {
    .mp-lg-1 {
        width: 8.33333333333%;
    }

    .mp-lg-2 {
        width: 16.6666666667%;
    }

    .mp-lg-3 {
        width: 25.0%;
    }

    .mp-lg-4 {
        width: 33.3333333333%;
    }

    .mp-lg-5 {
        width: 41.6666666667%;
    }

    .mp-lg-6 {
        width: 50.0%;
    }

    .mp-lg-7 {
        width: 58.3333333333%;
    }

    .mp-lg-8 {
        width: 66.6666666667%;
    }

    .mp-lg-9 {
        width: 75.0%;
    }

    .mp-lg-10 {
        width: 83.3333333333%;
    }

    .mp-lg-11 {
        width: 91.6666666667%;
    }

    .mp-lg-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mp-md-1 {
        width: 8.33333333333%;
    }

    .mp-md-2 {
        width: 16.6666666667%;
    }

    .mp-md-3 {
        width: 25.0%;
    }

    .mp-md-4 {
        width: 33.3333333333%;
    }

    .mp-md-5 {
        width: 41.6666666667%;
    }

    .mp-md-6 {
        width: 50.0%;
    }

    .mp-md-7 {
        width: 58.3333333333%;
    }

    .mp-md-8 {
        width: 66.6666666667%;
    }

    .mp-md-9 {
        width: 75.0%;
    }

    .mp-md-10 {
        width: 83.3333333333%;
    }

    .mp-md-11 {
        width: 91.6666666667%;
    }

    .mp-md-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mp-sm-1 {
        width: 8.33333333333%;
    }

    .mp-sm-2 {
        width: 16.6666666667%;
    }

    .mp-sm-3 {
        width: 25.0%;
    }

    .mp-sm-4 {
        width: 33.3333333333%;
    }

    .mp-sm-5 {
        width: 41.6666666667%;
    }

    .mp-sm-6 {
        width: 50.0%;
    }

    .mp-sm-7 {
        width: 58.3333333333%;
    }

    .mp-sm-8 {
        width: 66.6666666667%;
    }

    .mp-sm-9 {
        width: 75.0%;
    }

    .mp-sm-10 {
        width: 83.3333333333%;
    }

    .mp-sm-11 {
        width: 91.6666666667%;
    }

    .mp-sm-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .mp-xs-1 {
        width: 8.33333333333%;
    }

    .mp-xs-2 {
        width: 16.6666666667%;
    }

    .mp-xs-3 {
        width: 25.0%;
    }

    .mp-xs-4 {
        width: 33.3333333333%;
    }

    .mp-xs-5 {
        width: 41.6666666667%;
    }

    .mp-xs-6 {
        width: 50.0%;
    }

    .mp-xs-7 {
        width: 58.3333333333%;
    }

    .mp-xs-8 {
        width: 66.6666666667%;
    }

    .mp-xs-9 {
        width: 75.0%;
    }

    .mp-xs-10 {
        width: 83.3333333333%;
    }

    .mp-xs-11 {
        width: 91.6666666667%;
    }

    .mp-xs-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .col-mp {
        width: 100%;
    }
}


/*!
 *  Font Awesome 4.6.3 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/gwa/friendsandfamily/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../../frontend/gwa/friendsandfamily/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../../frontend/gwa/friendsandfamily/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../../frontend/gwa/friendsandfamily/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../../frontend/gwa/friendsandfamily/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../../frontend/gwa/friendsandfamily/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.svg?v=4.6.3#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{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#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-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure {
        /* The shadow behind the image */
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
