* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body{
    color: #dbdbdb;
}
.flx{
    display: flex;
    justify-content: center;
    align-items: center;
}

.titnowrap{
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}


.p-sec{
    width: 100%;
    overflow-x: hidden;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 40px 16px 80px;
}
.body.ar .p-sec{
    direction: rtl !important;
}
.p-sec .contbox{
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-flow: row nowrap;
    gap: 32px;
    padding: 24px 0px;
    justify-content: space-between;
}
.p-sec .p-img{
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}
.p-sec .p-img .main{
    border: 1px solid #ff890377;
    width: 600px;
    height: 600px;
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
    border-radius: 6px;
    background: #ff8a03;
    box-shadow: 0px 4px 4px 0px #ff890327;
}
.p-sec .p-img .main #mainImg{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#viewFullImg{
    position: absolute;
    bottom: 16px;
    right: 16px;
    transform-origin: center;
    -o-transform-origin: center;
    transition: all 0.2s ease-in-out;
    font-size: 32px;
    color: #ff8a03;
    z-index: 10;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    text-shadow: 0px 0px 3px black;
}
.p-sec .p-img .main #viewFullImg:hover{
    transform: scale(1.06);
}

.p-sec .rght{
    flex-grow: 1;
}


.pad-top-bg{
    padding-top: 40px;
}
.pad-top-med{
    padding-top: 24px;
}
.pad-top-sm{
    padding-top: 16px;
}
.pad-top-lit{
    padding-top: 10px;
}
.f-18{
    font-size: 18px;
}
.chooseus{
    line-height: 24px;
}
.row-color{
    display: flex;
    flex-flow: row nowrap;
    gap: 4px;
}
.cir-color{
    width: 24px;
    height: 24px;
    background-color: var(--main-col);
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #00000009;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.sec-path{
    width: 100%;
    padding: 16px 16px;
    background-color:#181717;
    border: 1px solid #ffffff11;
    color: #f4f4f4;
    display: flex;
    max-width: 1200px;
    border-radius: 10px;
    justify-content: center;
}
.sec-path .cont{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    gap: 12px;
    align-items: center;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.sec-path .cont .path-page a,
.sec-path .cont .path-page{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 10px;
}
.sec-path .icn{
    color: #b3b3b3;
    font-size: 18px;
    transition: all 300ms ease;
}
.sec-path a{
    transition: all 300ms ease;
    text-decoration: none;
    color: #b3b3b3;
}
.sec-path .cont .path-page:hover a,
.sec-path .cont .path-page:hover .icn{
    color: #ff8a03;
}
.sec-path .cont .path-page.mainpg .icn,
.sec-path .cont .path-page.mainpg a,
.sec-path .cont .path-page.mainpg .titnowrap{
    color: #ff8a03 !important;
}
.italic{
    font-style: italic;
}
.btn-row{
    display: flex;
    flex-flow: row nowrap;
    gap: 8px;
    padding-top: 24px;
}
.btn-row .link .cta-btn{
    padding: 10px 20px;
    background-color: #ff8a03;
    border: 2px solid #ff8a03;
    font-size: 16px;
    border-radius: 6px;
    color: #161616;
    position: relative;
    transition: all 500ms ease;
    text-decoration: none;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 6px;
}
.btn-row .link .cta-btn:hover{
    background-color: #cf7004;
    border: 2px solid #cf7004;
}
.btn-row .link .cta-btn .icon img{
    width: 22px;
}
#modalImg{
    border-radius: 6px;
    background: #161616;
}
.pad-lft{
    padding-left: 16px;
}
.bold{
    font-weight: bold;
}
.cat-bx{
    display: none;
}
.cat-bx.act{
    display: block !important;
}
.rght.content{
    color: #ffffff;
    font-size: 16px;
}
.rght.content a{
    text-decoration: none;
}
.rght.content p{
    color: #dbdbdb;
    letter-spacing: 0.7px;
    line-height: 1.7;
    padding: 0px 0px 8px;
    margin: 0px !important;
}



/* Main Content */
.rght.content strong{
    color: #FFFFFF !important
}
.rght.content h6,
.rght.content h5,
.rght.content h4,
.rght.content h3,
.rght.content h2,
.rght.contentn h1{
    padding-top: 24px !important;
    padding-bottom: 16px !important;
    margin: 0px !important;
    color: #ffffff !important;
    text-align: left !important;
}
.rght.content h1{
    font-size: 32px !important;
}
.rght.content h2{
    font-size: 24px !important;
    padding: 18px 0px 10px !important;
}
.rght.content h3{
    font-size: 18px !important;
    padding: 16px 0px 8px !important;
}
.rght.content h4{
    font-size: 18px !important;
    padding: 16px 0px 8px !important;
}
.rght.content h6,
.rght.content h5{
    font-size: 16px !important;
    padding: 16px 0px 8px !important;
}
.rght.content p{
    color: #c4c4c4;
    letter-spacing: 0.7px;
    line-height: 1.7;
    padding: 0px 0px  8px;
    margin: 0px !important;
}

.rght.content li{
    letter-spacing: 0.65px;
    padding: 6px 0px;
    line-height: 22px;
    color: #c4c4c4;
}

.body.ar .rght.content h6,
.body.ar .rght.content h5,
.body.ar .rght.content h4,
.body.ar .rght.content h3,
.body.ar .rght.content h2,
.body.ar .rght.contentn h1,
.body.ar .rght.contentn p{
    text-align: right !important;
}


.rght.content  .productname{
    color: #ff8a03 !important;
    font-size: 32px !important;
    padding-bottom: 18px !important;
}
.dtls-row{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 16px 10px;
}
.dtls-row .specific {
    display: flex;
    flex-flow: row nowrap;
    gap: 12px;
    align-items: center;
    font-size: 18px;
    color: #afafaf;
}
.dtls-row .specific .icn{
    font-size: 20px;
    color: #ff8a03;
}
@media (max-width: 786px){
    .txt-large{
        display: none !important;
    }
}
@media (max-width: 950px){
    .p-sec .contbox {
        flex-flow: column nowrap;
    }
    .p-sec .p-img .main{
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        max-width: 500px;
    }
    .p-sec .p-img .img-p-sm img,
    .p-sec .p-img .img-p-sm {
        width: 70px;
        height: 70px;
    }
    .p-sec .rght .subtit {
        font-size: 16px;
    }
    .btn-row .link{
        width: calc(50% - 4px);
    }
    .btn-row .link .cta-btn {
        width: 100%;
        justify-content: center;
    }
    .sec-path .txt{
        display: none !important;
    }
}
@media screen and (min-width: 951px) and (max-width: 1200px){
    .p-sec .p-img .main{
        width: 480px;
        height: 480px;
    }
}
.icn-flep i {
    transform: rotate(180deg);
    display: inline-block;
}
.body.ar ul, ol{
    padding-left: 0px !important;
    padding-right: 40px !important;
}