

/*1. RESET AND TYPHOGRAPHY */
html {
    font-family: 'Open Sans', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

html, body {
    min-height: 100%;
    position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

progress {
    vertical-align: baseline;
}

template,
[hidden] {
    display: none;
}

a {

}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: bold;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    /* 3 */
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

* {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
/*
html {
    font-size: 62.5%;
}
*/
body {
    font-size: 14px;
    background: #F8F8F8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    font-size: 13px;
    line-height: 22px;
    color: #000;
}

p span {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
}

a {
    position: relative;
    color: inherit;
    text-decoration: none;
    transition: all 0.4s ease;
}

a:hover {
    color: #EB2740;
}

a,
input,
textarea,
button,
select {
    outline: none;
}

a:hover,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
    text-decoration: none;
}

a:focus,
button:focus,
select:focus,
input:focus,
textarea:focus {
    outline: none;
    text-decoration: none;
}

img {
    max-width: 100%;
}

iframe {
    border: 0;
    max-width: 100%;
    width: 100%;
}

figure {
    margin: 0;
}


.mb-80 {
    margin-bottom: 80px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-20 {
    margin-bottom: 20px;
}

.container {
    width: 1170px;
    max-width: 1170px;
}
.header .container-fluid
{
    max-width: 1600px;
}

/* HEADER */
.header {
    position: fixed;
    z-index: 98;
    width: 100%;
    left: 0;
    top: 0;
}
.header-top {
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    background: #f8f8f8;
    color: rgba(255,255,255,0.9);
}
.header-top .top-logo-area {
    display: none;
}
.header-top a.top-logo {
    display: none;
    font-size: 20px;
    line-height: 40px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
}
.header-top ul {
    display: block;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-top ul li {
    display: inline-block;
    position: relative;
}
.header-top ul li a {
    font-size: 12px;
    color: rgba(0,0,0,0.9);
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 10px;
}
.header-top a:hover {
    color: #008AD8;
}
.header-top ul.header-top-menu li:nth-child(1) a {
    padding: 0 10px 0 0;
}

.header-top a.header-top-phone {
    background: url('../svg/phone.svg') left 12px no-repeat;
    padding-left: 24px;
    font-weight: 500;
}
.header-top a.header-top-recall {
    padding-right: 40px;
}
.header-top a.header-top-stock {
    background: url('../svg/discount.svg') left 12px no-repeat;
    padding-left: 24px;
    font-weight: 500;
}

.header-top ul.header-top-lang {
    float: right;
}
.header-top ul.header-top-lang li {
    color: rgba(0,0,0,0.6);
}

.header-middle {
    height: 64px;
    background: #008AD8;
}
.header-middle .header-logo {
    text-transform: uppercase;
    color: #FFF;
    font-weight: 700;
    font-size: 24px;
    display: inline-block;
    float: left;
}
.header-middle .header-logo a {
    display: inline-block;
    font-weight: 700;
    height: 42px;
    line-height: 42px;
    padding-right: 25px;
    border-right: 1px solid rgba(255,255,255,0.2);
    margin-top: 7px;

}
.header-middle .header-logo a:hover {
    color: rgba(255,255,255,0.6);
}
.header-middle .header-menu-button {
    background: url('../svg/menu.svg') 40px 3px no-repeat;
    font-size: 13px;
    text-transform: uppercase;
    color: #FFF;
    line-height: 32px;
    display: inline-block;
    font-weight: 600;
    margin-left: 0px;
    float: left;
    margin-top: 16px;
    padding: 0px 10px 0px 76px;
    border-radius: 4px;
}

.header-middle .header-mobile-menu-button {
    background: url('../img/svg/menu.svg') 40px 3px no-repeat;
    font-size: 13px;
    text-transform: uppercase;
    color: #FFF;
    line-height: 32px;
    font-weight: 600;
    margin-left: 0px;
    float: left;
    margin-top: 16px;
    padding: 0px 10px 0px 76px;
    border-radius: 4px;
    display: none;
}

.header-middle a:hover.header-menu-button {

}
.header-middle .header-middle-search {
   /* margin: 16px 0 0 0;*/
    padding-top: 16px;
    width: 77%;
    display: inline-block;
}
.header-middle input.header-search-field {
    display: block;
    border-radius: 4px;
    background: #25A6EF;
    height: 32px;
    line-height: 32px;
    color: #FFF;
    font-size: 13px;
    padding: 0 20px;
    border: none;
    width: 89%;
    float: left;
    transition: background 0.7s;
}
.header-middle input.header-search-field:focus {
    background: #FFF;
    color: #000;
}
.header-middle .header-search-field::placeholder {
    color: #FFF;
    opacity: 1;
}
.header-middle .header-search-field:-ms-input-placeholder {
    color: #FFF;
}
.header-middle .header-search-field::-ms-input-placeholder {
    color: #FFF;
}
.header-middle .header-btn-search {
    width: 32px;
    height: 32px;
    float: left;
    display: block;
    margin: 0 0 0 12px;
}
.header-middle .header-search-btn {
    display: block;
    height: 32px;
    width: 32px;
    border: none;
    background: url('../img/svg/search.svg') center center no-repeat;

}
.header-middle .header-middle-box-search {
    position: relative;
}
.header-search-suggestions {
    background: #FFF;
    position: absolute;
    left: 0px;
    top: 34px;
    border-radius: 4px;
    width: 89%;
    box-shadow: 0px 2px 3px 0px rgb(72 72 72 / 15%);
    visibility: hidden;
    opacity: 0;
    background: #F8F8F8;
}
.header-search-suggestions .header-search-list {
    list-style: none;
    margin: 10px 0 0px 0;
    padding: 0;
    background: none;
}
.header-search-suggestions .header-search-list li {
    display: block;
    border-bottom: 1px solid #F3F3F3;
    background: #FFF;
}
.header-search-suggestions .header-search-list li a.header-search-img {
    width: 48px;
    height: 48px;
    display: inline-block;
    margin: 8px 20px;
}
.header-search-suggestions .header-search-list li a.header-search-img img {
    width: 48px;
    height: auto;
}
.header-search-suggestions .header-search-list li a.header-search-name {
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    width: 54%;
    margin: 0 30px 0 0;
}
.header-search-suggestions .header-search-list li .header-search-price {
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
    font-weight: 400;
}
.header-search-suggestions .header-search-list li:nth-child(1) {
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    border-bottom: 0;
    padding: 10px 20px 10px 20px;
    background: #F8F8F8;
}
.header-search-suggestions .header-search-list li:nth-last-child(1) {
    background: #F8F8F8;
    text-align: center;
    border-radius: 0 0 4px 4px;
    height: 48px;
}
.header-search-suggestions .header-search-list li:nth-last-child(1) a {
    display: block;
    font-size: 13px;
    line-height: 48px;
}

.header-middle .header-middle-compare {
    width: 32px;
    height: 32px;
    margin-left: 20px;
}
.header-middle .header-middle-compare a.header-compare-btn {
    background: url('../svg/scales.svg') center 2px no-repeat;
    height: 32px;
    display: block;
}
.header-middle .header-middle-cart {
    width: 46px;
    height: 32px;
    display: block;
    margin-left: 30px;
}
.header-middle .middle-mobile-search-area {
    float: right;
    display: none;
}
.header-middle .middle-mobile-search-area a.header-mobile-search-btn {
    background: url('../img/svg/search.svg') left 3px no-repeat;
    background-size: 22px 26px;
    height: 32px;
    width: 32px;
    margin: 1px 0 0 0;
    display: none;
}

.header-middle .header-middle-cart a.header-cart-btn {
    background: url('../svg/cart.svg') left 3px no-repeat;
    background-size: 24px 24px;
    height: 32px;
    width: 46px;
    display: block;
}
.header-middle .header-middle-cart a.header-cart-btn span {
    display: block;
    width: 18px;
    height: 18px;
    background: #FFF;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    float: right;
    margin-top: 0px;
}
.header-middle .header-middle-box {
    margin: 16px 0px 0 0;
    display: inline-block;
    position: relative;
}
.header-dropdown {
    padding:16px 20px 20px 20px;
    position:absolute;
    background-color:#fff;
    display: table;
    border-radius:0;
    top:48px;
    width:270px;
    right:0;
    opacity:0;
    visibility:hidden;
    z-index:99;
    /*margin: -6px 0 0 0;*/
    box-shadow:0px 2px 3px 0px rgba(72, 72, 72, 0.15);
    -webkit-transition: .5s all;
    -webkit-transition-delay: 0.5s;
    -moz-transition: .5s all;
    -moz-transition-delay: 0.5s;
    -ms-transition: .5s all;
    -ms-transition-delay: 0.5s;
    -o-transition: .5s all;
    -o-transition-delay: 0.5s;
    transition: .5s all;
    transition-delay: 0.5s;
}
.header-dropdown-title {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 10px;
}
ul.header-dropdown-compare {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;

}
ul.header-dropdown-compare li {
    display: block;
}
ul.header-dropdown-compare li a {
    display: inline-block;
    line-height: 18px;
    font-size: 12px;
    padding: 6px 0;
}
ul.header-cart-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.header-cart-list li {

    margin: 0 0 10px 0;
}
ul.header-cart-list li a.header-cart-img {
    display: inline-block;
    width: 80px;
    height: 80px;

    padding: 0;
    margin: 0;
}
.header-cart-box {
    display: inline-block;
    width: 130px;
    margin: 10px 0 0 0;
}
ul.header-cart-list li .header-cart-box a.header-cart-name {
    display: inline-block;
    font-size: 11px;
    line-height: 16px;
}
ul.header-cart-list li .header-cart-box .header-cart-price {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
}
ul.header-cart-list li .header-cart-price span {
    font-weight: 600;
}
.header-cart-summary {
    text-align: center;
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 13px;
    border-top: 1px solid #F1F1F1;
    margin: 0 0 3px 0;
}
.header-cart-summary span {
    font-weight: 600;
}
a.header-checkout-btn {
    text-transform: uppercase;
    height: 48px;
    line-height: 48px;
    text-align: center;
    padding: 0 30px;
    display: inline-block;
    font-size: 11px;
    color: #FFF;
    background: #EA1F04;
    border:1px solid #EA1F04;
    width: 100%;
    border-radius: 8px;
}
a.header-checkout-btn:hover {
    background: #FFF;
    color: #000;
    border:1px solid #000;
}
.header-middle .header-middle-cart:hover .header-dropdown {
    visibility:visible;
    opacity: 1;
}

.header-middle .header-middle-compare:hover .header-dropdown {
    visibility:visible;
    opacity: 1;
}

.header-small-dropdown {
    padding:16px 24px;
    position:absolute;
    background-color:#fff;
    border-radius:0;
    top:40px;
    width:240px;
    left:0;
    opacity:0;
    visibility:hidden;
    z-index:99;
    box-shadow:0px 2px 3px 0px rgba(72, 72, 72, 0.15);
    -webkit-transition: .4s all;
    -webkit-transition-delay: 0.4s;
    -moz-transition: .4s all;
    -moz-transition-delay: 0.4s;
    -ms-transition: .4s all;
    -ms-transition-delay: 0.4s;
    -o-transition: .4s all;
    -o-transition-delay: 0.4s;
    transition: .4s all;
    transition-delay: 0.4s;
}

.header-phone-box:hover .header-small-dropdown {
    visibility:visible;
    opacity: 1;
}
.header-phone-box {
    text-align: left;
}
.header-phone-box .header-phones ul.header-phones-list {
    list-style: none;
    display: table;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    height: auto;
    line-height: 28px;
    padding: 0 0 8px 0;
    margin: 0 0 14px 0;
}
.header-phone-box .header-phones ul.header-phones-list li {
    display: inline-block;
}
.header-phone-box .header-phones ul.header-phones-list li a {
    color: #000;
    font-size: 15px;
    line-height: 28px;
    height: 28px;
    font-weight: 600;
    padding: 0;
}
.header-phone-box .header-phones ul.header-phones-list li a:hover {
    color: #EB2740;
}
.header-phone-box .header-phones p {
    color: #000;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
}

.header-recall-box:hover .header-small-dropdown {
    visibility:visible;
    opacity: 1;
}
.header-small-dropdown-title {
    font-size: 11px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 8px;
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 10px;
}

.main {
    margin-top: 104px;
    /*display: inline-block;*/
}
.main .slider .carousel-item {

}
.main h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    padding: 0 0 0 0px;
   /* border-left: 5px solid #EB2740;*/
    margin-bottom: 8px;
    display: inline-block;
    margin-top: 32px;
}
.main h1:after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #EB2740;
    margin-top: 8px;
}
/* Forms & Buttons */
input.form-input {
    border: none;
    border-radius: 4px;
    background: #F1F1F1;
    color: #000000;
    width: 100%;
    padding: 0 20px;
    margin: 0 0 10px 0;
}

button[type=submit].form-submit {
    border: none;
    border-radius: 8px;
    background: #EB2740;
    color: #FFF;
    width: 100%;
    padding: 0 20px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 500;
}
a.show-more-btn {
    text-transform: uppercase;
    height: 48px;
    line-height: 48px;
    text-align: center;
    padding: 0 30px;
    display: inline-block;
    font-size: 13px;
    border-radius: 16px;
}
a.btn-black {
    border: 1px solid #000;
    color: #000;
}
a.btn-black:hover {
    color: #FFF;
    background: #EB2740;
    border: 1px solid #EB2740;
}
a.btn-white {
    border: 1px solid #FFF;
    color: #FFF;
}
a.btn-white:hover {
    color: #FFF;
    background: #EB2740;
    border: 1px solid #EB2740;
}
a.btn-red {
    border: 1px solid #EB2740;
    background: #EB2740;
    color: #FFF;
}
a.btn-red:hover {
    color: #FFF;
    background: #FFF;
    border: 1px solid #000;
    color: #000;
}
/* Forms & Buttons */

/* Products list */
.product {
    width: 100%;
    background: #FFF;
    min-height: 440px;
    padding: 16px 20px 20px 20px;
    transition: box-shadow 0.5s;
    margin: 0 0 30px 0;
    position: relative;
    border-radius: 16px;
}
.product:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
}
.product .product-id {
    height: 26px;
    font-size: 11px;
    line-height: 26px;
    display: inline-block;
    margin: 0 20px 0 0;
}
.product .product-status {
    height: 24px;
    border: 2px solid #000;
    color: #000;
    line-height: 20px;
    font-size: 11px;
    font-weight: 400;
    border-radius: 4px;
    display: inline-block;
    z-index: 22;
    padding: 0 12px;
    float: right;
}
.product .product-status-type2 {
    border: 2px solid #55BC44;
    color: #55BC44;
}
.product .product-status-type3 {
    border: 2px solid #EB2740;
    color: #EB2740;
}
.product .product-status-type4 {
    border: 2px solid #FF4444;
    color: #FF4444;
}

.product a.product-img {
    display: block;
    margin: 0px 0 0 0;
}
.product a.product-img img {
    width: 232px;
    height: auto;
    border-radius: 16px;
}
.product a.product-name {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    display: block;
    height: 36px;
    overflow: hidden;
    margin: 8px 0 16px 0;
}
.product a:hover.product-name {
    color: #EB2740;
}
.product .product-price {
    font-size: 22px;
    line-height: 26px;
    display: inline-block;
    font-weight: 500;
    margin: 0 20px 0 0;
}
.product .product-old-price {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #8E8E8E;
    min-height: 18px;
    min-width: 100px;
    text-decoration: line-through;
}
.product a.product-cart-btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #EB2740;
    color: #FFF;
    border-radius: 8px;
    border: 1px solid #EB2740;
    padding: 0 30px;
    font-size: 14px;
    margin: 20px 12px 0 0;
    text-transform: uppercase;
}
.product a.product-cart-btn:hover {
    background: #FFF;
    border:1px solid #000;
    color: #000;
}
.product a.product-compare-btn {
    background: url("../svg/scales_black.svg") left center no-repeat;
    height: 40px;
    padding: 10px 0 10px 28px;
    font-size: 11px;
    line-height: 20px;
    display: inline-block;
    background-size: 20px auto;
}
.product.nocount {
    opacity: 0.5;
}
.product .product-not-available {
    height: 40px;
    padding: 10px 20px;
    font-size: 11px;
    line-height: 20px;
    display: inline-block;
    margin-top: 20px;
    border: 1px solid #CCC;
}
/* Products list */

/* OWL slider */
.items-carousel--nav .owl-nav > * {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 40px;
    height: 40px;
    color: #cccccc;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.4s ease;
    transform: translateY(-50%);
}

.items-carousel--nav .owl-nav > * i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
}

.items-carousel--nav .owl-nav > *:hover {
    color: #000;
}

.items-carousel--nav .owl-nav .owl-prev {
    margin-left: -70px;
}

.items-carousel--nav .owl-nav .owl-prev i {
    padding-right: 2px;
}

.items-carousel--nav .owl-nav .owl-next {
    float: right;
    margin-right: -70px;
}

.items-carousel--nav .owl-nav .owl-next i {
    padding-left: 2px;
}
.items-carousel--nav .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none !important;
    text-align: center;
}

.items-carousel--nav .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 8px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

.items-carousel--nav .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.items-carousel--nav .owl-dots .owl-dot.active {
    background-color: #fcb800;
}

.items-carousel--nav.inside .owl-nav {
    z-index: 20;
    height: 0;
}

.items-carousel--nav.inside .owl-nav > * {
    transform: translateY(-50%);
}

.items-carousel--nav.inside .owl-prev {
    margin-left: 3rem;
}

.items-carousel--nav.inside .owl-prev i {
    padding-right: 5px;
}

.items-carousel--nav.inside .owl-next {
    float: right;
    margin-right: 3rem;
}

.items-carousel--nav.inside .owl-next i {
    padding-left: 5px;
}
.items-carousel__navigation {
    display: inline-block;
    margin: 3px 0 0 0;
}
a.items-carousel__prev {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: #FFF;
    border-radius: 50%;
    text-align: left;
    line-height: 28px;
    font-size: 12px;
    margin: 0 5px 0 0;
    padding: 0 0 0 9px;
}
a.items-carousel__prev:hover {
    background: #EB2740;
    color: #FFF;
}
.items-carousel__next {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: #FFF;
    border-radius: 50%;
    text-align: left;
    line-height: 28px;
    font-size: 12px;
    padding: 0 0 0 11px;
}
a.items-carousel__next:hover {
    background: #EB2740;
    color: #FFF;
}
/* OWL slider */

/* Categorys */
a.category-item {
    background: #FFF;
    padding: 22px;
    display: block;
    margin: 0 0 10px 0;
    min-height: 205px;
    border-radius: 16px;
}
a.category-item:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
}
a.category-item .category-item-img img {
    width: 100%;
    height: auto;
}
a.category-item .category-item-name {
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 15px;
    font-weight: 600;
    margin: 10px 0 0 0;
}
.category-list a.category-item {
    margin-bottom: 30px;
}
/* Categorys */


/* Main page video */
#videoModal {
    top: 160px;
}

.modal-dialog.video-modal {
    max-width: 800px;
    margin: 30px auto;
}
.modal-dialog {
    max-width: 600px;
    margin: 30px auto;
}
.modal-body {
    position: relative;
    padding: 0px;
}
.close {
    position: absolute;
    right: -24px;
    top: -26px;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity:1 ;
    text-shadow: none;
}
/* Main page video */

/* Middle main page banner */
.middle-banner-box {
    width: 100%;
    height: 408px;
    background: url("../img/store-banner.jpg") center top no-repeat;
    background-size: cover;
    padding: 80px 20px 0px 100px;
    border-radius: 16px;
}
.middle-banner-title {
    font-size: 34px;
    font-width: 500;
    margin: 0 0 20px 0;
}
.middle-banner-text {
    width: 400px;
    margin: 0 0 30px 0;
}
/* Middle main page banner */

/* Blog list */
.subheader {
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    padding: 0 0 0 0px;
    margin-bottom: 30px;
    display: inline-block;
}
.subheader:after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #EB2740;
    margin-top: 8px;
}
.subheader-small {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 16px;
}

.blog .blog-post {
    margin-bottom: 50px;
    border-radius: 16px;
}
.blog .blog-post .blog-post-img {
    border-radius: 16px;
    display: block;
    overflow: hidden;
}
.blog .blog-post .blog-post-img img {
    width: 100%;
    height: auto;
    transition: opacity 0.7s;
}
.blog .blog-post:hover .blog-post-img img {
    opacity: 0.6;
}
.blog .blog-post .blog-post-date {
    font-size: 11px;
    color: #878787;
    line-height: 15px;
    padding: 0 0 0 20px;
    margin: 16px 0 12px 0;
    background: url("../img/svg/clock.svg") left top no-repeat;
}
.blog .blog-post .blog-post-name {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    display: block;
}
.blog .blog-post:hover .blog-post-name {
    color: #EB2740;
}

/* Blog list */

/* SEO box */

.seo .seo-banner {
    height: 584px;
    padding: 50px 30px 20px 70px;
    width: 100%;
    background: url("../img/guarantee_banner.jpg") center top no-repeat;
    background-size: cover;
    color: #FFF;
}
.seo .seo-banner .seo-banner-title {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.seo .seo-banner .seo-banner-text {
    margin-bottom: 50px;
}

.seo h1 {
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    padding: 0 0 0 20px;
    border-left: 5px solid #EB2740;
    margin-bottom: 30px;
}
/* SEO box*/

/* Footer */
.footer {
    background: #000;
    color: #E5E5E5;
    padding: 60px 0 30px;
}
.footer a {
    color: #E5E5E5;
    font-size: 13px;
    line-height: 16px;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer p {
    color: #E5E5E5;
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 10px 0;
}

.footer .footer-title {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 28px;
}
.footer ul.footer-menu {

    margin: 0 0 60px 0;
    padding: 0 30px 0 0;
}
.footer ul.footer-menu li a {
    display: block;
    margin: 0 0 16px 0;
    color: #E5E5E5;
    font-weight: 300;
}
.footer ul.footer-menu li a:hover {
    color: #008AD8;
}
.footer .footer-phones-list {
    margin: 24px 0;
}
.footer .footer-phones-list li a {
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 8px 0;
}
.footer ul.footer-phones-list li a:hover {
    color: #EB2740;
}
.footer a.footer-logo {
    display: inline-block;
    padding: 0 20px;
    height: 64px;
    line-height: 64px;
    background: #008AD8;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 40px 0;
    border-radius: 16px;
}

.footer ul.footer-social-list li {
    display: inline-block;
}
.footer ul.footer-social-list li a {
    display: iblock;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    margin: 0 30px 0 0;
}
.footer .footer-store-list {
    margin: 40px 0;
}
.footer .footer-store-list li {
    display: block;
    margin: 0 0 20px 0;
}
.footer .footer-store-list li a {

}
.footer .footer-store-list li a span {
    display: block;
    font-weight: 600;
}
.footer .footer-store-list li a:hover {
    color: #EB2740;
}
.footer .copyright p {
    margin: 10px 0;
    font-size: 12px;
    color: #AEAEAE;
}
/* Footer */

.overlay {
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color:rgba(0, 0, 0, 0.5);
    z-index:97;
    opacity:0;
    display:none;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.overlay.show {
    opacity:1;
    display:block;
}

/* Menu */


.menu--product-categories {
    position: relative;
    /*height: 100%;*/
}

.menu--product-categories .menu__toggle {
    position: relative;
    /*height: 100%;*/
    padding-bottom: 16px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    cursor: pointer;
}

.menu--product-categories .menu__toggle i {
    font-size: 20px;
    margin-right: 10px;
}

.menu--product-categories .menu__toggle span {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.menu--product-categories .menu__toggle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transition: transform 0.75s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale3d(0, 1, 1);
    transform-origin: 100% 50%;
}
/*
.menu--product-categories .menu__toggle:hover:before, .menu--product-categories .menu__toggle.active:before {
    transform-origin: 0 50%;
    transform: scale3d(1, 1, 1);
}*/

.menu--product-categories .menu__content {
    position: absolute;
    top: 64px;
    left: 0px;
    z-index: 100;
    z-index: 1000;
    width: 1140px;
    max-width: 1140px;
    padding-top: 0px;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 2px 3px 0px rgb(72 72 72 / 15%);
    transition: all .3s ease;
    transform: scale3d(1, 1, 0) translateY(30px);
    border-radius: 0 0 8px 8px;
    background: #FFF;
    overflow: hidden;
}

.menu--product-categories .menu--dropdown {
    background-color: #F2F2F2;
    max-width: 273px;
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

.menu--product-categories:hover .menu__content {
    visibility: visible;
    opacity: 1;
    transform: scale3d(1, 1, 1) translateY(0);
}

.menu--dropdown > li {
    padding: 0 20px 0 0;
    transition: all .4s ease;
    margin: 0;
    width: 273px;
}

.menu--dropdown > li > a {
    display: block;
    font-size: 11px;
    padding: 13px 30px;
    color: #000;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.menu--dropdown > li > a i {
    margin-right: 10px;
    font-size: 18px;
}

.menu--dropdown > li.has-mega-menu .mega-menu {
    position: absolute;
    top: 0;
    left: 273px;
    width: auto;
    min-width: 867px;
    visibility: hidden;
    opacity: 0;
    border-left: none;
    max-width: 867px;
    background: #FFF;
}
.menu--dropdown > li:hover {
    background: #FFF;
    color: #000;
}
.menu--dropdown > li.menu--active {
    background: #FFF;
    color: #000;
}

.menu--dropdown > li:hover > a {
    color: #000;
}
.menu--dropdown > li:hover.has-mega-menu .mega-menu {
    visibility: visible;
    opacity: 1;
}
.menu--dropdown > li.has-mega-menu .mega-menu.active {
    visibility: visible;
    opacity: 1;
}

.mega-menu__column {

}
ul.mega-menu__list {
    list-style: none;
    margin: 0;
    padding: 10px 30px;
    width: 33%;
    float: left;
}
/*
ul.mega-menu__list li {
    display: block;
    float: left;
    line-height: 16px;
    width: 30%;
}*/
ul.mega-menu__list li a {
    font-size: 12px;
    display: inline-block;
    line-height: 16px;
    padding: 8px 0;
}

ul.topselling {
    list-style: none;
    margin: 0;
    padding: 0 0 22px 20px;
    background: #F2F2F2;
    width: 34%;
    float: right;
    min-height: 800px;
    display: block;
    border-radius: 0 0 8px 0;
    overflow: hidden;
}
ul.topselling li {
    float: left;
    display: block;
    margin: 0 0 20px 0;
}
ul.topselling li:nth-child(1) {
    text-transform: uppercase;
    font-size: 11px;
    padding: 20px 0;
    font-weight: 600;
    margin: 0 0 0 0;
}
ul.topselling li a.topselling-img {
    width: 48px;
    height: 48px;
    display: inline-block;
    margin: 0px 20px 0px 0;
    float: left;
}
ul.topselling li a.topselling-img img {
    width: 48px;
    height: auto;
    mix-blend-mode: multiply;
}
ul.topselling li a.topselling-name {
    font-size: 11px;
    line-height: 15px;
    display: inline-block;
    width: 60%;
    margin: 0 0px 2px 0;
    float: left;
}
ul.topselling li .topselling-price {
    font-size: 13px;
    line-height: 17px;
    display: inline-block;
    font-weight: 400;
}
ul.topselling li .topselling-old-price {
    font-size: 13px;
    line-height: 17px;
    display: inline-block;
    font-weight: 400;
    text-decoration: line-through;
    color: #8E8E8E;
    margin: 0 0 0 10px;
}

.not-found {
    padding: 88px 0;
}
.not-found .not-found-404 {
    font-size: 144px;
    line-height: 176px;
    font-weight: 700;
}
.not-found .not-found-title {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    margin: 0 0 20px 0;
}
.not-found .not-found-text {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 40px 0;
}
.not-found .not-found-img {
    margin-top: 30px;
}

.breadcrumb {
    background: none;
    padding-left: 0;
    border-bottom: 1px solid #E8E8E8;
    border-radius: 0;
    font-size: 12px;
    max-height: 43px;
    overflow: hidden;
}
.breadcrumb .breadcrumb-item {
    display: block;
    height: 43px;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "";
    padding: 0;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 22px;
    background: url("../img/svg/breadcrumbs-arrow.svg") left 3px no-repeat;
    margin-left: 14px;
}
.breadcrumb .breadcrumb-item .breadcrumb-img {
    display: none;
}
.post .post-img {
    margin: 0 0 40px 0;
}
.post h2 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}
.post h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
}
.post h4 {
    font-size: 14px;
    line-height: 22px;
    font-width: 600;
    margin-bottom: 30px;
}
.post a {
    text-decoration: underline;
}

.products-list label {
    font-size: 13px;
    margin: 0 10px 0 0;
}
.products-list .sort-select {
    display: inline-block;
    float: right;
}
.products-list input.search-field {
    display: block;
    width: 80%;
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    border-radius: 4px;
    background: #FFF;
    border: 0;
    padding: 0 20px;
    float: left;
}
.products-list  .btn-search button {
    display: block;
    float: left;
    color: #FFF;
    border: 0;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: #EB2740 url("../img/svg/search.svg") center center no-repeat;
    width: 18%;
    margin-left: 2%;
    border-radius: 4px;
}
.products-list .select2-container--default .select2-selection--single {
    border-radius: 16px;
    border:1px solid #FFF;
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    line-height: 40px;
    padding: 0 16px;
}
#brands-select {
    width: 203px !important;
}
#stock-select {
    width: 188px !important;
}
.select2-results__option {
    font-size: 13px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    width: 30px;
}
.without-border {
    border: 0;
}

.detailed-area {
    background: #FFF;
    border-radius: 16px;
    min-height: 600px;
}
.detailed-area .col-lg-5 {
    border-right: 1px solid #F2F2F2;
}
.detailed-area .col-lg-4 {
    border-right: 1px solid #F2F2F2;
    padding-left: 0;
    padding-right: 0;
}
.detailed-table {
    background: #FFF;
    padding: 30px;
    border-radius: 16px;
}
.detailed-table table {
    width: 100%;
}
.detailed-table table tr {
    background: #F8F8F8;
}
.detailed-table table tr:nth-child(2n) {
    background: #FFF;
}
.detailed-table table tr td {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 10px 10px 20px;
    color: #4D4D4D;
}
.detailed-small-table {
    border-top:1px solid #F2F2F2;
    padding: 20px 30px 20px 30px;
}
.detailed-small-table  table {
    width: 100%;
}
.detailed-small-table  table tr {
    background: #F8F8F8;
}
.detailed-small-table table tr:nth-child(2n) {
    background: #FFF;
}
.detailed-small-table table tr td {
    font-size: 12px;
    line-height: 12px;
    padding: 10px 10px 10px 16px;
    color: #4D4D4D;
}
.detailed-teasers-area {
    padding-left: 0px;
}
ul.detailed-teasers {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.detailed-teasers li {
    border-bottom:1px solid #F2F2F2;
    font-size: 13px;
    line-height: 16px;
    padding: 24px 40px 24px 70px;
    font-weight: 500;
}
ul.detailed-teasers li a {
    font-weight: 500;
    text-decoration: underline;
}
ul.detailed-teasers li.detailed-teasers-delivery {
    background: url("../svg/globe.svg") 24px 24px no-repeat;
}
ul.detailed-teasers li.detailed-teasers-selfdelivery {
    background: url("../svg/bag.svg") 24px 24px no-repeat;
}
ul.detailed-teasers li.detailed-teasers-return {
    background: url("../svg/calendar.svg") 22px 24px no-repeat;
}
ul.detailed-teasers li.detailed-teasers-guarantee {
    background: url("../svg/award.svg") 28px 24px no-repeat;
}
.detailed-teasers-area p {
    font-size: 11px;
    line-height: 18px;
    color: #4D4D4D;
    padding: 0 35px 0 15px;
    margin-top: 180px;
}
.detailed-teasers-area p span {
    display: block;
    float: left;
    min-height: 100px;
    margin-right: 10px;
    margin-top: 2px;
}
.detailed-area .col-4 {
    padding-left: 0;
    padding-right: 0;
}
.detailed-area .detailed-info-area {
    /*padding-left: 30px;
    padding-right: 30px;*/
}
.detailed-area .detailed-top {
    margin: 30px 25px 0 30px;
}
.detailed-area .detailed-old-price {
    color: #7C7C7C;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    display: inline-block;
    text-decoration: line-through;
    margin-right: 16px;
}
.detailed-area .detailed-benefit {
    font-size: 14px;
    line-height: 20px;
    color: #EB2740;
    border: 2px solid #EB2740;
    display: inline-block;
    height: 24px;
    border-radius: 4px;
    padding: 0 10px;
    margin-right: 16px;
}
.detailed-area .detailed-availability {
    font-size: 11px;
    color: #FFF;
    height: 24px;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 4px;
    border: 2px solid #FFF;
    display: inline-block;
    float: right;
}
.detailed-area .availability-true {
    background: #16A535;
    border: 2px solid #16A535;
}
.detailed-area .availability-false {
    background: #FFF;
    border: 2px solid #000;
    color: #000;
}
.detailed-area .detailed-price {
    font-size: 40px;
    margin: 10px 30px 0 30px;
    font-weight: 500;
}
.detailed-area .detailed-product-id {
    font-size: 12px;
    margin: 0px 25px 20px 30px;
}
.detailed-area .detailed-btn-area {
    margin: 0 30px 0 30px;
}
.detailed-area .detailed-btn-area a.detailed-cart-btn {
    font-size: 18px;
    padding: 0 40px;
    text-transform: uppercase;
    margin-right: 30px;
}
.detailed-area .detailed-btn-area a.detailed-oneclick-btn {
    display: inline-block;
    font-size: 13px;
    line-height: 48px;
    background: url("../svg/cart_black.svg") left 12px no-repeat;
    padding: 0 0 0 32px;
    margin: 0 0px 0 0px;
}
.detailed-area .detailed-btn-area a.detailed-compare-btn {
    display: inline-block;
    font-size: 13px;
    line-height: 48px;
    background: url("../svg/scales_black.svg") left 14px no-repeat;
    padding: 0 0 0 36px;
    margin: 10px 0 20px 0;
    background-size: 28px auto;
}

/* ===============  */

.detailed-area .slick-slide {
    outline: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.detailed-area .slick-slide:focus, .ps-product--detail .slick-slide:active, .ps-product--detail .slick-slide:hover {
    outline: none;
}

.detailed-area .ps-product__variants .item {
    margin-bottom: 10px;
    border: 1px solid #F2F2F2;
    padding: 5px;
    cursor: pointer;
}

.detailed-area .ps-product__variants .item img {
    opacity: 0.5;
    transition: all 0.4s ease;
}

.detailed-area .ps-product__variants .item .ps-video {
    position: relative;
    z-index: 10;
}

.detailed-area .ps-product__variants .item .ps-video:before {
    content: '\f04b';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 20;
}

.detailed-area .ps-product__variants .item:last-child {
    margin-bottom: 0;
}

.detailed-area .ps-product__variants .item.slick-current {
    border-color: #EB2740;
}

.detailed-area .ps-product__variants .item.slick-current img {
    opacity: 1;
}

.detailed-area .ps-product__variants .item:hover img {
    width: 100%;
    opacity: 1;
}

.detailed-area .ps-product__gallery {
    position: relative;
}

.detailed-area .ps-product__gallery .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    width: 35px;
    height: 35px;
    color: #000;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
}

.detailed-area .ps-product__gallery .slick-arrow i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.detailed-area .ps-product__gallery .slick-arrow:first-child {
    left: 20px;
}

.detailed-area .ps-product__gallery .slick-arrow:last-child {
    right: 10px;
}

.detailed-area .ps-product__gallery .slick-arrow:hover {
    background-color: #EB2740;
    color: #fff;
}

.detailed-area .ps-product__gallery:hover .item:before {
    visibility: visible;
    opacity: 1;
}

.detailed-area .ps-product__gallery:hover .slick-arrow {
    visibility: visible;
    opacity: 1;
}

.detailed-area.ps-product__video a {
    vertical-align: middle;
}

.detailed-area .ps-product__video a:hover.ps-btn--black {
    background-color: #EB2740;
    border-color: #EB2740;
}

.detailed-area .ps-product__video i {
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}



.detailed-area .ps-product__thumbnail {
    width: 100%;
    display: flex;
    flex-flow: row-reverse nowrap;
    align-content: flex-start;
}

.detailed-area .ps-product__thumbnail > * {
    width: 100%;
}

.detailed-area .ps-product__thumbnail .ps-product__badge {
    width: auto;
}

.detailed-area .ps-product__thumbnail figure {
    position: relative;
    display: block;
    max-width: calc(100% - 60px);
    padding-left: 10px;
}

.detailed-area .ps-product__thumbnail .ps-product__variants {
    max-width: 60px;
    width: 100%;
    min-width: 60px;
}

.detailed-area .ps-product__thumbnail .ps-product__video {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 20;
}

.detailed-area .ps-product__thumbnail .ps-wrapper {
    position: relative;
}

.detailed-area .ps-product__heading {
    margin-bottom: 40px;
    margin-top: 10px;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    border-bottom: 1px solid #F2F2F2;
}

.detailed-area .ps-product__thumbnail[data-vertical='false'] {
    flex-flow: row wrap;
    padding-left: 30px;
    padding-right: 15px;
}

.detailed-area .ps-product__thumbnail[data-vertical='false'] figure {
    max-width: 100%;
    padding-left: 0;
}

.detailed-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants {
    max-width: 100%;
    text-align: center;
    width: 100%;
}

.detailed-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .item {
    margin-bottom: 0;
    margin-right: 10px;
}

.detailed-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .item.slick-active:last-child {
    margin-right: 0;
}

.detailed-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-list {
    margin-right: -10px;
}

.detailed-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow {
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.detailed-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:first-child {
    left: -20px;
}

.detailed-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:first-child i:before {
    content: '\f104';
}

.detailed-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:last-child {
    right: 0px;
}

.detailed-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:last-child i:before {
    content: '\f105';
}

.detailed-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:hover i {
    color: #000;
}

.detailed-area .ps-product__thumbnail[data-vertical='false'] .ps-product__gallery {
    margin-bottom: 10px;
    margin-top: 50px;
}

.detailed-area .ps-product__thumbnail[data-vertical='false'] .ps-product__gallery img {
    width: 100%;
}
/* ===============  */
.modal-content {
    border-radius: 16px;
    border: none;
}

.modal-dialog .modal-close {
    position: absolute;
    top: -14px;
    right: -14px;
    z-index: 10;
    cursor: pointer;
    width: 29px;
    height: 29px;
    color: #FFF;
    background: #000;
    border-radius: 50%;
    font-size: 32px;
    font-weight: 300;
    line-height: 29px;
    text-align: center;
}
.ps-product--quickview {
    margin-bottom: 0;
    max-height: 500px;
    overflow: auto;
}
.ps-product--detail .ps-product__header {
    display: flex;
    flex-flow: row nowrap;
}
.ps-product--detail .ps-product__header .ps-product__thumbnail {
    max-width: 43%;
}
.ps-product--detail .ps-product__thumbnail[data-vertical='false'] {
    flex-flow: row wrap;
}
.ps-product--detail .ps-product__header .ps-product__info {
    max-width: 57%;
    padding-left: 30px;
}
.ps-product--detail .ps-product__header .ps-product__info label {
    width: 90%;
    font-size: 12px;
}
.ps-product--detail .ps-product__header .ps-product__info input {
    background: #F1F1F1;
    width: 90%;
    height: 40px;
    border-radius: 0px;
    margin-bottom: 16px;
    border: 0;
    padding: 0 20px;
}
.ps-product--detail .ps-product__header > * {
    width: 100%;
}

.ps-product--detail .ps-product__title {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 64px;
    margin: 8px 0 16px 0;
    border-bottom: 1px solid #F2F2F2;
    width: 90%;
}
.ps-product--detail .ps-product__meta {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.ps-product--detail .ps-product__name {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    color: #000;
    width: 90%;
}
.ps-product--detail .ps-product__desc p {
    font-size: 12px;
    margin-bottom: 32px;
    padding-bottom: 0px;
}
.ps-product--quickview .ps-product__shopping {
    border-bottom: 0;
    width: 84%;
    margin-bottom: 24px;
}
.ps-product--quickview .ps-product__shopping a {
    width: 100%;
    margin-bottom: 8px;
}
.ps-product--quickview .ps-product__images {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
}
.ps-product--detail .ps-product__thumbnail > * {
    width: 100%;
}
a.cart-popup-btn {
    height: 40px !important;
    line-height: 40px !important;
}
a.cancel-popup-btn {
    height: 40px !important;
    line-height: 40px !important;
    text-transform: uppercase;
    background: #F8F8F8;
    text-align: center;
    display: block;
    border-radius: 16px;
    font-size: 11px;
}
a:hover.cancel-popup-btn {
    background: #000;
    color: #FFF;
}

#product-oneclick .ps-product__shopping a {
    margin-top: 16px;
    width: auto;
}

/* ========= COMPARE ========= */
.compare-table {
    width: 100%;
}
.compare-table tr.table-header {
    background: #FFF;
}
.compare-table tr td {
    width: 16.66666666%;
    position: relative;
}
.compare-table tr.table-header td:nth-child(1) {
    border-radius: 16px 0 0 16px;
}
.compare-table tr.table-header td:nth-last-child(1) {
    border-radius: 0 16px 16px 0;
}
.compare-table tr.table-header td a.compare-table-img {
    display: block;
    width: 120px;
    height: auto;
    margin: 16px auto 8px auto;
}
.compare-table tr.table-header td a.compare-table-img img {
    width: 100%;
    height: auto;
}
.compare-table tr.table-header td a.compare-table-name {
    display: block;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    width: 80%;
    margin: 0 auto 16px auto;
}
.compare-table tr td .compare-table-price {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin: 16px auto;
    font-weight: 500;
}
.compare-table tr td a.compare-cart-btn {
    display: block;
    color: #FFF;
    background: #EB2740;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    width: 80px;
    margin: 0 auto 24px auto;
    text-align: center;
    border-radius: 8px;
}
.compare-table tr td a.compare-table-del {
    width: 16px;
    height: 16px;
    background: url("../img/svg/delete.svg") center center no-repeat;
    position: absolute;
    right: 16px;
    top: 16px;
}
.compare-table tr.compare-table-value {
    border-top: 1px solid #E8E8E8;
}
.compare-table tr.compare-table-value td {
    padding: 20px 0px 28px 0;
}
.compare-table tr.compare-table-value td .table-param-name {
    font-size: 11px;
    color: #656565;
    line-height: 16px;
    text-align: center;
    margin-bottom: 12px;
}
.compare-table tr.compare-table-value td .table-param-value {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
/* ========= COMPARE ========= */

/* ========= CART ========= */
.cart-table {
    width: 100%;
    border-collapse:separate;
    border-spacing: 0 1em;
}
.cart-table tr {
    background: #FFF;
}
.cart-table tr td {
    padding: 10px;
    vertical-align: middle;

}
.cart-table tr td.cart-table-img a {
    display: block;
    width: 120px;
    height: auto;
    margin-left: 10px;
}
.cart-table tr td.cart-table-img a img {
    width: 100%;
    height: auto;
}
.cart-table tr td.cart-table-name a {
    display: block;
    font-size: 13px;
    line-height: 16px;
    margin: 0 10px;
}
.cart-table tr td.cart-table-price {
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    padding: 0 20px;
}
.cart-table tr td a.cart-remove-btn {
    display: block;
    width: 30px;
    height: 30px;
    background: url("../img/svg/delete.svg") center center no-repeat;
    background-size: 16px 17.5px;
    margin: 0 10px;
}
.cart-table tr td.cart-table-sum {
    padding: 16px 24px;
    text-align: right;
    font-size: 18px;
    line-height: 22px;
}
.cart-table tr td.cart-table-sum span {
    font-weight: 600;
}
.cart-table-count {
    position: relative;
    max-width: 100px;
}
.cart-table-count span {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 50%;
    border-left: 1px solid #979797;
    transition: all .4s ease;
}
.cart-table-count span:before {
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
}
.cart-table-count span.up {
    border-bottom: 1px solid #979797;
}

.cart-table-count span.up:before {
    content: "\f106";
}

.cart-table-count span.down {
    top: auto;
    bottom: 0;
}

.cart-table-count span.down:before {
    content: "\f107";
}

.cart-table-count span:hover {
    cursor: pointer;
    background-color: #3386FF;
}

.cart-table-count span:hover:before {
    color: #fff;
}
.cart-table-count button {
    background: none;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    max-width: 20px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 20px;
    line-height: 1em;
}
.cart-table-count button.up {
    right: 10px;
}
.cart-table-count button.down {
    left: 10px;
}
.cart-table-count .cart-count-control {
    border: 1px solid #ccc;
    height: 40px;
    padding: 0 25px;
    text-align: center;
    font-size: 14px;
    color: #000;
    background-color: transparent;
    max-width: 100px;
    display: inline-block;
}

.cart-info {
    padding: 24px;
    border: 1px solid #E8E8E8;
    margin-top: 14px;
}
.cart-info-header {
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 16px;
}
.cart-input-group {
    margin-top: 24px;
}
.cart-input-group label {
    display: block;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
}
.cart-input-group label span {
    color: #EB2740;
}
.cart-input-group input {
    border: none;
    height: 40px;
    display: block;
    border-radius: 4px;
    background: #FFF;
    width: 100%;
    padding: 0 16px;
    font-size: 13px;
}
.cart-input-group .select2-container {
    width: 100%;
}
#cart-info-delivery {
    width: 100%;
}
.cart-input-group .select2-container--default .select2-selection--single {
    border: none;
    height: 40px;
    width: 100%;
}
button.cart-submit-btn {
    display: block;
    border: 1px solid #EB2740;
    background: #EB2740;
    color: #FFF;
    height: 46px;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 46px;
    font-weight: 500;
    margin-top: 32px;
    transition: all .4s ease;
    border-radius: 8px;
}
button.cart-submit-btn:hover {
    background: #FFF;
    color: #000;
    border: 1px solid #000;
}
/* ========= CART ========= */

