@charset "UTF-8";
::-webkit-input-placeholder {
    color: inherit;
}

::-moz-placeholder {
    color: inherit;
}

:-ms-input-placeholder {
    color: inherit;
}

:-moz-placeholder {
    color: inherit;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input,
select,
textarea,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input,
select,
textarea,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

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

body {
    line-height: 1.4;
    transition: 0s;
    background: #fff;
    color: #7b7c7f;
    font-size: 16px;
    font-family: "Montserrat";
}

@media screen and (max-width: 992px){
    body {
        font-size: 19px;
        /*line-height: 24px;*/
    }
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input:focus,
button,
button:focus,
textarea {
    outline: none;
}

button {
    cursor: pointer;
    transition: all 0.3s ease;
}

button {
    background-color: transparent;
    border: none;
}

a:focus,
a:active {
    color: inherit;
    outline: 0;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

a,
input[type=submit] {
    transition: all 0.3s ease;
    color: inherit;
    cursor: pointer;
}

textarea {
    resize: none;
}

.table-respond {
    overflow: auto;
}

.table-respond td,
.table-respond th {
    white-space: nowrap;
}

.btn,
.btn:focus,
.btn:hover {
    outline: none;
    box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.regular,
.section-checkout .checkout-content .confirm-content table tr td p span,
.gray+.select2 .select2-selection__rendered,
.final-table table tr td:nth-last-child(1) {
    font-family: "Montserrat";
}

.light {
    font-family: "MontserratLight";
}

.medium,
.mob-nav .account,
.mob-nav .mob-nav-footer p,
.mob-nav ul.add-nav li a,
.mob-nav ul.main-nav li a,
.bottom-menu .title,
footer .footer-top .socials .title,
.basket-table table tbody tr td .product-item__info a,
.basket-table table tbody tr th .product-item__info a,
.basket-table table tbody tr td,
.basket-table table tbody tr th,
.basket-table table thead tr th,
.summary table tr td.price,
.summary table tr td p,
.section-checkout .checkout-content .confirm-content table tr td p,
.pagination ul li a,
.pagination ul li span,
.form-group-wrapper .form-group span,
.section-calculate .product-step .calc-inner-title,
.section-calculate .product-step .quantity span,
.final-table table tr td,
.section-calculate .product-step .prompt .p-title,
.section-calculate .product-step .option-headings .price,
.section-calculate .product-step .option-headings .number,
.nav-tabs li a,
.more,
.product-price,
.btn,
.section__sliderNav--slides p.from,
header .bottom-nav .wrapper ul li a,
header .middle-nav__user--cabinet ul li a b,
header .middle-nav__user--cabinet ul li a,
header .top-nav__right ul li a,
header .top-nav__left p {
    font-family: "MontserratMedium";
}

.bold,
.total span,
.total p,
.summary .title,
.section-calculate .product-step .option-headings .number span {
    font-family: "MontserratBold";
}

.semibold,
.mob-nav .mob-nav-footer p a,
.section__sliderNav--slides p.to,
header .top-nav__left p a {
    font-family: "MontserratSemibold";
}

.pfbold,
.section-error .error-content .error-headings p,
.section-error .error-content .title,
.login-links ul li a,
.section-calculate .product-title,
.news .news-headings a,
.product-title .sale,
.product-title a,
.section-process .process-item__title,
.section-process .process-item__number,
h6,
h5,
h4,
h3,
h2,
h1 {
    font-family: "PlayfairBold";
    letter-spacing: 1.5px;
}

.pfblack,
.large-font {
    font-family: "PlayfairBlack";
}

.d-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.flex {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.flex-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.flex-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.flex-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.flex-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.flex-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.flex-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.flex-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    align-self: center;
}

.flex-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
}

.flex-item-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.flex-item-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.flex-item-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}


/** START HEADER **/

.wrapper {
    max-width: 1660px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

header .top-nav {
    padding: 20px 0;
    background: #f7f8fa;
}

@media (max-width: 991px) {
    header .top-nav {
        display: none;
    }
    header {
        zoom: 0.99 !important;
    }
}

header .top-nav .wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

header .top-nav__left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

header .top-nav__left p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0 55px 0 0;
    color: #44444d;
    font-size: 16px;
}

@media screen and (max-width: 1340px) {
    header .top-nav__left p {
        display: none;
    }
}

header .top-nav__left p a {
    display: inline-block;
    margin: 0 0 0 8px;
}

header .top-nav__left p a:hover {
    opacity: 0.7;
}

header .top-nav__left ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

header .top-nav__left ul li {
    margin: 0 30px 0 0;
}

header .top-nav__left ul li:nth-last-child(1) {
    margin: 0;
}

header .top-nav__left ul li a {
    font-size: 18px;
    color: #44444d;
    display: inline-block;
}

header .top-nav__left ul li a:hover {
    opacity: .3;
}

header .top-nav__right ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

header .top-nav__right ul li {
    margin: 0 0 0 50px;
}

header .top-nav__right ul li:nth-child(1) {
    margin: 0;
}

header .top-nav__right ul li a {
    font-size: 16px;
}

header .top-nav__right ul li a:hover {
    text-decoration: underline;
}

header .middle-nav {
    padding: 20px 0;
    background: #fff;
}

@media (max-width: 767px) {
    header .middle-nav {
        padding: 10px 0;
    }
}

header .middle-nav .wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

header .middle-nav .logo img {
    display: block;
    max-width: 130px;
}

@media (max-width: 767px) {
    header .middle-nav .logo img {
        max-width: 70px;
    }
}

header .middle-nav__user {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}

header .middle-nav__user--search {
    position: relative;
    max-width: 655px;
    width: 100%;
    margin: 0 125px 0 0;
}

@media (max-width: 1239px) {
    header .middle-nav__user--search {
        margin: 0 40px 0 0;
    }
}

@media (max-width: 991px) {
    header .middle-nav__user--search {
        display: none;
    }
    header .middle-nav__user--search.mobile {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        width: 100%;
        padding: 0 15px;
        /*zoom: 1.2;*/
    }
}

@media (min-width: 991.02px) {
    header .middle-nav__user--search.mobile {
        display: none;
    }
}

header .middle-nav__user--search input {
    width: 100%;
    padding: 10px 13px;
    color: #9595a0;
    font-size: 16px;
    border-bottom: 1px solid #d9dadf;
    min-width: 650px;
}

@media screen and (max-width: 1340px) {
    header .middle-nav__user--search input {
        min-width: 450px;
    }
}

@media (max-width: 1239px) {
    header .middle-nav__user--search input {
        min-width: 350px;
    }
}

@media (max-width: 767px) {
    header .middle-nav__user--search input {
        padding: 5px 7px;
        font-size: 13px;
        color: #9595a0;
        min-width: 100%;
    }
}

header .middle-nav__user--search button {
    position: absolute;
    right: 15px;
    font-size: 24px;
    color: #44444d;
    top: 50%;
    padding: 0;
    height: auto;
    transform: translateY(-50%);
    height: 24px;
    transition: all 0.3s ease;
}

header .middle-nav__user--search button:hover {
    color: #ed1f24;
}

@media (max-width: 767px) {
    header .middle-nav__user--search button {
        font-size: 18px;
    }
}

header .middle-nav__user--cabinet {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}

header .middle-nav__user--cabinet ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}

header .middle-nav__user--cabinet ul li {
    padding: 0 0 0 40px;
    margin: 0 0 0 40px;
    border-left: 1px solid #e8eaf0;
}

@media (max-width: 991px) {
    header .middle-nav__user--cabinet ul li {
        border: none;
        padding: 0;
        margin: 0;
    }
    header .middle-nav__user--cabinet ul li:nth-child(1) {
        display: none;
    }
}

header .middle-nav__user--cabinet ul li a {
    font-size: 16px;
    color: #44444d;
    text-transform: uppercase;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

header .middle-nav__user--cabinet ul li a b {
    font-weight: normal;
}

@media (max-width: 991px) {
    header .middle-nav__user--cabinet ul li a b {
        display: none;
    }
}

header .middle-nav__user--cabinet ul li a span {
    font-size: 30px;
    color: #ed1f24;
    margin: 0 10px 12px 0;
    position: relative;
    display: inline-flex;
}

@media (max-width: 991px) {
    header .middle-nav__user--cabinet ul li a span {
        margin: 0 15px 0 0;
    }
}

@media (max-width: 767px) {
    header .middle-nav__user--cabinet ul li a span {
        font-size: 25px;
    }
}

header .middle-nav__user--cabinet ul li a span i {
    height: 28px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

header .middle-nav__user--cabinet ul li a span small {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #1c1c1e;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    top: -15px;
    right: -16px;
}

@media (max-width: 767px) {
    header .middle-nav__user--cabinet ul li a span small {
        width: 20px;
        height: 20px;
        font-size: 10px;
        top: -10px;
        right: -11px;
    }
}

header .bottom-nav {
    padding: 23px 0;
    background: #1c1c1e;
}

@media (max-width: 991px) {
    header .bottom-nav {
        display: none;
    }
}

header .bottom-nav .wrapper ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

header .bottom-nav .wrapper ul li {
    position: relative;
}

header .bottom-nav .wrapper ul li:after {
    content: "";
    position: absolute;
    left: calc(100% + 60px);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #616162;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1340px) {
    header .bottom-nav .wrapper ul li:after {
        left: calc(100% + 30px);
    }
}


/*
@media (max-width: 1239px) {
  header .bottom-nav .wrapper ul li:after {
    content: none;
  }
}
*/

header .bottom-nav .wrapper ul li:nth-last-child(1):after {
    content: none;
}

header .bottom-nav .wrapper ul li a {
    font-size: 16px;
    color: #fff;
    position: relative;
    padding: 0 10px;
    text-transform: uppercase;
}


/*
@media (max-width: 1239px) {
  header .bottom-nav .wrapper ul li a {
    font-size: 14px;
  }
}
*/

header .bottom-nav .wrapper ul li a:before {
    content: "";
    position: absolute;
    left: 100%;
    width: 5px;
    height: 1px;
    background: #ed1f24;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s ease;
    visibility: hidden;
}

header .bottom-nav .wrapper ul li a:after {
    content: "";
    position: absolute;
    right: 100%;
    width: 5px;
    height: 1px;
    background: #ed1f24;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

header .bottom-nav .wrapper ul li a:hover {
    color: #ed1f24;
}

header .bottom-nav .wrapper ul li a:hover:before,
header .bottom-nav .wrapper ul li a:hover:after {
    opacity: 1;
    visibility: visible;
}


/** END HEADER **/


/** START CONTENT **/

.content {
    position: relative;
    /*overflow: hidden;*/
}

@media (max-width: 767px) {
    .content {
        position: static;
    }
}

@media (max-width: 767px) {
    html {
        position: relative;
    }
}

.lines {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.lines .wrapper {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
}

.lines .wrapper span {
    height: 100%;
    width: 1px;
    background: #f4f5f7;
}

@media (max-width: 767px) {
    .lines .wrapper span:nth-last-child(1),
    .lines .wrapper span:nth-last-child(2) {
        display: none;
    }
}

.section-advantages {
    padding: 30px 0;
}

@media (max-width: 991px) {
    .section-advantages {
        display: none;
    }
}

.section-advantages .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.section-advantages .container .advantage {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0 58px;
    transition: all 0.3s ease;
}

.section-advantages .container .advantage:hover .advantage-title {
    color: #ed1f24;
}


/*
@media (max-width: 1239px) {
  .section-advantages .container .advantage {
    margin: 0 18px;
  }
}
*/

.section-advantages .container .advantage-img {
    margin: 0 20px 0 0;
    transition: all 0.3s ease;
}

.section-advantages .container .advantage-title {
    font-size: 14px;
    color: #44444d;
    transition: all 0.3s ease;
}

@media (max-width: 991px) {
    .section-main {
        padding: 50px 0;
        /*zoom: 1.21 !important;*/
    }
}

@media (max-width: 767px) {
    .section-main {
        padding: 25px 0;
    }
}

.section-main .wrapper {
    position: relative;
}

.section-main .wrapper .left-info-divider {
    bottom: 365px;
}

.section-main .slider-item .wrapper {
    position: relative;
    padding: 0;
}

.section-main .slider-item .wrapper [class*=col-] {
    height: 100%;
}

.section-main .slider-item .wrapper .slider-image {
    position: absolute;
    right: 0;
    top: 0;
    min-height: 792px;
    min-height: 760px;
    padding-right: 0;
}

@media (max-width: 767px) {
    .section-main .slider-item .wrapper .slider-image {
        min-height: 100%;
    }
}


/*
@media screen and (max-width: 1600px) {
  .section-main .slider-item .wrapper .slider-image {
    min-height: 660px;
  }
}*/

.section-main .slider-item .wrapper .slider-image img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    display: block;
}

@media (max-width: 767px) {
    .section-main .slider-item .wrapper .slider-image img {
        height: calc(100% - 25px);
    }
}

@media (max-width: 991px) {
    .section-main .slider-item .wrapper .slider-image {
        padding: 0;
        z-index: -1;
    }
    .section-main .slider-item .wrapper .slider-image:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        top: 0;
        left: 0;
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .section-main .slider-item .wrapper .slider-image:after {
        height: calc(100% - 25px);
    }
}

.section-main .slider-item .wrapper .slider-content {
    padding: 75px 0 50px;
}


/*
@media screen and (max-width: 1600px) {
  .section-main .slider-item .wrapper .slider-content {
    padding: 35px 0;
  }
}*/

@media (max-width: 767px) {
    .section-main .slider-item .wrapper .slider-content {
        padding: 80px 0 0;
    }
    .section-main .slider-item .wrapper .slider-content h3 {
        color: #fff;
    }
}

.section-main .slider-item .wrapper .slider-content__description {
    margin: 0 0 65px;
    line-height: 25px;
}


/*
@media screen and (max-width: 1600px) {
  .section-main .slider-item .wrapper .slider-content__description {
    margin: 0 0 35px;
  }
}*/

@media (max-width: 991px) {
    .section-main .slider-item .wrapper .slider-content__description {
        color: #fff;
    }
    .section-main .slider-item .wrapper .slider-content__description br {
        display: none;
    }
}

@media (max-width: 767px) {
    .section-main .slider-item .wrapper .slider-content__description {
        font-size: 13px;
        line-height: 25px;
        margin: 0 0 50px;
    }
}


/*
@media screen and (max-width: 1600px) {
  .section-main .slider-item .wrapper .slider-content .section__sliderNav {
    margin: 30px 0 0;
  }
}*/

@media (max-width: 991px) {
    .section-main .slider-item .wrapper .slider-content .section__sliderNav {
        display: none;
    }
}

@media (max-width: 991px) {
    .section-main .slider-item .wrapper h1 {
        color: #fff;
    }
    .section-main .slider-item .wrapper h1 br {
        display: none;
    }
}

@media (max-width: 767px) {
    .section-main .slider-item .wrapper .btn {
        margin: 0 auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}

@media (max-width: 991px) {
    .section-main .section__sliderNav {
        justify-content: center;
        margin: 30px 0 0;
    }
}

@media (min-width: 991.02px) {
    .section-main .section__sliderNav.mobile {
        display: none;
    }
}

.section__sliderNav {
    margin: 90px 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .section__sliderNav {
        position: relative;
        justify-content: center;
    }
}

.section__sliderNav--slides {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.section__sliderNav--slides p.from {
    font-size: 24px;
    color: #18181a;
}

.section__sliderNav--slides p.to {
    font-size: 14px;
    color: #bbbbbb;
}

.section__sliderNav--slides span {
    width: 1px;
    height: 18px;
    background: #18181a;
    display: inline-block;
    vertical-align: middle;
    margin: 0 14px;
}

.section__sliderNav--divider {
    display: inline-flex;
    height: 1px;
    width: 93px;
    background: #e7e7e8;
    transform: translateY(-50%);
    margin: 0 10px 0 15px;
}

@media (max-width: 767px) {
    .section__sliderNav--divider {
        display: none;
    }
}

.section__sliderNav--arrows {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.section__sliderNav--arrows button {
    margin: 0 25px;
    font-size: 18px;
    color: #1c1c1e;
}

@media (max-width: 767px) {
    .section__sliderNav--arrows button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
        font-size: 24px;
    }
    .section__sliderNav--arrows button.prev {
        left: 0;
    }
    .section__sliderNav--arrows button.next {
        right: 0;
    }
}

.left-info-divider {
    position: absolute;
    left: -22px;
    transform: rotate(-90deg);
    color: #7b7c7f;
    font-size: 12px;
}

.left-info-divider:before {
    content: "";
    position: absolute;
    right: calc(100% + 15px);
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 30px;
    background: #ed1f24;
}

@media (max-width: 1540px) {
    .left-info-divider {
        display: none !important;
    }
}

.right-info-divider {
    position: absolute;
    right: -22px;
    transform: rotate(90deg);
    color: #7b7c7f;
    font-size: 12px;
}

.right-info-divider:before {
    content: "";
    position: absolute;
    left: calc(100% + 15px);
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 30px;
    background: #ed1f24;
}

@media (max-width: 1540px) {
    .right-info-divider {
        display: none !important;
    }
}

.slick-slide {
    outline: none;
}

h1 {
    font-size: 70px;
    color: #1c1c1e;
    line-height: 75px;
    margin: 0 0 40px;
}


/*
@media screen and (max-width: 1600px) {
  h1 {
    font-size: 50px;
    margin: 0 0 20px;
    line-height: 55px;
  }
}*/


/*
@media (max-width: 1239px) {
  h1 {
    font-size: 50px;
    line-height: 55px;
  }
}
*/

@media (max-width: 767px) {
    h1 {
        font-size: 30px;
        line-height: 35px;
    }
}

h2 {
    font-size: 60px;
    color: #1c1c1e;
    line-height: 65px;
    margin: 0 0 40px;
}


/*
@media (max-width: 1239px) {
  h2 {
    font-size: 40px;
  }
}
*/

@media (max-width: 767px) {
    h2 {
        font-size: 26px;
        line-height: 35px;
        margin: 0 0 25px;
    }
}

h3 {
    font-size: 45px;
    color: #1c1c1e;
    line-height: 55px;
    margin: 0 0 40px;
}


/*
@media (max-width: 1239px) {
  h3 {
    font-size: 35px;
  }
}
*/

h4 {
    font-size: 30px;
    color: #1c1c1e;
    line-height: 45px;
    margin: 0 0 40px;
}


/*
@media (max-width: 1239px) {
  h4 {
    font-size: 26px;
  }
}
*/

h5 {
    font-size: 25px;
    color: #1c1c1e;
    line-height: 45px;
    margin: 0 0 20px;
}


/*
@media (max-width: 1239px) {
  h5 {
    font-size: 22px;
  }
}
*/

h6 {
    font-size: 18px;
    color: #1c1c1e;
    line-height: 45px;
    margin: 0 0 15px;
}


/*
@media (max-width: 1239px) {
  h6 {
    font-size: 17px;
  }
}
*/

.btn {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 75px;
    min-width: 330px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

@media (max-width: 767px) {
    .btn {
        min-width: 355px;
        min-height: 65px;
        padding: 5px 60px;
        font-size: 16px;
    }
}

.btn i {
    margin: 0 7px;
    font-size: 17px;
}

@media (max-width: 767px) {
    .btn i {
        font-size: 14px;
    }
}

.btn span {
    position: relative;
    z-index: 3;
    display: inline-flex;
    text-align: center;
}

@media (max-width: 767px) {
    .btn span {
        font-size: 17px;
    }
}

.btn.btn-black {
    background: #18181a;
    font-size: 14px;
    color: #fff;
    position: relative;
}

.btn.btn-black:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #ed1f24;
    z-index: 2;
    transition: height 0.3s ease;
}

.btn.btn-black:hover:after {
    height: 100%;
}

.btn.btn-bordered {
    border: 1px solid #a3a3a3;
    font-size: 14px;
    position: relative;
}

.btn.btn-bordered:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #18181a;
    z-index: 2;
    transition: height 0.3s ease;
}

.btn.btn-bordered:hover {
    color: #fff;
    border-color: #18181a;
}

.btn.btn-bordered:hover:after {
    height: 100%;
}

.btn.btn-social {
    position: relative;
    padding: 0 95px 0 115px;
    color: #fff;
}

@media (max-width: 1239px) {
    .btn.btn-social {
        padding: 0 25px 0 90px;
    }
}

@media (max-width: 991px) {
    .btn.btn-social {
        min-height: 55px;
        font-size: 12px;
    }
}

.btn.btn-social .social-icon {
    width: 61px;
    height: calc(100% - 14px);
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 7px;
    top: 7px;
    border: 1px solid #7baaf7;
    font-size: 30px;
    color: #ffffff;
    transition: all 0.3s ease;
}

@media (max-width: 991px) {
    .btn.btn-social .social-icon {
        width: 45px;
        font-size: 20px;
    }
}

.btn.btn-social.btn-face {
    background: #3b5998;
}

.btn.btn-social.btn-google {
    background: #4285f4;
}

.btn.btn-social:hover .social-icon {
    background: #7baaf7;
}

.btn.btn-red {
    background: #ed1f24;
    font-size: 14px;
    color: #fff;
    position: relative;
}

.btn.btn-red:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #18181a;
    z-index: 2;
    transition: height 0.3s ease;
}

.btn.btn-red:hover:after {
    height: 100%;
}

.section-headings {
    margin: 0 0 65px;
    position: relative;
}

@media (max-width: 767px) {
    .section-headings {
        margin: 0 0 30px;
    }
}

.section-headings h1,
.section-headings h2,
.section-headings h3,
.section-headings h4,
.section-headings h5,
.section-headings h6 {
    text-align: center;
}

.section-headings h2 {
    position: relative;
    text-align: center;
    z-index: 2;
}

.section-headings h2:after {
    content: "";
    position: absolute;
    top: calc(100% + 20px);
    width: 50px;
    height: 1px;
    background: #ed1f24;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .section-headings h2:after {
        top: calc(100% + 10px);
    }
}

.section-headings p {
    z-index: 3;
    position: relative;
}

.section-headings .subtitle {
    text-align: center;
    font-size: 16px;
    color: #7b7c7f;
    line-height: 25px;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .section-headings .subtitle {
        font-size: 17px;
        line-height: 24px;
    }
    .section-headings .subtitle br {
        display: none;
    }
}

.section-headings .large-font {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    opacity: 0.45;
}

.large-font {
    font-size: 250px;
    color: #efeff0;
    line-height: 150px;
    pointer-events: none;
    letter-spacing: 15px;
}

@media (max-width: 991px) {
    .large-font {
        font-size: 150px;
    }
}

@media (max-width: 767px) {
    .large-font {
        font-size: 80px;
        letter-spacing: 5px;
    }
}

.section-process {
    padding: 145px 0 75px;
}

.section-process h3 {
    text-align: center;
}

@media (max-width: 991px) {
    .section-process {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .section-process {
        padding: 25px 0;
        /*zoom: 1.2;*/
        margin-top: 50px;
        border-top: 1px solid #e6e6e6;
    }
}

.section-process .left-info-divider {
    bottom: 130px;
}

.section-process .right-info-divider {
    top: 50px;
}

.section-process .section-headings {
    position: relative;
}

.section-process .section-headings h2,
.section-process .section-headings .subtitle {
    position: relative;
    z-index: 2;
}

.section-process .section-headings .large-font {
    z-index: -1;
}

.section-process .process-item {
    height: 100%;
    border: 1px solid #e6e6ec;
    position: relative;
    background: #fff;
    transition: all 0.3s ease;
}

.section-process .process-item:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background: #fff;
    border: 1px solid #e6e6ec;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.section-process .process-item .redline {
    position: absolute;
    background: #ed1f24;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.section-process .process-item .redline:nth-child(1) {
    top: -10px;
    right: -10px;
    width: 1px;
    height: 30px;
}

.section-process .process-item .redline:nth-child(2) {
    bottom: -10px;
    right: -10px;
    height: 1px;
    width: 30px;
}

.section-process .process-item .redline:nth-child(3) {
    bottom: -10px;
    left: -10px;
    width: 1px;
    height: 30px;
}

.section-process .process-item__number {
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    left: -10px;
    top: -10px;
    line-height: 49px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background: #1c1c1e;
    z-index: 9;
    transition: all 0.3s ease;
}

.section-process .process-item__box {
    border: 1px solid transparent;
    position: relative;
    height: 100%;
}

.section-process .process-item__box .redline:nth-child(1) {
    top: -1px;
    right: -1px;
    width: 1px;
    height: 30px;
}

.section-process .process-item__box .redline:nth-child(2) {
    bottom: -1px;
    right: -1px;
    height: 1px;
    width: 30px;
}

.section-process .process-item__box .redline:nth-child(3) {
    bottom: -1px;
    left: -1px;
    width: 1px;
    height: 30px;
}

.section-process .process-item__box--inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px 50px;
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    .section-process .process-item__box--inner {
        padding: 25px 20px;
    }
}

.section-process .process-item__img {
    margin: 0 0 10px;
}

.section-process .process-item__title {
    color: #1c1c1e;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    letter-spacing: 1.5px;
    font-size: 20px;
}

@media (max-width: 767px) {
    .section-process .process-item__title {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}

.section-process .process-item__title:after {
    content: "";
    top: 100%;
    width: 30px;
    height: 1px;
    background: #ed1f24;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.section-process .process-item__description {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
}

@media (max-width: 767px) {
    .section-process .process-item__description {
        font-size: 18px;
        /*line-height: 19px;*/
    }
}

.section-process .process-item:hover:before {
    opacity: 1;
    visibility: visible;
}

.section-process .process-item:hover .redline {
    opacity: 1;
    visibility: visible;
}

.section-process .process-item:hover .process-item__number {
    background: #ed1f24;
    left: -20px;
    top: -20px;
}

.section-process .process-item:hover .process-item__box {
    border: 1px solid #f5f5f9;
}

.section-process .process-item:hover .process-item__box .process-item__box--inner {
    padding: 30px 20px 50px;
}

@media (max-width: 767px) {
    .section-process .process-item:hover .process-item__box .process-item__box--inner {
        padding: 25px 20px;
    }
}

@media (max-width: 991px) {
    .section-process [class*=col-] {
        margin: 0 0 20px;
    }
}

@media (max-width: 767px) {
    .section-process [class*=col-] {
        padding: 0;
    }
    .section-process [class*=col-]:nth-last-child(1) {
        margin: 0;
    }
}

.product-img {
    margin: 0 0 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

@media (max-width: 767px) {
    .product-img {
        margin: 0 0 15px;
    }
}

.product-img img {
    display: block;
    object-fit: cover;
    object-position: center;
    height: 497px;
    width: 100%;
}

.product-kitchen-type .product-img img {
	object-fit: contain;
}

.product-kitchen-type .product-img img.image-hover {
	object-fit: cover;
}

.product-kitchen-type .product-title {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

@media (max-width: 991px) {
    .product-img img {
        height: 295px;
    }
}

.product-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .product-title {
        flex-wrap: nowrap;
    }
}

.product-title a {
    font-size: 30px;
    color: #1c1c1e;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    display: inline-flex;
}

@media (max-width: 991px) {
    .product-title a {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}

.product-title a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 30px;
    height: 1px;
    background: #ed1f24;
}

.product-title .sale {
    font-size: 50px;
    color: #ed1f24;
    line-height: 32px;
}

@media (max-width: 991px) {
    .product-title .sale {
        font-size: 26px;
        line-height: 26px;
        margin: 0 0 0 20px;
    }
}

.product-description {
    font-size: 14px;
    color: #7b7c7f;
    line-height: 25px;
    margin: 0 0 20px;
}

@media (max-width: 767px) {
    .product-description {
        font-size: 14px;
        /*zoom: 1.2;*/
    }
}

.product-price {
    font-size: 18px;
    margin: 0 0 15px;
    text-transform: uppercase;
    color: #1c1c1e;
}

.more {
    font-size: 12px;
    color: #1c1c1e;
    text-transform: uppercase;
    position: relative;
    padding: 0 20px;
    letter-spacing: 1.5px;
}

.more:before {
    content: "";
    width: 15px;
    height: 1px;
    background: #1c1c1e;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    transition: all 0.3s ease;
}

.more:after {
    content: "";
    width: 15px;
    height: 1px;
    background: #1c1c1e;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: all 0.3s ease;
}

.more:hover:before,
.more:hover:after {
    width: 0;
}

.section-offers {
    padding: 65px 0 75px;
}

@media (max-width: 991px) {
    .section-offers {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .section-offers {
        padding: 25px 0;
    }
}

.section-offers .left-info-divider {
    bottom: 75px;
    left: -42px;
}

.section-offers .right-info-divider {
    top: 135px;
    right: -42px;
}

@media (max-width: 767px) {
    .section-offers [class*=col-] {
        margin: 0 0 30px;
        padding: 0;
    }
    .section-offers [class*=col-]:nth-last-child(1) {
        margin: 0;
    }
}

.section-main-news {
    padding: 75px 0 150px;
}

@media (max-width: 991px) {
    .section-main-news {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .section-main-news {
        padding: 25px 0 65px;
    }
    .section-main-news [class*=col-] {
        padding: 0;
    }
}

.section-main-news .container {
    position: static;
}

.section-main-news .wrapper {
    position: relative;
}

.section-main-news .wrapper .left-info-divider {
    bottom: 245px;
    left: -55px;
}

.section-main-news .wrapper .news-descr {
    position: static;
}

.section-main-news .wrapper .section-headings {
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
    margin: 0 0 90px;
    position: static;
}

@media (max-width: 991px) {
    .section-main-news .wrapper .section-headings {
        justify-content: center;
        text-align: center;
    }
}

.section-main-news .wrapper .section-headings h2 {
    text-align: left;
}

@media (max-width: 991px) {
    .section-main-news .wrapper .section-headings h2 {
        text-align: center;
    }
    .section-main-news .wrapper .section-headings h2 br {
        display: none;
    }
}

.section-main-news .wrapper .section-headings h2:after {
    left: 0;
    transform: none;
}

@media (max-width: 991px) {
    .section-main-news .wrapper .section-headings h2:after {
        left: 50%;
        transform: translateX(-50%);
    }
}

.section-main-news .wrapper .section-headings .subtitle {
    text-align: left;
}

@media (max-width: 991px) {
    .section-main-news .wrapper .section-headings .subtitle {
        text-align: center;
    }
}

.section-main-news .wrapper .section-headings .large-font {
    left: -135px;
    transform: none;
}

@media (max-width: 991px) {
    .section-main-news .wrapper .section-headings .large-font {
        left: 50%;
        transform: translateX(-50%);
    }
}

.section-main-news .wrapper .a-elem {
    height: auto;
}

.section-main-news .wrapper .a-elem a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.section-main-news .wrapper .a-elem a:hover {
    box-shadow: 0px 12px 25px rgba(0, 0, 0, .3);
}


/*
@media (max-width: 1239px) {
  .section-main-news .wrapper .a-elem {
    height: calc(100% - 255px);
  }
}
*/

@media (max-width: 991px) {
    .section-main-news .wrapper .a-elem {
        display: none;
    }
}

.section-main-news .btn-wrapper {
    margin: 70px 0 0;
}

@media (max-width: 767px) {
    .section-main-news .btn-wrapper {
        margin: 30px 0 0;
    }
}

@media (max-width: 991px) {
    .section-main-news .news-img-mobile {
        height: 300px;
        object-fit: cover;
        object-position: center;
        width: 100%;
        position: relative;
        z-index: 2;
    }
    .section-main-news .section-headings {
        margin: 0 0 20px !important;
    }
}

@media (min-width: 991.02px) {
    .section-main-news .news-img-mobile {
        display: none;
    }
}

@media (max-width: 991px) {
    .default-section {
        padding: 50px 0;
    }
    .default-section .breadcrumbs ul li a,
    .default-section .breadcrumbs ul li span {
        color: #000;
    }
    .default-section .breadcrumbs ul li span {
        opacity: 0.8;
    }
}

@media (max-width: 767px) {
    .default-section {
        padding: 25px 0;
    }
}

.default-section .container {
    position: static;
    max-width: 100%;
}


@media (max-width: 991px) {
    .default-section .a-elem {
        padding: 0 15px;
        min-width: 100%;
        max-height: 350px;
        order: -1;
    }
    .default-section .a-elem:after {
        content: none;
        position: absolute;
        width: calc(100% - 30px);
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        top: 0;
        left: 15px;
    }
}

.default-section .a-elem img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.news .news-headings {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

@media (max-width: 767px) {
    .news .news-headings {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}

.news .news-headings:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 30px;
    height: 1px;
    background: #ed1f24;
}

@media (max-width: 767px) {
    .news .news-headings:before {
        left: 50%;
        transform: translateX(-50%);
    }
}

.news .news-headings a {
    font-size: 30px;
    color: #1c1c1e;
    display: inline-flex;
    margin: 0 0 25px;
}

@media (max-width: 767px) {
    .news .news-headings a {
        font-size: 20px;
        text-align: center;
        justify-content: center;
        margin: 0 0 10px;
    }
    .news .news-headings a br {
        display: none;
    }
}

.news .news-headings .date {
    display: block;
    color: #b2b2b3;
    font-size: 14px;
}

.news .news-headings .date i {
    margin: 0 8px 0 0;
}

@media (max-width: 767px) {
    .news .news-headings .date {
        font-size: 12px;
        text-align: center;
    }
}

.news .news-description {
    font-size: 14px;
    line-height: 22px;
    color: #7b7c7f;
    margin: 0 0 25px;
}

@media (max-width: 767px) {
    .news .news-description {
        text-align: center;
        font-size: 13px;
        line-height: 19px;
    }
}

.news.news-wrap {
    padding: 133px;
    min-width: 705px;
    background: #f7f8fa;
    z-index: 3;
    position: relative;
}

@media (max-width: 991px) {
    .news.news-wrap {
        margin: -110px auto 0;
        padding: 80px;
        width: calc(100% - 50px);
        min-width: calc(100% - 50px);
    }
}

@media (max-width: 767px) {
    .news.news-wrap {
        padding: 30px 10px;
    }
    .news.news-wrap .more {
        display: table;
        margin: 0 auto;
    }
}

.btn-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.breadcrumbs {
    padding: 35px 0;
}

@media (max-width: 767px) {
    .breadcrumbs {
        padding: 20px 0;
    }
}

.breadcrumbs ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.breadcrumbs ul li a {
    color: #b4b5b8;
    font-size: 16px;
}

.breadcrumbs ul li {
    position: relative;
}

.breadcrumbs ul li:after {
    content: '/';
    color: #b4b5b8;
    font-size: 16px;
    margin: 0 4px !important;
}

.breadcrumbs ul li:nth-last-child(1):after {
    content: none;
}

@media (max-width: 767px) {
    .breadcrumbs ul li a {
        font-size: 13px;
    }
}

.breadcrumbs ul li p {
    color: #b4b5b8;
    font-size: 16px;
    margin: 0 4px !important;
}

@media (max-width: 767px) {
    .breadcrumbs ul li p {
        font-size: 13px;
    }
}

.breadcrumbs ul li span {
    font-size: 16px;
    color: #7b7c7f;
}

@media (max-width: 767px) {
    .breadcrumbs ul li span {
        font-size: 13px;
    }
}

.section-radiator {
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .section-radiator {
        padding-bottom: 50px;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .section-radiator {
        padding-bottom: 25px;
    }
}

.section-radiator .breadcrumbs {
    margin: 0 0 60px;
}

@media (max-width: 991px) {
    .section-radiator .breadcrumbs {
        margin: 0;
    }
}

.section-radiator p {
    margin: 0 0 15px;
    line-height: 25px;
}

.section-radiator .left-info-divider {
    bottom: 285px;
}

.left-content {
    padding: 0 60px 100px 0;
}

@media (max-width: 991px) {
    .left-content {
        position: relative;
        z-index: 3;
        padding: 30px 0 60px;
    }
    .left-content h1 {
        color: #fff;
    }
    .left-content h3 {
        color: #000;
    }
    .left-content h1 br {
        display: none;
    }
}

.left-content p {
    margin: 0 0 20px;
    line-height: 26px;
}

@media (max-width: 991px) {
    .left-content p {
        color: #000;
    }
}

@media (max-width: 767px) {
    .left-content p {
        font-size: 13px;
        line-height: 19px;
    }
}

.left-content p:nth-last-child(1) {
    margin: 0;
}

.section-products {
    padding: 30px 0;
}

.section-products [class*=col-] {
    margin: 0 0 60px;
}

.section-products .left-info-divider {
    top: 230px;
    left: -18px;
}

.section-products .right-info-divider {
    top: 30px;
    right: -18px;
}

.section-products.second {
    padding-bottom: 150px;
}

@media (max-width: 767px) {
    .section-products.second {
        padding-bottom: 65px;
    }
}

.section-products.second .left-info-divider {
    bottom: 120px;
    left: -42px;
    top: auto;
}

.section-products.second .right-info-divider {
    top: 60px;
    right: -42px;
}

.section-products.shelves {
    padding: 130px 0 90px;
}

@media (max-width: 991px) {
    .section-products.shelves {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .section-products.shelves {
        padding: 25px 0;
    }
}

.section-products.shelves [class*=col-] {
    margin: 0 0 75px;
}

@media (max-width: 767px) {
    .section-products.shelves [class*=col-] {
        margin: 0 0 30px;
    }
}

.section-products.shelves .left-info-divider {
    top: 730px;
    left: -22px;
}

.section-products.shelves .right-info-divider {
    top: 30px;
    right: -22px;
}

.section-products.kitchens {
    padding: 10px 0 90px;
}

.section-products.kitchens.kitchens-inner .product-img {
    position: static;
}

.section-products.kitchens.kitchens-inner:hover .product-img img {
    opacity: 1;
    visibility: visible;
}

.section-products.kitchens.kitchens-inner .product:hover .product-img {
    box-shadow: 0 5px 12px rgba(0, 0, 0, .1);
}

@media (max-width: 991px) {
    .section-products.kitchens {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .section-products.kitchens {
        padding: 25px 0;
    }
}

.section-products.kitchens [class*=col-] {
    margin: 0 0 75px;
}

@media (max-width: 767px) {
    .section-products.kitchens [class*=col-] {
        margin: 0 0 30px;
    }
}

.section-products.kitchens .left-info-divider {
    top: 730px;
    left: -70px;
}

.section-products.kitchens .right-info-divider {
    top: 130px;
    right: -70px;
}

@media (max-width: 767px) {
    .section-products .container {
        padding: 0;
    }
    .section-products [class*=col-] {
        margin: 0 0 50px;
    }
}

.section-calculate .left-info-divider {
    top: 320px;
}

.section-calculate .right-info-divider {
    top: 860px;
}

@media (max-width: 767px) {
    .section-calculate .container {
        padding: 0;
    }
}

.product-slider {
    margin: 0 0 60px;
}

@media (max-width: 767px) {
    .product-slider {
        margin: 0 0 30px;
    }
}

.product-slider .slider-main {
    margin: 0 0 15px;
}

.product-slider .slider-main img {
    height: 580px;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

@media (max-width: 1239px) {
    .product-slider .slider-main img {
        height: 420px;
    }
}

@media (max-width: 767px) {
    .product-slider .slider-main img {
        height: 290px;
    }
}

.product-slider .slider-main .slider-item {
    position: relative;
}

.product-slider .slider-main .slider-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/fancy-ico.png") center no-repeat rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.product-slider .slider-main .slider-item:hover {
    cursor: pointer;
}

.product-slider .slider-main .slider-item:hover:before {
    opacity: 1;
    visibility: visible;
}

.product-slider .slider-nav {
    width: 100%;
}

@media (max-width: 767px) {
    .product-slider .slider-nav {
        display: none;
    }
}

.product-slider .slider-nav .slick-list {
    margin: 0 -7.5px;
    padding-bottom: 5px;
}

.product-slider .slider-nav .slider-item {
    margin: 0 7.5px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.product-slider .slider-nav .slider-item.slick-current,
.product-slider .slider-nav .slider-item:hover {
    border: 1px solid #ed1f24;
}

.product-slider .slider-nav .slider-item img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1239px) {
    .product-slider .slider-nav .slider-item img {
        height: 120px;
    }
}

.product-slider .section__sliderNav {
    margin: 40px 0 0;
}

@media (max-width: 767px) {
    .product-slider .section__sliderNav {
        margin: 20px 0 0;
    }
}

.product-video {
    position: relative;
}

@media (max-width: 991px) {
    .product-video {
        margin: 0 0 40px;
    }
}

.product-video .preview {
    width: 100%;
    height: 475px;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 2;
    display: block;
}

@media (max-width: 1239px) {
    .product-video .preview {
        height: 340px;
    }
}

@media (max-width: 767px) {
    .product-video .preview {
        height: 245px;
    }
}

.product-video .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 3;
}

.product-video .play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.product-video .play-btn img {
    display: block;
}

@media (max-width: 767px) {
    .product-video .play-btn img {
        max-width: 80px;
    }
}

.product-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.product-video iframe.played {
    z-index: 3;
}

.product-tabs {
    padding: 100px 0 0;
}

.product-tabs .tab-content p br {
    display: none;
}

.product-tabs .tab-content ul {
    padding: 0 0 0 20px;
}

.product-tabs .tab-content ul li {
    list-style-type: disc;
    font-size: 14px;
    color: #7b7c7f;
    letter-spacing: 0.5px;
    line-height: 22px;
}

@media (max-width: 991px) {
    .product-tabs {
        padding: 30px 0 0;
    }
}

.product-tabs .tab-content p {
    font-size: 14px;
    color: #7b7c7f;
    margin: 0 0 15px;
    letter-spacing: 0.5px;
    line-height: 22px;
}

.product-tabs .tab-content p:nth-last-child(1) {
    margin: 0;
}

@media (max-width: 991px) {
    .product-tabs .tab-content p {
        font-size: 13px;
    }
}

.nav-tabs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border: none !important;
    margin: 0 0 50px;
    position: relative;
    z-index: 9;
}

@media (max-width: 767px) {
    .nav-tabs {
        margin: 0;
    }
}

.nav-tabs li {
    margin: 0 15px 0 0;
    width: calc((100% / 4) - 15px);
}

.nav-tabs li:nth-last-child(1) {
    margin: 0;
}

@media (max-width: 767px) {
    .nav-tabs li {
        width: 100%;
        margin: 0 0 10px;
        margin-bottom: 10px !important;
    }
}

.nav-tabs li a {
    padding: 0;
    border-radius: 0 !important;
    min-height: 75px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6e6ec !important;
    font-size: 14px !important;
    color: #9595a0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

@media (max-width: 991px) {
    .nav-tabs li a {
        min-height: 55px;
        font-size: 12px !important;
        text-align: center;
        padding: 0 10px;
    }
}

.nav-tabs li a.active {
    border: 1px solid #edc4c5 !important;
    border-bottom: 2px solid #ed1f24 !important;
    color: #1c1c1e !important;
}

.nav-tabs li a.active:hover {
    border: 1px solid #edc4c5 !important;
    border-bottom: 2px solid #ed1f24 !important;
    color: #1c1c1e !important;
}

.nav-tabs li a:hover {
    border: 1px solid #edc4c5 !important;
    color: #1c1c1e !important;
}

@media (max-width: 991px) {
    .panel.panel-default {
        margin: 0 0 10px;
    }
    .panel.panel-default .panel-heading .panel-title {
        margin: 0 0 20px;
        padding: 0;
        border-radius: 0 !important;
        min-height: 75px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        border: 1px solid #e6e6ec !important;
        font-size: 15px !important;
        color: #9595a0;
        text-transform: uppercase;
        letter-spacing: 1.5px;
    }
}

@media (max-width: 991px) and (max-width: 991px) {
    .panel.panel-default .panel-heading .panel-title {
        min-height: 55px;
        font-size: 17px !important;
        text-align: center;
        padding: 0 10px;
    }

}

@media (max-width: 991px) {
    .panel.panel-default .panel-heading .panel-title:hover {
        border: 1px solid #edc4c5 !important;
        color: #1c1c1e !important;
        border-bottom: 2px solid #ed1f24 !important;
    }
}

@media (max-width: 991px) {
    .panel.panel-default .panel-collapse [class*=col] {
        margin: 0 0 15px;
    }
    .panel.panel-default .panel-collapse [class*=col]:nth-last-child(1) {
        margin: 0;
    }
    .panel.panel-default .panel-collapse p {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 15px;
    }
    .panel.panel-default .panel-collapse p:nth-last-child(1) {
        margin: 0;
    }
}

.section-calculate .product-title {
    font-size: 30px;
    color: #1c1c1e;
    margin: 0 0 40px;
}

@media (max-width: 991px) {
    .section-calculate .product-title {
        display: none;
    }
}

.section-calculate .product-step {
    display: none;
}

.section-calculate .product-step.active {
    display: block;
}

.section-calculate .product-step .option-headings {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px;
}

@media (max-width: 1239px) {
    .section-calculate .product-step .option-headings {
        flex-wrap: nowrap;
    }
}

@media (max-width: 767px) {
    .section-calculate .product-step .option-headings {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .nav-tabs li a {
        /*zoom: 1.3;*/
    }
}

.section-calculate .product-step .option-headings .number {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    max-width: 60%;
    font-size: 16px;
    color: #1c1c1e;
    text-transform: uppercase;
    line-height: 16px;
}

.section-calculate .product-step .option-headings .number span {
    font-size: 16px;
    color: #1c1c1e;
    min-width: 40px;
    height: 40px;
    margin: 0 15px 0 0;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    border: 1px solid #a3a3a3;
    line-height: 37px;
}

@media (max-width: 767px) {
    .section-calculate .product-step .option-headings .number span {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .section-calculate .product-step .option-headings .number {
        max-width: 100%;
        font-size: 14px;
        margin: 0 0 25px;
        justify-content: center;
    }
    .section-calculate .product-step .option-headings .number br {
        display: none;
    }
}

.section-calculate .product-step .option-headings .price {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 75px;
    padding: 0 40px;
    color: #fff;
    border: 1px solid #ed1f24;
    background: #ed1f24;
    font-size: 18px;
    color: #ffffff;
}

@media (max-width: 1239px) {
    .section-calculate .product-step .option-headings .price {
        padding: 0 20px;
        white-space: nowrap;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .section-calculate .product-step .option-headings .price {
        width: 100%;
        font-size: 20px;
        min-height: 55px;
    }
}

.section-calculate .product-step .option-headings .price.disabled {
    border-color: #e6e6ec;
    color: #9b9fa9;
    background: #f7f8fa;
}

.section-calculate .product-step .description {
    font-size: 14px;
    color: #7b7c7f;
    line-height: 24px;
    margin: 0 0 40px;
}

@media (max-width: 767px) {
    .section-calculate .product-step .description {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 20px;
    }
}

.section-calculate .product-step .description p {
    margin: 0 0 10px;
}

.section-calculate .product-step .description p:nth-last-child(1) {
    margin: 0;
}

.section-calculate .product-step .description.final {
    font-size: 14px;
    text-transform: uppercase;
    color: #ed1f24;
    margin: 50px 0 20px;
}

@media (max-width: 767px) {
    .section-calculate .product-step .description.final {
        font-size: 12px;
        margin: 20px 0 25px;
    }
}

.section-calculate .product-step .description .description-w-height {
    height: 75px;
    overflow: hidden;
}

.section-calculate .product-step .description .more {
    margin: 10px 0 0;
    display: table;
}

.section-calculate .product-step .description.shown .description-w-height {
    height: 100%;
}

.section-calculate .product-step .sizes {
    padding: 35px 25px;
    border: 1px solid #e6e6ec;
    background: #fff;
    margin: 0 0 28px;
}

@media (max-width: 767px) {
    .section-calculate .product-step .description .more {
        margin: 0 auto;
        margin-top: 20px;
    }
    .section-calculate .product-step .sizes {
        padding: 20px;
    }
    .section-calculate .product-step .description .description-w-height {
        /*zoom: 1.3;*/
        height: 70px;
    }
}

.section-calculate .product-step .sizes li {
    font-size: 14px;
    color: #18181a;
    margin: 0 0 20px;
}

.section-calculate .product-step .sizes li:nth-last-child(1) {
    margin: 0px;
}

@media (max-width: 767px) {
    .section-calculate .product-step .sizes li {
        font-size: 18px;
        margin: 0 0 10px;
    }
}

.section-calculate .product-step .buttons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 50px;
}

@media (max-width: 767px) {
    .section-calculate .product-step .buttons {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 0 20px;
    }
}

.section-calculate .product-step .buttons .btn {
    width: calc((100% / 2) - 5px);
    min-width: calc((100% / 2) - 5px);
}

@media (max-width: 767px) {
    .section-calculate .product-step .buttons .btn {
        margin: 5px 0;
        width: calc(100% - 50px);
    }
}

.section-calculate .product-step .prompt .p-title {
    font-size: 16px;
    color: #1c1c1e;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 25px;
}

@media (max-width: 767px) {
    .section-calculate .product-step .prompt .p-title {
        width: 100%;
        text-align: center;
        font-size: 14px;
        margin: 0 0 15px;
    }
}

.section-calculate .product-step .prompt img {
	min-height: 475px;
	object-fit: cover;
}

.section-calculate .product-step .prompt .row {
    margin: 0 -5px;
}

.section-calculate .product-step .prompt .row [class*=col-] {
    padding: 0 5px;
}

@media (max-width: 575px) {
    .section-calculate .product-step .prompt .row [class*=col-] {
        margin: 0 0 15px;
    }
}

.section-calculate .product-step .prompt .prompt-name {
    font-size: 16px;
    color: #1c1c1e;
    margin: 20px 0 0;
}

@media (max-width: 575px) {
    .section-calculate .product-step .prompt .prompt-name {
        font-size: 13px;
        margin: 5px 0 0;
    }
}

.section-calculate .product-step .prompt.p-before {
    margin: 0 0 40px;
}

@media (max-width: 991px) {
    .section-calculate .product-step .prompt img {
        width: 100%;
        display: block;
    }
}

.section-calculate .product-step .grille-slider .slick-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 8;
}

.section-calculate .product-step .grille-slider .slick-arrow.slick-prev {
    right: 60px;
}

.section-calculate .product-step .grille-slider .slick-arrow i {
    font-size: 27px;
    color: #1c1c1e;
}

.section-calculate .product-step .grille-slider img {
    width: 100%;
    margin: 0 0 25px;
    object-fit: cover;
    object-position: center;
    height: 350px;
}

@media (max-width: 767px) {
    .section-calculate .product-step .grille-slider img {
        height: 290px;
    }
}

.section-calculate .product-step .grille-slider .girrle-title {
    font-size: 16px;
    color: #18181a;
}

@media (max-width: 767px) {
    .section-calculate .product-step .grille-slider .girrle-title {
        font-size: 13px;
    }
}

.final-table {
    width: 100%;
    margin: 0 0 40px;
}

.final-table table {
    width: 100%;
    border: 1px solid #e6e6ec;
}

.final-table table tr td {
    font-size: 14px;
    text-transform: uppercase;
    color: #1c1c1e;
    padding: 20px;
    border-bottom: 1px solid #e6e6ec;
    background: #fff;
}

.final-table table tr td:nth-last-child(1) {
    font-size: 14px;
    text-transform: capitalize;
    color: #7b7c7f;
}

@media (max-width: 767px) {
    .final-table table tr td:nth-last-child(1) {
        padding-right: 15px;
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .final-table table tr td {
        font-size: 11px;
        padding: 15px 0px;
    }
    .final-table table tr td:nth-child(1) {
        padding-left: 15px;
        padding-right: 10px;
    }
}

.final-table table tr:nth-last-child(1) td {
    border-bottom: none;
}

.section-calculate .product-step .quantity {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 65px;
}

@media (max-width: 767px) {
    .section-calculate .product-step .quantity {
        margin: 0 0 30px;
    }
}

.section-calculate .product-step .quantity span {
    font-size: 16px;
    color: #1c1c1e;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .section-calculate .product-step .quantity span {
        font-size: 13px;
        text-align: center;
        width: 100%;
        margin: 0 0 10px;
    }
}

.section-calculate .product-step .calc-inner-title {
    font-size: 16px;
    color: #1c1c1e;
    margin: 0 0 30px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .section-calculate .product-step .calc-inner-title {
        font-size: 13px;
        margin: 0 0 15px;
    }
}

.section-calculate .product-step .check {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    color: #7b7c7f;
    margin: 0 0 20px;
}

.form-group-wrapper {
    margin: 0 0 25px;
    display: inline-block;
    width: 100%;
}

@media (max-width: 767px) {
    .form-group-wrapper {
        margin: 0 0 10px;
    }
}

.form-group-wrapper .form-group {
    margin: 0;
    width: 100%;
    position: relative;
}

.form-group-wrapper .form-group span {
    font-size: 16px;
    color: #1c1c1e;
    text-transform: uppercase;
}

.form-group-wrapper .form-group .form-control {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 75px;
    font-size: 14px;
    color: #18181a;
    border: 1px solid #e6e6ec;
    text-align: center;
    padding: 0 25px;
}

.form-group-wrapper .form-group .form-control::-webkit-input-placeholder {
    color: #b0b1b5;
}

.form-group-wrapper .form-group .form-control::-moz-placeholder {
    color: #b0b1b5;
}

.form-group-wrapper .form-group .form-control:-ms-input-placeholder {
    color: #b0b1b5;
}

.form-group-wrapper .form-group .form-control:-moz-placeholder {
    color: #b0b1b5;
}

.form-group-wrapper .form-group .form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.form-group-wrapper .form-group .form-control:focus:-moz-placeholder {
    color: transparent;
}

.form-group-wrapper .form-group .form-control:focus::-moz-placeholder {
    color: transparent;
}

.form-group-wrapper .form-group .form-control:focus:-ms-input-placeholder {
    color: transparent;
}

@media (max-width: 767px) {
    .form-group-wrapper .form-group .form-control {
        min-height: 55px;
        font-size: 18px;
        width: 100%;
    }
}

.form-group-wrapper .form-group textarea.form-control {
    padding: 30px 25px 0 !important;
    min-height: 145px;
    text-align: left;
}

.form-group-wrapper.half .form-group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.form-group-wrapper.half span {
    display: inline-flex;
    width: calc(100% - 240px);
    align-items: center;
    justify-content: flex-start;
}

.form-group-wrapper.half span small {
    font-size: 22px;
    margin: 0 0 0 5px;
    cursor: pointer;
}

.calc-content .hidden-info {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.form-group-wrapper.half .form-group.active .hidden-info {
    opacity: 1;
    visibility: visible;
}

.form-group-wrapper.half .form-group.active .zmdi {
    position: relative;
    z-index: 9;
}

@media (max-width: 767px) {
    .form-group-wrapper.half span {
        width: 100%;
        text-align: center;
        font-size: 19px;
        margin: 0 0 20px;
        justify-content: center;
    }
}

.form-group-wrapper.half .form-control {
    max-width: 240px;
    width: 100%;
}

@media (max-width: 767px) {
    .form-group-wrapper.half .form-control {
        max-width: 100%;
        border-color: #555454;
        border-width: 3.5px;
    }
}

.form-group-wrapper.w-select .form-group {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.form-group-wrapper.w-select .form-group>span {
    /*width: calc(100% - 340px);*/
    display: inline-flex;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .form-group-wrapper.w-select .form-group {
        /*flex-wrap: wrap;*/
    }
    .form-group-wrapper.w-select .form-group>span {
        margin: 0 0 15px;
        min-width: 100%;
        text-align: center;
        font-size: 16px;
        justify-content: center;
    }
}

.form-group-wrapper.w-select.select-right .select2 {
    float: right;
}

.jq-selectbox {
    z-index: 99999;
}

.jq-selectbox__select-text {
    border: 1px solid #e6e6ec;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    min-width: 340px;
    min-height: 75px;
    padding: 0 40px 0 20px !important;
    font-size: 14px !important;
    color: #1c1c1e;
    text-transform: capitalize !important;
    background: #fff;
    cursor: pointer;
}

.jq-selectbox__trigger {
    position: absolute;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%);
    color: #9595a0 !important;
    width: 8px !important;
    height: 16px !important;
    transition: all 0.3s ease;
}

.jq-selectbox__trigger:before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}

.jq-selectbox.opened .jq-selectbox__trigger:before {
    transform: rotate(-180deg);
}

.jq-selectbox__dropdown {
    width: 100%;
    border: 1px solid #e6e6ec;
    background: #fff;
}

.jq-selectbox__dropdown ul li {
    padding: 10px 15px;
    cursor: pointer;
}

.jq-selectbox__dropdown ul li:hover {
    background: #ededed;
}

.check,
.radio {
    cursor: pointer;
}

.jq-number {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6e6ec;
}

@media (max-width: 767px) {
    .jq-number {
        margin: 0 auto;
    }
}

.jq-number__field {
    order: 2;
}

.jq-number__field input {
    min-width: 160px;
    min-height: 75px;
    border-left: 1px solid #e6e6ec;
    border-right: 1px solid #e6e6ec;
    text-align: center;
}

@media (max-width: 767px) {
    .jq-number__field input {
        min-width: 125px;
        min-height: 55px;
    }
}

.jq-number__spin {
    min-width: 60px;
    min-height: 75px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

@media (max-width: 767px) {
    .jq-number__spin {
        min-height: 55px;
    }
}

.jq-number__spin:hover:before {
    color: #1c1c1e !important;
}

.jq-number__spin.minus {
    order: 1;
}

.jq-number__spin.minus:before {
    content: "-";
    font-size: 28px;
    color: #b4b4bf;
    transition: all 0.3s ease;
}

.jq-number__spin.plus {
    order: 3;
}

.jq-number__spin.plus:before {
    content: "+";
    font-size: 28px;
    color: #b4b4bf;
    transition: all 0.3s ease;
}

.jq-checkbox {
    margin: 0 8px 0 0;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.jq-checkbox__div {
    width: 14px;
    height: 14px;
    border: 1px solid #7b7c7f;
    border-radius: 2px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.jq-checkbox__div:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%) rotate(-60deg);
    width: 8px;
    height: 5px;
    border-bottom: 1.5px solid #fff;
    border-left: 1.5px solid #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.jq-checkbox input:checked+.jq-checkbox__div {
    background: #ed1f24;
    border-color: #ed1f24;
}

.jq-checkbox input:checked+.jq-checkbox__div:after {
    opacity: 1;
    visibility: visible;
}

.jq-checkbox.gray input:checked+.jq-checkbox__div {
    background: #1c1c1e;
    border-color: #1c1c1e;
}

.jq-radio {
    margin: 0 8px 0 0;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.jq-radio__div {
    width: 14px;
    height: 14px;
    border: 1px solid #7b7c7f;
    border-radius: 50%;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.jq-radio__div:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-60deg);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    background: #ed1f24;
}

.jq-radio input:checked+.jq-radio__div {
    border-color: #ed1f24;
}

.jq-radio input:checked+.jq-radio__div:after {
    opacity: 1;
    visibility: visible;
}

.jq-radio.gray input:checked+.jq-checkbox__div {
    background: #1c1c1e;
    border-color: #1c1c1e;
}

.select2 {
    min-width: 340px;
    min-height: 75px;
    box-shadow: none !important;
    outline: none !important;
}

@media (max-width: 767px) {
    .select2 {
        min-height: 55px !important;
        min-width: 100% !important;
        display: inline-block !important;
        margin: 0 !important;
    }
    .select2 .selection {
        width: 100% !important;
        display: inline-block !important;
        margin: 0 !important;
    }
}

.select2 span {
    box-shadow: none !important;
    outline: none !important;
}

@media (max-width: 767px) {
    .select2 span {
        justify-content: flex-start !important;
        display: inline-block !important;
        width: 100% !important;
        margin: 0 !important;
    }

}

.select2 .select2-selection {
    border: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-width: 340px;
    min-height: 75px;
    position: relative;
    text-transform: capitalize !important;
}

@media (max-width: 767px) {
    .select2 .select2-selection {
        min-height: 55px;
        min-width: 100%;
    }
}

.select2 .select2-selection__rendered {
    border: 1px solid #e6e6ec;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    min-width: 340px;
    min-height: 75px;
    padding: 0 40px 0 20px !important;
    font-size: 14px !important;
    color: #1c1c1e;
    text-transform: capitalize !important;
}

@media (max-width: 767px) {
    .select2 .select2-selection__rendered {
        min-height: 55px;
        min-width: 100%;
        width: 100%;
        border-color: #555454;
        border-width: 3.5px;
    }
}

.select2 .select2-selection__rendered span {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px !important;
    color: #1c1c1e;
    text-transform: capitalize !important;
    width: 100% !important;
}

.select2 .select2-selection__rendered span img {
    margin: 0 15px 0 0;
    border: 1px solid #e6e6ec;
}

.select2 .select2-selection__arrow {
    position: absolute;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%);
    color: #9595a0 !important;
    width: 8px !important;
    height: 16px !important;
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    .select2 .select2-selection__arrow {
        height: auto !important;
        min-height: auto !important;
        min-width: auto !important;
        width: auto !important;
    }
}

.select2 .select2-selection__arrow b {
    display: none;
}

.select2 .select2-selection__arrow:before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.select2.select2-container--open+.select2-container--open {
    top: 75px !important;
}

.select2.select2-container--open .select2-selection__arrow {
    transform: translateY(-50%) rotate(-180deg);
}

.gray+.select2 .select2-selection__rendered {
    color: #b1b2b5;
}

.select2-dropdown--below,
.select2-dropdown--above {
    border: 1px solid #e6e6ec;
    border-radius: 0;
}

.select2-dropdown--below .select2-results__options li,
.select2-dropdown--above .select2-results__options li {
    min-height: 60px;
    font-size: 14px;
    color: #1c1c1e !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px;
}

.select2-dropdown--below .select2-results__options li.select2-results__option--highlighted[aria-selected],
.select2-dropdown--above .select2-results__options li.select2-results__option--highlighted[aria-selected] {
    background: #ededed;
}

@media (max-width: 767px) {
    .select2-dropdown--below .select2-results__options li,
    .select2-dropdown--above .select2-results__options li {
        min-height: 35px;
    }

    .select2 .select2-selection__rendered {
        font-size: 18px !important;
        padding: 0 40px 0 25px !important;
    }
    .summary table tr td a {
        font-size: 17px;
    }
    .summary table tr td.price {
        font-size: 17px;
    }
}

.select2-dropdown--below .select2-results__options li span,
.select2-dropdown--above .select2-results__options li span {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    width: 100% !important;
}

.select2-dropdown--below .select2-results__options li span img,
.select2-dropdown--above .select2-results__options li span img {
    border: 1px solid #e6e6ec;
    margin: 0 15px 0 0;
}

.section-about {
    padding: 60px 0 145px;
}

@media (max-width: 991px) {
    .section-about {
        padding: 50px 0;
    }
    .section-calculate .product-step .check {
        /*zoom: 1.5;*/
    }
}

@media (max-width: 767px) {
    .section-about {
        padding: 25px 0;
    }
    .section-about .container {
        padding: 0;
    }
}

.section-about .left-info-divider {
    top: 150px;
}

.section-about .right-info-divider {
    bottom: 90px;
}

.section-about p {
    margin: 0 0 20px;
}

.section-about p:nth-last-child(1) {
    margin: 0;
}

@media (max-width: 767px) {
    .section-about p {
        font-size: 13px;
        line-height: 19px;
        margin: 0 0 15px;
    }
}

.section-videos {
    overflow: hidden;
}

@media (max-width: 991px) {
    .section-videos {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .section-videos {
        padding: 25px 0;
    }
    .section-videos [class*=col] {
        padding: 0;
    }
    .section-videos .container {
        padding: 0;
    }
}

.section-videos .right-info-divider {
    top: 190px;
    right: -18px;
}

.section-videos .a-elem {
    right: auto;
    left: 0;
    padding-right: 15px;
    padding-left: 0;
    height: 100%;
}

@media (max-width: 991px) {
    .section-videos .a-elem {
        position: static;
        order: 2;
        padding-left: 15px;
    }
    .section-videos .a-elem:after {
        content: none;
    }
}

@media (max-width: 767px) {
    .section-videos .a-elem {
        padding: 0;
    }
}

.section-videos .slider-content {
    padding: 80px 0 80px 90px;
}

@media (max-width: 991px) {
    .section-videos .slider-content {
        padding: 0px 0 15px;
    }
}

.section-videos .slider-content .section__sliderNav {
    display: none;
}

.section-videos .section-headings {
    margin: 0 0 60px;
}

@media (max-width: 767px) {
    .section-videos .section-headings {
        margin: 0 0 25px;
    }
}

.section-videos .section-headings h2 {
    text-align: left;
}

@media (max-width: 991px) {
    .section-videos .section-headings h2 {
        text-align: center;
    }
}

.section-videos .section-headings .subtitle {
    text-align: left;
}

@media (max-width: 991px) {
    .section-videos .section-headings .subtitle {
        text-align: center;
    }
}

.section-videos .section-headings .large-font {
    left: -115px;
    transform: none;
}

@media (max-width: 991px) {
    .section-videos .section-headings .large-font {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .section-videos .section-headings .large-font {
        top: 0;
    }
}

.section-videos .description {
    position: relative;
    z-index: 2;
}

.section-videos .description p {
    margin: 0 0 20px;
}

.section-videos .description p:nth-last-child(1) {
    margin: 0;
}

@media (max-width: 767px) {
    .section-videos .description p {
        font-size: 13px;
        margin: 0 0 15px;
    }
}

.section-videos .product-video {
    height: 100%;
}

.section-videos .a-elem {
	height: auto;
}

.section-videos .product-video .play-btn img {
    height: auto;
}

@media (max-width: 991px) {
    .section-videos .section__sliderNav {
        justify-content: center;
        margin: 15px 0 0;
    }
}

.section-services {
    padding: 65px 0 150px;
}

@media (max-width: 991px) {
    .section-services {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .section-services {
        padding: 25px 0;
    }
    .section-videos .slick-slide .product-video {
    	position: relative;
    	min-height: 415px;
    }
    .section-videos .slick-slide .product-video img {
    	position: absolute;
    	left: 0;
    	top: 0;
    }
}

.section-services .breadcrumbs {
    margin: 0 0 90px;
}

@media (max-width: 991px) {
    .section-services .breadcrumbs {
        margin: 0 0 40px;
    }
}

@media (max-width: 767px) {
    .section-services .breadcrumbs {
        margin: 0 0 20px;
    }
}

.section-services .left-info-divider {
    top: 360px;
    bottom: auto;
}

.section-products.service-products {
    padding-bottom: 0;
}

.section-products.service-products .left-info-divider {
    bottom: 860px;
    top: auto;
}

.section-products.service-products .right-info-divider {
    top: 280px;
}

.section-products.service-products [class*=col-] {
    margin: 0 0 75px;
}

.section-products.service-products [class*=col-]:nth-last-child(1),
.section-products.service-products [class*=col-]:nth-last-child(2) {
    margin: 0;
}

@media (max-width: 767px) {
    .section-products.service-products [class*=col-] {
        margin: 0 0 30px;
    }
    .section-products.service-products [class*=col-]:nth-last-child(2) {
        margin: 0 0 30px;
    }
}

.section-first-screen {
    padding: 65px 0 150px;
}

@media (max-width: 991px) {
    .section-first-screen {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .section-first-screen {
        padding: 25px 0;
    }
}

.section-first-screen .breadcrumbs {
    margin: 0 0 90px;
}

@media (max-width: 991px) {
    .section-first-screen .breadcrumbs {
        margin: 0 0 40px;
    }
}

@media (max-width: 767px) {
    .section-first-screen .breadcrumbs {
        margin: 0 0 20px;
    }
}

.section-first-screen .left-info-divider {
    top: 360px;
    bottom: auto;
}

.section-news {
    padding: 60px 0;
}

.section-news .news-single {
    position: relative;
    margin: 0 0 50px;
}

.section-news .news-single .a-elem {
    overflow: hidden;
}

.section-news .news-single .a-elem img {
    width: 100%;
}

@media (max-width: 767px) {
    .section-news [class*=col-] {
        padding: 0;
    }
}

.section-news .a-elem {
    left: 0;
    right: auto;
    padding-left: 0;
    min-height: 469px;
    overflow: hidden;
}

.section-news .a-elem img {
    width: 100%;
}

.section-news .a-elem a:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, .3);
}

@media (max-width: 991px) {
    .section-news .a-elem {
        min-height: 100%;
    }
    .section-news .a-elem:after {
        left: 0;
        width: 100%;
    }
}

.section-news [class*=col-] {
    height: 100%;
    min-height: 469px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 991px) {
    .section-news [class*=col-] {
        min-height: auto;
    }
}

.section-news .news {
    padding: 0 0 0 70px;
}

@media (max-width: 1239px) {
    .section-news .news {
        padding: 0 0 0 30px;
    }
}

@media (max-width: 991px) {
    .section-news .news {
        position: relative;
        z-index: 3;
        padding: 60px 30px;
        color: #fff;
    }
    .section-news .news .news-title,
    .section-news .news .news-description,
    .section-news .news .more {
        color: #fff;
        text-align: left;
    }
    .section-news .news .news-title:before,
    .section-news .news .news-title:after,
    .section-news .news .news-description:before,
    .section-news .news .news-description:after,
    .section-news .news .more:before,
    .section-news .news .more:after {
        background: #fff;
    }
    .section-news .news .date {
        text-align: left;
    }
    .section-news .news .news-headings:before {
        left: 0;
        transform: none;
    }
}

.pagination ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 991px) {
    .pagination ul {
        justify-content: center;
        width: 100%;
    }
}

.pagination ul li {
    margin: 0 20px;
}

.pagination ul li a,
.pagination ul li span {
    color: #c2c3c5;
    font-size: 16px;
}

.pagination ul li a:hover,
.pagination ul li span:hover {
    color: #1c1c1e;
}

.pagination ul li span {
    color: #1c1c1e;
}

.pagination ul li.prev {
    margin: 0 105px 0 0;
}

@media (max-width: 991px) {
    .pagination ul li.prev {
        margin: 0 15px 0 0;
    }
}

.pagination ul li.prev a {
    font-size: 24px;
    color: #1c1c1e;
    position: relative;
}

.pagination ul li.prev a:after {
    content: "";
    position: absolute;
    left: calc(100% + 15px);
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 1px;
    background: #e7e7e8;
}

@media (max-width: 991px) {
    .pagination ul li.prev a:after {
        content: none;
    }
}

.pagination ul li.next {
    margin: 0 0 0 105px;
}

@media (max-width: 991px) {
    .pagination ul li.next {
        margin: 0 0 0 15px;
    }
}

.pagination ul li.next a {
    font-size: 24px;
    color: #1c1c1e;
    position: relative;
}

.pagination ul li.next a:after {
    content: "";
    position: absolute;
    right: calc(100% + 15px);
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 1px;
    background: #e7e7e8;
}

@media (max-width: 991px) {
    .pagination ul li.next a:after {
        content: none;
    }
}

.section-products.projects .left-info-divider {
    left: -48px;
    bottom: 850px;
    top: auto;
}

.section-products.projects .right-info-divider {
    right: -48px;
    top: 560px;
    bottom: auto;
}

.section-products.projects [class*=col-] {
    margin: 0 0 75px;
}

.section-products.projects [class*=col-]:nth-last-child(1),
.section-products.projects [class*=col-]:nth-last-child(2) {
    margin: 0;
}

@media (max-width: 767px) {
    .section-products.projects [class*=col-] {
        margin: 0 0 30px;
    }
    .section-products.projects [class*=col-]:nth-last-child(2) {
        margin: 0 0 30px;
    }
}

.section-products.projects+.section-process {
    padding-top: 90px;
}

@media (max-width: 767px) {
    .section-products.projects+.section-process {
        padding-top: 25px;
    }
}

.section-contacts {
    padding: 65px 0 150px;
}

@media (max-width: 991px) {
    .section-contacts {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .section-contacts {
        padding: 25px 0;
    }
}

.section-contacts .left-info-divider {
    top: 360px;
}

.section-contacts h1 {
    margin: 0 0 85px;
}

.section-contacts .breadcrumbs {
    margin: 0 0 90px;
}

.section-contacts .contacts li {
    font-size: 16px;
    color: #7b7c7f;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 35px;
}

.section-contacts .contacts li:nth-last-child(1) {
    margin: 0;
}

@media (max-width: 767px) {
    .section-contacts .contacts li {
        margin: 0 0 15px;
        font-size: 13px;
        flex-wrap: wrap;
        padding: 0 0 0 25px;
        position: relative;
    }
}

.section-contacts .contacts li i {
    font-size: 18px;
    color: #ed1f24;
    margin: 0 15px 0 0;
}

@media (max-width: 767px) {
    .section-contacts .contacts li i {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

.section-contacts .left-content {
    padding: 0 60px 180px 0;
}

@media (max-width: 991px) {
    .section-contacts .left-content {
        padding: 0px 0 50px;
    }
    .section-contacts .left-content h1,
    .section-contacts .left-content p {
        color: #1c1c1e;
        margin: 0 0 45px;
    }
    .section-contacts .contacts {
        /*zoom: 1.5;*/
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .section-contacts .left-content h1,
    .section-contacts .left-content p {
        margin: 0 0 25px;
    }
}

@media (max-width: 991px) {
    .section-contacts .left-content .breadcrumbs {
        margin: 0;
    }
    .section-contacts .left-content .breadcrumbs ul li a,
    .section-contacts .left-content .breadcrumbs ul li p,
    .section-contacts .left-content .breadcrumbs ul li span {
        color: #1c1c1e;
    }
}

@media (max-width: 991px) {
    .section-contacts .a-elem {
        position: static;
    }
    .section-contacts .a-elem:after {
        content: none;
    }
    .section-contacts .a-elem .map {
        width: 100%;
        height: 350px;
    }
}

.map {
    height: 100%;
    width: 100%;
}

.map #map {
    width: 100%;
    height: 100%;
}

.section-contact-form {
    padding: 0 0 150px;
}

@media (max-width: 991px) {
    .section-contact-form {
        padding-bottom: 65px;
    }
}

.section-contact-form .left-info-divider {
    left: -59px;
    bottom: 220px;
    top: auto;
}

.section-contact-form .right-info-divider {
    right: -59px;
    top: 140px;
    bottom: auto;
}

.section-contact-form .form-group-wrapper .form-group {
    width: 100%;
}

.section-contact-form .form-group-wrapper .form-group .form-control {
    text-align: left;
    width: 100%;
    padding: 0 25px;
}

.section-contact-form .policy {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
}

@media (max-width: 767px) {
    .section-contact-form .policy {
        margin: 15px 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
}

.section-contact-form .policy .captcha {
    margin: 0 45px 0 0;
    border: 1px solid #e6e6ec;
}

.section-contact-form .policy .captcha img {
    display: block;
}

@media (max-width: 767px) {
    .section-contact-form .policy .captcha {
        margin: 0 0 15px;
    }
}

.section-contact-form .policy .check {
    font-size: 14px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.section-login {
    padding: 40px 0 0;
}

@media (max-width: 991px) {
    .section-login {
        padding: 0;
    }
    .section-contact-form .policy {
        /*zoom: 1.5;*/
    }
}

@media (max-width: 767px) {
    .section-login .container {
        padding: 0;
    }
}

.section-login .left-info-divider {
    bottom: auto;
    top: 420px;
}

.section-login .right-info-divider {
    top: auto;
    bottom: 269px;
}

.section-login .breadcrumbs {
    margin: 0 0 40px;
}

@media (max-width: 767px) {
    .section-login .breadcrumbs {
        margin: 0;
    }
}

.section-login.forgot h1 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.section-login.forgot h1:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 50px;
    height: 1px;
    background: #ed1f24;
}

@media (max-width: 991px) {
    .section-login .section-headings {
        margin: 0 0 25px;
    }
}

@media (max-width: 767px) {
    .section-login .section-headings h1 {
        margin: 0 0 15px;
    }
}

.login-links {
    margin: 0 0 30px;
}

@media (max-width: 991px) {
    .login-links {
        margin: 0 0 25px;
    }
}

.login-links ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media (max-width: 575px) {
    .login-links ul {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.login-links ul li {
    margin: 0 95px 0 0;
}

.login-links ul li:nth-last-child(1) {
    margin: 0;
}

@media (max-width: 991px) {
    .login-links ul li {
        margin: 0 35px 0 0;
    }
}

@media (max-width: 575px) {
    .login-links ul li {
        text-align: center;
        margin: 0 0 10px;
    }
}

.login-links ul li a {
    font-size: 30px;
    color: #c0c0c5;
    line-height: 55px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.login-links ul li a:hover {
    color: #1c1c1e;
}

@media (max-width: 991px) {
    .login-links ul li a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .login-links ul li a {
        font-size: 19px;
        line-height: 35px;
    }
    .login-links,
    .login-form {
        /*zoom: 1.3;*/
    }
}

.login-links ul li.active a {
    color: #1c1c1e;
    border-bottom: 1px solid #ed1f24;
}

.login-form .add-info {
    text-align: center;
    font-size: 16px;
    color: #7b7c7f;
    margin: 0 0 65px;
}

@media (max-width: 991px) {
    .login-form .add-info {
        margin: 0 0 35px;
    }
}

@media (max-width: 767px) {
    .login-form .add-info {
        font-size: 13px;
        margin: 0 0 15px;
    }
}

.login-form .form-group-wrapper .form-group .form-control {
    width: 100%;
    font-size: 18px;
}

.login-form .link {
    margin: 25px auto 50px;
    display: table;
}

@media (max-width: 767px) {
    .login-form .link {
        margin: 15px auto;
    }
}

.login-form .social-login {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.login-form .social-login .btn {
    margin: 0 17px;
}

@media (max-width: 767px) {
    .login-form .social-login .btn {
        margin: 5px 0;
        min-width: 100%;
        padding: 0 15px;
    }
    .login-form .social-login .btn .social-icon {
        display: none;
    }
}

.login-form button[type=submit] {
    width: 100%;
}

.link {
    font-size: 16px;
    color: #7b7c7f;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .link {
        font-size: 13px;
    }
}

.link:hover {
    text-decoration: none;
}

.section-checkout {
    padding: 40px 0 0;
}

@media (max-width: 991px) {
    .section-checkout {
        padding: 25px 0;
    }
}

@media (max-width: 767px) {
    .section-checkout .container {
        padding: 0;
    }
}

.section-checkout .left-info-divider {
    top: auto;
    bottom: 260px;
}

.section-checkout .right-info-divider {
    top: 676px;
    bottom: auto;
}

.section-checkout .breadcrumbs {
    margin: 0 0 40px;
}

@media (max-width: 991px) {
    .section-checkout .breadcrumbs {
        margin: 0;
    }
}

.section-checkout .nav-tabs li {
    width: calc((100% /3) - 15px);
}

@media (max-width: 767px) {
    .section-checkout .nav-tabs li {
        width: 100%;
        margin: 0 0 10px;
    }
}

.section-checkout .nav-tabs li a:hover {
    pointer-events: none !important;
    border: 1px solid #e6e6ec !important;
    color: #9595a0 !important;
}

.section-checkout h3 {
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 30px;
}

@media (max-width: 767px) {
    .section-checkout h3 {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}

.section-checkout h3:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 50px;
    height: 1px;
    background: #ed1f24;
}

.section-checkout h4 {
    margin: 0 0 40px;
}

@media (max-width: 767px) {
    .section-checkout h4 {
        margin: 0 0 20px;
    }
}

.section-checkout .checkout-content form {
    padding-right: 60px;
}

.section-checkout .checkout-content form .check {
    margin: 0 0 35px;
}

@media (max-width: 1239px) {
    .section-checkout .checkout-content form {
        padding: 0;
    }
}

.section-checkout .checkout-content .form-group-wrapper .form-group .form-control {
    width: 100%;
    font-size: 18px;
}

.section-checkout .checkout-content .form-group-wrapper .form-group .select2 {
    width: 100% !important;
    min-width: 100%;
}

@media (max-width: 767px) {
    .section-checkout .checkout-content .form-group-wrapper .form-group .select2 {
        height: 55px;
    }
    .section-checkout .checkout-content form,
    .section-checkout .checkout-content .payment-confirm label {
        /*zoom: 1.3;*/
    }
}

.section-checkout .checkout-content .form-group-wrapper .form-group .select2-selection {
    min-width: 100%;
}

.section-checkout .checkout-content .form-group-wrapper .form-group .select2-selection__rendered {
    width: 100%;
    min-width: 100%;
}

.section-checkout .checkout-content .buttons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 40px 0 0;
}

@media (max-width: 767px) {
    .section-checkout .checkout-content .buttons {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.section-checkout .checkout-content .buttons .btn {
    margin: 0 20px 0 0;
}

@media (max-width: 1239px) {
    .section-checkout .checkout-content .buttons .btn {
        min-width: 280px;
        font-size: 14px;
    }
    .section-checkout .checkout-content .buttons .btn span {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .section-checkout .checkout-content .buttons .btn {
        margin: 5px 0;
        min-width: 100%;
    }
}

.section-checkout .checkout-content .buttons .btn:nth-last-child(1) {
    margin: 0;
}

.section-checkout .checkout-content .payment-headings {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 63px;
}

@media (max-width: 767px) {
    .section-checkout .checkout-content .payment-headings {
        margin: 0 0 15px;
    }
}

.section-checkout .checkout-content .payment-headings h4 {
    margin: 0;
}

.section-checkout .checkout-content .payment-headings ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 0 200px;
}

@media (max-width: 991px) {
    .section-checkout .checkout-content .payment-headings ul {
        margin: 0 0 0 50px;
    }
}

@media (max-width: 767px) {
    .section-checkout .checkout-content .payment-headings ul {
        margin: 15px 0;
    }
}

.section-checkout .checkout-content .payment-headings ul li {
    margin: 0 35px;
}

@media (max-width: 991px) {
    .section-checkout .checkout-content .payment-headings ul li {
        margin: 0 15px;
    }
}

@media (max-width: 767px) {
    .section-checkout .checkout-content .payment-headings ul li {
        margin: 0 10px;
    }
}

.section-checkout .checkout-content .payment-headings ul li img {
    display: block;
}

.section-checkout .checkout-content .payment-method {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 45px;
}

@media (max-width: 767px) {
    .section-checkout .checkout-content .payment-method {
        margin: 0 0 15px;
    }
    .section-checkout .checkout-content .payment-method p {
        font-size: 14px;
        margin: 0 0 10px;
    }
}

.section-checkout .checkout-content .payment-method ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .section-checkout .checkout-content .payment-method ul {
        width: 100%;
    }
}

.section-checkout .checkout-content .payment-method ul li {
    margin: 0 0 0 60px;
}

@media (max-width: 767px) {
    .section-checkout .checkout-content .payment-method ul li {
        width: 100%;
        margin: 0 0 10px;
        font-size: 13px;
    }
}

.section-checkout .checkout-content .payment-confirm {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 40px 0 0;
}

@media (max-width: 767px) {
    .section-checkout .checkout-content .payment-confirm {
        margin: 15px 0 0;
    }
}

.section-checkout .checkout-content .payment-confirm label {
    margin: 0 0 20px;
}

@media (max-width: 767px) {
    .section-checkout .checkout-content .payment-confirm label {
        margin: 0 0 10px;
        font-size: 13px;
    }
}

.section-checkout .checkout-content .payment-confirm label:nth-last-child(1) {
    margin: 0;
}

.section-checkout .checkout-content .payment-confirm+.buttons {
    margin: 60px 0 0;
}

@media (max-width: 767px) {
    .section-checkout .checkout-content .payment-confirm+.buttons {
        margin: 15px 0 0;
    }
}

.section-checkout .checkout-content .confirm-info {
    margin: 0 0 50px;
}

@media (max-width: 767px) {
    .section-checkout .checkout-content .confirm-info {
        margin: 0 0 25px;
    }
}

.section-checkout .checkout-content .confirm-info p {
    font-size: 16px;
    color: #1c1c1e;
    margin: 0 0 20px;
}

@media (max-width: 767px) {
    .section-checkout .checkout-content .confirm-info p {
        font-size: 13px;
        margin: 0 0 10px;
    }
}

.section-checkout .checkout-content .confirm-info p:nth-last-child(1) {
    margin: 0;
}

.section-checkout .checkout-content .confirm-content table {
    width: 100%;
    border: 1px solid #e6e6ec;
}

.section-checkout .checkout-content .confirm-content table tr td {
    font-size: 14px;
    color: #1c1c1e;
    padding: 15px 20px;
    border-bottom: 1px solid #e6e6ec;
    background: #fff;
}

@media (max-width: 767px) {
    .section-checkout .checkout-content .confirm-content table tr td {
        font-size: 11px;
        padding: 15px;
    }
}

.section-checkout .checkout-content .confirm-content table tr td p {
    text-transform: uppercase;
}

.section-checkout .checkout-content .confirm-content table tr td p span {
    text-transform: initial;
}

.section-checkout .checkout-content .confirm-content table tr:nth-last-child(1) td {
    border-bottom: none;
}

.summary {
    padding: 25px;
    border: 1px solid #e6e6ec;
    background: #fff;
}

@media (min-width: 991px) {
    .buttons.mobile {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .summary {
        margin: 35px 0 0;
    }
    .section-checkout .checkout-content .confirm-content .buttons {
        display: none;
    }
    .buttons.mobile {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .fade {
        opacity: 1;
    }
    .section-checkout .checkout-content .payment-method {
        /*zoom: 1.6;*/
    }
}

@media (min-width: 767px) {
    .r-tabs-anchor {
        display: none;
    }
}


.summary .title {
    text-align: center;
    font-size: 16px;
    color: #1c1c1e;
    margin: 0 0 30px;
}


@media (min-width: 767px) {
    .summary .title {
        font-size: 19px; 
    }

}

.summary table {
    width: 100%;
}

.summary table tr td {
    vertical-align: top;
    padding-right: 16px;
    padding-bottom: 25px;
}

.summary table tr td:nth-last-child(1) {
    padding: 0;
}

.summary table tr td img {
    min-width: 66px;
    height: 80px;
}

@media (max-width: 767px) {
    .summary table tr td img {
        min-width: 40px;
        height: 60px;
    }
}

.summary table tr td a {
    font-size: 13px;
    color: #1c1c1e;
    display: table;
    margin: 0 0 10px;
}

.summary table tr td p {
    font-size: 13px;
    color: #1c1c1e;
}

.summary table tr td.price {
    font-size: 14px;
    color: #1c1c1e;
    padding-top: 5px;
}

.summary ul li {
    position: relative;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px;
}

@media (max-width: 767px) {
    .summary ul li {
        margin: 0 0 15px;
    }
}

.summary ul li:after {
    content: "..................................................................................................................................................................................................................................................................................................................................................";
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    color: #c5c7ca;
}

@media (max-width: 767px) {
    .summary ul li:after {
        font-size: 13px;
    }
}

.summary ul li p {
    position: relative;
    z-index: 2;
    background: #fff;
    font-size: 16px;
    color: #1c1c1e;
}

.summary ul li p:nth-child(1) {
    padding-right: 5px;
}

.summary ul li p:nth-last-child(1) {
    padding-left: 5px;
}

@media (max-width: 767px) {
    .summary ul li p {
        font-size: 19px;
    }
}

.summary .discount .form-group-wrapper {
    margin: 0 0 15px;
}

.summary .discount .form-group {
    position: relative;
    margin: 0;
}

.summary .discount .form-group .form-control {
    width: 100%;
    text-align: left;
    padding-right: 110px;
}

.summary .discount .form-group .btn {
    min-width: 90px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}

.summary .discount .form-group .btn span {
    color: #fff;
    font-size: 14px;
}

.total {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0;
    border-top: 1px solid #f4f5f7;
    padding-top: 30px;
}

@media (max-width: 767px) {
    .total {
        padding-top: 15px;
        margin: 15px 0 0;
    }
}

.total p {
    font-size: 16px;
    color: #1c1c1e;
}

@media (max-width: 767px) {
    .total p {
        font-size: 13px;
    }
}

.total span {
    font-size: 30px;
    color: #1c1c1e;
}

@media (max-width: 767px) {
    .total span {
        font-size: 20px;
    }
}

.section-error {
    padding: 70px 0;
}

@media (max-width: 991px) {
    .section-error {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .section-error {
        padding: 25px 0;
    }
}

.section-error .error-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url("../img/error-bg.jpg") center no-repeat;
    background-size: cover;
    padding: 45px;
    min-height: 100vh;
}

@media (max-width: 991px) {
    .section-error .error-content {
        min-height: auto;
    }
}

.section-error .error-content .title {
    text-align: center;
    font-size: 250px;
    color: #ffffff;
}

@media (max-width: 991px) {
    .section-error .error-content .title {
        font-size: 140px;
        line-height: 140px;
        margin: 0 0 35px;
    }
}

@media (max-width: 767px) {
    .section-error .error-content .title {
        font-size: 80px;
        line-height: 80px;
    }
}

.section-error .error-content .error-headings {
    text-align: center;
    margin: 0 0 40px;
}

.section-error .error-content .error-headings p {
    font-size: 30px;
    color: #fff;
    margin: 0 0 20px;
    padding: 0 0 20px;
    position: relative;
}

@media (max-width: 767px) {
    .section-error .error-content .error-headings p {
        font-size: 20px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .section-error .error-content .error-headings p br {
        display: none;
    }
}

.section-error .error-content .error-headings p:After {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background: #ed1f24;
}

.section-error .error-content .error-headings span {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 25px;
}

@media (max-width: 767px) {
    .section-error .error-content .error-headings span {
        font-size: 13px;
        line-height: 19px;
    }
    .section-error .error-content .error-headings span br {
        display: none;
    }
}

.section-basket {
    padding: 40px 0 0;
}

@media (max-width: 991px) {
    .section-basket {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .section-basket .container {
        padding: 0;
    }
}

.section-basket .left-info-divider {
    top: auto;
    bottom: 260px;
}

.section-basket .right-info-divider {
    top: 376px;
    bottom: auto;
}

.section-basket .breadcrumbs {
    margin: 0 0 40px;
}

@media (max-width: 991px) {
    .section-basket .breadcrumbs {
        margin: 0;
    }
}

.section-basket .basket-headings {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 70px;
}

@media (max-width: 991px) {
    .section-basket .basket-headings {
        margin: 0 0 30px;
    }
}

.section-basket .basket-headings h3 {
    margin: 0;
    position: relative;
    padding: 0 0 30px;
}

@media (max-width: 767px) {
    .section-basket .basket-headings h3 {
        padding: 0 0 15px;
        margin: 0 0 15px;
    }
}

.section-basket .basket-headings h3:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 50px;
    height: 1px;
    background: #ed1f24;
}

.section-basket .basket-headings .clear {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
    color: #7b7c7f;
}

.section-basket .basket-headings .clear i {
    margin: 0 15px 0 0;
    font-size: 24px;
}

.section-basket .basket-headings .clear:hover {
    color: #ed1f24;
}

.section-basket .summary {
    margin: 72px 0 0;
}

.section-basket .summary .total {
    padding-top: 15px;
}

.section-basket .summary ul li {
    margin: 0 0 25px;
}

.section-basket .buttons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 40px 0 0;
}

@media (max-width: 767px) {
    .section-basket .buttons {
        margin: 20px 0 0;
        flex-direction: column;
    }
}

.section-basket .buttons .btn {
    margin: 0 20px 0 0;
}

@media (max-width: 767px) {
    .section-basket .buttons .btn {
        margin: 5px 0;
    }
}

.section-basket .buttons .btn:nth-last-child(1) {
    margin: 0;
}

.basket-table {
    width: 100%;
}

.basket-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 20px;
}

@media (max-width: 767px) {
    .basket-table table {
        border-spacing: 0 5px;
    }
    .basket-table {
        /*zoom: 1.3;*/
    }
}

.basket-table table thead tr th {
    padding: 5px 0;
    font-size: 16px;
    color: #1c1c1e;
    text-align: center;
}

.basket-table table thead tr th:nth-child(1) {
    text-align: left;
}

.basket-table table tbody tr td,
.basket-table table tbody tr th {
    font-size: 16px;
    color: #7b7c7f;
    vertical-align: middle;
    text-align: center;
    padding: 0 20px;
    border-top: 1px solid #e6e6ec;
    border-bottom: 1px solid #e6e6ec;
}

@media (max-width: 767px) {
    .basket-table table tbody tr td,
    .basket-table table tbody tr th {
        border: none !important;
        border-bottom: 1px solid #e6e6ec !important;
        padding: 10px 0 !important;
    }

    .basket-table table tbody tr td.st-val {
        padding-left: 15px !important;
    }
}

.basket-table table tbody tr td:nth-child(1),
.basket-table table tbody tr th:nth-child(1) {
    text-align: left;
    padding: 0;
    border-left: 1px solid #e6e6ec;
}

@media (max-width: 767px) {
    .basket-table table tbody tr td:nth-child(1),
    .basket-table table tbody tr th:nth-child(1) {
        text-align: left;
    }
}

.basket-table table tbody tr td:nth-last-child(1),
.basket-table table tbody tr th:nth-last-child(1) {
    padding-right: 35px;
    border-right: 1px solid #e6e6ec;
}

@media (max-width: 767px) {
    .basket-table table tbody tr td:nth-last-child(1),
    .basket-table table tbody tr th:nth-last-child(1) {
        text-align: left;
        padding: 0;
    }
}

.basket-table table tbody tr td .product-item,
.basket-table table tbody tr th .product-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    padding: 27px 25px;
}

@media (max-width: 767px) {
    .basket-table table tbody tr td .product-item,
    .basket-table table tbody tr th .product-item {
        flex-wrap: wrap;
        padding: 0;
    }
}

.basket-table table tbody tr td .product-item__img,
.basket-table table tbody tr th .product-item__img {
    margin: 0 20px 0 0;
}

.basket-table table tbody tr td .product-item__img img,
.basket-table table tbody tr th .product-item__img img {
    width: 130px;
    height: 140px;
    object-fit: contain;
    object-position: center;
    display: block;
}

.basket-table table tbody tr td .product-item__info a,
.basket-table table tbody tr th .product-item__info a {
    font-size: 14px;
    display: flex;
    margin: 0 0 15px;
    color: #1c1c1e;
}

@media (max-width: 767px) {
    .basket-table table tbody tr td .product-item__info a,
    .basket-table table tbody tr th .product-item__info a {
        text-align: left;
        font-size: 13px;
    }
}

.basket-table table tbody tr td .product-item__info ul li,
.basket-table table tbody tr th .product-item__info ul li {
    font-size: 14px;
    color: #1c1c1e;
    margin: 0 0 3px;
}

.basket-table table tbody tr td .product-item__info ul li:nth-last-child(1),
.basket-table table tbody tr th .product-item__info ul li:nth-last-child(1) {
    margin: 0;
}

.basket-table table tbody tr td .product-item__info ul li span,
.basket-table table tbody tr th .product-item__info ul li span {
    color: #7b7c7f;
}

@media (max-width: 767px) {
    .basket-table table tbody tr td .product-item__info ul li,
    .basket-table table tbody tr th .product-item__info ul li {
        text-align: left;
        font-size: 13px;
    }
}

.basket-table table tbody tr td .jq-number__field input,
.basket-table table tbody tr th .jq-number__field input {
    min-width: 70px;
    min-height: 55px;
    background: #fff;
}

@media (max-width: 991px) {
    .basket-table table tbody tr td .jq-number__field input,
    .basket-table table tbody tr th .jq-number__field input {
        min-height: 35px;
        min-width: 60px;
    }
}

.basket-table table tbody tr td .jq-number__spin,
.basket-table table tbody tr th .jq-number__spin {
    min-width: 45px;
    min-height: 55px;
    background: #fff;
}

@media (max-width: 991px) {
    .basket-table table tbody tr td .jq-number__spin,
    .basket-table table tbody tr th .jq-number__spin {
        min-width: 35px;
        min-height: 35px;
    }
}

.basket-table table tbody tr td .delete,
.basket-table table tbody tr th .delete {
    font-size: 24px;
}

.basket-table table tbody tr td .delete:hover,
.basket-table table tbody tr th .delete:hover {
    color: #ed1f24;
}

.modal {
    padding: 0;
}

.modal .modal-dialog {
    max-width: 1170px;
}

.modal .modal-dialog .modal-content {
    border: none;
    padding: 75px 90px;
}

@media (max-width: 767px) {
    .modal .modal-dialog .modal-content {
        padding: 25px 30px;
    }
}

.modal .modal-dialog .modal-content h3 {
    position: relative;
    margin: 0 0 45px;
    position: relative;
    padding: 0 0 25px;
    text-align: center;
}

@media (max-width: 767px) {
    .modal .modal-dialog .modal-content h3 {
        font-size: 22px;
        margin: 0 0 15px;
        padding: 0 0 15px;
        line-height: 25px;
    }
}

.modal .modal-dialog .modal-content h3:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 50px;
    height: 1px;
    background: #ed1f24;
}

.modal .modal-dialog .modal-content .close {
    position: absolute;
    right: 33px;
    top: 37px;
}

@media (max-width: 767px) {
    .modal .modal-dialog .modal-content .close {
        top: 10px;
        right: 10px;
    }
}

.modal .modal-dialog .modal-content .buttons {
    margin: 50px 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .modal .modal-dialog .modal-content .buttons {
        margin: 15px 0 0;
    }
    .modal .modal-dialog .modal-content .buttons .btn {
        min-width: 100%;
        margin: 5px 0;
    }
}

.modal .modal-dialog .modal-content .total {
    margin-top: 20px;
    padding: 0 0 25px;
    border-top: none;
    border-bottom: 1px solid #f4f5f7;
}

@media (max-width: 767px) {
    .modal .modal-dialog .modal-content .total {
        padding: 0 0 15px;
    }
}


/** END CONTENT **/


/** START FOOTER **/

footer .footer-top {
    padding: 90px 0;
    background: #f7f8fa;
}

@media (max-width: 767px) {
    footer .footer-top {
        padding: 35px 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        /*zoom: 1.3;*/
        text-align: center;
    }
}

footer .footer-top .logo {
    display: inline-flex;
    margin: 0 0 25px;
}

@media (max-width: 767px) {
    footer .footer-top .logo {
        margin: 0 auto 10px;
        display: table;
    }
}

footer .footer-top .copy {
    font-size: 14px;
    color: #7b7c7f;
    line-height: 21px;
    margin: 0 0 65px;
}

@media (max-width: 767px) {
    footer .footer-top .copy {
        text-align: center;
        width: 100%;
        font-size: 13px;
        margin: 0 0 20px;
    }
}

@media (max-width: 767px) {
    footer .footer-top .socials {
        display: none;
    }
    footer .footer-top .socials.mobile {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 10px 0 0;
    }
}

@media (min-width: 767.02px) {
    footer .footer-top .socials.mobile {
        display: none;
    }
}

footer .footer-top .socials {
    margin: 35px 0 0;
}

footer .footer-top .socials .title {
    font-size: 14px;
    color: #1c1c1d;
    letter-spacing: 2px;
    margin: 0 0 25px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    footer .footer-top .socials .title {
        margin: 0 0 15px;
    }
}

footer .footer-top .socials ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    footer .footer-top .socials ul {
        margin: 0 -4px;
    }
}

footer .footer-top .socials ul li {
    margin: 0 15px 0 0;
}

footer .footer-top .socials ul li:nth-last-child(1) {
    margin: 0;
}

@media (max-width: 991px) {
    footer .footer-top .socials ul li {
        margin: 0 15px 15px 0;
    }
    footer .footer-top .socials ul li:nth-last-child(1) {
        margin: 0 0 15px;
    }
}

@media (max-width: 767px) {
    footer .footer-top .socials ul li {
        margin: 0 4px;
    }
    footer .footer-top .socials ul li:nth-last-child(1) {
        margin: 0 4px;
    }
}

footer .footer-top .socials ul li a {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #221e20;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1239px) {
    footer .footer-top .socials ul li a {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 767px) {
    footer .footer-top .socials ul li a {
        width: 50px;
        height: 50px;
    }
}

footer .footer-top .socials ul li a i {
    color: #fff;
    font-size: 18px;
}

footer .footer-top .socials ul li a.face:hover {
    background: #3b5998;
}

footer .footer-top .socials ul li a.insta:hover {
    background: #ed4956;
}

footer .footer-top .socials ul li a.tw:hover {
    background: #00acee;
}

footer .footer-top .socials ul li a.linked:hover {
    background: #006599;
}

footer .footer-top .socials ul li a.mail:hover {
    background: #3b5998;
}

footer .footer-top .menu-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .footer-bottom {
    padding: 31px 0;
    background: #1c1c1e;
}

footer .footer-bottom .payment-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    footer .footer-bottom .payment-container {
        justify-content: center;
    }
    footer .footer-top .menu-container {
        margin: 35px 0 0;
        /*zoom: 1.2;*/
    }
}

footer .footer-bottom .payment-container ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    footer .footer-bottom .payment-container ul {
        margin: 0 0 25px;
        justify-content: space-between;
        width: 100%;
    }
}

footer .footer-bottom .payment-container ul li {
    margin: 0 105px 0 0;
}

@media (max-width: 1540px) {
    footer .footer-bottom .payment-container ul li {
        margin: 0 50px 0 0;
    }
}

@media (max-width: 767px) {
    footer .footer-bottom .payment-container ul li {
        margin: 0;
    }
}

footer .footer-bottom .payment-container ul li:nth-last-child(1) {
    margin: 0;
}

@media (max-width: 991px) {
    footer .footer-bottom p {
        width: 100%;
        text-align: center;
        margin: 0 0 10px;
    }
}

@media (max-width: 767px) {
    footer .footer-bottom p {
        font-size: 13px;
        margin: 0 0 30px;
    }
    footer .footer-bottom .design {
        font-size: 13px;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flex;
        display: -o-inline-flex;
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
    }
    footer .footer-bottom .design img {
        margin: 0 8px 0 0;
    }
}

.bottom-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .bottom-menu {
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin: 0 0 25px;
    }
}

.bottom-menu .title {
    font-size: 14px;
    color: #1c1c1d;
    letter-spacing: 2px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .bottom-menu .title {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}

.bottom-menu .title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 25px;
    height: 1px;
    background: #ed1f24;
}

@media (max-width: 767px) {
    .bottom-menu .title:after {
        left: 50%;
        transform: translateX(-50%);
    }
}

.bottom-menu ul li {
    margin: 0 0 30px;
}

@media (max-width: 767px) {
    .bottom-menu ul li {
        margin: 0 0 15px;
    }
}

.bottom-menu ul li:nth-last-child(1) {
    margin: 0;
}

.bottom-menu ul li a {
    font-size: 14px;
    color: #7b7c7f;
}


/** END FOOTER **/


/** OTHER STYLES **/

.hamburger {
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.3s ease;
}

@media (min-width: 991.02px) {
    .hamburger {
        display: none;
    }
}

@media (max-width: 991px) {
    .hamburger {
        display: block;
    }
}

.hamburger .line {
    width: 25px;
    height: 2px;
    background: #1c1c1e;
    display: block;
    margin: 7px 0 7px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger .line:nth-last-child(1) {
    margin-bottom: 0;
    width: 13px;
}

.hamburger .line:nth-child(1) {
    margin-top: 0;
}

.hamburger.is-active .line:nth-child(2) {
    opacity: 0;
}

.hamburger.is-active .line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}

.hamburger.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
    width: 25px;
}

.mob-nav {
    position: fixed;
    width: 100%;
    height: calc(100% - 156px);
    min-height: calc(100vh - 156px);
    overflow: auto;
    left: 0;
    top: 156px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #1074D1;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translateX(-100%);
    background: #fff;
}

@media (max-width: 767px) {
    .mob-nav {
        top: 83px;
        min-height: calc(100vh - 83px);
        height: calc(100% - 83px);
    }
}

.mob-nav.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.mob-nav ul.main-nav {
    margin: 0 0 25px;
    padding: 25px 0 25px;
    border-bottom: 1px solid #ecedf0;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.mob-nav ul.main-nav li {
    margin: 0 0 25px;
    width: 100%;
}

.mob-nav ul.main-nav li:nth-last-child(1) {
    margin: 0;
}

.mob-nav ul.main-nav li a {
    font-size: 12px;
    color: #44444d;
    display: table;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding: 0 10px;
}

.mob-nav ul.main-nav li a:before {
    content: "";
    position: absolute;
    left: 100%;
    width: 5px;
    height: 1px;
    background: #ed1f24;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s ease;
    visibility: hidden;
}

.mob-nav ul.main-nav li a:after {
    content: "";
    position: absolute;
    right: 100%;
    width: 5px;
    height: 1px;
    background: #ed1f24;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mob-nav ul.main-nav li a:hover {
    color: #ed1f24;
}

.mob-nav ul.main-nav li a:hover:before,
.mob-nav ul.main-nav li a:hover:after {
    opacity: 1;
    visibility: visible;
}

.mob-nav ul.add-nav {
    margin: 0 0 25px;
    padding: 0 0 25px;
    border-bottom: 1px solid #ecedf0;
    /*zoom: 1.1;*/
}

.mob-nav ul.add-nav li {
    width: 100%;
    margin: 0 0 25px;
}

.mob-nav ul.add-nav li a {
    display: table;
    margin: 0 auto;
    font-size: 13px;
    color: #44444d;
}

.mob-nav .mob-nav-footer {
    margin: 0 0 25px;
    /*zoom: 1.2;*/
}

.mob-nav .mob-nav-footer p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #44444d;
    font-size: 13px;
}

.mob-nav .mob-nav-footer p a {
    display: inline-block;
    margin: 0 0 0 8px;
}

.mob-nav .mob-nav-footer p a:hover {
    opacity: 0.7;
}

.mob-nav .account {
    font-size: 12px;
    color: #44444d;
    text-transform: uppercase;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 0 0 15px;
}

.mob-nav .account span {
    font-size: 30px;
    color: #ed1f24;
    margin: 0 10px 12px 0;
    position: relative;
    display: inline-flex;
}

@media (max-width: 991px) {
    .mob-nav .account span {
        margin: 0 15px 0 0;
    }
}

@media (max-width: 767px) {
    .mob-nav .account span {
        font-size: 25px;
    }
}

.mob-nav .account span i {
    height: 28px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.mob-nav .socials {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-bottom: 25px;
}

.mob-nav .socials li {
    margin: 0 30px 0 0;
}

.mob-nav .socials li:nth-last-child(1) {
    margin: 0;
}

.mob-nav .socials li a {
    font-size: 18px;
    color: #44444d;
}

.mob-nav .socials li a:hover {
    opacity: 0.7;
}

.menu-opened {
    overflow: hidden;
}

.scroll-down {
    position: absolute;
    width: 100px;
    height: 100px;
    border: 1px solid #e6e6ec;
    background: rgba(255, 255, 255, .2);
    left: 50%;
    transform: translateX(-50%);
    bottom: 70px;
    z-index: 88;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
}

.scroll-down:hover {
    background: transparent;
    color: #fff;

}

.product {
    border-bottom: 1px solid #e8eaf0;
    padding-bottom: 20px;
}

.product .product-img .image-hover {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.product .product-img img {
    transition: all 0.3s ease;
    width: 100%;
}

.product .product-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.product:hover .product-img img {
    opacity: 0;
}

.product:hover .product-img img.image-hover {
    opacity: 1;
    visibility: visible;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    background: #fff;
    transition: all 0.3s ease;
}

.sticky+.content {
    padding: 276px 0 0;
}

@media (max-width: 991px) {
    .sticky+.content {
        padding: 156px 0 0;
    }
}

@media (max-width: 768px) {
    .sticky+.content {
        padding: 83px 0 0;
    }
}

.sticky .top-nav {
    display: none;
}

@media (max-width: 1239px) {
    .scroll-down {
        left: 60%;
    }
}

@media (max-width: 991px) {
    .section-main .scroll-down {
        left: 50%;
        width: 45px;
        height: 45px;
        bottom: 120px;
    }
    .scroll-down {
        left: 50%;
        width: 45px;
        height: 45px;
        bottom: 5px;
    }
}

@media (max-width: 767px) {
    .scroll-down {
        bottom: 120px;
        display: none;
    }
}

.marker-content {
    /*zoom: 1.4;*/
    padding: 5px;
    max-width: 200px;
}

.marker-content p {
    font-size: 16px;
    text-align: center;
    color: #1c1c1e;
    margin: 0 0 10px;
    font-family: "PlayfairBold";
    letter-spacing: 1.5px;
}

.marker-content span {
    text-align: center;
    font-size: 13px;
    display: block;
}

.g-recaptcha > div,
.g-recaptcha > div iframe {
    width: 335px !important;
    height: 83px !important;
}

@media screen and (max-width: 767px) {
	.g-recaptcha > div,
	.g-recaptcha > div iframe {
	    width: 100% !important;
	    height: 130px !important;
	}
}


.section-calculate .form-group-wrapper .form-group .form-control {
	border: 3.5px solid #555454;
}

/** OTHER STYLES **/

/** 28.05 **/


.cabinet-content .cabinet-headings {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 35px;
}

.cabinet-content .cabinet-headings p {
    font-size: 20px;
    color: #7b7c7f;
}

.cabinet-content .cabinet-headings p span {
    color: #1c1c1e;
}

.cabinet-content .cabinet-headings .login {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-end;
}

.cabinet-content .cabinet-headings .login p {
    font-size: 18px;
    color: #7b7c7f;
    margin: 0 15px 0 0;
    border-right: 1px solid #7b7c7f;
    padding-right: 15px;
}

.cabinet-content .cabinet-headings .login a {
    font-family: "PlayfairBold";
    letter-spacing: 1.5px;
    color: #1c1c1e;
    font-size: 18px;
}

.cabinet-content .form-control,
.cabinet-content select {
    width: 100%;
    font-size: 18px !important;
}

.cabinet-content .form-group-wrapper .form-group .form-control {
    width: 100%;
}

.cabinet-content .form-group-wrapper .form-group .select2 {
    width: 100% !important;
    min-width: 100%;
}

@media (max-width: 767px) {
    .cabinet-content .form-group-wrapper .form-group .select2 {
        height: 55px;
    }
    .cabinet-content .history table tbody tr th {
        text-align: center !important;
    }
    .cabinet-content .cabinet-headings .login {
        width: 100%;
        margin: 15px 0 0;
        justify-content: flex-start;
    }
    .cabinet-content .link,
    .cabinet-content .check {
        /*zoom: 1.3;*/
        margin: 0 0 10px;
    }
}

.cabinet-content .form-group-wrapper .form-group .select2-selection {
    min-width: 100%;
}

.cabinet-content .form-group-wrapper .form-group .select2-selection__rendered {
    width: 100%;
    min-width: 100%;
    font-size: 18px !important;
}

.cabinet-content .history {
    width: 100%;
    margin: 115px 0 0;
}

.cabinet-content .history table {
    width: 100%;
}

.cabinet-content .history table thead tr th {
    padding: 15px 0;
    text-align: center;
}

.cabinet-content .history table tbody tr td {
    padding: 15px;
}

/** 28.05 **/

/** 11.06 **/

.sizes-elem {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.sizes-elem .check {
    width: 100%;
    margin: 0 0 7px;
    font-size: 18px;
    text-align: center;
}

.sizes-modal {
    z-index: 999999;
}

.sizes-modal .modal-dialog {
    max-width: 400px;
}

.sizes-modal .modal-dialog .modal-content {
    padding: 35px 45px;
}


.total-order {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin: 27px 0 0;
}

.total-order .more {
    color: #ed1f24;
}

.total-order .more:before,
.total-order .more:after {
    background: #ed1f24;
}

@media screen and (max-width: 767px) {
    .total-order {
        justify-content: center;
    }
}

.modal {
    z-index: 9999999;
}

/** 11.06 **/

/** 30.06 **/

.checkout-content .select2-container {
    top: 100% !important;
}

/** 30.06 **/

/** 08.07 **/

.cookie-popup-wrapper {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    padding: 40px 0;
    overflow: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.cookie-popup-wrapper.show-cookies {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.cookie-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: -30px -15px;
    -webkit-box-align: safe center;
    -webkit-align-items: safe center;
    -moz-box-align: safe center;
    -ms-flex-align: safe center;
    align-items: safe center
}

.cookie-content .cookie-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    position: relative;
    font-size: 87.5%;
    font-size: 1.175rem;
    line-height: 1.14286;
    margin: 15px 15px
}

.cookie-content .cookie-text a {
    color: #002664;
    text-decoration: underline
}

.cookie-content .button-wrapper {
    margin: 15px 15px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cookie-content .btn {
  min-width: 240px;
}

@media (max-width:992px) {
  .cookie-content .cookie-text br {
    display: none;
  }
}

@media (max-width:599px) {
    .cookie-content {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .cookie-content .button-wrapper .btn {
        margin-left: auto;
        margin-right: auto
    }
}

.desktop .cookie-text a:hover {
    text-decoration: none
}

.feedback-modal .modal-dialog {
	max-width: 900px;
}

.feedback-modal .modal-dialog .modal-content {
	padding: 25px;
}

.feedback-modal .modal-dialog .modal-body {
	background: #fff;
}

.feedback-modal .modal-dialog .modal-content .modal-title {
    font-size: 20px;
    color: #1c1c1e;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    display: inline-flex;
    text-align: center;
    font-family: "PlayfairBold";
    letter-spacing: 1.5px;
}

.feedback-modal .modal-dialog .modal-content .form-control {
	width: 100%;
}

.feedback-modal .modal-dialog .modal-content .input-label {
	margin: 0 0 10px;
}

.feedback-modal .modal-dialog .modal-content .quantity {
	max-width: 120px;
	position: relative;
}

.feedback-modal .modal-dialog .modal-content .quantity .quantity-nav {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 30px;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #eee;
    right:0;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%;
    right: 0;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 30px;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-family: "Trebuchet MS",Helvetica,sans-serif!important;
    line-height: 1.7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    height: 50%;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.calc-content .quantity .quantity-nav {
    display: none;
}

.slogan .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 93.75%;
    font-size: 0.9375rem;
    line-height: 1.46667;
    letter-spacing: 3px;
    color: #ffffff;
    text-align: center;
    padding: 4px 0;
}

.slogan {
        background-color: #000000;
}

@media screen and (max-width: 767px) {
    .from-to input {
        width: 100%;
    }
}

.cookies {
  background: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  box-shadow: 0 0 18px rgba(0,0,0,.2);
  padding: 25px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
  overflow: hidden;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  box-sizing: border-box
}

.cookies.show-cookies {
  -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cookies .cookie-left {
  width: calc(100% - 320px);
  padding: 0 60px 0 0;
}

.cookies .cookie-left .title {
  font-size: 24px;
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  text-transform: capitalize;
  letter-spacing: 0;
  margin: 0 0 15px;
}

.cookies .buttons {
  max-width: 320px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin: 0;
}

.cookies .buttons a {
  min-height: 50px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  min-width: 100%;
  margin: 5px 0;
  text-align: center;
  justify-content: center;
}

.cookies .cookie-left span {
  font-size: 16px;
  line-height: 25px;
  color: #000;
}


.cookies .settings {
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
}

.cookies .settings:hover {
  text-decoration: none;
}

.cookie-modal .modal-head {
  height: 50px;
  padding: 10px 30px 10px;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
}

.cookie-modal .modal-body {
  padding: 20px 30px;
  border-bottom: 1px solid #e9e9e9;
  max-height: 300px;
  overflow-y: auto;
}

.cookie-modal .modal-body .title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}

.cookie-modal .modal-body .description {
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 20px;
}

.cookie-modal .modal-footer {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}

.cookie-modal .btn-red,
.cookie-modal .btn-white {
  min-height: 45px;
  min-width: 120px;
  padding: 0 10px !important;
  display: inline-flex;
  align-items: center;
  min-width: 100%;
  margin: 5px 0;
  justify-content: center;
}

.cookie-modal .modal-body .js-allow {
  margin: 0 auto 20px;
  display: table;
  min-height: 50px;
  line-height: 50px;
  text-align: center;
}

.cookie-modal .modal-body .collapse-title {
  border-bottom: 1px solid #333;
  min-height: 50px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-weight: bold;
}

.cookie-modal .modal-body .collapse-title span {
  color: #ed1f24;
}

.cookie-modal .plus-minus {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
}

.cookie-modal .plus-minus span:nth-child(1) {
  height: 10px;
  width: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #000;
  transform: translate(-50%, -50%);
}

.cookie-modal .left-side {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.cookie-modal .plus-minus span:nth-child(2) {
  width: 10px;
  height: 2px;
  position: absolute;
  left: 50%;
  background: #000;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cookie-modal .collapse-title .plus-minus span:nth-child(1) {
  background: transparent;
}

.cookie-modal .left-side.collapsed .plus-minus span:nth-child(1) {
  background: #000;
}

.cookie-modal .left-side {
  width: calc(100% - 120px);
}

.cookie-modal .left-side.collapsed {
  border-bottom: 1px solid transparent;
}

.cookie-modal .manage-item {
  border: 1px solid #d8d8d8;
}

.cookie-modal .manage-item .collapsing p,
.cookie-modal .manage-item .collapse p {
  padding: 10px 20px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.cookie-modal .modal-title {
  padding-top: 25px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
}

input:checked + .slider {
  background-color: #ed1f24;
}

input:focus + .slider {
  box-shadow: 0 0 1px #194586;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#checkout-form .form-group:after {
  content: none;
}

.cookie-modal .modal-dialog {
    max-width: 600px;
}

.cookie-modal .modal-content {
    padding: 25px !important;
}

.cookie-modal .modal-footer .btn {
  min-height: 50px;
  min-width: 250px;
  text-align: center;
  line-height: 50px;
  width: auto;
  display: table;
  margin: 5px 0;
}

.form-group-wrapper .form-group span {
    width: 100%;
}

.select-inner {
    position: relative;
    width: 100%;
    display: flex;
}

@media screen and (max-width: 991px) {
  .cookies {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
  }
  .cookies .cookie-left {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
  }
  .cookies .cookie-left .title {
    font-size: 18px;
  }
  .cookies .cookie-left span {
    font-size: 14px;
  }
  .cookies .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cookies .settings {
    font-size: 16px;
    margin: 0 0 10px;
  }
}


@media (max-width: 767px) {
  .cookie-modal .modal-body .title {
    font-size: 16px;
  }
  .cookie-modal .modal-body .description {
    font-size: 14px;
  }
  .cookie-modal .btn-black {
    margin: 5px 0;
    min-width: 100%;
  }
  .cookie-modal .modal-body {
    padding: 10px 5px;
  }
  .cookie-modal .left-side,
  .cookie-modal .left-side.collapsed {
    font-size: 12px;
    text-align: left;
  }
  .cookie-modal .modal-body .collapse-title span {
    font-size: 10px;
  }
  .cookie-modal .modal-footer {
    display: flex;
    flex-wrap: wrap;
  }
}  

/** 08.07 **/

/*# sourceMappingURL=app.css.map */