html, body {
    overflow-x: unset;
}

.smartways-nav{
    width: auto;
    display: inline-block;
    float: left;
}

.theme-processing {
    position: relative;
    zoom: 1;
}

.theme-processing .theme_cart_block{
    z-index: 1000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgb(255, 255, 255);
    opacity: 0.6;
    cursor: wait;
    position: absolute;
}

.prescription_required_main_div {
    display: inline-block;
    width: 100%;
    padding-top: 25px;
}

.prescription_patient_form_field_div {
    display: none;
}

.wpcf7-form .form-group, .wpcf7-form .input-group {
    margin-bottom: 20px;
    width: 100%;
    float: left;
    display: unset;
}

.wpcf7-form .form-group label, .wpcf7-form .input-group label {
    width: 100%;
    float: left;
}

.wpcf7-form span.wpcf7-spinner {
    top: 10px;
    left: 13px;
    border-radius: 100% !important;
}


form.wpcf7-form input#submit {
    width: 300px;
}

.woocommerce div.product p.price a {
    color: black;
    text-decoration: underline;
    font-weight: bold;
}

section.page-banner .page-banner {
	background: unset;
}

@media (min-width: 992px) {
	.category.block .row {
		justify-content: flex-start !important;	
	}
	
	.category.block .col-lg-3 {
		flex: 0 0 auto;
		width: 33%;
	}
	
  .col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}
  
	.category.block .col-lg-3 .category_box {
		width: 100%;
	}
}

.category .category_box:hover .category_img::before {
	background-color: rgba(10, 62, 124, 0.2);
}

.add-pad {
	padding: 32px 0;
}

.add-pad p {
	margin-right: 20px;
}

.add-pad .wp-block-button__link {
	border-radius: 0;
	border: 2px solid #fff;
	background-color: transparent;
}

.pre-footer {
	background: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(10,62,124) 100%);
	display: flex;
    gap: 0.5em;
    flex-wrap: wrap;
    align-items: center;
    align-items: center;
    justify-content: center;
	padding: 32px 0;
}

.pre-footer__heading {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 20px;
	margin-bottom: 0;
}

.pre-footer__button {
	color: #fff;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
    word-break: break-word;
    box-sizing: border-box;
	border: 2px solid #fff;
}

.pre-footer__button:hover {
	background: transparent;
	color: #fff;
}

.woocommerce-mini-cart dl.variation .variation-product_prescription,
.woocommerce-cart-form__cart-item dl.variation dt.variation-product_prescription,
#prescription_item_table dl.variation dt.variation-product_prescription,
.woocommerce-checkout-review-order-table td.product-name dl.variation dt.variation-product_prescription,
.woocommerce-table--order-details td.woocommerce-table__product-name ul.wc-item-meta,
.shop_table ul.wc-item-meta{
    display: none;
}

p#birthdate_field, .birthdate-div {
    position: relative;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

/* Absolute Center Spinner */
.loader {
    position: fixed;
    z-index: 1070;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loader:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loader:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loader:not(:required):after{
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

a.add_to_cart_button.loading:after{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    font-family:"Glyphicons Halflings";
    content: "\f110";
    background: rgba( 255, 255, 255, 0.7 );
    text-align:center;
    line-height:34px;
}