/*
Theme Name: MindShop eCommerce Template
Theme URI: https://mindrop.gr
Author: Mindrop digital agency
Author URI: https://mindrop.gr
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



@font-face {
    font-family: 'FuturaNeu-Light';
    src: url('fonts/FuturaNeu-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaNeu-Regular';
    src: url('fonts/FuturaNeu-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaNeu-Bold';
    src: url('fonts/FuturaNeu-Bold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}


body {
	font-family: 'FuturaNeu-Light';
	font-size: 17px;
}

img {
	max-width:100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## OFF CANVAS MENU
--------------------------------------------------------------*/
.overlay-div {
  height: 100vh;
  width: 100vw;
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.overlay-background {
  height: 100vh;
  width: 100vw;
  z-index: 50;
  background-color: black;
  opacity: 0.75;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

.offcanvas-contents-left-1 {
  height: 100vh;
  width: 100vw;
  max-width: 500px;
  z-index: 51;
  background-color: #313cd0;
  position: fixed;
  top: 0;
  left: -100vw;
  transition: left 1s;
}

.offcanvas-contents-right-1 {
  height: 100vh;
  width: 100vw;
  max-width: 500px;
  z-index: 51;
  background-color: #313cd0;
  position: fixed;
  top: 0;
  right: -100vw;
  transition: right 1s;
}

.offcanvas-contents-left-1-added {
  left: 0;
}

.offcanvas-contents-right-1-added {
  right: 0;
}

.offcanvas-base {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 500;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 340px;
    background-color: #fff;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease;
	max-width: 100%;
}

.offcanvas-menu {
    left: 0;
    right: auto;
	width: 340px;
    -webkit-transform: translate3d(-340px,0,0);
    transform: translate3d(-340px,0,0);
	    visibility: hidden;
	transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	max-width: 100%;
}

.offcanvas-filters {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-340px,0,0);
    transform: translate3d(-340px,0,0);
	    visibility: hidden;
	max-width: 100%;
}

.offcanvas-cart {
    right: 0;
    left: auto;
    -webkit-transform: translate3d(340px,0,0);
    transform: translate3d(340px,0,0);
	    visibility: hidden;
	max-width: 100%;
}

.offcanvas-opened {
    -webkit-transform: none;
    transform: none;
	visibility: visible;
	z-index: 9999999;
}

.offcanvas-close-side {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0,0,0,.7);
    transition: opacity .25s ease,visibility 0s ease .25s;
}

.offcanvas-close-side-opened {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s ease,visibility 0s ease;
}
.off-cart-footer {
	flex: 0 0 auto;
    padding-bottom: 15px;
}
.off-filters-footer {
	flex: 0 0 auto;
    padding-bottom: 15px;
}
.off-menu-footer {
	flex: 0 0 auto;
    padding-bottom: 0px;
}
.off-cart-footer .woocommerce-mini-cart__buttons {
	padding-right: 15px;
    padding-left: 15px;
	display: block;
    margin-bottom: 0;
    text-align: center;
}
.shopping-cart-widget-footer .woocommerce-mini-cart__buttons{
	display:none;
}
.off-filters-footer .woocommerce-filter__buttons {
	padding-right: 15px;
    padding-left: 15px;
	display: block;
    margin-bottom: 0;
    text-align: center;
}
.off-cart-footer .woocommerce-mini-cart__buttons a {
    width: 100%;
	margin-bottom: 10px;
}
.off-filters-footer .woocommerce-filter__buttons a {
    width: 100%;
	margin-bottom: 10px;
}
.off-cart-footer .woocommerce-mini-cart__buttons .btn-cart {
	background-color: #f7f7f7;
	padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    background-color: #F3F3F3;
    color: #3E3E3E;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .3px;
    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
}
.off-cart-footer .woocommerce-mini-cart__buttons .btn-checkout {
	padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    background-color: #000;
    color: #fff;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .3px;
    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
}
.off-filters-footer .woocommerce-filter__buttons .btn-filters {
	padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    background-color: #000;
    color: #fff;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .3px;
    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
}
.woocommerce-mini-cart__total {
	border-color: rgba(129,129,129,.2);
	    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 2px solid;
	padding-right: 15px;
    padding-left: 15px;
	margin-bottom: 5px;
}
.woocommerce-mini-cart__total strong {
    color: #2d2a2a;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.woocommerce-mini-cart__total .amount {
    font-weight: 600;
    font-size: 20px;
}
.off-cart-header {
	display: flex;
    flex: 0 0 auto;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    padding: 20px 15px 20px 15px;
    border-bottom: 1px solid;
	border-color: rgba(129,129,129,.2);
}
.off-cart-header .widget-title {
    flex: 1 1 auto;
    margin: 0px;
    font-size: 20px;
    color: #2d2a2a;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
.wd-cross-button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 30px;
}
.off-cart-header .close-side-widget {
    flex: 0 0 auto;
}
.wd-cross-button[class*=wd-with-text], .widget_layered_nav_filters ul li a {
    color: #2d2a2a;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 600;
    font-size: 13px;
}
.wd-cross-button.wd-with-text-left {
    padding-right: 18px;
}
.wd-cross-button:after, .wd-cross-button:before {
    content: " ";
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -1px;
    width: 12px;
    height: 2px;
    background-color: #000;
    transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
}
.wd-cross-button:before, .widget_layered_nav_filters ul li a:before, .woocommerce-remove-coupon:before, td.product-remove a:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wd-cross-button:after, .widget_layered_nav_filters ul li a:after, .woocommerce-remove-coupon:after, td.product-remove a:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.wd-cross-button.wd-with-text-left:after, .wd-cross-button.wd-with-text-left:before {
    right: 0;
}
.off-widget_shopping_cart {
	    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
	    position: relative;
    display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    flex-direction: column;
}
.off-widget_shopping_filters {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    position: relative;
    display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    flex-direction: column;
}
.off-widget_mob_navigation_menu {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    position: relative;
    display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    flex-direction: column;
}
.off-widget_shopping_cart_content {
	display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}
.widget_shopping_cart_content {
    display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}
.widget_shopping_filters_content {
	display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}
.widget_mob_navigation_menu_content {
	display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}
.off-widget-scroll {
    position: relative;
    flex: 1 1 auto;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.off-widget-scroll-content {
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
	position: absolute;
    padding-right: 0;
    max-height: none;
}
.off-widget-scroll-content .woocommerce-mini-cart__total, .off-widget-scroll-content .woocommerce-mini-cart__buttons{
	display:none;
}
.off-widget-scroll-content .woocommerce-mini-cart {
	padding: 15px;
}

/*--------------------------------------------------------------
## OFF CANVAS CART CONTENT
--------------------------------------------------------------*/

.noesis-scroll {
    position: relative;
    flex: 1 1 auto;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.off-widget_shopping_cart .noesis-scroll-content {
    position: absolute;
    padding-right: 0;
    max-height: none;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    position: absolute;
    padding-right: 0;
    max-height: none;
}
.off-widget_shopping_filters .noesis-scroll-content {
    position: absolute;
    padding-right: 15px;
	padding-left: 15px;
    max-height: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    position: absolute;
    padding-right: 15px;
    max-height: none;
}
.off-widget_mob_navigation_menu .noesis-scroll-content {
    position: absolute;
    padding-right: 15px;
	padding-left: 15px;
    max-height: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    position: absolute;
    padding-right: 15px;
    max-height: none;
}
.off-widget_shopping_cart .product_list_widget {
    margin-bottom: 0;
    text-align: left;
	padding: 0px;
}
.woocommerce .off-widget_shopping_cart ul.product_list_widget .mini_cart_item {
    margin-bottom: 0;
    padding: 15px;
    transition: background-color .3s ease;
}
.off-widget_shopping_cart .mini_cart_item {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}
.widget_shopping_cart_content .mini_cart_item {
    margin-bottom: 0;
    padding: 15px;
    transition: background-color .3s ease;
}
.product_list_widget>li>a {
    display: block;
    margin-bottom: 8px;
}
.off-widget_shopping_cart .cart-item-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    font-size: 0;
}
.off-widget_shopping_cart .mini_cart_item a {
    margin-bottom: 0;
}
.off-widget_shopping_cart .remove {
    position: absolute;
    top: 13px;
    right: 10px;
    z-index: 99999;
    margin-bottom: 0;
    padding-right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: rgba(0,0,0,.8);
    text-align: center;
    font-size: 21px;
    line-height: 20px;
}
.off-widget_shopping_cart .mini_cart_item a {
    margin-bottom: 0;
}
.cart-widget-side .off-widget_shopping_cart .remove {
    top: 13px;
    right: 10px;
}
.off-widget_shopping_cart .remove:after {
    font-weight: 700;
    font-size: 8px;
    content: "X";
    font-family: noesis-font;
	display: none;
}
.off-widget_shopping_cart .cart-item-image {
    position: relative;
    flex: 0 0 auto;
    overflow: hidden;
    margin-right: 15px;
}
.off-widget_shopping_cart .mini_cart_item a {
    margin-bottom: 0;
}
.product_list_widget>li img {
    float: left;
    margin-right: 15px;
    min-width: 65px;
    max-width: 65px;
	    height: auto;
}
.off-widget_shopping_cart .cart-item-image img {
    float: none;
    margin-right: 0;
    transition: opacity .6s ease;
}
.off-widget_shopping_cart .cart-info {
    flex: 1 1 auto;
    padding-right: 20px;
}
.off-widget_shopping_cart .product-title {
    display: block;
    margin-bottom: 6px;
}
.off-widget_shopping_cart .product-title {
    transition: all .25s ease;
}
.product_list_widget>li .product-title {
    margin-bottom: 8px;
    font-size: 14px;
}
.off-widget_shopping_cart .quantity {
    display: inline-flex;
    vertical-align: top;
    white-space: nowrap;
    font-size: 0;
}
.off-widget_shopping_cart .quantity {
    display: block;
    color: #BBB;
    font-size: 13px;
}
.off-widget_shopping_cart .amount {
    font-weight: 600;
    font-size: 14px;
}


/*--------------------------------------------------------------
## OFF CANVAS MOBILE MENU
--------------------------------------------------------------*/
.offcanvas-menu {
	margin-top: 0px;
}
.offcanvas-menu .offcanvas-close-menu svg{
	display: inline-block;
    fill: #000;
    vertical-align: middle;
    background: none;
    pointer-events: none;
	width: 15px;
    height: 15px;
    stroke-width: 1.5px;
}
.offcanvas-close-menu {
	    position: relative;
    vertical-align: middle;
    line-height: 15px;
}
.offcanvas-menu .offcanvas-close-menu:before {
    position: absolute;
    content: '';
    top: -8px;
    right: -12px;
    left: -12px;
    bottom: -8px;
    transform: translateZ(0);
}
.navbar-collapse {
	display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}
.noesis-scroll-content .navbar-collapse  {
	padding: 0px;
}
.off-widget_mob_navigation_menu .noesis-scroll-content {
	padding-left: 30px;
	padding-right: 30px;
}
.off-widget_mob_navigation_menu  .navbar-nav {
    margin: 0px;
}
.off-widget_mob_navigation_menu .main-mob-menu-item {
	border-bottom: 1px solid #d9d9d9;
	border-color: rgb(140 140 140 / 0.25); 
    overflow: hidden;
}
.off-widget_mob_navigation_menu .main-mob-menu-item a {
	display: block;
    position: relative;
    width: 100%;
    padding: 20px 0;
    text-align: left;
    cursor: pointer;
	text-transform: uppercase;
}
.off-widget_mob_navigation_menu .nav>li>a:focus, .off-widget_mob_navigation_menu .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.off-widget_mob_navigation_menu .main-mob-menu-item a .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0px;
    vertical-align: middle;
    border-top: 0px dashed;
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
	position: absolute;
    right: 0;
    top: calc(50% - (11px / 2));
    width: 11px;
    height: 11px;
}
.off-widget_mob_navigation_menu .main-mob-menu-item a .caret::before, .off-widget_mob_navigation_menu .main-mob-menu-item a .caret::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: currentColor;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.off-widget_mob_navigation_menu .main-mob-menu-item a .caret::before {
    width: 11px;
    height: 1px;
    opacity: 1;
}
.off-widget_mob_navigation_menu .main-mob-menu-item a .caret::after {
    width: 1px;
    height: 11px;
}
.off-widget_mob_navigation_menu .main-mob-menu-item.open a .caret::before, .off-widget_mob_navigation_menu .main-mob-menu-item.open a .caret::after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.off-widget_mob_navigation_menu .main-mob-menu-item.open a .caret::before{
	opacity: 0;
}
.off-widget_mob_navigation_menu .dropdown-menu {
    display: block;
    height: 0;
    visibility: hidden;
    transition: height 0.35s ease-in-out, visibility 0s ease-in-out 0.35s;
    overflow: hidden;
	padding-bottom: 18px;
	margin-left: 16px;
}
.off-widget_mob_navigation_menu .main-mob-menu-item.open .dropdown-menu {
    visibility: visible;
    transition: height 0.35s ease-in-out;
	overflow:visible;
	height: auto;
}
.off-widget_mob_navigation_menu .navbar-nav .open .dropdown-menu>li>a {
	    padding: 13px 0px 13px 0px;
	font-size: 13px;
}
.secondary-mob-menu-item-first {
	margin-top: 30px;
}
.secondary-mob-menu-item {
	margin-bottom: 18px;
	padding: 0px;
}
.secondary-mob-menu-item a {
		line-height: 21px;
	font-size: 13px;
}
.navbar-nav>.secondary-mob-menu-item>a {
	padding: 0px;
	color:#888;
	text-transform: none;
		font-size: 13px;
}
.off-widget_mob_navigation_menu {
	opacity: 0;
    transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
	transform: translateX(-65px);
}
.offcanvas-opened .off-widget_mob_navigation_menu {
	opacity: 1;
    transform: translateX(0);
	transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
}
.off-cart-header {
	opacity: 0;
    transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
	transform: translateX(-65px);
}
.offcanvas-opened .off-cart-header {
	opacity: 1;
    transform: translateX(0);
	transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
}
.off-menu-footer {
	opacity: 0;
    transform: translateY(45px);
    transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.offcanvas-opened .off-menu-footer {
	opacity: 1;
    transform: translateY(0);
    transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s,transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
}
.off-widget_mob_navigation_menu .navbar-nav>li {
    float: none;
    width: 100%;
}
.off-widget_mob_navigation_menu .navbar-nav {
    float: none;
    margin: 0;	
}

/*--------------------------------------------------------------
## Mobile Header
--------------------------------------------------------------*/
#mobileheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 18px;
	background-color: #000;
}
.mobile-menu-icon svg {
    height: 14px;
    width: 20px;
	fill: #fff;
}
.mobile-cart-icon svg {
    height: 20px;
    fill: #fff;
    stroke-width: 1.5px;
}
.mobile-branding img {
	max-width: 200px;
}

/*--------------------------------------------------------------
## CART Page
--------------------------------------------------------------*/
.woocommerce table.shop_table {
    border: 0px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}
th.product-remove {
    width: 40px;
}
th.product-thumbnail {
    width: 10px;
}
th.product-name {
    text-align: left;
}
table th {
    padding: 15px 10px;
    border: none;
    border-bottom: 2px solid #EFEFEF;
    color: #2d2a2a;
    vertical-align: middle;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
		font-family: 'GothamGreek-Bold';
}
.woocommerce table.shop_table td {
    padding: 15px 12px;
    border: none;
    border-bottom: 1px solid #E6E6E6;
    text-align: left;
    font-weight: inherit;
}
.shop_table tr td:last-child, .shop_table tr th:last-child {
    text-align: right;
}
td.product-remove {
    padding: 0;
    text-align: center;
}
@media (min-width: 768px) {
.order-md-first {
    -ms-flex-order: -1;
    order: -1;
}
}
.order-last {
    -ms-flex-order: 13;
    order: 13;
}
.cart-actions .coupon {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.cart-actions .coupon label {
    display: none;
}
.cart-actions .coupon .input-text {
    margin-right: 10px;
    max-width: 230px;
}
.cart-actions input {
padding: 0 15px;
    max-width: 100%;
    width: 100%;
    height: 42px;
    border: 2px solid rgba(129,129,129,.2);
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    vertical-align: middle;
    font-size: 14px;
    transition: border-color .5s ease;
}
.woocommerce .cart-actions [type=submit]{
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    background-color: #F3F3F3;
    color: #3E3E3E;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .3px;
    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
}
td.product-thumbnail>a {
    display: block;
    overflow: hidden;
}
td.product-thumbnail img {
    min-width: 80px;
    max-width: 80px;
}
.cart-actions.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.woocommerce .cart-totals-inner {
    padding: 25px;
    border: 3px solid #EFEFEF;
}
.woocommerce .cart-totals-inner h2 {
	text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 5px;
    padding-left: 6px;
	font-family: 'GothamGreek-Bold';
	margin-top: 0px;
}
.cart-subtotal th {
	    border-bottom: 1px solid #E6E6E6;
    text-transform: none;
    font-size: 14px;
}
.woocommerce-shipping-totals th {
	    border-bottom: 1px solid #E6E6E6;
    text-transform: none;
    font-size: 14px;
}
.cart-subtotal .woocommerce-Price-amount{
	color: #777;
}
.order-total .woocommerce-Price-amount {
	font-size: 16px;
    font-family: 'GothamGreek-Bold';
}
.woocommerce-remove-coupon, td.product-remove a {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    font-size: 0;
	    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 30px;
}
@media (min-width: 769px) {
.order-md-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-md-last {
    -ms-flex-order: 13;
    order: 13;
}
.col-md-automa {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
}
@media (max-width: 1024px) {
.cart-content-wrapper .cart-data-form {
    margin-bottom: 40px;
    padding-top: 0;
}
}
@media (max-width: 768px) {	
	.shop_table_responsive tbody, .shop_table_responsive tfoot, .shop_table_responsive tr {
		display: block;
	}
	.shop_table_responsive tr {
		position: relative;
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid rgba(129,129,129,.2);
	}
.woocommerce-cart-form__contents tr {
		margin-bottom: 25px;
		padding-bottom: 25px;
		padding-left: 115px;
		min-height: 136px;
	}
	.shop_table_responsive tr:last-child {
		margin-bottom: 0;
	}
.woocommerce-cart-form__contents td {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 5px;
    padding: 0;
}
.woocommerce-cart-form__contents td:not(:last-child) {
    border-bottom: 1px dashed rgba(129,129,129,.2);
}
	.shop_table_responsive td {
    display: block;
    margin-bottom: 8px;
    padding: 0 0 8px;
    border-bottom: none;
    text-align: right;
}
	.shop_table_responsive td:before {
    content: attr(data-title);
    float: left;
    padding-top: 3px;
    color: #2d2a2a;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.woocommerce-cart-form__contents td:before {
    flex: 1 1 auto;
    margin-bottom: 5px;
    padding-top: 0;
    text-align: left;
    font-size: 11px;
}
	.group_table td>*, .woocommerce-cart-form__contents td>* {
    margin-bottom: 5px;
}
.woocommerce table.shop_table td.product-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 0;
    max-height: 115px;
    border-bottom: none;
}
.woocommerce-cart-form__contents td.product-thumbnail img {
    min-width: 100px;
    max-width: 100px;
}
	.shop_table_responsive tbody, .shop_table_responsive tfoot, .shop_table_responsive tr {
    display: block;
}
	.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
    display: block;
}
		.shop_table_responsive {
		display: block;
	}
	.shop_table_responsive th, .shop_table_responsive thead {
		display: none;
	}
	th.product-name {
    text-align: left;
}
	td.product-name:before {
		display:none;
	}
	.woocommerce .woocommerce-cart-form__contents td.product-remove {
    position: absolute;
    top: -7px;
    right: -7px;
    z-index: 1;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
	.woocommerce .woocommerce-cart-form__contents td.product-name {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    text-align: left!important;
	padding: 15px 12px;
}
		.woocommerce  .woocommerce-cart-form__contents td.product-name a {
        margin-bottom: 10px;
    padding-right: 30px;
}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
}
	.woocommerce table.shop_table td {
    padding: 4px 12px;
	}
	.order-first {
    -ms-flex-order: -1;
    order: -1;
}
	.order-last {
    -ms-flex-order: 13;
    order: 13;
}
	.cart-actions .button {
    width: 100%;
}
	.woocommerce table.shop_table {
		margin-bottom: 40px;
	}
	.woocommerce .cart-actions button.button:disabled, .woocommerce .cart-actions button.button:disabled[disabled] {
		padding: 12px 20px;
	}
	.cart-actions .coupon {
    justify-content: center;
    margin-top: 30px;
    padding: 25px;
    border: 2px dashed rgba(129,129,129,.2);
}
	.cart-actions .coupon {
    flex-direction: column;
}
	.cart-actions .coupon .input-text {
		max-width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.woocommerce .cart-totals-inner table.shop_table td {
		border-bottom: 0px solid #E6E6E6;
		margin-bottom: 0px;
	}
	body .select2-container, body .ui-widget.ui-datepicker {
    z-index: 99!important;
}
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #000;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #83c305;
    color: #fff;
}
/*--------------------------------------------------------------
## Checkout Page
--------------------------------------------------------------*/
.noesis-table-wrapper {
    overflow-x: auto;
    margin-bottom: 20px;
    padding: 5px 15px;
    background-color: #FFF;
    box-shadow: 1px 1px 2px rgba(0,0,0,.05);
}
.woocommerce-terms-and-conditions-wrapper {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid;
}
input[type=radio], input[type=checkbox] {
    box-sizing: border-box;
    margin-top: 0;
    margin-right: 5px;
    padding: 0;
    vertical-align: middle;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: relative;
    margin-top: 4px;
    margin-left: 0px;
}
.checkout-order-review, .woocommerce-order-pay .entry-content>.woocommerce {
    position: relative;
    margin-bottom: 40px;
    padding: 30px;
    background-color: #F8F8F8;
}
.woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order-table th {
    max-width: 50%;
    width: 50%;
}
th.product-name {
    text-align: left;
}
.shop_table tr td:last-child, .shop_table tr th:last-child {
    text-align: right;
}
.woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order-table th {
    max-width: 50%;
    width: 50%;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #add_payment_method #payment .payment_methods .payment_box {
    position: relative;
    margin-top: 15px;
    padding: 15px;
    background-color: #FFF;
    box-shadow: 1px 1px 2px rgba(0,0,0,.05);
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #add_payment_method #payment .payment_methods .payment_box:before {
    position: absolute;
    top: -4px;
    left: 25px;
    color: #FFF;
    font-size: 32px;
    line-height: 0;
    content: "\f151";
    font-family: woodmart-font;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #add_payment_method #payment .payment_methods .payment_box p:last-child {
    margin-bottom: 0;
}
.checkout-order-review:after, .checkout-order-review:before, .woocommerce-order-pay .entry-content>.woocommerce:after, .woocommerce-order-pay .entry-content>.woocommerce:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: transparent;
    background-image: radial-gradient(farthest-side,rgba(0,0,0,0) 6px,#f8f8f8 0);
    background-size: 15px 15px;
}
.checkout-order-review:before, .woocommerce-order-pay .entry-content>.woocommerce:before {
    top: -10px;
    background-position: -3px -5px,0 0;
}
#ship-to-different-address label {
    display: inline;
    margin: 0;
    margin-right: 5px;
    color: #2d2a2a;
}



.site-footer {
	background-color:#ebebeb;
}
.footer-title {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 17px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
}
.footer-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.footer-list li {
    font-size: 14px;
    line-height: 1.6em;
    padding: 4px 0;
    color: #000;
}
.footer-list li a {
    font-size: 14px;
    line-height: 1.6em;
    padding: 4px 0;
    color: #000!important;
}










.single-product.woocommerce .entry-summary .plus {
	float: left;
    width: 30px;
    height: 30px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
	    text-align: center;
    background-color: #fff;
    border: none;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
	border-left: 0px solid #ced4da;
	outline: none;
    outline: 0;
	    color: #707070;
	line-height: 30px;
	border-radius: 50%;
}
.single-product.woocommerce .entry-summary .minus {
    float: left;
    width: 30px;
    height: 30px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    text-align: center;
    background-color: #fff;
    border: none;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
	border-right: 0px solid #ced4da;
	outline: none;
    outline: 0;
	    color: #707070;
	line-height: 30px;
	border-radius: 50%;
}

.single-product.woocommerce .entry-summary .minus:hover, .single-product.woocommerce .entry-summary .plus:hover{
	    background: rgba(0,0,0,.05);
    color: #333;
	border-radius: 50%;
}
.qty-box {
	width:25%;
	float:left;
}
.single-product.woocommerce div.product form.cart div.quantity {
    margin: 0px;
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
    border: none;
    padding: 0;
    font-size: 18px;
    width: 30px;
    height: 30px;
	line-height: 30px;
}
.single-product.woocommerce .quantity .qty {
    padding: 0px;
    border: 0px;
    background-color: #fff;
	width: 30px;
	font-size: 16px;
}
.qtywrapper {
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: 0px;
    display: inline-block;
    border: 2px solid #e0e0e0;
	    padding: 10px 6px;
	margin-right:10px;
	    border-radius: 5px;
}
.quantity.hidden, .quantity .screen-reader-text {
    display: none!important;
}
.quantity .qty {
    padding: 0;
    width: 20%;
    min-width: 30px;
    max-height: 24px;
    text-align: center;
    border: 0;
    color: #282828;
    outline: 0;
    -webkit-appearance: none;
    background: transparent;
    -moz-appearance: textfield;
}
.single-product .qtywrapper input::-webkit-outer-spin-button, .single-product .qtywrapper input::-webkit-inner-spin-button {
    display:none;
}
.single-product.woocommerce div.product form.cart .button {
	vertical-align: middle;
    float: none;
    display: block;
    padding: 13px 49px;
    font-size: 14px;
    line-height: 24px;
        border-radius: 5px;
    float: right;
    width: calc(100% - 118px);
    margin-top: 0px;
	border: 2px solid transparent;
    text-align: center;
    opacity: 1;
    background: #282828;
	transition: 0.3s;
	text-shadow:none;
	    font-weight: normal;
}
.single-product.woocommerce div.product form.cart .button:hover {
	vertical-align: middle;
    float: none;
    display: block;
    padding: 13px 49px;
    font-size: 14px;
    line-height: 24px;
        border-radius: 5px;
    float: right;
    width: calc(100% - 118px);
    margin-top: 0px;
	border: 2px solid #494949;
    text-align: center;
    opacity: 1;
    background: #494949;
	color:#fff;
	transition: 0.3s;
	text-shadow:none;
	font-weight: normal;
}
.entry-summary .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
	vertical-align: middle;
    float: none;
    display: block;
    padding: 13px 49px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 0px;
    float: right;
    width: calc(100% - 118px);
	width:100%;
    margin-top: 10px;
    border: 2px solid transparent;
    text-align: center;
    opacity: 1;
    background: #ededed;
    transition: 0.3s;
    opacity: 1!important;
    color: #282828;
	    border-radius: 5px;
}

.single-product.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 5px;
	    font-family: 'Mont-Bold';
}

.single-product.woocommerce div.product p.price {
	padding: 19px 0 0;
   margin-top: 27px;
    border-top: 1px solid #f0f2f5;
	font-family: 'Mont-Bold';
    font-size: 25px;
    color: #557E01;
}
.single-product .stock-status {
	position:relative;
}
.single-product .stock-status.in-stock {
	color:#000;
}
.single-product .stock-status.out-of-stock {
	color:#f73312;
}
.single-product .stock-status.low-stock, .single-product .stock-status.on-backorder {
	color:#9E6400;
}
.single-product .stock-status.in-stock::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #84c601;
    position: absolute;
    left: 0;
    top: 6px;
}
.single-product .stock-status.out-of-stock::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f73312;
    position: absolute;
    left: 0;
    top: 6px;
}
.single-product .stock-status.low-stock::after, .single-product .stock-status.on-backorder::after  {
	    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FFA200;
    position: absolute;
    left: 0;
    top: 6px;
}
.single-product .stock-status span {
	padding-left: 17px;
    font-size: 14px;
}
.single-product .stock-status.in-stock span{
	color:#557E01;
}

.pwb-single-product-brands img {
    max-height: 90px;
    width: auto;
    border: 1px solid #e5e5e5;
    padding: 10px 5px;
    margin-bottom: 20px;
}

.pwb-single-product-brands {
    padding-top: 1em;
    display: flex;
    gap: 0.1em;
    padding-top: 25px;
}

.single-product .woocommerce-product-details__short-description {
	    margin-top: 40px;
    margin-bottom: 40px;
}
.single-product .woocommerce-product-details__short-description p {
	color:#6B6B6B;
	font-size: 14px;
}



@media (min-width: 1400px) {
	.container {
		width:1290px;
	}
}

@media (min-width: 1900px) {
	.container-full {
		width:1740px;
	}
}

.welcome-description {
	padding: 20px 50px 0 0;
	color:#716F6F;
}
.welcome-sign {
	margin-top:100px;
	display:block;
}
.welcome-sign img {
	max-height: 65px;
}
.welcome-title {
	font-family: 'FuturaNeu-Bold';
	    font-size: 30px;
		color:#292f2f;
}
.welcome-description-title {
	font-family: 'FuturaNeu-Bold';
	    font-size: 20px;
		color:#292f2f;
}

.welcome {
	padding-bottom:230px;
}
.home-products {
	background-color: #f4f3f2;
	    margin-top: -300px;
    margin-bottom: 0;
    padding: 180px 0px 60px;
}

.welcome-subtitle {
	font-size: 19px;
	    color: #716F6F;
}

.home-products-sub-title {
    display: block;
    font-size: 15px;
    margin-bottom: 20px;
    color:#8D6653;
    text-transform: uppercase;
    text-align: center;
    font-family: 'FuturaNeu-Bold';
}
.home-products-title {
    font-size: 36px;
    color: #292f2f;
    text-align: center;
    font-family: 'FuturaNeu-Bold';
    display: block;
    line-height: 39px;
	margin-bottom:50px;
}
.welcome-name {
	font-family: 'FuturaNeu-Bold';
    font-size: 15px;
    color: #757575;
}

.home-categories {
		background-color: #f4f3f2;
	padding-bottom:90px;
	padding-top:90px;
}

.category-box.pad {
	margin: 90px 0 0;
	transition-duration: 1.5s;
}
.category-box {
	position:relative;
	transition-duration: 1.5s;
	margin: 20px 0 0;
}

.category-box img{
	width:100%;
}

.category-box span {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%,-50%);
	background-color: #292f2f;
	padding: 12px 25px;
	color: #ffffff;
	text-align: center;
	font-family: 'FuturaNeu-Bold';
	    outline: 1px solid #292f2f;
    outline-offset: 3px;
}

.category-box:hover{
	margin: 0px 0 0;
	transition-duration: 1s;
}
.category-box.pad:hover{
	margin: 70px 0 0;
	transition-duration: 1s;
}
.category-box a {
	display: block;
	height: 100%;
	width: 100%;
}
.works {
	background-color: #f4f3f2;	
	padding: 90px 0px;
}
.works .row {
	position:relative;
}
.works .bgelevating {
    background-color: transparent;
    background-image: linear-gradient(90deg,#f4f3f2 12%,#8D6653 12%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 60px;
}

.works-hero img {
	width:100%;
}
.works-content {
	    padding: 120px 120px 170px 60px;
	padding-top:120px;
	padding-left:60px;
	padding-right:120px;
	margin-top:60px;
	 color: #fff;
}
.works-content h4 {
	font-family: 'FuturaNeu-Bold';
    font-size: 57px;
    color: #fff;
	margin-bottom:45px;
	background-color:#8D6653;
}
.works-content p {
	margin-bottom:70px;
	    line-height: 2em;
	background-color:#8D6653;
}
.works-content a {
    padding: 0.8rem 4.1rem;
    color: #fff;
    line-height: 1.875;
    border: 1px solid #fff;
    display: inline-block;f;
	background-color:#8D6653;
}



/*--------------------------------------------------------------
## OWL STYLE
--------------------------------------------------------------*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
height:auto;}
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; 
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
}




.fourth-products-carousel .woocommerce-loop-product__title {
	font-size: 15px;
    color: #000;
	padding-top: 25px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin: 0px;
	 font-family: 'FuturaNeu-Light';
}
.fourth-products-carousel .price {
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;
   font-family: 'FuturaNeu-Bold';
    font-size: 15px;
    color: #8D6653;
    text-align: center;
    width: 100%;
}
.fourth-products-carousel .price del {
	    color: #757575;
}
.fourth-products-carousel .price ins{
	text-decoration: none;
}
.fourth-products-carousel a:hover {
	text-decoration:none;
}
.fourth-products-carousel li.product {
	list-style:none;
}

.fourth-products-carousel .product .add_to_cart_button {
    position: absolute;
    bottom: -60px;
    left: 20px;
    right: 0;
    text-align: center;
    padding: 0 20px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    width: calc(100% - 38px);
	display:none;
}





.inner-control {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 -13px;
}
.inner-control {
    justify-content: flex-end;
    text-align: end;
    margin-top: 33px;
}
.dukamarket-dropdown {
    position: relative;
}
.inner-control>* {
    margin: 0 13px;
}
.block-userlink>a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-transform: capitalize;
}
.inner-control>*>a {
    display: flex;
    text-align: start;
    font-size: 14px;
    line-height: 17px;
    padding: 8px 0;
}
.block-userlink>a>* {
    display: inline-block;
    vertical-align: top;
}
.inner-control>*>a .text {
    margin-inline-start: 10px;
}
.inner-control>*>a .text .sub {
    display: block;
    font-size: 13px;
    opacity: .7;
}
.inner-control .block-minicart>a .icon, .inner-control .block-wishlist>a .icon {
    padding-inline-end: 7px;
}
.inner-control>*>a .count {
    position: absolute;
    top: -6px;
    right: -3px;
    min-width: 20px;
    font-size: 12px;
    line-height: 14px;
    padding: 3px;
    border-radius: 90px;
    color: #fff;
    background-color: #8D6653;
    text-align: center;
}
.block-wishlist>a>* {
    display: inline-block;
    vertical-align: top;
}
.inner-control>*>a .icon {
    font-size: 26px;
    line-height: 34px;
    font-weight: 400;
    position: relative;
    margin: 0;
}
.block-minicart>a .amount {
    color: inherit;
}
.inner-control>*>a {
	color:#fff;
}
.main-icon-user-2 svg, .main-icon-cart-2 svg, .main-icon-heart-2 svg {
	height: 25px;
}
.main-icon-user-2 svg path, .main-icon-cart-2 svg path, .main-icon-heart-2 svg path {
	fill:#fff;
}
#desktopheader .wishlist_products_counter {
    display: none;
}

#desktopheader {
	background-color: #1e1e1e;
}

.site-hero-slide img {
	width:100%;
}
.site-hero-slide {
	margin-bottom:90px;
}

.site-branding img {
	    max-height: 51px;
    margin-top: 35px;
    margin-bottom: 35px;
}
.site-navigation-inner {
	margin-top:33px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #1e1e1e;
	    text-align: center;
}
.navbar-default {
    background-color: #1e1e1e;
    border-color: #1e1e1e;
}
.navbar-default {
    background-image:none;
    filter: none;
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-brand, .navbar-nav>li>a {
    text-shadow: none;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #1e1e1e;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
        color: #fff;
    background-color: #1e1e1e;
}

@media (min-width: 768px) {
	.navbar-nav {
		float: none;
		margin: 0 auto;
		display: inline-block;
	}
}




.espa {
	position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
	text-align:center;
	width:auto;
}
.espa img {
	max-height: 40px;
	width: auto;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a, #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
    position: fixed;
    bottom: 40px;
}


.sr-only{
   position:absolute;
   left:-10000px;
   top:auto;
   width:1px;
   height:1px;
   overflow:hidden;
}



.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 15px;
    color: #000;
    padding-top: 25px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin: 0px;
    font-family: 'FuturaNeu-Light';
}

.woocommerce ul.products li.product .price {
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;
    font-family: 'FuturaNeu-Bold';
    font-size: 15px;
    color: #8D6653;
    text-align: center;
    width: 100%;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #141414;
    color: #ffffff;
}


.woocommerce div.product .stock {
    color: #557E01;
}

.navbar-toggle span {
	background-color:#000;
	color:#fff;
}