*{
    box-sizing:border-box;
    font-size: 14px;
}
html{
    overflow-x:hidden;
    scroll-behavior: smooth;
}
body{
    padding:0;
    margin:0;
    overflow-x:hidden;
    color:#242424;
}
button:hover{
    opacity:0.85;
    transition:all 0.3s ease;
}
ul{
    padding:0;
    margin:0;
}
ul li{
    list-style-type: none;
}
input{
    padding:0 10px;
}
input:focus, button:focus{
    outline:0 !important;
    box-shadow: unset !important;
}
.orangeBtn{
    background-color:#31619a;
    color:#fff;
    border:1px solid #31619a;
}
a,p,label,span,button,input{
    font-family: 'Lato', sans-serif;
    margin:0;
    font-weight:700;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
    color:#242424;
    font-family: 'Cormorant', serif;
}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span{
    font-size:1em;
    font-family: 'Cormorant', serif;
    font-weight:500;
}
p span{
    font-size:1em;
}
@media (min-width: 1350px){
.container {
    max-width: 1300px;
}
}
/* header start  */
.setflex {
    display: flex;
}
.topnav{
    padding:5px 0;
    border-bottom:1px solid #e1e1e1;
}
.googleRating > img{
    width:30px;
}
.topnav .container{
    min-height:36px;
    align-items:center;
}
.topnav .starList{
    margin:0;
    padding-right:7px;
    border-right:1px solid #e1e1e1;
}
.topnav .starList li img{
width:14px;
margin:0 !important;
}
.topnav .select2-container--default .select2-selection--single{
    border:0;
}

.topnav .social_list {
    padding-left: 10px;
    padding-top: 5px;
}
ul.social_list {
    border-right: 1px solid #ccc;
}
ul.social_list li {
    padding:0px 15px;
}

ul.social_list li a {
    color: #5f5f5f;
}

.bootstrap-select{
    margin-bottom:0px !important;
}

.rightSideBox{
    display:flex;
    margin-left:auto;
    min-height:36px;
    align-items:center;
}
.rightSideBox ul{
    display:flex;
}
.rightSideBox ul li{
    margin:0 15px;
}
.rightSideBox ul li a
{
   color:#686868;
   line-height:36px;
}
.LogoBox .container{
    display: flex;
    align-items: center;
    height: 100px;
    justify-content: space-between;
}
.subList{
    display:flex;
    margin:0;
}
.subList li{
    list-style-type: none;
    margin:0 10px;
}
.subList li > button, .subList li .dropdown > button, .mbl_cart >button{
    background-color:transparent;
    border:0;
    background-repeat: no-repeat;
    background-size:auto;
    padding:0;
    width:30px;
    height:30px;
    background-position:center;
}
.subList .form-item, .mbl_cart .form-item {
    display:flex;
    padding:10px 20px;
}
.subList .form-item label, .mbl_cart .form-item label{
    color:#686868;
    font-size:13px;
    margin-bottom:3px;
}
.subList .form-item label > span , .subList .form-item p, .mbl_cart .form-item p, .mbl_cart .form-item label > span {
    font-weight:900;
    font-size:12px;
    color:#242424;
}

.subList .form-item> div, .mbl_cart .form-item> div{
    margin-left:auto;
}
.actionBtns{
    display:flex;
}
.actionBtns button{
    border:0;
    background-color:transparent;
    opacity:0.8;
}
.actionBtns button:hover{
    opacity:0.6;
}

.actionBtns img{
    width:15px;
}
.checkoutBtn
{
    width: calc(100% - 40px);
    height: 35px;
    margin: 0px 20px 10px 20px;
    font-size:12px;
    background-color: #31619a;
    color: #fff;
    border: 1px solid #31619a;
}
.userDropdown.dropdown-menu{
    padding:0 0;
}
.userDropdown .dropdown-item{
    border-bottom:1px solid #dee2e6;
    padding:7px 12px;
}
.userDropdown .dropdown-item:last-child{
    border-bottom:0;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: rgb(194, 153, 89, 0.15);;
}
.cartDerailDropdown.dropdown-menu.show, .cartDerailDropdown.dropdown-menu{
    min-width:320px !important;
}
.dropdown-menu.show{
    box-shadow:0 0 4px rgba(47, 46, 42, 0.22) !important;
}
.cartDerailDropdown table .categorieImg{
width:60px;
height:60px;
object-fit: contain;
}
.cartDerailDropdown .addList{
    padding:10px 20px;
    border-top: 1px solid #dee2e6;
}
.cartDerailDropdown table tr td:last-child{
    vertical-align: bottom;
}
.cartDerailDropdown table a{
font-size:12px;
color:#58a0ed;
}
.cartDerailDropdown table p{
    font-size:12px;
    margin:5px 0;
 display: flex;
}
.cartDerailDropdown table tr td
{
    border-top:0;
    border-bottom: 1px solid #dee2e6;
}
.cartDerailDropdown table tr:last-child td{
    border-bottom:0;
}
.cartDerailDropdown table tr td > span{
    font-size:12px;
    display:flex;
}
.cartDerailDropdown table span input{
width:40px;
margin-left:5px;
padding:0 7px;
text-align:center;
border: 1px solid #aca3a3;
}
.viewcartBtn{
    display: block;
    text-align: center;
    line-height: 50px;
    color: #58a0ed;
    font-size: 13px;
    border-top: 1px solid #dee2e6;
}
.counter{
    height: 20px;
    width: 20px;
    border-radius: 50%;
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #31619a;
    color: #fff;
    position: absolute;
    top: -12px;
    right: -2px;
}
.user-icon{
background-image:url(../images/user_icon.png)
}
.user-icon.active{
    background-image:url(../images/user_active_icon.png)
    }
.favorate-icon{
background-image: url(../images/favorite_icon.png);
}
.favorate-icon.active{
    background-image: url(../images/favorite_active_icon.png);
    }
.addCart-icon{
background-image: url(../images/cart_icon.png);
}
.addCart-icon.active{
background-image: url(../images/cart_active_icon.png);
}
.megaMenu.dropdown, .megaMenu.dropleft, .megaMenu.dropright,.megaMenu.dropup{
position:unset;
}
.megaMenu.dropdown .dropdown-menu
{
    right:0;
}
.serachIcon{
    width:14px;
    display:none;
}
.mbl_cart{
    display:none;
}
.remove-rt-bdr {
    border-right: none !important;
}

.megaMenu .dropdown-item {
    padding: 0rem 1.5rem !important;
}

.megaMenu .dropdown-item-no-icon {
    padding: .60rem 1.5rem !important;
}
.megaMenu .prod-img {
    padding:15px;
    width:250px;
}

.megaMenu .txt-bold-ul {
    font-weight: bold;
    text-decoration: underline;
}

.megaMenu .menu-icon {
    width: 30px;
}
.megaMenu.dropdown .dropdown-menu [class*=col-]{
    padding:0;
}
.megaMenu.dropdown .dropdown-menu [class*=col-] > div{
    margin:15px 0;
    border-right:1px solid #dcd5d5;
    height: calc(100% - 30px);
}
.megaMenu.dropdown .dropdown-menu [class*=col-] > div h1{
    font-size: 16px;
   /* color: #31619a !important;*/
   color: #000000 !important;
    padding-left: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}
/*.megaMenu.dropdown .dropdown-menu .dropdown-item{
    margin-bottom:7px;
}*/
.navBox
{
    background-color:#FAFAFA;
}
.navbar{
    padding-top:0;
    padding-bottom:0;
}

.form-item{
    display:flex;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .active>.nav-link{
    color:#686868;padding: 10px 0px;
    margin-right:40px;
    font-weight:700;
    transition:all 0.3s ease;
}
.navbar-light .navbar-nav .nav-link:hover, .nav-item.show .nav-link{
    color:#31619a !important;
    transition:all 0.3s ease;
}
.navbar-light .navbar-nav .active>.nav-link{
    font-weight:700;
}

.mbl_logo{
    display:none;
}

.dropdown-menu{
    padding:0;
}


@media (min-width: 992px){
    .addCart-icon:hover ~ .dropdown-menu, .dropdown-menu:hover, .dropdown-toggle:hover + .dropdown-menu{
        display:block;
        opacity:1;
        right:0;
        box-shadow: 0 0 4px rgba(47, 46, 42, 0.22);
        -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
        z-index:2;
    }
    }






.dropdown-menu-right{
    right:0;
    -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
    left:auto;
}
.dropdown-menu-right.show{
    right:0;
    left:auto;
    -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
    z-index:2;

}

.dropdown-menu-w80{
    width:80%;
}
 .dropdown-menu {
    border:0;
   /* display:block;*/
    z-index:-100;
    opacity:0;
    margin:-5px;
    -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
    overflow: hidden;
}
 .dropdown-menu.show {
  opacity:1;
  z-index:2;
  -webkit-animation: fadeInFromNone 0.5s ease-out;
  -moz-animation: fadeInFromNone 0.5s ease-out;
  -o-animation: fadeInFromNone 0.5s ease-out;
  animation: fadeInFromNone 0.5s ease-out;
}

@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }
    
    1% {
        display: block;
        opacity: 0;
    }
    
    100% {
        display: block;
        opacity: 1;
    }
    }
    
    @-moz-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }
    
    1% {
        display: block;
        opacity: 0;
    }
    
    100% {
        display: block;
        opacity: 1;
    }
    }
    
    @-o-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }
    
    1% {
        display: block;
        opacity: 0;
    }
    
    100% {
        display: block;
        opacity: 1;
    }
    }
    
    @keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }
    
    1% {
        display: block;
        opacity: 0;
    }
    
    100% {
        display: block;
        opacity: 1;
    }
    }
.rate-item{
    display:flex;
    margin-left: auto;
}
.rate-item label{
    color:#686868;
    margin-right:4px;
}
.rate-item p{
    color:#31619a; 
}
.searchBox{
    display:flex;
}
.searchBox input{
    max-width:310px;
    min-width:310px;
    width:100%;
    position:relative;
}
.searchBox input:focus, .searchBox button:focus{
    outline:0;
}
.searchBox .select2-container:before{
    content:'';
    position:absolute;
    right:0;
    top:12%;
    height:76%;
    width:1px;
    display:block;
    background-color:#EAEAEA;
}
.searchBox .d-flex{
    border:1px solid #EAEAEA;
    border-right:0;
    flex-wrap:wrap;
}
.searchBox .select2-container--default .select2-selection--single, .searchBox input{
border:0;
}
.searchBox button, .searchBox input{
    height:50px;
}
.searchBox button{
    padding:0 20px;
}
.searchBox .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:50px;
    padding:0 30px 0 20px;
}
.searchBox .select2-container .select2-selection--single, .searchBox .select2-container--default .select2-selection--single .select2-selection__arrow{
    height:50px;
}
.closeBtn{
    display:none;
}
.navbar-toggler{
    display:none;
}
@media (max-width:767px){
    .megaMenu.dropdown .dropdown-menu{
        width:100%;
    }
    .navbar-nav{
        padding:15px 0;
        opacity:0.8;
    }
    .navbar-toggler{
        display:inline-block;
    }
    .navbar .navbar-toggler{
       border:0;
     
    }
    .closeBtn{
        display:block;
        position:absolute;
        top:5px;
        right:5px;
        z-index:10;
    }

    .navbar-toggler > img{
        width:20px;
    }
    .mbl_cart{
        display:inline-block;
        margin-left:auto;
    }
    .closeBtn >img{
        width:15px;
    }
    .mainNav{
        width:100%;
        left:-100%;
        transition:all 0.3s ease;
        display:block !important;
        position:fixed;
        max-width:270px;   
        top:0;
        bottom:0;
        height:100vh;
    }
    .mainNav.show{
        left:0;
        max-height: 100vh;
    overflow: auto;
    }
.mail_id{
    display:none;
}
.logo img{
    width:120px;
}
.logo{
    display: inline-block;
    margin: 0 auto;
}
.LogoBox .container{
    flex-wrap:wrap;
    height:auto;
    position:relative;
    padding-bottom:15px;
    padding-top:8px;
}
.subList{
    position: absolute;
    bottom: 10px;
    right: 5px;
}
/* .logo.mbl_logo{
    display:block;
} */
.mbl_logo img{
    width:70px;
}
.searchBox .d-flex{
    border:0;
    width:100%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size:13px;
}
.searchBox button, .searchBox input, .searchBox .select2-container .select2-selection--single, .searchBox .select2-container--default .select2-selection--single .select2-selection__arrow{
    height:35px;
}
.searchBox .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:35px;
}
.searchBox .select2-container, .searchBox input{
    width:100% !important;
    max-width:100%;
}
.searchBox .select2-container{
    display:none;
}
/* .searchBox input{
    margin:10px 0;
} */
.searchBox .select2-container--default .select2-selection--single, .searchBox input{
    border:1px solid #EAEAEA;
}
.navbar-light .navbar-toggler{
    margin-left:auto;
    border-radius:0;
}
.navBox .navbar{
    position: absolute;
    top: 66px;
    z-index: 100;
    padding-left: 0;
    left: 15px;
}

.rate-item{
    padding:7px 20px;
}
.navbar-collapse{
    background-color:#fff;
    box-shadow: 0 0 4px rgb(47, 46, 42,  0.22) !important;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .active>.nav-link{
    padding: 10px 20px;
}

.carousel-box .owl-item .item{
    height:200px !important;
    width:100%;
    background-repeat: no-repeat;
    background-size:contain !important;
    }

}
@media(max-width:576px){
    .searchBox input{
        min-width:100%;
    }
    .LogoBox form{
        width:100%;
        margin-top:15px;
    }
}
/* Header end */

/* main carousel */
.owl-dots{
    display:none;
}
.carousel-box{
    position:relative;
}
.carousel-box .owl-prev span, .carousel-box .owl-next span{
    display:none
}
.carousel-box .owl-nav .owl-prev, .carousel-box .owl-nav .owl-next{
    background-repeat: no-repeat;
    background-size:35px;
    background-position:center;
    height:45px;
    width:45px;
}
.carousel-box .owl-nav .owl-prev:hover, .carousel-box .owl-nav .owl-next:hover{
    background-color:transparent;
}
.carousel-box .owl-prev{
background-image:url(../images/banner_left_arrow.png) !important;
margin-left:20px !important;
}
.carousel-box .owl-next{
background-image:url(../images/banner_right_arrow.png) !important;
margin-right:20px !important;
}
.carousel-box .owl-nav{
position:absolute;
width:100%;
top:50%;
transform:translateY(-50%);
margin:0;
text-align:left;
display:flex;
justify-content: space-between;
} 
.carousel-box .owl-item .item{
height:610px;
width:100%;
background-repeat: no-repeat;
background-size:cover;
background-position:center;
}
.Carousel_textBox{
display:flex;
align-items:center;
height:610px;
}
.Carousel_textBox.align_right{
    right:0;
    left:unset;
    text-align:right;
}
.Carousel_textBox p{
color:#151515;
font-size:18px;
margin-bottom:10px;
}
.Carousel_textBox h2{
font-size:65px;
line-height:65px;
color:#393939;
margin-bottom:10px;
}
.Carousel_textBox h2 span{
  font-family: 'Cormorant', serif;
  font-size:65px;
  font-weight:500;
}


.BlackExplore_Btn{
    background-color:transparent;
    border:1px solid #161515;
    color:#161515;
    height:50px;
    height:50px;
    padding: 0 40px 0 20px;
    text-transform: uppercase;
    background-repeat:no-repeat;
    background-position: right 17px center;
    background-size:auto;
    background-image:url(../images/button_black_arrow.png);
    transition:all 0.4s ease;
}
.BlackExplore_Btn:hover{
    background-color:#242424;
    color:#fff;
    background-position:right 10px center;
    background-size:auto;
    background-image:url(../images/button_weight_arrow.png);
    transition:all 0.4s ease;
}
/* carousel end */
/* categories list */

.categories-box .container
{
    padding-top:40px;
    padding-bottom:40px;
    border-bottom:1px solid #e1e1e1;
}
.owl-carousel.categories_List{
    position:relative;
}
.owl-carousel.categories_List .owl-nav,
.owl-carousel.client_carousel .owl-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    justify-content: space-between;
    width:100%;
}
.owl-carousel.client_carousel .owl-nav{
    top:20%;
}
.owl-carousel.categories_List .owl-nav .owl-next span, .owl-carousel.categories_List .owl-nav .owl-prev span,
.owl-carousel.client_carousel .owl-nav .owl-next span, .owl-carousel.client_carousel .owl-nav .owl-prev span{
    display:none;
}
.owl-carousel.categories_List .owl-nav .owl-next,.owl-carousel.categories_List .owl-nav .owl-prev,
.owl-carousel.client_carousel .owl-nav .owl-prev, .owl-carousel.client_carousel .owl-nav .owl-next{
    height:35px;
    width:35px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position:center;
    background-size:35px;
}
.owl-theme .owl-nav{
    margin-top:0;
}
.owl-carousel.categories_List .owl-nav .owl-next, .owl-carousel.client_carousel .owl-nav .owl-next{
    background-image:url(../images/weight_right_arrow.png);
    margin-right: -30px;
}
.owl-carousel.categories_List .owl-nav .owl-prev, .owl-carousel.client_carousel .owl-nav .owl-prev{
    background-image:url(../images/weight_left_arrow.png);
    margin-left: -30px;
}
.owl-carousel.client_carousel .owl-nav .owl-prev{
    margin-left:-90px;
}
.owl-carousel.client_carousel .owl-nav .owl-next{
    margin-right: -90px;
}
.owl-carousel.categories_List .owl-item .item > img{
    width:200px;
    height:200px;
    object-fit: contain;
    border-radius:50%;
    margin:0 auto;
}
.owl-carousel.categories_List .owl-item .item{
    text-align:center;
}
.owl-carousel.categories_List .owl-item .item a{
    color:#3a3a3a;
    margin-top:15px;
    display:block;
    transition:all 0.1s ease;
}
.owl-carousel.categories_List .owl-item .item a:hover{
    transition:all 0.1s ease;
    color:#31619a;
}
/* categories list end */

/* shop-box */
.shoping-box .container{
    padding:60px 15px;
}
.shoppingBox_item{
    width:100%;
    background-repeat: no-repeat;
    background-size:cover;
    height:270px;
    background-position:center;
    display:flex;
    align-items:center;
    justify-content: end;
}
.shoppingBox_item > div{
text-align:right;
margin-right:30px;
}
.shoppingBox_item p{
    color:#31619a;
    text-transform: uppercase;
}
.shoppingBox_item h3{
margin:20px 0;
font-size: 32px;

}
.shoppingBox_item a{
    color:#242424;
    text-decoration:none;
    display:block;
    position:relative;
    padding-right:30px;
}
.shoppingBox_item a img{
    transition:all 0.3s;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    right:5px;
}
.shoppingBox_item:hover{
    cursor: pointer;
}
.shoppingBox_item:hover a img{
    transition:all 0.3s ease;
    right:-1px;
}
/* shop-box end */

/* trending product */
.trending_Product{
    padding:50px 0;
}
.trending_Product h2{
    text-align:center;
    margin-bottom:70px;
    font-size:38px;
}
.seperator{
    position:relative;
    margin-bottom:70px;
}
.seperator:before{
    content:'';
    height:30px;
    display:block;
    width:100%;
    background-image:url(../images/seprate_line.png);
    background-repeat: no-repeat;
    background-size:auto;
    background-position:center;
    position:absolute;
    bottom:-30px;
}
.trending_Product [class*="col-"]> a, .trending_Product [class*="col-"] >div{
    position:relative;
    width: 100%;
    display:block;
    overflow: hidden;
}
.trending_Product [class*="col-"]> a> span{
    background-color:#31619a;
    display:block;
    color:#fff;
    position:absolute;
    top:20px;
    right:20px;
    border-radius:5px;
    padding: 3px 10px;
}
.trending_Product [class*="col-"]> a> img{
    width:100%;
    margin-bottom:15px;
    transition:all 0.4s ease;
}
.trending_Product [class*="col-"]> a:hover{
    text-decoration: none;
}
.trending_Product [class*="col-"]> a:hover> img{
    transform: scale(1.07);
    transition:all 0.4s ease;
    cursor: pointer;
}
.trending_Product label{
    color:#767676;
}
.trending_Product h3{
    font-size:20px;
    margin:4px 0;
}
.trending_Product p{
    color:#31619a;
    text-transform:uppercase;
}
/* trending product end */

/* browse collections */
.browse_collection{
    background-repeat:no-repeat;
    background-size:cover;
    background-repeat: no-repeat;
    height:495px;
    background-position:center;
    color:#fff;
}

.center-content{
    height:495px;
    display:flex;
    align-items: center;
}
.center-content h2{
    color:#fff;
    font-size:38px;
}
.center-content p{
    font-size:18px;
    margin:15px 0;
    font-weight:500;
}
.starList{
    display:flex;
    margin:20px 0;
    justify-content: center;
}
.starList li{
    margin:0 2px;
    list-style-type: none;
}
/* browse collection */
/* happyClients */
.happyClients{
    padding:60px 0;
    background-color:#edf7fc;
}
.client_carousel .container{
    position:relative;
}
.client_carousel p{
    color:#757575;
    font-size: 16px;
}
/* happyClients */
/* <!-- explore collection --> */
.exploreCollection{
    padding:60px 0;
}
.overlayBox{
    display:flex;
    height:330px;
    width:100%;
    align-items:center;
    justify-content: center;
    position:relative;
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
    color:#fff;
    text-align: center;
    z-index:10;
}
.overlay_layer{
    height:100%;
    width:100%;
    display:block;
    position:absolute;
    top:0;
    left:0;
    background-color:rgba(49, 44, 44, 0.4);
    z-index:10;
}
.overlay_layer + div{
    position:relative;
    z-index:11;
}
.overlayBox h3{
    color:#fff;
}
.overlayBox p{
    margin:10px 0;
}
.whiteExplore_Btn{
    background-color:transparent;
    border:1px solid #fff;
    color:#fff;
    height:50px;
    padding: 0 40px 0 20px;
    text-transform: uppercase;
    background-repeat:no-repeat;
    background-position: right 17px center;
    background-size:auto;
    background-image:url(../images/button_weight_arrow.png);
    transition:all 0.3s ease;
}
.overlayBox:hover{
    cursor: pointer;
}
.whiteExplore_Btn:hover {
    background-color:#fff;
    color:#242424;
    background-position:right 10px center;
    background-size:auto;
    background-image:url(../images/button_black_arrow.png);
    transition:all 0.3s ease;
}
/* <!-- explore collection --> */
/* .subscribe_form */
section .container > h2{
    font-size: 38px;
}
.subscribe_form{
text-align: center;
padding:65px 0;
background-color:#f8f1e9;
}

.subscribe_form p{
    color:#959694;
    margin:10px 0 25px 0;
}
/* .subscribe_form button{
   
} */
.subscribe_form input{
    max-width:450px;
    border:0;
    border-bottom:2px solid #363535;
    padding:0;
    width:100%;
    background-color:transparent;
    height:40px;
}
.subscribe_form input::placeholder{
    opacity:0.8;
}
.subscribe_form button{
    text-transform:uppercase;
    letter-spacing: 3px;
    margin-left: 10px;
}

.subscribe_form button {
    background-image: linear-gradient(to top, #363535 50%, transparent 0%);
    background-size: 100% 200%;
    background-position: top;
    transition: background-position 0.3s ease-in-out; /** I've changed the time for demo purposes **/
    color: black;
    border:0;
    background-color:transparent;
    height:40px;
    border-bottom:2px solid #363535;
  }
  
  .subscribe_form button:hover {
    background-position: bottom;
    /* background-color:#363535; */
    color:#fff;
    transition:all 0.3s ease-in-out;
  }

/* subscribe_form end */
/* insta page */
.insta_description{
    display:flex;
}
.insta_description img{
    width: 44px;
    height: 44px;
    object-fit: contain;
    margin-right: 12px;
}
.insta_description p{
    color:#2f2f2f;
    font-weight:900;
    text-transform: capitalize;margin-bottom:7px;
}
/* insta page end  */
@media(min-width:768px) and (max-width:1200px){
    .searchBox input{
    max-width:240px;
min-width:240px;
}
.logo img{
    width:120px;
}
.searchBox button {
    padding: 0 12px;
    font-size: 12px;
    white-space: nowrap;
}
.searchBox .d-flex{
    flex-wrap: nowrap;
}
}
@media(max-width:765px){
    /* .searchBox{
        flex-wrap:wrap;
    } */
    .subList{
        display:none;
    }
    .serachIcon{
        display:block;
    }
    .serachIcon+span{
        display:none;
    }
    .owl-carousel.categories_List .owl-nav .owl-next, .owl-carousel.categories_List .owl-nav .owl-prev, .owl-carousel.client_carousel .owl-nav .owl-prev, .owl-carousel.client_carousel .owl-nav .owl-next{
        height: 30px;
    width: 30px;
    background-size: 30px;
    }
    .owl-carousel.categories_List .owl-nav .owl-prev, .owl-carousel.client_carousel .owl-nav .owl-prev{
        margin-left: -8px;
    }
    .owl-carousel.categories_List .owl-nav .owl-next, .owl-carousel.client_carousel .owl-nav .owl-next{
        margin-right: -8px;
    }
    .client_carousel p{
        padding:0 30px;
    }
    .shoppingBox_item{
        margin-bottom:20px;
    }
    .shoppingBox_item h3{
        margin: 10px 0;
    font-size: 25px;
    }
    .shoppingBox_item p, .shoppingBox_item a{
        font-size:13px;
    }
    .overlayBox, .trending_Product [class*="col-"]> a, .trending_Product [class*="col-"] >div{
        margin-bottom:20px;
    }
    .trending_Product [class*="col-"] >div > img{
        width:100%;
    }
    .subscribe_form button{
        margin-top:10px;
    }
    .Carousel_textBox h2, .Carousel_textBox h2 span{
        font-size: 45px;
        line-height: 53px;
    }
    .carousel-box .owl-nav .owl-prev, .carousel-box .owl-nav .owl-next{
        height: 35px;
    width: 35px;
    height: 35px;
    width: 35px;
    background-size: 35px !important;
    background-repeat: no-repeat !important;
    }
    .trending_Product h3{
        font-size:18px;
    }
    .trending_Product label, .trending_Product p{
        font-size:13px;
    }
    .googleRating{
        display:none !important;
    }
}




/* footer start */
footer{
    background-color:#f6f6f6;
}
.main_footer{
    padding:40px 0;
}
.main_footer h2{
    font-size:22px;
    margin-bottom:22px;
    color:#2f2f2f;
    text-transform: uppercase;
}
.main_footer ul{
    padding:0;
    margin:0;
}
.main_footer ul li{
    list-style-type: none;
    margin-bottom:7px;
}
.main_footer ul li a{
    color:#9f9f9f;
}
.sub_footer{
    display:flex;
    height:70px;
    align-items:center;
    position:relative;
}
.sub_footer:before{
content:'';
height:1px;
width:600%;
left:-200%;
position:absolute;
top:0;
background-color:#e1e1e1;
display:block;
}
.sub_footer p{
    color:#8e8e8e;
}
.sub_footer ul{
display:flex;
margin-left:auto;
}
.sub_footer ul li{
    margin-left:10px;
}
@media(max-width:767px){
    .sub_footer{
        flex-wrap:wrap;
        height:auto;
        align-items:center;
        padding:15px 10px;
        text-align:center;
    }
    .sub_footer ul{
        margin:0 auto 0 auto;
    }
    .sub_footer p{
        margin:0 auto 7px auto;
    }
    .main_footer h2{
        font-size:17px;
        margin-bottom:12px;
    }
    .main_footer ul li a{
        font-size:13px;
    }
}
/* footer end */

@media only screen and (max-width: 600px) {
    .setmenuwidth {
      width: 100%;
    }
    .setmenuwidthinfo {
        width: 100%;
    }
    .setfilterdisplay {
        display: none !important;
    }
    .setfilterdisplaybutton {
        display: block !important;
    }
    .setproductbigview {
        display: none !important;
    }
    .setproductsmallview {
        display: block !important;
    }
  }

  .setmenuwidth {
    width: 80%;
  }
  .setmenuwidthinfo {
    width: 55%;
  } 
  .setfilterdisplay {
    display: block;
  }
  .setproductbigview {
        display: block;
  }
  .setproductsmallview {
    display: none;
  }
  .setfilterdisplaybutton {
        display: none;
  }
