@import 'bootstrap.min.css';
@import 'slick.css';
@import 'slick-theme.css';
@import 'magnific-popup.css';
@import 'animate.css';
@import 'ui.css';
* {
    outline: none;
}

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

img {
    max-width: 100%;
}

svg,
svg path {
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover,
a:focus {
    color: #b79a7a;
    text-decoration: none;
}

a:hover img,
a:hover svg,
a:hover svg path {
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

b {
    color: #000;
}

::selection {
    color: #ccc;
    background: #000;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    overflow-x: hidden;
    background: #fff;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}
body .container p, body .container-fluid p, body .container li,
body .container .text-center, .brand-points_content, div.help_bottom.wow.fadeIn, .container strong{
    font-weight: 400;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.3;
    color: #000;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}
.detail_tabheader > div {
    margin: 0 10px;
}
.feat_links .container .row .col-6.col-md-3 {
    padding: 0 !important;
    padding: 3px !important;
}
.hero-slider-bg .swiper-slide.d-flex {
    width: 100vw !important;
    display: block;
}
#sliderjs-swiper-step1 {
    width: 100%;
}
#sliderjs-swiper-step1 #sliderjs-swiper-step-prev, #sliderjs-swiper-step1 #sliderjs-swiper-step-next {
    display: block;
}
.tap {
    display: inline-block;
    padding: 0 30px;
    color: #fff;
    font-style: normal;
    background: #b79a7a;
    border: 1px solid #b79a7a;
    outline: none;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    line-height: 55px;
    height: 55px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 0px;
    min-width: 255px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.tap.active,
.tap:hover {
    border: 1px solid #b79a7a;
    background: #fff;
    color: #b79a7a;
}

.tap:hover,
.tap:focus {
    background: #fff;
    color: #b79a7a;
    text-decoration: none;
}

.tap.small {
    min-width: 160px;
}

.tap.white {
    border: 1px solid #b79a7a;
    background: #fff;
    color: #b79a7a;
}

.tap.white:hover {
    border: 1px solid #b79a7a;
    background: #b79a7a;
    color: #fff;
}

.tap.white svg {
    margin-top: -3px;
    margin-right: 5px;
}

.tap.white:hover svg path {
    fill: #fff;
    stroke: #fff;
}

.container.large {
    max-width: 1680px;
    position: relative;
}

.row.middle {
    align-items: center;
}
/* 
#header {
    position: relative;
    z-index: 99;
    height: 150px;
    background-color: #fff;
}

#header.fixed, .top_fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

#header .header_main {
    position: relative;
}

#header .header_nav {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    height: 96px;
    background-color: white !important;
}

#header .header_nav .menu > ul {
    display: flex;
    position: static;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

#header .header_nav .menu > ul > li {
    position: static;
    padding: 0;
    margin: 0;
} */
/* 
.header__top {
    width: 100%;
    background-color: rgba(238, 235, 221, 0.6);
    padding: 8px 0;
} */
/* 
.header__top .phone__number {
    color: #1b2021;
    font-size: 18px;
    display: block;
    width: 210px;
    margin-left: auto;
    text-align: center;
    letter-spacing: 2px;
    top: 4px;
    position: relative;
} */

.floating_text {
    transform: rotate(-90deg);
    position: fixed;
    right: 0;
    z-index: 10;
    top: 50%;
}

.floating_text a {
    padding: 10px 20px;
    background-color: #223230;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

#header .header_nav .menu > ul > li > a {
    display: block;
    margin: 0;
    padding: 0 5px 0px 5px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    line-height: 1;
    position: relative;
}

#header .header_nav .menu > ul > li:hover > a,
#header .header_nav .menu > ul > li.active > a {
    color: #000;
}

#header .header_nav .menu > ul > li:not(:last-child) > a {
    margin-right: 25px;
    min-width: 65px;
}

.logo_box {
    position: relative;
    text-align: center;
}

.logo_box a {
    display: flex;
    z-index: 10;
    position: relative;
    overflow: hidden;
}

.logo_box a img {
    /*height: 100%;*/
    width: 170px;
}

.logo_box a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -20%;
    height: 200%;
    width: 35px;
    background: rgba(255, 255, 255, 0.4);
    transition: all 0.6s;
    -webkit-transform: translateY(-50%) skew(5deg);
    -moz-transform: translateY(-50%) skew(5deg);
    -ms-transform: translateY(-50%) skew(5deg);
    -o-transform: translateY(-50%) skew(5deg);
    transform: translateY(-50%) skew(-15deg);
}

.logo_box a:hover:before {
    left: 120%;
}

#header .langs {
    margin: 0 40px;
    float: left;
}

#header .langs a {
    font-weight: 300;
    font-size: 18px;
    line-height: 1;
    color: #000000;
    position: relative;
}

#header .langs a.active {
    font-weight: bold;
}

#header .langs a:hover {
}

#header .langs a:not(:last-child) {
    margin-right: 15px;
}

#header .langs a:not(:last-child):before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -9px;
    width: 1px;
    height: 18px;
    background: #000;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#header .cart {
    margin: 0;
    display: flex;
    align-items: center;
    float: left;
}

#header .cart a {
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-left: 30px;
}

#header .cart a:hover {
    opacity: 0.6;
}

#header .cart .cart_count {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin: -10px 0 0 -5px;
    top: 100%;
    left: 100%;
    font-size: 10px;
    background: #000;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
}

#header .cart:hover .cart_count {
    background: #333;
}

.slick-dots {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 0;
    width: 100%;
    margin: 0;
    transition: all 0.5s;
}

.section {
    position: relative;
}

.home_slider_wrap {
    margin-top: 0;
}

.home_main_slider {
    padding: 0;
    margin-bottom: -75px;
}

.slider.vertical_dots .slick-dots {
    width: auto;
    position: absolute;
    top: 50%;
    right: 30px;
    left: unset;
    margin: 0;
    bottom: unset;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.5s;
}

.slider.vertical_dots .slick-dots > li {
    display: block;
    width: 10px;
    height: 25px;
    margin: 0;
}

.slick-dots li button:before {
    content: '';
    background: #000;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    opacity: 0.2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
}

.home_slider_wrap .slider.vertical_dots .slick-dots {
    right: 50px;
}

.floating_socials {
    position: fixed;
    z-index: 9;
    top: 50%;
    left: -50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.5s;
}

.floating_socials a {
    display: block;
    padding: 0px 5px;
    margin: 25px 0;
    width: 43px;
    text-align: center;
    color: #000;
    text-decoration: none;
}

.floating_socials a svg,
.floating_socials a svg path {
    fill: #000;
}

.floating_socials a:hover svg,
.floating_socials a:hover svg path {
    fill: #666;
}

.menu_switcher {
    position: relative;
    z-index: 1;
    display: none;
    float: left;
    width: 35px;
    height: 25px;
    margin-right: 10px;
    cursor: pointer;
    animation: fade 0.3s ease-in;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu_switcher > span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    transition: all 0.3s;
    border-radius: 5px;
}

.menu_switcher > span:nth-child(1) {
    top: 0;
}

.menu_switcher > span:nth-child(2) {
    top: 50%;
}

.menu_switcher > span:nth-child(3) {
    bottom: 0;
}

.menu_switcher.active > span,
.menu_switcher:hover > span {
    background: #000;
}

#header .h_elements {
    display: flex;
    align-items: flex-start;
}

.subnav {
    display: none;
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 25px 0;
    margin: 0;
    border-top: 1px solid #e3e3e3;
    animation: fade 0.2s ease-in;
}

.subnav.active,
#header .header_nav .menu > ul > li:hover .subnav {
    display: block;
}

.subnav .subnav_box {
    display: block;
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
}

.subnav_main {
    position: relative;
    margin: 0 auto;
    max-width: 1340px;
}

.subnav_main .subnav_box:not(:first-child) {
    padding: 0 0 0 50px;
    margin-left: 40px;
}

.subnav_main .subnav_box:not(:first-child) > ul {
    position: relative;
}

.subnav_main .subnav_box:not(:first-child) > ul:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -40px;
    width: 1px;
    height: 88px;
    background: #000;
}

.subnav .subnav_box h4 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: normal;
    color: #000;
    padding: 0;
    margin: 0 0 5px 0;
    min-height: 23px;
}

.subnav ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}

.subnav ul > li {
    display: block;
}

.subnav ul > li > a {
    display: block;
    padding: 4px 0;
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    color: #545454;
}

.subnav ul > li > a:hover {
    color: #000;
}

.subnav ul > li.active > a {
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

#footer {
    background: #fff;
    padding: 70px 0 30px;
    margin: 0;
    min-height: 400px;
    position: relative;
    font-weight: normal;
    font-size: 18px;
    margin-top: 150px;
    color: rgba(0, 0, 0, 0.4);
}

#footer:before {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    background: url('../images/footer1.png');
    width: 267px;
    height: 208px;
}

#footer:after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    background: url('../images/footer2.png');
    width: 178px;
    height: 257px;
}

#footer h6 {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #000000;
}

#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer ul li {
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
}

#footer ul li a {
    color: rgba(0, 0, 0, 0.4);
}

#footer ul li a:hover {
    color: rgba(0, 0, 0, 1);
}

.footer_copy {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    padding-top: 30px;
    margin-top: 60px;
}

.footer_copy p {
    font-size: 12px;
    line-height: 25px;
    /* identical to box height, or 208% */
    color: rgba(0, 0, 0, 0.2);
}

form {
    display: flex;
}

textarea,
input[type='password'],
input[type='tel'],
input[type='text'],
input[type='email'] {
    border: 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    line-height: 34px;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

input[type='submit'] {
    font-weight: 500;
    font-size: 14px;
    border: 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    line-height: 34px;
    background: none;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

input[type='submit']:hover {
    color: #666;
}

textarea::placeholder,
input[type='password']::placeholder,
input[type='text']::placeholder,
input[type='email']::placeholder {
    color: rgba(0, 0, 0, 0.2);
}

textarea:focus,
input[type='password']:focus,
input[type='text']:focus,
input[type='email']:focus {
    border-bottom: solid 1px rgba(0, 0, 0, 1);
}

#footer .row > div:nth-of-type(3) ul {
    display: inline-block;
    width: 49%;
}

.slide_item {
    position: relative;
    min-height: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.slide_item .slide_link {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slide_item .slide_over {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    display: flex;
    align-items: center;
}

.slide_item .slide_over > div {
    padding-left: 100px;
}

.slide_item .slide_over h2 {
    font-size: 35px;
    line-height: 45px;
    /* or 129% */
    text-align: left;
    letter-spacing: 0.075em;
    /* color: #FFFFFF; */
    color: #000;
    margin: 0 0 40px 0;
}

.slide_item .slide_over p {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 40px;
    /* or 139% */
    text-align: left;
    letter-spacing: 0.075em;
    /* color: #FFFFFF; */
    color: #000;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slide_more {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    /* color: #FFFFFF; */
    color: #000;
    display: flex;
    align-items: center;
}

.slide_more svg path {
    margin-left: 10px;
    stroke: #000;
}

.slide_more:hover svg path {
    stroke: #b79a7a;
}



.large_brads {
    height: 165px;
}
/* 
*/

.feat_links a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    line-height: 17px;
    padding: 30px 50px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    color: #ffffff;
}

.photo_cont {
    position: relative;
}

.photo_cont img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.feat_links a:hover {
    background: rgba(0, 0, 0, 0);
}

/**********LOGIN page************/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #000 !important;
}

.login_page {
    padding-top: 0;
}

.login_page .logo_box {
    text-align: left;
    padding: 10px 20px;
    float: left;
}

.login_page_cont_left h1 + p a {
    color: #b79a7a;
    font-weight: 500;
    font-size: 14px;
}

.login_page_cont_left h1 + p a:hover {
    color: #333;
}

form p a {
    font-size: 14px;
    font-weight: 500;
}

.login_page_cont_left {
    margin-top: 70px;
}

.login_page_cont_left form {
    margin: 55px auto 0;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.login_page_cont_left form input[type='button'] {
    margin-top: 80px;
    margin-bottom: 20px;
}

.login_page_cont_left form input[type='email'],
.login_page_cont_left form input[type='password'],
.login_page_cont_left form input[type='text'] {
    margin-top: 30px;
}

.login_page_cont_right {
    position: relative;
    background: #f8f6f7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bg1 {
    position: absolute;
    top: 105px;
    left: 61px;
}

.bg2 {
    position: absolute;
    top: 10px;
    right: -20px;
}

.bg3 {
    position: absolute;
    bottom: 188px;
    right: 0px;
}

.bg4 {
    position: absolute;
    bottom: 60px;
    left: 60px;
}

/**********LOGIN page************/

/**********GIGI page************/

.breadcrumbs {
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
    margin-top: 66px;
    margin-bottom: 20px;
}

.bred_border {
    border-bottom: 1px solid #ecf0f5;
    margin-bottom: 30px;
}

.breadcrumbs ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: normal;
}

.breadcrumbs ul li a:hover {
    color: #333;
}

.breadcrumbs ul li a {
    color: #b79a7a;
}

.breadcrumbs ul li {
    margin: 0 10px 0 0;
}

.title_container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 400px;
    margin-bottom: 80px;
}

.title_big p {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.075em;
    margin: 0;
    color: #ffffff;
}

.title_big h1 {
    letter-spacing: 0.075em;
    color: #fff;
    margin-bottom: 40px;
}

.title_big {
    max-width: 1050px;
    margin-left: 100px;
}

.prod_image {
    position: relative;
}

.prod_image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.add_to_cart {
    height: 50px;
    line-height: 50px;
    z-index: 2;
}

.details {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.like {
    z-index: 2;
}

.like.active svg path {
    fill: #bd2130;
}

.like:hover svg path {
    fill: #333;
}

.add_to {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background: rgba(255, 248, 246, 0.85);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.add_to .tap {
    min-width: 100%;
}

.prod_image {
    cursor: pointer;
}

.prod_image:hover .add_to {
    height: 100%;
    opacity: 1;
}

.produs {
    margin-bottom: 60px;
}

.produs h6 {
    font-size: 15px;
    line-height: 18px;
    margin-top: 20px;
    color: #000000;
    margin-bottom: 11px;
    opacity: 0.4;
    height: 40px;
}

.prod_details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.prod_details .prod_volum {
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-align: right;
    color: #000000;
    opacity: 0.4;
}

.more_btn {
    margin: 60px 0 100px;
}

.recommended {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* the slides */

.centru_cont .slick-slide,
.recommended .slick-slide {
    margin: 0 15px;
}

/* the parent */

.centru_cont .slick-list,
.recommended .slick-list {
    margin: 0 -15px;
}

.centru_cont .nav,
.recommended .nav {
    width: calc(100% + 30px);
    position: absolute;
    left: -15px;
    top: 40%;
    display: flex;
    justify-content: space-between;
}

.centru_cont .nav > div,
.recommended .nav > div {
    background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.centru_cont .nav > div:hover svg path,
.recommended .nav > div:hover svg path {
    stroke: black;
}

.centru_cont,
.recommended_sldier {
    overflow: hidden;
    margin-top: 30px;
}

.filters {
    margin-top: 65px;
    margin-bottom: 40px;
}

.filters a:hover {
    color: #b79a7a;
}

.filter_item {
    position: relative;
}

.filter_details_header a {
    font-weight: normal;
}

.filter_item > a {
    display: block;
    font-weight: normal;
    padding: 15px 13px 14px;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 07);
    border-bottom: 1px solid #ecf0f5;
    position: relative;
}

.filter_item > a span {
    display: block;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #b79a7a;
}

.filter_item > a:hover {
    background: #ffffff;
    box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #fff;
}

.filter_item > a.selected {
    background: #ffffff;
    box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #fff;
}

.filter_item > a:after {
    content: ' ';
    width: 14px;
    height: 8px;
    position: absolute;
    right: 10px;
    top: 22px;
    background: url('../images/down.png') no-repeat;
}

.filter_item > a.selected:after {
    transform: rotate(180deg);
}

.filter_details {
    position: absolute;
    width: 350px;
    background: #ffffff;
    box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.15);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

.filter_details.visible {
    opacity: 1;
    visibility: visible;
}

.main_filters > div:nth-last-child(1) .filter_details {
    right: 0;
}

.filter_details_header a {
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    text-transform: uppercase;
    color: #000000;
}

.filter_details_header {
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.filter_details_header_top a {
    color: #b79a7a;
}

.filter_details_header_top {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    background: #fff;
    margin-bottom: 30px;
    color: #b79a7a;
    width: 100%;
    padding: 30px 20px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.filter_details_footer {
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter_details_footer a {
    color: #b79a7a;
    font-weight: normal;
}

.filter_details_footer a:hover {
    color: #000;
}

.filter_details_body {
    padding: 20px 33px;
    max-height: 500px;
}

.filter_details_body h6 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 40px;
    margin-left: -10px;
}

.filter_details_body h6:nth-child(1) {
    margin-top: 0;
}

.label_check {
    font-weight: normal;
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 1);
    cursor: pointer;
    font-size: 15px;
    line-height: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
}

.label_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.label_check span:nth-child(1) {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    margin: 30px 0 15px 0;
    display: flex;
    align-items: center;
    color: #000000;
}
.childrens {
    margin-left:15px;
}
.childrens .childrens_title{
    text-transform: none;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.5);
}
.childrens .main_title{
    text-transform: uppercase;
    font-weight: normal;
    color: rgba(0, 0, 0, 1);
}

.checkmark,.checkmarkAll {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: solid 1px rgba(0, 0, 0, 0.1);
}

.label_check:hover input ~ .checkmark, .label_check:hover input ~ .checkmarkAll {
    background-color: #fff;
    border: solid 1px rgba(0, 0, 0, 0.4);
}

.label_check input:checked + span {
    color: #b79a7a;
}

.label_check input:checked ~ .checkmark {
    background-color: #fff;
    border-color: #b79a7a;
}

.checkmark:after,.checkmarkAll:after {
    content: '';
    position: absolute;
    display: none;
}

.label_check input:checked ~ .checkmark:after,.label_check input:checked ~ .checkmarkAll:after {
    display: block;
}

.label_check .checkmark:after,.label_check .checkmarkAll:after  {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #b79a7a;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.range {
    display: flex;
}

.range input {
    flex: 1 0 0;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.range input::-webkit-slider-thumb {
    margin: 0;
    padding: 0;
}

.range output {
    display: block;
    text-align: center;
    margin-top: 3px;
    color: gray;
}

.range-slider {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

#amount2 {
    text-align: right;
}

.range_prices {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    /* identical to box height */
    color: #000000;
    margin-top: 10px;
    opacity: 0.4;
}

.range_prices input {
    width: 50%;
}

/**********************/

/*******Single*******/

/**********************/

.separator {
    width: 100%;
    height: 1px;
    background: #ecf0f5;
    margin-bottom: 50px;
    display: inline-block;
}

.single_prod_desc p {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.5);
}

.single_prod_desc {
    margin-top: 70px;
}

.single_info_top b {
    font-weight: normal;
}

.single_info_top div {
    text-transform: capitalize;
}

.single_info_top {
    font-size: 14px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single_info_top a {
    color: #b79a7a;
    font-weight: normal;
}

.single_info_price {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.single_info_price h1 {
    width: 70%;
}

.single_price {
    font-weight: 600;
    font-size: 25px;
    line-height: 50px;
    color: #000000;
}

.star_emty {
    opacity: 0.2;
}

.single_info_stars span {
    margin-left: 10px;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    opacity: 0.4;
}

.single_info_stars img {
    margin-right: 10px;
}

.single_info_stars {
    display: flex;
    align-items: center;
}

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

.single_info_volume {
    width: 160px;
    background: #fff8f6;
    text-align: center;
    height: 46px;
    line-height: 46px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
}

.single_info_detail {
    margin: 45px 0;
}

.single_info_detail ul b {
    font-weight: normal;
}

.single_info_detail ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.4);
}

.number {
    display: flex;
    align-items: center;
}

.number input {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    border: 0;
    border-bottom: solid 1px #000;
    max-width: 250px;
    text-align: center;
    border-color: #000;
    padding-bottom: 7px;
}

.minus,
.plus {
    color: #000;
    padding: 10px;
    background: none;
    font-size: 30px;
    line-height: 10px;
    border: 0;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.minus {
    margin-right: -25px;
    z-index: 3;
}

.plus {
    margin-left: -25px;
}

.buy .tap {
    margin-bottom: 20px;
}

.buy {
    margin-top: 40px;
}

.tap svg {
    margin-top: -5px;
    margin-right: 10px;
}

.tap:hover svg path {
    stroke: #b79a7a;
}

.single_prod_desc ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.5);
}

.h_elements {
    position: relative;
}

.mini_cart {
    width: 440px;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 60px;
    background: #ffffff;
    box-shadow: 0px 12px 45px rgba(0, 0, 0, 0.07);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease-in;
    -moz-transition: opacity 0.15s ease-in;
    -ms-transition: opacity 0.15 ease-in;
    -o-transition: opacity 0.15s ease-in;
    transition: opacity 0.15s ease-in;
}

.mini_cart.active {
    visibility: visible;
    opacity: 1;
}

.alert {
    padding: 10px 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    border-radius: 0;
}

.ok {
    color: #6c9888;
    background: rgba(108, 152, 136, 0.1);
}

.mini_cart .separator {
    margin-bottom: 0;
}

.mini_cart .tap {
    width: 100%;
    margin-top: 30px;
}

.mini_product {
    display: flex;
    margin: 30px 0 20px;
}

.mini_product img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-right: 30px;
}

.mini_product_details_top h5 {
    width: 70%;
    margin-right: 20px;
}

.mini_product_details_top .single_price {
    line-height: 30px;
}

.mini_product_details_top {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

/********************/

/******Salon******/

/********************/

.salon_item {
    position: relative;
}

.salon_item a.salon_hover {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.salon_item {
    overflow: hidden;
}

.salon_item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25 ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.salon_item:hover img {
    transform: scale(1.5) rotate(15deg);
}

.salon_item h4 a {
    color: #ffffff;
}

.salon_item h4 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    z-index: 2;
    color: #ffffff;
}

/*****************************/

/*********salon-detail*******/

/**************************/

.tab_row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 70px;
}

.tab_left {
    width: 80%;
    padding-right: 5%;
}

.tab_right b {
    font-weight: 600;
    margin-bottom: 15px;
}

.tab_right {
    width: 20%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.tab_left h6 {
    font-weight: 600;
}

.nav-tabs {
    border-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.nav-tabs .nav-item {
    margin-bottom: 0px;
    text-align: center;
    margin-right: 20px;
    height: 100%;
}

.salon__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
    margin-top: 100px;
}

@media (max-width: 992px) {
    .salon__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .home_slider_wrap {
        margin-bottom:60px;
    }
}
}

@media (max-width: 480px) {
    .salon__grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.nav-tabs .nav-link {
    font-weight: normal;
    font-size: 16px;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #223230;
    background-color: #fff8f6;
    height: 50px;
    line-height: 52px;
    padding: 0 15px;
}

.nav-tabs .nav-link:hover {
    color: #fff;
    background-color: #ccc;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #b79a7a;
    border-color: unset;
}

.salon_single {
    margin-top: 150px;
}

.contact_block {
    padding: 80px 0;
    background: #f8f6f7;
    margin-top: 190px;
}

.contact_block h2 {
    margin-bottom: 60px;
    font-size: 35px;
}

/******************/

/********centru******/

/******************/

.centru_cont h5,
.centru_cont h6 {
    margin-bottom: 30px;
}

.centru_slider_item {
    text-align: center;
}

.centru_date {
    font-weight: 500;
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin: 20px 0 0px;
    color: #b79a7a;
}

.centru_slider_item p {
    margin-bottom: 30px;
}

.centru_slider_item a.more:hover {
    color: #000;
}

.centru_slider_item a.more {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #b79a7a;
}

.centru_slider_item a.more:hover svg path {
    stroke: #000;
}

.centru_cont {
    margin-top: 100px;
}

.centru_cont .nav {
    top: 22%;
}

.centru_slider_item {
    padding-bottom: 50px;
    margin-bottom: 50px !important;
}

.centru_slider_item:hover {
    background: #ffffff;
    box-shadow: 0px 12px 15px rgba(0, 0, 0, 0.07);
}

.calendar {
    background: #ffffff;
    box-shadow: 0px 12px 45px rgba(0, 0, 0, 0.07);
    padding: 0px 0 20px;
    margin-bottom: 45px;
}

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

.calendar_header_right a svg {
    margin-left: 10px;
}

.calendar_header_right a {
    color: #b79a7a;
    font-size: 14px;
    font-weight: normal;
    display: flex;
    align-items: center;
}

.calendar_header_right a:hover {
    color: #000;
}

.calendar_header_right a:hover svg path {
    stroke: #000;
}

.calendar_header {
    padding: 35px 35px 35px 70px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.calendar_header_left {
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    line-height: 42px;
    color: #000000;
}

.calendar_body {
    padding: 25px 30px 35px;
}

.calendar_body_date_line > div,
.calendar_body_titles > div {
    font-weight: normal;
    text-align: center;
    width: 100%;
}

.calendar_body_date_line,
.calendar_body_titles {
    display: flex;
    justify-content: space-between;
}

.calendar_body_titles > div {
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.4);
    padding-bottom: 25px;
}

.planned {
    background: #faebe8;
}

.modal-body .planned {
    background: #f8f6f7;
}

.soon {
    background: #f1f5f4;
}

.calendar_body_date_line > div:hover {
    background: #4e5b59;
    cursor: pointer;
    color: #fff;
}

.calendar_body_date_line > div {
    font-weight: normal;
    font-size: 35px;
    line-height: 42px;
    color: #000000;
    height: 75px;
    padding: 10px 0 20px 20px;
    text-align: left;
    border: 1px solid #ebedf1;
    margin-left: -1px;
    margin-bottom: -1px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.calendar_body_date_line > div:nth-last-child(1) {
    margin-top: -10px;
}

.calendar_footer h6 {
    margin-bottom: 15px;
}

.calendar_footer {
    padding: 25px 35px;
    background: #f1f5f4;
    margin: 0 30px 25px;
    display: flex;
    justify-content: space-between;
}

.calendar_footer_left p {
    color: #000;
}

.calendar_footer_left {
    padding-right: 30px;
    width: 60%;
}

.calendar_footer_right > div {
    text-align: right;
}

.calendar_footer_right {
    width: 40%;
    display: flex;
    justify-content: space-between;
}

.calendar_info {
    margin: 0 30px 0px;
}

.calendar_info {
    display: flex;
}

.calendar_info > div {
    color: #000;
    margin-right: 30px;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
}

.info_col {
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
}

@media (min-width: 1150px) {
    .modal-dialog {
        max-width: 1100px;
        margin: 1.75rem auto;
    }
}

.modal-content,
.modal-header {
    border: 0;
    border-radius: 0;
}

.modal-content {
    position: relative;
    padding: 50px 90px;
}

.modal-header {
    padding: 0;
}

.modal-header .close {
    position: absolute;
    right: 15px;
    top: 10px;
}

.modal-header .close:hover {
    opacity: 1;
}

.modal-header .close:hover svg path {
    fill: #000;
    opacity: 1;
}

.modal-body h6 {
    margin-top: 30px;
}

.adress_cont {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.adress_cont > div:nth-child(2) b {
    font-weight: 600;
}

.adress_cont > div:nth-child(2) {
    text-align: right;
}

.modal_all {
    display: flex;
}

.modal_right {
    width: 40%;
    text-align: center;
}

.modal_left {
    width: 60%;
}

.modal_left ul,
.modal_left ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.modal_left ul {
    margin: 15px 0 25px;
}

.modal_left ul li {
    margin: 10px 0;
    padding-left: 40px;
    background: url('../images/bullet.png') no-repeat left;
}

/******************************/

/***********News************/

/******************************/

.cats_nav a.active {
    font-weight: 500;
}

.cats_nav a {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    padding: 10px 15px;
    margin: 0 10px;
    text-transform: uppercase;
    color: #000000;
}

.cats_nav a:hover {
    color: #b79a7a;
}

.feat_news_item {
    margin-top: 30px;
}

.feat_news_item h1 {
    margin-top: 30px;
    letter-spacing: 0.075em;
}

.news_date {
    text-align: right;
    font-size: 14px;
    margin-top: 20px;
}

.news_items,
.feat_news_item_cont {
    position: relative;
}

.news_fr {
    position: absolute;
    left: 5%;
    top: 45%;
}

.news_items {
    margin-top: 100px;
}

.news_st {
    position: absolute;
    right: 5%;
    bottom: 15%;
}

.news_item_date {
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #000000;
    opacity: 0.7;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination a.active,
.pagination a:hover {
    background: #b79a7a;
    color: rgba(255, 255, 255, 0.7);
}

.pagination a {
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    /* identical to box height, or 179% */
    margin: 0 5px;
    padding: 2px 10px;
    display: flex;
    align-items: center;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
}

/******************************/

/***********News************/

/******************************/

.news_single_tit h1 {
    margin-bottom: 0;
}

.image_left {
    float: left;
    margin: 0 125px 40px 0;
}

.single_content blockquote {
    color: #b79a7a;
    font-style: italic;
    margin: 100px 0;
    max-width: 80%;
    padding: 20px 40px;
    border-left: solid 1px #b79a7a;
}

.single_content h1 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.single_content_bottom,
.single_content_intro {
    display: inline-block;
    width: 100%;
}

.single_content_bottom h2 {
    margin-bottom: 50px;
}

.image_right {
    float: right;
    margin: 0 0px 40px 120px;
}

.centru_cont.recommended {
    margin-top: 30px;
}

/*******************************/

/************Contact************/

/*******************************/

.contact_form {
    max-width: 350px;
    margin-top: 55px;
}

.contact_form form {
    display: flex;
    flex-direction: column;
}

.contact_form textarea,
.contact_form form input {
    margin-bottom: 40px;
}

#map {
    overflow: hidden;
}

#map iframe {
    border: 0;
}

/*******************************/

/************checkout************/

/*******************************/

.checkout_form form {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
}

.checkout_form form > div {
    margin-bottom: 50px;
    width: 46%;
    margin-right: 4%;
    position: relative;
}

.checkout_form form > div.error input {
    color: #ff3939;
    border-bottom: solid 1px #ff3939;
}

.error_alert {
    position: absolute;
    right: 0;
    top: 100%;
    font-size: 10px;
    line-height: 25px;
    color: #ff3939;
    font-weight: normal;
}

.important {
    position: relative;
}

.important input {
    padding-left: 13px;
}

.important:before {
    content: ' * ';
    position: absolute;
    left: 0px;
    top: 8px;
    color: #ff3939;
}

.checkout_form form.custom_radio > div {
    width: 100%;
}

.custom_radio {
    display: flex;
    flex-direction: column;
}

.custom_radio .custom-control {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    padding-bottom: 17px;
}

.custom-control-label:before {
    background-color: #b79a7a;
    left: -23px;
}

.custom-control-input ~ .custom-control-label::before {
    color: #fff;
    border-color: #b79a7a;
    background-color: #fff;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #b79a7a;
    background-color: #fff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23B79A7A'/%3e%3c/svg%3e");
}

.custom-control .label_check {
    text-align: right;
}

.custom-control .checkmark,.custom-control .checkmarkAll {
    position: absolute;
    top: 3px;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: solid 2px rgba(108, 152, 136, 0.15);
    border-radius: 4px;
}

.custom-control .label_check:hover input ~ .checkmark, .custom-control .label_check:hover input ~ .checkmarkAll  {
    background-color: #fff;
    border: solid 2px rgba(108, 152, 136, 0.55);
}

.custom-control .label_check input:checked ~ .checkmark, .custom-control .label_check .active.checkmark  {
    background-color: #fff;
    border-color: #6c9888;
}

.custom-control .label_check .checkmark:after, .custom-control .label_check .checkmarkAll:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #6c9888;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-control .label_check {
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.7);
}

#footer.checkout_footer {
    background: #f8f6f7;
    margin-top: 40px;
    padding-top: 0;
    min-height: 300px;
}

#footer.checkout_footer#footer:after {
    display: none;
    background: none;
}

.checkout_totals_top {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
}

.checkout_totals_top b {
    font-weight: 600;
    font-size: 25px;
    text-align: right;
    color: #000000;
}

.checkout_totals_middle .tap {
    width: 100%;
}

.checkout_totals .alert {
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
}

.checkout_subtotal_in {
    background: #f8f6f7;
    padding: 30px;
    margin-bottom: 15px;
}

.checkout_subtotal_in_row h3 {
    font-weight: 600;
    letter-spacing: 0;
}

.checkout_subtotal_in_row b {
    font-weight: 600;
    letter-spacing: 0;
}

.checkout_subtotal_in_row {
    font-size: 12px;
    line-height: 40px;
    /* identical to box height, or 333% */
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.4);
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
}

.checkout_subtotal_in_row_flex {
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkout_subtotal_in_row h4 {
    margin-bottom: 0;
}

.checkout_subtotal_in_row img {
    margin-right: 20px;
}

.checkout_subtotal_info {
    font-size: 11px;
    line-height: 13px;
    font-weight: normal;
}

/***************************/

/***********cart**********/

/***************************/

.first_title h4 {
    padding-left: 40px;
}

.cart_page {
    margin: 60px 0 150px;
}

.cart_page h4 {
    font-weight: 500;
    font-size: 12px;
    line-height: 40px;
    margin-bottom: 40px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #b79a7a;
}

.cart_product h3 {
    font-size: 22px;
    line-height: 30px;
    color: #000000;
}

.cart_product > div:nth-of-type(2) p {
    margin-bottom: 0;
}

.cart_product > div:nth-of-type(2) {
}

.cart_product > div:nth-of-type(1) {
    margin-right: 30px;
}

.cart_page .number input {
    border-bottom: 0;
}

.cart_page p {
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: normal;
    margin: 5px 0;
}

.cart_page h5 {
    font-weight: normal;
}

.succes_body h1 {
    margin: 40px 0 35px;
}

.succes_body .tap {
    margin-bottom: 30px;
}

.succes_body h5 {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    /* or 139% */
    letter-spacing: 0.075em;
    margin-bottom: 80px;
    color: #b79a7a;
}

#succes .modal-content {
    position: relative;
    padding: 85px 60px;
}

@media (min-width: 1150px) {
    #succes .modal-dialog {
        max-width: 540px;
        margin: 1.75rem auto;
    }
}

a.logged {
    border: 2px solid #102e2c;
    width: 31px;
    height: 31px;
    border-radius: 31px;
    line-height: 30px !important;
    text-align: center;
}

.my_account_page,
.checkout_page {
    margin-top: 60px;
}

/****************************/

/*********Account***********/

/****************************/

.my_account_left {
    background: #f8f6f7;
    text-align: center;
    padding: 45px 30px 20px;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.credintials h3 {
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
    color: #b79a7a;
    width: 70px;
    height: 70px;
    border: solid 2px #b79a7a;
    border-radius: 70px;
    text-align: center;
    line-height: 70px;
    margin: 0 auto 45px;
}

.credintials ul li,
.credintials ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
    text-transform: uppercase;
}

.credintials ul li {
    margin-bottom: 20px;
    font-size: 14px;
}

.credintials ul li a.active {
    font-weight: bold;
}

.order_sum p {
    font-weight: normal;
}

.order_sum {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    font-weight: normal;
}

.order_sum > div:nth-child(2) {
    width: 50%;
    padding-left: 10px;
}

.state1 {
    color: #80aee1;
}

.state2 {
    color: #ff3939;
}

.state3 {
    color: #6c9888;
}

.state4 {
    color: #b79a7a;
}

.order_thumbs img {
    margin-right: 20px;
}

.order_thumbs {
    display: flex;
    justify-content: flex-start;
}

.img_more {
    width: 60px;
    height: 60px;
    background: #f8f6f7;
    text-align: center;
    font-weight: normal;
    line-height: 60px;
}

.order_sum b {
    font-weight: normal !important;
}

.order_sum > div:nth-child(3) a {
    color: #b79a7a;
    text-transform: uppercase;
    font-size: 14px;
}

.order_sum > div:nth-child(3) a:hover {
    color: #000;
}

.form_row {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.form_row input {
    margin-right: 30px;
}

.form_row input:nth-last-child(1) {
    margin-right: 0;
}

.my_account_form {
    flex-direction: column;
}

.my_account_form input {
    margin-top: 50px;
    color: rgba(0, 0, 0, 0.7);
}

.my_account_form input[type='button'] {
    color: #fff;
}

.my_account_form input[type='button']:hover {
    color: #b79a7a;
}

.width50 {
    width: calc(50% - 15px);
}

.form_row.text-right {
    justify-content: flex-end;
}

.order_detail_top > div {
    width: 100%;
}

.order_detail_middle_products_row {
    flex-wrap: wrap;
    justify-content: space-between;
}

.order_detail_middle_products_row > div {
    width: 31%;
}

.order_detail_bottom {
    padding-top: 45px;
    padding-bottom: 45px;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.order_detail_bottom > div {
    width: 100%;
}

.order_detail_bottom h6 {
    margin-bottom: 20px;
}

.order_detail_bottom .custom_radio .custom-control {
    padding-bottom: 10px;
}

.totals > div {
    padding-top: 20px;
    margin-top: 20px;
    font-weight: normal;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.totals > div > div:nth-child(1) {
    color: #000000;
    opacity: 0.5;
}

.totals > div > div:nth-child(2) {
    color: #000000;
    opacity: 1;
}

.totals > div:nth-child(2) > div:nth-child(2) {
    font-weight: 600;
}

/********************/

/*********about*******/

/********************/

.cont_about .title_big {
    margin: 0;
}

.cont_about .title_big p {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
}

.cont_about {
    padding-top: 80px;
    height: 525px;
    justify-content: center;
}

.about_top h1 {
    margin-bottom: 30px;
}

.about_partner {
    background: #fff8f6;
    text-align: center;
    padding: 50px 35px 25px;
    min-height: 275px;
    height: 275px;
}

.about_partner p {
    color: #223230;
    font-weight: normal;
}

.about_partner img {
    margin-bottom: 40px;
}

.about_top {
    margin-bottom: 200px;
}

.about_mid h6 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.about_mid h2 {
    margin-bottom: 20px;
}

.brands_about a {
    opacity: 0.2;
}

.brands_about a:hover {
    opacity: 1;
}

.m100 {
    margin: 100px 0;
}

.mt80 {
    margin-top: 80px;
}

.about_ban {
    background: #fff8f6;
    padding: 100px 0;
    margin-top: 70px;
    margin-bottom: 200px;
}

.about_ban .col-12 > div:nth-child(2) {
    text-align: center;
}

.about_ban .col-12 > div:nth-child(3) {
    text-align: right;
}

.about_ban .col-12 > div:nth-child(1),
.about_ban .col-12 > div:nth-child(3) {
    width: 20%;
}

.about_bot {
    margin-bottom: 230px;
    margin-top: 200px;
}

.about_bot p {
    padding: 0 15%;
}

/*****************/

/*****Help******/

/*****************/

.help_top {
    margin-bottom: 80px;
}

.help_top p {
    padding: 0 17%;
}

.help_bottom p,
.help_bottom h6 {
    margin-bottom: 30px;
}

/*****************/

/*****events******/

/*****************/

.title_bg {
    padding-top: 50px;
}

.title_bg .news_fr {
    top: -70px;
}

.title_bg .news_st {
    top: 0;
}

.title_bg p {
    color: #b79a7a;
}

.events_all {
    display: flex;
}

@media (min-width: 1500px) {
    .events_all {
        width: 1490px;
    }
}

.event {
    background: #fbfafb;
    padding: 20px 30px 20px;
    margin-right: 30px;
}

.event:nth-last-child(1) {
    margin-right: 0;
}

.event p {
    font-size: 12px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.5);
}

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

.event_bottom_right {
    border-left: solid 1px rgba(0, 0, 0, 0.1);
    padding-left: 30px;
}

.day {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #b79a7a;
}

.event_bottom p svg {
    margin: -2px 7px 0 0;
}

.event_bottom p {
    margin-bottom: 5px;
}

.date_event {
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    color: #000000;
}

.clloo,
.filter_details_header_top,
.back,
.mob_switcher,
.mobil_filter {
    display: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.dflex_links > div:not(:last-of-type) {
    margin-right: 15px;
}

.dflex_links {
    display: flex;
}

.event {
    position: relative;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

.events_all .slick-track {
    display: flex;
    height: 100%;
}

.event_more {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.event_more:hover {
    background: rgba(0, 0, 0, 0.05);
}

@media (max-width: 1800px) {
    .slide_item .slide_over > div {
        padding-left: 200px;
    }
    .home_slider_wrap .slider.vertical_dots .slick-dots {
        right: 100px;
    }
    .floating_socials {
        left: 60px;
        padding: 20px;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 10px;
    }
}

@media (max-width: 1600px) {
    #header .header_nav .menu > ul > li:not(:last-child) > a {
        margin-right: 15px;
    }
    #header .header_nav .menu > ul > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .event p {
        font-size: 12px;
        line-height: 16px;
    }
    .event_bottom_right {
        padding-left: 10px;
    }
    .date_event {
        font-size: 25px;
        line-height: 25px;
    }
    .event {
        padding: 15px;
    }
}

@media (max-width: 1400px) {
    .event_box .event_box_heading h2 {
        font-size: 64px;
    }
    .event_box .ev_date {
        margin-top: 30px;
    }
    .login_page .logo_box {
        position: absolute;
    }
}

@media (max-width: 1200px) {
    body {
        /*padding-top: 30px;*/
    }
    .closs {
        position: absolute;
        left: 330px;
        top: 30px;
    }
    .clloo.active {
        display: inline-block;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 20;
        height: 100vh;
        width: 100vw;
    }
    #header .shad:before {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        content: ' ';
        background: rgba(0, 0, 0, 0.4);
        z-index: 10;
    }
    .calendar_footer_right {
        width: 40%;
    }
    .about_partner {
        padding: 50px 15px 25px;
    }
    .filter_details {
        left: 0;
        top: 0;
    }
    .title_big {
        margin-left: 30px;
        margin-right: 30px;
    }
    .slide_item .slide_over {
        width: 80%;
    }
    #header .logo_box {
        float: left;
        text-align: left;
    }
    #header .logo_box a {
    }
    #header .h_elements {
        float: right;
    }
    #header .header_main {
        display: flex;
        align-items: center;
    }
    #header .header_main > div:first-child {
        width: 50%;
    }
    #header .header_main > div:last-child {
        width: 50%;
    }
    #header .h_elements {
        align-items: center;
    }
    .menu_switcher {
        display: block;
    }
    #header .langs a {
        font-size: 16px;
    }
    #header .header_nav .menu {
        display: block;
        position: fixed;
        z-index: 999;
        top: 0;
        left: -320px;
        width: 300px;
        height: 100%;
        background: #fcfcfc;
        box-shadow: 0 0 20px rgba(88, 88, 88, 0.1);
        -webkit-transition: all 0.55s ease-in;
        -moz-transition: all 0.55s ease-in;
        -ms-transition: all 0.55 ease-in;
        -o-transition: all 0.55s ease-in;
        transition: all 0.55s ease-in;
    }
    #header .header_nav .menu.active {
        left: 0;
    }
    #header .header_nav .menu > ul {
        display: block;
        position: relative;
        padding: 0;
        margin: 30px 0 0 0;
    }
    #header .header_nav .menu > ul > li {
        position: relative;
    }
    #header .header_nav .menu > ul > li > a:before {
        display: none;
    }
    #header .header_nav .menu > ul > li > a {
        padding: 10px 30px;
        font-size: 16px;
    }
    .subnav_main .subnav_box:not(:first-child) {
        padding: 0;
        margin: 0;
    }
    .subnav_main .subnav_box:not(:first-child) > ul:before {
        display: none;
    }
    #header .header_nav .menu > ul > li.with_subnav:before {
        content: '';
        position: absolute;
        z-index: 3;
        top: 50%;
        right: 0;
        width: 36px;
        height: 36px;
        background: url('../images/drop.svg') 50% 50% no-repeat;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: all 0.3s;
    }
    #header .header_nav .menu > ul > li.with_subnav.active:before {
        -webkit-transform: translateY(-50%) rotate(-180deg);
        -moz-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
        -o-transform: translateY(-50%) rotate(-180deg);
        transform: translateY(-50%) rotate(-180deg);
    }
    .subnav .subnav_box h4 {
        font-size: 16px;
    }
    .subnav .subnav_box {
        float: none;
    }
    #header .header_nav .menu > ul > li:hover .subnav {
        display: none;
    }
    #header .header_nav .menu > ul > li.active .subnav {
        display: block;
    }
    #footer:before {
        background-size: cover;
        width: 187px;
        height: 148px;
    }
    #footer:after {
        width: 88px;
        height: 147px;
        background-size: cover;
    }
}

@media (max-width: 1150px) {
    .news_fr,
    .news_st {
        display: none;
    }
    h1 {
        font-size: 28px;
    }
    .modal-body .planned p br {
        display: none;
    }
    .modal-body .planned {
        flex-direction: column;
        align-items: flex-start;
    }
    .modal-content {
        padding: 30px;
    }
    .modal_left {
        width: 100%;
        order: 2;
    }
    .modal_right {
        order: 1;
        width: 100%;
        text-align: center;
    }
    .modal_all {
        flex-direction: column;
    }
}

.closse {
    display: none;
}

@media (max-width: 991px) {
    .events_all .slick-dots {
        bottom: -45px;
    }
    .cart_product {
        flex-direction: column;
    }

    .closse {
        display: inline-block;
        position: absolute;
        right: -35px;
        top: 30px;
    }
    .filter_item > a {
        background: #fff;
        margin-bottom: 10px;
    }
    .mobil_filter {
        margin: 50px 15px 15px;
        width: 290px;
    }
    a.back svg {
        margin-right: 5px;
    }
    a.back {
        display: flex;
        align-items: center;
    }
    .check_all {
        display: none;
    }
    .filter_details_header a {
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #b79a7a;
        text-transform: capitalize;
    }
    .filter_details_body h6 {
        margin-left: 15px;
    }
    .checkmark, .checkmarkAll {
        top: 15px;
        right: 20px;
    }
    .label_check {
        background: #ffffff;
        border-bottom: 1px solid #ecf0f5;
        border-top: 1px solid #ecf0f5;
        padding: 15px;
        margin-bottom: 10px;
    }
    .with_stubmit {
        padding: 15px 35px 15px 15px;
    }
    .with_stubmit .checkmark {
        top: 18px;
    }
    .filter_details_body {
        padding: 20px 0;
        background: #f8f6f7;
    }
    .filter_details_header_top {
        display: flex;
        text-transform: capitalize;
    }
    .range-slider {
        padding: 30px 30px 10px;
        background: #fff;
    }
    .mob_switcher {
        display: flex;
    }
    .back,
    .mobil_filter {
        display: inline-block;
    }
    .main_filters > div {
        padding: 0px;
    }
    .main_filters {
        display: none;
    }
    .filters.activated:before {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        content: ' ';
        background: rgba(0, 0, 0, 0.4);
        z-index: 98;
    }
    .main_filters.activated {
        position: fixed;
        left: 15px;
        top: 0;
        right: 0;
        bottom: 0;
        background: #f8f6f7;
        border-right: 1px solid #ecf0f5;
        z-index: 999;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        max-width: 320px;
    }
    .filter_details {
        width: 319px;
    }
    .main_filters > div > div,
    .main_filters > div {
        position: unset;
    }
    .checkout_row > div:nth-child(1) {
        /*order: 2;*/
    }
    .checkout_row > div:nth-child(2) {
        /*order:1;*/
        margin-top: 30px;
    }
    .my_account_left {
        min-height: auto;
        margin-bottom: 30px;
        padding: 30px;
    }
    .login_page_cont_right {
        min-height: auto !important;
        margin-top: 60px;
    }
    .events_all {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .event {
        width: 48%;
    }
    .about_top {
        margin-bottom: 40px;
    }
    .about_ban {
        margin-bottom: 100px;
    }
    .about_bot {
        margin-top: 100px;
    }
    .m100 {
        margin: 15px 0;
    }
    .about_top .col-md-6 {
        margin-bottom: 30px;
    }
    .floating_socials {
        left: 30px;
        padding: 0px 5px;
        top: 25px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .floating_socials a {
        padding: 5px 5px;
    }
    .floating_socials a svg {
        height: 22px;
    }
    .home_slider_wrap .slider.vertical_dots .slick-dots {
        top: 25px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .slide_item .slide_over {
        width: 70%;
        margin: 0 0 0 15%;
        text-align: center;
        align-items: flex-start;
        justify-content: left;
        font-size: 16px;
    }
    .slide_item .slide_over > div {
        padding: 0 0 50px 0;
    }
    .slide_item {
        /*min-height: 550px;*/
    }
    .home_slider_wrap {
        margin-top: 0;
    }
    .event_box .event_box_heading .ev_more {
        text-align: left;
    }
    .event_box .event_box_heading {
        margin-top: 30px;
    }
    .separator-sliders {
        padding-top: 15px!important;
        padding-bottom: 15px!important;
    }
    .dirstc-cart {
        padding-bottom: 12px!important;
        margin-bottom: 12px!important;
    }
    .vebinsec {
        padding-bottom: 20px!important;
    }
}

@media (max-width: 768px) {
    .prod_image img {
        height: auto;
    }
    .order_detail_middle_products_row > div {
    .order_detail_middle_products_row > div {
        width: 48%;
    }
    .bg1,
    .bg2,
    .bg3,
    .bg4 {
        display: none;
    }
    .single_content blockquote {
        max-width: 100%;
    }
    .image_right,
    .image_left {
        display: flex;
        float: none;
        margin: 0 auto 40px auto;
        width: auto;
    }
    .calendar_footer {
        flex-direction: column;
    }
    .centru_cont .nav,
    .recommended .nav {
        width: calc(100% - 0px);
        left: 0;
    }
    #footer:before {
        background-size: cover;
        width: 187px;
        height: 38px;
    }
    .calendar_footer_right {
        width: 100%;
    }
    .calendar_footer_left {
        padding-right: 0px;
        width: 100%;
    }
    .order_detail_middle_products_row {
    }
    .title_big,
    .cont_about {
        margin: 0 0 40px 0;
    }
    .breadcrumbs {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .dflex_links > div {
        width: calc(50% - 15px);
    }
    .delete button img {
        min-width: 30px;
    }
    .dflex_links > div:nth-child(2n) {
        margin-right: 0;
        margin-left: 15px;
    }
    .dflex_links {
        flex-wrap: wrap;
    }
    .cart_product {
        margin-bottom: 10px;
        flex-direction: column;
    }
    .cart-item h3 {
        font-size: 18px;
    }
    .header_cart {
        display: none;
    }
    .datas .col-md-4, .datas .col-md-1, .datas .col-md-2 {
        padding: 0;
    }
    .number {
        flex-direction: column;
    }
    .number .minus {
        margin-right: 0;
    }
    .number .plus {
        margin-left: 0;
    }
    .hd_row {
        display: none;
    }
    .single_feat_image {
        margin-bottom: 30px;
    }
    .photo_cont {
        margin-bottom: 30px;
    }
    #footer:before {
        background-size: cover;
        width: 187px;
        height: 38px;
    }
    .banner_item {
        min-height: 450px;
    }
    .banner_item::before {
        background: linear-gradient(to right, rgba(255, 255, 255, 0.75) 60%, transparent);
    }
    .cat_banner_entry {
        font-size: 16px;
    }
    .cat_banner_entry h2 {
        font-size: 64px;
    }
    .cat_banner_entry .tap {
        margin-top: 20px;
    }
    #footer .col-md-4 {
        margin-bottom: 30px;
    }
    .event_box h3 {
        margin-top: 20px;
    }
    .event_box .ev_date > div:first-child {
        margin-right: 10px;
    }
    .event_box .ev_date svg {
        height: 20px;
        width: 20px;
        position: relative;
        bottom: -2px;
    }
    .event_box .event_box_heading .ev_more {
        margin-top: 15px;
    }
    .section.home_main_slider {
        padding: 0;
    }
    .section.home_main_slider .container {
        padding: 0;
    }
    .floating_socials {
        left: 20px;
    }
    .salon_item h4 {
        text-align: center;
    }
}

@media (max-width: 530px) {
    .calendar_info > div {
        margin-bottom: 10px;
    }
    .calendar_info {
        flex-direction: column;
    }
    .brands_about a {
        margin: 15px 0;
    }

    .detail_tabheader {
        flex-wrap: nowrap;
        overflow-x: scroll;
        gap: 20px!important;
    }
    .brands_about {
        background: #ffffff;
        box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.08);
        flex-direction: column;
    }
    #header .cart {
        margin-right: 15px;
    }
    .logo_box a img {
        max-height: 100%;
        max-width: none;
        width: 130px;
    }
    .events_all .slick-dots {
        bottom: -15px;
    }
    .order_detail_middle_products_row > div {
        width: 100%;
    }
    .event {
        width: 100%;
        margin: 0 0 30px;
    }
    .home_main_slider {
        margin-bottom: -43px;
    }
    .large_brads {
        height: 85px;
    }
    .brands a {
        margin: 0 5px;
    }
    body {
        font-size: 14px;
        line-height: 20px;
    }
    .title_big p,
    p {
        font-size: 14px;
        line-height: 20px;
    }
    .slide_item .slide_over h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .slide_item .slide_over p {
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
    }
    .floating_socials {
        display: flex;
    }
    .floating_socials a {
        padding: 0px 5px;
        margin: 15px 10px;
    }
    #footer {
        margin-top: 30px;
    }
    .title_container {
        height: 500px;
    }
    h1 {
        font-size: 25px;
    }
    .more_btn {
        margin: 20px 0 60px;
    }
    .about_bot p {
        padding: 0 5%;
    }
    h6 {
        margin-top: 10px;
    }
    .calendar_header_left {
        font-size: 20px;
        line-height: initial;
    }
    .calendar_header {
        padding: 25px 25px 25px 30px;
    }
    .calendar_body_date_line > div {
        font-weight: normal;
        font-size: 20px;
        line-height: 32px;
        color: #000000;
        height: 55px;
        padding: 5px 0 15px 15px;
        text-align: left;
        border: 1px solid #ebedf1;
        margin-left: -1px;
        margin-bottom: -1px;
    }
    .checkout_form form > div {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .login_page_cont_left {
        margin-top: 130px;
    }
    .login_page_cont_left form {
        margin: 0px auto 0;
    }
    .filters {
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .mob_switcher a.tap {
        min-width: 100%;
        width: 100%;
    }
    .brands a {
        margin: 15px 0;
    }
    .brands {
        padding: 30px;
        height: auto;
        margin-bottom: 30px;
        flex-direction: column;
    }
    .mini_product {
        margin-bottom: 10px;
    }
    .mini_cart .tap {
        margin-top: 15px;
    }
    .single_price {
        font-size: 18px;
    }
    .mini_product_details_top h5 {
        width: 70%;
        font-size: 14px;
        line-height: 18px;
        margin-right: 10px;
    }
    .mini_product img {
        width: 70px;
        height: 70px;
    }
    .mini_product img {
        margin-right: 10px;
    }
    .mini_cart {
        width: 93vw;
        padding: 10px;
    }
    .my_account_form input {
        margin-right: 0;
    }
    .form_row.width50 {
        width: calc(100%);
    }
    .form_row {
        flex-direction: column;
    }
    .order_detail_top {
        flex-wrap: wrap;
    }
    .order_detail_top > div {
        width: 50%;
    }
    .order_sum {
        flex-direction: column;
    }
    .order_sum > div:nth-child(3) {
        text-align: center;
        margin: 20px 0 0;
    }
    .order_sum > div:nth-child(2) {
        width: 100%;
        padding-left: 0px;
        align-items: center;
    }
    .order_sum > div:nth-child(1) img {
        margin: 0 auto 30px;
        display: flex;
        height: 200px;
    }
    textarea,
    input[type='password'],
    input[type='tel'],
    input[type='text'],
    input[type='email'] {
        width: 100%;
    }
    .pagination a {
        margin: 0 3px;
        padding: 2px 8px;
    }
    .tab_left h6 {
        margin-top: 0 !important;
    }
    .tab_right > div {
        text-align: right;
    }
    .tab_right {
        width: 30%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .tab_left {
        width: 70%;
    }
    .nav-tabs {
        flex-direction: column;
        width: 100%;
    }
    .nav-tabs .nav-item {
        width: 100%;
        margin-bottom: 1px;
    }
    .single_info_rating {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    .cat_banner_entry h2 {
        font-size: 48px;
    }
    .event_box {
        padding: 30px;
        font-size: 14px;
    }
    .event_box .ev_date {
        font-size: 12px;
        margin-top: 10px;
    }
    .event_box .event_box_heading {
        margin-top: 15px;
    }
    .event_box .event_box_heading h2 {
        font-size: 40px;
    }
    .tap {
        min-width: 170px;
        font-size: 14px;
    }
    .buy .tap {
        min-width: 255px;
    }
    .slide_item .slide_over h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .slide_item .slide_over {
        width: 80%;
        margin: 0 0 0 10%;
    }
    .title_big {
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
    }
}

@media (max-width: 380px) {
    #header .cart a {
        margin-left: 15px;
    }
    .cat_banner_entry,
    .cat_banner_entry.right {
        text-align: center;
    }
    #header .langs a:not(:last-child) {
        margin-right: 0;
    }
    #header .langs a:not(:last-child):before {
        display: none;
    }
    #header .langs {
        margin: 0 25px 0 0;
    }
    #header .langs a {
        display: block;
        margin-bottom: 2px;
    }
    #header .header_nav .menu {
        width: 290px;
    }
    .cat_banner_entry h2 {
        font-size: 36px;
    }
    .cat_banner_entry {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .prod_image img {
        height: auto;
    }
    #header .header_nav .menu {
        width: 250px;
    }
    #header .header_nav .menu > ul > li > a {
        font-size: 14px;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.ss-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    float: left;
}

.ss-content {
    height: 100%;
    width: calc(100% + 18px);
    padding: 0 0 0 0;
    position: relative;
    overflow: auto;
    box-sizing: border-box;
}

.ss-content.rtl {
    width: calc(100% + 18px);
    right: auto;
}

.ss-scroll {
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    width: 9px;
    border-radius: 4px;
    top: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.25s linear;
}

.ss-hidden {
    display: none;
}

.ss-container:hover .ss-scroll,
.ss-container:active .ss-scroll {
    opacity: 1;
}

.ss-grabbed {
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.detail_tabheader {
    display: flex;
    flex-direction: row;
    gap: 50px;
    margin: 0 auto;
}

.subscribe_form {
    top: 14px;
    position: relative;
}
.crop-height {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}
::selection {
    color: #ccc;
    background: #000;
}
element {
}
.social_block {
    display: flex;
    gap: 20px;
    margin-top: -5px;
}
.swiper-slide.d-flex {
    width: 100vw;
}
