
    .defaultProductPage{
        width: 100%;
        min-height: 90vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .defaultProductPageBody{
        width: 90%;
        max-width: 1500px;
        padding: 20px;
        background-color: #FFF;
        margin: 20px 0;
        border-radius: 20px;
    }
    .defaultProductPageTop{
        display: flex;
        align-items: flex-start;
    }
    .defaultProductPageImageArea{
        width: 60%;
        display: flex;
        flex-direction: row;
        position: sticky;
        top: 150px;
    }
    .defaultProductPageTextArea{
        width: 40%;
    }
    .selectImageLeft{
        width: 100px;
    }
    .selectImageLeft ul{
        list-style-type: none;
    }
    .selectImageLeft ul li{
        width: 99px;
        height: 99px;
        border-radius: 5px;
        margin-bottom: 10px;
        cursor: pointer;
    }
    
    .selectImageLeft ul li img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .selectImageRight{
        width: calc(100% - 125px);
        margin: 0 10px;
        border-radius: 10px;
        margin-bottom: 70px;
        max-height: 500px;
        position: relative;
    }
    
    
    .selectImageRight img{
        width: 100%;
        height: 100%;
        /*max-height: 600px;*/
        object-fit: contain;
        cursor: zoom-in;
    }
    
    .pathList{
        list-style-type: none;
    }
    .pathList li{
        font-size: 12px;
        color: rgba(0,0,0,0.6);
        float: left;
        margin-right: 5px;
    }
    .pathList li a{
        display: flex;
        align-items: center;
        color: rgba(0,0,0,0.6);
        text-decoration: none;
    }
    .activePath{
        font-weight: bold;
    }
    .pathList li svg{
        width: 12px;
        height: 12px;
    }
    .defaultProductName{
        font-size: 20px;
        padding: 10px 0;
        /*font-weight: bold;*/
    }
    .overAllRatingTag{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        color: #FFF;
        padding: 5px 10px;
        max-width: 35px;
        border-radius: 20px;
    }
    .overAllRatingTag svg{
        width: 14px;
        height: 14px;
        margin-left: 5px;
    }
    .basedRatingArea{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 8px 0 15px 0;
    }
    .basedRatingArea span{
        color: rgba(0,0,0,0.6);
        font-size: 12px;
        display: block;
        margin-left: 10px;
    }
    .defaultProductPriceArea{
        display: flex;
        justify-items: flex-start;
        align-items: center;
    }
    .defaultProductPriceArea span{
        display: block;
        margin-right: 10px;
    }
    .defaultProductPriceArea .listingPrice{
        font-size: 25px;
        font-weight: bold;
    }
    .defaultProductPriceArea .mrPrice{
        font-size: 20px;
        font-weight: bold;
        color: rgba(0,0,0,0.6);
        text-decoration:line-through;
    }
    .defaultProductPriceArea .offPrice{
        font-size: 14px;
    }
    .defaultAddons{
        /*padding: 10px;*/
        border-radius: 5px;
        margin-top: 20px;
    }
    .defaultAddonsHeading{
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        border-bottom: 0.1px solid red;
        padding: 10px;
    }
    .defaultAddons .ck-content{
        margin-top: 20px;
        padding-bottom: 10px;
    }
    .defaultAddons .fa-plus{
        display: block;
    }
    .defaultAddons .fa-minus{
        display: none;
    }
    .activeAddon .fa-plus{
        display: none;
    }
    .activeAddon .fa-minus{
        display: block;
    }
    .deliveryIconsArea ul{
        list-style-type: none;
        display: flex;
    }
    .deliveryIconsArea ul li{
        width: 100px;
        font-size: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 20px 0;
        border-radius: 5px;
        margin: 10px 10px 10px 0 ;
    }
    .deliveryIconsArea ul li svg{
        margin-bottom: 10px;
    }
    .deliveryIconsArea ul li span{
        display: block;
        max-width: 90%;
        text-align: center;
    }
    .selectButtonArea{
        width: calc(100% - 0px);
        margin: 10px 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }
    .addToCartButton{
        padding: 20px;
        background-color: #1A4F69;
        color: #FFF;
        border: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        cursor: pointer;
    }
    .addToCartButton svg{
        width: 18px;
        height: 18px;
        color: #FFF;
        margin-right: 10px;
    }
    .clickToZoom{
        display: block;
        position: absolute;
        padding: 10px 20px;
        color: #FFF;
        font-size: 12px;
        bottom: 20px;
        right: 20px;
        border-radius: 30px;
        pointer-events: none;
        opacity: 0;
        transition: 0.5s;
    }
    .clickToZoom div{
        display: flex;
        align-items: center;
        justify-content: center;
    } 
    .clickToZoom div svg{
        width: 16px;
        height: 16px;
        color: #FFF;
        margin-right: 5px;
    }
    .selectImageRight:hover .clickToZoom{
        opacity: 1;
    }
    .variations{
        margin-top: 10px;
    }

    .variations ul{
        list-style-type: none;
        margin-top: 10px;
    }
    .variations li{
        display: inline-block;
    }
    .defaultVariation{
        padding: 5px 10px;
        border-radius: 20px;
        font-size: 14px;
        cursor: pointer;
    }
    .variation_heading{
        font-size: 14px;
        font-weight: bold;
        color: #000;
    }
    .activeBrand{
        color: #FFF!important;
    }
    .variationImg img{
        width: 80px;
        object-fit: contain;
    }
    .imageVariation{
        text-align: center;
    }
    .imageVariation{
        padding: 5px;
        border-radius: 5px;
        font-size: 14px;
        cursor: pointer;
    }
    .colorStyle{
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin: 5px;
        border:2px solid #FFF;
    }
    
    .variationbtnstyle a{
        text-decoration: none;
    }
    
    .relatedProductsArea{
        padding: 100px 0;
        /*background-color: red;*/
    }
    .relatedProductsHeading{
        font-size: 35px;
        font-weight: bold;
        text-align: center;
    }
    
    @media only screen and (max-width: 900px){
        .defaultProductPageTop{
            flex-direction: column;
        }
        .defaultProductPageImageArea{
            width: 100%;
            position: static;
            flex-direction: column-reverse;
        }
        .defaultProductPageTextArea{
            width: 100%;
        }
        .selectImageLeft{
            width: 100%;
        }
        .selectImageLeft ul{
            display: flex;
            justify-content: space-between;
            margin-top: 10px;
            gap: 5px;
        }
        .selectImageLeft ul li{
            width: 100%;
            float: left;
            height: 80px;
        }
        .selectImageRight{
            width: 100%;
            margin: 0;
        }
        .defaultProductPageBody {
            padding: 20px 10px;
            width: calc(96% - 20px);
        }
        .selectButtonArea{
            position: fixed;
            bottom: 0;
            left: 0;
            margin: 0;
            background-color: #FFF;
            gap: 0;
            z-index: 99;
        }
        .addToCartButton{
            padding: 10px;
            white-space: nowrap;
            border-radius: 0;
            font-size:12px;
        }
    }