html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

a {
    text-decoration: auto;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
    color: inherit;}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
}

/* 
a:not([href]):not([tabindex]):focus {
    outline: 0;
} 
*/

footer,
header,
main,
nav,
section {
    display: block;
}

body {
    padding-top: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: "Signika Negative", sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    line-height: 1.2;
    background-color: #fff;
}

a {
    transition: 0.3s all;
    cursor: pointer;
    color: inherit;
}

a > i {
    font-size: 0.7em;
}

/* 
a:focus,
a:hover,
a:active,
h4:focus,
button:focus,
input:focus,
textarea:focus {
    outline: 0;
} 
*/

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style-type: none;
}

p {
    line-height: 1.4;
    margin-bottom: 0;
}

input {
    border: 0;
}

button {
    border: 0;
    cursor: pointer;
}

section {
    padding: 30px 0;
}
section:not(.search--block){
    max-width: 100vw;
    overflow: hidden;
}

a:hover {
    color: #e30011;
}


input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"],
input[type="number"]:hover,
input[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2.3rem;
}

h3 {
    font-size: 1.8rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.2rem;
}

.btn-c-dwhite:hover {
    background-color: #eeeeee !important;
}

.btn-c-dwhite {
    background-color: #f7f7f7 !important;
    color: #555 !important;
}

.bg-beige {
    background-color: #eeeeee !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-black {
    background-color: #121212 !important;
}

.bg-dark {
    background-color: #555 !important;
}

.bg-red {
    background-color: #e30011 !important;
}

.bg-red_h:hover {
    background-color: #e30011 !important;
}

.bg-dwhite {
    background-color: #f7f7f7 !important;
}

.bg-blue {
    background-color: #003250 !important;
}

.c-black {
    color: #121212 !important;
}

.c-white {
    color: #fff !important;
}
.c-blue {
    color: #003250 !important;
}
.c-red {
    color: #e30011 !important;
}

.c-red_h:hover {
    color: #e30011 !important;
}

.c-green {
    color: #057200 !important;
}

.c-dark {
    color: #555;
}

a.c-dark:hover {
    color: #121212;
}


.ttu {
    text-transform: uppercase;
}

.cur-p {
    cursor: pointer;
}

.cur-h {
    cursor: help;
}

.w100 {
    width: 100%;
}

.w60_i {
    width: 60% !important;
}

.w40_i {
    width: 40% !important;
}

.w20px {
    width: 20px;
}

/*Shodow*/

.shadow {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.shd_hover--black:hover {
    transition: 0.3s all;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/*Displays*/
.no-scroll{
    overflow: hidden !important;
}
.hidden {
    display: none !important;
}

.db {
    display: block;
}

.df {
    display: flex;
}

.dib {
    display: inline-block;
}

/*Align*/

.fxww{
    flex-wrap: wrap;
}

.tal {
    text-align: left !important;
}

.tac {
    text-align: center !important;
}

.tar {
    text-align: right !important;
}

.aic {
    align-items: center;
}

.ais {
    align-items: start;
}

.aife {
    align-items: flex-end !important;
}

.jcc,
.jc-c {
    justify-content: center !important;
}

.jc-fe {
    justify-content: flex-end !important;
}

.jc-sb {
    justify-content: space-between !important;
}

.jc-sa {
    justify-content: space-around !important;
}

/*Margin*/

.m-a {
    margin: auto !important;
}

.m0 {
    margin: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 5px !important;
}

.ml20 {
    margin-left: 20px !important;
}

/*Padding*/

.p0 {
    padding: 0 !important;
}

.p5 {
    padding: 5px !important;
}
.p10 {
    padding: 10px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 5px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pos-r{
    position: relative;
}

/*Text Decoration*/

/*Carousels*/
.carousel-navigation-1 .owl-dots {
  width: auto;
  max-width: 200px;
  margin-right: 20px;
  text-align: center;
  position: absolute;
  z-index: 1;
  width: 180px;
  top: -52px;
  right: 0;
}

.carousel-navigation-1 .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.carousel-navigation-1 .owl-dots .owl-dot.active {
  background-color: #e30011;
}

.carousel-navigation-1 .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background-color: #1d1d1d;
  margin-right: 10px;
  display: inline-block;
  border-radius: 4px;
}

.carousel-navigation-1 .owl-dots .owl-dot span {
  display: none;
}

.carousel-navigation-1 .owl-nav {
  display: block !important;
  position: absolute;
  z-index: 1;
  top: -50px;
  right: 0;
  width: 220px;
}

.carousel-navigation-1 .owl-nav button {
  width: 15px !important;
  height: 15px !important;
}

.carousel-navigation-1 .owl-nav button svg {
  width: 100%;
  display: block;
  margin: auto;
}

.carousel-navigation-1 .owl-nav .owl-next {
  float: right;
}

.carousel-navigation-2 .owl-dots {
  display: none !important;
}

.carousel-navigation-2 .owl-nav {
  display: block !important;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translate(0, -50%);
  right: -40px;
  width: calc(100% + 80px);
}

.carousel-navigation-2 .owl-nav button:hover {
  opacity: 1;
}

.carousel-navigation-2 .owl-nav button {
  transition: .2s all;
  opacity: 0.8;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background-color: #555 !important;
}

.carousel-navigation-2 .owl-nav button i {
  color: #fff;
  line-height: 1.4;
}

.carousel-navigation-2 .owl-nav .owl-next {
  float: right;
}
.carousel-navigation-3 .owl-dots,
.carousel-navigation-3 .owl-nav {
  display: none !important;
}

.owl-carousel.carousel-navigation-4{
    width: calc(100% - 100px);
    margin: auto;
}
.owl-carousel.carousel-navigation-4 .owl-stage-outer{
    overflow: visible;
}
.carousel-navigation-4 .owl-nav button{
    position: absolute;
    height: 100%;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: antiquewhite;
    top: 0;
    font-size: 1.7rem !important;
    transition: .5s all;
    background: #fff;
}
.carousel-navigation-4 .owl-nav button.disabled{
    opacity: .4;
}
.carousel-navigation-4 .owl-nav button.owl-prev{
    left: -65px;
    background: linear-gradient(90deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0.1) 100%);
}
.carousel-navigation-4 .owl-nav button.owl-prev:hover{
    background: linear-gradient(90deg, rgba(255,255,255,1) 15%, rgba(255,255,255,0.2) 100%);   
}
.carousel-navigation-4 .owl-nav button.owl-next{
    right: -65px;
    background: linear-gradient(270deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0.1) 100%);
}
.carousel-navigation-4 .owl-nav button.owl-next:hover{
    background: linear-gradient(270deg, rgba(255,255,255,1) 15%, rgba(255,255,255,0.2) 100%);
}
.carousel-navigation-4 .owl-dots{
    margin: 20px 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-navigation-4 .owl-dots button{
    min-width: 15px;
    min-height: 15px;
    border-radius: 10px;
    margin: 0 5px;
    background-color: #777;
}
.carousel-navigation-4 .owl-dots button.active{
    background-color: #e30011;
}

.carousel-navigation-4.mobile .owl-dots button{
    min-width: 0px;
    min-height: 0px;
    width: 0;
    height: 0;
    margin: 0;
    transition: margin 0.35s, width 0.35s, height 0.35s
}
.carousel-navigation-4.mobile .owl-dots button.active{
    min-width: 18px;
    min-height: 18px;
    margin: 0 7px;
}
.carousel-navigation-4.mobile .owl-dots button.dot_1{
    min-width: 16px;
    min-height: 16px;
    margin: 0 7px;
}
.carousel-navigation-4.mobile .owl-dots button.dot_2{
    min-width: 14px;
    min-height: 14px;
    margin: 0 7px;
}
.carousel-navigation-4.mobile .owl-dots button.dot_3{
    min-width: 12px;
    min-height: 12px;
    margin: 0 7px;
}

.carousel-navigation-5:hover .owl-dots,
.carousel-navigation-5:hover .owl-nav {
  opacity: 1;
}

.carousel-navigation-5 .owl-dots {
  transform: translate(-50%, 0);
  transition: .3s all;
  text-align: center;
  position: absolute;
  opacity: 0;
  width: auto;
  z-index: 1;
  bottom: 20px;
  left: 50%;
  width: 100%;
}

.carousel-navigation-5 .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.carousel-navigation-5 .owl-dots .owl-dot.active {
  background-color: #e30011;
}

.carousel-navigation-5 .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background-color: #1d1d1d;
  margin-right: 10px;
  display: inline-block;
}

.carousel-navigation-5 .owl-dots .owl-dot span {
  display: none;
}

.promo--slider .carousel-navigation-5 .owl-nav{
    opacity: 1;
    font-size: 1.4rem;
}

.promo--slider .carousel-navigation-5 .owl-nav button{
    width: 50px;
    height: 50px;
    border-radius: 25px;
    opacity: 0.75;
}

.carousel-navigation-5 .owl-nav {
  transition: .3s all;
  opacity: 0;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translate(0, -50%);
  right: 15px;
  width: calc(100% - 30px);
  color: #fff;
  font-size: 0.8rem;
}

.carousel-navigation-5 .owl-nav button:hover {
  opacity: 1;
}

.carousel-navigation-5 .owl-nav button {
  transition: .2s all;
  opacity: 0.3;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #555 !important;
}

.carousel-navigation-5 .owl-nav button svg {
  fill: #fff;
  width: 15px;
  height: 15px;
  display: block;
  margin: auto;
}

.carousel-navigation-6 .owl-dots {
  display: none;
}

.carousel-navigation-6 .owl-nav {
  transition: .3s all;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translate(0, -50%);
  right: -25px;
  width: calc(100% + 50px);
}

.carousel-navigation-6 .owl-nav button svg {
  fill: #555;
  width: 15px;
  height: 15px;
  display: block;
  margin: auto;
}
.carousel-navigation-2 .owl-nav .disabled,
.carousel-navigation-6 .owl-nav .disabled{
    opacity: 0 !important;
    user-select: none;
    pointer-events: none;
}
/*Color*/

.fw-s {
    font-weight: 600;
}

.fw-b {
    font-weight: bold;
}

.fz-small_i {
    font-size: 0.8rem !important;
}
.fz-small_s {
    font-size: 0.9rem !important;
}

.fz-normal_i {
    font-size: 1rem !important;
}

.fz-medium_i {
    font-size: 1.2rem !important;
}

.fz-big_i {
    font-size: 1.6rem !important;
}

.fz10 {
    font-size: 10px;
}

.fz12 {
    font-size: 12px;
}

/*Titles*/

.ttl-separate:before {
    margin-right: 10px;
}

.ttl-separate:after {
    margin-left: 10px;
}

.ttl-separate:before,
.ttl-separate:after {
    content: "";
    width: inherit;
    display: inline-block;
    height: 1px;
    background-color: #ccc;
}

.ttl-separate {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    white-space: nowrap;
    margin: 0;
}

.ttl-line {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.ttl-line.line-separator h1,
.ttl-line.line-separator h2 {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.ttl-line.line-separator h1 a,
.ttl-line.line-separator h2 a{
    color: inherit !important;
}

.tal.ttl-line.line-separator h1:after,
.tal.ttl-line.line-separator h2:after {
    left: 0;
    transform: translate(0);
}

.ttl-line.line-separator h1:after,
.ttl-line.line-separator h2:after {
    content: "";
    width: 10%;
    height: 2px;
    background-color: #e30011;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.ttl-line h1,
.ttl-line h2 {
    font-size: 2rem;
    margin: 0;
    margin-bottom: 5px;
    display: block;
    font-weight: bold;
    position: relative;
}

.ttl-line h1 a,
.ttl-line h2 a{
    color: inherit;
}

.ttl-line .circle-letter {
    width: 35px;
    line-height: 35px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}

.ttl-line p {
    font-weight: 400;
    font-size: 0.9rem;
    margin: 0;
}

.ttl-line.ttl-small {
    text-align: left;
}

.ttl-line.ttl-small h1,
.ttl-line.ttl-small h2 {
    font-size: 1.6rem;
    margin-bottom: 0;
}

.ttl-type-2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
    width: 100%;
}

.ttl-type-2 form {
    display: flex;
    align-items: stretch;
    font-size: 1rem;
}

.ttl-type-2 form input {
    width: 80%;
    display: inline-block;
    padding: 10px;
    background-color: #fff;
    color: #121212;
}

.ttl-type-2 form button {
    width: 20%;
    background-color: #e30011;
    color: #fff;
}

.bd0 {
    border: 0 !important;
}

.bdt-beige-1 {
    border-top: 1px solid #eeeeee;
}

.bdr-5 {
    border-radius: 5px;
}

/*Animation*/

.transition-all * {
    transition: 0.3s all;
}

.animation-bell {
    animation: bell 2s infinite;
}

@keyframes bell {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(-20deg);
    }
    100% {
        transform: rotate(20deg);
    }
}

address,
form,
p,
table,
ul {
    margin: 0;
}

/*General*/

.block-width-advanced .container {
    max-width: 1200px;
}
/*Loader*/
  .ajax-proccessing{
    position: relative;
  }
  .ajax-proccessing > *:not(.ajax-loader){
    opacity: .45;
  }
  .ajax-loader{
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    background-image: url('../gif/ajax-loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20%;
    background-color: rgba(255,255,255,.2);
  }
/*End loader*/
/*Other*/
.fancybox-slide--iframe .fancybox-content{
    max-width: 100% !important;
    overflow: hidden;
}
.not-found{
    /*border: 1px solid #e30011 !important;*/
}
.not-found input{
    border: 1px solid #e30011 !important;
    color: #e30011 !important;
}
.old-price:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(10deg);
    z-index: 1;
    width: 100%;
    height: 2px;
    background-color: #e30011;
}


.bg-red.atc-processing{
    border: 1px solid #e30011 !important;
    background-color: #f85f6b !important;
}
.atc-processing{
    white-space: nowrap;
    cursor: wait;
}
.atc-processing img{
    margin-right: 5px;
}
.old-price {
    opacity: 0.8;
    position: relative;
    font-size: 1rem;
    overflow: hidden;
    width: fit-content !important;
    display: inline !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.border_red-afh {
    border: 2px solid transparent;
}

@media only screen and (min-width : 993px) {
    .border_red-afh{
        border-color: #e30011 !important;
    }
}

.border_red-afh:hover,
.border_red-afh:active,
.border_red-afh:focus {
    border: 2px solid #e30011;
}

/*Btns Effect*/

/*.bg-black .effect-1_b {
    background: linear-gradient(to right, #121212, #121212 50%, #fff 50%);
    color: #fff;
}
.bg-black .effect-1_b:before {
    background-image: linear-gradient(#fff, #fff);
}*/

.effect-1_b:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-image: linear-gradient(#121212, #121212);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: 0.5s cubic-bezier(0.7, 0.13, 0.26, 0.88);
}

.effect-1_b {
    cursor: pointer;
    position: relative;
    background: linear-gradient(to right, #fff, #fff 50%, #121212 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255,255,255,0);
    background-size: 200% 100%;
    background-position: 100%;
    transition: 0.5s cubic-bezier(0.7, 0.13, 0.26, 0.88);
    overflow: hidden;
    color: #121212;
    padding: 0 10px;
}


.effect-1_b > *{
    display: inline;
}

.effect-1_b:hover,
.effect-1_b.active,
.subcategories--listing .effect-1_b{
    background-position: 0;
}
.subcategories--listing .effect-1_b.active{
    text-fill-color: #e30011;
    -webkit-text-fill-color: rgba(227,0,17,1);
    background: #121212;
}

.effect-1_b:hover:before,
.effect-1_b.active:before,
.subcategories--listing .effect-1_b:before {
    background-size: 100% 100%;
}

.effect-2_a {
    position: relative;
    overflow: hidden;
}

.effect-2_a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 0%;
    transition: 0.5s all;
    background-color: #e30011;
}

.effect-2_a:hover:after,
.effect-2_a.active:after {
    height: 100%;
}

.effect-3_b {
    width: 100%;
    position: relative;
    margin-bottom: 5px;
}

.effect-3_b:before {
    content: "";
    width: 0;
    height: 3px;
    z-index: 0;
    background-color: #e30011;
    transition: 0.5s all;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.effect-3_b:hover:before,
.effect-3_b.active:before {
    width: 25%;
}

.effect-5:hover {
    transition: 1s all;
    transform: scale(1.05);
}

.effect-6_a {
    position: relative;
}

.effect-6_a:after {
    content: "";
    width: calc(100% + 10px);
    height: 2px;
    bottom: -5px;
    left: -5px;
    position: absolute;
    z-index: 0;
    background-color: #e30011;
}

.effect-6_a--hover {
    position: relative;
}

.effect-6_a--hover:after {
    content: "";
    width: 0;
    height: 2px;
    bottom: -5px;
    left: -5px;
    transition: 0.3s all;
    position: absolute;
    z-index: 0;
    background-color: #e30011;
}

.effect-6_a--hover:hover:after {
    width: 100%;
}

.btns-line {
    display: flex;
    align-items: stretch;
}

.btn {
    padding: 10px 25px;
    font-size: 1rem;
    transition: 0.2s all;
    border-radius: 3px;
    border: 1px solid transparent;
}

.btn i {
    font-size: 0.8em;
    margin-right: -2px;
}

.btn.btn-small {
    font-size: 0.9rem;
    padding: 5px 20px;
}

.btn.btn-main:before {
    content: "";
    width: 15px;
    height: 100px;
    transform: rotate(25deg) translate(0, -50%);
    background-color: #fff;
    opacity: 0.15;
    transition: 1s all;
    position: absolute;
    left: -100%;
    top: 50%;
}

.btn.btn-main:hover:before {
    left: 100%;
}

.btn.btn-main {
    position: relative;
    overflow: hidden;
    background-color: #e30011;
    color: #fff;
    border: 2px solid #e30011;
}
.btn strong{
    color: inherit;
}
.btn.btn-main i{
    font-size: 0.9rem;
    margin-right: 3px;
}

a.disabled,
.btn.disabled{
    box-shadow: inset 0 0 5px rgba(0,0,0,.05);
    opacity: 0.3;
    cursor: no-drop;
}
a.disabled:before,
a.disabled:after,
.btn.disabled:before,
.btn.disabled:after{
    display: none !important;
}

.btn.btn-main.dark {
    background-color: #555;
    color: #fff;
    border-color: #555;
}

.btn.btn-main.blue {
    background-color: #003250;
    color: #fff;
    border-color: #003250;
}

.btn.btn-main.blue:before,
.btn.btn-main.dark:before {
    background-color: #f7f7f7;
}

.btn.btn-border {
    color: #fff;
    border: 2px solid #fff;
}

.basketCount,
.wishCount {
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
    color: #fff;
    background-color: #e30011;
    position: relative;
    bottom: 4px;
}

.rsc-siteContainer {
    position: relative;
}
.rsc-overlay{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: rgba(0,0,0,.3);
  z-index: 4;
  width: 100%;
  height: 100vh;
}
.blur{
    filter: blur(2px);
}
/*End general*/

.popup_close:hover {
    color: #e30011;
}

.popup_close {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 1rem;
    z-index: 1;
    width: 35px;
    height: 35px;
    color: #121212;
    background-color: #eeeeee;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
}

.global_popups--popup.active {
  transform: translate(0);
  opacity: 1;
  display: block;
  z-index: 12;
}

.global_popups--popup {
    transform: translate(0, -500%);
    display: none;
    position: fixed;
    width: 100%;
    max-width: 400px;
    background-color: #fff;
    border: 2px solid #f7f7f7;
    z-index: 6;
    opacity: 0;
    transition: 0.5s all;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.global_popups--popup_header {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 30px;
    border-bottom: 1px solid #f7f7f7;
}

.global_popups--popup_header p {
    display: inline-block;
    font-weight: bold;
    margin: 0;
}

.global_popups--popup_content {
    display: inline-block;
    width: 100%;
    max-height: calc(100vh - 200px);
    padding: 20px 30px 5px 30px;
}

.global_popups--popup_footer {
    border-top: 1px solid #f7f7f7;
    padding: 10px 30px;
    display: inline-block;
    width: 100%;
}
.preheader-promos{
    width: 100%;
    display: flex;
}
.preheader-promos button:hover{
    opacity: 1;
}
.preheader-promos button{
    position: absolute;
    z-index: 1;
    top: 5px;
    opacity: 0.7;
    right: 5px;
    padding: 0;
    line-height: 0;
    background: transparent;
    color: #fff;
    font-size: 18px;
    text-shadow: 0 0 5px black;
}
.preheader-promos a{
    width: 100%;
    height: auto;
    line-height: 0;
    display: inline-block;
}
.preheader-promos img{
    width: 100%;
}

header.scrolling.show {
  transition: .5s all;
  transform: translate(0, 0);
}

header.scrolling {
  position: fixed;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.15);
  transform: translate(0, -100%);
}

header.scrolling .preheader-promos,
header.scrolling .preheader-promo,
header.scrolling .afterheader {
  display: none;
}

header.scrolling .header {
  padding: 5px 0;
}

header {
    position: relative;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
}
.preheader-promo{
    z-index: 3;
    padding: .25em 0;
    font-size: 1rem;
    text-align: center;
    position: relative;
    
}
.preheader-promo i{
    font-size: 1em;
}
.preheader-promo a:hover {
    color: inherit;
}

.header {
    padding: 10px 0;
    background-color: #fff;
    position: relative;
    z-index: 3;
}

.header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header--mobile_menu {
    display: none;
    width: 40px;
    cursor: pointer;
}

.header--mobile_menu span:last-child {
    margin-bottom: 0;
}

.header--mobile_menu span {
    transition: margin-bottom 0.3s, transform 0.3s ease-out 0.3s, opacity 0.3s ease-out 0.3s;
    width: 100%;
    display: inline-block;
    height: 3px;
    margin-bottom: 10px;
    background-color: #121212;
}

.header--logo {
    width: 20%;
}

.header--logo > a{
    display: block;
    max-height: 65px;
}

.header--logo img {
    max-width: 220px;
/*     max-width: 210px; */
    width: 100%;
    height: auto;
    position: relative;
    top: -2px;
/*     top: -30px; */
}

.header--logo.logo-top img{
    width: 200px;
}
.header--logo.logo-top > a{
    max-height: 75px;   
    margin-bottom: 10px;
}

.header--search-bar:hover input {
    background-color: #eeeeee;
}

.header--search-bar {
    width: 50%;
    display: flex;
    align-items: stretch;
    position: relative;
}

.header--search-bar input {
    height: 40px;
    width: calc(100% - 50px);
    background-color: #f1f1f1;
    color: #121212;
    padding: 0 10px;
}

.header--search-bar button {
    transition: 0.2s all;
    background-color: #e30011;
    width: 50px;
    color: #fff;
}

.header--bar {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header--bar .basketCount,
.header--bar .wishCount {
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: auto;
    text-align: center;
}

.header--bar a:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
}

.header--bar a {
    position: relative;
    padding-left: 10px;
    margin: 15px 0 0 10px;
}

.header--bar a span {
    display: block;
    position: relative;
    width: fit-content;
    margin: auto;
}

.header--bar a i {
    font-size: 1.3rem;
    display: block;
    text-align: center;
}

.afterheader nav {
    display: flex;
    justify-content: center;
    width: 100%;
}

.afterheader ul {
    display: flex;
    /*overflow-y: auto;*/
}

@media only screen and (min-width : 575px) {
    .afterheader ul li:focus a:after {
        width: 100%;
    }
    .afterheader ul li.has-child:focus{
        z-index: 2;
    }
    .afterheader ul li.has-child:focus > ul {
        visibility: visible;
        opacity: 1;
        transform: translate(0, 0);
        z-index: 1;
        box-shadow: 0 0 5px rgba(0,0,0,.15);
    }
    .afterheader ul li.has-child ul li:hover,
    .afterheader ul li.has-child ul li:focus {
        background-color: #e30011 !important;
    }
    .afterheader ul li.has-child ul li:focus > a {
        color: #fff;
        background-color: #e30011;
    }
    .afterheader ul li.has-child ul li.has-child:focus ul {
        visibility: visible;
        opacity: 1;
        transform: translate(0, 0);
    }
    .afterheader ul li.has-child ul{
        transition: transform 0.15s, opacity 0.15s, visibility 1s, z-index 1s;
        transition-delay: .3s;
    }
}
.afterheader ul li.active a:after {
    width: 100%;
}

.afterheader ul li.has-child.active{
    z-index: 2;
}
.afterheader ul li.has-child.active > ul{
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
    z-index: 1;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.afterheader ul li.has-child ul {
    transition: 0;
    transform: translate(0, -100%);
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    position: absolute;
    flex-wrap: wrap;
    width: min-content;
    max-width: 400px;
    
}
.afterheader ul li.has-child ul li.active {
    background-color: #e30011 !important;
}

.afterheader ul li.has-child ul li.active > a{
    color: #fff;
    background-color: #e30011;
}

.afterheader ul li.has-child ul li.has-child.active ul{
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.afterheader ul li.has-child ul li.has-child ul {
    opacity: 0;
    visibility: hidden;
    transform: translate(-100%, 0);
    top: 0;
    left: 100%;
    background-color: #fff;
    padding: 3px 5px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);   
}

.afterheader ul li.has-child ul li.has-child ul li {
    background-color: transparent;
}

.afterheader ul li.has-child ul li {
    background-color: #fff;
    width: 100%;
    font-size: 0.9rem;
}

.afterheader ul li.has-child ul li a:after {
    display: none;
}

.afterheader ul li.has-child ul li i {
    font-size: 1em;
    margin-left: 10px;
}

.afterheader ul li.has-child ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: normal;
    width: 100%;
    padding: 10px 20px;
    white-space: nowrap;
    color: #555;
    background-color: #fff;
    text-transform: none;
}

.afterheader ul li {
    position: relative;
    font-size: 1rem;
    list-style-type: none;
    white-space: nowrap;
}

.afterheader ul li a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 50%;
    transition: 0.3s all;
    transform: translate(-50%, 0);
    background-color: #e30011;
    z-index: 1;
}

.afterheader ul li a {
    color: #fff;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    padding: 15px 10px;
    z-index: 2;
    background-color: #121212;
    font-weight: bold;
}

/*Product Info in List*/

.product-info {
    display: flex;
}

.product-info .product-info-image {
    width: 100px;
    height: 100px;
    position: relative;
}

.product-info .product-info-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border: 1px solid #f7f7f7;
}

.product-info .product-info-text{
    width: calc(100% - 100px);
    padding-left: 10px;
}
.product-info .product-info-text h3 {
    font-size: 1.1rem;
}

.promo--slider {
    padding: 0;
    width: 100%;
}

.promo--slider .slide {
    position: relative;
}
.promo--slider .active .type-1 h2, 
.promo--slider .active .type-1 h3, 
.promo--slider .active .type-1 p, 
.promo--slider .active .type-1 .btns-line {
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}

.promo--slider .bg img {
    width: 100%;
}

.promo--slider .content {
    width: 100%;
    max-width: calc(100% - 120px);
    position: absolute;
    z-index: 1;
    bottom: 40%;
    left: 50%;
    transform: translate(-50%, 50%);
    display: flex;
    justify-content: space-between;
}

.promo--slider .content_item {
    width: 100%;
    padding: 0 20px;
}

.promo--slider .content_item > * {
    margin-bottom: 15px;
}

.promo--slider .content_item > :last-child {
    margin-bottom: 0;
}

.promo--slider .content h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 3.5rem;
    line-height: 0.9;
    margin: 0;
}

.promo--slider .slide.type-1 h2 {
    padding-bottom: 10px;
}

.promo--slider .slide.type-1 h2:after {
    content: "";
    position: absolute;
    width: 10%;
    height: 4px;
    background-color: #e30011;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
}

.promo--slider .slide.type-1 h2 {
    transform: translate(0, -50%);
    transition: opacity 0.5s, transform 1s;
    opacity: 0;
}

.promo--slider .slide.type-1 p {
    transform: translate(0, 50%);
    transition: opacity 1s, transform 1.5s;
    opacity: 0;
}

.promo--slider .slide.type-1 .btns-line {
    transform: translate(0, 50%);
    transition: opacity 1s, transform 1.75s;
    opacity: 0;
}
.promo--slider .slide.type-1 .btns-line .btn{
    font-size: 1.2rem;
    padding: 15px 40px;
}

.promo--slider .slide.type-1 .content {
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.75);
    width: auto;
    max-width: 760px;
    text-align: center;
}

.promo--slider .slide.type-1 .btns-line {
    justify-content: center;
}

.promo--line {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.promo--line a:hover img {
    filter: contrast(125%);
}

.promo--line a {
    display: inline-flex;
    width: 100%;
    position: relative;
}

.promo--line a img {
    object-fit: contain;
    transition: 0.3s all;
    width: 100%;
    display: block;
}

.prefooter_v2 {
    padding: 40px 0;
    background-image: url("../jpg/bg-prefooter.jpg");
    background-color: #555;
    background-size: cover;
}

.prefooter_v2 .wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.prefooter_v2 .item_form {
    width: 60%;
}

.prefooter_v2 .item_social {
    width: 40%;
}

.prefooter_v2 .social_list {
    display: flex;
}

.prefooter_v2 .social_list a:hover {
    color: #e30011;
}
.prefooter_v2 .social_list a:hover svg{
    fill: #e30011 !important;
}
.prefooter_v2 .social_list svg{
    width: 13px;
    height: 13px;
    fill: #121212;
}
.prefooter_v2 .social_list a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background-color: #fff;
    border: 2px solid #eeeeee;
    color: #121212;
    font-size: 1.2rem;
}

.prefooter_v2 .ttl:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5%;
    height: 3px;
    background-color: #e30011;
}

.prefooter_v2 .ttl {
    text-transform: uppercase;
    position: relative;
    width: 100%;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
    color: #fff;
}

.prefooter_v2  form {
    width: 70%;
    display: flex;
    align-items: stretch;
}

.prefooter_v2  form input {
    font-size: 1rem;
    width: calc(100% - 150px);
    padding: 8px 10px;
    margin-right: 10px;
    border: 2px solid #eeeeee;
    background-color: #fff;
    color: #555;
}

.prefooter_v2  form button {
    width: 150px;
    white-space: nowrap;
}

.prefooter_v2  form button i {
    padding-left: 5px;
}

.footer_v2 {
    background-color: #000;
    padding: 10px 0;
}

.footer_v2 .wrapper {
    display: flex;
}

.footer-item {
    width: 25%;
}

.footer-item_logo {
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
}

.footer-item_logo img {
    margin-left: auto;
    display: block;
    width: 100%;
    height: auto;
    max-width: 150px;
    max-height: 75px;
}

.footer-item address {
    width: 100%;
    color: #fff;
    text-align: right;
}

.footer-item address p {
    font-size: 0.8rem;
}

.footer-item address p a {
    color: #fff;
}

.footer_v2 .ttl {
    display: inline-block;
    width: auto;
    border-bottom: 1px solid #e30011;
    padding-bottom: 5px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 10px 0;
    text-transform: uppercase;
}

.footer-item li:last-child {
    margin-bottom: 0;
}

.footer-item li {
    margin-bottom: 10px;
    list-style-type: none;
    width: 100%;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    font-size: 0.9rem;
}

.footer-item li a:hover {
    opacity: 1;
}

.footer-item li a {
    transition: 0.2s all;
    opacity: 0.9;
    color: inherit;
    width: 100%;
}
footer .trustwave, 
footer .shopper-approved{
    display: inline-block;
}

.form {
    width: 100%;
    display: inline-block;
    margin: 0;
}

.form .radio_list .show-more{
    margin: 0;
    width: 100%;
    padding: 15px 10px;
}
.form .radio_list .show-more:hover{
    color: #e30011;
}
.form .radio_list .show-more i{
    font-size: .8em;
}

.form .radio_list label {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 1rem;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f7f7f7;
    border: 1px solid #777;
    cursor: pointer;
    transition: 0.3s all;
}

.form .radio_list label:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    transform: scale(1.025);
}

.form .radio_list label:hover .marker:after {
    width: 9px;
    height: 9px;
    opacity: 0.7;
}

.form .radio_list label input {
    display: none;
}

.form .radio_list label img {
    height: 25px;
}

.form .radio_list label .marker {
    min-width: 20px;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    border: 2px solid #eeeeee;
    margin-right: 15px;
    background-color: #fff;
    position: relative;
}

.form .radio_list label .marker:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: #e30011;
    opacity: 0;
}

.form .radio_list label input:checked + .marker {
    border-color: #e30011;
}

.form .radio_list label input:checked + .marker:after {
    opacity: 1;
    width: 9px;
    height: 9px;
}

.invalid input,
.invalid select,
.invalid textarea,

.invalid-field input, 
.invalid-field select, 
.invalid-field textarea, 
.invalid-field .toggle-btn{
  border-color: #FB3640 !important;
}

form > .form-status{
    right: auto;
    left: 10px;
    bottom: 0;
}

.form-status {
  font-size: 0.6rem;
  position: absolute;
  bottom: -13px;
  right: 5px;
}
.form.theme_light label input,
.form.theme_light label select {
    background-color: #f7f7f7;
}

.form.form_labled label {
    position: relative;
}
@keyframes onAutoFillStart {
    from {} 
    to {}
}
.form_labled input:-webkit-autofill {
    animation-name: onAutoFillStart;
    animation-delay: 1s;
    transition: opacity 5s ease-in-out 0s;
}
.form.form_labled .form-label {
    position: absolute;
    left: 10px;
    top: 11px;
    z-index: 1;
    font-size: 1rem;
    transition: 0.2s all;
}

.form.form_labled select + .form-label,
.form.form_labled input:focus + .form-label,
.form.form_labled .form-label--active .form-label,
.form.form_labled input:placeholder-shown{
    font-size: 0.7rem;
    opacity: 0.7;
    top: 5px;
    transform: translate(0);
}

.form.form_labled textarea {
    padding-top: 15px !important;
}

.form.form_labled input {
    padding-top: 15px !important;
}

.form.form_labled select {
    /*height: 100%;*/
    height: 42px;
    padding-top: 15px !important;
    -webkit-appearance: textfield;
}

.form.form_labled select + .form-label {
    font-size: 0.7rem;
    opacity: 0.7;
    top: 5px;
    transform: translate(0);
}

.form.form_labled input:focus + .form-label {
    font-size: 0.7rem;
    opacity: 0.7;
    top: 5px;
    transform: translate(0);
}

.form .form-line {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin-bottom: 10px;
}

.form .form-line:last-child {
    margin-bottom: 0;
}

.form .form-line .item-full {
    width: 100%;
}

.form .form-line .item-1 {
    width: calc(66.66% - 5px);
}

.form .form-line .item-2 {
    width: calc(50% - 5px);
}

.form .form-line .item-3 {
    width: calc(33.33% - 5px);
}

.form .form-line .item-5 {
    width: calc(20% - 5px);
}

.form .form-line .item-6 {
    width: calc(40% - 5px);
}

.form .form-line label {
    font-size: 1rem;
    display: inline-block;
    width: 100%;
    margin-bottom: 2px;
}

.form .form-line label.checkbox {
    display: flex;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
}

.form .form-line label.checkbox input {
    width: 15px;
    margin-right: 5px;
    display: inline-block;
    opacity: 1;
    position: relative;
    top: -1px;
}

.form .form-line label i {
    color: red;
    font-style: normal;
}

.form .form-line textarea {
    height: 100px;
    resize: none;
}

.form .form-line input,
.form .form-line select,
.form .form-line textarea {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #999;
    background-color: #fff;
    border-radius: 2px;
    color: #222222;
    font-size: 1rem;
    min-height: 25px;
}

.form .form-line input[type="password"] {
    padding-right: 25px;
}

.form.form_labled .form-line .input-icon {
    bottom: auto;
    top: 50%;
    transform: translate(0, -50%);
}

.form .form-line .input-icon {
    z-index: 1;
    cursor: pointer;
    position: absolute;
    bottom: 5px;
    right: 10px;
    transition: 0.3s all;
    width: 20px;
    height: 20px;
    background-color: transparent;
}

[data-icon="card"]:after {
    content: "\f09d";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
}

[data-icon="password"]:before {
    content: "\f06e";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
}

[data-icon="password"].active:before {
    opacity: 1;
}

.form .form-line .input-icon[data-icon="info"] {
    background-image: url(../question.html);
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
}

.form .form-line .input-icon[data-icon="info"]:before,
.form .form-line .input-icon[data-icon="info"]:after {
    z-index: 1;
    position: absolute;
    transition: 0.3s all;
    background-color: #f1d302;
    top: 50%;
    color: #222222;
    font-size: 0.7rem;
    display: none;
}

.form .form-line .input-icon[data-icon="info"]:hover:before,
.form .form-line .input-icon[data-icon="info"]:hover:after {
    display: block !important;
}

[data-hint]:hover:before{
    display: block;
}
[data-hint]:before {
    display: none;
    top: 50%;
    content: attr(data-hint);
    right: calc(100% + 5px);
    transform: translate(0, -50%);
    padding: 5px;
    border-radius: 2px;
    position: absolute;
    background-color: #fff;
    width: 250px;
    padding: 5px;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    font-size: .9em;
    font-weight: 100;
}

.form .form-line .input-icon[data-icon="info"]:after {
    content: "";
    width: 5px;
    height: 5px;
    right: 100%;
    transform: translate(0, -50%) rotate(45deg);
}

/*Block 1*/

.vc-block_type-1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

/*List*/

/*Product Listing #1*/

.vc-prodList-1 .product:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transform: scale(1.01);
}

.vc-prodList-1 .product:hover .btns-line {
    opacity: 1;
    user-select: all;
    pointer-events: all;
}

.vc-prodList-1 .product {
    padding: 10px 15px;
    margin: 5px;
    position: relative;
    transition: 0.3s all;
    background-color: #f7f7f7;
}
.vc-prodList-1 .attributes{
    display: block;
    margin-bottom: 5px;
}

.vc-prodList-1 .flags {
    width: calc(100% - 20px);
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    z-index: 1;
}

.vc-prodList-1 .flags span:nth-child(1) {
    background-color: #e30011;
}

.vc-prodList-1 .flags span:nth-child(2) {
    background-color: #ffae00;
}

.vc-prodList-1 .flags span {
    font-size: 0.8rem;
    display: inline-block;
    white-space: nowrap;
    padding: 2px 4px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #fff;
}

.vc-prodList-1 .image {
    width: 100%;
    height: 250px;
    display: inline-block;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 5px 0;
    border-radius: 5px;
    position: relative;
}

.vc-prodList-1 .image img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    width: 100%;
    height: 100%;
    margin: auto;
    display: block;
}

.vc-prodList-1 .info {
    text-align: center;
    width: 100%;
}

.vc-prodList-1 .info .brand {
    color: #555;
    font-size: 0.9rem;
}

.vc-prodList-1 .info .name {
    margin: 0;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 1rem;
}

.vc-prodList-1 .info .name a {
    color: #121212;
}

.vc-prodList-1 .info .reviews {
    display: flex;
    justify-content: center;
}

.vc-prodList-1 .info .reviews .stars {
    font-size: 0.9rem;
    color: #ffae00;
}

.vc-prodList-1 .info .reviews .stars i {
    margin: 0 -1px;
}

.vc-prodList-1 .info .price-line {
    width: 100%;
    margin-bottom: 5px;
    min-height: 30px;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.vc-prodList-1 .info .price-line p {
    margin: 0 5px;
}

.vc-prodList-1 .info .price-line .old-price:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 1;
    width: 100%;
    height: 2px;
    background-color: #555;
}

.vc-prodList-1 .info .price-line .old-price {
    margin: 0 !important;
    opacity: 0.9;
    display: inline-block;
    position: relative;
    font-size: 1rem;
}

.vc-prodList-1 .info .price-line .price {
    display: block;
    font-weight: bold;
    font-size: 1.3rem;
}

.vc-prodList-1 .btns-line {
    opacity: 0;
    user-select: none;
    display: flex;
    align-items: stretch;
    transition: 0.3s all;
    justify-content: space-between;
}

.vc-prodList-1 .btns-line .btn {
    border-radius: 2px;
    text-align: center;
    min-width: 49%;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 5px 0;
}

.vc-prodList-3 .vc-prodList_column {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
}

.vc-prodList-3 .product:hover .sticky-btn {
    opacity: 1;
}

.vc-prodList-3 .product:hover .btns-wrap {
    opacity: 1;
    pointer-events: all;
}

.vc-prodList-3 .product {
    padding: 15px 15px 0 15px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 2px solid #eeeeee;
    position: relative;
    text-align: center;
    display: block;
}

.vc-prodList-3 .sticky-btn:hover {
    background-color: #e30011;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    color: #fff !important;
}

.vc-prodList-3 .sticky-btn {
    opacity: 0;
    transition: 0.3s all;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 20px;
    font-size: 1.2rem;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.vc-prodList-3 .flags {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    display: flex;
}

.vc-prodList-3 .flags span {
    padding: 0 5px;
    font-size: 0.9rem;
    color: #fff;
    background-color: #e30011;
    text-transform: capitalize;
}

.vc-prodList-3 .image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 250px;
    background-color: #fff;
    transition: 0.2s all;
    overflow: hidden;
    border-radius: 5px;
}

.vc-prodList-3 .image img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vc-prodList-3 .info {
    display: inline-block;
    width: 100%;
}

.vc-prodList-3 .info h3 {
    margin: 0;
    font-size: 0.9rem;
    height: 2.1rem;
    overflow: hidden;
}
.vc-prodList-3 .attributes{
    padding-top: 5px;
    height: 30px;
    overflow: hidden;
    width: 100%;
}


.vc-prodList-3 .bottom-line {
    display: inline-block;
    width: 100%;
    align-items: baseline;
}

.vc-prodList-3 .btns-wrap {
    opacity: 0;
    transition: 0.4s all;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.vc-prodList-3 .btns-wrap .btn {
    padding: 5px 0;
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
}

.vc-prodList-3 .price-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.vc-prodList-3 .price-wrap .old-price {
    font-size: 1rem;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin: 0 10px 0 0 !important;
}

.vc-prodList-3 .price-wrap .price {
    font-size: 1.2rem;
    font-weight: bold;
}

.vc-prodList-4 .product:hover .image .btn {
    transform: translate(0);
}

.vc-prodList-4 .product {
    font-weight: bold;
    text-transform: uppercase;
    color: #121212;
}
.vc-prodList-4 .attributes{
    padding-bottom: 5px;
}
.vc-prodList-4 .vc-switcher{
    justify-content: flex-start !important;
}
.vc-prodList-4 .flags {
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 1;
    text-align: right;
}

.vc-prodList-4 .flags span {
    font-size: .8rem;
    background-color: #121212;
    color: #fff;
    padding: 0 5px;
    display: inline-block;
    margin: 0 5px 5px 0;
}

.vc-prodList-4 .image {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    padding: 50% 0;
    border: 1px solid #f7f7f7;
    position: relative;
    overflow: hidden;
}

.vc-prodList-4 .image .btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 1;
    transform: translate(0, 101%);
}

.vc-prodList-4 .image img {
    width: auto;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.vc-prodList-4 .info {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.vc-prodList-4 .info .brand {
    font-size: 0.7rem;
    /*color: #e30011;*/
    font-weight: 400;
    color: #333;
}

.vc-prodList-4 .info .info-line {
    width: 70%;
}

.vc-prodList-4 .info .info-line h3 {
    font-size: 0.9rem;
}

.vc-prodList-4 .info .info-line h3 a {
    color: #121212 !important;
}

.vc-prodList-4 .info .price-line {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-end;
}

.vc-prodList-4 .info .price-line .old-price {
    font-size: 1rem;
    opacity: 0.5;
    margin-right: 5px !important;
}

.vc-prodList-4 .info .price-line .price {
    font-size: 1.1rem;
}

.vc-prodList-5 .owl-item:hover .image:before {
  width: 100%;
  height: 100%;
}

.vc-prodList-5 .owl-item:nth-child(1n):hover .image:before {
  background-color: #003250;
}

.vc-prodList-5 .owl-item:nth-child(2n):hover .image:before {
  background-color: #e30011;
}

.vc-prodList-5 .owl-item:nth-child(3n):hover .image:before {
  background-color: #ffae00;
}

.vc-prodList-5 .product {
    color: #003250;
    text-align: center;
    display: block;
    padding: 0 20px;
}

.vc-prodList-5 .product .image {
    display: block;
    padding: 50%;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}

.vc-prodList-5 .product .image:before {
    content: "";
    z-index: 0;
    width: 0%;
    height: 0%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.4s all;
}

.vc-prodList-5 .product .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: contain;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    height: 100%;
}

.vc-prodList-5 .product .info {
    display: block;
}

.vc-prodList-5 .product .info .name {
    font-size: 0.9rem;
    margin: 0;
    font-weight: 400;
}

.vc-prodList-5 .product .info .name i {
    margin-left: 5px;
    color: #003250;
    font-size: 0.8rem;
}

/*Product Items #1*/

.vc-itemsList .wrapper {
    display: flex;
    margin: 0 -15px;
}

.vc-itemsList .item {
    width: 100%;
    cursor: pointer;
    color: #555;
}

.vc-itemsList .item_image {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

.vc-itemsList .item_image img {
    transition: 0.4s all;
    width: 100%;
}

.vc-itemsList .item_details * {
    position: relative;
}

.vc-itemsList .item_details-title {
    font-weight: 400;
    margin: 0;
    margin-bottom: 5px;
}

.vc-itemsList .item_details_small .item_details-title {
    font-size: 1.1rem;
}

.vc-itemsList .last-item {
    display: none !important;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    border: 2px solid #e30011;
    color: #e30011;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.vc-itemsList .item-type-2:hover .item_image:before {
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, black 100%);
}

.vc-itemsList .item-type-2:hover .item_details {
    transform: translate(0);
}

.vc-itemsList .item-type-2 {
    position: relative;
    overflow: hidden;
    display: inline-flex;
}
.vc-itemsList .owl-carousel--newarrivals_cats .item-type-2{
    margin: 0;
}
.vc-itemsList .owl-carousel--newarrivals_cats .item-type-2 .item_image{
    padding: 20% 0;
}

.vc-itemsList .item-type-2 .item_image:before {
    content: "";
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    height: 80%;
    transition: 0.4s all;
    background: #121212;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.vc-itemsList .item-type-2 .item_image {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 5px;
    padding: 80% 0;
    margin: 0;
}

.vc-itemsList .item-type-2 .item_image img {
    z-index: 0;
    position: absolute;
    height: 100%;
    min-width: 100%;
    object-fit: cover;
    z-index: 1;
    display: block;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.vc-itemsList .item-type-2 .item_details {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 15px 10px;
    transform: translate(0, 100%);
    transition: 0.4s all;
}

.vc-itemsList .item-type-2 .item_details p {
    font-size: 0.9rem;
}

.vc-itemsList .item-type-2 .item_details-title {
    font-size: 1.1rem;
    font-weight: bold;
}

.vc-itemsList .item-type-2 .item_details-afterbtn {
    margin-top: 20px;
    display: inline-block;
}

.vc-itemsList .item-type-3:hover .item_image {
    border-color: #e30011;
}

.vc-itemsList .item-type-3:hover .item_details {
    color: #e30011;
}

.vc-itemsList .item-type-3 {
    position: relative;
    text-align: center;
}

.vc-itemsList .item-type-3 .item_image {
    overflow: hidden;
    padding: 50% 0;
    border-radius: 50%;
    margin-bottom: -5px;
    border: 2px solid #fff;
    transition: 0.4s all;
}

.vc-itemsList .item-type-3 .item_image img {
    z-index: 0;
    position: absolute;
    height: 100%;
    min-width: 100%;
    object-fit: cover;
    z-index: 1;
    display: block;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.vc-itemsList .item-type-3 .item_details {
    padding: 15px 0;
    background-color: #fff;
    transition: 0.4s all;
}

.vc-itemsList .item-type-3 .item_details-title {
    font-size: 1.1rem;
    margin: 0;
}

.vc-itemsList .items-swaper-line {
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 20px;
}

.vc-itemsList .items-swaper-line::-webkit-scrollbar {
    height: 6px;
    border-radius: 5px;
    overflow: hidden;
}

.vc-itemsList .items-swaper-line::-webkit-scrollbar-track {
    background-color: #eeeeee;
    border-radius: 5px;
    overflow: hidden;
}

.vc-itemsList .items-swaper-line::-webkit-scrollbar-thumb {
    background-color: #e30011;
    border-radius: 5px;
    overflow: hidden;
}

.vc-itemsList .items-swaper-line:hover::-webkit-scrollbar-thumb {
    background-color: #e30011;
}

.vc-itemsList .items-inline-6.items-swaper-line .item {
    min-width: 17%;
}

.vc-itemsList .items-inline-5 .item {
    width: 20%;
}

.vc-itemsList .items-inline-6 .item {
    width: 16.6667%;
}

.block--two_column .wrapper {
    display: flex;
    justify-content: space-between;
}

.block--two_column .column--left {
    padding-right: 15px;
}

.block--two_column .column--right {
    padding-left: 15px;
}

.block--two_column .column--left,
.block--two_column .column--right {
    width: calc(25% - 15px);
}

.block--two_column .column--content {
    width: 75%;
}

.block--two_column .column--half {
    width: 50%;
    padding: 0 15px;
}

.rsc-breadcrumbs {
    display: block;
    position: relative;
}

.rsc-breadcrumbs a .fa-home {
    font-size: 1.1rem;
}

.rsc-breadcrumbs.type-1 {
    padding-top: 20px;
}

.rsc-breadcrumbs.type-3 {
    color: #fff;
    padding-bottom: 30px;
}

.rsc-breadcrumbs.type-3 h1 {
    font-size: 2.5rem;
    margin: 10px 0;
    padding: 0 5px;
    font-weight: bold;
    position: relative;
    background-color: #121212;
    border-left: 8px solid #e30011;
    text-transform: uppercase;
    display: inline-block;
}

.rsc-breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.rsc-breadcrumbs li:after {
    content: "\203A";
    display: inline-block;
    color: #121212;
    padding-left: 10px;
    font-size: 1rem;
}

.rsc-breadcrumbs li:last-child:after {
    display: none !important;
}
.rsc-breadcrumbs li.back:before {
    content: "\2039";
    display: inline-block;
    color: #121212;
    padding-right: 10px;
    font-size: 1rem;
}

.rsc-breadcrumbs li:first-child:not(.back) a {
    color: #e30011;
}

.rsc-breadcrumbs li:hover a {
    color: #e30011;
}

.rsc-breadcrumbs li {
    list-style-type: none;
    margin-right: 10px;
}

.rsc-breadcrumbs a,
.rsc-breadcrumbs .back a,
.rsc-breadcrumbs span {
    color: #121212;
    font-size: 0.9rem;
}

.vc-navigation.type-1 {
    border-right: 1px solid #ddd;
    padding: 30px 20px;
}

.vc-navigation.type-1 ul li {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.vc-navigation ul li:last-child {
    margin-bottom: 0;
}

.vc-navigation ul li {
    width: 100%;
    display: inline-block;
    list-style-type: none;
    font-size: 1rem;
}

.vc-navigation ul li a {
    display: inline-block;
    width: 100%;
}
.vc-navigation.type-1 ul li a:after {
    content: "\00BB";
    color: #e30011;
    font-weight: bold;
    font-size: 1.1rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}
.vc-navigation ul li.active a{
  color: #e30011;
}



/*Order List*/

.vc-orders_list {
    display: block;
    width: 100%;
}

.vc-orders_list.type-1 .vc-orders_list--head {
    padding: 10px 0;
    background-color: #f7f7f7;
}

.vc-orders_list--body > div:hover {
    transform: scale(1.025);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.vc-orders_list.type-1 .vc-orders_list--line {
    align-items: center;
    cursor: pointer;
    padding: 5px 0;
    transition: 0.3s all;
}

.vc-orders_list.type-1 .vc-orders_list--col {
    padding: 0 15px;
}

.vc-orders_list--head {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.vc-orders_list--line {
    display: flex;
    width: 100%;
}

.vc-orders_list--col {
    width: 100%;
    padding: 0 5px;
}

/*Order List*/

.vc-order_totals {
    padding: 15px 10px;
    overflow: hidden;
}

.vc-order_totals h3 {
    font-size: 1.1rem;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.vc-order_totals ul li:last-child {
    margin-bottom: 0;
}

.vc-order_totals ul li {
    margin-bottom: 5px;
    font-size: 0.9rem;
}

.vc-order_totals ul li p {
    display: flex;
    justify-content: space-between;
}

.vc-order_totals ul li span {
    font-weight: 400;
    padding-left: 10px;
}

/*Barge*/

.vc_barge {
    padding: 3px 10px;
    font-size: 0.9em;
    display: inline-block;
    border-radius: 3px;
}

.vc_barge.barge_green {
    background-color: #068500;
    color: #fff;
}

.vc_barge.barge_yellow {
    background-color: #ffae00;
    color: #fff;
}

.vc_barge.barge_black {
    background-color: #121212;
    color: #fff;
}

/*Tabs*/

.vc-tabs_line {
    width: 100%;
}

.vc-tabs_list li {
    display: inline-block;
    list-style-type: none;
    margin-right: 30px;
    cursor: pointer;
}

.vc-tabs_content {
    width: 100%;
}

.vc-tabs_tab {
    display: none;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.vc-tabs_tab img{
    max-width: 100%;
    height: auto !important;
}

.vc-tabs_line.type-1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.type-1 .vc-tabs_list {
    display: flex;
    align-items: center;
}

.type-1 .vc-tabs_list li {
    padding: 0 15px;
    text-transform: uppercase;
}

.vc-tabs_line.type-1 .vc-tabs_form {
    position: relative;
}

.vc-tabs_line.type-1 .vc-tabs_form i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    color: #555;
}

.vc-tabs_line.type-1 .vc-tabs_form input {
    width: 100%;
    max-width: 320px;
    padding: 10px;
    padding-left: 30px;
    background-color: #f7f7f7;
}

.type-1 .vc-tabs_content {
    margin-top: 20px;
}

.type-0 .vc-tabs_list {
    margin-bottom: 20px;
}

.type-0 .vc-tabs_list li {
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
}
.type-0 .vc-tabs_list li > *{
    font-size: 1.8rem;
}

.type-0 .vc-tabs_tab p {
    font-size: 1rem;
    color: #666666;
    margin: 0;
    margin-bottom: 10px;
}

/*Search*/

/*Basket*/
.product-qty {
    display: flex;
    justify-content: stretch;
    align-items: center;
    width: 100%;
    border: 1px solid #f7f7f7;
    color: #555;
}

.product-qty.active .remove {
    display: flex;
}

.product-qty.active .minus {
    display: none;
}

.product-qty input {
    padding: 0;
    width: 50%;
    height: 35px;
    text-align: center;
    font-size: 1rem;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
}

.product-qty span {
    width: 25%;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
    font-size: 0.8em;
}

.product-qty span:hover {
    color: #fff;
    background-color: #555;
}

.product-qty .remove {
    display: none;
    color: #e30011;
}

.product-qty .remove:hover {
    color: #fff;
    background-color: #e30011;
}

.rsc_product-list::-webkit-scrollbar {
    width: .25vw;
    border-radius: 5px;
    overflow: hidden;
}

.rsc_product-list::-webkit-scrollbar-track {
    background-color: #eeeeee;
    border-radius: 5px;
    overflow: hidden;
}

.rsc_product-list::-webkit-scrollbar-thumb {
    background-color: #555;
    border-radius: 5px;
    overflow: hidden;
}

.rsc_product-list:hover::-webkit-scrollbar-thumb {
    background-color: #121212;
}

.rsc_product-list {
    margin-top: 15px;
    padding-right: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f7f7f7;
    max-height: calc(100vh - 300px);
    overflow-y: auto;
}

.rsc_product-list .item:last-child{
    margin-bottom: 0;
}
.rsc_product-list .item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
    user-select: none;
    margin-bottom: 15px;
}

.rsc_product-list .item .qty {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #121212;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1rem;
    padding: 0 5px;
    z-index: 2;
}

.rsc_product-list .image_col {
    padding: 12.5% 0 12.5% 10px;
    width: 25%;
    position: relative;
}

.rsc_product-list .image_col img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.rsc_product-list .info_col {
    width: 75%;
    position: relative;
    padding-left: 5px;
}

.rsc_product-list .info_col--product_details {
    display: flex;
    align-items: baseline;
}

.rsc_product-list .info_col--product_details .price {
    width: 35%;
    padding-left: 5px;
    text-align: right;
}
.rsc_product-list .info_col ul{
    padding-top: 5px;
    border-top: 1px dashed #eee;
}
.rsc_product-list .info_col ul li {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
}

.rsc_product-list .info_col ul li span {
    text-align: right;
    font-size: 0.9rem;
}

.basket--content .basket--content_additionals-line {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: baseline;
}

.basket--content .basket--content_additionals-line .basket--content_additional.active h4 i {
  transform: rotate(0);
}

.basket--content .basket--content_additionals-line .basket--content_additional.active .basket--content_additional-content {
  display: block;
}

.basket--content .basket--content_additionals-line .basket--content_additional.notoggle h4 {
  pointer-events: none;
}

.basket--content .basket--content_additionals-line .basket--content_additional.notoggle h4 i {
  display: none;
}

.basket--content .basket--content_additionals-line .basket--content_additional {
  display: inline-block;
  width: 48%;
  margin: 15px 0;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}

.basket--content .basket--content_additionals-line .basket--content_additional .basket--content_additional-content {
  display: none;
}

.basket--content .basket--content_additionals-line .basket--content_additional h4 {
  user-select: none;
  cursor: pointer;
  font-weight: bold;
  font-size: .9rem;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 15px;
  position: relative;
}

.basket--content .basket--content_additionals-line .basket--content_additional h4 i {
  transform: rotate(45deg);
  transition: .3s all;
  opacity: 0.8;
  float: right;
}

.basket--content .basket--content_additionals-line .basket--content_additional p {
  font-size: 0.8rem;
}

.basket--content .basket--content_additionals-line .basket--content_additional form {
  font-size: 0.9rem;
  position: relative;
  min-height: 40px;
}

.basket--content .basket--content_additionals-line .basket--content_additional form select {
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  border: 0;
  width: 100%;
}

.basket--content .basket--content_additionals-line .basket--content_additional form button {
  position: absolute;
  background-color: transparent;
  z-index: 1;
  border: 0;
  cursor: pointer;
  top: 45%;
  right: 10px;
  transform: translate(0, -50%);
}

.basket--totals {
    width: calc(35% - 20px);
    margin-left: 20px;
    padding: 10px 15px;
    padding-left: 20px;
    background-color: #fff;
    border-left: 1px solid #ddd;
}

.basket--totals_header {
    width: 100%;
    display: inline-block;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.basket--totals_content:before {
    content: "";
    position: absolute;
    background-color: #ddd;
    top: 0;
    right: 0;
    z-index: 1;
}

.basket--totals_content-line.total-line p {
    color: #121212;
    font-size: 1.1rem;
}

.basket--totals_content-line:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.basket--totals_content-line {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f7f7f7;
}

.basket--totals_content-line form {
    display: flex;
    align-items: stretch;
    width: 100%;
    font-size: 0.9rem;
}

.basket--totals_content-line input {
    padding: 10px;
    width: 70%;
    display: inline-block;
    margin-right: 5px;
    background-color: #f7f7f7;
    border-radius: 3px;
    font-size: 16px;
    border: 1px solid #e8e8e8;
}

.basket--totals_content-line button {
    width: 30%;
    padding: 0;
    text-align: center;
}

.basket--totals_content-line p {
    user-select: none;
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    color: #666;
    position: relative;
}
.basket--totals_content-line.removeCoupon button{
  background: none;
  width: auto;
  margin-right: auto;
}
.rsc_express-line.inline ul {
    flex-wrap: wrap;
}

.rsc_express-line.inline li {
    width: 100%;
    max-width: 100%;
    margin: 0;
    margin-bottom: 10px;
}

.rsc_express-line.inline li:last-child {
    margin-bottom: 0;
}

.registration--block .rsc_express-line ul {
    justify-content: space-between;
    margin-top: 0;
}

.registration--block .rsc_express-line ul li {
    margin-right: 0;
    width: 49%;
}
.registration--block .address-fields > div{
    padding-right: 15px;
    width: 50%;
}

.rsc_express-line {
    margin-bottom: 20px;
}

.rsc_express-line li.paypal-btn{
  background-color: transparent;
}
.rsc_express-line li.paypal-btn a {
  background-color: #fff !important;
}
.rsc_express-line li.paypal-btn img{
  display: inline-block;
  width: 60%;
}
.rsc_express-line li.paypal-btn table tr{
  display: none;
}
.rsc_express-line li.paypal-btn table tr:nth-child(2n){
  display: table-row;
}

.rsc_express-line li.applepay-btn .apple-pay-button-with-text{
  margin: 0;
  display: flex;
  width: 100%;
  color: #fff;
  background-color: #555;
  padding: 10px 0;
  text-align: center;
  border-radius: 5px;
}
.rsc_express-line li.applepay-btn .apple-pay-button-with-text span{
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}
.apple-pay-button-with-text.apple-pay-button-black-with-text > .logo{
  background-image: url(../png/applepay-logo.png) !important;
  background-color: transparent !important;
  background-size: contain;
  display: inline-block;
  width: 70px;
  height: auto;
}


.rsc_express-line ul {
    display: flex;
    margin: 20px 0;
}

.rsc_express-line ul li {
    list-style-type: none;
    width: calc(100% - 10px);
    max-width: 50%;
    margin-right: 10px;
}
.basket_checkout--block .rsc_express-line ul li{
    width: calc(25% - 10px);
}
.basket_checkout--block .rsc_express-line li.paypal-btn img{
    width: 100%;
    margin-top: -5px;
}

.rsc_express-line ul li a {
    display: inline-block;
    width: 100%;
    /*line-height: 0;*/
    font-size: 0.9rem;
    color: #fff;
    /*background-color: #555;*/
    padding: 7px 0;
    text-align: center;
    border-radius: 5px;
}

.rsc_express-line ul li a i {
    display: inline-block;
    margin-right: 10px;
}

.rsc_express-line ul li a img {
    width: 100%;
    display: inline-block;
}

.basket--block {
    width: 100%;
}

.basket--block .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.basket--content {
    width: 65%;
}

.basket--content h3 {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
}

.basket--content p {
    margin: 0;
    margin-bottom: 15px;
    color: #666666;
}

.basket--footer {
  padding-top: 10px;
  border-top: 1px solid #f7f7f7;
}

.basket--header {
  padding-bottom: 10px;
  border-bottom: 1px solid #f7f7f7;
}

.basket--footer,
.basket--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.basket--footer a,
.basket--header a {
  font-size: 0.8rem;
  margin-left: 50px;
  text-transform: uppercase;
}

.basket--footer a i,
.basket--header a i {
  margin-right: 5px;
  font-size: 0.9rem;
}


.basket--header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.basket--header a {
    font-size: 0.8rem;
    margin-left: 50px;
    text-transform: uppercase;
}


.basket--header a i {
    margin-right: 5px;
    font-size: 0.9rem;
}
.basket--content_list_product {
    margin-bottom: 20px;
    display: flex;
}

.basket--content_list_product ul li {
    color: #555;
    list-style-type: none;
    font-size: 0.9rem;
}

.basket--content_list_product p {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.basket--content_login {
    display: flex;
    width: 100%;
}

.basket--content_login-item {
    width: calc(50% - 40px);
    display: inline-block;
    margin-right: 40px;
}

.basket--content_ocst-ttl {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.basket--content_ocst-saved_addresses {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}

.basket--content_ocst-saved_addresses p {
    font-weight: bold;
    font-size: 0.8rem;
    margin: 0;
    white-space: nowrap;
}

.basket--content_ocst-saved_addresses select {
    font-size: 0.8rem;
    border: 0;
    padding: 0 10px !important;
    margin: 0;
    display: inline-block;
    background: transparent;
}

.basket--content_ocst-form {
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
}

.basket--content_addresses {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: baseline;
}

.basket--content_addresses address {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    padding: 15px;
    display: inline-block;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    font-size: 0.8rem;
}

.basket--content_addresses address p {
    margin-bottom: 0;
}

.basket--block .paymentDetails-content {
    width: 60%;
    padding: 20px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
}

.basket--block .paymentDetails-content .cards-line {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px;
}

.basket--block .paymentDetails-content .cards-line label {
    width: calc(16.6667% - 10px);
    margin: 0 10px 0 0;
    pointer-events: none;
    user-select: none;
}

.basket--block .paymentDetails-content .cards-line label input {
    display: none;
}

.basket--block .paymentDetails-content .cards-line label input:checked + span {
    opacity: 1;
    border-color: #ddd;
}

.basket--block .paymentDetails-content .cards-line label span {
    border: 1px solid transparent;
    display: inline-block;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    opacity: 0.2;
    line-height: 0;
}

.basket--block .paymentDetails-content .cards-line label span img {
    width: 100%;
}

.basket--block .checkout-content_header_v2 {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.basket--block .checkout-content_header_v2 li {
    display: inline-block;
    list-style-type: none;
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.basket--block .checkout-content_header_v2 li:last-child:after {
    display: none;
}

.basket--block .checkout-content_header_v2 li:after {
    content: "\203A";
    display: inline-block;
    color: #666666;
    margin: 0 3px 0 5px;
    font-size: 1.1rem;
}

.basket--block .checkout-content_header_v2 li:hover a,
.basket--block .checkout-content_header_v2 li.active a {
    color: #e30011;
}

.basket--block .checkout-content_header_v2 li a {
    color: #666666;
}

/*ss table*/

.vc-table.vc-table_w1_3_1 .vc-table-col:nth-child(1) {
    width: 60%;
}

.vc-table.vc-table_w1_3_1 .vc-table-col:nth-child(2) {
    width: 10%;
    text-align: center;
}

.vc-table.vc-table_w1_3_1 .vc-table-col:nth-child(3) {
    width: 20%;
    text-align: center;
}

.vc-table.vc-table_w1_3_1 .vc-table-col:nth-child(4) {
    width: 10%;
    text-align: center;
}

.vc-table {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.vc-table .vc-table-row:nth-child(1) {
    margin-bottom: 10px;
}

.vc-table .vc-table-row:nth-child(1) .vc-table-col {
    font-weight: bold;
}

.vc-table .vc-table-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.vc-table .vc-table-row .vc-table-col {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
}
.vc-switcher.active label {
  background-color: #068500;
}

.vc-switcher.active .vc-switcher_circle {
  left: 0;
  right: auto;
}

.vc-switcher.active .vc-switcher_status {
  color: #fff;
  left: 65%;
}
.vc-switcher label {
    position: relative;
    display: inline-block;
    min-width: 45px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid #bbb;
    color: #939393;
    background-color: #e6e6e6;
    cursor: pointer;
}

.vc-switcher input {
    display: none;
}

.vc-switcher .vc-switcher_status {
    position: absolute;
    top: 55%;
    left: 35%;
    transform: translate(-50%, -50%);
    font-size: 0.7rem;
    font-weight: 400;
    color: #121212;
    text-transform: uppercase;
    z-index: 1;
}

.vc-switcher .vc-switcher_circle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 18px;
    height: 18px;
    border-radius: 15px;
    border: 1px solid #bbb;
    background-color: #f9f9f9;
}

/*SS Alerts*/

.rsc-message {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    border-radius: 3px;
    margin-bottom: 15px;
    border: 2px solid;
    background-color: #f9f9f9;
}

.rsc-message a {
    color: inherit !important;
    text-decoration: underline;
}

.rsc-message * {
    text-align: left;
}

.rsc-message_success {
    border-color: #068500 !important;
    color: #068500 !important;
}

.rsc-message_error {
    border-color: #e30011 !important;
    color: #e30011 !important;
}

.rsc-message_inform {
    border-color: #003250 !important;
    color: #003250 !important;
}

/*Page*/

.page-content h2,
.page-content h3 {
    color: #121212;
    font-weight: bold;
}

.page-content h2 {
    font-size: 1.7rem;
    margin: 10px 0 15px 0;
}

.page-content h3 {
    font-size: 1.5rem;
    margin: 5px 0 15px 0;
}

.page-content a {
    color: #e30011;
}

.page-content p {
    color: #666666;
    font-size: 1rem;
    display: block;
    margin: 0;
    margin-bottom: 10px;
}

.page-content img {
    width: 100%;
    display: block;
}

.page-content ul {
    color: #666666;
    font-size: 1rem;
    padding-left: 20px;
    margin-bottom: 10px;
}

.page-content ul li:last-child {
    margin-bottom: 0;
}

.page-content ul li {
    list-style-type: square;
    margin-bottom: 5px;
}

.page-content table {
    width: 100%;
}

.page-content table thead {
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    background-color: #121212;
}

.page-content table tbody {
    font-size: 1rem;
}

.page-content table tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

.page-content table td:nth-child(even),
.page-content table th:nth-child(even) {
    border-left: 1px solid #ddd;
}

.page-content table tr {
    border-bottom: 1px solid #ddd;
}

.page-content table tr th,
.page-content table tr td {
    padding: 5px;
}

.vc-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    width: calc(100% + 15px);
}

[page-code=ACLN] .vc-grid_item{
    justify-content: center;
}

.vc-grid_item--center {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.vc-grid_item--center * {
    width: 100%;
}

.vc-grid_item--bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.vc-grid_item {
    margin: 0 15px 15px 0;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    position: relative;
}

.vc-grid_item.item_big {
    width: calc(33.3334% - 15px);
}

.vc-grid_item.item_medium {
    width: calc(16.6667% - 15px);
}

.vc-grid_item .more-details-dots {
    position: absolute;
    top: 10px;
    right: 15px;
}

.vc-grid_item .more-details-dots.active .more-details-dots--links {
  display: block;
}

.vc-grid_item .more-details-dots i:hover {
    color: #e30011;
}

.vc-grid_item .more-details-dots--links {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.05);
    border: 1px solid #f7f7f7;
    padding: 5px 10px;
    border-radius: 5px;
}

.vc-grid_item .more-details-dots--links a {
    white-space: nowrap;
    display: inline-block;
    font-size: 0.8rem;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #f7f7f7;
}

.vc-grid_item .more-details-dots--links a:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}

.vc-grid_item .icon {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    margin-bottom: 5px;
    background-color: #e30011;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vc-grid_item .name {
    font-size: 1rem;
    font-weight: bold;
    display: block;
}

.vc-grid_item .desc {
    font-size: 0.8rem;
}

.toggle-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.toggle-list .item {
  width: 100%;
  margin-bottom: 15px;
}

.toggle-list .item .title:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.toggle-list .item .title {
  font-size: 1.1rem;
  background-color: #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  text-transform: uppercase;
  color: #121212;
  cursor: pointer;
  padding-left: 20px;
}

.toggle-list .item .title i {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  width: 40px;
  min-height: 40px;
  font-size: 1.5rem;
  background-color: #121212;
  color: #fff;
}

.toggle-list .item .content {
  display: none;
  padding: 10px 20px;
  background-color: #f7f7f7;
  user-select: none;
}

.after-footer{
    color: #fff;
    font-size: 12px;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #1d1d1d;
    align-items: end;
}
.after-footer .payment-cards{
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 300px;
}
.after-footer p img{
    width: auto;
    height: auto;
    max-width: 55px;
}
.trustwave{
    margin: 0 10px;
}
.shopper-approved img{
    width: 80px;
    height: 31px;
}
.section--populat_at .vc-tabs_list{
  font-size: 1.4rem;
}
.section--populat_at .vc-tabs_list li{
  margin-right: 0;
  margin-left: 15px;
}
.items-listing .item h3{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.items-listing .item{
    position: relative;
    overflow: hidden;
}
.items-listing .image{
    width: 100%;
    display: inline-block;
    line-height: 0;
    overflow: hidden;
}
.items-listing .item img{
    width: 100%;
    transition: transform 1s, filter .5s;
}
.items-listing .item img:hover{
  filter: contrast(1.25);
  transform: scale(1.1);
}
.carousel-btn:hover{
    background-color: rgba(255,255,255,.9);
}
.carousel-btn{
    width: auto;
    line-height: 1;
    padding: 5px 10px;
    position: absolute;
    background-color: rgba(255,255,255,.5);
    color: #222;
    border-radius: 15px;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    cursor: pointer;
    transition: .3s all;
}
.carousel-btn:before{
    content: 'Pause';
    display: inline-block;
    font-size: .9em;
}
.carousel-btn.active:before{
    content: 'Play';
}
#sa_dropdown_filter2 + button.sa_btn,
button.sa_btn{
    display: none !important;
    pointer-events: none !important;
}
#fancy-case > div{
  display: flex;
  flex-direction: column;
  max-width: 300px;
  align-items: center;
  text-align: center;
}
#fancy-case img{
  width: 70%;
  margin: 1rem;
}
#fancy-case p{
  margin: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}




































html{
    opacity: 1 !important;
}