table.shop_table_responsive thead {
    display: none
}

table.shop_table_responsive tbody th {
    display: none
}

table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both
}

.table-responsive:has(table.variations ) {
    overflow: visible;
}

table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    float: left
}

table.shop_table_responsive tr td.product-remove a {
    text-align: left
}

table.shop_table_responsive tr td.product-remove:before {
    display: none
}

table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
    display: none
}

table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center
}

.sidebarCart {
}

.sidebarCart a {
    padding: 0 !important;
    text-align: right;
    text-decoration: none;
}

.sidebarCart ul {
    list-style: none;
    margin: 0;
}

.sidebarCart ul li a img {
    float: left;
    width: 30%;
}

.sidebarCart .variation {
    display: none;
}

.sidebarCart .total {
    display: none;
}

.sidebarCart .dmd-mini-cart-item {
    display: flex;
    justify-content: space-between;
}

.sidebarCart .dmd-mini-cart-item .thumbnail-holder {
    width: 30%;
    margin-right: 5px;
    flex-shrink: 0;
    font-size: 0;
    display: inline-block;
}

.sidebarCart .dmd-mini-cart-item .thumbnail-holder img {
    max-width: 100%;
    width: auto;
    float: none;
}

.sidebarCart .dmd-mini-cart-item > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sidebarCart .quantity {
    /* position: absolute;
     bottom: 5px;
     right: 30px;*/
    width: 100% !important;
    text-align: right;
}
body.single-product .woocommerce-notices-wrapper .alert-success {
    display: none;
}
.single-product .sidebarCart .quantity {
    float: none;
}

.sidebarCart .quantity br {
    display: none;
}

.sidebarCart .remove {
    position: absolute;
    top: -1px;
    right: -1px;
    background: #333;
    color: #fff;
    padding: 0 7px !important;
}

.sidebarCart .quantity .amount {
    color: var(--themeColor, #666666);
}

.sidebarCart .mini_cart_item {
    border: 1px solid #ccc;
    padding: 10px 30px 10px 10px;
    margin: 10px 0;
    position: relative;
}

.sidebarCart .buttons {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    padding: 4px 20px 0;
    background: #fff;
}

.woocommerce-checkout.woocommerce-page div.sidebarCart .content {
    height: calc(100% - 54px);
}
.woocommerce-checkout.woocommerce-page .sidebarCart .buttons {
    display: none;
}

div.sidebarCart {
    overflow: hidden;
}

div.sidebarCart .content {
    overflow-y: auto;
    height: calc(100% - 104px);
}

.sidebarCart .button {
    padding: 10px 15px !important;
    background: #262626;
    margin: 1%;
    color: #fff;
    text-align: center;
    width: 48%;
}

.sidebarCart .button.checkout {
    background: var(--themeColor, #666666);
}

.woocommerce {
}

.woocommerce .content-main {
    min-height: 200px;
}

ul.products {
    content: "";
    margin: 0;
    padding: 0
}

.products .product {
    background: #fff;
    text-align: center;
    border: 1px solid #e2e2e2;
    border-bottom: 2px solid var(--themeColor, #666666) !important;
    list-style: none;
    position: relative;
    margin-bottom: 1%;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.products .product img {
    display: block
}

.products .product .button {
    display: inline-block;
    padding: 6px 12px;
    margin: 15px 0 20px 0;
    border: 1px dashed #333;
    text-decoration: none;
}

.products .product a {
    color: #000;
}

.products .product a:hover {
    /* color: var(--themeColor, #666666);*/
}

.products .product .woocommerce-loop-product__title {
    font-size: 1.1em !important;
    width: 100%;
    padding: 15px 0 10px 0;
    display: inline-block;
    font-weight: normal !important;
}

.products .product .price {
    float: left;
    width: 100%;
}

.products .product .star-rating {
    display: none;
}

.products .product .woocommerce-LoopProduct-link {
    float: left;
    width: 100%;
    min-height: 75px;
}

.related .products {
    width: 100%;
}

.related .products .relItems {
}

.single-product div.product {
    content: "";
    table-layout: fixed;
    position: relative
}

.single-product div.product .woocommerce-product-gallery {
    position: relative
}

.single-product div.product .woocommerce-product-gallery .tns-outer .tns-nav {
    opacity: 0;
    pointer-events: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 1em;
    right: 1em;
    display: block;
    z-index: 99
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    display: block;
    float: left;
    margin-bottom: 16px;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 1em
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    content: "";
    display: table;
    table-layout: fixed;
    margin: 0 0 30px 0;
    padding: 0
}


.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li,
.single-product div.product .woocommerce-product-gallery .flex-control-nav.flex-control-paging {
    list-style: none;
    cursor: pointer;
}

.single-product div.product .woocommerce-product-gallery .flex-control-nav.flex-control-paging {
    margin: 0;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    left: 0;
    pointer-events: none;
}

.single-product div.product .woocommerce-product-gallery .flex-control-nav.flex-control-paging li {
    margin: 3px;
    font-size: 0;
    display: block;
}

.single-product div.product .woocommerce-product-gallery .flex-control-nav.flex-control-paging li a {
    font-size: 0;
    padding: 6px 15px;
    pointer-events: all;
    display: inline-block;
    background: rgb(128 128 128 / 35%);
    border: 1px solid #fff;
}

.single-product div.product .woocommerce-product-gallery .flex-control-nav.flex-control-paging li a.flex-active,
.single-product div.product .woocommerce-product-gallery .flex-control-nav.flex-control-paging li a:hover {
    background: var(--themeColor, #666666);
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: .5
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: 1
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
    opacity: 1
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
    width: 48.1%
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
    margin-right: 0
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
    clear: both
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 30.7966666667%
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
    margin-right: 0
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: both
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 22.15%
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
    margin-right: 0
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: both
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 16.96%
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
    margin-right: 0
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: both
}

.single-product div.product .woocommerce-product-gallery .flex-direction-nav li {
    list-style: none;
}

.single-product div.product .woocommerce-product-gallery .flex-direction-nav li a:before {
    font-family: "FontAwesome";
    font-size: 28px;
    display: inline-block;
    color: rgba(0, 0, 0, 1);
}

.single-product div.product .woocommerce-product-gallery .flex-direction-nav li a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 42%;
    z-index: 10;
    overflow: hidden;

    cursor: pointer;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    outline: none;
    background-color: #ffffff;
    opacity: .8;
}

.single-product div.product .woocommerce-product-gallery .flex-direction-nav li a.flex-prev:before {
    content: "\f053";
    margin-right: 3px;
}

.single-product div.product .woocommerce-product-gallery .flex-direction-nav li a.flex-next:before {
    content: "\f054";
    margin-left: 3px;
}

.single-product div.product .woocommerce-product-gallery .flex-direction-nav li a.flex-prev {
    left: 5px;
}

.single-product div.product .woocommerce-product-gallery .flex-direction-nav li a.flex-next {
    right: 5px;
}

.single-product div.product .shipping_time {
    margin: 0 0 10px 0;
}

.single-product .quantity {
    width: 10%;
    float: left;
}

.single-product .quantity input {
    width: 100%;
    float: left;
    padding: 8px;
    margin-right: 10px;
    text-align: center;
}

.single-product .btn-primary {
    background-color: var(--themeColor, #666666);
    border-radius: 0;
    width: 58%;
    margin: 0 1%;
}

.single-product .cross-sells-product-btn {
    display: inline-block;
    width: 30%;
}

.woocommerce .cart .product-thumbnail {
    text-align: center;
}

.woocommerce .cart .product-name {
}

.woocommerce .cart .product-name a {
    font-weight: bold;
    color: #333;
}

.woocommerce .cart .product-thumbnail img {
    max-width: 70px;
}

.woocommerce .cart_totals {
    background: #F9F9F9;
    padding: 20px;
}

.woocommerce .cart_totals .wc-forward {
    text-align: center;
    padding: 20px;
    width: 100%;
    display: inline-block;
    background-color: var(--themeColor, #666666);
    color: #fff;
}

.woocommerce button, .woocommerce .button {
    padding: 6px 15px;
}

.woocommerce button:hover, .woocommerce .button:hover {
    background-color: var(--themeColor, #666666);
    color: #fff;
}

.woocommerce button:hover .fa, .woocommerce .button:hover button .fa {
    color: #fff;
}

.woocommerce .cart tbody tr {
    font-size: 13px;
}


.woocommerce .table .thead-light th {
    color: #999;
    background-color: #F9F9F9;
    border-color: #F9F9F9;
}

.woocommerce .table tbody td, .woocommerce .table tbody dt, .woocommerce .table tbody th {
    font-weight: normal;
}

.woocommerce .table .variation {
    font-size: 0.7em;
}

.woocommerce .table .coupon input, .woocommerce .table .coupon .button {
    width: 49%;
    float: left;
}

.woocommerce .table .actions .col-md-4 .button {
    width: 100%;
}

.woocommerce .table .actions .col-md-4 .button[name="update_cart"] {
    display: none;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details table thead tr{
    background-color: var(--themeColor, #666666);
    color: #FFFFFF;
}
.dmd-thankyou-flex-holder {
    display: flex;
    margin-top: 50px;
}
.dmd-thankyou-flex-holder > .woocommerce-order-details {
    flex-grow: 1;
}
.dmd-thankyou-flex-holder .dmd-thankyou-left-info > .woocommerce-thankyou-order-details,
.dmd-thankyou-flex-holder .dmd-thankyou-left-info > section {
    margin-bottom: 15px;
}
.dmd-thankyou-flex-holder .dmd-thankyou-left-info > .woocommerce-customer-details > .row{
    display: block;
}
.dmd-thankyou-flex-holder .dmd-thankyou-left-info > .woocommerce-customer-details > .row > div {
    max-width: unset;
}

.dmd-thankyou-flex-holder .dmd-thankyou-left-info > .woocommerce-customer-details > .row > div p{
    margin-bottom: 0;
}
.dmd-thankyou-flex-holder .dmd-thankyou-left-info .wc-bacs-bank-details-heading,
.dmd-thankyou-flex-holder .dmd-thankyou-left-info .woocommerce-column__title {
    color: var(--themeColor, #666666);
    margin-bottom: 5px;
}
.dmd-thankyou-notices-holder .woocommerce-notice{
    line-height: 1.2;
    margin-bottom: 20px;
}
.dmd-thankyou-notices-holder .woocommerce-notice.woocommerce-thankyou-order-received {
    margin-bottom: 20px;
}
.dmd-thankyou-notices-holder .woocommerce-notice.woocommerce-thankyou-order-received-2 {
    margin-bottom: 5px;
}
.dmd-thankyou-notices-holder .woocommerce-notice.woocommerce-thankyou-order-received-3 {
    margin-bottom: 0;
}
.dmd-thankyou-left-info {
    margin-right: 35px;
    display: flex;
    flex-direction: column;
    width: 370px;
    flex-shrink: 0;
}
.dmd-thankyou-flex-holder .woocommerce-order-details {
    flex-grow: 1;
}
.dmd-thankyou-flex-holder .woocommerce-order-details .woocommerce-order-details__title{
    display: none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) {
    background-color: #f8f8f8;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #content article > .container {
    max-width: 1730px !important;
}

.woocommerce-checkout-review-order-totals-table tfoot .order-total > th,
.woocommerce-checkout-review-order-totals-table tfoot .order-total > td > strong {
    font-size: 1.3em;
    color: var(--themeColor, #666666);
}

body.woocommerce-checkout .col-with-bg .inner-holder {
    background-color: #fff;
    padding: 15px 20px;
    padding-top: 0;
}

#dmd-checkout-login, #dmd-coupon-form {
    max-width: 500px;
    padding: 44px 20px;
}

#dmd-checkout-login.hidden, #dmd-coupon-form.hidden {
    display: none;
}

#dmd-coupon-form form {
    display: block !important;
}

#dmd-coupon-form .alert-success + form {
    display: none !important;
}

#dmd-checkout-login form .form-row .lost_password {
    margin-bottom: 0;
    margin-top: 15px;
}

.woocommerce-form-login-toggle a[data-src="#dmd-checkout-login"],
.woocommerce-form-coupon-toggle a[data-src="#dmd-coupon-form"] {
    border: 1px dashed rgb(51, 51, 51);
    padding: 4px 10px;
    background: #fefefe;
    color: #333;
    display: inline-block;
}

.woocommerce-form-login-toggle span.space,
.woocommerce-form-coupon-toggle span.space {
    margin: 0 5px;
}

#dmd-checkout-login button, #dmd-coupon-form button {
    background-color: var(--themeColor, #666666);
    border-radius: 0;
    color: #FFFFFF;
    border: none;
    padding: 10px 15px;
}

#dmd-checkout-login form .form-row input, #dmd-coupon-form form .form-row input {
    padding: 0 10px;
    border-radius: 4px !important;
    border: 1px solid #ccc;
    line-height: 32px;
    font-size: 13px;
}

#dmd-checkout-login form .form-row label.woocommerce-form-login__rememberme input {
    margin-right: 5px;
}

#dmd-checkout-login form .form-row label.woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: normal;
}

#dmd-checkout-login form .form-row label,
#dmd-coupon-form form .form-row label {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 2px;
}

#dmd-checkout-login form .form-row,
#dmd-coupon-form form .form-row {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
}

.woocommerce .checkout #payment ul {
    margin: 0;
}

.woocommerce .checkout #customer_details label,
.woocommerce .checkout #customer_details input:not([type='checkbox']),
.woocommerce .checkout #customer_details .woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce-checkout-review-order .woocommerce-billing-fields__field-wrapper .input-text {
    width: 100%;
}

.woocommerce .checkout input {
    padding: 10px;
    border-radius: 0;
}

.woocommerce .checkout .form-row {
    display: block;
    margin: 7px 0 10px;
}

.woocommerce .checkout .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.woocommerce .checkout .woocommerce-billing-fields__field-wrapper .form-row {
    width: 100%;
}

.woocommerce .checkout .woocommerce-billing-fields__field-wrapper .form-row label {
    font-size: 12px;
    font-weight: bold;
}

.woocommerce .checkout .woocommerce-billing-fields__field-wrapper .form-row input,
.woocommerce .checkout .woocommerce-billing-fields__field-wrapper .form-row select {
    padding: 0 10px;
    border-radius: 4px !important;
    border: 1px solid #ccc;
    line-height: 32px;
    font-size: 13px;
}

/*
.woocommerce .checkout .checkout-products-col {
    display: flex;
    flex-direction: column;
}
.woocommerce .checkout .checkout-products-col > .inner-holder {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.woocommerce .checkout .checkout-products-table-wrapper {
    flex-grow: 1;
    overflow-y: auto;
    max-height: calc(var(--vh) - var(--hh) - 50px);
    padding-right: 10px;
    margin-right: -10px;
}

.woocommerce .checkout .inner-holder {
    min-height: calc(var(--vh) - var(--hh));;
}
*/

.checkout-col .col-title   {
    background-color: #222;
    color: #ffffff;
    padding: 7px 14px;
    margin-left: -20px;
    margin-right: -20px;
}

.checkout-col .table tr:first-child th,
.checkout-col .table tr:first-child td {
    border-top: 0;
}

.woocommerce .checkout .checkout-products-table-inner {
    flex-grow: 1;
    overflow-y: auto;
    max-height: calc(var(--vh) - var(--hh) - 50px);
    padding-right: 10px;
    margin-right: -10px;
}

.checkout-col #mob-products-holder {
    margin: 0 -20px;
    display: block;
    width: calc(100% + 40px);
    padding: 15px 10px;
    font-weight: bold;
    font-size: 16px;
}

.woocommerce .checkout .inner-holder .shop_table .cart_item .product-name .tm-cart-edit-options {
    display: none;
}

.woocommerce .checkout .inner-holder .shop_table .cart_item .product-name dd {
    margin-bottom: .7em;
}

.woocommerce .checkout .inner-holder .shop_table .cart_item .product-name .product-remove a {
    text-decoration: none;
    font-size: 24px;
    line-height: 1;
}

.woocommerce .checkout .inner-holder .shop_table .cart_item .product-name .product-remove {
    top: -13px;
    right: 0;

}

.woocommerce .checkout .inner-holder .shop_table .cart_item .product-name .pr-name {
    margin: 0 5px;
    flex-grow: 1;
}

.woocommerce td.product-name dl.variation.tc-epo-metadata {
    margin-bottom: 5px;
}


.woocommerce .checkout .inner-holder .shop_table .cart_item .product-name .pr-name a {
    color: #212529;
    text-decoration: none !important;
}

.woocommerce .checkout .inner-holder .shop_table .cart_item .product-name {
    padding: 0.95rem 7px;
}

.woocommerce .checkout .inner-holder .shop_table .cart_item .product-name .img-holder {
    max-width: 85px;
    margin-bottom: 5px;
    flex-shrink: 0;
}

.woocommerce .checkout .woocommerce-billing-fields__field-wrapper .form-row.form-row-first,
.woocommerce .checkout .woocommerce-billing-fields__field-wrapper .form-row.form-row-last,
.woocommerce .checkout #billing_phone_field,
.woocommerce .checkout #billing_email_field {
    width: calc(50% - 5px);

}

/* edit by Vadim Schulz */
/*
#billing_address_1_field, #shipping_address_1_field {
    width: 70%;
}

#billing_address_2_field, #shipping_address_2_field {
    width: 30%;
}
*/

.woocommerce-billing-fields label, .woocommerce-shipping-fields label {
    position: relative !important;
    display: inline;
}

/* End of edit by Vadim Schulz */

.woocommerce .checkout #order_review {
    /* padding: 30px 30px;
     border-width: 2px;
     border-style: solid;

     margin-bottom: 50px;
     border-color: rgba(52, 53, 56, 0.1);*/
    position: relative;
}

.woocommerce .wc_payment_methods .wc_payment_method {
    list-style: none;
}

.woocommerce .wc_payment_methods .wc_payment_method {
    margin-bottom: 10px !important;
    border: 1px solid #eee;
    float: left;
    background: #eeeff2;
    width: 100%;
}

.woocommerce .wc_payment_methods .wc_payment_method input {
    float: left;
    margin: 2.5%;
    width: auto;
}

.woocommerce .wc_payment_methods .payment_box {
    width: 100%;
    padding: 10px 10px 10px 10.5%;
    line-height: 20px;
    background: #f7f7f7;
    color: #444;
    float: left;
    border-top: 1px solid #ccc;
    font-size: 12px;
    margin-top: 8px;
}

.woocommerce .wc_payment_methods .wc_payment_method label {
    padding: 0 1.6%;
    width: 90%;
    cursor: pointer;
    float: left;
    margin: 0;
}

.woocommerce .wc_payment_methods .payment_box.wc-stripe-no-methods {
    background: #f7f7f7 !important;
    padding: 10px 20px;
    width: 100%;
}

.woocommerce .wc_payment_methods .payment_box .wc-stripe-bootstrap-form {
    background: none !important;
}

.woocommerce .woocommerce-shipping-methods {
    list-style: none;
    float: left;
}

.woocommerce-shipping-destination {
    float: left;
    padding-left: 18px;
    margin-top: 5px;
}

.woocommerce-shipping-totals .shipping-calculator-button {
    display: none;
}

.woocommerce .woocommerce-shipping-methods li {
    background: #eeeff2;
    margin: 7px 0;
    padding: 5px 10px;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}

/*.woocommerce .woocommerce-shipping-methods li label {
    margin-bottom: 0px;
    width: 90%;
    float: right;
}*/
.woocommerce .woocommerce-shipping-methods li label {
    margin-bottom: 0px;
    flex-grow: 1;
    margin-left: 10px;
    text-align: left;
}

.woocommerce .woocommerce-shipping-methods li input {
    flex-shrink: 0;
}

.woocommerce .woocommerce-shipping-methods li .shipping-descr-icon {
    width: 17px;
    cursor: pointer;
    font-size: 17px;
    flex-shrink: 0;
    margin-left: 10px;
}

.woocommerce-checkout-review-order .product-total {
    text-align: right;
}

.woocommerce-checkout-review-order .product-name {
    width: 50%;
}

.woocommerce .place-order .button {
    background-color: var(--themeColor, #666666);
    border-color: #999;
    color: #fff;
    width: 100%;
    padding: 15px;
}

.woocommerce .place-order .button:hover {
    background-color: #066eb0;
    border-color: var(--themeColor, #666666);
}

.woocommerce-checkout #payment img {
    display: none;
}

.woocommerce-checkout #payment .wc_payment_method img {
    display: inline;
    max-height: 24px;
}

.woocommerce-checkout .wc_payment_method.payment_method_stripe_cc label {
    display: flex;
    gap: 8px;
}

.woocommerce-checkout .wc_payment_method label > img:first-of-type {
    float: right;
}

.woocommerce-checkout .wc-stripe-card-icons-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

/* Amazon express checkout -> */
.woocommerce-checkout .wc-amazon-checkout-message {
    order: 9;
}

.woocommerce-checkout .wc-amazon-checkout-message .wc-amazon-payments-advanced-info {
    text-indent: -9999px;
}

.woocommerce-checkout .wc-amazon-checkout-message .woocommerce-info {
    background: transparent;
    margin: 0;
}

.woocommerce-cart .wc-apa-button-separator,
.woocommerce-cart #pay_with_amazon {
    display: none !important;
}

/* Amazon express checkout <- */

.woocommerce-MyAccount-content .button {
    font-size: .85em;
}

.woocommerce-MyAccount-content fieldset {
    border: 1px solid silver;
    margin: 0;
    padding: 15px;
}

.woocommerce-MyAccount-content fieldset legend {
    width: auto;
    font-size: 1.2rem;
}

.woocommerce-MyAccount-navigation ul li a {
    border: 1px dashed #999;
    margin-bottom: 5px;
    text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li a:hover {
    background: var(--themeColor, #666666);
    color: #fff;
}

.stock:empty:before {
    display: none
}

.stock.in-stock {
    color: var(--themeColor, #666666)
}

.stock.out-of-stock {
    color: #e2401c
}

.site-header-cart {
    position: relative;
    margin: 0;
    padding: 0;
    content: "";
    display: table;
    table-layout: fixed
}

.site-header-cart .cart-contents {
    text-decoration: none
}

.site-header-cart .widget_shopping_cart {
    display: none
}

.site-header-cart .product_list_widget {
    margin: 0;
    padding: 0
}

.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    width: 5.3em;
    font-family: 'star';
    font-weight: 400
}

.star-rating:before {
    content: "\53\53\53\53\53";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: rgb(241, 219, 142);
}

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: #404040;
    text-indent: 0;
    opacity: .25
}

p.stars a:hover ~ a:before {
    content: "\53";
    color: #404040;
    opacity: .25
}

p.stars:hover a:before {
    content: "\53";
    color: var(--themeColor, #666666);
    opacity: 1
}

p.stars.selected a.active:before {
    content: "\53";
    color: var(--themeColor, #666666);
    opacity: 1
}

p.stars.selected a.active ~ a:before {
    content: "\53";
    color: #404040;
    opacity: .25
}

p.stars.selected a:not(.active):before {
    content: "\53";
    color: var(--themeColor, #666666);
    opacity: 1
}

.woocommerce-tabs ul.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left
}

.woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    position: relative
}

.woocommerce-tabs ul.tabs li a {
    padding: 1em 0;
    display: block
}

.woocommerce-tabs .panel h2:first-of-type {
    margin: 1em 0
}

.woocommerce-tabs {
    margin-top: 35px;
}

.woocommerce-tabs nav {
    margin-bottom: 35px;
    text-align: center;
    display: block;
}

.woocommerce-tabs nav li {
    border: 1px dashed #999;
    display: inline-block;
}

.woocommerce-tabs nav li.active, .woocommerce-tabs nav li:hover {
    background-color: #EFEFEF;
}

.woocommerce-tabs nav li a.tab {
    position: relative;
    display: block;
    padding: 15px 30px;
    line-height: 20px;
    font-size: 14px;
    color: #000;
}

.woocommerce-password-strength {
    text-align: right
}

.woocommerce-password-strength.strong {
    color: var(--themeColor, #666666)
}

.woocommerce-password-strength.short {
    color: #e2401c
}

.woocommerce-password-strength.bad {
    color: #e2401c
}

.woocommerce-password-strength.good {
    color: #eeeff2
}

.form-row.woocommerce-validated input.input-text {
    box-shadow: inset 2px 0 0 var(--themeColor, #666666)
}

/* Edit by Vadim Schulz */
.form-row.woocommerce-invalid input.input-text {
    box-shadow: inset 2px 0 0 #e2401c;
    color: #721c24;
    background-color: #f8d7da;
}

.form-row.woocommerce-invalid input.input-checkbox {
/ / display: none;
}

.form-row.woocommerce-invalid input[type="checkbox"] {
    display: none;
}

.form-row.woocommerce-invalid span.woocommerce-terms-and-conditions-checkbox-text::before {
    width: 15px;
    height: 15px;
    border: solid 2px red;
    display: block;
    content: "";
    float: left;
    margin-right: 5px;
}


.form-row.woocommerce-invalid span.woocommerce-terms-and-conditions-checkbox-text {
    color: red;

}

#order_comments_field {
    border-top: solid 3px #eee;
    margin-top: 30px;
}

/* End of edit by Vadim Schulz */
.required {
    color: red
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #eeeff2;
    padding: 15px;
    margin-bottom: 20px;
}

.woocommerce-error {
    background-color: #e2401c
}

.woocommerce-ordering {
    margin-bottom: 15px;
}

.demo_store {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 1em;
    background-color: #eeeff2;
    z-index: 9999
}

.widget_price_filter .price_slider {
    margin-bottom: 1.5em
}

.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em
}

.widget_price_filter .price_slider_amount .button {
    float: left
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    cursor: ew-resize;
    outline: none;
    background: var(--themeColor, #666666);
    box-sizing: border-box;
    margin-top: -.25em;
    opacity: 1
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em
}

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 0 .25em rgba(0, 0, 0, 0.1)
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background: var(--themeColor, #666666)
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: rgba(0, 0, 0, 0.1)
}

.widget_price_filter .ui-slider-horizontal {
    height: .5em
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 100%
}

.select2-container .select2-selection--single {
    height: inherit;
    /* padding: 5px;
    !* border-radius: 0;*!*/
    padding: 2px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    line-height: 32px;
    font-size: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: -webkit-fill-available;
}

.woocommerce .blockUI.blockOverlay {

    background: url("../images/loader.svg") center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center bottom !important;
    background-color: var(--themeColor, #666666) !important;
}

.woocommerce .loader {

    background: url("../images/loader.svg") center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;

    background-position: center bottom !important;
    background-color: var(--themeColor, #666666) !important;
}

/* Edit by Vadim Schulz */
#ship-to-different-address {
    font-size: 14px !important;
}

#customer_details .checkbox #ship-to-different-address-checkbox, #customer_details .checkbox #createaccount {
    width: auto;
}

/**
variable products styles
 */
table.variations.table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    line-height: 1.4;
    margin-bottom: 0;
}


table.variations.table tr {
    background-color: initial;
}


table.variations.table th,
table.variations.table td {
    text-align: left;
    border: none;
    vertical-align: middle;
}

table.variations.table .label {
    font-family: inherit;
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    padding: 0;
    padding-bottom: 5px;
}


table.variations.table .value {
    padding: 0;
    width: 100%;
    margin-bottom: 15px;
}


table.variations.table > * {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
}


table.variations.table tbody {
    width: 100%;
}


table.variations.table label {
    font-weight: bold;
    margin: 0;
}


table.variations.table label:after {
    content: ":";
    margin-left: 2px;
}


table.variations.table .value select {
    max-width: 260px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
    background-position: right 10px top 50%;
    background-size: auto 18px;
    background-repeat: no-repeat;
    padding: 0 15px;
    width: 100%;
    height: 40px;
    border: 2px solid rgba(0, 0, 0, .1);
    box-shadow: none;
    vertical-align: middle;
    font-size: 14px;
    transition: border-color .5s ease;
}


.woocommerce-variation-add-to-cart {
    display: flex;
}


.woocommerce-variation-add-to-cart .single_add_to_cart_button {
    background-color: var(--themeColor, #666666);
    border-radius: 0;
    flex-grow: 1;
    margin-left: 10px;
    color: #fff;
    font-size: 16px;
    outline: none;
    position: relative;
    border: none;
}

.woocommerce-variation-add-to-cart .single_add_to_cart_button.loading:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(../images/loader.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 90%;

    background-color: var(--themeColor, #666666);
    z-index: 10;
}


.woocommerce-variation-add-to-cart .single_add_to_cart_button.disabled {
    background-color: #ccc;
}


.woocommerce-variation-add-to-cart .quantity {
    width: 80px;
    flex-shrink: 0;
}


.woocommerce-variation-add-to-cart .quantity input {
    width: 100%;
    padding: 8px;
    text-align: center;
}

table.variations.table .value .reset_variations {
    display: inline-block;
    margin: 5px 0;
}

@media (min-width: 1500px) {

}

@media (min-width: 992px) {
    .woocommerce-cart .container {
        max-width: 100% !important;
    }

    table.shop_table_responsive thead {
        display: table-header-group
    }

    table.shop_table_responsive tbody th {
        display: table-cell
    }

    table.shop_table_responsive tr th, table.shop_table_responsive tr td {
        text-align: left
    }

    table.shop_table_responsive tr td {
        display: table-cell
    }

    table.shop_table_responsive tr td:before {
        display: none
    }

    ul.products li.product {
        width: 30.7966666667%;
        float: left;
        margin-right: 1%
    }

    ul.products li.product.first {
        clear: both
    }

    ul.products li.product.last {
        margin-right: 0
    }

    .columns-1 ul.products li.product {
        float: none;
        width: 100%
    }

    .columns-2 ul.products li.product {
        width: 48.1%
    }

    .columns-3 ul.products li.product {
        width: 30.7966666667%
    }

    .columns-4 ul.products li.product {
        width: 24.25%
    }

    .columns-5 ul.products li.product {
        width: 16.96%
    }

    .columns-6 ul.products li.product {
        width: 13.4933333333%
    }

    .site-header-cart .widget_shopping_cart {
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 999999;
        left: -999em;
        display: block;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2)
    }

    .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
        left: 0;
        display: block
    }

    .col2-set .form-row-first {
        float: left;
        margin-right: 3.8%
    }

    .col2-set .form-row-last {
        float: right;
        margin-right: 0
    }

    .col2-set .form-row-first, .col2-set .form-row-last {
        width: 48.1%
    }

}

@media screen and (max-width: 991px) {
    .columns-4 ul.products li.product {
        width: 32.67%;
        margin: 0.33%;
        float: left;
    }
}
@media (max-width: 1023px) {
    .dmd-thankyou-left-info {
        margin-right: 25px;
        width: 300px;
    }
}
@media screen and (max-width: 767px) {
    /* .single-product div.product .woocommerce-product-gallery  .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
         padding: 0 3px;
     }*/
    .single-product div.product .woocommerce-product-gallery .flex-direction-nav li a {
        top: 45%;
    }

    body.woocommerce-checkout .col-with-bg .inner-holder {
        padding-top: 15px;
        padding-bottom: 0;
    }

    .single-product div.product .woocommerce-product-gallery .flex-direction-nav li a:before {
        margin-top: 6px;
        font-size: 20px;
    }

    .woocommerce-tabs .container {
        padding: 0;
    }

    .woocommerce-tabs nav {
        display: inline-block;
    }

    .woocommerce-tabs nav li {
        width: 50%;
        float: left;
    }

    .woocommerce-tabs nav li a.tab {
        padding: 10px;
    }

    .woocommerce-breadcrumb {
        display: none;
    }

    .columns-4 ul.products li.product {
        width: 49%;
        margin: 0.5%;
        float: left;
    }

    .woocommerce .table .coupon input, .woocommerce .table .coupon .button {
        width: 50%;
    }

    .woocommerce .table .actions .col-md-4 .button {
        margin-top: 10px;
    }

    .woocommerce .cart_totals {
        background: #f9f9f9;
        padding: 10px;
    }

    .woocommerce .checkout #order_review {
        padding: 0;
    }
    .dmd-thankyou-flex-holder {
        display: block;
    }
    .dmd-thankyou-left-info {
       width: 100%;
        margin-right: 0;
    }
    .dmd-thankyou-flex-holder .dmd-thankyou-left-info > .woocommerce-customer-details > .row {
        display: flex;
    }


}
@media (min-width: 576px) {
    .dmd-thankyou-flex-holder .dmd-thankyou-left-info > .woocommerce-customer-details > .row > div address,
    .dmd-thankyou-flex-holder .dmd-thankyou-left-info > .woocommerce-bacs-bank-details > .dmd-wc-bacs-info{
        display: block !important;
    }

}
@media (max-width: 575px) {
    .columns-4 ul.products li.product {
        width: 100%;
        margin: 5px 0 5px 0;
    }

    .sidebarCart .button {
        width: 100%;
        margin-bottom: 5px;
    }

    div.sidebarCart .content {
        height: calc(100% - 154px);
    }

    .single-product .quantity {
        width: 15%;
    }

    .single-product .btn-primary {
        width: 53%;
    }
    .dmd-thankyou-flex-holder .dmd-thankyou-left-info > .woocommerce-customer-details > .row > div address,
    .dmd-thankyou-flex-holder .dmd-thankyou-left-info > .woocommerce-bacs-bank-details > .dmd-wc-bacs-info {
        display: none;
    }
    .dmd-thankyou-flex-holder .dmd-thankyou-left-info > .woocommerce-customer-details > .row > div h2.woocommerce-column__title,
    .dmd-thankyou-flex-holder .dmd-thankyou-left-info > .woocommerce-bacs-bank-details > .wc-bacs-bank-details-heading {
        position: relative;
        padding-left: 25px;
    }
    .dmd-thankyou-flex-holder .dmd-thankyou-left-info > .woocommerce-customer-details > .row > div h2.woocommerce-column__title.open:after,
    .dmd-thankyou-flex-holder .dmd-thankyou-left-info > .woocommerce-bacs-bank-details > .wc-bacs-bank-details-heading.open:after {
        transform: rotate(180deg);
    }
    .dmd-thankyou-flex-holder .dmd-thankyou-left-info .wc-bacs-bank-details-heading, .dmd-thankyou-flex-holder .dmd-thankyou-left-info .woocommerce-column__title {
        color: #212529;
        font-size: 1.2em !important;
        line-height: 1.4;
    }
    .dmd-thankyou-flex-holder .dmd-thankyou-left-info > .woocommerce-customer-details > .row > div h2.woocommerce-column__title:after ,
    .dmd-thankyou-flex-holder .dmd-thankyou-left-info > .woocommerce-bacs-bank-details > .wc-bacs-bank-details-heading:after {
        content: '';
        display: block;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M17.5 4.75l-7.5 7.5-7.5-7.5L1 6.25l9 9 9-9z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: contain;
        background-size: contain;
        width: 14px;
        height: 14px;
        position: absolute;
        top: 4px;
        left: 0;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .dmd-thankyou-flex-holder .dmd-thankyou-left-info > section.woocommerce-bacs-bank-details {
        margin-bottom: 0;
        border-bottom: 1px solid #ccc;
        padding: 5px 0;
    }
    .dmd-thankyou-flex-holder .dmd-thankyou-left-info > .woocommerce-customer-details {
        padding: 0 15px;
    }
    .dmd-thankyou-flex-holder .dmd-thankyou-left-info > .woocommerce-customer-details > .row > div:first-child {
        border-bottom: 1px solid #ccc;
    }
    .dmd-thankyou-flex-holder .dmd-thankyou-left-info > .woocommerce-customer-details > .row > div {
        padding: 10px 0 5px;
    }
    .dmd-thankyou-flex-holder .dmd-thankyou-left-info > section.woocommerce-bacs-bank-details .dmd-wc-bacs-info {
        padding-bottom: 15px;
    }
}

@media (max-width: 349px) {
}

/**
Add To Cart Success Popup
 */
.loading[name="add-to-cart"]:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/loader.svg);
    background-repeat: no-repeat;
    background-size: auto 90%;
    background-position: center center;
    background-color: var(--themeColor, #666666)
}

#added-to-cart, #atca-added-to-cart {
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 999999
}

#atca-added-to-cart {
    z-index: 99999;
}

#added-to-cart.vis, #atca-added-to-cart.vis {
    visibility: visible;
    opacity: 1;
    pointer-events: all
}

#added-to-cart .popup, #atca-added-to-cart .popup {
    width: 100%;
    max-width: 500px;
    margin: auto;
    background-color: #fff;
    text-align: center;
    position: relative
}

#added-to-cart .popup-close, #atca-added-to-cart .popup-close {
    background-color: #000;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    cursor: pointer
}

#added-to-cart .popup .container, #atca-added-to-cart .popup .container {
    padding: 45px 30px
}

#added-to-cart .buttons, #atca-added-to-cart .buttons {
    margin-top: 35px
}

#added-to-cart .button, #atca-added-to-cart .button {
    padding: 10px 15px !important;
    background: #999;
    margin: 1%;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

#added-to-cart .button.checkout, #atca-added-to-cart .button.checkout {
    background: var(--themeColor, #666666)
}

#added-to-cart .meta, #atca-added-to-cart .meta {
    margin-top: 20px
}

#added-to-cart .meta p, #atca-added-to-cart .meta p {
    margin: 0
}

.atca-button, .atca-button:hover {
    background: var(--themeColor, #666666);
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    margin-top: auto;
}

.atca-button.loading:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(../images/loader.svg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    background-color: var(--themeColor, #666666);
    z-index: 10;
}


.woocommerce-MyAccount-content button[name="save_account_details"] {
    margin-top: 25px;

}

.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper > p {
    flex-basis: calc(50% - 10px);
}

@media (max-width: 700px) {
    .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper > p {
        flex-basis: 100%;
    }
}

.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper > p label {
    font-weight: bold;
    margin-bottom: 5px;
}

.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper > p .woocommerce-input-wrapper {

    display: block;
    width: 100%;
}

.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper > p .woocommerce-input-wrapper .select2-container .select2-selection--single {
    margin: 0;
}

.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper > p .woocommerce-input-wrapper input {
    width: 100%;
    min-height: 40px;
    border-radius: 0;
    border-color: #aaa;
}

@media (max-width: 574px) {
    .woocommerce-MyAccount-navigation > ul {
        margin-left: 0;
        margin-bottom: 30px;
    }
}


.shipping-description-holder.fancybox-content {
    max-width: 650px;
    padding: 30px;
    margin: 20px 0;
    border-radius: .3em;
    box-shadow: 0 0.1em 0.4em rgba(0, 0, 0, .3);
}

.shipping-description-holder.fancybox-content .shipping-title {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 1.3em;
}

.shipping-description-holder .inner-holder {
    max-height: calc(100vh - 230px);
    min-height: 50px;
    padding: 0;
    overflow-y: auto;
}

.fancybox-container .tc-cell.tm-description p {
    float: none;
    margin-bottom: 1.5em;
}

.fancybox-container .tc-cell.tm-description .embed-wrapper {

    overflow: hidden;
    position: relative;
    max-width: 100%;
    height: auto;
    padding-bottom: 56.25%;
}

.fancybox-container .tc-cell.tm-description .embed-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.archive.tax-product_cat .tm-has-options.product .price {
    display: none;
}

.archive.tax-product_cat .tm-has-options.product .tm-options-totals .price.options,
.archive.tax-product_cat .dmd-aatc-popup .tm-options-totals .price.options {
    display: none !important;
}

.archive.tax-product_cat .tm-has-options.product .tm-final-totals .price.final .woocommerce-Price-amount,
.archive.tax-product_cat .dmd-aatc-popup .tm-final-totals .price.final .woocommerce-Price-amount {
    color: var(--themeColor, #666);
    font-size: .9em;
    font-weight: bold;
}

.woocommerce-checkout #payment div.payment_box.payment_method_angelleye_ppcp .wc-credit-card-form div.hosted-field-braintree,
.woocommerce #payment div.payment_box .wc-credit-card-form label {
    float: none;
    padding: unset;
    width: unset;
    margin-bottom: 0;
}


.woocommerce-checkout #payment div.payment_box.payment_method_angelleye_ppcp .wc-credit-card-form div.hosted-field-braintree,
.woocommerce #payment div.payment_box.payment_method_angelleye_ppcp .wc-credit-card-form div.hosted-field-braintree {
    height: 35px;
    padding: 7px;
}

.woocommerce-checkout #billing_address_2_field span.optional,
.woocommerce-checkout #shipping_address_2_field span.optional {
    display: none;
}
.woocommerce-cart .variation-attributes,
.woocommerce-checkout .variation-attributes {
    list-style-type: none;
    font-size: 0.9em;
    margin-left: 0;
    margin: 3px 0;
    padding-left: 5px;
}


.woocommerce nav.woocommerce-pagination {
    clear: both;
}

.woocommerce nav.woocommerce-pagination ul {
    padding: 20px 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.woocommerce nav.woocommerce-pagination ul li:first-child .page-numbers {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.woocommerce nav.woocommerce-pagination ul li:last-child .page-numbers {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    margin: 0 0 0 -1px;
    text-decoration: none;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5rem;
    min-width: 1em;
    display: block;
    color: #212529;
    border: 1px solid #ccc;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--themeColor, #666);
    color: #fff;
}

.category-item-loop {
    width: calc(100% / 4);
    list-style-type: none;
    padding: 10px 5px;
}

@media (max-width: 767px) {
    .category-item-loop {
        width: 50%;
    }
}

.category-item-loop .item-holder {
    text-align: center;
    border: 1px solid #e2e2e2;
    border-bottom: 2px solid var(--themeColor, #666666) !important;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #ffffff;
}

.category-item-loop .item-holder .img-holder {
    position: relative;
    padding-bottom: 66%;
    overflow: hidden;
    flex-shrink: 0;
}

.category-item-loop .item-holder .img-holder .bg-color {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}

.category-item-loop .item-holder .img-holder .bg-color >a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    background-color: #000;
}

.category-item-loop .item-holder:hover .img-holder .bg-color >a {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}


.category-item-loop .item-holder .img-holder .bg-color img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.category-item-loop .item-holder:hover .img-holder .bg-color img {
    opacity: .6;
}


.category-item-loop .item-holder .txt-holder {
    padding: 15px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
}
@media (max-width: 600px) {
    padding-left: 15px;
    padding-right: 15px;
}
.category-item-loop .item-holder .txt-holder h2 {
    margin: 0;
}
.category-item-loop .item-holder .txt-holder h2 a {
    color: #212529;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-decoration: none;
    margin-bottom: 0;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: bold;
}

.category-item-loop .item-holder .txt-holder h2 i {
    color: var(--themeColor, #666666);
}

.category-item-loop .item-holder .txt-holder h2 a:hover {
    color: var(--themeColor, #666666);
}

.category-item-loop .item-holder .txt-holder .info-holder {
    margin-top: 20px;
}

.checkout-buttons {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    .c-btn {
        cursor: pointer;
        display: inline-block;
        padding: 10px 25px;
        background-color: var(--themeColor, #666666);
        color: #ffffff;
        text-decoration: none;
        &:not(:last-child) {
            margin-right: 10px;
        }
    }
}

#reviews {
    scroll-margin-top: 140px;
}

@media (max-width: 991px) {
    #reviews {
        scroll-margin-top: 60px;
    }
}

.single.single-product .summary.entry-summary > .price del .woocommerce-Price-amount {
    color: red!important;
}

.single.single-product .summary.entry-summary > .price ins {
    background-color: transparent;
}