.hospital-list-wrapper .parent-main-custom-featured-vendors {
    display: flex;
}
.hospital-list-wrapper .parent-main-custom-featured-vendors {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.hospital-list-wrapper .main-custom-featured-vendors {
    width: calc(25% - 15px);
}
.hospital-list-wrapper .featured-vendor-image a {
    display: block;
}
.hospital-list-wrapper .featured-vendor-desktop-banner-image a img {
    width: 100%;
    border-radius: 10px;
    min-height: 280px;
    object-fit: cover;
    max-height: 280px;
    height: 100%;
}
.hospital-list-wrapper .rating-customized {
    position: absolute;
    right: 0;
    background: #3e468c8f;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    right: 10px;
    top: 10px;
}
.hospital-list-wrapper .featured-vendor-mobile-banner-image {
    display: none;
}
.hospital-list-wrapper .fv-first-portion {
    position: relative;
}
.hospital-list-wrapper .fv-second-portion {
    margin-top: 10px;
}
.hospital-list-wrapper .customized-store-name a {
    color: #8d8d8d;
}
.hospital-list-wrapper .customized-store-address span {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}
.hospital-list-wrapper .customized-store-address {
    margin-top: 5px;
}
.hospital-list-wrapper .slick-track {
    display: flex;
    gap: 1.5rem;
}
.hospital-list-wrapper .slick-prev {
    left: auto;
    right: 70px;
    top: -38px;
}
.hospital-list-wrapper .slick-next {
    right: 10px;
    top: -38px;
}
.hospital-list-wrapper .slick-prev:before, .hospital-list-wrapper .slick-next:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    opacity: .75;
    color: #2a327b;
}
.hospital-list-wrapper .slick-prev, .hospital-list-wrapper .slick-next {
    width: 30px;
    height: 30px;
}
.hospital-list-wrapper .slick-dots {
    bottom: -40px;
}
.hospital-list-wrapper .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #4fce70;
}
.hospital-list-wrapper .d-none{
    display: none;
}
.hospital-list-wrapper .rating-customized span {
    display: flex;
    gap: 2px;
    color: #f4f00e;
}
.hospital-list-wrapper .rating-customized span svg {
    width: 10px;
    fill: #f4f00e;
}

/* partner hospital css */
.cvl-desktop-banner-image a {
    display: block;
}
.cvl-left-portion {
    flex: 0 1 350px;
}
.cvl-middle-portion {
    flex: 1;
}
.cvl-right-portion {
    flex: 0 1 200px;
}
.cvl-desktop-banner-image a img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    /* height: 100%; */
    max-height: 250px;
    height: 100%;
    min-height: 250px;
}
/* .cvl-desktop-banner-image a {
    height: 100%;
}
.cvl-desktop-banner-image {
    height: 100%;
} */
.parent-main-custom-verified-vendors {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.custom-verified-vendors-list {
    border: 1px solid #dfdfdf;
    border-radius: 12px;
    padding: 20px;
    background: #fff;
}
.partner-hospital-wrapper .custom-child-verified-vendors-list {
    display: flex;
    gap: 25px;
}
.cvl-mobile-banner-image {
    display: none;
}
.cvl-middle-heading-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}
.cvl-location {
    font-size: 16px;
    color: #626262;
    margin-bottom: 20px;
}
.cvl-middle-description-portion .cvl-description {
    color: #000;
    font-size: 16px;
    line-height: 1.4em;
    margin: 0;
}
.cvl-redirect-to a {
    color: #61ce70;
    font-size: 16px;
    line-height: 1.4em;
}
.cvl-location .cvl-address {
    display: flex;
    align-items: center;
    gap: 8px;
}
.cvl-location svg {
    width: 20px;
    height: 20px;
    stroke: #fff;
}
.cvl-location svg path{
    stroke: #fff;
}
.cvl-middle-latest-rating-portion {
    border: 1px solid #dfdfdf;
    border-radius: 12px;
    padding: 20px;
    margin-top: 30px;
}
.cvl-latest-rating-identification-parent {
    display: flex;
    gap: 10px;
}
.cvl-latest-rating-identification {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.cvl-latest-rating-date {
    font-size: 16px;
    font-weight: 400;
    color: #626262;
}
.custom-shop-page.stars svg {
    width: 16px;
    height: 16px;
}
.stars {
    position: relative;
    white-space: nowrap;
    width: fit-content;
  }
  .custom-shop-page.stars {
    display: flex;
    align-items: center;
}
  .cover {
    background: white;
    height: 100%;
    overflow: hidden;
    mix-blend-mode: color;
    position: absolute;
    top: 0;
    right: 0;
  }
  
  svg {
    fill: gold;
  }
  .cvl-latest-rating-description p {
    color: #000;
    font-size: 16px;
    line-height: 1.4em;
    margin: 0;
    margin-top: 5px;
}
.cvl-contact-us .cvl-mesage-us {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    width: 100%;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}
.cvl-total-avg-rating {
    display: flex;
    flex-direction: column;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
}
.cvl-total-avg-rating svg {
    width: 12px;
    height: 12px;
}
.cvl-total-avg-rating .cvl-ar {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    line-height: 1.4em;
    min-height: 24px;
}
.cvl-latest-rating-date {
    flex: 1;
}
.cvl-total-avg-rating .cvl-tr {
    font-size: 12px;
    line-height: 14px;
}
.cvl-middle-latest-rating-portion.d-none {
    display: none;
}
.cvl-middle-latest-rating-portion.d-block {
    display: block;
}
.cvl-total-avg-rating.d-none {
    display: none;
}
.cvl-total-avg-rating.d-block {
    display: flex;
}
.custom-shop-page.stars svg {
    fill: #000000;
}
.custom-shop-page.stars .cover {
    background: #d5d5d5;
    mix-blend-mode: lighten;
}
.cvl-contact-us .cvl-mesage-us:hover {
    background: #2a327b;
    color: #fff;
    border: 1px solid #2a327b;
}

/* partner hospital css end */

.banner-gallery-wrapper {
    display: flex;
    gap: 15px;
}
.full-banner-image {
    flex: 1;
}
.full-banner-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.store-gallery-context-pictures {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.gallery_windows {
    flex: 1 1 48%;
}
.quadraple-window .gallery_windows img {
    
}
.gallery_windows img {
    width: 100%;
    height:100%;
    object-fit: cover;
}
.orderby {
    display: flex;
    column-gap: 6px;
    width: 100%;
    max-width:830px;
    overflow-x: auto;
}
.rating-span, .review-span{
    display: flex;
    gap: 10px;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    align-items: center;
}
span.review-span {
    font-size: 12px;
}
.cvl-quote-now {
    margin-bottom: 10px;
}
.cvl-quote-now .cvl-inquire-us {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    width: 100%;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #2a327b;
    border-radius: 5px;
    background: #2a327b;
}
/* .banner-gallery-wrapper {
    max-height: 450px;
    height: 100%;
    min-height: 400px;
} */
.full-banner-image img {
    height: 400px;
}
.tripple-window .gallery_windows img {
    height: 193px;
}
.quadraple-window .gallery_windows img {
    height: 193px;
}
.mono-window .gallery_windows {
    height: 400px;
}
.dual-window .gallery_windows {
    height: 400px;
}
.cvl-quote-now .cvl-inquire-us:hover {
    background: #fff;
    color: #2a327b;
}
.wcfm_banner_area_desktop {
    position: relative;
}
.custom-store-notification {
    position: fixed;
    right: 10px;
    bottom: 70px;
    z-index: 99;
}
.single-store-detail-custom-page .rgt.right_side {
    width: 100% !important;
    padding: 0 5% 0 5% !important;
}
#wcfmmp-store .single-store-detail-custom-page .tab_area .tab_links_area .tab_links {
    background: transparent;
    display: flex;
    gap: 50px;
}
#wcfmmp-store .single-store-detail-custom-page .tab_area .tab_links_area .tab_links li {
    border: none;
    padding: 15px;
}
#wcfmmp-store .single-store-detail-custom-page .tab_area .tab_links_area .tab_links li a{
   padding: 0 !important;
}
#wcfmmp-store .single-store-detail-custom-page .tab_area .tab_links_area .tab_links li:after {
    top: 93%;
}
#wcfmmp-store .single-store-detail-custom-page .tab_area .tab_links_area .tab_links .active {
    border-top: none !important;
    border: none !important;
    background: transparent;
    border-bottom: 2px solid #17a2b8!important;
    margin-bottom: 0px;
}
.dropdown .dropdown-button .dropdown-content svg {
    opacity: 0;
    display: none !important;
}
.SidebarMain .dropdown #categories-product-dropdown .dropdown-content:before{
    content: "";
    background: url(/wp-content/uploads/custom-categories.png) no-repeat center center;
    width: 45px;
    height: 45px;
    display: block;
    opacity: 1;
    background-size: cover;
    position: absolute;
    z-index: 99999999;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}
 .dropdown #categories-product-dropdown + .dropdown-menu  .category-icon{
    position: relative;
}


.dropdown .dropdown-menu.ps  .category-icon svg {
    opacity: 0;
}
.dropdown .dropdown-menu.ps .category-icon{
    position: relative;
}
.dropdown .dropdown-menu.ps  .category-icon:before {
    content: "";
    background: url(/wp-content/uploads/custom-categories.png) no-repeat center center;
    width: 45px;
    height: 45px;
    display: block;
    opacity: 1;
    background-size: cover;
    position: absolute;
    z-index: 99999999;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    bottom: 0;
}

.SidebarMain .dropdown #countries-product-dropdown .dropdown-content:before{
    content: "";
    background: url(/wp-content/uploads/custom-country.png) no-repeat center center;
    width: 45px;
    height: 45px;
    display: block;
    opacity: 1;
    background-size: cover;
    position: absolute;
    z-index: 99999999;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}
.home-category-icon .dropdown .dropdown-content{
    position: relative;
}
.home-category-icon.hospital-banner-icon .dropdown .dropdown-content {
    position: relative;
    margin-right: 8px;
}
.home-category-icon .dropdown .dropdown-content:before{
    content: "";
    background: url(/wp-content/uploads/custom-categories.png) no-repeat center center;
    width: 45px;
    height: 45px;
    display: block;
    opacity: 1;
    background-size: cover;
    z-index: 99999999;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}
.home-category-icon .dropdown #countries-product-dropdown .dropdown-content:before{
    background-image: url(/wp-content/uploads/custom-country.png);
}
.home-category-icon .ProductSearch .dropdown-button:after {
    top: auto;
    bottom: 11px;
}
.home-category-icon.hospital-banner-icon .ProductSearch .dropdown-button:after {
    top: auto;
    bottom: auto;
}
.cart-collaterals .cart_totals h5 {
    margin-bottom: 20px;
}
.all_wcfm_fetaured_vendors_companies_list_heading, .all_wcfm_affiliated_vendors_companies_list_heading {
    color: #020202;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}
.wcfm_featured_vendor_title .cfm_featured_vendor_windows_store_name, .cfm_affiliated_vendor_windows_store_name {
    text-align: center;
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    line-height: 1.2em;
}
.wcfm_featured_vendor_title .cfm_featured_vendor_windows_store_name a, h2.cfm_affiliated_vendor_windows_store_name a{
    color: #000000 !important;
}
.wcfm_featured_vendor_title {
    text-align: center;
}
.all_wcfm_featured_vendors_companies_list, .all_wcfm_affiliated_vendors_companies_list {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 25px;
}
.wcfm_featured_vendor_logo img, .wcfm_affiliated_vendor_logo img {
    min-height: 70px;
    max-height: 70px;
    width: 100%;
    object-fit: cover;
}
.wcfm_featured_vendor_logo {
    margin-bottom: 10px;
}
.wcfm_affiliated_vendor_logo {
    margin-bottom: 10px;
}
.terms_register_time_acceptance {
    display: flex !important;
    align-items: flex-start;
    gap: 5px;
    line-height: 12px !important;
}
.terms_register_time_acceptance #consignment_agreement {
    width: 15px !important;
}
.terms_acceptance_on_checkout .checkbox {
    display: flex !important;
    align-items: flex-start;
    line-height: 14px !important;
    gap: 5px;
    flex-direction: row-reverse;
}
.terms_acceptance_on_checkout .checkbox input {
    width: 12px !important;
    order: 1;
    margin-top: 0px !important;
}
.terms_acceptance_on_checkout .required {
    order: 1;
}
.terms_acceptance_on_checkout .woocommerce-input-wrapper {
    display: flex;
}
.companies-product-wrapper .woocommerce-product-image img, .archive-product-wrapper .products .woocommerce-product-image img, .single-store-detail-custom-page .products .woocommerce-product-image img{
    max-height: 200px;
    min-height: 200px;
    object-fit: cover;
}
.companies-product-wrapper ul.products, .archive-product-wrapper .products, .single-store-detail-custom-page .products{
    display: flex;
    flex-wrap: wrap;
}
.companies-product-wrapper  .woocommerce ul.products li.product, .archive-product-wrapper .products li.product, .single-store-detail-custom-page .products li.product{
	    display: flex;
    flex-direction: column;
}
.companies-product-wrapper  .woocommerce-product-meta, .archive-product-wrapper .products .woocommerce-product-meta, .single-store-detail-custom-page .products .woocommerce-product-meta{
    flex: 1;
}
.single-store-detail-custom-page .products .woocommerce-product-add-to-cart-wrapper {
position: static !important;
}
#wcfmmp-store .single-store-detail-custom-page .tab_area .tab_links_area .tab_links li.active:after {
    top: 100% !important;
}
.single-store-detail-custom-page .single-store-detail-custom-page #wcfmmp_store_about {
    margin-bottom: 30px;
}
.single-store-detail-custom-page .wcfmmp_custom_store_address, .wcfmmp_custom_store_address_phone, .wcfmmp_custom_store_vendor_email {
    box-shadow: none;
    padding: 20px 0px;
    margin-right: 0 !important;
    border-bottom: 1px solid #e3e3e3;
    color: #333;
}
.single-store-detail-custom-page .wcfm_store_description.dd {
    margin: 0 !important;
    box-shadow: none !important;
}
.single-store-detail-custom-page .wcfmmp_custom_store_address a {
    font-size: 18px;
    line-height: 1.4em !important;
}
.wcfmmp_custom_store_address_phone a {
    font-size: 18px;
}
.single-store-detail-custom-page .wcfm_store_description.dd p {
    font-size: 18px;
    line-height: 1.4em !important;
    padding-bottom: 10px !important;
}
.desc-hospital-abt-section-read-data-parent a {
    font-size: 18px;
    font-weight: 700;
}
.single-store-detail-custom-page .wcfm-store-about {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}
.single-store-detail-custom-page .wcfm_store_description.dd {
    margin: 0 !important;
    background-color: transparent !important;
}
.single-store-detail-custom-page .wcfmmp_custom_store_address_phone a, .wcfmmp_custom_store_vendor_email a, .wcfmmp_custom_store_address a{
    color: #333;
}
.single-store-detail-custom-page .wcfm-store-about div:last-child {
    border-bottom: none !important;
    padding: 20px 0 !important;
}
.single-store-detail-custom-page .wcfm-store-about i {
    color: #57bb62;
}
.MAIN-NAVIGATION {
    position:static !important;
}
.MAIN-NAVIGATION.is-slicknav.fixed {
    position: sticky !important;
    z-index: 99999;
}
.desc-hospital-abt-section.d-none {
    display: none;
}
.desc-hospital-abt-section-rm.d-none {
    display: none;
}
body.single-product.woocommerce .woocommerce-breadcrumb {
    margin-top: 0 !important;
}
.woocommerce-account.woocommerce-page .MAIN-CONTENT {
    padding-top: 60px !important;
}
.customized-single-store-page .customized-way-deal-categories
{
    display: none !important;
}
div#custom-department-hospital-data-unique {
    margin-bottom: 45px;
}
div#custom-additional-services-hospital-data-unique {
    margin-bottom: 45px;
}
div#custom-accreditation-hospital-data-unique{
    margin-bottom: 45px;
}

.woocommerce-cart .cart-wrapper .woocommerce table.cart a.remove {
    color: #2a327b !important;
}
.woocommerce-cart .cart-wrapper .woocommerce table.cart a.remove:hover {
    background-color: #2a327b !important;
}
#wcfm-main-content {
    padding: 0px 0px !important;
}
.wcfm-dashboard-page.wcfm-theme-couponseek .MAIN-CONTENT {
    padding-top: 0 !important;
}
#wcfm-content {
    border:none !important;
}

.custom-store-notification .lft.bd_icon_box {
    position: relative;
}
.custom-store-notification .wcfm_store_enquiry span:before {
    content: "";
    background: url(/wp-content/uploads/2024/08/email.png) no-repeat center center;
    width: 14px;
    height: 15px;
    /* position: absolute !important; */
    /* left: 0; */
    background-size: contain;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
 .single-product .wcfm_catalog_enquiry_button_wrapper .wcfm_catalog_enquiry .add_enquiry_label:before {
    content: "";
    background: url(/wp-content/uploads/2024/08/email.png) no-repeat center center;
    width: 15px;
    height: 14px;
    /* position: absolute !important; */
    left: 0;
    background-size: contain;
    display: inline-block;
    margin-right: 4px;
}
.custom-store-notification .wcfm_store_enquiry, .single-product .wcfm_catalog_enquiry_button_wrapper .wcfm_catalog_enquiry {
    position: fixed !important;
    width: 100px !important;
    min-width: 54px !important;
    height: 55px !important;
    border-radius: 0% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-direction: row-reverse;
    padding: 0 6px !important;
    transform: rotate(270deg);
    position: absolute;
    right: -12px;
    bottom: 96px;
    border-radius: 0px 12px 0 0 !important;
    margin-right: 0 !important;
}
.custom-store-notification .wcfm_store_enquiry{
    bottom: 110px;
}
.single-product .wcfm_catalog_enquiry_button_wrapper .wcfm_catalog_enquiry {
    font-size: 0;
}
.custom-store-notification .wcfm_store_enquiry i {
    display: none;
}
.custom-store-notification .wcfm_store_enquiry span {
    font-size: 14px !important;
    display: inline-block;
    line-height: 1.3em !important;
    text-align: center;
    width: 72px;
}
.single-product .wcfm_catalog_enquiry_button_wrapper .wcfm_catalog_enquiry 
 .add_enquiry_label {
    font-size: 14px;
    display: inline-block;
    line-height: 1.3em;
    text-align: center;
    width: 72px;
}
h4.hnf-not-found {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #333;
}
.parent-main-custom-filter-shops-ajax  .filter-the-shops {
    display: flex;
    justify-content: center;
    max-width: 800px;
    margin: auto;
    gap: 10px;
}
.parent-main-custom-filter-shops-ajax .filter-the-shops .customized-ajax-col-4 {
    flex: 1;
}
.parent-main-custom-filter-shops-ajax .filter-the-shops .customized-ajax-col-4:nth-child(2) {
    flex: 1;
}
.parent-main-custom-filter-shops-ajax .filter-the-shops .customized-ajax-col-4:last-child .filter-shop-submission {
    width: 100%;
}
.parent-main-custom-filter-shops-ajax .filter-the-shops .customized-ajax-col-4:last-child {
    flex: .5;
}
.SinglePost #couponseek_product_search-1{
    display: none;
}
.SinglePost #block-2{
    display: none;
}
/* radio button styling */
.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio input[type=radio]+.awcdp-radio-label {
    background-color: #f7f7f7;
    border-radius: 15px;
    border: 2px solid #2a327b;
    cursor: pointer;
    padding: 2rem 2rem;
    position: relative;
    text-align: left;
    width: 100%;
    max-width: 35rem;
    transition: all 0.2s ease;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    max-width: 180px;
}
.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio input[type=radio]+.awcdp-radio-label:after {
    content: "";
    width: 30px;
    height: 30px;
    background: #2a327b;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -15px;
    z-index: 0;
    display: none;
}
.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio input[type=radio]+.awcdp-radio-label:before {
    content: "";
    width: 16px;
    height: 9px;
    background: transparent;
    position: absolute;
    right: -3px !important;
    top: -6px;
    z-index: 99;
    border: 3px solid #fff !important;
    border-top: none !important;
    border-right: none !important;
    transform: rotate(325deg);
    margin: 0;
    border-radius: 0;
    display:none;
}
.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio input[type=radio]:checked+.awcdp-radio-label:before {
    background-color: transparent;
    box-shadow: none;
    display: block;
}
.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio input[type=radio]:checked+.awcdp-radio-label:after{
    display: block;
}
.awcdp-deposits-wrapper .awcdp-deposits-option .pay-deposit.awcdp-radio {
    background: transparent;
    border: 0;
    padding: 0;
    width: auto;
    flex: 0 1 180px;
}
.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio {
    border-bottom: 0;
    padding: 0;
}
.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio {
    border-bottom: 0;
    flex: 0 1 180px;
}
.awcdp-deposits-wrapper .awcdp-deposits-option {
    background: transparent;
    border-radius: 0;
    width: 100%;
    border: none;
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
}
.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio input[type=radio]+.awcdp-radio-label img {
    width: 45px;
    margin-right: 7px;
}
/* .awcdp-radio.pay-deposit .awcdp-deposits-description {
    position: absolute;
    top: 52px;
    left: 38px;
    margin: 0 !important;
    width: 70%;
    display: block !important;
} */
.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio .awcdp-deposits-description {
    margin-left: 15px;
    margin-top: 10px;
    margin-right: 10px;
}
.awcdp-radio.pay-deposit {
    position: relative;
}
/* .awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio.pay-deposit input[type=radio]+.awcdp-radio-label {
    padding: 1rem 2rem 5rem;
} */
.wcfm_product_multivendor_button_wrapper {
     display:none !important;
    }
/* end */
/* .single-product .wcfm_catalog_enquiry_button_wrapper .wcfm_catalog_enquiry:after {
    content: "";
    background: url(/wp-content/uploads/2024/07/Information-1.png) no-repeat center center;
    width: 34px;
    height: 34px;
    position: absolute !important;
    background-size: contain;
} */
.single-product .wcfm_catalog_enquiry_button_wrapper .wcfm_catalog_enquiry .wcfmfa.fa-question-circle {
    display: none;
}
/* .single-product .wcfm_catalog_enquiry_button_wrapper .wcfm_catalog_enquiry {
    position: relative;
    width: 54px !important;
    min-width: 54px !important;
    height: 54px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: none;
} */
#wcfm_products_manage_form_shipping_head, #wcfm_products_manage_form_shipping_head{
    display: none;
}
.wcfm_ele_wrapper.wcfm_catalog_enquiry_button_wrapper {
    position: fixed;
    right: 0px;
    bottom: 70px;
    z-index: 99;
}
.woocommerce .woocommerce-product-details__short-description {
    margin-bottom: 25px;
}
.wpcf7 label {
    margin-left:0!important;
}
.main-navigation-logo img {
    width: auto !important;
}
.comment-form .select2-container.select2-container .selection .select2-selection{
    padding: 8px 20px !important;
    border-radius: 20px !important;
}
#cboxLoadedContent {
    margin: 0 !important;
    box-shadow: none !important;
}
div#colorbox form .wcfm_popup_label {
    margin-bottom: 15px;
    margin-top: 15px;
}
#cboxWrapper .wcfm_popup_wrapper .wcfm_popup_input {
    width: 61%!important;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    text-align: center;
    font-family: Montserrat;
}

/* #wcfm_membership_container .select2-container {
    border-radius: 20px;
} */
.wcfm-store-setup 
 #wc-logo {
    background: #2a327b;
    padding: 10px;
}
.wcfm-store-setup #wc-logo span {
    color: #fff;
    padding-left: 25px;
}
.wcfm-dashboard-page #wcfm-main-contentainer .select2-container .select2-selection, .wcfm-dashboard-page #wcfm-main-contentainer .select2-container .select2-selection {
    padding: 0px!important;
    padding-left: 10px !important;
    border-radius: 4px;
}
#customer_login input#rememberme {
    width: auto !important;
}
#wcfm_membership_container .select2-container span.select2-selection.select2-selection--single {
    padding: 2px 20px;
    border-radius: 4px;
    border: 1px solid #ccc!important;
}
#wcfm_membership_container #wcfm_membership_registration_form .select2-container {
    max-width: 99%;
}
#wcfm_membership_container #wcfm_membership_registration_form #wcfm_membership_registration_submit input#wcfm_membership_register_button {
    margin-right: 13px;
}
.whatsapp {
    z-index: 10;
}
/* *******************************************************************************RTL Styling****************************************************************************************** */
.rtl .deal-shop .add_cart_btn {
    right: auto;
    left: 30px;
}
.woocommerce.rtl .woocommerce-ordering {
    float: right;
    margin-bottom: 25px;
}
body.rtl.archive.woocommerce ul.products.columns-3 li.product.first {
    margin-left: 0 !important;
}
body.rtl.woocommerce ul.products.columns-3 li.product.last, body.rtl.page ul.products.columns-3 li.product.last {
    margin: 0 0% 2.992em 4% ;
}
.woocommerce ul.products li.product .woocommerce-product-image.woocommerce-no-image, .woocommerce-page ul.products li.product .woocommerce-product-image.woocommerce-no-image {
    width: 93% !important;
}
.rtl.woocommerce ul.products.columns-4 li.product, .rtl.woocommerce-page ul.products.columns-4 li.product {
    margin: 0 0% 2.992em 2.5%;
}
.rtl.woocommerce ul.products.columns-4 li.product.last, .rtl.woocommerce-page ul.products.columns-4 li.product.last {
    margin-left: 0;
}
.rtl .select2-container.select2-container--default .selection .select2-selection .select2-selection__arrow {
    right: auto;
    left: 11px;
}
.rtl.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    margin-right: 0%;
    margin-left: 7%;
}
.rtl .cart_totals .shop_table.shop_table_responsive tr th {
    text-align: right;
}
.rtl .ProductSearch input.search-form-input {
    padding-right: 100px;
    max-width: 275px;
}
.rtl .search-form-filters-inner .dropdown:first-child {
    margin-right: 0;
}
.rtl .home-category-icon .ProductSearch .button-below input.search-form-input {
    padding-right: 20px;
    max-width: 250px;
}
.rtl.woocommerce span.onsale {
    width: fit-content;
}
.rtl p.elementor-icon_box_extended-description {
    display: flex;
    flex-direction: row;
    direction: ltr;
    text-align: right;
}
.rtl h3.elementor-icon_box_extended-title {
    text-align: right;
}
.rtl-contact-info .elementor-icon_box_extended-wrapper .elementor-icon_box_extended-icon {
    margin-left: 21px;
}
.rtl-contact-form form label {
    text-align: right;
}
.rtl-contact-form form p:nth-child(6) {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
}
.rtl nav.woocommerce-breadcrumb a:first-child {
    margin-right: 0;
}
body.rtl *{
    letter-spacing: 0 !important;
}
.rtl.single-product .wcfm_catalog_enquiry_button_wrapper .wcfm_catalog_enquiry {
    position: fixed !important;
    width: 140px !important;
    min-width: 54px !important;
    height: 55px !important;
    border-radius: 0% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-direction: row-reverse;
    padding: 0 6px !important;
    transform: rotate(270deg);
    position: absolute;
    right: -32px;
    bottom: 114px;
    border-radius: 0px 12px 0 0 !important;
    margin-right: 0 !important;
}
.rtl.single-product .wcfm_catalog_enquiry_button_wrapper .wcfm_catalog_enquiry 
 .add_enquiry_label {
    font-size: 14px;
    display: inline-block;
    line-height: 1.3em;
    text-align: center;
    width: 112px;
}
.rtl.single-product .wcfm_catalog_enquiry_button_wrapper .wcfm_catalog_enquiry .add_enquiry_label:before {
    content: "";
    background: url(/wp-content/uploads/2024/08/email.png) no-repeat center center;
    width: 15px;
    height: 14px;
    /* position: absolute !important; */
    left: 0;
    background-size: contain;
    display: inline-block;
    position: relative;
    left: 5px;
    top: 2px;
}
.wpml-ls-current-language + .menu-item-has-children.menu-item-login-register .nav-icon {
    position: relative;
}
.wpml-ls-current-language + .menu-item-has-children.menu-item-login-register .nav-icon:before {
    content: "";
    background: url(https://medivail.co/wp-content/uploads/2024/09/user-2.png) no-repeat center center;
    width: 20px;
    height: 20px;
    display: block;
    opacity: 1;
    background-size: cover;
    z-index: 99999999;
    top: -2px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1;
    position: absolute;
}
.wpml-ls-current-language + .menu-item-has-children.menu-item-login-register .nav-icon svg {
    opacity: 0;
}
.arabic-contact-icon .elementor-icon_box_extended-icon {
    margin-left: 20px;
}
@media (min-width: 1200px) {
    body.rtl.woocommerce ul.products.columns-3 li.product.last{
        margin-left: auto !important;
    }
}
@media(max-width:1199px){
    body.rtl.archive.woocommerce ul.products.columns-3 li.product:nth-child(2n) {
        margin: 0 0 2.992em 4% !important;
        width: 48%;
    }
    body.rtl.woocommerce ul.products.columns-3 li.product.last {
        margin: 0 0% 2.992em 0% ;
    }
    body.rtl.archive.woocommerce ul.products.columns-3 li.product{
        margin: 0 0% 2.992em 0% !important;
    }
    .rtl.woocommerce ul.products.columns-4 li.product.last, .rtl.woocommerce-page ul.products.columns-4 li.product.last {
        margin-right: 0;
    }
    #wcfmmp-store .single-store-detail-custom-page .tab_area .tab_links_area .tab_links {
        gap: 24px;
    }
    #wcfmmp-store 
 section.banner_area.banner_area_desktop {
    margin-top:75px !important;
}
}
@media(max-width:991px){
    .rtl.woocommerce ul.products.columns-4 li.product, .rtl.woocommerce-page ul.products.columns-4 li.product {
        margin: 0 0% 2.992em 2%;
    }
}
@media(max-width:767px){
    #wcfmmp-store 
 section.banner_area.banner_area_desktop {
    margin-top: 67px !important;
}
    body.rtl.archive.woocommerce ul.products.columns-3 li.product:nth-child(2n) {
        margin: 0 0 2.992em 0% !important;
        width: 100%;
    }
    .rtl .select2-container.select2-container--default .selection .select2-selection .select2-selection__arrow {
        right: auto !important;
        left: 11px;
        top: 40%;
    }
    .rtl .SinglePostFooter .single-post-footer-container:nth-child(2n) {
        text-align: right;
    }
    .rtl .woocommerce table.cart td.actions .input-text {
        margin-right: 0;
    }
    .rtl-contact-info .elementor-icon_box_extended-icon {
        text-align: right;
        display: flex;
        justify-content: flex-start;
    }
    .rtl p.elementor-icon_box_extended-description {
        justify-content: flex-end;
    }
    .rtl .companies-product-wrapper .AllProducts ul li {
        margin-left: 0  !important;
    }
}
@media only screen and (max-width: 480px) {
    .rtl.woocommerce div.product form.cart div.quantity {
        margin-right:0px;
    }
    .rtl #wcfm_membership_container #wcfm_membership_registration_form #wcfm_membership_registration_submit input#wcfm_membership_register_button {
        margin-left: 0;
    }
}
/* *******************************************************************************RTL Styling and****************************************************************************************** */
@media(max-width:1200px){
    #wcfm_membership_container #wcfm_membership_registration_form #wcfm_membership_registration_submit input#wcfm_membership_register_button {
        margin-right: 8px;
    }
    .slicknav_menu {
        top: 0;
    }
}

@media(max-width:1024px){
    .cvl-desktop-banner-image a img {
        min-height: 200px;
        max-height: 200px;
    }
    .cvl-left-portion {
        flex: 0 1 280px;
    }
    .cvl-right-portion {
        flex: 0 1 150px;
    }
    .wcfm_featured_vendor_logo img, .wcfm_affiliated_vendor_logo img{
        min-height: 150px;
        max-height: 150px;
        width: 100%;
        object-fit: cover;
    }
    .menu-item-login-register .nav-icon {
        display: none !important;
    }
    .slicknav_nav li {
        text-align: initial;
    }
    .wcfm-membership-wrapper {
        margin: 135px auto 50px !important;
    }
   
}
@media(max-width:991px){
    .cvl-latest-rating-identification-parent {
        display: flex;
        gap: 5px;
        flex-direction: column;
    }
}
@media(max-width:767px){
    .hospital-list-wrapper .featured-vendor-mobile-banner-image {
        display: block;
    }
    .hospital-list-wrapper .featured-vendor-mobile-banner-image img {
        display: block;
        width: 100%;
        border-radius: 10px;
        min-height: 220px;
        object-fit: cover;
        max-height: 220px;
        height: 100%;
    }
    .hospital-list-wrapper .featured-vendor-desktop-banner-image {
        display: none;
    }
    .hospital-list-wrapper .slick-prev, .hospital-list-wrapper .slick-next {
        display: none !important;
    }
    .hospital-list-wrapper .slick-dots {
        bottom: -30px;
    }
    .partner-hospital-wrapper .custom-child-verified-vendors-list {
        gap: 15px;
        flex-direction: column;
    }
    .cvl-left-portion {
        flex: 1;
    }
    .cvl-latest-rating-identification-parent {
        flex-direction: row;
    }
    .cvl-right-portion {
        flex:1;
    }
    .banner-gallery-wrapper {
        flex-direction: column;
    }
    #wcfmmp-store .single-store-detail-custom-page .tab_area .tab_links_area .tab_links {
    flex-direction: column;
    gap: 0;
    }
    .custom-store-notification {
        bottom: 10px;
    }
    .wcfm_featured_vendor_logo img, .wcfm_affiliated_vendor_logo img {
        min-height: 120px;
        max-height: 120px;
    }
    .all_wcfm_fetaured_vendors_companies_list_heading, .all_wcfm_affiliated_vendors_companies_list_heading {
        text-align: center;
    }
    .parent-main-custom-filter-shops-ajax span.select2-selection.select2-selection--single {
        padding: 8px 20px !important;
        border-radius: 20px !important;
        height: 100%  !important;
        margin: 0;
    }
    .parent-main-custom-filter-shops-ajax  .filter-the-shops {
        flex-direction: column;
    }
    .parent-main-custom-filter-shops-ajax .filter-the-shops .customized-ajax-col-4 input[type="text"] {
        margin: 0;
    }
    .awcdp-deposits-wrapper .awcdp-deposits-option {
        flex-direction: column;
    }
    .awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio input[type=radio] {
        width: auto !important;
    }
    .home-category-icon .ProductSearch .dropdown-button:after {
        top: auto;
        bottom: 15px;
    }
    #cboxWrapper .wcfm_popup_wrapper .wcfm_popup_input {
        width: 100%!important;
    }
    p.comment-notes {
        margin-left: 0 !important;
    }
    #wcfmmp-store .single-store-detail-custom-page .tab_area .tab_links_area .tab_links li {
        padding: 15px 0;
    }
    .slicknav_menu_logo {
        padding: 10px 20px !important;
    }
    .slicknav_menu_logo img {
        max-width: 160px !important;
        max-height: 45px  !important;
    }
}
@media(max-width:450px){
    .cvl-latest-rating-identification-parent {
        flex-direction: column;
    }
    .wcfm_featured_vendor_logo img, .wcfm_affiliated_vendor_logo img {
        min-height: 80px;
        max-height: 80px;
    }
    .wcfm_popup_wrapper .wcfm_popup_button {
        height: 36px;
    }
    #wcfm_membership_container #wcfm_membership_registration_form #wcfm_membership_registration_submit input#wcfm_membership_register_button {
        margin-right: 0;
    }
    /* #wcfmmp-store .single-store-detail-custom-page .tab_area .tab_links_area .tab_links li {
        padding: 10px;
    }
    #wcfmmp-store .single-store-detail-custom-page .tab_area .tab_links_area .tab_links {
        gap:5px;
    }
    .single-store-detail-custom-page .rgt.right_side {
        padding: 0 2% 0 2% !important;
    } */
}

.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio input[type=radio]+.awcdp-radio-label {
    height: 90px;
    text-align: center !important;
   }

   @media (max-width: 767px) {
    .awcdp-deposits-wrapper .awcdp-deposits-option {
        flex-direction: row !important;
    }
    /* .awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio input[type=radio]+.awcdp-radio-label {
       min-width: 157px;
    } */
}
.widget_couponseek_image {
    margin-bottom: 0px !important;
}
footer.FOOTER.has-widgets .widget .widget-title {
    margin: 0px;
}

.wcfm_menu_items.wcfm_menu_wcfm-sell-items-catalog {
    display: none !important;
}

.elementor-element.elementor-element-70a44dda.elementor-align-left.elementor-widget.elementor-widget-button {
    display: none;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--followings {
    display: none;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--inquiry a:before {
    order: 2;
    margin-left: 5px;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--inquiry a {
    display: flex !important;
}

svg.icon-svg {
    display: block !important;
}
.MAIN-NAVIGATION .pull-right {
    padding-top: 0;
}
.pull-left {
    height: 100% !important;
    margin-top: 5px;
}
.rtl .menu-item-has-children > a > i {
    margin-left: 0 !important;
    margin-right: 7px !important;
}
.woocommerce-orders-table__cell-order-actions .woocommerce-button {
    padding: 1px  12px!important;
    margin-right: 7px !important;
    margin-bottom: 7px !important;
    font-size: 11px !important;
}
.lang-tr .is-slicknav .menu-item {
    margin-right: 15px;
}
.ProductSearch .search-form-filters .dropdown-menu li a {
    display: flex !important;
}