@media (max-width: 576px) {}

@media (max-width: 768px) {}

@media (max-width: 992px) {}

@media (max-width: 1200px) {}

@media (max-width: 1400px) {}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  background-color: #323437; 
}

body {
    font-family: 'Montserrat';
    background-color: #fff;
    color: #282828;
    padding-top: 175px;
    font-size: 16px;
    line-height: 1.6em;
    text-align: justify;
}

section {
    background-color: #fff;
}

@media (max-width: 1200px) {
    body {
        padding-top: 128px;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 108px;
    }
}

@media (max-width: 576px) {
    body {
        padding-top: 51px;
        font-size: 14px;
    }
}

body.no-scroll {
    overflow: hidden;
}

body.product-single-page {
    background-color: #e3e3e3;
}

body.checkout-page {
    background-color: #e9e9e9;
    padding-top: 0;
}

select {
    -webkit-appearance: none; 
    color: black;
    -webkit-text-fill-color: black;
}

img {
    max-width: 100%;
    max-height: 100%;
}

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

section {
    position: relative;
}

h1 {
    font-size: 40px;
    line-height: 42px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
}

@media (max-width: 992px) {
    h1 {
        font-size: 32px;
        line-height: 34px;
    }
}

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

@media (max-width: 576px) {
    h1 {
        font-size: 24px;
        line-height: 26px;
    }
}

h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
}

@media (max-width: 992px) {
    h2 {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (max-width: 576px) {
    h2 {
        font-size: 22px;
        line-height: 24px;
        font-weight: 600;
    }
}

h3 {
    font-size: 24px;
    font-weight: 400;
}

@media (max-width: 992px) {
    h3 {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    h3 {
        font-size: 18px;
    }
    h3.mobile-hidden {
      display: none;
    }
}

h4 {
    font-size: 18px;
    font-weight: 400;
}

@media (max-width: 576px) {
    h4 {
        font-size: 16px;
    }
}

.title {
    text-align: center;
    margin-bottom: 48px;
}

@media (max-width: 992px) {
    .title {
        margin-bottom: 24px;
    }
}

.title h1 {
  text-align: center;
}

.container {
    max-width: calc(100% - 40px);
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

@media (min-width: 576px) {
    .container {
        width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1440px;
    }
}

.gray-bg {
    background-color: #e5e5e5;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: 0.3s;
    border-bottom: 1px solid black;
    background-color: white;
}

.header-top {
    background-color: #323437;
    color: #fff;
}

.header-top__content {
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: 0.3s;
    overflow: hidden;
    font-weight: 300;
}

@media (max-width: 1200px) {
    .header-top__content {
        height: 48px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .header-top__content {
        height: 32px;
        font-size: 10px;
    }
}

.scrolling .header-top__content {
    height: 0;
}

.scrolling .header {
    /*background-color: #fff;*/
}

.header__content {
    height: 126px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s;
}

@media (max-width: 1200px) {
    .header__content {
        height: 80px;
    }
}

.scrolling .header__content {
    height: 80px;
}

@media (max-width: 768px) {
    .header__content {
        height: 60px;
    }

    .scrolling .header__content {
        height: 60px;
    }
}

@media (max-width: 576px) {
    .header__content {
        height: 50px;
    }

    .scrolling .header__content {
        height: 50px;
    }
}

.scrolling .header {
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.2);
}

.header__left,
.header__right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    max-width: 155px;
}
.scrolling .header .logo {
    max-width: 95px;
}

@media (max-width: 576px) {
    .logo {
        max-width: 55px;
    }
    .scrolling .header .logo {
        max-width: 55px;
    }
}

.header__hamburger-icon {
    cursor: pointer;
    height: 36px;
    width: 36px;
    margin-right: 44px;
    background-image: url('../dsg/icons/menu-01.svg');
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}
@media (max-width: 992px) {
  .header__hamburger-icon {
    display: block;
  }
}

@media (max-width: 576px) {
    .header__hamburger-icon {
        margin-right: 12px;
    }
}

.header__present-icon {
    cursor: pointer;
    height: 30px;
    width: 30px;
    margin-right: 40px;
    background-image: url('../dsg/icons/darilo-01.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media (max-width: 576px) {
    .header__present-icon {
        height: 24px;
        width: 24px;
        display: none;
    }
}

.header__search-icon {
    cursor: pointer;
    height: 30px;
    width: 30px;
    background-image: url('../dsg/icons/search-01.svg');
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 576px) {
    .header__search-icon {
        height: 24px;
        width: 24px;
        display: none;
    }
}

.header__cart-icon {
    cursor: pointer;
    height: 30px;
    width: 30px;
    position: relative;
    background-image: url('../dsg/icons/bag-01.svg');
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 576px) {
    .header__cart-icon {
        height: 24px;
        width: 24px;
    }
}

.header__cart-icon__num {
    background-color: #323437;
    color: white;
    position: absolute;
    top: -12px;
    right: -12px;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 10px;
}

@media (max-width: 576px) {
    .header__cart-icon__num {
        top: -4px;
        right: -4px;
        height: 16px;
        width: 16px;
        font-size: 8px;
    }
}

.header__user-icon {
    cursor: pointer;
    height: 30px;
    width: 30px;
    margin-right: 44px;
    background-image: url('../dsg/icons/user-01.svg');
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 576px) {
    .header__user-icon {
        margin-right: 12px;
        height: 24px;
        width: 24px;
    }
}

.footer {
    background-color: #323437;
    color: #fff;
    text-align: left;
}

.footer-bottom {
    background-color: #323437;
    color: white;
}

.footer-content {
    padding: 100px 0;
    display: flex;
}

@media (max-width: 992px) {
    .footer-content {
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .footer-content {
        padding: 40px 0 60px;
    }
}

.footer-bottom__content {
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1200px) {
    .footer-bottom__content {
        height: 80px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .footer-bottom__content {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .footer-bottom__content {
        height: auto;
        padding: 20px 0;
        display: block;
    }
}

.footer-bottom__content span {
    display: inline-block;
    margin: 0 12px;
}

.footer-bottom__content a {
    transition: 0.3s ease;
}

.footer-bottom__content a:hover {
    color: black;
}

.footer h3 {
    font-size: 24px;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .footer h3 {
        font-size: 18px;
        margin-bottom: 40px;
    }
}

.footer h4 {
    font-size: 20px;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .footer h4 {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.footer-info__block+.footer-info__block {
    margin-top: 36px;
}

@media (max-width: 576px) {
    .footer-info__block+.footer-info__block {
        margin-top: 20px;
    }
}

.footer-column {
    margin-right: 92px;
    font-size: 15px;
    line-height: 1.7em;
}

@media (max-width: 1200px) {
    .footer-column {
        margin-right: 60px;
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .footer-column {
        margin-right: 0;
        width: 50%;
    }
}

@media (max-width: 768px) {
    .footer-column {
        font-size: 12px;
        width: 40%;
    }
}

@media (max-width: 576px) {
    .footer-column {
        width: 100%;
        margin-bottom: 40px;
    }
}

.footer-column--newsletter {
    /*text-align: center;*/
}

@media (max-width: 992px) {
    .footer-column--newsletter {
        margin-top: 80px;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .footer-column--newsletter {
        margin-top: 0;
    }
}

.footer-column:last-of-type {
    margin-right: 0;
}

@media (max-width: 576px) {
    .footer-column:last-of-type {
        margin-bottom: 0;
    }
}

.footer-column a {
    border-bottom: 2px solid transparent;
    transition: 0.3s ease;
}

.footer-column a:hover {
    border-color: black;
}

.footer-column ul {
    list-style: none;
}

.footer-info__item {
    display: flex;
    align-items: flex-start;
}

.footer-info__item-img {
    width: 20px;
    margin-right: 12px;
    padding-top: 4px;
}

@media (max-width: 576px) {
    .footer-info__item-img {
        padding-top: 0;
    }
}

.footer-column--newsletter {
    margin-left: auto;
}

.newsletter-form {
    max-width: 500px;
    text-align: center;
}

.footer-column--newsletter .newsletter-form h3 {
    margin-bottom: 12px;
}

@media (max-width: 992px) {
    .footer-column--newsletter .newsletter-form {
        margin: 0 auto;
    }
}

.newsletter-form__text {
    margin-bottom: 24px;
}

.newsletter-form__input {
    background-color: #fff;
    color: black;
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 14px;
    padding: 0 20px;
}
@media (max-width: 768px) {
    .newsletter-form__input {
        font-size: 12px;
        padding: 0 20px 0 10px;
    }
}

.newsletter-form__button {
    background-color: #323437;
    color: #fff;
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 20px;
    cursor: pointer;
    font-size: 14px;
}
@media (max-width: 768px) {
    .newsletter-form__button {
        font-size: 10px;
    }
}

.newsletter-form__checkbox {
    margin-top: 12px;
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    font-style: italic;
}

.newsletter-form__checkbox .checkbox {
    height: 26px;
    width: 26px;
    position: relative;
    background-color: #fff;
    border: 1px solid #828282;
    margin-left: 8px;
    flex-shrink: 0;
}

.newsletter-form__checkbox-text {
    padding-top: 3px;
}

.newsletter-form__checkbox .checkbox input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.newsletter-form__checkbox .checkbox input:checked~.checkmark {
    background-image: url('../dsg/icons/check-01.svg');
}

.newsletter-form__checkbox .checkbox .checkmark {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
}

.footer__soc-med {
    margin-top: 0px;
}

@media (max-width: 576px) {
    .footer__soc-med {
        margin-top: 40px;
    }
}

.footer__soc-med .soc-med-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__soc-med .soc-med-icons a {
    margin: 0 12px;
    height: 50px;
    width: 50px;
    transition: 0.3s;
}

.footer__soc-med .soc-med-icons a:hover {
    transform: translateY(-6px);
    border-color: transparent;
}

.footer__soc-med .payment-icons {
   display: flex;
   flex-wrap: wrap;
}
.footer__soc-med .payment-icons .payment-icon {
    margin-left: 10px;
    background-color: white;
    border-radius: 6px;
    padding: 7px 7px 0px;
}
.footer__soc-med .payment-icons .payment-icon img {
  height: 20px;
  margin: 0px;
}

.instagram-gallery {
    padding: 100px 0;
}

@media (max-width: 576px) {
    .instagram-gallery {
        padding: 80px 0;
    }
}

.instagram-gallery__content {
    display: flex;
    flex-wrap: wrap;
}

.instagram-gallery__image {
    position: relative;
    overflow: hidden;
    width: 33.33%;
    background-color: #323437;
}

@media (max-width: 576px) {
    .instagram-gallery__image {
        width: 50%;
    }
}

.instagram-gallery__image:before {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
}

.instagram-gallery__image img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease, transform 1s ease;
}

.instagram-gallery__image:hover img {
    opacity: 0.33;
    transform: scale(1.05);
}

.newsletter {
    padding: 92px 0 72px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .newsletter {
        padding: 80px 0;
        display: flex;
        flex-direction: column;
    }
}

.newsletter .newsletter-form {
    max-width: 700px;
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 120px;
}

@media (max-width: 1200px) {
    .newsletter .newsletter-form {
        margin-left: 80px;
    }
}

@media (max-width: 992px) {
    .newsletter .newsletter-form {
        margin: 0 auto;
        margin-top: 40px;
        max-width: calc(100% - 120px);
    }
}

@media (max-width: 576px) {
    .newsletter .newsletter-form {
        max-width: 100%;
    }
}

.newsletter .newsletter-form__checkbox {
    width: 100%;
}

.newsletter .newsletter-form__input {
    width: auto;
    font-size: 18px;
    border: none;
    flex-grow: 1;
    text-align: left;
    color: black;
    font-family: 'Montserrat';
    font-weight: 300;
}

@media (max-width: 1200px) {
    .newsletter .newsletter-form__input {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .newsletter .newsletter-form__input {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .newsletter .newsletter-form__input {
        font-size: 14px;
    }
}

.newsletter-form__input::placeholder {
    color: black
    font-size: 18px;
}

.newsletter .newsletter-form__button {
    width: auto;
    font-size: 16px;
    flex-shrink: 0;
}

@media (max-width: 1200px) {
    .newsletter .newsletter-form__button {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .newsletter .newsletter-form__button {
        font-size: 14px;
    }
}

.newsletter .newsletter-form__checkbox .checkbox {
    border-color: #c9c9c9;
}

.newsletter .newsletter-form__checkbox-text {
    padding-top: 6px;
}

.special-items {
    padding: 100px 0;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .special-items {
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .special-items {
        padding: 80px 0;
    }
}

.special-items__left {
    width: calc(50% - 25px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.special-items__right {
    width: calc(50% - 25px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1200px) {

    .special-items__left,
    .special-items__right {
        width: calc(50% - 12px);
    }
}

@media (max-width: 992px) {
    .special-items__left {
        width: 100%;
    }

    .special-items__right {
        display: none;
    }
}

.special-items__image {
    display: none;
}

.special-items__image img {
    width: 100%;
}

@media (max-width: 992px) {
    .special-items__image {
        display: block;
        margin-top: 40px;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .special-items__image {
        margin-top: 24px;
    }
}

.product-item {
    display: block;
    width: 100%;
}

.product-item__image {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background: rgb(207, 207, 207);
    background: linear-gradient(90deg, rgba(207, 207, 207, 1) 0%, rgba(230, 230, 230, 1) 100%);
    margin-bottom: 12px;
    overflow: hidden;
}

.product-item__image:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /*background-color: #686868;*/
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
}

.product-item__image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /*
    max-height: 80%;
    max-width: 80%;
    */
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

.product-item__image:hover img {
    transform: scale(1.1);
}

.product-item__image:hover:after {
    opacity: 0.33;
}

.product-item__name {
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 18px;
}

.product-item__price {
    color: #676767;
}

.special-items__left>* {
    width: calc(50% - 25px);
}

@media (max-width: 1200px) {
    .special-items__left>* {
        width: calc(50% - 12px);
    }
}

@media (max-width: 576px) {
    .special-items__left>* {
        width: 100%;
    }
}

.special-items__left .product-item {
    margin-bottom: 60px;
}

@media (max-width: 1200px) {
    .special-items__left .product-item {
        margin-bottom: 20px;
    }
}

.special-item {
    padding: 55px 40px 80px;
    background-color: #b5ead8;
    text-align: center;
}

@media (max-width: 1200px) {
    .special-item {
        padding: 15px 20px 26px;
        font-size: 14px;
    }
}

.special-item__title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 16px;
}

@media (max-width: 1200px) {
    .special-item__title {
        font-size: 16px;
        margin-bottom: 12px;
    }
}

.special-item__icon {
    max-width: 80px;
    margin: 0 auto;
    margin-bottom: 20px;
}

@media (max-width: 576px) {
    .special-item__icon {
        max-width: 40px;
    }
}

.special-item.green {
    background-color: #b5ead8;
}

.special-item.blue {
    background-color: #c7ceea;
}

.link {
    color: #000;
    cursor: pointer;
}

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

.btn {
    background-color: transparent;
    display: inline-block;
    border: 2px solid #27282a;
    padding: 12px 40px;
    transition: 0.3s;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
}

.btn.secondary {
    background-color: #27282a;
    color: #fff;
}

.btn.large {
    border: 3px solid #27282a;
    padding: 12px 48px;
    font-size: 20px;
}

.btn.gray {
    border: 2px solid white;
    padding: 12px 48px;
    font-size: 20px;
    background-color: #333333;
    text-align: center;
    color: white;
}
.btn.black {
    padding: 12px 48px;
    font-size: 20px;
    background-color: #323437;
    border: 2px solid #323437;
    color: white;
    text-align: center;
}
.btn.black.cat {
    padding: 12px 14px;
    font-size: 16px;
}

.btn.fullsize {
  width: 100%;
}

@media (max-width: 992px) {
    .btn.large {
        border: 2px solid #27282a;
        padding: 10px 40px;
        font-size: 16px;
    }
}

.btn:hover {
    background-color: #27282a;
    border: 2px solid #27282a;
    color: #fff;
}

.btn.no_stock, .btn.secondary:hover {
    /*background-color: #fff;*/
    /*color: #27282a;*/
    background-color: #323437;
    border: 2px solid black;
    color: white;
}

.large-product-items {
    padding: 100px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 576px) {
    .large-product-items {
        padding: 80px 0;
    }
}

.large-product-item__wrapper {
    width: calc(50% - 25px);
}

@media (max-width: 1200px) {
    .large-product-item__wrapper {
        width: calc(50% - 12px);
    }
}

@media (max-width: 992px) {
    .large-product-item__wrapper {
        width: 100%;
    }
}

.large-product-item {
    margin-bottom: 50px;
    background-color: #f5bab4;
    display: flex;
    width: 100%;
    padding-top: 57.14%;
    position: relative;
}

@media (max-width: 1200px) {
    .large-product-item {
        margin-bottom: 24px;
        padding-top: 75%;
    }
}

@media (max-width: 992px) {
    .large-product-item {
        padding-top: 57.14%;
    }
}

@media (max-width: 768px) {
    .large-product-item {
        padding-top: 75%;
    }
}

@media (max-width: 576px) {
    .large-product-item {
        padding-top: 0;
        height: auto;
        display: block;
        padding: 20px;
    }
}

.large-product-item:hover .large-product-item__left img {
    transform: scale(1.1);
}

.large-product-item__left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: calc(50% - 20px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 992px) {
    .large-product-item__left {
        width: calc(50% - 20px);
        padding-left: 20px;
    }
}

@media (max-width: 576px) {
    .large-product-item__left {
        width: 100%;
        position: relative;
        padding-left: 0;
        justify-content: flex-start;
    }
}

.large-product-item__left img {
    transition: 0.3s;
    max-width: 80%;
}

@media (max-width: 992px) {
    .large-product-item__left img {
        max-width: 100%;
    }
}

.large-product-item__right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 80px;
}

@media (max-width: 1200px) {
    .large-product-item__right {
        width: 50%;
        padding-right: 20px;
    }
}

@media (max-width: 576px) {
    .large-product-item__right {
        width: 100%;
        position: relative;
        padding-left: 0;
        margin-top: 40px;
    }
}

.large-product-item.orange {
    background-color: #f9dbc3;
}

.large-product-item.green {
    background-color: #e2f0cc;
}

.large-product-item__text {
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .large-product-item__text {
        margin-bottom: 20px;
    }
}

.large-product-item__title {
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .large-product-item__title {
        margin-bottom: 20px;
        font-size: 24px;
    }
}

.large-product-item.product-item-container {
    background-color: transparent;
    padding-top: 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 576px) {
    .large-product-item.product-item-container {
        padding: 0;
    }
}

.product-item-container .product-item {
    width: calc(50% - 25px);
}

@media (max-width: 1200px) {
    .product-item-container .product-item {
        width: calc(50% - 12px);
    }
}

@media (max-width: 576px) {
    .product-item-container .product-item {
        width: 100%;
        margin-bottom: 20px;
    }
}

.testimonials {
    padding: 100px 0 24px;
}

@media (max-width: 576px) {
    .testimonials {
        padding: 80px 0 24px;
    }
}

.testimonials-slider {
    max-width: 1150px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1200px) {
    .testimonials-slider {
        max-width: calc(100% - 48px);
        width: 100%;
    }
}

@media (max-width: 576px) {
    .testimonials-slider {
        max-width: 100%;
    }
}

.testimonial {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .testimonial {
        max-width: calc(100% - 120px);
    }
}

@media (max-width: 576px) {
    .testimonial {
        max-width: calc(100% - 60px);
    }
}

.testimonial__text {
    font-style: italic;
}

.testimonial__person {
    font-weight: 600;
    margin-top: 32px;
}

.testimonials-pagination {
    position: relative;
    bottom: 0;
    top: 0;
    margin-top: 68px;
}

.testimonials-pagination .swiper-pagination-bullet {
    height: 11px;
    width: 11px;
    background-color: #cccccc;
    opacity: 1;
    transition: 0.3s;
    margin: 0 5px;
}

.testimonials-pagination .swiper-pagination-bullet-active {
    background-color: #222222;
}

.testimonials-arrow {
    height: 28px;
    width: 28px;
    border-radius: 100%;
    background-color: #f2f2f2;
    top: 0;
    margin: 0;
    transition: 0.3s;
    background-image: url('../dsg/icons/chevron_forward-01.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}

@media (max-width: 576px) {
    .testimonials-arrow {
        height: 20px;
        width: 20px;
        background-size: 20px;
    }
}

.testimonials-arrow.left {
    transform: rotate(180deg);
}

@media (max-width: 576px) {
    .testimonials-arrow.left {
        left: 0 !important;
    }

    .testimonials-arrow.right {
        right: 0 !important;
    }
}

.testimonials-arrow:hover {
    background-color: transparent;
}

.testimonials-slider__arrows {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.testimonials-arrow:after {
    display: none;
}

.hero-slider {
    height: calc(50vh);
}

@media (max-width: 1200px) {
    .hero-slider {
        height: calc(100vh - 128px);
    }
}

@media (max-width: 768px) {
    .hero-slider {
        height: calc(100vh - 108px);
    }
}

@media (max-width: 576px) {
    .hero-slider {
        height: calc(100vh - 82px);
        width: calc(100%);
        margin: 0 auto;
    }
}

.hero-slide {
    display: flex;
}

@media (max-width: 768px) {
    .hero-slide {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
}

@media (max-width: 576px) {
    .hero-slide {
        padding: 0px 16px;
    }
}

.hero-slide__left {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: calc(50% - 50px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 992px) {
    .hero-slide__left {
        width: calc(50% - 20px);
        padding-left: 40px;
    }
}

@media (max-width: 768px) {
    .hero-slide__left {
        width: 100%;
        padding-left: 0;
        position: relative;
        justify-content: flex-start;
        margin-top: 80px;
        margin-bottom: 20px;
        height: auto;
    }
}

@media (max-width: 576px) {
    .hero-slide__left {
        margin-top: 40px;
    }
}

.hero-slide img {
    transition: 0.6s;
}

/*
.hero-slide:hover img {
    transform: scale(1.05);
}
*/

.hero-slide__right {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: calc(50% - 50px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 150px;
}

@media (max-width: 992px) {
    .hero-slide__right {
        width: calc(50% - 20px);
        padding-right: 20px!important;
        padding-left: 20px!important;
    }
}

@media (max-width: 768px) {
    .hero-slide__right {
        width: 100%;
        padding-right: 0;
        position: relative;
        margin: initial;
    }
}

.hero-slider .swiper-slide {
    background-color: #e5e5e5;
}

.hero-slider .swiper-slide.pink {
    background-color: #f5bab4;
}

.hero-slider .swiper-slide.orange {
    background-color: #f9dbc3;
}

.hero-slider .swiper-slide.green {
    background-color: #e2f0cc;
}

.hero-slide__text {
    margin-bottom: 40px;
    font-size: 25px;
    text-align: left;
}

@media (max-width: 992px) {
    .hero-slide__text {
        font-size: 18px;
    }
    .hero-slider .swiper-slide {
      background-position: right -100px top 0px!important;
    }
}

@media (max-width: 768px) {
    .hero-slide__text {
        margin-bottom: 20px;
        font-size: 16px;
        padding: 7px;
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        text-align: left;
    }
}

@media (max-width: 576px) {
    .hero-slide__text {
        margin-bottom: 16px;
        font-size: 16px;
    }
}

.hero-slide__title {
    margin-bottom: 40px;
    font-size: 65px;
    font-weight: 600;
    line-height: 4rem;
    text-align: left;
}

@media (max-width: 992px) {
    .hero-slide__title {
        margin-bottom: 36px;
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .hero-slide__title {
        margin-bottom: 15px;
        font-size: 32px;
        padding: 7px;
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        line-height: 2rem;
        text-align: left;
    }
}

@media (max-width: 576px) {
    .hero-slide__title {
        font-size: 24px;
    }
}

.hero-pagination {
    bottom: 50px !important;
    top: auto;
}

@media (max-width: 576px) {
    .hero-pagination {
        bottom: 20px !important;
    }
}

.hero-pagination .swiper-pagination-bullet {
    height: 11px;
    width: 11px;
    background-color: #cccccc;
    opacity: 1;
    transition: 0.3s;
    margin: 0 5px;
}

@media (max-width: 576px) {
    .hero-pagination .swiper-pagination-bullet {
        height: 6px;
        width: 6px;
        margin: 0 2px;
    }
}

.hero-pagination .swiper-pagination-bullet-active {
    background-color: #222222;
}

.hero-arrow {
    height: 28px;
    width: 28px;
    border-radius: 100%;
    background-color: #f2f2f2;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
    background-image: url('../dsg/icons/chevron_forward-01.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}

@media (max-width: 576px) {
    .hero-arrow {
        height: 20px;
        width: 20px;
        background-size: 20px;
    }
}

.hero-arrow.left {
    transform: rotate(180deg);
}

.hero-arrow:hover {
    background-color: transparent;
}

.hero-slider__arrows {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 64px);
    margin: 0 auto;
    height: 100%;
}

@media (max-width: 576px) {
    .hero-slider__arrows {
        width: 100%;
    }
}

.hero-arrow:after {
    display: none;
}

.body-overlay {
    z-index: 1001;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}

.overlay-active .body-overlay {
    opacity: 0.5;
    pointer-events: auto;
}

.menu {
    position: fixed;
    top: 0;
    left: -12px;
    height: 100vh;
    width: 525px;
    background-color: #fff;
    z-index: 1002;
    display: flex;
    box-shadow: 4px 0px 11px 0px rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
    transition: 0.3s;
}

@media (max-width: 576px) {
    .menu {
        width: 100%;
    }
}

.menu-active .menu {
    transform: translateX(0);
    left: 0;
}

.menu-sidebar {
    height: 100%;
    width: 100px;
    background-color: white;
    padding: 50px 0 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    overflow: auto;
}

@media (max-width: 576px) {
    .menu-sidebar {
        width: 60px;
        padding: 40px 0;
    }
}

.menu-sidebar__user {
    height: 40px;
    width: 40px;
    background-image: url('../dsg/icons/user-01.svg');
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 40px;
}

@media (max-width: 576px) {
    .menu-sidebar__user {
        height: 28px;
        width: 28px;
        margin-bottom: 32px;
    }
}

.menu-sidebar__wishlist {
    height: 40px;
    width: 40px;
    background-image: url('../dsg/icons/like-01.svg');
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

@media (max-width: 576px) {
    .menu-sidebar__wishlist {
        height: 28px;
        width: 28px;
    }
}

.menu-sidebar__wishlist__num {
    background-color: #323437;
    color: #fff;
    position: absolute;
    top: -4px;
    right: -4px;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 10px;
}

@media (max-width: 576px) {
    .menu-sidebar__wishlist__num {
        height: 16px;
        width: 16px;
        font-size: 8px;
    }
}

.close-menu {
    height: 28px;
    width: 28px;
    border-radius: 100%;
    background-color: #fff;
    cursor: pointer;
    margin-bottom: 100px;
    flex-shrink: 0;
    background-image: url('../dsg/icons/iks-01.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

@media (max-width: 576px) {
    .close-menu {
        margin-bottom: 40px;
    }
}

.menu-list {
    height: 100%;
    width: 100%;
    background-color: #fff;
    flex-grow: 1;
    padding: 140px 0 80px;
    overflow: auto;
}

@media (max-width: 576px) {
    .menu-list {
        padding: 36px 0;
    }
}

.menu-list ul {
    list-style: none;
    padding-left: 100px;
}

@media (max-width: 576px) {
    .menu-list ul {
        padding-left: 40px;
    }
}

.menu-list ul li a {
    padding: 12px 60px 12px 0;
    display: block;
    font-size: 18px;
    position: relative;
}

@media (max-width: 576px) {
    .menu-list ul li a {
        font-size: 16px;
        padding: 10px 60px 10px 0;
    }
}

.menu-list ul li a:after {
  /*
    content: '';
    position: absolute;
    right: 24px;
    top: 16px;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    transition: 0.3s;
    background-image: url('../dsg/icons/chevron_forward-01.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
  */
}

.menu-list ul li a:hover:after,
.menu-list ul li a.active:after {
    background-color: #f2f2f2;
}

.search {
    position: fixed;
    top: 0;
    left: 0;
    height: 400px;
    width: 100%;
    background-color: #fff;
    z-index: 1002;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.2);
    transform: translateY(-100%);
    transition: 0.3s;
    padding: 100px 0 50px;
    top: -12px;
}

@media (max-width: 1200px) {
    .search {
        height: 240px;
        padding: 40px 0;
    }
}

@media (max-width: 576px) {
    .search {
        height: 160px;
        padding: 20px 0;
    }
}

.search-active .search {
    transform: translateY(0);
    top: 0
}

.close-search {
    margin-left: auto;
    width: 48px;
    height: 48px;
    background-color: #fafafa;
    border-radius: 100%;
    cursor: pointer;
    background-image: url('../dsg/icons/iks-01.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}

.search-form {
    width: calc(100% - 40px);
    max-width: 700px;
    margin: 0 auto;
    margin-top: auto;
    border-bottom: 2px solid #c9c9c9;
    height: 60px;
    display: flex;
}

.search-form__button {
    height: 100%;
    width: 48px;
    cursor: pointer;
    outline: none;
    border: none;
    background-color: #fff;
    flex-shrink: 0;
    background-image: url('../dsg/icons/search-01.svg');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 24px;
}

.search-form__input {
    height: 100%;
    outline: none;
    border: none;
    background-color: #fff;
    flex-grow: 1;
    width: 100%;
    color: #cacaca;
    font-size: 20px;
}

.search-form__input::placeholder {
    color: #cacaca
}

.cart {
    position: fixed;
    top: 0;
    right: -12px;
    height: 100vh;
    width: 420px;
    background-color: #fff;
    z-index: 1002;
    display: flex;
    flex-direction: column;
    box-shadow: -4px 0px 11px 0px rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
    transition: 0.3s;
    overflow: auto;
}

@media (max-width: 576px) {
    .cart {
        width: 100%;
    }
}

.cart-active .cart {
    transform: translateX(0);
    right: 0;
}

.cart__header {
    background-color: #323437;
    padding: 48px 48px 22px;
    width: 100%;
    color: white;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}

@media (max-width: 576px) {
    .cart__header {
        padding: 40px 20px 16px;
    }
}

.close-cart {
    cursor: pointer;
    height: 32px;
    width: 32px;
    border-radius: 100%;
    background-color: #fff;
    background-image: url('../dsg/icons/iks-01.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

.cart__content {
    padding: 48px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 576px) {
    .cart__content {
        padding: 20px;
    }
}

.cart__footer {
    margin-top: 0;
    padding: 0 48px 48px;
    flex-shrink: 0;
}

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

.cart__empty {
    margin-top: 48px;
    color: #686868;
    font-size: 14px;
    text-align: center;
}

.cart__empty-icon {
    height: 80px;
    width: 80px;
    background-color: #fafafa;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.cart__empty-icon img {
    max-width: 40px;
}

.cart__empty-text {
    margin-top: 36px;
}

.cart__empty-btn {
    margin-top: 100px;
}

.cart__footer-top {
    display: flex;
    justify-content: space-between;
    color: #282828;
    font-weight: 600;
    font-size: 14px;
}

.cart__footer-btns {
    margin-top: 12px;
}

.cart__footer-btns .btn {
    margin-top: 12px;
    width: 100%;
    text-align: center;
}

.cart__items {
    width: 100%;
}

.cart__item {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    border-bottom: 2px solid #f1f1f1;
    padding: 24px 0;
}

.cart__item:last-of-type {
    border-bottom: none;
}

.cart__item:first-of-type {
    padding-top: 0;
}

.cart__item-left {
    height: 92px;
    width: 92px;
    position: relative;
    background: rgb(207, 207, 207);
    background: linear-gradient(90deg, rgba(207, 207, 207, 1) 0%, rgba(230, 230, 230, 1) 100%);
    overflow: hidden;
    flex-shrink: 0;
}

.cart__item-left img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    border-radius: 6px;
}

.cart__item-right {
    padding-left: 12px;
    width: calc(100% - 92px);
    flex-shrink: 0;
    position: relative;
}

.cart__item-remove {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background-image: url('../dsg/icons/iks-01.svg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 12px;
    cursor: pointer;
}

.cart__item-name {
    margin-bottom: 8px;
    color: #121212;
    font-weight: 500;
}

.cart__item-price {
    color: #686868;
}

.cart__item-count {
    display: flex;
    align-items: center;
    margin-top: 20px;
    height: 28px;
    width: 80px;
    justify-content: space-between;
}

.cart__item-up,
.cart__item-down {
    width: 24px;
    text-align: center;
    cursor: pointer;
    background-image: url('../dsg/icons/plus-01.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    height: 100%;
}

.cart__item-down {
    background-image: url('../dsg/icons/minus-01.svg');
}

.cart__item-num {
    font-size: 16px;
    text-align: center;
    color: #121212;
    font-weight: 600;
    border: none;
    outline: none;
    height: 100%;
    width: 50px;
    text-align: center;
}

.cart__title {
    position: relative;
}

.cart__num {
    position: absolute;
    top: -8px;
    right: -16px;
}

.login,
.register {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1002;
    /*opacity: 0;*/
    display: none;
    pointer-events: none;
    transition: 0.3s;
    padding: 48px;
    overflow: auto;
}

@media (max-width: 576px) {

    .login,
    .register {
        padding: 12px;
    }
}

.login-active .login,
.register-active .register {
    /*opacity: 1;*/
    display: block;
    pointer-events: auto;
}

.login-modal,
.register-modal {
    background-color: #fff;
    padding: 100px 112px;
    height: auto;
    display: block;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2);
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    color: #696969;
}

@media (max-width: 576px) {

    .login-modal,
    .register-modal {
        padding: 60px 24px;
    }
}

.register-modal {
    padding: 100px;
    max-width: 860px;
}

@media (max-width: 576px) {
    .register-modal {
        padding: 60px 24px;
    }
}

div.close-login,
.close-register {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    cursor: pointer;
    background-image: url('../dsg/icons/iks-01.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}

.login-modal__title,
.register-modal__title {
    text-align: center;
    margin-bottom: 92px;
    font-size: 32px;
    color: #000;
}

@media (max-width: 576px) {

    .login-modal__title,
    .register-modal__title {
        margin-bottom: 40px;
        font-size: 24px;
    }
}

.register-modal__title {
    text-align: left;
    margin-bottom: 32px;
}

@media (max-width: 576px) {

    .login-modal__title,
    .register-modal__title {
        margin-bottom: 32px;
    }
}

.input,
textarea.input {
    display: block;
    width: 100%;
    height: 40px;
    outline: 0;
    border: 0;
    border: 1px solid #a5a5a5;
    border-radius: 6px;
    background-color: #fbfbfb;
    padding-left: 10px;
    margin-bottom: 40px;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 300;
}

@media (max-width: 576px) {
    .input {
        margin-bottom: 20px;
        font-size: 14px;
    }
}

textarea.input {
    height: 160px;
    resize: none;
}

.login-modal__links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-modal__footer {
    margin-top: 48px;
    text-align: center;
}

.register-modal__footer {
    margin-top: 0;
    text-align: right;
}

.login-modal__footer .btn {
    width: 100%;
    margin-bottom: 12px;
}

.login-modal__checkbox,
.register-modal__checkbox {
    display: flex;
    justify-content: flex-end;
}

.register-modal__checkbox {
    margin-bottom: 16px;
}

.login-modal__checkbox .checkbox,
.register-modal__checkbox .checkbox {
    height: 26px;
    width: 26px;
    position: relative;
    background-color: #fff;
    border: 1px solid #c9c9c9;
    margin-right: 12px;
    flex-shrink: 0;
}

.register-modal__checkbox .checkbox {
    margin-right: 0;
    margin-left: 12px;
    height: 20px;
    width: 20px;
    border-color: #8d8d8d;
    flex-shrink: 0;
}

.login-modal__checkbox-text {
    padding-top: 6px;
    font-size: 14px;
    font-weight: 300;
}

.register-modal__checkbox-text {
    padding-top: 0;
    font-size: 16px;
    color: #282828;
    font-weight: 300;
}

.login-modal__checkbox .checkbox input,
.register-modal__checkbox .checkbox input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    flex-shrink: 0;
}

.register-modal__checkbox .checkbox input:checked~.checkmark,
.login-modal__checkbox .checkbox input:checked~.checkmark {
    background-image: url('../dsg/icons/check-01.svg');
}

.login-modal__checkbox .checkbox .checkmark,
.register-modal__checkbox .checkbox .checkmark {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
}

.register-modal__btns {
    margin-top: 40px;
}

.double-inputs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.double-inputs .input {
    width: calc(50% - 20px);
}

@media (max-width: 576px) {
    .double-inputs .input {
        width: calc(50% - 8px);
    }
}

.register-modal__company {
    width: calc(100% - 24px);
    margin: 0 auto;
    margin-bottom: 24px;
    padding: 16px 20px;
    background-color: #f0f0f0;
}

@media (max-width: 576px) {
    .register-modal__company {
        width: 100%;
        margin-bottom: 40px;
        padding: 12px 16px;
    }
}

.register-modal__company .register-modal__checkbox {
    margin-bottom: 0;
    justify-content: flex-start;
}

.register-modal__company .register-modal__checkbox .checkbox {
    margin-left: 0;
    margin-right: 20px;
    flex-shrink: 0;
}

.register-modal__company .register-modal__checkbox-text {
    padding-top: 2px;
    color: #686868;
}

@media (max-width: 576px) {
    .register-modal__company .register-modal__checkbox-text {
        font-size: 14px;
    }
}

.register-modal__company .register-modal__checkbox-text span {
    font-size: 14px;
}

@media (max-width: 576px) {
    .register-modal__company .register-modal__checkbox-text span {
        font-size: 12px;
    }
}

.single {
    padding: 100px 0;
}

@media (max-width: 576px) {
    .single {
        padding: 80px 0;
    }
}

.single {
    max-width: 850px;
    margin: 0 auto;
}

.single .title {
    margin-bottom: 100px;
}

@media (max-width: 576px) {
    .single .title {
        margin-bottom: 60px;
    }
}

.single-text h1,
.single-text h2,
.single-text h3,
.single-text h4,
.single-text h5,
.single-text h6 {
    margin: 32px 0 24px;
    font-weight: 600;
}

.thank-you {
    text-align: center;
    padding: 100px 0 200px;
}

@media (max-width: 576px) {
    .thank-you {
        padding: 80px 0 160px;
    }
}

.thank-you__icon {
    width: 110px;
    margin: 0 auto;
    margin-bottom: 60px;
}

@media (max-width: 576px) {
    .thank-you__icon {
        width: 80px;
        margin-bottom: 40px;
    }
}

.thank-you__text {
    margin-bottom: 80px;
    font-weight: 300;
}
.thank-you__text h1 {
  text-align: center;
}

.wishlist {
    padding: 100px 0;
}

@media (max-width: 576px) {
    .wishlist {
        padding: 80px 0;
    }
}

.wishlist__content,
.cart-inner__content {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.wishlist__empty,
.cart-inner__empty {
    text-align: center;
    margin: 40px auto;
}

.wishlist__back {
    margin: 60px 0 12px;
    display: inline-block;
    padding-left: 40px;
    background-image: url('../dsg/icons/chevron_back-01.svg');
    background-repeat: no-repeat;
    background-position: left;
    background-color: #323437;
}

.cart-inner {
    padding: 100px 0;
}

@media (max-width: 576px) {
    .cart-inner {
        padding: 80px 0;
    }
}

.wishlist-item {
    display: flex;
    padding: 24px 0;
    border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 992px) {
    .wishlist-item {
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .wishlist-item {
        padding-top: 0;
    }
}

.wishlist-item:last-of-type {
    border-bottom: none;
}

.wishlist-item__btns {
    margin-left: auto;
    flex-shrink: 0;
}

@media (max-width: 992px) {
    .wishlist-item__btns {
        width: 100%;
        padding-left: 40px;
        margin-top: 12px;
    }
}

@media (max-width: 576px) {
    .wishlist-item__btns {
        padding-left: 0;
    }
}

.wishlist-item__remove {
    width: 64px;
    height: auto;
    cursor: pointer;
    background-image: url('../dsg/icons/iks-01.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    cursor: pointer;
}

@media (max-width: 992px) {
    .wishlist-item__remove {
        width: 40px;
    }
}

@media (max-width: 576px) {
    .wishlist-item__remove {
        width: 100%;
        height: 60px;
        background-position: left;
    }
}

.wishlist-item__img {
    position: relative;
    width: 94px;
    height: 94px;
    background: rgb(207, 207, 207);
    background: linear-gradient(90deg, rgba(207, 207, 207, 1) 0%, rgba(230, 230, 230, 1) 100%);
    margin-right: 48px;
    overflow: hidden;
}

@media (max-width: 992px) {
    .wishlist-item__img {
        width: 80px;
        height: 80px;
        margin-right: 28px;
    }
}

.wishlist-item__img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 80%;
    max-width: 80%;
    transition: 0.5s ease;
}

.wishlist-item__info {
    display: flex;
}

.wishlist-item__name {
    margin-bottom: 8px;
    color: #121212;
    font-weight: 500;
}

.wishlist-item__price {
    color: #686868;
}

.btn.in-stock,
.btn.in-stock:hover {
    background-color: #b5ead8;
    border-color: #b5ead8;
    color: #fff;
    cursor: auto;
}

.btn.out-of-stock,
.btn.out-of-stock:hover {
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    color: #686868;
    cursor: auto;
}

@media (max-width: 992px) {
    .wishlist__link {
        text-align: center;
        margin-bottom: 40px;
    }
}

.faq {
    padding: 100px 0;
}

@media (max-width: 576px) {
    .faq {
        padding: 80px 0;
    }
}

.faq-block {
    margin-top: 100px;
    display: flex;
}
.faq-block:first-of-type {
    margin-top: 0px;
}

@media (max-width: 992px) {
    .faq-block {
        margin-top: 60px;
    }
}

@media (max-width: 768px) {
    .faq-block {
        display: block;
    }
}

.faq-block__left {
    font-weight: 600;
    font-size: 18px;
    width: 400px;
    text-align: right;
    padding-right: 40px;
}

@media (max-width: 1200px) {
    .faq-block__left {
        width: 280px;
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .faq-block__left {
        width: 200px;
        padding-right: 20px;
    }
}

@media (max-width: 768px) {
    .faq-block__left {
        width: 100%;
        padding-right: 0;
        text-align: left;
        font-size: 22px;
    }
}

.faq-block__right {
    /*
    margin-top: 10px;
    padding-top: 20px;
    */
    width: calc(100% - 400px);
    position: relative;
}

@media (max-width: 1200px) {
    .faq-block__right {
        width: calc(100% - 280px);
    }
}

@media (max-width: 992px) {
    .faq-block__right {
        width: calc(100% - 200px);
    }
}

@media (max-width: 768px) {
    .faq-block__right {
        width: 100%;
        margin-top: 0;
    }
}

.faq-block__right:before {
  /*
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #e4e4e4;
  */
}

@media (max-width: 768px) {
    .faq-block__right:before {
        display: none;
    }
}

.faq-item {
    color: #686868;
    border-bottom: 1px solid #c9c9c9;
}

.faq-item__title {
    padding: 20px 0;
    display: flex;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 600;
}

.faq-item__title:hover {
    background-color: #eee;
}

.faq-item__title:before {
    content: '+';
    position: relative;
    display: block;
    width: 16px;
}

.faq-item__text {
    padding: 20px;
    display: none;
}

.faq-item.open .faq-item__text {
    display: block;
}

.faq-item.open .faq-item__title:before {
    content: '-';
}

.contact {
    padding: 100px 0;
}

@media (max-width: 576px) {
    .contact {
        padding: 80px 0;
    }
}

.contact-form {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 100px;
}

@media (max-width: 992px) {
    .contact-form {
        margin-top: 60px;
    }
}

@media (max-width: 768px) {
    .contact-form {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}

.contact-form__left {
    background-color: #fafafa;
    padding: 50px 44px 96px;
    padding-left: 320px;
    font-size: 15px;
    line-height: 1.6em;
    position: relative;
}

.contact-form__left h4 {
    font-weight: 600;
}

.contact-form__left:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 280px;
    background-color: #fff;
}

@media (max-width: 1440px) {
    .contact-form__left {
        padding-left: 200px;
    }

    .contact-form__left:before {
        width: 160px;
    }
}

@media (max-width: 1200px) {
    .contact-form__left {
        font-size: 14px;
        padding-left: 120px;
    }

    .contact-form__left:before {
        width: 80px;
    }
}

@media (max-width: 992px) {
    .contact-form__left {
        padding-left: 0;
    }

    .contact-form__left:before {
        display: none;
    }
}

.contact-form__right,
.contact-form__left {
    width: calc(50% - 24px);
    position: relative;
}

@media (max-width: 992px) {

    .contact-form__right,
    .contact-form__left {
        width: calc(50% - 12px);
    }
}

@media (max-width: 768px) {

    .contact-form__right,
    .contact-form__left {
        width: 100%;
        margin-top: 20px;
    }
}

.contact-form__title {
    margin-bottom: 84px;
    font-size: 28px;
}

@media (max-width: 992px) {
    .contact-form__title {
        margin-bottom: 40px;
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .contact-form__title {
        margin-bottom: 28px;
        font-size: 20px;
    }
}

.contact-form__btn {
    text-align: right;
}

.contact-form-info__block {
    margin-top: 28px;
}

@media (max-width: 576px) {
    .contact-form-info__block {
        margin-top: 20px;
    }
}

.contact-form-info__item {
    display: flex;
    align-items: flex-start;
}

.contact-form-info__item-img {
    width: 20px;
    margin-right: 12px;
    padding-top: 2px;
    margin-left: 12px;
}

.contact-form__left .bigger {
    font-size: 17px;
}

.sc-store {
  *background-color: #BEC1C2;
  *background-color: #efefef;
  background-color: white;
}

.store {
    padding: 100px 0;
}

@media (max-width: 576px) {
    .store {
        padding: 80px 0;
    }
}

.tabs {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.tabs .tab {
    margin: 0 5px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: 0.3s;
    margin-bottom: 12px;
    font-weight: 300;
}

.tabs-select {
  display: none;
}

@media (max-width: 576px) {
    .tabs .tab {
        margin: 0 8px;
        font-size: 14px;
    }
    
    .tabs {
      display: none;
    }
    
    .tabs-select {
      display: block;
      border: 1px solid black;
    }
}

.tabs .tab:hover {
    border-color: black;
}

.breadcrumbs {
    margin-top: 68px;
    margin-bottom: 48px;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb {
    color: black;
    font-size: 14px;
    position: relative;
    padding-left: 26px;
}

@media (max-width: 576px) {
    .breadcrumb {
        font-size: 12px;
    }
}

.breadcrumb:first-of-type {
    padding-left: 0;
}

.breadcrumb:first-of-type:before {
    display: none;
}

.breadcrumb:before {
    content: '/';
    position: absolute;
    display: block;
    width: 26px;
    left: 0;
    top: 0;
    text-align: center;
}

.breadcrumb:last-of-type {
    /*pointer-events: none;*/
}

.store-items {
    display: flex;
    flex-wrap: wrap;
}

.store-item {
    width: calc(32% - 38px);
    margin-right: 50px;
    margin-bottom: 48px;
    border-radius: 6px;
    overflow: hidden;
    background-color: white;
}

@media (max-width: 1200px) {
    .store-item {
        width: calc(25% - 18px);
        margin-right: 24px;
        margin-bottom: 28px;
    }
}

@media (max-width: 992px) {
    .store-item {
        width: calc(50% - 12px);
    }
}

@media (max-width: 576px) {
    .store-item {
        width: 100%;
        margin-right: 0;
    }
}

.store-item:nth-of-type(3n) {
    margin-right: 0;
}

@media (max-width: 992px) {
    .store-item:nth-of-type(2n) {
        margin-right: 0;
    }
}

.store-item__img {
    position: relative;
    width: 100%;
    padding-top: 80%;
    /*background: rgb(207, 207, 207);
    background: linear-gradient(90deg, rgba(207, 207, 207, 1) 0%, rgba(230, 230, 230, 1) 100%);*/
    background: white;
    overflow: hidden;
}

.store-item__img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /*
    max-height: 80%;
    max-width: 80%;
    */
    width: 80%;
    height: 80%;
    object-fit: cover;
    transition: 0.5s ease;
}

.store-item__img:hover img {
    transform: scale(1.1);
}

.salon-img img {
  width: 80% !important;
}

.store-item__wishlist,
.store-item__cart {
    position: absolute;
    left: 10px;
    bottom: -60px;
    height: 52px;
    width: 52px;
    background-color: #fff;
    background-image: url('../dsg/icons/like-01.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    border-radius: 100%;
    cursor: pointer;
    opacity: 0.75;
    transition: 0.3s;
}

.store-item__cart {
    left: auto;
    right: 10px;
    background-image: url('../dsg/icons/bag-01.svg');
    transition-delay: 0.075s;
}

.store-item:hover .store-item__wishlist,
.store-item:hover .store-item__cart {
    bottom: 10px;
}

.store-item__wishlist:hover,
.store-item__cart:hover {
    opacity: 1;
    transform: scale(1.1);
}

.store-item__bottom {
    position: relative;
    padding: 12px 0;
    cursor: pointer;
    text-align: center;
}

.store-item__title {
    font-weight: 600;
    font-size: 20px;
    color: #282828;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
    overflow: hidden;
    margin: 0px auto;
}

@media (max-width: 576px) {
    .store-item__title {
        font-size: 16px;
    }
}

.store-item__price {
    font-weight: 400;
    font-size: 16px;
    color: #686868;
    margin-top: 10px;
}

@media (max-width: 576px) {
    .store-item__price {
        font-size: 14px;
        margin-top: 8px;
    }
}

.store-item__price span {
    opacity: 0.8;
    margin-left: 12px;
}

.store-item__link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #282828;
    color: #fff;
    transition: 0.5s;
    opacity: 0;
}

.store-item__link:hover {
    background-color: #323437;
}

.store-item:hover .store-item__link {
    opacity: 1;
}

.store-item__new,
.store-item__discount {
    background-color: #27282a;
    height: 72px;
    width: 72px;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.store-item__discount {
    background-color: #323437;
    left: auto;
    right: 10px;
    font-weight: 500;
}

@media (max-width: 576px) {

    .store-item__new,
    .store-item__discount {
        height: 56px;
        width: 56px;
        font-size: 16px;
    }
}

.description-text {
    /*padding-top: 20px;*/
    font-size: 16px;
    /*color: #686868;*/
}

.sc-product-desc {
    padding: 100px 0;
    background-color: #efefef;
}

@media (max-width: 576px) {
    .sc-product-desc {
        padding: 80px 0;
        text-align: left;
    }
}

.sc-product-similar {
    background-color: white;
    padding: 100px 0;
}

@media (max-width: 576px) {
    .sc-product-similar {
        padding: 80px 0;
    }
}

.sc-product-desc .store-items {
    margin-top: 80px;
}

.sc-product-single {
    background-color: white;
}

.product-single {
    background-color: white;
    padding: 0px 0px 100px 0px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .product-single {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .product-single {
        padding: 60px 0 80px;
    }
}

.product-single__left {
    width: calc(50% - 24px);
    position: relative;
}

@media (max-width: 992px) {
    .product-single__left {
        width: 100%;
        max-width: 320px;
    }
}

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

.product-single__right {
    width: calc(50% - 24px);
    padding-top: 24px;
    padding-right: 200px;
}

@media (max-width: 1400px) {
    .product-single__right {
        padding-right: 100px;
    }
}

@media (max-width: 1200px) {
    .product-single__right {
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .product-single__right {
        padding-right: 0;
        width: calc(100% - 340px);
        padding-top: 12px;
    }
}

@media (max-width: 768px) {
    .product-single__right {
        width: 100%;
        padding-top: 24px;
    }
}

.product-single__img {
    position: relative;
    width: 100%;
    /*padding-top: 100%;*/
    background-color: #fff;
}

.product-single__img img {
    /*
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    */
    margin: auto;
    /*
    max-height: 80%;
    max-width: 80%;
    */
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

.product-single__discount {
    height: 140px;
    width: 140px;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    background-color: #323437;
    left: auto;
    right: 10px;
    font-weight: 500;
}

@media (max-width: 1200px) {
    .product-single__discount {
        height: 80px;
        width: 80px;
        font-size: 24px;
    }
}

.product-single .product-thumbnails {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  gap: 10px;
}

@media screen and (max-width: 992px) {
  .product-single .product-thumbnails {
    display: none;
  }
}

.product-single .product-thumbnails {
  width: 100%;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  display: flex;
}

.product-single .product-thumbnails-slide {
  cursor: pointer;
  width: calc(33% - 5px);
  padding-bottom: 125px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-single .breadcrumbs {
    margin: 0 0 50px;
}

@media (max-width: 1200px) {
    .product-single .breadcrumbs {
        margin: 0 0 24px;
    }
}

.product-single__title {
    margin-bottom: 56px;
}

@media (max-width: 1200px) {
    .product-single__title {
        margin-bottom: 24px;
    }
}

.product-single__price {
    font-size: 26px;
    margin-bottom: 50px;
}

@media (max-width: 1200px) {
    .product-single__price {
        font-size: 24px;
        margin-bottom: 36px;
    }
}

@media (max-width: 992px) {
    .product-single__price {
        font-size: 20px;
        margin-bottom: 24px;
    }
}

.product-single__price span {
    margin-left: 20px;
    opacity: 0.7;
}

@media (max-width: 992px) {
    .product-single__price span {
        margin-left: 12px;
    }
}

.product-single__desc {
    color: #686868;
    margin-bottom: 44px;
}

@media (max-width: 1200px) {
    .product-single__desc {
        margin-bottom: 24px;
    }
}
@media (max-width: 768px) {
    .product-single__desc {
        text-align: left;
    }
}

.product-single__add {
    margin-bottom: 48px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .product-single__add {
        margin-bottom: 28px;
        flex-direction: column;
    }
}

.product-single__add .amount-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    width: 150px;
    height: 50px;
    border: 2px solid white;
}

@media (max-width: 768px) {
    .product-single__add .amount-wrapper {
        width: 100%;
        justify-content: center;
    }
}

.product-single__add .amount-wrapper .plus,
.product-single__add .amount-wrapper .minus {
    cursor: pointer;
    height: 100%;
    width: 48px;
    transition: 0.3s;
    background-image: url('../dsg/icons/plus-01.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

.product-single__add .amount-wrapper .minus {
    background-image: url('../dsg/icons/minus-01.svg');
}

.product-single__add .amount {
    border: none;
    outline: none;
    height: 100%;
    width: 50px;
    text-align: center;
    font-size: 18px;
}

.product-single__info {
    margin-bottom: 24px;
    padding: 24px 0;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}

.product-single__info-item {
    margin-right: 24px;
    color: #999999;
}

.product-single__info-item span {
    color: #000;
}

.product-single__soc-med {
    font-size: 14px;
    color: #999999;
    display: flex;
    align-items: center;
}

.product-single__soc-med__icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 20px;
}

.product-single__soc-med__icons a {
    height: 36px;
    width: 36px;
    margin-right: 8px;
    transition: 0.3s;
}

.product-single__soc-med__icons a:hover {
    transform: translateY(-6px);
}

.product-single__add-btns {
    width: calc(100% - 162px);
}

@media (max-width: 992px) {
    .product-single__add-btns {
        width: 100%;
        margin-top: 12px;
    }
}

.product-single__add-btns .btn {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

@media (max-width: 992px) {
    .product-single__add-btns .btn {
        font-size: 14px;
    }
}

.product-single__add-btns .btn.secondary:hover {
    color: white;
    border-color: black;
    background-color: #323437;
}

.btn.add-to-wishlist {
    padding: 8px;
    border: none;
    background-color: #cccccc;
    height: 38px;
    margin-top: 4px;
}

.btn.add-to-wishlist img {
    width: 30px;
}

.btn.add-to-wishlist:hover {
    background-color: #aaa;
    color: #000;
}

.all-products {
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    color: #686868;
}

.full-cart {
    display: flex;
    border: none;
}

@media (max-width: 992px) {
    .full-cart {
        flex-direction: column
    }
}

.cart-inner__left {
    width: calc(100% - 525px);
}

@media (max-width: 1200px) {
    .cart-inner__left {
        width: calc(100% - 340px);
    }
}

@media (max-width: 992px) {
    .cart-inner__left {
        width: 100%;
    }
}

.cart-inner__right {
    width: 525px;
    padding-left: 100px;
}

@media (max-width: 1200px) {
    .cart-inner__right {
        width: 340px;
        padding-left: 20px;
    }
}

@media (max-width: 992px) {
    .cart-inner__right {
        width: 340px;
        padding-left: 0;
    }
}

@media (max-width: 576px) {
    .cart-inner__right {
        width: 100%;
    }
}

.cart-inner__summary {
    border: 1px solid #282828;
    padding: 46px 42px;
    width: 100%;
    transform: translateY(-40px);
}

@media (max-width: 1200px) {
    .cart-inner__summary {
        padding: 36px 28px;
    }
}

@media (max-width: 992px) {
    .cart-inner__summary {
        transform: translateY(0);
    }
}

.summary-item {
    display: flex;
    justify-content: space-between;
    padding: 26px 0;
    border-top: 1px solid #e4e4e4;
    font-size: 15px;
}

@media (max-width: 1200px) {
    .summary-item {
        padding: 20px 0;
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .summary-item {
        padding: 16px 0 10px;
        font-size: 13px;
        flex-direction: column;
    }

    .summary-item span {
        margin-bottom: 8px;
    }
}

.summary-title {
    margin-bottom: 28px;
    font-size: 20px;
}

@media (max-width: 1200px) {
    .summary-title {
        margin-bottom: 28px;
        font-size: 18px;
    }
}

.summary-btn {
    margin-top: 14px;
}

.summary-btn .btn {
    width: 100%;
    text-align: center;
}

.cart-message {
    margin-top: 28px;
    background-color: #b5ead8;
    text-align: center;
    padding: 24px;
    font-weight: 300;
}

@media (max-width: 576px) {
    .cart-message {
        padding: 20px;
    }
}

.cart__item.secondary .cart__item-right {
    padding-left: 48px;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 1200px) {
    .cart__item.secondary .cart__item-right {
        padding-left: 20px;
    }
}

@media (max-width: 576px) {
    .cart__item.secondary .cart__item-right {
        padding-left: 0;
        margin-top: 20px;
        width: 100%;
        flex-direction: column;
    }
}

.cart__item.secondary {
    padding: 24px 0;
    border-top: 1px solid #e4e4e4;
    border-bottom: none;
}

@media (max-width: 576px) {
    .cart__item.secondary {
        flex-direction: column;
    }
}

.cart__item.secondary .cart__item-remove {
    position: relative;
    height: 24px;
    width: 24px;
    background-size: 18px;
    margin-top: 12px;
}

@media (max-width: 576px) {
    .cart__item.secondary .cart__item-remove {
        position: absolute;
        top: -108px;
        right: 0;
        margin-top: 0;
    }
}

.cart__item.secondary .cart__item-full {
    font-weight: 600;
}

@media (max-width: 576px) {
    .cart__item.secondary .cart__item-full {
        font-size: 18px;
    }
}

.cart__item.secondary .cart__item-info {
    margin-right: auto;
}

.cart__item.secondary .cart__item-count {
    margin-top: -4px;
    height: 28px;
    width: 125px;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .cart__item.secondary .cart__item-count {
        width: 80px;
    }
}

@media (max-width: 576px) {
    .cart__item.secondary .cart__item-count {
        margin-right: 0;
        margin-top: 20px;
    }
}

.cart__item-info {
    width: 300px;
}

@media (max-width: 576px) {
    .cart__item-info {
        width: 100%;
    }
}

.cart__item.secondary .cart__item-num {
    font-weight: 400;
}

.cart__item.secondary .cart__item-inner-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 140px;
}

@media (max-width: 576px) {
    .cart__item.secondary .cart__item-inner-right {
        margin-top: 20px;
        align-items: flex-start;
        width: 100%;
    }
}

.cart-inner__bottom {
    border-top: 1px solid #e4e4e4;
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media (max-width: 576px) {
    .cart-inner__bottom {
        display: block;
    }
}

.btn.update {
    border-color: #c9c9c9;
    color: #686868;
    padding: 12px 40px;
}

@media (max-width: 576px) {
    .btn.update {
        width: 100%;
        text-align: center;
    }
}

.btn.update:hover,
.btn.use-code:hover {
    background-color: #c9c9c9;
    color: #282828;
}

.promo-wrapper {
    width: 320px;
}

@media (max-width: 992px) {
    .promo-wrapper {
        width: 260px;
    }
}

@media (max-width: 576px) {
    .promo-wrapper {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
}

.promo-wrapper input {
    margin-bottom: 0;
    border-color: #e4e4e4;
}

.promo-wrapper input::placeholder {
    color: #cacaca
}

.btn.use-code {
    border: none;
    background-color: #323437;
    color: white;
    margin-top: 8px;
    padding: 14px 40px;
    width: 100%;
    text-align: center;
}

.dash {
    padding: 100px 0;
}

@media (max-width: 576px) {
    .dash {
        padding: 80px 0;
    }
}

.dash__left {
    width: 320px;
    text-align: right;
}

@media (max-width: 1200px) {
    .dash__left {
        width: 280px;
    }
}

@media (max-width: 992px) {
    .dash__left {
        width: 160px;
    }
}

@media (max-width: 768px) {
    .dash__left {
        width: 100%;
    }
}

.dash__right {
    width: calc(100% - 370px);
}

@media (max-width: 1200px) {
    .dash__right {
        width: calc(100% - 320px);
    }
}

@media (max-width: 992px) {
    .dash__right {
        width: calc(100% - 180px);
        overflow-x: auto;
    }
}

@media (max-width: 768px) {
    .dash__right {
        width: 100%;
        margin-top: 40px;
    }
}

.dash__content {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .dash__content {
        flex-wrap: wrap;
    }
}

.dash__list-item {
    border-top: 1px solid #c9c9c9;
    padding: 16px 16px 16px 0;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    text-align: left;
}

@media (max-width: 992px) {
    .dash__list-item {
        padding: 12px 16px 12px 0
    }
}

.dash__list-item:after {
    content: '';
    position: absolute;
    right: 0;
    top: 16px;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    transition: 0.3s;
    background-image: url('../dsg/icons/chevron_forward-01.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
}

.dash__list-item:hover:after {
    background-color: #f2f2f2;
}

.dash__list {
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 36px;
}

.dash__newsletters {
    border-bottom: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
    padding: 22px 200px 22px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 1400px) {
    .dash__newsletters {
        padding-right: 100px;
    }
}

@media (max-width: 1200px) {
    .dash__newsletters {
        padding: 16px 0;
    }
}

@media (max-width: 992px) {
    .dash__list-item {
        padding: 12px 16px 12px 0
    }
}

@media (max-width: 768px) {
    .dash__newsletters {
        flex-direction: column;
        align-items: flex-end;
        padding: 24px 0;
    }
}

.dash__newsletters-checkbox {
    display: flex;
    font-weight: 600;
    display: flex;
    justify-content: flex-end;
    margin-right: 36px;
    font-weight: 300;
}

@media (max-width: 768px) {
    .dash__newsletters-checkbox {
        margin-bottom: 20px;
        margin-right: 0;
    }
}

.dash__newsletters-checkbox .checkbox {
    height: 20px;
    width: 20px;
    position: relative;
    background-color: #fff;
    border: 1px solid #828282;
    margin-left: 8px;
    flex-shrink: 0;
}

.dash__newsletters-checkbox .checkbox input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.dash__newsletters-checkbox .checkbox input:checked~.checkmark {
    background-image: url('../dsg/icons/check-01.svg');
}

.dash__newsletters-checkbox .checkbox .checkmark {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
}

.dash__content-item {
    display: none;
}

.dash__content-item.active {
    display: flex;
}

.dash__addresses,
.dash__account {
    flex-wrap: wrap;
}

.dash__address {
    width: 36%;
    padding-right: 20px;
    font-size: 15px;
    margin-bottom: 80px;
}

@media (max-width: 1200px) {
    .dash__address {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .dash__address {
        width: 100%;
        margin-bottom: 32px;
    }
}

.dash__address span {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 32px;
    display: block;
}

@media (max-width: 768px) {
    .dash__address span {
        font-size: 18px;
        margin-bottom: 24px;
    }
}

.dash__address ul {
    display: block;
    list-style: none;
}

.dash__address-edit {
    margin-top: 20px;
    color: black;
    display: inline-block;
}

.dash .empty {
    border-bottom: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
    padding: 40px 0;
    text-align: center;
    width: 100%;
    position: relative;
    display: none;
}

@media (max-width: 1200px) {
    .dash__newsletters {
        padding: 32px 0;
    }
}

@media (max-width: 768px) {
    .dash__newsletters {
        padding: 24px 0;
    }
}

.empty-link {
    position: absolute;
    right: 0;
    bottom: -36px;
    display: inline-block;
    padding-right: 20px;
    background-image: url('../dsg/icons/chevron_forward-01.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-position: right 4px center;
    background-size: 16px;
    transition: 0.3s;
}

.empty-link:hover {
    background-position: right;
}

.dash__info-form {
    max-width: 680px;
    width: 100%;
}

.dash__info-form span {
    margin-top: 80px;
    margin-bottom: 28px;
    font-size: 20px;
    display: block;
}

@media (max-width: 768px) {
    .dash__info-form span {
        margin-top: 40px;
        margin-bottom: 16px;
        font-size: 18px;
    }
}

.dash .wishlist-item {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    border-bottom: none;
}

@media (max-width: 576px) {
    .dash .wishlist-item {
        padding-top: 24px;
    }
}

.dash .wishlist-item:last-of-type {
    border-bottom: 1px solid #e5e5e5;
}

.dash .wishlist-item__remove {
    width: 40px;
}

.dash .wishlist-item__img {
    width: 70px;
    height: 70px;
    margin-right: 32px;
}

.dash .wishlist-item__name {
    font-size: 14px;
    margin-bottom: 4px;
}

.dash .wishlist-item__price {
    font-size: 14px;
}

.dash .wishlist-item__btns {
    margin-top: 12px;
}

.dash__wishlist {
    flex-direction: column;
}

.dash__orders-table {
    width: 100%;
    display: block;
}

@media (max-width: 992px) {
    .dash__orders-table {
        width: 100%;
        min-width: 720px;
        font-size: 14px;
    }
}

.dash__orders-table__row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.dash__orders-table__row:first-of-type .dash__orders-table__item {
    padding: 0 0 8px;
    font-size: 15px;
    font-weight: 600;
}

.dash__orders-table__row:first-of-type .dash__orders-table__item:first-of-type {
    pointer-events: none;
    opacity: 0;
}

.dash__orders-table__row:first-of-type .dash__orders-table__item:nth-of-type(2) {
    padding-left: 28px;
}

.dash__orders-table__item {
    padding: 16px 0;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    align-items: center;
}

.dash__orders-table__item:first-of-type {
    width: 28px;
    position: absolute;
    left: 0;
    top: 0;
    height: 66px;
}

.dash__orders-table__item:nth-of-type(2) {
    width: 18%;
    padding-left: 28px;
}

.dash__orders-table__item:nth-of-type(3) {
    width: 14%;
}

.dash__orders-table__item:nth-of-type(4) {
    width: 13%;
}

.dash__orders-table__item:nth-of-type(5) {
    width: 35%;
    font-size: 15px;
}

.dash__orders-table__item:nth-of-type(6) {
    width: 20%;
}

.dash__orders-table .btn {
    padding: 7px 0;
    text-align: center;
    width: 100%;
}

.dash__orders .pending,
.dash__orders .accepted {
    color: #fedac2;
}

.dash__orders .processing {
    color: #e3efcb;
}

.dash__orders .sent {
    color: #c6cde9;
}

.dash__orders .finished,
.dash__orders .done {
    color: #b4e9d7;
}

.dash__orders .rejected,
.dash__orders .cancelled {
    color: #ff1e43;
}

.open-table-dropdown {
    cursor: pointer;
    background-image: url('../dsg/icons/chevron_down-01.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    border-bottom: none;
    transition: 0.3s;
}

.open-table-dropdown.active {
    transform: rotate(180deg);
}

.dash__orders-table__dropdown {
    width: 100%;
    padding: 20px 0 20px 28px;
    background-color: #fafafa;
    border-bottom: 1px solid #e4e4e4;
    display: none;
}

.dash__orders-table__dropdown.active {
    display: flex;
}

.dropdown-left {
    width: 30%;
}

.dropdown-right {
    width: 70%;
}

.dropdown-left span {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
    display: block;
}

.dropdown-left ul {
    display: block;
    list-style: none;
    font-size: 14px;
}

.dropdown-item {
    display: flex;
    align-items: center;
    padding: 22px 0;
    border-bottom: 1px solid #e4e4e4;
}

@media (max-width: 992px) {
    .dropdown-item {
        padding: 12px 0;
    }
}

.dropdown-item:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.dropdown-item:first-of-type {
    padding-top: 0;
}

.dropdown-item__img {
    margin-right: 20px;
    position: relative;
    width: 52px;
    height: 52px;
    background: rgb(207, 207, 207);
    background: linear-gradient(90deg, rgba(207, 207, 207, 1) 0%, rgba(230, 230, 230, 1) 100%);
    margin-right: 48px;
    overflow: hidden;
}

.dropdown-item__img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    transition: 0.5s ease;
}

.dropdown-item__name {
    width: 250px;
    font-weight: 500;
    font-size: 14px;
}

.dropdown-item__amount {
    width: 100px;
    font-size: 14px;
    margin-left: auto;
}

.dropdown-item__price {
    font-size: 14px;
}

.sc-cart-inner {
  background-color: white;
}
.sc-checkout {
    background-color: transparent;
    padding: 210px 0 52px;
    border-bottom: 1px solid #dadada;
}
@media (max-width: 992px) {
    .sc-checkout {
        padding: 120px 0 40px;
    }
}
@media (max-width: 576px) {
    .sc-checkout {
        padding: 60px 0 40px;
    }
}

.checkout-1 {
    max-width: 420px;
}

.checkout-2,
.checkout-3 {
    max-width: 680px;
}

.checkout__login-form {
    margin-top: 60px;
}

.checkout__login-form .btn {
    width: 100%;
    text-align: center;
}

.sc-checkout__btns {
    background-color: transparent;
}

.sc-checkout__btns .container {
    max-width: 740px;
}

.checkout__btns {
    padding: 52px 0;
    display: flex;
    justify-content: flex-end;
}
@media (max-width: 576px) {
    .checkout__btns {
        padding: 12px 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.checkout__btns .btn {
    margin: 8px 5px;
    border-color: #c9c9c9;
}
@media (max-width: 576px) {
    .checkout__btns .btn {
        width: 60%;
    }
}


.checkout__btns .btn.secondary {
    border-color: #282828;
}
.checkout__btns .btn.secondary:hover {
    background-color: white;
    color: #282828;
}

.checkout-step {
    display: none;
    width: 100%;
    margin: 0 auto;
}

.checkout-step.active {
    display: block;
}

.checkout-step .register-modal__checkbox {
    justify-content: flex-start;
}

.checkout-step .register-modal__checkbox .checkbox {
    margin-left: 0;
    margin-right: 14px;
}

.checkout-step textarea.input {
    margin-top: 40px;
    height: 40px;
    resize: none;
    margin-bottom: 0;
}

.input.error {
    border: 1px solid #ff1e43;
}

.checkout-step__error {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #ff99a4;
    font-size: 15px;
    margin-bottom: 40px;
}

.checkout-step__error img {
    width: 16px;
    margin-right: 12px;
}

.checkout-step__error span {
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-step__info-item {
    display: flex;
    justify-content: space-between;
    padding: 26px 0;
    border-top: 1px solid #e4e4e4;
    font-size: 15px;
}

@media (max-width: 1200px) {
    .sucheckout-step__infomary-item {
        padding: 20px 0;
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .checkout-step__info-item {
        padding: 16px 0 10px;
        font-size: 13px;
        flex-direction: column;
    }

    .checkout-step__info-item span {
        margin-bottom: 8px;
    }
}

.checkout-step__items {
    margin-bottom: 20px;
}

.checkout-step .dropdown-item {
    border: none;
    padding: 8px 0;
}

@media (max-width: 576px) {
    .checkout-step .dropdown-item {
        display: block;
    }
}

.checkout-step .dropdown-item__img {
    margin-right: 32px;
}

.checkout-step .dropdown-item__amount,
.checkout-step .dropdown-item__price {
    width: auto;
}

.checkout-step .dropdown-item__name,
.checkout-step .dropdown-item__amount,
.checkout-step .dropdown-item__price {
    font-size: 15px;
}

@media (max-width: 576px) {

    .checkout-step .dropdown-item__name,
    .checkout-step .dropdown-item__amount,
    .checkout-step .dropdown-item__price {
        display: block;
        margin-top: 4px;
    }
}

.checkout-step .dropdown-item__price {
    margin-left: auto;
}

.checkout-step__payment {
    width: 100%;
    border: 1px solid #282828;
    margin-top: 12px;
}

.checkout-step__payment-item {
    border-bottom: 1px solid #e4e4e4;
    padding: 24px 24px 24px 8px;
}

.checkout-step__payment-item:last-of-type {
    border-bottom: 1px solid #e4e4e4;
}

.checkout-step__radio {
    display: flex;
}

.checkout-step__radio .radio {
    height: 20px;
    width: 20px;
    position: relative;
    border-radius: 100%;
    border: 2px solid #cacaca;
    margin-right: 28px;
    flex-shrink: 0;
}

@media (max-width: 576px) {
    .checkout-step__radio .radio {
        margin-right: 16px;
    }
}

.checkout-step__radio-text {
    font-size: 14px;
    color: #686868;
}

.checkout-step__radio-text span {
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
    color: #282828;
}

.checkout-step__radio .radio input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.checkout-step__radio .radio input:checked~.checkmark {
    background-color: #282828;
}

.checkout-step__radio .radio .checkmark {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 100%;
    pointer-events: none;
    transition: 0.3s;
}

.card-input {
    width: 100%;
    max-width: 312px;
    outline: none;
    height: 34px;
    display: block;
    padding: 0 16px;
    font-size: 15px;
    color: #282828;
    font-weight: 600;
    margin-top: 2px;
}

.card-input.secondary {
    width: 100%;
    max-width: 140px;
    padding: 0 12px;
    font-size: 15px;
    margin-right: 20px;
}

.payment-card__input {
    font-size: 13px;
    margin-top: 16px;
}

@media (max-width: 768px) {
    .payment-card__input {
        width: 100%;
    }
}

.checkout-step__payment-card .cards {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.checkout-step__payment-card .cards img {
    margin-left: 16px;
}

@media (max-width: 768px) {
    .checkout-step__payment-card .cards img {
        margin-right: 16px;
        margin-left: 0;
        margin-top: 16px;
    }
}

.checkout-step__payment-card {
    display: flex;
    align-items: flex-end;
}

@media (max-width: 768px) {
    .checkout-step__payment-card {
        flex-direction: column;
        align-items: flex-start;
    }
}

.checkout-step__payment-card-info {
    display: flex;
}

@media (max-width: 576px) {
    .checkout-step__payment-card-info {
        display: block;
    }
}

.checkout-step__payment-form .register-modal__checkbox {
    margin-top: 16px;
}

.checkout-step__payment-form .register-modal__checkbox .register-modal__checkbox-text {
    font-size: 14px;
}

.checkout-step__payment-details {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
}

.payment-detail {
    width: 50%;
    padding-right: 20px;
    padding-top: 24px;
}
@media (max-width: 576px) {
    .payment-detail {
        width: 100%;
        padding-right: 0;
    }
}
.payment-detail.contact {
    width: 100%;
    padding-right: 0;
    padding-bottom: 28px;
    border-bottom: 1px solid #cacaca;
}

.payment-detail span {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
    display: block;
}

.payment-detail ul {
    display: block;
    list-style: none;
    color: #686868;
    font-size: 15px;
}
.payment-detail ul li {
    display: flex;
}
.payment-detail ul li span {
    font-size: 15px;
    margin-right: 8px;
}
.payment-detail ul li a:hover {
    text-decoration: underline;
}

.finish-order {
    padding: 15px 20px;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    margin-top: 20px;
    display: block;
}

.checkout-header {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
@media (max-width: 576px) {
    .checkout-header {
        margin-bottom: 40px;
    }
}

.checkout-header__item {
    width: 33.3%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    color: #c9c9c9;
}
.checkout-header__item.active,
.checkout-header__item.done {
    color: #282828;
}

.checkout-header__item:before {
    content: '';
    position: absolute;
    top: 14px;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #c9c9c9;
}
.checkout-header__item.active:before,
.checkout-header__item.done:before {
    background-color: #323437;
}

.checkout-header__item-icon {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    position: relative;
}

.checkout-header__item.active .checkout-header__item-icon {
    background-color: #323437;
    border-color: black;
    color: #fff;
}
.checkout-header__item.done .checkout-header__item-icon {
    background-color: #fff;
    border-color: black;
    color: transparent;
    background-image: url('../dsg/icons/check-01.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

.checkout-header__item-text {
    font-size: 15px;
    text-align: center;
    padding: 0 12px;
}
@media (max-width: 576px) {
    .checkout-header__item-text {
        font-size: 13Spx;
    }
}

.dash__orders-pagination {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.pagination-left,
.pagination-right {
    height: 18px;
    width: 20px;
    background-image: url('../dsg/icons/chevron_forward-01.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    cursor: pointer;
}
.pagination-left {
    transform: rotate(180deg);
}

.pagination-item {
    margin: 0 5px;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
}
.pagination-item.active {
    font-weight: 600;
}

@media screen and (max-width: 767px) {
  .safari_only {
    padding-bottom: 150px; //resize 
  }
}

.cookies {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 500px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  color: #FFF;
  box-sizing: border-box;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.cookies a {
  color: #FFF;
  font-weight: 600;
}
.cookies-button {
  display: block;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 600;
  box-sizing: border-box;
  padding: 10px;
  background-color: #323437;
  margin-top: 20px;
  text-align: center;
  width: 150px;
  color: #FFF;
}
.cookies-button:hover {
  background-color: #363636;
}

@media only screen and (max-width:650px) {
  .cookies {
    width: 100%;
  }
}

.sc-blog-list {
    padding: 100px 0;
}

@media (max-width: 576px) {
    .sc-blog-list {
        padding: 80px 0;
    }
}

.sc-blog-list .container {
    /*max-width: 740px;*/
}

@media (max-width: 576px) {
    .sc-blog-list .container {
        max-width: calc(100% - 40px);
    }
}

.sc-blog-list .store-item__img img {
  width: 100%;
  height: 100%;
}
.sc-blog-list .store-item__img img {
  width: 100%;
  height: 100%;
}

.blog-list__double .blog-item {
    width: calc(50% - 24px);
    padding-bottom: 40px;
}

@media (max-width: 768px) {
    .blog-list__double .blog-item {
        width: calc(50% - 12px);
    }
}

@media (max-width: 576px) {
    .blog-list__double .blog-item {
        width: calc(50% - 4px);
    }
}

.blog-list__main {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 32px;
}

.blog-item {
    display: block;
    padding-bottom: 28px;
}

.blog-item__img {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    margin-bottom: 28px;
    overflow: hidden;
}

.blog-item__img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    object-fit: cover;
    transition: 0.3s ease;
}

.blog-item:hover .blog-item__img img {
    transform: scale(1.1);
}

.blog-item:hover .blog-item__title h4,
.blog-item:hover .blog-item__title h2 {
    color: black;
}

.blog-item__desc {
    display: flex;
    align-items: center;
    margin-top: 16px;
    font-size: 14px;
    opacity: 0.6;
}
@media (max-width: 576px) {
    .blog-item__desc {
        display: block;
    }
}

.blog-item__desc-separator {
    margin: 0 8px;
}

@media (max-width: 576px) {
    .blog-item__desc-separator {
        display: none;
    }
}

.blog-item__title h2,
.blog-item__title h4 {
    font-weight: 700;
    transition: 0.3s ease;
    text-align: left;
}

.blog-list__double {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog-list__double .blog-item .blog-item__desc,
.blog-list__single .blog-item .blog-item__desc {
    font-size: 10px;
    margin-top: 12px;
}

.blog-list__double .blog-item .blog-item__desc-separator,
.blog-list__single .blog-item .blog-item__desc-separator {
    margin: 0 4px;
}

.blog-list__single .blog-item {
    display: flex;
    justify-content: space-between;
    padding: 28px 0;
    border-top: 1px solid #e5e5e5;
    width: 49%;
}

.blog-list__single .blog-item__img {
    width: 180px;
    height: 180px;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .blog-list__single .blog-item__img {
        width: 120px;
        height: 120px;
    }
    .blog-list__single .blog-item {
      width: 100%;
    }
}

.blog-list__single .blog-item__content {
    width: calc(100% - 200px);
}

@media (max-width: 576px) {
    .blog-list__single .blog-item__content {
        width: calc(100% - 140px);
    }
}

#delivery_other {
  padding: 30px;
  border-radius: 6px;
  background-color: #fbfbfb;
}

.index-categories {
  padding: 40px 0px;
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
}
.index-categories .index-cat {
  width: 32%;
}

@media (max-width: 576px) {
  .index-categories {
    gap: 5px;
  }
    .index-categories .index-cat {
      width: 100%;
    }
}

.index-question-contact {
  padding: 15px;
  text-align: center;
  font-weight: 100;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  color: black;
}


.about-heaven {
  display: flex; flex-wrap: wrap; align-items: center;
}
.about-heaven.reverse {
  flex-direction: row-reverse;
}
.about-heaven-box.left {
  width: 40%;
}
.about-heaven-box.right {
  width: 60%;
}
.about-heaven.reverse .about-heaven-box.left {
  text-align: right;
}
.about-heaven-box h2 {
  text-align: left;
}
@media (max-width: 576px) {
 .about-heaven-box, .about-heaven-box.left, .about-heaven-box.right {
   width: 100%;
   text-align: center;
 }
 .about-heaven.reverse .about-heaven-box.left {
   text-align: center;
 }
 .about-heaven.reverse {
   flex-direction: row;
 }
 .about-heaven-box h2 {
   text-align: center;
 }
}


.enovice {
  display: flex; flex-wrap: wrap;
}
.enovice-left {
  width: 50%; text-align: center; padding-top: 10px;
}
.enovice-right {
  width: 50%;
}
@media (max-width: 576px) {
    .enovice-left {
      width: 100%;
    }
    .enovice-left h3 {
      margin-bottom: 10px;
    }
    .enovice-right {
      width: 100%;
    }
}

.services {
  background-color: #C5E0C1; padding: 40px; border-radius: 6px;
}
.services-holder {
  display: flex; flex-wrap: wrap;
}
.services-left {
  width: 70%; padding-top: 10px;
}
.services-right {
  width: 30%;
}
@media (max-width: 576px) {
   .services-left {
     width: 100%;
   }
   .services-right {
     margin-top: 20px;
     width: 100%;
   }
}

.item-icons {
  /*
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  */
}

.item-icons .item-icon {
  clear: both;
  line-height: 40px;
}
.item-icons .item-icon img {
  height: 40px;
  float: left;
  margin-right: 10px;
}

hr {
    clear: both;
    border: none;
    padding: 10px;
}


.blog-list__single {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-list__single__left {
  width: 48%;
}
.blog-list__single__right {
  width: 48%;
}
.blog-list__single__left.salon-item {
  width: 28%;
}
.blog-list__single__right.salon-item {
  width: 68%;
}

@media (max-width: 576px) {
   .blog-list__single__left  {
     width: 100%;
   }
   .blog-list__single__right {
     margin-top: 20px;
     width: 100%;
   }
}

.store-item__title.blog-item-title {
  height: 51px;
  overflow: auto;
  white-space: normal;
}

@media (max-width: 576px) {
   iframe {
     width: 100%;
   }
}




.header-bottom {
  color: black;
  font-size: 16px;
  height: 48px;
  text-align: left;
  line-height: normal;
 
}
@media (max-width: 992px) {
  .header-bottom {
    font-size: 14px;
    height: auto;
    display: block;
    position: absolute;
    width: 100%;
    background-color: white;
    padding-bottom: 20px;
    display: none;
  }
  .menu-categories {
    display: none;
  }
}

.header-bottom__item {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .header-bottom__item {
    line-height: 50px;
  }
}

.header-bottom__item.has-dropdown {
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  height: 100%;
  /*
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-menu'%3E%3Cline x1='3' y1='12' x2='21' y2='12'/%3E%3Cline x1='3' y1='6' x2='21' y2='6'/%3E%3Cline x1='3' y1='18' x2='21' y2='18'/%3E%3C/svg%3E")
    no-repeat left center / 16px;
  */
  padding-left: 20px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 992px) {
  .header-bottom__item.has-dropdown {
    padding-left: 0px;
  }
}

.header-bottom__item.active,
.header-bottom__item:hover {
  color: white;
  text-decoration: underline;
}

.header-bottom__item.has-dropdown:hover {
  /*
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23019ad0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-menu'%3E%3Cline x1='3' y1='12' x2='21' y2='12'/%3E%3Cline x1='3' y1='6' x2='21' y2='6'/%3E%3Cline x1='3' y1='18' x2='21' y2='18'/%3E%3C/svg%3E")
    no-repeat left center / 16px;
    */
}

.header-bottom__item.has-dropdown.active {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23019ad0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E")
    no-repeat left center / 18px;
}

.header-bottom a {
  text-decoration: none;
  font-weight: 500;
}

.header-bottom__item > a {
  color: black;
  text-decoration: none;
  transition: 0.3s ease;
}

.header-bottom a:hover {
  color: black;
  text-decoration: underline;
}

.header-bottom__items {
  display: flex;
  height: 100%;
  gap: 40px;
  position: relative;
}
@media (max-width: 992px) {
  .header-bottom__items {
    gap: 20px;
    display: block;
  }
}

.header__dropdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0;
  position: absolute;
  top: 100%;
  left: -20px;
  width: calc(100% + 40px);
  cursor: auto;
  pointer-events: none;
}
.header__dropdown.tezave-s-kozo {
  left: 200px;
}
@media (max-width: 992px) {
  .header__dropdown {
    grid-template-columns: 1fr;
    overflow: hidden;
    top: 0px;
    z-index: 99999;
  }
  .header__dropdown.tezave-s-kozo {
    left: -20px;
  }
}

.header__dropdown-title {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 20px 12px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .header__dropdown-title {
    pointer-events: auto;
    padding: 20px 20px 12px 40px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'/%3E%3C/svg%3E")
      no-repeat left 13px top 18px / 20px;
  }
}

.header__dropdown-level1,
.header__dropdown-level2,
.header__dropdown-level3,
.header__dropdown-level4 {
  cursor: auto;
  background-color: #fff;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  max-height: 75vh;
  flex-direction: column;
  display: none;
  pointer-events: auto;
}
@media (max-width: 992px) {
  .header__dropdown-level1,
  .header__dropdown-level2,
  .header__dropdown-level3,
  .header__dropdown-level4 {
    transform: translateX(100%);
    display: flex;
    height: calc(100vh - 120px);
    max-height: calc(100vh - 120px);
    box-shadow: none;
    transition: 0.5s ease;
  }
}
@media (max-width: 768px) {
  .header__dropdown-level1,
  .header__dropdown-level2,
  .header__dropdown-level3,
  .header__dropdown-level4 {
    height: calc(100vh - 100px);
    max-height: calc(100vh - 100px);
  }
}
@media (max-width: 768px) {
  .header__dropdown-level1,
  .header__dropdown-level2,
  .header__dropdown-level3,
  .header__dropdown-level4 {
    height: calc(100vh - 90px);
    max-height: calc(100vh - 90px);
  }
}

.header__dropdown-level1.active,
.header__dropdown-level2.active,
.header__dropdown-level3.active,
.header__dropdown-level4.active {
  display: flex;
}
@media (max-width: 992px) {
  .header__dropdown-level1.active,
  .header__dropdown-level2.active,
  .header__dropdown-level3.active,
  .header__dropdown-level4.active {
    transform: translateX(0%);
  }
}

.header__dropdown-items {
  overflow: auto;
  flex: 0 1 auto;
  padding: 0 20px 8px;
}
@media (max-width: 992px) {
.header__dropdown-items {
    padding-bottom: 60px;
  }
}

.header__dropdown-item {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  transition: 0.3s ease;
  color: #333;
  padding: 4px 0;
  min-height: 48px;
  font-weight: 300;
}
@media (max-width: 992px) {
  .header__dropdown-item {
    border-bottom: 1px solid rgb(228, 228, 228);
    font-weight: 600;
  }
}

.header__dropdown-item:hover,
.header__dropdown-item.active {
  color: black;
  text-decoration: underline;
}

.header__dropdown-item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.header__dropdown-item__title {
  font-size: 14px;
}

.header__dropdown-item.has-submenu {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E")
    no-repeat right center / 20px;
  padding-right: 28px;
}

.header__dropdown-level2,
.header__dropdown-level3,
.header__dropdown-level4 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  transform: translateX(100%);
}
@media (max-width: 992px) {
  .header__dropdown-level2,
  .header__dropdown-level3,
  .header__dropdown-level4 {
    position: fixed;
  }
}

.header__dropdown-show-all {
  padding: 12px 20px;
}

.header__dropdown-show-all a {
  transition: 0.3s;
  color: black;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
  padding-right: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23a73394' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E")
    no-repeat right center / 16px;
}

.header__dropdown-show-all a:hover {
  color: black;
  text-decoration: underline;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23019ad0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E")
    no-repeat right center / 16px;
}

.header__dropdown-item.on-sale {
  color: #dc3d3d;
  font-weight: 500;
}

.header__dropdown-item.new {
  color: #019ad0;
  font-weight: 500;
}

@media (max-width: 992px) {
  .header__dropdown-level1 > .header__dropdown-title {
    background: none;
    padding-left: 20px;
    pointer-events: none;
  }
}
