*{ margin: 0; padding: 0;}
body{font-weight: 300;}
.transition-ease,.social_network,a,.menu_item{
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{font-weight: 600;}
a,a:hover{text-decoration: none; color: inherit}
.ul--text ul, .ul--text ol{list-style: inside;}
.w-100{height: auto}
.bg-image{ background-position: center; background-repeat: no-repeat; background-size: cover; }
.font-small{font-size: 13px;}
strong{font-weight: 600;}
/* #app{margin-top: 75.5px !important;} */
/*HEADER's*/
.header__alert{ font-size: 14px; padding: 8px 0; }
#header.scroll{box-shadow: 1px 0px 20px rgba(0,0,0,0.04);}
.header__main_box{
  align-items: center;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header__user-options{display: inline-table; }
.btn-menu-open{font-size: 24px; line-height: 0;}
.header__dropdown{display: inline-block; }
.dropdown-menu{
  border: 0;
  box-shadow: 0px 0px 15px -2px rgb(0 0 0 / 15%);
  padding: 0;
  overflow: hidden;
}
.notification__box{ max-height: 250px; width: 250px; overflow-y: scroll; }
.notification__box::-webkit-scrollbar {-webkit-appearance: none;}
.notification__box::-webkit-scrollbar:vertical {width:6px;}
.notification__box::-webkit-scrollbar-button:increment,
.notification__box::-webkit-scrollbar-button {display: none;} 
.notification__box::-webkit-scrollbar:horizontal {height: 5px;}
.notification__box::-webkit-scrollbar-thumb {background-color: #c1c1c1;border-radius: 0px;border: 0px solid #FFFFFF;}
.notification__box::-webkit-scrollbar-track {border-radius: 0px;}
.notification__box_inactive{
  height: 95px;
  padding: 10px 15px;
  text-align: center;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6b6b6c;
}
.btn-notification{margin-left: 6px;}
/* .btn-notification--icon{ position: relative; font-size: 17px; line-height: 0; color: #3f3f3f; } */
/* .btn-notification--icon.active{ color: #000000; } */
.btn-notification--icon.active::after{
  content: " ";
  width: 10px;
  height: 10px;
  position: absolute;
  top: -1px;
  border-radius: 50%;
  right: -1px;
  border: 1px solid #FFFFFF;
}
.notification__item {  
  margin: 15px 10px 15px 17px;
  padding-bottom: 10px;
  border-bottom: 1px solid lightgrey;
}
.notification__header{ display: flex; flex-wrap: wrap;}
.notification__ttl{ width: calc(100% - 30px); font-weight: 600; margin-bottom: 2px; color: #515151;}
.notification__txt{margin-bottom: 5px; font-size: 14px; }
.notification__txt a{font-weight: 400; text-decoration-line: underline; }
.notification__date{font-size: 12px; margin: 0; color: #797979; text-align: right; width: 100%;}
.notification__buttons{ width: 30px;text-align: center; }
.btn-notification-delete{ color: #b1afaf; padding: 0; font-size: 15px; }
.user_menu__item{
  padding: 9px 22px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 15px;
}
.user_menu__icon{ margin-right: 9px; color: #989898; font-size: 18px;}
/*header-style-1*/
.header_logo_img{max-height: 60px;}
.header-style-1--logo{padding: 0 0 0 25px;}
.header-style-1--user-options { padding-right: 0; }
.header-style-1--btn{ padding: 23px 8px; display: inline-block; text-align: center; font-size: 14px; position: relative;}
.header-style-1--btn-user{padding: 21px 9px; margin-left: 9px; font-size: 15px;border-radius: 0px;}
.header-style-1--btn-menu{padding: 21.5px 8px; border: 0; border-radius: 0;}
.header-style-1--cart-count{
  position: absolute;
  top: 11px;
  left: 18px;
  border-radius: 50%;
  padding: 2.15px 4px;
  font-size: 12px;
}
/*header-style-2*/
.header-style-2--main{padding: 8px 25px;}
.header-style-2--menu{
  transform: translateX(-100vw);
  width: calc(270px);
  position: fixed;
  left: 0;
  top: 0;
  padding: 20px 25px;
  height: 100%;
  z-index: 9999;
  box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.02);
}
.header-style-2--logo .header_logo_img{padding: 6px 0px;}
.header-style-2--btn {
  margin: 0 4px;
  padding: 7px 22px;
  padding: 7px 13px;
  font-size: 14px;
  border-radius: 5px; 
  background-color: rgba(0,0,0,.25);
}
.header-style-2--btn-menu{ padding: 4px 11px; margin-left: 15px; }
.header-style-2--cart-count{margin-left: 3px;  font-weight: bold;}
.header-style-2--btn-user{font-size: 14px;}
/*header-style-custom*/
.header-style-custom--cart-count{font-size:14px}
.header-style-custom--btn-user{font-size: 12px;}
/*END HEADER's*/
/* home */
.carousel-indicators{list-style: none;}
.carousel-indicators.circuls{
  left: auto;
  margin-right: 5%;
  margin-left: auto;
}
.carousel-indicators.circuls li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.carousel-indicators.numbers{
  right: auto;
  margin-left: 5%;
  margin-right: auto;
}
.carousel-indicators.numbers li {
  opacity: 1;
  background-color: transparent;
  border: 0;
  width: auto;
  height: auto;
  text-indent: initial;
}
.carousel-indicators.numbers span {
  color: #FFFFFF;
  padding: 0px 9px 0px 5px;
  border-right: 1px solid;
}
.carousel-indicators.numbers li:last-child span {
  border-right:0;
}
@media screen and (max-width: 768px) {
.carousel-indicators.numbers span{display: none !important; }
}
.splide__arrow{background-color:transparent; top:40% !important}
.splide__arrow svg{fill:#8F8F8F; width:20px !important; height: 20px !important;;}
.splide__arrow--prev {left: 0px !important;background-color: transparent !important;}
.splide__arrow--next {right: 0px !important;background-color: transparent !important;}
#menu_header,.submenu,.footer__menu,.footer__network{ list-style: none; margin:0; }
.header__menu.responsive  .menu_link,.header-style-2--menu  .menu_link{font-size: 23px; margin-bottom: 23px; display: inline-block;}
.menu_item.has_child .menu_link::after {
  content: '+';
  position: relative;
  height: 2px;
  bottom: 1px;
  left: 5px;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
}
#menu_container.responsive{
  padding: 40px 20px 30px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transform: translateX(-100vw);
}
.btn-user,#search_btn,#menu_btn,#count_cart{cursor:pointer;}
.btn-menu-close, .btn-submenu-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
  color: #444444;
  font-size: 21px;
}
.alert-cart{position: absolute;right: 0%;top: 100%;z-index: 999;width:300px;border-radius: 0px; background-color: #ffffff;border-color:#c6c8ca;color:#000000;}
.alert-cart>.succes{color:#155724 !important;}
.alert-cart>.error{color:#721c24 !important;}
#overlay-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 998;
}
.edit_detail{display:none !important;}
#detail_count{position: absolute;left: 0;top: 0;bottom: 0;color: #7c7c7c;}
#close_cart{position: absolute;right: 0;top: 0;color: #7c7c7c;cursor:pointer; }
.submenu_link{ text-decoration: none; font-size: 14px; display: inline-block; margin: 0px 10px;}
.sidebar{width: calc(270px);z-index: 1030;position: fixed;background: #FFFFFF;height: 100%;left: 0; top:0px;box-shadow: 1px 0px 20px #00000019}
.sidebar.responsive,.sidebar-search--hidden{ transform: translateX(-100vw); }
.sidebar_submenu,.sidebar-cart{z-index: 9999; top: 0;transform: translateX(-100vw);box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.02);}
.sidebar.open,#menu_container.open{ transform: translateX(0); }
.sidebar_header{padding: 7px 20px;display: flex; align-items: center;}
.sidebar_close{cursor: pointer;font-size: 20px; margin-right: 15px;}
.sidebar_body { overflow-y: scroll; padding: 15px 27px; height: 100%;}
.sidebar_body::-webkit-scrollbar {-webkit-appearance: none;}
.sidebar_body::-webkit-scrollbar:vertical {width:6px;}
.sidebar_body::-webkit-scrollbar-button:increment,
.sidebar_body::-webkit-scrollbar-button {display: none;} 
.sidebar_body::-webkit-scrollbar:horizontal {height: 5px;}
.sidebar_body::-webkit-scrollbar-thumb {background-color: #c1c1c1;border-radius: 0px;border: 0px solid #FFFFFF;}
.sidebar_body::-webkit-scrollbar-track {border-radius: 0px;}
#details_cart { overflow-y: scroll;overflow-x:hidden; height: calc(100% - 153px);}
#details_cart::-webkit-scrollbar {-webkit-appearance: none;}
#details_cart::-webkit-scrollbar:vertical {width:6px;}
#details_cart::-webkit-scrollbar-button:increment,
#details_cart::-webkit-scrollbar-button {display: none;} 
#details_cart::-webkit-scrollbar:horizontal {height: 5px;}
#details_cart::-webkit-scrollbar-thumb {background-color: #c1c1c1;border-radius: 0px;border: 0px solid #FFFFFF;}
#details_cart::-webkit-scrollbar-track {border-radius: 0px;}
.submenu_box {
  display: none;
  position: absolute;
  top: 75px;
  right: 0;
  padding: 15px;
  width: calc(100% - 270px);
  height: 0;
  background-color: #212529;
  box-shadow: 4px 9px 9px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 992px) {
  .submenu_box {width: 100%;top:55px;}
  .submenu_box ul {
    height: 100vh;
  }
  .submenu .submenu_item:last-child{margin-bottom: 300px;}
  .submenu_link{font-size: 20px;}
}

.submenu_box ul::-webkit-scrollbar,
.sidebar::-webkit-scrollbar,
.cart__body::-webkit-scrollbar {
  width: 5px;
  background: #ffffff;
}

.submenu_box ul::-webkit-scrollbar-thumb,
.sidebar::-webkit-scrollbar-thumb,
.cart__body::-webkit-scrollbar-thumb {
  background: #6a6a6a;
  border-radius: 35px;
}

.submenu_box ul {
  overflow-y: scroll;
}

@media screen and (min-width: 992px) {
  .submenu_box ul {
    height: auto;
    column-count: 5;
  }
}
@media screen and (min-width: 992px) and (max-width: 1040px) {
  .header__main_box {
    justify-content: end !important;
  }
}
.submenu_box.open {
  display: inline-table;
  animation: slideDown 0.3s ease forwards;
}

@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.color_box{
  position: relative;
  margin-right: 4px;
  margin-bottom: 10px;
  width: 28px;
  height: 28px;
}
.color_box:after{
  width: 28px;
  height: 28px;
  cursor: pointer;
  position: absolute;
  -webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
  clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
  content: '';
  left: 0px;
  top: 0px;
}
.color_box:before{
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  -webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
  clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
  background-color: #C3C3C5;
  content: '';
  left: -1px;
  top: -1px;
}
.color_box input{
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  top: -1px;
  left: -1px;
  height: 5px;
  width: 5px;
  cursor: pointer;
  
}
.color_box input:checked{
  border: 5px solid;
  border-radius: 50%;
  position: absolute;
  z-index: 9999;
  left: 3px;
}
/*---------------------- SNIPPETS ----------------------*/
/*SPOTLIGHT's*/
.spotlight-style-2--link,.spotlight-style-3--link{ position: relative; display: block;}
/*spotlight-style-1*/
.spotlight-style-1--data{ padding: 15px 15px; border: 1px solid #f7f7f7; }
.spotlight-style-1--ttl::after{
  content: " ";
  position: relative; 
  width: 50px;
  height: 2px;
  background-color: #d1d1d1;
  display: block;
  margin-top: 0px;
}
.spotlight-style-1--subttl{color: #6f6f6f; }
/*spotlight-style-2*/
.spotlight-style-2--link[content="active"]::after{
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(42deg, rgba(0, 0, 0, 0.8) 9%, rgba(255, 255, 255, 0) 55%);
  background: -webkit-linear-gradient(42deg, rgba(0, 0, 0, 0.8) 9%, rgba(255, 255, 255, 0) 55%);
  background: linear-gradient(42deg, rgba(0, 0, 0, 0.8) 9%, rgba(255, 255, 255, 0) 55%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
  z-index: 0;
}
.spotlight-style-2--data{
  position: absolute;
  left: 0;
  right: 0;
  padding: 15px 15px;
  bottom: 0;
  z-index: 1;
}
.spotlight-style-2--subttl{ opacity: .8;margin: 0; }
/*spotlight-style-3*/
.spotlight-style-3--background{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.spotlight-style-3--data{
  padding: 25px 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 991px){
  .spotlight-style-3--background { visibility: hidden; opacity: 0; z-index: 0; }
  .spotlight-style-3--data {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
  }
  .spotlight-style-3--link:hover .spotlight-style-3--data{ visibility: visible; opacity: 1; }
  .spotlight-style-3--link:hover .spotlight-style-3--background { visibility: visible; opacity: 0.8; }
}
/*spotlight-style-4*/
.spotlight-style-4--subttl{ margin-bottom: 0; font-size: 14px; font-weight: bold; }

/*spotlight-style-custom*/
.spotlight-style-custom--effect_hover {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  padding: 0;
  margin: 0;
}
.spotlight-style-custom--img{
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;    
}
.spotlight-style-custom--effect_hover:hover .spotlight-style-custom--img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.category_featured {
   margin: 0;
}
.spotlight-style-custom--data,.spotlight-style-custom--data2{
   position: absolute;
   height: 100%;
   width: 100%;
   display: flex;
   z-index: 1;
   padding: 3rem;
}
.spotlight-style-custom--data2{
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.spotlight-style-custom--data{
   text-align: center;
   align-items: center;
   justify-content: center;
}
.spotlight-style-custom--ttl{
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out; 
   transition: all 0.3s ease-in-out;
   font-size: 34px;
   font-weight: 800;
   position: absolute;
   bottom: calc(50% - 25px);
}
.spotlight-style-custom--ttl2{
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 992px){
.spotlight-style-custom--ttl2{
  font-size: 74px;
}
}
.spotlight-style-custom--descrp{
   position: absolute;
   bottom: 3rem;
   opacity: 0;
}
.spotlight-style-custom--effect_hover:hover .spotlight-style-custom--ttl{
   bottom: 5rem;
}
.spotlight-style-custom--effect_hover:hover .spotlight-style-custom--descrp{
   opacity: 1;
   -webkit-animation: showAnimation 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) backwards;
   animation: showAnimation 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) backwards;
}
@media screen and (min-width: 992px){
.spotlight-style-custom--show_animation,.pvw-product-custom--show_animation{
  opacity: 0;
}
}
.spotlight-style-custom--has_show_animation:hover .spotlight-style-custom--show_animation, .pvw-product-custom--has_show_animation:hover .pvw-product-custom--show_animation{
  opacity: 1;
  -webkit-animation: showAnimation 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) backwards;
  animation: showAnimation 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) backwards;
}
@keyframes showAnimation {
  0% {
    -webkit-transform: scaleY(0.1);
            transform: scaleY(0.1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
  }
}

/*CURRUSEL's*/
/*carrusel-products-1*/
.carrusel-products--ttl{font-weight: bold; font-size: 2.2rem;}
.carrusel-products-2--ttl::after{
  content: " ";
  display: block;
  width: 120px;
  height: 2px;
  background: #c6c6c6;
  position: absolute;
  bottom: -8px;
}
/* CUSTOM */
.carrusel-products-custom--ttl{font-weight: normal; font-size: 1rem;}
/* PREVIEW PRODUCT's*/
.pvw-product-image {
  max-width: 500px;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #fbfbfb;
  position: relative;
  display: flex;
  align-items: center;
}
.pvw-product, .user_session ,.add-address,.user_address{
  position: relative;
	display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow: hidden;
  box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.15);
  border: none;
  background-color: #FFFFFF;
}
.pvw-product-data{padding: 0 15px;margin-top: 0.5rem;}
.pvw-product--name{ font-size: 17px; font-weight: bold; line-height: 19px; display: inline-block; }

.pvw-product-1--color,.pvw-product-1--categories,.pvw-product-3--color{ margin: 0; text-transform: uppercase; font-size: 13px; }
.pvw-product-1--price,.pvw-product-3--price{font-size: 13px;margin-bottom: 0;}
.pvw-product-1--btn{ width: 100%; border-radius: 0 !important; display: block;height: 38px; overflow: hidden;}
.pvw-product-1--btn-txt{ font-weight: bold; }
.pvw-product-1--code,
.pvw-product-2--color,.pvw-product-2--code,
.pvw-product-3--code,
.pvw-product-4--code,.pvw-product-4--color{ color: #7c7c7c; text-transform: uppercase; font-size: 13px; }
.pvw-product-1-hover{
  position: absolute;
  top: 4%;
  background: #f7f7f7;
  padding: 20px 15px;
  left: 15px;
  box-shadow: 0px 0px 8px -2px rgb(0 0 0 / 15%);
  border-radius: 19px;
  right: 15px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.pvw-product-1--name,.pvw-product-2--name{margin-bottom: 0;}
.pvw-product-2--code{margin-bottom: 12px;}
.pvw-product-2--price,.pvw-product-4--price{font-size: 15px;margin-bottom: 0;font-weight: bold;}
.pvw-product-3-image{border-bottom: 1px solid #f3f3f3;}
.pvw-product-3--btn{ position: absolute; bottom: -19px; right: 15px; }
.pvw-product-2--btn,.pvw-product-3--btn{opacity: 0.8;}
.pvw-product-2--btn,.pvw-product-3--icon{
  padding: 8px 3px;
  width: 38px;
  height: 38px;
  line-height: 0;
  font-size: 20px;
}
.pvw-product:hover .pvw-product-2--btn,.pvw-product:hover .pvw-product-3--btn{opacity: 1;}
/*carrusel-products-1*/
.pvw-product-custom{box-shadow: none;}
.pvw-product-custom .btn__orange,.pvw-product-custom--btn-grey,.cart-custom-item--grey,.btn-grey{
  padding: 8px 0px;
  text-align: center;
  border: none;
  border-radius: 6px;
  font-size: 13px;
}
.pvw-product-custom--btn-grey:hover,.cart-custom-item--grey:hover,.btn-grey:hover{
  color: #FFFFFF;
}
.pvw-product-custom--btn-grey,.cart-custom-item--grey,.btn-grey{
  color: #FFFFFF;
  background-color: #6A6A6A;
}
.pvw-product-custom--color{text-transform: uppercase;}
.pvw-product-custom--price,.pvw-product-custom--color{color: #6A6A6A; font-weight: 600; font-size:14px}
.pvw-product-custom--code{font-family: Source Sans Pro; font-size:15px}
.pvw-product-custom--name{font-size:14px;font-weight: 600;}

.pvw-product-image,.pvw-product--btn--loader{background: #d9d9d9 !important;}
.pvw-product--btn--loader{color: #878787;}
/* CART's*/
.sidebar-cart{width: 340px;}
.sidebar-cart--header{position: relative;margin: 15px 20px;}
.change-qty-detail::-webkit-inner-spin-button,
.change-qty-detail::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.change-qty-detail{ -moz-appearance: textfield; }
.cart-item--name{ font-size: 15px; margin: 0; font-weight: bold; }
.cart-item--code{ text-transform: uppercase; margin: 0;}
.cart-1-item--price,.cart-3-item--price{font-weight: bold;}

.sidebar-cart-style-2{background: #fafafa;}
.cart-2-item-main {
  background: white;
  padding: 7px 6px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 12px -9px black;
  position: relative;
}
.cart-2-item-row{ align-items: center; }
.cart-2-item--qty-box{ border-radius: 8px; border: 1px solid #d2d2d2; }
.cart-2-item--qty{padding: 0; border: 0; }
.cart-2-item--delete { position: absolute; bottom: 8px; right: 8px; }
.cart-3-item--qty-btn{
  border-radius: 50%;
  height: 34px;
  min-width: 34px;
  line-height: 0;
  padding: 0;
  background: #cccccc;
  font-size: 17px;
}
/* custom */
.cart-custom-item--qty{
    padding: 4px 2px;
    text-align: center;
    display: inline-table;
    border-radius: 6px 0 0 6px;
}

/* FOOTER's*/
.btn-wsp{
  position:fixed;
  width:60px;
  height:60px;
  line-height: 60px;
  bottom:5%;
  right:1%;
  background:#57BB63;
  color:#FFF !important;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
  z-index:999;
  transition: all 300ms ease;
}
.btn-wsp:visited{color: #FFF;}
.footer__bottom{ background-color: #0e0e0e; }

.footer-style-1--top-right{padding: 30px 50px;}
.footer-style-1--top-left{
  position: relative;
  padding: 40px 50px 40px 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFFFFF;
  overflow: hidden;
}
.footer-style-1--top-left::after{
  content: " ";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
}
.footer-network-1 i{margin-right:10px;}

.footer-style-2--top{padding: 45px 0 45px; line-height: 30px;}
.footer-style-2--menu .item_footer{ margin: 5px 0px 5px 25px; text-transform: uppercase; }

.footer-style-3--top { text-align: center; padding: 45px 0 22px; }
.footer-style-3--menu .item_footer{ margin: 5px 25px; text-transform: uppercase; }
.footer-style-3--network{margin: 18px 0; }
.footer-style-3--network .footer__network_li, .footer-network-2--li{ display: inline-block; margin: 8px 15px; }
.footer-style-custom--network{padding: 0px; }
.footer-style-3--menu .link_footer{font-weight: 500;}

.footer-style-custom--top-left{
  position: relative;
  padding: 40px 50px 40px 50px;
  overflow: hidden;
  font-size: 14px;
}
.footer-style-custom--top-right{
  padding: 0px 40px;
  background-color: #000000 !important;
  font-family: Source Sans Pro !important;
}
.footer-style-custom--top-right h6{
  font-family: Source Sans Pro !important;
  font-weight: 300;
  font-size: 16px;
}
.footer-style-custom--top-right a{
  font-family: Source Sans Pro !important;
  font-weight: 300;
  font-size: 24px;
}
.footer-style-custom--bottom{
  font-size: 14px;
  background-color: #1B1E1F;
  padding: 10px 50px;
}
.footer-network-2 {
  background-color: rgb(0 0 0 / 46%);
  width: 45px;
  height: 45px;
  display: table-cell;
  vertical-align: middle;
  border-radius: 50%;
  font-size: 20px;
  line-height: 0;
  color: #FFFFFF;
  text-align: center;
}
.footer-network-2.facebook{background-color: #4267b2;}
.footer-network-2.twitter{background-color: #1D9BF0;}
.footer-network-2.youtube{background-color: #FF0000;}
.footer-network-2.instagram{background-color: #7B21B2;}
.footer-network-2.pinterest{background-color: #B7081B;}
.footer-network-2.tiktok{background-color: #000000;}
.footer-network-2:hover{background-color: rgb(255 255 255 / 92%)}

li.item_footer { margin: 5px 0; }
.social_network { line-height: 2; }
.social_network:hover.facebook{color: #4267b2;}
.social_network:hover.twitter{color: #1D9BF0;}
.social_network:hover.youtube{color: #FF0000;}
.social_network:hover.instagram{color: #7B21B2;}
.social_network:hover.pinterest{color: #B7081B;}
.social_network:hover.tiktok{color: #000000;}
/*---------------------- END SNIPPETS ----------------------*/
.user_edit_address_btn_txt,
.user_exit_session_btn_txt {
  margin-right: 10px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  display: none;
  opacity: 0;
}
.user_edit_address__btn,
.user_exit_session__btn {
  width: 45px;
  display: block;
  height: 38px;
  overflow: hidden;
}
.user_address:hover .user_edit_address__btn, .user_session:hover .user_exit_session__btn  {width: 100%; border-radius: 0;}
.user_address:hover .user_edit_address_btn_txt, .user_session:hover .user_exit_session_btn_txt {transition-delay:0.5s;display: inline-block;opacity: 1;}
/*pagination filters*/
.btn_pagination{
    padding: 3px 8px;
    display: inline-block;
    margin: 0px 5px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #ced4da;
}
.total_pagination, .actual_pagination {
    padding: 0px 11px;
    display: inline-block;
    margin: 0px 2px;
}
.actual_pagination { font-weight: bold; }
.btn_pagination[disabled]{ opacity: .5; }
/*----Forms----*/
.form-group{position: relative}
.form-control:disabled, .form-control[readonly]{ background-color: #f9f9f9 !important; opacity: 0.8;border: 0; }
.form-control{background-color: transparent !important;border-color: rgba(0,0,0,0.2);}
.form-control.validation-error{border: 1px solid red;}
div.validation-error{position: absolute; bottom: -17px; background-color: #ffd7d7; color: red; padding: 2px 10px; font-size: 13px; font-weight: bold; left: 26px;}
/*----Modals----*/
.modal-content{padding: 30px 20px;}
.modal-content .ttl_font {font-size: 16px; font-weight: bold;}

/*----Tables----*/
table.table{ width: 100% !important; border-radius: 5px; overflow: hidden; }
.dataTables_length,.dataTables_filter{ margin-bottom: 10px; }
.table th{
  font-size: 13px;
  background: #646464;
  color: #f4f4f4;
  font-weight: 500;
  border: 0;
}
.table td { font-size: 15px; vertical-align: middle; border: none; padding: 7px 0.5rem;}
.table tr { border-top: 1px solid white; border-bottom: 0; }
.dataTables_info,.dataTables_paginate{font-size: 13px;}
.btn-table{padding: 1px 19px; font-size: 13px; border-radius: 5px !important;}
/*----Medias----*/
@media screen and (max-width: 728px) {
  .header-style-2--main { padding: 8px 15px; }
  .header_logo_img{max-width: 130px;}
  .header-style-2--btn{padding: 7px 9px;}
  .header-style-2--btn-menu { padding: 4px 6px; margin-left: 5px; }
}
@media screen and (max-width: 992px){
  footer{text-align: center;}
}
@media screen and (min-width: 991px){
  .main_container--normal{width:calc(100% - 270px);float: right;}
  .header-style-1{text-align: center;}
  .header-style-1 .menu_item{ display:inline-block; padding: 20px 9px; border-bottom: 3px solid transparent; font-size: 15px;}
  .header-style-custom .menu_item{ display:inline-block; padding: 20px 9px; border-bottom: 3px solid transparent; font-size: 11px; font-weight: 600 !important;}
  .pvw-product:hover .pvw-product-1-hover { z-index: 2; opacity: 1; visibility: visible; }
  .footer-style-1--top-left {padding: 40px 50px 40px 15%;}
  .footer-style-2--menu-box{ text-align: right; }
  .footer-style-2--menu .item_footer,.footer-style-3--menu .item_footer { display: inline-block; }
}

.loader_box{
  position: fixed;
  z-index: 99999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
}
.lds-dual-ring {display: inline-block; width: 80px; height: 80px; }
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #FF5000;
  border-color: #FF5000 transparent #FF5000 transparent;
  animation: lds-dual-ring 0.8s linear infinite;
}
@keyframes lds-dual-ring {
  0% {transform: rotate(0deg); }
  100% {transform: rotate(360deg); }
}
#toadmin{
  position: fixed;
  bottom: 20%;
  right: 2%;
  padding: 6px;
  border-radius: 50%;
  box-shadow: rgb(49 48 47 / 37%) 4px -1px 6px -1px;
  z-index: 10;
  background-color: #FFFFFF;
}
#totop{
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 14%;
  right: 0px;
  padding: 10px;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  z-index: 10;
  transform: translateX(5px);
}
#totop i{
  font-size: 20px !important;
  -webkit-text-stroke: 2px;
  color: #fff;
}
#totop.active{visibility: visible; opacity: 1; transform: translateX(0); cursor: pointer; }
#totop i{font-size: 15px;}

.color_box.amarillo::after{ background-color:  #F9F50C;}
.color_box.azul::after{ background-color:  #006CBA ;}
.color_box.beige::after{ background-color:  #ECE4B0}
.color_box.blanco::after{ background-color:  #FFFFFF}
.color_box.cafe::after{ background-color: #9B4A04 }
.color_box.gris::after{ background-color:  #B0AFAD ;}
.color_box.gris-obscuro::after{ background-color:  #808080 ;}
.color_box.madera::after{ background-color:  #CB914A;}
.color_box.morado::after{ background-color:  #A148A0 ;}
.color_box.naranja::after{ background-color:  #F88323;}
.color_box.negro::after{ background-color:  #000000;}
.color_box.rojo::after{ background-color:  #F21823;}
.color_box.rosa::after{ background-color:  #FCAEC9;}
.color_box.verde::after{ background-color:  #24B900;}
.color_box.vino::after{ background-color:  #900404;}
.color_box.coral::after{ background-color:  #FF7062;}
.color_box.transparente::after{ background-image: url("https://mycavi.com/public/color_transparent.png");background-position: center; background-repeat: no-repeat; background-size: auto;}
.color_box.multicolor::after,.color_box.varios::after {
  background: rgb(180, 58, 58);
  background: -moz-linear-gradient(90deg, rgba(180, 58, 58, 1) 0%, rgba(255, 231, 0, 1) 20%, rgba(10, 248, 28, 1) 40%, rgba(0, 243, 249, 1) 60%, rgba(51, 52, 252, 1) 80%, rgba(228, 69, 252, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(180, 58, 58, 1) 0%, rgba(255, 231, 0, 1) 20%, rgba(10, 248, 28, 1) 40%, rgba(0, 243, 249, 1) 60%, rgba(51, 52, 252, 1) 80%, rgba(228, 69, 252, 1) 100%);
  background: linear-gradient(90deg, rgba(180, 58, 58, 1) 0%, rgba(255, 231, 0, 1) 20%, rgba(10, 248, 28, 1) 40%, rgba(0, 243, 249, 1) 60%, rgba(51, 52, 252, 1) 80%, rgba(228, 69, 252, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b43a3a", endColorstr="#e445fc", GradientType=1);
}
.color_box.bambu::after { background-color: #e2b893; }
.color_box.carton::after { background-color: #aa9167; }
.color_box.cobre::after { background-color: #B87333; }
.color_box.humo::after { background-color: #141414; }
.color_box.terracota::after { background-color: #914f3f; }
.color_box.dorado::after{
  background: rgb(205, 170, 20);
  background: -moz-linear-gradient(90deg, rgba(205, 170, 20, 1) 23%, rgba(255, 226, 0, 1) 49%, rgba(208, 153, 36, 1) 79%);
  background: -webkit-linear-gradient(90deg, rgba(205, 170, 20, 1) 23%, rgba(255, 226, 0, 1) 49%, rgba(208, 153, 36, 1) 79%);
  background: linear-gradient(90deg, rgba(205, 170, 20, 1) 23%, rgba(255, 226, 0, 1) 49%, rgba(208, 153, 36, 1) 79%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cdaa14", endColorstr="#d09924", GradientType=1);
}
.color_box.plata::after, .color_box.acero::after, .color_box.aluminio::after{
  background: rgb(135, 135, 135);
  background: -moz-linear-gradient(90deg, rgba(135, 135, 135, 1) 25%, rgba(166, 169, 170, 1) 51%, rgba(136, 136, 136, 1) 75%);
  background: -webkit-linear-gradient(90deg, rgba(135, 135, 135, 1) 25%, rgba(166, 169, 170, 1) 51%, rgba(136, 136, 136, 1) 75%);
  background: linear-gradient(90deg, rgba(135, 135, 135, 1) 25%, rgba(166, 169, 170, 1) 51%, rgba(136, 136, 136, 1) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#878787", endColorstr="#888888", GradientType=1);
}
.color_box.tornasol::after{
  background: rgb(129, 117, 149);
  background: -moz-linear-gradient(90deg, rgba(129, 117, 149, 1) 10%, rgba(47, 39, 167, 1) 32%, rgba(129, 117, 149, 1) 53%, rgba(0, 146, 255, 1) 69%, rgba(73, 92, 161, 1) 82%);
  background: -webkit-linear-gradient(90deg, rgba(129, 117, 149, 1) 10%, rgba(47, 39, 167, 1) 32%, rgba(129, 117, 149, 1) 53%, rgba(0, 146, 255, 1) 69%, rgba(73, 92, 161, 1) 82%);
  background: linear-gradient(90deg, rgba(129, 117, 149, 1) 10%, rgba(47, 39, 167, 1) 32%, rgba(129, 117, 149, 1) 53%, rgba(0, 146, 255, 1) 69%, rgba(73, 92, 161, 1) 82%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#817595", endColorstr="#495ca1", GradientType=1);
}