/**** INDEX ****
* Fonts and settings

**** END INDEX ****/

/* Fonts and settings

    Icons: https://fontawesome.com/icons?d=gallery&m=free

    Font Awesome 5 Solid
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;

    Font Awesome 5 Regular
    font-family: "Font Awesome 5 Free"; 
    font-weight: 400;

    Font Awesome 5 Brands
    font-family: "Font Awesome 5 Brands";

    Acumin Pro Bold
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    
    Acumin Pro Bold Italic
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-style: italic;
    
    Acumin Pro Light
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    
    Acumin Pro Light Italic
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-style: italic;
    
    Acumin Pro Medium
    font-family: acumin-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    
    Acumin Pro Medium Italic
    font-family: acumin-pro, sans-serif;
    font-weight: 500;
    font-style: italic;
    
    Acumin Pro Wide Black
    font-family: acumin-pro-wide, sans-serif;
    font-weight: 800;
    font-style: normal;
    
    Acumin Pro Wide Black Italic
    font-family: acumin-pro-wide, sans-serif;
    font-weight: 800;
    font-style: italic; 
*/
/**** RESET ****/
#maincontent {
    max-width: unset;
    padding: 0;
}
/**** END RESET ****/

/**** HOMEPAGE ****/
/* Sliders */
#maincontent .owl-carousel .owl-stage-outer {
    padding: 0;
}
#slider-new,
#slider-trending,
#slider-outlet {
    margin: 0 0 27px;
}
#slider-new .custom-slider,
#slider-trending .custom-slider,
#slider-outlet .custom-slider {
    padding: 0;
}
#slider-new .banner-image,
#slider-trending .banner-image,
#slider-outlet .banner-image {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
}
#slider-new .content_slider,
#slider-trending .content_slider,
#slider-outlet .content_slider {
    max-width: 620px;
    width: 100%;
    height: 100%;
    display: table;
    top: unset;
    left: unset;
    position: unset;
}
#slider-outlet .content_slider {
    background-color: rgb(231 51 49 / 0.60);
}
#slider-new .content_slider.left,
#slider-trending .content_slider.left,
#slider-outlet .content_slider.left {
    margin: 0 auto 0 0;
}
#slider-new .content_slider.center,
#slider-trending .content_slider.center,
#slider-outlet .content_slider.center {
    margin: 0 auto;
}
#slider-new .content_slider.right,
#slider-trending .content_slider.right,
#slider-outlet .content_slider.right {
    margin: 0 0 0 auto;
}
#slider-new .content_slider_inner,
#slider-trending .content_slider_inner,
#slider-outlet .content_slider_inner {
    display: table-cell;
    padding: 50px;
}
#slider-new .content_slider_inner.top,
#slider-trending .content_slider_inner.top,
#slider-outlet .content_slider_inner.top {
    vertical-align: top;
}
#slider-new .content_slider_inner.middle,
#slider-trending .content_slider_inner.middle,
#slider-outlet .content_slider_inner.middle {
    vertical-align: middle;
}
#slider-new .content_slider_inner.bottom,
#slider-trending .content_slider_inner.bottom,
#slider-outlet .content_slider_inner.bottom {
    vertical-align: bottom;
}
#slider-new .banner-title,
#slider-trending .banner-title,
#slider-outlet .banner-title {
    font-size: 72px;
    line-height: 70px;
    font-family: acumin-pro-wide, sans-serif;
    font-weight: 800;
    text-shadow: 0px 0px 6px rgba(0,0,0,0.3)
}
#slider-new .banner-description,
#slider-trending .banner-description,
#slider-outlet .banner-description {
    font-size: 36px;
}
#slider-new .white .banner-title,
#slider-trending .white .banner-title,
#slider-outlet .white .banner-title,
#slider-new .white .banner-description,
#slider-trending .white .banner-description,
#slider-outlet .white .banner-description {
    color: #ffffff;
}
#slider-new .black .banner-title,
#slider-trending .black .banner-title,
#slider-outlet .black .banner-title,
#slider-new .black .banner-description,
#slider-trending .black .banner-description,
#slider-outlet .black .banner-description {
    color: #000000;
}
a.button {
    display: inline-block;
    box-sizing: border-box;
    border: 2px solid #595959;
    color: #595959;
    width: 205px;
    font-size: 36px;
    line-height: 66px;
    text-transform: uppercase;
    margin: 15px;
    font-weight: 300;
    text-shadow: 0px 0px 6px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}
.content_slider.white a.button {
    border-color: #ffffff;
    color: #ffffff;
}
.content_slider.black a.button {
    border-color: #000000;
    color: #000000;
}
/* Product sliders */
#products-new,
#products-trending,
#products-outlet {
    margin: 0 0 27px;
}
#products-new .content-heading,
#products-trending .content-heading,
#products-outlet .content-heading,
.column-upsell .content-heading {
    display: block;
    color: #ffffff;
    position: absolute;
    width: 379px;
    text-align: center;
    z-index: 9;
    transform: rotate(-90deg);
    top: 147px;
    left: -147px;
}
#products-new .content-heading {
    background-color: #4C8E90;
}
#products-trending .content-heading,
.column-upsell .content-heading h2 {
    background-color: #000000;
}
#products-outlet .content-heading {
    background-color: #e73331;
}
#products-new .content-heading h2,
#products-trending .content-heading h2,
#products-outlet .content-heading h2,
.column-upsell .content-heading h2 {
    margin: 0;
    font-size: 38px;
    line-height: 79px;
    padding-bottom: 6px;
    font-family: acumin-pro-wide, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}
#products-new .custom-slider .owl-stage-outer,
#products-trending .custom-slider .owl-stage-outer,
#products-outlet .custom-slider .owl-stage-outer,
.column-upsell .custom-slider .owl-stage-outer,
.column-info-related .custom-slider .owl-stage-outer {
    padding: 5px 0!important;
}
#products-new .custom-slider,
#products-trending .custom-slider,
#products-outlet .custom-slider,
.column-upsell .custom-slider {
    padding: 0 0 0 112px;
}
.column-info-related .products-related,
.column-info-related .products-related .products  {
    padding: 0;
    margin: 0;
}
.home-slider .owl-item {
    border-left: 4px solid #F0F0F0;
}
.products-upsell .owl-item .product-image,
.products-related .owl-item .product-image {
    background-color: #F0F0F0;
}
.home-slider .item.product.product-item,
.products-upsell .item.product.product-item,
.products-related .item.product.product-item  {
    background-color: #ffffff;
    border: 1px solid transparent;
    margin: 0!important;
}
.products-upsell.products-grid .product-item-info:hover,
.products-related.products-grid .product-item-info:hover {
    background: transparent;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
    position: unset;
}
.home-slider .product-image-photo,
.products-upsell .product-image-photo,
.products-related .product-image-photo {
    position: unset;
    max-width: unset;
}
.home-slider .product-item-details,
.products-upsell .product-item-details,
.products-related .product-item-details  {
    color: #000000;
    text-align: center;
    height: 134px;
    padding: 25px 0 22px;
    transition: all 0.3s ease;
}
.home-slider .product-name,
.products-upsell .product-name,
.products-related .product-name  {
    font-size: 18px;
    font-weight: 300;
    height: 25px;
    overflow: hidden;
    margin-bottom: 6px;
}
.home-slider .product-price,
.products-upsell .product-price,
.products-related .product-price  {
    margin-bottom: 6px;
}
.home-slider .item.product.product-item .product-price .price-box,
.home-slider .item.product.product-item .product-price .old-price,
.products-upsell .item.product.product-item .product-price .price-box,
.products-upsell .item.product.product-item .product-price .old-price,
.products-related .item.product.product-item .product-price .price-box,
.products-related .item.product.product-item .product-price .old-price  {
    margin: 0;
}
.home-slider .item.product.product-item .product-price .price-box,
.products-upsell .item.product.product-item .product-price .price-box,
.products-related .item.product.product-item .product-price .price-box  {
    display: inline-flex;
}
.home-slider .item.product.product-item .product-price span.special-price,
.products-upsell .item.product.product-item .product-price span.special-price,
.products-related .item.product.product-item .product-price span.special-price,
.home-slider .item.product.product-item .product-price span.normal-price,
.products-upsell .item.product.product-item .product-price span.normal-price,
.products-related .item.product.product-item .product-price span.normal-price  {
    order: 2;
}
.home-slider .item.product.product-item .product-price span.old-price,
.products-upsell .item.product.product-item .product-price span.old-price,
.products-related .item.product.product-item .product-price span.old-price  {
    order: 1;
}
.home-slider .item.product.product-item .product-price span.old-price .price,
.products-upsell .item.product.product-item .product-price span.old-price .price,
.products-related .item.product.product-item .product-price span.old-price .price {
    text-decoration: line-through;
    color: #000000;
    font-weight: 300;
}
.home-slider .item.product.product-item .product-price span.old-price .price:after,
.products-upsell .item.product.product-item .product-price span.old-price .price:after,
.products-related .item.product.product-item .product-price span.old-price .price:after  {
    content: "nu";
    display: inline-block;
    margin: 0 4px 0 6px;
}
:lang(en) .home-slider .item.product.product-item .product-price span.old-price .price:after,
:lang(en) .products-upsell .item.product.product-item .product-price span.old-price .price:after, 
:lang(en) .products-related .item.product.product-item .product-price span.old-price .price:after { 
    content: "now"; 
}
.home-slider .item.product.product-item .product-price .price-label,
.products-upsell .item.product.product-item .product-price .price-label,
.products-related .item.product.product-item .product-price .price-label  {
    display: none;
}
.home-slider .item.product.product-item .product-price .price,
.products-upsell .item.product.product-item .product-price .price,
.products-related .item.product.product-item .product-price .price  {
    font-size: 18px;
    font-weight: 400;
}
.product-color {
    font-size: 14px;
    font-weight: 300;
}
.product-variations {
    opacity: 0;
    height: 0px;
}
.swatch-attribute-options {
    margin: 10px 0 0;
    height: 24px;
}
.product-variations .swatch-option {
    width: 24px!important;
    height: 24px!important;
    min-width: auto!important;
    padding: 0!important;
    border-radius: 50%;
    float: none;
    display: inline-block;
    margin-bottom: 0px;
}
.product-variations .swatch-option:last-of-type {
    margin-right: 0;
}
.product-variations .swatch-option.image:not(.disabled):hover, 
.product-variations .swatch-option.color:not(.disabled):hover {
    outline: none;
    border-color: #4C8E90;
}
.swatch-option-tooltip {
    display: none!important;
}
.home-slider .item.product.product-item:hover,
.products-upsell .item.product.product-item:hover,
.products-related .item.product.product-item:hover  {
    border-color: #000000;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    padding-bottom: 134px;
}
.home-slider .item.product.product-item:hover .product-item-details,
.products-upsell .item.product.product-item:hover .product-item-details,
.products-related .item.product.product-item:hover .product-item-details  {
    min-height: 134px;
    height: auto;
    display: block;
    position: absolute;
    bottom: 1px;
    left: 1px;
    right: 1px;
    padding-top: 55px;
    background-image: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%);
    width: auto;
}
.home-slider .item.product.product-item:hover .product-variations,
.products-upsell .item.product.product-item:hover .product-variations,
.products-related .item.product.product-item:hover .product-variations {
    opacity: 1;
    height: auto;
}
.home-slider .owl-theme .owl-controls .owl-nav [class*=owl-],
.products-upsell .owl-theme .owl-controls .owl-nav [class*=owl-],
.products-related .owl-theme .owl-controls .owl-nav [class*=owl-]  {
    top: 32px;
}
.home-slider [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev,
.products-upsell [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev,
.products-related [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev  {
    right: 35px;
    left: auto!important;
}
.products-upsell [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next,
.products-related [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next  {
    right: 0px;
}
/* Instagram */
#instagram-blocks .col-7-1 {
    width: calc(100% / 7);
    float: left;
}
#instagram-blocks .col-7-6 {
    width: calc((100% / 7) * 6);
    display: inline-block;
    vertical-align: top;
}
#instagram-blocks .socialtext {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    padding: 30px 10px;
    display: table;
}
#instagram-blocks .socialtext-inner {
    display: table-cell;
    vertical-align: middle;
}
#instagram-blocks .socialtext h3 {  
    font-size: 32px;
    font-family: acumin-pro-wide, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}
#instagram-blocks .socialtext h4 {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.025em;
    margin: 60px 0;
}
#instagram-blocks .socialtext ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#instagram-blocks .socialtext li {
    display: inline-block;
}
#instagram-blocks a[title="instagram"]:after, 
#instagram-blocks a[title="facebook"]:after {
    font-size: 24px;
    margin-right: 6px;
    margin-top: -21px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: block;
    line-height: 35px;
}
#instagram-blocks a[title="tiktok"] {
    position: relative;
    display: inline-block;
    margin-right: 6px;
    height: 35px;
    top: 25px;
    width: 35px;
    vertical-align: middle;
}
#instagram-blocks a[title="tiktok"]:after {
    content: "";
    font-size: 0;
    position: absolute;
    top: -28px;
    left: 0;
    width: 35px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 50%;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23000000' d='M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z'/%3E%3C/svg%3E");
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
}
.socialposts .insta-multiblock {
    width: calc(100% / 3);
    float: left;
}
.socialposts .insta-multiblock #instagram-post {
    display: block;
    width: 100%;
    height: 540px;
    background-size: cover;
}
.socialposts .insta-multiblock:nth-child(2) #instagram-post {
    width: 50%;
    float: left;
    height: 270px;
}
.welcome-popup .modal-header {
    position: relative;
    height: 0;
    padding: 0;
    margin: 0;
}
.welcome-popup .action-close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent !important;
}
.welcome-popup .modal-content {
    padding: 0;
}

@media only screen and (min-width: 1620px) {
    #instagram-blocks .socialtext h3 {
        font-size: 38px;
    }
}
@media only screen and (max-width: 1400px) {
    #instagram-blocks .col-7-1 {
        width: calc(100% / 5);
    }
    #instagram-blocks .col-7-6 {
        width: calc((100% / 5) * 4);
    }
    #instagram-blocks .socialtext h3 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 900px) {
    
    #instagram-blocks .socialtext {
        padding: 10px;
    }
    #instagram-blocks .socialtext h3 {
        font-size: 16px;
    }
    #instagram-blocks .socialtext h4 {
        font-size: 12px;
        margin: 16px 0;
    }
}
/* Add this new media query for mobile devices */
@media only screen and (max-width: 767px) {
    #instagram-blocks .col-7-1 {
      width: 100% !important;
    }
    
    #instagram-blocks .socialposts.col-7-6 {
      width: 100% !important;
    }
}
/**** END HOMEPAGE ****/


/**** PRODUCTS ***/
.price-box  {
    display: inline-flex!important;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.price-box span.special-price,
.price-box span.normal-price  {
    order: 2;
}
.price-box span.old-price  {
    display: inline-block;
    order: 1;
}
.price-box span.old-price .price {
    text-decoration: line-through;
    color: #000000;
    font-weight: 300!important;
}
.price-box span.old-price .price:after  {
    content: "nu";
    display: inline-block;
    margin: 0 4px 0 6px;
}
:lang(en) .price-box span.old-price .price:after { 
    content: "now"; 
}
/**** END PRODUCTS ****/


/**** PRODUCT LABELS ****/
.attr-label {
    display: block;
    color: #ffffff;
    position: absolute;
    width: 64px;
    padding-bottom: 3px;
    line-height: 29px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    z-index: 9;
    letter-spacing: 0.025em;
    transform: rotate(-90deg);
    top: 50%;
    left: -15px;
}
.attr-label.new {
    background-color: #4C8E90;
}
.attr-label.sale {
    background-color: #e73331;
}
/**** END PRODUCT LABELS ****/


/**** CMS PAGES ****/
.cms-page-view #maincontent,
.contact-index-index #maincontent,
.storelocator-index-index #maincontent {
    max-width: 1280px;
    padding: 0 20px;
}
.cms-page-view ul > li, 
.cms-page-view ol > li {
    margin-bottom: 4px;
}
.contact-index-index h1.page-title {
    margin-top: 20px;
}
.cms-page-view h1.page-title {
    margin-bottom: 14px;
}
.cms-page-view h2 {
    font-size: 22px;
}
.cms-page-view h3 {
    font-size: 18px;
    margin-bottom: 6px;
}
.cms-page-view h3 a {
    color: #000000;
}
.cms-page-view h3 a:before {
    content: "\f101";
    font-family: 'Font Awesome 5 Free';
    margin-right: 10px;
}
.text-col1,
.text-col2,
.text-col3,
.text-col3-2,
.text-col4,
.text-col4-3,
.text-col5 {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 27px;
}
.text-col1 {
    width: 100%;
}
.text-col2 {
    width: 49.5%;
}
.text-col3 {
    width: 33%;
}
.text-col3-2 {
    width: 66%;
}
.text-col4 {
    width: 24.25%;
}
.text-col5 {
    width: 19.2%;
}
.text-col4-3 {
    width: 74.25%;
}
.text-col4.usp-1,
.text-col4.usp-2,
.text-col4.usp-3,
.text-col4.usp-4 {
    text-align: center;
    padding: 10px;
}
.text-col4.usp-1:before,
.text-col4.usp-2:before,
.text-col4.usp-3:before,
.text-col4.usp-4:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #000000;
}
.text-col4.usp-1:after,
.text-col4.usp-2:after,
.text-col4.usp-3:after,
.text-col4.usp-4:after {
    content: "";
    color: #ffffff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 40px;
}
.text-col4.usp-1:after {
    content: "\f0e0";
}
.text-col4.usp-2:after {
    content: "\f0d1";
}
.text-col4.usp-3:after {
    content: "";
}
.text-col4.usp-4:after {
    content: "\f2f9";
}
.block.address:before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    font-size: 40px;
    line-height: 88px;
    height: 88px;
    display: inline-block;
    float: left;
    margin-right: 19px;
}
.block.phone:before {
    content: "\f879";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    font-size: 40px;
    line-height: 46px;
    height: 46px;
    display: inline-block;
    float: left;
    margin-right: 19px;
}
.block.email:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    font-size: 40px;
    line-height: 46px;
    height: 46px;
    display: inline-block;
    float: left;
    margin-right: 19px;
}
/**** END CMS PAGES ****/


/**** STORELOCATOR PAGE ****/
body.storelocator-index-index h1.page-title {
    margin-top: 32px;
}
body .product.data.items > .item.title {
    float: none;
}
body .product.data.items > .item.title.active > .switch {
    width: 100%;
    border: none;
    padding: 12px 0;
    color: #fff;
    background-color: #000;
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
}
body .product.data.items > .item.title.active > .switch:hover {
    color: #fff;
    background-color: #000;
    padding: 12px 0;
}
body .product.data.items > .item.content {
    border: none;
    padding: 0 0 75px;
}
body .search-by-distance .input-location,
body .search-by-distance .radius-input-container,
body .search-by-distance .search-type {
    vertical-align: middle;
    float: left;
    display: inline-block;
    margin: 0;
}
body .search-by-distance .input-location {
    width: 30%;
}
body .search-by-distance .radius-input-container {
    width: 40%;
    padding: 20.5px 14px;
}
body .search-by-distance .search-type {
    width: 30%;
}
body .search-by-distance .radius-input-container label, 
body .search-by-distance .radius-input-container input {
    display: inline-block;
}
body .search-by-distance .radius-input-container label {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 10px;
}
body .search-by-distance .track1 {
    width: 86%;
}
body .search-by-distance .input-location input {
    background-color: #f0f0f0;
    height: 70px;
    display: inline-block;
    box-shadow: none;
    border-radius: 0;
    border: none;
    font-size: 20px;
    line-height: 70px;
    font-weight: 400;
    padding: 0 0 0 30px;
}
body .search-type {
    margin: 0;
}
body .search-by-distance .search-type button {
    background: #4C8E90;
    border: solid 1px #4C8E90;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    width: 49%;
    height: 70px;
}
body .store-list .store-list-title {
    background: #000 ;
    margin-top: 0;
    font-size: 20px;
}
body .store-list .store-list-title #store-counter {
    background: transparent;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
}
body .store-list ul#store-list {
    padding: 0;
    background: transparent;
    border: none;
    height: 460px;
}
body .store-list ul#store-list .store-list-item {
    border: none;
    border-bottom: 4px solid #f0f0f0;
}
body .store-list ul#store-list .store-list-item .store-list-information .store-info-right-block a strong {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}
body .store-list ul#store-list .store-list-item .store-list-information .store-info-right-block {
    font-size: 14px;
    line-height: 22px;
}
body .store-list ul#store-list .store-list-item .store-list-button button {
    background: #4c8e90;
    border-color: #4c8e90;
    font-size: 14px;
    text-transform: uppercase;
}
body .store-list #store-ls-pagination {
    margin: 0;
}
body .pages .item {
    font-size: 16px;
    font-weight: 400;
    padding: 0 15px;
}
body .pages .item.disabled {
    padding: 0;
}
body .store-list .pages li.item.active {
    background: #000000;
}
body .store-list .pages li.item.active a {
    color: #ffffff;
    font-weight: 400;
}
/**** END CMS PAGES ****/

/**** START PCP PAGINATION ***/
body.catalog-category-view .pages .label {
	display: none;
}
body.catalog-category-view .pages ul {
	text-align: center;
	display: inline-block;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	margin-top: 16px;
}
body.catalog-category-view .pages ul:after {
	content: '';
	display: block;
	clear: both;
}
body.catalog-category-view .pages li.item {
	height: 48px;
	padding: 0;
	line-height: 48px;
	font-size: 16px;
    border: 2px solid #4C8E90;
	background: #fff;
	color: #4C8E90;
	float: left;
	margin: 0 8px 16px 8px;
	position: relative !important;
}
body.catalog-category-view .pages li.item a::before {
	font-weight: 700 !important;
    color: #4C8E90 !important;
}
body.catalog-category-view .pages li.item.current,
body.catalog-category-view .pages li.item a {
	display: inline-block;
	height: 48px;
	padding: 0 20px;
	font-weight: 400;
	font-size: 16px;
    margin: 0 !important;
}
body.catalog-category-view .pages li.item a.action {
    background-color: transparent;
    border: none;
}
body.catalog-category-view .pages li.item span,
body.catalog-category-view .pages li.item strong {
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	font-weight: 400 !important;
	font-size: 16px !important
}
body.catalog-category-view .pages li.item.current,
body.catalog-category-view .pages li.item:hover {
        border: 2px solid #4C8E90 !important;
        background: #4C8E90 !important;
}
body.catalog-category-view .pages li.item.current span,
body.catalog-category-view .pages li.item:hover span,
body.catalog-category-view .pages li.item:hover a::before {
        color: #fff !important;
}
/**** END PCP PAGINATION ***/

/**** SECONDARY COLOR ****/
/* Background-color */
#products-new .content-heading,
.attr-label.new {
    background-color: #4C8E90;
}
/* Color */
a, 
a:visited,
.block.address:before,
.block.phone:before,
.block.email:before {
    color: #4C8E90;
}
footer a:visited {
    color: #fff;
}
/* Border-color */

/**** END SECONDARY COLOR ****/
.field-recaptcha{display:none}
.catalog-product-view .product.attribute.overview {
    padding: 20px 60px 0;
}


/* hide shipping calculation in cart */

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

header .switcher .label{
    display: none;
}

.nineyardsColor .swatch-option {
    width: 20px!important;
    height: 20px!important;
    min-width: auto!important;
    padding: 0!important;
    border-radius: 50%;
    /* float: none; */
    display: inline-block;
    margin-bottom: 0px;
}

.nineyardsColor .swatch-option.image:not(.disabled):hover {
    outline: none !important;
    border-color: #4c8e90 !important;
}

.sp_product .simple-product-variations a {
    display: inline-block;
}
.nineyardsColor .swatch-option {
    margin: 0 5px;	
 }

 /* pageheader switcher*/

 .page-header .switcher .options,
 .page-footer .switcher .options {
     display: inline-block;
     position: relative
 }
 
 .page-header .switcher .options:before,
 .page-footer .switcher .options:before,
 .page-header .switcher .options:after,
 .page-footer .switcher .options:after {
     content: '';
     display: table
 }
 
 .page-header .switcher .options:after,
 .page-footer .switcher .options:after {
     clear: both
 }
 
 .page-header .switcher .options .action.toggle,
 .page-footer .switcher .options .action.toggle {
     padding: 0;
     cursor: pointer;
     display: inline-block;
     text-decoration: none
 }
 
 .page-header .switcher .options .action.toggle>span,
 .page-footer .switcher .options .action.toggle>span {
     border: 0;
     clip: rect(0, 0, 0, 0);
     height: 1px;
     margin: -1px;
     overflow: hidden;
     padding: 0;
     position: absolute;
     width: 1px
 }
 
 .page-header .switcher .options .action.toggle:after,
 .page-footer .switcher .options .action.toggle:after {
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     font-size: 10px;
     line-height: 22px;
     color: inherit;
     content: '\e622';
     font-family: 'luma-icons';
     margin: 0;
     vertical-align: top;
     display: inline-block;
     font-weight: normal;
     overflow: hidden;
     speak: none;
     text-align: center
 }
 
 .page-header .switcher .options .action.toggle:hover:after,
 .page-footer .switcher .options .action.toggle:hover:after {
     color: inherit
 }
 
 .page-header .switcher .options .action.toggle:active:after,
 .page-footer .switcher .options .action.toggle:active:after {
     color: inherit
 }
 
 .page-header .switcher .options .action.toggle.active,
 .page-footer .switcher .options .action.toggle.active {
     display: inline-block;
     text-decoration: none
 }
 
 .page-header .switcher .options .action.toggle.active>span,
 .page-footer .switcher .options .action.toggle.active>span {
     border: 0;
     clip: rect(0, 0, 0, 0);
     height: 1px;
     margin: -1px;
     overflow: hidden;
     padding: 0;
     position: absolute;
     width: 1px
 }
 
 .page-header .switcher .options .action.toggle.active:after,
 .page-footer .switcher .options .action.toggle.active:after {
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     font-size: 10px;
     line-height: 22px;
     color: inherit;
     content: '\e621';
     font-family: 'luma-icons';
     margin: 0;
     vertical-align: top;
     display: inline-block;
     font-weight: normal;
     overflow: hidden;
     speak: none;
     text-align: center
 }
 
 .page-header .switcher .options .action.toggle.active:hover:after,
 .page-footer .switcher .options .action.toggle.active:hover:after {
     color: inherit
 }
 
 .page-header .switcher .options .action.toggle.active:active:after,
 .page-footer .switcher .options .action.toggle.active:active:after {
     color: inherit
 }
 
 .page-header .switcher .options ul.dropdown,
 .page-footer .switcher .options ul.dropdown {
     margin: 0;
     padding: 0;
     list-style: none none;
     background: #fff;
     border: 1px solid #bbb;
     margin-top: 4px;
     min-width: 160px;
     z-index: 100;
     box-sizing: border-box;
     display: none;
     position: absolute;
     top: 100%;
     box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15)
 }
 
 .page-header .switcher .options ul.dropdown li,
 .page-footer .switcher .options ul.dropdown li {
     margin: 0;
     padding: 0
 }
 
 .page-header .switcher .options ul.dropdown li:hover,
 .page-footer .switcher .options ul.dropdown li:hover {
     background: #e8e8e8;
     cursor: pointer
 }
 
 .page-header .switcher .options ul.dropdown:before,
 .page-footer .switcher .options ul.dropdown:before,
 .page-header .switcher .options ul.dropdown:after,
 .page-footer .switcher .options ul.dropdown:after {
     border-bottom-style: solid;
     content: '';
     display: block;
     height: 0;
     position: absolute;
     width: 0
 }
 
 .page-header .switcher .options ul.dropdown:before,
 .page-footer .switcher .options ul.dropdown:before {
     border: 6px solid;
     border-color: transparent transparent #fff transparent;
     z-index: 99
 }
 
 .page-header .switcher .options ul.dropdown:after,
 .page-footer .switcher .options ul.dropdown:after {
     border: 7px solid;
     border-color: transparent transparent #bbb transparent;
     z-index: 98
 }
 
 .page-header .switcher .options ul.dropdown:before,
 .page-footer .switcher .options ul.dropdown:before {
     left: 10px;
     top: -12px
 }
 
 .page-header .switcher .options ul.dropdown:after,
 .page-footer .switcher .options ul.dropdown:after {
     left: 9px;
     top: -14px
 }
 
 .page-header .switcher .options.active,
 .page-footer .switcher .options.active {
     overflow: visible
 }
 
 .page-header .switcher .options.active ul.dropdown,
 .page-footer .switcher .options.active ul.dropdown {
     display: block
 }
 
 .page-header .switcher .options ul.dropdown a,
 .page-footer .switcher .options ul.dropdown a {
     color: #333;
     text-decoration: none;
     display: block;
     padding: 8px
 }
 
 .page-header .switcher .options ul.dropdown a:visited,
 .page-footer .switcher .options ul.dropdown a:visited {
     color: #333;
     text-decoration: none
 }
 
 .page-header .switcher .options ul.dropdown a:hover,
 .page-footer .switcher .options ul.dropdown a:hover {
     color: #333;
     text-decoration: none
 }
 
 .page-header .switcher .options ul.dropdown a:active,
 .page-footer .switcher .options ul.dropdown a:active {
     color: #333;
     text-decoration: none
 }
 
 .page-header .switcher strong,
 .page-footer .switcher strong {
     font-weight: 400
 }
 
 .page-header .switcher .options ul.dropdown {
     right: 0
 }
 
 .page-header .switcher .options ul.dropdown:before {
     left: auto;
     right: 10px
 }
 
 .page-header .switcher .options ul.dropdown:after {
     left: auto;
     right: 9px
 }
 
 .sidebar .widget.block:not(:last-child),
 .sidebar .widget:not(:last-child) {
     margin-bottom: 40px
 }
 
 .widget {
     clear: both
 }
 
 .page-header .widget.block,
 .page-footer .widget.block {
     margin: 20px 0
 }
 
 .page-header .links .widget.block,
 .page-footer .links .widget.block {
     margin: 0
 }
 /* .onepage-index-index #iwd_opc_discount{
     display:block !important;
 } */
