/*!
Theme Name: NCM Shop
Theme URI: https://creativestuff.co.uk/
Author: Atomica
Author URI: https://creativestuff.co.uk/
Description: NCM Shop custom theme
Version: 1.0.0
Tested up to: 6.5
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ncm-shop

Ncm Shop is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

:root {
	--ncm-color-black: #000000;
	--ncm-color-white: #ffffff;
    --ncm-color-orange: #f08736;
    --ncm-fs-fixed-md: 14px;
    --ncm-fs-fixed-sm: 12px;
    --ncm-fs-fixed-xs: 10px;
    --ncm-headings-mb: 1em;
    --ncm-headings-lh: 1.2;
}

/**
 * Fonts
 */


/**
 * Typography
 */

/**
calc({MIN_FONT_SIZE}px + ({MAX_FONT_SIZE - MIN_FONT_SIZE} * (100vw - {MIN_SCREEN_SIZE}px) / {MAX_SCREEN_SIZE - MIN_SCREEN_SIZE})
EG: screen size 375px - font-size 24px, screen size 1920px - font-size 50px
calc(24px + ({50 - 24} * (100vw - 375px)) / {1920 - 375})
calc(24px + (26 * (100vw - 375px)) / 1545)
**/

h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-4, .display-5, .display-7, span, p, a { 
    line-height: 1.4;
}

h1, .h1, .h1 * {
    font-size: calc(24px + (26 * (100vw - 375px)) / 1545);
}
h2, .h2, .h2 * {
    font-size: calc(24px + (24 * (100vw - 375px)) / 1545);
}
h3, .h3, .h3 *, h2.wc-bacs-bank-details-heading, h2.woocommerce-order-details__title, h2.woocommerce-column__title  {
    font-size: calc(16px + (16 * (100vw - 375px)) / 1545);
}

footer h5.mbr-section-subtitle {
    font-size: calc(15px + (15 * (100vw - 375px)) / 1545);
}

h4, .h4, .h4, .h4 *, .woocommerce-MyAccount-content h2, h3.wc-bacs-bank-details-account-name {
    font-size: calc(15px + (9 * (100vw - 375px)) / 1545);
}
h5, .h5, .h5 *, nav.woocommerce-MyAccount-navigation ul li a,
.woocommerce table.shop_table.cart .product-name a,
.cart-subtotal,
.order-total,
.order-subtotal .woocommerce-Price-amount,
.order-total .woocommerce-Price-amount {
    font-size: calc(13px + (7 * (100vw - 375px)) / 1545);
}
h6, .h6, .h6 * {
    font-size: calc(11px + (5 * (100vw - 375px)) / 1545);
}

.main-content, .main-content p, .main-content ul, .main-content ol,
.fs-base-fluid, .fs-base-fluid * {
    font-size: calc(13px + (3 * (100vw - 375px)) / 1545);
}

h1, h2, h3, h4 {
	font-weight: 700;
	color: var(--ncm-color-orange);
}

@media (min-width: 1920px) {
    h1, .h1, .h1 * {
        font-size: 50px;
    }
    h2, .h2, .h2 * {
        font-size: 48px;
    }
    h3, .h3, .h3 *, h2.wc-bacs-bank-details-heading, h2.woocommerce-order-details__title, h2.woocommerce-column__title  {
        font-size: 32px;
    }

    footer h5.mbr-section-subtitle {
        font-size: 30px;
    }

    h4, .h4, .h4 *, .woocommerce-MyAccount-content h2, h3.wc-bacs-bank-details-account-name {
        font-size: 24px;
    }
    h5, .h5, .h5 *, nav.woocommerce-MyAccount-navigation ul li a, 
    .woocommerce table.shop_table.cart .product-name a,
    .cart-subtotal,
    .order-total,
    .order-subtotal .woocommerce-Price-amount,
    .order-total .woocommerce-Price-amount {
        font-size: 20px;
    }
    h6, .h6, .h6 * {
        font-size: 16px;
    }
    .main-content, .main-content p, .main-content ul, .main-content ol,
    .fs-base-fluid, .fs-base-fluid * {
        font-size: 16px;
    }
}

/* make bootstrap gutter variable available to all elements */
body {
    --bs-gutter-x: 1.5rem;
}

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

/**
 * Override Elementor styles
 */
[class*="elementor-kit-"] .elementor-heading-title {
    margin-bottom: var(--ncm-headings-mb);
    line-height: var(--ncm-headings-lh);
}

/**
 * Elementor grid
 */
/* use the same horizontal spacing as Bootstrap */
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}



/**
 * Utilities
 */
.ncm-absolute-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ncm-last-child-mb-0 > *:last-child {
    margin-bottom: 0;
}

/**
 * WordPress Core
 */
.alignnone {
    margin: 5px 20px 20px 0;
}
 
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
 
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
 
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
 
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
 
a img.alignnone {
    margin: 5px 20px 20px 0;
}
 
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
 
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
 
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
 
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
 
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
 
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
 
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
 
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
 
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
 
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.display-4, .display-4 p {
    font-family: 'Jost', sans-serif;
    font-size: 0.8rem;
    line-height: 1.5;
}

.box_moto.slider-image .item-title {
    text-transform: uppercase;
}

.box_moto h6.item-subtitle a {
    font-weight: 600;
}

.cid-v0as2csHqh .item {
    cursor: inherit !important;
    margin-bottom: 2rem !important;
}


.shop_loop .box_moto .item-subtitle a {
    font-weight: 700;
}

.box_moto span.woocommerce-Price-amount.amount,
.box_moto span.woocommerce-Price-amount.amount span{
    font-weight: 700;
}

.search-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #eee;
}

.search-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.search-wrapper .search-input-group {
    display: flex;
    align-items: stretch;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    height: 50px;
}

.search-input {
    flex: 1;
    padding: 0 20px;
    border: none;
    font-size: 16px;
    outline: none;
    color: #363435;
}

.search-button {
    background-color: #363435;
    color: #fff;
    border: none;
    padding: 0 30px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    white-space: nowrap;
}

.search-button:hover {
    background-color: #fff;
    color: #363435;
    border-left: 1px solid #363435;
}

.pagination .page-item.active .page-link,
.pagination .page-numbers:hover {
    z-index: 3;
    color: #fff;
    background-color: var(--ncm-color-orange);
    border-color: var(--ncm-color-orange);
}

.pagination .page-numbers {
    padding: .375rem .75rem;
}

.pagination .page-numbers {
    position: relative;
    display: block;
    color: var(--ncm-color-orange);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.display-7 p,
.ncm-product-description-content,
.ncm-product-description-content p {
    font-family: 'Hind Vadodara', sans-serif;
    font-size: 0.9rem;
    line-height: 1.5;
}

#ncm-product-summary-container {
    overflow: hidden;
}

.cid-v0aRUVyiLP {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.woocommerce div.product .product_title {
    color: var(--ncm-color-orange);
    font-family: 'Jost', sans-serif;
    line-height: 1.1;
    font-weight: 700;
}

.woocommerce div.product form.cart .button,
button.button[name="update_cart"],
a.checkout-button,
#place_order,
.woocommerce-MyAccount-content button.button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,
input#wfls-token-submit,
.woocommerce-MyAccount-content a.button,
.woocommerce table.my_account_orders .button {
    background-color: var(--ncm-color-orange) !important;
    color: #fff !important;
    display: block;
    text-align: center;
    margin: 0;
    border: solid 2px var(--ncm-color-orange) !important;
    transition: all 0.5s ease;
    border-radius: 0;
    font-weight: 400;
    padding: 15px 40px;
    height: 50px;
    font-size: 1rem !important;
}

#place_order {
    margin-top: 30px;
}


.woocommerce div.product form.cart .button:hover,
button.button[name="update_cart"]:hover,
a.checkout-button:hover,
#place_order:hover,
.woocommerce-MyAccount-content button.button:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover,
.woocommerce table.my_account_orders .button:hover,
input#wfls-token-submit:hover,
.woocommerce-MyAccount-content a.button:hover {
    background-color: #fff !important;
    color: var(--ncm-color-orange) !important;
    border: solid 2px var(--ncm-color-orange) !important;
}

.button, button.button[name="update_cart"] {
    display: inline;
}

button.button[name='apply_coupon'],
a.button.wc-backward,
a.woocommerce-Button.wc-forward.button {
    background-color: #363435 !important;
    color: #fff !important;
    display: inline-block !important;
    text-align: center;
    padding: 1rem;
    margin: 0 auto;
    width: auto !important;
    transition: all 0.5s ease;
    border-radius: 0 !important;
    font-weight: 400 !important;
}

.navbar-nav a.nav-link {
    text-transform: uppercase;
}

.cid-v0aM31daAa .navbar.opened {
    background-color: #333 !important;
    padding-bottom: 30px;
}

.cid-v0aM31daAa button.navbar-toggler .hamburger span {
    background-color: #fff;
}

.woocommerce .quantity .qty {
    width: 60px;
    height: 50px;
    border: none;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    border: 2px solid #ddd;
    border-radius: 4px;
}

#ncm-product-summary-container span.woocommerce-Price-amount.amount,
#ncm-product-summary-container span.woocommerce-Price-amount.amount span {
    font-family: 'Jost', sans-serif;
    font-size: 2.5rem;
    color: #333;
    font-weight: 700;
}

#ncm-product-summary-container form.cart {
    margin-top: 40px;
}

.wpgs-nav .slick-current {
    border-color: transparent !important;
}

.wpgs-nav .slick-slide img {
    height: 100px !important;
    object-fit: cover;
}

.wpgs-for .slick-arrow::before, .wpgs-nav .slick-prev::before, .wpgs-nav .slick-next::before {
    color: transparent !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f08736' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='9 4 17 12 9 20' /></svg>");
    font-size: 40px;
}



.wpgs-for .slick-arrow:first-child{
    transform: rotate(180deg) !important;
}

.wpgs-for .slick-arrow.slick-disabled {
    opacity: 0.5;
}

.cid-v0aVfesgBX .bottone_moto {
    width: 100% !important;
    max-width: 200px !important;
}

li.variable-item.color-variable-item {
    padding: 0 !important;
    border: solid 2px #ddd;
}

span.variable-item-span.variable-item-span-button {
    font-weight: 600 !important;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    border: solid 2px #ddd;
    box-shadow: none;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) { 
    border-color: #000;
}

.product_meta span.sku_wrapper {
    display: none;
}

.page main#mainContent, .single main#mainContent {
    margin-top: 70px;
}

.page-template-default main#mainContent {
    margin-bottom: 70px;
}

nav.woocommerce-breadcrumb {
    background-color: #ddd;
    padding: 10px !important;
    display: block;
    text-align: center;
}


*:focus-visible {
    outline: none !important;
}


.woocommerce-notices-wrapper {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 16px;
}

.archive .woocommerce-notices-wrapper .woocommerce-message {
    margin-top: 40px;
}

.single-product .woocommerce-notices-wrapper {
    max-width: 100%;
    padding: 0;
}

.single-product .woocommerce-message {
    margin-bottom: 0;
}

.product-out-of-stock-badge {
    position: absolute;
    top: 0;
    left: 0;
    background-color: red;
    color: #fff;
    padding: 10px;
}

.cart-title, 
.cart_totals h2 {
    color: var(--ncm-color-orange);
    /* font-size: 2.5rem; */
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.woocommerce table.shop_table.cart {
    border: none;
}

.woocommerce table.shop_table.cart .product-name a,
.cart-subtotal,
.order-total,
.order-subtotal .woocommerce-Price-amount,
.order-total .woocommerce-Price-amount {
    font-weight: 600;
    color: #333;
}

.woocommerce table.shop_table.cart dl.variation dt, dl.variation dd p {
    font-size: 0.9rem !important;
    line-height: 20px !important;
}

.woocommerce table.shop_table.cart td.product-price,
.woocommerce table.shop_table.cart td.product-subtotal {
    font-size: 1.2rem;
    color: #333;
    min-width: 100px;
}

.woocommerce table.shop_table.cart td.product-price span.woocommerce-Price-amount.amount,
.woocommerce table.shop_table.cart td.product-price span.woocommerce-Price-amount.amount span,
.woocommerce table.shop_table.cart td.product-subtotal span.woocommerce-Price-amount.amount,
.woocommerce table.shop_table.cart td.product-subtotal span.woocommerce-Price-amount.amount span{
    font-weight: 700 !important;
}

.woocommerce-cart table.cart .product-thumbnail img {
    width: 120px;
}



.woocommerce-cart table.cart td.actions .coupon .input-text {
    font-size: 1rem;
    width: 250px;
    height: 48px;
}

.woocommerce form .form-row .input-text, 
.woocommerce form .form-row select{
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #ddd;
    border-radius: 4px;
    color: #333;
    transition: border-color 0.3s ease;
}

.select2-container .select2-dropdown, 
.select2-container .select2-selection {
    width: 100%;
    border: 2px solid #ddd;
    border-radius: 4px;
    color: #333;
    transition: border-color 0.3s ease;
    padding: 4px 5px;
}

.woocommerce form .form-row label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.woocommerce-checkout h3,
.woocommerce-checkout h3 label span,
.woocommerce-MyAccount-content h2,
h2.wc-bacs-bank-details-heading,
h2.woocommerce-order-details__title,
h2.woocommerce-column__title {
    font-weight: 600;
    color: var(--ncm-color-orange);
}


h3#order_review_heading {
    margin-top: 30px;
}

ul.wc_payment_methods.payment_methods.methods,
.woocommerce-checkout #payment  {
    background-color: #f3f3f3;
}

form#woocommerce-checkout-form-coupon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.checkout_coupon button.button[name='apply_coupon'] {
    width: 100% !important;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: #fff;
    border: 2px solid #ddd;
    padding: 15px;
    margin-top: 10px;
}

.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #fff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
}

.ncm-header-icons {
    gap: 0.6rem
}

.ncm-header-icons a {
    color: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding: 0.35rem
}

.ncm-header-icons svg {
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    vertical-align: middle;
    fill: #ffffff;
}

.ncm-cart-link {
    position: relative
}

.ncm-cart-count {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 15px;
    height: 15px;
    padding: 0 3px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 10px;
    background-color: var(--ncm-color-orange);
}


nav.woocommerce-MyAccount-navigation {
    background-color: #f3f3f3;
    padding: 15px;
}

nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav.woocommerce-MyAccount-navigation ul li a {
    padding: 10px 0;
    display: block;
    border-bottom: solid 1px #ccc;
    color: #333;
}

nav.woocommerce-MyAccount-navigation ul li:last-child a {
    border: none;
}

.woocommerce-account .addresses .title .edit {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
}

section.woocommerce-bacs-bank-details {
    background-color: #f3f3f3;
    padding: 20px;
    margin-bottom: 30px;
}

.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: 500;
    color: #333;
    margin-top: 20px;
}

ul.wc-bacs-bank-details.order_details.bacs_details {
    padding-left: 0;
    margin-bottom: 0;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    padding-left: 0;
}

.woocommerce-customer-details p.woocommerce-customer-details--phone, 
.woocommerce-customer-details p.woocommerce-customer-details--email {
    line-height: 30px;
    margin-bottom: 0;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    margin-left: 20px;
}

.woocommerce-form-register .woocommerce-privacy-policy-text {
    margin-bottom: 20px;
}

footer {
    background-image: linear-gradient(180deg, #000000 19%, #000000DE 81%);
    color: #fff;
}

footer .footer-top {
    padding: 100px 0px 100px 0px;
}

footer p {
    line-height: 140%;
}

footer img.image.wp-image-9 {
    max-width: 180px !important;
    margin-bottom: 30px;
}

footer .widget_nav_menu .menu {
    list-style: none;
    padding: 0;
}

footer .widget_nav_menu .menu li a {
    font-weight: 600;
    text-transform: uppercase;
}

footer .widget_custom_html ul {
    padding-left: 0;
    list-style: none;
}

footer .widget_custom_html ul li {
    margin-bottom: 20px;
}

.footer-top h5.mbr-section-subtitle {
    margin-bottom: 20px !important;
}

.footer-bottom {
    background-color: #101010;
    color: #fff;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-bottom a{
    color: #fff;
}

ul.social-footer {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
}

.social-footer li a {
    width: 30px;
    height: 30px;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
}

li.social-fb a {
    background-color: #0083e6;
}

li.social-in a {
    background: #ffa168;
}

.woocommerce-MyAccount-content {
    margin-bottom: 50px;
}

.wfls-block-content.wfls-padding-add-bottom {
    padding-top: 20px;
}

.woocommerce-cart main#mainContent {
    margin-bottom: 50px;
}

.shop-loop .box_moto .item-content p {
    text-align: left;
}





@media(min-width: 992px) {
    
    .cid-v0aM31daAa .navbar.opened {
        background-color: transparent !important;
        padding-bottom: 0;
    }

    .ncm-header-icons-mobile {
        display: none !important;
    }

}

/*@media(min-width: 768px) { 

	.shop-loop .box_moto .mbr-text {
    	min-height: 170px;
	}

	
}*/


@media(min-width: 992px) and (max-width: 1199px) {
	
.shop-loop .item {
    width: 100%;
}
	
.shop-loop .box_moto .mbr-text {
    min-height: initial;
}
	
}



@media(max-width: 991px) {
    
    .ncm-header-icons-mobile {
        display: flex !important;
        margin-right: 20px;
        margin-left: auto;
    }

    .navbar-collapse .ncm-header-icons {
        display: none !important;
    }

}

@media(max-width: 767px) {

    .cid-v0aM31daAa .navbar .navbar-brand {
        width: calc(100% - 135px);
    }

    .ncm-header-icons {
       margin-left: 0.5rem
    }

    input#coupon_code {
        width: 50%;
        float: left;
        margin: 0;
    }

    button.button[name='apply_coupon'] {
        width: 50% !important;
    }

    .woocommerce-shipping-fields {
        margin-top: 20px;
    }
	
}


@media(max-width: 479px) {
    input#coupon_code {
        width: 100%;
        float: none;
        margin: 0;
        margin-bottom: 5px;
    }

    button.button[name='apply_coupon'] {
        width: 100% !important;
    }

}

.page-template-default .main-content__content {
    line-height: 130%;
}

div#wfls-prompt-wrapper {
    padding: 20px;
}

input#wfls-token {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #ddd;
    border-radius: 4px;
    color: #333;
    transition: border-color 0.3s ease;
}

.woocommerce-terms-and-conditions {
    background-color: #fff;
}

.woocommerce td.product-name .wc-item-meta, 
.woocommerce td.product-name dl.variation {
    line-height: 120%;
}

.item-wrapper01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
}

.price-button-wrapper {
    width: 100%;
}

@media (min-width: 992px) {
    .cid-v0as2csHqh .item-wrapper .item-footer {
        padding: 0 1rem 1rem;
    }
}

.price-value del {
    font-size: 18px;
    color: #aaa;
}

@media(max-width: 1399px) and (min-width: 992px) {

    .cid-v0as2csHqh .price-value {
        font-size: 18px;
    }

    .cid-v0as2csHqh .price-value del {
        font-size: 15px;
    }


    .ncm-checkout-suggested-products .price-section {
        margin-left: 1rem;
    }

    .ncm-checkout-suggested-products .btn.item-btn {
        margin: 0;
        padding: 10px;
    }

    .ncm-checkout-suggested-products .item-wrapper .item-content {
        padding: 1rem 1rem 0;
    }

}

@media(max-width: 991px) and (min-width: 768px) {


    .cid-v0as2csHqh .price-section {
        margin-left: 1rem;
    }

    .ncm-checkout-suggested-products .btn.item-btn {
        margin: 0;
        padding: 10px;
    }

    .ncm-checkout-suggested-products .item-wrapper .item-content {
        padding: 1rem 1rem 0;
    }

    
    .ncm-checkout-suggested-products .price-value {
        font-size: 18px;
    }

    .ncm-checkout-suggested-products .price-value del {
        font-size: 15px;
    }

}


@media(max-width: 767px) {

    .cid-v0as2csHqh .btn.item-btn {
        margin: 0;
    }

}


.cid-v0a5q62YlB .bottone_moto {
    width: 100%;
    max-width: 200px;
}


/* 
@media(max-width: 1199px) and (min-width: 992px) {

    .cid-v0as2csHqh .price-value {
        font-size: 18px;
    }

    .price-value del {
        font-size: 15px;
    }

} */

.entry-summary .price del, 
.entry-summary .price del bdi, 
.entry-summary .price del bdi > span {
    font-size: 26px !important;
    color: #aaa !important;
}
.entry-summary .price ins, 
.entry-summary .price ins bdi, 
.entry-summary .price ins bdi > span {
    color: #333 !important;
}

.woocommerce div.product p.stock {
    color: #333;
    margin-bottom: 10px;
    font-size: 16px;
}

.woocommerce table.shop_table td del {
    font-weight: 400;
    color: #aaa;
    font-size: 18px;
}


.product-sale-badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--ncm-color-orange);
    color: #fff;
    padding: 10px;
}

.ncm-cart-woocommerce-message {
    background-color: #f7c39a;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    /* font-weight: 500; */
    font-size: 18px;
}

.ncm-cart-woocommerce-message span {
    font-weight: 700;
}

.ncm-cart-woocommerce-message.success {
    background-color: #00bd00;
    color: #fff;
}