.page-title-wrapper.product{
    display:flex;
    justify-content: center;
    
    
}
.base[data-ui-id="page-title-wrapper"] {
    font-family: GeneralSans;
    font-size: 48px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    color: #280046;
}
.page-title{
    margin: 0 0 40px 0;
}
.column.main{
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-info-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-img-div{
    display: flex;
    justify-content: center;
}
#product-img {
    width: 250px;
    aspect-ratio: 1 / 1.25;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #EBEBEB;
}
.product-info-main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0;
    width: auto;
    gap: 2px;
}
.product-info-main .price-box{
    margin-top: 40px;
}
.product-info-main .price-box .price-wrapper .price{
    font-family: GeneralSans;
    font-size: 48px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    color: #280046;
    margin: 0;
}
.price-boxprice-final_price{
    margin: 0;
}
#product_addtocart_form{
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* .product-options-wrapper{
    width: 50%;
} */
.swatch-attribute-label,
.swatch-attribute-selected-option,
.swatch-option-tooltip {
    display: none !important;
}
.product-options-wrapper .fieldset{
    margin: 0;
    justify-content: center;
}
.product-options-wrapper .fieldset .swatch-opt{
    width: 100%;
}
.fieldset:last-child{ /* this same class/style is applied for qty-addto cart button div */
    /* margin: 0; */
    display: flex;
    width: 715px;
}
.product-options-wrapper .swatch-attribute-options.clearfix{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 715px;
    gap: 6px;
}


.product-options-wrapper .swatch-option.text{
    height: 68px;
    width: 338px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    border-radius: 10px;
    border: solid 0.5px #1d0033;
    background-color: #ffffff;
    margin: 7px;
    box-shadow: none;
}
.c-pro-opts-main{
    display: flex;
    margin-left: 20px;
    margin-top: 3px;
    gap: 10px;
}
/* unchecked */
.swatch-option.text.c-pro-opts-container .c-pro-opts-img1-div{
    height: 15px;
    width: 15px;
    border-radius: 10px;
    border: 2px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.arabic-rtl .c-pro-opts-main{
    margin-right: 20px;
    margin-left: 0;
}
.swatch-option.text.c-pro-opts-container .c-pro-opts-val{
    font-size: 14px;
    font-weight: bold;
    font-family: Inter;
    color: #280046;
}
.swatch-option.text.c-pro-opts-container .c-pro-opts-price{
    font-size: 14px;
    font-weight: bold;
    font-family: Inter;
    color: #ff4d01;
    margin-right: 20px;
    margin-top: 3px;
}
.arabic-rtl .swatch-option.text.c-pro-opts-container .c-pro-opts-price{
    margin-right: 0;
    margin-left: 20px;
}
/* unchecked */
/* checked */
.swatch-option.text.c-pro-opts-container.selected{
    background-color: #1d0033;
    outline: none;
    box-shadow: none;
}
.swatch-option.text.c-pro-opts-container.selected .c-pro-opts-img1-div{
    border: 2px solid #ffffff;
}
.swatch-option.text.c-pro-opts-container.selected .c-pro-opts-val{
    color: #ffffff;
}
.swatch-option.text.c-pro-opts-container.selected .c-pro-opts-price{
    color: #ffffff;
}
.swatch-option.selected{
    outline: none !important;
}
/* checked */
.short-desc{
    display: flex;
    justify-content: center;
    font-family: Inter;
}
.short-desc-main{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.short-desc-img{
    height: 14px;
    width: 14px;
}
.short-desc-txt{
    font-size: 14px;
    color: #818181;
    text-align: left;
}
/* product description - faq/return policy */
.faq-ret-container{
    display:flex;justify-content: center;
    padding: 0;
}
.faq-ret-main{
    width: 700px;margin: 35px 0 0 0;
}
.faq-ret-tab {
    overflow: hidden;
}
.desc-tablinks{
    font-size: 16px;
    font-weight: bold;
    font-family: Inter;
    color: #818181;
    float: left;
    padding: 14px 0;
    margin-right: 14px;
    transition: 0.3s;
}
.faq-ret-tab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 0;
    margin-right: 14px;
    transition: 0.3s;
    background-color: white;
    border-radius: 0;
}
.arabic-rtl .faq-ret-tab button{
    float: right;
}
.faq-ret-tab button.active {
    color: #9000ff;
    border-bottom: 2px solid #9000ff;
}
.tabcontent {
    display: none;
    padding: 30px 0;
    border-top: none;
}
.drpdwn-tgl-main{
    display:flex;
    flex-direction: column;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}
.drpdwn-tgl-main:last-of-type{
    margin: 0;
}
.drpdwn-tgl{
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    background-color: #f8f8f8;
}
.drpdwn-tgl.active{
    font-weight: bold;
}

.drpdwn-tgl-head{
    font-size: 16px;font-family: Inter;color: #1d0033;
}
.drpdwn-tgl.active + .drpdwn-tgl-txt-container{
    display: flex;
    opacity: 1;
    max-height: 1000px;
    padding: 0 30px 30px 30px;
}
.drpdwn-tgl-txt-container{
    display: flex;
    opacity: 0;
    max-height: 0px;
    flex-direction: column;background-color: #f8f8f8;padding: 0 30px;gap:12px;
    transition: opacity 0.3s ease, max-height 0.3s ease, padding 0.3s ease;
}
.drpdwn-tgl-txt-main{
    display:flex;flex-direction: column;
}
.drpdwn-tgl-txt-h, .drpdwn-tgl-txt{
    font-size: 12px;line-height: 1.3;color: #413a45;font-family: Inter;
}
.drpdwn-tgl-txt-h{
    font-size: 13px;
    font-weight: bold;
}
.product-info-main div.mage-error{
    display: unset !important;
    position: relative !important;
    bottom: unset !important;
}
.fieldset{
    box-shadow: none !important;
}
/* product description - faq/return policy */
/* related pro */
.crel-pros-container{
    display: flex; justify-content: center;
}
.crel-pros-main{
    display: flex;flex-direction: column;width: 700px;text-align: center;
}
.crel-pros-h{
    font-size: 48px;font-weight: 600;font-family: GeneralSans;color: #1d0033;
}
.crel-pros-txt{
    font-size: 14px;font-family: Inter;color: #413a45;margin-bottom: 29px;
}
.creal-pros-slider-main{
    margin: 13px 0;
}
.crel-pros-card-main{
    display: flex;justify-content: center;
}
.crel-pros-card{
    display:flex;flex-direction:column;width: 215px;
}
.crel-pros-img{
    height: 260px;border-radius:10px;overflow:hidden;background-position: center;background-size: cover;border: 1px solid #EBEBEB;
}
.crel-pros-name-bx{
    height: 41px;display: flex;justify-content: center;align-items: center;
}
.crel-pros-name{
    font-size: 16px;font-weight: 600;font-family: Inter;color: #1d0033;
    text-decoration: none !important;
}
.crel-pros-container a:visited,.crel-pros-container .alink:visited, .crel-pros-container a:hover, .crel-pros-container .alink:hover{
    text-decoration: none !important;
}
.crel-pros-btn-div{
    display: flex;justify-content: center;margin-top: 18px;
}
.crel-pros-btn{
    height: 60px;width: 220px;display: flex;justify-content: center;align-items: center;border-radius: 10px;background-image: linear-gradient(259deg, #9000ff 99%, #7200cb 2%);font-size: 14px;font-weight: bold;
    color:#ffffff !important;
    text-decoration: none !important;
}
.swatch-input.super-attribute-select{
    left: 0;    
}
/* related pro */
@media (min-width: 769px){
    .product-info-main {
        width: auto !important;
    }
}
@media (max-width: 769px){
    .product-options-wrapper .fieldset .swatch-opt, .short-desc-main, .faq-ret-main{
        width: 96%;
    }
    .faq-ret-container{
        padding: 0;
    }
    .drpdwn-tgl-head{
        font-size: 12px;
    }
    .drpdwn-tgl-txt-container{
        padding: 0 15px 15px 15px;
    }
    .drpdwn-tgl{
        padding: 0 15px;
    }
    .drpdwn-tgl.active .drpdwn-tgl-head{
        font-size: 16px;
    }
    .crel-pros-container{
        padding: 0;
    }
    .crel-pros-main{
        width: 100%;
    }
    .crel-pros-txt{
        margin-bottom: 21px;
    }
}
/* related pro */
@media screen and (max-width: 680px) {
    .crel-pros-h{
        font-size: 37px;
    }
    .crel-pros-txt{
        font-size: 12px;
    }
}
@media screen and (max-width: 499px) {
    .creal-pros-slider-main{
        margin-right: -15px;
        margin-left: -15px;
    }
    .crel-pros-container .slick-slide{
        margin: 0 7px;
    }
    .crel-pros-btn{
        width: 94%;
    }
}
/* related pro */
@media (max-width: 390px){
    .short-desc-txt{
        font-size: 9px;
        text-align: start;
    }
}
@media (max-width: 360px){
    .drpdwn-tgl-head{
        font-size: 11px;
    }
}
@media (max-width: 360px){
    .drpdwn-tgl-head{
        font-size: 11px;
    }
}
.swatch-option.disabled {
    display: none !important;
}
@media (max-width: 768px){

.base[data-ui-id="page-title-wrapper"] {
    font-family: GeneralSans;
    font-size: 27px;
   
}
.product-info-main .price-box .price-wrapper .price{
    font-family: GeneralSans;
    font-size: 27px;
}
}
 