.jshop td, .jshop tr{
    border: 0px;
	padding-right: 20px;
}

.jshop td:last-of-type:first-of-type {
	padding-right: 0px;
}

div.jshop_categ, td.jshop_categ{
	vertical-align: top;
	padding-bottom: 20px;
	padding-right: 20px
}
table.jshop{
	border-collapse: collapse;
	border: 0px;
	width:100%
	
	
}
p.category_short_description{
	font-size: 11pt;

}
table.jshop td{
	vertical-align: top;
}
table.list_product{
    margin-right:20px;
}
#jshop_menu_order{
	margin-bottom:10px;
	border: 1px solid #616161;
}
td.jshop_order_step{
	padding:2px;
	padding-top:5px;
	padding-bottom:5px;
	text-align: center;
	vertical-align: middle;
}
.jshop_order_step a{
	vertical-align: top;
	text-decoration: underline;
	font-size:12px;
}
img.jshop_img{
	padding: 0px;
	text-align: center;
	border: 1px solid #808080;
	height: 250px;
	width: 250px;
	object-fit: contain;
}
img.jshop_img_thumb{
	padding: 1px;
	text-align: center;
	border: 1px solid #808080;

	cursor: pointer;
	display: inline-block;
}
.jshop table.category{
    width: 100%;
}
table.jshop a img.jshop_video_thumb{
    padding: 1px;
    text-align: center;
 
}
div.jshop_prod_description{
	padding-top:10px;
    padding-bottom: 10px;
}
div.jshop_prod_attributes{
	padding:0;
	margin:0;
    padding-bottom: 10px;
}
td.jshop_img_description {
	vertical-align: top;
	text-align:left;
}
td.jshop_img_description_center {
	vertical-align: top;
	text-align:left;
}
.jshop_subtotal .value{
	text-align: right;
	width: 12%;
    white-space: nowrap;
}
.jshop_subtotal .name{
    text-align: right;
    padding-right: 10px;
    width:88%;
}
.jshop .total{
    font-weight: bold;
}
.related_header{
    margin-top: 20px;
    border-bottom: 1px solid #999;
    font-weight: bold;
}
div.list_related{
    margin-top:20px;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.list_related .jshop_related{
    flex-basis: 250px;
}


tr#checkout td.td_1{
	text-align: left;
	font-weight: bold;
}
tr#checkout td.td_2{
	text-align: right;
	font-weight: bold;
}
table.jshop a img {
	border: 0;
	display: inline-block;
}
.jshop_pagination{
    margin-left: auto;
    margin-right: auto;
}
.jshop .product_list_hr{
    height: 1px;
    border-top:1px solid #aaa;
    margin-bottom: 10px;
}

table.jshop_checkout {
	border: 1px solid red;
	background-color: Gray;
}

div.jshop_register{
	text-align: left;
	padding:10px;
	padding-left:0px;
}
.jshop_register .client_type {
	padding-bottom: 16px;
}

.jshop_register .name{
    width:215px;
}
.register_block .jshop_register .name{
    width:120px;
}
.address_block .jshop_register .name{
    width:115px;
}
.editaccount_block .jshop_register .name{
    width:115px;
}

span.small_header{
	padding-bottom: 3px;
	margin: 0px;
	display: block;
	font-size: 13px;
	font-weight: bold;
}

span.jshop_error {
	color:red;
	font-weight: bold;
	font-size: 14px;
	display: block;
}

span.text_pay_without_reg{
    display: block;    
    padding-bottom: 10px;
}

a.policy {
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
}

.jshop_payment_method{
	padding-left: 20px;
}

#active_step{
	font-weight: bold;
	padding:0;
	margin:0;
	vertical-align: middle;	
	font-size: 12px;
}

#order_add_info{
	height:70px;
    width: 100%;
    max-width: 400px;
    margin: auto;
}
p.jshop_cart_attribute{
	padding-left:10px;
	font-weight:bold;
	font-style: italic;
	font-size: 11px;
    margin-top:1px;
    margin-bottom:4px;
}
p.jshop_cart_extra_field{
    padding-left:10px;
    font-weight:bold;
    font-style: italic;
    font-size: 11px;
    margin-top:1px;
    margin-bottom:4px;
}
.jshop_price{
	color: #950000;
	font-size: 14pt;
}

td.jshop_categ a.product_link{
	font-size: 16pt;
	text-decoration: none;
	color : #555;
}
div.jshop_categ, td.jshop_categ a.category_link{
	text-decoration: none;
    font-size:24pt;
	text-align: center;
	color: #555;
}
td.jshop_categ a.category_products_link{
	font-size: 18px;
}
td.jshop_categ a:hover.product_link,a:hover.category_link{
	text-decoration: underline;
}
.table_order_list{
	width:100%;
	background-color: #F8F8F9;
	border: 1px solid #333;
}

td.jshop_categ table.category tbody >tr {
    border: none;
}

.table_order_list td{
    vertical-align: top;
	text-align: left;
}

span.attr{
   font-weight: bold;
   font-style: italic;
   font-size:10px;
}

div.jshop_register .inputbox{
	width:240px;
	display: inline-block;
	margin: 4px;
}
div.jshop_register .inputbox-comment{
    display: inline-block;
    width: 500px;
	max-width: calc(100vw - 127px);
    vertical-align: top; 
	display: inline-block;
	font-size: 10pt;
	line-height: 12pt;
	padding: 4px 4px 8px 4px;
	
}
div.jshop_register .name{
    vertical-align: top; 
	padding-top: 4px;
    line-height: 20px;
}
span.review{
	font-weight: bold;
	margin-top:20px;
	display: block;
}
.review_text_not_login{
    margin-top: 10px;
    font-style: italic;
}

textarea.jshop{
	border: 1px solid #b0b1b2; 
}

tr.reviews td{
	padding-bottom:15px;
}

td.reviews{
	padding-left:45px;
}

#mxcpr{
	padding-top:20px;	
	text-align: right;
	display:none;
}
#mxcpr a{
	font-size:9px;
}

.jshop_code_prod{
    color: #999;
    font-weight: normal;
    font-size:12px;
}

table.cart{
    border-collapse: collapse;
    border:1px solid #ccc;
}
table.cart th{
    text-align: left;
    background-color: #ccc;
    padding: 5px;
    color: #000;
}
table.cart td{
    text-align: center;
    padding: 12px 5px;
    vertical-align: top;
}
table.cart th table{
    border-collapse: collapse;
}
table.cart .odd td{
    background-color: #fff;
    color: #000;
}
table.cart .even td{
    background-color: #f9f9f9;
    color: #000;
}

table.cart .taxinfo{
    display: block;
    font-size:11px;
}

table.cart .jshop_code_prod{
    font-size:10px;
}
table.cart .manufacturer{
    padding:5px 0px 6px 10px;
    font-size:11px;
    font-weight: bold;
    font-style: italic;
}
table.cart .list_extra_field{
    padding-top:3px;
}

.jshop .weightorder{
    text-align: right;
    margin-top:3px;
}

.jshop .shippingfree{
    text-align: right;
    margin-top:3px;
}

.jshop .price_prod_qty_list .qty_line{
    padding-left: 5px;
    padding-right: 5px;    
}
.jshop .price_prod_qty_list .qty_price{
    padding-left: 5px;
    font-weight: bold;    
}
.jshop .price_prod_qty_list .qty_price span.per_piece{
    font-weight: normal;
}

.jshop .prod_buttons{
    
}

.jshop span.old_price{
    text-decoration: line-through;
    font-style: normal;
}
.jshop div.old_price{
	display: inline-block;
	white-space : nowrap;
	
}

.jshop .list_product_demo{
    padding-top:10px;
}
.jshop .list_product_demo table{
}
.jshop .list_product_demo .download{
    padding-left:5px;
}

.jshop .not_available{
    color: red;
    margin-top:10px;
}

.jshop.list_product{
	display: flex; 
	flex-wrap: wrap;
	gap:40px;
	justify-content: space-around;
}

.jshop div.list_product .block_product{
    padding-bottom: 20px;
	display: flex;
    flex-direction: column;
    align-items: center;
	vertical-align:top; 
	min-width: 250px;
	flex-basis: 250px;

}

.block_product:first-child:nth-last-child(5), .block_product:first-child:nth-last-child(5)~.block_product {
    flex-basis: 330px;
}

.block_product > div {
    max-width: 250px;
}

@media (min-width: 576px) {
	.jshop .list_product .block_product_catalog{
		width: 49%;
	}
}
@media (min-width: 992px) {
	.jshop .list_product .block_product_catalog{
		width: 33%;
	}
}
	
.jshop .list_product .block_product td{
    height: 100%;
}
.jshop .product table{
	height: 100%;
}

.jshop_list_product .jshop .old_price{
    text-decoration: line-through;
    font-style: normal;
    padding-bottom: 1px;
}
.jshop_list_product .product td{
    vertical-align: top;
}
.jshop_list_product .product .image{
    padding-right: 5px;
}
.jshop_list_product .product .name {
    padding-top: 2px;
     
}

.jshop_list_product .product .description{
    font-size: 11px;
    padding-bottom:5px;

}

.jshop .list_product .product .description{
    font-size: 13px;
	line-height: 16px;
    padding-bottom:5px;
	min-height: 26px;

}


.jshop .list_product .product .buttons{
    padding-top:2px;
	vertical-align:bottom;
}
.jshop_list_product .product table.review_mark{
    border-collapse: collapse;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;    
}
.jshop_list_product .product div.count_commentar{
    text-align: center !important;
}
.jshop_list_product .product .taxinfo{
    font-size:11px;
}
.jshop_list_product .product .plusshippinginfo, .jshop_list_product .product .plusshippinginfo a{
    font-size:11px;
}
.jshop_list_product .jshop_related{
    padding-bottom: 5px;    
}
.jshop_list_product .image_block{
    padding: 2px;
}
.jshop_list_product .jshop .not_available{
    margin-top:4px;
}
.jshop_list_product .box_products_sorting{
    padding-right:5px;
}
.jshop_list_product .box_products_sorting img{
    cursor: pointer;
}
.jshop_list_product .box_products_count_to_page{   
}

.jshop_list_product .margin_filter{
    height:8px;
}
.jshop_list_product .box_manufacrurer{
    padding-right: 5px;
    white-space: nowrap;
}
.jshop_list_product .box_category{
    padding-right: 5px;
    white-space: nowrap;
}
.jshop_list_product .filter_price{
    padding-right: 5px;
    white-space: nowrap;
}
.jshop_list_product .box_price_from{
    padding-right: 3px;
}
.jshop_list_product .clear_filter{
    font-size:10px;
    padding-left: 5px;
}

.jshop .product_label{
    position: absolute;
    margin-left: -5px;
    margin-top: -5px;    
}
.jshop .product_label .label_name{
    font-weight: bold;
    color: #950000;
}

.productfull #block_price{
    font-size:16px;
    font-weight: bold;
}
.productfull .taxinfo{
    font-size:11px;
}
.productfull .plusshippinginfo{    
    font-size:11px;
}
.productfull .plusshippinginfo a{
    font-size:11px;
}

.productfull .prod_buttons .buttons{
    padding-left:0;
}
.productfull .prod_buttons {
    margin-top:5px;
}
.productfull div.prod_url{
    text-align: right !important;
}
.jshop_subtotal .plusshippinginfo, .jshop_subtotal .plusshippinginfo a{
    font-size:11px;
}

.jshop_subtotal .free_discount{
    font-size:11px;
}


.jshop_list_category .category td{
    vertical-align: top;
	text-align: center;
	}
.jshop_list_category .category .image{
    padding-right: 5px;
}

.jshop_list_manufacturer .manufacturer td{
    vertical-align: top;
}
.jshop_list_manufacturer .manufacturer .image{
    padding-right: 5px;
}

.shipping_weight_to_price{
    margin-left:24px;
    margin-top:5px;
    border: 1px solid #000;
}
.shipping_weight_to_price .weight{
}
.shipping_weight_to_price .price{
    padding-left: 5px;
}

span.prod_attr_img{
    padding-left:5px;
}
span.prod_attr_img img{
    width:20px;
    height:20px;
}
.radio_attr_label img{
    width:20px;
    height:20px;
}


/*review*/
.review_header{
    margin-top:20px;
    font-weight: bold;
    border-bottom: 1px solid #999;
}
.review_item{
    border-bottom: 1px dotted #999999;
    padding: 10px;
    padding-left: 0px;
}
.review_user{
    font-weight:bold;
}
.review_time{
    
}
.review_text{
    padding-top: 2px;
    padding-bottom: 2px;
}
.review_mark{
    color: #333333;
    height: 18px;
}
#jshop_review_write .inputbox{
    width:180px;
}

.stars_no_active{
    height:16px;
    background-image:url(../images/star.gif);
    background-repeat: repeat-x;
    background-position: 0px 0px;
}
.stars_active{
    height:16px;
    background-image:url(../images/star.gif);
    background-repeat: repeat-x;
    background-position: 0px -16px;
}

.jshop .downlod_order_invoice{
    float:right;
}

.jshop .order_payment_params{
    padding-top:3px;
    font-size: 11px;
}

.vendordetailinfo .name{
    width:150px;
}
.vendordetailinfo .vendor_logo{
    float:right;
}

.requiredtext{
    padding-bottom: 10px;
    color: #A00;
    font-size:11px;
}
.jshop .input_type_radio{
    margin-right: 5px;
    white-space: nowrap;
}
.jshop_profile_data{
    margin-bottom: 10px;
}
.jshop_profile_data .name{
    font-weight: bold;
}
.jshop_profile_data span{
    font-weight: bold;
}
.jshop_profile_data span.subinfo{
    font-size:10px;
}
.jshop_profile_data .jshop_user_group_info{
    font-size:10px;
}
.jshop .groups_list .title{
    width:150px;
}

/* module categories*/
.jshop_menu_level_0, .jshop_menu_level_0_a{
    margin-top:3px;
    margin-bottom:3px;
}
.jshop_menu_level_1, .jshop_menu_level_1_a{ 
    padding-left: 10px;
    margin-top:3px;
    margin-bottom:3px;    
}

.jshop_menu_level_2, .jshop_menu_level_2_a{
    padding-left: 20px;
    margin-top:3px;
    margin-bottom:3px;    
}
.jshop_menu_level_0_a a, .jshop_menu_level_1_a a, .jshop_menu_level_2_a a{
    font-weight:bold !important;
}
/**/

.label_products .block_item{
    margin-bottom: 10px;
}

.top_rating .block_item{
    margin-bottom: 10px;
}

.bestseller_products .block_item{
    margin-bottom: 10px;
}

.latest_products .block_item{
    margin-bottom: 10px;
}

.random_products .block_item{
    margin-bottom: 10px;
}

.jshop_filters .filter_price{
    padding-right: 5px;
}
.jshop_filters .clear_filter{
    display: block;
    font-size: 10px;
}

.jshop_button_print{
    width: 30px;
    float: right;
    padding-top:3px;
    text-align:right;
}
.extra_fields .extra_fields_group{
    font-weight: bold;
    padding-top:3px;
}
.extra_fields div{
}
.filter_characteristic .characteristic_name{
    padding-top:5px;
}
.filter_characteristic .characteristic_group{
    font-weight: bold;
    padding-top:5px;
}
.jshop td.attributes_title {
	width: 50px;
}
.jshop span.attributes_description {
	font-style: italic;
	display: block;
}
.jshop .prod_free_attribs .name {
	width: 500px;
	max-width: 100%;
	padding-top: 8px;
}
.jshop .prod_free_attribs .field textarea {
	width: 300px;
	max-width: 100%;
	height: 64px;
}
.jshop span.freeattribut_description {
	font-style: italic;
	display: block;
}
.jshop span.extra_fields_description {
	font-style: italic;
}
.jshop .prod_attr_img{
    vertical-align: top;
}
.jshop .cart .product_name{
    text-align: left;
}
.jshop .prod_qty_input input{
    width:20px;
}
.productfull .image_middle{
    width: 100px;
}
.productfull .manufacturer_name{
    padding-bottom: 10px;
}
.productfull .prod_free_attribs{
    padding-bottom: 10px;
}
.productfull .price_prod_qty_list{
    margin-bottom: 10px;
}
.productfull .button_back{
    padding-top: 10px;
}
.jshop_img_description #list_product_image_thumb{
	display: flex;
	gap: 4px;
	overflow-y: auto;
	flex-direction: column;
	max-height: 300px;
	width: 64px;
}
#list_product_image_thumb img {
	width:  48px;
}

#list_product_image_thumb {
    scrollbar-width: thin;
    scrollbar-color: #d6d6d6 rgba(0,0,0,0);
}

#list_product_image_thumb::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: rgba(0,0,0,0);
}

#list_product_image_thumb::-webkit-scrollbar-thumb {
    border: 4px solid rgba(0,0,0,0);
    background-clip: padding-box;
    border-radius: 32px;
    background-color: #d6d6d6;
}

#list_product_image_thumb::-webkit-scrollbar-track {
    background: rgba(0,0,0,0);
}

#list_product_image_thumb::-webkit-scrollbar-thumb:hover {
    border: 2px solid rgba(0,0,0,0);
    background-color: #909090;
}

.productfull .text_zoom {
    padding-bottom: 5px;
    padding-top: 3px;
	display: none;
}
.productfull .text_zoom img {
    float: left;
    padding-right: 5px;
}
.productfull a.lightbox:hover{
    color:#000 !important;
}
.fielderror{
    background-color: #FDC055;
}
table.order_history td{
	padding-right:15px;
	padding-bottom:5px;
	padding-top:3px;
}
.myorders_total{
    padding-top: 30px;
    font-weight: bold;
}
table.myorders_block_info{
    margin-top:20px;
    width:98%;
}
.jshop .no_products_filter{
    padding-top: 15px;
}
.attributgr_name{
    font-weight: bold;
}
#table_shippings .shipping_descr{
	padding: 15px 0px 0px 0px;
}
#table_shippings .shipping_form{
    display: none;    
	padding: 15px 0px 20px 30px;
}
#table_shippings .shipping_form input{
	margin: 0px 6px 20px 0px;
}
#table_shippings .shipping_form_active{
    display: block;
}
.jshop .order_shipping_params {
    font-size: 11px;
    padding-top: 3px;
}

.bigbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
	background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:20px;
	font-weight:normal;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528009;
}.bigbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
	background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
	background-color:#77a809;
}.bigbutton:active {
	position:relative;
	top:1px;
}

.biggreenbutton ,a.biggreenbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:20px;
	font-weight:normal;
	padding:6px 24px;
	text-decoration:none;
}.biggreenbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}.biggreenbutton:active {
	position:relative;
	top:1px;
}

.smallgreenbutton ,a.smallgreenbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	padding:3px 12px;
	text-decoration:none;
}.smallgreenbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}.smallgreenbutton:active {
	position:relative;
	top:1px;
}

a.bigredbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:normal;
	padding:6px 9px;
	text-decoration:none;
}
.bigredbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}
.bigredbutton:active {
	position:relative;
	top:1px;
}

a.bigbluebutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #4a86e8;
	-webkit-box-shadow:inset 0px 1px 0px 0px #4a86e8;
	box-shadow:inset 0px 1px 0px 0px #4a86e8;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #699cfc), color-stop(1, #4a86e8) );
	background:-moz-linear-gradient( center top, #699cfc 5%, #4a86e8 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#699cfc', endColorstr='#4a86e8');
	background-color:#699cfc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:normal;
	padding:6px 9px;
	text-decoration:none;
	font-size:20px;
}
.bigbluebutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4a86e8), color-stop(1, #699cfc) );
	background:-moz-linear-gradient( center top, #4a86e8 5%, #699cfc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a86e8', endColorstr='#699cfc');
	background-color:#4a86e8;
    color:#eeeeee;

}
.bigbluebutton:active {
	position:relative;
	top:1px;
}
a.bigskybutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #6efffe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #6efffe;
	box-shadow:inset 0px 1px 0px 0px #6efffe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #699cfc), color-stop(1, #6efffe) );
	background:-moz-linear-gradient( center top, #699cfc 5%, #6efffe 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#699cfc', endColorstr='#6efffe');
	background-color:#699cfc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	color:#black;
	font-family:arial;
	font-size:14px;
	font-weight:normal;
	padding:6px 9px;
	text-decoration:none;
	font-size:20px;
}
.bigskybutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6efffe), color-stop(1, #699cfc) );
	background:-moz-linear-gradient( center top, #6efffe 5%, #699cfc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6efffe', endColorstr='#699cfc');
	background-color:#6efffe;
}
.bigskybutton:active {
	position:relative;
	top:1px;
}
.fade-row{
    max-height:60px;
    overflow:hidden;
    content: "";
    position:relative;
}
.fade-row:before {
    content:'';
    width:100%;
    height:100%;    
    position:absolute;
    left:0;
    top:0;
    background:linear-gradient(transparent 0px, white);
}

.product_blocks_lab2 {
    display: flex;
    flex-wrap: wrap;
	gap: 40px;
}
.product_block_lab2  {
    flex-basis: 250px;
}
td .product_name_container {
	display: flex;
	gap: 8px; 
}

h2.relatedincartheader {
	margin-top: 30px;
}

@media (max-width: 575px) {
	.jshop tr.jshop_prod_cart {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: 0;
	}
	.jshop tr.jshop_prod_cart td.product_name {
		width: 100%;
	}
	.jshop tr.jshop_prod_cart td {
		padding-left: 16px;
		padding-right: 16px;
		box-sizing: border-box;
	}
	
	.jshop tr.jshop_prod_cart td.cart_cost {
		flex-grow: 1;
	}
	.jshop.cart tr:first-child {
		display: none;
	}
	
	.jshop tr.jshop_prod_cart td.cart_qty {
		flex-grow: 1;
		text-align: right;
	}
	
	td.cart_item_cost {
		text-align: right;
	}
}


.product_info_image {
    width: 300px;
    max-width: 100%;
}

.product_info {
    display: flex;
    gap: 40px;
    padding-top: 32px;
    flex-wrap: wrap;
}

.jshop_img_block {
	display: flex;
	flex-direction: row-reverse;
	gap: 16px;
}

#products_set .jshop_list_product {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
	margin-top: 20px;
}
.product .price_block {
    display: flex;
    gap: 10px;
    align-items: center;
}