@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//12panelnow.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.6") format("woff2");
	font-display:swap;
}

:root {
	--wd-header-banner-h: 42px;
	--wd-text-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #000000;
	--wd-text-font-size: 16px;
	--wd-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(47,99,153);
	--wd-alternative-color: rgb(204,0,0);
	--wd-link-color: #01b0ef;
	--wd-link-color-hover: #ce0000;
	--btn-default-bgcolor: #412879;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #cc0000;
	--btn-accented-bgcolor-hover: #67a7ca;
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 400px;
}
.header-banner {
	background-color: rgb(204,0,0);
	background-image: none;
}
.wd-page-title {
	background-color: rgb(30,115,190);
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #222222;
	background-image: none;
}
html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 45px;
	line-height: 40px;
	text-transform: uppercase;
	color: #333333;
}
.page .wd-page-content {
	background-color: rgba(4,176,239,0.15);
	background-image: none;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-brd-color: rgb(204,204,204);
	--wd-form-brd-color-focus: rgb(30,115,190);
	--wd-form-bg: rgb(255,255,255);
}
.product-labels .product-label.new {
	background-color: rgb(221,51,51);
	color: rgb(255,255,255);
}
.product-labels .product-label.out-of-stock {
	color: rgb(0,0,0);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 6px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 81px;
	}
	html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
		font-size: 40px;
	}

}

@media (max-width: 768.98px) {
	html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
		font-size: 30px;
	}

}
:root{
--wd-container-w: 1360px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1360px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1360px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1360px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


button.single_add_to_cart_button.button.alt {
    margin: 0 10px;
}



/*******side bar******/
.widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
}

h2.widgettitle {
    font-size: 1.4em;
    text-align: center;
}

/***cart icon******/

.wd-tools-element .wd-tools-icon:before {
    font-size: 30px !important;
}

.wd-dropdown.wd-dropdown-cart {
    left: -110px !important;
}

a.button.btn-cart.wc-forward {
    color: #fff !important;
}

a.button.btn-cart.wc-forward:hover {
    color: #fff !important;
	  background-color: #01b0ef !important;
}

/***********as low as style*************/

span.my-attr {
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
	  font-weight: 600;
}

span.my-attrsl {
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 1.3em;
    font-weight: 600;
    color: #cc0000;
    margin-top: -12px !important;
}

span.my-attr2 {
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-weight: 600;
    margin-bottom: -12px !important;
    padding: 10px;
    font-size: 13px;
    font-family: 'LATO';
}

.product-grid-item .price{
	display:none !important;
}


/*******drop down list**********/

:is(ul,ol) li {
    margin-bottom: 5px;
    font-family: 'Lato';
}


div#tax_exemption_checkbox_div {
    padding-top: 20px;
}

.jq-toast-single h2 {
    font-family: 'Lato';
    font-size: 24px;
}

a.btn.wd-switch-to-register {
    background-color: #cc0000;
    color: #ffffff;
}

/**********checkout style*******/
.woocommerce-checkout>.customer-details .woocommerce-billing-fields {
    margin-top: 0;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
}

.shipping_address {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
    padding-bottom: 100px;
    margin-bottom: 20px;
}

/****subscribe style****/

input#enr_subscribe_now {
    float: inline-end;
		margin-left:10px
}

table.shop_table.enr-subscribe-now-wrapper label{
    font-size: 35px;
    line-height: 1;
    font-family: 'LATO';
    font-weight: 600;
}

tr.enr-subscribe-now-handle-row td {
    padding-top: 20px !important;
}

ul.wcsatt-options {
    margin: 10px 0 0;
    min-width: 120px;
    display: none;
}


/*************Tierde price*******/

.woocommerce-variation-add-to-cart {
    row-gap: 0px;
    column-gap: 0px;
}

.tiered-pricing--active .tiered-pricing-option-checkbox::after {
    background: #cc0000 !important;
	
}

.woocommerce-variation>div {
    margin-bottom: -30px !important;
}

.tiered-pricing-option {
    padding: 5px;
}

span.tiered-pricing-dynamic-price-wrapper.tiered-pricing-dynamic-price-wrapper--variable {
    display: block;
}

.price{display:none;}

.woocommerce-variation-description {
    display: none;
}

h3#ship-to-different-address {
    font-size: 1.8em;
    font-weight: 900 !important;
}

/**************category********/

..product_cat-testing-strips .wd-entities-title{
	min-height:108px;
}
.price .amount {
    color: red;
}

/******strips-table*******/
.table_strips {
    overflow: auto;
    width: 100%;
}

.table_strips table {
    border: 1px solid #ffffff;
    height: 100%;
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: left;
}

.table_strips caption {
    caption-side: top;
    text-align: center;
    font-size:25px;
    padding-bottom:15px;
}

.table_strips th {
    border: 1px solid #ffffff;
    background-color: #2a97df;
    color: #ffffff;
    padding: 5px;
    text-align: center;
    font-size:12px;
}

.table_strips td {
    border: 1px solid #ffffff!important;
    padding: 4.5px!important;
}

.table_strips tr:nth-child(even) td {
    background-color: #ece9e9;
    color: #000000;
}

.table_strips tr:nth-child(odd) td {
    background-color: #ffffff;
    color: #000000;
}

.strips-in-cups.wd-list li{
	background-color:white;
}

/*************subscription and button grid style************/

li.subscription-option label {
    color: #cc0000;
    font-weight: 600;
}

.first-payment-date {
    display: none !important;
}

.wd-add-btn.wd-add-btn-replace {
    background: #fff;
    padding: 15px;
    border-color: #ccc;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    margin-top: -12px !important;
}


.cart-actions .button[name="apply_coupon"], .cart-actions .coupon .input-text{
    display: none;
}

ul.woocommerce-error {
    font-size: 1.6em;
}


input[type="submit"] {
    background-color: #cc0000;
    color: #fff;
    border-radius: 35px;
}

input[type="submit"]: hover {
    background-color: #01b0ef !important;
    color: #fff !important;
}


span.out-of-stock.product-label {
    /*color: #CC0000;*/
    font-weight: 800;
    font-size: 18px;
    padding: 0;
}

input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
}


p.form-row.woocommerce-validated {
	text-transform: uppercase;align-content
}

.woocommerce-product-rating {
    margin-bottom: 0px;
}

.product-grid-item .star-rating {
    display: none;
}

.product_title {
    margin-bottom: 10px;
}

.wpcf7 form.sent .wpcf7-response-output, .mc4wp-success, .woocommerce-message, .dokan-store-contact .alert-success, .dokan-alert-success, .dokan-message, .yith_ywraq_add_item_product_message {
    background-color: #5472d2;
}

.wpcf7 form:not(.sent) .wpcf7-response-output, .mc4wp-error, .mc4wp-notice, .woocommerce-error, .woocommerce-info, .dokan-alert-warning, .dokan-alert-danger, .dokan-alert-info, .dokan-error, .dokan-info {
    background-color: #5472d2;
}

/************dropdown box*************/
.cup-menu-box .info-box-title {
    margin-bottom: 0 !important;
}

.cup-menu-box .box-icon-wrapper {
    margin-right: 10px;
    max-width: 30%;
}


table.qp td {
    background-color: #fff0;
    border: none !important;
    padding: 0;
    width: 50%;
}

/*table.qp {
  width: 92%;
	margin-bottom: -20px !important;
	font-weight:600;
}
*/

.woocommerce-mini-cart__buttons .btn-cart, .cart-actions .button[name="update_cart"] {
    color: #fff;
    background-color: #cc0000;
}

.woocommerce-mini-cart__buttons .btn-cart :hover, .cart-actions .button[name="update_cart"]:hover {
    color: #fff;
    background-color: #03aeef;
}

/*@media only screen and (max-width: 900px){
    .blowout-desktop {
    display: none !important;
}
}

@media only screen and (min-width: 901px){
.mobile-blowout {
 	display:none !important; 
}
}

.main-page-wrapper, .product-tabs-wrapper {
    background-color:#bae9fb;
}

/*****************white product bck**************/

.archive.tax-product_cat .main-page-wrapper, .main-page-wrapper {
    background-color: rgb(186 233 251 / 47%);
}

.product-element-top {
		padding: 5px;
    background: #fff !important;
    margin-bottom: 0 !important;
	  border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
}

h3.wd-entities-title {
	  min-height:65px;
	  background: #fff !important;
    margin: -12px 0 !important;
    padding: 13px 10px !important;
		border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
	  font-size: 16px !important;
    line-height: 1.2;
}

.woodmart-more-desc.woodmart-more-desc-active {
	display: none;
   /* background: #fff;
	border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
	margin-bottom: 20px;
	height: 30px !important;
    margin-top: 20px;
    overflow: hidden;*/
}

.wd-add-btn.wd-add-btn-replace.woodmart-add-btn {
    background: #fff;
    margin-top: 0px;
    padding: 30px;
	border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

div.quantity input[type="number"] {
	width: 60px;
}



.cart-totals-inner tr.woocommerce-shipping-totals.shipping {
    display: none;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-date {
    width: 30%;
}



/*.product-grid-item .wd-entities-title {
    margin-bottom: 5px;
    font-size: 20px;
    font-family: 'Lato';
    padding: 0 10px;
}*/

/*****************KB***********/

#epkb-main-page-container.epkb-categories-template .browse, #epkb-main-page-container.epkb-categories-template .epkb-show-all-articles {
    color: #ccc;
    padding-top: 20px !important;
}

section.section_light_shadow.epkb-top-category-box {
    min-height: 410px;

}

#eckb-article-page-container-v2 ul {
    list-style: disc;
    margin-left: 2em;
    padding-bottom: 30px;
}

li.epkb-article-level-1 {
    font-family: 'Lato';
    font-weight: 600;
    font-size: 16px !important;
}

.epkb-cat-name {
    font-family: Lato !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em;
	  font-size: 19px !important;
}

li.eckb-article-toc__level.eckb-article-toc__level-1 a {
    font-weight: 600 !important;
    color: #222!important;
}

/****************************/

.woocommerce-additional-fields>h3 {
    display: none;
}

.woocommerce-form-login-toggle>.woocommerce-info {
    font-size: 28px;
}

.woocommerce-account-fields .woocommerce-form__label {
    font-size: 40px !important;
    font-family: 'Lato';
    font-weight: 600;
}

.whb-top-bar .wd-tools-element .wd-tools-text {
    font-weight: 600;
    font-size: 16px;
}

span.nav-link-text {
    font-weight: 600 !important;
    font-size: 13px;
}


/*.clia-text {
    font-size: 1.3em;
    font-weight: 900;
}*/

.tabs-layout-tabs .tabs li a {
    padding-top: 15px;
    padding-bottom: 10px;
    font-weight: 600;
    font-family: 'Lato';
}

.bulk-price-cta {
    font-size: 1.2em;
    font-weight: 900;
    color: #cc0000;
}

.additional_information_tab {
    display: none !important;
}

/*.price-right {
    float: right;
    padding-right: 10%;
}
*/



/*.subtitle-color-default.subtitle-style-default {
    color: #222222;
}*/

input.submit {
    color: #ffffff;
    background-color: #cc0000;
    border-radius: 5px;
}



.tabs-layout-tabs .tabs li a {
    font-size: 20px;
    color: #000 !important;
}

.woodmart-info-box .info-box-inner p:first-child:empty ~ p:last-child {
    display: inherit;
}

button.form_option_billing, button.form_option_shipping {
    background-color: #cc0000 !important;
    border-radius: 5px;
    font-weight: 400;
}

.woocommerce-account-fields .woocommerce-form__label {
    font-size: 22px;
}

tr.cart-discount span.woocommerce-Price-amount.amount {
    font-size: 35px !important;
    color: #e63126 !important;
}
tr.cart-discount.coupon-online-cup-tca-pcp {
    font-size: 44px !important;
}

tr.cart-discount th {
    font-size: 25px !important;
    color: #e63126 !important;
}

.header-icon p {
    font-size: 17px !important;
}

.woocommerce-info.hidden-notice {
    font-size: 1.2em;
}

.form-style-underlined .woocommerce-billing-fields__field-wrapper > p label {
    font-size: 1.3em !important;
}

.woodmart-hover-standard .woodmart-add-btn {
    margin-top: 20px;
    margin-bottom: 20px;
}

ol {
    list-style: decimal;
}

ol li{
    margin-bottom:15px;
}

h4.sidebar-h {
    margin-bottom: 10px;
}

h4.sidebar-h strong{
    color:#cc0000;
	  text-transform: uppercase;
    font-size: 25px;
}

/*************custom vaiations*****************/

/*span#info_packet_data {
    display: none;
}

.woovr-variations.woovr-variations-default {
    display: none;
}

.woocommerce-variation-price .price {
    font-size: 30px !important;
    margin: 20px 0;
}

.big-blue {
    font-size: 19px;
    color: #cc0000;
    font-weight: 800;
}

span.free-s {
    text-transform: uppercase;
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    color: #cc0000;
    margin-left:10px;
    float: right;
}

ul.mr_custom_variation_changer_list li {
    margin-bottom: 0px;
}

*/

/*************wholesale plugin******************/
.wwp-wholesale-pricing-details p {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 9px;
}
 /*************product styling******************/

 
.variations {
    display: none;
}
.tiered-pricing-option-checkbox {
        border: 1px solid #312d2d;
}

.tiered-pricing-option {
    border: 1px solid #383131;
}

.woocommerce-variation-description {
    display: none;
}

/*************new header**********************/
ul#menu-menu-top-left a {
    color: #2f6399;
}

ul#menu-menu-top-left a:hover{
    color: #cc0000 !important;
}

.header-info p {
    line-height: 1;
    margin-bottom: 0;
    font-size: 15px;
}

.header-icon p {
    font-size: 12px !important;
	  font-weight: 600;
}

.header-icon .box-icon-wrapper.box-with-icon.box-icon-simple {
    margin-bottom: 0;
	  margin-top: 10px !important;
}

/*****************Sidebar*******************/
.call-widget h4 {
    text-transform: uppercase !important;
}

/*****************ContactFrom***************/
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
    display: grid;
}

input.wpcf7-form-control.wpcf7-submit {
    background-color: #0083c0;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1;
    padding: 10px 45px;
    margin-top: 20px;
}

span.optional {
    display: none;
}

input.button {
    background-color: #01b0ef;
    color: #fff;
    border-radius: 10px;
    padding: 15px 35px;
    font-size: 17px;
    font-weight: 400;
}

a.button.wc-backward {
    margin-left: 20px;
    border-radius: 5px;
    color: #fff;
    background-color: #cc0000;
}

h1.product_title.entry-title {
    font-size: 28px;
}

/********************product tables**********************/

td.drug-list-td {
    font-size: 18px !important;
}

table.bulk-pricing th {
    text-align: center !important;
    background-color: #01b0ef;
    line-height: 1;
    color: #fff;
    font-family: 'Lato', sans-serif;
}

table.bulk-pricing {
    margin-bottom: 10px;
}

table.bulk-pricing td {
    text-align: center !important;
}

tr.col-1, tr.col-3 {
    background-color: #f9f9f9;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

tr.col-3 {
    color: #ce0000;
}


table td {
    padding: 6px 9px !important;
    border: 1px solid #ccc !important;
		background-color: #fff;
}


tr.tests-h td {
    background-color: #0cb1ef;
    color: #fff;
    text-align: center !important;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
}

td.drug-list-td {
    font-family: 'Lato', sans-serif;
    text-align: center !important;
    font-size: 13px !important;
}

#tab-additional_information .shop_attributes th {
    width: 33%;
}

/****************Add to card***********/

@media only screen and (max-width: 1380px){
.woodmart-sticky-btn-container.container {
    width: 70% !important;
    float: left;
}
}

.btns-shop-light .woodmart-hover-standard .btn-add>a {
    padding: 7px 24px !important;
}

/*******************footer***********************/
.footer-box .info-box-content {
    background-color: transparent;
}

.woodmart-list .list-icon {
    margin-right: 20px;
	  font-size: 24px;
}

footer a {
    color: #ffffff !important;
}

footer .sub-sub-menu .nav-link-text {
    color: #ffffff !important;
}

/*****************grid text***************/

.product-list-item .grid-desc{
    display: none;
}
/*.product-list-info{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-list-info .product-meta{
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}*/

.last {
    font-size: 1em !important;
    color: inherit !important;
}

/* WPT 
.login:not(.hidden-form) {
    display: block !important;
}*/

.gloves{
	padding:5px;
	}

.wd-shop-tools .wd-last {
    font-size: 2em;
}
.product-label.new {
    font-size: 30px!important;
}
@media (min-width: 1025px) {
	.strips-menu-item .info-box-icon {
    font-size: 25px;
	margin-bottom:10px;
}

.strips-menu-item :hover {
    color: #cc0000 !important;
	
}


.strips-menu-item .box-icon-wrapper.box-with-text {
    font-weight: 700;
    line-height: 0.3 !important;
}

span.menu-price {
    line-height: 1;
    color: #000;
	  font-weight: 600;
	    float: right;
}

span.menu-price strong {
    color: #cc0000;
    font-weight: 900;
    font-size: 1.3em;
    line-height: 1;
}
:is(.widget,.wd-widget,div[class^="vc_wp"]) {
    line-height: 1.4;
    --wd-link-color: #50485b;
    --wd-link-color-hover: #cc0000;
}
span.tiered-pricing-dynamic-price-wrapper.tiered-pricing-dynamic-price-wrapper--variable {
    display: none;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.blowout-desktop{
	display:none !important;
}


}

@media (min-width: 577px) and (max-width: 767px) {
	.blowout-desktop{
	display:none !important;
}

}

@media (max-width: 576px) {
	a.button.wc-backward {
    margin-left: 0;
    border-radius: 5px;
    color: #fff;
    background-color: #e63126;
    margin-top: 20px;
}

.wd-header-mobile-nav.wd-style-text .wd-tools-text {
    display: inherit !important;
}.

.blowout-desktop{
	display:none !important;
}

.big-blue {
    font-size: 15px !important;
    color: #c00;
    font-weight: 800;
}


}

