.ul_page {
    margin-bottom: 2.4rem;
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 20px;
}

.ul_page li {
    margin-bottom: 1.2rem;
}

.block-dashboard-info {
    margin-bottom: 50px;
}

input[type="radio"] {
    border: 1px solid #4F4F4F !important;
}

.account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 50px;
}

.block1067 .mgs-accordion .accordion-title {
    font-size: 18px
}

.block1067 .mgs-accordion .accordion-title::before {
    color: #ffffff
}

.block1067 .mgs-accordion .accordion-title::before {
    background-color: #000000
}

.slide-text .btn-default {
    margin-bottom: 35px;
    background-color: #FFF !important;
}

.slide-text .btn-default:hover {
    background-color: #b1924c !important;
}

.page-footer .bottom-footer small.copyright {
    text-align: center;
}

.width1366 .frame-fluid {
    max-width: 1366px;
}

.div_stock {
    display: flex;
    margin-top: 15px;
    margin-bottom: 20px;
}

.div_stock .circle {
    width: 10px;
    height: 10px;
    border-radius: 50%; /* rende il div un cerchio */
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulse 1.5s infinite;
    margin-top: 7px;
    margin-right: 7px;
}

.div_stock .circle.orange {
    background-color: orange;
}

.div_stock .circle.green
{
    background-color: green;
}

.div_stock .circle.red {
    background-color: red;
}

.div_stock span.orange {
    color: orange;
}

.div_stock span.green
{
    color: green;
}

.div_stock span.red {
    color: red;
}

.ul_products {
    margin-top: 10px;
    list-style-position: inside;
    padding: 0;
    margin-bottom: 0;
    list-style-type: disc;
}

.product-sub-infomation {
    margin-top: 20px;
}

body.width1366 .page-wrapper>.breadcrumbs {
    max-width: none !important;
}

body.width1366 .breadcrumbs .items,
body.width1366 .breadcrumbs+.page-title-wrapper h1.page-title{
    max-width: 1366px !important;
}

body.width1366 .breadcrumbs+.page-title-wrapper h1.page-title{
    text-align: center;
}

.onsale {
    right: auto;
    padding: 0px 8px;
    margin-left: 15px;
    top: -3px;
    display: inline;
    width: auto;
    height: auto;
    position: static;
}

.product-info-main .price-box {
    position: relative;
}

.product-info-main .onsale {
    position: absolute;
}

#discount-coupon-form .fieldset.coupon {
    display: flex;
    gap: 10px;
}

#discount-coupon-form .fieldset.coupon .field {
    flex: 1;
}

#discount-coupon-form .fieldset.coupon .actions-toolbar {
   margin-top: 0 !important;
}

.checkout-cart-index .page-main .checkout-extra .block.shipping {
    display: none;
}

.product-image-container {
    aspect-ratio: 0 !important;
}

.logo img {
    max-width: 75%;
}

.catalog-product-view .page-title-wrapper {
    display: none;
}

.checkout-cart-index .page-title-wrapper {
    padding: 0;
    background-color: #FFF;
}

.checkout-cart-index .page-title-wrapper .page-title {
    text-align: center !important;
}

.slider-label>div {
    background: #b1924c;
}

.top-wishlist .wishlist-icon:hover:before, .header-area .table-icon-menu .theme-header-icon:hover, .header-area .table-icon-menu .minicart-wrapper .action.showcart:hover:before, .header-area .social-link li a:hover {
    color: #b1924c !important;
}

.footer.content .block.newsletter .action.subscribe:hover {
    background-color: #b1924c !important;
    border-color: #b1924c !important;
}

.breadcrumbs .items li strong {
    overflow: unset;
}

.breadcrumbs {
    margin: 0 0 30px;
}

.customer-account-forgotpassword #page-title-wrapper,
.customer-account-create #page-title-wrapper,
.customer-account-login #page-title-wrapper,
.account #page-title-wrapper {
    padding: 0;
    background: unset;
    margin-top: 30px;
    margin-bottom: 30px;
}

.customer-account-forgotpassword #page-title-wrapper:before,
.customer-account-create #page-title-wrapper:before,
.customer-account-login #page-title-wrapper:before,
.account #page-title-wrapper:before {
   display: none;
}

.customer-account-forgotpassword #page-title-wrapper h1,
.customer-account-create #page-title-wrapper h1,
.customer-account-login #page-title-wrapper h1,
.account #page-title-wrapper h1 {
    color: #000 !important;
}

.navigation .nav-main-menu a:hover, .navigation .nav-main-menu a:focus, .navigation .nav-main-menu a:active {
    color: #b1924c !important;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .product-tab-wrapper .product.info.detailed .additional-attributes>tbody>tr>th, .product-tab-wrapper .product.info.detailed .additional-attributes>tbody>tr>td {
        word-break: normal;
    }

    .catalog-product-view .product-tab-wrapper .product-tab-content .product.data:not(.items-show-all) .data.item.content>div {
        width: 100% !important;
    }

    .catalog-product-view .product-tab-wrapper {
        margin-top: 20px !important;
        margin-bottom: 0 !important;
    }

    .logo img {
        max-width: 100%;
    }

    .cms-privacy-policy .page-main
    {
        padding-top: 0;
    }
}