/*
Theme Name: bw_theme

WooCommerce styles override
*/

/**
 * Products
 */
 ul.products {
	margin: 23px;
    padding: 0;
    list-style: none outside;
    clear: both;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 10px;
	clear: none;
	border: 0;
}

ul.products li.product {
	margin: 0 .5% 3em .5%;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

@media only screen and (min-width: 480px) and (max-width: 960px) {
    .columns-4 ul.products li.product {
        float: left;
        padding: 0;
        position: relative;
        width: 48%;
    }
}

@media only screen and (min-width: 961px) {
    .columns-4 ul.products li.product {
        float: left;
        padding: 0;
        position: relative;
        width: 23.5%;
    }
}


@media only screen and (min-width: 961px) {
    .columns-5 ul.products li.product {
        float: left;
        width: 19%;
        position: relative;
        padding: 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 960px) {
    .columns-5 ul.products li.product {
        float: left;
        padding: 0;
        position: relative;
        width: 48%;
    }
}

/* 
 * Single product
 */

 @media only screen and (min-width: 1140px) {
    .woocommerce-product-gallery {
        float: left;
        width: 55%;
    }
    
    body.single-product .entry-summary {
        float: left;
        width: 45%;
        padding: 0;
        margin-top: 46px;
        margin-bottom: 40px;
        padding: 0 20px;
    }

    .summary .yotpo-small {
        margin-left: 20px;
    }

    .single-product .summary .sizes {
        flex-wrap: nowrap;
        width: 50%;
        margin-left: 0;
    }

    .single-product .summary .sizes .size  {
       padding: 0 5px 0 0;
    }

    .single-product .summary .sizes .info  {
        padding: 0 0 0 5px;
     }

    .quick_buy_container {
        float: right;
    }

    .quantity {
        margin-bottom: 0;
    }

    .variations_form .buttons {
        justify-content: flex-end;
    }

    .mattress_size_container {
        margin-right: 11px;
    }

    .variations_form .buttons {
        margin-top: 3px;
    }

    .woocommerce div.product form.cart .reset_variations, .woocommerce form .form-row label.hidden {
        padding: 4px 12px;
    }

    .woocommerce div.product form.cart .variations select {
        margin-bottom: 10px;
    }

    .woocommerce div.product.product-type-bundle .mattress_size_container button {
        padding: 0 17px;
    }

    .pisol_buy_now_button.pisol_single_buy_now {
        position: relative;
        float: right;
        margin-top: 0px!important;
        height: 57px;
        border-radius: 0;
        outline: none;
        border: none;
        background-color: #0cb14b!important;
        font-size: 13px;
        -webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -ms-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
    }
 }

 @media only screen and (min-width: 320px) and (max-width: 1139px) {
    .pisol_buy_now_button.pisol_single_buy_now {
        width: 100%!important;
        height: 57px;
        border-radius: 0;
        outline: none;
        border: none;
        background-color: #0cb14b!important;
        font-size: 13px;
        -webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -ms-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
    }
 }

 .pisol_buy_now_button:hover {
    background-color: #000000!important;
    color: whitesmoke!important;
    border: none;
    border-radius: none;
    outline: none;
    text-decoration: none;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
 }

 .pisol_buy_now_button.disabled {
    background: #F08080!important;
    cursor: not-allowed!important;
    color: #fff!important;
 }

.entry-summary .buttons2 {
    justify-content: flex-end;
    margin-right: -1px;
 }

 @media only screen and (min-width: 320px) and (max-width: 1140px) {
    form.cart .buttons2 {
        margin-left: -1px;
    }
 }

/* Modals */

.mattress_size_container button.mattress_size_btn {
    font-family: 'Montserrat', sans-serif;
    height: 57px;
    width: 100%;
    margin-bottom: 10px;
    background:  #006991;
    padding: 0 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0;
    border: none;
    border-radius: 0;
    outline: none;
    color: #fff;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.mattress_size_container button.mattress_size_btn:hover {
    color: #fff;
    background: #000;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
}

.delivery_info_container button.delivery_info_btn {
    font-family: 'Montserrat', sans-serif;
    border-radius: 0;
    outline: none;
    width: 100%;
    margin-bottom: 30px;
    height: 57px;
    background: #e41937;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    padding: 15px 20px;
    letter-spacing: 0;
    border: none;
    color: #fff;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
} 

.delivery_info_container button.delivery_info_btn:hover {
    color: #fff;
    background: #000;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
}

.product .summary h1 {
     color: #000;
     text-align: start;
     font-weight: 800;
     letter-spacing: 0;
     border-radius: 0;
}

 .summary .product_meta .sku_wrapper {
     margin: 20px 0 20px 0;
 }

 p.afterpay-payment-info {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    color: #373737;
    background-color: #f4f4f4;
    padding: 15px;
    margin-bottom: 20px;
    /* border: 1px solid #2678AD; */
    border: 1px solid #dddddd;
    border-radius: 0;
}

/* variations */

table.variations {
    background: #F4F4F4;
    padding: 10px;
}

table.variations td {
    background: transparent;
    vertical-align: bottom;
    padding: 10px 0 10px 14px !important;
}

@media only screen and (min-width: 320px) and (max-width: 500px) {
    table.variations td {
        display: block;
    }

    .bow-product-item {
        margin: 0 14px;
    }
    
}
table.variations label {
    color: #292929;
    font-weight: 400 !important;
    font-size: 14px;
}

table.variations .label {
    line-height: 30px;
    display: block;
    text-align: left
}

@media only screen and (min-width: 320px) and (max-width: 360px) {

    div.summary.entry-summary > form > table > tbody > tr > td.value {
        display: block;
    }
}

.woocommerce div.product form.cart .variations select {
    width: auto;
    min-width: 160px;
    max-width: 100%;
    margin-right: 10px;
    font-weight: 600;
    color: #444;
    height: 36px;
    margin-bottom: 3px;
    font-size: 14px;
    outline: none;
}

.woocommerce div.product form.cart .variations select:focus,
.woocommerce div.product form.cart .variations select:active {
    border: 2px solid #fef723;
    box-shadow: 0 0 5px rgb(255, 229, 30) !important;
}

.woocommerce div.product form.cart .variations {
    border: 1px solid #dddddd;
}

.quantity label, .variations .label label {
    color: #626261;
    padding: 0 10px 0 0 !important;
    font-size: 16px;
    font-weight: normal;
}

.woocommerce div.product form.cart .reset_variations, .woocommerce form .form-row label.hidden {
    line-height: normal;
    padding: 8px 12px;
}

.reset_variations {
    font-size: 14px !important;
    background: #626261;
    height: 36;
    color: #fff;
    letter-spacing: 0;
    font-weight: 800;
    border-radius: 0;
    text-decoration: none;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.reset_variations:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
}

div.woocommerce-variation-price span.price ins span.woocommerce-Price-currencySymbol, div.woocommerce-variation-price span.price > span.woocommerce-Price-amount span.woocommerce-Price-currencySymbol {
    font-size: .444em;
    vertical-align: super;
}

.single_variation_wrap .single_variation .price del .amount {
    padding: 15px 10px;
    color: #808080;
    text-decoration: line-through;
    font-size: 18px;
    font-weight: 800;
    line-height: normal;
}

.single_variation_wrap .single_variation .price .amount {
    display: inline-block;
    margin: 0;
    padding: 15px 10px;
    color: #00b9d5;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0;
    font-size: 1.5em;
    background: #fff;
}

div.woocommerce-variation.single_variation > label {
    display: block;
    border-bottom: 1px dashed #626261;
    color: #626261;
    padding: 0 17px 7px 10px;
    font-size: 14px;
    font-weight: normal;
    margin: 5px 0 0 0;
}

.single_variation_wrap label {
    color: #626261;
    padding: 0 17px 0 10px;
    font-size: 12px;
    font-weight: normal;
    margin: 5px 0 0 0;
}

@media only screen and (min-width: 320px) and (max-width: 1140px) {
    .woocommerce div.product form.cart .button {
        display: block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }

    .woocommerce div.product form.cart div.quantity {
        width: 100%;
        margin-bottom: 10px;
    }

    .single-product .summary {
        padding: 0 18px 0 18px;
    }

    .single-product .summary .sizes {
        display: block;
    }

    .woocommerce div.product form.cart .button.single_add_to_cart_button {
        height: 45px;
    }

    .mattress_size_container,
    .delivery_info_container {
        width: 100%;
        margin-left: 15px;
    }
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin-right: 4px;
    background: #f4f4f4;
    padding: 12px;
    border: 1px solid #dddddd;
    min-width: 155px;
   
}

.variations_form .buttons {
    margin: 0;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
    font-family: 'Montserrat', sans-serif;
    border-radius: 0;
    outline: none;
    padding: 0 15px;
    height: 57px;
    background: #ffff33;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0;
    border: none;
    color: #000;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button:hover {
    color: #fff;
    background: #000;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;

}

.woocommerce div.product form.cart .button.single_add_to_cart_button.disabled {
    background: #F08080;
    cursor: not-allowed;
    color: #fff;
}

 .woocommerce-product-gallery {
     text-align: center;
     margin-bottom: 30px;
 }

 .woocommerce-product-gallery #zoomLink {
    position: relative;
    top: 48px;
    z-index: 999;
    left: 264px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 2.5;
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 8px;
    font-size: 16px;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
 }

 .woocommerce-product-gallery #zoomLink:hover {
    background: #FFE51E;
    color: #000;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
 }

 .woocommerce-product-gallery #zoomLink .fa-search {
     padding: 0 3px;
 }

 .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    visibility: hidden;
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
    .woocommerce-product-gallery #zoomLink {
        position: relative;
        top: 48px;
        z-index: 999;
        left: 113px;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 2.5;
        background: #000;
        color: #fff;
        text-decoration: none;
        padding: 6px;
        font-size: 16px;
        -webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -ms-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
    }
 }

 @media only screen and (min-width: 360px) and (max-width: 380px) {
    .woocommerce-product-gallery #zoomLink {
        position: relative;
        top: 48px;
        z-index: 999;
        left: 134px;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 2.5;
        background: #000;
        color: #fff;
        text-decoration: none;
        padding: 6px;
        font-size: 16px;
        -webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -ms-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
    }
 }

 @media only screen and (min-width: 380px) and (max-width: 390px) {
    .woocommerce-product-gallery #zoomLink {
        position: relative;
        top: 48px;
        z-index: 999;
        left: 155px;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 2.5;
        background: #000;
        color: #fff;
        text-decoration: none;
        padding: 6px;
        font-size: 16px;
        -webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -ms-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
    }
 }

 @media only screen and (min-width: 390px) and (max-width: 400px) {
    .woocommerce-product-gallery #zoomLink {
        position: relative;
        top: 48px;
        z-index: 999;
        left: 160px;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 2.5;
        background: #000;
        color: #fff;
        text-decoration: none;
        padding: 6px;
        font-size: 16px;
        -webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -ms-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
    }
 }

 @media only screen and (min-width: 400px) and (max-width: 410px) {
    .woocommerce-product-gallery #zoomLink {
        position: relative;
        top: 48px;
        z-index: 999;
        left: 165px;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 2.5;
        background: #000;
        color: #fff;
        text-decoration: none;
        padding: 6px;
        font-size: 16px;
        -webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -ms-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
    }
 }

 @media only screen and (min-width: 410px) and (max-width: 420px) {
    .woocommerce-product-gallery #zoomLink {
        position: relative;
        top: 50px;
        z-index: 999;
        left: 160px;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 2.5;
        background: #000;
        color: #fff;
        text-decoration: none;
        padding: 6px;
        font-size: 16px;
        -webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -ms-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
    }
 }

 #zip-tagline {
     margin: 20px 0 20px 0;
 }

.woocommerce-product-gallery .flex-viewport {
    border-bottom: 5px solid #000;
}

.woocommerce-product-gallery .flex-viewport .flex-active-slide a img {
    max-width: 100%;
    height: auto;
}

.woocommerce-product-gallery ol.flex-control-thumbs {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 10px;
    position: relative;
    display: flex;
}
 
.woocommerce-product-gallery ol.flex-control-thumbs li img{
    max-width: 70%;
    cursor: pointer;
}
 
.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

div.wpgs-for a {
	display: none;
}

div.wpgs-for div.single-product-main-image a {
	display: block;
}

/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

div.columns-5 .sub_desc {
    padding-top: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #4169e1;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #f00;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #3d9cd2;
}


.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
    padding: 0.5em;
    font-size: 20px;
    background-color: #67ed36;
    text-align: center;
    font-weight: bold;
    z-index: 9999;
    color: #fff;
    
}

@media screen and (min-width: 48em) {

	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
    float: left;
    font-size: 12px;
    padding: 4px 10px;
    font-weight: 800;
    border-radius: 0;
    outline: none;
}

.widget_price_filter .price_slider_amount .button:hover {
    color: #000;
    background: #fff;
}

.widget_price_filter .price_slider_amount .price_label span {
    display: inline;
    font-size: 12px;
}

.widget_price_filter .price_slider_amount .price_label {
    margin-top: 30px;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 13px;
	height: 13px;
	cursor: ew-resize;
	outline: none;
	background: #1d1d1d;;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 50px;
	margin-top: -4px;
    opacity: 1;
    margin-left: -7px;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
    border: 0;
    background:#d6d6d6;
	
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	 background: #00b9d5; 
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 100%;
   
}

/* widget Area */

.widget-area aside {
    padding: 20px 20px 30px 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-top: 6px solid #ffe51e;
}

.widget-area aside:first-child {
	border: 0;
	border-top: 6px solid #ffe51e;
	margin-top: 0;
}

.widget-area {
	background-color: #e2e5e3;
}

.widget-area .widget-title {
	font-size: 18px !important;
	font-weight: 800 !important;
	letter-spacing: -1px;
	line-height: 25px !important;
	margin-top: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	padding-top: 0;
}

.woocommerce-page .widget-area aside:first-child {
	border: 0;
	border-top: 6px solid #ffe51e;
}

.woocommerce-page .widget-area .widget-title {
	font-size: 18px;
	font-weight: 800;
	letter-spacing: -1px;
	line-height: 25px;
	margin-top: 0;
}

.widget-area  {
	background: #fff;
}

.widget-area aside {
	background: #F0F0F0;
}

.widget-area ul {
	padding: 0;
}

.woocommerce-page .widget-area aside {
	margin-bottom: 20px;
	border-top: 6px solid #ffe51e;
}

.widget-area ul {
	list-style-type: none;
	margin-left: 20px;
}

.widget-area ul li {
	padding-left: 0px;
	position: relative;
	margin: 1px 0;
	font-size: 14px;
}

.widget-area ul li a {
	text-decoration: none;
	color: #292929;
}

.widget-area ul li a {
    letter-spacing: 0;
    text-decoration: none;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.widget-area ul li a:hover {
	background-color: #000;
	color: #fff;
	-webkit-transition: all 10ms ease-in-out;
	-moz-transition: all 10ms ease-in-out;
	-ms-transition: all 10ms ease-in-out;
	-o-transition: all 10ms ease-in-out;
	transition: all 10ms ease-in-out; 
}

.widget-area ul li:before {
	font-family: 'FontAwesome';
	content: "\f236";
	color: #292929;
	position: absolute;
	margin-left: -1.5em;
}

.widget_top_rated_products ul li::before,
.widget_products ul li::before {
    content: none;
}

.widget_top_rated_products .price--container,
.widget_products .price--container {
    font-size: 20px;
}

.widget_top_rated_products ul li a img,
.widget_products ul li a img {
    width: 80px!important;
    height: 80px!important;
}

.widget_top_rated_products ul,
.widget_products ul  {
    margin-left: 0;
}

.widget-area ul.popular-list {
	margin-left: 0;
}

.widget-area .popular-list li:before {
	content: '';
	display: none;
}

@media only screen and (min-width: 320px) and (max-width: 420px) {
    aside.widget_products .price--sell-price, .price--discount-price {
            font-size: 1.2em !important;
    }
}

@media only screen and (min-width: 766px) and (max-width: 991px) {
	.product-categories li .children {
		margin: 0;
	}

}

.order-by-banner {
	background: #f2f2f2 !important;
	padding: 10px 15px;
	margin-bottom: 15px;
	width: 100%;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    margin: 0;
    line-height: 2.6;
	font-size: 12px;
	display: inline;
}

.woocommerce .woocommerce-ordering select{
	float: right;
	font-size: 14px;
    padding: 5px 3px;
    outline: none;
}

@media only screen and (min-width: 320px) and (max-width: 499px) {
	.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
		display: block;	
    }
    
    .woocommerce .woocommerce-result-count {
		float: none;
		text-align: center;
    }
    
    .woocommerce .woocommerce-ordering select {
        float: none;
        width: 100%;	
	}
}

.woocommerce .woocommerce-ordering select:active,
.woocommerce .woocommerce-ordering select:focus {
    border: 2px solid #fef723;
    box-shadow: 0 0 5px rgb(255, 229, 30) !important;
}

.woocommerce .woocommerce-result-count {
	font-size: 14px;
}

.sub_desc {
    position: absolute;
    bottom: 182px;
    width: 100%;
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 9px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: bold;
    color: #403f3d;
    letter-spacing: -1.5px;
}

/* product Item */

.bow-product-item {
    position: relative;
    border: 2px solid #d3d3d3;
    padding: 0;
    min-height: 395px;
    display: block;
    margin-bottom: 7px;
}

.home .woocommerce ul.products li.product .price {
    bottom: 44px;
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
    .bow-product-item {
        min-height: 505px;
    }

    .home .bow-product-item {
        min-height: 518px;
    }

    ul.products li.product {
        margin: 0 .5% 3em .5%;
    }

    body.single-product .related .bow-product-item {
        min-height: 455px!important;
    }

    .yotpo.bottomLine.yotpo-small {
        left: 23px!important;
    }

    .archive .buy-now-archive-button {
        bottom: 10%!important;
    }
    body.single-product .related ul.products li.product .price {
        bottom: 50px!important;
    }

    body.single-product .related .buy-now-archive-button {
        bottom: 11%!important;
    }
}

@media only screen and (min-width: 360px) and (max-width: 370px) {
    .bow-product-item {
       min-height: 435px;
   }

   body.single-product .related .bow-product-item {
       min-height: 400px;
   }
}

@media only screen and (min-width: 371px) and (max-width: 400px) {
     .bow-product-item {
        min-height: 550px;
    }

    body.single-product .related .bow-product-item {
        min-height: 515px;
    }

    .yotpo.bottomLine.yotpo-small {
        left: 52px!important;
    }

    ul.products li.product {
        margin: 0 .5% 4em .5%!important;
    }

    body.single-product .related ul.products li.product .price {
        bottom: 50px!important;
    }

    body.single-product .related .buy-now-archive-button {
        bottom: 11%!important;
    }
}

@media only screen and (min-width: 400px) and (max-width: 500px) {
    .bow-product-item {
        min-height: 595px;
    }

    body.single-product .related .bow-product-item {
        min-height: 560px;
    }

    ul.products li.product {
        margin: 0 .5% 5em .5%!important;
    }

    .yotpo.bottomLine.yotpo-small {
        left: 70px!important;
    }

    .home .buy-now-archive-button {
        bottom: 7%;
    }

    body.single-product .related ul.products li.product .price {
        bottom: 50px!important;
    }

    body.single-product .related .buy-now-archive-button {
        bottom: 11%!important;
    }
}


@media only screen and (min-width: 501px) and (max-width: 589px) {
    .bow-product-item {
        min-height: 370px;
    }
}

@media only screen and (min-width: 590px) and (max-width: 700px) {
    .bow-product-item {
        min-height: 417px;
    }

    body.single-product .related .bow-product-item {
        min-height: 395px;
    }
}

@media only screen and (min-width: 701px) and (max-width: 767px) {
    .bow-product-item {
        min-height: 448px;
    }

    body.single-product .bow-product-item,
    body.home .bow-product-item {
        min-height: 465px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 825px) {
    .bow-product-item {
        min-height: 615px;
    }

    .archive .bow-product-item {
        min-height: 515px;
    }

    body.single-product .related .bow-product-item {
        min-height: 595px;
    }

    .yotpo.bottomLine.yotpo-small {
        left: 39px!important;
    }

    .home .yotpo.bottomLine.yotpo-small {
        left: 86px!important;
    }

    .bow-product-item {
        margin-bottom: 20px!important;
    }

    .single-product .related .woocommerce ul.products li.product .price {
        bottom: 48px;
    }

    div.columns-5 ul.products li.product span.soldout,
    .related.products ul.products li.product span.onsale {
        width: 94%!important;
    }
}

@media only screen and (min-width: 826px) and (max-width: 959px) {
    .bow-product-item {
        min-height: 530px;
    }
}

body.single-product ul.products li.product .price .price--rrp, .price--was  {
    padding: 6px!important;
}

.bow-product-item {
    background: #fff;
}

.bow-product-item:hover {
    border: 2px solid #1d1d1d;
    background: #fafafa;
}

.bow-product-item span.product_short_description {
    padding: 2px 4px;
    margin: 0;
    display: inline-block;
    font-size: 12px;
    color: #494847;
    line-height: 1.3;
}

.bow-product-item .bow-productcat a, .bow-product-item h3 a, .bow-product-item .price, .bow-product-item span.product_short_description {
    background: none;
    outline: none;
    position: relative;
    z-index: 1;
    -webkit-transition: all 128ms;
    -moz-transition: all 128ms;
    -o-transition: all 128ms;
    transition: all 128ms;
}

.bow-product-item h3 a {
    -webkit-transition: all 128ms;
    -moz-transition: all 128ms;
    -o-transition: all 128ms;
    transition: all 128ms;
}

.bow-product-item .price {
    -webkit-transition: all 256ms;
    -moz-transition: all 256ms;
    -o-transition: all 256ms;
    transition: all 256ms;
}

.bow-product-item:hover .bow-productcat a:after, .bow-product-item:hover h3 a:after, .bow-product-item:hover .price:after, .bow-product-item:hover span.product_short_description:after {
    width: 100%;
}

.bow-product-item .bow-productcat a:after, .bow-product-item h3 a:after, .bow-product-item span.product_short_description:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1D1D1D;
    text-decoration: underline;
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 128ms;
    -moz-transition: all 128ms;
    -o-transition: all 128ms;
    transition: all 128ms;
}

.bow-product-item h3 a:after {
    -webkit-transition: all 128ms;
    -moz-transition: all 128ms;
    -o-transition: all 128ms;
    transition: all 128ms;
}

.bow-product-item span.product_short_description:after {
    -webkit-transition: all 192ms;
    -moz-transition: all 192ms;
    -o-transition: all 192ms;
    transition: all 192ms;
}

.bow-product-item .price:after {
    -webkit-transition: all 256ms;
    -moz-transition: all 256ms;
    -o-transition: all 256ms;
    transition: all 256ms;
}

.bow-product-item:hover h3 a {
    color: #ffffff !important;
}

.bow-product-item:hover span.product_short_description {
    color: #828282 !important;
}

.bow-product-item:hover .bow-productcat a {
    color: #999999 !important;
}

.bow-product-item:hover .price {
    color: #FEF723 !important;
}

.bow-product-item:hover .price del {
    color: #FD1312 !important;
}

.bow-product-img {
    width: 100%;
    height: 100%;
    min-height: 165px;
    position: relative;
    text-align: center;
    cursor: default;
    padding: 0;
    background: #ffffff;
    display: table;
    margin-bottom: 5px;
    border: 8px solid #ffffff;
}

.bow-product-img-table {
    display: table-cell;
    vertical-align: middle;
}

.bow-product-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.bow-product-img .bow-btn-container {
    width: 100%;
    /*height: 100%;*/
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 192ms ease-in-out;
    -moz-transition: all 192ms ease-in-out;
    -ms-transition: all 192ms ease-in-out;
    -o-transition: all 192ms ease-in-out;
    transition: all 192ms ease-in-out;
    top: -43px;
    text-align: end;
    color: #fff;
    z-index: 3;
}

.bow-btn-container a.woocommerce-loop-product__link,
.bow-btn-container-table a.woocommerce-loop-product__link,
.bow-btn-container-cell a.woocommerce-loop-product__link {
    display: none;
}

.bow-btn-container-table {
    width: 100%;
    height: 100%;
    display: table;
}

.bow-btn-container-cell {
    width: 100%;
    height: 100%;
    display: table-cell; 
    vertical-align: middle;
}

.bow-btn-container .button {
    border-radius: 0 !important;
}

.bow-product-img a.button, .bow-product-img .bow-btn-container a {
    position: relative;

}

.bow-product-item .star-rating {
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: all 192ms ease-in-out;
    -moz-transition: all 192ms ease-in-out;
    -ms-transition: all 192ms ease-in-out;
    -o-transition: all 192ms ease-in-out;
    transition: all 192ms ease-in-out;
}

.bow-btn-container a.bow-woo-button,
a.add_to_wishlist,
div.bow-product-img > div > div > div > div > div > div > a {
    font-size: 20px;
    background: #1D1D1D !important;
    font-weight: 700;
    outline: none;
    text-transform: uppercase;
    padding: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0 !important;
    white-space: nowrap;
    color: #ffffff;
    margin-left: -1px;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    width: 43px;
    height: 43px;
    line-height: 40px;
    border-radius: 0 !important;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

a.add_to_wishlist:hover,
div.bow-product-img div.yith-wcwl-wishlistexistsbrowse a:hover {
    color: #292929;
    background: #FFE51E !important;
    opacity: 1;
    border: 0 !important;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
}

.bow-woo-button.view-product-button {
    display: none !important;
}

.bow-btn-container a span {
	font-size: 8px;
}

.bow-btn-container a:hover {
    color: #292929;
    background: #FFE51E !important;
    opacity: 1;
    border: 0 !important;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
}

.bow-btn-container i {
    color: #ffffff;
    font-size: 17px;
    line-height: 35px;
    padding: 5px 12px;
}

.bow-btn-container i:hover {
    color: #000;
}

.bow-btn-container .yith-wcwl-add-to-wishlist {
    margin-right: -4px;
}

.yith-wcwl-wishlistexistsbrowse a, .yith-wcwl-wishlistexistsbrowse a:hover {
    text-decoration: none;
}

.bow-btn-container .yith-wcwl-add-to-wishlist {
    display: inline-block;
}

.bow-btn-container .yith-wcwl-add-to-wishlist .ajax-loading,
.yith-wcwl-add-to-wishlist .ajax-loading {
    display: none !important;
}

.yith-wcwl-add-to-wishlist + .clear {
    display: inline;
}

.bow-btn-container a.button.added {
    display: none;
}

.woocommerce a.added_to_cart {
    padding-top: .618em;
}

.yith-wcwl-add-to-wishlist .feedback {
    display: none;
}

.woocommerce .bow-btn-container .added_to_cart {
    display: none;
}

.woocommerce .bow-btn-container .added + .added_to_cart {
    display: inline-block;
}

.woocommerce .bow-btn-container a.added_to_cart {
    padding-top: 0;
}

.bow-woo-button span, .add_to_wishlist span, .yith-wcwl-wishlistaddedbrowse a span,
.yith-wcwl-wishlistexistsbrowse a span {
    font-size: 11px !important;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 20px;
    position: absolute;
    opacity: 1;
    visibility: hidden;
    background-color: #1D1D1D;
    color: #fff;
    padding: 0px 7px;
    transition: all 0.1s ease;
    bottom: 100%;
    left: 0px;
    text-transform: capitalize;
    outline: none;
}

.woocommerce .wishlist-title-with-form a.show-title-form,
.woocommerce .hidden-title-form a.hide-title-form {
    font-size: 14px;
    outline: none;
    border: none;
    background: #FFE51E;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding: 5px 20px;
    font-family: "Open Sans", Arial, sans-serif;
    text-decoration: none;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.woocommerce .hidden-title-form input[type="submit"] {
    font-size: 14px;
    outline: none;
    border: none;
    background: #FFE51E;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding: 7.5px 34px;
    font-family: "Open Sans", Arial, sans-serif;
    text-decoration: none;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.woocommerce .wishlist-title-with-form a.show-title-form:hover,
.woocommerce .hidden-title-form a.hide-title-form:hover,
.woocommerce .hidden-title-form input[type="submit"]:hover {
    background: #000;
    color: #fff;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
}

.woocommerce .hidden-title-form input[type="text"]:active, 
.woocommerce .hidden-title-form input[type="text"]:focus {
    border: 2px solid #fef723;
    box-shadow: 0 0 5px rgb(255, 229, 30) !important;
}

.woocommerce .hidden-title-form input[type="text"] {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    font-size: 16px;
    border-radius: 0;
    outline: 0;
    height: 40px;
}

.bow-woo-button:hover > span, .add_to_wishlist:hover > span, .yith-wcwl-wishlistaddedbrowse a:hover span,
.yith-wcwl-wishlistexistsbrowse a:hover span {
    opacity: 1;
    visibility: visible;
    margin-bottom: 7px;
}

.bow-woo-button span:after, .add_to_wishlist span:after, .yith-wcwl-wishlistaddedbrowse a span:after,
.yith-wcwl-wishlistexistsbrowse a span::after {
    content: "";
    border-color: #1D1D1D transparent transparent transparent;
    border-style: solid;
    border-width: 4px;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -8px;
    left: 12px
}

.bow-woo-button span:after, .add_to_wishlist span:after, .yith-wcwl-wishlistaddedbrowse a span:after,
.yith-wcwl-wishlistexistsbrowse a span::before {
    content: "";
    border-color: #1D1D1D transparent transparent transparent;
    border-style: solid;
    border-width: 4px;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -8px;
    left: 12px
}

.woocommerce .wishlist-title {
    text-transform: uppercase;
}

.wishlist_table tr td.product-thumbnail a img {
    max-width: 100px !important;
    max-height: 70px !important;
}

@media only screen and (min-width: 320px) and (max-width: 500px) {
    .wishlist_table tr td.product-thumbnail a img {
        margin-left: 35px;
    }

    ul.wishlist_table.mobile {
        padding: 0!important;
    }

    ul.wishlist_table.mobile li {
        border: 1px solid #000;
        padding: 5px;
        margin-bottom: 10px;
    }

    ul.wishlist_table.mobile li div.product-thumbnail a img {
        max-width: 150px!important;
        max-height: 150px!important;
    }

    ul.wishlist_table.mobile li div.product-thumbnail {
        margin-left: 83px;
        margin-right: 0!important;
    }

    ul.wishlist_table.mobile li div.item-details .item-details-table tbody tr td.label {
        display: none;
    }

    ul.wishlist_table.mobile li div.item-details .product-name {
        text-align: center;
    }

    ul.wishlist_table.mobile li div.item-details .product-name h3 a {
        color: #000;
        font-weight: 700;
    }

    ul.wishlist_table.mobile li div.additional-info-wrapper .additional-info tbody tr td.label {
        display: none;
    }

    ul.wishlist_table.mobile li div.additional-info-wrapper .additional-info tbody tr td.value {
        font-size: 14px;
        font-weight: 700;
        text-align: center;
    }

    ul.wishlist_table.mobile li div.additional-info-wrapper .product-remove a i {
        font-size: 14px;
        color: #000;
    }

    ul.wishlist_table.mobile li .item-wrapper .item-details {
        display: inline-block;
        width: auto;
        vertical-align: top;
        margin-left: 20px;
    }
}

@media only screen and (min-width: 500px) and (max-width: 650px) and (orientation : landscape) {

    ul.wishlist_table.mobile {
        padding: 0!important;
    }

    ul.wishlist_table.mobile li {
        border: 1px solid #000;
        padding: 5px;
        margin-bottom: 10px;
    }

    ul.wishlist_table.mobile li div.product-thumbnail a img {
        max-width: 150px!important;
        max-height: 150px!important;
    }

    ul.wishlist_table.mobile li div.product-thumbnail {
        margin-left: 180px;
        margin-right: 0!important;
    }

    ul.wishlist_table.mobile li div.item-details .item-details-table tbody tr td.label {
        display: none;
    }

    ul.wishlist_table.mobile li div.item-details {
        display: block!important;
    }

    ul.wishlist_table.mobile li div.item-details .product-name {
        text-align: center;
    }

    ul.wishlist_table.mobile li div.item-details .product-name h3 a {
        color: #000;
        font-weight: 700;
    }

    ul.wishlist_table.mobile li div.additional-info-wrapper .additional-info tbody tr td.label {
        display: none;
    }

    ul.wishlist_table.mobile li div.additional-info-wrapper .additional-info tbody tr td.value {
        font-size: 14px;
        font-weight: 700;
        text-align: center;
    }

    ul.wishlist_table.mobile li div.additional-info-wrapper .product-remove a i {
        font-size: 14px;
        color: #000;
    }

    ul.wishlist_table.mobile li .item-wrapper .item-details {
        display: inline-block;
        width: auto;
        vertical-align: top;
        margin-left: 20px;
    }
}

@media only screen and (min-width: 650px) and (max-width: 830px) and (orientation : landscape) {

    ul.wishlist_table.mobile {
        padding: 0!important;
    }

    ul.wishlist_table.mobile li {
        border: 1px solid #000;
        padding: 5px;
        margin-bottom: 10px;
    }

    ul.wishlist_table.mobile li div.product-thumbnail a img {
        max-width: 150px!important;
        max-height: 150px!important;
    }

    ul.wishlist_table.mobile li div.product-thumbnail {
        margin-left: 285px;
        margin-right: 0!important;
    }

    ul.wishlist_table.mobile li div.item-details .item-details-table tbody tr td.label {
        display: none;
    }

    ul.wishlist_table.mobile li div.item-details .product-name h3 a {
        color: #000;
        font-weight: 700;
    }

    ul.wishlist_table.mobile li div.item-details {
        display: block!important;
    }

    ul.wishlist_table.mobile li div.item-details .product-name {
        text-align: center;
    }

    ul.wishlist_table.mobile li div.additional-info-wrapper .additional-info tbody tr td.label {
        display: none;
    }

    ul.wishlist_table.mobile li div.additional-info-wrapper .additional-info tbody tr td.value {
        font-size: 14px;
        font-weight: 700;
        text-align: center;
    }

    ul.wishlist_table.mobile li div.additional-info-wrapper .product-remove a i {
        font-size: 14px;
        color: #000;
    }

    ul.wishlist_table.mobile li .item-wrapper .item-details {
        display: inline-block;
        width: auto;
        vertical-align: top;
        margin-left: 20px;
    }
}


.bow-woo-button.loading {
    color: #000 !important;
    background: #FFE51E !important;
}

/* .bow-woo-button.add_to_cart_button {
	display: inline-block !important;
} */

.yith-wcwl-add-to-wishlist:hover span,
.yith-wcwl-add-button:hover span,
.add_to_wishlist:hover span,
.yith-wcwl-icon:hover span
{
    opacity: 1;
	visibility: visible;
}

.bow-woo-button.loading:after {
    font: normal normal normal 22px/1 FontAwesome !important;
    content: "\f1ce" !important;
    top: 12px !important;
    right: 11px !important;
}

.bow-woo-button.loading i {
    display: none;
}

.bow-woo-button:active {
    border: solid 2px;
}


.bow-btn-container .yith-wcwl-add-to-wishlist {
	margin-right: 0;
	margin-top: 0;
}

div.columns-5 ul.products li.product span.soldout {
    background-color: #9640d9;
    border-radius: 0;
    color: #fff;
    font-size: 30px;
    font-family: "BadaboomBB";
    width: 90%;
    font-weight: 400;
    letter-spacing: 2px!important;
    line-height: 26px;
    margin: 0;
    min-height: auto;
    min-width: auto;
    padding: 6px 7px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 8px;
    left: 10px;
    z-index: 12;
}

p.stock.out-of-stock {
    font-weight: 800;
    margin-top: 10px;
    color: #fafafa !important;
    font-size: 14px !important;
    display: inline-block;
    width: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    background-color: #BD081D;
    padding: 15px !important;
    margin-bottom: 20px !important;
    border: 1px solid #9B0012;
    border-radius: 0;
    margin-left: 0;
}

div.columns-4 ul.products li.product span.soldout {
    background-color: #9640d9;
    border-radius: 0;
    color: #fff;
    font-size: 30px;
    font-family: "BadaboomBB";
    width: 89%;
    font-weight: 400;
    letter-spacing: 2px!important;
    line-height: 26px;
    margin: 0;
    min-height: auto;
    min-width: auto;
    padding: 6px 7px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 8px;
    left: 10px;
    z-index: 12;
}

ul.products li.product .bow-product-item div span.onsale {
    min-height: auto;
    min-width: auto;
    line-height: 24px;
}

ul.products li.product .bow-product-item div span.onsale{
    margin: 0;
    left: auto;
    right: auto;
    z-index: 4;
    line-height: 24px;
}

ul.products li.product .bow-product-item div span.onsale {
    background-color: #e31a22;
    border-radius: 0;
    color: #fff;
    font-size: 30px;
    font-family: "BadaboomBB";
    width: 93.5%;
    font-weight: 400;
    letter-spacing: 2px!important;
    line-height: 26px;
    margin: 0;
    min-height: auto;
    min-width: auto;
    padding: 6px 7px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 8px;
    left: 8px;
    z-index: 12;
}

.single-product div.product span.onsale {
    background-color: #e31a22;
    display: inline-block;
    border-radius: 0;
    color: #fff;
    font-size: 26px;
    font-family: "BadaboomBB";
    font-weight: 400;
    letter-spacing: 2px!important;
    line-height: 26px;
    padding: 6px 7px;
    top: 30px;
    position: relative;
}



.related.products ul.products li.product .bow-product-item div span.onsale {
    width: 94%;
}

.woocommerce ul.products li h3 a {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000000;
    text-transform: uppercase;
	display: block;
	text-align: center;
	text-decoration: none;
    padding: 8px 5px 5px 5px;
    bottom: 55px;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: -1px;
    line-height: 17px;
}

.bow-product-item .bow-productcat a, .bow-product-item h3 a, .bow-product-item .price, .bow-product-item span.product_short_description {
    background: none;
    outline: none;
    position: relative;
    z-index: 1;
    -webkit-transition: all 128ms;
    -moz-transition: all 128ms;
    -o-transition: all 128ms;
    transition: all 128ms;
}

@media only screen and (min-width:960px) {
    .archive ul.products li.product .bow-product-item div span.onsale {
        width: 91%;
    }

    .bow-product-item {
        min-height: 478px;
    }

    body.home .bow-product-item {
        min-height: 530px;
    }

    .page-template-home-page .woocommerce .products .yotpo.bottomLine .yotpo-bottomline .yotpo-stars, .yotpo.bottomline .yotpo-bottomline .yotpo-stars, .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-stars {
        left: 77px!important;
    }

}

.bow-product-item h3 a {
    -webkit-transition: all 128ms;
    -moz-transition: all 128ms;
    -o-transition: all 128ms;
    transition: all 128ms;
}

.bow-product-item span.product_short_description {
    -webkit-transition: all 192ms;
    -moz-transition: all 192ms;
    -o-transition: all 192ms;
    transition: all 192ms;
}

.bow-product-item .bow-productcat a:after, .bow-product-item h3 a:after, .bow-product-item span.product_short_description:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1D1D1D;
    text-decoration: underline;
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 128ms;
    -moz-transition: all 128ms;
    -o-transition: all 128ms;
    transition: all 128ms;
}

.bow-product-item h3 a:after {
    -webkit-transition: all 128ms;
    -moz-transition: all 128ms;
    -o-transition: all 128ms;
    transition: all 128ms;
}

.bow-product-item:hover h3 a {
    color: #ffffff !important;
}

.home .yotpo.bottomLine.yotpo-small,
.archive .yotpo.bottomLine.yotpo-small {
    position: absolute;
    bottom: 217px;
    left: 7px;
}

.home .yotpo.bottomLine.yotpo-small {
    left: 38px;
}

.bow-product-item .yotpo.bottomLine .yotpo-bottomline .yotpo-stars, .yotpo.bottomline .yotpo-bottomline .yotpo-stars, .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-stars {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 192ms ease-in-out;
    -moz-transition: all 192ms ease-in-out;
    -ms-transition: all 192ms ease-in-out;
    -o-transition: all 192ms ease-in-out;
    transition: all 192ms ease-in-out;
}

.yotpo.bottomLine .yotpo-bottomline .yotpo-stars, .yotpo.bottomline .yotpo-bottomline .yotpo-stars, .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-stars {
    line-height: normal;
}

.yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star, .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star, .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star, .yotpo.bottomline .yotpo-bottomline .yotpo-icon-star, .yotpo.bottomline .yotpo-bottomline .yotpo-icon-half-star, .yotpo.bottomline .yotpo-bottomline .yotpo-icon-empty-star, .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-star, .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-half-star, .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-empty-star {
    font-size: 20px !important;
}

.yotpo .yotpo-bottomline .yotpo-icon-star, .yotpo .yotpo-bottomline .yotpo-icon-half-star, .yotpo .yotpo-bottomline .yotpo-icon-empty-star {
    color: #ffd200!important;
    letter-spacing: -2px!important;
}

.yotpo a.text-m {
    font-family: Arial, Helvetica, sans-serif;
    color: #000 !important;
    letter-spacing: 0;
    margin-top: 3px;
    text-decoration: none !important;
    font-size: 13px !important;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.yotpo a.text-m:hover {
    color: #fff !important;
    background-color: #000 !important;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
}

.woocommerce ul.products li.product .price {
    position: absolute;
    bottom: 40px;
    clear: both;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 17px;
    text-transform: uppercase;
    color: #717171;
    padding: 0;
    margin-bottom: 5px;
    z-index: 1;
    display: block;
}

.single-product .related ul li.product .buy-now-archive-button {
    bottom: 10%!important;
    font-size: 22px!important;
}

.archive .woocommerce ul.products li.product .price {
    bottom: 46px;
}

.woocommerce ul.products li.product .price > div.reg-price {
    margin: 5px auto 37px auto;
}

.woocommerce ul.products li.product .price del {
    display: block;
}

.woocommerce ul.products li.product .price ins {
    font-weight: 700;
    text-decoration: none;
    color: #00b9d5;
}

.woocommerce ul.products li.product .price .from, span.from {
    font-size: 1em;
    display: inline-block;
    margin: 0 0 0 2px;
    text-transform: uppercase;
    color: inherit;
    font-weight: 800;
}

.woocommerce ul.products li.product .price .from-reg, span.from-reg {
    font-size: 12px;
    margin: 0 0 0 2px;
    text-transform: uppercase;
    color: inherit;
    font-weight: 800;
}

.bow-product-item:hover .bow-productcat a:after, .bow-product-item:hover h3 a:after, .bow-product-item:hover .price:after, .bow-product-item:hover span.product_short_description:after {
    width: 100%;
}

.bow-product-item:hover .price {
    color: #FEF723 !important;
}

.bow-product-item:hover .price del {
    color: #FD1312 !important;
}

.woocommerce .product-subtotal, .woocommerce .product-price, .woocommerce .product-edit, .woocommerce .product-quantity, .woocommerce .product-thumbnail {
    text-align: center;
    font-family: "Open Sans", Arial, sans-serif;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    color: #00B9D5;
    font-weight: 600;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-family: "Open Sans", Arial, sans-serif;
    color: #000;
    font-size: 26px;
    letter-spacing: -2px;
    line-height: 100%;
    font-weight: 600;
    word-wrap: normal;
}

.woocommerce div.product span.price del {
    font-family: "Open Sans", Arial, sans-serif;
    color: #000;
    font-size: inherit;
    letter-spacing: 0;
    line-height: 100%;
    font-weight: 700;
}

.woocommerce div.product ins {
    text-decoration: none;
}

div.product .summary .product_meta > span {
    display: block;
}

p.afterpay-payment-info span.woocommerce-Price-amount {
    font-weight: 800 !important;
    font-size: 16px !important;
    padding: 0 2px !important;
    color: #2678AE !important;
    letter-spacing: 0 !important;
    line-height: normal !important;
}

/* Price Container */

.price--container {
    margin: 5px auto;
    font-size: 24px;
    display: table;
    text-align: left;
    margin-bottom: 20px;
}

.bow-single-product-summary .price--container {
    margin: 5px 0 1em 0;
}

.chunky-prices .product .price--grey-holder {
    min-height: 0 !important;
    margin: 0 0 -.05em 0 !important;
    line-height: .333em;
}

.price--rrp,
.price--was {
    min-width: 10.10em;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 2px !important;
    color: #fff;
    background: #1d1d1d;
    padding: .555em .555em .999em .555em;
}

.price--sell-price>.price--inner,
.price--discount-price>.price--inner,
.price--rrp,
.price--was {
    box-shadow: -6px 6px 0 #d3d3d3;
}

.price--rrp,
.price--was,
.price--savings {
    font-size: .5em !important;
    text-align: center;
}

.price--rrp,
.price--was {
    display: inline-block;
    vertical-align: middle;
}

.price--strike {
    text-decoration: line-through;
}

.price--sell-price,
.price--discount-price {
    font-size: 1.5em !important;
}

.price--sell-price,
.price--discount-price,
.price--grey-holder,
.price--savings {
    font-weight: 600;
    line-height: 1;
}

.price--sell-price>.price--inner,
.price--discount-price>.price--inner {
    position: relative;
    display: inline-block;
    padding: 0 12px 3px 12px;
    color: #fff;
    background: #e31a22;
    text-align: center;
    min-width: 3.4em;
    z-index: 1;
    margin-left: .15em;
}

.price--sell-price>.price--inner:before,
.price--discount-price>.price--inner:before {
    position: absolute;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -moz-transform: skewY(2.2deg);
    -ms-transform: skewY(2.2deg);
    -webkit-transform: skewY(2.2deg);
    transform: skewY(2.2deg);
    content: "";
    left: 0;
    top: -.05em;
    z-index: -1;
    display: block;
    width: 100%;
    height: .5em;
    background: #e31a22;
}

.price--savings {
    display: block;
    background: #fff;
    color: #1d1d1d;
    margin: 0 -12px 0.25em;
    text-transform: uppercase;
	font-weight: 700;
    margin-top: 5px;
    padding-bottom: 4px;
}

span.to span.woocommerce-Price-amount span.woocommerce-Price-currencySymbol {
    font-size: .444em;
    vertical-align: super;
}

.price--savings span.woocommerce-Price-currencySymbol {
	font-size: .65em;
	font-weight: 700;
}

span.to {
    display: block;
    padding: 0 0 5px 0;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 800;
    letter-spacing: 0;
    font-size: .99em;
}

.woocommerce-breadcrumb {
	color: #000;
	margin: 10px;
	padding: 1px 4px;
	display: inline-block;
    text-decoration: none;
    font-size: 16px;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.woocommerce-breadcrumb a{
	color: #737373;
	margin: 10px;
    padding: 1px 4px;
    text-decoration: none;
    font-size: 16px;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.woocommerce-breadcrumb a:hover {
	color: #ffffff;
    background-color: #000000;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
}

.reset_variations {
    font-size: 14px !important;
    background: #626261;
    color: #fff !important;
}

 .summary .product_meta .posted_in {
    padding: 5px 0 0;
    /* hides categories on single-product-page */ 
    display: none !important; 
}

.summary .product_meta .tagged_as {
    padding: 5px 0 0; 
    /* hides tags on single-product-page */ 
    display: none !important; 
 }  

.product-large-image #zoomLink {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 30px;
    border: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 2.3;
    background: #000;
    color: #fff;
    z-index: 11;
    font-size: 16px;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.product-large-image #zoomLink:hover {
    background: #FFE51E;
    color: #000;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
}

.woocommerce div.product .woocommerce-tabs .panel {
    box-shadow: none;
}

.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 0px;
    clear: both
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0;
    padding-left: 17px;
    border-width: 1px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 13px;
    letter-spacing: -1px;
    display: block;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #000;
    border: none;
    outline: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    background: #FFE51E;
    color: #000;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    border-radius: 0;
    background: #000;
    margin: 0 -2px;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #FFE51E;
    color: #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
    box-shadow: none;
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
    box-shadow: none;
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

#main ul.wc-tabs {
    margin-left: 0;
}

div.woocommerce-tabs ul.tabs.wc-tabs {
    display: flex;
    margin-top: 50px;
}

div#tab-description {
    color: #494847;
    font-size: 14px;
    position: relative;
    z-index: 2;
    border-radius: 0;
    border: 1px solid #dddddd;
    background: #f8f8f8;
    padding: 17px 24px 19px 16px;
    margin: 0 15px 0 15px;
}

div#tab-description p {
    margin-bottom: 10px;
}

div#tab-additional_information {
    padding: 0 15px 0 15px;
}

.wc-tab h2 .related h2{
    font-size: 22px;
    letter-spacing: -1px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 15px 0 15px 0;
}

.woocommerce table.shop_attributes td {
    padding: 8px;
}

.woocommerce table.shop_attributes {
    background: #F4F4F4;
}

.woocommerce table.shop_attributes th {
    padding: 8px;
    color: #494847;
    font-size: 12px;
    font-weight: 800;
}

.woocommerce table.shop_attributes td {
    font-style: normal;
    color: #494847;
    font-size: 12px;
    font-weight: 600;
}

.woocommerce .related .bow-productcat {
    display: none;
}

p.upsells-related-title {
    font-family: "Open Sans", Arial, sans-serif;
    padding: 15px 0;
    font-size: 35px;
    line-height: 39px;
    letter-spacing: -2px;
    display: block;
    background: #fafafa;
    margin: 0;
    font-weight: 800;
    text-transform: uppercase;
    /* vertical-align: middle; */
    color: #000;
    position: relative;
    z-index: 1;
}

p.upsells-related-title:before {
    border-top: 1px solid #d5d5d5;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

p.upsells-related-title span {
    background: #fafafa;
    padding: 0 15px 0 0;
}

.related {
    padding: 0 15px 0 15px;
}

.woocommerce ul.product_list_widget li a {
    display: initial;
    font-weight: normal;
}

#woocommerce_products-2 ul.product_list_widget li:before {
    content: none;
}

.mini_cart_item, .woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    padding: 5px 10px;
    margin-bottom: 8px;
    min-height: 80px;
    background-color: #F5F5F5;
    line-height: 20px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
}

.woocommerce ul.product_list_widget li {
    display: block;
}

.bow-dropdown-cart ul.cart_list li img, .bow-dropdown-cart ul.product_list_widget li img {
    float: left;
    padding: 0px;
    width: 80px;
    margin: 5px 15px 12px 0px !important;
    height: auto;
    border: solid 1px #292929
}

#menu .bow-dropdown-cart ul.cart_list li, #menu .bow-dropdown-cart ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    list-style: none;
    clear: both
}

#menu .bow-dropdown-cart ul.cart_list li a, #menu .bow-dropdown-cart ul.product_list_widget li a {
    display: block;
}

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
    border: 0;
    padding-left: 0;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img,
.bow-dropdown-cart ul.product_list_widget li img {
    border: 0;
    /*background:#f5f5f5;*/
    background: #d6d6d6;
    margin: 2px 10px 0 0;
    padding: 1px;
    float: left;
    width: 60px;
    height: 60px;
    vertical-align: middle
}

#menu .cart_list.product_list_widget a, #menu .cart_list.product_list_widget span {
    font-weight: 400 !important
}

ul.cart_list li dl, ul.product_list_widget li dl {
    overflow: hidden;
}

ul.cart_list li dl dt, ul.product_list_widget li dl dt {
    clear: left;
    line-height: 10px;
    padding: 0
}

ul.cart_list li dl dd, ul.product_list_widget li dl dd {
    padding: 0;
    line-height: 10px;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
   
    font-weight: normal;
}

/* CART */

.woocommerce table.shop_table {
    border-radius: 0
}

.woocommerce table.shop_table th {
    letter-spacing: 0px;
    border-left: 3px solid #FFF;
    background-color: #f4f4f4;
    font-weight: 600;
}

.woocommerce table.shop_table {
    border: none;
}

.woocommerce table.shop_table td {
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
}

.woocommerce table.shop_table td {
    border-bottom: 0;
    background: #fff;
    padding: 10px
}

.woocommerce .shop_table .cart_item .product-quantity .quantity label {
    display: none;
}

.woocommerce-cart table.cart .product-thumbnail {
    max-width: 115px;
}

.woocommerce-cart table.cart .product-thumbnail img {
    max-height: 120px;
}

.woocommerce .product-subtotal, .woocommerce .product-price, .woocommerce .product-edit, .woocommerce .product-quantity, .woocommerce .product-thumbnail {
    text-align: center;
    font-family: "Open Sans", Arial, sans-serif;
}

.woocommerce td.product-name dl.variation dd {
    margin-top: 0;
}

.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
}

.woocommerce td.product-name a {
    font-family: "Open Sans", Arial, sans-serif;
    color: #000000;
    padding: 3px 6px 4px;
    letter-spacing: -1px;
    margin: 0;
    font-weight: 800;
    font-size: 15px;
    line-height: 1.1;
    text-transform: uppercase;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.woocommerce td.product-name a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #000000;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
}

.woocommerce td.product-name p {
    font-size: 12px;
    padding: 0 0 0 7px;
    margin: 0 0 4px 0;
}

.woocommerce td.product-name dl.variation {
    font-size: 12px;
    padding: 0 0 0 7px;
    margin: -2px 0;
}

.woocommerce table.wishlist_table tr td.product-remove {
    padding: 10px
}

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    width: auto;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 50%;
    padding: 7px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 7px;
    border: 1px solid rgba(0, 0, 0, .1);
}

table.cart td.actions .input-text, table.cart td.actions .button, table.cart td.actions .checkout-button {
    margin-top: 0.53em !important;
}

.woocommerce-page table.cart td.actions, .woocommerce-page #content table.cart td.actions {
    text-align: right;
}

.woocommerce .wc-backward {
    float: left !important;
    padding: 7px;
    width: 196px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    background-color:#1d1d1d;
    border-radius: 0;
    border: none;
    letter-spacing: -0.5px;
    text-decoration: none;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.woocommerce .wc-backward:hover {
    background-color: #ffe51e;
    color:#2a2d32;
    padding: 7px;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
}

.woocommerce .woocommerce-message a {
    padding: 4px 18px;
    float: right;
    outline: none;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 800;
    background-color: #ffe51e;
    color:#2a2d32;
    border-radius: 0;
    border: none;
    letter-spacing: -0.5px;
    text-decoration: none;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.woocommerce .woocommerce-message a:hover {
    background-color:#1d1d1d;
    color: #fff;
    padding: 3px 16px;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
}

td.actions input.button {
    padding: 10px;
    outline: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    background-color:#1d1d1d;
    border-radius: 0;
    border: none;
    letter-spacing: -0.5px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

td.actions input.button:hover {
    background-color: #ffe51e;;
    padding: 10px;
    color:#2a2d32 ;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
}

.woocommerce a.remove {
    margin:  0 auto;
    padding: 0 4px 4px;
    text-decoration: none;
    font-size: 16px;
    color: whitesmoke !important;
    background: #000000;
    border-radius: 0;
    border: none;
    outline: none;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.woocommerce a.remove:hover {
    color: #ffffff !important;
    background: #fd1312;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
}

.woocommerce table.shop_table td.product-edit a{
    color: #292929;
    font-size: 14px;
    
}

.product-price .amount, .product-subtotal .amount {
    font-family: "Open Sans", Arial, sans-serif;
    letter-spacing: -1px;
    margin: 0;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.1;
    text-transform: uppercase;
}

.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty {
    height: 30px;
    width: 56px !important;
    padding: 0 0 0 8px !important;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    margin: 0;
    border-radius: 0;
    outline: none;
}

.woocommerce-page .quantity input.qty:active,
.woocommerce-page .quantity input.qty:focus {
    border: 2px solid #fef723;
    box-shadow: 0 0 5px rgb(255, 229, 30) !important;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th {
    border-bottom: 0;
    padding: 10px
}

.cart-collaterals {
    margin-top: 50px;
}

.cart-collaterals p.form-row {
    display: block;
}

.form-row span.woocommerce-input-wrapper {
    display: block;
}

.form-row label {
    font-size: 16px;
}

.form-row span.woocommerce-input-wrapper input {
    line-height: 1 !important;
    padding: 4px 4px 4px 12px !important;
    height: 30px;
    border-radius: 0;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
}

.woocommerce .block {
    border: 0;
    padding: 0 20px 20px;
    margin-bottom: 15px;
    margin-top: 30px;
    border-top: 6px solid #ffe51e;
    background-color: #f4f4f4;
}

.woocommerce .block_coupon .input-box {
    padding-bottom: 12px;
}

.woocommerce .buttons-set input.button {
    padding: 7.5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    color: #1d1d1d;
    background-color:#ffe51e;
    border-radius: 0;
    border: none;
    letter-spacing: -0.5px;
    text-decoration: none;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.woocommerce .buttons-set input.button:hover {
    background-color: #1d1d1d;
    color: #fff;
    padding: 7.5px;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
}

.woocommerce .proceed-checkout-wrap a {
    padding: 7.5px;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
    background-color:#ffe51e;
    border-radius: 0;
    border: none;
    letter-spacing: -0.5px;
    text-decoration: none;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.woocommerce .proceed-checkout-wrap a:hover {
    background-color: #1d1d1d;
    color: #fff;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
}

.woocommerce p.form-row input[type=submit] {
    background-color: #1d1d1d;
    color: #fff;
    padding: 8px 12px;
    border-radius: 0;
    font-size: 12px;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
}

.woocommerce p.form-row input[type=submit]:hover {
    background-color: #fff;
    color: #1d1d1d;
    border-radius: 0;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
}

.woocommerce p.lost_password {
	font-size: 16px;
	color: #379dd6;
	margin-bottom: 10px;
}

.woocommerce .woocommerce-info a.showlogin {
	color: #379dd6;
}

.woocommerce form.login P {
    margin-top: 10px;
    font-size: 16px;
}

.woocommerce form.login {
	padding: 10px;
}

.woocommerce form.checkout_coupon {
	padding: 10px;
	font-size: 16px;
}

.woocommerce form.checkout_coupon p {
	margin: 10px 0;
	font-size: 16px;
}

.woocommerce form.checkout_coupon p.form-row button {
	padding: 6px;
	font-size: 12px;
	background-color: #1d1d1d;
    color: #fff;
	border-radius: none;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
}

.woocommerce form.checkout_coupon p.form-row button:hover {
    background-color: #fff;
   color: #1d1d1d;
   -webkit-transition: all 10ms ease-in-out;
   -moz-transition: all 10ms ease-in-out;
   -ms-transition: all 10ms ease-in-out;
   -o-transition: all 10ms ease-in-out;
   transition: all 10ms ease-in-out;
}

.woocommerce .cart_heading {
    font-family: "Open Sans", Arial, sans-serif;
    letter-spacing: -1px;
    padding: 19px 0 7px;
    font-weight: 800;
    font-size: 19px;
    line-height: .8;
    text-transform: uppercase;
    margin: 0;
}

.woocommerce .discount-form label, .woocommerce .shipping-form label {
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: block;
    padding: 2px 0 18px;
    font-weight: normal;
    margin-bottom: 0;
}

.woocommerce .block_coupon .input-box {
    padding-bottom: 12px;
    font-size: 14px;
}

.woocommerce .block_coupon .input-box input {
    font-size: 14px;
    width: -webkit-fill-available;
    outline: none;
}

.woocommerce .block_coupon .input-box input:active,
.woocommerce .block_coupon .input-box input:focus {
    border: 2px solid #fef723;
    box-shadow: 0 0 5px rgb(255, 229, 30) !important;
}

.woocommerce .block_totals_indent {
    padding: 0;
}

.woocommerce .block_totals #shopping-cart-totals-table {
    /*display: inline-block;*/
    display: table;
    margin: 23px 6px 11px 0;
}

.woocommerce .a-right {
    text-align: right !important;
    font-size: 16px;
    width: 240px;
    vertical-align: top;
    padding-top: 20px;
}

.woocommerce #shopping-cart-totals-table tfoot strong {
    font-family: "Open Sans", Arial, sans-serif;
    letter-spacing: -1px;
    font-weight: 800;
    font-size: 19px;
    line-height: .8;
    text-transform: uppercase;
}

.woocommerce small.includes_tax {
    display: block;
    font-size: 80%;
}

.woocommerce-cart .proceed-checkout-wrap {
    margin-top: -15px;
    width: 100%;
    background: #E6E6E6;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    line-height: .7;
}

.woocommerce .woocommerce-info::before {
    color: #292929;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    border-top: solid 2px #292929;
}

.woocommerce .woocommerce-message:before {
    color: #292929;
    content: "\e015";
    font-size: 12px;
}

.woocommerce .woocommerce-message {
    font-size: 14px;
    margin-bottom: 25px;
    padding: 15px;
    font-size: 16px;;
}

body.single-product #primary > div.woocommerce-notices-wrapper .woocommerce-message {
    margin-top: 35px;
    margin-bottom: 0;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background: #f5f5f5
}

.woocommerce .woocommerce-info {
    margin-bottom: 20px;
    font-size: 16px;
    padding: 15px;
}

.woocommerce .woocommerce-info a.showcoupon {
    color: #0090CF;
}

.woocommerce p.cart-empty {
    margin-bottom: 10px;
}

.woocommerce p.return-to-shop a {
    margin-top: 30px;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e016";
    display: inline-block;
    position: inherit;
    top: 1em;
    left: 1.5em;
    color: #b81c23;
}

/* Checkout */
#customer_details {
    border: 1px solid rgba(0, 0, 0, .2);    
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
#order_review_heading {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-top: 0;
}

#order_review_heading {
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, .2);
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce .woocommerce-checkout .vc_row .vc_column-inner .wpb-wrapper .vc_message_box ul {
    padding-left: 0;
    font-size: 14px;
}

.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
    display: block;
}
    
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: unset;
}

.woocommerce .col2-set {
    padding: 0 6px 0 6px;
}

.select2-drop.select2-drop-above, .select2-drop.select2-drop-above.select2-drop-active, .select2-drop-active, .select2-drop.select2-drop-above.select2-drop-active, .select2-container-active .select2-choice, .select2-container-active .select2-choices, .select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices, .select2-container-multi.select2-container-active .select2-choices {
    border-radius: 0;
    border: solid 1px #ccc
}

.select2-results .select2-highlighted,
.select2-container-multi .select2-choices .select2-search-choice, .select2-container .select2-choice, .select2-container.select2-drop-above .select2-choice, .select2-drop {
    border-radius: 0
}

.select2-selection.select2-selection--single {
    border-radius: 0!important;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    box-shadow: inset 2px 0 0 #e2401c;
    border-color: #fff;
    background: #f5f5f5;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    box-shadow: inset 2px 0 0 #69bf29;
    border-color: #fff;
    background: #f5f5f5;
}

.select2-container .select2-choice > .select2-chosen {
    padding: 2px

}

.woocommerce .select2-container {
    margin-bottom: 10px;
}

.select2-results__option[aria-selected], .select2-results__option[data-selected] {
    font-size: 14px;
}

.select2-selection__rendered span {
    font-size: 14px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    line-height: 1 !important;
    padding: 4px 4px 4px 12px !important;
    height: 30px;
    width: 100%;
    outline: none;
}

@media only screen and (min-width: 320px) and (max-width: 500px) {
    .woocommerce form .form-row textarea#order_comments {
        height: 35px!important;
    }
}
.woocommerce form .form-row input.input-text:active,
.woocommerce form .form-row input.input-text:focus {
    border: 2px solid #fef723;
    box-shadow: 0 0 5px rgb(255, 229, 30) !important;
}

.woocommerce-checkout-review-order .shop_table .cart_item .product-name, 
.woocommerce-checkout-review-order .shop_table .cart_item .product-total {
    font-size: 14px;
}

.woocommerce-checkout-review-order .shop_table tfoot .cart-subtotal td span,
.woocommerce-checkout-review-order .shop_table tfoot .order-total strong {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.woocommerce-checkout-review-order .shop_table tfoot .order-total small {
    font-size: 100%;
}

.woocommerce-checkout-review-order .shop_table tfoot .shipping td p {
    font-weight: 700;
    color: #000;
}

.woocommerce-checkout-review-order .shop_table tfoot th,
.woocommerce-checkout-review-order .shop_table tfoot td {
    border: 1px solid 	#D8D8D8;
}

.woocommerce-checkout-review-order .shop_table thead th {
    font-size: 18px;
}

.woocommerce-checkout-review-order .shop_table thead .product-name,
.woocommerce-checkout-review-order .shop_table thead .product-total,
.woocommerce-checkout-review-order .shop_table tbody .product-name, 
.woocommerce-checkout-review-order .shop_table tbody .product-total {
    border: 1px solid 	#D8D8D8;
}

.woocommerce-checkout #payment {
    background: #f4f4f4;
    margin-top: 30px;
    padding: 15px 0 15px 0;
}

.woocommerce-checkout #payment ul {
    margin-left: 10px;
    padding: 0;
    list-style: none;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    color: #000000;
}

.woocommerce-checkout #payment .payment_method_paypal label {
    display: inline!important;
}

.woocommerce-page #payment .form-row select.woocommerce-cc-month {
    display: block!important;
}

.woocommerce-checkout #payment div.payment_box {
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 0 2px 5px;
}

.woocommerce-checkout #payment div.payment_box p {
    margin-bottom: 15px;
    padding-left: 8px;
}

.woocommerce-checkout #payment ul li {
    margin-bottom: 25px;
}

.woocommerce-checkout #payment div.payment_box div.what-is-afterpay-container a,
.woocommerce-checkout #payment div.payment_box p a.zip-hover {
    color: #379dd6;
} 

.woocommerce-checkout #payment div.payment_box:after {
    border-bottom-color: #fff;
}

.woocommerce-checkout #payment ul.payment_methods {
    border-bottom-color: #fae4ae;
}

.woocommerce-checkout #payment div.payment_box:before {
    border: 1em solid #fff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: none;
}

.woocommerce-checkout #payment div.place-order {
    margin-left: 25px;
}

.woocommerce-checkout #payment div.form-row button.button {
    padding: 10px;
    outline: none;
    border: none;
    border-radius: 0;
    font-size: 12px;
    color: #000;
    background: #ffff33;
    font-weight: 800;
    letter-spacing: -0.5px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.woocommerce-checkout #payment div.form-row button.button:hover {
    border: none;
    padding: 10px;
    background: #000;
    color: #fff;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
}

.woocommerce-checkout #payment div.form-row span.woocommerce-terms-and-conditions-checkbox-text a,
.woocommerce-checkout #payment div.form-row div.woocommerce-privacy-policy-text p a {
    color: #379dd6;
}

.woocommerce-checkout #payment .payment_method_paypal,
.woocommerce-checkout #payment .payment_method_afterpay,
.woocommerce-checkout #payment .payment_method_zipmoney span,
.woocommerce-checkout #payment .payment_method_bacs {
    font-size: 16px;
}

.woocommerce-checkout #payment div.form-row div.woocommerce-terms-and-conditions {
    border: 1px solid;
    background: lightgrey;
    margin-right: 20px;
    padding: 10px;
    font-size: 14px;
}

.woocommerce-checkout #payment div.form-row div.woocommerce-terms-and-conditions ol {
    margin: 0;
}

.woocommerce-error {
    margin-left: 0;
    font-size: 14px;
}

.woocommerce .zipMoneyErrorDiv ul::before {
    content: "\e016";
    color: #b81c23;
}

@media only screen and (min-width: 766px) {
    .woocommerce .col2-set .col-1 {
        float: left;
        width: 48%;
    }

    .woocommerce .col2-set .col-2 {
        float: right;
        width: 48%;
    }

}

@media only screen and (min-width: 470px) and (max-width: 600px) {
    table.cart td.actions .input-text, table.cart td.actions .button, table.cart td.actions .checkout-button {
        margin-right: 10px;
    }
}    

@media only screen and (min-width: 320px) and (max-width: 600px) {
    /* Force table to not be like table anymore */
    .woocommerce-page table.shop_table,
    .woocommerce-page table.shop_table thead,
    .woocommerce-page table.shop_table tbody,
    .woocommerce-page table.shop_table th,
    .woocommerce-page table.shop_table td,
    .woocommerce-page table.shop_table tr {
        display: block;
    }

    form table.cart tbody tr.cart_item {
        margin-bottom: 15px;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .woocommerce-page table.shop_table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .woocommerce-page table.shop_table td {
        /* Behave like a "row" */
        border: 2px solid #d2d3d3;
        border-width: 0 0 1px 0;
        position: relative;
        padding-left: 30% !important;
    }

    .woocommerce-page table.shop_table tfoot td {
        padding-left: 0 !important;
        border: 0;
        left: 10px;
    }

    .woocommerce-page table.shop_table {
        border: none;
    }

    .woocommerce-page table.shop_table td.product-spacer {
        border-color: #FFF;
        height: 10px;
    }

    .woocommerce-page table.shop_table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 8px;
        left: 6px;
        width: 25%;
        line-height: 30px;
        padding-right: 10px;
        white-space: nowrap;
    }

    .woocommerce-page table.shop_table td.product-remove:before {
        top: 4px;
    }

    .woocommerce-wishlist table.shop_table td.product-remove:before {
        top: 6px;
    }

    /*
    Label the data
    */
    .woocommerce-page table.shop_table td.product-remove:before {
        content: "DELETE";
        font-weight: 600;
        font-size: 12px;
    }

    .woocommerce-page table.shop_table td.product-thumbnail:before {
        content: "IMAGE";
        font-weight: 600;
        font-size: 12px;
    }

    .woocommerce-page table.shop_table td.product-name:before {
        content: "PRODUCT";
        font-weight: 600;
        font-size: 12px;
    }

    .woocommerce-page table.shop_table td.product-price:before {
        content: "PRICE";
        font-weight: 600;
        font-size: 12px;
    }

    .woocommerce-page table.shop_table td.product-quantity:before {
        content: "QUANTITY";
        font-weight: 600;
        font-size: 12px;
    }

    .woocommerce-page table.shop_table td.product-subtotal:before {
        content: "SUBTOTAL";
        font-weight: 600;
        font-size: 12px;
    }

    .woocommerce-page table.shop_table td.product-total:before {
        content: "TOTAL";
        font-weight: 600;
        font-size: 12px;
    }

    .woocommerce-page table.cart td.actions,
    .woocommerce-page #content table.cart td.actions {
        text-align: left;
        border: 0;
        padding-left: 6px !important;
    }

    .woocommerce-page table.cart td.actions div,
    .woocommerce-page #content table.cart td.actions div,
    .woocommerce-page table.cart td.actions input,
    .woocommerce-page #content table.cart td.actions input {
        margin-bottom: 10px;
    }

    .woocommerce-cart table.cart .product-thumbnail {
        display: none;
    }

    .woocommerce table.shop_table td.product-remove, 
    .woocommerce table.shop_table td.product-name {
        background: #f0f0f0;
    }

    .woocommerce table.shop_table td {
        padding: 8px;
    }  
    
    .woocommerce a.remove {
        margin-left: 120px;
    }

    .woocommerce-page .cart-collaterals .cart_totals {
        float: left;
        width: 100%;
        text-align: left;
    }

    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2,
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        float: none;
        width: 100%;
    }

}

.wishlist_table .product-stock-status span.wishlist-in-stock {
    font-size: 16px;
}

@media only screen and (min-width: 320px) and (max-width: 765px) {
    .woocommerce-cart table.cart .product-thumbnail {
        display: none;
    }
}

.wishlist_table .product-add-to-cart a.button {
    font-size: 14px;
    display: block!important;
    background: #FFE51E;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding: 7px 0!important;
    font-family: "Open Sans", Arial, sans-serif;
    text-decoration: none;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.wishlist_table .product-add-to-cart a.button:hover {
    background: #000;
    color: #fff;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
}

/* Account Page */

.woocommerce-account .u-columns .form-row button {
    display: block;
    border-radius: 0;
    font-size: 14px;
    padding: 5px 15px 5px 15px;
}

.woocommerce-account .u-columns form p { 
    padding: 10px;
}

.woocommerce-account .u-columns form {
    margin-bottom: 30px;
}

.woocommerce-account .u-columns a {
    color: #00b9d5;
    font-size: 14px;
}

.woocommerce-account .u-columns form input {
    font-size: 14px;
    border-radius: 0;
}

.woocommerce-account .u-columns p {
    font-size: 14px;
}

.woocommerce-account .u-columns address {
    font-size: 12px;
}

.woocommerce-account .u-columns a:hover {
    color: #000;
}


.woocommerce-MyAccount-navigation ul {
    padding: 0;
    font-size: 16px;
}


.woocommerce-MyAccount-navigation ul li a {
   text-decoration: none;
   color: #00b9d5;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    color: #000;
    text-decoration: underline;
}

.woocommerce-MyAccount-content p a {
    color: #00b9d5;
}

.woocommerce-MyAccount-content p a:hover {
    color: #000;
    text-decoration: underline;
}

.woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
}

.woocommerce-MyAccount-content {
    float: right;
    width: 68%;
}

@media only screen and (max-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
        float: none;
        width: 100%;
        }
}

.woocommerce-account .woocommerce-MyAccount-content form button {
    display: block;
    border-radius: 0;
    font-size: 14px;
    padding: 5px 15px 5px 15px;
}

.woocommerce-account .woocommerce-MyAccount-content form p { 
    padding: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content form p label {
    text-transform: uppercase;
}

.woocommerce-account .woocommerce-MyAccount-content form {
    margin-bottom: 30px;
    border: solid #A9A9A9 1px;
}

.woocommerce-account .woocommerce-MyAccount-content form input{
    font-size: 14px;
    border-radius: 0;
}

.woocommerce-account .woocommerce-MyAccount-content form fieldset legend{
    font-size: 26px;
    font-weight: 700;
    padding-left: 7px;
}

.woocommerce-account .woocommerce-MyAccount-content form fieldset {
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message a {
    float: right;
    padding: 10px;
    outline: none;
    border: none;
    border-radius: 0;
    font-size: 12px;
    color: #000;
    background: #fef723;
    font-weight: 800;
    letter-spacing: -0.5px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message a:hover{
    border: none;
    padding: 10px;
    background: #000;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
}

.woocommerce div.product button.quick_buy_button {
    font-family: 'Montserrat', sans-serif;
    vertical-align: middle;
    border-radius: 0;
    letter-spacing: 0;
    height: 57px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 13px;
	padding: 15px 38px;
    border: 0;
    width: 100%;
	background-color: #0cb14b;
	color: #f4f4f4;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
}

.woocommerce div.product button.quick_buy_button:hover, .woocommerce div.product button.delivery_info_btn:hover, .woocommerce div.product button.mattress_size_btn:hover {
    background-color: #000000;
    color: whitesmoke;
    border: none;
    text-decoration: none;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
}

@media only screen and (min-width: 320px) and (max-width: 340px) {
    .single-product #next_prev_product_lnk_wrap {
        margin-top: 30px;
        margin-bottom: -30px;
        margin-right: 106px;
    }

    ul.products li.product .bow-product-item div span.onsale {
        width: 93%;
    }

    .related.products ul.products li.product .bow-product-item div span.onsale {
        width: 91%!important;
    }

    div.columns-5 ul.products li.product span.soldout {
        width: 77%!important;
        left: 25px!important;
    }

    div.columns-4 ul.products li.product span.soldout {
        width: 80%;
        left: 24px;
    }
}

@media only screen and (min-width: 359px) and (max-width: 390px) {
    .single-product #next_prev_product_lnk_wrap {
        margin-top: 30px;
        margin-bottom: -30px;
        margin-right: 135px;
    }

    div.columns-4 ul.products li.product span.soldout {
        width: 93%;
    }

    ul.products li.product .bow-product-item div span.onsale {
        width: 94.5%;
    }

    .archive .buy-now-archive-button {
        bottom: 10%!important;
    }

    .related.products ul.products li.product .bow-product-item div span.onsale {
        width: 93.5%!important;
    }

    div.columns-5 ul.products li.product span.soldout {
        width: 82%!important;
        left: 24px!important;
    }

    div.columns-4 ul.products li.product span.soldout {
        width: 83%;
        left: 25px;
    }
}

@media only screen and (min-width: 390px) and (max-width: 410px) {
    .single-product #next_prev_product_lnk_wrap {
        margin-top: 30px;
        margin-bottom: -30px;
        margin-right: 145px;
    }

    ul.products li.product .bow-product-item div span.onsale {
        width: 95%;
    }

    div.columns-4 ul.products li.product span.soldout {
        width: 94%;
    }
}

@media only screen and (min-width: 410px) and (max-width: 430px) {
    .single-product .site-main #next_prev_product_lnk_wrap {
        margin-top: 30px;
        margin-bottom: -30px;
        margin-right: 150px;
    }

    ul.products li.product .bow-product-item div span.onsale {
        width: 95%;
    }

    div.columns-4 ul.products li.product span.soldout {
        width: 94%;
        left: 24px;
    }

    div.columns-5 ul.products li.product span.soldout {
        width: 83.5%;
        left: 24px;
    }

    .archive .buy-now-archive-button {
        bottom: 9%!important;
    }

}

.woocommerce div.summary form .yith-wcpb-product-bundled-item-image img {
    max-height: 80px;
}

.woocommerce div.summary form .yith-wcpb-product-bundled-item-data h3 a {
    color: #000;
}


.woocommerce .lost_reset_password button.button{
    margin-top: 20px;
    border-radius: 0;
    padding: 6px 13px;
    font-size: 12px;
}

.woocommerce .lost_reset_password input[type=text] {
    font-size: 14px;
    border-radius: 0;
    width: 93%;
}

.woocommerce .term-description .standard-sizes-imgs {
    background: #ffe51e;
}

.woocommerce .term-description .standard-sizes-imgs a img {
    margin: 0 25px;
}

/* Long Description */

body.archive .description-container {
    clear: both;
    margin-bottom: 20px;

}

.long-description-title {
    font-size: 24px;
    font-weight: 600;
    color: #373737;
}

.long-description {
    font-size: 14px;
    color: #373737;
}

div.flex-viewport figure img.zoomImg {
    cursor: crosshair;
}

@media only screen and (min-width: 1140px) {
    .bundle_wrap {
        display: inline-block;
    }

    .bundle_wrap .bundle_button button {
        padding: 0px 24px!important;
    }
    
    .bundle_wrap .bundle_button .quantity {
        margin-right: 7px!important;
    }
    
}

#shipping_method {
    margin: 0;
}

#shipping_method li {
    list-style: none;
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
    div.wpb_wrapper h3.vc_custom_heading,
    div.wpb_wrapper h2.vc_custom_heading {
        font-size: 65px!important;
    }

    div.columns-4 ul.products li.product span.soldout {
        width: 92%;
    }

    ul.products li.product .bow-product-item div span.onsale {
        width: 95%;
    }

    .archive ul.products li.product .bow-product-item div span.onsale {
        width: 94%;
    }

    .archive .sub_desc {
        bottom: 175px;
    }

    .archive .yotpo.bottomLine.yotpo-small {
        bottom: 207px;
    }
}

.buy-now-archive-button {
    font-family: "BadaboomBB";
    color: #fff;
    font-size: 30px;
    padding: 6px 1px;
    letter-spacing: 3px;
    text-transform: capitalize;
    background: #0cb14b;
    text-align: center;
    border-radius: 3px;
    width: 90%;
    font-weight: 500;
    line-height: 26px;
    position: absolute;
    transform: translate(-50%, 92%);
    left: 50%;
    bottom: 8%;
}

.archive .buy-now-archive-button {
    bottom: 10%;
}

.buy-now-archive-button:hover {
    color: #fff;
    text-decoration: none;
}

.buy-now-archive-button:focus,
.buy-now-archive-button:active {
    color: #fff;
    text-decoration: none;
}

.buy-now-archive-button:visited {
    color: #fff;
}

div.woocommerce > ul > li.product.type-product > div > h3 > a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    padding: 0;
}

.woocommerce-review-link {
    display: none;
}









