html {
    overflow-y: scroll;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    background-color: #ffffff;
    overflow-x: hidden;
    padding-top: 71px;
}

body.home .entry-header h1.entry-title {
    display: none;
}

body.home .entry-content {
	padding: 1rem;
	font-family: 'Open Sans';
	color: #626262;
	line-height: 1.9rem;
}

.add-border-left {
    border-left: 1px solid #d3d3d38f;
}

.product-category-widget-container {
	padding: 1rem;
}

ul.product-filter-height, ul.product-filter-width {
    padding: 0;
    margin: 0;
}

ul.product-filter-height li, ul.product-filter-width li {
    display: inline-block;
    /* margin: .5rem; */
    width: 33%;
}

ul.product-filter-height li > span > label, ul.product-filter-width li > span > label {
    font-size: .75rem;
}

ul.product-filter-height li > span > label:hover, ul.product-filter-width li > span > label:hover {
    font-size: .75rem;
}

ul.product-filter-height li > span, ul.product-filter-width li > span {
	display: block;
	cursor: pointer;
	min-height: 1rem;
	line-height: 1em;
}

.filter-toggler-wrapper {
    text-align: center;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 1rem 0;
	margin-bottom: 0;
	list-style: none;
	background-color: unset;
	font-size: 0.8rem;
	color: grey;
}

.breadcrumb .separator {
	padding: 0 0.3rem;
}

.breadcrumb a {
	text-decoration: underline;
    color: green;
}

.breadcrumb svg {
    margin-top: -6px;
}

.breadcrumb a:hover {
	text-decoration: none;
}

ul.product-filter-height li > span:hover > * {
	cursor: pointer;
}

/* resets padding on main container */
.container {
    padding-right: 0;
    padding-left: 0;
}

.content-wrap {
	background-color: white;
}

.hidden-heading {
    display: none;
}

.fullwidth-content {
    overflow: hidden;
}

.fullwidth-content h2 {
    /* font-family: 'Roboto'; */
    font-size: 1.25rem;
    font-weight: 600;
    display: block;
    margin: .5rem 0 .5rem 1rem;
    color: #094f3a;
}

.page-title {
	color: #00593f;
	/* font-family: 'Merriweather';
    font-family: 'Open Sans'; */
	/* font-family: 'Roboto'; */
    font-family: Verdana, sans-serif;
	font-size: 1.25rem;
	font-weight: bold;

}

body.archive .page-title {
    margin: 0 1rem;
}

body.single-product .page-title {
    margin: 1rem 0 0.5rem 0;
}

/* HEADER */
/* NAVBAR */
.navbar {
    padding: .5em 0 0 0;
    background-color: #094f3a;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
}

/* LOGO */
.navbar-brand {
    float: left;
    line-height: 0;
    padding-left: .5rem;
    margin-right: auto;
    min-width: 130px;
}

.navbar-brand > svg {
    width: 10rem;
    height: auto;
}

.navbar-brand > img {
   height: 3.33rem;
}

.navbar-brand > svg path {
    fill: #fff;
}

#navbarMain {
    position: fixed;
    top: 71px;
    right: -100%;
    height: 100%;
    width: 100%;
    background-color: #fff;
    transition: right 0.3s ease;
    z-index: 1100;
    overflow-y: auto;
    -ms-overflow-style: none;           /* Internet Explorer scrollbar fix */
    scrollbar-width: none;              /* Firefox scrollbar fix */
    -webkit-overflow-scrolling: touch;  /* Smooth scrolling for iOS */
    transform: translate3d(0, 0, 0);    /* Forces hardware acceleration on iOS */
}

.logged-in .navbar{
    top: 46px;
}

#navbarMain::-webkit-scrollbar {
    display: none;
}

#closeMenu {
    display: none;
    font-size: 4.5rem;
    color: white;
    cursor: pointer;
    vertical-align: initial;
    line-height: 1.5rem;
    padding: 0;
    font-weight: lighter;
  }


#navbarMain.show {
    right: 0;
}

#navbarMain .sidebar-widget-title {
    display: block;
    font-weight: 700;
    color: #0D3D2F;
    padding-top: 2rem;
    padding-left: 2rem;
  }

#navbarMain ul {
    padding: 0;
}

#navbarMain ul li {
    list-style: none;
    padding: 1rem 3rem;
    border-bottom: 1px solid lightgray;

}

#navbarMain ul li a {
    color: #72807c;
}

#navbarMain ul li a:focus, #navbarMain ul li a:active {
    color: #0d3d2f;
}

#navbarMain .nav-link, #navbarMain .dropdown-item {
	padding: 1rem 0 0.75rem 1rem;
	border-top: 1px solid #236652;
	background-color: #094f3a;
	color: #fff;
}

        #navbarMain .nav-link i {
            padding: 0 0.5rem 0 0;
        }

        #navbarMain .sub-menu, #navbarMain .dropdown-menu {
        	list-style: none;
            padding: 0;
            border: none;
            margin: 0;
        }

        #navbarMain .sub-menu .nav-link, #navbarMain .dropdown-menu .dropdown-item {
        	padding: 1rem 0 1rem 5rem;
            background-color: #c7d7d1;
        }

.nav-link {
    font-family: 'Roboto';
    font-size: 1rem;
    color: #fff;
    /* padding: 0 0 0 0; */
    margin: 0 0 0 0;
}

.nav-link:hover {
    color: #fff;
}

.navbar-text {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 1rem;
    color: #fff;
    display: block;
}

.call-us, .mail-us {
    align-items: center;
    color: #0D3D2F;
}


.call-phone, .send-email {
    display: block;
}

.call-phone:hover, .send-email:hover {
    text-decoration: none;
}

.shopping-cart-icon, .shopping-cart-price {
    display: inline-block;
}

.shopping-cart-icon {
    background: #D20002 url('../img/cart.png') no-repeat center;
    width: 36px;
    height: 36px;
    border-radius: 24px;
}

.shopping-cart-badge {
    background-color: #0D3D2F;
    border-radius: 1rem;
    border: 2px solid white;
    position: relative;
    left: 25px;
    bottom: 10px;
    font-size: 0.6rem;
}

.navbar-toggler {
    font-size: 2rem;
    width: 4.5rem;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

button:focus {
    outline: none;
}


/* Bottom content container for single product */
.product-single-bottom-content {
    margin: 2rem -15px;
}

/* TABS */

.header-navtabs, .header-navtabs .tabs, .header-navtabs .tab {
	height: 2.5rem;
	padding: 0.75rem 0.45rem 0;
	line-height: 0;
}

.header-navtabs .tab {
    height: 3rem;
    vertical-align: middle;
}

.header-navtabs {
	position: relative;
	overflow: hidden;
	background-color: #094f3a;
    width: 100%;
    padding: 0.4rem 0 0 0;
}

.header-navtabs .tabs {
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
    display: flex;
    padding: 0 0.5rem;
}

.header-navtabs .tabs .tab {
	display: inline-block;
	color: #fff;
	font-size: 1.1rem;
    margin: 0 0.35rem 0 0;
}

.header-navtabs .tabs .tab svg {
    width: 1.5rem;
    height: auto;
}

.header-navtabs .tabs .tab svg path {
    fill: #fff ;
}

.header-navtabs::after {
	-webkit-box-shadow: inset -60px 0 26px -25px #094f3a;
	box-shadow: inset -60px 0 26px -25px #094f3a;
	content: "";
	display: block;
	width: 5rem;
	height: 2rem;
	pointer-events: none;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}

.header-navtabs .tabs .tab-active {
	background-color: white;
	color: #094f3a;
	border-radius: 1rem 1rem 0 0;
    padding: 1rem 1rem;
}

.header-navtabs .tabs .tab-active svg path {
	fill: #094f3a;
}

.header-navtabs .tab:last-child {
	padding-right: 1.6em;
}

#tab-title-reviews a::before {
	content: '\53';
	color: #ffd400;
	font-family: 'star';
	margin: 0 0.5rem 0 0;
}

/* SIDEBAR */
#sidebar-wrap {
    flex-wrap: wrap;
    margin: 0 0 1rem 0;
}

.sidebar-main {
    background-color: #fff;
}

.sidebar-heading {
    padding-left: 1rem;
}

.sidebar-toggler {
    line-height: 2.5rem;
    font-family: 'Roboto';
    font-weight: 700;
}

.sidebar-toggler a {
    display: block;
    padding: 0 1rem;
    color: #094f3a;
    background-color: white;
    margin: 1rem 1rem 1rem 1rem;
}

.sidebar-toggler a::after {
	content: "";
	width: 1rem;
	height: 1rem;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(9, 79, 58, 1)' viewBox='0 0 129 129'%3E%3Cpath d='M7.6 121.4c.8.8 1.8 1.2 2.9 1.2s2.1-.4 2.9-1.2l51.1-51.1 51.1 51.1a4 4 0 0 0 2.9 1.2 4.1 4.1 0 0 0 2.9-7L70.3 64.5l51.1-51.1a4.1 4.1 0 0 0-5.8-5.8L64.5 58.7 13.4 7.6a4.1 4.1 0 0 0-5.8 5.8l51.1 51.1-51.1 51.1a4.1 4.1 0 0 0 0 5.8z'/%3E%3C/svg%3E");
	float: right;
	padding: 1rem;
	margin: 0.3rem 0;
}

.sidebar-toggler a.collapsed {
	display: block;
	padding: 0 1rem;
	background-color: #00B65F;
	color: #fff;
	border-radius: .25rem;
	margin: 1rem 1rem 1rem 1rem;
}

.sidebar-toggler a.collapsed::after {
	content: "";
	width: 1rem;
	height: 1rem;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255, 255, 255, 1)' viewBox='0 0 129 129'%3E%3Cpath d='M121.3 34.6a4.1 4.1 0 0 0-5.8 0l-51 51.1-51.1-51.1a4.1 4.1 0 0 0-5.8 5.8l53.9 53.9a4 4 0 0 0 2.9 1.2c1 0 2.1-.4 2.9-1.2l53.9-53.9a4 4 0 0 0 .1-5.8z'/%3E%3C/svg%3E");
	float: right;
	padding: 1rem;
	margin: 0.3rem;
}

.sidebar-toggler a:hover {
    text-decoration: none;
}

.sidebar-widget-title {
    display: block;
    font-weight: 700;
    color: #0D3D2F;
}

#sidebar-wrap ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    /* font-family: 'Roboto'; */
    font-size: 0.9rem;
}

#sidebar-wrap span.sidebar-widget-title, #sidebar-wrap ul.menu li.menu-item a {
    display: block;
    padding: 0.9rem 3rem;
    border-bottom: 1px solid lightgray;
}

#sidebar-wrap span.sidebar-widget-title {
    background-color: #00b65f;
    color: #fff;
}

#sidebar-wrap ul.menu li.menu-item a {
    color: #0d3d2f;
}

#sidebar-wrap ul.menu li.menu-item a:hover {
    text-decoration: none;
}

.content-inner-content {
    padding: 0 1rem 1rem 1rem;
}

/* FOOTER */

.footer-section {
    background-color: #094f3a;

}

.footer-menu-heading {
    font-family: 'Merriweather';
	font-size: 1.25rem;
	font-weight: bold;
	color: white;
    padding: 1rem 0 1rem 2rem;
    margin-bottom: 0;
}

.footer-menu li a {
    color: white;
    display: block;
    padding: 1rem 0 1rem 3rem;
    border-bottom: 1px solid #ffffff1a;

}

.footer-menu li a:hover {
    text-decoration: none;
}

#footer-social-menu {
	display: flex;
	list-style: none;
	padding: 2rem 0;
	justify-content: space-evenly;
}

#footer-social-menu li {
	width: 3rem;
}

.footer-social-links svg path {
	fill: #ffffff;
}

.footer-company {
	display: flex;
	justify-content: space-around;
	margin: 0 3rem;
	border-top: 1px solid #ffffff1a;
	padding: 1rem 0;
    flex-wrap: wrap;
}

.footer-company > a svg path {
	fill: #ffffff;
}

.footer-company footer {
	font-size: .75rem;
	color: #ffffff;
	padding: 1rem 0;
}

.footer-copyright a {
	color: #ffffff;
}

/* General rules for page headers and text */

.woocommerce-products-header {
    margin: 1rem 0;
}

.term-description {
    position: relative;
    color: grey;
    font-size: 0.9rem;
    font-family: Verdana, sans-serif;
    line-height: 1.5rem;
    margin: 1rem 1rem;
}



/* Archive product styles */
.subcategories-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
    margin: 1.5rem 0 2rem 0;
    width: 100%;
    padding: 0 1rem;
}

.subcategory-wrapper {
	border: 1px solid #f0f0f0;
    border-radius: .5rem;
	flex-basis: 48%;
	display: flex;
	margin: 0 0 1rem 0;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 40%, rgba(240,240,240,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 40%, rgba(240,240,240,1) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 40%, rgba(240,240,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f0f0f0",GradientType=1);
}

.subcategory-wrapper:hover {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 40%, rgba(226,226,226,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 40%, rgba(226,226,226,1) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 40%, rgba(226,226,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e2e2e2",GradientType=1);
}

.subcategory-image {
	width: auto;
	height: 3rem;
	margin: 0 .25rem;
}

.subcategory-link {
	color: #00593f;
	width: 100%;
	height: 100%;
	font-size: .8rem;
    font-weight: bold;
	padding: 0 0 0 0;
	display: flex;
	align-items: center;
}

/* .subcategory-link::after {
    content: '\25ba';
    padding-left: -1rem;
} */

.subcategory-link:hover {
    text-decoration: none;
    color: #00593f;
}

.subcategory-link-text {
    line-height: 0.9rem;
    font-family: Verdana, Arial, sans-serif;

}

.page-numbers {
	list-style: none;
	display: flex;
	justify-content: center;
	padding: 0 0.5em;
}

.archive-product-wrapper {
    padding: 0;
    border-top: 1px solid #d3d3d38f;
}

.archive-product-wrapper:nth-child(2n+2){
    border-left: 1px solid #d3d3d38f;
}

.desc-content {
    padding: 10px;
}

.archive-product-wrapper img {
    max-width: 100%;
    height: auto;
}

.woocommerce-loop-product__title {
    font-size: .9rem;
    font-family: 'Merriweather';
    color: #094f3a;
    font-weight: bold;
    line-height: 1.3rem;
    height: 5.2rem;
    margin-top: 0.5em;
}

.loop-prices {
    display: inline-block;
    margin: 0.5rem 0;
}

.price-before, .price-after {
    display: flex;
    /* width: 50%; */
}

.price-after {
    font-size: 1.35em;
    color: red;
    font-weight: bold;
}

.price-before {
    text-decoration: line-through;
}

.kuna-price-before {
  margin: 0 0.3rem;
  font-size: 0.75rem;
  font-weight: lighter;
  align-self: flex-end;
}

.kuna-price-after {
	margin: 0 0.5rem;
	font-size: 0.75rem;
	font-weight: lighter;
	align-self: center;
	color: #ff7474;
}

.flickity-prices .price-before, .flickity-prices .price-after  {
    justify-content: center;
}

.loop-product-title-url:hover {
	/* text-decoration: none; */
    color: #094f3a;
}

.bf-percentage {
	color: black;
	position: absolute;
	background-color: yellow;
	top: 1rem;
	/* font-size: 1rem; */
    font-size: 0.8rem;
    font-weight: bold;
	/* padding: 0.65rem 0; */
    /* padding: 0.65rem; */
    padding: 0.5rem;
	left: 1rem;
	border-radius: 2rem;
	width: auto;
	/* height: 3rem; */
    height: 2.2rem;
	text-align: center;
}

.archive-stock-notice {
	text-align: center;
    margin: 0 0 1rem 0;
}

.archive-stock-notice .stock {
    font-weight: bold;
    font-size: 0.85rem;
}

.archive-stock-notice .stock.available-on-backorder {
    color: orange;
}

.archive-stock-notice .stock.out-of-stock {
    color: red;
}

.archive-stock-notice .stock.in-stock {
    color: #00b521;
}

.social-icons {
	display: flex;
	justify-content: space-evenly;
	margin: 1.5rem 2rem;
}

.social-icon {
	width: 3em;

}

.category-video-wrapper {
    padding: 3em 0;
}

.category-video-responsive-wrapper {
	width: 100%;
	float: left;
    margin-bottom: 1rem;
}

.review .star-rating,
.review-summary .star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	font-size: 0.7em;
	width: 5.3em;
	font-family: 'star';
	font-weight: 400;
}

.review .star-rating {
    float: left;
}

.review-summary .star-rating {
    font-size: 2rem;
}

.desc-content .star-rating::before,
.review .star-rating::before,
.review-summary .star-rating::before {
    content: '\53\53\53\53\53';
    opacity: 0.25;
    float: left;
    top: 0;
    left: 0;
    position: absolute; 
}

.review .star-rating span,
.review-summary .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;

}
.desc-content .star-rating span::before,
.review .star-rating span::before,
.review-summary .star-rating span::before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0;
    color: #ffd400;
}

p.stars {
    display: inline-block;
    margin: 0;
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
}

p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: 'star';
    content: '\53';
    color: #43454b;
    text-indent: 0;
    opacity: 0.25;
}

p.stars a:hover ~ a::before {
    content: '\53';
    color: #43454b;
    opacity: 0.25;
}

p.stars:hover a::before {
    content: '\53';
    color: #96588a;
    opacity: 1;
}

p.stars.selected a.active::before {
    content: '\53';
    color: #96588a;
    opacity: 1;
}

p.stars.selected a.active ~ a::before {
    content: '\53';
    color: #43454b;
    opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
    content: '\53';
    color: #96588a;
    opacity: 1;
}

.wc-block-grid__product-onsale,
.onsale {
    border: 1px solid;
    border-color: #43454b;
    color: #43454b;
    padding: 0.202em 0.6180469716em;
    font-size: 0.875em;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1em;
    border-radius: 3px;
    position: relative;
}

.quantity .qty {
    width: 4.235801032em;
    text-align: center;
}

.woocommerce-ordering, .woocommerce-ordering .orderby, .woocommerce-ordering .orderby,
.storefront-sorting .btn-group.dropup   {
    width: 100%;
}

.storefront-sorting {
    font-size: 0.875em;
    margin: 1.5rem 1rem;
}

.woocommerce-ordering {
    margin-bottom: 1.5rem;
}

.woocommerce-result-count {
    display: none;
    margin-bottom: 1.5rem;
}

/* stars on single product */

.woocommerce-review-link {
    display: flex;
}

.woocommerce-review-link .badge {
	color: gray;
	background-color: white;
	border: 1px solid lightgray;
    display: inline-block;
    padding: 0.15em 0.5em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    margin: 0 0 0 0.5em;
}

 .woocommerce-product-rating {
     display: flex;
 }

 .woocommerce-product-rating .star-rating {
 	overflow: hidden;
 	position: relative;
 	height: 1em;
 	line-height: 1em;
 	font-size: 1.25em;
 	width: 5.3em;
 	font-family: 'star';
 	font-weight: 400;
 	display: inline-block;
 }

  .woocommerce-product-rating .star-rating::before {
    content: '\53\53\53\53\53';
    opacity: 0.25;
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
  .woocommerce-product-rating .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em; }
  .woocommerce-product-rating .star-rating span::before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0;
    color: #ffd400; }

/* Dropdown selection styles */
/* move this whole chunk to oo-dropdown-selection and rename the plugin to corespond with its function */
.oods-dropdown-selection-container{
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
}

.oods-dropdown-selection-container label {
    margin-right: 1rem;
}

.select-css {
	display: block;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%; /* useful when width is set to anything other than 100% */
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	/* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient.
		for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference

	*/
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 292.4 292.4'%3E%3Cpath fill='%23094f3a' d='M287 69a18 18 0 00-13-5H18c-5 0-9 2-12 5a18 18 0 00-6 13c0 5 2 10 5 13l128 128c4 4 8 5 13 5s9-1 13-5L287 95c4-3 5-8 5-13s-2-9-5-13z'/%3E%3C/svg%3E "),

	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	/* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
	background-position: right .7em top 50%, 0 0;
	/* icon size, then gradient */
	background-size: .65em auto, 100%;
}
/* Hide arrow icon in IE browsers */
.select-css::-ms-expand {
	display: none;
}
/* Hover style */
.select-css:hover {
	border-color: #888;
}
/* Focus style */
.select-css:focus {
	border-color: #aaa;
	/* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}

/* Set options to normal weight */
.select-css option {
	font-weight:normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
	background-position: left .7em top 50%, 0 0;
	padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
.select-css:disabled, .select-css[aria-disabled=true] {
	color: graytext;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}

.select-css:disabled:hover, .select-css[aria-disabled=true] {
	border-color: #aaa;
}

.woocommerce-product-gallery__wrapper {
    text-align: center;
}

.woocommerce-product-gallery .wp-post-image {
    max-width: 100%;
    height: auto;
}

.woocommerce-product-gallery__image:not(:first-child){
    margin: 0 0.5rem 0 0;
    display: inline-block;
}

.woocommerce-product-gallery__image:not(:first-child) img{
    width: 3rem;
    height: 3rem;
    margin: 0.3rem 0;
}

.single-product-price-and-stock .prices {
    display: flex;
    font-family: 'Open Sans';
    flex-direction: column;
    margin: .5rem 0;
    width: 12rem;
    position: relative;
}

.single-product-price-and-stock .prices small.price-before {
    font-size: 1rem;
    color: gray;
    flex-grow: 0;
    order: 2;
    font-weight: lighter;
}

.single-product-price-and-stock .prices small.price-after {
    font-size: 2rem;
    color: red;
    text-decoration: none;
    padding-bottom: 1rem;
    line-height: 2rem;
    font-weight: bold;
    flex-grow: 0;
    order: 3;
    border-radius: 0 0 0.5rem 0.5rem;
}

.single-product-price-and-stock .special-discount {
  background: #d50e0e;
  border-radius: 0.7rem;
}

.special-discount-single-product {
  background: yellow;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem 0.5rem 0 0;
  font-size: 1.3rem;
font-weight: bold;
}

.single-product-price-and-stock .prices.special-discount small.price-before, .single-product-price-and-stock .prices.special-discount small.price-after {
  padding-left: 1rem;
  color: white;
}

.single-product-price-and-stock .prices.special-discount small.price-after {
    font-size: 3rem;
}

.single-product-price-and-stock .stock {
    font-size: 1rem;
    margin: .5rem 0;
}

.single-product-price-and-stock .stock p {
    margin: 0;
}

.single-product-price-and-stock .availability-text {
    font-weight: bold;
}

.single-product-price-and-stock .notice-text {
    font-size: .85rem;
}

.single-product-price-and-stock .stock.in-stock {
    color: green;
}

.single-product-price-and-stock .stock.out-of-stock {
    color: red;
}

.single-product-price-and-stock .price .woocommerce-price-suffix {
    flex-grow: 2;
    order: 1;
}

.small.stock-date-notice {
    margin: 0 0 1rem 0;
}

.single-product-price-and-stock .available-on-backorder {
    color: orange;
}

.single-product-price-and-stock button.single_add_to_cart_button {
	background-color: #00b521;
	border: none;
	font-family: Arial;
	display: flex;
	align-items: center;
	font-size: 1rem;
	width: 100%;
	justify-content: center;
    font-weight: bold;
}

.single-product-price-and-stock button.single_add_to_cart_button.available-on-backorder-button {
	background-color: orange;
}

.single-product-price-and-stock button.single_add_to_cart_button::before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23ffffff'%3E%3Cpath d='M472 452c0 11-9 20-20 20h-20v20a20 20 0 11-40 0v-20h-20a20 20 0 110-40h20v-20a20 20 0 1140 0v20h20c11 0 20 9 20 20zm0-312v192a20 20 0 11-40 0V160h-40v60a20 20 0 11-40 0v-60H160v60a20 20 0 11-40 0v-60H80v312h212a20 20 0 110 40H60c-11 0-20-9-20-20V140c0-11 9-20 20-20h61a136 136 0 01270 0h61c11 0 20 9 20 20zm-121-20a96 96 0 00-190 0z'/%3E%3C/svg%3E%0A");
	width: 1.5rem;
	height: 1.5rem;
	position: relative;
	margin-right: 0.75rem;
}

.single-product-price-and-stock .embed-responsive {
    margin: 2rem 0;
}

.woocommerce-product-details__short-description {
    color: #777;
    font-size: .85rem;
    margin: .5rem 0;
}

#desktop-search-widget h3 {
    display: none;
}

/* .single-product-description .tabs {
    list-style: none;
    padding: 0;
    margin: 0;

}

.single-product-description .tabs li {
    display: inline-block;

} */

.item-info {
    margin: 0 -1rem;
}

.single-product-description .tabs {
	padding: 0 0 0 1rem;
	border-bottom: 1px solid lightgray;
	display: flex;
}

.single-product-description .tabs li {
	list-style: none;
	display: flex;
    align-items: center;
	border: 1px solid lightgray;
    border-top: 3px solid lightgray;
	border-bottom: none;
    margin-right: 0.25rem;
    border-radius: .25rem .25rem 0 0;
    background-color: #f5f5f5;
}

.single-product-description .tabs li.active {
	background: white;
	border-bottom: 1px solid white;
    border-top: 3px solid green;
	margin-bottom: -1px;
}

.single-product-description .tabs li a {
	padding: 0.75rem;
	display: flex;
    color: gray;
    font-size: .85rem;
}

.single-product-description .tabs li a:hover {
    text-decoration: none;
}

.single-product-description .tabs li.active a {
    color: green;
}

.woocommerce-tabs.wc-tabs-wrapper .wc-tab {
    padding: 0 1rem;
    font-size: .95rem;
    color: #575757;
    line-height: 1.75rem;

}

.single-product-description h2 {
    color: #00593f;
    font-family: 'Merriweather';
    font-size: 1.25rem;
    font-weight: bold;
}

.single-product-description h3 {
    font-family: 'Merriweather';
    font-size: 1rem;
    font-weight: bold;
    color: #00593f;
    margin-top: 1rem;
}

#tab-description ul {
	padding: 1rem 0;
	margin: 0;
    list-style: none;
}

#tab-description ul li {
    padding-left: 1.25rem;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Crect x='0' y='0' rx='3' ry='3' width='10' height='10' fill='green'/%3E%3C/svg%3E") no-repeat scroll 0px 10px rgba(0,0,0,0);
}

#tab-reviews ul {
    padding: 0;
}

/* parameters table */

.woocommerce-product-attributes {
	width: 100%;
	font-size: .85rem;
	margin: 1rem 0 2rem 0;
}

.woocommerce-product-attributes tr:nth-child(2n+1) {
	background-color: #f7f7f7;
}

.woocommerce-product-attributes-item th {
	padding: 0 1rem;
	font-weight: normal;
	width: 45%;
	display: inline-block;
}

.woocommerce-product-attributes-item td {
	display: inline-block;
	width: 45%;
}

.woocommerce-product-attributes tr p {
	margin: 0;
}

/* PHOTOSWIPE GALLERY */
.pswp__bg {
    background: white;
}

.pswp__caption__center {
    color: black;
    text-align: center;
}

/* REVIEWS */

#comments ol.commentlist {
    list-style: none;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
}

.review .star-rating {
    font-size: 1rem;
}

#comments li.review {
    margin: 0;
    /* background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 40%, rgba(240,240,240,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 40%, rgba(240,240,240,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 40%, rgba(240,240,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f0f0f0",GradientType=1); */
    padding: 0 1rem;
    /* border-radius: .35rem;
    border: 1px solid #eee; */
    border-bottom: 2px dotted #e6e6e6;
}

#comments .meta {
    margin: 0;
}

#comments .meta .woocommerce-review__author {
    font-weight: normal;
}

#comments .comment-user-meta {
    display: flex;
    align-items: end;
    justify-content: start;
    margin-bottom: 1rem;
    margin-left: -15px;
    margin-right: -15px;
    padding: 1rem;
    background-color: whitesmoke;
}

.comment-user-meta > div {
    margin-right: 0.5rem;
  }

  .comment-user-meta > div:first-child {
    display: none;
} 

#comments time.woocommerce-review__published-date, #comments span.woocommerce-review__dash {
    display: none;
}

#reviews .review-summary {
    display: flex;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    justify-content: space-around;
}

#reviews .sales-counts {
    align-self: center;
    padding: 1rem;
    text-align: center;
}

#reviews span.sold {
    font-weight: bold;
    font-size: 2rem;
    color: #00b521;
}

#reviews span.sold::before {
    content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23ffffff'%3E%3Cpath d='M472 452c0 11-9 20-20 20h-20v20a20 20 0 11-40 0v-20h-20a20 20 0 110-40h20v-20a20 20 0 1140 0v20h20c11 0 20 9 20 20zm0-312v192a20 20 0 11-40 0V160h-40v60a20 20 0 11-40 0v-60H160v60a20 20 0 11-40 0v-60H80v312h212a20 20 0 110 40H60c-11 0-20-9-20-20V140c0-11 9-20 20-20h61a136 136 0 01270 0h61c11 0 20 9 20 20zm-121-20a96 96 0 00-190 0z'/%3E%3C/svg%3E%0A");
	width: 1.5rem;
	height: 1.5rem;
	position: relative;
	margin-right: 0.75rem;
}

#reviews .reviews-main-info, #reviews .reviews-ratings-info, #reviews .reviews-ratings-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    /* margin-bottom: 1rem; */
}

#reviews .average-rating {
	font-size: 3rem;
	font-weight: bold;
	display: block;
	line-height: 3rem;
}

#reviews .reviews-ratings-info ul.ratings-counts {
    list-style: none;
    margin: 0;
}

#reviews ul.ratings-counts li {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#reviews ul.ratings-counts .star-rating {
    font-size: 1rem;
    margin-right: 1rem;
}

/* ON DISPLAY SINGLE PRODUCT */

.single-product-on-display{

    border: none;

}

.single-product-on-display span.on-display-content::before{
    content: "";
    background: #FFFFFF00 url('../img/shop.png') no-repeat center;
    width: 2rem;
    height: 2rem;
    display: inline-block;
    background-size: cover;
    border: none;
    margin-right: 0.75rem;
    padding: 1.25rem;
}

.single-product-on-display span.on-display-content{
    display: flex;
    align-items: center;
    background: honeydew;
    padding: 0.5rem;
}

/* BLOG ARCHIVE STYLES */

#blog-wrapper .post {
    margin: 0 0 2rem 0;
    display: block;
    border-bottom: 1px solid #f4f4f4;
}

#blog-wrapper .post .blog-featured-image, #blog-wrapper .post .post-content {
    display: block;
}

#blog-wrapper .post .blog-featured-image img {
    width: 100%;
    height: auto;
}

#blog-wrapper .post h1 {
    font-family: 'Merriweather';
    font-size: 1.2rem;
    font-weight: bold;
}

#blog-wrapper .post .post-content {
    padding: 1rem 0 1rem 0;
}

#blog-wrapper .post .post-content .entry p {
    font-size: 0.95rem;
    color: #464646;
    line-height: 1.2rem;
}

#blog-wrapper .post h1 a {
    color: #094f3a;
    /* color: #00b521; */
}

#blog-wrapper .post h1 a:hover {
    text-decoration: none;
    /* color: #00b521; */
}

.more-link {
    color: green;
    text-decoration: underline;
}

.more-link:hover {
    color: green;
}

small.author-and-date {
	color: #888;
	margin: 0.6rem 0;
	display: block;
}

.frontpage-stickies {
	border-top: 1px solid #eaeaea;
	/* margin: 3rem 0 0 0; */
	padding: 1rem 0 0 0;
}

#desktop-search-widget {
	/* margin: 1rem 1rem; */
    margin: 1rem 0.4rem .5rem;
    flex-grow: 1;
    width: 100%;
}

#desktop-search-widget .wc_ps_nav_submit {
    background-color: #094f3a;

}

#desktop-search-widget .wc_ps_nav_field {
    border-radius: 0.5rem;
}

#article-wrapper .post {
    display: flex;
    flex-direction: column;
}

#article-wrapper .post h1.entry-title, #article-wrapper .post h2, article.type-page h1, article.type-page .entry-content h2 {
    font-family: 'Merriweather';
    color: #094f3a;
    font-weight: bold;
}

#article-wrapper .post h1, article.type-page h1 {
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
}

#article-wrapper .post h2, article.type-page .entry-content h2{
    font-size: 1.3rem;
    margin: 2rem 0 1rem 0;
}

#article-wrapper .post h3, article.type-page .entry-content h3 {
    font-size: 1.2rem;
    font-family: 'Merriweather';
    color: #094f3a;
    margin: 0 0 2rem 0;
    padding: 1rem 0 0 0;
}

#article-wrapper .post h4 {
	font-size: 1.1rem;
	font-family: 'Merriweather';
    color: green;
    margin: 2rem 0;
}

#article-wrapper .post h4 a, #article-wrapper .post h3 a {
    font-family: 'Merriweather';
    color: green;
}

#article-wrapper .post p a {
    color: #006fd0;
}

#article-wrapper .entry-content > img:first-child {
    width: 100%;
    height: auto;
    margin: 0 0 1rem 0;
}

#article-wrapper header.entry-header {
    margin: 0 0 1rem 0;
}

#article-wrapper span.posted-on, #article-wrapper span.post-author {
    color: #888;
}

#article-wrapper .article-button-go-to-shop {
	line-height: 3rem;
	width: 100%;
	margin: 3rem auto;
    background-color: #00b521;
}

.wp-block-image img {
    width: 100%;
    height: auto;
}

.blocks-gallery-grid, .wp-block-gallery {
    margin: -0.5rem 0 1rem;
    width: 100%;
}

.wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
}

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    position: relative;
    background: none;
    margin: 10px 0 15px 0;
    padding: 0;
    color: #888;
}

.wp-block-gallery .blocks-gallery-image figcaption a, .wp-block-gallery .blocks-gallery-item figcaption a,
.wp-block-image figcaption a {
    color: green;
    text-decoration: underline;
}

article.type-page p {
	color: #444;
}

article.type-page p a {
	text-decoration: underline;
    color: green;
}

article.type-page p strong {
	color: #001700;
}

article.type-page .wp-block-column .wp-block-buttons {
    margin: 0 0 1rem 0;
}

article.type-page .wp-block-separator.is-style-wide {
	border-bottom: 1px dashed lightgray;
	margin: 2em 0 2rem 0;
}

.wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
	display: inline-block;
	padding: 0;
	height: 80%;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    justify-content: center;
    margin: 0 16px 10px 0;
}

.wc-block-grid__product-link:hover {
	text-decoration: none;
}

.wc-block-grid__products .wc-block-grid__product-image img {
    width: auto;
    max-height: 40vh;
}

.wc-block-grid__products .wc-block-grid__product-title {
    max-width: 80%;
    margin: .5rem auto;
    font-family: 'Merriweather';
    color: #094f3a;
}

.wc-block-grid__product .wc-block-grid__product-onsale {
    display: none;
}

.wc-block-grid__product-price.price {
	font-family: 'Roboto';
}

.wc-block-grid__product-price ins {
	font-size: 1.35em;
	color: red;
	font-weight: bold;
	text-decoration: none;
}

.woocommerce-price-suffix {
	display: block;
}

.wp-block-button.wc-block-grid__product-add-to-cart {
	display: none;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 50%;
	margin: 2rem auto 3rem;
	border-bottom: 1px dashed #ccc;
}

/* CART */

.woocommerce-message {
	padding: 0.5rem 1rem;
	margin: 0 0 1rem 0;
	background-color: #c6ecc6;
	border-radius: 0.5rem;
}

ul.woocommerce-error {
    border-radius: 0.5rem;
    background-color: #ffabab;
    padding: 1rem 1rem;
    list-style: none;
}

label.screen-reader-text {
    display: none;
}

.woocommerce-cart-form__contents {
    width: 100%;
}

.woocommerce-cart-form__cart-item.cart_item {
	padding: 0.5rem;
	border: 1px solid #dfdfdf;
	margin: 0 0 1rem 0;
	border-radius: .5rem;
	background-color: #f9f9f9;
    /* border-top: 5px solid green; */
}

.woocommerce-cart-form__cart-item .product-base-info, .woocommerce-cart-form__contents .product-pricing-info {
	display: flex;
    justify-content: space-between;
}

.woocommerce-cart-form__cart-item .product-base-info {
    margin: 0 0 1rem 0;
    align-items: flex-start;
}

#order_review .product-base-info {
    margin: 0 0 0 0;
}


.woocommerce-cart-form__cart-item .product-pricing-info {
	align-items: flex-end;
}

.woocommerce-cart-form__cart-item .product-thumbnail img {
	max-width: 35px;
	height: auto;
}

.woocommerce-cart-form__cart-item .product-name {
    margin: 0 0.5rem;
}

.woocommerce-cart-form__cart-item .product-name a {
    color: #094f3a;
    /* font-weight: bold; */
    font-size: 0.9rem;
}

.woocommerce-cart-form__cart-item .product-remove a {
	color: red;
	font-weight: bold;
	font-size: 1.7rem;
	font-family: 'Roboto';
    line-height: 1.5rem;
}

.woocommerce-cart-form__cart-item .product-remove a:hover , .cart_totals table tr.cart-discount td a.woocommerce-remove-coupon:hover {
    text-decoration: none;
}

.woocommerce-cart-form__cart-item .product-remove.desktop-remove {
    display: none;
}

/* Chrome, Safari, Edge, Opera */
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-quantity {
    display: flex;
}

/* Firefox */
.quantity input[type=number] {
    /* border-radius: 0.5rem; */
    border: 1px solid #ccc;
    -moz-appearance: textfield;
    appearance: textfield;
    width: 2rem;
    text-align: center;
    height: 2rem;
}

.qty-minus, .qty-plus {
    width: 2rem;
    text-align: center;
    cursor: pointer;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.qty-minus {
	background-color: white;
	border-left: 1px solid #ccc;
	border-radius: 0.5rem 0 0 0.5rem;
	font-size: 2rem;
	line-height: 1.3rem;
}

.qty-plus {
	background-color: white;
	border-right: 1px solid #ccc;
	border-radius: 0 0.5rem 0.5rem 0;
	font-size: 1.5rem;
	line-height: 1.5rem;
}

.woocommerce-cart-form__cart-item .product-pricing-info .product-price {
    color: gray;
    display: none;
}

.woocommerce-cart-form__cart-item .product-pricing-info .product-subtotal {
    font-weight: bold;
    color: #00b521;
    font-size: 1.1rem;
}

form.woocommerce-cart-form .actions, form.woocommerce-cart-form .actions .coupon {
    display: flex;
    flex-direction: column;
}

form.woocommerce-cart-form .actions .coupon {
    margin: 1rem 0 2rem 0;
}

form.woocommerce-cart-form .actions .coupon label {
    font-size: 1rem;
    font-family: 'Merriweather';
    color: #094f3a;
    margin: 0 0 1rem 0;
}

form.woocommerce-cart-form .coupon-form-inputs {
    display: flex;
    flex-direction: row;
    height: 2.5rem;
    overflow: hidden;
}

form.woocommerce-cart-form .coupon-form-inputs input {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-radius: 0.5rem;
	padding: 0 0 0 0.5rem;
	width: 60%;
	flex-grow: 2;
}

form.woocommerce-cart-form .coupon-form-inputs button {
    border: none;
    background-color: unset;
    padding: 0 0.5rem 0 1rem;
}

form.woocommerce-cart-form .coupon-form-inputs button span.dashicons {
    color: #00b521;
    font-size: 1.5rem;
}

form.woocommerce-cart-form .actions > .button {
	background-color: #00b521;
	border: none;
	color: white;
	height: 3rem;
	display: flex;
	align-items: center;
	vertical-align: center;
	text-align: center;
	justify-content: center;
	border-radius: 0.5rem;
}

form.woocommerce-cart-form .actions > .button:disabled {
    background-color: gray;
}

form.woocommerce-cart-form .actions > .button span.dashicons {
    margin: 0 0.5rem;
}

.cart_totals h2 {
    display: none;
}

.cart_totals table {
    width: 100%;
    margin: 2rem 0 3rem 0;
}

.cart_totals table tr {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 0.5rem;
    border-radius: 0.5rem;
}

.cart_totals table tr th {
    font-weight: normal;
}

.cart_totals table tr.order-total td {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.cart_totals table tr.cart-discount td a.woocommerce-remove-coupon {
    color: red;
}

.cart_totals table tr.cart-discount td a.woocommerce-remove-coupon span.dashicons {
        line-height: 1.7rem;
}

.discount-coupon-desc {
    color: gray;
    font-size: 0.75rem;
}

.cart_totals table tr.shipping ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
}

.cart_totals table tr.shipping a.shipping-calculator-button {
    display: none;
}

.cart_totals table tr:nth-child(2n+1) {
	background-color: #f9f9f9;
}

.cart_totals table tr.order-total td strong {
    color: #00b521;
    font-size: 1.5rem;
    line-height: 1.7rem;
}

a.checkout-button {
    background-color: #00b521;
    border: none;
    color: white;
    height: 3rem;
    display: flex;
    align-items: center;
    vertical-align: center;
    text-align: center;
    justify-content: center;
    border-radius: 0.5rem;
}

.wc-proceed-to-checkout {
    margin: 0 0 2rem 0;
}

.edit-link {
    display: none;
}

button[name='update_cart'] {
display: none !important;
}

tr.order-total small.includes_tax {
    display: none;
}

/* CHECKOUT */

p#billing_country_field span.woocommerce-input-wrapper, p#shipping_country_field {
    /* display: none; */
    pointer-events: none;
    background-color: #e9ecef;
    color: #6c757d;
}

.scol-1, .scol-2 {
    display: flex;
    flex-direction: column;
}

.scol-1 {
    margin: 0 0 1rem 0;
}

p.form-row {
    margin: 0 0 0 0;
    flex-direction: column;
}

p.form-row span {
    width: 100%;
}

p.form-row textarea {
    width: 100%;
}

p#wi_as_company_field {
    margin: 1rem 0;
}

p#wi_as_company_field label {
    font-size: 0.95rem;
    /* font-family: 'Merriweather'; */
    /* color: #094f3a; */
    /* margin: 0 0 1rem 0; */
}

p.form-row input.input-text, p.form-row textarea {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 0.5rem;
    padding: 0 0 0 0.5rem;
    width: 100%;
    margin: 0 0 1rem 0;
}

p.form-row input.input-text {
    height: 3rem;
}

p.form-row input.input-text:focus, p.form-row textarea.input-text:focus {
    border-color: green;
}

p.form-row textarea {
    height: 5rem;
}

.select2-container .select2-selection--single {
    height: 3rem;
}

.select2-container--default .select2-selection--single {
    border-radius: 0.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 2.9rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 2rem;
	top: 0.5rem;
	right: 0.5rem;
	width: 1rem;
}

.woocommerce-checkout-review-order-table table {
    width: 100%;
    margin: 2rem 0 0 0;
}

.woocommerce-checkout-review-order-table table tr {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 0.5rem;
    border-radius: 0.5rem;
}

.woocommerce-checkout-review-order-table table tr th {
    font-weight: normal;
}

.woocommerce-checkout-review-order-table table tr.order-total td {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.woocommerce-checkout-review-order-table table tr.cart-discount td a.woocommerce-remove-coupon {
    color: red;
}

.woocommerce-checkout-review-order-table table tr.cart-discount td a.woocommerce-remove-coupon span.dashicons {
        line-height: 1.7rem;
}

.discount-coupon-desc {
    color: gray;
    font-size: 0.75rem;
}

.woocommerce-checkout-review-order-table table tr:nth-child(2n+1) {
	background-color: #f9f9f9;
}

.woocommerce-checkout-review-order-table table tr.order-total td strong {
    color: #00b521;
    font-size: 1.5rem;
    line-height: 1.7rem;
}

#payment ul, #order_review ul {
    list-style: none;
    padding: 0 0 0 0;
}

#payment ul li {
    padding: 1rem 0 1rem 0.5rem;
}

#payment ul li label img {
    width: 35px;
    height: auto;
    margin: 0 10px 0 0;
}

.is-active-special-field {
    border: 1px solid #dfdfdf;
    background-color: #f9f9f9;
    /* background-color: #eee; */
    padding: 1rem;
    border-radius: 0.5rem;
    display: flow-root;
}

.woocommerce-additional-fields {
    margin: 1rem 0 0 0;
}

.woocommerce-terms-and-conditions-wrapper {
	padding: 0 0 0 1rem;
}

.checkout-with-payment {
    margin: 1rem 0;
}

button#place_order {
    background-color: #00b521;
    border: none;
    color: white;
    height: 3rem;
    display: flex;
    align-items: center;
    vertical-align: center;
    text-align: center;
    justify-content: center;
    border-radius: 0.5rem;
    width: 100%;
}

/* Dočasne odstrániť výber platby kartou pre bránu s presmerovaním */
.payment_box.payment_method_besteron {
	display: none;
}

.form-row.place-order {
    flex-direction: column;
}

/*  MC4WP styles on checkout */

p.form-row.mailchimp-newsletter {
    padding: 0 0 0 1rem;
}

p.form-row.mailchimp-newsletter input[type="checkbox"] {
	margin: 0 0.25rem 0 0;
}



.soldout {
	position: absolute;
	top: 30%;
	width: 80%;
	text-align: center;
	height: 2rem;
	background: red;
	margin: 0 10%;
	line-height: 0rem;
	color: white;
	font-size: 1rem;
	-ms-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
	z-index: 600;
	font-weight: bold;
	padding: 1rem;
	left: 0;
}


/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border: 1px solid #ABB0B2; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; transition: all 0.23s ease-in-out 0s; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: normal; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group {clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px;}
#mc_embed_signup .size1of2 {clear:none; float:left; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#e85c41; font-size:150%; font-weight:normal; position:relative; top:5px;}
#mc_embed_signup .clear {clear:both;}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%; margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {display:inline-block; margin:2px 0 1em 0; padding:5px 10px; background-color:rgba(255,255,255,0.85); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size:14px; font-weight:normal; z-index:1; color:#e85c41;}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {border:2px solid #e85c41;}

.special-menu-item {
    background: red;
    color: white;
    font-weight: bold;
}

.crazy-menu-item {
    background: yellow;
    color: black !important;
    font-weight: bold;
}

.frontpage-stickies .blog-featured-image a img {
    width: 100%;
}

.frontpage-stickies .post-content {
    padding: 1rem;
}

.frontpage-stickies .post-content h2 {
    margin: 0 0 0.5rem 0;
    font-family: 'Merriweather';
    font-size: 1.1rem;
    font-weight: bold;
}

.frontpage-stickies .post-content .entry a.more-link {
    float: right;
    margin: 0 0 1.5rem 0;
}

#mc_embed_signup_scroll {
    margin: 1rem;
    display: flex;
    flex-direction: column;
}

#mc-embedded-subscribe {
    margin: 1rem 0;
    background: green;
    color: white;
    padding: 1rem;
    border: none;
    border-radius: 1rem;
}

.homepage-block.subscribe-wrap {
    padding: 2rem;
}

.new {
    display: block;
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: .25rem .5rem;
    background-color: #00b521;
    border-radius: .5rem;
    font-size: .75rem;
    font-weight: bold;
    color: white;
}

.wcct_countdown_square_fill .wcct_timer_wrap * {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.wcct_cts_id_23772_3449.wcct_countdown_square_fill .wcct_timer_wrap .wcct_square_wrap span {
    font-size: 1.5rem;
  }

.recent_products {
    /* display: none; */
    padding: 0 1rem;
}

.recent-product-wrapper {
    border: none;
}

.recent-product-wrapper .woocommerce-loop-product__title {
    font-size: 0.75rem;
}

.archive-product-wrapper:nth-child(4n+2), .archive-product-wrapper:nth-child(4n+3), .archive-product-wrapper:nth-child(4n+4) {
  border-left: 1px solid #d3d3d38f;
}

.recent_products .desc-content .price {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.recent_products .desc-content del {
  color: gray;
}

.recent_products .desc-content ins {
  font-weight: bold;
  color: red;
  font-size: 1.2rem;
  text-decoration: none;
}

.recent_products .desc-content .woocommerce-price-suffix {
  display: none;
}

.loop-prices.special-discount {
  background-color: #E31416;
  border-radius: 0.5rem;
  padding: 0 0.5rem;
}

.loop-prices.special-discount .price-before {
  color: white;
}

.loop-prices.special-discount .price-after {
  color: white;
}

.special-wrapper {
  height: 2rem;
  padding: 0 1rem;
}

article header img {
    width: 100%;
    height: auto;
    margin: 1rem 0;
}

.archive-sku {
  font-size: 0.8rem;
  color: white;
  width: 100%;
  display: block;
  text-align: center;
}

.archive-sku:hover {
    color:lightgray;
}

.oo-pi-full:before, .oo-pi-detail:before, .oo-pi-twig:before {
    font-family: 'treeempire';
    margin: 0 0.5rem;
    width: 40px;
    font-size: 32px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.dropdown-item-title {
    display: inline-block;
}

.oo-pi-full:before {
    content: "\e902";
}

.oo-pi-detail:before {
    content: "\e900";
}

.oo-pi-twig:before {
    content: "\e901";
}

.full-view {
    display: block;
}

.detail-view {
    display: none;
}

.twig-view {
    display: none;
}

.page-numbers.current {
  background-color: #094f3a;
  color: white;
  font-weight: bold;
}

.page-numbers {
  color: #74a67e;
  border-radius: 1rem;
  font-size: initial;
}

a.page-numbers:hover {
  color: #fff;
  text-decoration: none;
  background-color: #094f3a70;
}

.page-numbers li {
  margin: 0 .25rem;
}

.page-numbers .fa {
    line-height: 1.6rem;
}

.page-numbers .prev, .page-numbers .next {
    background-color: #069e25;
    color: white;
}

.special-product-table {
  width: 100%;
  scroll-behavior: smooth;
  overflow: scroll;
}

.event {
    background-color: yellow;
    line-height: 2rem;
    display: inline-block;
    padding: 0 0.3rem;
    border-radius: 0 0.5rem 0.5rem 0;
    font-weight: bold;
    font-size: 0.9rem;
}

.perc {
    background-color: black;
    line-height: 2rem;
    display: inline-block;
    padding: 0 0.2rem;
    border-radius: 0.5rem 0 0 0.5rem;
    color: white;
    font-weight: bold;
}

#product .special {
    width: 100%;
    background-color: gold;
    overflow-y: hidden;
    border-radius: 0.5rem 0.5rem 0 0;
}

#product .notice {
    padding: 0.5rem;
    font-weight: bold;
    color: black;
}

#product .discount {
    position: absolute;
    font-weight: bold;
    font-size: 1rem;
    background-color: red;
    color: white;
    border-radius: 2rem;
    width: 3rem;
    height: 3rem;
    padding: 0.75rem 0.25rem;
    top: -0.8rem;
    text-align: center;
}

.zrusit-filter button {
    background-color: #00B65F !important;
}

p:empty {
    display: none;
  }

.read-more-link, .read-less-link {
    color: #00b65f;
    cursor: pointer;
    text-decoration: underline;
}

.read-less-link {
    float: right;
    margin: 1rem 0 2rem 0;
}

.read-more-link:hover, .read-less-link:hover {
    text-decoration: none;
}

.more-content {
    display: none;
}

div.bapf_loader_page {
    z-index: 9999999;
}

.payment_box.payment_method_besteron, .payment_box.payment_method_cod {
    display: none !important;
}

.berocket_ajax_filters_sidebar_toggle {
    margin: 1rem;
    padding: 0.75rem 2rem;
    background-color: #00b521;
    color: white;
    border-radius: 0.5rem;
    width: 225px !important;
    height: auto;
  }

  .berocket_ajax_filters_toggle, .berocket_ajax_filters_toggle:focus, .berocket_ajax_filters_toggle:hover {
    text-decoration: none;
    color: white;
  }

/* opravuje zobrazenie vyberu krajiny v pokladni
zmenou zindex na nizsiu hodnotu aby sa nezobrazovalo nad vsetkym */
html body .select2-container,
html body .ui-widget.ui-datepicker {
    z-index: 1000 !important;
}


button.ajax-add-to-cart-btn {
    padding: 0.15rem 0.5rem;
    margin: 1rem 0 0.25rem 0;
}

button.ajax-add-to-cart-btn i{
    margin-right: 0.25rem;
}

.dimensions-visual {
    width: 100px;
    height: 100px;
}

.image-wrapper {
    position: relative;
    display: inline-block;
}

.tree-image {
    width: 80px; /* Adjust size as needed */
    height: auto;
}

/* Width label at the bottom center of the image */
.width-label {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: #333;
    /* background: rgba(255, 255, 255, 0.8); Optional background */
    padding: 2px 6px;
    border-radius: 3px;
}

/* Height label on the right side, rotated -45 degrees */
.height-label {
    position: absolute;
    top: 45%;
    right: -35px; /* Adjust to position outside the image */
    transform: translateY(-60%) rotate(-90deg);
    font-size: 14px;
    color: #333;
    /* background: rgba(255, 255, 255, 0.8); Optional background */
    padding: 2px 6px;
    border-radius: 3px;
}

.fullwidth-notice {
    display: none;
    width: 100%;
    background-color: black;
    color: white;
    position: relative;
    padding: 10px 15px;
}

.notice-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notice-content .wcct_counter_bar_wrap, .notice-content .wcct_countdown_timer_wrap, .notice-content .wcct_custom_text_wrap {
    clear: none;
    display: inline-block;
    width: auto;
}

.notice-content .wcct_timer_wrap .wcct_highlight_1_wrap span {
    font-size: 1rem !important;
}

.notice-content .wcct_countdown_timer[data-type="single"], .notice-content .wcct_counter_bar[data-type="single"] {
    margin-bottom: 0;
}

.notice-content .wcct_timer_wrap {
    background: black;
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0 !important;
}

.notice-text {
    flex-grow: 1;
}

.close-notice {
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    margin-bottom: 0.2rem;
}

/* prices in general */
.custom-price-block {
    font-family: 'Open Sans';
}

.custom-price-regular {
    font-weight: lighter;
}

.custom-price-discounted {
    font-weight: bolder;
    color: red;
}

.custom-discount-badge {
    padding: 0.25rem;
    border-radius: 0.5rem;
    font-weight: bold;
    margin: 1rem;
  }

.custom-discount-badge.high, .bf-percentage.high {
    background-color: red; /* Red for high discounts */
    color: white;
}
.custom-discount-badge.medium, .bf-percentage.medium {
    background-color: orange; /* Orange for medium discounts */
    color: black;
}
.custom-discount-badge.low, .bf-percentage.low {
    background-color: yellow; /* Green for small discounts */
    color: black;
}

/* loop prices */





/* loop and carousels prices */

.archive-product-wrapper .custom-discount-badge, .flickity-cell-content .custom-discount-badge, .flickity-cell-content .special-discount-block {
    display: none;
}

/* single product prices */

.single-product-price-and-stock .custom-price-block {
    margin: 1rem 0;
}

.single-product-price-and-stock .custom-price-regular {
    font-size: 1rem;
    color: gray;
    font-weight: lighter;
}

.single-product-price-and-stock .custom-price-discounted {
    font-size: 2rem;
}

.single-product-price-and-stock .special-discount-block {
    /* background-color: red; */
    color: white;
    font-weight: bold;
    display: block;
    width: fit-content;
    padding: 0.5rem;
    border-radius: 0.5rem;
    margin: 1rem 0;
}

/* .single-product-price-and-stock .special-discount-block {
    background-color: black;
    color: white;
    font-weight: bold;
    display: block;
    width: fit-content;
    padding: 0.5rem;
    border-radius: 0.5rem;
    margin: 1rem 0;
} */

.archive-product-wrapper .custom-price-block.black-friday {
    background-color: black;
    border-radius: 0.5rem;
    padding: 0 1rem 1rem 1rem;
}

.archive-product-wrapper .custom-price-block.vypredaj {
    background-color: yellow;
    border-radius: 0.5rem;
    padding: 0 1rem 1rem 1rem;
}

.archive-product-wrapper .custom-price-block.black-friday .special-discount-block {
    background-color: yellow;
    margin: 0 -1rem;
    padding: 0 1rem;
    font-weight: bold;
    font-size: .75rem;
    border-radius: .5rem .5rem 0 0;
}

.archive-product-wrapper .custom-price-block.vypredaj .special-discount-block {
    background-color: red;
    color: white;
    margin: 0 -1rem;
    padding: 0 1rem;
    font-weight: bold;
    font-size: .75rem;
    border-radius: .5rem .5rem 0 0;
}

.archive-product-wrapper .custom-price-block.black-friday .custom-price-regular {
    color: white;
    padding-top: 0.3rem;
}

.archive-product-wrapper .custom-price-block.vypredaj .custom-price-regular {
    color: black;
    padding-top: 0.3rem;
}

.late-delivery-notice {
    padding: 1rem;
    background-color: #fdeddc;
    border-radius: 0.5rem;
    border: 1px solid #ffb0b0;
    font-size: 0.85rem;
    margin-top: 1rem;
  }

  /* Discount badge */
.wwc-discount-badge {
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 0.5em;
    border-radius: 4px;
    font-size: 0.875em;
    position: absolute;
    z-index: 10;
}

.wwc-discount-badge--archive {
    top: 10px;
    left: 10px;
    background-color: #ffd400;
    color: #212121;
}

.wwc-discount-badge--single {
    position: relative;
    font-size: 1em;
    background-color: #ff5252;
    color: #fff;
}

/* Make sure product image wrapper is positioned for overlay */
.archive .product .woocommerce-LoopProduct-link,
.products .product .woocommerce-LoopProduct-link,
.single-product .woocommerce-product-gallery {
  position:relative;
}

.custom-countdown-timer {
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
}

.custom-countdown-timer .countdown-prefix {
    display: block;
    margin-right: 0.5em;
    font-weight: 400;
    opacity: 0.8;
}

.custom-countdown-timer .timer-label {
    white-space: nowrap;
}

.product-countdown {
    width: auto;
	font-size: 0.85rem;
	font-weight: 500;
	color: #094F3A;
	margin: 1em 0;
	display: flex;
	align-items: center;
	gap: 0.5em;
	flex-wrap: wrap;
	border-left: 3px solid #D20002;
	padding: 1em;
	background-color: #fef9f1;
    position: relative;
    background-image: url('/wp-content/themes/svetstromcekov/img/timer-icon.png'); /* or .png */
    background-repeat: no-repeat;
    background-size: auto 140%; /* adjust size */
    background-position: 90% calc(100% + 20px); /* pushes icon outside right edge */
    background-blend-mode: overlay;
}

.product-countdown.black-friday {
    color: black;
    background-color: #ffd400;
    border-left: 5px solid #000000;
}



.product-countdown .countdown-prefix {
    font-weight: 400;
    display: block;
    width: 100%;
    opacity: 0.85;
    margin: 0 0.3em;
    white-space: nowrap;
}

strong.coupon-code {
    background-color: white;
    padding: 0.15em;
    border: solid 1px green;
    border-radius: 0.25em;
    margin: 0.15em;
}



.product-countdown .timer-label {
    font-weight: 600;
    color: #D20002; /* Červená for urgency */
    display: block;
    width: 100%;
    margin: 0 0.3em;
    white-space: nowrap;
}

.product-countdown.black-friday .timer-label {
    color: black;
    font-size: 1.15rem;
}

.discount-bar-countdown {
    font-weight: bold;
    font-size: 1.2rem;
    color: #ffeb3b; /* bright yellow for visibility */
    margin-left: 0.5em;
}

.fullwidth-notice {
    background-color: #b71c1c; /* deep red */
    color: #fff;
    text-align: center;
    padding: 1em;
    position: relative;
    z-index: 999;
}

.fullwidth-notice.black-friday {
    background-color: #000;
}

.timer-label {
    transition: all 0.3s ease-in-out;
}

.timer-label.updated {
    color: #fdd835; /* soft yellow flash */
}

/* This is where it starts */

.custom-price-regular {
    border-radius: 0.25rem;
    display: flex;
    justify-content: space-between;
}

.flickity-cell-content .custom-price-regular {
    justify-content: space-around;
}

.custom-price-regular.prominent {
    background-color: #D20002;
}

.single-product-price-and-stock .custom-price-regular {
        padding: 0.17rem 0;
}

.archive-product-wrapper .custom-price-block {
    margin: .5rem 0;
}

.archive-product-wrapper .custom-price-discounted {
    font-size: 1.25rem;
    line-height: 1.5rem;
}

/* zlavy archiv */
.archive-product-wrapper .custom-price-discounted.prominent {
    background-color: #d20002;
    color: white;
    padding: 0.35rem;
    border-radius: 0 0 0.25rem 0.25rem;
    margin-top: -3px;
    line-height: 1rem;
}

.archive-product-wrapper .custom-price-regular.prominent .amount {
    background-color: #d20002;
    padding: 0 0.35rem;
    color: white;
    border-radius: 0.25rem 0 0 0;
}

.archive-product-wrapper .custom-price-label.inline.prominent {
    padding: 0 0.35em;
    background-color: #ffd400;
    border-radius: 0 0.25em 0 0;
    font-weight: bold;  
    margin: 0;
}

/* zlavy single */
.single-product-price-and-stock .custom-price-discounted.prominent {
    background-color: #d20002;
    color: white;
    padding: 0.35rem;
    border-radius: 0 0 0.25rem 0.25rem;
    margin-top: -3px;
    line-height: 2rem;
}

.single-product-price-and-stock .custom-price-regular.prominent .amount {
    background-color: #d20002;
    padding: 0 0.35rem;
    color: white;
    border-radius: 0.25rem 0 0 0;
}

.single-product-price-and-stock .custom-price-label.inline.prominent {
    padding: 0 0.35em;
    background-color: #ffd400;
    border-radius: 0 0.25em 0 0;
    font-weight: bold;  
    margin: 0;
}

.has-big-discount.discount-red .custom-price-discounted {
	background: #d20002;
	color: white;
}
.has-big-discount.discount-orange .custom-price-discounted {
	background: #ffa500;
	color: #000;
}
.has-big-discount.discount-yellow .custom-price-discounted {
	background: #ffd400;
	color: #000;
}

.has-big-discount.discount-yellow .custom-price-regular .amount,
.has-big-discount.discount-yellow .custom-price-regular .custom-price-label,
.has-big-discount.discount-orange .custom-price-regular .amount,
.has-big-discount.discount-orange .custom-price-regular .custom-price-label,
.has-big-discount.discount-yellow .custom-price-regular,
.has-big-discount.discount-orange .custom-price-regular {
    background-color: black;
    color: white;
}

.has-big-discount.discount-red .custom-price-regular .amount,
.has-big-discount.discount-red .custom-price-regular .custom-price-label,
.has-big-discount.discount-red .custom-price-regular {
    background-color: #ffd400;
    color: #000000;
}

.discount-default .custom-price-label {
	background: #ffffff;
	color: #000;
}


/* koniec zliav */

.custom-price-block {
	min-height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.custom-price-wrapper {
	display: flex;
	gap: 0.5rem;
	align-items: baseline;
	font-size: 1rem;
}

.custom-price-label.inline {
    padding: 0.05em 0.35em;
    background-color: #ffd400;
    border-radius: 0.25em;
    font-weight: bold;
    margin-left: 10px;
}

.custom-price-regular .amount {
    padding: 0.05em;
    border-radius: 0.25em;
    text-decoration-line: line-through;
    display: block;
}

.star-rating-wrapper {
	display: flex;
	align-items: center;
	gap: 6px;
    height: 18px;
    font-size: 12px;
    line-height: 12px;
}

.star-rating {
	position: relative;
	display: inline-block;
	width: 5.4em;
	height: 1em;
	overflow: hidden;
    font-family: 'star';
    font-weight: 400;
}

.star-rating::before,
.star-rating span::before {
	content: "★★★★★";
	position: absolute;
	top: 0;
	left: 0;
}

.star-rating::before {
	color: #ccc;
	z-index: 0;
}

.star-rating span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; /* set inline */
	overflow: hidden;
	height: 100%;
	z-index: 1;
    padding-top: 1em;
}

.star-rating span::before {
	color: #fc0;
}

.star-rating-text .rating {
	font-weight: 600;
	color: #000;
}

.star-rating-text .rating-count {
	color: #999;
}

.desc-content span.price {
    display: flex;
	flex-direction: column;
	gap: 2px; /* or whatever you want between old/new price */
}

/* This is where it ends */

/* Fix the "Add to Cart" button at the bottom of the screen on mobile */
@media (max-width: 768px) {
    .fixed-to-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        background: #fff;
        padding: 10px;
        border-top: 1px solid #ddd;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
        transform: translateY(0);
        opacity: 1;
        text-align: center;
    }

    /* Transition effects */
    .single-product-price-and-stock .cart,
    .wc-proceed-to-checkout,
    .checkout-with-payment {
        transform: translateY(100%);
        opacity: 1;
        transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    }
    .wc-proceed-to-checkout.fixed-to-bottom,
    .checkout-with-payment.fixed-to-bottom {
        margin: 0 0;
    }

    #daktela-web .dw-button {
        bottom: 70px !important;
        right: 10px;
    }

    #CookiebotWidget {
        bottom: 70px !important;
        left: 10px;
    }
}