.bg-seaweed{background-color: #323226;}
.color-seaweed{color: #323226 !important;}

.bg-moss{background-color: #5D6245;}
.color-moss{color: #5D6245!important;}

.bg-olive{background-color: #9FA38D!important;}
.btn-olive{background-color: #9FA38D!important; color: #ffffff!important;}
.color-olive{color: #9FA38D;}
.border-olive{border: 2px solid #9FA38D;}

.color-white{ color: #ffffff; }
.light-grey{background-color: #999;}

.size-20{ font-size: 20px !important; }

/* Add here all your css styles (customizations) */
.js-slide .g-pos-rel, .products .g-pos-rel {height: 352px;  width: 100%;  display: table-cell; vertical-align: middle;}
.js-slide .g-pos-rel img, .products .g-pos-rel img{max-height: 352px;}

#basket-bar { visibility: hidden; }
.mainproduct .media .d-flex h4{height: 40px;}

.white-shadow{text-shadow: 0 0 2px #fff;}
.black-shadow{text-shadow: 0 0 2px #000;}
.btn-primary:hover,.btn-primary:focus{background-color: #323226!important;}
#summary p, #summary label{color: #323226;}

.discount-bar{ font-size: 20px; color: #323226;  }

/* sm */
@media screen and (min-width: 768px) {
    .product-list-img{ height: 200px; }
    .discount-bar{ font-size: 20px; !important;}
}

/* md */
@media screen and (min-width: 992px) {
    .product-list-img{ height: 200px; }
}
@media screen and (min-width: 1200px) {
    .product-list-img{ height: 300px; }
}
#clear-search {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}


.swiper-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.swiper-pagination--style-1 {
    display: inline-block;
    position: relative;
}

.swiper-pagination--style-1 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 4px;
    border-radius: 100%;
    background: #000;
    opacity: 0.4;
}

.swiper-pagination--style-1 .swiper-pagination-bullet-active {
    background: #3452ff;
}

.swiper-pagination-bullet-active {
    background: #3452ff;
}

.swiper-container {
    height: 100%;
}

.swiper-wrapper .swiper-slide,
.swiper-wrapper .swiper-slide *:not(.btn):not(.link) {
    cursor: grab !important;
    cursor: -webkit-grab !important;
    cursor: -moz-grab !important;
}

.swiper-wrapper .swiper-slide:active,
.swiper-wrapper .swiper-slide:active *:not(.btn):not(.link) {
    cursor: grabbing !important;
    cursor: -webkit-grabbing !important;
    cursor: -moz-grabbing !important;
}

.swiper-container .swiper-slide .animated {
    opacity: 0;
}

.swiper-container .swiper-slide .animated.animation-ended {
    opacity: 1;
}

.swiper-slide [data-swiper-hide="inactive"] {
    display: none;
    opacity: 0;
}

.swiper-slide-active [data-swiper-hide="inactive"] {
    display: block;
    opacity: 1;
}

@media (max-width: 767px) {
    .swiper-slide {
        height: auto !important;
    }
}
.swiper-wrapper .swiper-slide .btn {
    cursor: pointer !important;
}

.swiper-container-centered {
    margin: 20px auto;
}

.swiper-container-centered .swiper-slide {
    width: 50%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container-vertical .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container-vertical .swiper-slide-inner-right {
    padding-left: 50px;
}

.swiper-container-vertical .swiper-pagination {
    right: auto;
    left: 10px;
}

.swiper-container-vertical .swiper-pagination .swiper-pagination-bullet {
    margin: 8px 0;
    width: 6px;
    height: 6px;
}

.swiper-container-vertical .swiper-pagination .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    margin-left: -2px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin-top: -22px;
    border-radius: 100%;
    z-index: 10;
    cursor: pointer;
    background: none;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.5);
}

.swiper-button-prev:after {
    content: "\f3d2";
    font-family: "Ionicons";
}

.swiper-button-next:after {
    content: "\f3d3";
    font-family: "Ionicons";
}

.background-image-holder .swiper-button-next,
.background-image-holder .swiper-button-prev,
.swiper-button--hover-only.swiper-button-next,
.swiper-button--hover-only.swiper-button-prev {
    opacity: 0;
}

.background-image-holder:hover .swiper-button-next,
.background-image-holder:hover .swiper-button-prev,
.swiper-button--hover-only.swiper-button-next,
.swiper-button--hover-only.swiper-button-prev {
    opacity: 1;
}

.swiper-button--style-1 {
    width: auto;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block;
    position: static;
    background: transparent;
    color: #333;
    font-size: 24px;
}

.swiper-button--style-1:active,
.swiper-button--style-1:focus,
.swiper-button--style-1:hover {
    background: transparent;
    color: #3452ff;
    opacity: 1;
}

.swiper-button--style-1.swiper-button-next {
    margin-left: 10px;
}

.swiper-button--style-2 {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin-top: -22px;
    border-radius: 100%;
    z-index: 10;
    cursor: pointer;
    background: none;
    background: white;
    color: #999;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.swiper-button--style-2.swiper-button-prev {
    left: -10px;
}

.swiper-button--style-2.swiper-button-next {
    right: -10px;
}

.swiper-button--style-2.swiper-button-disabled {
    opacity: 0;
}

.swiper-button--style-2:hover {
    background: white;
    color: #3452ff;
}

.swiper-container .swiper-caption {
    text-shadow: 0;
    text-align: left;
    background: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=  '#00000000', endColorstr='#a6000000',GradientType=0 );
    color: #fff;
}

.swiper-container .swiper-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 30px;
}

.swiper-container .swiper-caption .caption-title {
    display: block;
    margin: 10px 0 0;
    padding: 0;
    font-size: 22px;
    line-height: 1.1;
    color: #fff;
    font-weight: 500;
}

.swiper-container .swiper-caption .caption-subtitle {
    display: block;
    margin: 10px 0 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.1;
    color: #ddd;
    font-weight: 400;
}

.swiper-container .swiper-caption .meta-info-cells li,
.swiper-container .swiper-caption .meta-info-cells li a,
.swiper-container .swiper-caption .meta-info-cells li i {
    color: #ddd;
}

.gallery-container {
    position: relative;
}

.gallery-container .gallery-top {
    width: 100%;
    padding: 1rem;
    background: #eceeef;
    border-radius: 0.25rem;
}

.gallery-container .gallery-top--style-2,
.gallery-container .gallery-top--style-2 .swiper-wrapper {
    background: transparent;
}

.gallery-container .gallery-top .swiper-button-next,
.gallery-container .gallery-top .swiper-button-prev {
    opacity: 0;
}

.gallery-container .gallery-top:hover .swiper-button-next,
.gallery-container .gallery-top:hover .swiper-button-prev {
    opacity: 1;
}

.gallery-container .gallery-top .swiper-slide img {
    max-width: 100%;
}

.gallery-container .gallery-thumbs {
    box-sizing: border-box;
    padding: 1rem 0;
}

.gallery-container .gallery-thumbs--style-1 a {
    display: block;
    padding: 1rem;
    border: 1px solid #f1f1f1;
}

.gallery-container .gallery-thumbs .swiper-slide {
    background: transparent;
}

.gallery-container .gallery-thumbs .swiper-slide img {
    max-width: 100%;
}

.gallery-container.gallery-container--style-2 .gallery-top {
    background: transparent;
}


/* Customize the label (the container) */
.checkbox_container {
    display: block;
    position: relative;
    padding: 5px 0 0 35px;
    margin: 0 30px 12px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
}

/* Hide the browser's default checkbox */
.checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkbox_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 2px solid #273772;
}

/* On mouse-over, add a grey background color */
.checkbox_container:hover input ~ .checkbox_checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .checkbox_checkmark {
    background-color: #273772;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkbox_checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .checkbox_checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Customize the label (the container) */
.radio_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    margin-right: 30px;
}

/* Hide the browser's default radio button */
.radio_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.radio_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio_container:hover input ~ .radio_checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio_container input:checked ~ .radio_checkmark {
    background-color: #273772;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_container input:checked ~ .radio_checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio_container .radio_checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.color-selection .u-check-icon-checkbox-v4, .u-check-icon-radio-v4 {
    width: 46px;
    height: 46px;
}

.scrollable{ sc99rollbar-width: thin; scrollbar-color:#9FA38D light-gray ; max-height: 250px;}
#myaccount-tabs li .active{ background-color: #9FA38D !important;}
#myaccount-tabs li .active:hover{ color: #323226 !important;}
#myaccount-tabs li a.active .u-icon-v1{ color: #fff !important;}
#snowflakeContainer {
    position: absolute;
    pointer-events: none;
    z-index: 1000;
}
#snowheader{background: url('/img/snow_nav.png') repeat-x bottom; position: absolute; top: 97px; z-index: 1000; height: 35px; width: 100%;}

.card:hover{text-decoration: none!important;}
.card{font-weight: bold; text-align: left;}
.card-pinned{height: 339px; overflow: hidden;}
.card img{height:339px; width:auto; margin-left: 50%; transform: translateX(-50%);}
.card-link{color: #323226;}
.card-pinned{border-radius: .75rem;}
.card-pinned-top-end{position:absolute;top:-.0625rem;right:-.0625rem}
.card-pinned-top-end.badge{border-radius:0 .8125rem 0 .8125rem}
.badge {
    padding: .525em .975em;
    line-height: normal;
    font-size: 12px;
    font-weight: normal;
}
.card-text{ color: #323226;}
.card-ghost{background-color:transparent;border-width:0}
.card-ghost[href]:hover{box-shadow:none}
.card-ghost .card-body{padding-left:0;padding-right:0}
.card-ghost .card-footer{padding:0}
.card-link+.card-link{margin-left:1.75rem}
.card-link{position:relative;display:inline-block;font-size:.9375rem;font-weight:500;padding-right:2.5rem}
.card-link::after{position:absolute;top:50%;right:.75rem;width:1.25rem;height:1.25rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%5D6245' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right center;background-size:1.25rem 1.25rem;content:'';-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:.2s}.card-link:hover::after,[href]:hover .card-link::after{right:.4375rem}.link-primary::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%230ABF53' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.link-secondary::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%2351596C' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.link-success::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23077C76' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.link-info::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23334AC0' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.link-warning::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23f39568' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.link-danger::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23692340' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.link-light::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23F5F7FA' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.link-dark::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%232d374b' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}
.card-footer {
    padding: 1.75rem 1.75rem;
    background-color: transparent;
    border-top: .0625rem solid rgba(220,224,229,.6);
    border-top-width: 0.0625rem;
}
.card-footer, .card-header {
    border-width: 0;
}
.btn-white:hover{ background-color: #9FA38D; color:#ffffff;}