@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');
@font-face {
    font-family: 'CeraPro';
    src: url('Cera_Pro_Light.otf') format('opentype');
}

@font-face {
    font-family: 'CeraProMedium';
    src: url('Cera_Pro_Medium.otf') format('opentype');
}

.grecaptcha-badge {
    display: none;
}

.blue_color {color: #5ce1e6;}
.pink_bg {background: #f8e8e7;}
.grey_bg {background: #f2f2f2;}
.light_grey_bg{background: #f4f4f4;}
.white_bg {background: #fff;}
.light_bg {background: #FBFBFB;}
.beige_bg {background: #f8f4ef; width: 100%; overflow: hidden;}


.col5 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    outline: 0px none;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0px none;
}

ol,
ul {
    list-style: none outside none;
}

strong {
    font-weight: 600;
    color: #474747;
}

a {
    color: #474747;
    text-decoration: none;
    transition: all 0.2s ease-in;
}

a:hover {
    text-decoration: none;
    transition: all 0.2s ease-in;
}
em, i {
    font-family: 'Source Serif 4', serif;
}
.clear {
    clear: both;
}

.no-gutter>[class*='col-'],
.no-gutter .row>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.padd {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padd_bottom {
    padding-bottom: 100px;
}
.padd_top {
    padding-top: 100px;
}
.no-padding {
    padding-right: 0;
    padding-left: 0;
}

body {
    font-size: 14px;
    font-family: 'CeraPro', Verdana;
    color: #474747;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll;
}

.styled_btn {
    position: fixed;
    right: 0px;
    bottom: 0px;
    /* width: 100px; */
    /* height: 100px; */
    z-index: 999;
    border-radius: 0px;
    background: #d66588;
    color: white;
    border: none;
    border: 1px solid #d66588;
    padding: 6px;
    font-weight: 200;
    padding: 5px 19px;
    border-top-left-radius: 5px;
  }

p {
    font-size: 18px;
    line-height: 32px;
}

#wrapper {
    background: #fefefe;
    overflow: hidden;
}

.overflow {
    overflow: hidden;
}

.show_991 {
    display: none;
}

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

.flex {
    display: flex;
    height: 80vh;
    align-items: center;
}

.flex_end {
    display: flex;
    align-items: flex-end;
}

.cd-main-content::after {
    clear: both;
    content: "";
    display: table;
}

img.img-responsive {
    width: 100%;
}

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

a.overlay_link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    text-indent: -999999px;
    z-index: 10;
}



/* =========================
    ERROR PAGE
   ========================= */

   .im-er{
       display:flex;
       justify-content:center;
       padding:100px 0;
   }
   .im-er img{
       width:100%;
       max-width:500px;
   }

   .tex-er{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #cfae6f;
   }

   .tex-er h2:after{
       display:none;
   }

   .btn-er a{
    margin: 10px auto 10px;
    border: none;
    border: 2px solid #444;
    color: #444!important;
    background-color: transparent!important;
    letter-spacing: 1px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    padding: 10px 35px 9px 35px!important;
    width: fit-content;
    display: block;
    transition: all 0.5s ease-in-out;
   }
   .btn-er a:hover{
    border: 2px solid #cfae6f;
    background: #cfae6f!important;
    color: #fff!important;
   }





@media (min-width: 1920px){
    .container {
        width: 1650px;
    }
}

#top_bar {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 0;
    background: #000000;
    color: #ffffff;
    font-size: 13px;
}
#top_bar .time{
    padding-left: 5px;
    border-left: 1px solid;
    margin-left: 3px;
}

.social-icons-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0px;
}


.social_footer a:hover img, .follow_icons a:hover img{
  filter: drop-shadow(0 0 6px #fff);
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
}


#toptop_bar{
    font-size: 13px;
    font-weight: 100;
    padding: 8px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
    font-family: 'CeraPro', Verdana;
}

#toptop_bar .sales-info{
    text-align: center;
    color: #474747;
}
#toptop_bar .address-info{
    text-align: left;
    color: #474747;
}
#toptop_bar .elta-info {
    text-align: right;
}

#toptop_bar .elta-info a {
    color: #474747;
    letter-spacing: 0.5px;
    position: relative;
}

#toptop_bar .elta-info a.first {
    padding-right: 35px;
}

#toptop_bar .elta-info a.first:after {
    content: '';
    position: absolute;
    border-top: 1px solid #474747;
    top: 8px;
    width: 25px;
    height: 1px;
    right: 7px;
}

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

.social-icons-top .heading_social{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 10px;
    color: grey;
}

.social-icons-top a {
    display: inline-block;
    margin-top: 0px;
    /* width: 25px; */
    /* height: 36px; */
    margin-right: 4px;
    /* margin-left: 14px;*/ 
    color: white;
}
#footer {
    width: 100%;
    padding: 50px 0 50px 0;
    margin: 0;
    color: #474747;
}
.footer_icons {
    display: flex;
    align-items: center;
}
.info_footer_container {
    padding-bottom: 60px;
}
.footer_box {
    margin-left: 0px;
    margin-right: 0px;
}
.footer_box img {
    width: 180px;
}
ul.footer_menu {
    margin: 0px;
}
ul.footer_menu li {
    margin-bottom: 8px;
    font-size: 18px;
    color: #474747;
    text-align: left;
}


.footer_menu a {
  color: #474747;
  text-decoration: none;
  transition: all 0.2s ease-in;
}

.footer_menu a:hover {
  background: linear-gradient(to right, #d66588, #faa8c2);
  /* background: linear-gradient(to right, #d66588 0%, #d66588 70%, #faa8c2 70%, #faa8c2 100%); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.2s ease-in;

}


#footer .social-icons-top span {
    margin-right: 16px;
    font-size: 17px;
    color: #d7d7d7;
    font-weight: 100;
    text-transform: uppercase;
}

#footer .social-icons-top a {
    display: inline-block;
    margin-top: 0px;
    width: 25px;
    height: 36px;
    margin-right: 12px;
    margin-left: 0;
    /* background-size: 25px; */
}

p.info a.facebook{
    display: inline-block;
    margin-top: 0px;
    width: 25px;
    height: 36px;
    margin-right: 12px;
    margin-left: 0;
    background-size: 25px;
    background: url(../img/layout/facebook.svg) no-repeat scroll center center transparent;
    background-size: 25px;
    transition: all 0.2s ease-in;
    margin-left: 17px;
}


.social-icons-links a.facebook {
    display: inline-block;
    margin-top: 0px;
    width: 25px;
    height: 25px;
    margin-right: 12px;
    margin-left: 0;
    background-size: 25px;
    background: url(../img/layout/facebook.svg) no-repeat scroll center center transparent;
    background-size: 25px;
    transition: all 0.2s ease-in;
    margin-left: 17px;
}

.social-icons-top a.facebook {
    background: url('../img/layout/facebook.svg') no-repeat scroll center center transparent;
    background-size: 13px;
    transition: all 0.2s ease-in;
}

.contact_box .social-icons-top a.facebook {
    background: url('../img/layout/facebook_black.svg') no-repeat scroll center center transparent;
    background-size: 100%;
    transition: all 0.2s ease-in;
    width: 25px;
    height: 36px;
}


/* .social-icons-top a.facebook:hover { background: url('../img/layout/facebook_hover.svg') no-repeat scroll center center transparent;  transition: all 0.2s ease-in;  } */

.social-icons-top a.instagram {
    background: url('../img/layout/instagram.svg') no-repeat scroll center center transparent;
    background-size: 100%;
    transition: all 0.2s ease-in;

}

p.info a.instagram{
    display: inline-block;
    margin-top: 0px;
    width: 25px;
    height: 36px;
    margin-right: 12px;
    margin-left: 0;
    background-size: 25px;
    background: url('../img/layout/instagram.svg') no-repeat scroll center center transparent;
    background-size: 100%;
    transition: all 0.2s ease-in;
}


.social-icons-links a.instagram{
    display: inline-block;
    margin-top: 0px;
    width: 25px;
    height: 25px;
    margin-right: 12px;
    margin-left: 0;
    background-size: 25px;
    background: url('../img/layout/instagram.svg') no-repeat scroll center center transparent;
    background-size: 100%;
    transition: all 0.2s ease-in;
}

.contact_box .social-icons-top a.instagram {
    background: url('../img/layout/instagram_black.svg') no-repeat scroll center center transparent;
    background-size: 100%;
    transition: all 0.2s ease-in;
    width: 25px;
    height: 36px;
    margin-right: 13px;
}

#footer .social-icons-top a.youtube {
    background: url('../img/layout/youtube_white.svg') no-repeat scroll center center transparent;
    background-size: 100%;
    transition: all 0.2s ease-in;
    height: 36px;
    width: 32px;
}

.contact_box .social-icons-top a.youtube {
    background: url('../img/layout/youtube_black.svg') no-repeat scroll center center transparent;
    background-size: 100%;
    transition: all 0.2s ease-in;
    height: 36px;
    width: 32px;
}


/* .social-icons-top a.instagram:hover { background: url('../img/layout/instagram_hover.svg') no-repeat scroll center center transparent;  transition: all 0.2s ease-in;  } */

.top_message {
    text-align: center;
}

.top_message span {
    color: #ffffff;
    line-height: 23px;
    /* font-weight: bold; */
}

.slogan{
    text-align: center;
    padding: 5px 0px;
    border-bottom: 1px solid #221f1f;
}

.slogan p{
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 4px;
    position: relative;
}

.slogan p:before{
    position: absolute;
    content: '';
    left: -28px;
    background: grey;
    width: 4px;
    height: 4px;
    top: calc(50% - 2px);
    border-radius: 10px;

}


.slogan p:after{
    position: absolute;
    content: '';
    right: -28px;
    background: grey;
    width: 4px;
    height: 4px;
    top: calc(50% - 2px);
    border-radius: 10px;

}


.top_links {
    text-align: right;
    /* color: #ffffff; */
}

.top_links a {
    display: inline-block;
    margin: 0 5px 0 0px;
    color: #c5c5c5;
    line-height: 23px;
    /* font-weight: bold; */
    transition: all 0.2s ease-in;
}

.right_graphic {
    position: absolute;
    right: 0;
    width: 100px;
    height: 2px;
    background: #a94442;
    position: absolute;
    bottom: 48%;
}

.left_graphic {
    position: absolute;
    left: 0;
    width: 100px;
    height: 2px;
    background: #a94442;
    position: absolute;
    bottom: 48%;
}

.top_links a:hover {
    color: #ffffff;
    transition: all 0.2s ease-in;
}

#header {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0;
    background: #F8E8E7;
    padding: 0;
    position: relative;
    z-index: 999;
    display: flex;
    flex-direction: column;
    /* transition: all 0.3s ease-in 0s; */
    transition: all 0.4s ease;
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
    
}

#header.header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    transform: translateY(-10px);
    opacity: 0;
    animation: smoothHeaderIn 0.4s forwards ease-in-out;
}

@keyframes smoothHeaderIn {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

header {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0;
    background: #000;
    padding: 0;
    position: relative;
    z-index: 999;
}

#header .main_menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0px;
    /* border-top: 1px solid #999; */
    /* border-bottom: 1px solid #777; */
}
ul.main_menu > li.nav_level1 {
    display: inline-block;
    position: relative;
}

ul.main_menu > li.nav_level1 > .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    z-index: 1000;
    /* προσθέτεις ό,τι styles θες */
}

ul.main_menu > li.nav_level1:hover > .dropdown {
    display: block;
}

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

/* .pages.home #header.home {
    background: #000;
    padding: 0;
    position: relative;
} */

.header {
    width: 100%;
    height: auto;
    opacity: 1;
    z-index: 111;
    padding: 0px;
    /* background: #faf9f6; */
}

.pages.home .header.cd-menu-header {
    border-top: 1px solid #fff;
}

.header.cd-menu-header {
    border-top: 1px solid #9e9e9e;
}

.header.cd-main-header {
    margin-bottom: 20px;
    margin-top: 15px;
}

#header.header_fixed .cd-menu-header {
    position: fixed;
    top: 0px;
    left: 0px;
    background: black;
    border-top: unset;
    box-shadow: -1px 5px 4px 0px #dcdcdc59;
    ;
}

#mobile-search {
    display: none;
}

.cd-search-trigger .search_icon {
    margin-right: 3px;
    position: relative;
    top: 2px;
}

.cd-search-trigger .search_icon img {
    width: 21px;
    height: 21px;
}

.cd-search-trigger .close_search img {
    width: 28px;
    height: 28px;
    position: relative;
    top: 0px;
}

#search {
    display: none;
    z-index: 1;
    width: 100%;
    background: #E29B9C;
    color: #474747;
    overflow: hidden;
    position: relative;
}
#search .form-group { margin-bottom: 0px; width: 100%; }
.cd-search-trigger .close_search { display: none; }
.cd-search-trigger.active .search_icon { display: none; }
.cd-search-trigger.active .close_search {
    position: relative;
    display: inline-block;
}

#search-box {
    border: none;
    border-top: 1px solid #474747;
    border-bottom: 1px solid #474747;
    color: #474747;
    font-weight: 500;
    padding: 15px;
    outline: none;
    font-size: 16px;
    text-align: center;
    background: none;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    box-sizing: border-box;
}

#search-box::placeholder {
    color: #313131;
}

.top_icons {
    display: inline-flex;
    float: right;
    transition: all .5s ease-in-out;
}

.top_icons .top_icon {
    width: 23px;
    height: 23px;
    margin-left: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-radius: 0px;
    transition: all 0.2s ease-in;
}

.top_icons .cd-login-trigger.top_icon {
    background-size: contain;
    width: 24px;
    height: 24px;
    margin-left: 15px;
}

.top_icons .cd-cart-trigger.top_icon {
    background-size: contain;
    width: 23px;
    height: 23px;
    position: relative;
}

.top_icons .top_icon span {
    display: none;
}

.top_icons .top_icon span.badge {
    display: block !important;
    position: absolute;
    left: -7px;
    bottom: -7px;
    margin-top: 3px;
    font-size: 9px;
    font-weight: 100;
    padding: 3px 5px 4px 5px;
}

.mobile_menu_icons {
    display: none;
}

.cd-menu-trigger {
    display: none;
    background-image: url('../img/layout/menu.svg');
}

.cd-menu-trigger {
    display: none;
    background-image: url('../img/layout/menu.svg');
}

.cd-menu-trigger.nav-open {
    background-image: url(../img/layout/close.svg);
    position: relative;
    z-index: 0;
    top: 0;
    background-size: 28px !important;
    width: 30px !important;
    height: 25px !important;
}


.cd-cart-trigger {
    display: inline-block;
    background-image: url('../img/layout/bag.svg');
}


.cd-cart .inner{
	width: 380px;
    height: 100%;
    float: right;
	background: white;
	padding: 0;
    box-shadow: -7px 0px 10px -1px #222;
}

#close_menu{
	background:none;
}

#close_menu .img-fluid{
	width: 100%;
}

.cd-cart .close_speed_cart {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 10px;
    top:10px;
    background: white;
    margin-right: 6px;
    color: white;
    margin-top: 7px;
    text-indent: -9999999px;
    cursor: pointer;
    /* background-image: url(../img/layout/arrow_right.svg); */
    background-image: url(../img/layout/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 37px;
}


.swiper-slide .product-options,
.product_box .product-options {
    position: absolute;
    background: #f3f3f3;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: -40px;
    transition: all 0.4s ease;
    /* border-top: 1px solid #a94442; */
}

.modal-open .modal.brand_modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: #00000059;
}

.modal.brand_modal h4{
    font-size: 20px;
    font-weight: 700;
}

.modal.brand_modal .modal-content {
    border-radius: 20px;
}

.modal.brand_modal h2{
    font-size: 17px;
    font-weight: 700;
}


.modal.brand_modal .modal-content .myTable {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 300px;
    width: 100%;
}
.modal.brand_modal .modal-content .myTable thead tr {
    background-color: #000;
    color: #ffffff;
    text-align: left;
}

.modal.brand_modal .modal-content .myTable.second thead tr {
    background-color: #fff;
    color: #000;
    text-align: left;
}

.modal.brand_modal .modal-content .myTable th,
.modal.brand_modal .modal-content .myTable td {
    padding: 8px 20px;
}

.modal.brand_modal .modal-content .myTable.second th,
.modal.brand_modal .modal-content .myTable.second td {
    width: 33%;
}


.modal.brand_modal .modal-content .myTable tbody tr {
    border-bottom: 1px solid #dddddd;
}
  
.modal.brand_modal .modal-content .myTable tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}
  
.modal.brand_modal .modal-content .myTable tbody tr:last-of-type {
    border-bottom: 2px solid #cb333b;
}
button.size_chart {
    padding: 0;
    color: black;
    background: none;
    text-decoration: underline;
}

.modal.brand_modal .modal-dialog {
    width: 1000px; 
}

.modal.brand_modal .modal-header{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.modal.brand_modal  .modal-body {
    max-height: 70vh;
    overflow-y: scroll;
}

.swiper-slide .product-options {
    width: 95%;
    opacity: 0;
}


.gallery-photo {
    padding: 7px;
}

.swiper-slide .product-options  span,
.product_box .product-options span {
    font-size: 15px;
    padding: 5px;
    /* border: 1px solid grey; */
    margin: 0 3px;
    border-radius: 10px;
    position: relative;
    padding-right: 10px;
}

.product_box .product-options span:after {
    content: '/';
    position: absolute;
    width: 10px;
    top: 14%;
    right: -5px;
}

.product_box .product-options span.last:after{
    content: unset;
}
.sustainable {
    position: absolute;
    /* top: 5%; */
    width: 40px;
    height: 40px;
    background: url(../img/layout/biodegradable.png);
    left: 0;
    padding: 5px;
    color: white;
    /* border-top-left-radius: 5px; */
    /* border-bottom-left-radius: 5px; */
    z-index: 1;
    background-position: center;
    background-size: 78%;
    /* background-color: black; */
    background-repeat: no-repeat;
  
}
.discount {
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 9;
    font-size: 17px;
    font-weight: 500;
    padding: 2px 15px;
    background: #cfae6f;
}

.swiper-slide:hover .product-options,
.product_box:hover .product-options {
    opacity: 1;
    visibility: visible;
    margin-bottom: 0;
    bottom: 0;
    height: auto;
    padding: 10px;
}


.cd-login-trigger span {
    display: none;
}

.cd-login-trigger {
    display: inline-block;
    background-image: url(../img/layout/user.svg);
}

.cd-logout-trigger {
    display: inline-block;
    background-image: url(../img/layout/user.svg);
}


.cd-wishlist-trigger {
    display: inline-block;
    background-image: url(../img/layout/wishlist.svg);
}

.logo_container {
    display: flex;
    justify-content: center;
}

#logo {
    display: block;
    margin: 0px 0 0px 0px;
    overflow: hidden;
    width: 200px;
    height: 90px;
}

#logo a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -999999px!important;
    background: url('../img/layout/logo_main.svg') no-repeat scroll center center transparent;
    background-size: 100%;
    z-index: 99;
    transition: all 1s ease-in-out;
}

.pages.home #logo a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -999999px!important;
    background: url(../img/layout/logo_header.svg) no-repeat scroll left center transparent;
    /* background-size: 100%; */
    z-index: 99;
    transition: all 1s ease-in-out;
}

#logo a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -999999px!important;
    background: url('../img/layout/logo_header.svg') no-repeat scroll center center transparent;
    /* background-size: 88%; */
    z-index: 99;
    transition: all 1s ease-in-out;
}

#logo a.white_link{
    color:white;
}

#navi {
    position: relative;
}

#navi ul {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#navi ul.third_level{
    display:block;
}

#navi ul .single_submenu ul{
    width: 100%;

}

#navi ul .single_submenu.submenu  li a{
    font-size: 17px;
}

#navi ul .single_submenu.submenu  li{
    width: auto;
    margin: 0 10px;
}
.main_banner.mobile{display: none;}
.main_banner .swiper-slide {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* background: white; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.main_banner .social_banner {
    width: 10%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.no-padding-right{
    padding-right: 0;
}
.no-padding-left{
    padding-left: 0;
}

.main_banner .social_banner  a.facebook{
    display: inline-block;
    margin-top: 0px;
    width: 42px;
    height: 42px;
    /* margin-right: 12px; */
    /* margin-left: 0; */
    background-size: 25px;
    background: url(../img/layout/facebook.svg) no-repeat scroll center center transparent;
    background-size: 16px;
    transition: all 0.2s ease-in;
    margin-bottom: 17px;
}

.main_banner .social_banner  a.instagram{
    display: inline-block;
    margin-top: 0px;
    width: 31px;
    height: 31px;
    /* margin-right: 12px; */
    /* margin-left: 0; */
    background-size: 25px;
    background: url(../img/layout/instagram.svg) no-repeat scroll center center transparent;
    background-size: 29px;
    transition: all 0.2s ease-in;
    margin-bottom: 17px;
}


#navi ul li {
    display: inline-block;
    /* position: relative; */
    margin: 0 5px;
    font-size: 17px;
}

#navi ul li.last {
    margin: 0;
}

#navi ul li .third_level li {
    display: block;
    /* position: relative; */
    width: 100%;
    float: left;
}

#navi ul li .prosfores .third_level li {
    width: 33%;
}

#navi ul li .third_level li:nth-child(odd){
    clear:both;
}

#navi ul li .prosfores .third_level li:nth-child(odd) {
    clear: unset;
}

#navi ul li a{
    position: relative;
}


#navi ul li .third_level a:after {
    position: absolute;
    content: '';

}

#navi ul li .submenu a:after {
    position: absolute;
    content: '';

}

#navi ul li.last span.title:before {
    display: none;
}


 

/* #navi ul li a:hover:after{
    width: 46%;
    transition: all 0.2s ease;
}    */

#navi ul li span {
    background: #00000000;
    letter-spacing: 0.7px;
   font-size: 17px;
}



#navi ul li a {
    position: relative;
    display: block;
    color: #444;
    font-size: 17px;
    text-align: center;
    font-weight: 300;
    margin: 0 4px;
    padding: 0px 0px 0px 0px;
    line-height: normal;
    height: 100%;
    text-transform: uppercase;
    transition: all 0.2s ease-in;
}



#navi ul li span.title{
    position: relative;
    padding: 0px 20px;
    font-size: 17px;
    line-height: 0;
    transition: all 0.3s ease-in-out;
}

#navi ul li:hover span.title {
    color: #d66588;
}

#navi ul li span.title:before{
    content: '';
    position: absolute;
    background: url(../img/layout/arrow_down.svg);
    width: 20px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: 11px;
    right: 0;
    /* transform: rotate(270deg); */
    background-position: 7px 7px;
    transition: all 0.3s ease;
}

#navi ul li:hover span.title:before {
    background: url(../img/layout/arrow_up_footer.svg);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: 7px 7px;
}
#navi ul li.brands span.title:before, #navi ul li.brands:hover span.title:before{display: none;}
#navi ul li:last-child span.title:before{
    display: none;
}

#navi li .dropdown {
    position: absolute;
    top: 20px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    z-index: 99999 !important;
    height: auto;
    background: #fff;
    min-width: 410px;
    visibility: hidden;
    opacity: 0;
    left: 15px;
    padding: 20px 25px 30px 25px;
}
.nav_level1 {
    position: relative;
}
.nav_level1 .dropdown {
    position: absolute;
    top: 100%; 
    left: 0; 
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    z-index: 99999 !important;
    height: auto;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    padding: 20px 25px 30px 25px;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    width:fit-content
}


#navi ul .dropdown ul {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
}

#navi li:hover {
    cursor: pointer;
}

#navi li:hover .dropdown{ opacity: 1; visibility: visible; }

#navi ul .dropdown li a {
    color: #474747;
    font-size: 16px;
    text-align: left;
    margin: 0;
    padding: 7px 0;
}

#navi ul .dropdown li .submenu_inner a {
    font-size: 16px;
    color: #555;
    padding: 5px 0 5px 35px;
    transition: all 0.3s ease-in-out;
}
#navi ul .dropdown li .submenu_inner a::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 1px;
    background-color: #474747;
    left: 0;
    transition: all 0.3s ease;
    top: 16px;
}
#navi ul .dropdown li .submenu_inner a:hover {
    color: #d66588;
}

#navi ul .submenu a {
    color: #221f1f;
    padding-bottom: 10px;
    padding-top: 10px;
} 

#navi ul .submenu .p-t-40{
    padding-top: 30px;
    border-top: 5px solid #cfae6f;
}

#navi ul .submenu strong {
    text-align: left;
    display: block;
    border-bottom: 1px solid #ccc;
    margin-bottom: 16px;
}

#navi ul li.brands_menu .submenu strong {
    text-align: left;
    display: block;
    border-bottom: 1px solid #cb333b24;
    margin-bottom: 0px;
}

#navi ul .submenu .last strong{
    border:none;
}

#navi ul .submenu strong  a{
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 16px;
    background: none;
    margin: 0;
    color: black;
}

#navi ul .submenu.prosfores strong a {
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 18px;
    background: none;
    margin: 0;
    color: #fdfdfd;
    background: #cb333b;
}

#navi ul li.brands_menu .submenu strong a {
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 15px;
    background: none;
    margin: 0;
    color: black;
    text-align: left;
}

#navi ul .submenu  .col-md-4{
    padding: 10px 15px;
    text-align: center;
}

#navi ul .submenu p{
    text-align:center;
}
.header_fixed #navi ul li a {
}

 #navi ul li a:hover {
    /* color: #28aae1; */
    transition: all 0.2s ease-in;
}

#navi ul li a:hover {
    color: #d66588;
    transition: all 0.2s ease-in;
}

#navi ul li .dropdown li a {
    transition: all 0.3s ease-in-out;
}

.dropdown .submenu_inner p strong{
    padding: 10px 15px;
    color: #474747;
    font-family: 'CeraProMedium', serif;
    font-size: 20px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background: #F8E8E7;
    border-radius: 25px;
    display: flex;
    width: 100%;
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}
.dropdown .submenu_inner p strong::after{
    content: '';
    position: absolute;
    background: url(../img/layout/arrow_down.svg);
    width: 20px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: 11px;
    right:15px;
    background-position: 7px 7px;
    transition: all 0.3s ease;
}
#navi .dropdown .submenu_inner p strong a{
    text-transform: capitalize;
}
#navi ul li a:hover:before {
    left: 0;
    width: 100%;
    transition: all .3s ease;
}

#navi ul li .submenu {
    position: absolute;
    background: #f5f5f5;
    height: auto;
    display: none;
    min-width: 200px;
    z-index: 99999;
    left: 0px;
    top: 95%;
    padding: 0px 0px 30px 0px;
    width: 100%;
    -moz-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 5px 0px #313131;
}

#navi ul li .submenu  .centered{
    text-align:center;
}

#navi ul li:hover .submenu {
    display: block;
    display: none;
}

#navi ul li .submenu .second_level {
    width: 100%;
    float: left;
    margin-bottom: 0px;
}

#navi ul li .submenu.no-children {
    left: auto;
    width: auto;
}

#navi ul li .submenu.no-children .second_level {
    width: 100%;
    float: none;
    display: block;
}

#navi ul li .submenu .second_level p {
    border-bottom: 1px solid white;
    padding-left: 0px;
}

#navi ul li .submenu .second_level.last p {
    border-bottom: none;
    padding-left: 0px;
}

#navi ul li .submenu .second_level p a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 100;
    margin: 0px 0 0px 0;
    padding: 0px;
    text-transform: capitalize;
    letter-spacing: 1px;
    /* border-bottom: 1px solid #9c9c9c59; */
    margin: 0;
    padding: 10px;
    /* border-left: 1px solid #ffffffb8; */
}

#navi ul li .submenu .second_level p a:hover {
    color: #ffffff;
    background: #28aae1;
}

#navi ul li .submenu .second_level ul.third_level {
    margin: 0px;
}

#navi ul li .submenu .second_level ul.third_level li {
    display: block;
    margin: 0 0 10px 0;
    line-height: 20px;
    background: transparent url(../img/layout/arrow-list.png) no-repeat 0 4px;
    padding-left: 12px;
}

#navi ul li .submenu .second_level ul.third_level li a {
    display: block;
    color: #434343;
    font-size: 12px;
    font-weight: normal;
    padding: 0px;
    margin: 0;
    text-transform: none;
    border-bottom: 0px;
    transition: all 0.2s ease-in;
}

#navi ul li .submenu .second_level ul.third_level li a:hover {
    color: #84c2d3;
    border-bottom: 0px;
    transition: all 0.2s ease-in;
}

#navi ul li:hover .submenu {
    display: block;
    text-align: left;
    padding: 0;
    align-items: center;
    left: calc((100% - 34px - 100vw) / 2 );
    width: 100vw;
    margin-top: 0;
    padding-bottom: 0px;
    background: unset;
}

#navi ul li:hover .submenu .container-fluid{
    display: flex;
    background:#fcfcfc;
    padding-bottom: 40px;
    align-items: center;
}


#navi ul li .third_level a {
    padding: 3px 2px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: left;
    line-height: normal;
    text-transform: capitalize;
}

#navi ul li .prosfores .third_level a.third_level_link{
    border-bottom: 2px solid #1e1e1e;
    margin-bottom: 10px;
    font-size: 15px;
}

#navi ul li .submenu .second_level p a:after {
    display: none;
}

#mobile-nav {
    bottom: 0;
    padding: 0;
    position: fixed;
    right: -100%;
    top: 110px;
    width: 100%;
    margin-top: 0px;
    z-index: 9999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.3s cubic-bezier(0.34, 0.95, 0.27, 0.98);
    -moz-transition: all 0.3s cubic-bezier(0.34, 0.95, 0.27, 0.98);
    transition: all 0.3s cubic-bezier(0.34, 0.95, 0.27, 0.98);
}

#mobile-nav .user_login{
    position: absolute;
    bottom: 14px;
    width: 0;
    display: flex;
    width: 100%;
    padding: 14px 0px;
    justify-content: center;
    background: #a94442;
}
/* #mobile-nav .responsive_main_menu{
    height: calc(100vh - 190px);
    overflow-y: scroll;
} */

#mobile-nav.nav-open {
    right: 0;
    height: max-content;
}

/******* MOBILE MENU *******/
  .cd-menu-trigger,
  #menu-toggle,
  .wrapper,
  .overlay-close {
    display: none !important;
  }
input[type="checkbox"]#menu-toggle {
  display: none;
}

#menu-toggle:checked ~ .wrapper {
  right: 0;
}

label.cd-menu-trigger {
  position: fixed;
  top: 0px;
  right: 20px;
  z-index: 10000;
  cursor: pointer;
}

label.cd-menu-trigger span,
label.cd-menu-trigger:before,
label.cd-menu-trigger:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  /* background: #000; */
  left: 0;
  transition: 0.3s ease;
}

label.cd-menu-trigger span {
  top: 50%;
  transform: translateY(-50%);
}

label.cd-menu-trigger:before {
  top: 8px;
}

label.cd-menu-trigger:after {
  bottom: 8px;
}

#menu-toggle:checked + label.cd-menu-trigger span {
  transform: scaleX(0);
}

#menu-toggle:checked + label.cd-menu-trigger:before {
  transform: rotate(45deg);
  top: 12px;
  background: #fff;
}

#menu-toggle:checked + label.cd-menu-trigger:after {
  transform: rotate(-45deg);
  bottom: 12px;
  background: #fff;
}

label.close {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9998;
  cursor: default;
}

.overlay-close {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);   
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

#menu-toggle:checked ~ .overlay-close {
  opacity: 1;
  pointer-events: auto;
}

.wrapper {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #000;
  transition: right 0.6s ease-in-out;
  z-index: 9999;
  overflow-y: auto;
}

#menu-toggle:checked ~ .wrapper {
  right: 0;
}
#menu-toggle:checked ~ #mobile-nav {
  right: 0;
  transition: right 0.6s ease-in-out;
}

#mobile-nav {
  right: -100%;
  position: fixed;
  top: 110px;
  width: 100%;
  height: 100vh;
  transition: right 0.6s ease-in-out;
  overflow-y: auto;
  z-index: 9999;
}

.cd-menu-trigger.top_icon {
  position: relative; 
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #d66588;
    border-bottom: 1px solid #d66588;
    background: #d66588
}

.cd-menu-trigger.top_icon span {
  display: block;
  width: 25px;
  height: 20px;
  position: relative;
}


#menu-toggle {
  display: none;
}
.panel-default>.panel-heading {
    color: #fff;
    background-color: unset;
    /* background-color: rgba(0,0,0,0.5); */
    border-color: unset;
}
.panel-group .panel+.panel {
    margin-top: 0;
}
.panel-default {
    border-color:unset;
}
.responsive_main_menu h4 strong{
    color: #fff;
}
.responsive_main_menu h4{
    text-align: center;
    font-family: 'CeraPro', Verdana;
    font-size: 17px;
}
.responsive_main_menu a{
    color:#474747;
    font-size: 17px;
}
.responsive_main_menu .panel-collapse a{
    color: #fff;
}

.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 15px 15px;
}
.panel-group {
    background: unset;
    margin-bottom: 0;
}
#accordion-side{
    background: rgb(248,232,231)

}
.panel-group .panel {
    border-radius: 0
}
.panel-body {
    padding: 15px 0;
}
.panel {
    border: unset;
    background-color: unset;
}
.nix-main-menu-container .panel-group .panel-title a.collapsed, .nix-main-menu-container .panel-group .panel-title a {
    position: relative;
}
.nix-main-menu-container .panel-group .panel-title a.collapsed:before {
    content: "";
    right: 0px;
    background-image: url(../img/layout/arrow_up_white.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 13px 8px;
    width: 26px;
    height: 100%;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: transform .4s;
    -webkit-transition: -webkit-transform .4s;
    position: absolute;
    filter: invert(1);
}
.nix-main-menu-container .panel-group .panel-title a:before, .nix-main-menu-container .panel-group .panel-title a.collapsed.active:before {
    width: 35px;
    margin-right: -36px;
    content: "";
    right: 0;
    background-image: url(../img/layout/arrow_down_white.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 13px 8px;
    width: 26px;
    height: 100%;
    margin-left: unset;
    float: right;
    font-size: 18px;
    color: #fff;
    text-align: center;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: transform .4s;
    -webkit-transition: -webkit-transform .4s;
    position: absolute;
    filter: invert(1);
}
.nix-main-menu-container .panel-collapse .panel-title a.collapsed:before, .nix-main-menu-container .panel-collapse .panel-title a:before {
    filter: invert(0);
}

/******* END OF MOBILE MENU *******/


.logo_column {
    width: 250px;
    /* margin: 0 40px; */
    display: flex;
    justify-content: left;
}

.best-sellers .hide_up_991{
    display: none;
}

.best-sellers .flex,
.private_collection .flex{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.best-sellers .flex .heading_container {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    justify-content: space-between;
}

.private_collection .swiper-controls {
    display: flex;
    justify-content: end;
    margin-top: 20px;
}

.swiper-controls.mob {
    display: none!important;
}

.swiper-controls {
    display:flex;
}

.related .swiper-controls {
    display: flex;
    /* flex-direction: row-reverse; */
    justify-content: end;
}

ul.categories_sale {

}

.big_banner {
    position: relative;
}

.big_banner.mobile{
    display: none;
}

.small_banner.mobile{
    display: none;
}

.big_banner .overlay{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.big_banner .overlay h1{
    font-size: 47px;
    color: white;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.big_banner .overlay h1:before{
    content: '';
    position: absolute;
    background: url(../img/layout/x_orange.svg);
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: -67px;
    left: calc(50% - 100px);
    z-index: -1;
}

.big_banner .overlay h2{
    font-size: 18px;
    color: white;
    margin: 20px 0px;
    z-index: 1;
}

.big_banner .overlay .more{
    padding: 10px 56px;
    background: white;
    margin-top: 70px;
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
    color: black ;
    border-radius: 15px;
    text-transform: uppercase;
}

.big_banner img.full-width{
    width: 100%;
}

.small_banner img.full-width {
    width: 100%;
}

.small_banner{
    position: relative;
    margin-top:-5px;
    overflow:hidden;
}

.small_banner .right_overlay{
    width: 40%;
    position: absolute;
    background: #00000061;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 86%, 0% 100%);
    clip-path: polygon(12% 0%, 100% 0%, 100% 100%, 0% 100%);
    height: calc(100% - 5px);
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.small_banner .left_overlay{
    width: 40%;
    position: absolute;
    background: #00000061;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 86%, 0% 100%);
    clip-path: polygon(0% 0%, 88% 0%, 100% 100%, 0% 100%);
    height: calc(100% - 5px);
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.small_banner .more {
    color: white;
    font-size: 33px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
}

.small_banner .more .text{

}

.small_banner .more span.icon{
    background: url(../img/layout/arrow_2_right.svg);
    width: 50px;
    height: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}

.small_banner:hover .more span.icon{
    margin-left: 20px;
}

ul.categories_sale li{
    font-size: 26px;
    font-weight: 500;
    padding: 20px 10px;
    border-bottom: 1px solid grey;
}

ul.categories_sale li:last-child{
    border:none;
}


.menu_column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.langs {
    display: flex;
    color: white;
}

ul.langs li {
    margin-right: 5px;
}

.top_icons_column {
    width: 170px;
    /* border-bottom: 1px solid #717171; */
    /* height: 91px; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu_container{
    padding: 19px 0px 4px 0px;
}

#navi_container {
    display: flex;
    justify-content: center;
}

.account_link,
.register_link {
    display: none;
}

.home_divider {
    clear: both;
    height: 30px;
}

.breadcrumb-section {
    position: relative;
    text-align: center;
    z-index: 1;
}

.breadcrumb-section.product_view {
    background: #f5f5f5;
}

.breadcrumb {
    background: #43434300;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0px;
    padding: 0 30px;
}

.breadcrumb a span,
.breadcrumb span {
    display: inline-block;
    font-size: 16px;
    color: #d66588;
    text-transform: uppercase;
}


.breadcrumb li.last span {
    color: #474747;
    font-weight: 300;
    text-transform: uppercase;
}

.breadcrumb>li+li::before {
    color: #d66588;
    content: '/';
    font-size: 16px;
}

.page_header {
    position: relative;
    padding: 40px 0 60px 0;
    height: auto;
    overflow: hidden;
    text-align: center;
    background: url(../img/layout/wavy_lines.svg) no-repeat center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #f8e8e7;
}

.page_header.contact {
    background-color: #EAE3DC;
    padding: 90px 0 90px 0;
}
.page_header p {
    z-index: 1;
    position: relative;
    top: 12px;
    line-height: normal;
    padding: 0 25px;
}

.page_header h1.page_title {
    color: #474747;
    line-height: 55px;
    margin-bottom: 15px;
    z-index: 1;
    font-weight: 400;
}
.page_header.contact h1.page_title{
    font-family: 'CeraPro',Verdana;
    margin-bottom: 0;
}
.dynamic_content p {
    margin: 10px 0;
}

.dynamic_content {
    padding-right: 120px;
}

.dynamic_content.single {
    padding-left: 80px;
    padding-right: 80px;
}

.dynamic_content h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 10px 0;
    color: #474747;
}

.dynamic_content ul li {
    color: #474747;
    font-size: 18px;
    line-height: 32px;
    padding: 5px 0 5px 20px;
    position: relative;
}

.dynamic_img {
    position: relative;
}

.dynamic_img:after {
    content: '';
    position: absolute;
    background-image: url(../img/layout/photo_frame_category.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 35px;
    left: -35px;
}

.dynamic_content h2 {
    font-size: 26px;
    margin: 20px 0;
    line-height: 32px;
    font-family: 'CeraProMedium', serif;
    color: #474747;
}

.dynamic_content ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    top: 18px;
    border-radius: 100%;
    background: #d66588;
}

/* .desktop-search {
    display: inline-block;
    float: left;
    position: relative;
    margin: 0px 20px 0px 0px;
    width: 210px;
    background: none;
    border: 0px;
    border-bottom: 1px solid #9e9e9e;
    transition: all 0.2s ease-in;
} */

label[for="SearchQuery"] {
    display: none;
}

label[for="BasketItemQuantity"] {
    display: none;
}

label[for="NewsletterEmail"] {
    display: none;
}

.desktop-search {
    display: inline-block;
    float: left;
    position: relative;
    /* margin: 0px 20px 0px 0px; */
    width: 300px;
    background: none;
    border: 0px;
    border-bottom: 1px solid #ffffff;
    transition: all 0.2s ease-in;
    display: none;
}

.desktop-search:hover,
.desktop-search:focus {
    transition: all 0.2s ease-in;
}

.desktop-search form {
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 100%;
}

.desktop-search form input {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 14px;
    line-height: 28px;
    color: #454545;
    padding: 4px 44px 2px 4px;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    background: none;
}

.desktop-search form input:focus,
.desktop-search form input:hover {
    color: #454545;
}

.desktop-search form .icon-search {
    position: absolute;
    /* left: 10px; */
    top: 5px;
    width: 20px;
    height: 24px;
    display: block;
    text-indent: -999999px!important;
    background: url(../img/layout/search.svg) no-repeat scroll center center transparent;
    background-size: 100%;
    border: none;
    right: 0;
}

.pages.home .desktop-search form .icon-search {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 20px;
    height: 24px;
    display: block;
    text-indent: -999999px!important;
    background: url(../img/layout/search.svg) no-repeat scroll center center transparent;
    background-size: 100%;
    border: none;
}

.desktop-search form .icon-search .search_text{
    color: white;
}

.desktop-search ::placeholder {
    color: #fff;
}

.newsletter_input input::placeholder{
    color:#cb333b;
    text-transform: uppercase;
}

.pages.home .desktop-search ::placeholder {
    color: #fff;
}

.title-lines {
    position: relative;
}

.m-top-30 {
    margin-top: 30px !important;
}

.m-bot-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.m-bot-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.m-bot-20 {
    margin-bottom: 20px;
}

.m-bot-10 {
    margin-bottom: 10px;
}

.m-bot-40 {
    margin-bottom: 40px;
}

.mar-top-bot {
    margin-top: 30px;
    margin-bottom: 30px;
}

.m-top-bot-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.m-top-bot-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.title-block {
    color: #404041;
    display: inline-block;
    font-size: 46px;
    font-weight: 300;
    height: 68px;
    box-sizing: border-box;
}

.title-block p {
    font-size: 32px;
}

.title-block hr {
    width: 30%;
    margin-left: 0;
    margin-bottom: 40px;
    height: 1px;
    border: 0;
    border-top: 2px solid #999374;
    padding: 0;
}

.title-block hr.center {
    margin-left: 35%;
}

.title-block span {
    color: #474747;
    display: block;
    font-size: 18px;
    font-weight: 300;
}

.view-all-container {
    float: right;
    margin-top: 10px;
}

.view-all-container.all-owl-carousel {
    margin-right: 25px;
}

.button.all {
    color: #fff;
    background-color: #eed700;
    border: medium none;
    /*font-family: 'Comfortaa', sans-serif;*/
    outline: medium none;
    position: relative;
    transition: all 0.3s ease 0s;
    display: inline-block;
    font-size: 15px;
    padding: 12px 18px 13px;
}

.button.all:hover {
    background-color: #000;
}

#cookie-consent-wrapper {
    position: fixed!important;
    z-index: 2147483647!important;
    display: block!important;
    width: 280px;
    top: auto;
    bottom: 100px;
    padding: 10px;
    color: #000;
    right: 0;
    bottom: 5px;
    /*left:50%;
	transform:translate(-50%, -50%);*/
    background: rgba(0, 0, 0, 0.9);
}

#cookie-consent-wrapper .content {
    padding: 10px 0;
}

#cookie-consent-wrapper .content p {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding: 0px;
    color: #fff!important;
}

#cookie-consent-wrapper .content p strong {
    color: #fff!important;
}
#payment_method ul li{word-break: break-word;}
.checkout.completed h1.page_title strong {
    padding-bottom: 10px;
    display: block;
    vertical-align: top;
    margin-bottom: 15px;
    font-weight: 100;
    color: #474747;
    text-align: center;
}

.checkout.completed h1.page_title {
    text-align: center;
    padding-right: 0;
}

#cookie-close,
#link,
.btn_concern {
    font-size: 12px;
    margin-top: 7px;
    padding: 5px 0;
    background: #efe4e4 !important;
    width: 100%;
    display: block;
    text-align: center;
    color: #191919 !important;
    right: 20% !important;
    margin-top: 5px;
}

#cookie-close a,
#link a {
    font-size: 12px;
}

#newsletter {
    margin-top: 30px;
    padding: 0px 0px;
    width: 100%;
}
.newsletter {
    padding: 80px 20px;
    background: #f8f4ef;
    margin-bottom: 100px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}
.newsletter_text {
    padding-right: 5%;
}
.newsletter h5 {
    font-family: 'Source Serif 4', serif;
    color: #474747;
    margin: 0px 0 20px 0;
    font-size: 55px;
    font-weight: 300;
    font-style: italic;
}
.newsletter p {
    color: #474747;
    font-size: 19px;
}

.newsletterform {
    align-items: flex-end;
    width: 100%;
    padding: 5px 10px 5px 25px;
    height: auto;
    margin: 0 auto;
    border-radius: 5px;
    display: flex;
}

.newsletter_input {
    height: 50px;
    margin-right: 15px;
    display: inline-block;
    float: left;
    border-bottom: 1px solid #474747;
}

.newsletter_input input {
    border-radius: 0px;
    box-shadow: none;
    border: none;
    background: none;
    padding: 15px 0 10px 0;
    color: #474747;
    font-size: 17px;
    width: 400px;
}

.newsletter_input input::placeholder {
    color: #474747;
    text-transform: none;
}

.newsletter_graphic {
    background-image: url(../img/layout/wavy_stroke_newsletter.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 95%;
    position: absolute;
    bottom: 0;
    margin-left: 14%;
}

.nl-button {
    display: inline-block;
    float: right;
    color: #474747;
    background: none;
    line-height: 50px;
    margin-top: 3px;
    padding: 5px 70px 5px 70px;
    font-family: 'CeraPro', Verdana, sans-serif;
    font-size: 17px;
    font-weight: 500;
    border: 1px solid #474747;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.nl-button:hover{
    color: #fff;
    background: #474747;
    transition: all 0.2s ease-in;
}

.newsletter_pref legend {
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 16px;
}

.lead_text {
    margin-bottom: 5px;
}

.lead_text p {
    font-size: 16px;
}

.lead_text strong {
    color: #fff;
    background: #eed700;
    padding: 3px;
}

#map {
    height: 520px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 60px;
}

#map_default {
    height: 370px;
    width: 100%;
    margin-top: 40px;
}

.info-window-content {
    width: 260px;
    background: #474747;
}

.info-window-content h3 {
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: 2px double #f1f1f1;
}

.gm-style .gm-style-iw-d {
    background-color: #474747 !important;
    overflow: hidden !important;
    margin-right: 12px;
    margin-bottom: 12px;
}

.gm-ui-hover-effect>span {
    background-color: #fff;
}

.gm-style .gm-style-iw-tc::after {
    background: #474747;
}

.gm-style .gm-style-iw-c {
    background-color: #474747!important;
}

.info-window-content p.map_title {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid #E29B9C;
    padding-bottom: 5px;
}

.info-window-content p {
    font-size: 16px;
    margin-top: 0;
    line-height: 24px;
    color: #fff;
}

.info-window-content p strong {
    color: #666;
}

.button.thin-bg-dark {
    background-color: #ffffff !important;
    /* border: 0px none !important; */
    color: #000!important;
    display: block;
    padding: 10px 15px !important;
    position: relative;
    transition: all 0.3s ease 0s;
    /* width: 100%; */
    margin: 10px 0;
    font-size: 20px;
    font-weight: bold;
    /* border-radius: 5px; */
    border: 1px solid;
}

.button.thin-bg-dark:hover {
    background-color: #434343 !important;
    transition: all 0.3s ease 0s;
    color: white!important;
}

#footer .img_container{
    padding: 0;
    display: inline-flex;
    /* z-index: 9; */
    position: relative;
    background: #000000;
    padding-left: 16px;
    padding-right: 31px;
    margin-bottom: 24px;
}

#footer img.logo_footer{
    width: 130px;
}

#footer .logo_footer_container{
    padding:0;
    text-align: center;
}

 .horizontal_line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #a94442;
    top: 50%;
}

#footer .social-payments{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    padding: 10px 0px;
    /* border-bottom: 1px solid #faf9f6; */
}

#footer .row.social-payments:before, 
#footer .row.social-payments:after{
    display: none;
}

#footer .container.mg-t-50{
    margin-top:50px;
}

#footer .info_footer_container p.newsletter_text{
    margin-top: 13px;
    /* margin-bottom: 9px; */
    font-size: 16px;
    color: #191919;
    font-weight: 100;
}

#footer .row.down .footer_box.middle .schedule {
    /* text-align: center; */
}

#footer .footer_box.last ul.footer_menu li a:after {
    content: '';
    background-image: url('../img/layout/dot.svg');
    background-position: 0px 7px;
    background-repeat: no-repeat;
    background-size: 14px;
    position: absolute;
    width: 14px;
    height: 18px;
}

#footer .footer_box.last ul.footer_menu li.last {
    display: inline-block;
    margin-left: 10px;
}

#footer .footer_box.last ul.footer_menu li.prelast {
    display: inline-block;
}

#footer .footer_box.last ul.footer_menu li.last a:after {
    display: none;
}

#footer .row.down .footer_box.middle .schedule p{
    line-height: 31px;
    letter-spacing: 1px;
}

.schedule.hide-desktop{
    display: none;
}

.footer_box {
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
    padding: 0px;
}

.social .footer_box{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0px;
}

.footer_box.middle {
    margin-left: 80px;
}

.footer_box.prelast {
    margin-left: -50px;
}

.footer_information .footer_box {
    margin-left: 40px;
}

.footer_box.middle img {
    max-height: 95px;
}

.footer_box h6 {
    font-size: 22px;
    color: #E29B9C;
    position: relative;
    letter-spacing: 1px;
}


#footer .footer-social{
    background: #F5F5F5;
}

.footer_box p {
    line-height: 26px;
}

.footer_box p a {
    color: #c9c9c9;
    display: block;
    transition: all 0.2s ease-in;
}

.footer_box p a:hover {
    color: #9e9e9e;
    transition: all 0.2s ease-in;
}

ul.footer_menu {
    margin: 0px;
    margin-top: 35px;
}

.bank_icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.bank_icons .footer_payment.first img {
    width: 50px;
}
.bank_icons .footer_payment.second img {
    width: 45px;
}
.bank_icons .footer_payment.third img {
    width: 115px;
}
.bank_icons .footer_payment.fourth img {
    width: 70px;
}
.bank_icons img {
    margin-left: 30px;
}
/* .bank_icons img{
    width: 50px;
    margin: 0px 30px;
} */

.scrollButtonContainer {
    bottom: 30px;
    position: absolute;
    z-index: 10;
    text-align: center;
    color: white;
    left: 50%;
    width: 150px;
    margin-left: -75px;
}

div.scroll-suggestion {
    width: 100px;
    margin: auto;
    cursor: pointer;
    color: #fff;
}

.hvr-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    width: 24px;
}
.footer_copyright{display:flex;padding: 25px 0;}
.footer_copyright p{font-size: 16px; color: #474747;}
.social_footer {
    display: flex;
    align-items: center;
}
.social_footer.show_1199{display: none!important;}
.social_footer img.facebook {
    height: 25px;
    width: auto;
}
.social_footer img.youtube {
    height: auto;
    width: 30px;
}
.social_footer img.tiktok {
    height: 25px;
    width: auto;
}
.social_footer img.instagram {
    height: 25px;
    width: auto;
}
.social_footer img {
    margin-right: 40px;
}
#wapp {
    position: relative;
    float: right;
}

#wapp a {
    display: block;
    width: 85px;
    color: white;
    height: 25px;
    background: transparent url(../img/layout/wapp.svg) no-repeat center;
    text-indent: -999999px !important;
    background-size: 100%;
}

#content {
    width: 100%;
}

#pricelist {
    border-collapse: collapse;
    width: 100%;
    max-width: 1000px;
    margin:20px auto;
  }
  
  #pricelist td, #pricelist th {
    border: 1px solid #ddd;
    padding: 8px;
    font-size:18px;
    text-align: center;
  }
  
  #pricelist tr:nth-child(even){background-color: #f2f2f2;}
  
  #pricelist tr:hover {background-color: #ddd;}
  
  #pricelist th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #000;
    color: white;
  }

.content {
    position: relative;
    display: block;
    overflow: hidden;
}

.content h1 {
    font-size: 26px;
    color: #434343;
    margin: 20px 0px 25px 0px;
}

.content h2 {
    font-size: 19px;
    font-weight: 700;
    color: #414141;
    margin: 0px 0 10px 0;
    margin-top: 25px;
}

.pages.view .content h2 {
    font-weight: 500;
    padding-bottom: 6px;
    display: inline-block;
}
.content h2.heading_title{
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    margin: 0px 0 0px 0;
    position: relative;
    display: inline-block;
    z-index: 1;
    margin-left: 0;
    margin-bottom: 8px;
    margin-top: 0px;
    padding-left: 0px;
    letter-spacing: 2px;
}


.content h3 {
    font-size: 18px;
    color: #444;
    font-weight: 400;
    margin: 20px 0px 15px 0px;
}

.content h4 {
    font-size: 20px;
    line-height: 20px;
    margin: 10px 0px 10px 0px;
}

.content h5 {
    font-size: 17px;
    line-height: 18px;
    font-weight: bold;
    margin-top: 20px;
    color: #d66588;
}

.content p {
    line-height: 28px;
    margin: 15px 0px 15px 0;
    font-size: 18px;
}

.content p.info{ 
    border-top: 1px solid black;
    padding: 10px 15px;
    background: #000000;
    color: white;
    display: flex;
    align-items: center;
}

.content p.contact_description{
    font-size: 16px;
    color: #444;
    font-weight: 300;
    margin: 30px 0px;
    width: 70%;
}



/* Cookies Terms of Use */

table.terms_table {
    border-collapse: collapse;
    width: 100%;
    border-bottom: 2px solid #C39769;
}

table.terms_table th {
    background-color: #474747;
    color: #fff;
    padding: 10px 8px;
    font-size: 16px;
}
table.terms_table th strong.white { color: #fff!important; }

table.terms_table tr:nth-child(even) {
    background-color: #f2f2f2;
}

table.terms_tableth, td {
    text-align: left;
    padding: 8px 0;
}


.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 380px;
    width: 100%;
  }
  .styled-table thead tr {
    background-color: #000;
    color: #ffffff;
    text-align: left;
  }
  .styled-table th,
  .styled-table td {
    padding: 12px 20px;
    font-size: 16px;
  }
  .styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
  }
  
  .styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
  }
  
  .styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #a94442;
  }

  .styled-table tbody tr:first-of-type{
    font-size: 18px;
  }

.pages.view .content p {
    line-height: 28px;
    margin: 10px 0px 10px 0;
    font-size: 17px;
    text-align: left;
    font-weight: 300;
}

.pages.contact h2.heading_title strong{
    color: #535353;
}

.img-fluid {
    width: 100%;
}

.content ul {
    margin: 15px 5px 15px 5px;
    overflow: inherit;
}

.content ul li {
    width: 100%;
    color: #474747;
    font-size: 18px;
    line-height: 30px;
    padding: 2px 0 2px 20px;
    position: relative;
}


.content ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    top: 15px;
    border-radius: 100%;
    background: #d66588;
}

.content .product-list ul li{ 
    margin: 0 0 3px 0;
    line-height: 28px;
    display: inline-flex;
    width: 48%;
    background: transparent url(../img/layout/line.svg) no-repeat -5px 5px;
    background-size: 20px;
    padding-left: 18px;
    font-size: 17px;
}


.phone_order {
    padding: 10px;
    text-align: center;
    border: 2px solid #cb333b;
    margin-top: 41px;
    font-size: 16px;
    width: 100%;
    display: block;
    transition: all 0.3s ease;
}

.phone_order:hover{
    background: #cb333b;
    color: white;
}

.phone_order:hover a{
    color: white;
}

.content .product-list .attributes ul li {
    display: flex;
    background: none;
    padding-left: 0;
}

.content .product-list .attributes ul li .attribute_group {
    width: 200px;
}

.content .product-list .attributes ul li .attributes_list{

}

.content .product-list ul li:last-child{
    /* border-bottom: 1px solid #d8d8d8; */
}
.content .product-list ul li .attribute_group{
    width: 200px;
    font-weight: 300;
    text-align: left;
    color: grey;
}

.content .product-list ul li .attributes_list{
    
}
.tabs-header {
	display: flex;
    background: #fff;
    border-radius: 40px;
}

.tabs-header h2 {
	margin: 0;
	padding: 10px 20px;
	cursor: pointer;
	background: #f1f1f1;
	flex: 1;
	text-align: center;
	transition: background 0.3s;
}

.tabs-header h2:last-child {
	border-right: none;
}

.tabs-header h2.active {
	background: #F8E8E7;
    border-radius: 40px;
}

.tab_content {
	display: none;
	padding: 20px 0;
}
.tab-content p{
    padding: 10px 0;
} 
.page_title_container{
    position: relative;
    overflow: hidden;
}

.page_title_container .hero_bg {
    height: 32vh;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero_shadow {
    height: 32vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%, rgba(0, 0, 0, 0) 70%);
}


.page_title_container .page_title_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.blog.view .page_title_container .page_title_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

/* .pages.contact .page_title_container{
    background: #f5f5f5 url(../img/layout/for_women.jpg);
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    padding: 28px 0px;
    background-attachment: fixed;
} */


.pages.contact .page_title_container{
    margin-bottom: 0;
}

.contact_box {
    padding: 40px 30px;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #444;
}

.contact_box p.contact_description{
    color: white;
    margin: 12px 0px;
}

.contact_box h1{
    font-weight: 700;
    color: white;
    font-size: 39px;
    margin-bottom: 24px;
    letter-spacing: 2px;
    position: relative;
}

.contact_box h1 img {
    width: 250px;
}

.contact_box h1:after {
    content: '';
    position: absolute;
    border-bottom: 2px solid #CFAE6F;
    width: 100%;
    margin-top: -10px;
}

.contact_info {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: flex-end;
    justify-content: center;
}

.contact_info_wrap {
    position: relative;
    overflow: hidden;
}
.align_item{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 50px;
}
.contact_form_wrap h6 {
    font-size: 50px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
}
.contact_form_wrap h6 em{
    font-style: italic;
}
.contact_box_item {
    text-align: center;
    position: relative;
    background: #f8f3ee;
    padding: 40px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 250px;
    border-radius:10px;
    justify-content: center;
    min-width: 210px;
}
.contact_box_item.middle{
    margin-bottom: 50px
}
.contact_form_wrap {
    padding-top: 100px;
}

.contact_form_wrap img {
    position: relative;
    z-index: 1;
}

.contact_box_item.last::after {
    display: none;
}

.icon_wrapper {
  width: 100px; 
  height: 100px; 
  background: #fff;
  padding: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon_wrapper img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.contact_box_item h5 {
    color: #474747;
    font-size: 23px;
    font-weight: 600;
    margin: 17px 0 15px 0;
}

.contact_box_item p {
    font-size: 18px;
    line-height: normal;
    color: #474747;
    font-family: 'CeraProMedium';
    margin-top: 25px;
}

.product-full{
    margin-top: 90px;
    margin-bottom: 30px;
}

.product-full .content{
    padding: 0;
    overflow: visible;
}

.products-page{
    margin-bottom: 90px;
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: hidden;
    display: block;
}

.filter_wrapper {
    padding-left: 10%;
    margin-right: 70px;
    position: relative;
    z-index: 2;
}

.products_view {
    padding-right: 12%;
    margin-top: 20px;
}

.filters {
    padding-right: 12%;
}

.page_title_container img.design{
    width: 50px;
}

.lang_close .cd-wishlist-trigger {
    display: inline-block;
    background-image: url(../img/layout/wishlist.svg);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    text-indent: -99999999px;
}

.lang_close  .cd-login-trigger{
    display: inline-block;
    background-image: url(../img/layout/user.svg);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    text-indent: -99999999px;
    margin-left: 10px;
}

.lang_close  #close_btn {
    width: 85%;
}

h1.page_title {
    font-size: 55px;
    color: #fff;
    font-weight: 500;
    margin: 0px 0px;
    letter-spacing: 1px;
    position: relative;
    text-align: center;
    line-height: 51px;
    font-family: 'Source Serif 4', serif;
}

.fancybox-title-outside-wrap {
    color: #474747!important;
}

h1.page_title span{
    /* background: #fcfcfc; */
    position: relative;
    z-index: 1;
    /* padding: 0 30px; */
    color: #d66588;
}

.wishlist.home h1.page_title.inner{
    color: #474747;
    background: none;
    text-align: left;
    line-height: normal;
    margin-bottom: 25px;
}

h1.page_title strong {
    /* border-bottom: 3px solid #975b1c; */
    padding-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: -1px;
}

ul.static_list {
    margin: 15px 5px 15px 5px;
    overflow: auto;
}

ul.static_list li {
    margin: 0 0 10px 0;
    line-height: 20px;
    background: transparent url(../img/layout/arrow-list.png) no-repeat 0 3px;
    padding-left: 15px;
}

.products_text {
    display: block;
    margin-top: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}

p.highlight {
    margin: 30px 0px 30px 0;
    padding: 20px 20px 20px 20px;
    border: 1px solid #e6dec7;
    background: #f0ece0;
    position: relative;
}

p.highlight small {
    display: block;
    position: absolute;
    top: -25px;
    left: -25px;
    font-size: 30px;
    color: #fff;
    background: #434343;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
}

a.read_more {
    position: relative;
    z-index: 50;
    display: inline-block;
    overflow: hidden;
    margin-top: 30px;
    padding-right: 70px;
    color: #454545;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.2px;
    transition: all 0.2s ease-in;
}

a.read_more::after {
    display: block;
    display: block;
    content: '';
    height: 2px;
    width: 50px;
    position: absolute;
    right: 30%;
    /* top: 0; */
    top: 61%;
    /* bottom: 0; */
    margin: auto;
    background: #454545;
    transition: all 0.2s ease-in;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border: 1px solid #fff;
    content: '';
    -webkit-transform: translateX(0) translateY(-10px) rotateZ( -45deg);
    transform: translateX(0) translateY(-10px) rotateZ( -45deg);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

a.read_more::before {
    opacity: 0;
    display: block;
    content: '';
    height: 2px;
    width: 50px;
    position: absolute;
    left: -70px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ffffffbf;
    transition: all 0.2s ease-in;
}

a.read_more:hover {
    padding-right: 0;
    padding-left: 70px;
    color: #ffffffbf;
    transition: all 0.2s ease-in;
}

a.read_more:hover::after {
    right: -50px;
    opacity: 0;
    transition: all 0.2s ease-in;
}

a.read_more:hover::before {
    left: 0;
    opacity: 1;
    transition: all 0.2s ease-in;
}

a.read_more.reverse {
    color: #fff;
}

a.read_more.reverse:hover {
    color: #ffffffbf;
}

a.read_more.reverse::after {
    background: #fff;
}


/*     LANGUAGES     */
.languages {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
.languages_menu a {
    display: block;
    color: #fff;
    border: 1px solid #e29b9c;
    background-color: #e29b9c;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-decoration: none;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.selected_language {
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}
.languages_menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
}

.languages:hover .languages_menu {
    display: block; 
}
@media (min-width: 991px) and (max-width: 1199px) {

    .modal.brand_modal .modal-dialog {
        width: 800px;
    }

    section.brands h1.section_title {
        font-size: 44px;
    }

    .checkout-navigation h1 {
        font-size: 2.7em;
        margin-top: 50px;
    }

    .logo_column {
        width: 200px;
    }

    .best-sellers .flex, .private_collection .flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .top_message,
    .top_links,
    #language {
        font-size: 13px;
    }
    .social-icons-top a {
        /* width: 35px;
        height: 35px; */
    }

    .top_message span {
        font-size: 11px;
    }
}

@media (max-width: 767px) {



    .top_links {
        text-align: right;
        /* display: none; */
    }
    /* #language {
        display: none;
    } */
    #language_mob {
        display: block;
        position:relative;top:unset;right:unset;
    }
    
}


/* HOME STYLES */

.main_banner {
    position: relative;
    width: 100%;
    height: 80vh;
}

.main_banner .slider_container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 17%;
    width: 80%;
}

.main_banner  .slider_container a.more {
    padding: 18px 65px;
    background: #474747;
    margin-top: 40px;
    display: inline-block;
    font-size: 20px;
    font-weight: 100;
    color: #eee;
    letter-spacing: 1px;
    border-radius: 10px;
    text-transform: uppercase;
    border: none;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.main_banner  .slider_container a.more::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #EFC2C2;
    border-radius: 8px;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
    transition: all 0.3s ease;
}

.main_banner  .slider_container a.more:hover::after {
    left: 0;
    width: 100%;
}

#swiper_banners .swiper-pagination {
    position: absolute;
    text-align: left;
    margin-top: 6%;
}

.main_banner .slider_container a.more:hover {
    color: #474747;
}

.main_banner .banner_img {

}


a.more {
    margin-top: 5px;
    padding: 8px 20px;
    background: transparent;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    color: white;
    text-transform: uppercase;
    border: 1px solid;
}

.main_banner .swiper-button-next {
    top: 50%;
    right: 6%;
    width: 38px;
    height: 38px;
    justify-content: flex-start;
    background: none;
    background-image: url(../img/layout/arrow_right_hero.svg);
    background-repeat: no-repeat;
    background-position: center;
    bottom: auto;
    display: none;
}

#swiper_brands .swiper-wrapper {
    align-items: center;
}


.main_banner .swiper-button-prev {
    top: 50%;
    left: 7%;
    width: 38px;
    height: 38px;
    justify-content: flex-end;
    background:none;
    background-image: url(../img/layout/arrow_left_hero.svg);
    background-repeat: no-repeat;
    background-position: center;
    bottom: auto;
    display: none;
}

.main_banner .swiper-button-next:after, .main_banner .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 27px;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    color: white;
    display: none;
}
.main_banner .slider_container_with_bg {
	position: relative;
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center right;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.main_banner .overlay_text {
	text-align: left;
	border-radius: 10px;
	z-index: 2;
	position: relative;
    color: #fff;
}
.main_banner .overlay_text p{
    font-size: 45px;
    max-width: 560px;
    line-height: 57px;
    font-weight: 100;
    padding-bottom: 30px;
    color: #474747;
}
.more_button{
    color: #fff;
    background: #E29B9C;
    border-radius: 40px;
    padding: 20px 60px;
    font-size: 18px;
    font-weight: 100;
}


/****** MAIN BUTTON *********/
.shiny-button {
  display: inline-block;
  position: relative;
  padding: 15px 60px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border: 3px solid transparent;
  border-radius: 60px;
  background-color: #E29B9C;
  /* background-image:
    linear-gradient(to bottom right, #F8E8E7, #E29B9C),
    linear-gradient(125deg, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 53%); */
  background-image:
    linear-gradient(to bottom right, #E29B9C, #E29B9C),
    linear-gradient(125deg, rgba(226, 155, 156, 0) 45%, rgba(226, 155, 156, 0.6) 50%, rgba(226, 155, 156, 0) 53%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  background-size: 100%, 200%;
  background-position: 0px, -250px;
  animation: border-glint 4s linear infinite backwards;
  animation-delay: 1s;
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
  overflow: hidden;
  transition: box-shadow 0.25s, text-shadow 0.25s;
}
/* .add_cart .shiny-button {
    background-image: url(../img/layout/bag_white.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    width: 96%;
    padding: 22px 25px;
    color: #fff;
    font-weight: 100;
    letter-spacing: 1px;
    border-radius: 50px;
} */

.shiny-button:hover {
  cursor: pointer;
  background-image:
    linear-gradient(to bottom right, #E29B9C, #E29B9C),
    linear-gradient(125deg, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 53%);
  color: #fff;
}

/* Glint effect layer */
.shiny-button::after {
  content: " ";
  position: absolute;
  top: -50%;
  left: -120%;
  width: 200%;
  height: 200%;
  background-image: linear-gradient(
    125deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 52%
  );
  animation: glint 4s linear infinite backwards;
  animation-delay: -3s;
  pointer-events: none;
}

.btn-basket.shiny-button { 
    background-image: linear-gradient(to bottom right, #E29B9C, #E29B9C),linear-gradient(125deg, rgba(226, 155, 156, 0) 45%, rgba(226, 155, 156, 0.6) 50%, rgba(226, 155, 156, 0) 53%); 
    position:relative
}
.btn-basket.shiny-button:hover {
    background-image:linear-gradient(to bottom right, #E29B9C, #E29B9C),linear-gradient(125deg, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 53%);
}
.btn-basket.shiny-button::before {
    content:'';
    background-image: url(../img/layout/bag_white.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 65px 20px;
    width:20px;
    height:20px
}



@keyframes glint {
  0%   { left: -120%; }
  8%   { left: 50%; }
  100% { left: 50%; }
}

@keyframes border-glint {
  0%   { background-position: 0px, -250px; }
  25%  { background-position: 0px, -200px; }
  75%  { background-position: 0px, 50px; }
  100% { background-position: 0px, 50px; }
}


/******* END OF BUTTON **********/

.main_banner .overlay_text p strong{
    font-weight: 700;
}
.slider_container .content_text {  
    color: #fff;
    text-align: left;
    padding: 0px 14% 0px 100px;
}


.slider_container .content_image{
    height: 100%;
    width: 50%;
    overflow: hidden;
}

.slider_container .content_image img{
    height: 100%;
    min-width: 100%;
    /* width: auto;*/
}


.slider_container .content_text h1 strong{
    color: #a94442;
}


.slider_container .graphic_slider {
    width: 45%;
    margin-right: -17%;
}


.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-container  .scroll_down {
    width: 100%;
    height: 113px;
    position: absolute;
    bottom: 16px;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.swiper-container  .scroll_down img{
    height:100%;
    width:auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes hvr-wobble-vertical {
    8.33% {
      transform: translateY(8px);
    }

    16.65% {
      transform: translateY(6px);
    }

    24.98% {
      transform: translateY(4px);
    }

    33.3% {
      transform: translateY(2px);
    }

    41.63% {
      transform: translateY(1px);
    }

    50% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(0);
    }
  }

  @keyframes hvr-wobble-vertical {
    8.33% {
      transform: translateY(8px);
    }

    16.65% {
      transform: translateY(6px);
    }

    24.98% {
      transform: translateY(4px);
    }

    33.3% {
      transform: translateY(2px);
    }

    41.63% {
      transform: translateY(1px);
    }

    50% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(0);
    }
  }



.box_container .flex{
    display: flex;
}

.box_container.reverse_box .flex{
    display: flex;
    flex-direction: row-reverse;
}
.box_container .colA{
    background: white;
    padding: 0;
    padding: 0% 0 0 5%;
}

.box_container.reverse_box .colA{
    background: white;
    padding: 0;
    padding: 0% 5% 0 0%;
}

.box_container.first .colA{
    background: white;
    padding: 0;
    padding: 5% 0 0 5%;
}

.box_container.last .colA{
    padding: 0 0 5% 5%;
}

.box_container .colB{
    background: black;
    padding: 0% 5% 0px 0px;
}

.box_container.reverse_box .colB{
    background: black;
    padding: 0% 0% 0px 5%;
}

.box_container.first .colB{
    background: black;
    padding: 5% 5% 0px 0px;
}

.box_container.last .colB{
    background: black;
    padding: 0% 5% 5% 0px;
}

.box_container.reverse_box.last .colA{
    background: white;
    padding: 0;
    padding: 0% 5% 5% 0%;
}

.box_container.reverse_box.last .colB{
    background: black;
    padding: 0;
    padding: 0% 0% 5% 5%;
}



.box_container .colB .box_inner {
    width: 100%;
    height: 100%;
    display: flex;
    background: white;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.box_container .colB .box_inner .title{
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin-bottom: 23px;
}

.box_container .colB .box_inner .title:after{
    position: absolute;
    content: '';
    width: 90px;
    height: 3px;
    left: calc(50% - 39px);
    background-size: 25%;
    bottom: -6px;
    background-image: url(../img/layout/dotted_line_newsletter.svg);
}

.box_container .colB .box_inner .box_buttons{
    display: flex;
    flex-direction: row;
    margin: 30px 0px;
}

.box_container .colB .box_inner .box_buttons .sub_button{
    padding: 8px 18px;
    border: 2px solid black;
    border-collapse: collapse;
    font-size: 19px;
    margin: 0 -1px 0px -1px;
    cursor : pointer;
    transition: all 0.2s ease;
}
.box_container .colB .box_inner .box_buttons .sub_button:hover{
    background: black;
    transition: all 0.2s ease;
}

.box_container .colB .box_inner .box_buttons .sub_button:hover a{
    color: white;
    transition: all 0.2s ease;
}

.box_container .colB .box_inner .box_main_button{
    padding: 8px 18px;
    border: 2px solid black;
    border-collapse: collapse;
    font-size: 19px;
    cursor : pointer;
    transition: all 0.2s ease;
    text-align: center;
}

.box_container .colB .box_inner .box_main_button:hover{
    background: black;
    transition: all 0.2s ease;
}

.box_container .colB .box_inner .box_main_button:hover a{
    color: white;
    transition: all 0.2s ease;
}



.box_container .box_image {
    width: 100%;
    margin-bottom: -5px;
}

.box_container .box_image img{
    width: 100%;
}




#banner .swiper-pagination-bullets {
    bottom: 10px;
    right: 0;
    /* height: 100px; */
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    /* width: 50%; */
    top: 10%;
}

#banner img.banner_image{
    /*height: 100%; */
    position: relative;
    /* top: 10%; */
    /* left: 15%; */
    /* height: 100%; */
    min-width: 100%;
    width: 100%;
    /* max-height: 100%; */
}


#banner .main_banner_controls{
    position: absolute;
    top: 50px;
    left: calc(50% + 50px);
    /* width: 100px; */
    height: 40px;
    /* background: #faf9f6; */
    z-index: 1;
    display: flex;
    align-items: center;
}

#banner .swiper-pagination-main-banner.swiper-pagination-custom{
    display: flex;
    align-items: center;
    font-size: 23px;
    margin-right: 20px;
}

#banner .swiper-pagination-main-banner.swiper-pagination-custom .divide_line{
    width: 200px;
    height: 3px;
    display: block;
    background: #777;
    margin-right: 10px;
    margin-left: 10px;
}

.main_banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: rgba(255,255,255,1);
    width: 17px;
    height: 17px;
}

.main_banner .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    border-radius:50%;
    border: none;
    background: rgba(255,255,255,0.4);
    opacity: 1;
    margin-right: 25px;
    line-height: normal;
}

.main_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(255,255,255,1);
}

.main_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

#banner .main_banner_controls .swiper-button-next-main-banner{
    background-image: url(../img/layout/arrow_black_right.svg);
    left: unset;
    right: unset;
    bottom: 0px;
    top: unset;
    background-size: 16px;
    width: 40px;
    position: relative;
    margin-top: 0px;
    height: 40px;
    cursor: pointer;
    /* margin-left: 40px; */
    background-repeat: no-repeat;
    background-position: center;
}


#banner .main_banner_controls .swiper-button-prev-main-banner{
    right: 10px;
    background-image: url(../img/layout/arrow_black_left.svg);
    left: unset;
    right: unset;
    bottom: 0px;
    top: unset;
    background-size: 16px;
    width: 40px;
    position: relative;
    margin-top: 0px;
    height: 40px;
    cursor: pointer;
    /* margin-right: 40px; */
    background-position: center;
    background-repeat: no-repeat;
}


#banner  .swiper-pagination-bullet {
    /* margin: 10px 0px; */
    width: auto;
    height: auto;
    font-size: 24px;
    color: #221f1f;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    border: none;
}

#banner .banner_button_container{
    display: block;
    margin: 35px 0px;
    position: relative;
    text-align: right;
}

#banner .banner_button_container .more.banner_url{
    padding: 12px;
    background: #221f1f;
    color: white;
    font-size: 17px;
}

#banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
    font-size: 30px;
    position: relative;
}

/* #banner .swiper-pagination-bullet.swiper-pagination-bullet-active:after{
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100px;
    height: 8px;
    background: #28aae1;
} */

#banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: none;
}

#banner .flex-row{
    height: 100%;
    display: flex;
}

#banner .col_with_image{
    overflow: hidden;
    margin-top: 50px;
    height: 100%;
}
  

.swiper-container h1 {
    font-size: 55px;
    font-weight: 100;
    display: block;
    margin: 10px 0 20px;
    /* text-transform: uppercase; */
    text-align: left;
    color: #ffffff;
    font-weight: 800;
}

.main_banner .swiper-container h1 {
    font-size: 57px;
    display: inline-block;
    margin: 0;
    text-align: left;
    color: #474747;
    font-weight: 500;
    position: relative;
    z-index: 1;
    letter-spacing: 2px;
}

.main_banner .swiper-container h1  span.first {
    position: relative;
    padding: 2px 0px 2px 40px;
}

.main_banner .swiper-container h1  span.first:before {
    background: #1E1E1E;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    content: '';
    z-index: -1;
}

.main_banner .swiper-container h1  span.second {
    margin-left: 50px;
    position: relative;
    display: block;
    padding: 2px 20px 2px 40px;
    font-weight: 300;
    font-size: 72px;
}

.main_banner .swiper-container h1  span.second:before {
    background: #1E1E1E;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    content: '';
    z-index: -1;
}


/* .main_banner .swiper-container h1:before{
    position: absolute;
    content: '';
    width: calc(100% + 10px);
    height: 200%;
    background: black;
    z-index: -1;
    left: -20px;
    top: -20px;
} */

.main_banner .swiper-container h2 {
    font-size: 66px;
    font-weight: 100;
    display: block;
    margin: 10px 0 20px;
    /* text-transform: uppercase; */
    text-align: left;
    color: #000000;
    font-weight: 800;
    position: relative;
    z-index: 1;
}

.main_banner .swiper-container h2:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #a94442;
    z-index: -1;
    left: -5px;
}

.swiper-container p {
    font-size: 21px;
    font-weight: 100;
    display: block;
    color: #474747;
    line-height: 42px;
}

.main_banner .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 0;
    left: 0;
    width: 50%;
    padding: 40px 0;
    top: auto;
    position: absolute;
    height: auto;
    right: auto;
    background: transparent;
    padding-right: 80px;
}

.swiper-container .subtitle {
    font-size: 21px;
    margin-top: 30px;
}

.swiper-container .subtitle p{
    text-align: left;
    /* padding-left: 14%; */
    font-size: 23px;
    font-weight: 100;
    letter-spacing: 1px;
}

.swiper-container .right_divider_container{
    width: 100%;
    height: 15px;
    /* background: black; */
    text-align: right;
    transition: all 1.9s ease;
    margin: 100px 0px;
}

.swiper-container .right_divider_container .right_divider{
    float: right;
    /* background: black; */
    height: 100%;
    width: 55%;
}

#banner .swiper-slide {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background: white;
    display: flex;
    /* padding-left: 10%; 
    padding-right: 5%; */
}

#swiper_brands .swiper-slide {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background: #fff;
    display: flex;
    align-items: center;
}


#swiper_private_collection .swiper-slide {
    /* display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background: #faf9f6; */
    display: flex;
    border: 1px solid #ffffffff;
    overflow: hidden;
}

#swiper_private_collection .swiper-slide:hover{
    border: 1px solid #ff6900;
}

.swiper-slide {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* background: white; */
    display: flex;
    overflow: hidden;
}

#swiper_insta .swiper-slide {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background: #313131;
    display: flex;
}

.swiper-container .swiper-slide.swiper-slide-active .right_divider_container{
    margin: 20px 0px;
    transition: all 1.9s ease;
}

.swiper-slide .product-options span:after {
    content: '-';
    position: absolute;
    width: 10px;
    top: 14%;
    right: -5px;
}

#swiper_new_products .swiper-slide .product-image,
.private_collection .swiper-slide .product-image
{
    /* padding: 15px;
    box-shadow: 0px 0px 9px 0px #d3d3d35e; */
    /* margin-top: 4px;
    margin-bottom: 4px; */
    text-align: center;
    position: relative;
}

.private_collection .swiper-container{
    overflow: hidden;
}

#swiper_insta .swiper-slide {
    display: flex;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0px;
}

#swiper_insta .swiper-slide.swiper-slide-active{
    /* padding: 0px; */
    /* transform: scale3d(1.3, 1.3, 1.3); */
    /* width: 139%; */
    z-index: 1;
}

#swiper_insta.swiper-container {
    overflow: hidden;
    padding-top: 110px;
    padding-bottom: 85px;
    /* overflow-x: clip; */
}

#swiper_insta .swiper-slide .item{
    width:100%;
    border: 2px solid;
}


#swiper_new_products .swiper-slide img.img-responsive,
.private_collection .swiper-slide img.img-responsive {
    padding-top: 10px;
}

#swiper_new_products .swiper-slide .left_icon,
.private_collection .swiper-slide .left_icon {

}


.pink_bg.wave_bg {
    width: 100%;
    height: auto;
    background: url(../img/layout/wavy_lines.svg) no-repeat center center;
    background-size: 100%;
    background-color: #f8e8e7;
    padding: 80px 0;
    margin-bottom: 50px;
}
.pink_bg.wave_bg .align_image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pink_bg.wave_bg .align_image img {
    height: 50px;
    padding-right: 25px;
}
.pink_bg.wave_bg .align_image img.smaller {
    height: 40px;
}
.pink_bg.wave_bg .align_image p {
    font-size: 17px;
    font-family: 'CeraPro', Verdana;
    font-weight: 600;
    color: #474747;
    line-height: 26px;
}
.pink_bg.wave_bg .align_image span {
    display: block;
}
.intro_notes {
    padding-top: 100px;
}
.intro_notes p {
    font-size: 25px;
    padding-right: 10%;
    color: #474747;
    line-height: 34px;
}
.align_boxes {
    display: flex;
    align-items: center;
}
.beige_box {
    background: #F8F3EF;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    min-height: 260px;
    min-width: 270px;
}
.leaf_box, .brush_box, .gold_spots {
    min-height: 260px;
    min-width: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.beige_box img {
  all: unset; 
  display: block;
  width: 100px;
  height: 100px;
  padding: 20px;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 20px;
  box-sizing: border-box;
  object-fit: contain;
}
.leaf_box img, .brush_box img {
    width: 100%;
    /* max-width: 220px; */
    max-width: 60%;    
    height: fit-content;
}
.brush_box img {
    max-width: 250px;
    opacity: 0.7;
}
.gold_spots img {
    right: -20px;
    position: relative;
    width: 100%;
}
.intro_notes .beige_box p {
    font-size: 20px;
    padding-right: 0;
    text-align: center;
    font-family: 'CeraProMedium', Verdana;
    color: #474747;
    line-height: 25px;
}
.padding_box{margin: 0 20px}
.brands_home {
    display: flex;
    padding: 20px 0;
    margin-top:50px
}
.brand_home {
    margin: 10px 0;
    padding: 50px;
    transition: all 0.2s ease-in;
    border: 5px solid transparent;
}
.brand_home:hover {
    transition: all 0.2s ease-in;
    border: 5px solid #f1f1f1;
}
.brand_home a {
    display: block;
}
.brand_home img {
    display: block;
    width: 100%;
}
.category_banners {
    height: 80vh;
}
.category_banners .first_column {
    height: 100%;
}
.category_banners .second_column {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.vertical_banner {
    position: relative;
    height: 455px;
    overflow: hidden;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}
.vertical_banner .vertical_banner_overlay {
    width: 100%;
    height: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in;
}
.vertical_banner span {
    font-size: 60px;
    letter-spacing: 1px;
    font-weight: bold;
    display: block;
}
.vertical_banner .vertical_banner_text img {
    width: 60px;
    display: block;
}
.vertical_banner .vertical_banner_text {
    padding: 0 10%;
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 0px;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.vertical_banner:hover .vertical_banner_overlay {
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0,0,0,0.1));
}

.vertical_banner:hover .vertical_banner_text span {
    color: #fff;
}

h2.home_title {
    font-size: 70px;
    color: #474747;
    margin: 40px 0px 30px 0px;
    text-align: center;
}
.product_box {
    margin: 10px 0px;
    display: inline-block;
    overflow: hidden;
    background: #F8E8E7;
    border-radius: 10px;
    transition: all 0.2s ease-in 0s;
    position: relative;
    width: 100%;
    /* padding-top: 10px; */
}
.new-info {
    position: absolute;
    top: 30px;
    right: 35px;
    z-index: 1;
    font-size: 16px;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #F8E8E7;
    border-radius: 100%;
    width: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-family: 'CeraProMedium', Verdana;
}
.product_box .product_image {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* padding: 10px; */
}
.product_box .product_image img {
    display: block;
    width: 100%;
    border-radius: 10px;
}
.product_box .title {
    padding: 10px 15px 0 15px;
    min-height: 90px;
}
.product_box .title h3 {
    font-size: 18px;
    color: #474747;
    overflow: hidden;
    line-height: 22px;
    text-align: left;
}
.product_box .price {
    padding: 0px;
    margin-bottom: 20px;
    display: block;
    text-align: left;
}
.product_box .price h5 span {
    font-size: 22px;
    font-weight: 100;
    margin-left: 15px;
    color: #474747;
    font-family: 'CeraProMedium';
}
.product_box .add_basket {
    display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background: #fff url(../img/layout/bag.svg) no-repeat center;
    text-indent: -999999px !important;
    background-size: 40%;
    transition: all 0.2s ease-in 0s;
    padding: 30px;
    border-radius: 50%;
}
.add_basket a{
    z-index: 9;
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    bottom: 5px;
    right: 5px;
}
.product_box .left_icon{
    position: absolute;
    width: 23px;
    top: 15px;
    visibility: hidden;
    opacity: 0;
    left: -40px;
    transition: all 0.3s ease;
    z-index: 1;
}

.product_box:hover .left_icon{
    left: 15px;
    visibility: visible;
    opacity: 1;
}

.product_box .right_icon{
    position: absolute;
    width: 23px;
    top: 15px;
    visibility: hidden;
    opacity: 0;
    right: -40px;
    transition: all 0.3s ease;
    z-index: 1;
}

.product_box:hover .right_icon{
    right: 15px;
    visibility: visible;
    opacity: 1;
}

#swiper_new_products .swiper-slide:hover .left_icon,
.private_collection .swiper-slide:hover .left_icon{
    left: 15px;
    visibility: visible;
    opacity: 1;
} 

#swiper_new_products .swiper-slide .right_icon,
.private_collection .swiper-slide .right_icon {
    position: absolute;
    width: 23px;
    top: 15px;
    visibility: hidden;
    opacity: 0;
    right: -40px;
    transition: all 0.3s ease;
}

#swiper_new_products .swiper-slide:hover .right_icon,
.private_collection .swiper-slide:hover .right_icon{
    right: 15px;
    visibility: visible;
    opacity: 1;
} 

.swiper-slide .product_add_cart{
    color: white;
    position: absolute;
    top: 100%;
    /* height: 50px; */
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    padding: 17px;
    visibility: hidden;
    opacity: 0;
    margin-top: -50px;
    transition: all 0.3s ease;
    width: 100%;
}

.product_box .product_add_cart{
    color: white;
    position: absolute;
    top: 100%;
    /* height: 50px; */
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    padding: 17px;
    visibility: hidden;
    opacity: 0;
    margin-top: -50px;
    transition: all 0.3s ease;
    width: 100%;
    left: 0;
}

.swiper-slide .product_add_cart a{
    display: flex;
    color: white;
}

.product_box .product_add_cart a{
    display: flex;
    color: white;
}

.swiper-slide:hover .product_add_cart{
    visibility: visible;
    opacity:1;
    margin-top:-4px;
}

.product_box:hover .product_add_cart{
    visibility: visible;
    opacity:1;
    margin-top:-4px;
}

.swiper-slide .product_add_cart img{
    width: 24px;
    margin-right: 10px;
}

.product_box .product_add_cart img{
    width: 24px;
    margin-right: 10px;
}

.swiper-slide .product_add_cart span.text{
    text-transform: uppercase;
}

.product_box .product_add_cart span.text{
    text-transform: uppercase;
}

#swiper_new_products .swiper-slide .price{
    font-size: 22px;
    font-weight: 900;
    color: #3e3e3e;
}

.swiper-slide .previous {
    text-decoration: line-through;
}

.swiper-slide .price{
    font-size: 22px;
    font-weight: 900;
    color: #3e3e3e;
}

.filter_sorting.hide_desktop{
    display: none;
}

#swiper_best_sellers .swiper-slide img.img-responsive,
#swiper_new_products .swiper-slide img.img-responsive,
#swiper_related .swiper-slide img.img-responsive {
    width: 100%;
}

#swiper_new_products .swiper-slide.first-visible-slide .swipper-product-image,
#swiper_best_sellers .swiper-slide.first-visible-slide .swipper-product-image, 
#swiper_related .swiper-slide.first-visible-slide .swipper-product-image {
    border-left: 1px solid #474747;
    padding: 66px 30px 70px 30px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

#swiper_new_products .swiper-slide .swipper-product-image img.img-responsive,
#swiper_best_sellers .swiper-slide .swipper-product-image img.img-responsive, 
#swiper_related .swiper-slide .swipper-product-image img.img-responsive {
    transition: all 0.3s ease-in-out;
}

#swiper_new_products .swiper-slide:hover .swipper-product-image img.img-responsive,
#swiper_best_sellers .swiper-slide:hover .swipper-product-image img.img-responsive, 
#swiper_related .swiper-slide:hover .swipper-product-image img.img-responsive {
    transform: scale(1.1);
}

#swiper_new_products .swiper-slide.last-visible-slide .swipper-product-image,
#swiper_best_sellers .swiper-slide.last-visible-slide .swipper-product-image,
#swiper_related .swiper-slide.last-visible-slide .swipper-product-image {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

#swiper_new_products .swiper-slide.swiper-slide-prev .swipper-product-image,
#swiper_best_sellers .swiper-slide.swiper-slide-prev .swipper-product-image,
#swiper_related .swiper-slide.swiper-slide-prev .swipper-product-image {
    border: none;
}

/* #swiper_best_sellers .swiper-slide:hover img.img-responsive,
#swiper_new_products .swiper-slide:hover img.img-responsive {
   transform: scale(1.1);
} */

#swiper_new_products .swiper-slide.last-visible-slide .swipper-product-image {
    border-right: 1px solid #474747;
}

#swiper_best_sellers .swiper-slide h4,
#swiper_new_products .swiper-slide h4,
#swiper_related .swiper-slide h4 {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 22px;
    min-height: 48px;
}

#swiper_best_sellers .swiper-slide h4 a,
#swiper_new_products .swiper-slide h4 a,
#swiper_related .swiper-slide h4 a {
    color: #000;
    text-transform: uppercase;
    font-size: 19px;
}

#swiper_best_sellers .swiper-slide .price,
#swiper_new_products .swiper-slide .price,
#swiper_related .swiper-slide .price {
    font-size: 22px;
    font-weight: 900;
    color: #807d7d;

}

#swiper_best_sellers.swiper-container-free-mode > .swiper-wrapper,
#swiper_new_products.swiper-container-free-mode > .swiper-wrapper,
#swiper_related.swiper-container-free-mode > .swiper-wrapper {
    justify-content: center;
}


.after_banner {
    background: #eee url(../img/layout/meander.png) repeat-x bottom center;
    background-size: 20px;
    color: #60b1e7;
    text-align: center;
    padding-bottom: 20px;
}

.after_banner .after_banner_box {
    padding-top: 20px;
    padding-bottom: 20px;
}

.after_banner .after_banner_box img {
    width: 54px;
    display: block;
    margin: 0 auto 15px auto;
}

.after_banner .after_banner_box span {
    font-size: 18px;
    font-weight: bold;
    display: block;
}

.hover_effect {
    transition: all 0.5s ease-in-out;
}

.hover_effect:hover .vertical_banner {
    border-bottom: 10px solid #cfae6f;
}

.row.reverse .vertical_banner_text {
    width: 100%;
    /* height: 10%; */
    padding: 20px;
    /* background: rgb(255 255 255 / 50%); */
    margin-bottom: 0px;
    transition: all 0.3s ease-in;
    top: 0;
    position: absolute;
    text-align: left;
    font-weight: 800;
}


.category_mobile .vertical_banner_text {
    width: 100%;
    /* height: 10%; */
    padding: 20px;
    background: rgb(255 255 255 / 50%);
    margin-bottom: 20px;
    transition: all 0.3s ease-in;
    top: 0;
    position: absolute;
    text-align: center;
}

.box_banners .vertical_banner_text {
    border-bottom: 1px solid #fff;
    margin: 0 10px;
}

.box_banners .vertical_banner_text.top {
    border-top: 1px solid #fff;
    border-bottom: none;
}

.category_mobile span {
    position: relative;
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    display: block;
}


.vertical_banner:hover span {    
    color: #fff;
}

.vertical_banner .vertical_banner_text a.read_more.reverse {
    color: #fff;
    position: relative;
    margin-top: 9px;
}

.row.reverse .vertical_banner:hover .vertical_banner_text {
    padding: 20px;
    background: #2323236b;
    /* margin-bottom: 20px; */
    height: 100%;
    transition: all 0.3s ease-in;
    display: unset;
    align-items: end;
    justify-content: end;
}

.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    display: inline;
}

.hero {
    margin-bottom: 0;
    margin-bottom: 0;
    height: 500px;
    background: transparent no-repeat center;
    background-size: cover;
}

.pages.home #navi_container {
    /* background: #faf9f6; */
}

.hero h2 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    padding-top: 200px;
    margin-bottom: 40px;
}

.hero_small {
    margin-top: 30px;
    height: 500px;
    background: transparent no-repeat center;
    background-size: cover;
    border-right: 1px solid #fff;
}

.hero_small .hero_text {
    padding: 20px;
}

.hero_small h2 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    padding-top: 100px;
    margin-bottom: 40px;
}

.hero_small.hero_small_text {}

.hero_small.hero_small_text .hero_text {
    padding: 20px 0px 0px 50px;
}

.hero_small.hero_small_text h2 {
    color: #000;
    padding-top: 30px;
}

.hero.section-recommended {
    min-height: 60vh;
    height: auto;
    padding-bottom: 130px;
    padding-top: 130px;
    margin-top: 0;
}


.box_banners {
    background-color: #F6DEC6;
    position: relative;
    display: flex;
    overflow: hidden;
    margin: 40px 0;
}

.box_banner_1 {
    background: #fff;
    margin-right: 16%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box_banner_1 h2 {
    font-size: 60px;
    font-family: 'Source Serif 4', serif;
    color: #474747;
    margin-bottom: 30px;
}

.box_banner_1 h2 span {
    display: block;
    padding-left: 150px;
    color: #d66588;
}

.box_banner_1 h3 {
    font-size: 33px;
    text-align: center;
    line-height: normal;
    padding: 0 65px 100px 65px;
    position: relative;
}

.box_banner_1 h3:after {
    content: '';
    position: absolute;
    border-left: 1px solid #474747;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 1px;
    height: 65px;
    bottom: 18px;
}

.box_banner_1 p {
    font-size: 23px;
    font-weight: 600;
    color: #474747;
    font-family: 'CeraProMedium', serif;
}

.box_banners_sec {
    padding: 50px 0 160px 0;
    display: flex;
    overflow: hidden;
}

.box_banner_2 {
    background: #EFC2C2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: scale(1.1);
    z-index: 1;
    position: relative;
    border-radius: 10px;
}

.box_banner_2 h2 {
    font-size: 60px;
    font-family: 'Source Serif 4', serif;
    color: #474747;
    margin-bottom: 25px;
}

.box_banner_2 h3 {
    font-size: 60px;
    font-weight: 600;
    color: #474747;
    font-family: 'CeraProMedium', serif;
    margin-bottom: 30px;
}

.box_banner_2 h3 span {
    color: #fff;
    font-family: 'CeraPro', serif;
}

.box_banner_2 p {
    text-align: center;
    font-size: 25px;
    font-family: 'CeraProMedium', serif;
    color: #fff;
    line-height: normal;
}

.box_banner_2 .button {
    background: #fff;
}

.best-sellers,
.private_collection{
    padding: 100px 15px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.best-sellers.related {
    padding-top:0;
    padding-bottom: 0;
}

.best-sellers-desktop, .new-products-desktop {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.best-sellers .reversed-best-sellers {
    width: 70%;
    position: relative;
}

h1.heading_title {
    font-size: 65px;
    font-family: 'CeraPro', Verdana;
    color: #474747;
    margin-bottom: 40px;
    position: relative;
    z-index: 0;
}
h1.heading_title em{
    font-style: italic;
}

.best-sellers h3.heading_title,
.private_collection  h3.heading_title,
#recent_products h3.heading_title
{
    font-size: 53px;
    text-align: left;
    font-weight: 500;
    background: #CFAE6F;
    padding: 22px 0px 0 50px;
    color: #fff;
    position: relative;
    z-index: 1;
    line-height: 40px;
    width: 100%;
}

.best-sellers h3.heading_subtitle {
    width: 50%;
    display: inline-block;
    float: left;
    font-size: 53px;
    text-align: left;
    font-weight: 500;
    padding: 30px 0px 15px 50px;
    color: #000;
    position: relative;
    z-index: 1;
    line-height: 40px;
    border-bottom: 1px solid #000;
}

.best-sellers-subtitle {
    display: flex;
    align-items: flex-end;
}

.best-sellers-subtitle span {
    font-size: 45px;
    color: #cfae6f;
    font-weight: 500;
    letter-spacing: 8px;
    text-align: right;
    width: 50%;
    display: inline-block;
    line-height: normal;
}

.private_collection h3.heading_title {
    margin-bottom: 9px;
}

.best-sellers h3.heading_title span,
.private_collection  h3.heading_title span, 
#recent_products  h3.heading_title span
{
    position: relative;
    /* bottom: 20px; */
    text-transform: uppercase;
}

/* .best-sellers h3.heading_title:after,
.private_collection h3.heading_title:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: -20px;
    left: 20px;
    background: rgb(0 0 0);
    z-index: -1;
} */

.best-sellers .button_container{
    text-align: center;
}

.best-sellers .button_container .btn-more{
    font-size: 19px;
    padding: 8px 21px;
    border: 2px solid #221f1f;
    float: right;
}

.button_container .btn-more:hover{
    background-color: #221f1f;
    color: #ffffff;
}

.best-sellers .button_container .btn-more:hover{
    background-color: #221f1f;
    color: #ffffff;
}



.hero.section-insta {
    min-height: 60vh;
    height: auto;
    padding-bottom: 130px;
    padding-top: 130px;
    margin-top: 0;
}

.hero.section-newsletter {
    background: #F8E8E7;
    height: auto;
    position: relative;
    margin-top: 0px;
    padding: 100px 0;
    overflow: hidden;
}

.hero.section-newsletter .dashed_line{
    background: url(../img/layout/dotted_line_newsletter.svg);
    top: 0;
    position: absolute;
    width: 80%;
    left: 0;
    height: 2px;
}

.hero.section-newsletter .newsletter_image{
    position: relative;
    width: calc(100% + 30px);
    margin-left: -30px;
    margin-top: -18px;
    margin-bottom: -5px;
}

.hero.section-newsletter .dashed_line_bottom{
    background: url(../img/layout/dotted_line_newsletter.svg);
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
}

.hero.section-newsletter .saita_img{
    background: url(../img/layout/saita.svg);
    top: -38px;
    position: absolute;
    width: 100px;
    left: 80%;
    height: 80px;
    background-repeat: no-repeat;
}


.pages.view .hero.section-newsletter ,
.catalog .hero.section-newsletter ,
.checkout .hero.section-newsletter ,
.cart .hero.section-newsletter{
    /* background: whitesmoke;   */
}



.hero.section-newsletter .newsletter-col{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-image: url(../img/layout/sunglasses.svg);
    background-size: cover;
    background-position: 0 160px;
    background-repeat: no-repeat;
    padding: 60px 0 100px 0px;
}

.hero.section-newsletter .newsletter-col .colA{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    justify-content: center;
}

.hero.section-newsletter .newsletter-col .colB{
    
}

.hero.section-newsletter .heading_title{
    font-size: 50px;
    font-weight: 500;
    color: #474747;
    margin: 0px 0 5px 0;
    position: relative;
    display: block;
    z-index: 1;
    font-family: 'Source Serif 4', serif;
}

.hero.section-newsletter .heading_subtitle {
    color: #474747;
    font-size: 19px;
    font-weight: 300;
    margin-left: 25px;
}

.video_class{
    width:100%;
}



.hero.section-recommended .section_vertical_subtitle{
    font-size: 22px;
    font-weight: 600;
    writing-mode: vertical-lr;
    transform: rotate(
180deg
);
}


.hero.section-recommended .swiper-button-next, .hero.section-recommended .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/layout/arrow_black.svg);
    left: 10px;
    right: auto;
    bottom: 0px;
    top: unset;
    background-size: 101%;
    width: 70px;
    transform: rotateZ(
180deg
);
}


.collection{
    margin: 100px 0px;
}


.collection.left .title_container{
    padding: 0;
    /* float: right; */
    /* text-align: end; */
    display: flex;
    justify-content: flex-end;
    align-content: center;
    padding: 20px 0px;
}

.collection.left .row.flex-align{
    display:flex;
    align-items: center;
}

.collection.left .title_container .collection_title{
    width: 600px;
    position: relative;
    font-size: 90px;
    color: black;
}

.collection.left .title_container .collection_title:after{
    position: absolute;
    content: '';
    width: 100px;
    height: 40px;
    background: #474747;
    top: calc(50% - 8px);
    margin-left: 27px;
}

.collection.left .rotated_text_container .rotated_text{
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    font-size: 75px;
    color: rgb(187, 187, 187);
    letter-spacing: 3px;
}

.collection.left .main_container .text_button{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 45px 0px;
}

.collection.left .main_container .text_button .text_container{
    font-size: 16px;
    line-height: 28px;
}

.collection.left .main_container .text_button .button_container{

}

.collection.left .main_container .text_button .button_container .btn-more{
    margin-top: 0;
}




.collection.right .title_container{
    padding: 0;
    /* float: right; */
    /* text-align: end; */
    display: flex;
    justify-content: flex-start;
    align-content: center;
    padding: 20px 0px;
}

.collection.right .row.flex-align{
    display:flex;
    align-items: center;
    flex-direction: row-reverse;
}

.collection.right .title_container .collection_title{
    width: 498px;
    position: relative;
    font-size: 90px;
    color: black;
    text-align: end;
}

.collection.right .title_container .collection_title:after{
    position: absolute;
    content: '';
    width: 100px;
    height: 40px;
    background: #221f1f;
    top: calc(50% - 8px);
    left: 0;
    margin-right: 27px;
}


.collection.right .rotated_text_container{
    display: flex;
    justify-content: center;
}

.collection.right .rotated_text_container .rotated_text{
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    font-size: 75px;
    color: rgb(187, 187, 187);
    letter-spacing: 3px;
}


.collection.right .main_container{

}

.collection.right .main_container .text_button{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 45px 0px;
}

.collection.right .main_container .text_button .text_container{
    font-size: 16px;
    line-height: 28px;
}

.collection.right .main_container .text_button .button_container{

}

.collection.right .main_container .text_button .button_container .btn-more{
    margin-top: 0;
}

section.brands{
    padding: 50px 0px 30px 0;
    background: #fff;
    overflow: hidden;
}

section.brands h1.section_title{
    font-size: 57px;
    font-weight: 500;
    letter-spacing: 5px;
    text-align: right;
    margin-top: 50px;
    color: #CFAE6F;
}


section.brands .brand{
    display:flex;
    text-align:center;
    flex-direction: column;
}

section.brands .brand img{
    width: 100% ;
}

section.brands .brand .brand_link{
    font-size: 23px;
    margin-top: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

section.brands .more{
    padding: 10px 56px;
    background: black;
    margin-top: 59px;
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
    color: white;
    border-radius: 15px;
    text-transform: uppercase;
}

.home_brands {
    background: #313131;
    padding: 25px 0;
    border-bottom: 12px solid #cfae6f;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
}


.home_brands .swiper-slide {
    width: auto;
    display: inline-flex;
}


section.brands.insta{
    background: white;
    padding: 120px 0px 90px 0;
    /* border-top: 1px solid #28aae1; */
}

section.brands .row.flex-align {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
}


section.brands.insta .row.flex-align {
    margin-bottom: 0px;
    display: block;
}

section.brands .section-title{
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
    color: white;
}

section.brands.insta .section-title{
    color: #221f1f;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
}

section.brands.insta h1.section-insta-link{
    text-align: center;
    font-size: 24px;
    margin-top: 14px;
}

section.brands.insta h1.section-insta-link a{
    padding: 10px 56px;
    background: black;
    margin-top: 45px;
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
    color: white;
    border-radius: 15px;
    text-transform: uppercase;
}

section.brands.insta h1.section-insta-link strong{
    color: #a94442;
}

section.brands .section-subtitle{
    color: white;
}

section.brands.insta .section-subtitle{
    color: #000;
    font-size: 50px;
    font-weight: 700;
    margin: 28px 0px 45px 0px;
}

section.brands.insta .section-subtitle.mob {
    display: none;
}

section.brands.insta .section-subtitle a {
    color: #000;
}

section.brands.insta .section-subtitle:after {
    content: '';
    height: 48px;
    width: 300px;
    background-image: url(../img/layout/instagram_arrow.svg);
    background-repeat: no-repeat;
    background-size: 240px;
    background-position: center;
    position: absolute;
    margin-top: 10px;
}

.swiper-button-next {
    background-image: url(../img/layout/icons/arrow_white_right.svg);
    background-repeat: no-repeat;
    background-size: 70px;
    background-color: rgba(0, 0, 0, 0);
    right: -35px;
    width: 70px;
    height: 70px;
    bottom: auto;
    top: 55%;
}

.swiper-button-next:after {
    display: none;
}

.swiper-button-prev {
    background-image: url(../img/layout/icons/arrow_white_left.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 70px;
    left: -35px;
    width: 70px;
    height: 70px;
    bottom: auto;
    top: 55%;
    z-index: 1;
}

.swiper-button-prev.swiper-button-disabled {
    opacity: 0.5 !important;
    cursor: auto;
    pointer-events: none;
    background-color: transparent;
    /* background-image: url(../img/layout/arrow_left_deactivated.svg); */
    background-repeat: no-repeat;
    background-size: 70px;
}

.swiper-button-next.swiper-button-disabled {
    opacity: 0.5 !important;
    cursor: auto;
    pointer-events: none;
    background-color: transparent;
    /* background-image: url(../img/layout/arrow_right_deactivated.svg); */
    background-repeat: no-repeat;
    background-size: 70px;
}

.swiper-button-prev:after {
    display: none;
}

section.brands .swiper-products-container{
    display: flex;
    width: 100%;
    overflow: hidden;
    /* overflow: hidden; */
    padding: 40px 0px;
   /* border-top: 2px solid grey;
    border-bottom: 2px solid grey;  */
}

section.brands.insta .swiper-products-container {
    display: flex;
    width: 100%;
    overflow: hidden;
    /* overflow: hidden; */
    padding: 9px 0px;
    border:none;
}


section.private_collection .swiper-products-container,
section.related_products .swiper-products-container {
    display: flex;
    width: 100%;
    overflow: hidden;
    /* overflow: hidden; */
    padding: 40px 0px;
    /* border-top: 2px solid grey;
    border-bottom: 2px solid grey; */
}

section.brands .section-recommended-buttons{
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 70px;
    justify-content: space-around;
    align-items: center;
}

section.brands .brands-background {
    /* display: flex;
    align-items: center; */
}

section.brands.insta .section-recommended-buttons {
    margin-top: 130px;
}

section.brands  .swiper-button-prev-brands {
    right: 10px;
    background-image: url(../img/layout/arrow_left_orange.svg);
    left: unset;
    right: unset;
    bottom: 0px;
    top: unset;
    background-size: contain;
    width: 40px;
    position: relative;
    margin-top: 0px;
    height: 40px;
    cursor: pointer;
    margin-right: 40px;
    background-repeat: no-repeat;
}

section.home_info {
    background: #ededed;
    padding: 50px 0px;
}

section.home_info .pwlhseis {
    height: 45px;
    margin-bottom: 20px;
}

section.home_info .metaforika {
    height: 45px;
    margin-bottom: 20px;
}

section.home_info .elta {
    height: 45px;
    margin-bottom: 20px;
}

section.home_info  .heading_desc {

}

section.home_info  .info_box_container .heading_desc {
    font-size: 16px;
    color: #000000;
    /* margin-left: 20px; */
    font-weight: 500;
} 

section.home_info  .info_box_container  {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
} 

.private_collection  .swiper-button-prev-collection,
.swiper-button-prev-new-products {
    right: 10px;
    background-image: url(../img/layout/arrow_left.svg);
    left: -70px;
    right: unset;
    bottom: 0px;
    top: unset;
    background-size: contain;
    width: 45px;
    margin-top: 0px;
    height: 45px;
    cursor: pointer;
    margin-right: 18px;
    background-repeat: no-repeat;
    /* position: absolute; */
    top: calc(50% - 20px);
}

section.related_products .swiper-button-prev-collection {
    right: 10px;
    background-image: url(../img/layout/arrow_left.svg);
    left: -3px;
    right: unset;
    bottom: 0px;
    top: unset;
    background-size: contain;
    width: 45px;
    margin-top: 0px;
    height: 45px;
    cursor: pointer;
    margin-right: 40px;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 2;
}

section.related_products .swiper_collection_wrapper{
    overflow:visible;
} 

section.brands.insta .swiper-button-prev-brands {
    background-image: url(../img/layout/arrow_left.svg);
}

section.brands   .swiper-button-next-brands {
    background-image: url(../img/layout/arrow_right.svg);
    left: unset;
    right: unset;
    bottom: 0px;
    top: unset;
    background-size: contain;
    width: 40px;
    position: relative;
    margin-top: 0px;
    height: 40px;
    cursor: pointer;
    margin-left: 40px;
    background-repeat: no-repeat;
    
}


section.tabs_container{
    margin: 40px 0px;
    padding: 80px 0px;
    background: white;
}


.private_collection   .swiper-button-next-collection,
section.related_products   .swiper-button-next-collection,
.swiper-button-next-new-products
 {
    background-image: url(../img/layout/arrow_right.svg);
    left: unset;
    right: -65px;
    bottom: 0px;
    top: unset;
    background-size: contain;
    width: 45px;
    margin-top: 0px;
    height: 45px;
    cursor: pointer;
    /* margin-left: 40px; */
    /* position: absolute; */
    background-repeat: no-repeat;
    top: calc(50% - 20px);
    z-index: 2;
}

section.brands.insta .section-recommended-buttons  .swiper-button-next-brands {
    background-image: url(../img/layout/arrow_right.svg);
}

section.brands .section-recommended-buttons .button_main{
    background-color: #000;
    display: inline-block;
    font-size: 19px;
    padding: 8px 21px;
    border: 2px solid #ffffff;
    color: white;
    transition: all 0.3s ease;
}

section.brands.insta .section-recommended-buttons .button_main{
    background-color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 8px 21px;
    border: 2px solid #28aae1;
    color: black;
    transition: all 0.3s ease;
    border-radius: 50%;
    height: 130px;
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.brands .section-recommended-buttons .button_main:hover{
    background-color: white;
    color: black;
    transition: all 0.3s ease;
}

section.brands.insta .section-recommended-buttons .button_main:hover{
    background-color: #28aae1;
    background: #faf9f6;
    transition: all 0.3s ease;
}

#swiper_brands .swiper-slide img{
     width: 100% ;
     /* background: #faf9f6; */
     filter: opacity(0.35);
     transition: all 0.3s ease;
}


/* #swiper_private_collection .swiper-slide img {
    width: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
} */



#swiper_brands .swiper-slide img:hover{
    filter: opacity(1);
}

#swiper_insta .swiper-slide img{
    width: 100% ;
}



section.main_categories{
    background: white;
    padding: 150px 0px 310px;
}

section.main_categories .box_category_full{
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin: 0px 0px 40px 0px;
}

section.main_categories .box_category_small{
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin: 0px 0px 40px 0px;
}

section.main_categories .categories_slogan{
    font-size: 56px;
    display: flex;
    margin-bottom: 60px;
    flex-direction: row;
}

section.main_categories .categories_slogan strong{
    margin-right: 14px;
}



section.main_categories img.category_full{
    width: 90%;
}

section.main_categories img.category_small{
    width: 70%;

}

section.main_categories .box_category_title{
    font-size: 29px;
    margin-top: 13px;
    /* text-decoration: underline; */
    color: #555;
    display: block;
    width: auto;
    padding-bottom: 10px;
    padding-right: 14px;
    border-bottom: 2px solid grey;
}


section.private_collection .row.up_heading{
    /* top: -234px; */
    position: relative;
} 


section.private_collection .row.down_heading{
    top: -120px;
    position: relative;
}


#swiper_collection_images{
    height: 70vh;
}

.collections {
    display: flex;
    align-items: center;
    overflow-x: hidden;
    flex-wrap: wrap;
}

.collections .collections_text{
    margin-left: -16.66666%;
}

.collections  h1{
    float: right;
    font-size: 38px;
    margin-bottom: 18px;
    font-weight: 600;
    /* border-bottom: 3px solid #a94442; */
    z-index: 1;
    position: relative;
}

.collections  h1.hide_up_991{
    display:none;
}



.collections .collections_text h2{
    font-size: 22px;
    margin-bottom: 32px;
    font-weight: 600;
    /* border-bottom: 3px solid #a94442; */
    z-index: 1;
    position: relative;
    margin-top: 18px;
    font-weight: 600;
}

.collections .collections_text h2:before{
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background: white;
    top: 52%;
    left: -63px;
}

.collections .collections_text h2:after{
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background: white;
    top: 52%;
    right: -63px;
}

.collections .swiper-button-prev {
    top: 50%;
    left: 0px;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    width: 50px;
    justify-content: flex-end;
}

.collections .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 27px;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    color: white;
}

.collections .swiper-button-next{
    top: 50%;
    right: 0px;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    width: 50px;
    justify-content: flex-start;
}

.collections .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: 27px;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    color: white;
}

.collections .swiper-container {
    clear: both;
}

.collections .collections_text p{
    font-size: 17px;
    margin-bottom: 21px;
    line-height: 30px;
}

.collections .collections_text .slider_container .content_text {
    color: #fff;
    /* padding-top: 29vh; */
    text-align: center;
    background: #0c8c87;
    padding: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.collections .collections_text .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}

.collections .swiper-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

#swiper_collection_images a.more{
    position: absolute;
    bottom: 46px;
    width: 215px;
    background: rgba(0, 0, 0, 0.9);
    color: white;
    left: calc(50% - 107px);
    text-align: center;
    font-size: 19px;
    padding: 10px 26px;
    font-weight: 300;
}

.collections .collections_text .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #fff;
    width: 15px;
    height: 15px;
}

#swiper_collection_images .swiper-slide{
    background-size: cover;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}


section.private_collection .private_collection_headings{
    padding: 41px 0px;
    background: black;
}

section.private_collection .collection_title{
    padding: 0px 40px;
    border-left: 6px solid #a94442;
    font-size: 53px;
    color: white;
    font-weight: 400;
}
section.private_collection .collection_description{
    color: white;
    font-size: 20px;
    width: 85%;
    max-width: 800px;
    margin-top: 57px;
    padding-left: 41px;
}





section.private_collection .swiper_row{
    top: -150px;
    position: relative;
}
section.private_collection .swiper_collection_wrapper{
    display: flex;
    align-items: center;
}
section.private_collection #swiper_private_collection .swiper-slide .product-info h4{
    font-size: 14px;
    color: #454545d9;
  
    color: black;
    font-weight: 300;
    /* text-transform: uppercase; */
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-top: 11px;
    text-align: center;
    padding: 15px 0px 10px 0px;
}

.swiper-slide .product-info {
    /* height: 100px; */
    padding: 15px 15px 0px 15px;
    position: relative;
}

section.private_collection #swiper_private_collection .swiper-slide .product-info-price{
    justify-content: center;
    display: flex;
    margin-top: 10px;
}

.best-sellers-desktop .product-info-price h5 span, .new-products-desktop .product-info-price h5 span {
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

.best-sellers-desktop .product-info-price h5 span.before, .new-products-desktop .product-info-price h5 span.before {
    color: #606060;
    text-decoration: line-through;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
}

.discount-info {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 9;
    font-size: 18px;
    padding: 10px 15px;
    background: #D15252;
    color: #fff;
    border-radius: 100%;
    width: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-family: 'CeraPro', Verdana;
}

.product-info h5 {
    font-size: 20px;
    margin-top: 25px;
    font-family: 'CeraProMedium', serif;
    color: #000;
}

.product-info h5 .before {
    text-decoration: line-through;
    font-size: 17px;
    margin-right: 10px;
    color: #999;
}

section.private_collection #swiper_private_collection .swiper-slide span.price{
    padding: 0px;
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    color: #000000
}

.related_products .swiper-slide span.price{
    padding: 0px;
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    color: #000000
}

section.private_collection .private_collection_headings_down{
    padding: 0px 12px;
    /* background: #191919; */
    color: white;
}


section.private_collection .private_collection_headings_down .text_col{
    border-right: 13px solid;
}

section.private_collection .private_collection_headings_down .collection_col{
    background: black;
}


section.private_collection .collection_title_down{
    padding: 10px;
    /* border-right: 10px solid #faf9f6; */
}

section.private_collection .collection_title_down a{
    color: white;
}

section.brand_featured {
    margin: 50px 0px 150px
}

section.brand_featured img.image_full{
    height: 100%;
    min-width: 100%;
}
section.brand_featured .image_container{
    overflow:hidden;
    margin-right: 15px;
}

section.brand_featured .row.flex-row{
    display: flex;
}

section.brand_featured .row.flex-row.reversed{
    display: flex;
    flex-direction: row-reverse;
}


section.brand_featured .full_button {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #555;
    text-align: center;
    font-size: 18px;
    transition: all 0.3s ease-in;
}

section.brand_featured .full_button:hover{
    background: #555;
    color: white;
}

section.brand_featured .full_button:hover a{
    color: white;
}


section.brand_featured .brand_logo{
    position: absolute;
    height: 200px;
    width: calc(100% - 30px);
    background: #47474730;
    top: calc(50% - 100px);
    align-items: center;
    display: flex;
    justify-content: center;
}

section.brand_featured .brand_logo img{
    filter: invert(1);
}


section.history {

}

section.history .story_title_description{
    display: flex;
    align-items: flex-start;
}


section.history .story_title_description .story_description{
    width: 70%;
    padding: 80px 80px 100px 80px;
    border: 3px solid #a94442;
    position: relative;
}

section.history .story_title_description .story_description p{
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 19px;
    line-height: 32px;
}

section.history .story_title_description .story_title{
    width: 30%;
    text-align:right;
}

section.history .story_title_description .story_title h1{
    font-size: 37px;
    line-height: 46px;
    margin-top: 57px;
    font-weight: 800;
}

section.history .images_story{
    height: 40vh;
    position: relative;
    display: flex;
    margin-top: -64px;
    /* justify-content: spac; */
    padding-left: 80px;
}

section.history .images_story .first{
    height: 100%;
    z-index: 3;
    margin-right: 20%;
}

section.history .images_story .second{
    positioN: relative;
    height: 100%;
    right: 0;
    z-index: 1;
}

section.history .main_row {
    background: white;
    display: flex;
}


section.history .image_container {
    overflow: hidden;
    margin-right: 15px;
    padding: 0;
}

section.history img.image_full {
    height: 100%;
    min-width: 100%;
}

section.history .story_description{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


section.history .story_description .heading{
    font-size: 45px;
}

section.history .story_description .description{
    text-align: center;
    margin: 40px 0px;
    padding: 0 50px;
    font-size: 18px;
    letter-spacing: 0.1px;
    line-height: 35px;
}

section.history .story_description .button_story{
    border: 1px solid #555;
    padding: 10px;
    background: black;
    transition: all 0.3s ease;
}

section.history .story_description .button_story:hover{
    background: white;
}

section.history .story_description .button_story a{
    color: white;
}

section.history .story_description .button_story:hover a{
    color: black;
}

.hero.new-designs .swiper-button-prev-banners, .hero.new-designs .swiper-container-rtl .swiper-button-prev-banners {
    background-image: url(../img/layout/arrow_black.svg);
    left: 10px;
    right: auto;
    bottom: 0px;
    top: unset;
    background-size: 101%;
    width: 70px;
    transform: rotateZ(
180deg
);
    background-repeat: no-repeat;
    height: 20px;
    cursor:pointer;
}

.hero.section-insta .swiper-button-next, .hero.section-insta .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/layout/arrow_black.svg);
    left: 10px;
    right: auto;
    bottom: 0px;
    top: unset;
    background-size: 101%;
    width: 70px;
    transform: rotateZ(
180deg
);
}

.hero.section-recommended .swiper-button-prev, .hero.section-recommended .swiper-container-rtl .swiper-button-next {
    right: 10px;
    background-image: url(../img/layout/arrow_black.svg);
    left: auto;
    /* right: auto; */
    bottom: 0px;
    top: unset;
    background-size: 101%;
    width: 70px;
}

.hero.new-designs .swiper-button-next-banners, .hero.new-designs .swiper-container-rtl .swiper-button-next-banners {
    right: 10px;
    background-image: url(../img/layout/arrow_black.svg);
    left: auto;
    /* right: auto; */
    bottom: 0px;
    top: unset;
    background-size: 101%;
    width: 70px;
    height: 20px;
    background-repeat: no-repeat;
    cursor:pointer;
}






.hero.section-insta .swiper-button-prev, .hero.section-insta .swiper-container-rtl .swiper-button-next {
    right: 10px;
    background-image: url(../img/layout/arrow_black.svg);
    left: auto;
    /* right: auto; */
    bottom: 0px;
    top: unset;
    background-size: 101%;
    width: 70px;
}



#swiper_new_products.swiper-container,
#swiper_best_sellers.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0 1px;
}

#swiper_best_sellers.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.hero.section-recommended h3.heading_title{
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    margin: 0px 0 0px 0;
    position: relative;
    display: inline-block;
    z-index: 1;
    margin-left: 100px;
    margin-bottom: 50px;
}


.pages.contact h3.heading_title{
    font-size: 53px;
    text-align: left;
    font-weight: 500;
    background: #CFAE6F;
    padding: 22px 0px 0 50px;
    color: #fff;
    position: relative;
    z-index: 1;
    line-height: 40px;
    width: 100%;
    margin: 0;
}

.contact_us {
    width: 70%;
    position: relative;
}

.pages.contact h3.heading_subtitle {
    width: 52%;
    display: inline-block;
    float: left;
    font-size: 53px;
    text-align: left;
    font-weight: 500;
    padding: 30px 0px 15px 50px;
    color: #000;
    position: relative;
    z-index: 1;
    line-height: 40px;
    border-bottom: 1px solid #000;
    margin: 0;
}

.pages.contact .right-contact{
    float: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pages.contact .right-contact h3.heading_title {
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    margin: 0px 0 0px 0;
    position: relative;
    display: inline-block;
    z-index: 1;
    margin-right: 92px;
    margin-bottom: 48px;
    right: 10px;
    text-align: right;
}

.pages.contact .right-contact h3.heading_title:before {
    content: " ";
    display: block;
    position: absolute;
    top: -34px;
    right: -131px;
    width: 114px;
    height: 100px;
    background: transparent url(../img/layout/heading_most.svg) no-repeat center;
    background-size: 100%;
    transform: rotateZ(180deg);
    left: unset;
}

.hero.section-recommended h3.heading_title:before{
    content: " ";
    display: block;
    position: absolute;
    top: -69px;
    left: -223px;
    width: 283px;
    height: 226px;
    background: transparent url(../img/layout/heading_most.svg) no-repeat center;
    background-size: 49%;
}


.hero.section-insta h3.heading_title:before {
    content: " ";
    display: block;
    position: absolute;
    top: -69px;
    left: -223px;
    width: 283px;
    height: 226px;
    background: transparent url(../img/layout/heading_most.svg) no-repeat center;
    background-size: 49%;
}

.hero.new-designs{
    height: 90vh;
    /* padding-bottom: 130px; */
    /* padding-top: 130px; */
    margin-top: 0;
}


.hero.new-designs .navigation-banners{
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 10%;
    /* background: aliceblue; */
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
}


.hero.new-designs .description_text p{
    margin-bottom: 13px;
    font-size: 20px;
}
.hero.new-designs .description_text p span{
    position: relative;
    padding-bottom:10px;
}
.hero.new-designs .description_text p span:after{
    content: '';
    position: absolute;
    width:100px;
    height:1px;
    background-color: #000;
    bottom:0px;
    left:calc(50% - 50px);
}

.hero.new-designs.video{
    height: 70vh;
    padding: 00px 0px;
    padding-bottom: 0px;
    margin-top: 10px;
}

.hero.new-designs.video.map{
    /* background: white; */
}

.hero.new-designs.video .video_container_general{
    width: 100%;
}

.hero.new-designs .row{
    height:100%;
}

.hero.new-designs.video .row {
    height: 100%;
    width: 100%;
    margin: 0;
}

.hero.hero.new-designs .colA{
    height:100%;
    /* border-right: 3px solid black; */
}

.hero.hero.new-designs .colC{
    height:100%;
    border-left: 3px solid black;
}

.hero.hero.new-designs .colA .inner-image{
    /* background: url(../img/layout/new_designs.jpg); */
    width: auto;
    height: 80%;
    top: 10%;
    background-size: cover;
    border-bottom: 2px solid black;
    border-top: 2px solid black;
    position: relative;
}

.hero.hero.new-designs .colB .inner-text{
    height: 80%;
    top: 10%;
    background-size: cover;
    border-bottom: 2px solid black;
    border-top: 2px solid black;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}


.hero.hero.new-designs.video .colB .inner-text {
    height: 100%;
    top: 0;
    background-size: cover;
    border-bottom: unset;
    border-top: unset;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: unset;
    overflow: hidden;
    /* border: 2px solid #a94442; */
}


.hero.hero.new-designs.video .colA .inner-text {
    height: 80%;
    top: 10%;
    background-size: cover;
    border-bottom: 2px solid black;
    border-top: 2px solid black;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: unset;
}

.hero.hero.new-designs.video .colC .inner-text {
    height: 80%;
    top: 10%;
    background-size: cover;
    border-bottom: 2px solid black;
    border-top: 2px solid black;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: unset;
}





.hero.hero.new-designs .colB .inner-text .heading_title{
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    margin: 0px 0 0px 0;
    position: relative;
    display: inline-block;
    z-index: 1;
   
}

.hero.hero.new-designs .colB .inner-text .description_text{
    width: 60%;
    color: black;
    font-weight: 100;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 28px;
    font-size: 17px;
    text-align: center;
}




.hero.new-designs .colB .inner-text  img.img-new-design{
    width: 70px;
    height:auto;
}

.hero.section-insta h3.heading_title{
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    margin: 0px 0 0px 0;
    position: relative;
    display: inline-block;
    z-index: 1;
    margin-left: 100px;
    margin-bottom: 50px;
}
.hero.section-insta .follow-us{
    position: relative;
    margin-top: 70px;
}



.hero.section-insta .follow-us .inner-text-follow-us{
    border-radius: 50%;
    border: 3px solid black;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-weight: 800;
    position: relative;
    top: 0;
    left: 76%;
    z-index: 1;
    background: #f8f8f8;
    transition: all 0.2s ease-in;
    cursor:pointer;
}

.hero.section-insta .follow-us .inner-text-follow-us:hover{
    background: black;
    color: white;
    transition: all 0.2s ease-in;
}

.hero.section-insta .follow-us .outer-text-follow-us:before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: black;
    top: 50%;
    z-index: 1;
    display: block;
}

.hero.section-insta .follow-us .outer-text-follow-us:after{
    content:'';
}

.hero.hero.new-designs .colB{
    height:100%;
}


/* Home Store */

.home_store {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 50px 0 100px 0;
    background-image: url(../img/layout/about.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 75vh;
    background-size: cover;
}

.store_img {
    z-index: 1;
    position: relative;
}

.store_text {
    padding: 80px 120px 0 100px;
    background: #fff;
    width: 45%;
    margin-left: 7%;
    position: absolute;
    bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.store_text:before {
    content: '';
    position: absolute;
    background-image: url(../img/layout/photo_frame_about_us.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: calc(100% + 90px);
    left: -45px;
    height: calc(100% + 55px);
    top: -55px;
}

.store_text h2 {
    color: #d66588;
    font-size: 73px;
    font-family: 'Source Serif 4', serif;
    margin-bottom: 35px;
    position: relative;
    z-index: 0;
}

.store_text h2:after {
    content: '';
    position: absolute;
    background-image: url(../img/layout/wavy_stroke.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 310px;
    right: -100px;
    height: 120px;
    top: -20px;
    z-index: -1;
}

.store_text h1:after {
    content: '';
    position: absolute;
    border-bottom: 2px solid #CFAE6F;
    width: 15%;
    margin-top: -10px;
}

.store_text p {
    font-size: 18px;
    line-height: 42px;
    font-weight: 400;
    color: #474747;
}

.button {
    position: relative;
    display: block;
    padding: 20px 45px;
    color: #000;
    z-index: 1;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.5s ease-in-out;
    width: fit-content;
    background: #F8E8E7;
    margin-top: 45px;
    border-radius: 8px;
}

.button::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #474747;
    border-radius: 6px;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
    transition: all 0.3s ease;
}

.button:hover::after {
    left: 0;
    width: 100%;
}

.button.center {
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
}

.button:hover {
    color: #fff;
}

.home_insta {
    position: relative;
    overflow: hidden;
}
.home_insta::before{
    content: '';
    width:100%;
    height: 430px;
    position: absolute;
    background-color: #F8E8E7;
    background-image: url(../img/layout/icons/stars.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    z-index: 0;
}
.home_insta h2 {
    font-size: 65px;
    position: relative;
    display: inline-block;
    width: fit-content;
}
.insta-header{display: flex; justify-content: center; align-items: center;    padding: 80px 0 50px 0;}
.insta-header h3{color: #474747;font-weight: 500;font-size: 23px;font-family: 'CeraProMedium', Verdana;padding: 0 20px 0 70px;}
.insta-header img{height: 35px;  margin: 0 12px;}
.follow_icons{display: flex; align-items: center;}
.insta_feed {
    display: block;
    clear: both;
}
.insta_feed img{padding: 0 20px;border-radius:50%}
.middle_banner {
    width: 100%;
    height: 460px; 
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}
.custom_middle_banner::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1); 
    z-index: 1;
}
.svg_link {
    display: inline-block;
    margin-top: 20px;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

.svg_link:hover {
    transform: scale(1.1);
}

.svg_link img {
    width: 60px; 
    height: auto;
}
.banner_text {
    position: absolute;
    top: 20px; 
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 2;
}


.half_circle_bg {
    position: absolute;
    top: 15%;
    left: 50%;
    width: 700px;
    height: 700px;
    background: #F3EAE1;
    border-radius: 50%;
    transform: translate(-50%, -60%);
    overflow: hidden;
    z-index: 1;
}

.banner_text p {
    position: relative;
    font-size: 32px;
    font-weight: bold;
    color: #474747;
    z-index: 2;
}
.custom_middle_banner {
    position: relative;
    width: 100%;
    height: 480px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.swiper_banner ul.tabs.home{
    z-index: 99;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-bottom: 15px;
}
.swiper_banner ul.tabs.home>li {
    font-size: 20px;
    display: inline-block;
    margin: 0 0 0 0px;
    color: #fff;
    padding: 15px 20px 15px 20px;
    cursor: pointer;
    background-image: none;
    margin-left: 0px;
    border-bottom: none;
}
.swiper_banner ul.tabs.home>li a{
    color: rgba(255, 255, 255, 0.7);
    font-size: 23px;
    font-family: 'CeraProMedium';
    text-decoration: none;
    font-weight: 100;
}
.swiper_banner ul.tabs.home>li.current a{
    color: rgba(255, 255, 255, 1);

}
.tab_content {
  position: absolute;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.tab_content.current {
  position: static;
  visibility: visible;
  height: auto;
}

.swiper-buttons-pagination{
    position:absolute;
    bottom: 10vh;
}
.swiper-buttons-pagination .swiper-button-next {
    left: -90px;
    top:unset
}
.swiper-buttons-pagination .swiper-button-prev {
    left: -90px;
    top: -90px
}
.swiper-buttons-pagination.mobile{display: none;}
.swiper_banner {
    position: relative;
    width: 100%;
    height: 80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.swiper_banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.swiper_banner h4{
    color: #fff;
    font-size: 65px;
    z-index: 9;
    line-height: 80px;
    font-family: 'CeraPro', Verdana;
    font-weight: 100;
    border-bottom: 1px solid #fff;
}
.swiper_banner h4 em{
    font-style: italic;
    font-weight: 400;
}
.swiper_banner h4 span{
    display: flex;
    justify-content: center;
}
#swiper_categories{
    height: 80vh;
}
#swiper_categories .swiper-slide{
    opacity: 1!important;
}
.swiper_banner .swiper-button-prev {
    left: 0;
    top:50%;
    background-image: url(../img/layout/icons/arrow_white_left.svg);

}
.swiper_banner .swiper-button-next {
    top: 66%;
    left: 0;
    background-image: url(../img/layout/icons/arrow_white_right.svg);
}
.custom_middle_banner .banner_text {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 2;
    color: #474747;
}

.custom_middle_banner .banner_text p {
    position: relative;
    z-index: 2;
    font-size: 47px;
    font-weight: 400;
    line-height: 55px;
}
.custom_middle_banner .banner_text p em{
    font-style: italic;
    font-size: 80px;
}
.custom_middle_banner .banner_text .box_desc {
    margin-top: 10px;
    font-size: 16px;
    position: relative;
    z-index: 2;
    color: #474747;
}

.custom_middle_banner .banner_text .button {
    margin-top: 15px;
    display: inline-block;
    background: #474747;;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    z-index: 2;
}
.section-collection{
    background: #ffffff;
    min-height: calc(900px + 592px);
    padding-bottom: 100px;
    position: relative;
}

.section-collection.desktop{
    display:block;
}

.section-collection.mobile{
    display:none;
}

.section-collection .more_featured{
    position: absolute;
    bottom: 60px;
    width: 100%;
    background: white;
    display: flex;
    justify-content: center;
    margin-left: -15px;
}

.hero.new-designs .more_featured{
    /* position: absolute; */
    bottom: calc(5% - 23px);
    width: 100%;
    background: white;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.hero.new-designs.video .more_featured{
    position: absolute;
    bottom: calc(5% - 23px);
    width: 100%;
    /* height: 100px; */
    background: #fcfcfc;
    display: flex;
    justify-content: center;
    /* margin-top: 40px; */
    margin-top: 16px;
}


.hero.new-designs.video.map .more_featured{ 
    /* background: whitesmoke; */
}



.hero.new-designs.video .more_featured-top{
    position: absolute;
    top: 0;
    width: 100%;
    /* height: 100px; */
    /* background: #ffffff; */
    display: flex;
    justify-content: center;
    /* margin-top: 40px; */
    margin-top: 0;
    height: 10%;
    align-items: center;
    font-size: 40px;
    font-weight: bold;
    color: black;
    letter-spacing: 2px;
}

.hero.new-designs.video.map .more_featured-top{
    justify-content: flex-start;
}

.button_more{
    padding: 10px 20px;
    border: 2px solid #221f1f;
    width: auto;
    font-weight: 900;
    font-size: 15px;
    letter-spacing: 2px;
    transition: all 0.2s ease-in;
    cursor: pointer;
    background: #191919;
    color: white;
}

.button_more a{
    color: white;
}

.button_more:hover{
    border: 2px solid #a94442;
    background: #a94442;
    color: white;
    width: auto;
    font-weight: 900;
    transition: all 0.2s ease-in;
}
.button_more:hover a{
    color:#fff;
}

.button_more.center{
    margin: 40px auto 20px auto;
    display: table;
}

.featured_categories h1 {
    color: #d66588;
    text-align: center;
    font-family: 'Source Serif 4', serif;
    font-size: 37px;
    margin-bottom: 50px;
}

.section-collection .featured_categories{
    width: 900px;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: flex;
}


.section-collection .featured_categories .element1{
    height: 550px;
    width: 350px;
    position: absolute;
    background-size: cover;
    top: 0px;
    left: 0px;
}

.section-collection .featured_categories .element2{
    position: absolute;
    width: 551px;
    height: 350px;
    background-size: cover;
    left: 351px;
}

.section-collection .featured_categories .element3{
    position: absolute;
    top: 551px;
    left: 0;
    /* position: absolute; */
    width: 550px;
    height: 350px;
    background-size: cover;
}

.section-collection .featured_categories .element4{
    position: absolute;
    width: 350px;
    height: 550px;
    top: 351px;
    left: 552px;
}

.section-collection .featured_categories .element-middle{
    width: 200px;
    height: 200px;
    left: 351px;
    position: absolute;
    top: 350px;
    background-size: cover;
}

.hero.section-recommended.new-products {
    min-height: 60vh;
    height: auto;
    padding-bottom: 60px;
    margin-top: 60px;
}

.hero.section-store {
    min-height: 80vh;
    height: auto;
    padding-bottom: 60px;
    margin-top: 60px;
}

.hero.section-recommended h2 {
    padding: 0px;
}

.hero.section-store h2 {
    padding: 0px;
}

.title_box {
    display: block;
    margin: 79px 0 30px 0;
}

.title_box.text_right {
    text-align: right;
}

.title_box.text_center {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 134px 0 52px 0;
    flex-direction: column;
}

.new-products .title_box.text_center {
    margin: 74px 0 52px 0;
}


/* PROFILE */

.home_products.home_profile {
    padding-top: 30px;
    padding-bottom: 150px;
    /* padding-bottom: 220px; */
    background: #e4e5e673;
}

.home_profile .title_box.text_center {
    margin: 134px 0 93px 0;
}

.home_profile .home_profile_wrapper {
    float: left;
}

.home_profile .home_profile_wrapper h1 {
    font-size: 20px;
    color: #353333;
    z-index: 99999;
    display: block;
    position: absolute;
    font-weight: 100;
    top: -45px;
    letter-spacing: 2px;
}

.profile_img {
    height: auto;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.company .profile_img img {
    height: auto;
    width: 100%;
}

.company .profile_img.old img {
    height: auto;
    width: 100%;
    /* max-width:400px;   */
}

.company_gallery{
    margin:30px auto 50px auto;
}
.home_gallery_wrapper img{
    margin-bottom:25px;
}

.company_video{
    margin:30px auto 30px auto;
}

.home_profile .home_profile_wrapper .profile_img:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: #000000;
    z-index: 0;
    left: 32px;
    top: -59px;
    z-index: 1;
    transform: rotateZ( 45deg);
    transition: all 1s ease;
}

.home_profile .home_profile_wrapper .profile_img:after {
    content: "";
    position: absolute;
    width: 245px;
    height: 344px;
    background: transparent url(../img/layout/old_photo.jpg) no-repeat center;
    z-index: 2;
    right: 2px;
    bottom: -19px;
    background-size: cover;
    border: 7px solid #dddddd6b;
    box-shadow: 0px 0px 10px 0px grey;
    ;
}

.profile_text {
    position: relative;
    padding: 25px 50px;
    z-index: 2;
    background: white;
}

.company .profile_text {
    position: relative;
    padding: 25px 50px;
    z-index: 2;
    background: white;
    box-shadow: 0px 0px 42px 4px #99999940;
}

.company .profile_img.old {
    position: absolute;
    top: 49px;
    left: -61px;
    background: white;
    padding: 10px;
    box-shadow: 0px 0px 5px 1px #ccc;
}

.company .profile_desc {
    top: -120px;
}

.profile_text .profile_text_header {
    margin-bottom: 20px;
}

.profile_text .profile_text_header strong {
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-size: 21px;
    margin-bottom: 10px;
    display: block;
    font-weight: 900;
}

.home_profile .btn_default {
    background: #975B1C;
    padding: 9px;
    color: white;
    font-size: 12px;
    margin-top: 10px;
    position: relative;
    float: right;
    transition: all 0.2s ease-in;
}

.home_profile .btn_default:hover {
    padding-right: 19px;
    padding-left: 19px;
    transition: all 0.2s ease-in;
}

.home_profile_outer {
    background-color: #efefef;
    /* margin: 20px; */
    /* padding: 10px 10px 0px 10px; */
}

.home_profile .home_profile_wrapper .profile_img img {
    width: 91%;
    position: relative;
    float: left;
    z-index: 2;
    box-shadow: 0px 0px 10px 0px grey;
    border: 0px solid white;
}

p.established {
    position: absolute;
    top: -46px;
    left: 117px;
    z-index: 3;
    color: #e4ad73;
    font-size: 27px;
    font-weight: 800;
    font-style: italic;
}

.company p.established {
    position: relative;
    top: unset;
    left: unset;
}

.profile_text p {
    text-align: justify;
    line-height: 27px;
    margin-bottom: 21px;
}

.home_profile .home_profile_wrapper:hover .profile_img:before {
    transform: rotateZ( 135deg);
    transition: all 1s ease;
}


/* END PROFILE */

.title_box p {
    color: #000;
    margin: 0px 0 0px 0;
    font-size: 18px;
}

.title_box h2.home_title {
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    margin: 0px 0 0px 0;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.title_box h2.home_title::before {
    content: " ";
    display: block;
    position: absolute;
    top: -87px;
    left: -73px;
    width: 121px;
    height: 190px;
    background: transparent url(../img/layout/collections_left.svg) no-repeat center;
    background-size: 49%;
}

.title_box span {
    color: #090909;
    margin-top: 112px;
    line-height: 1;
    font-size: 19px;
    line-height: 29px;
    font-weight: 200;
    letter-spacing: 1px;
    width: 900px;
}

.newsletter-col span.description {
    color: #090909;
    margin-top: 0px;
    line-height: 1;
    font-size: 15px;
    line-height: 27px;
    font-weight: 300;
    letter-spacing: 0;
    /* max-width: 508px; */
    /* text-align: center; */
    margin-left: 10px;
    border-left: 1px solid grey;
    padding-left: 13px;
}

.title_box h2.home_title::after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -87px;
    right: -73px;
    width: 121px;
    height: 190px;
    background: transparent url(../img/layout/collections_right.svg) no-repeat center;
    background-size: 49%;
}


/* .title_box h2.home_title:hover::after {
	transform: translateX(45px);
}

.title_box h2.home_title:hover::before {
	transform: translateX(-45px);
} */

@keyframes MoveRightLeft {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes MoveLeftRight {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(-10px, 0, 0);
    }
}

.private_collection .hide_up_991{
    display: none;
}

.cat_box_container {}

.cat_box {
    min-height: 280px;
    margin: 10px 0px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.cat_box p {
    margin: 0px 0 20px 0;
    font-size: 16px;
    color: #434343;
    font-weight: bold;
}

.cat_box p a {
    color: #434343;
    display: block;
    transition: all 0.2s ease-in;
}

.cat_box p a:hover {
    color: #84c2d3;
    transition: all 0.2s ease-in;
}

.cat_box ul {
    margin: 0;
    overflow: auto;
}

.cat_box ul li {
    margin: 0 0 15px 0;
    font-size: 12px;
    line-height: 20px;
    background: transparent url(../img/layout/arrow-list.png) no-repeat 0 4px;
    padding-left: 12px;
}

.cat_box ul li a {
    display: block;
    color: #434343;
    transition: all 0.2s ease-in;
}

.cat_box ul li a:hover {
    color: #84c2d3;
    transition: all 0.2s ease-in;
}

.brand_home a.brand_title{
    font-weight: 800;
    font-size: 20px;
}

.all-brands{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 30px auto 50px auto;
}

.all-brands .brand_home img:hover {
    filter: none;
}


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

.brand_home:hover {
    transition: all 0.2s ease-in;
}

.brand_home a {
    display: block;
}

.brand_home img {
    display: block;
    width: 100%;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    max-width: 300px;
}

a.alone_button {
    background: #383838;
    color: #fff;
    border: 1px solid #383838;
    padding: 20px 25px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

a.alone_button:hover {
    background: #fff;
    color: #383838;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.blog_home {
    background: #404041;
    padding: 20px 0 50px 0;
}

.blog_home a.more_blog {
    margin-top: 30px;
    display: block;
}

.blog_home a.more_blog span {
    background: #fff;
    color: #404041;
    padding: 12px 20px;
    font-weight: 700;
    font-size: 16px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.blog_home a.more_blog span:hover {
    background: #eed700;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.blog_image_text {
    text-align: left;
    width: 100%;
    padding: 25px;
    border: 1px solid #474747;
    border-top: none;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.blog_image_text p.first {
    font-size: 17px;
    color: #474747;
    font-weight: 100;
    line-height: 28px;
}

.home_third_small img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.blog_date {
    color: #474747;
    font-size: 13px;
    line-height: normal;
    margin-bottom: 7px;
}

.blog_image_text p.second {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
    color: #474747;
    font-weight: 600;
}

.blog_image_text p.blog_categ {
    text-transform: uppercase;
    font-weight: 100;
    color: #d66588;
    font-family: 'CeraProMedium', serif;
}

.blog_text {
    padding-right: 120px;
}

.blog_text a {
    color: #a94442;
    font-weight: 300;
    text-decoration: underline;
}

.blog_thumb {
    float: right;
    position: relative;
    width: 350px;
    margin-left: 30px;
    margin-bottom: 30px;
}

.blog_text.desc {
    padding-right: 0;
    margin-top: 100px;
}

.blog_text ul {
    margin-bottom: 12px;
}

.blog_text p {
    margin-bottom: 12px;
}

.blog_text a {
    color: #474747;
    font-weight: 700;
    text-decoration: underline;
}

.blog_gallery {
    margin-top: 40px;
}

.blog_subtitle {
    text-align: center;
    margin-bottom: 70px;
}

.blog_subtitle p {
    font-size: 22px;

}

.blog_text h2 {
    font-size: 26px;
    margin: 20px 0;
    line-height: 32px;
    font-family: 'CeraProMedium', serif;
    color: #474747;
}

.blog_text ul li {
    color: #474747;
    font-size: 18px;
    line-height: 32px;
    padding: 5px 0 5px 20px;
    position: relative;
}

.blog_text ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    top: 18px;
    border-radius: 100%;
    background: #d66588;
}

.home-products {
    position: relative;
}

#categories .item_product,
#best_sellers .item_product,
#latest .item_product {
    margin: 10px;
    position: relative;
}

#categories .item_product img,
#best_sellers .item_product img,
#latest .item_product img {
    width: 100%;
}

.customNavigation {
    position: absolute;
    right: 0px;
    top: 30px;
}

.customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    padding: 5px 3px;
    float: left;
    margin-left: -1px;
    background: #eed700;
    margin-top: -5px;
}

.slides {
    margin-bottom: 40px;
}

.item p {
    font-size: 16px;
    font-weight: 100;
    line-height: 26px;
    margin-top: 30px;
    padding: 0 10px;
}

.item p.title {
    position: absolute;
    top: 165px;
    background: rgba(255, 255, 255, 0.7);
    font-size: 28px;
    color: #474747;
    font-weight: 100;
    text-align: left;
    border-top: 2px solid #C1151B;
    margin: 0px;
    padding: 10px;
}

p.slide_title {
    font-size: 30px;
    padding-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #ccc;
    font-weight: 100;
}

p.slide_title:after {
    -moz-user-select: none;
    border-bottom: 3px solid #C1151B;
    bottom: 0px;
    content: "";
    font-size: 0;
    height: 0;
    left: 0px;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    right: auto;
    text-indent: -9999px;
    top: 41px;
    width: 30%;
}

.customNavigation a.btn_owl {
    text-indent: -9999px;
    width: 70px;
    height: 35px;
    display: block;
}

.customNavigation a.btn_owl.prev {
    background: url(../img/layout/prev-next.png) no-repeat scroll 0 0;
    transition: all 0.4s ease 0s;
    margin-top: 0px;
}

.customNavigation a.btn_owl.prev:hover {
    background-position: 0 -75px;
    transition: all 0.4s ease 0s;
}

.customNavigation a.btn_owl.prev::after {
    border-left: 1px solid #c7c5bf;
    content: "";
    height: 50px;
    margin: 0 14px;
    position: absolute;
    right: 60px;
    top: 0;
    transform: rotate(23deg);
    -webkit-transform: rotate(23deg);
    -ms-transform: rotate(23deg);
    -o-transform: rotate(23deg);
    -moz-transform: rotate(23deg);
    width: 0;
}

.customNavigation a.btn_owl.next {
    margin-left: 2px;
    background: url(../img/layout/prev-next.png) no-repeat -60px 0;
    transition: all 0.4s ease 0s;
    margin-top: 20px;
}

.customNavigation a.btn_owl.next:hover {
    background-position: -60px -75px;
    transition: all 0.4s ease 0s;
}

a.btn_owl span,
a.btn_owl span {
    display: none;
}

.product_box .price.out_of_stock_product,
.out_of_stock_product {
    font-weight: 100;
    font-size: 0.7rem!important;
    background: #303030;
    color: #ffffff;
    padding: 3px;
    margin-bottom: 0px;
    letter-spacing: 0px;
    position: absolute;
    top:0;
    display: none!important;
}

.contact_out_of_stock{
    display: flex;
    justify-content: center;
    margin: 10px 0px;
}

.contact_out_of_stock .text{
    margin: 0px 5px;
    font-weight: 800;
}
.contact_out_of_stock .text a{
    color: #fff;
}
.not_available.out_of_stock_product {
    padding: 10px 15px;
    text-align: center;
    position: relative;
    font-size:0.9rem!important;
}

.left_sidebar {
    /* background: #f7f7f7; */
    position: relative;
    padding-bottom: 50px;
}

section.brand_featured .product_box{
    margin: 0px 0px 24px;
}

.product_box_container.centered{
    text-align: center;
}
.product_box_container .new-info {
    top: 20px;
    font-size: 15px;
    width: 50px;
    height: 50px;
}
.product_box:hover {
    transition: all 0.2s ease-in 0s;
}

.wishlist.home .product_box .product_image.last {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-right: 1px solid #474747;
    padding: 66px 30px 70px 30px;
}

.product_box .product_image img.img-responsive {
    transition: all 0.3s ease-in-out;
    /* border:2px solid #f8e8e7; */
}

.product_image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 10px solid #f8e8e7;
    aspect-ratio: 1 / 1; 
}

.product_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    transform: scale(1);
}
  
.product_box:hover .product_image img {
    transform: scale(1.1);
}


.swipper-product-image {
    position: relative;
    display: block;
    width: 100%;
    width: 100%;
    border: 1px solid #474747;
    border-left: none;
    padding: 65px 30px 70px 30px;
}

.product_box .product_image .product-box-actions,
.swiper-slide .product-image .product-box-actions {
    position: absolute;
    top: 13%;
    right: 12%;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_box:hover .product_image .product-box-actions .divider{
    width: 1px;
    height: 20px;
    background: grey;
}

a.product_link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    text-indent: -999999px;
    z-index: 10;
}


.product_box .product_image .product-box-actions .product_link_action{
    display: block;
    margin: 0;
    color: #434343;
    font-weight: bold;
    text-align: center;
    padding: 11px;
    background: URL(../img/layout/bag.svg);
    background-repeat: no-repeat;
    border-radius: 0;
    transition: all 0.2s ease-in;
    border: none;
    width: 25%;
    padding: 12px 20px;
    font-size: 15px;
    background-position: center;
    border-radius: 15px;
    background-size: 19px;
}

.product_box .product_image .product-box-actions .image_viewer{
    display: block;
    margin: 0;
    color: #434343;
    font-weight: bold;
    text-align: center;
    padding: 11px;
    background: URL(../img/layout/zoom.svg);
    background-repeat: no-repeat;
    border-radius: 0;
    transition: all 0.2s ease-in;
    border: none;
    width: 25%;
    padding: 12px 20px;
    font-size: 15px;
    background-position: center;
    border-radius: 15px;
    background-size: 17px;
}


.product_box .product_image .product-box-actions .wishlist-btn, 
.swiper-slide .product-image .product-box-actions .wishlist-btn  {
    display: block;
    margin: 0;
    color: #434343;
    font-weight: bold;
    text-align: center;
    padding: 11px;
    background: URL(../img/layout/wishlist.svg);
    background-repeat: no-repeat;
    border-radius: 0;
    transition: all 0.2s ease-in;
    border: none;
    width: 25%;
    padding: 12px 20px;
    font-size: 15px;
    background-position: center;
    border-radius: 15px;
    background-size: 21px;
}

.product-image .product_box_bag img, .product_image .product_box_bag img {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 5%;
    top: 13%;
}

.wishlist-notification-box {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    color: red;
    border-radius: 10px;
    /* display: flex; */
    align-items: center;
    text-align: center;
    justify-content: center;
}


.product_box.small .product_image {
    border: none;
}

.product_box .title {
    /* padding: 15px 0px 10px 0px; */
    /* min-height: 60px;*/
}

.product_box.small .title {
    min-height: auto;
    padding: 0px;
}

.product_box:hover .title h3 {
    color: #474747;
    transition: all 0.2s ease-in 0s;
}

.product_box.small .title h3 {
    display: none;
}

.product_box .title h2{ 
    color: grey;
    text-transform: uppercase;
    margin-bottom: 7px;
    font-size: 16px;
}

.product_box .box_details {
    text-align: center;
    padding: 10px 15px 0px 15px;
    position: relative;
}

.product_box .price_icons img{
    width: 26px;
    margin-left: 9px;
}

.product_box .price_icons{
    justify-content: center;
    display: flex;
}

.product_box .price_new {
    position: absolute;
    top: 50%;
    /* left: 50%; */
    left: 35%;
    color: white;
    text-align: center;
    background: rgba(0, 153, 285, 0.8);
    border-radius: 50%;
    padding: 19px 40px;
    font-size: 22px;
}

.product_box .price .add_to_cart {
    display: none;
}

.product_box.small .price {
    display: none;
}

.product_box:hover .price h5 span {
    transition: all 0.2s ease-in 0s;
}

.product_box .price h5 span.before {
    color: #606060;
    font-weight: 500;
    font-size: 16px;
    text-decoration: line-through;
    margin-right: 5px;
}

.product_box .wishlist-remove {
    text-indent: -999999px!important;
    position: absolute;
    left: 10px;
    top: 20px;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    z-index: 11;
    background: #f2f2f2 url("../img/layout/cd-remove-item.svg") no-repeat center center;
}

.product_box .wishlist-remove:hover {
    background-color: red;
}

.company_profile {
    background: #fff;
    padding: 80px 60px;
}

.company_profile h4 {
    color: #404041;
    margin: 20px 0;
    font-size: 50px;
    font-weight: 300px;
}

.company_profile p {
    color: #404041;
    margin: 50px 0 80px 0;
    font-size: 13px;
    font-weight: 400px;
    line-height: 22px;
}

.company_details {
    background: #383838;
    padding: 60px 40px;
    margin-top: 40px;
    text-align: center;
}

.company_details h5 {
    color: #fff;
    margin: 20px 0;
    font-size: 22px;
    font-weight: 300px;
    position: relative;
}

.company_details h5:after {
    -moz-user-select: none;
    border-bottom: 1px solid #dedede;
    bottom: -20px;
    content: "";
    font-size: 0;
    height: 0;
    left: 35%;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    right: auto;
    text-indent: -9999px;
    top: auto;
    width: 30%;
}

.company_details p {
    color: #9a9a9a;
    margin: 50px 0 0px 0;
    font-size: 13px;
    font-weight: 400px;
    line-height: 22px;
}

.products-banner {
    background-color: #4D5263;
    color: #fff;
    padding: 50px 0;
}

.products-banner.background-image:after {
    content: '';
    width: 100%;
    height: 100px;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(90deg, #1b2022, transparent);
    background: linear-gradient(0deg, #1b2022, transparent);
}

.products-banner .container {
    position: relative;
}

.products-banner .banner-content {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.recent_products {
    padding-top: 60px;
    padding-bottom: 60px;
}


/* ==================================
   INFO BANNER
   =================================== */

.info-banner {
    background: #fff;
    color: #000;
    padding: 40px 0;
    font-size: 1.5em;
}

.info-banner h5 {
    font-weight: 400;
    color: #000;
    font-size: 14px;
    display: none;
}

.info-banner a {
    font-weight: bold;
    color: #f6a623;
}

.info-banner p {
    font-size: 0.8em;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000;
    font-weight: 700;
}

.info-banner .icon {
    font-size: 1.8em;
    color: #000;
}

.info-banner .col-md-3,
.info-banner .col-xs-12,
.info-banner .col-sm-6 {
    padding-left: 5px!important;
    padding-right: 5px!important;
}


/* ==================================
   PRODUCT VIEW
   =================================== */

.lSSlideOuter.vertical {
    padding: 0!important;
}

.lSSlideOuter.vertical .lSGallery {
    left: 0!important;
}
.lSSlideOuter .lSPager.lSGallery {
/*
	padding-top: 20px!important;	
	width: 100%!important;
*/
}

.related_code {
    display: flex;
    align-items: center;
    margin-top: 5px;
    flex-wrap: wrap;
}

.related_products {
    margin-top: 10px;
    margin-bottom: 25px;
}

.related_code p {
    color: #474747;
    margin-right: 15px;
}

.related_products tr td.attributes_left {
    padding-right: 10px;
    color: #474747;
    font-size: 18px;
}

.product-preview-image {
    margin-left: 15px;
}

.lSSlideOuter .lSPager.lSGallery li {
    height: auto!important;
}

.product-preview .lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 0px 0px!important;
    bottom: auto;
    right: 3px!important;
    left: auto!important;
    top: 36%!important;
    z-index: 999;
}

.product-preview .lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 0px!important;
    bottom: auto;
    right: auto!important;
    left: 17px!important;
    top: 36%!important;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0!important;
}

.lSSlideOuter .lSPager.lSGallery img {
    border: 6px solid #F8E8E7 !important;
    border-radius: 10px;
    margin-bottom: 10px;
}

.lSSlideOuter.vertical .lSGallery {
    margin-left: 0 !important;
}

.lSSlideOuter.vertical {
    z-index: 2!important;
}

.lSAction>.lSNext {
    background-position: center!important;
    background-image: url(../img/layout/arrow_2_right_black.svg);
    background-size: 42px;
    opacity: 1!important;
    width: 42px;
    height: 42px;
	background-repeat: no-repeat;
	right: 0!important;
    left: 170px;
    margin: 0 auto;
    bottom: 30px;
    position: absolute;
    top: auto!important;
}

.lSAction>.lSPrev {
    background-position: center!important;
    background-image: url(../img/layout/arrow_2_left_black.svg);
    background-size: 42px;
    opacity: 1!important;
    width: 42px;
    height: 42px;
	background-repeat: no-repeat;
	left: 0!important;
    right: 10px;
    margin: 0 auto;
    bottom: 30px;
    position: absolute;
    top: auto!important;
}

.all-product-view{
    /* border: 2px solid; */
    /* display: flex;
    align-items: center; */
}
.product-view {
    overflow: hidden;
}
.product-view .all-product-view .row{
    display: flex;
    align-items: center;
}
.product-preview.details{
    display: flex;
    align-items: center;
    position: relative;
    /* background: #f5f5f5; */
}


.content .product-preview ul li {
    background: none;
    padding-left: 0;
}

.product-preview.details .social-buttons-view{
    display: inline-flex;
    align-items: center;
    position: relative;
    top: -8px;
}

.product-preview.details .social-buttons-view span {
    margin-right: 18px;
    color: #000;
    font-size: 20px;
}

.add_wishlist {
    display: inline-block;
}

.product-preview.details .social-buttons-view a {
    display: inline-block;
    margin-top: 0px;
    margin-right: 13px;
    background-size: 100%;
    transition: all 0.2s ease-in;
    margin-left: 13px;
}

.product-preview.details .social-buttons-view span.share .devide {
    margin-left: 35px;
    margin-right: 35px;
    letter-spacing: 4px;
    font-size: 20px;
}

.product-preview.details .social-buttons-view a img {
    transition: all 0.3s ease-in-out;
}

.product-preview.details .social-buttons-view a img:hover {
    transform: scale(1.15);
}

.product-preview.details .social-buttons-view a img.facebook {
    width: 11px;
}

.product-preview.details .social-buttons-view a img.instagram {
    width: 24px;
}

.product-preview.slider .lSSlideOuter .lSPager.lSpg{
    position: absolute;
}


.quantity-addcart {

}

.product-details {
    /* background: #e4ad73; */
    text-align: center;
    /* box-shadow: 0px 0px 10px -1px #7d7d7d9e; */
    border-top: 1px solid #f3f3f3;
    margin-top: 31px;
}


.product-card .main_characteristics {
    display: flex;
    margin: 40px 0px;
}

.product-card .main_characteristics .lens_size_container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px 22px;
}

.product-card .main_characteristics .arm_size_container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px 22px;
}

.product-card .main_characteristics .bridge_size_container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px 22px;
}

.product-card .main_characteristics img{
    width: 80px;
}

.product-card .main_characteristics span.title{
    font-size: 17px;
    margin: 16px 0 4px 0px;
    text-align: center;
}

.product-card .main_characteristics span.value{
    font-size: 17px;
    font-weight: 600;
} 

.product-card {
    position: relative;
    padding: 0px 0px 0 75px;
    width: 100%;
    display: flex;
    height: 100%;
    align-items: baseline;
    flex-direction: column;
    justify-content: flex-start;
}
.product_description p{
    padding-right: 15px;
}
.product_thumb {
    display: inline-block;
    margin-right: 10px;
}

.product_thumb_img.active {
    outline: 1px solid #474747;
    outline-offset: 3px;
}

.product_thumb_img {
    width: 23px;
    height: 23px;
    position: relative;
}

.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
    width: 100%;
    height: 100%;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #474747;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: 105%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #474747 transparent transparent transparent;
    transform: rotate(180deg);
}
  
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.product-card .attributes_left {
    margin: 0 0 0px 0;
    font-size: 19px;
    color: #666;
    font-weight: 300;
    padding: 0px 0 6px 0;
}

.product-card .attributes_right {
    color: #474747;
    padding: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'CeraProMedium', serif;
}

.product-options h1 {
    color: #474747;
    position: relative;
    display: block;
    font-size: 40px;
    margin: 25px 0 25px 0;
    font-family: 'Source Serif 4', serif;
    line-height: 45px;
    font-weight: 400;
}

.product-options ul {
    display: flex;
}

.product-options ul li {
    margin-right: 30px;
    color: #474747;
    font-size: 19px;
    padding-top: 15px;
}

.product-options .product-code {
    color: #E29B9C;
    font-weight: 100;
    font-family: 'CeraProMedium', serif;
}

.product-card .option-row{
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 20px 10px;
}

.product-card .option-row .option_input{
    width:50%;
 }

 .fakoi_btn {
    position: relative;
    display: block;
    width: 80%;
    background: #cfae6f;
    transition: all 0.5s ease-in-out;
 }

 .fakoi_btn div.submit {
    text-align: center;
    margin: 0px 0 20px 0;
}

.fakoi_btn:hover input {
    color: #fff;
}

.fakoi_btn input {
    background: #cfae6f;
    border: none;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.product-card .product-options-quantity{
    width: 35%;
    border: 1px solid #ccc;
    border-radius: 40px;
    margin-right: 25px;
}

.product-card .price_add{
    display: block;
}

.product-card .product-options-quantity .quanity-title{
    color: #000;
    font-weight: 600;
    font-size: 19px;
    line-height: 18px;
    margin-top: 25px;
    border-bottom: 1px solid #000;
    width: fit-content;
    margin-bottom: 25px;
}

.product-card .product-options-quantity .form-quantity {
    margin: 0;
    align-items: center;
    /* border-radius: 10px; */
}

.product-card  .option-inputs{
    height: 100%;
    width: auto;
    /* border: 1px solid black; */
    padding: 20px 0 10px 0px;
}

.product-card  .option-inputs .checkbox, .product-card  .option-inputs .radio {

    height: 100%;
    width: 100%;
    margin:0;
}

.product-card  .option-inputs select{
    height: 100%;
    display: block;
    /* width: 100%; */
    border: none;
    /* padding-left: 10px; */
}



.option-inputs label{
    display: none;

}


.product-card .row-flex{
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card span.product-title{
    font-size: 27px;
    margin-bottom: 0px;
    display: block;
    color: #221f1f;
    font-weight: 700;
    /* letter-spacing: 1px; */
    margin: 0px 0px 20px 0px;
    border-bottom: 1px solid #E9282A;
    padding-bottom: 10px;
}

.zoom-text {
    margin-top: 10px;
    font-size: 12px;
}

.zoom-text .icon-loupe {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/layout/icon-loupe.svg) no-repeat center center;
    background-size: 100%;
    vertical-align: middle;
}

.info_box {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 25px;
    color: #fff;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.info_box.blue_bg {
    background-color: #84c2d3;
}

.info_box.yellow_bg {
    background-color: #434343;
}

.info_box.brown_bg {
    background-color: #d6c8bb;
}

.info_box.red_bg {
    background-color: #434343;
}

.info_box.purple_bg {
    background-color: #afbcf2;
}

.info_box .info_box_text {
    width: 100%;
    padding: 20px 0 30px 0;
}

.info_box p {
    font-size: 14px;
    text-align: center;
    display: block;
}

.info_box p.large_text {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 10px 0;
}

.info_box p.large_text span {
    display: block;
}

ul.tabs {
    margin: 20px 0px 0 0px;
    padding: 0px 0px 0 0px;
    margin-top: 0px;
    /* border-bottom: 2px solid grey; */
}

ul.tabs>li {
    font-size: 20px;
    display: inline-block;
    margin: 0 0 0 0px;
    color: #434343;
    padding: 20px 20px 20px 20px;
    cursor: pointer;
    background-image: none;
    /* border: 1px solid #9999994a; */
    margin-left: 0px;
    border-bottom: none;
}

ul.tabs>li:hover {
    color: #434343;
    cursor: pointer;
}

ul.tabs>li.current {
    color: #434343;
    /* background: #fff; */
    /* border: 1px solid #999; */
    padding-bottom: 20px;
    border-bottom: 3px solid #a94442;
    /* margin-right: -3px; */
}

/* Accordion styles */
.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  .tabs {
    /* border-radius: 8px; */
    overflow: hidden;
    /* box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5); */
  }
  
  .tab {
      width: 100%;
      color: #000;
      font-weight: 200;
      overflow: hidden;
  }
  
  .tab p {
    line-height: 25px;
    color: #444;
    font-weight: 400;
    margin: 10px 0;
  }

  .tab tr {
      display: inline-block;
      width: 49%;
  }
  
  .tab-label {
    display: flex;
    font-weight: 500;
    color: #444;
    cursor: pointer;
    padding: 10px 0px 16px 0;
    font-size: 20px;
    border-bottom: 1px solid #444; 
    transition: all 0.3s ease-in-out;
  }
  
  .tab-content .brand_link {
    padding: 10px;
    background: black;
    color: white;
    display: inline-block;
    margin-top: 10px;
  }

  .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
  }
  .tab-close:hover {
      background: #f5f5f5;
  }

  input:checked + .tab-label {
      transition: all 0.3s ease-in-out;
  }
  
  input:checked + .tab-label {
    border-bottom: none;
  }
  input:checked + .tab-label::after {
    transform: translateY(50%) rotatez(0deg);
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
  }
  input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 5px 0 10px 0;
    border-bottom: 1px solid #444;
  }
  

.box-content {
    background: #fff;
    padding: 20px 0;
    margin-bottom: 20px;
    margin-top: -5px;
    
}

.catalog.view .box-content {
    background: #fcfcfc;
    padding: 20px;
    margin-bottom: 0px;
    margin-top: -3px;
    text-align: left;
    /* border-top: 1px solid #777; */
    overflow-y: auto;
    /* height: 200px; */
    /* border: 1px solid #999;*/
    border-bottom: 1px solid #000000;
}

.tab_content {
    display: none;
}

.tab_content.current {
    display: inherit;
}

.tab_content img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    width: auto;
}

.tab_content img.brand_image{
    width: 100px;
    margin: 0;
}

.brand-logo {
       /* position: absolute; */
    /* width: 130px; */
    /* right: 20px; */
    /* top: 10px; */
    /* z-index: 9; */
    font-size: 27px;
    font-weight: 600;
}

.brand-logo a{
    color: #d1d1d1;
    font-weight: 300;
}

.prod_avail {
    /* border-bottom: 1px solid #e1e1e1; */
    margin: 5px 0;
}

.prod_avail.code{
    margin-right: 30px;
    font-size: 17px;
}

.prod_avail.availability{
    font-size: 17px;
}

.prod_avail.description{
    font-size: 14px;
    line-height: 23px;
}

.prod_avail.description p{
    line-height: 22px;
    font-size: 16px;
}

.available-green{
    color: #79a34d;
    position: relative;
    font-weight: 100;
    font-family: 'CeraProMedium', serif;
}

.option_title {
    color: #000;
    font-weight: 600;
    font-size: 19px;
    line-height: 18px;
    margin-top: 25px;
    border-bottom: 2px solid #909090;
    width: fit-content;
}

.product-options-quantity .option_title {
    border-bottom: 1px solid #000;
}

.product-options {
    margin: 0px 0 0px 0;
    position: relative;
}

.product_description ul {
    padding-top: 15px;
}

.product_description ul li {
    color: #474747;
    font-size: 18px;
    line-height: 32px;
    padding: 2px 0 2px 20px;
    position: relative;
}

.product_description ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    top: 15px;
    border-radius: 100%;
    background: #d66588;
}

.product-card .price {
    display: flex;
    margin: 10px 0px 15px 0;
    width: 100%;
    position: relative;
}

.product-card .price span {
    font-size: 35px;
    color: #242424;
    font-weight: 100;
    font-family: 'CeraProMedium', Verdana;
}

.product-card span.attributes_title{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

p.info strong{
    color:rgb(17 181 173);
    line-height: 25px;
}

.product-card ul.attributes{
    width: 78%;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}

.product-card ul.attributes li{
    background: none;
    float: left;
    width: auto;
    font-size: 17px;
    margin-bottom: 5px;
}

.product-list{
    margin: 70px 0px 70px 0;
    position: relative;
}

.product-list h2 {
    font-size: 20px;
    color: #474747;
    padding-bottom: 20px;
    font-family: 'CeraProMedium';
    background: transparent;
    padding-top: 20px;
    font-weight: 100;
}
.product-list h4 {
    font-size: 20px;
    font-weight: 900;
    border-bottom: 2px solid #d66588;
    width: fit-content;
    padding-bottom: 5px;
}
.product-list ul li {
    color: #474747;
    font-size: 18px;
    line-height: 32px;
    padding: 5px 0 5px 20px;
    position: relative;
}

.product-list ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    top: 18px;
    border-radius: 100%;
    background: #d66588;
}

.product-card .price sup,
.product-card .price sub {
    bottom: auto;
    font-size: 100%;
    top: auto;
}

.product-card .previous {
    color: #000;
    font-size: 30px;
    font-weight: 800;
}

.product-card #baseprice {
    color: #606060;
    font-weight: 500;
    margin-right: 15px;
    text-decoration: line-through;
    font-size: 25px;
}

.product-card em {
    display: none;
}

.product-card .youearn {
    display: block;
    width: 100%;
    font-size: 0.5em;
    font-weight: normal;
}

.product-card .reduction {
    display: inline-block;
    font-size: 16px;
    margin: 8px 0 8px 15px;
    color: rgba(0, 153, 285);
    border: 1px solid;
    padding: 2px;
    border-radius: 5px;
}

.product-card .reduction .badge {
    font-size: 1.3em;
    background: #eed700;
    border-radius: 0px;
}

.product-card .reduction small {
    font-weight: normal;
}

.product-actions {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 25px 0;
}

.product-actions input.quantity {
    box-shadow: none;
    display: inline-block;
    text-align: center;
    float: left;
    margin-bottom: 0;
    border: none;
    padding: 0;
}

.product-actions .minus,
.product-actions .plus,
.cart .minus,
.cart .plus {
    display: inline-block;
    width: 35px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #474747;
    -webkit-transition: background 200ms ease-in-out;
    transition: background 200ms ease-in-out;
    margin: 0px 5px;
    float: left;
    transition: all 0.3s ease-in-out;
}

.product-actions input[type=number]::-webkit-inner-spin-button,
.product-actions input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-quantity {
    margin: 15px 0;
    padding: 0px;
}

.form-quantity label {
    float: left;
    font-size: 14px!important;
}

.form-options {
    margin: 10px 0;
    padding: 0px;
    /* border-bottom: 1px solid #e1e1e1; */
}

.form-options label {
    float: left;
    font-size: 14px!important;
    padding-left: 0px!important;
    cursor: default;
}

.form-options .select2Buttons {
    display: inline-block;
}

.form-options .select2Buttons ul {
    margin: 0;
}

.form-options .select-buttons li {
    background-image: none!important;
    padding-left: 0px!important;
    width: auto;
    margin: 5px 4px;
}

.form-options .select-buttons li a {
    color: #434343;
    background: #fff;
    font-weight: bold;
    border: 1px solid #434343;
    margin: 0 0px;
    padding: 8px;
    /* border-radius: 12px; */
    width: 100%;
}

.form-options .select-buttons li.disabled {
    border: 1px solid #e1e1e1;
    overflow: hidden;
}

.form-options .select-buttons li.disabled span {
    margin: 0 4px;
    padding: 8px;
}

.form-options .select-buttons li a:hover {
    background: #cb333b;
    color: #fff;
}

.form-options .select-buttons li a:hover:not(.out-of-stock),
.form-options .select2Buttons .picked {
    border-color: transparent;
}

.form-options .select2Buttons .picked {
    background: #000000;
    color: #fff;
}

.product-preview.slider .lSSlideOuter {
    position: relative;
    /* overflow: visible; */
    /* border: 1px solid #d3d3d385; */
    /* box-shadow: 0px 0px 0px 1.1px #a7a7a7; */
}

.product-view .lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
    height: 100% !important;
    overflow: auto;
}

.lSSlideOuter.vertical {
    padding-left: 115px !important;
}

span.availability-green{
    color: #a94442;
}

.product-preview.slider .lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding:0;
    margin:0;
}

.product-preview.slider .lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0px;
}

.lg-outer .lg-thumb-item img {
    height: auto!important;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #cfae6f!important;
}

#lightSlider img {

    background: #fff;
}

.lSSlideOuter.vertical .lightSlider>* {
    display: flex !important;
    align-items: baseline !important;
    overflow: hidden;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    border: 13px solid #F8E8E7;
    border-radius: 20px;
    background: #fff;
}

.lSSlideOuter.vertical .lSGallery {
    right: auto!important;
    width: 100px!important;
    /* left: -20%!important; */
}

.content ul.lightSlider li:before, .content ul.lSGallery li:before {
    display: none;
}

.product_box span.new_product,
.product-preview span.new_product {
    position: absolute;
    top: 20px;
    left: 20px;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-family: 'CeraProMedium', Verdana;
    /* top: 30px; */
    font-size: 16px;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #F8E8E7;
    border-radius: 100%;
    width: 57px;
    height: 57px;
    display: flex;
    z-index: 9;
}

.product-preview span.new_product {
    left: 150px;
}

.product-preview.slider .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0px;
}

.add_cart {
    width: 80%;
    position: relative;
    display: block;
    padding-right: 20px;
}

.add_wishlist .wishlist-btn {
    color: #000;
    font-size: 21px;
    transition: all 0.3s ease-in;
    display: flex;
    padding-top: 10px;
    position: relative;
    top: auto;
    right: auto;
}

.add_wishlist .wishlist-btn:hover {
    transform: scale(1);
}

.wishlist-btn {
    position: absolute;
    right: 20px;
    top: 30px;
    transition: all 0.3s ease-in-out;
    z-index: 11;
}

.wishlist-btn:hover {
    transform: scale(1.1);
}

.wishlist-btn img {
    width: 25px;
    vertical-align: middle;
    display: inline-block;
}

.add_wishlist .wishlist-btn:hover {
    color: #d66588;
}

.add_wishlist .wishlist-btn img {
    display: inline-block;
    width: 23px;
    vertical-align: middle;
    margin-right: 17px;
    transition: all 0.3s ease-in-out;
}

.add_wishlist .wishlist-btn:hover img {
    transform: scale(1.1);
}

#wishlist-notification {
    display: none;
    text-align: center;
    margin-top: 10px;
    color: red;
}

.sharethis-inline-share-buttons {
    margin-top: 20px;
}


/* ==================================
   PRODUCT FILTERS
   =================================== */

.no-results .icon-info {
    display: block;
    margin: 20px auto 20px auto;
    width: 48px;
    height: 48px;
    background: url(../img/layout/icon-info.svg) no-repeat center center;
}

.no-results h2 {
    font-size: 26px;
    margin: 10px 0px 20px 0px;
}

.no-results p {
    line-height: 22px;
    margin: 15px 0px 15px 0;
}

.pagination {
    clear: both;
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
    
    border-radius: 0;
    padding: 0px;
}

.pagination.bottom{
    /* border: 2px solid #28aae1; */
    padding: 0;
}

.pagination.bottom .pages{
    display: flex;
    align-items: center;
    padding: 10px 15px;
    flex-direction: row;
    justify-content: space-between;
}

.pagination.bottom .pages .stats{
    width: auto;
    color: #474747;
    font-size: 18px;
    margin: 0;
}

.pagination .disabled {
    display: block;
}

.purchases_page .page-navigation .disabled {
    display: none;
}

.page-navigation {
    margin-top: 0px;
    padding: 2px 0px;
    text-align: center;
    width: 80%;
    display: inline-block;
    font-size: 11px;
    display: flex;
    justify-content: flex-start;
}

.page-stats {
    width: 20%;
    float: right;
    text-align: right;
    font-size: 18px;
    color: #474747;
}

.page-navigation a,
.page-navigation span {
    width: auto;
    margin: 0;
    display: inline-block;
    text-align: center;
    color: #474747;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-radius: 0px;
}

.page-navigation span.numbers span{
    border: 1px solid #474747;
    margin-right: 17px;
    border-radius: 50%;
}

.page-navigation a,
.page-navigation span.current {
    padding: 14px 22px;
}

.page-navigation .next_btn a {
    border: 1px solid #474747;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 22px;
}

.page-navigation .prev_btn a {
    border: 1px solid #474747;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 22px;
    margin-right: 15px;
}

.page-navigation span.current {
    background: #e29b9c;
    color: #fff;
    padding: 14px 24px;

}
.page-navigation span.numbers span.current{
    border: 1px solid #e29b9c;
}
.page-navigation .prev_btn img {
    width: 10px;
}

.page-navigation img{
    width: 10px;
}

.page-navigation .disabled img {
    display: none;
}

.page-navigation a:hover {
    background: #F8E8E7;
    border-radius: 100%;
}

.page-navigation .next-prev {
    display: block;
    width: 100%;
    border: 0;
    margin-top: 5px;
}

.page-navigation .next-prev a {
    padding: 5px 10px 5px 10px;
    border: 2px solid #000000;
    border-radius: 0px;
    color: black;
    background: #ffffff;
}

.page-navigation .next-prev a:hover {
    background: #434343;
}

.page-navigation .next-prev span {
    /*width: 48%;*/
    display: inline-block;
}

.page-navigation .next-prev .disabled {
    display: none;
}

.page-navigation .next-prev span.prev {
    float: left;
    display: inline-block;
    text-align: left;
}

.page-navigation .next-prev span.next {
    float: right;
    display: inline-block;
    text-align: right;
}

#sidebar {}

#sidebar .filter_heading{
    text-align: left;
    font-size: 37px;
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: center;
    /* height: 17px; */
    background-size: 13px;
    /* border: 2px solid #28aae1; */
    padding: 10px 19px;
    text-transform: uppercase;
    font-weight: 800;
    /* letter-spacing: 2px; */
    padding: 13px 32px;
    margin-bottom: 0;
    /* margin-top: 10px; */
    padding-top: 32px;
    background: #f7f7f7;
}

#sidebar hr {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    display: none;
}

#sidebar .filter-heading{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.filter-img {
    padding: 20px 30px;
    font-size: 22px;
    font-weight: 500;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.filter-img a {
    color: #474747;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 600;
}

.filter-img a img {
    width: 30px;
    position: relative;
    top: 5px;
    margin-right: 10px;
    transform: rotate(90deg);
}

.cd-filter-block {
    margin-bottom: 1.6em;
    border-radius: 10px;
    padding: 20px 0;
}

.cd-filter-block h4 {
    position: relative;
    padding: 15px 0 15px 25px;
    color: #474747;
    font-family: 'CeraProMedium', serif;
    font-size: 20px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background: #F8E8E7;
    border-radius: 25px;
}

.cd-filter-block h4.closed::before {
    background: url(../img/layout/more.svg) no-repeat center center;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}
.cd-filter-block h4::before {
    content: '';
    position: absolute;
    right: 25px;
    top: 50%;
    width: 14px;
    height: 14px;
    background: url(../img/layout/less.svg) no-repeat center center;
    background-size: 15px;
    -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);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

ul.side_nav {
    max-height: 400px;
    overflow-y: auto;
}

ul.side_nav {
    float: left;
    width: 100%;
    margin: 0;
    padding: 15px 0px 30px 0;
}

ul.side_nav li {
    margin: 0px 0 8px 0px;
    display: block;
    padding: 0 0px;
}

ul.side_nav li a {
    display: block;
    color: #707070;
    font-size: 1.1em;
    font-weight: 400;
    font-size: 20px;
    padding-bottom: 3px;
    transition: all 0.2s ease-in;
}

.toggle.hide.closed .toggler, .toggle.closed .toggler {
    color: #1e1e1e;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: transform .4s;
    -webkit-transition: -webkit-transform .4s;
    -webkit-transform-style: preserve-3d;
}

.toggle .toggler {
    display: none;
    float: right;
    color: #4D5263;
    font-size: 1.5em;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: transform .4s;
    -webkit-transition: -webkit-transform .4s;
}

.block {
    float: left;
    display: block;
    width: 100%;
    margin: 0px 0 10px 0;
    padding: 0 30px;
}

ul.side_nav span.count {
    display: none;
}


.filter_sorting  span.filter_text{
    font-size: 21px;
    margin-left: 15px;
    text-transform: uppercase;
}

#sidebar .filter-heading span{
    font-size: 18px;
    margin-left: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

#sidebar .filter-heading img{
    width: 20px;
}

.block.right {
    float: right;
}

.block.sort{
    width: auto;
    border: none;
    margin-bottom: 0;
    background: none;
}

.filter_sorting{
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    /* padding: 10px 19px; */
    margin-bottom: 18px;
    /* position: absolute; */
    bottom: 0;
    /* right: 0; */
    /* width: 100%; */
    text-transform: uppercase;
}

.filter_sorting .filter_heading{
    display: flex;
    align-items: center;
}

.filter_sorting .filter_heading.hide_desktop{
    display: none;
}



.filter_sorting .filter_heading img{
    width: 26px;
}

.block.sort h4{     
    text-align: left;
    padding: 10px 260px 10px 0px;
    font-weight: 300;
    position: relative;
    font-size: 18px;
    color: #474747;
}

.block.sort h4:after{
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    width: 14px;
    height: 14px;
    background: url(../img/layout/arrow_up.svg) no-repeat center center;
    background-size: contain;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%) rotateZ(90deg );
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}  

.block.sort.closed h4:after{
    transform: translateY(-50%) rotateZ(180deg );
}

.block.sort ul{
    display: block;
    position: absolute;
    width: 356px;
    right: 0;
    margin-right: 12%;
    margin-top: 1px;
    padding: 12px;
    background: #474747;
}

.block.sort ul.side_nav a {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    background: none;
    font-size: 15px;
    margin: 0;
    text-align: center;
    width: 100%;
    color: #f2f2f2;
    font-weight: 400;
    box-shadow: none;
    padding: 6px 10px;
    border-bottom: 1px solid #a3a3a3;
}

.block.sort ul.side_nav a:last-child {
    border-bottom: none;
}

.block.sort ul.side_nav a:hover {
    text-decoration: none;
}

.boxes .row.reverse{
    flex-direction: row-reverse;
    display: flex;
}

.boxes .row.flex{
    display: flex;
    margin-top: 1px;
}

.new_collections {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 80px;
    padding: 35px 0 0px 0;
    background-image: url(../img/layout/nees_sylloges.svg);
    background-repeat: repeat space;
    background-size: 260px;
    background-position: center;
    -webkit-animation: linear infinite;
    -webkit-animation-name: run;
    -webkit-animation-duration: 12s;
}


@-webkit-keyframes run {
    from {
        background-position: center;
    }
    to {
        background-position: -100% center;
    }
}

.featured_categories {
    position: relative;
    overflow: hidden;
    padding: 60px 85px;
}

.featured_categories:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: #474747;
    position: absolute;
}

.category_box {
    margin: 0 28px;
    position: relative;
}

.category_box:after {
    content: '';
    position: absolute;
    background-image: url(../img/layout/photo_frame_category.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 25px;
    left: 25px;
    transition: all 0.3s ease-in-out;
}

.category_box:hover::after {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.category_box h2 {
    position: absolute;
    background: #fff;
    bottom: 0;
    right: 0;
    font-size: 30px;
    font-weight: 500;
    padding: 22px 25px;
    color: #000;
    border-top-left-radius: 10px;
}

.featured_categories .main_category{
    position: relative;
    height: 70vh;
    overflow: hidden;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    border-right: 1px solid #444;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.featured_categories .main_category::before {
    right: 0;
    opacity:0.7;
    top: 0;
}

.featured_categories .main_category::after {
    bottom: 0;
    opacity: 0.7;
    left: 0;
}
  
.featured_categories .main_category::before, .featured_categories .main_category::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.5s !important;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s !important;
}
  
.featured_categories .main_category:hover::after, .featured_categories .main_category:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}

.featured_categories .main_category.right {
    border-right: none;
}

.featured_categories .overlay{
    height: 60%;
    top: 20%;
    position: absolute;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #0000002b;
}

.featured_categories .overlay h1{
    font-size: 40px;
    color: white;
  
    font-weight: 800;
    padding-bottom: 17px;
    border-bottom: 10px solid #cb333bd9;
}

.featured_categories .overlay h2{
    color: white;
    margin: 35px 0px;
    font-size: 29px;

}

.featured_categories .overlay p{
    font-size: 20px;
    color: white;
}

.featured_categories .main_category .vertical_banner_text {
    margin-left: -80px;
    font-size: 18px;
    color: #414141;
    transform: rotate(-90deg);
    position: absolute;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.featured_categories .main_category .vertical_banner_text span {
    background-image: none;
    color: #414141;
    margin-left: 65px;
    font-size: 35px;
    transition: all 0.5s ease-in-out;
}

.featured_categories .main_category .vertical_banner_text span:after {
    content: '';
    position: absolute;
    background: url(../img/layout/arrow_2_right_black.svg);
    background-repeat: no-repeat;
    background-size: 43px;
    background-position: center right;
    width: 50px;
    height: 50px;
    transform: rotate(-45deg);
    margin-left: 40px;
    transition: all 0.5s ease-in-out;
}

.featured_categories .main_category .vertical_banner_text.right {
    margin-right: -150px;
    transform: rotate(90deg);
}


.stores .overlay{
    width: 100%;
    padding: 20px;
    margin-bottom: 0px;
    transition: all 0.3s ease-in;
    top: 0;
    position: absolute;
    text-align: right;
    z-index: 99;
    right: 0;
    background: #0000002b;
    transition: all 0.3s ease-in-out;
}

.store:hover .overlay {
    border-bottom: 12px solid #cb333b;
    background: #00000082;
}

.store {
    position: relative;
    display: block;
    transition: all 0.3s ease-in-out;
}

.stores_wrapper {
    position: relative;
    display: flex;
    overflow: hidden;
}

.stores .overlay h1{
    position: relative;
    font-size: 35px;
    width: 100%;
    float: right;
    font-weight: 100;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    margin-bottom: 0;
}

.stores .overlay p {
    margin: 15px 0px 15px 0;
    line-height: normal;
    font-size: 15px;
    position: relative;
    width: 100%;
    float: right;
    font-weight: 100;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
}

h1.gallery-title {
    font-size: 55px;
    text-align: center;
    z-index: 0;
    color: #d66588;
    font-family: 'Source Serif 4', serif;
    margin-bottom: 40px;
    position: relative;
}

h3.gallery-title span {
    position: relative;
    text-transform: uppercase;
}

.dynamic_gallery {
    width: 100%;
}

.gallery_box {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 10px 0px 10px 0;
}

.gallery_photos {
    overflow: hidden;
}

#dynamic_gallery {
    margin-top: 30px;
    margin-bottom: 80px;
}

.gallery_slider .swiper-slide-prev,  #swiper_insta .swiper-slide-prev {
    transition: all 0.3s ease-in-out;
    transform: scale(1.25);
    margin-left: 55px;
    position: relative;
    top: -50px;
}

.gallery_slider .swiper-slide-active, #swiper_insta .swiper-slide-active {
    margin-left: 55px;
}

.gallery_slider .swiper-button-next, .gallery_slider .swiper-button-prev {
    bottom: -80px;
}

.boxes  .box-final{
    background: black;
    align-items: center;
    text-align: center;
    display: flex;
}

.boxes .row.reverse .box-final {
    justify-content: end;
    
}

.boxes  .box-final .banner_title{
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    font-size: 54px;
    color: rgb(255 105 6);
    letter-spacing: 3px;
    margin-left: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.boxes .row.reverse .box-final .banner_title{
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    font-size: 54px;
    color: rgb(255 105 6);
    letter-spacing: 3px;
    margin-right: 20px;
    text-transform: uppercase;
    font-weight: 700;
}




.block.active {
    /*width:100%;*/
}

.block.cleanup {
    margin: 0px 0 0px 0;
}

.block span.count {}

.toggle h4 {
    cursor: pointer;
    z-index: 99;
    position: relative;
}

.toggle .toggler {
    display: none;
    float: right;
    color: #4D5263;
    font-size: 1.5em;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: transform .4s;
    -webkit-transition: -webkit-transform .4s;
}

.toggle.hide-option-option.closed .toggler,
.toggle.closed .toggler {
    color: #1e1e1e;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: transform .4s;
    -webkit-transition: -webkit-transform .4s;
    -webkit-transform-style: preserve-3d;
}

ul.side_nav {
    width: 100%;
    padding: 20px 0px 20px 25px;
    display: block;
    position: relative;
    z-index: 999;
    overflow: hidden;
}

.filters-mob {
    display: none;
}

.categories ul.side_nav{
    width: 100%;
    overflow: hidden;
}
.price-range-block{padding:20px 12px 20px 25px;}
.range_slider_container label{margin-top:20px;font-size: 17px;  color: #474747; }
.range_slider_container input{margin-right: 20px; border-color: #eee; background: #eee; border: none; padding: 8px 10px 8px 10px; text-align: center; border-radius: 8px;}
button.price-range-search{
    color: #fff;
    background: #E29B9C;
    border-radius: 40px;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 100;
    border: none;
    margin-top: 20px;
}
.toggle.hide-option ul.side_nav {
    display: none;
    z-index: 999;
}

.filters {
    flex-direction: row;
    align-items: center;
    width: 100%;
    position: relative;
    display: block;
}

.pagination {
    clear: both;
    display: inline-block;
    margin: 0px;
    width: 100%;
}

.block.sort {
    width: fit-content;
    padding: 0;
    display: inline-block;
    float: right;
    margin: 0;
    border-bottom: 1px solid #CBCBCB;
}

.stats {
    width: 90%;
    display: inline-block;
    margin-right: 30px;
    padding-bottom: 15px;
    font-size: 17px;
    font-weight: 300;
    color: #000;
    margin-left: 15px;
}

ul.side_nav a {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

ul.side_nav li {
    margin: 0px 0 8px 0px;
    display: block;
    padding: 0 0px 8px 0;
    transition: transform 0.3s;
    /* border-bottom: 1px solid #CBCBCB */
}
.brands ul.side_nav li, .attributes ul.side_nav li{
    border-bottom: 1px solid #CBCBCB

}
/* ul.side_nav li::before{
    content: '';
    position: absolute;
    margin-top: 32px;
    width: 100%;
    height: 1px;
    background: #CBCBCB;
} */
ul.show li::before{
    display: none;
}
.attributes ul.side_nav li {
    float: left;
    width: 100%;
}
.attributes ul.side_nav {
    overflow-y: auto;
}

ul.side_nav li:last-child {
    margin-bottom: 0;
}

ul.side_nav li.cleanup a,
ul.side_nav.radios li.cleanup a,
ul.side_nav.checkboxes li.cleanup a {
    background: url(../img/layout/cleanup.png) no-repeat 0px 0px;
    padding-left: 22px;
    color: #f0bb02;
}

ul.side_nav li.cleanup a:hover,
ul.side_nav.radios li.cleanup a:hover,
ul.side_nav.checkboxes li.cleanup a:hover {
    background-position: 0px 0px;
}

ul.side_nav li.selected>a {
    color: #434343;
    position: relative;
    /* border-bottom: 1px solid #CBCBCB; */

}
.categories ul.side_nav li>a.level-1-link::after {
    display: none;
}
.categories ul.side_nav li>a.level-1-link::after {
    content: '';
    position: absolute;
    margin-top: 5px;
    width: 100%;
    height: 1px;
    display: block;
    background: #CBCBCB;
}
.categories a.has-children {
    position: relative;
}
.categories a.has-children::after {
    content: "+";
    color: #474747;
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 100;
    font-family: auto;
    right: 23px;
    position: absolute;
    top: -7px;
}

ul.side_nav li.disabled>a,
ul.side_nav li.disabled>a:hover {
    color: #555;
    cursor: default;
    background-position: 0px 1px!important;
}

ul.side_nav.checkboxes li.selected a {
    padding-left: 20px;
    color: #d66588;
    font-weight: 600;
}

ul.side_nav.checkboxes li.selected a:before {
    content: '-';
    position: absolute;
    left: 0;
    color: #d66588;
    font-weight: 600;
}

ul.side_nav.checkboxes li.selected a:hover {

}

ul.side_nav.checkboxes li.selected a:active {
    color: #d66588;
}

ul.side_nav.checkboxes li a:hover {
    color: #d66588;
}

ul.side_nav.multi-categories li::before {
    content: '';
    position: absolute;
    right: 20px;
    margin-top: 13px;
    width: 20px;
    height: 20px;
    background: url(../img/layout/arrow_down.svg) no-repeat center center;
    background-size: 13px;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

ul.side_nav.multi-categories li.selected::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);
}


ul.side_nav.multi-categories li.selected li.selected:before {
    background: #d66588;
}

ul.side_nav.multi-categories li.selected li {
    transition: transform 0.3s;
    border-bottom: none;
}

ul.side_nav.multi-categories li li a {
    text-transform: none;
}

ul.side_nav.multi-categories li li li a {
    /* background: url(../img/layout/checkbox.png) no-repeat left top; */
    padding-left: 20px!important;
    border-bottom: unset;
    color: #474747;
    font-size: 16px;
}
ul.side_nav.multi-categories li li li li a {
    padding-left: 40px!important;
    color: #474747;
    font-size: 16px;

}
ul.side_nav.multi-categories li li li.selected a {
    background-position: 0px -82px;
}

ul.side_nav.multi-categories li li li.selected a:hover {
    background-position: 0px -123px;
}

ul.side_nav.multi-categories li li li.selected a:active {
    color: #474747;
}

ul.side_nav.multi-categories li li li a:hover {
    background-position: 0px -41px;
    color: #d66588;

}

ul.side_nav.arrows li a {}

ul.side_nav.arrows li a:before {
    content: "\e5da";
    display: inline-block;
    font-family: 'icorun' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #434343;
}

ul.side_nav.radios li.selected a {
    padding-left: 20px;
    color: #d66588;
    font-weight: 600;
}

ul.side_nav.radios li.selected a:before {
    content: '-';
    position: absolute;
    left: 0;
    color: #d66588;
    font-weight: 600;
}

ul.side_nav li a {
    display: block;
    color: #474747;
    font-weight: 400;
    font-size: 17px;
    padding-bottom: 0px;
}

ul.side_nav li a:hover, ul.show a:hover {
    color: #d66588;
}

ul.side_nav ul {
    display: none;
    margin: 0px 10px;
    padding: 10px 0 5px 0;
}

ul.side_nav ul.show {
    display: block;
    margin: 0;
    padding: 20px 0 0px 0;
}

ul.side_nav ul li a:hover,
ul.side_nav ul li.selected>a {}

ul.side_nav.arrows li.selected>a {
    color: #000;
    font-weight: bold;
}

ul.side_nav .disabled {
    color: #ccc;
    padding: 5px 10px;
    display: none;
}

ul.side_nav span.count {
    display: none;
}

.productoptions ul.side_nav li {
    margin: 0 10px 10px 0;
    float: left;
    min-width: calc(33% - 10px);
    border: 1px solid #777;
    padding: 7px 4px;
    border-radius: 10px;
    text-align: center;
}

.productoptions ul.side_nav.checkboxes li a {
    background: none;
    padding-left:0px;
}

.productoptions ul.side_nav {
    /*max-height: 800px;*/
    overflow-y: auto;
    width: 250px;
}

.searchable-input {
    float: left;
    width: 100%;
    padding: 0 0px 10px 0;
}

.searchable-input input {
    padding: 4px;
    font-size: 15px;
    line-height: 24px;
    width: 100%;
    border-radius: 0;
    color: #404041;
    border: none;
    border: 1px solid #000;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.filters a {
    display: inline-block;
    padding: 6px 30px 6px 10px;
    font-size: 12px;
    color: #fff;
    background: #474747 url(../img/layout/remove2.png) no-repeat 92% 50%;
    -webkit-box-shadow: inset 0 0 2px 1px rgba(51, 51, 51, 0.2);
    -moz-box-shadow: inset 0 0 2px 1px rgba(51, 51, 51, 0.2);
    box-shadow: inset 0 0 2px 1px rgba(51, 51, 51, 0.2);
    margin-top: 5px;
    margin-bottom: 25px;
    position: relative;
    z-index: 99;
    margin-right: 10px;
}

.filters a:hover {
    background-color: #EC2224;
    text-decoration: line-through;
}


/* -------------------------------- 

xcustom form elements 

-------------------------------- */


.cd-filter-block input[type='search'],
.cd-filter-block input[type='text'],
.cd-filter-block select {
    width: 100%;
    padding: .4em .8em;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-shadow: none;
}

.cd-filter-block input[type='search']:focus,
.cd-filter-block input[type='text']:focus,
.cd-filter-block select:focus {
    outline: none;
}

.cd-filter-block input[type='search'] {
    /* custom style for the search element */
    border-color: transparent;
    background-color: #e6e6e6;
    /* prevent jump - ios devices */
    font-size: 1.6rem !important;
}

.cd-filter-block input[type='search']::-webkit-search-cancel-button {
    display: none;
}


/* LOADER MASK
================================================== */

.js-loading {
    /* 	position: relative; */
}

.js-loading-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 199;
    background: #000000;
    opacity: 0.8;
    border-radius: inherit;
}

.jscroll-loading {
    position: relative;
    display: inline-block;
    width: 100%;
}

.spinner {
    top: 42%;
    left: 45%;
    position: absolute;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 15px;
    z-index: 200;
}

.spinner>div {
    background-color: #434343;
    height: 100%;
    width: 6px;
    margin-right: 2px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}


/* ==================================
   CUSTOMERS
   =================================== */

.customer_dashboard {
    display: block;
    margin-bottom: 20px;
}


/* ==================================
   CHECKOUT
   =================================== */

.checkout-navigation {
    display: block;
    width: 100%;
}

.checkout-navigation h1 {
    position: relative;
}

.checkout-navigation h1 .first-word {
    font-size: 45px;
    font-weight: 400;
    color: #474747;
    letter-spacing: 3px;
    font-family: 'Source Serif 4', serif;
    line-height: 40px;
}

.checkout-navigation .row {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: center;
}

.checkout-navigation .step-item {
    height: auto;
    color: #d1d4d6;
}

.checkout-navigation .step-item .step-line {
    background-color: #ffffff;
    height: 1px;
    margin-top: 14px;
    padding: 0;
    transition: all .25s ease-in;
    -webkit-transition: all .25s ease-in
}

.checkout-navigation .step-item .step-line.left {
    left: calc(50% - 25px);
}

.checkout-navigation .step-item .step-line.right {
    left: calc(50% + 20px);
}

.checkout-navigation .step-item .step-index {
    font-size: 3em;
    font-weight: bold;
    margin-top: -0.4em;
    padding: 0;
    text-align: center;
    transition: all .25s ease-in;
    -webkit-transition: all .25s ease-in;
}

.checkout-navigation .step-item .step-title {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    transition: all .25s ease-in;
    -webkit-transition: all .25s ease-in;
    letter-spacing: .25px;
    color: #474747;
}

.checkout-navigation .step-item.complete .step-line {
    background-color: #474747;
}

.checkout-navigation .step-item .step-line {
    background-color: #474747;
    position: absolute;
    z-index: 1;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    content: '';
    -ms-transform-origin: top right;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.checkout-navigation .step-item.complete .step-index {
    color: #474747;
}

.checkout-navigation .step-item.active .step-index {
    color: #000000;
}

.checkout-navigation .step-item.active .step-title {
    color: #000000;
}

.checkout-navigation .step-item.complete .step-title a {
    color: #444;
}

.checkout-navigation .step-item.complete:hover {
    cursor: pointer;
    color: #fff;
}

.checkout-navigation .step-item.complete:hover .step-line {
    background-color: #fff;
}

.checkout-navigation .step-item.active .step-line {
    background-color: #000000;
    border: 1px solid #000;
}

@media (max-width:767px) {
    .checkout-navigation .step-item {
        height: auto;
    }
    .checkout-navigation .step-item .step-title {
        opacity: 0
    }
}

.checkout .cd-cart .cd-cart-items{
    height: auto;
    min-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
#submit-order, #go-back-to-cart{
    width: 100%;
}
.checkout-field {
    display: block;
    margin-bottom: 40px;
}

.checkout-field label {
    font-size: 1.5em;
    font-weight: bold;
    color: #414141;
}

.checkout-field label:hover {
    color: #676767;
}

.checkout-field input {
    font-size: 2em;
    font-weight: bold;
    margin: 15px 10px 0 0!important;
}

.checkout-field .badge {
    display: inline-block;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    background: #434343;
    font-size: 13px;
}

.checkout-field .image {
    display: inline-block;
    margin-left: 10px;
}

.checkout-field .description {
    display: block;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #e0e6ef;
    font-size: 1.0em;
    text-align: justify;
}

.checkout-field .description {
    padding: 15px 0;
}

.checkout-field .description h5 {
    font-size: 14px;
    font-weight: bold;
}

.checkout-field .description ul {
    margin-bottom: 10px;
}

.checkout-field .description ul li {
    margin: 5px 0px 5px 5px;
    font-size: 14px;
    position: relative;
}

.checkbox input.form-control[type="checkbox"] {
    width: 30px;
    margin-top: 13px;
    margin-left: -10px;
}


.checkout-field-way {
    float: left;
    border-radius: 10px;
    width: 100%;
    padding: 15px 10px;
    position: relative;
    border-bottom: 1px solid #f6f6f6;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    background: #ffffff;
  }

  .checkout-field-way [hidden] {
    display: block!important;
  }

  #payment_method input[type="checkbox"], input[type="radio"] {
    display: inline;
    float: left;
    margin-right: 10px;
    margin-top: 16px;
  }

#gender-radio-group {
    display: flex;
    align-items: center;
    gap: 5px; 
}

#gender-radio-group label {
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
    font-size: 16px;
    color: #434343;
}

#gender-radio-group input[type="radio"] {
    margin-right: 4px;
    margin-top: 5px;
}


  .checkout-field-way label {
    display: inline-block;
    width: 73%;
    font-size: 18px;
  }
  .checkout-field-way.selected{
    background-color: rgb(233,233,233);
  }
  .checkout-field-way.selected span.price{
    background-color: #e1c7c7;
  }
  .checkout-field-way.selected span.description{
    display:block;
  }
  
  .checkout-field-way span.description{
    display:none;
    font-size: 15px;
    /* line-height: 18px; */
  
  }

  .checkout-field-way span.price{
    background: #F8E8E7 ;
    color: #474747;
    padding: 5px;
    border-radius: 10px;
    float: right;
    display: inline-block;
    font-size: 13px;
    width: 30%;
    text-align: center;
    margin-top: 4px;
  }


/* ==================================
   CART
   =================================== */


.cart-summary:after{
    content: "";
    max-width: 100px;
    border:1px solid rgb(239, 194, 194);
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 0px;
}

.icon_close {
    background: url(../img/layout/cd-remove-item.svg) no-repeat center center;
    width: 32px;
    height: 32px;
    display: inline-block;
}

.close {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    opacity: 0.9;
    float: none;
}

.form-group {
    margin-bottom: 5px;
}

.product-card .form-group{
    display: flex;
}

.product-card form{
    width: 100%;
}

.table.cart {
    background: #f2f2f2;
    font-size: 14px;
}

.table.cart>tbody>tr>td,
.table.cart>tbody>tr>th,
.table.cart>tfoot>tr>td,
.table.carte>tfoot>tr>th,
.table.cart>thead>tr>td,
.table.cart>thead>tr>th {
    vertical-align: middle;
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
    font-weight: 300;
}

.table>thead>tr>th {
    background: #474747;
    color: #fff;
    font-weight: 700!important;
}

.table-hover>tbody>tr:hover {
    background-color: #e1e1e1;
}

.cart_button .btn {
    width: 100%;
}

.cd-cart {
    position: fixed;
    top: 0px;
    height: 100vh;
    width: 100%;
    margin-right: -100%;
    /* border: 2px solid #8eccdd; */
    background: #6c6c6cad;
    padding-top: 0px;
    /* border-radius: 20px; */
    overflow-y: auto;
    /* backdrop-filter: blur(20px); */
    -webkit-overflow-scrolling: touch;
    z-index: 999999;
    opacity: 1;
    visibility: hidden;
    /* -webkit-transition: all .3s ease; */
    -moz-transition: all .3s ease;
    /* transition: all .3s ease;*/
}

.cd-cart.static {
    position: relative;
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: auto;
    top: auto;
    box-shadow: none;
    border: 0px;
    margin-bottom: 70px;
    background: #ededed59;
    z-index: 1;
    padding: 15px 20px 0 20px;
}

.cd-cart.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
    display: block;
    margin-right: 0;
}

.cd-cart.speed-in {
    right: 0;
}

.cd-cart>* {
    padding: 0 10px;
}

.cd-cart.static>* {
    padding: 0 0;
}

.cart-empty {
    padding: 50px 30px!important;
    text-align: center;
}

.cart-empty .icon-info {
    display: block;
    width: 48px;
    height: 48px;
    background: url(../img/layout/icon-info.svg) no-repeat center center;
    margin: 0 auto 30px auto;
}

.content .cart-empty.box h2:after {
    display: none;
}

.cart-empty p {
    margin-bottom: 50px;
}

.cd-cart .cd-cart-items {
    padding: 0;
    height: calc(100vh - 490px);
    overflow: scroll;
}

.cd-cart .cd-cart-items li {
    position: relative;
    padding: 10px 10px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
}

.content .cd-cart .cd-cart-items li:before {
    display: none;
}

.cd-cart .cd-cart-items li:last-child {
    margin-bottom: 20px;
}

.cd-cart .cd-image,
.cd-cart .cd-info {
    display: inline-block;
    vertical-align: top;
}

.cd-cart .cd-image {
    width: 25%;
}

.cd-cart .cd-info {
    margin-left: 12%;
    text-align: right;
    width: 60%;
    margin-top: 5px;
}

.badge {
    background-color: #474747;
}

.cd-cart .cd-qty,
.cd-cart .cd-price {
    color: #434343;
}

.cd-cart .cd-price {
    margin-top: .4em;
}

.cd-cart .cd-item-remove {
    position: absolute;
    left: 10px;
    top: 20px;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f2f2f2 url("../img/layout/cd-remove-item.svg") no-repeat center center;
}

.cd-cart .cd-item-remove:hover {
    background-color: red;
}

.cd-cart .cd-cart-total {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 14px;
    padding: 0px 9px;
    margin-bottom: 20px;
}

.cd-cart .cd-cart-total p {
    line-height: 22px;
    margin: 10px 0px 10px 0;
    font-size: 16px;
}

.cd-cart .cd-cart-finaltotal {
    font-size: 18px;
}

.cd-img-replace {
    /* replace text with a background-image */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.cd-cart .cd-cart-total span {
    float: right;
}

.cd-cart .cd-cart-total::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

.cd-cart .checkout-btn {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #474747;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.cd-cart .checkout-btn:hover,
.no-touch .cd-cart .checkout-btn:hover {
    background: #313131;
}

.cd-cart .cd-go-to-cart {
    text-align: center;
    margin: 5px 0;
    line-height: 20px;
}

.checkout .checkout-btn,
.checkout .cd-go-to-cart,
.checkout .cd-item-remove {
    display: none;
}

.cd-cart .cd-cart-notice {
    background: #E29B9C url(../img/layout/shipping.svg) no-repeat 20px center;
    background-size: 48px;
    color: #fff;
    padding: 10px 20px 10px 70px;
    border-radius: 10px;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 15px;
}

.cd-cart .cd-cart-notice strong {
    color: #fff;
}

.cd-cart .cd-go-to-cart .btn-link {
    padding: 10px 0;
    font-size: 16px;
}

.cd-cart .cd-cart-notice p {
    font-size: 16px;
    line-height: 26px;
}


/* Forms
================================================== */

.btn {
    text-shadow: none;
    border-radius: 0px;
    padding: 15px 40px;
    background-color: #474747;
    color: #eee;
    cursor: pointer;
    display: inline-block;
    font-weight: 100;
    text-decoration: none;
    white-space: normal;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    border: none;
}

.btn-primary {
    background: #474747;
    color: #eee;
    transition: all 0.3s ease 0s;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 0.5px;
    border-radius: 60px;
}

.btn-basket {
    margin: 0;
    border-radius: 0;
    background: #E29B9C;
    width: 96%;
    font-size: 17px;
    padding: 22px 25px;
    color: #fff;
    font-weight: 100;
    letter-spacing: 1px;
    border-radius: 50px;
    background-image: url(../img/layout/bag_white.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 65px 20px;
}

.btn-basket:hover {
    background-color: #f4e8e8;
    background-image: url(../img/layout/bag_white.svg)!important;
    background-repeat: no-repeat!important;
    background-size: 18px!important;
    background-position: 65px 20px!important;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-default {
    background: #474747;
    color: #fff;
    transition: all 0.3s ease 0s;
}

.btn-default {
    text-transform: uppercase;
    font-weight: 100;
    background: #474747;
    border: none;
    color: #fff;
    font-size: 17px;
    border-radius: 60px;
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    background-position: 99% 50%;
    background: #434343;
    color: #fff;
    border: 2px solid #434343;
}

.btn-link {
    color: #474747;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 20px 0;
}

.btn-link span {
    color: #434343;
}

.btn-link:hover {
    color: #d66588;
}

.btn-more {
    margin-top: 50px;
    background-color: #474747;
    display: inline-block;
    font-size: 19px;
    color: white;
    padding: 8px 21px;
    border: 2px solid #221f1f;
}

.btn-more:focus,
.btn-more:hover {
    background-color: #221f1f;
    color: #ffffff;
}

.btn-more.active,
.btn-more:active {
    background-color: #221f1f;
    color: #ffffff;
}

.btn-xlarge {
    font-size: 1.3em;
    line-height: 1.4em;
    /* 	padding: 10px 70px; */
    letter-spacing: 1px;
    font-weight: 700;
}

label {
    color: #404041;
}

label.error,
.help-block.text-danger {
    background: #EC2224;
    color: #fff;
    width: 100%;
    font-weight: bold;
    font-size: 12px;
    padding: 5px;
    margin: 0;
    line-height: normal;
    position: relative;
    bottom: auto;
    left: auto;
}

input.form-control.error {
    border-color: #EC2224;
}

label.control-label {
    margin: 10px 10px 5px 0;
    font-size: 16px;
    color: #434343;
}

legend {
    margin: 10px 0 0px 0;
    font-size: 16px;
    color: #434343;
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 4px;
}

.form-control {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 12px 0px;
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid #474747;
    height: auto;
    background: transparent;
    color: #474747;
    font-size: 17px;
    border-radius: 0;
}

.form-control::placeholder {
    color: #474747;
}

textarea.form-control {
    height: 100px!important;
}
.align_boxes{
    display: flex;
    align-items: center;
}
.hours_wrapper{
    z-index: 9;
    position: relative;
    right: -10px;
}
.hours_wrapper .light_grey_bg {
    background: #f4f4f4;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    padding: 12% 40px;
    position: relative;
}
.hours_wrapper .light_grey_bg::before {
    content: '';
    position: absolute;
    bottom: -130px;
    background-image: url(../img/layout/icons/gold_spots.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 626px;
    left: -30%;
    z-index: -1;
}
.hours_wrapper .light_grey_bg::after {
    content: '';
    position: absolute;
    bottom: -130px;
    background-image: url(../img/layout/icons/leaf1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 330px;
    height: 210px;
    right: -25%;
    z-index: 2;
}
.hours_wrapper .light_grey_bg h6{
    padding-bottom: 20px;
    color: #474747;
    font-size: 30px;
}
.hours_wrapper .light_grey_bg p{
    text-align: center;
    padding-top:0;
    margin-top: 0;
    color: #474747;
    font-size: 19px;
    padding: 4px 0;
}
.form_wrapper {
    width: 100%;
    background: #f8eae9;
    padding: 50px 80px 240px 25%;
    margin-left: -50px;
    z-index: 0;
    position: relative;
    border-radius: 10px;
    overflow: visible;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form_wrapper::before {
    content: '';
    position: absolute;
    top: -15px;
    background-image: url(../img/layout/icons/brush_stroke.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 340px;
    left: -60%;
    z-index: -1;
    opacity: 0.7;
}
.form_wrapper h6{position: relative;}
.form_wrapper h6::after {
    content: '';
    position: absolute;
    top: -30px;
    background-image: url(../img/layout/icons/leaf2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 330px;
    height: 240px;
    right: -35%;
    z-index: -1;
    transform: rotate(16deg);   
}
.form-control:hover {
    border-color: #444;
    box-shadow: none;
}

.form-control:focus {
    border-color: #444;
    box-shadow: none;
}

form .required label:after {
    color: #e32;
    content: '*';
    display: inline;
    font-weight: bold;
    outline: none;
}

div.submit {
    margin: 25px 0 0 0;
}

.text-right div.submit {
    text-align: right;
}

.btn,
div.submit .btn {}

form div.checkbox .icheckbox_flat-orange,
form div.checkbox .icheckbox_flat-green,
form div.checkbox .icheckbox_flat-red,
form div.checkbox .icheckbox_flat,
form div.checkbox .icheckbox_flat-blue {
    display: inline-block!important;
    margin-top: 0px;
    margin-right: 0px;
}

form div.radio label,
form div.checkbox label {
    padding-left: 20px;
}

select.form-control {
    background: #fff url(../img/layout/sort.png) no-repeat;
    background-position: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
    max-width: 100%;
    padding: 0;
    position: relative;
    color: #404041;
    padding: 12px 0;
    border: none;
    border-bottom: 1px solid #474747;
    border-radius: 0;
    height: auto;
    line-height: normal;
}

select.form-control:hover {
    /* border-color: #84c2d3; */
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: hand;
    cursor: pointer;
}

.form-sel-wrap .form-sel:hover {
    border: 1px solid #84c2d3;
    outline: 0;
    -webkit-box-shadow: none;
}

.contact .button.thin-bg-dark {
    margin-top: 20px;
    margin-bottom: 0;
    border: none;
    letter-spacing: 1px;
    width: fit-content;
    display: block;
    transition: all 0.5s ease-in-out;


    color: #fff !important;
    background-color: #E29B9C!important;
    border-radius: 40px;
    padding: 15px 65px!important;
    font-size: 18px;
    font-weight: 100;
}
.form_wrapper .shiny-button{
    margin-top: 20px;
    margin-bottom: 0;  
}
.contact_form_wrap p {
    text-align: right;
    padding-top: 15px;
    font-size: 16px;
    margin-top: 25px;
    color: #474747;
    width: 95%;
    float: right;
}

.contact .button.thin-bg-dark:hover{
    background: #474747 !important;
    color: #fff !important;
}

.contact_dark {
    text-align: center;
    background: #404041;
    color: #fff;
    padding: 30px 0;
}

.elements-contact {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    /* flex-direction: column; */
}
.contact_info .social_footer img{
    margin:0 20px
}
.contact_info_box {
    background: #000000;
    color: white;
    height: 123px;
    /* border-radius: 5px; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-direction: column;
    font-size: 15px;
    border: 2px solid black;
    margin-bottom: 20px;
}

.contact_info_box i {
    font-size: 30px;
    font-weight: 100;
}

.contact_info_box .text {
    margin-top: 1px;
    text-align: center;
    font-weight: 300;
    padding: 7px;
}

.contact_dark h3 {
    font-size: 20px;
    margin-bottom: 50px;
    font-weight: 300;
    position: relative;
}

.contact_dark h3:after {
    -moz-user-select: none;
    border-bottom: 1px solid #999374;
    bottom: -20px;
    content: "";
    font-size: 0;
    height: 0;
    left: 0%;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    right: auto;
    text-indent: -9999px;
    top: auto;
    width: 10%;
    left: 45%;
}

.contact_dark p {
    font-size: 13px;
    line-height: 22px;
}

.contact .map {
    margin-top: 100px;
    margin-bottom: 80px;
}

.well {
    background-color: #f2f2f2;
    border: 0px;
    border-radius: 0px;
}

.well- {
    margin-bottom: 30px;
}

.well- .return_cart{
    width: auto;
    margin: 10px 0px;
    padding: 10px 20px;
    font-size: 13px;
}
.well- .return_cart:hover{
    border:0px;
}

.well- .btn-order{
    width: auto;
    margin: 10px 0px;
}

.auth-button {
    clear: both;
    display: inline-block;
    position: relative;
    width: auto;
    padding: 15px 10px 15px 60px;
    border-radius: 8px;
    text-align: left;
    background: #eee;
    font-size: 16px;
    color: #fff;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    transition: background 0.2s ease
}

.auth-button:hover {
    color: #fff;
}

.mini-form .auth-button.small {
    padding: 5px 10px 5px 60px;
    margin: 0 0 10px 0;
    font-size: 16px;
}

.auth-button .auth-icon {
    display: block;
    position: absolute;
    height: 100%;
    width: 50px !important;
    left: 0;
    top: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    background-repeat: no-repeat;
    background-position: center center;
}

.auth-button.facebook .auth-icon {
    background-image: url(../img/layout/facebook.svg);
    background-position: center center;
    background-size: 10px;
}

.auth-button.facebook {
    background: #3c5a98;
    color: #fff
}

.auth-button.facebook:hover {
    background: #4365aa
}

.auth-button.google {
    background: #dd4b39
}

.auth-button.google:hover {
    background: #e15f4f
}

.notifications {
    position: relative;
    color: #555;
    font-size: 20px;
    text-align: center;
    width: 100%;
    height: auto;
}

.notifications:after,
.notifications:before {
    content: "";
    display: table
}

.notifications:after {
    clear: both
}

.notifications .message {
    background: #474747;
    color: #fff;
    padding: 15px 0;
}

.notifications .close {
    text-indent: -9999em;
    /*     background: url(../img/hello-bar-close.png) no-repeat top left; */
    width: 21px;
    height: 21px;
    position: absolute;
    top: 15px;
    right: 15px
}

.notifications .close:hover {
    background-position: bottom left
}

h2.title {
    letter-spacing: 1px;
    position: relative;
    padding: 10px 0 17px 0px;
    color: #474747;
    font-family: 'CeraProMedium', serif;
    font-size: 23px;
    font-weight: 600;
    margin: 0 0 25px 0;
}

.content h2.title.border-right:after {
    right: 0;
    left: auto;
}

.related_products h2.title {
    font-size: 45px;
    /* font-weight: bold; */
    color: #434343;
    margin: 20px 0px 0px 0px;
    border-bottom: none;
    letter-spacing: 0px;
    font-weight: 300;
    padding-left: 30px;
}

.recent_products h2.title{
    font-size: 27px;
    font-weight: bold;
    color: #434343;
    margin: 20px 0px 30px 0px;
    border-bottom: 3px solid #28aae1;
    letter-spacing: 1px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 5px;
}

.cd-cart h2.title{
    font-size: 24px;
    font-weight: 100;
    color: #ffffff;
    margin: 0;
    padding: 15px 13px 15px 13px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.content .cd-cart h2.title:after {
    display: none;
}

.cd-cart h2.title strong {
    border-bottom: none;
    padding-bottom: 0;
    display: inline-block;
    vertical-align: top;
    color: #474747;
    font-weight: 100;
    letter-spacing: 1px;
}

h2.title strong {
    border-bottom: none;
    padding-bottom: 0;
    display: inline-block;
    vertical-align: top;
    margin-bottom: -1px;
}

.related_products h2.title strong {
    margin-right: 7px;
}


.checkout .button-main,
.customers .button-main{
    border: none;
    background: #e29b9c;
    cursor: pointer;
    color: #fff;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 0.5px;
    border-radius: 60px;
}

.checkout .button-main:hover,
.customers .button-main:hover{
    background: #474747;
    color: #fff;
    border: none!important;
}

h3.title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    padding-bottom: 1.25rem;
    font-size: 1.7em;
    position: relative;
}

h3.title::after {
    background-color: #EED700;
    content: "";
    display: block;
    height: 1px;
    margin-left: 46%;
    margin-top: 20px;
    position: relative;
    width: 8%;
}

h4.title {
    margin: 20px 0 20px 0;
    font-size: 20px;
    font-weight: bold;
}

h4.title span.counter {
    border-radius: 0%;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #a94442;
    border: 2px solid #a94442;
    margin-right: 10px;
    border-radius: 50%;
}

h4.title a.underline {
    font-size: 14px!important;
    color: #000000;
    float: right;
}

.divider_menu {
    clear: both;
    display: block;
    width: 100%;
}

.item,
.grid-sizer {
    width: 16.66%;
    height: auto;
}

.item {
    border-bottom: 1px solid #fff;
}

.item img {
    width: 100%;
    height: 100%;
}

.item {
    position: relative;
    overflow: hidden;
    background: #000;
}

.item:hover img {
    opacity: 0.8;
}

.item.w-2 {
    width: 33.33%;
}

.item.w-3 {
    width: 49.98%;
}

.item.w-4 {
    width: 66.64%;
}

.item.w-5 {
    width: 100%;
}

.item.h-2 {
    height: auto;
}

.item.h-3 {
    height: auto;
}



.solid-brick {
    display: block;
    width: 100%;
}
.brick-type-background {
    height: 305px;
    background: #232323;
}
@media (max-width: 550px) {
    .item,
    .grid-sizer {
        width: 100%;
    }
    
    .item.w-2 {
        width: 100%;
    }
    
    .item.w-3 {
        width: 100%;
    }
    
    .item.w-4 {
        width: 100%;
    }
    
    .item.w-5 {
        width: 100%;
    }
    
    .brick-type-background {
        height: 205px;
    }
    
    .swal2-modal .swal2-image {
        width: 100%;
        height: auto;
    }
}
@media (min-width: 551px) and (max-width: 767px) {
    .main_banner .swiper-button-next{
        bottom:8% !important;
        left:calc(70% + 65px) !important;
    }
    .main_banner .swiper-button-prev{
        left:70% !important;
        bottom: 8% !important;
    }
    .item,
    .grid-sizer {
        width: 33.33%;
    }
    
    .item.w-2 {
        width: 66.66%;
    }
    
    .item.w-3 {
        width: 100%;
    }
    
    .item.w-4 {
        width: 100%;
    }
    
    .item.w-5 {
        width: 100%;
    }
    
    .item.h-1 {
        height: 230px;
    }
    
    .item.h-1 img {
        height: 230px;
    }
    
    .item.h-2 {
        height: 460px;
    }
    
    .item.h-2 img {
        height: 460px;
    }
    
    .brick-type-background {
        height: 231px!important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .item,
    .grid-sizer {
        width: 33.33%;
    }
    
    .item.w-2 {
        width: 66.66%;
    }
    
    .item.w-3 {
        width: 100%;
    }
    
    .item.w-4 {
        width: 100%;
    }
    
    .item.w-5 {
        width: 100%;
    }
    
    .item.h-1 {
        height: 240px;
    }
    
    .item.h-1 img {
        height: 240px;
    }
    
    .item.h-2 {
        height: 480px;
    }
    
    .item.h-2 img {
        height: 480px;
    }
    
    .brick-type-background {
        height: 241px!important;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .item,
    .grid-sizer {
        width: 33.33%;
    }
    
    .item.w-2 {
        width: 66.66%;
    }
    
    .item.h-1 {
        height: 305px;
    }
    
    .item.h-1 img {
        height: 305px;
    }
    
    .item.h-2 {
        height: 610px;
    }
    
    .item.h-2 img {
        height: 610px;
    }
    
    .brick-type-background {
        height: 306px!important;
    }
}
@media (min-width: 1200px) and (max-width: 1440px) {
    .item.h-1 {
        height: 205px;
    }
    
    .item.h-1 img {
        height: 205px;
    }
    
    .item.h-2 {
        height: 410px;
    }
    
    .item.h-2 img {
        height: 410px;
    }
    
    .brick-type-background {
        height: 206px!important;
    }
}
@media (min-width: 1441px) and (max-width: 1620px) {
    .item.h-1 {
        height: 285px;
    }
    
    .item.h-1 img {
        height: 285px;
    }
    
    .item.h-2 {
        height: 570px;
    }
    
    .item.h-2 img {
        height: 570px;
    }
    
    .brick-type-background {
        height: 286px!important;
    }
}
@media (min-width:1200px) {
    .auto-clear .col-lg-1:nth-child(12n+1) {
        clear: left;
    }
    
    .auto-clear .col-lg-2:nth-child(6n+1) {
        clear: left;
    }
    
    .auto-clear .col-lg-3:nth-child(4n+1) {
        clear: left;
    }
    
    .auto-clear .col-lg-4:nth-child(3n+1) {
        clear: left;
    }
    
    .auto-clear .col-lg-6:nth-child(odd) {
        clear: left;
    }
}


@media (min-width:992px) and (max-width:1199px) {

    section.home_info .elta {
        width: 55px;
    }

    .product-preview .lSSlideOuter.vertical .lSAction > .lSNext, .product-preview .lSSlideOuter.vertical .lSAction > .lSPrev {
        top: 27%!important;
    }

    .pages.contact h3.heading_title {
        font-size: 45px;
    }

    .pages.contact h3.heading_subtitle {
        width: 56%;
        font-size: 45px;
        padding: 16px 0px 10px 50px;
    }

    .contact .map {
        margin-top: 80px;
        margin-bottom: 50px;
    }

    .contact_box h1 img {
        width: 230px;
    }

    .copyright ul li.last {
        display: none;
    }

    .footer_copyright p {
        font-size: 14px;
    }

    #footer .footer_box.last ul.footer_menu li.last {
        margin-left: 0px;
    }
    
    .copyright ul li {
        font-size: 14px;
        padding-left: 20px;
    }

    ul.side_nav li a {
        font-size: 17px;
    }

    li.languages {
        font-size: 15px;
    }

    li.languages:after {
        margin-left: 24px;
        font-size: 14px;
        margin-top: 0;
    }

    .cd-cart h2.title {
        font-size: 20px;
    }

    .featured_categories .overlay h1 {
        font-size: 35px;
        padding-bottom: 10px;
    }    

    .contact_box h1 {
        font-size: 37px;
    }

    .hide_item {
        display: none!important;
    }

    #navi ul li span.title {
        font-size: 16px;
        padding: 0px 15px;
    }

    #navi ul li span.title:before {
        width: 18px;
        height: 14px;
        background-size: 10px;
        background-position: 7px 6px;
    }

    #navi ul li {
        margin: 0 5px;
    }

    .top_icons .top_icon {
        margin-left: 10px;
    }

    section.home_info .pwlhseis {
        width: 42px;
    }

    section.home_info .info_box_container .heading_desc {
        font-size: 14px;
    }

    section.home_info .metaforika {
        width: 55px;
    }

    section.brands.insta .section-subtitle {
        color: #5c5c5c;
        font-size: 22px;
        margin: 20px 0px 35px 0px;
    }


    .hero.section-newsletter .newsletter_image {
        position: relative;
        width: calc(100% + 206px);
        margin-left: -173px;
        margin-top: -18px;
        margin-bottom: -5px;
    }

    section.brands .section-title {
        font-size: 48px;
    }

    .footer_box h6 {
        margin: 12px 0 10px 0;
        font-size: 18px;
    }

    .footer_box {
        padding: 0px;
    }

    .auto-clear .col-md-1:nth-child(12n+1) {
        clear: both;
    }
    
    .auto-clear .col-md-2:nth-child(6n+1) {
        clear: both;
    }
    
    .auto-clear .col-md-3:nth-child(4n+1) {
        clear: both;
    }
    
    .auto-clear .col-md-4:nth-child(3n+1) {
        clear: both;
    }
    
    .auto-clear .col-md-6:nth-child(odd) {
        clear: both;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .auto-clear .col-sm-1:nth-child(12n+1) {
        clear: both;
    }
    
    .auto-clear .col-sm-2:nth-child(6n+1) {
        clear: both;
    }
    
    .auto-clear .col-sm-3:nth-child(4n+1) {
        clear: both;
    }
    
    .auto-clear .col-sm-4:nth-child(3n+1) {
        clear: both;
    }
    
    .auto-clear .col-sm-6:nth-child(odd) {
        clear: both;
    }
}
@media (max-width:767px) {
    .auto-clear .col-xs-1:nth-child(12n+1) {
        clear: both;
    }
    
    .auto-clear .col-xs-2:nth-child(6n+1) {
        clear: both;
    }
    
    .auto-clear .col-xs-3:nth-child(4n+1) {
        clear: both;
    }
    
    .auto-clear .col-xs-4:nth-child(3n+1) {
        clear: both;
    }
    
    /* .auto-clear .col-xs-6:nth-child(odd) {
        clear: both;
    } */
}

@media only screen and (max-width: 1650px) {
    /******* CONTACT ******/
    .form_wrapper h6::after { right: -55%;}

    .hero.section-newsletter .heading_title {
        font-size: 40px;
    }

    .btn-basket {
        width: 100%;
        background-position: 50px 20px;
    }

    .product-options ul li {
        margin-right: 25px;
    }

    .product-preview.details .social-buttons-view span.share .devide {
        margin-left: 15px;
        margin-right: 15px;
    }

    .blog_text {
        padding-right: 90px;
    }

    .store_text {
        padding: 80px 65px 0 65px;
        width: 48%;
    }
    
    .store_text h2:after {
        right: -50px;
    }

    .box_banner_2 h2 {
        font-size: 50px;
        margin-bottom: 15px;
    }

    .box_banner_1 h2 {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .box_banners_sec {
        padding: 30px 0 110px 0;
    }

    .box_banner_2 h3 {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .box_banner_1 h3 {
        font-size: 30px;
        padding: 0 60px 100px 60px;
    }

    .box_banner_1 p {
        font-size: 21px;
    }

    .newsletterform {
        margin-left: 0px;
        width: 100%;
    }
}

@media only screen and (max-width: 1499px) {
    .prevent-double-submit .shiny-button { padding: 15px 25px;}

    .newsletter_text {padding-right: 1%;}
    .newsletter_input input { width: 300px;}
    

    /***** HOME ******/
    .home_insta::before { height: 300px;}
    .swiper_banner h4 {font-size: 55px; line-height: 70px;}

    /***** PRODUCTS ******/
    .range_slider_container input { margin-right: 10px;}
    .cd-filter-block h4 {font-size: 18px;}
    .product_box .add_basket {background-size: 35%; padding: 22px;bottom: 10px;}
    .new-info { top: 20px; right: 20px;}
    .product_box_container .new-info { right: 35px;}

    /***** CONTACT ******/
    .hours_wrapper .light_grey_bg::after { width: 260px; height: 180px;}
    .form_wrapper h6::after { width: 280px; height: 200px;right: -40%;}
    .form_wrapper::before {height: 250px;}
    .form_wrapper{padding: 50px 20px 240px 15%;}
    .contact_form_wrap {padding-top: 50px;}
    .contact_form_wrap p {padding-top: 8px; font-size: 14px;}

    .footer_logo img {
        width: 170px;
    }

    .header_fixed #logo {
        width: 210px;
        height: 70px;
    }

    .btn-basket {
        width: 100%;
        background-position: 40px 20px;
    }

    .product-options h1 {
        font-size: 37px;
        line-height: 40px;
    }

    .product-preview.details .social-buttons-view span.share .devide {
        margin-left: 5px;
        margin-right: 5px;
    }

    .add_wishlist .wishlist-btn {
        font-size: 20px;
    }

    .product-preview.details .social-buttons-view span {
        margin-right: 10px;
    }

    .prod_avail.code {
        margin-right: 0px;
    }

    .product-options ul li {
        margin-right: 12px;
    }

    .products-page:after {
        width: 560px;
        height: 560px;
        left: -190px;
    }

    .blog_text {
        padding-right: 35px;
    }

    .padd_bottom {
        padding-bottom: 80px;
    }

    .blog_text.desc {
        margin-top: 60px;
    }
    
    .blog_thumb:after {
        top: 30px;
        left: -30px;
    }

    .blog_image_text p.second {
        font-size: 19px;
    }

    .contact_graphic_1 {
        width: 280px;
        height: 300px;
        left: -105px;
    }

    .dynamic_content.single {
        padding-left: 0px;
        padding-right: 0px;
    }

    .padd {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .store_text {
        padding: 70px 50px 0 50px;
        width: 50%;
    }

    .store_text h2:after {
        right: -15px;
    }

    .store_text h2 {
        font-size: 65px;
    }

    .box_banner_2 h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .box_banner_2 h3 {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .box_banner_2 p {
        font-size: 22px;
        line-height: 27px;
    }

    .box_banner_2 .button {
        padding: 18px 40px;
        font-size: 17px;
    }

    .category_box {
        margin: 0 10px;
    }

    .box_banners {
        margin: 0px 0;
    }

    .category_box h2 {
        font-size: 25px;
        padding: 20px 25px;
    }

    .box_banner_1 h2 {
        font-size: 42px;
        line-height: 40px;
    }

    .box_banner_1 h3 {
        font-size: 27px;
        padding: 0 60px 80px 60px;
    }

    .box_banner_1 h3:after {
        height: 50px;
    }

    .box_banner_1 p {
        font-size: 20px;
    }

    .button {
        margin-top: 30px;
    }

    .footer_information .footer_box {
        margin-left: 0px;
    }

    .footer_box.middle {
        margin-left: 40px;
    }

    .hero.section-newsletter {
        padding: 80px 0;
    }

    .hero.section-newsletter .heading_title {
        font-size: 36px;
    }

    .hero.section-newsletter .heading_subtitle {
        font-size: 18px;
        margin-left: 0;
    }

    #navi ul li span.title {
        padding: 0px 15px;
    }

    .home_store {
        padding: 50px 0;
    }

    h1.heading_title {
        font-size: 60px;
    }

    #swiper_new_products .swiper-slide.first-visible-slide .swipper-product-image, #swiper_best_sellers .swiper-slide.first-visible-slide .swipper-product-image, #swiper_related .swiper-slide.first-visible-slide .swipper-product-image {
        padding: 60px 20px 65px 20px;
    }

    .swiper-slide .product-info {
        padding: 10px 10px 0px 10px;
    }

    #swiper_best_sellers .swiper-slide h4 a, #swiper_new_products .swiper-slide h4 a, #swiper_related .swiper-slide h4 a {
        font-size: 17px;
    }

    .swipper-product-image {
        padding: 60px 20px 64px 20px;
    }

    h1.heading_title:after {
        width: 50%;
    }

    .wishlist-btn img {
        width: 23px;
    }

    .best-sellers-subtitle span {
        font-size: 40px;
    }

    .store_link {
        bottom: -150px;
    }

    ul.footer_menu li {
        margin-bottom: 12px;
    }

    .slider_container .content_text {
        padding: 0px 14% 0 0px;
    }

    .main_banner .banner_img {
        margin-right: 17%;
    }

    .store_text p {
        line-height: 35px;
    }

    .main_banner .banner_img {
        height: auto;
    }

    .main_banner {
        height: 78vh;
    }

    .main_banner .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: -1px;
    }

    .main_banner .swiper-container h1 span.second {
        font-size: 80px;
    }

    h1.page_title {
        font-size: 50px;
    } 
    
    .gallery_slider .swiper-slide-prev, #swiper_insta .swiper-slide-prev {
        margin-left: 30px;
        top: -33px;
    }

    .gallery_slider .swiper-slide-active, #swiper_insta .swiper-slide-active {
        margin-left: 30px;
    }

    section.brands.insta .section-title {
        font-size: 55px;
    }

    .main_banner .swiper-button-next {
        right: 4%;
    }

    .main_banner .swiper-button-prev {
        left: 4%;
    }

}

@media only screen and (max-width:1349px) {
    /******** HEADER *******/
    #toptop_bar .elta-info a.first:after {width: 15px;}
    #toptop_bar .elta-info a {font-size: 12.5px;}
    #toptop_bar .elta-info a.first {padding-right: 27px;}
    #navi ul li span.title:before { background-position: 8px 8px;}

    /******** HOME *******/
    .home_insta h2 {font-size: 55px;}
    .swiper_banner {padding-right: 15%;}

    section.related_products .swiper-button-next-collection {
        display: none;
    }
    section.related_products .swiper-button-prev-collection {
        display: none;
    }

    .header_fixed #logo {
        width: 190px;
        height: 70px;
    }

    .add_wishlist .wishlist-btn img {
        width: 21px;
        margin-right: 12px;
    }

    .product-preview.details .social-buttons-view a {
        display: inline-block;
        margin-top: 0px;
        margin-right: 10px;
        background-size: 100%;
        transition: all 0.2s ease-in;
        margin-left: 10px;
    }

    .product-preview.details .social-buttons-view span.share .devide {
        margin-left: 2px;
        margin-right: 2px;
    }

    .add_wishlist .wishlist-btn {
        font-size: 19px;
    }

    .product-preview.details .social-buttons-view span {
        margin-right: 0px;
        font-size: 19px;
    }

    .blog_subtitle p {
        font-size: 21px;
    }

    .contact_box_item h5 {
        font-size: 22px;
        margin: 15px 0 15px 0;
    }

    .contact_graphic_1 {
        width: 240px;
    }

    .dynamic_content h2 {
        font-size: 24px;
    }

    h1.gallery-title {
        font-size: 50px;
        margin-bottom: 35px;
    }

    .dynamic_img:after {
        top: 30px;
        left: -30px;
    }

    .dynamic_content {
        padding-right: 50px;
    }

    .box_banner_2 h2 {
        font-size: 35px;
        margin-bottom: 5px;
    }

    .box_banner_2 h3 {
        font-size: 37px;
        margin-bottom: 12px;
    }

    .box_banner_2 .button {
        padding: 16px 35px;
        font-size: 16px;
        margin-top: 20px;
    }

    .box_banner_2 p {
        font-size: 20px;
        line-height: 24px;
    }

    .box_banner_1 h2 {
        font-size: 37px;
        line-height: 32px;
    }

    .button {
        padding: 17px 40px;
    }

    .box_banner_1 h2 span {
        padding-left: 100px;
    }

    .box_banner_1 p {
        font-size: 19px;
    }

    .box_banner_1 h3 {
        font-size: 24px;
    }

    .category_box {
        margin: 0 5px;
    }

    .featured_categories {
        padding: 60px 0px;
    }

    .category_box:after {
        top: 20px;
        left: 20px;
    }

    .category_box h2 {
        font-size: 22px;
        padding: 15px 25px;
    }

    .hero.section-newsletter .heading_title {
        font-size: 31px;
    }

    ul.footer_menu li {
        margin-bottom: 12px;
        font-size: 16px;
    }

    .footer_box h6 {
        font-size: 21px;
    }

    .footer_logo .footer_social img {
        margin: 0 12px;
    }

    .newsletter_graphic {
        height: 85%;
    }

    .swiper-container p {
        font-size: 19px;
        line-height: 35px;
    }

    .add_cart {
        width: 90%;
    }

    .fakoi_btn {
        width: 90%;
    }

    .page-navigation a, .page-navigation span.current {
        padding: 12px 20px;
    }

    .page-navigation span.current {
        padding: 12px 22px;
    }

    .products-page:after {
        width: 510px;
        height: 510px;
        left: -190px;
        bottom: 270px;
    }

    .block.sort ul {
        margin-right: 8%;
    }

    .best-sellers .reversed-best-sellers {
        width: 80%;
    }

    .swiper-slide .product-info {
        padding: 10px 5px 10px 5px;
    }

    .page-navigation {
        width: 75%;
    }

    .page-stats {
        width: 25%;
    }

    .main_banner {
        height: 75vh;
    }

    .store_text h2 {
        font-size: 60px;
        margin-bottom: 25px;
    }

    .store_text p {
        line-height: 32px;
    }

    .store_text {
        padding: 55px 50px 0 50px;
    }

    .store_link {
        right: -50px;
    }

    .store_text h2:after {
        right: -15px;
        width: 290px;
    }

    .store_text img {
        width: 275px;
    }

    .store_link {
        bottom: -100px;
    }

    .bank_icons img.maestro {
        width: 120px;
    }

    #footer .social-icons-top a {
        width: 20px;
        height: 30px;
    }

    .bank_icons img.mastercard {
        width: 130px;
    }

    .footer_box.middle {
        margin-left: 20px;
    }

    .bank_icons img.id_check {
        width: 125px;
    }

    .bank_icons img.paypal {
        width: 65px;
    }

    .bank_icons img.visa {
        width: 50px;
    }

    .bank_icons img.visa_secure {
        width: 35px;
    }

    .social-icons-top a.facebook {
        background-size: 12px;
    }

    h1.page_title {
        font-size: 45px;
    }

    .content h2 {
        font-size: 21px;
    }

    .elements-contact {
        margin-bottom: 0;
    }

    .gallery_slider .swiper-slide-prev, #swiper_insta .swiper-slide-prev {
        top: -31px;
    }

    section.brands.insta .section-title {
        font-size: 50px;
    }

    section.brands.insta .section-subtitle {
        font-size: 45px;
        margin: 20px 0px 25px 0px;
    }

    section.brands.insta .section-subtitle:after {
        height: 40px;
        width: 220px;
        background-size: 170px;
    }

    .main_banner .slider_container {
        margin-left: 10%;
    }

    .main_banner .slider_container a.more {
        padding: 15px 50px;
        font-size: 19px;
    }

    .main_banner .swiper-container h1 span.second {
        font-size: 75px;
    }

    .slider_container .content_text {
        padding: 0px 14% 0 50px;
    }

    .stores .overlay h1 {
        font-size: 30px;
    }

    .dynamic_gallery {
        margin-top: 0;
    }

    .blog_image_text p.second {
        font-size: 19px;
    }

    .blog_image_text p.first {
        font-size: 16px;
        line-height: 24px;
    }

    .product-options ul {
        flex-direction: column;
    }

    .product-list {
        margin: 80px 0px 0 0;
    }

    .product-card span.product-title {
        font-size: 24px;
    }

    .option_title {
        margin-top: 15px;
    }

    .product-card .price {
        font-size: 30px;
    }

    .cd-cart .cd-info {
        margin-left: 11%;
    }
}

@media only screen and (min-width:1200px) and (max-width:1799px) {
     /******** HOME *******/
    .intro_notes p {padding-right: 3%;font-size: 22px;}
    .beige_box {padding: 30px 20px;min-height: 220px; min-width: 160px; }
    .beige_box img {width: 80px; height: 80px;}
    .brush_box img { max-width: 150px;}
    .leaf_box img, .brush_box img {max-width: 50%; margin-left: 5%;}
    .gold_spots img {right: 0;}
    .intro_notes .beige_box p {font-size: 18px;}
    .leaf_box, .brush_box, .gold_spots {justify-content: flex-start;}
    .padding_box {margin: 0 0px;}
}

@media only screen and (min-width:1200px) and (max-width:1349px) {
    #navi ul li.last{display: none;}
    .new-info {
        font-size: 15px;
        width: 52px;
        height: 52px;
    }

    .discount-info {
        font-size: 17px;
        width: 52px;
        height: 52px;
    }

    section.brands {
        padding: 20px 0px 20px 0;
    }

    .featured_categories .main_category .vertical_banner_text span {
        margin-left: 50px;
        font-size: 32px;
        padding: 25px 0 7px 0;
    }

    .featured_categories .main_category .vertical_banner_text {
        margin-left: -25px;
    }

    .featured_categories .main_category .vertical_banner_text.right {
        margin-right: -55px;
    }

    .content h2.heading_title {
        font-size: 35px;
    }

    .main_banner .swiper-button-next, .main_banner .swiper-button-prev {
        bottom: 55px;
    }

    .best-sellers h3.heading_title span, .private_collection h3.heading_title span {
        position: relative;
        /* bottom: 20px; */
        text-transform: uppercase;
        text-align: center;
        /* left: 20px; */
    }

    .wishlist-btn {
        right: 15px;
        top: 25px;
    }

    .wishlist-btn img {
        width: 22px;
    }

    section.private_collection .swiper-button-next-collection, section.related_products .swiper-button-next-collection {

        display: none;
    }
    /*#top_bar{background:purple;}	*/
    .product-card .option-row {
        /* display: flex;
        align-items: center;
        width: 100%;
        height: 35px; */
    }

    section.history .story_description .description {
        text-align: center;
        margin: 28px 0px;
        padding: 0 37px;
        font-size: 17px;
        letter-spacing: 0.1px;
        line-height: 33px;
    }

    .product-card .product-options-quantity {
        /* width: 70%; */
        /* border: 1px solid #434343; */
        /* margin: 0 auto; */
        margin-bottom: 0px;
    }

    .filter_wrapper {
        padding-left: 15%;
        margin-right: 40px;
    }

    .products_view {
        padding-right: 8%;
    }

    .filters {
        padding-right: 8%;
    }

    .top_icons_column {
        width: 130px;
    }   
    
    #navi ul li span.title {
        padding: 0px 15px 0px 5px;
        font-size: 16px;
    }

    #navi ul li {
        margin: 0 10px;
    }
    
    .top_links a {
        margin: 0 -3px 0 0px;
    }
    
    .hero.section-recommended.new-products {
        min-height: unset;
    }
    
    .btn-basket {
        font-size: 17px;
        padding: 22px 30px;
        width: 100%;
        letter-spacing: 0;
        background-position: 30px 20px;
    }

    .new-products {
        margin-top: 60px;
        margin-left: 40px;
        margin-right: 40px;
    }
    
    .form-quantity {
        margin: 8px 0;
    }

    h1.heading_title {
        font-size: 55px;
    }

    .best-sellers, .private_collection {
        padding: 80px 0px;
    }

    .copyright ul li img {
        width: 23px;
        margin: 0 0px 0 15px;
    }

    .copyright ul li {
        padding-left: 20px;
        font-size: 15px;
    }

    .footer_copyright p {
        font-size: 15px;
    }
}

section.history .story_title_description .story_title h1.hide_down_1200 {
    display: block;
}

section.history .story_title_description .story_title h1.hide_up_1200{
    display: none;
}

@media (max-width:1199px) {
    .newsletter_input input { width: 250px;}
    .nl-button {padding: 5px 50px 5px 50px;}
    .newsletter h5 {font-size: 45px;}
    .newsletter p {font-size: 18px; line-height: 25px;}
    .checkout-field-way span.price {width: 24%;}

    /***** FOOTER ****/
    .info_footer_container {min-height: auto;padding-bottom: 0; padding-left: 0; display: flex; justify-content: center;padding-bottom: 30px;}
    .social_footer img { margin-right: 20px; margin-left: 20px;}
    .footer_box{display: flex; flex-direction: column; align-items: center;}

    /***** HOME ****/
    .main_banner .slider_container_with_bg {background-position: center center;}
    .swiper_banner h4 {font-size: 40px; line-height: 50px;}
    .tabs_wrapper .swiper-button-next, .tabs_wrapper .swiper-button-prev { background-size: 50px;  width: 50px; height: 50px;left:-70px}
    .tabs_wrapper .swiper-buttons-pagination .swiper-button-prev { top: -70px;}
    .leaf_box, .brush_box, .gold_spots { min-width: 245px;}
    .brush_box img { max-width: 200px;}
    .intro_notes p {font-size: 20px; padding-right: 0; line-height: 30px;}
    .beige_box { min-width: 220px;}
    .leaf_box{justify-content: flex-start;}


    /***** PRODUCT VIEW ****/
    .product-card{ padding: 0px ;}
    .product-preview.details {padding-left: 30px;}
    .page_header.product_view{padding: 20px 0 25px 0;}

    /***** CONTACT ****/
    .contact_info .social_footer img { margin: 0 16px;}
    .contact_form_wrap h6 {font-size: 40px;}
    .form_wrapper h6::after {width: 210px; height: 150px; right: -30%;}
    .hours_wrapper .light_grey_bg::after { width: 260px; height: 165px; }

    /******* FOOTER *******/
    .hide_1199{display: none;}
    .social_footer.show_1199{display: flex !important; justify-content: flex-start; margin-top: 20px;}
    .bank_icons {justify-content: center;}

}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .header_fixed #logo {
        width: 180px;
        height: 60px;
    }

    .product-card .option-row {
        padding: 15px 10px;
    }

    .btn-basket {
        width: 95%;
        padding: 22px 25px;
        background-position: 20px 17px;
    }

    .btn-primary.btn-basket {
        padding: 19px 30px;
    }

    .product-preview.details .social-buttons-view span {
        font-size: 18px;
    }

    .product-preview.details .social-buttons-view span.share .devide {
        font-size: 18px;
    }

    .add_wishlist .wishlist-btn {
        padding-top: 0px;
    }

    .add_wishlist .wishlist-btn {
        font-size: 18px;
    }

    .btn-primary {
        padding: 15px 30px;
    }

    .block.sort ul {
        width: 256px;
        margin-right: 20px;
    }

    .blog_subtitle {
        margin-bottom: 50px;
    }

    .block {
        padding: 0 20px;
    }

    .blog_image_text {
        padding: 20px;
    }

    .blog_image_text p.second {
        font-size: 18px;
    }


    .contact_box_item.middle img {
        width: 170px;
    }

    .contact_graphic_1 {
        width: 215px;
        left: -115px;
    }

    .contact_box_item h5 {
        font-size: 21px;
    }

    .contact_box_item img {
        width: 140px;
    }

    .dynamic_content h2 {
        font-size: 23px;
    }

    h1.gallery-title {
        font-size: 45px;
    }

    .padd {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .box_banner_2 h3 {
        font-size: 33px;
    }

    .box_banner_2 h2 {
        font-size: 33px;
    }

    .box_banners {
        flex-direction: column;
    }

    .box_banner_1 h2 {
        font-size: 50px;
        line-height: 45px;
    }

    .box_banner_1 {
        margin-right: 0;
        margin-bottom: 65px;
        padding: 50px;
    }

    .featured_categories h1 {
        font-size: 33px;
    }

    #header {
        display: block;
    }

    .footer_box.footer_logo {
        margin-left: 0;
        margin-bottom: 35px;
    }

    #wapp a {
        width: 80px;
    }

    .footer_logo .footer_social img {
        margin: 0 20px;
    }

    .footer_box.footer_logo p:after {
        background-repeat: no-repeat;
        margin: 0 auto;
        right: 0;
        background-position: center;
    }

    .footer_box.footer_logo p {
        margin-top: 30px;
    }

    .main_banner .slider_container {
        margin-left: 0%;
    }

    #footer, .footer_mob {
        padding-top: 65px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .main_banner .banner_img {
        margin-right: 4%;
    }

    .cd-search-trigger.active .close_search {
        margin-right: -6px;
    }

    #toptop_bar {
        padding: 8px 20px;
    }

    .top_icons_column {
        width: 130px;
    }

    .fakoi_btn {
        width: 100%;
    }

    .add_cart {
        width: 100%;
    }

    .pagination.bottom .pages:before {
        width: 50%;
    }

    .page-stats {
        width: 30%;
        font-size: 17px;
    }

    .page-navigation a, .page-navigation span.current {
        padding: 12px 21px;
    }

    .pagination.bottom .pages .stats {
        font-size: 17px;
    }

    .products-page:after {
        width: 430px;
        height: 430px;
        left: -160px;
        bottom: 220px;
    }

    .stats {
        padding-bottom: 0;
    }

    .product_box .box_details {
        padding: 10px 5px 10px 5px;
    }

    .new-info {
        font-size: 15px;
        width: 52px;
        height: 52px;
    }

    .discount-info {
        font-size: 17px;
        width: 52px;
        height: 52px;
    }

    #products .wishlist-btn {
        right: 15px;
        top: 20px;
    }

    .block.sort h4 {
        padding: 10px 160px 10px 0px;
    }

    .product_box .product_image .product-box-actions .wishlist-btn, .swiper-slide .product-image .product-box-actions .wishlist-btn {
        background-size: 19px;
    }

    .product_box .product_image .product-box-actions, .swiper-slide .product-image .product-box-actions {
        right: 15%;
    }

    .product-image .product_box_bag img, .product_image .product_box_bag img {
        width: 18px;
        height: 18px;
        top: 12%;
    }

    .filter_wrapper {
        padding-left: 20px;
        margin-right: 20px;
    }

    .products_view {
        padding-right: 20px;
    }

    .filters {
        padding-right: 20px;
    }

    .swiper-slide .product-info {
        padding: 2px 5px 10px 5px;
    }

    .store_text {
        padding: 50px 40px 0 40px;
        width: 55%;
    }

    .store_text h2 {
        font-size: 55px;
        margin-bottom: 20px;
    }

    .store_text h2:after {
        width: 260px;
    }

    .store_text:before {
        width: calc(100% + 75px);
        left: -38px;
        height: calc(100% + 90px);
        top: -40px;
    }

    .store_link {
        right: 0px;
        font-size: 15px;
        padding: 10px 20px;
    }

    .store_text h1 img {
        width: 230px;
    }

    .store_text p {
        margin-bottom: 25px;
    }

    .store_bg {
        height: 46%;
    }

    .store_text img {
        width: 250px;
    }

    .hero.section-newsletter .heading_title {
        font-size: 37px;
    }

    .footer-social p {
        display: inline-block;
        margin-right: 10px;
        color: #313131;
        font-size: 16px;
        font-weight: 300;
    }

    .footer-social a {
        display: inline-block;
        width: 27px;
        margin: 0 6px;
    }

    .main_banner .swiper-button-prev, .main_banner .swiper-button-next {
        display: none;
    }

    .featured_categories .main_category {
        height: 55vh;
    }

    .featured_categories .main_category .vertical_banner_text span {
        margin-left: 70px;
        font-size: 30px;
    }

    .featured_categories .main_category .vertical_banner_text span:after {
        background-size: 40px;
        width: 45px;
        height: 45px;
        margin-left: 18px;
    }

    .featured_categories .main_category .vertical_banner_text.right {
        margin-right: -60px;
    }

    .featured_categories {
        padding: 60px 0;
    }

    .featured_categories .main_category .vertical_banner_text {
        margin-left: -33px;
    }
    
    .main_banner {
        height: 70vh;
    }

    .main_banner .slider_container a.more {
        margin-top: 30px;
    }

    .cd-search-trigger .close_search img {
        width: 28px;
        height: 28px;
        position: relative;
    }

    .stores .overlay h1 {
        font-size: 25px;
    }

    .slider_container .content_image img {
        width: auto;
    }

    .main_banner .swiper-container h1 {
        font-size: 50px;
    }

    .main_banner .swiper-container h1 span.second {
        font-size: 65px;
    }

    .slider_container .content_text {
        padding: 0px 30px;
    }

    section.brands.insta .section-title {
        font-size: 45px;
    }

    section.brands.insta .section-subtitle {
        font-size: 40px;
        margin: 20px 0px 15px 0px;
    }

    .gallery_slider .swiper-slide-prev, #swiper_insta .swiper-slide-prev {
        top: -26px;
    }

    .hero.section-newsletter .newsletter-col {
        background-position: 0 185px;
        background-size: contain;
    }

    .content h2.heading_title {
        font-size: 35px;
    }

    .form-control {
        padding: 10px 0px;
    }

    textarea.form-control {
        height: 110px;
    }

    h1.page_title {
        font-size: 40px;
    }

    ul.tabs>li {
        font-size: 16px;
        padding-bottom: 10px;
    }

    section.history .images_story {
        height: 26vh;
    }

    section.history .story_title_description .story_title {
        width: 100%;
        text-align: right;
    }

    .swiper-container h1 {
        font-size: 49px;
        text-align: center;
    }

    section.history .story_title_description .story_title h1.hide_down_1200{
        display: none;
    }

    section.history .story_title_description .story_title h1.hide_up_1200{
        display: block;
    }

    .collections .collections_text .slider_container .content_text {
        padding: 50px;
    }

    section.history .story_title_description {
        flex-direction: column-reverse;
    }

    section.history .story_title_description .story_description {
        width: 100%;
    }

    #navi ul {
        flex-wrap: wrap;
    }   
    
    .desktop-search {
        width: 239px;
        border: none;
    }
    #header .main_menu {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .menu_container {
        display: none;

    }

    .header.cd-main-header {
        padding: 0 15px;
    }

    .newsletter_graphic {
        height: 85%;
        margin-left: 30px;
    }

    #footer .info_footer_container p.newsletter_text {
        margin-top: 13px;
        /* margin-bottom: 9px; */
        font-size: 14px;
    }

    .best-sellers h3.heading_title {
        font-size: 47px;
    }

    .best-sellers h3.heading_subtitle {
        font-size: 47px;
        padding: 20px 0px 10px 50px;
    }

    .best-sellers .reversed-best-sellers {
        width: 90%;
    }

    .best-sellers h3.heading_subtitle {
        width: 43%;
    } 
    
    .best-sellers-subtitle span {
        width: 57%;
    }

    .best-sellers-desktop, .new-products-desktop {
        margin-top: 80px;
    }

    .best-sellers, .private_collection {
        padding: 70px 0px;
    }

    .new-products {
        margin-top: 60px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .swiper-button-prev {
        background-size: 65px;
        left: -50px;
        width: 65px;
        height: 65px;
    }

    h1.heading_title {
        font-size: 55px;
    }

    h1.heading_title:after {
        width: 65%;
    }

    .swiper-button-next {
        background-size: 65px;
        right: -45px;
        width: 65px;
        height: 65px;
    }

    .big_banner .overlay h1 {
        font-size: 37px;
    }

    #banner.swiper-container h1 {
        font-size: 38px;
    }

    #banner.swiper-container .subtitle p {
        text-align: left;
        /* padding-left: 14%; */
        font-size: 19px;
    }

    section.private_collection .collection_description {
        color: white;
        font-size: 18px;
        width: 85%;
        max-width: 800px;
        margin-top: 57px;
        padding-left: 41px;
        line-height: 31px;
    }

    section.private_collection .collection_title {
        padding: 0px 40px;
        border-left: 6px solid #a94442;
        font-size: 41px;
        color: white;
        font-weight: 400;
    }

    .all-product-view {
        border: none;
    }

    .product-preview.slider {
        border-right: none;
    }

    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        /* align-items: center; */
    }
    .product_box .title h3 {
        font-size: 15px;
        line-height: 22px;
        margin-top: 0;
    }

    #logo {
        display: block;
        /* width: 200px; */
    }

    #navi ul li a {
        margin: 0 0px;
    }

    .section-collection .featured_categories .element-middle {
        width: 150px;
        height: 150px;
        left: 251px;
        position: absolute;
        top: 250px;
        background-size: cover;
    }

    .section-collection .featured_categories .element1 {
        height: 400px;
        width: 250px;
        position: absolute;
        background-size: cover;
        top: 0px;
        left: 0px;
    }


    .section-collection .featured_categories .element2 {
        position: absolute;
        width: 400px;
        height: 250px;
        background-size: cover;
        left: 251px;
    }

    .section-collection .featured_categories .element3 {
        position: absolute;
        top: 401px;
        left: 0;
        /* position: absolute; */
        width: 400px;
        height: 250px;
        background-size: cover;
    }

    .section-collection .featured_categories .element4 {
        position: absolute;
        width: 250px;
        height: 400px;
        top: 251px;
        left: 401px;
    }

    .section-collection .featured_categories {
        width: 650px;
        height: auto;
        margin: 0 auto;
        position: relative;
        display: flex;
    }

    .section-collection {
        background: #ffffff;
        min-height: 1250px;
        padding-bottom: 100px;
        position: relative;
    }

    .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
        background-size: 65px;
    }

    .title_box h2.home_title {
        font-size: 36px;
    }

    .hero.new-designs.video {
        height: 71vh;
    }

    #swiper_insta .swiper-slide {
        padding: 0px;
    }

    #swiper_new_products .swiper-slide h4 {
        min-height: 40px;
    }

    #swiper_best_sellers .swiper-slide h4 {
        min-height: 40px;
    }

    section.history .story_description .description {
        text-align: center;
        margin: 25px 0px;
        padding: 0 0px;
        font-size: 15px;
        letter-spacing: 0.1px;
        line-height: 25px;
    }
        
    .horizontal_banner.gift_bg .horizontal_banner_text {
        padding: 70px 0 80px 0;
    }
    
    .private_collection .swiper-button-prev-collection, .swiper-button-prev-new-products {
        right: 10px;
        /* background-image: url(../img/layout/arrow_black_left.svg); */
        left: -30px;
    }

    .private_collection .swiper-button-next-collection, section.related_products .swiper-button-next-collection, .swiper-button-next-new-products{
        right: -43px;
    }

    .desktop-search form {
        display: none;
    }

    .pages.home #navi_container {
        /* background: #0000004f;
        display: none; */
    }
    
    .product_box {
        width: 100%;
    }
    
    .profile_text {
        margin-top: -47px;
    }
    
    .company .profile_text {
        margin-top: 44px;
    }
    
    .btn-basket {
        margin: 10px 0px 10px 0px;
    }
    
    .quantity-addcart {
        display: flex;
        align-items: center;
    }

    .wishlist-btn img {
        width: 22px;
    }

    .tab-label {
        font-size: 18px;
    }

    .product-card .attributes_left {
        font-size: 14px;
    }

    .product-card .attributes_right {
        font-size: 15px;
    }
    
    .btn-basket {
        margin: 0 0px 0 0;
        font-size: 16px;
    }

    ul.footer_menu li{
        margin-bottom: 10px;
    }

    #footer .social-icons-top span {
        margin-right: 15px;
        font-size: 15px;
    } 

    .product-options h1 {
        font-size: 35px;
    }
    
    .social-icons-top a.facebook {
        background-size: 11px;
    }
    
    #footer .container.mg-t-50{
        margin-top:15px;
    }

    .product-card .product-options-quantity {

        /* margin-bottom: 4px; */
    }

    .footer_box.middle {
        margin-left: 0px;
    }

    .footer_box.prelast {
        margin-left: 0;
    }

    .footer_copyright {
        padding: 25px 30px;
    }

    .lang_close {
        width: 100%;
        height: 143px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        padding: 0 14px;
        border-bottom: 1px solid lightgrey;
    }

    .product-preview.details .social-buttons-view {
        font-size: 18px;
    }

    .product-card .previous {
        font-size: 27px;
    }

    .product-card #baseprice {
        font-size: 19px;
    }

    #language_mob {
        display: block;
        position: relative;
        top: unset;
        right: unset;
    }

    #close_btn img {
        width: 40px;
        background: #a94442;
        padding: 9px;
    }

    .product-card span.product-title {
        font-size: 20px;
    }

    .product-card p.no-margin {
        margin: 5px 0px;
        font-size: 16px;
        line-height: 22px;
    }

    .tab p {
        font-size: 15px;
        line-height: 24px;
        margin: 10px 0;
    }

    .option_title {
        margin-top: 12px;
        font-size: 17px;
    }

    .content .product-list ul li {
        line-height: 22px;
        width: 49%;
        font-size: 14px;
    }

    .product-card .product-options-quantity .quanity-title {
        font-size: 17px;
    }

    .form-options .select-buttons li {
        width: calc(22% - 8px);
    }

    .form-options .select-buttons li a {
        padding: 5px;
        font-size: 14px;
    }

    .product-card .product-options-quantity .form-control {
        font-size: 20px;
    }

    .product-actions .minus, .product-actions .plus, .cart .minus, .cart .plus {
        font-size: 21px;
    }

    .product-card .price {
        font-size: 28px;
        margin-left: 15px;
    }

}

.home_third_small {
    margin-bottom: 30px;
}

@media (max-width:991px) {
    .cd-menu-trigger { display: inline-block!important;} 
    .wrapper { display: block!important; }
    .overlay-close { display: block!important; }

    #newsletter {padding: 0px 5%;}
    .newsletter_input input {width: 300px;}
    .newsletter {flex-direction: column;align-items: center; padding: 60px 20px}
    .newsletter_text { text-align: center;}
    .newsletterform { padding: 20px 10px 5px 10px;}
    .newsletter h5 { margin: 0px 0 8px 0;}

    /***** FOOTER *****/
    .social_footer.show_1199 {justify-content: center;}
    .social_footer img {margin-right: 20px; margin-left: 20px;}
    .info_footer_container.half_width{width: 25%;}

    /***** HOME *****/
    .main_banner .slider_container_with_bg { padding: 20px;}
    .pink_bg.wave_bg .align_image {min-height: 100px;}
    .pink_bg.wave_bg { padding: 25px 0;}
    .pink_bg.wave_bg .align_image p { min-width: 240px;}
    .product_box { max-width: none;}
    .insta_feed img { padding: 0}
    .home_insta h2 {font-size: 36px;}
    .home_insta::before {height: 250px;}
    .tabs_wrapper .swiper-button-next{ margin-top: 0;left: -60px;}
    .tabs_wrapper .swiper-buttons-pagination .swiper-button-prev { top: -40px;left: -60px;}
    .swiper_banner h4 { font-size: 35px; line-height: 45px; }
    .half_width{width: 50%}
    .padding_box.hide_mob{display: none;}
    .intro_notes .align_boxes {flex-direction: row;}
    .intro_notes p {font-size: 22px;padding-right: 0;padding-bottom: 55px; }
    .intro_notes {padding-top: 15px; text-align: center;}
    .beige_box { min-height: auto; min-width: 100%;min-height: 255px;}
    .intro_notes  .col-lg-offset-3, .padding_box {margin: 100px 0px 20px 0px;}
    .full_width{position: absolute; top: -15px; padding-right: 30px;}
    .intro_notes .beige_box p { padding-bottom: 0;}
    .intro_notes.second_row .padding_box, .intro_notes.second_row .col-lg-offset-3{margin: 10px 0px 20px 0px;}
    .intro_notes.first_row,  .intro_notes.second_row, .intro_notes.second_row .padding_box.half_width{position: relative;z-index: 2;}
    .intro_notes.first_row::after{ content: '';  position: absolute; background-image: url(../img/layout/icons/leaf1.png); background-repeat: no-repeat; background-size: contain; width: 160px; height: 140px; right: -45px; z-index: 2; top: 85px; }
    .intro_notes.second_row::before{ content: '';  position: absolute; background-image: url(../img/layout/icons/brush_stroke.png); background-repeat: no-repeat; background-size: contain; width: 150px; height: 140px; left: -45px; z-index: 2; bottom: 23%;  opacity: 0.7; }
    .intro_notes.second_row .padding_box.half_width::after{ content: ''; position: absolute;  background-image: url(../img/layout/icons/gold_spots.png);        background-repeat: no-repeat;  background-size: contain; width: 100%; height: 300px; right: -45px; z-index: -1; bottom: -200px;  opacity: 0.7; }
    .brands_home { z-index: 2; position: relative;}

    /****** PRODUCT VIEW ******/
    .product-full {margin-top: 10px;}
    .product-view .all-product-view .row{flex-direction: column;}
    .all-product-view{padding: 20px;}

    /***** CONTACT *****/
    .contact_info { padding: 10px 0px; }
    .form_wrapper { margin-left: -50px;}
    .form_wrapper::before { height: 190px;}
    .hours_wrapper .light_grey_bg p { font-size: 18px; line-height: 25px;}
    .hours_wrapper .light_grey_bg h6 {  font-size: 25px;}
    .contact_form_wrap h6 { font-size: 35px; }
    .form_wrapper { padding: 50px 35px 200px 15% }
    .form_wrapper h6::after {width: 135px;  height: 100px; right: -17%; top: -6px;}
    .hours_wrapper .light_grey_bg::after { width: 220px; height: 160px;}
    .contact_form_wrap p {  width: 100%; float: unset; text-align: center;}
    .contact .button.thin-bg-dark{margin: 20px auto 0 auto;}
    .form_wrapper .shiny-button { padding: 12px 50px; font-size: 17px; display: flex; margin: 12px auto 0 auto;  }

    .modal.brand_modal .modal-dialog {
        width: 650px;
    }

    .header_fixed #logo {
        width: 170px;
        height: 60px;
    }

    .checkout-navigation h1 .first-word {
        font-size: 40px;
    }

    .products_text {
        margin-top: 0px;
    }

    .products-page:after, .products-page:before {
        display: none;
    }

    .blog_thumb {
        width: 300px;
    }

    .blog_text.desc {
        margin-top: 15px;
    }

    .blog_image_text p.second {
        font-size: 18px;
    }

    .blog_image_text {
        padding: 20px;
    }

    .contact_box_item h5 {
        font-size: 20px;
        margin: 15px 0 10px 0;
    }

    .dynamic_content {
        padding-right: 0px;
        padding-top: 60px;
    }

    .dynamic_content h2 {
        font-size: 22px;
    }

    .dynamic_content h5 {
        font-size: 19px;
    }

    .dynamic_content.single {
        padding-top: 0;
    }

    .reverse-991 {
        display: flex;
        flex-direction: column-reverse;
    }

    .dynamic_img:after {
        top: 30px;
        left: 0px;
    }

    .padd {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .home_store {
        height: 95vh;
        background-size: contain;
        background-position: top;
        padding: 50px 0 0 0;
    }

    .store_text:before {
        width: calc(100% + 60px);
        left: -30px;
        height: calc(100% + 55px);
        top: -40px;
    }

    .store_text h2 {
        font-size: 55px;
        margin-bottom: 20px;
    }

    .store_text {
        width: 90%;
        bottom: 0;
        margin-left: 5%;
    }

    .button {
        padding: 15px 35px;
        font-size: 17px;
    }

    .button.center {
        margin-top: 50px;
    }

    .box_banners_sec .flex {
        flex-direction: column;
    }

    .box_banners_sec {
        padding: 30px 90px 90px 90px;
    }

    .box_banner_2 {
        padding: 40px 0;
    }

    .box_banners {
        margin: 30px 0;
        flex-direction: column;
    }

    .box_banner_1 h2 {
        font-size: 45px;
        line-height: 40px;
    }

    .box_banner_1 {
        margin-right: 0;
        margin-bottom: 50px;
        padding: 45px;
    }

    .category_box {
        margin: 0;
    }

    .category_box h2 {
        font-size: 20px;
        padding: 13px 20px;
    }

    .category_box:after {
        top: 15px;
        left: 15px;
    }

    .featured_categories h1 {
        font-size: 30px;
        margin-bottom: 35px;
    }

    #header {
        display: block;
        /* overflow: hidden; */
    }

    .footer_box.footer_logo p {
        margin-top: 25px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .footer_logo .footer_social img {
        margin: 0 20px;
    }

    .footer_logo img {
        width: 185px;
    }

    .footer_box.footer_logo p:after {
        left: 0;
        right: 0;
        margin: 0 auto;
        background-repeat: no-repeat;
        background-position: center;
    }

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

    .cd-search-trigger .close_search img {
        width: 27px;
        height: 27px;
    }    

    .featured_categories .main_category .vertical_banner_text {
        margin-left: 0;
        transform: none;
        position: relative;
    }

    .featured_categories .main_category .vertical_banner_text span {
        color: #fff;
        margin-left: 0;
    }

    .featured_categories .main_category .vertical_banner_text.right {
        margin-right: 0;
        transform: none;
    }

    .product_box .box_details {
        padding: 0px 5px 10px 5px;
    }

    .filters { 
        display: none;
    }

    .filters-mob {
        display: block;
    }

    .filter_wrapper {
        border-right: none;
        border-bottom: 2px solid #E29B9C;
        background: #fff;
        padding: 0;
        display: block;
        width: 100%;
        margin: 0;
    }

    .filter_outer {
        display: inline-flex;
        align-items: center;
        justify-content: space-evenly;
        width: 100%;
        padding: 20px 0;
    }

    .block.sort h4:after {
        background: url(../img/layout/arrow_up_footer.svg) no-repeat center center;
    }

    .cd-filter-trigger span:after {
        content: '';
        position: absolute;
        margin-left: 10px;
        margin-top: 14px;
        width: 14px;
        height: 14px;
        background: url(../img/layout/arrow_up_footer.svg) no-repeat center center;
        background-size: contain;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%) rotateZ(180deg);
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }

    .products_view {
        margin-top: 60px;
        padding: 0 20px;
    }

    .contact_us {
        width: 80%;
    }

    .pages.contact h3.heading_title {
        font-size: 42px;
        padding: 15px 0px 0 30px;
    }

    .pages.contact h3.heading_subtitle {
        width: 57%;
        font-size: 42px;
        padding: 15px 0px 5px 30px;
    }

    .contact_box {
        padding: 40px 20px;
        height: 360px;
    }

    .contact_box h1 img {
        width: 220px;
    }

    .box_banners .vertical_banner_text.top {
        display: none;
    }

    .show_991 {
        display: block;
    }

    section.brands {
        padding: 50px 0px 0px 0;
    }

    .footer-social {
        background: #F5F5F5;
        display: flex;
        justify-content: center;
        padding-top: 30px;
    }

    .best-sellers h3.heading_title {
        font-size: 43px;
    }

    .best-sellers h3.heading_subtitle {
        font-size: 43px;
        padding: 20px 0px 10px 50px;
    }

    .best-sellers-subtitle span {
        font-size: 40px;
    }

    /* .swiper-button-next {
        top: auto;
        bottom: 0;
        left: 0;
        right: -100px;
        margin: 0 auto;
    } */

    h1.heading_title {
        font-size: 55px;
    }

    #swiper_best_sellers .swiper-slide h4, #swiper_new_products .swiper-slide h4, #swiper_related .swiper-slide h4 {
        min-height: 40px;
    }

    h1.heading_title:after {
        width: 70%;
    }

    .new-products {
        padding-bottom: 100px;
        margin-top: 60px;
        margin-left: 50px;
        margin-right: 50px;
    }
/* 
    .swiper-button-prev {
        top: auto;
        bottom: 0;
        left: -100px;
        right: 0;
        margin: 0 auto;
    } */

    .best-sellers .reversed-best-sellers {
        width: 90%;
    }

    .best-sellers h3.heading_subtitle {
        width: 40%;
    } 
    
    .best-sellers-subtitle span {
        width: 60%;
    }

    .best-sellers-desktop, .new-products-desktop {
        margin-top: 80px;
    }

    .best-sellers, .private_collection {
        padding: 70px 15px;
    }

    .store_text h1 img {
        display: block;
    }

    .store_text img {
        display: none;
    }

    .store_link {
        display: none;
    }

    .store_link.mob {
        display: block;
        bottom: 35px;
        right: 8%;
    }

    .store_bg {
        height: 13%;
        width: 93%;
    }

    .store_text {
        padding: 8% 5% 12% 5%;
    }

    .footer-social p {
        display: inline-block;
        margin-right: 10px;
        color: #313131;
        font-size: 16px;
        font-weight: 300;
    }

    .footer-social a {
        display: inline-block;
        width: 27px;
        margin: 0 6px;
    }

    .copyright ul li.last {
        display: none;
    }

    .copyright ul li {
        padding-left: 15px;
        font-size: 15px;
    }

    .footer_copyright p {
        font-size: 15px;
    }

    .hero.section-newsletter .newsletter-col {
        background-size: contain;
        background-position: 0 200px;
    }

    .hero.section-newsletter .newsletter-col .colA {
        display: contents;
    }

    .hero.section-newsletter .heading_title {
        font-size: 30px;
    }

    .newsletter_input input {
        font-size: 17px;
        padding: 12px 0;
    }

    .newsletter_graphic {
        height: 85%;
        margin-left: 15px;
        width: 95%;
        background-position: bottom;
    }

    .main_banner .swiper-button-prev, .main_banner .swiper-button-next {
        display: none;
    }

    .cd-search-trigger.active .close_search {
        margin-right: -5px;
    }

    .header.cd-main-header {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    li.languages {
        font-size: 15px;
    }

    li.languages:after {
        margin-left: 24px;
        font-size: 14px;
        margin-top: 0;
    }

    #language {
        top: -25px;
    }

    .breadcrumb-section:before {
        display: none;
    }

    .page_title_container .page_title_flex {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
    }

    .blog_subtitle {
        margin-bottom: 50px;
    }

    .blog_subtitle p {
        font-size: 20px;
        line-height: 30px;
    }

    .home_third_small {
        margin-bottom: 30px;
    }

    .dynamic_gallery {
        padding-top: 90px;
    }

    h1.gallery-title {
        font-size: 40px;
        margin-bottom: 30px;
    }

    #dynamic_gallery {
        margin-bottom: 60px;
    }

    .stores_wrapper {
        flex-direction: column;
    }

    .store {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .slider_container .content_image {
        height: auto;
        width: 60%;
        margin-top: -50px;
    }    

    .featured_categories .overlay {
        height: auto;
        top: auto;
        position: relative;
        background: #1E1E1E;
        padding: 50px 0;
    }

    .featured_categories .main_category {
        height: 70vh;
        border-right: none;
        margin-bottom: 80px;
    }  

    .featured_categories .main_category.right {
        margin-bottom: 0;
        overflow: visible;
    }

    .featured_categories .main_category.right:before {
        content: '';
        position: absolute;
        top: -40px;
        border-top: 1px solid #444;
        width: 100%;
    }

    section.brands.insta .section-title {
        font-size: 40px;
    }

    section.brands.insta .section-subtitle {
        font-size: 35px;
        margin: 30px 0px 10px 0px;
    }

    .contact_box h1 {
        font-size: 33px;
    }

    .content h3 {
        font-size: 19px;
    }

    h1.page_title {
        font-size: 38px;
    }

    .elements-contact.gift-card {
        flex-direction: column;
    }

    .elements-contact.gift-card img {
        display: block;
        margin: 10px auto 30px auto;
    }

    #footer {
        padding-top: 60px;
    }

    .footer_box.footer_logo {
        margin-bottom: 35px;
    }

    .footer_box {
        margin-left: 0px;
        margin-bottom: 15px;
    }

    .footer_copyright {
        padding: 25px 35px;
    }

    #wapp a {
        width: 80px;
    }

    .bank_icons img.maestro {
        width: 110px;
    }

    .footer_box.bank_icons {
        margin-bottom: 0;
    }

    .bank_icons img {
        margin: 0px 12px;
    }

    .bank_icons img.mastercard {
        width: 120px;
    }

    .bank_icons {
        justify-content: center;
    }

    .catalog.view .best-sellers .flex {
        flex-direction: column;
    }

    .related .swiper-controls {
        display: flex;
        /* flex-direction: row-reverse; */
        justify-content: center;
    }

    .product-preview.slider {
        /* border-right: 2px solid; */
        margin-bottom: 10px;
        padding-bottom: 0;
    }

    .best-sellers .flex, .private_collection .flex {
        flex-direction: column-reverse;
    }

    .private_collection .flex {
        flex-direction: column;
    }

    section.home_info .info_box_container .heading_desc {
        font-size: 13px;
        text-align: center;
        margin-left: 0;
    }

    .product-preview.details .social-buttons-view span.share .devide {
        margin-left: 10px;
        margin-right: 10px;
    }

    .best-sellers, .private_collection {
        padding: 60px 0;
    }


    .hero.section-newsletter .newsletter_image {
        position: relative;
        width: calc(100% + 312px);
        margin-left: -177px;
        margin-top: -18px;
        margin-bottom: -5px;
    }


    section.home_info .info_box_container {
        display: flex;
        flex-direction: column;
    }

    #mobile-nav {
        right: -100%;
        width: 100%;
        transition: right 0.5s ease;
    }
    #mobile-nav.nav-open {

 transition: right 0.5s ease;
    }
    #mobile-nav .cd-wishlist-trigger, #mobile-nav .cd-login-trigger, #mobile-nav .cd-logout-trigger {
        background-image: none;
    }

    #mobile-nav .panel-heading .user_link span, 
    #mobile-nav .panel-heading .wishlist_link span{
        display: block;
        height: 100%;
        line-height: 40px;
        text-decoration: none;
        font-size: 17px;
        font-weight: 300;
        color: #d66588;
        padding-left: 0px;
    }

    ul.tabs>li {
        font-size: 15px;
        padding-bottom: 10px;
    }

    .filter_sorting.hide_desktop{
        display: flex;
        position: relative;
        border-bottom: 6px solid #a94442;
        margin-bottom: 0;
    }

    #sidebar .filter_heading{
        margin-bottom: 0px;
        padding: 12px;
        font-size: unset;
    }

    .left_sidebar {
        background: #f7f7f7;
        position: relative;
        padding-bottom: 0px;
    }

    .filter_sorting span.filter_text{
        margin-left: 0;
        color: #4D5263;
        font-size: 19px;
    }

    .filter_sorting span.filter_text:after {
        content: '';
        position: absolute;
        margin-left: 5px;
        top: 50%;
        width: 12px;
        height: 12px;
        background: url(../img/layout/arrow_up_black.svg) no-repeat center center;
        background-size: contain;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%) rotateZ(180deg );
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }

    .filter_sorting .cd-filter-trigger.active span.filter_text:after {
        content: '';
        position: absolute;
        margin-left: 5px;
        top: 50%;
        width: 12px;
        height: 12px;
        background: url(../img/layout/arrow_up_black.svg) no-repeat center center;
        background-size: contain;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%) rotateZ(90deg );
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }

    .filter_sorting.hide_mobile{
        display: none;
    }

    .customers.register form, .customers.account form, .customers.change_password form, .preferences form {
        margin-bottom: 30px;
    }

    #sidebar .filter_heading.hide_mobile {
        display: none;
    }

    .best-sellers .hide_up_991{
        display: flex;
        justify-content: center;
    }

    .private_collection .hide_up_991{
        display: flex;
        justify-content: center;
    }


    .hide_up_991 .swiper-button-prev-new-products{
        position: relative;
        left: unset;
        margin-right: 10px;
        background-position: center;
    }

    .dropdown_links_menu {
		width: 100%;
		transition: all ease-in-out .3s;
		-webkit-transition: all ease-in-out .3s;
		-moz-transition: all ease-in-out .3s;
		display: none;
        transition: all 0.5s ease;
	}
	.dropdown_links_menu.active {
        display: block;
        transition: all 0.5s ease;
        margin-left: -7px;
        width: calc(100% + 10px);
    }

    .hide_up_991 .swiper-button-next-new-products{
        position: relative;
        right: unset;
        margin-left: 20px;
        background-position: center;
    }

    .dropdown_links_menu {
        background: #fff;
    }

    .dropdown_links_menu a {
        color: #000;
        font-size: 17px;
        padding: 10px 15px;
        display: block;
        border-bottom: 1px solid #888;
    }

    .hide_up_991 .swiper-button-prev-collection{
        position: relative;
        left: unset;
        margin-right: 10px;
        background-position: center;
    }

    .hide_up_991 .swiper-button-next-collection{
        position: relative;
        right: unset;
        margin-left: 20px;
        background-position: center;
    }

    .collections  h1.hide_down_991{
        display:none;
    }

    section.history .story_title_description {
        flex-direction: column-reverse;
    }

    .product-preview-image {
        margin-right: 15px;
    }

    section.history .story_title_description .story_description {
        width: 100%;
    }

    section.history .story_title_description .story_title {
        width: 100%;
        text-align: right;
    }

    section.history .story_title_description .story_title h1.hide_up_1200 {
        display: block;
        margin-bottom: 40px;
    }

    section.history .story_title_description .story_title h1.hide_down_1200 {
        display: none;
    }

    .collections  h1.hide_up_991{
        display:block;
        width: 100%;
        text-align: center;
    }
    .collections .collections_text{
        margin-left:0;
    }

    .collections .slider_container {
        width: 100%;
    }

    .slider_container {
        width: 80%;
    }
    .boxes .last{
        /* display: none; */
    }

    section.history .images_story {
        height: 21vh;
        
    }

    .header_fixed #mobile-nav {
        top: 69px;
    }

    .header_fixed .nix-mobile-side-menu-menu {
        height: calc(100vh - 69px);
    }

    .swiper-button-prev-new-products.hide_991{
        display: none;
    }

    .private_collection .swiper-button-next-collection.hide_991{
        display: none;
    }

    .private_collection .swiper-button-prev-collection.hide_991{
        display: none;
    }


    .swiper-button-next-new-products.hide_991{
        display: none;
    }

    .content h2.heading_title {
        font-size: 30px;
    }

    .account_link {
        display: block;
        /* padding-left: 12px; */
        /* margin-top: 15px; */
        background: #00000000;
        text-align: center;
    }

    .register_link {
        display: block;
        /* padding-left: 12px; */
        background: #00000000;
        text-align: center;
    }

    .account_link a, .register_link a {
        color: #ffffff;
        line-height: 40px;
        text-decoration: none;
        padding-left: 6px;
        margin: 0 auto;
        background-position-x: 0;
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
        font-weight: 800;
    }

    .footer_box.middle {
        margin-left: 0px;
    }

    .filter_sorting .filter_heading.hide_mobile{
        display: none;
    }


    .filter_sorting .filter_heading.hide_desktop{
        display: flex;
    }

    .footer_box.prelast {
        margin-left: 0;
    }

    .footer_box {
        text-align: center;
    }

    section.brands.insta {
        padding: 50px 0px;
    }

    .hero.new-designs.video.map .more_featured-top {
        justify-content: center;
        width: calc(100% - 40px);
    }

    .header.cd-main-header {
        padding: 0 15px;
    }

    .slogan p {
        font-size: 16px;
    }

    .social-icons-top {
        margin-top: 0px;
        /* justify-content: center; */
    }

    #footer .social-icons-top {
        margin-top: 0px;
        justify-content: center;
    }

    section.private_collection .swiper-button-prev-collection {
        right: 10px;
        background-image: url(../img/layout/arrow_black_left.svg);
        left: -36px;
    }

    #banner img.banner_image {
        /*height: 100%; */
        position: relative;
        /* top: 10%; */
        /* left: 15%; */
        height: 100%;
        min-width: 100%;
    /* width: 100%;*/
    }

    .desktop-search form {
        display: none;
    }

    .elements-contact {
        flex-direction: column-reverse;
        align-items: unset;
        margin-top: 0;
    }

    .elements-contact img {
        margin-top: 40px;
    }

    /* .pages.contact .page_title_container {
        background: #f5f5f5 url(../img/layout/for_women.jpg);
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-position: center;
        background-repeat: repeat;
        background-size: cover;
        padding: 28px 0px;
        background-attachment: unset;
    } */

    #sidebar .filter-heading{
        display: none;
    }

    .product-preview.details {
        margin-top: 40px;
    }

    .collection.left .title_container .collection_title {
        width: 516px;
        position: relative;
        font-size: 70px;
        color: black;
    }

    .collection.left .title_container .collection_title:after {
        position: absolute;
        content: '';
        width: 197px;
        height: 40px;
        background: #28aae1;
        top: calc(50% - 8px);
        margin-left: 27px;
    }

    .collection.right .title_container .collection_title {
        width: 435px;
        position: relative;
        font-size: 70px;
        color: black;
        text-align: end;
    }

    .collection.left .rotated_text_container .rotated_text {
        font-size: 50px;
    }

    .collection.right .rotated_text_container .rotated_text {
        font-size: 50px;
    }

    .collection.left .main_container .text_button .text_container {
        font-size: 14px;
        line-height: 21px;
    }

    .collection.right .main_container .text_button .text_container {
        font-size: 14px;
        line-height: 21px;
    }

    .m-0{
        margin:0;
    }

    .w-100{
        width: 100%;
    }

    section.brands .swiper-products-container {
        display: block;
        padding: 11px 0px;
    }

    .collection.right .title_container .collection_title:after {
        position: absolute;
        content: '';
        width: 197px;
        height: 32px;
        background: #28aae1;
        top: calc(50% - 7px);
        left: 0;
        margin-right: 27px;
    }    

    .hvr-wobble-vertical{
        width: 24px;
    }

    .box_container .colB .box_inner .box_buttons .sub_button {
        font-size: 14px;
    }

    .box_container .colB .box_inner .box_main_button {
        font-size: 14px;
    }

    .box_container .colB .box_inner .title {
        font-size: 35px;
        margin-bottom: 9px;
    }

    .box_container .colB .box_inner .box_buttons {
        display: flex;
        flex-direction: row;
        margin: 21px 0px;
    }

    .box_container.first .colA {
        background: white;
        padding: 0;
        padding: 3% 0 0 3%;
    }

    .box_container.first .colB {
        background: black;
        padding: 3% 3% 0px 0px;
    }

    .box_container.reverse_box .colB {
        background: black;
        padding: 0% 0% 0px 3%;
    }

    .box_container.reverse_box .colA {
        background: white;
        padding: 0;
        padding: 0% 3% 0 0%;
    }

    .box_container .colA {
        background: white;
        padding: 0;
        padding: 0% 0 0 3%;
    }

    .box_container .colB {
        background: black;
        padding: 0% 3% 0px 0px;
    }
    .box_container.reverse_box.last .colB {
        background: black;
        padding: 0;
        padding: 0% 0% 3% 3%;
    }

    .box_container.reverse_box.last .colA {
        background: white;
        padding: 0;
        padding: 0% 3% 3% 0%;
    }

    .best-sellers {
        /* padding: 10px; */
    }

    .collection {
        margin: 50px 0px;
    }


    section.brands {
        padding: 20px 0px;
    }

    section.brands h1.section_title {
        font-size: 50px;
    }

    section.brands .brand .brand_link {
        font-size: 20px;
        margin-top: 10px;
    }

    #toptop_bar {
        padding: 8px 15px;
    }

    section.main_categories img.category_full {
        width: 100%;
    }

    section.main_categories img.category_small {
        width: 82%;
    }

    section.main_categories .box_category_title {
        font-size: 25px;
    }

    section.main_categories .categories_slogan {
        font-size: 48px;
    }

    section.private_collection .collection_title {
        padding: 0px 32px;
        border-left: 6px solid #a94442;
        font-size: 46px;
        color: white;
        font-weight: 400;
        line-height: 59px;
    }

    section.private_collection .private_collection_headings {
        padding: 41px 19px;
        background: black;
    }

    section.private_collection .collection_description {
        color: white;
        font-size: 17px;
        width: 91%;
        max-width: 800px;
        margin-top: 57px;
        padding-left: 41px;
        line-height: 31px;
    }

    section.brand_featured .row.flex-row {
        display: flex;
        flex-direction: column;
    }

    section.brand_featured .row.flex-row.reversed {
        display: flex;
        flex-direction: column;
    }

    section.brand_featured .image_container {
        overflow: hidden;
        margin-right: 0px;
        margin-bottom: 24px;
    }

    .main_banner .swiper-slide {
        flex-direction: column-reverse;
    }

    .main_banner .banner_img {
        margin: 0;
    }

    .slider_container .content_text {
        padding: 50px;
        text-align: center;
    }

    .main_banner .slider_container {
        margin-left: 0;
        width: 100%;
    }

    .big_banner {
        position: relative;
        height: 62vh;
        overflow: hidden;
    }

    .big_banner img.full-width {
        min-width: 100%;
        height: 100%;
        width: auto;
    }

    .small_banner img.full-width {
        width: auto;
        height: 100%;
        min-width: 100%;
    }

    .small_banner {
        height: 26vh;
    }

    .big_banner .overlay .more {
        margin-top: 76px;
    }

    #banner .main_banner_controls {
        position: absolute;
        top: 52px;
        left: calc(50% + 27px);
        /* width: 100px; */
        height: 40px;
        /* background: #faf9f6; */
        z-index: 1;
        display: flex;
        align-items: center;
    }

    #banner .swiper-pagination-main-banner.swiper-pagination-custom .divide_line {
        width: 195px;
        height: 2px;
        display: block;
        background: #777;
        margin-right: 10px;
        margin-left: 10px;
    }

    #close_btn img{
        width: 48px;
        padding: 9px;
    }
    .row.down{
        margin: 0;
    }

    .row-eq-height {
        flex-direction: column;
    }

    .cd-filter-block {
        display: none;
        padding: 15px;
    }

    .cd-filter-trigger {
        display: block;
        text-align: center;
    }

    .lang_close {
        width: 100%;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        padding: 0 14px;
        border-bottom: 1px solid lightgrey;
    }

    .pages.home .desktop-search.mobile {
        display: block;
        width: 100%;
        margin: 0;
        float: none;
    }

    .desktop-search.mobile {
        display: block;
        width: 100%;
        margin: 0;
        float: none;
    }

    .top_icons .cd-menu-trigger.top_icon {
        width: 40px;
        height: 26px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 36px;
        border-radius: 0px;
        /* transition: all 0.2s ease-in; */
        margin-left: 30px;
    }

    .top_icons .top_icon {
        margin-left: 12px;
    }

    /* .pages.home .cd-menu-trigger {
        display: inline-block;
        width: 30px;
        background-size: 29px;
    } */

    .pages.home #navi_container {
        background: #0000004f;
        display: none;
    }
    .best-sellers-desktop .section_vertical_subtitle{
        display:none;
    }

    .hero.section-newsletter .heading_title:before {
        top: -85px;
        left: -55px;
    }

    .hero.section-newsletter .heading_title:after {
        bottom:  -85px;
        right: -55px;
    }

    .section-collection .more_featured {
        position: relative;
        bottom: 0;
        width: 100%;
        /* height: 100px; */
        background: white;
        display: flex;
        justify-content: center;
        margin-left: 0;
        margin-top: 44px;
    }

    .hero.hero.new-designs .colB .inner-text .description_text {
        width: 86%;
        color: black;
        font-weight: 100;
        margin-top: 13px;
        margin-bottom: 6px;
        line-height: 20px;
        font-size: 15px;
        text-align: center;
    }

    .hero.new-designs .more_featured {
        /* position: absolute; */
        bottom: calc(5% - 23px);
        width: 100%;
        /* height: 100px; */
        background: white;
        display: flex;
        justify-content: center;
        margin-top: 13px;
    }

    .hero.new-designs {
        height: 500px;
    }
    .hero.hero.new-designs .colB {
        height: 100%;
        float: left;
        width: 100%;
    }

    .category_mobile .vertical_banner_text {
        width: 100%;
        /* height: 10%; */
        padding: 7px;
    }

    .hero.section-recommended.best-sellers .reversed-best-sellers {
        float: unset;
        display: flex;
    }

    .hero.section-recommended .best-sellers .colA {
        display: none;
    }

    .hero.new-designs.video {
        height: 54vh;
        padding: 00px 0px;
        padding-bottom: 0px;
    }

    .hero.new-designs.video .more_featured-top {
        font-size: 32px;
    }

    .hero.new-designs.video .more_featured {
        position: absolute;
        bottom: calc(5% - 18px);

        margin-top: 13px;
    }

    .footer_box h6 {
        margin: 12px 0 16px 0;
        font-size: 20px;
    }

    .hero.new-designs.video .button_more {
        padding: 5px 20px;
        font-size: 15px;
    }


    .hero.hero.new-designs .colC {
        height: 100%;
        border-left: 3px solid black;
        width: 8.333333%;
        float: left;
    }


    .company .profile_img.old {
        position: relative;
        top: unset;
        left: unset;
        background: white;
        padding: 10px;
        box-shadow: 0px 0px 5px 1px #ccc;
    }
    
    .top_message {
        display: none;
    }
    /* .cd-menu-trigger{display:inline-block;} */
    
    #mobile-search {
        padding: 0px 15px;
        background: #afafaf96;
    }
    
    .desktop-search {
        width: 33%;
        border: none;
        display: block;
    }
    
    /* .pages.home .desktop-search {
        display: inline-block;
        float: left;
        position: relative;
        margin: 0px 20px 0px 0px;
    } */
    
    #mobile-search .desktop-search {
        width: 100%;
        display: block;
        float: none;
        position: relative;
        margin: 20px 0px 0px 0px;
    }
    /* #header { margin-bottom:10px;}	 */
    
    .top_icons {
        margin: 0;
    }
    
    /* #logo {
        width: 150px;
        height: 117px;
    } */
    
    .home_divider {
        height: 0px;
    }
    
    .cd-cart {
        /* top: 90px;
        height: calc(100vh - 90px); */
        z-index: 999999;
    }
    
    /* .vertical_banner {margin-top:25px;}	 */

    .product-card {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .block {
        margin-bottom: 0px;
        padding: 10px 10px 0px 10px;
    }
    
    .block.right {
        width: auto;
        padding: 0;
        border: none;
    }

    .block.sort h4 {
        padding: 0px 30px 0px 0px;
        color: #474747;
        font-size: 20px;
        font-weight: 600;
    }

    .filter-img {
        padding: 0;
        background: none;
        border-radius: unset;
    }

    .filters-mob .pagination {
        padding: 0;
    }

    .block.sort ul {
        display: block;
        position: absolute;
        background: #474747;
        right: auto;
        top: 69px;
        width: fit-content;
        margin-right: 0;
        text-align: center;
        margin-left: -45px;
    }

    .block.sort ul.side_nav a {
        text-align: center;
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 6px 55px;
    }

    .catalog.products .product_box {
        z-index: 1;
    }

    .pagination.bottom .pages:before {
        width: 60%;
    }
    
    .product_box .title {
        padding: 10px 10px 0 10px;
    }
    
    .brand_home {
        padding: 10px 20px;
    }
    
    .horizontal_banner.gift_bg .horizontal_banner_text {
        padding: 70px 0 80px 0;
    }
 
    .box_banners .vertical_banner_text {
        margin-bottom: 60px;
    }

    .vertical_banner_text span {
        font-size: 28px;
        background-size: 38px;
    }

    .vertical_banner span {
        position: relative;
        font-size: 36px;
    }

    .boxes .box-final .banner_title {
        font-size: 36px;
    }
    
    .product_box {
        width: 100%;
    }
    
    .moschos .row {
        display: flex;
        flex-direction: column;
    }
    
    .cd-main-header {
        /* height: 118px; */
        /* display: flex; */
        /* align-content: center;
        align-items: center; */
    }

    #header .main_menu {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .swiper-container h1 {
        font-size: 40px;
    }

    .main_banner .swiper-container h1 {
        font-size: 45px;
    }

    .main_banner .swiper-container-horizontal>.swiper-pagination-bullets {
        /* position: relative; */
        width: 100%;
        justify-content: center;
        padding-right: 0;
        bottom: 0;
        padding: 30px 0;
    }
    .main_banner .swiper-container h1 span.second {
        font-size: 50px;
    }

    .swiper-container p {
        margin-top: 20px;
    }

    .main_banner .slider_container a.more {
        padding: 15px 45px;
        margin-top: 30px;
        font-size: 18px;
    }

    .main_banner .social_banner {
        width: 15%;
        margin-top: -50px;
    }

    .main_banner .social_banner a.facebook {
        width: 35px;
        height: 35px;
        background-size: 14px;
    }

    .main_banner .social_banner a.instagram {
        width: 28px;
        height: 28px;
        background-size: 24px;
    }

    .main_banner .swiper-container h2 {
        font-size: 50px;
    }

    .main_banner .swiper-container .subtitle p {
        text-align: left;
        padding-left: 0%;
        font-size: 15px;
        font-weight: 100;
        letter-spacing: 1px;
    }

    
    .contact_info_box {
        margin-bottom: 20px;
    }
    #footer .container.mg-t-50{
        margin-top:5px;
    }

    section.brands.insta .section-subtitle:after {
        width: 160px;
        background-size: 130px;
        height: 30px;
    }   

    .gallery_slider .swiper-slide-prev, #swiper_insta .swiper-slide-prev {
        margin-left: 25px;
        top: -25px;
    }

    .gallery_slider .swiper-slide-active, #swiper_insta .swiper-slide-active {
        margin-left: 20px;
    }

     .flex_center {
        flex-direction: column-reverse;
    }

}
@media only screen and (min-width:768px) and (max-width:991px) {
    /*#top_bar{background:pink;}	*/

    .hero.section-recommended {
        overflow: hidden;
    }

    .hero.new-designs .description_text p {
        margin-bottom: 13px;
        font-size: 15px;
    }
    .title_box span {

        width: 100%;
    }

    .pages.home #navi_container {
        background: #0000004f;
        display: none;
    }

    #navi_container {
        background: #0000004f;
        display: none;
    }

    /* #logo {
        width: 279px;
        height: 117px;
        padding-right: 0px;
    } */

    .top_icons_column {
        /* width: 403px;
        border-left: 1px solid #717171; */
        /* height: 117px; */
        width: 33%;
        border-bottom: none;
        align-items: center;
    }

    .menu_container {
        padding: 0px 0px;
    }

    .section-collection.desktop{
        display:none;
    }
    
    .section-collection.mobile{
        display:block;
        min-height: auto;
    }

    section.history .main_row {
        background: white;
        display: flex;
        flex-direction: column;
    }

    section.history .story_description {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 40px 0px;
    }
    
    .featured_categories .overlay h1 {
        font-size: 35px;
        padding-bottom: 10px;
    }

    .featured_categories .overlay h2 {
        font-size: 25px;
    }

    .featured_categories .overlay p {
        font-size: 18px;
    }
    
    .cat_box {
        background-image: none!important;
    }

    .product-full {
        margin-bottom: 30px;
    }
    
    .checkout-navigation h1 {
        font-size: 2em;
    }
    
    .nl-button::before {
        display: none;
    }
    
    .nl-button::after {
        display: none;
    }
    
    ul.footer_menu li {
        margin-bottom: 9px;
        font-size: 15px;
        /* color: #fff; */
    }

    .cd-menu-trigger {
        display: inline-block;
        width: 30px;
        background-size: 29px;
        width: 44px;
        height: 32px;
        margin-left: 5px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 27px;
        border-radius: 0px;
        transition: all 0.2s ease-in;
        text-indent: -99999px;
    }

}
@media (max-width:767px) {
    .newsletter_input input { width: 220px;}
    .padd {padding-top: 40px; padding-bottom: 40px;}
    #toptop_bar .address-info, #toptop_bar .elta-info { display: none;}

    /********* FOOTER *********/
    .bank_icons {flex-wrap: wrap;}
    .info_footer_container.half_width{width: 50%}
    .info_footer_container{ min-height: auto;}
    #footer {padding: 50px 0 90px 0;}
    ul.footer_menu li {text-align: center;}

    /********* HOME *********/
    .pink_bg.wave_bg .align_image p { width: 170px;font-size: 16px;line-height: 22px;   min-width: unset;}
    .pink_bg.wave_bg .align_image img {height: auto;width:65px; margin-right: 15px;}
    .pink_bg.wave_bg .align_image img.smaller {height: auto;width: 80px;margin-right: 0;}
    .main_banner.mobile{display: block;}
    .main_banner.desktop{display: none;}
    .top_text_section {background-color: white;  top: 0; padding: 5px 20px 30px 20px; text-align: center; background: white; z-index: 9; width: 100%;position: absolute;}
    .top_text_section p {font-size: 30px; color: #333; margin-bottom: 25px; line-height: 42px;margin-top: 25px;}
    .more_button { display: inline-block; text-decoration: none;}
    .slider_container_with_bg { background-size: cover;  background-position: center; height: 400px;}
    .main_banner .slider_container_with_bg {height: 400px; background-position: right; }
    .insta-header {flex-direction: column;padding: 50px 0 35px 0;}
    .home_insta h2 { padding-bottom: 20px;}
    .swiper_banner {padding-right: 0; height: auto; justify-content: flex-start; padding-top: 90px; min-height: 500px;}   
    .swiper_banner h4 {font-size: 37px; line-height: 50px;}
    .tab_content.current { top: -100px;position: relative;}
    .flex { height: auto;}
    .swiper-buttons-pagination.mobile{display: block;position: relative;bottom: 0;  margin-top: 75px;}
    .swiper-buttons-pagination.desktop{display: none;}
    .swiper_banner .swiper-button-prev { left: -75px;}
    .swiper_banner .swiper-button-next { left: 10px;}
    .main_banner.mobile .swiper-wrapper { height: 600px;}
    .main_banner { height: auto;}

    .intro_notes .align_boxes {flex-direction: row;}
    .intro_notes p {font-size: 22px;padding-right: 0;padding-bottom: 55px; }
    .intro_notes {padding-top: 15px; text-align: center;}
    .beige_box { min-height: auto; min-width: 100%;min-height: 255px;}
    .intro_notes  .col-lg-offset-3, .padding_box {margin: 130px 0px 20px 0px;}
    .full_width{position: absolute; top: -15px; padding-right: 30px;}
    .intro_notes .beige_box p { padding-bottom: 0;}
    .intro_notes.second_row .padding_box, .intro_notes.second_row .col-lg-offset-3{margin: 10px 0px 20px 0px;}
    .intro_notes.first_row,  .intro_notes.second_row, .intro_notes.second_row .padding_box.half_width{position: relative;z-index: 2;}
    .intro_notes.first_row::after{ content: '';  position: absolute; background-image: url(../img/layout/icons/leaf1.png); background-repeat: no-repeat; background-size: contain; width: 130px; height: 125px; right: -45px;z-index: 2;top: 100px; }
    .intro_notes.second_row::before{ content: '';  position: absolute; background-image: url(../img/layout/icons/brush_stroke.png); background-repeat: no-repeat; background-size: contain; width: 130px; height: 125px; left: -45px;z-index: 2;  bottom: 0; opacity:0.7 }
    .intro_notes.second_row .padding_box.half_width::after{ content: ''; position: absolute;  background-image: url(../img/layout/icons/gold_spots.png);        background-repeat: no-repeat;  background-size: contain; width: 100%; height: 300px; right: -45px; z-index: -1; bottom: -200px;  opacity: 0.7; }
    .brands_home { z-index: 2; position: relative;}
   
    /********* PRODUCTS *********/
    .product_box .add_basket {bottom: 15px;}

    /********* PRODUCT VIEW *********/
    .product-list h2 {font-size: 17px; display: flex; justify-content: center;align-items: center;}
    .product-list {padding: 0 30px;}

        
    /********* CONTACT *********/
    .page_header, .page_header.contact {padding: 50px 0 50px 0;}
    .align_item { margin: 0 5px;width: 33.33%;}
    .icon_wrapper {width: 70px; height: 70px;}
    .icon_wrapper img {width: 35px; height: 35px;}
    .contact_box_item {min-height: 200px;padding: 40px 5px;min-width: 150px;}
    .contact_info .social_footer img { margin: 0 12px; }
    .contact_info .social_footer img.facebook , .contact_info .social_footer img.tiktok, .contact_info .social_footer img.instagram{height: 20px;}
    .contact_info .social_footer img.youtube {width: 25px;}
    .align_boxes {flex-direction: column-reverse;}
    .hours_wrapper .light_grey_bg::after {right: 0;width: 170px;height: 155px;bottom: -80px;}
    .hours_wrapper .light_grey_bg::before{display: none;}
    .hours_wrapper {right: 0;}
    .hours_wrapper .light_grey_bg{border-radius: 0;}
    .contact_form_wrap h6 {margin: 0 0 10px 0px;}
    .form_wrapper { padding: 50px 35px 200px 35px; margin-left: 0;border-radius: 0;}
    .form_wrapper::before{display: none;}
    .form_wrapper h6::after { right: 0; top: 0;}
  
    .styled-table tbody tr {
        display: flex;
        border-bottom: 1px solid #dddddd;
        flex-direction: column;
    }

    .product-preview span.new_product {
        left: 35px;
    }

    .lSSlideWrapper {
        margin-bottom: 20px;
    }

    .products_view .auto-clear .col-lg-4:nth-child(2n+1) {
        clear: both;
    }

    .related_products tr td.attributes_left {
        font-size: 17px;
    }

    .checkout-navigation h1 .first-word {
        font-size: 35px;
    }

    .padd_bottom {
        padding-bottom: 60px;
    }

    .contact_box_item p {
        font-size: 15px;
    }

    .contact_box_item h5 {
        font-size: 19px;
        margin: 10px 0 10px 0;
    }

    h1.gallery-title {
        font-size: 37px;
    }

    p {
        font-size: 17px;
        line-height: 30px;
    }

    .dynamic_content ul li {
        font-size: 17px;
        line-height: 30px;
    }

    .store_text:before {
        width: calc(100% + 45px);
        left: -25px;
        height: calc(100% + 55px);
        top: -30px;
    }

    .store_text h2 {
        font-size: 50px;
    }

    .home_store {
        height: 80vh;
    }

    .store_text {
        padding: 8% 5% 0% 5%;
    }


    .box_banner_1 h2 {
        font-size: 42px;
        line-height: 38px;
    }

    .category_box {
        margin: 0 10px 55px 10px;
    }

    .category_box h2 {
        font-size: 25px;
        padding: 15px 35px;
    }

    .category_box:after {
        top: 25px;
        left: 30px;
    }

    .dropdown_links_menu a {
        font-size: 16px;
    }

    .header.cd-main-header {
        padding: 0;
    }

    .hero.section-newsletter .flex_end {
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .cd-search-trigger .close_search img {
        width: 25px;
        height: 25px;
    }

    .cd-search-trigger.active .close_search {
        margin-right: 0px;
    }

    .vertical_align_center {
        flex-direction: column;
    }

    #toptop_bar .sales-info {
        text-align: center;
    }

    .main_footer .auto-clear .col-xs-6:nth-child(odd) {
        clear: both;
    }    

    .page-stats {
        width: 40%;
        font-size: 17px;
    }

    .page-navigation a, .page-navigation span.current {
        padding: 10px 19px;
    }

    .page-navigation img {
        width: 9px;
    }

    .page-navigation .prev_btn img {
        width: 9px;
        left: -1px;
        position: relative;
    }

    .products-page {
        margin-bottom: 60px;
    }

    .page-navigation .prev_btn a {
        padding: 15px 20px;
        margin-right: 12px;
    }

    .page-navigation span.numbers span {
        margin-right: 12px;
    }

    .pagination.bottom .pages .stats {
        font-size: 17px;
    }

    .page-navigation .next_btn a {
        padding: 14px 20px;
    }

    .page-navigation span.current {
        padding: 10px 20px;
    }

    .pagination.bottom .pages:before {
        display: none;
    }
    .pages.contact h3.heading_title {
        font-size: 35px;
        padding: 15px 0px 0 25px;
    }

    .pages.contact h3.heading_subtitle {
        width: auto;
        font-size: 35px;
        padding: 10px 0px 5px 25px;
    }

    .contact .map {
        margin-top: 0px;
        margin-bottom: 70px;
    }

    .contact_box {
        padding: 40px 20px;
        height: auto;
        border-right: none;
    }

    .contact_box .contact_box_item {
        margin: 2px 0px;
    }

    .contact_box h1 img {
        width: 200px;
    }

    .table-responsive {
        border: none!important;
    }

    .content ul li {
        line-height: 25px;
        font-size: 16px;
    }

    .content h5 {
        font-size: 16px;
    }

    .best-sellers, .private_collection {
        padding: 40px 0px 30px 0;
    }

    .store_text {
        padding: 8% 5% 0% 5%;
    }

    .new-info {
        font-size: 14px;
        width: 52px;
        height: 52px;
    }

    .discount-info {
        top: 12px;
        left: 12px;
        font-size: 16px;
        width: 52px;
        height: 52px;
    }

    .swiper-button-next, .swiper-button-prev, .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
        background-size: 65px;
        width: 65px;
        height: 65px;
    }

    .product-info h5 {
        font-size: 19px;
        margin-top: 15px;
    }

    #swiper_best_sellers .swiper-slide h4 a, #swiper_new_products .swiper-slide h4 a, #swiper_related .swiper-slide h4 a {
        font-size: 16px;
    }

    .swiper-slide .product-info {
        padding: 0px 5px 0px 5px;
    }

    .wishlist-btn {
        right: 15px;
        top: 25px;
    }

    .wishlist-btn img {
        width: 22px;
    }

    .store_link.mob {
        bottom: 30px;
        right: 5%;
        font-size: 14px;
        padding: 10px 20px;
    }

    .footer-social {
        padding-top: 10px;
    }

    .copyright ul li {
        padding-left: 22px;
    }

    .footer_copyright {
        padding-bottom: 25px;
    }

    .copyright {
        text-align: center;
    }

    .hero.section-newsletter .heading_title {
        font-size: 25px;
    }

    .modal.brand_modal .modal-dialog {
        width: 500px;
    }

    #language_mob {
        display: flex;
        position: relative;
        top: unset;
        right: unset;
        margin-top: 0px;
        margin-bottom: 5px;
        justify-content: flex-end;
        margin-right: 15px;
    }

    #language_mob li.languages a {
        color: #000;
    }

    #language_mob li.languages:first-child {
        margin-left: 0;
    }

    .swiper-controls.mob {
        display: flex!important;
    }

    .swiper-controls.desktop {
        display: none;
    }

    .product-card .product-options-quantity .form-control {
        font-size: 19px;
    }

    .product-preview.details {
        margin-top: 30px;
    }

    .product-card span.product-title {
        font-size: 20px;
    }

    .product-card p.no-margin {
        margin: 5px 0px;
        font-size: 16px;
        line-height: 22px;
    }

    .option_title {
        font-size: 18px;
    }

    .content .product-list ul li {
        margin: 0 0 3px 0;
        line-height: 25px;
        width: 100%;
        font-size: 16px;
    }

    .product_box .price h5 span {
        font-size: 19px;
    }

    .cd-filter-block h4 {
        font-size: 21px;
    }

    .wishlist.home .auto-clear .col-lg-4:nth-child(3n+1) .product_box .product_image {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .wishlist.home .auto-clear .col-lg-4:nth-child(2n+1) .product_box .product_image {
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }

    .wishlist.home .auto-clear .col-lg-4:nth-child(3n) .product_box .product_image {
        border-right: none;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        padding: 50px 15px 50px 15px;
    }

    .wishlist.home .auto-clear .col-lg-4:nth-child(2n) .product_box .product_image {
        border-right: 1px solid #474747;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
        padding: 51px 15px 50px 15px;
    }

    .block {
        padding: 10px 0px 0px 15px;
    }

    .catalog.products .product_box {
        margin-bottom: 30px;
    }

    .blog_subtitle p {
        font-size: 19px;
        line-height: 28px;
    }

    .blog_text {
        padding: 0px 0px 20px 0;
    }

    .blog_text ul li {
        font-size: 17px;
        line-height: 30px;
    }

    .blog_thumb {
        margin-bottom: 20px;
        margin-left: 20px;
        width: 250px;
    }

    .blog_thumb:after {
        top: 25px;
        left: -25px;
    }

    .blog_text.desc {
        margin-top: 0;
    }

    .blog_gallery {
        margin-top: 20px;
    }

    .blog_image_text {
        padding: 15px;
    }

    .blog_image_text p.second {
        margin-bottom: 10px;
    }

    .stores .overlay h1 {
        font-size: 25px;
    }

    .stores .overlay {
        padding: 10px 20px;
    }

    .main_banner .social_banner {
        display: none;
    }

    .main_banner:after {
        display: none;
    }

    .slider_container .content_text {
        padding: 35px;
    }

    .main_banner .slider_container a.more {
        font-size: 17px;
        margin-top: 25px;
    }
    
    .slider_container .content_image {
        height: auto;
        width: 100%;
        margin-top: 0;
    }

    .slider_container .content_image img {
        height: auto;
        min-width: 100%;
    }

    .featured_categories .overlay h1 {
        font-size: 30px;
        padding-bottom: 10px;
        border-bottom: 7px solid #cb333bd9;
    }

    .featured_categories .overlay h2 {
        margin: 30px 0px;
        font-size: 25px;
    }

    .featured_categories .overlay p {
        font-size: 17px;
        text-align: center;
    }

    .featured_categories .main_category {
        height: 60vh;
        background-position: top center;
    }

    .featured_categories .main_category.right {
        height: 60vh;
        background-position: top center;
    }

    .new_collections {
        margin-top: 60px;
    }  

    .featured_categories {
        padding: 60px 40px 30px 40px;
    }

    #swiper_best_sellers .swiper-slide h4 a, #swiper_new_products .swiper-slide h4 a, #swiper_related .swiper-slide h4 a {
        font-size: 15px;
        line-height: normal;
    }
    .featured_categories .main_category .vertical_banner_text span {
        margin-left: 0px;
        font-size: 28px;
    }

    .featured_categories .main_category .vertical_banner_text span:after {
        background-size: 40px;
        width: 40px;
        height: 40px;
    }

    .featured_categories .main_category .vertical_banner_text.right {
        margin-right: 170px;
    }

    section.brands.insta .section-title {
        font-size: 36px;
    }

    section.brands.insta .section-subtitle {
        font-size: 30px;
        margin: 20px 0px 5px 0px;
    }

    section.brands.insta .section-subtitle:after {
        width: 140px;
        background-size: 100px;
        height: 22px;
    }

    .hero.section-newsletter .newsletter-col {
        background-size: contain;
        background-position: 0 260px;
    }

    .contact_box h1 {
        font-size: 28px;
    }

    .contact_box_item i {
        font-size: 17px;
        margin-right: 10px;
    }

    .contact_box_item .info {
        font-size: 15px;
    }

    .contact_box_item .info a {
        font-size: 15px;
    }

    .content h2.heading_title {
        font-size: 24px;
        margin-top: 10px;
        text-align: center;
        display: block;
    }

    .content p.contact_description {
        width: 100%;
    }

    .content h2 {
        font-size: 20px;
    }

    .content h3 {
        font-size: 18px;
    }

    h1.page_title {
        font-size: 35px;
    }

    .breadcrumb-section:before {
        display: none;
    }

    .pages.view .content p {
        line-height: 25px;
        font-size: 16px;
    }

    .breadcrumb a span, .breadcrumb span {
        font-size: 15px;
    }

    #mobile-nav {
        top: 75px;
    }
    .header_fixed #mobile-nav {
        top: 65px;
    }
    #mobile-nav .panel-heading .user_link span, #mobile-nav .panel-heading .wishlist_link span {
        font-size: 16px;
    }

    .page_header h1.page_title {
        margin-top: 6px;
    }

    .styled-table {
        border-collapse: collapse;
        margin: 25px 0;
        font-size: 0.9em;
        font-family: sans-serif;
        min-width: 100%;
        width: 100%;
        max-width: 100%;
    }

    .social-icons-links a.instagram {
        width: 21px;
        height: 21px;
    }

    .boxes .row.reverse .box-final .banner_title {
        writing-mode: tb-rl;
        transform: rotate(-180deg);
        font-size: 36px;
    }

    section.brands h1.section_title {
        font-size: 47px;
        text-align: center;
    }

    section.brands .brand {
        margin-bottom: 50px;
    }

    section.home_info .info_box_container {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }

    section.home_info .pwlhseis {
        margin-bottom: 10px;
    }

    section.home_info {
        padding: 50px 0px 20px 0;
    }

    section.home_info .info_box_container .heading_desc {
        font-size: 15px;
        text-align: center;
        margin-left: 0;
        line-height: 25px;
    }

    .hero.section-newsletter .newsletter_image {
        position: relative;
        width: calc(100% + 58px);
        margin-top: -18px;
        margin-bottom: -5px;
        margin-left: -43px;
    }

    .center-info {
        display: none;
    }

    .social-icons-links a.facebook {
        height: 21px;
        background-size: 21px;
    }

    .hero.section-newsletter .heading_title {
        font-size: 28px;
        text-align: left;
    }

    .hero.section-newsletter .newsletter-col .colA {
        justify-content: flex-start;
        margin-left: 15px;
    }

    .newsletterform {
        padding: 0px 0px 0px 0px;
    }

    .big_banner {
        text-align: center;
    }

    .small_banner {
        height: 18vh;
    }

    .small_banner .more {
        color: white;
        font-size: 23px;
    }

    #logo {
        width: 170px;
        height: 70px;
    }

    .top_icons .cd-login-trigger.top_icon {
        width: 22px;
        height: 22px;
        margin-left: 10px;
    }

    .top_icons .cd-menu-trigger.top_icon {
        width: 35px;
        height: 25px;
        background-size: 35px;
        margin-left: 35px;
    }

    .top_icons .cd-cart-trigger.top_icon {
        width: 22px;
        height: 22px;
    }

    .top_icons .top_icon {
        width: 21px;
        height: 21px;
    }

    #header {
        padding: 0 0px;
    }

    h1.page_title span, .pages.contact h1.page_title span{
        padding: 0 0px;
    }

    h1.page_title:after {
        top: calc(100% + 5px);
        height: 3px;
    }

    ul.tabs {
        text-align: left;
    }

    section.history .story_title_description .story_description {
        width: 100%;
        padding: 55px 55px 100px 55px;
    }

    section.history .images_story {
        height: auto;
        flex-direction: column-reverse;
        padding-left: 30px;
        padding-right: 68px;
    }

    section.history .images_story .first {
        height: 100%;
        z-index: 3;
        margin-left: 20%;
        right: 0;
        margin-top: -77px;
        margin-right: 0;
    }

    #search-box {
        padding: 12px;
    }

    .page_title_container .page_title_flex {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
    }

    .pages.home #logo a {
        /* background-size: 90%; */
    }

    #logo a {
        /* background-size: 90%; */
    }

    .desktop-search {
        width: 30%;
    }
    .slogan p {
        font-size: 13px;
    }

    .slogan {
        text-align: center;
        padding: 3px 0px;
    }    

    .menu_container {
        padding: 0px 0px;
    }

    #banner .flex-row {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .desktop-search {
        /* border-bottom: 1px solid #28aae1; */
    }

    .cd-menu-trigger {
        display: inline-block;
        width: 30px;
        background-size: 29px;
        width: 47px;
        height: 44px;
        margin-left: 5px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 35px;
        border-radius: 0px;
        transition: all 0.2s ease-in;
        text-indent: -99999px;
    }

    /* .desktop-search form .icon-search {
        position: absolute;
        right: 10px;
        top: 12px;
    } */
    /* .pages.home .desktop-search form .icon-search {
        position: absolute;
        right: 10px;
        top: 12px;
    } */

    .pages.home .desktop-search {
       /* border-bottom: 1px solid #28aae1; */
    }

     #navi_container {
        background: #0000004f;
        display: none;
    }


    #footer .social-payments {
        margin-top: 20px;
        flex-direction: column;
    }

    #banner .main_banner_controls {
        display: none;
    }

    .social-icons-top {
        /* padding: 10px; */
    }

    .product-preview.slider {
        border-right: none;
        margin-bottom: 20px;
    }
    .language_mob li.languages {
        float: left;
        margin-right: 10px;
        border-right: none!important;
        display: flex;
        color: #fff;
    }

    .lSSlideOuter .lSPager.lSGallery li {
        background: none!important;
        padding-left: 0px!important;
        width: 100px!important;
    }

    .lang_close{
        width: 100%;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        padding: 0 14px;
        border-bottom: 1px solid #faf9f6;
    }
    
    #swiper_new_products .swiper-slide {
        /* padding: 13px 5px; */
    }
    .title_box h2.home_title {
        font-size: 35px;
    }

    .title_box h2.home_title::before {
        top: -88px;
        left: -63px;
        width: 101px;
    }

    .title_box h2.home_title::after{
        bottom: -88px;
        right: -63px;
        width: 101px;
    }

    .title_box span {
        width: 100%;
        margin-top: 101px;
        font-size: 17px;
    }
    .new-designs .button_more {
        padding: 7px 11px;
        /* border: 2px solid black; */
        width: auto;
        font-weight: 900;
        font-size: 13px;
        letter-spacing: 2px;
        transition: all 0.2s ease-in;
        cursor: pointer;
    }
  
    .hero.new-designs .description_text p {
        margin-bottom: 13px;
        font-size: 14px;
    }
    .hero.hero.new-designs .colB .inner-text .heading_title {
        font-size: 30px;
    }
    .hero.new-designs .colB .inner-text img.img-new-design {
        width: 41px;
    }

    .hero.new-designs.video .button_more {
        padding: 4px 18px;
        font-size: 15px;
        margin-top: 3px;
    }

    .hero.new-designs.video {
        height: 49vh;
        padding: 00px 0px;
        padding-bottom: 0px;
    }
    .hero.new-designs.video .more_featured-top {
        font-size: 25px;
    }

    .hero.new-designs.video .video_container_general {
        width: 100%;
        /* margin: 0 auto; */
        /* text-align: center; */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .video_class {
        width: auto;
    }

    .hero.new-designs.video .more_featured {
        position: absolute;
        bottom: calc(5% - 16px);
    }

    .hero.section-insta h3.heading_title:before {
        content: " ";
        display: block;
        position: absolute;
        top: -76px;
        left: -231px;
        width: 283px;
        height: 226px;
        background: transparent url(../img/layout/heading_most.svg) no-repeat center;
        background-size: 49%;
    }

    .hero.section-insta h3.heading_title {
        font-size: 30px;
        font-weight: bold;
        color: #000000;
        margin: 0px 0 0px 0;
        position: relative;
        display: inline-block;
        z-index: 1;
        margin-left: 91px;
        margin-bottom: 50px;
    }

    /* #swiper_insta .swiper-slide {
        display: block;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        padding: 27px;
    } */

    .hero.section-insta .swiper-button-next, .hero.section-insta .swiper-container-rtl .swiper-button-prev {
        background-image: url(../img/layout/arrow_black.svg);
        left: 10px;
        right: auto;
        bottom: -15px;
        top: unset;
        background-size: 101%;
        width: 54px;
        transform: rotateZ( 
    180deg
     );
    }

    .hero.section-insta .swiper-button-prev, .hero.section-insta .swiper-container-rtl .swiper-button-next {
        right: 10px;
        background-image: url(../img/layout/arrow_black.svg);
        left: auto;
        /* right: auto; */
        bottom: -8px;
        top: unset;
        background-size: 101%;
        width: 54px;
    }

    .hero.section-insta {
        min-height: 52vh;
        height: auto;
        padding-bottom: 100px;
        padding-top: 100px;
        margin-top: 0;
    }
    .hero.new-designs {
        height: 561px;
    }

    .section-collection.desktop{
        display:none;
    }
    
    .section-collection.mobile{
        display:block;
        min-height: auto;
    }

    .header_fixed #logo {
        width: 165px;
        height: 60px;
        margin: 0;
    }

    .hvr-wobble-vertical {
        width: 15px;
    }

    .swiper-container .subtitle {
        /* display: none; */
    }

    #banner img.banner_image {
        /* height: 100%; */
        position: relative;
        /* top: 10%; */
        /* left: 15%; */
        height: auto;
        min-width: 100%;
        width: 100%;
    }


    #banner .col_with_image {
        overflow: hidden;
        margin-top: 15px;
        height: 50vh;
    }

    .main_banner .swiper-container h1 {
        font-size: 40px;
    }

    .main_banner .swiper-container .subtitle p {
        text-align: center;
    }

    #banner .banner_button_container {
        text-align: center;
    }

    #banner .slider_text{
        height: auto;
    }

    .logo_column {
        /* width: 40%; */
        /* margin: 0 60px; */
        margin: 0 0px;

    }

    .slider_container {
        width: 80%;
    }

    #header .main_menu {
        padding: 0px 15px;
    }

    .flex-categories{
        display: flex;
        flex-direction: column-reverse;
    }

    .best-sellers .button_container .btn-more {
        margin-top: 10px;
    }

    section.main_categories {
        background: white;
        padding: 70px 0px 250px;
    }

    #swiper_private_collection .swiper-slide img {
        width: calc(100% - 2px);
    }

    section.private_collection .collection_title {
        padding: 0px 17px;
        border-left: 6px solid #a94442;
        font-size: 34px;
        color: white;
        font-weight: 400;
        line-height: 51px;
    }

    section.private_collection .collection_description {
        color: white;
        font-size: 16px;
        width: 100%;
        max-width: 800px;
        margin-top: 40px;
        padding-left: 17px;
        line-height: 31px;
    }

    section.private_collection .collection_title_down {
        text-align: center;
    }

    section.brand_featured img.image_full {
        height: 100%;
        min-width: calc(100% - 15px);
        width: 100%;
    }

    section.main_categories .box_category_full {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0px 0px 40px 0px;
        text-align: center;
    }

    section.main_categories .box_category_title {
        padding-right: 0px;
    }

    section.main_categories .box_category_small {
        align-items: center;
    }

    section.history .main_row {
        background: white;
        display: flex;
        flex-direction: column;
    }

    section.history .story_description {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 40px 0px;
    }

    section.main_categories .categories_slogan {
        justify-content: end;
    }
    
    /* .pages.home .header_fixed .header.cd-main-header {
        margin-bottom: 20px;
        position: fixed;
        background: #221f1f;
        margin-top: -36px;
        box-shadow: 0px 0px 5px 1px #80808061;
        height: 80px;
    }

    .header_fixed .header.cd-main-header {
        margin-bottom: 20px;
        position: fixed;
        background: #221f1f;
        margin-top: -50px;
        box-shadow: 0px 0px 5px 1px #80808061;
        height: 80px;
    } */

    section.main_categories img.category_small {
        width: 100%;
    }

    .collection.left .main_container .text_button {
        flex-direction: column;
    }

    .collection.right .main_container .text_button {
        flex-direction: column;
    }

    .collection.left .main_container .text_button .button_container {
        margin-top: 35px;
        margin-left: 35%;
    }

    .collection.right .main_container .text_button .button_container .btn-more {
        margin-top: 35px;
        margin-left: -42%;
    }


    .collection.left .rotated_text_container .rotated_text {
       font-size: 35px;
    }

    .collection.right .rotated_text_container .rotated_text {
        font-size: 35px;
    }

    .btn-more {
        font-size: 16px;
    }

    span.email_start{
        display: none;
    }


    .slider_container .graphic_slider {
        display: none;
    }

    /* .header_fixed #logo a {
        background: url(../img/layout/logo_small_half.png) no-repeat scroll center center transparent;
        background-size: 100%;
        transition: all 1s ease-in-out;
    } */
    
    .pages.home .header_fixed #logo a {
        /* background: url(../img/layout/mosxos_logo_white_half.png) no-repeat scroll center center transparent; */
        /* background-size: 100%; */
        transition: all 1s ease-in-out;
    }

    .header_fixed #logo a {
        /* background: url(../img/layout/mosxos_logo_white_half.png) no-repeat scroll center center transparent; */
        /* background-size: 100%; */
        transition: all 1s ease-in-out;
    }
    
    .header_fixed .top_icons {
        margin: 0px;
    }
    
    .nl-button::after {
        display: none;
    }
    
    .company .profile_text {
        position: relative;
        padding: 25px 26px;
        z-index: 2;
        background: white;
        box-shadow: 0px 0px 42px 4px #99999940;
    }
    
    .checkout-navigation .step-item .step-line.left {
        left: calc(50% - 30px);
    }
    
    .checkout-navigation .step-item .step-line.right {
        left: calc(50% + 20px);
    }
    
    .checkout-navigation .step-item .step-line {
        width: 10px;
        height: 10px;
    }
    
    .company .profile_img.old {
        position: relative;
        top: unset;
        left: unset;
        background: white;
        padding: 0px;
        box-shadow: unset;
    }
    
    .quantity-addcart {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        flex-direction: row;
        /* margin-bottom: 40px; */
    }

    .product-card .product-options-quantity .quanity-title {
        font-size: 18px;
    }   
    
    .product-card .price {
        font-size: 28px;
    }

    .product-card .main_characteristics {
        display: flex;
        margin: 40px 0px;
        justify-content: center;
    }

    .tab-label {
        padding: 13px 0px 12px 0;
        font-size: 18px;
    }

    .product-preview.details .social-buttons-view {
        font-size: 18px;
    }

    .product-options {
        padding-bottom: 15px;
    }

    .product-card .attributes_left {
        font-size: 15px;
    }

    .tab p {
        font-size: 15px;
    }

    .product-card .previous {
        font-size: 28px;
    }
    
    .btn-basket {
        font-size: 16px;
        background-position: 25px 20px;
    }

    .product-full {
        margin-bottom: 30px;
    }

    .best-sellers h3.heading_title, .private_collection h3.heading_title {
        font-size: 37px;
        padding: 20px 0px 0 30px;
    }

    .product-card .product-options-quantity {
        margin-right: 10px;
    }


    .product-card .option-row {
        padding: 17px 10px;
    }

    .add_cart {
        width: 100%;
    }

    .best-sellers .reversed-best-sellers {
        margin-left: -15px;
        width: 95%;
    }

    .best-sellers-subtitle span {
        font-size: 33px;
        letter-spacing: 6px;
    }

    .best-sellers h3.heading_subtitle {
        font-size: 37px;
        padding: 20px 0px 5px 30px;
    }

    h1.heading_title {
        font-size: 45px;
    }

    .product-options h1 {
        font-size: 33px;
        line-height: 40px;
        margin: 10px 0 20px 0;
    }

    h1.heading_title:after {
        width: 80%;
        bottom: -20px;
    }

    .best-sellers .flex .heading_container {
        margin-bottom: 0;
    }

    .menu_column {
        display: none;
    }

    .top_icons_column {
        /* width: 214px; */
        border-left: unset;
        height: auto;
    }

    .hero.section-newsletter .heading_title:after {
        width: 91px;
    }

    .hero.section-newsletter .heading_title:before {
        width: 91px;
    }

    .hero.section-newsletter .heading_title {
        font-size: 33px;
        text-align: center;
    }

    .hero.section-newsletter .heading_subtitle {
        text-align: center;
    }

    .newsletter_graphic {
        height: 100%;
        width: 110%;
    }

    .newsletterform {
        padding: 0px 10px;
        margin: 0;
        margin-top: 20px;
    }
    
    .pages.home .cd-search-trigger {
        /* display:inline-block; */
    }
    
    
    
    .desktop-search {
        /* display: none; */
        margin: 0;
    }
    
    .pages.home .desktop-search {
        /* display: none; */
    }
    
    .desktop-search.mobile form input {
        padding: 10px 32px 3px 18px;
    }
    
    .desktop-search.mobile {
        display: block;
        width: 100%;
        margin: 0;
    }
    
    .desktop-search.mobile ::placeholder {
        color: white;
    }
    
    .desktop-search form .icon-search {
        background: url(../img/layout/search_go.svg) no-repeat scroll center center transparent;
    }
    
    .pages.home .desktop-search.mobile {
        display: block;
        width: 100%;
        margin: 0;
        float: none;
    }

    #footer {
        padding-top: 50px;
    }     
    
    .cd-menu-trigger {
        display: inline-block;
    }
    
    .cd-search-trigger {
        /*display:inline-block;*/
    }
    
    .top_icons.left {
        float: left;
    }
    
    .header.cd-menu-header {
        display: none;
    }
    
    .footer_copyright p {
        text-align: center;
    }
    
    #wapp {
        float: none;
        margin-top: 15px;
    }
    
    #wapp a {
        margin: 0 auto;
    }

    .footer_box.bank_icons {
        padding-bottom: 20px;
    }

    .bank_icons img {
        margin: 7px 10px 0px 10px;
    }
    
    .checkout-navigation h1 {
        font-size: 1.8em;
    }
    
    .btn-back {
        margin-bottom: 15px;
    }
    
    ul.tabs>li {
        font-size: 16px;
        padding: 15px 10px 15px 10px;
    }
    
    .cd-filter-block {
        display: none;
    }
    
    .cd-filter-trigger {
        display: block;
        text-align: center;
        margin: 0px 0 0px 0;
    }

    
    p.established {
        position: absolute;
        top: -35px;
        left: 120px;
    }
    
    .home_profile .home_profile_wrapper .profile_img:before {
        content: "";
        position: absolute;
        width: 200px;
        height: 300px;
        background: #000000;
        z-index: 0;
        left: 32px;
        top: -59px;
        z-index: 1;
        transform: rotateZ(45deg);
        transition: all 1s ease;
    }
    
    .home_profile .home_profile_wrapper .profile_img img {
        width: 100%;
    }
    
    .home_profile .home_profile_wrapper .profile_img:after {
        content: "";
        position: relative;
        display: inline-flex;
        width: 100%;
        height: 419px;
        background: transparent url(../img/layout/old_photo.jpg) no-repeat center;
        z-index: 2;
        /* right: 2px; */
        /* bottom: -19px; */
        margin-top: 10px;
        background-size: cover;
        border: unset;
        box-shadow: 0px 0px 10px 0px grey;
    }
    
    .footer_box.middle {
        border-left: unset;
        border-right: unset;
    }
    
    .box_container .box_image img {
        width: auto;
        height: 100%;
        margin-left: -42px;
    }
    
    .box_container .box_image {
        width: 100%;
        margin-bottom: -5px;
        height: 100%;
        /* margin-left: -20%; */
        overflow: hidden;
    }
    .box_container .flex {
        display: flex;
        height: 44vh;
    }

    .swiper-container h1 {
        font-size: 31px;
        line-height: 46px;
    }
    
    .pages.home #logo {
        /* width: 187px;
        height: 137px;
        top: 27px;
        margin-top: 95px; */
    }

    .product_box .title h3 {
        font-size: 18px;
    }
    
    #logo {
        /* width: 247px; */
        /* height: 137px;
        top: 27px;
        margin-top: 25px; */
    }

    #logo {
        /* width: 100%; */
        margin: 0;
    }

    .top_icons_column {
        /* height: 90px; */
        width: 31%;
        border-bottom: none;
        align-items: center;
    }
    
    .title_box.text_center {
        margin: 100px 0 52px 0;
    }
    
    .new-products .title_box.text_center {
        margin: 46px 0 52px 0;
    }
    
    .home_profile .title_box.text_center {
        margin: 76px 0 138px 0;
    }
    ul.footer_menu li {
        margin-bottom: 9px;
        font-size: 15px;
        /* color: #fff; */
    }

    section.brands .swiper-button-prev-brands {
        right: 10px;
        background-image: url(../img/layout/arrow_black_left.svg);
        left: 14px;
    } 
    
    section.brands .swiper-button-next-brands {
        background-image: url(../img/layout/arrow_black_right.svg);
        left: unset;
        right: 19px;
    }

    .product-actions .minus, .product-actions .plus, .cart .minus, .cart .plus {
        font-size: 21px;
    }
}
@media only screen and (min-width:550px) and (max-width:767px) {
    .contact_box {
        margin-bottom: 0;
    }


    h1.page_title span {
        padding: 0 0px;
    }
    
    .contact_box {
        width: 100%;
        float: left;
    }
    
    .product-preview-image img.img-responsive {
        max-width: 100%;
        margin: 0 auto;
    }
    
    .nl-button::before {
        display: none;
    }
    
    .nl-button::after {
        display: none;
    }
    
    ul.footer_menu li {
        margin-bottom: 9px;
        font-size: 15px;
        /* color: #fff; */
    }
}
@media (max-width:549px) {
    .newsletterform { align-items: center;}
    .newsletter_input {margin-right: 0;}
    .newsletter_input input { text-align: center; width: 280px;}

    /**** HOME ****/
    .pink_bg.wave_bg .align_image{ min-height: 90px;padding-left: 0; padding-right: 0;}
    .pink_bg.wave_bg .align_image p {width: 145px;}
    .pink_bg.wave_bg .align_image img {padding-right: 12px; padding-left: 12px;}
    .category_banners {height: auto;}
    .vertical_banner .vertical_banner_text {bottom: 20px;}
    h2.home_title {font-size: 50px;}
    .half_circle_bg {width: 600px; height: 500px;}
    .custom_middle_banner .banner_text {top: 20px;}
    .custom_middle_banner .banner_text p { font-size: 35px;line-height: 40px;}
    .custom_middle_banner .banner_text p em {font-size: 60px;}
    .custom_middle_banner { height: 380px;}
    .intro_notes p {font-size: 19px;line-height: 30px;}

    /**** PRODUCTS ****/
    .product_box .title h3 {font-size: 16px; }

    /**** PRODUCT VIEW ****/
    .product-preview.details {padding-left: 0;}
    .add_cart {padding-right: 0;}
    .product-card {padding-left: 0; padding-right: 0px;}


    /**** CONTACT ****/
    .align_item {width: 100%;}
    .contact_info .social_footer{display: none;}
    .contact_box_item.middle {margin-bottom: 20px;}
    .contact_box_item{margin-top:20px; margin-bottom:20px; min-height: auto;min-width: auto;}
    .padd.contact_info_wrap{padding-top: 50px;}
    .contact_info {padding: 0; flex-direction: column;}
    .form_wrapper h6::after {right: -20px;}
    
    .main_banner .swiper-button-prev {
        right: auto;
    }

    .header_fixed #mobile-nav {
        top: 60px;
    }

    .header_fixed .nix-mobile-side-menu-menu {
        height: calc(100vh - 65px) !important;
    }

    .blog_thumb {
        margin-bottom: 25px;
        margin-left: 0px;
        width: 100%;
    }

    .blog_subtitle p {
        font-size: 18px;
        line-height: 27px;
    }

    .blog_subtitle {
        margin-bottom: 40px;
    }

    .form-control {
        font-size: 16px;
    }

    .contact .button.thin-bg-dark {
        margin-top: 10px;
        font-size: 16px;
        padding: 15px 35px 15px 35px !important;
    }

    .contact_box_item {
        padding: 20px 0;
    }

    .dynamic_content h2 {
        font-size: 20px;
        margin: 15px 0;
    }

    .dynamic_content h5 {
        font-size: 18px;
        margin: 15px 0 5px 0;
    }

    .padd {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .dynamic_content {
        padding-top: 50px;
    }

    .store_text p {
        line-height: 27px;
        font-size: 17px;
    }

    .store_text h2:after {
        right: -10px;
        width: 260px;
    }

    .store_text h2 {
        font-size: 45px;
    }

    .button {
        padding: 15px 30px;
        font-size: 16px;
    }

    .box_banners_sec {
        padding: 30px 70px 100px 70px;
    }

    .box_banner_2 {
        padding: 35px 0;
    }

    .box_banner_2 h3 {
        font-size: 32px;
    }

    .box_banner_2 .button {
        padding: 15px 35px;
        font-size: 15px;
    }

    .box_banner_2 p {
        font-size: 19px;
        line-height: 22px;
    }

    .box_banner_1 {
        padding: 35px;
    }

    .box_banner_2 h2 {
        font-size: 32px;
    }

    .box_banner_1 h2 {
        font-size: 38px;
        line-height: 36px;
    }

    .box_banner_1 h3 {
        font-size: 23px;
        padding: 0 50px 80px 50px;
    }

    .category_box h2 {
        font-size: 23px;
        padding: 15px 35px;
    }

    .featured_categories h1 {
        margin-bottom: 45px;
    }

    #mobile-nav {
        top: 65px;
    }

    .nix-mobile-side-menu-menu {
        height: calc(100vh - 130px)!important;
    }

    .newsletterform {
        flex-direction: column;
        width: 95%;
        padding: 0px 0px 0px 0px;
        margin: 0 auto;
    }

    .slider_container .content_text {
        padding: 25px;
    }

    .swiper-container p {
        margin-top: 12px;
        font-size: 18px;
        line-height: 30px;
    }

    .store_bg {
        bottom: 25px;
    }

    .store_link.mob {
        bottom: 54px;
    }

    .box_banners_sec {
        padding: 30px 70px 80px 70px;
    }

    .home_store {
        height: 65vh;
    }

    .store_text:before {
        width: calc(100% + 35px);
        left: -18px;
        top: -25px;
    }

    .featured_categories .main_category .vertical_banner_text span {
        font-size: 26px;
    }

    .featured_categories .main_category .vertical_banner_text span:after {
        background-size: 37px;
        width: 37px;
        height: 37px;
        margin-left: 28px;
    }

    .product-card #baseprice {
        font-size: 18px;
    }

    .product-card .previous {
        font-size: 24px;
    }

    .page-stats {
        width: 100%;
        text-align: center;
        float: none;
    }

    .page-navigation {
        width: 100%;
        justify-content: center;
    }

    .cd-filter-block h4 {
        font-size: 20px;
    }

    ul.side_nav li a {
        font-size: 18px;
    }

    .filter_outer {
        padding: 10px 0;
    }

    .cd-filter-trigger span {
        font-size: 19px;
    }   
    
    .block.sort h4 {
        font-size: 19px;
    }

    .products_view {
        margin-top: 30px;
    }

    .block.sort ul {
        top: 50px;
        margin-left: -30px;
    }

    .block.sort ul.side_nav a {
        padding: 6px 35px;
    }

    .store_text h1 img {
        width: 210px;
    }

    .store_text {
        padding: 8% 6% 0 6%;
    }

    ul.footer_menu {
        margin-top: 15px;
    }

    section.brands h1.section_title {
        font-size: 42px;
    }

    .new_collections {
        margin-top: 60px;
    }

    .main_banner .swiper-button-next {
        left: auto;
    }

    .pagination.bottom .pages {
        flex-direction: column-reverse;
    }

    .product-card .price span {
        font-size: 30px;
    }

    .fakoi_btn {
        width: 100%;
    }

    .add_cart {
        width: 100%;
    }

    .featured_categories {
        padding: 60px 40px 30px 40px;
    }   
    
    .add_wishlist .wishlist-btn {
        font-size: 17px;
    }

    .product-list {
        margin: 50px 0px 0 0;
    }

    .product-list ul li {
        font-size: 17px;
        line-height: 30px;
        padding: 3px 0 3px 20px;
    }

    .product-preview.details .social-buttons-view span.share .devide {
        font-size: 18px;
    }

    .product-preview.details .social-buttons-view span {
        font-size: 17px;
    }

    .btn-basket {
        width: 95%;
    }

    .modal.brand_modal .modal-dialog {
        width: 90%;
        margin: 0 auto;
        margin-top: 21px;
    }


    h1.gallery-title {
        font-size: 35px;
    }

    .stores .overlay h1 {
        font-size: 22px;
    }

    .stores .overlay p {
        margin: 10px 0px 10px 0;
        font-size: 14px;
    }

    .cd-cart h2.title {
        font-size: 20px;
    }

    .cd-cart .checkout-btn {
        font-size: 18px;
    }

    .featured_categories .main_category {
        justify-content: center;
    }

    .featured_categories .main_category.right {
        justify-content: center;
    }

    .featured_categories .main_category {
        height: 55vh;
    }

    section.brands.insta .section-title {
        font-size: 33px;
    }

    .hero.section-newsletter .newsletter-col .colA {
        margin-left: 0;
    }

    .form-control {
        padding: 10px 0;
    }

    .content h2.heading_title {
        font-size: 22px;
    }

    .content p.contact_description {
        font-size: 15px;
    }

    .content p {
        line-height: 26px;
        font-size: 17px;
    }

    .checkout .button-main, .customers .button-main {
        padding: 12px 30px;
        font-size: 15px;
    }

    label.control-label {
        font-size: 15px;
    }

    .elements-contact img {
        margin-top: 30px;
    }

    .content h3 {
        font-size: 17px;
    }

    .big_banner.mobile {
        display: block;
        height: 85vh;
    }

    .cd-search-trigger .close_search img {
        width: 26px;
        height: 26px;
    }
    
    .small_banner.mobile{
        display: block;
        height: 28vh;
    }

    .top_icons_column {
        width: auto;
    }

    .big_banner.desktop{
        display: none;
    }
    
    .small_banner.desktop{
        display: none;
    }

    .cd-menu-trigger {
        display: inline-block;
        width: 30px;
        background-size: 29px;
        width: 47px;
        height: 31px;
        background-size: 25px;
    }

    .newsletter-col span.description {
        font-size: 16px;
    }

    .content .product-list .attributes ul li .attribute_group {
        width: 157px;
        font-size: 14px;
    }

    section.private_collection .collection_title {
        padding: 0px 13px;
        border-left: 6px solid #a94442;
        font-size: 22px;
        color: white;
        font-weight: 400;
        line-height: 35px;
    }

    section.private_collection .collection_description {
        color: white;
        font-size: 13px;
        width: 100%;
        max-width: 800px;
        margin-top: 40px;
        padding-left: 17px;
        line-height: 23px;
    }

    .info_footer_container.footer_contact {
        width: 100%;

    }

    .info_footer_container.footer_information {
        width: 50%;
    }

    .info_footer_container.footer_links {
        width: 50%;
        clear:unset!important;
    }

    .info_footer_container.footer_schedule {
        width: 100%!important;  
    }

    #footer {
        padding-top: 40px;
    }


    .row.m-0{
        margin: 0;
    }

    .lSAction>.lSPrev {
        right: 85px;
    }

    .lSAction>.lSNext {
        left: 100px;
    }

    .lSSlideOuter .lSPager.lSGallery li {
        width: 70px!important;
    }

    .product-card .product-options-quantity .form-control {
        font-size: 17px;
    }

    .breadcrumb-section {
        padding: 0 15px;
    }

    .product-options h1 {
        font-size: 28px;
        line-height: 30px;
        margin: 15px 0 10px 0;
    }

    .tab tr {
        width: 100%;
    }

    .product-preview.details .social-buttons-view a.facebook {
        width: 34px;
    }

    .product-preview.details .social-buttons-view a.instagram {
        display: inline-block;
        margin-top: 0px;
        width: 32px;
    }

    .header_fixed #logo {
        width: 155px;
        height: 55px;
    }

    .pages.view .content p {   
        line-height: 25px;
        font-size: 15px;
    }

    .content ul li {
        line-height: 25px;
        font-size: 15px;
    }
    .cd-main-content {
        /* padding-top: 30px; */
        /* margin-top: 55px; */
    }
    

    section.brands .section-subtitle {
        padding: 0 15px;
        text-align: center;
    }

    .social-icons-top {
        padding: 5px;
        /* border-bottom: 1px solid #28aae1; */
        justify-content: center;
    }

    #footer .img_container {
        padding-left: 16px;
        padding-right: 16px;
    }

    #footer .social-payments {
        display: flex;
        align-items: unset;
    }

    #footer  .social-icons-top{
        /* padding-bottom: 50px; */
        /* border-bottom: 1px solid #28aae1; */

    }

    .collection.right .main_container {
        padding-right: 0;
        padding-left: 50px;
    }

    /* section.brands.insta .section-title {
        font-size: 75px;
        padding: 0px 20px;
    } */

    .collection.left .main_container .text_button {
        flex-direction: column;
        padding: 0px 20px;
    }

    .collection.right .main_container .text_button {
        flex-direction: column;
        padding: 0 20px;
    }

    /* section.brands.insta .row.flex-align {
        margin-bottom: 30px;
    } */

    section.brands.insta .section-subtitle {
        display: none;
    }

    #swiper_insta.swiper-container {
        padding-top: 85px;
    }

    .swiper-button-next, .swiper-button-prev, .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
        background-size: 55px;
        width: 55px;
        height: 55px;
    }

    #footer .row.down .footer_box.middle .schedule.hide_mobile{
        display: none;
    }

    .schedule.hide-desktop{
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        line-height: 31px;
        margin-top: 34px;
        font-size: 16px;
    }


    .footer_box h6 {
        margin: 0;
        font-size: 19px;
    }

    ul.footer_menu li {
        margin-bottom: 5px;
        font-size: 15px;
    }

    .info_footer_container.half ul.footer_menu li {
        /* font-size: 18px; */
    }

    .main_banner .swiper-container h1 {
        font-size: 35px;
    }

    .main_banner .slider_container a.more {
        font-size: 17px;
        padding: 13px 35px;
    }

    .hide_mobile{
        display: none;
    }

    #swiper_brands .swiper-slide {
        /* padding: 48px; */
        justify-content: center;
    }

    #swiper_collection_images {
        height: 40vh;
    }

    #swiper_insta .swiper-slide {
        /* padding: 58px 58px !important; */
    }

    #swiper_insta .swiper-slide.swiper-slide-active{
        /* padding: 0px 58px 58px !important; */
        transform: none;
    }

    section.brands.insta .section-recommended-buttons {
        margin-top: 20px;
    }

    .collection.left .main_container {
        padding-left: 0;
        padding-right: 50px;
    }

    .box_container .flex{
        flex-direction: column;
        height: auto;
    }

    .box_container.first .colA{
        width: 100%;
        padding: 15px 15px 0px 15px;
        background: linear-gradient(to right, white 50%, black 50%);
    }

    .box_container.first .colB {
       width: 100%;
       padding: 0px 15px 15px 15px;
       background: linear-gradient(to right, white 50%, black 50%);
    }

    .box_container .colB .box_inner {
        padding: 45px 23px;
        background: #f5f5f5;
    }

    .box_container.reverse_box.last .colA {
        background: white;
        padding: 0;
        padding: 0% 15px 0px 15px;
        background: linear-gradient(to left, white 50%, black 50%);
    }

    .collection.left .rotated_text_container {
        display: none;
    }
    
    .collection.right .rotated_text_container {
        display: none;
    }

    .box_container.reverse_box.last .colB {
        background: black;
        padding: 0;
        padding: 0% 15px 15px 15px;
        background: linear-gradient(to left, white 50%, black 50%);
    }

    .box_container.reverse_box .flex {
        display: flex;
        flex-direction: column;
    }

    .box_container.reverse_box .colA {
        background: linear-gradient(to left, white 50%, black 50%);
        padding: 0% 15px 0 15px;
        width: 100%;
    }

    .box_container.reverse_box .colB {
        background: linear-gradient(to left, white 50%, black 50%);
        padding: 0% 15px 0px 15px;
        width: 100%;
    }

    .box_container .colA {
        background: linear-gradient(to right, white 50%, black 50%);
        padding: 0% 15px 0 15px;
        width: 100%;
    }   
    
    .box_container .colB {
        padding: 0% 15px 0 15px;
        width: 100%;
        background: linear-gradient(to right, white 50%, black 50%);
    }   

    .collection.left .title_container .collection_title:after {
        position: absolute;
        content: '';
        width: 138px;
        height: 31px;
        background: #28aae1;
        top: calc(50% - 8px);
        margin-left: 24px;
    }

    .hero.section-newsletter .saita_img {
        background: url(../img/layout/saita.svg);
        top: -27px;
        position: absolute;
        width: 73px;
        left: 54%;
        background-repeat: no-repeat;
    }

    .hero.section-newsletter .dashed_line {
        background: url(../img/layout/dotted_line_newsletter.svg);
        top: 0;
        position: absolute;
        width: 54%;
    }

    .box_container .box_image img {
        width: 100%;
        height: auto; 
        margin-left: 0;
    }

    .collection.left .title_container .collection_title {
        width: 419px;
        position: relative;
        font-size: 61px;
    
        color: black;
    }

    .collection.right .title_container .collection_title:after {
        position: absolute;
        content: '';
        width: 116px;
        height: 31px;
        background: #28aae1;
        top: calc(50% - 7px);
        left: 0;
        margin-right: 27px;
    }

    .collection.right .title_container .collection_title {
        width: 352px;
        position: relative;
        font-size: 70px;

        color: black;
        text-align: end;
    }

    .checkout-navigation {
        padding: 10px 0px 0 0;
    }

    .footer_box.bank_icons {
        margin-top: 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .checkout-navigation h1 .first-word {
        font-size: 30px;
    }

    .prod_avail.code {
        margin-right: 15px;
        font-size: 15px;
    }
    .prod_avail.code p {
        font-size: 14px;
    }

    .prod_avail.availability  p {
        font-size: 14px;
    }

    .prod_avail.description p {
        line-height: 20px;
        font-size: 16px;
    }

    .info_footer_container.half{
        width: 50%;
    }

    .social-icons-top a {
        /* width: 20px; */
    }    
    .hero.hero.new-designs.video .colB .inner-text {
        height: 100%;
        top: 0;
        background-size: cover;
        /* border-bottom: 2px solid black;
        border-top: 2px solid black; */
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: unset;
        overflow: hidden;
        padding: 0;
    }

    .hero.hero.new-designs.video .colC .inner-text {
        height: 70%;
        top: 15%;
    }

    .hero.new-designs.video {
        height: 44vh;
        padding: 0px 0px;
        padding-bottom: 0px;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .contact_box h1 {
        font-size: 25px;
    }

    .hero.new-designs.video .more_featured-top {
        height:15%;
    }

    .hero.new-designs.video .more_featured {
        position: absolute;
        bottom: 4%;
        width: calc(100% - 40px);
    }

    .hero.new-designs.video .video_container_general {
        /* width: 100%; */
        /* margin: 0 auto; */
        /* text-align: center; */
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: auto;
    }

    .video_class {
        height: 100%;
    }
    
    h1.page_title {
        font-size: 30px;
    }

    .contact_box_item .info {
        font-size: 14px;
    }

    .page_header h1.page_title {
        margin-top: 0;
    }

    .contact_box_item .info a {
        font-size: 14px;
    }

    h2.title {
        font-size: 20px;
    }
    
    .hero.section-insta .follow-us .inner-text-follow-us {

        left: calc(50% - 50px);
    }


    /* .newsletterform {
        height: 120px;
        flex-direction: column;
        align-items: center;
    } */

    section.private_collection .private_collection_headings {
        padding: 37px 12px;
        background: black;
    }

    .newsletter_input {
        margin-bottom: 30px;
    }

    /* .nl-button {
        height: 100%;
        margin-top: 23px;
        width: 100px;
    } */

    #footer img.logo_footer {
        width: 148px;
    }

    section.brands.insta h1.section-insta-link {
        /* text-align: end; */
        font-size: 24px;
        margin-top: 0px;
    }

    .table.cart>tbody>tr>td,
    .table.cart>tbody>tr>th,
    .table.cart>tfoot>tr>td,
    .table.carte>tfoot>tr>th,
    .table.cart>thead>tr>td,
    .table.cart>thead>tr>th {
        padding: 5px;
    }
    
    .table.cart td.cart-title {
        font-size: 12px;
        width: 50px;
        white-space: normal;
    }
    
    .checkout-navigation h1 {
        font-size: 1.2em;
    }

    .hero.new-designs {
        height: auto;
    }

    .hero.hero.new-designs .colB .inner-text {
        height: 80%;
        top: 10%;
        background-size: cover;
        border-bottom: 2px solid black;
        border-top: none;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        padding: 30px 0px;
    }

    .hero.new-designs .navigation-banners {
        width: 100%;
        position: absolute;
        bottom: unset;
        height: 10%;
        /* background: aliceblue; */
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-around;
        align-items: center;
    }

    .hero.hero.new-designs .colA .inner-image {
        /* background: url(../img/layout/new_designs.jpg); */
        width: auto;
        height: 80%;
        top: unset;
        background-size: cover;
        border-bottom: 2px solid black;
        border-top: 2px solid black;
        position: relative;
    }

    .hero.section-insta .swiper-container {
        margin: 0 auto;
        position: relative;
        overflow-y: hidden;
        padding-bottom: 80px;
    }

    .new-products {
        padding-bottom: 100px;
        margin-top: 45px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .collections h1 {
        float: right;
        font-size: 28px;
    }

    .collections .collections_text .slider_container .content_text {
        padding: 55px;
    }

    .best-sellers h3.heading_title, .private_collection h3.heading_title {
        font-size: 32px;
    }

    .best-sellers-subtitle span {
        font-size: 30px;
        letter-spacing: 4px;
    }

    .swiper-slide .product-info {
        padding: 0px 5px 5px 5px;
    }

    #swiper_best_sellers .swiper-slide h4, #swiper_new_products .swiper-slide h4 {
        font-size: 15px;
        line-height: normal;
    }

    h1.heading_title {
        font-size: 37px;
    }

    .best-sellers h3.heading_subtitle {
        font-size: 32px;
        padding: 10px 0px 5px 30px;
    }

    section.history .images_story {
        padding-left: 30px;
        padding-right: 15px;
    }

    .product-card .attributes_right {
        font-size: 17px;
    }

    .product_thumb {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    h1.heading_title:after {
        width: 85%;
        bottom: -25px;
    }

    section.history .story_title_description .story_description {
        width: 100%;
        padding: 35px 35px 100px 35px;
    }

    section.history .story_title_description .story_description p {
        font-size: 16px;
    }

    .hero.hero.new-designs.video .colA .inner-text {
        height: 70%;
        top: 15%;
    }
    .hero.section-insta .swiper-button-prev, .hero.section-insta .swiper-container-rtl .swiper-button-next {
        bottom: 10px;
    }

    .hero.section-insta .swiper-button-next, .hero.section-insta .swiper-container-rtl .swiper-button-prev {
        bottom: 10px;
    }

    
    form div.radio label,
    form div.checkbox label {
        font-size: 14px;
    }
    
    .cd-cart {
        width: 100%;
      
    }
    
    .cd-cart .cd-go-to-cart {
        margin: 5px 0 0px 0;
    }
    
    ul.tabs>li {
        font-size: 14px;
    }
    
    .title_box h2.home_title {
        font-size: 26px;
        font-weight: bold;
        color: #000;
        margin: 0px 0 0px 0;
        position: relative;
        display: inline-block;
        z-index: 1;
    }
    
    .title_box span {
        line-height: 1;
        font-size: 17px;
        line-height: 25px;
        /* font-weight: 900;*/
        width: 80%;
    }

    .hero.section-recommended h3.heading_title {
        font-size: 28px;
    }

    .hero.section-recommended h3.heading_title:before {
        content: " ";
        display: block;
        position: absolute;
        top: -79px;
    }

    .hero.section-recommended.best-sellers h3.heading_title:before {
        content: " ";
        display: block;
        position: absolute;
        top: -19px;
    }

    .hero.section-recommended.best-sellers h3.heading_title {
        font-size: 28px;
    }
    

    #logo {
        width: 160px;
        height: 60px;
    }

    .pages.home .mobile_menu_icons .cd-login-trigger{
        display: block;
    } 
    
  
    .mobile_menu_icons {
        display: flex;
        width: 100%;
        position: relative;
        background: #221f1f;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        height: auto;
        padding: 8px;
        transition: all 0.3s ease;
        opacity:1;
    }

    #top_bar {
        width: 100%;
        height: auto;
        padding: 5px 0px;
    }

    .box{
        /* width: 100%; */
        padding-right: 0;
        padding-left: 0;
    }

    .vertical_banner {
        height: 30vh;
    }

    .boxes .row.flex{
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 0;
    }

    .boxes .row.flex.reverse{
        flex-direction: row-reverse;
        flex-wrap: wrap-reverse;
    }

    .best-sellers h3.heading_title span, .private_collection h3.heading_title span {
        position: relative;
        bottom: 20px;
        text-transform: uppercase;
        left: 20px;
    }

    .header_fixed .mobile_menu_icons {
        height: 0;
        opacity:0;
        padding: 0px;
        transition: all 0.3s ease;
    }

    .mobile_menu_icons .top_icons {
        display: flex;
    }
  
    .mobile_menu_icons .cd-cart-trigger{
        display: block;
    }

    .mobile_menu_icons .cd-wishlist-trigger{
        display: block;
    }

    .mobile_menu_icons .cd-login-trigger {
        display: block;
    }

    .mobile_menu_icons .user_link{
        display: block;
    }
    
    .swiper-container .right_divider_container .right_divider {
        float: left;
    }

    .cd-menu-trigger.nav-open {
        background-size: 27px !important;
        width: 25px !important;
        height: 25px !important;
    }
       
    .account_link {
        display: block;
        /* padding-left: 12px; */
        /* margin-top: 15px; */
        background: #00000000;
        text-align: center;
    }
    
    .register_link {
        display: block;
        /* padding-left: 12px; */
        background: #00000000;
        text-align: center;
    }
    
    .account_link a,
    .register_link a {
        color: #ffffff;
        line-height: 40px;
        text-decoration: none;
        padding-left: 6px;
        margin: 0 auto;
        background-position-x: 0;
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
        font-weight: 800;
    }
    
    .mobile-icons {
        width: auto;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 18px;
        border-radius: 5px;
        transition: all 0.2s ease-in;
    }
    
    .login {
        display: inline-block;
        /* background-image: url(../img/layout/login.png); */
    }
    
    .signin {
        /* display: inline-block; */
        /* background-image: url(../img/layout/signin.png); */
    }

    /* .main_banner {
        position: relative;
        width: 100%;
        height: 65vh;
        overflow: hidden;
    } */
    .cd-main-header {
        /* height: 96px; */
    }
    /* #logo {
        width: 237px;
        height: 96px;
        border-right: none;
    } */

    .pages.home #logo a {
        /* background-size: 100%; */
    }

    .boxes .box-final .banner_title {
        font-size: 36px;
        margin-left: 5px;
    }

    .swiper-controls {
        display: flex;
        justify-content: center;
    }

    section.brands .brand {
        margin-bottom: 0px;
        padding: 38px;
        padding-bottom: 10px;
    }

    .private_collection .swiper-controls {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    section.home_info .info_box_container {
        display: flex;
        flex-direction: column;
        margin-bottom: 39px;
    }    

    ul.categories_sale li {
        font-size: 23px;
        font-weight: 500;
        padding: 16px 10px;
    }

    .hero.section-newsletter .newsletter-col .colA {
        display: flex;
        flex-direction: column;
    }

    .hero.section-newsletter .heading_title {
        width: 100%;
        text-align: center;
    }

    .newsletter-col span.description {
        text-align: center;
        color: #090909;
        margin-top: 0px;
        line-height: 1;
        font-size: 16px;
        line-height: 27px;
        font-weight: 300;
        letter-spacing: 0;
        /* max-width: 508px; */
        /* text-align: center; */
        /* margin-left: 10px; */
        border-top: 1px solid grey;
        padding-top: 13px;
        border-left: none;
        padding-left: unset;
    }

    .newsletterform {
        width: 100%;
        padding: 0px 0px 0px 0px;
        margin-top: 10px;
    }

    .newsletter_graphic {
        height: 55%;
        width: 100%;
        background-size: cover;
    }

    .hero.section-newsletter {
        padding: 65px 0;
    }

    .hero.section-newsletter .newsletter-col {
        padding: 40px 0px 70px 0;
        background-position: 0 220px;
    }

    .private_collection .swiper-container {
        padding: 50px!important;
    }

    .boxes .row.reverse .box-final .banner_title {
        writing-mode: tb-rl;
        transform: rotate(-180deg);
        font-size: 36px;
        margin-right: 3px;
    }

    ul.categories_sale li {
        margin-right: 47px;
    }


    .swiper-container .right_divider_container {
        width: 100%;
        height: 9px;
        /* background: black; */
        text-align: left;
        transition: all 1.9s ease;
        margin: 100px 0px;
    }

    .swiper-container .scroll_down {
        width: 100%;
        height: 61px;
    }

    section.brands.insta .section-subtitle.mob {
        display: block;
        font-size: 30px;
        margin: 30px 0px 5px 40px;
        text-align: left;
    }

    .swiper-button-next {
        margin: 0 auto;
        left: 90px;
        right: 0;
        top: auto;
        bottom: 0;
    }

    .swiper-button-prev {
        margin: 0 auto;
        right: 90px;
        left: 0;
        top: auto;
        bottom: 0;
    }

    .best-sellers-desktop, .new-products-desktop {
        margin-top: 50px;
    }

    .featured_categories .overlay h1 {
        font-size: 25px;
    }

    .featured_categories .overlay h2 {
        font-size: 22px;
    }

    .featured_categories .overlay p {
        font-size: 16px;
    }
}
@media only screen and (min-width:480px) and (max-width:549px) {
    /*#top_bar{background:orange;}	*/
    
    .vertical_banner a.link {
        padding: 10px 15px;
    }
    
}
@media only screen and (max-width:479px) {
    .selected_language {width: 40px; height: 40px;}
    .languages { margin-right: 4px;}

    .prevent-double-submit .shiny-button { padding: 15px 25px;font-size: 17px;}
    .more_button {padding: 17px 50px;font-size: 17px;}
    .main_banner .slider_container_with_bg { height: 350px;}
    #logo { width: 150px; height: 65px;}
    #header .main_menu {padding: 0px 5px;}
    #toptop_bar {padding: 8px 5px;}
    #toptop_bar .sales-info {font-size: 13px;}
    .newsletter h5 {font-size: 40px; line-height: 45px;}
    .newsletter {padding: 40px 20px;}
    .newsletter_input input {text-align: center; width: 200px;}
    .top_text_section {padding: 5px 0px 30px 0px;}
    .top_text_section p {font-size: 25px; color: #474747; margin-bottom: 25px; line-height: 35px;}
   
    /****** FOOTER *****/
    ul.footer_menu li {text-align: center;}
    .info_footer_container {padding-bottom: 25px;}
    .bank_icons {flex-wrap: wrap;}
    #footer{display:inline-table;padding: 50px 0 10px 0;}
    .footer_box img {width: 145px;}
    .social_footer img {margin-right: 15px; margin-left: 15px; margin-top: 15px;}
    .info_footer_container.half_width {width: 100%; }

    /****** HOME *****/
    .pink_bg.wave_bg .align_image{width:100%}
    .pink_bg.wave_bg {background-size: cover;}
    .pink_bg.wave_bg .align_image p {width: 190px;}
    .vertical_banner .vertical_banner_text { align-items: center;}
    .vertical_banner .vertical_banner_text { bottom: 20px;}
    h2.home_title {font-size: 40px; margin: 25px 0px 25px 0px;}
    .half_width{width: 100%}
    .half_circle_bg {width: 450px;}
    .insta-header h3 {padding: 0 20px 0 20px;}
    .insta_feed .col-md-3{padding-left: 4px; padding-right:4px}
    .intro_notes .align_boxes { flex-direction: column;}
    .full_width { padding-right: 0;}
    .intro_notes p {font-size: 18px; line-height: 28px;}
    .intro_notes .col-lg-offset-3, .padding_box { margin: 10px 0px 20px 0px; }
    .beige_box {padding: 30px 15px;flex-direction: row;justify-content: space-around;min-height: auto;}
    .beige_box img { margin-bottom: 0;}
    .intro_notes .beige_box p{font-size: 18px;text-align: left;line-height:22px}
    .intro_notes.second_row::before { bottom: 30%; width: 140px;}
    .first_box{margin-top:170px}
    .half_width{padding-left: 0; padding-right: 0;}
    .beige_box img {width: 70px;height: 70px;padding: 15px;}
    .intro_notes.first_row::after {width: 100px; height: 100px; right: -40px; top: 124px;}

    /****** PRODUCTS *****/
    .products_view {padding: 0;}
    .product_box_container { width: 100%; }

    /****** PRODUCT VIEW *****/
    .product-options ul li {margin-right: 0;}
    .product-options ul li {font-size: 17px;}
    .product-list {padding: 0 10px;}
    .product-list h2 {font-size: 14px; padding-left: 10px; padding-right: 10px;   padding-top: 15px;    padding-bottom: 15px;}
    .tab-content p {padding: 10px 10px;}
    .product_view .breadcrumb {padding: 0 10px;}

    /****** CONTACT *****/
    .contact_box_item {padding: 25px 0;}
    .hours_wrapper .light_grey_bg::after {right: 0; width: 110px; height: 100px; bottom: -50px;}
    .contact_form_wrap {padding-top: 0;}
    .hours_wrapper .light_grey_bg h6 {font-size: 22px; padding-bottom: 5px;}
    .form_wrapper {padding: 25px 20px 130px 20px;}
    .contact .button.thin-bg-dark {margin-top: 15px;}
    .contact_form_wrap h6 {padding-bottom: 10px;padding-right: 40px;}
    .form_wrapper h6::after {top: -9px; width: 100px; height: 70px;right:-15px}
   
    .btn-er a{
        font-size: 13px;
    }
    .page-navigation {
        margin-bottom: 15px;
    }

    .header_fixed #mobile-nav {
        top: 68px;
    }

    .header_fixed .nix-mobile-side-menu-menu {
        height: calc(100vh - 68px) !important;
    }

    .header_fixed #logo {
        width: 145px;
        height: 55px;
    }

    .related_products tr td.attributes_left {
        font-size: 16px;
    }

    h4.title {
        margin: 20px 0 15px 0;
        font-size: 18px;
    }

    .well- .btn-order {
        margin: 10px 0px;
        padding: 12px 15px;
    }

    .well- .return_cart {
        padding: 10px;
        font-size: 13px;
    }

    .checkout-navigation h1 {
        margin-bottom: 30px;
        margin-top: 50px;
    }

    .wishlist.home .auto-clear .col-lg-4:nth-child(3n) .product_box .product_image {
        border-right: none;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        padding: 40px 12px 40px 12px;
    }

    .wishlist.home .auto-clear .col-lg-4:nth-child(2n) .product_box .product_image {
        border-right: 1px solid #474747;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
        padding: 41px 12px 40px 12px;
    }

    ul.side_nav li a {
        font-size: 17px;
    }

    .filter-img a img {
        width: 28px;
        top: 3px;
    }

    .cd-filter-trigger span:after {
        margin-left: 5px;
        margin-top: 14px;
        width: 13px;
        height: 13px;
    }

    .blog_subtitle {
        margin-bottom: 30px;
    }

    .blog_thumb:after {
        top: 20px;
        left: -20px;
    }

    .blog_text ul li {
        font-size: 16px;
        line-height: 28px;
        padding: 4px 0 4px 18px;
    }

    .blog_text ul li:before {
        top: 16px;
    }

    .contact_form_wrap p {
        padding-top: 0px;
        font-size: 13px;
        margin-top: 15px;
    }

    .contact_form_wrap h6 {
        font-size: 26px;
        margin: 30px 0 15px 0px;
    }

    h2.title {
        margin: 0 0 15px 0;
    }

    .form-control {
        font-size: 16px;
    }

    .dynamic_content h5 {
        font-size: 17px;
    }

    .padd {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .dynamic_content h2 {
        font-size: 19px;
        line-height: normal;
    }

    p {
        font-size: 16px;
        line-height: 28px;
    }

    .dynamic_content ul li:before {
        top: 15px;
    }

    .dynamic_content ul li {
        font-size: 16px;
        line-height: 28px;
        padding: 3px 0 3px 18px;
    }

    .button {
        padding: 15px 25px;
        font-size: 15px;
        margin-top: 25px;
    }

    .home_store {
        height: 60vh;
    }

    .store_text h2 {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .store_text p {
        line-height: 26px;
        font-size: 16px;
    }

    .home_insta h2 {
        font-size: 40px;
        text-align: center;
    }

    .box_banner_2 h2 {
        font-size: 30px;
    }

    .box_banner_2 h3 {
        font-size: 30px;
    }

    .box_banner_2 .button {
        padding: 13px 35px;
    }

    .box_banner_2 p {
        font-size: 17px;
        line-height: 20px;
    }

    .box_banner_1 {
        padding: 35px 15px;
    }

    .box_banner_1 h3 {
        font-size: 22px;
    }

    .new-products {
        margin-left: -20px;
        margin-right: 0px;
        padding-bottom: 85px;    
    }

    h1.heading_title {
        font-size: 35px;
    }

    .featured_categories h1 {
        margin-bottom: 40px;
        font-size: 28px;
    }

    .product-full {
        margin-top: 0;
    }

    .product-options h1 {
        font-size: 22px;
    }

    .featured_categories {
        padding: 50px 15px 20px 15px;
    }

    .product-preview.details {
        margin-top: 10px;
    }

    .category_box h2 {
        font-size: 22px;
        padding: 15px 25px;
    }

    .main_banner .slider_container a.more {
        font-size: 16px;
    }

    .cd-wishlist-trigger {
        display: none;
    }

    #mobile-nav {
        top: 80px;
    }

    .nix-mobile-side-menu-menu {
        height: calc(100vh - 80px) !important;
    }

    .tabs {
        padding-top: 20px;
    }

    .quantity-addcart {
        flex-direction: column;
    }

    .product-list ul li {
        font-size: 16px;
        line-height: 27px;
        padding: 2px 0 2px 15px;
    }

    .product-list ul li:before {
        width: 5px;
        height: 5px;
        top: 13px;
    }

    .footer_mob {
        display: block;
        padding-top: 40px;
    }

    .footer_box h6 {
        margin: 10px 0 15px 0;
        font-size: 20px;
    }

    .footer_mob .footer_box h6 a.links-trigger, .footer_mob .footer_box h6 a.links-trigger-2,
    .footer_mob .footer_box h6 a.links-trigger-3, .footer_mob .footer_box h6 a.links-trigger-4 {
        color: #E29B9C;
        font-weight: 100;
    }

    .footer_box {
        text-align: left;
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    a.links-trigger:after, a.links-trigger-2:after,
    a.links-trigger-3:after, a.links-trigger-4:after {
        content: " ";
        background: url(../img/layout/arrow_down_footer.svg) no-repeat 0 0;
        width: 15px;
        height: 15px;
        position: absolute;
        margin-top: 7px;
        right: 2px;
        transition: all 0.5s ease;
    }

    .footer_box.bank_icons {
        position: relative;
        overflow: hidden;
        display: flex;
        width: 100%;
    }

    .bank_icons img.visa_secure {
        width: 30px;
    }

    .bank_icons img.visa {
        width: 45px;
    }

    .bank_icons img.maestro {
        width: 105px;
    }

    .footer_copyright {
        padding: 20px 30px;
    }

    #wapp a {
        width: 75px;
        height: 20px;
    }

    .bank_icons img.mastercard {
        width: 115px;
    }

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

    .bank_icons img.paypal {
        width: 60px;
    }

    .bank_icons img.id_check {
        width: 120px;
    }

    .footer_box {
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        flex-direction: column;
    }

    .dropdown_links, .dropdown_links_2, .dropdown_links_3, .dropdown_links_4 {
		width: 100%;
		color: #fff;
		transition: all ease-in-out .3s;
		-webkit-transition: all ease-in-out .3s;
		-moz-transition: all ease-in-out .3s;
		display: none;
        transition: all 0.5s ease;
	}
	.dropdown_links.active, .dropdown_links_2.active, .dropdown_links_3.active, .dropdown_links_4.active { display: block; transition: all 0.5s ease; }

	.dropdown_links ul li, .dropdown_links_2 ul li,
    .dropdown_links_3 ul li, .dropdown_links_4 ul li {
		position: relative;
		margin-right: 0;
		transition: all ease-in-out .3s;
        margin-bottom: 12px;
        transition: all 0.5s ease;
	}
    
    .social-icons-top {
        margin: 22px 0 30px 0;
        font-size: 18px;
        color: #ffffff;
        width: 100%;
        display: block;
        font-weight: 300;
        position: relative;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding-bottom: 8px;
        text-align: center;
        display: flex;
        align-items: center;
    }

    .social-icons-top a.facebook {
        background-size: 12px;
        width: 12px;
        height: 25px;
        margin-right: 15px;
    }

    .footer-social {
        padding-top: 30px;
    }

    .product-card .product-options-quantity .form-control {
        width: 100%;
    }

    h1.heading_title:after {
        width: 90%;
        bottom: -30px;
    }

    .product_box .product_image .product-box-actions, .swiper-slide .product-image .product-box-actions {
        top: 9%;
    }

    .product_box .product_image .product-box-actions .wishlist-btn, .swiper-slide .product-image .product-box-actions .wishlist-btn {
        background-size: 18px;
    }

    .product-image .product_box_bag img, .product_image .product_box_bag img {
        width: 18px;
        height: 18px;
        top: 10%;
    }

    .cd-filter-block h4::before {
        width: 18px;
        height: 18px;
        background-size: 13px;
    }

    .product_box .title h3 {
        margin-bottom: 0;
    }

    #products .wishlist-btn {
        top: 20px;
    }


    .product_box .price h5 span {
        font-size: 18px;
        margin-top: 15px;
    }

    .wishlist.home h1.page_title.inner {
        padding: 10px 0 0 0;
        text-align: center;
    }

    .contact_us {
        width: 100%;
    }

    .pages.contact h3.heading_title {
        font-size: 30px;
        padding: 10px 0px 0 20px;
    }

    .pages.contact h3.heading_subtitle {
        font-size: 30px;
        padding: 7px 0px 3px 20px;
    }

    .contact_box h1 img {
        width: 180px;
    }

    .contact_box h1 {
        margin-bottom: 17px;
    }

    .contact_box {
        padding: 20px 0px 30px 0;
    }

    .contact .map {
        margin-bottom: 40px;
    }

    #footer .row.down .footer_box.middle.first {
        margin-bottom: 10px;
    }

    .info_footer_container.footer_information {
        margin-bottom: 10px;
    }

    #toptop_bar {
        font-size: 12px;
    }

    .cd-search-trigger .close_search img {
        height: 26px;
    }

    .cd-search-trigger .search_icon img {
        width: 23px;
        height: 23px;
    }

    .top_icons .cd-cart-trigger.top_icon {
        width: 24px;
        height: 24px;
    }

    .featured_categories .main_category .vertical_banner_text span {
        margin-left: 0;
        font-size: 23px;
    }

    .featured_categories .main_category .vertical_banner_text span:after {
        background-size: 34px;
        width: 34px;
        height: 34px;
        margin-left: 15px;
    }

    .featured_categories .main_category .vertical_banner_text.right {
        margin-right: 100px;
    }

    .cd-filter-trigger span {
        font-size: 18px;
    }

    .block.sort h4:after {
        right: 7px;
        width: 13px;
        height: 13px;
    }

    .featured_categories .main_category.right {
        height: 430px;
    }

    .filter_sorting span.filter_text, .block.sort h4 {
        font-size: 18px;
    }

    .page-navigation a, .page-navigation span {
        font-size: 17px;
    }

    .blog_subtitle p {
        font-size: 17px;
        line-height: 25px;
    }

    .blog_image_text p.second {
        margin-top: 5px;
    }

    .dynamic_gallery {
        padding-top: 65px;
    }

    h1.gallery-title {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .stores .overlay h1 {
        font-size: 20px;
        margin-top: 15px;
    }

    #dynamic_gallery {
        margin-top: 25px;
        margin-bottom: 50px;
    }

    .store {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .checkout-navigation .step-item .step-line.left {
        left: calc(50% - 20px);
    }

    .checkout-navigation {
        padding: 30px 0px;
    }

    .checkout-field {
        margin-bottom: 10px;
    }

    .no-results h2 {
        font-size: 20px;
        margin: 10px 0px 10px 0px;
    }

    .main_banner .swiper-container h1 span.second {
        font-size: 45px;
    }

    .featured_categories .overlay h1 {
        font-size: 22px;
        border-bottom: 5px solid #cb333bd9;
    }

    .featured_categories .overlay h2 {
        font-size: 20px;
    }

    .featured_categories .overlay p {
        font-size: 15px;
    }

    .featured_categories .main_category {
        height: 430px;
    }

    .gallery_slider .swiper-slide-prev, #swiper_insta .swiper-slide-prev {
        margin-left: 0px;
        top: 0;
        transform: scale(1);
    }

    .gallery_slider .swiper-slide-active, #swiper_insta .swiper-slide-active {
        margin-left: 20px;
        transform: scale(1.15)!important;
        position: relative;
        top: -23px;
    }

    .gallery_slider .swiper-slide-next, #swiper_insta .swiper-slide-next {
        margin-left: 20px;
    }

    section.home_info .pwlhseis, section.home_info .metaforika, section.home_info .elta {
        height: 40px;
    }

    div.submit {
        margin: 15px 0 0 0;
    }

    .contact_form_wrap h6 {
        font-size: 24px;
    }

    .info-window-content p {
        font-size: 15px;
        line-height: 22px;
    }

    .info-window-content p.map_title {
        font-size: 17px;
    }

    .contact .button.thin-bg-dark {
        padding: 15px 30px 15px 30px !important;
    }

    .content h5 {
        font-size: 15px;
        line-height: normal;
    }

    .content ul {
        margin: 10px 5px 10px 5px;
    }

    .content h2:after {
        width: 18%;
    }

    h1.page_title {
        font-size: 25px;
    }

    .content h3 {
        font-size: 16px;
        line-height: normal;
    }

    .breadcrumb a span, .breadcrumb span {
        font-size: 14px;
    }

    .product-card span.product-title {
        font-size: 19px;
    }

    .option_title {
        font-size: 17px;
    }

    .product-card .product-options-quantity {
        width: 100%;
    }

    .option_title {
        margin-top: 5px;
    }

    .product-card .option-inputs {
        padding: 20px 0 0px 0px;
    }

    .product-card .option-row.quantity-option {
        margin-bottom: 0px;
        display: block;
        padding: 8px 10px;
    }

    .add_cart {
        margin-top: 20px;
    }

    .best-sellers h3.heading_title {
        font-size: 25px;
        padding: 10px 0 0 25px;
    }

    .product-preview.details .social-buttons-view span.share .devide {
        display: none;
    }

    .product-preview.details .social-buttons-view a {
        margin-top: 15px;
    }

    .add_wishlist .wishlist-btn {
        padding-top: 0;
    }

    .product-preview.details .social-buttons-view span {
        margin-top: 10px;
        margin-right: 15px;
    }

    .best-sellers h3.heading_subtitle {
        font-size: 25px;
        padding: 10px 0px 0px 25px;
    }

    .best-sellers-subtitle span {
        font-size: 26px;
        letter-spacing: 2px;
    }

    .product-card .product-options-quantity {
        margin-right: 0px;
    }

    .related_products {
        margin-top: 5px;
        margin-bottom: 15px;
    }

    #mobile-nav .user_link {
        display: block;
    }

    #mobile-nav .panel-heading .user_link span, #mobile-nav .panel-heading .wishlist_link span {
        font-size: 15px;
    }

    .cd-search-trigger .search_icon {
        margin-right: 3px;
    }

    .top_icons .top_icon {
       width: 30px;
        height: 27px;
    }


    .big_banner .overlay h1 {
        font-size: 33px;
    }

    .big_banner .overlay h2 {
        font-size: 17px;
        color: white;
        margin: 23px 0px;
        z-index: 1;
        line-height: 26px;
    }

    .big_banner .overlay .more {
        margin-top: 64px;
    }

    .big_banner .overlay h1:before {
        width: 172px;
        height: 172px;
        top: -67px;
        left: calc(50% - 86px);
    }

    .small_banner .right_overlay {
        width: 100%;
        position: absolute;
        background: #00000061;
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 86%, 0% 100%);
        clip-path: polygon(12% 0%, 100% 0%, 100% 100%, 0% 100%);
        height: calc(100% - 0px);
        right: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    section.brands h1.section_title {
        font-size: 33px;
        margin-bottom: 4px;
    }

    .small_banner .left_overlay {
        width: 100%;
        position: absolute;
        background: #00000061;
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 86%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 0%, 88% 100%, 0% 100%);
        height: calc(100% - 5px);
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content h2.heading_title {
        font-size: 20px;
    }    

    .content p.contact_description {
        font-size: 14px;
    }

    label.control-label {
        font-size: 14px;
    }

    .product-card span.product-title {
        font-size: 22px;
    }

    .prod_avail.description {
        font-size: 15px;
    }

    .product-actions {
        flex-direction: column;
    }

    .cd-main-content {
        /* padding-top: 30px; */  
        /* margin-top: 38px; */
    }

    .wishlist.home .cd-main-content{
        margin-top: 42px;
    }

    .main_banner .swiper-container h1 {
        font-size: 30px;
    }

    .swiper-container p {
        margin-top: 10px;
        font-size: 17px;
        line-height: 28px;
    }

    .main_banner .swiper-container h2 {
        font-size: 54px;
    }

    .main_banner .swiper-container .subtitle {
        color: #221f1f;
        margin-top: 16px;
    }

    .hero.new-designs.video {
        height: 40vh;
    }

    .contact_box h1 {
        font-size: 23px;
    }

    .contact_box p.contact_description {
        text-align: center;
    }

    .hero.section-newsletter .heading_title {
        font-size: 30px;
    }
    
    /*#top_bar{background:brown;}	*/
    
    .social-icons-top img {
        margin: 0 0px 0 0px;
    }
    
    .top_icons {
        /* margin: 15px 0px 0px 0px; */
    }
    /* .pages.home .header_fixed #logo {
        width: 190px;
    } */
    /* #logo {
        width: 160px;
        height: 70px;
    } */
    
    #mobile-nav {
        margin-top: 0px;
    }
    
    .cd-cart {
        /* top: 74px;
        height: calc(100vh - 74px); */
    }
    
    .newsletter_input input {
        /* width: 150px; */
    }

    section.private_collection .collection_title_down {
        text-align: center;
        font-size: 11px;
    }

    section.history .story_description .description {
        text-align: center;
        margin: 40px 0px;
        padding: 0 20px;
        font-size: 16px;
        letter-spacing: 0.1px;
        line-height: 35px;
    }

    section.history .story_description .heading {
        font-size: 39px;
    }

    .vertical_banner_text span {
        font-size: 22px;
        background-size: 30px;
    }
    
    .vertical_banner span {
        font-size: 25px;
    }
    
    .vertical_banner a.link {
        font-size: 14px;
        padding: 10px 10px;
    }
   
    .brand-logo {
        width: 80px;
        top: 20px;
        text-align: center;
        margin: 0 auto;
    }

    .product-card {
        position: relative;
    }

    .related_products h2.title {
        font-size: 29px;
        /* font-weight: bold; */
        color: #434343;
        margin: 20px 0px 0px 0px;
        border-bottom: none;
        letter-spacing: 0px;
        font-weight: 300;
        padding-left: 30px;
    }

    .product-full {
        margin-bottom: 10px;
    }

    .breadcrumb>li+li::before {
        font-size: 14px;
    }
    
    .btn {
        padding: 15px 5px;
        width: 100%;
    }
    
    .btn.btn-basket {
        padding: 15px 15px;
        margin: 0;
        background-position: 30px 12px;
    }

    .tab-label {
        padding: 12px 0px 10px 0;
        font-size: 17px;
    }

    .product-preview.details .social-buttons-view {
        font-size: 17px;
    }

    .fakoi_btn input {
        font-size: 15px;
    }

    .content .product-list .attributes ul li .attributes_list {
        width: 50%;
    }

    .content .product-list .attributes ul li .attribute_group {
        width: 50%;
        font-size: 14px;
    }

    .content p {
        font-size: 15px;
        line-height: 23px;
    }
    
    .form-quantity label {
        float: none;
        display: none;
        margin-top: 0px;
    }
    
    .form-options label {
        float: none;
        display: block;
        margin-top: 0px;
    }
    
    ul.tabs>li span {
        display: none;
    }
    
    
    /* #logo {
        width: 190px;
        height: 80px;
    } */
    #pricelist td, #pricelist th {
        font-size: 16px;
    }


    .collection.left .title_container .collection_title {
        width: 280px;
        position: relative;
        font-size: 50px;
       
        color: black;
    }

    .collection.left .title_container .collection_title:after {
        position: absolute;
        content: '';
        width: 46px;
        height: 31px;
        background: #28aae1;
        top: calc(50% - 8px);
        margin-left: 24px;
    }

    .collection.right .title_container .collection_title {
        width: 210px;
        position: relative;
        font-size: 50px;
        color: black;
        text-align: end;
    }

    .collection.right .title_container .collection_title:after {
        position: absolute;
        content: '';
        width: 46px;
        height: 24px;
        background: #28aae1;
        top: calc(50% - 7px);
        left: 0;
        margin-right: 27px;
    }


    

}


@media only screen and (max-width:445px) {
    /*#top_bar{background:brown;}	*/
    .social-icons-top {
        padding: 0px 6px;
        font-size: 11px;
    }
    .social-icons-top a {
        /* margin-top: -6px; */
    }
    
    .social-icons-top {
        padding: 0px 6px;
    }
    
    .social-icons-top img {
        width: 30px;
    }
    
    .top_links {
        padding: 0px 3px;
        font-size: 10px;
    }

    #pricelist td, #pricelist th {
        font-size: 15px;
    }

    .contact_out_of_stock{
        display: block;
    }
}

@media only screen and (max-width: 420px) {
    .info_footer_container.footer_information {
        width: 100%;
    }

    .header_fixed #logo {
        width: 125px;
        height: 55px;
    }

    .related_code {
        margin-top: 0;
    }

    .breadcrumb-section {
        padding: 0 25px;
    }

    .product-actions {
        margin: 15px 0 25px 0;
    }

    .product-card .option-row.quantity-option {
        padding: 5px 10px;
    }

    .related_products {
        margin-bottom: 10px;
    }

    .product_thumb_img {
        width: 20px;
        height: 20px;
    }

    .product-full {
        margin-top: 0;
    }

    .checkout-navigation h1 .first-word {
        font-size: 27px;
        line-height: 35px;
    }

    .wishlist.home .auto-clear .col-lg-4:nth-child(2n+1) .product_box .product_image {
        border-radius: 12px;
        border-right: 1px solid #474747;
    }

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

    .wishlist.home .auto-clear .col-lg-4:nth-child(2n) .product_box .product_image {
        border-radius: 12px;
    }

    .wishlist.home .auto-clear .col-lg-4:nth-child(3n) .product_box .product_image {
        border-radius: 12px;
        border-right: 1px solid #474747;
    }

    .page-stats {
        font-size: 16px;
    }

    .page-navigation img {
        width: 7px;
    }

    .products-page {
        margin-bottom: 40px;
    }

    .page-navigation span.numbers span {
        margin-right: 6px;
    }

    .page-navigation .prev_btn a {
        padding: 14px 18px;
        margin-right: 10px;
    }

    .page-navigation .prev_btn img {
        width: 7px;
    }

    .page-navigation .next_btn a {
        padding: 14px 18px;
    }

    .page-navigation a, .page-navigation span {
        font-size: 16px;
    }

    .page-navigation span.current {
        padding: 10px 18px;
    }

    .page-navigation a, .page-navigation span.current {
        padding: 10px 18px;
    }

    .pagination.bottom .pages .stats {
        font-size: 16px;
    }

    ul.side_nav li {
        margin: 0px 0 5px 0px;
        padding: 0 0px 5px 0;
    }

    ul.side_nav ul.show {
        padding: 12px 0 0px 0;
    }

    .block {
        padding: 5px 0px 0px 5px;
    }

    .blog_image_text p.first {
        font-size: 15px;
        line-height: 22px;
    }

    .contact_form_wrap h6 {
        font-size: 22px;
        margin-top: 25px;
    }

    .contact_box_item h5 {
        margin: 5px 0 7px 0;
        font-size: 18px;
    }

    .page_title_container .hero_bg {
        height: 22vh;
    }

    .cd-cart .inner {
        width: 100%;
    }

    .customers.register form, .customers.account form, .customers.change_password form, .preferences form {
        margin-bottom: 20px;
    }

    .dynamic_content h2 {
        font-size: 17px;
    }

    .dynamic_content h5 {
        font-size: 16px;
    }

    .padd {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .dynamic_content p {
        margin: 7px 0;
    }

    .dynamic_content ul li:before {
        top: 13px;
        width: 5px;
        height: 5px;
    }

    .dynamic_content ul li {
        font-size: 15px;
        line-height: 26px;
        padding: 2px 0 2px 15px;
    }

    p {
        font-size: 15px;
        line-height: 25px;
    }

    .dynamic_img:after {
        top: 20px;
    }

    .dynamic_content {
        padding-top: 35px;
    }

    .store_text {
        z-index: 0;
    }

    .store_text:before {
        width: calc(100% + 24px);
        left: -12px;
        top: -20px;
        z-index: -1;
    }

    .store_text h2:after {
        right: -5px;
        width: 200px;
        top: -15px;
    }

    .store_text h2 {
        font-size: 32px;
    }

    .box_banners_sec {
        padding: 30px 50px 60px 50px;
    }

    .home_insta h2:before {
        width: 53%;
        bottom: 10px;
        left: -25px;
    }

    .home_insta h2 {
        font-size: 35px;
        margin-bottom: 10px;
    }

    h1.heading_title:after {
        width: 95%;
        bottom: -40px;
    }

    .box_banner_2 {
        padding: 30px 0;
    }

    .box_banner_2 .button {
        padding: 12px 30px;
        font-size: 14px;
    }

    .box_banner_2 p {
        font-size: 15px;
        line-height: 17px;
    }

    .box_banner_2 h2 {
        font-size: 26px;
    }

    .box_banner_2 h3 {
        font-size: 26px;
    }

    .new-info {
        width: 50px;
        height: 50px;
    }

    .discount-info {
        width: 50px;
        height: 50px;
    }

    h1.heading_title {
        font-size: 30px;
        padding: 0 15px;
    }

    .featured_categories {
        padding: 45px 0px 5px 0;
    }  
    
    .category_box:after {
        top: 20px;
        left: 20px;
    }

    .category_box {
        margin: 0 10px 50px 10px;
    }

    .category_box h2 {
        font-size: 19px;
        padding: 12px 17px;
    }

    .featured_categories h1 {
        margin-bottom: 35px;
        font-size: 25px;
    }

    .footer_logo img {
        width: 170px;
    }

    .bank_icons img.paypal {
        width: 55px;
    }

    .bank_icons img.id_check {
        width: 110px;
    }

    .bank_icons img.maestro {
        width: 100px;
    }

    .bank_icons img.mastercard {
        width: 110px;
    }

    .bank_icons img.visa_secure {
        width: 28px;
    }

    .bank_icons img.visa {
        width: 40px;
    }

    .footer_logo .footer_social img {
        width: 21px;
    }

    a.links-trigger:after, a.links-trigger-2:after, a.links-trigger-3:after, a.links-trigger-4:after {
        width: 13px;
        height: 13px;
        margin-top: 6px;
    }

    .footer_box h6 {
        margin: 8px 0 12px 0;
        font-size: 19px;
    }

    .footer_logo .footer_social img.tiktok {
        width: 18px;
    }

    .footer_logo .footer_social img.youtube {
        width: 25px;
    }

    .footer_logo .footer_social img {
        margin: 0 15px;
    }

    .footer_logo .footer_social img.facebook {
        width: 10px;
    }

    .footer_box.footer_logo p {
        margin-top: 20px;
        padding-bottom: 13px;
        margin-bottom: 17px;
        font-size: 19px;
    }

    .footer_box.footer_logo {
        margin-bottom: 30px;
    }

    .cd-menu-trigger.nav-open {
        background-size: 26px !important;
        width: 24px !important;
        height: 24px !important;
    }

    .lSAction>.lSNext, .lSAction>.lSPrev {
        background-size: 35px;
        width: 35px;
        height: 35px;
        bottom: 15px;
    }

    .tabs {
        padding-top: 10px;
    }

    .tab-label {
        padding: 10px 0px 8px 0;
        font-size: 16px;
    }

    .product-preview.details .social-buttons-view {
        font-size: 16px;
    }

    .lSSlideOuter .lSPager.lSGallery li {
        width: 60px!important;
    }

    .product-card .option-row.quantity-option {
        margin-bottom: 0;
    }

    .product-card .price {
        margin-left: 0;
    }

    .related_products tr td.attributes_left {
        font-size: 15px;
    }

    .product-list ul li {
        font-size: 15px;
        line-height: 25px;
    }

    .product-card .product-options-quantity {
        display: block;
    }

    .product_box .product_image .product-box-actions, .swiper-slide .product-image .product-box-actions {
        top: 10%;
        right: 13%;
    }

    .product-image .product_box_bag img, .product_image .product_box_bag img {
        top: 11%;
    }

    .cd-filter-trigger span {
        font-size: 15px;
    }

    .catalog.products .product_box {
        margin-bottom: 20px;
    }

    .cd-filter-trigger span:after {
        margin-left: 7px;
        margin-top: 16px;
        width: 10px;
        height: 10px;
    }

    .filter_sorting span.filter_text, .block.sort h4 {
        font-size: 15px;
        padding-right: 0;
    }

    .cd-filter-trigger span:after {
        margin-left: 3px;
    }

    ul.side_nav li a {
        font-size: 16px;
    }

    .cd-filter-block h4 {
        font-size: 19px;
        padding-bottom: 15px;
    }

    .block.sort ul {
        margin-left: 0;
        width: 100%;
        left: 0;
    }

    .filters-mob {
        padding-top: 6px;
    }

    .filter-img a img {
        width: 24px;
        margin-right: 7px;
    }

    .block.sort h4:after {
        right: 23px;
        width: 10px;
        height: 10px;
    }

    .product_box .box_details {
        padding: 0px 0px 10px 0px;
    }

    .product_box .price h5 span {
        font-size: 17px;
    }

    .product_box .price h5 span.before {
        font-size: 14px;
    }

    .pages.contact h3.heading_title {
        font-size: 27px;
        padding: 10px 0px 0 15px;
    }

    .pages.contact h3.heading_subtitle {
        font-size: 27px;
        padding: 7px 0px 3px 15px;
    }

    div.submit {
        margin: 5px 0 0 0;
    }

    #map {
        height: 450px;
    }

    .contact_box h1 img {
        width: 160px;
    }

    .contact_box .contact_box_item {
        margin: 1px 0;
    }

    .well- .btn-order {
        width: 100%;
    }

    .well- .return_cart {
        width: 100%;
    }

    .customers .button-main {
        padding: 10px 20px;
        font-size: 14px;
    }

    .content h2.title.border-right:after {
        margin-top: 25px;
    }

    .best-sellers, .private_collection {
        padding: 35px 0px 25px 0;
    }

    .best-sellers h3.heading_title {
        font-size: 22px;
        padding: 5px 0 0 20px;
    }

    .swiper-button-next {
        left: 80px;
    }

    .swiper-button-prev {
        right: 80px;
    }

    .swiper-button-next, .swiper-button-prev, .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
        background-size: 50px;
        width: 50px;
        height: 50px;
    }

    .best-sellers h3.heading_subtitle {
        font-size: 22px;
        line-height: 32px;
        padding: 5px 0px 0px 20px;
    }

    .best-sellers-subtitle span {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .best-sellers .reversed-best-sellers {
        width: 100%;
    }

    .new_collections {
        margin-top: 50px;
        background-size: 245px
    }

    .store_text h1 img {
        width: 180px;
    }

    .store_text p {
        font-size: 15px;
        line-height: 25px;
    }

    .store_link.mob {
        right: 7%;
        font-size: 13px;
        padding: 8px 15px;
        bottom: 53px;
    }

    .store_bg {
        height: 14%;
    }

    .header.cd-main-header {
        margin: 16px 0;
    }

    .product-card span.product-title {
        font-size: 20px;
        line-height: 26px;
    }

    .content .product-list ul li {
        margin: 0 0 3px 0;
        line-height: 23px;
        width: 100%;
        font-size: 14px;
    }

    .product-card .price {
        font-size: 23px;
    }

    .tab p {
        line-height: 24px;
        font-size: 14px;
    }

    .content h2:after {
        width: 25%;
    }

    .blog_subtitle {
        font-size: 15px;
        line-height: 20px;
    }

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

    .blog_text ul li {
        font-size: 15px;
        line-height: 26px;
        padding: 3px 0 3px 16px;
    }

    .blog_text ul li:before {
        top: 14px;
        width: 5px;
        height: 5px;
    }

    #dynamic_gallery {
        margin-top: 20px;
        margin-bottom: 45px;
    }

    a.more {
        font-size: 12px;
    }

    .blog_image_text p.second {
        font-size: 16px;
        line-height: normal;
    }

    .content h4 {
        font-size: 17px;
    }

    .store {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .stores .overlay h1 {
        font-size: 16px;
    }

    .stores .overlay p {
        margin: 10px 0px 0px 0;
        font-size: 11px;
    }

    .notifications {
        font-size: 16px;
    }

    h4.title span.counter {
        margin-right: 5px;
    }

    h4.title {
        font-size: 16px;
    }

    .cd-cart .checkout-btn {
        font-size: 16px;
    }

    .btn {
        padding: 8px 5px;
        font-size: 15px;
    }

    .products_text {
        margin-top: 20px;
        text-align: center;
    }


    .main_banner .swiper-container h1 span.first {
        padding: 2px 0px 2px 15px;
    }

    .main_banner .swiper-container h1 {
        font-size: 28px;
    }

    .main_banner .swiper-container h1 {
        margin-left: 0;
    }

    .swiper-container p {
        font-size: 16px;
        line-height: 26px;
        margin-top: 5px;
    }

    .main_banner .swiper-container h1 span.second {
        font-size: 33px;
        margin-left: 30px;
        padding-left: 20px;
    }

    .main_banner .slider_container a.more {
        padding: 12px 30px;
        font-size: 15px;
        letter-spacing: 0.5px;
        margin-top: 20px;
    }

    .main_banner .swiper-pagination-bullet {
        margin: 0 12px;
    }

    #swiper_banners .swiper-pagination {
        margin-top: 25px;
    }

    .featured_categories .overlay {
        padding: 40px 0;
    }

    .featured_categories .overlay h1 {
        font-size: 20px;
        border-bottom: 4px solid #cb333bd9;
    }

    .featured_categories .overlay h2 {
        font-size: 18px;
        margin: 20px 0;
    }

    .featured_categories .overlay p {
        font-size: 13px;
    }

    .featured_categories .main_category {
        height: 380px;
    }

    .featured_categories .main_category .vertical_banner_text span:after {
        background-size: 30px;
        width: 30px;
        height: 30px;
        margin-left: 10px;
    }

    .featured_categories .main_category .vertical_banner_text span {
        font-size: 23px;
    }

    .featured_categories .main_category.right {
        height: 380px;
    }

    .featured_categories .main_category .vertical_banner_text.right {
        margin-right: 65px;
    }

    .featured_categories .main_category {
        margin-bottom: 70px;
    }

    .featured_categories .main_category.right:before {
        top: -35px;
    }

    .featured_categories .main_category .vertical_banner_text span {
        font-size: 20px;
    }

    .box_banners .vertical_banner_text {
        margin: 0 0 40px 0;
    }

    section.brands.insta {
        padding: 30px 0px;
    }

    section.brands.insta .section-subtitle.mob {
        display: block;
        font-size: 25px;
        margin: 30px 0px 5px 0px;
    }

    .box_banner_1 h3:after {
        height: 40px;
        bottom: 13px;
    }

    .box_banner_1 {
        padding: 30px 10px;
        margin-bottom: 40px;
    }

    .box_banner_1 p {
        font-size: 17px;
        line-height: normal;
        text-align: center;
    }

    .box_banner_1 h3 {
        font-size: 20px;
        padding: 0 0px 60px 0px;
    }

    .button {
        padding: 12px 25px;
        font-size: 15px;
        margin-top: 20px;
    }

    .box_banner_1 h2 span {
        padding-left: 60px;
    }

    .box_banner_1 h2 {
        font-size: 35px;
        line-height: 33px;
    }

    section.brands.insta .section-subtitle:after {
        width: 90px;
        background-size: 70px;
        height: 15px;
    }

    section.brands.insta .section-title {
        font-size: 35px;
        text-align: center;
    }

    section.home_info .info_box_container .heading_desc {
        font-size: 14px;
        line-height: normal;
    }

    section.home_info .info_box_container {
        margin-bottom: 30px;
    }

    .hero.section-newsletter .heading_title {
        font-size: 26px;
    }

    .hero.section-newsletter .heading_subtitle {
        font-size: 17px;
    }

    .newsletter_graphic {
        height: 35%;
        width: 100%;
        background-size: cover;
        bottom: auto;
        top: 45%;
    }

    .contact_box h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .hero.new-designs.video {
        height: 35vh;
    }

    .contact_box_item i {
        font-size: 15px;
        margin-right: 9px;
    }

    .hero.section-newsletter .newsletter-col {
        padding: 35px 0px 50px 0;
        background-position: 0 255px;
    }

    .content h2.heading_title {
        font-size: 19px;
    }

    .content h5 {
        font-size: 15px;
    }

    .w-50 {
        width: 50%;
    }

    .content h2 {
        font-size: 18px;
        line-height: normal;
        padding: 10px 0 12px 0px;
        margin-bottom: 15px;
    }

    h1.page_title {
        font-size: 23px;
        letter-spacing: 0;
    }

    .breadcrumb a span, .breadcrumb span {
        font-size: 13px;
    }

    .breadcrumb>li+li::before {
        font-size: 13px;
    }

    .page_header h1.page_title {
        line-height: normal;
        padding: 0 15px;
    }

    .cd-search-trigger .close_search img {
        width: 24px;
        height: 30px;
    }

    .info_footer_container.half {
        width: 100%;
    }

    #footer {
        padding-top: 50px;
    }

    #footer .social-payments {
        margin-top: 15px;
    }

    .logo_column {
        width: 150px;
    }

    .cd-search-trigger .search_icon img {
        width: 23px;
        height: 23px;
    }

    .cd-search-trigger .search_icon img {
        width: 21px;
        height: 21px;
    }

    .top_icons .top_icon {
        width: 26px;
        height: 33px;
        background-size: 21px;
    }

    .top_icons .top_icon.cd-menu-trigger {
        width: 32px;
        height: 27px;
        margin-left: 15px;
        right: 2px;
    }

    .top_icons .top_icon {
        margin-left: 10px;
    }

    .product-info h5 {
        font-size: 18px;
    }

    .wishlist-btn img {
        width: 21px;
    }

    .wishlist-btn {
        right: 12px;
        top: 22px;
    }

    .fakoi_btn div.submit {
        margin: 0px 0 10px 0;
    }

    .btn {
        font-size: 14px;
        margin: 0;
    }

    .fakoi_btn input {
        font-size: 14px;
    }

    .social-icons-top a.instagram {
        width: 22px;
        height: 22px;
    }

    .social-icons-top span {
        margin-right: 20px;
    }

    ul.footer_menu li {
        font-size: 15px;
        text-transform: none;
    }

    .footer_box.first {
        text-align: center;
    }

   
    .product-preview.details .social-buttons-view span {
        margin-top: 16px;
        margin-right: 10px;
    }

    .add_wishlist .wishlist-btn img {
        width: 20px;
        margin-right: 10px;
    }

    .add_wishlist .wishlist-btn {
        font-size: 16px;
    }

    .block.sort h4:after {
        right: -15px;
    }

}


@media only screen and (max-width:380px) {

    .product_box_container{
        width: 100%;
    }

    .product_box .product_image .product-box-actions, .swiper-slide .product-image .product-box-actions {
        top: 8%;
        right: 10%;
    }

    .vertical_align_center {
        flex-direction: column;
    }

    .btn {
        padding: 10px 12px;
        font-size: 15px;
        background-image: none;
    }

    .footer_box {
        width: 100%;
    }

    .product-image .product_box_bag img, .product_image .product_box_bag img {
        top: 8%;
    }

    .product_box .title h3 {
        margin-bottom: 0px;
    }
   
}

@media only screen and (min-width:1349px)
{
    .center-info{
        font-size:14px;
   }
}

.featured_categories .main_category{overflow:visible;}




