@font-face {
    font-family: 'Verdana';
    src: url('../fonts/OpenSans-SemiBoldItalic.eot');
    src: local('Verdana SemiBold Italic'), local('OpenSans-SemiBoldItalic'),
    url('../fonts/OpenSans-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-SemiBoldItalic.woff') format('woff'),
    url('../fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display:swap;
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/OpenSans-LightItalic.eot');
    src: local('Verdana Light Italic'), local('OpenSans-LightItalic'),
    url('../fonts/OpenSans-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-LightItalic.woff') format('woff'),
    url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display:swap;
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/OpenSans-Bold.eot');
    src: local('Verdana Bold'), local('OpenSans-Bold'),
    url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Bold.woff') format('woff'),
    url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display:swap;
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/OpenSans-ExtraBoldItalic.eot');
    src: local('Verdana ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'),
    url('../fonts/OpenSans-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-ExtraBoldItalic.woff') format('woff'),
    url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display:swap;
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/OpenSans-Light.eot');
    src: local('Verdana Light'), local('OpenSans-Light'),
    url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Light.woff') format('woff'),
    url('../fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display:swap;
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/OpenSans-Italic.eot');
    src: local('Verdana Italic'), local('OpenSans-Italic'),
    url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Italic.woff') format('woff'),
    url('../fonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display:swap;
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/OpenSans-Regular.eot');
    src: local('Verdana Regular'), local('OpenSans-Regular'),
    url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Regular.woff') format('woff'),
    url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display:swap;
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/OpenSans-SemiBold.eot');
    src: local('Verdana SemiBold'), local('OpenSans-SemiBold'),
    url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-SemiBold.woff') format('woff'),
    url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display:swap;
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/OpenSans-ExtraBold.eot');
    src: local('Verdana ExtraBold'), local('OpenSans-ExtraBold'),
    url('../fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-ExtraBold.woff') format('woff'),
    url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display:swap;
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/OpenSans-BoldItalic.eot');
    src: local('Verdana Bold Italic'), local('OpenSans-BoldItalic'),
    url('../fonts/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-BoldItalic.woff') format('woff'),
    url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display:swap;
}
body {
    font-family: 'Verdana', sans-serif;
    font-weight: 400;
    color: #151515;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
}
h1, h2, h3, h4, h5, h6, .title-h2 {
    color: #151515;
}
/* default font size */
.fa {
    font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 34px;
}
[class*='product-'] #content h1 {margin-top: 0;font-size: 25px;}
h2, .title-h2 {
    font-size: 26px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
a {
    color: #151515;
    cursor:pointer;
}
.title-h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}
a.underline {text-decoration: underline}
a:hover {
    text-decoration: none;
    color: #151515;
}
.not-active-link {pointer-events: none;cursor: default;}
legend {
    font-size: 18px;
    padding: 7px 0px
}
label {
    font-size: 12px;
    font-weight: normal;
}
@media (min-width: 1220px) {
    .container {width: 1220px;}
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 13px;
    border-radius: 2px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}
.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
.grey {color:grey}
/* top */
.top-block {
    /*background: url(../image/menu-bg.jpg) center top no-repeat;*/
    background-color: #404040;
    margin: 0 0 20px 0;
    min-height: 40px;
}
.top-block .container {
    padding: 0 20px;
}
.top-block #currency .currency-select {
    text-align: left;
}
.top-block #currency .currency-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
.top-block .btn-link, .top-block-links li, .top-block-links a {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
}
.top-block .btn-link:hover, .top-block-links a:hover {
    color: #444;
}
.top-block .nav .list-inline>li {vertical-align: top;}
.top-block .top-links .list-inline > li:nth-child(5) {/*background: red*/}
.top-block .top-links .list-inline > li:nth-child(5) a {font-weight: bold}
.top-block .nav .list-inline>li:hover > .dropdown-menu {display: block !important}
.top-block .list-inline {margin: 0;}
.top-block .list-inline a {color:#fff;line-height: 54px;cursor: pointer;background: transparent;}
.top-block .list-inline a:hover span {border-bottom: 1px solid rgba(255, 255, 255, 0.5);}
.top-block .list-inline .dropdown a:hover span {border:0;color:#fff;}
.top-block .list-inline a:hover, .top-block .list-inline a:focus {text-decoration: none;background: none;}
.top-block .list-inline:first-child li:first-child {padding-left: 0;}
.top-block .list-inline:first-child li {padding: 0 15px;}
.top-block .list-inline .fa {color:#f88d11;font-size: 16px;margin-right: 5px;}
.top-block .list-inline .compare-block {position: relative;padding: 0 30px 0 0;}
.top-block .list-inline .login-block {position: relative;}
.top-block .list-inline .login-block a {line-height: 35px;    display: inline-block;}
.top-block .list-inline .login-block em {
    left: 0px;
    font-size: 10px;
    color: #a0a0a0;
    font-style: normal;
    display: block;
    line-height: 5px;
}
}
.top-block .list-inline .cart-block {position: relative;padding: 0 0 0 30px;}
.top-block .list-inline .cart-block:after, .top-block .list-inline .cart-block:before {position: absolute;content: ""}
.top-block .list-inline .cart-block:after {
    width: 1px;
    height: 24px;
    position: absolute;
    top: 15px;
    left: 0;
    background: #2b2b2b;
    border-left: 1px solid #585858;
}
.top-block .list-inline .cart-block:before {
    width: 1px;
    height: 24px;
    position: absolute;
    top: 15px;
    left: 0;
    background: #2b2b2b;
    border-left: 1px solid #585858;
}
.top-block .dropdown-menu {
    margin-top: 0;
    border-radius: 0;
    border: 0;
    padding: 0;
}
.top-block .dropdown-menu:after {
    bottom: 100%;
    left: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136,183,213,0);
    border-bottom-color: #fff;
    border-width: 6px;
}
.top-block .top-links .dropdown-menu a {

    min-width: 160px;
    display: block;
    padding: 6px 10px;
    clear: both;
    line-height: 20px;
    color: #151515;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.top-block .top-links .dropdown-menu .list-unstyled li:first-child, .top-block .dropdown-menu .list-unstyled li {padding: 0;}
.top-block .top-links .dropdown-menu li > a:hover {
    background: #f9930b;
}
.top-block .top-links .top-links .dropdown-menu a:hover {
    color: #FFF;
}
.top-block .top-links .top-links .dropdown-menu a span {border:0;}


.top-block .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}
.top-block-links {
    padding-top: 6px;
}
.top-block-links a + a {
    margin-left: 15px;
}

.bottom-block {
    margin: 10px 0 20px 0;
}
.bottom-block .telephone, .bottom-block .address,.bottom-block .header-email-phone{
    color: #151515;
    font-size: 24px;
    line-height: 26px;
    position: relative;
    /*padding-left: 31px;*/
    font-weight: bold
}
.bottom-block .address {font-size: 14px;line-height: 24px;}
.bottom-block .telephone:first-child {margin: 0;}
footer .bottom-block .telephone:first-child {margin: 30px 0 0px 0;}
.bottom-block .telephone:before {
    width: 26px;
    height: 26px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    /* background: url(../image/icons.png) -108px -4px no-repeat; */
    content: '';
}
/*
.bottom-block .header-email-phone:before{
	width: 26px;
    height: 26px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url(../image/email-icon.png) no-repeat;
    content: '';
}

 */
.bottom-block .telephone span.town,.bottom-block .header-email-phone span.town{font-weight: normal;font-size: 12px;color: #5f5f5f;display: block;}
.bottom-block .address:before {
    width: 17px;
    height: 26px;
    position: absolute;
    top: 5px;
    left: 0px;
    background: url(../image/icons.png) -57px 0px no-repeat;
    *content: '';
}
.bottom-block .address a {
    border-bottom: 1px dotted;
    cursor: pointer;
    color: #f6801a;
    display: inline-block;
    margin: 5px 0;
}
.bottom-block .top-delivery {font-size: large}
.bottom-block .copyright {font-weight: normal;font-size: 12px;color: #5f5f5f;}

.bottom-block .address.social{padding:0}
.bottom-block .address.social a{font-size:13px;font-weight:500;color:#000;border:0;position:relative;margin:5px 2px 5px 0}
.bottom-block .address.social.opt a {margin:5px 2px 5px 30px}
.bottom-block .address.social a span{border-bottom:1px solid #afaeae}
.bottom-block .address.social a:hover,.bottom-block .address.social a:focus{text-decoration:none}
.bottom-block .address.social a:hover span {border-bottom:1px solid #383838}
.bottom-block .address.social a:before{display:inline-block;vertical-align: middle;width:23px;height:23px;top:5px;left:-25px;color:#fff;border-radius:50%;font:normal normal normal 14px/1 FontAwesome;text-align:center;line-height:160%;margin:0 3px 0 0}
.bottom-block .address.social a.whatsapp:before{background-color:#2ab540;content:"\f232"}
.bottom-block .address.social a.email:before{background-color:#589dd2;content:"\f1fa"}
.bottom-block .address.social a.vk:before{background-color:#4f749d;content:"\f189"}



.bottom-block .address.social a.telegram:before{;content:'';background-color:#589dd2;content:"\f2c6"}
.metro-icon img {
    display: inline-block;
    max-width: 24px; /* Задайте подходящую ширину */
    margin-right: 5px; /* Пространство между иконкой и текстом */
}



.bottom-block .address.social a.viber:before{
    background-color:#7d539f;content:"\f2a0";
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#modal-order label {font-size: 14px;}
.modal-header {
    color:#333;
    padding-bottom: 8px;
    background-image: url(../image/menu-bg.jpg);
    background-repeat: repeat-x;
    background-position: 0px -50px;
    background-color: #efede7;
}
.modal-header .close {margin-top: 3px;}
.modal-header h4 {font-size: 18px;}
.modal-content {border-radius: 0;font-size: 14px;}
.modal-content .checkout {display: inline-block}
.error-input {border:1px solid #e65d56 !important;}
.error-input:focus {border: 1px solid #e65d56 !important;}
.error-input::-webkit-input-placeholder {color:#e65d56 !important;}
.error-input::-moz-placeholder {color:#e65d56 !important;}
.error-input:-moz-placeholder {color:#e65d56 !important;}
.error-input:-ms-input-placeholder {color:#e65d56 !important;}


/* logo */
#logo {
    margin: 0 0 10px 0;
}
/* search */
#search {
    margin-bottom: 10px;
    padding: 22px 20px;
    background: #e0e0e0;
    position: relative;
}
#search .title {
    padding: 3px 0 3px 0px;
    margin-bottom: 15px;
    color: #151515;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    /*background: url(../image/search-icon.png) 5px 0px no-repeat;*/
}
#search input {
    width: 100%;
    height: 42px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #7d7d7d;
    font-size: 16px;
    line-height: 26px;
    border: none;
    outline: none;
    border-radius: 2px;
    background: #fff;
}
#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {

}
#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}
#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
    color: #444;
}
#cart .dropdown-menu {

    z-index: 1001;
    border-radius: 0;
}
.top-block .list-inline:first-child #cart  li:first-child {padding: 0 15px;}
#cart .dropdown-menu {
    min-width: 200%;
}

#cart .dropdown-menu:after {left: calc(100% - 30px);}
#cart .dropdown-menu a {color: #151515;line-height: 20px;}

#cart .dropdown-menu .btn-danger{border-radius:50%;background:#fff;text-shadow:none;color:#e65d56;border-color:#e65d56;padding:0;width:20px;height:20px;display:block;font-size:12px}
#cart .dropdown-menu .btn-danger:hover{box-shadow:none;color:#bd362f;border-color:#bd362f}
#cart .dropdown-menu .btn-danger .fa {font-size: 13px;margin: 0;}


#cart .dropdown-menu table {
    margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}
#cart .dropdown-menu li p {
    margin: 20px 0;
}

#cart .nav .open>a, #cart .nav .open>a:focus, #cart .nav .open>a:hover {background: none;}
/* menu */
.under_menu {
    height: 38px;
    line-height: 38px !important;
    background: #3e3e3e;
    color: #fefefe;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
}
#menu {
    background: url(../image/catalog_menu.jpg) center;
    border: 0;
}

.navbar {
    border-radius: 0px;
}

#menu .nav > li > a {
    color: #fff;
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background: #f2f6f9;
    color: #151515;
}
#menu .dropdown-menu {
    padding-bottom: 0;
}
#menu .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul {
    display: table-cell;
    padding-left: 20px;
}
#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 5px 0;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 14px;
    position: relative;
}
#menu .dropdown-inner a:before {
    width: 7px;
    height: 7px;
    position: absolute;
    top: 11px;
    left: -17px;
    border-radius: 100%;
    background: #f57b15;
    content: '';
}
#menu.mobile .dropdown-inner a:before {
    left: -10px;
    background: #ffffff;
}
#menu .dropdown-inner li a:hover {
    color: #f6801a;
    text-decoration: underline
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}
@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu, #menu .dropdown.open .dropdown-menu {
        display: block;
        border: 0;
        border-radius: 0;
        background: #f2f6f9;
        padding: 10px 20px;
    }
}
@media (max-width: 767px) {
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
        padding-left: 10px;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}
/* content */
#content {
    min-height: 600px;
}


.benefit {
    background: url(../image/preim-bg.jpg) center no-repeat;
    margin: 50px 0;
    padding-bottom: 70px;
    position: relative;
}
.benefit:before {
    width: 290px;
    height: 173px;
    position: absolute;
    bottom: -145px;
    right: 0;
    background: url(../image/preim-pic.png) center no-repeat;
    content: '';
    transform: scale(-1, 1)
}
.benefit .col-sm-2 {padding-left: 5px;padding-right: 5px;}
.benefit .section-block-title {
    margin-bottom: 28px;
    font-size: 25px;
    line-height: 36px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
.benefit .container {
    padding: 56px 0 25px;
    position: relative;
}
.benefit .image_con {
    height: 100px;
    width: 100%;
    display: table;
}
.benefit .item {text-align: center;background: #fff;padding-bottom: 20px;}

.benefit .image_con .image {
    display: table-cell;
    vertical-align: middle;
}

.module-block {margin-bottom: 20px;}
.module-block h3 {border-bottom: 1px solid #ddd;margin-bottom: 15px;}
.module-block h3 span {
    background: url(../image/menu-bg.jpg) center top no-repeat;
    color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    line-height: 1.42857143;
    border-radius: 4px 4px 0 0;
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
}
#column-left .module-block h3 {
    border-bottom: 0;
}
#column-left .module-block h3 span {
    background: #EEE;
    color: #151515;
    display: block;
    border:0;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 32px;
}
#column-left .module-block .product-thumb, [class*='blog-latest'] #content .product-thumb, [class*='blog-category'] #content .product-thumb {
    box-shadow: none;
    padding-top: 0;
    border-bottom: 1px solid #ddd;
    font-size: 0px;
    margin-bottom: 10px;
}
[class*='blog-latest'] #content .product-thumb, [class*='blog-category'] #content .product-thumb {font-size: 14px;margin-bottom: 20px;padding-bottom: 20px;text-align: left}
[class*='blog-latest'] .product-thumb h4 a, [class*='blog-latest'] .product-thumb .name a, [class*='blog-category'] .product-thumb h4 a, [class*='blog-category'] .product-thumb .name a {font-size: 18px;}
#column-left .module-block .product-thumb:hover {opacity: .7}
#column-left .module-block .product-thumb .stock, #column-left .module-block .product-thumb .buttons, #column-left .module-block .product-thumb .description {display: none;}
#column-left .module-block .product-thumb .image {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}
#column-left .module-block .product-thumb .caption {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding: 0;
    text-align: left;
}
#column-left .module-block .product-thumb .caption h4 a {
    font-size: 14px;
    line-height: 18px;
    padding: 0;
}
.module-block .title, .mfilter-box .box-heading {
    height: 61px;
    line-height: 61px !important;
    padding-left: 32px;
    /*background: url(../image/brands.jpg) center no-repeat;*/
    background-color: #ea7128;
    border-radius: 20px 20px 0px 0px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
.mfilter-box .mfilter-content {border-radius: 0;}
.module-block .module-content {
    overflow: hidden;
    background: #eee;
}
.module-block.liststyle .module-content {padding: 10px 0;}
.module-block a {display: block;padding: 10px 15px 10px 32px;}

.popup-info {
    background: #fff;
    margin: 15px;
    border: 1px solid #d5d5d5;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    color: #342D38;
    float: right;
    position: fixed;
    right: 10px;
    top: 10px;
    font-size: 12px;
    line-height: 18px;
    padding: 20px 15px;
    z-index: 99999999;
    border-radius: 1px;
    width: 265px;
}
.popup-info a.close {
    width: 15px;
    height: 15px;
    top: 5px;
    right: 5px;
    cursor: pointer;
    display: block;
    position: absolute;
}
.popup-info a.close::before, .popup-info a.close::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #2f2f2f;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.popup-info a.close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.category-description {
    padding: 22px 20px;
    background: #EEE;
    line-height: 22px;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
    margin: 0;
}
a.menu:after, .dropdown-toggle:after {
    content: none;
}

.product-list .product-thumb {padding-top: 0;}
.product-list .product-thumb h4, .product-list .product-thumb .price, .product-list .product-thumb .buttons {text-align: left}
.product-list .product-thumb h4 {margin-top: 20px;}
.product-list .product-thumb .stock {position: relative;text-align: left;top: 0;left: 0;margin-bottom: 15px;}

.model {margin-bottom: 10px;}
.warehouse {font-size: 0px;position: relative;margin: 3px 0;}
.warehouse:after {
    content: "";
    width: 100%;
    display: block;
    height: 1px;
    border-bottom: 1px dotted #c3c3c3;
    top: 50%;
    position: absolute;
    z-index: 19
}
.warehouse div {font-size: 14px;display: inline-block;vertical-align: middle;}
.warehouse .text {width: 60%;text-align: left;}
.warehouse .text span, .warehouse .text a {display: inline-block;padding: 0 10px 0 0;background: #fff;z-index: 20;position: relative;font-size: 13px;}
.warehouse .text a {color: #337ab7;}
.warehouse .text a:hover {color: #151515;}
.warehouse .count {width: 40%;text-align: right;padding: 0 0 0 10px;}
.warehouse .count span {display: inline-block;padding: 0 0 0 10px;background: #fff;z-index: 20;position: relative;}
.warehouse .count.red span {font-size: 12px;line-height: 12px;}

.another_warehouse {
    display: inline-block;
    color: #337ab7;
    text-decoration: dotted;
    border-bottom: 1px dashed;
    margin: 10px 0;
    font-size: 13px;
}

.cta-block .btn-primary, .cta-block .btn-compare {font-size: 14px;}
.cta-block .btn-primary {border-top: 1px solid #64960d; border-bottom: 1px solid #64960d;padding: 7.5px 40px;}
.cta-block .btn-compare {border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc;}
.cta-block .btn-default {padding: 10px 15px;}
.cta-block input {height: 39px;text-align: center;}

[class*='product-product'] h1 {margin-bottom: 20px;}
[class*='product-product'] .date-price {font-size: 12px;margin-top: 25px}
[class*='product-product'] .product-grey-block .date-price {font-size: 14px;margin-top: 0px;font-weight: bold}
[class*='product-product'] .date-price .badge {
    background-color: #e2e2e2;
    color: #333;
    padding: 4px 8px;
    border-radius: 3px;
}
[class*='product-product'] .product-grey-block .date-price .badge{
    background-color: #ffffff;
    color: #333;
    padding: 7px 15px;
    border-radius: 3px;
    font-size: 14px;
    margin-top: 5px;
}
[class*='product-product'] .info .price {margin: 15px 0 30px 0;}
[class*='product-product'] .info .price h2, [class*='product-product'] .info .price span {
    display: inline-block;
    vertical-align: middle;
}
[class*='product-product'] .info .price h2.new-price {color: #d4261d;}
[class*='product-product'] .info .price h2 {
    margin: 0 10px 0 0;
    font-weight: bold;
}
[class*='product-product'] .info .price h2, [class*='product-product'] .info .price span {
    display: inline-block;
    vertical-align: middle;
}
[class*='product-product'] .info .price .old-price {text-decoration: line-through;color: #999;}
[class*='product-product'] .description {margin-bottom: 10px;}
[class*='product-product'] .magnpopup {position: relative;height: 100%;}
[class*='product-product'] .thumbnails {max-width: 78px;height: calc(100% - 25px);overflow-y: scroll;}
[class*='product-product'] .thumbnails li {max-width: 78px;margin: 0}
[class*='product-product'] .thumbnails li#more_photo {font-size: 10px;text-align: center;cursor: pointer}
[class*='product-product'] .thumbnails li#more_photo span.icon {width: 35px;height: 35px;line-height: 35px;border-radius: 50%;background: #e4e4e4;color:#fff;display: inline-block;font-size: 15px;}
[class*='product-product'] .thumbnails li#more_photo span.text {display: block;line-height: 14px;margin: 5px 0 0 0}
[class*='product-product'] .thumbnails li#more_photo:hover span.icon {color:#000}
#product .ya-share2 {margin-top: 20px;}

.city-list {margin-top: 30px;}
.city-list h3 {font-weight: bold;font-size: 18px;}
.city-list .panel {padding: 10px;font-size: 13px;box-shadow: 0 1px 2px 0 rgba(0,0,0,0.10);}
#yandex_map {width: 100%;height: 450px;margin: 0 0 40px 0;}

footer {margin-top: 50px}
footer .top-block {margin: 0}
footer .bottom-block {
    padding: 0 0 25px 0;
    background: url(../image/footer-bg.jpg) center no-repeat;
    margin: 0;
}
footer .bottom-block #logo {margin-top: 30px;}
footer .text_block {
    padding: 61px 0;
    background-image: url(../image/washing-machine.jpg);
    background-size: cover;
    font-size: 14px;
    color: #ffffff;
    position: relative;
}
footer .text_block .container {position: relative;z-index: 2;}
footer .text_block:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #f57713;
    background: -moz-radial-gradient(rgba(250, 150, 12, 0.7), rgba(242, 112, 16, 0.9));
    background: -webkit-radial-gradient(rgba(250, 150, 12, 0.7), rgba(242, 112, 16, 0.9));
    background: radial-gradient(rgba(250, 150, 12, 0.7), rgba(242, 112, 16, 1));
    content: '';
    z-index: 1;
}
footer .text_block:before {
    width: 266px;
    height: 198px;
    position: absolute;
    top: -70px;
    right: 0px;
    background: url(../image/baraban.png) center no-repeat;
    content: '';
    z-index: 2;
}
footer .text_block .section-block-title {
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 36px;
    color: #ffffff;
    text-transform: uppercase;
}
footer .text_block p {
    line-height: 200% !important;
    margin-bottom: 39px;
}
footer .text_block ul {
    padding-left: 20px;
    list-style: url(../image/list-icon.png);
}
footer .text_block ul li {
    margin-bottom: 9px;
    padding-left: 5px;
}

#simplecheckout_cart tr.wating {background: #eee;}
#simplecheckout_cart tr.wating-title td {font-size: 13px;}
#simplecheckout_shipping .border {
    border: 4px double black;
    margin-bottom: 20px;
    padding: 10px;
}
.simplecheckout #simplecheckout_customer .simplecheckout-block-content {padding-bottom: 0}
.simplecheckout #simplecheckout_shipping_address .simplecheckout-block-content {padding-top: 0}
.simplecheckout #simplecheckout_comment .simplecheckout-block-content {padding: 0 35px 25px 35px !important;}
.simplecheckout #simplecheckout_shipping_address .geoip-title-zone {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    display: inline-block !important;
    margin: 0;
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
}
#simplecheckout_shipping_address .zone {
    margin: 0px 0px 15px 10px;
}
.col-sm-12 .simplecheckout-block .checkout-heading {
    background: url(../image/menu-bg.jpg) center top no-repeat;
    border:0;
    color: #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 12px 35px;
}
.simplecheckout .simplecheckout-block {
    margin-bottom: 0px;
}
.simplecheckout .simplecheckout-block-content {
    padding: 25px 35px;
    background: #eee;
}
.simplecheckout .simplecheckout-block-content .form-group + p, .simplecheckout .simplecheckout-block-content .radio + p { margin-top: 20px;}
.form-group.description {margin-top: -10px;}
.radio.payment-radio {float: left}
.radio.payment-radio + .radio.payment-radio {margin: 10px 0 10px 10px;}
.radio.payment-radio input {opacity: 0}
.radio.payment-radio label {padding: 7px 10px;border-radius: 3px;border: 2px solid #ccc;}
.radio.payment-radio input:checked + label, .radio.payment-radio:hover label {background: #fff;border: 2px solid #f57e16;}
/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 0;
    background: none;
    color: #151515;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 15px;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li:last-child:after {content: none;}
.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: -5px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.breadcrumb a {text-decoration: underline;color: #151515;}
.breadcrumb li:first-child a, .breadcrumb a:hover {text-decoration: none;}

.special_offer_container{position:relative;margin-bottom:20px}
.special_offer_button.active{display:block}
.special_offer_button{display:none;width:275px;background:#f2f6f9;color:#333;position:absolute;left:0;right:0;top:-20px;margin:auto;text-align:center;padding:5px;-webkit-box-shadow: 0 1px 3px 0 rgba(50,50,50,0.35);-moz-box-shadow: 0 1px 3px 0 rgba(50,50,50,0.35);box-shadow: 0 1px 3px 0 rgba(50,50,50,0.35);border-radius: 0px 0px 5px 5px;}
.special_offer_button_close{border-radius:50%;border:5px solid #f68318;background:#fff;color:#000;padding:4px 10px;position:absolute;right:0;top:33px;z-index:22;font-size:14px;font-weight:700;cursor:pointer}
.hidden_special_container{opacity:0;position:absolute;left:-999999px;width:100%}
.special_offer_container .item.background {
    background-size: cover;
    width: 100%;
    height: 100%;
}
.special_offer_container .item.background a {display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;}

.pagination {
    margin: 0;
}
/* buttons */
.buttons {
    margin: 1em 0;
}
.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    *background-color: #e7e7e7;
    *background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    *background-repeat: repeat-x;
    *border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
    background: transparent;
}
.btn-default.black {
    background: #404040;
    border-color:#000;
    color:#fff;
    text-shadow: none;
}
.btn-default.black:hover, .btn-default.black:visited, .btn-default.black:focus {outline: none;background: #3d3d3d;border-color: #3d3d3d;color:#fff;}
.btn-default.orange {
    background: #f88d11;
    border-color:#f88d11;
    color:#fff;
    text-shadow: none;
}
.btn-default.orange:hover, .btn-default.orange:visited, .btn-default.orange:focus {outline: none;background: #ea7128;border-color: #f0ad4e;color:#fff;}
.btn-default:hover, .btn-default:visited, .btn-default:focus {outline: none;background: #f2f6f9;}
.btn-compare {
    color: #151515;
    border-radius: 2px;
    background: #EEEEEE;
    line-height: 22px;
    outline: none;
    border:0;
    font-size: 16px;
}
.btn-compare:hover, .btn-compare:active, .btn-compare:focus, .btn-compare.active, .btn-compare.disabled, .btn-compare[disabled] {
    background: #EEEEEE;
    outline: none;
    box-shadow: inset 0 1000px 0 rgba(0,0,0,0.1);
}
.btn-primary {
    color: #fff;
    border-radius: 2px;
    background: #178325;
    line-height: 22px;
    border:0;
    font-size: 16px;
    padding: 7.5px 25px;
    outline: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background: #178325;
    outline: none;
    box-shadow: inset 0 1000px 0 rgba(0,0,0,0.1);
}
.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    box-shadow: none;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    outline: none;
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    color: #fff;
    box-shadow: none;
    background: #F44;
    padding: 7.5px 25px;
    font-size: 16px;
    border: 0;
    border-radius: 2px;
    border: 1px solid;
    border-color: #e65d56;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    background: #F44;
    box-shadow: inset 0 1000px 0 rgba(0,0,0,0.1);
}
.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #151515;
}
.pagination>.active>span {
    background-color: #a1a1a1;
}
.pagination>li>a, .pagination>li>span {color: #151515;}

/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}
/* product list */
.product-thumb {
    *border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
    padding-top: 30px;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.product-thumb .buttons {text-align: center;}
.product-thumb .image {
    text-align: center;
}
.product-thumb .image a {
    line-height: 130% !important;
}
.product-thumb .image a:hover img {
    opacity: 0.8;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}
.product-grid .product-thumb .image {
    float: none;
}
@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
    [class*='blog-latest'] .product-list .product-thumb .image, [class*='blog-category'] .product-list .product-thumb .image {padding: 0 30px 0 0;}
}
.sticker {position: absolute;top:0;right: 0;background: url(../image/icon2.png) center no-repeat;width:72px;height: 63px;}
.discount{margin-right:20px;display:inline-block;vertical-align:middle;line-height:28px;font-size:12px;font-weight: bold;padding:0 0 0 5px;background-color:#fff;border-width:1px 0 1px 1px;border-style:solid;border-color:#64960d;color:#64960d;min-width:35px;height:30px;white-space:nowrap;font-weight:400;text-align:center;position:relative}
.discount:after, .discount:before{content:'';left:100%;position:absolute;top:0;bottom:0;margin-top:auto;margin-bottom:auto;width:0;height:0;border-style:solid}
.discount:before{border-width:15px 0 15px 10px;border-color:transparent transparent transparent #64960d}
.discount:after{border-width:14px 0 14px 9px;border-color:transparent transparent transparent #fff}

.product-thumb h4 a, .product-thumb .name a {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
/*
.product-thumb .stock {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 12px;
    min-width: 50%;
}
*/
.product-thumb .stock {
    width: 70%;
    margin: 0 auto;
}
.stock.green {color:green;}
.stock.red {color: #999;}
.product-thumb .caption {
    padding: 0 20px;
}
.product-list .product-thumb .caption {
    margin-left: 230px;
}
@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}
.product-thumb .rating {
    padding-bottom: 10px;
}
.rating .fa-stack {
    font-size: 8px;
}
.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}
.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}
.rating .fa-star + .fa-star-o {
    color: #E69500;
}
h2.price {
    margin: 0;
}
.product-thumb .price {
    color: #000000;
    font-size: 20px;
    font-weight:bold;
    height: 30px;
}
.product-thumb .price-new {
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    color: #d4261d;
}
.product-thumb .price-old {
    font-size: 14px;
    font-weight: normal;
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}
.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}
.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}
.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    left: 25px;
}
.thumbnails > li {
    margin-left: 20px;
}
.thumbnails {
    margin-left: 0;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 10px;
    display: block;
    outline: none;
    padding: 5px;
    border: 2px solid #e4e4e4;
}
.image-additional {
    max-width: 78px;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 0px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover {
    background: url(../image/menu-bg.jpg) center top no-repeat;
    color:#fff;
}
.nav-tabs>li>a {
    background: #eee;
    color: #151515;
    margin-right: 10px;
}

/*OPENCART.PRO*/

/*img category*/
.imgcategory .product-thumb {border:0;position: relative;padding-top: 0;}
.imgcategory .product-thumb.transition > h4 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.9);
    line-height: 150% !important;
    padding: 10px 15px;
    color: #151515;
    font-weight: bold
}
.imgcategory .product-thumb.transition:hover {cursor: pointer}
.imgcategory .product-thumb.transition:hover > h4 {
    background: rgba(239, 134, 25, 0.9);
}
.imgcategory .product-thumb.transition > h4 a {color: #151515;font-weight: bold;}
.imgcategory .product-thumb.transition:hover > h4 a {color: #fff;}
.imgcategory .product-thumb.transition > h4 span {display: block;font-weight: normal}

.progress.quantity-indicator {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    position: relative;
    background-color: #676767;
    z-index: 20;
}
.grey .progress.quantity-indicator {background-color: #dedede;}
.progress.quantity-indicator .text {width: 100%;position: absolute;text-align: center;left:0;font-size: 11px;}
.grey .progress.quantity-indicator .text {color: #696767;}

/* geoip */
.geoip-module
{

}
.geoip-module .geoip-title-zone {display: block}
.geoip-module .zone
{
    cursor: pointer;
    color: #f6801a;
    font-weight: bold;
    display: inline-block;
    margin: 0px 0 5px 0;
    position: relative;
    padding: 8px 0 5px 25px;
}

.geoip-module .zone:before {
    width: 17px;
    height: 26px;
    position: absolute;
    top: 5px;
    left: 0px;
    background: url(../image/icons.png) -57px 0px no-repeat;
    content: '';
}

.geoip-block
{
    margin: 5px 0 -5px;
    height: 24px;
    line-height: 24px;
    position: relative;
}

.geoip-block input
{
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 0 #F0F0F0;
    -moz-box-shadow: 0 2px 0 #F0F0F0;
    box-shadow: 0 2px 0 #F0F0F0;
}

.geoip-block .ui-autocomplete
{
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

* html .geoip-block .ui-autocomplete
{
    height: 300px;
}

.geoip-choose-region .i
{
    display: inline-block;
    width: 30%;
    margin-bottom: 15px;
}

.geoip-choose-region .i a
{
    color: #000;
    border-bottom: 1px dotted;
    font-weight: bold;
    cursor: pointer;
}

.geoip-choose-region h2
{
    margin: 10px 0 0;
}

.geoip-choose-region .geoip-block
{
    margin: 10px 12px 15px 0;
}

.geoip-choose-region .geoip-block .geoip-popup-input
{
    width: 50%;
    min-width: 150px;
    padding: 3px 7px;
}

.geoip-choose-region .border
{
    margin: 15px 0;
    border-bottom: 1px solid #ededed;
}

.geoip-confirm-region
{
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}

.geoip-confirm-region.geoip-custom-popup
{
    position: absolute;
    top: 22px;
    right: 0;
    background: #FFF;
    padding: 15px 25px;
    min-width: 200px;
    max-width: 400px;
    z-index: 9999;
    border: 1px solid #dadada;
    -webkit-box-shadow: 0 2px 5px #5B5A5A;
    -moz-box-shadow: 0 2px 5px #5B5A5A;
    box-shadow: 0 2px 5px #5B5A5A;
}

.geoip-custom-popup .geoip-confirm-buttons
{
    margin-top: 15px;
}

.geoip-custom-popup .geoip-confirm-buttons input[type=button]
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 1px 1px 3px #666666;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 16px;
    padding: 4px 14px;
    cursor: pointer;
}

.geoip-custom-popup .geoip-confirm-buttons input[type=button].geoip-confirm-yes
{
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    border: 1px solid #2980b9;
}

.geoip-custom-popup .geoip-confirm-buttons input[type=button].geoip-confirm-yes:hover
{
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
}

.geoip-custom-popup .geoip-confirm-buttons input[type=button].geoip-confirm-no
{
    background: #d9d9d9;
    background-image: -webkit-linear-gradient(top, #d9d9d9, #ababab);
    background-image: -moz-linear-gradient(top, #d9d9d9, #ababab);
    background-image: -ms-linear-gradient(top, #d9d9d9, #ababab);
    background-image: -o-linear-gradient(top, #d9d9d9, #ababab);
    background-image: linear-gradient(to bottom, #d9d9d9, #ababab);
    border: 1px solid #ababab;
}

.geoip-custom-popup .geoip-confirm-buttons input[type=button].geoip-confirm-no:hover
{
    background: #ededed;
    background-image: -webkit-linear-gradient(top, #ededed, #cccccc);
    background-image: -moz-linear-gradient(top, #ededed, #cccccc);
    background-image: -ms-linear-gradient(top, #ededed, #cccccc);
    background-image: -o-linear-gradient(top, #ededed, #cccccc);
    background-image: linear-gradient(to bottom, #ededed, #cccccc);
    border: 1px solid #cccccc;
}

.geoip-choose-region.geoip-custom-popup
{
    padding: 10px 20px;
    z-index: 9999;
    overflow: hidden;
}

.geoip-modal-open
{
    overflow: hidden;
}

.geoip-modal
{
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    outline: 0 none;
    overflow: hidden;
    right: 0;
    top: 0;
    z-index: 9999;
}

.geoip-modal-open .geoip-modal
{
    overflow-x: hidden;
    overflow-y: auto;
}

.geoip-backdrop
{
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.geoip-backdrop.geoip-fade
{
    opacity: 0;
}

.geoip-fade.geoip-in
{
    opacity: 1;
}

.geoip-backdrop.geoip-in
{
    opacity: .5;
}

.geoip-modal-dialog
{
    margin: 10px;
    position: relative;
    width: auto;
}

.geoip-modal-dialog
{
    margin: 10px;
    width: auto;
}

.geoip-modal-content
{
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.geoip-modal-content
{
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0 none;
    position: relative;
    min-height: 240px;
}

.geoip-modal-dialog .geoip-close
{
    position: absolute;
    right: 15px;
    top:10px;
    font-size: 26px;
    opacity: .2;
    cursor: pointer;
    color: #000;
}

.geoip-modal-dialog .geoip-close:hover
{
    opacity: .5;
}

@media (min-width: 768px)
{
    .geoip-modal-dialog
    {
        margin: 30px auto;
        width: 620px;
    }

    .geoip-choose-region .i
    {
        width: 187px;
    }
}

@media (max-width: 500px)
{
    .geoip-choose-region .i
    {
        width: 45%;
    }
}


.home-categories, .home-category{padding-right:0;text-align: center}
.home-category .list-group-item{-webkit-box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);border:0;margin-bottom:15px}
.home-category .list-group-item .title{color:#333;text-align:center;font-size:12px;font-weight:700;margin:10px 0 5px}
.home-category .fa {font-size: 50px;color: #151515;}
.home-category:hover img,  .home-category .fa{opacity:.8}

.special_offer .heading{background:#f98e0f;color:#fff;font-size:17px;font-weight:700;text-transform:uppercase;margin:0;display:inline-block;padding:15px 20px 13px;margin-left:40px}
.special_offer .owl-carousel .owl-wrapper-outer{box-shadow:none;border:6px solid #f98e0f;border-radius:0}
.special_offer .owl-pagination{top:10px}
.special_offer .owl-controls .owl-page span{display:block;width:14px;height:14px;background:#fff;border-radius:20px;box-shadow:none;border:1px solid #bfbdbd}
.special_offer .owl-controls .owl-page.active span{background:#dedede}
.special_offer .owl-carousel .owl-item{background:url(../image/smarttech-bkg-1.jpg)}
.special_offer .item.product .image img{margin:20px auto;border:2px solid #cfcfcf;border-radius:50%;background:#fff}
.special_offer .item.product .description{margin:30px auto 20px 0}
.special_offer .item.product .price-block{margin:75px auto 20px 0;text-align:center}
.special_offer .item.product .price-block .price{font-size:27px;margin-bottom:20px}
.special_offer .item.product .price-block .price-new {
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    color: #d4261d;
    font-size: 28px;
}
.special_offer .item.product .price-block .price-old {
    font-size: 16px;
    font-weight: normal;
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
.special_offer .item .button a{padding:14.5px 50px;border-radius:50px;-moz-border-radius:50px;-webkit-border-radius:50px}
.special_offer .item.product .name{font-size:25px;margin-bottom:20px;line-height:30px}
.special_offer .item.product .model{border:1px solid #e2e2e2;background:#fff;color:#333;padding:4px 8px;border-radius:3px;display:inline-block;margin-bottom:20px}
.special_offer .item.file{text-align:center}
.special_offer .item.file .title{font-size:40px;line-height:46px;margin:30px 0}
.special_offer .item.file .button{margin-bottom:30px}
.special_offer .item.file .text{font-size:18px;font-family:'Verdana';padding-bottom: 20px}
.special_offer .item.background {background-size: cover;width: 100%;height: 100%;display: block}
.special_offer .item.background a {display: block;width: 100%;height: 100%;cursor: pointer;}

.account-wiki #column-left{width:100%!important;padding:0}
.account-wiki .module-block.liststyle .module-content .heading{padding:10px 15px;background:#dedede}
.account-wiki .module-block.liststyle .module-content.first .heading{margin-top:-10px}
.account-wiki .module-block.liststyle .module-content .content.input-block{padding:20px 15px 0}
.wiki video,.wiki img{max-width:100%}
.wiki .item .button-back a{color:#000;font-weight:600}
.wiki .item > .heading{padding:16px 0;border-bottom:1px solid #dedede;overflow:hidden}
.wiki .item > .heading h1{margin:0;font-size:22px;font-weight:600}
.wiki .item > .heading h3{margin:0}
.wiki .item > .body{margin-top:20px}
.wiki .record-list .list ul{list-style: initial;padding: 0 0 0 15px;}
.wiki .record-list .list ul li{margin-bottom:15px}
.wiki .record-list .list ul li a{padding:5px 0;font-size:15px;display: inline-block;border-bottom: 1px solid #dedede;line-height: 14px;}
.wiki .record-list .list ul li .date{color:#a5a9af;font-size:13px}
.wiki .record-info h2,.wiki .record-info h2 > *{font-size:22px!important;font-weight:600}
.wiki .record-info h3,.wiki .record-info h3 > *{font-size:18px!important;font-weight:600}
.wiki .record-info h4,.wiki .record-info h4 > *{font-size:16px!important;font-weight:600}
.wiki .record-info p{font-size:14px;line-height:24px}
.wiki .record-info .downloads{margin-bottom:20px}
.wiki .record-info .downloads .heading{font-size:16px;color:#000;font-weight:700;margin-bottom:10px}
.wiki .record-info .downloads a{text-decoration:underline}
.wiki_menu{margin:0;padding:0;list-style:none}
.wiki_menu a{position:relative;padding:10px 30px 10px 15px;display:block;font-size:14px;color:#000;font-weight:600}
.wiki_menu a .icon{position:absolute;right:7px;top:7px;background:transparent;width:25px;height:25px;padding:8px;-webkit-transition:all ease-in-out .2s;-moz-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s;transition:all ease-in-out .2s;border-radius:50%;background:#fff!important}
.wiki_menu a:hover .icon{background:#eee!important}
.wiki_menu a .icon .lines{position:relative;display:block;width:100%;height:110%;-webkit-transition:all ease-in-out .3s;-moz-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;transition:all ease-in-out .3s;-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);z-index:1}
.wiki_menu a.collapsed .icon .lines{-moz-transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}
.wiki_menu a .icon .iconline{position:absolute;height:1px;width:100%;top:50%;left:0;right:0;margin:0 auto;-webkit-transition:all ease-in-out .2s,transform ease-in-out .3s;-moz-transition:all ease-in-out .2s,transform ease-in-out .3s;-o-transition:all ease-in-out .2s,transform ease-in-out .3s;transition:all ease-in-out .2s,transform ease-in-out .3s;z-index:1;background:#000}
.wiki_menu a.collapsed .icon .iconline_right{-moz-transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}
.wiki_menu a .icon .iconline_left{width:1px;height:100%;top:0}
.wiki_menu .subcategory{padding-left:45px}
.wiki_menu .subcategory a{padding:5px 15px 5px 0;font-size:13px}
.wiki_menu .subcategory li:last-child a{margin-bottom:15px}
.datarecord {color: #3c8dbc;text-decoration:underline;cursor: pointer;};

.featured-block  {overflow: hidden}
.featured-block h3 {margin-bottom: 0;margin-top: 3px;}
.featured-block .product-thumb {box-shadow:none;background:transparent}
.featured-block .items {padding:0;border-top-right-radius:4px;border-bottom-right-radius:4px}
.featured-block .items .item{border-left:1px solid #e4e4e4;border-top:1px solid #e4e4e4;padding:0;background: #efefef;}
.featured-block .items .item:nth-child(1),.featured-block .items .item:nth-child(2){border-top:0}
.featured-block .items .item:hover {-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,0.18);box-shadow:0 1px 5px 0 rgba(0,0,0,0.18)}
.featured-block .items .product-thumb{margin:0;border:0;padding:0px}
.featured-block .items .product-thumb .caption{min-height:initial;text-align:left;padding: 10px 20px}
.featured-block .items .image{float:left;margin-right:15px}
.featured-block .items .image a {padding: 0}
.featured-block .items .image img {max-width: 125px;}
.featured-block .items .name a {font-size: 14px;line-height: 16px;padding: 0}
.featured-block .items .name {margin-bottom: 10px;}
.featured-block .items .price {font-size: 18px;}

.panel-collapse-show.collapse {
    display: block;
    height: 60px !important;
    overflow: hidden;
    position: relative;
}
.panel-collapse-show.collapse:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38px;
    text-align: right;
    background-size: 100% 100%;
    background: linear-gradient(to bottom,rgba(244,244,244,0),rgba(244,244,244,0.9),rgba(244,244,244,1));
}
.panel-collapse-show.collapse.in {
    height: auto !important;
}
.panel-collapse-show.collapse.in:after {
    content: none;
}
.show-hide-products {padding: 0 !important}
.show-hide-products a {
    display: block;
    text-align: center;
    background: #dedede;
    padding: 5px 0;
}
.show-hide-products span {text-decoration: underline;}
.show-hide-products a:hover span {text-decoration: none;}
#upbutton {
    background: url(../image/up5.png) no-repeat top left;
    height: 61px;
    width: 63px;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    position: fixed;
    z-index: 999;
}

#bb-pvz-link {
    font-style: normal !important;
    background: #fff;
    color: #333;
    outline: none;
    padding: 7.5px 12px !important;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    margin: 10px 0 0 0 !important;
    display: inline-block;
}
#bb-pvz-link:hover {
    outline: none;
    background: #f2f6f9;
    border-color: #adadad;
}

.service-button {
    position: fixed;
    right: -82px;
    top: 40%;
    cursor: pointer;
    transform: rotate(-90deg);
    padding: 10px 15px;
    color: #fff;
    z-index: 500;
    background: rgba(46,48,51,.9);
    width: 205px;
    height: 41px;
}

#shipping_methods, .product-grey-block {
    margin: 15px 0;
    padding: 22px 20px;
    background: #efefef;
    position: relative;
}
#shipping_methods select {display: none;}
#shipping_methods p:first-child {
    margin-bottom: 15px;
    color: #151515;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}
#shipping_methods .checkbox label, #shipping_methods .radio label {padding-left: 0}
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.holidays {color: #5f5f5f;    font-size: 13px;}
#modal-cart {text-align: center}
#modal-cart .buttons {margin-top: 15px;}
.pushy{position:fixed;width:200px;height:100%;top:0;z-index:9999;background:#333332;font-size:0.9em;font-weight:bold;-webkit-box-shadow:inset -10px 0 6px -9px rgba(0, 0, 0, .7);-moz-box-shadow:inset -10px 0 6px -9px rgba(0, 0, 0, .7);box-shadow:inset -10px 0 6px -9px rgba(0, 0, 0, .7);overflow:auto;-webkit-overflow-scrolling:touch;}
.pushy .logo{padding:10px 0;margin:0 auto 30px auto;text-align:center;}
.pushy li{width:100%;padding-right:0;}
.pushy li a{display:block;color:#b3b3b1;padding: 8px 30px 8px 10px;border-bottom:1px solid rgba(0, 0, 0, .1);border-top:1px solid rgba(255, 255, 255, .1);text-decoration:none;}
.pushy li:first-child a {border-top: 0;}
.pushy a:hover {background:rgba(80, 80, 80, 0.36);color:#FFF;}
.pushy-heading {background: #b3b3b1;
    color: #191919;
    padding: 4px 30px 4px 10px;
    font-size: 13px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 5px;}
.pushy ul {list-style: none;
    padding: 0;
    margin: 0 0 20px 0;}
.pushy li .pushy-img, .pushy li span {display: inline-block;vertical-align: middle;}
.pushy li .pushy-img {width: 20px;text-align: center;margin-right: 10px;}
.pushy li .pushy-img img {max-width: 20px;}
.pushy li ul{display:none;}
.pushy li ul.active{display:block;}
.pushy li ul li a{display:block;color:#b3b3b1;padding:3px 20px 3px 40px;font-size:11px;border-bottom:none;border-top:none;text-decoration:none;}
.pushy-left{-webkit-transform:translate3d(-200px,0,0);-moz-transform:translate3d(-200px,0,0);-ms-transform:translate3d(-200px,0,0);-o-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0);}
.pushy-open{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.container-push, .push-push{-webkit-transform:translate3d(200px,0,0);-moz-transform:translate3d(200px,0,0);-ms-transform:translate3d(200px,0,0);-o-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0);}
.pushy, #container, .push{-webkit-transition:-webkit-transform .2s cubic-bezier(.16, .68, .43, .99);-moz-transition:-moz-transform .2s cubic-bezier(.16, .68, .43, .99);-o-transition:-o-transform .2s cubic-bezier(.16, .68, .43, .99);transition:transform .2s cubic-bezier(.16, .68, .43, .99);}
.site-overlay{display:none;}
.pushy-active .site-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;background-color:rgba(0,0,0,0.5);-webkit-animation:fade 500ms;-moz-animation:fade 500ms;-o-animation:fade 500ms;animation:fade 500ms;}
.pushy-active #header-top {margin-left: 200px;animation: fade 200ms;}

.ocfilter {border:0;border-radius: 0;}
.ocfilter .panel-heading {
    height: 61px;
    line-height: 40px !important;
    padding-left: 32px;
    background-color: #ea7128;
    /* background: url(../image/brands.jpg) center no-repeat; */
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    border-radius: 0;
}
.ocfilter .list-group {    border: 1px solid #ddd;border-top: 0}
.ocfilter .popover .form-inline .form-control{width:100px}
.ocfilter-content-top .box-content,.ocfilter-content-bottom .box-content{font-size:0}
.ocfilter-content-top .ocfilter-option,.ocfilter-content-bottom .ocfilter-option{display:inline-block;vertical-align:top;width:33%}
.ocfilter-content-top .ocfilter-option + .ocfilter-option,.ocfilter-content-bottom .ocfilter-option + .ocfilter-option{border-top:none}
.ocfilter.border-block {padding: 20px 0 12px;-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);border:0;}
.ocfilter.border-block .heading > div {border-bottom: 1px solid #ebebeb;}
.ocfilter.border-block .heading > div:before, .ocfilter.border-block .heading > div:after {background-color:#ebebeb;}
.ocfilter .list-group-item {border: 1px solid #ebebeb;}
.ocfilter .list-group-item:first-child {border-top: 0;}
.ocfilter .list-group-item:last-child {border-bottom: 0;}
.ocfilter .noUi-connect {background: #51e858;}
.ocfilter .noUi-target {height: 10px;}
.ocfilter .noUi-horizontal .noUi-handle {width: 16px;
    height: 16px;
    left: -6px;
    top: -5px;
}
.ocfilter .noUi-handle {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc, #f3f3f3);
    background: -ms-linear-gradient(top, #fcfcfc, #f3f3f3);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f3f3f3));
    background: -webkit-linear-gradient(top, #fcfcfc, #f3f3f3);
    background: -o-linear-gradient(top, #fcfcfc, #f3f3f3);
    background: linear-gradient(top, #fcfcfc, #f3f3f3);
    border-radius: 50%;
    border: 1px solid #d3d3d3;
    text-decoration: none;
    display: block;
    position: absolute;
    z-index: 2;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-left: -2px !important;
}
.ocfilter .noUi-handle:after, .ocfilter .noUi-handle:before {content: none;}
.ocfilter .selected-options span {font-size: 11px;}
.ocfilter .selected-options .btn-default {font-size: 10px;padding: 2px 5px;outline: none;margin-bottom: 5px;}
.ocfilter .list-group-item.selected-options .ocfilter-option button {
    color: #141414;
    box-shadow: none;
    background: #dedede;
    padding: 7.5px 25px;
    font-size: 13px;
    border: 0;
    border-radius: 2px;
    border: 1px solid;
    border-color: #abaaaa;
    cursor: pointer;
}
.ocfilter .list-group-item.selected-options > button{
    color: #fff;
    box-shadow: none;
    background: #d9534f;
    padding: 5.5px 25px;
    font-size: 14px;
    border: 0;
    border-radius: 2px;
    border: 1px solid;
    border-color: #e65d56;
}
.ocfilter .noUi-pips {color:#000;}

@media (max-width: 1024px) {
    .featured-block .items .item {border-top:0 !important;border-bottom:1px solid #e4e4e4;}
}
@media (max-width: 970px) {
    .bottom-block .col-sm-3 {
        padding-left: 15px;
    }
    .benefit:before {content: none;}
    footer .text_block {background-position: center center;}
    .top-block .list-inline:first-child li.hidden-lg {padding: 0;}
    .top-block .list-inline:first-child li.hidden-lg a {padding: 18px 18px;text-align: center;}
    .top-block .list-inline:first-child li.hidden-lg a .fa {margin: 0;}

    .special_offer .item.product .button a{padding:14.5px 25px;border-radius:50px;-moz-border-radius:50px;-webkit-border-radius:50px}
    .special_offer .item.product .name {font-weight: bold;font-size: 20px;line-height: 25px;}

    .special_offer .item.file .title {font-size: 32px;}
}
@media (max-width: 750px) {
    .special_offer .heading {margin: 0;display: block;font-size: 15px;text-align: center}
    .special_offer .item.file .title {font-size: 32px;line-height: 36px;}
    .special_offer .item.file .text {line-height: 25px;margin: 0 15px;}
    .special_offer .item.product .price-block {text-align: left;margin: 15px auto 20px 0;}

    .service-button {display: none;}

    .top-block .list-inline:first-child li {padding: 0 10px;}

    .login-block {display: none !important;}
    .top-block .container {
        padding: 0 0px;
    }
    .breadcrumb {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .under_menu {display: none;}
    .top-block .list-inline a {font-size: 12px;}
    .bottom-block .col-sm-3 {margin: 25px 0;}
    .benefit .section-block-title {color: #151515;}
    .cta-block .btn-primary {padding: 7.5px 20px;}
    #menu .btn-mobile {
        font-size: 15px;
        font-stretch: expanded;
        color: #FFF;
        padding: 2px 18px;
        float: right;
        background:transparent;
        border:0;
        box-shadow: none;
    }
    #menu .btn-mobile .fa {font-size: 20px;}
    #menu .navbar-header {padding: 4px 0 0 0;}
    footer .text_block::before {content: none;}
    footer .bottom-block {display: none;}

    .input-group .form-control[name^="quantity"] {
        padding: 10px 10px;
        min-width: 40px;
    }
    .cta-block .btn-primary {
        padding: 7.5px 12px;
    }
    .input-group-btn .btn {padding: 7.5px 12px;font-size: 13px;}
    .cta-block .btn-default {
        padding: 10px 15px;
        font-size: 12px;
    }

    .special_offer .item.background{
        background-size: contain !important;
        background-repeat: no-repeat !important;
        min-height: 70px !important;
    }
}
.top-links ul li:nth-child(4){

    text-decoration:none;
    background:#f68016;
}
.top-links ul li:nth-child(4) a:hover{
    text-decoration:none;
}
/*Баланс*/
.customer_balans.red b{
    color:red;
}
.customer_balans.green b{
    color:green;
}
/*Баланс*/
/*Личный кабинет*/
.client-info-wrapper,.client-info-link{
    display:inline-block;
    width:100%;
    padding:15px;
    border: 1px solid #dedede;
    margin-bottom:15px;
}
.client-info-wrapper:hover,.client-info-link:hover{
    border: 1px solid #f68016;
}
.client-info-link:hover{
    color:#f68016;
}
.client-info-link span,.client-info-name{
    display:inline-block;
    width:100%;
    margin-top:10px;
}
.client-info-link img{

    filter:none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
}
.client-info-link:hover img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.green{
    color:green;
}
.client-info-wrapper a.logout img{
    width:24px;
}
.client-info-wrapper a.logout{
    font-weight: 700;
    color: #f6801a;
    font-size: 16px;
    line-height: 24px;
}
.header-logout{
    color: #f6801a !important;
}
/*Личный кабинет*/
/*Мобильное меню новая версия*/
#mobilheader .navbar-default{
    background:#3E3E3E;
}
#mobilheader .mobile-logo img{
    width:90px;
}
.navbar-toggle{
    border:none;
    float:left;
    margin-left:5px;
    margin-right:0px;
}
#mobilheader .navbar-toggle .icon-bar{
    color:#fff;
    width:22px;
    height:2px;
    background-color: #fff !important;
}
#mobilheader .navbar-toggle .icon-bar:nth-child(2){
    width:18px;
}
#mobilheader .navbar-default .navbar-toggle:focus ,#mobilheader .navbar-default .navbar-toggle:hover{
    background:none;
}
#mobilheader .navbar-default .navbar-toggle:focus .icon-bar,#mobilheader .navbar-default .navbar-toggle:hover .icon-bar{
    background-color:#f6801a !important;
}
#mobilheader .fa{
    color:#f6801a;
}
#mobilheader .navbar-brand{
    padding:15px 7px;
}
#mobilheader .navbar-brand.mobile-logo{
    padding:12px 0px 10px;
}
#mobilheader .mobilemenu ul li a{
    color:#fff !important;
}
#mobilheader .mobilemenu ul li.zag{
    font-weight:bold;
    color:#fff;
    width:100%;
    text-align:center;
    text-transform: uppercase;
}
.mobile-search{
    display:none;
    width:100%;
    padding:10px;
    background:#3E3E3E;
}
.mobile-search input{
    color:#000;
    display:block;
    width:100%;
}
.mobile-search.active{
    display:block;
}
.mobile-search button{
    display:none;
}
#mobilheader .bottom-block{
    background: #fff;
    padding: 10px 15px;
    margin: 10px -15px;
}
.mobile-soc-phone,.mobile-soc-phone-opt{
    display:inline-block;
    width:100%;
    margin-bottom:20px;
}
.com {
    color: red;
}
/*Мобильное меню новая версия*/
#selectCdekPvz {
    color: red;
    text-decoration: underline;
}
/* скользящий баннер */
.sticky {
    position: fixed;
    z-index: 101;
}
.stop {
    position: relative;
    z-index: 101;
}
.isl-ural {
    position: relative;
    z-index: 999; /* Необходимо, чтобы прилипающий элемент был над другими элементами на странице */
}

.isl-ural.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.isl-ural a {
    margin-left: -15px;
}
.isl-uralm{
    display: none;
}
.isl-uralm img{
    width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .isl-ural img {
        max-width: 212px;
    }
    .isl-uralm{
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .isl-ural img {
        max-width: 155px;
    }
    .isl-uralm{
        display: none;
    }
}
@media (min-width: 100px) and (max-width: 767px) {
    .isl-uralm  {
        display: block;
        margin: 10px;
    }

}

@media (min-width: 768px)  {
    .city-list .col-sm-3 {
        min-height: 190px;
    }
}
.caption .name {
    min-height: 67px;
    max-height: 67px;
    overflow: hidden;
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/OpenSans-SemiBoldItalic.eot');
    src: local('Verdana SemiBold Italic'), local('OpenSans-SemiBoldItalic'),
    url('../fonts/OpenSans-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-SemiBoldItalic.woff') format('woff'),
    url('../fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display:swap;
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/OpenSans-LightItalic.eot');
    src: local('Verdana Light Italic'), local('OpenSans-LightItalic'),
    url('../fonts/OpenSans-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-LightItalic.woff') format('woff'),
    url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display:swap;
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/OpenSans-Bold.eot');
    src: local('Verdana Bold'), local('OpenSans-Bold'),
    url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Bold.woff') format('woff'),
    url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display:swap;
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/OpenSans-ExtraBoldItalic.eot');
    src: local('Verdana ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'),
    url('../fonts/OpenSans-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-ExtraBoldItalic.woff') format('woff'),
    url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display:swap;
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/OpenSans-Light.eot');
    src: local('Verdana Light'), local('OpenSans-Light'),
    url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Light.woff') format('woff'),
    url('../fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display:swap;
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/OpenSans-Italic.eot');
    src: local('Verdana Italic'), local('OpenSans-Italic'),
    url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Italic.woff') format('woff'),
    url('../fonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display:swap;
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/OpenSans-Regular.eot');
    src: local('Verdana Regular'), local('OpenSans-Regular'),
    url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Regular.woff') format('woff'),
    url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display:swap;
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/OpenSans-SemiBold.eot');
    src: local('Verdana SemiBold'), local('OpenSans-SemiBold'),
    url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-SemiBold.woff') format('woff'),
    url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display:swap;
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/OpenSans-ExtraBold.eot');
    src: local('Verdana ExtraBold'), local('OpenSans-ExtraBold'),
    url('../fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-ExtraBold.woff') format('woff'),
    url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display:swap;
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/OpenSans-BoldItalic.eot');
    src: local('Verdana Bold Italic'), local('OpenSans-BoldItalic'),
    url('../fonts/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-BoldItalic.woff') format('woff'),
    url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display:swap;
}
body {
    font-family: 'Verdana', sans-serif;
    font-weight: 400;
    color: #151515;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
}
h1, h2, h3, h4, h5, h6, .title-h2 {
    color: #151515;
}
/* default font size */
.fa {
    font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 34px;
}
[class*='product-'] #content h1 {margin-top: 0;font-size: 25px;}
h2, .title-h2 {
    font-size: 26px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
a {
    color: #151515;
    cursor:pointer;
}
.title-h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}
a.underline {text-decoration: underline}
a:hover {
    text-decoration: none;
    color: #151515;
}
.not-active-link {pointer-events: none;cursor: default;}
legend {
    font-size: 18px;
    padding: 7px 0px
}
label {
    font-size: 12px;
    font-weight: normal;
}
@media (min-width: 1220px) {
    .container {width: 1220px;}
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 13px;
    border-radius: 2px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}
.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
.grey {color:grey}
/* top */
.top-block {
    /*background: url(../image/menu-bg.jpg) center top no-repeat;*/
    background-color: #404040;
    margin: 0 0 20px 0;
    min-height: 40px;
}
.top-block .container {
    padding: 0 20px;
}
.top-block #currency .currency-select {
    text-align: left;
}
.top-block #currency .currency-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
.top-block .btn-link, .top-block-links li, .top-block-links a {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
}
.top-block .btn-link:hover, .top-block-links a:hover {
    color: #444;
}
.top-block .nav .list-inline>li {vertical-align: top;}
.top-block .top-links .list-inline > li:nth-child(5) {/*background: red*/}
.top-block .top-links .list-inline > li:nth-child(5) a {font-weight: bold}
.top-block .nav .list-inline>li:hover > .dropdown-menu {display: block !important}
.top-block .list-inline {margin: 0;}
.top-block .list-inline a {color:#fff;line-height: 54px;cursor: pointer;background: transparent;}
.top-block .list-inline a:hover span {border-bottom: 1px solid rgba(255, 255, 255, 0.5);}
.top-block .list-inline .dropdown a:hover span {border:0;color:#fff;}
.top-block .list-inline a:hover, .top-block .list-inline a:focus {text-decoration: none;background: none;}
.top-block .list-inline:first-child li:first-child {padding-left: 0;}
.top-block .list-inline:first-child li {padding: 0 15px;}
.top-block .list-inline .fa {color:#f88d11;font-size: 16px;margin-right: 5px;}
.top-block .list-inline .compare-block {position: relative;padding: 0 30px 0 0;}
.top-block .list-inline .login-block {position: relative;}
.top-block .list-inline .login-block a {line-height: 35px;    display: inline-block;}
.top-block .list-inline .login-block em {
    left: 0px;
    font-size: 10px;
    color: #a0a0a0;
    font-style: normal;
    display: block;
    line-height: 5px;
}
}
.top-block .list-inline .cart-block {position: relative;padding: 0 0 0 30px;}
.top-block .list-inline .cart-block:after, .top-block .list-inline .cart-block:before {position: absolute;content: ""}
.top-block .list-inline .cart-block:after {
    width: 1px;
    height: 24px;
    position: absolute;
    top: 15px;
    left: 0;
    background: #2b2b2b;
    border-left: 1px solid #585858;
}
.top-block .list-inline .cart-block:before {
    width: 1px;
    height: 24px;
    position: absolute;
    top: 15px;
    left: 0;
    background: #2b2b2b;
    border-left: 1px solid #585858;
}
.top-block .dropdown-menu {
    margin-top: 0;
    border-radius: 0;
    border: 0;
    padding: 0;
}
.top-block .dropdown-menu:after {
    bottom: 100%;
    left: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136,183,213,0);
    border-bottom-color: #fff;
    border-width: 6px;
}
.top-block .top-links .dropdown-menu a {

    min-width: 160px;
    display: block;
    padding: 6px 10px;
    clear: both;
    line-height: 20px;
    color: #151515;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.top-block .top-links .dropdown-menu .list-unstyled li:first-child, .top-block .dropdown-menu .list-unstyled li {padding: 0;}
.top-block .top-links .dropdown-menu li > a:hover {
    background: #f9930b;
}
.top-block .top-links .top-links .dropdown-menu a:hover {
    color: #FFF;
}
.top-block .top-links .top-links .dropdown-menu a span {border:0;}


.top-block .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}
.top-block-links {
    padding-top: 6px;
}
.top-block-links a + a {
    margin-left: 15px;
}

.bottom-block {
    margin: 10px 0 20px 0;
}
.bottom-block .telephone, .bottom-block .address,.bottom-block .header-email-phone{
    color: #151515;
    font-size: 20px;
    line-height: 26px;
    position: relative;
    /*padding-left: 31px;*/
    font-weight: bold
}
.bottom-block .address {font-size: 14px;line-height: 24px;}
.bottom-block .telephone:first-child {margin: 0;}
footer .bottom-block .telephone:first-child {margin: 30px 0 0px 0;}
.bottom-block .telephone:before {
    width: 26px;
    height: 26px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    /* background: url(../image/icons.png) -108px -4px no-repeat; */
    content: '';
}
/*
.bottom-block .header-email-phone:before{
	width: 26px;
    height: 26px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url(../image/email-icon.png) no-repeat;
    content: '';
}

 */
.bottom-block .telephone span.town,.bottom-block .header-email-phone span.town{font-weight: normal;font-size: 12px;color: #5f5f5f;display: block;}
.bottom-block .address:before {
    width: 17px;
    height: 26px;
    position: absolute;
    top: 5px;
    left: 0px;
    background: url(../image/icons.png) -57px 0px no-repeat;
    *content: '';
}
.bottom-block .address a {
    border-bottom: 1px dotted;
    cursor: pointer;
    color: #f6801a;
    display: inline-block;
    margin: 5px 0;
}
.bottom-block .top-delivery {font-size: large}
.bottom-block .copyright {font-weight: normal;font-size: 12px;color: #5f5f5f;}

.bottom-block .address.social{padding:0}
.bottom-block .address.social a{font-size:13px;font-weight:500;color:#000;border:0;position:relative;margin:5px 2px 5px 0}
.bottom-block .address.social.opt a {margin:5px 2px 5px 30px}
.bottom-block .address.social a span{border-bottom:1px solid #afaeae}
.bottom-block .address.social a:hover,.bottom-block .address.social a:focus{text-decoration:none}
.bottom-block .address.social a:hover span {border-bottom:1px solid #383838}
.bottom-block .address.social a:before{display:inline-block;vertical-align: middle;width:23px;height:23px;top:5px;left:-25px;color:#fff;border-radius:50%;font:normal normal normal 14px/1 FontAwesome;text-align:center;line-height:160%;margin:0 3px 0 0}
.bottom-block .address.social a.whatsapp:before{background-color:#2ab540;content:"\f232"}
.bottom-block .address.social a.email:before{background-color:#589dd2;content:"\f1fa"}
.bottom-block .address.social a.vk:before{background-color:#4f749d;content:"\f189"}



.bottom-block .address.social a.telegram:before{;content:'';background-color:#589dd2;content:"\f2c6"}
.metro-icon img {
    display: inline-block;
    max-width: 24px; /* Задайте подходящую ширину */
    margin-right: 5px; /* Пространство между иконкой и текстом */
}



.bottom-block .address.social a.viber:before{
    background-color:#7d539f;content:"\f2a0";
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#modal-order label {font-size: 14px;}
.modal-header {
    color:#333;
    padding-bottom: 8px;
    background-image: url(../image/menu-bg.jpg);
    background-repeat: repeat-x;
    background-position: 0px -50px;
    background-color: #efede7;
}
.modal-header .close {margin-top: 3px;}
.modal-header h4 {font-size: 18px;}
.modal-content {border-radius: 0;font-size: 14px;}
.modal-content .checkout {display: inline-block}
.error-input {border:1px solid #e65d56 !important;}
.error-input:focus {border: 1px solid #e65d56 !important;}
.error-input::-webkit-input-placeholder {color:#e65d56 !important;}
.error-input::-moz-placeholder {color:#e65d56 !important;}
.error-input:-moz-placeholder {color:#e65d56 !important;}
.error-input:-ms-input-placeholder {color:#e65d56 !important;}


/* logo */
#logo {
    margin: 0 0 10px 0;
}
/* search */
#search {
    margin-bottom: 10px;
    padding: 22px 20px;
    background: #e0e0e0;
    position: relative;
}
#search .title {
    padding: 3px 0 3px 0px;
    margin-bottom: 15px;
    color: #151515;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    /*background: url(../image/search-icon.png) 5px 0px no-repeat;*/
}
#search input {
    width: 100%;
    height: 42px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #7d7d7d;
    font-size: 16px;
    line-height: 26px;
    border: none;
    outline: none;
    border-radius: 2px;
    background: #fff;
}
#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {

}
#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}
#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
    color: #444;
}
#cart .dropdown-menu {

    z-index: 1001;
    border-radius: 0;
}
.top-block .list-inline:first-child #cart  li:first-child {padding: 0 15px;}
#cart .dropdown-menu {
    min-width: 200%;
}

#cart .dropdown-menu:after {left: calc(100% - 30px);}
#cart .dropdown-menu a {color: #151515;line-height: 20px;}

#cart .dropdown-menu .btn-danger{border-radius:50%;background:#fff;text-shadow:none;color:#e65d56;border-color:#e65d56;padding:0;width:20px;height:20px;display:block;font-size:12px}
#cart .dropdown-menu .btn-danger:hover{box-shadow:none;color:#bd362f;border-color:#bd362f}
#cart .dropdown-menu .btn-danger .fa {font-size: 13px;margin: 0;}


#cart .dropdown-menu table {
    margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}
#cart .dropdown-menu li p {
    margin: 20px 0;
}

#cart .nav .open>a, #cart .nav .open>a:focus, #cart .nav .open>a:hover {background: none;}
/* menu */
.under_menu {
    height: 38px;
    line-height: 38px !important;
    background: #3e3e3e;
    color: #fefefe;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
}
#menu {
    background: url(../image/catalog_menu.jpg) center;
    border: 0;
}
#menu .nav > li > a {
    color: #fff;
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background: #f2f6f9;
    color: #151515;
}
#menu .dropdown-menu {
    padding-bottom: 0;
}
#menu .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul {
    display: table-cell;
    padding-left: 20px;
}
#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 5px 0;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 14px;
    position: relative;
}
#menu .dropdown-inner a:before {
    width: 7px;
    height: 7px;
    position: absolute;
    top: 11px;
    left: -17px;
    border-radius: 100%;
    background: #f57b15;
    content: '';
}
#menu.mobile .dropdown-inner a:before {
    left: -10px;
    background: #ffffff;
}
#menu .dropdown-inner li a:hover {
    color: #f6801a;
    text-decoration: underline
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}
@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu, #menu .dropdown.open .dropdown-menu {
        display: block;
        border: 0;
        border-radius: 0;
        background: #f2f6f9;
        padding: 10px 20px;
    }
}
@media (max-width: 767px) {
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
        padding-left: 10px;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}
/* content */
#content {
    min-height: 600px;
}


.benefit {
    background: url(../image/home_icon/mnbg.jpg) center no-repeat;
    margin: 50px 0;
    padding-bottom: 70px;
    position: relative;
}
.benefit:before {
    width: 290px;
    height: 173px;
    position: absolute;
    bottom: -145px;
    right: 0;
    background: url(../image/home_icon/mnic.png) center no-repeat;
    content: '';
}
.benefit .col-sm-2 {padding-left: 5px;padding-right: 5px;}
.benefit .section-block-title {
    margin-bottom: 28px;
    font-size: 25px;
    line-height: 36px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
.benefit .container {
    padding: 56px 0 25px;
    position: relative;
}
.benefit .image_con {
    height: 100px;
    width: 100%;
    display: table;
}
.benefit .item {text-align: center;background: #fff;padding-bottom: 20px;}

.benefit .image_con .image {
    display: table-cell;
    vertical-align: middle;
}

.module-block {margin-bottom: 20px;}
.module-block h3 {border-bottom: 1px solid #ddd;margin-bottom: 15px;}
.module-block h3 span {
    background: url(../image/menu-bg.jpg) center top no-repeat;
    color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    line-height: 1.42857143;
    border-radius: 4px 4px 0 0;
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
}
#column-left .module-block h3 {
    border-bottom: 0;
}
#column-left .module-block h3 span {
    background: #EEE;
    color: #151515;
    display: block;
    border:0;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 32px;
}
#column-left .module-block .product-thumb, [class*='blog-latest'] #content .product-thumb, [class*='blog-category'] #content .product-thumb {
    box-shadow: none;
    padding-top: 0;
    border-bottom: 1px solid #ddd;
    font-size: 0px;
    margin-bottom: 10px;
}
[class*='blog-latest'] #content .product-thumb, [class*='blog-category'] #content .product-thumb {font-size: 14px;margin-bottom: 20px;padding-bottom: 20px;text-align: left}
[class*='blog-latest'] .product-thumb h4 a, [class*='blog-latest'] .product-thumb .name a, [class*='blog-category'] .product-thumb h4 a, [class*='blog-category'] .product-thumb .name a {font-size: 18px;}
#column-left .module-block .product-thumb:hover {opacity: .7}
#column-left .module-block .product-thumb .stock, #column-left .module-block .product-thumb .buttons, #column-left .module-block .product-thumb .description {display: none;}
#column-left .module-block .product-thumb .image {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}
#column-left .module-block .product-thumb .caption {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding: 0;
    text-align: left;
}
#column-left .module-block .product-thumb .caption h4 a {
    font-size: 14px;
    line-height: 18px;
    padding: 0;
}
.module-block .title, .mfilter-box .box-heading {
    height: 61px;
    line-height: 61px !important;
    padding-left: 32px;
    /*background: url(../image/brands.jpg) center no-repeat;*/
    background-color: #ea7128;
    border-radius: 20px 20px 0px 0px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
.mfilter-box .mfilter-content {border-radius: 0;}
.module-block .module-content {
    overflow: hidden;
    background: #eee;
}
.module-block.liststyle .module-content {padding: 10px 0;}
.module-block a {display: block;padding: 10px 15px 10px 32px;}

.popup-info {
    background: #fff;
    margin: 15px;
    border: 1px solid #d5d5d5;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    color: #342D38;
    float: right;
    position: fixed;
    right: 10px;
    top: 10px;
    font-size: 12px;
    line-height: 18px;
    padding: 20px 15px;
    z-index: 99999999;
    border-radius: 1px;
    width: 265px;
}
.popup-info a.close {
    width: 15px;
    height: 15px;
    top: 5px;
    right: 5px;
    cursor: pointer;
    display: block;
    position: absolute;
}
.popup-info a.close::before, .popup-info a.close::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #2f2f2f;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.popup-info a.close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.category-description {
    padding: 22px 20px;
    background: #EEE;
    line-height: 22px;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
    margin: 0;
}
a.menu:after, .dropdown-toggle:after {
    content: none;
}

.product-list .product-thumb {padding-top: 0;}
.product-list .product-thumb h4, .product-list .product-thumb .price, .product-list .product-thumb .buttons {text-align: left}
.product-list .product-thumb h4 {margin-top: 20px;}
.product-list .product-thumb .stock {position: relative;text-align: left;top: 0;left: 0;margin-bottom: 15px;}

.model {margin-bottom: 10px;}
.warehouse {font-size: 0px;position: relative;margin: 3px 0;}
.warehouse:after {
    content: "";
    width: 100%;
    display: block;
    height: 1px;
    border-bottom: 1px dotted #c3c3c3;
    top: 50%;
    position: absolute;
    z-index: 19
}
.warehouse div {font-size: 14px;display: inline-block;vertical-align: middle;}
.warehouse .text {width: 60%;text-align: left;}
.warehouse .text span, .warehouse .text a {display: inline-block;padding: 0 10px 0 0;background: #fff;z-index: 20;position: relative;font-size: 13px;}
.warehouse .text a {color: #337ab7;}
.warehouse .text a:hover {color: #151515;}
.warehouse .count {width: 40%;text-align: right;padding: 0 0 0 10px;}
.warehouse .count span {display: inline-block;padding: 0 0 0 10px;background: #fff;z-index: 20;position: relative;}
.warehouse .count.red span {font-size: 12px;line-height: 12px;}

.another_warehouse {
    display: inline-block;
    color: #337ab7;
    text-decoration: dotted;
    border-bottom: 1px dashed;
    margin: 10px 0;
    font-size: 13px;
}

.cta-block .btn-primary, .cta-block .btn-compare {font-size: 14px;}
.cta-block .btn-primary {border-top: 1px solid #64960d; border-bottom: 1px solid #64960d;padding: 7.5px 40px;}
.cta-block .btn-compare {border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc;}
.cta-block .btn-default {padding: 10px 15px;}
.cta-block input {height: 39px;text-align: center;}

[class*='product-product'] h1 {margin-bottom: 20px;}
[class*='product-product'] .date-price {font-size: 12px;margin-top: 25px}
[class*='product-product'] .product-grey-block .date-price {font-size: 14px;margin-top: 0px;font-weight: bold}
[class*='product-product'] .date-price .badge {
    background-color: #e2e2e2;
    color: #333;
    padding: 4px 8px;
    border-radius: 3px;
}
[class*='product-product'] .product-grey-block .date-price .badge{
    background-color: #ffffff;
    color: #333;
    padding: 7px 15px;
    border-radius: 3px;
    font-size: 14px;
    margin-top: 5px;
}
[class*='product-product'] .info .price {margin: 15px 0 30px 0;}
[class*='product-product'] .info .price h2, [class*='product-product'] .info .price span {
    display: inline-block;
    vertical-align: middle;
}
[class*='product-product'] .info .price h2.new-price {color: #d4261d;}
[class*='product-product'] .info .price h2 {
    margin: 0 10px 0 0;
    font-weight: bold;
}
[class*='product-product'] .info .price h2, [class*='product-product'] .info .price span {
    display: inline-block;
    vertical-align: middle;
}
[class*='product-product'] .info .price .old-price {text-decoration: line-through;color: #999;}
[class*='product-product'] .description {margin-bottom: 10px;}
[class*='product-product'] .magnpopup {position: relative;height: 100%;}
[class*='product-product'] .thumbnails {max-width: 78px;height: calc(100% - 25px);overflow-y: scroll;}
[class*='product-product'] .thumbnails li {max-width: 78px;margin: 0}
[class*='product-product'] .thumbnails li#more_photo {font-size: 10px;text-align: center;cursor: pointer}
[class*='product-product'] .thumbnails li#more_photo span.icon {width: 35px;height: 35px;line-height: 35px;border-radius: 50%;background: #e4e4e4;color:#fff;display: inline-block;font-size: 15px;}
[class*='product-product'] .thumbnails li#more_photo span.text {display: block;line-height: 14px;margin: 5px 0 0 0}
[class*='product-product'] .thumbnails li#more_photo:hover span.icon {color:#000}
#product .ya-share2 {margin-top: 20px;}

.city-list {margin-top: 30px;}
.city-list h3 {font-weight: bold;font-size: 18px;}
.city-list .panel {padding: 10px;font-size: 13px;box-shadow: 0 1px 2px 0 rgba(0,0,0,0.10);}
#yandex_map {width: 100%;height: 450px;margin: 0 0 40px 0;}

footer {margin-top: 50px}
footer .top-block {margin: 0}
footer .bottom-block {
    padding: 0 0 25px 0;
    /*background: url(../image/footer-bg.jpg) center no-repeat;*/
    background: #b9b9b954;
    margin: 0;
}
footer .bottom-block #logo {margin-top: 30px;}
footer .text_block {
    padding: 61px 0;
    background-image: url(../image/washing-machine.jpg);
    background-size: cover;
    font-size: 14px;
    color: #ffffff;
    position: relative;
}
footer .text_block .container {position: relative;z-index: 2;}
footer .text_block:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #f57713;
    background: -moz-radial-gradient(rgba(250, 150, 12, 0.7), rgba(242, 112, 16, 0.9));
    background: -webkit-radial-gradient(rgba(250, 150, 12, 0.7), rgba(242, 112, 16, 0.9));
    background: radial-gradient(rgba(250, 150, 12, 0.7), rgba(242, 112, 16, 1));
    content: '';
    z-index: 1;
}
footer .text_block:before {
    width: 266px;
    height: 198px;
    position: absolute;
    top: -70px;
    right: 0px;
    background: url(../image/baraban.png) center no-repeat;
    content: '';
    z-index: 2;
}
footer .text_block .section-block-title {
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 36px;
    color: #ffffff;
    text-transform: uppercase;
}
footer .text_block p {
    line-height: 200% !important;
    margin-bottom: 39px;
}
footer .text_block ul {
    padding-left: 20px;
    list-style: url(../image/list-icon.png);
}
footer .text_block ul li {
    margin-bottom: 9px;
    padding-left: 5px;
}

#simplecheckout_cart tr.wating {background: #eee;}
#simplecheckout_cart tr.wating-title td {font-size: 13px;}
#simplecheckout_shipping .border {
    border: 4px double black;
    margin-bottom: 20px;
    padding: 10px;
}
.simplecheckout #simplecheckout_customer .simplecheckout-block-content {padding-bottom: 0}
.simplecheckout #simplecheckout_shipping_address .simplecheckout-block-content {padding-top: 0}
.simplecheckout #simplecheckout_comment .simplecheckout-block-content {padding: 0 35px 25px 35px !important;}
.simplecheckout #simplecheckout_shipping_address .geoip-title-zone {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    display: inline-block !important;
    margin: 0;
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
}
#simplecheckout_shipping_address .zone {
    margin: 0px 0px 15px 10px;
}
.col-sm-12 .simplecheckout-block .checkout-heading {
    background: url(../image/menu-bg.jpg) center top no-repeat;
    border:0;
    color: #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 12px 35px;
}
.simplecheckout .simplecheckout-block {
    margin-bottom: 0px;
}
.simplecheckout .simplecheckout-block-content {
    padding: 25px 35px;
    background: #eee;
}
.simplecheckout .simplecheckout-block-content .form-group + p, .simplecheckout .simplecheckout-block-content .radio + p { margin-top: 20px;}
.form-group.description {margin-top: -10px;}
.radio.payment-radio {float: left}
.radio.payment-radio + .radio.payment-radio {margin: 10px 0 10px 10px;}
.radio.payment-radio input {opacity: 0}
.radio.payment-radio label {padding: 7px 10px;border-radius: 3px;border: 2px solid #ccc;}
.radio.payment-radio input:checked + label, .radio.payment-radio:hover label {background: #fff;border: 2px solid #f57e16;}
/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 0;
    background: none;
    color: #151515;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 15px;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li:last-child:after {content: none;}
.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: -5px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.breadcrumb a {text-decoration: underline;color: #151515;}
.breadcrumb li:first-child a, .breadcrumb a:hover {text-decoration: none;}

.special_offer_container{position:relative;margin-bottom:20px}
.special_offer_button.active{display:block}
.special_offer_button{display:none;width:275px;background:#f2f6f9;color:#333;position:absolute;left:0;right:0;top:-20px;margin:auto;text-align:center;padding:5px;-webkit-box-shadow: 0 1px 3px 0 rgba(50,50,50,0.35);-moz-box-shadow: 0 1px 3px 0 rgba(50,50,50,0.35);box-shadow: 0 1px 3px 0 rgba(50,50,50,0.35);border-radius: 0px 0px 5px 5px;}
.special_offer_button_close{border-radius:50%;border:5px solid #f68318;background:#fff;color:#000;padding:4px 10px;position:absolute;right:0;top:33px;z-index:22;font-size:14px;font-weight:700;cursor:pointer}
.hidden_special_container{opacity:0;position:absolute;left:-999999px;width:100%}
.special_offer_container .item.background {
    background-size: cover;
    width: 100%;
    height: 100%;
}
.special_offer_container .item.background a {display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;}

.pagination {
    margin: 0;
}
/* buttons */
.buttons {
    margin: 1em 0;
}
.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    *background-color: #e7e7e7;
    *background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    *background-repeat: repeat-x;
    *border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
    background: transparent;
}
.btn-default.black {
    background: #404040;
    border-color:#000;
    color:#fff;
    text-shadow: none;
}
.btn-default.black:hover, .btn-default.black:visited, .btn-default.black:focus {outline: none;background: #3d3d3d;border-color: #3d3d3d;color:#fff;}
.btn-default.orange {
    background: #f88d11;
    border-color:#f88d11;
    color:#fff;
    text-shadow: none;
}
.btn-default.orange:hover, .btn-default.orange:visited, .btn-default.orange:focus {outline: none;background: #ea7128;border-color: #f0ad4e;color:#fff;}
.btn-default:hover, .btn-default:visited, .btn-default:focus {outline: none;background: #f2f6f9;}
.btn-compare {
    color: #151515;
    border-radius: 2px;
    background: #EEEEEE;
    line-height: 22px;
    outline: none;
    border:0;
    font-size: 16px;
}
.btn-compare:hover, .btn-compare:active, .btn-compare:focus, .btn-compare.active, .btn-compare.disabled, .btn-compare[disabled] {
    background: #EEEEEE;
    outline: none;
    box-shadow: inset 0 1000px 0 rgba(0,0,0,0.1);
}
.btn-primary {
    color: #fff;
    border-radius: 2px;
    background: #178325;
    line-height: 22px;
    border:0;
    font-size: 16px;
    padding: 7.5px 25px;
    outline: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background: #178325;
    outline: none;
    box-shadow: inset 0 1000px 0 rgba(0,0,0,0.1);
}
.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    box-shadow: none;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    outline: none;
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    color: #fff;
    box-shadow: none;
    background: #F44;
    padding: 7.5px 25px;
    font-size: 16px;
    border: 0;
    border-radius: 2px;
    border: 1px solid;
    border-color: #e65d56;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    background: #F44;
    box-shadow: inset 0 1000px 0 rgba(0,0,0,0.1);
}
.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #151515;
}
.pagination>.active>span {
    background-color: #a1a1a1;
}
.pagination>li>a, .pagination>li>span {color: #151515;}

/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}
/* product list */
.product-thumb {
    *border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
    padding-top: 30px;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.product-thumb .buttons {text-align: center;}
.product-thumb .image {
    text-align: center;
}
.product-thumb .image a {
    line-height: 130% !important;
}
.product-thumb .image a:hover img {
    opacity: 0.8;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}
.product-grid .product-thumb .image {
    float: none;
}
@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
    [class*='blog-latest'] .product-list .product-thumb .image, [class*='blog-category'] .product-list .product-thumb .image {padding: 0 30px 0 0;}
}
.sticker {position: absolute;top:0;right: 0;background: url(../image/icon2.png) center no-repeat;width:72px;height: 63px;}
.discount{margin-right:20px;display:inline-block;vertical-align:middle;line-height:28px;font-size:12px;font-weight: bold;padding:0 0 0 5px;background-color:#fff;border-width:1px 0 1px 1px;border-style:solid;border-color:#64960d;color:#64960d;min-width:35px;height:30px;white-space:nowrap;font-weight:400;text-align:center;position:relative}
.discount:after, .discount:before{content:'';left:100%;position:absolute;top:0;bottom:0;margin-top:auto;margin-bottom:auto;width:0;height:0;border-style:solid}
.discount:before{border-width:15px 0 15px 10px;border-color:transparent transparent transparent #64960d}
.discount:after{border-width:14px 0 14px 9px;border-color:transparent transparent transparent #fff}

.product-thumb h4 a, .product-thumb .name a {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
/*
.product-thumb .stock {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 12px;
    min-width: 50%;
}
*/
.product-thumb .stock {
    width: 70%;
    margin: 0 auto;
}
.stock.green {color:green;}
.stock.red {color: #999;}
.product-thumb .caption {
    padding: 0 20px;
}
.product-list .product-thumb .caption {
    margin-left: 230px;
}
@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}
.product-thumb .rating {
    padding-bottom: 10px;
}
.rating .fa-stack {
    font-size: 8px;
}
.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}
.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}
.rating .fa-star + .fa-star-o {
    color: #E69500;
}
h2.price {
    margin: 0;
}
.product-thumb .price {
    color: #000000;
    font-size: 20px;
    font-weight:bold;
    height: 30px;
}
.product-thumb .price-new {
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    color: #d4261d;
}
.product-thumb .price-old {
    font-size: 14px;
    font-weight: normal;
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}
.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}
.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}
.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    left: 25px;
}
.thumbnails > li {
    margin-left: 20px;
}
.thumbnails {
    margin-left: 0;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 10px;
    display: block;
    outline: none;
    padding: 5px;
    border: 2px solid #e4e4e4;
}
.image-additional {
    max-width: 78px;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 0px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover {
    background: url(../image/menu-bg.jpg) center top no-repeat;
    color:#fff;
}
.nav-tabs>li>a {
    background: #eee;
    color: #151515;
    margin-right: 10px;
}

/*OPENCART.PRO*/

/*img category*/
.imgcategory .product-thumb {border:0;position: relative;padding-top: 0;}
.imgcategory .product-thumb.transition > h4 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.9);
    line-height: 150% !important;
    padding: 10px 15px;
    color: #151515;
    font-weight: bold
}
.imgcategory .product-thumb.transition:hover {cursor: pointer}
.imgcategory .product-thumb.transition:hover > h4 {
    background: rgba(239, 134, 25, 0.9);
}
.imgcategory .product-thumb.transition > h4 a {color: #151515;font-weight: bold;}
.imgcategory .product-thumb.transition:hover > h4 a {color: #fff;}
.imgcategory .product-thumb.transition > h4 span {display: block;font-weight: normal}

.progress.quantity-indicator {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    position: relative;
    background-color: #676767;
    z-index: 20;
}
.grey .progress.quantity-indicator {background-color: #dedede;}
.progress.quantity-indicator .text {width: 100%;position: absolute;text-align: center;left:0;font-size: 11px;}
.grey .progress.quantity-indicator .text {color: #696767;}

/* geoip */
.geoip-module
{

}
.geoip-module .geoip-title-zone {display: block}
.geoip-module .zone
{
    cursor: pointer;
    color: #f6801a;
    font-weight: bold;
    display: inline-block;
    margin: 0px 0 5px 0;
    position: relative;
    padding: 8px 0 5px 25px;
}

.geoip-module .zone:before {
    width: 17px;
    height: 26px;
    position: absolute;
    top: 5px;
    left: 0px;
    background: url(../image/icons.png) -57px 0px no-repeat;
    content: '';
}

.geoip-block
{
    margin: 5px 0 -5px;
    height: 24px;
    line-height: 24px;
    position: relative;
}

.geoip-block input
{
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 0 #F0F0F0;
    -moz-box-shadow: 0 2px 0 #F0F0F0;
    box-shadow: 0 2px 0 #F0F0F0;
}

.geoip-block .ui-autocomplete
{
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

* html .geoip-block .ui-autocomplete
{
    height: 300px;
}

.geoip-choose-region .i
{
    display: inline-block;
    width: 30%;
    margin-bottom: 15px;
}

.geoip-choose-region .i a
{
    color: #000;
    border-bottom: 1px dotted;
    font-weight: bold;
    cursor: pointer;
}

.geoip-choose-region h2
{
    margin: 10px 0 0;
}

.geoip-choose-region .geoip-block
{
    margin: 10px 12px 15px 0;
}

.geoip-choose-region .geoip-block .geoip-popup-input
{
    width: 50%;
    min-width: 150px;
    padding: 3px 7px;
}

.geoip-choose-region .border
{
    margin: 15px 0;
    border-bottom: 1px solid #ededed;
}

.geoip-confirm-region
{
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}

.geoip-confirm-region.geoip-custom-popup
{
    position: absolute;
    top: 22px;
    right: 0;
    background: #FFF;
    padding: 15px 25px;
    min-width: 200px;
    max-width: 400px;
    z-index: 9999;
    border: 1px solid #dadada;
    -webkit-box-shadow: 0 2px 5px #5B5A5A;
    -moz-box-shadow: 0 2px 5px #5B5A5A;
    box-shadow: 0 2px 5px #5B5A5A;
}

.geoip-custom-popup .geoip-confirm-buttons
{
    margin-top: 15px;
}

.geoip-custom-popup .geoip-confirm-buttons input[type=button]
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 1px 1px 3px #666666;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 16px;
    padding: 4px 14px;
    cursor: pointer;
}

.geoip-custom-popup .geoip-confirm-buttons input[type=button].geoip-confirm-yes
{
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    border: 1px solid #2980b9;
}

.geoip-custom-popup .geoip-confirm-buttons input[type=button].geoip-confirm-yes:hover
{
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
}

.geoip-custom-popup .geoip-confirm-buttons input[type=button].geoip-confirm-no
{
    background: #d9d9d9;
    background-image: -webkit-linear-gradient(top, #d9d9d9, #ababab);
    background-image: -moz-linear-gradient(top, #d9d9d9, #ababab);
    background-image: -ms-linear-gradient(top, #d9d9d9, #ababab);
    background-image: -o-linear-gradient(top, #d9d9d9, #ababab);
    background-image: linear-gradient(to bottom, #d9d9d9, #ababab);
    border: 1px solid #ababab;
}

.geoip-custom-popup .geoip-confirm-buttons input[type=button].geoip-confirm-no:hover
{
    background: #ededed;
    background-image: -webkit-linear-gradient(top, #ededed, #cccccc);
    background-image: -moz-linear-gradient(top, #ededed, #cccccc);
    background-image: -ms-linear-gradient(top, #ededed, #cccccc);
    background-image: -o-linear-gradient(top, #ededed, #cccccc);
    background-image: linear-gradient(to bottom, #ededed, #cccccc);
    border: 1px solid #cccccc;
}

.geoip-choose-region.geoip-custom-popup
{
    padding: 10px 20px;
    z-index: 9999;
    overflow: hidden;
}

.geoip-modal-open
{
    overflow: hidden;
}

.geoip-modal
{
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    outline: 0 none;
    overflow: hidden;
    right: 0;
    top: 0;
    z-index: 9999;
}

.geoip-modal-open .geoip-modal
{
    overflow-x: hidden;
    overflow-y: auto;
}

.geoip-backdrop
{
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.geoip-backdrop.geoip-fade
{
    opacity: 0;
}

.geoip-fade.geoip-in
{
    opacity: 1;
}

.geoip-backdrop.geoip-in
{
    opacity: .5;
}

.geoip-modal-dialog
{
    margin: 10px;
    position: relative;
    width: auto;
}

.geoip-modal-dialog
{
    margin: 10px;
    width: auto;
}

.geoip-modal-content
{
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.geoip-modal-content
{
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0 none;
    position: relative;
    min-height: 240px;
}

.geoip-modal-dialog .geoip-close
{
    position: absolute;
    right: 15px;
    top:10px;
    font-size: 26px;
    opacity: .2;
    cursor: pointer;
    color: #000;
}

.geoip-modal-dialog .geoip-close:hover
{
    opacity: .5;
}

@media (min-width: 768px)
{
    .geoip-modal-dialog
    {
        margin: 30px auto;
        width: 620px;
    }

    .geoip-choose-region .i
    {
        width: 187px;
    }
}

@media (max-width: 500px)
{
    .geoip-choose-region .i
    {
        width: 45%;
    }
}


.home-categories, .home-category{padding-right:0;text-align: center}
.home-category .list-group-item{-webkit-box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);border:0;margin-bottom:15px}
.home-category .list-group-item .title{color:#333;text-align:center;font-size:12px;font-weight:700;margin:10px 0 5px}
.home-category .fa {font-size: 50px;color: #151515;}
.home-category:hover img,  .home-category .fa{opacity:.8}

.special_offer .heading{background:#ea7128;color:#fff;font-size:17px;font-weight:700;text-transform:uppercase;margin:0;display:inline-block;padding:15px 20px 13px;margin-left:40px}
.special_offer .owl-carousel .owl-wrapper-outer{box-shadow:none;border:6px solid #f98e0f;border-radius:0}
.special_offer .owl-pagination{top:10px}
.special_offer .owl-controls .owl-page span{display:block;width:14px;height:14px;background:#fff;border-radius:20px;box-shadow:none;border:1px solid #bfbdbd}
.special_offer .owl-controls .owl-page.active span{background:#dedede}
.special_offer .owl-carousel .owl-item{background:url(../image/smarttech-bkg-1.jpg)}
.special_offer .item.product .image img{margin:20px auto;border:2px solid #cfcfcf;border-radius:50%;background:#fff}
.special_offer .item.product .description{margin:30px auto 20px 0}
.special_offer .item.product .price-block{margin:75px auto 20px 0;text-align:center}
.special_offer .item.product .price-block .price{font-size:27px;margin-bottom:20px}
.special_offer .item.product .price-block .price-new {
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    color: #d4261d;
    font-size: 28px;
}
.special_offer .item.product .price-block .price-old {
    font-size: 16px;
    font-weight: normal;
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
.special_offer .item .button a{padding:14.5px 50px;border-radius:50px;-moz-border-radius:50px;-webkit-border-radius:50px}
.special_offer .item.product .name{font-size:25px;margin-bottom:20px;line-height:30px}
.special_offer .item.product .model{border:1px solid #e2e2e2;background:#fff;color:#333;padding:4px 8px;border-radius:3px;display:inline-block;margin-bottom:20px}
.special_offer .item.file{text-align:center}
.special_offer .item.file .title{font-size:40px;line-height:46px;margin:30px 0}
.special_offer .item.file .button{margin-bottom:30px}
.special_offer .item.file .text{font-size:18px;font-family:'Verdana';padding-bottom: 20px}
.special_offer .item.background {background-size: cover;width: 100%;height: 100%;display: block}
.special_offer .item.background a {display: block;width: 100%;height: 100%;cursor: pointer;}

.account-wiki #column-left{width:100%!important;padding:0}
.account-wiki .module-block.liststyle .module-content .heading{padding:10px 15px;background:#dedede}
.account-wiki .module-block.liststyle .module-content.first .heading{margin-top:-10px}
.account-wiki .module-block.liststyle .module-content .content.input-block{padding:20px 15px 0}
.wiki video,.wiki img{max-width:100%}
.wiki .item .button-back a{color:#000;font-weight:600}
.wiki .item > .heading{padding:16px 0;border-bottom:1px solid #dedede;overflow:hidden}
.wiki .item > .heading h1{margin:0;font-size:22px;font-weight:600}
.wiki .item > .heading h3{margin:0}
.wiki .item > .body{margin-top:20px}
.wiki .record-list .list ul{list-style: initial;padding: 0 0 0 15px;}
.wiki .record-list .list ul li{margin-bottom:15px}
.wiki .record-list .list ul li a{padding:5px 0;font-size:15px;display: inline-block;border-bottom: 1px solid #dedede;line-height: 14px;}
.wiki .record-list .list ul li .date{color:#a5a9af;font-size:13px}
.wiki .record-info h2,.wiki .record-info h2 > *{font-size:22px!important;font-weight:600}
.wiki .record-info h3,.wiki .record-info h3 > *{font-size:18px!important;font-weight:600}
.wiki .record-info h4,.wiki .record-info h4 > *{font-size:16px!important;font-weight:600}
.wiki .record-info p{font-size:14px;line-height:24px}
.wiki .record-info .downloads{margin-bottom:20px}
.wiki .record-info .downloads .heading{font-size:16px;color:#000;font-weight:700;margin-bottom:10px}
.wiki .record-info .downloads a{text-decoration:underline}
.wiki_menu{margin:0;padding:0;list-style:none}
.wiki_menu a{position:relative;padding:10px 30px 10px 15px;display:block;font-size:14px;color:#000;font-weight:600}
.wiki_menu a .icon{position:absolute;right:7px;top:7px;background:transparent;width:25px;height:25px;padding:8px;-webkit-transition:all ease-in-out .2s;-moz-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s;transition:all ease-in-out .2s;border-radius:50%;background:#fff!important}
.wiki_menu a:hover .icon{background:#eee!important}
.wiki_menu a .icon .lines{position:relative;display:block;width:100%;height:110%;-webkit-transition:all ease-in-out .3s;-moz-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;transition:all ease-in-out .3s;-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);z-index:1}
.wiki_menu a.collapsed .icon .lines{-moz-transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}
.wiki_menu a .icon .iconline{position:absolute;height:1px;width:100%;top:50%;left:0;right:0;margin:0 auto;-webkit-transition:all ease-in-out .2s,transform ease-in-out .3s;-moz-transition:all ease-in-out .2s,transform ease-in-out .3s;-o-transition:all ease-in-out .2s,transform ease-in-out .3s;transition:all ease-in-out .2s,transform ease-in-out .3s;z-index:1;background:#000}
.wiki_menu a.collapsed .icon .iconline_right{-moz-transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}
.wiki_menu a .icon .iconline_left{width:1px;height:100%;top:0}
.wiki_menu .subcategory{padding-left:45px}
.wiki_menu .subcategory a{padding:5px 15px 5px 0;font-size:13px}
.wiki_menu .subcategory li:last-child a{margin-bottom:15px}
.datarecord {color: #3c8dbc;text-decoration:underline;cursor: pointer;};

.featured-block  {overflow: hidden}
.featured-block h3 {margin-bottom: 0;margin-top: 3px;}
.featured-block .product-thumb {box-shadow:none;background:transparent}
.featured-block .items {padding:0;border-top-right-radius:4px;border-bottom-right-radius:4px}
.featured-block .items .item{border-left:1px solid #e4e4e4;border-top:1px solid #e4e4e4;padding:0;background: #efefef;}
.featured-block .items .item:nth-child(1),.featured-block .items .item:nth-child(2){border-top:0}
.featured-block .items .item:hover {-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,0.18);box-shadow:0 1px 5px 0 rgba(0,0,0,0.18)}
.featured-block .items .product-thumb{margin:0;border:0;padding:0px}
.featured-block .items .product-thumb .caption{min-height:initial;text-align:left;padding: 10px 20px}
.featured-block .items .image{float:left;margin-right:15px}
.featured-block .items .image a {padding: 0}
.featured-block .items .image img {max-width: 125px;}
.featured-block .items .name a {font-size: 14px;line-height: 16px;padding: 0}
.featured-block .items .name {margin-bottom: 10px;}
.featured-block .items .price {font-size: 18px;}

.panel-collapse-show.collapse {
    display: block;
    height: 60px !important;
    overflow: hidden;
    position: relative;
}
.panel-collapse-show.collapse:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38px;
    text-align: right;
    background-size: 100% 100%;
    background: linear-gradient(to bottom,rgba(244,244,244,0),rgba(244,244,244,0.9),rgba(244,244,244,1));
}
.panel-collapse-show.collapse.in {
    height: auto !important;
}
.panel-collapse-show.collapse.in:after {
    content: none;
}
.show-hide-products {padding: 0 !important}
.show-hide-products a {
    display: block;
    text-align: center;
    background: #dedede;
    padding: 5px 0;
}
.show-hide-products span {text-decoration: underline;}
.show-hide-products a:hover span {text-decoration: none;}
#upbutton {
    background: url(../image/up5.png) no-repeat top left;
    height: 61px;
    width: 63px;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    position: fixed;
    z-index: 999;
}

#bb-pvz-link {
    font-style: normal !important;
    background: #fff;
    color: #333;
    outline: none;
    padding: 7.5px 12px !important;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    margin: 10px 0 0 0 !important;
    display: inline-block;
}
#bb-pvz-link:hover {
    outline: none;
    background: #f2f6f9;
    border-color: #adadad;
}

.service-button {
    position: fixed;
    right: -82px;
    top: 40%;
    cursor: pointer;
    transform: rotate(-90deg);
    padding: 10px 15px;
    color: #fff;
    z-index: 500;
    background: rgba(46,48,51,.9);
    width: 205px;
    height: 41px;
}

#shipping_methods, .product-grey-block {
    margin: 15px 0;
    padding: 22px 20px;
    background: #efefef;
    position: relative;
}
#shipping_methods select {display: none;}
#shipping_methods p:first-child {
    margin-bottom: 15px;
    color: #151515;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}
#shipping_methods .checkbox label, #shipping_methods .radio label {padding-left: 0}
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.holidays {color: #5f5f5f;    font-size: 13px;}
#modal-cart {text-align: center}
#modal-cart .buttons {margin-top: 15px;}
.pushy{position:fixed;width:200px;height:100%;top:0;z-index:9999;background:#333332;font-size:0.9em;font-weight:bold;-webkit-box-shadow:inset -10px 0 6px -9px rgba(0, 0, 0, .7);-moz-box-shadow:inset -10px 0 6px -9px rgba(0, 0, 0, .7);box-shadow:inset -10px 0 6px -9px rgba(0, 0, 0, .7);overflow:auto;-webkit-overflow-scrolling:touch;}
.pushy .logo{padding:10px 0;margin:0 auto 30px auto;text-align:center;}
.pushy li{width:100%;padding-right:0;}
.pushy li a{display:block;color:#b3b3b1;padding: 8px 30px 8px 10px;border-bottom:1px solid rgba(0, 0, 0, .1);border-top:1px solid rgba(255, 255, 255, .1);text-decoration:none;}
.pushy li:first-child a {border-top: 0;}
.pushy a:hover {background:rgba(80, 80, 80, 0.36);color:#FFF;}
.pushy-heading {background: #b3b3b1;
    color: #191919;
    padding: 4px 30px 4px 10px;
    font-size: 13px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 5px;}
.pushy ul {list-style: none;
    padding: 0;
    margin: 0 0 20px 0;}
.pushy li .pushy-img, .pushy li span {display: inline-block;vertical-align: middle;}
.pushy li .pushy-img {width: 20px;text-align: center;margin-right: 10px;}
.pushy li .pushy-img img {max-width: 20px;}
.pushy li ul{display:none;}
.pushy li ul.active{display:block;}
.pushy li ul li a{display:block;color:#b3b3b1;padding:3px 20px 3px 40px;font-size:11px;border-bottom:none;border-top:none;text-decoration:none;}
.pushy-left{-webkit-transform:translate3d(-200px,0,0);-moz-transform:translate3d(-200px,0,0);-ms-transform:translate3d(-200px,0,0);-o-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0);}
.pushy-open{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.container-push, .push-push{-webkit-transform:translate3d(200px,0,0);-moz-transform:translate3d(200px,0,0);-ms-transform:translate3d(200px,0,0);-o-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0);}
.pushy, #container, .push{-webkit-transition:-webkit-transform .2s cubic-bezier(.16, .68, .43, .99);-moz-transition:-moz-transform .2s cubic-bezier(.16, .68, .43, .99);-o-transition:-o-transform .2s cubic-bezier(.16, .68, .43, .99);transition:transform .2s cubic-bezier(.16, .68, .43, .99);}
.site-overlay{display:none;}
.pushy-active .site-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;background-color:rgba(0,0,0,0.5);-webkit-animation:fade 500ms;-moz-animation:fade 500ms;-o-animation:fade 500ms;animation:fade 500ms;}
.pushy-active #header-top {margin-left: 200px;animation: fade 200ms;}

.ocfilter {border:0;border-radius: 0;}
.ocfilter .panel-heading {
    height: 61px;
    line-height: 40px !important;
    padding-left: 32px;
    background-color: #ea7128;
    /* background: url(../image/brands.jpg) center no-repeat; */
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    border-radius: 0;
}
.ocfilter .list-group {    border: 1px solid #ddd;border-top: 0}
.ocfilter .popover .form-inline .form-control{width:100px}
.ocfilter-content-top .box-content,.ocfilter-content-bottom .box-content{font-size:0}
.ocfilter-content-top .ocfilter-option,.ocfilter-content-bottom .ocfilter-option{display:inline-block;vertical-align:top;width:33%}
.ocfilter-content-top .ocfilter-option + .ocfilter-option,.ocfilter-content-bottom .ocfilter-option + .ocfilter-option{border-top:none}
.ocfilter.border-block {padding: 20px 0 12px;-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);border:0;}
.ocfilter.border-block .heading > div {border-bottom: 1px solid #ebebeb;}
.ocfilter.border-block .heading > div:before, .ocfilter.border-block .heading > div:after {background-color:#ebebeb;}
.ocfilter .list-group-item {border: 1px solid #ebebeb;}
.ocfilter .list-group-item:first-child {border-top: 0;}
.ocfilter .list-group-item:last-child {border-bottom: 0;}
.ocfilter .noUi-connect {background: #51e858;}
.ocfilter .noUi-target {height: 10px;}
.ocfilter .noUi-horizontal .noUi-handle {width: 16px;
    height: 16px;
    left: -6px;
    top: -5px;
}
.ocfilter .noUi-handle {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc, #f3f3f3);
    background: -ms-linear-gradient(top, #fcfcfc, #f3f3f3);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f3f3f3));
    background: -webkit-linear-gradient(top, #fcfcfc, #f3f3f3);
    background: -o-linear-gradient(top, #fcfcfc, #f3f3f3);
    background: linear-gradient(top, #fcfcfc, #f3f3f3);
    border-radius: 50%;
    border: 1px solid #d3d3d3;
    text-decoration: none;
    display: block;
    position: absolute;
    z-index: 2;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-left: -2px !important;
}
.ocfilter .noUi-handle:after, .ocfilter .noUi-handle:before {content: none;}
.ocfilter .selected-options span {font-size: 11px;}
.ocfilter .selected-options .btn-default {font-size: 10px;padding: 2px 5px;outline: none;margin-bottom: 5px;}
.ocfilter .list-group-item.selected-options .ocfilter-option button {
    color: #141414;
    box-shadow: none;
    background: #dedede;
    padding: 7.5px 25px;
    font-size: 13px;
    border: 0;
    border-radius: 2px;
    border: 1px solid;
    border-color: #abaaaa;
    cursor: pointer;
}
.ocfilter .list-group-item.selected-options > button{
    color: #fff;
    box-shadow: none;
    background: #d9534f;
    padding: 5.5px 25px;
    font-size: 14px;
    border: 0;
    border-radius: 2px;
    border: 1px solid;
    border-color: #e65d56;
}
.ocfilter .noUi-pips {color:#000;}

@media (max-width: 1024px) {
    .featured-block .items .item {border-top:0 !important;border-bottom:1px solid #e4e4e4;}
}
@media (max-width: 970px) {
    .bottom-block .col-sm-3 {
        padding-left: 15px;
    }
    .benefit:before {content: none;}
    footer .text_block {background-position: center center;}
    .top-block .list-inline:first-child li.hidden-lg {padding: 0;}
    .top-block .list-inline:first-child li.hidden-lg a {padding: 18px 18px;text-align: center;}
    .top-block .list-inline:first-child li.hidden-lg a .fa {margin: 0;}

    .special_offer .item.product .button a{padding:14.5px 25px;border-radius:50px;-moz-border-radius:50px;-webkit-border-radius:50px}
    .special_offer .item.product .name {font-weight: bold;font-size: 20px;line-height: 25px;}

    .special_offer .item.file .title {font-size: 32px;}
}
@media (max-width: 750px) {
    .special_offer .heading {margin: 0;display: block;font-size: 15px;text-align: center}
    .special_offer .item.file .title {font-size: 32px;line-height: 36px;}
    .special_offer .item.file .text {line-height: 25px;margin: 0 15px;}
    .special_offer .item.product .price-block {text-align: left;margin: 15px auto 20px 0;}

    .service-button {display: none;}

    .top-block .list-inline:first-child li {padding: 0 10px;}

    .login-block {display: none !important;}
    .top-block .container {
        padding: 0 0px;
    }
    .breadcrumb {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .under_menu {display: none;}
    .top-block .list-inline a {font-size: 12px;}
    .bottom-block .col-sm-3 {margin: 25px 0;}
    .benefit .section-block-title {color: #151515;}
    .cta-block .btn-primary {padding: 7.5px 20px;}
    #menu .btn-mobile {
        font-size: 15px;
        font-stretch: expanded;
        color: #FFF;
        padding: 2px 18px;
        float: right;
        background:transparent;
        border:0;
        box-shadow: none;
    }
    #menu .btn-mobile .fa {font-size: 20px;}
    #menu .navbar-header {padding: 4px 0 0 0;}
    footer .text_block::before {content: none;}
    footer .bottom-block {display: none;}

    .input-group .form-control[name^="quantity"] {
        padding: 10px 10px;
        min-width: 40px;
    }
    .cta-block .btn-primary {
        padding: 7.5px 12px;
    }
    .input-group-btn .btn {padding: 7.5px 12px;font-size: 13px;}
    .cta-block .btn-default {
        padding: 10px 15px;
        font-size: 12px;
    }

    .special_offer .item.background{
        background-size: contain !important;
        background-repeat: no-repeat !important;
        min-height: 70px !important;
    }
}
.top-links ul li:nth-child(4){

    text-decoration:none;
    background:#f68016;
}
.top-links ul li:nth-child(4) a:hover{
    text-decoration:none;
}
/*Баланс*/
.customer_balans.red b{
    color:red;
}
.customer_balans.green b{
    color:green;
}
/*Баланс*/
/*Личный кабинет*/
.client-info-wrapper,.client-info-link{
    display:inline-block;
    width:100%;
    padding:15px;
    border: 1px solid #dedede;
    margin-bottom:15px;
}
.client-info-wrapper:hover,.client-info-link:hover{
    border: 1px solid #f68016;
}
.client-info-link:hover{
    color:#f68016;
}
.client-info-link span,.client-info-name{
    display:inline-block;
    width:100%;
    margin-top:10px;
}
.client-info-link img{

    filter:none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
}
.client-info-link:hover img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.green{
    color:green;
}
.client-info-wrapper a.logout img{
    width:24px;
}
.client-info-wrapper a.logout{
    font-weight: 700;
    color: #f6801a;
    font-size: 16px;
    line-height: 24px;
}
.header-logout{
    color: #f6801a !important;
}
/*Личный кабинет*/
/*Мобильное меню новая версия*/
#mobilheader .navbar-default{
    background:#3E3E3E;
}
#mobilheader .mobile-logo img{
    width:90px;
}
.navbar-toggle{
    border:none;
    float:left;
    margin-left:5px;
    margin-right:0px;
}
#mobilheader .navbar-toggle .icon-bar{
    color:#fff;
    width:22px;
    height:2px;
    background-color: #fff !important;
}
#mobilheader .navbar-toggle .icon-bar:nth-child(2){
    width:18px;
}
#mobilheader .navbar-default .navbar-toggle:focus ,#mobilheader .navbar-default .navbar-toggle:hover{
    background:none;
}
#mobilheader .navbar-default .navbar-toggle:focus .icon-bar,#mobilheader .navbar-default .navbar-toggle:hover .icon-bar{
    background-color:#f6801a !important;
}
#mobilheader .fa{
    color:#f6801a;
}
#mobilheader .navbar-brand{
    padding:15px 7px;
}
#mobilheader .navbar-brand.mobile-logo{
    padding:12px 0px 10px;
}
#mobilheader .mobilemenu ul li a{
    color:#fff !important;
}
#mobilheader .mobilemenu ul li.zag{
    font-weight:bold;
    color:#fff;
    width:100%;
    text-align:center;
    text-transform: uppercase;
}
.mobile-search{
    display:none;
    width:100%;
    padding:10px;
    background:#3E3E3E;
}
.mobile-search input{
    color:#000;
    display:block;
    width:100%;
}
.mobile-search.active{
    display:block;
}
.mobile-search button{
    display:none;
}
#mobilheader .bottom-block{
    background: #fff;
    padding: 10px 15px;
    margin: 10px -15px;
}
.mobile-soc-phone,.mobile-soc-phone-opt{
    display:inline-block;
    width:100%;
    margin-bottom:20px;
}
.com {
    color: red;
}
/*Мобильное меню новая версия*/
#selectCdekPvz {
    color: red;
    text-decoration: underline;
}
/* скользящий баннер */
.sticky {
    position: fixed;
    z-index: 101;
}
.stop {
    position: relative;
    z-index: 101;
}
.isl-ural {
    position: relative;
    z-index: 999; /* Необходимо, чтобы прилипающий элемент был над другими элементами на странице */
}

.isl-ural.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.isl-ural a {
    margin-left: -15px;
}
.isl-uralm{
    display: none;
}
.isl-uralm img{
    width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .isl-ural img {
        max-width: 212px;
    }
    .isl-uralm{
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .isl-ural img {
        max-width: 155px;
    }
    .isl-uralm{
        display: none;
    }
}
@media (min-width: 100px) and (max-width: 767px) {
    .isl-uralm  {
        display: block;
        margin: 10px;
    }

}

@media (min-width: 768px)  {
    .city-list .col-sm-3 {
        min-height: 190px;
    }
}
.caption .name {
    min-height: 67px;
    max-height: 67px;
    overflow: hidden;
}

.panel-default>.panel-heading {
    background-color: #ea7128;
    color: white;
}

@media (min-width: 1200px)  {
   #logo .img-responsive {
       max-width: 280px;
   }
}