/* START RADIO BUTTON COLOR */

.available-color {
    margin-top: 30px;
}

.color-radios div {
    display: inline-block;
    margin-top: 10px;
}

.color-radios input[type=radio] {
    display: none;
}

.color-radios input[type=radio]+label {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.color-radios input[type=radio]+label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 22px;
}

.color-radios input[type=radio]+label span i {
    opacity: 0;
    transition: all 0.3s ease;
}

.color-radios input[type=radio]#kanisa-1+label span {
    background-color: #d494a1;
}

.color-radios input[type=radio]#kanisa-2+label span {
    background-color: #989396;
}

.color-radios input[type=radio]#kanisa-3+label span {
    background-color: #bba38c;
}

.color-radios input[type=radio]#kanisa-4+label span {
    background-color: #a2bb91;
}

.color-radios input[type=radio]#lamia-1+label span {
    background-color: #f19bca;
}

.color-radios input[type=radio]#lamia-2+label span {
    background-color: #a27fd8;
}

.color-radios input[type=radio]#lamia-3+label span {
    background-color: #979f85;
}

.color-radios input[type=radio]#faatin-1+label span {
    background-color: #dab9c4;
}

.color-radios input[type=radio]#faatin-2+label span {
    background-color: #c3c0db;
}

.color-radios input[type=radio]#faatin-3+label span {
    background-color: #9ca495;
}

.color-radios input[type=radio]:checked+label span i {
    opacity: 0;
    color: #fff;
}

/* START RADIO BUTTON SIZE */

.available-size {
    margin-top: 30px;
}

.size-radios div {
    display: inline-block;
    margin-top: 10px;
}

.size-radios input[type=radio] {
    display: none;
}

.size-radios input[type=radio]+label {
    color: #606060;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.size-radios input[type=radio]+label span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 28px;
    background-color: #f6f6f6;
}

.size-radios input[type=radio]+label span:hover {
    background-color: #dddddd
}

.size-radios input[type=radio]:checked+label span {
    background-color: #fcb216;
}

.size-radios input[type=radio]+label span i {
    vertical-align: middle;
}

.size-radios input[type=radio]:checked+label span i {
    font-weight: 400;
    color: #fff;
}

/* SIZE DETAIL TABLE */
.size-table {
    padding: 20px 0;
    margin: 10px;
    border-top: 0px;
}

.size-table .single-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

/* .size-table .single-row span {
    width: 50%;
} */

.size-table .single-row .size-value {
    text-align: center;
}

.size-table .single-row .spesification-value {
    text-align: left;
    width: 70%;
}

.size-table .single-row .spesification {
    color: #7451a2;
    font-weight: 600;
}

.size-table .single-row .spesification-value ul li {
    list-style: disc;
    margin-left: 15px;
}

.size-table .single-row .spesification-value ul li::marker {
    color: #fcb216;
}

.product-description p {
    font-weight: 200;
    color: #989396;
}

.product-button {
    margin-bottom: 20px;
}

.gratis-ongkir p {
    color: #606060;
    font-size: 14px;
}

.gratis-ongkir p i {
    color: #fcb216;
    font-size: 14px;
    padding-right: 5px;
}

.gratis-ongkir span i {
    color: #fcb216;
    padding-right: 5px;
}

/* REVIEW */
.total-star i {
    display: inline-block;
    margin: 0 1px;
    color: #cccccc;
}

.total-star.five-star i:nth-child(-n+5) {
    color: #fbd600;
}

.total-star.four-star i:nth-child(-n+4) {
    color: #fbd600;
}

.total-star.three-star i:nth-child(-n+3) {
    color: #fbd600;
}

.total-star.two-star i:nth-child(-n+2) {
    color: #fbd600;
}

.total-star.one-star i:nth-child(-n+1) {
    color: #fbd600;
}

.total-comment {
    margin-top: 30px;
}

.total-comment h4 {
    color: #7451a2;
    margin-bottom: 20px;
}

.total-comment .single-comment .user-details span {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 20px;
    font-size: 30px;
    line-height: 70px;
    text-align: center;
    color: #FFF;
    background-color: #7451a2;
}

.comment-mobile h4 {
    margin-top: 35px;
}

@media (max-width: 575px) {
    .total-comment .single-comment .user-details .user-name {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 992px) {
    .comment-desktop {
        display: inline;
    }

    .comment-mobile {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .comment-desktop {
        display: none;
    }

    .comment-mobile {
        display: inline;
    }
}

.total-comment .single-comment .user-details .user-name h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.total-comment .single-comment .user-details .user-name h5 i {
    font-size: 13px;
    font-weight: 100;
    margin-bottom: 5px;
    color: #606060;
}

.total-comment .single-comment .user-comment {
    margin-top: 15px;
    margin-bottom: 30px;
}