html {
  height: 100%;
  margin: 0 !important;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
  overflow-y: scroll !important;
  /* to prevent page jumping on ajax and when there is not enough content */
}
html, body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i');
@font-face {
	font-family: 'BentonSans';
	src: url('webfonts/bnts/benton-sans-regular.eot');
	src: url('webfonts/bnts/benton-sans-regular.eot?#iefix')
		format('embedded-opentype'),
		url('webfonts/bnts/benton-sans-regular.woff') format('woff'),
		url('webfonts/bnts/benton-sans-regular.ttf') format('truetype'),
		url('webfonts/bnts/benton-sans-regular.svg#BentonSans') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BentonSans-Medium';
	src: url('webfonts/bnts/bentonsans-medium-webfont.eot');
	src: url('webfonts/bnts/bentonsans-medium-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('webfonts/bnts/bentonsans-medium-webfont.woff') format('woff'),
		url('webfonts/bnts/bentonsans-medium-webfont.ttf') format('truetype'),
		url('webfonts/bnts/bentonsans-medium-webfont.svg#BentonSans-Medium')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BentonSans-Light';
	src: url('webfonts/bnts/bentonsans-light-webfont.eot');
	src: url('webfonts/bnts/bentonsans-light-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('webfonts/bnts/bentonsans-light-webfont.woff') format('woff'),
		url('webfonts/bnts/bentonsans-light-webfont.ttf') format('truetype'),
		url('webfonts/bnts/bentonsans-light-webfont.svg#BentonSans-light')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BentonSans-Book';
	src: url('webfonts/bnts/benton-sans-book-regular.eot');
	src: url('webfonts/bnts/benton-sans-book-regular.eot?#iefix')
		format('embedded-opentype'),
		url('webfonts/bnts/benton-sans-book-regular.woff') format('woff'),
		url('webfonts/bnts/benton-sans-book-regular.ttf') format('truetype'),
		url('webfonts/bnts/benton-sans-book-regular.svg#BentonSans-book')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

::-webkit-input-placeholder { /* WebKit browsers */
	color: #ab9775;
	font-family: 'BentonSans-Light';
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #ab9775;
	opacity: 1;
	font-family: 'BentonSans-Light';
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #ab9775;
	opacity: 1;
	font-family: 'BentonSans-Light';
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #ab9775;
	font-family: 'BentonSans-Light';
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.7333em;
  color: #808080;
  font-weight: 400;
  letter-spacing: 0;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
  color: #4a3e5a;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2em;
}
h1 {
  font-size: 60px;
  font-weight: 300;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

h2 {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1875em;
  text-transform: uppercase;
}

h4 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6429em;
}

h6 {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5385em;
  letter-spacing: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #4a3e5a;
}
a,
p a {
  color: #4a3e5a;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

.info.desc1 {
	color:#e66f9f;
	max-width:100%;
}

#header .header-middle {
    padding: 10px 0 0 0;
    background: transparent;
    z-index: 26;
    position: relative;
    pointer-events: none;
}
.pos_logo {
    pointer-events: none;
}
.pos_logo a {
        width: 160px;
    display: block;
    overflow: hidden;
    pointer-events: all;
}
/* header bar */
.ydo-top-bar {
  width: 100%;
  background-color: #fff;
  color: #777777;
  position: relative;
  font-weight: 400;
  height: 37px;
  font-size: 11px;
  z-index: 111;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #ebebeb;
  font-size: 12px;
  font-weight: 600;
  font-family: 'BentonSans-Light';
}
.ydo-top-bar .ydo-vertical-align-containers {
  margin: 0px -35px;
  padding: 0px 35px;
  box-sizing: content-box;
}
.ydo-position-right {
    position: relative;
    float: right;
    z-index: 112;
    height: 100%;
    text-align: right;
}
.ydo-widget-area {
	vertical-align: middle;
    display: inline-block;
}
.ydo-top-bar .ydo-widget-area { height: 37px;}
.ydo-top-bar .mkd-top-bar-widget {
    display: table;
    float: left;
    height: 100%;
    padding-right: 24px;
    line-height: 37px;
}
.ydo-top-bar .mkd-top-bar-widget a { font-weight:normal;font-family: 'BentonSans-Light'; }
.mkd-icon-list-item .mkd-icon-list-icon-holder {
    display: table-cell;
    vertical-align: middle;
    min-width: 13px;
    color: #4a3e5a;
}

.mkd-icon-list-item .mkd-icon-list-text {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding-left: 17px;
        font-size: 12px;
    color: #3b3b3b;
    font-weight: 300;
}
.mkd-top-bar .mkd-icon-list-item .mkd-icon-list-text {
    padding-left: 13px;
    font-size: 11px;
    color: #cacaca;
    font-weight: 400;
}
.ydo-position-right {
    position: relative;
    float: right;
    z-index: 112;
    height: 100%;
    text-align: right;
}
.ydo-position-left {
    position: relative;
    float: left;
    z-index: 112;
    height: 100%;
}
.ydo-section {
    width: 100%;
    background: #FFF;
    color: #FFF;
    text-align: center;
    padding-top: 60px;
padding-bottom: 60px;
}
.ydo-section-title-holder .ydo-section-title {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 62px;
}
.ydo-separator {
    position: relative;
    text-align: center;
    letter-spacing: 0;
    font-size: 0;
    line-height: 0;
    margin-top: 7px;
    margin-bottom: 18px
}
.ydo-separator .ydo-separator-left, .ydo-separator .ydo-separator-right {
    display: inline-block;
    height: 1px;
    opacity: .5;
    background-color: #4a3e5a;
    width: 39px;
}
.ydo-separator .ydo-separator-left { margin-right:5px; }
.ydo-separator .ydo-separator-right { margin-left:5px; }
.ydo-default-icon-holder {
	display: inline-block;
    background-color: #4a3e5a;
    height: 5px;
    width: 5px;
    position: relative;
    top: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ydo-section-subtitle-holder { width:80%;    margin: 0 auto; }
.ydo-section-subtitle-holder p { text-align:center; }
.ydo-section-subtitle-holder .ydo-section-subtitle {
    font-size: 18px;
    color: #656565;
    font-family: "Playfair Display",serif;
    font-style: italic;
    line-height: 1.85em;
    width: 80%;
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 800px;
}
#languages-block-top, #social_block_top {
    margin-top: 0;
    float: none;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    line-height: 20px;
}
#social_block_top { margin-left:5px; margin-top: 9px; }
#social_block_top .title{ font-family:"Montserrat" ; font-size:12px; font-weight:normal; margin-right:5px;position: relative;
    top: -1px;

        font-family: "Montserrat";
    font-size: 12px;
    font-weight: normal;
    margin-right: 5px;
    position: relative;
    top: -1px;
    letter-spacing: 1px;
    }
#social_block_top  ul {display:inline-block;}
#social_block_top  ul li a { font-size: 16px; color:rgb(119, 119, 119);
    display: block;
    text-align: center;
    width: 20px;}
#social_block_top .title, #social_block_top  ul li {
    display: inline-block;
    color: #4a3e5a;}
#languages-block-top ul li {
	 padding: 5px 15px;
	 will-change:background-color;
	 -webkit-transition: background-color .35s ease-in-out;
	 -moz-transition: background-color .35s ease-in-out;
	 transition: background-color .35s ease-in-out;
}

#languages-block-top ul li:hover {
	background:#F1F1F1;
}
#languages-block-top ul li.selected, #languages-block-top ul li.selected:hover  {
    color: #898989;
    background: #F8F8F8;
}
#languages-block-top ul {
    display: none;
    background: white;
    position: absolute;
    padding:0;
    top: 35px;
    left: 0;
    min-width: 127px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    z-index: 2;
    text-align: left;
}
#languages-block-top div.current {
    font-weight: normal;
    border-right: 1px solid rgba(0,0,0,0.34);
    padding: 0 15px;
    letter-spacing: 0.15em;
    line-height: 1;
    color: #666;
    text-shadow: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    font-family: Montserrat;
    line-height: 18px;
    margin-top: 9px;
    padding-right: 8px;

    font-size: 12px;
    font-family: Montserrat;
    letter-spacing:1px;
    font-weight: 600;
}
#languages-block-top ul li a, #languages-block-top ul li > span {
        color: #959595;
    font-weight: normal;
    font-family: BentonSans;
    vertical-align: bottom;
    display: inline-block;
    position: relative;
    top: 1px;
}
/* header bar */

/* header */
header .nav {
    z-index: 100;
    text-align: right;
    pointer-events: none;
    bottom:20px;
}
.pos-megamenu {
    margin-top:-50px;
}
@media (min-width: 1200px)
{
	header .nav {
	   /* bottom: -42px; */
        bottom:20px;
	}
}
header .nav nav {
    width: auto;
    display: inline-block;
        pointer-events: all;
}
#header .header-bottom {
    margin-bottom: 0;
    position: relative;
    z-index: 20;
}
.top_menu .menu {
    bottom: 13px;
}
.header-middle .row:first-child { pointer-events: none; }
body.stickymenu .top_menu .menu {
    bottom:0;
}
.item-product .products-inner:before, ul.product_list > li .product-container .products-inner:before {
    display:none;
}
.item-product .products-inner,
.ajax_block_product .products-inner {
    border:1px solid transparent;
}
.item-product:hover .products-inner,
.ajax_block_product.hovered .products-inner {
    border:1px solid #DDD;
}
/* header */


/* Mega menu */
.top_menu>div>ul>li>ul.is-simplemenu {
    /*
    transform: translate3d(-50%,0,0);
    left: 50%!important;
    */
    transform: translate3d(-10px,0,0);
    left: 0!important;
}
.top_menu>div>ul>li ul.is-simplemenu, .top_menu>div>ul>li ul.is-simplemenu ul { width:auto; min-width:200px; }
.top_menu ul li ul { padding:10px 0; }
.top_menu ul li a {
	font-size: 13px;
    white-space: nowrap;
    padding: 7px 30px;
    display: block;
}
/* Mega menu */

/* footer */
#footer .search__button {
    background: #333;
    width: calc(100% - 45px);
    margin: 0 auto;
    margin-left: 15px;
}

#footer .search-mobile .btn.button-search {
    background: none;
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    border: none;
    color: #CCC;
    width: 35px;
    text-align: center;
    padding: 4px 0 4px 0;
    border:0;
    margin-top:0;

}
#footer .search-mobile .btn.button-search span { display:none; }
#footer {
	/*background:#F1f1f1;*/
    background:#FFF;
	width:100%;
	padding-top:13px;
	position: relative;
	z-index:100;
}

footer .section {
    background:#FFF;
    border-top: 1px solid #DDD;
}
#footer .section.dark{
    background:#F1f1f1
}

#footer.double { /*height: 322px;*/ height:131px; background: #252525; padding-top:0px; /*padding-bottom:53px;*/ padding-bottom:0px;}
#footer.single { height:auto; padding-bottom:0; }
#footer .row {
        padding-top: 40px;
    padding-bottom: 20px;
/*    border-bottom: 1px solid #DDD; */

}
#footer .row.snd { /*padding-bottom:80px; */ padding-bottom:0; }
#footer .row.last { border:0; padding-top: 25px; }
#footer h3 {
    font-family: "Montserrat";
    font-size: 18px;
    display: block;
    color: #e66f9f;
    color: #ff6666;
    color: #e66f9f;
    color: #333;
    line-height: 52px;
    text-align: left;
    padding-bottom: 14px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .03em;
}
#footer .text-center,
#footer .text-center h3,
#footer ul.social { text-align:center; }
#footer .text-center .form-group { display:inline-block; }
#footer input {
    border: 1px solid #5f5f5f;
    line-height: 26px;
    text-indent: 4px;
    font-family: "Montserrat";
    font-size: 14px;
    color: #9d9d9d;
    background-color: #FFF;
    border: 1px solid #999;
    display: block;
    height: 30px;
}
#footer #newsletter_block_left .form-group:before { display:none; }
.footer-block h3:hover, .footer-block h4:hover, .footer-block h4 a:hover {
	    color: #ff6666;
}
#footer input.big { width:376px; /* width:60%; */ padding:20px 10px; }
#footer p {
    margin: 0;
    text-align: left;
}
#footer .btn {
    border: 1px solid #ff6666;
    border-radius: 0;
    padding: 5px 31px;
    color: #FFF;
    margin-left: 13px;
    background: #ff6666;
    text-transform: uppercase;
    font-weight: 600;
    padding: 11px 20px;
}

#footer .lnk {
    text-align:left;
    color:#9d9d9d;
    display:block;
}

#footer .social { display:block; }
#footer ul.social { display:inline-block; }
#footer .social li { display:block; float:left; margin-right:25px; color:#7b7b7b; }
#footer .social li.last,
#footer .social li:last-child { margin-right:0; }

@media screen and (max-width: 1000px) {
    #footer .social li {
        margin-right: 20px;	}
}

@media screen and (max-width: 420px) {
    #footer .social li {
        margin-right: 15px;
    }
}

#footer .social li a { text-decoration:none; color:#CCC; font-size: 30px; }
#footer .social li a .ion-social-facebook { color:#43609C; }
#footer .social li a .ion-social-twitter { color:#1CC1F7; }
#footer .social li a .fa-pinterest { color:#CC2127; }
#footer .social li a .fa-instagram  { color:#A1755C; }
#footer .social li a .fa { font-size: 26px; }
#footer .social li a {
    -webkit-transition:  color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -ms-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}
#footer .social li a:hover { text-decoration:none; color:#BBB; }
#footer .app_stores { display:block; }
#footer .app_stores li { display:block; float:left; margin-right:30px; color:#7b7b7b; }

#footer input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #9d9d9d;
    font-family: 'Montserrat';
}
#footer input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    opacity:  1;
    color:    #9d9d9d;
    font-family: 'Montserrat';
}
#footer input::-moz-placeholder { /* Mozilla Firefox 19+ */
    opacity:  1;
    color:    #9d9d9d;
    font-family: 'Montserrat';
}
#footer input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #9d9d9d;
    font-family: 'Montserrat';
}

#footer .footer_txt { color:#444444; font-family:"Montserrat"; font-size:13px; text-align:left; display: block;}

#footer.double .head { background:#1f1f1f; width:100%; padding-top:53px; }
#footer .wrapper { width:980px; margin:0 auto; text-align:center; font-family: 'Montserrat'; font-size:13px; color:#9d9d9d; line-height:28px; }
#footer .wrapper a.facebook, #contacts-info a.facebook { width:21px; height:42px; display:block; background:url(../img/social/fb_footer.png) top left no-repeat; margin:0 auto; margin-bottom:25px; }
#footer .wrapper a.youtube, #contacts-info a.youtube { width:57px; height:21px; display:block; background:url(../img/social/youtube.png) top left no-repeat; margin:0 auto; margin-bottom:25px; }
#footer .wrapper .foo-links { display:block; font-family: 'Montserrat'; font-size:13px; color:#9d9d9d; text-align:right; }
#footer .wrapper .foo-links { text-align:right; }
#footer .wrapper .foo-links .toggle-footer {     display: inline-block; }
#footer .wrapper .foo-links li { float:left; }
#footer .wrapper .foo-links a { color:#9d9d9d; }
#footer .wrapper .foo-links a:after {
    content: " | ";
    padding-right: 3px;
    position: relative;
    top: -1px;
}
.nopadding { padding:0; }
#footer .wrapper .foo-links a.last:after { content:""; }
#footer .wrapper .foo-links li:last-child a:after { content:""; }

#footer .col-md-1, #footer .col-md-2, #footer .col-md-3, #footer .col-md-4,#footer .col-md-5,#footer .col-md-6,#footer .col-md-7,#footer .col-md-8,#footer .col-md-9,#footer .col-md-10,#footer .col-md-11,#footer .col-md-12{
    -webkit-transition:  all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#facebook_block {
	overflow: hidden;
    background: #EFEFEF;
    min-height: 344px;
    height: 344px;
    padding-right: 0;
    padding-left: 0;
    width: 302px;
}
#footer.pink, #footer.pink input, #footer.pink #facebook_block { background:#3a3740; }
.footer-block h4 { text-align:left;       color: #e66f9f; color: #ff6666;    font-weight: normal; }
.footer-block h3, .footer-block h4, .footer-block h4 a {
	font-size: 18px;
    font-weight: 500;
    letter-spacing: .03em;
}
.footer-block .toggle-footer {     text-align: left; padding-top:15px; }
.toggle-footer li a {
	/*color:#d7d3db;*/
	    color: #545454;
    font-size: 13px;
    font-weight: 600;
    font-family: Montserrat,sans-serif;
}
#facebook_block h4 { display:none; }

@media screen and (max-width:993px) {
    #footer .wrapper { width:90%; }
}

@media screen and (max-width:767px) {
    #footer .col-md-1, #footer .col-md-2, #footer .col-md-3, #footer .col-md-4,#footer .col-md-5,#footer .col-md-6,#footer .col-md-7,#footer .col-md-8,#footer .col-md-9,#footer .col-md-10,#footer .col-md-11,#footer .col-md-12{
        margin-top: 20px;
    }
}

/* footer */


/* Slider */
.nivoSlider {
    max-height: 600px;
}
.pos_bannerslide { min-height:600px; background:url(../../img/h1-img-2.jpg?id=7049); }
/* Slider */

/* Cusotm menu */
.pt_custommenu .pt_menu .popup { box-shadow:none; -webkit-box-shadow:none; }
.pt_custommenu .pt_menu .popup .block1 {
    overflow: hidden;
    float: none;
    padding: 30px;
}
#header .shopping_cart {     top: 9px; }
.header_userinfo {
    top: 5px;
}
#languages-block-top div.current:after {
    padding-left: 2px;
}
header .nav nav:after, header .nav nav:before { display:table; clear:both; zoom:1; content:""; }
.shopping_cart > a:first-child {
    font-size: 12px;
    text-transform: capitalize;
    position: relative;
}
.pt_custommenu .pt_menu .popup .block1 .column .itemMenuName {
	font-family:"Montserrat";
	font-weight:normal;
}
.shopping_cart > a:first-child:before {
    font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e82e";
}
.pt_custommenu .pt_menu .parentMenu a span {
    display: inline-block;
    line-height: 30px;
    font-family: "Montserrat";
    font-weight: normal;
    font-size: 13px;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}
/* Cusotm menu */


.product-name {
    color: #4a3e5a;
    text-align: left;
}
.item-product .product-contents h5.product-name a, ul.product_list > li .product-container .product-contents h5.product-name a {
	position: relative;
    color: #4a3e5a;
    padding: 5px 0;
    display: block;
    letter-spacing: 0.04em;
    line-height: 20px;
    text-transform: capitalize;
    white-space: normal;
    overflow: hidden;
    font-weight: normal;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .03em;
    text-transform: uppercase;
    text-align: left;
    text-overflow: initial;
    height: 44px;
    /* font-family: Montserrat; */
    font-family: Montserrat,sans-serif;
    text-align: center;
    font-weight: 500;
    letter-spacing: .03em;
    font-size: 17px;
    padding: 0px 15px;

}
.item-product .product-contents h5.product-name a:before, ul.product_list > li .product-container .product-contents h5.product-name a:before { display:none; }
.new-box:before, .sale-box:before, .products-inner .price-percent-reduction:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border: 30px solid #ff6666;
    border-bottom: 30px solid transparent;
    border-left: 30px solid transparent;
}
ul.product_list.grid > li .product-container .product-image-container,
.item-product .products-inner, ul.product_list > li .product-container .products-inner {
    position: relative;
    box-shadow: 0 0 2px 1px rgba(0,0,0,0.12);
}
.new-label, .sale-label, .products-inner .price-percent-reduction span {
    position: absolute;
    right: 5px;
    top: 15px;
    line-height: 1;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)translate3d(-50%, -50%, 0);
    text-align: center;
    display: block;
    top: calc(45%);
    left: calc(45%);
}
body#order .columns-container,
body.cart .columns-container
{
    background-color: #ffffff;
        border-top: 1px solid #ebebeb;
}
body#order .columns-container .breadcrumb,
body.cart .columns-container .breadcrumb
{
        background: #ebebeb;
}
#layered_block_left .nomargin a {
    position: relative;
    top: -5px;
}
.scroll-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    margin: 0 auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-animation: fadeInDown 300ms ease-in-out;
    -moz-animation: fadeInDown 300ms ease-in-out;
    -ms-animation: fadeInDown 300ms ease-in-out;
    animation: fadeInDown 300ms ease-in-out;
    border-bottom: 1px solid #dbdbdb;
}
.scroll-menu {
	transform:translateZ(0);
	-webkit-transform:translateZ(0);
}


/* Product Loop */
.product-name {
	padding-bottom:4px;
}
.price-box {
    text-align: left;
    position: relative;
    line-height: 30px;
    top:0;
    left:0;
    font-family: "Montserrat";
}
.productTabCategorySlider50 .price-box {
    height:60px;
}
.price-box .price {
    color: #666;
    font-size: 20px;
    font-weight: 700;
    /*font-family: "Montserrat"; */
        font-weight: 700;
    font-family:'Noto Serif', serif;
    display: block;
    text-align: center;
}
/* Product Loop */
.sds_blog_post .blog_content {
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    padding-top: 0;
    padding-top: 20px;
    bottom: 10px;
        z-index: 11;
}
.block-smartblog .pos-title, .block-smartblog .boxprevnext a {
    display: block;
}
.contact-form-box {
    background: #b09962;
}
.contact-form-box .page-subheading {
    font-family: "Montserrat";
    color: #FFF;
}
.infocbox {
  float: none;
margin: 0 auto;
width:50%;
  background: #b09961;
padding: 20px;
color: #FFF;
-webkit-box-shadow: rgba(0, 0, 0, 0.17) 0px 5px 13px;
-moz-box-shadow: rgba(0, 0, 0, 0.17) 0px 5px 13px;
box-shadow: rgba(0, 0, 0, 0.17) 0px 5px 13px;
}
.infocbox h4 { text-transform:normal; font-family: "Montserrat";
color: #FFF;}
.infocbox label, .infocbox a { color:#EEE; }

.news_module_image_holder a { display:block; position:relative; }
.news_module_image_holder a:after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.69) 80%);
    z-index: 9;
    width: 100%;
    height: 100%;
}

.sds_blog_post .sds_post_title a {
    display: block;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 5px 0;
    font-family: "Montserrat";
    height: 40px;
    overflow: hidden;
}
.r_more {z-index:15;}

#subcategories {
    border-top: 1px solid #f4f4f4;
    padding: 15px 0 0px 0;
    margin-bottom: 100px;
}
#subcategories ul {
    margin: 0 -10px;
}
#subcategories ul li {
    text-align: center;
    vertical-align: top;
    width: calc(25% - 15px);
    overflow: hidden;
    display:inline-block;
    box-sizing: border-box;
    height: auto;
        margin: 10px 5px;
        float:none;
}
#subcategories ul li .subcategory-image a {
    display: block;
    padding: 0;
    border: 1px solid #e5e5e5;
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow:hidden;
}
#subcategories ul li:hover .subcategory-image a {
	padding:0;
	padding-top: 100%;
	border: 1px solid #e5e5e5;
}
#subcategories ul li .subcategory-image a img {
    max-width: 100%;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    -webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    transform:scale(1.3);
}
#subcategories ul li .subcategory-name {
        color: #555454;
    font-family: "Montserrat";
    display: block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .03em;
    text-transform: uppercase;
}
header .nav nav {
	text-align:right;
}
.block-cart { display:inline-block; vertical-align:top; }
#header .shopping_cart, #header .ysearch, #header .header_userinfo { display:inline-block; float:none; vertical-align:top; }
.product-nav {
  margin-bottom: 20px;
color: #333;
}
.pt_custommenu {
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    transform: translate3d(-50%, 0 ,0 );
    left: 50%;
}
.y-cart-count {
  position: absolute;
  display: block;
  top: -10px;
  margin-left: 15px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #fff!important;
  background-color: #b09963;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-family: "Open Sans";
  color: #FFF;
  font-weight: bold;
  text-indent: 2px;
}
.header_userinfo .top-userinfo .top-links:before {
    content: "\e605";
    font-family: "Pe-icon-7-stroke";
    font-size: 33px;
    padding-right: 5px;
    vertical-align: -2px;
}
.pt_custommenu .pt_menu .popup {
    box-shadow: none;
    -webkit-box-shadow: none;
    transform: translate3d(-50%,0,0);
    left: 50%!important;
    width: 100%;
}
#facebook_block .facebook-fanbox {
    background: white;
    border: 1px solid #dddddd;
    padding-bottom: 10px;
}
.nav-container .container { position:relative; }
.pos_logo .logo {
    height: 80px;
    width: auto;
}
.nav-container #sticky_logo {
	display:none;
	position: absolute;
	z-index: 80;
}
.nav-container #sticky_logo img {
    width: auto;
    height: 40px;
    padding-top: 5px;
}
.nav-container.scroll-menu .pt_custommenu { top:5px; top:0; }
.nav-container.scroll-menu #sticky_logo {
	display: block;
    margin-top: 5px;
}
.nav-container .nav {
	position: absolute;
    right: 0;
    bottom: 17px;
    float: none;
    left: 0;
    display:none;
}
.nav-container.scroll-menu .nav {  display: inline-block; }

#header .cart_block.bshow {
	display:block;
	/*
	    -webkit-animation: fadeInDown 300ms ease-in-out;
    -moz-animation: fadeInDown 300ms ease-in-out;
    -ms-animation: fadeInDown 300ms ease-in-out;
    animation: fadeInDown 300ms ease-in-out;
    */
}


.logo.logo-sticky  {
    width: auto;
    height: 40px;
    opacity:0;
    transition:none;
    display:none;
    visibility: hidden;
}
body.stickymenu .header-middle { visibility:hidden; }
body.stickymenu .logo { display:none; visibility: hidden; }
body.stickymenu .logo.logo-sticky {  display:block; visibility: visible; opacity:1; }
.header_userinfo .top-userinfo ul {
    display: none;
    position: absolute;
    padding: 5px 0;
    top: 34px;
    left: 0;
    min-width: 157px;
    background: #fff;
    border: 1px solid #e5e5e5;
    z-index: 2;
    text-align: left;
    right: 0;
    left: auto;
}
.header_userinfo .top-userinfo ul#header_links { margin-top:0; margin-bottom:0; padding:0; }
.header_userinfo .top-userinfo ul#header_links li {
    line-height: 11px;
    float: none;
    display: block;
    padding: 0;
    border-left:0;
}
.header_userinfo .top-userinfo ul li a, .header_userinfo .top-userinfo ul li > span {
    padding: 5px 15px;
    display: block;
    font-size: 13px;
    line-height: 24px;
    color: #454545;
    font-weight: normal;
    font-family: Montserrat;
    letter-spacing: 0px;
    text-decoration:none;
}
.header_userinfo .top-userinfo ul li a:hover {
    color: #959595;
    background: #F8F8F8;
    text-decoration:none!important;
}

.label-danger {
    background-color: #ff6666;
    border: 1px solid #ff6666;
}

.tab-category-container-slider { padding-top:40px; }

.ms_arrows .ms_prev, .ms_arrows .ms_next {
    height: 80px;
    width: 80px;
    margin-top: -40px;
    background: rgba(255,255,255,0.85);
}
.ms_arrows .ms_prev:before, .ms_arrows .ms_next:before {
    line-height: 80px;
}

.actions-inner .add-to-links {
    position: absolute;
    top: calc(50% + 10px);
}

.ms_arrows .ms_prev, .ms_arrows .ms_next {
    height: 80px;
    width: 40px;
    margin-top: -40px;
    background: rgba(255,255,255,0.85);
}

ul.product_list.grid > li .product-container .product-image-container, .item-product .products-inner, ul.product_list > li .product-container .products-inner {
    position: relative;
    box-shadow: none;
}
.item-product img, ul.product_list > li .product-container img {
    width: 100%;
    padding: 50px;
}
.more-info > ul {
  display: block;
  font-family: "Montserrat";
  border: 0;
  background: #EEE;
}
#page .rte {
    padding: 0 0 20px 0;
    word-wrap: break-word;
    padding: 5px;
}
#page .rte p {
    margin-bottom: 1em;
    min-height: 1px;
    line-height: 20px;
    color: #868686;
    font-size: 14px;
}
.more-info > ul li { border:0; }


.cart_block .cart-buttons a#button_order_cart span {
    background: #ff6666;
}
.cart_block .cart-buttons a#button_order_cart:hover span {
    background: #ff5555;
}

.actions-inner .add-to-links {
    position: absolute;
    top: calc(50% + 10px);
    display: none;
    visibility: hidden;
}
.new-label, .sale-label, .products-inner .price-percent-reduction span {
    position: absolute;
    right: 5px;
    top: 15px;
    line-height: 1;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(-45deg)translate3d(-50%, -50%, 0);
    text-align: center;
    display: block;
    top: calc(45%);
    left: calc(45%);
    right: auto;
    left: 35%;
    top: 15%;
}
.new-box:before, .sale-box:before, .products-inner .price-percent-reduction:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border: 30px solid #ff6666;
    border-bottom: 30px solid transparent;
    border-right: 30px solid transparent;
}
.new-box, .sale-box, .products-inner .price-percent-reduction {
    left:0;
    right:auto;
}
.yWishlist {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 25px;
}
.yWishlist a i {
    transition:all 300ms ease;
    will-change:transform;
    transform:scale(0.9);
}
.yWishlist a i {
    color:#575757;
}
.yWishlist a:hover i {
    color:#ff6666;
    transform:scale(1);
}

#cookieNoticeContent a {
	color: #FFF;
    text-decoration: underline;
}
#cookieNoticeContent a:hover {
	color:#f5f5f5;
}
.ydo-top-bar ul#header_links {
    list-style-type: none;
    float: left;
    margin-top: 10px;
    height: 18px;
}
.ydo-top-bar #header_links li {
     float: left;
    padding: 0 8px;
    border-right: 1px solid rgba(0,0,0,0.34);
    line-height: 11px;
    line-height: 18px;
    padding-right: 12px;
}
.ydo-top-bar #header_links a {
	text-decoration: none;
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.ajax_add_to_cart_button.btn.btn-gold {
	/*margin-top:20px; */
}
.acart-button-container { margin-top:20px;text-align:center; }
#add_to_cart .btn-gold {    padding: 7px 20px;}

.btn.btn-gold  {
	background:#b09963;
	border:1px solid #b09963;
	padding:10px 20px;
	color:#FFF;
	transition:all .3s ease-out;
	-webkit-transition:all .3s ease-out;
}
.ajax_block_products_total,
.ajax_block_cart_total,
#layer_cart_product_price,
#layer_cart_product_quantity,
.cart-info .price {
	    font-family: Open Sans !important;
	        color: #b19a64;
    font-weight: 600;
}
.ajax_cart_product_txt_s  {
	    font-family: Montserrat;
    margin-top: 22px;
    position: relative;
    display: block;
}
.btn.btn-gold:hover  {
	background:#806d40;
	border:1px solid #806d40;
}
.btn.btn-gold  span {
font-family: "Montserrat";
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 600;
}
#layer_cart {
	position:fixed;
	display:block;
	top:calc(50% - 161px);
	pointer-events:none;
	opacity:0;
	z-index:6000;
	box-shadow: 0px 0 35px 5px rgba(0,0,0,0.12);
}
.layer_cart_overlay {
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5999;
}
#layer_cart.fadeInDown {
	pointer-events:all;

	}
#layer_cart .layer_cart_product .title {
    display: block;
    font: 400 23px/29px Arial, Helvetica, sans-serif;
    color: #b09963;
    margin-bottom: 22px;
    font-family: "Montserrat";
    font-weight: 600;
}

/*shopping cart*/
ul.step li.step_todo {
    background: #ebebeb;
    background-image: none;
    border: 0;
}
ul.step li.step_current {
    font-weight: bold;
    background: #ff6666;
    background-image: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
ul.step li.step_done {
    border-color: transparent;
    background: #928e8e;
    background-image: none;
    border: 0;
}
ul.step li.step_done a {
    color: #EEE;
    text-shadow: none;
    border: 0;
    border-color: #8b8a8a;
}
ul.step li.step_done a:hover {
      background: #999;
}
p.payment_module.paypal a img {
  border-right: 1px solid #928e8e;
padding-right: 10px;
margin-right: 10px;
}
#stripe-payment-form {
    width: 258px;
    background: #c4c5ca;
    padding: 20px;
    margin: 20px auto -10px auto;
}
div.payment_module.cart-stripe-official {
    padding-bottom: 35px;
    margin-bottom: 10px;
    text-transform: none;
    background: url(https://stripe.com/img/about/logos/logos/blue.png) top left no-repeat!important;
    background-size: auto 48px!important;
    background-position: 20px 20px!important;
}
ul.step li.step_todo span {
    display: block;
    border: 0;
    border-color: white;
    color: #333333;
    position: relative;
    font-size: 15px;
}
.table tbody > tr > td.cart_quantity {
    padding: 41px 14px 25px;
    width: 100px;
    text-align: center;
}
.cart_quantity .cart_quantity_input {
    height: 27px;
    line-height: 27px;
    padding: 0;
    text-align: center;
    width: 57px;
    margin: 0 auto;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button {
    margin-top: 3px;
    margin: 5px auto;
    width: 73px;
}
ul.step li a:after, ul.step li span:after, ul.step li.step_current span:after, ul.step li.step_current_end span:after { display:none; }
ul.step li.step_current span {
    color: white;
    text-shadow: none;

    border-color: transparent;
    position: relative;
    border: 0;
}
/*shopping cart*/

/*product list list*/
@media (min-width:1200px) {
  ul.product_list.list > li .left-block {
    width: 250px;
  }
  ul.product_list.list > li .right-block {
    width: calc(100% - 250px);
  }
}
.row.product_list.list .product-container > .row {
  position:relative;
  display:flex;
}
ul.product_list.list > li .right-block .product-contents .product-desc {
    font-size: 14px;
    color: #868686;
    line-height: 19px;
    padding: 0;
    font-weight: normal;
    margin: 0;
    width: 60%;
    margin-top: 15px;
}
#thumbs_list li {
    float: none;
    width: 90px;
    cursor: pointer;
    margin-bottom: 8px;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#thumbs_list {
    overflow: hidden;
    float: none;
    width: 90px;
}
.view_scroll_spacer {
    margin-top: 0;
}
#view_scroll_right, #view_scroll_left , .view_scroll_spacer{ display:none; }
.mob-overlay { display:none; }
@media (min-width: 1200px) {
.pb-left-column #views_block {
    position: absolute;
    bottom: auto;
    left: 25px;
    margin-left: 0;
    z-index: 1;
    top: 10px;
        width: 90px;
}
}
ul.product_list.list > li .acart-button-container {
  margin-top: 0;
      padding: 0;
      clear: both;
      text-align: right;
      position: absolute;
    right: 20px;
    bottom: 20px;
}
ul.product_list.list > li .left-block .product-image-container {
  width:200px;
}
ul.product_list.list > li .product-container img {
  width: 100%;
  padding: 5px;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 5px;
  margin: 10px 0;
}
ul.product_list.list > li .right-block .product-contents {
    padding-top: 0;
    text-align: left;
    padding-top: 22px;
}
ul.product_list.list > li .product-container {
    padding: 0;
    border-bottom: 1px solid #EEE;
}
.content_sortPagiBar .display li a, .content_sortPagiBar .display_m li a {

    background: none;
}
.content_sortPagiBar .display li a i, .content_sortPagiBar .display_m li a i{
font-size:27px;
color:#888;
}
.content_sortPagiBar .display li.selected a i, .content_sortPagiBar .display_m li.selected a i{
  font-weight:bold;
  color:#333;
}

ul.product_list.list > li .right-block .product-contents h5.product-name a {
    text-align: left;
    display: block;
    font-size: 18px;
    color: #383838;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
    padding-bottom: 0;
    height: auto;
}
ul.product_list.list > li .right-block .product-contents h5.product-name a,
ul.product_list.list > li .price-box .price {
    text-align: left;

}
ul.product_list.list > li .right-block .product-contents .actions,
ul.product_list.list > li .right-block .product-contents .color-list-container {
  display:none;
}
/*product list list*/


/* Quote */
.quote-section {
  background: #e24159;
  color: #FFF;
  font-size: 22px;
  line-height: 32px;
  height: 40vh;
  padding-top: 0;
  position: relative;
}
.quote-section .container{
  position:relative;
  height:100%;
}
.quote-section .quote {
  position:relative;
  top:50%;
  -webkit-transform:translate3d(0, -50%, 0);
  transform:translate3d(0, -50%, 0);
  quotes: "“" "”" "‘" "’";
  text-transform: uppercase;
  max-width:800px;
  margin:10px auto;
}
.quote::before {
    font-size: 86px;
    font-family: Georgia, serif;
    line-height: 1.5rem;
    content: open-quote;
    color: rgba(255,255,255,0.4);
    font-size: 100px;
    line-height: 4rem;
}

.line {
  width: 200px;
  height: 1px;
  background: #FFF;
  margin:10px auto;
}

.quote.active {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 1;
}

.quote.active .line {
  width: 100px;
}
/* Quote */

/* Blog */
.sdsarticleCat {
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 15px;
      padding-bottom: 25px;
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: left;
}
.articleContent {
  display:inline-block;
  width: 200px;
  vertical-align: middle;
}
.sdsarticle-des {
  width: calc(100% - 240px);
display: inline-block;
margin-left: 20px;
vertical-align: middle;
margin-top: 0;
}
.articleContent a {
  display: block;
    height: 180px;
    overflow: hidden;
    position:relative;
    width: 200px;
    margin: 0;
    border-radius: 5px;
}
.articleContent a:after {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.12);
  z-index:12;
}
.articleContent img {
    max-width: 300%;
    padding: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    transform-origin:center center;
    transition:all 300ms ease-out;
}
.articleContent a:hover img {
  -webkit-transform: translate3d(-50%, -50%, 0)scale(1.1);
  transform: translate3d(-50%, -50%, 0)scale(1.1);
}
.sdstitle_block_cate {
    display: block;
    font-size: 18px;
    color: #383838;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
}
.sdsarticleHeader span {
    font-size: 12px;
    line-height: 18px;
}
.sdsarticleHeader {
    padding-bottom: 20px;
}
.page-item-title h1 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
}
.post-info {
  text-align: right;
  font-size: 12px;
      display: none;
}
.module-smartblog-details .articleContent {
    display: block;
    width: 100%;
    text-align: center;
}
.module-smartblog-details .sdsarticle-des {
    width: 100%;
    display: inline-block;
    margin-left: 0;
    vertical-align: middle;
    margin-top: 0;
}
.module-smartblog-details .articleContent a {
    display: block;
    height: 180px;
    overflow: hidden;
    position: relative;
    width: 80%;
    margin: 40px auto;
    border-radius: 5px;
    pointer-events:none;
}
/* Blog */

.delivery_option table tr td {
  border:0;
}
.delivery_option table tr.hg td {
  background:#f1f4f7;
}
.mob-logo {display:none;visibility:hidden;}
.mob-menu-toggle {display:none;visibility:hidden;}
.advertising_block {
    display: none;
}
#my-account ul.myaccount-link-list li a i {
    font-size: 25px;
    color: #ff6565;
}
#my-account ul.myaccount-link-list li a {
    display: block;
    overflow: hidden;
    font: 600 16px/20px "Open Sans", sans-serif;
    color: #555454;
    text-shadow: 0px 1px white;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    border: 1px solid;
    background: #f1f4f7;

    background-image: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border-color: #CCC;
}
.price-box .old-price {
    color: #000000;
    font-size: 14px;
    text-decoration: line-through;
    margin: 0;
    vertical-align: top;

    font-weight: 600;
    position: absolute;
    right: 0;
    margin-top: -30px;
    margin-right: 30px;
}
ul.product_list.grid > li .product-container .old-price {
  margin: 5px auto;
text-align: center;
display: block;
font-size: 15px;
position: absolute;
left: 50%;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
margin-top: -10px;
}
.price-box.priceoffer .product-price.price,
.our_price_display.priceoffer,
.our_price_display.priceoffer #our_price_display {
  color:red;
}
#reduction_percent, #reduction_amount {
    background: #ff6666;
  }
  .mob-shortcut {
    display:none;
    visibility:hidden;
  }
  @media (min-width:1380px) {
.pb-left-column #views_block {
    left: -85px;
}
  }

@media (max-width:1200px) {
	.pos_logo {
		float:none;
		clear:both;
		display:block;
		margin:0 auto;
	}
  header .nav {
      position: relative;
      top: -75px;
  }
}

@media (max-width:991px) {
  body .header_userinfo .top-userinfo .top-links {
      border: 0!important;
  }
  header .nav {
      position: relative;
      top: -95px;
  }
  .date-smart {
    display: none;
  }
}

@media (max-width:760px) {
  body {
    overflow-x:hidden;
    overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  }
  #page {
    padding-top:50px;
    transition: all 300ms ease-out;
    will-change:transform;
  }
  body.push-menu {

  }
  body.push-menu #page {
    transform: translate3d(70vw, 0, 0);
    -webkit-transform: translate3d(70vw, 0, 0);
    overflow: visible;
  }
  body.push-menu #page .mob-overlay {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.45);
    z-index:10;
    content:"";
    display:block;
  }
  #page.ovh {
    /*overflow:hidden!important;*/
  }
  .ydo-top-bar {
    display:none;
  }
  #subcategories ul li {
    width: calc(50% - 15px);
  }
  .pos_bannerslide {
    min-height: 1px;
  }
  .pos_logo .logo {
      display: none;
  }
  #header {
    position: fixed;
        top: 0;
    height: 50px;
    background: #FFF;
    width: 100vw;
    border-bottom: 1px solid #BBB;
  }
  #header .header-bottom {
    position: absolute;
    top: 0;
}
  .pos-megamenu {
      margin-top: 0;
      position:absolute;
      width: 70vw;
      top: 0;
      left: 0;
      border-right: 1px solid #CCC;
      margin-left:-70vw;
  }
  .pos-megamenu > .top_menu { padding:0; }
  .top_menu .menu-title {
    display:none;
  }
  .pos-megamenu > .top_menu > .container { padding:0; }
  .top_menu{ 
  overflow:hidden;}
  .top_menu .menu {
      bottom: auto;
      height: 100vh;
      display:block!important;

      overflow-y: scroll; /* has to be scroll, not auto */
      -webkit-overflow-scrolling: touch;
  }
  .quote-section {
    font-size: 1.6rem;
    line-height: 2rem;
    height: 70vh;
  }
  .block-cart {
      width: auto;
      float:right;
  }
  header .nav {
    position: relative;
      top: -67px;
      bottom: auto;
      right: 0px;
      padding: 0;
      pointer-events: all;
      width: 100vw;
  }
  header .nav nav {
      text-align: right;
      height: 65px;
      padding-right: 10px;
  }
  body #header .header_userinfo {
    display:none!important;
  }
  body #header .top_menu .header_userinfo {
    width: 100%;
    background: #EEE;
    display: block!important;
    text-align: right;
    position: relative;
    margin-top: -5px;
    padding: 20px 0;
  }
  .header_userinfo .top-userinfo ul#header_links {

    margin: 18px 20px;
}
  .mob-logo {
    display: block;
visibility: visible;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
height:50px;
margin-top: 0;
z-index: 90;
  }
  .mob-logo h1 {
    font-size: 1.8rem;
    line-height: 50px;
    font-weight: 600;
    color: #615b69;
  }
  #search_block_top #searchbox {

    background: rgba(255,255,255,0.95)!important;

    border: 1px solid transparent!important;

}
.btn-closesearch { background:none!important;}
  #header .header-middle { pointer-events: none; }
  .pb-left-column #views_block {
    width: 280px;
    margin: 10px auto 0px auto;
    position: absolute;
    top: 0;
    left: 60px;
}
  .mob-logo span {color: #e34158; }
  .ydo-section {
      padding-top: 30px;
      padding-bottom: 30px;
  }
  body.search_top_active .mob-logo {
    z-index: 2; }
  body.search_top_active #search_block_top {
      pointer-events: all;
      opacity: 1;
      width: 100vw;
      max-width: 100vw;
      left: 0;
      padding: 0;
      margin-top: 9px;
      right: auto;
      margin-left: 0px;
  }
  .ac_results {
    position: fixed!important;
    top: 50px!important;
    width: 100vw!important; }
    .ac_results ul {
      height: calc(50vh - 50px);
      overflow: hidden;
      overflow-y: scroll;
      background: rgba(255,255,255,0.95);
    }
    .ac_results li:hover, .ac_results li.ac_over {
    background: rgba(251, 251, 251, 0.95);
}
    .ac_results li {
      padding: 0 10px;
      font-weight: normal;
      color: #686666;
      font-size: 16px;
      line-height: 22px;
      border-bottom: 1px solid #878787;
      padding: 10px 5px;
          font-family: "Open Sans";
  }
  #productscategory_list {
    margin-bottom: 0;
}
  #header .cart_block {
      right: -5px;
      padding: 0;
  }
  .mob-menu-toggle {
    display: block;
    visibility: visible;
    width: 26px;
    position: absolute;
    top: 0;
    margin: 15px;
    z-index: 900;
    pointer-events: all;
  }
  .header-middle .row:first-child {
    pointer-events: all;
}
#header .header-middle .container {
    position: relative;
    padding: 0;
}

body.search_top_active .mob-menu-toggle {
  display:none;
}
.mob-menu-toggle:before,
.mob-menu-toggle:after {
  background-color: #666;
  content: '';
  display: block;
  height: 2px;
  transition: all 200ms ease-in-out;
}
.mob-menu-toggle:before {
  box-shadow: 0 8px 0 #666;
  margin-bottom: 14px;
}
  body.push-menu .mob-menu-toggle:before {
  box-shadow: 0 0 0 #fff;
transform: translateY(6px) rotate(45deg);
}
  body.push-menu .mob-menu-toggle:after{
  transform: translateY(-10px) rotate(-45deg);
  }
  .top_menu .menu-mobile-grover:before {
      display: inline-block;
      font-family: "Ionicons";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      text-rendering: auto;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f489";
      margin-top:-2px;
  }
  .top_menu .menu-mobile-grover.active:before {
    content: "\f404";
    right:4px;

  }
  .top_menu>div>ul>li ul.is-simplemenu, .top_menu>div>ul>li ul.is-simplemenu ul {
      width: auto;
      min-width: 70vw;
      left: auto!important;
      margin: 0;
      padding: 0;
      right: auto;
      top: auto;
      transform: none;
  }
  .top_menu .is-simplemenu li {
      border-top: 1px solid #f1f4f7;
      padding: 0 10px;
      font-size: 14px;
  }
  .top_menu .is-simplemenu li a {
      display: block;
      font-size: 13px;
      padding: 9px 10px;
  }
  #subcategories ul li .subcategory-name {

      font-size: 1.3rem;
      font-weight: 500;
      letter-spacing: .03em;
      text-transform: uppercase;
  }
  #footer .text-center, #footer .text-center h3, #footer ul.social {
    text-align: center;
    font-size: 2rem;
  }
  #footer input.big {
      width: 100%;
      padding: 20px 10px;
      margin-bottom: 20px;
  }
  #footer #newsletter_btn {
      width: 100%;
      margin: 0;

  }
  #facebook_block {
      margin: 30px auto 30px auto;
      float: none!important;
  }
  .pos_logo a {
    width: 100px;
    display: block;
    overflow: hidden;
    pointer-events: all;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    z-index: 80;
    margin-top: -10px;
}
  .ysearch {
    float:left!important;
  }
  .pos_logo {
    pointer-events: all;
}
  .breadcrumb {
    display:none;
  }
  .item-product img, ul.product_list > li .product-container img {
      width: 100%;
      padding: 0;
  }
  .tab-category-container-slider .cate_item {
      width: 50%;
      float: left;
  }
  .ajax_add_to_cart_button.btn.btn-gold {
      text-align: center;
    }
    .item-product .product-contents h5.product-name a, ul.product_list > li .product-container .product-contents h5.product-name a {
        height:40px;
        text-align: center;
        font-weight: 500;
        letter-spacing: .03em;
        font-size: 1.2rem;
        padding: 0;
    }
    .btn.btn-gold {
      background: #b09963;
      border: 1px solid #b09963;
      padding: 2px;
      color: #FFF;
      transition: all .3s ease-out;
      -webkit-transition: all .3s ease-out;
      margin-top: 5px;
  }
  .pos-title h2:before { display:none; }
  .pos-title h2 { text-align:center;
    display: block;
  max-width: 100%; }
      .tab-category-container-slider .tab_cates {
        float: none !important;
        width: 100%;
        display: inline-block;
        margin-top: 20px;
        width: auto;
        white-space: nowrap;
    }
      .tab-category-container-slider .tab_cates_wrapper {
        overflow:hidden;
        overflow-x:auto;
         -webkit-overflow-scrolling: touch;
      }
    .tab-category-container-slider .tab_cates li {
        display: inline-block;
        float: none;
    }
    .news_module_image_holder img {
    /* width: 100%; */
      height: 300px;
      width: auto;
      max-width: 800px;
  }
  .sds_blog_post .sds_post_title a, .sds_blog_post p {
      color: #f1f4f7;
      letter-spacing: 0.1rem;
  }
  .footer-block h4{

      border-bottom: 1px solid #ff6666;
      padding-bottom: 5px;
  }
  #layer_cart {
      position:fixed;
      height: 100vh;
      top: 0;
      width: 100vw;
      left: 0;
      margin: 0;
      overflow: auto;
  }
  .articleContent {
      display: block;
      width: 100vw;
      vertical-align: top;
  }
  .articleContent a {
    display: block;
    height: 180px;
    overflow: hidden;
    position: relative;
    width: 90%;
    margin: 0;
    border-radius: 5px;
}
  .sdsarticle-des {
      width: 100%;
      display: inline-block;
      margin-left: 20px;
      vertical-align: middle;
      margin-top: 0;
      margin: 5px;
  }
  .fancybox-error {
      white-space: normal;
  }
  #layer_cart .layer_cart_product .product-image-container {
      max-width: 100%;
  }
  #layer_cart .layer_cart_product .title {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }
  #layer_cart .layer_cart_product .title i {
    display:none;
  }
  #layer_cart .layer_cart_product .product-image-container {
      width: 200px;
      margin: 0 auto;
  }
  #layer_cart {
    border-radius:0;
  }
  #layer_cart .layer_cart_product .layer_cart_product_info > div {
      display: none;
  }
  #layer_cart .layer_cart_cart .button-container {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .mob-shortcut {
    display: block;
    visibility: visible;
    position: absolute;
    right: 60px;
    margin-top: 3px;
    text-align: right;
  }
  .pb-left-column #views_block {
      position: relative;
      top: 0;
      left: 0;
      margin-top: 10px;
  }
  #thumbs_list {
    overflow: hidden;
    float: none;
    width: auto;
  }
  #thumbs_list li {
      float: left;
    margin-right:5px;
  }
  #thumbs_list {
      width: 294px;
  }
  #thumbs_list ul#thumbs_list_frame {
      height: auto!important;
  }
  .content_sortPagiBar .sortPagiBar .nbrItemPage {
    clear: both;
    margin-top: 10px;
    float: none;
  }
  #view_scroll_right, #view_scroll_left, .view_scroll_spacer {
    display: none!important;
  }
  
}
