/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.variations .label, 
.variations .value {
    vertical-align: top;
    text-transform: capitalize;
}

.variations .reset_variations {
	/*display:none!important;*/
}

.accordion-title {
	border-color: #ddd !important;
	border-bottom: 1px solid #ddd;
	font-weight: bold !important;
	text-align: center !important;
}

.accordion .toggle {
	right: 25% !important;
	left: auto !important;
}

.product-info .breadcrumbs {
    display: none;
}



.product-summary .price-wrapper{
    margin-bottom: 15px;
    margin-top: 15px;
}
.product-summary .price-wrapper p{
    margin: 0;
}

.swatch-term-wrap{
    display: block;
    margin: 0;
}
.swatch-term-wrap li{
    display: inline-block;
    list-style: none;
    border: 1px solid #ddd;
    padding: 2px;
    margin: 0 13px 7px 0 !important;
    min-width: 6em;
    min-height: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
    position: relative;
    border-radius: 3px;
    cursor: pointer;
    font-size: 1em;
    box-shadow: 0px 1px 3px 0px #D4D4D5, 0px 0px 0px 1px #D4D4D5;
    -moz-box-shadow: 0px 1px 3px 0px #D4D4D5, 0px 0px 0px 1px #D4D4D5;
    -webkit-box-shadow: 0px 1px 3px 0px #D4D4D5, 0px 0px 0px 1px #D4D4D5;
}
.swatch-term-wrap li:before{
    position: absolute;
    content: '';
    z-index: 1;
    display: block;
    border: 2px solid #4bb232;
    left: -2px;
    top: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: 2px;
    opacity: 0;
}
.swatch-term-wrap.swatch-term-image li,
.swatch-term-wrap[data-id=pa_color] li{
    width: 2.5em;
    height: 2.5em;
    min-width: 0;
    min-height: 0;
}
.swatch-term-wrap.swatch-term-image li,
.swatch-term-wrap.swatch-term-image li span{
    padding: 0;
}
.swatch-term-wrap.swatch-term-image li.active,
.swatch-term-wrap[data-id=pa_color] li.active {
    background: none;
}
.swatch-term-wrap.swatch-term-image li span,
.swatch-term-wrap[data-id=pa_color] li span {
    height: calc(2.5em - 6px);
}
.swatch-term-wrap li.disable{
    display: none;
}
.swatch-term-wrap li.active{
    background-color: #4bb232;
    color: white;
}
.swatch-term-wrap li.active:before,
.swatch-term-wrap li:hover:before{
    opacity: 1;
}
.swatch-term-wrap li span{
    position: relative;
    z-index: 9;
    padding: 0 3px;
}

.woocommerce-variation .woocommerce-variation-price{
    display: none;
}
.swatch-term-wrap li .term_color{
    display: block;
}
.styles_select,
select.swatch-select.swatch-select-hide{
    display: none;
}

form.cart .quantity .minus, 
form.cart .quantity .plus {
    width: 32px!important;
    height: 40px;
}
form.cart .quantity .minus{
    border-radius: 5px 0 0 5px;
}
form.cart .quantity .plus{
    border-radius: 0 5px 5px 0;
}
.cart .quantity input[type="number"]{
    height: 40px;
}
.variations .variation-item td{
    display: block;
}

.cart .single_add_to_cart_button,
.wc-proceed-to-checkout .checkout-button{
    height: 60px;
    width:  100%; 
    font-size: 1.25rem!important;
    box-shadow: inset 0 -3px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 -3px rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 -3px rgba(0,0,0,.1);
    border-radius: 4px;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    margin-right: 0;
    margin-bottom: 0;
    line-height: 60px;
}
.cart .sticky-add-to-cart--active .single_add_to_cart_button{
    width: auto;
    height: 40px;
    min-height: 0;
    line-height: 40px;
    font-size: 1rem !important;
}

.woocommerce-variation.single_variation span.amount{
    color: red;
}
.box-text p.product-title{
    margin-bottom: 4px;
}
@media (max-width: 549px){
    *{}
    .variations_form.cart .sticky-add-to-cart:not(.sticky-add-to-cart--active) .single_add_to_cart_button{
        font-size: 20px!important;
    }
    .variations_form.cart .sticky-add-to-cart .single_add_to_cart_button{
        width: 100%;
        margin-right: 0;
    }    
    .variations_form.cart .sticky-add-to-cart:not(.sticky-add-to-cart--active) .quantity input[type="number"]{
        height: 40px;
    }
    .swatch-term-wrap li{
        min-width: 5em;
        margin: 0 10px 7px 0!important;
        min-height: 1.8em;
        line-height: 1.8em;
    }
    .product-main{
        padding: 20px 0;
    }
}

#wc-stripe-payment-request-wrapper{
    display: none;
}

body .wcst_sales_count {
    background: #fff;
    border: 1px solid #ececec;
    display: block;
    clear: both;
    padding: 10px 15px;
    margin: 15px 0;
    text-align: center;
}

.wcst_guarantee_box {
    padding: 15px;
    margin-bottom: 15px;
    display: block;
    clear: both;
    background: #f4f5f4;
    border: 1px solid #ececec;
}
.wcst_guarantee_box .wcst_guarantee_box_row {
    margin-bottom: 15px;
}
.wcst_guarantee_box .wcst_guarantee_box_row:last-child{
    margin-bottom: 0;
}
.wcst_guarantee_box .wcst_guarantee_box_row .wcst_guarantee_box_icon {
    width: 50px;
    margin-left: 5px;
    float: left;
}
.wcst_guarantee_box .wcst_guarantee_box_row .wcst_guarantee_box_icon svg{
    max-width: 100%;
}
.wcst_guarantee_box .wcst_guarantee_box_row .wcst_guarantee_box_text {
    display: block;
    padding-left: 75px;
}

.wcst_guarantee_box .wcst_guarantee_box_row .wcst_guarantee_box_text h5 {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 5px;
    clear: none;
}
.wcst_guarantee_box .wcst_guarantee_box_row .wcst_guarantee_box_text p{
    margin-bottom: 0;
}

.variation-item td:first-child{
    padding-right: 10px!important;
}
.variation-item select{
    margin-top: 0!important;
}


@media only screen and (max-width: 575px){
    *{}
    .jdgm-widget .jdgm-rev.jdgm-rev{
        width: calc(50% - 8px)!important;
    }
    .jdgm-rev .jdgm-rev__content {
        padding: 8px 10px!important;
        font-size: 14px!important;
    }
    .jdgm-all-reviews-widget, 
    .jdgm-rev-widg{
        padding: 10px!important;
    }
}

.payment_box.payment_method_stripe{
    margin-top: 10px!important;
}

/*Paypal plugin error icon checkout. Maybe remove when it fixed*/
/*
.wcppec-checkout-buttons {
	display: none;
}
*/
ul.menu>li+li, .widget>ul>li+li{
    border: none!important;    
}
.widget ul>li>a{
    padding: 4px 0;
}
.featured-box h6{
    text-transform: none;
}

.td_reviews_header{
    border: 1px solid #DDD;
    padding: 10px 20px;
    border-radius: 8px;
}
.td_reviews_header_star{
    padding-bottom: 10px;
    letter-spacing: -2px;
    padding-right: 18px;
}
.td_reviews_header_star .fa-star:before, 
.td_reviews_header_star .stamped-fa-star:before{
    font-size: 24px;
}


.stamped-summary-ratings {
	color: #999;
	font-size: 12px;
	line-height: normal;
    margin-bottom: 10px;
}

.summary-rating {
	margin-bottom: 2px
}

.summary-rating-title {
	font-size: 0!important;
	width: 105px!important;
	display: inline-block;
	cursor: pointer
}

.summary-rating-bar {
	height: 15px!important;
	vertical-align: middle;
	width: 48%!important;
	display: inline-block;
	background: #f0f0f0;
	border: none;
	text-align: center;
	cursor: pointer
}

.summary-rating-bar>div {
	font-size: 0!important;
	height: 15px;
	line-height: 0;
	padding: 0
}

.summary-rating-bar-content {
	background: #ffd200;
	line-height: normal;
	display: flex;
	padding: 1px 0 2px;
	word-wrap: initial;
	word-break: initial
}

.summary-rating-count {
	color: #333!important;
	width: 15%;
	display: inline-block;
	text-align: left;
	padding-left: 18px;
	color: #ccc;
	font-size: 14px;
	position: absolute
}

.summary-rating:nth-child(1) .summary-rating-title:before,
.summary-rating:nth-child(2) .summary-rating-title:before,
.summary-rating:nth-child(3) .summary-rating-title:before,
.summary-rating:nth-child(4) .summary-rating-title:before,
.summary-rating:nth-child(5) .summary-rating-title:before {
	font-family: fl-icons!important;
	font-size: 18px;
	width: 200px!important;
	color: #999
}

.summary-rating:nth-child(1) .summary-rating-title:before {
	content: '\e005\e005\e005\e005\e005'
}

.summary-rating:nth-child(2) .summary-rating-title:before {
	content: '\e005\e005\e005\e005\e006'
}

.summary-rating:nth-child(3) .summary-rating-title:before {
	content: '\e005\e005\e005\e006\e006'
}

.summary-rating:nth-child(4) .summary-rating-title:before {
	content: '\e005\e005\e006\e006\e006'
}

.summary-rating:nth-child(5) .summary-rating-title:before {
	content: '\e005\e006\e006\e006\e006'
}

.summary-rating-count:before {
	content: '('
}

.summary-rating-count:after {
	content: ')'
}

.stamped-review {
	border-top: 1px solid #eee;
	margin-bottom: 30px;
	padding-top: 25px
}

.stamped-review-header {
	font-size: 14px;
	width: 100%;
	line-height: 18px
}

.stamped-review-avatar {
	float: left;
	position: relative;
	float: left;
	padding: 0;
	margin-right: 10px;
	color: #bbb
}

.stamped-review[data-verified=buyer] .stamped-review-avatar:before {
	content: '\e901';
	font-family: fl-icons;
	font-size: 21px!important;
	position: absolute;
	right: -5px;
	bottom: 0;
	color: #1cc286
}

.stamped-review-avatar-content {
	display: table-cell;
	vertical-align: middle;
	height: 56px;
	width: 55px;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	text-transform: inherit;
	font-style: initial;
	margin-right: 10px
}

.stamped-review-header .created,
.stamped-review-header-byline .created {
	float: right!important;
	color: #999;
	font-size: 12px;
	font-weight: 400
}

.stamped-review .author {
	margin-right: 7px
}

.verified-badge {
	display: block;
	font-size: 12px;
	white-space: nowrap
}

.verified-badge .icon {
	display: none;
	background: 0 0;
	float: none;
	width: auto;
	height: auto;
	margin-right: -2px
}

.stamped-review-header .verified-badge[data-type=buyer]:after {
	content: ' Verified Buyer'
}

.stamped-review-header .review-location {
	color: #999;
	font-size: 12px;
	font-weight: 400
}

.stamped-review-header-starratings {
	font-size: 14px;
	display: inline-block;
	margin-left: -2px;
    letter-spacing: 5px;
}

.fa-star:before,
.stamped-fa-star:before {
    content: '\e005';
    font-family: "fl-icons" !important;
	color: #ffd200;
	margin-right: -1px;
	font-style: normal
}

.fa-star-o:before,
.stamped-fa-star-o:before {
	content: '\e006';
	color: #ffd200;
	font-family: fl-icons!important;
	font-size: 18px;
	margin-right: -1px;
	font-style: normal
}

.review_content_wrapper {
	padding-top: 3px;
	display: none
}

.review_content_wrapper.active {
	display: block
}

.review_arrow {
	float: right;
	padding: 10px 0;
	font-size: 180%;
	font-weight: 700
}

.product-detail {
	border-top: 1px solid #eee;
	margin-bottom: 30px;
	padding-top: 25px
}
.absolute-footer ul{
    border: none;
}
.lightbox-content .quantity {
    margin-bottom: 1em;
}

.page-checkout-simple {
    padding: 0;
}
.page-checkout-simple .cart-header{
    background: #FFF;
    padding: 25px 0;
    border-bottom: 2px solid #000;
}

.page-checkout-simple .cart-header-inner{
    position: relative;
}
.page-checkout-simple .cart-header-inner > a{
    display: none;
}
.variations_form.cart .blockUI.blockOverlay{
    display: none!important;
}


span.amount{
    color: #d63031;
}
ins span.amount {
    font-size: 20px;
}
.product-page-price ins span.amount {
    font-size: 30px;
    color: #d63031 !important;
}



.checkout_coupon{
    display: block!important;
    margin-top: 25px;
}
.shipping__table td{
    border: none;
}
.shipping__list,
.checkout-content-wrap .woocommerce-shipping-methods,
.wc_payment_methods.payment_methods.methods{
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 0;
}
.woocommerce-shipping-methods li label{
    font-weight: normal;
    margin-bottom: 0;
}

.checkout-content-wrap .woocommerce-shipping-methods li,
.shipping__list li{
    padding: 8px 16px;
    border-bottom: 1px solid #d9d9d9;
}
.woocommerce-shipping-methods li:last-child,
.shipping__list li:last-child{
    border: none;
}
.woocommerce-shipping-methods li input[type='checkbox'], 
.woocommerce-shipping-methods li input[type='radio'] {
        margin-bottom: 3px;
}

.wc_payment_methods.payment_methods.methods{
    border-bottom: 1px solid #d9d9d9;
    margin: 0 0 20px;
}
.wc_payment_methods.payment_methods.methods .wc_payment_method{
    padding: 8px 16px 0;
}
.wc_payment_methods.payment_methods.methods .wc_payment_method label{
    font-size: 14px;
    margin-bottom: 4px;
    display: inline-block;
}
.payment_method_ppec_paypal img {
    display: inline-block;
    margin-top: -5px;
}
.wc_payment_methods.payment_methods.methods .wc_payment_method > div{
    background-color: #efefef;
    margin: 0 -15px;
    padding: 15px;
}
.woocommerce-shipping-totals ul{
    margin-bottom: 0;
}
.wc-saved-payment-methods{
    margin: 0 0 10px;
    padding: 0;
}

#place_order{
    margin: 0;
    width: 100%;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
}
.checkout-box-title,
form.checkout h3.checkout-box-title{
    color: #333333;
    font-weight: normal;
    font-size: 1.1em;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.checkout-box-desc{
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: -10px;
}

.woocommerce-billing-fields__field-wrapper:after{
    content: '';
    display: block;
    clear: both;
}
.woocommerce-error{
    margin-top: 20px;
    margin-bottom: 20px;
}
.woocommerce-error li{
    padding-left: 0;
    margin-left: 15px;
    font-size: 14px;
    margin-bottom: 5px;
    color: #d63031;
}

.woocommerce-form-coupon input[type=text], 
.woocommerce-billing-fields__field-wrapper input[type=text], 
.woocommerce-billing-fields__field-wrapper input[type=password], 
.woocommerce-billing-fields__field-wrapper input[type=email], 
.woocommerce-billing-fields__field-wrapper input[type=tel], 
.woocommerce-billing-fields__field-wrapper select, 
.woocommerce-billing-fields__field-wrapper textarea,
.woocommerce-billing-fields__field-wrapper .select2-container .select2-selection{
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    color: #404040;
    display: block;
    min-height: 54px;
    padding: 20px 12px 5px;
    vertical-align: top;
    box-shadow: none;
    border: 1px solid #bfbfbf;
    margin: 0;
}
.woocommerce-form-coupon p,
.woocommerce-billing-fields__field-wrapper p{
    position: relative;
    margin-bottom: 15px;
}
.woocommerce-form-coupon p > label,
.woocommerce-billing-fields__field-wrapper p > label{
    position: absolute;
    top: 50%;
    left: 13px;
    margin-top: -10px;
    transform-origin: left top;
    color: #969595;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    background-color: #fff;
    pointer-events: none;
    transition: all .235s ease;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 9;
    right: 30px;
    margin-bottom: 0;
    bottom: 5px;
}
.woocommerce-form-coupon p.wfacp-anim-wrap > label,
.woocommerce-billing-fields__field-wrapper p.wfacp-anim-wrap > label {
    top: 5px;
    font-size: 12.5px;
    background: 0 0;
    bottom: auto;
    right: auto;
    margin-top: 0;
}
.woocommerce-form-coupon input[type=text]:focus, 
.woocommerce-billing-fields__field-wrapper input[type=text]:focus, 
.woocommerce-billing-fields__field-wrapper input[type=password]:focus, 
.woocommerce-billing-fields__field-wrapper input[type=email]:focus, 
.woocommerce-billing-fields__field-wrapper input[type=tel]:focus, 
.woocommerce-billing-fields__field-wrapper select:focus, 
.woocommerce-billing-fields__field-wrapper textarea:focus{
    background-color: #f7f7f7;
    color: #404040;
}

.woocommerce-billing-fields__field-wrapper .select2-container,
.select2-results__option{
    margin: 0;
}
.woocommerce-billing-fields{
    padding-top: 0;
    border-top: none;
}
#customer_details{
    margin-bottom: 30px;
}
.woocommerce-form-coupon .button{
    font-weight: normal;
    width: 100%;
    margin: 0;
    border-radius: 5px;
    padding-left: 0;
    min-height: 52px;
    padding-right: 0;
}
.checkout-sidebar{
    position: relative;
    padding: 20px;
    height: 100%;
}


.checkout-sidebar:after{
    left: -5px;
    position: absolute;
    bottom: 0;
    border-left: 1px solid #d9d9d9;
    content: "";
    pointer-events: none;
    height: 100%;
    display: none;
}
@media (min-width: 550px){
    *{}
    .checkout-sidebar:after{
        display: block;
    }
}

/*
.checkout-sidebar:after{
    left: 0;
    background-position: left top;
    content: "";
    pointer-events: none;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fafafa;
}

@media (min-width: 550px){
    *{}
    .checkout-sidebar:after{
        width: 300%;
        -webkit-box-shadow: 1px 0 0 #e1e1e1 inset;
        -moz-box-shadow: 1px 0 0 #e1e1e1 inset;
        box-shadow: 1px 0 0 #e1e1e1 inset;
    }
}
*/
.checkout-sidebar > div{
    position: relative;
    z-index: 1;
}
.row-checkout-form > .col{
    padding-bottom: 0;
}
.checkout-header-cart{
    display: block;
    margin-top: 5px;
    clear: both;
}
.checkout-header-cart:hover{
    text-decoration: underline;
    color: #000;
}
@media (min-width: 550px){
    *{}
    .checkout-header-cart{
        position: absolute;
        right: 0;
        top: 50%;
        transform: translatey(-50%);
        -moz-transform: translatey(-50%);
        -webkit-transform: translatey(-50%);
        margin: 0;
    }    
}


.order_review_summary{
    margin-bottom: 20px;
    font-size: 16px;
    display: block;
    display: none;
}
.order_review_summary a{
    background: #F4f4f4;
    padding: 10px 15px;
    font-weight: normal;
    cursor: pointer;
    display: block;
    color: #3bb54a;
}
.order_review_summary_icon:after{
    content: "\f107";
    font-family: 'fl-icons' !important;
    speak: none !important;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    position: relative;
    line-height: 1.2;
}
.order_review_summary.active .order_review_summary_icon:after{
    content: "\f106";
}


.after-cart-content{
    text-align: right;
    padding-bottom: 10px;
    font-size: 11px;
    line-height: 12px;
    font-style: italic;
    padding-top: 5px;
}

@media (max-width: 551px){
    *{}
    .woocommerce-checkout #payment ul.payment_methods li img.stripe-icon{
        max-width: 25px;
    }
    .wc_payment_methods.payment_methods.methods .wc_payment_method{
        padding-left: 12px;
        padding-right: 12px;
    }
    .wc_payment_methods.payment_methods.methods .wc_payment_method > div{
        padding: 12px;
        margin-left: -12px;
        margin-right: -12px;
    }
    .wc_payment_methods.payment_methods.methods .wc_payment_method input[type='radio']{
        margin-right: 5px;
    }
    .checkout-sidebar{
        padding: 0;
        display: none;
    }
    .row-checkout-form .large-5{
        order: 0;
    }
    .row-checkout-form .large-7{
        order: 1;
    }
    .order_review_wrapper{
        display: none;
    }
    .order_review_summary{
        display: block;
    }
    .after-cart-content{
        text-align: center;
    }
    .size_guide-item > h3{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .mfp-container{
        padding: 20px;
    }
    .product-lightbox-inner{
        padding: 15px !important;
    }
    .product-lightbox .mfp-close {
        background: white;
        opacity: 1 !important;
        mix-blend-mode: inherit;
        -moz-mix-blend-mode: inherit;
        -webkit-mix-blend-mode: inherit;
    }
    .cart-sidebar.is-well{
        padding: 15px;
    }
    .wc-proceed-to-checkout .checkout-button{
        height: 50px;
        line-height: 50px;
        font-size: 1.05rem !important;
    }
    
}
.checkout-header-cart i{
    margin-right: 5px;
} 
.html-checkout-sidebar > h4{
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}
.html-checkout-sidebar > h4:before {
    border-top: 1px solid #dfdfdf;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
.html-checkout-sidebar > h4 span{
    background: #FFF;
    padding: 0 15px;
    position: relative;
}
.wfacp-testing-list {
    margin-bottom: 25px;
    min-height: 68px;
    font-size: 14px;
}
.wfacp-testing-img {
    float: left;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 5px;
}
.wfacp-star-rating{
    
}
.wfacp-testing-title {
    overflow: hidden;
    padding: 0 0;
}
h3.wfacp-testing-sub-hd {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    margin: 0;
}
.wfacp-testimani-user-name {
    font-size: 13px;
    font-weight: 600;
    color: #737373;
}
.wfacp-testing-text p{
    margin-bottom: 10px;
}
.wfacp-rating-wrapper {
    padding: 5px 0;
}



.quantity-label{
    display: none;
}
form.cart .quantity input[type="number"] {
    max-width: 4em;
    width: 4em;
}


.sticky-add-to-cart--active{
    z-index: 99;
}
.sticky-add-to-cart--active .quantity-label{
    margin-top: 5px;
}

.sticky-add-to-cart--active .price-on-sale del{
    display: none;
}
.sticky-add-to-cart--active p.personalized{
    max-width: 100px;
    margin-right: 10px;
}

.variations .variation-item .label{
    
}

.product-summary .variations_button{
    padding-top: 0;
}
@media (min-width: 550px){
    *{}
    .woocommerce-form-coupon p.form-row-first{
        width: 56%;
    }
    .woocommerce-form-coupon p.form-row-last{
        width: 40%;
        font-size: 14px;
    }
}

.jm-mfp-counter > a,
.price-wrapper .jdgm-prev-badge,
.jdgm-rev .jdgm-rev__timestamp,
.jdgm-all-reviews-widget .jdgm-rev .jdgm-rev__prod-info-wrapper,
.jdgm-all-reviews-widget .jdgm-spinner + a{
    display: none!important;
}
.row-checkout-form .medium-text-center{
    text-align: left !important;
}
.focused-checkout-footer{
    background: white;
    text-align: center;
    padding: 40px 0;
    font-size: 14px;
}
.stripe-source-errors{
    color: red;
}
.stripe-source-errors ul{
    margin: 10px 0 0;
    padding: 0;
}
.row-checkout-form .message-wrapper{
    margin-top: 15px;
}

/*
.single_variation_wrap .price {
    display: none;
}
*/

.countdown{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-left: 1rem;
    color: #fc6514;
}
.countdown svg {
    fill: #fc6514;
    margin-right: 6px;
}
.countdown .remaining-time {
    font-weight: bold;
    margin-right: 0.5rem;
    min-width: 70px;
}
.countdown .warning-text {
    color: #fdc1a1;
}
.sticky-add-to-cart--active .countdown{
    display: none;
}

.badge-frame .badge-inner .onsale{
    color: white;
    font-size: 14px;
    line-height: 20px;
    border: none;
}
/*
.woo_discount_rules_table{
    border-style: dashed;
    padding: 0 10px;
    border-color: #aa394c;
}
.woo_discount_rules_table tbody tr:last-child td{
    border: none;
}
*/

.variation-size-guide{
    float: right;
    border-bottom: 1px solid #000;
    display: none;
}

.variation-size-guide.product_cat_shirt {
    float: none;
    background: #4bb232;
    color: white;
    padding: 3px 7px;
    border: none;
    border-radius: 3px;
}
.variation-item .variation-size-guide.product_cat_shirt{
    float: right;
    margin-right: -10px;
}


.size_guide-wrapper{
    display: none;
}
html.no-scroll{
    overflow: hidden;
}
body.no-scroll{
    overflow: hidden;
    /*padding-right: 17px;*/
}
.ui.dimmer {
    display: none;
    position: absolute;
    top: 0em !important;
    left: 0em !important;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    line-height: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    will-change: opacity;
    z-index: 1000;
}
.visible.transition {
    display: block !important;
    visibility: visible !important;
}
.dimmed.dimmable > .ui.animating.dimmer, 
.dimmed.dimmable > .ui.visible.dimmer, 
.ui.active.dimmer {
    display: block;
    opacity: 1;
}
.ui.page.dimmer {
    position: fixed;
    -webkit-transform-style: '';
    transform-style: '';
    -webkit-perspective: 2000px;
    perspective: 2000px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.ui.modal {
    display: none;
    position: fixed;
    z-index: 1001;
    top: 50%;
    left: 50%;
    text-align: left;
    background: #FFFFFF;
    border: none;
    box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.2), 1px 3px 15px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform-origin: 50% 25%;
    transform-origin: 50% 25%;
    border-radius: 3px;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    will-change: top, left, margin, transform, opacity;
}

.modals.dimmer .ui.scrolling.modal {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    margin: 112px auto !important;
}

@media only screen and (max-width: 991px){
    .modals.dimmer .ui.scrolling.modal {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
}
@media only screen and (max-width: 767px){
    .ui.small.modal {
        width: 95%;
        margin: 0em 0em 0em -47.5%;
    }
}
@media only screen and (min-width: 768px){
    .ui.modal {
        width: 88%;
        margin: 0em 0em 0em -44%;
    }
}
@media only screen and (min-width: 992px){
    .ui.modal {
        width: 850px;
        margin: 0em 0em 0em -425px;
    }
}
@media only screen and (min-width: 1200px){
    .ui.modal {
        width: 900px;
        margin: 0em 0em 0em -450px;
    }
}



.size_guide-item{
    
}
.size_guide-item > h3{
    display: block;
    font-family: proxima-soft, 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #FFFFFF;
    margin: 0em;
    padding: 1.25rem 1.5rem;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.85);
    border-bottom: 1px solid #D5D8DC;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.size_guide-item > h3 .size_guide_close{
    position: absolute;
    right:  10px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
    line-height: 40px;
    font-size: 25px;
    text-align: center;
}
.size_guide-thumb{
    width: 37.5%;
    float: left;
}
.size_guide-text{
    width: 62.5%;
    float: right;
}
.size_guide-text.no-thumbnail{
    float: none;
    width: auto;
}

.size_guide-content{
    padding: 1.5rem;
}
@media only screen and (max-width: 767px){
    .size_guide-thumb,
    .size_guide-text{
        float: none;
        width: auto;
    }
    .size_guide-text .table-responsive{
        overflow: auto;
        font-size: 13px;
    }
}



.page-checkout .woocommerce-message.message-wrapper{
    margin-bottom: 25px;
}
.woo_discount_rules_table{
    
}
.woo_discount_rules_table tr{
    z-index: 15;
    width: 100%;
    height: 50px;
    padding: 0 8px;
    background: #f8f8f8;
    border-radius: 8px;
    border: none;
    display: table;
    margin-bottom: 5px;
}
.woo_discount_rules_table tr td{
    padding: 15px 8px;
    border: none;
    font-size: 12px;
}
.promo-label{
    font-weight: 700;
    font-size: 14px;
    background: #446084;
    color: #fff;
    padding: 2px 5px;
    min-width: 75px;
    display: inline-block;
    text-align: center;
}
.discount-item-title {
    color: #000000;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    font-size: 13px;
}
.wdr_you_saved_con{
    display: block;
}
table.cart ins span.amount{
    font-size: 18px;
}
.promotion-event {
    vertical-align: middle;
    width: 100%;
    border: 1px dashed #666;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
}
.wyuscs {
    display: table-row;
    padding-bottom: 20px;
}
.wyuscs1 {
    width: 40px;
}
.wyuscs1, .wyuscs2 {
    display: table-cell;
    vertical-align: middle;
}
.wyuscs2 {
    padding-left: 10px;
}
.discount-item-title {
    color: #000000;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
}
.discount-item-text {
    color: #bcbcbc;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}
.quantity__discount--button a{
    display: block;
    text-align: center;
    background:#3bca3d;
    padding: 6px 10px;
    color: white;
}
.quantity__discount--button a:hover{
    background-color: #2da52e;
}
@media only screen and (max-width: 767px){
    *{}
    .woo_discount_rules_table tr{
        padding: 0 4px;
    }
    .woo_discount_rules_table tr td{
        padding-left: 6px;
        padding-right: 6px;
    }
    .promo-label{
        padding: 2px 3px;
        min-width: 65px;
        font-size: 12px;
    }
}
@media only screen and (min-width: 1200px){
    *{}
    /*.header-inner.logo-left .flex-col.hide-for-medium + .flex-col.hide-for-medium{
        width: 380px;
    }*/
}
.required_ast{
    color: red;
}

.td_reviews_header_star > span:before{
    content: '\e005' !important;
    font-family: "fl-icons" !important;
}

.box a.add-to-cart-quickview{
    display: block;
    margin-right: 0;
    margin-bottom: 0;
}
.cart-item-quickview{
    clear: left;
    display: inline-block;
    border: 1px solid gray;
    padding: 5px 10px;
    margin-top: 6px;
}
.cart-item-quickview:hover{
    box-shadow: 0 4px 5px 0 rgba(99,110,114,.14),0 1px 10px 0 rgba(99,110,114,.12),0 2px 4px 0 rgba(99,110,114,.2);
}
.woocommerce-cart-form__cart-item.processing::before{
    display: none!important;
}
.cart_totals .checkout-box-title,
.woocommerce-checkout-review-order-table .checkout-box-title{
    float: left;
    width: auto;
    font-size: 14px;
    margin: 0;
}
.cart_totals .woocommerce-shipping-methods li label,
.woocommerce-checkout-review-order-table .woocommerce-shipping-methods li label{
    margin-top: 0;
}
.cart_totals .woocommerce-shipping-methods,
.woocommerce-checkout-review-order-table .woocommerce-shipping-methods{
    margin-bottom: 0;
}
.product-lightbox-inner .variation-size-guide,
.shop_table .cart_item td .variation + br{
    display: none;
}
.cart-header-logo{
    pointer-events: none;
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
}
.product-title.product_title.entry-title{
    font-size: 1.3em;
}
.product-widget__ryviu{
    margin-top: 8px;
    margin-bottom: 8px;
}
#r--masonry-theme .r--title-btn-appryviu{
    padding-top: 0!important;
}
ryviu-widget{
    margin-top: 0!important;
}
#r--masonry-theme .component-theme{
    padding-top: 0!important;
}
@media only screen and (max-width: 400px){
    *{}
    #r--masonry-theme .r--title-btn-appryviu #show-modal-wp,
    #r--masonry-theme .r--title-btn-appryviu{
        width: 100%;
    }    
    #r--masonry-theme .r--title-btn-appryviu h3{
        text-align: center;
        width: 100%!important;
    }
    #r--masonry-theme .r--title-btn-appryviu #show-modal-wp{
        text-align: center;
    }
    #r--masonry-theme .r--title-btn-appryviu #show-modal{
        float: none !important;
        margin-left: 0;
        margin-right: 0;
    }
    .lt-block-reviews{
        padding: 0 !important;
    }
}

.cross-sells .quick-view.add-to-cart-quickview{
    font-size: 12px;
}


#order_review .checkout-box-title{
    background: url(assets/images/bagas-payment.png) no-repeat right bottom;
    background-size: auto 30px;
}
/*
.price-wrapper del,
.product-page-price del{
    display: none;
}
*/
