/*!
Theme Name: wp5
Theme URI: http://them.es/starter-material
Author: Kris
Author URI: http://them.es/
Description: Description
Version: 2.4.0
Requires at least: 5.0
Requires PHP: 7.0
License: GPL version 2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: wp5
*/

/* Don't overwrite this file. Compile "main.(less|scss)" to "/css/main.css" */


/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

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

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

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

.gallery-columns-3 .gallery-item {
	max-width: 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-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

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


/******************************/
/** Custom styles **/

body {
	word-break: break-word;
}
button, .button {
	cursor: pointer;
}

/* Search results, Archive pages */
.search main .mdc-layout-grid__inner:first-child {
    max-width: 1200px;
    margin: 0 auto 3%;
}
.search article{
    color:#333;
	font-weight: 300;
	font-size: 1rem;
	font-size: 16px;
	line-height:1.6;

}
.search article header h2 {
	margin: 5px 0 20px;
}

.search h1.page-title,
.archive h1.page-title {
    font-size: 2em;
}
.search h1.page-title span,
.archive h1.page-title span {
	font-weight: 700;
}
.search h2.mdc-card__title-text{
    font-size: 1.2rem;
    margin: auto;
    padding-bottom: 5px;
}
.search h2.mdc-card__title-text a{
    font-weight: 700;
    
}
.search .post-thumbnail
/*.archive .post-thumbnail*/ {
	max-width: 64px;
    margin-right: 10px;
    float: left;
}

.read-more {
	padding: 0;
	margin: 0;
}
.read-more a {
    margin-bottom: 5px;
    display: block;
    margin-right: 1rem;
    padding: 0.8rem 1.5rem;
    border-radius: 3rem;
    border-width: 1px;
    border-style: solid;
    line-height: 1;
    text-align: center;
    font-size: 14px;
}

/* Blog archive */
.blog h1.page-title {
    font-size: 2em;
}
.blog article header h2,
.archive article header h2{
	margin: 5px 0 20px;
}
.blog .post-thumbnail,
.archive .post-thumbnail {
    margin: 5px 0;
}
.blog .post-thumbnail img,
.archive .post-thumbnail img {
    width: 100%;
    height: auto;
}

.blog .mdc-card .mdc-card__primary,
.archive .mdc-card .mdc-card__primary {
    padding: 1rem 1rem 0;
}
.blog article footer,
.archive article footer {
	padding: 0 1rem 1rem;
}

/* Single post */
.single main .mdc-layout-grid__inner:first-child {
    margin: 0 auto 3%;
    max-width: 1200px;
}
.single article {
	margin-top: 2%;
}
.single article .entry-title {
    margin: 0;
    padding: 1rem 0;
}
.single article .entry-content {
    margin: 15px 0;
}
.single .post-thumbnail img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.single .post-navigation .mdc-button:not(:disabled) {
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
    color: black;
    padding: 5px 5px 5px 10px;
}
.breadcrumb {
    padding: 8px 15px;
    margin-top: 10px;
    margin-bottom: 20px;
    list-style: none;
    color: #666666;
}
.breadcrumb a {
    color: #444444;
    text-decoration: none;
}
.breadcrumb a:hover {
    color: #000000;
    text-decoration: none;
}

/* Header */
.mdc-top-app-bar__row, header.mdc-top-app-bar--fixed-scrolled {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 2px 6px 2px rgba(60,64,67,.15);
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 2px 6px 2px rgba(60,64,67,.15);

}

/* Mega Menu */
ul.mega-menu {
	display:flex;
	position: relative;
	top:auto;
	left:0;
	right:0;
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.mega-menu li {
	position:static;
	padding: 0;
	list-style: none;
}
ul.mega-menu li a {
	display:flex;
	position:relative;
	align-items: center;
	justify-items:flex-start;
	padding: 0 2em;
	height: 60px;
	}
ul.mega-menu li#menu-item-cart a,
ul.mega-menu li#menu-item-account a {
    padding:0;
    margin-right:1rem;
}
@media screen and (max-width: 460px) {
    .menu-main-menu-container.ecommerce,
    #header .widget.language_switcher_button {
        display:none;
    }
    #mobile-menu-icon {
        margin-right:0;
    }
}
ul.mega-menu li ul {
    z-index: 1;
	display:none;
	position:fixed;
	height: auto;
	width:100%;
	right: 0;
	left: 0;
	margin:0;
	padding: 0 12px;
	background:#F5F5F5;
	border-top: 1px solid #d6d6d6;
	box-shadow: 0 2px 4px 0 rgba(82, 82, 82, 0.3);
	text-align: end;
	-webkit-box-shadow: inset 0 4px 6px 0px rgb(67 67 67 / 15%);
	box-shadow: inset 0 4px 6px 0px rgb(67 67 67 / 15%);
}
ul.mega-menu li ul li {
	display: inline-flex;
	align-items: flex-start;
	justify-items: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
	margin: 0.75em 0 0;
	padding: 0 0 0.75em;
}
ul.mega-menu li ul li.current-menu-item {
    border-bottom: 2px solid #2C2C2C;
}
ul.mega-menu li ul li a {
	padding: 1em 2em;
	height: 32px;
	/*font-weight:bold;*/
}
ul.mega-menu li ul li ul {
	display: flex;
	position: static;
	width: auto;
	padding: 0;
	border:none;
	box-shadow: none;  
}
ul.mega-menu li ul li ul li {
	display: list-item;
	position: relative;
	list-style-type: none;
}
ul.mega-menu li ul li ul li a {
	font-weight:normal;
}
ul.mega-menu li:hover ul {display:block;}
ul.mega-menu li ul li:hover ul {}

.mdc-top-app-bar--fixed ul.mega-menu li ul {top: 64px;}
.mdc-top-app-bar--fixed-scrolled ul.mega-menu li ul {top: 64px;}
.admin-bar .mdc-top-app-bar--fixed ul.mega-menu li ul {top: 96px;}
.admin-bar .mdc-top-app-bar--fixed-scrolled ul.mega-menu li ul {top: 96px;}

@media screen and (max-width:782px;){
	.admin-bar .mdc-top-app-bar--fixed ul.mega-menu li ul {
		top: 152px;
	}
	.admin-bar .mdc-top-app-bar--fixed-scrolled ul.mega-menu li ul {
		top: 106px;
	}
}

/* switch mobile and desktop menu on screen size */
@media screen and (max-width: 1280px) {
    #mega-menu {display:none;}
}
@media screen and (min-width: 1281px) {
    #mobile-menu-icon {display:none;}
}

/* 404 page */
main .error404.not-found {
	text-align: center;
}
/* search form */
form#searchform .mdc-text-field--outlined:not(.mdc-text-field--disabled){
	background-color: rgb(255 255 255 / 0.75);
}
form#searchform button i {
	color: #000000;
}

/* firebase logins */
.firebase_login_woocommerce_account{
  	padding: 10px 15px 30px;
  	margin-left: 2%;
  	margin-right: 2%;
  	margin-top: 0;
  	margin-bottom: 5%;
}

#firebase-login-form label,
#firebase-register-form label {
	font-size: 0.9em;
    color: #333333;
    line-height: 2;
    display: block;
}

#firebase-login-form input[type="search"], 
#firebase-login-form input[type="email"], 
#firebase-login-form input[type="number"], 
#firebase-login-form input[type="url"], 
#firebase-login-form input[type="text"], 
#firebase-login-form input[type="tel"], 
#firebase-login-form input[type="password"],
#firebase-register-form input[type="search"], 
#firebase-register-form input[type="email"], 
#firebase-register-form input[type="number"], 
#firebase-register-form input[type="url"], 
#firebase-register-form input[type="text"], 
#firebase-register-form input[type="tel"], 
#firebase-register-form input[type="password"] {
    -webkit-appearance: none;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0;
    outline: 0;
    height: 50px;
    padding: 0 1em;
    border-radius: 2px;
    line-height: normal;
    font-size: 14px;
}

/* Different mobile logo */
@media screen and (max-width: 900px) {
    img#logo-desktop {display:none;}
}
@media screen and (min-width: 901px) {
    img#logo-mobile {display:none;}
}

/* Woocommerce notices info */
/*.woocommerce-notices-wrapper {
	text-align: center;
}*/
.woocommerce-notices-wrapper .woocommerce-info {
	display: inline-block;
    background-color: #f9f9f9;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}
/* Woo related products */
.woocommerce section.related.products {
   clear: both;
}

.summary.entry-summary {
	background-color:#f9f9f9;
	border: 1px solid #e6e6e6;
	padding: 1% 2%;
}
.woocommerce {
	word-break: normal;
}
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    min-width: 38px;
    padding: 0 8px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 100%;
}


/* MDC button */
main .mdc-button {
    height: auto;
}

/* Social Icons */

body .spbsm-button-wrapper-flat span a, 
body .spbsm-button-wrapper-flat span a:active, 
body .spbsm-button-wrapper-flat span a:focus, 
body .spbsm-button-wrapper-flat span a:hover, 
body .spbsm-button-wrapper-flat span a:visited {
	font-size:0 !important;
	padding: 10px !important;
}
body .spbsm-button-wrapper-flat svg {
    width: 20px !important;
    display: inline-block !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    height: 20px !important;
}

/* chips */
#tab-bar-menu-apps .mdc-chip-set {
	padding: 4px 0;
}
#tab-bar-menu-apps .mdc-chip-set .mdc-chip:first-child {
	margin: 4px 4px 4px 0;
}

#tab-bar-menu-apps .mdc-chip,
.post-navigation .mdc-chip {
    background-color: #ffffff;
    border: 1px solid rgba(74, 74, 74, 0.17);
}
#tab-bar-menu-apps .mdc-chip:hover,
.post-navigation .mdc-chip:hover {
    background: #fefefe;
    opacity: 0.75;
}

/* cookie link */
.button.cn-link {
	margin-right: 0;
    padding: 0;
    border-radius:0;
    border-width: 0;
    border-style:none;
    line-height: 1;
    text-align: center;
    display:inline;
    color: inherit;
    background-color: transparent;
    border-color: transparent;
}

/* Bigcommerce */
/* BC Wrapper */
@media (min-width: 960px) {
    .bc-wrapper,
    .bc-wrapper-subnav,
    .bc-account-page {
        padding: 24px;
        margin: 0 auto;
        max-width: 1188px;
    }
}
@media (max-width: 959px) {
    .bc-wrapper,
    .bc-wrapper-subnav,
    .bc-account-page {
        padding: 16px;
    }
}

/* BC subnav */
.bc-wrapper-subnav .bc-subnav__link {
	text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(74,74,74,.17);
    border-radius: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    -ms-flex-align: center;
    padding: 0 12px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
}
.bc-wrapper-subnav .bc-subnav__link:hover {
    background-color: #f6f6f6;	
}

/* BC account */
.bc-wrapper .bc-account-address-form__overlay {
    background-color: rgb(0 0 0 / 50%);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.bc-wrapper .bc-account-address-form__content {
    position: relative;
    background: white;
    padding: 24px;
}
.bc-wrapper .bc-form .bc-form-terms {
    background-color: #f5f5f5;
}

.bc-wrapper input[type="search"], 
.bc-wrapper input[type="email"], 
.bc-wrapper input[type="number"], 
.bc-wrapper input[type="url"], 
.bc-wrapper input[type="text"], 
.bc-wrapper input[type="tel"], 
.bc-wrapper input[type="password"] {
	width: 100%;
    height: 50px;
    padding: 0 1em;
    border-radius: 2px;
    font-size: 14px;
    box-sizing: border-box;
    margin: 0;
    outline: 0;
    line-height: normal;
    -webkit-appearance: none;
    border: 1px solid #ccc;
}

.bc-account-address__edit:hover, 
.bc-account-address__delete:hover, 
button.bc-account-address__edit:hover, 
button.bc-account-address__delete:hover, 
a.bc-account-address__edit:hover, 
a.bc-account-address__delete:hover {
    color:black;
    
}
.bc-account-address__edit, 
.bc-account-address__delete, 
button.bc-account-address__edit, 
button.bc-account-address__delete, 
a.bc-account-address__edit, 
a.bc-account-address__delete {
    color:black;
    
}
.bc-account-addresses__add-button:focus, 
.bc-account-addresses__add-button:hover, 
a.bc-account-addresses__add-button:focus, 
a.bc-account-addresses__add-button:hover, 
button.bc-account-addresses__add-button:focus, 
button.bc-account-addresses__add-button:hover {
    color:black;
    
}


/* BC Cart */
@media (min-width: 960px) {
    input[type=text].bc-coupon-code-field {
        width: auto;
        padding: 11px 14px;
        margin-right: 5px;
    }
}
@media (max-width: 959px) {
    input[type=text].bc-coupon-code-field {
        width: auto;
        padding: 11px 14px;
        margin-right: 0;
        margin-bottom: 5px;
        width: 100%;
    }
}
.bc-alert-group {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

/* BC quick view */
main button.bc-quickview-trigger {
	margin-right: 0;
    padding: 0;
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
    line-height: 1;
    text-align: center;
    background-color:transparent;

}
main button.bc-quickview-trigger,
main button.bc-quickview-trigger:hover {
	border-color: #e6e6e6;
}

/* BC Archive */
.bigcommerce_product .bc-product-archive__search input[type=search] {
    height: 45px;
    padding: 0 10px;
    display: inline-block;
    width: calc(100% - 50px);
}
.bigcommerce_product .bc-quickview-trigger--hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgb(0 0 0 / 25%);
}

/* BC Single */

.bigcommerce_product .bc-product__meta {
    padding: 25px 0 0;
}

.bigcommerce_product .bc-product-single {
    max-width: 100%;
    padding: 10px 10px 0;
    margin: 2% auto 0;
}

.bc-product__gallery .bc-product-gallery__image-slide img {
    height: auto;
    width: 100%;
}
.bc-product__gallery .bc-product-gallery__thumb-slide {
    width: calc(20% - 2px);
    margin: 0 2px 10px 0;
 }
.bc-product__gallery .swiper-container {
    height: auto;
}
.bc-product__gallery .swiper-slide {
    /*width: auto;*/
}

/* BC cart menu */
.menu-item-bigcommerce-cart span.mdc-icon-button {
	background: var(--theme-light-bg);
    border-radius: 50%;
}
.menu-item-bigcommerce-cart span.bigcommerce-cart__item-count {
	margin: -24px 0 0 -16px;
}

/*#mdc-mobile-drawer .menu-item-bigcommerce-cart .mdc-list-item__graphic{
	margin-right: 32px;
    width: 24px;
    height: 24px;
}*/
#mdc-mobile-drawer .menu-item-bigcommerce-cart span.bigcommerce-cart__item-count {
	margin: -19px 16px 0 -35px;
	width: 19px;
	height: 19px;
	line-height: 19px;
	font-weight: 500;
	font-size: 11px;
}

/* BC buy box */
.bc-product__meta {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
 }

.bc-product-single__top .bc-product-single__meta, 
.bc-product-quick-view__content .bc-product__meta,
.bc-product-card--single .bc-product__meta {
    padding: 2.5%;
    border-radius: 3px;
    background-color: #f5f5f5;
}
.bc-product-card--single .bc-product__title, 
.bc-product-single__meta .bc-product__title,
.bc-product-single__top .bc-product__title {
	text-transform: none;
    font-size: 1.5em;
    padding-bottom:1.25rem;
    border-bottom:1px solid #d5d5d5;
}
.bc-product__title-link {
    text-decoration: none;
    box-shadow: none!important;
    color: #000000;
    opacity: 1;
    transition: all .15s ease-in-out;
}
.bc-product-single__top .bc-product__brand {
	text-transform: none;
	font-size: 1.2em;
	color: black !important;
	line-height: 1;
	font-weight: 500;
	font-family: var(--font-family-h);
}
.bc-product__retail-price {
	color: #666 !important;
	text-transform: none;
}
.bc-product-card--single .bc-product__pricing .bc-show-current-price,
.bc-product-single__meta .bc-product__pricing .bc-show-current-price,
.bc-product-single__top .bc-product__pricing .bc-show-current-price,
.bc-product-quick-view__content .bc-product__pricing .bc-show-current-price {
	font-size: 2.4em;
	color: #000000 !important;
	font-weight: bold;
	font-family: var(--font-family-h);
	line-height:62px;
}
.bc-product-card--single .bc-product-single__meta-label,
.bc-product-quick-view__content .bc-product-single__meta-label,
.bc-product-single .bc-product-single__meta-label {
    font-size: 1em;
    font-weight: 700;
}

.bc-form .bc-form__label,
.bc-product-single__meta-label {
    color: black !important;
}

.bc-product-form__control--rectangle input.bc-product-variant__radio--hidden:checked+.bc-product-variant__label .bc-product-variant__label--rectangle {
    border: 1px solid #484848;
    color: #484848;
    font-weight: 700;
    transition: border 70ms,color 70ms;
}
.bc-product-variant__label--rectangle {
    display: block;
    height: 36px;
    line-height: 1.5;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #d5d5d5;
    /*color: #666666 !important;*/
    transition: border 70ms,color 70ms;
    cursor: pointer;
}
input.bc-product-form__quantity-input[type=number] {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    padding-bottom: 6px;

}

@media (min-width: 1200px) {
	.bc-product-quick-view__content-inner .bc-product__description {
	    -ms-flex: 0 0 auto;
	    flex: 0 0 auto;
	    -ms-flex-order: 4;
	    order: 4;
	    padding-left: 0;
	    width: calc(100%);
	}
}
.bc-single-product__description .bc-product__description *,
.bc-product-quick-view__content-inner .bc-product__description * {
	max-width: 100%;
    height: auto;
}
.bc-product-card--single .bc-product__inventory, 
.bc-product-single__meta .bc-product__inventory {
	display: none;
}

@media (min-width: 960px){
    /*.bc-product-card--single .bc-product__meta {
        width: 100%;
    }*/
    .bc-product-quick-view__content-inner .bc-product__meta {
    	width: calc(50% - 30px);
	}
}
.bc-product-single .bc-product__gallery {
    margin: 0 auto;
}

.bc-product-card--single .bc-product__gallery {
	max-width: 50%;
	margin: 0 auto;
}
.bc-product-card--single .bc-product-gallery__images {
    margin: 0 auto;
}

/* BC Button disabled */
.bc-account-login__form input[type=submit].button[disabled], 
.bc-btn[disabled], 
.entry-content .bc-btn[disabled], 
.entry-content a.bc-btn[disabled], 
.entry-content button.bc-btn[disabled], 
a.bc-btn[disabled], 
button.bc-btn[disabled] {
    background-color: #f5f5f5;
    color: #bbbbbb;
    border: 1px solid #e6e6e6;
}
.bc-account-login__form input[type=submit].button[disabled]:focus, 
.bc-account-login__form input[type=submit].button[disabled]:hover, 
.bc-btn[disabled]:focus, 
.bc-btn[disabled]:hover, 
.entry-content .bc-btn[disabled]:focus, 
.entry-content .bc-btn[disabled]:hover, 
.entry-content a.bc-btn[disabled]:focus, 
.entry-content a.bc-btn[disabled]:hover, 
.entry-content button.bc-btn[disabled]:focus, 
.entry-content button.bc-btn[disabled]:hover, 
a.bc-btn[disabled]:focus, 
a.bc-btn[disabled]:hover, 
button.bc-btn[disabled]:focus, 
button.bc-btn[disabled]:hover {
    background-color: #f5f5f5;
    color: #bbbbbb;
    border: 1px solid #e6e6e6;
}

/* BC Gallery */
.bc-product-gallery__thumbs {
	-ms-flex-align: center;
    align-items: center;
    justify-content: center;
}
.language-switcher__list__wrapper>ul li a .country-name,
#mdc-lang-drawer .language-switcher-button:after {
    font-size: 16px;
}

/* in page menu */
#tab-bar-menu a {
    font-size: 0.8rem;
}
#tab-bar-menu a.cta {
    padding-right: 0;
    padding-left: 0;
    margin: 0 12px 0 0;
}
#tab-bar-menu a.cta .mdc-tab__content {
    border-radius: 3px;
    margin: 8px 0;
    padding: 16px 22px;
    height: auto;
    color: var(--primary-btn-color);
    background-color: var(--primary-btn-background-color);
    border-color: var(--primary-btn-border-color);
}

.has_tag_page_menu_cta #tab-bar-menu a {
    height: 56px;
}
.has_tag_page_menu_cta .mdc-top-app-bar--prominent-fixed-adjust,
.has_tag_page_menu_cta.elementor-default .mdc-top-app-bar--prominent-fixed-adjust {
    padding-top: 120px;
    padding-bottom: 0;
}