/** Fonts style start **/
    /** 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: "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;
    }
/** Fonts style end **/

/** 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: #4a4a4a;
        font-size: 14px;
        font-family: 'ArialMT', sans-serif;
        line-height: normal;
    }
    :focus {
        outline: none;
    }
    a{
        -color:#ff8b03;
    }
    a:hover, 
    a:focus{
        -color:#ff7e00;
        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;
    }
    .page-header {
        border-color: #8c8f92;
        font-family: "ArialMT";
        font-size: 17px;
        text-align: center;
        color: #7e0208;
    }
    .page-header h2 {
        font-family: "ArialMT";
        font-size: 17px;
        text-align: center;
        color: #7e0208;
    }
    .main-heading{
        font-size:24px;
    }
    .main-heading span{
        font-size:18px;
        color:#3bc6e4;
    }
    .main-heading2{
        font-size:24px;
    }
    .sub-heading{
        font-size:24px;
        padding:10px 0;
    }
    .header-top li, 
    .header-top .btn-link, 
    #main-menu.navbar, 
    #search .input-group .form-control, 
    #cart .btn, 
    .dropdown-menu, 
    .product-head, 
    .product-col .caption h4, 
    .product-col .price, 
    .product-col .btn-cart, 
    .breadcrumb, 
    .side-heading, 
    .list-group-item, 
    .product-filter, 
    .pagination, 
    .product-info .product-details, 
    .tabs-panel .nav-tabs{
        font-family: 'Roboto Condensed', sans-serif;
    }
    hr{
        border-color:#909090;
        border-style:solid;
    }
    .wrapper-fix:after {
        content: "";
        display: table;
        clear: both;
    }
    @-webkit-keyframes fadeIn{
        0%{opacity:0}to{opacity:1}}
        @keyframes fadeIn{0%{opacity:0}to{opacity:1}
    }
    .fadeIn{
        -webkit-animation-name:fadeIn;
        animation-name:fadeIn
    }
    .animated{
        -webkit-animation-duration:1s;
        animation-duration:1s;
        -webkit-animation-fill-mode:both;
        animation-fill-mode:both
    }
    @media (min-width: 1200px) {
        .container {
            padding: 0;
        }
    }
/** Standard Styles End **/

/** Header Styles Start **/
    header {
        position: relative;
    }
    header:before {
        content: "";
        width: 100%;
        height: 279px;
        background-image: url(./images/header-bg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 279px;
        top: 32px;
        left: 0;
        position: absolute;
        display: block;
    }
    .header-top {
        background-color: #af0323;
        position: fixed;
        width: 100%;
        z-index: 3;
    }
    .header-top a {
        font-family: "ArialMT";
        font-size: 12px;
        line-height: normal;
        color: #fff;
        opacity: 0.8;
        -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;
    }
    .header-top a#cartlink {
        overflow: hidden;
        white-space: nowrap;
    }
    .header-top a:hover {
        opacity: 1;
    }
    .header-user-wrapper,
    .header-nav {
        list-style-type: none;
    }
    .header-user-wrapper {
        padding: 10px 0 0 0;
    }
    .header-nav {
        padding: 12px 0 0 0;
        float: right;
    }
    #search_form {
        padding: 12px 0 0 0;
        margin: 0;
        box-shadow: none;
    }
    #search_form .input-group {
        vertical-align: baseline;
    }
    #search_form #search {
        height: auto;
        font-family: "ArialMT";
        font-size: 12px;
        line-height: normal;
        padding-left: 38px;
        padding-top: 0;
        padding-bottom: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.63);
        border-top: none;
        border-right: none;
        border-bottom: none;
        border-radius: 0px !important;
        outline: none;
        box-shadow: none;
        background-color: transparent;
        color: #fff;
    }
    input[type="search"]::-webkit-input-placeholder {
        font-family: "ArialMT";
        color: #fff;
        font-size: 12px;
        opacity: 0.8;
    } 
    input[type="search"]::-moz-placeholder {
        font-family: "ArialMT";
        color: #fff;
        font-size: 12px;
        opacity: 0.8;
    }
    input#search-middle[type="search"]::-webkit-input-placeholder {
        font-family: "ArialMT";
        color: black;
        font-size: 12px;
        opacity: 0.8;
    } 
    input#search-middle[type="search"]::-moz-placeholder {
        font-family: "ArialMT";
        color: black;
        font-size: 12px;
        opacity: 0.8;
    }
    .header-nav li {
        display: inline-block;
    }
    .header-wishlist-link,
    .header-compare-link {
        width: 13px;
        height: 13px;
        display: block;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 13px 13px;
    }
    .header-wishlist-link {
        margin-right: 26px;
        background-image: url(./images/wishlist-icon.png);
    }
    .header-compare-link {
        background-image: url(./images/compare-icon.png);
    }
    .wishlistcount,
    #numcompare {
        font-size: 9px;
        font-weight: bold;
        color: #fff;
        display: block;
        position: absolute;
        right: -7px;
        top: -4px;
    }
    #cart {
        padding-top: 12px;
        padding-left: 10px;
        height: 40px;
    }
    .header-top .table.hcart a {
        color: #000;
    }
    #cartlink .fa.fa-shopping-cart {
        font-size: 16px;
        margin-right: 15px;
	
    }
    .header-bottom {
        padding-top: 58px;
        padding-bottom: 15px;
    }
    .header-bottom .header-contact {
        font-family: "ArialMT";
        font-size: 14px;
        font-weight: normal;
        color: #4a4a4a;
        padding-top: 24px;
        padding-left: 23px;
        width: 265px;
        margin: 0 auto;
        position: relative;
    }
    .header-bottom .header-contact .fa-phone {
        font-size: 20px;
        color: #890f15;
        position: absolute;
        top: 37px;
        left: 0;
        -webkit-transform: rotate(21deg);
        transform: rotate(21deg);
    }
    .header-bottom .header-contact span {
        font-size: 16px;
        font-weight: bold;
        padding-left: 5px;
    }
    .header-bottom .header-contact .header-contact-sales-departament {
        padding-bottom: 7px;
    }
    .header-bottom .header-contact .header-contact-sales-departament span {
        padding-left: 27px;
    }
    .header-bottom .header-business-hours {
        font-family: "ArialMT";
        font-size: 12px;
        color: #4a4a4a;
        padding-top: 21px;
        padding-left: 29px;
        width: 135px;
        margin: 0 auto;
        position: relative;
    }
    .header-bottom .header-business-hours .fa-bullseye {
        font-size: 20px;
        position: absolute;
        top: 35px;
        left: 0;
        color: #890f15;
    }
    .header-bottom .header-business-hours .header-business-hours-text.top {
        padding-bottom: 3px;
        line-height: 16px;
    }
    .header-bottom .header-sale-price {
        width: 118px;
        margin: 0 auto;
        padding-top: 28px;
    }
    .header-bottom .header-sale-price a {
        font-family: "ArialMT";
        font-size: 13px;
        color: #890f15;
        padding-left: 23px;
        display: block;
        position: relative;
    }
    .header-bottom .header-sale-price .fa-info {
        font-size: 20px;
        color: #890f15;
        top: 7px;
        left: 0;
        position: absolute;
    }
    .header-bottom .header-sale-price a .top {
        padding-bottom: 4px;
        display: block;
    }
/** Header Styles End **/

/** Main Nav Menu Style Start **/
    #main-menu {
        position: relative;
        z-index: 1;
    }
    #main-menu.navbar.navbar-fixed-top {
        position: fixed;
        z-index: 1030;
    }
    #main-menu .main-navbar-top a {
        font-family: "ArialMT";
        font-size: 14px;
        color: #4a4a4a;
        line-height: normal;
        text-transform: uppercase;    
        -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;
    }
    #main-menu .main-navbar-top a:hover {
        color: #7e0208;
    }
    @media (min-width: 992px) {
        #main-menu {
            border-radius: 0px;
            min-height: 38px;
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.26);
            background-color: rgba(255, 255, 255, 0.0);
            border: none;
            margin-bottom: 0;
        }
        #main-menu.navbar-fixed-top {
            border-radius: 0px;
            min-height: 38px;
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.26);
            background-color: rgba(232, 232, 237, 1);
            border: none;
            margin-bottom: 18px;
        }
        #main-menu .main-navbar-top {
            
            width: 100%;
        }
        #main-menu .main-navbar-top li {
            
        }
        #main-menu .main-navbar-top a {  
            padding-top: 9px;
            padding-bottom: 13px;
            text-align: center;
        }
    }
/** Main Nav Menu Style End **/

/** Sidebar Style Start **/
    .sidebar-nav {
        padding: 0;
        list-style-type: none;
        border-radius: 4px;
        background-color: #ffffff;
        border: dotted 1px #979797;
        padding-top: 0px;
        padding-bottom: 1px;
    }
    .sidebar-nav a.list-group-item {
        border: none;
    }
    .sidebar-nav span.list-group-item.active {
        background-color: #af0323;
        border: none;
        z-index: 1;
    }
    .sidebar-nav a {
        font-family: "ArialMT";
        font-size: 12px;
        color: #4a4a4a;
        text-transform: uppercase;
        line-height: normal;
        display: block;
        padding-top: 9px;
        padding-bottom: 9px;
        padding-left: 12px;
        padding-right: 9px;
        -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 a:hover {
        color: #7e0208;
        background-color: rgba(232, 232, 237, 0.5);
    }
    .sidebar-nav-dropdown-menu {
        display: none;
    }
    .sidebar-nav-shop-page .sidebar-nav-dropdown-menu {
        padding: 0;
        list-style-type: none;
        background-color: rgba(232, 232, 237, 0.5);
        padding-bottom: 5px;
    }
    .sidebar-nav-shop-page .sidebar-nav-dropdown-menu.active {
        display: block;
    }
    .sidebar-nav-shop-page li {
        background-color: #fff;
    }
    .sidebar-nav-shop-page > li.active > a {
        color: #7e0208;
        background-color: rgba(232, 232, 237, 0.5);
    }
    .sidebar-nav-shop-page > li > a.active {
        color: #7e0208;
        background-color: rgba(232, 232, 237, 0.5);
    }
    .sidebar-nav-shop-page .sidebar-nav-dropdown-menu a {
        padding-left: 32px;
        color: rgba(74, 74, 74, 0.7);
        background-color: rgba(232, 232, 237, 0.5);
    }
    .sidebar-nav-shop-page .sidebar-nav-dropdown-menu a:hover {
        color: #7e0208;
    }
    .sidebar-nav-shop-page .sidebar-nav-dropdown-menu li.active a {
        color: #7e0208;
    }
    .panel.panel-default.banner {
        padding-right: 0;
        padding-left: 0;
    }
    .sidebar-news-list {
        margin-top: 25px;
        margin-bottom: 15px;
        padding-top: 11px;
        background-color: rgba(202, 131, 98, 0.2);
    }
    .sidebar-news-list .caption {
        margin-bottom: 20px;
    }
    .sidebar-news-list .caption .description h4 {
        margin: 0;
    }
    .sidebar-news-list .caption .description code {
        font-family: "ArialMT";
        font-size: 10px;
        color: #b1b1b5;
        margin-top: 6px;
        padding: 0;
        background-color: transparent;
    }
    .sidebar-news-list .caption .description h4 a {
        font-family: "ArialMT";
        font-size: 12px;
        color: #4a4a4a;
        display: block;
        position: relative;
        -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-news-list .caption .description h4 a:hover {
        color: #740011;
    }
    .sidebar-nav-main-page > li {
        position: relative;
    }
    .sidebar-nav-main-page > li .sidebar-nav-dropdown-menu {
        width: 100%;
        left: 100%;
        margin-left: -1px;
        top: 0;
        display: none;
        position: absolute;
        list-style-type: none;
        background-color: #fff;
        z-index: 3;
        padding: 0;
    }
    .sidebar-nav-main-page > li .sidebar-nav-dropdown-menu li {

    }
    .sidebar-nav-main-page > li:hover .sidebar-nav-dropdown-menu {
        display: block;
    }
    .sidebar-nav-main-page > li:hover a {
        color: #7e0208;
        background-color: rgba(232, 232, 237, 0.5)
    }
    .sidebar-nav-main-page > li .sidebar-nav-dropdown-menu a {
        color: rgba(74, 74, 74, 0.7);
        background-color: rgba(232, 232, 237, 1);
    }
    .sidebar-nav-main-page > li .sidebar-nav-dropdown-menu a:hover {
        color: #69000a;
    }
    #sidebar-right {
        display: none;
    }
    #vk_groups {
        margin-bottom: 15px;
    }
    .left-menu-banner img {
        max-width: 100%;
    }
/** Sidebar Style End **/

/** Slider Main Page Style Start **/
    #main-carousel .carousel-control {
        display: none;
    }
/** Slider Main Page Style End **/

/** Slider Product Style Start **/
    .product-list-slider {
        margin-top: 19px;
        margin-left: -3px;
        margin-right: -2px;
    }
    h2.swiper-title {
        font-family: "ArialMT";
        font-size: 16px;
        font-style: italic;
        color: #f88303;
        text-align: center;
        text-transform: uppercase;
        margin-top: 0;
        margin-left: 3px;
        margin-right: 2px;
        margin-bottom: 0;
        padding: 0;
        border: none;
        position: relative;
    }
    h2.swiper-title:before {
        content: "";
        width: 100%;
        height: 1px;
        border-bottom: dotted 1px #d8d8d8;
        top: 7px;
        left: 0;
        position: absolute;
    }
    h2.swiper-title span {
        background-color: #fff;
        padding-left: 15px;
        padding-right: 15px;
        display: inline-block;
        position: relative;
    }
    h2.swiper-title span.red {
        color: #ef1311;
    }
    .product-list-slider .swiper-container {
        padding-top: 13px;
        padding-right: 3px;
        background-color: transparent;
    }
    .swiper-container.news-slider .swiper-wrapper,
    .swiper-container.sale-slider .swiper-wrapper {
        display: block;
    }
    .swiper-container.news-slider.swiper-container-horizontal .swiper-wrapper,
    .swiper-container.sale-slider.swiper-container-horizontal .swiper-wrapper {
        display: flex;
    }
    .swiper-slider-wrapper {
        position: relative;
    }
    .swiper-container.news-slider .product-col-wrapper,
    .swiper-container.sale-slider .product-col-wrapper {
        padding-left: 3px;
        padding-right: 3px;
        margin-bottom: 15px;
    }
    .swiper-container.news-slider .product-col,
    .swiper-container.sale-slider .product-col {
        margin-top: 9px;
        margin-left: -1px;
        margin-bottom: 0px;
        padding-bottom: 36px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 4px;
        border: dotted 1px #d8d8d8;
        border-bottom: none;
        position: relative;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .swiper-container.news-slider .product-col:hover,
    .swiper-container.sale-slider .product-col:hover {
        box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
    }
    .swiper-container.news-slider.swiper-container-horizontal .product-col:hover,
    .swiper-container.sale-slider.swiper-container-horizontal .product-col:hover {
        box-shadow: none;
    }
    .swiper-container.news-slider.swiper-container-horizontal .swiper-wrapper .product-col-wrapper:first-child,
    .swiper-container.sale-slider.swiper-container-horizontal .swiper-wrapper .product-col-wrapper:first-child,
    .swiper-container.odnotip-slider .swiper-wrapper .product-col-wrapper:first-child {
        margin-left: 3px;
    }
    .swiper-container.sale-slider.swiper-container-horizontal .product-col,
    .swiper-container.news-slider.swiper-container-horizontal .product-col {
        margin-top: 0;
        margin-left: 0; 
        margin-bottom: 0px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        border-radius: 0px; 
        border: none; 
        border-bottom: none; 
        position: initial;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition:none;
    }
    .swiper-container.sale-slider.swiper-container-horizontal .product-col-wrapper,
    .swiper-container.news-slider.swiper-container-horizontal .product-col-wrapper {
        margin-top: 9px;
        margin-left: -1px;
        margin-bottom: 25px;
        padding-bottom: 36px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 4px;
        border: dotted 1px #d8d8d8;
        border-bottom: none;
        position: relative;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .swiper-container.news-slider.swiper-container-horizontal .product-col-wrapper:hover,
    .swiper-container.sale-slider.swiper-container-horizontal .product-col-wrapper:hover{
        box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
    }
    .product-col-wrapper .product-img-centr {
        height: 110px;
        line-height: 108px;
        margin-top: 8px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .product-col-wrapper .sale-icon-content span {
        top: 9px;
        display: block;
        position: absolute;
    }
    .sale-icon-content {
        font-family: "ArialMT";
        font-size: 10px;
        font-style: italic;
        line-height: normal;
    }
    .sale-icon-content span {
        padding-left: 15px;
    }
    .sale-icon-content span:before {
        position: absolute;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
    }
    .sale-icon-content span.sale-icon {
        color: #ef1311;
        left: 6px;
    }
    .sale-icon-content span.sale-icon:before {
        content: "";
        width: 13px;
        height: 14px;
        background-image: url(./images/sale-icon.png);
        background-size: 6px 12px;
        left: 0;
        top: -1px;
    }
    .sale-icon-content span.newtip-icon {
        color: #f88303;
        right: 6px;
    }
    .sale-icon-content span.newtip-icon:before {
        content: "";
        width: 13px;
        height: 14px;
        background-image: url(./images/newtip-icon.png);
        background-size: 10px 10px;
        top: -1px;
        left: 0;
    }
    .product-img-centr img {
        max-width: 145px;
        max-height: 100%;
        display: inline-block;
    }
    .product-img-centr a {
        height: 110px;
        display: block;
    }
    .product-col-wrapper .caption {
        margin-top: 20px;
        margin-bottom: 10px;
        height: 44px;
        overflow: hidden;
    }
    .product-col-wrapper .caption.product-list-caption {
        height: auto;
    }
    .product-col-wrapper .caption h4 {
        margin: 0;
    }
    .product-col-wrapper .caption h4 a {
        font-family: "ArialMT";
        font-size: 12px;
        color: #4a4a4a;
        line-height: normal;
        font-weight: normal;
        display: block;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .product-col-wrapper .caption h4 a:hover {
        color: #890f15;
    }
    .product-col-wrapper .price {
        height: 26px;
        font-family: "ArialMT";
    }
    .product-col-wrapper .price .price-new,
    .product-col-wrapper .price .product-sklad {
        width: 50%;
        display: block;
        float: left;
    }
    .product-col-wrapper .price .price-new {
        font-size: 16px;
        font-weight: bold;
        color: #4a4a4a;
    }
    .product-col-wrapper .price .product-sklad {
        font-size: 12px;
        color: #73c01e;
        margin-top: 3px;
        text-align: right;
    }
    .product-col-wrapper .price .product-sklad .product-sklad-text {
        display: none;
    }
    .product-col-wrapper .price .product-sklad .icon {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 3px;
        font-size: 13px;
    }
    .product-col-wrapper .price .product-sklad .icon:before {
        content: "\f012";
    }
    .product-col-wrapper .addToCartList,
    .product-col-wrapper .addToCartList.btn-success,
    .product-col-wrapper .btn-notify {
        font-family: "ArialMT";
        font-size: 12px;
        color: #4a4a4a;
        width: 100%;
        border: none;
        box-shadow: none;
        outline: none;
        background-color: #fff;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .template-product-list.products-list .product-col-wrapper .addToCartList {
        text-transform: uppercase;
    }

    .product-col-wrapper .addToCartList i {
        padding-right: 5px;
        font-size: 14px;
    }
    .product-col-wrapper .addToCartList:hover,
    .product-col-wrapper .btn-notify:hover {
        color: #32CD32;
    }

    .product-col-wrapper .button-group {
        width:100%;
        height: 36px;
        left: 0;
        bottom: 0;
        position: absolute;
    }
    .product-col-wrapper .button-group .btn {
        width: 50%;
        line-height: 35px;
        padding: 0;
        font-family: "ArialMT";
        font-size: 10px;
        color: #585656;
        display: block;
        float: left;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: dotted 1px #d8d8d8;
        outline: none;
        position: relative;
        background-color: rgba(215, 215, 215, 0.14);
        opacity: 0.8;
    }
    .product-col-wrapper .button-group .btn:hover {
        opacity: 1;
    }
    .product-col-wrapper .button-group .btn.addToCompareList {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .product-col-wrapper .button-group .btn.addToWishList {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 4px;
    }
    .product-col-wrapper .button-group .btn.addToCompareList:before,
    .product-col-wrapper .button-group .btn.addToWishList:before {
        content: "";
        width: 11px;
        height: 11px;
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;
        position: absolute;
        top: 50%;
        margin-top: -7px;
        left: 14px;
    }
    .product-col-wrapper .button-group .btn.addToWishList:before {
        left: 8px;
    }    
    .template-product-list.products-list .col-md-6.product-col-wrapper .button-group .btn.addToCompareList:before {
        left: 40px;
    }
    .template-product-list.products-list .col-md-6.product-col-wrapper .button-group .btn.addToWishList:before {
        left: 34px;
    }
    .product-col-wrapper .button-group .btn.addToCompareList:before {
        background-image: url(./images/compare-product-icon.png);
    }
    .product-col-wrapper .button-group .btn.addToWishList:before {
        background-image: url(./images/wishlist-product-icon.png);
    }
    .product-list-slider .swiper-button-prev-block,
    .product-list-slider .swiper-button-next-block {
        display: none;
    }
/** Slider Product Style End **/

/** Main Page Style Start **/
    .page-header-main-page h2 {
        margin: 0;
        font-family: "ArialMT";
        font-size: 16px;
        color: #4a4a4a;
        text-transform: uppercase;
    }
    .text-main-page {
        margin-top: 10px;
        font-family: "ArialMT";
        font-size: 13px;
        color: #4a4a4a;
        font-weight: normal;
    }
    .search-middle-wrapper #search_form {
        padding-top: 0;
    }
    .search-middle-wrapper .input-group {
        display: block;
        float: none;
        margin-bottom: 8px;
    }
    .search-middle-wrapper .input-group input {
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }
/** Main Page Style End **/

/** Brands Slider Style Start **/
    .brands-slider-wrapper {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-top: 16px;
        padding-bottom: 16px;
        border: dotted 1px #d6d6d9;
    }
    .brands-slider a.swiper-slide {
        width: auto !important;
        height: auto !important;
        margin-left: 15px;
        margin-right: 15px;
    }
    .brands-slider-wrapper .swiper-button-next,
    .brands-slider-wrapper .swiper-button-prev {
        background-image: none;
        width: 13px;
        height: 36px;
        font-size: 36px;
        margin-top: -24px;
    }
/** Brands Slider Style End **/

/** Product List Style Start**/
    .template-product-list.products-list {
        padding-left: 12px;
        padding-right: 12px;
    }
    .template-product-list.products-list .product-col-wrapper {
        margin-top: 9px;
        margin-left: 0;
        padding-left: 3px;
        padding-right: 3px;
        margin-bottom: 0;
        padding-bottom: 0;
        border-radius: 0;
        border: none;
        position: initial;
        transition: none;
    }
    .template-product-list.products-list .product-col-wrapper:hover {
        box-shadow: none;
    }
    .template-product-list.products-list .product-col {
        margin-top: 9px;
        margin-left: -1px;
        margin-bottom: 0px;
        padding-bottom: 36px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 4px;
        border: dotted 1px #d8d8d8;
        border-bottom: none;
        position: relative;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .template-product-list.products-list .product-col:hover {
        box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
    }
    .template-product-list.products-list .product-col-wrapper.list {
        margin-top: 0;
    }
    .template-product-list.products-list .product-col.list {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px;
        border: dotted 1px #d8d8d8;
        display: table;
        width: 100%;
    }
    .template-product-list.products-list .product-col.list .image,
    .template-product-list.products-list .product-col.list .caption {
        display: table-cell;
        float: none;
        vertical-align: top;
    }
    .template-product-list.products-list .product-col.list .caption {
        padding-left: 10px;
        height: auto;
    }
    .template-product-list.products-list .product-col.list .image {
        width: 120px;
    }
    .template-product-list.products-list .product-col.list .image img {
        max-width: 100%;
    }
    .template-product-list.products-list .product-col.list .caption .button-group {
        position: relative;
    }
    .template-product-list.products-list .product-col.list h4 a {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .template-product-list.products-list .product-col.list .description {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .template-product-list.products-list .product-col.list .price {
        height: auto;
    }
    .template-product-list.products-list .product-col.list .price .price-new,
    .template-product-list.products-list .product-col.list .price .product-sklad {
        display: block;
        width: 100%;
    }
    .template-product-list.products-list .product-col.list .price .price-old {
        text-decoration: line-through;
        font-family: "ArialMT";
        font-size: 14px;
        color: #9b9b9b;
    }
    .template-product-list.products-list .product-col.list .addToCartList, 
    .template-product-list.products-list .product-col.list .addToCartList.btn-success {
        width: auto;
        border-radius: 0px;
    }
    .template-product-list.products-list .product-col.list .cart-button .addToWishList,
    .template-product-list.products-list .product-col.list .cart-button .addToCompareList {
        font-family: "ArialMT";
        font-size: 10px;
        color: #4a4a4a;
        position: relative;
        padding-left: 25px;
        opacity: 0.8;
    }
    .template-product-list.products-list .product-col.list .cart-button .addToWishList:hover,
    .template-product-list.products-list .product-col.list .cart-button .addToCompareList:hover {
        opacity: 1;
    }
    .template-product-list.products-list .product-col.list .cart-button .addToWishList:before,
    .template-product-list.products-list .product-col.list .cart-button .addToCompareList:before {
        content: "";
        width: 11px;
        height: 11px;
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;
        position: absolute;
        top: 50%;
        margin-top: -7px;
        left: 10px;
    }
    .template-product-list.products-list .product-col.list .cart-button .addToWishList:before {
        background-image: url(./images/wishlist-product-icon.png);
    }
    .template-product-list.products-list .product-col.list .cart-button .addToCompareList:before {
        background-image: url(./images/compare-product-icon.png);
    }
/** Product List Style End**/
    
/** Shop Page Style Start**/
    .main-container-wrapper {
        background-color: #fff;
        padding-top: 18px;
        position: relative;
    }
    .main-container-wrapper.main-page {
        background-color: transparent;
        padding-top: 18px;
        position: relative;
    }
    .main-container.shop-page {
        background-color: #fff;
    }
    .breadcrumb-wrap {
        border-bottom: solid 1px #e8e8ed;
    }
    .breadcrumb {
        padding-top: 6px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 15px;
        background-color: #fff;
        font-family: "MyriadProRegular";
        font-size: 14px;
        color: #5b5a5a;
        text-align: left;
        margin-bottom: -1px;
        float: left;
    }
    .breadcrumb a, .breadcrumb b {
        font-family: "MyriadProRegular";
        font-size: 14px;
        color: #5b5a5a;
        font-weight: normal;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .breadcrumb a:hover {
        color: #7e0208;
    }
    .breadcrumb>li+li:before {
        content: "»";
        color: #5b5a5a;
    }
    .main-heading2 {
        font-family: "ArialMT";
        font-size: 17px;
        color: #7e0208;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    #filter-well.product-filter {
        font-family: "ArialMT";
        font-size: 12px;
        color: #4a4a4a;
        margin-bottom: 10px;
    }
    #filter-well.product-filter .control-label{
        font-weight: normal;
    }
    #filter-well.product-filter .btn-sort {
        font-size: 20px;
        padding-top: 3px;
        padding-bottom: 2px;
        padding-left: 9px;
        padding-right: 8px;
        line-height: normal;
        border: none;
        outline: none;
        border-top-right-radius: 3px !important;
    	border-bottom-right-radius: 3px !important;
    }
    #filter-well.product-filter .btn-sort.fa {
        font-size: 13px;
        padding-top: 7px;
        padding-bottom: 8px;
        padding-right: 9px;
        border-radius: 3px;
        margin-left: 2px;
    }
    #filter-well.product-filter .btn-sort.active,
    #filter-well.product-filter .btn-sort:active {
        background-color: rgba(215, 215, 215, 0.47);
        box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.25);
    }
    #faset-filter-body h4,
    #price-filter-body h4,
    #items-filter-body h4 {
        font-family: "ArialMT";
        font-size: 12px;
        color: #4a4a4a;
    }
    #faset-filter-body .checkbox,
    #items-filter-body .checkbox {
        font-family: "ArialMT";
        font-size: 11px;
        color: #4a4a4a;
    }
    #faset-filter-body .checkbox .filter-item,
    #items-filter-body .checkbox .filter-item{
        display: inline-block;
        margin-top: 4px;
    }
    #price-filter-form,
    #price-filter-form .input-sm {
        font-family: "ArialMT";
        font-size: 12px;
        color: #4a4a4a;
    }
    .pagination {
        margin-bottom: 40px;
    }
    .pagination>li>a, .pagination>li>span {
        font-family: "ArialMT";
        border: none;
        line-height: normal;
        font-size: 14px;
        color: #4a4a4a;
        margin: 6px 12px;
        padding: 0;
    }
    .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
        border-color: transparent;
        background-color: transparent;
        color: #890f15;
    }
    .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
        border-color: transparent;
        background-color: transparent;
        color: #890f15;
    }
/** Shop Page Style End**/

    .foto {
        margin: 0 auto;
    }
    .foto img.imgOn, .foto img.imgOff {
        width: 90px;
    }

/** Product Page Style Start**/
    .product-page-wrapper .product-name {
        font-family: "ArialMT";
        font-size: 20px;
        font-weight: bold;
        color: #7e0208;
        margin-bottom: 20px;
        text-transform: uppercase;
        line-height: normal;
    }
    .product-page-wrapper #fotoload {
        position: relative;
    }
    .product-page-wrapper #fotoload .bx-wrapper {
        padding: 2px;
        border: dotted 1px #c6c6c6;
        text-align: center;
        margin-bottom: 20px;
    }
    .product-page-wrapper #fotoload .bx-pager {
        text-align: center;
    }
    .product-page-wrapper #fotoload .bx-pager img {
        max-width: 110px;
        padding: 10px;
        border: dotted 1px rgba(150, 150, 150, 0.51);
        border-radius: 0px;
        margin-right: 5px;
        margin-bottom: 10px;
        float: none;
    }
    .bx-wrapper .bx-prev {
        background-image: url(./images/icon_swiper_button_prev.png);
        background-position: center;
    }
    .bx-wrapper .bx-prev:hover,
    .bx-wrapper .bx-next:hover {
        background-position: center;
        opacity: 0.7;
    }
    .bx-wrapper .bx-next {
        background-image: url(./images/icon_swiper_button_next.png);
        background-position: center;
    }
    .product-page-wrapper #fotoload .sale-icon-content span.sale-icon,
    .product-page-wrapper #fotoload .sale-icon-content span.newtip-icon {
        font-family: "ArialMT";
        font-size: 16px;
        font-style: italic;
        top: 14px;
        position: absolute;
        z-index: 1;
    }
    .product-page-wrapper #fotoload .sale-icon-content span.newtip-icon {
        right: 17px;
        padding-left: 21px;
    }
    .product-page-wrapper #fotoload .sale-icon-content span.sale-icon {
        left: 17px;
        padding-left: 21px;
    }
    .product-page-wrapper #fotoload .sale-icon-content span.newtip-icon:before {
        width: 21px;
        height: 21px;
        background-size: 16px 16px;
        top: -3px;
    }
    .product-page-wrapper #fotoload .sale-icon-content span.sale-icon:before {
        width: 21px;
        height: 21px;
        background-size: 10px 18px;
        top: -1px;
    }
    .product-page-wrapper .product-art {
        font-family: "ArialMT";
        font-size: 13px;
        font-style: italic;
        color: #393939;
        float: left;
    }
    .product-page-wrapper .rating {
        float: right;
    }
    .product-page-wrapper .rating .fa {
        margin-right: 2px;
    }
    .product-page-wrapper .rating .fa-star-o {
        color: #808080;
    }
    .product-page-wrapper .rating .fa-star {
        color: #fdc02f;
    }
    .product-page-wrapper .product-details-bottom {
        margin-top: 40px;
    }
    .product-page-wrapper .vendor-disp-wrapper,
    .product-page-wrapper .vendor-disp-wrapper b,
    .product-page-wrapper .vendor-disp-wrapper a {
        font-family: "ArialMT";
        font-size: 13px;
        line-height: normal;
        font-weight: normal;
        color: #5b5a5a;
    }
    .product-page-wrapper .vendor-disp-wrapper table{
        display: none;
    }
    .product-page-wrapper .venrod-disp-list {
        padding: 0;
        list-style-type: none;
    }
    .product-page-wrapper .vendor-disp-list-item:first-child {
        border-top: solid 1px #e8e8ed;
    }
    .product-page-wrapper .vendor-disp-list-item {
        border-bottom: solid 1px #e8e8ed;
        padding-top: 6px;
        padding-bottom: 7px;
        opacity: 0.7;
    }
    .product-page-wrapper .vendor-disp-wrapper a:hover {
        color: #69000a;
    }
    .product-page-wrapper .product-sklad-wrapper {
        margin-top: 30px;
        font-family: "ArialMT";
        font-size: 15px;
        color: #84c839;
        margin-bottom: 10px;
        text-align: right;
    }
    .product-page-wrapper .product-sklad-wrapper .product-sklad-text {
        font-style: italic;
        float: left;
    }
    .product-page-wrapper .product-sklad-wrapper .icon {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 3px;
        font-size: 14px;
    }
    .product-page-wrapper .product-sklad-wrapper .icon:before {
        content: "\f012";
    }
    .product-page-wrapper .table-optionsDisp {
        margin-top: 15px;
    }
    .product-page-wrapper .product-details-bottom .options .main-heading2 {
        margin: 0;
    }
    .product-page-wrapper .product-info-radio {
        font-family: "ArialMT";
        font-size: 13px;
        line-height: normal;
        font-weight: normal;
        color: #5b5a5a;
    }
    .product-page-wrapper .price {
        
    }
    .product-page-wrapper .price-new-wrapper {
        font-family: "ArialMT";
        font-size: 29px;
        font-weight: bold;
        color: #69000a;
    }
    .product-page-wrapper .price-old-wrapper {
        font-family: "ArialMT";
        font-size: 17px;
        color: #9b9b9b;
        text-decoration: line-through
    }
    .product-page-wrapper select {
        border-radius: 4px;
        background-color: #ffffff;
        border: solid 1px #e5e5e5;
        border-radius: 0px;
        box-shadow: none;
        margin-bottom: 8px;
    }
    .product-page-wrapper .addToCartList,
    .product-page-wrapper .addToCartList.btn-success,
    .product-page-wrapper .addToCartListOption,
    .product-page-wrapper .addToCartListOption.btn-success,
    .product-page-wrapper.addToCartListParent,
    .product-page-wrapper.addToCartListParent.btn-success {
        background-color: #fff;
        outline: none;
        box-shadow: none;
        border: none;
        font-family: "ArialMT";
        font-size: 18px;
        color: #32CD32;
        text-transform: uppercase;
        margin-top: 10px;
        margin-bottom: 8px;
    }
    .product-page-wrapper .addToCartList .fa,
    .product-page-wrapper .addToCartListOption .fa,
    .product-page-wrapper.addToCartListParent .fa {
        font-size: 21px;
        padding-right: 10px;
    }
    .product-page-wrapper .addToWishList,
    .product-page-wrapper .addToCompareList {
        background-color: #fff;
        outline: none;
        box-shadow: none;
        border: none;
        font-family: "ArialMT";
        font-size: 15px;
        color: #585656;
        width: 50%;
        float: left;
        margin-top: 8px;
        margin-bottom: 8px;
        position: relative;
        padding-right: 0;
    }
    .product-page-wrapper .addToWishList:before,
    .product-page-wrapper .addToCompareList:before {
        content: "";
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
    }
    .product-page-wrapper .addToWishList:before {
    	width: 15px;
    	height: 15px;
        background-image: url(./images/wishlist-big-icon.png);
    	top: 8px;
    	left: 6px;
    }
    .product-page-wrapper .addToCompareList:before {
    	width: 17px;
    	height: 17px;
        background-image: url(./images/compare-big-icon.png);
    	top: 7px;
    	left: 2px;
    }
    .product-page-wrapper .banner-disp-wrapper img {
        max-width: 100%;
    }
    .product-page-wrapper .input-addToCartNum-wrapper {
        width: 74px;
        height: 36px;
        display: block;
        position: relative;
        margin-right: 11px;
        margin-top: 6px;
        margin-bottom: 10px;
    }
    .product-page-wrapper .input-addToCartNum-wrapper input {
        width: 72px;
        height: 34px;
        padding-left: 20px;
        border-radius: 4px;
        background-color: #ffffff;
        border: solid 1px #e5e5e5;
        font-family: "ArialMT";
        font-size: 14px;
        color: #2c3239;
    }
    .product-page-wrapper .input-addToCartNum-wrapper .plus,
    .product-page-wrapper .input-addToCartNum-wrapper .minus,
    .product-page-wrapper .input-addToCartNum-wrapper .plus:active,
    .product-page-wrapper .input-addToCartNum-wrapper .minus:active {
        width: 10px;
        height: 11px;
        padding: 0;
        right: 11px;
        background-color: #fff;
        position: absolute;
        font-size: 10px;
        color: #4a4a4a;
    }
    .product-page-wrapper .input-addToCartNum-wrapper .plus {
        top: 4px;
    }
    .product-page-wrapper .input-addToCartNum-wrapper .minus {
        bottom: 11px;
    }
    .product-page-tabpanel {
        margin-bottom: 15px;
    }
    .product-page-tabpanel .nav-tabs {
        border-bottom: solid 1px #e8e8ed;
        margin-bottom: 15px;
    }
    .product-page-tabpanel .nav-tabs>li {
        margin-bottom: 0;
    }
    .product-page-tabpanel .nav-tabs>li>a {
        font-family: "ArialMT";
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        color: #979797;
        border: none;
        margin-right: 15px;
    }
    .product-page-tabpanel .nav-tabs>li.active>a, 
    .product-page-tabpanel .nav-tabs>li.active>a:focus, 
    .product-page-tabpanel .nav-tabs>li.active>a:hover {
        color: #7e0208;
        border: none;
    }
    .product-page-tabpanel .tab-content {
        font-family: "ArialMT";
        font-size: 13px;
        color: #4a4a4a;
        padding-left: 15px;
    }
    .banner-disp-wrapper .col-sx-12.col-sm-6.col-md-6.left {
        padding-right: 10px;
        padding-left: 0;
    }
    .banner-disp-wrapper .col-sx-12.col-sm-6.col-md-6.right {
        padding-left: 10px;
        padding-right: 0;
    }
    #deliveryModal .modal-header,
    #guaranteeModal .modal-header {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 14px;
    }
/** Product Page Style End**/

/** Footer Style Start**/
    footer {
        background-color: rgba(232, 232, 237, 0.6);
    }
    #footer-area {
        position: relative;
        margin-top: 15px;
    }
    .footer-links {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footer-links ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .footer-links, .footer-links li, .footer-links li a {
        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;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .footer-links li {
        line-height: 18px;
    }
    .footer-links li a:hover {
        color: #7e0208;
    }
    .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: 15px;
    }
    .foote-social-wrapper {
        text-align: center;
        margin-top: 40px;
    }
    .footer-social-link {
        width: 27px;
        height: 23px;
        margin-right: 25px;
        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);
    }
    .copyright {
        height: 41px;
        background-color: #890f15;;
        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(255, 255, 255, 0.64);
    }
    .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(255, 255, 255, 0.64);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .copyright a:hover {
        color: rgba(255, 255, 255, 1);
    }
/** Footer Style End**/

/** Responsive Style Start **/
    @media(max-width: 1199px){
        .product-col-wrapper .button-group .btn.addToCompareList:before,
        .product-col-wrapper .button-group .btn.addToWishList:before {
            margin-top: -6px;
        }
	    .product-page-wrapper .addToWishList:before {
	    	left: 0;
	    }
	    .product-page-wrapper .addToCompareList:before {
	    	left: 0;
	    }
        .product-page-wrapper .addToCompareList {
            padding-left: 20px;
        }
    }
    @media (max-width: 991px) {
        .header-top {
            position: relative;
        }
        header .geo_city {
            text-align: center;
        }
        #main-menu {
            background-color: rgba(232, 232, 237, 1);
            border-radius: 0px;
            min-height: 38px;
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.26);
        }
        .main-container {
            padding-bottom: 50px;
        }
        .product-col-wrapper .button-group .btn.addToCompareList:before,
        .product-col-wrapper .button-group .btn.addToWishList:before {
            margin-top: -7px;
            left: 18px;
        }
        .product-col-wrapper .button-group .btn.addToWishList:before {
            left: 14px;
        }
        .product-page-wrapper .addToWishList:before {
	    	left: 118px;
	    }
	    .product-page-wrapper .addToCompareList:before {
	    	left: 113px;
	    }
    }
    @media (max-width: 767px) {
        #main-menu .main-menu-button {
            margin-left: 15px;
            float: left;
            border: 1px solid white;
        }
        .container {
            width: 460px;
        }
        .template-product-list.products-list .product-col.list {
            display: block;
        }
        .template-product-list.products-list .product-col.list .image {
            display: block;
            width: 100%;
            text-align: center;
            margin-bottom: 10px;
        }
        .template-product-list.products-list .product-col.list .image img {
            display: inline-block;
        }
        .template-product-list.products-list .product-col.list .caption {
            display: block;
            height: auto !important;
        }
        .template-product-list.products-list .product-col.list .price .price-new, 
        .template-product-list.products-list .product-col.list .price .product-sklad,
        .template-product-list.products-list .product-col.list .price .price-old {
            display: inline-block;
            float: left;
            width: auto;
        }
        .template-product-list.products-list .product-col.list .price .price-old {
            margin-left: 8px;
        }
        .template-product-list.products-list .product-col.list .cart-button {
            margin-top: 10px;
        }
        .product-col-wrapper .button-group .btn.addToCompareList:before,
        .product-col-wrapper .button-group .btn.addToWishList:before {
            margin-top: -6px;
            left: 66px;
        }
        .product-col-wrapper .button-group .btn.addToWishList:before {
            margin-top: -7px;
            left: 60px;
        }
        .template-product-list.products-list .col-md-6.product-col-wrapper .button-group .btn.addToCompareList:before,
        .template-product-list.products-list .col-md-6.product-col-wrapper .button-group .btn.addToWishList:before {
            left: 66px;
            margin-top: -7px;
        }
        .template-product-list.products-list .col-md-6.product-col-wrapper .button-group .btn.addToWishList:before {
            left: 62px;
        }
        .banner-disp-wrapper .col-sx-12.col-sm-6.col-md-6.left {
        	padding-right: 15px;
        	padding-left: 15px;
        }
        .banner-disp-wrapper .col-sx-12.col-sm-6.col-md-6.right {
        	padding-left: 15px;
        	padding-right: 15px;
        }
        .product-page-wrapper .addToWishList:before {
	    	left: 40px;
	    }
	    .product-page-wrapper .addToCompareList:before {
	    	left: 43px;
	    }
        #main-menu .main-navbar-top .dropdown-menu,
        #main-menu .main-navbar-top .dropdown.open {
            background-color: #f5f5f5;
        }
    }
    @media (max-width: 480px) {
        .container {
            width: 100%;
        }
        .product-col-wrapper .button-group .btn.addToCompareList:before,
        .product-col-wrapper .button-group .btn.addToWishList:before {
            margin-top: -6px;
            left: 24%;
        }
        .product-col-wrapper .button-group .btn.addToWishList:before {
            left: 20%;
        }
        .template-product-list.products-list .col-md-6.product-col-wrapper .button-group .btn.addToCompareList:before,
        .template-product-list.products-list .col-md-6.product-col-wrapper .button-group .btn.addToWishList:before {
            left: 23%;
        }
        .product-page-wrapper .addToWishList:before {
	    	left: 10px;
	    }
        .template-product-list.products-list .col-md-6.product-col-wrapper .button-group .btn.addToWishList:before {
            left: 21%;
        }
	    .product-page-wrapper .addToCompareList:before {
	    	left: 8px;
	    }
    }
/** Responsive Style End **/
#toTop {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:20px;
    right:20px;
    overflow:hidden;
    width:42px;
    height:42px;
    border:none;
    text-indent:100%;
    background:url(images/ui.totop.png) no-repeat left top #D9D9D9;
}

#toTopHover {
    background:url(images/ui.totop.png) no-repeat left -42px;
    width:42px;
    height:42px;
    display:block;
    overflow:hidden;
    float:left;
    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
    outline:none;
}

.carousel-control.left, .carousel-control.right{
    background-image: none !important;
}


@font-face {
    font-family: ALSRubl;
    src: url('fonts/rouble.eot') format('embedded-opentype');
    src: url('fonts/rouble.eot?#iefix') format('embedded-opentype'), url('fonts/rouble.woff') format('woff'), url('fonts/rouble.ttf') format('truetype');
}

.rubznak {
    -font-family: ALSRubl;
    text-transform: none;
}
.success-notification {
    position: fixed;
    bottom: 5px;
    right: 20px;
    max-width: 400px;
    z-index: 999999;
}

.shopping-cart-table thead > tr > td {
    font-size: 15px;
    font-weight: 600;
    border-bottom: none;
}
.shopping-cart-table tbody > tr > td {
    font-size: 16px;
}
.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;
}
header .geo_city {
    font-size: 12px;
}
header .geo_city i {
    font-style: normal;
}
.geo_city {
    color:#fff;
    height: 37px;
    line-height: 37px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header-contact-sales-departament {
    line-height: 22px;
    font-size: 14px;
}
.delivOneEl {
    display: block;
    margin-bottom: 5px;
}
#dostavka_metod {
    margin-top: 8px;
}
.deliveryName {
    height: 30px;
    line-height: 30px;
}

.list-analog-div {
    overflow: hidden;
    height: 140px;
    position: relative;
}

.list-analog-back {
    position: absolute;
    left:0;
    bottom: 0;
    height: 50px;
    width: 100%;
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
}
.list-analog {
    list-style-position: inside;
    -moz-column-count: 3; /* Firefox */
    -webkit-column-count: 3; /* Safari and Chrome */
    column-count: 3;
    list-style-type: square;
    margin: 0;
    padding: 0;
}
@media (max-width: 768px) {
    .list-analog {
        list-style-position: inside;
        -moz-column-count: 1; /* Firefox */
        -webkit-column-count: 1; /* Safari and Chrome */
        column-count: 1;
        list-style-type: square;
        margin: 0;
        padding: 0;
    }
}
.list-analog li {
    color:#7e0208;
    margin: 0;
    padding: 2px 0;
}
.list-analog li a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color:#000;
    font-size: 13px;
}

.list-analog li a:hover, .list-analog li a.active {
    color:#7e0208;
    text-decoration: underline;
}
.list-analog-button {
    text-align: center;
    margin-top: 10px;
}
.list-analog-button button {
    border:1px solid #7e0208;
    color:#7e0208;
    border-radius: 0;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.list-analog-button button:hover {
    background: #7e0208;
    color:#fff;
}
.city_list a {
    font-size: 16px;
    display: inline-block;
    margin: 10px 20%;
}
.city_list a:hover,.city_list a.active {
    color:#000;
    text-decoration: underline;
}
.form-control-borderless {
    border: none;
}

.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
