/*
Theme Name: Shoes Store
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.3211
*/
:root {
    --h-font-family: 'Overpass', sans-serif;
    --h-font-weight: 800;
    --h-font-style: normal;
    --h1-font-size: 56px;
    --h1-line-height: 1.25;
    --h2-font-size: 40px;
    --h2-line-height: 1.25;
    --h3-font-size: 32px;
    --h3-line-height: 1.35;
    --h4-font-size: 25px;
    --h4-line-height: 1.55;
}
html {
    scroll-behavior: smooth;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    
    font-weight: 400;
    line-height: 1.6;
    
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    margin: 0;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    
}

.h1, h1 {
    font-family: var(--h-font-family);
    font-weight: var(--h-font-weight);
    font-style: var(--h-font-style);
    font-size: var(--h1-font-size);
    line-height: var(--h1-line-height)
}

.h2, h2 {
    font-family: var(--h-font-family);
    font-weight: var(--h-font-weight);
    font-style: var(--h-font-style);
    font-size: var(--h2-font-size);
    line-height: var(--h2-line-height)
}

.h3, h3 {
    font-family: var(--h-font-family);
    font-weight: var(--h-font-weight);
    font-style: var(--h-font-style);
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height)
}

.h4, h4 {
    font-family: var(--h-font-family);
    font-weight: var(--h-font-weight);
    font-style: var(--h-font-style);
    font-size: var(--h4-font-size);
    line-height: var(--h4-line-height)
}


.header-main {
    max-width: 1150px;
    margin: 0 auto;
}

.nav-small.nav>li.html {
    font-size: 1em;
}

.header-bottom-nav > li > a {
    font-size: 20px;
    text-transform: uppercase !important;
}

.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before{
    height: 2px;
}

.header-main .nav > li > a{
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: color .2s;
    font-size: 14px;
}

.form-flat input:not([type="submit"]), .form-flat textarea, .form-flat select {
    border-radius: 4px;
}

.searchform-wrapper.form-flat .flex-col:last-of-type {
    margin-left: -3.9em;
}

.button:not(.circle), input[type=submit]:not(.circle){
	letter-spacing: 2px;
    font-weight: 500;
    font-size: 12px !important;
    padding: 10px 22px;
    line-height: 1 !important;
    border-width: 1px !important;
}


body .button.is-outline:hover{
	border: 1px solid #343434;
	color: #343434;
	background: transparent;
}

.justify-space-between {
    justify-content: space-between;
}

.justify-space-between:after{
	display: none;
}


.woocommerce-tabs .nav-line>li>a:before{
	height: 1px;
	top: auto;
	bottom: 0;
}
.woocommerce-tabs .nav-line>li{
	margin-right: 40px;
}
.woocommerce-tabs .nav-line>li>a{
	font-size: 16px;
	font-weight: 500;
	padding: 0;
}

.header-nav.header-nav-main.nav-right a.account-login img{
	max-width: 24px;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 0px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    -webkit-box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #dbdbdb);
    box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #dbdbdb);
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    -webkit-box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 1px #000);
    box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 1px #000);
}

.price ins{
	margin-right: 10px;
}

.price{
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
}

.price del{
	font-size: 12px;
}

.product-page-price del{
    font-size: 17px;
}   
.box .price{
	font-size: 16px;
	letter-spacing: 0;
}

span.amount{
	font-weight: 500;
}

.woocommerce-variation-price{
	border: none!important;
	padding-top: 0;
}

.product-title.entry-title{
	font-size: 32px;
}

.variations .label label{
	font-size: 14px;
	text-transform: capitalize;
}
.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name{
	text-transform: none;
	font-weight: 300;
}

p:empty {
    margin-bottom: 0; /* Set the desired margin bottom */
}

.price>.woocommerce-Price-amount.amount{
    font-size: 18px;
}

 .price-wrapper .product-page-price ins .amount{
    font-size: 18px;
}

.price-wrapper del .amount{
    font-size: 18px;
}

.box .price span.amount {
    font-weight: 700;
    font-size: 18px;
}

.box del span.amount {
    opacity: .5;
    font-size: 12px !important;
    font-weight: 400!important;
}
.product-summary .woocommerce-Price-currencySymbol {
    font-size: 18px;
    vertical-align: initial;
    margin-top: initial;
}

.product-summary del .woocommerce-Price-currencySymbol {
    font-size: 18px;
}

body .single_add_to_cart_button.button {
    letter-spacing: 0;
    font-size: 16px !important;
    color: #141414;
    font-weight: 400;
    position: relative;
    height: 46px;
    line-height: 46px!important;
    padding-top: 0;
    padding-bottom: 0;
    width: calc(100% - 209px);
    text-transform: initial;
    border-color: #141414;
    background-color: #fff!important;
}

.single_add_to_cart_button.button svg{
    width: 21px;
    height: 20px;
    vertical-align: sub;
    margin-right: 7px;
}


#sg-quick-buynow {
    background: #141414 !important;
    color: #fff;
    text-transform: uppercase;
    margin: 14px 0;
}


.product-section {
    border-top: none;
}

.product-section-title.product-section-title-related{
	display: none;
}
.widget_price_filter .price_label {
    padding-top: 12px;
    font-size: 12px;
}

.widget_price_filter .price_slider_amount .button{
	background: #3fbc1a;
}

.box .product-title{
	font-size: 18px;
    line-height: 1.55;
}

.box .price-wrapper {
    margin: 4px 0;
}

.footer-text{
	font-weight: 300;
}

#footer .absolute-footer{
	display: none;
}

.heading-footer p{
	font-size: 18px;
	margin-bottom: 10px;
    font-weight: 800;
}

.footer-nav a{
	font-size: 14px;
	color: #081712;
    border: none !important;
    opacity: 0.7;
}

.footer-nav .col-inner{
	font-size: 14px;
}

.cart_totals th.product-name{
    border-top: none;
    border-right: none;
    border-left: none;
}
.checkout-button.wc-forward {
    font-size: 18px !important;
    font-weight: 700;
}

.checkout-button.wc-forward  img{
	max-width: 24px;
}

.checkout-button.wc-forward{
    font-size: 18px !important;
    font-weight: 700;
    padding: 20px 0;
    line-height: 1 !important;
    letter-spacing: 3px;
}


.salesgen-countdown-timer-cart{
    background: #f4f4e1;
    border-radius: 4px;
    overflow: hidden;
    display: block;
    padding: 15px;
    font-size: 14px;
}

.salesgen-countdown-cart{
    margin-bottom: 10px;
}

.salesgen-countdown-timer-cart .sg-ux-timer{
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #fcfcce;
    padding: 4px 8px;
}



.fl-labels .form-row input[type=text]:focus,.fl-labels .form-row input[type=email]:focus,.fl-labels .form-row input[type=tel]:focus {
    box-shadow: none;
    border: 2px solid #000;
    background: white;
}


.fl-labels .form-row input[type=text],.fl-labels .form-row input[type=email],.fl-labels .form-row input[type=tel], .fl-labels .form-row select{
	border-radius: 8px;
    box-shadow: none !important;
}

.page-checkout-simple .is-well, .woocommerce-order-received .is-well {
	-webkit-box-shadow: none;
	box-shadow: none;
}


#checkout_custom_heading{
	display: flex;
	align-items: flex-start;
	flex-grow: 1;
}
#checkout_custom_heading>div{
	flex-grow: 1;
}
#checkout_custom_heading .ta-right{
	width: 110px;
	text-align: right;
}


#coupon_code_tmp{
    margin-top: 0;
    border-radius: 3px;
    box-shadow: none;
    margin-right: 14px !important;
    width: 90%;
    float: left;;
}
#checkout_custom_heading h3 {
    padding-left: 35px;
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 20V14M19 14L21 16M19 14L17 16" stroke="%231C274C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M22 12C22 8.22876 22 6.34315 20.8284 5.17157C19.6569 4 17.7712 4 14 4H10C6.22876 4 4.34315 4 3.17157 5.17157C2 6.34315 2 8.22876 2 12C2 15.7712 2 17.6569 3.17157 18.8284C4.34315 20 6.22876 20 10 20H14" stroke="%231C274C" stroke-width="1.5" stroke-linecap="round"/><path d="M10 16H6" stroke="%231C274C" stroke-width="1.5" stroke-linecap="round"/><path d="M13 16H12.5" stroke="%231C274C" stroke-width="1.5" stroke-linecap="round"/><path d="M2 10L22 10" stroke="%231C274C" stroke-width="1.5" stroke-linecap="round"/></svg>');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px;
}

#place_order{
    width: 100%;
    padding: 6px 0;
    font-size: 16px !important;
    text-transform: none;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px !important;
}

pre {
    background-color: #f9f9f9;
    border: none;
}

.newsletter input[type="email"] {
    line-height: 50px;
    display: inline-block;
    height: 50px;
    border-radius: 3px;
    box-shadow: none;
    margin-right: -5px;
}


.newsletter input[type="submit"]{
    line-height: 50px;
    height: 50px;
    padding: 0 22px;
}

.breadcrumb-wrp .col{
    padding-bottom: 0px;
}


body.single-product .quantity input {
    height: 46px;
    line-height: 46px;
}


.badge-inner.on-sale {
    background-color: #dd3c3c;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
}

body .shop-page-title,
.shop-page-title .breadcrumbs a,
.shop-page-title .breadcrumbs{
    color: #081712;
    text-shadow: none;
}

body h1.shop-page-title{
    font-size: 28px;
}

.shop-page-title .breadcrumbs{
    font-weight: 400;
    margin-bottom: 5px;
}

.shop-page-title .breadcrumbs a{
    opacity: 0.48;
}
.woocommerce_before_shop_loop_nav{
    text-align: right;
}

input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
    border: 1px solid rgba(8, 23, 18, 0.2);
    border-radius: 4px;
}
.is-form, button.is-form, input[type='submit'].is-form, input[type='reset'].is-form, input[type='button'].is-form{
    border: 1px solid rgba(8, 23, 18, 0.2);
}
input[type='email']:hover, input[type='date']:hover, input[type='search']:hover, input[type='number']:hover, input[type='text']:hover, input[type='tel']:hover, input[type='url']:hover, input[type='password']:hover, textarea:hover, select:hover, .select-resize-ghost:hover, .select2-container .select2-choice:hover, .select2-container .select2-selection:hover ,
.is-form:hover, button.is-form:hover, input[type='submit'].is-form:hover, input[type='reset'].is-form:hover, input[type='button'].is-form:hover,
.quantity:hover input{
    border-color: rgba(8, 23, 18, 0.4);
}

.cart .quantity{
    max-width: 200px;
}
.quantity .button.minus, .quantity .button.plus {
    font-size: 18px !important;
    padding: 10px 16px;
}
.form-minimal.quantity .qty {
    font-size: 18px;
    max-width: 94px;
    width: 94px;
}


.block-stock_countdown {
    color: rgba(221,60,60,1);
    flex-direction: column;
    margin-bottom: 20px;
}

.block-stock_countdown svg {
    min-width: 22px;
    height: 22px;;
    margin-right: 8px
}

.block-stock_countdown svg path {
    fill: #dd3c3c;
}

.block-stock_countdown__progress {
    line-height: 0;
    min-width: 256px
}

.block-stock_countdown__progress progress[value] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 4px;
    width: 100%;
    color: #dd3c3c;
    border-radius: 2px;
    border: none
}

.block-stock_countdown__progress progress[value]::-webkit-progress-value {
    background: #dd3c3c;
    box-shadow: inset 0 -1px 2px rgba(0,0,0,.1),inset 0 1px 2px rgba(255,255,255,.25);
    border-radius: 2px
}

.block-stock_countdown__progress progress[value]::-webkit-progress-bar {
    background-color: rgba(8,23,8,.05);
    border-radius: 2px
}

.block-stock_countdown__progress progress[value]::-moz-progress-bar {
    background-color: rgba(8,23,8,.05);
    box-shadow: inset 0 -1px 2px rgba(0,0,0,.1),inset 0 1px 2px rgba(255,255,255,.25);
    border-radius: 2px
}

.block-stock_countdown p{
    margin-bottom: 0;
    font-size: 14px;
}


.viewing{
    font-size: 14px;
    margin-bottom: 20px;
}

.viewing svg{
    vertical-align: middle;
}

.woocommerce-checkout .large-5.col .col-inner{
    background: linear-gradient(rgba(8, 23, 18, 0.03), rgba(8, 23, 18, 0.03));
    border: 1px solid rgba(8, 23, 18, 0.08);
    border-radius: 8px;
}

#place_order>span{ 
    display: block;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}
#place_order span{
    color: #fff;
    font-weight: 400;
}

.trust-badges-checkout{
    text-align: center;
}

.trust-badges-checkout img{
    margin: 0 10px;
    width: 90px;
}

.header-nav-main.nav li+li{
    margin: 0 12px;
}


.header:not(.transparent) .header-nav-main.nav > li > a:hover:after,
.header:not(.transparent) .header-nav-main.nav > li.current > a:after,
.header:not(.transparent) .header-nav-main.nav > li > a.active:after,
.header:not(.transparent) .header-nav-main.nav > li.active > a:after {
    content: "";
    border: 1px solid;
    border-color: inherit;
    position: absolute;
    bottom: 1px;
    width: 100%;
}

.menu-item-home a:after {
    content: none!important;
}

.header:not(.transparent) .header-nav-main.nav a{
    
    font-weight: 600;
}
.category-page-row {
    padding-top: 0px;
}

.featured-title .page-title-inner {
    padding-bottom: 0px;
}

.product-page-accordian .toggle{
    left: auto;
    right: 0;
    top: 1.3em;
}

.product-page-accordian .accordion-inner{
    padding-left: 0;
    padding-right: 0;
    padding-top: 16px;
}

.product-page-accordian .accordion-title.active{
    background:transparent !important;
    color: #031a1c !important;
    padding-bottom: 0px !important;
}

.product-page-accordian .accordion-item:first-child .accordion-title{
    border-top: none;
}

.accordion-title {
    font-size: 16px;
    font-weight: 600;
    padding-left: 0;
    padding-top: 24px;
    padding-bottom: 24px;
	text-transform: uppercase;
}

.share-icons-title{
    font-size: 16px;
    font-weight: 500!important;
    color: #031a1c;
}

.social-icons a{
    color: #031a1c;
}

body.page .entry-title{
    font-size: 28px;
}

body.page .entry-content h2{
    font-size: 18px;
}

.d-block{
    display: block!important;
}

.d-inline-block{
    display: inline-block!important;
}

.sticky-add-to-cart-wrapper #sg-quick-buynow{
    display: none!important;
}

.add-to-cart-container form.cart{
    margin-bottom: 0px;
}


.section-title-normal {
    border-bottom: none;
}

.section-title-normal {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    position: relative;
    margin-bottom: 0;
}

.section-title-normal b:first-child{
    align-self: center;
    background: #141414;
    border-radius: 0;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    height: 2px;
    margin: 30px 0px;
    opacity: 1;
    padding: 0px;
    position: unset;
    width: 6%;
    display: inline-block;
    flex: none;
}

.section-title-normal span{
    margin: 0;
    padding: 0;
    border-bottom: none;
}


.callout.badge.badge-square{
    height: auto;
}

.badge .onsale{
    padding: 6px 5px;
    display: block;
    font-size: 12px;
}
.badge-container {
    margin: 10px 0 0;
}

.row-collapse>.col, .row-collapse>.flickity-viewport>.flickity-slider>.col {
    padding: 3px !important;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button:is(button) {
    background-color: rgba(255, 255, 255, .8);
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .06);
    border-radius: 50%!important;
    overflow: hidden;
    height: 44px;
    width: 44px;
    padding: 0;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button:is(button) svg.yith-wcwl-add-to-wishlist-button-icon {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
}

.yith-add-to-wishlist-button-block{
    display: none;
}

.image-tools .wishlist-icon{
    display: none!important;
}

.p1, .p1 p{
    font-size: 18px;
    margin-bottom: 0;
}

.section-title-container{
    margin-bottom: 0;
}

.tnp-field label {
    display: none;
}

.tnp-submit, .tnp-email{
    display: block;
    max-width: 350px;
    width: 100%;
}
body  .tnp-field .tnp-submit{
    width: 100%!important;
    height: 40px;
    line-height: 40px !important;
    padding: 0;
}
body .tnp-field .tnp-email{
    height: 40px;
    line-height: 40px !important;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #FFF;
    border-radius: 8px;
}
div.tnp-subscription, form.tnp-subscription, form.tnp-profile {
    display: block;
    margin: 1em 0 auto auto;
    max-width: 550px;
    width: 100%;
}

.single-product .shop-container .row{
    max-width: 1150px;
}

body .related-section .row{
    max-width: 1830px!important;
}

body .wcpa_form_outer .wcpa_form_item .color-group .wcpa_color label {
    font-weight: 400;
    
}

body .wcpa_form_outer .wcpa_form_item .color-group.color-inline .wcpa_color label span{
    text-transform: uppercase;
    padding: 0px 14px;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 8px;
}
body .wcpa_form_outer .wcpa_form_item .color-group .wcpa_color input:checked+label span {
    border: 1px solid #404040;
    background-color: #404040!important;
    box-shadow: none;
    color: #fff;
}

.product-page-accordian .toggle i{
    display: none;
}
.product-page-accordian .toggle {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0icy1pY29uIGZsZXggaXRlbXMtY2VudGVyIG1kLTIwIHBvaW50ZXIgYWNjb3JkaW9uX19pY29uIGZsZXggaXRlbXMtY2VudGVyIG1kLTIwIHBvaW50ZXIgYWNjb3JkaW9uX19pY29uIiB3aWR0aD0iMWVtIiBoZWlnaHQ9IjFlbSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgYXJpYS1oaWRkZW49InRydWUiIHJvbGU9ImltZyIgdmlld0JveD0iMCAwIDI0IDI0IiBkYXRhLWljb249Im1kaXxhZGQiIHN0eWxlPSJmb250LXNpemU6IGNhbGModmFyKC0tcDEtZm9udC1zaXplKSAqIHZhcigtLXAxLWxpbmUtaGVpZ2h0KSk7Ij48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0xOSAxM2gtNnY2aC0ydi02SDV2LTJoNlY1aDJ2Nmg2djJ6Ij48L3BhdGg+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: center;
    width: 30px;
    height: 30px !important;
    display: inline-block;
    background-size: cover;
    max-height: 16px;
    overflow: hidden;
    padding: 0;
    min-height: 30px;
    opacity: 1;
    box-shadow: none !important;
}



.product-page-accordian  .accordion-title.active .toggle{
  background-image: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0icy1pY29uIGZsZXggaXRlbXMtY2VudGVyIG1kLTIwIHBvaW50ZXIgYWNjb3JkaW9uX19pY29uIGZsZXggaXRlbXMtY2VudGVyIG1kLTIwIHBvaW50ZXIgYWNjb3JkaW9uX19pY29uIiB3aWR0aD0iMWVtIiBoZWlnaHQ9IjFlbSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgYXJpYS1oaWRkZW49InRydWUiIHJvbGU9ImltZyIgdmlld0JveD0iMCAwIDI0IDI0IiBkYXRhLWljb249Im1kaXxyZW1vdmUiIHN0eWxlPSJmb250LXNpemU6IGNhbGModmFyKC0tcDEtZm9udC1zaXplKSAqIHZhcigtLXAxLWxpbmUtaGVpZ2h0KSk7Ij48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0xOSAxM0g1di0yaDE0djJ6Ij48L3BhdGg+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: center;
}
.wcpa_form_outer label {
    font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
}

.nav-top-link .icon-user{
    display: none;
}

body .account-item .nav-top-link img{
	max-width: 24px;
}
.nav-dropdown-has-shadow .nav-dropdown {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .15);
}
.nav > li > ul.sub-menu > li {

}
.nav > li > ul.sub-menu > li > a {
    font-weight: 700;
    color: #141414;
	font-size: 0.9em;
    text-transform: uppercase;
}


.marquee{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

.marquee > * {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 30s linear infinite;
    box-sizing: content-box;
    width: 100%;
}

@keyframes marquee {
    0%   { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}

.woocommerce-cart-form .ux-quantity.quantity.form-minimal {
    display: flex;
    clear: both;
}

.woocommerce-cart-form .form-minimal.quantity .qty {

    width: 50px;
}
.nav > li > .nav-dropdown {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto !important;
	overflow: visible;
	max-height: max-content;
}
.nav > li > ul.sub-menu > li {
	display: flex;
	flex: 1 1 calc(25% - 12px);
	box-sizing: border-box;
	flex-direction: column;
  justify-content: stretch;
}

.product-small .price ins .woocommerce-Price-amount{
	color: #111;
	
}
.bg-black h4 {
    background-color: #000;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 0 10px !important;
    line-height: 50px;
    height: 50px;
    font-size: 1.17em;
    width: auto;
}

.salesgen-upsell-bundle > h2{
	font-size: 25px;
}
body .button.salesgen-select-options {
    height: 32px;
    line-height: 32px !important;
    padding: 0;
    max-height: 32px;
    color: #141414;
    letter-spacing: normal;
    text-transform: uppercase;
}
body .button.salesgen-add-bundle {
    height: 50px;
    line-height: 50px !important;
    font-size: 18px !important;
    letter-spacing: normal;
	border-radius: 0!important;
}
body .button.salesgen-select-options:hover {
    background-color: #000000 !important;
    color: #fff !important;
	
}

.wcpa_form_outer .wcpa_form_item .wcpa_helptext {
    font-size: 14px !important;
    text-transform: uppercase;
}
.wcpa_form_item > label:after {
    content: ":";
}
.ux-quantity.quantity.form-minimal{
	margin-right: 10px;
}
ul.product_list_widget li .quantity, .cart-popup-inner .widget_shopping_cart_content .price-wrapper {
	opacity: 1!important;
}
.ux-mini-cart-qty .form-minimal.quantity .qty{
	 width: 20px;
}


.woocommerce-mini-cart__total.total span.amount {
    font-weight: 700;
}

p.woocommerce-mini-cart__buttons.buttons .button:first-child {
    color: #111;
    background-color: #fff;
    border: 1px solid #111;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
    height: 44px;
    line-height: 44px !important;
    padding: 0 !important;
	font-weight: 700;
	letter-spacing: 2px;
	    text-transform: capitalize;
	font-size: 14px!important;
	border-radius: 0!important;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    color: #141414;
    font-weight: 700;
    font-size: 14px;
	text-transform: uppercase;
}

.woocommerce-product-gallery .yith-wcwl-add-to-wishlist {
    position: absolute;
    z-index: 1;
    left: 10px;
}

.woocommerce-product-gallery  .add_to_wishlist.single_add_to_wishlist span{
	display: none;
}

.yith-wcwl-wishlistaddedbrowse a {
    display: none;
}
.yith-wcwl-wishlistaddedbrowse span.feedback {
    width: 25px;
    height: 25px;
    overflow: hidden;
}


.time-block span {
    width: 100%;
    display: block;
    min-width: 50px;
    text-align: center;
    background-color: #fff;
    color: #000;
    border-radius: 8px;
    min-height: 50px;
    vertical-align: middle;
    line-height: 50px;
    font-weight: 700;
    font-size: 26px;
    padding: 0 !important;
    font-family: tahoma;
	    margin-bottom: 8px;
}
.countdown-container .timer {
    display: inline-flex;
    flex-wrap: nowrap;
}
.time-block {
    text-align: center;
	margin: 0 10px 0 0;
}
.countdown-container {
    margin-bottom: 20px;
}

.salesgen-upsell-options.active .sizechart-ct{
	display:none !important
}
.sizechart-ct{
	margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.sizechart-ct button{
	 position: absolute;
    right: 40px;
    top: -22px;
    font-size: 13px;
    text-decoration: underline;
    font-weight: 500;
    color: #e10a0b !important;
    cursor: pointer;
    z-index: 99;
	white-space:nowrap;
}
.wpb-psc-size-content table{
	border-collapse: collapse;
}
.wpb-psc-size-content h2{
	text-align:center;
}
.wpb-psc-size-content thead th,.wpb-psc-size-content tbody td {
    border: 1px solid #000;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}
.wpb-psc-table-style-true .wpb-psc-content-wrapper .wpb-psc-table{
	display:none;
}
.wcpa_form_outer .wcpa_row {
    position: relative;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

    .image-tools.right{
        display: none!important;
    }

    .woocommerce_before_shop_loop_nav{
        text-align: center!important;
    }
	
	h3, .h3{
		font-size: 25px;
		line-height: 1.35;
	}
	div.tnp-subscription {
	    margin: auto;
	}
	.shop_table .product-quantity {
        display: none;
    }
  
  .mobile-center{
  	text-align: center;
  }
  .countdown-container{
  	margin: 0 auto 20px;
    text-align: center;
  }
  .countdown-container .timer {
    margin: 0 auto;
  }
  
  body .mobile-center .col-inner {
  text-align: center;
  }
	.single_add_to_cart_button.button{
		width: 100%!important;
    margin-top: 20px;
	}
	    
}

@media only screen and (min-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .single_add_to_cart_button.button:hover, #place_order:hover {
        cursor: pointer;
        transform: scale(1.04);
        transition: all .15s ease-in-out;
    }
    .hide-for-desktop{
        display: none!important;
    }

}