/*
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
*/


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
body {
font-family: 'Open Sans', sans-serif;
	    letter-spacing: 0.2px;
}

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

img {
	max-width:100%;
}

/*--------------------------------------------------------------
# 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;
}
.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: #83b735;
    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;
}
.shopping-cart-widget-footer {
	display: none;
}

/*--------------------------------------------------------------
## 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: #fff;
}
.mobile-menu-icon svg {
    height: 14px;
    width: 20px;
	fill: #000;
}
.mobile-cart-icon svg {
    height: 20px;
    fill: #000;
    stroke-width: 1.5px;
}
.mobile-branding img {
    width: 260px;
    max-width: 100%;
}

/*--------------------------------------------------------------
## 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: #6ca300;
    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;
}








.topbar-text-widget {
    display: inline-block;
    line-height: 46px;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
    vertical-align: middle;
	font-size: 14px;
}
.topbar-text-widget:after {
    background: #fff;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.topbar-text-widget strong {
    color: #fff;
    font-weight: 600;
}
.topbar-text-widget p {
    margin: 0;
    color: #fff;
}
.topbar-text-widget p img {
	margin-right: 6px;
    margin-top: -5px;
}
.topbar-text-widget a {
    color: #fff;
}
.topbar-left .topbar-text-widget:last-child {
    margin-right: 0;
    padding-right: 0;
}
.topbar-left .topbar-text-widget:last-child:after {
    display: none;
}
#topbar {
    line-height: 46px;
    box-sizing: border-box;
    background: #b6725e;
    color: #fff;
    text-align: left;
    font-size: 15px;
}


.navbar-default {
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 0px solid transparent;
}
.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
	margin-top: 0px;
}
@media (min-width: 768px) {
.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
	    text-shadow: none;
}
}
.navbar-default .navbar-nav>li>a {
color: #353535;
    text-shadow: none;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #b6715f;
}
.navbar-default .navbar-nav>liz>a::before {
    position: absolute;
    right: 8px;
    top: 50%;
    width: 5px;
    height: 5px;
    line-height: 5px;
    font-size: 5px;
    border-radius: 50%;
    background-color: #000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    z-index: 9;
}
.carezt {
	border:none;
	margin-left:3px;
    position: absolute;
    right: 8px;
    top: 50%;
    width: 5px;
    height: 5px;
    line-height: 5px;
    font-size: 15px;
    border-radius: 50%;
    background-color: #fff;
	color:#000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "+";
    z-index: 9;
}
.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;
    color: #fff;
    background-color: #b6715f;
    text-shadow: none;
}


.dropdown-menu li a {
    display: block;
    padding: 7px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
    font-size: 15px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 0px solid rgb(0 0 0 / 0%);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	    border-bottom: 4px solid #b6715f;
}


.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #fff;
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
	color:#333;
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #b6715f;
    background-image: none;
    filter: none;
}



.site-branding {
	margin-top:30px;
	margin-bottom:30px;
}

#desktopheader {
	border-bottom: 4px solid #c7c4c4;
}






/*--------------------------------------------------------------
## 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;
}
.owl-theme .owl-dots {
    text-align: center;
    margin-top: -40px;
    -webkit-tap-highlight-color: transparent;
    z-index: 999;
    position: relative;
}
.owl-theme .owl-nav {
	display:none;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
	    background-color: #ffffff4a;
    border-radius: 30px;
	margin-right:10px;
}
.owl-theme .owl-dots .owl-dot:last-child {
	margin-right:0px;
}
.owl-theme .owl-dots .owl-dot span {
     width: 10px;
    height: 10px;
    margin: 5px 5px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all .2s ease;
    border-radius: 30px;
    border: 0px solid #a4a4a4;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
     background: #b6725e;
}


#herosection {
	padding: 160px 0px 160px 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	position:relative;
	    margin-bottom: 30px;
}
.page-template-right-sidebar #herosectiontall {
	padding: 160px 0px 160px 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	position:relative;
	    margin-bottom: 30px;
}
.herosection-overlay {
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	background-color: #000000;
    opacity: 0.2;
}
.herosection-overlayz {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(90deg, #1B273B 11%, rgb(152 163 183 / 0%) 100%);
    opacity: 0.6;
    mix-blend-mode: multiply;
}
.page-template-right-sidebar #herosectiontall h1 {
    color: #fff;
    font-weight: 700;
    font-size: 38px;
    padding-left: 15px;
    position: relative;
    display: inline-block;
    line-height: 1.4em;
}
.page-template-right-sidebar #herosection h1 {
    color: #fff;
    font-weight: 700;
    font-size: 38px;
    padding-left: 15px;
    position: relative;
    display: inline-block;
    line-height: 1.4em;
}
.page-template-full-width  #herosection h1 {
    color: #fff;
    font-weight: 700;
    font-size: 38px;
    padding-left: 15px;
    position: relative;
    display: inline-block;
    line-height: 1.4em;
}
.page article .entry-title {
	display:none;
}



.home .site-footer {
	margin-top:0px;
}
.site-footer {
border-top: 0px solid #7b483b;
}


#footer-widgets {
    padding-top: 70px;
    padding-bottom: 60px;
}

.footer-widget-title {
	color: #fff;
    font-size: 21px;
	position: relative;
	margin-bottom: 40px;
	margin-top: 0px;
	    font-weight:700;
}
.footer-widget-title:after {
    background-color: #7b483b;
    bottom: -15px;
    content: "";
    height: 4px;
    left: 0px;
    position: absolute;
    width: 50px;
}
.footer-widget p {
	color: #fff;
	font-size: 15px;
}

ul.hourtable-wrapper {
	padding-left: 0px;
}
ul.hourtable-wrapper li {
    font-size: 15px;
    line-height: 24px;
    list-style: none;
    border-bottom: 1px solid #e2e4e8;
    padding: 15px 0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px 0;
	color: #fff;
	display: inline-table;
    width: 100%;
}
ul.hourtable-wrapper .hourtable-title {
    float: left;
}
ul.hourtable-wrapper .hourtable-time {
    float: right;
	color: #fff;
}
ul.footer-company {
	padding-left:0px;
	list-style:none;
}
ul.footer-company li {
	padding-bottom: 15px;
}
ul.footer-company li svg {
	height: 11px;
	fill: #fff;
}
ul.footer-company li span {
	margin-left: 10px;
    font-size: 15px;
    line-height: 11px;
    color: #fff;
}
.hourtable {
	    margin-right: 15%;
}

.footer-logo {
    max-width: 145px;
    margin-bottom: 35px;
	    margin-top: 4px;
}
.logo-footer-w p {
	padding-right:130px;
}


.social-footer-wrapper .social-icons-footer {
    padding-left: 0;
    margin-bottom: 0;
float: left;
    height: 71px;
    vertical-align: middle;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.social-footer-wrapper .social-icons-footer li {
background: #7b483b;
    color: #fff;
    padding: 7px;
    border-radius: 4px;
    margin-right: 15px;
    display: inline-block;
    width: 40px;
    height: 40px;
    transition: background-color 0.3s ease;
}

.social-footer-wrapper .social-icons-footer li img {
    width: 100%;
}

.social-footer-wrapper .social-icons-footer li:last-child {
    margin-right: 0px;	
}

.social-footer-wrapper .social-icons-footer li:hover {
	    background: #7b483b;
		  transition: background-color 0.3s ease;
}

.site-footer {
	background-color:#b6725e;
	min-height:400px;
}
.footer-copy {
		border-top: 0px solid rgba(255, 255, 255, 0.2);
	padding-top:20px;
	padding-bottom:20px;
	    background-color: #7b483b;
}
.site-developer-company {
	text-align:right;
}
.site-info span {
    color: #fff;
    font-size: 13px;
    line-height: 21px;
}


.footer-map iframe {
	max-height: 300px;
}


#herosection h1:after {
    content: '+';
    position: absolute;
    left: -11px;
    top: -27px;
    color: #b6715f;
}
#herosectiontall h1:after {
    content: '+';
    position: absolute;
    left: -11px;
    top: -27px;
    color: #b6715f;
}

.usp-item {
	text-align:center;
}
.usp-icon {
width: 70px;
    height: 70px;
    background-color: #b6725e;
    margin: 0 auto;
    padding: 12px;
    border-radius: 100%;
}
.usp-content h3 {
	font-weight:700;
	    font-size: 21px;
    color: #b6725e;
}

.usps-third {
	margin-top:60px;
}

.page-id-45 #wpcf7-f231-p45-o1 {
	margin-top:60px;
}

.page-id-45 #wpcf7-f231-p45-o1 input {
    padding: 14px 20px;
    outline: 0;
    background-color: rgba(241,238,246,.5);
    border: 1px solid #a99f9f;
    color: #686a6f;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	padding: 15px 25px 15px 25px;
    border-radius: 5px;
}

.page-id-45 #wpcf7-f231-p45-o1 textarea {
    padding: 14px 20px;
    outline: 0;
    background-color: rgba(241,238,246,.5);
    border: 1px solid #a99f9f;
    color: #686a6f;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	padding: 15px 25px 15px 25px;
    border-radius: 5px;
}
.page-id-45 #wpcf7-f231-p45-o1 input[type=submit] {
    color: #fff;
    background-color: #7b483b;
    border-radius: 5px;
    padding: 16px 40px;
    margin-top: 15px;
}
.page-id-45 #wpcf7-f231-p45-o1 .wpcf7-spinner {
	display:none;
}
.usp-icon img {
	width:45px;
	height:45px;
}

.navbar-collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
    text-align: center;
}
@media (min-width: 768px) {
.navbar-nav {
    float: none;
    margin: 0 auto;
    width: auto;
    display: inline-block;
    margin-top: -5px;
}
}


.topbar-left {
	text-align:center;
}


.katigories-exetaseon-sidebar {
    padding: 0px;
    margin-bottom: 40px;
    background-color: #5a618c36;
    position: relative;
    border-radius: 0px;
    margin-top: 26px;
    background-color: #f8f8f8;
    border: 1px solid #e6e6e6;
	    margin-right: 35px;
}
.exetaseismas {
    margin: 0px;
    margin-bottom: 22px;
}
.katigories-exetaseon-sidebar ul {
    list-style: none;
    padding: 0px;
}
.katigories-exetaseon-sidebar ul li {
    margin-bottom: 0px;
	border-bottom: 1px solid #e6e6e6 !important;
}
.katigories-exetaseon-sidebar ul li a {
position: relative;
    display: block;
    padding: 0px;
    padding: 9px 20px;
    font-size: 15px;
    color: #787878;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
	padding-right:30px;
    position: relative;
    border-radius: 0px;
    background-color: #fff;
    margin-bottom: 0 !important;
	transition: all 300ms linear 0ms;
}
.katigories-exetaseon-sidebar ul li a:focus, .katigories-exetaseon-sidebar ul li a:hover {
    text-decoration: none;
    background-color: #7b483b;
	color:#fff;
	    transition: all 300ms linear 0ms;
}
.katigories-exetaseon-sidebar ul li a:after {
	content: url("data:image/svg+xml,%3Csvg id='5a678408-4c83-494f-abac-33e8a54d0328' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 438.76 376.28'%3E%3Ctitle%3Earrow%3C/title%3E%3Cpath d='M30.61,254.42a31.94,31.94,0,0,0,5.43.4H345.58L338.83,258a62.65,62.65,0,0,0-17.74,12.56l-86.8,86.8a32.49,32.49,0,0,0-4.55,41.59,31.39,31.39,0,0,0,43.87,6.79,32.06,32.06,0,0,0,3.22-2.71l157-157a31.4,31.4,0,0,0,0-44.4l0,0-157-157a31.42,31.42,0,0,0-47.09,3.14,32.5,32.5,0,0,0,4.55,41.6l86.65,87a63,63,0,0,0,15.69,11.46l9.42,4.23H37.77A32.5,32.5,0,0,0,4.65,218.4,31.4,31.4,0,0,0,30.61,254.42Z' transform='translate(-4.24 -35.48)'/%3E%3C/svg%3E");
	    width: 12px;
    right: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.katigories-exetaseon-sidebar ul li a:focus:after, .katigories-exetaseon-sidebar ul li a:hover:after {
	content: url("data:image/svg+xml,%3Csvg id='c55571f5-f462-4410-be76-569cc54a71b4' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 438.76 376.28'%3E%3Ctitle%3Earrow%3C/title%3E%3Cpath d='M30.61,254.42a31.94,31.94,0,0,0,5.43.4H345.58L338.83,258a62.65,62.65,0,0,0-17.74,12.56l-86.8,86.8a32.49,32.49,0,0,0-4.55,41.59,31.39,31.39,0,0,0,43.87,6.79,32.06,32.06,0,0,0,3.22-2.71l157-157a31.4,31.4,0,0,0,0-44.4l0,0-157-157a31.42,31.42,0,0,0-47.09,3.14,32.5,32.5,0,0,0,4.55,41.6l86.65,87a63,63,0,0,0,15.69,11.46l9.42,4.23H37.77A32.5,32.5,0,0,0,4.65,218.4,31.4,31.4,0,0,0,30.61,254.42Z' transform='translate(-4.24 -35.48)' style='fill:%23fff'/%3E%3C/svg%3E");
		    width: 12px;
    right: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.katigories-exetaseon-sidebar ul li.current_page_item a {
    background-color: #b6725e;
    color: #fff;
}
.katigories-exetaseon-sidebar ul li.current_page_item a:after {
	content: url("data:image/svg+xml,%3Csvg id='c55571f5-f462-4410-be76-569cc54a71b4' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 438.76 376.28'%3E%3Ctitle%3Earrow%3C/title%3E%3Cpath d='M30.61,254.42a31.94,31.94,0,0,0,5.43.4H345.58L338.83,258a62.65,62.65,0,0,0-17.74,12.56l-86.8,86.8a32.49,32.49,0,0,0-4.55,41.59,31.39,31.39,0,0,0,43.87,6.79,32.06,32.06,0,0,0,3.22-2.71l157-157a31.4,31.4,0,0,0,0-44.4l0,0-157-157a31.42,31.42,0,0,0-47.09,3.14,32.5,32.5,0,0,0,4.55,41.6l86.65,87a63,63,0,0,0,15.69,11.46l9.42,4.23H37.77A32.5,32.5,0,0,0,4.65,218.4,31.4,31.4,0,0,0,30.61,254.42Z' transform='translate(-4.24 -35.48)' style='fill:%23fff'/%3E%3C/svg%3E");
		    width: 12px;
    right: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.welcome-text {
	padding-top:80px;
	padding-bottom:80px;
}
.welcome-text h3 {
	margin-bottom: 10px;
	color:#767676;
	font-size: 21px;
}
.welcome-text h2 {
	margin-bottom: 34px;
	    margin-top: 15px;
	font-weight: 800;
	font-size:26px;
}
.welcome-text p {
	color:#787878;
	font-size: 16px;
    line-height: 27px;
	padding-right:30px;
}
.welcome-text a {
	line-height: 25px;
        padding: 15px 40px;
	padding-bottom: 17px;
	margin-top:20px;
    border-radius: 30px;
	background-color: #b6715f;
	display:inline-block;
	color:#fff!important;
	margin-bottom: 30px;
}
.home-usps {
	background-color: #f4f6f7;
		padding-top:80px;
	padding-bottom:80px;
}
.usp-item {
	text-align:center;
}
.usp-image {
	width:100%;
	height:auto;
	margin-bottom:30px;
}
.usp-image-rounded {
	background-color:#fff;
	border-radius:100%;
	width:90px;
	height:90px;
	    margin: 0 auto;
    margin-bottom: 29px;
}
.usp-item h4 {
	font-weight:600;
	color: #b6715f;
	font-size: 19px;
}
.usp-item p {
	color: #787878;
    font-size: 16px;
    line-height: 27px;
	padding-left:15px;
	padding-right:15px;
}
.usp-image-rounded img {
	padding: 20px;
    width: 90px;
}
.border-l-r {
	border-left:0px solid #e3e3e4;
	border-right:0px solid #e3e3e4;
}
.bigtitle {
	font-weight: 800;
    text-align: center;
    color: #b6715f;
    margin-top: 0px;
    margin-bottom: 55px;
}
.bigtitle:after {
    background: #b6715f none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    max-width: 55px;
    margin: 20px auto;
}
.home-services {
	padding-top:80px;
	padding-bottom:80px;
}
.services-grid {
	display: flex;
    flex-wrap: wrap;
}
.service-item {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 0 0 calc(25% - 12px);
    min-width: calc(25% - 12px);
    padding: 41px 10px 41px;
    margin: 6px;
    background-color: #f6f7f5;
}
.service-item.large {
	flex: 0 0 calc(50% - 12px);
    min-width: calc(50% - 12px);
}
.service-item h4 {
    margin-top: 0px;
    font-size: 16px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 36px;
}
.service-image {
	box-shadow: 0 0 0 5px rgb(182 113 95 / 12%);
	display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    font-size: 40px;
    border-radius: 50%;
    background-color: #ffffff;
	overflow:hidden;
	margin-bottom:20px;
}
.service-image img {
	width: 100%;
    padding: 19px;
}
.big-title-wrap {
    margin-top: 0px;
    margin-bottom: 55px;
}
.big-title-wrap:after {
    background: #b6715f none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    max-width: 55px;
    margin: 20px auto;
}
.big-title-wrap h2 {
	font-weight: 800;
    text-align: center;
    color: #b6715f;
}
.big-title-wrap p {
    text-align: center;
}

article.page {
	    color: #787878;
    font-size: 16px;
    line-height: 30px;
}
.entry-content p {
	    margin: 0 0 1.5em;
}

.nav>li>a {
	font-size:15px;
}

.entry-content .wp-block-image {
	width:100%;
	margin-bottom:40px;
}

.aboutus-inner-image {
	margin-right:20px;
}
.article-cta {
    background-color: #f4f4f4;
    padding: 35px;
	margin-top:40px;
}
.article-cta h5 {
    color: #3d3d3d;
    font-weight: 600;
    font-size: 18px;
    margin-top: 18px;
    display: inline-block;
}
.article-cta a {
	    line-height: 25px;
    padding: 15px 26px;
    padding-bottom: 15px;
    margin-top: 0px;
    border-radius: 30px;
    background-color: #b6715f;
    display: inline-block;
    color: #fff!important;
	font-size: 14px;
}
.article-cta img {
	margin-top: -3px;
    margin-right: 9px;
}
@media (max-width: 768px) {
.service-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 0 0 calc(50% - 12px);
    min-width: calc(25% - 12px);
    padding: 41px 10px 41px;
    margin: 6px;
    background-color: #f6f7f5;
}
	.footer-widget-title {
		margin-top:40px;
	}
}
@media (max-width: 990px) {
.navbar-collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
    text-align: left;
}
	.navbar-nav>li>a {
		color:#000!important;
	}
	.offcanvas-close-menu {
		color:#b6725e!important;
	}
}


.entry-content ul {
    padding-left: 0;
	    margin-top: 35px;
}
.entry-content ul li {
  list-style: none;
	margin: 20px 0;
	    line-height: 20px;
}
.entry-content ul li::before {
content: url('https://medspot.com.gr/wp-content/uploads/2023/05/bullet16.jpg');
    display: inline-block;
    width: 16px;
    margin-right: 9px;
    height: 16px;
	background-size: contain;
	margin-top:2px;
}

.owl-services a {
	color:#000;
}
.owl-services a:visited, 
.owl-services a:hover {
	color:#000;
	text-decoration:none;
}
.owl-services .owl-dots {
    text-align: center;
    margin-top: 5px;
    -webkit-tap-highlight-color: transparent;
    z-index: 999;
    position: relative;
}




footer .info {
    list-style: none;
    padding: 0;
    margin: 0
}

footer .info li {
    display: table;
    margin-bottom: 10px;
    font-size: 14px
}

footer .info li a {
    color: #fff;
    line-height: 28px;
    font-size: 15px
}

footer .info li .pins {
    background: url('https://medspot.com.gr/wp-content/uploads/2023/05/pin-icon-1.png');
    background-repeat: no-repeat
}

footer .info li .call {
    background: url('https://medspot.com.gr/wp-content/uploads/2023/05/stathero-icon.png');
    background-repeat: no-repeat
}

footer .info li .call {
    padding-left: 40px;
    height: 37px;
    display: table-cell
}

footer .info li span {
    display: table-cell
}

footer .info li .call {
    vertical-align: top
}



footer .info li .kinito span {
    background: url('https://medspot.com.gr/wp-content/uploads/2023/05/phone-3.png');
    background-repeat: no-repeat
}

footer .info li .email span {
    background: url('https://medspot.com.gr/wp-content/uploads/2023/05/mail-icon-1.png');
    background-repeat: no-repeat
}

footer .info li a span {
    width: 27px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
    margin-top: -5px
}

footer .info li strong {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    display: block
}

footer .info li a {
    color: #fff;
    line-height: 27px
}

footer .info li {
    display: table;
    margin-bottom: 10px;
    font-size: 14px
}


.social-icons-footer {
    padding-left: 0px;
    margin-bottom: 0px;
    margin: 0px;
margin-top: 20px;
    float: left;
}
.social-icons-footer li {
    background: #7b483b;
    color: #fff;
    padding: 7px;
    border-radius: 100%;
    margin-right: 7px;
    display: inline-block;
    width: 40px;
    height: 40px;
}
.social-icons-footer li img {
  width: 100%;
}

.owl-tameia .item {
	background-color:#f6f7f5;
	padding: 20px 10px;
}
.owl-tameia .item img {
	    mix-blend-mode: multiply;
	opacity:1;
	transition: opacity 0.3s;
}
.owl-tameia .item:hover img {
	    opacity:0.6;
}
.owl-tameia .owl-dots {
margin:5px;	
}

@media (max-width: 768px) {
	.owl-theme .owl-dots {
		margin-top:-5px;
	}
}