.phone-carrier-field .phone-number {
    display: inline-block;
    width: 60%;
}
/* .elementor-button-wrapper .elementor-button {
             border-color: unset!important;
                background-color:unset!important;
            } */



.phone-carrier-field .select {
    display: inline-block;
    width: 35%;
    margin-left: 5%;
}

.ast-mini-cart-message > .woocommerce-mini-cart__empty-message
{
	display:none!important;
}
.pp-woo-menu-cart-title
{
	display:none!important;
}

.wc_payment_method .payment_method_authnet > .payment_box .payment_method_authnet > p
{
	display:none!important;
}
.single-product-category
{
	display:none!important;
}

/* Hide Medpax Category on shop page */
li.cat-item.cat-item-1922 {
    display: none!important;
}

.ast-woocommerce-container
{
/* 	padding: 0px 150px!important; */
}
/* 
div#tab-description {
    display: none!important;
}
.woocommerce-tabs .wc-tabs-wrapper
{
	display:none!important;
} */

/* Composite description */
  div.mp-features .mp-feature {
            display: grid;
            grid-template-columns: 1fr;
            grid-template-rows: 1fr 1fr;
            grid-gap: 1rem;
            justify-items: center;
            position: relative;
            font-size: 1.125rem;
            line-height: 1.688rem;
        }
    div.mp-features {
        margin: 4rem;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 1rem;
        text-align: center;
    }

    div.mp-features .mp-feature:nth-child(1):after {
        content: '';
        position: absolute;
        right: -1rem;
        top: 22%;
        border-top: solid 2px #64DBA8;
        width: 30%;
        z-index: 1;
    }

    div.mp-features .mp-feature:nth-child(2):before {
        content: '';
        position: absolute;
        left: -1rem;
        top: 22%;
        border-top: solid 2px #64DBA8;
        width: 30%;
        z-index: 1;
    }

    div.mp-features .mp-feature:nth-child(2):after {
        content: '';
        position: absolute;
        right: -1rem;
        top: 22%;
        border-top: solid 2px #64DBA8;
        width: 30%;
        z-index: 1;
    }

    div.mp-features .mp-feature:nth-child(3):before {
        content: '';
        position: absolute;
        left: -1rem;
        top: 22%;
        border-top: solid 2px #64DBA8;
        width: 30%;
        z-index: 1;
    }
    .main-container
    {
        padding: 0px 75px 0px 75px;
    }
    
    @media screen and (max-width: 992px) {
        div.mp-imgs {
            grid-template-columns: 1fr;
        }
        div.main-container
        {
        padding: 0px 20px 0px 20px;
         }

        div.mp-features {
            grid-template-columns: 1fr;
            text-align: left;
            grid-gap: 2rem;
        }

            div.mp-features .img-ph {
                margin-bottom: 1rem;
            }

            div.mp-features .mp-feature {
                grid-template-columns: 1fr 5fr;
                justify-items: start;
                grid-template-rows: 1fr;
                z-index: 2
                ;
            }

                div.mp-features .mp-feature:nth-child(1):after,
                div.mp-features .mp-feature:nth-child(2):after {
                    content: '';
                    position: absolute;
                    left: 41px;
                    /* border-right: solid 2px #64DBA8; */
                    border-top: none;
                    bottom: 0;
                    top: 1rem;
                    height: 100%;
                    width: 4px;
                    z-index: ;
                }

                div.mp-features .mp-feature:nth-child(2):before,
                div.mp-features .mp-feature:nth-child(3):before {
                    display: none;
                }
    }
     /************************ MOBILE */
     @media screen and (max-width: 576px) {
        
        div.mp-features {
            margin: 4rem 1rem;
        }

        
    }


.woocommerce .cart-collaterals .cross-sells ul.products {
     display: grid!important;
    margin-left: 0;
    margin-right: 0
}

/* .quantity_button > .quantity:after
{
	content:"(Refer to the recommended quantity or input quantity you desire. )";
	font-size:18px;
}
 */
svg.e-font-icon-svg.e-eicon-bag-solid {
    font-size: 35px!important;
}

.elementor-menu-cart__main
{
    width: 30vw!important;
}

@media only screen and (max-width: 767px) {
  .elementor-menu-cart__main
{
    width: 90vw!important;
}
  }
  
  @media screen and (min-device-width: 768px) and (max-device-width: 1024px) { 
        .elementor-menu-cart__main
{
    width: 40vw!important;
}
    
}

a.woocommerce-product-gallery__trigger
{
	display:none!important;
}

/* Hide Medpax Default and Uncategorize from Shop Page Sidebar */

li.cat-item.cat-item-2309 {
    display: none!important;
}

li.cat-item.cat-item-1377 {
    display: none!important;
}
/* Hide Brands Old Banner */
section.ast-archive-entry-banner {
    display: none!important;
}

/* Breadcrumb Custom css */
@media only screen and (max-width: 600px) {
  .back-to-shop
{
	font-size: 10px;
	
}
}

/* END */