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

@font-face {
    font-family: 'CeraProBlackItalic';
    src: url('Cera_Pro_Black_Italic.otf') format('opentype');
}
@font-face {
    font-family: 'CeraProRegularItalic';
    src: url('Cera_Pro_Regular_Italic.otf') format('opentype');
}
@font-face {
    font-family: 'CeraProLight';
    src: url('Cera_Pro_Light.otf') format('opentype');
}

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

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

.check_terms a{text-decoration: underline;}
.grecaptcha-badge {
    display: none;
}

.blue_color {
    color: #5ce1e6;
}

.blue_bg {
    /* background: #434343; */
}

.grey_bg {
    background: #f2f2f2;
}

.white_bg {
    background: #fff;
}

.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;
    font-family: 'CeraProLight', Verdana;
}

:focus {
    outline: 0px none;
}

ol,
ul {
    list-style: none outside none;
    font-family: 'CeraProLight', Verdana;
}

b, strong {
    font-weight: 600;
    font-family: 'CeraProMedium', Verdana;
}

a {
    color: #214b57;
    text-decoration: none;
    font-family: 'CeraProLight', Verdana;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

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

.no_scroll {
    overflow: hidden;
}

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

.padd_top {
    padding-top: 100px;
}

.padd_bottom {
    padding-bottom: 100px;
}

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

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

.styled_btn {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    border-radius: 0px;
    background: #214b57;
    color: white;
    font-weight: 200;
    border: 1px solid #fff;
    padding: 5px 19px;
    border-top-left-radius: 10px;
    border-bottom: none;
    border-right: none;
}

p {
    font-size: 18px;
    line-height: 32px;
    color: #214b57;
    font-family: 'CeraProLight', Verdana;
}

.overflow {
    overflow: hidden;
}

.show_991 {
    display: none;
}

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

.flex {
    display: flex;
}

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

.cd-main-content {
    /*padding-top: 30px;*/
}

.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;
    /* margin-top: 20px; */
}

#toptop_bar{
    font-weight: 100;
    padding: 8px;
    background: #fff;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #A1A1A1;
}

#toptop_bar .location img {
    width: 14px;
    margin-right: 10px;
}

#toptop_bar .location {
    font-size: 14px;
    color: #222;
    font-weight: 400;
    display: flex;
    align-items: center;
}

#toptop_bar .shippings {
    text-align: center;
    font-weight: 600;
    font-size: 12px;
}

#toptop_bar .login {
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    color: #222;
    font-weight: 400;
    align-items: center;
    gap: 10px;
}

.flex_section {
    display: flex;
}

.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;
}

.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;
}

.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;
    margin: 0;
    padding: 0;
    position: sticky;
    z-index: 999;
    display: flex;
    flex-direction: column;
    background: #fff;
    transition: all 0.2s ease-in;
    top:0;
    /* overflow: hidden; */
}
#header.header_fixed{
    border-bottom: 3px solid #214b57;
    transition: all 0.2s ease-in;
}
#header .row{overflow: hidden; display: contents;}
#header.header_fixed .header_message p{ /*padding-top: 5px;*/}
.catalog.view #header, .cart.home #header, .checkout #header, .customers #header {
    /* background: #1B1819; */
    position: sticky;
}

.pages.view #logo, .catalog.view #logo, .cart.home #logo, .checkout #logo, .customers #logo {
    /* position: absolute;
    border-top: none;
    width: 100%;
    height: 90px;
    top: -125px; */
}

.pages.view #logo a,  .catalog.view #logo a, .cart.home #logo a, .checkout #logo a, .customers #logo a {
    /* background-size: 160px; */
    /* height: 100%; */
    /* margin-top: 60px; */
}

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

#header .top_main_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .main_menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0px;
    /* border-top: 1px solid #999; */
    /* border-bottom: 1px solid #777; */
    margin-top: 23px;
    border-top: 1px solid #cb447f;
    /* border-bottom: 1px solid #777; */
    padding-top: 12px;
}

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

.header_message{
    background: #214b57;
    border-bottom: none;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    text-align: center;
    justify-content: center;
    /* position: sticky; 
    top: 0;
    z-index: 9999;*/
}
.header_message p{
    color: #fff;
    font-size: 14px;
}
.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-top: 20px;
    margin-bottom: 20px;
}

#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: 40px;
    height: 40px;
}

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

#search {
    display: none;
    z-index: 1;
    width: 100%;
    background: #214b57;
    color: #fff;
    overflow: hidden;
    position: absolute;
    top: 170px;
    border-bottom: 1px solid #fff;
}
#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;
    color: #fff;
    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: #fff;
}

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

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

.top_icons .cd-login-trigger.top_icon {
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    position: relative;
    top: 1px;
}

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

.top_icons .top_icon span {
    display: none;
}

.top_icons .top_icon span.badge {
    display: block !important;
    position: absolute;
    right: -8px;
    bottom: 8px;
    margin-top: 0;
    font-size: 10px;
    color: #fff;
    font-weight: 700;
    padding: 3px 6px 4px 6px;
}

.mobile_menu_icons {
    display: none;
}

.cd-menu-trigger {
    display: none;
    background-image: url(../img/layout/menu.svg);
    width: 45px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 45px;
}

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

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


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


.cd-cart .inner{
    width: 380px;
    height: 100%;
    float: right;
    background: #edf1f1;
    padding: 0;
    box-shadow: -5px 0px 7px -1px #4a4a4a;
}

#close_menu{
	background:none;
}

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

.cd-cart .close_speed_cart {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 0;
    margin-right: 12px;
    color: white;
    margin-top: 13px;
    text-indent: -9999999px;
    cursor: pointer;
    background-image: url(../img/layout/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


.swiper-slide .product-options,
.product_box .product-options {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.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;
}

.gallery-photo {
    padding: 7px;
}

.swiper-slide .product-options  span,
.product_box .product-options span {
    color: #000;
    font-size: 18px;
    padding: 5px;
    margin: 0 3px;
    position: relative;
    padding-right: 10px;
    font-weight: 500;
}

.product-options span:after {
    content: '';
    position: absolute;
    top: 16px;
    right: -3px;
    width: 5px;
    height: 5px;
    background: #404040;
    border-radius: 100%;
}

.product-options span:last-of-type::after {
    display: none;
}

.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;
}

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

.cd-login-trigger {
    display: inline-block;
    background-image: url(../img/layout/user.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    width: 100%;
    height: 16px;
    padding-left: 22px;
    background-position: left;
}

.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 auto;
    overflow: hidden;
    width: 100%;
    height: 90px;
}

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

.search_form{
    /* border-left: 1px solid #221f1f; */
}

#logo a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -999999px!important;
    background: url('../img/layout/ingenic_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;
    display: inline-flex;
    align-items: center;
}

#navi a {
    margin-right: 35px;
    font-family: 'CeraProLight', Verdana;
    color: #214b57;
    font-size: 22px;
    padding-right: 30px;
    font-weight: 800;
}

#navi span {
    margin-right: 50px;
    position: relative;
    font-family: 'CeraProLight', Verdana;
    color: #214b57;
    font-size: 22px;
    padding-right: 30px;
    font-weight: 800;
}

#navi span:after {
    content: '';
    display: inline-block;
    height: 10px;
    width: 15px;
    background-size: 100%;
    background-image: url(../img/layout/icons/arrow_down.svg);
    background-repeat: no-repeat;
    border: none;
    top: 0px;
    left: 12px;
    position: relative;
}

#navi a img {
    width: 15px;
    margin-right: 8px;
}

#navi ul {
    display: flex;
    flex-direction: column;
}

#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 .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 .swiper-slide.mobile{display: none;}
.main_banner .social_banner {
    width: 10%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.main_banner.about_banner {
    height: 70vh;
}

.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: static;
    margin: 0 15px;
}

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

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

#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: 16px;
}

#navi .dropdown ul li {
    display: inline-block;
    position: relative;
    margin: 0px;
    width: 100%;
    border-bottom: 1px solid #ffffff8f;
    padding: 0;
}
#navi .dropdown ul li:last-child{
    border-bottom:none
}
#navi ul li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    height: 100%;
    transition: all 0.2s ease-in;
    padding: 20px 0 20px 20px;
    margin-right: 0;
}
#navi ul li a:hover{
    color: #214b57;
    background: #fff;
}
#navi ul li .dropdown a {
    color: #fff;
    padding: 5px 10px;
    text-align: left;
    font-weight: 500;
    font-size: 17px;
}

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

#navi_container #navi ul li .dropdown a:after {
    display: none;
}

#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 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 5px;
    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 5px;
}

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

#navi li .dropdown {
    position: absolute;
    box-shadow:0 2px 6px rgba(255,255,255,0.3);
    z-index: 99999 !important;
    height: auto;
    background: #214b57;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    left: 0;
    padding: 0px;
    top: 31px;
    border-radius:5px
}

#navi ul .dropdown ul {
    text-align: left;
    margin: 5px 0;
    position: relative;
    display: block;
    overflow: hidden;
}

#navi .submenu_inner {
    display: inline-block;
    float: left;
    width: 33%;
}

#navi_container #navi ul li.brands_menu .submenu_inner a:after {
    display: none;
}

#navi li:hover {
    cursor: pointer;
}

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

/* #navi ul li span.title:after{
    position:absolute;
    content:'';
    bottom:0;
    width: 0;
    left:0;
    transition: width 0.3s ease-in;
} */


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

#navi ul .dropdown li .submenu_inner a {
    font-size: 14px;
    color: #555;
    padding: 5px 0 5px 15px;
    transition: all 0.3s ease-in-out;
}

#navi ul .dropdown li .submenu_inner a:hover {
    color: #d59369;
    padding-left: 25px;
}

#navi ul .submenu a {
    color: #221f1f;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: left;
} 

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

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

#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;
}


.header_fixed #navi ul li a {
    /* color: white */
}

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

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

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

#navi ul li .dropdown li a:hover {
    padding-left: 15px;
}

#navi ul li a:hover:after {
    /* border: 1px solid #28aae1;
    background: #28aae1; */
}


/* #navi ul li a:after {
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 1;
    display: block;
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    border: 1px solid #999;
    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;
} */


/* #navi ul li a:before {
    border-bottom: 1px solid #e4ad73;
    bottom: 10px;
    content: "";
    position: absolute;
    right: 0;
    transition: width .4s linear 0s;
    width: 0;
} */

#navi ul li a:hover:before {
    left: 0;
    width: 100%;
    transition: all .3s ease;
}

#navi ul li .submenu {
    position: absolute;
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    z-index: 99999 !important;
    height: auto;
    background: #FAF9F5;
    min-width: 100%;
    visibility: hidden;
    opacity: 0;
    left: 0;
    border-bottom: 1px dashed #f7bc92;
    padding: 15px 20px;
}

#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;
    visibility: visible;
    opacity: 1;
    width: 100%;
}

#navi ul li .third_level a {
    padding: 2px 2px;
    font-weight: 400;
    text-align: left;
    line-height: normal;
    font-size: 14px;
}

#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;
    left: -100%;
    top: 0px;
    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: 100vh;
    overflow-y: scroll;
    margin-top: 60px;
}

#mobile-nav .responsive_main_menu .social_icons{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;

}
#mobile-nav .responsive_main_menu .social_icons img{width: 50px;    margin: 0 10px;}

.social_icons a {
	display: inline-block;
	width: 50px; 
	height: 50px;
	background-size: 50px;
	background-repeat: no-repeat;
	transition: background-image 0.3s ease-in-out;
    margin-bottom: 15px;
}

/* Facebook */
.icon-facebook {
	background-image: url(../img/layout/icons/facebook_1.svg);
}
.icon-facebook:hover {
	background-image: url(../img/layout/icons/facebook_2.svg);
}

/* LinkedIn */
.icon-linkedin {
	background-image: url(../img/layout/icons/linkedin_1.svg);
}
.icon-linkedin:hover {
	background-image: url(../img/layout/icons/linkedin_2.svg);
}

/* Instagram */
.icon-instagram {
	background-image: url(../img/layout/icons/instagram_1.svg);
}
.icon-instagram:hover {
	background-image: url(../img/layout/icons/instagram_2.svg);
}

/* url(../img/layout/breadcrumb.svg); */
#mobile-nav.nav-open {
    left: 0;
}

.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;
    justify-content: end;
}

.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 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 {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    float: right;
}

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

.account_link,
.register_link {
    display: none;
}

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

.breadcrumb-section {
    position: relative;
    text-align: right;
    z-index: 1;
    margin-top: 45px;
    padding-bottom: 30px;
    border-bottom: 1px solid #214b57;
}
.product-breadcrumb .breadcrumb-section {
    background: #214b57;
    border-bottom: none;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    text-align: center;
}
.breadcrumb-section.product_view {
    background: #f5f5f5;
}

.breadcrumb {
    background: #43434300;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0px;
    padding: 0;
}
.product-breadcrumb .breadcrumb {
    background: #214b57;
}
.breadcrumb>li {
    display: inline-block;
    position: relative;
    padding-right: 25px;
}
.breadcrumb>li.last{
    padding-right:0
}
.breadcrumb a span,
.breadcrumb span {
    display: inline-block;
    font-size: 17px;
    color: #214b57;
    font-weight: 400;
}
.product-breadcrumb .breadcrumb a span, .product-breadcrumb .breadcrumb span {
    color: #fff;
}

.breadcrumb li.last span {
    color: #214b57;
    font-weight: 600;
}
.product-breadcrumb .breadcrumb li.last span{
    color: #fff;
}
.breadcrumb>li+li::before {
    content: '';
    position: absolute;
    background-image: url(../img/layout/breadcrumb.svg);
    background-repeat: no-repeat;
    background-size: 6px;
    width: 6px;
    height: 15px;
    left: -15px;
    top: 8px;
}

.page_header {
    background-color: #cbddeb;
    position: relative;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/layout/pages_hero.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    opacity: 0.2;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.no_banner h1.page_title {
    color: #214b57;
    font-size: 57px;
    font-weight: 700;
    display: flex;
    align-items: center;
    text-align: center;
    font-family: 'CeraProLight', Verdana;
    z-index: 2;
}


.page_header.products {
    height: 45vh;
}

.page_header p {
    z-index: 1;
    position: relative;
    line-height: normal;
    padding: 0 25px;
    color: #fff;
}

.page_header:after {
    content: '';
    position: absolute;
    top: 0;
    /* background-image: url(../img/layout/catalog_graphic.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 110%;
}

.products h1.page_title {
    color: #214b57;
    font-size: 57px;
    font-weight: 700;
    display: flex;
    align-items: center;
    font-family: 'CeraProLight', Verdana;
    justify-content: center;
}
.dynamic_content strong {
    color: #214b57;
}
.dynamic_content p {
    color: #214b57;
    font-size: 18px;
}
.dynamic_content a {
    color: #f7bc92;
    font-weight: 700;
}
.dynamic_content h3 {
    font-size: 18px;
    margin: 20px 0 15px 0;
    color: #444;
    font-weight: 500;
}

.dynamic_content h5 {
    font-size: 19px;
    font-weight: 500;
    margin: 20px 0 10px 0;
    color: #4a4a4a;
}
.dynamic_content h6 {
    color: #f7bc92;
    font-size: 21px;
    font-family: 'CeraProMedium', Verdana;
}
.dynamic_content ul li {
    color: #214b57;
    font-size: 18px;
    line-height: 28px;
    font-weight: 100;
    font-family: 'CeraProLight', Verdana;
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding: 10px 10px 10px 0;
}
.dynamic_content span.underline {
    color: #214b57;
    font-family: 'CeraProMedium', Verdana;
    font-size: 20px;
    font-weight: 100;
    border-bottom: 2px solid #214b57;
}
.dynamic_content p span strong {
    color: #f7bc92;
    font-size: 25px;
}
.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-weight: 100;
    font-size: 35px;
    color: #214b57;
    display: flex;
    align-items: center;
    font-family: 'CeraProMedium', Verdana;
    margin-bottom: 17px;
    margin-top: 30px;
}
.dynamic_content h2 small{
    font-weight: 700;
    font-size: 40px;
    color: #214b57;
    background: #f7bc92;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-family: 'CeraProMedium', Verdana;
}
.dynamic_content ul li:before {
    content: '';
    display: inline-block;
    height: 15px;
    width: 29px;
    background-size: 27px;
    background-image: url(../img/layout/icons/bullet.svg);
    background-repeat: no-repeat;
    margin-right: 8px;
    top: 3px;
    position: relative;
}

.table.security {
    display: flex;
    flex-direction: column;
    width: 70%;
    border: 1px solid #214b57;
    border-radius: 20px;
    margin-top: 20px;
}
.table.security .table-row.header {
    background: #214b57;
    color: #fff;
    border-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.table.security .table-row {
    display: flex;
}
.table.security .table-row.header li {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}
.table.security .table-row li {
    flex: 1;
    list-style: none;
    padding: 10px;
    border-bottom: 1px solid #214b57;
    border-left: 1px solid #214b57;
    text-align: center;
}
.table.security ul li::before {display: none;}
.table.security .table-row li:first-child {
    border-left: none;
}
.table.security .table-row.last li {
    border-bottom: none;
}
img.boxnow {
    width:50%;    
    display: flex;
    margin: 0 auto;
}

.boxnow_icons img{
    width:75%
}

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

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

.desktop-search {
    display: inline-block;
    float: left;
    position: relative;
    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: #333;
    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;
    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;
}

.checkout.completed h1.page_title strong {
    padding-bottom: 10px;
    display: block;
    vertical-align: top;
    margin-bottom: 15px;
    font-weight: 100;
    color: #333;
    text-align: center;
}

.checkout.completed h1.page_title {
    text-align: center;
    padding-right: 0;
    margin-top: 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: 50px;
    margin-bottom: 20px;
    padding: 0px;
    width: 100%;
}

.newsletter {}

.newsletter h5 {
    color: #000;
    margin: 0px 0 0px 0;
    font-size: 50px;
    font-weight: bold;
}

.newsletter p {
    color: #000;
    margin: 0px 0 0px 0;
    font-size: 18px;
}

.newsletterform {
    position: relative;
    width: 90%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 auto;
}

.newsletter_input {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-bottom: 1px solid #ccc;
    background: transparent;
}

.newsletter_input input {
    border-radius: 0px;
    box-shadow: none;
    border: none;
    background: none;
    color: #444;
    font-size: 16px;
    text-align: left;
    font-weight: 300;
    margin-bottom: 0;
    padding: 10px 0;
}

.newsletter_input input::placeholder {
    color: #AA9FA0;
    font-weight: 400;
    text-transform: none;
}

.newsletter_input input:hover {}

.nl-button {
    position: relative;
    transition: all 0.2s ease-in;
    display: block;
    font-size: 19px;
    font-weight: 300;
    color: #fff;
    border: none;
    background: transparent;
    padding: 0px 20px 0px 18px;
    line-height: normal;
    background-image: url(../img/layout/subscribe.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: right;
}

.nl-button:hover{
    color: #214b57;
    transition: all 0.2s ease-in;
}

#home_brands {
    background: #F5F1E7;
    padding: 40px 0;
    overflow: hidden;
}


.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 {
    width: 100%;
    height: 70vh;
    margin-bottom: 100px;
    border-radius: 30px;
}

.wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 580px;
}

.wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 580px;
}

.button.driveme {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
    padding: 17px 35px;
    font-size: 17px;
}

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

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

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

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

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

.info-window-content p.map_title {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 19px;
    color: #214b57;
    border-bottom: 1px solid #214b57;
    padding-bottom: 5px;
}
.info-window-content h2, .info-window-content h4{
    color:#214b57;
    line-height: 19px;
}
.info-window-content p {
    font-size: 16px;
    margin-top: 0;
    line-height: 24px;
}

.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: #f7bc92 !important;
    transition: all 0.3s ease 0s;
    color: white!important;
}
/* =================== FOOTER =================== */
.footer_mob {
    display: none;
}
#footer {
    background: #214b57;
    transition: all .8s ease-out;
    padding-top: 70px;
}
footer a{
    color:#fff
}
  .footer_dots {
    position: relative;
    width: 100%;
    z-index: -1;
  }
  
  .footer_heading {
    position: relative;
    z-index: 0;
    transition: all .4s ease-out;
  }
  
  .footer_heading p {
    color: #fff;
    font-size: 64px !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    display: block;
    margin-bottom: 20px;
    text-align: left;
  }
  
  
  .footer_box {
    color: #fff;
    padding: 20px 5px;
  }
  .footer_box.last{display: flex; flex-direction: column; align-items: center;}
  .footer_box p { font-family: 'CeraProLight', Verdana;  font-size: 18px; line-height:35px; font-weight: 100;  color: rgba(255, 255, 255, 0.7); }
  .footer_box a, .footer_box li{font-family: 'CeraProLight', Verdana;  font-size: 18px; line-height:35px; font-weight: 100;  color: rgba(255, 255, 255, 0.7);}
  .footer_box a:hover {  color: #f7bc92;}
  .footer_box p.footer_subheading { font-family: 'CeraProMedium', Verdana; font-size: 24px; color: #fff; display: block; margin-bottom: 30px; letter-spacing: 1px; }
  .footer_box h4 { font-size: 21px; color: #fff; font-weight: 700; line-height: 35px; margin-right: 90px; margin-top: 10px;}
  
  .footer_box span.title{display: none;}
  .footer_box li{list-style: none;}


  .footer_box ul li {
    padding-right: 20px;
  }
  .footer_box ul {
    display: flex;
    flex-direction: column;
  }
  .footer_box li a { font-family: 'CeraProLight', Verdana;  font-size: 18px; line-height:35px; font-weight: 100;  color: rgba(255, 255, 255, 0.7);  }
  .footer_box p.footer_info a {
    color: #f7bc92;
    font-size: 16px;
  }
  
  .footer_box li a i {
    margin-right: 5px;
  }
  .footer_box li a:hover {
    color: #f7bc92;
    text-decoration: none;
  }
  
  ul.footer-product-list{display: block;}
  ul.footer-product-list li, ul.footer-product-list li a, ul.footer-product-list li a strong{
    font-family: CeraProLight, Verdana;
    font-size: 18px;
    line-height: 35px;
    font-weight: 100;
    color: rgba(255, 255, 255, 0.7);
  }
  
  .footer_box img{width:70%}
  .footer_box .form-group  {
    margin-bottom: 0;
  }
  
  .footer_box form .form-control {
    color: #ffffff !important;
    background-color: #1b394c !important;
    border: 0px solid rgba(0,0,0,0) !important;
    border-radius: 0 !important;
  }
  
  .footer_box .footer_box_title {
    font-weight: 200;
  }
  
  .footer_box .btn-primary {
    color: #fff;
    background-color: #214b57;
    border-color: rgba(0,0,0,0);
    padding: 5px 0px;
    border-radius: 0;
    transition: all .4s ease-out;
  }
  
  footer:hover .footer_box .btn-primary {
    padding: 5px 10px;
    transition: all .4s ease-out;
  }
  
  footer:hover .footer_box .btn-primary:hover {
    background-color: #ad3c28;
    border-color: #ad3c28;
    transition: all .4s ease-out;
  }
  
  .footer_box.logo{
    display: flex;
    justify-content:flex-start;
  }
  
  .footer_box .social_icons { display: flex; justify-content: flex-start; flex-direction: column;}
  .footer_box .social_icons img {  width: 50px;   margin-right: 20px; }
  .primebiosciences_logo{margin-top:40px}
  .primebiosciences_logo img {width: 70%;  }
  .primebiosciences_logo p {
    color: #f7bc92;
    font-family: 'CeraProMedium', Verdana;
    font-size: 16px;
    letter-spacing: 1px;
    padding-bottom: 10px;
  }
.footer_copyrights {
    display: flex;
    width: 100%;
    align-items: center;
    padding-top: 45px;
    padding-bottom: 45px;
}
.copyrights_row{background: #214b57; border-top:1px solid #fff}
  #copyright { margin-top:30px; margin-bottom:30px; }
  .copyright p {
    font-family: 'CeraProLight', Verdana;
    font-size: 16px;
    line-height: 35px;
    font-weight: 100;
    color: rgba(255, 255, 255, 0.7);
}
  
  .copyright a { color: rgba(255, 255, 255, 0.7); text-decoration: none;  }
  .copyright a:hover { text-decoration: underline; }
#footer, .footer_mob {
    width: 100%;
    background: #214b57;
    padding: 50px 0 10px 0;
}

.footer_logo .footer_social img:hover {
    transform: scale(1.15);
}

.footer_mob {
    display: none;
}

#footer .social-payments{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    padding: 10px 0px;  
}

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

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

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

.bank_icons {
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 60px 0 30px 0;
}

.bank_icons img{
    width: 50px;
    margin: 0px 25px;
}

.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;
}


.bank_icons img.visa{
    width: 50px;
}
.bank_icons img.xpay {
    width: 60px;
}
.bank_icons img.diners_club {
    width: 110px;
}
.bank_icons img.diners_protect, .bank_icons img.discover {
    width: 70px;
}
.bank_icons img.visa_secure{
    width: 40px;
}

.bank_icons img.mastercard{
    width: 130px;
}

.bank_icons img.maestro{
    width: 125px;
}

.bank_icons img.id_check{
    width: 120px;
}

.bank_icons img.paypal{
    width: 75px;
}

.bank_icons p{
    margin-bottom: 19px;
}

#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: 32px;
    color: #214b57;
    position: relative;
    font-weight: 400;
    margin: 0px 0 10px 0;
    margin-top: 25px;
}

.content h2:after {
    content: '';
    position: absolute;
    background-image: url(../img/layout/filters_stroke.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 53px;
    height: 7px;
    bottom: 0;
    left: 0;
}

.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: #214b57;
}

.content p {
    line-height: 30px;
    margin: 15px 0px 15px 0;
    font-size: 17px;
    font-weight: 400;
}

.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%;
}

.content p.thank_you{
    font-size: 26px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 50px;
}


/* Cookies Terms of Use */

table.terms_table {
    border-collapse: collapse;
    width: 100%;
    border-bottom: 1px solid #214b57;
}

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

table.terms_table tr {
    background-color: #fff;
}

table.terms_tableth, td {
    text-align: left;
    padding: 5px 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: #214b57;
    font-size: 17px;
    line-height: 30px;
    padding: 2px 0 2px 25px;
    position: relative;
}


.content ul li:before {
    content: '';
    display: inline-block;
    height: 15px;
    width: 29px;
    background-size: 27px;
    background-image: url(../img/layout/icons/bullet.svg);
    background-repeat: no-repeat;
    margin-right: 8px;
    top: 3px;
    position: relative;
}

.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{
    
}

.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;
}

.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_wrap {
    position: relative;
    padding-bottom: 50px;
}

.contact_wrap h2 {
    font-size: 27px;
    line-height: normal;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-family: 'CeraProMedium', Verdana;
}
.submit_row {
    display: flex;
    align-items: center;
}
.form_wrapper form {
    margin-top: 50px;
}
.form_wrapper p{
    color:#214b57;
    font-size: 16px;
    padding-left: 15px;
}
.contact_wrap h1 {
    font-size: 65px;
    color: #4A4A4A;
    margin-bottom: 30px;
    position: relative;
    font-weight: 100;
    text-align: center;
    background: #faf9f5;
}

.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 {
    padding: 70px 60px 0 60px;
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
}

.contact_info_wrap {
    position: relative;
    overflow: hidden;
}

.contact_graphic_1 {
    content: '';
    position: absolute;
    background-image: url(../img/layout/fyllo_1.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 350px;
    height: 350px;
    left: -142px;
    top: 80px;
    transform: rotate(70deg);
}

.contact_graphic_2 {
    content: '';
    position: absolute;
    background-image: url(../img/layout/fyllo_2.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 475px;
    height: 410px;
    right: -265px;
    bottom: -60px;
    -webkit-transform: scaleX(-1);
    transform: rotate(0deg) scaleX(-1);
}

.contact_info:after {
    content: '';
    background-image: url(../img/layout/footer_stroke.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 90%;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.contact_form_wrap h6 {
    font-size: 40px;
    margin: 15px 0 40px 40px;
}

.contact_box_item {
    position: relative;
    padding: 30px 20px;
    background: #214b57;
    margin: 0 0 45px 0;
    border-radius: 30px;
    min-height: 260px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}

.contact_box_item a{
    color:#fff;
    font-size: 19px;
    transition: all 0.2s ease-in;
}
.contact_box_item a:hover{
    color:#f9d0b3;
    transition: all 0.2s ease-in;

}
.contact_box_item span {
    display: block;
    font-size: 22px;
    color: #fff;
}

.contact_form_wrap {
    padding-top: 200px;
    padding-bottom: 100px;
    background: #fff;
    margin-top: -100px;
}

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

.contact_info h2 {
    color: #f7bc92;
    font-size: 27px;
    font-weight: 100;
    margin-bottom: 20px;
}

.contact_info_right {
    background: #F5ECDA;
    position: relative;
    padding: 60px 60px 60px 130px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.contact_info_right:before {
    content: '';
    position: absolute;
    border-left: 1px dashed #f7bc92;
    height: calc(100% - 125px);
    left: 90px;
    margin-top: 5px;
}

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

.contact_box_item img {
    width: 30px;
    height: 30px;
    margin: 0;
    display: block;
}
.image-wrapper{
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 20px;
}
.contact_box_item img.mail {
    /* margin-top: 15px; */
}

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

.contact_info_bottom {
    margin-top: 90px;
}

.contact_box_item p {
    font-size: 19px;
    line-height: 37px;
    text-align: center;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
    display: block;
}

.contact_social p {
    font-weight: 700;
    color: #f7bc92;
    font-size: 18px;
    margin-bottom: 7px;
}

.contact_social img {
    width: 28px;
    margin-right: 20px;
}

.contact_social img.facebook {
    width: 15px;
}

.product-full {
    padding-top: 70px;
    padding-bottom: 50px;
    background: #fff;
}

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

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

.products-page:before {
    content: '';
    position: absolute;
    background-image: url(../img/layout/fyllo_1.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 400px;
    height: 490px;
    left: -55px;
    bottom: 0;
    transform: rotate(80deg);
}

.products-page:after {
    content: '';
    position: absolute;
    background-image: url(../img/layout/fyllo_2.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 630px;
    height: 630px;
    left: -215px;
    bottom: 338px;
    transform: rotate(-30deg);
}

.filter_wrapper {
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    z-index: 12;
}

.products_view {
    margin-top: 50px;
}

.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 {
    color: #214b57;
    font-size: 57px;
    font-weight: 700;
    display: flex;
    align-items: center;
    font-family: 'CeraProLight', Verdana;
    z-index: 2;
}

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

h1.page_title span{
    position: relative;
    z-index: 1;
    color: #333;
}

.wishlist.home h1.page_title.inner{
    color: #333;
    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: 10px 0 10px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
.products_text p{color:#214b57}
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     */

.selected_language {
    cursor: pointer;
    border: 1px solid #214b57;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.languages_menu {
    display: none;
    position: absolute;
    top: 100%; 
    left: 0;
    z-index: 1000;
}

.languages_menu a {
    display: block;
    padding: 8px 12px;
    color: #214b57;
    border: 1px solid #214b57;
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

.languages_menu a:hover {
    background-color: #f7bc92;
    border-radius: 50%;
    color: #214b57;
}

.languages:hover .languages_menu {
    display: block; 
}
.languages {
    position: relative;
    display: inline-block;
    margin-right:20px
}

.languages a{
    font-family: 'CeraProLight', Verdana;
    color: #214b57;
    font-size: 22px;
    font-weight: 800;
}
#navi .languages{display: none;}
  
.selected_language {
    cursor: pointer;
    border: 1px solid #214b57;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.selected_language a{font-size:20px}
a.selected_language:hover{text-decoration: none!important;}
#navi li.languages.lang-active a {
    color: #f7bc92;
    font-weight: 600;
}

#toptop_bar li.languages.lang-active a {
    color: #f7bc92;
    font-weight: 600;
}

li.languages:after {
    content: '|';
    color: #333;
    position: absolute;
    height: 1px;
    font-size: 17px;
    margin-top: -1px;
    right: -5px;
}

li.languages:last-child:after {
    content: '';
}

#navi li.languages a {
    color: #333;
    font-weight: 400;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    padding: 0 8px;
    margin: 0;
}


#toptop_bar li.languages a {
    color: #333;
    font-weight: 400;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    padding: 0 8px;
    margin: 0;
}

li.languages:hover a {
    font-weight: 600;
}

@media (min-width: 991px) and (max-width: 1199px) {

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

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

    .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:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0px;
    height: 100%;
    width: 50%;
    background: #214b57;
}

.main_banner .slider_container {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    margin-top: 70px;
    padding-left: 5%;
}

.main_banner .slider_container a.more {
    padding: 18px 50px;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: CeraProLight, Verdana;
    background: #fff;
    margin-top: 65px;
    display: inline-block;
    color: #214b57;
    border-radius: 30px;
    border: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main_banner .slider_container a.more:before, .main_banner .slider_container a.more:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #f7bc92;
    z-index: -1;
    transform: translate3D(0, -100%, 0);
    transition: all .5s;
}

.main_banner .slider_container a.more:before {
    background: #fff;
    z-index: -2;
    transform: translate3D(0, 0, 0);
}

.main_banner .slider_container a.more:hover:after {
    transform: translate3D(0, 0, 0);
    transition: all .5s;
}
.main_banner .slider_container a.more:hover{
    color: #214b57;
}
.main_banner .banner_img {
    margin-right: 22%;
    margin-left: -12%;
}

a.more {
    padding: 15px 50px;
    background: #fff;
    margin-top: 40px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #f7bc92;
    border-radius: 50px;
    border: none;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

a.more.dark {
    background: #f7bc92;
    color: #fff;
}

.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;
}

#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;
}

.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;
}





.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-pagination-bullet{
    /*width: 20px;
    height: 20px;
    background-image: url(../img/layout/pagination.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    border-radius: 0;*/
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    height: 16px;
    text-indent: -9999px;
    transition: all 0.3s ease-in 0s;
    vertical-align: middle;
    width: 16px;
}

.main_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    /*background-color: transparent;
    background-image: url(../img/layout/pagination_active.svg);*/

    background-color: #fff;
}

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

#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 {
    display: inline-block;
    margin: 0;
    position: relative;

    font-size: 55px;
    font-family: 'CeraProMedium', Verdana;
    color: #fff;
    font-weight: 100;
    line-height: 73px;
    text-align: left;
    padding-bottom: 45px;
    max-width: 50%;
}

.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;
}

p.brand_title {
    font-size: 21px;
    font-weight: 300;
    display: block;
    color: #f7bc92;
    line-height: normal;
}

.main_banner .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 50px;
    width: 100%;
    top: auto;
    position: absolute;
    height: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
    justify-content: center;
}

.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_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 {
    border-radius: 15px;
}

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

}

.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;
}

.products_cart_wrapper {
    display: flex;
    background-color:#214b57;
    align-items: center;
    padding-left: 10px;
    color: #fff;
}

.view_product {
    display: flex;
    justify-content: center;
    width: 35%;
    margin: 10px auto 0 auto;
}
.add_basket.cus {
    display: flex;
    justify-content: center;
    width: 65%;
    margin: 10px auto 0 auto;
}
.view_product a {
    background: #EDF1F1;
    line-height: 18px;
    padding: 10px 7px 10px 7px;
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    font-family: CeraProLight, Verdana;
    color: #214b57;
}
.add_basket.cus a, .add_basket.cus .quick_add{
    background: #214b57;
    line-height: 18px;
    padding: 5px 7px 5px 7px;
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: CeraProLight, Verdana;
    color: #fff;
}
.add_basket.cus .quick_add{
    background-image: url(../img/layout/cart_white.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left;

}
.add_basket.cus {
     background: #214b57;
}
.view_product a img, .add_basket.cus a img {
    width: 40px;
    height: 25px;
}

.product_buttons{display: flex;margin-top: 15px;}


.quick-cart{
    background: none;
    box-shadow: none;
    box-sizing: unset;
    border: none;
    padding:10px 7px 10px 32px;
}
#swiper_new_products .swiper-slide:hover .left_icon,
.private_collection .swiper-slide:hover .left_icon{
    left: 15px;
    visibility: visible;
    opacity: 1;
} 








.product_actions_top .product-actions .form-quantity,
.product_short_form .form-quantity{
  float: left;
}

.product_short_form .form-quantity {
  width: 100%;
  display: flex;
  justify-content: center;
  float: left;
  margin: 2px 0px 1px;
}

.product_short_form .form-quantity .form-control{
    width: 40px;
    height: 40px;
    padding: 10px;
    text-align: center;
    margin-top: 8px;
}

.product_short_form .form-quantity .icon-remove,.product_short_form .form-quantity .icon-add{
    font-size: 34px;
    font-weight: 900;
    padding: 3px 20px;
}

.product_short_form select.form-control{
    padding: 4px 8px;
    margin-bottom: 5px;
    margin-top: 5px;
}



.product_short_form .quick-cart{
    padding: 10px 0px 10px 0px;
}
.product_short_form .products_cart_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 8px 0px 0;
  flex-wrap: wrap;
}

.product_short_form .price_per_option {
  margin-top: 12px;
  width: 100%;
  text-align: center;
}

.product_short_form sup{
  bottom: auto;
  font-size: 100%;
  top: auto;
}

.product_short_form .price_per_option #price{
  background: #e58939;
  padding: 6px;
  color: white;
  font-weight: 800;
}

.product_short_form  h5 {
  text-align: center;
  font-size: 15px;
}

.product_short_form label.control-label {
  margin: 8px 0px 5px 0;
  font-size: 16px;
  color: #000000;
  margin-bottom: 5px;
  font-size: 15px!important;
  font-weight: bold;
  font-family: 'Literata';
}

.product_short_form .form-options .select-buttons li a {
  font-weight: bold;
  border: 1px solid #434343;
  margin: 0 4px;
  padding: 4px;
  font-size: 14px;
}

.product_short_form .form-options .select2Buttons {
  display: inline-block;
  display: flex;
  justify-content: center;
}

.product_short_form .products_cart_wrapper .cart-btn-home {
  text-shadow: none;
  border-radius: 5px;
  padding: 8px 15px;
  background-color: #434343;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  white-space: normal;
  transition: all .7s ease;
  border: 0px none !important;
  transition: all 0.3s ease 0s;
  margin-bottom: 0;
  background-color: #00813e !important;
  border-radius: 0;
}

.product_short_form form {
  display: flex;
  flex-direction: column;
  width: 100%;
}




#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;
}

.new-products {
    margin-top: 65px;
}

.new-products .swiper-slide {
    background: white;
    border-radius: 10px;
}

#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 .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;
    padding: 35px 35px 15px 35px;
}

#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);
}

.swipper-product-image img{
    border-radius: 15px;
}

#swiper_best_sellers .swiper-slide h4,
#swiper_new_products .swiper-slide h4,
#swiper_related .swiper-slide h4 {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: normal;
}

#swiper_best_sellers .swiper-slide h4 a,
#swiper_new_products .swiper-slide h4 a,
#swiper_related .swiper-slide h4 a {
    color: #333;
    font-size: 20px;
    font-weight: 500;
}

#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;

}

.product-info-price {
    border-top: 1px solid #333;
    padding-top: 15px;
    display: block;
    margin-top: 7px;
}

#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;
}

.vertical_banner {
    position: relative;
    height: 58vh;
    overflow: hidden;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    margin: 0 10px;
    transition: all 0.5s ease-in-out;
    border-bottom: 10px solid transparent;
}

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

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

.vertical_banner .vertical_banner_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    /* background: rgba(0, 0, 0, 0.1); */
    transition: all 1s ease-in;
    /* background: linear-gradient(to top, rgb(0 0 0 / 39%), rgb(0 0 0 / 37%), rgb(0 0 0 / 7%), rgba(0, 0, 0, 0)); */
}

.vertical_banner:hover .vertical_banner_overlay {
    background: rgba(0, 0, 0, 0);
    transition: all 1s ease-in;
}

.boxes .left .vertical_banner .vertical_banner_text {
    width: 100%;
    padding: 20px;
    margin-bottom: 0px;
    transition: all 0.3s ease-in;
    top: 0;
    position: absolute;
    text-align: right;
    font-weight: 800;
    transition: all 0.3s ease-in-out;
}

.boxes .right .vertical_banner .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;
    /* text-shadow: -4px 2px #f2f2f2; */
    font-weight: 800;
    transition: all 0.3s ease-in-out;
}

.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;
}

.box_img_mob {
    display: none;
}

.vertical_banner_text span {
    color: #fff;
    font-size: 33px;
    font-weight: 400;
    padding: 15px 0 7px 0;
    width: 100%;
    display: block;
    background: url(../img/layout/arrow_2_right_white.svg);
    background-repeat: no-repeat;
    background-size: 43px;
    background-position: center right;
    transition: all 0.3s ease-in-out;
}


.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;
}

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

.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 {
    position: relative;
    overflow: hidden;
    margin: 30px 30px;
}

.box_banner.first {
    position: relative;
    margin-bottom: 30px;
    height: 35vh;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
    border-radius: 15px;
}

.box_banner.sec, .box_banner.third {
    height: 35vh;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
    border-radius: 15px;
}

.box_banner {
    position: relative;
}

.box_banner a.more {
    position: absolute;
    margin: 0;
    right: 35px;
    bottom: 40px;
}

.box_banner a.more:hover {
    color: #fff;
}

.box_banner a.more:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    background: #f7bc92;
    border-radius: 30px;
    transform: scaleX(0);
    transition: all 0.3s ease-out 0s;
    transform-origin: 50% 50% 0;
    z-index: -1;
}

.box_banner a.more:hover::before {
    transform: scaleX(1);
}

.box_banner a.more.dark:hover {
    color: #f7bc92;
}

.box_banner a.more.dark:before {
    background: #fff;
}

.box_banner h2 {
    position: absolute;
    top: 30px;
    color: #4a4a4a;
    font-weight: 100;
    font-size: 52px;
    right: 30px;
}

.box_banner.third p {
    position: absolute;
    top: 120px;
    width: 45%;
    left: 35px;
}

.box_banner.third h2 {
    top: 30px;
    left: 30px;
    right: auto;
}

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

.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 #333;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 1px;
    height: 65px;
    bottom: 18px;
}

.box_banner_1 p {
    font-size: 23px;
    font-weight: 600;
    color: #333;
    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;
    color: #333;
    margin-bottom: 25px;
}

.box_banner_2 h3 {
    font-size: 60px;
    font-weight: 600;
    color: #333333;
    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 60px;
    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;
}

#swiper_best_sellers .swiper-slide {
    background: white;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
}

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

/* h1.heading_title:before {
    content: '';
    position: absolute;
    background-image: url(../img/layout/heading_graphic.svg);
    background-repeat: no-repeat;
    background-size: 195px;
    width: 195px;
    height: 75px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
} */

.product_title_home{display: contents;}
.product_title_home h3{
    position: relative;
    text-align: center;
    font-size: 35px;
    font-family: 'CeraProLight', Verdana;
    color: #214b57;
    font-weight: 700;
    line-height: 79px;
}
.product_title_home h5{
    text-align: center;
    font-size: 20px;
    font-family: 'CeraProLight', Verdana;
    color: #214b57;
    padding-bottom: 20px;
    line-height: 27px;
    min-height: 80px;
}
h1.heading_title {
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    padding-top: 70px;
    font-size: 55px;
    font-family: 'CeraProLight', Verdana;
    color: #214b57;
    font-weight: 700;
    line-height: 79px;
}

h1.heading_title::before {
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px;
    background-color: #f9d0b3;
    border-radius: 50%;
    position: relative;
    z-index: -1;
    vertical-align: middle;
    top: -10px;
    left: 25px;
}

.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;
}

.section-newsletter {
    position: relative;
    margin-top: 0px;
    padding-top: 20px;
    overflow: hidden;
}

.section-newsletter .heading_title{
    font-size: 40px;
    font-weight: 100;
    color: #4a4a4a;
    margin: 0px 0 45px 0;
    position: relative;
    display: block;
    z-index: 1;
    text-align: center;
}

.section-newsletter .heading_subtitle {
    color: #333;
    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: #333;
    top: calc(50% - 8px);
    margin-left: 27px;
}


.collection.left .rotated_text_container{

}

.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{

}

.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/arrow_right.svg);
    background-repeat: no-repeat;
    background-size: 58px;
    right: -15px;
    width: 58px;
    height: 58px;
    bottom: auto;
    top: 63%;
    z-index: 1;
}

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

.swiper-button-prev {
    background-image: url(../img/layout/arrow_left.svg);
    background-repeat: no-repeat;
    background-size: 58px;
    left: -15px;
    width: 58px;
    height: 58px;
    bottom: auto;
    top: 63%;
    z-index: 1;
}

.swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
}

.swiper-button-next.swiper-button-disabled {
    opacity: 1 !important;
}

.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 {
    padding: 20px;
    position: relative;
    text-align: center;
    min-height: 150px;
}

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;
}

.new-info {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9;
    font-size: 16px;
    padding: 4px 16px;
    background: #4A4A4A;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #fff;
    font-weight: 100;
    border-radius: 8px;
}

.discount-info {
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 9;
    font-size: 15px;
    font-weight: 400;
    padding: 4px 16px;
    background: #FF3E3E;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #fff;
    border-radius: 8px;
}

.product-info h5 {
    font-size: 20px;
    color: #404048;
    font-weight: 500;
}

.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: #33333330;
    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: 120px 0 0px 0;
}

.home_store .swiper-container-horizontal > .swiper-pagination {
    bottom: 115px;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 100%;
    width: auto;
    top: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.home_store .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background-image: url(../img/layout/pagination.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    border-radius: 0;
}

.home_store .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: transparent;
    background-image: url(../img/layout/pagination_active.svg);
}

.about_bg {
    position: absolute;
    z-index: -1;
    left: -20%;
    width: 85%;
    background-image: url(../img/layout/about_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 71vh;
    top: 32px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.store_img {
    z-index: 1;
    position: relative;
}

.store_text {
    position: relative;
}

.store_text h2 {
    color: #214b57;
    font-size: 52px;
    margin-bottom: 50px;
    position: relative;
    font-weight: 400;
}

.about_img {
    padding: 100px 130px 100px 100px;
}

.about_img img {
    border-radius: 10px;
}

.store_text p {
    font-size: 18px;
    line-height: 34px;
    padding-right: 30px;
}

.box_left {
    padding-top: 40px;
    width: 90%;
}

.box_right {
    height: 580px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    width: 610px;
    background-size: 100%;
}

.box_right.left {
    left: 0;
    right: auto;
}

.box_text {
    border-bottom-left-radius: 20px;
}

.box_left.right {
    width: 100%;
    margin-left: 10%;
}

.box_left.right .box_text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-bottom-right-radius: 20px;
}

.box_left.right .box_text h2 {
    float: right;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    width: calc(68% - 120px);
    padding: 20px 120px 20px 45px;
}

.box_button {
    width: 65%;
    float: right;
}

.box_left.right .box_text p {
    float: right;
}

.box_text h2 {
    color: #A38F64;
    background: #fff;
    width: fit-content;
    font-size: 35px;
    padding: 20px 45px 20px 120px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
    top: -40px;
    z-index: 2;
}

.box_text p {
    padding: 20px 120px 80px 120px;
    font-size: 18px;
    line-height: 35px;
    width: 68%;
}

.box_left .button {
    margin-left: 120px;
    margin-top: 35px;
}

.button {
    position: relative;
    display: inline-block;
    padding: 20px 45px;
    color: #fff;
    z-index: 1;
    font-size: 18px;
    font-weight: 100;
    transition: all 0.5s ease-in-out;
    background: #214b57;
    margin-top: 55px;
    border-radius: 10px;
    overflow: hidden;
}

.button:hover {
    color: #fff;
}

.button:before, .button:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    right: 0;
    bottom: 0;
    height: 101%;
    background: #f9c9a8;
    z-index: -1;
    transform: translate3D(0, -100%, 0);
    transition: all .5s;
}

.button:before {
    background: #214b57;
    z-index: -2;
    transform: translate3D(0, 0, 0);
}

.button:hover:after {
    transform: translate3D(0, 0, 0);
    transition: all .5s;
    top: 0;
}

.button.center {
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
}

.button:hover {
    color: #fff;
}

.home_testimonials {
    background: #e1e6e6;
    padding-top: 50px;
    padding-bottom: 30px;
}
.home_testimonials h6{
    position: relative;
    color: #214b57;
    font-weight: 700;
    font-size: 40px;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 30px;
    font-family: 'CeraProMedium', Verdana;
}
#swiper_testimonials .swiper-slide {
    /* justify-content: left;
    flex-direction: column;
    align-items: left; */
    display: block;
}

#swiper_testimonials .swiper-slide hr{
    border-top: 2px solid #f7bc92;
    width: 100%;
    text-align: left;
    margin-left: 0;
}

#swiper_testimonials p {
    text-align: left;
    font-size: 20px;
    line-height: 34px;
    width: 100%;
    position: relative;
    color: #000;
    font-style: italic;
    font-weight: 300;
}

#swiper_testimonials p.person {
    font-size: 18px;
    color: #555;
    font-style: normal;
}

/* #swiper_testimonials p:before {
    content: '';
    background-image: url(../img/layout/autakia_left.svg);
    background-repeat: no-repeat;
    background-size: 65px;
    width: 65px;
    height: 65px;
    left: -92px;
    top: 0px;
    position: absolute;
} */

.home_testimonials h6:after {
    content: '';
    background-image: url(../img/layout/quote-left.svg);
    background-repeat: no-repeat;
    background-size: 65px;
    width: 65px;
    height: 65px;
    right: 0px;
    bottom: 0px;
    position: absolute;
}

#swiper_testimonials h2 {
    font-size: 21px;
    color: #333;
    font-weight: 400;
    font-style: italic;
    position: relative;
    width: fit-content;
    margin: 25px auto 0 auto;
    padding: 0 60px;
}

#swiper_testimonials h2:before {
    content: '';
    position: absolute;
    border-top: 1px solid #214b57;
    width: 35px;
    left: 0;
    top: 11px;
}

#swiper_testimonials h2:after {
    content: '';
    position: absolute;
    border-top: 1px solid #214b57;
    width: 35px;
    right: 0;
    top: 11px;
}


.home_testimonials .swiper-pagination {
    position: relative;
    margin-top: 40px;
}

.home_testimonials .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: transparent;
    background-image: url(../img/layout/pagination_active_black.svg);
}

.home_testimonials .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background-image: url(../img/layout/pagination_black.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    border-radius: 0;
    margin: 0 10px;
}




.home_testimonials .swiper-button-prev, .home_testimonials .swiper-button-next {
    top: auto;
    bottom: 0px;
    left: auto;
    right: 60px;
    width: 38px;
    justify-content: flex-end;
    background: none;
    background-size: 38px;
    background-image: url(../img/layout/arrow_left.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.home_testimonials .swiper-button-next {
    background-image: url(../img/layout/arrow_right.svg);
    right: 5px;
}


.home_testimonials .swiper-button-next:after, .home_testimonials .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;
}



.section-info {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #EEE0D2;
}

.box_info {
    text-align: center;
}

.box_info img {
    width: 50px;
}

.box_info h4 {
    font-size: 21px;
    margin-top: 30px;
    font-weight: 600;
    color: #201819;
}

.box_info p {
    font-size: 18px;
    color: #555;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    padding-top: 25px;
}

.home_insta {
    padding: 110px 30px;
    position: relative;
    overflow: hidden;
}

.home_insta:before {
    content: '';
    position: absolute;
    background-image: url(../img/layout/fyllo_1.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 265px;
    height: 305px;
    left: -117px;
    top: 80px;
    transform: rotate(55deg);
}


.home_insta:after {
    content: '';
    position: absolute;
    background-image: url(../img/layout/fyllo_2.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 360px;
    height: 355px;
    right: -205px;
    bottom: 0px;
    -webkit-transform: scaleX(-1);
    transform: rotate(-5deg) scaleX(-1);
}

.home_insta h2 {
    color: #D59369;
    font-size: 75px;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    float: right;
    width: fit-content;
    padding-left: 23%;
}

.insta_feed {
    display: block;
    clear: both;
}

.home_insta h2:before {
    content: '';
    position: absolute;
    background-image: url(../img/layout/insta_stroke.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 46%;
    height: 100%;
    left: 0;
    background-position: bottom;
    bottom: 17px;
}


.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%;
    /* height: 100px; */
    background: white;
    display: flex;
    justify-content: center;
    margin-left: -15px;
}

.hero.new-designs .more_featured{
    /* position: absolute; */
    bottom: calc(5% - 23px);
    width: 100%;
    /* height: 100px; */
    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;
    letter-spacing: 2px;
    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: #f7bc92;
    text-align: center;
    font-size: 67px;
    font-weight: 100;
    position: relative;
    display: inline-flex;
    width: 19%;
    height: 70vh;
    writing-mode: tb-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    justify-content: flex-end;
}

.featured_categories h1:before {
    content: '';
    position: absolute;
    width: 1px;
    right: 40px;
    top: 0;
    height: 15vh;
    border-left: 2px dashed #f7bc92;
}

.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;
}


.linear_bg {
    background-image: url(../img/layout/curvy_lines.svg);
    background-size: 70%;
    background-position: -10% 100%;
    background-repeat: no-repeat;
    padding: 100px 0;
    overflow: hidden;
}
.profile_intro .section_intro{padding-right: 10%;}
.profile_intro .section_intro p {
    font-size: 20px;
    line-height: 35px;
}
.profile_intro .align-items {
    display: flex;
    align-items: center;
}
.profile_intro .profile_highlight {
    padding-right: 20%;
}
.profile_intro .profile_highlight p {
    font-size: 55px;
    font-family: 'CeraProLight', Verdana;
    color: #214b57;
    font-weight: 700;
    line-height: 79px;
    text-align: left;
}
.profile_intro .profile_highlight p::before {
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px;
    background-color: #edf1f1;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    vertical-align: middle;
    top: -10px;
    left: -20px;
}

.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 {
    padding: 0px 40px;
    min-height: 160px;
    display: flex;
    align-items: center;
}

.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 {
    /* border-radius: 70% 30% 66% 34% / 70% 70% 30% 30%;
    border-color: #84c2d3; */
    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;
}

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 #333;
    border-top: none;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.blog_image_text p.first {
    font-size: 17px;
    color: #333;
    font-weight: 100;
    line-height: 28px;
}

.home_third_small img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.blog_date {
    color: #333;
    font-size: 13px;
    line-height: normal;
    margin-bottom: 7px;
}

.blog_image_text p.second {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
    color: #333;
    font-weight: 600;
}

.blog_image_text p.blog_categ {
    text-transform: uppercase;
    font-weight: 100;
    color: #d59369;
    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: #333;
    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: #333;
}

.blog_text ul li {
    color: #333;
    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: #D59369;
}

.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: #333;
    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;
}

.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;
}

.product_box {
    margin: 10px 0px 40px 0px;
    transition: all 0.2s ease-in 0s;
    /* width: 80%; */
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
}

.product_box_container{margin-bottom:50px}

.catalog.products .product_box{
    text-align: left;
    position: relative;
}


.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:hover {
    /*box-shadow: 0 0 6px 1px #aaaaaa; */
    transition: all 0.2s ease-in 0s;
}
.pages.home .products{margin-bottom: 40px;}
.product_box .product_image {
    position: relative;
    overflow: hidden;
    /* width: 100%; */
    transition: all 0.3s ease-in-out;
    border-radius: 30px;
    background: #edf1f1;
    border-top-right-radius: 30px;
    padding: 10px;
}
.header_category {
    width: 100%;
    position: relative; 
    margin-bottom: 30px;
}

h2.home_category_title {
    display: inline-block; 
    color: #fff;
    font-size: 30px;
    background: #264c5a;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    padding: 30px 50px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

h2.home_category_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #264c5a; 
}

.circle-wrapper {
    position: relative;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
}
.product-view .circle-wrapper {
    width: 440px;
    height: 440px;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    background: #edf1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    border-radius: 30px;
}
.circle-wrapper img {
    position: relative;
    z-index: 1;
    height: auto;
    max-width: 450px;
}
.product-view .product-preview-image .img-responsive.zoom-image-main{position: relative;}
.product-view .product-preview-image .img-responsive.zoom-image-main::before{
    content: '';
    width: 500px; /* Diameter of the white circle */
    height: 500px; /* Diameter of the white circle */
    background-color: red;
    border-radius: 50%; /* Makes the element a circle */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centers the circle */
    display: block;
}
.product_box .product_image img.img-responsive {
    transition: all 0.3s ease-in-out;
    padding: 35px 40px 15px 40px;
}

.product_box:hover .product_image img.img-responsive {
    transform: scale(1.1);
}

.swipper-product-image {
    position: relative;
    display: block;
    width: 100%;
    width: 100%;
    overflow: hidden;
}

.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 {
    margin-bottom: 2px;
    font-size: 16px;
    line-height: normal;
    min-height:250px;
}

.product_box.small .title {
    min-height: auto;
    padding: 0px;
}

.product_box .title h3 {
    font-family: 'CeraProLight', Verdana;
    color: #214b57;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    border-bottom: 4px solid #fff;
    border-top: 4px solid #fff;
    padding: 7px 0 20px 0;
    width: fit-content;
}
.product_box .title h4 {
    font-family: 'CeraProMedium', Verdana;
    color: #214b57;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
.product_box:hover .title h3 {
    color: #214b57;
    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 {
    padding: 0px 20px 20px 20px;
    position: relative;
    text-align: left;
    min-height: 150px;
}
.product_box .box_details .title p{
    padding-top: 15px;
    font-size: 17px;
    line-height: 27px;
}
.product_box .box_details a{transition: all 0.2s ease-in 0s;}
.product_box .box_details a:hover{color: #f7bc92;  transition: all 0.2s ease-in 0s;}
.product_box .price {
    /* padding-top: 15px;
    display: block;
    margin-top: 7px; */
    padding-top: 12px;
    margin-top: 0;
    text-align: left;
}

.product_box .price h5 {
    font-family: 'CeraProLight', Verdana;
    color: #f7bc92;
    font-size: 22px;
    font-weight: 600;
}

.product_box .price_icons img{
    width: 26px;
    margin-left: 9px;
}

.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: #FF3E3E;
    font-weight: 700;
    font-size: 18px;
    text-decoration: line-through;
    margin-right: 10px;
}

.product_box:hover .price h5 {

}



.product_box .product_short_form {
    width: 100%;
    height: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    /* display: none; */
    transition: height 0.3s ease;
  }
  
  .product_box .product_short_form.opened {
    height: calc(100% - 67px);
    background: white;
    visibility: visible;
    opacity: .92;
    position: absolute;
    bottom: 0px;
    /* border: 1px solid; */
    width: 100%;
    display: flex;
    /* box-shadow: 0px 0px 5px 1px #e4e4e4; */
    border-top: 4px solid #214b57;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 12;
    top: 0;
    overflow-y: auto;
  }
  
  .product_box .add_to_cart {
    background: #214b57;
    line-height: 18px;
    padding: 5px 7px 5px 45px;
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: CeraProLight, Verdana;
    color: #fff;
    background-image: url(../img/layout/cart_white.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 10px;
  }
    
  .product_box .add_to_cart:hover{
    cursor:pointer;
  }
  
  .product_box .add_to_cart.opened {
    background-image: url(../img/layout/close.svg);
    background-size: 23px;
    background-color: #b63134;
  }
  
  .product_box .add_to_cart_not_modal {
    background-image: url(../img/layout/add_to_cart.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px;
    width: 49px;
    /* height: 50px; */
    flex: 1;
    background-color: #ed862f;
    cursor: pointer;
  }
  



.filters-sort {
    position: relative;
}

.product_box:hover .price .basket_icon {
    padding: 0px;
    /* margin-bottom: 30px; */
    /* display: inline-block; */
    text-align: center;
    /* margin-top: 10px; */
    width: 95%;
    transform: translateX(42%);
    transition: all 0.2s ease-in;
    opacity: 1;
    visibility: visible;
    font-size: 23px;
    color: #e4ad73;
}

.product_box .price .basket_icon {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0%;
    top: -8px;
}

.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;
*/
}

.lSSlideOuter.vertical .lSGallery {
    left: 15px;
    right: auto;
    margin-left: 0px;
    margin-right: 15px;
}

.lSSlideOuter.vertical {
    padding-left: 85px !important;
    padding-right: 0 !important;
}

.lSSlideOuter.vertical .lSGallery {
    width: 70px !important;
}

.lSSlideOuter .lSPager.lSGallery li {
    background: none !important;
    padding-left: 0px !important;
}

.related_code {
    display: flex;
    align-items: center;
    margin-top: 5px;
    flex-wrap: wrap;
}

.related_products {
    border-bottom: none;
}

.related_code p {
    color: #333;
    margin-right: 15px;
}

.related_products tr td.attributes_left {
    padding-right: 10px;
    color: #333;
    font-size: 18px;
}

.product-preview-image {
    padding: 35px 120px 35px 0px;
}

.product-preview .breadcrumb-section {
    margin-top: 0;
    padding-bottom: 0px;
    border-bottom: none;
}

.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;
}
ul.lSPager.lSGallery{
    display: flex;
    justify-content: center;
    align-items: center;
}
.lSSlideOuter .lSPager.lSGallery li{margin-top:25px}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0!important;
}

.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-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;
}

.product-preview.details .social-buttons-view span {
    margin-right: 10px;
    color: #000;
    font-size: 19px;
    font-weight: 100;
}

.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: 15px;
}

.product-preview.details .social-buttons-view a img.instagram {
    width: 27px;
}

.product-preview.slider .lSSlideOuter .lSPager.lSpg{
    position: absolute;
}

.product-wishlist {
    margin: 15px 0 35px 0;
    border-top: 1px dashed #f7bc92;
    border-bottom: 1px dashed #f7bc92;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.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;
    width: 100%;
}

.product_thumb {
    display: inline-block;
    margin-right: 10px;
}

.product_thumb_img.active {
    outline: 1px solid #333;
    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: #333;
    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: #333 transparent transparent transparent;
    transform: rotate(180deg);
}
  
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.product-card .attributes_left {
    margin: 0 0 0px 0;
    font-size: 19px;
    color: #333;
    font-weight: 400;
    padding: 5px 0;
    width: 30%;
}

.product-card .product-attributes .attributes_right {
    color: #333;
    font-size: 19px;
    font-weight: 400;
}

.product-options h1 {
    font-family: 'CeraProLight', Verdana;
    color: #214b57;
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    padding: 20px 0 20px 0;
    width: fit-content;
    text-align: left;
}
.product-options h3 {
    font-size: 25px;
    line-height: 35px;
}
.product-options h4 {
    font-size: 17px;
    line-height: 35px;
    padding: 15px 0 5px 0;
}
.product-basket {
    display: flex;
    align-items: flex-end;
    width: 79%;
}

.product-options ul {
    display: flex;
}

.product-options ul li {
    margin-right: 30px;
    color: #777;
    font-size: 18px;
    font-weight: 100;
}

.product-options .product-code {

}

.product-card .option-row{

}

.product-card .option-row select {
    border: none;
    background: #EDF1F1;
    border-radius: 10px;
    padding: 15px 20px 15px 20px;
    font-size: 17px;
    color: #214b57;
    width: 100%;
    appearance: none;
    background-image: url(../img/layout/arrow_down_black.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 90% center;
    font-weight: bold;
}

.product-card .size_guide {
    margin: 0 auto 0px auto;
}

.product-card .size_guide a {
    padding: 10px 12px;
}

.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: 33%;
    margin-right: 25px;
}

.product-card .product-basket .option-row {
    padding: 0;
}

.product-card .price_add{
    display: block;
    margin-top: 5px;
    margin-bottom: 20px;
}

.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 {
    background:#EDF1F1
}

.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 {
    position: absolute;
    bottom: 125px;
    right: 25px;
    z-index: 2;
}

.zoom-text img {
    width: 30px;
}

.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 {
    padding: 0px 0px 0 0px;
    border-bottom: 1px solid #444;
}

ul.tabs>li {
    font-size: 27px;
    display: inline-block;
    margin: 0 0 0 0px;
    color: #214b57;
    padding: 0px 20px 15px 20px;
    cursor: pointer;
    background-image: none;
    margin-left: 0px;
    width: 49%;
    text-align: center;
}

ul.tabs>li:hover {
    color: #434343;
    cursor: pointer;
}

ul.tabs>li.current {
    border-bottom: 4px solid #5E5E5E;
}

.tab-content ul li {
    color: #444;
    font-size: 19px;
    line-height: 30px;
    padding: 3px 0 3px 25px;
    position: relative;
}

.tab-content ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    background-image: url(../img/layout/list.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
}

/* 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;
  }
  
  .tab-content.cuurent {
      display: block;
  }

.box-content {
    padding: 20px 0;
}

.catalog.view .box-content {
    padding: 25px 5px;
    margin-bottom: 0px;
    text-align: left;
}

.section_tips_wrap {
    background: #fff;
    position: relative;
}

.section_tips_wrap:after {
    content: '';
    background: #F7F3F0;
    bottom: 0;
    height: 50%;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.section_tips {
    background: #D4BFAC;
    position: relative;
    display: flex;
    border-radius: 25px;
    padding: 90px 0 70px 0;
    text-align: center;
    flex-wrap: wrap;
    z-index: 1;
}

.section_tips:before {
    content: '';
    background-image: url(../img/layout/tip.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: 90px;
    width: 90px;
    height: 90px;
    top: -40px;
}

.section_tips p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    padding: 0 90px;
}

.section_tips .tip_num {
    font-size: 21px;
    color: #000;
    background: #fff;
    width: 50px;
    height: 50px;
    margin: 0 auto 15px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-weight: 500;
}

.section_tips h2 {
    text-align: center;
    font-size: 35px;
    color: #222;
    margin-bottom: 60px;
    width: 100%;
}

.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-view .product-preview-image .img-responsive.zoom-image-main{
    border-radius: 30px;
    /* background: #edf1f1; */
    border-top-right-radius: 30px;
    padding: 10px;
    transition: all 0.2s ease-in 0s;
}
.product-view .product-preview-image .img-responsive.zoom-image-main:hover{
    transition: all 0.2s ease-in 0s;
    transform: scale(1.05);
}

.icons_list .border {
    border: 1px solid #214b57;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 80px 20px;
    border-top: 1px solid #214b57 !important;
    border-left: 1px solid #214b57 !important;
    border-right: 1px solid #214b57 !important;
    border-bottom: none !important;
}
.icons_list ul {
    display: flex;
    justify-content: space-between;
    padding: 0 10%;
}
.icons_list ul li img {
    height: 120px;
    width: 120px;
}
.product_details {
    background: #e1e6e6;
    padding: 80px 10%;
}
.product_details h5 {
    color: #214b57;
    font-weight: 500;
    font-size: 60px;
    line-height: 75px;
    margin-top: 20px;
    font-family: 'CeraProMedium', Verdana;
}
.product_details h6 {
    font-family: 'CeraProMedium', Verdana;
    color: #214b57;
    font-size: 40px;
    text-align: center;
    padding: 20px 0 20px 0;
    width: fit-content;
    text-align: left;
    font-weight: 100;
}
.product_details p {
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
    margin-top: 20px;
    color: #214b57;
}
.product_details h6.product_title {
    font-family: 'CeraProLight', Verdana;
    font-size: 46px;
    border-bottom: 5px solid #fff;
}
.product_details h6.product_title strong {
    font-family: 'CeraProLight', Verdana;
    color: #214b57;
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    padding: 20px 0 20px 0;
    width: fit-content;
    text-align: left;
}
.product_details .align-columns {
    display: flex;
    align-items: center;
}
.product-options-quantity .option_title {
    border-bottom: 1px solid #000;
}

.product-options {
    margin: 0px 25px 0px 0;
    position: relative;
    width: 21%;
}

.product-options.product-title {
    width: 100%;
    margin: 0;
}

.product_description {
    margin: 35px 0;
    padding: 20px 0;
}

.product_description p {
    font-size: 18px;
    line-height: 35px;
    margin: 7px 0;
    color: rgba(0, 0, 0, 0.35);
    font-weight: 800;
}

.product_description ul {
    padding-top: 15px;
}

.product_description ul li {
    color: #333;
    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: #D59369;
}
.view_content {
    display: none;
    padding: 20px 30px;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.view_content.is-visible {
    display: block;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.view_content p {
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
    color: #214b57;
}
.view_content p.title {
    color: #f9d0b3;
    font-weight: bold;
    font-size: 20px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.product_instructions img{width:50%}
.product_dosage p, .product_instructions p, .product_info p {
    font-size: 18px;
}
.table_details p {
    font-size: 15px;
    line-height: 20px;
}
.product_dosage h6 {
    border-top: 1px solid #214b57;
}
.dosage_details {
    display: flex;
    justify-content: space-between;
    width: 50%;
}
.dosage_details img {
    width: 145px;
    float: right;
}
p.grey_label {
    background: #edf1f1;
    width: fit-content;
    padding: 3px 20px;
    margin: 30px 0;
    border-radius: 6px;
    position: relative;
}
p.grey_label::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #f9d0b3;
    border-radius: 6px;
    z-index: -1;
    transform: translate(-5px, 5px);
}
.extra_information .table {
    display: flex;
    flex-direction: column;
    width: 50%;
    border: 1px solid #214b57;
    border-radius: 20px;
    margin-top: 20px;
}
.table{border: 1px solid #214b57;}
/* #cartform .table{width:100%}
#cartform tr{display: table;    width: 100%;}
#cartform td{text-align:left}
.table.cart{width:100%}
.cart.table tr{width: 100%;max-width: 100%;display: flex;border-bottom:none} */

.extra_information .table-row {
    display: flex;
}
.extra_information .table-row.header {
    background: #214b57;
    color: #fff;
    border-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
} 
.product_dosage .table-row li {
    padding: 10px;
}
.extra_information .table-row li {
    flex: 1;
    list-style: none;
    padding: 10px;
    border-bottom: 1px solid #214b57;
    border-left: 1px solid #214b57;
    text-align: center;
}
.extra_information ul.table-row ul li {
    border:none
}
.extra_information .table-row li.blue_bg{
    background: #214b57;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.extra_information .table-row.last li.blue_bg{
    border-bottom-left-radius: 20px;
}
.extra_information .table-row.first li.blue_bg{
    border-top-left-radius: 20px;
}
.extra_information .table-row.last li {
    border-bottom: none;
}
.extra_information .table-row.header li {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}
.extra_information .table-row li:first-child {
    border-left: none;
} 
.extra_information .table_details {
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 25px 0;
    align-items: center;
}

.extra_information .table_details img {
    width: 260px;
    float: right;
}
.product_dosage h6, .product_instructions h6, .product_info h6 {
    font-family: 'CeraProMedium', Verdana;
    color: #214b57;
    font-size: 40px;
    text-align: center;
    padding: 30px 0 30px 0;
    width: fit-content;
    text-align: left;
    font-weight: 100;
    border-bottom: 1px solid #214b57;
    width: 100%;
    display: flex;
    align-items: center;
}
.product_dosage h6::before, .product_instructions h6::before, .product_info h6::before, .product_dosage h6::before, .product_instructions h6::before, .product_info h6::before {
    content: '';
    display: inline-block;
    height: 30px;
    width: 45px;
    background-size: 100%;
    background-image: url(../img/layout/logo_symbol.svg);
    background-repeat: no-repeat;
    margin-left: 30px;
    margin-right: 30px;
}
.product_dosage h6::after, .product_instructions h6::after, .product_info h6::after {
    content: '';
    display: inline-block;
    height: 47px;
    width: 45px;
    background-size: 100%;
    background-image: url(../img/layout/icons/plus.svg);
    background-repeat: no-repeat;
    right: 30px;
    position: absolute;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product_dosage h6.is-visible::after, .product_instructions h6.is-visible::after, .product_info h6.is-visible::after {
    content: '';
    display: inline-block;
    height: 5px;
    width: 45px;
    background-size: 100%;
    background-image: url(../img/layout/icons/minus.svg);
    background-repeat: no-repeat;
    right: 30px;
    position: absolute;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product_dosage h6:hover, .product_instructions h6:hover, .product_info h6:hover{
    cursor: pointer;

}

.extra_information ul li {
    color: #214b57;
    font-size: 18px;
    line-height: 28px;
    font-weight: 100;
    font-family: 'CeraProLight', Verdana;
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding: 10px 10px 10px 0;
}
.extra_information ul li::before {
    content: '';
    display: inline-block;
    height: 15px;
    width: 29px;
    background-size: 27px;
    background-image: url(../img/layout/icons/bullet.svg);
    background-repeat: no-repeat;
    margin-right: 8px;
    top: 3px;
    position: relative;
}
.extra_information ul ul li::before{
    background: none;
}
.extra_information .product_dosage ul li::before{
    display: none;
}
.extra_information{
    padding:90px 0
}
.product-card .price {
    display: flex;
    width: 100%;
    position: relative;
}

.product-card .price span {
    font-size: 31px;
    color: #f7bc92;
    font-weight: 600;
}

.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: 100px 0px 0 0;
    position: relative;
}

.product-list h2 {
    font-size: 25px;
    letter-spacing: 0.5px;
    color: #333;
    border-bottom: 1px solid #d59369;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.product-list ul li {
    color: #333;
    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: #D59369;
}

.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: #FF3E3E;
    font-weight: 600;
    margin-right: 15px;
    text-decoration: line-through;
    font-size: 28px;
}

.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;
}

.product-actions.full_width {
    flex-direction: column;
}

.product-actions.full_width .product-basket {
    width: 100%;
}

.product-card .product-actions.full_width .product-options-quantity {
    width: 45%;
}

.product-actions input.quantity {
    box-shadow: none;
    display: inline-block;
    text-align: center;
    float: left;
    margin-bottom: 0;
    border: none;
    padding: 0;
    color: #214b57;
    font-size: 20px;
    font-weight: bold;
}

.product-actions .minus,
.product-actions .plus,
.cart .minus,
.cart .plus {
    display: inline-block;
    width: 50px;
    text-align: center;
    font-weight: 400;
    font-size: 25px;
    color: #214b57;
    -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;
    padding: 10px 15px;
}

.product-actions input[type=number]::-webkit-inner-spin-button,
.product-actions input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity select.form-control{
    position: absolute;
    top: -12px;
}


.form-quantity {
    padding: 0px;
}

.form-quantity label {
    float: left;
    font-size: 14px!important;
}

.form-options {
    padding: 0px;
    width: 100%;
}

.form-options label {
    float: left;
    font-size: 18px !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-attributes table.attribute {
    width: 100%;
}

.product-preview.slider .lSSlideOuter {
    position: relative;
    /* overflow: visible; */
    /* border: 1px solid #d3d3d385; */
    /* box-shadow: 0px 0px 0px 1.1px #a7a7a7; */
}

span.availability-green{
    color: #a94442;
}

.product-preview.slider .lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding: 0;
    margin: 0;
    padding-left: 30px;
}

.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; */
}

.lSSlideOuter.vertical .lightSlider>* {
    width: 100% !important;
    max-width: none !important;
    display: flex !important;
    align-items: baseline !important;
    overflow: hidden;
}

.product-view .lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
    height: 100% !important;
    overflow: auto;
}

.product-view .lSSlideOuter .lSPager.lSGallery li {
    height: auto !important;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #f7bc92 !important;
}

#lightSlider img {
    /* height: 100%;
    width: auto;
    object-fit: cover; */
    border-radius: 30px;
    /* background: #edf1f1; */
    border-top-right-radius: 30px;
    padding: 10px;
    transition: all 0.2s ease-in 0s;
}
#lightSlider img::before {
    content: '';
    width: 500px;
    height: 500px;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}
.lSSlideWrapper {
    /* height: auto!important; */
}

/* .lSSlideOuter.vertical .lSGallery {
    right: auto!important;
    width: 100px!important;
    left: -17%!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;
    z-index: 9;
    font-size: 16px;
    padding: 10px 15px;
    background: #EFE6E6;
    border-radius: 100%;
    width: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-family: 'CeraProMedium', Verdana;
}

.product-preview.slider .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0px;
}

.add_cart {
    width: 100%;
    position: relative;
    display: block;
}

.add_wishlist .wishlist-btn {
    color: #000;
    font-size: 19px;
    transition: all 0.3s ease-in;
    display: flex;
    position: relative;
    top: auto;
    right: auto;
    font-weight: 100;
}

.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: 28px;
    vertical-align: middle;
    display: inline-block;
}

.add_wishlist .wishlist-btn:hover {
    color: #f7bc92;
}

.add_wishlist .wishlist-btn img {
    display: inline-block;
    width: 26px;
    vertical-align: middle;
    margin-right: 15px;
    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;
    font-weight: 500;
}

.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-top: 25px;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #214b57;
    margin-left: 15px;
}

.pagination.bottom .pages .stats{
    width: auto;
    color: #000000;
    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: #333;
}

.page-navigation a,
.page-navigation span {
    width: auto;
    margin: 0;
    display: inline-block;
    text-align: center;
    color: #333;
    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 #333;
    margin-right: 17px;
    border-radius: 50%;
}

.page-navigation a,
.page-navigation span.current {
    padding: 8px 16px;
    background: #fff;
    border-radius: 100%;
}

.page-navigation .next_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/layout/arrow_right.svg);
    background-repeat: no-repeat;
    background-size: 45px;
    padding: 0;
    width: 45px;
    height: 45px;
}

.page-navigation .prev_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/layout/arrow_left.svg);
    background-repeat: no-repeat;
    background-size: 45px;
    padding: 0;
    width: 45px;
    height: 45px;
    margin-right: 17px;
}

.page-navigation span.current {
    background: #214b57;
    color: #fff;
    padding: 8px 17px;
    border: 1px solid #214b57 !important;
}

.page-navigation .prev_btn img {
    width: 10px;
}

.page-navigation img{
    width: 10px;
}

.page-navigation .disabled img {
    display: none;
}

.page-navigation a:hover {
    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 {
    display: flex;
    justify-content: space-between;
}

#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 a {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    padding: 8px 20px;
    display: block;
    line-height: normal;
}

.filter-img a img {
    width: 13px;
    position: absolute;
    top: 19px;
    right: 30px;
}

.cd-filter-block {
    width: 70%;
}

.cd-filter-block h4 {
    position: relative;
    padding: 13px 30px;
    color: #222;
    font-size: 19px;
    text-align: left;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border-bottom: 1px solid #214b57;
    border-top: 1px solid #214b57;
}

.cd-filter-block h4.closed::before {
    background: url(../img/layout/arrow_down_black.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: 30px;
    top: 52%;
    width: 13px;
    height: 12px;
    background: url(../img/layout/arrow_down_black.svg) no-repeat center center;
    background-size: 13px;
    -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: inline-block;
    width: 23%;
    margin-right: 50px;
    position: relative;
}

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: 13px 75px 13px 25px;
    position: relative;
    font-size: 18px;
    color: #222;
    font-weight: 500;
    border-bottom: 1px solid #214b57;
    border-top: 1px solid #214b57;
    min-width: 202px;
}

.block.sort h4:after{
    content: '';
    position: absolute;
    right: 20px;
    top: 34%;
    width: 13px;
    height: 13px;
    background: url(../img/layout/arrow_down_black.svg) no-repeat center center;
    background-size: contain;
    -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: 202px;
    right: 0;
    margin-top: 0px;
    padding: 12px;
    background: #1b1819;
}

.block.sort ul.side_nav a {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    background: none;
    font-size: 16px;
    margin: 0;
    width: 100%;
    color: #fff;
    font-weight: 100;
    box-shadow: none;
    padding: 6px 10px;
    border-bottom: 1px solid #214b57;
}

.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: 120px 13%;
}

.category_box {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.category_img {
    display: none;
}

.category_box.first {
    height: 70vh;
    width: calc(100% - 19%);
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.category_box.sec {
    height: 35vh;
    width: calc(100% - 30px);
    display: inline-flex;
    position: relative;
    align-items: center;
    border-radius: 20px;
    margin-left: 30px;
    justify-content: center;
    float: right;
    margin-bottom: 30px;
    background-position: 0% 17%;
}

.category_box.third {
    height: calc(35vh - 30px);
    width: calc(50% - 32px);
    margin-left: 30px;
    display: inline-flex;
    justify-content: center;
    position: relative;
    align-items: center;
    border-radius: 20px;
    background-position: center;
}

.category_box h2 {
    position: absolute;
    background: #fff;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    padding: 18px 70px 18px 35px;
    color: #f7bc92;
    background-image: url(../img/layout/arrow_right.svg);
    background-repeat: no-repeat;
    background-position: 87%;
    background-size: 51px;
    transition: all 0.3s ease-in-out;
}

.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: #D59369;
    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: 55px;
    margin-bottom: 100px;
}

.dynamic_content {
    padding-right: 50px;
}

.dynamic_content.single {
    padding-right: 0;
}

.dynamic_content h1 {
    font-size: 40px;
    color: #214b57;
    font-weight: 300;
    margin-bottom: 40px;
}

.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 30px;
    display: block;
    position: absolute;
    z-index: 999;
    background: #1b1819;
}

.filters-mob {
    display: none;
}

.categories ul.side_nav {
    width: fit-content;
    background: #1b1819;
    position: absolute;
}

.toggle.hide-option ul.side_nav {
    display: none;
    z-index: 999;
}

.filters {
    width: 30%;
    position: relative;
}

.block.filters.active {
    margin-left: 35px;
    display: inline-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;
}

.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 {
    display: block;
    padding: 0 0px 8px 0;
    transition: transform 0.3s;
    margin: 0;
}

.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: #214b57;
}

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 {
    color: #214b57;
}

ul.side_nav.checkboxes li.selected a:before {
    content: '';
    position: absolute;
    left: 0;
    background: #f7bc92;
    font-weight: 600;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    margin-top: 9px;
}

ul.side_nav.checkboxes li.selected a:hover {

}

ul.side_nav.checkboxes li.selected a:active {
    color: #f7bc92;
}

ul.side_nav.checkboxes li a:hover {
    color: #f7bc92;
}

ul.side_nav.multi-categories li::before {
    content: '';
    position: absolute;
    right: 0px;
    margin-top: 13px;
    width: 20px;
    height: 20px;
    background: url(../img/layout/arrow_down_pink.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;
    z-index: -1;
}

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:before {
    background: none;
}

ul.side_nav.multi-categories li.selected li {
    transition: transform 0.3s;
    border-bottom: none;
}

ul.side_nav.multi-categories li.selected li:hover {

}

ul.side_nav.multi-categories li.selected li a {
    font-weight: 400;
}

ul.side_nav.multi-categories li li a {
    text-transform: none;
}

ul.side_nav.multi-categories li li.selected a {
    font-weight: 500;
    color: #f7bc92;
    padding-left: 20px;
}

ul.side_nav.multi-categories li li.selected a:before {
    content: '';
    position: absolute;
    left: 0;
    background: #f7bc92;
    font-weight: 600;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    margin-top: 9px;
}

ul.side_nav.multi-categories li li.selected li a {
    font-weight: 400;
    font-size: 18px;
}

ul.side_nav.multi-categories li li.selected li a:before {
    display: none;
}

ul.side_nav.multi-categories li li li.selected a {
    font-weight: bold;
}

ul.side_nav.multi-categories li li li a {
    background: url(../img/layout/checkbox.png) no-repeat left top;
    padding-left: 20px!important;
}

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: #f0bb02;
}

ul.side_nav.multi-categories li li li a:hover {
    background-position: 0px -41px;
}

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 li a {
    display: block;
    color: #fff;
    font-weight: 100;
    font-size: 18px;
    padding-bottom: 0px;
}

ul.side_nav li a:hover {
    color: #214b57;
}

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 {

}

.productoptions ul.side_nav.checkboxes li a {
    display: block;
    color: #fff;
    font-weight: 100;
    font-size: 18px;
    padding-bottom: 0px;
}

.productoptions ul.side_nav.checkboxes li a:hover {
    color: #214b57;
}

.productoptions ul.side_nav.checkboxes li.selected a {
    color: #214b57;
}

.productoptions ul.side_nav.checkboxes li.selected a:before {
    display: none;
}

.size_chart td {
    border-bottom: 1px solid #5e5d5d;
    padding: 6px 8px;
}

.size_chart {
    width: 100%;
}

.size_guide {
    display: flex;
    width: fit-content;
    border-top: 1px solid #f7bc92;
    border-bottom: 1px solid #f7bc92;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px auto;
}

.size_guide a {
    display: flex;
    align-items: center;
    padding: 7px 12px;
    font-size: 15px;
    font-weight: 500;
}

.size_guide img {
    width: 40px;
    margin-right: 15px;
}

.productoptions ul.side_nav {
    /*max-height: 800px;*/
    overflow-y: auto;
    background: #1b1819;
}

.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;
    font-size: 13px;
    color: #f7bc92;
    background-image: url(../img/layout/remove.svg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 10px;
    margin-top: 5px;
    position: relative;
    z-index: 99;
    margin-right: 12px;
    padding-left: 16px;
    border-bottom: 1px solid #f7bc92;
}

.filters a:hover {
    background-color: #4a4a4a;
    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%;
    margin: 0 0 0px 0;
    padding: 80px 0px;
    background-color:#214b57;
    border-bottom: 6px solid #214b57;
}

.checkout-navigation h1 {
    position: relative;
    font-size: 3em;
}

.checkout-navigation h1 .first-word {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    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: #333;
}

.checkout-navigation .step-item.complete .step-line {
    background-color: #333;
}

.checkout-navigation .step-item .step-line {
    background-color: #333;
    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: #333;
}

.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-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: 4px;
    margin-left: -10px;
}


/* ==================================
   CART
   =================================== */

.icon_close {
    background: url(../img/layout/icon-trash.svg) no-repeat center center;
    width: 28px;
    height: 28px;
    display: inline-block;
    background-size: 65%;
}

.close {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    opacity: 0.9;
    float: none;
}

.form-group {
    position: relative;
    float: left;
    margin: 0px 0 40px 0;
    padding: 0 15px;
    width: 100%;
    position: relative;
    background: none;
}
.coupon .form-group{padding:0; margin-top:10px}
.checkout .form-group{padding:0}

.checkout #shipping_method  .form-group {
    margin-bottom: 10px;
}

#boxnowmap {
    margin-bottom: 60px;
}

.product-card .form-group{
    display: flex;
    border-radius: 10px;
    margin-bottom: 0;
}

.quantity-input span {
    font-size: 18px;
    margin-bottom: 8px;
    display: none;
}

.table.cart {
    background: #fff;
    font-size: 14px;
    border-radius:0
}

/* .table.cart thead tr th{text-align: right;} */

.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.cart>tbody>tr>td{border-bottom:none}
.cart.table > tbody > tr:first-child > td {border-top:none}

.table>thead>tr>th {
    background: #214b57;
    color: #fff;
    font-weight: 700 !important;
}

.table>tbody>tr>td {
    color: #000;
}

.table-hover>tbody>tr {
    background-color: #fff;
}

.table-hover>tbody>tr:hover {
    background-color: rgb(249 208 179 / 20%);
}

.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: #fff;
    border-radius: 10px;
    z-index: 1;
    border:1px solid #214b57;
}

.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 {
    text-align: center;
}

.cart-empty .btn-primary {
    margin: 0 auto;
}

.cart-empty .icon-info {
    display: block;
    width: 48px;
    height: 48px;
    background: url(../img/layout/icon-info.svg) no-repeat center center;
    margin: 0 auto 20px auto;
}

.cart-empty h2 {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    margin-bottom: 15px;
}

.content .cart-empty.box h2:after {
    display: none;
}

.cart-empty p {
    margin-bottom: 50px;
    font-size: 17px;
    font-weight: 400;
}

.cd-cart .cd-cart-items {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

.cd-cart .cd-cart-items li {
    position: relative;
    padding: 10px 15px;
    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: #214b57;
    color: #fff;
}

.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: #ccc 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 15px;
    margin-bottom: 20px;
}

.cd-cart .cd-cart-total p {
    line-height: 22px;
    margin: 10px 0px 10px 0;
    font-size: 16px;
    color: #000;
}

.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: #f7bc92;
    color: #214b57;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
}

.cd-cart .checkout-btn:hover,
.no-touch .cd-cart .checkout-btn:hover {
    background: #214b57;
    color:#fff;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
}

.cd-cart .cd-go-to-cart {
    text-align: center;
    margin: 10px 0;
}

.checkout .checkout-btn,
.checkout .cd-go-to-cart,
.checkout .cd-item-remove {
    display: none;
}

.checkout .terms_checkbox{
    display: flex;
    margin-bottom: 10px;
}
#check_terms{
    position: relative;
    display: inline-block;
    margin-left: 0px;
    margin-top: 0;
    width: 15px;
    margin-right: 10px;
} 
.terms_checkbox label{
    margin-left: 20px!important;
    margin-top: -25px!important;
    width: auto!important;
    padding: 5px 10px!important;
}

.cd-cart .cd-cart-notice {
    background: #EEE0D2 url(../img/layout/shipping.svg) no-repeat 20px center;
    background-size: 48px;
    color: #333;
    padding: 10px 20px 10px 70px;
    border-radius: 10px;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 15px;
}

.cd-cart .cd-cart-notice strong {
    color: #333;
}

.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: #333;
    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 {
    position: relative;
    display: block;
    padding: 20px 45px;
    color: #fff;
    z-index: 1;
    font-weight: 600;
    font-size: 20px;
    transition: all 0.5s ease-in-out;
    width: fit-content;
    background: #214b57;
    margin-top: 30px;
    border-radius: 30px;
    font-family: CeraProLight, Verdana;
}

.btn-basket {
    margin: 0;
    background: #214b57;
    width: calc(100% - 15px);
    font-size: 18px;
    padding: 17px 25px;
    color: #fff;
    font-weight: 300;
    background-image: url(../img/layout/cart_white.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 10% 50%;
}

.btn-basket:hover {
    background-image: url(../img/layout/cart.svg)!important;
    background-repeat: no-repeat!important;
    background-size: 40px!important;
    background-position: 10% 50%!important;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-default {
    color: #214b57;
    background: #f7bc92;
    transition: all 0.3s ease 0s;
    border-color:unset
}

.btn-default {
    background: #214b57;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    border-radius: 30px;
    font-family: CeraProLight, Verdana;
    padding: 15px 40px;
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #214b57;
    background: #f7bc92;
    transition: all 0.3s ease 0s;
}

.btn-link {
    color: #214b57;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 20px 0;
}

.btn-link span {
    color: #4a4a4a;
}

.btn-link:hover span, .btn-link:hover {
    color: #214b57;
}

.btn-more {
    margin-top: 50px;
    background-color: #333;
    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: absolute;
    left: 0%;
    bottom: -25px;
}
.help-block.text-danger{bottom: -25px}

input.form-control.error {
    border-color: #EC2224;
}

label.control-label {
    margin-bottom: 5px;
    font-size: 15px;
    color: #444;
}
.product-options label.control-label{display: none;}
legend {
    margin: 10px 0 0px 0;
    font-size: 18px;
    color: #888;
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 4px;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    /* margin-bottom: 5px; */
    height: auto;
    border-radius: 0;


    /* width: 95%; */
    padding: 20px 22px;
    margin: 0px;
    font-size: 16px;
    background: #F1F1F1;
    color: #214b57;
    transition: all 0.4s ease;
    border: none;
    text-align: left;
    float: left;
    border-radius: 10px;
}
.checkout-summary-wrap .form-control{
    width: 100%!important;
}
.form-control::placeholder {
    color: #444;
}

textarea.form-control {
    height: 120px !important;
    border-radius: 10px;
    padding: 25px 15px 15px 15px;
}

.textarea label.control-label {
   display:none
}
.checkout .textarea label.control-label {
    display:block
}
.form_wrapper {
    width: 100%;
    z-index: 0;
    position: relative;
    overflow: hidden;
    padding: 45px 0px 45px 15px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: auto;
    border: 1px solid #214b57;
    border-top: none;
}

.form-control:hover {
    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: 30px 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: #F1F1F1 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: #333;
    padding: 20px 22px;
    border: none;
    border-radius: 0;
    height: auto;
    line-height: normal;
    border-radius: 10px;


    /* -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    border-radius: 0;
    margin: 0px;
    font-size: 16px;
    color: #214b57;
    transition: all 0.4s ease;
    border: none;
    text-align: left;
    float: left; */
    
}

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 {
    border: none;
    color: #fff !important;
    background-color: #214b57 !important;
    /* padding: 20px 55px !important; */
    width: fit-content;
    display: block;
    margin: 30px auto 0 auto;
    transition: all 0.5s ease-in-out;


    font-size: 20px;
    margin: 0;
    border-radius: 30px;
    color: #fff;
    padding: 13px 45px!important;
    font-family: 'CeraProLight', Verdana;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
    float: right;
    margin-right: 10px;
    letter-spacing: 1px;
}

.contact_form_wrap h2 {
    font-size: 38px;
    font-weight: 100;
    color: #f7bc92;
    margin-bottom: 40px;
    margin-left: 175px;
}

.gm-ui-hover-effect {
    position: absolute !important;
    right: -5px;
    top: -5px;
}

.contact_form_wrap .textarea label.control-label {
    background: #fff;
}

.contact_form_wrap textarea.form-control {
    margin-top: 15px;
}

.contact_form_wrap p {
    border-top: 1px solid #333;
    text-align: right;
    padding-top: 15px;
    font-size: 16px;
    margin-top: 25px;
    color: #333;
    width: 95%;
    float: right;
}

.contact .button.thin-bg-dark:hover{
    background: #f9c9a8 !important;
    color: #214b57 !important;
}
.contact .button.thin-bg-dark:hover:after, .contact .button.thin-bg-dark:hover:before{
    background: #f9c9a8 !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_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;
}

.well- .btn-order{
    width: auto;
    margin: 10px 0px;
    float: right;
}

.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: 35px;
}

.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;
    z-index: 9999;
}

.notifications:after,
.notifications:before {
    content: "";
    display: table
}

.notifications:after {
    clear: both
}

.notifications .message {
    background: #f8bc92;
    color: #204b57;
    padding: 20px 0;
    font-size: 18px;
    border-bottom: 5px solid #fff;
    font-weight: 900;
}

.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 {
    font-size: 32px;
    margin: 15px 0 25px 0;
    color: #214b57;
    position: relative;
    font-weight: 400;
    font-family: 'CeraProMedium', Verdana;
}
h2.title small{
    color:#f7bc92;
    font-weight: 700;
}
.checkout-summary-wrap h2.title strong {font-weight: 400;}
.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: 700;
    color: #fff;
    margin: 0;
    padding: 15px 13px 15px 13px;
    text-align: center;
    margin-bottom: 10px;
    background: #214b57;
}

.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: #fff;
    font-weight: 300;
}

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 h2.title strong,
.customers h2.title strong{
    border-bottom: none;
    padding-bottom: 0;
    display: block;
    vertical-align: top;
    margin-bottom: -1px;
    font-weight: 700;
    border-bottom: 2px solid #a94442;
} */

.checkout .button-main,
.customers .button-main{
    border: none;
    background: #214b57;
    cursor: pointer;
    font-size: 18px;
    font-weight: 100;
    position: relative;
    display: block;
    padding: 20px 45px;
    color: #fff;
    z-index: 1;
    border-radius: 30px;
    font-family: CeraProLight, Verdana;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkout .button-main:hover,
.customers .button-main:hover{
    background: #f7bc92;
    border: none !important;
    color:#214b57
} 
.checkout .button-main::before {
    background: #fff;
    z-index: -2;
    transform: translate3D(0, 0, 0);
}
.checkout .button-main:hover::after {
    transform: translate3D(0, 0, 0);
    transition: all .5s;
}
.checkout .button-main:before, .checkout .button-main::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #f7bc92;
    z-index: -1;
    transform: translate3D(0, -100%, 0);
    transition: all .5s;
}



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 30px 0;
    font-size: 20px;
    font-weight: 500;
    color: #f7bc92;
    font-size: 21px;
    font-family: 'CeraProMedium', Verdana;
}

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;
    }
}

   /* .auto-clear .col-md-4:nth-child(3n+1) {
        clear: both;
    } */
@media (min-width:992px) and (max-width:1199px) {

    section.home_info .elta {
        width: 55px;
    }

    .dynamic_content h1 {
        font-size: 35px;
        margin-bottom: 35px;
    }

    .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: 18px;
    }

    li.languages {
        font-size: 15px;
    }

    .block {
        margin: 0px 0 0px 0;
    }

    p.brand_title {
        font-size: 19px;
    }

    .product_box .price {
        font-size: 19px;
    }

    .product_box .title h3 {
        font-size: 17px;
    }

    li.languages:after {
        margin-left: 24px;
        font-size: 14px;
        margin-top: 0;
    }

    .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;
    }

    .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) {

    .product_box .product_short_form.opened{
        top: -75px;
        left: 0;
        box-shadow: 0px 5px 10px #ccc;
    }

    /****** HOMEPAGE *******/
    .product_box {margin: 10px 0px 40px 0px;}
    .product_buttons { flex-direction: column;}
    .add_basket.cus, .view_product { width: 100%;}
    .add_basket.cus a, .view_product a {justify-content: center;}
    
    .product_title_home h3 {font-size: 30px; line-height: 60px;}
    .product_box .box_details { padding: 0px 5px 20px 20px;}
    .product_box { align-items: center;  flex-direction: column;}
    .product_box .product_image, .product_box .box_details { width: 100%;}

    .product_box .add_to_cart{padding: 20px 7px 20px 45px;}
    .product_box .title{
        padding-top: 15px;
    }

    .product_box .add_to_cart{
        background-position: calc(50% - 100px);
        justify-content: center;
    }

    .product_box .add_to_cart.opened{
        background-position: calc(50% - 40px);
    }
    /****** PRODUCT VIEW *******/
    .quantity-addcart .btn-basket {background-size: 30px; background-position: 5% 50%; padding: 17px 10px 17px 40px}

    .footer_box a, .footer_box li, .footer_box li a, .footer_box p {font-size: 16px;}
    .footer_box .social_icons {flex-direction: column;}
    .footer_box .social_icons img {margin-right: 0; margin-bottom: 5px;}
    .footer_box.last{display: flex; flex-direction: column; align-items: center;}


    .hero.section-newsletter .heading_title {
        font-size: 40px;
    }

    .section_tips p {
        padding: 0 30px;
    }

    .contact_wrap h2 {
        font-size: 27px;
        padding: 15px 0;
    }

    .contact_box_item span {
        font-size: 20px;
    }

    .box_right {
        height: 540px;
        width: 550px;
    }

    .box_banners .padd {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .store_text p {
        padding-right: 0px;
    }

    .contact_info_right {
        padding: 60px 60px 60px 80px;
    }

    .contact_wrap h1 {
        font-size: 60px;
    }

    .contact_info_right:before {
        left: 50px;
    }

    .home_store:before {
        height: 50%;
    }

    #navi a {
        margin-right: 20px;
    }

    #navi ul li {
        margin: 0 10px;
    }

    #language {
        margin-left: 10px;
    }

    .product-card {
        padding: 0px 0px 0px 0px;
    }

    .product_description {
        margin: 30px 0;
    }

    ul.tabs>li {
        font-size: 25px;
    }

    .product-options ul li {
        margin-right: 25px;
    }

    .product-full {
        padding-left: 50px;
        padding-right: 50px;
        margin-bottom: 0;
    }

    .product-preview.details .social-buttons-view span.share .devide {
        margin-left: 10px;
        margin-right: 10px;
    }

    .blog_text {
        padding-right: 90px;
    }

    .contact_form_wrap h2 {
        margin-left: 65px;
    }

    .box_banner_2 h2 {
        font-size: 50px;
        margin-bottom: 15px;
    }

    .form_wrapper form {
        margin-top: 40px;
    }

    .contact_box_item {
        padding: 25px 0;
    }

    .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;
    }
}

@media only screen and (max-width: 1499px) {
    /****** HEADER *******/
    #navi span:after {height: 8px; width: 12px;  }

    /****** FOOTER *******/
    .footer_box img {width: 90%;}
    .footer_box p {display: flex;}
    .footer_box h5 {font-size: 23px;}
    .footer_box p.footer_subheading { font-size: 20px;  margin-top: 0px; }

    /******* HOMEPAGE ****/
    .profile_intro .profile_highlight p { font-size: 50px; }
    .linear_bg { background-size: 80%; background-position: -25% 100%;}


    /****** PRODUCT HOME *******/
    .products-page .products_view { margin-top: 0; }

    /****** PRODUCT VIEW *******/
    .product-view .circle-wrapper { width: 420px; height: 420px;}
    .product-preview-image {padding: 25px 30px 50px 30px; }
    .product_details h5 { font-size: 50px; line-height: 65px;}
    .product-options { width: 100%;  margin-bottom: 20px; }
    .icons_list .border li { padding: 0 15px; }
    .icons_list ul {
        padding: 0;
    }

    .section_tips p {
        padding: 0 20px;
    }

    .product_description p {
        font-size: 17px;
        line-height: 30px;
        margin: 0px 0;
    }

    ul.tabs>li {
        padding: 0px 15px 10px 15px;
    }

    .product-card .option-row {
        padding: 10px 0px;
    }

    ul.tabs>li {
        font-size: 23px;
    }

    .product-basket {
        width: 100%;
    }

    .product-card .product-options-quantity {
        width: 49%;
    }

    .product-actions {
        flex-wrap: wrap;
    }

    ul.side_nav li a {
        font-size: 16px;
    }

    ul.side_nav {
        padding: 20px 15px;
    }

    .dynamic_content {
        padding-right: 0px;
    }

    .contact_wrap h2 {
        padding: 15px 0;
        font-size: 24px;
    }

    .form_wrapper {
        padding-left: 30px;
    }

    .contact .button.thin-bg-dark {
        padding: 17px 50px !important;
    }

    .contact_info_left {
        margin-right: 30px;
    }
    .contact_box_item p, .contact_box_item a {
        font-size: 17px;
    }
    .contact_box_item span {
        font-size: 18px;
    }

    .box_text p {
        padding: 20px 120px 70px 70px;
        width: 70%;
    }

    .box_left.right {
        margin-left: 15%;
    }

    .box_left .button {
        margin-left: 95px;
    }

    .box_banners .padd {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .box_left .button {
        margin-left: 65px;
    }

    .box_left.right .box_text h2 {
        width: calc(68% - 100px);
        padding: 20px 70px 20px 45px;
    }

    .box_left.right .box_text p {
        padding: 20px 70px 70px 100px;
    }

    .box_right {
        height: 500px;
        width: 500px;
    }

    .box_text h2 {
        font-size: 32px;
        padding: 20px 45px 20px 70px;
    }

    .box_info h4 {
        font-size: 20px;
        margin-top: 20px;
    }

    .box_info p {
        line-height: 28px;
        padding-top: 20px;
    }

    .section-newsletter {
        padding-top: 15px;
    }

    .cd-filter-block h4 {
        padding: 13px 15px;
        font-size: 18px;
    }

    .cd-filter-block h4::before {
        right: 15px;
    }

    .swiper-slide .product-options span, .product_box .product-options span {
        font-size: 17px;
    }

    .product_box .title h3 {
        font-size: 23px;
        line-height: normal;
        padding-top: 20px;
    }

    .product_box .price h5 {
        font-size: 19px;
    }

    .size_guide img {
        width: 35px;
    }

    .size_guide a {
        font-size: 14px;
    }

    .contact_info h2 {
        font-size: 25px;
    }

    .contact_form_wrap h2 {
        font-size: 35px;
    }

    .brand_home {
        padding: 0px 30px;
    }

    #home_brands {
        padding: 30px 0;
    }

    .box_banner h2 {
        font-size: 42px;
    }

    .box_banner.third p {
        top: 95px;
        width: 70%;
    }

    #navi a {
        margin-right: 15px;
        font-size: 17px;
    }

    #navi span {
        font-size: 17px;
        margin-right: 35px;
    }

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

    #navi li.languages a {
        font-size: 17px;
    }

    #language {
        margin-left: 5px;
    }

    .product-options h1 {
        font-size: 30px;
    }

    .product-card .attributes_left {
        font-size: 18px;
    }

    .tab-content ul li {
        font-size: 18px;
    }

    .product-preview.details .social-buttons-view span.share .devide {
        margin-left: 5px;
        margin-right: 5px;
    }

    .add_wishlist .wishlist-btn {
        font-size: 18px;
    }

    .product-wishlist {
        margin: 10px 0 30px 0;
        padding: 10px 0;
    }

    .add_wishlist .wishlist-btn img {
        width: 24px;
        margin-right: 10px;
    }

    .product-card .product-attributes .attributes_right {
        font-size: 18px;
    }

    .product-preview.slider .lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
        padding-left: 0px;
    }

    .product-preview.details .social-buttons-view span {
        margin-right: 10px;
    }

    .prod_avail.code {
        margin-right: 0px;
    }

    .product-options ul li {
        margin-right: 12px;
    }

    .product-card {
        padding: 0px 0px 0 30px;
    }

    .products-page:after {
        width: 560px;
        height: 560px;
        left: -190px;
    }

    .products-page:before {
        width: 340px;
        height: 420px;
        left: -70px;
    }

    .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;
    }

    .contact_graphic_2 {
        width: 385px;
        height: 420px;
        right: -215px;
        bottom: -60px;
    }

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

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

    .about_img {
        padding: 100px 90px 100px 100px;
    }    

    .store_text h2 {
        font-size: 47px;
        margin-bottom: 40px;
    }

    .home_insta h2 {
        font-size: 70px;
        padding-left: 26%;
    }

    .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;
    }

    .featured_categories h1 {
        font-size: 60px;
    }

    .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;
    }

    .section-newsletter:before {
        left: -250px;
    }

    .section-newsletter:after {
        right: -280px;
    }

    .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;
    }

    h1.heading_title {
        font-size: 50px;
    }

    .new-info {
        top: 15px;
        right: 15px;
        font-size: 15px;
    }

    .discount-info {
        left: 15px;
        font-size: 14px;
    }

    #swiper_best_sellers .swiper-slide h4 a, #swiper_new_products .swiper-slide h4 a, #swiper_related .swiper-slide h4 a {
        font-size: 19px;
    }

    h1.heading_title:after {
        width: 50%;
    }

    .wishlist-btn img {
        width: 23px;
    }

    .best-sellers-subtitle span {
        font-size: 40px;
    }

    .store_link {
        bottom: -150px;
    }

    .slider_container .content_text {
        padding: 0px 14% 0 0px;
    }

    .main_banner .banner_img {
        margin-right: 17%;
    }

    .main_banner .banner_img {
        height: auto;
    }

    .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) {
    
    section.related_products .swiper-button-next-collection {
        display: none;
    }
    section.related_products .swiper-button-prev-collection {
        display: none;
    }

    .home_store .swiper-container-horizontal > .swiper-pagination {
        bottom: 95px;
    }

    .section_tips h2 {
        font-size: 30px;
        margin-bottom: 50px;
    }

    .product-card .product-attributes .attributes_right {
        font-size: 17px;
    }

    .section_tips p {
        padding: 0 7px;
        font-size: 17px;
        line-height: 27px;
    }

    .tab-content ul li:before {
        top: 13px;
        background-size: 13px;
        width: 13px;
        height: 13px;
    }

    .tab-content ul li {
        font-size: 17px;
    }

    table.terms_tableth, td {
        padding: 3px 0;
    }

    .product-card .attributes_left {
        font-size: 17px;
    }

    .btn-basket {
        font-size: 17px;
        background-size: 25px;
        background-position: 8% 50%;
    }

    .btn-primary {
        padding: 17px 35px;
    }

    .form_wrapper {
        padding-left: 15px;
    }

    .contact_info_left {
        margin-right: 15px;
    }

    .box_left.right .box_text h2 {
        width: calc(68% - 80px);
        padding: 20px 50px 20px 45px;
    }

    .box_left.right .box_text p {
        padding: 0px 55px 45px 105px;
    }

    .box_text p {
        padding: 0px 130px 45px 55px;
    }

    .box_text h2 {
        font-size: 28px;
        padding: 20px 45px 20px 55px;
    }

    .box_left .button {
        margin-left: 55px;
    }

    .store_text h2 {
        font-size: 43px;
        margin-bottom: 30px;
    }

    .about_bg {
        height: 57vh;
        width: 90%;
    }

    .about_img {
        padding: 90px 45px 80px 50px;
    }

    .main_banner .swiper-container h1 {
        font-size: 48px;
        line-height: 60px;
    }

    .main_banner .slider_container a.more {
        padding: 17px 40px;
        margin-top: 60px;
    }

    .form-options {
        margin-right: 15px;
    }

    .product-card .attributes_right {
        font-size: 22px;
    }

    .product-full {
        padding-left: 0px;
        padding-right: 0px;
    }

    .product_box .product_image img.img-responsive {
        padding: 25px 30px 15px 30px;
    }

    .cd-filter-block h4 {
        font-size: 17px;
    }

    .product_box .price {
        font-size: 20px;
    }

    .block.sort h4 {
        font-size: 17px;
    }

    .block {
        width: 25%;
        margin-right: 35px;
    }

    .brands.home .brand_home {
        padding: 0px 10px;
    }

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

    .brand_home {
        padding: 0px 40px;
    }

    .box_banner a.more {
        right: 25px;
        bottom: 30px;
    }

    .box_banner.first {
        background-position: 20% 50%;
    }

    .box_banner.sec {
        background-position: 15% 50%;
    }

    .box_banner.third {
        background-position: 40% 50%;
    }

    .home_store:before {
        height: 40%;
    }

    .box_banners {
        margin: 0px 0px;
    }

    #navi a {
        font-size: 16px;
        letter-spacing: 0.5px;
    }

    #navi span {
        font-size: 16px;
        margin-right: 30px;
    }

    #navi a img {
        width: 14px;
        margin-right: 6px;
    }

    #navi_container #navi ul li a:after {
        top: 9px;
    }

    #toptop_bar .shippings {
        font-size: 11px;
    }

    #navi li.languages a {
        font-size: 15px;
        padding: 0 5px;
    }

    li.languages:after {
        font-size: 15px;
        right: -4px;
    }

    #language {
        margin-left: 2px;
    }

    .cd-login-trigger {
        background-size: 14px;
        height: 15px;
        padding-left: 20px;
        font-size: 13px;
    }

    #navi ul li a {
        font-size: 16px;
    }

    #navi ul li {
        margin: 0 8px;
    }

    #toptop_bar .location {
        font-size: 13px;
    }

    #toptop_bar .location img {
        width: 13px;
        margin-right: 7px;
    }

    .section-newsletter .heading_title {
        font-size: 37px;
    }

    .section-newsletter {
        padding-top: 10px;
    }

    .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: 17px;
    }

    .product-preview.details .social-buttons-view span {
        margin-right: 5px;
        font-size: 17px;
    }

    .blog_subtitle p {
        font-size: 21px;
    }

    .contact_form_wrap h6 {
        font-size: 35px;
        margin: 10px 0 25px 15px;
    }

    .contact_graphic_2 {
        width: 340px;
        right: -160px;
        transform: rotate(10deg) scaleX(-1);
    }

    .contact_box_item h5 {
        font-size: 22px;
        margin: 15px 0 15px 0;
    }

    .contact_wrap h1 {
        font-size: 55px;
    }

    .contact_info_right:before {
        left: 30px;
        height: calc(100% - 110px);
    }

    .contact_form_wrap h2 {
        font-size: 32px;
        margin-bottom: 30px;
        margin-left: 25px;
    }

    .contact_wrap h2 {
        padding: 12px 0;
        font-size: 23px;
    }

    .wrapper iframe {
        height: 530px;
    }

    .contact_info_right {
        padding: 50px 40px 50px 60px;
    }

    .contact_graphic_1 {
        width: 240px;
    }

    h1.gallery-title {
        font-size: 50px;
        margin-bottom: 35px;
    }

    .dynamic_img:after {
        top: 30px;
        left: -30px;
    }

    .home_insta h2 {
        font-size: 65px;
    }

    .home_insta:before {
        width: 240px;
        height: 290px;
    }

    .home_insta {
        padding: 60px 0px;
    }

    .home_insta:after {
        width: 340px;
        height: 340px;
    }

    .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;
    }

    .box_banner_1 h2 span {
        padding-left: 100px;
    }

    .box_banner_1 p {
        font-size: 19px;
    }

    .box_banner_1 h3 {
        font-size: 24px;
    }

    .featured_categories h1 {
        font-size: 55px;
    }

    .featured_categories h1:before {
        right: 35px;
        height: 20vh;
    }

    .category_box h2 {
        padding: 18px 60px 18px 30px;
        background-position: 92%;
    }

    .featured_categories {
        padding: 100px 8%;
    }

    .category_box:after {
        top: 20px;
        left: 20px;
    }

    .hero.section-newsletter .heading_title {
        font-size: 31px;
    }

    .add_cart {
        width: 90%;
    }

    .fakoi_btn {
        width: 90%;
    }

    .products-page:before {
        width: 290px;
        height: 380px;
        left: -80px;
    }

    .products-page:after {
        width: 510px;
        height: 510px;
        left: -190px;
        bottom: 270px;
    }

    .best-sellers .reversed-best-sellers {
        width: 80%;
    }

    .page-navigation {
        width: 75%;
    }

    .page-stats {
        width: 25%;
    }

    .store_link {
        right: -50px;
    }

    .store_text h2:after {
        right: -15px;
        width: 290px;
    }

    .store_text img {
        width: 275px;
    }

    .bank_icons {
        margin: 0;
    }  

    .store_link {
        bottom: -100px;
    }

    .bank_icons img.maestro {
        width: 120px;
    }

    .bank_icons img.mastercard {
        width: 130px;
    }

    .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;
    }

    .bank_icons img {
        width: 45px;
        margin: 0px 20px;
    }

    .social-icons-top a.facebook {
        background-size: 12px;
    }

    h1.page_title {
        font-size: 45px;
    }

    .content h2 {
        font-size: 28px;
    }

    .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 .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(max-width: 1200px) {
    .footer_box h4 {
      font-size: 15px;
      margin-right: 20px;
    }
   
    .footer_box .btn-primary {
      font-size: 13px;
    }
    .footer_box ul {
      display: flex;
      flex-direction: column;
    }
    .copyright p {
      font-size: 12px !important;
    }
    footer {
      height: 100%;
    }
    footer:hover .footer_heading:before {
      height: 460px;
      top: -65px;
    }
    .footer_heading {
      margin: 45px 0 0;
    }
  
    footer:hover .footer_heading:before {
    height: 435px;
    top: -20px;
    }
   
    .primebiosciences_logo p {font-size: 16px;}
    .primebiosciences_logo img {width: 90%;}
    .privacy_cookies a {
    font-size: 12px;
    }  
}
@media only screen and (min-width:1200px) and (max-width:1349px) {
    #navi ul .dropdown li a {
        font-size: 15px;
    }

    .wrapper {
        height: 530px;
    }

    .main_banner .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 50px;
    }

    .box_info h4 {
        font-size: 19px;
    }

    .box_info p {
        font-size: 17px;
        line-height: 26px;
    }

    #swiper_testimonials p {
        /* width: 85%; */
    }

    #swiper_testimonials p:before {
        left: -60px;
    }

    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 {
        margin-bottom: 0px;
    }
    
    #navi {
        margin-left: -10px;
    }

    #navi_container #navi {
        margin-left: 0;
    }

    #logo, .pages.view.about #logo {
        width: 200px;
        height: 90px;
    }

    #navi ul li span.title {
        padding: 0px 15px 0px 5px;
        font-size: 16px;
    }

    #navi ul li {
        margin: 0 10px;
    }

    #navi ul li span.title:before {
        width: 18px;
        height: 13px;
        background-size: 10px;
        background-position: 8px 6px;
    }
    
    .product_box .title {
        /* padding: 10px 10px 0 10px;
        display: flex;
        align-items: center;
        justify-content: center; */
    }
    
    .top_links a {
        margin: 0 -3px 0 0px;
    }
    
    .hero.section-recommended.new-products {
        min-height: unset;
    }
    
    .new-products {
        margin-top: 60px;
    }
    
    .form-quantity {
        margin: 8px 0;
    }

    .fyllo_1 {
        width: 300px;
        height: 300px;
    }

    h1.heading_title {
        font-size: 45px;
    }

    .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 only screen and (min-width:992px) and (max-width:1199px) {
    .attributes ul.side_nav li {
        float: left;
        width: calc(50% - 0px);
    }

    .wrapper {
        height: 530px;
    }

    .home_store .swiper-container-horizontal > .swiper-pagination {
        bottom: 20px;
    }

    .product-preview .breadcrumb-section {
        margin-left: 30px;
    }

    /* .pages.view #logo a, .catalog.view #logo a, .cart.home #logo a, .checkout #logo a {
        background-size: 130px;
    }

    .pages.view #logo, .catalog.view #logo, .cart.home #logo, .checkout #logo {
        width: 210px;
        height: 210px;
        top: -110px;
    } */

    .flex-1199 {
        flex-direction: column;
    }

    .about_bg {
        height: 75vh;
        width: calc(100% + 30px);
        left: -15px;
        border-radius: 0;
        top: 0;
    }

    #search {
        top: 170px;
    }

    .box_info h4 {
        font-size: 19px;
    }

    #swiper_testimonials p {
        /* width: 80%; */
    }

  
    #navi .submenu_inner {
        width: 49%;
    }

    .box_banner h2 {
        font-size: 38px;
    }

    .box_banner h2 {
        top: 25px;
        right: 25px;
    }

    .box_banners {
        margin: 80px 0px 30px 0;
    }

    .box_banner.third p {
        left: 30px;
    }

    .box_banner.third h2 {
        top: 25px;
        left: 25px;
    }

    .box_banner a.more {
        right: 20px;
        bottom: 25px;
        font-size: 17px;
        padding: 12px 40px;
    }

    .about_img {
        padding: 120px 30px 0px 30px;
    }

    .home_store {
        padding: 0px 0 0px 0;
    }

    .store_text {
        margin-left: 30px;
        padding-right: 30px;
        margin-top: 40px;
    }

    .home_store:before {
        height: 30%;
        width: 45%;
    }

    .box_info p {
        font-size: 17px;
        line-height: 23px;
    }

    .section-info {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    #navi li .dropdown {
        padding: 15px 10px;
    }
    
    #navi_container #navi {
        margin-left: 0;
    }

    #navi_container #navi {
        /* align-items: flex-start;
        right: auto; */
    }

    #navi a img {
        width: 13px;
        margin-right: 8px;
    }

    #navi ul li {
        margin: 0 12px;
    }

    #navi {
        width: 100%;
        /* justify-content: flex-end;
        right: -15px; */
        position: relative;
    }

    #navi a {
        /* margin-top: 10px; */
    }

    #logo, .pages.view.about #logo {
        width: 160px;
        height: 90px;
    }

    #navi span {
        letter-spacing: 0px;
    }

    .section-newsletter .heading_title {
        font-size: 35px;
        margin-bottom: 40px;
    }

    .product-card .option-row {
        padding: 15px 0px;
    }

    .product-preview.details .social-buttons-view span {
        font-size: 17px;
    }

    .product-preview.details .social-buttons-view a img.facebook {
        width: 13px;
    }

    .product-preview.details .social-buttons-view a img.instagram {
        width: 25px;
    }

    .product-preview.details .social-buttons-view span.share .devide {
        font-size: 18px;
    }

    .add_wishlist .wishlist-btn {
        padding-top: 0px;
    }

    .lSSlideOuter.vertical {
        padding-left: 110px !important;
    }

    .product-preview.details .social-buttons-view a {
        margin-right: 5px;
    }

    .product-options h1 {
        font-size: 28px;
    }

    .add_wishlist .wishlist-btn {
        font-size: 17px;
    }

    .btn-primary {
        padding: 15px 30px;
    }

    .block.sort ul {
        width: 220px;
    }

    .blog_subtitle {
        margin-bottom: 50px;
    }

    .blog_image_text {
        padding: 20px;
    }

    .blog_image_text p.second {
        font-size: 18px;
    }

    .contact_form_wrap h6 {
        font-size: 30px;
        margin: 10px 0 25px 10px;
    }

    .contact_graphic_1 {
        width: 215px;
        left: -115px;
    }

    .contact_wrap h1 {
        font-size: 50px;
    }

    .padd_top {
        padding-top: 80px;
    }

    .contact_box_item h5 {
        font-size: 21px;
    }

    .contact_form_wrap {
        padding-top: 170px;
        padding-bottom: 80px;
    }

    .contact_graphic_2 {
        width: 300px;
        right: -140px;
        transform: rotate(10deg) scaleX(-1);
    }

    .dynamic_content h2 {
        font-size: 23px;
    }

    h1.gallery-title {
        font-size: 45px;
    }

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

    .home_insta:before {
        width: 210px;
        height: 250px;
        top: 40px;
    }

    .breadcrumb-section {
        padding-bottom: 20px;
    }

    .home_insta h2 {
        font-size: 60px;
    }

    .home_insta:after {
        width: 300px;
        height: 300px;
        right: -175px;
    }

    .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;
    }

    .fyllo_2 {
        width: 310px;
        height: 310px;
    }

    .category_box.third {
        height: calc(35vh - 25px);
        width: calc(50% - 27px);
        margin-left: 25px;
    }

    .category_box.sec {
        width: calc(100% - 25px);
        margin-left: 25px;
    }

    .category_box h2 {
        padding: 15px 55px 15px 25px;
        background-position: 95%;
    }

    .featured_categories h1 {
        font-size: 47px;
    }

    .featured_categories h1:before {
        right: 30px;
        height: 25vh;
    }

    #header {
        display: block;
    }

    #wapp a {
        width: 80px;
    }

    .main_banner .banner_img {
        margin-right: 4%;
    }

    #toptop_bar {
        padding: 8px 20px;
    }

    #navi_container {
        margin-left: -15px;
    }

    .header.cd-main-header {
        margin-top: 25px;
    }

    .fakoi_btn {
        width: 100%;
    }

    #navi li.languages a {
        font-size: 16px;
    }

    #language {
        margin-left: 10px;
    }

    .add_cart {
        width: 100%;
    }

    .pagination.bottom .pages:before {
        width: 50%;
    }

    .page-stats {
        width: 30%;
        font-size: 17px;
    }

    .pagination.bottom .pages .stats {
        font-size: 17px;
    }

    .products-page:before {
        width: 250px;
        height: 350px;
        left: -85px;
    }

    .products-page:after {
        width: 430px;
        height: 430px;
        left: -160px;
        bottom: 220px;
    }

    .stats {
        padding-bottom: 0;
    }

    #products .wishlist-btn {
        right: 15px;
        top: 20px;
    }

    .block.sort h4 {
        padding: 12px 110px 12px 15px;
    }

    .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%;
    }

    p.brand_title {
        font-size: 20px;
    }

    .products_view {
        margin-top: 40px;
    }

    .products-page {
        padding-top: 50px;
        margin-bottom: 70px;
    }
    
    .home_store:after {
        width: 55%;
        height: 35%;
        top: auto;
        bottom: 35px;
        z-index: -1;
    }

    .store_text h1 img {
        width: 230px;
    }

    .store_bg {
        height: 46%;
    }

    .store_text img {
        width: 250px;
    }

    .hero.section-newsletter .heading_title {
        font-size: 37px;
    }

    .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: 90px 5%;
    }

    .featured_categories .main_category .vertical_banner_text {
        margin-left: -33px;
    }

    .stores .overlay h1 {
        font-size: 25px;
    }

    .slider_container .content_image img {
        width: auto;
    }

    .main_banner .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 50px;
    }

    .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;
    }

    textarea.form-control {
        height: 110px;
    }

    h1.page_title {
        font-size: 40px;
    }

    ul.tabs>li {
        font-size: 21px;
        padding-bottom: 10px;
    }

    .product_description {
        margin: 20px 0;
        padding: 10px 0;
    }

    section.history .images_story {
        height: 26vh;
    }

    .lSSlideOuter.vertical {
        padding-left: 70px !important;
    }

    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;
    }

    h1.heading_title {
        font-size: 40px;
        padding-top: 70px;
    }

    .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 {
        padding-left: 15px;
    }

    .product-full {
        padding-bottom: 70px;
        overflow: hidden;
        padding-top: 60px;
    }

    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        /* align-items: center; */
    }
    .product_box .title h3 {
        font-size: 18px;
    }

    .new-info {
        font-size: 14px;
        padding: 3px 12px;
    }

    .discount-info {
        font-size: 13px;
        padding: 3px 12px;
    }

    .product_box {
        margin: 10px 0px 40px 0px;
    }

    #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;
    }

    .title_box h2.home_title {
        font-size: 36px;
    }

    .hero.new-designs.video {
        height: 71vh;
    }

    #swiper_insta .swiper-slide {
        padding: 0px;
    }

    .product-info h5 {
        font-size: 21px;
    }

    /* #navi ul li.hide_item { display:none;  } */
    
    .product_box .title {
    }

    section.history .story_description .description {
        text-align: center;
        margin: 25px 0px;
        padding: 0 0px;
        font-size: 15px;
        letter-spacing: 0.1px;
        line-height: 25px;
    }
    
    .brand_home {
        padding: 0px 30px;
    }
    
    .horizontal_banner.gift_bg .horizontal_banner_text {
        padding: 70px 0 80px 0;
    }

    .brand_home {
        min-height: 135px;
    }
    
    .vertical_banner {
        height: 42vh;
    }

    .vertical_banner_text span {
        font-size: 26px;
        background-size: 35px;
    }

    .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;
    }
    
    .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_right {
        font-size: 21px;
    }
    
    .btn-basket {
        margin: 0 0px 0 0;
        font-size: 16px;
    }

    .product-card {
        padding: 0px 40px 0 0px;
        overflow: hidden;
    }

    .social-icons-top a.facebook {
        background-size: 11px;
    }
    
    .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-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: 25px;
    }

}

@media (max-width:1199px) { 
    /******* FOOTER ****/
    #footer { height: 100%; padding-right: 25px;   padding-left: 25px;}  
    .footer_box img { width: 90%; }
    .primebiosciences_logo img { width: 90%; }
    .footer_box .social_icons img {width: 40px;}
    .social_icons a { width: 40px; height: 40px; background-size: 40px;}

    /******* HOMEPAGE ****/
    .profile_intro .profile_highlight p {font-size: 40px; line-height: 55px;}
    .linear_bg {background-size: 90%; background-position: -25% 100%; padding: 70px 0px;}
    .product_box {flex-direction: column;}
    .product_box .product_image{width:100%}
    .product_title_home h3 { font-size: 27px; line-height: 55px;}
    .product_title_home h5 { font-size: 17px;  line-height: 27px;  min-height: 75px;}
    .product_box .box_details {width: 100%;padding: 25px 5px 0 5px;}

    /****** PRODUCT VIEW *******/   
    .product_details{ padding: 80px 0;}
    .dosage_details { width: 100%;}
    .table_details { flex-direction: column;}
    .table_details p {font-size: 15px; line-height: 20px; text-align: center; padding-bottom: 15px;}
    .product_dosage .table ul li { font-size: 15px;  }
    .icons_list .border {
        padding: 50px 0;
    }
}

@media (max-width:991px) {
    /***** FOOTER *******/
    .footer_box {text-align: left;}
    .footer_box img { width: 100%;  max-width: 230px; }
    .footer_box.logo { justify-content: center;display: flex;  }
    .footer_logos {display: flex;flex-direction: column; align-content: center;flex-wrap: wrap; margin-bottom: 25px;align-items: center;}
    .primebiosciences_logo {margin-top: 0;}
    .primebiosciences_logo p { text-align: center; }
    .primebiosciences_logo img {  max-width: 200px; }
    .footer_box p.footer_subheading { text-align: left;  margin-bottom: 15px; }
    .footer_box ul { text-align: left;}
    .footer_box .social_icons img { width: 40px;  margin-right: 12px; }
    .footer_box img { max-width: 230px;}
    .footer_box a, .footer_box li, .footer_box li a { font-size: 17px;}
    .footer_box.last { flex-direction: row; justify-content: center;}
    .footer_box .social_icons { flex-direction: row;margin-left: 20px; }
    .social_icons a { margin-right: 15px;}


    /***** CHECKOUT ******/
    .text.coupon{display: flex;margin:10px 0}
    .coupon .btn-primary{margin-top:0; border-radius: 0;}
    .coupon .form-group{margin:0}
    .checkout-summary-wrap .form-control { border-radius: 0; }
    .checkout_buttons_container{margin-top: 55px;}
    .text-right h2.title.border-right{text-align: left;}
    span.hide_text{display: none;}
    #cartform td { width: auto;}

    /***** HOMEPAGE ******/
    .main_banner {height: 65vh;}
    .main_banner .slider_container {margin-top: 35px;}
    .main_banner .swiper-container h1 { font-size: 33px; line-height: 50px; }
    .main_banner .slider_container a.more {margin-top: 15px;}
    .profile_intro .align-items { flex-direction: column;}
    .profile_intro .profile_highlight {padding-right: 0;padding-bottom: 25px; }
    .profile_intro .section_intro {padding-right: 0;}
    .linear_bg {background-size: 100%;}
    .product_title_home h5 {  min-height: 100px;}
   

    /****** PRODUCT HOME *******/
    .filter_wrapper{display: none;}
    .products h1.page_title {font-size:35px}
    .page_header.products {height: 40vh; }

    /****** PRODUCT VIEW *******/
    .product_details{  padding: 50px 20px;}
    .product_details h6 { font-size: 35px; padding: 10px 0 10px 0;}
    .product_details h6.product_title { margin-right: 15px;}
    .product_details h5 { font-size: 35px; line-height: 48px;}
    .product_dosage h6, .product_instructions h6, .product_info h6 {font-size: 30px;}
    .product_dosage .table, .product_dosage .table_details {width: 100%; }
    .product-options {margin-bottom:0; width: 21%;}
    .icons_list ul li img {
        height: 90px;
        width: 90px;
    }
    
    /****** DYNAMIC PAGES *******/
    .no_banner h1.page_title {font-size: 35px;}
    /* .cart.table tr {display: inline-table;}
    .table.cart>tbody>tr>td {width: 100%;}
    .table.cart>tbody>tr#cartitem-64>td {width: initial;} */

    /****** CONTACT PAGE *******/
    .contact_box_item p {
        display: flex;
        flex-direction: column;
    }


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

    .home_store .swiper-container-horizontal > .swiper-pagination {
        bottom: 20px;
    }

    .wrapper.about {
        padding-top: 30px;
    }

    .wrapper.about iframe {
        margin-bottom: 0px;
    }

    .dynamic_content h1 {
        font-size: 35px;
        margin-bottom: 30px;
    }

    #language_mob{display: block;}
    #language_mob a{
        color:#fff;
        font-size: 22px;
        padding: 0 10px;
        text-transform: uppercase;
    }

    #language_mob .languages a.selected_lang {
        color: #333;
    }

    #language_mob .caret {
        background-image: url(../img/layout/arrow_down_black.svg);
    }

    .product-actions {
        flex-wrap: nowrap;
    }

    .product-preview-image {
        padding: 40px 0 0 0;
    }

    .product-basket {
        width: 79%;
    }

    h2.title {
        font-size: 28px;
    }

    #search {
        top: 170px;
    }

    #navi {
        display: none;
    }

    .section-info {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #swiper_testimonials p:before {
        background-size: 60px;
        width: 60px;
        height: 60px;
        left: -50px;
    }

    #swiper_testimonials p:after {
        background-size: 60px;
        width: 60px;
        height: 60px;
        right: -50px;
    }

    .home_testimonials .swiper-pagination-bullet {
        width: 18px;
        height: 18px;
        background-size: 18px;
        margin: 0 8px;
    }

    #swiper_testimonials p {
        /* font-size: 32px;
        width: 85%; */
    }

    .extra_info {
        display: none;
    }

    .brands.home .brand_home {
        padding: 0px 20px;
    }

    .cd-cart h2.title {
        font-size: 22px;
    }

    .featured_categories {
        padding: 60px 0px;
        margin: 0 30px
    }

    .category_box.third {
        height: auto;
        background: none;
        width: calc(50% - 77px);
        margin-left: 48px;
    }

    .category_box h2 {
        padding: 16px 55px 16px 25px;
        background-position: 95%;
    }

    .box_banner.sec {
        margin-bottom: 30px;
    }

    .section-info .flex_section {
        flex-wrap: wrap;
    }

    .section-newsletter:before {
        left: -315px;
        width: 445px;
    }

    .box_info {
        margin: 20px 0;
    }

    .section-newsletter:after {
        right: -310px;
        width: 445px;
    }

    .section-newsletter .heading_title {
        font-size: 32px;
        margin: 0px 0 40px 0;
    }

    .related_products .fyllo_1 {
        display: none;
    }

    .product-full {
        margin-top: 0px;
        padding-top: 25px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .product-list {
        margin: 55px 0px 0 0;
    }

    .product-preview.slider .lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
        padding-left: 0px;
    }

    .filters-sort:before {
        display: none;
    }

    .checkout .button-main, .customers .button-main {
        font-size: 17px;
        padding: 17px 40px;
    }

    .checkout-navigation h1 .first-word {
        font-size: 35px;
    }

    .products-page:after, .products-page:before {
        display: none;
    }

    .checkout-navigation {
        padding: 70px 0px 60px 0;
    }

    .blog_thumb {
        width: 300px;
    }

    .blog_text.desc {
        margin-top: 15px;
    }

    .blog_image_text p.second {
        font-size: 18px;
    }

    .blog_image_text {
        padding: 20px;
    }

    .contact_form_wrap {
        padding: 70px 0;
        margin-top: 0;
    }

    .contact .button.thin-bg-dark {
        font-size: 18px;
    }   

    .contact_form_wrap h6 {
        font-size: 32px;
        margin: 35px 0 25px 0px;
    }

    .contact_form_wrap h2 {
        font-size: 30px;
    }

    .contact_graphic_1, .contact_graphic_2 {
        display: none;
    }

    .contact_info {
        flex-direction: column;
    }

    .contact_box_item h5 {
        font-size: 20px;
        margin: 15px 0 10px 0;
    }

    .contact_wrap h1 {
        font-size: 50px;
    }

    .contact_info_right {
        padding: 50px 40px 50px 80px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 30px;
    }

    .contact_info_right:before {
        left: 40px;
    }

    .wrapper iframe {
        margin-bottom: 60px;
    }

    .wrapper iframe {
        margin-bottom: 30px;
        position: relative;
        display: block;
        overflow: hidden;
    }

    .wrapper {
        padding-bottom: 0;
        height: auto;
        overflow: hidden;
        padding-top: 0;
    }

    .dynamic_content h2 {
        font-size: 21px;
        margin: 15px 0 10px 0;
    }

    .dynamic_content h5 {
        font-size: 19px;
    }

    .dynamic_content.single {
        padding-top: 0;
    }

    .reverse-991 {
        display: flex;
        flex-direction: column-reverse;
    }

    .box_banners .padd.middle_box {
        flex-direction: column;
    }

    .dynamic_img:after {
        top: 30px;
        left: 0px;
    }

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

    .store_text h2 {
        font-size: 36px;
        margin-bottom: 25px;
    }

    .store_text p {
        font-size: 17px;
        line-height: 32px;
    }

    .button {
        padding: 15px 35px;
        font-size: 17px;
    }

    .button.center {
        margin-top: 50px;
    }

    .store_text {
        margin-left: 20px;
        margin-top: 45px;
        padding-right: 20px;
    }

    .home_insta h2 {
        font-size: 55px;
    }

    .box_banners_sec .flex {
        flex-direction: column;
    }

    .box_banners_sec {
        padding: 30px 90px 90px 90px;
    }

    .box_banner_2 {
        padding: 40px 0;
    }

    .box_right {
        height: 500px;
        width: 500px;
        position: relative;
    }

    .box_left {
        padding-top: 0px;
        width: 100%;
        margin-top: -240px;
    }

    .box_text p {
        padding: 0px 50px 50px 50px;
        width: 100%;
    }

    .box_text {
        padding-top: 260px;
        border-bottom-right-radius: 20px;
    }

    .box_text h2 {
        padding: 20px 65px 20px 80px;
        left: -30px;
        border-top-left-radius: 0;
    }

    .box_left.right .box_text {
        align-items: flex-start;
    }

    .box_banners {
        margin: 0px 0px 50px 0;
    }

    .box_left .button {
        margin: 40px auto 0 auto;
        display: block;
        width: fit-content;
    }

    .box_button {
        width: auto;
        float: none;
    }    

    .box_left.right {
        margin-left: 0;
    }

    .box_left.right .box_text p {
        padding: 0px 50px 50px 50px;
    }

    .box_left.right .box_text h2 {
        width: fit-content;
        padding: 20px 50px 20px 80px;
        float: left;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 0;
    }

    a.more {
        padding: 12px 45px;
        font-size: 17px;
    }

    .box_banner_1 h2 {
        font-size: 45px;
        line-height: 40px;
    }

    .box_banner_1 {
        margin-right: 0;
        margin-bottom: 50px;
        padding: 45px;
    }

    .fyllo_2 {
        width: 300px;
        height: 300px;
        left: -165px;
        top: 35px;
    }

    .category_box.sec {
        height: auto;
        width: calc(100% - 100px);
        margin-left: 50px;
        float: none;
    }

    .category_box:after {
        top: 15px;
        left: 15px;
    }

    .featured_categories h1 {
        font-size: 45px;
        margin-bottom: 45px;
        height: auto;
        width: 100%;
        writing-mode: unset;
        text-orientation: unset;
        transform: none;
        justify-content: center;
    }

    .category_box.first {
        height: auto;
        width: calc(100% - 100px);
        margin-bottom: 30px;
        background: none;
    }

    .category_img {
        display: block;
        border-radius: 20px;
    }

    .featured_categories h1:before {
        display: none;
    }

    .featured_categories .flex_section {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #header {
        display: block;
    }

    .footer_box.footer_logo p {
        margin-top: 25px;
    }

    .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;
    } 

    .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;
    }

    p.brand_title {
        font-size: 19px;
    }

    .filters { 
        display: none;
    }

    .filters-mob {
        display: flex;
        align-items: center;
    }

    .block.sort h4:after {
        right: 15px;
        width: 13px;
        height: 13px;
    }

    .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: 40px;
    }

    .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;
    }

    .new-products {
        padding-bottom: 110px;
    }

    .new-products {
        margin-top: 55px;
    }

    h1.heading_title {
        font-size: 38px;
        padding-top: 65px;
    }

    .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 0px;
    }

    .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: 16px;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }

    .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_graphic {
        height: 85%;
        margin-left: 15px;
        width: 95%;
        background-position: bottom;
    }

    .newsletterform {
        width: 75%;
    }

    .copyright ul {
        justify-content: center;
    }

    .footer_box.middle {
        border-top: 1px solid #214b57;
        padding-top: 25px;
        margin-top: 25px;
    }

    .footer_box.footer_logo {
        border-bottom: 1px solid #214b57;
        padding-bottom: 30px;
    }

    .copyright ul li {
        padding-left: 22px;
        font-size: 16px;
    }

    .bank_icons {
        padding: 40px 0 20px 0;
    }

    .main_banner .swiper-button-prev, .main_banner .swiper-button-next {
        display: none;
    }

    .header.cd-main-header {
        margin-top: 30px;
    }

    #logo, .pages.view.about #logo {
        width: 100%;
        height: 90px;
    }

    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;
        margin-top: 35px;
    }

    .gallery_photos {
        margin-top: 25px;
    }

    .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: 35px;
    }

    .elements-contact.gift-card {
        flex-direction: column;
    }

    .elements-contact.gift-card img {
        display: block;
        margin: 10px auto 30px auto;
    }

    .breadcrumb-section {
        padding-bottom: 15px;
    }

    .breadcrumb a span, .breadcrumb span {
        font-size: 16px;
    }

    .breadcrumb>li+li::before {
        background-size: 5px;
        width: 5px;
        height: 14px;
        top: 7px;
    }

    #footer {
        padding-top: 60px;
    }

    .footer_box.footer_logo {
        margin-bottom: 35px;
    }

    .footer_box {
        margin-left: 0px;
        margin-bottom: 15px;
    }

    .footer_copyright {
        padding: 20px 0px;
    }

    #wapp {
        float: none;
    }

    #wapp a {
        width: 80px;
        margin: 10px auto 0 auto;
    }

    .bank_icons img.maestro {
        width: 110px;
    }

    .footer_box.bank_icons {
        margin-bottom: 0;
    }

    .bank_icons img {
        margin: 7px 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;
    }

    .best-sellers .flex, .private_collection .flex {
        flex-direction: column-reverse;
    }

    .product-options h1 {
        font-size: 28px;
    }

    .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;
    }

    .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%;
    }

    #mobile-nav.nav-open {
        right:0;
        left:0;
    }

    #mobile-nav .cd-wishlist-trigger, #mobile-nav .cd-login-trigger, #mobile-nav .cd-logout-trigger {
        font-size: 17px;
        display: flex;
        align-items: center;
        height: auto;
        color: #214b57;
        font-weight: 500;
        padding-left: 0;
        line-height: 30px;
    }

    .nix-main-menu-container .panel-group .panel-heading .user_link {
        display: block!important;
    }

    #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: #d59369;
        padding-left: 0px;
    }

    .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;
    }

    #navi ul {
        display: none;
    }

    #toptop_bar .login {
        display: none;
    }

    #toptop_bar .location {
        display: none;
    }

    #toptop_bar .shippings {
        font-size: 12px;
    }

    #sidebar .filter_heading.hide_mobile {
        display: none;
    }

    .best-sellers .hide_up_991{
        display: flex;
        justify-content: center;
    }

    #navi a.cd-menu-trigger {
        display: block;
        margin-left: 0;
        width: 38px;
        height: 38px;
        background-size: 38px;
        background-repeat: no-repeat;
        background-position: 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;
    }

    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;
    }

    #language_mob {
        display: flex;
        position: relative;
        top: 25px;
        margin-top: 0px;
        margin-bottom: 5px;
        justify-content: center;
    }
    #language_mob ul.lang{
        display: flex;
        border-bottom: 4px solid #f7bc92;
        padding-bottom: 5px;
        border-bottom-left-radius: 4px; 
        border-bottom-right-radius: 4px; 
        
    }

    .cd-menu-trigger.nav-open {
        background-image: url(../img/layout/menu_close.svg);
        z-index: 99999;
        position: absolute;
        top: -20px;
        width: 35px;
        height: 37px;
        background-size: 35px;
    }

    .products-page {
        padding-top: 50px;
        margin-bottom: 50px;
    }

    li.languages {
        font-size: 17px;
        padding: 0 5px;
    }

    #language_mob li.languages.lang-active a {
        color: #f7bc92;
        font-weight: 600;
    }

    #language_mob li.languages a {
        color: #000;
    }

    #language_mob li.languages:first-child {
        margin-left: 0;
    }

    .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;
        
    }

    .filter-img {
        margin-bottom: 0px;
        width: 25%;
        border-top: 1px solid #214b57;
        border-bottom: 1px solid #214b57;
    }

    .cd-menu-trigger {
        display: block;
    }

    .footer_box.footer_logo a {
        width: 320px;
    }

    .section_tips .flex_center {
        flex-direction: row;
    }

    .contact_info_left {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .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;
    }

    .section_tips h2 {
        font-size: 27px;
        margin-bottom: 40px;
    }

    .section_tips p {
        padding: 0px;
    }

    #navi a {
        margin-right: 0;
        font-size: 15px;
        margin-left: 20px;
    }

    .form_wrapper {
        padding-left: 0px;
    }

    .swiper-button-next-new-products.hide_991{
        display: none;
    }

    .content h2.heading_title {
        font-size: 30px;
    }

    .footer_box h5 {
        width: 50%;
        margin: 10px auto;
    }

    .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;
    }

    section.brands.insta {
        padding: 50px 0px;
    }

    .hero.new-designs.video.map .more_featured-top {
        justify-content: center;
        width: calc(100% - 40px);
    }

    #language {
        display: none;
    }

    .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%;
    }

    .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;
    }

    .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;
        margin-top: 30px;
        width: 100%;
    }

    .block {
        width: 20%;
        margin-right: 30px;
    }

    .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: 15px;
    }

    .top_icons .top_icon {
        margin-left: 12px;
    }

    /* .pages.home .cd-menu-trigger {
        display: inline-block;
        width: 30px;
        background-size: 29px;
    } */

    .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;
    }

    .footer_box.last {
        margin-right: 0;
    }
    
    .cd-cart {
        /* top: 90px;
        height: calc(100vh - 90px); */
        z-index: 99;
    }
    
    /* .vertical_banner {margin-top:25px;}	 */

    .product-card{
        padding-left: 0;
    }
        
    .block.right {
        width: auto;
        padding: 0;
        border: none;
    }

    .block.sort h4 {
        font-size: 18px;
        padding: 12px 70px 12px 20px;
    }

    .filters-mob .pagination {
        padding: 0;
    }

    .block.sort ul {
        width: 100%;
    }

    .block.sort ul.side_nav a {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .catalog.products .product_box {
        z-index: 1;
    }

    .pagination.bottom .pages:before {
        width: 60%;
    }

    .header.cd-main-header {
        margin-top: 25px;
    }

    #lang_info {
        display: none;
    }
    
    .brand_home {
        padding: 0px 25px;
        min-height: 120px;
    }
    
    .horizontal_banner.gift_bg .horizontal_banner_text {
        padding: 70px 0 80px 0;
    }
    
    .vertical_banner {
        height: 45vh;
        background-position: center;
    }

    .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;
        display: none;
    }

    .swiper-container h1 {
        font-size: 40px;
    }

    .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;
    }

    .main_banner .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 50px;
    }
    
    .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;
    }

    .about_bg {
        height: 70vh;
        width: calc(100% + 30px);
        left: -15px;
        top: 0;
        border-radius: 0;
    }

    .box_banners .padd {
        flex-direction: column-reverse;
    }

    .about_img {
        padding: 120px 20px 0px 20px;
        overflow: hidden;
    }

    .home_store {
        padding: 0px 0 0px 0;
    }

}
@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%;
    }

    /* #logo {
        width: 279px;
        height: 117px;
        padding-right: 0px;
    } */

    .top_icons_column {
        margin-right: 17px;
    }

    .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;
    }

    .product_box .title h3 {
        font-size: 17px;
    }

    .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;
    }

    .checkout-navigation h1 {
        font-size: 2em;
    }
    
    .nl-button::before {
        display: none;
    }
    
    .nl-button::after {
        display: none;
    }

    /* .cd-menu-trigger {
        display: inline-block;
        width: 30px;
        background-size: 29px;
    } */
}
@media (max-width:767px) {
    h2.home_category_title {  font-size: 22px;}
    /******* FOOTER *******/
    #hide_575{display: none;}
    .footer_mob { display: block;  width: 100%;  }
    .footer_mob .footer_box{margin-bottom: 0;}
    .primebiosciences_logo { margin-top: 25px; }
    .primebiosciences_logo img {   width: 100%;    max-width: 170px;  }
    .footer_box { text-align: center;   display: flex;  flex-direction: column;  align-items: center;  padding: 20px 5px 0 5px;  }
    .footer_box.bank_icons{ flex-direction: row;}
    .footer_box h6 { font-family: 'CeraProMedium', Verdana; font-size: 18px; color: #fff; display: block; margin-bottom: 10px; letter-spacing: 1px;}
    .footer_box.last {text-align: center;  display: flex; flex-direction: row; align-items: center; padding: 35px 5px 5px 5px; justify-content: center; }
    .footer_box.last p.footer_subheading { margin-bottom: unset;  margin-top: unset;  margin-right: 15px; }
    .footer_box .social_icons { flex-direction: row; }
    .footer_box .social_icons img { margin: 0 10px;  }
    .footer_box.last a { line-height: 100%; }
    .dropdown_links, .dropdown_info { width: 100%;  transition: all ease-in-out .3s;  -webkit-transition: all ease-in-out .3s;  -moz-transition: all ease-in-out .3s;  display: none;}
    .dropdown_links.active, .dropdown_info.active { display: block;transition: all 600ms ease 0s;  -webkit-transition: all 600ms ease 0s;    -moz-transition: all 600ms ease 0s;   -o-transition: all 600ms ease 0s;}
    a.links-triggerOne, a.links-triggerTwo,  a.links-triggerThree { width: fit-content; position: relative; display: block; margin: 0 auto; padding: 0 25px;}
    .links-triggerOne:after, .links-triggerTwo:after, .links-triggerThree:after{ content: " ";  background: url(../img/layout/icons/arrow_down_white.svg) no-repeat 0 0; width: 13px;  height: 13px; position: absolute; right: 0; top:18px;}
    .dropdown_links, .dropdown_info {width: 100%;color: #fff;display: none;   transition: all 600ms ease 0s;   -webkit-transition: all 600ms ease 0s;    -moz-transition: all 600ms ease 0s; -o-transition: all 600ms ease 0s;	}
	.dropdown_links.active, .dropdown_info.active { display: flex; flex-direction: column;  align-items: center;transition: all 600ms ease 0s;    -webkit-transition: all 600ms ease 0s;  -moz-transition: all 600ms ease 0s; -o-transition: all 600ms ease 0s; }
	.dropdown_links ul, .dropdown_info ul { display: inline-block; padding: 2px 0; }
	.dropdown_links ul li, .dropdown_info ul li {position: relative;margin-right: 0;transition: all ease-in-out .3s;margin-bottom: 10px;padding-right: 0;}
	.dropdown_links ul li a, .dropdown_info ul li a {display: block;padding: 7px 0 0 0;	line-height: 1.5;transition: all ease-in-out .3s;		text-transform: none;color: rgba(255, 255, 255, 0.7);font-size: 17px; text-align: center;}
    .footer_copyrights { flex-direction: column;  text-align: center;  }
    .footer_box .social_icons { margin-left: 0;}
    .social_icons a { margin-bottom: 0;}

    /********* CHECKOUT **********/
    .return_cart{display: none;}
    .well- .btn-order {float: left;}

    /********* HOMEPAGE **********/
    .main_banner {height: 50vh;}
    .main_banner .slider_container {padding-left: 4%;}
    .main_banner .swiper-container h1 { padding-bottom: 35px; font-size: 25px; line-height: 37px;}
    .main_banner .slider_container a.more { margin-top: 0px; font-size: 18px; }
    .profile_intro .profile_highlight p {font-size: 35px; line-height: 52px;}
    .product_title_home h3 { font-size: 23px;}
    .product_box .title h4 { font-size: 15px;}
    .product_buttons { flex-direction: column;}
    .add_basket.cus{width:100%}
    .view_product{width:100%}
    .add_basket.cus a, .view_product a { justify-content: center;} 


    /********* PRODUCT HOME **********/
    .product_box { flex-direction: column;}

    /********* PRODUCT VIEW **********/
    .product-options h3 {font-size: 21px; line-height: 30px; }
    .product-card .price span {font-size: 25px;}
    .product_details h5 {font-size: 35px; line-height: 50px;}  
    .product_details h6 {font-size: 30px;}
    .product_details h6.product_title strong { font-size: 35px;}
    .product_details{  padding: 50px 10px;}
    .product_dosage h6, .product_instructions h6, .product_info h6 { font-size: 27px;}
    .product_dosage h6::before, .product_instructions h6::before, .product_info h6::before{ margin-right: 20px;height: 40px; width: 40px;}
    .product_dosage h6::after, .product_instructions h6::after, .product_info h6::after{height: 35px; width: 35px;}
    .product_dosage h6.is-visible::after, .product_instructions h6.is-visible::after, .product_info h6.is-visible::after { width: 35px;}
    .product-options { width: 25%;margin-top:10px }
    .product-card .option-row select { padding: 13px 20px 13px 20px;}
    .icons_list .border ul li img { height: 60px; width: 60px; }
    .icons_list .border li {
        padding: 0 20px;
    }  
    .icons_list .border {
        margin: 0 25px;
        width: auto;
        padding: 40px 0;
    }
    .product_instructions img{width:100%}

    /********* DYNAMIC PAGES **********/
    .dynamic_content{padding:0 40px}
    .dynamic_content h2 {font-size: 23px;}
    .dynamic_content h2 small {font-size: 38px; width: 70px; height: 70px; font-size: 35px;}
    .pages_header {height: 25vh;}
    .pages_body { padding: 20px 0 50px 0;}
    .no_banner h1.page_title {font-size:40px }
    .boxnow_icons img {width: 100%;}


    /****** CONTACT PAGE *****/
    .image-wrapper {padding: 15px;}
    .contact_box_item {min-height: auto;}
    .contact_box_item img {width: 20px; height: 20px;}
    .contact_box_item { margin: 0; border-radius: 0;padding: 25px 0;  border-top: 1px solid #fff;}
    .contact_box_item.first {border-top-right-radius: 30px;border-top-left-radius: 30px;}
    .contact_box_item.last {border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;}
    .contact_info_bottom { margin-top: 65px;}
    #map { margin-top: 20px;}

    .page_header {
        height: 30vh;
    }
    .styled-table tbody tr {
        display: flex;
        border-bottom: 1px solid #dddddd;
        flex-direction: column;
    }

    .dynamic_content h1 {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .breadcrumb-section {
        margin-top: 35px;
    }

    h2.title {
        font-size: 23px;
    }

    .box_text h2 {
        font-size: 25px;
    }

    .new-products {
        margin-top: 45px;
    }

    .main_banner .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 45px;
    }

    .main_banner .swiper-container h1 br {
        display: none;
    }

    #swiper_testimonials p:before {
        background-size: 50px;
        width: 50px;
        height: 50px;
        left: -25px;
    }

    #swiper_testimonials p:after {
        background-size: 50px;
        width: 50px;
        height: 50px;
        right: -20px;
        bottom: -50px;
    }

    #swiper_testimonials p {
        /* font-size: 30px;
        width: 90%;
        padding-top: 20px; */
    }

    #swiper_testimonials h2 {
        font-size: 19px;
    }

    .page-navigation a, .page-navigation span {
        font-size: 16px;
    }

    .block.sort h4 {
        font-size: 17px;
    }

    .filter-img a {
        font-size: 18px;
    }

    .padd_top {
        padding-top: 65px;
    }

    .checkout .button-main, .customers .button-main {
        padding: 13px 35px;
        font-size: 16px;
    }

    .contact_wrap h1 {
        font-size: 40px;
    }

    textarea.form-control {
        padding: 30px 15px 15px 15px;
    }

    .dynamic_content h3 {
        font-size: 17px;
        margin: 15px 0 12px 0;
    }

    .dynamic_content ul li {
        font-size: 16px;
        line-height: 27px;
    }

    .product-info h5 .before {
        font-size: 16px;
    }

    .box_banner.sec, .box_banner.third {
        height: 30vh;
    }

    .box_banner.third p {
        top: 80px;
        width: 50%;
        left: 25px;
    }

    .box_banner h2 {
        font-size: 35px;
        top: 20px;
        right: 20px;
    }

    .box_banner.third h2 {
        top: 20px;
        left: 20px;
    }

    .box_banner.first {
        height: 27vh;
    }

    .box_banner h2 {
        font-size: 38px;
    }

    .box_banner a.more {
        right: 15px;
        bottom: 20px;
    }

    .store_text p {
        font-size: 17px;
        line-height: 30px;
    }

    .box_info p {
        font-size: 17px;
        line-height: 26px;
    }

    .box_info img {
        width: 45px;
    }

    .box_info {
        margin: 15px 0;
    }

    .box_info h4 {
        font-size: 19px;
    }

    #mobile-nav .cd-wishlist-trigger, #mobile-nav .cd-login-trigger, #mobile-nav .cd-logout-trigger {
        font-size: 16px;
    }

    .section-newsletter:before {
        left: -260px;
        width: 350px;
    }

    .section-newsletter:after {
        right: -250px;
        width: 350px;
    }

    .newsletterform {
        width: 90%;
    }

    .section-newsletter .heading_title {
        font-size: 28px;
        margin: 0px 0 35px 0;
    }

    .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: 30px;
    }

    .padd_bottom {
        padding-bottom: 60px;
    }

    .contact_form_wrap h6 {
        font-size: 28px;
        margin: 35px 0 20px 0px;
    }

    .contact_form_wrap h2 {
        font-size: 27px;
        margin-bottom: 20px;
    }

    .contact_box_item:after {
        height: 50%;
        right: -10px;
    }

    .form_wrapper form {
        margin-top: 25px;
    }

    .contact_wrap h2 {
        font-size: 21px;
    }

    .contact_box_item h5 {
        font-size: 19px;
        margin: 10px 0 10px 0;
    }

    h1.gallery-title {
        font-size: 37px;
    }

    .store_text:before {
        top: -28px;
        width: calc(100% + 55px);
        height: calc(100% + 55px);
        left: -28px;
    }

    .store_text {
        margin-left: 0px;
        padding-right: 0;
        margin-top: 40px;
    }

    .store_text h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .home_insta h2:before {
        width: 44%;
    }

    .home_insta:after {
        width: 280px;
        height: 280px;
        right: -170px;
    }

    .home_insta:before {
        width: 180px;
        height: 220px;
        left: -85px;
        top: 40px;
    }

    .home_insta h2 {
        font-size: 50px;
        padding-left: 33%;
    }

    .about_img {
        padding: 100px 0px 0px 0px;
    }

    .about_bg {
        height: 48vh;
    }

    .box_banner_1 h2 {
        font-size: 42px;
        line-height: 38px;
    }

    .featured_categories h1 {
        font-size: 40px;
    }

    .category_box.first {
        width: calc(100% - 40px);
    }

    .category_box.sec {
        width: calc(100% - 50px);
        margin-left: 25px;
    }

    .category_box.third {
        width: calc(100% - 50px);
        margin-left: 25px;
        margin-bottom: 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: 30px;
        height: 30px;
    }

    .vertical_align_center {
        flex-direction: column;
    }

    #toptop_bar .sales-info {
        text-align: center;
    }

    #toptop_bar .elta-info {
        text-align: center;
        margin-top: 3px;
    }

    .main_footer .auto-clear .col-xs-6:nth-child(odd) {
        clear: both;
    }    

    .page-stats {
        width: 40%;
        font-size: 17px;
    }

    .page-navigation img {
        width: 9px;
    }

    .page-navigation .prev_btn img {
        width: 9px;
        left: -1px;
        position: relative;
    }

    .products-page {
        margin-bottom: 50px;
        padding-top: 40px;
    }

    .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, .page-navigation .prev_btn a {
        background-size: 40px;
        width: 40px;
        height: 40px;
    }

    .pagination.bottom .pages {
        padding-top: 30px;
        margin-left: 15px;
    }

    .contact_info_right {
        padding: 50px 0px 50px 70px;
    }

    .page-navigation a, .page-navigation span.current {
        padding: 7px 14px;
    }

    .contact_info_right:before {
        left: 35px;
    }

    .contact .button.thin-bg-dark {
        font-size: 17px;
        padding: 13px 45px !important;
        margin-top: 20px;
    }

    .contact_form_wrap {
        padding: 65px 0;
    }

    .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: 26px;
        font-size: 16px;
    }

    div.submit {
        margin: 25px 0 0 0;
    }

    .content p {
        line-height: 26px;
        margin: 10px 0px 10px 0;
        font-size: 16px;
    }

    .btn-primary {
        padding: 15px 45px;
        font-size: 17px;
    }

    .content h5 {
        font-size: 16px;
    }

    .best-sellers, .private_collection {
        padding: 70px 0px;
    }

    .wishlist-btn {
        right: 15px;
        top: 25px;
    }

    .wishlist-btn img {
        width: 22px;
    }

    .store_link.mob {
        bottom: 30px;
        right: 5%;
        font-size: 14px;
        padding: 10px 20px;
    }

    .fyllo_1 {
        width: 220px;
        height: 220px;
        right: -120px;
        top: 20px;
    }

    .footer-social {
        padding-top: 10px;
    }

    .copyright ul li {
        padding-left: 22px;
    }

    .copyright {
        text-align: center;
    }

    .hero.section-newsletter .heading_title {
        font-size: 25px;
    }

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

    .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: 16px;
    }

    .catalog.products .product_box {
        margin: 10px 0 30px 0;
    }

    .blog_subtitle p {
        font-size: 19px;
        line-height: 28px;
    }

    .block {
        width: 29%;
        margin-right: 20px;
    }

    .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;
    }

    .slider_container .content_text {
        padding: 35px;
    }

    .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;
    }

    .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 h3 {
        font-size: 18px;
    }

    h1.page_title {
        font-size: 32px;
    }

    .breadcrumb-section:before {
        display: none;
    }

    p {
        font-size: 16px;
        line-height: 28px;
    }

    .pages.view .content p {
        line-height: 25px;
        font-size: 16px;
    }

    .breadcrumb a span, .breadcrumb span {
        font-size: 16px;
    }

    #mobile-nav .panel-heading .user_link span, #mobile-nav .panel-heading .wishlist_link span {
        font-size: 16px;
    }

    .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;
    }

    /* .top_icons .cd-login-trigger.top_icon {
        width: 25px;
        height: 25px;
        margin-left: 10px;
    } */

    .top_icons .cd-menu-trigger.top_icon {
        width: 35px;
        height: 25px;
        background-size: 35px;
        margin-left: 15px;
    }

    #header {
        padding: 0 0px;
    }

    h1.page_title span, .pages.contact h1.page_title span{
        padding: 0 0px;
    }

    .nix-main-menu-container .panel-group .panel-title a {
        font-size: 14px;
    }

    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;
    }

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

    .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; */
    }

    .top_icons .cd-wishlist-trigger.top_icon {
        display: none;
    }

    /* .top_icons .cd-cart-trigger.top_icon {
        width: 28px;
        height: 28px;
    } */

    /* .cd-search-trigger .search_icon img {
        width: 27px;
        height: 27px;
    } */

    .cd-search-trigger .search_icon {
        top: 3px;
    }

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

    /* .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 a {
        display: none;
    }

    #navi a.cd-menu-trigger {
        display: block;
        margin-left: 0;
    }

    #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;
    }

    .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;
    }

    .hvr-wobble-vertical {
        width: 15px;
    }

    #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 .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 .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-card .previous {
        font-size: 28px;
    }
    
    .btn-basket {
        font-size: 16px;
        background-position: 25px 14px;
        background-size: 24px;
    }

    .product-card .price_add {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .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-list h2 {
        font-size: 23px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .product-full {
        padding-bottom: 80px;
    }

    .section_tips .flex_center {
        flex-direction: column;
    }

    .section_tips h2 {
        font-size: 25px;
        margin-bottom: 30px;
        line-height: normal;
        padding: 0 15px;
    }

    .section_tips {
        padding: 90px 0 40px 0;
    }
    
    .section_tips p {
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-basket {
        margin-top: 10px;
    }

    .add_cart {
        width: 100%;
    }

    .product-actions .minus, .product-actions .plus, .cart .minus, .cart .plus {
        padding: 10px 15px;
    }

    .product-basket {
        width: 100%;
    }

    .form-options label {
        font-size: 17px !important;
    }

    .quantity-input span {
        font-size: 17px;
    }

    .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: 35px;
    }

    .best-sellers, .private_collection {
        padding: 60px 0px;
    }

    .product-options h1 {
        font-size: 27px;
    }

    .product-card .attributes_right {
        font-size: 21px;
    }

    h1.heading_title:after {
        width: 80%;
        bottom: -20px;
    }

    .best-sellers .flex .heading_container {
        margin-bottom: 0;
    }

    .menu_column {
        display: none;
    }

    .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%;
    }
   
    .nl-button {
        margin-top: 25px;
    }

    .section-newsletter {
        padding-top: 0px;
    }

    .newsletterform {
        width: 70%;
        align-items: center;
        flex-direction: column;
    }    
    
    .desktop-search {
        /* display: none; */
        margin: 0;
    }
    
    .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: 65px;
    }     
        
    .top_icons.left {
        float: left;
    }
    
    .header.cd-menu-header {
        display: none;
    }
    
    .footer_copyright p {
        text-align: center;
    }
    
    #wapp {
        float: none;
        margin-top: 5px;
    }
    
    #wapp a {
        margin: 0 auto;
    }

    .extra_info {
        display: block;
    }

    .footer_mob {
        padding: 55px 30px 10px 30px;
    }

    .footer_box.footer_logo:before, .footer_box.footer_logo:after {
        display: none;
    }

    .footer_box h5 {
        width: 80%;
    }

    ul.footer_menu li {
        margin-bottom: 10px;
        font-size: 17px;
    }

    .footer_box.bank_icons {
        padding-bottom: 20px;
        padding-top: 15px;
    }

    .copyright ul {
        display: none;
    }

    .bank_icons img {
        margin: 8px 10px 8px 10px;
    }
    
    .checkout-navigation h1 {
        font-size: 1.8em;
    }
    
    .btn-back {
        margin-bottom: 15px;
    }
    
    ul.tabs>li {
        font-size: 21px;
    }

    .filter-img {
        width: 35%;
    }

    .block.sort h4 {
        min-width: 170px;
        padding: 12px 50px 12px 10px;
    }

    .filter-img a img {
        width: 12px;
        top: 18px;
        right: 15px;
    }

    .cd-filter-block h4::before {
        width: 12px;
    }

    .block.sort h4:after {
        width: 12px;
        height: 12px;
    }
    
    .cd-filter-block {
        display: none;
    }
    
    .cd-filter-trigger span {
        /* padding: 15px 20px;
        font-size: 18px;
        font-weight: bold;
        color: #454545;
        background: #ffffff;
        border-radius: 0;
        border: 2px solid; */
    }
    
    p.established {
        position: absolute;
        top: -35px;
        left: 120px;
    }

    ul.side_nav {
        padding: 15px 15px;
    }

    ul.side_nav li a {
        font-size: 15px;
    }

    .filter-img a {
        padding: 8px 10px;
    }
    
    .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 {
        margin-bottom: 30px;
    }

    .footer_box.last {
        margin-right: 0;
        margin-top: 30px;
    }
    
    .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;
    }

    .product_box .title h3 {
        font-size: 18px;
    }

    .top_icons_column {
        margin-right: 17px;
    }
    
    .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;
    }

    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;
    }

    .brand_home {
        padding: 0px 20px;
        min-height: 100px;
    }
    
    .product-preview-image img.img-responsive {
        max-width: 100%;
        margin: 0 auto;
    }
    
    .nl-button::before {
        display: none;
    }
    
    .nl-button::after {
        display: none;
    }
    
}
@media (max-width:575px) {
    #search {
        top: 120px;
    }
    /******** HOMEPAGE *******/
    .profile_intro .profile_highlight p { font-size: 30px;  line-height: 45px; }
    .product_box_container{width:100%}
    .product_title_home h5 { min-height: auto;padding-bottom: 10px; }

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

    /******** PRODUCT VIEW *******/
    .product_details .align-columns { flex-direction: column;}
    .product_details h6.product_title {  margin-right: 0;}
    .product_details h5 { font-size: 34px; line-height: 43px; margin-bottom: 30px;}
    .product_details h6 { font-size: 27px;}
    .dosage_details img { width: 130px;}
    .product_dosage h6::before, .product_instructions h6::before, .product_info h6::before {height: 24px; width: 35px; margin-left: 20px;margin-right: 15px;}
    .extra_information .table ul li{font-size: 16px;}
    .extra_information .table_details p {line-height: 23px; text-align: center;} 
    .product_dosage h6, .product_instructions h6, .product_info h6 { font-size: 24px;}
    .product-options {width: 100%; }
    .product-actions{flex-wrap: wrap;}
    .icons_list .border {
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
        margin: 0 25px;
        width: auto;
        padding: 15px 0;
    
    }
    .icons_list ul {
        justify-content: center;
        flex-wrap: wrap;
    }
    .icons_list .border li {
        padding: 0 20px 30px 20px;
    }    
    .icons_list .border ul li img {
        height: 80px;
        width: 80px;
    }


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

    .top_icons .cd-login-trigger.top_icon {
        width: 35px;
        height: 35px;
        margin-left: 6px;
    }

    .top_icons .cd-cart-trigger.top_icon {
        width: 35px;
        height: 35px;
    }
    .top_icons .top_icon {
        margin-left: 7px;
    }
    .cd-search-trigger .close_search img {
        width: 30px;
        height: 25px;
    }
        
}

@media (max-width:549px) {
    /********* HOMEPAGE ***********/
    .main_banner {height: 45vh; }
    .main_banner .slider_container a.more { font-size: 16px;}
    .main_banner .slider_container { margin-top: 0;margin-bottom: 35px;}
    .main_banner .swiper-container h1 { padding-bottom: 25px; }

    /********* PRODUCT VIEW *********/
    .btn-basket { font-size: 15px;  background-position: 14px 12px; padding: 15px 30px 15px 50px;}
   

    /********* DYNAMIC PAGES ************/
    .pages_body {padding: 10px 0 30px 0;}
    .dynamic_content h2 {display: block; font-size:22px}
    .dynamic_content h2 small {margin-bottom: 10px;width: 60px; height: 60px; font-size: 27px;}
    .dynamic_content p {font-size: 17px;}
    .dynamic_content span.underline { font-size: 18px;}
    .no_banner h1.page_title { font-size: 35px; }



    .page_header {
        height: 25vh;
    }
    .header_icons{padding-right:0}
    .top_icons_column {
        margin-right: 0;
    }

    .main_banner .swiper-button-prev {
        right: auto;
    }

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

    .section_tips .tip_num {
        font-size: 20px;
        margin: 0 auto 10px auto;
    }

    .section_tips:before {
        background-size: 85px;
        width: 85px;
        height: 85px;
    }

    .section_tips h2 {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .content ul li {
        padding: 2px 0 2px 22px;
    }

    .box_right {
        height: 460px;
        width: 460px;
    }

    .main_banner .swiper-pagination-bullet {
        width: 18px;
        height: 16px;
        background-size: 18px;
    }

    #search {
        top: 115px;
    }

    #search-box {
        font-size: 15px;
    }

    #swiper_testimonials p {
        /* font-size: 25px;
        width: 95%;
        padding-top: 50px; */
    }

    .home_testimonials .swiper-pagination {
        margin-top: 20px;
    }

    #swiper_testimonials h2 {
        font-size: 18px;
        padding-bottom: 30px;
    }

    #swiper_testimonials p:before {
        background-size: 45px;
        width: 45px;
        height: 45px;
        left: 5px;
    }

    #swiper_testimonials p:after {
        background-size: 45px;
        width: 45px;
        height: 45px;
        right: 15px;
        bottom: -55px;
    }

    .footer_logo img {
        width: 150px;
    }

    .footer_box h5 {
        width: 100%;
        font-size: 22px;
    }

    .pagination.bottom .pages {
        margin-left: 0px;
    }

    .contact_info h2 {
        font-size: 23px;
    }

    .contact_info {
        padding: 25px 0px 0 0;
    }

    .contact_wrap h1 {
        font-size: 35px;
    }

    .brands.home .brand_home {
        padding: 0px 10px;
    }

    .brand_home img {
        max-width: 120px;
    }

    .featured_categories h1 {
        font-size: 37px;
    }

    .brand_home {
        min-height: 100px;
    }

    .new-info {
        font-size: 14px;
    }

    .box_banners {
        margin: 0px 0px 35px 0;
    }

    .box_text p {
        padding: 0px 40px 40px 40px;
        width: 100%;
        font-size: 17px;
        line-height: 32px;
    }

    .box_left.right .box_text h2 {
        padding: 15px 45px 15px 70px;
    }

    .box_text {
        padding-top: 230px;
    }

    .box_left.right .box_text p {
        padding: 0px 40px 40px 40px;
    }

    .box_text h2 {
        font-size: 24px;
        top: -25px;
        padding: 15px 55px 15px 70px;
    }

    .box_banner h2 {
        font-size: 35px;
    }

    .box_banner.third p {
        width: 75%;
    }

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

    .box_info h4 {
        font-size: 18px;
        margin-top: 15px;
    }

    .box_info {
        margin: 15px 0;
    }

    .box_info p {
        font-size: 16px;
        line-height: 23px;
    }

    li.languages {
        font-size: 16px;
    }

    .footer_copyright p {
        font-size: 15px;
    }

    #wapp {
        margin-top: 10px;
    }

    .blog_thumb {
        margin-bottom: 25px;
        margin-left: 0px;
        width: 100%;
    }

    .blog_subtitle p {
        font-size: 18px;
        line-height: 27px;
    }

    .blog_subtitle {
        margin-bottom: 40px;
    }

    .contact_form_wrap {
        padding: 55px 0;
    }

    .contact_info_right {
        padding: 45px 0px 40px 60px;
    }

    .contact_info_right:before {
        left: 30px;
    }

    .contact_info:after {
        background-size: contain;
    }

    .contact_form_wrap h2 {
        font-size: 25px;
    }

    .contact_social img {
        width: 24px;
        margin-right: 15px;
    }

    .contact_social img.facebook {
        width: 13px;
    }

    .contact_box_item:after {
        height: 1px;
        width: 80%;
        right: 0;
        bottom: 0;
        top: auto;
        transform: none;
        left: 0;
        margin: 0 auto;
        border-right: none;
        border-bottom: 1px solid #ccc;
    }

    .dynamic_content h5 {
        font-size: 18px;
        margin: 15px 0 5px 0;
    }

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

    .dynamic_content p {
        margin: 5px 0;
    }

    .store_text p {
        line-height: 27px;
        font-size: 17px;
    }

    .home_insta:before, .home_insta:after {
        display: none;
    }

    .store_text h2:after {
        right: -10px;
        width: 260px;
    }

    .store_text h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .button {
        padding: 15px 30px;
        font-size: 16px;
    }

    .home_insta h2 {
        font-size: 45px;
        padding-left: 0;
        width: 100%;
        text-align: right;
    }

    .home_insta h2:before {
        width: 57%;
        bottom: 10px;
    }

    .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 {
        background-size: 48px;
    }

    .featured_categories h1 {
        margin-bottom: 45px;
    }

    #language_mob {
        top: 5px;
    }

    .cd-menu-trigger.nav-open {
        width: 33px;
        height: 33px;
        background-size: 33px;
    }

    .newsletterform {
        flex-direction: column;
        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;
    }

    .store_text:before {
        width: calc(100% + 30px);
        height: calc(100% + 30px);
        left: -15px;
        top: -15px;
    }

    .home_store:before {
        top: 40px;
    }

    .home_store:after {
        width: 60%;
        height: 35%;
        top: auto;
        bottom: 35px;
    }

    .about_bg {
        height: 42vh;
    }

    .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: 25px;
    }

    .product-card .option-row select {
        font-size: 16px;
    }

    .product-card .previous {
        font-size: 24px;
    }

    .product_box .title h3 {
        font-size: 22px;
    }

    .size_guide {
        margin: 15px auto 20px auto;
    }

    .page-stats {
        width: 100%;
        text-align: center;
        float: none;
    }

    .page-navigation {
        width: 100%;
        justify-content: center;
    }

    .store_text h1 img {
        width: 210px;
    }

    .products-page {
        margin-bottom: 30px;
        padding-top: 40px;
    }   
    
    .store_text h2 {
        font-size: 30px;
    }

    ul.footer_menu {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    ul.footer_menu li {
        margin-bottom: 10px;
    }

    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;
    }

    .fakoi_btn {
        width: 100%;
    }

    .add_cart {
        width: 100%;
    }

    .featured_categories {
        padding: 60px 40px 30px 40px;
    }   
    
    .add_wishlist .wishlist-btn {
        font-size: 16px;
    }

    .product-list {
        margin: 50px 0px 0 0;
    }

    .product-list ul li {
        font-size: 17px;
        line-height: 30px;
        padding: 3px 0 3px 20px;
    }

    .product-list h2 {
        font-size: 21px;
        padding-bottom: 12px;
        margin-bottom: 15px;
    }

    .product-preview.details .social-buttons-view span.share .devide {
        font-size: 18px;
    }

    .product-preview.details .social-buttons-view span {
        font-size: 16px;
    }

    .btn-basket {
        width: 95%;
    }

    .modal.brand_modal .modal-dialog {
        width: 90%;
        margin: 0 auto;
        margin-top: 21px;
    }

    .product-preview.details .social-buttons-view a img.facebook {
        width: 12px;
    }

    .product-preview.details .social-buttons-view a img.instagram {
        width: 24px;
    }

    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;
    }

    .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;
    }

    .elements-contact img {
        margin-top: 30px;
    }

    .content h3 {
        font-size: 17px;
    }

    .big_banner.mobile {
        display: block;
        height: 85vh;
    }

    .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 {
        margin-left: -10px;
    }
    .top_icons {
        top: 10px;
        position: relative;
    }

    .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;
    }

    .footer_box {
        margin: 15px 0;
    }

    .info_footer_container.footer_schedule {
        width: 100%!important;  
    }

    #footer {
        padding-top: 50px;
    }

    .footer_box.footer_logo {
        margin-bottom: 25px;
    }

    .footer_box.footer_logo p {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .row.m-0{
        margin: 0;
    }

    .lSAction>.lSPrev {
        right: 85px;
    }

    .footer_box.bank_icons {
        padding-bottom: 10px;
        padding-top: 20px;
    }

    .lSAction>.lSNext {
        left: 100px;
    }

    .lSSlideOuter .lSPager.lSGallery li {
        width: 70px!important;
    }

    .product-card .product-options-quantity .form-control {
        font-size: 17px;
    }

    .product-options h1 {
        font-size: 25px;
    }

    .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;
    }

    .pages.view .content p {   
        line-height: 25px;
        font-size: 15px;
    }

    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;
    }

    .hide_mobile{
        display: none;
    }

    #swiper_brands .swiper-slide {
        /* padding: 48px; */
        justify-content: center;
    }

    #swiper_collection_images {
        height: 40vh;
    }

    #swiper_insta .swiper-slide.swiper-slide-active{
        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: 50px 0px 50px 0;
    }

    .footer_box.bank_icons {
        margin-top: 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .checkout-navigation h1 .first-word {
        font-size: 27px;
        line-height: 33px;
    }

    .prod_avail.code {
        margin: 0;
    }
    .prod_avail.code p {
        font-size: 14px;
    }

    .prod_avail.availability  p {
        font-size: 14px;
    }

    .prod_avail.description p {
        line-height: 20px;
        font-size: 16px;
    }

    .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: 28px;
    }

    .breadcrumb a span, .breadcrumb span {
        font-size: 15px;
    }

    .contact_box_item .info {
        font-size: 14px;
    }

    .contact_box_item .info a {
        font-size: 14px;
    }

    h2.title {
        font-size: 21px;
    }

    .hero.section-insta .follow-us .inner-text-follow-us {

        left: calc(50% - 50px);
    }

    section.private_collection .private_collection_headings {
        padding: 37px 12px;
        background: black;
    }

    .nl-button {
        font-size: 17px;
    }

    #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;
    }

    .fyllo_2 {
        display: none;
    }

    .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;
    }

    .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;
    }

    h1.heading_title {
        font-size: 30px;
        padding-top: 55px;
    }

    .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%;
        /* top: 90px;
        height: calc(100vh - 90px); */
        z-index: 99;
    }
    
    .cd-cart .cd-go-to-cart {
        margin: 5px 0 0px 0;
    }
    
    ul.tabs>li {
        font-size: 20px;
    }

    .product-preview-image {
        padding: 30px 0 0 0;
    }
    
    .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;
        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;
    }
    
    .title_box h2.home_title::after {
        /* top: 6px; */
    }
    
    .title_box h2.home_title::before {
        /* top: 6px; */
    }
    
    .pages.home .cd-login-trigger {
        /* display: none; */
    }

    #logo, .pages.view.about #logo {
        width: 100%;
        height: 85px;
    }

    .top_icons_column {
        top: -10px;
        position: relative;
    }

    .pages.home .mobile_menu_icons .cd-login-trigger{
        display: block;
    } 
    
    .cd-login-trigger {
        /* display: none; */
    }



    .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;
    }

    .vertical_banner_text span {
        font-size: 24px;
        background-size: 34px;
    }

    .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;
    }
  
    .cd-cart-trigger.top_icon {
        /* display: none; */
    }

    .cd-wishlist-trigger.top_icon {
        /* display: none; */
    }

    .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;
    }
    
    /* .slider_container .content_text {
        padding-left: 0px;
        padding-right: 20px;
        width: 100%;
        margin-left: 0;
        text-align: left;
        margin-top: 16%;
        background: none;
    } */

    .swiper-container .right_divider_container .right_divider {
        float: left;
    }
    
    .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; */
    }

    .boxes .box-final .banner_title {
        font-size: 36px;
        margin-left: 5px;
    }

    .swiper-controls {
        display: flex;
        justify-content: center;
    }

    .fyllo_1 {
        display: none;
    }

    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;
        border-top: 1px solid grey;
        padding-top: 13px;
        border-left: none;
        padding-left: unset;
    }

    .hero.section-newsletter {
        padding: 65px 0;
    }

    .hero.section-newsletter .newsletter-col {
        padding: 40px 0px 70px 0;
        background-position: 0 220px;
    }

    .section-newsletter:before {
        left: -120px;
        width: 280px;
        height: 140px;
        background-size: contain;
        bottom: 20px;
        top: auto;
    }

    .section-newsletter:after {
        right: -100px;
        width: 280px;
        height: 180px;
        background-size: contain;
        top: -70px;
    }

    .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;
    }

    .block {
        width: calc(49% - 20px);
        margin-bottom: 20px;
    }

    .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) {
    .header_message p {font-size: 13px;}
    #search {
        top: 115px;
    }
    h2.home_category_title {
        width: 100%;
        text-align: center;
        line-height: 32px;
        font-size: 20px;
    }
    .checkbox input.form-control[type="checkbox"] { margin-left: 0px;}
    .main_banner .swiper-slide.mobile{display: block;}
    .main_banner .swiper-slide.desktop{display: none;}
    /********** FOOTER ***********/
    .footer_box img {max-width: 160px;}
    .primebiosciences_logo img {max-width: 140px;  width: 100%; }
    .links-triggerOne:after, .links-triggerTwo:after, .links-triggerThree:after {top: 7px;}
    .copyright p {line-height: 20px;padding-bottom: 20px;}

    /********** CHECKOUT ***********/
    select.form-control{margin-bottom: 20px;}
    .checkout_help_container{margin-top:30px}
    .coupon .btn-primary { font-size: 15px;}
    .checkout-summary-wrap .form-control {padding: 17px 5px 17px 12px;}
    .help-block.text-danger {bottom: -5px;}

    /********** HOMEPAGE ***********/
    .main_banner .swiper-pagination-bullet {width: 12px; height: 12px;  background-size: 12px;}
    .main_banner .swiper-slide {background-size: contain; height: 47vh; background-position: top center;}
    .main_banner {position: relative; height: 45vh; overflow: hidden; background: #214b57;}
    .main_banner:after {height: 100%;width: 100%;background: none;}
    .main_banner .swiper-container h1 { max-width: 100%; font-size: 21px; line-height: 30px; text-align: center; padding-bottom: 15px;}
    .main_banner .slider_container {background: #214b57;bottom: -24vh; position: absolute;  z-index: 9; height: 45vh;align-items: center;justify-content: flex-start;margin-top: 60px;padding: 0 10px;  }
    .slider_container {
        position: absolute;
        padding-top: 0;
        bottom: -20vh;
        height: 20vh;
        display: flex;
        margin-bottom: 10px;
    }
    .slider_container .content_text {
        margin: auto 18px;
    }
    .main_banner .slider_container a.more { margin-top: 0; padding: 14px 30px;}     
    .swiper-slide { height: 45vh;}
    .profile_intro .profile_highlight p { font-size: 22px; line-height: 33px;}
    .profile_intro .section_intro p { font-size: 18px; line-height: 32px;}
    .product_title_home h3 { font-size: 22px; }
    .add_basket.cus a {
        padding: 10px 3px 10px 3px;
        font-size: 14px;}

    /********** PRODUCT VIEW ***********/
    .product-preview-image {padding: 0;}
    .product-view .circle-wrapper { width: 240px; height: 240px;  }
    .product-options h3 {font-size: 18px;line-height: 25px;}
    .product-card .price_add {margin-top: 10px;}
    .product-card .price span { font-size: 22px; }
    .product-basket {align-items: flex-start;}
    .product_details h5 { font-size: 27px; line-height: 35px;}
    .product_details h6 { font-size: 24px;}
    .product_details p { font-size: 18px; line-height: 32px;margin-top: 8px;}
    .product_details{padding: 25px 5px 50px 5px;}
    .product_details h6.product_title strong {font-size: 25px;}
    .product-full{padding-bottom: 45px;}
    .product_dosage h6::after, .product_instructions h6::after, .product_info h6::after{ height: 25px;  width: 25px;right:7px;}
    .product_dosage h6.is-visible::after, .product_instructions h6.is-visible::after, .product_info h6.is-visible::after{height:2px; width: 25px;right: 7px;}
    .dosage_details { flex-direction: column;}
    .product_dosage h6::before, .product_instructions h6::before, .product_info h6::before{height: 27px; width: 17px; margin-left: 10px; margin-right: 12px;display: none;}
    .product_dosage h6, .product_instructions h6, .product_info h6 {font-size: 17px; padding-left: 9px;}
    .extra_information .table ul li {  font-size: 14px;}
    .dosage_details p { padding-right: 0; text-align: center; line-height: 28px;}
    p.grey_label {width: 100%;}
    .dosage_details img { width: 100%; padding: 17px 27%;}
    .view_content {padding: 20px 15px;}
    .extra_information {padding: 65px 0;}
    .product_dosage .table ul li {font-size: 13px; }
    .product-options h4 {font-size:15px}
    .icons_list .border {margin: 0}

    /********** DYNAMIC PAGES ***********/
    .pages_body { padding: 10px 0 30px 0;}
    .pages_header { height: 17vh;}
    .pages_header_fg h1 { font-size: 25px;}
    .dynamic_content { padding: 0 25px;}
    .dynamic_content h2 {font-size: 21px;}
    .dynamic_content p {font-size: 16px; line-height: 26px;}
    .dynamic_content ul li {font-size: 16px; line-height: 26px;}
    .dynamic_content span.underline { font-size: 17px;}
    .dynamic_content p span strong { font-size: 21px;}
    .no_banner h1.page_title {font-size:25px}
    .boxnow_icons {display: grid}
    .boxnow_icons img { width: 100%; min-width: 220px;}
    .dynamic_content.single img.iris{width: 100%; max-width: 180px;}

    .content ul li { padding: 2px 0 2px 0px; }
    .content ul li:before {height: 12px; width: 25px; background-size: 20px;}

    /****** CONTACT PAGE *******/
    .contact_box_item p, .contact_box_item a{font-size: 14px; line-height: 25px; padding: 0 10px;}
    .contact_wrap h2 {font-size: 18px;}
    .contact_info_bottom {margin-top: 45px;}
    #map {height: 45vh; margin-bottom: 60px;}
    .contact_box_item { margin: 0; border-radius: 0;padding: 25px 0;  border-top: 1px solid #fff;}
    .contact_box_item.first {border-top-right-radius: 30px;border-top-left-radius: 30px;}
    .contact_box_item.last {border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;}

    .page_header {
        height: 17vh;
    }
    .contactform div.submit {
        float: none;
        margin-right: 0;
        display: flex;
        justify-content: center;
    }
    .button_mobile {
        display: flex;
        justify-content: center;
    }
    .form_wrapper{
        border:none;
        padding: 20px 0px 20px 0px;
    }
    textarea.form-control {
        margin-top: 0;
    }
    .form-group {
        padding: 0;
    }
    .contact-form-section{
        padding-right: 0;
        padding-left:0
    }
    .submit_row {
        flex-direction: column;
    }
    .submit_row p {
        text-align: center;
        padding-bottom: 10px;
        padding-left: 0;
        padding-top: 20px;
    }
    .top_icons .cd-login-trigger.top_icon {
        width: 25px;
        height: 28px;
        margin-left: 3px;
    }
    .btn-er a{
        font-size: 13px;
    }
    .page-navigation {
        margin-bottom: 15px;
    }

    .button.driveme {
        padding: 15px 30px;
        font-size: 16px;
    }

    .section_tips .tip_num {
        font-size: 18px;
        margin: 0 auto 10px auto;
        width: 45px;
        height: 45px;
    }

    .section_tips p {
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
        line-height: 25px;
    }

    .product-options {
        width: 100%;
    }

    .product_box .box_details {
        min-height: auto;
    }

    .filter-img a {
        font-size: 17px;
    }

    .cd-filter-block h4 {
        padding: 10px 10px;
    }

    .cart-empty p {
        margin-bottom: 30px;
        font-size: 16px;
    }

    .cart-empty h2 {
        font-size: 18px;
    }

    .dynamic_content.single {
        margin-top: -25px;
    }

    .contact_box_item img {
        width: 19px;
    }

    .contact_box_item span {
        font-size: 17px;
    }

    .box_left.right .box_text h2 {
        padding: 15px 40px 15px 60px;
    }

    .box_left.right .box_text p {
        padding: 0px 30px 30px 30px;
    }

    .box_text p {
        padding: 0px 30px 30px 30px;
        font-size: 17px;
        line-height: 28px;
    }

    .box_left .button {
        margin: 30px auto 0 auto;
    }

    .box_banners .padd {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .box_text h2 {
        font-size: 22px;
        padding: 15px 40px 15px 60px;
    }

    .box_right {
        height: 410px;
        width: 410px;
    }

    .swiper-slide .product-info {
        padding: 10px;
    }

    #swiper_testimonials p {
        /* font-size: 22px;
        width: 100%; */
    }

    .box_info p {
        padding-top: 15px;
    }

    .home_testimonials .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        background-size: 16px;
        margin: 0 5px;
    }

    ul.footer_menu li {
        margin-bottom: 8px;
        font-size: 16px;
    }

    .footer_box h5 {
        font-size: 20px;
        line-height: 30px;
    }

    .footer_logo .footer_social img {
        width: 37px;
        margin: 0 10px;
    }

    .footer_logo img {
        width: 135px;
    }

    .page_header.product_header {
        padding: 12px 0 25px 0;
    }

    .content ul li {
        line-height: 25px;
        font-size: 15px;
    }

    .best-sellers, .private_collection {
        padding: 55px 0;
    }

    .box_img_mob {
        display: block;
        width: 100%;
        border-radius: 15px;
    }

    .box_banner.first, .box_banner.sec, .box_banner.third {
        height: auto;
        background: none;
    }

    .box_banner a.more {
        padding: 12px 35px;
        font-size: 16px;
    }

    .box_banner.third p {
        width: 80%;
        top: 70px;
        font-size: 15px;
        line-height: 25px;
    }

    .box_banner h2 {
        font-size: 30px;
    }

    .main_banner .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 10px;
    }

    .section-info {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-info .col-xs-6 {
        width: 100%;
    }

    .top_icons_column {
        margin-right: 5px;
    }

    #toptop_bar .shippings {
        font-size: 11px;
    }

    .top_icons .top_icon span.badge {
        right: -12px;
    }

    .cd-search-trigger .search_icon {
        margin-right: 0px;
    }

    #navi a.cd-menu-trigger {
        margin-left: -10px;
    }

    .cd-menu-trigger {
        width: 35px;
        height: 13px;
        background-size: 35px;
        top: 3px;
        position: relative;
    }
    .cd-menu-trigger.nav-open {
        background-size: 28px;
    }
    #language_mob a { font-size: 18px;}
    #mobile-nav .responsive_main_menu .social_icons img {width: 40px;height: 45px;}
    
    .section-newsletter:before {
        left: -120px;
        width: 260px;
        height: 120px;
    }

    .section-newsletter .heading_title {
        font-size: 25px;
        margin: 0px 0 30px 0;
    }

    .copyright ul li {
        font-size: 14px;
    }

    .footer_box.last {
        margin: 0 auto;
    }

    .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: 15px 35px;
    }

    .well- .return_cart {
        padding: 12px 20px;
        font-size: 16px;
    }

    ul.side_nav li a {
        font-size: 14px;
    }

    .filters-mob .pagination {
        width: 50%;
    }

    .productoptions ul.side_nav.checkboxes li a {
        font-size: 14px;
        line-height: 15px;
    }

    .filter-img a img {
        width: 12px;
        top: 18px;
        right: 10px;
    }

    .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: 10px;
        font-size: 15px;
        margin-top: 15px;
    }

    .contact_form_wrap h6 {
        font-size: 26px;
        margin: 30px 0 15px 0px;
    }

    .contact_wrap h1 {
        font-size: 30px;
    }

    .padd_top {
        padding-top: 50px;
    }

    h2.title {
        margin: 15px 0 20px 0;
        font-size: 23px;
    }

    .contact_info_right {
        padding: 40px 0px 35px 50px;
    }

    .contact_info_right:before {
        left: 22px;
        height: calc(100% - 84px);
    }

    .contact_form_wrap h2 {
        font-size: 23px;
    }

    .dynamic_content h5 {
        font-size: 17px;
    }

    p {
        font-size: 16px;
        line-height: 26px;
    }

    .dynamic_content ul li {
        font-size: 16px;
        line-height: 28px;
        padding: 3px 0 3px 3px;
    }

    .button {
        padding: 15px 25px;
        font-size: 15px;
        margin-top: 25px;
    }

    .store_text h2 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .store_text p {
        line-height: 26px;
        font-size: 16px;
    }

    .about_bg {
        height: 38vh;
    }

    .home_insta h2 {
        font-size: 40px;
    }

    .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 {
        padding-bottom: 85px;  
    }

    h1.heading_title {
        font-size: 28px;
    }

    .featured_categories h1 {
        margin-bottom: 40px;
        font-size: 28px;
    }

    .product-full {
        padding-top: 50px;
    }

    .product-card .option-row {
        flex-direction: column;
    }

    .section_tips {
        padding: 70px 0 35px 0;
    }

    .product-preview.details .social-buttons-view a img.instagram {
        width: 23px;
    }

    .section_tips:before {
        background-size: 80px;
        width: 80px;
        height: 80px;
    }

    .section_tips h2 {
        font-size: 20px;
    }

    .product-card .product-attributes .attributes_right {
        font-size: 16px;
    }

    .form-options {
        margin-right: 0;
        width: 100%;
        margin-bottom: 5px;
    }

    .product-card .size_guide {
        width: 100%;
    }

    .product-options h1 {
        font-size: 27px;
    }

    .featured_categories {
        padding: 55px 0px 30px 0px;
    }

    .product-preview.details {
        margin-top: 10px;
    }

    .cd-wishlist-trigger {
        display: none;
    }

    .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: 50px 20px 10px 20px;
    }

    .footer_box.footer_logo {
        margin-bottom: 20px;
        padding-bottom: 25px;
    }

    .newsletterform {
        width: 80%;
    }

    .footer_box.middle {
        margin-bottom: 20px;
        padding-top: 20px;
        margin-top: 10px;
    }

    .footer_box h6 {
        margin: 10px 0 15px 0;
        font-size: 19px;
        text-align: center;
    }

    .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: #f7bc92;
        font-weight: 700;
        padding: 0 30px;
        position: relative;
    }

    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_pink.svg) no-repeat 0 0;
        width: 15px;
        height: 15px;
        position: absolute;
        margin-top: 7px;
        right: 0;
        transition: all 0.5s ease;
    }

    .footer_box.bank_icons {
        position: relative;
        overflow: hidden;
        display: flex;
        width: 100%;
        padding-top: 30px;
    }

    .bank_icons img.visa_secure {
        width: 20px;
    }

    .bank_icons img.visa {
        width: 30px;
    }

    .bank_icons img.maestro {
        width: 80px;
    }

    .footer_copyright {
        padding: 20px 30px;
    }

    #wapp a {
        width: 75px;
        height: 20px;
    }

    .bank_icons img.mastercard {
        width: 90px;
    }

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

    .bank_icons img.paypal {
        width: 60px;
    }

    .bank_icons img.id_check {
        width: 85px;
    }

    .bank_icons img.xpay {
        width: 40px;
    }

    .bank_icons img.diners_club {
        width: 70px;
    }
    .bank_icons img.diners_protect, .bank_icons img.discover {
        width: 40px;
    }

    .footer_box {
        text-align: center;
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .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 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;
        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%;
    }

    .product_box .title h3 {
        margin-bottom: 0;
    }

    #products .wishlist-btn {
        top: 20px;
    }

    .filter-img {
        width: 50%;
    }

    .products_view .product_box_container {
        width: 100%;
    }

    .product_box .price {
        margin-top: 15px;
    }

    .product_box .price h5 span.before {
        font-size: 16px;
    }

    .product_box .price h5 span {
        font-size: 18px;
    }

    .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: 20px;
        width: 28px;
    }

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

    .top_icons .cd-cart-trigger.top_icon {
        width: 26px;
        height: 26px;
    }

    .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;
    }

    .block.sort h4:after {
        width: 13px;
        height: 13px;
    }

    .featured_categories .main_category.right {
        height: 430px;
    }

    .filter_sorting span.filter_text, .block.sort h4 {
        font-size: 16px;
    }

    .catalog.products .product_box {
        margin: 10px 0 20px 0;
    }

    .page-navigation a, .page-navigation span {
        font-size: 15px;
    }

    .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: 40px 0px 30px 0;
    }

    .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;
    }

    .contact_form_wrap {
        padding: 50px 0 55px 0;
    }

    .info-window-content p.map_title {
        font-size: 17px;
    }

    .contact .button.thin-bg-dark {
        padding: 15px 30px 15px 30px !important;
        font-size: 16px;
        margin-right:0
    }

    .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-basket {
        flex-direction: column;
        margin-left: -20px;
        margin-top: 0;
    }

    .product-card .option-row.quantity-option {
        width: 100%;
        display: block;
    }

    .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_description {
        margin: 20px 0;
        padding: 10px 0;
    }

    .product-card #baseprice {
        font-size: 23px;
    }

    .product-card .attributes_left {
        font-size: 16px;
    }

    .catalog.view .box-content {
        padding: 15px 0px;
    }

    ul.tabs>li {
        font-size: 19px;
    }

    .product_description p {
        font-size: 15px;
        line-height: 24px;
    }

    .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;
    }

    .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;
    }

    .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; */
    }
    
    #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: 20px;
    }
    
    .vertical_banner a.link {
        font-size: 14px;
        padding: 10px 10px;
    }

    .product_box .title h3 {
        font-size: 18px;
    }
    
    .brand_home {
        min-height: 90px;
    }
    
    .brand-logo {
        width: 80px;
        top: 20px;
        text-align: center;
        margin: 0 auto;
    }

    .product-card {
        position: relative;
        padding: 0px 10px;
    }

    .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;
    }

    .breadcrumb>li+li::before {
        margin-top: 0px;
    }
    
    .btn {
        padding: 14px 5px;
        width: 100%;
        font-size: 16px;
    }
    
    .btn.btn-basket {
        /* padding: 15px 15px;
        margin: 0; */
        background-position: 20px 12px;
        padding: 15px 45px;
        /* background-size: 22px; */
    }

    .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;
    }
    
    #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%;
    }

    .home_store .swiper-container-horizontal > .swiper-pagination {
        bottom: 10px;
    }

    .home_store .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        background-size: 16px;
    }

    .home_store .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
        margin: 5px 4px;
    }

    .wrapper iframe {
        margin-bottom: 0px;
    }

    .wrapper iframe {
        height: 460px;
    }

    .dynamic_content h1 {
        font-size: 25px;
    }

    .form-options label {
        font-size: 16px !important;
    }

    .product_box .title h3 {
        font-size: 20px;
        padding-top: 0px;
    }

    p {
        font-size: 15px;
        line-height: 23px;
    }

    .cart-empty h2 {
        font-size: 17px;
    }

    .cart-empty .icon-info {
        width: 45px;
        height: 45px;
        margin: 0 auto 15px auto;
    }

    .content ul li {
        line-height: 23px;
        font-size: 15px;
    }

    .form-control {
        font-size: 13px;
    }

    .form-group {
        margin-bottom: 10px;
    }

    .form_wrapper form {
        margin-top: 20px;
    }

    .contact_box_item span {
        font-size: 15px;
    }

    .contact_box_item img {
        width: 17px;
    }

    #search {
        top: 110px;
    }

    #swiper_testimonials p {
        /* font-size: 20px;
        padding-top: 40px; */
    }

    .home_testimonials .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        background-size: 15px;
    }

    #swiper_testimonials h2:before, #swiper_testimonials h2:after {
        width: 27px;
    }

    #swiper_testimonials h2 {
        font-size: 17px;
        margin: 20px auto 0 auto;
        padding: 0 45px 30px 45px;
    }

    #swiper_testimonials p:after {
        background-size: 40px;
        width: 40px;
        height: 40px;
        right: 5px;
        bottom: -45px;
    }

    #swiper_testimonials p:before {
        background-size: 40px;
        width: 40px;
        height: 40px;
    }

    .footer_box.footer_logo a {
        width: auto;
    }

    .page-navigation {
        margin-bottom: 35px;
    }

    .filter_outer {
        justify-content: center;
        flex-direction: column;
    }

    .contact_wrap h1 {
        font-size: 25px;
    }

    .featured_categories {
        margin: 0 20px;
    }

    #swiper_best_sellers .swiper-slide h4 a, #swiper_new_products .swiper-slide h4 a, #swiper_related .swiper-slide h4 a {
        font-size: 17px;
    }

    .box_banner a.more {
        padding: 10px 25px;
        font-size: 15px;
        right: 10px;
        bottom: 10px;
    }

    .box_text p {
        padding: 0px 20px 30px 20px;
        font-size: 16px;
        line-height: 27px;
    }

    .box_left.right .box_text h2 {
        padding: 15px 30px 15px 50px;
    }

    .box_left.right .box_text p {
        padding: 0px 20px 30px 20px;
    }

    .box_left .button {
        margin: 25px auto 0 auto;
    }

    .box_banners .padd {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .box_left {
        margin-top: -160px;
    }

    .box_text {
        padding-top: 160px;
    }

    .box_text h2 {
        font-size: 20px;
        padding: 15px 25px 15px 50px;
    }

    .box_banner.first, .box_banner.sec {
        margin-bottom: 20px;
    }

    .box_right {
        height: 300px;
        width: 280px;
    }

    .box_banner h2 {
        font-size: 25px;
        top: 12px;
        right: 15px;
    }

    .box_banner.third p {
        display: none;
    }

    .box_info p {
        font-size: 15px;
        line-height: 22px;
    }

    .box_info h4 {
        font-size: 17px;
        margin-top: 12px;
    }

    .languages a.selected_lang {
        font-size: 17px;
    }

    #mobile-nav .responsive_main_menu {
        margin-top: 25px;
    }

    #language_mob {
        top: 0px;
    }

    li.languages {
        font-size: 15px;
    }

    header .col-xs-3 {
        width: 20%;
    }

    header .col-xs-5 {
        width: 60%;
    }

    .top_icons .cd-cart-trigger.top_icon {
        width: 23px;
        height: 23px;
    }

    .top_icons_column {
        right: -10px;
    }

    .top_icons .top_icon {
        margin-left: 6px;
    }

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

    .top_icons .top_icon span.badge {
        right: -4px;
        padding: 3px 4px 3px 4px;
        font-size: 7px;
    }

    #header .main_menu {
        padding: 0px 5px;
    }

    .heading_title br {
        display: none;
    }

    .section-newsletter .heading_title {
        font-size: 22px;
        margin: 0px 0 22px 0;
        padding: 0 15px;
    }

    .product_box_container {
        width: 100%;
    }

    .related_code {
        margin-top: 0;
    }

    .product-actions {
        margin: 15px 0 25px 0;
    }

    .related_products {
        margin-bottom: 10px;
    }

    .product_thumb_img {
        width: 20px;
        height: 20px;
    }

    .quantity-input span {
        font-size: 16px;
    }

    .product-options h1 {
        font-size: 23px;
        margin: 0px 0 10px 0;
    }

    .product-full {
        padding-top: 40px;
    }

    .product-card .option-row {
        padding: 0px 0px 10px 0;
    }

    .section_tips .tip_num {
        font-size: 17px;
        margin: 0 auto 7px auto;
        width: 40px;
        height: 40px;
    }

    .section_tips:before {
        background-size: 75px;
        width: 75px;
        height: 75px;
    }

    .section_tips p {
        padding-bottom: 15px;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 15px;
        line-height: 23px;
    }

    .section_tips {
        padding: 60px 0 25px 0;
    }

    .product-card .option-row select {
        font-size: 15px;
    }

    .section_tips h2 {
        font-size: 18px;
    }

    .tab-content ul li {
        font-size: 16px;
        padding: 1px 0 1px 20px;
    }

    .tab-content ul li:before {
        top: 12px;
        background-size: 12px;
        width: 12px;
        height: 12px;
    }

    ul.tabs>li {
        font-size: 18px;
        width: 100%;
        padding-top: 10px;
    }

    .checkout-navigation h1 .first-word {
        font-size: 20px;
        line-height: 32px;
    }

    .product-card {
        padding: 0px 0px;
    }

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

    .page-stats {
        font-size: 16px;
    }

    .page-navigation img {
        width: 7px;
    }

    .products-page {
        margin-bottom: 0px;
        padding-top: 30px;
    }

    .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 a, .page-navigation span {
        font-size: 16px;
    }

    .page-navigation span.current {
        padding: 10px 18px;
    }

    .page-navigation a, .page-navigation span.current {
        padding: 7px 14px;
    }

    .page-navigation .next_btn a, .page-navigation .prev_btn a {
        background-size: 38px;
        width: 38px;
        height: 38px;
    }

    .pagination.bottom .pages .stats {
        font-size: 16px;
    }

    ul.side_nav li {
        margin: 0px 0 5px 0px;
        padding: 0 0px 5px 0;
    }

    .product_box .title h3 {
        margin-bottom: 10px;
        min-height: auto;
    }

    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;
    }

    .contact_info {
        padding: 0px;
    }

    .contact_info h2 {
        font-size: 21px;
    }

    .page_title_container .hero_bg {
        height: 22vh;
    }

    .contact_form_wrap h2 {
        font-size: 22px;
    }

    .contact_info_right {
        padding: 35px 0px 30px 30px;
    }

    .contact_info_right:before {
        left: 10px;
        height: calc(100% - 75px);
    }

    .brand_home {
        padding: 0px 10px;
        min-height: 80px;
    }

    .cd-cart .inner {
        width: 100%;
    }

    .customers.register form, .customers.account form, .customers.change_password form, .preferences form {
        margin-bottom: 20px;
    }

    .dynamic_content h3 {
        font-size: 16px;
        line-height: normal;
        margin: 10px 0 10px 0;
    }

    .dynamic_content h5 {
        font-size: 16px;
    }

    .dynamic_content p {
        margin: 3px 0;
    }

    .dynamic_img:after {
        top: 20px;
    }

    .store_text h2:after {
        right: -5px;
        width: 200px;
        top: -15px;
    }

    .home_store:before {
        height: 16%;
    }

    .about_img {
        padding: 60px 0px 0px 0px;
    }

    .about_bg {
        height: 25vh;
    }

    .store_text h2 {
        font-size: 23px;
    }

    .home_insta {
        padding: 50px 0px;
    }

    .store_text {
        margin-top: 25px;
    }

    .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: 25px;
    }

    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 {
        font-size: 13px;
    }

    .best-sellers, .private_collection {
        padding: 50px 0;
    }

    .discount-info {
        font-size: 13px;
    }

    h1.heading_title {
        font-size: 23px;
        padding-top: 50px;
    }

    .new-products {
        padding-bottom: 80px;
        margin-top: 30px;
    }

    .featured_categories {
        padding: 45px 0px 35px 0;
    }  
    
    .category_box:after {
        top: 20px;
        left: 20px;
    }

    .category_box {
        margin: 0 10px 50px 10px;
    }

    .category_box h2 {
        padding: 14px 45px 14px 20px;
        background-position: 95%;
        font-size: 17px;
        background-size: 45px;
    }

    .category_box.first, .category_box.sec, .category_box.third {
        margin-bottom: 25px;
    }

    .featured_categories h1 {
        margin-bottom: 35px;
        font-size: 25px;
    }

    .footer_logo img {
        width: 170px;
    }

    .footer_box {
        width: 95%;
    }

    .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: 34px;
        margin: 0 8px;
    }

    a.links-trigger:after, a.links-trigger-2:after, a.links-trigger-3:after, a.links-trigger-4:after {
        width: 11px;
        height: 11px;
    }

    .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 {
        padding: 0 25px;
    }

    .footer_logo img {
        width: 130px;
    }

    .footer_box h5 {
        font-size: 19px;
        line-height: 28px;
    }

    .footer_box h6 {
        margin: 8px 0 10px 0;
        font-size: 17px;
    }

    .footer_mob {
        padding: 45px 15px 10px 15px;
    }

    #wapp {
        margin-top: 0px;
    }

    .newsletter_input input {
        font-size: 15px;
        padding: 8px 0;
    }

    .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;
    }

    #navi a.cd-menu-trigger {
        width: 35px;
        height: 35px;
        background-size: 35px;
    }

    #navi a.cd-menu-trigger.nav-open {
        background-size: 28px !important;
    }

    .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-list {
        margin: 30px 0px 0 0;
    }

    .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;
    }

    .cd-filter-trigger span:after {
        margin-left: 3px;
    }

    ul.side_nav li a {
        font-size: 14px;
    }

    .cd-filter-block h4 {
        font-size: 15px;
        padding: 10px 5px;
    }

    .block {
        width: 100%;
        margin-bottom: 15px;
    }

    .categories ul.side_nav {
        width: 100%;
    }

    .block.sort ul {
        margin-left: 0;
        width: 100%;
        left: 0;
    }

    .products_view {
        margin-top: 30px;
        padding: 0 0px;
    }

    .block.right {
        width: 100%;
    }

    .filter-img a img {
        width: 11px;
    }

    .filters-mob {
        justify-content: space-between;
    }

    .block.sort h4 {
        padding: 11px 25px 12px 10px;
    }

    .filters-mob .pagination {
        width: 48%;
    }

    .filter-img {
        width: 48%;
    }

    .block.sort h4:after {
        width: 10px;
        height: 10px;
    }

    #sidebar {
        margin-right: 0px;
    }

    .block.sort ul.side_nav a {
        font-size: 14px;
        padding: 5px 5px;
    }

    .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;
    }

    .contact_form_wrap p {
        padding-top: 7px;
        font-size: 14px;
        margin-top: 5px;
        line-height: normal;
    }

    div.submit {
        margin: 5px 0 0 0;
    }

    .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 h3.heading_title {
        font-size: 22px;
        padding: 5px 0 0 20px;
    }

    .swiper-button-next {
        left: 70px;
    }

    .swiper-button-prev {
        right: 70px;
    }

    .swiper-button-next, .swiper-button-prev, .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
        background-size: 45px;
        width: 45px;
        height: 45px;
    }

    .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%;
    }

    #toptop_bar .elta-info {
        text-align: center;
        width: 100%;
    }

    #toptop_bar {
        padding: 8px 12px;
    }

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

    #toptop_bar .elta-info a.first:after {
        width: 17px;
    }

    #logo, .pages.view.about #logo {
        width: 130%;
        height: 65px;
        margin-left: -20%;
    }

    .cd-menu-trigger {
        margin-left: -15px;
    }

    .header.cd-main-header {
        margin: 5px 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;
    }

    #dynamic_gallery .grid-item {
        width: 100%;
    }

    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;
    }

    .products_text {
        text-align: center;
    }

    /* .btn {
        padding: 12px 5px;
        font-size: 16px;
    } */

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

    .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 .swiper-pagination-bullet {
        margin: 0 12px;
    }

    #swiper_banners .swiper-pagination {
        margin-top: 25px;
    }

    .main_banner .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        background-size: 15px;
    }

    .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;
    }

    .vertical_banner {
        height: 25vh;
        margin: 0;
    }

    .box_banners .vertical_banner_text {
        margin: 0 0 40px 0;
    }

    .vertical_banner_text span {
        font-size: 20px;
        background-size: 28px;
    }

    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;
    }

    .nl-button {
        margin: 17px auto 0 auto;
        font-size: 16px;
    }

    .section-newsletter:before {
        left: -95px;
        width: 200px;
        height: 100px;
    }

    .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%;
    }

    .newsletterform {
        width: 90%;
    }

    .contact_box h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .footer_copyright {
        padding: 20px 20px;
    }

    .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: 20px;
    }

    h1.page_title {
        font-size: 22px;
    }

    .cd-search-trigger .close_search img {
        width: 19px;
        height: 23px;
        top: 2px;
        right: 3px;
    }

    .block.sort h4 {
        min-width: 100%;
    }

    .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: 22px;
        height: 22px;
    }

    .top_icons .top_icon {
        width: 26px;
        height: 33px;
        background-size: 21px;
    }

    .top_icons .top_icon.cd-menu-trigger {
        width: 32px;
        height: 27px;
        margin-left: 10px;
    }

    .top_icons .top_icon {
        margin-left: 5px;
    }

    .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;
    }

    .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;
        margin-bottom: 5px;
    }

    .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;
    }

    .filters-sort:before {
        top: 125px;
    }

    label.error, .help-block.text-danger{
        bottom: -10px;
    }
}


@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;
    }

    .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;}