@import url("common.css");



.slick-slider .slick-prev,
.slick-slider .slick-next {
    z-index: 100;
    font-size: 2.5em;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    color: #000000;
    position: absolute;
    top: 50%;
    text-align: center;
    color: #000;
    opacity: 1;
    transition: opacity 0.25s;
    cursor: pointer;
    background: #ffffff;
    display: none !important;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
    opacity: 1;
}

.slick-slider .slick-prev {
    left: 0;
}

.slick-slider .slick-next {
    right: 0;
}

#detail .product-images {
    width: 100%;
    margin: 0 auto;
}

#detail .product-images li,
#detail .product-images figure,
#detail .product-images a,
#detail .product-images img {
    display: block;
    outline: none;
    border: none;
    object-fit: cover;
    width: 100%;
}

#detail .product-images .main-img-slider img {
    height: 400px;
    cursor: zoom-in;
    border-radius: 40px;
    padding: 23px;
    background-color: var(--product);
    object-fit: contain;
}

#detail .product-images .thumb-nav {
    padding: 22px 0px 13px 0;
    width: 100%;
}


#detail .product-images .thumb-nav li {
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

#detail .product-images .thumb-nav.slick-slider .slick-prev,
#detail .product-images .thumb-nav.slick-slider .slick-next {
    font-size: 1.2em;
    height: 20px;
    width: 26px;
    margin-top: -10px;
}

#detail .product-images .thumb-nav.slick-slider .slick-prev {
    margin-left: -30px;
}

#detail .product-images .thumb-nav.slick-slider .slick-next {
    margin-right: -30px;
}

#detail .product-images .thumb-nav li {
    /* display: block; */
    margin: 0 auto;
    cursor: pointer;
    overflow: hidden;
    height: 100px;
    width: 100px;
    margin-right: 0.5rem;
    border-radius: 10px;
}

#detail .product-images .thumb-nav li img {
    display: block;
    width: 100%;
    object-fit: contain !important;
    height: 82px;
    width: 82px;
    margin: 0 auto;
    border: 2px solid transparent;
    transition: border-color 0.25s;
    object-fit: cover;
}

#detail .product-images .thumb-nav li:hover,
#detail .product-images .thumb-nav li:focus {
    border-color: #999;
}

#detail .product-images .thumb-nav li.slick-current {
    border-color: #FC2626;
}


.bg {
    background-color: #0198D7;
    padding: 10px 0;
}

.bg nav {
    color: #fff !important;
}

.bg .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.f-thumbs__slide__img {
    object-fit: contain;
}


.list_design {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.list_design ul {
    flex: 1;
}

.list_design li {
    font-size: 15px;
    margin-bottom: 0.7rem;

}

.dark-mode .price,
.dark-mode p span,
.dark-mode del {
    color: #fff;
}


.available .badge {
    background: rgba(181, 244, 83, 0.67);
    border-radius: 6px;
    padding: 15px;
    color: #457200;
    font-size: 16px;
}

.dark-mode .available .badge {
    background: #303030;
    border-radius: 6px;
    padding: 15px;
    color: rgb(255, 255, 255);
    font-size: 16px;
}


.btn_7 {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 10px 16px;
    width: 200px;
    height: 60px;
    color: #fff;
    font-size: 20px;
    background: #fc2626;
    transition: all 0.5s ease;
}

.btn_7:hover {
    background: #0198D7;
}

.btn_8 {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    gap: 10px;
    padding: 10px 16px;
    width: max-content;
    height: 60px;
    color: #ACACAC;
    font-size: 20px;
    border: 1px solid #ACACAC;
    transition: all 0.5s ease;
}

.btn_8:hover {
    border: 1px solid #0198D7;
    color: #0198D7;
}

section.works .card {
    border: 1px solid #f0f0f0;
    background: transparent;
    height: 100%;
}

.dark-mode section.works .card {
    border: 1px solid #fdfdfd5e;
    background: transparent;
}


.accordion-button:not(.collapsed) {
    background-color: #0198D7 !important;
    color: #fff !important;
}

.accordion-button {
    background-color: var(--product) !important;
}

.accordion-body {
    background-color: transparent !important;
}

.dark-mode .accordion-body {
    background-color: var(--background-color) !important;
}

.dark-mode .accordion-button {
    background-color: var(--product) !important;
    color: #fff !important;
    transform-origin: center;
    box-shadow: none !important;
}

.dark-mode .accordion-button:not(.collapsed) {
    background-color: #0198D7 !important;
    color: #fff !important;
}

.accordion-button::after {
    /* Unicode for fa-arrow-down */
    background: url('../public/Images/chevron_up.webp') !important;
    background-repeat: no-repeat !important;
}

.dark-mode .accordion-button::after {
    /* Unicode for fa-arrow-down */
    background: url('../public/Images/chevron_up_2.webp') !important;
    background-repeat: no-repeat !important;
}



section.product .img-box {
    background-color: var(--product);
    border-radius: 20px;
    padding: 20px;
    height: 240px;
    text-align: center;
}

section.product .img-box img {
    width: 90%;
    margin: 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
    /* mix-blend-mode: multiply; */
}

section.product .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
}

section.product .btn_2 {
    border-radius: 10px;
    padding: 10px 16px;
    width: 180px;
    height: 50px;
    color: #fff;
    background: #fc2626;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 15px;
}

body.dark-mode .product h4 {
    color: #fff;
}

body.dark-mode .product p {
    color: #fff;
}

section.product .btn_2:hover {
    background-color: #0198D7;
}

section.product .btn_3 {
    border-radius: 10px;
    font-size: 15px;
    padding: 10px 16px;
    width: 180px;
    height: 50px;
    color: #0198D7;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #0198D7;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

body.dark-mode section.product .btn_3 {
    color: #a9a9a9;
    background: transparent;
    border: 1px solid #a9a9a9;
}

body.dark-mode section.product .btn_3:hover {
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
}

section.product .btn_3:hover {
    border: 1px solid #ea1f2a;
    color: #ea1f2a;
}

section.product .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}




@media screen and (max-width:600px) {
    #detail .product-images .thumb-nav li {
        height: 79px;
        width: 82px;
    }

    #detail .product-images .thumb-nav li img {
        height: 62px;
        width: 82px;
    }

    #detail .product-images .main-img-slider img {
        height: 307px;
        border-radius: 20px;
    }

    .list_design {
        gap: 15px;
        flex-wrap: wrap;
    }

    section.works .card {
        text-align: center;
        padding: 10px !important;
        align-items: center;
        justify-content: center;
    }

    section.works .card p {
        display: none;
    }

    section.works .card h5 {
        font-size: 16px;
    }

}