﻿
#divimage img{
    max-width:90%;

}

#divimage .column {
    border: 1px solid #f0f0f1;
    padding:5px;
    margin:3px;
    border-radius:5px;
}


#divinfo {
    font-weight: bold;
    font-family: Tahoma;
    margin-bottom:5px;
}
    #divinfo #divinfo_data .titlesecond {
        border-bottom: 1px solid #d3d3d3;
        font-size: 10pt;
    }
.titlemain {
    padding:10px 0;
    font-size:20pt;
    font-weight:bold;
}

#divinfo #divinfo_data {
}

#divinfo_data h6 {
    font-size:12pt;
}

#divinfo #divinfo_price {
}
    #divinfo #divinfo_price .spanprice {
        font-size:18pt;
    }
.del {
    text-decoration: line-through;
    color: #777;
}

.card-discount {
    font-size: 11px;
    padding: 1px 4px;
    background-color: var(--colorredwinston);
    width: max-content;
    border-radius: 5px;
    color: #fff;
}

    #divinfo #divinfo_data .titlesecond {
    }


#divinfo_price {
    border: 1px solid #d3d3d3;
    background: linear-gradient(#f0f0f180,#f0f0f180),#fff;
    border-radius: 10px;
    padding: 5px 20px 20px 20px;
    height:max-content;
}

    #divinfo_price .separator {
        border-bottom: 2px solid #eee;
    }


.mychecklist {
    margin-top:10px;
}
.mychecklist td {
    padding-right: 10px;
    margin: 0px 10px;
}

    .mychecklist td label {
        padding: 10px 10px 10px 10px;
    }
input[type="radio"]:not(:checked) + label {
    color: #888;
    
}

input[type="radio"]:checked + label {
    color: #000;
    font-weight: bold;
    /*background-color: red;*/
    border: 2px solid #eee;
    border-radius: 50px;
}

input[type="radio"] + label {
    border: 2px solid #eee;
    padding:4px 15px 1px 15px;
    border-radius: 45px;
}

input[type="radio"]:hover + label {
    /*
    background-color: red;
    font-weight: bold;*/
    color: #000;
}



    .mychecklist td:hover {
    }

    .mychecklist td label, .mychecklistdata td label {
        /*
        display: inline-block;
        margin-bottom: 0rem;
        margin-right: 4px;
        */

        
    }

.mychecklist tr:nth-child(even) {
    background-color: unset !important;
}

.mychecklist tr:nth-child(odd) {
    
}


input[type="radio"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    appearance: none;
    /* For iOS < 15 to remove gradient background */
    background-color: #fff;
    /* Not removed via appearance */
    margin: 0;
    
}


    input[type="radio"]:checked + label {
        /* Add if not using autoprefixer */
        -webkit-appearance: none;
        appearance: none;
        /* For iOS < 15 to remove gradient background */
        /* Not removed via appearance */
        margin: 0;
        /*border: 2px solid var(--specialcolor);*/
        /*border: 2px solid #0ca021;*/
        /*border: 2px solid var(--colorredwinston);*/
        border: 2px solid rgb(0, 0, 255);
        border-radius: 50px !important;
    }


.bg-natural {
    background-color: #f0f0f1 !important;
}

.specificitems li {
    background-color: #f0f0f1 !important;
    padding: 5px 20px;
    margin: 4px 4px;
    border-radius:5px;
    min-width:150px;
}

    .specificitems li .specificitems_title {
        font-weight:normal;
        font-size:13px;
    }
    .specificitems li .specificitems_value {
        color: #000;
    }

.product-comment {
    background-color: #f0f0f1 !important;
    font-size: 14px !important;
    font-weight: bold;
    margin: 10px;
    border-radius: 5px;
    padding:1px 7px;
}
    .product-comment i {
        font-size: 8px;
        font-weight: bold;
    }

#section_data {
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    padding: 20px 20px;
    font-weight:bold;
}

    #section_data .sectiontitle {
        color: #000;
        padding: 5px 10px;
        background-color: var(--darkblue);
        color: #fff;
        width: max-content;
        min-width: 200px;
        border-radius: 5px;
        text-align:center;
        font-size:14pt;
        margin-bottom:10px;
    }

    #section_data .specificitems_title, #section_data .specificitems_value {
        border: 1px solid #eee;
        padding: 10px 30px;
        margin-bottom: 5px;
        text-align: right;
        font-weight:bold;
    }

    #section_data .specificitems_title {
        border-radius: 0 50px 50px 0;
        background-color: #f0f0f1 !important;
    }
    #section_data .specificitems_value {
        border-radius:50px 0 0 50px;
        
    }
    #section_data .separator {
        border-bottom: 2px solid #eee;
    }

.btnaddtocart {
    background-color: var(--colorredwinston);
    color:#fff;
    font-weight:bold;
}

    .btnaddtocart i { padding:5px;
    }












/***************************************************/

.faq-section {
    padding: 10px 0;
}

.faq-header span {
    display: inline-block;
    color: #6366f1;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.faq-header h2 {
    font-size: 32px;
    font-weight: 800;
    color: #222;
    margin-bottom: 12px;
}

.faq-header p {
    color: #777;
    font-size: 15px;
}


/* FAQ Item */
.faq-item {
    border: 1px solid #eee !important;
    border-radius: 5px !important;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
}


    /* Header */
    .faq-item .card-header {
        background: #fff;
        border: 0;
        padding: 0;
    }


/* Button */
.faq-button {
    position: relative;
    width: 100%;
    padding: 20px 25px;
    padding-left: 65px;
    background: #fff !important;
    color: #222 !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 16px;
    font-weight: bold;
    transition: all .3s ease;
}


/* Icon */
.faq-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef2ff;
    color: #6366f1;
    font-size: 22px;
    font-weight: normal;
    transition: all .3s ease;
}


/* وقتی باز است */
.faq-button:not(.collapsed) {
    background: #f0f0f1 !important;
    /*color: #fff !important;*/
    color:#000;
}


    /* تبدیل + به × */
    .faq-button:not(.collapsed) .faq-icon {
        background: #fff;
        color: #6366f1;
        transform: translateY(-50%) rotate(180deg);
    }

    .faq-button:not(.collapsed) .faq-icon {
        font-size: 0;
    }

        .faq-button:not(.collapsed) .faq-icon::after {
            content: "×";
            font-size: 23px;
        }


/* جواب */
.faq-item .card-body {
    background: #fff;
    padding: 20px 25px 25px;
    color: #666;
    font-size: 15px;
    line-height: 2;
}


/* موبایل */
@media (max-width: 576px) {

    .faq-section {
        padding: 40px 15px;
    }

    .faq-header h2 {
        font-size: 27px;
    }

    .faq-button {
        padding: 18px 20px;
        padding-left: 60px;
        font-size: 14px;
    }

    .faq-item .card-body {
        padding: 18px 20px 20px;
        font-size: 14px;
    }
}

    /*********************/
