/* ++ SWIPER JS ++ */
.custom-product-swiper:not(:first-child) {
    display: none;
}
.swiper-pagination-bullet{
    cursor: pointer !important;
    width: 10px !important;
    height: 10px !important;
    margin: 0px 8px !important;
    opacity: .3 !important;
    display: inline-block !important;
    border-radius: 50% !important;
    background: #000 !important;
}

.swiper-pagination-bullet-active{
    background-color: #212227 !important;
    opacity: .7 !important;
}

.swiper-pagination-bullet-active::before{
    content: '';
    opacity: .7;
    width: 16px;
    height: 16px;
    border: 1px#212227 solid;
    border-radius: 50%;
    display: block;
    top: -3px;
    left: -3px;
    position: relative;
}

.swiper-button-prev, .swiper-button-next{
    color: #212227 !important;
}

.swiper-button-prev:after, .swiper-button-next:after {
    opacity: .3;
}

.swiper-button-prev:hover:after, .swiper-button-next:hover:after {
    opacity: .7;
}

.swiper-pagination{
    margin-bottom: 15px;
}
/* -- SWIPER JS -- */

/* ++ PRODUCT PRICE, SKU, SWATCHES ++ */
.custom-product-name{
    display: table;
    width: 100%;
    color: #212227 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-align: left;
}

.custom-product-sku{
    color: #212227 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-style: normal !important;
    text-decoration: none !important;
}

.custom-product-price .price{
    color: #212227 !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    font-style: normal !important;
    text-decoration: none !important;
    line-height: 1.1em !important;
    letter-spacing: 0px !important;
    word-spacing: 0em !important;
}

.custom-product-price span{
    color: #212227 !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    font-style: normal !important;
    text-decoration: none !important;
    line-height: 1.1em !important;
    letter-spacing: 0px !important;
    word-spacing: 0em !important;
}
.custom-product-price span.unit{
    font-size: 14px !important;
    margin-right: 10px;
}
.custom-product-price del{
    color: transparent !important;
    position: relative;
}
.custom-product-price del span{
    color: #acacac !important;
    font-size: 25px !important;
}
.custom-product-price del::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 2px; /* Adjust the thickness of the line */
    background-color: #c4c4c4; /* Line color */
    /*transform: rotate(-15deg);*/ /* Rotate the line diagonally */
    /*transform-origin: center;*/
}

.custom-variation{
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.custom-variation-label{
    display: table;
    width: 100%;
    color: #212227;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.custom-variation-button{
    display: inline;
    float: left !important;
    background-color: #fff !important;
    border: 1px #212227 solid !important;
    border-radius: 0px !important;
    color: #212227 !important;
    font-size: 14px !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
    padding: 10px 12px !important;
    cursor: pointer !important;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    height: 43px;
    max-height: 43px;
    transition: all 0.5s ease;
}

.custom-variation-button:hover{
    border: 1px #212227 solid !important;
    color: #fff !important;
    background-color: #212227 !important;
}

.custom-variation-button.active{
    border: 1px #212227 solid !important;
    color: #fff !important;
    background-color: #212227 !important;
}

.custom-variation-bg{
    width: 80px !important;
    height: 80px !important;
    background-size: cover !important;
    background-color: transparent !important; 
}

.custom-variation-bg:hover{
    border: 1px #D4D4D4 solid;
    background-color: #D4D4D4 !important; 
}

.custom-variation-bg.active{
    border: 1px #D4D4D4 solid;
    background-color: #D4D4D4 !important; 
}

.custom-variation-button[data-attribute-name]{
    min-height: 45px;
    height: 45px;
    max-height: 45px;
    min-width: 85px;
    width: auto;
    text-align: center;
}
.custom-variation-button:not(.visible){
    display: none !important;
}

.text-label{
    display: table;
    font-size: 11px;
    background-color: #c94626;
    padding: 11px 7px;
    border-radius: 50%;
    color: #fff;
    position: relative;
    top: -55px;
    left: 32px;
}
.text-label p{
    margin: 0 !important;
    padding:0 !important;
}

.custom-qty-add-btn-combined{
    display: table;
    width: 100%;
}

.btn-combined{
    display: block !important;
    width: 50% !important;
    float: left;
    padding: 0px 10px 0px 0px;
}

.custom-product-qty{
    display: table;
    width: 100%;
}

.custom-product-qty-minus{
    display: block;
    width: 25%;
    float: left;
    background-color: #dbdbdb;
    color: #000;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.custom-product-qty-plus{
    display: block;
    width: 25%; 
    float: left;
    background-color: #dbdbdb;
    color: #000;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}
.custom-product-qty-input{
    display: block;
    float: left;
    width: 50%;
    padding: 0px;
    
}
.custom-product-qty-input input{
    display: block;
    width: 100%;
    background-color: #e6e6e6;
    color: #000;
    padding: 10px 0px !important;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: 0 !important;
    border-radius: 0 !important;
}
.custom-product-qty-input input:focus,
.custom-product-qty-input input:active,
.custom-product-qty-input input:hover{
    outline: none !important;
    border: none !important;
}

/* Hide arrows for Chrome, Safari, Edge, and Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Hide arrows for Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
/* Optional: to align with other input types */
input[type="number"] {
    appearance: none;
}

.no-select {
    user-select: none; /* Standard syntax */
    -webkit-user-select: none; /* For Safari */
    -moz-user-select: none; /* For Firefox */
    -ms-user-select: none; /* For older IE */
}

.custom-product-add-to-cart{
    display: block;
    width: 100%;
    background-color: #212227;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
}
.custom-product-add-to-cart:hover{
    background-color: #c94626;
}
.custom-product-add-to-cart.outofstock{
    background-color: #efefef;
    color: #313131;
    pointer-events: none !important;
    cursor: not-allowed !important;
}

.custom-product-qty-input.outofstock,
.custom-product-qty-minus.outofstock,
.custom-product-qty-plus.outofstock{
    background-color: #efefef;
    color: #313131;
    pointer-events: none !important;
    cursor: not-allowed !important;
}

/* -- PRODUCT PRICE, SKU, SWATCHES  -- */ 


/* ++ PRODUCT ACCORDION ++ */
.custom-product-accordion{
    display: block;
    width: 100%;
    padding: 0;
    margin: 20px 0px;
}

.custom-product-accordion-content{
    display: none;
    padding: 15px 5px;
    border-bottom: 1px #212227 solid;
}

.custom-product-accordion-item-title{
    display: block;
    padding: 10px 0px;
    font-size: 18px;
    color: #212227;
    line-height: 1.4;
    font-weight: 500;
    border-bottom: 1px #212227 solid;
    cursor: pointer;
    margin-bottom: 0px;
}

.custom-product-accordion-item h2::after{
    content: '+';
    float: right;
}

.custom-product-accordion-item.is-open h2::after{
    content: '-';
    float: right;
}
/* -- PRODUCT ACCORDION -- */

/* ++ RELATED PRODUCTS AND UPSELLS ++ */
.related-product-grid{
    display: table;
    width: 100%;
}

.related-product-box{
    cursor:pointer;
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 24.7%;
    max-width: 24.7%;
    box-sizing: border-box;
    padding: 0px 10px 10px 10px;
    transition: transform 0.3s ease; /* Add smooth transition */
}
.related-product-box:hover{
    transform: scale(1.05); /* Increase the scale factor for more zoom */
}

.related-product-image img {
    display: block;
    width: 100%;
    height: auto;
}
  
.related-product-title{
    display: block;
    width: 100%;
    min-height: 50px;
    margin: 10px 0px;
}

.related-product-min-price{
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #212227;
}

.related-product-min-price p.min-price-value{
    font-size: 16px;
    font-weight: 600;
    color: #212227;
    display: inline-block;
    margin: 0;
    padding: 0;
}

span.product-type{
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #212227;
    line-height: 16px;
}

span.product-pattern{
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #212227;
    line-height: 16px;
    text-transform: lowercase;
}

span.product-color{
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #767676;
    line-height: 16px;
    text-transform: lowercase;
}
/* -- RELATED PRODUCTS AND UPSELLS -- */

/* TABLET */
@media (max-width: 1024px){

    /* ++ SINGLE PRODUCT ++ */
    nav.woocommerce-breadcrumb{
        font-size: 14px;
        padding: 20px 0px;
    }
    .btn-combined{
        width: 100% !important;
        margin-bottom: 20px;
    }
    /* -- SINGLE PRODUCT -- */

    /* ++ RELATED PRODUCTS AND UPSELLS ++ */
    .related-product-box{
        width: 49%;
        max-width: 49%;

    }
    /* -- RELATED PRODUCTS AND UPSELLS -- */
}