.wc-content-product-row-count.ui-widget.ui-widget-content .ui-button {
    background: #ffffff;
    color: #7f7f7f;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(230, 230, 230);
    border-top: none;
    border-radius: 0;
    width: 20px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    cursor: pointer;
}

.wc-content-product-bottom .ui-widget.ui-widget-content{
	border: 2px solid rgb(179,18,0);
}

.wc-content-product-bottom .wc-content-product-count{
	border: 0;
}

.wc-content-product-bottom a.ui-button.ui-widget.ui-spinner-button{
	border:0;
	background:rgb(179,18,0);
}

.wc-content-product-bottom a.ui-button.ui-widget.ui-spinner-button:hover{
	border:0;
	background: rgb(179,18,0);
	color:red;
}

.wc-content-product-bottom .wc-content-product-count:focus{
	border:0 !important;
}

.wc-content-product-bottom .ui-spinner-button{
	background: rgb(179,18,0);
}

.wc-content-close i{
	color: rgb(179, 18, 0);
}

.wc-content-product-delete i {
	color: rgb(179, 18, 0);
}

span.wc-content-product-price{
	color: rgb(179, 18, 0);
}

.wc-content-prices, .wc-content-total-price{
	color: rgb(179, 18, 0) !important;
}

.wc-content-title{
	color: rgb(179, 18, 0);
}

a.wc-content-pay.BTN.invert{
	background: #ffce38;
	color:rgb(179, 18, 0);
	font-size: 22px;
	font-weight: bold;
	display:flex;
	border-radius:50px;
	align-items:center;
	justify-content:center;
	border:0;
}

#is-price-over small{
	font-weight:bold;
	color: rgb(179, 18, 0) !important;
    font-size: 14px;
}

a.wc-content-pay.BTN.invert:hover {
	color: #ffce38;
	background: rgb(179, 18, 0);	
}


a.wc-content-pay.BTN.invert.order-button-disabled {
    color:white;
	background:gray;
}

a.wc-content-pay.BTN.invert.order-button-disabled ~label{
    display:block;
	text-align: center;
    padding: 7px;
}

a.wc-content-pay.BTN.invert.order-button-disabled:hover {
	color:white;
}

.wc-content-details-span{
	font-size: 14px;
	font-weight: 500;
}

.wc-show-content-wrap
{
	display: inline-block;
}

.wc-show-content
{
	position: relative;
	display: inline-block;
	font-size: 27px;
	color: #aaaaaa;
/*	-webkit-box-shadow: 0px 0px 18px 0px rgba(18,16,11,0.35);
	-moz-box-shadow: 0px 0px 18px 0px rgba(18,16,11,0.35);
	box-shadow: 0px 0px 18px 0px rgba(18,16,11,0.35);
	height: 56px;
	width: 56px;
	line-height: 56px;*/
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.wc-show-count
{
	position: absolute;
	top: -75%;
	bottom: 0;
	left: 0;
	right: -75%;
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #48556e;
	color: #f0f3f9;
	font-size: 13px;
	line-height: 25px;
	font-weight: 500;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin: auto;
}

.wc-show-count i
{
	font-size: 14px;
	line-height: 20px;
}

.wc-content
{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
    top: 0;
    bottom: 0;
	margin: auto;
	box-sizing: border-box;
	max-width:100%;
	text-align: right;
	z-index: 99;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 1ms ease-in-out 300ms, opacity 300ms ease-in-out;
	-moz-transition: visibility 1ms ease-in-out 300ms, opacity 300ms ease-in-out;
	-o-transition: visibility 1ms ease-in-out 300ms, opacity 300ms ease-in-out;
	transition: visibility 1ms ease-in-out 300ms, opacity 300ms ease-in-out;
}

.wc-content.show
{
	-webkit-transition: visibility 1ms ease-in-out, opacity 300ms ease-in-out;
	-moz-transition: visibility 1ms ease-in-out, opacity 300ms ease-in-out;
	-o-transition: visibility 1ms ease-in-out, opacity 300ms ease-in-out;
	transition: visibility 1ms ease-in-out, opacity 300ms ease-in-out;
	opacity: 1;
	visibility: visible;
	background: rgb(0,0,0,0.4);
}

.wc-content-inner
{
	display: inline-block;
	vertical-align: middle;
	height: 480px;
	min-height: 100%;
	max-width: 500px;
	width: 100%;
	font-size: 14px;
	text-align: center;
	position: relative;
	background: #ffffff;
}

.wc-content-close
{
	font-size: 30px;
	margin-right: 15px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	
}

.wc-content-top
{
	width: 100%;
	overflow: hidden;
/*	border-bottom: 1px solid #f4f4f4;*/
	border-bottom:0;
}

.wc-content-title
{
	color: rgb(179, 18, 0);
	font-size: 21px;
	font-weight: 700;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	padding: 19px 70px 19px 25px;
	margin-right: -49px;
	display: inline-block;
	vertical-align: middle;
}

.wc-content-seller-name
{
	font-size: 19px;
	color: #48556e;
	padding: 15px 25px 15px 25px;
	text-align: left;
}

.wc-content-seller-product
{
	display: flex;
    align-items: center;
	position: relative;
	font-size: 0;
/*	border: 2px solid #ffce38;*/
	border:0;
	border-top: none;
	border-right: none;
	border-left: none;
	padding-left: 7px;
	-webkit-box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.22);
	-moz-box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.22);
	box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.22);
	margin-bottom:7px;
	padding-bottom:5px;
}

.wc-content-seller-product:first-child
{
/*	border-top: 2px solid #ffce38;*/

	border-top:0;
	padding-bottom:5px;
}

.wc-content-product-image
{
	display: inline-block;
	vertical-align: middle;
	height: 0;
	padding-bottom: 25%;
	width: 25%;
	position: relative;
	box-sizing: border-box;
	margin-right: 6px;
}

.wc-content-product-image img
{
	position: absolute;
	display: block;
	max-width: 100%;
	max-height: 100%;
	opacity: 0;
}

.wc-content-product-image a
{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background-size: cover;
	color: #a6a6a6;
}

.wc-content-product-right
{
	display: inline-block;
	vertical-align: top;
	width: 75%;
	box-sizing: border-box;
	padding: 12px 22px 12px 22px;
/*	border-left: 2px solid #ffce38;*/
	border-left:0;
	text-align: left;
	padding-bottom: calc(20% - 13px);
	position: relative;
}

.wc-content-product-image i
{
	position: absolute;
	font-size: 40px;
	height: 49px;
	width: 54px;
	margin: auto;
	vertical-align: middle;
	padding: 5px;
	border: 2px dashed #a6a6a6;
	border-radius: 5px;
	line-height: 35px;
	box-sizing: border-box;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.wc-content-product-name
{
	font-size: 14px;
	font-weight: 600;
	text-align: left;
}

.wc-content-product-name a
{
	color: #494949;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.wc-content-product-name a:hover
{
	color: #48556e;
}


.wc-content-product-bottom .ui-widget.ui-widget-content {
	border-radius: 0;
}

.wc-content-product-bottom
{
	position: absolute;
	text-align: justify;
	right: 90px;
	left: 22px;
	bottom: 0px;
	margin: auto;
	text-justify: distribute;
}

.wc-content-product-bottom:after
{
	content: "";
	display: inline-block;
	width: 100%;
	height: 0;
}

.wc-content input[type="text"]
{
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 600;
	color:rgb(179, 18, 0);
	border: 0;
	padding: 5px 10px 5px 10px;
	text-align: center;
	width: 68px;
	vertical-align: middle;
	display: inline-block;
}

.wc-content input[type="text"]:focus, .wc-content input[type="text"]:active
{
	border: 0;
}

.wc-content-product-price
{
	font-size: 19px;
	font-weight: bold;
	color: #48556e;
	display: inline-block;
	vertical-align: middle;
}

.wc-content-product-delete
{
	font-size: 22px;
	height: 22px;
	width: 22px;
	position: absolute;
	bottom: 11px;
	right: 16px;
}

.wc-content-middle
{
	height: 100%;
	box-sizing: border-box;
	padding-bottom: 164px;
	padding-top: 66px;
	margin-top: -66px;
}

.wc-content-middle-inner
{
	height: 100%;
	overflow: auto;
	position: relative;
/*	border-left: 2px solid #ffce38;*/
	border:0;
}

.wc-content-bottom
{
	padding: 0px 50px;
	text-align: right;
	bottom: 0;
/*	border-top: 2px solid #ffce38;*/
	border:0;
}

.wc-content-prices
{
	font-size: 17px;
	color: #a6a6a6;
	font-weight: 600;
}

.wc-content-total-price
{
	font-size: 24px;
	color: #48556e;
	margin-left: 5px;
}

.wc-content-pay
{
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	margin-top: 20px;
}

.wc-content-middle-block
{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

@media all and (max-width: 1400px){	
	.wc-content-title
	{
		font-size: 20px;
	}
	
	.wc-content-seller-name
	{
		font-size: 18px;
	}
	
	.wc-content-product-price
	{
		font-size: 18px;
	}
	
	.wc-content-prices
	{
		font-size: 16px;
	}
	
	.wc-content-total-price
	{
		font-size: 23px;
	}
	
	.wc-show-count
	{
		width: 28px;
		height: 28px;
		font-size: 14px;
		line-height: 28px;
	}
}

@media all and (max-width: 767px){
	.wc-show-content
	{
		font-size: 24px;
	}
	
	.wc-show-count
	{
		width: 24px;
		height: 24px;
		font-size: 12px;
		line-height: 24px;
	}
}

@media all and (max-width: 479px){
/*	.wc-content-product-image
	{
		padding-bottom: 50%;
		width: 50%;
		border-right: none;
	}
	
	.wc-content-product-right
	{
		width: 100%;
		margin-left: -50%;
		padding: 12px 16px;
		padding-top: calc(50% + 12px);
		height: auto;
	}
	
	.wc-content-product-bottom
	{
		padding: 15px 12px;
		position: absolute;
		width: 50%;
		box-sizing: border-box;
		right: 0;
		left: 50%;
		top: 0px;
		bottom: auto;
	}
	
	.wc-content-product-name
	{
		box-sizing: border-box;
	}
	
	.wc-content-middle
	{
		padding-bottom: 100px;
	}
	
	.wc-content-bottom
	{
		padding: 12px 16px;
	}
	
	.wc-content-pay
	{
		margin-top: 5px;
	}
	
	.wc-content-product-price
	{
		font-size: 17px;
		display: block;
		margin: 10px 0;
	}
	
	.wc-content-total-price
	{
		font-size: 16px;
	}
	
	.wc-content-product-delete
	{
		top: 16px;
		bottom: auto;
	}*/
	.details-wrapper{
		display:none;
	}
	.wc-content-product-name{
		margin-bottom: 10px;
	}
	.wc-content-product-bottom{
		margin:0;
		max-width:120px;
		display:flex;
		align-items:flex-start;
		flex-direction:column;
	}
	span.ui-spinner.wc-content-product-row-count.ui-widget.ui-widget-content{
		order:2;
		margin: 5px 0px;
	}
}

.wc-show-content {
	color:rgb(179, 18, 0);
}

 a.wc-show-content:hover{
	color:#ffce38;
}

.wc-show-count{
	background:#ffce38;
	color:rgb(179, 18, 0);
}