:root {
    --brown: #bea8ab;
}

/* fonts */
@font-face {
    font-family: 'Poppins Regular';
    src: url('../fonts/Poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'Poppins ExtraLight';
    src: url('../fonts/Poppins/Poppins-ExtraLight.ttf');

}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins/Poppins-Medium.ttf');

}

@font-face {
    font-family: 'PlayfairDisplay';
    src: url('../fonts/PlayfairDisplay/PlayfairDisplayRegular.ttf');
}

body {
    font-size: 16px;
    font-family: "Poppins Regular", serif;
}

.grecaptcha-badge {display: none!important;}

/* colors */

.contact-form-title,
.medvedeva-on-instagram-title,
.nav-link,
.header-menu ul > li > a,
.newsletter,
.collections-btn {
    color: #514849;
}

/* header block */

.top-bar {
    border-bottom: 1px solid #f1eeee;
    padding: 40px 0 40px 0;
}

.top-bar a {

}

.mobile-menu-line {
    width: 90%;
    display: none;
    right: -15px;
    height: 1px;
    position: absolute;
    margin-top: -16px;
    background-color: #dad1d1;
    z-index: 101;
    /*display: none;*/
}

.top-bar-logo img {
    width: 230px;
    height: 40px;
}

@media screen and (max-width: 375px) {
    .top-bar-logo img {
        width: 190px;
        height: 30px;
    }
}

.top-bar-toggler {
    /*background-image: url("../icons/22_mobile_toggler.svg");*/
    position: absolute;
    /*top: -88px;*/
    right: 30px;
    width: 55px;
    border: none;
    height: 55px;
    z-index: 100;
    background: transparent;

}

.top-bar-toggler img {
    /*width: 55px;*/
    /*height: 55px;*/
}

button:focus {
    outline: unset;
}

.navbar-toggler {
    border: none;
    padding: 0;
    border-radius: unset;
}

.top-bar-toggler > img {
    /*margin-left: -10px;*/
    /*margin-top: -7px;*/
    /*width: 56px;*/
    /*height: 56px;*/
}

.header-logo {
    display: inline;
}

.header-menu {
    font-family: 'Poppins-Medium';
    font-size: 1rem;
    text-transform: uppercase;
}

.menu-header-menu-container {
    width: 100%;
    height: 100%;
}

.menu-header-menu-container .nav-item .nav-link {
    text-transform: uppercase;
}

.menu-header-menu-container > ul > .nav-item .nav-link {
    padding: 0.5rem 2rem;
}

.menu-header-menu-container .nav-item .nav-link:hover {
    color: #d4c9c9 !important;
}

.menu-header-menu-container .nav-item .nav-link::after {
    background: #d4c9c9 !important;
}

.menu-header-menu-container .nav {
    background: #fff;
    position: relative;
}

.sub-menu {
    display: none;
    position: absolute;
    margin: auto;
    z-index: 100;
    right: 0;
    left: 0;
    justify-content: space-between;
    background: #ffffff;
    font-size: 1rem;
    text-transform: initial;
    padding: 0;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.menu-header-menu-container .nav #menu-item-93 {
    position: initial;
}

.menu-header-menu-container .nav .dropdown {
    position: relative;
}

/*.sub-menu.a {display:block;}*/
.sub-menu li {
    width: 22%;
    text-align: center !important;
    margin: 0;
    list-style-type: none;
}

.sub-menu > li > a {
    text-align: left;
}

.sub-menu > li > a > img {
    margin-bottom: 10px;
}

/*.plus-button {*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    right: 20px;*/
/*    margin-bottom: -12px;*/
/*    z-index: 100;*/
/*}*/
/*.plus-button-1 {*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 100px;*/
/*    right: 20px;*/
/*    margin-bottom: -12px;*/
/*    z-index: 100;*/
/*}*/

.order-now {
    padding: 9px 33px;
    text-transform: capitalize;
    background: #f1eeee;
    position: relative;
    z-index: 150;
    /*top: -92px;*/
    border: none;
}

.order-now a {
    color: inherit;
    font-size: .9rem;
}

/*.dropdown:hover > .sub-menu {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*}*/

/*.sub-menu > li > a:hover {*/
/*    text-decoration: underline;*/
/*}*/

.header-submenu-image {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

/*.navbar-toggler {*/
/*    background-color: #f1eeee;*/
/*}*/
a:hover,
ul > li > a:hover,
a > span:hover,
.footer-menu > ul > li > a:hover {
    color: #bea8ab;
    text-decoration: none;
}

.home-slider {
    padding-left: 0;
    padding-right: 0;
}

header .open-navbar-mob {
    position: fixed;
    right: 0;
    width: 100%;
    left: 0;
    z-index: 10;
    flex-direction: column;
    padding: 0;
    background: #00000059;
    top: 0;
    bottom: 0;
    height: 100vh;
    align-items: flex-end;
    display: flex !important;

}

header .open-navbar-mob .sub-menu,
header .open-navbar-mob .nav {
    background: transparent;
}

header .open-navbar-mob .sub-menu {
    position: initial;
    padding-left: 0;
}

header .open-navbar-mob .navbar {
    height: 100%;
    background: var(--brown);
    display: block;
    padding: 0;
    flex-wrap: nowrap;
    overflow: auto;
}

header .open-navbar-mob .navbar {
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide-2 0.5s forwards;
    transition: all 1s ease-in-out;
}

@-webkit-keyframes slide-2 {
    100% {
        width: 300px
    }
}

@keyframes slide-2 {
    100% {
        width: 300px
    }
}

header .open-navbar-mob .menu-header-menu-container .nav {
    height: 100%;
    flex-direction: column;
    transition: all 1s ease;
    flex-wrap: nowrap;
}

header .open-navbar-mob .mobile-buttons {
    display: flex;
    justify-content: space-between;
    padding: 20px 35px;
    border-bottom: 2px solid #f1eeee;
}

header .open-navbar-mob .mobile-buttons .btn-close {
    height: 30px;
}

header .open-navbar-mob .menu-header-menu-container {
    padding: 0 20px;
}

.carousel-control-next-icon {
    background-image: url('../icons/next.svg');
    width: 70px;
    height: 40px;
}

.carousel-control-next-icon:hover {
    color: crimson;
}

.carousel-control-prev-icon {
    background-image: url('../icons/back.svg');
    width: 70px;
    height: 40px;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}

.carousel-control-next:hover, .carousel-control-prev:hover {
    opacity: 0.5;
}

.medvedeva-on-instagram-title > h3 {
    margin-top: -103px;
}

.contact-form-title > h3 {
    margin-top: -103px
}

.instagram-feed {
    margin-top: 50px;
}

.instagram-feed-img {
    width: 100%;
}

.instagram-feed-img:hover {
    opacity: 0.8;
}

/*.nav-item {width: 14.2%; text-align: left; align-self: center;}*/
.title-line {
    display: inline-block;
    vertical-align: middle;
    background-color: #514849;
    height: 1px;
    width: 15px;
    margin-left: 40px;
}

.contact-form-wrapper {
    margin-top: 50px;
    width: 494px;
    font-size: 1.125rem;
    font-family: 'Poppins ExtraLight';
}

.contact-form-input {
    padding: 50px 0 20px 15px;
    width: 225px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #bea8ab;
}

.contact-form-right-input {
    margin-left: 38px;
}

.contact-form-textarea {
    padding: 80px 0 20px 15px;
    width: 100%;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #bea8ab;
}

.contact-form-button {
    margin-top: 80px;
    padding: 16px 72px 16px 72px;
    border: none;
    background-color: #f1eeee;
}

.contact-form-button:hover {
    background-color: #514849;
    color: #ffffff;
}

.contact-form-sign {
    color: #dbd2d2;
    opacity: 0.4;
    margin-left: -3px;
    /*margin-bottom: -100px;*/
    font-family: PlayfairDisplay;
    font-size: 6.25rem;
}

.slider-margin h3 {
}

textarea:focus, input:focus {
    outline: none;
}

.top-margin {
    margin-top: 6rem;
}

/* Main page -> Newsletter block */
.newsletter-wrapper {
    border: 10px solid #bea8ab;
    padding: 20px 15px 0px 15px;
}

.newsletter-sign {
    opacity: 0.4;
    color: #dbd2d2;
    /*margin-left: -5px;*/
    margin-bottom: -103px;
    font-family: PlayfairDisplay;
    font-size: 6.25rem;
}

.newsletter > h3 {
    font-size: 1.5rem;
}

.newsletter-title-line-right {
    display: inline-block;
    vertical-align: middle;
    background-color: #514849;
    height: 1px;
    width: 15px;
    margin-left: 35px;
}

.newsletter-title-line-left {
    display: inline-block;
    vertical-align: middle;
    background-color: #514849;
    height: 1px;
    width: 15px;
    margin-right: 35px;
}

.newsletter-input {
    margin-top: 20px;
}

.newsletter-input > input {
    font-family: 'Poppins ExtraLight';
    font-size: 1.5rem;
    padding: 40px 0 20px 0;
    text-align: center;
    width: 100%;
    color: #514849;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #bea8ab;
}

.newsletter-input > button {
    border: none;

    background-color: #bea8ab;
    color: #ffffff;
    box-shadow: 0px 16px 19px 7px rgba(81, 72, 73, 0.16);
    -webkit-box-shadow: 0px 16px 19px 7px rgba(81, 72, 73, 0.16);
    -moz-box-shadow: 0px 16px 19px 7px rgba(81, 72, 73, 0.16);

}

.newsletter-input > button:hover {
    background-color: #514849;
}

.main-location img {
    width: 18px;
    height: 30px;
}

.main-location a {
    color: inherit;
}

.main-location > span {
    display: inline-block;
    margin-left: 15px;
}

.main-social-icons {
    color: #514849;
}

.main-social-icons > a {
    color: #514849;
}

.main-social-icons > a > img {
    width: 25px;
    /*display: flex;*/
    height: 25px;
}

.main-social-icons > a > span {
    margin-left: 10px;
    font-size: 18px;
    text-transform: uppercase;
}

.footer-line {
    height: 1px;
    background-color: #f1eeee;
}

.footer-bar {
    color: #514849;
    margin-bottom: 15px;
    /*font-size: 0.8rem;*/
    font-size: 14px;
}

.footer-link-divider {
    border-left: 1px solid #514849;
    border-right: 1px solid #514849;
}

.footer-menu > ul > li {
    padding: 0px 10px 0px 10px;
}

.footer-menu > ul > li > a {
    color: #514849;
}

#totop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 5; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #f1eeee; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    /*padding: 15px; !* Some padding *!*/
    /*border-radius: 10px; !* Rounded corners *!*/
    font-size: 18px; /* Increase font size */
}

#totop > img {
    width: 45px;
    height: 50px;
}

#phoneBtn {
    display: block; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    left: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: transparent; /* Set a background color */
    color: transparent; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    /*padding: 15px; !* Some padding *!*/
    /*border-radius: 10px; !* Rounded corners *!*/
    font-size: 18px; /* Increase font size */
}

#phoneBtn > img {
    width: 45px;
    height: 50px;
}

.mail-instagram-fix-links {
    width: 65px;
    height: 120px;
    display: block;
    position: fixed;
    z-index: 100;
    right: 0;
    margin-top: 30px;
    background-color: #f1eeee;
    border: 2px solid #f1eeee;
    cursor: pointer;
    transition: 0.7s ease-in-out;
}

.mail-instagram-fix-links > a {
    display: flex;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 57px;
    font-size: 18px;
}

.mail-instagram-fix-links > a > img {
    width: 45%;
    margin: 0 auto;
    display: block;
}

.mail-instagram-fix-links > a:first-child {
    background-color: #ffffff;
}

.mail-instagram-fix-mail, .mail-instagram-fix-instagram {
    opacity: 0;
    /*display: none;*/
    z-index: 1;
    margin-left: 15px;
    color: #514849;
    transition: 0.7s ease-in-out;
}

.mail-instagram-fix-links:hover .mail-instagram-fix-instagram,
.mail-instagram-fix-links:hover .mail-instagram-fix-mail {
    display: flex;
    opacity: 1;

}

.mail-instagram-fix-links:hover {
    width: 165px;
}

.mail-instagram-fix-links .fix-links-image {
    margin: 0 0 0 20px;
    width: 27px;
}

.mail-instagram-fix-links a:hover {
    text-decoration: underline #daced0;
}

.mobile-buttons {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer-link {
    text-decoration: underline;
    color: #514849;
}

/* collections */
.collections-sign {
    opacity: 0.4;
    color: #dbd2d2;
    /* margin-left: -5px; */
    margin-bottom: -103px;
    font-family: PlayfairDisplay;
    font-size: 6.25rem;
}

.collections-title-wrapper {
    position: relative;
    height: 100px;
    margin: 20px 0;
}

.collections-title-wrapper .collections-sign {
    line-height: 6.25rem;
}

.collections-title-wrapper h3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #514849;
}

.collections-title-line-left {
    display: inline-block;
    vertical-align: middle;
    background-color: #514849;
    height: 1px;
    width: 15px;
    margin-right: 35px;
}

.collections-title-line-right {
    display: inline-block;
    vertical-align: middle;
    background-color: #514849;
    height: 1px;
    width: 15px;
    margin-left: 35px;
}

.collections-btn {
    width: 100%;
    background-color: #f1eeee;
    padding: 20px 0 20px 0;
    border: none;
}

.collections-btn:hover {
    background-color: #514849;
    color: #ffffff;
}

.product-item a > img {

}

.collection-product-hover {
    display: none;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    padding-left: 50px;
    font-size: 24px;
    color: white;
    align-items: center;
}

.collection-product-hover-line {
    position: absolute;
    /*top: 20px;*/
    width: 20px;
    height: 1px;
    background: white;
}

.collection-product-hover-title {
    display: none;
    width: 70%;
}

.collection-product-wrapper {
    position: relative;
}

.collection-product-hover-overlay {
    background: rgba(193, 173, 176, 0.6);
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    transition: opacity .5s;
    opacity: 0;
    /*transition: ease .1s;*/
    /*margin-bottom: -200px;*/
}

.product-item a:hover .collection-product-hover {
    display: flex;
}

.product-item a:hover .collection-product-hover-overlay {
    opacity: 1;
    transition: opacity .5s;
}

.product-item a:hover .collection-product-hover-line, .collection-product-hover-title {
    display: block;
}

.product-slider-control-next {
    background-image: url('../icons/product-slider-next.svg');
}

.product-slider-control-prev {
    background-image: url('../icons/product-slider-prev.svg');
}

.product-slider {
    height: 600px;
}

.carousel-indicators {
    align-items: center;
}

.carousel-indicators li {
    background-color: #dbd2d2;
    border-radius: 40px;
    height: 7px;
    width: 7px;
    border: none;
    margin: 0 7px;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
}

.product-slider img {
    display: block;
    margin: 0 auto;
    width: 360px;
    height: 535px;
}

.product-description {
    font-family: 'Poppins ExtraLight';
    font-size: 18px;
    color: #514849;
}

.relpost-block-single {
    width: 262px !important;
    height: 440px !important;
    padding-left: 13px !important;
    padding-right: 13px !important;
}

.relpost-block-single > div > div {
    width: 262px !important;
    height: 390px !important;
    transition: all 0.3s;
}

/*.relpost-block-single-image:*/
.relpost-block-single > div > div:hover {
    transform: scale(1.01);
}

.relpost-block-single-text {
    text-align: left !important;
    padding-top: 20px !important;
}

.relpost-thumb-wrapper {
    margin-top: 60px;
}

.product-share-wrapper {
    display: flex;
    margin-left: 90px;
    flex-direction: row;
}

.product-share-text {
    margin-right: 20px;
    display: flex;
    /*align-content: center;*/
    /*align-items: center;*/
    align-self: center;
}

.product-share-icon {
    margin: 0 10px;
    height: 45px;
    width: 45px;
    border: 2px solid #f1eeee;
    transition: all 0.3s;
}

.product-share-icon:hover {
    transform: scale(1.1);
}

.product-description {
    /*display: flex;*/
}

.product-description-button {
    position: absolute;
    bottom: 65px;
    align-self: flex-end;
    padding: 16px 72px 16px 72px;
    border: none;
    font-size: 18px;
    font-family: "Poppins ExtraLight";
    background-color: #f1eeee;
    /*color: #514849;*/
    text-transform: capitalize;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
}

.product-line {
    width: 100%;
    height: 1px;
    background: #f1eeee;
    margin-top: 120px;
    margin-bottom: 70px;
}

.wpcf7-form-control-wrap {
    display: inline-flex;
    flex-direction: column;
}

.modal .wpcf7-form-control-wrap {
    display: flex;
    flex-direction: column;
}

.modal-content .dynamictext-731,
.modal-content .dynamictext-157 {
    display: flex;
}

.contact-form-right-input + span {
    margin-left: 38px;
}

.wpcf7-form-control + span {
    font-size: 15px;
}

.wpcf7-response-output {
    display: none !important;
}

.contact-form-input-w100,
form .wpcf7-form-control-wrap.purpose {
    width: 100% !important;
}

.modal-content .dynamictext-157 > input {
    padding-top: 0;
}

.modal .close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 30px;
}

.modal-content {
    padding: 35px;
}

.modal .textarea-block {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.modal .textarea-block label {
    margin-top: 35px;
}

.modal .modal-body {
    padding: 0;
}

.modal .product-description-button {
    margin-top: 50px;
}

.modal .wpcf7-textarea {
    height: 75px;
    padding: 0 0 0 15px;
}

.modal .col-1-m {
    display: block;
    justify-content: space-between;
}

/*.mail-instagram-fix-links:hover*/
@media screen and (min-width: 320px) {
    .footer-bar {
        font-size: 12px;
    }

    .main-social-icons {
        /*text-align: left;*/
    }

    .main-social-icons > a > img {
        /*max-width: 0.8em;*/
        /*position: absolute;*/
        /*left: 25px;*/
    }

    .main-social-icons > a > span {
        display: inline-block;
        width: 50%;
        text-align: left;
        font-size: .8rem;
        /*margin-left: 0;*/
    }

    .newsletter-input > button {
        font-size: 14px;
        padding: 17px 59px 17px 59px;
    }

    .newsletter-input > input {
        font-size: 14px;
    }

    .newsletter-wrapper {
        min-height: 360px;
    }

    .newsletter > h3 {
        font-size: 1.3rem;
    }

    .slider-margin h3 {
        font-size: 1rem;
    }

    .title-line {
        margin-left: 20px;
    }

    .contact-form-sign {
        font-size: 4.375rem;
    }

    .medvedeva-on-instagram-title > h3 {
        margin-top: -3.975rem;
    }

    .instagram-feed {
        margin-top: 2rem;
    }

    .contact-form-textarea {
        padding: 40px 0 0 15px;
    }

    .contact-form-button {
        margin-top: 1.8rem;
    }

    .contact-form-title > h3 {
        margin-top: -3.975rem;
    }

    .contact-form-wrapper {
        margin: 0;
    }

    .contact-form-input {
        background: transparent;
    }

    .column-margin {
        margin-top: 27px;
    }

    /*qqqq*/
    .contact-form-wrapper {
        width: 100%;
    }

    .contact-form-input, .contact-form-right-input {
        width: 100%;
    }

    .sub-menu {
        flex-direction: column;
    }

    .contact-form-right-input {
        margin-left: 0px;
    }

    .mail-instagram-fix-links {
        display: none;
    }

    #menu-header-menu > li > a {
        color: #d4c9c9;
    }

    .header-submenu-image {
        width: 100%;
    }

    .sub-menu li {

        width: 100%;
    }

    .nav-fill .nav-item {
        /*flex: none;*/
    }

    .sub-menu > li > a {
        color: #dad1d1 !important;
    }

    .home-slider {
        margin-top: -18px;
    }

    /*.column-margin {*/
    /*    margin-top: 27px;*/
    /*}*/
    .contact-form-wrapper > div > form {
        text-align: center;
    }

    .top-margin {
        margin-top: 4.5rem;
    }

    .carousel-item > img {
        height: 275px;
        object-fit: cover;
        width: 100%;
    }

    .slider-margin {
        padding: 0 !important;
    }

    .order-now {

        /*margin-right: 90px;*/
    }
}

@media screen and (min-width: 576px) {
    .order-now {
        /*margin-right: 110px;*/
    }

    .newsletter-input > button {
        padding: 20px 62px 20px 62px;
    }

    .newsletter-wrapper {
        min-height: 380px;
    }

    .header-submenu-image {
        width: 90%;
    }

    .newsletter > h3 {
        font-size: 1.4rem;
    }

    .modal-dialog {
        max-width: 600px;
    }
}

@media screen and (min-width: 768px) {
    .header-submenu-image {
        width: 80%;
    }

    .main-social-icons > a > img {
        max-width: none;
    }

    .main-social-icons > a > span {
        font-size: 1rem;
        /*margin-left: 0;*/
    }

    .newsletter-input > button {
        padding: 23px 65px 23px 65px;
    }

    .newsletter-input > input {
        font-size: 16px;
    }

    .newsletter-wrapper {
        min-height: 400px;
    }

    .newsletter > h3 {
        font-size: 28px;
    }

    .slider-margin h3 {
        font-size: 1.4rem;
    }

}

@media screen and (min-width: 992px) {
    .dropdown:after {
        content: none;
    }

    .sub-menu > li > a > img {
        margin-bottom: 10px;
    }

    .nav-fill .nav-item {
        flex: 1 1 auto;
    }

    .sub-menu > li > a {
        color: #514849 !important;
    }

    .header-submenu-image {
        width: 100%;
    }

    #header-menu {
        top: 0;
        z-index: 90;
        height: auto;
        background: inherit;
        position: inherit;
    }

    #menu-header-menu > li > a {
        color: #514849;
    }

    .newsletter-input > button {
        padding: 26px 68px 26px 68px;
    }

    .newsletter-input > input {
        font-size: 24px;
    }

    .newsletter-input > button {
        font-size: 1.2rem;
    }

    .newsletter-wrapper {
        min-height: 420px;
    }

    .newsletter > h3 {
        font-size: 30px;
    }

    .sub-menu {
        flex-direction: row;
    }

    .bottom-border {
        margin-top: 60px;
    }

    .home-slider {
        margin-top: 0;
    }

    .mail-instagram-fix-links {
        display: block;
    }

    .top-bar-logo {
        margin-left: auto !important;
        margin-right: auto;
    }

    .carousel-item > img {
        height: 482px;
        object-fit: cover;
        width: 100%;
    }

    .contact-form-wrapper > div > form {
        text-align: initial;
    }

    .contact-form-wrapper {
        width: 93%;
    }

    .column-margin {
        margin-top: 0;
    }

    header .navbar .mobile-buttons {
        display: none;
    }

    header .top-bar > div:last-child {
        display: none;
    }

    .nav-link {
        display: inline-block;
    }

    .nav-link::after {
        content: '';
        width: 0px;
        height: 2px;
        left: 50%;
        position: relative;
        display: block;
        background: black;
        transition: width 0.6s ease 0s, left 0.6s ease 0s;
        /*transition: 300ms;*/
    }

    .nav-link:hover::after {
        width: 100%;
        left: 0;
    }

    .menu-header-menu-container .nav #menu-item-93:hover .sub-menu {
        opacity: 1;
        display: flex;
    }

    .menu-header-menu-container .nav .dropdown:hover .sub-menu {
        opacity: 1;
        display: block;
    }

}

@media screen and (min-width: 1200px) {

    .newsletter-input > button {
        padding: 26px 68px 26px 68px;
    }

    .newsletter-wrapper {
        min-height: 430px;
    }

    .column-margin-footer {
        margin-top: 27px;
    }

    .contact-form-right-input {
        margin-left: 38px;
    }

    .contact-form-input, .contact-form-right-input {
        width: 225px;
    }

    .modal .col-2-l {
        display: flex;
    }

}

@media screen and (max-width: 992px) {

    .product-description-button {
        width: 100%;
        margin-top: 20px;
        position: initial !important;
    }

    .product-description-no-margin {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .product-share-wrapper {
        margin-left: 0 !important;
    }

    .product-line {
        margin: 60px 0 50px !important;
    }

    .product-related-products-mobile {
        display: none !important;
    }

    .relpost-block-container {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .relpost-block-single {
        /*display: flex!important;*/
        /*flex-basis: 100%;*/
        /*flex: 1*/
    }

    .carousel-item > img {
        height: 400px;
        object-fit: none;
        width: 100%;
    }

    .product-slider {
        height: 100%;
    }

    .carousel-indicators {
        bottom: -45px;
    }

    /* menu animation*/
    header .navbar .mobile-buttons {
        display: flex;
        justify-content: space-between;
        padding: 20px 25px;
        border-bottom: 2px solid #f1eeee;
    }

    header .navbar .menu-header-menu-container {
        padding: 0 25px;
    }

    header .navbar .mobile-buttons .btn-close {
        height: 30px;
        cursor: pointer;
    }

    header .navbar {
        height: 100%;
        background: var(--brown);
        display: block;
        padding: 0;
        flex-wrap: nowrap;
        overflow: auto;
        z-index: 100;
    }

    header .navbar .menu-header-menu-container .nav {
        height: 100%;
        flex-direction: column;
        transition: all 1s ease;
        flex-wrap: nowrap;
    }

    header .navbar .sub-menu,
    header .navbar .nav {
        background: transparent;
    }

    .bs-canvas-overlay {
        opacity: 0.2;
        z-index: 10;
    }

    .bs-canvas {
        top: 0;
        z-index: 1110;
        overflow-x: hidden;
        overflow-y: auto;
        width: 270px;
        transition: margin .4s ease-out;
        -webkit-transition: margin .4s ease-out;
        -moz-transition: margin .4s ease-out;
        -ms-transition: margin .4s ease-out;
    }

    .bs-canvas-right {
        right: 0;
        margin-right: -270px;
    }

    .navbar {
        position: fixed !important;
        height: 100% !important;
    }

    .sub-menu {
        position: relative;
        opacity: 1;
    }

    .menu-header-menu-container {
        height: auto;
    }

    .icons-menu-social {
        display: flex;
        justify-content: space-between;
        padding: 0 25px;
        margin-top: 30px;
    }

    .menu-header-menu-container > ul > .nav-item .nav-link {
        padding: 14px 0;
    }

    .menu-header-menu-container .sub-menu .nav-link {
        border-bottom: 1px solid #dad1d1;
    }

    #menu-header-menu > li .pluss {
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        top: 8px;
        right: 0;
        background: url("../icons/6_plus.svg");
        background-size: 15px;
        background-repeat: no-repeat;
        background-position: center;
    }

    #menu-header-menu > li .pluss-open {
        background: url("../icons/23_minus.svg");
        background-size: cover;
    }

    .header-submenu-image {
        width: 100%;
    }

    #menu-header-menu > li.dropdown-active > a {
        border-bottom: 1px solid #f1eeee;
        color: #f1eeee;
    }

    #menu-header-menu > li .active {
        display: block;
    }
    #menu-header-menu > li:last-child:hover  a>span,
    #menu-header-menu > li:hover a{
        color: #ffffff;
    }
}

@media screen and (max-width: 768px) {
    .sub-menu {
        flex-direction: column;
    }

    .contact-form-wrapper {
        width: 100%;
    }

    .contact-form-input, .contact-form-right-input {
        width: 100%;
    }

    .sub-menu {
        flex-direction: column;
    }

    .contact-form-right-input,
    .contact-form-right-input + span {
        margin-left: 0px;
    }

    .mail-instagram-fix-links {
        display: none;
    }

    .home-slider {
        margin-top: -18px;
    }

    .contact-form-wrapper > div > form {
        text-align: center;
    }

    .top-margin {
        margin-top: 4.5rem;
    }

    .slider-margin {
        padding: 0 !important;
    }

    .collection-product-wrapper .collection-product-hover {
        position: initial;
        color: #514849;
        display: block;
        text-align: left;
        padding-left: 0;
        padding-top: 25px;
        font-size: 18px;
    }

    .collection-product-wrapper .img-fluid {
        width: 100%;
    }

    #totop {
        right: 10px;
        padding: 0px;
    }

    #totop > img {
        width: 45px;
        height: 45px;
    }

    #phoneBtn {
        left: 10px;
    }

    #phoneBtn > img {
        width: 45px;
        height: 45px;
    }

    .collections-btn {
        padding: 15px 0 15px 0;
    }

    .collection-product-hover-line {
        display: none !important;
    }

    .product-description-no-margin {
        margin-top: 50px;
    }

}

@media (max-width: 580px) {
    .collections-wrapper > div:first-child {
        margin-top: 0 !important;
    }
}

.couture-video-wrapper:before {
    /*padding: 0!important;*/
}

.couture-video {
    max-height: 500px !important;
    object-fit: cover;
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.wp-block-separator {
    border-color: transparent;
}


/* inst feed */
/*
.sbi_item {
    padding-right: 15px!important;
    padding-left: 15px!important;
}*/

.header-image img {
    max-height: 700px;
    width: 100%;
    object-fit: cover;
}

#map {
    height: 400px;
}

.wpcf7-form {
    /*display: table-caption;*/
    /*text-align: center;*/
}

.wpcf7-form label {
    /*width: 100%;*/
}

.product-message {
    height: 60px;
}

.navbar {
    padding: 0;
}

.container-navbar {
    max-width: 1250px;
}

.pluso-more {
    display: none !important;
}

.pluso-counter {
    display: none !important;
}

.pluso-wrap a {
    margin: 0 10px !important;
    height: 45px !important;
    width: 45px !important;
    /*background: unset!important;*/
    /*border: 2px solid #f1eeee!important;*/
    transition: all 0.3s !important;
}

.pluso-wrap a:hover {
    transform: scale(1.1);
}

.pluso-facebook {
    background: url("../icons/18_fb_share.svg") !important;
}

.pluso-twitter {
    background: url("../icons/19_twitter_share.svg") !important;
}

.pluso-pinterest {
    background: url("../icons/20_pinterest_share.svg") !important;
}

.sg-popup-content {
    background: rgba(255, 255, 255) !important;
}

.sgpb-main-html-content-wrapper {
    text-align: center;
}

.product-description-button-popup {
    position: initial;
}

.wpcf7-textarea {
    background: transparent;
    height: 100px;
}
.wp-block-image img {
    object-fit: cover;
}

.wp-block-image {
    margin-bottom: 3em;
}

