/*------------------product-type-11----------------------------*/

.product-type-11 .container-infinite{
	margin-bottom: -30px;
}

.product-type-11 .item .item-inner {
    margin-bottom: 30px;
	padding: 0 50px;
	background: #fff;
}

.product-type-11 .slider-carousel .item .item-inner:last-child {
    margin-bottom: 0;
}

.product-type-11 .item-inner .price-countdown-title {
    font-weight: 500;
	font-size: 1.6rem;
	color: #000000;
	margin: 0;
	margin-bottom: 20px;
}

.product-type-11 .item-inner .price-countdown-title::after {
	content: ':';
}

.product-type-11 .item-inner .countdown-time-group::before {
    content: ':';
    position: absolute;
    top: 50%;
    left: auto;
    bottom: auto;
    background: none;
    opacity: 1;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #b33a3a;
    margin-top: -10px;
    text-align: center;
	right: 0;
}

.product-type-11 .item-inner .countdown-time-group:last-child::before {
	display: none;
}

.product-type-11 .item-inner .countdown-time {
	font-weight: 500;
	color: #b33a3a;
	font-size: 2rem;
	margin-bottom: 10px;
}

.product-type-11 .item-inner .countdown-text {
	font-weight: 500;
	color: #666666;
	text-transform: uppercase;
	font-size: 1rem;
}

.product-type-11 .item-inner .count-down-timer {
    width: auto;
    max-width: 100%;
    display: inline-block;
    margin: 0;
    padding-top: 15px;
    border-top: 1px solid #d7d7d7;
	margin-bottom: 30px;
}

.product-type-11 .item-inner .countdown-time-group {
    position: relative;
    overflow: hidden;
    float: left;
    text-align: center;
    width: auto;
	padding: 0;
}

.product-type-11 .item-inner .countdown-time-group:not(:last-child) {
	padding-right: 25px;
	margin-right: 20px
}

.product-type-11 .item-inner .product_name {
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 11px;
	margin-top: 85px;
}

.product-type-11 .item-inner .product-price-and-shipping {
	margin-bottom: 18px;
}

.product-type-11 .item-inner .price {
	font-weight: 500;
	font-size: 2.4rem;
	margin-right: 24px;
}

.product-type-11 .item-inner .right-product{
	max-width: 240px;
}

.product-type-11 .item-inner .regular-price {
	font-size: 1.8rem;
    color: #666666;
}

.product-type-11 .item-inner .decriptions-short {
	margin-bottom: 39px;
}

.product-type-11 .item-inner .decriptions-short p {
	font-size: 1.5rem;
	line-height: 2.2rem;
	color: #666666;
}

.product-type-11 .item-inner .decriptions-short p:last-child {
	margin-bottom: 0;
}

.product-type-11 .item-inner .images-thumb {
    position: relative;
    max-width: 290px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.product-type-11 .item-inner .left-product {
    max-width: 290px;
    margin: 0 auto;
    margin-top: 35px;
	position: relative;
}

.product-type-11 .item-inner .images-thumb.images-thumb-3{
	max-width: 195px;
}

.product-type-11 .item-inner .images-thumb.images-thumb-2{
	max-width: 127px;
}

.product-type-11 .item-inner .images-thumb.images-thumb-1{
	max-width: 58px;
}

.product-type-11 .item-inner .js-img-thumb {
    cursor: pointer;
    border: 1px solid #eee;
    overflow: hidden;
}

.product-type-11 .item-inner .images-thumb .owl-nav-images{
	position: absolute;
	top: 50%;
	left: -10px;
	right: -10px;
	height: 0;
	margin-top: -10px;
}

.product-type-11 .item-inner .images-thumb .owl-nav-images button{
	padding: 0;
	border: none;
	background: none;
	width: 20px;
	line-height: 18px;
	text-align: center;
	float: left;
	font-size: 10px;
	opacity: 0;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #eee;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

.product-type-11 .item-inner .images-thumb .owl-nav-images button.owl-next{
	float: right;
}

.product-type-11 .item-inner:hover .images-thumb .owl-nav-images button {
	opacity: 1;
}

@media (min-width: 992px) {
	.product-type-11 .col-right-product {
		order: -1;
	}
}

@media (max-width: 991px) {
	.product-type-11 .item-inner .product_name {
		margin-top: 15px;
	}
	.product-type-11 .item-inner .right-product {
		max-width: 100%;
		text-align: center;
	}
	.product-type-11 .item .item-inner {
		padding: 0 30px;
	}
}

