html,body{height:100%;margin:0;padding:0;}
body{font-family:Arial, Verdana, sans-serif!important; font-size:14px;}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {border:0;padding:0;margin:0;}
a{border:none;outline:none;}
img{border:0;}
input[type=text],input[type=password]{border:1px solid #C5C17C;padding:4px 10px;box-shadow:inset 0 1px 2px #E7E7E7;margin:0;}
input[type=text],input[type=password], textarea, select {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
}
input[type="submit"], button[type="submit"]{cursor:pointer;}
input[type=text]:focus,input[type=password]:focus, textarea:focus, select:focus {
  box-shadow: 0 0 5px #C5C17C;
}
table {border-collapse: collapse; border-spacing: 0;}

.clear{clear:both;height:0px;}
.wrapper{min-height:100%;background:url(../images/bg.png);}
.fancybox-overlay{background:url(../images/fancy-bg.png)!important;}
.fancybox-skin{border:2px solid #999999!important;}
.container{width:980px;margin:0 auto;min-height:100%;padding:0 0 50px 0;}

.logo-block{float:left;margin:20px 0 0 0;}
.logo-block h2 {margin:20px 0 0 0;}
.logo-block h2 a{color:#fff;font-size:34px;font-weight:normal;text-decoration:none;}
.logo-block h2 span{font-weight:bold;text-transform:uppercase;}

.d1{float:left;margin:30px 0 0 0;}
.d2{float:left;margin:30px 0 0 150px;}
.d3{float:left;margin:30px 0 0 0;}
.d4{float:left;margin:30px 0 0 0;}

.search-block .fastResult{position:absolute;width:337px;max-height:300px;overflow:auto;background:#fff;z-index:66;top:100%;left:6px;border:1px solid #CDCDCD;box-shadow:0 0 8px #C4C4C4;padding:3px;display:none;}
.search-block .fast-result-list li{display:block;white-space: nowrap;}
.search-block .fast-result-list li:hover{background-color:#EFEFEF;}
.search-block .fast-result-list li span{font-size:12px;margin: 10px 10px 10px 0;display: inline-block;}
.search-block .fast-result-img{width:40px;height:40px;float:left;margin:0 10px 0 0;}
.search-block .fast-result-img img{width:100%;}
.search-block .fast-result-list li a{font-size:12px;color:#333;display:block;}
.header{height:200px;}

.header .auth{float:left;margin: 40px 0 0 10px;color:#000000;font-size:12px;text-shadow: 0 1px 1px #3d5778;}
.header .auth a{color:#000000;font-size:12px;}

.header .header-inner{position: relative;width: 980px;margin: 0 auto;}
.header .header-inner .social{list-style:none;margin:0;padding:0;float:left;margin:10px 0 0 20px;}
.header .header-inner .social li{float:left;background:#3D5778;border-radius:50px;box-shadow:0 1px 1px #90abcd;
-webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}
.header .header-inner .enter-wrapper{position:absolute;right:40px;bottom:90px;border-radius:5px;border:1px solid #ff3333;overflow:hidden;}
.header .header-inner .enter-wrapper a{font-size:11px;font-weight:bold;text-transform:uppercase;display:block;padding:6px 10px 5px 25px;text-decoration:none;}
.header .header-inner .enter-wrapper .enter{background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 65%, #999999 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(65%,#ffffff), color-stop(100%,#999999));
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 65%,#999999 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 65%,#999999 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 65%,#999999 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 65%,#999999 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#999999',GradientType=0 );
border-bottom:1px solid #ff3333;
}
.header .header-inner .enter-wrapper .enter a{color:#000000;background:url(../images/lock.png) 8px 4px no-repeat;text-shadow:0 1px 1px #fff;}
.header .header-inner .enter-wrapper .register {background: #999999;
background: -moz-linear-gradient(top,  #999999 0%, #999999 78%, #999999 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(78%,#999999), color-stop(100%,#999999));
background: -webkit-linear-gradient(top,  #999999 0%,#999999 78%,#999999 100%);
background: -o-linear-gradient(top,  #999999 0%,#999999 78%,#999999 100%);
background: -ms-linear-gradient(top,  #999999 0%,#999999 78%,#999999 100%);
background: linear-gradient(to bottom,  #999999 0%,#999999 78%,#999999 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 );
}
.header .header-inner .enter-wrapper .register a{color:#ffffff;text-shadow:0 1px 1px rgba(255,255,255,0.65);background:url(../images/pancil.png) 5px 4px no-repeat;}

.header .header-inner .social li + li{margin: 0 0 0 5px;}
.header .header-inner .social li a{display:block;width:30px;height:30px;}
.header .header-inner .social li:hover{background:#52BFBC}
.header .header-inner .social li a.fb{background:url(../images/fb.png) center center no-repeat;}
.header .header-inner .social li a.tw{background:url(../images/tw.png) center center no-repeat;}
.header .header-inner .social li a.vk{background:url(../images/vk.png) center center no-repeat;}
.header .header-inner .social li a.gplus{background:url(../images/gplus.png) center center no-repeat;}
.header .header-inner .phone{float:left;color:#000000;font-size:20px;text-shadow: 0 1px 1px #3d5778;padding: 40px 0 0 15px;}
.search-block{width:418px;margin: 2px auto 0;padding: 9px 5px 0 5px;box-shadow:inset 0 1px 0 #1b8c8c;-moz-box-shadow:inset 0 1px 0 #1b8c8c;-webkit-box-shadow:inset 0 1px 0 #1b8c8c;border-radius: 3px 3px 0 0;-moz-border-radius: 3px 3px 0 0;-webkit-border-radius: 3px 3px 0 0;background: url(../images/bg.png);position:relative;}
.search-block input[type="text"]{padding: 4px 85px 4px 10px;width: 320px;}
.search-button{border:none;background:none;position:absolute;right:6px;top:9px;margin:0;padding:0;background: #ffc6b9;
background: -moz-linear-gradient(top,  #ffc6b9 0%, #fe6847 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc6b9), color-stop(100%,#fe6847));
background: -webkit-linear-gradient(top,  #ffc6b9 0%,#fe6847 100%);
background: -o-linear-gradient(top,  #ffc6b9 0%,#fe6847 100%);
background: -ms-linear-gradient(top,  #ffc6b9 0%,#fe6847 100%);
background: linear-gradient(to bottom,  #ffc6b9 0%,#fe6847 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc6b9', endColorstr='#fe6847',GradientType=0 );}
.search-button span{background:url(../images/search-btn.png) 52px 4px no-repeat;display:inline-block;border:1px solid #E8360F;text-transform:uppercase;font-size:11px;font-weight:bold;color:#901c03;padding:7px 30px 6px 6px;line-height:11px;}
.top-menu-list {margin:0 0 0 200px;float:left;list-style:none;padding:0;}
.prop-val{word-break:break-all;}
.prop-position{margin:5px 0;}
.top-menu-list{display:inline-block;}
.top-menu-list > li{float:left;position:relative;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
-webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;}
.top-menu-list > li > a{display:block;padding:10px;text-decoration:none;font-size:13px;font-weight:bold;text-transform:uppercase;color:#f1f1f1;text-shadow:0 1px 2px rgba(9, 105, 105, 0.75);border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.top-menu-list > li:last-child a{border-right:none;}
.top-menu-list > li:hover, .top-menu-list  .active-menu-item{background: rgba(0,0,0,0.2);box-shadow:inset 0 1px 1px rgba(0,0,0,0.3);}

.top-menu-list li .sub_menu > li{float:none;}
.top-menu-list li.slider > a{padding-right: 25px;background: url(../images/cat-white-arrow.png) right center no-repeat;}
.top-menu-list > li:hover > .sub_menu, .sub_menu > li:hover > .sub_menu{display:block!important;}
.top-menu-list li .sub_menu{box-shadow:inset 0 5px 2px -2px rgba(0,0,0,0.2);-moz-box-shadow:inset 0 5px 2px -2px rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 5px 2px -2px rgba(0,0,0,0.2);list-style:none;padding:0;margin:0;position:absolute;left:0;top:100%;z-index:99;background:#5A7497;min-width:150px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;padding:5px 0;}
.top-menu-list li .sub_menu > li > a{font-size:14px;display:block;color:#fff;text-decoration:none;white-space:nowrap;padding:10px;border-right:none;
-webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;}
  .top-menu-list li .sub_menu > li + li a{border-top: 1px solid #7293BE;}
.top-menu-list li .sub_menu > li > a:hover{text-decoration:none;background:#4CBEBE;}
.top-menu-list li .sub_menu  > li:last-child > a{border-bottom:none;}
.top-menu-list li:hover .sub_menu{display:block!important;}

.cart{position:absolute;right:360px;top:50px;z-index:99;border:1px solid transparent;border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;}
.cart-list{margin:0;padding:0;list-style:none;}
.cart-inner{cursor:pointer;border:1px solid #881C04;border-radius:25px;z-index:56;position:relative;padding: 0 10px 0 35px;height:24px;line-height:23px;
background: #f17b61;
background: -moz-linear-gradient(top,  #f17b61 0%, #d74525 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f17b61), color-stop(100%,#d74525));
background: -webkit-linear-gradient(top,  #f17b61 0%,#d74525 100%);
background: -o-linear-gradient(top,  #f17b61 0%,#d74525 100%);
background: -ms-linear-gradient(top,  #f17b61 0%,#d74525 100%);
background: linear-gradient(to bottom,  #f17b61 0%,#d74525 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f17b61', endColorstr='#d74525',GradientType=0 );

}
.small-cart-icon{display:block;position:absolute;width:15px;height:15px;background:url(../images/cart.png) 0px 0px no-repeat;top:4px;left:10px;}
.cart-list li{font-size:13px;color:#fff;font-weight:bold;text-shadow:0 2px 2px rgba(254,148,124,0.75)}

/*Превью корзины*/
.small-cart{border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;width:300px;position:absolute;right:0;top:100%;display:none;z-index:1;border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;
box-shadow:0 0 9px rgba(0, 0, 0, 0.5);-moz-box-shadow:0 0 9px rgba(0, 0, 0, 0.5);-webkit-box-shadow:0 0 9px rgba(0, 0, 0, 0.5);}
.small-cart-inner{padding:10px;background:#fff;border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;}
.small-cart-inner .scollop{height:16px;position:absolute;bottom:-12px;left:0;right:0;background:url(../images/cart-bg.png);}
.small-cart h2{font-size:14px;color:#FE6847;padding:0 0 10px 0;border-bottom:1px solid #ddd;margin:0;}
.small-cart-list{margin:0;padding:0;list-style:none;}
.small-cart-list li a{color:#333;font-size:12px;text-decoration:none;}
.small-cart-list li a:hover{text-decoration:underline;}
.small-cart-list .property{color:#000;font-size:10px;text-decoration:none;text-align:left;line-height:9px;display:block}
.qty{color:#A4A3A3;font-size:12px;margin:5px 0 0 0;}
.qty span, .total-sum span{color:#E60D15;font-weight:bold;}
.small-cart-img a{display:block;width:50px;}
.small-cart-img a img{width:100%;}
.small-cart-table tr td{vertical-align:top;}
.small-cart-table .small-cart-remove{vertical-align:middle;}
.small-cart-table tr {display:inline-block;padding:6px 0;border-bottom:1px solid #ddd;}
.small-cart-name{padding:0 10px;width:240px;}
.small-cart-remove a{display:block;width:10px;height:10px;color:#000;font-size:12px;text-decoration:none;line-height:8px;}
.checkount-buttons a{margin:5px 0;display:block;text-align:center;-webkit-transition: all 0.20s ease-in-out;-moz-transition: all 0.20s ease-in-out;-ms-transition: all 0.20s ease-in-out; -o-transition: all 0.20s ease-in-out;font-size:12px;padding:10px 15px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background:#FD5300;
text-transform:uppercase;text-decoration:none;font-weight:bold;border:1px solid #374B6C;color:#ffffff;
background: #FD5300;
background: -moz-linear-gradient(top,  #FD5300 0%, #FD5300 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FD5300), color-stop(100%,#FD5300));
background: -webkit-linear-gradient(top,  #FD5300 0%,#FD5300 100%);
background: -o-linear-gradient(top,  #FD5300 0%,#FD5300 100%);
background: -ms-linear-gradient(top,  #FD5300 0%,#FD5300 100%);
background: linear-gradient(to bottom,  #FD5300 0%,#FD5300 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FD5300', endColorstr='#FD5300',GradientType=0 );
}

.total{color:#000;font-size:12px;text-align:right;list-style:none;padding:0;margin:0;}
.total li{margin:10px 0 0 0;}
.total li.total-sum{margin:15px 0;}

.big-slider{height:400px; border:1px solid #CDCDCD;border-radius:5px;margin:20px 0 0 0;background-color:#fff;position:relative;}
.big-slider-inner{height:400px;padding:0 0 11px 0;}
.big-slider a img{border-radius:5px;width:998px;}
.pagination {position:absolute;left:455px;bottom:5px;}
.pagination li{float:left;margin:0 2px;}
.pagination li a{display:inline-block;width:10px;height:10px;text-indent:-999999px;background:url(../images/dot.png) 0px 0px no-repeat;}
.pagination .current a{background-position:0 -10px;}

.left-block{width:234px;margin:25px 0 0 0;float:left;}
.left-block .menu-block{background:#fff;border:2px solid #999999;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;padding:15px 0;}
.left-block .menu-block .custom-title{margin:0;position:relative;font-size:20px;line-height:32px;text-align:center;color:#fff;font-weight:normal;background:url(../images/title-bg.png) right center no-repeat;height:41px;}
.left-block .news-block{margin: 25px 0 0 0;}
.left-block .news-block .img-block{border:0px solid #999999;background:#fff;width:56px;height:56px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;float:left;margin: 0 10px 0 0;}
.left-block .news-block .img-block img{max-width:100%;height:60px;}
.left-block .news-block  .desc-link{display:block;font-size:12px;text-decoration:none;color:#707070;overflow:hidden;margin:0 0 10px 0;}
.left-block .news-block  .desc-link:hover{text-decoration:underline;color:#fe6847;}
.left-block .news-block  .news-block-unit{padding:10px 0;}
.left-block .news-block  .news-block-unit + .news-block-unit{border-top:1px solid #999999;}
.cat-list{border-top:1px solid #fff;margin:0;padding:0;list-style:none;}
.cat-list  > li > a{font-size:12px;color:#000;text-decoration:none;display:block;padding:5px 20px 5px 25px;background:url(../images/list-arrow.png) 7px 10px no-repeat;}
.cat-list > li{position:relative;border-top:1px solid transparent;border-bottom:1px solid transparent;}
.cat-list .sub_menu{list-style:none;padding:0;margin:0!important;}
.cat-list > li:hover > .sub_menu, .sub_menu > li:hover > .sub_menu{display:block!important;}
.cat-list li.active-menu{background: url(../images/cat-arrow.png) right center no-repeat;}
.cat-list li.active-menu a, .cat-list  > li > a:hover{color:#fe6847;}
.cat-list li.active-menu:hover{background:url(../images/cat-arrow.png) right center no-repeat;}
.cat-list li .sub_menu{position:absolute;left:100%;top:0;z-index:99;background:#fff;min-width:150px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;border:2px solid #999999;}
.cat-list > li:hover{text-decoration:none;}
.cat-list .sub_menu > li {position:relative;}
.cat-list .sub_menu > li > a{font-size:12px;display:block;color:#000;text-decoration:none;white-space:nowrap;padding:5px;}
.cat-list .sub_menu > li > a:hover{text-decoration:underline;}

.center{width:690px;float:right;margin:25px 0 20px 0;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;padding:10px;min-height:300px;background:#fff;border:2px solid #999999;}
.category-title, .center > h2, .news-block h2, .m-p-new-products-title, .m-p-recommended-products-title, .m-p-sale-products-title{font-size:20px;font-weight:normal;margin: 0 0 15px 0;color:#707070;padding: 0 0 0 30px;background:url(../images/title-dot.png) left center no-repeat;}
.product-wrapper{width:192px;background:#fff;float:left;margin:0 5px 20px 5px;padding:10px;border:1px solid transparent;position:relative;border:2px solid #999999;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.product-wrapper .buy-container .hidder-element{display:block;}
.products-wrapper{padding:0 0 50px 0;position:relative;}
.products-wrapper .mg-pager{position:absolute;bottom:5px;right:0;}
.product-wrapper:hover .addToCart, .product-wrapper:hover .product-info{display:block;}
.product-image{height:180px;text-align:center;}
.product-image a{display:block;height:100%;}
.product-image a img{max-width:100%;max-height:100%;}
.product-name a{color:#444;font-size:12px;text-decoration:none;}
.product-name{margin:10px 0;font-weight:bold;}
.product-name a:hover{text-decoration:underline;}
.product-buy:hover, .product-details:hover {text-decoration:underline;}
.product-wrapper .product-price{width:auto;color:#228281;font-weight:bold;font-size:12px;display:block;margin: 0 0 10px 0;}
.product-wrapper .product-price span{font-size:12px;color:#707070;font-weight:normal;}
.product-wrapper .addToCart, .product-wrapper .product-info, .btn, .default-btn{display:block;text-decoration:none;padding:5px 10px;text-align:center;color:#fe6847;font-size:10px;font-weight:bold;text-transform:uppercase;outline:none;
background: #fffffd;
background: -moz-linear-gradient(top,  #fffffd 0%, #f3f1cf 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffffd), color-stop(100%,#f3f1cf));
background: -webkit-linear-gradient(top,  #fffffd 0%,#f3f1cf 100%);
background: -o-linear-gradient(top,  #fffffd 0%,#f3f1cf 100%);
background: -ms-linear-gradient(top,  #fffffd 0%,#f3f1cf 100%);
background: linear-gradient(to bottom,  #fffffd 0%,#f3f1cf 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffd', endColorstr='#f3f1cf',GradientType=0 );
border-radius:23px;
-moz-border-radius:23px;
-webkit-border-radius:23px;
border:1px solid #666666;
}
.default-btn{display:inline-block;}
.payment-form-block .btn{display: block;width:auto;}
.addToCart:hover{text-decoration:none;}
.product-wrapper .addToCart:hover, .buy-container .hidder-element .buy-product:hover, .checkount-buttons a + a:hover, .default-btn:hover, .product-info:hover, .btn:hover{background:#f3f1cf;}
.product-wrapper .addToCart:active, .buy-container .hidder-element .buy-product:active, .checkount-buttons a + a:active, .default-btn:active, .product-info:active, .btn:active{border:1px solid #B8B8B8;box-shadow:inset 0 0 9px rgba(0,0,0,0.3);-moz-box-shadow:inset 0 0 9px rgba(0,0,0,0.3);-webkit-box-shadow:inset 0 0 9px rgba(0,0,0,0.3);}

/*Результаты поиска*/
.search-results .product-wrapper{width:auto;float:none;margin:20px 11px 0px 12px;}
.search-results .product-image{float:left;height:145px;width:145px;margin:0 20px 0 0;}
.search-results .product-name{text-align:left;font-weight:bold;margin:0 0 10px 0;}
.search-results .product-desc{font-size:14px;margin:0 0 25px 0;}
.search-results .product-info, .search-results .addToCart{margin:0 0 0 175px;}

.h-footer{height:100px;}
.footer{background:url(../images/footer-bg.png) top center repeat-x;}
.footer-inner{height:100px;width:995px;margin:-100px auto 0;color:#ffffff;}
.copyright{font-size:14px;float:left;margin:40px 0 0 25px;}
.powered{float:right;font-size:14px;padding:40px 130px 0 20px;position:relative;}
.powered a{color:#38B0E3;text-decoration:none;position:absolute;top:35px;right:35px;}
.powered a:hover{text-decoration:underline;}

/*Пагинация*/
.mg-pager{float:right;margin:20px 0 0 0;}
.center .allPages{font-size:12px;color:#444444;float:left;margin:13px 15px 0 0;}
.mg-pager ul{float:right;margin:7px 0 0 0;list-style:none;padding:0;}
.mg-pager ul li{float:left;margin:0 0 0 5px;}
.mg-pager ul li a{font-size:12px;display:block;padding:6px 10px;color:#fff;border:1px solid #000000;background: #3D5778;text-decoration:none;border-radius:50px;-moz-border-radius:50px;-webkit-border-radius:50px;
-webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;}
.mg-pager ul li a:hover, .mg-pager ul li a.active{background:#49BFBF;box-shadow:inset 0 2px 3px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 2px 3px rgba(0,0,0,0.1);-webkit-box-shadow:inset 0 2px 3px rgba(0,0,0,0.1);border:1px solid #3D5778;}

.cart-table{width:100%;background-color:#fff;margin:0 0 20px 0;}
.cart-table tr th{padding:10px;color:#000;font-size:12px;font-weight:bold;border:1px solid #CDCDCD;
background: #e6f3f3;
background: -moz-linear-gradient(top,  #e6f3f3 0%, #e6f3f3 65%, #add6d6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f3f3), color-stop(65%,#e6f3f3), color-stop(100%,#add6d6));
background: -webkit-linear-gradient(top,  #e6f3f3 0%,#e6f3f3 65%,#add6d6 100%);
background: -o-linear-gradient(top,  #e6f3f3 0%,#e6f3f3 65%,#add6d6 100%);
background: -ms-linear-gradient(top,  #e6f3f3 0%,#e6f3f3 65%,#add6d6 100%);
background: linear-gradient(to bottom,  #e6f3f3 0%,#e6f3f3 65%,#add6d6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f3f3', endColorstr='#add6d6',GradientType=0 );
}
.cart-table tr td{padding:10px;font-size:14px;vertical-align:top;border:1px solid #CDCDCD;}
.cart-table tr td strong{color:#E60D15;}
.qty-field{width:120px;}
.delete-btn{background:url(../images/delete.png) no-repeat;width:16px;height:16px;display:block;float:right;}
.refresh{display:inline-block;width:16px;height:16px;background:url(../images/refresh.png) no-repeat;border:none;}
.checkout{float:right;}
.refresh{float:left;}

/*Карточка товара*/
.product-details-block{margin:10px 0 0 0;}
.bread-crumbs{margin:0 0 15px 0;font-size:12px;}
.bread-crumbs a{font-size:12px;text-decoration: none;color: #000;}
.bread-crumbs a:hover{text-decoration: underline;}
.bread-crumbs .last-crumb{font-weight: bold;}
.product-status{width:365px;float:right;}
.product-title{font-family:Verdana, Tahoma, sans-serif;font-size:18px;color:#000;font-weight:400;text-decoration:none;}
.product-status-list{font-size:12px;margin:10px 0 0 0;padding:0;list-style:none;}
.product-status-list li{margin:0 0 5px 0;color:#777;}
.label-black{color:#000;}
.label-article{color:#000;}
.price{font-size:16px;color:#000;font-weight:bold;}
.old-price{font-size:16px;color:red;font-weight:bold;text-decoration: line-through;}
.buy-block{width:100%;margin:15px 0 0 0;}
.amount_change .up, .amount_change .down  { display:inline-block; text-align:center;font-weight:bold;line-height:26px;position:absolute;top:0;
width:27px;height:27px;color:#444;text-decoration:none;border-radius:5px;border:1px solid #3D5778;background: #49BFBF;color:#fff;
-webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;}
.amount_change .up{right:0;}
.amount_change .down{left:0;}
.amount_change .up:hover, .amount_change .down:hover{background:#3D5778;border:1px solid #49BFBF;}
.amount_change{float:left;}
.amount_input{width:50px;height:19px;padding:4px;float:left;margin:0 5px 0 0;border:1px solid #CDCDCD;outline:none;}
.cart_form{float:left;margin:17px 0 0 10px;width:104px;position:relative;padding:0 0 0 32px;}
.property-form .qty-text{float:left;font-size:12px;color:#000;margin:24px 0 0 0px;}
.product-details-block .buy-container .buy-product{width:150px;height:17px; margin:37px 0 0 50px;display:block;text-align:center;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background:#627C9F;padding:10px 10px;
text-transform:uppercase;text-decoration:none;font-weight:bold;border:1px solid #374B6C;color:#ffffff;
background: #FD5300;
background: -moz-linear-gradient(top,  #FD5300 0%, #FD5300 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FD5300), color-stop(100%,#FD5300));
background: -webkit-linear-gradient(top,  #FD5300 0%,#FD5300 100%);
background: -o-linear-gradient(top,  #FD5300 0%,#FD5300 100%);
background: -ms-linear-gradient(top,  #FD5300 0%,#FD5300 100%);
background: linear-gradient(to bottom,  #FD5300 0%,#FD5300 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FD5300', endColorstr='#FD5300',GradientType=0 );}
.product-details-block .buy-container .buy-product:hover{background: #FD5300;
background: -moz-linear-gradient(top,  #FD5300 0%, #FD5300 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FD5300), color-stop(100%,#FD5300));
background: -webkit-linear-gradient(top,  #FD5300 0%,#577194 100%);
background: -o-linear-gradient(top,  #FD5300 0%,#FD5300 100%);
background: -ms-linear-gradient(top,  #FD5300 0%,#FD5300 100%);
background: linear-gradient(to bottom,  #FD5300 0%,#FD5300 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FD5300', endColorstr='#FD5300',GradientType=0 );}
.product-details-block .buy-container .buy-product:active{box-shadow:none;border:1px solid #374B6C;;}
.product-details-wrapper{margin:40px 0 0 0;}
.product-details-title{font-size:14px;font-weight:bold;}
.product-details-desc{font-size:12px;color:#333;line-height: 18px;margin:0 0 10px 0;}
.product-title{margin:0;}
.buy-container .hidder-element{display:inline-block;}
.buy-container .hidder-element + .hidder-element{display:block;}

.user-login{margin:50px 0 0 0;}
.create-user-account-form{margin:5px 0 0 0;}
.create-account-btn{display:inline-block;margin:10px 0 0 0;}
.user-login .enter-btn{display:inline-block;margin:0 0 0 10px;}
.create-user-account h2, .user-login h2, .create-user-account-form h2{font-size:14px;color:#000;font-weight:bold;}
.custom-text{color:#333;font-size:14px;line-height:20px;margin:10px 0 0 0;}
.checkout-btn, .send-btn, .save-btn, .register-btn {float:right;margin:0 0 20px 0;}
.close-order-btn, #close-order-successbtn{float:right;margin:10px 0;color:#000;font-size:12px;}
.forgot-link{font-size:12px;color:#333;}
.forgot-link:hover{text-decoration:none;}
.normal-text{font-weight:normal;font-size:14px;color:#000;}
.form-list {font-size:12px;font-weight:bold;color:#444;margin:15px 0 0 0;padding:0;list-style:none;}
.form-list li input{height:19px;width:260px;padding:4px;margin:5px 0 10px 0;}
.address-area{border:1px solid #C5C17C;padding:4px;width:260px;min-height:80px;resize:none;outline:none;margin:5px 0 10px 0;}
.center .change-pass-title{font-size:18px;margin:20px 0;}
.red-star{color:red;}
.green-color{color:#0AA347;}
.payment-option .custom-text{margin:0px;}
.payment-option .form-list{float:left;}
.delivery-vs-payment{float:left;margin: 15px 0 0 80px;}
.delivery-details-list{margin:0 0 30px 0;padding:0;list-style:none;}
.payment-details-list{margin:0;padding:0;list-style:none;}
.payment-details-list li, .delivery-details-list li{font-size:12px;color:#444;margin:0 0 10px 0;}
.delivery-text{margin:0 0 10px 0;font-size:12px;font-weight:bold;}
.payment-form-block{font-size:14px;line-height:24px;}

/*Хлебные крошки*/
.breadcrumbs{height:20px;}
.bread-list a{font-size:11px;color:#000;text-decoration:none;text-transform:uppercase;}
.bread-list a:hover{text-decoration:underline;}

.order-status{float:right;}
.order-status strong{color:#CC0000;}
.order-number{font-size:14px;}
.orderDate{color:#CC0000;}
.order-close-text{margin:18px 0 0 0;font-size:16px;text-align:center;}
.successful-closure a{text-decoration:none;}
.status-table{width:100%;font-size:14px;margin:25px 0 0 0;}
.status-table th{border-bottom:2px solid #CDCDCD;font-weight:bold;padding:0 0 10px 0;text-align:left;}
.status-table tr td{padding:10px 0 0 0;}
.status-table tr td a{color:#333;}
.status-table tr td a:hover{text-decoration:none;}
.order-history{padding:10px;background-color:#F3F3F3;margin:0 0 20px 0;border:1px solid #ddd;}
.order-total{float:right;}
.order-settings{float:left;margin:40px 0 0 0;}
.total-list{margin:25px 0 0 0;list-style: none;padding: 0;}
.total-list li{font-size:12px;font-weight:bold;margin:0 0 5px 0;}
.total-list li span{font-weight:normal;}
.close-order{cursor: pointer;background:url(../images/delete.png) left center no-repeat;padding:0 0 0 20px;border:none;margin:5px 10px;}
.close-order:hover{text-decoration:underline;}
.close-order-form{margin:40px 0 0 0;}
.close-reason-wrapper{display:none;width:400px;} 
.successful-closure{width:400px;}
.successful-closure, .close-reason-wrapper .close-order{display:none;}
.succes-img{width:48px;height:48px;background:url(../images/success.png);position:absolute;top:7px;left:30px;}
#successModal{position:relative;}
.reason-text{width:100%;padding:5px;border:1px solid #CDCDCD;resize:none;min-height:60px;border-radius:5px;margin:5px 0 0 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;outline:none;}

.error-message, .successReg{margin:0 10px 10px 10px;font-weight:bold;font-size:14px;color:#05A847;}
.successSend{font-weight:bold;font-size:14px;color:#05A847;}
.close-order-text{font-size:14px;}
.errorSend, .fail-text{margin:0 10px 10px 10px;font-size:14px;color:#E60D15;text-align:center;}
.msgError{display:inline-block;margin:0 0 5px 0;font-size:14px;color:#E60D15;line-height:20px;}
.msgError span{display:block;}
.restore-pass .fail-text{margin-left:0px!important;}

.empty-cart-block{text-align:center;padding-bottom:50px;}
.empty-cart-text{font-size:16px;}
.restore-pass .form-list{float:left;}
.restore-pass .enter-btn{float:none;position:relative;top:20px;left:20px;}

.zoom{width:32px;height:32px;background:url(../images/zoom.png);position:absolute;right:10px;bottom:10px;display:none;z-index: 5555;}


/*Табы личного кабинета*/
.center .personal-tabs-list{margin:20px 0 0 0;border-bottom:1px solid #3D5778;padding:0 0 0 10px;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;}
.center .personal-tabs-list li{display:inline-block;position:relative;top:1px;}
.center .personal-tabs-list li a{outline:none;text-decoration:none;border-top:1px solid #49BFBF;border-left:1px solid #49BFBF;border-right:1px solid #49BFBF;border-radius:5px 5px 0 0;display:block;padding:5px 10px;font-size:14px;color:#fff;background: #3D5778;}
.center .personal-tabs-list li a:hover{background:#49BFBF;}
.center .personal-tabs-list .ui-state-active a{background:#49BFBF;border:1px solid #3D5778;}

/*Описание категории в каталоге*/
.cat-desc{line-height:18px;color:#444;font-size:14px;}

.loader{width:15px;height:15px;background:url(../images/loader.gif);}

.slider .slider_btn {
	display:none;
	position:absolute;
	margin: 4px -10px;
	width:20px;
	height:18px;
	cursor: pointer;
	background:url(../images/plus-minus.gif) 0px -18px no-repeat;
}
.disabled-btn{opacity:0.4;filter: alpha(opacity=40) ;}
.property-form p{color:#777;font-size:12px;margin:0 0 5px 0;}
/*Слайдер в карточке товаров*/
.product-slides > .bx-wrapper{width:300px;height:300px;border:1px solid #CDCDCD;text-align:center;background:#fff;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.product-slides > .bx-wrapper img{width: 300px; height: 300px;}
.product-slides{float:left;}
.product-slides .slides-slider{margin:15px 0 0 0;position:relative;}
.product-details-block .product-slides .slides-slider .bx-wrapper .bx-viewport{height:62px!important;}
.slides-slider .slides-item{width:60px;height:60px;float:left;display:block;border:1px solid #CDCDCD;text-align:center;background:#fff;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;overflow:hidden;}
.slides-slider .slides-item img{width:60px;height:60px;}
.main-product-slide{list-style:none;margin:0;padding:0;}
.main-product-slide li{position:relative;height:300px;}
.main-product-slide li a{display:block;}
.main-product-slide li:hover .zoom{display:block;}
.slides-slider .active-item, .slides-slider .slides-item.active{border:1px solid #3D5778;}
.slides-slider .bx-prev,.slides-slider .bx-next{display:block;width:20px;height:20px;text-indent:-999999px;position:absolute;background:url(../images/second-controls.png);top:29px;}
.slides-slider .bx-next{right:5px;background-position:-20px 0;}
.slides-slider .bx-next:hover{right:5px;background-position:-20px -20px;}
.slides-slider .bx-prev{left:5px;}
.slides-slider .bx-prev:hover{background-position:0 -20px;}

.prop-name{font-size:12px;color:#808080;}

.top-menu{display:inline-block;margin: 20px 0 0 5px;background-color:#999999; width:970px; height:36px;border: 2px solid #ff3333;border-radius: 10px;}
.m-p-slider-wrapper{height:300px;width:980px;border:2px solid #999999;margin:15px 0 0 0;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;position:relative;overflow:hidden;}
.m-p-slider-wrapper .bx-wrapper .bx-next,.m-p-slider-wrapper .bx-wrapper .bx-prev{display:block;position:absolute;top:135px;margin:0 5px;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;text-indent:-999999px;width:44px;height:44px;background:url(../images/large-controls.png) 0 0 no-repeat;}
.m-p-slider-wrapper .bx-wrapper .bx-next{background-position:-44px 0;right:10px;}
.m-p-slider-wrapper .bx-wrapper .bx-prev{left:10px;}
.m-p-slider-wrapper .bx-wrapper .bx-prev:hover{background-position:0 -44px;}
.m-p-slider-wrapper .bx-wrapper .bx-next:hover{background-position:-44px -44px;}
.m-p-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a{display:block;margin:0 2px;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;text-indent:-999999px;width:10px;height:10px;background:#ddd;border:1px solid #999898;}
.m-p-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active{background:#CC0000;border:1px solid #F43D3D;}
.m-p-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager{text-align:center;margin-top:-27px;position:relative;z-index:10;}
.m-p-slider-wrapper .bx-wrapper .bx-pager .bx-pager-item{display:inline-block;}

/*Слайдер товаров на главной странице, новинки, рекомендуемые, распродажа*/
.m-p-products-slider{position:relative;}
.m-p-products-slider .product-wrapper .product-name{height: auto;}
.m-p-recommended-products{margin:30px 0;}
.m-p-products-slider .bx-viewport{height:320px!important;}
.m-p-products-slider-start .product-wrapper{margin:20px 0;}
.m-p-products-slider .bx-prev, .m-p-products-slider .bx-next{position:absolute;top:-42px;width:30px;height:30px;display:block;background:url(../images/second-controls2.png) 0 0 no-repeat;text-indent:-999999px;}
.m-p-products-slider .bx-prev:hover{background-position:0 -30px;}
.m-p-products-slider .bx-prev{left:160px;}
.m-p-products-slider .bx-next{background-position:-30px 0;left:195px;}
.m-p-products-slider .bx-next:hover{background-position:-30px -30px;}
.m-p-recommended-products .m-p-products-slider .bx-prev{left:270px;}
.m-p-recommended-products .m-p-products-slider .bx-next{left:305px;}

.cart-table .action-list{list-style:none;display:inline-block;margin: 0 0 0 10px;padding:0;}
.cart-table .action-list li{margin:0;padding:0;float:left;}
.fast-result-list{margin:0;padding:0;}
.variant-row input[type="text"]{color:#000;}
.block-variants {margin:20px 0 0 0;padding:0;}
.block-variants .varian-price {margin:0 0 0 20px;padding:0;}
.product-wrapper .block-variants {font-size:11px;}
.reminfo, .rem-info{color:red;}
.reminfo2, .rem-info{color:black;}
.mobile-menu-toggler{display:none;}
.product-details-block .product-slides{position:relative;}
.sticker-recommend, .sticker-new{width:80px;height:81px;position: absolute;z-index: 55;}
.sticker-recommend{top:-3px;right:-3px;background: url(../images/recommend-sticker.png);}
.sticker-new{top:-3px;left:-3px;background: url(../images/new-sticker.png);}
.products-wrapper .product-wrapper .property-form .block-variants{display: none;}
.block-variants .varian-price{
 font-weight: bold;
}

.block-variants label{
display: block;
margin: 0 0 5px 0;
}

.block-variants .reminfo{
display: block;
margin: 0 0 5px 0;
}



















