.product-section
{
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
	margin-top: 15px;
	overflow: hidden;
}
.product-section.block
{
	margin-top: 25px;
	margin-bottom: 10px;
}
.pr-top
{
	border-bottom: 1px solid #dadfe1;
	overflow-x: auto;
	white-space: nowrap;
}
.pr-top a
{
	padding: 15px 25px;
	border-bottom: 2px solid #fff;
	color: #000;
	font-size: 1.2em;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
}
.pr-top a.act
{
	border-bottom: 2px solid #6ab04c;
	color: #6ab04c;
}
.pr-top a:hover
{
	background: #f1f2f6;
}
.pr-top a.no-act:hover
{
	border-color: #f1f2f6;
}
.pr-block
{
	justify-content: space-between;
	position: relative;
	display: flex;
}
.pr-block .lef, .pr-block .rig
{
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	min-height: 410px;
	position: relative;
}
.pr-block .rig
{
	width: 50%;
	padding-right: 0px;
}
.pr-block .lef
{
	width: calc(50% - 3px);
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.pr-block .block
{
	padding: 10px;
	//margin: 5px;
	color: #000;
}
.pr-block img
{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.pr-block .code
{
	color: #000;
	padding: 5px 25px;
	background: #f6e58d;
	display: inline-block;
	border-radius: 5px;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 1.1em;
}
#column-left
{
	padding-top: 29px;
}
.price
{
	border: 1px solid #dadfe1;
	border-radius: 10px 10px 0px 0px;
	color: #333;
	padding: 15px;
	font-size: 40px;
	font-weight: 500;
	border-bottom: none;
	margin-top: 15px;
}
.special-price
{
	color: red;
	text-decoration: line-through;
	text-decoration-color: #ff4d4d;
	display: inline-block;
	font-weight: 500;
}
.special-price-b
{
	font-size: .6em;
	display: inline-block;
	border-radius: 5px;
	padding: 4px 10px;
	color: #777;
}
.no_partner_info
{
	background: #ffeaa7;
	color: #000;
	padding: 10px;
	border-radius: 4px;
}
#app .buy
{
	width: 100%;
	margin: 0;
	height: auto;
	display: block;
	padding: 10px 50px;
	font-size: 2em;
    transition-property: all;
    transition-duration: .3s;
	text-transform: uppercase;
	background: #6ab04c;
    color: #fff;
    border: 1px solid #6ab04c;
    border-radius: 0px 0px 10px 10px;
}
#app .buy.in_cart
{
	background: #3867d6;
	border: 1px solid #3867d6;
}
#app .buy.no_buy
{
	background: #f1f2f6;
	border: 1px solid #dadfe1;
	color: #fc5c65
}
.buy-block
{
	pading: 7px;
	width: 70%;
}
.buy:hover
{
	
}
#app .buy i
{
	font-size: 1.2em;
	vertical-align: middle;
}

.product-box
{
	//width: 25%;
}
.pr-block .no-pad
{
	border: none;
}
.h1
{
	padding: 20px;
	font-size: 25px;
	font-weight: 500;
}
.quantity, .no-quantity, .preorder{
	font-size: 1.3em;
	padding: 5px 10px;
	display: inline-block;
	border-radius: 4px;
	margin-bottom: 10px;
}
.quantity
{
	color: #009432;
	background: #f1f2f6;
}
.no-quantity
{
	color: #eb4d4b;
	background: #f1f2f6;
}
.preorder{
	background: #f6e58d;
	color: #000;
}
.brand
{
	font-size: 1.4em;
	padding: 10px;
}
.brand a
{
	color: #546de5;
	border-bottom: 1px dashed #546de5;
	text-decoration: none;
	padding: 0px 6px;
}
.brand i
{
	font-size: .7em;
	margin-left: 5px;
}
.opis
{
	background: #fff;
	padding: 10px;
	color: #000;
	margin-top: 6px;
	font-size: 1.1em;
}
.har
{
	//padding: 20px;
	color: #000;
	width: 80%;
	padding-left: 10px;
	display: inline-block;
	box-sizing: border-box;
}
.har.koms
{
	width: 55%;
	margin-left: 15px;
}
.hars
{
	margin-bottom: 20px;
	padding-left: 15px;
	font-weight: 500;
	font-size: 1.1em;
	display: flex;
}
.hars_l
{
	
	position: relative;
	width: 50%;
}
.hars_l span
{
	position: relative;
    display: inline-block;
    padding-right: 16px;
    background-color: #fff;
}
.hars_l:before
{
	position: absolute;
    left: 0;
    bottom: 4px;
    //display: none;
    width: 100%;
    border-bottom: 1px dotted #d2d2d2;
    content: "";
}
.hars_r
{
	margin-left: 15px;
}
.fav
{
	background: #fff;
	padding: 10px;
	margin-left: 10px;
	color: #eb4d4b;
	cursor: pointer;
}
.fav i
{
	margin-bottom: 10px;
	display: block;
}
.fav.fav-ok
{
	background: #eb4d4b;
	color: #fff;
}
.hea
{
	width: 95%;
}
.b
{
	border: 1px solid #dadfe1 !important;
	border-radius: 4px;
	padding: 6px 15px !important;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-top: 5px;
	display: block;
}
.com-main
{
	margin-top: 10px;
	display: flex;
	flex-direction: row;
}
.com-ava
{
	width: 95px;
	color: #f7b731;
}
.com-inf
{
	width: calc(100% - 95px);
	margin-right: 15px;
	margin-left: 10px;
}
.com-name
{
	font-weight: 500;
	margin: 5px;
}
.com-name span
{
	margin-left: 10px;
	display: inline-block;
	color: #747d8c;
	fon-size: 0.9em;
}
.com-plus, .com-minus
{
	padding: 10px;
	border: 1px solid #f5f5f5;
}
.com-plus
{
	border-radius: 8px 8px 0px 0px;
}
.com-minus
{
	border-radius: 0px 0px 8px 8px;
	border-top: none;
}
.com-plus span
{
	font-weight: 600;
	color: #27ae60;
	margin: 3px;
}
.com-minus span
{
	font-weight: 600;
	color: #c0392b;
	margin: 3px;
}
.com-text
{
	margin: 8px;
}
.com-hr
{
	border-bottom: 1px solid #eaeaea;
	margin: 10px 15px
}
.com-add
{
	padding: 15px 30px;
	color: #fff;
	background: #3867d6;
	float: right;
	cursor: pointer;
	transition-property: all;
    transition-duration: .3s;
	border-radius: 5px;
}
.com-add:hover
{
	color: #fff;
	background: #574b90;
}
/*
.com-coment-pm
{
	display: flex;
}
*/
.com-coment-pm .com-plus, .com-coment-pm .com-minus
{
	border: none;
	padding: 0px;
}
.com-text-span
{
	margin-top: 10px;
	font-weight: 600;
	display: block;
}
.add-coment
{
	border: none;
	border-radius: 5px;
	padding: 10px 15px;
	color: #fff;
	background: #6ab04c;
	height: auto;
	width: auto;
	font-weight: 500;
	font-size: 1.1em;
	margin: 10px;
}
.com-add-block
{
	margin-left: 20px;
}
.com-add-block input, .com-add-block textarea
{
	min-width: 60%;
}
.error
{
	padding: 10px;
	color: #ff0300;
	background: #ffdbda;
	margin: 5px 10px;
	border-radius: 5px;
}
.success
{
	padding: 10px;
	color: #6b8c12;
	background: #f5f5f5;
	margin: 5px 10px;
	border-radius: 5px;
	text-align: center;
	font-size: 1.3em;
	font-weight: 500;
}
.star
{
	font-weight: 600;
}
.star i 
{
	color: #ffa502;
	margin-right: 5px;
}
.com-name i
{
	color: #ff9f43;
}
.coments-0
{
	margin: 80px 10px;
	text-align: center;
	color: #2f3542;
	font-size: 1.5em;
	font-weight: 400;
}

.shar
{
	padding: 8px 12px;
	color: #fff;
	margin: 2px;
	border-radius: 3px;
	display: inline-block;
	cursor: pointer;
}
.shar i{
	width: 20px;
	text-align: center;
}
.shar.facebook
{
	background-color: #3b5999;
}
.shar.viber
{
	background-color: #8854d0;
}
.shar.twitter
{
	background-color: #55acee;
}
.shar.whatsapp
{
	background-color: #01e675;
}
.shar.telegram
{
	background-color: #5682a3;
}
.shar:hover
{
	color: #fff;
}


.fl
{
	display: flex;
}
#mobile #app
{
	background: #f5f5f5;
}
#mobile .hea a
{
	padding: 10px 15px;
	display: block;
	border-bottom: 1px solid #dadfe1;
	color: #000;
	font-size: 1.1em;
	font-weight: 500;
}
#mobile .hea a i
{
	margin-right: 10px;
	color: #3867d6;
}
#mobile .hea a:hover
{
	text-decoration: underline;
	color: #40739e;
}
#mobile .hea
{
	width: auto;
}
#mobile .pr-block
{
	flex-direction: column;
}
#mobile .pr-block .lef, #mobile .pr-block .rig
{
	width: 100%;
}
#mobile .pr-block .lef
{
	padding: 0px;
}
#mobile .product-section
{
	margin-left: 0px;
	margin-right: 0px;
}
#mobile .fl
{
	flex-direction: column;
}
#mobile .fl.reverse
{
	flex-direction: column-reverse;
}

#mobile .fl .buy-block, #mobile .fl .fav, #mobile .fl .har, #mobile .mob-mar
{
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
}
#mobile .fav i
{
	font-size: 1em;
	margin-bottom: 0px;
	display: inline-block;
}
#mobile .product-section.block .list
{
	white-space: nowrap;
	padding: 2px 15px;
	overflow-x: auto;
}
#mobile .product-section.block .list .product-box
{
	white-space: normal;
	width: 170px;
}
#mobile .product-section.block .list .product-box .product-cart-button
{
	display: none;
}
#mobile .app-top
{
	background: #fff;
}
#mobile .app-top > .product-section
{
	box-shadow: none;
}
.tor
{
	padding: 8px;
	margin: 5px;
	//background: #dff9fb;
	display: inline-block;
	border-radius: 5px;
}
.tor img
{
	max-height: 50px;
}
.delivery
{
	border: 1px solid #dadfe1;
	border-radius: 15px;
	margin-top: 15px;
}
.delivery-text
{
	font-size: 1.1em;
	//font-weight: 600;
	padding: 15px;
	color: #576574;
}
.delivery-text b
{
	color: #000;
}
.delivery-bl
{
	padding: 15px;
	border-top: 1px solid #dadfe1;
	display: flex;
	font-size: 1.05em;
	line-height: 1.8;
	align-items: center;
	
}
.delivery-bl .ima
{
	width: 115px;
}
.delivery-bl img
{
	max-height: 40px;
}
.small img
{
	max-height: 80px;
	margin: 3px;
}
.small img.act
{
	margin: 2px;
	border: 1px solid #2ecc71;
	border-radius: 2px;
}
.small
{
	max-width: 100%;
	overflow-x: auto;
	white-space: nowrap;
}
.img-big
{
	white-space: nowrap;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
#image_block{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
#image_block .product-page-image{
	display: inline-flex;
	aspect-ratio: 1 / 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	align-content: center;
	justify-content: center;
	align-items: center;
}
#image_block .product-page-image img{
	max-width: 100%;
	max-height: 100%;
}