/* font-family: "MyriadProCondRegular"; */
    @font-face {
        font-family: "MyriadProCondRegular";
        src: url("./fonts/MyriadProCondRegular/MyriadProCondRegular.eot");
        src: url("./fonts/MyriadProCondRegular/MyriadProCondRegular.eot?#iefix")format("embedded-opentype"),
        url("./fonts/MyriadProCondRegular/MyriadProCondRegular.woff") format("woff"),
        url("./fonts/MyriadProCondRegular/MyriadProCondRegular.ttf") format("truetype");
        font-style: normal;
        font-weight: normal;
    }
/* font-family: "MyriadProRegular"; */
    @font-face {
        font-family: "MyriadProRegular";
        src: url("./fonts/MyriadProRegular/MyriadProRegular.eot");
        src: url("./fonts/MyriadProRegular/MyriadProRegular.eot?#iefix")format("embedded-opentype"),
        url("./fonts/MyriadProRegular/MyriadProRegular.woff") format("woff"),
        url("./fonts/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
        font-style: normal;
        font-weight: normal;
    }
/* font-family: "MyriadProBold"; */
    @font-face {
        font-family: "MyriadProBold";
        src: url("./fonts/MyriadProBold/MyriadProBold.eot");
        src: url("./fonts/MyriadProBold/MyriadProBold.eot?#iefix")format("embedded-opentype"),
        url("./fonts/MyriadProBold/MyriadProBold.woff") format("woff"),
        url("./fonts/MyriadProBold/MyriadProBold.ttf") format("truetype");
        font-style: normal;
        font-weight: normal;
    }
/** font-family: "ArialMT"; **/
    @font-face {
        font-family: 'ArialMT';
        src: url('./fonts/ArialMT/ArialMT.eot');
        src: url('./fonts/ArialMT/ArialMT.eot?#iefix') format('embedded-opentype'),
            url('./fonts/ArialMT/ArialMT.woff') format('woff'),
            url('./fonts/ArialMT/ArialMT.ttf') format('truetype'),
            url('./fonts/ArialMT/ArialMT.svg#ArialMT') format('svg');
        font-weight: normal;
        font-style: normal;
    }
/** font-family: "Lucida Grande"; **/
    @font-face {
        font-family: 'LucidaGrande';
        src: url('./fonts/LucidaGrande/LucidaGrande.eot');
        src: url('./fonts/LucidaGrande/LucidaGrande.eot?#iefix') format('embedded-opentype'),
            url('./fonts/LucidaGrande/LucidaGrande.woff2') format('woff2'),
            url('./fonts/LucidaGrande/LucidaGrande.woff') format('woff'),
            url('./fonts/LucidaGrande/LucidaGrande.ttf') format('truetype'),
            url('./fonts/LucidaGrande/LucidaGrande.svg#LucidaGrande') format('svg');
        font-weight: normal;
        font-style: normal;
    }
/* font-family: "LatoRegular"; */
    @font-face {
        font-family: "LatoRegular";
        src: url("./fonts/LatoRegular/LatoRegular.eot");
        src: url("./fonts/LatoRegular/LatoRegular.eot?#iefix")format("embedded-opentype"),
        url("./fonts/LatoRegular/LatoRegular.woff") format("woff"),
        url("./fonts/LatoRegular/LatoRegular.ttf") format("truetype");
        font-style: normal;
        font-weight: normal;
    }
/* Standard Styles Starts */
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: #fff;
}
::-webkit-scrollbar-thumb {
    background: #999;
}
body.modal-open {
    overflow: visible;
    padding-right: 0px !important;
}
body {
    background: #fff;
    color: #292d30;
    font-size: 14px;
    font-family: "MyriadProRegular";
}
:focus {
    outline: none;
}
a{
    -color:#ff8b03;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
    color: #33abd2;
}
a:hover,
a:focus{
    -color:#33abd2;
    text-decoration: none;
}
a:focus{
    outline:none;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto Condensed', sans-serif;
    color:#1c1c1c;
}
h1{
    font-size:38px;
}
h2{
    font-size:32px;
}
h3{
    font-size:26px;
}
h4{
    font-size:20px;
}
h5{
    font-size:18px;
}
h6{
    font-size:14px;
}
.wrapper-fix:after {
    content: "";
    display: table;
    clear: both;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
/* Header style */
header {
    background: #fff;
    position: relative;
}
header:before {
    content: "";
    width: 100%;
    height: calc(100% - 17px);
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.22;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    background-image: linear-gradient(84deg, #b3ffab, #70ffcb 42%, #70ffcb 42%, #65ffd0 48%, #2cffeb 84%, #2cffeb 84%, #2cffeb 84%, #12fff7);
    border: solid 1px #979797;
}
.header-top {
    border-bottom: dashed 1px #e8e8ed;
}
.header-top-title {
    font-family: "MyriadProRegular";
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: -0.4px;
    text-align: left;
    color: #7f7e7f;
}
.header-top-nav {
    padding: 0;
    list-style-type: none;
    margin:0;
}
.header-top-nav li {
    display: block;
    float: left;
}
.header-top-nav > li > a {
    font-family: "ArialMT";
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #7f7e7f;
    display: block;
    position: relative;
}
.header-top-nav > li > a:hover {
    color: #33abd2;
}
.header-top-nav > li > a.compare-link, .header-top-nav > li > a.wishlist-link {
    font-family: "Lucida Grande";
    font-size: 9px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #50e3c2;
    margin-right: 8px;
    margin-top: 4px;
}
.header-top-nav > li > a.compare-link {
    padding-left: 21px;
    padding-bottom: 12px;
}
.header-top-nav > li > a.wishlist-link {
    padding-left: 21px;
    padding-bottom: 12px;
}
.header-top-nav > li > a.compare-link:before, .header-top-nav > li > a.wishlist-link:before {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}
.header-top-nav > li > a.compare-link:before {
    width: 17px;
    height: 17.1px;
    background-image: url(./images/wishlist-btn-icon-active.png);
    background-size: 16px 12px;
    left: 0;
    top: 6px;
}
.header-top-nav > li > a.wishlist-link:before {
    width: 15.3px;
    height: 17.2px;
    background-image: url(./images/compare-icon.png);
    background-size: 15.3px 17.2px;
    left: 0;
    top: 6px;
}
.header-top-nav > li > a.authorization-link, .header-top-nav > li > a.register-link, .header-top-nav > li.user-dropdown a {
    line-height: 36px;
    padding-left: 11px;
}
.header-top-nav > li.user-dropdown a {
    padding-top: 0;
    padding-bottom: 0;
}
.header-top-nav > li.user-dropdown li {
    float: none;
}
.header-top-nav > li.user-dropdown a {
    display: block;
}
.header-top-nav > li > a.authorization-link .header-bottom-user-authorization-text {
    display: none;
}
.header-top-nav > li > a.authorization-link:before {
    content: "";
    width: 1px;
    height: 5px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    border-left: dotted 1px #50e3c2;
}
.header-bottom {
    padding-bottom: 15px;
}
.header-bottom__row {
    display: flex;
    align-items: center;
}
#logo img {
    max-width: 149px;
    display: inline-block;
}
.header-bottom-user-block {
    padding: 0;
    list-style-type: none;
}
.header-bottom-user-block .user-dropdown .dropdown-menu.dropdown-menu-right {
    left: 50%;
    margin-left: -88px;
    right: auto;
}
.header-bottom-user-block .user-dropdown > .dropdown-menu.dropdown-menu-right > li > a {
    line-height: 36px;
    padding-left: 11px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    background-image: none;
    text-align: left;
    text-transform: none;
    height: auto;
    width: auto;
}
.header-bottom-user-block > li {
    display: block;
}
.header-bottom-user-block a {
    font-family: "MyriadProRegular";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    text-align: center;
    color: #74c21f;
    text-transform: lowercase;
    display: block;
    width: 162.4px;
    height: 28px;
    line-height: 28px;
    background-image: url(./images/button-bg.png);
    background-size: 162.4px 28px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
.header-bottom-user-block a:hover {
    color: #33abd2;
}
.header-bottom-phone-number {
    position: relative;
    margin-top: 0px;
}
.header-bottom-user-block a .header-top-user-authorization-text {
    display: none;
}
.header-bottom-user-block a i {
    display: none;
}
.header-bottom-phone-number span, .header-bottom-phone-number pre {
    display: block;
}
.header-bottom-phone-number span.phone-top {
    font-family: "MyriadProRegular";
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: #666566;
}
.header-bottom-phone-number pre.phone-bottom-left {
    font-family: "MyriadProRegular";
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #666566;
    padding: 0;
    border: none;
    background-color: transparent;
}
.header-bottom-phone-number:before {
    content: "";
    width: 31px;
    height: 34px;
    top: 5px;
    left: 34px;
    display: block;
    position: absolute;
    background-image: url(./images/phone-icon.png);
    background-size: 31px 34px;
    background-position: center;
    background-repeat: no-repeat;
}
.header-bottom-description {
    margin-top: -19px;
    position: relative;
    width: 270px;
    float: right;
}
.header-bottom-description span {
    font-family: "MyriadProRegular";
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
    display: block;
    float: right;
}
.header-bottom-description:before {
    content: "";
    width: 32.1px;
    height: 32.5px;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    background-image: url(./images/clock-icon.png);
    background-size: 32.1px 32.5px;
    background-position: center;
    background-repeat: no-repeat;
}
#main-menu {
    min-height: 41px;
    margin-bottom: 2px;
}
.main-nav > .container {
    background-image: url(./images/nav-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 41px;
}
.main-navbar-top {
    display: table;
    width: 100%;
}
.main-navbar-top > li {
    display: table-cell;
    float: none;
    vertical-align: middle;
    text-align: center;
}
.main-navbar-top > li > a {
    padding-top: 12px;
    padding-bottom: 10px;
    font-family: "MyriadProRegular";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #4a4a4a;
}
.main-navbar-top > li > a:hover {
    color: #33abd2;
}
#cartlink {
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    padding-top: 12px;
    padding-bottom: 10px;
    font-family: "MyriadProRegular";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
    text-transform: none;
}
#cartlink:hover {
    color: #33abd2;
}
.container.slider-wrapper {
	/*
    padding-left: 0;
    padding-right: 0;
	*/
}
.container.slider-wrapper > .slider {

}
.container.slider-wrapper > .slider .carousel-inner>.item>a>img, .container.slider-wrapper > .slider .carousel-inner>.item>img {
    display: inline-block;
}
.main-container.container {
    margin-top: 30px;
}
.main-container.main-page.container .news-list {
    margin-top: 0px;
    margin-bottom: 20px;
}
.news-list.row .col-md-4.col-sm-12.mini-news-block {
	padding-left: 3%;
}
.zn-icon {
	content: "";
	width: 15px;
    height: 23px;
    background-image: url(./images/leaf-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 23px;
    background-color: transparent;
    position: absolute;
    bottom: 3px;
    left: 0;
    margin-left: 0;
    top: 50%;
    margin-top: -12px;
    border-radius: 0;
    padding-left: 50px;
}
/*.news-list.row .col-md-4.col-sm-12.mini-news-block:first-child  {*/
	/*padding-left: 15px;*/
/*}*/
.news-list.row .col-md-4.col-sm-12.mini-news-block:first-child:before  {
	display: none;
}
.mini-news-block .mini-news-title {
    height: 28px;
    overflow: hidden;
    margin-bottom: 8px;
}
.mini-news-block .mini-news-title h4 {
    margin: 0;
    font-size: 12px;
}
.mini-news-block .mini-news-title h4 a {
    font-family: "MyriadProRegular";
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-transform: uppercase;
    line-height: 14px;
    letter-spacing: normal;
    color: #4a4a4a;
}
.mini-news-block .mini-news-title h4 a:hover {
    color: #33abd2;
}
.mini-news-block .mini-news-description {
    font-family: "MyriadProRegular";
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9b9b9b;
    height: 46px;
    overflow: hidden;
}
.mini-news-block .mini-news-date {
    font-family: "MyriadProRegular";
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ceced2;
    margin-top: 5px;
}
#sidebar-right {
    padding-left: 0;
}
.sidebar-left .panel.panel-default {
    box-shadow: none;
    border: none;
    border-radius: 0px;
}
.sidebar-left .panel-heading, .sidebar-left .panel-body {
    padding: 0;
    border: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: #fff;
}
.side-heading, .sidebar-left .panel-heading h3.panel-title,
.sidebar-left .panel-heading .h3.panel-title  {
    font-family: "MyriadProRegular";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    text-align: left;
    color: #33abd2;
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background-image: url(./images/side-heading-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.sidebar-right .panel.panel-default {
    box-shadow: none;
    border: none;
    border-radius: 0px;
}
.sidebar-right .panel-heading, .sidebar-left .panel-body {
    padding: 0;
    border: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: #fff;
}
.side-heading, .sidebar-right .panel-heading h3.panel-title {
    font-family: "MyriadProRegular";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    text-align: left;
    color: #33abd2;
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background-image: url(./images/side-heading-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.sidebar-nav-catalog li, .sidebar-nav-brands li {
    list-style-type: none;
}
.sidebar-nav-catalog li a, .sidebar-nav-brands li a, .sort-brand-link a {
    font-family: "MyriadProRegular";
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a;
    /*text-transform: uppercase;*/
    display: block;
    padding-left: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: dashed 1px #d6d6d9;
}
.sidebar-nav-brands a.link-brand-slider {
    display: none;
}
.sidebar-nav-catalog > .left-catalog-dropdown:hover > a, .sidebar-nav-catalog li a:hover, .sidebar-nav-brands li a:hover, .sort-brand-link a:hover, .sidebar-nav-catalog li.open a, .sidebar-nav-brands li.open a {
    background-color: #defbf3;
    color: #33abd2;
    border-bottom: solid 1px #defbf3;
}
.sidebar-nav-catalog-shop-page.sidebar-nav-catalog > .left-catalog-dropdown:hover > a {
    background-color: #fff;
    color: #4a4a4a;
    border-bottom: dashed 1px #d6d6d9;
}
.sidebar-nav-catalog-shop-page.sidebar-nav-catalog > .left-catalog-dropdown > a:hover {
    background-color: #defbf3;
    color: #33abd2;
    border-bottom: solid 1px #defbf3;
}
.sidebar-nav-catalog li .dropdown-menu, .sidebar-nav-brands li .dropdown-menu {
    left: 100%;
    top: 0;
    border-radius: 0px;
    padding: 0;
    border: none;
    margin: 0;
    box-shadow: none;
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #a5ffb1;
}
.sidebar-nav-catalog li .left-catalog-dropdown-menu a, .sidebar-nav-brands li .dropdown-menu a {
    font-family: "MyriadProRegular";
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a;
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom-color: transparent;
}
.sidebar-nav-catalog li .dropdown-menu a:hover, .sidebar-nav-brands li .dropdown-menu a:hover {
    background-color: rgba(193, 245, 231, 0.23);
    color: #64ba18;
    border-bottom: solid 1px rgba(193, 245, 231, 0.23);
}
.sidebar-main-page .sidebar-nav-catalog > .left-catalog-dropdown:hover .left-catalog-dropdown-menu {
    display: block !important;
}
.sort-brand-link a {
    color: #7cb019;
}
.sidebar-nav-catalog.sidebar-nav-catalog-shop-page .left-catalog-dropdown-menu {
    position: relative;
    float: none;
    left: 0;
    top: 0;
    border-radius: 0px;
    padding: 0;
    border: none;
    margin: 0;
    box-shadow: none;
    display: none;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sidebar-nav-catalog.sidebar-nav-catalog-shop-page .left-catalog-dropdown-menu.active {
    display: block !important;
}
.sidebar-main-page .sidebar-nav-catalog.sidebar-nav-catalog-shop-page > .left-catalog-dropdown:hover .left-catalog-dropdown-menu {
    display: none !important;
}
.sidebar-nav-catalog.sidebar-nav-catalog-shop-page > li.active > .left-catalog-dropdown-menu.active {
    display: block !important;
}
.sidebar-nav-catalog.sidebar-nav-catalog-shop-page .left-catalog-dropdown-menu > .active > a {
    background-color: transparent;
    font-weight: bold;
    border: none;
}
.sidebar-nav-catalog.sidebar-nav-catalog-shop-page li.left-catalog-dropdown.active > a {
    border: none;
    color: #3cb9db;
    background-color: transparent;
}
.sidebar-nav-catalog.sidebar-nav-catalog-shop-page li .left-catalog-dropdown-menu a {
    font-family: "MyriadProRegular";
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3cb9db;
    background-color: transparent;
    border: none;
    position: relative;
    padding-left: 21px;
    white-space: normal;
}
.sidebar-nav-catalog.sidebar-nav-catalog-shop-page li .left-catalog-dropdown-menu a:before {
    content: "-";
    display: inline-block;
    padding-right: 5px;
    position: absolute;
    left: 9px;
    top: 4px;
}
.sidebar-nav-catalog.sidebar-nav-catalog-shop-page li .left-catalog-dropdown-menu a:hover {
    font-weight: bold;
}
.main-page-tab-wrapper .tab-common .nav.nav-tabs {
    margin-top: 3px;
    border: none;
}
.main-page-tab-wrapper .tab-common .nav.nav-tabs li a {
    font-family: "MyriadProRegular";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    color: #7f7e7f;
    padding: 0 0 3px 15px;
    margin-left: 15px;
    position: relative;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: dashed 1px #ceced2;
    /*min-width: 120px;*/
}
.main-page-tab-wrapper .tab-common .nav.nav-tabs li:first-child a {
    margin-left: 0;
}
.main-page-tab-wrapper .tab-common .nav.nav-tabs li a:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #e8e8ed;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-radius: 10px;
}
.main-page-tab-wrapper .tab-common .nav.nav-tabs li.active a {
    color: #33abd2;
    border-bottom-color: #3cb9db;
}
.main-page-tab-wrapper .tab-common .nav.nav-tabs li.active a:before {
    background-color: #3cb9db;
}
.main-page-tab-wrapper .tab-common .tab-bottom {
    margin-bottom: 15px;
}
.main-page-tab-wrapper .tab-content .product-col-wrapper,
.template-product-list  .row > .product-col-wrapper {
    padding-left: 0;
    padding-right: 0;
    border-top: dashed 1px #d6d6d9;
    border-bottom: dashed 1px #d6d6d9;
    margin-bottom: -1px;
}
.main-page-tab-wrapper .tab-content .tab-pane .row > .product-col-wrapper:first-child,
.template-product-list  .row > .product-col-wrapper:first-child{
    border-left: dashed 1px #d6d6d9;
    border-right: dashed 1px #d6d6d9;
}
.main-page-tab-wrapper .tab-content .tab-pane .row > .product-col-wrapper:last-child,
.template-product-list  .row > .product-col-wrapper:last-child {
    border-left: dashed 1px #d6d6d9;
    border-right: dashed 1px #d6d6d9;
    margin-left: -1px;
}
.product-col:after {
    content: "";
    display: table;
    clear: both;
}
.product-col {
    padding: 6px;
}
.product-col .image.product-img-centr {
    text-align: center;
    position: relative;
    height: 131px;
    line-height: 131px;
    overflow: hidden;
}
.product-col .image.product-img-centr img {
    display: inline-block;
    max-height: 100%;
    max-width: 120px;
}
.sale-icon, .newtip-icon {
    width: 36px;
    height: 26px;
    top: 0;
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 36px 26px;
    z-index: 1;
}
.sale-icon {
    left: 0;
    background-image: url(./images/sale-icon.png);
}
.newtip-icon {
    right: 0;
    background-image: url(./images/newtip-icon.png);
}
.product-col-middle-button {
    padding-top: 10px;
    text-align: center;
}
.nowBuy-slider .product-col-middle-button {
    /*display: none;*/
}
.nowBuy-slider .product-col .cart-button.button-group {
    display: none;
}
.product-col-middle-button .btn {
    width: 16px;
    height: 19px;
    background-color: transparent;
    box-shadow: none;
    border: none;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}
.wl{
	float: right;
}
.wl .btn {
    width: 16px;
    height: 19px;
    background-color: transparent;
    box-shadow: none;
    border: none;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}
.product-col-middle-button .btn.addToCompareList {
    background-image: url(./images/wishlist-btn-icon.png);
    background-size: 16px 12px;
}
.product-col-middle-button .btn.addToWishList {
    background-image: url(./images/compare-btn-icon.png);
    /*background-size: 16px 19px;*/
    background-size: 16px 15px;
}
.wl .btn.addToWishList {
    background-image: url(./images/compare-btn-icon.png);
    /*background-size: 16px 19px;*/
    background-size: 16px 15px;
}
.product-col-product-name {
    margin-top: 5px;
    padding-left: 3px;
    padding-right: 3px;
}
.product-col-product-name h4 {
    margin: 0;
    line-height: 15px;
}
.product-col-product-name h4 a {
    font-family: "MyriadProCondRegular";
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 15px;
    letter-spacing: normal;
    color: #565546;
    text-transform: uppercase;
    display: block;
}
.product-col-product-name a {
    font-family: "MyriadProCondRegular";
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 15px;
    letter-spacing: normal;
    color: #565546;
    text-transform: uppercase;
    display: block;
}
.product-col-product-name h4 a:hover {
    color: #33abd2;
}
.product-col-product-name a:hover {
    color: #33abd2;
}

.product-col-product-price {
    font-family: "MyriadProRegular";
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 15px;
    letter-spacing: normal;
    color: #565546;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 5px;
}
.product-col-product-price .addToCartList {
    display: none;
}
.product-col-product-price .price-old {
    font-size: 11px;
    color: #9b9b9b;
    padding-left: 5px;
}
.product-col-product-price .price-old .rubznak {
    text-decoration: line-through;
}
.product-col .cart-button.button-group {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 7px;
}
.product-col .cart-button.button-group .catalog-input-addToCartNum {
    width: 76.2px;
    height: 28.6px;
    display: inline-block;
    position: relative;
    margin-right: 11px;
}
.product-col .cart-button.button-group .catalog-input-addToCartNum input.addToCartListNum{
    width: 76.2px;
    height: 28.6px;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 6px;
    background-color: #dffbf3;
    padding: 0 27px 0 27px;
    text-align: center;
}
.product-col .cart-button.button-group .catalog-input-addToCartNum button.plus, .product-col .cart-button.button-group .catalog-input-addToCartNum button.minus {
    width: 23px;
    height: 23px;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    top: 3px;
    position: absolute;
    display: block;
    padding: 0;
    text-align: center;
    line-height: 23px;
    color: #3cb9db;
    background-position: center;
    background-repeat: no-repeat;
}
.product-col .cart-button.button-group .catalog-input-addToCartNum button.plus {
    right: 4px;
    background-image: url(./images/plus-icon.png);
}
.product-col .cart-button.button-group .catalog-input-addToCartNum button.minus {
    left: 4px;
    background-image: url(./images/minus-icon.png);
}
.product-col .cart-button.button-group button.addToCartList, .product-col .cart-button.button-group a.addToCartList{
    background-color: #fff;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    font-family: "MyriadProCondRegular";
    font-size: 19px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #2e8ccf;
}
.sidebar-right .side-heading {
    padding-left: 0;
    padding-right: 0;
    background-image: none;
    padding-top: 15px;
}
.page-header {
    padding: 0;
    margin: 0;
    text-align: left;
}
.page-header h2, h2.page-header, .page-header h3, .page-header h1 {
    font-family: "MyriadProRegular";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    color: #33abd2;
    position: relative;
    border: none;
    display: inline-block;
    background-image: none;
    margin-top: 24px;
    margin-bottom: 20px;
    padding: 0 15px 3px 15px;
    border-bottom: dashed 1px #33abd2;
}
.page-header h2:before, h2.page-header:before, .page-header h3:before, .page-header h1:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #33abd2;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-radius: 10px;
}
.page-header.main-content-title {
    margin: 0;
    font-weight: normal;
    line-height: normal;
    padding: 0;
    border: none;
}
.page-header.main-content-title:before {
    display: none;
}
.page-header.main-content-title h2 {
    font-family: "MyriadProRegular";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    color: #33abd2;
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}
.page-header.main-content-title h2:before {
    content: "";
    width: 15px;
    height: 23px;
    background-image: url(./images/leaf-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 23px;
    background-color: transparent;
    position: absolute;
    bottom: 3px;
    left: 0;
    top: -3px;
    border-radius: 0px;
}
.sidebar-right .side-heading a {
    font-family: "MyriadProRegular";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    color: #33abd2;
    position: relative;
    border: none;
    display: block;
    background-image: none;
    padding: 0 0 3px 15px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: dashed 1px #ceced2;
}
.sidebar-right .side-heading a:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #33abd2;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-radius: 10px;
}
.sidebar-news-product {
    padding-left: 27px;
    padding-right: 25px;
    margin-bottom: 15px;
}
.sidebar-news-product .product-col-wrapper {
    width: 100%;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.22);
    margin-top: 12px;
    padding: 0;
}
.sidebar-main-page #visualcart_content {
    max-height: 200px;
    overflow: auto;
}
.sidebar-main-page.sidebar-shop-page #visualcart_content {
    max-height: 300px;
    overflow: auto;
}
.wrapper-fix.hcart .product-col-wrapper {
    width: 100%;
    padding: 0;
}
.wrapper-fix.hcart .product-col-wrapper .product-col {
    padding-left: 0;
    padding-right: 5;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #d6d6d9;
    display: table;
    width: 100%;
}
.wrapper-fix.hcart .product-col-wrapper .product-col .cart-product-left-block,
.wrapper-fix.hcart .product-col-wrapper .product-col .cart-product-right-block {
    display: table-cell;
    vertical-align: top;
}
.wrapper-fix.hcart .product-col-wrapper .product-col .cart-product-left-block {
    width: 85px;
}
.wrapper-fix.hcart .product-col-wrapper .image {
    width: 80px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
.wrapper-fix.hcart .product-col-wrapper .image img {
    max-height: 100%;
    max-width: 100%;
}
.wrapper-fix.hcart .product-col-wrapper .product-col-product-name {
    margin-top: -4px;
}
.wrapper-fix.hcart .product-col-wrapper .product-col-price {
    margin-top: 15px;
    padding-right: 30px;
    position: relative;
    text-align: center;
}
.input-width-fix {
    width: 250px;
}
.delete-cart-product-icon {
    display: block;
    width: 15px;
    height: 19px;
    background-image: url(./images/delete-product-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 2px;
    right: 0;
    cursor: pointer;
    margin-right: 5px;
}
#visualcart_content .cart-link {
    font-family: "MyriadProRegular";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    text-align: center;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 4px;
    margin-bottom: 25px;
    display: block;
    background-image: url(./images/cart-link-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 28px;
}
.nowBuy-slider-wrapper .swiper-button-next, .nowBuy-slider-wrapper .swiper-button-prev {
    width: auto;
    height: auto;
    line-height: normal;
    font-size: 36px;
    color: rgba(74, 74, 74, 0.56);
    background-image: none;
}
.nowBuy-slider-wrapper .swiper-button-next {
    right: 0;
}
.nowBuy-slider-wrapper .swiper-button-prev {
    left: 0;
}
.nowBuy-slider-wrapper .product-col-wrapper,
.productlast-view-slider .product-col-wrapper{
    padding: 0;
}
.nowBuy-slider-wrapper .sale-icon-content,
.nowBuy-slider-wrapper .product-col-wrapper .product-col-middle-button,
.nowBuy-slider-wrapper .product-col .cart-button.button-group, {
    display: none;
}
.nowBuy-slider-wrapper .product-col {
    padding: 16px;
    /*max-height: 133px;*/
    position: relative;
}
.nowBuy-slider-wrapper .product-col:before {
    content: "";
    width: 1px;
    height: 124px;
    border-left: dashed 1px #d6d6d9;
    bottom: 0;
    right: 5px;
    position: absolute;
}
.nowBuy-slider-wrapper .product-col .image.product-img-centr {
    float: left;
    height: 101px;
    line-height: 100px;
    margin-right: 15px;
}
.nowBuy-slider-wrapper .product-col-product-name {
    margin-top: -7px;
    height: 54px !important;
    overflow: hidden;
}
.nowBuy-slider-wrapper .product-col-product-price {
    margin-top: 15px;
    text-align: center;
	overflow: hidden;
}
.nowBuy-slider-wrapper .product-price-wrapper {
    display: inline-block;
}
.banner-disp-wrapper img {
    max-width: 100%;
}
.nowBuy-slider-wrapper .product-price-wrapper .price-new,
.nowBuy-slider-wrapper .product-price-wrapper .price-old {
    display: inline-block;
    float: left;
    font-family: "LatoRegular";
}
.nowBuy-slider-wrapper .product-price-wrapper .price-new {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #565546;
}
.nowBuy-slider-wrapper .product-col-product-price .price-old {
    padding-left: 0;
    font-size: 10px;
    color: #9b9b9b;
}
.nowBuy-slider-wrapper .product-price-wrapper .rubznak {
    font-family: "LucidaGrande";
}
.nowBuy-slider-wrapper .product-col-product-price .addToCartList {
    display: block;
    -float: left;
    margin-left: 5px;
    background-color: #fff;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    font-family: "MyriadProCondRegular";
    font-size: 19px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #2e8ccf;
    -margin-top: -10px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}




.productlast-view-slider-wrapper .swiper-button-next, .productlast-view-slider-wrapper .swiper-button-prev {
    width: auto;
    height: auto;
    line-height: normal;
    font-size: 36px;
    color: rgba(74, 74, 74, 0.56);
    background-image: none;
}
.productlast-view-slider-wrapper .swiper-button-next {
    right: 0;
}
.productlast-view-slider-wrapperr .swiper-button-prev {
    left: 0;
}
.productlast-view-slider-wrapper .product-col-wrapper{
    padding: 0;
}
.productlast-view-slider-wrapper .sale-icon-content,
.productlast-view-slider-wrapper .product-col-middle-button,
.productlast-view-slider-wrapper .product-col .cart-button.button-group, {
    display: none;
}
.productlast-view-slider-wrapper .product-col {
    padding: 16px;
    /*max-height: 133px;*/
    position: relative;
}
.productlast-view-slider-wrapper .product-col:before {
    content: "";
    width: 1px;
    height: 124px;
    border-left: dashed 1px #d6d6d9;
    bottom: 0;
    right: 5px;
    position: absolute;
}
.productlast-view-slider-wrapper .product-col .image.product-img-centr {
    float: left;
    height: 101px;
    line-height: 100px;
    margin-right: 15px;
}
.productlast-view-slider-wrapper .product-col-product-name {
    margin-top: -3px;
    height: 62px !important;
    overflow: hidden;
}
.productlast-view-slider-wrapper .product-col-product-price {
    /*margin-top: 29px;*/
    text-align: center;
}
.productlast-view-slider-wrapper .product-price-wrapper {
    display: inline-block;
    margin-right: 5px;
}
.productlast-view-slider-wrapper .product-price-wrapper .price-new,
.productlast-view-slider-wrapper .product-price-wrapper .price-old {
    display: inline-block;
    float: left;
    font-family: "LatoRegular";
}
.productlast-view-slider-wrapper .product-price-wrapper .price-new {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #565546;
}
.productlast-view-slider-wrapper .product-col-product-price .price-old {
    padding-left: 0;
    font-size: 10px;
    color: #9b9b9b;
}
.productlast-view-slider-wrapper .product-price-wrapper .rubznak {
    font-family: "LucidaGrande";
}
.productlast-view-slider-wrapper .product-col-product-price .addToCartList {
    display: inline-block;
    -float: left;
    margin-left: 0px;
    background-color: #fff;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    font-family: "MyriadProCondRegular";
    font-size: 19px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #2e8ccf;
    margin-top: -10px;
}
.partners-slider-wrapper {
  /*  margin-top: 40px; */
    margin-bottom: 20px;
  /*  border: dashed 1px #d6d6d9; */
    padding-top: 30px;
    padding-bottom: 20px;
}
.swiper-container.partners-slider {
    width: calc(100% - 34px);
}
.partners-slider a.swiper-slide {
    width: auto !important;
    height: auto !important;
    margin-left: 15px;
    margin-right: 15px;
}
.partners-slider-wrapper .swiper-button-next, .partners-slider-wrapper .swiper-button-prev {
    width: auto;
    height: auto;
    line-height: normal;
    font-size: 36px;
    color: rgba(74, 74, 74, 0.56);
    background-image: none;
}
#footer-textarea {
    position: relative;
}
#footer-textarea:before {
    content: "";
    width: 100%;
    height: 262px;
    background-image: url(./images/footer-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 262px;
    position: absolute;
}
.footer-links {
    height: 262px;
    padding-top: 40px;
}
.footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-links li {
    padding:0;
    color: #fff;
}
.footer-links, .footer-links li, .footer-links li a {
    color: #8b8b8b;
    font-size: 14px;
    font-family: "ArialMT";
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #5b5a5a;
    word-wrap: break-word;
}
.footer-links li a {
}
.footer-links li a:hover {
    color: #3cb9db;
}
.footer-links h5 {
    font-family: "ArialMT";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #4a4a4a;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 25px;
}
.footer-account-wrapper {
    padding-left: 7%;
}
.footer-service-wrapper {
    padding-left: 5%;
}
.footer-contact {
    padding: 0;
}
.copyright {
    height: 41px;
    background-color: rgba(139, 152, 190, 0.13);
    text-align: center;
    font-family: "MyriadProRegular";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 41px;
    letter-spacing: normal;
    color: rgba(6, 109, 255, 0.37);
}
.copyright a {
    font-family: "MyriadProRegular";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(6, 109, 255, 0.37);
}
.foote-social-wrapper {
    text-align: center;
    margin-top: 60px;
}
.footer-social-link {
    width: 27px;
    height: 27px;
    margin-right: 15px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 5;
    opacity: 0.5;
}
.footer-social-link:hover {
    opacity: 1;
}
.footer-social-link.vk {
    background-image: url(./images/icon_vk.png);
}
.footer-social-link.fb {
    background-image: url(./images/icon_fb.png);
}
.footer-social-link.tw {
    background-image: url(./images/icon_twitter.png);
}
.footer-social-link.oke {
    background-image: url(./images/icon_ok.png);
}
.footer-social-link.pn {
    background-image: url(./images/icon_pn.png);
}

.breadcrumb-wrap {
    border-bottom: dashed 1px #ceced2;
}
.breadcrumb {
    padding-top: 9px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 15px;
    background-color: #fff;
    font-family: "MyriadProRegular";
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a;
    margin-bottom: -1px;
    float: left;
}
.breadcrumb a {
    font-family: "MyriadProRegular";
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a;
	text-decoration: underline;
}
.breadcrumb a:hover {
    color: #3cb9db;
	text-decoration: none;
}
.breadcrumb > li {
    display: inline;
}
.breadcrumb>li+li:before {
    color: #4a4a4a;
}
.main-heading2 {
    font-family: 'MyriadProRegular';
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    /*text-transform: uppercase;*/
    -float: left;
    letter-spacing: 0.1px;
    color: #33abd2;
    border-bottom: dashed 1px #33abd2;
    padding: 0 0 3px 15px;
    margin-top: 24px;
    margin-bottom: 20px;
    position: relative;
}
.main-heading2:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #33abd2;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-radius: 10px;
}
.template-product-list .product-col-wrapper.product-col-wrapper-12 {
    margin-bottom: -1px;
    border: none !important;
    padding-left: 15px;
    padding-right: 15px;
}
.template-product-list .product-col-wrapper.product-col-wrapper-12 .product-col {
    display: table;
    width: 100%;
    border: dashed 1px #d6d6d9;
    padding-bottom: 15px;
}
.template-product-list .product-col-wrapper.product-col-wrapper-12 .product-col .image.product-img-centr,
.template-product-list .product-col-wrapper.product-col-wrapper-12 .product-col .product-right-block {
    display: table-cell;
    vertical-align: top;
}
.template-product-list .product-col-wrapper.product-col-wrapper-12 .product-col .image.product-img-centr {
    overflow: hidden;
    padding-right: 0px;
}
.template-product-list .product-col-wrapper.product-col-wrapper-12 .product-col .product-right-block {
	padding-left: 15px;
}
.template-product-list .product-col-wrapper.product-col-wrapper-12 .product-col .image.product-img-centr {
    width: 175px;
    height: 135px;
    line-height: 132px;
    overflow: hidden;
    padding-right: 0px;
}
.product-col-bottom-block {
    height: 29px;
    margin-top: 10px;
}
.product-col-bottom-block .product-col-middle-button,
.product-col-bottom-block .product-col-product-price {
    float: left;
}
.product-col-bottom-block .cart-button.button-group {
    float: right;
}
.product-col-bottom-block .cart-button.button-group {
    margin-bottom: 0;
    margin-right: 15px;
}
.product-col-bottom-block .product-col-middle-button {
    margin-top: 1px;
    width: 60px;
    padding-top: 0;
}
.product-col-bottom-block .product-col-product-price {
    margin-top: 5px;
    margin-left: 40px;
}
.product-col-wrapper.product-col-wrapper-12 .product-col-product-name {
    padding-left: 0;
    margin-bottom: 12px;
}
.product-col-bottom-block .cart-button.button-group {
    margin-top: 0;
}
.product-col-product-description, .product-col-product-description p {
    font-family: "MyriadProRegular";
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border: none;
    background-color: #fff;
    color: #4a4a4a;
    padding-top: 0px;
    padding-bottom: 0;
    padding-right: 10px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    font-family: "Times-Roman";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    text-align: right;
    color: #4a4a4a;
    border: none;
    background-color: #fff;
    padding-bottom: 0;
    padding-top: 1px;
}
.pagination>li>a, .pagination>li>span {
    font-family: "MyriadProRegular";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    text-align: right;
    color: #4a4a4a;
    border: none;
    background-color: #fff;
    padding-bottom: 0;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    padding-top: 0px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    background-color: transparent;
}
.template-product-list.products-list {
    margin-bottom: 15px;
}
#fotoload {
    padding: 0px;
    text-align: center;
    position: relative;
}
#fotoload .bx-pager {
    /*display: none;*/
}
.bx-wrapper img {
    padding: 0;
}
#fotoload img {
    max-height: 300px;
}
.bx-wrapper .bx-viewport {
    position: relative;
}
#fotoload .sale-icon, #fotoload .newtip-icon {
    top: 16px;
}
#fotoload .sale-icon {
    left: 16px;
}
#fotoload .newtip-icon {
    right: 16px;
}
#fotoload .bx-wrapper {
    padding: 16px;
    border: dashed 1px #ceced2;
}
.bxsliderbig {
    padding: 0;
    text-align: center;
}
.bx-wrapper .bx-controls-direction a {
    transition: 0s;
}
.product-page-vendorCode {
    font-family: "MyriadProRegular";
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}
.product-page-top-description {
    font-family: "MyriadProCondRegular";
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #39393a;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 10px;
    border-bottom: dashed 1px #d6d6d9;
}
.product-page-top-description img {
    max-width: 100%;
}
.product-page-price-wrapper {
    padding-top: 20px;
}
.product-page-price, .product-sklad {
    float: none;
    text-align: center;
}
.product-page-price {
    min-width: 300px;
    padding-right: 10px;
}
.product-page-price .price-new {
    font-family: "MyriadProRegular";
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}
.product-page-price .price-old {
    font-family: "MyriadProRegular";
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9b9b9b;
}
.product-sklad {
    font-family: "MyriadProRegular";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #73c01e;
    position: relative;
    padding-left: 11px;
    margin-top: 13px;
}
.product-sklad:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #73c01e;
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    border-radius: 10px;
}
.input-addToCartNum-wrapper {
    width: 76.2px;
    height: 28.6px;
    display: inline-block;
    position: relative;
    margin-right: 11px;
    margin-top: 6px;
    -float: left;
}
.input-addToCartNum-wrapper input.addToCartListNum{
    width: 76.2px;
    height: 28.6px;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 6px;
    background-color: #dffbf3;
    padding: 0 27px 0 27px;
    text-align: center;
}
.input-addToCartNum-wrapper button.plus,
.input-addToCartNum-wrapper button.minus {
    width: 23px;
    height: 23px;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    top: 3px;
    position: absolute;
    display: block;
    padding: 0;
    text-align: center;
    line-height: 23px;
    color: #3cb9db;
    background-position: center;
    background-repeat: no-repeat;
}
.input-addToCartNum-wrapper button.plus {
    right: 4px;
    background-image: url(./images/plus-icon.png);
}
.input-addToCartNum-wrapper button.minus {
    left: 4px;
    background-image: url(./images/minus-icon.png);
}
.product-page-wrapper .options {
    margin-top: 20px;
    text-align: center;
}
.product-page-wrapper .options .radio {
    text-align: left;
}
.product-page-wrapper .options .cart-button.button-group.cart-list-button-wrapper{
    display: inline-block;
}
.product-page-wrapper .addToCartList,
.product-page-wrapper .addToCartListOption,
.product-page-wrapper .addToCartListParent {
    background-image: linear-gradient(111deg, #b3ffab, #90ffbc 27%, #5dffd4 66%, #12fff7);
    border-radius: 10px;
    width: 101px;
    height: 38px;
    background-color: #fff;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    font-family: "MyriadProCondRegular";
    font-size: 19px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #2e8ccf;
}
.table-optionsDisp select {
    margin-bottom: 15px;
}
.product-page-tabpanel {
    margin-top: 25px;
    padding-left: 0;
}
.product-page-tabpanel .nav.nav-tabs {
    margin-top: 3px;
    margin-bottom: 11px;
    border: none;
    border-bottom: dashed 1px #ceced2;
}
.product-page-tabpanel .nav.nav-tabs li {
    margin-bottom: 0;
}
.product-page-tabpanel .nav.nav-tabs li a {
    font-family: "MyriadProRegular";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    color: #7f7e7f;
    padding: 0 0 3px 15px;
    margin-left: 25px;
    margin-right: 25px;
    position: relative;
    border-top: none;
    border-left: none;
    border-right: none;
    border: none;
}
.product-page-tabpanel .nav.nav-tabs li a:hover {
    color: #33abd2;
}
.product-page-tabpanel .nav.nav-tabs li:first-child a {
    margin-left: 0;
}
.product-page-tabpanel .nav.nav-tabs li.active a {
    color: #33abd2;
}
.product-page-tabpanel .nav.nav-tabs li a:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #e8e8ed;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-radius: 10px;
}
.product-page-tabpanel .nav.nav-tabs li.active a:before {
    background-color: #3cb9db;
}
.tab-content {
    font-family: "MyriadProCondRegular";
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a;
}
.page-header.odnotip-header {
    margin-top: 27px;
    border: none;
}
.page-header.odnotip-header h3 {
    border-bottom: none;
    margin: 0;
}
.page-header.odnotip-header {
    border-bottom: dashed 1px #ceced2;
}
.odnotip-product-list {
    padding-left: 15px;
    padding-right: 15px;
}
.odnotip-product-list .col-md-4.col-sm-4.product-col-wrapper {
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.22);
    padding: 0;
    margin-top: 12px;
}
.product-page .col-md-4.col-sm-4.product-col-wrapper {
    width: 100%
}
.shopping-cart-table thead > tr > td {
    font-size: 15px;
    font-weight: 600;
    border-bottom: none;
}
.shopping-cart-table tbody > tr > td {
    font-size: 14px;
}
.page-cart-product-name-td {
    width: 25%;
}
.page-cart-td-align-middle {
    vertical-align: middle !important;
}
.page-cart-product-button-block {
    min-width: 140px !important;
}
.page-cart-product-button-block form {
    display: inline-block;
}
.page-cart-product-button-block button {
    border: none;
}
#forma_cart > input {
    text-align: center;
    min-width: 36px;
}
.product-filter {
    padding-bottom: 16px;
}
#filter-selection-well {
    display: none;
}
.product-filter#filter-well {
    display: none;
}
.product-filter .display .btn,
.product-filter .display .btn {
    padding:0;
    margin-bottom: 5px;
    margin-right: 10px;
    box-shadow: none;
}
.product-filter .control-label {
    margin-right: 10px;
}
#sorttable {
    padding-top: 10px;
}
#sorttable td {
    padding-right: 10px;
    margin-bottom: 0;
}
#sorttable .bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,
#sorttable .bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before {
    display: none;
}
#sorttable .bootstrap-select {
    display: block;
    float: left;
}
#sorttable .bootstrap-select button {
    border:none;
    border-radius: 0px;
    height: 34px;
    outline: none !important;
    background-color: #fff !important;
}
#sorttable .bootstrap-select button:hover {
    color: #33abd2;
}
#sorttable .bootstrap-select button:before {
    content: "";
    width: 1px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0.12);
    top: 50%;
    margin-top: -8px;
    left: 0;
    border: none;
    display: block;
    position: absolute;
}
#sorttable tr .bootstrap-select:first-child button:before {
    display: none;
}
#sorttable tr td:first-child  {
    display: block;
    float: left;
    border:dashed 1px #d6d6d9;
    padding-right: 0;
    margin-right: 10px;
}
#productlastview {
    margin-bottom: 20px;
}
#productlastview .product-col .cart-button.button-group{
    display: none;
}
.search-page-btn {
    width: 40px;
    height: 34px;
    position: relative;
}
.search-page-btn .glyphicon {
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: -7px;
}
@media (min-width: 768px), (orientation: portrait){
    .header-top-title, #logo {
        text-align: center;
    }
    .zn-logo {
        margin-right: 0px!important;
    }
}
@media (min-width: 992px){
    .news-list.row .col-md-3.col-sm-12.mini-news-block {
        width: 28%;
    }
}
@media (min-width: 1200px){
    .container {
        padding-right: 0;
        padding-left: 0;
    }
    .sidebar-left.sidebar-shop-page,
    .sidebar-left.sidebar-main-page {
        width: 243px;
    }
    .sidebar-left.sidebar-shop-page.product-page {
        width: 25%;
    }
    .main-middle-block {
        width: 686px;
    }
    .main-middle-block.product-page {
        width: 75%;
    }
    .sidebar-left.sidebar-main-page.product-page {
        width: 25%;
    }
    .sidebar-right.sidebar-main-page {
        width: 253px;
        padding-right: 0;
        margin-top: 3px;
    }
    .header-top-nav > li > a.register-link {
        display: none;
    }
    .header-top-title, #logo {
        text-align: left;
    }
    .header-top-title {
        padding-left: 65px;
    }
}
@media (max-width: 991px){
    .text-center.page-cart-product-name-td.page-cart-td-align-middle {
        white-space: normal !important;
    }
    .product-text-block ul,.product-col-product-description ul {
        padding-left: 16px;
    }
    .news-list.row .col-md-4.col-sm-12.mini-news-block:first-child {
        padding:15px;
    }
    .news-list.row .col-md-4.col-sm-12.mini-news-block {
        padding:15px;
        margin-bottom: 10px;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.22);
    }
    .news-list.row .col-md-4.col-sm-12.mini-news-block:first-child:before {
        display: none;
    }
    .mini-news-block:before {
        display: none;
    }
    .mini-news-block .mini-news-description {
        height: auto;
        overflow: initial;
    }
    .odnotip-product-list .col-md-4.col-sm-4.product-col-wrapper {
        width: 100%;
        display: inline-block;
    }
}
@media (max-width: 767px), (orientation: portrait){
    .podcatalog-text {
        text-align: center;
    }
    .podcatalog-img {
        /*display: none;*/
        width: 50px;
        height: 50px;
    }
    .header-top-title {
        text-align: center;
    }
    #logo {
        text-align: center;
    }
    .zn-logo {
        margin-right: 0px!important;
    }
    .main-nav > .container {
        background-image: none;
    }
    #main-menu {
        background: #fff;
        margin-bottom: 15px;
        -webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    }
    .main-menu-button {
        border-color: #ddd;
        float: left;
        margin-left: 15px;
    }
    .main-navbar-top, .main-navbar-top > li {
        display: block;
        text-align: left;
    }
    .main-page-tab-wrapper .tab-common .nav.nav-tabs li a {
        margin-left: 0;
        margin-bottom: 10px;
    }
    .main-container.container {
        overflow: hidden;
    }
    .container {
        width: 450px;
    }
    /*.main-page-tab-wrapper .tab-common .nav.nav-tabs li {
        display: block;
        float: none;
    } */
    .main-page-tab-wrapper .tab-content .product-col-wrapper, .template-product-list  .row > .product-col-wrapper {
        border: dashed 1px #d6d6d9;
        margin-bottom: -1px;
    }
    .product-col-product-name, .product-col-product-price {
        text-align: center;
    }
    #sorttable tr td, #sorttable tr td:first-child {
        display: block;
        width: 100%;
        float: none;
        margin-bottom: 5px;
        border: none;
    }
    #sorttable tr td:before {
        content: "";
        display: table;
        clear: both;
    }
    #sorttable .bootstrap-select button {
        border: dashed 1px #d6d6d9;
    }
    #sorttable .bootstrap-select {
        margin-bottom: 5px;
    }
    .template-product-list .product-col-wrapper.product-col-wrapper-12 .product-col {
        display: block;
    }
    .template-product-list .product-col-wrapper.product-col-wrapper-12 .product-col .image.product-img-centr,
    .template-product-list .product-col-wrapper.product-col-wrapper-12 .product-col .product-right-block {
        display: block;
    }
    .template-product-list .product-col-wrapper.product-col-wrapper-12 .product-col .image.product-img-centr,
    .product-col-bottom-block .product-col-middle-button,
    .product-col-bottom-block .product-col-product-price,
    .product-col-bottom-block .cart-button.button-group {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        float: none;
    }
    .template-product-list .product-col-wrapper.product-col-wrapper-12 .product-col .product-right-block {
        padding: 0;
    }
    .product-col-bottom-block {
        height: auto;
    }
    .template-product-list .product-col-wrapper.product-col-wrapper-12 .product-col {
        padding-bottom: 0;
    }
    .main-container.main-page.container .news-list {
        display: inline-block;
    }
}
@media (max-width: 480px) {
	.navbar-header{
		display: revert;
	}
	
	
    .container {
        width: auto;
    }
    .product-page-tabpanel .nav.nav-tabs {
        border: none;
    }
    .product-page-tabpanel .nav.nav-tabs li {
        display: block;
        float: none;
        border-bottom: dashed 1px #ceced2;
        margin-bottom: 5px;
    }
    .product-page-tabpanel .nav.nav-tabs li.active {
        border-bottom: dashed 1px #33abd2;
    }
    .product-page-tabpanel .nav.nav-tabs li a {
        margin-left: 0;
    }
}
.bar {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 9999999999;
    height: 44px;
    padding-right: 10px;
    padding-left: 10px;
    -background-color: white;
    border-bottom: 1px solid #ddd;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bar-tab {
    bottom: 0;
    display: table;
    width: 100%;
    height: 50px;
    padding: 0;
    table-layout: fixed;
    border-top: 1px solid #ddd;
    border-bottom: 0;
}
.bar-tab .tab-item {
    display: table-cell;
    width: 1%;
    height: 50px;
    color: #929292;
    text-align: center;
    vertical-align: middle;
}
.bar-tab a.tab-item{
	color: #000;
}
.bar-tab .tab-item.active, .bar-tab .tab-item:active {
	color: #000;
    /*color: #428bca;*/
}
.bar-tab .tab-item .icon {
    top: 3px;
    width: 24px;
    height: 24px;
    padding-top: 0;
    padding-bottom: 0;
}
.bar-tab .tab-item .icon ~ .tab-label {
    display: block;
    font-size: 11px;
}

.bar .btn {
    position: relative;
    top: 7px;
    z-index: 20;
    padding: 6px 12px 7px;
    margin-top: 0;
    font-weight: 400;
}
.bar .btn.pull-right {
    margin-left: 10px;
}
.bar .btn.pull-left {
    margin-right: 10px;
}

.bar .btn-link {
    top: 0;
    padding: 0;
    font-size: 16px;
    line-height: 44px;
    color: #428bca;
    border: 0;
}
.bar .btn-link:active, .bar .btn-link.active {
    color: #3071a9;
}

.bar .btn-block {
    top: 6px;
    padding: 7px 0;
    margin-bottom: 0;
    font-size: 16px;
}

.bar .btn-nav.pull-left {
    margin-left: -5px;
}
.bar .btn-nav.pull-left .icon-left-nav {
    margin-right: -3px;
}
.bar .btn-nav.pull-right {
    margin-right: -5px;
}
.bar .btn-nav.pull-right .icon-right-nav {
    margin-left: -3px;
}

.bar .icon {
    position: relative;
    z-index: 20;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
}
.bar .btn .icon {
    top: 3px;
    padding: 0;
}
.bar .title .icon {
    padding: 0;
}
.bar .title .icon.icon-caret {
    top: 4px;
    margin-left: -5px;
}

.bar input[type="search"] {
    height: 29px;
    margin: 6px 0;
}

.bar .segmented-control {
    top: 7px;
    margin: 0 auto;
}

.bar a{
    text-decoration: none;
}

@font-face {
    font-family: Ratchicons;
    font-style: normal;
    font-weight: normal;

    src: url("../fonts/ratchicons.eot");
    src: url("../fonts/ratchicons.eot?#iefix") format("embedded-opentype"), url("../fonts/ratchicons.woff") format("woff"), url("../fonts/ratchicons.ttf") format("truetype"), url("../fonts/ratchicons.svg#svgFontName") format("svg");
}
.icon {
    display: inline-block;
    font-family: Ratchicons;
    font-size: 24px;
    line-height: 1;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

.icon-back:before {
    content: '\e80a';
}

.icon-bars:before {
    content: '\e80e';
}

.icon-caret:before {
    content: '\e80f';
}

.icon-check:before {
    content: '\e810';
}

.icon-close:before {
    content: '\e811';
}

.icon-code:before {
    content: '\e812';
}

.icon-compose:before {
    content: '\e813';
}

.icon-download:before {
    content: '\e815';
}

.icon-edit:before {
    content: '\e829';
}

.icon-forward:before {
    content: '\e82a';
}

.icon-gear:before {
    content: '\e821';
}

.icon-home:before {
    content: '\e82b';
}

.icon-info:before {
    content: '\e82c';
}

.icon-list:before {
    content: '\e823';
}

.icon-more-vertical:before {
    content: '\e82e';
}

.icon-more:before {
    content: '\e82f';
}

.icon-pages:before {
    content: '\e824';
}

.icon-pause:before {
    content: '\e830';
}

.icon-person:before {
    content: '\e832';
}

.icon-play:before {
    content: '\e816';
}

.icon-plus:before {
    content: '\e817';
}

.icon-refresh:before {
    content: '\e825';
}

.icon-search:before {
    content: '\e819';
}

.icon-share:before {
    content: '\e81a';
}

.icon-sound:before {
    content: '\e827';
}

.icon-sound2:before {
    content: '\e828';
}

.icon-sound3:before {
    content: '\e80b';
}

.icon-sound4:before {
    content: '\e80c';
}

.icon-star-filled:before {
    content: '\e81b';
}

.icon-star:before {
    content: '\e81c';
}

.icon-stop:before {
    content: '\e81d';
}

.icon-trash:before {
    content: '\e81e';
}

.icon-up-nav:before {
    content: '\e81f';
}

.icon-up:before {
    content: '\e80d';
}

.icon-right-nav:before {
    content: '\e818';
}

.icon-right:before {
    content: '\e826';
}

.icon-down-nav:before {
    content: '\e814';
}

.icon-down:before {
    content: '\e820';
}

.icon-left-nav:before {
    content: '\e82d';
}

.icon-left:before {
    content: '\e822';
}

.bar-padding-fix {
    height:50px;
}
.success-notification {
    position: fixed;
    bottom: 5px;
    right: 20px;
    max-width: 400px;
    z-index: 999999;
}
p.text-center span {
    display: block;
}
.zn-price {
    text-align: center;
}
.zn-btn {
    font-family: inherit;
    color: #2e8ccf !important;
    background-color: #fff !important;
    font-size: 15px;
    text-transform: uppercase;
}
.zn-logo {
    text-align: center !important;
    margin-right: 21px;
}
.zn-podcat {
    background-color: #defbf3 !important;
    border: none !important;
    color: #555 !important;
}
#userAdresData input, textarea {
    margin-top: 10px;
}
#userAdresData .form-horizontal .control-label {
    text-align: left!important;
}
#faset-filter-body h4{
    display: none;
}
#faset-filter-body .checkbox {
    display: inline-block;
    width: 33.3%;
    padding: 5px 10px;
    height: 100%;
    margin: auto 0;
    vertical-align: middle;
}
#faset-filter-body .checkbox input[type=checkbox] {
    display: none;
}
#faset-filter-body .checkbox label, #faset-filter-body .radio label {
    padding-left: 0;
    margin-right: 0px;
}
#faset-filter-body .checkbox input[type=checkbox]+span,
#faset-filter-body .checkbox-inline input[type=checkbox]+span {
    color: #3cb9db;
    font-size: 18px;
    text-decoration: underline;
    /*padding: 5px 10px;*/
    font-family: "MyriadProRegular";
    font-size: 14px;
}
#faset-filter-body .checkbox input[type=checkbox]:checked+span,
#faset-filter-body .checkbox-inline input[type=checkbox]:checked+span {
    background-color: #defbf3;
    color: #33abd2;
}
#price-filter-body {
    display: none;
}
#faset-filter .side-heading.filter-title {
    display: none;
}
.user-list-mobile {
    list-style-type: none;padding-left: 0; text-align: center;
}
.user-list-mobile > li {
    display: inline-block;
}
.user-list-mobile li a {
    display: block;
    background-color: #defbf3;
}
.zn-page-head {
    border-bottom: 0;
}
.zn-brand-name {
    text-align: center;
}
.shopping-cart-table .table-bordered {
    border: 1px solid #bce8f1;
}
.shopping-cart-table .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #bce8f1;
}
#forma_order .form-control {
    border: 1px solid #bce8f1;
}
.shopping-cart-table .img-thumbnail {
    border: 1px solid #bce8f1;
}
.shopping-cart-table .form-control {
    border: 1px solid #bce8f1;
}
.zn-price h4 a, .zn-price .h4 a {
    min-height: 45px;
}
@media(max-width: 650px) {
    .main-page-tab-wrapper .tab-common .nav.nav-tabs li a {
        min-width: 85px;
    }
}
.navbar-reg {
    float: right;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
#seldelivery .delivOneEl {
    display: block;
}

/*add*/

span.cat-desc {
    display: block;
    text-align: justify;
    font-family: Helvetica !important;
    font-size: 12px;
    color: rgb(127, 127, 127) !important;
}

span.cat-desc p{
    font-family: Helvetica !important;
    font-size: 12px;
}

span.cat-desc h1, span.cat-desc h2, span.cat-desc h3, .template-product-list h2{
    color: rgb(127, 127, 127) !important;
}
.search-form input {
    background-color: #dffcf2;
    border: 1px solid #bce8f1;
}
.search-form .search-btn {
    margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control.left, .carousel-control.right {
    background-image: none !important;
}

#main-carousel .carousel-caption {display: none;}
ul.mega-menu-block {padding-left: 20px;}
div.cat-name {display: inline-block; text-align: center; width: 60%;}

/* iZvonok */
.izvonok_container {
  clear: both;
}

.izvonok_form {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.izvonok_phone input.izvonok_phone_input {
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  width: 300px;
  border: 1px solid #33abd2;
  margin: 0 auto;
}

.izvonok_phone input.izvonok_phone_input:focus {
  outline: #33abd2 auto 5px;
}

.izvonok_submit button.izvonok_phone_button {
  padding: 10px;
  width: 300px;
  margin-top: 5px;
  text-transform: uppercase;
  background: unset;
  background-color: #33abd2;
  border: 1px solid #33abd2;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  line-height: 1.7em;
  text-align: center;
}
.izvonok_submit button.izvonok_phone_button:hover {
  background-color: #fff;
  color: #33abd2;
  cursor: pointer;
  border: 1px solid #33abd2;
  transition: background-color 1s;
}

.izvonok_result {
  text-align: center;
}
/* iZvonok END */
.cat-intro {
    height: 129px;
    flex-flow: nowrap;
    overflow: hidden;
    margin-bottom: 2rem;
    position: relative;
    transition: height 200ms ease-out 0ms;
}
.cat-intro::after {
    box-shadow: rgb(255, 255, 255) 0px 0px 65px 70px;
    content: " ";
    height: 150px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 100%;
    display: block;
}
.cat-intro.expanded::after {display: none;}
.seo-description-spoiler {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    padding: 18px 0;
    overflow: hidden;
    color: #33abd2;
}
.seo-description-spoiler > span {display: inline-block;}
.seo-description-spoiler > span > span span.glyphicon {
    line-height: 17px; 
    vertical-align: bottom;
}
.seo-description-spoiler > span > span {
    display: block;
    text-align: left;
    width: 100%;
    transition: all 200ms ease-out 0ms;
    /*border-bottom: 1px dotted;*/
    text-decoration: underline;
}
.seo-description-spoiler > span > span:first-child + span {
    display: none;
}
.cat-intro.expanded .seo-description-spoiler-expand {
    display: none;
}
.cat-intro.expanded .seo-description-spoiler-hide {
    display: block;
}
.cat-intro.expanded {margin-bottom: 0;}
.page-content img {display:block;max-width:100%;height:auto}

.header-top-nav .header-social-wrapper {
    display: flex;
    padding: 5px 20px 0;
}

.header-social-link {
    margin: 0 5px;
}
.dt{
	display: inline-block !Important;
}
.mb{
	display: none !Important;
}
@media (max-width: 768px), (orientation: portrait){
.dt{
	display: none !Important;
}
.mb{
	display: inline-block !Important;
}
}

.template-wishlist-list{
	max-width: 100px;
}

p[style="text-align: center;"] img{
	display: inline-block;
}

#menu1>.col-md-12>.row:nth-child(n+8){
	display: none;
}

#menu2>.col-md-12>.row:nth-child(n+8){
	display: none;
}

#menu3>.col-md-12>.row:nth-child(n+8){
	display: none;
}

#menu1 .pages a,#menu2 .pages a,#menu3 .pages a{
	cursor: pointer;
}

.pagination2 {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination2 > li {
    display: inline;
}
.pagination2>li:first-child>a, .pagination2>li:first-child>span {
    border: none;
    background-color: #fff;
    color: #4a4a4a;
    padding-top: 0px;
    padding-bottom: 0;
    padding-right: 10px;
}
.pagination2>.active>a, .pagination2>.active>a:focus, .pagination2>.active>a:hover, .pagination2>.active>span, .pagination2>.active>span:focus, .pagination2>.active>span:hover {
    font-family: "Times-Roman";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    text-align: right;
    color: #4a4a4a;
    border: none;
    background-color: #fff;
    padding-bottom: 0;
    padding-top: 1px;
}
.pagination2>li>a, .pagination2>li>span {
    font-family: "MyriadProRegular";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    text-align: right;
    color: #4a4a4a;
    border: none;
    background-color: #fff;
    padding-bottom: 0;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
}
.pagination2>li:last-child>a, .pagination2>li:last-child>span {
    padding-top: 0px;
}
.pagination2>li>a:focus, .pagination2>li>a:hover, .pagination2>li>span:focus, .pagination2>li>span:hover {
    background-color: transparent;
}

#userModal .checkbox input[type=checkbox]{
	margin-top: 2px;
}

#userModal .modal-footer{
	text-align: left;
}

.footer-name i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	background: url('/UserFiles/ico/5.png') center center no-repeat;
	background-size: 100% auto;
}

.footer-adress i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	background: url('/UserFiles/ico/4.png') center center no-repeat;
	background-size: 100% auto;
}

.footer-tel i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	background: url('/UserFiles/ico/3.png') center center no-repeat;
	background-size: 100% auto;
}

.footer-tel2 i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	background: url('/UserFiles/ico/1.png') center center no-repeat;
	background-size: 100% auto;
}

.footer-email i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	background: url('/UserFiles/ico/2.png') center center no-repeat;
	background-size: 100% auto;
}

.footer-contact ul li{
	margin-bottom: 5px;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #95D300;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 1px 5px;
    background-color: #95D300;
}

#main-menu .glyphicon-phone:before {
    content: "";
	background: url('/UserFiles/ico/1.png') center center no-repeat;
	background-size: 100% 100%;
	width: 24px;
	height: 24px;
	display: block;
}

#main-menu .glyphicon {
	top: 0;
	vertical-align: top;
}
#main-menu a.navbar-reg {
    color: #000;
}
#main-menu a.logo {
    width: 130px;
    padding: 14px 15px;
    box-sizing: border-box;
    float: right;
}

#main-menu a.logo img{
	max-width: 100%;
}

p img{
	max-width: 100%;
	height: auto !important;
}

.carousel-indicators {
    bottom: 0;
    position: relative;
    padding: 20px 0;
}
.mobile-phone{
	display: none;
}
#mobilefooter{
	display: none;
}

#subscribe{
	display: none;
}
@media (max-width: 768px), (orientation: portrait){
.mobile-phone{
	display: block;
	text-align: center;
	padding: 0 0 15px ;
	font-weight: bold;
	font-size: 22px;
}
.mobile-phone a{
	color: #000;
}
#main-menu a.comment{
	color: #000;
	font-size: 24px;
}
div[class^="call_window_"]{
	display: none !important;
}
#jivo-iframe-container{
	display: none !important;
}
.hidexs{
	display: none !important;
}
#mobilefooter{
	display: block;
}

#mobilefooter ul.main-navbar-footer{
	list-style: none;
	margin: 15px 0;
	padding: 0;
}

#mobilefooter ul.main-navbar-footer li{
	margin-bottom: 0;
	text-align: center;
}
#mobilefooter ul.main-navbar-footer li a{
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mobilefooter ul{
	list-style: none;
	margin: 15px 0;
	padding: 0;
}

#mobilefooter ul li{
	margin-bottom: 10px;
}
#mobilefooter ul li a{
	color: #000;
}
#mobilefooter .socials .title{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
	
}
#mobilefooter .socials{
	text-align: center;
	margin-bottom: 10px;
}

#mobilefooter .footcatalog{
	background-color: #ccc;
	padding: 10px 0;
}
#mobilefooter .footcatalog ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#mobilefooter .footcatalog ul li{
	margin-bottom: 10px;
	text-align: center;
}
#mobilefooter .footcatalog ul li a{
	color: #000;
}


#subscribe{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px auto;
	width: 300px;
	height: 562px;
	max-width: 100%;
	background: url('/UserFiles/subs/subscribe.jpg') center center no-repeat;
	background-size: 100% 100%;
}
#subscribe .input{
	margin-bottom: 20px;
}

#subscribe .input input{
	background: url('/UserFiles/subs/input.jpg') center center no-repeat;
	width: 100%;
	height: 45px;
	background-size: 100% 100%;
	border: none;
	text-align: center;
	color: #000;
}

#subscribe .button button{
	background: url('/UserFiles/subs/button.jpg') center center no-repeat;
	width: 100%;
	height: 60px;
	background-size: 100% 100%;
	border: none;
}

#subscribe form{
	width: 230px;
	max-width: 100%;
	margin: 80px auto 0;
}

}


 .socauth a{
	 font-size: 26px;
	 margin-right: 5px;
 }
 
 .dn{
	 width: 1px;
	 height: 1px;
	 opacity: 0;
	 position: absolute;
	 top: 0;
	 left: 0;
 }
 
 
@media (orientation: portrait) and (min-width: 767px){
	.visible-xs {
		display: block !important;
	}
	.hidden-xs {
    display: none !important;
}
.visible-sm:not(.navbar-fixed-bottom) {
    display: none !important;
}
.navbar-fixed-bottom{
	display: block;
}
.navbar-toggle {
		display: block !important;
}
.collapse {
    display: none;
	
}
.col-sm-3 {
    width: auto;
	float: none;
}
.col-sm-9 {
    width: auto;
	float: none;
}
.navbar-header {
    float: none;
}
.container {
    width: 80vw;
}
.container.slider-wrapper > .slider .carousel-inner > .item > a > img, .container.slider-wrapper > .slider .carousel-inner > .item > img{
	width: 100%;
}

div[class^="call_window_"]{
	display: none !important;
}
#jivo-iframe-container{
	display: none !important;
}
.hidexs{
	display: none !important;
}
#mobilefooter{
	display: block;
}

#mobilefooter ul.main-navbar-footer{
	list-style: none;
	margin: 15px 0;
	padding: 0;
}

#mobilefooter ul.main-navbar-footer li{
	margin-bottom: 0;
	text-align: center;
}
#mobilefooter ul.main-navbar-footer li a{
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mobilefooter ul{
	list-style: none;
	margin: 15px 0;
	padding: 0;
}

#mobilefooter ul li{
	margin-bottom: 10px;
}
#mobilefooter ul li a{
	color: #000;
}
#mobilefooter .socials .title{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
	
}
#mobilefooter .socials{
	text-align: center;
	margin-bottom: 10px;
}

#mobilefooter .footcatalog{
	background-color: #ccc;
	padding: 10px 0;
}
#mobilefooter .footcatalog ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#mobilefooter .footcatalog ul li{
	margin-bottom: 10px;
	text-align: center;
}
#mobilefooter .footcatalog ul li a{
	color: #000;
}
}

#addComment{
	padding: 30px 0;
}

#addComment .buttons{
	padding: 10px 0;
	text-align: left;
}

#addComment .username{
	font-size: 16px;
}

.comment h4{
	font-size: 18px;
	font-family: "MyriadProCondRegular";
}

.comment{
	font-size: 18px;
	padding-bottom: 20px;
}

.comment .comments-raiting-wrapper{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.btn-success{
	background-color: #41A62A;
}

.compare-list{
	overflow: auto;
}
.compare-list img{
	max-width: 200px;
}

.bx-pager-big .slick-prev,.bx-pager-big .slick-next {
    transition: 0s;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    -z-index: 9999;
    z-index: 9999;
}
.bx-pager-big .slick-prev {
    left: 10px;
    background: url(css/images/controls.png) no-repeat 0 -32px;
}
.bx-pager-big .slick-next {
    right: 10px;
    background: url(css/images/controls.png) no-repeat -43px -32px;
}
.bx-pager-big .slick-prev:hover {
    left: 10px;
    background: url(css/images/controls.png) no-repeat 0 -32px;
}
.bx-pager-big .slick-next:hover {
    right: 10px;
    background: url(css/images/controls.png) no-repeat -43px -32px;
}

.bx-pager-big .slick-prev:before,.bx-pager-big .slick-next:before{
	display: none;
}

.bx-pager-big .slick-slide img{
	height: 150px !important;
	width: 150px !important;
	display: block;
}

.bx-pager-big{
	padding: 15px 0;
	display: flex;
}

.bx-pager-big a{
	display: block;
	max-width: 100px;
}

.bx-pager-big a img{
	display: block;
	max-width: 100%;
}

.bx-pager{
	padding: 15px 0;
	display: flex;
}

.bx-pager a{
	display: block;
	max-width: 100px;
}

.bx-pager a img{
	display: block;
	max-width: 100%;
}

.bx-pager .slick-prev,.bx-pager .slick-next {
    transition: 0s;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    -z-index: 9999;
    z-index: 9999;
}
.bx-pager .slick-prev {
    left: 10px;
    background: url(css/images/controls.png) no-repeat 0 -32px;
}
.bx-pager .slick-next {
    right: 10px;
    background: url(css/images/controls.png) no-repeat -43px -32px;
}
.bx-pager .slick-prev:hover {
    left: 10px;
    background: url(css/images/controls.png) no-repeat 0 -32px;
}
.bx-pager .slick-next:hover {
    right: 10px;
    background: url(css/images/controls.png) no-repeat -43px -32px;
}

.bx-pager .slick-prev:before,.bx-pager .slick-next:before{
	display: none;
}

.bx-pager .slick-slide img{
	height: 150px !important;
	width: 150px !important;
	display: block;
}

#brand-list{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

#brand-list a{
	width: 150px;
	text-align: center;
	margin: 20px 10px 20px 0;
}

#brand-list a img{
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
}

.partners-slider a.swiper-slide .image{
	height: 85px;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}


@media (max-width: 400px) {
	#main-menu a.logo {
		width: 110px;
		padding: 18px 15px;
		box-sizing: border-box;
		float: right;
	}
}
@media (max-width: 375px) {
	.navbar-brand,#main-menu a.navbar-reg {
		padding: 15px 5px;
	}
	#main-menu a.logo {
		width: 100px;
		padding: 14px 5px;
		box-sizing: border-box;
		float: right;
	}
}

.err404{
	width: 500px;	
	font-size: 30px;
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}

.err404 img{
	max-width: 100%;
	position: relative;
	z-index: 1;
	display: block;
}

.err404 a{
	color: #000;
}

.err404 a.lnk1 {
  position: absolute;
  top: 42%;
  right: 22%;
  z-index: 2;
}

.err404 a.lnk2 {
  position: absolute;
  top:52%;
  right: 22%;
  z-index: 2;
}


@media (max-width: 500px) {
.err404{
	font-size: 20px;
}
}

#main-carousel .carousel-control{
	display: none;
}

.promo-label{
	clear: both;
	font-size: 12px;
	color: #4a4a4a;
	border: none;
  outline: none;
  box-shadow: none;
  border-radius: 6px;
  background-color: #dffbf3;
  padding: 5px 27px;
  text-align: center;
  margin-top: 10px;
}