@media (max-width: 1199px) {
    .slide {
        max-width: 95px;
        min-width: 95px;
        height: 95px;
        cursor: pointer;
    }
    .slide:before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }
    .slider {
        height: 95px;
    }

}

    @import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&subset=cyrillic');
    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    footer,
    header,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }
    
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block;
    }
    
    body {
        line-height: 1;
        overflow-x: hidden;
    }
    
    ol,
    ul {
        list-style: none;
    }
    
    blockquote,
    q {
        quotes: none;
    }
    
    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }
    
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    
    img {
        display: block;
    }
    
    button {
        background-color: transparent;
        border: none;
        padding: 0;
    }
    
    a {
        text-decoration: none;
    }
    
    .required-label:after {
        content: "*";
        display: block;
        color: #FF5252;
    }
    
    @-webkit-keyframes flash {
        from {
            opacity: 0.6;
        }
        to {
            opacity: 1;
        }
    }
    
    @keyframes flash {
        from {
            opacity: 0.6;
        }
        to {
            opacity: 1;
        }
    }
    
    * {
        word-wrap: break-word;
        outline: none !important;
    }
    
    a {
        cursor: pointer;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .ml-15 {
        margin-left: 15px;
    }
    
    body {
        font-family: 'Lato';
        font-size: 14px;
    }
    .modal-category,
    .mobile_menu,
    .mobile-menu {
        display: none;
    }
    .img-center {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    overflow: hidden;
	}
	.img-center img {
		display: block;
		-webkit-box-flex: 0;
	    -webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	    flex: 0 0 auto;
	    max-width: 100%;
	    max-height: 100%;
	    -ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	    -webkit-align-self: center;
	    margin: 0 auto;
	}
    @media (max-width: 1199px) {
    	.open-category,
    	.left-1 {
		    overflow-y: hidden;
		}
		.left-1:before {
		    display: block;
		    content: "";
		    position: fixed;
		    top: 0;
		    left: 0;
		    z-index: 100;
		    width: 100%;
		    height: 100%;
		    background-color: rgba(0,0,0,.5);
		}
	    .mobile-menu {
		    display: block;
		    position: fixed;
		    top: 0;
		    bottom: 0;
		    background-color: #fff;
		    -webkit-box-shadow: 2px 0 6px rgb(51 51 51 / 26%);
    		box-shadow: 2px 0 6px rgb(51 51 51 / 26%);

		    box-sizing: border-box;
		    width: 320px;
		    z-index: 600;
		    -webkit-transform: translate(-320px,0);
		    -ms-transform: translate(-320px,0);
		    transform: translate(-320px,0);
		    -webkit-transform: translate3d(-320px,0,0);
		    transform: translate3d(-320px,0,0);
		    transition: -webkit-transform .4s ease;
		    transition: transform .4s ease;
		    transition: transform .4s ease,-webkit-transform .4s ease;
		    -webkit-transform-origin: top left;
		    -ms-transform-origin: top left;
		    transform-origin: top left;
		    padding: 10px 15px;
		}
		.left-1 .mobile-menu {
		    -webkit-transform: translate(0px,0);
		    -ms-transform: translate(0px,0);
		    transform: translate(0px,0);
		    -webkit-transform: translate3d(0px,0,0);
		    transform: translate3d(0px,0,0);
		    transition: -webkit-transform .4s ease;
		    transition: transform .4s ease;
		    transition: transform .4s ease,-webkit-transform .4s ease;
		    -webkit-transform-origin: top left;
		    -ms-transform-origin: top left;
		    transform-origin: top left;
		}
		.mobile-menu_scroll {
		    height: 100%;
		    overflow-y: auto;
		}
		.mobile-logo {
			max-width: 102px;
		    display: block;
		    font-size: 0;
		}
		.mobile-logo img {
			max-width: 100%;
			height: auto;
		}
		.mobile-menu_item-1 {
		    padding-bottom: 15px;
			border-bottom: 1px solid  rgb(128 128 128 / 16%);
		}

    }
    h2, h3 {
        text-transform: uppercase;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        margin: 30px 0;
    }
    .cabinet h2, .cabinet h3 {
        font-size: 21px;
        margin: 15px 0;
        text-align: left;
    }
    
    @media (min-width: 1230px) {
        .container {
            width: 1200px;
        }
    }
    
    .module-title,
    .box-heading {
        font-size: 16px;
        text-transform: uppercase;
        color: #000;
        margin-bottom: 15px;
        margin-top: 10px;
        position: relative;
        padding-right: 20px;
        font-weight: 700;
        letter-spacing: 0.5px;
    }
    
    .module-title i,
    .box-heading i {
        color: #ff3b43;
        font-weight: 600;
        font-size: 25px;
        vertical-align: middle;
        position: absolute;
        right: 0;
        cursor: pointer;
        display: none;
    }
    
    @media (max-width: 991px) {
        .module-title i,
        .box-heading i {
            display: inline-block;
        }
    }
    
    .module-title:after,
    .box-heading:after {
        content: '';
        display: block;
        width: 40px;
        margin-top: 12px;
        height: 2px;
        background-color: #ff3b43;
    }
    #content {
        margin-top: 30px;
    }
    .breadcrumb + .row #content {
        margin-top: 0;
    }
    /* BREADCRUMB */
    
    .breadcrumb-line {
        background: url("/catalog/view/theme/default/image/img/bc.jpg") center center no-repeat;
        background-size: cover;
        overflow: hidden;
        margin-bottom: 5px;
    }
    
    .breadcrumb {
        background: transparent;
        padding: 8px 15px 8px 0px;
        margin: 36px 0 26px;
        border-radius: 0;
        display: inline-block;
        position: relative;
        z-index: 0;
    }
    
    .breadcrumb li {
        color: #ff0101;
        font-size: 12px;
        font-weight: 400;
    }
    
    .breadcrumb li:last-child a {
        color: #ffffff;
    }
    
    .breadcrumb a {
        font-size: 12px;
        color: #ff0101;
        line-height: 1.6;
    }
    
    .breadcrumb a:hover {
        text-decoration: none;
    }
    
    .breadcrumb .active {
        color: white;
    }
    
    .breadcrumb>li+li:before {
        content: "/\00a0";
        padding: 0 0px;
        color: #bdc3c7;
    }
    /*end BREADCRUMB */
    /* PAGINATION */
    
    .pagination {
        margin: 40px 0;
        display: block;
        text-align: center;
    }
    
    .table-block-container tr {
        position: relative;
    }
    
    @media (max-width: 767px) {
        .pagination {
            text-align: center;
        }
        .text-center.delete .btn-del {
            position: absolute;
            right: 0;
            top: 0;
        }
        .cart-page .cart-table tr {
            border-bottom: 1px solid #ccc !important;
        }
    }
    
    .pagination li {
        display: inline-block;
        margin-right: 7px;
    }
    
    .pagination li.active span {
        color: white;
        border: 1px solid #f44336;
        background-color: #f44336;
    }
    
    .pagination li.active span:hover {
        border: 1px solid #f44336;
        background-color: #f44336;
        color: white;
    }
    
    .pagination li a,
    .pagination li span {
        display: inline-block;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border: 1px solid #b7b7b7;
        background-color: #ffffff;
        font-size: 14px;
        color: #888888;
        padding: 0;
    }
    
    .pagination li a:hover,
    .pagination li span:hover {
        border: 1px solid black;
        background: white;
    }
    /* end PAGINATION */
    
    .ui-state-focus,
    .ui-state-active {
        margin: 0;
    }
    
    .ui-state-hover,
    .ui-state-focus {
        list-style-image: none;
        background: #eee !important;
        color: #000;
        font-weight: 500;
        border-color: #ccc;
        border-radius: 0;
    }
    
    .ui-menu .ui-menu-item {
        background: white;
        font-weight: 500;
        color: #000;
        border-color: transparent;
        font-size: 14px;
        padding: 8px 30px 8px 12px;
    }
    
    .ui-state-default .ui-icon {
        background: transparent;
        text-indent: 0;
        width: 26px;
        height: 40px;
        right: 4px !important;
        margin-top: -14px !important;
    }
    
    .ui-state-default .ui-icon:hover {
        font-weight: 500;
    }
    
    .ui-state-default .ui-icon:after {
        content: "\f107";
        padding: 0 5px;
        color: #000;
        font-family: 'fontawesome';
        font-weight: 500;
        font-size: 25px;
    }
    
    .ui-selectmenu-button span.ui-selectmenu-text {
        color: #000;
        font-size: 14px;
        font-weight: 500;
        padding: 10px 30px 10px 12px;
        height: 40px;
    }
    
    .ui-corner-all,
    .ui-corner-bottom,
    .ui-corner-right,
    .ui-corner-br {
        border-radius: 0;
        background: white;
    }
    
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        color: #000;
        box-shadow: none;
        outline: none;
        display: inline-block;
        border-radius: 0;
        background: transparent;
    }
    
    .ui-state-default:focus,
    .ui-state-default:hover,
    .ui-widget-content .ui-state-default:focus,
    .ui-widget-content .ui-state-default:hover,
    .ui-widget-header .ui-state-default:focus,
    .ui-widget-header .ui-state-default:hover {
        outline: none;
        background: transparent !important;
    }
    /* RATING */
    /*.rating {
  display: inline-block; }*/
    
    .rating i {
        color: #bdc3c7;
        font-size: 12px;
    }
    
    .rating .rating-star {
        color: #f44336;
    }
    /* end RATING */
    /* PRODUCT ITEM */
    
    .product-item {
        position: relative;
        margin: 0px auto 10px;
        margin-bottom: 30px;
    }
    /*.product-item:hover .image {
  opacity: 1;
  -webkit-animation: flash 0.5s linear;
  animation: flash 0.5s linear; }*/
    
    .product-item .image {
        position: relative;
        overflow: hidden;
        text-align: center;
    }
    
    .product-item .image a {
        display: block;
    }
    
    .product-item .image img {
        max-width: 100%;
        display: inline-block;
    }
    
    .product-item .label {
        position: absolute;
        text-align: center;
        line-height: 1.2;
        font-size: 12px;
        text-transform: uppercase;
        color: white;
        top: 0px;
        left: 0px;
        padding: 10px 13px;
        border-radius: 0;
        letter-spacing: 0.3px;
    }
    
    @media (max-width: 1199px) {
        .product-item .label {
            font-size: 11px;
        }
        .product2-template .action-link {
            float: none;
            margin: auto;
        }
    }
    
    .product-item .label {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
        border-radius: 2px;
    }
    
    .product-item .label.visible {
        display: block;
    }
    
    .product-item .label.sale {
        background: #60b4f6;
    }
    
    .product-item .label.discount {
        background: #ff3b43;
    }
    
    .product-item .label.new {
        background: #57b45b;
    }
    
    .product-item .label.hit {
        background: #9c27b0;
    }
    
    .product-item .caption {
        font-size: 14px;
    }
    
    .product-item .product-name {
        color: #37474f;
        display: block;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1.3;
    }
    
    .product-item .product-name:hover {
        color: #f44336;
        text-decoration: none;
    }
    
    .product-item .price {
        font-size: 18px;
        color: #009d15;
        font-weight: 700;
        letter-spacing: 0.5px;
    }
    
    .product-item .price .price-new,
    .product-item .price .price-value {
        color: #4caf50;
    }
    
    .product-item .price .price-old {
        color: #bdc3c7;
        font-size: 15px;
        text-decoration: line-through;
    }
    
    .product-item .description,
    .product-item .attributes {
        color: #808080;
        line-height: 1.6;
    }
    
    @media (max-width: 1199px) {
        .product-item .description,
        .product-item .attributes {
            line-height: 1.3;
        }
    }
    
    .product-item .attributes {
        margin-bottom: 10px;
    }
    
    .product-item .hover-wrap button,
    .product-item .hover-wrap a {
        background-position: center center;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
    }
    
    .product-item .hover-wrap button i {
        vertical-align: middle;
    }
    
    .product-layout.product-list .hover-wrap button:first-child {
        width: 90%;
        margin-bottom: 10px;
        display: block;
    }
    
    .product-layout.product-list .hover-wrap button:first-child i {
        margin-right: 11px;
    }
    
    .product-item .delete-wish {
        background-color: #fff
    }
    /*.product-item .hover-wrap .product-info {
  background-image: url("/catalog/view/theme/default/image/img/product-info.png"); }
.product-item .hover-wrap .add-to-cart {
  background-image: url("/catalog/view/theme/default/image/img/product-cart.png"); }
.product-item .hover-wrap .wishlist {
  background-image: url("/catalog/view/theme/default/image/img/product-wishlist.png"); }
.product-item .hover-wrap .compare {
  background-image: url("/catalog/view/theme/default/image/img/product-compare.png"); }
*/
    
    .product-layout.product-list {
        font-size: 0;
    }
    
    .product-layout.product-list .product-item {
        margin-bottom: 30px;
        padding: 15px;
        box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.16);
        -webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.16);
    }
    
    @media (max-width: 767px) {
        .product-layout.product-list .product-item {
            border-bottom: 1px solid #ccc;
            padding-bottom: 20px;
        }
    }
    
    .product-layout.product-list .image {
        display: inline-block;
        vertical-align: top;
        width: 31%;
        /*border: 1px solid #eee;*/
    }
    
    @media (max-width: 767px) {
        .product-layout.product-list .image {
            width: 100%;
            max-width: 320px;
            margin: 0 auto 20px;
            display: block;
            padding-right: 0;
        }
    }
    
    .product-layout.product-list .caption {
        display: inline-block;
        padding: 10px 130px 50px 20px;
        width: 50%;
        height: 247px;
    }
    
    @media (max-width: 1199px) {
        .product-layout.product-list .caption {
            padding-top: 0;
        }
    }
    
    @media (max-width: 767px) {
        .product-layout.product-list .caption {
            width: 100%;
            text-align: center;
            padding: 10px 15px;
            height: auto;
        }
        .shc.sh_chat, #sh_button {display:none;}
    }
    
    .product-layout.product-list .product-name {
        font-size: 18px;
        margin-bottom: 5px;
        height: auto;
        overflow: visible;
        line-height: 1.5;
        text-align: left;
        letter-spacing: 0;
    }
    
    @media (max-width: 1199px) {
        .product-layout.product-list .product-name {
            font-size: 17px;
            margin-bottom: 5px;
            line-height: 1.2;
        }
    }
    
    @media (max-width: 991px) {
        .product-layout.product-list .product-name {
            font-size: 15px;
        }
    }
    
    @media (max-width: 767px) {
        .product-layout.product-list .product-name {
            text-align: center;
        }
    }
    
    .product-layout.product-list .price {
        position: absolute;
        top: 45px;
        right: 24px;
        font-size: 20px !important;
    }
    
    @media (max-width: 991px) {
        .product-layout.product-list .price {
            top: 15px;
        }
    }
    
    @media (max-width: 767px) {
        .product-layout.product-list .price {
            position: static;
            margin-bottom: 10px;
        }
    }
    
    .product-layout.product-list .price span {
        display: block;
        max-width: 130px;
        text-align: right;
        margin-bottom: 7px;
    }
    
    @media (max-width: 767px) {
        .product-layout.product-list .price span {
            display: inline-block;
        }
    }
    
    .product-layout.product-list .hover-wrap {
        position: absolute;
        text-align: center;
        top: 100px;
        width: 30%;
        right: 0;
        padding-left: 20px;
    }
    
    @media (max-width: 767px) {
        .product-layout.product-list .hover-wrap {
            position: static;
            width: 100%;
            margin: 10px 0;
        }
    }
    
    .product-layout.product-list .hover-wrap button,
    .product-layout.product-list .hover-wrap a {
        background-color: #bdc3c7;
        width: 44%;
        height: 44px;
        margin-right: 1.5%;
        display: block;
        float: left;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    
    .product-layout.product-list .hover-wrap button:hover,
    .product-layout.product-list .hover-wrap a:hover {
        background-color: #4caf50;
    }
    
    .product-layout.product-list .hover-wrap button:last-child,
    .product-layout.product-list .hover-wrap a:last-child {
        margin-right: 0;
    }
    
    .product-layout.product-grid {
        -webkit-perspective: 600px;
        perspective: 600px;
    }
    
    .product-grid .submit {
        width: 100%;
        display: flex;
        margin-top: 10px;
        justify-content: center;
        align-items: center;
    }
    
    .product-list .submit {
        display: none;
    }
    .submit .raised .material-icons {
    	line-height: inherit;
    }
    .product-grid .submit .cart {
        background-color: #4caf50;
        color: #ffffff;
    }
    
    .product-grid .submit .cart.raised {
        padding: 0 17px;
    }
    
    .product-grid .submit a:not(:last-child) {
        margin-right: 5px;
    }
    
    .product-grid .submit .hint.raised {
        padding: 0 11px;
    }
    
    .product-grid .submit .cart.raised i,
    .product-grid .submit .hint.raised i {
        vertical-align: middle;
    }
    
    .not-available {
        color: #e32a2d;
        margin-right: 4px;
        font-size: 14px;
        font-weight: 400;
        font-weight: bold;
    }     
    
    .not-available-price {
        color: #bdc3c7;
        font-size: 16px;
        font-weight: 700;
    }
    
    .text-right .control-label {
        padding-top: 10px;
    }
    
    .text-right .raised {
        padding: 10px 20px !important;
    }
    
    .product-layout.product-grid .product-item {
        height: auto;
    }
    
    .checkbox-inline {
        display: flex;
        align-items: center;
        height: 33px;
    }
    
    .text-right:not(td):not(tr) {
        display: block;
    }
    
    .checkbox-inline input[type=checkbox] {
        margin-top: 1px;
    }
    
    .alert,
    .alert-danger {
        display: inline-block;
        text-align: center;
        float: right;
    }
    /*@media (max-width: 1229px) {
  .product-layout.product-grid .product-item {
    height: 465px; } }
@media (max-width: 1199px) {
  .product-layout.product-grid .product-item {
    height: 400px; } }
@media (max-width: 991px) {
  .product-layout.product-grid .product-item {
    height: 477px; } }*/
    
    @media (max-width: 767px) {
        .product-layout.product-grid .product-item {
            max-width: 300px;
            margin-left: auto;
            height: auto;
            margin-right: auto;
        }
    }
    
    .product-layout.product-grid .product-item {
        box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.16);
        -webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.16);
    }
    /*@media screen and (min-width: 768px) {
  .product-layout.product-grid .product-item:hover .hover-wrap {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    opacity: 1; } }*/
    
    .product-layout.product-grid .caption {
        padding: 5px 5px 20px 5px;
        position: relative;
    }
    
    .product-layout.product-grid .product-name {
        margin-bottom: 15px;
        overflow: hidden;
        text-align: center;
        height: 38px;
        line-height: 1.2;
    }
    
    .product-layout.product-grid .product-name * {
        vertical-align: middle;
        display: inline-block;
    }
    
    .product-layout.product-grid .product-name:before {
        content: '';
        min-height: inherit;
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
    
    @media (max-width: 1199px) {
        .product-layout.product-grid .product-name {
            margin-bottom: 5px;
        }
    }
    
    @media (max-width: 767px) {
        .product-layout.product-grid .product-name {
            height: 32px;
    		overflow: hidden;
    		font-size: 14px;
        }
        .rb-tr {
		    max-width: 55px;
		}
		.product-item .label {
		    font-size: 10px;
		    padding: 6px 9px;
		}

    }
    
    .product-layout.product-grid .description {
        text-align: center;
        margin-bottom: 10px;
        line-height: 1.3;
        overflow: hidden;
        height: 39px;
    }
    
    .product-layout.product-grid .description {
        vertical-align: middle;
        display: none;
    }
    
    .product-layout.product-grid .description:before {
        content: '';
        min-height: inherit;
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
    
    .product-layout.product-grid .attributes,
    .product-layout.product-grid .rating {
        display: none;
    }
    
    .product-layout.product-grid .price {
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        min-height: 16px;
    }
    
    .product-layout.product-grid .price .price-old {
        margin-left: 10px;
    }
    
    .product-layout.product-grid .hover-wrap {
        text-align: center;
        background: #bdc3c7;
        padding: 5px 0;
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        z-index: 10;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: rotateX(120deg);
        transform: rotateX(120deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    
    .product-layout.product-grid .hover-wrap .product-info:hover {
        background-image: url("/catalog/view/theme/default/image/img/product-info-hover.png");
    }
    
    .product-layout.product-grid .hover-wrap .add-to-cart:hover {
        background-image: url("/catalog/view/theme/default/image/img/product-cart-hover.png");
    }
    
    .product-layout.product-grid .hover-wrap .wishlist:hover {
        background-image: url("/catalog/view/theme/default/image/img/product-wishlist-hover.png");
    }
    
    .product-layout.product-grid .hover-wrap .compare:hover {
        background-image: url("/catalog/view/theme/default/image/img/product-compare-hover.png");
    }
    
    .product-layout.product-grid .hover-wrap button,
    .product-layout.product-grid .hover-wrap a {
        width: 30px;
        height: 30px;
        margin: 0 10px;
        background-size: contain;
    }
    /* end PRODUCT ITEM */
    
    #cover-block {
        position: absolute;
        top: 0;
        display: block;
        bottom: 0;
        right: 0;
        left: 0;
        background: white;
        z-index: 999999999999999999;
    }
    
    .windows8 {
        position: absolute;
        width: 100px;
        height: 100px;
        left: 50%;
        top: 50%;
        margin-left: -50px;
        margin-top: -50px;
    }
    
    .windows8 .wBall {
        position: absolute;
        width: 95px;
        height: 95px;
        opacity: 0;
        transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        animation: orbit 4.5325s infinite;
        -o-animation: orbit 4.5325s infinite;
        -ms-animation: orbit 4.5325s infinite;
        -webkit-animation: orbit 4.5325s infinite;
        -moz-animation: orbit 4.5325s infinite;
    }
    
    .windows8 .wBall .wInnerBall {
        position: absolute;
        width: 13px;
        height: 13px;
        background: black;
        left: 0px;
        top: 0px;
        border-radius: 13px;
    }
    
    .windows8 #wBall_1 {
        animation-delay: 0.986s;
        -o-animation-delay: 0.986s;
        -ms-animation-delay: 0.986s;
        -webkit-animation-delay: 0.986s;
        -moz-animation-delay: 0.986s;
    }
    
    .windows8 #wBall_2 {
        animation-delay: 0.193s;
        -o-animation-delay: 0.193s;
        -ms-animation-delay: 0.193s;
        -webkit-animation-delay: 0.193s;
        -moz-animation-delay: 0.193s;
    }
    
    .windows8 #wBall_3 {
        animation-delay: 0.3965s;
        -o-animation-delay: 0.3965s;
        -ms-animation-delay: 0.3965s;
        -webkit-animation-delay: 0.3965s;
        -moz-animation-delay: 0.3965s;
    }
    
    .windows8 #wBall_4 {
        animation-delay: 0.5895s;
        -o-animation-delay: 0.5895s;
        -ms-animation-delay: 0.5895s;
        -webkit-animation-delay: 0.5895s;
        -moz-animation-delay: 0.5895s;
    }
    
    .windows8 #wBall_5 {
        animation-delay: 0.793s;
        -o-animation-delay: 0.793s;
        -ms-animation-delay: 0.793s;
        -webkit-animation-delay: 0.793s;
        -moz-animation-delay: 0.793s;
    }
    
    @keyframes orbit {
        0% {
            opacity: 1;
            z-index: 99;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
        }
        7% {
            opacity: 1;
            -webkit-transform: rotate(300deg);
            transform: rotate(300deg);
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            origin: 0%;
        }
        30% {
            opacity: 1;
            -webkit-transform: rotate(410deg);
            transform: rotate(410deg);
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
            origin: 7%;
        }
        39% {
            opacity: 1;
            -webkit-transform: rotate(645deg);
            transform: rotate(645deg);
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            origin: 30%;
        }
        70% {
            opacity: 1;
            -webkit-transform: rotate(770deg);
            transform: rotate(770deg);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
            origin: 39%;
        }
        75% {
            opacity: 1;
            -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
            origin: 70%;
        }
        76% {
            opacity: 0;
            -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
        }
        100% {
            opacity: 0;
            -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
        }
    }
    
    @-webkit-keyframes orbit {
        0% {
            opacity: 1;
            z-index: 99;
            -webkit-transform: rotate(180deg);
            -webkit-animation-timing-function: ease-out;
        }
        7% {
            opacity: 1;
            -webkit-transform: rotate(300deg);
            -webkit-animation-timing-function: linear;
            -webkit-origin: 0%;
        }
        30% {
            opacity: 1;
            -webkit-transform: rotate(410deg);
            -webkit-animation-timing-function: ease-in-out;
            -webkit-origin: 7%;
        }
        39% {
            opacity: 1;
            -webkit-transform: rotate(645deg);
            -webkit-animation-timing-function: linear;
            -webkit-origin: 30%;
        }
        70% {
            opacity: 1;
            -webkit-transform: rotate(770deg);
            -webkit-animation-timing-function: ease-out;
            -webkit-origin: 39%;
        }
        75% {
            opacity: 1;
            -webkit-transform: rotate(900deg);
            -webkit-animation-timing-function: ease-out;
            -webkit-origin: 70%;
        }
        76% {
            opacity: 0;
            -webkit-transform: rotate(900deg);
        }
        100% {
            opacity: 0;
            -webkit-transform: rotate(900deg);
        }
    }
    
    html,
    body {
        font-size: 14px;
        min-width: 320px;
        height: 100%;
        width: 100%;
        font-family: 'Lato', sans-serif;
    }
    
    img {
       /* pointer-events: none;*/
    }
    
    .header-container {
        box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.35);
        background-color: #000000;
        background-image: linear-gradient(to top, rgba(51, 51, 51, 0.35) 0%, rgba(51, 51, 51, 0.35) 17%, rgba(110, 110, 110, 0.35) 40%, rgba(255, 255, 255, 0.35) 84%, rgba(255, 255, 255, 0.35) 100%);
    }
    
    .header-telelephone-container {
        padding-top: 16px;
        padding-bottom: 15px;
    }
    
    .header-tlelephone-item a,
    .header-tlelephone-item a:hover {
        color: #ffffff;
        text-decoration: none;
    }
    
    .header-tlelephone-item,
    .responsive-tel {
        display: inline-block;
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        margin-right: 29px;
    }
    
    .responsive-tel {
        display: none;
    }
    
    @media only screen and (max-width:820px) {
        .header-tlelephone-item {
            display: none;
        }
        .responsive-tel {
            display: block;
            margin-bottom: 15px;
        }
        .footer-container {
        min-height: 480px;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, black 100%);
        background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, black 100%);
    	overflow: hidden;
    }
    }
    
    @media only screen and (min-width:821px) {
        .header-tlelephone-item {
            display: inline-block !important;
        }
    }
    
    .header-tlelephone-item-responsive {
        display: block;
    }
    
    .header-tlelephone-item:last-child {
        margin-right: 0;
    }
    
    .header-tlelephone-item i {
        color: #ffffff;
        margin-right: 10px;
    }
    
    .header-tlelephone-item img {
        float: left;
        margin-right: 10px;
    }
    
    .header-language-dropdown {
        float: left;
        margin-top: 8px;
    }
    
    .header-language-dropdown img {
        float: left;
        margin-right: 9px;
    }
    
    .header-language-dropdown-list {
        left: -46px;
        min-width: 120px;
        padding: 0;
        margin-top: 0 !important;
    }
    
    .header-language-dropdown-list a {
        color: #85898c !important;
        font-size: 10px;
        font-weight: 400;
        line-height: 22px;
        padding-top: 17px !important;
        padding-left: 10px !important;
        border-radius: none !important;
        padding-bottom: 10px !important;
        padding-top: 10px !important;
        text-transform: uppercase !important;
    }
    
    .header-language-dropdown-list a:hover {
        color: #000000 !important;
    }
    
    .header-currency-dropdown {
        float: left;
        margin-top: 8px;
    }
    
    .header-currency-dropdown img {
        float: left;
        margin-right: 9px;
    }
    
    .header-currency-dropdown-list {
        right: 0px;
        top: 36px;
        min-width: 60px;
        padding: 0;
        margin-top: 0 !important;
    }
    
    .header-currency-dropdown-list a {
        color: #85898c !important;
        font-size: 10px;
        font-weight: 400;
        line-height: 22px;
        padding-top: 17px !important;
        padding-left: 10px !important;
        border-radius: none !important;
        padding-bottom: 10px !important;
        padding-top: 10px !important;
        text-transform: uppercase !important;
    }
    
    .header-currency-dropdown-list a:hover {
        color: #000000 !important;
    }
    
    .header-currency-dropdown-list .currency-select {
        color: #000000;
    }
    
    .header-currency-dropdown {
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
    }
    
    .header-currency-dropdown .btn {
        padding: 0;
    }
    
    .header-currency-dropdown .btn strong {
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-transform: uppercase;
        margin-right: 10px;
    }
    
    .header-currency-dropdown .btn,
    .header-currency-dropdown .btn:hover,
    .header-currency-dropdown .btn:link .header-currency-dropdown .btn:active,
    .header-currency-dropdown .btn:visited {
        text-decoration: none;
    }
    
    .header-currency-dropdown .caret {
        color: #ffffff;
    }
    
    .acount-btn-group {
        float: left;
        position: relative;
        height: 43px;
    }
    
    .header-btn-group {
        float: left;
        position: relative;
        height: 36px;
    }
    
    .header-btn {
        margin-top: 4px;
        outline: none;
    }
    
    .header-acount {
        float: left;
        padding-top: 12px;
        padding-bottom: 12px;
        margin-right: 16px;
        color: #ffffff;
        cursor: pointer;
        outline: none;
    }
    
    .header-acount i {
        margin-right: 11px;
        font-weight: 100;
    }
    
    .header-acount-group {
        padding-left: 0;
        padding-right: 0;
    }
    
    .header-btn {
        color: #ffffff;
    }
    
    .header-panel {
        padding-top: 16px;
        padding-bottom: 15px;
    }
    
    .header-logo-image {
        width: 160px;
        height: 87px;
    }
    
    .header-logo-image img {
        max-width: 100%;
        max-height: 100%;
    }
    
    .header-logo-image-container a {
        text-decoration: none;
    }
    
    .header-logo-text {
        width: 160px;
        text-align: justify;
        color: #808080;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        margin-top: 10px;
        letter-spacing: 1px;
        text-decoration: none;
    }
    
    .header-search-panel {
        padding-bottom: 20px;
        padding-top: 20px;
        overflow: hidden;
    }
    
    .header-search-panel-container {
        padding-left: 0;
    }
    
    input[name="search"] {
        width: 80%;
        height: 51px;
        padding: 16px;
        display: block;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35), inset 0 3px 5px 1px rgba(0, 0, 0, 0.35);
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        border: 1px solid #000000;
        background-color: #ffffff;
        float: left;
        outline: none;
    }
    
    input[name="header-serch-field"]::-webkit-input-placeholder {
        color: #c0c0c0;
        font-size: 14px;
        font-weight: 400;
    }
    
    .header-search-button {
        outline: none !important;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
        height: 51px;
        background-color: #bdc3c7;
        background-image: linear-gradient(to top, rgba(100, 102, 109, 0.35) 0%, rgba(210, 212, 212, 0.35) 55%, rgba(255, 253, 253, 0.35) 95%, rgba(255, 253, 253, 0.35) 100%);
        padding: 16px;
        border: 1px solid #000000;
        border-left: none;
        color: #000000;
        font-size: 16px;
        font-weight: 400;
    }
    
    .header-search-button span {
        color: #000000;
        margin-right: 11px;
        vertical-align: middle;
    }
    
    .header-bucket-panel {
        position: relative;
    }
    
    .open-bucket {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100px;
        height: 300px;
        background-color: yellow;
    }
    
    .header-bucket-image {
        width: 200px;
        height: 80px;
        background-image: url("/catalog/view/theme/default/image/img/header-bucket-icon.png");
        background-repeat: no-repeat;
        cursor: pointer;
        margin: auto;
        position: relative;
        margin-top: 18px;
        outline: none;
        border: none;
    }
    
    .header-bucket-count {
        position: absolute;
        text-align: center;
        top: -5px;
        left: 56px;
        min-width: 25px;
        padding: 3px;
        height: 25px;
        padding-top: 3px;
        border-radius: 50%;
        background-color: #FF5252;
        color: #ffffff;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        vertical-align: middle;
        white-space: nowrap;
    }
    
    .header-bucket-sum {
        float: left;
        color: #000000;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        margin-top: -23px;
        margin-left: 91px;
    }
    
    .header-bucket-dropdown {
        width: 320px;
        border-radius: none;
        padding: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .header-nav-row {
        background-color: #ffffff;
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.35) 0%, rgba(50, 50, 50, 0.35) 38%, rgba(51, 51, 51, 0.35) 39%, rgba(220, 220, 220, 0.35) 100%);
        background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.35) 0%, rgba(50, 50, 50, 0.35) 38%, rgba(51, 51, 51, 0.35) 39%, rgba(220, 220, 220, 0.35) 100%);
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.35) 0%, rgba(50, 50, 50, 0.35) 38%, rgba(51, 51, 51, 0.35) 39%, rgba(220, 220, 220, 0.35) 100%);
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.35) 0%, rgba(50, 50, 50, 0.35) 38%, rgba(51, 51, 51, 0.35) 39%, rgba(220, 220, 220, 0.35) 100%);
    }
    
    .header-bucket-dropdown-title {
        background-color: black;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 20px;
        color: #ffffff;
        text-transform: uppercase;
    }
    
    .header-bucket-dropdown-product {
        overflow: hidden;
        margin-bottom: 40px;
    }
    
    .header-product-icon {
        width: 60px;
        height: 60px;
        overflow: hidden;
        float: left;
        margin-right: 10px;
    }
    
    .header-product-icon img {
        max-width: 100%;
        max-height: 100%;
    }
    
    .header-product-title a {
        font-size: 12px;
        color: black;
    }
    
    .header-product-title {
        margin-bottom: 12px;
    }
    
    .bucket-dropdown-close {
        float: right;
        cursor: pointer;
        color: #808080;
        font-size: 24px;
    }
    
    .header-product-info {
        font-size: 14px;
        color: #009d15;
    }
    
    .header-product-info span {
        font-size: 12px;
        color: #808080;
        margin-right: 9px;
    }
    
    .header-bucket-dropdown-sum {
        font-size: 18px;
        padding-top: 16px;
        padding-bottom: 15px;
        border-top: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
        margin-bottom: 15px;
    }
    
    .header-bucket-dropdown-sum span {
        float: right;
        color: #009d15;
    }
    
    .header-bucket-dropdown-button {
        position: relative;
        display: block;
        clear: both;
        width: 100%;
        height: 40px;
        margin-bottom: 15px;
        font-size: 14px;
        text-transform: uppercase;
        color: #ffffff;
    }
    
    .header-bucket-dropdown-button:after {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        content: "";
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background-color: transparent;
    }
    
    .header-bucket-dropdown-button:hover:after {
        background-color: rgba(0, 0, 0, 0.2);
    }
    
    .header-in-bucket {
        background-color: #009d15;
    }
    
    .header-in-by {
        background-color: #ff3b43;
    }
    
    .navbar-container {
        margin-bottom: 0;
    }
    
    .header-navbar {
        min-width: 95%;
        position: relative;
        margin-bottom: 0;
    }
    
    .mega-dropdown {
        position: static !important;
        width: 153px;
    }
    
    .mega-dropdown:first-child {
        position: relative;
        min-height: 57px;
        margin-right: 15px;
    }
    
    .mega-dropdown-menu {
        padding: 40px 0px;
        width: 100%;
        box-shadow: none;
        -webkit-box-shadow: none;
        left: -1px;
        z-index: 10000;
    }
    
    .header-nav-dropdown {
        position: relative;
        cursor: pointer;
        min-height: 57px;
    }
    
    .navbar-nav {
        margin: 0;
    }
    
    .header-nav-dropdown a {
        color: #000000;
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
        min-height: 57px;
        line-height: 24px !important;
    }
    
    @media only screen and (max-width:1199px) {
        .header-nav-dropdown a {
            min-height: auto;
        }
    }
    
    .nav>li.header-nav-dropdown>a:focus {
        background-color: transparent !important;
    }
    
    .header-navbar .dropdown>a:hover {
        background-color: #000000;
        background-image: linear-gradient(to top, rgba(51, 51, 51, 0.35) 0%, rgba(51, 51, 51, 0.35) 17%, rgba(110, 110, 110, 0.35) 40%, rgba(255, 255, 255, 0.35) 84%, rgba(255, 255, 255, 0.35) 100%);
        color: #fff;
        cursor: pointer;
    }
    
    .mega-dropdown-menu>li>ul {
        padding: 0;
        margin: 0;
    }
    
    .mega-dropdown-menu>li>ul>li {
        list-style: none;
    }
    
    .mega-dropdown-menu>li>ul>li>a {
        display: block;
        color: #222;
        padding: 3px 5px;
    }
    
    .mega-dropdown-menu>li ul>li>a:hover,
    .mega-dropdown-menu>li ul>li>a:focus {
        text-decoration: none;
    }
    
    .header-category-button-container {
        background-color: #e32a2d;
        border-radius: 0 0 15px 15px;
        padding-top: 28px;
        padding-bottom: 13px;
        text-transform: uppercase;
        width: 157px;
        position: absolute;
        top: -9px;
        z-index: 90000;
    }
    
    .header-category-col {
        padding-left: 0;
        padding-right: 0;
    }
    
    .header-category-button-container:before {
        position: absolute;
        left: -8px;
        top: 0px;
        content: '';
        border-style: solid;
        border-width: 4px 4px 4px 4px;
        border-color: transparent #e32a2d #e32a2d transparent;
    }
    
    .header-category-button-container:after {
        position: absolute;
        left: 156px;
        top: 0px;
        content: '';
        border-style: solid;
        border-width: 4px 4px 4px 4px;
        border-color: transparent transparent #e32a2d #e32a2d;
    }
    
    .header-category-button-container>p {
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
    }
    
    .category-items-container>a img {
        display: inline-block;
        cursor: pointer;
    }
    
    .category-items-container>a:not(:last-child) img {
        margin-right: 10px;
    }
    
    .header-category-button-container a {
        margin-bottom: 15px;
        text-align: center;
    }
    
    .category-items-container {
        width: 100%;
        text-align: center;
    }
    
    .pull-left a {
        display: block;
    }
    
    .pull-right a {
        display: block;
    }
    
    .header-navbar .icon {
        display: none;
        position: absolute;
        top: 0;
        height: 58px;
    }
    
    .header-navbar .icon a {
        display: table;
        background-color: transparent;
        padding-top: 0;
        padding-bottom: 0;
        height: 100%;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #000;
        text-decoration: none;
    }
    
    .header-navbar .icon a:hover,
    .header-navbar .icon a:active,
    .header-navbar .icon a:visited {
        color: #000;
    }
    
    .header-navbar .icon a i {
        font-size: 26px;
        display: table-cell;
        vertical-align: middle;
    }
    
    .header-navbar .icon a span {
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;
    }
    
    .header-navbar .icon a:hover {
        background-color: transparent;
    }
    
    .dropdown-item-container {
        min-height: 50px;
        margin-bottom: 35px;
    }
    
    .dropdown-item-title {
        color: #000000;
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        margin-bottom: 20px;
        padding-left: 26px;
        padding-right: 20px;
        max-width: 100%;
    }
    
    .dropdown-item-list-item {
        padding-left: 30px;
        /*line-height: 30px;*/
    }
    
    @media only screen and (max-width:1199px) {
        .dropdown-item-list-item {
            background: #E2E2E2;
        }
        .dropdown-item-container .dropdown-item-title {
            background: #E2E2E2;
        }
        .header-nav-dropdown {
            min-height: auto;
        }
        .navbar-nav>li>a {
		    padding-top: 8px;
		    padding-bottom: 8px;
		    line-height: 1.2;
		    padding-left: 10px;
    		padding-right: 10px;
		}
		.header-nav-dropdown form {
		    padding-top: 8px !important;
		    padding-bottom: 8px !important;
		    margin-left: 10px !important;
		}



    }
    
    .dropdown-item-list-item a {
        color: #808080;
        font-size: 11px;
        font-weight: 300;
        line-height: 29px;
        text-decoration: none;
    }
    
    /*.dropdown-item-list-item:hover {
        background-image: url("/catalog/view/theme/default/image/img/bow-item.png");
        background-repeat: no-repeat;
    }*/
    .dropdown-item-list-item {
        position: relative;
    }
    .dropdown-item-list-item:hover:before {
        content: '';
        position: absolute;
        top: 7px;
        left: 15px;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-left: 7px solid red;
        border-bottom: 5px solid transparent;
    }
    
    .footer-container {
        min-height: 480px;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, black 100%), url("/catalog/view/theme/default/image/img/footer-main-image.webp");
        background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, black 100%), url("/catalog/view/theme/default/image/img/footer-main-image.webp");
    	overflow: hidden;
    }
    
    .footer-content-container {
        padding-top: 40px;
    }
    
    .footer-content-title {
        color: #ffffff;
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 28px;
    }
    
    .footer-about-text,
    .footer-information-links a,
    .footer-service-links a,
    .footer-contacts-information li,
    .footer-contacts-information li a {
        color: #b5bac6;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-decoration: none;
    }
    
    .footer-information-links a:hover,
    .footer-service-links a:hover {
        color: #FF5252;
    }
    
    .footer-information-links li,
    .footer-service-links li,
    .footer-about-text {
        margin-bottom: 12px;
    }
    
    .footer-contacts-information span {
        color: #ffffff;
    }
    
    .footer-contacts-information li {
        margin-bottom: 10px;
    }
    
    .footer-social-links {
        padding-top: 45px;
        text-align: center;
        padding-bottom: 75px;
    }
    
    .footer-social-title {
        color: #bdc3c7;
        font-size: 24px;
        font-weight: 400;
        line-height: 24px;
        margin-right: 39px;
    }
    
    .footer-social-links a {
        margin-right: 20px;
        cursor: poiner;
        color: #bdc3c7;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }
    
    .footer-social-links a:hover {
        color: #FF5252;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }
    
    .footer-copyright {
        margin-left: -15px;
        margin-right: -15px;
        border-top: 1px solid #ffffff;
        padding-top: 14px;
        padding-bottom: 19px;
        color: #ffffff;
        font-size: 12px;
        font-weight: 700;
        line-height: 18px;
        text-align: center;
    }
    
    @media only screen and (max-width: 1199px) {
        .header-logo-image {
            margin: auto;
        }
        .header-logo-text {
            margin: auto;
            margin-top: 10px;
        }
    }
    
    @media only screen and (max-width: 613px) {
        .header-search-button {
            border-left: 1px solid #000000;
        }
        input[name="search"] {
            max-width: 100%;
            width: 100%;
        }
        .header-search-button {
            display: block;
            margin: auto;
        }
        .header-bucket-image {
            margin: auto;
        }
        .header-bucket-count {
            margin-top: 7px;
        }
    }
    
    @media only screen and (max-width: 820px) {
        input[name="header-serch-field"] {
            width: 75%;
            margin-left: 15px;
        }
        .header-tlelephone-item {
            width: 100%;
            margin-bottom: 5px;
        }
        .header-logo-image-container {
            padding-left: 0;
            padding-right: 0;
        }
        .mega-dropdown-menu-none {
            display: none !important;
        }
    }
    
    @media only screen and (max-width: 1199px) {
        input[name="search"] {
            margin-bottom: 20px;
        }
        .header-navbar {
            width: 100%;
        }
/*        .header-navbar li.header-nav-dropdown:not(:first-child) {
            display: none;
        }*/
        .header-navbar li.icon {
            display: block;
        }
        .header-navbar.responsive {
            position: relative;
        }
        .header-navbar.responsive .icon {
            position: absolute;
        }
        .header-navbar.responsive li {
            float: none;
            display: block;
            text-align: left;
        }
        .mega-dropdown {
            overflow: hidden;
        }
        .mega-dropdown-menu {
            position: static;
            margin-top: 100px !important;
            padding: 0 0;
        }
        .header-nav-dropdown {
            width: 100%;
            margin-right: 0;
        }
        .header-nav-item {
            border-bottom: 1px solid black;
        }
        .nav-navbar-container {
            padding-right: 0;
            padding-left: 0;
        }
        .header-navbar {
            margin-right: 0;
        }
        .navbar-nav {
            margin-left: 0;
        }
        .dropdown-item-list {
            display: none;
        }
        .dropdown-item-title {
            margin-bottom: 0;
            padding-top: 10px;
            padding-bottom: 10px;
            position: relative;
        }
        .dropdown-item-container {
            margin-left: -15px;
            margin-right: -15px;
            margin-bottom: 0;
            border-top: 1px solid black;
        }
        .dropdown-item-list-item {
            padding-top: 10px;
            padding-bottom: 10px;
            border-top: 1px solid #cfd2d6;
            background-color: #fff;
        }
        .dropdown-item-list-item a {
            color: black;
        }
        .dropdown-item-list-item,
        .dropdown-item-list-item:hover {
            background-image: none;
        }
        .dropdown-item-list-item:last-child {
            border-bottom: none;
        }
        .dropdown-item-list-item a {
            width: 100%;
            line-height: 30px;
            display: block;
        }
        .footer-social-links {
            text-align: left;
        }
        .footer-social-title {
            display: block;
            margin-bottom: 12px;
        }
        .header-bucket-panel {
            padding-left: 0px;
            padding-right: 0px;
        }
        .header-bucket-panel {
            margin-left: -15px;
            margin-right: -15px;
        }
        .header-bucket-image {
            display: block;
        }
        .header-bucket-dropdown {
            margin: auto;
            float: none;
            left: initial;
            right: 0;
        }

    }
    
    #column-left {
        margin-bottom: 40px;
        padding-top: 30px;
    }
    
    @media (max-width: 991px) {
        #column-left {
            padding-top: 0px;
        }
    }
    
    .catalog-page {
        padding-top: 38px;
    }
    
    @media (max-width: 991px) {
        .catalog-page {
            padding-top: 0;
        }
    }
    /* categories module */
    
    @media (min-width: 992px) {
        .accordion-module .module-body {
            display: block !important;
        }
    }
    
    @media (max-width: 991px) {
        .accordion-module .module-body {
            display: none;
        }
    }
    
    .categories-list ul {
        display: none;
        padding-left: 16px;
    }
    
    .categories-list li {
        position: relative;
        padding-right: 20px;
    }
    
    .categories-list a {
        color: black;
        display: inline-block;
        margin-bottom: 7px;
        margin-top: 7px;
    }
    
    .categories-list a:hover {
        text-decoration: none;
        color: #f44336;
    }
    
    .categories-list li li a {
        font-weight: 400;
    }
    
    .categories-list i {
        vertical-align: middle;
        position: absolute;
        cursor: pointer;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    
    .categories-list>li>i {
        color: #000;
        font-size: 17px;
        right: 9px;
        top: 7px;
    }
    
    .categories-list>li li i {
        color: #ff3b43;
        font-size: 11px;
        font-weight: 300;
        left: -12px;
        top: 11px;
    }
    /* end categories module */
    /*  DISPLAY  */
    
    .display {
        margin-bottom: 35px;
    }
    
    .display .sort-block {
        text-align: right;
    }
    
    @media (max-width: 767px) {
        .display .sort-block {
            text-align: center;
        }
        .cart-page #form-cupon {
            padding: 10px !important;
            text-align: center;
        }
        .cart-page .links-block {
            padding-bottom: 60px !important;
        }
        .contact-us {
            padding-bottom: 0 !important;
        }
    }
    
    .cart-page .links-block a:nth-child(1) {
        text-align: center;
    }
    
    .display label {
        padding-right: 10px;
    }
    
    .display .ui-selectmenu-button {
        min-width: 148px;
        width: auto !important;
    }
    
    .display .ui-state-default .ui-icon {
        margin-top: -11px !important;
    }
    
    .display .ui-state-default .ui-icon:after {
        color: #000;
        font-size: 14px;
    }
    
    .display .ui-state-default,
    .display .ui-widget-content .ui-state-default,
    .display .ui-widget-header .ui-state-default {
        border: 0px;
        color: #808080;
    }
    
    .display .ui-state-default:focus,
    .display .ui-state-default:hover,
    .display .ui-widget-content .ui-state-default:focus,
    .display .ui-widget-content .ui-state-default:hover,
    .display .ui-widget-header .ui-state-default:focus,
    .display .ui-widget-header .ui-state-default:hover {
        outline: none;
        background: transparent;
    }
    
    .display .ui-selectmenu-button {
        vertical-align: middle;
        font-weight: 400;
    }
    
    .display .ui-selectmenu-button span.ui-selectmenu-text {
        background: white;
        color: #808080;
        border: 1px solid #bdc3c7;
        height: 32px;
        line-height: 29px;
        padding: 0px 30px 0px 12px;
    }
    
    .display #input-sort-menu .ui-menu-item {
        font-weight: 400;
        color: #808080;
    }
    
    .display .ui-selectmenu-button span.ui-icon {
        top: 59%;
    }
    
    @media (max-width: 767px) {
        .views {
            text-align: center;
            margin-bottom: 15px;
        }
    }
    
    .views button {
        color: #bdc3c7;
        font-size: 18px;
        margin-right: 8px;
    }
    
    .views button.active {
        color: black;
    }
    
    .cart-page .cart-table {
        margin: 0px;
    }
    
    .cart-page .cart-table tr {
        border: 1px solid #ccc;
        border-bottom-color: transparent;
    }
    
    @media (max-width: 767px) {
        .cart-page .cart-table {
            text-align: center;
            margin-bottom: 20px;
        }
    }
    
    .cart-page #form-cupon a,
    .cart-page .cart-btn {
        display: inline-block;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        padding: 0px 20px;
        margin-left: 30px;
        border: 1px solid #000;
        line-height: 40px;
        font-size: 14px;
        height: 40px;
        vertical-align: middle;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        background-color: #fff;
        color: #000;
    }
    
    .cart-page #form-cupon a:hover,
    .cart-page .cart-btn:hover {
        text-decoration: none;
        color: #000;
        background-color: #000;
        color: #fff;
    }
    
    .cart-page .bottom-block span {
        border: 0px;
        font-size: 18px;
        font-weight: bold;
    }
    
    .cart-page .bottom-block .total-sum .value {
        color: #009d15;
    }
    
    .cart-page #form-cupon {
        padding: 60px 0px;
        vertical-align: middle;
        border-top: 1px solid #bdc3c7;
    }
    
    .cart-block {
        margin-top: 50px;
    }
    
    .cart-block .product-name p,
    .cart-block .product-name .product-description {
        max-width: 320px;
        padding-top: 10px;
        padding-bottom: 15px;
        letter-spacing: 1px;
        color: #8c8c8c;
    }
    
    .cart-block .product-name p a,
    .cart-block .product-name .product-description a {
        text-decoration: none;
        vertical-align: middle;
        color: #000;
        font-size: 16px;
    }
    
    .text-left.product-name {
        vertical-align: middle !important;
    }
    
    .cart-block .product-td {
        height: 152px;
    }
    
    .cart-block .product-td a {
        display: inline-block;
        max-width: 100%;
    }
    
    .cart-block .product-td a img {
        max-width: 130px;
        margin: 0px auto;
    }
    
    .cart-block .delete,
    .cart-block .number-td,
    .cart-block .price,
    .cart-block .total-price,
    .cart-block .product-td {
        vertical-align: middle;
    }
    
    .cart-block .price {
        font-weight: bold;
        text-align: left;
    }
    
    .cart-block .total-price {
        font-weight: bold;
        font-size: 18px;
        color: #009d15;
    }
    
    .cart-block .btn-block {
        position: relative;
    }
    
    .cart-block .btn-block .product-count {
        padding: 5px 5px;
        margin: 0px !important;
        text-align: center;
        margin-left: 20px !important;
        /*width: 60px;*/
        line-height: 1.2;
        border: 1px solid #cccccc;
        outline: none;
    }
    
    .cart-block .btn-block .minus {
        position: absolute;
        right: 13px;
        bottom: 13px;
        cursor: pointer;
    }
    
    .cart-block .btn-block .plus {
        position: absolute;
        right: 13px;
        top: 2px;
        cursor: pointer;
    }
    
    @media (max-width: 440px) {
        .cart-block td {
            vertical-align: middle !important;
        }
    }
    
    @media (max-width: 767px) {
        .cart-block #form-cupon {
            border-top: 0px;
        }
        .cart-block tr {
            display: inline-block;
            width: 100%;
            max-width: 400px;
            margin-bottom: 30px;
            padding: 0 10px;
            border-bottom: 1px solid #ccc;
        }
        .cart-block .product-td,
        .cart-block .delete,
        .cart-block .product-name,
        .cart-block .number-td,
        .cart-block .price,
        .cart-block .total-price,
        .cart-block .product-td {
            display: inline-block;
            width: auto !important;
            text-align: center;
            border: 0 !important;
        }
        .cart-block .product-td,
        .cart-block .delete,
        .cart-block .price {
            display: block;
        }
        .cart-block .product-td p,
        .cart-block .delete p,
        .cart-block .price p {
            max-width: 100%;
        }
    }
    
    @media (max-width: 767px) {
        .cart-page #form-cupon .form-control {
            display: block;
            width: 100% !important;
            margin: 10px auto;
            float: none !important;
        }
        .cart-page #form-cupon .cart-btn {
            margin: 0px auto;
            width: 100%;
        }
        .cart-page .button-block {
            width: 100%;
            margin-bottom: 10px;
            text-align: center !important;
        }
        .cart-page .button-block .cart-btn {
            width: 100%;
            margin: 0px auto;
        }
    }
    
    .cart-page .form-control {
        display: inline-block;
        width: 300px;
        height: 40px;
        padding: 0px 20px;
        line-height: 40px;
        border-radius: 0px;
        box-shadow: none;
        float: left;
    }
    
    .cart-page .form-control:focus {
        outline: none;
        box-shadow: none;
        border-color: #000;
    }
    
    .cart-page .button-block {
        text-align: right;
        vertical-align: middle;
        float: right;
        margin-top: 61px;
    }
    
    .cart-page .total-block {
        text-align: right;
        border-top: 1px solid #000;
        padding-top: 25px;
        margin-bottom: 30px;
        margin-bottom: 30px;
    }
    
    .cart-page .total-block p {
        text-align: right;
        padding: 0px;
        margin-bottom: 12px;
    }
    
    .cart-page .total-block p span {
        display: inline-block;
        padding-left: 15px;
        border: 0px;
    }
    
    .cart-page .total-block .value {
        margin: 0px;
    }
    
    .cart-page .links-block {
        display: block;
        padding-bottom: 160px;
    }
    
    .cart-page .links-block a {
        position: relative;
        display: inline-block;
        margin: 0px;
        color: #fff;
        border: 0px;
    }
    
    .cart-page .links-block a:after {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        content: "";
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background-color: transparent;
    }
    
    .cart-page .links-block a:hover:after {
        background-color: rgba(0, 0, 0, 0.2);
    }
    
    .cart-page .links-block a:nth-child(1) {
        float: left;
        background-color: #009d15;
        border-color: #009d15;
    }
    
    .cart-page .links-block a:nth-child(2) {
        float: right;
        background-color: #ff3b43;
        border-color: #ff3b43;
    }
    
    @media (max-width: 480px) {
        .cart-page .links-block {
            float: none;
        }
        .cart-page .links-block a {
            display: block;
            margin: 10px auto;
            max-width: 300px;
            float: none !important;
        }
    }
    
    @media (max-width: 330px) {
        .cart-page .total-block p span {
            padding-left: 5px;
        }
    }
    
    .news-category .news-catalog {
        text-align: center;
        cursor: pointer;
        max-width: 400px;
        height: 410px;
        overflow: hidden;
    }
    
    @media only screen and (max-width: 768px) {
        .news-category .news-catalog {
            margin: 0px auto;
        }
    }
    
    .news-category .news-catalog .news-title:hover {
        color: #ff3b43;
    }
    
    .news-category .news-catalog .news-img {
        position: relative;
        margin: 25px 0px 10px 0px;
    }
    
    .news-category .news-catalog .news-img:hover .news-title {
        color: #ff3b43;
    }
    
    .news-category .news-catalog .news-img a {
        position: relative;
        display: block;
    }
    
    .news-category .news-catalog .news-img img {
        display: block;
        max-width: 100%;
        max-height: 220px;
    }
    
    .news-category .news-catalog .news-date {
        position: absolute;
        padding: 9px 25px;
        bottom: 0px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 12px;
        background-color: #000;
        color: #fff;
    }
    
    .news-category .news-catalog .news-title {
        margin-top: 20px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        font-size: 20px;
        line-height: 1.5;
        text-decoration: none;
        color: #000;
    }
    
    .news-category .news-catalog p {
        margin: 10px 0px;
        line-height: 1.714;
        max-height: 65px;
        overflow: hidden;
    }
    
    .news-category .news-pagination {
        padding: 0px 15px;
        margin: 60px auto 160px auto;
        text-align: center;
    }
    
    .pagination li {
        margin-bottom: 15px;
    }
    
    @media (max-width: 380px) {
        .news-category .news-pagination {
            padding: 0px;
        }
    }
    
    .news-category .news-pagination .active>span,
    .news-category .news-pagination .active>a {
        background-color: #000;
    }
    
    .news-category .news-pagination li {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        display: inline-block;
        margin: 0px 5px;
        background-color: #bdc3c7;
        cursor: pointer;
    }
    
    @media (max-width: 380px) {
        .news-category .news-pagination li {
            margin: 0px;
        }
    }
    
    .news-category .news-pagination li:hover {
        background-color: #000;
    }
    
    .news-category .news-pagination li a,
    .news-category .news-pagination li span {
        display: block;
        padding: 10px 15px;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
        text-transform: uppercase;
    }
    
    .news-page .news-title {
        font-family: 'Lato', sans-serif !important;
        padding: 15px;
        margin-top: 20px;
        text-align: center;
    }
    
    .news-page .news-block-title {
        display: flex;
        justify-content: center;
    }
    
    .news-page .news-title span {
        font-family: 'Lato';
        display: inline-block;
        padding: 10px 35px;
        background-color: #000;
        font-weight: bold;
        color: #fff;
    }
    
    .news-page .news-title p {
        font-family: 'Lato', sans-serif !important;
        padding-top: 10px;
        font-size: 30px;
        font-weight: bold;
        line-height: 1.5;
    }
    
    .news-page .news-block {
        font-family: 'Lato', sans-serif !important;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 25px;
        border-bottom: 1px solid #bdc3c7;
    }
    
    .news-page .news-block p {
        font-family: 'Lato', sans-serif !important;
        font-size: 14px;
        line-height: 1.714;
    }
    /*
.news-page .top-block img {
  margin: 10px auto;
  max-width: 100%; }

.news-page .top-block p {
  padding: 20px 0px;
  line-height: 1.714;
  text-align: left; }

.news-page .middle-block {
  padding-top: 20px; }
.news-page .middle-block img {
  max-width: 100%;
  margin: 0px auto;
  padding: 5px 0px; }
.news-page .middle-block .title {
  padding: 0px;
  font-size: 24px;
  line-height: 0.8;
  font-weight: bold; }
.news-page .middle-block p {
  padding-top: 30px;
  line-height: 1.714; }

.news-page .bottom-block .title {
  padding: 30px 0px 10px 0px; }

.news-page .bottom-block img {
  margin: 0px auto;
  margin-top: 30px;
  max-width: 100%; }

.news-page .bottom-block p {
  font-size: 14px;
  padding-top: 30px;
  line-height: 1.714; }

.news-page .bottom-block span {
  display: block;
  margin: 60px 0px 25px 0px;
  border-bottom: 1px solid #bdc3c7; }
*/
    
    .news-page .share {
        margin-bottom: 135px;
        margin-top: 45px;
        cursor: default;
    }
    
    .news-page .share a {
        display: inline-block;
        margin: 0px 10px;
    }
    
    .news-page .share a,
    .news-page .share span {
        vertical-align: middle;
    }
    
    .news-page .share span {
        color: #000;
        margin-right: 10px;
    }
    
    .news-page .share .fa:before {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        color: #808080;
        font-size: 20px;
    }
    
    .news-page .share .fa-facebook:hover:before {
        color: #3b5998;
    }
    
    .news-page .share .fa-twitter:hover:before {
        color: #4099FF;
    }
    
    .news-page .share .fa-google-plus:hover:before {
        color: #D34836;
    }
    
    @media only screen and (max-width: 992px) {
        .news-page .middle-block .title {
            padding-top: 20px;
            text-align: center;
        }
        .news-page .middle-block img {
            float: none;
        }
    }
    
    .contact-header {
        padding: 45px 0px;
        text-align: center;
    }
    
    .contact-header h1 {
        text-transform: uppercase;
        font-size: 36px;
        font-weight: bold;
    }
    
    .contact-header span {
        display: inline-block;
        position: relative;
        text-align: center;
        width: 30px;
        height: 30px;
        margin-top: 20px;
        background: url("/catalog/view/theme/default/image/img/cross-arrows.png") center center no-repeat;
    }
    
    .contact-header span:after,
    .contact-header span:before {
        content: "";
        position: absolute;
        display: block;
        height: 0px;
        width: 50px;
        top: 50%;
        border-top: 1px solid #f44336;
    }
    
    .contact-header span:before {
        left: 30px;
    }
    
    .contact-header span:after {
        right: 30px;
    }
    
    .contact-info {
        margin-bottom: 100px;
    }
    
    .contact-us {
        padding-bottom: 100px;
    }
    
    .contact-form {
        border: 1px solid #bdc3c7;
        margin: 0px auto;
        margin-bottom: 100px;
        max-width: 575px;
        padding: 0px 15px;
        line-height: 1.2;
    }
    
    .contact-form input,
    .contact-form textarea {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border: 1px solid #bdc3c7;
        resize: none;
        width: 100%;
    }
    
    .contact-form input:focus,
    .contact-form textarea:focus {
        border-color: #000;
        outline: none;
        box-shadow: none;
        outline-style: none;
    }
    
    .contact-form .contact-button {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        height: 52px;
        margin: 20px 0px 40px 0px;
        width: 100%;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        background-color: #000;
        border: 1px solid #000;
    }
    
    .contact-form .contact-button:hover {
        background-color: #fff;
        color: #000;
        -webkit-tap-highlight-color: transparent;
        outline: none;
    }
    
    .contact-form p {
        padding: 10px 10px;
    }
    
    .contact-form .title-contact {
        font-size: 36px;
        padding: 25px 10px 15px 10px;
    }
    
    .contact-form textarea {
        margin: 10px 0px 20px 0px;
        padding: 15px;
    }
    
    .contact-form input {
        margin: 20px 0px 5px 0px;
        padding: 15px;
    }
    
    .contact-form .form-group {
        width: 100%;
        margin: 0px;
    }
    
    .contact-form .form-name,
    .contact-form .form-email {
        width: 49%;
    }
    
    .contact-box {
        text-align: center;
        cursor: pointer;
    }
    
    .contact-box:hover .contact-ico {
        border-color: #ff3b43;
    }
    
    .contact-box .contact-ico {
        position: relative;
        -webkit-transition: border 0.3s;
        transition: border 0.3s;
        height: 70px;
        width: 70px;
        margin: 20px auto;
        border: 1px solid #bdc3c7;
    }
    
    .contact-box .contact-ico img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .contact-box .title {
        margin: 20px 0px 20px 0px;
        font-size: 14px;
        font-weight: bold;
        font-family: "Lato";
        text-align: center;
        text-transform: uppercase;
    }
    
    .contact-box .phones,
    .contact-box .mode,
    .contact-box .cities,
    .contact-box .email {
        display: inline-block;
        margin-bottom: 10px;
        font-weight: 300;
        text-align: center;
        line-height: 1.2;
    }
    
    .contact-box .cities,
    .contact-box .email {
        text-align: left;
    }
    
    .contact-text {
        margin-bottom: 70px;
        padding: 0px 15px;
        line-height: 1.286;
    }
    
    @media only screen and (max-width: 991px) {
        .contact-form {
            margin-top: 80px;
        }
    }
    
    @media only screen and (max-width: 450px) {
        .contact-form .form-name,
        .contact-form .form-email {
            width: 100%;
        }
    }
    
    .required-label:after,
    .required:after {
        content: "*";
        display: inline-block;
        margin-left: 5px;
        color: #FF5252;
    }
    
    .ui-state-focus,
    .ui-state-active {
        margin: 0;
    }
    
    .ui-state-hover,
    .ui-state-focus {
        list-style-image: none;
        background: #eee !important;
        color: #000;
        font-weight: 500;
        border-color: #ccc;
        border-radius: 0;
    }
    
    .ui-menu .ui-menu-item {
        background: white;
        font-weight: 500;
        color: #000;
        border-color: transparent;
        font-size: 14px;
        padding: 8px 30px 8px 12px;
    }
    
    .ui-state-default .ui-icon {
        background: transparent;
        text-indent: 0;
        width: 26px;
        height: 40px;
        right: 4px !important;
        margin-top: -14px !important;
    }
    
    .ui-state-default .ui-icon:hover {
        font-weight: 500;
    }
    
    .ui-state-default .ui-icon:after {
        content: "\f107";
        padding: 0 5px;
        color: #000;
        font-family: 'fontawesome';
        font-weight: 500;
        font-size: 25px;
    }
    
    .ui-selectmenu-button span.ui-selectmenu-text {
        width: 100%;
        color: #000;
        font-size: 14px;
        font-weight: 500;
        font-family: "Lato", sans-serif;
        padding: 10px 30px 10px 12px;
        height: 40px;
    }
    
    .ui-corner-all,
    .ui-corner-bottom,
    .ui-corner-right,
    .ui-corner-br {
        border-radius: 0;
        background: white;
    }
    
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        color: #000;
        box-shadow: none;
        outline: none;
        display: inline-block;
        border-radius: 0;
        background: transparent;
    }
    
    .ui-state-default:focus,
    .ui-state-default:hover,
    .ui-widget-content .ui-state-default:focus,
    .ui-widget-content .ui-state-default:hover,
    .ui-widget-header .ui-state-default:focus,
    .ui-widget-header .ui-state-default:hover {
        outline: none;
        background: transparent !important;
    }
    
    .checkout-page .account-questions .form-control {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        border-radius: 0px;
    }
    
    .checkout-page .account-questions .form-control .control-label {
        font-size: 12px;
    }
    
    .checkout-page .account-questions span {
        display: inline-block;
        width: 120px;
        margin-right: 30px;
        color: #ff4f55;
    }
    
    @media (max-width: 400px) {
        .checkout-page .account-questions span {
            display: block;
        }
    }
    
    .checkout-page .account-questions a {
        color: #000;
        text-decoration: none;
        border-bottom: 1px solid #aeaeae;
    }
    
    .checkout-page .account-questions #form-cupon {
        margin: 20px 0px;
        margin-bottom: 60px;
    }
    
    @media (max-width: 400px) {
        .checkout-page .account-questions #form-cupon input {
            margin-bottom: 10px;
        }
    }
    
    .checkout-page .account-questions div {
        margin: 15px 0px;
    }
    
    .checkout-page {
        padding-top: 50px;
        padding-bottom: 165px;
        /* YOUR ORDER FORM */
        /* end YOUR ORDER FORM */
    }
    
    .checkout-page .page-title {
        font-size: 24px;
        padding-left: 0px;
        text-align: center;
        text-transform: uppercase;
        margin-top: 10px;
        margin-bottom: 18px;
        letter-spacing: 0.5px;
    }
    
    @media (max-width: 991px) {
        .checkout-page .page-title {
            text-align: center;
        }
    }
    
    .checkout-page .checkout-title {
        color: #000000;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 0.5px;
    }
    
    .checkout-page .requisites {
        width: 100%;
        max-width: 550px;
        margin-bottom: 25px;
        margin-top: 20px;
    }
    
    .checkout-page .requisites h2 {
        font-weight: bold;
        margin-bottom: 10px;
    }
    
    .checkout-page .requisites input,
    .checkout-page .requisites textarea {
        border-radius: 0px;
    }
    
    .checkout-page .requisites input:focus,
    .checkout-page .requisites textarea:focus {
        border-color: #000;
        box-shadow: none;
    }
    
    .checkout-page .requisites input {
        height: 40px;
    }
    
    @media (max-width: 991px) {
        .checkout-page .requisites {
            max-width: 100%;
        }
    }
    
    .checkout-page .requisites .control-label {
        margin-bottom: 8px;
    }
    
    .checkout-page .requisites .form-control {
        margin-bottom: 21px;
        margin-bottom: 21px;
        border-radius: 0;
        box-shadow: none;
    }
    
    .checkout-page .requisites textarea.form-control {
        margin-bottom: 5px;
    }
    
    .checkout-page .requisites span+.form-control,
    .checkout-page .requisites input+.form-control {
        margin-top: 15px;
    }
    
    .checkout-page .requisites .form-note {
        padding: 20px 15px 30px 25px;
        font-size: 12px;
        color: #808080;
    }
    
    .checkout-page .registration-checkbox {
        margin-top: 20px;
    }
    
    .checkout-page .registration-checkbox input {
        height: auto;
    }
    
    .checkout-page .login-checkbox {
        margin-top: 20px;
    }
    
    .checkout-page .login-checkbox input {
        height: auto;
    }
    
    .checkout-page #registration-account {
        max-width: 550px;
        width: 100%;
        display: none;
    }
    
    .checkout-page #registration-account p {
        font-size: 14px;
        color: black;
        margin-bottom: 35px;
        font-weight: 500;
        line-height: 1.5;
    }
    
    .checkout-page #registration-account input {
        border-radius: 0px;
        height: 40px;
        margin-bottom: 10px;
    }
    
    .checkout-page #registration-account input:focus {
        box-shadow: none;
        border-color: #000;
    }
    
    .checkout-page #registration-account label {
        margin: 15px 0px;
    }
    
    @media (max-width: 991px) {
        .checkout-page #registration-account {
            max-width: 100%;
        }
    }
    
    .checkout-page #form-cupon {
        display: none;
    }
    
    @media (max-width: 991px) {
        .checkout-page #form-cupon {
            text-align: center;
        }
    }
    
    @media (max-width: 767px) {
        .checkout-page #form-cupon {
            width: 100%;
        }
    }
    
    .checkout-page #form-cupon input[type="text"] {
        width: 250px;
        margin-right: 10px;
        height: 40px;
        border-radius: 0px;
        display: inline-block;
        outline: 0px;
        box-shadow: none;
    }
    
    .checkout-page #form-cupon input[type="text"]:focus {
        border-color: #000;
    }
    
    @media (max-width: 767px) {
        .checkout-page #form-cupon input[type="text"] {
            width: 100%;
            margin-right: 0px;
        }
    }
    
    .checkout-page #form-cupon a {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        color: #000;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 14px;
        display: block;
        padding: 0px 35px;
        line-height: 38px;
        background: #fff;
        border: 1px solid #000;
        display: inline-block;
    }
    
    @media (max-width: 767px) {
        .checkout-page #form-cupon a {
            width: 100%;
        }
    }
    
    .checkout-page #form-cupon a:hover {
        background: #000;
        color: #fff;
    }
    
    .checkout-page #sign-in p,
    .checkout-page #registration-account p {
        font-size: 14px;
        color: black;
        margin-bottom: 25px;
        font-weight: 500;
        line-height: 1.3;
    }
    
    .checkout-page #sign-in {
        background: #e6e6e6;
        padding: 0px 5px;
        max-width: 500px;
        margin-bottom: 20px;
        display: none;
    }
    
    .checkout-page #sign-in input:focus {
        border-color: #000;
        box-shadow: none;
    }
    
    .checkout-page #sign-in p {
        margin: 0px;
        padding: 0px 15px;
        padding-top: 30px;
    }
    
    .checkout-page #sign-in label {
        font-size: 12px;
        padding-left: 5px;
        padding-bottom: 10px;
    }
    
    .checkout-page #sign-in .submit {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        display: block;
        width: 100%;
        margin-bottom: 15px;
        line-height: 38px;
        height: 40px;
        text-align: center;
        background-color: #000;
        border: 1px solid #000;
        box-shadow: none;
        outline: none;
        color: #fff;
    }
    
    .checkout-page #sign-in .submit:hover {
        background-color: transparent;
        color: #000;
    }
    
    .checkout-page #your-order {
        border: 1px solid #000;
        padding: 20px 10px 30px;
        margin-top: 45px;
        margin-left: 20px;
    }
    
    @media (max-width: 991px) {
        .checkout-page #your-order {
            margin-left: 0;
        }
    }
    
    .checkout-page #your-order .checkout-title {
        padding-bottom: 10px;
        text-align: center;
    }
    
    .checkout-page #your-order td {
        vertical-align: middle;
    }
    
    .checkout-page #your-order thead>tr>th,
    .checkout-page #your-order tbody>tr>th,
    .checkout-page #your-order tfoot>tr>th,
    .checkout-page #your-order thead>tr>td,
    .checkout-page #your-order tbody>tr>td,
    .checkout-page #your-order tfoot>tr>td {
        padding: 20px 8px;
    }
    
    .checkout-page #your-order td {
        vertical-align: middle;
        border-bottom: 1px solid #ddd;
    }
    
    .checkout-page #your-order .product-td {
        width: 19%;
    }
    
    .checkout-page #your-order .image-link {
        display: inline-block;
        line-height: 0;
    }
    
    .checkout-page #your-order .image-link img {
        max-width: 100%;
    }
    
    .checkout-page #your-order .product-name {
        width: 40.5%;
        letter-spacing: -0.5px;
    }
    
    .checkout-page #your-order .product-name .product-description {
        display: block;
        color: #8c8c8c;
        font-size: 12px;
    }
    
    .checkout-page #your-order td a.name {
        color: #000;
        font-weight: 500;
        font-size: 12px;
    }
    
    .checkout-page #your-order td a.name:hover {
        text-decoration: underline;
    }
    
    .checkout-page #your-order td.price {
        font-weight: 500;
        font-size: 14px;
    }
    
    .checkout-page #your-order .count-td {
        color: #878787;
        font-size: 12px;
    }
    
    .checkout-page #your-order td.total-price {
        color: #009d15;
        font-size: 14px;
    }
    
    .checkout-page #your-order .total-block {
        text-align: right;
        padding-top: 5px;
        margin-bottom: 45px;
        padding-right: 10px;
    }
    
    @media (max-width: 500px) {
        .checkout-page #your-order .total-block {
            text-align: center;
        }
    }
    
    .checkout-page #your-order .total-block p {
        margin-bottom: 18px;
    }
    
    @media (max-width: 500px) {
        .checkout-page #your-order .total-block p {
            margin-bottom: 7px;
        }
    }
    
    .checkout-page #your-order .preliminary-sum {
        font-weight: 600;
    }
    
    .checkout-page #your-order .preliminary-sum .value {
        padding-left: 10px;
        font-weight: 700;
    }
    
    .checkout-page #your-order .total-sum {
        font-size: 18px;
        font-weight: 700;
    }
    
    .checkout-page #your-order .total-sum .value {
        color: #009d15;
        padding-left: 15px;
        font-weight: 700;
    }
    
    .checkout-page #your-order .order-btn-block {
        padding: 0 7px;
    }
    
    .checkout-page #your-order .order-btn {
        display: block;
        position: relative;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #009d15;
        width: 100%;
        color: #fff;
    }
    
    .checkout-page #your-order .order-btn:after {
        content: "";
        -webkit-transition: 0.3s;
        transition: 0.3s;
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }
    
    .checkout-page #your-order .order-btn:hover {
        text-decoration: none;
    }
    
    .checkout-page #your-order .order-btn:hover:after {
        background-color: rgba(0, 0, 0, 0.2);
    }
    
    @media (max-width: 500px) {
        .checkout-page #your-order .table-product {
            padding: 0 20px;
            display: block;
        }
    }
    
    @media (max-width: 500px) {
        .checkout-page #your-order .table-product tr {
            text-align: center;
            border-bottom: 1px solid #ddd;
            margin-bottom: 20px;
            display: block;
            padding: 0 0px 20px;
        }
    }
    
    @media (max-width: 500px) {
        .checkout-page #your-order .table-product td {
            display: inline-block;
            text-align: center;
            padding: 8px 10px !important;
            width: auto !important;
            border: 0 !important;
        }
    }
    
    @media (max-width: 500px) {
        .checkout-page #your-order .table-product td.product-td,
        .checkout-page #your-order .table-product td.product-name {
            width: 100% !important;
        }
    }
    
    .product {
        padding-top: 40px;
    }
    
    .product .product-img {
        position: relative;
    }
    
    .product .product-img img {
        max-width: 100%;
    }
    
    .product .description .title {
        font-size: 24px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }
    
    .product .description .from {
        font-size: 24px;
        font-weight: bold;
        margin-right: 10px;
    }
    
    .mfp-bg {
        z-index: 1000000 !important;
        overflow: hidden;
    }
    
    .mfp-wrap {
        z-index: 1000001 !important;
        overflow: hidden;
    }
    
    .product .description .price,
    .product .description .last-price {
        display: inline-block;
        font-size: 24px;
        color: #009d15;
        margin: 15px 0px;
        margin-right: 10px;
    }
    
    .product .description .last-price {
        font-size: 18px;
        color: #ff3b43;
        text-decoration: line-through;
    }
    
    .product .description .text,
    .product .description .code {
        color: #8d8d8d;
    }
    
    .product .description .code div {
        display: inline-block;
        float: right;
    }
    
    .product .description .code {
        padding: 15px 0px;
        font-weight: bold;
        border-bottom: 1px solid #8d8d8d;
        /*margin-bottom: 30px;*/
    }
    
    .product .description .code span {
        text-transform: uppercase;
        color: #000;
    }
    
    .man-product-head {
        padding-top: 14px;
    }
    
    .product .description .text {
        margin: 15px 0px;
        line-height: 1.786;
        /*height: 75px;*/
        overflow: hidden;
    }
    
    .product .description .text span {
        display: block;
    }
    
    .product .description .capacity .product .description .capacity .social-links {
        justify-content: flex-end;
        flex: 1;
    }
    
    .product .description .icon:first-child {
        margin-right: 10px;
    }
    
    .product .description .icon {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        display: inline-block;
        position: relative;
        height: 40px;
        width: 40px;
        /*border: 1px solid #000;*/
        color: #fff;
        background-color: #bdc3c7;
        border-radius: 2px;
        -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
        overflow: hidden;
    }
    
    .product .description .icon:hover {
        -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
        /*border-color: #009d15;*/
    }
    
    .product .description .icon:hover i {
        /*color: #009d15;*/
    }
    
    .product .description .icon.active {
        /*border-color: #009d15;*/
    }
    
    .product .description .icon.active i {
        /*color: #009d15;*/
    }
    
    .product .description .icon i {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 24px;
        color: #fff;
    }
    
    .product .description .submit {
        text-align: left;
    }
    
    .product .description .submit a {
        margin-left: 0px;
        margin-right: 40px;
    }
    
    .product .description .stock {
        /*padding: 20px 15px;*/
        font-size: 14px;
        cursor: default;
        margin-bottom: 45px;
    }
    
    @media only screen and (max-width: 400px) {
        .product .description .stock {
            padding: 20px 4px;
        }
    }
    
    .product .description .stock .time-left {
        display: inline-block;
        padding: 15px;
        padding-bottom: 10px;
        background-color: #4caf50;
        color: #fff;
        font-size: 14px;
        border-radius: 2px;
    }
    
    .description .stock p {
        text-align: center
    }
    
    .description .stock .time-left .days {
        width: 42px;
    }
    
    .description .stock .time-left span {
        display: inline-block;
        text-align: center;
        width: 28px;
        line-height: 1.4;
        vertical-align: text-top;
    }
    
    .description .stock .time-left span::first-line {
        font-size: 24px;
    }
    
    .product .description .stock .top-text {
        padding-top: 0px;
        padding-bottom: 10px;
        font-size: 24px;
        font-weight: 500;
        text-align: left;
        color: #ff5252;
        line-height: 22px;
        text-align: center;
    }
    
    .product .description .stock p {
        padding-top: 15px;
        padding-bottom: 15px;
        font-weight: 700;
        font-size: 14px;
    }
    
    .product .description .social-links i {
        font-size: 24px;
        margin-right: 10px;
    }
    
    .product .description .social-links .fa-google-plus {
        color: #ea4335;
    }
    
    .product .description .social-links .fa-facebook {
        color: #3d5b99;
    }
    
    .product .description .social-links .fa-vk {
        color: #507299;
    }
    
    .product .submit {
        text-align: right;
    }
    
    .product .submit .buy,
    .product .submit .cart {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        height: 40px;
        /* width: 150px;*/
        display: inline-block;
        margin: 20px 20px;
        padding: 0px 25px;
        line-height: 40px;
        text-align: center;
        /*float: right;*/
        text-transform: uppercase;
        background-color: #bdc3c7;
        /*border: 1px solid #000;*/
        color: #fff;
    }
    
    @media (max-width: 468px) {
        .product .submit .buy,
        .product .submit .cart {
            display: block;
            /*width: 100%;*/
            float: none !important;
        }
    }
    
    .product .submit .cart {
        position: relative;
        border-color: #009d15;
        background-color: #009d15;
        color: #fff;
        /*float: right;*/
    }
    /*.product .submit .cart:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: transparent; }
.product .submit .cart:hover {
  text-decoration: none; }
.product .submit .cart:hover:after {
  background-color: rgba(255, 255, 255, 0.2); }*/
    
    .product .count-box {
        position: relative;
        margin-right: 10px;
        float: left;
    }
    
    .product .count-box .price-input {
        color: #009d15;
        font-size: 16px;
        font-weight: bold;
    }
    
    .product .count-box input {
        padding: 13px 30px 13px 15px;
        width: 68px;
        line-height: 1.2;
        height: 38px;
        border: 1px solid #cccccc;
        box-shadow: none;
        outline: none;
    }
    
    .product .count-box input:focus {
        outline: none;
        box-shadow: none;
    }
    
    .product .count-box .plus,
    .product .count-box .minus {
        position: absolute;
        right: 13px;
        cursor: pointer;
    }
    
    .product .count-box .plus {
        top: 8px;
    }
    
    .product .count-box .minus {
        bottom: 8px;
    }
    
    .product .nav {
        border-bottom: 1px solid #000;
    }
    
    .product .nav .nav-item {
        border-bottom: 2px solid transparent;
        text-transform: uppercase;
    }
    
    @media (max-width: 768px) {
        .product .nav .nav-item {
            display: block;
            float: none;
        }
    }
    
    .product .nav .nav-item .nav-link {
        margin-bottom: 1px;
        padding: 5px 15px;
        border: 0px;
        border-radius: 0px;
        color: #000;
    }
    
    .product .nav .nav-item .nav-link:hover,
    .product .nav .nav-item .nav-link:visited {
        background-color: transparent;
    }
    
    .product .nav .active {
        border-bottom: 2px solid #FF5252;
    }
    
    @media (max-width: 768px) {
        .product .nav .active {
            border-left: 2px solid #FF5252;
            border-bottom: 0px;
        }
    }
    
    /*#description,
    #delivery {
        padding-bottom: 60px;
        line-height: 1.714;
    }

    #description *,
    #delivery * {
        font-size: 16px !important;
    }*/
    
    #characteristic {
        padding-bottom: 160px;
    }
    
    @media (max-width: 468px) {
        #feedback .review .date {
            float: right;
        }
    }
    
    #feedback .review .date {
        display: inline-block;
    }
    
    #feedback .review .user-name {
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        margin-right: 25px;
    }
    
    #feedback .review .rating {
        display: inline-block;
        float: right;
    }
    
    @media (max-width: 468px) {
        #feedback .review .rating {
            display: block;
            text-align: right;
            float: none;
        }
    }
    
    #feedback .review .text {
        margin: 20px 0px;
        color: #878787;
        line-height: 1.714;
        padding-bottom: 10px;
        overflow: hidden;
    }
    
    #feedback .form-control {
        background-color: #ddd;
    }
    
    #feedback .form-control:focus {
        background-color: #fff;
    }
    
    #video {
        margin-top: 35px;
        position: relative;
    }
    
    #video iframe {
        position: relative;
        display: block;
        max-width: 570px;
        width: 100%;
        height: 320px;
        padding-bottom: 30px;
    }
    
    /*#delivery {
        margin-top: 10px;
        line-height: 1.762;
        padding: 0px 15px;
    }
    
    #delivery strong {
        display: block;
        margin-bottom: 10px;
        color: #000;
    }
    
    #delivery p {
        color: #8d8d8d;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    
    #delivery ul,
    #delivery ol {
        margin-top: 20px;
        color: #8d8d8d;
    }
    
    #delivery ul li,
    #delivery ol li {
        margin-top: 10px;
    }*/
    
    .inactive {
        pointer-events: none !important;
    }
    
    .bx-next,
    .bx-prev {
        z-index: 1;
    }
    
    .big-img {
        display: inline-block;
        /* top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute; */
        margin-bottom: 40px;
    }
    
    @media (max-width: 1199px) {
        .big-img {
            display: block;
            position: relative;
            top: auto;
            left: auto;
            -webkit-transform: none;
            transform: none;
        }
    }
    
    .big-img #big-img {
        margin: 0px auto;
        max-width: 100%;
        max-width: 450px;
    }
    
    @media (max-width: 768px) {
        .big-img #big-img {
            max-width: 320px;
        }
    }
    
    .bx-wrapper {
        display: inline-block;
        margin: 0px;
        margin-top: 35px;
        box-shadow: none;
        outline: none;
        right: 0px;
        float: right;
    }
    
    @media (max-width: 1199px) {
        .bx-wrapper {
            display: block;
            margin: 0px;
            margin: 30px auto;
            top: auto;
            right: auto;
            float: none;
            max-width: 100% !important;
            position: relative;
            z-index: 100;
        }
        .bx-wrapper .bx-viewport {
            width: 100% !important;
        }
        .bx-wrapper img {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            pointer-events: initial;
        }


    }
    
    .carousel.slide {
        max-width: 100%;
    }
    
    .carousel-control span {
        color: #ddd;
    }
    
    .carousel-control.right {
        background-image: linear-gradient(to left, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, 0) 80%);
    }
    
    .carousel-control.left {
        background-image: linear-gradient(to right, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, 0) 80%);
    }
    
    .slide {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        min-width: 95px;
        min-height: 95px;
        border: 1px solid #fff;
    }
    
    @media (max-width: 1199px) {
        .slide {
            max-width: 95px;
            min-width: auto;
            height: 95px;
            cursor: pointer;
        }
        .slide:before {
            display: block;
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
        }
        .slider {
            height: 95px;
        }

    }
    
    .slide img {
        max-width: 100%;
    }
    
    .slide.active {
        border: 1px solid #ccc;
    }
    
    .bx-wrapper .bx-controls-direction .bx-prev,
    .bx-wrapper .bx-controls-direction .bx-next {
        position: absolute;
        border: 1px solid #ccc;
        width: 95px;
        color: #000;
        font-family: fontawesome;
    }
    
    .bx-wrapper .bx-controls-direction .bx-next {
        top: -30px;
        left: 0px;
        background: url("/catalog/view/theme/default/image/img/fa-angle-up.png") center center no-repeat;
    }
    
    .bx-wrapper .bx-controls-direction .bx-prev {
        top: auto;
        bottom: -45px;
        left: 0px;
        background: url("/catalog/view/theme/default/image/img/fa-angle-down.png") center center no-repeat;
    }
    
    .fa-star.active:before {
        color: #ff3b43;
    }
    
    .fa-star:before {
        color: #bdc3c7;
    }
    
    .product .rating i {
        color: #b3b3b3;
        font-size: 14px;
    }
    
    .product .review-col {
        padding-bottom: 100px;
        margin-top: 15px;
    }
    
    .product .review-col .control-label {
        margin-bottom: 10px;
    }
    
    .product .review-col #button-review {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        background-color: #000;
        border: 1px solid #000;
        height: 42px;
    }
    
    .product .review-col #button-review:hover {
        background-color: #fff;
        color: #000;
        outline: none;
        box-shadow: none;
    }
    
    .product .user-name {
        font-size: 16px;
        padding-right: 20px;
    }
    
    @media (max-width: 767px) {
        .product .user-name {
            display: block;
            padding-right: 0;
            margin-bottom: 7px;
        }
    }
    
    .product .date {
        color: #808080;
        font-size: 14px;
    }
    
    @media (max-width: 767px) {
        .product .date {
            display: block;
            margin-bottom: 7px;
        }
    }
    
    .product .rating-line {
        margin-bottom: 35px;
        padding-left: 15px;
    }
    
    @media (max-width: 767px) {
        .product .rating-line {
            text-align: center;
        }
    }
    
    .product .rating-line span:first-child {
        font-size: 16px;
        padding-right: 15px;
    }
    
    .product .star-wrap {
        position: relative;
    }
    
    .product .star-wrap input {
        position: absolute;
        left: 0;
        z-index: -1;
        top: 0;
        opacity: 0;
    }
    
    .product .star-wrap label {
        color: #b3b3b3;
        cursor: pointer;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        font-size: 17px;
    }
    
    .product .star-wrap label.hover,
    .product .star-wrap label.active {
        color: #ff3b43;
    }
    
    .product .star-wrap label i.fa-star::before {
        color: #ff3b43;
    }
    
    .product #review {
        width: 50%;
        padding-left: 15px;
    }
    
    @media (max-width: 767px) {
        .product #review {
            width: 100%;
            display: block;
        }
    }
    
    @media (max-width: 767px) {
        .product .review-col {
            width: 100%;
            display: block;
        }
    }
    
    .product .review-col h2 {
        color: #000000;
        font-size: 18px;
        font-weight: 600;
        padding-left: 15px;
        margin-bottom: 18px;
    }
    
    @media (max-width: 767px) {
        .product .review-col h2 {
            text-align: center;
        }
    }
    
    .product .review-col .form-control {
        background-color: #fafafa;
        border: 0px;
        border-radius: 0px;
        box-shadow: none;
        border: 1px solid #fafafa;
    }
    
    .product .review-col .form-control:focus {
        border: 1px solid #000;
    }
    
    .product .review-col textarea {
        margin-bottom: 13px;
        max-width: 569px;
        resize: none;
    }
    
    @media (max-width: 1229px) {
        .product .review-col textarea {
            /*        max-width: 454px;*/
        }
    }
    
    @media (max-width: 991px) {
        .product .review-col textarea {
            max-width: 344px;
        }
    }
    
    @media (max-width: 767px) {
        .product .review-col textarea {
            max-width: 100%;
        }
    }
    
    .product .review-col button {
        margin-top: 20px;
        color: white;
        font-size: 14px;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        border-radius: 0;
        border: 0;
        outline: none;
        background: #00ade1;
    }
    
    @media (max-width: 767px) {
        .product .review-col button {
            margin-right: auto;
            margin-left: auto;
            display: block;
        }
    }
    
    .product .review-col button:hover {
        background: #1d7aaa;
        color: white;
    }
    
    .index-slider-maincontainer {
        padding: 0;
    }
    
    .index-slider-container {
        width: 100%;
        height: 400px;
        overflow: hidden;
        position: relative;
    }
    
    .index-slider-item {
        width: 100%;
        height: 400px;
        background-image: url("/catalog/view/theme/default/image/img/main-slider-image.png");
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .index-slider-title {
        padding-top: 80px;
        margin-left: 22%;
        color: #ffffff;
        font-size: 48px;
        font-weight: 300;
        text-transform: uppercase;
        margin-bottom: 30px;
    }
    
    .index-slider-product {
        padding: 32px 3.5% 33px 22%;
        color: #ffffff;
        font-size: 48px;
        font-weight: 700;
        text-transform: uppercase;
        width: 68%;
        margin-bottom: 30px;
        background: -webkit-linear-gradient(rgba(255, 0, 10, 0.6), rgba(255, 0, 10, 0.6)), url("/catalog/view/theme/default/image/img/slider-product-background.png");
        background: linear-gradient(rgba(255, 0, 10, 0.6), rgba(255, 0, 10, 0.6)), url("/catalog/view/theme/default/image/img/slider-product-background.png");
    }
    
    .index-slider-product a {
        color: #ffffff;
        text-decoration: none;
    }
    
    .index-slider-button {
        margin-left: 22%;
        color: #ffffff;
        font-size: 24px;
        font-weight: 300;
        line-height: 22px;
        text-transform: uppercase;
        text-align: center;
        width: 240px;
        border: 1px solid #ffffff;
        padding-top: 19px;
        padding-bottom: 18px;
        cursor: pointer;
        background: rgba(0, 0, 0, 0.2);
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
    }
    
    .index-slider-button:hover {
        background: rgba(255, 0, 3, 0.6);
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
    }
    
    .index-slider-container .owl-item {
        float: left;
        height: 100%;
    }
    
    .main-slider-nav {
        position: absolute;
        top: 310px;
        color: #ffffff;
        text-align: center;
        width: 50px;
        height: 80px;
        font-size: 200;
        border: 1px solid #ffffff;
        cursor: pointer;
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
    }
    
    .main-slider-nav:hover {
        background: black;
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
    }
    
    .main-slider-prev {
        left: 0;
    }
    
    .main-slider-next {
        right: 0;
    }
    
    .index-gallery-container {
        padding: 30px 20px 0px 20px;
    }
    
    .index-gallery-image-container {
        width: 100%;
        height: 300px;
        max-height: 300px;
        margin-bottom: 30px;
        overflow: hidden;
    }
    
    .index-gallery-image {
        position: relative;
        max-width: 440px;
        height: 100%;
        width: 100%;
        background-repeat: none;
        background-size: cover;
        margin: auto;
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto;
        z-index: 1;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    .index-gallery-image:after {
        display: none;
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
        z-index: 2;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }
    
    .index-gallery-image:before {
        content: "";
        display: block;
        transition: background 0.3s;
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }
    
    .index-gallery-image:hover:before {
        background-color: rgba(0, 0, 0, 0.1);
    }
    
    .index-gallery-image:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    .index-gallery a {
        text-decoration: none;
    }
    
    .index-gallery-image p {
        text-align: center;
        color: #ffffff;
        font-size: 36px;
        font-weight: 700;
        line-height: 44px;
        text-transform: uppercase;
        z-index: 1;
    }
    
    .index-product-container>h1 {
        text-transform: uppercase;
        font-size: 36px;
        font-weight: bold;
        text-align: center;
    }
    
    .index-product-container {
        text-align: center;
        margin-top: 56px;
        margin-bottom: 34px;
    }
    
    .index-product-container>span {
        display: inline-block;
        position: relative;
        text-align: center;
        width: 30px;
        height: 30px;
        margin-top: 20px;
        background: url(/catalog/view/theme/default/image/img/cross-arrows.png) center center no-repeat;
    }
    
    .index-product-container span:before {
        left: 30px;
    }
    
    .index-product-container span:after {
        right: 30px;
    }
    
    .index-product-container span:after,
    .index-product-container span:before {
        content: "";
        position: absolute;
        display: block;
        height: 0px;
        width: 50px;
        top: 50%;
        border-top: 1px solid #f44336;
    }
    
    .index-product-navigation-container {
        margin-bottom: 40px;
        margin-top: 40px;
    }
    
    .index-product-navigation .nav-tabs {
        width: 67%;
        margin: auto;
        border: none;
            text-align: center;
    }
    .index-product-navigation .nav-tabs li {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    
    .index-product-navigation .nav-tabs li a {
        padding: 0 11px 0 11px;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        color: #bdc3c7;
        line-height: 1.2;
        cursor: pointer;
        border: none;
        margin: 0;
        -webkit-transition: none !important;
        transition: none !important;
    }
    
    .index-product-navigation .nav-tabs li a:hover {
        background-color: transparent;
        border-color: transparent;
        -webkit-transition: none !important;
        transition: none !important;
    }
    
    .index-product-navigation .nav-tabs li {
        background-image: url("/catalog/view/theme/default/image/img/index-prefix-product.png");
        background-repeat: no-repeat;
        padding-left: 31px;
    }
    
    .index-product-navigation .nav-tabs li:first-child {
        padding-left: 0;
        background-image: none !important;
    }
    
    .index-product-navigation .nav-tabs li {
        height: 20px;
    }
    
    .index-product-navigation .nav-tabs li.active a {
        border: none;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        color: #bdc3c7;
        padding: 0 11px 0 11px;
        height: 17px;
        line-height: 1.2;
        cursor: pointer;
        color: black;
    }

/*    .index-product-slider {
        counter-reset: list;
    }
    .index-product-slider .products:before {
        display: block;
        content: ""; 
        counter-increment: list;
        content: attr(data-slide-index) "" counter(list);
    }*/
    
    .index-product-slider-image {
        position: relative;
        width: 270px;
        height: 350px;
    }

    
    .index-product-slider-image a img {
        position: absolute;
        max-height: 100%;
        max-width: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .index-product-label {
        position: absolute;
        top: 0;
        left: 0;
        color: #ffffff;
        font-size: 12px;
        font-weight: 700;
        line-height: 22px;
        z-index: 2;
    }
    
    .new-label {
        background-color: #4caf50;
    }
    
    .index-photo-container {
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }
    
    .index-photo {
        width: 100%;
        min-height: 580px;
        background-image: url("/catalog/view/theme/default/image/img/index-photo.png");
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .index-photo-item-container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .index-photo-item {
        position: relative;
        height: 460px;
        max-width: 504px;
        width: 100%;
    }
    
    .index-photo-item img {
        position: absolute;
        top: 0;
    }
    
    .left-item img {
        right: 0;
    }
    
    .right-item img {
        left: 0;
    }
    
    .right-item .index-photo-wants {
        right: 20px;
    }
    
    .left-item .index-photo-wants {
        left: 0;
    }
    
    .left-item .index-photo-wants:hover {
        background-color: rgba(255, 255, 255, 0.8);
        left: 10px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    .right-item .index-photo-wants:hover {
        right: 30px;
        background-color: rgba(255, 255, 255, 0.8);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    .index-photo-wants {
        position: absolute;
        width: 230px;
        height: 260px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: rgba(255, 255, 255, 0.5);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #000000;
        font-size: 30px;
        font-weight: 400;
        line-height: 48px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    .index-photo-wants p {
        text-align: center;
    }
    
    .news-slider-item {
        max-width: 370px;
    }
    
    .news-slider-item a {
        text-decoration: none;
    }
    
    .news-slider-title {
        color: #000000;
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        margin-top: 21px;
        margin-bottom: 19px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    .news-slider-title:hover {
        color: #ff3b43;
    }
    
    .news-slider-text {
        color: #4d4d4d;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
    }
    
    .news-slider-container {
        padding-left: 0;
        padding-right: 0;
    }
    
    .news-slider {
        overflow: hidden;
        width: 100%;
        position: relative;
    }
    
    .news-slider .owl-item {
        float: left;
    }
    
    .news-slider-item {
        overflow: hidden;
        margin: auto;
    }
    
    .news-slider .owl-nav {
        display: none;
    }
    
    .news-slider-nav {
        overflow: hidden;
        margin-top: 52px;
        margin-bottom: 79px;
        text-align: center;
    }
    
    .news-slider-prev {
        margin-left: 20px;
        margin-right: 6px;
    }
    
    .news-slider-next {
        margin-right: 20px;
    }
    
    .news-slider-nav-button {
        color: #ffffff;
        font-size: 12px !important;
        font-weight: 400 !important;
        line-height: 22px !important;
        background-color: #bdc3c7;
        padding-left: 11px !important;
        padding-right: 11px !important;
        border: none;
        outline: none;
        height: auto !important;
        text-transform: none !important;
        margin-bottom: 8px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    .news-slider-nav-button:hover {
        background-color: black;
        cursor: pointer;
        transition: 0.3s;
    }
    
    .news-slider-line {
        display: inline-block;
        width: 50px;
        border-top: 1px solid #bdc3c7;
        vertical-align: center;
        padding-top: 3px;
    }
    
    .index-about-shop {
        /*color: #000000;
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 24px;*/
    }
    
    .article__more {
        text-align: center;
        margin-bottom: 69px;
        color: #ff3b43;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-decoration: none;
    }
    
    .article__more:hover {
        color: #ff3b43;
        text-decoration: none;
    }
    
    .article__more i {
        margin-left: 8px;
        color: #000000;
    }
    
    .index-product-slider-item-container {
        max-width: 270px;
    }
    
    .index-product-slider {
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-bottom: 110px;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .index-product-slider .owl-item {
        float: left;
    }
    
    .index-product-slider-container {
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }
    
    .index-product-slider .owl-nav {
        position: absolute;
        bottom: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    
    .index-product-slider .product-item {
        margin-bottom: 63px;
        margin-top: 5px;
    }
    
    .index-product-slider .owl-prev,
    .index-product-slider .owl-next {
        float: left;
    }
    
    .index-slider-line {
        display: inline-block;
        width: 50px;
        border-top: 1px solid #bdc3c7;
        vertical-align: center;
        padding-top: 3px;
    }
    
    .index-product-slider-button {
        color: #ffffff;
        font-size: 12px !important;
        font-weight: 400;
        line-height: 22px !important;
        background-color: #bdc3c7;
        padding-left: 11px !important;
        padding-right: 11px !important;
        border: none;
        outline: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-transform: none !important;
        height: auto !important;
        margin-bottom: 8px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    
    .index-product-slider-button:hover {
        background-color: black;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    .index-product-slider-prev {
        margin-left: 20px;
        margin-right: 6px;
    }
    
    .index-product-slider-next {
        margin-right: 20px;
    }
    
    @media only screen and (max-width: 990px) {
        .index-slider-product,
        .index-slider-title {
            font-size: 5vw;
        }
        .index-product-navigation .nav-tabs li {
            width: 80%;
            margin-bottom: 30px;
        }
        .index-product-navigation-container {
            margin-bottom: 15px;
        }
        .index-product-slider {
            margin-bottom: 30px;
        }
        .index-product-container {
            margin-top: 30px;
            margin-bottom: 30px;
        }
    }
    
    @media only screen and (max-width: 1199px) {
        .main-slider-nav {
            display: none;
        }
        .index-product-navigation .nav-tabs {
            width: 80%;
        }
        .index-photo-item {
            margin: auto;
        }
    }
    
    @media only screen and (max-width: 500px) {
        .index-photo-item img {
            left: 0;
            right: 0;
        }
        .index-photo-item-container {
            padding-left: 0;
            padding-right: 0;
        }
    }
    
    .product-aditional-info-container {
        padding-top: 15px;
    }
    
    .adittional-product-container {
        /*height: 560px;*/
        margin-top: 25px;
        margin-bottom: 25px;
        /*box-shadow: inset 0px 11px 8px -10px #CCC, inset 0px -11px 8px -10px #CCC;*/
    }
    
    .product-aditional-container {
        border-bottom: 1px solid #bdc3c7;
        border-top: 1px solid #bdc3c7;
        overflow: hidden;
    }
    
    .product-aditional-container:last-child {
        margin-bottom: 8px;
    }
    
    .product-aditional-image-container {}
    
    .product-aditional-image {
        width: 100px;
        height: 100px;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .product-aditional-image img {
        max-width: 100%;
        max-height: 100%;
    }
    
    .product-aditional-container .in-stock {
        letter-spacing: 1px;
        padding-top: 40px;
    }
    
    .product-aditional-container .available {
        text-align: center;
        vertical-align: middle;
        color: #44ac4a;
    }
    
    .product-aditional-container .unavailable {
        text-align: center;
        color: #ff8f16;
    }
    
    .product-aditional-info-title {
        font-size: 18px;
        font-weight: 400;
        line-height: 35px;
    }
    
    .product-aditional-info-title a {
        text-decoration: none;
        color: #000000;
    }
    
    .product-aditional-info-option {
        color: #8c8c8c;
        font-size: 14px;
        font-weight: 400;
        line-height: 35px;
    }
    
    .product-aditional-info-code {
        position: relative;
        color: #000000;
        font-size: 14px;
        font-weight: 400;
        line-height: 35px;
        overflow: hidden;
    }
    
    .product-aditional-info-code span {
        color: #8c8c8c;
    }
    
    .product-aditional-info-dropdown i {
        margin-left: 10px;
    }
    
    .product-aditional-info-select {
        width: 140px;
        float: left;
    }
    
    .product-aditional-info-text {
        float: left;
        margin-right: 29px;
    }
    
    .product-aditional-price-container {
        text-align: left;
        vertical-align: middle;
        line-height: 100px;
    }
    
    .product-aditional-price-dropdown.count {
        /* display: block;*/
        text-align: right;
        margin-left: 72px;
    }
    
    @media only screen and (max-width: 991px) {
        .product-aditional-price-dropdown.count {
            margin-left: 0px;
        }
    }
    
    @media only screen and (max-width: 380px) {
        .product-aditional-price-container .product-aditional-price-value {
            width: 100% !important;
            text-align: center;
        }
    }
    
    @media only screen and (max-width: 769px) {
        .product-aditional-price-container {
            text-align: center;
            line-height: 50px
        }
        .product-aditional-price-dropdown.count {
            text-align: center;
            width: auto
        }
        .product-aditional-price-container .product-aditional-price-value {
            width: auto;
        }
    }
    
    .product-aditional-price-value {
        display: inline-block;
        color: #009d15;
        padding-left: 15px;
        font-size: 24px;
        font-weight: 700;
        line-height: 1;
        text-align: right;
        vertical-align: middle;
        width: 57%;
    }
    
    .product-aditional-price-dropdown {
        display: inline-block;
    }
    
    .product-aditional-price-button {
        padding: 2px 4px;
    }
    
    .product-aditional-price-dropdown label {
        margin-right: 10px;
    }
    
    .product-aditional-price-dropdown input {
        text-align: center;
        line-height: 1;
        padding: 0px 4px;
        width: 51px;
        border: 1px solid #bdc3c7;
    }

    .product .tab-content * {
        font-size: 16px;
        line-height: 22px;
    }
    .product .tab-content>.tab-pane {
        margin: 10px 0;
    }
    .product .tab-content p,
    .product .tab-content ul,
    .product .tab-content ol,
    .product .tab-content div {
        margin-bottom: 10px;
    }
    
    .product-aditional-price-value span.price-old {
        font-size: 22px;
        text-decoration: line-through;
        color: gray;
        font-weight: 400;
    }
    /*.product-aditional-price-basket {
  width: 35px;
  height: 36px;
  background-image: url("/catalog/view/theme/default/image/img/aditional-basket.png");
  background-size: cover;
  background-repeat: none;
  margin: auto;
  cursor: pointer; }
.product-aditional-price-basket:hover {
  background-image: url("/catalog/view/theme/default/image/img/aditional-basket-hover.png"); }
*/
    
    .product-aditional-price-add {
        background-image: url("/catalog/view/theme/default/image/img/aditional-remove-image.png");
        background-repeat: no-repeat;
        background-size: auto;
    }
    
    .product-aditional-price-add:hover {
        background-image: url("/catalog/view/theme/default/image/img/aditional-remove-image.png");
        background-repeat: no-repeat;
        background-size: auto;
    }
    
    @media only screen and (max-width: 767px) {
        .product-aditional-image {
            margin: auto;
        }
        .product-aditional-info-title,
        .product-aditional-info-option {
            text-align: center;
        }
        .product-aditional-info-code {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        .product-aditional-info-text {
            margin-right: 10px;
        }
        .product-aditional-price-basket {
            margin-bottom: 10px;
        }
    }
    
    .my-alert-success {
        background-color: #A8CEEB !important;
        border-radius: 0 !important;
        color: black !important;
        margin-top: 15px;
        width: 100%;
    }
    
    .my-alert-success a {
        color: #003F6F !important;
    }
    
    .my-close {
        margin-top: -4px !important;
    }
    
    #compare-page .compare-page-container {
        padding-left: 0;
        padding-right: 0;
    }
    
    #compare-page .product-table-container {
        overflow-x: scroll;
    }
    
    #compare-page .products-table {
        margin-top: 40px;
        margin-bottom: 15px;
    }
    
    #compare-page .products-table td {
        padding: 1px;
        height: auto;
    }
    
    #compare-page .products-table .table-col-container {
        width: 260px;
        margin: auto;
    }
    
    #compare-page .products-table .table-header {
        margin-bottom: 25px;
    }
    
    #compare-page .products-table .table-header td {
        overflow: hidden;
        position: relative;
        vertical-align: top;
        height: 90px;
    }
    
    #compare-page .products-table .table-header td .close-product {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 15px;
        height: 16px;
        border: 1px solid #d8d8d8;
        cursor: pointer;
        color: #000000;
        font-weight: 600;
        font-size: 10px;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    
    #compare-page .products-table .table-header td .close-product:hover {
        background-color: #000000;
        color: #ffffff;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    
    #compare-page .products-table .table-header td .clear-table {
        width: 250px;
        height: 40px;
        margin: auto;
        display: block;
        border: 1px solid #000000;
        background-color: #ffffff;
        text-transform: uppercase;
        color: #000000;
        font-size: 17px;
        font-weight: 400;
        line-height: 25px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    
    #compare-page .products-table .table-header td .clear-table span {
        margin-right: 30px;
    }
    
    #compare-page .products-table .table-header td .clear-table:hover {
        color: #ffffff;
        background-color: #000000;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    
    #compare-page .products-table .table-header td .clear-table:hover span {
        color: #ffffff;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    
    #compare-page .products-table .table-body td {
        padding: 15px;
        border-right: 1px solid #d8d8d8;
    }
    
    #compare-page .products-table .table-body td:first-child {
        font-weight: 600;
    }
    
    #compare-page .product-layout.product-grid {
        width: 270px;
        height: 70px !important;
        margin: auto;
        position: relative;
        overflow: hidden;
        perspective: none;
        border: none;
    }
    
    #compare-page .product-layout.product-grid .product-item {
        height: 70px;
        width: 270px;
        margin: auto;
        display: flex;
        justify-content: flex-start;
    }
    
    #compare-page .product-layout.product-grid .product-item .image {
        width: 70px;
        height: 70px;
        margin-right: 10px;
    }
    
    #compare-page .product-layout.product-grid .product-item .image a {
        width: 70px;
        height: 70px;
        overflow: hidden;
    }
    
    #compare-page .product-layout.product-grid .product-item .caption .product-name {
        font-size: 11px;
        text-align: left;
        width: 150px;
        height: 24px;
        overflow: hidden;
    }
    
    #compare-page .product-layout.product-grid .product-item .caption .price {
        text-align: left;
        font-size: 14px;
    }
    
    #compare-page .product-layout.product-grid .product-item .image a img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
    }
    
    #compare-page .product-layout.product-grid .description {
        width: 270px;
    }
    
    #compare-page .products-table .table-body {
        transition: 0.3s;
    }
    
    #compare-page .products-table .table-body:hover {
        transition: 0.3s;
        background-color: #dbefdc;
        cursor: pointer;
    }
    
    @media only screen and (max-width:767px) {
        #compare-page .products-table .table-title {
            width: 150px;
        }
        #compare-page .products-table .table-title .clear-table {
            width: 90% !important;
            margin: auto;
        }
        #compare-page .products-table .table-title .clear-table span {
            margin-right: 0 !important;
        }
        #compare-page .products-table .table-title .clear-table i {
            display: none;
        }
    }
    
    @media only screen and (max-width: 1199px) {
        #compare-page .product-layout.product-grid .product-item {
            height: auto;
        }
    }
    
    .mfilter-heading {
        background-color: #ffffff !important;
        border: none !important;
    }
    
    .mfilter-content {
        border: none !important;
        border-radius: 0 !important;
    }
    
    .mfilter-opts-container {
        border-top: none !important;
    }
    
    .mfilter-head-icon {
        display: none !important;
    }
    
    .mfilter-heading-text span {
        color: #000000 !important;
        font-family: Lato !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        line-height: 18px !important;
    }
    
    #mfilter-opts-price-min,
    #mfilter-opts-price-max {
        min-width: 30px !important;
        max-width: 45px !important;
        display: inline-block;
        padding: 0 !important;
        height: auto !important;
    }
    
    .mfilter-price-inputs {
        overflow: hidden;
    }
    
    .mfilter-price-inputs div:nth-child(1) {
        float: left;
        font-weight: 600;
    }
    
    .mfilter-price-inputs div:nth-child(2) {
        float: right;
        font-weight: 600;
    }
    
    .mfilter-price-slider #mfilter-price-slider .mfilter-slider-slider .ui-slider-handle,
    .mfilter-price-slider #mfilter-price-slider .ui-slider-handle {
        width: 12px !important;
        height: 12px !important;
        margin-left: -8px !important;
        border-radius: 50% !important;
        background: #ff3941 !important;
    }
    
    .mfilter-price-slider {
        background: black !important;
    }
    
    .mfilter-option.mfilter-price .mfilter-slider-slider .ui-slider-range,
    .mfilter-option.mfilter-price #mfilter-price-slider .ui-slider-range {
        background: black !important;
    }
    
    .mfilter-price-slider #mfilter-price-slider {
        height: 4px !important;
    }
    
    .mfilter-option.mfilter-price .mfilter-price-slider {
        padding: 0 !important;
    }
    
    .sort-block label {
        color: #000000;
        font-size: 14px;
        font-weight: 400;
        margin-top: 8px;
        margin-left: 20px;
        margin-bottom: 10px;
    }
    
    #list-view {
        margin-right: 0 !important;
    }
    
    .sort-block select {
        width: 197px;
        height: 32px;
        border: 1px solid #bdc3c7;
        background-color: #ffffff;
        border-radius: 0;
        float: right;
    }
    
    .sort-block-limit select {
        width: 90px;
        height: 32px;
        border: 1px solid #bdc3c7;
        background-color: #ffffff;
        border-radius: 0;
        float: right;
    }
    
    .input-sort-button {
        color: #000000;
        font-size: 14px;
        font-weight: 400;
    }
    
    .modal-title {
        font-size: 16px;
        font-weight: 600;
    }
    
    .form-group label {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 8px;
    }
    
    .modal-footer button:nth-child(1) {
        width: 100px;
        border-radius: 0px;
        border: 1px solid black;
        color: black !important;
        outline: none;
        transition: 0.3s;
        cursor: pointer;
    }
    /*.modal-footer button:nth-child(1):hover {
    color:#ffffff;
    background: black !important;
    transition:0.3s;
}*/
    
    .btn-default:focus,
    .btn-default:hover {
        background-position: 0 0;
    }
    
    .modal-footer .btn-info {
        /*width: 100px;*/
        border-radius: 0px;
        border: 1px solid #0fc105;
        color: #ffffff;
        background: #009d15 !important;
        outline: none;
        transition: 0.3s;
        cursor: pointer;
    }
    /*.modal-footer .btn-info:hover {
    color:#acafac;
    background: #1a561a !important;
    transition:0.3s;
}*/
    
    .form-group input {
        border-radius: 0;
    }
    
    @media only screen and (max-width: 1199px) {
        .dropdown-item-container {
            min-height: auto;
        }
    }
    
    .row.products .col-sm-6 .image {
        /*border: 1px solid lightgray;*/
        border-radius: 2px;
        text-align: center;
        margin-bottom: 10px;
        padding: 4px 0;
    }
    /*.container.product.container-alert .row {
    user-select:none;
}*/
    
/*    .big-img,
    .bx-wrapper {
        user-select: none;
    }*/
    
    .address,
    .address1 {
        display: none;
    }
    
    .product .summary {
        font-size: 18px;
        text-align: right;
        margin: 30px 30px 10px 0px;
    }
    
    .product .summary span {
        color: #009d15;
        font-size: 30px;
        margin-left: 10px;
    }
    /*Button materialize styles --> begin*/
    
    .raised {
        position: relative;
        overflow: hidden;
        text-decoration: none;
        text-transform: uppercase;
        padding: 0px 20px;
        -webkit-box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.58);
        -moz-box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.58);
        box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.58);
        border-radius: 2px !important;
        border: none;
        line-height: 40px;
        font-size: 14px;
        height: 40px;
    }
    
    .raised.primary {
        background-color: #e6a86a !important;
        color: #fff !important;
        border: none !important;
    }
    
    .raised.second {
        background-color: #009d15 !important;
        color: #fff !important;
        border: none !important;
        text-align: center;
    }
    
    .raised:visited,
    .raised:link,
    .raised:active {
        text-decoration: none;
    }
    
    .raised:hover {
        -webkit-box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.64);
        -moz-box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.64);
        box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.64);
    }
    
    .raised:after {
        -webkit-transition: 0.3s ease-out;
        transition: 0.3s;
        content: "";
        position: absolute;
        display: block;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background-color: transparent;
    }
    
    .raised:hover {
        text-decoration: none;
    }
    
    .raised:hover:after {
        background-color: rgba(255, 255, 255, 0.2) !important;
    }
    
    .ripple {
        width: 0;
        height: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.4);
        transform: scale(0);
        position: absolute;
        opacity: 1;
    }
    
    .rippleEffect {
        animation: rippleDrop .6s linear;
    }
    
    @keyframes rippleDrop {
        100% {
            transform: scale(2);
            opacity: 0;
        }
    }
    /*Button materialize styles --> end*/
    
    .hint {
        overflow: visible;
    }
    
    .hint .tooltip {
        position: absolute;
        display: block;
        text-align: center;
        left: 50%;
        top: -44px;
        width: 100px;
        padding: 4px 8px;
        visibility: hidden;
        transform: translateX(-50%);
        background-color: #bdc3c7;
        color: #fff;
        border-radius: 2px;
    }
    
    .hint .tooltip:after {
        position: absolute;
        content: "";
        display: block;
        width: 0px;
        bottom: -16px;
        left: 50%;
        transform: translateX(-50%);
        border: 8px solid #bdc3c7;
        border-color: #bdc3c7 transparent transparent transparent;
    }
    
    .hint:hover .tooltip {
        transition: 0.3s ease-out 1s;
        visibility: visible;
        opacity: 1;
    }
    /*product-slider in product.tpl*/
    
    .product-slider {
        position: relative;
        width: 100%;
        overflow: hidden;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
        border-radius: 2px;
        margin-top: 52px;
        margin-bottom: 57px;
    }
    
    .product-slider-item {
        overflow: hidden;
        padding-bottom: 30px;
    }
    
    .product-slider-title {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 20px;
        color: #009d15;
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
    }
    
    .product-slider-content {
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: row wrap;
    }
    
    .product-slider-main {
        overflow: hidden;
        margin-right: 24px;
    }
    
    .product-slider-main-image {
        float: left;
    }
    
    .product-slider-main-image {
        width: 170px;
        height: 170px;
        margin-right: 11px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .product-slider-main-image img {
        max-width: 170px;
        max-height: 170px;
    }
    
    .product-slider-main-info {
        width: 120px;
        height: 170px;
        float: left;
        padding-top: 5px;
        position: relative;
    }
    
    .product-slider-main-title {
        text-align: center;
        margin-bottom: 14px;
    }
    
    .product-slider-main-title a {
        color: #37474f;
        font-size: 14px;
        font-weight: 400;
    }
    
    .product-slider-main-text {
        text-align: center;
        color: #808080;
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 54px;
    }
    
    .product-slider-price {
        position: absolute;
        bottom: 0;
        width: 120px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        color: #009d15;
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
    }
    
    .product-slider-icon {
        color: #bdc3c7;
        font-size: 48px;
        font-weight: 400;
        margin-right: 20px;
    }
    
    .product-slider-sum-price {
        color: #ff5252;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 15px;
        text-align: center;
    }
    
    .product-slider-sum-price span {
        color: #bdc3c7;
        text-decoration: line-through;
        font-size: 18px;
        margin-left: 4px;
    }
    
    .product-slider-complect {
        border-radius: 2px;
        background-color: #009d15;
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        cursor: pointer;
        text-transform: uppercase;
    }
    
    .product-slider .owl-item {
        float: left;
    }
    
    .product-slider .owl-nav i {
        color: #bdc3c7;
        cursor: pointer;
    }
    
    .product-slider .owl-prev,
    .product-slider .owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .product-slider .owl-prev {
        left: 21px;
    }
    
    .product-slider .owl-next {
        right: 21px;
    }
    
    @media only screen and (max-width: 1199px) {
        .product-slider-main {
            width: 100%;
            margin-right: 0;
        }
        .product-slider-icon {
            width: 100%;
            text-align: center;
            margin-right: 0;
        }
        .product-slider-main {
            display: flex;
            justify-content: center;
        }
    }
    
    @media only screen and (max-width: 450px) {
        .product-slider .owl-nav {
            display: none;
        }
        .hover-wrap button {
            width: 30% !important;
        }
    }
    /* end product-slider in product.tpl*/
    
    .pagination li {
        -webkit-box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.58);
        -moz-box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.58);
        box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.58);
    }
    
    .pagination li a {
        border-radius: 2px !important;
        border-top-left-radius: 2px !important;
        border-bottom-left-radius: 2px !important;
    }
    
    .pagination li.active a {
        border-radius: 2px !important;
    }
    
    .pagination>li:first-child>a,
    .pagination>li:first-child>span {
        border-radius: 2px !important;
    }
    
    .raised.second.pre-order-button {
        background-color: #ff9800 !important;
    }
    
    .cart.raised.pre-order-button {
        background-color: #ff9800 !important;
    }
    
    .raised.third {
        background-color: #ff3b43 !important;
        color: #fff !important;
        border: none !important;
        text-align: center;
    }
    
    .nav .open>a {
        background-color: transparent;
    }
    
    .cartModal-header {
        padding: 10px 12px;
        text-transform: uppercase;
        text-shadow: 1px 1px 0 #eee;
        border-bottom: 1px solid #999;
        background: #bbb;
        border-radius: 4px;
    }
    
    .modal-body {
        /*overflow:hidden;*/
        max-height: 270px;
        overflow-y: auto;
    }
    
    .cartModal-content {
        margin: auto;
        margin-top: 30%;
        max-width: 370px;
    }
    
    .cart-modal-item {
        min-width: 100%;
        min-height: 120px;
    }
    
    .cart-modal-image {
        width: 120px;
        height: 120px;
        /*margin: 0 5px 5px 0;*/
        margin: -15px 0 5px 0;
        text-align: center;
        float: left;
    }
    
    .cart-modal-image img {
        max-width: 100%;
        max-height: 100%;
    }
    
    .cart-modal-description {
        float: right;
        width: 180px;
    }
    
    .cart-modal-description a {
        color: #333;
        margin-bottom: 15px;
        padding: 5px 0;
    }
    
    .cart-modal-price {
        color: #c00;
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: bold;
        padding: 5px 0;
    }
    
    .cart-modal-count {
        margin-bottom: 3px;
        color: #666;
        padding: 5px 0;
    }
    
    .modal-footer {
        text-align: center;
    }
    
    .modal-footer a:not(:last-child) {
        display: block;
        font-size: 14px;
        padding: 5px 0;
        text-transform: uppercase;
        color: #5c5b5b;
        text-decoration: none;
        text-transform: uppercase;
        transition: 0.3s;
    }
    
    .modal-footer a:not(:last-child):hover {
        color: #ff9800;
        text-decoration: underline;
        transition: 0.3s;
    }
    
    #zoomImageOne .modal-img,
    #zoomImageOneTwo .modal-img {
        text-align: center;
    }
    
    #zoomImageOne .modal-img img,
    #zoomImageTwo .modal-img img {
        margin: auto;
        color: #ff9800;
        text-decoration: underline;
        transition: 0.3s;
    }
    
    .flip-clock {
        max-width: 400px;
        margin: 15px auto;
    }
    
    .flip-clock-wrapper ul {
        height: 60px;
        width: 40px;
        margin: 1px;
    }
    
    .flip-clock-wrapper .flip {
        box-shadow: none
    }
    
    .flip-clock-wrapper ul li {
        border: 1px solid #bdc3c7;
        border-radius: 2px
    }
    
    .flip-clock-wrapper ul li a div div.inn {
        background-color: #fff;
        text-shadow: none;
        border-radius: 0px;
        font-size: 38px;
        line-height: 60px;
        color: #000;
    }
    
    .flip-clock-wrapper ul li a div.down {
        border-radius: 0px;
    }
    
    .flip-clock .up {
        border-radius: 0px;
    }
    
    .flip-clock-dot {
        width: 4px;
        height: 4px;
        box-shadow: none;
    }
    
    .flip-clock-dot.bottom {
        bottom: 21px;
    }
    
    .flip-clock-dot.top {
        top: 25px;
    }
    
    .flip-clock-divider .flip-clock-label {
        position: absolute;
        top: auto;
        bottom: -1.5em;
        right: -60px;
        font-size: 14px;
        color: #848484;
    }
    
    .flip-clock-divider.minutes .flip-clock-label {
        right: -66px;
    }
    
    .flip-clock-divider.seconds .flip-clock-label {
        right: -66px;
    }
    
    .flip-clock-divider {
        height: 60px;
        width: 13px;
    }
    
    .bx-wrapper .bx-controls-direction a {
        z-index: 1 !important;
    }
    
    .byin-block {
        position: relative;
        padding: 0px 10px;
        width: 270px;
        float: left;
        margin-right: 15px;
    }
    
    .byin-block:nth-child(2) {
        margin-right: 0;
    }
    
    .byin-block p {
        text-align: center;
    }
    
    .byin-block .byin-old-price {
        position: absolute;
        margin-top: -35px;
        color: #000000;
        font-size: 18px;
        font-weight: 700;
        text-decoration: line-through;
    }
    
    .byin-block .byin-actual-price {
        color: #009d15;
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 15px;
        margin-top: 11px;
        text-align: right;
        /*padding: 10px 0px;
        background-color: #fff3b5;*/
    }
    
    .byin-block .byin-actual-price-not {
        color: #009d15;
        font-size: 24px;
        font-weight: 700;
        margin-top: 5px;
        text-align: left;
    }
    
    .byin-button {
        margin-bottom: 10px !important;
        min-height:72px;
    }
    
    .byin-block .byin-button-second {
        padding: 12px 35px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        float: right;
        min-width: 150px;
        margin-bottom: 10px;
    }
    
    .byin-block .byin-button-primary {
        display: block;
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        padding-top: 12px;
    }
    
    .preview-product-empty {
        margin-right: 10px;
        margin-top: 10px;
    }
    
    .byin-button a {
        display: inline-block;
        line-height: initial !important;
    }
    
    .capacity-block-1 {
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: flex-start;
    }
    
    .capacity-block-1 a:first-child {
        margin-left: 0 !important;
        margin-right: 18px !important;
    }
    
    .capacity-block-1 a:last-child {
        margin: 0 !important;
    }
    
    .capacity-block-1~.social-links {
        float: left !important;
    }
    
    .social-links {
        width: 133px;
        padding-top: 2px;
    }
    
    .action-link {
        float: right;
        margin-right: 25px;
        width: 260px;
    }
    
   .action-block {
        overflow: hidden;
    }
    
    .action-buttons-link {
        margin-bottom: 10px;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
    }
    
    @media only screen and (max-width:530px) {
        .byin-block {
            clear: both !important;
            float: none !important;
            margin-bottom: 20px;
        }
        .capacity-block-1 {
            clear: both !important;
            float: none !important;
            margin-bottom: 20px;
        }
    }
    
    .header-nav-container .navbar {
        border: none !important;
    }
    
    .recomended-slider {
        position: relative;
        max-width: 1120px;
        margin: auto;
    }
    
    .recomended-slider .owl-item {
        float: left;
        padding-bottom: 6px;
    }
    
    .recomended-title-container-line {
        border-bottom: 1px solid #000000;
        margin-bottom: 20px;
    }
    
    .recomended-slider .owl-stage-outer {
        overflow: hidden;
    }
    
    .recomended-container {
        margin-bottom: 30px;
    }
    
    .recomended-item {
        max-width: 270px;
        margin: auto;
    }
    
    .recomended-title {
        display: inline-block;
        border-bottom: 3px solid #ff3b43;
        margin-bottom: -1px;
        padding: 10px 7px;
        color: #000000;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
    }
    
    .full-width {
        padding-left: 0;
        padding-right: 0;
    }
    
    .recomended-buttons {
        display: flex;
        justify-content: center;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 11px;
    }
    
    .recomended-item .price {
        margin-bottom: 15px;
        text-align: center;
    }
    
    .recomended-item .price-new {
        color: #009d15;
        font-size: 16px;
        text-align: center;
        margin-right: 10px;
    }
    
    .recomended-item .price-old {
        color: #bdc3c7;
        font-size: 15px;
        text-decoration: line-through;
        text-align: center;
    }
    
    .recomended-buttons .pre-order-button i,
    .recomended-buttons .pre-order-button span {
        color: #ffffff;
    }
    
    .recomended-item {
        border: 1px solid #ffffff;
        transition: 0.3s;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
        border-radius: 2px;
        border: 1px solid #d7d7d7;
        height: 393px;
    }
    
    .recomended-slider .raised {
        display: table;
    }
    
    .recomended-slider .raised:not(:last-child) {
        margin-right: 8px;
    }
    
    .recomended-slider .raised span {
        vertical-align: middle;
        display: table-cell;
        font-size: 13px;
        padding-left: 3px;
    }
    
    .recomended-slider .second {
        padding-left: 23px;
        padding-right: 23px;
    }
    
    .recomended-slider .primary {
        padding-left: 11px;
        padding-right: 11px;
    }
    
    .recomended-slider .raised i {
        display: table-cell;
        vertical-align: middle;
    }
    
    .recomended-image {
        max-width: 270px;
        max-height: 270px;
        margin-bottom: 20px;
    }
    
    .recomended-name {
        overflow: hidden;
        text-align: center;
        height: 26px;
        margin-bottom: 15px;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .recomended-description {
        height: 29px;
        overflow: hidden;
        padding: 0 46px;
        text-align: center;
        color: #808080;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 20px;
    }
    
    .recomended-name a {
        color: #37474f;
        font-size: 14px;
        text-decoration: none;
        font-weight: 700;
        text-transform: uppercase;
        transition: 0.3s;
    }
    
    .recomended-name a:hover {
        color: #f44336;
    }
    
    .recomended-image a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .recomended-image img {
        max-width: 99%;
        max-height: 99%;
    }
    
    .recomended-price {
        color: #009d15;
        font-size: 16px;
        text-align: center;
        margin-bottom: 15px;
    }
    
    .recomended-slider .owl-nav {
        display: none;
    }
    
    .recomended-slider-container {
        position: relative;
        margin-bottom: 140px;
    }
    
    .recomended-slider-container .left,
    .recomended-slider-container .right {
        position: absolute;
        display: block;
        cursor: pointer;
        color: #bdc3c7;
        top: 50%;
        transform: translateY(-50%);
    }
    
    #quickBuy {
        z-index: 100001;
    }
    
    .recomended-slider-container .left {
        left: -5px;
    }
    
    .recomended-slider-container .right {
        right: -5px;
    }
    
    .header-link-item select {
        margin-left: 15px;
        margin-top: 11px;
        background: transparent;
        border: none;
        outline: none;
        color: #000000;
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
    }
    
    .header-link-item i {
        margin-right: 15px;
    }
    
    .header-link-item a span {
        margin-left: 5px;
    }
    
    .modal {
        z-index: 999999999;
    }
    
    .description-table {
        width: 100%;
    }
    
    .description-table {
        border: 1px solid #d4d7db;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
    .description-table .description-table-name {
        width: 20%;
        padding: 15px;
        color: black;
        font-weight: 600;
        border-right: 1px solid #d4d7db;
        overflow: hidden;
    }
    
    .description-table .description-table-value {
        width: 80%;
        padding: 15px;
        color: gray;
        overflow: hidden;
    }
    
    .description-table tr {
        transition: 0.3s;
    }
    
    .description-table tr:hover {
        cursor: pointer;
        background-color: #dbefdc;
        transition: 0.3s;
    }
    
    .descr-table tr:hover {
        cursor: pointer;
        background-color: transparent;
        transition: 0.3s;
    }
    
    .attributes {
        display: none;
    }
    
    .product-item:hover .attributes {
        display: block;
    }
    
    .action-reclam {
        margin-bottom: 10px;
    }
    
    .action-reclam .action-list li {
        padding-left: 55px;
        margin-bottom: 10px;
        color: #000000;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 1px;
        background-repeat: no-repeat;
        height: 40px;
        display: table;
    }
    
    .action-reclam .action-list li span {
        line-height: 20px !important;
        display: table-cell;
        vertical-align: middle;
    }
    
    .header-nav-dropdown form {
        margin-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        overflow: hidden;
    }
    
    .header-nav-dropdown form img {
        display: block;
        float: left;
        margin-right: 15px;
    }
    
    .header-nav-dropdown form .header-btn {
        text-transform: uppercase;
        color: black;
        font-size: 16px;
        display: block;
    }
    
    .header-nav-dropdown form .header-btn-group {
        height: auto;
        width: 88%;
    }
    
    .header-nav-dropdown form .header-language-dropdown-list {
        position: static;
        margin-left: -46px;
        margin-top: 15px !important;
        box-shadow: none;
        background: transparent;
        border: none;
        max-width: auto !important;
        border-radius: 0;
    }
    
    .header-nav-dropdown form .header-language-dropdown-list li {
        border-bottom: 1px solid black;
    }
    
    .header-nav-dropdown form .header-language-dropdown-list a {
        color: #000000 !important;
    }
    
    .header-nav-dropdown form .header-language-dropdown-list a img {
        margin-top: 6px;
    }
    
    .header-nav-dropdown form .header-language-dropdown-list {
        margin-left: -40px;
    }
    
    .byin-button+div {
        height: 13px;
        background-color: #dbefdc;
    }
    
    @media only screen and (max-width:1199px) {
        .description-table .description-table-name {
            width: 40%;
        }
        .description-table .description-table-value {
            width: 60%;
        }
    }
    
    @media only screen and (min-width:1199px) {
        .header-nav-item {
            display: inline-block !important;
        }
        .header-link-item {
            display: none !important;
        }
    }
    
    @media only screen and (max-width:817px) {
        .recomended-slider-container .left,
        .recomended-slider-container .right {
            display: none;
        }
        .owl-item {
            margin: auto;
        }
    }
    
    @media only screen and (max-width:767px) {
        .byin-block,
        .action-link {
            float: none;
            margin: auto;
            margin-bottom: 20px;
        }
        .index-gallery-image p {
            font-size: 24px;
        }
    }
    
    @media only screen and (max-width:1199px) {
        .header-container,
        .header-logo-image-container
        /*.header-bucket-panel*/
            /*,.header-panel-row*/ {
            display: none;
        }
        .header-search-panel {
            margin-top: 15px;
        }
        .header-panel, .header-search-panel {
            padding: 0 !important;
        }
        .header-link-item {
            display: block;
        }
        .header-nav-item {
            border-bottom: 1px solid rgb(128 128 128 / 16%);
        }
        .header-nav-item a,
        .header-nav-item a:hover,
        .header-nav-item a:active,
        .header-nav-item a:visited {
            color: #000000 !important;
            background-color: transparent !important;
            background-image: none !important;
            text-transform: initial;
        }
        .header-nav-item a i {
            color: #000000;
        }
        .header-btn {
            color: #000;
            text-transform: inherit;
        }
        .header-btn span {
            color: #000;
        }
        .header-nav-dropdown form .header-language-dropdown-list a {
            color: #000 !important;
        }
        .header-nav-dropdown form .header-btn-group {
			width: calc(100% - 38px);
		    box-sizing: border-box;
		    padding-left: 38px;
		    position: relative;
		}
		.header-nav-dropdown form .header-btn-group:before {
			display: block;
			content: "\f0ac";
			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;
			color: #000;
			position: absolute;
			left: 2px;
			top: 2px;
			font-size: 18px;
		}
        input[name="search"] {
            width: 100%;
            height: 40px;
            padding: 10px;
            box-shadow: none;
        }
        .header-search-panel-container {
            padding: 0 50px;
        }
        .header-search-panel {
            position: relative;
        }
        .header-search-button {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 2;
            background: transparent;
            box-shadow: none;
            font-size: 0;
            height: 40px;
            border: 0;
            padding: 0 15px;
        }
        .header-search-button span {
            margin-right: 0;
            font-size: 18px;
        }
		.header-nav-dropdown form .header-language-dropdown-list li {
		    border-bottom: 0;
		}
		#language .open .dropdown-menu>li>a {
			padding-bottom: 3px !important;
    		padding-top: 3px !important;
    		text-transform: initial !important;
		}
		.header-nav-dropdown form .header-btn span {
		    text-transform: initial;
		}
		.header-nav-dropdown form > img {
		    display: none;
		}
		.mobile-menu .header-tlelephone-item {
			display: block;
		}
		.mobile-menu .header-tlelephone-item {
			font-size: 0;
			margin: 0;
    		padding: 8px 10px;
		}
		.mobile-menu .header-tlelephone-item a {
			font-size: 16px;
			padding-left: 21px;
    		position: relative;
		}
		.mobile-menu .header-tlelephone-item a, 
		.mobile-menu .header-tlelephone-item a:hover {
		    color: #000;
		}
		.mobile-menu .header-tlelephone-item i {
		    color: #000;
		    margin: 0;
		    position: absolute;
		    left: 0;
		    top: 0px;
		}
		.header-tlelephone-item img {
		    float: none;
		    margin-right: 0;
		    position: absolute;
		    left: 0;
		    top: 2px;
		}
		.close-menu {
			display: block;
			width: 17px;
			height: 17px;
			cursor: pointer;
			background: transparent;
			border: 0;
			position: absolute;
		    top: 15px;
		    right: 15px;
		}
		.close-menu path {
			fill: #000;
		}
		.icons-catalog {
			display: inline-block;
			margin-right: 15px;
			width: 14px;
			position: relative;
    		top: 1px;
		}
		.open-category .modal-category {
			display: block;
		}
		.modal-category {
			display: none;
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			box-sizing: border-box;
			padding: 5%;
			z-index: 999;
		}
		.modal-category:before {
			display: block;
		    content: "";
		    position: fixed;
		    top: 0;
		    left: 0;
		    z-index: 100;
		    width: 100%;
		    height: 100%;
		    background-color: rgba(0,0,0,.5);
		}
		.modal-category_bg {
			background: #ffffff;
			border-radius: 8px;
		    -webkit-box-shadow: 0 8px 40px rgb(0 0 0 / 32%);
		    box-shadow: 0 8px 40px rgb(0 0 0 / 32%);
		    width: 100%;
		    height: 100%;
		    position: relative;
		    z-index: 101;
		}
		.modal-category_top {
			box-sizing: border-box;
			padding: 20px;
			border-bottom: 1px solid  rgb(128 128 128 / 16%);
			position: relative;
		}
		.modal-category_top h3 {
			font-size: 20px;
			color: #000000;
			margin: 0;
			text-transform: initial;
			text-align: left;
		}
		.close-modal-category {
			display: block;
			width: 17px;
			height: 17px;
			cursor: pointer;
			background: transparent;
			border: 0;
			position: absolute;
		    top: 22px;
    		right: 20px;
		}
		.close-modal-category path {
			fill: #000;
		}
		.modal-category_scroll {
		    height: calc(100% - 83px);
		    overflow-y: auto;
		}
		.list-category {
			display: table;
			font-size: 0;
			width: 100%;
			box-sizing: border-box;
    		padding: 20px;
		}
		.list-category > li {
			display: inline-block;
			vertical-align: top;
			width: 20%;
			box-sizing: border-box;
			border-top: 1px solid  rgb(128 128 128 / 16%);
			border-right: 1px solid  rgb(128 128 128 / 16%);
			padding: 15px;
			text-align: center;
		}
		.list-category > li:nth-child(-n+5) {
			border-top: 0;
		}
		.list-category > li:nth-child(5n) {
			border-right: 0;
		}
		.list-category_link {
			display: block;
			font-size: 0;
			text-decoration: none;
		}
		.list-category_thumb {
			width: 100%;
			height: 130px;
		}
		.list-category > li h3 {
			text-transform: initial;
		    font-size: 16px;
		    color: #000000;
		    margin: 10px 0 0 0;
		    line-height: 1.3;
		    font-weight: normal;
		    height: 41px;
		    overflow: hidden;
		}
		.list-category > li.drop-100 {
			width: 100%;
			border: 0 !important;
			padding: 0;
		}
		.list-category > li.drop-100 > a {
			display: none;
		}
		.list-category_next-level {
			display: none;
		}
		.list-category > li.drop-100 .list-category_next-level {
			display: block;
		}
		.list-category_next-level li {
			border: 0;
			border-bottom: 1px solid rgb(128 128 128 / 16%);
		}
		.list-category_next-level li:last-child {
			border-bottom: 0;
		}
		.list-category_next-level li a {
			display: block;
		    font-size: 15px;
		    text-align: left;
		    color: #000;
		    padding: 10px 20px 10px 10px;
		    position: relative;
		}
		.list-category_next-level li a:after {
			display: block;
			content: "";
			position: absolute;
			top: 14px;
    		right: 10px;
			width: 8px;
			height: 8px;
			border: solid 1px #000000;
			border-left: none;
			border-top: none;
			-moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}
		.list-category_next-level li.active a {
			color: #f44336;
		}
		.list-category_back {
			display: block;
			width: 100%;
		    font-size: 17px;
		    font-weight: 600;
		    text-align: left;
		    color: #f44336;
		    padding: 10px 10px 10px 30px;
		    position: relative;
		}
		.list-category_back:before {
			display: block;
		    content: "";
		    position: absolute;
		    top: 14px;
		    left: 10px;
		    width: 8px;
		    height: 8px;
		    border: solid 1px #f44336;
		    border-right: none;
		    border-bottom: none;
		    -moz-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		    -webkit-transform: rotate(-45deg);
		    -o-transform: rotate(-45deg);
		    transform: rotate(-45deg);
		}


    }
    
    @media only screen and (max-width:1199px) {
        .index-product-navigation .nav-tabs li {
            background-image: none;
            text-align: center;
            padding-left: 0;
            float: none;
            width: auto;
            margin-bottom: 30px;
        }
    }
    
    @media only screen and (max-width:1199px) {
        .index-product-navigation .nav-tabs li a,
        .index-product-navigation .nav-tabs li.active a {
            font-size: 16px;
        }
        .index-product-container h1 {
            font-size: 28px;
        }
    }
    /*@media only screen and (min-width:1200px) {
    .alert {
        margin-bottom: 0;
    }
}*/
    
    .header-nav-dropdown form .header-btn span {
        margin-left: 0;
    }
    
    .dropdown-menu.header-language-dropdown-list {
        width: 100%;
    }
    /*@media only screen and (max-width:1199px) {
    .alert {
        width: 90%;
        margin: auto;
    }
}*/
    
    #login-account {
        display: none;
    }
    
    .checkout-checkbox-title {
        vertical-align: text-top;
    }
    
    .checkout-checkbox label {
        padding-left: 10px;
        padding-right: 30px;
        background-color: #009d15;
        display: flex;
        align-items: center;
        border-radius: 2px;
        box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.58);
        line-height: 40px;
        cursor: pointer;
    }
    
    .checkout-checkbox label input[type="checkbox"] {
        opacity: 0;
    }
    
    .span-checkbox {
        position: relative;
        width: 13px;
        height: 12px;
        border-radius: 2px;
        background-color: #ffffff;
        display: inline-block;
        margin-right: 5px;
    }
    
    .span-checkbox:before {
        content: "\f00c";
        position: absolute;
        font-family: "FontAwesome";
        font-size: 10px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none;
    }
    
    .checkout-checkbox label input[type="checkbox"]:checked+.span-checkbox:before {
        display: block;
    }
    
    .checkout-checkbox label .checkout-checkbox-title {
        color: #ffffff;
        text-transform: uppercase;
    }
    
    .login-checkbox {
        text-align: right;
    }
    
    .mobile-open {
        display: none;
        width: 100%;
        text-align: center;
        background-color: #4caf50;
        color: #fff;
    }
    
    .mobile-open span {
        padding-left: 10px;
    }
    
    .openPhone-list li {
        margin-bottom: 10px;
    }
    
    .openPhone-list li a i {
        margin-right: 10px;
    }
    
    .openPhoneTitle {
        margin-bottom: 15px;
        font-size: 22px;
    }
    
    .descr-table {
        width: 90%;
    }
    
    .product-grid .pr-item:hover .attributes {
        display: block;
        position: absolute;
        width: 100%;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 2px;
        border: 1px solid #bdc3c7;
        z-index: 1000;
        padding-bottom: 15px;
    }
    
    .catalog-page {
        margin-bottom: 30px;
    }
    
    #content .product-layout.product-list {
        height: 300px;
    }
    
    .container-alert .product-layout {
        height: 600px !important;
    }
    
    .container-alert .product-layout .product-item {
        margin: 0 !important;
    }
    
    @media only screen and (min-width:1200px) {
        .dropdown-item-title>i {
            display: none;
        }
    }
    
    @media only screen and (max-width:550px) {
        .checkout-checkbox-container {
            width: 100% !important;
        }
    }
    
    @media only screen and (max-width:1199px) {
        .dropdown-item-title>i {
            display: block;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 18px;
        }
        .action-link {
            margin-bottom: 20px;
        }
        .mobile-open {
            display: block;
        }
        .footer-info-container,
        .footer-support-container,
        .contact-footer-title {
            display: none;
        }
        .byin-block {
            width: 350px !important;
        }
        .cmn-toggle-switch2 {
            display: block;
            position: absolute;
            left: 15px;
            top: 25px;
            z-index: 5;
            background: none;
            margin: 0;
            padding: 0;
            width: 35px;
            height: 21px;
            font-size: 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            box-shadow: none;
            border-radius: none;
            border: none;
            cursor: pointer;
            -webkit-transition: background 0.3s;
            transition: background 0.3s;
        }
        .cmn-toggle-switch2:focus {
            outline: none;
        }
        .cmn-toggle-switch2 span {
            display: block;
            position: absolute;
            top: 9px;
            left: 0;
            right: 0;
            height: 3px;
            background: #000000;
        }
        .cmn-toggle-switch__rot2 {
            background-color: none;
        }
        .cmn-toggle-switch2 span::before,
        .cmn-toggle-switch2 span::after {
            position: absolute;
            display: block;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #000000;
            content: "";
        }
        .cmn-toggle-switch2 span::before {
            top: -9px;
        }
        .cmn-toggle-switch2 span::after {
            bottom: -9px;
        }
        .cmn-toggle-switch__htx2 span {
            -webkit-transition: background 0 0.3s;
            transition: background 0 0.3s;
        }
        .cmn-toggle-switch__htx2 span::before,
        .cmn-toggle-switch__htx2 span::after {
            -webkit-transition-duration: 0.3s, 0.3s;
            transition-duration: 0.3s, 0.3s;
            -webkit-transition-delay: 0.3s, 0;
            transition-delay: 0.3s, 0;
        }
        .cmn-toggle-switch__htx2 span::before {
            -webkit-transition-property: top, -webkit-transform;
            transition-property: top, transform;
        }
        .cmn-toggle-switch__htx2 span::after {
            -webkit-transition-property: bottom, -webkit-transform;
            transition-property: bottom, transform;
        }
        .cmn-toggle-switch__htx2.active span {
            background: none;
        }
        .cmn-toggle-switch__htx2.active span::before {
            top: 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        .cmn-toggle-switch__htx2.active span::after {
            bottom: 0;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
        .cmn-toggle-switch__htx2.active span::before,
        .cmn-toggle-switch__htx2.active span::after {
            -webkit-transition-delay: 0, 0.3s;
            transition-delay: 0, 0.3s;
        }






    }
    

    .visible-mobile-500 {
    	display: none !important;
    }
    
    @media only screen and (max-width:767px) {
        .views,
        .header-search-button {
            display: none;
        }
        .action-link {
            margin: auto;
            margin-top: 20px;
            margin-bottom: 20px;
        }
        .iSearchBox {
            z-index: 100000 !important;
            margin-top: -20px !important;
            width: 100% !important;
        }
        .iSearchBoxWrapper .iSearchBox {
            max-width: 100%;
        }
        .action-block {
            overflow: visible;
            display: block;
            min-height: 160px;
        }
    }

.js-bb{
	margin-top: 15px;
}


.simplecheckout-cart .quantity .btn {
    padding: 0 7px !important;
    margin: 0 !important;
}
#simplecheckout_cart .form-control {
    min-width: 35px !important;
    text-align: center;
    padding: 0;
    height: 35px;
}
#simplecheckout_payment_form {
    display: none;
}
.simplecheckout-cart td {
    vertical-align: middle !important;
}

.byin-block #button-credit {
    margin-top: 20px;
    background: #2c6a9f;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    height: 40px;
    -moz-box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.58);
    box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.58);
    -webkit-box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.58);
    border-radius: 2px !important;
}
.byin-block #button-credit img {
    float: left;
    margin-top: -2px;
}

#content + .list-group {
    width: 25%;
    float: left;
}
.container:not(.cabinet) #content.col-sm-9 {
    margin-top: 0;
}
.simple-content legend {
    font-size: 16px !important;
    text-transform: uppercase !important;
    font-family: 'Lato', sans-serif;
}
#simpleregister_button_confirm {
    background-color: #bdc3c7 !important;
    color: #fff !important;
    border: nonec !important;
    position: relative;
    overflow: hidden;
    text-deoration: none;
    text-transform: uppercase;
    padding: 0px 20px;, 0.58);
    -moz-box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.58);
    box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.58);
    -webkit-box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.58);
    border-radius: 2px !important;
    border: none;
    line-height: 40px;
    font-size: 14px;
    height: 40px;
}
.list-group a {
    display: none;
}
.list-group a:hover {
    opacity: 0.9;
}

#simple_login_header img {
    pointer-events: auto;
}

.simplecheckout-block-content {
    padding: 10px 0 !important;
}

.checkbox label:before {
    display: none !important;
}

#simplecheckout_comment, #simplecheckout_payment_address {
    margin-bottom: 0;
}
#simplecheckout_payment_address .form-horizontal {
    border: none;
    padding: 0;
}
.simplecheckout #buttons {
    margin-top: 0 !important;
    margin-bottom: 60px;
}
.simplecheckout #buttons .simplecheckout-button-right {
    width: 100%;
}
.simplecheckout #buttons .btn {
    width: 46%;
    height: 40px !important;
    line-height: 20px !important;
}
@media only screen and (max-width:767px) {
    .simplecheckout #buttons .btn {
        width: 100%;
    }
}

.mega-dropdown-menu {
    display: none !important;
}
.mega-dropdown:hover > .mega-dropdown-menu, .mega-dropdown-menu:hover {
    display: block !important;
}
.simple_socnetauth2__header,
.reg_socnetauth2__header,
.account_socnetauth2__header {
    position: relative;
    top: -3px;
}
.simple_socnetauth2_icons_content,
.reg_socnetauth2_icons_content,
.account_socnetauth2_icons_content  {
    margin-bottom: 10px;
}
.simple_socnetauth2_icons_content td,
.reg_socnetauth2_icons_content td,
.account_socnetauth2_icons_content td {
    padding: 0;
}

.row-payment_address_field25 label {
    width: 75%;
}
.row-payment_address_field25 label+div {
    width: 25%;
    text-align: right;
    position: relative;
    top: -2px;
}

.catalog-page .product-grid.product-layout:hover {
	z-index: 2;
}
.catalog-page .product-grid.product-layout .product-item:hover {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}
.catalog-page .product-grid.product-layout .product-item:hover .description {
	display: block;
	height: inherit;
}

.slide {
    max-width: none;
}
.slide.video span {
    background-image: url(/catalog/view/theme/default/image/play.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin: -5px;
    cursor: pointer;
    position: absolute;
    top:0;
    z-index: 10;
    background-size: 50px;
    background-position: 50%;
    opacity: 0.8;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    -o-transition: all ease 0.3s;
    -MS-transition: all ease 0.3s;
}
.slide.video:hover span {
    opacity: 0.5;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    -o-transition: all ease 0.3s;
    -MS-transition: all ease 0.3s;
}

.mr-5 {
    margin-right: 5px;
}

.product-layout .og-container .og-vd-md-3 {
    width: 100%;
    height: 100%;
}
.product-layout .og-container > div{
    height: initial !important;
}
.product-layout .og-container a {
    font-size: 16px !important;
}
.product-layout .og-container > div a img {
    width: 100%;
}
.product-layout .og-container {
    margin-bottom: 50px;
}
.og-container .og-vd-md-3 .play-button {
    left: 50% !important;
    margin-left: -25px;
    top:50% !important;
    margin-top: -25px;
}

#content .product-layout.col-md-3 {
    height: 500px;
}

.iSearchBox li img {
    padding: 0 !important;
    width: 40px !important;
}
.iSearchBox li {
    margin-bottom: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-top: none !important;
}
.iSearchBox li .iSearchItem {
    min-height: inherit !important;
    padding: 7px;
}
.iSearchBox li .iSearchItem h3 {
    text-align: left !important;
    margin-left: 10px !important;
    color: #333 !important;
}
.iSearchBox ul li.iSearchHeading {
    margin-bottom: 10px !important;
    margin-left: 10px;
}
.iSearchBox li:last-child {
    margin-top: 7px;
}

.raised.primary.inform {
    display: block;
    margin-right: 5px;
    white-space: nowrap;
    padding: 0 15px 0 40px;
}
.raised.primary.inform .fa {
    position: absolute;
    top:12px;
    left: 14px;;
    z-index: 2;
    color: #bdc3c7 !important;
}

.product-layout.product-list .hover-wrap .raised.primary.inform {
    width: 89% !important;
    margin-bottom: 10px;
}

.raised.primary.inform:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 6px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
}
.recall {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 20px;
    background-color: #bdc3c7 !important;
    margin: 0 10px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 2px !important;
    height: 40px;
    line-height: 40px;
    /*max-width: 540px;*/
    margin-bottom: 20px;
}
.recall input {
    margin-left: 10px;
    margin-right: 10px;
    padding: 2px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: baseline;
 }
.recall button {
    float: right;
    top: 7px;
    position: relative;
    background: #2c6a9f;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    height: 26px;
    line-height: 26px;
    padding: 0 7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.byin-block + .byin-block .form-group {
    background-color: #bdc3c7 !important;
    padding: 15px;
    text-align: center;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.byin-block + .byin-block h2 {
    margin-top: 0;
}

.byin-button-danger {
    padding: 12px 35px;
    color: #ffffff !important;
    font-weight: 700;
    float: right;
    margin-bottom: 10px;
    background: #e32a2d;
}
.byin-button-blue {
    padding: 12px 35px;
    color: #ffffff !important;
    font-weight: 700;
    float: right;
    margin-bottom: 10px;
    background: #2c6a9f;
}

.hide-next + .byin-button, .pre-order-button + #button-credit {
    display: none !important;
}

.pagination li.active span {
    z-index: 1 !important;
}

#content .product-item {
    min-height: 410px;
}

td.order-view {
    border: none !important;;
}
td.order-view a {
    margin: 0 !important;;
}

.my-subscr .modal-body {
    padding: 0 !important;
}
.my-subscr .modal-dialog {
    margin: 0!important;
}
.my-subscr .form-group {
    max-width: 170px;
    display: inline-block;
}
.my-subscr .btn-primary {
    background: #0090b9;
    color: #ffffff;
    border-radius: 0px !important;
    line-height: 23px;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    top: -1px;
    width: 100%;
    }

.recomended-slider #button-credit {
    display: none !important;
}

a[href="http://arcusmarket.com/uk/dlja-rozetki/"] {
    display: none !important;
}

@media only screen and (max-width:1200px) {
    .byin-block + .byin-block {
        float: right;
        padding-top:20px;
    }
}
@media only screen and (max-width:1199px) {
    .container-alert .product-layout {
        height: 577px !important;
    }
    .container-alert .product-layout,
	#content .product-layout {
	    margin-bottom: 30px;
	}
    .header-bucket-sum,
    .header-nav-container {
        display: none;
    }
    .header-bucket-image {
        width: 32px;
        height: 32px;
        background-image: url(/catalog/view/theme/default/image/shopping-cart.svg);
        background-size: 32px 32px;
        margin-top: 0;
    }
    .header-bucket-count {
        left: initial;
        right: -5px;
        min-width: 18px;
        padding: 0;
        height: 18px;
        font-size: 12px;
        line-height: 18px;
    }
    .header-bucket-tablet {
        position: absolute;
        top: 20px;
        right: 15px;
        width: auto;
        margin: 0;
    }
    .header-bucket-panel {
        margin-left: 0;
        margin-right: 0;
    }
    .rel-5 {
        position: relative;
        z-index: 5;
    }






}
@media only screen and (max-width:991px) {
    .container-alert .product-layout {
        height: 480px !important;
    }


    .list-category > li {
    	width: 25%;
    	padding: 10px;
    }
    .list-category_thumb {
	    height: 100px;
	}
	.list-category > li h3 {
	    font-size: 14px;
	    height: 38px;
	}
	.list-category > li:nth-child(-n+5) {
		border-top: 1px solid  rgb(128 128 128 / 16%);;
	}
	.list-category > li:nth-child(5n) {
		border-right: 1px solid  rgb(128 128 128 / 16%);;
	}
	.list-category > li:nth-child(-n+4) {
		border-top: 0;
	}
	.list-category > li:nth-child(4n) {
		border-right: 0;
	}


}
@media only screen and (max-width:768px) {
    .byin-block, .action-link {
        float: none !important;
        margin: 0 auto 20px !important;
    }
    .recall input {
        max-width: 100%;
	    margin-left: 0;
	    width: calc(100% - 120px);
    }
    .related-art-product > div > div {
        display: block !important;
    }
}
@media only screen and (max-width:767px) {
	.flip-clock-wrapper ul {
		width: 35px;
	}
	.action-reclam {
		display: none;
	}

    .products-margin .container-alert,
	.products-margin .products {
		display: table;
		font-size: 0;
		width: 100%;
	}
    .products-margin .container-alert > div,
	.products-margin .products > div {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		box-sizing: border-box;
	}
	.raised.primary.inform {
        font-size: 0;
    }
    .raised.primary.inform i {
    	font-size: initial;
    }
    .product .count-box {
        margin-top: -45px;
    }
    .container-alert .product-layout .product-item {
        margin: 0  15px !important;
    }
    .modal-category {
	    padding: 0;
	}
	.modal-category_bg {
		border-radius: 0;
	}
	.list-category {
	    padding: 10px;
	}
	.recall button {
		top: 0;
    	width: 110px;
    }
	.recall {
    	padding: 10px;
    	height: auto;
    	line-height: 1px;
    }


}
@media only screen and (max-width:610px) {
    .recall span {
        float: none;
        display: none;
    }
    .list-category > li {
    	width: 33.33%;
    	padding: 10px;
    }
	.list-category > li:nth-child(-n+4) {
		border-top: 1px solid  rgb(128 128 128 / 16%);;
	}
	.list-category > li:nth-child(4n) {
		border-right: 1px solid  rgb(128 128 128 / 16%);;
	}
	.list-category > li:nth-child(-n+3) {
		border-top: 0;
	}
	.list-category > li:nth-child(3n) {
		border-right: 0;
	}



}
@media only screen and (max-width:767px) {
	.display .sort-block label {
        display: none;
    }
    .sort-block #input-sort {
        width: 150px;
    }
    .byin-block {
        width: 100% !important;
    }
    .byin-block .byin-button-second,
    .byin-block .byin-button-blue,
    .byin-block .byin-button-danger {
        width: 100%;
        height: 48px;
        line-height: 48px !important;
        text-align: center;
        padding: 0;
        font-size: 17px;
    }
    .no-position.visible-mobile-500 {
    	float: none;
    	margin: 0;
    }
    .hidden-mobile-500 {
    	display: none;
    }
    .visible-mobile-500 {
    	display: inline-block !important;
    	vertical-align: top;
    	background: transparent !important;
		height: auto !important;
		font-size: 0;
		float: right;
		margin: -23px 0 0 0;
    }
    .product .description .icon {
	    height: 32px;
	    width: 32px;
	    padding: 0;
	}
    .product .description .icon:first-child {
	    margin-right: 15px;
	}
	.byin-block .byin-button-primary {
	    font-size: 13px;
	    line-height: 1.2 !important;
	    text-transform: initial;
	    padding: 0 10px;
	    display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.byin-block #button-credit img {
		display: none;
	}
	.byin-button-primary-2 {
	    position: absolute;
	    top: 100px;
	    left: calc(50% + 5px);
	    width: calc(50% - 5px);
	}
    .byin-button-primary-3 .byin-button-primary-2 {
        position: relative;
        right: 0;
        left: 0;
        box-sizing: border-box;
        padding-right: 0;
        top: 0;
        width:auto;
    }
   

	.byin-block p {
	    text-align: left;
	    margin: 0 !important;
	}
	.byin-block #button-credit {
		display: inline-block;
	    width: calc(50% - 5px);
	    margin: 0;
	    font-size: 13px;
	    white-space: initial;
	    text-transform: none;
	    padding: 0 10px;
	    line-height: 1.2;
	}
    .byin-block .byin-actual-price {
	    margin-bottom: 10px !important;
	}
	.index-product-slider .product-item {
	    margin-bottom: 30px;
	}
	.submit .cart {
		font-size: 0;
	}
	.index-product-slider {
	    padding-left: 10px;
	    padding-right: 10px;
	    padding-bottom: 15px;
	    box-sizing: border-box;
	}
	.display {
	    margin-bottom: 15px;
	}
	.catalog-page .product-grid.product-layout .product-item:hover .description {
		display: none;
	}
	.product-layout.product-grid .price .price-old {
	    margin-left: 5px;
	}
	.price {
	    font-size: 14px;
	}
	.product-grid .submit .cart.raised {
	    padding: 0 10px;
	}
	.raised.primary.inform {
	    padding: 0 22px 0 22px;
	}
	.overflow-hidden {
		overflow: hidden;
	}
	.byin-block .byin-old-price {
	    top: 12px;
        left: 94px;
	}


}
@media only screen and (max-width:500px) {
    .display .sort-block-limit {
        float: left !important;
    }
    .byin-block {
    	padding: 0px;
    }
    .byin-button-primary-2 {
	    /*left: 115px;*/
	    right: 0;
	    width: calc(50% - 5px);
	}
/*	.byin-block #button-credit {
	    width: 110px;
	}*/
	.recall {
		margin: 0 0 15px 0;
	}
	.overflow-hidden_mobile {
		margin-left: -15px;
		margin-right: -15px;
		overflow: hidden;
	}
	.products-margin {
		box-sizing: border-box;
    	padding: 7px 10px 0 10px;
	}
	.products > div {
		padding: 0 10px;
	}
    .container-alert .product-layout .product-item {
        margin: 0 !important;
    }
    .container-alert > div {
        padding: 0 10px;
    }
    .mobile-card-slider {
    	margin-left: -10px !important;
    	margin-right: -10px !important;
    }
    .list-category > li {
    	width: 50%;
    }
	.list-category > li:nth-child(-n+3) {
		border-top: 1px solid  rgb(128 128 128 / 16%);;
	}
	.list-category > li:nth-child(3n) {
		border-right: 1px solid  rgb(128 128 128 / 16%);;
	}
	.list-category > li:nth-child(-n+2) {
		border-top: 0;
	}
	.list-category > li:nth-child(2n) {
		border-right: 0;
	}

}

@media only screen and (max-width:374px) {
    .product-grid .submit .cart.raised {
        padding: 0 7px;
    }
    .product-grid .submit .hint.raised {
        padding: 0 7px;
    }
    .products > div {
	    padding: 0px 5px;
	}
}

@media only screen and (max-width:359px) {
	.byin-block #button-credit,
	.byin-block .byin-button-primary {
		font-size: 12px;
		padding: 0 7px;
	}
    .products-margin .container-alert > div, 
    .products-margin .products > div {
        width: 100%;
    }

}