.shop2-block {
  /*margin:20px 0;
  width:220px;*/
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  text-align:left;
}
.shop2-block:first-child { margin-top:0; }
.shop2-block .block-title {
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  min-height:34px;
  position:relative;
  cursor:pointer;
}
.shop2-block .block-title span, .shop2-block .block-title strong { display:block; }
.shop2-block .block-title span {
  position:absolute;
  top:12px;
  right:20px;
  line-height:0;
  font-size:0;
  width:12px;
  height:12px;
  background:url(../arrows.png) no-repeat;
}
.shop2-block .block-title strong {
  padding:9px 42px 9px 20px;
  font-size:14px;
}
.shop2-block .block-title strong::-moz-selection {
  background:none;
  text-shadow:none;
}
.shop2-block .block-title strong::selection {
  background:none;
  text-shadow:none;
}
.shop2-block .block-body {
  padding:20px;
  display:none;
}
.shop2-block.opened .block-body { display:block; }
.shop2-block.login-form { background-color:#eee; }
.shop2-block.login-form input[type="text"], .shop2-block.login-form input[type="password"] {
  background:none transparent;
  vertical-align:top;
  border:none;
  padding:0;
  margin:0;
  font-size:13px;
  font-family:inherit;
}
.shop2-block.login-form .block-title {
  background-color:#f37442;
  background-image:-moz-linear-gradient(top,#f47f51,#f1632b);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#f47f51),to(#f1632b));
  background-image:-webkit-linear-gradient(top,#f47f51,#f1632b);
  background-image:-o-linear-gradient(top,#f47f51,#f1632b);
  background-image:linear-gradient(to bottom,#f47f51,#f1632b);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47f51', endColorstr='#f1632b', GradientType=0);
  color:#fff;
}
.shop2-block.login-form .block-title span { background-position:0 0; }
.shop2-block.login-form.opened .block-title span { background-position:-22px 0; }
.shop2-block.login-form .block-body {
  font-size:12px;
  padding:14px 20px;
  background-color:#eee;
}
.shop2-block.login-form .block-body a, .shop2-block.login-form .block-body span, .shop2-block.login-form .block-body strong {
  display:inline-block;
  vertical-align:middle;
  padding:0 1px;
}
.shop2-block.login-form .block-body p, .shop2-block.login-form .block-body div.row { margin:6px 0; }
.shop2-block.login-form .block-body div.row {
  overflow:hidden;
  font-size:13px;
}
.shop2-block.login-form .block-body label {
  display:block;
  padding:0 1px;
}
.shop2-block.login-form .block-body label.field {
  background:#fff url(../icons-user.png) no-repeat;
  border:1px solid #cecece;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  padding:0 6px 0 24px;
  overflow:hidden;
  height:23px;
}
.shop2-block.login-form .block-body label.field input {
  width:100%;
  padding:4px 0 3px;
}

.shop2-order-form small {
	font-size: 12px;
	color: #888;
}
.shop2-order-form label strong {
	font-size: 16px;
}
.shop2-order-form label input, .shop2-order-form textarea, .option-details input, .option-details textarea  {
	width: 280px;
	border-radius: 5px;
    padding: 7px 10px;
    margin-bottom: 5px;
    box-sizing: border-box;
    border: 1px solid #b5b5b5;
}

.shop2-order-form textarea, .option-details textarea  {
	max-width: 100%;
	min-width: 280px;
	min-height: 50px;
}
.shop2-order-options .option-type .option-details .option-item label>span {
	font-weight: 700;
	margin-bottom: 5px;
}
.shop2-block.login-form .block-body label.field.text { background-position:6px -26px; }
.shop2-block.login-form .block-body label.field.password { background-position:6px -58px; }
.shop2-block.login-form .block-body .signin-btn {
  float:right;
  display:inline;
  border:none;
  cursor:pointer;
  padding:4px 8px;
  margin:0 0 0 10px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#333333;
  background-color:#eeeeee;
  background-image:-moz-linear-gradient(top,#f8f8f8,#dfdfdf);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#f8f8f8),to(#dfdfdf));
  background-image:-webkit-linear-gradient(top,#f8f8f8,#dfdfdf);
  background-image:-o-linear-gradient(top,#f8f8f8,#dfdfdf);
  background-image:linear-gradient(to bottom,#f8f8f8,#dfdfdf);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#dfdfdf', GradientType=0);
  -webkit-box-shadow:#ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  -moz-box-shadow:#ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  box-shadow:#ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}
.shop2-block.login-form .block-body .signin-btn:hover {
  background-color:#f6f6f6;
  background-image:-moz-linear-gradient(top,#fbfbfb,#efefef);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbfbfb),to(#efefef));
  background-image:-webkit-linear-gradient(top,#fbfbfb,#efefef);
  background-image:-o-linear-gradient(top,#fbfbfb,#efefef);
  background-image:linear-gradient(to bottom,#fbfbfb,#efefef);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#efefef', GradientType=0);
}
.shop2-block.login-form .block-body .signin-btn:active {
  background-color:#e6e6e6;
  background-image:-moz-linear-gradient(top,#dedede,#f1f1f1);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#dedede),to(#f1f1f1));
  background-image:-webkit-linear-gradient(top,#dedede,#f1f1f1);
  background-image:-o-linear-gradient(top,#dedede,#f1f1f1);
  background-image:linear-gradient(to bottom,#dedede,#f1f1f1);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#f1f1f1', GradientType=0);
  -webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 1px 0 inset;
  -moz-box-shadow:rgba(0,0,0,0.2) 0 1px 1px 0 inset;
  box-shadow:rgba(0,0,0,0.2) 0 1px 1px 0 inset;
}
.shop2-block.login-form .block-body .user-name {
  font-size:14px;
  color:#333333;
  margin-right:10px;
  min-width:74px;
}
.shop2-block.login-form .block-body .settings {
  line-height:0;
  font-size:0;
  width:12px;
  height:12px;
  background:url(../icons-user.png) 0 0 no-repeat;
  text-decoration:none;
}
.shop2-block.login-form .block-body .register {
  color:#eb3c3c;
  margin-right:4px;
}
.shop2-block.login-form .block-body .my-orders {
  margin-right:10px;
  min-width:74px;
}
.shop2-block.cart-preview {
	text-transform: uppercase;
	padding: 15px;
    box-sizing: border-box;
	/*width: 220px; height: 106px;*/
	/*background: url(cart.png) no-repeat left top;*/
	background: linear-gradient(30deg, #0630c2, #2fd4f7);
	color: #fff;
	border-radius: 12px;
    border: 1px solid #ffffff;
    box-shadow: 0 0 3px 2px #8fcdf1;
}

.shop2_cart_total_amount {font: 12px Arial, Helvetica, sans-serif; padding:0 0 3px 0; display:block;}
.shop2_cart_total_amount strong {font: 20px Arial, Helvetica, sans-serif; padding: 0 0 0 4px;}
.shop2_cart_total_sum {font: 12px Arial, Helvetica, sans-serif; padding:13px 0 13px 0;}
.shop2_cart_total {font: 20px Arial, Helvetica, sans-serif; color:#fff; padding:0 0 0 6px; text-transform: none;}




.shop2-block.cart-preview .block-title {
  background-color:#ec4848;
  background-image:-moz-linear-gradient(top,#ed5151,#eb3c3c);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#ed5151),to(#eb3c3c));
  background-image:-webkit-linear-gradient(top,#ed5151,#eb3c3c);
  background-image:-o-linear-gradient(top,#ed5151,#eb3c3c);
  background-image:linear-gradient(to bottom,#ed5151,#eb3c3c);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed5151', endColorstr='#eb3c3c', GradientType=0);
  color:#fff;
}
.shop2-block.cart-preview .block-title span { background-position:0 0; }
.shop2-block.cart-preview.opened .block-title span { background-position:-22px 0; }
.shop2-block.cart-preview .block-body {
  font-size:12px;
  padding:10px 20px 14px;
  cursor:default;
}
.shop2-block.cart-preview .block-body p { margin:6px 0; }
.shop2-block.cart-preview .block-body span, .shop2-block.cart-preview .block-body strong { display:inline-block; }
.shop2-block.cart-preview .block-body span { min-width:60px; }
.shop2-block.cart-preview .block-body strong {
  font-size:18px;
  font-weight:normal;
  line-height:1;
}
.shop2-block.cart-preview .block-body div {
  font-weight:bold;
  font-size:14px;
  margin:6px 0;
}
.shop2-block.cart-preview .order-btn {
	display: block;
	background: url(cart-but.png) 0 0 no-repeat;
	width: 205px;
	height: 29px;
	margin-top:11px;
}

.shop2-block.cart-preview .order-btn:hover {
	filter: hue-rotate(45deg);
}

.shop2-block.search-form { background-color:#eee; }
.shop2-block.search-form .search-btn {
  border:none;
  cursor:pointer;
  padding:4px 8px;
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#333333;
  background-color:#eeeeee;
  background-image:-moz-linear-gradient(top,#f8f8f8,#dfdfdf);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#f8f8f8),to(#dfdfdf));
  background-image:-webkit-linear-gradient(top,#f8f8f8,#dfdfdf);
  background-image:-o-linear-gradient(top,#f8f8f8,#dfdfdf);
  background-image:linear-gradient(to bottom,#f8f8f8,#dfdfdf);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#dfdfdf', GradientType=0);
  -webkit-box-shadow:#ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  -moz-box-shadow:#ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  box-shadow:#ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}
.shop2-block.search-form .search-btn:hover {
  background-color:#f6f6f6;
  background-image:-moz-linear-gradient(top,#fbfbfb,#efefef);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbfbfb),to(#efefef));
  background-image:-webkit-linear-gradient(top,#fbfbfb,#efefef);
  background-image:-o-linear-gradient(top,#fbfbfb,#efefef);
  background-image:linear-gradient(to bottom,#fbfbfb,#efefef);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#efefef', GradientType=0);
}
.shop2-block.search-form .search-btn:active {
  background-color:#e6e6e6;
  background-image:-moz-linear-gradient(top,#dedede,#f1f1f1);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#dedede),to(#f1f1f1));
  background-image:-webkit-linear-gradient(top,#dedede,#f1f1f1);
  background-image:-o-linear-gradient(top,#dedede,#f1f1f1);
  background-image:linear-gradient(to bottom,#dedede,#f1f1f1);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#f1f1f1', GradientType=0);
  -webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 1px 0 inset;
  -moz-box-shadow:rgba(0,0,0,0.2) 0 1px 1px 0 inset;
  box-shadow:rgba(0,0,0,0.2) 0 1px 1px 0 inset;
}
.shop2-block.search-form .block-title {
  background-color:#cfcfcf;
  background-image:-moz-linear-gradient(top,#d1d1d1,#ccc);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#d1d1d1),to(#ccc));
  background-image:-webkit-linear-gradient(top,#d1d1d1,#ccc);
  background-image:-o-linear-gradient(top,#d1d1d1,#ccc);
  background-image:linear-gradient(to bottom,#d1d1d1,#ccc);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#cccccc', GradientType=0);
  color:#333333;
}
.shop2-block.search-form .block-title span { background-position:0 -22px; }
.shop2-block.search-form.opened .block-title span { background-position:-22px -22px; }
.shop2-block.search-form .block-body {
  font-size:13px;
  padding:8px 18px 10px;
  background-color:#fff;
  border:2px solid #eee;
  color:#333333;
}
.shop2-block.search-form .block-body div.row {
  margin:10px 0;
  overflow:hidden;
}
.shop2-block.search-form .block-body div.row select {
  width:100%;
  font-family:inherit;
  font-size:13px;
  cursor:pointer;
}
.shop2-block.search-form .block-body div.row input[type="text"] {
  width:97%;
  font-family:inherit;
  font-size:13px;
  text-align:left;
}
.shop2-block.search-form .block-body div.row input[type="text"].small { width:60px; }
.shop2-block.search-form .block-body div.row span { color:#a1a1a1; }
.shop2-block.search-form .block-body div.row-title, .shop2-blo.product-item-thumb .product-label div.product-newck.search-form .block-body label.row-title {
  display:block;
  padding-bottom:2px;
}
.shop2-group-kinds {margin: 15px 0;display: flex;flex-wrap: wrap;justify-content: space-between;}
@media(min-width: 959px) {
	.shop2-group-kinds {gap: 15px;}
}

.product-item-thumb {width: calc(25% - 15px);}
@media(max-width: 959px) {
	.product-item-thumb {width: calc(33% - 10px);}
}
@media(max-width: 659px) {
	.product-item-thumb{width: calc(50% - 5px);}
}
@media(max-width: 375px) {
	.product-item-thumb{width: 100%;}
}
.product-item-thumb .product-label {left: -15px;}
.product-item-thumb .product-label div.product-flag {border-radius: 0 5px 5px 0; padding: 2px 10px; text-align: left;}
.shop2-product .product-flag div {border-radius: 0 5px 5px 0;}
.shop2-product .product-flag {top: 15px;}
.product-item-thumb .product-label div.product-spec {background-color: #63c009; margin: 179px 0 0 1px; border-radius: 0 5px 5px 0; padding: 2px 10px;}
.product-item-thumb .product-label div.product-new {position: absolute; left:1px; background-color: #e01a1b; border-radius: 3px;}
.shop2-filter table.table-filter-param tr.type-text th, .shop2-filter table.table-filter-param tr.type-select th, .shop2-filter table.table-filter-param tr.type-text td, .shop2-filter table.table-filter-param tr.type-select td {color:#23415e;}
.shop2-filter table.table-filter-param th {color:#23415e;}
.shop2-filter a.param-val {color:#0089d0;}
.shop2-filter a.param-val.active-val {color:#fff; background-color: #63c009;}
.shop2-sorting-panel {background-color: #dcf1f5; color:#23415e;}
.shop2-sorting-panel .sorting .sort-param {color:#0089d0;}
.product-item-thumb .product-name a {color:#0089d0;}
.product-item-thumb .product-price .price-current {color:#024383;}
.product-item-thumb .product-price {width: fit-content;}
.product-item-thumb .product-amount .amount-title {width: 116px;}
.product-item-thumb {border: 1px solid #bcd7dc;}
.shop2-product {margin: 30px 0 15px 0; display: flex; justify-content: space-between;}
.shop2-product .product-side-r {overflow: unset; padding-left: 10px; max-width: 60%; width: 100%;}
.shop2-product .product-side-l {max-width: 40%; max-height: 100%; width: 100%;padding: 30px; margin-bottom: 0; display: flex;flex-direction: column; justify-content: space-around; border: 1px solid #bcd7dc; box-sizing: border-box;}
table.shop2-product-options th, table.shop2-product-options td {border-top: 1px solid #bcd7dc; text-align: right; padding-right: 2px;}
table.shop2-product-options th {color:#858e95; text-align: left;}
.product-side-r .shop2-product-options td {text-align: left;}
.product-item-thumb table.shop2-product-options tr.even a {color:#0088cc;}
.product-item-simple .product-name a {color:#0088cc;}
 table.shop2-product-options td a {color:#0088cc;}
.product-item-thumb .product-amount {border-top: 1px solid #bcd7dc;display: flex;align-items: center;justify-content: space-between;}
.product-item-thumb .product-bot {border-top: 1px solid #bcd7dc; flex-wrap: wrap; justify-content: space-between; display: flex; gap: 10px; align-items: center;}
.product-item-thumb .product-bot br {display: none;}
.product-item-thumb .product-bot a.shop2-btn.one-click-button {width: 100%; margin-top: 0;}
.shop2-filter .shop2-btn:hover {color:#303030;}
.shop2-order-options .option-type:first-child {border-top: 1px solid #bcd7dc;}
.shop2-order-options .option-type {border-bottom: 1px solid #bcd7dc;}
.shop2-btn:hover {color:#333;}
.shop2-filter .result {background-color: #43ac06;}
.shop2-filter .result .result-arrow {
line-height: 0;
font-size: 0;
width: 0;
height: 0;
position: absolute;
left: 100%;
top: 50%;
margin-top: -6px;
border-style: solid;
border-width: 6px 0 6px 5px;
border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #43ac06;
}
.product-item-thumb .product-image, .product-item-simple .product-image {width: auto;}
.product-list.product-list-thumbs {margin-right: 0; display: flex; display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 15px;}
.shop2-product .product-spec {background-color: #63c009;}
.shop2-product .product-image {max-width: 100%; width: auto; height: 100%;}
.shop2-product .form-add .product-price .price-current strong {color:#024383; font-size: 25px;}
.shop2-product .form-add .product-price .price-current {color:#024383; font-size: 22px;}
.shop2-product .form-add {border: 1px solid #bcd7dc; padding: 25px;}
.shop2-product .product-details {border: 1px solid #bcd7dc;padding: 25px;}
.shop2-product .product-details table.shop2-product-options td a {color:#0089d0;}
.shop2-product .product-details table.shop2-product-options th, .shop2-product .product-details table.shop2-product-options td {padding: 0px;}
.shop2-product-desc {background: #f3fdff; border-color:#cbe9ee; border-width:0 0 5px 0;padding: 15px;}
.shop2-product-desc img {max-width: 100%;}

.shop2-product-desc ol, .shop2-product-desc ul {padding: 0 0 0 17px;}
.shop2-product-tabs {display: flex;gap: 3px; flex-wrap: wrap;}
.shop2-product-tabs li {border:none;}
.shop2-product-tabs li.active-tab {background: #f3fdff;}
.shop2-product-tabs li a {color: #fff; background-color: #178fe8;border-radius: 6px;}
.shop2-product-tabs li.active-tab a {color: #fff; background-color: #69c40a; border-radius: 6px 6px 0;}
@media(min-width: 959px){
.shop2-product-tabs li a {color: #fff; background-color: #178fe8;border-radius: 6px; transition: transform .2s;transform: translatey(0px);}
.shop2-product-tabs li.active-tab a {color: #fff; background-color: #69c40a; border-radius: 6px 6px 0; transform: translatey(-5px); box-shadow: 3px 5px rgba(105,196,10,0.3);}
}

@media(min-width: 769px){
	.popupCart .shop2-kind-item {flex-direction: column;min-width: 25%;}
	.popupCart .shop2-group-kinds {justify-content: center;padding: 10px 0 0 0;}
	.popupCart .shop2-group-kinds:has(> :nth-child(4)) {justify-content: left;}
	.popupCart .shop2-kind-item .kind-details {padding: 15px 0 0 0;}
	.shop2-product-btn.type-2 {width: 70px;}
}

@media(max-width: 769px){
	.shop2-product .product-side-l {
		max-width: 100%;
		margin-bottom: 15px;
	}
	.shop2-product .product-side-r {
		max-width: 100%;
	}
	.shop2-product {
		flex-direction: column;
	}
	.product-list.product-list-thumbs {gap: 10px;}
	.shop2-product-desc img {float: none!important;}
}

@media(max-width: 375px){
	.shop2-product-btn.type-2 {
		width: 90px;
	}
}

@media(min-width: 1440px){
	.popupCart .shop2-kind-item {justify-content: left;}
}

@media(min-width: 1920px){
	.popupCart .shop2-kind-item {max-width: 20%;}
}


.popupCart .shop2-group-kinds {flex-wrap: nowrap;overflow: auto;margin: 15px 0 0 0;}
.popupCart .shop2-kind-item {width: auto;}

@media(max-width: 769px){
	.popupCart .shop2-group-kinds {
	    max-height: 360px;
	    flex-direction: column;
	}
}

.shop2-kind-item .kind-name a {color:#0089d0; text-decoration: none; font-size: 14px;}
.shop2-kind-item .kind-price .price-current {color:#024383;font-size: 16px;}
.shop2-kind-item .kind-price .price-current strong {font-size: 16px;}
.shop2-kind-item .kind-details {width: 100%;pointer-events: none;line-height: 1.3;}

.shop2-clear-container {display: none;}
.shop2-group-kinds + h4 {color:#024383;}
.shop2-product-data + h4 {color:#024383;}
table.shop2-product-options tr.odd {background-color: #ddf5fa;}
.shop2-product-desc .shop2-kind-item {margin-right: 0;}
.shop2-kind-item {border: 1px solid #bcd7dc; margin: 5px 0; display: flex; background: #fff; align-items: center; width: 100%;}
.shop2-kind-item .kind-image {min-width: 70px;}
@media(min-width: 959px) {.shop2-kind-item {max-width: calc(30% - 1px);}}
.shop2-kind-item {margin: 0; transform: translateY(0px);transition: transform .3s;}
.shop2-kind-item:not(:last-child) {margin-right: 0;}
.shop2-kind-item:hover {box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);transform: translateY(-5px);will-change: transform; cursor: pointer;}
table.shop2-product-params tr.even {background-color: #eeeeee;}
.shop2-product-tags {background-color: #ddf3f7;}
.shop2-product-tabs li {background-color: #e8f4f6;}
table.shop2-product-params td {color:#666464;}
table.shop2-cart-table th {background-color: #1179df;}
table.shop2-cart-table td.cart-product .cart-product-name a {color:#0089d0;}
table.shop2-cart-total th, table.shop2-cart-total td {border-bottom: 1px solid #bcd7dc;}
table.shop2-cart-table td {border-bottom: 1px solid #bcd7dc;}
.shop2-coupon {background-color: #d8eff4;}
.shop2-coupon .coupon-arrow {
line-height: 0;
font-size: 0;
width: 0;
height: 0;
position: absolute;
left: 100%;
top: 50%;
margin-top: -20px;
border-style: solid;
border-width: 20px 0 20px 12px;
border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #d8eff4;
}
.shop2-cart-registration table.table-registration td.cell-l {background-color: #d8eff4;}
.shop2-cart-registration table.table-registration td.cell-r {background-color: #eefcff;}
.shop2-cart-registration table.table-registration td.cell-r p a {color:#0089d0;}
.shop2-cart-registration table.table-registration td.cell-r p + p a {color:#303030;}
.shop2-order-options .option-type.active-type {background-color: #d8eff4;}

.shop2-product-actions dt span.icon-action {
background: url(icons-actions.png) 0 -39px no-repeat; }

.product-item-thumb .product-price .price-old.question {
background: url(question-price.png) 100% 6px no-repeat;
}

.shop2-product-actions dt {background: url(hatching.png) 0 0 repeat;
cursor: pointer;}

.shop2-product-discount-desc {
display: none;
z-index: 1000;
position: absolute;
overflow: hidden;
width: 200px;
padding: 4px 14px;
border: none;
background-color: #fafcfd;
-webkit-box-shadow: none;
-moz-box-shadow:none;
box-shadow:none;
text-align: left;
line-height: 17px;
font-size: 12px;
color: #494949;
}

.shop2-product-actions dd {
display: none;
z-index: 1000;
position: absolute;
overflow: hidden;
width: 220px;
padding: 4px 24px 4px 14px;
border:0;
background-color: #fafcfd;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
text-align: left;
color: #494949;
}
.shop2-product-btn span {background: url(icons-btn.png) no-repeat;}
.shop2-product-actions dd .close-desc-action {
background: url(close-discount-desc.png) 0 0 no-repeat;}


.shop2-product-btn {
border: 0;
padding: 0;
margin: 0;
font-family: inherit;
font-size: 13px;
color: #333;
cursor: pointer;
background-color: #92da0e;
background-image: -moz-linear-gradient(top,#bff312,#69c40a);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#bff312),to(#69c40a));
background-image: -webkit-linear-gradient(top,#bff312,#69c40a);
background-image: -o-linear-gradient(top,#bff312,#69c40a);
background-image: linear-gradient(to bottom,#bff312,#69c40a);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bff312',endColorstr='#69c40a',GradientType=0);
-webkit-box-shadow: #69c40a 1px 1px 0 inset,#69c40a -1px -1px 0 inset,#69c40a -1px 1px 0 inset,#69c40a 1px -1px 0 inset;
-moz-box-shadow: #69c40a 1px 1px 0 inset,#69c40a -1px -1px 0 inset,#69c40a -1px 1px 0 inset,#69c40a 1px -1px 0 inset;
box-shadow: #69c40a 1px 1px 0 inset,#69c40a -1px -1px 0 inset,#69c40a -1px 1px 0 inset,#69c40a 1px -1px 0 inset;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
vertical-align: middle;
}

.shop2-product-btn:hover {
background-color: #a6e210;
background-image: -moz-linear-gradient(top,#ccf414,#75ca0b);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#ccf414),to(#75ca0b));
background-image: -webkit-linear-gradient(top,#ccf414,#75ca0b);
background-image: -o-linear-gradient(top,#ccf414,#75ca0b);
background-image: linear-gradient(to bottom,#ccf414,#75ca0b);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccf414',endColorstr='#75ca0b',GradientType=0);
}

.shop2-product-btn:active {
background-color: #92d80e;
background-image: -moz-linear-gradient(top,#6dbf0a,#b6e912);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#6dbf0a),to(#b6e912));
background-image: -webkit-linear-gradient(top,#6dbf0a,#b6e912);
background-image: -o-linear-gradient(top,#6dbf0a,#b6e912);
background-image: linear-gradient(to bottom,#6dbf0a,#b6e912);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6dbf0a',endColorstr='#b6e912',GradientType=0);
-webkit-box-shadow: #6aaf1a 0 1px 1px 0 inset;
-moz-box-shadow: #6aaf1a 0 1px 1px 0 inset;
box-shadow: #6aaf1a 0 1px 1px 0 inset;
}

.shop2-product-btn.disabled, .shop2-product-btn.disabled:hover, .shop2-product-btn.disabled:active, .shop2-product-btn.notavailable, .shop2-product-btn.notavailable:hover, .shop2-product-btn.notavailable:active {
-webkit-box-shadow: #EEE 0 0 0 inset;
-moz-box-shadow: #eee 0 0 0 inset;
box-shadow: #EEE 0 0 0 inset;
background: none #eeeeee;
cursor: default;
}
.shop2-product-btn.type-3.buy span {color:#343434;}

.shop2-product-navigation .shop2-btn {
	background: rgba(0, 0, 0, 0) linear-gradient(rgb(55, 174, 238) 0%, rgb(17, 121, 223) 100%) repeat scroll 0% 0% / auto padding-box border-box;
	color: rgb(255, 255, 255);
	box-shadow: none;
	font-family: Verdana, sans-serif;
	border-color: rgb(60, 161, 236);
	padding: 7px 19px;
}

.shop2-product-navigation .shop2-btn:hover {
	background: rgba(0, 0, 0, 0) linear-gradient(245deg, rgb(55, 174, 238) 0%, rgb(17, 121, 223) 100%) repeat scroll 0% 0% / auto padding-box border-box;
}

@media (max-width: 479.99px){
	.shop2-product-btn.type-3 {
		width: 100%;
		text-align: center;
	}
	.shop2-product-btn.type-3 span {
		padding-left: 0;
	}
	.shop2-product-btn.type-3.buy span {
		background-position: 30% 0;
	}
	.shop2-product .form-add .product-price {
		margin: 5px 0px;
	}
	
	.shop2-product .form-add .product-amount {
		margin: 5px 0 15px;
	}
	.shop2-product .form-add .product-price {
		min-width: auto;
	}
	
}

@media (max-width: 320px){
	.shop2-product-btn.type-3.buy span {
		background-position: 23% 0;
	}
}

.shop2-pricelist .th {background-color: #1179df;}
.shop2-pricelist .product-name a {color:#0088cc;}
.shop2-pricelist table.shop2-product-options tr.odd, .shop2-pricelist table.shop2-product-options tr.even a {color:#0088cc;}
.product-item-simple {border: 1px solid #bcd7dc;}
.product-item-simple .product-side-r {border-left: 1px solid #bcd7dc;}
.shop2-pricelist .td {border-bottom: 1px solid #bcd7dc;}
.shop2-order-form label {max-width: 470px;}
.shop2-warning {
overflow: hidden;
padding: 14px 30px 14px 100px;
border: 1px solid #bdbdbd;
background: #fafcfd url("/g/shop2v2/default/images/warning-icon.png") 24px 14px no-repeat;
-webkit-box-shadow: #e9e9e9 0 1px 0 inset,rgba(0, 0, 0, 0.45) 0 2px 6px;
-moz-box-shadow: #e9e9e9 0 1px 0 inset,rgba(0,0,0,0.45) 0 2px 6px;
box-shadow: #e9e9e9 0 1px 0 inset,rgba(0, 0, 0, 0.45) 0 2px 6px;
text-align: left;
font-size: 13px;
color: #494949;
margin: 1em 0;
min-height: 58px;
}
.product-item-thumb .shop2-product-actions dt {
border-top: 1px solid #bcd7dc;
}

table.shop2-product-params a.file, table.shop2-product-options a.file a {color:#3d9ad3; text-decoration:underline;}
table.shop2-product-params a.file, table.shop2-product-options a.file:hover a:hover {color:#3d9ad3; text-decoration:none;}
.shop2-kind-item table.shop2-product-params tr:first-child th, .shop2-kind-item table.shop2-product-params tr:first-child td a {color:#3d9ad3; text-decoration:underline;}
.shop2-kind-item table.shop2-product-params tr:first-child th, .shop2-kind-item table.shop2-product-params tr:first-child td a:hover  {color:#3d9ad3; text-decoration:none;}


#shop2-msg {
display: none;
z-index: 1000;
position: fixed;
overflow: hidden;
width: 200px;
padding: 7px 15px;
border-radius: 6px;
border: 0 solid #E1C893;
background-color: #fafcfd;
-webkit-box-shadow: #e7fbff 0 1px 0 inset,rgba(0, 0, 0, 0.45) 0 2px 6px;
-moz-box-shadow: #e7fbff 0 1px 0 inset,rgba(0,0,0,0.45) 0 2px 6px;
box-shadow: #e7fbff 0 1px 0 inset,rgba(0, 0, 0, 0.45) 0 2px 6px;
text-align: left;
line-height: 17px;
font-size: 16px;
color: #494949;
left: 50%!important;
top: 50%!important;
width: auto;
}

.cart-box{
  position:fixed;
  top:35px;
  right:10px;
  z-index:1100;
}