@import url(/assests/css/color.css);
@import url(/assests/css/nav.css);
@import url(/assests/css/style.css);
@import url(/assests/css/footer.css);

.singel-product{
    margin-top: 3%;
}


.product-image-priview{
    width: 100%;
    border: 2px solid var(--border-color);
    border-radius: 10px;
    padding: 8px;
}
.main-img-box{
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.main-image{
    width: 100%;
    height: auto;
}
.small-img-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    border-radius: 6px;
    overflow: hidden;
}
.small-img{
    margin-right: 8px;
    height: 100px;
    width: 100px;
    cursor: pointer;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    overflow: hidden;
}

.small-image{
    height: auto;
    width: 100%;
    border-radius: 6px;
}


/* ========== Product Details ================ */

.product_name h3 {
    font-size: 30px;
    margin: 0;
    color: var(--black);
}

.rating {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-top: 10px;
}

.rating .rating_icon i {
    color: var(--rating-color);
    font-size: 16px;
}
.rating .rating-number{
    color: var(--black);
}

.price-bx {
    display: flex;
    margin: 10px 0;
    align-items: center;
}
.price_sale .sale span{
    color: var(--black);
    font-size: 20px;
}
.price-reguler .reguler {
    color: #327482;
    font-size: 16px;
    text-decoration: line-through;
    margin-right: 10px;
}

.price_sale .sale {
    font-size: 20px;
    color: var(--black);
}
.updated_variation{
    color: var(--black);
    font-size: 14px;
}
.short {
    font-size: 15px;
    font-family: Roboto;
    color: var(--black);
}

.quantity-box {
    width: 50%;
    display: flex;
    margin-bottom: 20px;
}
.qty-num {
    border: 0;
    text-align: center;
    width: 15%;
    background: transparent;
    color: var(--black);
    padding: 5px;
    outline: none;
}
.quantity-box {
    width: 50%;
    display: flex;
    gap: 10px;
    align-items: center;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.minus,
.plus {
    background: var(--primary-color);
    border: 0;
    display: flex;
    padding: 3px;
    border-radius: 50px;
    color: #fff;
    font-size: 22px;
    transition: all 0.3s ease-in-out;
}
.minus:hover,
.plus:hover{
    background: var(--secondary-color);
}

.singel-product-cart-checkout {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 15px;
}

.singel-product-cart-checkout .addtocart_btn_bx {
    display: flex;
    width: 50%;
}
.product_link.extra-style {
    width: 100% !important;
    text-align: center;
}

.add_cart_btn.singel-prdct {
    padding: 5px 35px;
}

.singel-product-phn-number .phn-num{
    background: var(--primary-color);
    color: #fff;
}
.singel-product-phn-number {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.singel-product-phn-number .phn-num {
    background: var(--primary-color);
    color: #fff;
    font-size: 18px;
    padding: 5px 20px;
    border-radius: 6px;
}
.deal_title.singel-pdct-title {
    font-size: 30px;
}

/* ============== Description & Review ================== */
.product-description{
    margin-top: 5%;
}
.desc-review-btns {
    display: flex;
    gap: 15px;
    border-bottom: 2px solid var(--border-color);
    padding-bottom: 7px;
}

.desc-review-btn {
    width: 15%;
    display: flex;
    justify-content: center;
    background: var(--primary-color);
    border: 0;
    display: flex;
    padding: 5px 37px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.desc-review-btn:hover{
    background: var(--secondary-color);
}
.description-box,
.review-box {
    margin-top: 15px;
}
.desc-data {
    font-size: 17px;
}
.description-box.desc-open{
    display: none;
}
.review-box.review-open{
    display: none;
}
.reviewer-name h4 {
    font-size: 18px;
    margin: 0;
}
.rating.extra{
    margin-top: 0 !important;
}

.from_control {
    display: flex;
    gap: 30px;
    margin-bottom: 10px;
}
.note{
    font-size: 16px;
    font-family: 'Raleway', sans-serif !important;
}
.from-control-bx {
    width: 49%;
}
.field_control {
    width: 100%;
    outline: 0;
    border: 1px solid var(--border-color);
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 16px;
    font-family: 'Raleway', sans-serif !important;
}

.submit-btn {
    margin-top: 15px;
    text-align: right;
}

.submit-btns {
    color: #fff;
    background: var(--primary-color);
    font-size: 18px;
    font-family: 'Raleway', sans-serif !important;
    padding: 4px 20px;
    border: 0;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}

.submit-btns:hover{
    background: var(--secondary-color);
}

.get_review {
    margin-top: 5%;
    background: #f2fbfe;
    padding: 15px;
    border-radius: 6px;
}
.deal_title.review {
    text-align: center;
    font-family: 'Philosopher', sans-serif;
    margin-bottom: 30px;
}

.phn-num {
    width: 100%;
    text-align: center;
}
.social_icon_list{
    margin-top: 5px;
    display: flex;
    gap: 10px;
}
.social-links {
    margin-top: 22px;
}
.social-links .social-title {
    color: #000;
    font-family: 'AdorNoirrit' !important;
    font-size: 20px;
}
.offcanvas_cart .pd_price {
  display: none;
}


@media screen and (max-width: 768px){
    /* =========== Product Details ============ */
    .row.singel-product-row {
        flex-direction: column !important;
    }
    .col-4.singel-product-col {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .col-4.singel-product-col.extra-hide-col {
        display: none;
    }
    .singel-product {
        margin-top: 115px;
    }
    .main-image {
        width: 100%;
        height: 385px !important;
    }
    .desc-review-btn{
        width: 45% !important;
        font-size: 14px;
    }

    .deal_title {
        font-size: 30px !important;
    }

}
@media screen and (max-width: 992px){
    /* =========== Product Details ============ */
    /* .row.singel-product-row {
        flex-direction: column;
    } */
    .col-4.singel-product-col {
        width: 50%;
        margin-bottom: 20px;
    }
    .col-4.singel-product-col.extra-hide-col {
        display: none;
    }
    .main-image {
        width: 100%;
        height: 315px;
    }
    .small-image {
        height: 70%;
        width: auto;
        border-radius: 6px;
    }
    .desc-review-btn{
        width: 30%;
    }

    /* =========== Hot Deal & Product ============== */
    
}


/* =========== Variation =============== */

.variation-btn {
    display: inline-block;
    width: 5rem;
    height: 55px;
    text-align: center;
    font-size: 16px;
    border: 1px solid var(--primary-color);
    margin: 10px;
    margin-left: 0;
    line-height: 55px;
    text-transform: capitalize;
    color: #383838;
    cursor: pointer;
    font-family: 'Raleway', sans-serif !important;
}

input[name="product_variation"]:checked + .variation-btn{
    background-color: var(--primary-color);
    color: #fff;
}

.pd_variation{
    color: var(--black);
}

@media only screen and (max-width: 767px){
  .order-now-btn{
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 15vw !important;
    font-size: 7vw !important;
}  
}







