/*
 <BR> HTML5 Framework v5
 -----------------------------------------
 CSS Tools v5.1 (HTML5+,CSS3+)
 -----------------------------------------
 Author: InSales
 Last modified: 30.11.2015
*/













.level-4 {
    margin-left: 10px;
    margin-top: 10px;
}

/* animations */
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}
@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}
@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}
@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}
@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}
@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}

/* base reset */
html{-webkit-box-sizing:border-box;box-sizing:border-box}
*,*:before,*:after{-webkit-box-sizing:inherit;box-sizing:inherit}
body{-webkit-tap-highlight-color:transparent;}
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,span,applet,object,iframe,strike,kbd,q,sub,sup,tt,var,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
article,aside,details,figcaption,figure,footer,header,hgroup,main menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
img,body,html,abbr,acronym,a img{border:0}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}
ol,ul,dir,menu{list-style:none}
a{background-color:transparent}
:focus,a,a:hover,a:active{outline:none}
caption,th{text-align:left}
table{border-collapse:collapse;border-spacing:0}
td{vertical-align:top}
q:before,q:after{content:''}
blockquote,q{quotes:none}
hr{height:0;-webkit-box-sizing:content-box;box-sizing:content-box;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
sup,sub{line-height:0}
svg:not(:root){overflow:hidden}
img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}
nav ul,nav ol{list-style:none;list-style-image:none;margin:0;padding:0}
@-moz-viewport{width:device-width}
@-ms-viewport{width:device-width;}
@-webkit-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}
/* forms reset */
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;line-height:inherit}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner,legend{border:0;padding:0}
input[type="checkbox"],input[type="radio"]{padding:0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}
input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
textarea{overflow:auto}
/* hidden objects */
.none{display:none}
.hidden{visibility:hidden}
/* additional */
.nf{float:none}
.a-left{text-align:left}
.a-right{text-align:right}
.a-center{text-align:center}
.left{float:left}
.right{float:right}
.nobr{white-space:nowrap}
img.a-left{float:left;margin:0 10px 10px 0}
img.a-right{float:right;margin:0 0 10px 10px}
/* img styles */
.img-responsive{display:block;max-width:100%;height:auto}
.img-rounded{border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;}
.img-thumbnail{border-radius: 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto;border:10px solid #EEEEEE;}
.img-circle{-webkit-border-radius:50%;border-radius:50%}
/* noscript message */
.noscript-wrap{position:fixed;left:0px;top:0px;width:100%;height:100%;background:rgb(0,0,0);background:transparent\9;background:rgba(0,0,0,0.75);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf000000,endColorstr=#bf000000);zoom:1;z-index:9999}
.noscript{background:#C00;padding:10px 0;font-size:13px;text-shadow:1px 0 1px #970000;line-height:15px;color:#FFF;text-align:center;-webkit-box-shadow:0 0 5px #000;box-shadow:0 0 5px #000}
.noscript p{margin:0px}
/* alert */
.alert-success,.alert-warning,.alert-error{ text-align:center;padding:15px;margin-bottom:20px;border:1px solid transparent;-webkit-border-radius:4px;border-radius:4px}
.alert-success{background-color:#f1f9f7;border-color:#e0f1e9;color:#1d9d74}
.alert-success a{color:#1d9d74}
.alert-warning{background-color:#F9F2CB;border-color:#F5E79E;color:#C09853}
.alert-warning a{color:#C09853}
.alert-error{background-color:#f2dede;border-color:#ebccd1;color:#B94A48}
.alert-error a{color:#B94A48}
/* clear floating */
.cf:after,.clearfix:after,.clear{clear:both;content:".";height:0px;display:block;visibility:hidden;line-height:0px;font-size:0px}
/* print */
@media print {
*,*:before,*:after{text-shadow:none !important;-webkit-box-shadow:none !important;box-shadow:none !important}
a,a:visited{text-decoration:underline}
abbr[title]:after{content:"("attr(title)")"}
pre,blockquote{border:1px solid #999;page-break-inside:avoid}
thead{display:table-header-group}
tr,img{page-break-inside:avoid}
img{max-width:100% !important}
p,h2,h3{orphans:3;widows:3}
h2,h3{page-break-after:avoid}
}

/*
 R.Beygulenko HTML5 Framework v5
 -----------------------------------
 Forms v1.3
 -----------------------------------
 InSales.ru (InSales Rus LLC)
 Author:Ruslan B. (r.beygulenko @ gmail.com)
 Last modified: 30.11.2015
*/

input,textarea{-webkit-appearance:none;-webkit-border-radius: 0;border-radius: 0;}
input::-moz-focus-inner{border:0;padding:0}
textarea{resize:none}
input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}
fieldset{border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em }
optgroup{font-weight: 700 }

/* placeholder (defaut) */
*::-webkit-input-placeholder{color: #9B9B9C}
*:-moz-placeholder{color: #9B9B9C}
*::-moz-placeholder{color: #9B9B9C}
*:-ms-input-placeholder{color: #9B9B9C}

/* placeholder (disabled) */
*[disabled]::-webkit-input-placeholder{color:#CCC}
*[disabled]:-moz-placeholder{color:#CCC}
*[disabled]::-moz-placeholder{color:#CCC}
*[disabled]:-ms-input-placeholder{color:#CCC}

/* placeholder (error) */
.error::-webkit-input-placeholder{color:#F00}
.error:-moz-placeholder{color:#F00}
.error::-moz-placeholder{color:#F00}
.error:-ms-input-placeholder{color:#F00}

/* default */
input,textarea,button,.button,input[type="file"]::before,select{margin:0px;vertical-align:top;-webkit-transition:all 0.25s;-o-transition:all 0.25s;transition:all 0.25s;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;font-family: 'Roboto',sans-serif}

/* input,textarea */
input[type="text"],input[type="password"],textarea{height:42px;line-height:42px;padding:0 20px;background:#fff;font-size:17px;color:#333;border:1px solid #8F8F8F}
input[type="text"]:hover,input[type="password"]:hover,textarea:hover{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus,select:focus{background-color:#FFF;border-color:#66afe9}
input[type="text"].error,input[type="password"].error,textarea.error,select.error{border-color:#F68682;color:#F00}
input[type=number]{width:60px;text-align:center}
textarea{height:auto;padding:8px;line-height:normal}

/* buttons */
input[type="button"],input[type="submit"],input[type="reset"],button,.button,.co-button:not(.co-button--link) {text-align:center;border:1px solid #2574A9;cursor:pointer;white-space:nowrap;display:inline-block;position:relative;padding:0 32px;height:42px;line-height:42px;color:#FFF;text-shadow:none;text-transform:uppercase;font-weight:400;font-size:17px;text-transform:uppercase;text-decoration:none;background:#2574A9}
input[type="button"]:hover,input[type="submit"]:hover,input[type="reset"]:hover,button:hover,.button:hover,input[type="file"]:hover::before{text-decoration:none !important;border-color:525252;background:#525252;color:#FFF}
input[type="button"]:active,input[type="submit"]:active,input[type="reset"]:active,button:active,.button:active,input[type="file"]:active::before{-webkit-box-shadow:inset 0 3px 10px 0px rgba(0,0,0,0.4);box-shadow:inset 0 3px 10px 0px rgba(0,0,0,0.4)}
.button2{background:#FFF;border-color: #2574A9;color:#2574A9}
.button2:hover{border-color:#525252}
.button.disabled {cursor:default !important;opacity:0.4; background:#333;border-color:#333;color:#FFF;   z-index: -1;}

/* cb popup */
.cb-popup {text-align:left;display:none;position:absolute; right:0px; z-index:9999;top:65px;-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);box-shadow:0 0 5px rgba(0,0,0,0.3); width:300px; background:#FFF;}
.cb-popup .cb-close {cursor:pointer;display:block;position:absolute;opacity:0.8; -webkit-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s; right:8px; top:4px; color:#CCC; font-size:26px; font-weight:bold;}
.cb-popup .cb-close:hover {opacity:1;color:#F00;}
.cb-popup .c {position:relative;padding:15px 15px 10px 15px;}
.cb-popup .t {text-transform:uppercase; font-weight:bold;display:block; margin-bottom:10px;}
.cb-popup .row {margin-bottom:8px;}
.cb-popup .row input[type=text] {width:100%;}
.cb-popup strong {display:block; margin-bottom:7px;}
.cb-popup .state-b { color:#83AB01;display:none; padding-bottom:15px;}
.cb-popup .input-text {
  width: 100%;
  padding: 8px 20px;
}
.popup-mfp .product-page .product-gallery img {
  width: 100%;
}
input:focus::-webkit-input-placeholder {
  opacity: 0; }

input:focus::-moz-placeholder {
  opacity: 0; }

input:focus:-ms-input-placeholder {
  opacity: 0; }

input:focus:-moz-placeholder {
  opacity: 0; }


textarea:focus::-webkit-input-placeholder {
  opacity: 0; }

textarea:focus::-moz-placeholder {
  opacity: 0; }

textarea:focus:-ms-input-placeholder {
  opacity: 0; }

textarea:focus:-moz-placeholder {
  opacity: 0; }


/*
 <BR> HTML5 Framework v5
 -----------------------------------------
 Typography v2
 -----------------------------------------
 Author:Ruslan B. (r.beygulenko @ gmail.com)
 Last modified: 30.11.2015
*/


body{font-size:14px;font-family: 'Roboto', sans-serif;color:#686A69}

/* heading */
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:15px;text-transform:uppercase;}
h1,.h1{font-size:20px; margin-bottom:20px;}
h2,.h2{font-size:18px}
h3,.h3{font-size:16px}
h4,.h4{font-size:16px}
h5,h6,.h5,.h6{font-size:16px}

/* links */
a{color:#2574A9;background-color: transparent}
a:hover{text-decoration:none}
a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
a:visited{}
a:active{}

/* fake links */
.false{text-decoration:none;cursor:pointer;color:#1899D2;border-bottom:1px dotted #1899D2}

/* base */
strong,b{font-weight:700}
p{margin-bottom:15px}
u{text-decoration:underline}
em,dfn{font-style:italic}
del{text-decoration:line-through}
ins{background:#ff9;color:#000;text-decoration:none}
big{font-size:120%}
small{font-size:80%}
abbr[title],acronym{border-bottom:1px dotted}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}
pre,code,kbd,samp{font-family:monospace,monospace;font-size:1em}
figure {margin: 1em 40px}
mark{background:#ff0;color:#000;font-style:italic;font-weight:700}
q{quotes:none}
q:before,q:after{content:"";content:none}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
hr{display:block;height:1px;border:0;border-top:1px dashed #ccc;margin-bottom:15px;padding:0}
blockquote{}
code,tt{}
cite{}

/* lists */
ul{}
ul li{}
ol{}
ol li{}
li ul,li ol{}
ul,ol{margin-bottom:15px}

/* definitions lists */
dl{margin:0 0 15px 0}
dl dt{font-weight:700}
dd{margin:0 0 0 15px}

/* tables */
table{border:0px;margin-bottom:15px;width:100%}
table tr td,table tr th{-webkit-transition:background 0.3s;-o-transition:background 0.3s;transition:background 0.3s;border:1px solid #CCC;padding:8px 12px;vertical-align:middle}
table tr th{background:#EEE;text-align:center}
table tr:hover td{background:#FBFBFB}

/* editor content */
.editor{font-size:16px;line-height:23px}
.editor ul,.editor ol{margin-bottom:15px;padding-left:20px}
.editor ul li,.editor ol li{margin-bottom:6px;list-style: outside}
.editor ol li{list-style-type:decimal}
.editor h1, .editor h2, .editor h3{    text-transform: initial;}

/* custom list */
.editor .ico-customlist, .editor .ico-customlist li, .ico-customlist li {padding-left:0px; list-style:none;}
.editor .ico-checklist { list-style:none;padding-left:0px;}
.editor .ico-checklist li { list-style:none;position:relative;padding-left:44px;margin-bottom:23px;}
.editor .ico-checklist li:after {content:'\f00c'; line-height:30px; font-family:FontAwesome;width:30px;height:30px;float:none;position:absolute;left:0px;top:-5px;font-size:16px;}

.ico-customlist li i,.ico-checklist li:after {float:left;margin-right:-100%;font-size:32px;color:#212121; background:#FFC400;width:50px; height:50px;display:block; text-align:center; line-height:52px; vertical-align:middle;-webkit-border-radius: 6px;border-radius: 6px;}
.ico-customlist li {margin-bottom:24px; overflow:hidden;}
.ico-customlist li .desc {font-weight:300;padding-left:70px;padding-top:4px;}


/* fonts */
@font-face{font-family:'FontAwesome';src:url('fontawesome-webfont.eot?v=4.4.0');src:url('fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('fontawesome-webfont.woff?v=4.4.0') format('woff'),url('fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;-webkit-border-radius:.1em;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}


/*
 R.Beygulenko HTML5 Framework v5
 -----------------------------------
 Layout
 -----------------------------------
 InSales.ru (InSales Rus LLC)
 Author:Ruslan B. (r.beygulenko @ gmail.com)
 Last modified: 29.11.2015
*/


/* layout */
#middle{padding-top:20px;min-height:364px;padding-bottom:30px}
.inner{width:1200px;margin:0 auto}
.col1-layout .content{width:auto;float:none}
.col1-layout .sidebar{display:none}
.col2-left-layout .content{width:956px;float:right}
.col2-left-layout .sidebar{width:212px;float:left}

/* header */
#header{position:relative;z-index:9}
#layout {padding-top: 48px;}
#header .top-bar{    margin-bottom: 10px;
    min-height: 38px;
    position: fixed;
    background: #3C3C3C;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10000;}
#header .top-bar .welcome{float:left;width:450px;color:#FFF;line-height:38px}
#header .top-bar .user-links{float:right;font-size:12px}
#header .top-bar .user-links .link{float:left;color:#FFF}
#header .top-bar .user-links a{color:#FFF;text-decoration:none}
#header .top-bar .user-links .t{line-height:38px}
#header .top-bar .user-links .link{position:relative;padding:0 20px;-webkit-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s}
#header .top-bar .user-links .link:hover{background:#4B4A4A}
#header .top-bar .user-links .t{z-index:2;padding:0 0 0 40px;display:inline-block;position:relative}
#header .top-bar .user-links .t:after,#header .top-bar .user-links .link-help .t:before,#header .top-bar .user-links .link-auth .t:before{-webkit-transition:background-color 0.2s;-o-transition:background-color 0.2s;transition:background-color 0.2s;content:'';display:block;background:url(sprite.png) no-repeat left top;width:25px;height:25px;-webkit-border-radius:100%;border-radius:100%;border:1px solid #FFF; -webkit-box-shadow: 0 0 1px 0px white inset, 0 0 1px 0px white; box-shadow: 0 0 1px 0px white inset, 0 0 1px 0px white;text-align:center;line-height:25px;position:absolute;left:0px;top:7px;   image-rendering: -webkit-optimize-contrast;}
#header .top-bar .user-links .link .dd{z-index:1;-webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.400);box-shadow:0px 2px 2px rgba(0,0,0,0.400);-webkit-animation:fadeIn 0.2s;animation:fadeIn 0.2s;font-size:13px;display:none;position:absolute;top:38px;left:0px;background:#4B4A4A;padding:10px 10px;width:200px}
#header .top-bar .user-links .link-auth .t:before, #header .top-bar .user-links .link-help .t:before {-webkit-box-shadow: none;box-shadow: none;}
#header .top-bar .user-links .link .dd li{border-bottom:1px dotted #3C3C3C}
#header .top-bar .user-links .link .dd li:last-child{border:0px}
#header .top-bar .user-links .link .dd li a{-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;display:block;padding:6px 10px}
#header .top-bar .user-links .link .dd li a:hover, #header .top-bar .user-links .link .dd li a.active{background:#3C3C3C}
#header .top-bar .user-links .link:hover .dd{display:block}
#header .top-bar .user-links .link-auth .t:after{background-position:-64px -3px}
#header .top-bar .user-links .link-bookmarks .t:after{background-position:-34px -3px; }
#header .top-bar .user-links .link-help .t,#header .top-bar .user-links .link-auth .t{padding-right:24px}
#header .top-bar .user-links .link-help .t:before,#header .top-bar .user-links .link-auth .t:before{width:12px;top:16px;height:6px;background-position:-151px -33px;border:0px;left:auto;right:0px;line-height:0px}
#header .top-bar .user-links .link-help .t:after{
  background-position:-2px -3px
}
#header .top-bar .user-links .link-auth .dd{width:100%}
#header .top-bar .user-links .link-cart{text-align:center;background:#4B4A4A;min-width:214px;}
#header .top-bar .user-links .link-cart .t:after{background-color:#FFF;background-position:-94px -3px}
#header .top-bar .user-links .link-cart .t:hover:after,#header .top-bar .user-links .link-cart:hover .t:after{background-position:-123px -3px;background-color:#3C3C3C;border-color:#3C3C3C}
#header .top-bar .user-links .link-cart .t span{font-weight:700}
#header .top-bar .user-links .link-cart .t i{font-style:normal;margin-left:2px}
#header .top-bar .user-links .link-cart:hover{background:#FFF}
#header .top-bar .user-links .link-cart:hover .t{color:#333}
#header .top-bar .user-links .link-cart:hover .t span{color:#2674A9}

#header .top-bar .user-links .link-cart.hovered .dd{display:block}
#header .top-bar .user-links .link-cart.hovered{background:#FFF}
#header .top-bar .user-links .link-cart.hovered .t{color:#333}
#header .top-bar .user-links .link-cart.hovered .t span{color:#2674A9}

#header .top-bar .user-links .link-cart .dd{text-align:left;color:#333;left:auto;right:0px;width:376px;padding:0px 0;background:#FFF}
#header .top-bar .user-links .link-cart .dd a:hover{text-decoration:underline}
#header .top-bar .user-links .link-cart .dd .dd-items-wrap{padding:0 0 0 14px;/*max-height:287px;*/overflow:hidden;overflow-x:hidden;overflow-y:auto}
#header .top-bar .user-links .link-cart .dd .dd-items{    height: 354px;
    overflow-y: auto;
    padding-right: 14px;}
#header .top-bar .user-links .link-cart .dd .dd-items .item{border-bottom:1px dotted #BEBEBE;padding:9px 0}
#header .top-bar .user-links .link-cart .dd .dd-items .item:last-child{border:0px}
#header .top-bar .user-links .link-cart .dd .dd-items .i-img{float:left;margin-right:-100%;display:block;width:96px;height:96px;text-align:center;line-height:96px;font-size:0px}
#header .top-bar .user-links .link-cart .dd .dd-items .i-img img{max-width:100%;max-height:100%}
#header .top-bar .user-links .link-cart .dd .dd-items .i-desc{position:relative;margin:0 0px 0 110px;padding-right:30px}
#header .top-bar .user-links .link-cart .dd .dd-items .i-desc  .i-del{-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;position:absolute;right:0px;text-align:center;line-height:18px;font-size:15px;bottom:48px;width:20px;border:1px solid #3D3D3D;-webkit-border-radius:100%;border-radius:100%;color:#3D3D3D;text-decoration:none;height:20px}
#header .top-bar .user-links .link-cart .dd .dd-items .i-desc  .i-del:hover{background:#E04244;color:#FFF;border-color:#E04244}
#header .top-bar .user-links .link-cart .dd .dd-items .i-desc .i-title{padding-top:6px;font-weight:700;margin-bottom:4px;text-transform:uppercase}
#header .top-bar .user-links .link-cart .dd .dd-items .i-desc .i-title a{color:#2674A9}
#header .top-bar .user-links .link-cart .dd .dd-items .i-desc .i-variant{margin-bottom:2px;line-height:12px;font-size:12px;color:#A3A4A5}
#header .top-bar .user-links .link-cart .dd .dd-items .i-desc .i-variant span{float:left;margin-top:1px;margin-right:6px;display:block;height:11px;width:11px;font-size:0px;border:1px solid #131F30;backgroun-position:center center;background-repeat:no-repeat}
#header .top-bar .user-links .link-cart .dd .dd-items .i-desc .i-sku{font-size:12px;color:#4B4E4D}
#header .top-bar .user-links .link-cart .dd .dd-items .i-desc .i-buttons{
  padding-top:15px;
  position:relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  row-gap: 4px;
}
#header .top-bar .user-links .link-cart .dd .dd-items .i-desc .i-buttons>small{
  width: 100%;
}
#header .top-bar .user-links .link-cart .dd .dd-items .i-desc .qty {
  width: 45px;
  line-height: 25px;
  float: left;
  margin-right: 10px;
  padding: 0 10px;
  height: auto;
}
#header .top-bar .user-links .link-cart .dd .dd-items .i-desc .qty span{float:left;display:block;text-align:left;cursor:pointer;outline:none;width:10px;line-height:25px !important;height:25px;font-size:11px;color:#3E463C}
#header .top-bar .user-links .link-cart .dd .dd-items .i-desc .qty .plus{text-align:right}
#header .top-bar .user-links .link-cart .dd .dd-items .i-desc .qty input{float:left;width:25px;height:25px;padding:0px;text-align:center;line-height:25px;font-size:11px;color:#3E463C}
#header .top-bar .user-links .link-cart .dd .dd-items .i-desc .msg{width:62px;float:left;font-size:12px;line-height:13px;color:#DE3537}
#header .top-bar .user-links .link-cart .dd .dd-items .i-desc .i-price{margin-right:-30px;color:#4C4F4E;padding-top:10px;font-size:14px;float:right;position:relative}
#header .top-bar .user-links .link-cart .dd .dd-items .i-desc .i-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
}
#header .top-bar .user-links .link-cart .dd .dd-items .i-desc .i-price .prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* gap: 4px; */
}
#header .top-bar .user-links .link-cart .dd .dd-items .i-desc .i-price .prices>.old-price {
  position: relative;
  color: #9b9b9c;
  line-height: 0.2;
}
/* #header .top-bar .user-links .link-cart .dd .dd-items .i-desc .i-price .prices>.old-price::after {
  height: 1px;
  content: '';
  width: 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  line-height: 0px;
  font-size: 0px;
  background: #9b9b9c;
} */
#header .top-bar .user-links .link-cart .dd .dd-items .i-desc .i-price del{display:block;position:absolute;right:0px;top:-4px;color:#A0A1A2;font-size:12px}
#header .top-bar .user-links .link-cart .dd .dd-cart-summary{margin-bottom:19px;line-height:15px;font-size:13px;color:#494E4C;padding:16px 16px 0 16px;border-top:1px solid #C0C0C0}
#header .top-bar .user-links .link-cart .dd .dd-cart-summary.dd-cart-summary-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
#header .top-bar .user-links .link-cart .dd .dd-cart-summary.dd-cart-summary-flex>.dd-total>.dd-total__all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px;
  font-size: 15px;
}
#header .top-bar .user-links .link-cart .dd .dd-cart-summary.dd-cart-summary-flex>.dd-total>.dd-total__all>.dd-total__discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5px;
}
#header .top-bar .user-links .link-cart .dd .dd-cart-summary.dd-cart-summary-flex>.dd-total>.dd-total__all>.dd-total__price>span,
#header .top-bar .user-links .link-cart .dd .dd-cart-summary.dd-cart-summary-flex>.dd-total>.dd-total__all>.dd-total__discount>span,
#header .top-bar .user-links .link-cart .dd .dd-cart-summary.dd-cart-summary-flex>.dd-total>.dd-total__all>.dd-total__total>span {
  font-weight: 700;
}
#header .top-bar .user-links .link-cart .dd .dd-cart-summary span{font-weight:700}
#header .top-bar .user-links .link-cart .dd .dd-cart-summary .count{float:left;text-transform:uppercase}
#header .top-bar .user-links .link-cart .dd .dd-cart-summary .price{font-size:15px;float:right}
#header .top-bar .user-links .link-cart .dd .dd-cart-error{text-align:center;padding:13px 16px;color:#DE3537;font-size:13px;border-top:1px dashed #9DC0D8}
#header .top-bar .user-links .link-cart .dd .dd-cart-buttons{padding:0 16px;margin-bottom:13px; }
#header .top-bar .user-links .link-cart .dd .dd-cart-buttons .button{float:right;padding:0 14px;width:165px;height:30px;line-height:30px;font-size:12px; }
#header .top-bar .user-links .link-cart .dd .dd-cart-buttons .button2{color:#fff;float:left;width:100%;background: #2574A9;}
#header .top-bar .user-links .link-cart .dd .dd-cart-buttons .button2:hover{background: #525252;}
#header .top-bar .user-links .link-cart .dd .dd-delivery-msg,.cart-page .cart-summary .delivery-msg{color:#2674A9;font-size:14px;position:relative;line-height:18px;padding:0 16px 17px 79px}
#header .top-bar .user-links .link-cart .dd .dd-delivery-msg:after,.cart-page .cart-summary .delivery-msg:after{width:47px;position:absolute;left:16px;top:3px;height:29px;content:'';background:url(sprite.png) no-repeat 0 -30px}
#header .top-bar .user-links .link-cart .dd .sale-msg.dd-delivery-msg:after,.cart-page .cart-summary .delivery-msg.sale-msg:after{background:url(sale.svg) no-repeat 5px 50%; -webkit-background-size: 29px 29px; background-size: 29px;}
#header .top-bar .user-links .link-cart .dd .dd-delivery-msg span,.cart-page .cart-summary .delivery-msg span{font-weight:700}
#header .top-bar .user-links .link-cart .dd .dd-delivery-msg {min-height:54px;}
#header .top-bar .user-links .link-cart .dd .dd-cart-empty{text-align:center;padding:20px 16px;font-size:13px}
#header .top-bar .user-links .link-cart-page:hover {background:#4B4A4A;cursor:default;color:#FFF;}
#header .top-bar .user-links .link-cart-page:hover .t{cursor:default;color:#FFF;}
#header .top-bar .user-links .link-cart-page:hover .t span {color:#FFF;}
#header .top-bar .user-links .link-cart-page:hover .t:after {background-color:#FFF;background-position:-94px -3px;border-color:#FFF;}
#header .shop-title{margin-top:27px;float:left;margin-right:110px;font-size:12px;color:#3A4332;text-transform:uppercase}
#header .shop-title span{display:block;font-size:18px;color:#2674A9;font-weight:700}
#header .logo,#footer .logo{margin-right:54px;background:url(logo.png) no-repeat left top;width:155px;height:90px;float:left;display:block;font-size:0px;line-height:0px}
#header .contacts,#footer .col-social .contacts{position:relative;margin-top:24px;float:right;text-align:right}
#header .contacts .phone,#footer .col-social .contacts .phone{margin-bottom:11px;font-size:26px;line-height:26px;color:#404840;font-weight:700}
.contacts .phone a{text-decoration:none;    color: #404840;}
#header .contacts .callmeback-link{color:#5D5F5E;font-size:12px;text-transform:uppercase}
#header .contacts .callmeback-link span{cursor:pointer;position:relative;display:inline-block;border-bottom:1px dashed #5D5F5E;font-weight:700}
#header .contacts .callmeback-link span:after{content:'';background:url(sprite.png) no-repeat -163px -7px;display:block;width:14px;height:14px;position:absolute;left:-22px;top:0px}
#header .contacts .callmeback-link span:hover{color:#2574A9;border-color:#2574A9}
#header #search{position:relative;float:left;margin-top:20px}
#header #search input[type=text]{font-size:12px;color:#293F16;text-transform:none;width:340px;height:46px;line-height:46px;padding:0 50px 0 15px}
#header #search input[type=submit]{display:none}
#header #search .go{width:24px;background:url(sprite.png) no-repeat -56px -35px;height:24px;cursor:pointer;position:absolute;right:14px;top:12px}
#header .row-b{margin-bottom:13px}
#header .nav{height:47px;background:#2574A9}
#header .nav>ul{width:101%}
#header .nav>ul>li{float:left;position:relative}
#minicart_submit {display: none;}
#header .nav>ul>li>a {text-transform:uppercase;position:relative;-webkit-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s;line-height:47px;color:#FFF;display:block;padding:0 25px;font-size:16px;font-weight:700;text-decoration:none;   background: #2574A9;}
#header .nav>ul>li>a.hs{padding-right:45px}
#header .nav>ul>li>a.hs:after{background:url(sprite.png) no-repeat -87px -47px;content:'';width:12px;height:8px;position:absolute;right:20px;top:21px}
#header .nav>ul>li>a:hover,#header .nav>ul>li:hover>a,#header .nav>ul>li>a.active{    background: #FFF;
    color: #2674A9;
     -webkit-box-shadow: inset 0 0px 0px 1px #E3E3E3;
             box-shadow: inset 0 0px 0px 1px #E3E3E3;
   }
#header .nav>ul>li>a.hs:hover:after,#header .nav>ul>li>a.active:after{background-position:-87px -34px;color:#2674A9}

#header .nav>ul>li.l-about{margin-right:-1px;}
#header .nav>ul>li.l-about>a{position:relative;width:181px;padding:0 22px 0 54px}
#header .nav>ul>li.l-about>a:before{content:'\f0c9';position:absolute;left:18px;top:1px;font-family:'Fontawesome';font-size:26px;font-weight:400;}
#header .nav>ul>li.l-about>a:after{content:'';width:1px;height:26px;position:absolute;right:0px;top:11px;background:#FFF;}
#header .nav>ul>li>ul,#header .nav>ul>li>ul>li ul{
  width: auto;
  font-size: 14px;
  display: none;
  position: absolute;
  left: 1px;
  top: 46px;
  background: #FFF;
  z-index: 1;
  -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
          box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
  -webkit-animation: fadeIn 0.2s;
  animation: fadeIn 0.2s;
  padding: 10px 0px;
}
.delivery-msg.success-msg0:after {
  background-position: 1px -217px !important;
  height: 37px !important;
  width: 37px !important;
}
.delivery-msg.success-msg02:after {
  background: url(sale.svg) no-repeat 5px 50% !important;
  -webkit-background-size: 29px 29px !important;
          background-size: 29px !important;
}
.delivery-msg.warning-msg1 {
  margin-top: 20px;
}
.delivery-msg.warning-msg1:after {
  background: url(notification-warning.svg) no-repeat 5px 50% !important;
  -webkit-background-size: 29px 29px !important;
          background-size: 29px !important;
}

#header .nav>ul>li>ul li{position:relative;padding:6px 20px;/*white-space:nowrap*/; width: 100%; line-height: 1.3;}
#header .nav>ul>li>ul>li>a{display:block;color:#3A4332;text-decoration:none; line-height: 18px;}
#header .nav>ul>li>ul>li>a:hover,#header .nav>ul>li>ul>li:hover>a{font-weight:700;color:#2674A9;}
#header .nav>ul>li>ul>li ul{padding:10px 20px;display:none;font-size:14px;left:74%;top:-10px}
#header .nav>ul>li>ul>li>ul li{padding:5px 0px;white-space:nowrap}
#header .nav>ul>li>ul>li>ul li>a{color:#3A4332;text-decoration:none}
#header .nav>ul>li>ul>li>ul li>a:hover{color:#2674A9}
#header .nav>ul>li:hover>ul,#header .nav>ul>li>ul>li:hover>ul, #header .nav>ul>li>ul>li>ul>li:hover>ul{display:block}
#header .nav>ul>li.dd-reverse>ul{left:auto;right:1px}
#header .nav>ul>li.dd-reverse>ul>li>ul{left:auto;right:74%;}
button.addtocart.active2:after, #temp-notice  {
/*content: 'Добавлено';*/
       color: red;
    display: block !important;
    text-transform: none;
    line-height: 1.4;
    clear: both;
    text-align: center;
    font-size: 1.2em;
    height: 20px;
    margin-bottom: -20px;
}
/* breadcrumbs */
.breadcrumbs{font-size:12px;text-transform:uppercase;color:#9B9B9C;margin-bottom:20px}
.breadcrumbs span{display:inline-blokc;margin:0 4px}
.breadcrumbs a{color:#9B9B9C;text-decoration:none}
.breadcrumbs a:hover{text-decoration:underline}

/* ico */
.ico{width:33px;-webkit-transition:opacity 0.3s;-o-transition:opacity 0.3s;transition:opacity 0.3s;height:33px;display:inline-block;background:url(sprite.png) no-repeat left top}
.ico:hover{opacity:0.8}
.ico-bookmark{background-position:-94px -137px}
.ico-remove{background-position:-135px -137px}

/* product qty */
.qty{text-align:center;position:relative;width:85px;height:45px;line-height:45px}
.qty input[type=text]{width:45px;height:45px;line-height:45px;padding:0px;text-align:center}
.qty .plus,.qty .minus{font-size:14px;position:absolute;left:0px;top:0px;width:20px;height:45px;line-height:45px;cursor:pointer;text-align:left}
.qty .plus{text-align:right;left:auto;right:0px}

/* sort */
.sort{margin-bottom:25px;text-transform:uppercase;font-size:12px;color:#3E463C}
.sort .count{float:left;font-weight:700}
.sort .sep{float:left;padding:0 6px}
.sort .perpage{position:relative;margin-right:30px;float:left}
.sort .perpage .t>span,.sort .sort-by>span{margin:0 4px;cursor:pointer;position:relative;font-weight:700;display:inline-block;padding-right:16px}
.sort .perpage .t>span span,.sort .sort-by>span span{border-bottom:1px dashed #3E463C}
.sort .perpage .t>span:after,.sort .sort-by>span:after{width:12px;height:8px;content:'';position:absolute;right:0px;top:2px;background:url(sprite.png) no-repeat -180px -35px}
.sort .perpage .t>span:hover{border-color: #FFF}
.sort .perpage .dd{text-transform:none;-webkit-animation:fadeIn 0.2s;animation:fadeIn 0.2s;display:none;position:absolute;left:0px;top:14px;width:100%;padding:10px;background:#FFF;z-index:9;-webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.3);box-shadow:0px 2px 2px rgba(0,0,0,0.3)}
.sort .perpage .dd  li{padding:4px 0;font-size:14px;cursor:pointer}
.sort .perpage .dd  li:hover,.sort .perpage .dd  li.selected{color:#2574A9;text-decoration:underline}
.sort .perpage .dd  li.selected{font-weight:700;text-decoration:none}
.sort .perpage:hover .dd{display:block}
.selected-color-name {
  text-transform: uppercase;
}
.selected-color-name strong {
  text-transform: none;
}

.sort .perpage2{position:relative;margin-right:30px;float:left}
.sort .perpage2 .t>span,.sort .sort-by>span{margin:0 4px;cursor:pointer;position:relative;font-weight:700;display:inline-block;padding-right:16px}
.sort .perpage2 .t>span span,.sort .sort-by>span span{border-bottom:1px dashed #3E463C}
.sort .perpage2 .t>span:after,.sort .sort-by>span:after{width:12px;height:8px;content:'';position:absolute;right:0px;top:2px;background:url(sprite.png) no-repeat -180px -35px}
.sort .perpage2 .t>span:hover{border-color: #FFF}
.sort .perpage2 .dd{
  text-transform: none;
  -webkit-animation: fadeIn 0.2s;
  animation: fadeIn 0.2s;
  display: none;
  position: absolute;
  right: 0px;
  top: 14px;
  width: 190px;
  padding: 10px;
  background: #FFF;
  z-index: 9;
  -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
          box-shadow: 0px 2px 2px rgba(0,0,0,0.3);}
.sort .perpage2 .dd  li{padding:4px 0;font-size:14px;cursor:pointer}
.sort .perpage2 .dd  li:hover,.sort .perpage2 .dd  li.selected{color:#2574A9;text-decoration:underline}
.sort .perpage2 .dd  li.selected{font-weight:700;text-decoration:none}
.sort .perpage2:hover .dd{display:block}

.sort .sort-by{float:left}
.sort .sort-by>span{font-weight:400}
.sort .sort-by>span.selected{font-weight:700}

/* product page */
.product-page .product-gallery{margin-right:30px;width:373px;float:left}
.product-page .product-gallery .preview{margin-bottom:3px;display:block;text-align:center}
.product-page .product-gallery .preview img{max-width:100%}
.product-page .product-gallery .thumbs{margin-left:-3px; padding-top: 1em;}
.product-page .product-gallery .thumbs a{display:block;float:left;width:91px;height:91px;margin:0 0 3px 3px;}
.product-page .product-gallery .thumbs a img{width:91px;height:91px;line-height:91px;text-align:center}
.product-page .product-body{width:526px;float:left}
.product-page .product-body-wide {width:780px;float:right;margin-right:0px;}
.product-page .product-body .product-title{line-height:20px;font-size:18px;margin-bottom:13px}
.product-page .product-body .product-title h1{margin-bottom:0px;display:inline-block;text-transform:uppercase;font-weight:700}
.product-page .product-body .prodcut-title .sku{display:inline-block}
.product-page .product-body .product-title .sku span{font-weight:700}
.product-page .product-body .price-wrap{padding-bottom:6px;margin-bottom:13px;border-bottom:1px dotted #A3A3A3}
.product-page .product-body .price-wrap .price-a{font-size:17px;margin-bottom:3px}
.product-page .product-body .price-wrap .price-b{line-height:20px;font-size:20px; display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;}
.product-page .product-body .price-wrap .price-b del{position:relative;text-decoration:line-through;display:inline-block;color:#3E463C;margin-right:10px}
.product-page .product-body .price-wrap .price-b del:after{height:0px;content:'';width:100%;position:absolute;left:0px;top:50%;line-height:0px;font-size:0px;background:#414141}
.product-page .product-body .price-wrap .price-b .price{display:inline-block}
.product-page .product-body .price-wrap.old-wrap .price-b .price {color:#DE3537;}
@media (max-width: 1024px) {.product-page .product-body .price-wrap .price-b .avl {left:auto !important;}}
.product-page .product-body .price-wrap .price-b .avl{position:relative;padding-top:2px;float:right;font-size:14px;color:#2674A9;text-transform:uppercase;font-weight:700;padding-right:32px; left:30%;}
@media (max-width: 1024px) {.product-page .product-body .price-wrap .price-b .avl-1 {left:auto !important;}}
.product-page .product-body .price-wrap .price-b .avl-1{position:relative;padding-top:2px;float:right;font-size:14px;color:#2674A9;text-transform:uppercase;font-weight:700;padding-right:32px; left:22%;}
.product-page .product-body .price-wrap .price-b .avl:after, .avl-1:after{content:'';width:15px;height:14px;background:url(sprite.png) no-repeat -85px -113px;position:absolute;right:8px;top:2px}
.product-page .product-body .price-wrap .price-b .avl.na {color:#F00;padding-right:0px;}
.product-page .product-body .price-wrap .price-b .avl.na:after{display:none;}
.product-page .product-params {
  margin-bottom: 15px;
  border-bottom: 1px dotted #A3A3A3;
  padding-bottom: 15px;
}
.product-page .product-params .row{font-size:13px;margin-bottom:6px;overflow:hidden}
.product-page .product-params .row .label{color:#9B9B9C;float:left;margin-right:-100%}
.product-page .product-params .row .value{margin-left:174px;color:#3E463C}
.tab {color:#3E463C;}
.tab p {margin-bottom: 5px;}
.product-page .tabs{font-size:14px;margin-bottom:13px}
.product-page .tabs .tab-links{font-size:14px;font-weight:500;height:36px;border-bottom:1px solid #D2D2D2}
.product-page .tabs .tab-links li{cursor:pointer;color:#A1A2A3;text-transform:uppercase;padding-top:12px;height:36px;float:left;padding-right:27px;position:relative}
.product-page .tabs .tab-links li:hover{color:#3E463C}
.product-page .tabs .tab-links li.active{font-weight: 700;
    cursor: default;
    border-left: 1px solid #d5d5d5;
    background: #FFF;
    color: #3E463C;
    border-top: 1px solid #D5D5D5;
    padding-left: 1em;}
.product-page .tabs .tab-links li.active:before{background:url(sprite.png) no-repeat -178px -65px;width:19px;height:36px;position:absolute;right:0px;top:-1px;content:''}
.product-page .tabs .tab-links li:last-child{margin-right:0px}
.product-page .tabs .tabs-content{font-size:13px;line-height:19px;font-weight:300}
.product-page .tabs .tabs-content .tab{display:none}
.product-page .tabs .tabs-content .tab:first-child{display:block}
.product-page .product-buy{padding-top:22px;margin-bottom:64px}
.product-page .product-buy .add-to-bookmark{
  margin-right:32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  text-decoration:none;
  float:right;
  position:relative;
  /* padding-left:50px; */
  font-size:13px;
  color:#545655;
  text-transform:uppercase;
}
/* .product-page .product-buy .add-to-bookmark:after{
  content:'';
  background:url(sprite.png) no-repeat -162px -171px;
  width:37px;
  height:37px;
  position:absolute;
  left:0px;
  top:0px
} */
/* .product-page .product-buy .add-to-bookmark:after{
  content:'';
  background: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' ?%3e%3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg height='512px' id='Layer_1' style='enable-background:new 0 0 512 512;' version='1.1' viewBox='0 0 512 512' width='512px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cpath d='M340.8,83C307,83,276,98.8,256,124.8c-20-26-51-41.8-84.8-41.8C112.1,83,64,131.3,64,190.7c0,27.9,10.6,54.4,29.9,74.6 L245.1,418l10.9,11l10.9-11l148.3-149.8c21-20.3,32.8-47.9,32.8-77.5C448,131.3,399.9,83,340.8,83L340.8,83z'/%3e%3c/svg%3e") no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 23px;
  width:37px;
  height:37px;
  position:absolute;
  left:0px;
  top:0px
} */
/* .product-page .product-buy .add-to-bookmark.active:after {
  background-position: -85px -256px;
  width: 35px;
  height: 35px;
} */
.product-page .product-buy .add-to-bookmark .product-bookmark__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  background: transparent;
  border: 1px solid #595959;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.product-page .product-buy .add-to-bookmark svg {
  margin-top: 3px;
  width: 17px;
  height: 17px;
  fill: #595959;
}
.product-page .product-buy .add-to-bookmark.active .product-bookmark__icon {
  background-color: #ffdb2e;
  border-color: #ffdb2e;
}
#header .top-bar .user-links a.link.link-bookmarks .t{
	/*display: none;*/
}
.product-page .product-buy .add-to-bookmark:hover{color:#2574A9}
.product-page .product-buy .product-qty{margin-right:12px;width:82px;float:left;line-height:42px}
.product-page .product-buy .product-qty .label{width:100%;position:absolute;top:-22px;text-align:center;margin-bottom:10px;font-size:12px;color:#9B9B9C;text-transform:uppercase;display:block;line-height:12px}
.product-page .product-buy .product-qty input[type=text]{font-size:14px;width:42px;height:42px;line-height:42px}
.product-page .product-buy .error-msg{float: none; padding-top: 1em;clear: both;font-size:12px;color:#DE3537;line-height:14px}
.product-page .product-buy .error-msg span{font-weight:700}
.product-page .product-buy .quantity-msg{float: none; padding-top: 1em;clear: both;font-size:12px;color:#686A69;line-height:14px}
.product-page .product-buy .in-cart-msg{float: none; padding-top: 1em;clear: both;font-size:12px;color:#686A69;line-height:14px}
.product-page .product-buy .addtocart{float:left;width:170px;padding-left:48px;position:relative;text-align:center;padding-right:0px;font-size:17px}
.product-page .product-buy .addtocart:before{background:url(sprite.png) no-repeat -113px -33px;width:32px;height:26px;content:'';position:absolute;left:16px;top:7px}
.product-page .product-related{padding-top:60px;clear:both}
.product-page .product-related .widget-t{margin-bottom:30px}
.product-page .product-related .list a{float:left;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;width:171px;display:block;height:160px;padding:0 15px;text-align:center;line-height:160px}
.product-page .product-related .list a:hover{opacity:0.8}
.product-page .product-related .list a img{max-width:100%;max-height:100%}
.product-page .product-similar-wrap{overflow:hidden;border:1px dotted #989898;width:230px;float:right;padding:10px 10px 45px 10px;position:relative}
.product-page .product-similar-wrap .products-similar{max-height:600px !important}
.product-page .product-similar-wrap .prev,.product-page .product-similar-wrap .next{position:absolute;left:47%;margin-left:-9px;top:50px;z-index:8;cursor:pointer;background:url(sprite.png) no-repeat 0 -159px;width:18px;height:11px;text-indent:-9999px;font-size:0px}
.product-page .product-similar-wrap .disabled{display:none}
.product-page .product-similar-wrap .next {
  top: auto;
  bottom: 10px;
  background-position: -161px -261px;
  background-color: #E6E6E6;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.product-page .product-similar-wrap .prev {
  position: absolute;
  left: 47%;
  margin-left: -9px;
  top: 50px;
  z-index: 8;
  cursor: pointer;
  background: url(sprite.png) no-repeat 0 -159px;
  width: 18px;
  height: 11px;
  text-indent: -9999px;
  background-position: -130px -261px;
  background-color: #E6E6E6;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: 0px;
}
.product-page .product-similar-wrap .prev:hover,.product-page .product-similar-wrap .next:hover{opacity:0.7}
.product-page .product-similar-wrap>.t{  margin-bottom: 25px; font-weight:500;text-transform:uppercase;color:#2674A9;font-size:18px;padding-bottom:8px;border-bottom:1px dotted #989898;text-align:center}
.product-page .product-similar-wrap .products-mini{}
.product-page .product-similar-wrap .item{width:auto;float:none;padding:12px 0px;border-bottom:1px dotted #989898;margin-bottom:12px}
.product-page .product-similar-wrap .item .c{position:relative}
.product-page .product-similar-wrap .item :last-child{border:0px;margin-bottom:0px}
.product-page .product-similar-wrap .item{height:210px !important}
.product-page .product-similar-wrap .item .img{height:110px;margin-bottom:10px;line-height:110px}
.product-page .product-similar-wrap .item .t{padding-right:44px;height:15px;overflow:hidden}
.product-page .product-similar-wrap .item .price-wrap{padding-right:44px}
.product-page .product-similar-wrap .item .more{-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;position:absolute;z-index:9;right:0px;bottom:0px;display:block;width:37px;height:37px;background:url(sprite.png) no-repeat -121px -174px}
.product-page .product-similar-wrap .item .more:hover{opacity:0.6}

/* cart page */
.cart-empty {padding-top:50px;text-align:center;}
.cart-page{margin-bottom:65px}
.cart-page .cart-buttons .button{float:left}
.cart-page .cart-buttons .cart-total-error,.cart-page .cart-summary .cart-total-error{margin-top:-3px;width:192px;float:right;color:#DE3537;font-size:13px;margin-right:74px; line-height:14px; display: none!important;}
.cart-page .cart-summary .cart-total-error {width:auto;margin-top:0px;}
.cart-page .cart-buttons .cart-submit{float:right}

.cart-submit--disabled {background: #8f8f8f; border-color: #8f8f8f; pointer-events: none;cursor: default;text-decoration: none;}
.submit-msgs-wrapper {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
.cart-submit-disabled-messages {color: #DE3537;font-size: 15px;margin-top: 20px;}
.cart-page .top-buttons{margin-bottom:25px}
.cart-page .cart-bottom{margin-bottom:20px}
.cart-page .cart-bottom .discount{float:left;overflow:hidden}
.cart-page .cart-bottom .discount input[type=text]{float:left;width:237px;padding:0 17px}
.cart-page .cart-bottom .discount a{float:left;display:block;margin-left:-1px;width:122px;text-align:center;padding:0px;font-size:14px}
.cart-page .cart-bottom .discount .discount-code-error{color:#DE3537;font-size:13px;clear:both;padding-top:6px;}
.cart-page .cart-summary{float:right;width:430px}
.cart-page .cart-summary .total{padding-bottom:25px;border-bottom:1px solid #ABABAB;margin-bottom:10px}
.cart-page .cart-summary .cart-total-error{float:left;margin:0px}
.cart-page .cart-summary .cart-total{padding-top:10px;margin-bottom:5px;float:right;width:230px;text-align:right;font-size:23px}
.cart-page .cart-summary .cart-total span{font-weight:700}
.cart-page .cart-summary .cart-discounts-list {clear:both;font-size:15px;text-align:right;}

.cart-page .cart-summary .delivery-msg{min-height:inherit;height:38px;padding-bottom:0px; margin-bottom: 5px;padding-left:70px;font-size:15px;line-height:18px}
.cart-page .cart-summary .delivery-msg:after{left:0px}
.cart-items .tr{position: relative;overflow:hidden;border-bottom:1px dotted #BBBBBB}
.cart-items .tr .td{float:left;padding-right:20px}
/* .cart-items .tr .td-1{width:227px} */
.cart-items .tr .td-1{width: 170px;}
/* .cart-items .tr .td-2{width:346px} */
.cart-items .tr .td-2{width:246px}
.cart-items .tr .td-3{
  width:178px;
  padding-right: 5px;
  padding-left: 30px;
}
/* .cart-items .tr .td-4{width:182px} */
.cart-items .tr .td-4{width:150px}
.cart-items .tr .td-5{width:140px}
.cart-items .tr .td-6{width:125px;padding:0px;float:right}
.cart-items .tr-title{margin-bottom:25px;padding-bottom:10px;text-transform:uppercase;font-size:10px;color:#9B9B9C}
.cart-items .tr-body .tr{padding-bottom:25px;margin-bottom:25px}
.cart-items .tr-body .td{padding-top:65px}
.cart-items .tr-body .td-1,.cart-items .tr-body .td-2{padding-top:0px}
.cart-items .tr-body .td-1 a{display:block;width:150px;height:150px}
.cart-items .tr-body .td-1 a img{max-height:100%;max-width:100%}
.cart-items .tr-body .td-2{padding-top:10px;font-size:12px;line-height:16px;color:#9B9B9C}
.cart-items .tr-body .td-2 .t{margin-bottom:12px;text-transform:uppercase;font-size:14px}
.cart-items .tr-body .td-2 .t a{text-decoration:none;color:#3B4638}
.cart-items .tr-body .td-2 .t a strong{text-transform:none}
.cart-items .tr-body .td-2 .t a:hover{text-decoration:underline}
.cart-items .tr-body .td-2 p{margin-bottom:0px}
.cart-items .tr-body .td-4{padding-top:50px}
.cart-items .tr-body .td-4 .error-msg {color:#DE3537;padding:10px 0 0 20px;font-size:12px;}
.cart-items .tr-body .td-4 .error-msg span {font-weight:700;}
.cart-items .tr-body .td-6{padding-top:45px;text-align:center}
.cart-items .tr-body .td-6 a{margin:0 3px}
.cart-items .tr-body .td-3,.cart-items .tr-body .td-5{padding-top:62px;font-size:19px;font-weight:700}
.cart-items .tr-body .td-6{padding-top:55px; display: -webkit-box; display: -ms-flexbox; display: flex;}
/*#create_order{display:none !important}*/

.cart-items .tr-body .td-3.with-old-price,
.cart-items .tr-body .td-5.with-old-price {
  padding-top: 52px;
}
.cart-items .tr-body .td-3.with-old-price{
  padding-right: 5px;
  padding-left: 30px;
}
.cart-items .tr-body .cart__old-price {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #9b9b9c;
}
.cart-items .tr-body .cart__old-price:after {
  height: 2px;
  content: '';
  width: 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  line-height: 0px;
  font-size: 0px;
  background: #9b9b9c;
}

 /* widgets */
.widget{margin-bottom:30px}
.widget .widget-t,.page-title{margin-bottom:40px;font-weight:500;position:relative;text-align:center;font-size:19px;line-height:27px;text-transform:uppercase}
.widget .widget-t span,.page-title span, .widget .widget-t > a{display:inline-block;position:relative;z-index:2;background:#FFF;padding:0 22px;color:#2674A9}
.widget .widget-t > a {text-decoration:none;}
.widget .widget-t > a:hover {text-decoration:underline;}
.widget .widget-t:before,.page-title2:before{z-index:1;height:1px;content:'';line-height:0px;font-size:0px;width:100%;position:absolute;left:0px;top:12px;/*border-top:1px dotted #CCCCCC*/}
.widget-static .t{text-transform:uppercase;margin-bottom:13px;font-weight:700;font-size:16px;color:#434A44;}
.widget-static .editor{font-size:14px;line-height:16px}
.sidebar .widget{margin-bottom:50px}
.sidebar .widget .editor  img{max-width:100%;height:auto}
.widget-bestsellers {margin-bottom:45px;}
/* .widget-index-slider {overflow:hidden;height:366px;} */
.widget-index-slider {max-height:400px;}
.widget-index-slider .widget-c {padding:0 20px;}
.widget-index-slider .widget-c .product-slider .owl-controls .owl-prev, .widget-index-slider .widget-c .product-slider .owl-controls .owl-next {top:80px;}
.widget-index-slider .widget-c .product-slider .owl-controls .owl-prev {left:-20px;}
.widget-index-slider .widget-c .product-slider .owl-controls .owl-next {right:-20px;}
.widget-index-slider .products-mini .item .img {margin-bottom:10px;height:202px; line-height:202px;}
.widget-index-slider .products-mini .item .t {font-size:17px;font-weight:700;}
.widget-index-slider .products-mini .item .sku {margin-bottom:10px;color:#4C4F4E;font-size:14px;}
.widget-index-slider .products-mini .item .price-wrap {color:#4C4F4E}
.widget-index-slider .products-mini .item .price-wrap .price-a {margin-bottom:3px;font-size:14px;}
.widget-index-slider .products-mini .item .price-wrap .price-b {font-size:16px;}
.widget-index-slider .widget-t .more-link-wrap {margin-left:-100%;position:relative;z-index:2; line-height:normal;float:right;margin-top:-2px;padding:0 10px;background:#FFF;}
body .page-title2 h1 {border-bottom: 0}
/* page title */
.page-title{margin-bottom:30px}
.page-title h1{font-weight:500;margin-bottom:0px;color:#2674A9; border-bottom: 1px solid #e3e3e3;}
.title--collection{font-weight:500;margin-bottom:25px;color:#2674A9; border-bottom: 1px solid #e3e3e3;}
.page-title span{color:#2674A9}
.page-title2:before{/*border-top:1px solid #BFBFBF*/}
.collection-description{text-align:center;margin-bottom:40px}

/* product grid */
.products-mini .item{position:relative;padding:0 15px}
.products-mini .item .img{-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;margin-bottom:30px;display:block;height:146px;line-height:146px;text-align:center}
.products-mini .item .img img{max-width:100%;max-height:100%}
.products-mini .item .img:hover{opacity:0.8}
.products-mini .item .t{margin-bottom:3px;text-transform:uppercase;font-size:13px}
.products-mini .item .t a{text-decoration:none}
.products-mini .item .t a:hover{text-decoration:underline}
.products-mini .item .price-wrap .price-a{font-size:12px;line-height:15px;color:#4C4F4E}
.products-mini .item .price-wrap .price-b{font-size:13px;font-weight:700}
.products-mini .item .i_product__variants {
  display: grid;
  grid-template-columns: repeat(6, minmax(25px, 1fr));
  grid-gap: 3px;
  max-width: 202px;
  min-height:30px;
  margin: 5px auto;
}
.product-slider .owl-controls{position:absolute;left:0px;top:0px;width:100%;height:1px}
.product-slider .owl-controls .owl-prev,.product-slider .owl-controls .owl-next{position:absolute;z-index:99;cursor:pointer;text-indent:-9999px;left:0px;top:60px; background: rgba(0,0,0,0.1);
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100%;
            border-radius: 100%;}
.product-slider .owl-controls .owl-prev:after {
      content: '';
    background: url(sprite.png) no-repeat left -121px;
    width: 14px;
    height: 32px;

    position: absolute;
    top: 23%;
    left: 39%;
    z-index: 10;

}

.product-slider .owl-controls .owl-next:after {
 content: '';
  background:url(sprite.png) no-repeat -16px -121px;
  width:14px;height:32px;
  position: absolute;
    top: 23%;
    left: 39%;
    z-index: 10;
}
.product-slider .owl-controls .owl-next{right:0px;left:auto;background-position:-16px -121px}
.product-slider .owl-controls .owl-prev:hover,.product-slider .owl-controls .owl-next:hover{opacity:0.8}

/* main product grid */
.products-grid .item{margin-bottom:0px;position:relative;z-index:1;width:25%;height:410px;float:left}
.products-grid .item,.products-grid .item .img,.products-grid .item .c,.products-grid .item .price-wrap{-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s}
.products-grid .item .labels,.products-grid .item .preview,.products-grid .item .addtobookmark,.products-grid .item .del-wishlist, .products-mini .item .labels, .products-mini .item .addtobookmark{-webkit-animation:fadeInRight 0.2s;animation:fadeInRight 0.2s;position:absolute;z-index:9}
.products-grid .item .params{position:relative;-webkit-transition-property:all;-o-transition-property:all;transition-property:all;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:cubic-bezier(0,1,0.5,1);-o-transition-timing-function:cubic-bezier(0,1,0.5,1);transition-timing-function:cubic-bezier(0,1,0.5,1);max-height:0px;overflow-y:hidden;font-size:12px;color:#545655;line-height:16px}
.products-grid .item .params span{color:#9B9B9C}
.products-grid .item .c{background:#FFF;padding:20px;position:relative}
.products-grid .item .img{margin-bottom:10px;height:222px;text-align:center;line-height:222px;display:block}
.products-grid .item .img img{max-width:100%;max-height:100%}
.products-grid .item .t{font-size:16px;font-weight:700;text-transform:uppercase}
.products-grid .item .t a{color:#2674A9;text-decoration:none}
.products-grid .item .t a:hover{text-decoration:underline}
.products-grid .item .sku{padding-top:4px;font-size:14px;line-height:16px;color:#4C4F4E}
.products-grid .item .price-wrap{padding-top:12px;font-size:14px;line-height:21px;color:#4C4F4E}
.products-grid .item .price-wrap .price-b{font-weight:700;font-size:16px}
.products-grid .item .preview{display:none;left:13px;line-height:12px;top:13px;text-transform:uppercase;font-weight:400;font-size:12px;background:rgb(255,255,255);background:transparent\9;background:rgba(255,255,255,0.9);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff,endColorstr=#e5ffffff);zoom:1}
.products-grid .item .preview a{display:block;padding:5px 7px 5px 25px;font-weight:500;position:relative;text-decoration:none;color:#5AA6C9}
.products-grid .item .preview a:after{content:'';display:block;width:18px;height:18px;position:absolute;left:0px;top:2px;background:url(sprite.png) no-repeat -176px -111px}
.products-grid .item .preview a:hover{color:#2674A9}
.products-grid .item .labels, .products-mini .item .labels {right:10px;top:10px}
.products-grid .item .labels .label, .products-mini .item .labels .label{margin-bottom:1px;text-align:right}
.products-grid .item .labels .label span, .products-mini .item .labels .label span{height:20px;line-height:22px;padding:0 8px;display:inline-block;text-transform:uppercase;color:#FFFFFF;font-size:13px}


.products-grid .item .labels .label-new span, .products-mini .item .labels .label-new span{background:#25A992}
.products-grid .item .labels .label-new-cegisa-2025 span, .products-mini .item .labels .label-new-cegisa-2025 span{background:#25A992}

.products-grid .item .labels .label-last-sale span, .products-mini .item .labels .label-last-sale{background:#f28c48}



.products-grid .item .addtobookmark, .products-grid .item .del-wishlist, .products-mini.products-mini-slider .item .addtobookmark {
  display: none;
  width: 35px;
  height: 35px;
  right: 10px;
  top: 10px;
  background: url(sprite.png) no-repeat -93px -136px;
}
.product-similar-wrap .products-mini .item .addtobookmark{
  display: block;
  width: 35px;
  height: 35px;
  right: 0px;
  bottom: 0px;
  background: url(sprite.png) no-repeat -93px -136px;
}
.products-grid .item .addtobookmark:hover, .products-mini .item .addtobookmark:hover{
background-position: -85px -256px;
  width: 35px;
  height: 35px;
}
/* .products-grid .item .addtobookmark.active, .products-mini .item .addtobookmark.active, a.ico.addtobookmark.ico-bookmark.active, */
.products-grid .item .addtobookmark.active, .products-mini .item .addtobookmark.active {
  background-position: -85px -256px;
  width: 35px;
  height: 35px;
}
/*
.products-grid .item .del-wishlist {right:auto;left:10px;display:block; text-indent:-9999px;text-decoration:none;background-position:-135px -137px;}
.products-grid .item .del-wishlist:hover {opacity:0.8;}
.products-grid .item:hover{z-index:2}
.products-grid .item:hover .c{box-shadow:0px 0px 8px rgba(0,0,0,0.2)}
.products-grid .item:hover .params{max-height:500px; margin-bottom:13px;}
.products-grid .item:hover .img{height:160px;line-height:160px}
.products-grid .item:hover .price-wrap{padding-top:3px}
.products-grid .item:hover .preview{display:block}
.products-grid .item:hover .labels,.products-mini .item:hover .labels {display:none}
.products-grid .item:hover .addtobookmark,.products-mini .item:hover .addtobookmark{display:block}
*/
.products-grid .item .prod-variants {
  display: grid;
  grid-template-columns: repeat(6, minmax(18px, 1fr));
  grid-gap: 3px;
  min-height:30px;
  max-width: 222px;
  margin:5px auto 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}


@media (min-width: 1025px) {
	.products-grid .item .del-wishlist {right:auto;left:10px;display:block; text-indent:-9999px;text-decoration:none;background-position:-135px -137px;}
	.products-grid .item .del-wishlist:hover {opacity:0.8;}
	.products-grid .item:hover{z-index:2}
	.products-grid .item:hover .c{-webkit-box-shadow:0px 0px 8px rgba(0,0,0,0.2);box-shadow:0px 0px 8px rgba(0,0,0,0.2)}
	.products-grid .item:hover .params{max-height:500px; margin-bottom:13px;}
	.products-grid .item:hover .img{
    height:160px;
    line-height:160px
  }
  .products-grid .item:hover .prod-variants{
    max-width: 160px;
  }
	.products-grid .item:hover .price-wrap{padding-top:3px}
	.products-grid .item:hover .preview{display:block}
	.products-grid .item:hover .labels,.products-mini .item:hover .labels {display:none}
	.products-grid .item:hover .addtobookmark,.products-mini .item:hover .addtobookmark{display:block}
}
/* inner catalog */
.catalog a{text-decoration:none;color:#3E463C}
.catalog a:hover{text-decoration:underline}
.catalog>li{font-size:16px}
.catalog>li>span{display:block;margin-bottom:10px;text-transform:uppercase;color:#434A44;font-weight:700}
.catalog>li>ul>li{font-size:16px}
.catalog>li>ul>li>a{position:relative;padding-right:20px;text-transform:uppercase;margin-bottom:14px;display:block;color:#434A44}
.catalog>li>ul>li.hs>a:after{content:'';width:11px;height:6px;position:absolute;right:0px;top:7px;background:url(sprite.png) no-repeat -42px -160px}
.catalog>li>ul>li.active>a{margin-bottom:10px;display:block;font-weight:700;}
.catalog>li>ul>li.hs.active>a:after{background-position:-55px -160px}
.catalog>li>ul>li>ul{font-size:14px; padding-top:13px}
.catalog>li>ul>li>ul>li{margin-bottom:14px;padding-left:14px;position:relative}
.catalog>li>ul>li>ul>li.active>a{/*font-weight:700;color:#2674A9*/}
.catalog>li>ul>li>ul>li.hs.active>a{/*font-weight:700;color:#2674A9*/}
.catalog>li>ul>li>ul>li>ul{margin-bottom:15px;padding-top:15px}
.catalog>li>ul>li>ul>li>ul>li{position:relative;padding-left:11px;margin-bottom:7px}
.catalog>li>ul>li>ul>li>ul>li.active>a{font-weight: bold;}
.catalog a span {
  color: #9B9B9C;
  font-size: 11px;
}
ul.catalog>li>ul {
  padding-left: 10px;
}
ul.handle-baby>li>a {
  text-transform: none !important;
}
/* owl */
.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}
@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{-webkit-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)}
.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;-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;-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;-o-transition:scale 100ms ease;transition:scale 100ms ease}
.owl-carousel .owl-video-play-icon:hover{-webkit-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;background-size:contain;-webkit-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1}

/* Magic Zoom Plus v5.1.1  */
@font-face{font-family:"magictoolbox-thin";font-weight:normal;font-style:normal;src:url("magictoolbox-thin.eot");src:url("magictoolbox-thin.eot?#iefix") format("embedded-opentype"),url("magictoolbox-thin.woff") format("woff"),url("magictoolbox-thin.ttf") format("truetype"),url("magictoolbox-thin.svg#magictoolbox-thin") format("svg")}
.MagicZoom,.mz-figure,.mz-lens,.mz-zoom-window,.mz-loading,.mz-hint,.mz-expand .mz-expand-stage,.mz-expand .mz-expand-stage .mz-image-stage,.mz-expand .mz-image-stage>figure .mz-caption,.mz-thumb img,.mz-expand-thumbnails,.mz-expand-controls,.mz-button{-webkit-box-sizing:border-box;box-sizing:border-box}
.MagicZoom,.mz-figure{display:inline-block;outline:0 !important;font-size:0 !important;line-height:100% !important;direction:ltr !important;position:relative;z-index:1;overflow:hidden;margin:0 auto;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}
.MagicZoom{-webkit-transform:translate3d(0,0,0);-ms-touch-action:pan-y;touch-action:pan-y}
figure.mz-figure{-webkit-perspective:300px;perspective:300px;margin:0 !important}
.MagicZoom img,.mz-figure img{border:0 !important;margin:0 !important;outline:0 !important;padding:0 !important}
.MagicZoom>img,.mz-figure>img{width:100%;height:auto}
.ie8-magic .MagicZoom>img,.ie8-magic .mz-figure>img{width:100%;max-width:none !important}
.mz-figure.mz-no-zoom.mz-no-expand,.mz-expand .mz-figure.mz-no-zoom{cursor:default !important}
.mz-figure.mz-active,.mz-expand{-ms-touch-action:none;touch-action:none}
.mz-lens,.mz-zoom-window{position:absolute !important;overflow:hidden !important;pointer-events:none !important}
.mz-lens img,.mz-zoom-window img{position:absolute !important;max-width:none !important;max-height:none !important}
.mz-zoom-window{z-index:2000000000;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mz-zoom-window.mz-magnifier{-webkit-mask-image:-webkit-radial-gradient(circle,white,black);-webkit-mask-clip:content;cursor:none}
.mz-zoom-window.mz-magnifier.mz-expanded{z-index:2147483647}
.mz-zoom-window img{left:-1000%;right:-1000%;top:-1000%;bottom:-1000%;margin:auto !important;-ms-transform-origin:50% 50% !important;-webkit-transform-origin:50% 50% !important;transform-origin:50% 50% !important}
.mz-zoom-window.mz-preview img{top:0 !important;bottom:0 !important;left:0 !important;right:0 !important;margin:0 !important;-webkit-transform:none !important;-ms-transform:none !important;transform:none !important;width:100% !important;height:auto !important}
.lt-ie9-magic .mz-zoom-window img{margin:0 !important}
.mz-expand-controls{z-index:2147483647}
.mz-fade{-webkit-transition:opacity .25s;-o-transition:opacity .25s;transition:opacity .25s}
.mz-hidden{opacity:0}
.mz-visible{opacity:1}
.mobile-magic .mz-expand .mz-expand-bg{-webkit-transform-style:flat !important;transform-style:flat !important}
.mobile-magic .mz-expand .mz-image-stage>figure .mz-caption{display:none !important}
.mobile-magic .mz-expand-controls.mz-fade{-webkit-transition:none !important;-o-transition:none !important;transition:none !important}
.mobile-magic .mz-expand .mz-zoom-window{top:0 !important;left:0 !important}
.mz-figure.mz-active{background:#fff}
.mz-figure.mz-no-zoom,.mz-figure.mz-click-zoom,.mz-figure.mz-active{cursor:pointer;cursor:-webkit-zoom-in;cursor:zoom-in}
.mz-figure.mz-active.mz-no-expand{cursor:crosshair}
.mz-figure.mz-active.mz-click-zoom.mz-no-expand{cursor:crosshair;cursor:-webkit-zoom-out;cursor:zoom-out}
.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand{cursor:none}
.mz-figure.mz-active>img{filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0\'/><feComponentTransfer><feFuncA type=\'linear\' slope=\'0.6\'/></feComponentTransfer></filter></svg>#grayscale");-webkit-filter:grayscale(80%) opacity(60%);filter:grayscale(80%) opacity(60%)}
.no-cssfilters-magic .mz-figure.mz-active>img{opacity:0.6}
.lt-ie10-magic .mz-figure.mz-active>img{opacity:1;filter:progid:DXImageTransform.Microsoft.BasicImage(grayScale=1,opacity=0.6)}
.mz-figure.mz-active.mz-inner-zoom,.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom>img{opacity:0}
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom,.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom>.mz-zoom-window{opacity:1}
.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,.lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom>img{filter:alpha(opacity=0)}
.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom{background:transparent}
.mz-lens{border:1px solid #aaa;border-color:rgba(170,170,170,0.7);-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3);cursor:none;z-index:10;opacity:0}
.mz-figure.mz-active .mz-lens{opacity:1;-webkit-transition:opacity .3s cubic-bezier(0.25,0.5,0.5,0.9) .1s;-o-transition:opacity .3s cubic-bezier(0.25,0.5,0.5,0.9) .1s;transition:opacity .3s cubic-bezier(0.25,0.5,0.5,0.9) .1s}
.mz-figure.mz-active.mz-magnifier-zoom .mz-lens{-webkit-border-radius:50%;border-radius:50%;opacity:0;cursor:none}
.mz-zoom-window{background:#fff;-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);box-shadow:0 0 3px rgba(0,0,0,.2)}
.mz-zoom-window.mz-magnifier{-webkit-border-radius:100%;border-radius:100%;border:0;background:rgba(255,255,255,.3)}
.mz-zoom-window.mz-magnifier:before{content:"";display:block;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-border-radius:100%;border-radius:100%;border:1px solid rgba(170,170,170,0.7);-webkit-box-shadow:inset 0 0 20px 1px rgba(0,0,0,.3);box-shadow:inset 0 0 20px 1px rgba(0,0,0,.3);background:transparent;z-index:1}
.mz-zoom-window.mz-magnifier.mz-square,.mz-zoom-window.mz-magnifier.mz-square:before{-webkit-border-radius:0 !important;border-radius:0 !important}
.lt-ie9-magic .mz-zoom-window{border:1px solid #e5e5e5}
.mz-zoom-window.mz-inner{border:none;-webkit-box-shadow:none;box-shadow:none}
.mz-zoom-window .mz-caption{background:#777;color:#fff;font-size:10pt;opacity:0.8;position:absolute;top:0;z-index:150;padding:3px;width:100%;line-height:normal !important;text-align:center !important}
.lt-ie9-magic .mz-zoom-window .mz-caption{filter:alpha(opacity=80)}
.mz-zoom-window.caption-bottom .mz-caption{top:auto;bottom:0}
.mz-zoom-window.mz-expanded>.mz-caption{display:none}
.mz-zoom-window.mz-deactivating,.mz-zoom-window.mz-activating{-webkit-transition:opacity 0.3s cubic-bezier(0.25,0.5,0.5,0.9),-webkit-transform 0.3s cubic-bezier(0.25,0.5,0.5,0.9);transition:opacity 0.3s cubic-bezier(0.25,0.5,0.5,0.9),-webkit-transform 0.3s cubic-bezier(0.25,0.5,0.5,0.9);-o-transition:opacity 0.3s cubic-bezier(0.25,0.5,0.5,0.9),transform 0.3s cubic-bezier(0.25,0.5,0.5,0.9);transition:opacity 0.3s cubic-bezier(0.25,0.5,0.5,0.9),transform 0.3s cubic-bezier(0.25,0.5,0.5,0.9);transition:opacity 0.3s cubic-bezier(0.25,0.5,0.5,0.9),transform 0.3s cubic-bezier(0.25,0.5,0.5,0.9),-webkit-transform 0.3s cubic-bezier(0.25,0.5,0.5,0.9)}
.mz-zoom-window.mz-deactivating{-webkit-transition-duration:.25s,.25s,.25s;-o-transition-duration:.25s,.25s,.25s;transition-duration:.25s,.25s,.25s}
.mz-zoom-window.mz-p-right,.mz-zoom-window.mz-p-left,.mz-zoom-window.mz-p-top,.mz-zoom-window.mz-p-bottom{opacity:0;z-index:-100}
.mz-zoom-window.mz-p-right{-webkit-transform:translate3d(-20%,0,0);transform:translate3d(-20%,0,0)}
.mz-zoom-window.mz-p-left{-webkit-transform:translate3d(20%,0,0);transform:translate3d(20%,0,0)}
.mz-zoom-window.mz-p-top{-webkit-transform:translate3d(0,20%,0);transform:translate3d(0,20%,0)}
.mz-zoom-window.mz-p-bottom{-webkit-transform:translate3d(0,-20%,0);transform:translate3d(0,-20%,0)}
.mz-zoom-window>img{-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1);-webkit-backface-visibility:hidden;backface-visibility:hidden}
.mz-zoom-window.mz-p-inner.mz-deactivating>img,.mz-zoom-window.mz-p-inner.mz-activating>img{-webkit-transition:-webkit-transform .22s cubic-bezier(0.25,0.5,0.5,0.9);transition:-webkit-transform .22s cubic-bezier(0.25,0.5,0.5,0.9);-o-transition:transform .22s cubic-bezier(0.25,0.5,0.5,0.9);transition:transform .22s cubic-bezier(0.25,0.5,0.5,0.9);transition:transform .22s cubic-bezier(0.25,0.5,0.5,0.9), -webkit-transform .22s cubic-bezier(0.25,0.5,0.5,0.9)}
.mz-zoom-window.mz-p-magnifier{-webkit-transform:scale(.1);-ms-transform:scale(.1);transform:scale(.1)}
.mz-zoom-window.mz-preview.mz-deactivating,.mz-zoom-window.mz-preview.mz-activating,.mz-zoom-window.mz-custom.mz-deactivating,.mz-zoom-window.mz-custom.mz-activating{-webkit-transition:opacity 0.3s cubic-bezier(0.25,0.5,0.5,0.9);-o-transition:opacity 0.3s cubic-bezier(0.25,0.5,0.5,0.9);transition:opacity 0.3s cubic-bezier(0.25,0.5,0.5,0.9)}
.mz-zoom-window.mz-preview.mz-deactivating,.mz-zoom-window.mz-custom.mz-deactivating{-webkit-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s}
.mz-zoom-window.mz-p-preview,.mz-zoom-window.mz-p-custom{opacity:0}
.mz-hint,.mz-loading{color:#eee;background:rgba(49,51,61,0.7);font:normal 12px/1.2em 'Lucida Grande','Lucida Sans Unicode',Verdana,'Helvetica Neue',Arial,Helvetica,sans-serif;text-decoration:none;text-align:center;direction:ltr;display:inline-block;margin:0;position:absolute;z-index:1000;pointer-events:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:opacity 0.25s ease;-o-transition:opacity 0.25s ease;transition:opacity 0.25s ease}
.mz-hint{bottom:8px;left:0;right:0;padding:0 10%;background-color:transparent;-webkit-transition:opacity 0.25s ease,z-index 0.25s ease;-o-transition:opacity 0.25s ease,z-index 0.25s ease;transition:opacity 0.25s ease,z-index 0.25s ease}
.mz-hint-message{display:inline-block;background:rgba(49,51,61,0.7);-webkit-border-radius:2em;border-radius:2em;padding:.7em 1.1em}
.mz-hint-message:before{content:'\02295';font-family:serif;font-size:1.5em;speak:none;text-align:center;vertical-align:-2px;margin-right:6px;-webkit-transition:opacity 0.25s ease;-o-transition:opacity 0.25s ease;transition:opacity 0.25s ease}
.mobile-magic .mz-hint-message:before{display:none}
.mz-hint-hidden{opacity:0;z-index:-1;-webkit-transition-delay:.6s;-o-transition-delay:.6s;transition-delay:.6s}
.mobile-magic .mz-expand .mz-hint{font-size:18px;line-height:1.1em;top:50%;bottom:auto;margin:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}
.mobile-magic .mz-expand .mz-hint-message{padding:1.1em}
.mobile-magic .mz-expand .mz-hint-message:before{display:none}
.mobile-magic .mz-expand .mz-hint-hidden{-webkit-transition-delay:1s;-o-transition-delay:1s;transition-delay:1s;opacity:0}
.mz-loading{font-size:0;-webkit-border-radius:100%;border-radius:100%;opacity:0;padding:0;width:36px;height:36px;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.mz-loading:after{content:'';position:absolute;top:0;bottom:0;left:0;right:0;width:24px;height:24px;margin:auto;text-indent:-9999em;-webkit-border-radius:50%;border-radius:50%;border:2px solid rgba(255,255,255,1);border-top-color:transparent;-webkit-box-sizing:border-box;box-sizing:border-box}
.mz-loading.shown{opacity:1;z-index:1;-webkit-transition:opacity 0s;-o-transition:opacity 0s;transition:opacity 0s}
.mz-loading.shown:after{-webkit-animation:spin-loading .9s infinite linear;animation:spin-loading .9s infinite linear}
@-webkit-keyframes spin-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes spin-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.lt-ie10-magic .mz-loading{font-size:12px;padding:.7em 1.1em;width:auto;height:auto}
.lt-ie10-magic .mz-loading:after{content:'Loading...';text-indent:0;border:none;position:relative}
.lt-ie9-magic .mz-loading{filter:alpha(opacity=0);right:0;left:0;width:126px;margin:auto}
.lt-ie9-magic .mz-hint-message,.lt-ie9-magic .mz-loading.shown{background:transparent !important;filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#7c31333D',EndColorStr='#7c31333D')}
.lt-ie9-magic .mz-hint-hidden{filter:alpha(opacity=0)}
.mz-expand,.mz-expand .mz-expand-bg,.mz-expand .mz-expand-bg>img,.mz-expand .mz-expand-bg>svg,.mz-expand .mz-expand-stage,.mz-expand .mz-expand-stage .mz-image-stage{position:absolute;top:0;bottom:0;left:0;right:0}
.mz-expand .mz-expand-bg,.mz-expand .mz-expand-bg>img,.mz-expand .mz-expand-bg>svg{width:auto !important;height:auto !important}
.mz-expand .mz-expand-bg,.mz-expand .mz-expand-bg>svg{min-width:100% !important;min-height:100% !important}
.mz-expand{background-color:rgba(0,0,0,1);text-align:center;vertical-align:middle;display:block;overflow:hidden;z-index:2100000000;position:fixed;width:auto;height:auto;-webkit-perspective:600px;perspective:600px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden;-ms-overflow-style:none}
.mz-expand .mz-expand-bg{display:inline-block;vertical-align:middle;margin:auto;z-index:-100;max-width:none !important;max-height:none !important;-webkit-transform:translate3d(0,0,0) scale(10) rotate(0.01deg);-ms-transform:translate(0,0) scale(10,10) rotate(0.01deg);transform:translate3d(0,0,0) scale(10) rotate(0.01deg);-webkit-perspective:600px;perspective:600px;background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover}
.mz-expand .mz-expand-bg>img{margin:auto;filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'blur\'><feGaussianBlur stdDeviation=\'80\' in=\'SourceGraphic\'></feGaussianBlur></filter></svg>#blur");-webkit-filter:blur(20px) brightness(60%);filter:blur(20px) brightness(60%);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}
.mz-expand .mz-expand-bg>svg{margin:auto;opacity:.6}
.lt-ie10-magic .mz-expand .mz-expand-bg{display:none !important}
.lt-ie9-magic .mz-expand{background:#1f1f1f}
.mz-expand.plain-bg .mz-expand-bg,.mz-expand.dark-bg .mz-expand-bg,.mz-expand.white-bg .mz-expand-bg{display:none !important}
.mz-expand.dark-bg{background-color:#1f1f1f;background-color:rgba(31,31,31,.96)}
.mz-expand.white-bg{background-color:#fff}
.mz-expand .mz-expand-stage{z-index:2100000000;padding:0}
.mz-expand .mz-expand-stage .mz-image-stage{z-index:50;left:120px;right:120px;padding:20px 0 40px 0;margin:0;text-align:center;vertical-align:middle;-webkit-perspective:600px;perspective:600px;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.mz-expand .mz-expand-stage.with-thumbs .mz-image-stage{padding-bottom:120px}
.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage{padding:0 !important;left:0;right:0}
.mz-expand .mz-image-stage>figure:before,.mz-expand .mz-image-stage:before{content:'';display:inline-block;vertical-align:middle;height:100%;font-size:0;line-height:100%;width:0}
.mz-expand .mz-image-stage>figure{width:100%;max-width:100%;max-height:100%;padding:0;margin:0;display:inline-block;vertical-align:middle;font-size:0;line-height:100%;position:relative}
.mz-expand .mz-figure{overflow:visible;max-width:100% !important}
.mz-expand .mz-figure>img{max-width:100%;width:auto;height:auto}
.mz-expand .mz-zoom-in .mz-image-stage>figure,.mz-expand .mz-zoom-in .mz-image-stage>figure .mz-figure.mz-activating,.mz-expand .mz-zoom-in .mz-image-stage>figure .mz-figure.mz-active{width:100%;height:100%}
.mz-expand .mz-figure{cursor:pointer;cursor:-webkit-zoom-in;cursor:zoom-in}
.mz-expand .mz-figure.mz-active{cursor:crosshair;cursor:-webkit-zoom-out;cursor:zoom-out}
.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage>figure>figure>img{z-index:1;position:absolute !important;top:-5000px !important;bottom:-5000px !important;left:-5000px !important;right:-5000px !important;margin:auto !important}
.lt-ie10-magic .mz-zoom-window.mz-expanded img{filter:alpha(opacity=100)}
.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom{overflow:hidden;filter:alpha(opacity=100)}
.mz-expand .mz-caption{color:#fff;text-shadow:0px 0px 46px #000;padding:10px 4px;font:normal 10pt/1em 'Lucida Grande','Lucida Sans Unicode',Verdana,'Helvetica Neue',Arial,Helvetica,sans-serif;text-align:center;width:100%;position:absolute;left:0;opacity:0}
.mz-expand .mz-caption.mz-show{-webkit-transition:opacity 0.15s ease-out;-o-transition:opacity 0.15s ease-out;transition:opacity 0.15s ease-out;opacity:1}
.mz-expand .mz-caption a{color:inherit;cursor:pointer}
.mz-expand.white-bg .mz-caption{color:#555;text-shadow:none}
.lt-ie9-magic .mz-expand .mz-caption{top:100%}
.mz-expand .mz-zoom-window{-webkit-box-shadow:none;box-shadow:none;background:transparent}
.lt-ie9-magic .mz-expand .mz-zoom-window{border:0}
.mobile-magic .mz-expand-stage .mz-expand-thumbnails,.mobile-magic .mz-expand-stage .mz-image-stage{left:0px;right:0px}
.mobile-magic .mz-expand .mz-expand-stage.with-thumbs{bottom:0px}
.mobile-magic .mz-expand-stage .mz-image-stage{padding:0}
.mobile-magic .mz-expand .mz-expand-stage.with-thumbs .mz-image-stage{padding:5px 0 60px}
.mobile-magic .mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage{padding-top:0}
.mobile-magic .mz-expand .mz-expand-thumbnails{padding:0;height:60px}
.mz-expand-controls,button.mz-button{margin:0 !important;padding:0 !important;outline:0 !important}
button.mz-button{color:#b4b4b4 !important;font:900 34px/1 'magictoolbox-thin' !important;cursor:pointer;z-index:90 !important;background-color:transparent !important;border:1px solid rgba(180,180,180,0) !important;-webkit-border-radius:100% !important;border-radius:100% !important;-webkit-box-shadow:none !important;box-shadow:none !important;position:absolute !important;text-transform:none !important;text-align:center;speak:none;-webkit-font-smoothing:antialiased;width:60px !important;height:60px !important}
button.mz-button.mz-button-prev,button.mz-button.mz-button-next{margin:auto 10px !important;top:0 !important;bottom:0 !important;overflow:hidden !important}
button.mz-button.mz-button-prev{left:0 !important}
button.mz-button.mz-button-next{right:0 !important}
button.mz-button.mz-button-close{font-size:30px !important;margin:10px !important;top:0 !important;right:0 !important;z-index:95 !important}
:root:not(.mobile-magic) button.mz-button{color:rgba(180,180,180,.75) !important;-webkit-transform:scale(.85) !important;-ms-transform:scale(.85) !important;transform:scale(.85) !important;-webkit-transition:color .25s,border-color .25s,-webkit-transform .25s !important;transition:color .25s,border-color .25s,-webkit-transform .25s !important;-o-transition:color .25s,border-color .25s,transform .25s !important;transition:color .25s,border-color .25s,transform .25s !important;transition:color .25s,border-color .25s,transform .25s,-webkit-transform .25s !important}
:root:not(.mobile-magic) button.mz-button:hover{color:rgba(180,180,180,1) !important;border-color:rgba(180,180,180,.6) !important;-webkit-transform:scale(1) !important;-ms-transform:scale(1) !important;transform:scale(1) !important}
.mobile-magic button.mz-button{-webkit-transition:-webkit-transform .1s !important;transition:-webkit-transform .1s !important;-o-transition:transform .1s !important;transition:transform .1s !important;transition:transform .1s, -webkit-transform .1s !important}
.mobile-magic button.mz-button:active{border-color:rgba(180,180,180,.6) !important;-webkit-transform:scale(.95) !important;-ms-transform:scale(.95) !important;transform:scale(.95) !important}
button.mz-button.mz-button-close:before{content:"\a001"}
button.mz-button.mz-button-prev:before{content:"\a002"}
button.mz-button.mz-button-next:before{content:"\a003"}
@media screen and (max-device-width:767px){button.mz-button-prev,button.mz-button-next{display:none !important}
.mobile-magic .mz-expand button.mz-button{background:rgba(255,255,255,.12) !important;border-color:rgba(180,180,180,.3) !important}}
.lt-ie9-magic button.mz-button{border:0;filter:alpha(opacity=75)}
.lt-ie9-magic button.mz-button:hover{filter:alpha(opacity=100)}
.mz-thumb,.mz-thumb:focus{display:inline-block;line-height:0;outline:none}
.mz-thumb img{border:0;-webkit-box-shadow:0 0 1px 0px rgba(0,0,0,0.3);box-shadow:0 0 1px 0px rgba(0,0,0,0.3);-webkit-box-sizing:border-box;box-sizing:border-box}
.mz-thumb:hover:not(.mz-thumb-selected) img{-webkit-filter:brightness(75%);filter:brightness(75%)}
.mz-thumb-selected img{-webkit-filter:brightness(60%);filter:brightness(60%)}
.no-cssfilters-magic .mz-thumb{background:#000}
.no-cssfilters-magic .mz-thumb:hover:not(.mz-thumb-selected) img{opacity:.75;filter:alpha(opacity=75)}
.no-cssfilters-magic .mz-thumb-selected img{opacity:.6;filter:alpha(opacity=60)}
.ie9-magic .mz-thumb img{-webkit-box-shadow:0 0 4px 0px rgba(0,0,0,0.3);box-shadow:0 0 4px 0px rgba(0,0,0,0.3)}
.mz-expand-thumbnails{z-index:50;position:absolute;bottom:0;left:65px;right:65px;height:80px;padding:10px 0;-webkit-box-sizing:border-box;box-sizing:border-box}
.mz-expand-thumbnails .magic-thumbs .magic-thumb{padding:10px 2px}
.mz-expand-thumbnails .magic-thumb>img{cursor:pointer;height:40px;-webkit-box-shadow:0 0 5px 1px rgba(0,0,0,0.3);box-shadow:0 0 5px 1px rgba(0,0,0,0.3)}
.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected)>img:hover{-webkit-filter:brightness(70%);filter:brightness(70%)}
.mz-expand-thumbnails .magic-thumb-selected img{-webkit-filter:brightness(50%);filter:brightness(50%)}
.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button{-webkit-box-shadow:none;box-shadow:none}
.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button-disabled{opacity:0}
.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected) img{opacity:.7;filter:alpha(opacity=70)}
.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb-selected img{opacity:.5;filter:alpha(opacity=50)}
.magic-thumbs,.magic-thumbs .magic-thumbs-wrapper,.magic-thumbs ul,.magic-thumbs li,.magic-thumbs li:before,.magic-thumbs li:after,.magic-thumbs li img,.magic-thumbs .magic-thumbs-button{margin:0;padding:0;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box}
.magic-thumbs{direction:ltr;overflow:visible;z-index:100;position:relative;left:0;top:0;padding:0 30px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-ms-touch-action:none;touch-action:none}
.magic-thumbs{width:100%;height:100%;white-space:nowrap}
.magic-thumbs.no-buttons{padding:0 !important}
.magic-thumbs-wrapper{display:block;width:100%;height:100%;position:relative;overflow:hidden;text-align:center}
.magic-thumbs ul{list-style:none;font-size:0;display:inline-block;vertical-align:middle;height:100%;position:relative;white-space:nowrap}
.magic-thumbs.no-buttons ul{padding:0 !important;-webkit-transition:none !important;-o-transition:none !important;transition:none !important;-webkit-transform:none !important;-ms-transform:none !important;transform:none !important;left:0 !important}
.magic-thumbs ul li{margin:0 4px;height:100%;width:auto;vertical-align:top;line-height:0;display:inline-block}
.magic-thumbs ul li:after{content:'';display:inline-block;vertical-align:middle;height:100%;width:0}
.magic-thumbs ul li>img{width:auto;height:auto;max-height:100%;vertical-align:middle}
.ie8-magic .magic-thumbs ul li>img{max-width:none !important;max-height:none !important}
.magic-thumbs.magic-thumbs-vertical{height:100%}
.magic-thumbs-vertical{padding:30px 0}
.magic-thumbs-vertical ul{height:auto;width:100%;white-space:normal}
.magic-thumbs-vertical ul li{width:100%;height:auto}
.magic-thumbs-vertical ul li{margin:4px 0}
.magic-thumbs-vertical ul li>img{max-width:100%;max-height:none}
.ie8-magic .magic-thumbs-vertical ul li>img{width:100%}
.magic-thumbs .magic-thumbs-button{cursor:pointer;z-index:90;background-repeat:no-repeat;background-color:transparent;background-image:none;border:0;-webkit-border-radius:0;border-radius:0;overflow:hidden;position:absolute;font-family:"magictoolbox-thin";font-style:normal;font-weight:200;font-variant:normal;text-transform:none !important;speak:none;line-height:1;text-align:center;color:#bbb;-webkit-font-smoothing:antialiased;font-size:30px;width:30px;height:100%;top:0;bottom:0}
.magic-thumbs .magic-thumbs-button-prev{left:0}
.magic-thumbs .magic-thumbs-button-next{right:0}
.magic-thumbs .magic-thumbs-button-prev:before{content:"\a002"}
.magic-thumbs .magic-thumbs-button-next:before{content:"\a003"}
.magic-thumbs-button:before{-webkit-transition:opacity .25s;-o-transition:opacity .25s;transition:opacity .25s;opacity:.6}
.magic-thumbs .magic-thumbs-button:hover:before{opacity:1}
.magic-thumbs-vertical .magic-thumbs-button{width:100%;height:30px;left:0;right:0;top:auto;bottom:auto}
.magic-thumbs-vertical .magic-thumbs-button-prev{top:0}
.magic-thumbs-vertical .magic-thumbs-button-next{bottom:0}
.magic-thumbs-vertical .magic-thumbs-button-prev:before{content:"\a005"}
.magic-thumbs-vertical .magic-thumbs-button-next:before{content:"\a004"}
.magic-thumbs.no-buttons .magic-thumbs-button{display:none !important}
.magic-thumbs-button-disabled{opacity:0.2;filter:alpha(opacity = 20)}

/* footer */
#footer{border-top:1px solid #ADADAD;padding-top:43px}
#footer .row{margin-bottom:35px}
#footer .logo{margin-right:122px}
#footer .col{padding-top:17px;float:left;width:175px;padding-right:20px;font-size:14px}
#footer .col .t,#footer .col-social .t{margin-bottom:20px;text-transform:uppercase;font-weight:700}
#footer .col ul li{margin-bottom:8px}
#footer .col ul li a{text-decoration:none;color:#4C4F4E}
#footer .col ul li a:hover, #footer .col ul li a.active{text-decoration:underline;color:#2674A9}
#footer .col-social{color:#404840;width:276px;padding-top:17px;float:right}
#footer .col-social .t{font-size:18px;color:#2674A9;font-weight:400}
#footer .col-social .social{margin-bottom:22px}
#footer .col-social .social a{-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;margin-right:17px;float:left;display:block;width:41px;height:41px;background:url(sprite.png) no-repeat left top}
#footer .col-social .social a:hover{opacity:0.8;margin-top:-5px}
#footer .col-social .social a.i-vk{background-position:-1px -64px}
#footer .col-social .social a.i-ok{background-position:-45px -64px}
#footer .col-social .social a.i-fb{background-position:-89px -64px}
#footer .col-social .social a.i-ins{background-position:-132px -64px}
#footer .col-social .social p{margin-bottom:30px}
#footer .col-social .contacts{position:relative;padding:10px 0 0 64px;float:none;text-align:left}
#footer .col-social .contacts  p{margin:0px}
#footer .col-social .contacts .phone{margin-bottom:10px;font-size:28px;color:#646464;line-height:28px}
#footer .col-social .contacts .phone:after{background:url(sprite.png) no-repeat -36px -112px;width:39px;height:39px;content:'';position:absolute;left:0px;top:4px}
#footer .copyrights{position:relative;padding:20px 0;border-top:1px dotted #A1A1A1}
#footer .copyrights:after{background:url(footer-img.png) no-repeat left top;right:360px;position:absolute;bottom:0px;content:'';display:block;width:122px;height:170px}
#footer .copyrights .dev{margin-top:4px;float:right;line-height:17px;text-decoration:none;color:#404840;font-size:12px;padding-right:66px;display:block;position:relative}
#footer .copyrights .dev:after{content:'';background:url(sprite.png) no-repeat -107px -110px;width:54px;height:17px;position:absolute;right:0px;top:-4px}
#footer .copyrights .dev:hover{text-decoration:underline}

/* insales misc */
.layer{position:fixed;left:0;right:0;top:0;bottom:0;z-index:99998;background-color:#CFCFCF;background:-webkit-radial-gradient(#FFF,#000);opacity:.4;-moz-opacity:.4;-khtml-opacity:.4;filter:alpha(opacity=40);display:none;z-index:999}
#add_product_notification {
  width: 320px;
  background:#fff;
  -webkit-box-shadow: 0 0 1px grey;
          box-shadow: 0 0 1px grey;
  color:#686A69;
  padding: 16px;
  padding-top: 26px;
  font-weight: bold;
  font-size: 15px;
  z-index:10002;
}
.add_product_notification-heading {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
#add_product_notification .link-close {
    cursor: pointer;
    display: block;
    position: absolute;
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    right: 12px;
    top: 2px;
    /* top: 4px; */
    color: #CCC;
    font-size: 26px;
    font-weight: bold;
}
#add_product_notification .link-close:hover {
    opacity: 1;
    color: #F00;
}

#own_preloader{z-index:10000;text-align:center;vertical-align:middel;font-weight:normal;font-size:12px;width:200px;height:60px}
.popup{z-index:9999;display:none;position:fixed;       -webkit-box-shadow: 0 0 1px grey;       box-shadow: 0 0 1px grey;text-align:center;width:320px;left:50%;margin-left:-160px;top:50%;margin-top:-74px}
.popup .c{background:#FFF;padding:16px}
.popup .t{background:none;border:0px;font-weight:bold;font-weight:bold;font-size:15px;padding-top:5px;margin-bottom:16px}
.popup .c .link-close {cursor: pointer;    display: block;    position: absolute;    opacity: 0.8;    -webkit-transition: all 0.3s;    -o-transition: all 0.3s;    transition: all 0.3s;    right: 12px;    top: 4px;    color: #CCC;    font-size: 26px;    font-weight: bold;}
.popup .c .link-close:hover {  opacity: 1;
  color: #F00;}
.popup-addtocart a{margin-bottom:8px}
.popup-addtocart .button, .popup-wishlist .button {width:100%;text-align:cnter;margin-bottom:10px;}
.popup-wishlist {font-size:14px;}
.collection-empty, .wishlist-empty { text-align:center;margin-bottom:30px;}
#feedback_form * {text-align:left !important;}
#feedback_form #thanks {color:green;margin-bottom:10px;}
#feedback_form table {width:100% !important;background:none !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:20px !important;}

/* pager */
.pager {  text-align:center;padding:20px 0;font-size:16px;}
.pager span {line-height:28px;display:inline-block;margin:0 8px;}
.pager span.current_page { background:#2574A9; color:#FFF;padding:0 7px; font-weight:700; }
.collection-pager {float:right;color:#3E463C;float:right; font-size:12px; text-transform:uppercase;}
.collection-pager span {margin:0 2px; width: 20px;
    line-height: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
   }
.collection-pager .prev_page, .collection-pager  .next_page  {width: auto;}
.collection-pager a {text-decoration:none;color:#3E463C;}
.collection-pager a:hover {text-decoration:underline;}
.collection-pager .next_page a, .collection-pager .prev_page a {text-decoration:underline;}
.collection-pager .next_page a:hover, .collection-pager .prev_page a:hover {text-decoration:none;}
.collection-pager span.current_page {font-weight:700;  color: #fff; background: #2674A9;  }

/* page 404 */
.page404 {text-align:center;font-size:16px;margin-bottom:30px;}
.page404 .page404-title {margin-bottom:30px;font-size:90px !important; font-weight:bold;}
.page404 .page404-title span {display:block;padding-top:15px;}

/* colors list */
.colors-wrap {margin-bottom:25px;}
.colors-wrap .label {text-transform:uppercase;margin-bottom:8px;font-size:12px;color:#9B9B9C;}
.colors-list a {display:block;float:left;margin:0 2px 2px 0; border: 3px solid #fff;}
.colors-list a span {display:block;width:63px; height:68px;background-image:url(noimg.jpg);background-repeat: no-repeat; background-position:center center; -webkit-background-size: cover; background-size: cover;}
.colors-list a.selected {
    padding: 3px;
    background: #fff;
    border: 3px solid #2574A9;
}
.colors-list a.selected span {width:57px;height:62px;}

/* blog */
.blog-list {margin-bottom:40px;}
.blog-list .item {margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #E5E5E5;}
.blog-list .item h2 {margin-bottom:20px;padding-bottom:0px;}
.blog-list .item h2 a { text-decoration:none; font-weight:700;color:#333;}
.blog-list .item h2 a:hover {text-decoration:underline;}
.blog-list .item .article-img {text-align:center;display:block;float:left;width:100px;margin-right:-100%;}
.blog-list .item .editor {margin-bottom:10px;}
.blog-list .last {border:0px;margin-bottom:0px;padding-bottom:0px;}
.blog-list .item-img .article-preview {padding-left:120px;}
.blog-list .item .article-more span {text-decoration:underline;}
.blog-list .item .article-more:hover span {text-decoration:none;}
.blog-list .item .article-details {font-size:12px; color:#888;margin-bottom:10px;}
.blog-list .item .article-details i {font-size:14px;margin-left:5px;color:#333}
.blog-list-article .item {margin-bottom:0px; border:0px;padding-bottom:0px;}
.blog-list-article .item h1 {padding-bottom:0px;margin-bottom:10px;}
.blog-list-article .item .article-details {margin-bottom:20px;}

/* index page */
.index-bottom-banners {margin-left:-4px;margin-bottom:25px;}
.index-bottom-banners a {-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;float:left;padding-left:4px;position:relative;display:block;width:33.3333%;}
.index-bottom-banners a span, .index-top-banners .slider-wrap .desc {/*text-shadow:0 0 3px rgba(0,0,0,0.1);*/z-index:2;width:100%;padding:24px;text-transform:uppercase;color:#FFF;font-weight:700;font-size:24px; line-height:30px;display:block;position:absolute;}
.index-bottom-banners a img {position:relative;z-index:1;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;width:100%;max-width:100%;}
.index-bottom-banners a:hover span {}
.index-bottom-banners a:hover img, .index-top-banners .slider-wrap a:hover img {opacity:0.8;}
.index-top-banners {margin-bottom:4px;}
.index-top-banners .slider-wrap {height:192px;width:66.5%;float:left;overflow:hidden;position:relative;}
.index-top-banners .slider-wrap a {height:192px;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;position:relative;display:block;}
.index-top-banners .slider-wrap a img {width:100%;position:relative;z-index:1;}
.index-top-banners .slider-wrap .owl-controls {bottom:15px;right:15px;position:absolute;z-index:99;height:10px;}
.index-top-banners .slider-wrap .owl-controls .owl-dots {float:right;overflow:hidden;text-align:right;}
.index-top-banners .slider-wrap .owl-controls .owl-dots .owl-dot {display:inline-block;width:10px;height:10px;background:#4A4A4A;-webkit-border-radius:10px;border-radius:10px;margin-left:10px;}
.index-top-banners .slider-wrap .owl-controls .owl-dots .owl-dot.active {background:#0084DA}
.index-top-banners .slider-wrap .desc .t {margin-bottom:25px;line-height:36px;font-size:30px;display:block;}
.index-top-banners .slider-wrap .desc .sub-title {text-shadow:none;text-transform:none;text-shadow:none;font-weight:400;font-size:20px;color:#2674A9; line-height:normal;display:block;}
.index-top-banners .blog-wrap {padding:24px 30px;height:192px;width:33.1%;float:right;border:1px dotted #979797;}
.index-top-banners .blog-wrap .item {color:#3E463C;display:none;}
.index-top-banners .blog-wrap .item-first {display:block;}
.index-top-banners .blog-wrap .t {text-transform:uppercase;font-size:18px;font-weight:700;margin-bottom:5px;}
.index-top-banners .blog-wrap .t a {color:#3E463C;text-decoration:none;}
.index-top-banners .blog-wrap .t a:hover {text-decoration:underline;}
.index-top-banners .blog-wrap .item .date {font-size:9px;margin-bottom:5px;}
.index-top-banners .blog-wrap .item p {font-size:13px;line-height:19px;}
.index-top-banners .blog-wrap .item p a {color:#3E463C}
.index-top-banners .blog-wrap .more-link-wrap {text-align:right;}

/* more link */
.more-link {text-transform:uppercase;text-decoration:none;font-weight:700;font-size:12px; color:#5C5E5D;display:inline-block;position:relative;padding-right:20px;}
.more-link:after {content:'';position:absolute;right:1px;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;top:1px;width:8px;height:11px; background:url(sprite.png) no-repeat -168px -33px;}
.more-link:hover {text-decoration:underline;}

/* triggers */
.triggers {padding-top:3px;padding-bottom:20px;font-size:11px;color:#4C4F4E;text-transform:uppercase;line-height:14px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.triggers a {text-decoration:none;color:#4C4F4E;padding-left: 54px; display: block;}

.triggers .item:hover{opacity:0.7;}
.triggers .item {position:relative;padding-right:20px;float:left;margin-right: 3.05%;}
.triggers .item:after{content:'';width:36px;height:36px;position:absolute;left:0px;top:-4px;background:url(sprite.png) no-repeat 0 -217px;   z-index: -1; image-rendering: -webkit-optimize-contrast;}
.triggers .item-1:after{background-position:0 -217px;}
.triggers .item-2 {}
.triggers .item-2:after{top:-5px;width:39px;height:39px;background-position:-42px -216px;}
.triggers .item-3:after{top:-5px;width:39px;height:39px;background-position:-86px -216px;}
.triggers .item-3 {}
.triggers .item-4:after{background-position:0 -259px;}
.triggers .item-5 {/*line-height:32px;*/ margin-right: 2.25%;}
.triggers .item-5:after{background-position:-128px -217px;}
.triggers .item-6 {display:block;  padding-left: 0;
  margin-right: 0;}
.triggers .item-6:after{left:auto;right:0px;background-position:-43px -258px; z-index: 0;}

.price-notavl a {color:#DE3537}







#scroll-top {position: fixed; z-index: 9999; bottom: 56px; width: 57px; height: 57px; background: url(scroll-top.png) no-repeat; opacity: 0.7; display: none;}
#scroll-top a {text-indent: -99999px; float: left; width: 57px; height: 57px;}
#scroll-top.hover {opacity: 1;}



.popup-mfp {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }

.popup-mfp .product-page .product-body {
width: 55%;
}
.popup-mfp .product-page .product-gallery {

 width: 40%;
}
.popup-mfp .product-page .product-gallery .preview {
  padding-right: 6%;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
  min-width: 1232px;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  min-width: 1232px;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
.callmeback-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
}
.mfp-close-btn-in .mfp-close:hover{
	color: #F00;
}
.li_lvl3 , .li_lvl4 , .li_lvl2 {
	position:relative !important;
}
.li_lvl3 .toogle, .li_lvl4 .toogle, .li_lvl2 .toogle {
   line-height: 19px;
}
.block-center{
	text-align: center;
}
.delivery-msg.dd-delivery-msg.success-msg0 {
  color: #E04244 !important;
}
.page_id--517534 {
  word-wrap: break-word;
}
.catalog>li>ul>li>ul>li.active li {
  font-weight: normal;
}
.catalog>li>ul>li>ul>li.active {
  font-weight: bold;
}
.mobile-navigation .n.last {padding-bottom: 50px;}


.texttransformnone{text-transform:none!important;}


.products-related-mini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.product-related-title {
  margin-bottom: 25px;
  font-weight: 500;
  text-transform: uppercase;
  color: #2674A9;
  font-size: 18px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #989898;
  text-align: center;
}
.product-related-item {
  padding: 10px 10px 25px 10px;
}

.sku p{
    color: #2574A9;
    margin: 0;
	font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.sku p:hover{
	text-decoration: underline;
}
.sku a{
  text-decoration: none;
color: #000;}
.sku a:hover{
	text-decoration: underline;
}
.page-title.page-title2 h1 span{
  text-align: left;
  color: #000000!important;
  font-size: x-large!important;
  font-weight: 700!important;
}
.page-title.page-title2{
  text-align: left;
}
.sidebar .catalog.catalog-page li.active{
	    margin-bottom: 10px;
    display: block;
    font-weight: 700;
}

#header .nav>ul>li.dd-reverse>ul>li>ul {
  right: 95%;
}

#header .nav>ul>li.dd-reverse>ul>li>ul > li > ul {
  left: 100%;
}

.dd-reverse a[href="/collection/teploe"] + ul {
  width: 300px !important;
}

.dd-reverse a[href="/collection/teploe"] + ul > li {
  white-space: unset !important;
}
.owl-stage-outer.owl-height {
 /* height: 350px !important; */
  height: 370px !important;
}
.sale-link {
  background: #ff8530 !important;
}
.sale-link:hover {
  background: #fff!important;
}
.five-banner-index {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(5, 1fr);
      grid-template-rows: auto;
      -webkit-box-align: self-start;
          -ms-flex-align: self-start;
              align-items: self-start;
      margin: 60px 0;
}

.five-banner-index img{
  max-width: 100%;
}
@media (max-width: 800px){
.five-banner-index {
  grid-template-columns: repeat(3, 1fr);
  margin: 30px 0;
  }
}

.product-gallery .labels {
  text-align: right;
  margin-bottom: 3px;
}
.product-gallery .labels span, .label-discount {
    height: 20px;
    line-height: 22px;
    padding: 0 8px;
    display: inline-block;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 13px;
    background: #f28c48;
}

.product-gallery .labels .label-new span {
  background: #25A992;
}

/* Add to favourites */
.cart-items .ico.addtobookmark.add_to_favourites,
.product-similar-wrap .products-mini .item .addtobookmark.add_to_favourites,
.products-grid .item .addtobookmark.add_to_favourites,
.products-mini.products-mini-slider .item .addtobookmark.add_to_favourites {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  /* border: 1px solid #474747; */
  border: 1px solid #9B9B9C;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.cart-items .ico.addtobookmark.add_to_favourites svg,
.product-similar-wrap .products-mini .item .addtobookmark.add_to_favourites svg,
.products-grid .item .addtobookmark.add_to_favourites svg,
.products-mini.products-mini-slider .item .add_to_favourites svg {
  margin-top: 3px;
  width: 17px;
  height: 17px;
  /* fill: #474747; */
  fill: #595959;
}
.cart-items .ico.addtobookmark.add_to_favourites svg {
  fill: #9B9B9C;
}

.cart-items .ico.addtobookmark.add_to_favourites,
.product-similar-wrap .products-mini .item .addtobookmark.add_to_favourites,
.products-grid .item:hover .addtobookmark.add_to_favourites,
.products-mini.products-mini-slider .item:hover .addtobookmark.add_to_favourites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-items .ico.addtobookmark.add_to_favourites:hover,
.cart-items .ico.addtobookmark.add_to_favourites.active,
.product-similar-wrap .products-mini .item .addtobookmark.add_to_favourites:hover,
.product-similar-wrap .products-mini .item .addtobookmark.add_to_favourites.active,
.products-grid .item .addtobookmark.add_to_favourites:hover,
.products-grid .item .addtobookmark.add_to_favourites.active,
.products-mini.products-mini-slider .item .add_to_favourites:hover,
.products-mini.products-mini-slider .item .addtobookmark.add_to_favourites.active {
  background-color: #ffdb2e;
  border-color: #ffdb2e;
  /* box-shadow: 0 0 2px 1px #b7a23c; */
}
.cart-items .ico.addtobookmark.add_to_favourites:hover svg,
.cart-items .ico.addtobookmark.add_to_favourites.active svg {
  fill: #9B9B9C;
}
.cart-items .ico.ico-remove.del {
  -webkit-filter: opacity(0.7);
          filter: opacity(0.7)
}
.cart-items .qty input[type=text].num {
  border-color: #9c9b9bd6;
}
.disc__info {
  position: absolute;
  right: 123px;
  width: 150px;
  bottom: 0;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 13px;
  color: black;

  @media screen and (max-width:800px) {
    right: 57px;
  }

  @media screen and (max-width:740px) {
    right: auto;
    left: auto;
    position: relative;
    float: left;
  }

  @media screen and (max-width:480px) {
    /* right: 0;
    left: 0;
    position: relative; */
    position: absolute;
    bottom: 0;
    left: 138px;
    padding: 5px 0;
  }
}
.disc__info_item {
  font-weight: 500;
}

@media screen and (max-width:480px) {
  .cart-items .tr-body .tr {
    padding-bottom: 70px;
  }
}

[disabled] {
  opacity: 0.5 !important;
  pointer-events: none ! important;
}
