@charset 'utf-8';

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

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

/* defaults end */
html, body {
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-display: swap;
    color: #282828;
    font-size: 14px;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    position: relative;
}

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

.clearboth {
    width: 100%;
    height: 40px;
    line-height: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    font-size: 0px;
}


/* fonts */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 40px;
    font-weight: 300;
}

h2, h3, h4 {
    font-weight: 500;
    text-transform: uppercase;
}

h6 {
    font-size: 18px;
    padding-bottom: 20px;
}


p {
    font-size: 14px;
    padding-bottom: 20px;
    line-height: 20px;
}

a {
    color: #282828;
    text-decoration: none;
}

a:hover {
    color: #d8a79a;
    text-decoration: underline;
}


/* header */

header {
    background: #fff;
    overflow: hidden;
}

.prehead {
    background: #dbbeb6;
    padding: 15px 0;
}

.fixed {
    position: sticky;
    left: 0;
    top: 100px;
    max-height: 600px;
    overflow: auto;
}

.mCSB_outside + .mCSB_scrollTools {
    right: -15px !important;
}

.adr_head {
    font-weight: 300;
    font-size: 16px;
}

.tel_head {
    font-weight: 500;
    font-size: 16px;
}

.logo {
    color: #282828;
    font-size: 60px;
    font-weight: 300;

}

.logo:hover {
    color: #282828;
    text-decoration: none;
}

.search {
    width: 23px;
    height: 23px;
}

.prim {
    width: 30px;
    height: 23px;
    background: transparent url("../../assets/img/icons/hanger.svg") no-repeat scroll 0 0;
}

.head_cart {
    background: #dbbeb6;
    width: 23px;
    height: 23px;
    text-align: center;
    border-radius: 50%;
    padding: 4px 0px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    display: block;
    margin-left: -15px;
}

.head_cart:hover {
    background: #dbbeb6;
    width: 23px;
    height: 23px;
    text-align: center;
    border-radius: 50%;
    padding: 4px 0px;
    color: #282828;
    font-weight: 500;
    font-size: 14px;
}

.head {
    padding: 10px 0;
}

.menu > ul > li:hover > .dropdown {
    display: block;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.dropdown {
    position: fixed;
    display: none;
    opacity: 0;
    background: #fff;
    width: 100%;
    right: 0;
    z-index: 10000000;
    left: 0;
    font-size: 13px;
    padding: 20px 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-bottom: 3px solid #dbbeb6;
}

.dropdown p {
    font-size: 13px;
}

.dropdown ul {
    margin-top: 20px;
}

.dropdown ul li a {
    padding: .5rem 0;
}

.top_m, .mdl_m {
    margin: 2px 10px;
}

.mdl_m {
    display: none;
}

.top_m span, .mdl_m span {
    width: 30px;
    background: #606770;
    height: 2px;
    display: block;
    margin: 6px 0;
}


.menu_wrapper {
    position: relative;
}

.menu.collapse {
    display: block;
}

.menu > ul > li > a {
    font-size: 16px;
    color: #5c636c;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: .5rem 0;
}

.menu > ul > li > a:hover, .menu > ul > li > a.active {
    border-bottom: 1px solid #dbbeb6;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu > ul > li > a.nav-link-red {
    color: #ba1818;
}

#carouselHeader {
    background: #dbbeb6;
}

.mt-200 {
    margin-top: 180px;
}

.slide_pretitle {
    display: block;
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
}

.slide_title {
    display: block;
    font-size: 86px;
    color: #ffffff;
    font-weight: 700;
}

#carouselHeader hr {
    border-top: 1px solid #fff;
}

#carouselHeader p {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
}

#carouselHeader .carousel-indicators {
    bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: right;
    justify-content: right;
    margin-right: 22%;
    margin-left: 15%;
}

.btn-dark {
    font-weight: 600;
    background-color: #282828;
    border-color: #282828;
    border-radius: 0;
    padding: 15px 40px;
    text-transform: uppercase;
}

.btn-dark:hover {
    font-weight: 600;
    color: #282828;
    background: #fff;
    border-color: #282828;
    border-radius: 0;
    padding: 15px 40px;
    text-transform: uppercase;
}

.btn-light {
    font-weight: 600;
    color: #282828;
    background: none;
    border-color: #282828;
    border-radius: 0;
    padding: 15px 40px;
    text-transform: uppercase;
}

.btn-light:hover {
    color: #fff;
    background: #282828;
    border-color: #282828;
    border-radius: 0;
    text-transform: uppercase;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50%;
    border: 2px solid #fff;
}

.cont_wrapper {
    padding: 80px 0 40px 0;
}

.mt-80 {margin-top: 105px;}

.wrap_categ_elem .row div:nth-child(even) {
    margin-top: -30px;
}

.blog_elem .row div:nth-child(even) {
    margin-top: -30px;
}

.categ_elem {
    display: block;
    font-size: 16px;
    padding: 15px 0 15px 0;
    text-transform: uppercase;
}

.categ_elem_title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 15px 0;
}

.btn-link {
    font-size: 14px;
    color: #282828;
    font-weight: 600;
    border-bottom: 1px solid #dbbeb6;
    display: inline-block;
    padding: 0;
    border-radius: 0;
}

.btn-link:hover {
    font-size: 14px;
    color: #dbbeb6;
    font-weight: 600;
    border-bottom: 1px solid #dbbeb6;
    display: inline-block;
    padding: 0;
    border-radius: 0;
    text-decoration: none;
}

.title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.title h3, .title h4, .title span.h3, .title span.h4{
    background: #fff;
    position: relative;
    padding: 0 50px;
}

.title h4, .title span.h4 {
    padding: 0px 50px 14px 50px;
}

.title a {
    background: #fff;
    position: relative;
    padding: 0;
}

.title_wrap {
    position: relative;
    margin-bottom: 50px;
}

.title_wrap:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dbbeb6;
    top: 50%;
}

.triggers_wrap .title h3, .triggers_wrap .title span.h3 {
    background: #DBBEB6;
    position: relative;
    padding: 0 50px;
}

.triggers_wrap .title_wrap {
    position: relative;
    margin-bottom: 50px;
}

.triggers_wrap .title_wrap:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    top: 50%;
}

.swiper-slide .row .col {
    padding-right: 5px;
    padding-left: 5px;
}

.swiper-slide .row {
    margin-right: 0;
    margin-left: 0;
}

.card {
    border: none;
    border-radius: 0;
}

.article {
    display: block;
    margin: 0 0 20px 0;
}

.SemiBold {text-transform: none;}

.card-body {
    padding: 1.25rem 0.75rem;
}

.swiper-slide .card-body a {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    min-height: 55px;
}

.old_price {
    color: #9a9a9a;
    font-size: 16px;
    text-decoration: line-through;
    font-weight: 500;
}

.new_price {
    color: #ba1818;
    font-size: 16px;
    font-weight: 500;
}

.price {
    font-size: 16px;
    font-weight: 500;
}

.color {
}

.item_cat .card-body .color {
    min-height: 15px;
}

.item_cat .card-body .color a {
    margin: 0 10px;
    display: block;
    width: 15px;
    height: 15px;
    min-height: auto;
    padding: 0;
}

.item_cat .card-body .color a img {
    border-radius: 50%;
}

.relat_arr {
    position: relative;

}

/*.swiper-button-next {background: transparent url("../../assets/img/icons/prevnext.svg") no-repeat scroll 0 0;right: -40px;
top: 40%;border:none;outline: none; }

.swiper-button-prev {background: transparent url("../../assets/img/icons/prevnext.svg") no-repeat scroll 0 0;left: -40px;
top: 40%;transform: scale(-1, 1);border:none;outline: none; }*/

.about_wrap {
    background: #dbbeb6;
}

.arrow-top {
    background-color: rgba(218, 190, 182, 0.75);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    right: 20px;
    bottom: 82px;
    position: fixed;
    cursor: pointer;
    line-height: 60px;
    font-size: 0px;
    text-align: center;
    z-index: 999;
    left: auto;
}

.arrow-top:before {
    content: '';
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAATCAYAAADxlA/3AAABWklEQVR4AWJwcXFgIQUzQIG8vGwqkLrJxMT4CNBaOWxHEEVR9Kwutc2fiFv/lWn+ILYwim1iEnMazTONrTZx+1XKwt4X65XBYKiOX2f+nhy4y+VsBvCbukqSNCxHAkrA46taLU2wSkAZuPxMgB1Or1qtZrRYCRQJ780C0ZmYLUYC7HBlJUDA+woBBIHf53l++z8SyAe3261DRIS3waBXG3v8vNCzoigu55OAXHhFRakn/nxIROJ5/oTIxHYuCWTCjUbDIgG/9vkqTQCy3g2XgyqZ31/Fp73LCg8EvGnwTAmO43ZZJKAEnFUiXC6vt0KbgOt0ug0CfknBMyUEQdgkvnke7h1YLOZGCh7vdtb/RqzxyBHzphA8lCoaLl/iHjzPXeVLUQguZMJlSszmFTCZTDV568MCJyRig1FGM3IdABCXeALwpVKpBkINZ2SH0xIGg74uxnkNceoB4A/n/cnPjNUGhgAAAABJRU5ErkJggg==") left top no-repeat;
    background-size: auto auto;
    background-size: 100% auto;
    width: 20px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
}

#carouselExampleIndicators .carousel-indicators {
    bottom: 30px;
}

.carousel-control-next, .carousel-control-prev {
    width: 4%;
}

.carousel-control-next-icon {
    background: transparent url("../../assets/img/icons/prevnext_light.svg") no-repeat scroll center center;
    right: 4px;
    top: 45%;
    padding: 0;
    height: 60px;
    width: 35px;
    z-index: 1000;
    opacity: 1;
}


.carousel-control-prev-icon {
    background: transparent url("../../assets/img/icons/prevnext_light.svg") no-repeat scroll center center;
    left: 4px;
    top: 45%;
    padding: 0;
    height: 60px;
    width: 35px;
    transform: scale(-1, 1);
    z-index: 1000;
    opacity: 1;
}

.relat_arr .swiper-container {
    min-height: 610px;
    max-height: 1045px;
}

.relat_arr .swiper-button-next {
    background: #dbbeb6 url("../../assets/img/icons/prevnext_light.svg") no-repeat scroll center center;
    right: 4px;
    top: 25.55vh;
    padding: 0;
    height: 60px;
    width: 35px;
    z-index: 1000;
    opacity: 1;
    margin: 0;
}

.relat_arr .swiper-button-prev {
    background: #dbbeb6 url("../../assets/img/icons/prevnext_light.svg") no-repeat scroll center center;
    left: 4px;
    top: 25.55vh;
    padding: 0;
    height: 60px;
    width: 35px;
    transform: scale(-1, 1);
    z-index: 1000;
    opacity: 1;
    margin: 0;
}

.swiper-button-next {
    background: #dbbeb6 url("../../assets/img/icons/prevnext_light.svg") no-repeat scroll center center;
    right: 4px;
    top: 45%;
    padding: 0;
    height: 60px;
    width: 35px;
    z-index: 1000;
    opacity: 1;
}


.swiper-button-prev {
    background: #dbbeb6 url("../../assets/img/icons/prevnext_light.svg") no-repeat scroll center center;
    left: 4px;
    top: 45%;
    padding: 0;
    height: 60px;
    width: 35px;
    transform: scale(-1, 1);
    z-index: 1000;
    opacity: 1;
}

.bride-slider .card:hover .card-body-hover {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.card-body-hover {
    background: rgba(219, 190, 182, 0.7);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    right: 10px;
    top: 10px;
    bottom: 10px;
    left: 10px;
    display: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bride-title:hover {
    color: #282828;
    border: 1px solid #282828;
}

.bride-title {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 0 !important;
    min-height: auto !important;
    width: 70%;
    display: inline-block;
}

.triggers_wrap {
    background: #DBBEB6;
    margin: 80px 0;
    padding: 80px 0;
}

.triggers_img {
    width: 70px;
    height: 70px;
    background: #fff;
    border: 1px solid #dbbdb6;
    border-radius: 50%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.triggers_img img {
    height: 38px;
}

.blog_elem {
    padding: 40px 0 40px 0;
}

.blog_elem p {
    font-weight: 300;
}

time {
    color: #dbbeb6;
    font-weight: 300;
}

.insta {
    padding-bottom: 0;
}

.insta img {
    width: 100%;
}

.insta_title {
    width: 30px;
    height: 30px;
}

.insta_title_name {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 30px;
}

footer {
    background: #dbbeb6;
    padding: 70px;
    position: relative;;
    font-size: 16px;
}

.footer_logo {
    font-size: 45px;
    font-weight: 300;
}

.soc {
}

.soc a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0 5px;
}

.soc a img {
    height: 40px;
}

.footer_col {
    width: 50%;
    float: left;
    padding: 0 0 0 30px;
}

.footer_col:first-child {
    border-right: 1px solid #000;
    padding: 0 30px 0 0;

}

.footer_menu ul {
}

.footer_menu ul li {
    padding: 7px 0;
}

.footer_menu ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer_menu ul li a:hover {
    text-decoration: underline;
}

.foot_adr {
    display: flex;
    margin: 0 0 20px 0;
}

.foot_tel {
    display: flex;
    font-weight: 600;
    margin: 20px 0;
}

.foot_metro {
    display: flex;
    margin: 20px 0;
}

.foot_adr:before {
    content: "";
    background: transparent url("../../assets/img/icons/maps.svg") no-repeat scroll 0 0;
    width: 14px;
    margin: 0 12px 0 0;
}

.foot_tel:before {
    content: "";
    background: transparent url("../../assets/img/icons/call.svg") no-repeat scroll 0 0;
    margin: 0 12px 0 0;
    width: 12px;
}

.foot_metro:before {
    content: "";
    background: transparent url("../../assets/img/icons/metro.svg") no-repeat scroll 0 0;
    margin: 0 12px 0 0;
    width: 14px;
}

.copy {
    margin: 27px 0 0 0;
    display: block;
    font-size: 11px;
}

.copy a:hover {
    color: #000;
    text-decoration: underline;
}

.map {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: auto;
}

.selected_filter a {
    border: none;
    text-transform: uppercase;
    display: block;
    position: relative;
    padding: 10px 0 !important;
}

.selected_filter a:after {
    content: "";
    background: transparent url("../../assets/img/icons/close.svg") no-repeat scroll 0 0;
    width: 12px;
    position: absolute;
    top: 12px;
    height: 12px;
    right: 0;
}

.filterheader {
}

.filterheader button {
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    padding: 10px 0 !important;
}

.filterheader button:hover {
    color: #282828;
    border: none;
    font-weight: 700;

}

.filterheader button:after {
    content: "";
    background: transparent url("../../assets/img/icons/topdown.svg") no-repeat scroll 0 0;
    width: 10px;
    position: absolute;
    top: 14px;
    height: 10px;
    right: 10px;
}

.filterheader button.collapsed:after {
    transform: scale(1, -1);
    text-decoration: none;
}

.filterheader button:focus {
    text-decoration: none;
}

#accordionFilter .card-body {
    padding: 0;
}

#accordionFilter a {
    display: table;
    margin: 10px 0;
    border-bottom: 1px solid #fff;
    padding: 4px 0px;
}

#accordionFilter a:hover {
    color: #282828;
    border-bottom: 1px solid #dbbeb6;
    text-decoration: none;
}

#accordionFilter a.active {
    color: #282828;
    border-bottom: 1px solid #dbbeb6;
    text-decoration: none;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
    background: none;
    border-radius: .25rem;
}

.breadcrumb li {
    font-size: 12px;
    color: #282828;
    text-transform: uppercase;
}

.page_wrapper {
    padding: 30px 0 50px 0;
}

.search_wrapper {
    padding: 30px 0 0 0;
}

.sort {
    line-height: 0;
}

.sort p, .sort a {
    display: inline-block;
    margin: 0 20px 0 0;
    text-transform: uppercase;
    font-size: 12px;
}

.sort a.back:before {
    content: "";
    background: transparent url("../../assets/img/icons/left-arrow.svg") no-repeat scroll 0 0;
    height: 11px;
    margin: 0 20px 0 0;
    width: 20px;
    display: inline-block;
}

.numb_item {margin: 0 30px 0 10px;}

.sort a.backnext:after {
    content: "";
    background: transparent url("../../assets/img/icons/left-arrow.svg") no-repeat scroll 0 0;
    height: 11px;
    margin: 0 0 0 20px ;
    width: 20px;
    display: inline-block;
    transform: scale(-1, 1);
}

.sort a.clear:before {
    content: "";
    background: transparent url("../../assets/img/icons/close.svg") no-repeat scroll 0 0;
    height: 11px;
    margin: 0 20px 0 0;
    width: 11px;
    display: inline-block;
}

.sort select {
    background: transparent url("../../assets/img/icons/sort.svg") no-repeat scroll 100% 0;
    font-size: 12px;
    border: none;
    background-color: white;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 70px;
    height: 14px;
}

.sort select option {
    transform: scale(1, 1);
}

.item_cat {
    position: relative;
}

.item_cat .card-body a {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 0 0 0;
    min-height: 85px;
}

.card-body .justify-content-center.color.color_item {
    min-height: 45px;
}


.item_cat .item_hover {
    min-height: auto;
}

.item_cat .card-img {
    position: relative;
}

.new {
    background: #fff;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    top: 30px;
    left: 20px;
    padding: 5px;
}

.item .new {
    left: 40px;
}

.card-img .hanger {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 8px;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1000;
}


.card-img .hanger:hover {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 8px;
    background: #dbbeb6;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.card-img .hanger .hanger_img {
    width: 20px;
    height: 16px;
    display: block;
    background: transparent url("../../assets/img/icons/hanger.svg") no-repeat scroll 0 0;
}

.card-img .hanger:hover .hanger_img {
    width: 20px;
    height: 16px;
    background: transparent url("../../assets/img/icons/hanger_light.svg") no-repeat scroll 0 0;
}

.card-img {
    position: relative;
}

.card-img-hover {
    min-height: auto;
    padding: 0;
    position: absolute;
    width: auto;
    height: auto;
    border: 0px solid #fff;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.card-img-hover:hover {
    border: 3px solid #fff;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.progress {
    height: 5px;
    background-color: #dbbeb6;
}

#myCarousel .list-inline {
    white-space: nowrap;
    overflow-x: auto;
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#myCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
    border: none;
    margin-bottom: 22px;
}

#myCarousel .carousel-indicators li:last-child {
    margin-bottom: 0;
}

#myCarousel .carousel-indicators > li.active img {
    opacity: 0.7;
}

#myCarousel .carousel-control-next {
    right: 38px;
    background: #fff;
    height: 60px;
    width: 50px;
    top: 45%;
    right: 35px;
}

#myCarousel .carousel-control-prev {
    right: 38px;
    background: #fff;
    height: 60px;
    width: 50px;
    top: 45%;
    left: 35px;
}

#myCarousel .carousel-control-next span {
    background: transparent url("../../assets/img/icons/prevnext.svg") no-repeat scroll 0 0;
    height: 30px;
    width: 30px;
}

#myCarousel .carousel-control-prev span {
    background: transparent url("../../assets/img/icons/prevnext.svg") no-repeat scroll 0 0;
    height: 30px;
    width: 30px;
    transform: scale(-1, 1);
}

#myCarousel .carousel-control-next .fa {
    z-index: 10000;
    position: relative;
}

#myCarousel .carousel-inner {
    text-align: center;
}


.medium {
    font-weight: 500;
    font-size: 13px;
}


.item_video_prev {position: relative;}

.item_video {display:none;}

.block {display:block;}
.blocknone {display:none;}


.item_title {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    display: block;
}

h1.item_title {
    font-weight: 400;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    display: block;
}

.btn-primary {
    font-weight: 600;
    background-color: #dbbeb6;
    border: 1px solid #dbbeb6;
    color: #282828;
    font-size: 14px;
    border-radius: 0;
    padding: 15px 40px;
    text-transform: uppercase;
}

.btn-primary:hover {
    font-weight: 600;
    background: none;
    border: 1px solid #282828;
    color: #282828;
    font-size: 14px;
    border-radius: 0;
    padding: 15px 40px;
    text-transform: uppercase;
}

.primer:before {
    content: "";
    width: 20px;
    height: 17px;
    background: transparent url("../../assets/img/icons/hanger_btn.svg") no-repeat scroll 0 2px;
    margin: 0 20px 0 0;
    display: inline-block;
}

.color_title {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.color_item .color_item_elem {
    margin: 0;
    font-size: 10px;
    font-weight: 500;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.color_item .color_item_elem a {
    margin: 0px 10px 0 0;
    display: inline-block;
    min-height: 25px;
}

.color_item .color_item_elem a img {
    border-radius: 50%;
    float: left;
    height: 15px;
    margin: 0 10px 0 0;
    width: 15px;
}


.item_info_side p {
    padding-bottom: 0;
    padding-top: 5px;
}

.SemiBold {
    text-transform: uppercase;
    font-weight: 600;
}

.table tr td:first-child {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.table tr td {
    vertical-align: middle;
}

.table .thead-light tr th {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    background: #f1f1f1;
    border: none;
    color: #282828;
    padding: 1rem 1.5rem;
}

.table td, .table th {
    padding: 2rem 0;
    vertical-align: top;
    border-top: 1px solid #f1f1f1;
}

.table tr td span.medium {
    font-size: 16px;
}

.table tr td img.col-md-2 {
    padding-left: 0;
}

.table tr td .item_title {
    font-size: 14px;
    margin: 20px 0;
}

.table tfoot {
    border-top: 4px solid #f1f1f1;
}

.table tr td .clear {
    background: transparent url("../../assets/img/icons/close.svg") no-repeat scroll 0 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    float: right;
}

.form_cont {
    background: #dbbeb6;
    padding: 60px 100px;
    margin: 0 0 50px 0;
}

.form_cont .title span.h3 {background: #dbbeb6;}

.form_cont .title_wrap:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    top: 50%;
}

.triggers_wrap span {
    line-height: 22px;
}

.form_cont .title h3, .form_cont .title h4 {
    background: #dbbeb6;
    position: relative;
    padding: 0 50px;
}

label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0;
}

.form-control {
    border: none;
    border-radius: 0;
}

.form-check {
    margin: 50px 0 0 0;
}

.form-check-label {
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    margin: 5px 0 0 0;
    margin-bottom: 0px;
}

.form-check-label a {
    text-decoration: underline;
}


.form-check-label a:hover {
    color: #282828;
    text-decoration: none;
}

.calendar {
    background: transparent url("../../assets/img/icons/calend.svg") no-repeat scroll 0 60%;
    width: 20px;
    height: 100%;
    display: inline-block;
    float: left;
}

.full_w {
    width: 100%;
    padding: 15px 0;
}

.full_w:hover {
    width: 100%;
    padding: 15px 0;
}

.form-group {
    position: relative;
}

.error {
    position: absolute;
    bottom: -17px;
    color: #fff;
    font-size: 12px;
}

.row4 {
    min-height: 125px;
}

.row8 {
    min-height: 210px;
}

.search-inp {
    height: 55px;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active {
    background-color: #dbbeb6;
    background-image: -moz-linear-gradient(to bottom, #dbbeb6, #dbbeb6);
    background-image: -ms-linear-gradient(to bottom, #dbbeb6, #dbbeb6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dbbeb6), to(#dbbeb6));
    background-image: -webkit-linear-gradient(to bottom, #dbbeb6, #dbbeb6);
    background-image: -o-linear-gradient(to bottom, #dbbeb6, #dbbeb6);
    background-image: linear-gradient(to bottom, #dbbeb6, #dbbeb6);
}

.day.new {
    display: none;
}


.dressing-pop {
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(219, 190, 182, 0.8);
    padding: 0 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: none;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.dressing-pop.hangerdressing {
    display: flex;
    z-index: 10000;
}

.dressing-pop a {
    text-decoration: underline;
    color: #fff;
}


.ui-datepicker {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    color: #333;
    font-size: 13px;
    line-height: 20px;
    padding: 15px;
}

.ui-datepicker:before {
    top: -7px;
    left: 6px;
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #999;
    border-bottom-color: rgb(153, 153, 153);
    border-top: 0;
    border-bottom-color: rgba(255, 255, 255, 1);
    position: absolute;
}

.ui-datepicker .ui-widget-header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ui-datepicker .ui-widget-header .ui-datepicker-next {
    background: transparent url("../../assets/img/icons/topdown.svg") no-repeat scroll 0 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 11px;
    height: 11px;
    transform: rotate(90deg);
    cursor: pointer;
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev {
    background: transparent url("../../assets/img/icons/topdown.svg") no-repeat scroll 0 0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 11px;
    height: 11px;
    transform: rotate(-90deg);
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-calendar thead tr th {
    padding: 10px 5px 10px 5px;
}


.ui-datepicker .ui-datepicker-calendar tbody tr td {
    padding: 0px 5px 0px 5px;
}

.ui-icon {
    display: none;
}

/* 09.04.19 */

.card-body .color, .pop-color {
    min-height: auto !important;
}

.pop-color.fancybox .piccol {
    margin: 1px 10px 0 0;
}

.color .pop-color .piccol {
    margin: 1px 0 0 0;
}

.color_item_elem .pop-color .piccol {
    margin: 0px 10px 0 0;
    float: left;
}

.pop-color {
}

.color .piccol {
    margin: 0px 10px 0 0;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.color_item .color_item_elem a.color_item_elem_prod {
    min-height: 0px;
}

#basket_items .color_item .color_item_elem a {
    min-height: 20px !important;
}

#basket_items .color_item .color_item_elem a img {
    float: left;
    margin: 0 10px 0 0;
}

.fan_txt {
    display: inline-block;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
}

.dfdfdf {
    background-color: #dfdfdf;
}

.e8dcc8 {
    background-color: #e8dcc8;
}

.dbbeb6 {
    background-color: #dbbeb6;
}

.hidden-content-color {
    width: 500px;
    height: 500px;
}

.color_item_single .color_item_elem {
    margin: 10px 0;
    text-transform: uppercase;
}


/* bottom block */

.fixed-bottom-bg {
    background: #dabeb7;
    padding: 10px 0;
}


.fixed-bottom-bg p {
    padding-bottom: 0;
}

.dress_num {
    color: #282828;
    font-weight: 500;
    text-decoration: underline;
}

.bot_btn {
    padding: 3px 30px !important;
    font-size: 14px;
}

.fixed-bottom-line {
    display: none;
}

/* FILTER 3 lvl */

.filterheader button {
    position: relative;
    width: 100%;
    text-align: left;
}

.filtersubheader {}

.filtersubheader button{
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    padding: 10px 0 !important;
    font-size: 13px;
    position: relative;
    width: 100%;
    text-align: left;
}

.filtersubheader button:hover{
    color: #282828;
    border: none;
    font-size: 13px;
    font-weight: 600;

}

.filtersubheader button:after {
    content: "";
    background: transparent url("../../assets/img/icons/topdown.svg") no-repeat scroll 0 0;
    width: 10px;
    position: absolute;
    top: 14px;
    height: 10px;
    right: 15px;
}

.filtersubheader button.collapsed:after {
    transform: scale(1, -1);
    text-decoration: none;
}

.filtersubheader button:focus {
    text-decoration: none;
}

.filterheader button::after {right: 15px;}


/* END FILTER 3 lvl */

/* bottom block end*/

@media (min-width: 981px) and (max-width: 1280px) {
    .relat_arr .swiper-button-prev {
        top: 17.8vh;
    }

    .relat_arr .swiper-button-next {
        top: 17.8vh;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        margin-bottom: 30px;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }


    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667% !important;
        max-width: 16.666667%;
    }


}

@media (max-width: 767px) {
    .mdl_m {
        display: block;
    }

    .top_m span {

        width: 30px;
        background: #606770 !important;
        height: 2px;
        display: block;
        margin: 6px 0;

    }

    .col-xs-6 {
        width: 50%;
        margin: 0 0 20px 0;
    }

    .col-xs-12 {
        text-align: center;
        margin: 0 0 20px 0;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .prehead .col-xs-12 {
        margin: 0;
    }

    .menu.collapse {
        display: none;
    }

    .menu.collapse.show {
        display: block;
    }

    .menu > ul, .free_menu > ul {
        display: block;
    }

    .menu > ul > li > a {
        padding: .5rem 1.4rem;

    }


}


@media (max-width: 400px) {

    .top_m span {

        width: 30px;
        background: #606770 !important;
        height: 2px;
        display: block;
        margin: 6px 0;

    }


    input[type=search]:focus {
        width: 290px;
    }

    .navbar-toggle {
        border: medium none;
        display: block;
        margin: 0 auto;
        float: none;
        clear: both;
    }


}

.tag {
    margin-right: .2em;
}

.mx--15 {
    margin-left: -15px;
    margin-right: -15px;
}

.overflow-hidden {
    overflow: hidden;
}

.text-list {
margin: 0 0 20px 0;}

.text-list li{
padding: 10px 0 0 40px;
display: block;}

.text-list li:before{
content: "";
width: 25px;
display: block;
background: #dbbeb6;
height: 2px;
margin: 7px 0px 0 -40px;
float: left;}

/* 04.03.2021 */

.total_page_wrapper {
    margin-top: 150px;
}

.promo_page {
    background: #dbbeb6 !important;
}

.promo_page span {
    padding: 0 0 0 35px;
}

.promo_page span:before {
    content: "";
    background: transparent url("../../assets/img/icons/wedding-dress.svg") no-repeat scroll 0 0;
        background-size: auto;
    width: 40px;
    position: absolute;
    top: -10px;
    height: 40px;
    left: -10px;
    background-size: 100%;
}
