body {
    font-family: 'Open Sans', Helvetica, sans-serif;
}


#logo img {
    display: block;
    height: 100px;
    width: auto;
}


#header .header__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 15px;
}
.header-col {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-col.header-col__info {
    width: 33%;
    justify-content: flex-start;
}
.header-col__info .header-shop {
    float: none;
    width: 100%;
    text-align: left;
}
.header-col.header-col__cart {
    width: 33%;
    justify-content: flex-end;
}
.header-col__cart .header-info {
    float: none;
    width: 47%;
    padding: 0;
    font-size: 14px;
}
.header-col__cart .cart-header {
    display: flex;
    padding-left: 0;
    font-size: 14px;
    float: none;
    width: 53%;
    justify-content: flex-end;
}
.header-col__cart .cart-dpsmall {
    float: none;
    margin-left: 20px;
    font-size: 11px;
}
.header-col__cart .cart-dpsmall-text {
    font-size: 11px;
}
.header-col__cart .cart-hsmall {
    margin: 0;
}
.cart-header-count {
    right: -9px;
    top: 27px;
    z-index: 2;
    line-height: 19px;
    width: 20px;
    height: 20px;
    background: #242a47;
    font-size: 11px;
}
img.go-to-cart__img {
    width: 42px;
    height: auto;
}
img.go-to-cart__img.go-to-cart__img_color {
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 0;
    transition: all .3s;
}
.cart-hsmall:hover img.go-to-cart__img.go-to-cart__img_color {
    opacity: 1;
}


nav .navigation {
    background: none;
}
header ~ .wrapper > nav, header ~ nav {
    background: #b3a2c4;
}


.header-line-top .col-xs-12.col-lg-12.center {
    display: flex;
    align-items: center;
    height: 35px;
}
.header-line-top .slogan-shop {
    margin-right: auto;
    display: block;
}
.header-line-top .language {
    margin: 0 10px 0 auto;
}


.sec-title {
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    padding: 0 0 15px;
}
.main-title, .sec-title h1, .sec-title h2, .sec-title h3, .sec-title h4 {
    font-weight: 500;
    font-size: 27px;
    line-height: 27px;
    font-family: "Cormorant Infant", serif;
    color: #000;
    margin-bottom: 3px;
}
.header-info .dropdown a, .header-link a, .header-link,
.language li a, .goods-carousel .good-slide-category a:hover {
    color: #242a47;
}
.list-header li a, .goods-carousel .good-slide a, .goods-carousel .good-slide-category a {
    text-decoration: none;
}
.list-header li a:hover, .goods-carousel .good-slide a:hover {
    color: #000000;
    text-decoration: underline;
}
.language li a.selected, .navigation li ul li a:hover {
    color: #000;
}


.navigation li ul:after {
    left: 9%;
}
.navigation li ul {
    padding: 10px 15px 20px;
}
.navigation li:hover ul a, .navigation li ul a {
    border: none;
}
.navigation li:hover ul a:hover, .navigation li ul a:hover {
    text-decoration: underline;
}

.good-slide-category {
    margin: 10px 0 0;
}
.slider_arrow i.fa {
    font-size: 0;
    background: url('../images/arrow-next-1.svg') center center/11px no-repeat;
    width: 10px;
    height: 18px;
}
.slider_arrow i.fa:before {
    display: none;
}
.slider_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider_arrow i.fa.fa-angle-left {
    transform: rotate(180deg);
}
.slider_arrow {
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
    background-color: #F6F0E6;
    margin: -45px 0px 0px;
    transition: all .3s;
}
.slider_arrow_right {
    right: -11px;
}
.slider_arrow_left {
    left: -11px;
}
.slider_arrow:hover {
    background-color: #E7E0D3;
    opacity: 1;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
}



.goods-carousel .mg-main-index.slide-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.goods-carousel .image-main {
    width: 100%;
}
.good-slide {
    width: 100%;
    text-align: left;
    margin: 10px 0 7px;
}
.goods-carousel .good-slide a {
    color: #000;
    font-size: 14px;
    margin: 0;
}
.slide-item .good-curency {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}
.goods-carousel .cure-price {
    margin: 0;
}

.good-page-cart a.btn.b-addcart.green-color {
    background: #b3a2c4;
    box-shadow: none;
    color: #fff;
    border-radius: 0;
    padding: 4px 30px;
    font-size: 14px;
    font-weight: 400;
    transition: all .3s;
}
.good-page-cart a.btn.b-addcart.green-color:hover {
    background: #8e7ba2;
}
.good-column-list .good-label span, .goods-carousel .good-label span, .good-column-page .good-label span {
    border-radius: 0;
}
.good-column-list .good-label span.novinka, .goods-carousel .good-label span.novinka, 
.good-column-page .good-label span.novinka {
    background: #6eb769;
}
.goods-carousel .good-slide a:empty {
    display: none;
}
.goods-carousel.owl-carousel .slide-item.price_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.goods-carousel .gold-price {
    text-decoration: line-through;
    font-size: 13px;
    line-height: 13px;
}
.goods-carousel .cure-price[data-currency-uah="UAH"] {
    display: flex;
    flex-direction: column-reverse;
}
.good-column-list .good-label span.akciya, .goods-carousel .good-label span.akciya, 
.good-column-page .good-label span.akciya {
    background: #242a47;
}


.advanages-shop {
    position: relative;
}
.advanages-shop .advanages-shop__img {
    width: 65px;
}
.advanages-shop .advanages-shop__img_color {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all.3s;
}
.advanages-shop:hover .advanages-shop__img_color {
    opacity: 1;
}
.preim-title {
    color: #000000;
}



.footer {
    background: #242a47;
    color: #ffffff;
    padding: 60px 0 35px;
}
.footer > .container > .row {
    display: flex;
}
img.footer__logo {
    width: 69%;
}
.title-footer_about {
    display: none;
}
.footer .row > .footer-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-right: auto;
}
.title-footer_small {
    font-size: 13px;
    font-weight: 500;
    margin: 21px 0 10px;
    text-transform: uppercase;
    color: #ffffff;
}
.footer-menu li a {
    color: #ffffff;
}
.footer-menu li a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.trasparent-color {
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
    border-radius: 0px;
    box-shadow: none;
    font-weight: 400;
    transition: all .3s;
}
.trasparent-color:hover {
    border-color: #f6f0e6;
    background: #f6f0e6;
    color: #000;
}
.footer_support {
    margin: 15px 0 20px;
}
.footer-copy__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 0 0;
}
.copy {
    margin: 0;
}
img.footer-copy__img {
    height: 20px;
    width: auto;
}
.footer-social li a {
    font-size: 17px;
    line-height: 37px;
    border-radius: 0;
}
.footer-social .instagram, .footer-social .viber {
    font-size: 19px;
    line-height: 35px;
}
.info a {
    color: #ffffff;
    border-bottom: 1px dashed #ffffff;
}
.info a:hover {
    color: #ffffff;
    border-bottom: 1px dashed #ffffff;
}
.grey-color {
    background: #f6f0e6;
    box-shadow: none;
    border-radius: 0;
    padding: 4px 18px;
    color: #000;
    font-weight: 300;
    transition: all .3s;
}
.grey-color:hover {
    background: #e7e0d3;
    color: #000;
}
.scrollup {
    color: #000000;
    background-color: #F6F0E6;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
    transition: all .3s;
}
.scrollup:hover {
    color: #000000;
    background-color: #E7E0D3;
}
.language li {
    font-size: 13px;
}
.cd-dropdown .tite-dropdown {
    background-color: #b3a2c4;
}
.reveal-modal, #cart-modal-form.reveal-modal {
    border-radius: 0px;
}
.reveal-modal .title-form {
    font-size: 28px;
    text-transform: none;
    font-family: "Cormorant Infant", serif;
    text-align: center;
}
.reveal-modal .main-data {
    font-size: 14px;
    text-align: center;
}
.reveal-modal form {
    margin: 6px 0 10px;
}
.form-title {
    font-size: 13px;
    margin: 0 0 5px;
}
.form-field-phone {
    top: 35px;
}
.green-color {
    background: #B3A2C4;
    border-radius: 0;
    box-shadow: none;
    padding: 4px 30px;
}
.green-color:hover {
    background: #8E7BA2;
}
.close-reveal-modal:hover {
    color: #000;
}
.personal-data {
    text-align: center;
}
h1, h2, h3, h4, h5, h6 {
    color: #010101;
}
.good-slide {
    height: 24px;
    overflow: hidden;
}




.path {
    color: #000000;
    text-align: left;
    padding: 20px 0 20px;
}
.wrapper-celling h1 {
    font-family: "Cormorant Infant", serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
}
.sidebar-title-main {
    font-weight: 500;
    line-height: 24px;
    font-size: 20px;
    font-family: "Cormorant Infant", serif;
}
.the_sorting li a, .sidebar-nav ul li a {
    border: none;
    color: #000;
    transition: all .3s;
    font-size: 14px;
}
.the_sorting li {
    font-size: 14px;
}
.the_sorting li a:hover, .sidebar-nav ul li a:hover {
    color: #000;
    border: none;
    text-decoration: underline;
}
.the_sorting li.selected a {
    background: #242a47;
    border-bottom: none;
    padding: 2px 6px;
    box-shadow: none;
    border-radius: 0;
}
.the_sorting li.selected a:hover {
    background: #242a47;
}
.wrapper-celling .good-column-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.wrapper-celling .good-column-list .img.relative {
    width: 100%;
}
.wrapper-celling .good-column-list .goods-link-div {
    height: 24px;
    overflow: hidden;
    width: 100%;
    text-align: left;
    margin: 10px 0 7px;
}
.price-block {
    margin: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.price-block .good-curency {
    margin: 0;
}
.price-block .good-curency .cure-price {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}
.goods-link-div a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    margin: 0;
    transition: all .3s;
}
.goods-link-div a:hover {
    color: #000;
    text-decoration: underline;
}
.light-theme .current {
    background-color: #F6F0E6;
    border: 1px solid #F6F0E6;
    color: #000000;
}
.light-theme a:hover {
    background-color: #E7E0D3;
    border: 1px solid #E7E0D3;
    color: #000;
}
.light-theme a.page-current {
    color: #000;
    border: none;
}
.light-theme a.page-current:hover {
    text-decoration: underline;
    border: none;
    color: #000;
}
.name-section h2 {
    margin: 10px 0px 0;
}
.name-section a, .name-section h2 a {
    font-size: 16px;
    transition: all .3s;
}
.name-section a:hover, .name-section h2 a:hover {
    color: #000;
}



.good-column-page__main_info h1 {
    font-family: "Cormorant Infant", serif;
}
.row > .wrapper-padding {
    padding: 0;
}
.good-preimushestva {
    padding: 0;
    border: none;
    font-size: 14px;
    margin: 20px 0 0;
}
.good-column-page__main_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.good-column-page__main_info h1 {
    font-weight: 500;
    font-family: "Cormorant Infant", serif;
    font-size: 28px;
    line-height: 30px;
    width: 100%;
}
.good-column-page__main_info .sp-dpn {
    width: 100%;
}
.price-good-page .goods-price .g_price {
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
}
.good-column-page__main_info .good-curency.price-good-page {
    width: 30%;
    margin: 15px 0 0;
}
.good-column-page__main_info .good-page-cart a.btn.b-addcart.green-color {
    padding: 6px 50px;
    font-size: 16px;
}
.good-column-page__main_info .gpage-price-block.price_item {
    margin: 9px 0 0 auto;
}
.good-column-page__main_info .buy-1-klick {
    margin: 9px 0 0 20px;
}
.good-column-page__main_info .buy-1-klick a {
    border: none;
    margin: 0;
    cursor: pointer;
    background: #242A47;
    box-shadow: none;
    color: #fff;
    border-radius: 0;
    padding: 6px 40px;
    font-size: 16px;
    font-weight: 400;
    transition: all .3s;
    display: inline-block;
}
.good-column-page__main_info .buy-1-klick a:hover {
    border: none;
    color: #fff;
    background: #000;
}
.socia-share-buttons_ul {
    text-align: left;
}
.price-good-page .goods-price .o_price {
    font-size: 16px;
}
.price-good-page .goods-price .o_valute {
    font-size: 14px;
}
.good-preimushestva a, .good-preimushestva a:hover {
    color: #000;
    border: none;
}
.good-column-page__main_info .gpage-price-block .b-addcart, .good-column-page__main_info .gpage-price-block .b-oncart {
    padding: 6px 40px;
    font-size: 16px;
}
.good-preimushestva a:hover {
    text-decoration: underline;
}
.good-preimushestva .preim-title {
    text-transform: none;
}
.socia-share-buttons_ul li a {
    border-radius: 0;
}
.socia-share-buttons_ul li:first-child {
    margin-right: 7px;
}
.reveal-modal {
    border-radius: 0;
}



.modal_table_header a, .modal_table_good a, .modal_table_back a, .link-decoration {
    color: #000;
    text-decoration: none;
    font-family: 'Open Sans', Helvetica, sans-serif;
}
.modal_table_back a {
    font-size: 14px;
}
a {
    color: #000;
}
#cart-modal-form.reveal-modal .green-color {
    padding: 9px 25px;
}
.module_cart > .cart-module-header > h1, .GET_order-left-table h1, .GETorder-right-table.wrapper-border-left h2 {
    font-family: "Cormorant Infant", serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
    margin: 0;
}
.GET_order-left-table h1, .GETorder-right-table.wrapper-border-left h2 {
    margin: 0 0 5px;
}
.module_cart > .right-text {
    margin: 12px 0 0;
}
.cart_table_border {
    margin: 10px 0 0;
}
.check-accept-order a {
    color: #000;
    border: none;
}
.check-accept-order a:hover {
    color: #000;
    border: none;
    text-decoration: underline;
}
.vorder-title-blocks span, .deliveries_list input[type=radio]:checked + label::after {
    background: #242a47;
}


.scrollup {
    bottom: 80px;
}
.autor-box {
    text-align: right;
}
.autor-box > .autor:last-child a {
    color: #ff130d;
}


.weddings-banner {
    display: block;
    position: relative;
}
.weddings-banner__text {
    position: absolute;
    left: -10px;
    top: 11px;
    text-align: right;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.weddings-banner__text h2 {
    font-family: "Cormorant Infant", serif;
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 7px;
    line-height: 34px;
}
.weddings-banner__text li {
    margin: 0 0 7px;
    font-size: 13px;
    line-height: 18px;
    position: relative;
    width: fit-content;
    text-align: right;
}
.weddings-banner__text li:before {
    content: "•";
    display: block;
    position: absolute;
    left: -12px;
    top: 1px;
    font-size: 16px;
    color: #242a47;
}
.weddings-banner__text li:nth-child(3):before {
    left: 14px;
}
html[lang="ua"] .weddings-banner__text li:nth-child(3):before {
    left: 22px;
}
.weddings-banner__text ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}


.promo-sidebar .sb-promo a, .promo-sidebar .sb-promo a:hover {
    color: #000;
    border-color: #000;
}




@media (min-width: 800px) {
    .footer .container {
        width: 98%;
    }
}

@media (min-width: 1300px) {
    .footer .container {
        width: 92%;
    }
}



@media (max-width: 1200px) {
    
    .container {
        width: 95%;
    }
    img.footer__logo {
        width: 48%;
    }
    .module_cart > .right-text {
        margin: 0;
    }
    .module_cart > .cart-module-header > h1 {
        font-size: 26px;
        line-height: 28px;
    }
    .module_cart > .right-text {
        margin: 5px 0 10px;
    }
    .cart_table_border {
        margin: 0;
    }


}

@media (max-width: 991px) {
    
    .autor-box {
        text-align: center;
    }
    .container {
        width: 93%;
    }
    .good-column-page__main_info h1 {
        font-size: 26px;
        line-height: 29px;
    }
    .cd-dropdown span {
        font-size: 16px;
    }
    .header-line-top .list-header {
        text-align: right;
        width: 20%;
    }
    .header-col.header-col__info {
        width: 43%;
        justify-content: flex-end;
        order: 1;
    }
    .navigation li a {
        line-height: 0;
        padding: 0px;
        font-size: 24px;
    }
    img.go-to-cart__img {
        width: 30px;
        display: none;
    }
    img.go-to-cart__img.go-to-cart__img_color {
        position: static;
        opacity: 1;
        display: block;
    }
    .navigation {
        height: 45px;
    }
    .navigation ul.visible-xs.visible-sm {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }
    .navigation li.trigger-sbc {
        position: relative;
    }
    .navigation li.trigger-sbc span {
        font-size: 11px;
        position: absolute;
        right: -13px;
        bottom: -4px;
        background: #242A47;
        display: flex;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        align-items: center;
        justify-content: center;
    }
    .navigation li {
        line-height: 0;
    }
    .header-col__info .header-shop {
        padding: 0;
        text-align: right;
    }
    .advanages-shop .advanages-shop__img_color {
        top: 0;
        opacity: 1;
    }
    img.trigger__img {
        height: 30px;
    }
    .trigger-nav img.trigger__img {
        height: 24px;
        margin: 3px 0 0;
    }
    #responsive .cd-dropdown-content .categories a:hover {
        text-decoration: underline;
        color: #000;
    }
    
    
    .footer_about {
        max-width: 50%;
    }
    .footer {
        padding: 40px 0 35px;
    }
    .footer > .container > .row {
        display: flex;
        flex-wrap: wrap;
    }
    img.footer__logo {
        width: 200px;
    }
    .footer .row > .footer-col {
        margin: 0 0 25px;
    }



}


@media (max-width: 600px) {
    
    .container {
        width: 100%;
    }
    .sec-title .separator:after {
        display: none;
    }
    .main-title, .sec-title h1, .sec-title h2, .sec-title h3, .sec-title h4 {
        margin-bottom: 4px;
    }
    .scrollup i.fa.fa-chevron-up {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 7px;
    }
    .scrollup {
        right: 11px;
        height: 40px;
        width: 40px;
    }
    .scrollup span {
        font-size: 7px;
        bottom: 1px;
    }
    .header-line-top .col-xs-12.col-lg-12.center {
        height: auto;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 15px 0 10px;
    }
    .header-line-top .slogan-shop {
        margin: 0px auto 8px;
        padding: 0px 0 10px;
        width: 100%;
        border-bottom: 1px solid #d9d9d9;
    }
    .header-line-top .language {
        margin: 0;
    }
    .header-line-top .list-header {
        text-align: right;
        width: 60%;
    }
    .header {
        padding: 20px 0 20px;
    }
    #header .header__row {
        align-items: center;
        justify-content: center;
        margin: 0;
        flex-wrap: wrap;
    }
    .header-col.header-col__info {
        width: 100%;
        justify-content: center;
        order: 1;
        margin: 20px 0 0;
    }
    .header-col__info .header-shop {
        padding: 0;
        text-align: center;
    }
    .header-col {
        width: 100%;
    }
    .visible-xs.mobile-phone {
        font-size: 15px;
        line-height: 17px;
        margin: 5px 0;
    }
    .mobile-phone a {
        color: #000;
    }
    #logo img {
        height: 110px;
    }
    .slider_arrow_right {
        right: 7px;
    }
    .slider_arrow_left {
        left: 7px;
    }
    .navigation li.trigger-sbc span {
        font-size: 10px;
        right: -12px;
        bottom: -5px;
    }
    .cd-dropdown-content .go-back a {
        line-height: 41px;
    }
    .good-page-cart a.btn.b-addcart.green-color {
        padding: 7px 40px;
    }
    .goods-carousel .mg-main-index.slide-item {
        margin-bottom: 40px;
    }
    .advanages-shop {
        margin: 0 0 30px;
    }
    .row > .col-xs-12.col-sm-6:last-child > .advanages-shop {
        margin: 0 0 0px;
    }
    
    
    
    .good-column-page__main_info .good-curency.price-good-page {
        width: 100%;
    }
    .good-column-page__main_info .gpage-price-block.price_item {
        margin: 9px 0 0 0;
        width: 100%;
    }
    .good-column-page__main_info .buy-1-klick {
        margin: 15px 0 0 0px;
        width: 100%;
    }
    .good-column-page__main_info .buy-1-klick a {
        width: 100%;
    }
    .preim-side-good {
        text-align: left;
    }
    .good-preimushestva .preim-title {
        font-size: 16px;
    }
    
    
    
    
    .footer-copy__row {
        align-items: center;
        justify-content: center;
        margin: 30px 0 0;
        flex-wrap: wrap;
    }
    .title-footer_small {
        max-width: 258px;
        margin: 21px 0 5px;
    }
    .footer .row > .footer-col {
        margin: 0;
    }
    .footer_about {
        max-width: 100%;
    }
    .title-footer {
        margin: 30px 0 10px;
        text-align: center;
    }
    .footer-menu {
        text-align: center;
    }
    .footer-menu li {
        padding: 3px 0px;
    }
    .footer-menu li a {
        font-size: 14px;
    }
    .info {
        margin: 3px 0px;
        text-align: center;
    }
    .footer_support {
        margin: 18px 0 25px;
        text-align: center;
    }
    .footer-social {
        text-align: center;
    }
    img.footer-copy__img {
        margin: 15px 0;
    }
    

    
}

















