
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    margin: 0;
    padding: 0;
}
body{
    font-family:"Roboto", sans-serif;
}
.search-web{
    position: relative;
}
.search-field {
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    line-height: 46px;
    border: none;
    height: 40px;
    color: #868686;
    padding: 0 10px;
    background: #f8f8f8;
}
.search-icon {
    position: absolute;
    color: #000000 !important;
    right: -50px;
    font-size: 20px;
    background: #e0e0e0;
    width: 50px;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    padding-top: 10px;
    border: 1px solid grey;
    cursor: pointer;
}
.logo{
    width: 250px;
}
.nav-item{

    margin-left: 10px;
}
.nav-link{
    color: white !important;
    font-weight: 600;
  
    display: inline-block;
       
        font-size: 14px;

}
ul{
    list-style: none;
}
ul>li{

}
a{
    text-decoration: none;
}
.footer-list>ul>li{
    margin-top: 10px;
}
.footer-list>ul>li>a{
    color: gray;
    font-size: 16px;
}
.footer-list>ul>li>a:hover{
    text-decoration: underline;
}
.social-media>ul{
    display: inline-flex;
    align-items: center;
}
.social-media>ul>li{
    text-align: center;
    margin-right: 10px;
    align-items: center;

}  .social-media>ul>li>a{
       display: inline-block;
       background: #137a42;
       width: 45px !important;
       height: 45px;
       border-radius: 50%;
       font-size: 20px;
       align-items: center;

   }
.social-media>ul>li>a:hover:before {
    background-color: #f33c3c;
}
.social-media>ul>li>a:hover:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background-color: #f33c3c;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    -ms-transform: scale(.3);
    -o-transform: scale(.3);
    transform: scale(.3);
    border-radius: 50%;
    transition: .8s;
    z-index: 9;
}
.social-media>ul>li>a>i{
    margin-top: 12px;
    color: white;
}
.footer-contact-info{
    font-size: 22px;
}
.copy-right-section{
    text-align: center;
}
.shop-btn{
    position: absolute;
    text-align: center;
    bottom: 15%;
    left: 45%;
}
.shop-btn>a{
    background: black;
    color: white;

}
.shop-btn>a:hover{
    background: white;
    color: black;
}

/**,*:after,*:before{*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    box-sizing: border-box;*/
/*}*/
.nav-link{
    position: relative;
}
.nav-link:after{
    content: "";
    position: absolute;
    height: 3px;
    width: 0;
    background: #137a42;
    left: 0;
    text-align: center;
    transition: 0.4s;
    bottom: -3px;
}
.nav-link:hover:after{
    width: 100%;
}
.menu-item{
    position: relative;
    text-transform: uppercase;
}
.menu-item:after{
    content: "";
    position: absolute;
    height: 3px;
    width: 0;
    background: black;
    left: 0;
    text-align: center;
    transition: 0.4s;
    bottom: -3px;
}
.menu-item:hover:after{
    width: 100%;
}
.banner-inner::before {
    position: absolute;
    content: '';
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
    background: #9b7964;
    z-index: 2;
    opacity: .75;
}
.banner-info {
    position: absolute;
    text-align: center;
    display: inline-block;
    top: 50%;
    left: 12px;
    right: 12px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index:2;
}
.title-inner {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.title-inner::before {
    position: absolute;
    content: '';
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    top: 13px;
    left: 0;
}
.block-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 0 20px;

    background: #f8f9fa;

    position: relative;
    display: inline-block;
}
.block-title::after {
    content: '';
    width: 91%;
    position: absolute;
    height: 2px;
    background: #137a42;
    bottom: 7px;

    left: 11px;
}
.button-loop-action {
    position: absolute;
    display: none !important;
    bottom: 0;
    left: 25px;
    text-align: center;
    z-index: 9999;
    min-width: 114px;
    right: 25px;
    bottom: 15px;
    transition: 0.4s
}
.button {
    opacity: 1;
    visibility: visible;
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
    padding: 0;
    box-shadow: 0 15px 25px rgba(0,0,0,.08);
    font-size: 20px;
    line-height: 50px;
    color: #000;
    top: 2px;
    text-align: center;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 4;
}
.button:hover{
    background: deeppink;
    color: white;
}
.quickview,.quickview,.compaire{
    width: 100%;
    height: 100%;
    position: relative;

}

.quickview:hover:after {
    content: 'Quick View';
    font-size: 12px;
    position: absolute;
    top: -32px;
    z-index: 9;
    background: black;
    color: white;
    width: 82px;
    left: -23px;
    padding: 5px;
    border-radius: 5px;
    text-transform: capitalize !important;
}
.wishlist:hover:after {
    content: 'Add To Wishlist';
    font-size: 12px;
    position: absolute;
    top: -35px;
    z-index: 9;
    background: black;
    color: white;
    width: 93px;
    left: 23px;
    padding: 5px;
    border-radius: 5px;
}

.compaire:hover:after {
    content: 'Compaire';
    font-size: 12px;
    position: absolute;
    top: -32px;
    z-index: 9;
    background: black;
    color: white;
    width: 69px;
    left: -16px;
    padding: 5px;
    border-radius: 5px;
}
.active-c{
    display: inline-flex !important;
    transition: .3s;
}
.gift-row{
    width: 100%;
    display: -webkit-box;
    cursor:move;
    overflow-x: auto;
}
.gift-row::-webkit-scrollbar{

}
.item{
    width: 400px;
}
.carousel-control-next, .carousel-control-prev{
    width: 2%;
}
.image-gallery{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.79);
    left: 0;
    top: 0;
    z-index: 5;
    display: none;
}
.light-box{

    width: 400px;
    margin: auto;
    overflow-y: auto;
    margin-top: 10%;
    align-items: center;
    border: 5px solid white;
    border-radius: 5px;
    background-color: white;
    transform: scale(0.1);
    transition:all 0.4s ease-in-out;
    z-index: 9999;
}
.light-box::-webkit-scrollbar{
    width: 0;
}
.gallery-image{
    width: 100%;
    transform:scale(1);
    transition: 0.4s;
}
.image-preview-close{
    position: absolute;
    right: 2%;

    width: 30px;
    height: 30px;
    color: gray;
    border-radius: 50%;
    background: #c2c2c2;
    cursor: pointer;
    text-align: center;
    padding: 5px;
    margin-top: 5px;
}

.img{
    opacity: 0;
    transition: all 0.4s;
}
.toolbar{
    display: inline-flex;
    align-items: center;
    margin: 5px;

}
.play{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: gainsboro;
    margin-right: 4px;
    text-align: center;
    font-size: 14px;
    padding: 4px;
    padding-left: 6px;
    border: 1px solid #b9b9b9;
}
.next, .prev {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: gainsboro;
    margin-right: 4px;
    text-align: center;
    font-size: 12px;
    padding: 1px;
    padding-left: 1px;
    border: 1px solid #b9b9b9;
}
.next, .prev >i{
    color: gray;
}
.play>i{
    margin: auto;
    color: gray;
}
.expand {
    position: absolute;
    right: 2%;
    top: 2%;
    background: white;
    width: 25px;
    height:25px;
    border-radius: 50%;
    text-align: center;
    z-index: 99;
}
.expand>i{


}
.fa-two{
    transform:rotate(45deg)
}
.fa-one{
    transform: rotate(135deg);
    position: absolute;
    top: 13%;
}
.expand>div{
    cursor: pointer;
}
.full-screen{
    margin-top: 0%;
    width: 80%;
    height: 100vh;
}
.shop-now>img{
    transform: scale(0.9);
    transition: 0.6s;
}
.shop-now>img:hover{
    transform: scale(1);
}
.product-reaction{
    position: absolute;
    top: 5%;
    left: 3%;
}
.sale{
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 5px;
    background:#137a42 ;
    color: white;
    margin-bottom: 15px;
}
 
.new{
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 5px;
    background: #03a9f4;
    color: white;
}
.filter-icon {
    position: absolute;
    background: #f33c3c;
    border-radius: 50%;
    text-align: center;
    color: white;
    left: -2%;
    top: -18%;
    font-size: 29px;
    padding: 15px 19px;
}
.add-card-area input, select {
    outline: none;
    border: 1px solid gray !important;
    border-radius: 5px;
    padding: 6px 0px;
    font-size: 24px;
    color: gray;
    text-align: center;
    padding-right: 12px;
}
.nav-prev::after {
    content: '';
    height: 25px;
    position: absolute;
    background: #b7b7b7;
    width: 1px;
    top: 12%;
    right: -71%;
}
.old-price{
    position: relative;
}
.old-price:after {
    content: '';
    height: 1px;
    position: absolute;
    background: red;
    width: 100%;
    left: 0;
    top: 44%;
}
.product-discount {
    background: #137a42;
    position: absolute;
    color: white;
    right: 5%;
    top: 8%;
    padding: 2px 8px;
    font-weight: bold;
    border-radius: 3px;
    font-size: 14px;
}
.price-area{
    color: #b7b7b7;
}
.short-description>ul>li{
    color: black;
    margin-top: 10px !important;
    font-weight: bold;
    font-size: 18px;
    position: relative;
}
.short-description>ul>li:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: white;
    border: 4px solid #10ad10;
    left: -5%;
    top: 20%;
}
.size-area{
    display: flex;
    align-items: center;
}
.size>span {
    border-radius: 50%;
    padding: 0;
    width: 44px;
    border-width: 2px;
    height: 44px;
    float: left;
    line-height: 40px;
    position: relative;
    border: 1px solid black;
    text-align: center;
    margin-left: 15px;
}
.size>span:before{
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    left: -4px;
    border: 1px solid #333;
    opacity: 0;
    transition: opacity .4s ease 0s;
    -o-transition: opacity .4s ease 0s;
    -webkit-transition: opacity .4s ease 0s;
}
.review-ratting{
    color: #d3d3d3;
    font-size: 15px;

}
.review-ratting>i{
    cursor: pointer;
}
.product-details-tab>ul{
    position: relative;
    margin: 0 auto;
    display: flex !important;
    justify-content: space-between;
    width: 100%;
}
.product-details-tab>ul>li{
    display: inline-block;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;

}
#navbarSupportedContent{
    font-size: 13px;
}
.product-details-tab>ul>li:first-child:before {
    content: '';
    position: absolute;
    margin-top: 14px;
    box-sizing: border-box;
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
    right: 96%;
}
.product-details-tab>ul>li:last-child:after {
    content: '';
    position: absolute;
    margin-top: 14px;
    box-sizing: border-box;
    border-bottom: 1px solid #e9e9e9;
    width: 50%;
    left: 100%;
}
.review-btn{
    background:#137a42;
    color:white;
    transition:0.3s;
    border: none;
}
.review-btn:hover{
    background: white;
    border:1px solid #137a42;
    
}
.related-product-title{
    text-align: center;
    color:black;
    letter-spacing: 3px;
    font-weight: bold;
    position: relative;
}
.related-product-title:after{
    content:'';
    width:5%;
    border-bottom: 3px solid #137a42;
    position: absolute;
    bottom: -80%;
    left: 47%;
}
#product-btn a{
    padding:6px 10px !important;
    color: #252424 !important;
    font-size: 18px;
    background: white;
    border:1px solid gray;
    border-radius: 5px;
}
#product-btn a:hover{
     border:1.5px solid #137a42;
   
}
.nav-item{
    border-bottom: 1px solid gray;
}

.d-dropdown{
    float: right;
}
.d-dropdown-menu{
    display: none;
}
.d-dropdown-item{
    border-bottom: 1px solid gray;
}
.nav-item a{
    color: black !important;
}
.mobile-search{
    display: none;
}
.mobile-logo{
    display: none;
}
.header-right-icon>i{
    cursor: pointer;
}
.header-right-icon>i:hover{
    color: rgba(227, 37, 37, 0.6) !important;
    transition: 0.2s;
}
.header-logo-area-mobile{
    display: none;
}
 .footer-menu{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none; 
    z-index: 9;
    }
    .product-details-image-list{
        display: none;
    }

@media (max-width: 600px) {
    .product-details-tab>ul>li{
        font-size: 15px;
    }
    .product-details-tab>ul{
        display: block!important;
        text-align: center;
    }
    .header-top{
        font-size: 13px;
    }
}
@media (max-width: 768px) {
    .img-list-lg{
        display: none;
    }
    .product-details-image-list{
        display: initial;
    }

}

@media (max-width: 992px) {
    .mobile-search{
        display: inline-block;
        margin-left: 3%;
        font-size: 35px;
        margin-top: 5px;
    }
    .mobile-logo{
        display: inline-block;
        margin-left: 30%;
    }
    .logo{
        width: 150px;
    }
    .search-web{
      display: none;
    }
    .header-icon{

    }
    .header-right-icon{
        display: flex;
        justify-content: end;
        margin-top: 20px !important;

    }
    .mobile-header{
        justify-content: space-between;
    }
    .menuebar{
        display: none;
    }
    .header-logo-area{
        background: white;
        display: none;
    }
    .header-logo-area-mobile{
        display: block;
        background: white;
    }
    .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: flex-start;
    }
    .propertise{
        display: none;
    }
    .footer-menu{
        display: block;
        background: white;
    }
    .cart-area-icon{
        font-size: 20px;
    }
    .footer{
        padding-bottom: 50px;
    }
}
.zoom-outer{
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 700px;
    cursor: zoom-in;
}
.zoom-image{
    position: absolute;
    left: 0%;
    top: 0%;
}

.side-cart-btn:hover{
    color: rgba(178, 8, 8, 0.88) !important;
}
.offcanvas-body::-webkit-scrollbar {
    width: 0.3em;
}
.offcanvas-body:hover::-webkit-scrollbar {
    width: 0.3em;
    transition: 0.2s;
}

/*.offcanvas-body::-webkit-scrollbar-track {*/
/*    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.65);*/
/*}*/

.offcanvas-body:hover::-webkit-scrollbar-thumb {
    background-color: rgb(231, 5, 5);
    transition: 0.2s;

}
.gift-card>a:hover{
    color: red !important;
}

.footer-contact-info{
    font-size: 18px;
}

.social-media ul li{

}
.contact-info h5{
    display: flex;
    align-items: center;
    background: white;
    padding: 25px;
    color: gray;
    box-shadow: 0 0 5px 0 rgba(14, 35, 107, .15);
    border-bottom: 2px solid #137a42;
    margin-bottom: 25px !important;
    font-size: 16px;
}
.contact-info h5 i{
    width: 50px;
    height: 50px;
    background: #137a42;
    color: white;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 25px;
}