
.row.product-container.js-product-container h1.h1 {
    font-size: 30px !important;
    text-transform: capitalize !important;
    font-weight: 700 !important
}

.row.product-container.js-product-container .current-price .price {
    font-size: 27px !important;
    font-weight: 500 !important;
    color: #585858 !important
}

.alcabutdis-item {
    border: 1px solid #cbd5e1 !important
}

.alcabutdis-item.alcabutdis-lastcheck {
    border-color: #707b50 !important;
    background: transparent !important
}

.alcabutdis-item {
    border: 1px solid #cbd5e1 !important
}

.alcabutdis-item.alcabutdis-lastcheck {
    border-color: #707b50 !important;
    background: transparent !important
}

.alcabutdis-item .alcabutdis-discount {
    background: #a4b07e !important
}

.alcabutdis-item .alcabutdis-discount {
    font-size: 16px !important;
    top: inherit !important;
    bottom: 5px !important;
    right: 5px !important
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
    border-bottom: #c7a685 3px solid !important
}

.tabs .nav-tabs .nav-link.active {
    color: #c7a685 !important
}

.nav-tabs .nav-link {
    font-size: 20px !important
}

.product-quantity .input-group-btn-vertical .btn {
    position: absolute !important;
    border: none !important;
    border-radius: 5px !important;
    background: transparent !important;
    width: 23px !important;
    height: 23px !important;
    top: 0 !important
}

.product-quantity #quantity_wanted {
    width: 90px !important;
    height: fit-content !important;
    border: none !important;
    text-align: center !important
}

body:not(#cart) .bootstrap-touchspin {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: fit-content !important;
    height: fit-content !important;
    padding: 0 25px !important;
    position: relative !important;
    float: none !important
}

body:not(#cart) .btn-touchspin .material-icons.touchspin-down,
body:not(#cart) .btn-touchspin .material-icons.touchspin-up {
    font-size: 0 !important;
    display: block;
    width: 23px;
    height: 23px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 12H16' stroke='%23292D32' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2L9 2C4 2 2 4 2 9L2 15C2 20 4 22 9 22Z' stroke='%23292D32' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0 !important;
    left: 0 !important
}

body:not(#cart) .btn-touchspin .material-icons.touchspin-down {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 12H16' stroke='%23292D32' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2L9 2C4 2 2 4 2 9L2 15C2 20 4 22 9 22Z' stroke='%23292D32' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

body:not(#cart) .btn-touchspin .material-icons.touchspin-up {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23292d32' stroke-width='1.5' xmlns:v='https://vecta.io/nano'%3E%3Cg stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 12h8'/%3E%3Cpath d='M12 16V8'/%3E%3C/g%3E%3Cpath d='M9 22h6c5 0 7-2 7-7V9c0-5-2-7-7-7H9C4 2 2 4 2 9v6c0 5 2 7 7 7z' stroke-linejoin='round'/%3E%3C/svg%3E")
}

body:not(#cart) button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down,
body:not(#cart) button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-up {
    top: 0 !important;
    bottom: 0 !important;
    margin: auto
}

body:not(#cart) .bootstrap-touchspin .input-group-btn-vertical {
    position: static !important
}

body:not(#cart) button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-up {
    right: 0 !important
}

body:not(#cart) button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down {
    left: 0 !important
}

.product-quantity .qty {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 13px !important;
    border: 1px solid black !important;
    border-radius: 7px !important
}

section.product-pack article:not(:last-child) {
    margin-bottom: 1rem
}

section.product-pack article .card {
    background: #fff0
}

section.product-pack article .pack-product-container {
    border: 1px solid #c9c9c9;
    border-radius: 7px
}

.product-pack .pack-product-container .pack-product-name {
    font-weight: 700
}

.product-quantity>* {
    margin: 0 !important
}

.product-quantity {
    gap: 1rem;
    align-content: stretch;
    display: flex;
    flex-wrap: wrap
}

.product-actions .add-to-cart {
    display: flex;
    height: 100% !important;
    justify-content: center;
    align-items: center;
    padding: 13px !important;
    padding-right: 44px !important;
    position: relative
}

.product-actions .add-to-cart::after {
    content: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' xmlns:v='https://vecta.io/nano'%3E%3Cg stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10' stroke-linejoin='round'%3E%3Cpath d='M2 2h1.74a1.85 1.85 0 0 1 1.84 2l-.83 9.96c-.14 1.63 1.15 3.03 2.79 3.03h10.65A2.88 2.88 0 0 0 21 14.38l.54-7.5a2.77 2.77 0 0 0-2.81-3.01H5.82' stroke-linecap='round'/%3E%3Cuse href='%23B'/%3E%3Cuse href='%23B' x='-8'/%3E%3Cpath d='M9 8H21' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs %3E%3Cpath id='B' d='M16.25 22a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 1 0 0 2.5z'/%3E%3C/defs%3E%3C/svg%3E");
    position: absolute;
    right: 13px;
    top: 4px;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-actions .add-to-cart i.material-icons.shopping-cart {
    display: none
}

.product-prices.js-product-prices {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 1rem
}

.product-prices.js-product-prices .product-discount {
    display: none
}

span#product-availability {
    color: #8c8c8c;
    font-size: 18px;
    font-weight: 500
}

.product-prices.js-product-prices .product-price.h5.has-discount {
    margin: 0
}

.product-prices.js-product-prices p.product-pack-price {
    margin: 0;
    font-size: 16px;
    font-style: italic;
    font-weight: 600
}

.product-prices.js-product-prices .tax-shipping-delivery-label {
    margin: 0;
    font-size: 18px
}

#product .product-container.js-product-container #content {
    max-width: 100%
}

.nav-tabs .nav-link {
    padding: .5em .4em
}

.product-features>dl.data-sheet>dt {
    background: #6d492f !important;
    color: #fff;
    margin-right: 0 !important;
    margin-bottom: 3px !important;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

.product-features>dl.data-sheet>dd {
    background: #c7a685 !important;
    margin-bottom: 3px !important;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.product-features>dl.data-sheet>dd a {
    color: white !important
}

.product-manufacturer {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

.product-manufacturer>a {
    max-width: 80px;
    border-radius: 8px;
    overflow: hidden
}

.product-reference {
    font-size: 18px !important;
    color: #7b7d7f !important;
    margin-top: 10px
}

#product-details .label {
    font-size: 18px !important;
    color: #7b7d7f !important;
    text-decoration: underline
}

p.h6 {
    font-size: 20px
}

.product-features {
    margin-top: 10px;
    margin: 0
}

.tabs {
    padding: 1.25rem 0 !important
}

.alcabutdis-item>p {
    border: 1px solid #cbd5e1;
    font-size: 10px;
    font-weight: 600;
    width: fit-content;
    display: flex;
    padding: 3px 12px;
    position: absolute;
    top: 0;
    border-top: 0;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px
}

.alcabutdis-item {
    padding: 33px 13px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 5px
}

.alcabutdis-item>p span {
    color: #000;
    text-transform: uppercase
}

.alcabutdis-item>* {
    margin: 0 !important
}

.alcabutdis-lastcheck>p {
    background: #707b50;
    border-color: #707b50
}

.alcabutdis-lastcheck>p span {
    color: #fff
}

.alcabutdis-item span.alcabutdis-title {
    display: block;
    width: 100%
}

.product-price {
    color: #c7a685 !important
}

form#add-to-cart-or-refresh .radio-label {
    border-radius: 8px;
    border: 1px solid #000
}

form#add-to-cart-or-refresh input.input-radio {
    display: none
}

form#add-to-cart-or-refresh .input-radio:checked+span {
    border: 1px solid #c8a585;
    color: #c8a585;
    box-shadow: 0 0 1px 1px #c8a585
}

.product-information>.product-description {
    border-top: 1px solid #cecece;
    padding-top: 20px;
    margin-top: 10px
}

.product-information>.product-description p:empty {
    margin: 0
}

input#quantity_wanted {
    padding: 0 !important
}

section.product-accessories.clearfix h2.h5.text-uppercase {
    font-size: 32px;
    text-transform: none !important;
    font-weight: 700;
    margin-bottom: 35px
}

@media(max-width:1024px) {
    section.product-accessories.clearfix h2.h5.text-uppercase {
        font-size: 21px;
    }
}

.custom-checkbox input[type=checkbox]+span.color,
.variant-links .color,
label .color {
    width: 100%;
    aspect-ratio: 1/1;
    height: 100%;
    border-radius: 8px
}

.product-variants>.product-variants-item ul li input.input-color {
    display: none !important
}

@media(max-width:768px) {
    .alcabuttondiscounts {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr)
    }

    .alcabutdis-item {
        padding: 40px 13px !important
    }

    .product-information {
        font-size: 13px !important
    }

    .alcabutdis-item span {
        line-height: normal
    }
}