/*@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);*/
/*@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);

@font-face {
  font-family: 'Reformat Narrow';
  font-style: normal;
  font-weight: normal;
  src: url(fonts/reformanarrowregularwebfont.eot);
  src: url(fonts/reformanarrowregularwebfont.eot?#iefix) format('embedded-opentype'),
       url(fonts/reformanarrowregularwebfont.woff) format('woff'),
       url(fonts/reformanarrowregularwebfont.ttf) format('truetype');
}

@font-face {
  font-family: 'Reformat Narrow';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/reformanarrowlightwebfont.eot);
  src: url(fonts/reformanarrowlightwebfont.eot?#iefix) format('embedded-opentype'),
       url(fonts/reformanarrowlightwebfont.woff) format('woff'),
       url(fonts/reformanarrowlightwebfont.ttf) format('truetype');
}
/*
body, h1, h2, h3, h4, h5, h6,
.button, .widget a.button, a.button, button, input[type="submit"], input[type="reset"], input[type="button"], select {
	font-family: "Open Sans Hebrew Condensed",sans-serif;
	font-weight: 300 !important;
	letter-spacing: 1px;
}
*/

h1, h2, h3, h4, h5, h6,
.button, .widget a.button, a.button, button, input[type="submit"], input[type="reset"], input[type="button"], select,
.menu, nav,
.product-categories {
  font-family: 'Reformat Narrow',sans-serif;
  letter-spacing: 0 !important;
}

body {
    font-family: Arial,Helvetica,sans-serif;
	background: rgb(20, 20, 20) !important;
}
body.home{
	overflow-x:hidden;
}

.df-header h1,
h2.en {
	font-family: 'Open Sans';
}
body .owl-carousel {
    display: block;
}
body ul.products li.product a {
    display: inline-block;
}
.df-navi li.current-menu-item a {
	color: #3a929e;
}
.home .vc_column_container > .vc_column-inner{
	padding:0;
}
.home .full-width-content.df_row-fluid .df_span-lg-6{
	width: 48%;
}
.home .full-width-content.df_row-fluid .df_span-lg-3{
	width: 26%;
}

.widget_product_categories ul li span.count, .widget_layered_nav ul li span.count, .widget_product_categories ul li small.count, .widget_layered_nav ul li small.count {
	float: left;
}

.title-right .df-header.breadcrumbs {
	text-align: right;
}

.title-right .df-header {
	text-align: left;
}


.fivecol_one, .fourcol_one, .fourcol_three, .threecol_one, .threecol_two, .twocol_one {
	float: right;
	margin-left: 1.66667%;
	margin-right: 0;
}

.last {
	margin-left: 0 !important;
	clear: left;
}

.title-center .breadcrumbs {
	display: none !important;
}


.royalSlider {
	direction: ltr;
}

/* header */

.df-social i {
	font-size: 16px;
	color: #a78a71;
}

.df-topbar-left {
	direction: ltr;
}

body .df-topbar .info-description {
	color: #fff;
	border-color: #616161;
}

.df-topbar-right {
	direction: ltr;
}

.df-topbar-right > li {
	margin-right: 5px;
}

.top-navigation li.wishlist a {
	display: inline-block;
	overflow: hidden;
	width: 20px;
	height: 20px;
	text-indent: 100px;
	background: url(images/icons.png) no-repeat -6px -19px;
}

.breadcrumb-trail {
	font-size: 14px;
}

.breadcrumb-trail .trail-end {
	font-weight: normal;
}

.df-fancy-header {
	background: #efefef;
}


/* about page */

body.page-id-13 #sb-site { 
	background: #2b2118 url(/wp-content/uploads/2015/01/bg_about.jpg) no-repeat center 50px; 
}

body.page-id-13 h2 {
	font-size: 40px;
	color: white;
	padding-right: 50px;
	margin: 0;
}

body.page-id-13 .df-main p {
	color: white;
	font-size: 16px;
}

/* stores page */

table.stores {
	width: 100%;
}

table.stores,
table.stores tbody td,
table.stores th {
	border: none;
}

table.stores tbody td {
	border-left: 1px solid #6e6e6e;
	border-radius: 0 !important;
	padding: 0 1.5em;
}
table.stores thead th {
	border-left: 1px solid #6e6e6e;
	border-bottom: 0;
    border-right: 0;
	border-radius: 0 !important;
	padding: 7px 1.5em;
	font-weight: bold;
}
table.stores thead th:last-child,
table.stores td:last-child {
	border-left: none;
}

table.stores .hours {
	display: block;
	position: relative;
}

table.stores .hours .hover {
	position: absolute;
	top: 20px;
	right: 0;
	padding: 1em;
	background: white;
	border: 1px solid grey;
	display: none;
z-index: 1;
}

table.stores .hours:hover .hover {
	display: block;
}

table.stores .map,
table.stores .waze {
	color: #6e6e6e;
	display: inline-block;
	padding-right: 20px;
	position: relative;
}

table.stores .map:after,
table.stores .waze:after {
	content: '';
	position: absolute;
	right: 0;
	width: 15px;
	top: 3px;
	bottom: 0;
	background: url(images/icons.png) no-repeat;
	display: block;
}

table.stores .waze:after {
	background-position: -15px 0;
}


/* contact page */

body.page-id-15 .df-main h3 {
	font-size: 22px;
}

body.page-id-15 .df-main input[type="text"], 
body.page-id-15 .df-main input[type="email"], 
body.page-id-15 .df-main textarea {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid black;
	margin-bottom: 20px !important;
}

body.page-id-15 .df-main textarea {
	height: 100px;
}

body.page-id-15 .df-main input[type="submit"] {
	font-size: 26px;
	padding: 5px 30px;
	display: inline-block;
}

.social-sc.social_icon_medium {
	position: relative;
	text-indent: 100px;
}

.social-sc.social_icon_medium:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	text-indent: 0;
	display: block;
}



/* home page */

body.home .top-search {
	display: none;
}

.rev_slider .tp-button {
	font-family: "Reformat Narrow",sans-serif;
	font-size: 40px;
	font-weight: normal;
	background: black;
	padding: 10px 30px;
}

body.home #content {
	padding: 0;
}

.banner-content h2,
.banner-content h3 {
	color: white;
	text-align: center;
	line-height: 1;
}

.banner-content h2 {
	font-size: 50px;
	font-weight: bold !important;
}

.banner-content h2.huge {
	font-size: 80px;
}

.banner-content h2.small {
	font-size: 40px;
}

.banner-content h3 {
	font-size: 35px;
}

.banner-content hr {
	margin: 0 80px;
}

.banner-warpper.black .banner-content hr {
	border-color: black;
}

.banner-warpper.black .banner-content h2,
.banner-warpper.black .banner-content h3 {
	color: black;
}

body.home .df_row-fluid [class*="df_span-"] {
	padding: 0;
}


/* sales */

body.page-id-83 #content {
	display: none;
}



/* shop */

.woocommerce-ordering select {
	background: black;
	color: white;
}

/*ul.products li.product.first {
clear: right;
margin-right: 0;
}*/

ul.products li.product.last {
clear: left;
}

.onsale {
	transform: rotate(-45deg);
	background: #ff0000 !important;
	left: -24px;
	top: 4px;
	font-size: 20px;
}

ul.products li.product .onsale {
	left: -20px;
}

.onsale-wrapper {
	left: -3px;
	right: auto;
}

.onsale:before, .onsale:after {
	border-left: none;
	border-right: none;
}

.woocommerce .product_meta {
	font-size: 24px;
}

.woocommerce .summary .price {
	font-size: 2em;
}

.woocommerce .price del {
	font-size: 20px;
}

body.single-product h1.product_title {
	font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
}

.yith-wcwl-add-to-wishlist {
	display: block;
	border-top: 2px solid #5e5e5e;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 20px;
}

.woocommerce .summary .df-social-sharing .container {
	right: 20px;
	left: auto;
}

.df-header h1 {
	direction: ltr;
}

.wishlist_desc {
	position: relative;
}

.wishlist_desc p {
	margin-bottom: 10px;
	line-height: 1.3;
}

a.stores {
	display: block;
	position: absolute;
	top: -50px;
	left: 0;
	width: 154px;
	height: 47px;
	background: url(images/stores_button.png) no-repeat;
}

.yith-wcwl-wishlistexistsbrowse.show,
.yith-wcwl-wishlistaddedbrowse.show {
	margin-bottom: 27px;
}

.yith-wcwl-share {
	float: left;
}

.button.add_to_wishlist {
	position: relative;
	display: inline-block;
	font-size: 20px;
	padding: 7px 50px 7px 20px;
}

.button.add_to_wishlist:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 9px;
	width: 30px;
	height: 20px;
	background: url(images/icons.png) no-repeat -90px 0;
}


body.post-type-archive .products .product figure,
body.tax-product_cat .products .product figure {
	height: 300px;
}

body.single-product .products .product figure a {
	height: 350px;
}


body.single-product .products .product figure a img {
	width: auto;
}

.woocommerce-sidebar {
	font-size: 21px;
}

#content .woocommerce-sidebar h3 {
	font-size: 24px;
}

.woocommerce-sidebar .widget li {
	margin-bottom: 0;
}

/* wishlist */

.wishlist_table tr td.product-thumbnail, 
.wishlist_table tr td.product-name {
	text-align: right;
}

a.button.brown {
	font-size: 28px;
	color: #a78a71 !important;
	padding-top: 0;
	padding-bottom: 5px;
}


/* footer */

.footer-primary-widgets .widget {
	margin: 0;
}

.footer-primary-widgets .menu {
	margin: 0;
	text-align: left;
}

.footer-primary-widgets .menu li {
	display: inline-block;
	margin-right: 15px;
}

.footer-primary-widgets .menu li a {
	color: white !important;
	font-size: 18px;
}

.footer-primary-widgets .menu li.current-menu-item a {
	font-weight: bold;
}

.widget_dahz_subscribe p {
	display: none;
}

.widget_dahz_subscribe form {
	margin: 0;
}

.widget_dahz_subscribe form input {
	margin-bottom: 0;
}

.site-footer .site-info {
	font-size: 16px;
}

.site-footer .site-info a.shapo {
	padding-right: 110px;
	background: url(images/shapo.png) no-repeat right center;
}

.footer-primary-widgets .wpcf7-form {
	padding-right: 50px;
}

.footer-primary-widgets input.wpcf7-email,
.footer-primary-widgets input.wpcf7-text {
	width: 200px;
	background: #d4d4d4;
	color: black;
	border: 1px solid #6a6a6a;
	font-family: "Reformat Narrow",sans-serif;
	position: relative;
	margin-bottom: 0;
}

.footer-primary-widgets span.your-email,
.footer-primary-widgets span.name {
	display: inline-block;	
}

.footer-primary-widgets span.your-email:after {
	content: '';
	position: absolute;
	display: block;
	top: -5px;
	bottom: 0;
	right: -50px;
	width: 40px;
	background: url(images/icons.png) no-repeat -38px 0;
}

.footer-primary-widgets input.wpcf7-submit {
	display: inline-block;
	margin-right: 20px;
	border: 1px solid #9d826b !important;
	font-size: 30px;
	padding: 0 35px;
	vertical-align: top;
}

.footer-primary-widgets .wpcf7-list-item-label {
	color: white;
	font-size: 12px;
}

.wpcf7-form input[type="checkbox"] {
	margin: 0;
	top: auto;
}

.kento-splash-screen {
	padding: 100px 370px 0 20px;
	margin-left: -360px;
	margin-top: -240px;
	top: 50%;	
}
.ppsPopupShell h1,
.kento-splash-screen h1 {
	font-family: "Reformat Narrow",sans-serif;
    font-size: 45px;
    font-weight: normal;
    letter-spacing: -1px !important;
    line-height: 1;
    text-align: center;
    margin: 0 35px 20px;
    padding-bottom: 10px;
    border-bottom: 6px solid #231f20;
	text-shadow: none;
}
.ppsPopupShell input[type=email],
.ppsPopupShell input[type=text],
.kento-splash-screen input[type=email],
.kento-splash-screen input[type=text] {
	font-family: "Arial",sans-serif;
    font-size: 13px;
    padding: 5px 20px;
    margin: 0;
	width: 225px;
}
.ppsPopupShell .wpcf7-form-control-wrap,
.kento-splash-screen .wpcf7-form-control-wrap {
    margin-bottom: 15px;
    display: block;
}
.ppsPopupShell .wpcf7-list-item-label,
.kento-splash-screen .wpcf7-list-item-label {
	font-family: "Arial",sans-serif;
	line-height: 1;
	padding-left: 50px;
}
.ppsPopupShell input[type=submit],
.kento-splash-screen input[type=submit] {
	font-family: "Reformat Narrow",sans-serif;
	font-weight: 300;
    padding: 5px 30px;
    font-size: 25px;
    font-weight: normal;
}

.ppsPopupShell span.wpcf7-not-valid-tip
.kento-splash-screen span.wpcf7-not-valid-tip {
	margin-top: -30px;
    text-align: left;
}

body .ppsPopupShell .wpcf7-response-output ,
body .kento-splash-screen .wpcf7-response-output {
	margin: 5px 0;
}

.kento-splash-screen a.close {
	display: block;
	position: absolute;
	left: 20px;
	top: 20px;
	width: 42px;
	height: 42px;
	background: url(images/icons.png) 0 -69px;
}

.mfp-content {
	text-align: right;
}
.look{
	float: right;
    margin: 0.1%;
    width: 24.8%;
}
.look a.prettyphoto{
	max-height: 435px;
	overflow: hidden;
	display: flex;
}
.look p{
	background: #f1f1f1 none repeat scroll 0 0;
    font-size: 12px;
    padding: 5px 8px;
	height: 65px;
    overflow: hidden;
}
.page-id-3434 a.pp_next, .page-id-3434 a.pp_previous, .page-id-3434 div.pp_default .pp_close, .page-id-3434 div.pp_default a.pp_arrow_next, .page-id-3434 div.pp_default a.pp_arrow_previous{color: rgba(0, 0, 0, 0);}

.woocommerce .related .carousel-wrapper .wc-carouselNav, .woocommerce .upsells .carousel-wrapper .wc-carouselNav, .woocommerce .cross-sells .carousel-wrapper .wc-carouselNav{
	left: 0;
    position: absolute;
    right: auto;
    top: -55px;
}
.resp-easy-accordion h2.resp-accordion{
	text-align: right;
}
.woocommerce .resp-arrow::after{
	float: left;
}
.site-info.col-full > .col-right > p {
color:white!important;}

/*my css*/
header a.df-sitename.img:focus{
	border: solid 1px #fff;
}
.main-navigation a, .df-navibar-classic-left .site-module, .df-navibar-classic-right .site-module {
	padding: 11px!important;
}
.df-social a:hover i,
.df-social a:focus i,
.df-navi li a:hover,
.df-navi li a:focus{
	color: #fff!important;
}
li.menu-item-2887>a:focus{
	border: solid 1px #fff;
}
html:not(.ie9) .entry-content .banner-warpper:hover .banner-background,
html:not(.ie9) .entry-content .banner-warpper a:focus .banner-background{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.footer-primary-widgets .menu li a:focus,
.footer-primary-widgets .menu li a:hover{
	color: #3a929e!important;
}
.miniSlider.slick-initialized.slick-slider {
	max-height: 1120px;
}
/*.miniSlider img {
	width: 761px!important;
}*/
.slick-prev:before, .slick-next:before {
	font-size: 28px;
}
 [dir='rtl'] .slick-next {
	right: auto;
	left: 10px;
	 z-index: 9;
}
[dir='rtl'] .slick-prev {
	right: 10px;
	left: auto;
	z-index: 9;
}
.df-button-flat button{
	border-color: #00000000!important;
	color: #ffffff;
	background: #00000000!important;
}

.df-button-flat button:hover,
.df-button-flat button:focus{
	color: #ffbc3a!important; 
	background: rgba(255, 255, 255, 0)!important;
}

.hpSlider .slick-list.draggable{
	padding:0!important;
}
button.slick-prev:hover:before,
button.slick-prev:focus:before,
button.slick-next:hover:before,
button.slick-next:focus:before{
	color: #ffbc3a!important;
}

.footer-primary-widgets .menu li.menu-item-2887{
	display: none;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
.fa-angle-up:before {
	color: #fff;
}
label {
	display: contents;
}
a.scroll-top{
	display: inline;
	width: 40px;
	height: 40px;
	background: #ae9364;
	text-align: center;
	line-height: 40px;
}
a.scroll-top:hover,
a.scroll-top:focus{
	background: #3a929e;
}
a.top-search.default-top-search:hover,
a.top-search.default-top-search:focus{
	color: #3a929e;
}

.universe-search .universe-search-close.ico-iphone:after,
.universe-search .universe-search-close:before,
button.universe-search .universe-search-close.ico-iphone:after,
button.universe-search .universe-search-close:before{
	font-family: dficon;
	content: "\e018";
	font-size: 24px;
	color: #43a8b6;
	border: solid 1px;
}
button.universe-search .universe-search-close.ico-iphone:focus:after,
button.universe-search .universe-search-close:focus:before{
	border: solid 3px red;
}

input[type="text"]:focus, input[type="password"]:focus,
input[type="email"]:focus, input[type="number"]:focus,
input[type="search"]:focus, input[type="url"]:focus, textarea:focus {
	border: 1px solid #29929e;
}
input#searchsubmit:focus,
input#searchsubmit:hover{
	background: #3a929e;
	color: #fff;
}

.vc_column-inner a:focus,
#secondary a:hover,
#secondary a:focus,
.single .post-pagination .title-link-nav-single-post a:focus,
.single .post-pagination .title-link-nav-single-post a:hover,
.breadcrumb-trail a:hover,
.breadcrumb-trail a:focus,
ul.product-categories li a:hover,
ul.product-categories li a:focus{
	color:#3ba3b2!important;
	text-decoration: underline;
}

.vc_column-inner a:focus img,
.single .post-pagination .nav-next a:focus{
	border: solid 1px #29929e;
}

table.stores .hours {
	display: block;
	position: relative;
	color: #000;
	padding: 0;
	font-size: 21px;
	margin: 0;
	line-height: 30px;
}
table.stores .hours:focus .hover {
	display: block;
}
.df-button-flat button:hover,
.df-button-flat button:focus {
	color: #3a929e!important;
}

.df-navi li.current-menu-item a {
	color: #ffffff;
}
.woocommerce-ordering select:focus {
	background: #3ba3b2;
	color: white;
}
.widget_price_filter .price_slider_amount .button {
	color: #fff;
	background: #17809e!important;
	border:solid 1px transparent;
}
.widget_price_filter .price_slider_amount .button:hover,
.widget_price_filter .price_slider_amount .button:focus{
	border:solid 1px #17809e!important;
	color: #1C94C4!important;
	background: #fff!important;
}

.no-touch ul.products li.product figure>a:focus + figcaption,
.mobile-false ul.products li.product figure>a:focus + figcaption,
ul.products li.product figure.cs-hover figcaption{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform .4s,opacity .1s;
	-moz-transition: -moz-transform .4s,opacity .1s;
	transition: transform .4s,opacity .1s;
}
.no-touch ul.products li.product figure>a:focus{
	border: solid 1px #1C94C4;
}
ul.products li.product a:focus{
	color:#1C94C4;
	border: solid 1px;
}

a.page-numbers {
	display: block;
	padding: 15px 24px;
	border: solid 1px transparent;
}
a.page-numbers:focus{
	border: solid 1px #1C94C4;
	background: #1C94C4;
	color:#fff;
}
h2.resp-accordion a:focus{
	color: #3a929e!important;
	text-decoration: underline!important;
	display: block;
	padding: 8px 0;
	border: solid 1px;
}
a.qode-like:focus{
	background: #3a929e;
}
.df-button-flat .button:focus{
	border-color: #f2f2f2;
	color: #148e9e;
	background: #ffffff;
}
a.stores:focus{
	border: solid 2px #ae9364;
}

.woocommerce .summary .df-social-sharing {
	color: #000;
	width: 300px !important;
	text-align: right!important;
}
.woocommerce .summary .df-social-sharing:hover,
.woocommerce .summary .df-social-sharing:focus,
.woocommerce .summary .df-social-sharing:active {
	width: 250px;
	text-align: right;
	color: #148e9e;
}
.woocommerce .summary .df-social-sharing:focus>.container {
	display: inline-block;
	left: 22px;
	position: absolute;
	opacity: 1;
	width: 250px;
	top: 0;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}
.easyzoom.is-ready a:focus{
	border: solid 2px #3a929e;
}

.woocommerce .next-prev-prod a.next:focus,
.woocommerce .next-prev-prod a.prev:focus{
	border: red;
}
.woocommerce .next-prev-prod a:focus .nav-dropdown {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.woocommerce .next-prev-prod a.focus .nav-dropdown {
	left: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.posted_in a:focus{
	color:#3a929e!important;
}
.woocommerce .summary .df-social-sharing >.container,
.woocommerce .summary .df-social-sharing:active>.container {
	opacity: 1;
	top: 10px;
	right: 50px!important;
}
.container a:focus,
a.share_btn:focus,
.show a:focus{
	color:#3a929e!important;
}
a.ppsPopupClose.ppsPopupClose_classy_grey:focus{
border: solid red;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
	background-color: #a78a71!important;
	color: #ffffff;
}

@media(max-height:780px) {
	.wpcf7-form input[type="submit"] {
		width: auto;
	}
	
	/*.kento-splash-screen {
		width: 320px !important;
		height: 480px !important;
		margin: -240px 0 0 -160px;
		padding: 140px 20px 0;
		background: url(images/aristo_signp_splashform_bizmob.jpg) !important;
	}
	
	.kento-splash-screen h1 {
		font-size: 40px;
		line-height: 0.8;
		margin: 0 0 10px 85px;
		text-align: right;
	}*/
	
	.kento-splash-screen .wpcf7-checkbox {
		line-height: 1;
	}
}
@media(max-width:1024px) and (min-width: 769px) {
	.site-header #site-navigation.main-navigation a, .site-header #site-navigation.main-navigation ul ul a {font-size: 18px;padding: 0 5px ;}
	.site-header #site-navigation.main-navigation li.menu-item{margin-top: 28px;}
	.home #post-2 .full-width-content.df_row-fluid .df_span-sm-6{width: 100%;}
	.home #post-2 .full-width-content.df_row-fluid .df_span-sm-3 {width: 50%;}
	.home .royalSlider, .rsOverflow{height: 1000px !important;}
	.home .royalSlider img.rsImg{margin-top: 0 !important;}
	.banner-home-1 .banner-content,
	.banner-home-2 .banner-content,
	.banner-home-3 .banner-content,
	.banner-home-4 .banner-content{height: 650px !important;}
}
@media only screen and (max-width: 768px) and (min-width: 768px) {
	#woocommerce_product_categories-2{display:inline-block;margin-bottom:0;width: 33.333%;}
	#woocommerce_product_categories-2 h3{margin: 10px 0 0;}
	#woocommerce_product_categories-2 .product-categories{visibility:hidden;font-size: 0;margin: 0;}
	#woocommerce_product_categories-2:hover .product-categories{visibility:visible;font-size: 20px;margin: 0;}
	.df-menu::before{color:#fff;}
	.df-mobile-toogle-nav li{text-align: left;}
	.df-navibar.df-navibar-left .df-sitename, .df-navibar.df-navibar-classic-left .df-sitename{float:right;}
	.rev_slider, .rev_slider_wrapper{height: 304px !important;width: 100% !important;}
	.home #post-2 .full-width-content.df_row-fluid .df_span-sm-6{width: 100%;}
	.home #post-2 .full-width-content.df_row-fluid .df_span-sm-3 {width: 50%;}
	.kento-splash-screen{left: 5% !important;width: 90% !important;right: 5%;padding: 15px;}
	.footer-primary-widgets input.wpcf7-email, .footer-primary-widgets input.wpcf7-text, .footer-primary-widgets span.your-email, .footer-primary-widgets span.name	{width: 100%;}
	.footer-primary-widgets input.wpcf7-submit{width: 100%;margin: 15px 0 10px;}
	.no-touch ul.products li.product figure figcaption, .mobile-false ul.products li.product figure figcaption, ul.products li.product figure.cs-hover figcaption{
	opacity: 1;
    transform: translateY(0px);
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0s;
	}
	ul.products li.product a h4{min-height:48px;}
	.title-right .df-header.breadcrumbs{padding:15px;}
	.post-type-archive #main-sidebar-container #secondary{display:none;}
	body.page-id-13 #sb-site{background-size:cover;}
	ul.products li.product.df_span-sm-6, ul.products li.product.df_span-sm-3, ul.products li.product.df_span-sm-4, ul.products li.product.df_span-col5{clear: none;border-bottom: 1px solid;padding-bottom: 15px;margin: 15px 1%;width: 48%;}
	.single-product #secondary{border-bottom:1px solid;border-top:1px solid;margin: 20px 0 0;}
	.page-id-2744 .wpb_image_grid .wpb_image_grid_ul .isotope-item{position:relative !important;left: auto !important;top: auto !important;width: 23%;margin:1%;}
	div.pp_pic_holder{right: 5% !important;width: 90% !important;left: 5% !important;}
	.pp_content{height: auto !important;width: 100% !important;}
	#pp_full_res img{height: auto !important;width: 100% !important;}
}
@media(max-width:767px) {
	table.stores .hours .hover{right: -100px;}
	.footable-row-detail-name{padding-left: 0.5em;padding-right: 0;}
	.home .full-width-content.df_row-fluid .df_span-lg-6, .home .full-width-content.df_row-fluid .df_span-lg-3{width: 100%;}
	.look{width: 49%;margin: 0.5%;}
	.look p{height: 70px;}
	.look a.prettyphoto{display: block;}
	table.stores tbody td{padding: 8px 0;border:0;}
	table.stores thead th{padding: 8px 0;border:0;}
	.footable.breakpoint > tbody > tr > td > span.footable-toggle{margin-left: 15px;padding-left: 5px;padding-right: 0;}
	div.pp_pic_holder{right: 5% !important;width: 90% !important;left: 5% !important;}
	.pp_content{height: auto !important;width: 100% !important;}
	#pp_full_res img{height: auto !important;width: 100% !important;}
	.df-menu::before{color:#fff;}
	.df-mobile-toogle-nav li{text-align: left;}
	.df-navibar.df-navibar-left .df-sitename, .df-navibar.df-navibar-classic-left .df-sitename{float:right;}
	.kento-splash-screen{left: 5% !important;width: 90% !important;right: 5%;padding: 15px;}
	.footer-primary-widgets input.wpcf7-email, .footer-primary-widgets input.wpcf7-text, .footer-primary-widgets span.your-email, .footer-primary-widgets span.name	{width: 100%;}
	.footer-primary-widgets input.wpcf7-submit{width: 100%;margin: 15px 0 10px;}
	.no-touch ul.products li.product figure figcaption, .mobile-false ul.products li.product figure figcaption, ul.products li.product figure.cs-hover figcaption{
	opacity: 1;
    transform: translateY(0px);
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0s;
	}
	ul.products li.product a h4{min-height:48px;}
	.title-right .df-header.breadcrumbs{padding:15px;}
	.post-type-archive #main-sidebar-container #secondary, .single-product #main-sidebar-container #secondary.df-sidebar{display:none;}
	
	.banner-home-1 .banner-content,
	.banner-home-2 .banner-content,
	.banner-home-3 .banner-content,
	.banner-home-4 .banner-content{height: 1000px !important;}
	body.page-id-13 #sb-site{background-size:cover;}
}
@media(max-width:560px) {
	.page-id-2744 .wpb_image_grid .wpb_image_grid_ul .isotope-item{position:relative !important;left: auto !important;top: auto !important;width: 48%;margin:1%;}
	.df-header h1{text-align: center;}
	.rev_slider, .rev_slider_wrapper{height: 222px !important;width: 100% !important;}
	.banner-home-1 .banner-content,
	.banner-home-2 .banner-content,
	.banner-home-3 .banner-content,
	.banner-home-4 .banner-content{height: 700px !important;}
	#new-royalslider-1 img.rsImg {height: auto !important;width: 100% !important;margin-left: 0 !important;}
	.home .royalSlider, .rsOverflow{height: 840px !important;}
	body.single-product .related.products .product figure, body.single-product .related.products .product figure{height: 246px;border: 1px solid;}
	body.post-type-archive .products .product figure, body.tax-product_cat .products .product figure{height: 246px;border: 1px solid;}
	ul.products li.product.df_span-sm-6, ul.products li.product.df_span-sm-3, ul.products li.product.df_span-sm-4, ul.products li.product.df_span-col5{clear: none;border-bottom: 1px solid;padding-bottom: 15px;margin: 15px 1%;width: 48%;}
	.page-id-15 #df-fancy-header, .page-id-17 #df-fancy-header{background-size: cover;height: 110px;min-height: 110px !important;}
	.page-id-15 #content, .page-id-17 #content {padding:0 0 30px;}
}

@media(max-width:375px) {
	.rev_slider, .rev_slider_wrapper{height: 149px !important;width: 100% !important;}
	.banner-home-1 .banner-content,
	.banner-home-2 .banner-content,
	.banner-home-3 .banner-content,
	.banner-home-4 .banner-content{height: 480px !important;}
	.home .royalSlider, .rsOverflow{height: 560px !important;}
}
@media(max-width:320px) {
	.home .royalSlider, .rsOverflow{height: 520px !important;}
	.tp-simpleresponsive .slotholder *, .tp-simpleresponsive img{height: 125px !important;}
	table.stores .hours .hover{right: -114px;}
}
@media print {
	#df-fancy-header, 
	#masthead,
	.footer-primary-widgets,
	.site-footer {
		display: none;
	}
}