/*
Theme Name: pivoo

WooCommerce styles override
*/
/**
 * WooCommerce color variables
 */
/**
 * Imports
 */
/**
 * Shop tables
 */
/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td:before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove:before {
	display: none;
}

table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}
table.shop_table_responsive tr th, table.shop_table_responsive tr td{
    border:none;
}

@media screen and (min-width: 48em) {
	table.shop_table_responsive thead {
		display: table-header-group;
	}
	table.shop_table_responsive tbody th {
		display: table-cell;
	}

	table.shop_table_responsive tr td {
		display: table-cell;
	}
	table.shop_table_responsive tr td:before {
		display: none;
	}
}

/**
 * Products
 */
/**
 * Products
 */
ul.products {
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

ul.products li.product .woocommerce-loop-product__title {
	font-size: 1rem;
}

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

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

@media screen and (min-width: 48em) {
	ul.products li.product {
		width: 30.7966666667%;
		float: left;
		margin-right: 3.8%;
	}
	ul.products li.product.first {
		clear: both;
	}
	ul.products li.product.last {
		margin-right: 0;
	}
	.columns-1 ul.products li.product {
		float: none;
		width: 100%;
	}
	.columns-2 ul.products li.product {
		width: 48.1%;
	}
	.columns-3 ul.products li.product {
		width: 30.7966666667%;
	}
	.columns-4 ul.products li.product {
		width: 22.15%;
	}
	.columns-5 ul.products li.product {
		width: 16.96%;
	}
	.columns-6 ul.products li.product {
		width: 13.4933333333%;
	}
}

/**
 * Single product
 */
/**
 * Single Product
 */
.single-product div.product {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 2em;
    right: 2em;
    display: block;
    z-index: 99;
    width: auto;
    height: auto;
    display:none;
}
.single-product div.product .woocommerce-product-gallery:hover .woocommerce-product-gallery__trigger{
    display:block;
}

.woocommerce-product-gallery__trigger img{
    display:none;
    opacity:0;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
	border-radius: 16px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	padding: 0;
	margin:0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: .5;
	 border-radius: 8px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
	
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.7966666667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty:before {
	display: none;
}

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

.stock.out-of-stock {
	color: #e2401c;
}
.woocommerce-cart-form__cart-item.cart_item .product-thumbnail{
    position:relative;
    max-width:96px;
}
.woocommerce-cart-form__cart-item.cart_item .product-thumbnail img{
    max-width:80px;
    border-radius:50%;
    margin:0;
}
.product-remove-cart{
    text-align: center;
    line-height: 20px;
    right: 0;
    width: 20px;
    height: 20px;
    background: #FF1A40;
    position: absolute;
    border-radius: 50%;
    color: #fff;
    top: 8px;
    font-size: 14px;
    margin: 0;
    padding: 0 !important
}
.product-remove-cart a{
    color:#ffffff;
}
.product-remove-cart a:visited{
    color:#ffffff; 
}
.pivoo-cart-unit-price{
    font-size:16px;
    margin:5px 0 0;
    padding-bottom:0 !important;
}
.cart-collaterals .cart_totals{
    background:#f9f5f5;
    padding:30px;
    border-radius:8px;
}
.cart-collaterals .cart_totals th{
    font-weight:400;
}
.cart-collaterals .cart_totals h2{
    margin:0;
    font-size: 19px;
line-height: 28px;
}
.wc-proceed-to-checkout a{
    background: #fd604f;
    border-radius: 4px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 12px 15px;
    color:#ffe1ee;
}
.wc-proceed-to-checkout a:visited{
     color:#ffe1ee;
}
.pivoo-coupon-cart,
.pivoo-coupon-cart-checkout{
    position:relative;
    margin:16px 0 10px 0;
}
.pivoo-coupon-cart label{
    display:none;
}
.pivoo-coupon-cart button.button,
.pivoo-coupon-cart-checkout .button{
       position: absolute;
    right: 0;
    height: 38px;
    line-height: 30px;
    padding: 0 12px;
    border: transparent;
    background: transparent;
    color: #fd604e;
}
.pivoo-coupon-cart button.button:hover,
.pivoo-coupon-cart-checkout .button:hover{
    background:#fd604e;
    border-color:#fd604e;
    color:#fff;
}
.pivoo-coupon-cart input.input-text{
    background:#ffffff;
    border-color:#ffffff;
}
.checkout.woocommerce-checkout{
    padding-top:30px;
}
.select2-container--default .select2-selection--single {
     color: #373833;
    border: 1px solid #f8f5f5;
    border-radius: 3px;
    padding: 5px 15px;
    background: #f8f5f5;
    min-height: 50px;
    width: 100%;
    margin-bottom: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 20%;
    right: 10px;
    width: 20px;
}
.woocommerce-privacy-policy-text p{
    font-size:14px;
    line-height:24px;
}
table.woocommerce-checkout-review-order-table th,
table.woocommerce-checkout-review-order-table td{
    border:none;
}
.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout-review-order-table .cart-discount td,
.woocommerce-checkout-review-order-table .order-total td
{
    text-align:right;
}
.woocommerce-products-header__title{
    margin:0;
    font-size: 1.7rem;
    line-height: 1.25;
    font-weight: 700;
}
.pivoo-product-filter,
.pivoo-total-product-count{
    margin-top:20px;
}
.woocommerce-mini-cart{
    list-style:none;
    margin:0;
}
.min-title-block a.mini-p-name,
.min-title-block span{
    line-height:20px;
    height:auto;
}
.min-title-block a.mini-p-name{
    margin-bottom:3px;
}
.pivoo-mini-cart-p-item {
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    }
.pivoo-mini-cart-p-item img{
    max-width:80px !important;
    margin-right:10px;
    border-radius:5px !important;
}
.woocommerce-mini-cart__total.total{
        border: 1px solid #eaeff3;
    border-left: 0;
    border-right: 0;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    margin-bottom:15px;
}
.woocommerce-mini-cart__total.total .price{
    color:#fd604e;
}
.mini-p-name{
    width:100%;
    display:block;
}
.min-title-block .quantity{
    font-size:14px;
    opacity: .5;
}
.woocommerce-mini-cart-item.mini_cart_item{
        padding: 15px 0 0;
    border-bottom: 1px solid #eaeff3;
}
.woocommerce-mini-cart-item.mini_cart_item:last-child{
    border-bottom:none;
}
.mini-p-image img{
    border-radius:50%;
}
.remove.remove_from_cart_button{
    position: absolute;
    background: #fd604f;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 50%;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 14px;
    color: #fffdf9;
}
.woocommerce-mini-cart__buttons.buttons{
    display:flex;
    margin:0 -7.5px;
}
.pivoo-mini-cart{
        -webkit-box-shadow: 0 6px 4px 0 rgb(10 10 25 / 15%);
    box-shadow: 0 6px 4px 0 rgb(10 10 25 / 15%);
}
.pivoo-mini-cart .button.wc-forward{
       background: #f9f5f5;
    padding: 12px 15px;
    margin: 7.5px;
    border-radius: 3px;
    color: #373833;
    display: inline-block;
    width: 100%;
    text-align: center;
    height: auto;
    line-height: 20px;
    font-size: 16px;
}
.pivoo-mini-cart .button.checkout.wc-forward{
        background: #fd604f;
         color: #ffe1ed;
}
.pivoo-ms-cart-title {
    margin: 0 0 20px;
    font-size: 19px;
    line-height: 1.5;
    width: 100%;
    display: block;
    font-weight: bold;
}
/**
 * Checkout
 */
/**
 * Checkout
 */
 .pivoo-ck-review{
     background:#f9f5f5;
    padding:30px;
    border-radius:8px;
 }
 .checkout h3{
         font-size: 24px;
    line-height: 32px;
    margin: 0 0 24px 0;
 }
 .checkout p{
     padding-bottom:16px;
 }
@media screen and (min-width: 768px) {
	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}
	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}
	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
	content: "";
	display: table;
	table-layout: fixed;
}

.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;
}
.woocommerce .pivoo-star-rating,.woocommerce .pivoo-rating-box{
    display:none;
    opacity:0;
}
/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	font-size: 1em;
	width: 5.3em;
	font-family: 'star';
	font-weight: 400;
}

.star-rating:before {
	content: "\53\53\53\53\53";
	opacity: .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: #fd604f;
}

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

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

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

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

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

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

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

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
	float:left;
	padding-right:15px;
	padding-left:15px;
}

.woocommerce-tabs ul.tabs li a {
	padding:0 0 5px 0;
	display: block;
	font-size: 16px;
    line-height: 28px;
    color: #26211D;
    font-weight:400;
    border-bottom:1px solid transparent;
    outline:none;
}
.woocommerce-tabs ul.tabs li.active a{
    color:#373833;
    border-bottom:1px solid #373833;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}
.woocommerce-tabs ul.tabs li a:hover,.woocommerce-tabs ul.tabs li a:focus{
    outline:none;
}

/**
 * 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: red;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    background-color: #fff4f2;
    clear: both;
    color: #fd604f;
    padding: 20px 20px;
    border-radius: 8px;
    font-size: 16px;
    line-height:28px;
     width:100%;
     display:block;
    margin: 8px 0;
}
.woocommerce-message a{
    float:right;
    background: #fd604f;
    color:#ffffff;
    border-radius: 4px;
    text-align:center;
    padding: 9px 24px;
    margin-top: -7px;
}
.woocommerce-message a:hover,
.woocommerce-message a:focus,
.woocommerce-message a:visited{
     color:#ffffff;
}
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color:rgb(253 96 78 / 7%);
}
.cart_item .product-quantity{
    font-size:13px;
}
.woocommerce-error {
	background-color: rgb(255 0 65 / 11%);
	list-style:none;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3D9CD2;
	z-index: 9999;
}

@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 widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

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

.widget_price_filter .price_slider_amount .button {
	float: left;
}

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

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #fd604f;
	box-sizing: border-box;
	margin-top: -.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.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: #fd604f;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

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

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}
/** pivoo Custom Css **/
.pivoo-product-sale-tag{
	left: 0px;
	top: 22px;
	flex-direction: column;
	flex-wrap: nowrap;
	max-width: 50%;
	transition: opacity .3s ease;
	z-index:9;
}
.pivoo-product-sale-tag span.onsale{
	color: #373833;
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	background: #FFDD33;
	border-radius: 0px 4px 4px 0px;
	padding: 5px 12px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	margin:4px 0;
	min-width: 70px;
}
span.pivoo-new-tag{
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	background: #FF3366;
	border-radius: 0px 4px 4px 0px;
	padding: 5px 16px;
	text-align: center;
	margin:4px 0;
	text-transform: uppercase;
	font-weight: 700;
	min-width: 70px;
}
.pivoo-product-thumbnail {
    overflow: hidden;
    	border-radius: 16px;
}
.pivoo-product-thumbnail img{
	border-radius: 16px;
	margin:0 auto;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
    overflow: hidden;
}
.pivoo-product-item-box:hover .pivoo-product-thumbnail img{
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}
.pivoo-product-details .woocommerce-loop-product__title{
	    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 0;
    color: #373833;
}
.pivoo-product-item-box:hover .woocommerce-loop-product__title{
    position:relative;
	z-index: 50;
}
span.price{
	    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #fd6050;
}
span.price ins{
	background:transparent;
}
span.price del{
	color: #26211D;
	font-weight:400;
}
.woocommerce-result-count{
	font-size: 16px;
	line-height: 28px;
}
.pivoo-product-filter .SumoSelect > .CaptionCont{
	background:transparent;
	border:none;
	margin-top: 2px;
}
.pivoo-products-header h1{
	font-size: 40px;
	line-height: 48px;
	text-align: center;
	color: #373833;
}
.pivoo-product-item-box{
	position: relative;
	list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 10px;
}
.pivoo-product-details{
    padding:16px 0 0;
}
.pivoo-product-wrapper{
	position: relative;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease,-webkit-transform .3s ease;
}

.pivoo-product-item-box:hover .pivoo-content-product-imagin{
	visibility: visible;
	opacity: 1;
	transition: opacity .3s ease,visibility 0s ease,-webkit-transform .3s ease;
	transition: opacity .3s ease,visibility 0s ease,transform .3s ease;
	transition: opacity .3s ease,visibility 0s ease,transform .3s ease,-webkit-transform .3s ease;
}

.pivoo-content-product-imagin {
	position: absolute;
	bottom: 0;
	visibility: hidden;
	background: #FFFFFF;
	box-shadow: 0px 32px 128px rgba(18, 15, 31, 0.16);
	border-radius: 24px;
	opacity: 0;
	-webkit-transform: scale(.98);
	transform: scale(.98);
}
.pivoo-sing-product-cart{
     width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #fdf9f385;
    display: flex;
    justify-content: center;
    align-items: center;
    visiblity:hidden;
    opacity:0;
}
.pivoo-product-wrapper:hover .pivoo-sing-product-cart{
     visiblity:visible;
       opacity:1;
}
.pivoo-sing-product-cart a{
	color: #FF3366;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
}

.pivoo-single-product-box{
    padding-top:20px;
}
.pivoo-single-thumbs{
    position:relative;
}
.pivoo-single-thumbs span.onsale {
    color: #373833;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    background: #FFDD33;
    border-radius: 0px 4px 4px 0px;
    padding: 5px 12px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 4px 0;
}
.pivo-product-img,
.pivo-product-img img{
    border-radius:5px !important;
}
.pivo-product-img img,
.pivo-product-img-alt img{
    width:100%;
}
.psv-woo-overlay-d{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:rgb(102 205 93 / 76%);
    border-radius:5px;
    display:flex;
    align-items: center;
    justify-content: center;
    transition:all .2s;
    opacity:0;
}
.pivo-product-img:hover .psv-woo-overlay-d,
.pivo-product-img-alt:hover .psv-woo-overlay-d{
    opacity:1;
}
.psv-woo-overlay-d a.button{
          background: #fd604f;
    width: 50px;
    height: 50px;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    line-height: 50px;
}
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb{
    font-size: 14px;
    line-height: 28px;
    color: #26211D;
    vertical-align:middle;
}
.woocommerce-breadcrumb i{
    vertical-align:middle;
    padding: 0 5px;
    line-height: 28px;
    font-size: 16px;
}
.woocommerce-breadcrumb a:visited{
    color: #26211D;
}
.woocommerce-pagination{
    text-align:center;
    width: 100%;
    margin-bottom: 50px;
}
.woocommerce-pagination ul{
    list-style:none;
    display: inline-block;
    margin: 0 auto;
}
.woocommerce-pagination ul li{
    float:left;
    
}
.woocommerce-pagination ul li a,.woocommerce-pagination ul li span{
    box-sizing: border-box;
    border-radius: 43px;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 50px;
    outline:none;
}
.woocommerce-pagination ul li a.current, .woocommerce-pagination ul li span.current{
    border:1px solid rgb(253 96 79 / 35%);
}
.woocommerce-product-gallery__image, .woocommerce-product-gallery__image img{
    border-radius:16px;
        width: 100%;
}
.pivoo-woo-breadcrumb{
    margin:60px 0 0;
}
.pivoo-related-products{
    margin:60px 0;
}
.pivoo-single-product-box .product_title{
    margin:0 0 3px;
    padding: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.4;
    text-transform:capitalize;
}
.pivoo-single-product-box p.price{
       margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    display: inline-block;
    vertical-align: middle;
    color: #fd604e;
}
.pivoo-single-product-box p.price ins{
    background:transparent;
}
.pivoo-single-product-box p.price del{
    font-size: 16px;
    float: right;
    padding-left: 10px;
    color: #26211D;
    font-weight: 400;
    opacity: .6;
}

.product_meta{
       margin: 40px -16px;
}
.product_meta span, .product_meta a{
    font-size: 14px;
    line-height: 20px;
}
.pivoo-meta-titles{
    font-size: 13px;
    line-height: 20px;
    text-transform:uppercase;
    display:block;
    font-weight: 700;
    opacity: .7;
}
.woocommerce-product-details__short-description {
    margin-bottom:30px;
}
.woocommerce-product-rating{
    margin-bottom:20px;
}
.woocommerce-product-details__short-description p{
    font-size: 16px;
    line-height: 28px;
  
}
.woocommerce-product-details__short-description ul{
    font-size: 16px;
    line-height: 28px;
    margin: 10px 40px;
}
.woocommerce-product-rating{
    display:flex;
    font-size:15px;
    align-items: center;
}
.pivoo-rating-dot{
    color:#f9f5f5;
    font-size:6px;
    padding:0 14px;
}
.pivoo-message-icon{
    font-size: 32px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 9px;
}
.pivoo-review-link{
    outline:none;
}
.pivoo-review-link i{
    vertical-align:middle;
}
.variations_form .variations td {
    padding: 0;
    padding-bottom: 20px;
    border: none;
    vertical-align: middle;
}
.variations_form .variations label {
    margin-bottom: 0;
    margin-right: 20px;
    white-space: nowrap;
    font-weight: 600;
    font-size:14px;
}
.variations_form .variations .value {
    position: relative;
    width: 100%;
}
.variations_form .variations .value select {
    display: inline-block;
    max-width: 260px;
    width:100%;
}
.variations_form .reset_variations {
    display: inline-flex;
    margin-left: 10px;
    align-items: center;
    vertical-align: middle;
    font-size: 12px;
    margin-top:14px;
}
.variation dd{
    margin:0;
}
.variations_form.variation-swatch-selected .reset_variations {
    visibility: visible!important;
    pointer-events: visible;
    display:block;
}
.variations_form .reset_variations:before {
    display: inline-block;
    margin-right: 5px;
    content: "\2715";
    font-family: Zeroicons-Line;
}
.variations .nice-select{
    background: #f9f5f5;
    border-color: #f9f5f5;
    opacity:1;
    width:100%;
}
.single_variation_wrap .woocommerce-variation-price{
    margin-top:10px;
     margin-bottom:10px;
}
.pivoo-single-product-box .quantity{
    background: #f9f5f5;
    height:48px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    min-width: 100px;
    justify-content: space-between;
}
.quantity input[type=number], .quantity input[type=number]::-webkit-inner-spin-button, .quantity input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.quantity {
    display: inline-flex;
    vertical-align: top;
    white-space: nowrap;
}
.quantity input[type=button] {
    padding: 0 5px;
    min-width: 25px;
    max-width:25px;
    border:none;
    min-height:auto;
    background: 0 0;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    outline:none;
    color:#373833;
    font-size:17px;
    margin:0;
}
.quantity input[type=number] {
    width: 30px;
    height: auto;
    border-right: none;
    border-left: none;
    text-align:center;
    border-radius:0px;
    padding:0 !important;
    background: transparent;
     min-height:auto;
     border:0;
}
.single_add_to_cart_button{
    font-weight:700;
    outline: none;
    vertical-align: middle;
    margin: 0 5px;
}
.single_add_to_cart_button::before{
      display: inline-block;
    margin-right: 5px;
    content: "\1f45c";
    font-family: Zeroicons-Line;
}
.onsale-percent{
    background:#FF3366;
    color:#D6FFFF;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    border-radius: 0px 4px 4px 0px;
    padding: 5px 12px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 4px 0;
    min-width: 70px;
}
.pivoo-single-price-disocunt .onsale-percent{
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    color: #B8001F;
    height: 20px;
    padding: 0 4px;
    border-radius: 4px;
    min-width: auto;
    background: #FFEBEF;
}
.pivoo-remaining-stock{
    font-size:13px;
}
.widget_shopping_cart_content .blockUI.blockOverlay,
.woocommerce-checkout-review-order .blockUI.blockOverlay {
    background-color: #fff !important;
    opacity: .6 !important
}

.widget_shopping_cart_content .blockUI.blockOverlay::before,
.woocommerce-checkout-review-order .blockUI.blockOverlay::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    content: "";
    line-height: 1;
    text-align: center;
    font-size: 2em;
    border-top: 3px solid rgb(250 109 45 / 20%) !important;
    border-right: 3px solid rgb(250 109 45 / 20%) !important;
    border-bottom: 3px solid rgb(250 109 45 / 20%) !important;
    pointer-events: none;
    border-left: 3px solid #fa6c2d;
    -webkit-animation: spin .6s infinite linear;
    animation: spin .6s infinite linear;
    border-radius: 50%;
    width: 30px;
    height: 30px
}
.woocommerce-variation-availability{
    display:none;
    opacity:0;
}
.pivoo-woo-tab-title{
    position: relative;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    display: none;
    width: 100%;
    float: left;
    opacity:0;
}
.pivoo-wwo-additonal-content{
    width:100%;
    float:left;
    padding-top: 10px;
}
.pivoo-wwo-additonal-content table{
    border: 1px solid #f9f5f5;
    max-width: 600px;
    margin-top: 30px;
}
.pivoo-wwo-additonal-content table td,.pivoo-wwo-additonal-content table th{
     border: 1px solid #f9f5f5;
     padding:15px;
}
.woocommerce-tabs.wc-tabs-wrapper{
    margin-top:54px;
}
h2.woocommerce-Reviews-title{
    font-size: 16px;
    line-height: 28px;
    margin-top: 30px;
    display: block;
    width: 100%;
    float: left;
}
ol.commentlist{
    list-style:none;
}
.pivoo-woo-rat-container{
    width:100%;
    float:left;
}
.pivoo-woo-rat-desc{
    padding:0 10px;
}
.woocommerce-review__author{
    display:block;
    margin: 0;
    padding: 0;
    line-height: 14px;
}
.woocommerce-review__dash{
    display:none;
    opacity:0;
}
.woocommerce-review__published-date{
    font-size: 13px;
    line-height: 20px;
}
.pivoo-woo-rat-main-image img{
    border-radius:50%;
    margin:0;
}
.pivoo-woo-rat-desc p{
    margin:0;
}
.comment-text{
    width:100%;
    float:left;
}
.comment-reply-title{
    width: 100%;
    float: left;
    display: block;
    font-size: 28px;
    margin-bottom:30px;
}
.comment-notes{
    font-size: 14px;
    line-height: 28px;
    opacity: .7;
}
#review_form_wrapper{
    width: 100%;
    float: left;
    margin-top: 40px;
}
.pivoo-related-products h2{
    font-size: 19px;
    line-height: 28px;
    padding: 0;
    margin: 20px 0 36px 0;
}
.woocommerce-MyAccount-navigation ul{
    margin:0;
    padding:0;
}
.woocommerce-MyAccount-navigation ul li{
    list-style:none;
}
.pivoo-woo-account-information img{
    border-radius:50%;
    display:inline-block;
}
.pivoo-user-name-woo{
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 600;
}
.woocommerce-MyAccount-content{
    background: #f7f5e4;
}
.woocommerce-MyAccount-navigation{
        background: rgb(224 220 203 / 67%);
}
.woocommerce-MyAccount-navigation ul li a{
    color: #373833;
    width: 100%;
    display: block;
    padding: 0 20px;
    transition:all .2s;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a{
    background: #f9f5f5;
}
.woocommerce-Reviews .comment-text p{
    margin:0;
}
.woocommerce-Reviews .commentlist li{
    margin-bottom:25px;
        width: 100%;
    float: left;
}
.woocommerce-Reviews .children li{
        background: #f9f5f5;
    padding: 16px 32px;
    border-radius: 8px;
    margin: 30px 0px;
}
.wc_payment_methods{
    list-style:none;
    margin:0;
}
.payment_box.payment_method_cod p{
    font-size:14px;
    opacity:.6;
}
.woocommerce-order-overview{
    list-style:none;
}
.pivoo-bottom-bar-cart{
        border-top: 1px solid #f4f7f9;
    padding-top: 20px;
    margin-top: 30px;
    margin-bottom:30px;
}
.pivoo-cart-subtotal .amount{
    font-weight:700;
}
.pivoo-wc-backward i{
    vertical-align:middle;
   
}
.pivoo-wc-backward{
    font-weight:bold;
}
.pivoo-wc-backward,
.pivoo-wc-backward:visited{
     color:#fd604e;
}
.woocommerce-cart .woocommerce-notices-wrapper{
   margin-bottom:20px;
}
.woocommerce-cart-form__cart-item{
        background: #f9f5f5;
    padding: 20px 15px;
    border-radius: 5px;
}
.mobile-cart-item-content {
        border-top: 1px solid #ebe9e9;
    margin-top: 16px;
}
.mobile-cart-item-content .product-subtotal{
        border-top: 1px solid #ebe9e9;
    padding-top: 15px;
}
.checkout_coupon p{
    padding-bottom:0px;
    padding-top:5px;
}
 .pivoo-coupon-cart-checkout{
        width:100%;
    }
.highlighted{
    visibility:visible !important;
    transform: translateY(0px);
}
@media (min-width:1024px){
    .variations .nice-select{
    width:35%;
}
    .pivoo-coupon-cart-checkout{
        width:65%;
    }
    .woocommerce-cart-form__cart-item.cart_item .product-thumbnail img{
    max-width:96px;
    }
    .woocommerce-cart-form__cart-item{
        background: transparent;
    padding: 0;
    border-radius: 0;
 
}
    .woocommerce-Reviews .children li{
        background: #f9f5f5;
    padding: 16px 32px;
    border-radius: 8px;
    margin: 30px 40px;
}
    .woocommerce-tabs.wc-tabs-wrapper{
        max-width:800px;
    }
    .woocommerce-Reviews .comment-text{
        padding-left: 68px;
    }
}
