/**/
.detailTwo{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.detailTwo .oneDetail{
	width: calc(100% - 373px);
	text-align: center;
}
.detailTwo .twoDetail{
	width: 343px;
	min-width:343px;
	margin-left: 40px;
}
.oneDetail .title{
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 34px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #2D0000;
	text-align: center;
}
.slick-slide img {
	display: block;
	cursor: pointer;
	max-width: 100%;
	max-height: 376px;
	width: auto;
	margin: auto;
}
.slick-slide.img--small {
	margin: 10px 15px;
	box-shadow: 3px 1px 17px rgba(0, 0, 0, 0.25);
}
.oneDetail .slider-nav {
	width: 74%;
	margin: auto;
}
.oneDetail .slick-next:hover,
.oneDetail .slick-next{
	width: 8px;
	height: 21px;
	right:-30px;
	background: url(/local/templates/Arbatantik/css/img/dnext.svg) no-repeat center;
}
.oneDetail .slick-prev:hover,
.oneDetail .slick-prev{
	width: 8px;
	height: 21px;
	left:-30px;
	background: url(/local/templates/Arbatantik/css/img/dprev.svg) no-repeat center;
}
.oneDetail .article{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0.09em;
	color: rgba(104, 39, 47, 0.5);
	margin:25px auto 15px;
	display:block;
}
.oneDetail .price{
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #68272F;
}
.oneDetail .price.old{
	font-size: 20px;
	line-height: 25px;
	color: rgba(104, 39, 47, 0.82);
	margin-bottom: 40px;
}
.oneDetail .product__btn{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.oneDetail .addToBtn{
	background: linear-gradient(180deg, #F8F8F8 0%, #CDCDCD 100%);
	border: 1px solid rgba(104, 39, 47, 0.2);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #68272F;
	padding:10px;
}
.oneDetail .addToBtn:hover,
.oneDetail .addToBtn.in_cart,
.oneDetail .addToBtn.inGreen{
	background: #68272F;
	color:#fff;
	box-shadow: none;
}
.oneDetail .toMail {
	border: 1px solid #68272F;
	border-radius: 5px;
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #68272F;
	cursor:pointer;
	padding: 11px 19px 9px 74px;
	background: #fff url(/local/templates/Arbatantik/css/img/toMailBut.png) no-repeat 20px center;
	transition: all ease 0.3s;
}
.oneDetail .toMail:hover {
	background-color: #f0f0f0;
	box-shadow: -1px 0 7px #aaa inset;
	transition: all ease 0.3s;
}
.oneDetail .product__info{
	margin-bottom: 35px;
}

.container .line3{
	margin-top: 30px;
}
.container .sidebarNew > ul > li.select > ul {
	display: none;
}
.twoCol.noHomeTwo{
	margin-bottom: 30px;
}
@media(max-width:600px){
	.twoCol.noHomeTwo{
		margin-bottom: 0;
	}
	#content-tab5{
		margin-bottom: 0;
	}
}








