@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&family=Vazirmatn:wght@200;400;600&display=swap');

:root {
  --default:#3A3A3A;
  --blue: #1B3DF5;
  --blueT:#1b3df5d4;
  --indigo: #6574cd;
  --purple: #9561e2;
  --pink: #f66d9b;
  --red: #e3342f;
  --orange: #f6993f;
  --yellow: #FFBF1C;
  --green: #38c172;
  --teal: #4dc0b5;
  --cyan: #6cb2eb;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #3490dc;
  --secondary: #6c757d;
  --success: #38c172;
  --info: #6cb2eb;
  --warning: #ffed4a;
  --danger: #FA2100;
  --light: #f8f9fa;
  --dark: #343a40;
  --black:#000000;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
/*  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #3A3A3A;
  overflow-x: hidden;
}

.bg-dark {
    background: var(--dark);
}
.bg-black {
    background: var(--black);
}
.bg-gray {
    background: var(--gray);
}
.bg-white {
    background: var(--white);
}
.bg-red {
    background: var(--danger);
}
.bg-orange {
    background: var(--orange);
}
.bg-yellow {
    background: var(--yellow);
}
.bg-green {
    background: var(--green);
}
.bg-leaf {
    background: var(--leaf);
}
.bg-teal {
    background: var(--teal);
}
.bg-aqua {
    background: var(--aqua);
}
.bg-meander {
    background: var(--meander);
}
.bg-blue {
    background: var(--blue)!important;
}


/** COLOR  **/
.color-default {
    color: var(--default);
}
.color-dark {
    color: var(--dark);
}
.color-black {
    color: var(--black);
}
.color-gray {
    color: var(--gray);
}
.color-white {
    color: var(--white);
}
.color-red {
    color: var(--danger);
}
.color-orange {
    color: var(--orange);
}
.color-yellow {
    color: var(--yellow);
}
.color-green {
    color: var(--green);
}
.color-leaf {
    color: var(--leaf);
}
.color-teal {
    color: var(--teal);
}
.color-aqua {
    color: var(--aqua);
}
.color-meander {
    color: var(--meander);
}
.color-blue {
    color: var(--blue);
}

.box-nav{
    box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.3);
}
.box-s{
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
}

.mg-0{margin: 0!important;}

.btn-scroll-top {
    display: block;
    position: fixed;
    right: -4.125rem;
    bottom: 6.25rem;
    width: 2.75rem;
    height: 2.75rem;
    transition: right 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.25s ease-in-out;
    border-radius: 50%;
    background-color: rgba(43, 52, 69, 0.25);
    color: #fff;
    text-align: center;
    opacity: 0;
    z-index: 1025;
}

.btn-viwe-all a {
    border: 1px solid var(--blue);
    color: var(--blue)!important;
    padding: 5px 20px;
    border-radius: 12px;
    font-size: 12px;
}
.btn-viwe-all a i{color: var(--blue);}

/*Footer*/
footer.page-footer{
    background: #D9D9D9;
    color: var(--black);
}
footer .footer-heder, footer .widget-list-link{color: var(--black)!important;font-weight: 500;}

footer h6{
  color: var(--black);
  font-weight: bold;
  font-size: 14px;
}

/*Header menu top*/
header .top-seller-menu{
  background: rgba(0, 0, 0, 0.84);
}

header .top-seller-menu .top-menu{
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content:space-between;
  align-items: center;
}

header .top-seller-menu .top-menu .redirecto-link{
  display: flex;
}

header .top-seller-menu .top-menu .redirecto-link a{
  color: var(--white)!important;
  font-weight: bold;
  font-size: 12px;
}

/*Header menu web*/
header .menu-web{
  background: var(--white);
  height: 66px;
  align-items: center;
}

header .menu-web .items-menu{
  display: flex;
  height: 66px;
  align-items: center;
}

header .menu-web .items-menu.auth-tiems a{
  font-size: 12px;
  color: var(--blue)!important;
  font-weight: 600;
  margin-right: 25px;
}

header .menu-web .items-menu.auth-tiems a:hover{
  transition: all .3s ease;
  color: var(--danger)!important;
}

header .menu-web .items-menu a.get-link{
  font-size: 12px;
  color: var(--blue)!important;
  font-weight: 600;
/*  margin-right: 25px;*/
  border-radius: 11.5px;
  padding: 5px 15px;
}

header .menu-web .items-menu a.active{
  background: var(--blue);
  color: var(--white)!important;
  border-radius: 11.5px;
  padding: 5px 15px;
}

header .menu-web .items-menu a.get-link:hover{
  transition: all .3s ease;
  background: var(--blue);
  color: var(--white)!important;
  border-radius: 11.5px;
  padding: 5px 15px;
}

header .menu-web .items-menu.auth-tiems a.cart-lik{
  color: var(--danger)!important;
}

header .menu-web .items-menu.auth-tiems a.icon-phone{
  display: block;
  background: var(--blue);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
}

header .menu-web .items-menu.auth-tiems .link-border-auth{
  box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
  border-radius: 5px;
}

header .items-menu.auth-tiems{
    display: flex;
    justify-content: flex-end;
}

/*MENU MOVIL*/

header .menu-web .items-menu.auth-tiems a.menu-toggler {
    background: var(--blue);
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 11.5px;
}

header .menu-web .items-menu.auth-tiems a.menu-toggler i{
  color: var(--white)!important;
  font-size: 15px;
}

header .movil-menu{
  background: var(--white);
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 106px;
  left: 0;
  z-index: 10;
}

header .movil-menu a{
  font-size: 14px;
  color: var(--blue)!important;
  padding: 15px 0;
  display: flex;
  width:100%;
  justify-content: center;
  font-weight: 600;
}

header .movil-menu a:hover{
  background: var(--blue);
  color: var(--white)!important;
  transition: all .3s ease;
}

.menu-movil-auth{
  background: var(--white);
  height: 66px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.menu-movil-auth .d-flex{
  height: 66px;
  align-items: center;
  justify-content: space-between;
}

.menu-movil-auth .d-flex a{
  color: var(--blue)!important;
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
}
.menu-movil-auth .d-flex a.cart-lik{
  color: var(--danger)!important;
}
.menu-movil-auth .d-flex a:hover{
  color: var(--danger)!important;
  transition: all .3s ease;
}

/*SLIDE WIPE AREA CATEGORIE*/

.swiper-slide.swiper-slide-categories {
    width: 90px!important;
    height: 120px;
    border-radius: 12px;
    background: #fff;
    padding: 10px;
    text-align: center;
    margin-right: 20px!important;
    cursor: pointer;
}

.swiper-slide.swiper-slide-categories.active{
  background: var(--blue);
}
.swiper-slide.swiper-slide-categories.active span{
  font-weight: bold;
  color: var(--white);
}
.swiper-slide.swiper-slide-categories.sub-categories.active{
  background: #E9ECFF;
}
.swiper-slide.swiper-slide-categories.sub-categories.active span{
  font-weight: bold;
  color: var(--black);
}
.swiper-slide.swiper-slide-categories .img-conent {
    background: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
}
.swiper-slide.swiper-slide-categories span{
  font-weight: 500;
  font-size: 14px;
  color: var(--black);
}
.swiper-slide.swiper-slide-categories a.more-categorie{
  position: absolute;
  top: 10px;
  right: 10px;
}

.swiper-slide.swiper-slide-categories a.more-categorie i {
    background: var(--blue);
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 13px;
    border-radius: 50%;
    color: var(--white);
}

.swiper-slide.swiper-slide-categories a.more-categorie:hover i{
  background: #2d49e3;
  transition: all .3s ease;
}

.swiper-slide.swiper-slide-categories .active-link {
    position: absolute;
    margin-top: -35px;
    left: 0;
}

.swiper-slide.swiper-slide-categories .active-link span{
  color: var(--blue);
  font-size: 12px;
  font-weight: 500;
}
.swiper-slide.swiper-slide-sub-sub-categories {
    padding: 10px;
    border-radius: 12px;
    border: 1px solid rgb(154 154 154 / 29%);;
    text-align: center;
    margin-right: 20px!important;
    cursor: pointer;
}
.swiper-slide.swiper-slide-sub-sub-categories span{
  font-size: 16px;
  font-weight: bold;
}

/*MENU FILTER AND ORDERS*/

.order-products nav{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.order-products nav a{
    margin-right: 40px;
    color: #3C3C3C;
    font-size: 12px;
    font-weight: 500;
}

.order-products nav a i{
    color: #000000;
    font-size: 18px;
}

/*Item prosucts*/
.inline_product.clickable {
    height: 160px;
    overflow: hidden;
    background: var(--white)!important;
}

.article-item{
  border-radius: 12px;
}

a.item-btn-quick-view {
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 50px;
    width: 27px;
    height: 27px;
    line-height: 27px;
    display: flex;
    text-align: center;
    border: 1px solid var(--blue);
    justify-content: center;
    align-items: center;
}
a.item-btn-quick-view i{
  color: var(--blue);
}
a.item-btn-quick-view:hover{
  background: var(--blue);
  transition: all .3s ease;
}

a.item-btn-quick-view:hover i{
  color: var(--white);
}

/* SHOP AREA */
.shop-area figure{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
/*    margin:0 auto;
    margin-bottom: 40px;*/
}

/* AREA HERO SLIDE  */

.hero{
/*    height: 500px;*/
    padding: 70px 0;
    display: flex;
    align-items: center;
}
.hero h1{
    font-weight: 700;
    font-size: 75px;
}
@media only screen and (max-width: 880px){
    .hero h1{
        font-size: 60px;
    }
}
@media only screen and (max-width: 767px){
    .hero h1{
        font-size: 50px;
        text-align: center;
    }
    .row.hero-items {
      display: flex;
      flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 601px){
    .hero h1{
        font-size: 50px;
        text-align: center;
    }
}
#hero-slide .carousel-item .carousel-caption{
    position: initial;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
#hero-slide .carousel-item .carousel-caption h3{
    color: #3A3A3A;
    font-weight: bold;
    font-size: 28px;
}
#hero-slide .carousel-item .carousel-caption p{
    color: var(--black);
    font-weight: 500;
    line-height: 30px;
}

#hero-slide .carousel-indicators li {
    width: 10px;
    height: 10px;
    display: flex;
    border-radius: 50px;
    background: var(--blue);
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}
.btn-auth-login{
    border-radius: 8px;
    border: 1px solid #333333;
    font-size: 25px;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    color: #000000;
    margin-bottom: 10px;
    width: 200px;
    justify-content: center;
    height: 50px;
    align-items: center;
}
.btn-auth-login:hover{
    border: 1px solid var(--blue)!important;
    color: var(--white)!important;
    background: var(--blue);
    transition: all .3s ease;
}
.btn-auth-register{
    border-radius: 8px;
    background: var(--danger);
    font-size: 25px;
    text-decoration: none;
    font-weight: 600;
    color: var(--white)!important;
    margin-bottom: 10px;
    display: flex;
    width: 200px;
    justify-content: center;
    height: 50px;
    align-items: center;
}


@media only screen and (max-width: 992px){
    .shop-area figure img{width: 400px;}
}
@media only screen and (max-width: 767px){
    .shop-area figure, .afiliate-area figure{
        align-items: center;
    }
    .afiliate-area figure img{width: 50%}
}
@media only screen and (max-width: 601px){
    .shop-area figure img {
        width: 200px;
    }
    .afiliate-area h2{text-align: center!important;}
}
.shop-area figure figcaption{
    color: var(--color-default);
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
}
/* AFILIATE AREA */
.afiliate-area{
    padding: 70px 0;
}
.afiliate-area h2{
    color: var(--black);
    font-weight: 700;
    font-size: 55px;
}
@media only screen and (max-width: 601px){
    .item-text{justify-content: center}
}
.afiliate-area figure{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 10px;

}
.afiliate-area h2{
    margin:0 auto;
    text-align: center;
}
figure.p-0.m-0 {
    display: flex;
    justify-content: flex-start;
}
.afiliate-area figure figcaption{
    color: var(--black);
    font-weight: 500;
    font-size: 18px;
    padding: 10px 0;
    text-shadow: 0 0 30px 0 rgba(0,0,0,.1);
}

/* SLIDE AREA */

.slide-area{
    padding: 50px 0;
}
#slide-area .carousel-indicators{
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.slide-area .carousel-indicators li {
    width: 10px;
    height: 10px;
    display: flex;
    border-radius: 50px;
    background: var(--blue);
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}


/*Estilos Base*/
.contenedor-img {
width: 175px;
height: 200px;
float: left;
overflow: hidden;
position: relative;
text-align: center;
cursor: default;
background: #fff;
}
.contenedor-img .mascara,.contenedor-img .contenido {
width: 175px;
height: 200px;
position: absolute;
overflow: hidden;
top: 0;
left: 0
}
.contenedor-img img {
display: block;
position: relative;

}
.contenedor-img h2 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: relative;
font-size: 17px;
padding: 10px;
background: rgba(0, 0, 0, 0.9);
margin: 20px 0 0 0
}
.contenedor-img p {
font-size: 12px;
position: relative;
color: #fff;
padding: 10px 20px 10px;
text-align: center;
}
.contenedor-img a.link {
display: inline-block;
text-decoration: none;
padding: 7px 14px;
background: #222;
color: #fff;
text-transform: uppercase;
box-shadow: 0 0 1px #000;
border-radius: 10px;
font-weight: 600;
}
.contenedor-img a.link:hover {
box-shadow: 0 0 5px #000;
}
/*Ejemplo 5*/
.ejemplo-5 img {
transform: scaleY(1);
transition: all 0.7s ease-in-out;

}
.ejemplo-5 .mascara {
/*background-color: rgba(119, 80, 21, 0.9);*/
background: var(--blueT);
transition: all 0.5s linear;
opacity: 0;
}
.ejemplo-5 h2{
/*border-bottom: 1px solid rgba(255, 255, 255, 0.6);*/
background: transparent;
margin-top: 50px;
/*margin: 20px 40px 0px 40px;*/
transform: scale(0);
color: #fff;
transition: all 0.5s linear;
opacity: 0;
}
.ejemplo-5 p {
color: #fff;
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}
.ejemplo-5 a.link {
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
/*background-color: rgba(119, 80, 21, 0.9);*/
background: var(--danger);
}

.ejemplo-5:hover img {
transform: scale(10);
opacity: 0;
}
.ejemplo-5:hover .mascara {
opacity: 1;
}
.ejemplo-5:hover h2,
.ejemplo-5:hover p,
.ejemplo-5:hover a.link{
transform: scale(1);
opacity: 1;
}

/*Modal*/

a.close-modal{display: none!important;}
a.close-modal-new {
    color: #fff!important;
    background: var(--danger);
    padding: 10px 20px;
    border-radius: 15px;
    font-weight: 600;
}



/*MEDIA MOVIL*/
.hidden-all{display: none;}
@media only screen and (max-width: 1090px){
  .get-link{display: none;}
  .menu-toggler{display: block;}
  .w-25 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
  }

  .w-75{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

header .w-75 .items-menu.auth-tiems{
    display: flex;
    justify-content: flex-end;
}

}
@media only screen and (max-width: 601px){
  .hidden-md{
    display: none!important;
  }
  .menu-movil-auth{display: block;}
  header .top-seller-menu .top-menu .redirecto-link a{
    font-size: 10px;
  }

  .box-s.article-item .single-product-details {
        height: auto!important;
    }

  .box-s.article-item .product-price {
        flex-direction: column;
        align-items: flex-start!important;
    }

    .latest-product-margin .items-filters {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:320px){
  .menu-movil-auth, .menu-movil-auth .d-flex{height: 100px}
  .menu-movil-auth .d-flex{
    flex-direction: column;
    justify-content: center;
  }

  .latest-product-margin .items-filters {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    section.order-products nav {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
    }

    section.order-products nav a {
        margin: 7px;
    }
}