.bg-blue{background-color: #203f4d;}
.color-blue{color: #203f4d;}

.bg-yellow{background-color: #ffdd00;}
.color-yellow{color: #ffdd00;}
.border-yellow{border: 2px solid #ffdd00;}

.light-grey{background-color: #999;}
/* 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;}

#summary p, #summary label{color: #323226;}
/* sm */
@media screen and (min-width: 768px) {
    .product-list-img{ height: 200px; }
}

/* 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;
}

#search_word{ margin-left: 3%;}

.scrollable{ scrollbar-width: thin; scrollbar-color:#9FA38D light-gray ; max-height: 150px;}
#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;}