html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    color: #000000;
}

a:hover {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #23a1d1;
}

a:hover {
    /*color: #FF892A;*/
    color: #2c3e50;
}

img {
    object-fit: cover;
    vertical-align: middle;
}

label {
    font-size: 12px;
    font-weight: normal;
    padding-top: 2px;
}

label span {
    color: #F00;
}

input,
select,
textarea {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dddddd !important;
    border-radius: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 16px;
}

.select2-container--default .select2-selection--single {
    width: 100%;
    padding: 0;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-image: none;
    border-radius: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 16px;
    border: 1px solid #dddddd !important;
}

textarea {
    resize: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
select:focus,
textarea:focus,
input[type=submit]:focus {
    outline: 0;
    box-shadow: none !important;
    border-color: none !important;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #888;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* Firefox 19+ */
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #888;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* IE 10+ */
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #888;
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* Firefox 18- */
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #888;
}

.search-wrapper input[type=text]::-webkit-input-placeholder {
    font-size: 12px;
    color: #000;
}

input[type=submit] {
    margin-bottom: 0;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    /*background: #fff;*/
    margin: 0;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #666 !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    background-image: url('/wp-content/plugins/retailsale/img/kopfhorer-background.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    color: #666;
}

p {
    font-family: "Open Sans", sans-serif;
    color: #888888;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 12px;
}

p:last-child {
    margin-bottom: 0;
}

em {
    font-size: 14px;
    line-height: 20px;
}

label span {
    color: #666
}

.container {
    max-width: 1200px;
    margin: auto;
}

.bg-white {
    background: #fff;
    padding: 16px;
}

header .wp-block-group.alignwide,
.main-header .wp-block-group.alignwide {
    padding: 0 16px;
    background-color: #2c3e50 !important;
}

header a,
header .wp-block-woocommerce-customer-account a,
header span.wc-block-mini-cart__quantity-badge {
    color: #bdc3c7 !important;
}

header,
header img.custom-logo {
    transition: .7s all;
    -moz-transition: .7s all;
    -webkit-transition: .7s all;
    -o-transition: .7s all;
}

.sticky-header {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    transition: .7s all;
    -moz-transition: .7s all;
    -webkit-transition: .7s all;
    -o-transition: .7s all;
}

.sticky-header img.custom-logo {
    transition: .7s all;
    -moz-transition: .7s all;
    -webkit-transition: .7s all;
    -o-transition: .7s all;
    width: 115px;
}

header.sticky-header .wp-block-group.alignwide,
.main-header .wp-block-group.alignwide {
    transition: .7s all;
    -moz-transition: .7s all;
    -webkit-transition: .7s all;
    -o-transition: .7s all;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

header.sticky-header a.wp-block-navigation-item__content {
    transition: .7s all;
    -moz-transition: .7s all;
    -webkit-transition: .7s all;
    -o-transition: .7s all;
    color: #fff !important;
}

header.sticky-header svg path {
    fill: #fff;
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
    color: #bdc3c7;
}

header.sticky-header .wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
    color: #fff;
}

.main-frame {
    max-width: 1200px;
    margin: auto;
    margin-top: 24px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
    border-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
    margin-block-start: 24px !important;
}

.site-main {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
    border-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
    padding: 16px;
    max-width: 1175px;
    margin: auto;
}

.search-result,
.contact-wrapper {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
    border-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
    padding: 16px;
}

#sidebar {
    display: none;
}

.font-12 {
    font-size: 12px;
    line-height: 20px;
    color: #666;
    margin-bottom: 0;
}

.font-28 {
    font-size: 28px;
    line-height: 36px;
}

.btn-submit {
    width: auto;
    display: inline-block;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #27ae60;
    border-color: #097436;
    border-radius: 0;
    font-size: 12px;
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.has-small-font-size {
    font-size: 10px !important;
    line-height: 18px !important;
}

.has-medium-font-size {
    font-size: 12px !important;
    line-height: 20px !important;
}

.has-large-font-size {
    font-size: 14px !important;
    line-height: 22px !important;
}

ul {
    list-style: disc;
    padding-left: 15px;
}

li {
    padding-bottom: 4px;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked,
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    width: 28px;
    height: 28px;
    padding: 0;
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
    margin-left: 8px;
    margin-top: 5px;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    border-radius: 0;
}

.wc-block-grid__product .wc-block-grid__product-image,
.wc-block-grid__product .wc-block-grid__product-link {
    display: block !important;
    text-align: center !important;
}

/*Main Style*/
.home-banner-slider {
    overflow: hidden;
    max-height: 257px;
}

.home-banner-slider .slick-slider .slick-slide {
    display: none;
}

.home-banner-slider .slick-slider .slick-slide:first-child {
    display: block;
}

.home-banner-slider .slick-initialized.slick-slider .slick-slide,
.home-banner-slider .slick-initialized.slick-slider .slick-slide:first-child {
    display: block;
}

.home-banner-slider .wp-block-gallery {
    background: #eeeeee;
    padding: 0px;
    border: 1px solid #dddddd;
    margin-bottom: 10px !important;
}

.home-banner-slider img {
    width: 100%;
    height: auto;
    object-fit: cover;
    padding-bottom: 30px;
}

.home-banner-slider .slick-dots {
    background: #eeeeee;
    padding: 0;
    font-size: 16px;
    text-align: center;
    border: 0;
    margin-bottom: 30px;
}

.home-banner-slider .slick-dots li button:before {
    top: -3px;
    font-size: 12px;
}

.home-banner-slider .slick-dots li {
    width: 15px;
    height: 15px;
}

.popular-products-heading {
    background: #eeeeee;
    padding: 4px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #dddddd;
    margin-bottom: 10px;
    color: #666;
}

.section-popular-products ul.wc-block-grid__products {
    justify-content: space-between;
    margin: 0;
}

.section-popular-products ul.wc-block-grid__products li.wc-block-grid__product {
    border: 1px solid #ddd;
    margin-bottom: 24px;
    text-align: left;
    padding-bottom: 48px !important;
    max-width: 30%;
}

.section-popular-products li.type-product,
.section-popular-products .cross-sells-product {
    border: 1px solid #ddd;
    height: 100%;
    margin: 0 10px;
    margin-bottom: 24px;
    max-width: 33% !important;
    text-align: left;
    padding-bottom: 48px !important;
}

.section-popular-products li.type-product {
    position: relative;
    max-width: 100% !important;
    margin: 0;
    padding-bottom: 48px;
}

.section-popular-products .wc-block-grid__product-image,
.section-popular-products .cross-sells-product {
    text-align: center;
    display: block;
}

.section-popular-products .wc-block-grid__product-image img,
.section-popular-products li.type-product img,
.section-popular-products .cross-sells-product img {
    width: 100%;
    height: 250px;
    object-fit: contain !important;
}

.section-popular-products .cross-sells-product img {
    width: 200px;
}

.section-popular-products .wc-block-grid__product-title {
    color: #23a1d1;
    font-size: 16px;
    font-weight: bold;
    /*min-height: 40px;*/
    padding: 0 28px;
    text-align: left;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.section-popular-products li.type-product h3 {
    color: #23a1d1;
    font-size: 16px !important;
    font-weight: bold;
    /*height: 42px;*/
    padding: 0 16px;
    text-align: left;
    overflow: hidden;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.section-popular-products li.type-product h3 a {
    color: #23a1d1;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    width: 100%;
}

.wc-block-order-confirmation-summary ul,
.wc-block-order-confirmation-additional-information {
    padding: 0 12px;
}

.wc-block-order-confirmation-additional-information {
    margin-top: 8px;
}

.wc-block-order-confirmation-billing-address {
    border-radius: 0;
}

.section-popular-products li.type-product .woocommerce-product-details__short-description p {
    text-align: left;
    padding: 0 16px;
}

.section-popular-products .wc-block-grid__product-price,
.section-popular-products li.type-product .wc-block-grid__product-price {
    font-size: 13px !important;
    color: #000 !important;
    padding: 0 28px;
    text-align: left;
}

.section-popular-products li.type-product .wc-block-grid__product-price {
    padding: 0 16px;
    /* font-weight: 700; */
}


.section-popular-products .wp-block-button {
    margin-bottom: 0;
}

.section-popular-products .wp-block-button .add_to_cart_button {
    position: absolute !important;
    bottom: 0;
    background-color: #eee;
    padding: 12px 28px;
    border-top: 1px solid #ddd;
    margin-top: 8px;
    position: relative;
    font-size: 12px;
    color: #888;
    line-height: 20px;
    width: 100%;
    display: block;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
}

.section-popular-products .yith-wcwl-add-to-wishlist {
    position: absolute;
    margin: 0;
    bottom: 12px;
    right: 28px;
}

.section-popular-products .yith-wcwl-add-to-wishlist span {
    display: none;
}

.section-popular-products .yith-wcwl-add-to-wishlist i.yith-wcwl-icon {
    font-size: 16px;
    margin: 0;
    color: #666;
}

.section-popular-products.wc-block-grid .wc-block-grid__product-onsale {
    border-radius: 0;
    top: 0;
    left: 0;
    right: inherit;
    font-weight: bold;
}

.valued-shop .wp-block-columns {
    border: 1px solid #ddd;
    margin-bottom: 24px;
}

.valued-shop .wp-block-column:first-child {
    border-right: 1px solid #ddd;
}

.valued-shop .wp-block-column {
    padding: 16px;
}

.valued-shop .wp-block-image img {
    width: 220px;
}

.valued-shop p {
    font-size: 12px;
    line-height: 20px;
}

.bottom-content-before-footer h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 12px;
    color: #666;
}

.bottom-content-before-footer p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 8px;
}

.woocommerce-breadcrumb {
    font-size: 12px !important;
    line-height: 18px;
    background-color: #f5f5f5;
    border-radius: 0;
    margin: 0 0 20px 0 !important;
    padding: 8px 16px !important;
    border: 1px solid #ddd;
}

.woocommerce-breadcrumb a {
    color: #23a1d1;
}

.category-wrapper-page h1.wp-block-query-title {
    font-size: 28px;
    font-weight: 500;
    margin: 20px 0 10px;
}

.woocommerce.wc-block-product-results-count .woocommerce-result-count {
    font-size: 16px;
}

.archive.woocommerce .section-popular-products ul li button,
.archive.woocommerce .section-popular-products .wp-block-button .add_to_cart_button {
    position: absolute;
    bottom: 0;
    background-color: #eee;
    color: #888;
    display: block;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px !important;
    padding: 8px;
    margin-bottom: 0 !important;
}

.product-category-sidebar h3 {
    background: #eeeeee;
    padding: 4px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #dddddd;
    margin-bottom: 10px;
}

.product-category-sidebar ul {
    margin-bottom: 24px;
    list-style: none;
    padding-left: 0;
}

.product-category-sidebar ul li {
    border: 1px solid #DDDDDD;
    border-bottom: 0;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 22px;
}

.product-category-sidebar ul li a {
    color: #666;
}

.product-category-sidebar ul li:last-child {
    border-bottom: 1px solid #DDDDDD;
}

.product-category-sidebar .wp-block-image {
    text-align: center;
    margin-bottom: 16px;
}

.product-category-sidebar .wp-block-image img {
    width: 110px;
}

.term-kopfhorer .product-category-sidebar ul li:first-child,
.term-ohrhorer .product-category-sidebar ul li:nth-child(2),
.term-kabel-zubehor .product-category-sidebar ul li:last-child {
    background: #eeeeee;
}

.section-related-product h2,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wp-block-heading {
    background: #eeeeee;
    padding: 4px;
    font-size: 16px !important;
    font-weight: bold;
    text-align: center;
    border: 1px solid #dddddd;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
}

.section-related-product .section-popular-products .wp-block-button .add_to_cart_button {
    margin-bottom: 0 !important;
    text-align: center;
}

.section-related-product .section-popular-products li.type-product {
    display: none;
}

.section-related-product .section-popular-products li.type-product:nth-child(1),
.section-related-product .section-popular-products li.type-product:nth-child(2),
.section-related-product .section-popular-products li.type-product:nth-child(3),
.section-related-product .section-popular-products li.type-product:nth-child(4) {
    display: block;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
    font-weight: 500;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel p {
    font-size: 16px;
    line-height: 24px;
}

.single-product.woocommerce .wp-block-woocommerce-product-image-gallery {
    max-width: 100%;
}

.single-product.woocommerce div.product div.images img {
    display: block;
    width: 500px;
    height: 500px;
    max-width: 100%;
    /*height: auto;*/
    margin-left: auto;
    margin-right: auto;
}

.product-template-default .woocommerce-product-gallery__image {
    display: block !important;
    padding: 4px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.single-product.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 20px;
}

.single-product.woocommerce .flex-viewport {
    border: 1px solid #ddd;
}

.single-product.woocommerce div.product div.images .flex-control-thumbs li img {
    display: block;
    width: 100px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.single-product.woocommerce div.product div.images .flex-control-thumbs li {
    width: 15%;
    margin-right: 16px;
    margin-bottom: 8px;
    border: 1px solid #ddd;
}

.wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li.active a:focus {
    box-shadow: none;
    outline: none;
}

.wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs {
    display: flex;
    border-bottom: 1px solid #ddd !important;
    width: 70%;
}

.wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li {
    background: #eee !important;
    border: 1px solid #ddd !important;
    border-right: 0 !important;
    padding: 4px 16px !important;
    opacity: 1 !important;
}

.wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li:last-child {
    border-right: 1px solid #ddd !important;
}

.wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li.active {
    background: #fff !important;
    border-bottom: 0 !important;
}

.wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li a {
    padding: 0;
    color: #555 !important;
}

.product-template-default .single-product-details h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 8px;
    font-weight: 400;
}

.product-template-default .single-product-details .amount {
    font-size: 20px;
    line-height: 34px;
    display: block;
}

.product-template-default .single-product-details .wp-block-add-to-cart-form .quantity {
    /* width: 50%; */
    display: block;
    height: 100%;
}
body.product-template-default div.wp-site-blocks .single-product-details .wp-block-add-to-cart-form .quantity .qty {
    width: 100%;
    display: block;
    margin: 0;
    padding: 14px;
    height: 100%;
}
/* Add to cart button on product detail page */
.product-template-default .single-product-details .wp-block-add-to-cart-form button.single_add_to_cart_button {
    display: block;
    width: 100%;
    /* max-height: 40px; */
    text-align: center;
    padding: 8px;
    color: #fff;
    text-decoration: none !important;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #27ae60;
    border: 1px solid #097436;
    border-radius: 0;
    font-weight: 500;
}

.woocommerce-cart .wc-block-components-button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 16px;
    color: #fff;
    text-decoration: none !important;
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #27ae60;
    border: 1px solid #097436;
    border-radius: 0;
    font-weight: 500;
}

.wp-block-search .wp-block-search__input {
    margin-bottom: 0;
}

.wp-block-search__button {
    text-align: center;
    padding: 12px 16px;
    color: #fff;
    text-decoration: none !important;
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #27ae60;
    border: 1px solid #097436;
    border-radius: 0 !important;
    font-weight: 500;
}

.product-template-default .yith-wcwl-add-to-wishlist {
    display: none;
}

.single-product.woocommerce div.product form.cart {
    margin-bottom: 0;
}

.woocommerce-cart h1.wp-block-post-title,
.woocommerce-checkout h1.wp-block-post-title {
    max-width: 100%;
}

.woocommerce-cart h1.wp-block-post-title {
    background: #eeeeee;
    padding: 8px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    border: 1px solid #dddddd;
    margin-bottom: 24px;
    padding-bottom: 12px;
}

.woocommerce-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.wp-block-woocommerce-filled-mini-cart-contents-block .wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus,
.wp-block-woocommerce-filled-mini-cart-contents-block .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    background-color: #27ae60;
    border: 1px solid #097436;
    opacity: 1;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
}

.woocommerce-cart .wc-block-cart-items a {
    color: #23a1d1;
    text-decoration: underline !important;
    font-weight: 500;
    font-size: 16px;
}

.woocommerce-cart .wc-block-cart-items th,
.woocommerce-cart .wc-block-cart__totals-title {
    font-size: 13px !important;
}

.section-wishlist .entry-content {
    padding: 0 !important;
}

.section-wishlist form {
    width: 100%;
    max-width: 100% !important;
}

.section-wishlist .wishlist-title {
    width: 100%;
    margin-bottom: 0;
}

.section-wishlist .wishlist-title h2,
h2.wc-block-mini-cart__title,
.woocommerce-checkout h1.wp-block-post-title,
.woocommerce-order-received h3,
.woocommerce-account .woocommerce h2,
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content form>h3,
.woocommerce-account .edit-account legend,
.archive h1.wp-block-query-title,
.error404 h1.wp-block-heading {
    background: #eeeeee;
    padding: 8px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    border: 1px solid #dddddd;
    margin-bottom: 24px;
    padding-bottom: 12px;
    width: 100%;
}

h2.wc-block-mini-cart__title {
    margin: 0;
    mask-image: none;
}

.section-wishlist table.shop_table th,
.section-wishlist table.shop_table td {
    text-align: left;
    font-size: 14px;
}

.wishlist_table .product-add-to-cart a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 8px;
    color: #fff;
    text-decoration: none !important;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #27ae60;
    border: 1px solid #097436;
    border-radius: 0;
    font-weight: 500;
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    text-align: center;
    padding: 12px 32px;
    color: #fff;
    text-decoration: none !important;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #27ae60;
    border: 1px solid #097436;
    border-radius: 0;
    font-weight: 500;
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions a {
    text-align: center;
    padding: 12px 16px;
    color: #fff !important;
    text-decoration: none !important;
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #27ae60 !important;
    border-radius: 0;
    font-weight: 500;
}

.wc-block-order-confirmation-status {
    background-color: #27ae60;
}

.wc-block-order-confirmation-status p {
    color: #fff;
    font-size: 20px;
    padding: 8px 12px;
    line-height: 30px;
    font-weight: 500;
}

.section-checkout a {
    color: #23a1d1;
    text-decoration: underline !important;
}

.woocommerce-account div.woocommerce {
    max-width: 1200px;
    margin: auto;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input {
    display: inline-block;
    width: auto;
}

section.up-sells.products {
    display: none !important;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 0 !important;
    margin-top: 16px;
}

.woocommerce table.variations tr {
    margin-bottom: 0 !important;
}

.woocommerce div.product form.cart table.variations td select {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    display: block;
    margin: 0;
}

.woocommerce div.product form.cart table.variations th {
    width: 100%;
}

.woocommerce div.product form.cart table.variations td {
    display: block;
    width: 100%;
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
    padding-right: 0;
    margin: 0;
    margin-right: 15px;
}

.cross-sells-product h3 a {
    color: #23a1d1;
    font-size: 14px;
    font-weight: bold !important;
    min-height: 40px;
    padding: 0 12px;
    text-align: left;
    display: block;
}

.cross-sells-product .wp-block-cart-cross-sells-product__product-price {
    font-size: 13px;
    color: #000 !important;
    padding: 0 12px;
    text-align: left;
}

.cross-sells-product .add_to_cart_button {
    padding: 12px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    border: 1px solid #DDDDDD;
    border-bottom: 0;
    padding: 8px 12px !important;
    font-size: 12px;
    line-height: 22px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active {
    background: #eeeeee;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
    text-decoration: none !important;
    color: #000;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
    border-bottom: 1px solid #DDDDDD;
}

.woocommerce-account .woocommerce-MyAccount-content p {
    font-size: 16px;
    line-height: 24px;
}

.woocommerce-account .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    background-color: #27ae60;
    border: 1px solid #097436;
    opacity: 1;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
}

.woocommerce-pagination a.woocommerce-button--next,
.woocommerce-Button.wp-element-button,
.woocommerce #review_form #respond .form-submit input,
[name="save_address"] {
    display: inline-block;
    background-color: #27ae60;
    border: 1px solid #097436;
    opacity: 1;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
    margin-bottom: 24px;
}

.woocommerce-account .addresses .title h3 {
    font-size: 22px;
}

.wc-block-mini-cart__badge {
    background: #bdc3c7;
    color: #666;
}

.wc-block-components-notice-banner.is-info,
.wc-block-components-notice-banner.is-success {
    border-radius: 0;
}

.woocommerce .woocommerce-Reviews .comment-reply-title {
    font-weight: 600;
    font-size: 16px;
}

.wp-block-separator {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #666;
}

.archive .yith-wcwl-add-button {
    display: none !important;
}

.category-wrapper-page .wp-block-term-description p {
    color: #666;
}

.wc-block-grid__product-image .wc-block-grid__product-onsale {
    border-radius: 0;
}

.woocommerce .wp-block-woocommerce-product-image-gallery span.onsale {
    left: -10px;
    min-height: 50px;
    min-width: 50px;
    padding: 12px;
    line-height: 25px;
    border-radius: 50%;
    background: #2c3e50;
}

.taxonomy-product_cat a {
    color: #23a1d1 !important;
    text-decoration: none !important;
}

.wc-block-components-product-badge {
    border-radius: 0;
}

.woocommerce-tabs.wc-tabs-wrapper .description_tab.active,
.woocommerce-tabs.wc-tabs-wrapper .additional_information_tab.active,
.woocommerce-tabs.wc-tabs-wrapper .reviews_tab.active {
    text-align: center;
    padding: 4px 16px !important;
    color: #fff !important;
    text-decoration: none !important;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #27ae60 !important;
    border: 1px solid #097436;
    border-radius: 0;
    font-weight: 500;
}

.single-product .is-nowrap {
    display: block;
}

.wp-block-post-terms .wp-block-post-terms__prefix {
    font-weight: bold;
}

.wc-block-components-product-sku {
    font-weight: bold;
    font-size: 14px;
}

.wc-block-components-product-sku strong {
    font-weight: normal !important;
}

/*Main Style*/

/*Footer Style*/
footer {
    background-color: #2c3e50;
    padding: 40px 16px 8px;
    max-width: 1200px;
    margin: auto;
    color: #fff;
}

footer>div.wp-block-group {
    padding: 0 !important;
}

footer h2.wp-block-heading {
    color: #fff;
    font-weight: bold !important;
    font-size: 13px !important;
    margin-bottom: 8px !important;
}

footer ul li a {
    color: #ccc;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
}

footer .is-layout-flex {
    gap: 0;
}

footer .is-layout-flex ul {
    gap: 0;
}

footer .is-layout-flow p {
    color: #fff !important;
}

footer a {
    color: #ccc !important;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
}

footer .copyright {
    position: relative;
    border-top: 1px solid #666;
    margin-top: 32px;
    padding-top: 16px;
    margin-bottom: 0;
    padding-bottom: 8px !important;
}

footer .copyright .wp-container-core-columns-is-layout-3 {
    align-items: center !important;
}

footer .copyright p {
    color: #ccc !important;
    font-size: 13px;
}

footer .wp-block-group.is-content-justification-space-between {
    padding-right: 10%;
}

/*Footer Style*/

@media only screen and (max-width: 767px) {
    header>div.has-global-padding {
        padding: 20px 0 20px 0 !important;
    }

    .wp-block-woocommerce-product-meta .wp-block-group {
        margin: 12px 0 24px;
    }

    .woocommerce-tabs.wc-tabs-wrapper .description_tab.active,
    .woocommerce-tabs.wc-tabs-wrapper .additional_information_tab.active,
    .woocommerce-tabs.wc-tabs-wrapper .reviews_tab.active {
        text-align: left;
    }

    .woocommerce div.product .wc-block-add-to-cart-form form.cart .quantity {
        margin-top: 0 !important;
    }

    .valued-shop .wp-block-column:first-child {
        border-right: 0;
        padding-bottom: 0;
    }

    .valued-shop .wp-block-column:last-child {
        padding-top: 0;
    }

    .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs {
        display: block;
    }

    .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li {
        margin-bottom: 8px !important;
        border: 1px solid #ddd !important;
    }

    .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li.active {
        border-bottom: 1px solid #ddd !important;
    }

    .section-popular-products li.wc-block-grid__product {
        max-width: 100% !important;
    }

    .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs {
        border-bottom: 0 !important;
        width: 100%;
    }

    .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li {
        border: 1px solid #ddd !important;
    }
}

/* By Blijnder - Prices on product list */

body.type-product .rs_currency_small span.woocommerce-Price-amount bdi {
    font-family: 'Open Sans', sans-serif;
    color: #666 !important;
    font-size: 12px;
    line-height: 20px;
}

body.type-product .rs_currency_small span.woocommerce-Price-amount bdi span.woocommerce-Price-currencySymbol {
    font-family: 'Open Sans', sans-serif;
    color: #666 !important;
    font-size: 12px;
    line-height: 20px;
}

/* .product-template-default .single-product-details .amount */


/* .rs_list_prices {
    margin-left: 14px;
} */


/* deprecated */
/* .rs_list_prices .net {
    color: #C7C5C5FF;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 20px;
}
.rs_list_prices .tiered {
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 12px;
    line-height: 20px;
}

.rs_list_prices_net {
    color: #C7C5C5FF;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 20px;
}
.rs_list_prices_tiered {
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 12px;
    line-height: 20px;
} */


/* ul.wc-block-grid__products .woocommerce-product-list__short-description {
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    padding: 0 16px 10px 0;
} */

/* .section-popular-products li.type-product .woocommerce-product-list__short-description {
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    padding: 0 16px 10px 0;
}

.section-popular-products li.type-product .woocommerce-product-list__short-description {
    padding: 0 16px 10px 16px;
} */

/* body.type-product .section-popular-products li.type-product .woocommerce-product-list__short-description {
    padding: 0 16px 10px 0px;
}
body.type-product .section-popular-products li.type-product .wc-block-grid__product-price {
    font-weight: 500;
} */


/* ul.wc-block-grid__products .wc-block-grid__product-price .rs_product_detail_netto_price {
    display: block;
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 12px;
    line-height: 20px;
}
ul.wc-block-grid__products .wc-block-grid__product-price .rs_product_detail_netto_price span {
    display: inline;
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 12px;
    line-height: 20px;
}
ul.wc-block-grid__products .product-template-default .single-product-details .rs_product_detail_netto_price span bdi {
    font-weight: 400;
} */

/* By Blijnder - Prices on product detail */
/* .product-template-default .single-product-details .rs_product_detail_netto_price {
    margin-bottom: 16px;
}
.product-template-default .single-product-details .rs_product_detail_netto_price span {
    display: inline;
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 12px;
    line-height: 20px;
}
.product-template-default .single-product-details .rs_product_detail_netto_price span bdi {
    font-weight: 400;
} */

div.wc-block-grid__product-price span.woocommerce-Price-amount {
    margin-bottom: 0;
}

/* .product-template-default .single-product-details .woocommerce-product-details__short-description {
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    padding: 0 16px 10px 0;
} */

/* .product-template-default .single-product-details .rs_product_detail_tiers div {
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 12px;
    line-height: 20px;
}
.product-template-default .single-product-details .rs_product_detail_tiers div .woocommerce-Price-amount {
    display: inline;
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 12px;
    line-height: 20px;
} */

/* Hide sale badges */
.wc-block-grid__product-link .wc-block-grid__product-onsale,
body.product-template-default .wc-block-components-product-sale-badge,
body.archive .wc-block-components-product-sale-badge,
body.archive .wc-block-components-product-sale-badge--align-right,
body.archive .wc-block-grid__product-onsale,
.onsale {
    display: none;
}

body.product-type-variable .single-product-details span.woocommerce-Price-amount {
    display: inline;
}

/**
 * Checkout
 */

body.woocommerce-checkout main .woocommerce {
    max-width: 1200px;
}

/* Color payment method block */
body.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
    background: none;
    border:1px solid rgba(0,0,0,.1);
    border-radius: 0;
}

/* Payment method table */
body.woocommerce-checkout form.woocommerce-checkout #customer_details div.col-2 #payment {
    border-radius: 0;
}


body.woocommerce-checkout form.woocommerce-checkout .woocommerce-account-fields p.create-account input.input-checkbox, /* Color payment method checkboxes */
body.woocommerce-checkout form.woocommerce-checkout #order_review #payment ul li input.input-radio, /* Color payment method checkboxes */
body.woocommerce-checkout main.wp-block-group form.woocommerce-checkout #customer_details input.woocommerce-form__input-checkbox,
body.woocommerce-checkout main.wp-block-group form.woocommerce-checkout #customer_details input.input-radio
{
    width: 13px;
    display: inline;
}

body.woocommerce-checkout div.main-frame form.woocommerce-checkout div.col-2 table.woocommerce-checkout-review-order-table {
    width: 100%;
}

/* Hide cc field in order confirmation */
body.woocommerce-order-received div.wp-site-blocks main.wp-block-group div.wc-block-order-confirmation-totals table.woocommerce-table--custom-fields {
    display:none;
}

/* Send button*/
body.woocommerce-checkout form.woocommerce-checkout #payment div.place-order button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 16px;
    color: #fff;
    text-decoration: none !important;
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #27ae60;
    border: 1px solid #097436;
    border-radius: 0;
    font-weight: 500;
}

/** Price color on the homepage **/
body.home div.wp-site-blocks div.main-frame div.wp-block-group div.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product div.wc-block-grid__product-price span.woocommerce-Price-amount:nth-child(2), /* Price on homepage */
body.home div.wp-site-blocks div.main-frame div.wp-block-group div.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product div.wc-block-grid__product-price span.woocommerce-Price-amount:nth-child(3), /* Variable price homepage */
body.home div.wp-site-blocks div.main-frame div.wp-block-group div.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product div.wc-block-grid__product-price div.rs_price_from, /* Price from homepage */
body.archive div.wp-site-blocks div.main-frame div.wp-block-query ul.products-block-post-template li.type-product div.rs_list_prices div.regular span.woocommerce-Price-amount, /* Price archive */
body.archive div.wp-site-blocks div.main-frame div.wp-block-query ul.products-block-post-template li.type-product div.rs_list_prices div.rs_price_from, /* Price from archive */
body.product-template-default div.wp-site-blocks div.wp-block-group div.wp-block-columns div.single-product-details div.wp-block-woocommerce-product-price div.wc-block-components-product-price > span.woocommerce-Price-amount:nth-of-type(1), /* Price detail */
body.product-template-default div.wp-site-blocks div.wp-block-group div.wp-block-woocommerce-related-products div.wp-block-query ul.section-popular-products li.wp-block-post div.wp-block-woocommerce-product-price div.wc-block-components-product-price > span.woocommerce-Price-amount:nth-of-type(1), /* Price related products on product detail page */
body.product-template-default div.wp-site-blocks div.wp-block-group div.wp-block-woocommerce-related-products div.wp-block-query ul.section-popular-products li.wp-block-post div.wp-block-woocommerce-product-price div.wc-block-components-product-price > div.rs_price_from:nth-of-type(2), /* Price from related products on product detail page */
body.page-template-default div.wp-site-blocks main.wp-block-group div.entry-content div.wp-block-woocommerce-cart div.wc-block-cart__main table.wc-block-cart-items tr.wc-block-cart-items__row td.wc-block-cart-item__product div.wc-block-cart-item__prices span.wc-block-components-product-price, /* Prices in shop cart */
body.page-template-default main.main-frame div.wp-block-post-content div.wp-block-handpicked-products li.wc-block-grid__product div.wc-block-grid__product-price > span.woocommerce-Price-amount,
body.page-template-default main.main-frame div.wp-block-post-content div.wp-block-handpicked-products li.wc-block-grid__product div.wc-block-grid__product-price div.rs_price_from
{ 
	color: #269e2a
}

#order_review_heading {
    display: none;
}
