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

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-BoldItalic.eot');
    src: local('Segoe UI Bold Italic'), local('SegoeUI-BoldItalic'),
    url('fonts/SegoeUI-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/SegoeUI-BoldItalic.woff') format('woff'),
    url('fonts/SegoeUI-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

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

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

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

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


body {
    font-family: 'Segoe UI', sans-serif;
    font-weight: normal;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
}

header {
    background-color: #fff;
}

.main-container {
    background-color: #fff;
}

@media (min-width: 1320px) {
	.container {
		width: 1270px;
	}
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
}

.fa {
    font-size: 14px;
}

h1 {
    font-size: 21px;
    margin: 20px 0;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

.title-category,
.title-module {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 3px solid #ccc;
}

.title-module {
    margin-top: 20px;
}

.title-category {
    margin-top: 10px;
}

.title-category h1,
.title-category h2,
.title-module h3 {
    margin: 0;
    padding-bottom: 10px;
    color: #444;
	text-transform: uppercase;
}

.title-category h1,
.title-category h2 {
    font-size: 18px;
}

.title-module h3 {
    display: inline-block;
    font-size: 14px;
}

.category-refine {
    font-size: 16px;
    font-weight: 700;
}

a {
    color: #444;
}

a:hover {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 12px;
    font-weight: normal;
}

.img-thumbnail {
    border-radius: 0;
}

.thumbnail {
    border-radius: 0;
}

.alert {
    border-radius: 0;
}

.panel {
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.well {
    border-radius: 0;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

select.form-control,
textarea.form-control,
input[type='text'].form-control,
input[type='password'].form-control,
input[type='datetime'].form-control,
input[type='datetime-local'].form-control,
input[type='date'].form-control,
input[type='month'].form-control,
input[type='time'].form-control,
input[type='week'].form-control,
input[type='number'].form-control,
input[type='email'].form-control,
input[type='url'].form-control,
input[type='search'].form-control,
input[type='tel'].form-control,
input[type='color'].form-control {
    font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

.form-control {
    border-radius: 0;
}

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 0;
    border: 0;
}

.nav-tabs > li > a {
    border-radius: 0;
    font-weight: 600;
    background-color: #eee;
}

.tab-content {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 20px;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

.dropdown-menu {
    border-radius: 0;
    padding: 5px;
}

.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #444;
    background: rgba(0, 0, 0, 0.1);
}

.dropdown-menu > li > a {
    padding: 8px 20px;
}

#top {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    padding: 0;
    margin: 0;
    min-height: 40px;
}

#top .container {
    padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #c63434;
}

#top #form-currency .fa-angle-down::before,
#top #form-language .fa-angle-down::before {
    content: '\f107';
}

#top #form-currency .btn-group.open .fa-angle-down:before,
#top #form-language .btn-group.open .fa-angle-down:before {
    content: '\f106';
}

#top #form-currency .dropdown-menu,
#top #form-language .dropdown-menu {
    border-radius: 0;
    padding: 5px;
    margin-top: 25px;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all 0.2s ease-out;
    z-index: 1051;
}

#top #form-currency .btn-group.open > .dropdown-menu,
#top #form-language .btn-group.open > .dropdown-menu {
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

#top .btn-link,
#top-links li,
#top-links a {
    position: relative;
    display: block;
    padding: 10px;
    font-size: 14px;
    text-decoration: none;
    color: #939393;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#top .btn-link:hover,
#top-links a:hover,
#top .btn-group.open > .btn {
    color: #c63434;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover {
    color: #444;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links {
    padding-top: 6px;
}

#top-links a + a {
    margin-left: 15px;
}

#top .costom-links {
    position: relative;
}

#top .costom-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#top .costom-links > ul > li {
    float: left;
    list-style-type: none;
}

#top .costom-links > ul > li > a {
    position: relative;
    display: block;
    padding: 11px 7px;
    font-size: 14px;
    text-decoration: none;
    color: #939393;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#top .costom-links > ul > li > a:hover {
    color: #c63434;
}

@media (min-width: 992px) {
    .menu-wrapper.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        -webkit-animation-duration: .8s;
        animation-duration: .8s;
        -webkit-animation-name: float-down;
        animation-name: float-down;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        z-index: 1050;
    }

    .full-menu {
		background-color: #fff;
        border-bottom: 1px solid #e8ac90;
    }

    .full-menu .navbar-collapse {
        padding: 0;
    }

    .vertical-align {
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }

    .left-top {
        display: block !important;
    }
}

@media (max-width: 991px) {
    #logo img {
        margin: 0 auto;
    }

    .header-contacts {
        text-align: center;
    }

    .top-menu-icon {
        float: left;
        padding: 10px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    .left-top {
        position: absolute;
        top: 39px;
        display: none;
        min-width: 160px;
        padding: 0;
        background: #fff;
        z-index: 99;
    }

    #top .costom-links {
        float: none;
    }

    #top .costom-links ul {
        padding: 5px 0;
        border: 1px solid rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }

    #top .costom-links > ul > li {
        float: none;
        display: block;
        border: none !important;
        line-height: 30px;
    }

    #top .costom-links > ul > li {
        font-size: 14px;
    }

    #top .costom-links > ul > li > a {
        padding: 0 20px;
    }

    #top .costom-links > ul > li > a:hover {
        color: #444;
        background: rgba(0, 0, 0, 0.1);
    }
}

.header-contacts {
    margin: 10px 0;
}

.header-contacts .phones a {
    font-size: 18px;
    padding-right: 10px;
}

.header-contacts .phones a:hover {
    color: #444;
}

.header-contacts .phones a + a {
    border-left: 1px solid #ddd;
    padding-left: 15px;
}

.schedule span {
    color: #939393;
}

#logo {
    margin: 10px 0;
}

#logo img {
    max-height: 50px;
}

#search {
    margin: 10px 0;
    width: 80%;
    border: 1px solid #DFDFDF;
}

#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
    color: #464646;
    background-color: #F3F3F3;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#search .btn-lg {
    height: 40px;
    padding: 0 20px;
    font-size: 13px;
    line-height: 18px;
    text-shadow: 0 1px 0 #FFF;
    background: none;
    background-color: #F3F3F3;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 992px) {
    #search {
        float: right;
    }
}

#cart {
    margin: 10px 0 10px 20px;
    width: auto;
    float: right;
}

#cart > .btn {
    max-width: 55px;
    font-size: 24px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #c63434;
    background: #fff;
    border-color: #fff;
    box-shadow: none;
}

#cart.open > .btn {
    text-shadow: none;
    color: #c63434;
    background-image: none;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: none;
}

#cart.open > .btn:hover {
    color: #c63434;
}

#cart > .btn-lg {
    padding: 7px 15px;
    float: right;
}

#cart-total {
    position: absolute;
    top: -2px;
    right: 3px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 13px;
    color: #fff;
    background-color: #444;
    border: medium none;
    border-radius: 50%;
    z-index: 9;
}

#cart .dropdown-menu {
    display: block;
    min-width: 400px;
    margin-top: 25px;
    padding: 15px;
    border-radius: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all 0.2s ease-out;
    z-index: 1051;
}

#cart.open > .dropdown-menu {
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

#cart .fa-shopping-basket {
    font-size: 24px;
}

#modal-cart .image {
    margin-bottom: 15px;
}

#modal-cart .btn-fastorder {
    margin-top: 15px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }

    #modal-cart .image img {
        max-height: 190px;
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}

#cart .btn-danger {
    padding: 2px 5px;
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

#modal-signin ul {
    list-style: none;
    padding: 0;
}

#modal-signin ul li .heading {
    display: block;
    margin-bottom: 13px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #222222;
}

#modal-signin .alert {
    text-align: center;
}

#modal-signin .btn-default {
    margin-bottom: 10px;
}

.slideshow-home .owl-wrapper-outer {
    border: none;
}

.slideshow-home .text-box {
    position: relative;
}

.slideshow-home .slideshow-text {
    top: 50px;
    bottom: auto;
    position: absolute;
    text-shadow: 1px 1px 1px black;
    z-index: 2;
}

.slideshow-home .slideshow-text .title,
.slideshow-home .slideshow-text .description,
.slideshow-home .slideshow-text .btn-primary {
    position: relative;
    line-height: 1.2;
    clear: both;
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: translate(0, 40px);
    -moz-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    transform: translate(0, 40px);
}

.slideshow-home .active .slideshow-text .title {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.slideshow-home .active .slideshow-text .description {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    transition-delay: .4s;
}

.slideshow-home .active .slideshow-text .btn-primary {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    transition-delay: .8s;
}

.slideshow-home .slideshow-text .title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 28px;
}

.slideshow-home .slideshow-text .description {
    margin-bottom: 50px;
    font-size: 18px;
}

.slideshow-home .slideshow-text .btn-primary {
    font-size: 14px;
    text-shadow: none;
    background: none;
}

.slideshow-home .slideshow-text.position-left .title,
.slideshow-home .slideshow-text.position-left .description {
    padding: 5px 15px 5px 50px;
    text-align: left;
    float: left;
}

.slideshow-home .slideshow-text.position-left .btn-primary {
    padding: 5px 10px;
    text-align: left;
    float: left;
}

.slideshow-home .slideshow-text.position-right {
    left: auto;
    right: 45px;
}

.slideshow-home .slideshow-text.position-right .title,
.slideshow-home .slideshow-text.position-right .description {
    padding: 5px 50px 5px 15px;
    text-align: right;
    float: right;
}

.slideshow-home .slideshow-text.position-right .btn-primary {
    padding: 5px 10px;
    text-align: right;
    float: right;
}

.slideshow-home .slideshow-text .title:before,
.slideshow-home .slideshow-text .description:before,
.slideshow-home .slideshow-text .btn-primary:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    z-index: -1;
}

.slideshow-home .slideshow-text.position-left .title:before {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 60%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0.45)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 60%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 60%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 60%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 60%);
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}

.slideshow-home .slideshow-text.position-left .description:before {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 60%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0.45)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 60%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 60%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 60%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 60%);
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
}

.slideshow-home .slideshow-text.position-left .btn-primary:before {
    background: rgba(205, 33, 34, 0.7);
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
}

.slideshow-home .slideshow-text.position-right .title:before {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(0, 0, 0, 0.45)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0) 100%);
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
}

.slideshow-home .slideshow-text.position-right .description:before {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(0, 0, 0, 0.45)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0) 100%);
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}

.slideshow-home .slideshow-text.position-right .btn-primary:before {
    background: rgba(205, 33, 34, 0.7);
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}

.slideshow-home .owl-controls .owl-buttons .owl-prev {
    left: 20px;
}

.slideshow-home .owl-controls .owl-buttons .owl-next {
    right: 20px;
}

.slideshow-home .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 47px;
    height: 47px;
    padding: 4px 15px;
    font-size: 0;
    line-height: 47px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    border: 0;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
}

.slideshow-home .owl-controls .owl-buttons div:hover {
    opacity: 1;
}

.slideshow-home .owl-controls .owl-buttons div:hover:before {
    color: #fff;
}

.slideshow-home .owl-controls .owl-buttons .owl-prev:before {
    content: '\f104';
}

.slideshow-home .owl-controls .owl-buttons .owl-next:before {
    content: '\f105';
    float: right;
}

.slideshow-home .owl-controls .owl-buttons div:before {
    display: inline-block;
    float: left;
    width: auto;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 38px;
    text-rendering: auto;
    line-height: 38px;
    color: #fff;
}

@media (max-width: 991px) {
    .slideshow-home .slideshow-text {
        top: 35px;
    }

    .owl-theme .owl-pagination,
    .owl-theme .owl-buttons {
        display: none;
    }
}

@media (min-width: 479px) and (max-width: 767px) {
    .slideshow-home .slideshow-text .title {
        font-size: 16px;
    }

    .slideshow-home .slideshow-text .description {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .slideshow-home .slideshow-text .btn-primary {
        font-size: 11px;
    }
}

@media (max-width: 478px) {
    .slideshow-home .slideshow-text {
        top: 10px;
    }

    .slideshow-home .slideshow-text.position-left .title,
    .slideshow-home .slideshow-text.position-left .description,
    .slideshow-home .slideshow-text.position-right .title,
    .slideshow-home .slideshow-text.position-right .description,
    .slideshow-home .slideshow-text.position-left .btn-primary,
    .slideshow-home .slideshow-text.position-right .btn-primary {
        padding: 3px 10px;
    }

    .slideshow-home .slideshow-text .title {
        font-size: 14px;
    }

    .slideshow-home .slideshow-text .description {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .slideshow-home .slideshow-text .btn-primary {
        font-size: 10px;
    }
}

@media (max-width: 360px) {
    .slideshow-home .slideshow-text {
        top: 10px;
    }

    .slideshow-home .slideshow-text .title,
    .slideshow-home .slideshow-text .description {
        font-size: 10px;
    }

    .slideshow-home .slideshow-text .btn-primary {
        font-size: 8px;
    }
}

@-webkit-keyframes float-down {
    0% {
        top: -100px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes float-down {
    0% {
        top: -100px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

.menu-wrapper {
    position: relative;
    margin: 0 auto;
    line-height: normal;
    vertical-align: middle;
    z-index: 3;
    background-color: #fff;
    border-bottom: 1px solid #e8ac90;
}

@media (min-width: 992px) {
    .menu-wrapper{
        position:sticky;
        top:0;
    }
}

.full-menu #menu {
    margin: 0;
}

#menu {
    min-height: 50px;
    line-height: normal;
    border: 0;
    border-radius: 0;
}

#menu .nav > li > a,
#menu .nav > li.home-link {
    min-height: 15px;
    padding: 15px;
	font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #333;
    background-color: transparent;
}

#menu .nav > li > a:hover,
#menu .nav > li.open > a,
#menu .nav > li:hover > a {
    color: #a93b07;
}

#menu .dropdown-menu {
    padding: 0px;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner a {
    min-width: 190px;
    display: block;
    padding: 5px 20px;
    margin: 0px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 14px;
}

#menu .dropdown-inner li a:hover,
#menu .dropdown-inner li:hover > a,
#menu .dropdown-inner li.open > a {
    color: #a93b07;
}

#menu .dropdown-inner .level2-1 {
    position: relative;
}

#menu .dropdown-inner .level2-1 .level3 {
    display: none;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

#menu .dropdown-inner .level3 {
    padding: 2px 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    text-transform: none;
    color: #929292;
    background: none;
}

.level2-2 a {
    margin: 0 5px;
    background-color: #F5F5F5;
}

.level2-2 .level3 a {
    background-color: #FFF;
    margin: 0 5px;
}

.level2-2 .submenu1:hover {
    background: rgba(0, 0, 0, 0.1);
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    padding: 3px 20px;
    font-size: 12px;
    border-top: 1px solid #DDD;
    border-radius: 0 0 3px 3px;
}

#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .category-img {
    margin: 2px auto;
    width: auto;
    display: table-cell;
}

#menu .menu-manufacturer.dropdown {
    position: static;
}

#menu .menu-manufacturer .menu-manufacturer-dropdown {
    width: 100%;
    margin-left: 0 !important;
    padding-left: 5px;
}

#menu .menu-manufacturer .menu-manufacturer-dropdown ul > li {
    display: inline-block;
    width: 150px;
    margin: 4px;
    padding: 5px 0;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #e2e2e2;
}

#menu .menu-manufacturer .menu-manufacturer-dropdown ul > li > a:hover {
    text-decoration: underline;
    color: #444;
    background: none;
}

#menu .menu-manufacturer .menu-manufacturer-img {
    height: 70px;
}

#menu .menu-manufacturer a {
    min-width: 90px;
}

#menu .btn-navbar {
    float: right;
    padding: 0 0 0 30px;
    font-size: 15px;
    font-stretch: expanded;
    font-weight: bold;
    text-align: left;
    color: #FFF;
    border: 0;
    box-shadow: none;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    color: #ffffff;
}

#menu .html-block .dropdown-menu .dropdown-inner {
    padding: 5px;
}

#menu .fa-bars {
    font-size: 21px;
    padding-top: 1px;
    float: right;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-contacts .phones a {
        font-size: 16px;
    }

    #search {
        width: 75%;
    }

    #menu .nav > li > a,
    #menu .nav > li.home-link {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    #menu .dropdown-inner .level2-1 .level3 {
        position: absolute;
    }

    #menu .dropdown .dropdown-menu,
    #menu .dropdown-inner .level2-1 .level3 {
        display: block;
        margin-top: 25px;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        transition: all 0.2s ease-out;
    }

    #menu .dropdown:hover .dropdown-menu,
    #menu .dropdown-inner .level2-1:hover .level3 {
        margin-top: 0;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }

    #menu .dropdown-inner ul {
        display: table-cell;
    }

    #menu .dropdown-inner li.level2-2 {
        padding: 0;
        font-size: 13px;
        font-weight: 700;
        line-height: 30px;
        text-transform: uppercase;
        color: #404e53;
        border: 0;
    }

    #menu .dropdown-inner .level2-1:hover .level3 {
        position: absolute;
        top: 0;
        left: 100%;
        display: block;
        padding: 5px 2px;
        background: #fff;
        border: 1px solid #ddd;
        z-index: 9;
    }

    #menu .dropdown-inner .level3 a:before {
        content: '\f105';
        float: none;
        padding-right: 10px;
        font: normal normal normal 14px/1 FontAwesome;
    }

    #menu .dropdown-inner .level2-1 a.submenu1:before {
        content: '\f105';
        float: right;
        padding-top: 3px;
        padding-right: 10px;
        font: normal normal normal 14px/1 FontAwesome;
    }

    #menu .dropdown-inner .level2-2 a.submenu1:before {
        content: '\f103';
        float: right;
        padding-top: 3px;
        padding-right: 10px;
        font: normal normal normal 14px/1 FontAwesome;
    }
}

@media (max-width: 991px) {
    #menu {
        background-color: #fff;
        border-radius: 0;
        z-index: 1050;
    }

    .navbar-header {
        min-height: 50px;
        background: #444;
    }

    #menu #category {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.in {
        display: block !important;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav {
        float: none;
        margin: 0 -15px;
        border-right: 1px solid #efefef;
        border-left: 1px solid #efefef;
    }

    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        background-color: #fff;
        border-style: solid;
        border-width: 1px 0 0 0;
        border-color: #efefef;
    }

    #menu .dropdown-menu {
        padding: 0;
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #444;
    }

    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .nav > li > a:hover,
    #menu .nav > li.open > a,
    #menu .nav > li:hover > a {
        background-color: #fff;
    }

    #menu .see-all {
        margin-top: 0;
        color: #fff;
        border: none;
        border-radius: 0;
    }

    #menu .dropdown-inner ul {
        display: none;
    }

    #menu .nav > li,
    #menu .dropdown-inner li {
        display: block;
        float: none;
        height: auto;
        padding: 0;
        border-bottom: 1px solid #efefef;
    }

    #menu .nav > li > a,
    #menu .nav > li.home-link {
        padding: 14px;
        font-weight: normal;
        color: #444;
    }

    #menu .nav > li.dropdown > div {
        position: relative;
        float: none;
        width: 100%;
        min-width: inherit;
    }

    #menu .category-img {
        display: none;
    }

    #menu .menu-manufacturer.dropdown {
        position: relative;
    }

    #menu .dropdown-inner > ul > li > a,
    #menu .dropdown-inner .level3 > li > a {
        min-height: 15px;
        padding: 15px 15px 15px 20px;
        font-weight: normal;
        color: #444;
        background-color: transparent;
    }

    #menu .dropdown-inner li.level2-2 {
        position: relative;
    }

    #menu .dropdown-inner .level3 {
        border-top: 1px solid #efefef;
    }

    #menu .dropdown-inner .level2-1 .level3 {
        display: none;
    }

    #menu .dropdown-inner a:before {
        content: '\f105';
        float: none;
        padding-right: 10px;
        font: normal normal normal 14px/1 FontAwesome;
    }

    #menu .dropdown-inner .level3 a:before {
        content: '\f105';
        float: none;
        padding: 10px;
        font: normal normal normal 14px/1 FontAwesome;
    }

    #menu .menu-manufacturer .menu-manufacturer-dropdown ul,
    #menu .menu-manufacturer .menu-manufacturer-dropdown ul > li > a {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    #menu .menu-manufacturer .menu-manufacturer-dropdown ul > li {
        width: 130px;
    }

    span.submore.plus:after {
        content: '-';
    }

    span.submore:after {
        content: '+';
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 50px;
        height: 50px;
        padding-top: 5px;
        font-family: 'Segoe UI', sans-serif;
        font-size: 22px;
        text-align: center;
        line-height: 40px;
        color: #555;
        border-left: 1px solid #ccc;
        cursor: pointer;
        z-index: 1010;
        opacity: .6;
    }

    .owl-theme .owl-pagination {
        left: 0;
    }
}

.box .box-heading {
    position: relative;
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #2c2c2c;
    background: #eee;
}

.box .box-heading:before {
    content: '';
    position: absolute;
    right: auto;
    bottom: 10px;
    left: 21px;
    width: 30px;
    margin: 0 auto;
    border-bottom: 1px solid #c63434;
}

.box .box-content {
    position: relative;
    margin-bottom: 28px;
    padding: 10px 25px 30px;
    background: #eee;
}

.box .box-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.box .box-content ul ul {
    margin-left: 5px;
}

.box .box-content ul li {
    padding: 4px 0 4px 10px;
    line-height: 22px;
}

.box .box-content .box-category li {
    margin: 0;
    border-bottom: 1px solid #ddd;
}

.box .box-content .box-category li ul li {
    border-bottom: none;
}

.box .box-content ul li a {
    font-size: 13px;
    color: #6d6d6d;
}

.box .box-content ul li a:hover,
.box .box-content ul li a.active {
    color: #c63434;
}

.box .box-content ul li a:before {
    content: '\f105';
    position: relative;
    left: -5px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
}

.box .box-content ul li a:hover:before {
    margin-right: 5px;
}

.box .box-content ul li a.active:before {
    content: '\f107';
    position: relative;
    left: -5px;
    font-family: 'FontAwesome';
}

.owl-wrapper-outer {
    border-radius: 0 !important;
}

.owl-theme .owl-pagination {
    position: absolute;
    top: inherit;
    bottom: 0;
    left: 45%;
    text-align: center;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #d9534f;
    opacity: 1;
}

.owl-carousel .owl-item img {
    display: block;
    margin: 1px auto;
    -webkit-transform-style: preserve-3d;
}

.scroll-module .owl-wrapper-outer {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.scroll-module .owl-item {
    padding: 0 15px;
}

.scroll-module .owl-controls .owl-buttons .owl-prev {
    left: -10px;
}

.scroll-module .owl-controls .owl-buttons .owl-next {
    right: -10px;
}

.scroll-module .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 12px 10px;
    font-size: 0;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #f9f9f9;
    border: 2px solid #e1e1e0;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
}

.scroll-module .owl-controls .owl-buttons div:hover {
    border: 2px solid #c63434;
    opacity: 1;
}

.scroll-module .owl-controls .owl-buttons div:hover:before {
    color: #c63434;
}

.scroll-module .owl-controls .owl-buttons .owl-prev:before {
    content: '\f104';
}

.scroll-module .owl-controls .owl-buttons .owl-next:before {
    content: '\f105';
    float: right;
}

.scroll-module .owl-controls .owl-buttons div:before {
    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: #68696c;
    font-size: 22px;
    line-height: 26px;
    float: left;
    width: auto;
    margin: -11px 0 0;
}

#content {
    min-height: 600px;
    padding-bottom: 15px;
}

.category-list {
    margin-bottom: 25px;
}

.category-list-block {
    text-align: center;
    padding: 0;
    margin: 0 0 10px 0;
}

.category-list .category-list-block img {
    max-width: 100%;
    padding: 0 3px;
}

.category-list-block .name {
    max-height: 45px;
    margin: 3px;
    padding: 3px;
    background-color: #f3f3f3;
    overflow: hidden;
}

.category-list-block .name a {
    font-weight: normal;
}

.product-filter {
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 15px;
}

.product-filter .form-group {
    margin-bottom: 5px;
}

.product-filter .input-group-addon {
    font-weight: 600;
    background-color: #fff;
    border: 0;
}

.product-filter .input-group-sm > .form-control {
    border-radius: 0;
}

#scroll-img .owl-wrapper-outer,
#quickview-img .owl-wrapper-outer {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

#scroll-img .item,
#quickview-img .item {
    margin: 1px;
    padding: 1px 1px;
    text-align: center;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#scroll-img .owl-item,
#quickview-img .owl-item {
    padding: 0 5px;
}

#scroll-img .image-additional,
#quickview-img .image-additional {
    max-width: 100%;
}

#scroll-img .owl-controls .owl-buttons .owl-prev,
#quickview-img .owl-controls .owl-buttons .owl-prev {
    left: 0
}

#scroll-img .owl-controls .owl-buttons .owl-next,
#quickview-img .owl-controls .owl-buttons .owl-next {
    right: 0;
}

#scroll-img .owl-controls .owl-buttons div,
#quickview-img .owl-controls .owl-buttons div {
    position: absolute;
    top: 35%;
    float: left;
    width: 30px;
    height: 30px;
    padding: 10px 8px;
    font-family: 'Raleway', sans-serif;
    font-size: 0;
    font-weight: 700;
    line-height: 30px;
    text-align: right;
    text-transform: uppercase;
    color: #fff;
    background: #f9f9f9;
    border: 2px solid #e1e1e0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0.5;
}

#scroll-img .owl-controls .owl-buttons div:hover,
#quickview-img .owl-controls .owl-buttons div:hover {
    opacity: 1;
}

#scroll-img .owl-controls .owl-buttons .owl-prev:before,
#quickview-img .owl-controls .owl-buttons .owl-prev:before {
    content: '\f104';
}

#scroll-img .owl-controls .owl-buttons .owl-next:before,
#quickview-img .owl-controls .owl-buttons .owl-next:before {
    content: '\f105';
    float: right;
}

#scroll-img .owl-controls .owl-buttons div:before,
#quickview-img .owl-controls .owl-buttons div:before {
    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: #68696c;
    font-size: 22px;
    line-height: 26px;
    float: left;
    width: auto;
    margin: -11px 0 0;
}

#quickview-img .owl-controls .owl-buttons div {
    top: 43%;
}

#product {
    margin: 20px 0;
}

#product h3 {
    font-size: 12px;
    font-weight: 600;
}

.product-view {
    margin-bottom: 20px;
}

.product-view li {
    color: #69686c;
    line-height: 20px;
    font-size: 14px;
    margin: 0 0 3px 0;
    font-weight: 400;
}

.product-view li:before {
    content: '\f046';
    display: inline-block;
    margin-right: 10px;
    font-family: FontAwesome;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    color: #69686c;
}

/* Options */

#product .form-group .radio,
#product .form-group .checkbox {
    display: inline-block;
    margin: 0 5px 10px 0;
    padding: 3px;
	background-color: #fff;
    border: 1px solid #96bae3;
    color: #3d80cc;
}

#product .form-group .checkbox input[type='checkbox'],
#product .form-group .radio input[type='radio'] {
    margin-left: -25px;
}


#product .form-group .radio {
    background:none;
    border:0;
    padding:0;
}
#product .form-group .radio label {
color:#555;
    border:1px solid #ddd;
    border-radius:4px;
    padding:5px 10px;
    font-size:14px;
    margin:0;
}
#product .form-group .radio label:has(input:checked) {
    background:#333;
    color:#fff;
    border:1px solid #333;
}
#product .form-group .radio input {display:none}

#product .form-group label {
    position: relative;
    display: block;
    margin: 5px;
    font-size: 12px;
    line-height: 18px;
    cursor: pointer;
}

#product .form-group .checkbox .img-thumbnail,
#product .form-group .radio .img-thumbnail {
    float: right;
    width: 30px;
    height: auto;
    margin-top: -5px;
    margin-left: 5px;
    padding: 0;
}

/* Checkboxes */

#product .form-group input[type='checkbox'] {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

#product .form-group input[type='checkbox']:after {
    content: '\f14a';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    font-family: FontAwesome;
    font-size: 22px;
    line-height: 11px;
    text-align: center;
    color: #dddddddd;
    background-color: #f5f5f5;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
}

#product .form-group input[type='checkbox']:checked:after {
    color: #c63434;
}

/* Radios */

#product .form-group input[type='radio'] {
    margin-right: 20px;
}

#product .form-group input[type='radio']:after {
    content: '\f192';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    font-family: FontAwesome;
    font-size: 22px;
    line-height: 10px;
    text-align: center;
    color: #dddddd;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
    box-sizing: border-box;
}

#product .form-group input[type='radio']:checked:after {
    color: #3d80cc;
}

.share-block {
    margin: 20px 0;
}

.btn-quantity {
    position: relative;
    float: left;
    width: 70px;
    margin-right: 8px;
}

#input-quantity {
    position: relative;
    float: left;
    width: 50px;
    height: 40px;
    font-size: 15px;
    text-align: center;
}

.btn-quantity span {
    position: relative;
    float: left;
    height: 20px;
    line-height: 20px;
    color: #777;
    background: #f5f5f5;
    border-radius: 0;
    cursor: pointer;
}

.qty-minus {
    padding: 0 4px;
    border-color: #ccc;
    border-width: 1px 1px 1px 0;
    border-style: solid;
}

.qty-plus {
    padding: 1px 4px;
    border-color: #ccc;
    border-width: 1px 1px 0 0;
    border-style: solid;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	color: #fff;
    background: none;
    border: 1px solid #e7991c;
    background-color: #e7991c;
}

.pagination > li > a,
.pagination > li > span {
    margin-left: 4px;
	padding: 8px 12px;
    color: #c69c6d;
    border: 1px solid #ccc;
	border-radius: 50%;
	height: 36px;
    width: 36px;
    text-align: center;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
	border-radius: 50%;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 50%;
}

.pagination > li > a:hover {
    border-color: #999;
    color: #c69c6d;
    background: none;
}

.mod-banner {
    margin: 10px 0;
}

.mod-banner .banners-block {
    position: relative;
    overflow: hidden;
}

.mod-banner .banners-block:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    pointer-events: none;
    -webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}

.mod-banner .banners-block:hover:before {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5) inset;
}

.mod-text-banner {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mod-text-banner .text-banner-col+.text-banner-col {
	border-left: 1px solid #dddddd;
}

#column-left .mod-text-banner,
#column-right .mod-text-banner {
    margin-top: 0;
    margin-bottom: 25px;
}

.mod-text-banner .tbanner-box {
    padding: 15px;
}

.mod-text-banner .tbanner-box .tbanner-content {
    text-align: center;
}

.mod-text-banner .tbanner-box .tbanner-content h5 {
    color: #444;
    font-size: 14px;
    margin-top: 0;
}

.mod-text-banner .tbanner-box .tbanner-content p {
    font-size: 13px;
    line-height: 1.3;
    margin: 0;
}

.mod-text-banner .tbanner-box .tbanner-icon {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
}

@media (max-width:768px){
    .mod-text-banner .text-banner-col .tbanner-box {
        border: 1px solid #e2e2e2;
        padding: 10px !important;
        display: flex;
        flex-direction: column;
        background:#fcfcfc;
    }
    .mod-text-banner .text-banner-col + .text-banner-col {
        margin-top:10px;
    }
    .mod-text-banner .tbanner-box .tbanner-content h5 {
        margin-bottom:5px;
    }
}

#column-left .mod-text-banner .tbanner-icon img,
#column-right .mod-text-banner .tbanner-icon img {
    width: 25px;
    height: 25px;
}

#column-left .mod-text-banner .tbanner-box .tbanner-content,
#column-right .mod-text-banner .tbanner-box .tbanner-content {
    padding-left: 50px;
}

@media (max-width: 767px) {
    #search {
        width: 75%;
    }

    .mod-banner .banners-block {
        margin-bottom: 10px;
    }

    .payments-metods {
        margin: 15px 0;
    }

    .breadcrumb {
        float: none;
    }
}

@media (max-width: 991px) {
    .box-product {
        width: 100%;
    }

    #column-left,
    #column-right {
        display: none;
    }

    .title-category h1 {
        font-size: 16px;
    }

    .title-module h3 {
        font-size: 14px;
    }

    .title-category h1,
    .title-category h2,
    .title-module h3 {
        padding-bottom: 9px;
    }
}
.contact-page {
	font-size: 14px;
	color: #b5b5b5;
}
.contact-page h3 {
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 7px;
    padding-bottom: 5px;
    font-family: 'Segoe UI', sans-serif;
    font-size: 18px;
    line-height: 20px;
	color: #b5b5b5;
	border-bottom: 1px solid #bfbfbf;
}

.contact_page_form legend {
	padding-top: 7px;
    padding-bottom: 5px;
    color: #b5b5b5;
    border-bottom: 1px solid #bfbfbf;
}

footer {
    margin-top: 30px;
    padding-top: 30px;
	padding-bottom: 30px;
    color: #444;
    background: #fff;
    border-top: 1px solid #e8ac90;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    color: #656565;
}

footer a:hover {
    color: #a93b07;
}

footer #logo-footer {
    margin-bottom: 15px;
    padding: 5px 10px;
}

footer #logo-footer img {
    height: 75px;
}

footer h5 {
    position: relative;
    margin-bottom: 10px;
    padding: 6px 5px 10px 0;
    font-family: 'Segoe UI', sans-serif;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    color: #863008;
	border-bottom: 1px solid #d6d4d4;
}

footer .footer-cont > li {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 5px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 18px;
    border: 0 none;
    color:#666;
}

footer .footer-link > li > a {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    -webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
    color:#666;
    text-decoration:none;
}

footer .footer-link > li > a:before {
    content: '\f105';
    top: 0;
    left: 0;
    margin-right: 10px;
    font-family: 'FontAwesome';
    font-size: 13px;
    line-height: 1;
    color:#666;
    -webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
footer .footer-link > li > a:hover {
    color:#863008;
}

footer .footer-link > li > a:hover:before {
    padding: 0 0 0 10px;
}

footer li i,
footer li i a {
    position: relative;
    right: 10px;
    width: 24px;
    text-align: center;
    vertical-align: middle;
    display: table-cell !important;
}

footer li .fa {
    font-size: 16px;
}

footer .soc-icon {
    margin-top: 15px
}

footer .soc-icon a {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin: 0 3px 3px 0;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    color: #afafaf;
    border: 2px solid #afafaf;
    border-radius: 100%;
    vertical-align: top;
}

footer .soc-icon a:hover {
    color: #c63434;
    border: 2px solid #c63434;
}

footer .footer-powered {
	margin-bottom: 15px;
    color:#666;
}

footer .payments-metods a {
	margin-right: 5px;
}

.messenger_links,
.social_links {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
}
#top-links .messenger_links {
	width: 100%;
	padding: 0px 15px;
}
.social_links li {
	margin-right: 5px;
}
.messenger_links li {
	margin-right: 15px;
}
.messenger_links li:last-child,
.social_links li:last-child {
	margin-right: 0px;
}
.messenger_links li a,
.social_links li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	width: 32px;
	position: relative;
	background-color: #a67a5d;
	border-radius: 50px;
}
.social_links li a:after {
	position: absolute;
	content: '';
	-webkit-mask: url(../image/icons/instagram.svg) no-repeat center;
	mask: url(../image/icons/instagram.svg) no-repeat center;
	background-color: #fff;
	-webkit-mask-size: 18px;
	mask-size: 18px;
	height: 18px;
	width: 18px;
}
.social_links li.facebook a:after {
	-webkit-mask: url(../image/icons/facebook.svg) no-repeat center;
	mask: url(../image/icons/facebook.svg) no-repeat center;
	background-color: #fff;
	-webkit-mask-size: 20px;
	mask-size: 20px;
	height: 20px;
	width: 20px;
}
.social_links li.twitter a:after {
	-webkit-mask: url(../image/icons/twitter.svg) no-repeat center;
	mask: url(../image/icons/twitter.svg) no-repeat center;
	background-color: #fff;
	-webkit-mask-size: 20px;
	mask-size: 20px;
	height: 20px;
	width: 20px;
}
.social_links li.youtube a:after {
	-webkit-mask: url(../image/icons/youtube.svg) no-repeat center;
	mask: url(../image/icons/youtube.svg) no-repeat center;
	background-color: #fff;
	-webkit-mask-size: 20px;
	mask-size: 20px;
	height: 20px;
	width: 20px;
}
.social_links li.linkedin a:after {
	-webkit-mask: url(../image/icons/linkedin.svg) no-repeat center;
	mask: url(../image/icons/linkedin.svg) no-repeat center;
	background-color: #fff;
	-webkit-mask-size: 20px;
	mask-size: 20px;
	height: 20px;
	width: 20px;
}
.social_links li.pinterest a:after {
	-webkit-mask: url(../image/icons/pinterest.svg) no-repeat center;
	mask: url(../image/icons/pinterest.svg) no-repeat center;
	background-color: #fff;
	-webkit-mask-size: 18px;
	mask-size: 18px;
	height: 18px;
	width: 18px;
}

.alert {
    padding: 8px 14px 8px 14px;
}

.breadcrumbs {
    position: relative;
    overflow: hidden;
	padding-right: 60px;
}

.breadcrumb {
    margin: 0;
    padding: 9px;
    background: none;
    white-space: nowrap;
}

.breadcrumb:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 90px;
    background: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .35) 40%, #ffffff 84%);
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .35) 40%, #ffffff 84%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb > li {
    position: relative;
    text-shadow: 0 1px 0 #FFF;
    white-space: nowrap;
}

.breadcrumb > li + li:before {
    content: '/';
    padding: 10px;
}

.pagination {
    margin: 0;
}

@media (max-width: 767px) {
    .breadcrumb {
        float: none;
    }
}

.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-size: 12px;
}

.btn-group > .btn-xs {
    font-size: 9px;
}

.btn-group > .btn-sm {
    font-size: 10.2px;
}

.btn-group > .btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #eee;
    border-color: #ccc;
}

.btn-primary {
    padding: 10px 25px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #fff;
    background-color: #c63434;
    text-decoration: none;
    cursor: pointer;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    border: 0;
    padding: 10px 25px;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    background-color: #ff8a65;
    border-color: #ff8a65;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #ff8a65;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}

.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

.product-thumb {
    margin-bottom: 20px;
}

.product-thumb .image {
    text-align: center;
    position: relative;
}

#column-right .product-thumb .image,
#column-left .product-thumb .image {
    text-align: center;
    position: relative;
    float: left;
    margin-right: 10px;
}

.product-thumb .image a {
    display: block;
    transition: all 0.3s ease-out;
}

.product-thumb .image a:hover {
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-thumb .image {
    float: none;
}

.product-thumb .image:hover .hover-image,
#column-right .image:hover .hover-image,
#column-left .image:hover .hover-image {
    opacity: 1;
}

.product-thumb .image .hover-image,
#column-right .image .hover-image,
#column-left .image .hover-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: auto;
    height: 100%;
    opacity: 0;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0;
    }
}

.product-thumb h4 {
    height: 50px;
    overflow: hidden;
}

#column-right .product-thumb h4,
#column-left .product-thumb h4 {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    color: #787878;
}

.product-thumb h4 a {
    color: #999;
}

.product-thumb .caption {
    padding: 0 20px;
    min-height: 60px;
    text-align: center;
}

#column-right .product-thumb .caption,
#column-left .product-thumb .caption {
    padding: 0;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 60px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}
.product-grid .product-thumb .caption {
    padding:0;
    min-height:41px;
}
.product-grid .product-thumb .caption h4 {
    text-align:left;
    height:auto;
}
.product-grid .product-thumb .caption h4 a {
    font-size:16px;
    color:#000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-grid .product-thumb >div:nth-child(2) .button-group{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
}
.product-grid .product-thumb >div:nth-child(2) .button-group .price {
    color:#197BBD;
    font-size:20px;
    font-weight:500;
}
@media (max-width:575px){
    .product-grid .product-thumb >div:nth-child(2) .button-group .price {
        font-size:18px;
    }
}
.product-grid .product-thumb >div:nth-child(2) .button-group .btns {
    min-width:35px;
    display:flex;
    align-items:center;
}
.product-list .product-thumb .button-group button,
.product-table .product-thumb .button-group button,
.product-grid .product-thumb .button-group button {
    padding:0;
    margin:0;
    background:none;
    border:0;
    outline:0;
    min-width:35px;

}
.product-thumb .button-group button.add-to-cart:hover {
    background:none !important;
}
.product-grid .product-thumb .button-group button.btn-fastordercat {
    display:none;
}
.product-thumb >div:nth-child(2) .button-group button.add-to-cart {
    width:35px !important;
    display:flex;
    align-items:center;
    justify-content:center;
}
.product-thumb .button-group button.add-to-cart img {
    width:100%;
    min-width:35px;
}


#column-right .product-thumb .rating,
#column-left .product-thumb .rating {
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
    text-align: left;
}

.product-thumb .rating {
    margin: 8px 0 12px;
}


.product-table:last-child {
    margin-bottom:25px;
}
.product-table .product-thumb {
    display:flex;
    align-content:center;
    justify-content:space-between;
    margin-bottom:0;
    border-bottom:1px solid rgba(127,127,127,0.4);
}
.product-table .product-thumb .image {
    width:100%;
    max-width:82px;
}
.product-table .product-thumb >div:nth-child(2) {
    display:flex;
    align-items:center;
    width:100%;
    justify-content:space-between;
}
.product-table .product-thumb >div:nth-child(2) .caption {
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.product-table .product-thumb >div:nth-child(2) .caption .rating {
    display:none;
}
.product-table .product-thumb >div:nth-child(2) .caption h4 {
    margin:0;
    height:auto;
    text-align:left;
}
.product-table .product-thumb >div:nth-child(2) .caption h4 a {
    font-size:18px;
    color:#000;
}

.product-table .product-thumb .button-group.sl {
    background: none;
    position: absolute;
    border: 0;
    right: unset;
    bottom: unset;
    display: flex;
    left: 90px;
    top: 10px;
}
.product-table .product-thumb .button-group.sl > a {
    margin-bottom: 0px;
    margin-right: 10px;
}
.product-table .product-thumb >div:nth-child(2) .button-group {
    text-align: center;
    display: flex;
    flex-shrink: 0;
    align-items:center;
    min-width:30%;
    justify-content:space-between;
}
.product-table .product-thumb >div:nth-child(2) .button-group .price {
    color:#197BBD;
    font-size:20px;
    margin-bottom:0;
    white-space: nowrap;
    margin-right:20px;
    display:flex;
}
.product-table .product-thumb >div .button-group .btns {
    min-width: 78px;
    display: flex;
    justify-content: space-between;
}


.new-product .product-thumb .caption {
    padding:0;
    min-height:41px;
}
.new-product .product-thumb .caption h4 {
    text-align:left;
    height:auto;
}
.new-product .product-thumb .caption h4 a {
    font-size:16px;
    color:#000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new-product .product-thumb > .button-group{
    display:flex;
    align-items:center;
    justify-content:space-between;
    text-align:left;
}
.new-product .product-thumb > .button-group .price {
    color:#197BBD;
    font-size:20px;
    font-weight:500;
}
.new-product .product-thumb > .button-group .btns {
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.new-product .product-thumb > .button-group button {
    padding:0;
    margin:0;
    background:none;
    border:0;
    outline:0;
}
.new-product .product-thumb > .button-group button + button {
    margin-left:5px;
}
.new-product .product-thumb > .button-group button:hover {
    background:none !important;
}
.new-product .product-thumb > .button-group button.btn-fastordercat {
    display:none;
}



.box-product .rating a {
	font-size: 13px;
    font-weight: 600;
}
.box-product .rating a+a {
	margin-left: 15px;
}
.rating .fa-stack {
    font-size: 8px;
    width: 1.5em;
}

.rating .fa-star-o {
    color: #999;
    font-size: 13px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 13px;
}

.rating .fa-star + .fa-star-o {
    color: #E69500;
}

.product-thumb .rating .reviews-quantity {
    margin-left: 5px;
    font-weight: 600;
}

.product-thumb .rating .reviews-quantity:before {
    content: '\f0e6';
    font-family: 'FontAwesome';
    margin: 0 3px;
    font-weight: 500;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    font-size: 18px;
    color: #983608;
}

.product-thumb .price-new {
    font-size: 18px;
    font-weight: 600;
    color: #282e33;
}

.product-thumb .price-old {
    margin-left: 10px;
    font-size: 14px;
    text-decoration: line-through;
    color: #ff8a65;
}

#column-right .product-thumb .price,
#column-left .product-thumb .price {
    float: left;
    margin: 8px 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #282e33;
}

#column-right .product-thumb .price-new,
#column-left .product-thumb .price-new {
    margin: 8px 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #282e33;
}

#price {
	position: relative;
    margin-bottom: 30px;
	float: left;
}
#price .price,
#price .price-new {
    font-size: 28px;
    font-weight: 600;
    color: #c12b1a;
}

#price .price-old {
    margin-right: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #c63434;
}

#price span {
    margin-top: 10px;
}

.product-thumb .price-tax {
    display: block;
    font-size: 12px;
    color: #999;
}

.product-thumb .button-group {
    text-align: center;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

a.cheaper {
    position: relative;
    font-size: 14px;
    color: #888;
	line-height: 30px;
    border-bottom: 1px dashed #888;
}

a.cheaper:hover {
    color: #c63434;
    border-bottom: 1px dotted #c63434;
}

.product-thumb .button-group button.btn-fastordercat {
    width: auto;
    padding: 6.5px 9.5px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    color: #8e8e8e;
    border-radius: 100px;
}

.product-thumb .button-group button.btn-fastordercat:hover {
    color: #fff;
    background-color: #c63434;
    border: 1px solid #c63434;
}

.product-thumb .button-group button {
    position: relative;
    display: inline-block;
    padding: 9px 25px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #444;
    background-color: #e3e3e3;
    border: 1px solid #d6d6d6;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
    color: #fff;
    background-color: #c63434;
    text-decoration: none;
    cursor: pointer;
}

.product-thumb .button-group button.btn-default {
    position: relative;
    display: inline-block;
    padding: 9px 25px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #777;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.product-thumb .button-group button.btn-default:hover {
    color: #777;
    background-color: #eee;
    text-decoration: none;
    cursor: default;
}

@media (max-width: 1200px) {
    .product-thumb .button-group button,
    .product-thumb .button-group button + button {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .product-thumb .button-group button,
    .product-thumb .button-group button + button {
        width: 33.33%;
    }

    .col-info {
        clear: both;
    }
}


.thumbnails > li {
    margin-left: 20px;
}

.thumbnails > img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}



@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

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

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

@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

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

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

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

#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
    margin-bottom: 10px;
}

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

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.product-thumb .button-group.sl {
    background: none;
    position: absolute;
    border: 0;
    right: 10px;
    bottom: 3px;
}

.product-thumb .button-group.sl > a {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    -webkit-transform: translate(20px, 0);
    -moz-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    -o-transform: translate(20px, 0);
    transform: translate(20px, 0);
}

.product-thumb .button-group.sl > a:nth-child(3) {
    transition-delay: .2s;
}

.product-thumb .button-group.sl > a:nth-child(2) {
    transition-delay: .1s;
}

.product-thumb:hover .button-group.sl > a {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.product-thumb .button-group.sl > a:hover {
    color: #fff;
    background-color: #c63434;
}

.wishlist-compare {
    top: -6px;
    position: relative;
}

.wishlist-compare .wishlist,
.wishlist-compare .compare {
    position: relative;
    display: inline-block;
    width: 39px;
    height: 39px;
    margin-left: 5px;
    padding: 0;
    text-align: center;
    text-shadow: none;
    line-height: 5px;
    color: #8e8e8e;
    background-color: #fff;
    border: 1px solid #8e8e8e;
}

.wishlist-compare .wishlist:hover,
.wishlist-compare .compare:hover {
    color: #fff;
    background-color: #ff8a65;
    border: 1px solid #ff8a65;
}

.cloud-zoom-lens {
    margin: -4px;
    background-color: #fff;
    border: 4px solid #888;
    cursor: move;
}

.cloud-zoom-title {
    position: absolute !important;
    top: 0;
    width: 100%;
    padding: 3px;
    font-family: 'Segoe UI', sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #000;
}

.cloud-zoom-wrap {
    position: relative;
    display: inline-block;
}

.cloud-zoom-big {
    overflow: hidden;
}

.cloud-zoom-loading {
    padding: 3px;
    color: white;
    background: #222;
    border: 1px solid #000;
}


.product-info .thumbnails .image {
    display: block;
    line-height: 0.5;
    background-color: #fff;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
@media (max-width: 767px) {
	.product-info .thumbnails .image {
		margin-bottom: 20px;
	}
}
.product-info .thumbnail {
    border: 0;
    margin: 0;
	padding: 0;
}


.product-info .thumbnails .image-additional a {
    float: left;
    margin: 4px 7px;
}

.product-info .cloud-zoom-gallery,
#scroll-img .thumbnail,
.image-additional .thumbnail,
#quickview-img .thumbnail {
    display: block;
}

.product-info .image img {
    max-width: 100%;
}

.product-info .cloud-zoom-gallery img {
    width: 100%;
}

#quickview-img .thumbnail {
    margin-top: 5px;
}

.general-image {width: 100%;}
.general-image.have-images {width:calc(100% - 90px);padding-left:5px;}
@media (max-width: 991px) {
  .image-additional {padding:0px 20px;}
  .image-additional .slick-slide {margin-left:10px;}
  .image-additional .slick-list {margin-left:-10px;}
  .general-image.have-images {width:100%;padding-left:0px;}
}
@media (min-width: 992px) {

  .thumbnails {flex-direction:row-reverse; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: start; align-items: start; }

  .image-additional {max-width:85px;align-self: start;}
  .sticky-left-block{position: sticky;top:60px;}
}
.cloud-zoom-big {background: #fff;  margin: 0 auto;width: 100%;right: 0px;}
.mousetrap {margin: 0 auto;width: 100%;right: 0px;}
.image-additional .thumbnail {
  margin:0px;
  padding:3px;
  border:1px solid #e7e7e7;
  display:inline-block;
}
.image-additional .thumbnail img {margin:0px;}
.thumbnails { background: #fff none repeat scroll 0 0; margin-bottom: 15px; position:relative; }
.thumbnails .general-image { margin-bottom: 10px; text-align: center;position:relative;}
.thumbnails .general-image a { display: inline-block; border:0px;padding:0px;margin-bottom: 0px; }
.thumbnails .general-image img { display: block; margin-left: auto; margin-right: auto; max-width: 450px; }
.thumbnails .image-additional .btn-slick-prev-v,.thumbnails .image-additional .btn-slick-next-v {cursor: pointer;}
.thumbnails .image-additional .btn-slick-prev-v:hover svg, .thumbnails .image-additional .btn-slick-next-v:hover svg {fill:#379424}
.thumbnails .image-additional .btn-slick-prev-v {text-align: center;}
.thumbnails .image-additional .btn-slick-prev-v svg{transform: rotate(-90deg);}
.thumbnails .image-additional .btn-slick-next-v {text-align: center;}
.thumbnails .image-additional .btn-slick-next-v svg{transform: rotate(90deg);}
.image-additional {text-align: center;}
.thumbnails .image-additional .btn-slick-prev-h,.thumbnails .image-additional .btn-slick-next-h {cursor: pointer;}
.thumbnails .image-additional .btn-slick-prev-h:hover svg, .thumbnails .image-additional .btn-slick-next-h:hover svg {fill:#379424}
.thumbnails .image-additional .btn-slick-prev-h{left:0px;}
.thumbnails .image-additional .btn-slick-next-h{right:0px;}
.thumbnails .image-additional .btn-slick-prev-h,
.thumbnails .image-additional .btn-slick-next-h {
  position: absolute;
  top: calc(50% - 12px);
  display: block;
  width: 16px;
  cursor: pointer;
  text-align: center;
  z-index: 1;
}
.thumbnails .image-additional .btn-slick-prev-h svg{transform: rotate(180deg);}
.thumbnails .image-additional .btn-slick-next-h svg{transform: rotate(0deg);}

.thumbnails .image-additional .slick-current .thumbnail,.thumbnails .image-additional .thumbnail:hover {border-color: #379424;}
.thumbnails .image-additional .thumbnail {
  margin-bottom: 3px;
  margin-top: 3px;
}

.next-prev {
	position: absolute;
    top: 4px;
}
.prev-product {
	left: auto;
    right: 34px;
}
.next-product {
	left: auto;
    right: 15px;
}
.next-prev .fa {
	font-size: 24px;
}

.percentage {
    position: absolute;
    top: 4px;
    left: 20px;
    padding: 3px 7px 4px;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: #ffffff;
    background-color: #e56a6a;
    border-radius: 0;
}

.percentage:after {
    content: ' ';
    position: absolute;
    top: 100%;
    right: 0;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 0 solid transparent;
    border-top: 3px solid #e56a6a;
}

#blog .owl-item {
    padding: 0 15px;
}

.blog-filter {
    margin-bottom: 20px;
}

.blog-filter .input-group-sm > .form-control {
    border-radius: 0;
}

.blog-filter .input-group-addon {
    font-weight: 600;
    background-color: #fff;
    border: 0;
}

.title-module span {
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
    color: #999;
}

.title-module span a {
    color: #999;
}

.title-module span a:hover {
    color: #ff8a65;
}

.title-module span:after {
    content: '';
    position: absolute;
    top: 1px;
    left: -1px;
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #ebebeb;
    z-index: 2;
}

.blog-item {
	margin-bottom: 20px;
}

.blog-thumb {
    margin-bottom: 30px;
}

.blog-thumb .img-responsive,
.blog-item .img-responsive {
    margin: 0 auto;
    object-fit: cover;
    height: 100%;
    object-position: top center;
}
.blog-thumb .image a,
.blog-item  .image a {
    aspect-ratio: 3 / 2;
    display: block;
}

.blog-page .image {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.blog-article h4 a.name {
    margin: auto;
    padding-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3em;
    color: #666;
}

.blog-article .description {
    padding-bottom: 15px;
    font-size: 13px;
    line-height: 20px;
    color: #666;
}

.post-meta {
    text-align: right;
}

.blog-preview-btn {
    display: inline-block;
    float: left;
    margin: 0 0 10px 0;
    padding: 8px 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #666;
    background: #fff;
    border: 1px #ddd solid;
}

.blog-preview-btn:focus,
.blog-preview-btn:hover {
    color: #fff;
    background: #ff8a65;
    border: solid 1px #ff8a65;
}

.article-date {
    display: inline-block;
    margin-right: 10px;
    padding-top: 7px;
    font-size: 13px;
    color: #a7a7a7;
}

#blog.product-owl .owl-controls .owl-buttons {
    top: -40px;
    right: 15px;
}

@media (max-width: 575px) {
    .article-date {
        padding-top: 15px;
    }

    .post-meta {
        text-align: center;
    }

    .top-menu-icon {
        padding: 10px 5px;
    }

    .header-contacts .phones a {
        font-size: 14px;
    }

    #search {
        width: 70%;
    }

    #price .price-old {
        font-size: 16px;
        display: block;
    }

    #price .price,
    #price .price-new {
        font-size: 21px;
    }

    footer .col-xs-6 {
        width: 100%;
    }
}

#back-top {
    display: none
}

#back-top a {
    position: fixed;
    right: 7px;
    bottom: 10px;
    display: block;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 33px;
    text-align: center;
    color: #c12b1a;
    border: 2px solid #c12b1a;
    border-radius: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1051;
}

#back-top a:hover {
    color: #c12b1a;
    border-color: #c12b1a;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#callphone {
    position: fixed;
    right: 7px;
    bottom: 70px;
    display: block;
    width: 45px;
    height: 45px;
    font-size: 34px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background-color: #c63434;
    border-radius: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1051;
}

#callphone:hover {
    opacity: 0.9;
    cursor: pointer;
}

#callphone i {
    color: #fff;
    font-size: 34px;
    animation: 1.8s linear 0s normal none infinite running trambling-animation;
}

@keyframes trambling-animation {
    0% {
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -15deg);
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.0, 1.0, 1.0) rotate3d(0, 0, 1, 15deg);
    }
    40%, 60%, 80% {
        transform: scale3d(1.0, 1.0, 1.0) rotate3d(0, 0, 1, -15deg);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

#modal-callback .alert {
    padding: 5px;
}

#modal-callback .form-horizontal .form-group.required:before,
#modal-fastorder .form-horizontal .form-group.required:before {
    content: '*';
    position: absolute;
    top: 0;
    right: 6px;
    width: 5px;
    height: 5px;
    font-weight: bold;
    color: #F00;
    z-index: 3;
}

.input-group-addon,
.modal-content {
    border-radius: 0;
}

.modal-header .close {
    position: absolute;
    top: 2px;
    right: 0;
    width: 52px;
    height: 52px;
    font-size: 34px;
    font-weight: 500;
    background: #e5e5e5;
    border-left: 1px solid #ccc;
    outline: none;
}

#modal-fastorder .image img {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

#modal-fastorder #price {
    margin-bottom: 10px;
}

.btn-fastorder {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    padding: 9px 15px;
    font-size: 15px;
    line-height: 1.3333333;
    text-align: center;
    text-shadow: none;
    color: #8e8e8e;
    background-color: #fff;
    border: 1px solid #8e8e8e;
    transition: all 0.3s ease 0s;
}

.btn-fastorder:hover {
    color: #fff;
    background-color: #c63434;
    border: 1px solid #c63434;
}

#product-nav .nav-tabs {
    position: relative;
    margin-top: 5px;
    margin-bottom: 10px;
    border-bottom: 3px solid #ccc;
}

#product-nav .owl-carousel {
    margin: 0;
}

#product-nav .nav-tabs > li {
    display: inline-block;
    float: none;
}

#product-nav .nav-tabs > li > a {
    margin: 0;
    padding: 10px 20px 10px 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #444;
    background: none;
    border: none;
}

#product-nav .nav-tabs > li.active > a,
#product-nav .nav-tabs > li.active > a:focus,
#product-nav .nav-tabs > li.active > a:hover,
#product-nav .nav-tabs > li > a:hover {
    border: none;
    border-bottom-color: transparent;
	color: #c12b1a;
}

#product-nav .tab-content {
    border: 0;
    padding: 10px 2px;
}

@media (max-width: 575px) {
    #product-nav .nav-tabs {
        display:flex;
    }
    #product-nav .nav-tabs > li {
        float: none;
        width: auto;
        margin: 2px 0;
    }

    #product-nav .nav-tabs > li > a {
        font-size: 12px;
        padding-bottom: 10px;
    }

    .nav-tabs > li {
        width: 100%;
    }
}

.navbar-toggle {
    padding: 0;
    margin: 14px 8px;
}

.top-menu-icon,
.menu-icon {
    cursor: pointer;
    z-index: 50;
}

.top-menu-icon span,
.menu-icon span {
    display: block;
}

.top-menu-icon .line-1,
.top-menu-icon .line-2,
.top-menu-icon .line-3 {
    width: 25px;
    height: 3px;
    background-color: #444;
}

.menu-icon .line-1,
.menu-icon .line-2,
.menu-icon .line-3 {
    width: 25px;
    height: 3px;
    background-color: #fff;
}

.top-menu-icon .line-1,
.menu-icon .line-1 {
    -webkit-animation: animate-line-1-rev .7s ease-in-out;
    animation: animate-line-1-rev .7s ease-in-out;
}

.top-menu-icon .line-2,
.menu-icon .line-2 {
    margin: 5px 0;
    -webkit-animation: animate-line-2-rev .7s ease-in-out;
    animation: animate-line-2-rev .7s ease-in-out;
}

.top-menu-icon .line-3,
.menu-icon .line-3 {
    -webkit-animation: animate-line-3-rev .7s ease-in-out;
    animation: animate-line-3-rev .7s ease-in-out;
}

.top-menu-icon:hover .line-1,
.top-menu-icon:hover .line-2,
.top-menu-icon:hover .line-3 {
    background-color: #444;
}

.menu-icon:hover .line-1,
.menu-icon:hover .line-2,
.menu-icon:hover .line-3 {
    background-color: #fff;
}

.top-menu-icon.active .line-1,
.top-menu-icon.active .line-2,
.top-menu-icon.active .line-3 {
    background-color: #444;
}

.menu-icon.active .line-1,
.menu-icon.active .line-2,
.menu-icon.active .line-3 {
    background-color: #fff;
}

.top-menu-icon.active .line-1,
.menu-icon.active .line-1 {
    -webkit-animation: animate-line-1 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
    animation: animate-line-1 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}

.top-menu-icon.active .line-2,
.menu-icon.active .line-2 {
    -webkit-animation: animate-line-2 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
    animation: animate-line-2 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}

.top-menu-icon.active .line-3,
.menu-icon.active .line-3 {
    -webkit-animation: animate-line-3 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
    animation: animate-line-3 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}

.no-animation {
    -webkit-animation: none !important;
    animation: none !important;
}

@-webkit-keyframes animate-line-1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    50% {
        -webkit-transform: translate3d(0, 8px, 0) rotate(0);
        transform: translate3d(0, 8px, 0) rotate(0);
    }
    100% {
        -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
        transform: translate3d(0, 8px, 0) rotate(45deg);
    }
}

@keyframes animate-line-1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    50% {
        -webkit-transform: translate3d(0, 8px, 0) rotate(0);
        transform: translate3d(0, 8px, 0) rotate(0);
    }
    100% {
        -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
        transform: translate3d(0, 8px, 0) rotate(45deg);
    }
}

@-webkit-keyframes animate-line-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}

@keyframes animate-line-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}

@-webkit-keyframes animate-line-3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    50% {
        -webkit-transform: translate3d(0, -8px, 0) rotate(0);
        transform: translate3d(0, -8px, 0) rotate(0);
    }
    100% {
        -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
        transform: translate3d(0, -8px, 0) rotate(135deg);
    }
}

@keyframes animate-line-3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    50% {
        -webkit-transform: translate3d(0, -8px, 0) rotate(0);
        transform: translate3d(0, -8px, 0) rotate(0);
    }
    100% {
        -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
        transform: translate3d(0, -8px, 0) rotate(135deg);
    }
}

@-webkit-keyframes animate-line-1-rev {
    0% {
        -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
        transform: translate3d(0, 8px, 0) rotate(45deg);
    }
    50% {
        -webkit-transform: translate3d(0, 8px, 0) rotate(0);
        transform: translate3d(0, 8px, 0) rotate(0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
}

@keyframes animate-line-1-rev {
    0% {
        -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
        transform: translate3d(0, 8px, 0) rotate(45deg);
    }
    50% {
        -webkit-transform: translate3d(0, 8px, 0) rotate(0);
        transform: translate3d(0, 8px, 0) rotate(0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
}

@-webkit-keyframes animate-line-2-rev {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes animate-line-2-rev {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes animate-line-3-rev {
    0% {
        -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
        transform: translate3d(0, -8px, 0) rotate(135deg);
    }
    50% {
        -webkit-transform: translate3d(0, -8px, 0) rotate(0);
        transform: translate3d(0, -8px, 0) rotate(0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
}

@keyframes animate-line-3-rev {
    0% {
        -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
        transform: translate3d(0, -8px, 0) rotate(135deg);
    }
    50% {
        -webkit-transform: translate3d(0, -8px, 0) rotate(0);
        transform: translate3d(0, -8px, 0) rotate(0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
}

.subscribe_content_left {
    margin-bottom: 10px;
	font-size: 14px;
}

.subscribe_content_left p {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 3px solid #ccc;
}
.blog-product-thumb .caption .desc {
	height: 95px;
    overflow: hidden;
}
.blog-product-thumb .button-group button + button {
	padding: 9px 20px;
}

#product-product #tab-description img {
    max-width: 100% !important;
    height: auto !important;
}
@media (max-width:575px) {
    #product-product #tab-description img {
        min-width:100% !important;
        margin-left:0 !important;
        margin-right:0 !important;
    }
}

details summary::-webkit-details-marker{
    display:none;
}

footer details summary{

}

footer details[disabled] summary{
    pointer-events:none;
    user-select:none
}

footer details summary img{
    display:none;
}

@media (max-width:768px) {
    footer details[disabled] summary{
        pointer-events:unset;
        user-select:unset;
    }
    footer details{

    }
    footer details[open]{

    }
    footer details summary{
        display:block;
        cursor:pointer;

    }
    footer details summary span {
        width:100%;
    }
    footer details summary h5 {
        display:flex;
    }
    footer details summary img{
        display:block;
    }
    footer details[open] summary img{
        transform:rotate(-180deg);
    }

    footer details summary h5{
        width:100%;

    }
}

.brand-catalog {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
}

.brand-catalog__list {
    display: grid;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
    grid-template-columns: repeat(auto-fill, 30px);
    overflow: hidden;
    padding:0;
    margin:0;
}

.brand-catalog__list-item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 30px;
    height: 30px
}

.brand-catalog__list-item__link {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
    text-decoration:none !important;
}

.brand-catalog__list-item__link:hover {
    background-color: rgba(244,246,248,0.9);
    color: #a93b07;
}

.brand-catalog__list-item__link.active {
    background-color: #a67a5d;
    color: #fff
}


.etm-list {
    padding: 20px 0;
}

.etm-list__list {
    border: 1px solid #f2f2f2;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 4px;
    margin: 0;
    border-radius: 8px
}

@media screen and (min-width: 500px) {
    .etm-list__list {
        grid-template-columns:1fr 1fr
    }
}

@media screen and (min-width: 1024px) {
    .etm-list__list {
        grid-template-columns:1fr 1fr 1fr 1fr
    }
}

.etm-list__list-empty {
    padding: 20px 40px;
    text-align: center;
    background-color: #ffffff
}

.etm-list__list-empty .text {
    font-size: 28px
}

.etm-list__list-item {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 8px;
    -ms-flex-align: center;
    align-items: center;
    border-radius:8px;
}

.etm-list__list-item:hover {
    background-color: rgba(244,246,248,0.9);
    color: #a93b07;
}

.etm-list__list-item--link {
    width: 100%;
}

.etm-list__list-item--link:hover {
    color: #a93b07;
}
.etm-list__list-item .count {
    font-size: 14px;
    margin-left: 8px
}


.etm-body__content-search.ui-search-form-input {
    position: relative;
}

.ui-search-form-input {
    width: 100%;
    height: 44px;
    font-size: 14px;
    line-height: 1;
    border-radius: 100px
}

.ui-search-form-input button {
    display: none;
    width: 90px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 100px 100px 0;
    font-size: 14px;
    line-height: 1
}

@media screen and (min-width: 768px) {
    .ui-search-form-input button {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.ui-search-form-input input[type="text"] {
    border: 1px solid #E7EBEE;
    background-color: #fff;
    color: #222;
    font-size: 14px;
    line-height: 1;
    font-style: normal;
    position: relative;
    padding-left: 18px;
    padding-right: 48px;
    width: 100%;
    height: 44px;
    caret-color: initial;
    outline: none !important;
    border-radius: 100px;
    -webkit-transition: background-color 120ms ease;
    -o-transition: background-color 120ms ease;
    transition: background-color 120ms ease;
    cursor: text
}

.ui-search-form-input input[type="text"]::placeholder {
    color: #828A96
}
