/* main button */

.rowBtn{
    position: relative;
    width: fit-content;
}
.indextab{
    width: 100%;
}

  .mainButton {
    font-size: 40px;
    width: fit-content;
    color: #bbbbbbd8;
    text-decoration: none;
    border: 1px solid rgb(167, 167, 167);
    overflow: hidden;
  }

  .mainButton:hover {
    box-shadow: 1px 1px 25px 10px rgb(167, 167, 167,0.4);
    border-color: #fff;
    color: #fff;
    transition: 1s;
    cursor: pointer!important;
    animation-duration: 4.1s;
  }

  .mainButton:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      120deg,
      transparent,
      rgb(252, 252, 255),
      transparent
    );
    transition: all 650ms;
  }

  .mainButton:hover:before {
    left: 100%;
  }


  @media(max-width: 645px){
    .mainButton{
        font-size: 35px;
    }
  }

  /* REGISTER MESASAGE */

.registermessageMain{
	width: fit-content;
	height: fit-content;
	position: absolute;
	top: 20px;
    right: 0;
    margin-right: 15px;
    margin-left: 15px;
    transition: 0.5s;
    z-index: 1000;
    border-radius: 4px;
    background-color: white;
}


.registermessage{
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
    border-radius: 2.5px;
    position: relative;
    padding: 5px;
}

#registermessageMainCheck .registermessage{
    background-color: white;
    display: inline;
    border-radius: 4px;
    position: relative;
}

#registermessageMainCheck .pregisterI{
    display: flex;
    margin-top: 10px;
}

.registermessage .pregister{
    padding-right: 5px;
    height: fit-content;
    margin-left: 5px;

}
.registermessage .pregister p{
    margin-bottom: 0;
}

.registermessage i, .registermessage2 i{
    font-size: 2.5rem;
}

.registermessage i.fa-check-circle{
    color: green;
    padding-right: 10px;
    padding-left: 5px;
    position: unset;
}

.registermessage i.fa-exclamation-circle, .registermessage i.fa-sad-tear{
    color: red;
}

.register1, .register3, .register5, .register7{
    font-size: 1.3rem;
    font-weight: bold;
}
.register1, .register5{
    color: green;
}

.register3, .register7{
    color: red;
}




.register2, .register4, .register6, .register8{
    color: black;
}

@media screen and (max-width:296px){
    .pregister p{
        font-size: 0.7rem;
    }

    .registermessage i, .registermessage2 i{
        font-size: 1.6rem;
        margin-top: 0;
    }
}

.owl-theme .owl-dots .owl-dot span{
    background-color: gray!important;
    height: 8px!important;
    border: 1px solid black;
}
.owl-theme .owl-dots .owl-dot.active span {
    width: 22px;
    background: white!important;
    transition: all 0.4s;
}



.owl-stage{
    overflow: hidden;
}

.lower-carousels{
    width: 100%;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    max-width: 1220px;
}



.indextab .title{
    display: flex;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -.0125em;
    color: #fff;
    height: fit-content;
    margin-bottom: 26px;
    overflow: hidden;
    padding-top: 1px;
    padding-bottom:1px;
    font-family: Poppins,sans-serif;
}

@media(max-width:321px){
    .indextab .title{
        font-size: 1.5rem;
    }
}

.indextab i{
    color: white!important;
    font-size: 35px;
}

.indextab .item{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 16px;
}

.indextab span{
    margin-left: 5px;
    color: white;
    font-weight: 600;
}

.indextab .owl-one img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.owl-two .owl-nav, .owl-three .owl-nav{
    display: block!important;
}

.owl-two .owl-nav i, .owl-three .owl-nav i{
    color: gray!important;
}

.owl-two .owl-nav button:hover, .owl-three .owl-nav button:hover{
    background: transparent!important;
}


.owl-two .owl-nav button:hover i, .owl-three .owl-nav button:hover i{
    color: white!important;
}

.owl-three{
    margin-top: 100px;
}

.button-31 {
    background-color: #222;
    border-radius: 4px;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
    font-size: 10px;
    font-weight: 1000;
    line-height: 1.5;
    margin: 0;
    max-width: none;
    min-height: 44px;
    min-width: 10px;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
    border: 1px solid white;
  }

  .button-31:hover,
  .button-31:focus {
    background-color: rgb(53, 53, 53);
  }

  .buttonSeeMore{
      text-decoration: none;
  }

  .buttonSeeMore button i{
    font-size: 12px;
    margin-left: 10px;
  }

  .indextab .banner{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 1rem;
  }

  .indextab figure{
    height: 30rem;
    overflow: hidden;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
  }

  .indextab .container{
    position: absolute;
    top: 30%;
    left: 15%;
    z-index: 15;
    width: fit-content;

  }

  .indextab .container h2{
    background-color: white;
    padding: 2px 4px 2px 4px;
    border-radius: 10px;
  }

  .indextab .container h2{
    overflow: hidden;
    font-size: 3.5rem;
    font-weight: 700;
    font-family: "Space Mono", monospace;
  }

  @media(max-width:275px){
    .indextab .container h2{
        font-size: 3rem;
    }
    .button-31 {
        width: 170px;
    }

  }

  @media(max-width:603px){
    .indextab .container div{
        left: 0;
      }

  }
  .owl-dot-inner .owl-dots{
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
  }


  .owl-two .card{
      background-color: transparent;
      width: 100%!important;
      border: none!important;
      height: fit-content;
  }

  .owl-two .card p{
      color: white!important;
      font-weight: 600;
      font-size: 17px;
      margin: auto;
      width: fit-content;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      transition: all .3s ease;
      padding: 0.8rem;
      border-radius: 3px;
  }
  .owl-two img{
    border-radius: 50%;
    width: 200px!important;
    height: 200px;
    margin: auto;
    transition: transform .3s;
    border: 1px solid black;
  }

  .owl-two .card-body a{
      text-decoration: none;
      cursor: pointer!important;
  }
  .owl-two .card-body p{
    cursor: pointer!important;
  }

  .owl-two .card p i{
    width: 20px;
    font-size: 16px;
    opacity: 0;
    transition: all .3s ease;
  }

  .owl-two .card:hover p i{
      opacity: 1;
      margin-left: 10px;
      color: black!important;
  }

  .owl-two .card:hover p{
      background-color: white;
      color: black!important;
  }






.product-grid{
    font-family: 'Poppins', sans-serif;
    max-width: 350px;
    text-align: center;
    position: relative;
    border: 1px solid white;
    height:100%;
    padding: 0px;
}


.product-grid .product-image{
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.product-grid .product-image a.image{display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
    margin-left:auto;
    margin-right: auto;
}
.product-grid .product-discount-label{
    color: #fff;
    /* background: #A5BA8D; */
    background: #fb3434;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    padding: 0 10px;
    position: absolute;
    top: 8px;
    right: 0;
    width: 58px;
}

.product-grid .product-new-label{
    color: #fff;
    background: #fb3434;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    padding: 0 10px;
    position: absolute;
    top: 8px;
    right: 0;
    width: 58px;
}

.product-grid .product-links{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 10px;
    /* right: -50px; */
    right: 10px;
    transition: all .5s ease 0s;
}
/* .product-grid:hover .product-links{ right: 10px; } */
.product-grid .product-links li a{
    background: transparent;
    font-size: 10px;
    line-height: 38px;
    border-bottom: none;
    display: block;
    transition: all 0.3s;
}

.product-grid .product-links li a i{
    color: gray!important;
    transition: all 0.3s;
    font-size: 20px;
}
.product-grid .product-links li a:hover i{
    color: red!important;
}
.product-grid .add-to-cart{
    background: #A5BA8D;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    height: 100%;
    padding: 10px 20px;
    left: 0;
    /* bottom: -60px; */
    bottom: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
/* .product-grid:hover .add-to-cart{ bottom: 0; } */
.product-grid .add-to-cart:hover{ text-shadow: 4px 4px rgba(0,0,0,0.6); }
.product-grid .product-content{
    background: #fff;
    padding: 15px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-content{
    height: 186px;
    overflow-y:hidden;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
}

.product-grid .product-content .product-content-header {
    grid-row: 1;
}

.product-grid .product-content .product-title{
    grid-row: 2;
}

.product-grid .product-content .product-content-footer{
    grid-row: 3;
}

.product-grid .product-content .product-manufacturer{
    font-weight: 500;
    font-size: 13px;
}

.product-grid .product-content .product-manufacturer a{
    color: #777;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    text-transform: capitalize;
}


.product-grid .product-content p{
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 7px;
}

.product-grid .product-content p a{
    color: #777;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    display: block;
    width: 100%;
}

.product-grid .product-content p a:hover{ color: #a5ba8d; }

.product-grid .title{
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 7px;
    height: fit-content;
    width: 100%;
}
.product-grid .title a{
    color: #777;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    display: block;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.product-grid .title a:hover{ color: #a5ba8d; }
.product-grid .price{
    color: #0d0d0d;
    font-size: 15px;
    font-weight: 600;
}
.product-grid .price span{
    color: #888;
    font-size: 15px;
    font-weight: 400;
    text-decoration: line-through;
}

.product-grid .ratings-container{
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-grid .ratings-container div i{
    color: black!important;
    font-size: 12px;
}
.product-grid .ratings-container a{
    color: #777;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    font-size: 12px;
    margin-left: 5px;
}

.product-grid h3{
    overflow: hidden;
}
.product-content span{
    margin-left: 5px;
}

.product-grid .ratings-container a:hover{ color: #a5ba8d; }

@media(max-width:449px){
    .product-grid{
        margin: 0;
        margin-left: auto;
        margin-right: auto;
    }
}

.page-header {
    height: auto!important;
}

.indextab .product-grid .loader-container{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    margin: 0px;
    overflow-y: hidden;
}
.indextab .product-grid .loader {
    margin:0px;
    width: 30px;
    height: 30px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    overflow-y: hidden;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    }


/* ----------------------- */


/* --------------------- */

@media (max-width: 282px)
{
    .indextab .title {
        font-size: 1.2rem;
    }
}
@media(max-width:295px){
    .indextab i {
        font-size: 25px;
    }
    .indextab span {
        font-size: 12px;
    }
}

.indextab span,
.indextab .title{
    text-transform: uppercase;
    font-weight: 700;
}

@media(max-width:360px){
    .owl-two img{
        width: 150px!important;
        height: 150px;
    }

    .owl-two .card p{
        font-size: 14px;
    }
}

.indextab .owl-carousel.owl-one{
    max-width: 1220px;
    width: 100%;
    margin: auto;
}

.indextab .offer-data{
    position: relative;
}

.indextab .offer-data .container-offer-data{
    position: absolute;
    left: 10%;
    top: 50%;
    border-radius: 4px;
}

.indextab .offer-data .container-offer-data .offer-link{
    background: #1a1a1a;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 15px;
    font-family: monospace;
    font-weight: bold;
    transition: all 0.2s;
    display: flex;
    align-items: center;
}

.indextab .offer-data .container-offer-data .offer-link:hover{
    background: #3a3a3a;
}

.indextab .offer-data .container-offer-data .offer-link i{
    align-self: center;
    font-size: 14px;
    margin-left: 10px;
}


@media(max-width:300px){
    .indextab .offer-data .container-offer-data .offer-link{
        font-size: 10px;
    }
    .indextab .offer-data .container-offer-data .offer-link i{
        font-size: 12px;
    }
}


.product-grid .product-image .container-product-offer{
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 1;
    padding: 10px;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.product-grid .product-image .container-product-offer .product-offer-bg{
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #efefef;
    opacity: 0.8;
}

.product-grid .product-image .container-product-offer .offer-title{
    position: relative;
    font-size: 17px;
}
/* LIGHT-MODE */

.light-mode .indextab .owl-four i,
.light-mode .indextab .owl-four span,
.light-mode .indextab .title{
    color: black!important;
}

.light-mode .owl-two .owl-nav button:hover i,
.light-mode .owl-three .owl-nav button:hover i{
    color: black!important;
}

.light-mode .owl-two .owl-nav button i,
.light-mode .owl-three .owl-nav button i{
    color: rgb(105, 105, 105)!important;
}

.light-mode .owl-two .card p{
    color: black!important;
}

.light-mode .owl-two .card:hover p{
    color: white!important;
    background-color: black;
}

.light-mode .owl-two .card:hover .fa-arrow-right{
    color: white!important;
}
/*
.light-mode  .owl-two .owl-nav,
.light-mode  .owl-three .owl-nav{
    background-color: #E5E7EB;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
} */

.light-mode .indextab figure{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.light-mode .product-grid{
    border-color:  black;
}
