.product_title{
	width:90%;
	float: left;
}
.product_title a{
	line-height: 1;
	font-size: 14px;
	letter-spacing: 0px;
	padding: 5px ;
	float: left;
	transition: 0.1s;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	text-align: left;
}
.product_title a:hover{
	color:#777;
	text-decoration: underline
	
}
.product_quantity {
	width: 50%;
	height: auto;
	float: left;
	padding: 0px 5px

}
.product_price{
	width: 50%;
    float: right;
    padding: 5px;
    text-align: right;
    font-size: 12px;
	
}
.product_price span{
	font-weight: bold;
    font-size: 14px;
    color: #777;
    float: right;
    text-align: right;
	display: contents;
}
.product_promo{
	width: 100%;
	height: 23px;
	float:left;
	overflow: hidden;
	display: inline-block;
	padding: 3px 5px;
	text-align: left;
}
.product_promo a{
	width: 70%;
	float:left;
	padding: 0px;
	text-align: left;
	font-size: 12px;
	color:rgba(215,36,39,1.00);
}

.product_promo span{
	width: 30%;
	font-weight: bold;
	font-size: 12px;
	color: rgba(215,36,39,1.00);
	float: right;
	text-align: center;
	
}

input{
	-webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark-color(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: -internal-light-dark-color(white, black);
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 0px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
	user-select: auto;
}

.input {
	width: 50%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    max-width: 45px;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    flex: 0 0 30px;
	outline: none;
}


.btn_plus, .btn_minus  {
	text-align: center;
    color: #696c74;
    font-size: 18px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    line-height: 28px;
    position: relative;
    background: rgb(255, 255, 255);
    flex: 0 0 30px;
    border-radius: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.15);
    border-image: initial;
    outline: none;
	padding: 1px 9px;
	cursor: pointer;
	transition: 0.3s;
	transform: scaleY(1);
	text-transform: uppercase;
	margin-top: -4px;
	
}
.btn_plus:hover, .btn_minus:hover  {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 8px -8px;
	transform: scaleY(1.5);
	margin-top: 0px;
	color:#777;
	text-decoration: none
}
.btn_plus {
	padding: 2px 9px;
    margin-left: -12px;
    margin-right: -15px;
    font-size: 20px;
}
.btn_minus  {
	padding: 2px 10px;
    font-size: 20px;}
.cart_box_footer{
	width: 100%;
	height: 60px;
	float: left;
	background-color:#545454;
	text-align: center;
	display: inline-flex
}
.cart_box_footer .btn_1 {
	margin: 12px auto;
	max-width: 80%;
	padding:8px;
}

.pitem_product_quantity span{
	margin-left: 15px;
}

.pitem_btn_box{
	width:100%;
	height: 45px;
	float: left;
	display: block;
}



.goto_basket {
	width:100%;
	height: 100%;
	float: left;
	text-align: center;
	display: flex;
	padding:0px 3px;
	margin-top: 5px;
	
}
.goto_basket .btn_2{
	width:100%;
	text-align: center;
	margin: 0px;
	float: left;
	padding:5px;
}




.btn_1 {
	width: 100%;
	color:#d14d02;
	transition:0.2s;
    font-size: 14px;
	font-weight: bold;
	letter-spacing: 1.5px;
    padding: 5px;
	margin: 5px auto;
	cursor:pointer;
	background-color: #fff;
	float: left;
	text-align: center;
	outline: none;
	border:1px solid #f96419;
	border-radius: 7px;
	}
	.btn_1:hover {
		color:#fff;
		background-color:#f96419;
        border-color: #f96419;
		box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 8px -8px;
		}

/**/
.modal-body .btn_db {
    width: 39%;
    color: #f96419;
    transition: 0.2s;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.5px;
    padding: 4px 2px 6px 2px;
    margin: 5px auto;
    cursor: pointer;
    background-color: #fff;
    float: left;
    text-align: center;
    outline: none;
    border: 1px solid #f96419;
    border-radius: 7px;
	}
	.modal-body .btn_db:hover {
		color:#fff;
		background-color:#f96419;
        border-color: #f96419;
		box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 8px -8px;
		text-decoration: none
		}
	.modal-body .btn_db i{
		font-size: 13px;
		padding: 0;
		margin: 0;
	}

.modal-body .btn_gy {
    width: 60%;
    color: #fff;
    transition: 0.2s;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.5px;
    padding: 4px 2px 6px 2px;
    margin:  5px 0px 5px 1%;
    cursor: pointer;
    background-color: #f96419;
    float: left;
    text-align: center;
    outline: none;
    border: 1px solid #f96419;
    border-radius: 7px;
	}

	.modal-body .btn_gy:hover {
		color:#f96419;
		background-color:#fff;
        border-color: #f96419;
		box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 8px -8px;
		}
	.modal-body .btn_gy i{
		font-size: 13px;
		padding: 0;
		margin: 0;
	}






.btn_db {
    width: 39%;
    color: #f96419;
    transition: 0.2s;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.5px;
    padding: 6px 2px 6px 2px;
    margin: 5px auto;
    cursor: pointer;
    background-color: #fff;
    float: left;
    text-align: center;
    outline: none;
    border: 1px solid #f96419;
    border-radius: 7px;
	}
	.btn_db:hover {
		color:#fff;
		background-color:#f96419;
        border-color: #f96419;
		box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 8px -8px;
		text-decoration: none
		}
	.btn_db i{
		font-size: 13px;
		padding: 0;
		margin: 0;
	}

.btn_gy {
    width: 60%;
    color: #fff;
    transition: 0.2s;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.5px;
    padding: 6px 2px 6px 2px;
    margin:  5px 0px 5px 1%;
    cursor: pointer;
    background-color: #f96419;
    float: left;
    text-align: center;
    outline: none;
    border: 1px solid #f96419;
    border-radius: 7px;
	}

	.btn_gy:hover {
		color:#f96419;
		background-color:#fff;
        border-color: #f96419;
		box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 8px -8px;
		text-decoration: none;
		}
	.btn_gy i{
		font-size: 13px;
		padding: 0;
		margin: 0;
	}


/*=== PRODUCT ===*/
/*===============*/

.product {
	z-index:0;
}
.list_2 {
}
.list_2 .pitem_boxinfo{
	margin:5px 0px;
}
.list_2 .pitem_boxinfo p{
	height: 20px;
	padding: 5px 5px 5px 0px
}
.list_2 .goto_basket{
	margin-top: 10px;
}
.list_1 .goto_basket{
	margin-top: 2px;
}
.list_2 .quantity_box {
	width: 100%;
    height: 100%;
    left: 0;
    float: left;
    margin: 0px 0px;
    display: inline-block;

}
.list_1 .quantity_box {
	width: 100%;
    height: 100%;
    left: 0;
    float: left;
    margin: 5px 0px;
    display: inline-block;

}
.list_3 .pitem_name{
	height: 47px;
}
.list_3 .pitem_name a{
    color: #777;
    transition: 0.2s;
	text-align: center;
	font-size: 14px;
	padding:3px 5px ;
	font-weight: bold;
	line-height: 1.2;
	display: block
}
.list_3 .btn_1{
    padding: 5px;
    margin: 6px auto;}

.list_1 .product_item{
	position: relative;
	display: inline-block;
	/*height: 180px;*/
}
.list_2 .product_item{
	padding-bottom: 10px;
}
.list_3 .product_item{
	height: 100%;
}

.list_3 .seller_item h4 {
	text-align:center
}

.list_1 .pitem_price_box .pitem_boxinfo p{
	width: 100%;
	text-align: center;
}
.list_1 .pitem_price_box{
	margin-top: 5px;
}
.list_1  .pitem_name{
	width: 100%;
	float: left;
    font-size: 14px;
    line-height: 1.1;
    height: 55px;
    overflow: hidden;
    font-weight: 600;}
.list_1  .pitem_name a {
    color: #777;
    transition: 0.2s;
	text-align: left;
	font-size: 14px;
	float: left;
	padding:3px 5px ;
	line-height: 1.2;
	font-weight: bold;
}
.list_1 .pitem_img_box {
	
}
.list_1 .pitem_img_box img {
	width: auto;
	padding: 10px
}
.list_1 .pitem_stock_name {
	text-align:left;}
.list_1 .pitem_stock_name a{
	font-weight: bold;
	font-size: 12px;
	text-align:left;}

.list_1 .tooltip {
    font-size:12px;
}

.list_1 .pitem_desc p {
    font-size: 12px;
    line-height: 1.3;
    text-align: left;
	white-space: inherit;
  	height:auto;
  	padding:2px 0px;
}


.list_2 .pitem_name {
	color: #777;
    height: 55px;
    transition: 0.2s;
    text-align: center;
    font-size: 14px;
    padding: 3px 5px;
    font-weight: bold;
    overflow: hidden;
}
.list_2 .pitem_name a {
	width: 100%;
    color: #777;
    transition: 0.2s;
	text-align: left;
	font-size: 14px;
	font-weight: bold;}
.list_2 .pitem_unit_price p i{font-size: 14px;}
.list_2 .pitem_unit_price p span{ font-size: 12px;}
.list_2 .pitem_title_box{
	padding-top:5px;}
.list_2 .pitem_img_box img {
	width: auto;
	/*height: 100%;
    max-height: 133px;*/
	padding:10px;
}
.list_2 #pack_price {
	font-size:34px;
	height: 55px;}
.list_2 .pitem_available p {
	width: 100%;
	overflow: hidden;
	font-size:13px;}

.list_3 .seller_content_text{
	text-align: center}
.list_3 .seller_content_text .btn_4{
    width: 90%;
    padding: 5px;
    margin: 5px auto;
    margin-left: 5%;}
.list_3 .seller_content_text .rate{
	width: inherit;
	text-align: center;}






.product_list {
	width: 100%;
	height: 100%;
}
.product_list .boxpadding {padding: 2px;}

.product_list p{
	width: 100%;
	height: 20px;
	margin-bottom: 0px;
	padding: 2px;
}
.product_box {
	width:100%;
	height: 100%;
	display: inline-block;
	margin-bottom: 5px;

}
.list_title{
	float: left;
    width: 90%;
	font-size:24px;
	margin:50px 5px 10px 5px;
	padding: 0px 5px;color:#888
}
.list_title:first-child{
	float: left;
    width: 90%;
	font-size:24px;
	margin:20px 5px 10px 5px;
	padding: 0px 5px;
}

.product_item {
	width:100%;
	height: 100%;
	padding:5px;
	background: #fff;
	text-align: center;
	border:0.5px solid #ddd;	
	border-radius: 5px;
	display:inline-block;
	position: relative;
	margin-bottom:5px; 
	z-index: 50;
}
.pitem_img_box{
	width: 100%;
	max-height: 100%;
	float: left;
	position:relative;
}
.pitem_img_box img{
	max-height: 100%;
	padding:5px;
	margin:0 auto;
	cursor:pointer;
}
.sale{
	position:absolute;
	top:2px;
	left:2px;
	display: inline-grid;
}
.sale div{
    width: 100%;
    height: 100%;
    background-color: #e1171e;
    border-radius: 5px;

}
.sale div i{
    font-size: 12px;
    color: #fff;
    margin: 1px 4px 0px 4px;
    float: left;
    line-height: 1;
    display: flex;
    padding: 2px;
}
.sale div i:hover{color:#fff;}


.like{
	position: absolute;
	top: 5;
	right: -5px;
	display: inline-grid;
}
.like div{}
.like div i{
	font-size: 20px;
	color:#b9b9b9;
	transition:0.2s;
}
.like div i:hover{
	font-size: 20px;
	color:#e1171e
}

.quantity_box{
	width:100%;
	height: 100%;
	left:0;
	float: left;
	display: inline-block;
}
.quantity_box div{
	/*float: left*/
}


.pitem_title_box {
	width:100%;
	height: 100%;
	float: left;
	display: inline-block;
	text-align: center;
}
.pitem_price_box {
	width:100%;
	float: left;
	display: inline-block;
}


.icon-zoom-in-1{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 65%;
	right:0px;
	color:#b9b9b9;
	font-size: 30px;
	transition:0.3s;
	opacity: 0;
}
.activ_i{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 45%;
	right:10px;
	opacity: 0.3;
	z-index: 100;
}
.pitem_open_desc {
	width:100%;
	height: 100%;
	display: inline-block;
}

.list_2 .pitem_open_desc {
	width:100%;
	height: 145px;
	display: inline-block;
}

.open_product_modal{
	width:100%;
	height: 100%;
	float: left;
	display: inline;
	cursor:pointer;
	overflow: hidden;
	text-align: center
}
.list_3 .open_product_modal{
	/*padding: 10px;*/
}

#pm_img{
	height:350px; 
	margin:0px auto;
}

#termek_img{
	/**/height:300px;
	margin:0px auto;
}
.termek_img .icon-resize-full-1{
    position: absolute;
  	width:50px;
  	height:50px;
  	display:block;
    font-size: 40px;
    opacity: 0.5;
    color: #fff;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    z-index: 1;
  	transition:0.3s;
  	transform: scale(0,0);
}


.product_list .boxpadding {padding: 4px;}


.goto_cart {
	width:100%;
	float: left
}
.goto_cart .btn {
	width:100%;
	margin:5px 0px;
}
/*=== Tooltip ===*/

.tooltip {
	position: relative;
	display: inline-block;
	opacity: 1;
	cursor: pointer;
	font-weight: 500;
	font-size: 12px;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 140px;
	height:auto;
	background-color:#fff;
	color: #777;
	border:1px solid #ddd;
	text-align: center;
	border-radius: 6px;
	padding: 6px 10px;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 50%;
	margin-left: -60px;
	box-shadow: 3px 5px 5px rgba(100,100,100,0.3);
	line-height: 1.1;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	/* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
	opacity: 0;
	transition: opacity 0.3s;
}
.tooltip .tooltiptext_right {
  bottom: -20px;
  margin-left: 15px;
}
.tooltip .tooltiptext_left {
  bottom: -25px;
  margin-left:-150px;
}
.tooltip .tooltiptext_bottom {
  bottom: -25px;
  margin-left:-100px;
}
.tooltip .tooltiptext_top {
  bottom: 20px;
  margin-left:-70px;
}

.tooltiptext a {
	cursor:pointer;
	float: left;
	line-height: 1;
	color:#fff;
	text-decoration: underline;
	font-size: 12px;
	margin-top:5px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.icon-heart {
	color:#e1171e
}



/*========== PROMO ==========*/
/*===========================*/

.promo_title{
	height: 22px;
    width: 94%;
	margin-left:3%;
    text-align: center;
    display: inline-flex;
  	color:var(--pitem_promo_title_text);
    background: var(--pitem_promo_title_bg);
	border:1px solid var(--pitem_promo_title_border);
    position: absolute;
	top: -24px;
    left: 0;
    border-radius: 6px;
    padding: 0px;
	overflow: hidden;
  	transition:0.2s;
}
.pr_desc_container_termek .product_desc_1 .action_wrap .promo_title {
  	color:var(--pitem_promo_title_text);
    background: var(--pitem_promo_title_bg);
	border:1px solid var(--pitem_promo_title_border);
}
.promo_title:hover{
    background: var(--pitem_promo_title_bg_hover);
	border:1px solid var(--pitem_promo_title_border_hover);	
}
.promo_title a{ 
	width:100%;
  	color:var(--pitem_promo_title_text);
  	background:var(--pitem_promo_title_bg);
	font-weight: 500;
    font-size: 14px;
	text-align: center;
  	padding: 0px 10px;
}
#promo_link {color: var(--pitem_promo_title_text);}
/*#promo {
  	color:var(--pitem_promo_title_text);
    background: var(--pitem_promo_title_bg);
	border:1px solid var(--pitem_promo_title_border);
}
#promo:hover{
    background: var(--pitem_promo_title_bg_hover);
	border:1px solid var(--pitem_promo_title_border_hover);	
}*/

.promo_title a:hover{text-decoration: none;color:var(--pitem_promo_title_text_hover);}
.promo_title a:focus{color:var(--pitem_promo_title_text_focus)}


.pitem_img_box .promo_title{
	height: 22px;
    width: 94%;
	margin-left:2%;
    text-align: center;
    display: inline-block;
    position: absolute;
	top: inherit;
    bottom: 10px;
    left: 0;
    border-radius: 6px;
	padding: 2px;
}
.pitem_img_box .promo_title:hover{}
.pitem_img_box .promo_title a{
	width:100%;
	margin:0 auto;
	font-size: 12px;
	line-height: 1.2;
}
.pitem_img_box .promo_title a:hover{}



.list_2 .pitem_img_box .promo_title{
	height: 22px;
    width: 94%;
	margin-left:2%;
    text-align: center;
    display: inline-block;
    position: absolute;
	top: inherit;
    bottom: 0px;
    left: 0;
    border-radius: 6px;
	padding: 2px;
}
.list_2 .pitem_img_box .promo_title a{
}
.list_2 .pitem_img_box .promo_title a:hover{}





.pitem_price {
	width: 100%;
	float: left;
	display: inline-block;
	text-align: center;
	
}
.old_price {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: line-through;
}

.price{
	font-weight: 500;
	font-style:normal;
	/*line-height: 1;*/
}
.price_deviza {
  width:100%;
  font-size:14px;
	font-weight: bold;
	font-style:normal;
	line-height: 1;
}
.pack_price{
	font-size:28px;
	height: 45px;
	font-weight: bold;
	display: inline-block;
}


.pitem_price p{
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    padding: 3px;
    height: 35px;
    float: left;
	display: inline-table;
	text-align: center;
  	margin-bottom:5px;
}
/*
.pitem_price span{
    width: auto;
    font-size: 26px;
    font-weight: bold;
    margin: 0px;
    padding: 3px;
    height: 35px;
    float: left;
	display: inline-table;
	text-align: left;
}*/
.pitem_price span{
	width: 100%;
	height: 20px;
	float: left;
	font-size: 14px;
	text-align: center;
	text-decoration: line-through;
}



.price_kb {
	font-style:normal;
	font-weight: bold;
	font-size: 10px;
	
}
.unit_price{
	padding-left: 5px;
	font-size: 12px;
}
.pitem_unit_price{
	width: 100%;
	height: 36px;
	float: left;
	display: inline-block;
}
.pitem_unit_price p{
	margin:0px;
	font-size:14px;
	text-align: center;
	padding-top:5px;
	padding-bottom:0px;
	line-height: 1.1
}
.pitem_unit_price p i{
	font-style: normal
}
.pitem_unit_price p span{
	font-style: normal
}
.pitem_unit_price p span{
	font-size: 10px;
	text-decoration:line-through;
	display:inline-block
	
}

.pitem_available {
	width: 100%;
	float: left;
}
.pitem_available p{
	margin:0px;
	font-size:12px;
	padding:5px 0px 5px 0px;
	text-align: center;
	
}

.pitem_product_quantity{
	width: 110px;
	height: auto;
	float: left;
	padding: 0px ;
	margin: 0 auto;

}
.pitem_quantity_box{
	width:100%;
	height: 28px;
	float: left;
	display: flex;
	
}
.pitem_quantity_box_ajanlat{
	width:auto;
}
.sub_variants_container {
	width: 100%;
	height: auto;
	float: left;
	padding: 0px ;
	text-align: left
}




/* ================================================================================ */
/* ================================================================================ */


@media (min-width: 1200px) {}
@media (max-width: 1199px) {}
@media (min-width: 993px) {}
@media screen and (max-width: 992px){}
@media screen and (min-width: 768px){}
@media screen and (max-width: 767px){
	.list_1 .product_item {
		height: 100%;
	}	
	.list_1 .pitem_quantity_box {
		font-size:1.5em;
	}
	.list_1 .pitem_quantity_box .btn_minus{
		font-size: 1.3em;
		padding: 1px 14px;

	}
	.list_1 .pitem_quantity_box .btn_plus {
		font-size: 1.3em;
		padding: 0px 11px;	
		margin-left:-15px;	
	}
	.list_1 .input {
		font-size:18px;
		max-width: 50px;
	}
	.list_1 .btn{
		font-size:22px;
	}.list_1 .pitem_available p {
		font-size: 16px;
		padding: 5px 0px;
	}
	.list_1 .pitem_name {
		height: 55px;
		text-align: center;
	}
	.list_1 .pitem_name a {
		font-size:20px;
		height: 30px;
		text-align: center;
		
	}
	.list_1 .pitem_seller {
		font-size:30px;
	}
	.list_1 .pitem_seller a:first-child {
		font-size:20px;
		text-align: center;
	}
	.list_1 .pitem_seller a {
		font-size:18px;
		text-align: center;
	}
	
	.list_1 .pitem_desc p {
		font-size: 16px;
    	line-height: 1.2;
		text-align: center;
		white-space: inherit;
	}
	.list_1 .price {font-size:30px;}
	.list_1 .price_kb{font-size:16px;}
	.list_1 .old_price {font-size:16px;}
	.list_1 .pitem_unit_price p span {font-size:14px;}
	.list_1 .pitem_unit_price p i {font-size:18px;}
	.list_1 .pitem_seller_brand {
		text-align: center;
		font-size: 14px;
	}
	.list_1 .pitem_quantity {
		left: 44%;
	}
	.list_1 .tooltip {font-size:18px;}
	.list_1  .tooltip .tooltiptext_top {
		bottom: 20px;
		margin-left: -47px;
	}.list_1 .tooltip .tooltiptext {
		font-size:14px;
	}.list_1 .tooltiptext a {font-size:14px;}
	.list_1 .sale div i {font-size: 16px}
	.list_1 .like div i {font-size:28px;}
	.list_1 .rate_box {
		width: 100%;
		position: relative;
		display: inline-flex;
	}
	.list_1 .pitem_boxinfo p{
	width: 100%;
	float: left;
	font-size: 18px;
	padding:0px;
	font-weight: bold;
	text-align: center;}
	.list_1 .pitem_desc {
		width: 100%;
		height: 40px;
		overflow: hidden;
		padding: 5px;
		padding-top: 0px;
		margin-top: 5px;
	}
	
	.list_1 .btn_2 {
		padding: 8px;
		font-size: 16px;
		margin-top: 5px;
	}
/*
	#termek_img{
		height:180px;
		margin:0px auto;
	}	
	*/
}




/* ================================================================================ */
/* ==================== NAGYKER =================== */  

.wholesale_outer_cont{
    margin-top:40px;
    height : calc(100% - 40px);
}
.wholesale_left{
    width:260px;
    position: fixed;
    height : 100% !important;
    overflow: hidden auto;
    float: left
}
.wholesale_body{
    width:calc(100% - 620px);
    margin-left: 260px;
    height : 100% !important;
    overflow: hidden auto;
    float: left;
    position: relative;
}
.wholesale_right{
    height : 100% !important;
    overflow: hidden auto;
    float: left
}	

.wholesale_list_header {
    width: calc(100% - 608px);
    display: block;
    position: fixed;
    top: 40px;
    left: 260px;
    background: #fff;
    z-index: 100;
}

.wholesale_body .wholesale_list_title{width:calc(100% - 270px); float: left;margin: 10px 0px 5px 5px;}
.wholesale_body .pagination_box {width:auto;float: right;height: unset}
.wholesale_body .pagination {padding:10px 0px 0px 0px;width:160px;}
.wholesale_body .product_list{margin-top:90px;}
    
.wholesale_list_settings {width:100%;float: left;display:inline-block}
.wholesale_list_settings .filter_nav{width:200px;padding:0px;margin-left: 5px;display:block;}
.wholesale_list_settings #sort_dd{width:100%;}
.wholesale_list_settings .filter_box .dropdown-menu {width: 200px;}
.wholesale_list_settings .filter_box .dropdown {width: 200px;}
.wholesale_list_settings .wholesale_list_search{padding:0px;margin-left: 5px;}
.wholesale_list_settings .filter_box {width:auto}

.wholesale_list_search {width:200px;float:left;}
.wholesale_list_search .example {padding: 5px 0px;width:100%;margin-left:0px;}
.wholesale_list_search .example i {top: 6px;}
.wholesale_list_search form.example input[type=text] {border-radius: 6px;padding-top:9px}


.wholesale_list_img_box{
  width:80px;
  float:left;
  display:block;
  position:relative;
}
.wholesale_list_data_box{
  width:calc(100% - 445px);
  float:left;
  display:block;
}
.wholesale_list_price_box{
  width:155px;
  float:left;
  display:block;
}
.wholesale_list_price_box .pitem_unit_price p i {font-size: 13px;}

.wholesale_list_quantity_box{
  width:100px;
  float:left;
  display:block; 
}
.wholesale_list_quantity_box .pitem_product_quantity {text-align:start}	
.wholesale_list_btn_box{
  width:110px;
  float:left;
  display:block;
}
.wholesale_list_btn_box .goto_basket{padding:0px 5px;}




.list_6 {border-bottom: 0.5px solid #ddd;}
.list_6 .product_list p{
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	padding: 2px;
}
.list_6 .goto_basket{margin-top: 0px;}
.list_6 .quantity_box {
	width: 100%;
    height: 100%;
    left: 0;
    float: left;
    margin: 15px 0px;
    display: inline-block;
}
.list_6 .product_item{
	position: relative;
	display: inline-block;
	/*height: 180px;*/
}
.list_6 .pitem_price_box .pitem_boxinfo p{
	width: 100%;
	text-align: center;
}
.list_6 .pitem_price_box{margin-top: 0px;}
.list_1 .list_6  .pitem_name{
	width: 100%;
    height: 39px;
	float: left;
    font-size: 12px;
    line-height: 1.1;
    overflow: hidden;
    font-weight: 500;
}
.list_1 .list_6  .pitem_name a {
    transition: 0.2s;
	text-align: left;
	font-size: 14px;
	float: left;
	padding:3px 5px ;
	line-height: 1.2;
	font-weight: bold;
}
.list_6 .pitem_img_box {}
.list_6 .pitem_img_box img {
	width: auto;
	padding: 5px
}
.list_6 .pitem_stock_name {text-align:left;}
.list_6 .pitem_stock_name a{
	font-weight: bold;
	font-size: 12px;
	text-align:left;
}
.list_6 .tooltip {font-size:12px;}

.list_6 .pitem_desc p {
    font-size: 12px;
    line-height: 1.3;
    text-align: left;
	white-space: inherit;
}
.list_6 .btn_db {
    width:100%;
    font-size: 10px;
    font-weight: normal;
    padding: 3px 2px 3px 2px;
    margin: 2px auto;
    border-radius: 6px;    
}
.list_6 .btn_gy {
    width:100%;
    font-size: 10px;
    font-weight: normal;
    padding: 3px 2px 3px 2px;
    margin: 2px 0px 2px 0px;
    border-radius: 6px; 
}
.list_6 .pitem_title_box {padding-top:0;}
.list_6 .pitem_price p {
    font-size: 16px;
    height: 22px;
}
.list_1 .list_6 .pitem_boxinfo p {width:auto;color:#555}
.list_6 .product_list p {height:16px;padding:2px 0px; overflow: hidden;}
.list_6 .pitem_unit_price {height:18px;overflow: hidden}
.list_6 .sale div i {font-size:10px;}
.list_6 .btn_1 {font-size:10px;overflow: hidden}

/* =================== /NAGYKER ================== */  	




@media (max-device-width: 480px) and (orientation: landscape) {}

@media screen and (max-width: 480px){}
@media screen and (max-width: 360px){}

