/*
Theme Name:   Bw Medxtore Child
Theme URI:    https://bw-medxtore.bzotech.com/
Author:       The BZOTech
Author URI:   #
Description:  MedXtore - a clean, beautiful and fully customizable responsive medical Elementor WooCommerce theme for Medical Suppliers, Medical Shops, Pharmacy Stores or any medical related eCommerce sites.
Template:     bw-medxtore
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: medical woocommerce theme, medical wordpress theme, healthcare woocommerce theme, healthcare wordpress theme, wordpress healthcare theme, elementor theme, elementor woocommerce theme, pharmacy store woocommerce theme, pharmacy store wordpress theme
Text Domain: bw-medxtore-child
*/


/*------------------------------------------
   Category List Page Styles OCT 2023
------------------------------------------*/


.categories-list-wrap .woocommerce.columns-5{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.categories-list-wrap .woocommerce .list-col-item {
    margin-bottom: 20px;
    transition: all .3s ease-in-out;
}
.categories-list-wrap .woocommerce .list-col-item {
    width: 20%;
}
.categories-list-wrap .list-col-item a {
    text-align: center;
    padding: 15px 25px;
    display: block;
    background-color: #F8F8F8;
    height: 100%;
    border-radius: 10px;
}
.categories-list-wrap .list-col-item a .count{
    color:#c2491b;
}

.categories-list-wrap .item-product{
    height: 100%;
}

.categories-list-wrap .list-col-item a h2 {
    font-size: 18px;
    margin: 10px auto;
    font-weight: bold;
    color: #30627a;
}

.categories-list-wrap .list-col-item img {
   width: 65px;
   border: 0;
}

@media  screen and (max-width: 1023px) {
    .categories-list-wrap .woocommerce .list-col-item {
        width: 33%;
    }
}

@media  screen and (max-width: 767px) {
    .categories-list-wrap .woocommerce .list-col-item {
        padding: 0 50px;
    }

    .categories-list-wrap .woocommerce .list-col-item {
        width: 50%;
    }
}

@media  screen and (max-width: 650px) {
    .categories-list-wrap .woocommerce .list-col-item {
        padding: 0 5px;
    }

    .categories-list-wrap .list-col-item a {
        padding: 8px 10px;
    }

    .categories-list-wrap .list-col-item a h2 {
        font-size: 16px;
        margin: 5px auto;
    }
}

/*-------------------------------------
    Category page Styles Nov 2023
------------------------------------*/

.three-col-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.three-col-wrap .three-col{
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
}

.three-col-wrap .three-col img {
    max-width: 80px;
}

.three-col-wrap .three-col p a {
    text-decoration: underline;
}

@media screen and (min-width: 900px) {
    .three-col-wrap .three-col {
        max-width: calc(33% - 30px);
        margin: 0 15px;
    }
}

.e-n-menu-title-text{
      font-family: "Jost", Sans-serif !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
}
.see_all a{
     color: #2A3F51 !important;
    font-weight: 700 !important;
    text-decoration:underline;
}
:where(.elementor-widget-n-menu .e-n-menu-content>.e-con){
    background-color:unset !important;
}
#frmCheckout .button,.place-order .button{
    font-size: 16px !important;
    padding: 10px 20px !important;
    border-radius: 2px !important;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #2A3F51;
    line-height: normal !important;
    height: auto !important;
    font-family: 'Open Sans' !important;
    font-weight: 600 !important;
    border:none !important;
    margin:0 !important
}
#frmCheckout .quantity-control.button{
    padding: 5px 10px !important;
    line-height: normal !important;
    height: auto !important;
    margin-bottom:0 !important;
    background: unset !important;
    color: #2A3F51 !important;
    text-shadow: unset !important;
}
.qty.cart-value{
    margin: auto 5px;
    vertical-align: middle;
    height: auto;
    width: 50px !important;
    padding: 4px 10px !important;
    border: unset;
    box-shadow: unset;
    text-align: center;
}
.quantity-controls{
    width: auto;
    max-width: fit-content !important;
    border-width: 1px 0 1px 0;
    border-style: solid;
    padding: 5px 0;
}
.tbcheckout tbody td,.tbcheckout tbody th{
    padding: 25px !important;
    vertical-align:middle;
}
table.tbcheckout,.tbcheckout th,.tbcheckout td{
    border:none !important;
}
.tbcheckout thead th{
    padding:25px !important;
}
.tbcheckout thead {
    background-color:unset !important;
    color:#2A3F51 !important;
    border-bottom:1px solid #ccc !important;
}
.tbcheckout tbody tr:not(:last-child){
    border-bottom:1px solid #eee;
}
tbody tr:nth-child(even){
    background:unset !important;
}


#frmCheckout .coupon-outer-container .coupon-button{
    margin:0 5px 0 !important;
}
input.coupon-code{
        height: auto !important;
    margin:0 !important
}
.tbcheckout .shipping-options select{
    padding: 10px 20px !important;
    font-size: 16px;
    border-radius: 0;
    margin-bottom: 0 !important;
        height: auto !important;
    line-height: normal !important;
}
.tbcheckout tbody{
        border-bottom: 24px solid transparent;
}
.tbcheckout tfoot{
        background: #f1f1f1;
    border: 25px solid #f1f1f1;
}
.tbcheckout td.subtotal{
    color:#2A3F51 !important;
    font-weight:700;
}

.tbcheckout tfoot .heading,.tbcheckout tfoot .value{
        border-bottom: 1px solid #ccc !important;
}
.tbcheckout tfoot td {
    padding: 15px 50px 15px 0;
}
.buttons-container{
    margin-top:30px !important;
}
.comment-text .description, .content-comment, .entry-content, .detail-content-wrap{
    color:#000;
}
@media(max-width:1400px){
    
    #frmCheckout .button:not(.quantity-control.button,.coupon-outer-container .coupon-button){
        margin:5px !important;
    }
    
}
@media(max-width:1024px){
    .checkout-controls{
        text-align:center;
    }
    .coupon-outer-container{
        margin:auto !important;
    }
    .coupon-container{
        margin-bottom:20px !important;
    }
}
@media (max-width: 767px){
     .pw-checkout-cart thead {
        display:none!important
    }
.buttons-container {
    margin-top: 50px !important;
}
    .pw-checkout-cart table tbody {
        display: block!important;
        width:100% !important;
    }
    .pw-checkout-cart .quantity-controls{
        margin:5px auto !important;
    }
   .pw-checkout-cart tbody tr {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px;
        border: 1px solid #f1f1f1
    }

    .pw-checkout-cart tbody tr td {
        width: 100%!important;
        text-align: center;
        padding: 0!important
    }
.pw-checkout-cart tbody tr .quantity .order-quantity::before {
    content: "Quantity: ";
}
.pw-checkout-cart tbody tr .unit::before {
    content: "Unit: ";
}
.pw-checkout-cart tbody tr .subtotal::before {
    content: "Total: ";
}
    .pw-checkout-cart tbody tr .subtotal{
        text-align:center !important;
    }
     .pw-checkout-cart table tfoot {
        display: block;
        padding: 20px;
        width: 100%;
         margin-top:50px;
    }

    .pw-checkout-cart table tfoot tr {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap!important
    }

    .pw-checkout-cart table tfoot tr.sub-total td:nth-child(1) {
        width: 100%;
        padding-top: 0!important;
        padding-bottom: 0!important
    }
    .tbcheckout tfoot td{
        padding:10px !important;
    }
    .tbcheckout tfoot .heading,.tbcheckout tfoot .value{
        border-bottom: unset !important;
}
    .tbcheckout tbody{
        border-bottom:unset;
}
.tbcheckout tfoot{
    border: unset;
}
    input#agree{
        width:0 !important;
        vertical-align:text-top !important;
    }
    input#agree:before{
        top:-10px !important;
    }
    label.agree{
        margin-left:30px !important;
    }
}
.checkout_form .question{
    font-weight:500;
}
#checkout_form h3{
    margin-top:0 !important;
    font-weight: 500;
    font-size:22px;
    color:#2A3F51;
}
.pw-pharmacy-wrap fieldset{
     box-shadow: 3px 3px 15px 3px rgba(0, 0, 0, 0.05);
     border-top: 2px solid #2A3F51;
    border-radius:2px;
    padding:20px !important;
    margin:40px 0;
}
select {
    height: 40px;
    padding: 8px !important;
    line-height: normal;
    font-size: 14px;
    appearance: auto;
}
input[type="text"] {
    max-width: 100%;
    height: 40px;
    box-shadow: none;
    font-size:14px !important;
}
.pw-pharmacy-wrap label.inline [type=radio]{
    height:auto;
    vertical-align:middle;

}
[type=radio]+label[for],.radio-button{
        color:#727272 !important;
}
.pw-pharmacy-wrap label:not(.radio-button) {
    font-weight: 500;
    vertical-align: middle;
}
.checkout_form label {
    font-weight: 500;
}
.pw-pharmacy-wrap [type=checkbox],.pw-pharmacy-wrap [type=file],.pw-pharmacy-wrap [type=radio] {
   margin-bottom: 0 !important;
    height: auto;
    vertical-align: middle;
    line-height: normal !important;
}
.pw-pharmacy-wrap ol.medical-questions{
    padding-left:20px;
}
.pw-pharmacy-wrap .order-question:not(:last-child){
    margin-bottom:15px !important;
}
.place-order{
    margin-top:40px;
}
.item-grid-product-style3 .product-thumb__group-extra{
    justify-content:start !important;
}
@media(max-width:1024px){
    .height-weight{
        margin-top:15px;
    }
}
@media(max-width:768px){
    .single-related-product .item-grid-product-style5 .product-thumb-link img {
        width:60% !important;
        margin:auto !important;
    }
}
.image-branding .elementor-widget-image{
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
    padding: 20px;
    display:flex;
    height:100%;
}
.image-branding .elementor-widget-image .elementor-widget-container{
    justify-content:center;
    align-items:center;
    height:auto !important;
    margin:auto;
}

@media(max-width:768px){
    .image-branding .elementor-widget-image{
        height:auto !important;
        width:45% !important;
    }
    .image-branding .e-con-inner{
        align-items:unset !important;
    }
}

.item-grid-product-style5 .item-product{
    border-color: var(--bzo-main-color);
    height: calc(100% - 30px);
    margin-bottom: 30px;
    border-radius:0 !important;
}

.pw-search-detail{
    margin-bottom: 20px !important;
}
.meta-details svg{
    width: 15px;
    vertical-align: middle;
}
.meta-details{
    vertical-align: middle;
    font-family: "Jost" !important;
    font-size: 16px;
    margin-right: 20px;
}
.rx-prescription{
    font-weight: 600 !important;
}
.item-grid-product-style5 .item-product .product-extra-link a{
    background-color: #c2491b !important;
    color: #fff !important;
}
.important-note{
    background: #ddd;
    color: #000;
    padding: 10px;
    margin-top: 30px;
}
.important-note p{
    margin:0 !important;
}
.product-price{
    display: inline-block !important;
}
.breadcrumb-index{
    background-color: #ddd;
    text-align: center;
    padding: 20px;
}
.product-title-single {
    font-size: 25px;
    margin: 0;
}
.breadcrumb-index h1{
    margin: 0 !important;
}
.breadcrumb-index h2{
    margin: 5px 0 !important;
    font-size: 22px !important;
    font-weight: 500 !important;
}
.woocommerce-breadcrumb{
    margin:0 !important
}


.single-product .add-drugpackage-to-cart{
    height: auto !important;
    font-size: 13px !important;
    padding: 10px 20px !important;
    border-radius: 2px !important;
    line-height: normal !important;
}
.single-product  .page-search-detail thead{
    background: unset !important;
}
.single-product .page-search-detail .drug-result table,.single-product .page-search-detail .drug-result td,.single-product .page-search-detail .drug-result th{
    border:0 !important;
}
.single-product .page-search-detail .drug-result{
    border: 2px solid #004552;
    padding:10px !important;
    margin-bottom: 20px !important;
}
.single-product .page-search-detail .drug-result tbody tr:not(:last-child) td:after {
    content: '';
    background-color: #ddd;
    width: 100%;
    height: 1px;
    display: block;
}
.single-product tbody tr:not(:last-child) .drug-pricelist{
    margin-bottom: 20px !important;
}
.single-product .drug-package-dropdown{
    margin: 0 !important;
}

@media(max-width:767px) {
    .single-product .add-drugpackage-to-cart {
        margin: 18px 0 0 !important;
        width: 100% !important;
    }
 	#hubspot-messages-iframe-container.widget-align-right {
    bottom: 75px !important;
/*     height: calc(100% - 75px) !important; */
} 
	#hubspot-messages-iframe-container .hs-shadow-container.active + iframe{
		    position: fixed !important;
	}
}
.detail-tab-desc a {
	font-family:"Jost" !important;
    font-size: inherit !important;
	color: #C2491B;
}

.detail-tab-desc a:hover{
	color:#004552;
}
.detail-tab-desc ol,.detail-tab-desc ul,.detail-tab-desc li,.detail-tab-desc table,.detail-tab-desc th,.detail-tab-desc td,.detail-tab-desc,.detail-tab-desc *{
	font-family:"Jost" !important;
}

.single-related-product .display-swiper-navi-style1 .bzotech-swiper-navi {
	display:none !important;
}
.os_banner{
    display: block;
    width: auto !important;
    margin: 20px 0;
    padding: 0;
    border-radius: 0;
}
.os_text{
    font-family: "Rubik";
    font-size: 18px;
    color: #be0000 !important;
    margin-left: 10px;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    font-weight: 600;
    vertical-align: middle;
}

.os_banner img{
	vertical-align: middle;
}
.stock{
	position: absolute;
    top: 15px;
    right: 15px;
}
.stock .out-of-stock{
	background:#be0000;
	color:#fff !important;
	font-family:"Jost";
	font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
    padding:5px;
    border-radius: 5px;
}
.category-term code{
	background:transparent !important;
	color:inherit !important;
}
.sidebar:has(.widget_text){
	 background: var(--bzo-main-color-mix-bg);
    border-radius: 15px;
    padding: 30px;
}
.widget_text .widgettitle{
	    margin: 0 0 20px 0;
    font-size: 20px;
    color: var(--bzo-title-color);
    font-weight: 600;
    text-transform: capitalize;
    line-height: 24px;
   	border-bottom: 1px solid #D53B11;
  	padding-bottom:10px;
}
.widget_text p{
	display:none;
}
.category-term {
	padding:0 !important;
	margin-bottom:10px !important
}
.category-term a{
    text-transform: capitalize;
	vertical-align: middle;
    line-height: 25px;
}

.custom-category-list{
	list-style-position:inside;
}
.custom-category-list li:before{
	content:url('https://myrxoutlet.com/wp-content/uploads/2024/02/leaf-icon.png');
	width:15px;
	height:15px;
	vertical-align: sub;
    margin-right: 10px;
}
.custom-category-list.child{
	padding-left:20px !important;
	margin-top:10px;
}
.item-grid-product-style5 .item-product .product-thumb{
	border-radius:0 !important;
}
.item-grid-product-style5 .item-product .product-thumb .product-label{
	left:unset !important;
	right:15px !important;
}
.item-grid-product-style5 .product-label span{
	padding:5px !important;
	line-height:normal !important;
}
.ga_label_loop{
	position: absolute;
    top: 15px;
    left: 15px;
    padding: 5px;
    font-size: 12px;
    color: #fff;
    background: #2c3f4f;
    border-radius: 0;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
}
.ga_label {
    padding: 5px 15px;
    background: #2A3F51;
    color: #fff;
    font-family: "jost";
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
    line-height: normal;
    margin-right: 10px;
}
.g_label{
    padding: 5px 15px;
    background: green;
    color: #fff;
    font-family: "jost";
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
    line-height: normal;
    margin-right: 10px;
}
.item-grid-product-style5 .item-product .product-extra-link a{
	display:none !important;
}
.item-grid-product-style5 .item-product .wrap-rating{
	display:none !important;
}
@media (max-width: 425px){
.list-2-item-mobile {
    width: 50% !important;
}
	.ga_label_loop {
		top: 2px;
		left: 2px;
		font-size: 10px;
		width:70px;
	}
}
.prescription-form .wpforms-container-full{
	margin: 0 !important;
}
.prescription-form .wpforms-container .wpforms-field{
	padding:0 !important;
	margin-bottom:15px !important;
}
.prescription-form .wpforms-submit{
	font-family: "Poppins", Sans-serif;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 23px !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    border-radius: 5px 5px 5px 5px !important;
    background: var(--bzo-main-color) !important;
    padding: 10px 32px !important;
    height: auto !important;
    box-shadow: unset !important;
    text-transform: uppercase !important;
}
.prescription-form .wpforms-submit:hover{
	background: var(--bzo-title-color2) !important;
}
.prescription-form .wpforms-container-full .wpforms-field-label{
	margin-bottom:5px !important;
}
.prescription-form .wpforms-layout-column input[type=text],.prescription-form .wpforms-layout-column input[type=email]{
	height: 40px;
    box-shadow: none;
    font-size: 14px !important;
    border-radius: 0;
}
.prescription-form .wpforms-container-full .wpforms-field-file-upload .wpforms-uploader{
	 border-radius: 0;
}
.prescription-form .wpforms-field-description{
	font-size:12px !important;
}
.prescription-form .alert-red{
	font-size: 12px !important;
    color: orangered;
}
@media(max-width:768px){
.prescription-form .wpforms-submit-container{
	text-align:ceter !important;
}
}
@media(max-width:425px){
	#hubspot-messages-iframe-container{
		z-index:999 !important;
	}
}
/* k new css */
.tax-product_cat .main-wrap-shop, .tax-product_cat .main-wrap-shop h2,.tax-product_cat .main-wrap-shop h3,.tax-product_cat .main-wrap-shop h4,.search .main-wrap-shop{
    font-family: 'Jost' !important;
}
.tax-product_cat .main-wrap-shop h2{
	text-decoration:underline;
}
.tax-product_cat .main-wrap-shop a,div[data-elementor-type="wp-page"] .elementor-widget-text-editor a:not(div.pw-profile .sidebar a,a.button,.elementor-20510 .elementor-element.elementor-element-e60829e a),
body.search .main-wrap-shop a{
	color:#C2491B !important;
	font-family: 'Jost' !important;
    text-decoration: none !important;
}
.agree a{
    text-decoration: underline;
    color:#C2491B !important;
}
.agree a:hover{
    color: #004552 !important;
}
body.search .sidebar-type-default{
    display: none !important;
}
body.search .content-sidebar-type-default{
    width: 100% !important;
}

.tax-product_cat .main-wrap-shop h4{
	  margin: 15px 0;
}
.tax-product_cat .main-wrap-shop a.button,.tax-product_cat .main-wrap-shop .btn-loadmore  a{
	color: #fff !important;
    font-family: "Poppins", Sans-serif !important;
    font-size: 18px;
    padding: 10px 32px 8px 32px !important;
    border-radius: 3px;
    height: auto !important;
    line-height: normal !important;
    font-weight: 500;
}
.tax-product_cat .main-wrap-shop a:hover,div[data-elementor-type="wp-page"] .elementor-widget-text-editor a:not(div.pw-profile .sidebar a,a.button):hover{
	color: #004552 !important;
}
.tax-product_cat .main-wrap-shop table{
	margin-top: 22px;
}
.tax-product_cat .main-wrap-shop ol li{
	list-style: disc;
}
.login-form input[type=submit],.page-register-form input[type=submit]{
	padding: 3px 32px 1px 32px;
}

@media(max-width:768px){

		.term-390 .cat-bot-desc tr td:first-child{
            display: none;
        }
      

        .term-390 .cat-bot-desc table tbody {
            display: grid;
        }

        .term-390 .cat-bot-desc tr {
            display: contents;
        }

        .term-390 .cat-bot-desc tr td+td {
            order: 1;
        }

        .term-390 .cat-bot-desc tr td+td+td {
            order: 2;
        }
        .term-390 .cat-bot-desc tr td+td+td+td{
            order: 3;
        }
        .term-390 .cat-bot-desc table td {
            display: block;
			text-align:right;
        }
		.term-390 .cat-bot-desc table tr:not(:first-child) td:before {
			content:attr(data-label)": ";
			font-weight: bold;
			color:#2A3F51;
			float:left;
			
		}
	.term-390 .cat-bot-desc table tr:first-child td{
		background-color:#30627a;
		color:#fff !important;
		text-align:center;
	}
	.term-390 .cat-bot-desc table tr:first-child td strong{
		color:#fff !important;
	}
	.term-390 .cat-bot-desc table{
		border:unset !important;
	}
	  	.term-390 .cat-bot-desc tr:first-child td:not(:nth-child(2)){
            margin-top: 20px;
        }
	
	
	.term-75 .cat-bot-desc tr td:first-child {
    display: none;
}

.term-75 .cat-bot-desc table tbody {
    display: grid;
}

.term-75 .cat-bot-desc tr {
    display: contents;
}

.term-75 .cat-bot-desc tr td+td {
    order: 1;
}

.term-75 .cat-bot-desc tr td+td+td {
    order: 2;
}

.term-75 .cat-bot-desc tr td+td+td+td {
    order: 3;
}
 .term-75 .cat-bot-desc  tr td+td+td+td+td {
	   order: 4;
	}
.term-75 .cat-bot-desc	tr td+td+td+td+td+td {
		order: 5;
	}
.term-75 .cat-bot-desc	tr td+td+td+td+td+td+td {
		order: 6;
	}
.term-75 .cat-bot-desc	tr td+td+td+td+td+td+td+td {
		order: 7;
	}
.term-75 .cat-bot-desc table td {
    display: block;
    
}

.term-75 .cat-bot-desc table tr:not(:first-child) td:before {
    content: attr(data-label)": ";
    font-weight: bold;
    color: #2A3F51;

}
	.weight-loss-wrap .bottom-description table .savings *{
		background-color:#e34411;
		padding:12px 5px !important;
	}
	.weight-loss-wrap .bottom-description table .savings td:before{
		color:#fff !important;
	}


.term-75 .cat-bot-desc tr:first-child td:not(:nth-child(2)) {
    margin-top: 10px;
}
	.weight-loss-wrap .bottom-description table td{
		border:unset !important;
	}
	
}


.title-related-product .h2{
    font-size: 48px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 52px;
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
    margin-bottom: 40px;
    color: var(--bzo-main-color);
    font-family: "Rubik", Sans-serif;
}
.title-related-product .h2::before{
    position: absolute;
    content: "";
    width: 105px;
    height: 4px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--bzo-main-color);
}
.color-title{
    color: var(--bzo-title-color) !important;
}

/* Single Product Social Share */

.product-detail-info .single-share,
.product-detail-info .single-share .share-label,
.product-detail-info .single-share .social-icons {
    display: flex !important;
    align-items: center;
}

.product-detail-info .single-share {
    align-items: center;
    margin: 15px 0;
}

.product-detail-info .single-share .share-label {
    align-items: center;
    color: #333;
    font-weight: bold;
}

.product-detail-info .single-share .social-icons {
    margin-top: 0;
    margin-bottom: 0;
    flex-wrap: wrap;
    margin-left: 25px;
    line-height: 20px;
	list-style: none;
}

.product-detail-info .single-share .social-icons li {
    margin: 5px 25px 5px 0;
}
body.search .top_filter-shop {
    margin-bottom: 0;
}
@media(min-width:980px){
    body.search .custom-feature-products{
        flex-wrap:nowrap !important;
    }
}
.product_in_back_form form{
    border: 3px solid #2A3F51 !important;
    box-shadow: 18px 18px 54px 0px rgb(0 0 0 / 27%) !important;
    padding:0 20px 20px !important;
    border-radius: 10px !important;
    font-family: 'Jost';
    color: #000;
}
.product_in_back_form .wpforms-field-label{
    margin-bottom: 0 !important;
}
.product_in_back_form input{
    border-radius: 0 !important;
    padding-bottom: 0 !important;
}
.product_in_back_form .wpforms-submit-container{
    margin-top: 15px !important;
    padding-top: 0 !important;
}
.product_in_back_button{
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 23px !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    border-radius: 5px 5px 5px 5px !important;
    background: var(--bzo-main-color) !important;
    padding: 10px 32px !important;
    height: auto !important;
    box-shadow: unset !important;
    font-family: 'Open Sans' !important;
    text-transform: uppercase !important;
}
.product_in_back_form .wpforms-confirmation-container-full{
    background: #2A3F51 !important;
    border: 1px solid #23303b !important;
   
}
.product_in_back_form .wpforms-confirmation-container-full p {
    color: #fff !important;
}
body.page-id-19 #main-content{
    padding: 30px 0 50px !important;
}
#frmChangePassword,.change-password-message{
    text-align: center;
}
#frmChangePassword label {
    text-align: left !important;
}
#frmChangePassword label strong{
    color: #000 !important;
}
#frmChangePassword input[type="password"]{
    height: 40px;
    box-shadow: none;
    font-size: 14px !important;
}
#frmChangePassword .button{
    padding: 10px 32px !important;
    height: auto;
    line-height: 23px !important;
    margin-top:10px !important;
    margin-bottom: 0 !important;
}

body.priscriber-portal-page a.button{
    font-size: 13px;
    line-height: normal !important;
    padding: 10px 20px;
    border-radius: 2px !important;
    height: auto !important;
}
body.priscriber-portal-page table.dataTable{
    padding: 0 !important;
    border: 0 !important;
}
body.priscriber-portal-page .input-group{
    display: table !important;
}
body.priscriber-portal-page input[type="radio"]{
    height: auto !important;
}
body.priscriber-portal-page .dataTables_wrapper .dataTables_filter input,body.priscriber-portal-page .dataTables_wrapper .dataTables_length select{
    background-color: #fff !important;
    height: 40px !important;
    border-radius: 3px !important;
    border: 1px solid #ddd !important;
}
body.priscriber-portal-page table.dataTable thead{
    background-color: var(--pp_primary_color);
    color: #fff;
    box-shadow: none !important;
}
body.priscriber-portal-page table.dataTable thead th{
    border-bottom: 0 !important;
}
.patient_detail,.uploaded_rx{
    color: #C2491B !important;
}
@media(max-width:767px){
    .shipping-options-container{
        display: none;
    }
    .shipping-options-container:has(.shipping-options){
        display: block;
    }
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #c5c5c5 !important;
    background: #f6f6f6 !important;
    font-weight: normal !important;
    color: #454545 !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #2F3E51 !important;
    background: #2F3E51 !important;
    font-weight: normal !important;
    color: #fff !important;
}
.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9 !important;
    color: #333;
    font-weight: bold !important;
}
.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff !important;
    color: #333 !important;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5 !important;
}
.woocommerce-product-details__short-description ul li::before{
    content: unset;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited{
    color: #2F3E51 !important;
    font-weight: bold !important;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
    color: #fff !important;
    font-weight: bold !important;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor:focus{
    outline: none !important;
}
label{
    font-size: 100% !important;
}
h4{
    font-size: 22px !important;
}
h5{
    font-size: 18px !important;
}
.error404{
    background-color: #fff !important;
}
.error404 #main-content{
    padding-top: 0 !important;
}
.modal-header,.modal-body{
    padding:15px 0 !important;
}
.modal-header .h4{
    font-size: 28px !important;
    font-weight: 700 !important;
    margin: 0 !important;
}
thead td:not(.pw-search-detail thead td), tfoot td:not(.pw-search-detail tfoot td), tbody td:not(.pw-search-detail tbody td){
	font-weight:400 !important;
}
.link-color a{
	font-family:"Jost" !important;
	color:#e34411 !important;
}
.weight-loss-wrap .bottom-description table th:not(.term-75 .weight-loss-wrap .bottom-description table th),
.weight-loss-wrap .bottom-description thead td:not(.term-75 .weight-loss-wrap .bottom-description thead td),
.weight-loss-wrap .bottom-description table:not(.term-75 .weight-loss-wrap .bottom-description table){
	border:1px solid #e34411 !important;
}
.bottom-description ul:not(:last-child){
    margin-bottom: 20px !important;
}

.toggle:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.toggle-button{
    display: flex;
    align-items: center;	
    margin-bottom: 20px;								
}
.toggle-button img{
    width: 55px !important;
    margin-right: 20px;
    margin-left: 0;
}
.toggle-button .toggle-title{
    margin-bottom: 0 !important;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 !important;
    text-transform: capitalize;
}
.read-more{
    display: block;
}
.toggle-content ul{
    padding-left: 20px;
}
@media(max-width:768px){
    .toggle-button img{
        width: 50px !important;
        margin-right: 15px;
    }
    .toggle-button .toggle-title{
        font-size: 20px;
        line-height: 24px;
    }
}


.pricing_section{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.elex-ppct-before-text{
    margin-right: 5px;
}
.usa_price{
    margin-left: 20px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 5px;
}
.usa_price .usa_price_text{
    color: #2f3e51d1;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Jost';
}
.usa_price .avg_text{
    text-align: center;
    color: #C2491B;
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 5px;
    font-family: 'Rubik';
}
.product-title-single{
    display: inline-block;
}
#genericModal.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
#genericModal .h4{
  font-weight: 600 !important;
    line-height: 1.1;
    margin-top: 10px !important;
    margin-bottom: 12px !important;
    color: var(--bzo-title-color) !important;
    font-family: 'Rubik';
    font-size: 20px !important;
    display: inline-block;
}

/* Modal Content/Box */
#genericModal .modal-content {
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 40%; /* Could be more or less, depending on screen size */
}
#generic{
	float: right;
    color: #be4a2c;
    text-decoration: underline;
}
#genericModal .modal-content p{
	margin:0 !important;
}
/* The Close Button */
#genericModal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
#genericModal .modal-header h4{
	display: inline-block;
}
#genericModal .close:hover,
#genericModal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
@media(max-width:1100px){
	#genericModal .modal-content{
		width: 60%;
	}
}
@media(max-width:768px){
	#genericModal .modal-content{
		width: 90%;
		max-height: 500px;
		overflow: scroll;
	}
	#generic{
		float:unset;
		display:block;
		text-align:right;
		margin:10px 0 !important;
	}
}
.product-detail-info .product-price .woocommerce-Price-amount{
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
}
.rx_box{
    background-color: #d53b11;
    color: #fff;
    padding: 5px 15px;
    font-family: 'Jost';
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
    line-height: normal;
    margin-right: 10px;
}
.cold_box{
    background-color: #ddd;
    color: #30627a;
    padding: 5px 15px;
    font-family: 'Jost';
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
    line-height: normal;
    position: relative;
}
.tooltip {
    display: none;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 1;
    top: unset;
    max-width: unset;
    width: 315px;
    line-height: normal;
}

.tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.cold_box:hover .tooltip {
    display: block;
    opacity: 1;
}
@media(max-width:600px){
    .tooltip{
        width: 100%;
    }
    .cold_box,.rx_box,.ga_label{
        font-size: 12px;
        line-height: normal;
    }
}

.product-detail-info .woocommerce-product-details__short-description{
    position: relative;
}
#generic{
position: absolute;
top: 12px;
right: 15px;
}
@media(max-width:1024px){
.product-detail .bzotech-col-sm-6{
    width: 100% !important;
}
}
@media(max-width:475px){
.ui-tabs .ui-tabs-nav{
    min-height: 90px;
}
#generic{
    top: 55px;
}
}
.panel{
    margin-bottom: 20px !important;
}
.only_generic_label{
    position: absolute;
    top: 50px;
    left: 15px !important;
    right: unset !important;
    padding: 5px;
    font-size: 12px;
    color: #fff !important;
    background: green;
    border-radius: 3px !important;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none !important;
}
.theme-button{
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
fill: #FFFFFF;
color: #FFFFFF;
background-color: #2A3F51;
font-size: 13px;
padding: 10px 20px;
border-radius: 2px;
}
.theme-button:hover{
color: #fff !important;
}

/* menu css */
li.see_all_link a:after {
content: '\f30b';
font-family: 'Font Awesome 5 Free';
font-size: 20px;
font-weight: 900;
margin-left: 5px;
}
li.see_all_link a {
color: #D43C13 !important;
}
.elementor-nav-menu--dropdown{
min-width: 250px !important;
}
.dgwt-wcas-search-wrapp{
max-width: 100% !important;
}
#wpforms-form-35979.wpforms-form button[type=submit]:before {
content: '\f1d8'; /* Unicode for icon, be sure to keep the quotes and forward slash */
font-family: "Font Awesome 5 Free";
margin-right:5px;
}
#wpforms-35979{
margin:0;
}
#wpforms-form-35979 .wpforms-field,#wpforms-form-35979 .wpforms-submit-container {
padding:0 !important;
margin:0 !important;
}
#wpforms-form-35979{
display:flex;
width:100%;
}
#wpforms-form-35979 .wpforms-field-container{
width:100%;
}
#wpforms-form-35979 #wpforms-35979-field_1{
height: 50px;
font-size: 14px;
line-height: 100%;
padding: 10px 15px;
margin: 0;
background: #fff;
border: 1px solid #ddd;
border-radius: 3px 0 0 3px;
font-family: 'Rubik';
}
#wpforms-form-35979 .wpforms-submit{
border-radius: 0 3px 3px 0 !important;
box-shadow:unset !important;
height: 50px;
padding: 0 25px;
background-color:#2A3F51 !important;
word-break:keep-all;
}
#wpforms-confirmation-35979{
color:#D53B10 !important;
background-color:transparent;
border:0 !important;
padding:0 !important;
}
.sub-form .eael-contact-form-align-default{
    display: block;
}
@media(max-width:1024px){
.blog-grid-view .list-post-wrap{
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
}
.list-2-item-tablet{
      width: 50% !important;
    flex: 0 0 50% !important;
}
}
@media(max-width:767px){

    .list-2-item-tablet {
        width: 100% !important;
        flex: 0 0 100% !important;
    }

}
.image-branding .elementor-widget-image {
    box-shadow: 0 0 9px rgba(0, 0, 0, .2);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    height: 100%;
}


/* How to order section css - single product page */
.how-to-order{
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    border-radius: 20px;
    padding: 20px;
    margin-top: 50px;
}
.how-to-order .row{
    display: flex;
}
.how-to-order .row .step-card{
    height: 100% !important;
    border: 2px solid #d53b11;
    border-radius: 5px;
    padding: 15px;
    position: relative;
}
.how-to-order .row .step-card.right-arrow::after{
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #d53b11;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.step-content{
    margin-top: 15px;
}
.step-content p{
    font-family: "Jost", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    margin:0 !important;
    color: #000;
}
.info-notice{
    font-family: "Jost", Sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 25px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 0 !important;
    text-align: center;
}
.custom-icon-list{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.icon-list-icon{
    background-color: #2a3f51;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.icon-list-icon i{
    color: #FFFFFF;
    font-size: 22px;
}
.icon-list-text{
    font-family: "Jost", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    line-height: 25px;
    padding: 8px 15px 5px 25px !important;
    margin-left: -20px;
    border: 1px solid #ddd;
    color: #2A3F51;
    border-radius: 8px;
}
@media(max-width:768px){
    .how-to-order .row{
        display: block !important;
    }
    .how-to-order .row .col-md-4:not(:last-child){
        margin-bottom: 25px;
    }
    .how-to-order .row .step-card.right-arrow::after{
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 0;
        border-top: 15px solid #d53b11;
        top: unset;
        bottom: -15px;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }
    .custom-icon-list{
        justify-content: center;
    }
    .how-to-order .row .step-card{
        text-align: center;
    }
}
.detail-product-tabs{
    margin-top: 50px;
}
.text-left{
	text-align:left !important;
}
.team-content{
	padding: 50px;
	background-color: #F9E6E6;
    color: #000;
    padding: 50px 320px 50px 50px;
    border-radius: 20px;
    margin: 70px 0;
    background-image: url(https://myrxoutlet.com/wp-content/uploads/2024/09/dr_team.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-blend-mode: difference;
    background-position: top right;
	position: relative;
}
.team-content h2{
	font-size: 30px;
    margin-top: 0;
	line-height: 35px;

}
.team-content p{
	font-size: 16px;
    line-height: 24px;
	margin-bottom: 0;
}
.social_share{
	position: absolute;
	right: 50px;
	bottom: 30px;
	font-size: 16px;
	font-weight: 900;
}
.social_share a{
	font-size: 16px;
	color: #D53B10;
	margin: 0 5px;
}
@media(max-width:767px){
	.team-content{
		background-image: unset !important;
		padding: 40px !important;
		margin: 50px 20px;
		text-align: center;
	}
	.team-content h2 br{
		display: none;
	}
	.team-content h2{
		font-size: 35px;
	}
	.team-content p{
		font-size: 16px;
	}
	.social_share{
		position: unset;
		margin-top: 30px;
		font-size: 16px;
	}
	
}
.registration-page #billing-info .use-shipping-address label{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: start;
    margin-bottom: 20px;
}
.registration-page #billing-info .use-shipping-address [type=checkbox]{
    margin-right: 10px !important;
}
.registration-page .sex-info .radio-input-container{
    display: block;
}
.registration-page .sex-info .radio-input-container label{
    text-transform: capitalize;
}
.registration-page  .referral-box{
    margin-top: 20px !important;
}


.page-search-summary ul{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    text-align: center;
}
.page-search-summary ul li {
    width: 24%;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    color: #dd0000;
}
.page-search-summary ul li a{
	color: #2A3F51 !important;
/*     color: #D53B11; */
    font-family: 'Jost';
}
.page-search-summary ul li a:hover{
/*     color: #2A3F51 !important; */
	color: #D53B11 !important;
}
@media(max-width:768px){
    .page-search-summary ul li {
        width:48%;
    }
}
@media(max-width:600px){
    .page-search-summary ul li {
        width:100%;
    }
}
.image-notice{
    color: #000;
    padding: 5px;
    margin-top: 30px;
    font-size: 12px;
    border: 1px solid #2a3f51;
}
.image-notice p{
    margin-bottom: 0 !important;
}
.elementor-element-a1d0743{
    z-index: 9999 !important;
}

/*  */

.pw-pharmacy-wrap #prescriptionUpload {
    border: 1px solid #cacaca;
}
body.single-product .pw-search-detail td.prescription-required{
    display: none !important;
}
body.single-post #ez-toc-container a.ez-toc-toggle{
	display:none !important;
}
body.single-post #ez-toc-container.ez-toc-light-blue{
	border:0 !important;
	border-radius:0 !important;
	border-top:5px solid #30627A !important;
}
body.single-post #ez-toc-container .ez-toc-title{
	color:#30627A !important;
	font-size:20px !important;
}
.post-info ul li:nth-child(2) .elementor-icon-list-text:before{
	content:"Updated On:";
	font-weight:600;
}
.product-gallery {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  /* width: 48%; */
    /* float: left; */
}

.gallery-thumbnails {
    width: 120px;
    height: 100%;
    padding-right: 10px;
}

.gallery-thumbnail img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    cursor: pointer;
}

.gallery-main {
    width: calc(100% - 130px); /* Adjust for the width of the thumbnails */
}

.gallery-main img {
    width: 100%;
    height: auto;
}

.product-gallery    .slick-slide {
    margin: 0 10px;
}

.product-gallery .slick-center .gallery-thumbnail img {
    opacity: 0.6;
}

.product-gallery .slick-prev,  .product-gallery  .slick-next {
    display: none !important;
}

@media(max-width:768px){
  .product-gallery {
      display: block;
      margin-top: 20px;
      width: 100%;
      float: unset;
  }
  .gallery-thumbnails {
    width: 100%;
    height: 100%;
    padding-right: 10px;
}
  .gallery-main {
    width: 100%; /* Adjust for the width of the thumbnails */
}
}
.style-gallery-vertical .slick-vertical .slick-slide{
    width: 132px !important;
}
p{
    margin-bottom: 15px !important;
}
p:last-child{
    margin-bottom: 0 !important;
}
.category-snippet .list-4-item,.single-product-snippet .list-4-item{
    width: 100%;
}
.category-snippet .item-product a{
    display: flex;
    align-items: center;
    gap: 15px;
}
.category-snippet .item-product a img{
    width: 50px !important;
}
.bzotech-price-single .product-price{
    vertical-align: middle;
}
.coupon-offer-button:hover{
    color: #fff !important;
}
.coupon-offer-button{
    display: flex;
    align-items: center;
    font-family: 'Rubik';
    gap: 10px;
    padding: 5px 15px;
    margin-top: 5px;
}
.coupon-offer-button .btn-text{
    font-size: 20px;
    font-weight: 700;
}
.coupon-offer-button .coupon-text{
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.faq-section{
    background-color: #F9E6E6 !important;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    margin-top: 20px;
}

.faq-button{
    display: flex;
    justify-content: start;
    align-items: center;	
    margin-bottom: 20px;
    padding-top: 10px;
    /* border-top: 1px solid #c2491b; */
}
.faq-button img{
    width: 55px !important;
    margin-right: 20px;
    margin-left: 0;
}
.faq-content h4,.faq-section .toggle-title{
    color: #c2491b;
}
.faq-content h4{
    font-size: 20px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}
.faq-section:before {
    content: "";
    background-color: #c2491b;
    top: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    position: absolute;
}
#ez-toc-container{
	border:0 !important;
		box-shadow:unset
}
div#ez-toc-container ul li {
  font-size: 80%;
  line-height: 1.5;
}
#ez-toc-container a, .ez-toc-title-container {
  padding-left: 5px !important;
}
#ez-toc-container{
	margin-bottom:0 !important
}
.ez-toc-counter nav ul li a::before {
  content: ''; 
}
.ez-toc-link[data-active="true"] {
  font-weight: bold !important;
  border-left: 2px solid #2a3f52 !important;
}
#ez-toc-container.ez-toc-light-blue {
  padding-left: 0px !important;
}
#ez-toc-container a,
.ez-toc-title-container{
  padding-left: 15px !important;
}
.item-grid-product-style5 .item-product .product-info{
    padding: 8px 5px !important;
}
.item-grid-product-style5 .item-product .product-thumb{
  width: 100% !important;
}
.item-grid-product-style5 .product-info .product-title{
  margin-bottom: 4px !important;
} 
.item-grid-product-style5 .product-info .product-title a{
  font-size: 13px !important;
  font-weight: 600 !important;
  
}
.product-layout .item-product{
 border: 0px solid #E74611 !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 15px !important;
  overflow: hidden;
}
.single-post .product-price .woocommerce-Price-amount{
  font-size: 16px !important;
  font-weight: 700;
}
.width-100 .list-col-item{
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .item-grid-product-style5 .item-product .product-thumb{
    /*width: 85px !important;*/
  }
  .coupon-product .list-2-item-mobile{
    padding: 0 !important;
  }
  /* div.coupons-wrapper .elementor-flip-box__front:before{
    right: 14px !important;
  } */
  .item-grid-product-style5 .item-product{
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-top: 10px !important;
  }
}
.page-reorder .add-drugpackage-to-cart{
    line-height: 24px;
    height: auto;
    padding: 5px 20px;
}

.weight-loss-wrap .cat-bot-desc a {
    color: #C2491B;
    text-decoration: none !important;
    font-family: 'Jost' !important;
}

.tooltip-icon {
   position: relative;
   cursor: pointer;
}
.tooltip-text {
   position: absolute;
   bottom: -210%;
   left: 50%;
   transform: translateX(-50%);
   background: #333;
   color: #fff;
   padding: 6px 8px;
   border-radius: 12px;
   font-size: 10px;
   line-height: 1.2em;
   width: 340px;
   visibility: hidden;
   opacity: 0;
   transition: .2s;
   text-align: center;
}
.tooltip-icon:hover .tooltip-text {
   visibility:visible;
   opacity:1;
}


@media(max-width:768px){
   .tax-product_cat .term-description{
       text-align: center;
   }
   .tax-product_cat .term-description ul{
       text-align: left;
       display: inline-block;
       margin-bottom: 15px;
   }
   .tooltip-text{
       bottom: -310% !important;
       width: 210px !important;
       left: -300%;
   }
}
