
/** stock **/

.stock_img img{
	height: 320px; 
	border-radius:var(--big_border_radius);
	width:100%;
	object-fit:cover;
	transition: all 0.5s ease !important;
}

.stock_item_in .simple_section_title_more_btn{
	color:#fff;
}

.stock_item_in .simple_section_title_more_btn svg path{
	stroke:#fff !important;
}


.stock_item_in:hover img{
	transform: scale(1.15);
}

.stock_img{
	position:relative;
}

.stock_short_srok{
	opacity: 0.9; 
	font-size: 15px; 
	margin-bottom:6px;
}

.stock_title{
	font-size: 21px;
	font-weight: 800;
	line-height: 127.273%;
	text-transform: uppercase; 
}

.stock_short_des{
	font-size:14px;
}

.stock_item a span.stock_info_func{
	padding:37px 48px;
	height:100%;
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;	
	z-index:3;
	text-align:left;
	display:flex;
	justify-content:flex-start;
	align-items:flex-end;
}

.stock_item_in{
	background-color:var(--main_color);
	color:#fff;
	height:100%;
	overflow:hidden;
	border-radius: var(--big_border_radius);
}


.stock_title{
	padding-bottom:14px;
}

.stock_text p{
	margin-bottom:0px;
}

.stock_subtitle p{
	margin-bottom:6px; 
}

.stock_img:before{
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--second_color) 100%);
	content:'';
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	z-index:2;
	height:100%;
border-radius:var(--big_border_radius);
}

.stock_item a, .stock_item a span{
	display:block;
}

.stock_info{
	padding:0 48px 32px;
}


/** manual_stock **/

.manual_stock_offer_box{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}

.manual_stock_offer_box_in{
	padding-right:45px;
	text-transform:uppercase;
	font-size: 18px; 
	font-weight:300;
}

.manual_stock_offer_top{
	margin-bottom:33px;
}

.manual_stock_offer_bottom:before{
	height:1px;
	width:102px;
	content:'';
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	background-color:var(--second_color);
}

.manual_stock_offer_bottom{
	padding-top:33px;
	font-weight:400;
	margin-bottom:40px;
	position:relative;
}

.manual_stock_btn {
	display:flex;
}

.manual_stock_btn .order_button{
	display:flex;
	padding:0 24px;
	width:auto;
}

.manual_stock_item_img{
	overflow:hidden;
}

.manual_stock_item_img img{
	height: 504px; 
	transition: all 0.6s ease !important;
	width: 100%;
	object-fit:cover;
}

.manual_stock_item_in:hover .manual_stock_item_img img{
	transform: scale(1.2);
}

.manual_stock_item_in, .manual_stock_item_img{
	position:relative;
	display:block;
}

.manual_stock_info_func{
	background: linear-gradient(180deg, rgba(33, 25, 23, 0.00) 39.84%, #211917 97.81%); 
	height:100%;
	width:100%;
	display:flex;
	padding:34px 24px;
	align-items:flex-end;
	justify-content:center;
	color:#fff;
	font-weight: 500; 
	text-transform: uppercase; 
	font-size: 20px;
	position:absolute;
	top:0px;
	left:0px;
}


@media (max-width: 990px) {

.stock .manual_stock_offer_box, .stock .manual_stock_offer_items{
	width:100%;
}
	 
.manual_stock_offer_box_in {
  padding-right: 12px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
}

.manual_stock_offer_top {
  margin-bottom: 24px;
}

.manual_stock_offer_bottom{
	padding-top:24px;
	margin-bottom:24px;
}

.manual_stock_offer_box{
	margin-bottom:24px;
}

.manual_stock_in .manual_stock_item{
	width:50%;
}

.manual_stock_info_func{
	padding:12px 12px 24px;
}

.manual_stock_item_img img{
	height:210px;
}

.manual_stock_info_func{
	font-size:16px;
}

.stock_item a span.stock_info_func{
	padding:24px;
}

.stock_title {
	font-size: 16px;
}

.stock_item a span.stock_text{
	display:none;
}

.stock_img img {
	height: 270px;
}

.stock_item{
	margin-bottom:24px;
}

.stock_img img {
	height: 240px;
}

}

@media (max-width: 490px) {

.stock_img img {
	height: 200px;
}

}