@media only screen and (min-width: 1921px){
    .main-header::before{
        display: none;
    }
}

/* 1600  */
@media only screen and (min-width: 1600px){
    body {
        font-size: 16px;
    }
    .container{
        max-width: 1400px;
    }
    .bestseller .product-image {
        height: 300px;
    }
    .btn-round {
        height: 60px;
        width: 60px;
        line-height: 60px;
        border-radius: 50%;
        background: linear-gradient(180deg, #FFBB4C, #F59608);
        padding: 0;
        text-align: center;
        color: var(--white);
        font-size: 24px;
        position: absolute;
        top: 54%;

    }

    /* CArt Page  */
    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, 
    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
        font-size: 16px;
    }
    button.wc-block-cart-item__remove-link {
        font-size: 13px !important;
    }
    .wc-block-cart__submit-container {
        font-size: 16px;
    }
    .wc-block-components-product-price {
        font-size: 16px;
        font-weight: 600;
    }

     
    /* Checkout Page  */
    .wc-block-components-title.wc-block-components-title {
        font-size: 1.45em;
    }
    .wc-block-components-checkout-step__description {
        font-size: 13px;
    }
    .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label, 
    .wc-block-components-form .wc-block-components-text-input.is-active label, 
    .wc-block-components-text-input input:-webkit-autofill+label, 
    .wc-block-components-text-input.is-active label, 
    .wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label {
        font-size: 15px;
    }
}

/* 992  */
@media only screen and (max-width: 1199px){
    .navbar-collapse ul li {
        margin-right: 24px;
    }
    .navbar-collapse ul li>a, .nav-text a {
        letter-spacing: 1px;
    }
    .product-cat-list li {
        min-width: 220px;
    }
    .product-cat-list a {
        font-size: 13px;
    }
    .product-cat-list li:not(:last-child) {
        padding-bottom: 3px;
        margin-bottom: 3px;
    }
    .banner-img {
        padding-top: 60%;
    }
    .banner-text {
        width: 50%;
    }
    .banner-text h1 {
        font-size: 32px;
    }
    .home-slider .owl-dots {
        margin-top: 8px;
    }
    .product-listing-home  .product-image {
        height: 248px;
    }
    .popular-products .product-image, .bestseller .product-image {
        height: 272px;
    }
    .deals .product-listing-home  .product-image {
        height: 128px;
        padding: 14px 14px;
    }
    .btn-round {
        height: 50px;
        width: 50px;
        line-height: 50px;
        top: 43%;
    }
    .why-icon {
        height: 80px;
        width: 80px;
        padding: 18px;
    }
    .footer-badge {
        width: 62px;
    }
    .footer-wrapper {
        padding-left: 96px;
    }
    .ftr_logo img {
        height: 68px;
    }

    /* About Page  */
    .about-cms .about-img {
        padding-top: 124%;
    }

    /* Checkout Page  */
    .wc_payment_method label {
        height: 75px;
    }
    .payment_box.payment_method_paypal p {
        font-size: 13px;
        line-height: 20px;
    }
}

/* 768  */
@media only screen and (max-width: 991px){
    .navbar-collapse ul li>a {
        padding: 8px  0 !important;
    }
    .navbar-collapse {
        position: absolute;
        right: 0;
        top: 100%;
        background: #131d26;
        z-index: 99;
        padding: 20px;
        width: 100%;
        z-index: 999;
        border-bottom: 4px solid var(--yellow);
    }
    .navbar-toggler-icon .bi{
        color: var(--white);
    }
    .row{
        row-gap: 20px;
    }
    .homebanner .row, .form-row{
        row-gap: 0 !important;
    }
    .section-heading {
        margin-bottom: 30px;
    }
    .homebanner .container {
        max-width: 100%;
    }
    .homebanner .product-cat-list{
        display: none;
    }
    .nav-text{
        margin-left: auto;
    }
    #product-cat-list {
        width: 90%;
    }
    ul.product-cat-list.list-unstyled.position-relative {
        height: 60vh;
        width: 100%;
        overflow-y: auto;
    }
    .product-cat-list li {
        width: 33%;
        min-width: auto;
    }
    .product-cat-list .has-children .children li{
        width: 80%;
    }
    ul.children, .children .has-children .children{
        width: 100%;
        padding: 0;
    }
    .product-listing-home  .product-image {
        height: 220px;
        padding: 20px 20px;
    }
    .section-heading {
        margin-bottom: 20px;
    }
    .section-heading h2 {
        font-size: 24px;
    }
    .add-grid {
        gap: 10px;
    }
    .popular-products .product-image, .bestseller .product-image {
        height: 268px;
    }
    .deal-slider .owl-nav{
        display: none;
    }
    .btn-round {
        top: 47%;
    }
    .why-icon {
        height: 60px;
        width: 60px;
        padding: 11px;
        margin-right: 8px;
    }
    .footer-top .row{
        margin: 0 -8px;
    }
    .footer-top .row [class*="col-"]{
        padding: 0 8px;
    }
    .quick-link-box li a {
        font-size: 13px;
        letter-spacing: 1px;
    }
    .footer-row{
        row-gap: 20px;
    }
    .footer-badge {
        width: 57px;
    }
    .footer-wrapper {
        padding-left: 78px;
    }
    

    /* About Page  */
    .inner_banner {
        height: 224px;
    }
    .banner_area_text_box .page-title {
        font-size: 32px;
        line-height: 1.4;
    }
    .about-cms .about-img {
        padding-top: 60%;
    }
    .about-cms .about-text h2{
        font-size: 1.2rem;
    }
    .feature-box h3 {
        font-size: 18px;
    }
    .feat-icon {
        height: 75px;
        width: 75px;
        padding: 16px;
    }

    /* Contact Page  */
    .contact-us .section-heading h2{
        font-size: 1.4rem;
    }
    .contact-us .section-heading {
        margin-bottom: 12px;
    }

    /* Product Details Page  */
    .woocommerce-product-gallery {
        margin-bottom: 2rem;
    }
    .pro_carousel .product-wrap .product-image {
        height: 180px;
    }



    /* Cart Page  */
    .wc-block-components-totals-coupon::before {
        left: 15%;
    }
    .is-medium .wc-block-cart__sidebar, .is-mobile .wc-block-cart__sidebar, .is-small .wc-block-cart__sidebar {
        margin-bottom: 0 !important;
    }
    .bd_cart {  
        flex-direction: column;
    }
    .cart_left {
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
    }
    .cart_right {
        flex: 0 0 100%;
        max-width: 100%;
        background: #f5f5f5;
        padding: 40px;
    }
    .coupon .button{
        margin-top: 0 !important;
    }
    .wc_payment_method label {
        height: auto;
    }
    .checkout h3, h3#ship-to-different-address span {
        font-size: 24px;
    }

    /* Empty Cart Page  */
    h2.wp-block-heading.has-text-align-center {
        font-size: 1.6rem;
    }
    .wc-block-grid__product.wc-block-grid__product {
        margin: 0 10px;
    }
    .wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image), .wc-block-grid__product .wc-block-grid__product-title {
        margin: 0;
        padding: 8px;
    }
    h4.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
        margin-bottom: 60px;
    }
    .ptb{
        padding: 60px 0;
    }


    /* Login Page  */
    .woocommerce .col2-set .col-2,  
    .woocommerce-page .col2-set .col-2 {
        float: right !important;
        width: 48% !important;
    }
    .woocommerce .col2-set .col-1, 
    .woocommerce-page .col2-set .col-1 {
        float: left !important;
        width: 48% !important;
    }
    .account-frmbox {
        padding: 20px;
    }
    
    .inner_con h2 {
        font-size: 24px;
    }

    /* News Details Page  */
    .innprobanner {
        padding-top: 53px;
    }
    .recent_blog {
        flex-direction: column;
    }
    .recent_blog .bd_postimg {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .recent_blog .bd_deskebox {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        margin-top: 10px !important;
    }
    .bd_deskebox h2 {
        font-size: 15px !important;
    }
    .recent_carousel .heading h2 {
        font-size: 18px;
        line-height: 22px;
    }

    /* Wholesale Page  */
    .bd_accform .heading h2, .bd_lostpassword .heading h2 {
        font-size: 1.8rem;
    }
}

/* 576  */
@media only screen and (max-width: 767px){
    .navbar-brand img {
        height: 54px;
    }
    .navbar-collapse ul li>a, .nav-text a {
        letter-spacing: 0px;
    }
    .nav-text li:not(:first-child) {
        margin-left: 20px;
    }
    .banner-text {
        left: 20px;
    }
    .banner-text h1 {
        font-size: 24px;
    }
    .popular-products .product-image, .bestseller .product-image {
        height: 306px;
    }
    .add-grid {
        grid-template-columns: 1fr 1fr;
    }
    .footer-wrapper {
        padding-left: 0;
    }
    .footer-badge {
        display: none;
    }
    /* .copy-right, .ft-flex{
        margin-left: 57px;
    } */
    .ftr_logo img {
        height: 52px;
    }
    .con-box {
        padding-right: 42px;
    }
    .call-icon {
        height: 36px;
        width: 36px;
    }
    .con-box a.num {
        font-size: 14px;
    }
    .con-box a.mail {
        font-size: 13px;
        letter-spacing: 1px;
    }

    /* About Page  */
    .about-cms .about-text h2 {
        margin-bottom: 8px;
        font-size: 1.1rem;
    }
    .about-cms .about-img {
        padding-top: 80%;
    }
    .about-cms .about-text h3 {
        font-size: 18px;
    }


    /* Contact Page  */
    .contact-form, .contact-info {
        padding: 20px;
        border-radius: 12px;
    }

    /* News PAge  */
    .blog-image {
        height: 200px;
    }
    .news-row{
        margin: 0 -8px;
    }
    .news-row [class*="col-"]{
        padding: 0 8px;
    }


    /* Contact PAge  */
    .contact-info {
        margin-top: 20px;
    }

    /* Shop Now Page  */
    .woocommerce .product_area ul.products li.product {
        flex: 0 0 48%;
        max-width: 48%;
    }

    /* Shop Details Page  */
    .details_page .woocommerce-Reviews {
        flex-direction: column;
    }
    div#comments, #review_form_wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #review_form_wrapper{
        margin-top: 20px;
    }
    p.comment-form-cookies-consent {
        margin: 12px 4px !important;
    }
    .woocommerce div.product .product_title {
        margin: 0 0 4px 0;
        font-size: 1.4rem;
    }
    .details_page .product p.price, .woocommerce div.product span.price {
        margin-bottom: 8px;
    }
    .pro_carousel .product-wrap .product-image {
        height: 210px;
    }
    .details_page .product div.images.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
        height: auto;
    }
    .pro_carousel .product-wrap .product-image {
        height: auto;
    }

    /* Cart Page  */
    .coupon {
        display: flex;
        align-items: center;
    }
    .wc-block-components-totals-coupon::before {
        left: 20%;
    }
    .woocommerce .col2-set .col-1, 
    .woocommerce .col2-set .col-2, 
    .woocommerce-page .col2-set .col-1, 
    .woocommerce-page .col2-set .col-2 {
        float: none !important;
        width: 100% !important;
    }
    .wc_payment_method label {
        height: 50px;
    }

    /* Empty Cart Page  */
    .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 0;
    }.wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 0;
    }
    .wc-block-grid.has-3-columns .wc-block-grid__product {
        flex: 1 0 31% !important;
        margin: 0 6px !important;
        max-width: 31% !important;
        padding: 0 !important;
    }
    h4.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
        padding: 30px;
        margin-bottom: 60px;
    }

    .bd_box {
        padding: 0;
        border-right: none;
        border-bottom: 1px dashed #cfcfcf;
    }


    /* Registration Page  */
    .u-column2{
        margin-top: 20px;
    }
    .inner_con.bd_myaccout h2 {
        font-size: 24px;
    }
    .inner_con.bd_myaccout h2::after {
        margin-top: 0px;
    }
    #customer_login {
        margin: 0 !important;
    }
    .account-frm {
        padding: 0;
    }
    .account-frmbox {
        padding: 20px;
        border-radius: 12px;
    }
    .woocommerce form .input-text, 
    .woocommerce-page form .input-text, 
    .woocommerce form .input-text, 
    .woocommerce-page form .select2-container--default .select2-selection--single {
        height: 38px;
    }

/* News Details Page */
    .recent_blog{ 
        flex-direction: row;
    }
    .recent_blog .bd_postimg {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .recent_blog .bd_deskebox {
        flex: 0 0 75%;
        max-width: 75%;
        padding-left: 20px;
        margin-top: 0px !important;
    }
    .recent_carousel{
        margin-top: 20px;
    }
    .entry-content h1 {
        font-size: 18px;
        line-height: 1.4;
    }
    .entrycon {
        padding-top: 14px;
        margin-top: 14px;
    }


    

}
/* 480  */
@media only screen and (max-width: 575px){
    .navbar{
        padding: 0 15px;
    }
    .nav-text li:not(:first-child){
        display: none;
    }
    .main-header::before{
        width: 20%;
    }
    .header-bottom .d-flex{
        flex-wrap: wrap;
    }
    .search-box-wrap {
        order: -1;
        width: 100%;
        margin-bottom: 12px;
    }
    .search-box-wrap .container{
        padding: 0;
    }
    a.cart-contents {
        margin-left: auto;
    }
    span.toggle-arrow {
        margin-right: auto;
        margin-left: 12px;
    }
    .product-cat-list li {
        flex-wrap: wrap;
    }
    ul.children, .children .has-children .children {
        position: static;
        padding: 20px;
        flex: 0 0 100%;
        opacity: 1;
        visibility: visible;
    }
    .product-cat-list li {
        width: 90%;
    }
    #product-cat-list ul.children {
        background: #131d26;
        border-top: 1px solid #2b353e;
        padding: 12px 20px;
        margin-top: 4px;
    }

    .product-cat-list .has-children .children {
        display: none;
        transition: all 0.3s ease;
    }
    /* Show when parent is toggled open */
    .product-cat-list .has-children.open > .children {
        display: block;
    }
    .has-children.open > .bi {
        transform: rotate(90deg);
    }


    .banner-img {
        padding-top: 56%;
        border-radius: 12px;
    }
    .banner-text {
        left: 12px;
        line-height: 1.2;
    }
    .banner-text h1 {
        font-size: 20px;
    }
    .sec-space, .ptb {
        padding: 40px 0;
    }
    .popular-products .product-image, .bestseller .product-image {
        height: 268px;
    }
    .deals .product-listing-home  .product-image {
        height: 180px;
        padding: 20px 14px;
    }
    .quick-link-box li:not(:last-child) {
        margin-bottom: 4px;
    }

    /* About Page  */
    .inner_banner {
        height: 180px;
    }
    .banner_area_text_box .page-title {
        font-size: 28px;
    }
    .about-cms .about-img {
        padding-top: 60%;
    }
    .about-cms .about-text {
        padding: 0 16px 20px;
    }

    /* My Account Page  */
    .woocommerce-MyAccount-navigation ul li a {
        padding: 6px;
    }

    /* Empty Cart Page  */
    .wc-block-grid.has-3-columns .wc-block-grid__products {
        display: flex !important;
    }
    .wc-block-grid.has-3-columns .wc-block-grid__product {
        flex: 1 0 46% !important;
        margin: 0px 9px !important;
        max-width: 46% !important;
        padding: 0 !important;
    }

    .cart_right {
        padding: 20px;
    }
    .checkout h3, h3#ship-to-different-address span{
        font-size: 22px;
    }
    .wc_payment_method label {
        height: auto;
    }
    li.wc_payment_method.payment_method_paypal img {
        float: none;
    }

    .wishlist_main {
        padding-right: 15px;
        padding-left: 15px;
    }
	
	#eh-stripe-card-element, #eh-stripe-exp-element, #eh-stripe-cvc-element, #eh-stripe-iban-element {
		height: 40px;
		padding: 10px 12px;
	}
	.woocommerce form .form-row label, .woocommerce-page form .form-row label, .woocommerce-input-wrapper {
		font-size: 13px;
	}
}

/* 360  */
@media only screen and (max-width: 479px){
    .navbar-brand img {
        height: 48px;
    }
    .main-header::before{
        width: 24%;
    }
    .popular-products .product-image, .bestseller .product-image {
        height: 342px;
    }
	.homebanner {
		margin-top: 8px;
	}
	.homebanner .container {
		padding: 0 8px;
	}
    .banner-text {
		width: 70%;
        font-size: 0;
    }
    .banner-text h1 {
		font-size: 20px;
        font-weight: 400;
    }
	.banner .btn {
		padding: 0 18px !important;
		height: 36px;
    	line-height: 36px;
	}
    .add-grid {
        grid-template-columns: 1fr;
    }
    .product-listing-home  .product-image {
/*         height: 175px; */
		height: 160px;
        padding: 20px 20px;
    }
    .popular-products .product-image, .bestseller .product-image {
        height: 192px;
        padding: 16px 20px 40px;
    }
    .ft-flex {
        text-align: center;
        flex-direction: column;
        row-gap: 12px;
    }
    .product-content a {
        font-size: 13px !important;
        font-weight: 400;
    }
    .btn, .ajax_add_to_cart {
        padding: 0 8px !important;
    }
    .popular-products .addto-cart a, .bestseller .addto-cart a {
        height: 42px;
        min-width: 42px !important;
    }
    .popular-products .addto-cart::before, .bestseller .addto-cart::before {
        height: 18px;
        width: 18px;
    }
	.btn-round {
		top: 50%;
	}

    /* About Page  */
    .inner_banner {
        height: 140px;
    }
    .banner_area_text_box .page-title {
        font-size: 25px;
    }
    .breadcrumb ul li a, .breadcrumb ul li strong {
        font-size: 12px;
    }
    .quick-link-box h3 {
        font-size: 16px;
        margin-bottom: 12px;
    }


    /* Cart Page */
    .wc-block-components-totals-coupon::before {
        left: 27%;
    }
    .coupon {
        display: block;
    }
    .coupon .button{
        margin-top: 8px !important;
    }


    /* Empty Cart Page  */
    .inner_con h4 {
        font-size: 18px;
        line-height: 24px;
    }


    /* Product Details Page  */
    .woocommerce div.product .product_title {
        font-size: 1.2rem;
    }
    .details_page .product p.price, .woocommerce div.product span.price {
        font-size: 20px !important;
        line-height: 24px;
    }
    .woocommerce-product-details__short-description {
        padding: 4px 0;
    }


    /* News Details Page  */
    .entry-content h1 {
        font-size: 16px;
    }

    /* Registration Page  */
    .inner_con.bd_myaccout h2 {
        font-size: 20px;
        margin-bottom: 22px;
        line-height: 1.4;
    }
    .inner_con.bd_myaccout h2::after {
        height: 3px;
    }
    .bd_myaccout .woocommerce button.button {
        margin-top: 4px;
    }
    .bd_myaccout .woocommerce form .form-row {
        margin: 0px 0 14px 0;
    }
    .bd_myaccout .woocommerce button.button{
        margin: 0px 0;
    }
    .account-frm {
        padding: 20px;
    }

    .inner_con h2 {
        font-size: 20px;
    }


    .wishlist_table.wishlist_view.responsive.mobile li {
        display: block;
    }
    .additional-info td.label{
        display: none;
    }
    .additional-info-wrapper {
        display: flex;
        padding-left: 72px;
    }
	
	.product-listing-home .product-wrap, .pro_carousel .product-wrap {
		border-radius: 12px;
	}
	.addto-cart a, .addto-cart .product_type_variable{
		font-size: 13px;
		height: 36px;
		margin-top: 0;
	}
	.product-listing-home .product-content {
		padding: 10px 10px;
	}
	.owl-nav{
		display: none;
	}
}


