/* My account page single product page */

.banner_content_block .title_block h2 {
    display: block;
    font-size: 36px;
    color: #121212;
    font-family: "ITC Franklin Gothic Std DmCd";
}

.banner_content_block .title_block h3 {
    font-size: 36px;
    color: #0f00ff;
    font-family: "ITC Franklin Gothic Std DmCd";
    /* padding: 15px 0 10px 0; */
}

.banner_content_block a.link_block {
    display: block;
    clear: both;
    /* text-align: center; */
    font-family: "Swift Neue LT Pro Semibold";
    font-size: 12px;
    color: #0f00ff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

p.price {
    display: none;
}

.single-product fieldset {
    display: flex;
    padding: 20px 0 20px 0;
}

input.woocommerce_subscription_gifting_checkbox {
    margin-right: 10px;
}

.single-product fieldset {
    margin: 30px 30px 30px 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}


input#gifting_0_option {
    margin-left: 30px;
}

.woocommerce-error {
    margin-top: 30px;
    margin-bottom: 0;
    border-top-color: #b81c23;
}



.wcsg_add_recipient_fields {
    padding-top: 30px;
}


form.single-product-form {
    padding: 30px 30px 30px 0;
}

button.brdr_btn.single_add_to_cart_button {
    display: inline-block;
    min-width: 90px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
}



/* Custom CSS for shipping fields */
.woocommerce-shipping-fields h3 {
    font-size: 18px;
    color: #333;
}

.woocommerce-shipping-fields .form-row-wide {
    margin-bottom: 15px;
}



nav.woocommerce-MyAccount-navigation ul {
    max-width: 300px;
}


/*Apply Coupon */
input.button.apply-cupon {
    padding: 15px;
    background: #fcfbf7;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--wt-smart-coupon {
    display: none;
}

form.checkout_coupon input[type="submit"] {
    opacity: 1 !important;
    color: #fff !important;
    background-color: #dba633 !important;
    width: 48% !important;
}

form.checkout_coupon {
    width: 100% !important;
}

form.checkout_coupon #coupon_code {
    width: 50% !important;
}


/* listing page Modal Background */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1000;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: visible;
    background-color: rgba(0, 0, 0, 0.7);
    /* Black w/ opacity */
}

/* Modal Content */
.modal .modal-contents {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 50px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    position: relative;
}

.modal-content-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-content-body .modal-image {
    width: 50%;
}

/* Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Modal Message */
.modal-message {
    font-size: 16px;
    text-align: center;
    /* Center the text */

}

/*list page pop-up */
.modal-button {
    background-color: #121212;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
}

.modal-button:hover {
    background-color: #121212c4;
}

.woocommerce-message,
.woocommerce-error {
    margin: 1em 0 !important;
    z-index: 1000;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    background: green;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.woocommerce-message,
.woocommerce-error {
    background: red;
    z-index: 8;
}

button.brdr_btn.single_add_to_cartButton {
    display: inline-block;
    min-width: 90px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
}

fieldset#shipping-option {
    display: none;
}


a.post-edit-link {
    display: none !important;
}


.cart_view {
    position: relative;
    display: inline-block;
}

.cart-icon {
    font-size: 18px;
    margin-right: 4px;
    cursor: pointer;
}

.innerpage .menu_block>.row>.col-7 .cart_view.cerca_block.cart-icn {
    padding: 0;
    margin-right: 30px;
}

.cart-count {
    background-color: rgb(0, 0, 0);
    color: white;
    padding: 2px 6px;
    border-radius: 12px;
    font-size: 12px;
    position: absolute;
    top: -8px;
    right: -10px;
}

.footer_wrapper .newsletter_social_block .social_block ul {
    padding: 0;
}

.cart-list:before {
    width: 100%;
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 50%);
    z-index: -1;
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    position: fixed;
    visibility: hidden;
}

.cart-list-wrap {
    background: #f1f1f1;
    width: 320px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cart-list-item {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    padding-right: 30px;
    position: relative;
}

.cart-product {
    display: flex;
    background: #fff;
    padding: 10px;
    align-items: center;
    width: 100%;
}

.cart-product-left img.cart-img {
    width: 50px;
}

.cart-product-right {
    font-family: "ITC Franklin Gothic Std DmCd";
    padding: 5px;
    padding-left: 10px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
}

.cart-product-right a {
    font-family: "ITC Franklin Gothic Std DmCd";
}

span.item-price {
    font-size: 14px;
    color: #616161;
    padding-top: 3px;
}

.cart-action-inner {
    display: flex;
    flex-direction: row;
    margin: 0 -5px;
    padding: 30px 0;
    font-family: "ITC Franklin Gothic Std DmCd";
    text-transform: uppercase;
}

.cart-action-inner .cart-action-left,
.cart-action-inner .cart-action-right {
    width: 50%;
    padding: 0 5px;
}

.cart-action-inner .cart-action-left a,
.cart-action-inner .cart-action-right a {
    border: 2px solid #303642;
    padding: 10px 15px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

span.cart-remove {
    padding-left: 10px;
}

.cart-list-main-wrap {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    position: fixed;
    height: 100%;
    right: -100%;
    top: 0;
    z-index: 99;
    display: flex;
    justify-content: flex-end;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.cart-list.show .cart-list-main-wrap {
    right: 0;
}

.cart-list.show:before {
    opacity: 1;
    visibility: visible;
}

.cart-list {
    position: relative;
    z-index: 999;
    cursor: pointer;
}

.cart-delete button.cart-remove {
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    padding-left: 5px;
}

.cart-delete button.cart-remove {
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    padding-left: 5px;
}

span.cart-close {
    padding: 5px 2px;
}

span.cart-close img {
    display: flex;
}

p.cart-empty-message {
    font-family: 'ITC Franklin Gothic Std DmCd';
    font-size: 18px;
    margin: 8px;
    display: flex;
    justify-content: space-around;
}

.cart-list-main-wrap.dashboard-log {
    height: calc(100% - 34px);
    top: 34px;
}

/* .cart-product:hover {
    border: 1px solid #6c87f8;
} */

.cart-product:hover {
    opacity: 0.5;
    transition: opacity 0.5s ease;
    color: #000
}


@media screen and (max-width: 767px) {
    .footer_wrapper .newsletter_social_block .social_block ul li {
        margin-right: 10px;
    }
}

/* Cart */
button.button.remove {
    border: none;
}

.cart_block_right form {
    display: flex;
    margin: 0 -2px;
    padding-top: 10px;
}

.table_cart_block table tbody tr td {
    text-align: center;
}

.cart_coupon_block.cart_block_subtotal_warp {
    display: flex;
    flex-direction: column;
}

p.form-row.form-row.woocommerce_subscriptions_gifting_recipient_email input.recipient_email {
    border: 1px solid #121212;
    box-shadow: 0px 4px 8px rgba(18, 18, 18, 0.101960784);
    font-size: 15px;
}

.wcsg_add_recipient_fields {
    width: 100%;
    padding-top: 0;
}

.summary.entry-summary fieldset {
    display: flex;
    flex-direction: column;
    padding: 20px;
    position: relative;
}

.summary.entry-summary fieldset>label {
    padding-left: 40px;
    padding-top: 5px;
    font-weight: 500
}

.summary.entry-summary fieldset input.woocommerce_subscription_gifting_checkbox {
    position: absolute;
    left: 0;
    top: 0;
    margin: 20px !important;
}

.summary.entry-summary fieldset .wcsg_add_recipient_fields label {
    padding: 0;
}

.single-product {
    padding: 0 15px;
    width: 100%;
}

.modal-contents span.close {
    position: absolute;
    right: 20px;
    top: 20px;
}


.modal-content-body img.modal-image {
    width: 100px;
    padding-bottom: 20px;
}

.cart_block_content_title {
    font-size: 16px;
    padding-bottom: 8px;
}

.popup-view-btn,
.purchase_gift, .popup-close-btn {
    line-height: 22px;
    text-align: center;
    color: #121212;
    border: 1px solid #121212;
    background: #ffffff;
    font-family: "Swift Neue LT Pro Regular", sans-serif;
    font-weight: 200;
    border-radius: 0;
    display: inline-block;
    min-width: 90px;
    font-size: 14px;
}

.popup-view-btn:hover,
.popup-close-btn:hover,
button.brdr_btn.single_add_to_cartButton:hover,
button.brdr_btn.list_add_to_cartButton:hover,
button.brdr_btn.list_add_to_giftMode:hover {
    opacity: 1;
    background-color: #ffffff;
    color: #0f00ff;
    border: 1px solid #0f00ff;

}

.single_add_to_cart_button.button.alt:disabled[disabled] {
    background-color: #000 !important;
    color: #fff !important;
}

.cart_block_total_warp {
    padding: 18px 0 5px 0;
    border-bottom: 2px solid #121212;
}

.cart_block_grandtotal_warp .cart_block_right {
    color: #121212;
}

.cart_block_right,
.cart_block_left {
    text-transform: none !important;
}

/* Loader styles */
/* #page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff; 
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #page-loader .spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
  }
  
  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }
  
  #page-loader.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease;
  } */


/* Checkout page */
.wc-block-components-address-form__address_2-toggle {
    display: none !important;
}

.wc-block-components-checkout-return-to-cart-button {
    display: none !important;
}

.wc-block-components-product-metadata__description {
    display: none !important;
}

span.wc-block-components-order-summary-item__individual-prices.price.wc-block-components-product-price {
    display: none !important;
}

.wc-block-components-panel__button {
    display: none !important;
}

.wc-block-components-order-meta.css-0.e19lxcc00 {
    display: none;
}

.wc-block-components-checkout-place-order-button {
    background-color: #2c7332 !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff !important;
    border: none;
}

.wc-block-components-totals-shipping .wc-block-components-totals-item strong {
    text-transform: capitalize !important;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row {
    justify-content: flex-end !important;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    width: 40% !important;
}

.wc-block-components-checkout-place-order-button:hover {
    background-color: #255d29 !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

#custom-terms-checkbox {
    background-color: #fff;
    border: 1px solid rgba(25, 23, 17, .48);
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1em;
    height: -1.5em;
    margin: 0 1em 0 0;
    margin-top: 0px;
    min-height: 1.5em;
    min-width: 1.5em;
    overflow: hidden;
    position: static;
    vertical-align: middle;
    width: 1.5em;
}

input.button.apply-cupon {
    display: flex;
}

.email-error {
    color: #a00000;
    font-family: "ITC Franklin Gothic Std DmCd" !important;
    font-size: 15px;
    letter-spacing: .5px;
    font-weight: 400;
    margin-top: 10px;
}

.woocommerce div.product div.images img {
    width: fit-content !important;
    /* min-width: 100%; */
    max-height: none;
    /* align-self: center; */
    justify-self: center;
}

button#purchase_as_gift_btn {
    line-height: 22px;
    padding: 5px 15px;
    margin-left: 10px;
    text-align: center;
    color: #121212;
    border: 1px solid #121212;
    background: #ffffff;
    font-family: "Swift Neue LT Pro Regular";
    font-weight: 200;
    border-radius: 0;
    display: inline-block;
    min-width: 90px;
    font-size: 14px;
    height: 36px;
}

.product-message-box {
    transition: all 0.3s ease-in-out;
    font-size: 14px;
}

.woocommerce-error.woocommerce-error-item-wrap {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
}

.woocommerce-error.woocommerce-error-item-wrap button.btn.purchase_gift {
    display: flex;
    height: 36px;
    margin-left: 0 !important;
    margin-top: 15px;
    align-items: center;
}

.woocommerce-error.woocommerce-error-item-wrap button.btn.purchase_gift:hover {
    opacity: 0.8 !important;
    background: none;
    transition: all 0.3s ease !important;
    color: #000 !important;
    border: 1px solid #121212 !important;
}

img.shopping-cart {
    height: 25px;
}

/* Shop listing page toggle  */
.shop-category-toggle {
    margin-bottom: 20px;
}

.toggle-category {
    margin: 0 8px;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    transition: 0.3s ease;
}

.toggle-category.active {
    background-color: #000;
    color: #fff !important;
}

button.btn.btn-outline-dark.toggle-category.active {
    margin: 10px;
}

/* shop page  */
.loading-spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #ddd;
    border-top: 2px solid #000;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    vertical-align: middle;
    margin-left: 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.woocommerce-checkout #payment {
    background: rgb(0 0 0 / 14%) !important;
}

.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #ffffff  !important;
    color: #515151;
}

.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #ffffff !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}


.p-GridCell.p-GridCell--12 {
    font-family: "ITC Franklin Gothic Std DmCd";
}

.payment_box.payment_method_stripe, p.testmode-info {
    font-family: "ITC Franklin Gothic Std DmCd" !important;
}

ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods {
    color: #000 !important;
}

button#place_order {
    background-color: #2c7332 !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff !important;
}

.woocommerce form .form-row.gift-email-option label.gift-email-option-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* margin-bottom: 20px; */
}

.woocommerce form .form-row.gift-email-option label.gift-email-option-label input {
    margin-right: 15px;
    display: flex;
}

.woocommerce-shipping-fields label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    font-size: 1.7em;
}


ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods {
    color: #ffff;
}

.woocommerce-privacy-policy-text p {
    display: none;
}

button.brdr_btn.list_add_to_cartButton,
button.brdr_btn.list_add_to_giftMode,
.brdr_btn.non_login_cartbtn,
.brdr_btn.button-regala.non_login_giftMode {
    min-width: 100px !important;
    margin-bottom: 8px !important;
    margin-top: 0 !important;
    color: #121212;
    border-color: #121212;
    margin-bottom: 8px;
    margin-top: 0;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin: 25px auto;
    height: 36px;
    line-height: 36px;
}

.single-product button.brdr_btn.list_add_to_giftMode {
    background: #fcfbf7;
}

button.brdr_btn.list_add_to_giftMode:hover, 

.wp-post-image {
    max-width: 100% !important;
}


.abbonati-heading h1 {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #121212;
    font-size: 90px;
    font-family: "ITC Franklin Gothic Std DmCp";
}

.abbonati-heading h2 {
    font-family: "Swift Neue LT Pro Italic";
    font-weight: 500;
    font-size: 28px;
}

/* Checkout */
h1.woocommerce-form-checkout-form-title {
    font-family: "ITC Franklin Gothic Std DmCd" !important;
    font-size: 60px;
    text-align: center;
}


p#billing_address_1_field,
p#shipping_address_1_field {
    width: 47%;
    float: left;
    clear: none;
}

p#billing_address_2_field,
p#shipping_address_2_field {
    width: 47%;
    float: right;
    clear: none;
}

p#billing_city_field {
    width: 40%;
    clear: none;
    float: left;
    padding-right: 6%;
}

p#shipping_city_field {
    width: 40%;
    clear: none;
    float: left;
    padding-right: 6%;
}

p#shipping_state_field {
    width: 40%;
    float: left;
    clear: none;
    padding-right: 6%;
}

p#billing_state_field {
    width: 40%;
    float: left;
    clear: none;
    padding-right: 6%;
}

p#billing_postcode_field {
    width: 20%;
    float: right;
    clear: none;
}

p#shipping_postcode_field {
    width: 20%;
    float: right;
    clear: none;
}

p#billing_state_field span.woocommerce-input-wrapper span.select2,
p#shipping_state_field span.woocommerce-input-wrapper span.select2 {
    margin-top: -2px;
}

.woocommerce div#customer_details.col2-set::before {
    display: none;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.checkout-section.gift-notification-section {
    margin-top: 50px;
    margin-bottom: 50px;
}


/* List Shop page css */

.subscription-cards {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.subscription-card {
    background: white;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: calc(50% - 40px);
    border: 1px solid #292f3c;
}

.subscription-card h3 {
    font-family: "ITC Franklin Gothic Std DmCd";

}

.subscription-card p {
    font-size: 16px;
}

.subscription-options-wrapper {
    background-color: #f9d8dc;
    padding: 40px 0;
    margin: 40px 0;
}

.subscription-options-wrapper .text-center {
    font-size: 44px;
    margin-bottom: 40px;
    font-family: "ITC Franklin Gothic Std DmCd";
}


.add_to_cart_block {
    margin-top: 20px;
}

h3#order_review_heading {
    margin-top: 20px;
    margin-bottom: 20px;
}
input.button.apply-cupon {
    color: #28303d;
    border:3px solid #28303d;
    border-radius: 0;
}
.login_link .login_image_icon {
    width: auto;
}
@media (max-width: 1200px) {

    p#billing_address_2_field,
    p#shipping_address_2_field {
        width: 100% !important;
    }

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100% !important;
    }

    p#billing_address_1_field,
    p#shipping_address_1_field {
        width: 100% !important;
    }

    p#billing_postcode_field,
    p#billing_city_field,
    p#billing_state_field,
    p#shipping_postcode_field,
    p#shipping_city_field,
    p#shipping_state_field {
        width: 100% !important;
        padding: 0;
    }
}


@media (max-width: 768px) {
    .checkout-section {
        height: auto;
        margin-bottom: 30px;
        padding: 30px !important;
    }

    .subscription-card {
        max-width: 100%;
    }
}


@media only screen and (min-device-width: 1024px) and (max-device-width: 1330px) {
    .abbonati-heading h1 {
        font-size: 80px !important;
    }
}

@media screen and (max-width: 991px) {
    .abbonati-heading h1 {
        font-size: 60px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .abbonati-heading h1 {
        font-size: 42px;
        margin-bottom: 10px;
    }

    .abbonamenti_banner_wrap .banner_content_block .banner_content p {
        text-align: center;
        font-size: 18px;
        line-height: 24px;
    }

    .abbonati-heading h2 {
        font-size: 18px;
        line-height: 24px;
    }
}


.wc-ppcp-popup__container {
    color: #fff;
}

.entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator){
    display:flex !important;
}

.wp-block-list li{
    margin-bottom: 15px;
    line-height: 25px;
}


/* .woocommerce div.product div.images img {
    width: fit-content !important;
    min-width: 100%;
    max-height: none;
} */

.single-page ul.wp-block-list {
    list-style: disc;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads,
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account {
    display: none;
}

.shop_table a.remove {
    display: none !important;
}

#shipping_gift_email.input-error {
    border: 1px solid #b91627 !important;
    background-color: #ffe6e6;
  }
  
/* Force disable state */
#place_order.disabled,
#place_order.wc-disabled,
#place_order.no-click,
#place_order.disabled *,
#place_order.wc-disabled *,
#place_order.no-click * {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}



.list_add_to_cartButton_externalLink {
    margin-bottom: 8px !important;
    margin-top: 0 !important;
}
  
.list_add_to_giftMode_externalLink {
    margin-bottom: 8px !important;
    margin-top: 0 !important;
    border: 0;
}
  
.single-product a.brdr_btn.list_add_to_cartButton_externalLink {
    font-size: 16px;
    min-width: 100px !important;
    margin-bottom: 8px !important;
    margin-top: 0 !important;
    color: #121212;
    border-color: #121212;
    margin-bottom: 8px;
    margin-top: 0;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin: 25px auto;
    height: 36px;
    line-height: 36px;
}


.single-product a.brdr_btn.list_add_to_giftMode_externalLink {
    font-size: 16px;
    min-width: 100px !important;
    margin-bottom: 8px !important;
    margin-top: 0 !important;
    color: #121212;
    border-color: #121212;
    margin-bottom: 8px;
    margin-top: 0;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin: 25px auto;
    height: 36px;
    line-height: 36px;
    background: #fcfbf7;
}

.entry-content .img_block img {
    width: auto;
}

.applied-coupons ul li {
    display: flex;
    align-items: center;
  }