
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* .poppins-regular {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
} */



/*------------Common css-start----------*/
 * {
    margin: 0;
     padding: 0;
     box-sizing: border-box;
}
 :root {
     --orange: #fa8626;
	 --orange-d:#f87000;
     --dark: #252525;
     --light-dark: #373737;
     --green: #20c1a0;
     --green-deep: #03ac89;
     --grey: #cccccc;
     --deep-grey: #777777;
     --white: #ffffff;
     --black: #000000;
     --grey-border: #b9b9b9;
    }



 body {
    font-size: 15px;
     line-height: 1.4;
     font-weight: 300;
     font-family: "Inter", sans-serif;
     overflow-x: hidden;
     scroll-behavior: smooth;
}
 .home {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
 p, ul, li {
     padding: 0;
     margin: 0;
}
 h1, h2, h3, h4, h5, h6 {
     padding: 0;
     margin: 0;
}
 a {
    text-decoration: none;
     color: var(--btnColor);
     transition: 0.5s;
}
 li {
    list-style: none;
}
 h1 {
    font-size: 55px;
}
 h2 {
    font-size: 45px;
}
 h3 {
    font-size: 35px;
}
 h4 {
    font-size: 25px;
  }
 h5 {
    font-size: 20px;
  }
 h6 {
    font-size: 18px;
  }
 .padding-xxl-top{
    padding-top: 100px;
}
 .padding-xxl-bottom{
    padding-bottom: 100px;
}
 .padding-xl-top{
    padding-top: 90px;
}
 .padding-xl-bottom{
    padding-bottom: 90px;
}
 .padding-lg-top{
    padding-top: 80px;
}
 .padding-lg-bottom{
    padding-bottom: 80px;
}
 .padding-md-top{
    padding-top: 70px;
}
 .padding-md-bottom{
    padding-bottom: 70px;
}
 .padding-sm-top{
    padding-top: 60px;
}
 .padding-sm-bottom{
    padding-bottom: 60px;
}
 .padding-xs-top{
    padding-top: 50px;
}
 .padding-xs-bottom{
    padding-bottom: 50px;
}

.cleaning_slider_row{
    margin: 0px -35px;
}
.cleaning_slider_col{
    padding: 0px 35px;
}

 .btn-check:focus+.btn, .btn:focus, .navbar-toggler:focus {
    box-shadow: none;
}

 .btn{
    background-color: var( --green);
     color: var(--white);
     padding: 15px 50px;
     display: inline-block;
     border: 1px solid transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
     font-size:18px;
     font-weight: 400;
     font-family: "Inter", sans-serif;
     text-decoration: none !important;
     text-transform: capitalize;
     -moz-box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
     -webkit-box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
     -o-box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
     box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
}
 .btn:hover {
    background-color: var(--orange);
     color: var(--white);
     border: 1px solid var(--white);
}
 .btn-green {
    background-color: var( --green);
     color: var(--white);
     padding: 8px 30px;
     display: inline-block;
     border: 1px solid transparent;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
     font-size:16px;
     font-weight: 500;
     font-family: "Inter", sans-serif;
     text-decoration: none !important;
     text-transform: capitalize;
     -moz-box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
     -webkit-box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
     -o-box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
     box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
}
 .btn-green:hover {
     background-color: var(--orange);
     color: var(--white);
     border: 1px solid var(--white);
}
 .btn-theme {
     background-color: var(--orange);
     color: var(--white);
     padding: 8px 30px;
     display: inline-block;
     border: 1px solid var(--orange);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
     font-size:16px;
     font-weight: 500;
     font-family: "Inter", sans-serif;
     text-decoration: none !important;
     text-transform: capitalize;
}
 .btn-theme:hover {
     background-color: var(--orange-d);
     color: var(--white);
     border: 1px solid var(--orange-d);
}

 .page_info{
    max-width: 700px;
     margin: 0 auto;
     text-align: center;
}
 .page_info h2{
     color: var(--green);
     font-weight: bold;
     margin-bottom: 25px;
     text-transform: capitalize;
}
 .page_info h2 span{
      color: var(--green);
}
 .page_info p{
     color: var( --dark);
     margin-bottom: 25px;
}

.custom_sm_row{
    margin: 0px -16px;
}
.custom_sm_col{
    padding: 0px 16px;
}
.form-control {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: var(--light-grey);
    box-shadow: none;
    outline: none;
    margin: 0px;
    padding: 0px 20px;
    background: none;
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid var(--grey);
     font-family: "Inter", sans-serif;
    font-weight: 400;
    opacity: 1;
}
.form-control:focus{
    box-shadow: none;
    outline: none;
}
.form-control::placeholder{
    color: var(--light-grey);
    opacity: 1;
}
/*------------Common css-end----------*/


/*----------------header-start------------*/

 .header_sec.fixed{
    width: 100%;
     left: 0;
     top: 0;
     position: fixed;
     background:rgba(0,0,0,0.85);
     z-index: 9999;
    -webkit-box-shadow: 0px 10px 30px -29px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 30px -29px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 10px 30px -29px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 30px -29px rgba(0, 0, 0, 0.75);
     -moz-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     position: fixed;
     -webkit-animation-name: animationFade;
     -o-animation-name: animationFade;
     animation-name: animationFade;
     -webkit-animation-duration: 1s;
     -o-animation-duration: 1s;
     animation-duration: 1s;
     -webkit-animation-fill-mode: both;
     -o-animation-fill-mode: both;
     animation-fill-mode: both;
}
 .header_sec.fixed .header_top{
    display: none;
 }
 @-webkit-keyframes animationFade {
     0% {
         opacity: 0;
         -webkit-transform: translateY(-160px);
         transform: translateY(-160px);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
 @keyframes animationFade {
     0% {
        opacity: 0;
         -webkit-transform: translateY(-160px);
         -ms-transform: translateY(-120px);
         transform: translateY(-160px);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
         transform: translateY(0);
    }
}

 .header_sec.fixed ul.menu_sec{
    border-bottom: 0px;
}
.header_logo{
    display: inline-block;
}
.header_logo img{
    width: 135px;
}
 .header_sec{
    width: 100%;
    background: none;
    /* float: left;     */
}
 ul.menu_sec{
    width: 100% !important;
     text-align: center;
     float: none;
     background: none;
     font-size: 0px;
     border-bottom: 1px solid var(--btnColor);
}
 ul.menu_sec > li{
    background: none;
     border: none ;
     padding: 0px 0px;
     margin: 0px 0px;
     vertical-align: bottom;
     float: none;
     display:inline-block;
     transition: all 0.5s;
     -webkit-transition: 0.5s;
     -ms-transition: 0.5s;
     position: relative;
}

 ul.menu_sec > li > a{
    padding: 15px 20px;
     display: block;
     color: var(--white);
     position: relative;
     text-transform: capitalize;
     font-size: 20px;
     -moz-transition: 0.5s all ease;
     -webkit-transition: 0.5s all ease;
     -o-transition: 0.5s all ease;
     transition: 0.5s all ease;
}
 ul.menu_sec > li > a:hover{
    background-color: none;
     color: #0072FF;
}
 ul.menu_sec li:hover a{
    color:  var(--btnColor);
     background: none;
}
 ul.menu_sec > li.current-menu-item a{
    color: var(--btnColor);
     background: none;
}
 ul.menu_sec > li.current-menu-item::before{
    color: var(--whiteClr);
     visibility: visible;
     opacity:1;
}
 ul.menu_sec > li:hover::before{
    color: #f93739;
}
 ul.menu_sec li:hover a:before,.nav_top ul li.current-menu-item a:before{
    display: block
}
 ul.menu_sec li>ul, ul.menu_sec ul{
     position: absolute;
     left:0%;
     width: 220px;
     padding: 7px 0px;
     height: auto;
     top:100%;
     text-align: left;
     background: var(--green);
     z-index: 1;
}
 ul.menu_sec li.active ul li a{
    color: var(--whiteClr);
     background: none;
}
 ul.menu_sec li:hover ul li a{
    color: var(--whiteClr);
     background: none;
}
 ul.menu_sec li>ul li a .far.fa-user{
    padding-right:5px;
}
 ul.menu_sec li>ul li{
    display:list-item;
     background: none;
     padding:0;
     width: 100%;
     display: inline-block;
}
 ul.menu_sec li>ul li:last-child{
    border:none;
}
 ul.menu_sec li>ul li a{
    width: 100% !important;
     display: inline-block;
     padding: 10px 15px !important;
     position: relative;
     color:#0D233F !important;
     position: relative;
     z-index: 1;
     font-size: 16px;
}
 ul.menu_sec li>ul li a::before{
    width: 0%;
     height: 100%;
     left: 0;
     top: 0;
     position: absolute;
     content: '';
     background: var(--white);
     visibility: hidden;
     opacity: 0;
     z-index: -1;
     -moz-transition: 0.5s all ease;
     -webkit-transition: 0.5s all ease;
     -o-transition: 0.5s all ease;
     transition: 0.5s all ease;
}
 ul.menu_sec li>ul li a:hover:before{
    opacity: 1;
     visibility: visible;
     width: 100%;
}
 ul.menu_sec li>ul li a{
    color: var(--white) !important;
     background:none;
}
 ul.menu_sec li>ul li a:hover{
    color:var(--whiteBtnText) !important;
     background:none;
}
 ul.slimmenu li .sub-toggle {
    background: none;
     top: 0px;
     right: -16px;
}
 ul.slimmenu li .sub-toggle i {
    width: 14px;
     height: 18px;
     color: var(--white);
     font-size: 12px;
     font-style: normal;
     background: none;
     position: relative;
     top: 0px;
}
 ul.menu_sec li>ul li.has-submenu a {
    padding: 6px 15px 6px 35px !important;
}
 .nav_top .collapse-button,.nav_top .collapse-button:hover,.nav_top .collapse-button:focus{
    background-color:transparent;
}
 .collapse-button {
    width: 48px;
}
 .collapse-button .icon-bar {
    width: 28px;
     margin: 4px 0;
     background-color: #4d4184;
}
 .nav_top .menu-collapser{
    background: none;
     color: transparent;
     height: 40px;
     line-height: 40px;
     text-align: right;
     font-size: 0;
}
.header_logo_mobile{
    display: none;
}

.header_top{
    background: #f5f5f5;
    text-align: center;
    padding: 15px 0px;
}
.social_menu{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.social_menu li{
    display: inline-flex;
}
.social_menu li:not(:last-child){
    margin-right: 35px;
}
.social_menu li i{
    color: var(--green);
    font-size: 24px;
}

.header_center{
    background: var(--white);
    padding: 10px 0px;
}
.header_center_in{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_frm_desk{
    width: 435px;
    position: relative;
}
.header_frm_desk .form-control{
    width: 100%;
    background: var(--white);
    border-radius: 8px;
    padding: 0px 50px 0px 20px;
}
.header_frm_desk .form-control.header_frm_btn{
    width: 30px;
    height: 30px;
    right: 12px;
    top: 5px;
    position: absolute;
    background: url(../../assets/images/search-icon.png) no-repeat center center;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    background-size: 22px;
}
.header_center2 {
    margin-right: -160px;
	position: relative;
}
.header_center3_in{
    display: flex;
    justify-content: space-between;
}
.header_center3_in ul li{
    display: inline-flex;
    padding: 0px 15px;
    color: var(--light-grey);
}
.header_center3_in ul li:not(:last-child){
    border-right: 3px solid var(--light-grey);
}
.header_center3_in ul li a{
    text-transform: capitalize;
    font-size: 16px;
    line-height: 22px;
    color: var(--light-grey);
    transition: 0.5s;
}
.header_center3_in ul li i{
    margin-right: 10px;
}
.header_center3_in ul li a:hover{
    color: var(--orange);
}
.cart_header a{
    font-size: 22px;
    line-height: 22px;
    position: relative;
    padding-right: 30px;
    color: var(--orange);
     transition: 0.5s;
}
.cart_header a:hover{
    color: var(--orange-d);
}
.cart_header a span{
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    border: 1px solid var(--grey);
    font-size: 15px;
    right: 0px;
    top: 0px;
    position: absolute;
    border-radius: 100%;
}
.header_bottom{
    background: #fa8626;
}
.header_bottom ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
}

.banner_sec img{
    width: 100%;
}

.category_box{
    width: 100%;
    height: 300px;
    position: relative;
    z-index: 1;
    background: var(--white);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    padding: 10px;
    transition: 0.5s;
}
.category_box_media_info{
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category_box_media_info h3{
    color: var(--white);
    font-weight: bold;
	background: var(--orange);
    padding: 8px 15px;
}
.category_box_media_info::before{
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    content: '';
    background: rgba(29,197,164,0.10);
    z-index: -1;
    transition: 0.5s;
}
.category_box_link{
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 2;
}
.category_box:hover .category_box_media_info::before{
    background: rgba(0, 0, 0, 0.30);
}
.category_col{
    margin-top: 30px;
}
.category_main_row{
    margin: 0px -15px;
}
.category_main_col{
    padding: 0px 15px;
}

.category_main_col2 .category_box {
     height: 630px;
}
.lnd_sec1{
    border-bottom: 1px solid var(--grey-border);
}
.lnd_sec2{
    border-bottom: 1px solid var(--grey-border);
}
.selling_box_media{
    width: 100%;
    height: 430px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}
.selling_box_media::before {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.0);
    z-index: 1;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
}
.selling_box_media img,
.owl-carousel .owl-item .selling_box img{
    max-width: 100%;
	width:auto;
    height: 100%;
	margin: 0 auto;
    object-fit: contain;
	border-radius: 10px;
}
.selling_box_info h5{
    color: var(--dark);
    margin-bottom: 20px;
    transition: 0.5s;
    min-height: 50px;
}
.selling_box_info h6{
    color: var(--dark);
    margin-bottom: 25px;
    display: block;
}
.selling_box_info span{
    color: #8c8d93;
    text-decoration: line-through;
	font-size: 16px;
}
.selling_box_info strong{
    color: var(--orange);
    font-size: 20px;
    font-weight: normal;
	margin: 0 8px;
}
.selling_box_info .btn-theme{
    width: 100%;
    display: inline-block;
    text-align: center;
    text-transform: inherit;
}
.selling_box{
    width: 100%;
    position: relative;
    transition: 0.5s;
	text-align:center;
}
.selling_box_link{
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 2;
}
.selling_box:hover .selling_box_info h5{
    color: var(--orange);
} 
.selling_box:hover .selling_box_media::before{
    visibility: visible;
    opacity: 1;
}
.selling_box:hover .btn-theme{
    background-color: var(--orange-d);
    color: var(--white);
    border: 1px solid var(--orange-d);
}

.selling_row{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px -15px;
}
.selling_col{
    width: 17%;
    margin-top: 40px;
    padding:15px;
	border-radius:10px;
	margin-right: 35px;
	border:1px solid #dddddd;
}
.selling_row div:nth-child(5n+0).selling_col{
	margin-right:0;
}
.lnd_sec2_btn{
    text-align: center;
}



.popular_carousel.owl-theme .owl-nav{
     display: block;
}
 .popular_carousel.owl-theme .owl-dots{
     display: none;
}
 .popular_carousel.owl-carousel .owl-nav .owl-prev, .popular_carousel.owl-carousel .owl-nav .owl-next {
     width: 21px;
    height: 35px;
    line-height: 35px;
     background: none;
     font-size: 0px;
     display: inline-block;
     left: -40px;
     top: 32%;
     position: absolute;
     -moz-transition: 0.5s all ease;
     -webkit-transition: 0.5s all ease;
     -o-transition: 0.5s all ease;
     transition: 0.5s all ease;
     -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
     -o-border-radius: 100%;
     border-radius: 100%;
     margin: 0px;
     padding: 0px;
     text-align: center;
}
 .popular_carousel.owl-carousel .owl-nav .owl-next {
     left: inherit;
     right: -40px;
}
 .popular_carousel.owl-carousel .owl-nav .owl-prev::before,  .popular_carousel.owl-carousel .owl-nav .owl-next::after{
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 21px;
     height: 35px;
 }
 .popular_carousel.owl-carousel .owl-nav .owl-prev::before {
     content: '';
     background: url(../../assets/images/left-arrow.png) no-repeat 0 0;
     left: 50%;
     top: 50%;
     position: absolute;
}
 .popular_carousel.owl-carousel .owl-nav .owl-next::after {
     content: '';
     color: #ffffff;
     background: url(../../assets/images/right-arrow.png) no-repeat 0 0;
     left: 50%;
     top: 50%;
     position: absolute;
}
.popular_row{
    padding-top: 40px;
}
.lnd_sec2_btn .btn-green {
    padding: 8px 30px;
    font-size: 16px;
}

.lnd_sec4{
    background: var(--green);
}
.lnd_sec4_in{
    padding: 0px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lnd_sec4_in h3{
    color: var(--dark);
}
.lnd_sec4_in_lt {
    width: 60%;
}


.footer_sec{
    background: var(--light-dark);
}
.footer_logo{
    display: inline-block;
    margin-bottom: 30px;
}
.footer_logo img{
    width: 190px;
}
.footer_top_lt_col1 {
    padding-right: 100px;
}
.footer_top_lt_col1 p{
    color: var(--white);
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}
.footer_top  h4{
    color: var(--orange);
    margin-bottom: 30px;
    font-size: 26px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}
.footer_top .footer_menu{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footer_top .footer_menu li{
    width: 100%;
    display: block;
    font-size: 18px;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}
.footer_top .footer_menu li:not(:last-child){
    margin-bottom: 25px;
}
.footer_top .footer_menu li a{
    color: #ffffff;
    transition: 0.5s;
}
.footer_top .footer_menu li a:hover{
    color: var(--orange);
}

.footer_top .footer_contact{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footer_top .footer_contact li{
    width: 100%;
    display: block;
    font-size: 18px;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}
.footer_top .footer_contact li:not(:last-child){
    margin-bottom: 25px;
}
.footer_top .footer_contact li a{
    color: #ffffff;
    transition: 0.5s;
}
.footer_top .footer_contact li a:hover{
    color: var(--orange);
}
.footer_bottom_in{
    border-top: 1px solid var(--orange);
    text-align: center;
    padding: 25px 0px;
}
.footer_bottom p{
    font-size: 20px;
    color: var(--white);
    font-family: "Inter", sans-serif;
    font-weight: 400;
}
.footer_bottom p a{
    color: var(--orange);
}
.footer_top_rt {
    padding-top: 60px;
}
.header_center3_in_mobile{
    display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a{
	padding: 20px 50px;
	border:1px solid #dddddd;
	border-radius:15px;
}
.product .woocommerce-product-gallery.images .woocommerce-product-gallery__wrapper a img{
	width:auto;
	max-width:100%;
    height: 320px;
    box-shadow: none;
    margin: 0 auto;
}
.woocommerce-breadcrumb{
	display:none;
}
.site-main .product{
	margin-top:50px;
}
.site-main .product .summary .product_title{
	font-size:30px;
	font-weight:600;
	margin-bottom:20px;
	color:var(--dark);
}
.site-main .product .summary .price-custom{
	margin:20px 0;
}
.site-main .product .summary .price-custom del{
	color:var(--grey);
}
.site-main .product .summary .price-custom del,
.site-main .product .summary .price-custom ins{
	margin-right:20px;
	font-weight:600;
}
.site-main .product .summary .price-custom del{
	font-size:20px;
}
.site-main .product .summary .price-custom ins{
	font-size:24px;
	color:var(--orange);
	text-decoration:none;
}
.site-main .product .summary .single_add_to_cart_button{
	background:var(--orange);
	padding:12px 30px;
	height:40px;
	color:var(--white);
	font-weight:600;
	border-radius:30px;
	transition:all ease-in-out 0.3s;
}
.site-main .product .summary .single_add_to_cart_button:hover{
	background:var(--orange-d);
}
.lnd_sec3 .popular_row .owl-carousel .owl-item .item .popular_carousel_box{
	padding:15px;
	border:1px solid #dddddd;
	border-radius:10px;
}
.product_meta div{
	margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.product_meta div.sku_wrapper{
	display:none;
}
.product_meta div strong{
	font-size:16px;
	font-weight: 600;
    color: var(--green);
	width:17%;
	display:inline-block;
}
.woocommerce div.product p.price del{
	opacity:1;
	margin-right: 15px;
}
.woocommerce-notices-wrapper{
	margin-top:20px;
}
.woocommerce div.product span.price del .woocommerce-Price-amount{
	color:var(--deep-grey);
}
.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins{
	font-size:20px;
	color:var(--orange);
	text-decoration:none;
}
.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url]{
	border-radius:8px;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{
	background: var(--orange);
	border-radius:8px;
	color:var(--white);
	border:0;
	font-size:16px;
	transition:all ease-in-out 0.3s;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover{
	background:var(--orange-d);
}
.woocommerce .product .summary .price{
	margin:15px 0;
}
.cart .quantity button{
	width:40px;
	height:40px;
	font-size: 24px;
	background:var(--green);
	color:var(--white);
	border:0;
	box-shadow:none;
	transition:all ease-in-out 0.3s;
}
.cart .quantity button:hover{
	background:var(--green-deep);
}
.cart .quantity button.minus{
	border-radius:30px 0 0 30px;
}
.cart .quantity button.plus{
	border-radius: 0 30px 30px 0;
}
.cart .quantity .input-text.qty{
	height:40px;
	margin: 0 -5px;
	vertical-align: top;
	background:var(--white);
	border:1px solid var(--green);
}
.woocommerce div.product p.stock{
	font-size:13px;
}
.woocommerce div.product form.cart div.quantity{
	margin-right:25px;
}
.woocommerce-product-details__short-description{
	background: #f8f8f8;
    padding: 15px;
    border-radius: 15px;
}
.woocommerce-product-details__short-description h3{
	font-size:16px;
	color:var(--green);
	font-weight:600;
	margin-bottom: 10px;
}
.woocommerce-product-details__short-description p{
	font-size:16px;
	color:var(--dark);
	line-height: 24px;
}
.related.products{
	clear:both;
}
.related.products h2{
	font-size:30px;
	text-transform:capitalize;
	margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 0px solid #eee;
}

.woocommerce .content-area .woocommerce-products-header{
	margin-top:50px;
	margin-bottom: 30px;
    background: #f5f5f5;
    border-radius: 15px;
    padding: 15px;
}
.woocommerce .content-area .woocommerce-products-header h1.page-title{
	font-size:30px;
	line-height:29px;
	padding-bottom: 12px;
}
body .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a{
	border:1px solid var(--orange) !important;
}
.wpc-filter-chips-list a, body .wpc-filter-chips-list li.wpc-filter-chip a{
	font-size:12px;
}
.wpc-filters-main-wrap li.wpc-term-item a{
	font-size:14px;
}
.woocommerce ul.products li.product{
	padding:15px;
	border:1px solid #dddddd;
	text-align:center;
	border-radius:10px;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link img{
	height:250px;
	margin:0 auto 10px;
	width:auto;
	max-width:100%;
	border-radius: 10px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{
	font-size:18px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{
	color:var(--orange);
	font-size:16px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
	color: #8c8d93;
}
.woocommerce ul.products li.product .price del{
	color: #8c8d93;
	font-size:16px;
}
.woocommerce ul.products li.product .price ins{
	text-decoration:none;
    margin-left: 10px;
	margin-right:10px;
	font-size:16px;
	font-weight:400;
}
.woocommerce ul.products li.product a.button{
	background-color: var(--orange);
    color: var(--white);
	padding: 8px 30px;
    font-size: 16px;
	border: 1px solid var(--orange);
	border-radius: 30px;
    font-weight: 500;
    text-decoration: none !important;
	/*box-shadow:2px 2px 9px -5px rgba(0, 0, 0, 0.75);*/
}
.woocommerce ul.products li.product a.button:hover{
	background-color: var(--orange-d);
    color: var(--white);
    border: 1px solid var(--orange-d);
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn{
	background-color: var(--orange);
    color: var(--white);
    padding: 8px 30px;
    display: inline-block;
    border: 1px solid var(--orange);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    text-decoration: none !important;
    text-transform: capitalize;
    -moz-box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:hover{
	background-color:var(--orange-d) !important;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button{
	background-color: var(--orange);
    color: var(--white);
    padding: 12px 30px;
    display: inline-block;
    border: 1px solid var(--orange);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none !important;
    text-transform: capitalize;
    -moz-box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button{
	background-color:var(--orange-d) !important;
}
.woocommerce-cart .woocommerce-cart-form{
	margin-top: 50px;
}
.cart-collaterals .cart_totals h2{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}
.woocommerce-cart-form .woocommerce-cart-form__contents tr td .updat-btn-cart{
	background-color: var(--green);
    color: var(--white);
    padding: 12px 30px;
    display: inline-block;
    border: 1px solid var(--orange);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none !important;
    text-transform: capitalize;
    -moz-box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
}
.woocommerce-cart-form .woocommerce-cart-form__contents tr td .updat-btn-cart:hover{
	background-color:var(--green-deep);
}
.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text {
    width: 180px;
}
.widget_wpc_filters_widget{
	margin-top: 50px;
	background: #f5f5f5;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #dddddd;
}
.widget_wpc_filters_widget .wpc-filter-layout-search-field .wpc-filter-header{
	display:none;
}
.widget_wpc_filters_widget .wpc-filter-search-form .wpc-search-field{
	height:40px;
	border-radius:8px;
	font-size:14px;
}
.widget_wpc_filters_widget .wpc-filter-search-form .wpc-search-icon{
	left: 0px;
    width: 40px;
	cursor: pointer;
}
.widget_wpc_filters_widget .wpc-filter-search-form .wpc-search-icon:before{
	margin-left: 12px;
}
.widget_wpc_filters_widget .wpc-filter-header .wpc-filter-title{
	color: var(--green);
    font-weight: 700;
	margin-bottom: 12px;
}
.flickity-page-dots{
	display:none;
}
.whtsapp{
	position: absolute;
    top: 0px;
    right: -55px;
    font-size: 24px;
    padding: 2px;
    height: 40px;
    width: 40px;
    text-align: center;
	background: #f5f5f5;
    color: var(--green);
    border-radius: 8px;
}
.whtsapp:hover{
	background:var(--green);
	color:#ffffff;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link{
	position:relative;
}
.woocommerce ul.products li.product .onsale {
    background-color: transparent;
    color: #333333;  
	position:absolute;
	bottom:-35px;
	top:inherit;
}

.selling_col .selling_box .selling_box_info span.sale-badge {
    color: var(--green);
    font-size: 16px;
	text-decoration:none;
}
.woocommerce-page .related.products ul.products.columns-6 li.product{
	width: 15.5%;
	margin: 0 15px 0 0;
}
.custom-load-more-container {
    text-align: center;
    margin: 40px 0;
}

.custom-load-more-btn {
    padding: 12px 30px;
    background-color: #20c1a0;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-load-more-btn:hover {
    background-color: var(--orange);
    transform: scale(1.05);
}

.custom-load-more-loader {
    display: inline-block;
    margin-left: 15px;
    color: #666;
    font-style: italic;
    font-size: 14px;
}
.ajax-search-dropdown .ajax-search-results-list .ajax-search-item a{
	width:100%;
}
.ajax-search-dropdown .ajax-search-results-list .ajax-search-item a img{
	float: left;
	border-radius:4px;
}
.ajax-search-dropdown .ajax-search-results-list .ajax-product-info{
	padding-left:8px;
}
.ajax-search-dropdown .ajax-search-results-list .ajax-product-info strong{
	font-size:14px;
	font-weight:600;
	line-height:12px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
	margin-right: 0;
    border-radius: 8px 0 0 8px;
    height: 34px;
	font-size:14px;
}
.woocommerce-cart table.cart td.actions .coupon .button{
	background:var(--green);
	color:var(--white);
	font-size:14px;
	border-radius:0 8px 8px 0;
	height:34px;
	padding:5px 15px;
	font-weight:600;
	transition:all ease-in-out 0.3s;
}
.woocommerce-cart table.cart td.actions .coupon .button:hover{
	background:var(--orange);
}
.xoo-wsc-markup .xoo-wsc-container .xoo-wsc-basket{
	color:var(--orange);
}
.xoo-wsc-markup .xoo-wsc-container .xoo-wsc-basket .xoo-wsc-items-count{
	background-color:var(--orange);
}
.xoo-wsc-container .xoo-wsc-body .xoo-wsc-btn{
	background:var(--green);
	color:var(--white);
	border:0;
	border-radius:30px;
}
.xoo-wsc-container .xoo-wsc-body .xoo-wsc-btn:hover{
	background:var(--orange);
}
.xoo-wsc-container .xoo-wsc-header span.xoo-wsch-text{
	font-size:14px;
	font-weight:600;
}
.xoo-wsc-container .xoo-wsc-header .xoo-wscb-icon{
	color:var(--orange);
}
.popular_carousel_box .selling_box_info span.sale-badge{
	text-decoration:none;
}
.product .summary.entry-summary .price .sale-badge{
	margin-left:15px;
	color:var(--green);
}
.woocommerce ul.products li.product .price{
	display:inline;
}
.related.products ul.products li.product .price span.sale-badge{
	color:var(--green);
}
/* other-con */
.other-con{
    padding: 70px 0px;
}
.other-con .tab-content h1{
    color: var(--green);
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.other-con .tab-content>p{
    text-align: justify;
    margin-bottom: 14px;
}
.other-con .tab-content form h2{
    color: var(--green);
    font-size: 40px;
    font-weight: bold;
    text-transform: capitalize;
}
.other-con .wpcf7-spinner{
    display: none;
}
.other-con textarea{
    height: 67px;
}
.other-con .btn-primary{
    padding: 10px 42px;
}
.other-con .tab-content>h2{
    color: var(--green);
        font-size: 26px;
        font-weight: bold;
        margin: 20px 0px 7px 0px;
        text-transform: capitalize;
}
.banner_sec .slides_wrapper .slide{
    position: relative;
}
.banner_sec .slides_wrapper .slide .banner_caption{
    position: absolute;
    content: "";
    left: 8%;
    bottom: 32%;
}
.banner_sec .slides_wrapper .slide .banner_caption h1{
    color: var(--green);
    font-weight: bold;
    font-size: 28px;
    text-transform: capitalize;
}
.banner_sec{
    position: relative;
}
.banner_sec .banner_caption p{
   color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s;
}
.banner_sec .prev{
   left: 27px;
}
.banner_sec .next{
   right: 27px 
}

.banner_sec .prev,
.banner_sec .next{
    width: 45px;
    height: 45px;
    font-size: 20px;
    position: absolute;
    content: "";
    border-radius: 100%;
    color: #fff;
    top: 57%;
    /* background: linear-gradient(90deg, #f8f8f8, #fff); */
    box-shadow: 0 4px 10px #0700001c;
    background-color: #ff8236;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.new-rel{
    padding: 50px 0px;
}
/* .form-control::placeholder {
      color: #a0a0a0 !important; 
    } */
/* Responsive */

 @media (min-width: 1600px) {
     .container{
        max-width: 1560px;
    }
}
 @media only screen and (min-width:1690px) and (max-width:1799px){
}
 @media (max-width: 1599px) {


h1 {
    font-size: 50px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}

.padding-xxl-top{
    padding-top: 80px;
}
    .padding-xxl-bottom{
    padding-bottom: 80px;
}
    .padding-xl-top{
    padding-top: 70px;
}
    .padding-xl-bottom{
    padding-bottom: 70px;
}
    .padding-lg-top{
    padding-top: 60px;
}
    .padding-lg-bottom{
    padding-bottom: 60px;
}
    .padding-md-top{
    padding-top: 50px;
}
    .padding-md-bottom{
    padding-bottom: 50px;
}
    .padding-sm-top{
    padding-top: 40px;
}
    .padding-sm-bottom{
    padding-bottom: 40px;
}
    .padding-xs-top{
    padding-top: 30px;
}
    .padding-xs-bottom{
    padding-bottom: 30px;
}

.social_menu li i {
    font-size: 18px;
}
.social_menu li:not(:last-child) {
    margin-right: 25px;
}
.form-control {
    height: 40px;
    line-height: 45px;
    font-size: 14px;
}
.header_frm_desk .form-control.header_frm_btn{
    background-size: 19px;
}
.header_frm_desk {
    width: 400px;
}
.header_center3_in ul li a {
    font-size: 18px;
    line-height: 20px;
}
.header_logo img {
    width: 120px;
}
.header_top {
    padding: 6px 0px;
}
.header_bottom ul li a {
    padding: 12px 15px;
    font-size: 17px;
}
.category_box {
    height: 250px;
}
.category_main_col2 .category_box {
    height: 530px;
}
.selling_box_media {
     height: 250px;
}
.selling_box_info h5 {
    min-height: 44px;
}
.popular_row {
    padding-top: 20px;
}
.lnd_sec4_in {
    padding: 0px 70px;
}
.btn-green, .btn-theme, .btn {
    padding: 8px 30px;
    font-size: 16px;
}
.lnd_sec2_btn .btn-green {
    padding: 8px 30px;
    font-size: 16px;
}
.footer_top_lt_col1 p {
    font-size: 14px;
}
.footer_top h4 {
    margin-bottom: 25px;
    font-size: 22px;
}
.footer_top .footer_menu li {
    font-size: 16px;
}
.footer_top .footer_menu li:not(:last-child) {
    margin-bottom: 20px;
}
.footer_top .footer_contact li:not(:last-child) {
    margin-bottom: 20px;
}
.footer_top .footer_contact li {
    font-size: 16px;
}
.footer_bottom p {
    font-size: 18px;
}
.footer_top_lt_col1 {
    padding-right: 65px;
}
.footer_logo img {
    width: 170px;
}
.footer_bottom_in {
     padding: 20px 0px;
}
ul.slimmenu li .sub-toggle i {
    top: 2px;
}
ul.menu_sec li>ul li a {
    font-size: 15px;
}
.selling_box_info strong {
    font-size: 16px;
}






}


@media only screen and (min-width:766px) and (max-width:1399px){
.new-rel .products{
    display: flex;
}
.new-rel .products li .button {
    padding: 8px 23px !important;
}
}
@media only screen and (min-width:1199px) and (max-width:1440px){

    .home .btn-theme{
       padding: 6px 28px;
    }
}


 @media only screen and (min-width:1200px) and (max-width:1399px){
     
h3 {
    font-size: 24px;
}
h5 {
   font-size: 16px;
    }
h6 {
    font-size: 14px;
}
    .btn-green, .btn-theme, .btn {
        padding: 10px 35px;
        font-size: 15px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 30px;
    }
.lnd_sec2_btn .btn-green {
        padding: 10px 50px;
        font-size: 18px;
    }



    .social_menu li i {
        font-size: 18px;
    }
    .social_menu li:not(:last-child) {
        margin-right: 20px;
    }
.header_top {
        padding: 10px 0px;
    }
    .header_logo img {
        width: 110px;
    }
.header_center {
     padding: 12px 0px;
}
.form-control {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }
    .header_frm_desk {
        width: 385px;
    }
.header_frm_desk .form-control {
     padding: 0px 40px 0px 15px;
}
    .header_frm_desk .form-control.header_frm_btn {
        background-size: 16px;
        right: 5px;
        top: 5px;
    }
.header_center3_in ul li a {
        font-size: 16px;
        line-height: 18px;
    }
.header_center3_in ul li:not(:last-child) {
    border-right: 2px solid var(--light-grey);
}
.header_center3_in ul li {
    padding: 0px 10px;
}
.cart_header a {
    font-size: 18px;
    line-height: 18px;
    padding-right: 25px;
}
.header_center3_in ul li i {
    margin-right: 5px;
}
.cart_header a span {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
}
ul.menu_sec > li > a{
        padding: 10px 15px;
        font-size: 15px;
    }
    ul.menu_sec li>ul li a {
        font-size: 14px;
    }
ul.menu_sec li>ul, ul.menu_sec ul {
    width: 180px;
}
    .category_box {
        height: 220px;
    }
    .category_main_col2 .category_box {
        height: 470px;
    }
.selling_box_media {
        height: 270px;
    }
.selling_col {
    margin-top: 30px;
}
.footer_top_lt_col1 p {
        font-size: 12px;
    }
    .footer_top .footer_menu li {
        font-size: 14px;
    }
    .footer_top .footer_contact li {
        font-size: 14px;
    }
    .footer_top .footer_menu li:not(:last-child) {
        margin-bottom: 15px;
    }
    .footer_top .footer_contact li:not(:last-child) {
        margin-bottom: 15px;
    }
    .footer_top_lt_col1 {
        padding-right: 55px;
    }
.footer_bottom p {
        font-size: 15px;
    }





}


 @media (max-width: 1199px) {

h2 {
    font-size: 35px;
}
h3 {
    font-size: 22px;
}
h5 {
   font-size: 16px;
    }
h6 {
    font-size: 14px;
}

.page_info {
        max-width: 600px;
    }
.page_info h2 {
     margin-bottom: 15px;
}

.padding-xxl-top{
    padding-top: 80px;
}
    .padding-xxl-bottom{
    padding-bottom: 80px;
}
    .padding-xl-top{
    padding-top: 70px;
}
    .padding-xl-bottom{
    padding-bottom: 70px;
}
    .padding-lg-top{
    padding-top: 40px;
}
    .padding-lg-bottom{
    padding-bottom: 40px;
}
    .padding-md-top{
    padding-top: 40px;
}
    .padding-md-bottom{
    padding-bottom: 40px;
}
    .padding-sm-top{
    padding-top: 40px;
}
    .padding-sm-bottom{
    padding-bottom: 40px;
}
    .padding-xs-top{
    padding-top: 30px;
}
    .padding-xs-bottom{
    padding-bottom: 30px;
}




    .btn-green, .btn-theme, .btn {
        padding: 8px 35px;
        font-size: 15px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 30px;
    }
.lnd_sec2_btn .btn-green {
        padding: 10px 50px;
        font-size: 18px;
    }



    .social_menu li i {
        font-size: 18px;
    }
    .social_menu li:not(:last-child) {
        margin-right: 20px;
    }
.header_top {
        padding: 10px 0px;
    }
    .header_logo img {
        width: 110px;
    }
.header_center {
     padding: 12px 0px;
}
.form-control {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }
    .header_frm_desk {
        width: 385px;
    }
.header_frm_desk .form-control {
     padding: 0px 40px 0px 15px;
}
    .header_frm_desk .form-control.header_frm_btn {
        background-size: 16px;
        right: 5px;
        top: 5px;
    }
.header_center3_in ul li a {
        font-size: 16px;
        line-height: 18px;
    }
.header_center3_in ul li:not(:last-child) {
    border-right: 2px solid var(--light-grey);
}
.header_center3_in ul li {
    padding: 0px 10px;
}
.cart_header a {
    font-size: 18px;
    line-height: 18px;
    padding-right: 25px;
}
.header_center3_in ul li i {
    margin-right: 5px;
}
.cart_header a span {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
}
ul.menu_sec > li > a{
        padding: 10px 15px;
        font-size: 15px;
    }
    ul.menu_sec li>ul li a {
        font-size: 14px;
    }
ul.menu_sec li>ul, ul.menu_sec ul {
    width: 180px;
}
    .category_box {
        height: 180px;
    }
    .category_main_col2 .category_box {
        height: 390px;
    }
.category_box_media img{
    width: 100%;
}

.selling_box_media {
        height: 310px;
    }
    .selling_row {
    margin: 0px -10px;
}
.selling_col {
    margin-top: 30px;
    width: 25%;
    padding: 0px 10px;
}
.footer_top_lt_col1 p {
        font-size: 12px;
    }
    .footer_top .footer_menu li {
        font-size: 12px;
    }
    .footer_top .footer_contact li {
        font-size: 12px;
    }
    .footer_top .footer_menu li:not(:last-child) {
        margin-bottom: 15px;
    }
    .footer_top .footer_contact li:not(:last-child) {
        margin-bottom: 15px;
    }
    .footer_top_lt_col1 {
        padding-right: 0px;
    }
.footer_bottom p {
        font-size: 14px;
    }
    .lnd_sec4_in {
        padding: 0px 0px;
    }
    .footer_bottom_in {
        padding: 15px 0px;
    }
.footer_top h4 {
        margin-bottom: 20px;
        font-size: 19px;
    }
.footer_top_rt {
    padding-top: 70px;
}
.popular_carousel.owl-carousel .owl-nav .owl-prev, .popular_carousel.owl-carousel .owl-nav .owl-next {
    width: 21px;
    height: 35px;
    left: -25px;
    top: 32%;
}
.popular_carousel.owl-carousel .owl-nav .owl-next {
    left: inherit;
    right: -25px;
}
.popular_carousel.owl-carousel .owl-nav .owl-next::after, .popular_carousel.owl-carousel .owl-nav .owl-prev::before{
    background-size: 15px;
}









}

 @media (max-width: 1024px) {


}
 @media (max-width: 991px) {

    .header_frm_desk {
        width: 250px;
        margin-left: -110px;
    }
    ul.menu_sec > li > a {
        padding: 10px 15px;
        font-size: 14px;
    }
.form-control {
      font-size: 14px;
    }
    .header_center3_in ul li a {
        font-size: 24px;
        line-height: 13px;
		font-weight: 500;
    }
.header_center3_in ul li {
        padding: 0px 4px;
    }
    .header_center3_in ul li:not(:last-child) {
        border-right: 1.5px solid var(--light-grey);
    }
    .cart_header a {
        font-size: 24px;
        line-height: 15px;
        padding-right: 24px;
    }
.cart_header a span{
    top: 3px;
	background: var(--orange);
	color: #fff;
}
    .header_center {
        padding: 10px 0px;
    }
    .header_top {
        padding: 8px 0px;
    }
ul.slimmenu li .sub-toggle {
    background: none;
    top: 0px;
    right: -9px;
    width: 23px;
}
    ul.menu_sec li>ul li a {
        font-size: 13px;
    }
.category_main_row {
    margin: 0px -10px;
}
.category_main_col {
    padding: 0px 10px;
}
.category_col {
    margin-top: 20px;
}
    .category_box {
        height: 140px;
    }
.category_main_col2 .category_box {
        height: 300px;
    }
    .selling_col {
        width: 33.33%;
    }
.selling_box_media {
        height: 300px;
        margin-bottom: 20px;
    }
.lnd_sec4_in_lt {
    width: 80%;
}
.footer_logo img {
    width: 130px;
}

}
 @media (max-width: 767px) {
    .banner_sec .slides_wrapper .slide .banner_caption h1{
        font-size: 18px;
    }
    .selling_col{
        border: none;
        margin-right: 0px;
    }
    .banner_sec{
        overflow-x: hidden;
    }
    .banner_sec .prev,
.banner_sec .next{
    width: 34px;
    height: 34px;
    font-size: 14px;
    top: 57%;
}
    .other-con{
    padding: 40px 0px;
}
.other-con .tab-content h1 {
    font-size: 28px;
}
.other-con .tab-content form h2{
    font-size: 28px;
}
.other-con .tab-content>h2{
    font-size: 18px;
}
.other-con .tab-content>p{
    font-size: 14px;
}
.navigation-portrait .nav-menus-wrapper{
	height: 100vh;
}
.nav-overlay-panel{
	height:100vh;
}
.navigation-portrait .nav-menu{
	text-align:left;
}
.nav-menus-wrapper-close-button{
	font-weight:700;
	font-size:18px;
	height:24px;
}
.navigation-portrait .megamenu-panel.nav-submenu {
	padding: 10px 20px;
	box-shadow: 0 1px 13px -5px rgba(0, 0, 0, 0.2);
}
.navigation-portrait .megamenu-panel.nav-submenu .megamenu-lists .megamenu-list{
	margin-bottom:0;
}
.navigation-portrait .megamenu-panel.nav-submenu .megamenu-lists .megamenu-list .menu-item a{
	font-size: 14px;
    font-weight: 500;
	width: 100%;
	padding: 15px;
}
.woocommerce-cart .woocommerce-cart-form{
	margin-top: 30px;
}
.product_meta div strong{
	width: 30%;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product h2{
	flex-grow: 1;
}
.woocommerce ul.products li.product a.button{
	padding: 8px 16px;
    font-size: 14px;
}
.woocommerce .content-area .woocommerce-products-header {
    margin-top: 15px;
	margin-bottom: 0;
    background: #fff;
    border-radius: 0;
    padding: 0;
	text-align:center;
}
.woocommerce .woocommerce-result-count{
	font-size:14px;
	color:var(--green);
}
.woocommerce-ordering .orderby{
	width: 60px;
    border: 0;
}
.woocommerce-ordering .orderby{
	text-indent: -450px;
	position:relative;
	background: url(../../assets/images/filter-3-fill.png) no-repeat center center;
	-webkit-appearance: none;
	appearance: none;
	background-color:var(--green);
	height:50px;
	width:50px;
	border-radius:50%;	
	margin-top: -35px;
}
.woocommerce-ordering .orderby:focus-visible{
	outline:0;
}
.woocommerce-ordering .orderby:before{
	content:'\f1de';
	position:absolute;
	left:0;
	top:0;
	font-family:"FontAwesome";
	font-size:24px;
	display:block;
}
.woocommerce .products ul, .woocommerce ul.products{
	display: flex;
	flex-wrap: wrap;
	gap: 0px;
	border-top: 1px solid #ddd;
}
.woocommerce-page .related.products ul.products.columns-6 li.product{
	width:50%;
	margin:0;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
	margin:0;
	width:50%;
	clear: none;
	float:none;
	border-radius:0;
}

.woocommerce .content-area .woocommerce-products-header h1.page-title {
    font-size: 24px;
	margin-bottom:0;
}
.header_center3 .cart_header{
	margin-left: 20px;
}
h1 {
	font-size: 30px;
}
	h2 {
	font-size: 30px;
}
.site-main .product .summary .product_title{
	font-size:18px;
}
.product_meta div{
	font-size:14px;
}
.product_meta div strong{
	font-size:14px;
}
.padding-xxl-top{
    padding-top: 50px;
}
    .padding-xxl-bottom{
    padding-bottom: 50px;
}
    .padding-xl-top{
    padding-top: 40px;
}
    .padding-xl-bottom{
    padding-bottom: 40px;
}
    .padding-lg-top{
    padding-top: 30px;
}
    .padding-lg-bottom{
    padding-bottom: 30px;
}
    .padding-md-top{
    padding-top: 30px;
}
    .padding-md-bottom{
    padding-bottom: 30px;
}
    .padding-sm-top{
    padding-top: 30px;
}
    .padding-sm-bottom{
    padding-bottom: 30px;
}
    .padding-xs-top{
    padding-top: 30px;
}
    .padding-xs-bottom{
    padding-bottom: 30px;
}
 .header_sec {
        left: inherit;
         top: inherit;
         position: inherit;
         padding: 0px;
         background: var(--secondaryColor);
    }
     .header_sec .container{
        max-width: 100%;
         padding-right: 0px;
         padding-left: 0px;
    }
     .header_logo {
        margin: 10px 0px 10px 15px;
        left: inherit;
        right: inherit;
        top:inherit;
        bottom: inherit;
        transform: inherit;
        position: inherit;
        width: 110px;
    }
     .header_logo img {
        width: 90px;
    }
     .top_nav {
        padding-right: 0px;
    }
     .active-menu .collapse-button span:nth-child(1) {
        -webkit-transform: rotate(45deg);
         transform: rotate(45deg);
         margin: 11px 0 -13px;
    }
     .active-menu .collapse-button span:nth-child(2) {
        opacity: 0;
    }
     .active-menu .collapse-button span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
         transform: rotate(-45deg);
         top: -9px;
         position: relative;
    }
     .active-menu {
        overflow: hidden;
    }
     .collapse-button {
        width: 40px;
         margin-top: 0px;
         background: none !important;
         border: none;
         border-radius: 0px;
         font-size: 34px;
         color: var(--whiteColor);
         padding: 0px !important;
         outline: none;
         margin-right: 0px;
         right: 15px;
         top: -30px;
    }
     .collapse-button:hover, .collapse-button:focus {
        color: #6377EE;
         background-color: none !important;
    }
     .collapse-button .icon-bar {
        height: 4px;
         width: 40px;
         margin: 7px 0;
         color: var(--orange);
         background-color: var(--orange);
    }
     .slimmenu.menu_sec.collapsed{
        width: 100% !important;
         left: 0;
         top: 100%;
         position: absolute;
         background: rgba(0,0,0,0.80);
         z-index: 100;
         border-top: 0px;
         margin-top: 0px;
         padding: 0px 0px;
         transform: inherit;
         text-align: inherit;
         display: block;
    }
     .menu-collapser {
        background-color: inherit;
         width: auto;
         right: 0px;
         top: 0px;
         position: absolute;
         padding: 0px;
    }
     ul.slimmenu.collapsed li a {
        border-bottom: 1px solid var(--white);
         display: inline-block;
         width: 100%;
         color: var(--white);
    }
     ul.slimmenu.collapsed li a:hover{
        background: var(--orange);
    }
     ul.menu_sec > li > a {
        padding: 10px 15px;
         font-size: 15px;
    }
     ul.menu_sec > li::before{
        display: none;
    }
     ul.menu_sec li .sub-toggle i {
        font-size: 16px;
         transform: inherit;
         color: var(--white);
    }
     ul.menu_sec li .sub-toggle {
        top: 2px;
         right: 10px;
         left: inherit;
    }
     ul.menu_sec li>ul, ul.menu_sec ul{
        width: 100%;
         height: auto;
         left: inherit;
         top: inherit;
         right: inherit;
         bottom: inherit;
         position: inherit;
         transform: inherit;
         background: none;
         float: left;
    }
     ul.menu_sec li>ul li{
        width: 100%;
         display: inline-block;
    }
     ul.menu_sec li>ul li a:hover{
        color: var(--whiteColor) !important;
         background: #6377EE;
         width: 100%;
         display: inline-block;
    }
     ul.menu_sec li>ul li a::after {
        background: #6377EE;
    }
     ul.menu_sec li>ul li a:hover:before{
        display: none;
    }
     ul.slimmenu.collapsed li>ul{
        padding: 0px 15px;
    }
     ul.menu_sec > li::after{
        display: none;
    }
     ul.menu_sec > li a::before{
        display: none;
    }
     ul.menu_sec li:hover a:before, .nav_top ul li.current-menu-item a:before{
        display: none;
    }
     ul.menu_sec > li {
        margin: 0px 0px;
    }
     ul.menu_sec li>ul li a {
        padding: 10px 15px !important;
    }
    ul.menu_sec > li:nth-child(3) {
        margin-left: 0px;
    }
    ul.slimmenu li .sub-toggle i{
        top: -6px;
    }
    .header_sec.fixed ul.menu_sec > li {
        margin: 0px;
    }
    .header_sec.fixed ul.menu_sec > li > a {
        padding: 10px 15px;
        font-size: 15px;
    }
    ul.slimmenu.collapsed li:last-child a{
        border-bottom: 0px
    }

.header_top_in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
}
.header_center3_in_mobile{
   display: flex;
}
.header_center3_in_desk{
    display: flex;
}
.social_menu li:not(:last-child) {
	margin-right: 20px;
}

.header_center {
        padding: 0px 0px;
    }
.top_nav {
    width: 100%;
    position: relative;
    z-index: 4;
    float: left;
}
.header_center_in {
    padding-right: 15px;
}
.category_box {
        height: 230px;
    }
.category_main_col2 .category_box {
        height: 380px;
    }
.selling_col {
        width: 50%;
    }
    .selling_box_media {
        height: 330px;
    }
    .popular_carousel.owl-carousel .owl-nav .owl-prev, .popular_carousel.owl-carousel .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: var(--white);
        -webkit-box-shadow: 0px 0px 17px -7px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 0px 17px -7px rgba(0, 0, 0, 0.35);
        -o-box-shadow: 0px 0px 17px -7px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 0px 17px -7px rgba(0, 0, 0, 0.35);
        border-radius: 100%;
        left: inherit;
        top: inherit;
        right: inherit;
        bottom: inherit;
        position: relative;
        transform: inherit;
        margin: 5px;
    }
.popular_carousel.owl-carousel .owl-nav .owl-prev::before, .popular_carousel.owl-carousel .owl-nav .owl-next::after {
        width: 15px;
        height: 24px;
        background-size: 13px;
    }
    .lnd_sec4_in_lt {
        width: 100%;
    }
.lnd_sec4_in{
    flex-direction: column;
}
.lnd_sec4_in h3{
    margin-bottom: 20px;
}
.footer_top .footer_menu {
    margin-bottom: 20px;
}
.footer_top_rt {
        padding-top: 30px;
    }
.footer_top .footer_menu li:not(:last-child) {
        margin-bottom: 10px;
    }
.footer_top .footer_contact li:not(:last-child) {
        margin-bottom: 10px;
    }
.footer_logo {
     margin-bottom: 20px;
}
.lnd_sec4 {
    text-align: center;
}
.header_center2{
	display:none;
}
.product .woocommerce-product-gallery.images .woocommerce-product-gallery__wrapper a img{
	height:180px;
}
.social_menu{
	margin:0 auto;
}
.header_center_in .header_center1{
	margin-left: 55px;
}
.nav-toggle{
	top: -64%;
	left: 20px;
}
.navigation-portrait .nav-search{
	margin-right:0;
	padding:0;
}
.main_header_area {
    background: var(--orange);
}
.navigation-portrait .nav-search-button{
	background-color:var(--orange-d);
}
.mb-grid{
	padding:0;
}

}

 @media (max-width: 575px) {
   .banner_sec .prev,
.banner_sec .next{
       width: 27px;
        height: 27px;
        font-size: 14px;
       top: 50%;
}
    h2 {
    font-size: 25px;
}
    h3 {
    font-size: 20px;
}
    .selling_box_media {
    height: 290px;
}
.flickity-slider .carousel-cell .selling_box{
	padding:0 20px;
}
.flickity-slider .carousel-cell .selling_box .selling_box_info{
	padding: 0 10px;
}
.flickity-button:focus{
	box-shadow: 0 0 0 5px #fa8626;
}
.selling_box_info h6{
	display:block;
	text-align:center;
	margin-bottom: 10px;
}
.flickity-slider .carousel-cell{
	margin-right:20px;
	background: #f5f5f5;
	padding: 15px 0;
	border-radius: 15px;
	width: 265px;
}
.woocommerce-page .widget_wpc_filters_widget{
    background: #f5f5f5;
    padding: 10px 20px;
	margin: 0 -15px;
	border:0;
	border-radius:0;
}
.selling_box_info h5{
	min-height:auto;
	margin-bottom:8px;
}
.widget.widget_wpc_filters_widget .wpc-filters-open-button-container .wpc-open-close-filters-button{
	margin-bottom:0;
	border:0;
}
.wpc-open-close-filters-button{
	margin-bottom:20px;
}
.wpc-filters-widget-content.wpc-show-counts-yes{
	display: block;
    position: absolute;
    background: #fff;
    z-index: 99;
    left: 0;
    right: 0;
    padding: 10px 15px;
    border: 1px solid #ddd;
}
.navigation-portrait .nav-menu > li > a{
	padding: 15px 10px 15px 30px;
}
.woocommerce ul.products li.product{
	flex: 1 1 calc(50% - 0px); /* two cards per row with gap */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid #ddd;
	padding: 10px;
	box-sizing: border-box;
	background: #ffffff;	
}
.woocommerce ul.products li.product{
	border-top-color:#ffffff;
}
.woocommerce ul.products li.product:nth-child(even){
	border-right-color:#ffffff;
	border-left-color:#ffffff;
}
.woocommerce ul.products li.product:nth-child(odd){
	border-left-color:#ffffff;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link{
	display: flex !important;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	height:100%;
	position:relative;
}
.woocommerce ul.products li.product .onsale{
	position: absolute;
    bottom: 10px;
    top: inherit;
	min-height:auto;
	min-width:auto;
	font-size:14px;
	font-weight:400;
	line-height: 14px;
}
.woocommerce ul.products li.product .price ins{
	margin-left: 8px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{
	font-size:16px;
}
.menu-logo{
	padding: 8px 0 0 26px;
}
.menu-logo a img{
	height:28px;
}

}
 @media (max-width: 480px) {
    .home .btn-theme{
        padding: 7px 35px;
        font-size: 14px;
    }

     .selling_col {
        width: 100%;
        margin-top: 30px;
        padding: 0px 0px;
    }
    .selling_box_media {
        height: 260px;
    }
.selling_row {
        margin: 0px 0px;
    }
.selling_box_media img{
	object-fit:contain;
}
 .sale-badge {
	font-size: 12px;
}









}
 @media only screen and (min-width:480px) and (max-width:767px){
    .selling_col {
        width: 50%;
        padding: 15px;
        border: 1px solid #dddddd;
        text-align: center;
        border-radius: 0px;
        margin-top: 0px;
    }
    }