.container-fluid {
    padding: 0 5%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 4rem;
    height: 4rem;
}
.custom-menu .menu-search .btn {
    background: no-repeat;
    box-shadow: none;
    padding: 0;
    margin: 0;
    border: none;
}
.custom-menu .menu-search .btn:hover {
    background: no-repeat;
    color: #ce0306;
    box-shadow: none;
}
.custom-menu .menu-search .modal-header {
    border: none;
}
.custom-menu .menu-search .modal-header .btn-close {
    font-size: 20px;
}
.custom-menu .menu-search .modal-body h3.head {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}
.custom-menu .menu-search .modal-body form {
    width: 50%;
    margin: 0 auto 15px;
    position: relative;
}
.custom-menu .menu-search .modal-body form input {
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.custom-menu .menu-search .modal-body form .btn {
    position: absolute;
    top: 0;
    right: 10px;
    color: #111;
    height: 45px;
}
.custom-menu .menu-search .modal-body form .btn i {
    font-size: 18px;
}

.customBox-to-cart {
    /* width: fit-content; */
    margin: -25px auto 0;
    position: relative;
    z-index: 99;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.list-products .wrap-product:hover .customBox-to-cart {
    opacity: 1;
    visibility: inherit;
}
.customBox-to-cart .item-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.customBox-to-cart .wishlist-icon .yith-wcwl-add-to-wishlist-button:is(button) .yith-wcwl-icon-svg__wrapper {
    display: block;
}
.customBox-to-cart .add_to_cart_button,
.customBox-to-cart a.compare.button {
    box-shadow: 0 0 9px #5552;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #fff !important;
    text-align: center;
    padding: 0 !important;
    min-height: unset;
}
.customBox-to-cart .add_to_cart_button:hover,
.customBox-to-cart a.compare.button:hover {
    background-color: #ed2024 !important;
    color: #fff;
}
.customBox-to-cart a.compare.button .label {
    font-size: 22px;
    color: #111;
}
.product-category-box .category-name {
    font-size: 15px;
    font-weight: 500;
}
ul.woocommerce-widget-layered-nav-list li a {
    color: #111;
    cursor: pointer;
}
ul.woocommerce-widget-layered-nav-list li:hover a {
    color: #ce0306;
}
ul.woocommerce-widget-layered-nav-list li {
    position: relative;
    padding: 0 0 10px 22px !important;    
}
ul.woocommerce-widget-layered-nav-list li::after {
    position: absolute;
    left: 0;
    top: 4px;
    width: 12px;
    height: 12px;
    border: 1px solid #999;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    margin-right: 0;
    position: absolute;
    left: -2px;
    top: 3px;
    z-index: 9;
}
.archiveProduct-custom aside.sidebar.sidebar-primary {
    padding-right: 15px;
    border-right: 1px solid #ddd;
    margin-right: 10px;
}

.customProduct-content .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
    width: fit-content;
    height: 0;
    margin: 0;
}
.customProduct-content .yith-wcwl-add-to-wishlist-button:is(button) {
    padding: 0;
    font-size: 28px;
    border: none;
    background: no-repeat;
    z-index: 999;
    gap: 0;
    margin-left: -35px;
    margin-top: 35px;
}
.customProduct-content .yith-wcwl-add-to-wishlist-button:is(button) svg {
    stroke-width: unset;
    width: 28px;
    height: 28px;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper {
    flex-direction: row !important;
}
.summary.entry-summary div.product form.cart .variations label.variable-item-radio-input-wrapper {
    border: 1px solid #ddd;
    padding: 0 5px !important;
    position: relative;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 50%;
    border: none !important;
    box-shadow: unset !important;
    padding: 0;
    margin: 0;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item label {
    display: inline-block;
    padding: 0 5px !important;
    width: auto;
    border: 1px solid #ddd;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item {
    padding: 0 !important;
    margin-right: 5px;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input {
    height: 10px !important;
    width: 10px !important;
    margin-top: -2px !important;
}
.summary.entry-summary table.variations tbody tr {
    margin-bottom: 8px;
    display: block;
}
td.value.woo-variation-items-wrapper {
    position: relative;
}
.woocommerce div.product form.cart .reset_variations {
    position: absolute;
    top: 0;
    right: 0;
    color: #ce0306;
    font-size: 13px !important;
    text-decoration: underline;
}
.woocommerce .woocommerce-product-rating .star-rating {
    margin: .4em 4px 0 0 !important;
}

.product-item-extra {
    border: 1px solid #ed2024;
    border-radius: 5px;
    width: 50%;
    max-width: 100%;
    text-align: center;
    padding: 10px 20px;
    margin: 0 auto 20px;
}


.woocommerce div.product form.cart div.quantity {
    float: unset !important;
    overflow: visible !important;
    margin-left: 10px !important;
}
.woocommerce div.product form.cart .quantity {
    display: flex;
    align-items: center;
    position: relative;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    position: relative;
}
.product-info.summary .input-text.qty  {
    margin-left: 35px;
}
.product-info.summary .quantity.buttons_added input[type=button].is-form {
    background-color: unset !important;
    margin: 0 !important;
    padding: 3px 15px !important;
}
.woocommerce div.product form.cart .custom-qty-label {
    font-weight: bold;
    /* position: absolute; */
    top: 5px;    
}
.product-info.summary .quantity.buttons_added input[type=number] {
    background-color: unset !important;
    box-shadow: none !important;
    font-size: 18px;
    color: #fa0000;
    font-weight: 600;
    border: 1px solid #eee;
}
.custom-btn-submit {
    display: flex;
    width: 100%;
    align-items: center;
}
button.single_add_to_cart_button.button.alt {
    position: relative;
}
.product-info.summary button.single_add_to_cart_button, .product-info.summary a.button.buy_now {
    padding: 3px 50px;
    border-radius: 5px;
    font-size: 14px;
    margin: 20px 20px 0 0;
    background: #242424;
}
button.single_add_to_cart_button.button.alt::before {
    content: '\f07a';
    position: absolute;
    top: 3px;
    left: 0;
    right: 40%;
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
}
.product-info.summary a.button.buy_now {
    background: #9CAE88;
}
.product-info.summary button.single_add_to_cart_button, .product-info.summary a.button.buy_now {
    padding: 3px 50px;
    border-radius: 5px;
    font-size: 14px;
    margin: 20px 20px 0 0;
    background: #242424;
}

.single-contact.btn-custom {
    width: 50%;
    text-align: center;
}
.custom-product-meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}
span.sku_wrapper {
    color: #000;
}
.wishlist-detail-product a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.wishlist-detail-product .yith-add-to-wishlist-button-block {
    display: block;
}
.wishlist-detail-product .yith-wcwl-add-to-wishlist-button {
    margin: -15px 0 0 !important;
}
.custom-product-meta .share {
    display: flex;
    align-items: center;
    gap: 10px;
}
.custom-product-meta .share strong {
    color: #000;
    font-size: 14px;
}
.custom-product-meta .share ul {
    margin: 0;
    padding: 0;
}
.custom-product-meta .share ul li {
    list-style: none;
    display: inline-block;
    margin: 0 0 0 5px;
}
.custom-product-meta .share ul li img {
    width: 25px;
}
.compare-detail-product {
    display: flex;
    align-items: center;
    gap: 10px;
}
.compare-detail-product .compare-button a {
    padding: 0 !important;
    width: 30px;
    height: 25px;
    min-height: unset !important;
    line-height: 22px !important;
    text-align: center;
}

/* Cart */
table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block td.wc-block-cart-item__image a {
    display: block;
    width: 150px;
}
a.wc-block-components-product-name {
    font-weight: 600;
}
.wc-block-components-formatted-money-amount {
    font-weight: 600;
    color: #ed2024;
}
.wc-block-components-product-details.wc-block-components-product-details li {
    font-size: 14px;
}
button.wc-block-cart-item__remove-link {
    color: #ed2024 !important;
    font-size: 14px !important;
}

.woocommerce a.remove,
.woocommerce-mini-cart a.remove{
    width: 30px;
    height: 22px;
    position: relative;
    transition: opacity 200ms;
    vertical-align: top;
    display: block;
    -webkit-appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    text-indent: -9999px;
}
.woocommerce a.remove:before, .woocommerce a.remove:after,
.woocommerce-mini-cart a.remove:before, .woocommerce-mini-cart a.remove:after{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAQAAACMnYaxAAAAXUlEQVR4XsWQQQrAQAgD84Pti/JSoaftN1MCdgXxXgYvGfUQyABE4DEIUJmeuKgVlJI5em0RGTesFXXZuLwCzvL2pYbHmfCTNSXxpyyajLGClFy7K1dgaaho7YYovIpO3rju6hYFAAAAAElFTkSuQmCC) 0 0 no-repeat;
    left: 8px;
    position: absolute;
    right: 8px;
    top: 2px;
    display: inline-block;
    content: '';
}
.woocommerce a.remove:before,
.woocommerce-mini-cart a.remove:before{
    height: 6px;
    transform-origin: -7% 100%;
    -moz-transform-origin: -7% 100%;
    -webkit-transform-origin: -7% 100%;
    transition: transform 150ms;
    -moz-transition: transform 150ms;
    -webkit-transition: transform 150ms;
    width: 14px;
}
.woocommerce a.remove:after,
.woocommerce-mini-cart a.remove:after{
    background-position: -1px -4px;
    height: 12px;
    margin-left: 1px;
    margin-right: 2px;
    margin-top: 4px;
    width: 11px;
}
.woocommerce a.remove:hover:before,
.woocommerce-mini-cart a.remove:hover:before
{
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: transform 250ms;
    -moz-transition: transform 250ms;
    -webkit-transition: transform 250ms;
}
.woocommerce a.remove:hover,
.woocommerce-mini-cart a.remove:hover {
    background: transparent;
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__via {
    font-size: 14px !important;
}
.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
    display: block;
    background: #000;
    width: 100%;
    padding: 16px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
.wc-block-components-button:not(.is-link) .wc-block-components-button__text:hover {
    background: #ce0306;
}
.is-large.wc-block-cart .wc-block-cart__totals-title {
    font-size: 14px !important;
}
.is-large.wc-block-cart .wc-block-cart-items th {
    font-size: 14px;
}

.custom-product-labels {
    display: flex;
    gap: 10px;
    align-items: center;
}
.custom-product-labels .label {
    background: rgb(0 0 0 / 50%);
    color: #fff;
    padding: 2px 8px 3px 6px;
    border-radius: 0 6px 6px 0;
    text-transform: uppercase;
    font-size: 14px;
}

.wishlist_table .product-add-to-cart a.button {
    background: no-repeat;
}
tbody.wishlist-items-wrapper {
    font-size: 115%;
}

.custom-product-policy {
    margin-top: 15px;
}
.custom-product-policy h2.accordion-header button.accordion-button {
    font-size: 16px;
    padding: 10px 0;
}
.custom-product-policy h2.accordion-header button.accordion-button svg {
    margin-right: 10px;
    width: 22px;
    height: 22px;
}

/* About Page */
.timeline-container {
    margin: 0 auto;
    position: relative;
}
/* Container for tree */
.timeline-container .tree {
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    padding: 2rem 3rem;
}
/* Tree node */
.timeline-container .children .node {
    margin-left: 1.5rem;
    border-left: 3px solid #000;
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 1.8rem;
}
.timeline-container .node:last-child {
    margin-bottom: 0;
}
.timeline-container .node > .title {
    font-weight: 700;
    font-size: 26px;
    color: #000;
    margin-bottom: 15px;
    position: relative;
}
.timeline-container .children .node .title {
    font-size: 18px;
}
/* Connector line circle */
.timeline-container .children .node > .title::before {
    content: '';
    position: absolute;
    left: -23px;
    top: 0;
    width: 12px;
    height: 12px;
    background-color: #ed2024;
    border-radius: 50%;
}
/* Sub-nodes container */
.timeline-container .children {
}
/* Paragraph text */
.timeline-container .children p {
    margin-bottom: 1rem;
    font-size: 15px;
    color: #333;
}
.timeline-container ul {
    margin-left: 1.2rem;
    margin-bottom: 1rem;
    list-style-type: disc;
    color: #444;
}
.timeline-container ul li {
    margin-bottom: 0.4rem;
}
/* Highlight key phrases */
.timeline-container strong {
    color: #004a99;
}
/* Responsive */
@media (max-width: 600px) {
    .timeline-container .tree {
        padding: 1rem 1.5rem;
    }
    .timeline-container .node > .title {
        font-size: 22px;
    }
    .timeline-container .children .node .title {
        font-size: 17px;
    }
    .the-story-of-nero .story-content, .the-story-of-nero .story-image {
        padding: 0;
        margin-bottom: 15px;
    }
    .the-story-of-nero.few-words .row {
        flex-direction: column-reverse;
    }
}

.the-story-of-nero {
    margin: 50px 5%;
}
.the-story-of-nero .story-content,
.the-story-of-nero .story-image {
    padding: 0 3%;
}
.the-story-of-nero .story-content h2,
.the-story-of-nero .story-content h3,
.the-story-of-nero .story-content h1 {
    text-transform: uppercase;
    margin-bottom: 15px;
}
.the-story-of-nero .story-content p {
    line-height: 25px;
}
.the-story-of-nero.commitment .story-content p {
    font-size: 16px;
}
.the-story-of-nero.commitment .story-content ul {
    width: fit-content;
    text-align: left;
    margin: 0 auto;
}
.the-story-of-nero.commitment .story-content ul li {
    line-height: 26px;
}
.the-story-of-nero.commitment .story-content h4,
.the-story-of-nero.commitment .story-content h5 {
    margin-top: 20px;
    font-size: 18px;
}

/* _---Responsive--- */

@media (max-width: 767px) {
    button.single_add_to_cart_button.button.alt::before {
        top: 3px;
        left: 10px;
        right: unset;
    }
    .product-item-extra {
        width: 100%;
    }
    .custom-product-meta {
        line-height: 26px;
    }

    body.page-id-10 tr.wc-block-cart-items__row {
        display: flex !important;
        flex-flow: wrap;
    }
    body.page-id-10 td.wc-block-cart-item__image,
    body.page-id-10 td.wc-block-cart-item__product {
        width: 50%;
    }
    body.page-id-10 td.wc-block-cart-item__total {
        display: none;
    }

}