@charset "utf-8";

/*
RB HTML5 Framework v5
-----------------------------------
Layout v1.0
-----------------------------------
Author:Ruslan B. (r.beygulenko GAVGAV gmail.com)
Last modified:28.02.2016
License: CC BY-NC 3.0 (http://creativecommons.org/licenses/by-nc/3.0/)
*/

/* layout */
.layout{max-width:1898px;margin:0 auto;border:1px solid #E8E8E8;border-top:0px}
.col2-left-layout .sidebar{position:relative;width:295px;float:left}
.col2-left-layout .content{margin-left:295px;border-left:1px solid #E8E8E8}

/* header */
#header{position:relative;border-bottom:1px solid #E8E8E8;font-size:12px;color:#949494}
/*#header .col,#footer .copyrights-wrap .col{overflow:hidden;position:relative;padding:0 18px;height:74px;padding-top:30px;float:left;border-right:1px solid #E8E8E8}*/
#header {width:100%;display:flex;flex-flow:wrap;
}
#header .logo, #header .links, #header .cols-wrap {display:flex; }
#header .logo, #header .links {flex-direction: column;justify-content: center;}
#header .col {position:relative;padding:0 18px;border-right:1px solid #E8E8E8}
#header .logo {width:10%;} 
#header .logo img {display:inline-block;}
#header .links{position:relative;font-weight:700;text-transform:uppercase;width:37%;}
#header .links ul{margin:0px}
#header .links li{margin:4px 13px;float:left}
#header .links li a{transition:all 0.2s;text-decoration:none;color:#000000}
#header .links li a:hover{text-decoration:underline}
#header .links li a.selected,#header .links li a:hover{color:#313131}
#header .cols-wrap {width:53%; }
#header .cols-wrap .col {width:25%;display:flex;flex-direction: column;justify-content: center;;height:74px;float:left;} 
#header .cols-wrap .logo2 {display:none;}
#header .email a {display:inline-block;position:relative;text-transform:uppercase;color:#323232;font-weight:700}
#header .email a:before {display:inline-block;margin:0 10px -10px 0;background:url(sprite.png) no-repeat left top;width:24px;height:24px;content:''}
#header .email span{display:block;color:#323232;display:block;padding-left:35px;font-size:11pt}
#header .phone-wrap{font-size:20px;font-weight:700;color:#323232}
#header .phone-wrap .phone:before{content:'';background:url(sprite.png) no-repeat left -26px;width:24px;height:24px;display:inline-block;margin:0 10px -5px 0}
#header .cart{text-align:left;overflow:visible;border-right:0px;/*margin-right:50px;border-right:1px solid #E8E8E8;*/padding-right:0px;float:right;padding-left:74px;font-size:13px;color:#A3A3A3}
#header .cart:before{content:'';width:28px;height:24px;position:absolute;left:24px;top:50%;margin-top:-10px;background:url(sprite.png) no-repeat left -52px}
#header .cart .cart-link {text-decoration:none}
#header .cart .cart-link .i{background:#C00D39;display:block;position:absolute;left:40px;top:20px;width:16px;height:16px;z-index:2;border-radius:100%;text-align:center;line-height:16px;font-size:11px;color:#FFF}
#header .cart .cart-link .t{margin-bottom:1px;display:block;font-weight:700;font-size:14px;text-transform:uppercase;color:#525252}
#header .cart .cart-link span{color:#D64570}
#header .cart .cart-link .t span{color:#525252}
#header .cart:hover .cart-link .t{color:#000}
#header .search{padding:0px 14px 0 40px}
#header .search span{display:block;background:url(sprite.png) no-repeat -27px top;width:16px;height:16px;content:'';position:absolute;left:16px;top:50%;margin-top:-8px}
#header .search input[type=text]{border:0px;box-shadow:none;padding:0px;font-weight: 700;width:100%;height:74px;line-height:74px}
#header .search input[type=submit]{display:none}
#header .mobile-cb{display:block;font-size:11px;font-weight:400;padding-left:40px}
#header .cart .cart-dd {animation:fadeInDown 0.3s;display:none;border:1px solid #E8E8E8;border-right:0px;border-top:0px;padding:20px;z-index:991;position:absolute;right:0px;top:74px;width:291px;background:#fff;}
#header .cart .cart-dd .items .item {padding-right:15px;position:relative;border-bottom:1px solid #E8E8E8;padding-bottom:10px;margin-bottom:10px;}
#header .cart .cart-dd .items .item .img {text-align:center;width:35%;float:left;padding-right:15px;}
#header .cart .cart-dd .items .item .img img {max-width:100%;}
#header .cart .cart-dd .items .item .desc {width:65%;float:left;}
#header .cart .cart-dd .items .item .count span {color:#333;}
#header .cart .cart-dd .items .item .desc .t {font-weight:700;text-transform:uppercase;margin-bottom:5px;}
#header .cart .cart-dd .items .item .desc .del {position:absolute;font-size:16px;font-weight:700;right:0px;top:0px;cursor:pointer;color:#C00D39;}
#header .cart .cart-dd .buttons .button {width:100%;}
#header .cart .cart-dd .buttons p {margin:0px;padding:2px 0;}
#header .cart:hover .cart-dd {display:block;}
#header.fixed {z-index:999;left:0px;right:0px;background:#fff;border-bottom:0px solid #ccc; box-shadow:0 0 15px rgba(0,0,0,0.6); animation:fadeIn 0.5s;position:fixed;height:auto; }
.m-header-wrap {display:none;}




/* logo */
.logo-wrap{padding:50px 0;border-bottom:1px solid #E8E8E8}
.logo-wrap .logo{text-decoration:none;text-align:center;font-size:11px;color:#626262;width:148px;margin:0 auto;display:block}
.logo-wrap .logo .i{-webkit-transform: translateZ(0);margin-bottom:10px;background:url(logo.png) no-repeat left top;height:36px;display:block}
.logo-wrap .logo .t{transition:all 0.3s;padding-top:8px;border-top:1px solid #E7E7E7;display:block}
.logo-wrap .logo:hover .t{color:#AC0036;border-color:#AC0036}

/* cataog */
.catalog{margin-bottom:28px;position:relative;text-transform:uppercase;font-size:13px;font-weight:700}
.catalog .l{cursor:pointer;transition:all 0.3s;position:relative;border-bottom:1px solid #E8E8E8;display:none;background:#FBFBFB;padding:13px 55px} 
.catalog .l:after{position:absolute;right:29px;top:20px;content:'';width:8px;height:4px;background:url(sprite.png) no-repeat -35px -49px}
.catalog:hover .l{background:#C00D3A;color:#FFF}
.catalog:hover .l:after{background-position:-35px -56px}
.catalog>ul{margin-bottom:0px}
.catalog>ul>li{position:relative;border-bottom:1px solid #E8E8E8}
.catalog>ul>li>a{text-decoration:none;padding:12px 35px;display:block;position:relative;color:#323232}
.catalog>ul>li>a:hover,.catalog>ul>li:hover>a,.catalog>ul>li.active>a{transition:all 0.2s;color:#fff;background:#c00d3a}
.catalog>ul>li.hs>a:after{display:block;width:4px;height:8px;background:url(sprite.png) no-repeat -38px -38px;content:'';position:absolute;top:17px;right:30px}
.catalog>ul>li.hs>a:before{animation:fadeInLeft 0.3s;display:none;content:'';position:absolute;right:-5px;width:0;height:0;border-style:solid;border-width:7.5px 0 7.5px 5px;border-color:transparent transparent transparent #c00d3a;z-index:10;top:14px}
.catalog>ul>li.hs>a:hover:before,.catalog>ul>li.hs:hover>a:before{display:block}
.catalog>ul>li.hs:hover>a:after,.catalog>ul>li.hs:hover>a:hover:after,.catalog>ul>li.hs.active>a:after{background-position:-31px -38px}
.sidebar .bl{padding-left:35px;padding-right:15px;}
.sidebar .bl img {max-width:100%;}
.catalog>ul>li .sub{opacity:0;visibility:hidden;transition:all 0.3s;font-size:14px;padding:40px;position:absolute;left:100%;top:0px;width:319px;border:1px solid #E8E8E8;background:#FFF;z-index:2}
.catalog>ul>li .sub .t{font-size:14px}
.catalog>ul>li .sub ul li{font-size:14px;text-transform:none;font-weight:400;padding-top:26px}
.catalog>ul>li .sub ul li a{color:#6C6C6C}
.catalog>ul>li .sub ul li a:hover,.catalog ul li .sub ul li a.active{text-decoration:underline;color:#c00d3a}
.catalog>ul>li:hover>.sub{opacity:1;visibility:visible}
.catalog-inner .l{display:block}
.catalog-inner>ul{box-shadow:0 0 8px rgba(0,0,0,0.1);animation:fadeInDown 0.3s;position:absolute;left:1px;top:44px;width:100%;z-index:9;background:#FFF;display:none}
.catalog-inner:hover>ul{border-right:1px solid #E8E8E8;display:block}
.catalog-inner>ul>li .sub{top:-214px}

.catalog>ul>li .sub-static {padding:10px 30px 0px 55px;opacity:1;visibility:visible;transition:none;position:relative;left:auto;top:auto;width:auto;border:0px;}
.catalog>ul>li .sub-static .t {display:none;}
.catalog>ul>li .sub-static ul li {padding:10px 0;}

/* OWL Carousel */
.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}
.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}
.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px);transform:translate3d(0px,0px,0px)}
.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-loaded{display:block}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel .owl-refresh .owl-item{display:none}
.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}
.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.no-js .owl-carousel{display:block}
.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url("owl.video.play.png") no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}
.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1}

/* swipebox */
html.swipebox-html.swipebox-touch{overflow:hidden !important}
#swipebox-overlay img{border:none !important}
#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999 !important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
#swipebox-container{position:relative;width:100%;height:100%}
#swipebox-slider{-webkit-transition:-webkit-transform 0.4s ease;transition:transform 0.4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer}
#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block}
#swipebox-slider .slide:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}
#swipebox-slider .slide img,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide .swipebox-inline-container{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}
#swipebox-slider .slide .swipebox-video-container{background:none;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box}
#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100% !important;height:100% !important;position:absolute;top:0;left:0}
#swipebox-slider .slide-loading{background:url(loader.gif) no-repeat center center}
#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:0.5s;transition:0.5s;position:absolute;left:0;z-index:999;height:50px;width:100%}
#swipebox-bottom-bar{bottom:-50px}
#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}
#swipebox-top-bar{top:-50px}
#swipebox-top-bar.visible-bars{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}
#swipebox-title{display:block;width:100%;text-align:center}
#swipebox-prev,#swipebox-next,#swipebox-close{background-image:url(icons.png);background-repeat:no-repeat;border:none !important;text-decoration:none !important;cursor:pointer;width:50px;height:50px;top:0}
#swipebox-arrows{display:block;margin:0 auto;width:100%;height:50px}
#swipebox-prev{background-position:-32px 13px;float:left}
#swipebox-next{background-position:-78px 13px;float:right}
#swipebox-close{top:0;right:0;position:absolute;z-index:9999;background-position:15px 12px}
.swipebox-no-close-button #swipebox-close{display:none}
#swipebox-prev.disabled,#swipebox-next.disabled{opacity:0.3}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring 0.3s;animation:rightSpring 0.3s}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring 0.3s;animation:leftSpring 0.3s}
.swipebox-touch #swipebox-container:before,.swipebox-touch #swipebox-container:after{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}
.swipebox-touch #swipebox-container:before{left:0;-webkit-box-shadow:inset 10px 0px 10px -8px #656565;box-shadow:inset 10px 0px 10px -8px #656565}
.swipebox-touch #swipebox-container:after{right:0;-webkit-box-shadow:inset -10px 0px 10px -8px #656565;box-shadow:inset -10px 0px 10px -8px #656565}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before{opacity:1}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}
@-webkit-keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}
@keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}
@-webkit-keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}
@keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}
@media screen and (min-width:800px){
	#swipebox-close{right:10px}
	#swipebox-arrows{width:92%;max-width:800px}
}
#swipebox-overlay{background:#0d0d0d}
#swipebox-bottom-bar,#swipebox-top-bar{text-shadow:1px 1px 1px black;background:#000;opacity:0.95}
#swipebox-top-bar{color:white !important;font-size:15px;line-height:43px;font-family:Helvetica,Arial,sans-serif}

/* fancybox */
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding:0;margin:0;border:0;outline:none;vertical-align:top}
.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}
.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
.fancybox-opened{z-index:8030}
.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0, 0, 0, 0.5);-moz-box-shadow:0 10px 25px rgba(0, 0, 0, 0.5);box-shadow:0 10px 25px rgba(0, 0, 0, 0.5)}
.fancybox-outer,.fancybox-inner{position:relative}
.fancybox-inner{overflow:hidden}
.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}
.fancybox-error{color:#444;font:14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;margin:0;padding:15px;white-space:nowrap}
.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%}
.fancybox-image{max-width:100%;max-height:100%}
#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(fancybox_sprite.png)}
#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:0.8;cursor:pointer;z-index:8060}
#fancybox-loading div{width:44px;height:44px;background:url(fancybox_loading.gif) center center no-repeat}
.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}
.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url(blank.gif);-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040}
.fancybox-prev{left:0}
.fancybox-next{right:0}
.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}
.fancybox-prev span{left:10px;background-position:0 -36px}
.fancybox-next span{right:10px;background-position:0 -72px}
.fancybox-nav:hover span{visibility:visible}
.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible !important}
.fancybox-lock{overflow:hidden !important;width:auto}
.fancybox-lock body{overflow:hidden !important}
.fancybox-lock-test{overflow-y:hidden !important}
.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url(fancybox_overlay.png)}
.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}
.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}
.fancybox-title{visibility:hidden;font:normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;position:relative;text-shadow:none;z-index:8050}
.fancybox-opened .fancybox-title{visibility:visible}
.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}
.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0, 0, 0, 0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:bold;line-height:24px;white-space:nowrap}
.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}
.fancybox-title-inside-wrap{padding-top:10px}
.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0, 0, 0,.8)}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),  only screen and (min--moz-device-pixel-ratio:1.5),  only screen and (min-device-pixel-ratio:1.5){
#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(fancybox_sprite_2x.png);background-size:44px 152px}
#fancybox-loading div{background-image:url(fancybox_loading_2x.gif);background-size:24px 24px}
}

/* index banners */
.banners{clear:both}
.banners .item{position:relative;background-repeat:no-repeat;background-position:center center;background-size:cover;height:363px;text-decoration:none;display:block;padding:42px 48px;color:#FFF;font-weight:700;text-transform:uppercase}
.banners .item span{display:block}
.banners .item .i-title{padding-right:16px;font-size:21px;line-height:24px;margin-bottom:15px; text-shadow:2px 2px 2px #000000}
.banners .item .i-subtitle{font-size:16px;line-height:21px;font-weight:600; text-shadow:1px 1px 1px #000000}
.banners .item .button{position:absolute;background:rgba(169,3,36,0.58);bottom:54px;border-color:#FFF;color:#FFF; text-shadow:1px 1px 1px #000000}
.banners .item:hover .button{border-color:#c00d39;background-color:#c00d39}
ff003f
/* labels */
.labels{display:block;position:absolute;right:0px;z-index:2;}
.labels span{min-width:50px;height:28px;padding-left:17px;padding-right:10px;font-size:14px;font-weight:700;display:block;float:right;clear:both;margin-bottom:5px;background:url(sprite.png) no-repeat left -363px;text-align:center;line-height:28px;color:#FFF;text-decoration:none}
.labels span.l-new{background-position:left -398px}
.labels span.l-utsenka{background-position:left -458px}

/* products grid */

.products-list .product{position:relative}
.products-list .product,.subcollections-list .item{transition:box-shadow 0.3s;padding:0 20px 20px 20px;float:left;width:19.9%;border:1px solid #E8E8E8;border-left:0px;margin-bottom:-1px}
.products-list .product .img{border-bottom:1px solid #E8E8E8;cursor:pointer;margin-bottom:18px;text-align:center;display:block;height:230px;line-height:230px}
.products-list .product .img img{max-height:90%;max-width:100%}
.products-list .product .img .labels{top:15px;}
.products-list .product .h2{margin-bottom:10px;font-size:14px;font-weight:700}
.products-list .product .h2 a{color:#383636;text-decoration:none}
.products-list .product .h2 a:hover{text-decoration:underline} 
.products-list .product .details{font-size:14px;height:95px;overflow:hidden;padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid #E8E8E8}
.products-list .product .button{float:left} 
.products-list .product .buy-wrap{height:32px;overflow:hidden}
.products-list .product .price-wrap.new{color:#888;font-size:12px;float:left}
.products-list .product .price-wrap{color:#888;font-size:12px;float:right}
.products-list .product .price-wrap .price,.products-list .product .price-wrap del{float:right;line-height:32px}
.products-list .product .price-wrap .price{font-size:14px;color:#242424;font-weight:700}
.products-list .product .price-wrap .price span{font-size:16px;color:#000000;font-weight:400}
.products-list .product .price-wrap del{font-size:14px;color:#C00D39;padding-left:5px;padding-right:5px;margin-right:8px}
.products-list .product:hover,.subcollections-list .item:hover{z-index:2;box-shadow:0 0 14px rgba(0,0,0,0.2)}
.products-list .product .extra-options {display: block;}

.products-wrap .products-list {padding-right:294px;}
.products-wrap .products-sidebar {float:right;margin-left:-100%;width:295px}
.products-wrap .products-list .product {width:25%}




/* collections grid */
.subcollections-list .item{color:#383636;text-decoration:none}
.subcollections-list .item,.subcollections-list .item span{text-align:center;display:block}
.subcollections-list .item .img{height:160px;line-height:160px}
.subcollections-list .item .img img{max-width:90%;max-height:90%;font-size:0px}
.subcollections-list .item .title{height:36px;overflow:hidden}
.subcollections-list .item:hover{color:#C00D39;text-decoration:underline}

/* triggers block */
.triggers{margin-top:-1px;border-top:1px solid #E8E8E8;clear:both;font-size:16px;color:#7E7E7E;line-height:18px;display:table;height:174px}
.triggers .item{vertical-align:middle;display:table-cell;position:relative;width:20%;padding:47px 0 47px 144px}
.triggers .item span{display:block;text-align:center;line-height:92px;transition:all 0.3s;width:82px;height:82px;border-radius:100%;background-color:#D8D8D8;content:'';position:absolute;left:47px;top:50%;margin-top:-41px}
.triggers .item span:before{content:'';display:inline-block;background:url(sprite.png) no-repeat left top}
.triggers .item:nth-child(1) span:before{width:36px;height:22px;background-position:left -85px}
.triggers .item:nth-child(2) span,.triggers .item:nth-child(4) span,.triggers .item:nth-child(5) span{line-height:98px}
.triggers .item:nth-child(3) span{line-height:105px}
.triggers .item:nth-child(2) span:before{width:28px;height:27px;background-position:left -112px}
.triggers .item:nth-child(3) span:before{width:34px;height:34px;background-position:left -144px}
.triggers .item:nth-child(4) span:before{width:36px;height:23px;background-position:left -184px}
.triggers .item:nth-child(5) span:before{width:32px;height:30px;background-position:left -215px}
.triggers .item:hover{color:#555555}
.triggers .item:hover span{background-color:#C00D39}

/* default tabs */
.tabs-group .tabs-links{padding:18px 22px;font-weight:700;font-size:13px;text-transform:uppercase}
.tabs-group .tabs-links span,.p-detail-links li{position:relative;padding:4px 0;border-bottom:2px solid #fff;cursor:pointer;color:#767676;margin-right:20px;float:left;display:block}
.tabs-group .tabs-links span:after,.p-detail-links li:after{display:none;content:'';width:15px;height:9px;position:absolute;left:0;right:0;margin:0 auto;background:url(sprite.png) no-repeat 0 -250px;bottom:-6px}
.tabs-group .tabs-links span.active,.p-detail-links li.active{color:#323232;border-color:#000}
.tabs-group .tabs-links span.active:after,.p-detail-links li.active:after{display:block}
.tabs-group .tabs-content .tab{display:none}
.index-tabs{margin-bottom:1px;}

/* widgets */
.bl{padding-bottom:30px;margin-bottom:30px;border-bottom:1px solid #E8E8E8}
.bl .bl-title{margin-bottom:0px;padding:20px 40px;font-size:30px;color:#242424;font-weight:700}
.bl .editor{font-size:13px}
.bl .editor img{max-width:100%}
.bl:last-child{margin-bottom:0px}
.sidebar .bl .bl-title, .bl-filter .bl-title{padding:0px;font-size:16px;text-transform:uppercase;margin-bottom:20px}
.bl-filter {border:1px solid #E8E8E8;border-right:0px;border-top:0px;padding:20px;}
.bl-filter .t{font-size:16px;color:#242424;margin-bottom:16px}
.bl-filter .group{margin-bottom:24px;padding-right:20px;}
.bl-filter .group-price{padding-right:60px}
.bl-filter .group:last-child{margin-bottom:0px}
.bl-filter ul{margin:0px}
.bl-filter ul li{margin-bottom:13px;position:relative;cursor:pointer;}
.bl-filter ul li .check {cursor:pointer;display:block;padding:3px 0;padding-left:36px;}
.bl-filter ul li .check small {display:block;color:#888;font-size:14px;}
.bl-filter ul li a {text-decoration:none;color:#000}
.bl-filter ul li input[type=checkbox]{display:none}
.bl-filter ul li:hover, .bl-filter ul li:hover a{color:#AC0036}
.bl-filter ul li .check:after{content:'';width:24px;height:24px;background-color:#323232;border-radius:5px;position:absolute;left:0px;top:0px}
.bl-filter ul li.checked .check:after{background-image:url(sprite.png);background-repeat:no-repeat;background-position:0 -263px}
.bl-filter ul li.disabled{opacity:0.5;cursor:not-allowed}
.bl-filter .more{cursor:pointer;font-size:13px;color:#818181;text-decoration:underline}
.bl-filter .more:hover{text-decoration:none}
.bl-recent,.bl-subcollections{margin-bottom:0px;padding-bottom:0px}
.bl-subcollections{border:0px}
.bl-path .breadcrumbs{padding-left:40px;padding-top:30px}
.bl-path .bl-title{padding-top:0px}
.bl-subcollections .bl-title a{color:#000}
.bl-subcollections .list-more{background:#fafafa;height:415px;padding:0px;;text-align:right;}
.bl-subcollections .list-more a {transition:all 0.3s;position:relative;color:#333;display:block;height:415px;padding:0px 20px;text-align:center;margin-bottom:0px;font-size:32px;text-decoration:none;padding-top:150px;}
.bl-subcollections .list-more a span { border-bottom:1px dashed #ccc;}
.bl-subcollections .list-more a:hover{background: #e7a248;}
.bl-subcollections .list-more a:hover span {border-color:#ccc;color:#fff;border-color:#fff;}


.bl-subcollections-ovf .products-list .product {display:none;}
.bl-subcollections-ovf .products-list .product:nth-child(-n+4), .bl-subcollections-ovf .products-list .list-more {display:block;}
.bl-subcollections-ovf .products-list .list-more:hover{box-shadow:none;}
 
/* insales base */
#add_product_notification{background:#282828;color:#FFF;padding:10px;opacity:0.8;filter:alpha(opacity=80);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;position:relative;z-index:9}
#own_preloader{z-index:1000;text-align:center;vertical-align:middel;font-weight:normal;font-size:12px;width:200px;height:60px}
.page404 {text-align:center;font-size:14px;padding:30px 0;}
.page404 .page404-title {font-size:160px;margin-bottom:0px;font-weight:bold;}
.page404 .page404-title {} 
#feedback_form * {text-align:left !important;}
#feedback_form #thanks {color:green;margin-bottom:10px;}
#feedback_form label {display:block;font-size:13px;line-height:normal !important;margin-bottom:5px;}
#feedback_form table {width:100% !important;background:none !important;border:0px !important;}
#feedback_form table tr td, #feedback_form table tr th {background:none !important;border:0px !Important; padding:0px !Important}
#feedback_form table p {line-height:normal !Important;margin-bottom:10px !important;}
.ui-slider {margin-bottom:15px; background: #EBEBEB; height: 6px; width: 100%;   position: relative;}
.ui-slider-range { position: absolute; top: 0px; height: 6px; background:#AC0136; }
.ui-slider-handle { display: block; position: absolute; outline: none; top: -5px; margin-left: -8px; width:16px; height: 16px; background:#353535;border:2px solid #FFF}
.group-buttons .col {width:48%;float:left;}
.group-buttons .col label {font-size:14px;color:#535353;line-height:normal;margin-bottom:4px;}
.group-buttons .col:nth-child(2){float:right;}
.group-buttons .col input[type=text] {height:32px;line-height:32px;font-size:14px;color:#535353;width:100%;padding:0 15px; text-align:center;}
.slider-inputs { padding-left: 15px; margin-bottom: 15px; }
.slider-inputs input[type=text] { float: left; width: 50px; border: 1px solid #CCC; text-align: center; color: #888; font-size: 12px; height: 22px; line-height: 22px; outline: none; }
.slider-inputs label, .slider-inputs span { display: block; line-height: 26px; float: left; font-weight: normal !important; }
.slider-inputs label { margin-left: 6px; }
.slider-inputs span { margin: 0 10px; }
.collection-description {padding:40px 40px 30px 40px;border:1px solid #E8E8E8;border-left:0px;border-right:0px;margin-bottom:-1px;font-size:13px;line-height:18px;}
.collection-description img {max-width:100%;}
.reviews-empty {font-size:13px;margin-bottom:15px;font-style:italic;color:#666;}
.variants-list {margin-bottom:20px;}
.variants-list .selector-wrapper {margin-bottom:10px;}
.variants-list .selector-wrapper label {display:block;line-height:normal;margin-bottom:2px;font-size:13px;}
.variants-list .selector-wrapper select {width:100%;}
#captcha_challenge {padding-top:10px;}

/* footer */
#footer .footer-links{display:block;background:#FBFBFB;width:100%;border:1px solid #E8E8E8;border-left:0px;border-right:0px;border-bottom:0px;}
#footer .footer-links .col{border-bottom:1px solid #E8E8E8;font-size:12px;display:block;padding:36px 48px;}
#footer .footer-links .col img{max-width:100%}
#footer .footer-links .col ul{margin-bottom:0px;text-transform:uppercase}
#footer .footer-links .col ul li{margin-bottom:10px;color:#655E5E}
#footer .footer-links .col ul li a{color:#655E5E;text-decoration:none}
#footer .footer-links .col ul li a:hover,#footer .footer-links .col ul li a.active{color:#C00D39;text-decoration:underline}
#footer .footer-links .col .h3{text-align:center;margin-bottom:34px}
#footer .footer-links .col:nth-child(1) {padding-left:200px;padding-right:200px;}
#footer .footer-links .col:nth-child(1) ul li {width:25%;float:left;}
#footer .footer-links .col:nth-child(2) ul{-moz-column-count:5;-webkit-column-count:5;column-count:5}
#footer .footer-links .col:nth-child(3) ul{-moz-column-count:5;-webkit-column-count:5;column-count:5}
#footer .copyrights-wrap{font-size:12px;padding:0 40px}
#footer .copyrights-wrap .col{margin-right:0px;float:right}
#footer .copyrights-wrap .copyrights{border:0px;float:left;height:74px;line-height:74px;padding:0 0px;font-weight:700;font-size:14px;color:#2D2A2A}
#footer .copyrights-wrap .copyrights a{font-weight:400;margin-left:15px;color:#616161;font-size:13px}
#footer .copyrights-wrap .email{border-left:1px solid #E8E8E8}
#footer .footer-links .col-delivery ul{text-transform:none} 
#footer .footer-links .col-delivery ul li{margin-bottom:13px;height:18px}
#footer .col-delivery ul li span{line-height:18px;height:20px;position:relative;display:block;padding-left:33px}
#footer .col-delivery ul li span:before{content:'';display:block;background:url(payments-sprite.png) no-repeat left top;width:27px;height:18px;position:absolute;left:0px;top:0px}
#footer .col-delivery ul li:nth-child(1) span:before{background-position:left top;width:26px;height:8px;top:4px}
#footer .col-delivery ul li:nth-child(2) span:before,#footer .col-delivery ul li:nth-child(3) span:before{background-position:left -14px;width:28px;height:18px;top:-1px}
#footer .col-delivery ul li:nth-child(3) span:before{background-position:left -38px}
#footer .col-delivery ul li:nth-child(4) span:before{background-position:left -63px;width:17px;left:6px;height:16px;top:0px}
#footer .col-delivery ul li:nth-child(5) span:before{background-position:left -86px;width:16px;left:6px;height:20px;top:-2px}
#footer .col-delivery ul li:nth-child(6) span:before{background-position:left -114px;width:17px;left:5px;height:20px;top:-2px}
#footer .col-delivery ul li:nth-child(7) span:before{background-position:left -141px;width:16px;left:6px;height:22px;top:-2px}
#footer .col-delivery ul li:nth-child(8) span:before{background-position:left -170px}

/* breadcrumbs */
.breadcrumbs{margin-bottom:0px;font-weight:700;text-transform:uppercase;font-size:10px;color:#323232}
.breadcrumbs a{color:#323232}

/* qty */
.product-qty{display:inline-block;width:82px;height:28px;overflow:hidden;border-radius:2px;padding:0 28px;border:1px solid #DBDBDB;text-align:center;position:relative}
.product-qty input,.product-qty input:hover,.product-qty input:active,.product-qty input:focus{font-size:13px;color:#292929;padding:0px;box-shadow:none;border:0px;border-radius:0px;width:26px;height:28px;text-align:center;line-height:28px}
.product-qty span{transition:all 0.3s;font-size:16px;color:#9B9B9B;cursor:pointer;display:block;width:26px;height:26px;line-height:28px;background:#FAFAFA;position:absolute;top:0px}
.product-qty span.minus{left:0px;border-right:1px solid #DBDBDB}
.product-qty span.plus{right:0px;border-left:1px solid #DBDBDB}
.product-qty span:hover{background:#888;border-color:#888;color:#FFF}

/* pager */
.pager{margin-bottom:-1px;padding:30px 23px;border:1px solid #F0F0F0;border-top:0px;border-left:0px;border-right:0px;font-size:14px;color:#7D7D7D}
.pager span{float:left;margin-right:-1px;display:block;}
.pager a,.pager .current_page,.pager .deco{width:36px;height:36px;text-align:center;line-height:36px;border:1px solid #676363;display:block}
.pager a{color:#050505;text-decoration:none}
.pager a:hover{text-decoration:underline}
.pager .prev_page,.pager .next_page{transition:all 0.2s;cursor:pointer;position:relative;font-size:0px;text-indent:-9999px}
.pager .prev_page a:after,.pager .next_page a:after{width:10px;height:16px;content:'';display:block;position:absolute;top:10px;left:12px;background:url(sprite.png) no-repeat -11px -289px}
.pager .prev_page a:after{background-position:0px -289px}
.pager .prev_page:hover a:after{background-position:-22px -289px}
.pager .next_page:hover,.pager .prev_page:hover{border-color:#C00D39;background-color:#C00D39}
.pager .next_page:hover a:after{background-position:-33px -289px}
.pager .current_page{color:#EC5A58;text-decoration:none}

/* page  */
.page-title{padding:10px 40px 0px 40px;border-bottom:1px solid #E8E8E8;padding-bottom:25px;margin-bottom:-1px}
.page-title h1{margin:0px}
.page-content{min-height:320px;padding:30px 40px}
.page-empty {padding-top:100px;}

/* page subcolumns */
.col-page{float:left;width:100%}
.col2-page{border-bottom:1px solid #E8E8E8;background:#FBFBFB}
.col2-page .p-main{position:relative;float:left;border-right:1px solid #E8E8E8;background:#FFF;width:65%}
.col2-page .p-sidebar{position:relative;float:right;width:35%}
.col2-page .p-sidebar .tabs-group .tabs-links{color:#323232;margin-bottom:30px;padding:0px}
.col2-page .p-sidebar .tabs-group .tabs-links span,.p-detail-links li{border-color:#FBFBFB;border-width:1px}
.col2-page .p-sidebar .tabs-group .tabs-links span.active,.product-page .p-detail-links li.active{color:#C00D39;border-color:#C00D39}
.col2-page .p-sidebar .tabs-group .tabs-links span.active:after,.product-page .p-detail-links li.active:after{bottom:-5px;width:13px;height:6px;background-position:-18px -252px}

/* float block */
.p-float{padding:64px 76px}
.p-float.fixed{position:fixed;top:0px;width:auto}

/* blog page */
.page-blog .item {margin-bottom:20px;}
.page-blog .item h2 a { }
.page-blog .item .date {color:#888;font-size:12px;}
/* product page */
/* gallery */
.product-page .p-gallery{border-bottom:1px solid #E8E8E8}
.product-page .p-gallery .preview{position:relative;height:414px;text-align:center;vertical-align:middle;line-height:412px;margin-right:83px;display:block}
.product-page .p-gallery .preview .labels {right:0px;bottom:0px;top:auto}
.product-page .p-gallery .preview img{max-width:90%;max-height:90%}
.product-page .p-gallery .thumbs{margin-top:1px;border-left:1px solid #E8E8E8;height:414px;width:84px;margin-left:-100%;float:right}
.product-page .p-gallery .thumbs a{transition:all 0.3s;position:relative;z-index:1;margin:-1px;font-size:0px;border:1px solid #E8E8E8;line-height:84px;text-align:center;display:block;height:84px}
.product-page .p-gallery .thumbs a img{max-width:90%;max-height:90%}
.product-page .p-gallery .thumbs a.none{display:none;}
.product-page .p-gallery .thumbs a:hover img{opacity:0.9}
.product-page .p-gallery .thumbs a.selected{z-index:2;border-color:#C00D39}
/* description */
.product-page .p-description{padding:35px 40px;clear:both}
.product-page .p-description.pad{padding-top:87px}
.product-page .p-description .bl{clear:both;color:#464646;font-size:15px;line-height:30px;margin-bottom:30px;border:0px;padding-bottom:0px}
.product-page .p-description .bl .bl-title{line-height:30px;font-size:30px;padding:0 0 28px 0;margin-bottom:28px;border-bottom:1px solid #E7E7E7}
.product-page .p-description .bl .editor{font-size:15px;line-height:30px}
/* buy area */
.product-page .p-choose-wrap{position:relative}
.product-page .title-wrap,.product-page .price-wrap,.product-page .buttons-wrap,.cart-page .title-wrap,.cart-page .price-wrap,.cart-page .buttons-wrap,.cart-page .c-total-wrap .cost-wrap{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #E7E7E7}
.product-page .title-wrap .h4,.cart-page .title-wrap .h4{font-size:21px;margin-bottom:0px}
.product-page .title-wrap .sku,.cart-page .title-wrap .sku{font-size:13px}
.product-page .price-wrap{margin-bottom:24px;padding-bottom:20px}
.product-page .status-wrap{margin-bottom:24px}
.product-page .status-wrap .status{float:left;width:100px;background:url(sprite.png) no-repeat left -432px;text-align:center;color:#FFF;font-size:13px;height:24px;line-height:26px}
.product-page .status-wrap .status.na{background-position:0 -460px;}
.product-page .status-wrap .social{margin-top:3px;float:right}
.product-page .price-wrap .price{float:left;line-height:48px;font-size:35px;color:#242424;font-weight:700}
.product-page .price-wrap .price span{display:inline-block;margin-top:-6px;line-height:48px;height:48px;vertical-align:middle;font-size:14px;color:#979797;font-weight:400}
.product-page .price-wrap del{display:block;float:left;margin:19px 0 0 20px;line-height:16px;padding-left:4px;font-size:16px;font-weight:700;color:#AD0033}
.product-page .buttons-wrap .button{float:left}
.product-page .buttons-wrap .fb-link{float:right}
/* delivery tabs */
.product-page .delivery-list .item{background:#FFF;width:100%;display:table;color:#606060;margin-bottom:14px;border:1px solid #F0F0F0;height:98px}
.product-page .delivery-list .item .ico{line-height:100%;text-align:center;vertical-align:middle;width:24%;display:table-cell;position:relative;border-right:1px solid #F0F0F0;padding:0px}
.product-page .delivery-list .item .ico span{text-align:center;line-height:100%;position:relative;display:inline-block;width:62px;height:62px;background:#55BB7B;border-radius:100%}
.product-page .delivery-list .item .ico span:after{content:'';width:27px;height:16px;background:url(sprite.png) no-repeat left top;display:inline-block}
.product-page .delivery-list .item .desc{vertical-align:middle;width:76%;display:table-cell;padding:10px 30px}
.product-page .delivery-list .item .desc .item-t{font-size:14px;color:#363636;font-weight:700;margin-bottom:3px}
.product-page .delivery-list .item .desc .item-details{color:#606060;font-size:12px;line-height:21px}
.product-page .delivery-list .item:nth-child(1) .ico span{line-height:68px}
.product-page .delivery-list .item:nth-child(1) .ico span:after{background-position:0 -311px}
.product-page .delivery-list .item:nth-child(2) .ico span{background:#FD9315;line-height:74px}
.product-page .delivery-list .item:nth-child(2) .ico span:after{background-position:0 -334px;width:24px;height:22px}
/* params */
.product-page .params-list li{margin-bottom:5px;overflow:hidden}
.product-page .params-list li span{position:relative;display:block}
.product-page .params-list li .t{width:63.8%;float:left}
.product-page .params-list li .t:before{width:100%;height:1px;content:'';border-bottom:1px dotted #D5D5D5;position:absolute;left:0px;bottom:10px}
.product-page .params-list li .t span{display:inline-block;background:#FFF;padding-right:15px}
.product-page .params-list li .value{color:#464646;font-weight:700;width:34.5%;float:right;line-height:normal;padding-top:5px}
/* description links */
.product-page .p-detail-links{height:52px;text-transform:uppercase;font-weight:700;font-size:13px;color:#323232;margin-bottom:0px;background:#FBFBFB;border-bottom:1px solid #E8E8E8;padding:0 40px}
.product-page .p-detail-links.fixed{/*animation:fadeInDown 0.3s;*/z-index:9;position:fixed;top:0px}
.product-page .p-detail-links li{transition:color 0.3s;padding:0px;height:52px;line-height:52px;cursor:pointer;float:left;margin-right:50px;border-color:#E8E8E8}
.product-page .p-detail-links li.active{color:#C00D39}
.product-page .p-detail-links li.active:after{bottom:-5px}
/* comments */
.product-page .addcomment-button{margin-bottom:40px}
.product-page .addcomment-button .button{min-width:184px}
.product-page .comments-wrap .form{display:none;margin-bottom:35px;background:#FBFBFB;padding:35px;border:1px solid #E8E8E8;border-radius:6px}
.product-page .comments-wrap .form .row{margin-bottom:27px}
.product-page .comments-wrap .form .row input[type=text],.product-page .comments-wrap .form .row textarea{width:100%;border-color:#E8E8E8;padding:0 22px}
.product-page .comments-wrap .form .row input[type=text].error, .product-page .comments-wrap .form .row textarea.error{border-color:#F00;}
.product-page .comments-wrap .form .row textarea{padding:10px 22px;line-height:normal;height:100px}
.product-page .comments-wrap .form .row-2col .col{width:50%;float:left}
.product-page .comments-wrap .form .row-2col .col:nth-child(1){padding-right:14px}
.product-page .comments-wrap .form .row-2col .col:nth-child(2){padding-left:14px}
.product-page .comments-wrap .form .row-buttons{margin-bottom:0px}
.product-page .comments-list .item{display:none;margin-bottom:15px;border:1px solid #F0F0F0;padding:20px 35px;border-radius:6px}
.product-page .comments-list .item .item-header{line-height:16px;font-size:12px;color:#A7A7A7;margin-bottom:15px}
.product-page .comments-list .item .item-header .name{font-size:16px;color:#363636;float:left}
.product-page .comments-list .item .item-header .date{float:right}
.product-page .comments-list .item .item-content{font-size:14px;line-height:21px;color:#606060}

/* cart page */
/* cart summary */
.cart-page{margin-bottom:-1px}
.cart-page .p-main{min-height:520px;}
.cart-page .c-total-wrap .cost-wrap{font-size:18px}
.cart-page .c-total-wrap .cost-wrap .row{padding:0px 0}
.cart-page .c-total-wrap .cost-wrap .row span{margin-left:3px}
.cart-page .c-total-wrap .cost-wrap .row-delivery{color:#777;font-size:14px}
.cart-page .c-total-wrap .cost-wrap .row-cart-total{font-weight:700}
.cart-page .c-total-wrap .cost-wrap .row-cart-total span{font-size:24px;color:#AC0036}
.cart-page .c-total-wrap .checkout-buttons .button-large{min-width:260px;font-size:18px;height:56px;line-height:54px}
.cart-page .c-total-wrap .discount-wrap{margin-bottom:20px}
.cart-page .c-total-wrap .discount-wrap .discount{display:none}
.cart-page .open-discount{font-size:20px;margin-bottom:15px}
.cart-page .c-total-wrap .discount-wrap-open .open-discount{display:none}
.cart-page .c-total-wrap .discount-wrap-open .discount{display:block}
.cart-page .c-total-wrap .discount-wrap .coupon-error{color:#F00;clear:both;font-size:11px;padding-top:8px;}
/* cart table */
.cart-page .cart-table-wrap{padding:40px}
.cart-page .cart-table{display:table;width:100%;border:1px solid #E8E8E8;border-left:0px;border-bottom:0px} 
.cart-page .cart-table .tr{display:table-row;overflow:hidden}
.cart-page .cart-table .tr .td{vertical-align:middle;text-align:center;padding:35px 20px;display:table-cell;border:1px solid #E8E8E8;border-right:0px;border-top:0px}
.cart-page .cart-table .thead .td{font-size:14px;padding-top:10px;padding-bottom:10px}
.cart-page .cart-table .price{white-space:nowrap;font-size:16px;color:#AC0036;font-weight:700}
.cart-page .cart-table .del{border-radius:2px;border:1px solid #E8E8E8;width:26px;color:#DBDBDB;height:26px;transition:all 0.3s;line-height:27px;font-size:20px;font-weight:700;display:inline-block;text-decoration:none}
.cart-page .cart-table .del:hover{background:#AC0036;color:#FFF;border-color:#AC0036}
.cart-page .cart-table .tr .td-title{text-align:left;font-size:13px;color:#6E6E6E;line-height:21px}
.cart-page .cart-table .td-title a{text-decoration:none;font-size:15px;font-weight:700;color:#000}
.cart-page .cart-table .td-title a:hover{text-decoration:underline}
.cart-page .cart-table .tbody .td-img{width:14%}
.cart-page .cart-table .tbody .td-img img{max-width:100%}
.cart-page .cart-table .tbody .td-price{width:13%}
.cart-page .cart-table .tbody .td-qty{width:14%}
.cart-page .cart-table .tbody .td-del{width:7%}

/* collection page */
.collection-sorting{padding:26px 40px;border-bottom:1px solid #E8E8E8;margin-bottom:-1px}
.collection-sorting .cselect{position:relative;z-index:1;float:left;margin-right:15px}
.collection-sorting .cselect label{line-height:36px;display:block;float:left;margin-right:12px;font-size:14px;color:#8D8D8D}
.collection-sorting .cselect .sbHolder{float:left}

/* page pickup */
.delivery-page .city{margin-bottom:25px;padding:25px;border:1px solid #f0f0f0;background:#fafafa}
.delivery-page .city p{margin-bottom:20px}
.delivery-page .city .cselect label{margin-right:11px;line-height:36px;float:left;color:#8c8c8c;font-size:14px}
.delivery-page .city .cselect .select{width:160px;}
.delivery-page .city .cselect .select ul{max-height:200px;overflow:hidden;overflow-y:auto}
.delivery-page .map{margin-bottom:25px}
.delivery-page .map img{max-width:100%}
.delivery-page .map-points .h1{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #e6e6e6}
.delivery-page .map-points ul{margin-bottom:20px}
.delivery-page .map-points ul li{margin-bottom:13px;line-height:14px;padding-left:23px;position:relative}
.delivery-page .map-points ul li .t{text-decoration:underline;cursor:pointer;color:#666666;font-size:13px}
.delivery-page .map-points ul li .t:after{position:absolute;left:0px;top:0px;background:url(delivery_sprite.png) no-repeat left top;width:9px;height:12px;content:''}
.delivery-page .map-points ul li .t:hover:after, .delivery-page .map-points ul li .t.open:after{background-position:-13px 0}
.delivery-page .map-points ul li .t:hover, .delivery-page .map-points ul li .t.open{color:#383838}
.delivery-page .map-points ul li .tip{display:none}
.delivery-page .map-points ul li .card{background:url(delivery_sprite.png) no-repeat 0 -17px;width:20px;height:12px;display:inline-block;margin:0 0 -2px 6px;cursor:pointer}
.delivery-page .map-points ul{-moz-column-gap:20px;-webkit-column-gap:20px;column-gap:20px}
.delivery-page .map-points ul{-moz-column-count:2;-webkit-column-count:2;column-count:2}
.delivery-page .delivery-content{margin-bottom:20px}
.mobile .delivery-page .map-points ul li .tip{margin-bottom:10px;margin-top:10px;font-size:13px;border:1px solid #e6e6e6;background-color:#fafafa;line-height:16px;color:#959595;padding:10px}
.mobile .delivery-page .map-points ul li .tip .tip-title{color:#717171;display:block;margin-bottom:10px}
.mobile .delivery-page .map-points ul li .tip-content{margin-bottom:20px;display:block}
.mobile .delivery-page .map-points ul li .tip-phone span{color:#434343}
.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:310px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}
.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word}
.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:bold}
.qtip-titlebar + .qtip-content{border-top-width:0 !important}
.qtip-close{position:absolute;right:-9px;top:-9px;z-index:11;cursor:pointer;outline:medium none;border:1px solid transparent}
.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}
.qtip-titlebar .ui-icon, .qtip-icon .ui-icon{display:block;text-indent:-1000em;direction:ltr}
.qtip-icon, .qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}
.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:normal bold 10px/13px Tahoma, sans-serif;color:inherit;background:transparent none no-repeat -100em -100em}
.qtip-default{font-size:13px;border:1px solid #e6e6e6;background-color:#fafafa;line-height:16px;color:#959595;padding:10px}
.qtip-default .tip-title{color:#717171;display:block;margin-bottom:10px}
.qtip-default .tip-content{margin-bottom:20px;display:block}
.qtip-default .tip-phone span{color:#434343}
.qtip-default .qtip-titlebar{background-color:#FFEF93}
.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}
.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111}

.loader {display:none; z-index:999;width:188px;height:188px;margin:-94px 0 0 -94px;position:fixed;left:50%;top:50%;transform:scale(0.33);}
.loader > i {font-style:normal;display:block;top:80px;left:93px;width:4px;height:30px;background:#888;-webkit-animation: fadeOut 1s linear infinite; animation: fadeOut 1s linear infinite;border-radius:10px;position:absolute;}
.loader > i:nth-of-type(1) {-webkit-transform:rotate(0deg) translate(0,-60px);transform:rotate(0deg) translate(0,-60px);-webkit-animation-delay: -0.5s; animation-delay: -0.5s; }
.loader > i:nth-of-type(2) {-webkit-transform:rotate(30deg) translate(0,-60px);transform:rotate(30deg) translate(0,-60px);-webkit-animation-delay: -0.4166666666666667s; animation-delay: -0.4166666666666667s; }
.loader > i:nth-of-type(3) {-webkit-transform:rotate(60deg) translate(0,-60px);transform:rotate(60deg) translate(0,-60px);-webkit-animation-delay: -0.33333333333333337s; animation-delay: -0.33333333333333337s; }
.loader > i:nth-of-type(4) {-webkit-transform:rotate(90deg) translate(0,-60px);transform:rotate(90deg) translate(0,-60px);-webkit-animation-delay: -0.25s; animation-delay: -0.25s; }
.loader > i:nth-of-type(5) {-webkit-transform:rotate(120deg) translate(0,-60px);transform:rotate(120deg) translate(0,-60px);-webkit-animation-delay: -0.16666666666666669s; animation-delay: -0.16666666666666669s; }
.loader > i:nth-of-type(6) {-webkit-transform:rotate(150deg) translate(0,-60px);transform:rotate(150deg) translate(0,-60px);-webkit-animation-delay: -0.08333333333333331s; animation-delay: -0.08333333333333331s; }
.loader > i:nth-of-type(7) {-webkit-transform:rotate(180deg) translate(0,-60px);transform:rotate(180deg) translate(0,-60px);-webkit-animation-delay: 0s; animation-delay: 0s; }
.loader > i:nth-of-type(8) {-webkit-transform:rotate(210deg) translate(0,-60px);transform:rotate(210deg) translate(0,-60px);-webkit-animation-delay: 0.08333333333333337s; animation-delay: 0.08333333333333337s; }
.loader > i:nth-of-type(9) {-webkit-transform:rotate(240deg) translate(0,-60px);transform:rotate(240deg) translate(0,-60px);-webkit-animation-delay: 0.16666666666666663s; animation-delay: 0.16666666666666663s; }
.loader > i:nth-of-type(10) {-webkit-transform:rotate(270deg) translate(0,-60px);transform:rotate(270deg) translate(0,-60px);-webkit-animation-delay: 0.25s; animation-delay: 0.25s; }
.loader > i:nth-of-type(11) {-webkit-transform:rotate(300deg) translate(0,-60px);transform:rotate(300deg) translate(0,-60px);-webkit-animation-delay: 0.33333333333333337s; animation-delay: 0.33333333333333337s; }
.loader > i:nth-of-type(12) {-webkit-transform:rotate(330deg) translate(0,-60px);transform:rotate(330deg) translate(0,-60px);-webkit-animation-delay: 0.41666666666666663s; animation-delay: 0.41666666666666663s; }



/* response (from 2560px to 320px) */
.p-buy-lr,.p-detail-links li.mobile-dlink,.m-nav-wrap,.m-filter-buttons,.m-gallery,.catalog>ul>li.hs .fa{display:none}
.m-gallery{padding:20px 0px 20px 20px;overflow:hidden;margin-top:1px;text-align:center;position:relative;float:left;width:50%}
.m-gallery .labels{top:30px}
.m-gallery .items{border:1px solid #E8E8E8;height:300px}
.m-gallery a{font-size:0px;display:block;height:300px;line-height:280px}
.m-gallery .owl-controls{position:absolute;left:0px;height:12px;bottom:12px;width:100%}
.m-gallery .owl-controls .owl-dots{text-align:center;width:100%}
.m-gallery .owl-controls .owl-dots .owl-dot{transition:all 0.3s;width:12px;margin:0 2px;height:12px;display:inline-block;background:#888;border-radius:100%}
.m-gallery .owl-controls .owl-dots .active{background:#C00D39}
.m-gallery a img{max-width:90%;max-height:90%}
.mobile .layer{opacity:.85;-moz-opacity:.85;-khtml-opacity:.85;filter:alpha(opacity=85)}
.catalog>ul>li.hs .fa {display:none;}

.mobile-links {padding-top:3px;border-top:3px solid #E8E8E8}
.catalog>.mobile-links>li>a {padding-top:6px;padding-bottom:6px;}
.catalog>.mobile-links>li:first-child {display:none}

@media (min-width:1930px){
	.products-list .product, .subcollections-list .item{width:20%}
	.products-list .product:nth-child(5n),.subcollections-list .item:nth-child(5n){border-right:0px}
}
@media (max-width:1897px){
  #header {display:block;}
  #header .logo {display:none;}
  #header .links{border-bottom:1px solid #E8E8E8;overflow:hidden;padding:6px 0;clear:both;width:auto;display:block;margin-right:0px;border-right:0px;float:none;padding-right:45px;padding-left:25px}
  #header .links ul li {margin:0px 10px;float:none;display:inline-block;}
  #header .cols-wrap {width:100%;}
  #header .cols-wrap {text-align:center;}
  #header .cols-wrap .logo2 {text-align:center;display:flex;flex-basis:296px;flex-grow: 0;flex-shrink: 0;}
  #header .cols-wrap .logo2 img {display:inline;width:auto;}
  #header .cols-wrap .cart {flex-basis:230px;flex-grow: 0;flex-shrink: 0;}
  
	  
}
@media (max-width:1680px){
  
	.triggers .item{padding-top:40px;padding-bottom:40px;font-size:14px;padding-left:114px}
	.triggers .item span{margin-top:-35px;width:70px;height:70px;left:30px}
	.triggers .item:nth-child(1) span,.triggers .item:nth-child(4) span{line-height:85px}
	.triggers .item:nth-child(2) span,.triggers .item:nth-child(5) span{line-height:90px}
	.triggers .item:nth-child(3) span{line-height:95px}
	.triggers .item:nth-child(4) span{line-height:85px} 
	.cart-page .cart-table-wrap{padding:0px}
	.cart-page .cart-table{margin-left:-1px;border-left:0px;border-right:0px}
	.p-float{padding:40px 50px} 
}
@media (max-width:1540px){
    
  .products-list .product {width:25%}
    .products-wrap .products-list .product {width:33.33%}
	.product-page .p-choose-wrap .buttons-wrap{padding-right:30px}
	.product-page .p-choose-wrap .buttons-wrap .buy{margin-bottom:15px}
	.product-page .p-choose-wrap .buttons-wrap .button{float:none;clear:both} 
	.product-page .params-list li .t{width:53.8%}
	.product-page .params-list li .value{width:44.5%}
	.cart-page .cart-table .tr .td:nth-child(3){display:none}
	.cart-page .c-total-wrap .checkout-buttons .button-large{min-width:inherit;padding:0 25px}
	.product-page .delivery-list .item .ico{padding:0 10px;width:27%}
	.product-page .delivery-list .item .desc{width:73%;padding:10px 20px}
	#footer .copyrights-wrap{padding-right:0px}
	#footer .copyrights-wrap .copyrights{padding-right:20px;border-right:0px;padding-top:20px;line-height:normal}
	#footer .copyrights-wrap .copyrights span{display:block}
	#footer .copyrights-wrap .copyrights a{margin:0 15px 0 0}
	#footer .copyrights-wrap .callmeback{margin-right:0px;border-right:0px}
	#footer .footer-links .col:nth-child(3) ul{-moz-column-count:3;-webkit-column-count:3;column-count:3}
	#footer .footer-links .col:nth-child(3) ul{-moz-column-count: 4;-webkit-column-count: 4;column-count: 4}
   .bl-subcollections-ovf .products-list .product,.bl-subcollections-ovf .products-list .product:nth-child(-n+4) {display:none;} 
   .bl-subcollections-ovf .products-list .product:nth-child(-n+3), .bl-subcollections-ovf .products-list .list-more{display:block;}
}
@media (max-width:1280px){
    .products-list .product {width:33.33%}
    .products-wrap .products-list .product {width:50%}
	.products-list .product .price-wrap{text-align:right} 
	.products-list .product .price-wrap .price{line-height:32px}
	.products-list .product .price-wrap.ho .price{line-height:16px}
	.products-list .product .price-wrap.ho del,.products-list .product .price-wrap.ho .price{line-height:15px;margin:0px;float:left;display:block}
	.p-float{padding-left:35px;padding-right:35px}
	.tabs-group .tabs-links span{margin-right:13px}
	.product-page .buttons-wrap .button{float:none;width:100%}
	.product-page .buttons-wrap .buy{margin-bottom:7px}  
  #footer .footer-links .col:nth-child(1) {padding-left:40px;padding-right:40px;}
    #footer .footer-links .col:nth-child(3) ul{-moz-column-count:3;-webkit-column-count:3;column-count:3}
  #header .cols-wrap .col {width:25%}
  .layout {border:0px;}
  /*body {background:#f00;}*/
  #header .cols-wrap .email, #header .cols-wrap .phone-wrap {padding:0px;}
  .bl-subcollections-ovf .products-list .product,.bl-subcollections-ovf .products-list .product:nth-child(-n+4), .bl-subcollections-ovf .products-list .product:nth-child(-n+3) {display:none;} 
   .bl-subcollections-ovf .products-list .product:nth-child(-n+2), .bl-subcollections-ovf .products-list .list-more{display:block;}
  .bl-subcollections-ovf .products-list .list-more{overflow:hidden;} 
  .bl-subcollections-ovf .products-list .list-more a {font-size:26px}
}
@media (max-width:1279px){
   
	#footer .copyrights-wrap{padding:0px}
	#footer .copyrights-wrap .copyrights{border-bottom:1px solid #E8E8E8;float:none;text-align:center;clear:both}
	#footer .copyrights-wrap .email{float:left;border-left:0px}
	#footer .copyrights-wrap .phone{border-left:1px solid #E8E8E8}
	.triggers .item span{display:block;margin:0 auto;position:relative;left:auto;top:auto;margin-bottom:10px}
	.triggers .item{font-size:13px;line-height:normal;text-align:center;vertical-align:top;padding:30px 20px}
	  
}
@media (max-width:1260px){
  #header {border-top:0px !important;}
  #header .col .search {width:auto;} 
	.col2-page .p-main{border-right:0px}
	.col2-page .p-main,.col2-page .p-sidebar{float:none;width:auto}
    
  .products-wrap .products-sidebar .bl-filter {border:0px;}
	.products-list .product,.subcollections-list .item{width:33.1%}
	.col2-page .p-sidebar .p-buy-wrap{display:none}
	.p-gallery{width:60%;float:left}
	.p-detail-links{clear:both}
	.p-buy-lr{padding:25px;display:block;float:left;width:40%}
	.p-buy-lr .price-wrap,.product-page .title-wrap{margin-bottom:15px;padding-bottom:15px}
	.p-buy-lr .buttons-wrap .button{float:none;width:100%;margin:0px}
	.p-buy-lr .buttons-wrap .buy{margin-bottom:6px}
	.p-buy-lr .price-wrap .price{font-size:32px}
	.product-page .p-description .bl .bl-title,h1,.h1{font-size:23px}
	#footer .footer-links .col{padding:30px 25px} 
	.p-detail-links li.mobile-dlink{display:block}
	.product-page .p-sidebar{display:none} 
	.product-page .p-description.pad{padding-top:77px}
	#bl-delivery{display:block;margin-bottom:10px}
	#bl-delivery .tabs-group .tabs-links{padding-top:0px;padding-left:0px;padding-right:0px}
	.cart-page .p-sidebar .title-wrap{display:none}
	.cart-page .checkout-buttons{padding-top:20px;border-top:1px solid #E8E8E8;clear:both;overflow:hidden}
	.cart-page .checkout-buttons p{margin-bottom:0px;margin-right:15px;float:left}
	.cart-page .checkout-buttons p:nth-child(1){float:right;margin-right:0px}
	.cart-page .checkout-buttons p:nth-child(3){margin-top:20px}
	.cart-page .checkout-buttons p:nth-child(2){margin-top:15px}
	.cart-page .discount-wrap{float:left}
	.cart-page .c-total-wrap .cost-wrap{text-align:right;border:0px;float:right;padding-bottom:0px}
	.cart-page .open-discount{display:none !important}
	.cart-page .discount{display:block !important}
  #header .search {padding-right:0px;}
  #header .cols-wrap .cart {flex-basis:200px;padding-left:56px;}
  #header .cart:before {left:12px;}
  #header .cart .cart-link .i {left:32px;}
  #header .phone-wrap {font-size:18px;}
  #header .cart .cart-link .t {font-size:13px;}
  #header .email a {font-size:12px;}
  #header .cols-wrap .search {width:20%}
  #header .cols-wrap .logo2 {flex-basis:261px;}
  .col2-left-layout .sidebar {width:260px;}
  .col2-left-layout .content {margin-left:260px;}
  .catalog>ul>li>a {padding-left:15px;padding-right:15px;}
  .catalog>ul>li.hs>a:after {right:15px;}
  .catalog>ul>li .sub-static {padding-left:30px;}
 
}
 
@media (max-width:1160px){ 
  .products-wrap .products-list  {padding-right:0px;}
  .products-wrap .products-sidebar {width:100%;float:none;display:none;margin:0px;border:0px;}
  .m-filter-buttons {float:right;display:block;}
  .page-title, .collection-sorting {padding:20px 20px;}
  .catalog>ul>li .sub {padding:20px 30px;}
  .bl-filter {overflow:hidden;}
  .bl-filter .group {width:33.33%;float:left;}
}
@media (max-width:1024px){ 
  .layout {border:1px solid #e8e8e8;border-top:0px;}
  .m-header-wrap {display:block;}
	.layout{width:980px}
	.logo-wrap{padding:14px 0}
	.col2-left-layout .sidebar{width:230px}
	.col2-left-layout .content{margin-left:230px}
	.catalog>ul>li>a{padding-left:25px;padding-right:45px}
     #header .col, #header .cols-wrap .col {display:none;} 
	#footer .copyrights-wrap .email{border-right:0px}
	.products-list .product,.subcollections-list .item{width:33.333%}
    .products-wrap .products-list .product {width:33.333%}
	.sidebar .bl,.product-page .p-detail-links,.product-page .p-description{padding-left:25px;padding-right:25px} 
	.product-page .p-description,.product-page .comments-list .item,.product-page .comments-wrap .form{padding:25px}
	.product-page .p-description .bl .bl-title{margin-bottom:15px;padding-bottom:15px}
	.product-page .addcomment-button,.product-page .comments-wrap .form{margin-bottom:25px}
	.banners .item{padding:40px 30px}
	 
	.catalog>ul>li .sub{top:-98px}
	.page-title{padding-left:20px;padding-right:20px}
	.product-page .params-list li{margin-bottom:0px}
	.product-page .p-description .bl .editor{font-size:14px;line-height:21px}
	.cart-page .cart-table .tr .td{padding-top:15px;padding-bottom:15px}
	.cart-page .cart-table .thead .td{padding-top:7px;padding-bottom:7px}
	.bl-filter ul li{margin-bottom:4px}
	.catalog>ul>li .sub ul li{padding-top:15px}
	.triggers .item{font-size:12px}
	.product-page .delivery-list .item .ico{width:15%}
	.product-page .delivery-list .item .desc{width:85%}
	.p-float{padding:20px 25px}
	.triggers .item{padding-top:20px;padding-bottom:20px}
	.products-list .product .img{height:200px;line-height:200px}
	.banners .item{height:300px}
	.tabs-group .tabs-links span{margin-right:25px}
	.bl .bl-title{padding:20px;font-size:23px}
	.bl-path .breadcrumbs{padding-left:20px}
	.bl-path .bl-title{padding-top:0px}
	#footer .copyrights-wrap .callmeback{padding-top:20px}
	#footer .footer-links .col{padding:25px 25px} 
	#footer .footer-links .col .h3{font-size:16px;margin-bottom:20px}
	#footer .footer-links .col{font-size:11px}
	.collection-sorting{padding:14px 20px}
	.banners{padding-top:1px}
	.catalog-inner>ul>li .sub{top:-142px}
	.product-page .p-description{padding-bottom:0px;margin-bottom:-1px;border-bottom:1px solid #E8E8E8}
	.more-comments{text-align:left} 
	#footer .footer-links .col:nth-child(3) ul{-moz-column-count: 3;-webkit-column-count: 3;column-count: 3} 
	.products-list .product:nth-child(3n),.subcollections-list .item:nth-child(3n){border-right:0px}
	#header{border:0px;position:relative}
	#header .cols-wrap .search{/*box-shadow:0 0 8px rgba(0,0,0,0.1);*/padding-left:30px;animation:fadeInUp 0.3s;display:none;height:32px;line-height:32px;background:#FFF;z-index:6;border:1px solid #E8E8E8;position:absolute;width:36%;right:-1px;top:64px}
	#header .cols-wrap .search .go{left:10px}
	 #header .cols-wrap .search input[type=text]{line-height:30px;height:30px}
	 #header .col{display:none}
	.col2-left-layout .sidebar{width:auto;float:none;margin:0px}
	.col2-left-layout .content{border-left:0px;margin-left:0px}
	#footer .copyrights-wrap .col{display:none}
	#footer .copyrights-wrap .copyrights{display:block}
	.catalog,.sidebar .bl{display:none}
	.m-nav-wrap{display:block;overflow:hidden}
	.logo-wrap{margin:0 -100% 0  20px;border:0px;border-right:1px solid #E8E8E8;padding-right:20px;float:left}
	.logo-wrap .logo .i{margin-bottom:0px}
	.logo-wrap .logo .t{display:none}
	.m-header-wrap{border-bottom:1px solid #E8E8E8}
	.m-nav-wrap{margin-left:220px;padding-top:20px}
	.m-nav-wrap .ml{cursor:pointer;position:relative;color:#333;font-size:22px;text-transform:uppercase;margin-right:36px;float:left}
	.m-nav-wrap .ml span{font-weight:700;font-size:16px;font-family: 'PT Sans',sans-serif}
	.m-nav-wrap .m-nav span{display:inline-block;margin:4px 0 0 10px;float:right}
	.m-nav-wrap .r{float:right}
	.m-nav-wrap .m-cart>span{display:block;border-radius:100%;background:#AC0036;color:#FFF;font-size:12px;text-shadow:none;width:20px;height:20px;line-height:20px;text-align:center;position:absolute;right:-10px;top:-3px}
  
	#footer .copyrights-wrap .copyrights span{display:inline-block;margin-right:20px}
	.triggers{border-top:1px solid #E8E8E8}
	.triggers .item{padding:20px}
	.m-filter-buttons{float:right;display:block}
	.m-filter-buttons .button{height:36px;line-height:35px}
	.m-filter-buttons .m-filter-reset{margin-right:10px}
	.bl-filter{padding-bottom:10px;margin-bottom:0px;overflow:hidden;padding-top:25px}
	.bl-filter .group{float:left;width:20%;padding-right:20px}
	.bl-filter .filter-reset,.p-gallery {display:none}
	.m-gallery{display:block}
	.p-buy-lr{width:50%}
	.p-buy-lr .buttons-wrap .button{width:auto;float:left}
	.p-buy-lr .buttons-wrap .buy{margin-right:20px}
	.catalog{animation:fadeInUp 0.3s;box-shadow:0 0 8px rgba(0,0,0,0.1);z-index:5;background:#FFF;border:1px solid #E8E8E8;border-bottom:0px;border-top:0px;margin-bottom:0px;position:absolute;left:0;right:0;width:64%;margin:0 auto}
	.catalog>ul>li .sub{padding:10px 25px 0px 25px;display:none;position:relative;min-height:1px !Important;opacity:1;visibility:visible;left:0;right:0;top:0;margin:0px;border:0px;width:auto}
	.catalog>ul>li .sub .t{display:none}
	.catalog>ul>li .sub ul li{padding:4px 0}
	.catalog>ul>li.hs>a:after{display:none}
	.catalog>ul>li.hs .fa{display:block;cursor:pointer;z-index:2;position:relative;font-size:20px;color:#777;float:right;margin:10px 20px 0 -100px}
	.catalog>ul>li.hs.active .fa{color:#FFF}
	.catalog>ul>li.hs>a:before{display:none !important}
	.catalog-inner .l{display:none}
	.catalog-inner ul{display:block;top:0px} 
    #header {border-top:1px solid #E8E8E8}
    .cart-page .p-main {min-height:1px}
    .products-list .product:nth-child(3n), .subcollections-list .item:nth-child(3n) {border-right: 1px solid #e8e8e8}
    .products-list .product:nth-child(4n), .subcollections-list .item:nth-child(4n) {border-right: 0px}
  	.collection-description {padding:20px 20px 10px 20px;}
  	.page-content{padding:20px;}
    .page-content {min-height:1px;}
     #footer .footer-links .col:nth-child(3){display:none} 
}
@media (max-width:1023px){
  .bl .bl-title {padding:10px 15px;font-size:20px;}
	.layout{width:750px}
	.products-list .product, .subcollections-list .item{width:33.3%}
	.products-list .product:nth-child(4n),.subcollections-list .item:nth-child(4n){border-right:1px solid #E8E8E8}
	.products-list .product:nth-child(3n), .subcollections-list .item:nth-child(3n){border-right:0px}
	.triggers{margin-top:-1px}
	.product-page .comments-list .item{border-left:0px;border-right:0px;border-top:0px;border-radius:0px;padding:0 0 20px 0}
	.index-tabs{margin-bottom:1px}
	.bl-filter .group{width:25%}
	#footer .footer-links .col:nth-child(1){display:none} 
	#footer .footer-links .col:nth-child(2){width:100%} 
  .bl-subcollections-ovf .products-list .list-more, .bl-subcollections-ovf .products-list .list-more a {height:385px;}
  .mobile-links {display:block;}
   
}
@media (max-width:767px){
	.layout{width:720px}
}
@media only screen and (max-width:740px){
	.layout{width:620px}
	.products-list .product, .subcollections-list .item{width:50% !important}
	.products-list .product:nth-child(3n), .subcollections-list .item:nth-child(3n){border-right:1px solid #E8E8E8}
	.products-list .product:nth-child(2n), .subcollections-list .item:nth-child(2n){border-right:0px}
	.m-filter-buttons{float:none;text-align:center;padding-top:15px;clear:both}
	.collection-sorting{text-align:center}
	.collection-sorting .cselect{float:none;display:inline-block}
	.cart-page .discount-wrap,.cart-page .c-total-wrap .cost-wrap{float:none} 
	.cart-page .c-total-wrap .cost-wrap,.cart-page .discount-wrap .discount{text-align:center}
	#footer .footer-links .col:nth-child(3),#footer .footer-links .col .h3{display:none}
	#footer .footer-links .col:nth-child(2){width:auto}
	#footer .footer-links .col:nth-child(2) ul{text-align:center;margin-bottom:0px;-moz-column-count: 3;-webkit-column-count: 3;column-count: 3}
	.p-gallery{display:none} 
	.p-buy-lr{width:50%}
	.product-page .buttons-wrap{margin-bottom:0px;padding-bottom:0px;border-bottom:0px}
	.bl-filter .group{width:33.3%;padding-right:20px;margin-right:0px}
	.catalog{width:86%}
  .bl-subcollections-ovf .products-list .product,.bl-subcollections-ovf .products-list .product:nth-child(-n+4), .bl-subcollections-ovf .products-list .product:nth-child(-n+3) {display:none;} 
   .bl-subcollections-ovf .products-list .product:nth-child(-n+2), .bl-subcollections-ovf .products-list .list-more{display:block;}
  .bl-subcollections-ovf .products-list .list-more {margin-bottom:15px;float:none;width:100% !important;float:none;clear:both;height:auto;}
  .bl-subcollections-ovf .products-list .list-more a {font-size:18px;height:auto;padding:10px 20px;}
  #header .cols-wrap .search{width:50%}
}
@media only screen and (max-width:620px){
	.layout{width:520px}
	.triggers, .m-nav-wrap .m-nav span{display:none}
	#footer{margin-top:-1px}  
	.page-title{padding-top:12px;padding-bottom:12px}
	.bl-path .breadcrumbs{padding-top:12px}
	.bl-path .bl-title{padding-bottom:12px}
	.product-page .p-detail-links li{margin-right:30px}
	.bl-filter ul li{font-size:12px;margin-bottom:6px;padding-top:4px}
	.product-page .p-description .bl{font-size:14px}
}
@media only screen and (max-width:480px){
	.layout{width:450px}
	.m-nav-wrap .ml{margin-right:20px}
	 .m-nav-wrap .r{float:left}
	.product-page .title-wrap{margin-bottom:10px;padding-bottom:10px}
	.product-page .status-wrap{margin-bottom:10px}
	.product-page .price-wrap .price{float:none}
	.product-page .price-wrap del{float:none;margin:0px}
	.p-buy-lr .buttons-wrap .button{width:100%;float:none}
	.m-gallery a{height:260px;line-height:240px}
	.m-gallery .items{height:260px}
	.product-page .p-detail-links li{margin-right:26px}
	.product-page .p-description .bl{margin-bottom:15px}
	.product-page .comments-list .item .item-content,.cart-page .cart-table .td-title a{font-size:13px;line-height:16px}
	.cart-page .cart-table .td-title a{display:block}
	#footer .copyrights-wrap .copyrights span{display:block} 
	.cart-page .cart-table{border-top:0px;border-right:0px}
	.cart-page .cart-table,.cart-page .cart-table .tr,.cart-page .cart-table .tr .td{display:block}
	.cart-page .cart-table .thead{display:none}
	.cart-page .cart-table .tr{border-top:0px;margin-bottom:0px}
	.cart-page .cart-table .tr .td-img,.cart-page .cart-table .tr .td-title{float:left}
	.cart-page .cart-table .tr .td-img{width:30%;height:90px}
	.cart-page .cart-table .tr .td-img img{max-height:100%;max-width:100%}
	.cart-page .cart-table .tr .td-title{border-right:0px;width:70%;height:90px}
	.cart-page .cart-table .tr .td-title a{display:inline-block}
	.cart-page .cart-table .tr .price,.cart-page .cart-table .tr .td-qty,.cart-page .cart-table .tr .td-del{line-height:0px;height:59px;width:33.3%;float:left}
	.cart-page .cart-table .tr .td-qty{width:30%}
	.cart-page .cart-table .tr .price{line-height:59px;padding-top:0px;width:45%}
	.cart-page .cart-table .tr .td-del{padding-top:15px;vertical-align:middle;width:25%}
	.cart-page .checkout-buttons p{margin:0px;margin-bottom:10px;text-align:center;float:none}
	.cart-page .checkout-buttons p:nth-child(1){float:none}
	.cart-page .checkout-buttons p:nth-child(1) .button{width:80%}
	#header .info-cols .search,#header.so .info-cols .search{width:60%}
	.bl-filter .group{width:50%}
    .product-page .status-wrap .status {margin-bottom:5px;}
  	.product-page .status-wrap .status, .product-page .status-wrap .social {float:none;}
  .catalog>ul>li.hs .fa {font-size:15px;}
}
@media only screen and (max-width:420px){
  	.collection-description{display:none;}
	.layout{width:370px}
	.m-nav-wrap{margin-left:210px}
	.products-list .product{width:100% !important;float:none} 
	.products-list .product{border-right:0px !important}
	.bl .bl-title,.pager{text-align:left;padding-top:12px;padding-bottom:12px}
	.bl-filter .group{width:100%;float:none}
	.subcollections-list .item{width:50% !important;float:left;}
	.product-page .p-description .bl .bl-title,h1,.h1{font-size:18px}
	.product-page .params-list li .value{font-weight:400}
	.product-page .p-description .bl,.product-page .p-description .bl .editor{font-size:13px}
	.product-page .p-detail-links{padding-right:0px}
	.product-page .p-detail-links li{margin-right:14px;font-size:12px}
	.product-page .comments-wrap .form{padding:15px}
	.product-page .comments-wrap .form .row{margin-bottom:15px}
	.product-page .comments-wrap .form .row-2col{margin-bottom:0px}
	.product-page .comments-wrap .form .row-2col .col{padding:0px;margin:0px;width:100%;float:none;margin-bottom:15px} 
	.product-page .comments-wrap .form .row-2col .col:nth-child(1),.product-page .comments-wrap .form .row-2col .col:nth-child(2){padding:0px}
	.m-gallery{margin-bottom:15px;padding:15px 15px 0 15px;width:100%;float:none}
	.m-gallery .items{height:200px}
	.m-gallery a{height:200px;line-height:180px}
	.p-buy-lr{padding:15px;width:auto;padding-top:0px}
	.product-page .price-wrap .price,.product-page .price-wrap del{float:left}
	.product-page .price-wrap del{margin:17px 0 0 20px}
	.banners .item .i-title{font-size:14px;line-height:normal}
	.banners .item .i-subtitle{font-size:11px;line-height:normal}
	.banners .item{padding:20px}
	.banners .item{height:240px}
	.banners .item .button{bottom:20px}
	.cart-page .cart-table .tr .td{padding:10px}
	.cart-page .cart-table .tr .price,.cart-page .cart-table .tr .td-qty,.cart-page .cart-table .tr .td-del{height:50px}
	.cart-page .cart-table .tr .price{line-height:50px;padding-top:0px}
	.catalog{width:90%}
	.collection-sorting .cselect:nth-child(1){z-index:2} 
    .product-page .status-wrap .status {float:left;}
  	.product-page .status-wrap .social {float:right;}
  .bl-subcollections-ovf .products-list .product,.bl-subcollections-ovf .products-list .product:nth-child(-n+4), .bl-subcollections-ovf .products-list .product:nth-child(-n+3), .bl-subcollections-ovf .products-list .product:nth-child(-n+2) {display:none;} 
  .bl-subcollections-ovf .products-list .product:nth-child(-n+1), .bl-subcollections-ovf .products-list .list-more{display:block;}
  
}
@media only screen and (max-width:380px){
	.layout{width:300px}
	.logo-wrap{padding-right:10px}
	.logo-wrap .logo{width:130px}
	.logo-wrap .logo .i{background-size:contain;height:32px}
	.m-nav-wrap{margin-left:155px} 
	.logo-wrap{margin-left:10px;margin-right:0px;border:0px}
	.m-nav-wrap .ml{font-size:19px;margin-right:17px}
	.product-page .p-detail-links{padding-left:0px;text-align:center}
	.product-page .p-description{padding:15px}
	.product-page .p-detail-links li{float:none;display:inline-block;margin:0 5px;font-size:10px}
	.product-page .p-description .bl .bl-title,h1,.h1{font-size:16px;line-height:normal}
	.product-page .p-description .bl .bl-title{padding-bottom:10px;margin-bottom:10px}
	.product-page .addcomment-button{text-align:center}
	.product-page .addcomment-button .button{min-width:1px}
	.product-page .comments-wrap .form .row-buttons{margin-bottom:0px;text-align:center}
	.product-page .comments-list .item .item-header{margin-bottom:10px}
	.product-page .comments-list .item .item-content{font-size:12px}
	.tabs-group .tabs-links span{margin-right:15px}
	.product-page .delivery-list .item .desc .item-t{line-height:normal}
	.bl .bl-title{font-size:16px}
	#footer .copyrights-wrap .copyrights span{margin-right:0px}
	#footer .copyrights-wrap .copyrights a{margin:0 5px}
	.popup{width:86%}
	.popup .c{padding:25px}
	.more-comments{text-align:center}
	#footer .footer-links .col{padding:15px 15px 10px 15px}
	#footer .footer-links .col:nth-child(2) ul{vertical-align:top;-moz-column-count: 2;-webkit-column-count: 2;column-count: 2}
	.breadcrumbs{font-size:9px;margin-bottom:4px}
	#bl-delivery{margin-bottom:0px}
	.cart-page .cart-table .tr .td-img,.cart-page .cart-table .tr .td-qty{width:35%}
	.cart-page .cart-table .tr .td-title{width:65%}
	.cart-page .cart-table .tr .price{width:45%}
	.cart-page .cart-table .tr .td-del{width:20%}
	.cart-page .discount input[type=text]{text-align:center;width:80%;margin-bottom:5px}
	.m-filter-buttons .button{margin:0px;width:80%}
	.m-filter-buttons .m-filter-reset{margin-bottom:5px} 
   .logo-wrap {width:130px;}
  .logo-wrap img {max-width:100%;}
  #header .cols-wrap .search{width:100%}
}













