
.prod-data-col-left{
	position: relative;
	padding-right: 70px;
	border-right: 1px solid #ded9a8;
}
.prod-data-col-right{
	padding-left: 35px;
}
@media (max-width: 767px){
	.prod-data-col-left{
		margin-top: 80px;
		padding-right: 0px;
		border-right: none;
	}
	.prod-data-col-right{
		padding-left: 0px;
	}
}

.prod-data-col-left-title{
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 700;
	color: #255c64;
}


.stamp-new{
	max-width: 100%;
	width: 120px;
    
}
.stamp-new.absolute{
	width: 120px;
    position: absolute;
    top: -10px;
    right: -15px;
    z-index: 2;
}


.slider-for,
.slider-nav{
    opacity: 0;
}
.slider-for.active,
.slider-nav.active{
    opacity: 1;
}
.slider-for img {
    width: 100%;
}


.product-show-data-container{
	display: table;
	margin-bottom: 30px;
}
.product-show-data-container > div{
	display: table-row;
}
.product-show-data-container > div > span{
	display: table-cell;
}
.product-show-data-container > div:not(:last-child) > span{
	padding-bottom: 10px;
}
.product-show-data-container > div > span:first-child{
	padding-right: 10px;
}

.prod-data-block:not(:first-child){
	margin-top: 30px;
}
.prod-data-title{
	font-size: 13px;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #c5963b;
}
.prod-data-value{
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	color: #231f20;
}
.prod-data-block .prod-data-value:not(:last-child){
	margin-bottom: 15px;
}


.prod-categories-block:not(:first-child){
	margin-top: 25px;
	border-top: 1px solid #ded9a8;
	padding-top: 25px;
}


.product-show-wrap{
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (max-width: 767px){
    .product-show-wrap{
        padding-left: 0px;
    }
}

.product-show-title{
    display: block;
    text-transform: none;
    font-weight: normal;
    margin: 0px 0px 20px;
    padding: 0px;
    font-size: 24px;
}

.product-show-title .lg{
    font-weight: 800;
    font-size: 38px;
    line-height: 46px;
}
@media (max-width: 991px){
    .product-show-title .lg{
        font-size: 30px;
        line-height: 36px;
    }
}
@media (max-width: 767px){
    .product-show-title .lg{
        word-wrap: break-word;
        font-size: 24px;
        line-height: 30px;
    }
}

.product-show-subtitle{
    display: block;
    margin: -20px 0px 20px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    font-style: italic;
}
@media (max-width: 767px){
    .product-show-subtitle{
        word-wrap: break-word;
        font-size: 18px;
    }
}

.product-show-price-container{
	margin-top: 40px;
}
.product-show-price-container .price-box{
}
.product-show-price-container .price{
	display: inline-block;
	font-weight: normal;
	font-size: 32px;
	white-space: nowrap;
	margin-left: 10px;
}
.product-show-price-container .price.old-price {
    font-size: 24px;
    text-decoration: line-through;
    color: #c4122f;
}
.product-show-price-container .price .currency{
	font-size: 18px;
}
.product-show-price-container .price.old-price .currency{
	font-size: 14px;
}

.product-show-btn-container{
    margin-top: 30px;
    position: relative;
}


.product-quantity-box{
	display: inline-block;
	float: left;
	margin-right: 30px;
}
.product-show-btn-container .quantity-text-box{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 20px;
    margin-bottom: 0px;
}
.product-show-btn-container .quantity-unit-box{
    position: absolute;
    bottom: 12px;
    left: 39px;
    z-index: 1;
    font-size: 16px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #ccc;
}

.product-show-btn-container .quantity-unit-box-change,
.product-show-btn-container .product-quantity{
    display: inline-block;
	float: left;
    height: 40px;
	line-height: 20px;
    text-align: center;
    color: #231f20;
	padding: 9px 15px;
	border-radius: 9px;
}
.product-show-btn-container .product-quantity{
 	width: 70px;
	font-size: 20px;
	margin: 0px 6px;
	border: 1px solid #fcde66;
}
.product-show-btn-container .product-quantity.warning{
    box-shadow: 0px 0px 0px 2px #d70000;
}
.product-show-btn-container .quantity-unit-box-change{
	position: relative;
	font-size: 25px;
	width: 47px;
	background: #fcde66;
	transition: background 0.3s ease, color 0.3s ease;
}
.product-show-btn-container .quantity-unit-box-change:not(.inactive){
	cursor: pointer;
}
.product-show-btn-container .quantity-unit-box-change:before,
.product-show-btn-container .quantity-unit-box-change.qubc-plus:after{
    content: '';
	display: inline-block;
	position: absolute;
	background: #231f20;
	transition: background 0.3s ease, color 0.3s ease;
}
.product-show-btn-container .quantity-unit-box-change:before{
    top: 20px;
	left: 18px;
	width: 11px;
	height: 1px;
}
.product-show-btn-container .quantity-unit-box-change.qubc-plus:after{
    top: 15px;
	left: 23px;
	height: 11px;
	width: 1px;
}
.product-show-btn-container .quantity-unit-box-change:not(.inactive):hover{
	background: #255c64;
}
.product-show-btn-container .quantity-unit-box-change:not(.inactive):hover:before,
.product-show-btn-container .quantity-unit-box-change.qubc-plus:not(.inactive):hover:after{
	background: #fcde66;
}

.product-show-btn-container .product-add{
    float: left;
    text-transform: uppercase;
    margin: 0px 0px 0px;
}
.product-show-btn-container .btn-fake {
    float: right;
    text-transform: uppercase;
    color: #fff;
    background: #e5e5e5;
    cursor: default;
}
.product-show-btn-container .btn-fake .icon,
.product-show-btn-container .product-add .icon{
    float: left;
    margin-right: 10px;
}

@media (max-width: 991px){
   /* .product-show-btn-container{
        margin: -70px 0px 40px;
        float: none;
    }
    .product-show-btn-container .quantity-text-box{
        float: none;
        font-weight: 400;
        line-height: 30px;
        margin: 0px;
    }
    .product-show-btn-container .product-quantity{
        float: none;
        margin: 0px 0px 0px 0px;
    }
    .product-show-btn-container .product-add{
        float: none;
        display: block;
        margin: 25px 0px 0px 0px;
    }*/
}
@media (max-width: 480px){
	.product-quantity-box {
		display: block;
		float: none;
		margin-right: 0px;
	}
	.product-quantity-box:after {
		content: '';
		display: block;
		clear: both;
	}
	.product-show-btn-container .product-add {
		clear: both;
		float: none;
		text-transform: uppercase;
		margin-top: 15px;
		min-width: 176px;
	}
}


.product-show-intro{
	font-weight: normal;
}

.product-show-description-container{
    margin: 25px 0px 0px;
}
.product-show-description{
}


.product-show-shipping-container{
    margin: 0px;
}
.product-show-shipping-box{
    position: relative;
    padding-left: 45px;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
}
.product-show-shipping-box .number{
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: 300;
}
.product-show-shipping-box .data{}
@media (max-width: 767px){
    .product-show-shipping-box{
        padding-left: 25px;
    }
}


.product-show-youtube-block{
    margin-top: 50px;
}

