 /*.discount-given, .product-price.is-discounted ins, .product-price.is-discounted span {
 	font-size:15px !important;
 } */

.discount-given, .product-price.is-discounted ins, .product-price.is-discounted span {
 	font-size:15px !important;
 }
 .white-back {
 	background:white !important;
 }
 
 .location-modal-content, .payment-partners img, .delivery-partners img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

 .location-modal-content {
 	box-shadow: 0px 5px 15px -6px rgba(0,0,0,1); margin-top:5px;
 }


.product-image > a, .product-image .slide a, .product-image img {
	border-radius: 5px;
}

.free-delivery-container, .free-delivery-container-thumb, .sold-out-container, .sold-out-container-thumb {
	width:0px; height:0px; overflow: visible;
}

.free-delivery-container img, .sold-out-container img {
	position: absolute;
	left:0px;
	top:+5px;
	width:auto !important;
	height:auto !important;
}

.free-delivery-container-thumb img, .sold-out-container-thumb img {
	position: absolute;
	top:+20px;
	width:auto !important;
	height:auto !important;
}






.product-thumb-box-wrapper {
	border-radius: 5px;
	
}

.product-thumb-box {
	/*border:none !important;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:1px solid #F2F2F2;
	-webkit-box-shadow: 0px 5px 15px -6px rgba(0,0,0,0.44); 
	box-shadow: 0px 5px 15px -6px rgba(0,0,0,0.44); margin-top:5px;
}


.order-summary .payment-gateway-image img {
	max-width: 150px;
}

.posted-on {
	font-size:12px;
	font-style: italic;
	margin:5px 0px;
}
#inform-checkout {
	right:0px;
	text-align: center;
}

#supporting-international-courier-companies, #supporting-local-courier-companies {
	padding : 0px;
}

#supporting-payment-services, #supporting-international-courier-companies, #supporting-local-courier-companies {
	list-style-type: none;
}

#supporting-payment-services li, #supporting-international-courier-companies, #supporting-local-courier-companies li{
	display:inline-block;
	margin-right:10px;
}

#supporting-payment-services li img, #supporting-international-courier-companies, #supporting-local-courier-companies li img{
	width:95%;
	max-width: 200px;
}

.product-price.is-discounted,
.product-price.is-discounted ins{
	color: red;
	text-decoration: line-through;
}

.top-discount-notification {
	/* Without this, the home page discount notification cuts by half from the 'welcome gray strip' */
	margin-top:30px;
}
.top-contact-us-text {
	padding-top:12px;
	padding-bottom:12px;
	font-size:1.5em;
}

.content-wrap {
	padding-top:0px !important;
}

#top-cart .top-cart-content.show-cart-popup {
	margin:0px !important;
	z-index:1000 !important;
	opacity: 1 !important;
	top:20px;
}

.top-cart-trigger, .close-top-cart {
	cursor: pointer;
}

.top-cart-trigger span{
	position: relative;
	top:-35px;
	left:+15px;
	border:2px solid #ffc218;
	color:#0e0e0e;
	background: #f7ff83;
	border-radius: 10px;
	width:20px;
	height:20px;
	display:inline-block;
	text-align: center;
	font-size: 12px;
}


.top-cart {
	margin-top:20px !important;
	margin-left:15px !important;
	width:0px;
	height:0px;
	overflow:visible;
	left:-10px;
}

.home-page .top-cart {
	margin-top:0px !important;
	margin-left:0px !important;
}



#top-cart .top-cart-content.hide-cart-popup {
	margin:-500000px !important;
	z-index:-2 !important;
	opacity: 0 !important;
}


.top-cart-action {
	padding: 15px;
	border-top: 1px solid #EEE;
}

.top-cart-action span.top-checkout-price {
	font-size: 20px;
	color: #1ABC9C;
}


#google_translate_element{
	/* If you uncomment, check 'shop' page */
	/*padding-top:5px;*/
}

#google_translate_element .goog-te-combo {
	margin-top:0px;
	margin-left:20px;

}

#item-single-content {
	margin-top:15px;
}

#item-single-content .line{
	margin:5px;
}

.related-products-on-item-single .product-title * {
	font-size:12px;
}

.shop-page-brand-icon.disabled img
{
	opacity:0.5;
}


.hidden {
	display:none !important;
}

#shop-page .sidebar {
	width:100%;
	max-width:250px;
}

@media (max-width:767px){
	#shop-page .sidebar {
		max-width:inherit;
	}

}

#shop-page .shop-pc-icon {
	max-width:25px;
}

#shop-page .widget-filter-links .widget-filter-reset {
	position: relative;
	color: #fff;
}

#shop-page .content-wrap {
	padding-top: 0px !important
}



#shop-page .shop-quantity{
	width:100%;
}
#shop-page  .quantity .plus, #shop-page  .quantity .minus, .related-products-on-item-single .quantity .plus,  
.related-products-on-item-single .quantity .minus {
	width:25%;
}

#shop-page  .shop-quantity div, .related-products-on-item-single .shop-quantity div{
	width:50%;
}

#shop-page  .quantity .qty, .related-products-on-item-single .quantity .qty {
	width:100%;
}


#shop-page .add-to-cart, .related-products-on-item-single .add-to-cart,  {
	width:100% !important;
}


.row.breadcrumb {
	position : relative !important;
}

.attr-display{
	margin-bottom:4px;
	display:inline-block;
	font-size: 12px;
	background: white;
	border: 1px solid #b5b5b5;
	padding: 8px;
	color: #333;
	min-width: 36px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

.attr-display:hover{
	background:#585858;
	color:#e9e9e9;
	cursor:hand;
}

.attr-display a{
	color:#333;
}

.attr-display a:hover, .attr-display:hover a{
	color:#fff;
	cursor:hand;
}

.attr-selected{
	background:#ebebeb;
	border: 1px solid black !important;
}

.attr-selected a{
	color:#000000;
	font-weight:normal;
}

.invalid{
	display:none;
}

.attr-label{
	font-size: 11px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	font-weight: bold;
}


.red {
	color: red !important;
}

add-to-cart .icon-shopping-cart{
	font-size:15px;
}

.add-to-cart{
	margin-top: 0 !important;
	padding: 2px 8px;
	width: 100%;
	font-size: 14px;
	text-align: center;
	height: 40px;
	text-transform: capitalize;
	text-shadow: none;
	font-weight: normal;
}

.add-to-cart:hover{
	font-weight:bold;
}


.added-to-cart{
	background-color: #eee !important;
	color:#000;
	margin-top: 0 !important;
	padding: 2px 10px;
	width: 100%;
	font-size: 11px;
	text-align: center;
	height: 40px;
	text-shadow: none;
	font-weight: normal;
	cursor:auto;
	text-transform:uppercase;
	margin-bottom: 0;
}

.added-to-cart:hover{
	text-shadow:none;
	color:#000;
}

.added-to-cart:hover i{
	text-shadow:none;
	color:#000 !important;
}

/*#item-single-content .add-to-cart{
	width:auto;
}

*/

.product-box{
	background: #fff;
	padding: 10px;
	border-right:5px solid #fff;
}

.out-of-stock-label{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	/*height: 35px;*/
	text-transform: uppercase;
	width: 100%;
	font-size: 11px;
	text-align: center;
	background: #fff;
	color: #ef3d3d;
	text-shadow: none;
	letter-spacing:2px;
	padding:4px;
	cursor: auto;
	
}
.out-of-stock-label:hover{
	color:#ef3d3d !important;
	background:transparent !important;
	text-shadow:none !important;
}

/*
.product-box:last-child{
	 border-right:none;
}
*/

.item-cart-count{
	border-bottom-right-radius: 6px;
	background: #FE8727;
	color:#fff;
	min-width: 25px;
	text-align: center;
	z-index: 4;
	display: table-cell;
	position: absolute;
	top: -2px;
	left: 0;
	align-self: center;
	width: auto !important;
	padding: 5px;
	box-shadow: 0px 1px 1px #333;
}

.custom-filter li{
	margin-top: 0;
}

.custom-filter li a{
	border: 0;
	padding-top: 0;
	padding-left: 0;
}

.custom-filter li.widget-filter-reset a{
	padding-top:inherit;
	padding-bottom:inherit;
}


.custom-filter li a:hover{
	/*text-shadow: 4px 4px 0px rgba(150, 150, 150, 0.16);*/
}

.custom-filter li a:hover, .custom-filter li a:focus{
	background:inherit;
}

.custom-filter li.active-filter a.list-parent {
	font-weight: bold;
}

.custom-sub-filter li.active-filter a.list-child {
	/*font-weight: bold;*/
}

.custom-filter li.active-filter a {
	font-weight: normal;
	padding-right:40px;
}

.list-group-level1 li a, .list-group-level1  .list-group-level1 li a{
	padding:0 40px 0 0;
}


.list-group-level1 li {
	list-style-type: circle;
	margin-left:20px;
}

.list-group-level1 .list-group-level1 li {
	list-style-type: disc;
	margin-left:20px;
}



.widget-filter-links li span{
	border-radius:0;
	width:auto !important;
	padding:0px 10px;
}

.parent-count{
	min-width:20% !important;
}

.child-count{
	color:#333 !important;
	text-shadow:none !important;
}

.cart-row{
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	padding-top: 15px;
}

.cart-row:first-child{
	border-top: 1px solid #ccc;
}

.cart-row input{
	text-align:right;
}

.sub-total{
	font-weight: bold;
	color: #989898;
	font-size: 15px;
}

.grand-total{
	border-bottom:5px double #ccc;
}

#grand-total-label{
	color:#000 !important;
}

#shop .row{
	width:100%;
}

#shop .add-to-cart, #my-cart .add-to-cart{
	width:30%;
}

#shop-page .add-to-cart {
	width:100%;
}

#shop-page .content-wrap {
	padding-top:0px;
}

#item-single-content .item-cart-count{
	background: #FE8727;
	color: #fff;
	min-width: 25px;
	text-align: center;
	z-index: 4;
	display: table-cell;
	position: absolute;
	top: -2px;
	right: 0;
	align-self: center;
	width: auto !important;
	padding: 5px 15px;
	box-shadow:none;
	border-radius:0;
	left:auto;
	font-size: 13px;
	letter-spacing:2px;
}

.plus-minus-btn{
	color:#000;
}

.quantity  div{
	float:left;
	display:block;
}

.shop-quantity{
	margin-right: 0 !important;
	width:65%;
}

.small-price-text{
	font-size:12px;
	color:#aaa;
}

.customer-physical-delivery-selection label{
	line-height: 22px;
	text-transform: capitalize;
}

.online-delivery-msg{
	font-size:13px;
	color:#b90202;
}

tr.cart_item{
	border-top:2px solid #ccc;
}

.cart thead tr{
	border-top:2px solid #ccc;
}

.cart-product-subtotal{
	text-align:right !important;
}

.invoice-sub-total-rows{
/*
	font-size:13px;
	*/
}

.vertical-th-table th{
	background:#efefef;	
}

.success-payment{
	border: 3px solid #13e88d;
	padding: 10px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	/* width: 60%;*/
	/*margin-left: 20%;*/
	font-weight:bold;
}

.error-payment{
	border: 3px solid #F74646;
	padding: 10px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	width: 60%;
	margin-left: 20%;
	font-weight:bold;
}

.success-payment span{
	font-size:14px;
	font-weight:normal;
}

.error-payment span{
	font-size:14px;
	font-weight:normal;
}

#user-icon{

	margin: 20px 0 0px 27px;

	float: right;
	position: relative;
}

#user-icon a{
	font-size: 20px;
	display: block;
	position: relative;
	width: 14px;
	height: 14px;
	line-height: 20px;
	text-align: center;
	color: #333;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}


#welcome-row{
	background: #efefef;
	padding: 5px 25px;
	text-align: right;
	font-size: 12px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	width: 100%;
}

#welcome-row a{
	color:#000;
}

#header.sticky-header:not(.static-sticky) #user-icon{
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

body:not(.top-search-open) #user-icon{
	opacity: 1;
	-webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
	-o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
	transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
}

#my-orders .button-small{
	padding: 0 10px;
	font-size: 10px !important;
	height: 30px;
	margin:0;
}


.cart-links a{
	color:#a6a6a6 !important;
	font-size:11px !important;
}

.yellow-label{
	background:#FFFF00;
	color:#000;
}
.green-label{
	background:#74E53D;
	color:#000;
}


.added-to-cart-flash{
	background: transparent;
	height: 8%;
	width: 100%;
	opacity: 1;
	top: 0;
	left: 0;
	position: absolute;
	padding: 0;
	margin-top:45%;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out; 
}

.added-to-cart-flash p{
	text-align: center;
	margin-top: 0;
	vertical-align: middle;
	align-self: center;
	z-index: 10;
	font-family: OpenSans;
	font-size: 14px;
	padding: 5px;
	letter-spacing: 2px;
	width: 50%;
	margin-left: 25%;
	/* border-radius: 4px; */
	box-shadow: 0px 1px 4px #333;
}


.no-side-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@keyframes blink{
	0%{opacity: 0;}
	50%{opacity: .5;}
	100%{opacity: 1;}
}

.blink-text{
	animation: blink 1s linear infinite;
}

.adding-to-cart{
	margin-top: 0 !important;
	padding: 2px 8px;
	width: 100%;
	font-size: 14px;
	text-align: center;
	height: 40px;
	text-transform: capitalize;
	text-shadow: none;
	font-weight: normal;
}

.adding-to-cart:hover{
	font-weight:bold;
}

.ui-tooltip{
	max-width: 400px !important;
	width: auto !important;
	white-space: pre-line !important;
}


#welcome-row a{
	cursor:hand;
}

.no-stock{
	opacity:0.4;
}

.small-label{
	font-size: 8px !important;
	padding: 0;
	margin: 0;
}

.custom-sub-filter li.active-filter a.list-child{
	font-weight: bold;
}

.breadcrumbs ul {
	list-style-type: none;
	padding: 4px;
	color: #333;
	border-bottom: 1px solid #f5f3f3;
}

.shop-color-box{
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #7b7b7b;
} 

.shop-color-link{
    display: inline-block;
}

.shop-size-box{    
    border: 1px solid #7b7b7b;
    min-width: 30px;
    text-align: center;
    color: #333;
    border-radius: 4px;
    font-size: 13px;
	margin-bottom: 10px;
}

.shop-size-link{
    display: inline-block;
}

.shop-material-box{
    border: 1px solid #7b7b7b;
    min-width: 60px;
    text-align: center;
    color: #333;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 13px;
	margin-bottom: 10px;
}

.shop-material-link{
    display: inline-block;
}

.color-selected .shop-color-box{
    border: 2px solid #232323;    
}

.size-selected .shop-size-box{
    border: 2px solid #232323;
    background: #f7f7f7;
    font-weight: bold;
}

.material-selected .shop-material-box{
    border: 2px solid #232323;
    background: #f7f7f7;
    font-weight: bold;
}