/*
Theme Name:   Pharmacy Mentor Crosshills
Template:     pharmacymentor
*/

/*--------------------------------------------------------------
  Main Menu
--------------------------------------------------------------*/
.site-header #navbar > ul > li, .site-header #navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > li {
    margin-right: 0 !important;
}
.site-header #navbar > ul .menu-item-has-children .panel-menu.open {
    max-height: unset;
}
.mobile-visible.header-bar.sticky-navbar {
    z-index: 999;
}
#menu-main-menu .panel-sub-menu .panel-menu > li > ul > li:hover .theme-third-light-btn {
    color: #ffffff !important;
    background: var(--theme-btn-primary-color);
}

/* For screens 1200px and wider */
@media (min-width: 1200px) {
    .site-header #navbar > ul > li, .site-header #navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > li {
        margin-right: 3rem !important;
    }
}
@media screen and (min-width: 992px) {
    .site-header #navbar > ul > li .sub-menu a {
        text-align: left;
    }
	
	table.cart tr:nth-child(2n) td {
        background-color: #fff;
    }
	
	.woocommerce form .single_variation_wrap .variation-input-wrapper {    width: 100%!important;}

    .woocommerce div.product form.cart .variations {        align-items: flex-end!important;    }

    .woocommerce div.product form.cart .variations .variation-input-label { white-space: normal!important;}

    .woocommerce.archive .featured-products-top-section .product .woocommerce-LoopProduct-link img, .woocommerce .product .woocommerce-LoopProduct-link img  {
        min-height: 250px !important;
        max-height: 250px;
    }
}
@media (max-width: 991px) {
    .site-header #navbar > ul > li.menu-btn {
        padding: 7px 20px;
        width: 100%;
        border-radius: 0;
        background: transparent !important;
        font-weight: normal;
    }
}
@media (min-width: 992px) {
    .site-header #navbar > ul > li.menu-btn {
        padding: initial;
        width: auto;
        border-radius: var(--btn-radius);
        background: var(--theme-btn-primary-color) !important;
        font-weight: initial;
    }
}
@media screen and (max-width: 992px) {
    .site-header #navbar > ul > li .sub-menu {
        display: none;
    }
    .site-header #navbar > ul > li .sub-menu.open {
        display: block;
    }
    .site-header #navbar > ul > li .sub-menu li {
        width: 100%;
    }
    .site-header #navbar ul > li ul.panel-menu > li > ul > li {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .site-header #navbar > ul > li > .sub-menu a {
        padding: 8px 15px 8px 15px;
    }
    /*Move mobile menu close button to right*/
    .site-header #navbar .close-navbar {
        position: absolute;
        top: 10px;
        left: 85%;
    }
}
@media (max-width: 991px) {
    .site-header #navbar .navbar-nav {
        overflow: hidden;
    }
}
@media screen and (max-width: 778px) {
    body .desktop-visible {
        display: none !important;
    }
	.woo-cart-form-meta-wrapper .quantity {
        margin-bottom: 20px !important;
	}
	.woocommerce.archive .featured-products-top-section .product .woocommerce-LoopProduct-link img, .woocommerce .product .woocommerce-LoopProduct-link img  {
        min-height: auto;
        max-height: max-content;
    }
}
.site-header #navbar ul a .menu_item h4 {
    font-weight: 300;
}
.site-header #navbar > ul li a:hover h4, .site-header #navbar > ul li a:focus h4,
.site-header #navbar > ul li a:hover p, .site-header #navbar > ul li a:focus p,
.site-header #navbar > ul li a:hover i, .site-header #navbar > ul li a:focus i {
    color: var(--theme-secondary-color);
}
.site-header #navbar > ul li.menu-btn:hover {
    background-color: var(--theme-primary-color) !important;
}
.site-header #navbar > ul li.menu-btn:hover > a {
    color: #ffffff !important;
}
img.custom-logo {
    width: 180px;
}

/*--------------------------------------------------------------
  Ivory Search Form
--------------------------------------------------------------*/
.is-form-style input.is-search-submit, .is-search-icon {
    background: none;
    border: 0;
}
@media (max-width: 768px) {
    .logo-container .container .col-lg-6.col-md-10.col-sm-8.col-xs-8 {
        width: 90% !important;
    }
    .logo-container .container .col-lg-3.col-md-2.col-sm-4.col-xs-4 {
        width: 10% !important;
    }
}

/*--------------------------------------------------------------
  Page Content
--------------------------------------------------------------*/
.page-banner .banner-content, .page-banner .banner-content .breadcrumb  {
    text-align: left !important;
    justify-content: left;
    padding-left: 0;
}
.page-template-services .page-banner .banner-content, .single-service .page-banner .banner-content {
    max-width: 100%;
    text-align: center !important;
}
.page-template-services .page-banner .banner-content .breadcrumb, .single-service .page-banner .banner-content .breadcrumb  {
    padding: 10px 22px;
    justify-content: center;
}
.tagline-content p {
    font-size: var(--body-font-size) !important;
}
@media (max-width: 767px) {
    .section-padding {
        padding: 4rem 0;
    }
}

/*--------------------------------------------------------------
  Home Page
--------------------------------------------------------------*/
.home .order-step-section .order-counter {
    min-height: 80px;
    height: 100%;
}
.home .order-step-section {
    padding-top: 100px;
}
.home .order-step-section .order-last .order-counter {
    bottom: -140px;
}
.home .order-step-section .order-first .order-counter {
    top: -140px;
}
.home .banner-list-items ul li p {
    margin-bottom: 0;
    white-space: nowrap;
}
.conditions-products .button.theme-btn {
    margin-bottom: 0px!important;
}

.home .order-step-section .order-counter {
    min-height: 80px;
    height: 100%;
}
@media (min-width: 1200px) {
    .home .order-step-section {
        padding: 50px 0 150px 0;
    }
    .home .order-step-section .order-last .order-counter {
        bottom: -185px;
    }
}
@media (max-width: 1199.98px) {
    .home .order-step-section {
        padding: 0 0 100px 0;
    }
    .home .order-step-section .order-last .order-counter {
        bottom: -140px;
    }
}
@media (max-width: 991px) {
    .home .order-step-section {
        padding: 100px 0;
    }
    .home .order-step-section .order-last .order-counter {
        bottom: -160px;
    }
}
@media (max-width: 800px) {
    .home .order-step-section .order-last .order-counter {
        bottom: -190px;
    }
}
.home .order-step-section .order-first .order-counter {
    top: -140px;
}

/*--------------------------------------------------------------
  Contact page
--------------------------------------------------------------*/
.contact-container .quick-contact {
    border-left: 0 !important;
}
.contact-form form select {
    border-radius: var(--card-radius);
}
.quick-contact .border-left {
    border: 4px solid var(--theme-secondary-color) !important;
}
.quick-contact h2 {
    color: var(--theme-secondary-color) !important;
}
.quick-contact i {
    color: var(--theme-secondary-color) !important;
}
.theme-third-light-btn {
    color: #ffffff;
}
.site-header #navbar > ul li .theme-third-light-btn:hover, .site-header #navbar > ul li .theme-third-light-btn:focus {
    color: var(--theme-secondary-btn-txt-color) !important;
}

/*--------------------------------------------------------------
  Banner
--------------------------------------------------------------*/
@media (max-width: 575px) {
    .banner-content ul {
        width: 100% !important;
    }
    .banner-section-icon-list li:before {
        width: 15px;
        height: 15px;
        top: 4px;
    }
}

.banner-content h1{
    font-size: var(--header1-font-size) !important;
}

.hero-slider .banner-call-to-action a {
    font-size: var(--btn-font-size) !important;
}
.hero-slider .slide-content {
    max-width: 100%;
}

/*--------------------------------------------------------------
  Hero Carousel
--------------------------------------------------------------*/
.home .banner-list-items ul li p {
    margin-bottom: 0;
    white-space: normal;
    text-align: left;
}
.hero-slider .banner-call-to-action a {
    max-width: 100% !important;
}
.hero-slider .banner-call-to-action {
    display: flex;
    align-items: center;
    justify-content: left;
}
.hero-slider .swiper-container .swiper-wrapper .slide-inner .container {
    height: 100%;
    padding-bottom: 3rem
}
.hero-slider .slide-featured-image {
    min-width: 100% !important;
}
.hero-slider .swiper-container, .hero-slider .slide-inner {
    position: relative;
}
.hero-slider .slide-content h1 {
    margin: 20px 0;
}

/* Slider Height */
.hero-slider.hero-style-2 {
    padding-bottom: 0;
    min-height: auto;
    height: 100%;
}

/* Slider Height */
@media (max-width: 991px) {
    .hero-slider .banner-content {
        text-align: left;
    }
    .hero-slider .slide-featured-image {
        margin: 0 auto;
    }
}
@media (max-width: 992px) {
    .hero-slider .banner-call-to-action {
        display: flex;
        gap: 10px;
    }
}
@media (max-width: 768px) {
    .hero-slider .banner-call-to-action {
        flex-direction: column !important;
    }
    .tagline-pull-down .pull-top {
        transform: unset;
    }
    .hero-slider .banner-list-items {
        width: auto;
    }
    .hero-slider .slide-content h1 {
        text-align: left;
    }
    .hero-slider .slide-featured-image {
        width: 100% !important;
    }
}
@media (min-width: 769px) and (max-width: 1200px) {
    .home .hero-slider .banner-call-to-action a {
        width: 100% !important;
        font-size: 13px !important;
    }
}
@media (max-width: 575px) {
    .hero-slider .banner-call-to-action {
        flex-direction: column !important;
    }
    .banner-content ul {
        width: 100% !important;
    }
    .banner-section-icon-list li:before {
        width: 15px;
        height: 15px;
        top: 4px;
    }
}
@media (max-width: 575px) {
    .hero-slider .banner-call-to-action {
        flex-direction: column !important;
    }
    .banner-content ul {
        width: 100% !important;
    }
    .banner-section-icon-list li:before {
        width: 15px;
        height: 15px;
        top: 4px;
    }
}

/*--------------------------------------------------------------
  Tagline Carousel
--------------------------------------------------------------*/
.tagline-pull-down .pull-top {
    transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
    .order-step-section {
        padding-top: 170px;
    }
    .order-step-section .order-counter {
        height: 100px;
    }
}
@media (max-width: 991px) {
    .tagline-carousel {
        border-radius: var(--card-radius);
        padding: 20px;
    }
    .home .order-step-section .order-last .order-counter {
        position: relative;
    }

    .woocommerce div.product form.cart .variations .variation-input-label {    min-width: 200px;}

    .woocommerce .product .woocommerce-LoopProduct-link img {min-height:250px; max-height:250px;}
}
@media screen and (max-width: 800px) {
    .order-step-section {
        padding-top: 0;
    }
    .order-step-section .order-counter {
        margin-top: -30px;
    }
}
@media (min-width: 991px) and (max-width: 1200px) {
    .woocommerce div.product form.cart .variations {flex-direction: row;}

    form.variations_form.cart .single_variation_wrap{	display: inline-block!important;}

}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .header-style-1 #navbar > ul > .menu-item-has-children > a::before, .header-style-2 #navbar > ul > .menu-item-has-children > a::before, .header-style-3 #navbar > ul > .menu-item-has-children > a::before {
        top: 50%!important;
    }
}

/*--------------------------------------------------------------
  Service page
--------------------------------------------------------------*/
.service-single-section .service-single-content h3 {
    font-size: var(--header3-font-size);
}

/*--------------------------------------------------------------
  Conditions Listing page
--------------------------------------------------------------*/
.condition-listings .popular-cat .term-meta h4 {
    min-height: 45px;
}

/*--------------------------------------------------------------
  Woocommerce
--------------------------------------------------------------*/
.woocommerce-form-register .custom-date-input {
    gap: 0;
}
.woocommerce .woocommerce-customer-details address, .woocommerce .woocommerce-customer-details h2 {
    white-space: nowrap;
}
@media only screen and (max-width: 768px) {
    .woocommerce table.cart .product-thumbnail {
        display: block;
    }
	.hero-slider{
        min-height:800px;
    }
	table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table.personal-orders-table tbody tr td::before{content: attr(data-title) !important;}
}
@media (max-width: 320px) {
    .woocommerce .my-account-form-wrapper .login-wrapper {
        padding: 25px 0 !important;
    }
}

/*--------------------------------------------------------------
  Woocommerce Shop
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) {
    .single-product.woocommerce div.product form.cart .variations {
        align-items: flex-end !important;
    }
}
.single-product.woocommerce form .variation-input-wrapper {
    width: auto;
}
.woocommerce div.product form.cart .variations .variation-input-label {
    width: 80px;
    white-space: nowrap;
}

/*--------------------------------------------------------------
  WooCommerce Checkout Page
--------------------------------------------------------------*/
.woocommerce .checkout ul#shipping_method .amount {
    margin-left: 3px;
}
.woocommerce .woocommerce-checkout .woocommerce-gp-surgery-options .form-row label {
    width: 80%;
}
.woocommerce table.shop_table td {
    white-space: normal;
    overflow-wrap: break-word;
}
@media (max-width: 1200px) {
    .woocommerce .checkout ul#shipping_method .amount {
        display: block;
        margin-left: 2.75em;
    }
}
@media (max-width: 362px) {
    #consultationform .cflp-form-container .fields-content .check-radio-group {
        float: unset;
    }

    #consultationform .cflp-form-container .fields-content .check-radio-group .form-check.radio {
        display: block !important;
    }
}
@media (max-width: 355px) {
    .woocommerce .woocommerce-checkout .woocommerce-account-fields .woocommerce-account-fields {
        padding: 25px 10px;
    }
    .woocommerce .woocommerce-checkout .woocommerce-account-fields .woocommerce-account-fields .custom-date-input {
        gap: 0;
    }
}
@media (max-width: 320px) {
    .woocommerce .woocommerce-checkout .woocommerce-account-fields .woocommerce-account-fields {
        padding: 25px 0;
    }
    .woocommerce .woocommerce-checkout .woocommerce-account-fields .woocommerce-account-fields .custom-date-input {
        gap: 0;
    }
    .woocommerce .woocommerce-checkout .woocommerce-account-fields .woocommerce-account-fields .custom-date-input select{
        padding-left: 5px;
    }
}
/* phones up to ~400px wide */
@media (max-width: 400px) {
    #consultationform #sidebarback .sidebar-back #submitBtn {
        font-size: 14px !important;
    }
}
@media (max-width: 320px) {
    .checkout .checkout-delivery-methods-wrapper {
        padding: 25px 10px;
    }
    .woocommerce .woocommerce-customer-details address {
        overflow-x: scroll;
    }
    .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
        position: relative !important;
    }
}
@media (max-width: 768px) {
    .woocommerce .cart_totals.calculated_shipping .woocommerce-shipping-totals.shipping th {
        font-size: 0 !important;
    }
}
#shipping_method .woocommerce-shipping-contents {
    display: none;
}
#shipping_method .pickup-location-field .pickup-location-address {
    display: none;
}
.woocommerce-checkout .pickup-location-field {
    display: none !important;
}
.woocommerce ul.order_details {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
}


/*--------------------------------------------------------------
  WooCommerce Basket Page
--------------------------------------------------------------*/
.woocommerce form .button:hover, .woocommerce .cart-collaterals .button.alt:hover, .woocommerce form .button.alt:hover {
    color: #ffffff !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    padding: 20px;
}
.checkout-delivery-methods-wrapper #shipping_method .select2-container {
    width: 100% !important;
}
.woocommerce ul#shipping_method li .pickup-location-calendar input {
    max-width: 100% !important;
}
ul#shipping_method .pickup-location-field .ui-datepicker-trigger {
    margin-top: 5px;
}
@media (max-width: 800px) {
    .woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals td {
        padding: 0;
    }
}

/*--------------------------------------------------------------
  Conditions Page
--------------------------------------------------------------*/
.search-form .search-container .result ul {
    margin: 20px 0 0 0;
    width: 100%;
}
.search-form .search-container .result ul .suppliers-data .supp-img {
    width: 100%;
}

/*--------------------------------------------------------------
  Account Page
--------------------------------------------------------------*/
body.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-dashboard .woocommerce {
    overflow: hidden;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-uploads form #patient_image::file-selector-button, body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-uploads form #patient_scales_image::file-selector-button, body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-uploads form #patient_mirror_image::file-selector-button {
    height: calc(1.5em + .75rem + 6px);
}
@media (max-width: 550px) {
    body.woocommerce-account .woocommerce-MyAccount-content .view-prescriptions .modal-body {
        padding: 1rem 5px;
    }
}
.woocommerce-MyAccount-navigation .owl-nav {
    display: none !important;
}
.woocommerce-account .woocommerce-dashboard .woocommerce
.prescriber-signature-modal .make-popup .prescriber-sign-gen-container {
    height: 100%;
}
.practitioner-order-section .practitioner-order-action {
    color: #ffffff;
    white-space: nowrap;
}
.woocommerce .practitioner-section-content .order-action-wrapper a {
    margin-bottom: 5px;
}
.woocommerce #practitioner-order-modal .modal-content .modal-body {
    overflow-x: auto;
}
.woocommerce .practitioner-order-under-review-wrapper .order-prescription-action {
    color: #ffffff;
    margin: 5px 0;
}
.order-status-wrapper .order-status.success {
    text-align: center;
}
.practitioner-order-section {
    overflow: auto;
}
.woocommerce-dashboard-page .woocommerce-MyAccount-navigation .nav-card-wrapper:not(.woocommerce-MyAccount-navigation-link--practitioner-orders) .nav-card .nav-cta-block {
    width: 100%;
    max-width: 200px;
    text-align: center;
}
span#select2-update_patient_gp-container.select2-selection__rendered {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 40px);
}
@media (max-width: 992px) {
    .login-wrapper {
        padding: 25px !important;
    }
    .woocommerce-dashboard-page .woocommerce-MyAccount-navigation {
        overflow: hidden;
    }
	ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: flex;
    justify-content: start;
    flex-direction: column;
    gap: 25px;
	}
	ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {    border-right: none!important;}
	
	body .select2-container, body .ui-widget.ui-datepicker {
    z-index: 9 !important;
  }
}
@media (max-width: 800px) {
    .woocommerce-MyAccount-content button {
        justify-content: center;
        width: fit-content;
    }
}
@media only screen and (max-width: 768px) {
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        text-align: left !important;
    }
    .woocommerce .practitioner-order-under-review-wrapper .practitioner-section-content {
        padding: 0 30px;
    }
    body table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td::before {
        content: "" !important;
    }
    table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td span.woocommerce-Price-amount.amount {
        justify-content: end;
    }
}
@media (max-width: 480px) {
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        border-radius: 0px;
    }
	 .woocommerce div.product form.cart .variations .variation-input-label {
        min-width: auto!important;
        white-space: normal;
        margin-right: 15px;
        line-height: 21px;
    }
}

/*--------------------------------------------------------------
  Testimonial Section
--------------------------------------------------------------*/
.testimonial-slider .owl-stage {
    display: flex;
}
.testimonials-section-s2 .grid .fi:before {
    color: var(--theme-primary-color);
}
.testimonials-section-s2 .testimonial-grids {
    overflow: hidden;
    padding-left: 0;
}
.testimonial-slider .owl-item {
    display: flex;
    height: auto !important;
}
.testimonial-slider .testimonial-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    padding: 20px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}
.testimonial-slider  .owl-stage-outer {
    margin-bottom: 39px;
}

/*--------------------------------------------------------------
  Prescriber Orders Dashboard
--------------------------------------------------------------*/
@media (max-width: 576px) {
    .woocommerce-MyAccount-content div#practitioner-order-modal.view-prescriptions .practitioner-order-wrapper .woo-practitioner-orders-wrapper a.theme-btn-secondary.mx-2.order-prescription-action {
        width: 100% !important;
    }
}
@media (max-width: 768px) {
    div#practitioner-order-modal.view-prescriptions .practitioner-order-wrapper .woo-practitioner-orders-wrapper td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-patient-details strong {
        top: 20px;
    }
}
@media (max-width: 768px) {
    div#practitioner-order-prescription-modal .practitioner-prescription-wrapper thead tr {
        padding-left: 0;
    }
    div#practitioner-order-prescription-modal .practitioner-prescription-wrapper .signer-info {
        text-align: left !important;
        padding-left: 10px;
    }
    div#practitioner-order-prescription-modal .practitioner-prescription-wrapper .prescription-table {
        padding-left: 0;
    }
}
@media (max-width: 992px) {
    .woocommerce-dashboard-page .woocommerce-MyAccount-navigation .nav-card-wrapper:not(.woocommerce-MyAccount-navigation-link--practitioner-orders) .nav-card .nav-cta-block {
        margin: 0 auto;
    }
}
.practitioner-prescription-wrapper .pharmacy-prec-table {
    overflow: scroll;
}

/*--------------------------------------------------------------
  Signature Section
--------------------------------------------------------------*/
.prescriber-signature-modal .make-popup .prescriber-sign-gen-container {
    height: 100%;
}

/*--------------------------------------------------------------
  Basket Page
--------------------------------------------------------------*/
.woocommerce td.product-name dl.variation .variation-Strength, .woocommerce td.product-name dl.variation .variation-Form, .woocommerce td.product-name dl.variation .variation-PackSize {
    padding: 9px 0;
}
.woocommerce td.product-name dl.variation .variation-Strength {
    padding: 9px 0 0 0;
}
.woocommerce td.product-name dl.variation .variation-Strength p,
.woocommerce td.product-name dl.variation .variation-Form p,
.woocommerce td.product-name dl.variation .variation-PackSize p {
    word-wrap: normal;
    word-break: keep-all;
}
.woocommerce td.product-name dl.variation {
    padding-top: 9px;
}
.checkout table.shop_table.woocommerce-checkout-review-order-table *:is(th,td) {
    vertical-align: middle;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: none !important;
}
@media screen and (max-width: 480px) {
    .woocommerce table.shop_table_responsive tr td.product-name {
        text-align: left !important;
    }
}
@media (max-width: 768px) {
    .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item.cart_item .product-name::before {
        content: attr(data-title) ":" !important;
        margin-right: 10px;
    }
}
@media (max-width: 480px) {
    .practitioner-order-action, .order-status-wrapper .order-status, .order-notes-action-wrapper a {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 7px;
        margin-bottom: 7px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
@media (min-width: 992px) and (max-width: 992px) {
    .header-cart-count {
        width: 40px;
    }
}

/*--------------------------------------------------------------
  Product Page
--------------------------------------------------------------*/
@media (max-width: 320px) {
    .woocommerce div.product form.cart .variations .variation-input-label {
        margin-right: 5px;
    }
    .woocommerce div.product form.cart .variations select {
        padding: 10px 5px;
        min-width: 195px;
    }
}

/*--------------------------------------------------------------
  Accordion
--------------------------------------------------------------*/
#faqAccordion .card .card-header a:hover, #faqAccordion .card .card-header a:focus {
    text-decoration: none;
}

/* WooPW Amends */
body.page-template-home .hero-slider .swiper-slide .slide-inner {
	background: transparent !important;	
}

.order-step-section .order-counter {
    padding: 10px 104px 10px 104px;
    border-radius: var(--card-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6.5em;
    margin-left: 15px;
    margin-right: 15px;
}