
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .buynow{
        background-color: #fff!important;
        color: #282c3f !important;
        cursor: pointer!important;
        font-size: 14px!important;
        margin-top: 10px!important;
        margin-left: 0px!important;
        line-height:1.2rem!important;
        border: 1px solid #d4d5d9!important;
        box-shadow: none !important;
    }
    .buynow-btn{
        background-color: #fff!important;
        color: #e40046 !important;
        cursor: pointer!important;
        font-size: 14px!important;
        margin-top: 10px!important;
        margin-left: 0px!important;
        line-height:1.2rem!important;
        border: 1px solid #535766!important;
        box-shadow: none !important;
    }
    .wishlist-disabled:hover{
        background-color: #fff !important;
        cursor: default !important;
    }
    .buynow:hover{
        border: 1px solid #535766;
    }
    .addtocart{
        background-color: Black!important;
        color: white !important;
        cursor: pointer!important;
        font-size: 14px!important;
        margin-top: 10px!important;
        margin-left: 0px!important;
        line-height:1.2rem!important;
        box-shadow: none !important;
    }
    .checkavailablity{
        background-color: Black!important;
        color: white !important;
        cursor: pointer!important;
        font-size: 12px!important;
        margin-bottom: 6px !important;
        margin-top: 3px;
        font-weight:600 !important;
    }
    .gallery-wrap .img-big-wrap img {
        max-height: 100% !important;
        width: 100% !important;
        object-fit: cover !important;
        display: block !important;
        cursor: zoom-in !important;
        margin-left: 0px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .gallery-wrap .img-small-wrap .item-gallery {
        width: 70px;
        height: 50px;
        margin: 7px 2px;
        display: inline-block;
        overflow: hidden;
    }
    .gallery-wrap .img-small-wrap {
        display:flex;
        justify-content: center;
    }
    .gallery-wrap .img-small-wrap img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        cursor: zoom-in;
    }
    .pdp-e-i-head{
        color: #333333;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-height: 27px;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 20px;

    }
    .final-price{
        color:#ff2341;
        font-size: 23px;
    }
    .product-disc{
        color: #535766;
        font-size: 12px;
        border: 1px solid #ccc;
        display: inline-block;
        border-radius: 1px;
        padding: 0px 5px 0px 5px;
        background: #fff;
        font-weight:600;
    }
    .normalText{
        color: #bbbbbb;
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 3px;
        display: inline-block;
    }
    .pdpcutprice{
        color: #bbbbbb;
        font-size: 13px;
        text-decoration: line-through;
        line-height: 15px;
        margin-bottom: 3px;
    }
    .inputBox{
        font-size:13px;
        border-radius:2px;
        border:1px solid black;
        color: #333;
        background-color: white;
        box-shadow:none!important;
        height:32px;
        width:75%;
        padding-left: 10px;
        outline:none;
    }
    .expect-delvry{
        font-size: 13px;
        color: #565656;
        margin-top: 10px;
    }
    #productdetail{
        margin-top:0px;
        margin-bottom:0px;
    }
    .carousel .carousel-indicators li {
        width: .625rem;
        height: .625rem;
        cursor: pointer;
        border-radius: 50%;
    }
    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: gray !important;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease;
    } 
    .carousel-indicators .active{
        background-color: #e40046 !important;
    }
    .index-header{
        margin-top: 10px;
        color:#666666;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .index-flexRow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .index-flexColumn-right{
        width:60%;
    }
    .index-flexColumn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width:40%;
    }
    .index-averageRating {
        height: 58px;
        font-size: 48px;
        color: #282c3f;
    }
    .index-starIcon {
        margin: 25px 0 0 10px;
    }
    .myntraweb-sprite {
        display: inline-block;
    }
    .sprites-productRatingsExcellentIcon {
        background-position: -171px -28px;
        width: 24px;
        height: 24px;
    }
    .index-countDesc {
        margin-top: 12px;
        font-size: 12px;
        font-weight: 400;
        color: #282c3f;
    }
    .index-separator {
        margin-left: 34px;
        height: 96px;
        border-left: 1.2px solid #eaeaec;
        width:0%;
    }
    .index-rating {
      font-size: 12px;
      color: #a9abb3;
    }
    .index-ratingLevel {
        width: 7px;
    }
    .index-grayStarIcon {
        margin: 2px 3px;
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
    .sprites-productRatingsGrayIcon {
        background-position: -265px -28px;
        width: 12px;
        height: 12px;
    }
    .index-count {
        font-size: 12px;
        color: #282c3f;
        margin-left: 9px;
    }
    .index-ratingBarContainer .progress {
        border: none;
        margin-top: 6px;
        width: 120px;
        height: 4px;
        background: #f5f5f6;
    }
    .index-ratingBarContainer .progress-bar[data-rating="1"] {
        background-color: #f16565;
    }
    .index-ratingBarContainer .progress-bar[data-rating="2"] {
        background-color: #fcb301;
    }
    .index-ratingBarContainer .progress-bar[data-rating="3"] {
        background-color: #72bfbc;
    }
    .index-ratingBarContainer .progress-bar[data-rating="4"],.index-ratingBarContainer .progress-bar[data-rating="5"] {
      background-color: #14958f;
    }
    .index-ratingBarContainer {
        margin-left: 10px;
        height: 18px;
    }
    .detailed-reviews-userReviewsContainer {
        margin-bottom: 15px;
    }
    .user-review-userReviewWrapper {
        border-bottom: 1px solid #eaeaec;
        padding: 10px 0;
        margin: 0;
    }
    .user-review-userReviewWrapper .user-review-main {
        position: relative;
    }
    .user-review-showRating {
        padding-left: 35px;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-starWrapper {
        position: absolute;
        top: 3px;
        left: 0;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating.user-review-fourStars, .user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating.user-review-threeStars {
        background-color: #72bfbc;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating.user-review-fiveStars {
        background-color: #14958f;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating.user-review-oneStar {
        background-color: #f16565;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating.user-review-twoStars {
        background-color: #fcb301;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating {
        color: #fff;
        font-size: 10px;
        font-weight: 600;
        position: relative;
        height: 14px;
        width: 22px;
        line-height: 14px;
        display: block;
        padding-left: 4px;
        border-radius: 1px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .user-review-starIcon {
        position: absolute;
        top: 1px;
        left: 10px;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-reviewTextWrapper {
        font-size: 12px;
        color: #282c3f;
        line-height: 20px;
    }
    .user-review-userReviewWrapper .user-review-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: #565a63;
        font-size: 12px;
        margin-top: 10px;
    }
    .user-review-showRating {
        padding-left: 35px;
    }
    .user-review-userReviewWrapper .user-review-footer .user-review-left span:first-child::after {
        content: "|";
        width: 15px;
        display: inline-block;
        text-align: center;
    }
    .detailed-reviews-allReviews, .detailed-reviews-allReviews:active, .detailed-reviews-allReviews:hover, .detailed-reviews-allReviews:visited {
        font-size: 12px;
        font-weight: 600;
        color: #ff3f6c;
    }
    .index-overallRating {
      margin-bottom: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      height: 29px;
      padding: 8px;
      border: 1px solid #eaeaec;
      border-radius: 2px;
      cursor: pointer;
      font-size: 12px;
      font-weight: 500;
      color: #282c3f;
    }
    .index-overallRating .index-starIcon {
      margin: 0 -8px 0 -2px;
      -webkit-transform: scale(.6);
      transform: scale(.6);
    }
    .index-overallRating .index-separator1 {
      margin-left: 8px;
      color: #666;
      width: 1px;
    }
    .index-overallRating .index-ratingsCount {
      margin-left: 8px;
      font-weight: 400;
      color: #535766;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
    }
    .availability{
        margin-top: 0 !important;
        padding-bottom: 4px;
    }
    .a-size-medium{
        font-size: 12px !important;
        line-height: 18px !important;
    } 
    .a-color-success{
        color: #007600 !important;
    }
    .a-color-price{
        color: #B12704 !important;
    }
        .a-section-expander-inner {
      padding: unset;
    }
    .prodDetTable {
      table-layout: fixed;
      border-spacing: 0;
      padding: 0;
    }
    table.a-keyvalue {
      margin-bottom: 22px;
      border-bottom: 1px solid #BBBFBF;
    }
    table:last-child {
      margin-bottom: 0 !important;
    }
    table {
      margin-bottom: 18px;
      border-collapse: collapse;
      width: 100%;
    }
    .prodDetSectionEntry {
        width: 50% !important;
        white-space: normal;
        word-wrap: break-word;
    }
    table.a-keyvalue td, table.a-keyvalue th {
        border-top: 1px solid #BBBFBF;
    }
    table.a-keyvalue th {
        background-color: #F0F2F2;
        color: #0F1111;
        font-weight: 400;
    }
    .a-color-secondary, .a-color-tertiary {
        color: #565959 !important;
    }
    .a-size-base {
        font-size: 12px !important;
        line-height: 20px !important;
    }
    th {
      text-align: left;
    }
    td, th {
        vertical-align: top;
    }
    .prodDetAttrValue {
        word-break: break-word;
    }
    td {
      color: #333;
    }
    table.a-keyvalue td, table.a-keyvalue th {
      padding: 7px 14px 6px;
    }
    .remove-padding {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .set-margin {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  
    .buynow{
        background-color: #fff!important;
        color: #282c3f !important;
        cursor: pointer!important;
        font-size: 14px!important;
        margin-top: 10px!important;
        margin-left: 0px!important;
        line-height:1.0rem!important;
        border: 1px solid #d4d5d9!important;
        box-shadow: none !important;
    }
    .buynow-btn{
        background-color: #fff!important;
        color: #e40046 !important;
        cursor: pointer!important;
        font-size: 14px!important;
        margin-top: 10px!important;
        margin-left: 0px!important;
        line-height:1.0rem!important;
        border: 1px solid #535766!important;
        box-shadow: none !important;
    }
    .wishlist-disabled:hover{
        background-color: #fff !important;
        cursor: default !important;
    }
    .buynow:hover{
        border: 1px solid #535766;
    }
    .addtocart{
        background-color: Black!important;
        color: white !important;
        cursor: pointer!important;
        font-size: 14px!important;
        margin-top: 10px!important;
        margin-left: 0px!important;
        line-height:1.0rem!important;
        box-shadow: none !important;
    }
    .checkavailablity{
        background-color: Black!important;
        color: white !important;
        cursor: pointer!important;
        font-size: 12px!important;
        margin-bottom: 6px !important;
        margin-top: 3px;
        font-weight:600 !important;
    }

    .gallery-wrap .img-big-wrap img {
        max-height: 100% !important;
        width: 100% !important;
        object-fit: cover !important;
        display: block !important;
        cursor: zoom-in !important;
        margin-left: 0px !important;
        margin-top: 10px !important;
        margin-bottom: 10px;
    }
    .gallery-wrap .img-small-wrap .item-gallery {
        width: 70px;
        height: 50px;
        margin: 7px 2px;
        display: inline-block;
        overflow: hidden;
    }

    .gallery-wrap .img-small-wrap {
        display:flex;
        justify-content: center;
    }
    .gallery-wrap .img-small-wrap img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        cursor: zoom-in;
    }
    .pdp-e-i-head{
        color: #333333;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-height: 27px;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 20px;

    }
    .final-price{
        color:#ff2341;
        font-size: 23px;
    }
    .product-disc{
        color: #535766;
        font-size: 12px;
        border: 1px solid #ccc;
        display: inline-block;
        border-radius: 1px;
        padding: 0px 5px 0px 5px;
        background: #fff;
        font-weight:600;
    }
    .normalText{
        color: #bbbbbb;
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 3px;
        display: inline-block;
    }
    .pdpcutprice{
        color: #bbbbbb;
        font-size: 13px;
        text-decoration: line-through;
        line-height: 15px;
        margin-bottom: 3px;
    }
    .inputBox{
        font-size:13px;
        border-radius:2px;
        border:1px solid black;
        color: #333;
        background-color: white;
        box-shadow:none!important;
        height:32px;
        width:75%;
        padding-left: 10px;
        outline:none;
    }
    .expect-delvry{
        font-size: 13px;
        color: #565656;
        margin-top: 10px;
    }
    #productdetail{
        margin-top:0px;
        margin-bottom:0px;
    }
    .carousel .carousel-indicators li {
        width: .625rem;
        height: .625rem;
        cursor: pointer;
        border-radius: 50%;
    }
    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: gray !important;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease;
    } 
    .carousel-indicators .active{
        background-color: #e40046 !important;
    }
    .index-header{
        margin-top: 10px;
        color:#666666;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .index-flexRow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .index-flexColumn-right{
        width:60%;
    }
    .index-flexColumn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width:40%;
    }
    .index-averageRating {
        height: 58px;
        font-size: 48px;
        color: #282c3f;
    }
    .index-starIcon {
        margin: 25px 0 0 10px;
    }
    .myntraweb-sprite {
        display: inline-block;
    }
    .sprites-productRatingsExcellentIcon {
        background-position: -171px -28px;
        width: 24px;
        height: 24px;
    }
    .index-countDesc {
        margin-top: 12px;
        font-size: 12px;
        font-weight: 400;
        color: #282c3f;
    }
    .index-separator {
        margin-left: 34px;
        height: 96px;
        border-left: 1.2px solid #eaeaec;
        width:0%;
    }
    .index-rating {
      font-size: 12px;
      color: #a9abb3;
    }
    .index-ratingLevel {
        width: 7px;
    }
    .index-grayStarIcon {
        margin: 2px 3px;
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
    .sprites-productRatingsGrayIcon {
        background-position: -265px -28px;
        width: 12px;
        height: 12px;
    }
    .index-count {
        font-size: 12px;
        color: #282c3f;
        margin-left: 9px;
    }
    .index-ratingBarContainer .progress {
        border: none;
        margin-top: 6px;
        width: 120px;
        height: 4px;
        background: #f5f5f6;
    }
    .index-ratingBarContainer .progress-bar[data-rating="1"] {
        background-color: #f16565;
    }
    .index-ratingBarContainer .progress-bar[data-rating="2"] {
        background-color: #fcb301;
    }
    .index-ratingBarContainer .progress-bar[data-rating="3"] {
        background-color: #72bfbc;
    }
    .index-ratingBarContainer .progress-bar[data-rating="4"],.index-ratingBarContainer .progress-bar[data-rating="5"] {
      background-color: #14958f;
    }
    .index-ratingBarContainer {
        margin-left: 10px;
        height: 18px;
    }
    .detailed-reviews-userReviewsContainer {
        margin-bottom: 15px;
    }
    .user-review-userReviewWrapper {
        border-bottom: 1px solid #eaeaec;
        padding: 10px 0;
        margin: 0;
    }
    .user-review-userReviewWrapper .user-review-main {
        position: relative;
    }
    .user-review-showRating {
        padding-left: 35px;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-starWrapper {
        position: absolute;
        top: 3px;
        left: 0;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating.user-review-fourStars, .user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating.user-review-threeStars {
        background-color: #72bfbc;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating.user-review-fiveStars {
        background-color: #14958f;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating.user-review-oneStar {
        background-color: #f16565;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating.user-review-twoStars {
        background-color: #fcb301;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating {
        color: #fff;
        font-size: 10px;
        font-weight: 600;
        position: relative;
        height: 14px;
        width: 22px;
        line-height: 14px;
        display: block;
        padding-left: 4px;
        border-radius: 1px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .user-review-starIcon {
        position: absolute;
        top: 1px;
        left: 10px;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-reviewTextWrapper {
        font-size: 12px;
        color: #282c3f;
        line-height: 20px;
    }
    .user-review-userReviewWrapper .user-review-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: #565a63;
        font-size: 12px;
        margin-top: 10px;
    }
    .user-review-showRating {
        padding-left: 35px;
    }
    .user-review-userReviewWrapper .user-review-footer .user-review-left span:first-child::after {
        content: "|";
        width: 15px;
        display: inline-block;
        text-align: center;
    }
    .detailed-reviews-allReviews, .detailed-reviews-allReviews:active, .detailed-reviews-allReviews:hover, .detailed-reviews-allReviews:visited {
        font-size: 12px;
        font-weight: 600;
        color: #ff3f6c;
    }
    .index-overallRating {
      margin-bottom: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      height: 29px;
      padding: 8px;
      border: 1px solid #eaeaec;
      border-radius: 2px;
      cursor: pointer;
      font-size: 12px;
      font-weight: 500;
      color: #282c3f;
    }
    .index-overallRating .index-starIcon {
      margin: 0 -8px 0 -2px;
      -webkit-transform: scale(.6);
      transform: scale(.6);
    }
    .index-overallRating .index-separator1 {
      margin-left: 8px;
      color: #666;
      width: 1px;
    }
    .index-overallRating .index-ratingsCount {
      margin-left: 8px;
      font-weight: 400;
      color: #535766;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
    }
    .availability{
        margin-top: 0 !important;
        padding-bottom: 4px;
    }
    .a-size-medium{
        font-size: 12px !important;
        line-height: 28px !important;
    } 
    .a-color-success{
        color: #007600 !important;
    }
    .a-color-price{
        color: #B12704 !important;
    }
        .a-section-expander-inner {
      padding: unset;
    }
    .prodDetTable {
      table-layout: fixed;
      border-spacing: 0;
      padding: 0;
    }
    table.a-keyvalue {
      margin-bottom: 22px;
      border-bottom: 1px solid #BBBFBF;
    }
    table:last-child {
      margin-bottom: 0 !important;
    }
    table {
      margin-bottom: 18px;
      border-collapse: collapse;
      width: 100%;
    }
    .prodDetSectionEntry {
        width: 50% !important;
        white-space: normal;
        word-wrap: break-word;
    }
    table.a-keyvalue td, table.a-keyvalue th {
        border-top: 1px solid #BBBFBF;
    }
    table.a-keyvalue th {
        background-color: #F0F2F2;
        color: #0F1111;
        font-weight: 400;
    }
    .a-color-secondary, .a-color-tertiary {
        color: #565959 !important;
    }
    .a-size-base {
        font-size: 12px !important;
        line-height: 20px !important;
    }
    th {
      text-align: left;
    }
    td, th {
        vertical-align: top;
    }
    .prodDetAttrValue {
        word-break: break-word;
    }
    td {
      color: #333;
    }
    table.a-keyvalue td, table.a-keyvalue th {
      padding: 7px 14px 6px;
    }
    .remove-padding {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .set-margin {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .buynow{
        background-color: #fff!important;
        color: #282c3f !important;
        cursor: pointer!important;
        font-size: 14px!important;
        margin-top: 20px!important;
        margin-left: 0px!important;
        line-height:1.0rem!important;
        border: 1px solid #d4d5d9!important;
        box-shadow: none !important;
    }
    .buynow-btn{
        background-color: #fff!important;
        color: #e40046 !important;
        cursor: pointer!important;
        font-size: 14px!important;
        margin-top: 20px!important;
        margin-left: 0px!important;
        line-height:1.0rem!important;
        border: 1px solid #535766!important;
        box-shadow: none !important;
    }
    .wishlist-disabled:hover{
        background-color: #fff !important;
        cursor: default !important;
    }
    .buynow:hover{
        border: 1px solid #535766;
    }
    .addtocart{
        background-color: Black!important;
        color: white !important;
        cursor: pointer!important;
        font-size: 14px!important;
        margin-top: 20px!important;
        margin-left: 0px!important;
        line-height:1.0rem!important;
        box-shadow: none !important;
    }
    .checkavailablity{
        background-color: Black!important;
        color: white !important;
        cursor: pointer!important;
        font-size: 12px!important;
        margin-bottom: 6px !important;
        margin-top: 3px;
        font-weight:600 !important;
    }

    .gallery-wrap .img-big-wrap img {
        max-height: 100% !important;
        width: 100% !important;
        object-fit: cover !important;
        display: block !important;
        cursor: zoom-in !important;
        margin-top: 20px !important;
    }
    .gallery-wrap .img-small-wrap .item-gallery {
        width: 70px;
        height: 50px;
        margin: 7px 2px;
        display: inline-block;
        overflow: hidden;
        text-align:center;
    }
    .gallery-wrap .img-small-wrap .active {
        border: 1px solid #333;
        text-decoration: none;
    }
    .gallery-wrap .img-small-wrap {
        display:flex;
        justify-content: center;
    }
    .gallery-wrap .img-small-wrap img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        cursor: pointer;
    }
    .pdp-e-i-head{
        color: #333333;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-height: 27px;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 20px;

    }
    .final-price{
        color:#ff2341;
        font-size: 23px;
    }
    .product-disc{
        color: #535766;
        font-size: 12px;
        border: 1px solid #ccc;
        display: inline-block;
        border-radius: 1px;
        padding: 0px 5px 0px 5px;
        background: #fff;
        font-weight:600;
    }
    .normalText{
        color: #bbbbbb;
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 3px;
        display: inline-block;
    }
    .pdpcutprice{
        color: #bbbbbb;
        font-size: 13px;
        text-decoration: line-through;
        line-height: 15px;
        margin-bottom: 3px;
    }
    .inputBox{
        font-size:13px;
        border-radius:2px;
        border:1px solid black;
        color: #333;
        background-color: white;
        box-shadow:none!important;
        height:32px;
        width:50%;
        padding-left: 10px;
        outline:none;
    }
    .expect-delvry{
        font-size: 13px;
        color: #565656;
        margin-top: 10px;
    }
    #productdetail{
        margin-top:25px;
        margin-bottom:25px;
    }
    .index-header{
        margin-top: 10px;
        color:#666666;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .index-flexRow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .index-flexColumn-right{
        width:60%;
    }
    .index-flexColumn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width:30%;
    }
    .index-averageRating {
        height: 58px;
        font-size: 48px;
        color: #282c3f;
    }
    .index-starIcon {
        margin: 25px 0 0 10px;
    }
    .myntraweb-sprite {
        display: inline-block;
    }
    .sprites-productRatingsExcellentIcon {
        background-position: -171px -28px;
        width: 24px;
        height: 24px;
    }
    .index-countDesc {
        margin-top: 12px;
        font-size: 14px;
        font-weight: 400;
        color: #282c3f;
    }
    .index-separator {
        margin-left: 34px;
        height: 96px;
        border-left: 1.2px solid #eaeaec;
        width:10%;
    }
    .index-rating {
        font-size: 14px;
        color: #a9abb3;
    }
    .index-ratingLevel {
        width: 7px;
    }
    .index-grayStarIcon {
        margin: 2px 3px;
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
    .sprites-productRatingsGrayIcon {
        background-position: -265px -28px;
        width: 12px;
        height: 12px;
    }
    .index-count {
        font-size: 12px;
        color: #282c3f;
        margin-left: 9px;
    }
    .index-ratingBarContainer .progress {
        border: none;
        margin-top: 12px;
        width: 120px;
        height: 4px;
        background: #f5f5f6;
    }
    .index-ratingBarContainer .progress-bar[data-rating="1"] {
        background-color: #f16565;
    }
    .index-ratingBarContainer .progress-bar[data-rating="2"] {
        background-color: #fcb301;
    }
    .index-ratingBarContainer .progress-bar[data-rating="3"] {
        background-color: #72bfbc;
    }
    .index-ratingBarContainer .progress-bar[data-rating="4"],.index-ratingBarContainer .progress-bar[data-rating="5"] {
        background-color: #14958f;
    }
    .index-ratingBarContainer {
        margin-left: 46px;
        height: 18px;
    }
    .detailed-reviews-userReviewsContainer {
        margin-bottom: 15px;
    }
    .user-review-userReviewWrapper {
        border-bottom: 1px solid #eaeaec;
        padding: 10px 0;
        margin: 0;
    }
    .user-review-userReviewWrapper .user-review-main {
        position: relative;
    }
    .user-review-showRating {
        padding-left: 35px;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-starWrapper {
        position: absolute;
        top: 3px;
        left: 0;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating.user-review-fourStars, .user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating.user-review-threeStars {
        background-color: #72bfbc;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating.user-review-fiveStars {
        background-color: #14958f;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating.user-review-oneStar {
        background-color: #f16565;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating.user-review-twoStars {
        background-color: #fcb301;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating {
        color: #fff;
        font-size: 10px;
        font-weight: 600;
        position: relative;
        height: 14px;
        width: 22px;
        line-height: 14px;
        display: block;
        padding-left: 4px;
        border-radius: 1px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .user-review-starIcon {
        position: absolute;
        top: 1px;
        left: 10px;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-reviewTextWrapper {
        font-size: 16px;
        color: #282c3f;
        line-height: 20px;
    }
    .user-review-userReviewWrapper .user-review-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: #565a63;
        font-size: 14px;
        margin-top: 14px;
    }
    .user-review-showRating {
        padding-left: 35px;
    }
    .user-review-userReviewWrapper .user-review-footer .user-review-left span:first-child::after {
        content: "|";
        width: 15px;
        display: inline-block;
        text-align: center;
    }
    .detailed-reviews-allReviews, .detailed-reviews-allReviews:active, .detailed-reviews-allReviews:hover, .detailed-reviews-allReviews:visited {
        font-size: 14px;
        font-weight: 600;
        color: #ff3f6c;
    }
    .index-overallRatingContainer {
      width: auto;
      border-bottom: 1px solid #d4d5d9;
    }
    .index-overallRating {
      margin-bottom: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      height: 29px;
      padding: 8px;
      border: 1px solid #eaeaec;
      border-radius: 2px;
      cursor: pointer;
      font-size: 16px;
      font-weight: 500;
      color: #282c3f;
    }
    .index-overallRating .index-starIcon {
      margin: 0 -8px 0 -2px;
      -webkit-transform: scale(.6);
      transform: scale(.6);
    }
    .index-overallRating .index-separator1 {
      margin-left: 8px;
      color: #666;
      width: 1px;
    }
    .index-overallRating .index-ratingsCount {
      margin-left: 8px;
      font-weight: 400;
      color: #535766;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
    }
    .availability{
        margin-top: 0 !important;
        padding-bottom: 4px;
    }
    .a-size-medium{
        font-size: 18px !important;
        line-height: 24px !important;
    } 
    .a-color-success{
        color: #007600 !important;
    }
    .a-color-price{
        color: #B12704 !important;
    }
    .a-section-expander-inner {
      padding: 12px 18px;
    }
    .prodDetTable {
      table-layout: fixed;
      border-spacing: 0;
      padding: 0;
    }
    table.a-keyvalue {
      margin-bottom: 22px;
      border-bottom: 1px solid #BBBFBF;
    }
    table:last-child {
      margin-bottom: 0 !important;
    }
    table {
      margin-bottom: 18px;
      border-collapse: collapse;
      width: 100%;
    }
    .prodDetSectionEntry {
        width: 50% !important;
        white-space: normal;
        word-wrap: break-word;
    }
    table.a-keyvalue td, table.a-keyvalue th {
        border-top: 1px solid #BBBFBF;
    }
    table.a-keyvalue th {
        background-color: #F0F2F2;
        color: #0F1111;
        font-weight: 400;
    }
    .a-color-secondary, .a-color-tertiary {
        color: #565959 !important;
    }
    .a-size-base {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    th {
      text-align: left;
    }
    td, th {
        vertical-align: top;
    }
    .prodDetAttrValue {
        word-break: break-word;
    }
    td {
      color: #333;
    }
    table.a-keyvalue td, table.a-keyvalue th {
      padding: 7px 14px 6px;
    }
    .remove-padding {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .set-margin {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .buynow{
        background-color: #fff !important;
        color: #282c3f !important;
        cursor: pointer !important;
        padding: 0.5rem 1rem 0.5rem 1rem !important;
        border-radius: 0.2rem !important;
        margin-top: 10px !important;
        margin-left: 0px!important;
        font-size: 14px !important;
        line-height:1.8rem!important;
        border: 1px solid #d4d5d9!important;
        box-shadow: none !important;
    }
    .buynow-btn{
        background-color: #fff !important;
        color: #e40046 !important;
        cursor: pointer !important;
        padding: 0.5rem 1rem 0.5rem 1rem !important;
        border-radius: 0.2rem !important;
        margin-top: 10px !important;
        margin-left: 0px!important;
        font-size: 14px !important;
        line-height:1.8rem!important;
        border: 1px solid #535766!important;
        box-shadow: none !important;
    }
    .wishlist-disabled:hover{
        background-color: #fff !important;
        cursor: default !important;
    }
    .buynow:hover{
        border: 1px solid #535766 !important;
    }
    .addtocart{
        background-color: gray!important;
        color: white !important;
        cursor: pointer !important;
        padding: 0.5rem 1rem 0.5rem 1rem !important;
        border-radius: 0.2rem !important;
        margin-top: 10px !important;
        margin-left: 0px!important;
        font-size: 14px !important;
        line-height:1.8rem!important;
        box-shadow: none !important;
    }
    .checkavailablity{
        background-color: Black!important;
        color: white !important;
        cursor: pointer!important;
        font-size: 12px!important;
        margin-bottom: 8px !important;
        margin-top: 3px;
        font-weight:600 !important;
    }
    .gallery-wrap .img-big-wrap img {
        max-height: 100% !important;
        width: 100% !important;
        object-fit: cover !important;
        display: block !important;
        cursor: zoom-in !important;
        margin-top: 20px !important;
    }
    .gallery-wrap .img-small-wrap .item-gallery {
        width: 70px;
        height: 50px;
        margin: 7px 2px;
        display: inline-block;
        overflow: hidden;
        text-align:center;
    }
    .gallery-wrap .img-small-wrap .active {
        border: 1px solid #333;
        text-decoration: none;
    }
    .gallery-wrap .img-small-wrap {
        display:flex;
        justify-content: center;
    }
    .gallery-wrap .img-small-wrap img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        cursor: pointer;
    }
    .pdp-e-i-head{
        color: #333333;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-height: 27px;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 20px;

    }
    .final-price{
        color:#ff2341;
        font-size: 23px;
    }
    .product-disc{
        color: #535766;
        font-size: 12px;
        border: 1px solid #ccc;
        display: inline-block;
        border-radius: 1px;
        padding: 0px 5px 0px 5px;
        background: #fff;
        font-weight:600;
    }
    .normalText{
        color: #bbbbbb;
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 3px;
        display: inline-block;
    }
    .pdpcutprice{
        color: #bbbbbb;
        font-size: 13px;
        text-decoration: line-through;
        line-height: 15px;
        margin-bottom: 3px;
    }
    .inputBox{
        font-size:13px;
        border-radius:2px;
        border:1px solid black;
        color: #333;
        background-color: white;
        box-shadow:none!important;
        height:32px;
        width:30%;
        padding-left:10px;
        outline:none;
    }
    .expect-delvry{
        font-size: 13px;
        color: #565656;
        margin-top: 10px;
    }
    #productdetail{
        margin-top:25px;
        margin-bottom:25px;
    }
    .index-header{
        margin-top: 10px;
        color:#666666;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .index-flexRow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .index-flexColumn-right{
        width:60%;
    }
    .index-flexColumn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width:30%;
    }
    .index-averageRating {
        height: 58px;
        font-size: 48px;
        color: #282c3f;
    }
    .index-starIcon {
        margin: 25px 0 0 10px;
    }
    .myntraweb-sprite {
        display: inline-block;
    }
    .sprites-productRatingsExcellentIcon {
        background-position: -171px -28px;
        width: 24px;
        height: 24px;
    }
    .index-countDesc {
        margin-top: 12px;
        font-size: 14px;
        font-weight: 400;
        color: #282c3f;
    }
    .index-separator {
        margin-left: 34px;
        height: 96px;
        border-left: 1.2px solid #eaeaec;
        width:10%;
    }
    .index-rating {
        font-size: 14px;
        color: #a9abb3;
    }
    .index-ratingLevel {
        width: 7px;
    }
    .index-grayStarIcon {
        margin: 2px 3px;
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
    .sprites-productRatingsGrayIcon {
        background-position: -265px -28px;
        width: 12px;
        height: 12px;
    }
    .index-count {
        font-size: 12px;
        color: #282c3f;
        margin-left: 9px;
    }
    .index-ratingBarContainer .progress {
        border: none;
        margin-top: 12px;
        width: 120px;
        height: 4px;
        background: #f5f5f6;
    }
    .index-ratingBarContainer .progress-bar[data-rating="1"] {
        background-color: #f16565;
    }
    .index-ratingBarContainer .progress-bar[data-rating="2"] {
        background-color: #fcb301;
    }
    .index-ratingBarContainer .progress-bar[data-rating="3"] {
        background-color: #72bfbc;
    }
    .index-ratingBarContainer .progress-bar[data-rating="4"],.index-ratingBarContainer .progress-bar[data-rating="5"] {
        background-color: #14958f;
    }
    .index-ratingBarContainer {
        margin-left: 46px;
        height: 18px;
    }
    .detailed-reviews-userReviewsContainer {
        margin-bottom: 15px;
    }
    .user-review-userReviewWrapper {
        border-bottom: 1px solid #eaeaec;
        padding: 10px 0;
        margin: 0;
    }
    .user-review-userReviewWrapper .user-review-main {
        position: relative;
    }
    .user-review-showRating {
        padding-left: 35px;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-starWrapper {
        position: absolute;
        top: 3px;
        left: 0;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating.user-review-fourStars, .user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating.user-review-threeStars {
        background-color: #72bfbc;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating.user-review-fiveStars {
        background-color: #14958f;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating.user-review-oneStar {
        background-color: #f16565;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating.user-review-twoStars {
        background-color: #fcb301;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating {
        color: #fff;
        font-size: 10px;
        font-weight: 600;
        position: relative;
        height: 14px;
        width: 22px;
        line-height: 14px;
        display: block;
        padding-left: 4px;
        border-radius: 1px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .user-review-starIcon {
        position: absolute;
        top: 1px;
        left: 10px;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-reviewTextWrapper {
        font-size: 16px;
        color: #282c3f;
        line-height: 20px;
    }
    .user-review-userReviewWrapper .user-review-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: #565a63;
        font-size: 14px;
        margin-top: 14px;
    }
    .user-review-showRating {
        padding-left: 35px;
    }
    .user-review-userReviewWrapper .user-review-footer .user-review-left span:first-child::after {
        content: "|";
        width: 15px;
        display: inline-block;
        text-align: center;
    }
    .detailed-reviews-allReviews, .detailed-reviews-allReviews:active, .detailed-reviews-allReviews:hover, .detailed-reviews-allReviews:visited {
        font-size: 14px;
        font-weight: 600;
        color: #ff3f6c;
    }
    .index-overallRatingContainer {
      width: auto;
      border-bottom: 1px solid #d4d5d9;
    }
    .index-overallRating {
      margin-bottom: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      height: 29px;
      padding: 8px;
      border: 1px solid #eaeaec;
      border-radius: 2px;
      cursor: pointer;
      font-size: 16px;
      font-weight: 500;
      color: #282c3f;
    }
    .index-overallRating .index-starIcon {
      margin: 0 -8px 0 -2px;
      -webkit-transform: scale(.6);
      transform: scale(.6);
    }
    .index-overallRating .index-separator1 {
      margin-left: 8px;
      color: #666;
      width: 1px;
    }
    .index-overallRating .index-ratingsCount {
      margin-left: 8px;
      font-weight: 400;
      color: #535766;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
    }
    .availability{
        margin-top: 0 !important;
        padding-bottom: 4px;
    }
    .a-size-medium{
        font-size: 18px !important;
        line-height: 24px !important;
    } 
    .a-color-success{
        color: #007600 !important;
    }
    .a-color-price{
        color: #B12704 !important;
    }
    .a-section-expander-inner {
      padding: 12px 18px;
    }
    .prodDetTable {
      table-layout: fixed;
      border-spacing: 0;
      padding: 0;
    }
    table.a-keyvalue {
      margin-bottom: 22px;
      border-bottom: 1px solid #BBBFBF;
    }
    table:last-child {
      margin-bottom: 0 !important;
    }
    table {
      margin-bottom: 18px;
      border-collapse: collapse;
      width: 100%;
    }
    .prodDetSectionEntry {
        width: 50% !important;
        white-space: normal;
        word-wrap: break-word;
    }
    table.a-keyvalue td, table.a-keyvalue th {
        border-top: 1px solid #BBBFBF;
    }
    table.a-keyvalue th {
        background-color: #F0F2F2;
        color: #0F1111;
        font-weight: 400;
    }
    .a-color-secondary, .a-color-tertiary {
        color: #565959 !important;
    }
    .a-size-base {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    th {
      text-align: left;
    }
    td, th {
        vertical-align: top;
    }
    .prodDetAttrValue {
        word-break: break-word;
    }
    td {
      color: #333;
    }
    table.a-keyvalue td, table.a-keyvalue th {
      padding: 7px 14px 6px;
    }
    .remove-padding {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .set-margin {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .buynow{
        background-color: #fff!important;
        color: #282c3f !important;
        cursor: pointer !important;
        padding: 0.5rem 1rem 0.5rem 1rem !important;
        border-radius: 0.2rem !important;
        margin-top: 10px !important;
        margin-left: 0px!important;
        font-size: 14px !important;
        line-height:1.8rem!important;
        border: 1px solid #d4d5d9 !important;
        box-shadow: none !important;
    }
    .buynow-btn{
        background-color: #fff!important;
        color: #e40046 !important;
        cursor: pointer !important;
        padding: 0.5rem 1rem 0.5rem 1rem !important;
        border-radius: 0.2rem !important;
        margin-top: 10px !important;
        margin-left: 0px!important;
        font-size: 14px !important;
        line-height:1.8rem!important;
        border: 1px solid #535766 !important;
        box-shadow: none !important;
    }
    .wishlist-disabled:hover{
        background-color: #fff !important;
        cursor: default !important;
    }
    .buynow:hover{
        border: 1px solid #535766 !important;
    }
    .addtocart{
        background-color: Black!important;
        color: white !important;
        cursor: pointer !important;
        padding: 0.5rem 1rem 0.5rem 1rem !important;
        border-radius: 0.2rem !important;
        margin-top: 10px !important;
        margin-left: 0px!important;
        font-size: 14px !important;
        line-height:1.8rem!important;
        box-shadow: none !important;
    }
    .checkavailablity{
        background-color: Black!important;
        color: white !important;
        cursor: pointer!important;
        font-size: 12px!important;
        margin-bottom: 8px !important;
        margin-top: 3px;
        font-weight:600 !important;
    }
    .gallery-wrap .img-big-wrap img {
        max-height: 100% !important;
        width: 100% !important;
        object-fit: cover !important;
        display: block !important;
        cursor: zoom-in !important;
        margin-top: 20px !important;
    }
    .gallery-wrap .img-small-wrap .item-gallery {
        width: 70px;
        height: 50px;
        margin: 7px 2px;
        display: inline-block;
        overflow: hidden;
        text-align:center;
    }
    .gallery-wrap .img-small-wrap .active {
        border: 1px solid #333;
        text-decoration: none;
    }
    .gallery-wrap .img-small-wrap {
        display:flex;
        justify-content: center;
    }
    .gallery-wrap .img-small-wrap img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        cursor: pointer;
    }
    .pdp-e-i-head{
        color: #333333;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-height: 27px;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 20px;

    }
    .final-price{
        color:#ff2341;
        font-size: 23px;
    }
    .product-disc{
        color: #535766;
        font-size: 12px;
        border: 1px solid #ccc;
        display: inline-block;
        border-radius: 1px;
        padding: 0px 5px 0px 5px;
        background: #fff;
        font-weight:600;
    }
    .normalText{
        color: #bbbbbb;
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 3px;
        display: inline-block;
    }
    .pdpcutprice{
        color: #bbbbbb;
        font-size: 13px;
        text-decoration: line-through;
        line-height: 15px;
        margin-bottom: 3px;
    }
    .inputBox{
        font-size:13px;
        border-radius:2px;
        border:1px solid black;
        color: #333;
        background-color: white;
        box-shadow:none!important;
        height:32px;
        width:30%;
        padding-left:10px;
        outline:none;
    }
    .expect-delvry{
        font-size: 13px;
        color: #565656;
        margin-top: 10px;
    }
    #productdetail{
        margin-top:25px;
        margin-bottom:25px;
    }
    .index-header{
        margin-top: 10px;
        color:#666666;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .index-flexRow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .index-flexColumn-right{
        width:60%;
    }
    .index-flexColumn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width:30%;
    }
    .index-averageRating {
        height: 58px;
        font-size: 48px;
        color: #282c3f;
    }
    .index-starIcon {
        margin: 25px 0 0 10px;
    }
    .myntraweb-sprite {
        display: inline-block;
    }
    .sprites-productRatingsExcellentIcon {
        background-position: -171px -28px;
        width: 24px;
        height: 24px;
    }
    .index-countDesc {
        margin-top: 12px;
        font-size: 14px;
        font-weight: 400;
        color: #282c3f;
    }
    .index-separator {
        margin-left: 34px;
        height: 96px;
        border-left: 1.2px solid #eaeaec;
        width:10%;
    }
    .index-rating {
        font-size: 14px;
        color: #a9abb3;
    }
    .index-ratingLevel {
        width: 7px;
    }
    .index-grayStarIcon {
        margin: 2px 3px;
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
    .sprites-productRatingsGrayIcon {
        background-position: -265px -28px;
        width: 12px;
        height: 12px;
    }
    .index-count {
        font-size: 12px;
        color: #282c3f;
        margin-left: 9px;
    }
    .index-ratingBarContainer .progress {
        border: none;
        margin-top: 12px;
        width: 120px;
        height: 4px;
        background: #f5f5f6;
    }
    .index-ratingBarContainer .progress-bar[data-rating="1"] {
        background-color: #f16565;
    }
    .index-ratingBarContainer .progress-bar[data-rating="2"] {
        background-color: #fcb301;
    }
    .index-ratingBarContainer .progress-bar[data-rating="3"] {
        background-color: #72bfbc;
    }
    .index-ratingBarContainer .progress-bar[data-rating="4"],.index-ratingBarContainer .progress-bar[data-rating="5"] {
        background-color: #14958f;
    }
    .index-ratingBarContainer {
        margin-left: 46px;
        height: 18px;
    }
    .detailed-reviews-userReviewsContainer {
        margin-bottom: 15px;
    }
    .user-review-userReviewWrapper {
        border-bottom: 1px solid #eaeaec;
        padding: 10px 0;
        margin: 0;
    }
    .user-review-userReviewWrapper .user-review-main {
        position: relative;
    }
    .user-review-showRating {
        padding-left: 35px;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-starWrapper {
        position: absolute;
        top: 3px;
        left: 0;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating.user-review-fourStars, .user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating.user-review-threeStars {
        background-color: #72bfbc;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating.user-review-fiveStars {
        background-color: #14958f;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating.user-review-oneStar {
        background-color: #f16565;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating.user-review-twoStars {
        background-color: #fcb301;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating {
        color: #fff;
        font-size: 10px;
        font-weight: 600;
        position: relative;
        height: 14px;
        width: 22px;
        line-height: 14px;
        display: block;
        padding-left: 4px;
        border-radius: 1px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .user-review-starIcon {
        position: absolute;
        top: 1px;
        left: 10px;
    }
    .user-review-userReviewWrapper .user-review-main .user-review-reviewTextWrapper {
        font-size: 16px;
        color: #282c3f;
        line-height: 20px;
    }
    .user-review-userReviewWrapper .user-review-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: #565a63;
        font-size: 14px;
        margin-top: 14px;
    }
    .user-review-showRating {
        padding-left: 35px;
    }
    .user-review-userReviewWrapper .user-review-footer .user-review-left span:first-child::after {
        content: "|";
        width: 15px;
        display: inline-block;
        text-align: center;
    }
    .detailed-reviews-allReviews, .detailed-reviews-allReviews:active, .detailed-reviews-allReviews:hover, .detailed-reviews-allReviews:visited {
        font-size: 14px;
        font-weight: 600;
        color: #ff3f6c;
    }
    .index-overallRatingContainer {
      width: auto;
      border-bottom: 1px solid #d4d5d9;
    }
    .index-overallRating {
      margin-bottom: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      height: 29px;
      padding: 8px;
      border: 1px solid #eaeaec;
      border-radius: 2px;
      cursor: pointer;
      font-size: 16px;
      font-weight: 500;
      color: #282c3f;
    }
    .index-overallRating .index-starIcon {
      margin: 0 -8px 0 -2px;
      -webkit-transform: scale(.6);
      transform: scale(.6);
    }
    .index-overallRating .index-separator1 {
      margin-left: 8px;
      color: #666;
      width: 1px;
    }
    .index-overallRating .index-ratingsCount {
      margin-left: 8px;
      font-weight: 400;
      color: #535766;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
    }
    .availability{
        margin-top: 0 !important;
        padding-bottom: 4px;
    }
    .a-size-medium{
        font-size: 18px !important;
        line-height: 24px !important;
    } 
    .a-color-success{
        color: #007600 !important;
    }
    .a-color-price{
        color: #B12704 !important;
    }
    .a-section-expander-inner {
      padding: 12px 18px;
    }
    .prodDetTable {
      table-layout: fixed;
      border-spacing: 0;
      padding: 0;
    }
    table.a-keyvalue {
      margin-bottom: 22px;
      border-bottom: 1px solid #BBBFBF;
    }
    table:last-child {
      margin-bottom: 0 !important;
    }
    table {
      margin-bottom: 18px;
      border-collapse: collapse;
      width: 100%;
    }
    .prodDetSectionEntry {
        width: 50% !important;
        white-space: normal;
        word-wrap: break-word;
    }
    table.a-keyvalue td, table.a-keyvalue th {
        border-top: 1px solid #BBBFBF;
    }
    table.a-keyvalue th {
        background-color: #F0F2F2;
        color: #0F1111;
        font-weight: 400;
    }
    .a-color-secondary, .a-color-tertiary {
        color: #565959 !important;
    }
    .a-size-base {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    th {
      text-align: left;
    }
    td, th {
        vertical-align: top;
    }
    .prodDetAttrValue {
        word-break: break-word;
    }
    td {
      color: #333;
    }
    table.a-keyvalue td, table.a-keyvalue th {
      padding: 7px 14px 6px;
    }
    .remove-padding {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .set-margin {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}