@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

.grecaptcha-badge {display:none;}

.beige_bg {
	background: #edeadf;
}

.padd {
    padding: 80px 0;
    position: relative;
    display: block;
    overflow: hidden;
}

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

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

label[for="search-box"] {
    display: none;
}

/* .grey_bg:after {
	content: '';
    width: 100%;
    position: absolute;
    background-image: url(../img/layout/background.jpg);
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 0;
    z-index: 0;
    height: 519px;
    left: 0;
} */

.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; }
:focus { outline: 0px none; }
ol, ul { list-style: none outside none; }
strong{font-weight:bold;}
a{ color: #513629; text-decoration:none;}
a:hover{ text-decoration:none;}
.clear{clear:both;}
.no-gutter > [class*='col-'],  .no-gutter .row > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

p {
    font-size: 18px;
    line-height: 30px;
    color: #513629;
}


.p-t-120 {
	padding-top: 120px!important;
}

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

.no-padding{   padding-right:0;padding-left:0;}
body { font-size: 14px; font-family: "Roboto Slab", serif; color:#000; background:#fff;-moz-box-sizing: border-box;	-webkit-box-sizing: border-box;	box-sizing: border-box; }
#wrapper{		
	background: #fff;
    /* overflow: hidden; */
    position: relative;
}

.cd-main-content{		
	/*padding-top: 30px;*/
}
.cd-main-content::after {
  clear: both;
  content: "";
  display: table;
}

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

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

#top_bar {
	width: 100%;
    height: auto;
    padding: 5px 60px;
    margin: 0;
    background: #FAF5F2;
    color: #000;
    overflow: hidden;
}

.graphic {
    font-family: 'Dancing Script', cursive;
}

.top_message.right {
    text-align: right;
}

.social-icons-top span, .top_message span { 
	font-size: 13px;
    color: #515255;
}
.social-icons-top a {  display:inline-block; margin-top:-5px; color: #515255; }
.social-icons-top img {
    width: 21px;
    position: relative;
    top: 3px;
    display: inline-block;
    margin: 0 8px 0 0px;
}


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

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

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

.top_message img {
	width: 17px;
    position: relative;
    top: 5px;
    display: inline-block;
    margin: 0 8px 0 0px;
}

.social-icons-top {
    padding-right: 0;
}

.top_message.whatsapp img {
    width: 18px;
    margin-right: 8px;
    position: relative;
    top: 5px;
}

.top_message a {
    transition: all 0.3s ease-in-out;
    margin-right: 3px;
}

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

.top_message { text-align:center; margin-top: -2px; padding-left: 0; padding-right: 0; }
.top_message.whatsapp { text-align: right; }

.top_links { text-align:right; color:#434343; }
.top_links a {
    display: inline-block;
    color: #513629;
    font-size: 14px;
    padding: 6px 8px;
    font-weight: 600;
}

.background_shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 100%, rgba(0, 0, 0, 0.2) 70%);
    z-index: 1;
}

#header {  width: 100%; height:auto;  padding: 0px; margin:0; padding:0;position:fixed; z-index:999;}
.header {
    width: 100%;
    height: auto;
    opacity: 1;
    z-index: 111;
    padding: 15px;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 1rem;
    margin-top: 25px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.header_menu {
    text-align: center;
}

.header_menu ul li {
    display: inline-block;
    font-size: 17px;
    padding: 0 15px;
}

.header_menu ul li a {
    color: #513629;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.header_menu ul li a:hover {
    color: #222;
}

#mobile-search{display:none; width: 100%;}
.cart_menu{
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
}
.cart_menu span{
    position: absolute;
    background: #513629;
    padding: 2px 5px 1px 5px;
    border-radius: 50%;
    color: #fff;
    top: 0px;
    right: -14px;
    z-index: 2;
    font-size: 9px;
}
.top_icons{
    margin: 0px 0px 0px 0px;
    display: flex;
    transition: all .5s ease-in-out;
    justify-content: flex-end;
    align-items: center;
}
.top_icons .top_icon {
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px;
    position: relative;
    top: 10px;
}

.top_icons .cd-cart-trigger.top_icon {
    width: 30px;
    height: 30px;
    background-size: 30px;
    top: 3px;
}

.top_icons .top_icon span {display:none; }
.cd-menu-trigger{ display:none!important;  background-image: url('../img/layout/top_menu.svg');  }
.cd-menu-trigger.nav-open{
    background-color: #513629;
    background-image: url(../img/layout/close_white.svg);
}
.cd-search-trigger{
    background-image: url(../img/layout/search.svg);
    background-size: 33px!important;
}

.cd-search-trigger.search-open{
    background-image: url(../img/layout/close.svg);
    width: 30px;
    height: 30px;
    background-size: 23px!important;
    top: 5px;
    position: relative;
}
.cd-cart-trigger{ display:inline-block; background-image: url('../img/layout/top_cart.svg'); }
.top_icons .cd-cart-trigger.top_icon.cart-open{
    background-image: url(../img/layout/close.svg);
    width: 30px;
    height: 30px;
    background-size: 30px;
    top: 0px;
    position: relative;
}

.top_icons .cd-wishlist-trigger {
    background-size: 42px;
    top: 9px;
}


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


#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;
    background: #dedede;
    border: 1px solid #ccc;
}

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

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

.styled_btn{
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    background: #513629;
    color: white;
    border: none;
    font-weight: 500;
    padding: 8px 12px 5px 12px;
    font-size: 12px;
    text-transform: uppercase;
}

.cc_div .cc-link {
    color: #513629!important; 
    border-color: #513629!important;
}

#c-bns button:first-child, #s-bns button:first-child {
    background: linear-gradient(90deg, rgba(2, 57, 2, 1) 0%, rgba(2, 81, 2, 1) 50%, rgba(12, 106, 10, 1) 100%)!important;
    color: #fff!important;
}

.cc_div .b-tg .c-tgl:checked~.c-tg {
    background: linear-gradient(90deg, rgba(2, 57, 2, 1) 0%, rgba(2, 81, 2, 1) 50%, rgba(12, 106, 10, 1) 100%)!important;
}

#s-ttl {
    color: #513629;
}
  
.show--consent .c--anim #cm {
    width: 265px;
    padding: 10px;
    right: auto!important;
    left: 10px!important;
    bottom: 2.5em;
}
  
#c-ttl {
    margin-bottom: 0.4em!important;
    font-size: 15px!important;
    color: #000!important;
}

#cm .c-bn {
    color: #000!important;
}
  
#c-txt {
    font-size: 11px!important;
    margin-bottom: 1em!important;
  line-height:1.3em!important;
}
  
#c-bns button {
    font-size: 11px!important;
    padding: 10px!important;
}
  
#s-c-bn::after, #s-c-bn::before {
    left: 0.9em!important;
    top: 0.7em!important;
}
  
#s-bl .c-bl:first-child {
    margin-bottom: 1em!important;
}
  
#s-hdr {
    padding: 0 1.5em!important;
    height: 3em!important;
}
  
#s-bl {
    padding: 1em 1.5em!important;
}
  
.cc_div .b-tl {
    font-size: 14px!important;
}
  
#s-c-bn {
    width: 1.9em!important;
    height: 2em!important;
    font-size: 1em!important;
}
  
#c-s-in {
    max-height: 34em!important;
}
  
.cc_div .c-bn {
    font-size: 12px!important;
}
  
#s-inr {
    max-width: 35em!important;
    padding-top: 3em!important;
    padding-bottom: 4em!important;
}
  
#s-bl .b-acc .p {
    margin-top: 0px!important; 
}

#s-cnt .p {
    font-size: 13px!important;
    margin-top: 0.5em!important;
}

#s-cnt .b-bn .b-tl {
    font-size: 13px!important;
    padding: 1em 6.4em 1em 2.7em!important;
}

#s-bl .c-bl.b-ex+.c-bl {
    margin-top: 1em!important;
}
  
@media (max-width: 688px) {
    #cm .c-bn, .cc_div .c-bn {
        width: 49.5%!important;
    }
  
    #s-inr {
        max-width: 45em!important;
    }
  
    #c-s-in {
        top: 19%!important;
        overflow-y: scroll;
    }
  
    #cm #s-bns .c-bn, .cc_div #s-bns .c-bn {
        width: auto!important;
    }
  
    .bns-t #s-bns {
        height: auto!important;
    }
}
  
@media(max-width: 474px) {
    #s-inr {
        padding-bottom: 7em!important;
    }
  
    #cm #s-bns .c-bn, .cc_div #s-bns .c-bn {
        width: 49.5%!important;
    }
  
    .cc_div #s-bns #s-sv-bn.c-bn {
        width: 100%!important;
    }
  
    #s-hdr {
        padding: 0 1.1em!important;
    }
  
    #s-bl {
        padding: 1em 1.2em!important;
    }
  
    #c-s-in {
        top: 50%!important;
        left: 50%;
        transform: translate(-50%, -50%)!important;
        max-height: 32em!important;
        width: 90%;
    }
  
    #s-bns, .cc_div .bar #s-bns {
        padding: 0.5em 1.3em 1em 1.3em!important;
    }
  
    #s-bl .c-bl.b-ex+.c-bl {
        margin-top: 0.7em!important;
    }
  
    #s-bl .c-bl:first-child {
        margin-bottom: 0.7em!important;
    }
  
    #s-cnt .b-bn .b-tl {
        font-size: 11px!important;
    }
  
    #s-cnt .p {
        font-size: 12px!important;
    }
}


/* Languages
================================================== */
#language{
    display: inline-block;
    margin-right: 25px;
    border: 2px solid #067902;
}
li.languages { float: left;margin-left: 5px; margin-top:1px; border-right:none!important;display: flex; color: #fff; }
li.languages .last-child { border-right: none; }
li.languages img {width:26px; border: 1px solid #e0e0e0; border-radius: 4px;}
li.languages a {
    color: #515255;
    padding: 3px 6px 1px 6px;
    font-size: 13px;
    font-weight: 700;
    margin-left: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
li.languages:hover img{ border: 1px solid #d8cbbe; }
li.languages.lang-active img{ border:1px solid #000;}
li.languages.lang-active a{
    background: #eed5cb;
    color: #515255;
    margin-left: 0;
}
#language_mob { display: none; }

.languages .languages_menu {
    display: none;
}

.languages .languages_menu.active {
    display: block;
    margin-top: 2px;
    background: #513629;
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    text-align: center;
    z-index: 99999;
    position: absolute;
    margin-left: -2px;
    transition: all 0.3s ease 0s;
    padding: 2px;
}

.languages .languages_menu.active a {
    color: #fff;
}

.dynamic_content {
    margin: 80px 0;
    display: block;
    overflow: hidden;
    position: relative;
}

.dynamic_content h2 {
    font-size: 20px;
    line-height: normal;
    color: #515255;
    font-weight: 700;
    margin: 30px 0 15px 0;
    z-index: 1;
    position: relative;
}

.dynamic_content h2 span {
    font-weight: bold;
}

.dynamic_content p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 5px;
}

.dynamic_content p.first {
    font-size: 18px;
    margin-bottom: 15px;
}

.dynamic_content h5 {
    font-size: 16px;
    margin: 20px 0 12px 0;
    font-weight: 700;
    color: #515255;
}

.dynamic_content ul { 
    margin: 10px;
}

.dynamic_content ul li {
    position: relative;
    font-size: 15px;
    padding: 2px 0 2px 20px;
    color: #515255;
}

.dynamic_content ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #eed5cb;
    border-radius: 50%;
    opacity: 1;
    transition: width .3s ease;
    position: absolute;
    left: 0;
    margin-top: 6px;
}

.dynamic_text p {
    padding: 10px 0;
}

.dynamic_text h2 {
    color: #513629;
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
    line-height: normal;
}

.dynamic_text h3 {
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    color: #8f624c;
    margin: 10px 0;
}

.dynamic_text ul li {
    font-size: 18px;
    line-height: 30px;
    color: #513629;
    padding: 5px 0 5px 20px;
    position: relative;
}

.dynamic_text ul li:before {
    content: '';
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgba(2, 57, 2, 1) 0%, rgba(2, 81, 2, 1) 50%, rgba(12, 106, 10, 1) 100%);
    width: 9px;
    height: 9px;
    margin-top: 11px;
}

.dynamic_text .service_box {
    margin: 20px 0px;
}

.dynamic_text .service_box h2 {
    margin-bottom: 20px;
    margin-top: 0;
}

.dynamic_text .service_box ul li {
    color: #8f624c;
    font-weight: 350;
    font-size: 16px;
    line-height: normal;
    background-color: #00000001;
}

.dynamic_text .service_box ul li:before {
    width: 7px;
    height: 7px;
    margin-top: 8px;
}

#dynamic_gallery {
    z-index: 1;
    position: relative;
}

.gallery_photos {
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

.gallery_graphic {
    position: absolute;
    bottom: 0;
    background-image: url(../img/layout/pine_trees.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    background-position: bottom;
    opacity: 0.7;
}

.gallery_box {
    margin-bottom: 30px;
}

table.terms_table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
    border-bottom: 2px solid #513629;
}

table.terms_table th {
    background-color: #067902;
    color: #fff;
    padding: 10px 8px;
    font-size: 16px;
}

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

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

@keyframes move_line {
  0% {
    top:5px;
  } 
  
  50% {
    top:0px;
  }   
  
  100% {
    top:5px;
  }
}

#navi {
    margin-top: 10px;
    border-top: 1px solid #f1f1f1;
}

#navi ul {
	display: flex;
    justify-content: space-between;
    position: relative;
}
#navi ul li{ display: block;   }
#navi ul li a{
	display: block;
    color: #000;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    transition: all 0.2s ease-in;
    position: relative;
    z-index: 1;
    padding: 15px 0;
}

#navi ul li.red a {
    color: #e40327;
}

#navi ul li.last a {
	color: #e40327;
}

#navi ul li a:after {
	content: ' ';
    display: block;
    position: absolute;
    z-index: 5;
    top: -1px;
    left: 0;
    right: 0;
    pointer-events: none;
    height: 2px;
    background-color: #E40327;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
}

#navi ul li a:hover:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

#navi ul li .submenu{
    position: absolute;
    background: #fff;
    height: auto;
    display: none;
    z-index: 9999;
    top: 50px;
    -webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 20%);
    left: 0;
    width: 100%;
    border-top: 2px solid #e40327;
    padding: 40px;
}
#navi ul li:hover .submenu{	display: block; }
#navi ul li .submenu .second_level{
    width: calc(100% - 330px);
    margin-right: 30px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    float:left;
}
#navi ul li .submenu.no-children .second_level{
    width: calc(100% - 330px);
    margin-right: 30px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#navi ul li .submenu.no-children .second_level li {
    display: inline-block;
    width: 49%;
}

#navi ul li .submenu .second_level li {
    display: inline-block;
    width: 49%;
}

.submenu_img {
    height: 300px;
    width: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    z-index: 2;
    position: relative;
}

.submenu li .children_img {
    height: 300px;
    width: 300px;
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: absolute;
    right: -330px;
    top: 0;
    opacity: 0;
    z-index: 1;
}

.submenu ul.second_level li.active .children_img {
    opacity: 1;
    z-index: 3;
}

.submenu ul.second_level li.active ul.third_level li.active .children_img {
    opacity: 1;
    z-index: 4;
}

#navi ul li .submenu ul.second_level li a{
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    padding: 1em 0.5em;
    text-transform: none;
    text-align: left;
} 

#navi ul li .submenu ul.second_level li a:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    right: 1.5em;
    bottom: 0;
    height: 1px;
    background-color: rgba(0,0,0,.1);
    transform: none;
    top: auto;
}

#navi ul li .submenu ul.second_level li a:before {
    position: absolute;
    display: block;
    left: 0;
    width: 2px;
    top: 50%;
    bottom: 50%;
    content: "";
    background: #e40327;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;   
}

#navi ul li .submenu ul.second_level li a:hover::before {
    top: 0;
    bottom: 0;
}

#navi ul li .submenu .second_level ul.third_level{ margin: 15px 0; display: block; position: unset; }
#navi ul li .submenu .second_level ul.third_level li{ display:block; width: 100%; padding:0 0 10px 0; line-height:20px; padding-left: 0.5em; }
#navi ul li .submenu .second_level ul.third_level li a{
    display: block;
    color: #000;
    font-size: 14px;
    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:before {
    display: none;
}

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

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

#mobile-nav {
    bottom: 0;
    padding: 0;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    margin-top: 95px;
    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.nav-open {	right: 0;}

.nix-mobile-side-menu-menu #language {
    display: none;
}

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

.breadcrumb{
    background: transparent;
    padding: 10px 0px 0 0;
    text-align: left;
    z-index: 1;
    margin-bottom: 0;
    position: relative;
}
.breadcrumb a span, .breadcrumb span{
    color: #515255;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.breadcrumb li.last span {
    font-weight: 700;
}

.breadcrumb a span:hover {
    color: #000;
}

.breadcrumb > li + li::before{
    content: '/';
    width: 2px;
    height: 1px;
    color: #77797b;
    display: inline-block;
    margin: 0 10px 0px 5px;
    padding: 0;
}

.catalog.view .breadcrumb {
    margin: 20px 0 20px 0;
}
 
.desktop-search {
    display: block;
    position: relative;
    margin: 0px 8px;
    transition: all 0.2s ease-in;
    background-color: rgb(250,245,242);
    width: 100%;
    overflow: hidden;
    padding: 2px;
} 
.desktop-search form  { margin:0px!important; padding:0px; position:relative; width: 100%;}
.desktop-search form input {
	width: 100%;
    height: auto;
    position: relative;
    font-size: 13px;
    line-height: 28px;
    color: #000;
    padding: 7px 28px 4px 0px;
    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::placeholder {
    color: #000;
    opacity: 1;
}

.desktop-search .form-group {
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
}

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

.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;
    /*font-family: 'Comfortaa', sans-serif;*/
    outline: medium none;
    position: relative;
    transition: all 0.3s ease 0s;
	display: inline-block;
    font-size: 15px;
    padding: 12px 18px 13px;

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


#newsletter{ margin-top: 15px;padding:0px 0px;width:100%; }
#newsletter input {
	border: none;
    background: #f4f4f4;
    padding: 7px 15px;
    font-size: 15px;
	width: 100%;
}
#newsletter div.submit input {
	background: transparent;
    border: 1px solid #000;
    padding: 7px 30px;
    font-size: 14px;
	width: fit-content;
    transition: all 0.3s ease-in-out;
}

#newsletter div.submit input:hover {
    background: #000;
    color: #fff;
}

.footer_box p {
    font-size: 17px;
    color: #fff;
    font-weight: 300;
}

.newsletter{background:rgba(0, 0, 0, 0.5);padding:80px 20px; text-align:center;}
.newsletter h5{ color:#fff;margin:0px 0 20px 0; font-size:18px; font-weight:bold; }
.newsletter p{ color:#fff;margin:0px 0 30px 0; font-size:14px;}
.newsletter_pref legend{
    padding: 5px 0;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}

.newsletter_input input {
    margin: 15px 0;
}

.nl-button.newsletter_button {
    color: #515255;
    background: transparent;
    border: none;
    padding: 5px 5px;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    margin-top: -53px;
    right: 25px;
    letter-spacing: 0.5px;
}

.nl-button.newsletter_button:hover {
    background: #000;
    color: #fff;
}

.lead_text{ margin-bottom:5px;}
.lead_text p{ font-size:16px;}
.lead_text strong{ color:#fff;background:#eed700;padding:3px;}

.contact_box {
    text-align: center;
    font-size: 16px;
    margin: 30px 0;
    color: #515255;
}

.contact_box a, .section_about .contact_box p {
    color: #8f624c;
    background-color: #00000001;
}

.contact_info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 140px;
    margin: 35px 0;
}

.contact_box_icon {
    width: 65px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px auto;
    background: linear-gradient(180deg, rgba(2, 57, 2, 1) 0%, rgba(2, 81, 2, 1) 50%, rgba(12, 106, 10, 1) 100%);
}

.contact_box_icon img {
    width: 35px;
    position: relative;
    top: 4px;
}

#map{height: 500px;width:100%; margin: 40px 0;}
#map_default{height:370px;width:100%;margin-top:40px;}
.info-window-content {width:260px;}
.info-window-content h3{font-size:20px;padding-bottom:5px;border-bottom:2px double #f1f1f1;}
.info-window-content p{
    font-size: 15px;
    margin: 5px 0;
    line-height: 24px;
}
.info-window-content p strong{color:#666;}

.info-window-content p.map_title {
    font-size: 25px;
    font-weight: 400;
    border-bottom: 2px solid #513629;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.button.thin-bg-dark {
    border: none;
    border-radius: 0;
    margin: 10px auto;
    color: #fff;
    background: #515255;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 40px;
    font-weight: 400;
    display: block;
    width: fit-content;
    margin-top: 25px;
    transition: all 0.3s ease-in-out;
    position: relative;
    float: right;
}

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

.nix-main-menu-container .account_link, .nix-main-menu-container .register_link {
	font-size: 16px;
    color: #000;
    font-weight: 600;
    padding: 5px 0px 5px 20px;
}


#footer {
    padding: 120px 0 60px 0;
    background: #edeadf;
    display: flex;
    position: relative;
}

#footer:before {
    content: '';
    position: absolute;
    background-image: url(../img/layout/dots2.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    width: 100%;
    height: 15px;
    top: -14px;
    left: 0;
    z-index: 1;
}

.footer_box { margin-left:0px; margin-right:0px;}
.footer_box h6{
    margin: 0px 0 25px 0;
    font-size: 22px;
    color: #513629;
    font-weight: bold;
}

.footer_box.contact {
    background: linear-gradient(180deg, rgba(2, 57, 2, 1) 0%, rgba(2, 81, 2, 1) 50%, rgba(12, 106, 10, 1) 100%);
    padding: 45px 40px 30px 40px;
}

.footer_box.contact h6 {
    color: #fff;
}

.footer_box.contact p a {
    color: #fff;
}

.footer_box .footer_social a {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
}

.footer_box.mini_menu {
    background: #fff;
    padding: 15px 0 10px 0;
    margin-top: 30px;
}

.footer_box.mini_menu ul.footer_menu {
    display: inline-flex;
    width: 100%;
    justify-content: center;
}

.footer_box.mini_menu ul.footer_menu li {
    font-weight: 600;
    padding: 0 25px;
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
}

.footer_box.mini_menu ul.footer_menu li:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: currentColor;
    display: inline-block;
    top: 7px;
    margin: 0 3px 3px 3px;
    border-radius: 100%;
    right: 0;
}

.footer_social {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

ul.footer_menu { margin:0px;}
ul.footer_menu li{
    margin-bottom: 8px;
    font-size: 17px;
    color: #513629;
}
ul.footer_menu li a{
    color: #513629;
    font-weight: 400;
    display: block;
    transition: all 0.3s ease-in-out;
    font-size: 17px;
}
ul.footer_menu li a:hover{    letter-spacing: 0.5px;
    color: #000;}

ul.footer_menu li img {
    width: 19px;
    margin-right: 8px;
    margin-top: 10px;
}

ul.footer_menu li img.pinterest {
    width: 22px;
    position: relative;
    top: 1px;
}

ul.footer_menu li img.tiktok {
    width: 22px;
    position: relative;
    top: 2px;
    margin-right: 4px;
}

ul.footer_menu li a {
	display: inline-block;
}

.logomark {
    background-image: url(../img/layout/logomark.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 85px;
    width: 85px;
    height: 85px;
    position: absolute;
    z-index: 1;
    top: -65px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.bank_icons{margin-top:40px;text-align:center;}

.bank_icons img {
    width: 40px;
    margin: 0 10px;
}

.bank_icons img.second {
    width: 35px;
}

.bank_icons img.third {
    width: 100px;
}

.bank_icons .fourth {
    width: 60px;
}

.footer_copyright {
    position: relative;
    overflow: hidden;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 2px solid #8f624c4a;
}

.footer_copyright p {
    line-height: 20px;
    font-size: 13px;
    font-weight: 350;
    color: #8f624c;
    background-color: #00000001;
}
.footer_copyright a { color: #000; text-decoration: none; transition: all 0.4s ease 0s; }
.footer_copyright a:hover { text-decoration: underline; transition: all 0.4s ease 0s;}

#wapp{position:relative;float:right;}
#wapp a{	display: block;	width: 75px;height: 20px;background:transparent url(../img/layout/wapp.svg) no-repeat center;text-indent: -999999px!important;background-size:100%;}

.page_title {
    background: #eed5cb;
    display: flex;
    position: relative;
    clear: both;
    overflow: hidden;
    align-items: center;
    min-height: 119px;
}

.page_title:before {
    content: '';
    position: absolute;
    left: 13.66667%;
    background-image: url(../img/layout/icon_grey.png);
    background-size: 100%;
    background-repeat: space;
    background-position: left center;
    width: 110px;
    height: 110px;
    z-index: 0;
    opacity: 0.2;
}

.page_title h1 {
    padding: 0px;
    z-index: 1;
    position: relative;
    font-size: 27px;
    color: #515255;
    font-weight: 700;
    text-transform: uppercase;
}

#content {  width: 100%; }

.content { padding: 30px 15px 30px 15px; }
.content h1 {font-size:26px;color:#434343;margin:20px 0px 25px 0px; }
.content h2 { font-size:18px;color:#434343;margin:20px 0px 20px 0px; }
.content h3 { font-size:16px;color:#434343;margin:20px 0px 15px 0px; }
.content h4 {  font-size:16px;line-height:20px;margin:10px 0px 10px 0px; }
.content h5 { font-size:14px; line-height:18px; font-weight:bold;}
.content p { line-height:22px;margin:15px 0px 15px 0; }
.content ul { margin:15px 5px 15px 5px;overflow:auto; }
.content ul li { margin:0 0 10px 0;line-height:22px; background:transparent url(../img/layout/arrow-list.png) no-repeat 0 4px;padding-left:15px;}

h1.page_title { font-size:26px; color:#434343; margin:10px 0px 30px 0px; border-bottom: 1px solid #e1e1e1; }   

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

.section_home.category_text {
    margin-top: 80px;
    padding: 0;
}

.category_text h2, .category_text h3 {
    font-family: 'Source Serif Pro', serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.section_home.category_text h1 {
    margin: 0 auto 60px auto;
    padding: 20px 0 0 0;
}

.category_text_wrap {
    border: 1px solid #F4F4F4;
    padding: 60px;
}

.category_text ul li {
    font-size: 16px;
    position: relative;
    display: block;
    padding: 3px 0px 3px 15px;
}

.category_text ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: transparent;
    border: 1px solid #F2BFCE;
    border-radius: 50%;
    opacity: 1;
    transition: width .3s ease;
    position: absolute;
    left: 0;
    margin-top: 6px;
}

.open_description {
    position: relative;
    height: 140px;
    overflow: hidden;
    transition: all 0.3s ease-in 0s;
}

.open_description .description_overlay {
    position: absolute;
    z-index: 10;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

a#open_text {
    display: inline-block;
    margin-top: 35px;
    text-transform: uppercase;
    color: #000;
    padding: 12px 20px 12px 50px;
    background: #ffff url(../img/layout/down_arrow.svg) no-repeat 20px center;
    background-size: 15px;
    transition: all 0.3s ease-in 0s;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: 500;
}

a#open_text.opened {
    background: #ffff url(../img/layout/up_arrow.svg) no-repeat 20px center;
    background-size: 15px;
}

a#open_text.opened .show_filters {  display:none; }
a#open_text.opened .hide_filters {  display:block; }

a#open_text .hide_filters {
    display: none;
}

.open_description.opened {
    height: auto;
    transition: all 0.3s ease-in 0s;
}

.open_description.opened .description_overlay {
    background: none;
}

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


/* HOME STYLES */
.main_banner {
    position: relative;
    height: 75vh;
}

.main_banner:after {
    content: '';
    position: absolute;
    background-image: url(../img/layout/dots.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    width: 100%;
    height: 15px;
    bottom: -1px;
    left: 0;
    z-index: 1;
    transform: rotate(180deg);
}

.pages.view .main_banner:after {
    background-image: url(../img/layout/dots_white.svg);
}

.page_heading {
    height: 40vh;
    min-height: 350px;
    background: #edeadf;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.page_heading.product_view {
    height: 75vh;
    padding-top: 100px;
    min-height: 650px;
}

.page_heading.contact {
    height: 55vh;
    min-height: 475px;
    align-items: flex-end;
}

.page_heading:after {
    content: '';
    position: absolute;
    background-image: url(../img/layout/dots.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    width: 100%;
    height: 15px;
    bottom: -15px;
    left: 0;
    z-index: 1;
}

.page_heading .content_text h1 {
    color: #513629;
}

.page_banner {
    background-repeat: no-repeat;
    height: 75vh;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_image{
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 380px;
    cursor:hand;
}
.slider_container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.content_text {
    width: 100%;
    position: absolute;
    left: 0px;
    color: #fff;
    text-align: center;
    margin-top: 60px;
    z-index: 1;
}
.swiper-container { width: 100%; height:100%; margin-left: auto; margin-right: auto; }
.swiper-container h1 { font-size: 32px; font-weight:bold; text-transform: uppercase; text-align:center; display:block; margin:10px 0; text-shadow: 0 0 3px #333333;}
a.more, .more {
    display: inline-block;
    margin-top: 40px;
    background: linear-gradient(90deg, rgba(2, 57, 2, 1) 0%, rgba(2, 81, 2, 1) 50%, rgba(12, 106, 10, 1) 100%);
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 14px 35px;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease-in-out, background-position 0.8s ease-in-out;
    border: none;
}

a.more.center {
    margin: 40px auto 0 auto;
    display: block;
    width: fit-content;
}

a.more:hover, .more:hover {
    background: linear-gradient(90deg, rgba(12, 106, 10, 1) 0%, rgba(2, 81, 2, 1) 50%, rgba(2, 57, 2, 1) 100%);
    transform: scale(1.05);
    background-position: right center;
}
.swiper-slide { background-size: cover; background-position: center;
     display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; }

.vertical_banner {position:relative;height:455px;overflow:hidden;background-position:top center;	background-repeat:no-repeat;  background-size:cover;	 border-radius: 5px;}
.vertical_banner img{width:100%;display:block;}
.vertical_banner .vertical_banner_overlay{ width:100%; height:0; position:absolute; top:0px; left:0px; background:rgba(0, 0, 0, 0.3); transition: all 0.3s ease-in;}
.vertical_banner:hover .vertical_banner_overlay{  height:100%; transition: all 0.3s ease-in;}
.vertical_banner .vertical_banner_text{ width:100%; position:absolute; bottom:50px; left:0px; color:#fff; text-align:center;}
.vertical_banner span{ font-size: 26px; font-weight:bold; text-transform: uppercase;  display:block; text-shadow: 0 0 3px #333333;}
.vertical_banner p{ font-size: 14px; text-align:center; display:block; text-shadow: 0 0 3px #333333;}
.vertical_banner a.link{  display:inline-block; margin-top:20px; background:#fff; color:#434343; font-size: 16px; font-weight:bold; padding:10px 35px; border-radius: 5px;}

.horizontal_banner {position:relative;overflow:hidden; border-radius: 5px; margin-top:25px; color:#fff; background-position:left bottom;	background-repeat:no-repeat;}
.horizontal_banner .horizontal_banner_text{ width:60%; float:right; padding:60px 0 70px 0; margin-right:10px;}
.horizontal_banner p{ font-size: 14px; text-align:center; display:block;}
.horizontal_banner p.large_text{ font-size: 18px; line-height:24px; font-weight:bold; text-transform: uppercase; text-align:center; display:block; margin:10px 0;}
.horizontal_banner p.large_text span{ display:block; }

.horizontal_banner.gift_bg .horizontal_banner_text{ text-indent:-9999px;}

.border_effect{ display:block;width:calc(100% - 20px);height:calc(100% - 20px);position:absolute;top:10px;left:10px;text-indent: -999999px; z-index:10; border-color:#fff;}
.border-inOutSpread:before, .border-inOutSpread:after, .border-inOutSpread > .ui-border-element:before, .border-inOutSpread > .ui-border-element:after {
  content: '';
  position: absolute;
}

h1 span.first {
    margin-left: -80px;
}

h1 span.sec {
	padding-left: 30px;
}

h1 span.third {
	margin-left: -35px;
}


.content_text h1 {
    font-size: 60px;
    color: #fff;
    position: relative;
    top: 0;
    font-weight: 500;
    z-index: 1;
    background-color: #00000001;
}

.slider_container .content_text p {
    color: #fff;
    background-color: #00000001;
}

.content_text p {
    color: #8f624c;
    background-color: #00000001;
}

.content_text p.title {
    text-transform: uppercase;
    margin-bottom: 35px;
    letter-spacing: 1px;
    background: #00000001;
}

.three_items {
	padding: 140px 0 50px 0;
	overflow: hidden;
	position: relative;
}

.three_items img {
    width: 110px;
    z-index: 1;
    position: relative;
    margin-bottom: 20px;
}

.pages.contact .three_items img {
    width: 80px;
    margin-bottom: 40px;
}

.pages.contact .three_items .item_box:after {
    top: -35px;
}

.three_items .item_box:after {
    content: '';
    position: absolute;
    /* border: 1px solid #f2bfce; */
    background: #000;
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    width: 140px;
    height: 140px;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
}

.pages.contact .three_items .item_box:after {
    background: #e40327;
}

.three_items .item_box {
	text-align: center;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.three_items .item_box:hover::after {
    transform: scale(1.15);
}


.three_items .item_box h2 {
	font-family: 'Source Serif Pro', serif;
    font-weight: 700;
    font-size: 23px;
    width: fit-content;
    margin: 0 auto 15px auto;
    padding: 0 15px 0px 15px;
}

.three_items .item_box p {
	color: #9c9c9c;
    padding: 0 60px;
    font-size: 15px;
}

.three_items .item_box a {
    color: #9c9c9c;
    transition: all 0.3s ease-in-out;
}

.three_items .item_box a:hover {
    color: #515255;
}

.products_home {
    margin: 0 50px;
}

.section_home_products {
    position: relative;
}

.section_home_products:after {
    content: '';
    position: absolute;
    background-image: url(../img/layout/dots.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    width: 100%;
    height: 15px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 1;
}

.border-inOutSpread:before {
  border-top: 1px solid #fff;
  left: 51%;
  right: 51%;
  top: 0px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.border-inOutSpread:hover:before {
  left: 0%;
  right: 0%;
}

.border-inOutSpread:not(:hover):before {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.border-inOutSpread:before, .border-inOutSpread:after, .border-inOutSpread > .ui-border-element:before, .border-inOutSpread > .ui-border-element:after {
  content: '';
  position: absolute;
}

.border-inOutSpread .ui-border-element:after {
  border-right: 1px solid #fff;
  top: 50%;
  bottom: 50%;
  right: 0px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.border-inOutSpread:hover .ui-border-element:after {
  top: 0%;
  bottom: 0%;
}

.border-inOutSpread:not(:hover) .ui-border-element:after {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.border-inOutSpread:before, .border-inOutSpread:after, .border-inOutSpread > .ui-border-element:before, .border-inOutSpread > .ui-border-element:after {
  content: '';
  position: absolute;
}

.border-inOutSpread:after {
  border-bottom: 1px solid #fff;
  left: 51%;
  right: 51%;
  bottom: 0px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.border-inOutSpread:hover:after {
  left: 0%;
  right: 0%;
}

.border-inOutSpread:not(:hover):after {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.border-inOutSpread:before, .border-inOutSpread:after, .border-inOutSpread > .ui-border-element:before, .border-inOutSpread > .ui-border-element:after {
  content: '';
  position: absolute;
}

.border-inOutSpread .ui-border-element:before {
  border-left: 1px solid #fff;
  top: 50%;
  bottom: 50%;
  left: 0px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.border-inOutSpread:hover .ui-border-element:before {
  top: 0%;
  bottom: 0%;
}

.border-inOutSpread:not(:hover) .ui-border-element:before {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}


h2.home_title { font-size:20px; color:#434343; text-transform: uppercase; margin:40px 0px 15px 0px; border-bottom: 1px solid #e1e1e1; }   
  
.section_home {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}

.section_home p.subtitle {
	font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2em;
    letter-spacing: .15em;
    color: #e40327;
	background: #f2bfce;
	text-align: center;
	z-index: 1;
    position: relative;
	padding: 2px 25px;
	width: fit-content;
	margin: 0 auto;
}

.section_home p.title {
    font-size: 14px;
    text-align: center;
    font-weight: 100;
    letter-spacing: 1px;
    color: #515255;
    z-index: 1;
    position: relative;
}

.section_insta {
    background-color: #EED5CB;
}

.section_insta h1:before {
    content: '';
    position: absolute;
    background-image: url(../img/layout/parallax.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    right: 0;
    width: 100%;
    height: 200px;
    top: 0;
    transform: rotate(180deg);
}

.section_insta h1 {
    font-family: 'Dancing Script', cursive;
    text-align: center;
    font-size: 35px;
    color: #515255;
    z-index: 0;
    padding: 80px 0 60px 0;
    font-weight: 100;
    position: relative;
}

.insta_btn {
    position: absolute;
    width: 55px;
    height: 53px;
    background: #EED5CB;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 43%;
}

.insta_btn img {
    width: 22px;
    position: relative;
    top: 2px;
}

span.hide_text {
    display: none;
}

.icon {
    position: absolute;
    width: 130px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -12px;
    opacity: 0.5;
    z-index: 0;
}


.section_home h1 span {
	font-weight: bold;
}

.section_home p.subtitle span {
	position: relative;
    width: 2px;
    height: 2px;
    background-color: currentColor;
    display: inline-block;
    top: 0;
    margin: 0 3px 3px 3px;
}

#gallery_content {
	z-index: 1;
}

.cat_box img {
	width: 100%;
	border: 1px solid #ec647f3d;
}

.cat_box {
	margin: 15px 0;
	position: relative;
	transition: all 0.5s ease-in-out;
}

.cat_box h3 {
	padding: 12px 0px;
    position: absolute;
    font-weight: bold;
    background: #ffffff91;
    color: #fff;
    bottom: 0;
    margin-bottom: 7px;
    margin-left: 1px;
	transition: all 0.8s ease-in-out;
}

.cat_box h3 a {
	font-size: 18px;
    width: fit-content;
    padding: 10px 30px;
	transition: all 0.5s ease-in-out;
}

.cat_box_text {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.cat_box:hover h3 {
	width: 100%;
	height: calc(100% - 7px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.cat_box:hover h3 a {
	font-size: 19px;
	font-weight: bold;
}


/* .cat_box {
	min-height: 280px;
    margin: 10px 0px;
    padding: 0px 15px;
    overflow: hidden;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}      */
.cat_box p{ 
	margin: 0px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    background: #fff;
    padding: 10px 15px 10px 15px;
    border-bottom: 2px solid #f2bfce;
    letter-spacing: 0.5px;
}  
.cat_box p a{ 	
	color: #333;
    display: block;
    transition: all 0.2s ease-in;
    font-family: 'Source Serif Pro', serif;
    font-weight: 600;
}  
.cat_box p a:hover{ 	
	color: #E40529;	
	 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: #E40529;  transition: all 0.2s ease-in;}

.parallax {
	background-image: url(../img/layout/parallax.jpg);
    height: 60vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 80px 0;
	position: relative;
	display: flex;
	align-items: center;
}

.parallax h2 {
	font-size: 30px;
    color: #fff;
    margin-bottom: 15px;
}

.parallax h2 span {
	position: relative;
    width: 5px;
    height: 5px;
    background-color: currentColor;
    display: inline-block;
    top: 0;
    margin: 0 3px 5px 3px;
	border-radius: 100%;
}

.parallax h1 {
	font-size: 80px;
    color: #f2bfce;
    top: -135px;
    z-index: 99;
    font-family: 'Source Serif Pro', serif;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    width: 20%;
    right: 6px;
    text-shadow: 1px 0px #f3b2ba;
}

.parallax p {
	color: #fff;
    font-size: 16px;
    width: 30%;
    margin-bottom: 50px;
}

.parallax .more {
	border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 40px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.parallax .more:hover {
    border: 1px solid #000;
}

.parallax .more span {
    transition: all 0.3s ease-in-out;
}

.parallax .more::before, .parallax .more::after {
    content: '';
    position: absolute;
    transition: all .3s;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.parallax .more::before {
    opacity: 0;
    background: #000;
    transform: scale(.1,.1);
}

.parallax .more::after {
    transition: all .3s;
    border: 1px solid rgba(255,255,255,.5);
}

.parallax .more:hover::before {
    opacity: 1;
    transform: scale(1,1);
}

.parallax .more:hover::after {
    transform: scale(0,0);
    opacity: 0;
}

.parallax .more:hover span {
    transform: scale(1.2,1.2);
    z-index: 1;
    position: relative;
    color: #fff;
}

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

.parallax_text h2 {
	font-size: 80px;
    font-weight: 300;
    margin-bottom: 15px;
    color: #fff;
    font-family: 'Source Serif Pro';
    position: relative;
    line-height: 95px;
}

.parallax_text p {
	color: #fff;
    font-family: 'Source Serif Pro';
    font-size: 32px;
    margin-top: 40px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.section_about {
    padding: 100px 0 100px 0;
    overflow: hidden;
    position: relative;
}

.section_about.home {
    padding: 100px 0 200px 0;
    overflow: visible;
    position: relative;
}

.section_about.home:before {
    content: '';
    position: absolute;
    bottom: 0;
    background-image: url(../img/layout/pine_trees.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    background-position: bottom;
    opacity: 0.7;
}

.divider {
    background-image: url('../img/layout/line.svg');
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto;
    width: 100%;
    height: 2px;
    margin: 80px 0;
}

.home_services {
    margin-top: 70px;
    position: relative;
    overflow: hidden;
}

.service_box {
    padding: 40px 30px;
    position: relative;
}

.service_box h2 {
    color: #513629;
    font-size: 20px;
    font-weight: 500;
}

.service_box p {
    color: #8f624c;
    font-weight: 350;
    font-size: 16px;
    line-height: normal;
    background-color: #00000001;
}

.service_box.first {
    background: #edeadf;
}

.service_box.sec {
    background: #eff6ec;
}

.service_box.third {
    background: #efe1cd;
}

.service_box.first img {
    height: 76px;
    filter: saturate(0.5);
    margin-bottom: 20px;
}

.service_box.third img {
    height: 76px;
    filter: saturate(0.5);
    margin-bottom: 20px;
}

.service_box.sec img {
    width: 90px;
    filter: saturate(0.5);
    margin-bottom: 20px;
}

.about_favicon {
    width: 100px;
    position: absolute;
    bottom: -40px;
    left: -30px;
}

.section_about .about_bg {
	background: #f4f4f4;
    position: absolute;
    width: 75%;
    right: 0;
    height: 75%;
    top: 40px;
}

.pages.contact .section_about .about_bg {
    height: 80%;
    top: 40px;
}

.section_about p.small {
	font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 2em;
    letter-spacing: .15em;
    color: #e40327;
	background: #f2bfce;
	text-align: left;
	z-index: 1;
    position: relative;
	padding: 2px 20px;
	width: fit-content;
	margin-bottom: 5px;
}

.section_about p.small span {
	position: relative;
    width: 2px;
    height: 2px;
    background-color: currentColor;
    display: inline-block;
    top: 0;
    margin: 0 3px 3px 3px;
}

.section_about h1, .section_home h1 {
    font-size: 35px;
    color: #513629;
    font-weight: 800;
    padding-bottom: 40px;
    z-index: 1;
    position: relative;
}

.section_about p {
    padding: 10px 0;
}

p.sec {
    color: #8f624c;
    font-size: 17px;
    line-height: 30px;
    background-color: #00000001;
}

.about_text {
    padding-right: 50px;
}

.about_home_flex.sec {
    background: #ffffff96;
    z-index: 1;
    position: relative;
    padding: 15px 0;
}

.graphic {
    background-image: url(../img/layout/spoon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 500px;
    width: 500px;
    height: 500px;
    position: absolute;
    left: -40px;
    top: -265px;
    z-index: 1;
}
  
.brand_home { margin:10px 0; padding:30px; border-radius:66% 34% 70% 30% / 30% 30% 70% 70%; border:2px solid #e1e1e1; transition: all 0.2s ease-in; }  
.brand_home a{  display:block; }  
.brand_home img{  display:block; width:100%;}  
  

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{position:absolute;bottom:5%;font-weight:700;z-index:3;	left:5%;	vertical-align: bottom;	text-align:left;width:90%;}
.blog_image_text p.first{font-size:16px;color:#fff; font-weight:700;text-shadow:0px 1px 0px #000;}
.blog_image_text p.second{font-size:40px;color:#fff; font-weight:300;text-shadow:0px 1px 0px #000;}
 
.blog_text{padding:100px 50px;font-size:20px;font-weight:300;text-align:center;color:#fff;background:#404041;}
.blog_text a{color:#fff;text-decoration:underline;}
.blog_text_desc{margin-top:20px;display:block;font-size:16px; font-weight:400;}
.blog_text_desc a{color:#fff;font-weight:700;text-decoration:underline;}
.blog-view{border-top:5px solid #000;padding-top:20px;}
.blog_thumb{width:100%;margin-bottom:30px;}
.blog_thumb img{width:100%;}


 
.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: bold;
    font-size: 0.7rem !important;
    background: #e40327;
    color: #fff;
    padding: 3px;
    margin-bottom: 0px;
    letter-spacing: 2px;
}
.not_available.out_of_stock_product {
	padding:5px;
	text-align:center;
}

.product_box{
    margin: 0px 10px 45px 10px;
    display: flex;
    transition: all 0.2s ease-in 0s;
    flex-direction: column;
    position: relative;
}
.product_box:hover { }
.product_box .product_image{
	position:relative;
	overflow:hidden;
	width: 100%;	
    transition: all 0.3s ease-in-out;
}

.product_box .product_image img {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.product_box:hover .product_image img {
    /* opacity: 0.2; */
}

.product_box.small .product_image{
	border:none;
}
.product_box .product_image img{
	display:block;
	width:100%;
}

.actions_on_hover{
    display: inline-flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1000;
}

.actions_on_hover a{
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background-color: white;
    border: solid 1px currentColor;
    font-size: 16px;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: var(--opacity-transition);
    cursor: pointer;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.actions_on_hover_bottom input{
    visibility: hidden;
    opacity: 0;
    background-color: black;
    color:#fff;
    position: absolute;
    bottom:0px;
    width: 100%;
    padding:10px 15px;
    left:0px;
    z-index: 999;
    display: flex;
    justify-content:center;
}
.actions_on_hover a img{
    width:25px;
    opacity: 1 !important;
}
.actions_on_hover a:nth-child(1){
    border-right:unset;
}
.product-image.inSwiper{
    z-index: 999;
}
.product-image.inSwiper:hover a{
    opacity:1;
    visibility: visible;
}

.product-image.inSwiper:hover input{
    opacity:1 ;
    visibility: visible;
}


.new-info, .discount-info {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 1;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 12px;
    font-weight: 500;
    top: -10px;
    right: 10px;
}

.product-card .new-info, .product-card .discount-info {
    top: -40px;
    right: 0px;
}

#swiper_new_products .swiper-wrapper, #swiper_recent_products .swiper-wrapper {
    align-items: center;
}

.product-info h4 {
    font-family: 'Source Serif Pro', serif;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    width: fit-content;
    margin: 15px auto 15px auto;
    padding: 0 15px 5px 15px;
}

#products {
    margin-top: 50px;
}

.product-image {
    text-align: center;
}

.product-image #price {
    color: #555;
    font-size: 18px;
    font-weight: bold;
    margin-top: 21px;
    text-align: center;
}

.product_box .title{
	padding:10px 15px 0 15px;
	/* min-height: 83px;	 */
}

.product_box.small .title{
	min-height:auto;
	padding:0px;
}
.product_box .title h3{
    font-weight: 600;
    text-align: center;
    font-size: 23px;
    color: #513629;
    width: fit-content;
    margin: 10px auto 20px auto;
    line-height: 25px;
}
.product_box.small .title h3{
	display:none;
}
.cart-btn-home{
    border:unset;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
    background: #000;
    padding: 7px 10px 7px 0px;
    width: 100%;
    color:#fff;
    display: flex;
    text-align: center;
    align-items: center;
 }
.product_box .products_cart_wrapper img {
    width: 25px;
    margin-right: 4px;
}

.product_box:hover .products_cart_wrapper{
    opacity: 1;
    bottom: 10px;
}

.product_box .add_basket.cus{justify-content: unset;}
.product_box .add_basket.cus form{width: 100%;}
/* .products_cart_wrapper:before{
    content:'';
    background: url('../img/layout/top_cart_white.svg') no-repeat center center;
    background-size: 100%;
    width: 45px;
    height: 44px;
    display: block;
} */

.product_box .price{
    padding: 0px;
    display: block;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}
.product_box.small .price{
	display:none;
}
.product_box .price h5 span{
    color: #8f624c;
    font-size: 18px;
    font-weight: 350;
    background-color: #00000001;
}
.product_box .price h5 span.before{
    color: #e40327;
    font-size: 16px;
    text-decoration: line-through;
    margin-left: 5px;
}

.product_box .product_shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
    padding: 10px 10px 20px 10px;
    text-align: center;
    background-color: rgba(255,255,255,.95);
    opacity: 0;
    transition: opacity .3s ease-out;
}

.product_box:hover .product_shadow {
    background-color: #ffffff8f;
    opacity: 1;
}

/* .product_box .add_basket, .swiper-slide .add_basket {
    transition: all 0.5s ease-in 0s;
    display: flex;
    width: calc(100% - 60px);
    margin: 20px auto 0 auto;
    z-index: 11;
    justify-content: center;
} */

/* .product_box .add_basket img, .swiper-slide .add_basket img {
    display: block;
    width: 29px;
    opacity: 1!important;
    margin-right: 5px;
} */
/* 
.add_basket p.cart_left {
    background: #f5f5f5;
    padding: 7px 15px 7px 10px;
    width: 85%;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
} */

.product_box .product_actions {
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.product_box:hover .product_actions {
    opacity: 1;
    bottom: 10px;
}

.wishlist_product {

}

.product_box .product_image .wishlist_product img {
    width: 37px;
}

.add_basket p.cart_right {
    position: relative;
    z-index: 11;
}
.view_product{
}
.view_product a{
   display: block;
   margin: 0 auto;
   width: fit-content;
}
.product_box .product_image .view_product a img{ width: 37px; height: 37px; }

.product_box .add_basket .wishlist-btn img, .swiper-slide .add_basket .wishlist-btn img {
    width: 33px;
    margin: 0;
    top: 3px;
    position: relative;
}

.add_basket .divider {
    border-right: 1px solid #000;
    width: 1px;
    height: 20px;
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.corporation {
    padding-top: 35px;
    padding-bottom: 15px;
}

.corporation a {
    padding: 12px 35px;
    margin: 0 auto;
    display: block;
    width: fit-content;
    font-size: 15px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    letter-spacing: 0.5px;
    transition: all 0.3s ease-in-out;
}

.corporation a:hover {
    background: #e40327;
    color: #fff;
}
/* 
.add_basket{
    position: relative;
    transition: all 0.5s ease-in 0s;
    z-index: 1;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    color: #000;
} */

.add_basket p span {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
}

.product_notes {
    display: inline-flex;
    flex-direction: column;
}

.attribute_group {
    display: inline-flex;
}

.product_notes .attribute_title {
    display: block;
    padding-bottom: 5px;
}

.product_notes .attributes_right {
    display: inline-block;
    margin-left: 10px;
}

.product_box .wishlist-notification-box, .swiper-slide .wishlist-notification-box {
    text-align: center;
    margin: 10px auto 0 auto;
    color: red;
}

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

#swiper_new_products .swiper-slide .add_basket, #swiper_recent_products .swiper-slide .add_basket {
    transition: all 0.5s ease-in-out;
}

#swiper_new_products .swiper-slide .swipper-product-image img, #swiper_recent_products .swiper-slide .swipper-product-image img {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

#swiper_new_products .swiper-slide:hover .swipper-product-image img, #swiper_recent_products .swiper-slide:hover .swipper-product-image img {
    opacity: 0.2;
}

.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%;
    background: #f2f2f2 url(../img/layout/bin.svg) no-repeat -2px 1px;
    background-size: 35px;
    z-index: 15;
}
.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:30px;}

.recent_products .section_home {
    margin-top: 80px;
    margin-bottom: 80px;
}

.recent_products .section_home .about_bg {
    background: #f4f4f4;
    position: absolute;
    width: 75%;
    right: 0;
    height: 95%;
    top: 5px;
}


/* ==================================
   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 .lSPager.lSGallery {
/*
    padding-top: 20px!important;
    width: 100%!important;
*/
}
.lSGallery li{
/*
    display: block;
    border: 1px solid #f5f5f5;
    border-radius: 0!important;
    padding: 10px;
    height: auto!important;
*/
}
.lSGallery li.active{
    border-radius: 0!important;
    /*border: 1px solid #f1f1f1!important;*/
}
.lSGallery li a{
    outline:none
}
.lSSlideOuter.vertical{
    padding-left: 80px!important;
    padding-right: 10px!important;
}
#lightSlider{
/* 	height: auto!important; */
}
#lightSlider li{
/* 	height: auto!important; */
}
.lSSlideOuter.vertical .lSGallery{
    left: 0;
    right: auto;
    margin-right: 15px;
    margin-left: 0!important;
}
.product-preview .lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 32px 0px;
    bottom: auto;
    right: 10px;
    left:auto;
    top: 50%;
}

.product-preview .lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 0px;
    bottom: auto;
    right: auto;
    left: 20px;
    top: 50%;
}

img.zoom-image {
    max-width: 100%;
    position: relative;
    display: inline-block;
    height: auto;
    width: auto;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0!important;
}

.lSSlideOuter .lSPager.lSGallery {
    width: 100%!important;
    list-style: none;
    padding-left: 0;
    margin: 0;
    overflow: visible;
    transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    user-select: none;
    display: flex;
    justify-content: center;
    margin-top: -25px!important;
    z-index: 10;
    position: relative;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0;
}

.lSGallery li{
	display: block;
	height: auto!important;
}
.lSGallery li.active{	
    border: 1px solid #eed5cb;
}

.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a{display:none;} 

.product-view{
    margin: 100px 0 100px 0;
}
.product-card{
    position: relative;
}

.zoom-text{
	margin-top: 10px;
	font-size:12px;
}
.zoom-text .icon-loupe{
	display: inline-block;		
	width:20px;
	height:20px;
	background: url(../img/layout/icon-loupe.svg) no-repeat center center;
	background-size: 100%;
	vertical-align:middle;
}

.section_home .center {
    text-align: center;
}

.profile_text p {
    margin-bottom: 20px;
}

.profile_text p.sec {
    color: #77797B;
}

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

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    border-radius: 0;
}


.info_box {position:relative;overflow:hidden; border-radius: 5px; margin-top:25px; color:#fff; background-position:left bottom;	background-repeat:no-repeat;}
.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;
}
ul.tabs  > li{
    font-size: 14px;
    display: inline-block;
    margin: 0 0 0 0px;
    color: #515255;
    padding: 15px 20px 15px 20px;
    cursor: pointer;
    background-image: none;
    font-weight: 400;
    text-transform: uppercase;
}
ul.tabs  > li:hover{	color:#434343;	cursor: pointer;}
ul.tabs  > li.current{
    color: #515255;
    font-weight: bold;
    border-bottom: 1px solid #515255;
}
.box-content{
    padding: 30px;
    background: #fff;
}

.box-content ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #eed5cb;
    border-radius: 50%;
    opacity: 1;
    transition: width .3s ease;
    position: absolute;
    left: 0;
    margin-top: 7px;
}

.box-content ul li {
    position: relative;
    font-size: 15px;
    padding: 4px 0 4px 20px;
    color: #515255;
}

.box-content p {
    font-size: 15px;
    line-height: 24px;
    margin: 5px 0;
}

.tab-content{	display: none; }
.tab-content.current{	display: inherit;}

.tab-content img{ margin:0 auto; display:block; max-width:100%; width:auto;	}

.brand-logo{
	position:absolute;
	width:130px;
	right:20px;
	top:10px;
	z-index:9;
}

.prod_avail{	
}

.prod_avail p {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 5px;
}

.prod_avail p span {
    color: #515255;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 700;
}

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

.product_view_banner h1 {
    font-size: 60px;
    color: #513629;
    position: relative;
    top: 0;
    font-weight: 500;
    z-index: 1;
    margin-bottom: 30px;
}

.product_view_banner p {
    color: #8f624c;
    background-color: #00000001;
}

.product-options{
	margin: 0px 0 20px 0;
}

.product-card h1 {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #515255;
}

.product-card .price{
    display: block;
    width: 100%;
    font-weight: 300;
    padding: 20px 0 0px 0;
    font-size: 25px;
    position: relative;
    color: #8f624c;
}
.product-card .price sup, .product-card .price sub {
    bottom: auto;
    font-size: 100%;
    top: auto;
}
.product-card .previous{
    color: #e40327;
    font-size: 20px;
    font-weight: 300;
    text-decoration: line-through;
    margin-left: 5px;
}
.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: 0.5em;
    margin: 8px 0 8px 15px;
}
.product-card .reduction .badge{
	font-size: 1.3em;
	background: #eed700;
	border-radius:0px;
}
.product-card .reduction small{
	font-weight: normal;
}

.product-actions input.quantity {
    width: 40px;
    height: 32px;
    border-radius: 0;
    box-shadow: none;
    display: inline-block;
    font-style: normal;
    text-align: center;
    font-weight: bold;
    color: #513629;
    background: #fff;
    float: right;
    border-bottom: none;
}

.product-card .wishlist-btn {
    display: flex;
    align-items: center;
    font-weight: 600;
}

.product-card .wishlist-btn img {
    width: 35px;
    position: relative;
    top: 1px;
}

.product-actions .minus, .product-actions .plus, .cart .minus, .cart .plus {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    color: #513629;
    background: #fff;
    -webkit-transition: background 200ms ease-in-out;
    transition: background 200ms ease-in-out;
    float: right;
}

.product-actions .minus:hover, .product-actions .plus:hover, .cart .minus:hover, .cart .plus:hover {
    color: #000;
}
.product-actions input[type=number]::-webkit-inner-spin-button, 
.product-actions input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.form-quantity{
	margin: 15px 0;
	padding:0px;
}
.form-quantity label{	
	float:left;
}

.form-options{
	margin: 10px 0;
	padding:0px;
	border-bottom: 1px solid #e1e1e1;
}
.form-options label{	
	float:left;
	font-size:14px!important;
	padding-left:0px!important;
	cursor:default;
}

.form-options .select2Buttons{
	display: inline-block;
}
.form-options .select2Buttons ul{
	margin: 0;	
}
.form-options .select-buttons li {	
	background-image: none!important;
	padding-left:0px!important;	
}
.form-options .select-buttons li a{
	color: #434343;
	background: #fff;
	font-weight: bold;	
	border: 1px solid #434343;
	margin:0 4px;
	padding:8px;
}
.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: #434343;
	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: #E40529;
	color: #fff;
}

.product_box span.new_product, .product-preview span.new_product{
	position: absolute;
	background: #434343;
	top: 5px;
	right: 5px;
	color: #fff;
	font-size: 10px;
	line-height: 30px;
	z-index: 2;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 30px;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #e40327;
    opacity: 1;
    border-color: #e40327;
    color: #fff;
}

.wishlist-btn{
    display: block;
    margin: 0px auto;
    width: fit-content;
    transition: all 0.2s ease-in;
}

#wishlist-notification { display:none; text-align:center; margin-top:10px;}

.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: 22px;
    margin: 10px 0px 20px 0px;
    color: #515255;
    font-weight: 600;
}
.no-results p{
	line-height:22px;margin:15px 0px 15px 0;
}


.pagination{
	clear: both;
	display: block;
	width: 100%;
	margin: 20px 0 0 0;
}
.pagination .disabled{
	display: none;
}

.stats {
    font-size: 17px;
    color: #6f6f6f;
    font-weight: 400;
    display: inline;
    float: left;
    width: calc(50% - 15px);
    margin-top: 10px;
    margin-left: 15px;
}

.page-navigation{
    margin-top: 10px;
    padding: 10px 0px;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.page-navigation a, .page-navigation span{
    width: auto;
    margin: 0;
    display: inline-block;
    text-align: center;
    color: #6f6f6f;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border: solid 1px #fff;
}
.page-navigation a, .page-navigation span.current{
	padding: 8px 15px;
    margin: 0 2px;
}
.page-navigation span.current{
    border: 1px solid #6f6f6f;
    border-radius: 100%;
    padding: 8px 15px;
}
.page-navigation a:hover{
    color: #000;
    border: 1px solid #000;
    border-radius: 100%;
}
.page-navigation .next-prev{
    display: inline-block;
    width: auto;
	border: 0;
	margin-top: 5px;
}
.page-navigation .next-prev a{	
	padding: 7px 10px 6px 13px;
    top: 34px;
    position: relative;
    transform: translateX(0) translateY(-50%);
}
.page-navigation .next-prev a:hover{
    transform: translateX(2px) translateY(-50%);
}
.page-navigation .next-prev img {
    width: 12px;
    transform: rotate(-90deg);
}

.page-navigation .next-prev .prev img {
    width: 12px;
    transform: rotate(90deg);
}

.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{	
    margin-right: 20px;
    background: #f5f5f5;
    padding: 15px;
}
#sidebar hr{
	float:left;
	width:100%;
    margin-top: 0px;
    margin-bottom: 0px;
    display: none;
}
.cd-filter-trigger { display:none;}
.block {
    float: left;
    display: block;
	position: relative;   
	width: 100%;
    margin: 0px 0 20px 0;
    padding: 0 15px;
	overflow:visible;		
}
.block.right {
    float: right;
    display: inline-block;
    width: 50%;
}

.block.right.toggle h4 {
    font-size: 14px;
    font-weight: 500;
    background: #515255;
    width: fit-content;
    float: right;
    padding: 12px 100px 12px 15px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #515255;
}

.block.right.toggle.closed h4::before {
    content: '';
    position: absolute;
    right: 5px;
    top: 35%;
    width: 12px;
    height: 12px;
    background: url(../img/layout/cd-icon-arrow.svg) no-repeat center center;
    background-size: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    transform: rotate(0deg);
}

.block.right.toggle h4::before {
    content: '';
    position: absolute;
    right: 5px;
    top: 35%;
    width: 12px;
    height: 12px;
    background: url(../img/layout/cd-icon-arrow.svg) no-repeat center center;
    background-size: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    transform: rotate(180deg);
}

.block.right.toggle.hide-option ul.side_nav {
    display: none;
    position: absolute;
    top: 42px;
    border-top: none;
    padding-top: 0;
    width: 222px;
    right: 15px;
    background: #515255;
}

.block.right.toggle.hide-option ul.side_nav a {
    text-transform: none;
    background: none;
    box-shadow: none;
    padding-left: 18px;
    font-size: 13px;
    color: #fff;
}

.block.right.toggle.hide-option ul.side_nav li a:hover {
    color: #000;
    text-decoration: none;
}

.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;
    width: 12px;
    height: 12px;
    background: url(../img/layout/cd-icon-arrow.svg) no-repeat center center;
}
.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;	
}

.catalog_page {
    margin: 100px 0;
}

.filters-mob {
    display: none;
}

.filters {
    display: block;
    width: 100%;
}

ul.side_nav {
    float: left;
    margin: 0;
    padding: 25px 0px 10px 0;
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
}

.color_palette {
    padding-left: 32px;
    color: #000;
    font-weight: 400;
    font-size: 13px;
    padding-bottom: 2px;
    text-transform: uppercase;
    top: 2px;
    position: relative;
}

.toggle.hide-option ul.side_nav{
	display: none;
}
ul.side_nav a{
	-moz-transition:none;
	-o-transition:none;
	-webkit-transition:none;
	transition:none;
	
}
ul.side_nav li {
    margin: 0px 0 8px 0px;
    display: block;    
    padding: 0 0px;
}
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: #000;
}
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 > a {
    padding-left: 22px;
    position: relative;
}

ul.side_nav.checkboxes li a:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid #F2BFCE;
    border-radius: 50%;
    opacity: 1;
    transition: width .3s ease;
    position: absolute;
    left: 0;
    margin-top: 4px
}

ul.side_nav.checkboxes li a:hover::after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 3px;
    border-radius: 50%;
    background-color: #F2BFCE;
}

ul.side_nav.checkboxes li.selected a{
	background-position: 0px -82px;
}
ul.side_nav.checkboxes li.selected a:hover{
	background-position: 0px -123px;
}
ul.side_nav.checkboxes li.selected a:active{
	color: #f0bb02;
}
ul.side_nav.checkboxes li a:hover{
	background-position: 0px -41px;
}
ul.side_nav.multi-categories li.selected a{
	font-weight:bold;
}
ul.side_nav.multi-categories li.selected li a{
	font-weight:400;
}
ul.side_nav.multi-categories li li.selected a{
	font-weight:bold;
}
ul.side_nav.multi-categories li li.selected li a{
	font-weight:400;
}
ul.side_nav.multi-categories li li li.selected a{
	font-weight:bold;
}
ul.side_nav.multi-categories li li li a{
	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 a:hover{
	background-position: 0px -41px;
}

ul.side_nav.radios li > a{
	padding-left: 22px;
    position: relative;
}

ul.side_nav.radios li > a:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid #F2BFCE;
    border-radius: 50%;
    opacity: 1;
    transition: width .3s ease;
    position: absolute;
    left: 0;
    margin-top: 4px;
}

ul.side_nav.arrows li a{

}
ul.side_nav.arrows li a:before{
	content: "\e5da";
	display: inline-block;
	font-family: 'icorun' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #434343;
}
ul.side_nav.radios li.selected a:after, ul.side_nav.radios li.selected a:hover::after {
	content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 3px;
    border-radius: 50%;
    background-color: #F2BFCE;
}
ul.side_nav.radios li a:hover::after{
	content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 3px;
    border-radius: 50%;
    background-color: #F2BFCE;
}
ul.side_nav li a {
    display: block;
    color: #000;
    font-weight: 400;
    font-size: 13px;
    padding-bottom: 2px;
    text-transform: uppercase;
}

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

ul.side_nav ul {
	display: none;
    margin: 0px 10px;
    padding: 10px 0 5px 0;
}
ul.side_nav ul.show {
	display: block;
}

ul.side_nav li ul li a {
	padding-left: 10px!important;
}

ul.side_nav ul li a:hover, ul.side_nav ul li.selected > a {

}

ul.side_nav.arrows li.selected > a{
	color: #000;
	font-weight: bold;
}
ul.side_nav .disabled{
	color: #ccc;
	padding: 5px 10px;
	display: none;
}
ul.side_nav span.count{
	display: none;	
}
.productoptions ul.side_nav li{
	margin: 0 10px 10px 0;
	float: left;
	min-width: 90px;
}

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

.searchable-input{
	float: left;
	width: 100%;
	padding: 0 0px 10px 0;
}
.searchable-input input{
	padding: 4px;
	font-size: 15px;
	line-height: 24px;
	width: 100%;
	border-radius: 0;
	color: #404041;
	border:none;
	border:1px solid #000;
	background: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.filters a{
    display: inline-block;
    padding: 6px 30px 6px 10px;
    margin-right: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: #e40327 url(../img/layout/remove2.png) no-repeat 92% 50%;
    -webkit-box-shadow: inset 0 0 2px 1px rgb(51 51 51 / 20%);
    -moz-box-shadow: inset 0 0 2px 1px rgba(51, 51, 51, 0.2);
    box-shadow: inset 0 0 2px 1px rgb(51 51 51 / 20%);
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    z-index: 99;
    transition: all 0.3s ease-in-out;
}
.filters a:hover{
	background-color: #f2bfce;
	text-decoration: line-through;
    color: #e40327;
}

.side_categories {
    margin: 0 30px 0 15px;
}

.side_categories h3 {
    text-align: center;
    font-size: 22px;
    padding: 20px 0 16px 0;
    background: #e40327;
    color: #fff;
    margin-bottom: 30px;
}

.side_categories .sub_categories {
    padding: 0 10px;
}

.side_categories .sub_categories .product_image {
    border: 1px solid #ec647f3d;
    margin: 0 0px 20px 0px;
}

.subcategory_title {
    padding: 7px;
    font-weight: bold;
    background: #e5e5e5;
    text-align: center;
    transition: all 0.8s ease-in-out;
}

.side_categories .sub_categories .product_image .subcategory_title {
    transition: all 0.3s ease-in-out;
}

.side_categories .sub_categories .product_image:hover .subcategory_title {
    background: #f2bfce;
}

.subcategory_title p {
    font-size: 14px;
    color: #000;
}

.sub_categories:nth-child(6n+8) {
    clear: both;
}

/* -------------------------------- 

xcustom form elements 

-------------------------------- */
.cd-filter-block {
  margin: 0; 
  padding: 0;  
}
.cd-filter-block h4 {  
    position: relative;
    margin: 0;
    padding: 10px 10px 10px 0px;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-bottom: 1px solid #000;
}
.cd-filter-block h4:hover{
	color: #e40327;	
}

.cd-filter-block .block.closed h4::before {  
    content: '';
    position: absolute;
    right: 5px;
    top: 35%;
    width: 12px;
    height: 12px;
    background: url(../img/layout/cd-icon-arrow.svg) no-repeat center center;
    background-size: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    transform: rotate(180deg);
}

.cd-filter-block .block h4::before {
    content: '';
    position: absolute;
    right: 5px;
    top: 35%;
    width: 12px;
    height: 12px;
    background: url(../img/layout/cd-icon-arrow.svg) no-repeat center center;
    background-size: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    transform: rotate(0deg);
}

.cd-filter-block .block.active h4::before {
    background: none;
}

/* .cd-filter-block h4.closed::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
} */
.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;	
}

.customers form {
    margin: 20px 0 10px 0;
}

.customers h2.title {
    margin: 20px 0px 10px 0px;
}

.customers .btn-primary {
    margin-top: 15px;
}

.customers.account label.control-label, .preferences label.control-label {
    width: fit-content;
    color: #000;
}

.preferences .input {
    margin: 15px 0;
}

/* ==================================
   CHECKOUT
   =================================== */

.checkout-navigation {

}

.checkout-navigation h1{
    margin: 25px 0;
    position: relative;
    font-size: 3em;
}
.checkout-navigation h1 .first-word{
    font-size: 30px;
    font-weight: 800;
    color: #515255;
    line-height: 40px;
    letter-spacing: 0.2em;
}

.checkout-navigation .row {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.checkout-navigation .step-item {
    height: auto;
    color: #d1d4d6;
}

.checkout-navigation .step-item .step-line {
    padding: 0;
    transition: all .25s ease-in;
    -webkit-transition: all .25s ease-in;
    position: relative;
    width: 6px;
    height: 2px;
    display: inline-block;
    top: 0;
    margin: 10px 8px 3px 8px;
    border-radius: 100%;
    text-align: center;
}

.checkout-navigation .step-item .step-index {
    font-size: 3em;
    font-weight: bold;
    margin-top: -0.4em;
    padding: 0;
    width: auto;
    text-align: center;
    transition: all .25s ease-in;
    -webkit-transition: all .25s ease-in;
}

.checkout-navigation .step-item .step-title {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    transition: all .25s ease-in;
    -webkit-transition: all .25s ease-in;
    letter-spacing: .25px;
    color: #444;
}

.checkout-navigation .step-item.complete .step-line {
    background-color: #515255;
}
.checkout-navigation .step-item.active .step-line {
    background-color: #515255;
}
.checkout-navigation .step-item.complete .step-index {
	color: #515255;
}
.checkout-navigation .step-item.active .step-index {
	color: #000;
}
.checkout-navigation .step-item.active .step-title {
    color: #000;
}
.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: #000;
}

.checkout-navigation .step-item.complete:hover .step-index {
    color: #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: #515255;
}
.checkout-field input{
	font-size: 2em;
	font-weight: bold;
    margin: 10px 10px 0 0!important;
}
.checkout-field .badge{
	display: inline-block;
	float: right;
	font-weight: bold;
	margin-top: 5px;
    background: #e40327;
	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: 17px;
    font-weight: bold;
    margin: 12px 0;
}
.checkout-field .description ul {margin-bottom:10px;}

.checklist {
    margin: 15px 0;
}

.checkout-field .description ul li, .checklist li {
    position: relative;
    font-size: 15px;
    padding: 2px 0 2px 20px;
    color: #515255;
}

.checkout-field .description ul li::before, .checklist li::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #eed5cb;
    border-radius: 50%;
    opacity: 1;
    transition: width .3s ease;
    position: absolute;
    left: 0;
    margin-top: 7px;
}

.checkbox input.form-control[type="checkbox"]{
	width: 30px;
	margin-top: 10px;
	margin-left: -10px;
}

/* ==================================
   CART
   =================================== */
   
.icon_close {	
	background: url(../img/layout/cd-remove-item.svg) no-repeat center center;
	width: 32px;
	height: 32px;
	display:inline-block;
}
   
.close {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    opacity: 0.9;
	float:none;
}

.form-group.form-quantity {
    margin: 10px 0px 10px 0;
    display: inline-flex;
    width: 37%;
    padding: 10px 20px;
    justify-content: center;
    background: #fff;
}

.table.cart{
	background: #f2f2f2;
	font-size: 14px;	
}
.table.cart > tbody > tr > td, .table.cart > tbody > tr > th, .table.cart > tfoot > tr > td, .table.carte > tfoot > tr > th,
.table.cart > thead > tr > td, .table.cart > thead > tr > th {
    vertical-align: middle;
    padding: 10px;
	border-bottom: 1px solid #e1e1e1;	
    font-weight: 400;
}
.table > thead > tr > th{
    background: #067902;
    color:#fff;
    font-weight:700!important;
}
.table-hover > tbody > tr:hover {
    background-color: #e1e1e1;
}

.cart_button .btn {width:100%;}

.cd-cart {
    position: absolute;
    top: 105px;
    height: calc(100vh - 105px);
    width: 380px;
    background: #fff;
    padding-top: 0px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #faf5f2;
}
.cd-cart.static{
	position: relative;
	opacity: 1;
	visibility: visible;
	width: 100%;
	height: auto;
	top:auto;
	box-shadow:none;
	border:0px;
	margin-bottom:70px;
    margin-top: 20px;
}

.cd-cart.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
  display:block;
}

.cd-cart.speed-in {
  right: 0;
}
.cd-cart > * {
  padding: 0 10px;
}
.cd-cart.static > * {
  padding: 0 0;
}
.cart-empty{
	padding: 50px 30px!important;
	text-align: center;
}
.cart-empty .icon-info{
	display: block;
	width:48px;
	height:48px;
	background: url(../img/layout/icon-info.svg) no-repeat center center;
	margin: 0 auto 30px auto;	
}
.cart-empty p{	
    margin-bottom: 20px;
}

.cd-cart .cd-cart-items {
  padding: 0;
}
.cd-cart .cd-cart-items li {
  position: relative;
  padding: 10px 10px;
  border-bottom: 1px solid #e1e1e1;
  background:none;
  margin-bottom:0px;
}
.cd-cart .cd-cart-items li:last-child {
  border-bottom: 1px solid #e1e1e1;
}
.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: 13%;
    text-align: right;
    width: 60%;
	margin-top:5px;
}
.badge{
	background-color: #E40529;
}
.cd-cart .cd-qty, .cd-cart .cd-price {
    color: #515255;
}
.cd-cart .cd-price {
  margin-top: .4em;
}
.cd-cart .cd-item-remove {
    position: absolute;
    left: 10px;
    top: 20px;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f2f2f2 url(../img/layout/bin.svg) no-repeat -2px 1px;
    background-size: 36px;
}
.cd-cart .cd-item-remove:hover {
  background-color: red;
}

.cd-cart.static .cd-cart-total {
    position: relative;
}

.cd-cart .cd-cart-total {
    padding: 15px 0;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #f1f1f1;
    width: 100%;
}
.cd-cart .cd-cart-total p{
    line-height: 22px;
    margin: 10px 0px 10px 0;
    padding: 0 15px;
}
.cd-cart .cd-cart-finaltotal {	
    font-size: 18px;
    border-top: 1px solid #f1f1f1;
    padding-top: 15px!important;
    font-weight: 700;
}
.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 .cd-go-to-cart span {
    float: none;
}
.cd-cart .cd-cart-total::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
.cd-cart .checkout-btn {
    display: block;
    width: 100%;
    line-height: 50px;
    background: linear-gradient(90deg, rgba(2, 57, 2, 1) 0%, rgba(2, 81, 2, 1) 50%, rgba(12, 106, 10, 1) 100%);
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 1px;
    margin: 10px auto;
    transition: all 0.3s ease-in-out;
}
.cd-cart .checkout-btn:hover ,.no-touch .cd-cart .checkout-btn:hover {
    background: linear-gradient(90deg, rgba(12, 106, 10, 1) 0%, rgba(2, 81, 2, 1) 50%, rgba(2, 57, 2, 1) 100%);
    color: #fff;
}
.cd-cart .cd-cart-total .cd-go-to-cart {
  text-align: center;
  margin: 0;
}
.checkout .checkout-btn, .checkout .cd-go-to-cart, .checkout .cd-item-remove{
	display: none;
}

.cd-go-to-cart .btn-link {
    padding: 12px 0;
    width: 100%;
}

.cd-cart .cd-cart-notice { 
    background: #EED5CB;
    background-size: 60px;
    color: #515255;
    padding: 5px 20px 5px 0px;
    margin-top: 25px;
    text-align: center;
}
.cd-cart .cd-cart-notice p {  
  font-size:16px;
  line-height:26px; 
  padding: 0 15px;
}

/* Forms
================================================== */
.btn{
	text-shadow: none;
	border-radius: 5px;
    padding: 15px 25px;
    background: linear-gradient(90deg, rgba(2, 57, 2, 1) 0%, rgba(2, 81, 2, 1) 50%, rgba(12, 106, 10, 1) 100%);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	white-space: normal;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
    font-size: 14px;
}

.btn-primary{
    transition: all 0.3s ease 0s;
    background: none;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 0;
    background: linear-gradient(90deg, rgba(2, 57, 2, 1) 0%, rgba(2, 81, 2, 1) 50%, rgba(12, 106, 10, 1) 100%);
    font-size: 14px;
    letter-spacing: 1px;
    border: none !important;
    transition: all 0.5s ease-in-out, background-position 0.8s ease-in-out;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    background: linear-gradient(90deg, rgba(12, 106, 10, 1) 0%, rgba(2, 81, 2, 1) 50%, rgba(2, 57, 2, 1) 100%);
    transform: scale(1.05);
    background-position: right center;
}

.btn-basket{
    margin: 0px 0px 28px 24px;
    width: 58%;
    background: linear-gradient(90deg, rgba(2, 57, 2, 1) 0%, rgba(2, 81, 2, 1) 50%, rgba(12, 106, 10, 1) 100%);
    color: #fff;
}

.btn-basket:hover {
    background: linear-gradient(90deg, rgba(12, 106, 10, 1) 0%, rgba(2, 81, 2, 1) 50%, rgba(2, 57, 2, 1) 100%);
    transform: scale(1.05);
    background-position: right center;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus,
.btn-primary:hover, .open > .dropdown-toggle.btn-default {
    background-position: 99% 50%;
    transition: all 0.3s ease 0s;
}
.btn-default{
    text-transform: uppercase;
    font-weight: 700;
    background: transparent;
    border: none;
    color: #513629;
    border-radius: 0;
    border: 2px solid #067902 !important;
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus,
.btn-default:hover, .open > .dropdown-toggle.btn-default {
    background-position: 99% 50%;
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.checkout.single .btn-primary, .checkout.single .btn-default {
    margin-top: 20px;
}

.btn-link{
    color: #8f624c;
	text-transform: uppercase;
	font-weight: 700;
	border: none;
	border-radius: 0;
	background: transparent;
    padding: 15px 0;
}
.btn-link span{
    color: #8f624c;
}
.btn-link:hover{
	color: #000;
}
.btn-more{
	padding: 15px 70px 15px 50px;
	margin-top: 50px;
	background-color: #fff;
	display: inline-block;
	border: 1px solid #6f7172;
}
.btn-more:focus, .btn-more:hover {
    background-color: #e0e0e0;
    border-color: #ccc;
    color: #292a2e;
}

.btn-more.active, .btn-more:active {
    background-color: #e0e0e0;
    border-color: #dbdbdb;
}

.product_details .service_box {
    text-align: center;
    margin: 15px 0;
    min-height: auto;
}

.product_details .service_box h2 {
    margin-bottom: 10px;
}

.product_details .service_box img {
    width: 40px!important;
    height: auto!important;
    filter: none;
    margin: 0 auto 15px auto;
    display: block;
}

.btn-xlarge{
	font-size: 1.3em;
	line-height: 1.4em;
/* 	padding: 10px 70px; */
	letter-spacing: 1px;
	font-weight: 700;
}
label{
	color: #404041;
}
label.error, .help-block.text-danger{
	background: #EC2224;
	color: #fff;
	width: 100%;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	margin: 0;
	line-height: normal;
	position: relative;
	bottom: auto;
	left: auto;
}
input.form-control.error{
	border-color: #EC2224;
}

.pages.contact label.control-label {
    display: none;
}

.pages.contact .form-group {
    margin-right: 30px;
}

label.control-label{
    margin: 5px 15px 5px 0;
    font-size: 15px;
    color: #513629;
    width: 75%;
}
legend{margin:10px 0 0px 0;font-size:16px; color: #515255;}

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

.contactform {
    margin-top: 40px;
}

.form-control{
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px 0px;
    border: none;
    height: auto;
    border-bottom: 2px solid #025202;
    font-size: 16px;
    border-radius: 0;
    color: #513629;
}

textarea.form-control {
    height: 140px;
}

.form-control::placeholder {
    color: #513629;
}

.form-control:hover {
    box-shadow: none;
    border-color: #513629;
}
.form-control:focus {
    box-shadow: none;
    border-color: #513629;
}

form .required label:after{
	color: #e32;
	content: '*';
	display:inline;
	font-weight: bold;
	outline: none;
}
div.submit{
	margin:20px 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: transparent 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: #555;
    padding: 15px 10px;
    padding-right: 20px !important;
    border: none;
    border-radius: 0;
    height: auto;
    border-bottom: 2px solid #025202;
    line-height: 1.42857143;	
}

.table-responsive select.form-control {
    border-bottom: none;
}

select.form-control:hover{
    border-color: #513629;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	cursor: hand;
    cursor: pointer;
}

.form-sel-wrap .form-sel:hover{
	border: 1px solid #eed5cb;
	 outline: 0;
    -webkit-box-shadow: none;
}

.contact_dark{
	text-align:center;
	background:#404041;
	color:#fff;
	padding:30px 0;
}

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

.well{background-color: #f2f2f2; border:0px; border-radius:0px; margin-top: 15px; margin-bottom: 15px;}

.well-{margin-bottom:30px;}

.auth-button {
    clear: both;
    display: inline-block;
    position: relative;
    width: auto;
    padding: 15px 10px 15px 60px;
    margin: 20px 0;
    border-radius: 4px;
    text-align: left;
    background: #eee;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    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_white.svg");
    background-position: center -5px;
    margin: 0;
}

.auth-button.facebook {
    background: #3c5a98;
    color: #fff
}

.auth-button.facebook:hover {
    background: #4365aa
}

.auth-button.google {
    background: #dd4b39
}

.auth-button.google:hover {
    background: #e15f4f
}


.notifications {
    position: relative;
    color: #555;
    font-size: 20px;
    text-align: center;    
    width: 100%;
    height: auto;    
}

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

.notifications:after {
    clear: both
}
.notifications .message{
    background: linear-gradient(90deg, rgba(2, 57, 2, 1) 0%, rgba(2, 81, 2, 1) 50%, rgba(12, 106, 10, 1) 100%);
    color: #fff;
    padding: 13px 0;
    clear: both;
    font-size: 17px;
    z-index: 999;
    position: relative;
}
.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
}

.cd-cart h2.title {
    text-transform: uppercase;
    text-align: left;
    font-size: 17px;
    background: #edeadf;
    margin: 0;
    padding: 20px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.cd-cart h2.title:after {
    content: '';
    position: absolute;
    background-image: url(../img/layout/dots.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    width: 100%;
    height: 15px;
    bottom: -10px;
    left: 0;
    z-index: 1;
}

h2.title{		
    font-size: 22px;
    font-weight: 700;
    color: #513629;
    margin: 20px 0px 20px 0px;
}
h3.title{
	color:#fff;
	text-transform:uppercase;
	font-weight:300;
	display:block;
	padding-bottom:1.25rem;
	font-size:1.7em;
	position:relative;
}
h3.title::after {
    background-color: #EED700;
    content: "";
    display: block;
    height: 1px;
    margin-left: 46%;
    margin-top: 20px;
    position: relative;
    width: 8%;
}

h4.title{
	margin: 20px 0 20px 0;
    font-size: 18px;
    font-weight: bold;
    color: #8f624c;
}
h4.title span.counter{
    border-radius: 100%;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    color: #444;
    border: 1px solid #444;
    margin-right: 5px;	
}
h4.title a.underline{
	font-size:14px!important;
	color: #e40327;
	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;
	}

    .products_cart_wrapper:before{
        width: 36px;
        height: 41px;
    }
    .view_product a img{
        width: 36px;
        height: 26px;
    }
}
@media (min-width: 551px) and (max-width: 767px) {
	.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 only screen and (min-width: 1666px) and (max-width: 1799px) {
    #navi ul li a {
        font-size: 15px;
        padding: 15px 3px;
        text-align: center;
    }

    #navi ul li .submenu {
        top: 49px;
    }
}

@media only screen and (min-width: 1561px) and (max-width: 1665px) {
    #navi ul li a {
        font-size: 15px;
        padding: 15px 3px;
        text-align: center;
    }

    #navi ul li .submenu {
        top: 60px;
    }
}

@media only screen and (min-width: 1499px) and (max-width: 1560px) {
    #navi ul li a {
        font-size: 15px;
        text-align: center;
    }

    #navi ul li .submenu {
        top: 65px;
    }

    .product_box .title h3 {
        font-size: 21px;
        margin: 5px auto 15px auto;
    }
}

@media only screen and (max-width: 1499px) {
    .actions_on_hover{top:35%;}

    #navi ul li a {
        text-align: center;
    }
    
    .product_view_banner h1 {
        font-size: 50px;
        margin-bottom: 25px;
    }

    .content_text h1 {
        font-size: 55px;
    }

    .product_box {
        margin: 0px 0px 45px 0px;
    }

    .products_home {
        margin: 0 0px;
    }

    .header_menu ul li {
        padding-right: 8px;
    }

    #navi ul li .submenu {
        top: 68px;
    }

    #navi ul li {
        padding: 0 6px;
    }

    .sub_categories {
        width: 25%;
    }

    .sub_categories:nth-child(6n+8) {
        clear: none;
    }

    .sub_categories:nth-child(4n+6) {
        clear: both;
    }

    .product_box .product_image {
        padding: 0;
    }

    .new-info, .discount-info {
        right: 0px;
    }

    .product_box .title h3 {
        margin: 10px auto 10px auto;
        padding: 0 0px 5px 0px;
    }

    .pages.home .section_about {
        padding: 110px 0 100px 0;
    }

    .parallax p {
        width: 42%;
    }

    .cat_box h3 a {
        font-size: 17px;
        padding: 10px 25px;
    }

    .parallax h1 {
        right: 35px;
    }

    label.control-label {
        font-size: 16px;
    }

    .btn-basket {
        margin: 0px 0px 28px 21px;
    }

    .box-content {
        padding: 25px;
    }

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



@media only screen and (min-width: 1200px) and (max-width: 1550px) {
    .add_basket p.cart_left {
        width: 100%;
    }

    .swiper-slide .add_basket {
        flex-direction: column;
    }
}


@media only screen and (max-width:1349px) {
	/*#top_bar{background:purple;}	*/
	#navi ul li a{ font-size: 14px; }	
	
	.product_box .title{ padding:10px 10px 0 10px;}

    #navi ul li .submenu {
        top: 65px;
    }

    .service_box h2 {
        font-size: 19px;
    }

    .service_box {
        min-height: 263px;
    }

    .content_text h1 {
        font-size: 52px;
    }

    .footer_box h6 {
        font-size: 20px;
        margin: 0px 0 20px 0;
    }

    #logo {
        width: 185px;
        height: 50px;
    }

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

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

    .section_insta h1 {
        padding: 50px 0 50px 0;
    }

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

    .social-icons-top span, .top_message span {
        font-size: 12px;
    }

    .top_message {
        padding: 0;
    }

    .top_message.whatsapp {
        padding-right: 15px;
    }

    .desktop-search {
        margin: 0px 3px;
        width: 190px;
    }

    .desktop-search form .icon-search {
        width: 38px;
        height: 38px;
        background: url(../img/layout/search.svg) no-repeat scroll 4px 1px transparent;
        background-size: 100%;
    }

    .product_box:hover .product_image img {
        opacity: 1;
    }

    .section_home {
        padding: 80px 0;
    }

    .grey_bg {
        padding: 60px 0 0px 0;
    }

    .cat_box h3 {
        padding: 10px 0px;
    }

    .cat_box h3 a {
        font-size: 16px;
        padding: 10px 20px;
    }

    .parallax h1 {
        right: 70px;
        top: -125px;
    }

    .section_about h1 {
        font-size: 32px;
    }

    .product_box .title {
        padding: 5px 0px 0 0px;
    }

    .recent_products .section_home {
        margin-top: 50px;
        margin-bottom: 60px;
    }

    .product-card h1 {
        font-size: 23px;
    }

    .product-options {
        margin: 0px 0 10px 0;
    }

    ul.tabs > li {
        padding: 12px 15px 12px 15px;
        width: 100%;
    }
	
}  

@media only screen and (min-width:992px) and (max-width:1199px) {	
	/*#top_bar{background:green;}	*/
	
	#navi ul li.hide_item { display:none;  }
	
	.brand_home { padding:20px; }	
	
	.horizontal_banner.gift_bg .horizontal_banner_text{ padding: 70px 0 80px 0;}

    .dynamic_content {
        margin: 50px 0;
    }

    .contact_info {
        gap: 100px;
        margin: 25px 0;
    }

    .contact_box_icon img {
        width: 30px;
    }

    .contact_box_icon {
        width: 58px;
        height: 55px;
    }

    .product_details .service_box {
        padding: 20px;
    }

    .product_view_banner h1 {
        font-size: 45px;
    }

    .about_home_flex.sec {
        padding: 0px;
    }

    .service_box {
        min-height: 271px;
        padding: 30px 30px;
    }

    .service_box h2 {
        font-size: 18px;
        line-height: normal;
    }

    .footer_box p {
        font-size: 15px;
        line-height: 27px;
    }

    .footer_box .footer_social a {
        font-size: 15px;
    }

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

    .logomark {
        background-size: 75px;
        width: 75px;
        height: 75px;
        top: -60px;
    }

    .footer_social {
        margin-top: 10px;
    }

    .footer_copyright {
        margin-top: 20px;
        padding-top: 20px;
    }

    .footer_box h6 {
        font-size: 17px;
        margin: 0px 0 15px 0;
    }

    .footer_box.contact {
        padding: 35px 25px 25px 25px;
    }

    .social-icons-top span, .top_message span {
        font-size: 11.5px;
    }

    #top_bar {
        padding: 5px 30px;
    }

    .icon {
        width: 110px;
        top: -5px;
    }

    #footer {
        padding: 100px 0 60px 0;
    }

    #language {
        right: 30px;
    }

    .header_menu ul li {
        font-size: 15px;
        padding-right: 5px;
    }

    #language {
        margin-right: 20px;
    }

    #navi ul li {
        padding: 0 3px;
    }

    .product_box .title h3 {
        font-size: 21px;
        line-height: 23px;
    }

    .graphic {
        background-size: 400px;
        width: 400px;
        height: 400px;
        left: -35px;
        top: -170px;
    }

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

    .block.right.toggle.hide-option ul.side_nav {
        width: 200px;
    }

    .parallax p {
        width: 60%;
        margin-left: 15px;
    }

    .parallax h2 {
        margin-left: 15px;
    }

    .parallax .more {
        margin-left: 15px;
    }

    .cat_box h3 a {
        padding: 8px 15px;
    }

    .three_items img {
        width: 100px;
    }

    .parallax h1 {
        font-size: 70px;
        top: -110px;
        right: 75px;
    }

    .content_text h1 {
        font-size: 48px;
    }
    
    .about_text {
        padding: 0px 0px 0 5px;
    }

    .section_about h1 {
        font-size: 30px;
        padding-bottom: 30px;
    }

    .three_items .item_box h2 {
        font-size: 22px;
        padding: 0px 0px;
    }

    .three_items {
        padding: 120px 0 50px 0;
    }

    .pages.contact .three_items img {
        width: 75px;
        margin-bottom: 30px;
    }

    .three_items .item_box:after {
        width: 125px;
        height: 125px;
    }

    .new-info, .discount-info {
        width: 45px;
        height: 45px;
    }

    .product-actions .minus, .product-actions .plus, .cart .minus, .cart .plus {
        width: 18px;
        height: 18px;
        font-size: 22px;
    }

    #navi ul li:hover .submenu {
        top: 65px;
    }

    .cd-cart {
        /* top: 86px; */
    }

    .top_icons .cd-cart-trigger.top_icon.cart-open {
        width: 32px;
        height: 32px;
        background-size: 32px;
    }

    .desktop-search form .icon-search {
        top: 8px;
        width: 39px;
        height: 39px;
    }
}

@media (max-width:991px){

	.section_about.error img{display: none;}
    .section_about.error .about_bg{height: 100%;top:0px}
	.top_message.whatsapp { display:none;  }	
    .top_message { text-align: right; }
	.cd-menu-trigger{display:inline-block!important;}
	.cd-search-trigger {display:inline-block!important;}
    .top_icons .cd-search-trigger.top_icon {
        width: 40px;
        height: 40px;
        background-size: 40px;
        top: 12px;
    }

    .contact_box_icon {
        width: 55px;
        height: 53px;
    }

    .contact_info {
        gap: 55px;
        margin: 30px 0;
    }

    .contact_box_icon img {
        width: 30px;
    }

    .product_details .clear {
        clear: none;
    }

    .product_view_banner h1 {
        font-size: 40px;
    }

    .divider {
        margin: 60px 0;
    }

    .home_services {
        margin-top: 50px;
    }

    .section_about.home:before, .gallery_graphic {
        background-size: 200%;
    }

    .service_box {
        min-height: auto;
        padding: 30px;
        margin-bottom: 15px;
    }

    .about_home_flex.sec {
        padding: 0px;
    }

    .product_box {
        margin: 0px 0px 15px 0px;
    }

    .graphic {
        background-size: 350px;
        width: 350px;
        height: 350px;
        left: -25px;
        top: -170px;
    }

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

    .footer_box h6 {
        font-size: 18px;
        margin: 0px 0 15px 0;
    }

    .footer_social {
        margin-top: 15px;
        justify-content: center;
    }

    .footer_box.contact {
        padding: 40px 30px 25px 30px;
    }

    .footer_copyright {
        margin-top: 15px;
        padding-top: 20px;
    }

    .logomark {
        background-size: 75px;
        width: 75px;
        height: 75px;
        top: -35px;
    }

    .header_menu {
        display: none;
    }

    #footer {
        padding: 80px 0 25px 0;
    }

    #top_bar {
        padding: 5px 20px;
    }

    #language {
        right: 20px;
    }

    .top_message.center {
        display: none;
    }

    a#open_text {
        padding: 12px 20px 12px 45px;
        background-size: 13px;
        font-size: 15px;
    }

    .section_home.category_text {
        margin-top: 0px;
    }

    .section_home.category_text h1 {
        margin: 0 auto 40px auto;
    }

    .category_text_wrap {
        padding: 40px;
    }

    #sidebar {
        padding: 0 15px 0px 15px;
    }

    .cd-filter-block {
        padding-top: 20px;
        padding-bottom: 15px;
    }

    ul.side_nav {
        padding: 25px 0px 0px 0;
    }

    #hide_991 {
        display: none;
    }

    .products_text {
        text-align: center;
    }

    .reverse-991 {
        display: flex;
        flex-direction: column-reverse;
    }

    .section_about .about_bg {
        width: 100%;
        height: 50%;
    }

    .section_about .more {
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .parallax p {
        width: 65%;
        margin-bottom: 40px;
        margin-left: 15px;
    }

    .parallax h2 {
        font-size: 28px;
        margin-left: 15px;
    }

    .parallax .more {
        margin-left: 15px;
    }

    .parallax {
        margin: 50px 0;
    }

    .section_home h1 {
        font-size: 32px;
        padding-bottom: 35px;
    }

    .three_items img {
        width: 100px;
    }

    .content_text h1 {
        font-size: 42px;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: -10px;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: -10px;
    }

    .parallax h1 {
        right: 85px;
        font-size: 65px;
        width: 22%;
    }

    .content_text {
        padding: 0 75px;
    }

    .section_about h1 {
        font-size: 28px;
        padding-bottom: 30px;
    }

    .pages.contact .section_about img {
        display: none;
    }

    .section_about {
        padding: 100px 0 80px 0;
    }

    .pages.contact .section_about .about_bg {
        width: 100%;
        height: 100%;
        top: 30px;
    }

    .pages.contact .three_items {
        padding: 110px 0 30px 0;
    }

    .three_items .item_box h2 {
        font-size: 21px;
        padding: 0 0px 0px 0px;
    }

    .three_items .item_box p {
        padding: 0px;
    }

    .three_items .item_box:after {
        width: 125px;
        height: 125px;
    }

    .pages.contact .three_items img {
        width: 70px;
        margin-bottom: 30px;
    }

    .padd {
        padding: 60px 0;
    }    

    .dynamic_content h2 {
        font-size: 21px;
    }

    .page_title {
        /* display: block; */
    }

    .page_title h1 {
        font-size: 32px;
    }

    .dynamic_content {
        margin: 50px 0;
    }

    .product_box .price {
        margin-top: 0px;
    }

    .recent_products .section_home .about_bg {
        width: 100%;
        height: 55%;
    }

    .info_footer_container.prelast {
        clear: both;
    }

    .recent_products .section_home {
        margin-top: 40px;
        margin-bottom: 0px;
    }

    .product-card .new-info, .product-card .discount-info {
        top: 50px;
    }

    .form-group.form-quantity {
        width: 30%;
    }

    .form-group.form-quantity {
        width: 100%;
    }

    .btn-basket {
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
    }

    ul.tabs > li {
        width: auto;
    }

    .top_icons .cd-cart-trigger.top_icon.cart-open {
        top: 2px;
    }

    .product-view {
        margin: 60px 0 0 0;
    }

    .top_icons .cd-search-trigger.top_icon.search-open {
        width: 32px;
        height: 32px;
        background-size: 32px;
        top: 3px;
    }

    .desktop-search .customers form {
        margin: 0px;
    }

    .cd-cart-trigger.cart-open {
        top: 1px;
    }

    .top_icons .cd-menu-trigger.top_icon.nav-open {
        background-size: 32px;
        width: 32px;
        height: 32px;
        top: 1px;
    }
	#mobile-search{  padding:0px 15px;  }
	.desktop-search{ display:none;    }
	#mobile-search .desktop-search{ width:100%; display:block; float:none; position:relative; margin: 25px 0px 0px 0px;   }
	#navi_container{ display:none;  }	
	.home_divider{height:0px;}
	.cd-cart {
        top: 95px;
        height: calc(100vh - 95px);
    }
	
	.footer_box {  margin-top:20px; margin-bottom:20px; text-align: center;}

	.vertical_banner {margin-top:25px;}	
	
	.block { margin-bottom:10px; padding: 0 0px 0 15px;}
	.block.right { float: left;}	

    .top_icons .cd-search-trigger.top_icon {
        width: 35px;
        height: 35px;
        top: 11px;
    }

    .top_icons .top_icon {
        width: 43px;
        height: 35px;
        background-repeat: no-repeat;
        background-size: 43px;
        position: relative;
        padding: 0;
        background-position: unset;
        top: auto;
    }

    #language {
        margin-right: 15px;
    }

    .cart_menu {
        margin-right: 15px;
    }

    .header {
        padding: 10px;
    }

    .top_icons .cd-cart-trigger.top_icon.cart-open {
        width: 32px;
        height: 32px;
        background-size: 32px;
    }

    .cd-filter-block {display:none; margin-bottom: 20px;}
	.cd-filter-trigger { display:block; text-align:center; margin:-20px 0 35px 0; }
	.cd-filter-trigger span {
        padding: 10px 25px;
        font-size: 19px;
        font-weight: bold;
        color: #fff;
        background: #E40529;

        display: none;
    }
	.cd-filter-trigger img { width:24px; vertical-align:middle; margin-right:10px;}

    .filters {
        margin-bottom: 35px;
    }

    .block.right.toggle.hide-option ul.side_nav {
        right: 0;
    }

    .page-navigation {
        margin-top: 0px;
    }

    .about_home_flex{
        display: block;
    }

   .about_text{
    text-align: left;
   }
	
}
  
@media only screen and (min-width:768px) and (max-width:991px) {	
	/*#top_bar{background:pink;}	*/
	
	
	.brand_home { padding:25px; }
	.cat_box  { background-image:none!important; }
	
	.product-preview-image img.img-responsive{max-width:400px;margin:0 auto; }
	
	.checkout-navigation h1{		font-size: 2em;	}
}

@media (max-width:767px){	
    
    .actions_on_hover,.actions_on_hover_bottom{
        display: none;
    }
    .product-image.inSwiper{z-index: 0;}
	.footer_copyright p {text-align:center;}
	#wapp{float:none; margin-top: 12px;}
	#wapp a{	margin:0 auto; }	

    .three_items .item_box h2 {
        font-size: 19px;
        margin: 0 auto 10px auto;
    }

    .checkout.single .btn-primary {
        float: left;
    }

    .checkout.single .well- {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .contact_box {
        margin: 15px 0;
    }

    .page_heading.contact {
        height: auto;
        min-height: 600px;
    }

    .contact_info {
        gap: 0;
        margin: 30px 0 0 0;
        flex-direction: column;
    }

    .product_details .service_box {
        padding: 20px;
        margin: 10px 0;
    }

    .product_details .service_box h2 {
        font-size: 18px;
    }

    .product-card .price {
        font-size: 23px;
        text-align: center;
        padding-bottom: 30px;
    }

    .product_view_banner p {
        text-align: center;
    }

    .product_view_banner {
        flex-direction: column;
    }

    .product_view_banner h1 {
        font-size: 35px;
        text-align: center;
    }

    .page_heading.product_view {
        height: auto;
        padding-top: 150px;
    }

    #products .col-xs-4 {
        width: 100%;
    }

    p {
        font-size: 17px;
        line-height: 27px;
    }

    .footer_copyright {
        padding-top: 15px;
    }

    .footer_box {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .footer_box .footer_social a {
        font-size: 16px;
    }

    .footer_box h6 {
        margin: 0px 0 12px 0;
        font-size: 17px;
    }

    .section_insta h1:before {
        height: 130px;
    }

    .section_insta h1 {
        padding: 40px 0 40px 0;
    }

    .section_insta h1 {
        font-size: 32px;
    }

    .bank_icons img {
        margin: 0 10px 10px 10px;
    }

    #footer {
        padding: 70px 0 25px 0;
    }

    .swiper-slide:hover .add_basket {
        display: none;
    }

    .logomark {
        background-size: 70px;
        width: 70px;
        height: 70px;
    }

    .footer_box.mini_menu ul.footer_menu {
        flex-wrap: wrap;
    }

    .sub_categories:nth-child(4n+6) {
        clear: none;
    }

    .sub_categories:nth-child(3n+5) {
        clear: both;
    }

    .sub_categories {
        width: 33.33333333%;
    }

    .product-info h4 {
        font-size: 16px;
        padding: 0 0px 5px 0px;
    }

    .swiper-container-horizontal > .swiper-pagination {
        margin: 30px auto 0 auto!important;
    }

    #mobile-nav {
        margin-top: 90px;
    }

    .nix-mobile-side-menu-menu {
        height: calc(100vh - 90px)!important;
    }

    .pages.home .section_about {
        padding: 80px 0 90px 0;
    }

    .section_about .about_bg {
        height: 60%;
    }

    .icon {
        width: 115px;
    }

    .section_home h1 {
        font-size: 32px;
    }

    .three_items img {
        width: 90px;
        margin-bottom: 15px;
    } 
    
    .content_text h1 {
        font-size: 40px;
    }

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

    .graphic {
        background-size: 280px;
        width: 280px;
        height: 280px;
        top: -135px;
    }

    .parallax h1 {
        right: 70px;
        font-size: 55px;
        width: 28%;
        top: -90px;
    }

    .parallax h2 {
        font-size: 26px;
    }

    .parallax p {
        width: 80%;
    }

    .pages.contact .form-group {
        margin-right: 0;
    }

    .three_items .item_box p {
        font-size: 14px;
        line-height: 20px;
    }

    .section_about h1 {
        font-size: 26px;
    }

    .three_items .item_box:after {
        width: 110px;
        height: 110px;
    }
    
    .pages.contact .three_items .item_box:after {
        top: -30px;
    }

    .pages.contact .three_items {
        padding: 100px 0 20px 0;
    }

    .pages.contact .three_items img {
        width: 60px;
    }
	
	.content { padding:15px 10px;  }

    .padd {
        padding: 50px 0;
    }

    .customers .page_title h1, .checkout .page_title h1 {
        margin: 30px 0 30px 0;
    }
    
    .page_title h1 {
        font-size: 28px;
        margin: 30px 0 0px 0;
        text-align: center;
    }

    .breadcrumb {
        margin: 5px 0 20px 0;
        text-align: center;
    }

    .dynamic_content {
        margin: 30px 0 50px 0;
    }

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

    .product-card .price {
        font-size: 23px;
    }

    .product-view {
        margin: 50px 0 0 0;
    }

    .product-card .new-info, .product-card .discount-info {
        top: 20px;
    }

    .form-group.form-quantity {
        width: 37%;
    }

    .btn-basket {
        margin: -30px 0px 0px 30px;
        width: 56%;
    }
	
	.checkout-navigation h1{		font-size: 1.8em;	}
	
	.btn-back {   margin-bottom: 15px; }
	
	ul.tabs  > li{    font-size: 16px;    padding: 15px 10px 15px 10px; }

    #logo {
        width: 160px;
        height: 45px;
    }

    .top_links a {
        padding: 4px 6px;
    }

    .cd-cart {
        top: 90px;
        height: calc(100vh - 90px);
    }

    .top_icons .cd-cart-trigger.top_icon.cart-open {
        top: 3px;
    }

    .desktop-search form .icon-search {
        top: 6px;
        width: 40px;
        height: 40px;
    }

    .product_box .title h3 {
        margin: 5px auto 8px auto;
        font-size: 17px;
        line-height: 22px;
    }

    .top_icons .cd-menu-trigger.top_icon.nav-open {
        background-size: 30px;
        width: 30px;
        height: 30px;
        top: 2px;
    }

    .top_message {
        text-align: center;
    }

    .top_icons .cd-menu-trigger.top_icon {
        width: 38px;
        height: 28px;
        background-size: 38px;
    }

    .header {
        padding: 10px 0;
    }

    .footer_box h6 {
        margin: 0px 0 15px 0;
        font-size: 17px;
        line-height: normal;
    }

    ul.footer_menu li {
        margin-bottom: 5px;
    }

    ul.footer_menu li img {
        margin-top: 8px;
    }
}

@media only screen and (min-width:550px) and (max-width:767px){	
	/*#top_bar{background:red;}		*/
	
	.newsletter_input input{width: 100%; }	
	
	.product_box .title { padding: 0px; }	
	.brand_home { padding:25px; }
	
	.product-preview-image img.img-responsive{max-width:350px;margin:0 auto; }
}

@media (max-width:549px){	
		
	.info_footer_container { width:100%;   }		
	
	h1.page_title { font-size:20px; }
	h2.title{ font-size: 21px;}
	
	.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;	}

    .recent_products .section_home {
        margin-top: 20px;
        padding: 60px 0;
    }

    .section_home {
        padding: 60px 0;
    }

    .contactform {
        margin-top: 25px;
    }

    .contact_box_icon img {
        width: 27px;
    }

    .contact_box_icon {
        width: 50px;
        height: 50px;
    }

    .product_details .col-xs-6 {
        width: 100%;
    }

    .dynamic_text ul li {
        font-size: 17px;
        line-height: 27px;
    }

    .divider {
        margin: 50px 0;
    }

    p.sec {
        font-size: 16px;
        line-height: 26px;
    }

    .product_box .title {
        padding: 0;
    }

    .products_home .col-xs-4 {
        width: 100%;
    }

    a.more, .more {
        margin-top: 30px;
        font-size: 13px;
        padding: 12px 30px;
    }

    .footer_box {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .section_insta h1 {
        padding: 30px 0 30px 0;
    }

    .section_insta h1:before {
        background-size: cover;
        width: 150%;
    }

    .section_insta h1 {
        font-size: 28px;
    }

    .add_basket p.cart_left {
        padding: 7px 10px 7px 5px;
        width: 100%;
    }

    .product_box .title h3 {
        font-size: 20px;
        line-height: 25px;
        margin: 0 auto 8px auto;
    }

    .swiper-slide .add_basket {
        flex-direction: column;
        align-items: center;
    }

    .footer_box.mini_menu ul.footer_menu li {
        padding: 0 15px;
    }

    .catalog_page {
        margin: 80px 0 60px 0;
    }

    .section_about .about_bg {
        height: 70%;
        top: 30px;
    }

    .section_about p.first {
        font-size: 17px;
    }

   .section_about p {
        padding: 5px 0;
    }

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

    .parallax p {
        width: 100%;
    }

    .parallax .more {
        padding: 10px 30px;
    }

    .pages.home .three_items {
        padding: 140px 0 10px 0;
    }

    .cat_box h3 a {
        font-size: 15px;
        padding: 8px 15px;
    }

    .section_home h1 {
        font-size: 28px;
        padding-bottom: 30px;
    }

    .gallery_box {
        margin-bottom: 25px;
    }

    .dynamic_text ul li:before {
        width: 8px;
        height: 8px;
        margin-top: 10px;
    }

    .icon {
        width: 100px;
        top: -10px;
    }

    .parallax h1 {
        font-size: 50px;
        top: -80px;
    }

    .content_text h1 {
        font-size: 35px;
    }

    .slider_container .content_text p {
        font-size: 16px;
    }

    .main_banner {
        min-height: 640px;
    }

    .swiper-button-prev, .swiper-button-next {
        width: 80px;
        height: 90px;
        background-size: 130px;
    }

    .about_text {
        padding: 0px 0px 0 0px;
    }

    .button.thin-bg-dark {
        font-size: 16px;
    }

    .section_about h1 {
        font-size: 25px;
    }

    #map {
        margin: 20px 0 0 0;
    }

    .three_items .col-xs-4 {
        width: 100%;
    }

    .three_items .item_box {
        margin-bottom: 65px;
    }

    .pages.home .three_items .item_box {
        margin-bottom: 45px;
    }

    .pages.contact .three_items {
        padding: 100px 0 0px 0;
    }

    .padd {
        padding: 40px 0;
    }

    .page_title h1 {
        font-size: 26px;
    }

    .dynamic_content h2 {
        font-size: 20px;
    }

    .add_basket {
        display: none;
    }

    .product_box:hover .product_image img {
        opacity: 1;
    }
		
	.cd-cart {  width: 100%;}
	.cd-cart .cd-go-to-cart {  margin: 5px 0 0px 0; }	
	
	ul.tabs  > li{    font-size: 15px;     }

    .cd-cart {
        margin-right: 0px;
    }

    .product-card h1 {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .box-content p {
        font-size: 15px;
        line-height: 24px;
    }

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

    .form-group.form-quantity {
        width: 40%;
        margin: 0;
    }

    .btn-basket {
        margin: 0 0 0 20px;
        width: 55%;
    }

    .box-content ul li {
        font-size: 15px;
    }

    .product-card .price {
        font-size: 22px;
        padding-top: 12px;
        padding-bottom: 15px;
    }

    .product-actions {
        display: flex;
        align-items: center;
    }

    .product-preview {
        padding: 0;
    }

    .banner_image{
        width: 320px;
    }
}

@media only screen and (min-width:480px) and (max-width:549px){	
	/*#top_bar{background:orange;}	*/
		
	.vertical_banner a.link{  padding:10px 15px; }
	
	.brand_home { padding:20px; }	
	
	.block { width:48%;}
	
}
@media only screen and (max-width:479px) {		
	/*#top_bar{background:brown;}	*/
	#logo {
        width: 150px;
        height: 40px;
    }
	#mobile-nav {
        margin-top: 80px;
    }
    .nix-mobile-side-menu-menu {
        height: calc(100vh - 80px) !important;
    }
	.cd-cart {
        top: 80px;
        height: calc(100vh - 80px);
    }

    .cart-empty .icon-info {
        margin: 0 auto 15px auto;
    }

    .content_text {
        padding: 0 30px;
    }

    .product_view_banner h1 {
        font-size: 30px;
    }

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

    .page_heading {
        height: 35vh;
        min-height: 300px;
    }

    .section_about.home:before, .gallery_graphic {
        background-size: 280%;
    }

    .service_box {
        padding: 25px;
    }

    .divider {
        margin: 40px 0;
    }

    .home_services {
        margin-top: 40px;
    }

    .service_box.third img {
        height: 50px;
        margin-bottom: 15px;
    }

    .service_box.sec img {
        width: 85px;
        margin-bottom: 15px;
    }

    .service_box h2 {
        font-size: 18px;
        margin-bottom: 7px;
    }

    .service_box.first img {
        height: 65px;
        margin-bottom: 15px;
    }

    .section_home.section_home_products {
        padding: 30px 0 95px 0;
    }

    .graphic {
        background-size: 235px;
        width: 235px;
        height: 235px;
        top: -125px;
        left: -15px;
    }

    a.more, .more {
        font-size: 12px;
    }

    .content_text h1 {
        font-size: 35px;
    }

    .footer_box h6 {
        margin: 0px 0 12px 0;
    }

    #footer {
        padding: 65px 0 20px 0;
    }
    
    .logomark {
        background-size: 62px;
        width: 62px;
        height: 62px;
    }

    .header {
        margin-top: 20px;
    }

    #language {
        margin-right: 10px;
    }

    .top_links a {
        font-size: 13px;
    }

    .section_home p.title {
        font-size: 13px;
    }

    .dynamic_text h2 {
        font-size: 19px;
        margin: 10px 0; 
    }

    .add_basket p span {
        font-size: 11px;
    }

    .product_box .add_basket .wishlist-btn img, .swiper-slide .add_basket .wishlist-btn img {
        width: 30px;
    }

    .product_box .add_basket, .swiper-slide .add_basket,.view_product
    {
        width: calc(100% - 20px);
    }

    .user_link {
        /* display: none; */
    }

    .side_categories h3 {
        font-size: 20px;
        padding: 18px 0 13px 0;
    }

    .sub_categories {
        width: 50%;
    }

    .sub_categories:nth-child(3n+5) {
        clear: none;
    }

    .sub_categories:nth-child(2n+4) {
        clear: both;
    }

    .pages.home .three_items {
        padding: 130px 0 10px 0;
    }

    li.languages a {
        font-size: 12px;
    }

    .dynamic_text ul li:before {
        width: 7px;
        height: 7px;
        margin-top: 9px;
    }

    .top_icons .cd-search-trigger.top_icon {
        top: 9px;
    }

    .bank_icons {
        margin-top: 30px;
    }

    .footer_box.mini_menu ul.footer_menu li {
        padding: 0 10px;
    }

    .footer_box.mini_menu ul.footer_menu li:not(:last-child)::after {
        margin: 0 0px 3px 3px;
    }

    .block.right.toggle.hide-option ul.side_nav {
        width: 199px;
    }

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

    .cd-filter-trigger span {
        font-size: 18px;
    }

    .block.right.toggle h4 {
        font-size: 16px;
    }

    .pages.home .section_about {
        padding: 60px 0 60px 0;
    }

    .section_about .about_bg {
        top: 15px;
    }

    .parallax h2 {
        font-size: 24px;
    }

    .parallax p {
        font-size: 14px;
    }

    #gallery_content .gallery {
        padding: 0 10px;
    }

    .icon {
        width: 85px;
        top: -5px;
    }

    .cat_box {
        margin: 10px 0;
    }

    .cat_box h3 {
        width: 100%;
        text-align: center;
    }

    .cat_box h3 a {
        width: 100%;
        text-align: center;
    }

    .content_text h1 {
        font-size: 35px;
    }

    .content_text {
        padding: 0 50px;
    }

    .page_heading.contact {
        min-height: 540px;
    }

    .parallax h1 {
        right: 80px;
    }

    .contact_info {
        margin: 20px 0 0 0;
    }

    .section_about h1 {
        font-size: 23px;
        padding-bottom: 20px;
    }

    .pages.contact .section_about .about_bg {
        top: 40px;
    }

    .section_about {
        padding: 85px 0 50px 0;
    }

    .well- {
        margin-bottom: 15px;
    }

    .well- .col-xs-6 {
        width: 100%;
    }

    div.submit {
        margin: 5px 0 15px 0;
    }

    .dynamic_content p {
        font-size: 15px;
        line-height: 24px;
    }

    .page_title h1 {
        font-size: 24px;
    }

    .breadcrumb {
        margin: 2px 0 20px 0;
    }

    .dynamic_content h2 {
        font-size: 19px;
    }

    .section_home h1 {
        font-size: 25px;
        padding-bottom: 25px;
    }

    .section_home p.subtitle {
        font-size: 11px;
        padding: 2px 20px;
    }

    .auth-button {
        font-size: 14px;
    }

    .recent_products .section_home {
        margin-top: 10px;
        padding: 50px 0;
    }

    .new-info, .discount-info {
        width: 44px;
        height: 43px;
    }

    .product_box .title h3 {
        margin-bottom: 5px;
    }
	
	.vertical_banner {height:300px; }
	.vertical_banner span{ font-size: 20px; }	
	.vertical_banner a.link{  font-size: 14px; padding:10px 10px;   }
	
	.brand_home { padding:15px; }		
	
	.brand-logo{width:80px;	top:20px;	}
	
	.btn { padding: 15px 5px; width:100%; }
	.btn-basket { padding: 15px 0px;}
	
	.form-options label{		float:none;	display:block; margin-top:0px;}
	
    .top_icons .cd-search-trigger.top_icon {
        width: 30px;
        height: 30px;
        background-size: 32px!important;
    }

    .top_icons .top_icon,.cart_menu {
        width: 28px;
        height: 28px;
    }

    .top_icons .cd-menu-trigger.top_icon {
        width: 37px;
        height: 27px;
        background-size: 37px;
    }

    .top_icons .cd-menu-trigger.top_icon.nav-open {
        background-size: 26px;
        width: 26px;
        height: 26px;
        top: 3px;
    }

    .top_icons .cd-cart-trigger.top_icon.cart-open {
        top: 4px;
        width: 28px;
        height: 28px;
        background-size: 28px;
    }

    .top_icons .cd-search-trigger.top_icon.search-open {
        width: 30px;
        height: 28px;
        background-size: 28px;
        top: 5px;
    }

    .desktop-search form .icon-search {
        top: 7px;
        width: 37px;
        height: 37px;
    }

    .product-card h1 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .product-card .price {
        font-size: 21px;
    }

    .form-group.form-quantity {
        width: 100%;
    }

    .btn-basket {
        margin: 10px 0px 10px 0px;
    }

    .page_heading.product_view {
        padding-top: 120px;
    }

    ul.tabs > li {
        width: 100%;
        text-align: center;
    }

    .product-view {
        margin: 30px 0 0 0;
    }

    .lSAction>.lSPrev {
        left: 0px!important;
    }

    .lSAction>.lSNext {
        right: 0px!important;
    }

    .banner_image{
        width: 280px;
    }

    .dynamic_text h3 {
        font-size: 16px;
    }
	
}

@media only screen and (max-width:420px) {		
	/*#top_bar{background:brown;}	*/
	
	.social-icons-top { padding:0px 6px; }	
	.top_links { padding:0px 3px; font-size:12px; }	
	#logo {
        width: 120px;
        height: 35px;
    }
     
    .cd-cart {
        top: 70px;
        height: calc(100vh - 70px);
    }

    .page_heading.contact {
        min-height: 510px;
    }

    .contact_box_icon img {
        width: 25px;
    }

    .contact_box_icon {
        width: 47px;
        height: 45px;
    }

    .product_details .service_box h2 {
        font-size: 16px;
    }

    .page_heading {
        height: 30vh;
        min-height: 250px;
    }

    a.more, .more {
        padding: 12px 25px;
    }

    ul.footer_menu li a {
        font-size: 14px;
    }

    #mobile-nav {
        margin-top: 70px;
    }

    .nix-mobile-side-menu-menu #language {
        display: block;
        margin-left: 15px;
        width: fit-content;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .nix-mobile-side-menu-menu #language a {
        padding: 3px 5px;
        display: block;
        font-weight: 600;
    }

    #top_bar {
        padding: 5px 10px;
    }

    li.languages a {
        padding: 3px 4px 1px 4px;
    }

    #language {
        display: none;
    }

    .section_insta h1:before {
        width: 165%;
        height: 100px;
    }

    .section_insta h1 {
        font-size: 25px;
    }

    .add_basket p.cart_right {
        width: 25%;
    }

    .product_box .add_basket, .swiper-slide .add_basket {
        flex-direction: row;
    }

    .add_basket p.cart_left {
        width: 85%;
    }

    .auto-clear .col-xs-6 {
        width: 100%;
    }

    .corporation {
        padding-top: 20px;
        padding-bottom: 10px;
    }

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

    .section_home.category_text h1 {
        margin: 0 auto 30px auto;
    }

    .category_text_wrap {
        padding: 30px;
    }

    .nix-mobile-side-menu-menu {
        height: calc(100vh - 70px) !important;
    }

    .nix-main-menu-container .account_link, .nix-main-menu-container .register_link {
        padding: 5px 0px 5px 0px;
    }

    .side_categories h3 {
        font-size: 18px;
        padding: 15px 0 13px 0;
    }

    .subcategory_title p {
        font-size: 13px;
        line-height: 18px;
    }

    .top_icons .cd-cart-trigger.top_icon {
        width: 28px;
        height: 28px;
        background-size: 28px;
    }

    .top_icons {
        top: 5px;
    }

    .header {
        margin-top: 15px;
    }

    .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
        margin: 5px 4px!important;
    }

    .swiper-container-horizontal > .swiper-pagination {
        margin: 15px auto 0 auto!important;
    }

    .account_link {
        margin-top: 25px;
        margin-bottom: 5px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }

    .register_link {
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }

    .nix-main-menu-container .panel-group .panel-title a {
        font-size: 15px!important;
    }

    .nix-main-menu-container .panel-group .panel-title-empty a {
        font-size: 15px!important;
    }    

    .footer_box.mini_menu ul.footer_menu {
        flex-direction: column;
    }

    .footer_box.mini_menu ul.footer_menu li {
        margin-bottom: 7px;
    }

    .footer_box.mini_menu ul.footer_menu li:not(:last-child)::after {
        display: none;
    }

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

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

    .cd-filter-trigger span {
        font-size: 17px;
    }

    .stats {
       display: none;
    }

    .catalog_page {
        margin: 70px 0 40px 0;
    }

    .page-navigation a, .page-navigation span.current {
        margin: 0;
    }

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

    .block.right.toggle.hide-option ul.side_nav {
        width: 193px;
        left: 14px;
        margin: 0 auto;
    }

    .block.right.toggle.hide-option ul.side_nav a {
        font-size: 15px;
    }

    .block.right {
        width: 100%;
        float: none;
    }
   
    .block.right.toggle h4 {
        font-size: 15px;
        margin: 0 auto;
        float: none;
    }

    .cd-filter-trigger {
        margin: -20px 0 25px 0;
    }

    .section_about .more {
        margin-bottom: 40px;
    }

    .section_about p.first {
        font-size: 16px;
    }

    .section_about .about_bg {
        height: 80%;
    }

    h1 span.first {
        margin-left: -55px;
    }

    #gallery_content .gallery {
        width: 100%;
    }

    .icon {
        width: 80px;
        top: -3px;
    }

    .three_items img {
        width: 80px;
        margin-bottom: 10px;
    }

    .main_banner {
        margin: 0;
    }

    .swiper-button-prev, .swiper-button-next {
        width: 70px;
        height: 80px;
        background-size: 110px;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: -15px;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: -15px;
    }

    .content_text {
        padding: 0 30px;
    }

    .content_text h1 {
        font-size: 30px;
        text-align: center;
    }

    .slider_container .content_text p {
        font-size: 15px;
        line-height: normal;
    }

    h1 span.sec {
        padding-left: 15px;
    }

    .parallax h1 {
        right: 0px;
        left: 0;
        font-size: 45px;
        margin: 0 auto;
        width: 34%;
        top: -70px;
    }

    .parallax h2 {
        font-size: 22px;
    }

    .section_about h1 {
        font-size: 22px;
    }

    .service_box {
        padding: 20px;
    }

    .service_box.sec img {
        width: 70px;
        margin-bottom: 10px;
    }

    .service_box.first img {
        height: 55px;
        margin-bottom: 10px;
    }

    .service_box h2 {
        font-size: 17px;
        line-height: normal;
    }

    .service_box.third img {
        height: 45px;
        margin-bottom: 10px;
    }

    .service_box p {
        font-size: 15px;
    }

    .three_items .item_box:after {
        width: 100px;
        height: 100px;
    }

    .pages.contact .three_items .item_box:after {
        top: -28px;
    }

    .pages.contact .three_items img {
        width: 55px;
        margin-bottom: 25px;
    }

    .three_items .item_box {
        margin-bottom: 55px;
    }

    .pages.contact .three_items {
        padding: 70px 0 0px 0;
    }

    .three_items .item_box h2 {
        font-size: 18px;
    }

    .checkout-navigation {
        padding: 35px 0 30px 0;
    }

    .btn-link {
        font-size: 13px;
    }

    h2.title {
        font-size: 20px;
    }

    .padd {
        padding: 40px 0;
    }

    .page_title h1 {
        font-size: 22px;
    }

    .breadcrumb {
        margin: 0px 0 15px 0;
    }

    .breadcrumb a span, .breadcrumb span {
        font-size: 11px;
    }

    .dynamic_content {
        margin: 25px 0 50px 0;
    }

    .dynamic_content h5 {
        font-size: 17px;
    }

    .dynamic_content ul {
        margin: 10px 0;
    }

    .dynamic_content ul li {
        font-size: 14px;
    }

    .dynamic_text p {
        padding: 5px 0;
    }

    .section_home h1 {
        font-size: 23px;
        padding-bottom: 20px;
    }

    #dynamic_gallery .col-md-3 {
        width: 100%;
    }

    .gallery_box {
        margin-bottom: 15px;
    }

    .gallery_photos {
        padding-top: 0px;
    }

    .recent_products .section_home .about_bg {
        height: 57%;
    }

    .product_box .product_image {
        padding: 0px;
    }

    .auto-clear .col-xs-6 {
        padding: 0 8px;
    }

    .product_box .title h3 {
        font-size: 18px;
        margin: 0px auto 8px auto;
    }

    .graphic {
        background-size: 215px;
        width: 215px;
        height: 215px;
        top: -110px;
    }

    .form-group.form-quantity {
        margin: 6px 0px 6px 0;
        padding: 5px 20px;
    }

    .new-info, .discount-info {
        right: 0;
        width: 40px;
        height: 40px;
        font-size: 11px;
        top: -20px;
    }

    .recent_products .section_home {
        padding: 50px 0 30px 0;
    }

    .product-card h1 {
        font-size: 19px;
    }

    .product-card .price {
        font-size: 20px;
    }

    .prod_avail p {
        font-size: 15px;
    }

    .form-quantity label {
        line-height: 31px;
    }

    .btn-basket {
        margin: 10px 0px 25px 0px;
    }

    .box-content {
        padding: 20px;
    }

    .footer_box h6 {
        margin: 0px 0 9px 0;
        font-size: 16px;
    }

    .product-actions .minus, .product-actions .plus, .cart .minus, .cart .plus {
        font-size: 21px;
    }
     
    .page_heading.product_view {
        padding-top: 110px;
    }

    .product_view_banner h1 {
        font-size: 24px;
    }

    .footer_box.contact {
        padding: 30px 15px 15px 15px;
    }

    .footer_box p {
        font-size: 14px;
        line-height: 23px;
    }

    #footer {
        padding: 60px 0 20px 0;
    }

    .footer_copyright {
        padding-top: 12px;
    }

    .footer_box .footer_social a {
        font-size: 14px;
    }

    .logomark {
        background-size: 57px;
        width: 57px;
        height: 57px;
        top: -30px;
    }

    .footer_social {
        margin-top: 10px;
    }

    .user_link {
        /* display: none; */
    }

    .social-icons-top span, .top_message span {
        font-size: 11px;
    }

    .breadcrumb {
        text-align: center;
    }
	
}


@media (max-width:1200px){
    .cart_menu span{
        padding:0px 5px;
        right:-10px;
    }
}





@media (min-width:1400px){
    .col-xl-3{width:25%;float:left;}


    .auto-clear .col-xl-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xl-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xl-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xl-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xl-6:nth-child(odd){clear:left;}
}
@media (min-width:1200px) and (max-width:1399px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}

.content.error{padding-top:50px;}
.tex-er{
	line-height:22px;
    font-size:20px;
}
.btn-er a{
    border: 1px solid black;
    padding: 10px 15px;}
