/*
Theme Name: Shoes Store
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.4
*/

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

}

h1{
    font-size: 56px;
    line-height: 1.25;
}
h2{
    font-size: 40px;
    line-height: 1.25;
}
h3{
    font-size: 32px;
    line-height: 1.35;
}
h4{
    font-size: 20px;
    line-height: 1.55;
}


.header-bottom-nav > li > a {
    font-size: 14px;
}

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

.header-main .nav > li > a{
	font-weight: 400;
    text-transform: none;
    font-size: .75em;
    text-decoration: none;
    white-space: nowrap;
    transition: color .2s;
}

.header-main .header-nav.nav-left > li+li{
	margin: 0 20px;
}

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

.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{
	letter-spacing: 2px;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
}

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

.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: 20px;
}

.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: 28px;
}

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

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

.price-wrapper del{
    vertical-align: middle;
}


.box .price span.amount {
    font-weight: 700;
    font-size: 18px;
}
.product-summary .woocommerce-Price-currencySymbol {
    font-size: 28px;
    vertical-align: initial;
    margin-top: initial;
}

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



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

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

.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: 16px 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;
}

.shop-container .full-width .ubermenu-nav,
.shop-container  .container, 
.shop-container  .row,
.shop-container .row.row-collapse{
    max-width: 1200px;
}

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


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


body .box .image-tools.right a.button {
    display: block;
    font-size: 16px !important;
    line-height: 1.6 !important;
    border-radius: 5px;
    width: 80%;
    margin: 0 auto;
    display: inline-block;
}

.image-tools.right {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 0;
    top: initial;
    bottom: 20px;
}

.product .badge-container.absolute{
    left: initial;
    right: 10px;
    top: 10px;
    margin: 0;
}

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

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

.shop-page-title .breadcrumbs{
    font-weight: 400;
}

.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);
}
.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: 120px;
}
.quantity .button.minus, .quantity .button.plus {
    font-size: 18px !important;
    padding: 10px 16px;
}
.form-minimal.quantity .qty {
    font-size: 18px;
}


.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;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

@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;
    }

}