@media only screen and (max-width:1399px){
	.footer-widget.product {
    max-width: 190px;
}

}
@media only screen and (max-width:1199px) {
    .container-box {
        padding: 0 0px;
    }
	.product-details-right {
    padding-left: 0;
}
    .testimonial-box p {
        font-size: 18px;
    }
    .testimonial-section .heading-box {
        width: 60%;
    }
		.footer-widget.contact {
    width: 260px !important;
    margin: 0 !important;
}
	.footer-link {
    column-gap: 20px;
}
}

@media only screen and (max-width:1024px) {
    .main-menu ul {
        display: none;
    }
    .header-menu-collaps {
    display: inline-flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: end;
    cursor: pointer;
}
.header-menu-collaps span {
    width: 38px;
    display: inline-block;
    height: 2px;
    background-color: #019748;
}
.header-menu-collaps span:nth-child(2){
    width: 32px;
}
.header-menu-collaps span:nth-child(3){
    width: 16px;
}
.menu-nav {
    display: flex;
    margin-left: auto;
    margin-right: 40px;
}
}
@media only screen and (max-width:991px){
    .hero-slider {
    padding: 60px 0 40px;
}
	.custom-cart-container {
    grid-template-columns: 2fr;
}
	.sign-up-left {
    padding: 30px;
}
	.sign-up-content {
    width: 590px;
}
	.footer-link {
    column-gap: 40px;
}
.testimonial-section .heading-box {
    width: 100%;
}
.cta-inner {
    padding-right: 220px;
}
.footer-link {
    justify-content: start;
    flex-wrap: wrap;
    row-gap: 30px;
}
.topbar-inner p {
    display: none;
}
.value-section .heading-box {
    width: 100%;
}
.value-lower {
    transform: translateY(0);
    margin-top: 0;
}
.value-section {
    padding-bottom: 100px;
}
.explore-section.two {
    padding-top: 100px;
}
.explore-left {
    position: unset;
    top: 0;
}
.pagination .pre , .pagination .next{
    width: 100%;
}
.pagination {
    flex-wrap: wrap;
    row-gap: 10px;
}
	.user-dashbord-section {
    padding: 50px 0;
}
	.user-dashbord-left {
        position: fixed;
        z-index: 991;
        top: 0;
        left: 0;
        width: 300px;
        height: 100%;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        transform-origin: left center;
        transition: all 0.5s;
        visibility: hidden;
        z-index: 999999;
        background-color: #fff;
        padding: 42px 15px;
    }
    .user-dashbord-left.expanded {
        opacity: 1;
        transform: translateX(0%);
        visibility: visible;
        transition: all 0.5s;
    }
    .user-dashbord-left ul li a {
        padding: 8px 0;
    }
    .user-dashbord-section {
        padding: 50px 0;
    }
    .user-dashbord-collaps{
        display: flex;
    }
    .user-dashbord-left ul {
        border-right: none;
        height: 100%;
        overflow: hidden;
        overflow-y: scroll;
            scrollbar-width: none;
    }
	.filter-toggler {
        width: 25px;
        height: 25px;
        display: block;
        position: absolute;
        top: 42px;
        right: 15px;
    }
    .filter-toggler span {
        width: 3px;
        height: 100%;
        display: block;
        position: absolute;
        border-radius: 10px;
        top: 50%;
        left: 50%;
        background-color: #000;
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .filter-toggler span:nth-child(2) {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
}
@media only screen and (max-width:768px){
    h1 {
    font-size: 35px;
}
	.dashbord-heading h2 {
    font-size: 28px;
}
	.user-name h5 {
    font-size: 18px;
}
	.details-grid {
    grid-template-columns: repeat(2, 1fr);
}
	.custom-cart-wrapper {
    padding: 60px 10px;
}
	.footer-widget.product {
    max-width: 320px;
}
	.footer-widget.contact {
    width: auto !important;
    margin: 0 !important;
}
.about-section, .whychoose-section , .explore-section, .value-section, .blog-page-section, .contact-section{
    padding: 50px  0;
}
.custom-breadcrumb {
    flex-wrap: wrap;
    text-align: center;
}
.blog-details-outer {
    flex-wrap: wrap;
}
.blog-details-outer .blog-details-image {
    width: 100%;
}
.value-box {
    padding: 24px 20px;
}
h2 {
    font-size: 30px;
    margin-bottom: 16px;
}
.heading-box {
    margin-bottom: 20px;
}
.heading-box-outer {
    margin-bottom: 20px;
}
.product-section , .process-section, .testimonial-section, .contact-form-section, .blog-section, .cta-section, .capiblity-section, .market-section{
    padding-bottom: 50px;
}
.form-group p {
    gap: 0;
    margin-bottom: 0px;
    flex-wrap: wrap;
}

.form-group p .form-control{
    margin-bottom: 20px;
}
.cta-inner {
    padding-right: 150px;
}
.footer-lower {
    padding: 15px 0;
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
}
.explore-section.two {
    padding-top: 50px;
}
	.product_details-box-inner ul li p {
    right: 0;
}
	.product_details-box-inner ul::after{
    display: none;
}
	.product-details-section{
		padding-bottom:0;
	}
	.product-thumb-slider  img {
    height: 104px;
}
	.product-title p {
    font-size: 20px;
}
	.price-box {
    flex-wrap: wrap;
    padding-top: 15px;
}
	.delivery-box-two ul {
    flex-wrap: wrap;
    row-gap: 10px;
}
	.product-lower {
    column-gap: 24px;
}
	.product-lower .product-lower-box::after {
    right: -12px;
}
	.product_details-box-inner {
    padding: 15px;
}
	.product-Description {
    padding: 10px 10px;
}
}
@media only screen and (max-width:600px){
    .header-end {
    column-gap: 10px;
}
   .user-dashbord-left ul li{
        padding: 4px 0;

   }
   .wp-block-woocommerce-checkout-fields-block{
    padding: 18px !important;
   }
   .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title{
    padding: 18px !important;
   }
   .woocommerce-order-received .entry-content{
    margin:0px  !important
   }
    .woocommerce-page  .entry-content{
    margin:0px  !important
   }
   .wc-block-components-totals-wrapper {
     padding: 18px !important;
   }
	.cart-card {
    grid-template-columns: auto;
}
	.sign-up-content {
    width: 100%;
		    margin: auto 10px;
}
	.form-group-outer {
    flex-wrap: wrap;
    row-gap: 12px;
}
	.tab-button button {
    padding: 10px 30px;
}
.contact-form-inner {
    padding: 15px;
    border-radius: 12px;
    background-color: #fff;
}
.page-header-section {
    padding: 50px 0 50px;
}
.menu-nav {
    display: flex;
    margin-left: auto;
    margin-right: 20px;
}
.cta-inner {
    padding: 24px;
    padding-right: 100px; 
}
}
@media only screen and (max-width:425px){
    .logo {
    max-width: 130px;
}
}