@media (prefers-reduced-motion: no-preference) {
    @media (prefers-reduced-motion: no-preference) {
        .master-wrapper-page .product-name h1 {
            text-align: center;
            font-size: 26px;
            color: #007ba4
        }
    }
}

@media (min-width: 1025px) {
    .master-wrapper-page .configure {
        float: right;
        width: 63%;
        padding-left: 50px;
       
    }
}

@media (prefers-reduced-motion: no-preference) {
    @media (prefers-reduced-motion: no-preference) {
        @media (min-width: 1025px) {
            .master-wrapper-page .overview {
                float: left;
                width: 100%;
                padding-left: 0;
                padding-right: 10px;
                margin-bottom: 0;
              
            }
        }
    }
}

@media (prefers-reduced-motion: no-preference) {
    @media (prefers-reduced-motion: no-preference) {
        @media (min-width: 1025px) {
            .master-wrapper-page .gallery {
                float: left;
                margin-bottom: 20px;
                width: 37%;
            }
        }
    }
}

@media (prefers-reduced-motion: no-preference) {
    @media (prefers-reduced-motion: no-preference) {
        .master-wrapper-page .overview, .variant-overview {
            position: relative;
            margin: 0 0 20px;
            padding: 10px;
           
        }
    }
}

@media (prefers-reduced-motion: no-preference) {
    @media (prefers-reduced-motion: no-preference) {
        .master-wrapper-page .overview .attributes, .variant-overview .attributes {
            padding: 0;
            background: none;
            border-radius: 10px;
        }
    }
}

@media (prefers-reduced-motion: no-preference) {
    @media (prefers-reduced-motion: no-preference) {
        .master-wrapper-page .product-content-wrappper {
            padding: 10px 0;
            background: none;
        }
    }
}

@media (prefers-reduced-motion: no-preference) {
    @media (prefers-reduced-motion: no-preference) {
        .master-wrapper-page .overview > div, .variant-overview > div {
            padding: 15px;
            margin: 0;
            border-bottom: none;
            text-align: left;
            font-size: 14px;
            color: #666;
        }
    }
}

.master-wrapper-page .attributes div {
    padding: 10px 10px 10px;
    color: #007ba4;
}

.master-wrapper-page .product-configure {
    background: #007ba4 !important;
    color: white !important;
   
}

.master-wrapper-page .product-essential .product-name {
    display: table;
    direction: rtl;
    padding: 10px 15px;
    width: 100%;
    border-bottom: none;
}

.master-wrapper-page .short-description-plx {
    padding: 0 !important;
    margin-top: -15px !important;
    margin-bottom: 10px !important;
}

.master-wrapper-page .short-description-plx :link {
    color: #007ba4;
}

