/** Shopify CDN: Minification failed

Line 375:0 Unexpected "?"

**/
.ccd-body-top {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

/* .ccd-title {
    text-decoration: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: normal;
    color: #151515;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    height: 75px;
} */

.ccd-title {
    text-decoration: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 1.4;
    color: #151515;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: calc(1.4em * 2); 
}

.ccd-body-bot .quick-add__submit{
    padding: 0px;
}

.ccd-price-cont {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-end;
}

.ccd-body-bot product-form {
    margin-left: auto;
}

.ccd-price {
    font-weight: bold;
    font-size: 16px;
}

.ccd-compprice {
    font-size: 12px;
    color: #e1757a;
    font-weight: bold;
    text-decoration: line-through;
}

.ccd-discount {
    font-size: 15px;
    color: #0d5950;
    font-weight: 900;
}

.cdd-review {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    height:25px;
}

.cdd-descp {
    text-decoration: unset;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.ccd-item-cont {
    text-decoration: none;
    color: black;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #EB1754;
}

.ccd-body-bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0px;
}

.ccd-body {
    padding-inline: 16px;
    margin-bottom: 12px;
}

.ccd-body-bot .wishlisthero-product-page-button-container {
    display: none;
}

/* PDP Style */

.product .product-form__submit{
    height: 100%;
    border-radius: 10px;
    border: 1px solid #DC6F70;
    color: #000000AB;
    font-weight: bold;
    max-height: 55px;
}

.product-form__buttons{
    align-items: flex-start !important;
}

.tw-product_title{
font-size: 24px;
font-weight: 400;
line-height: 34px;
text-align: left;
color: #000000;
}
.tw-badge-custom {
    font-family: Lato;
    font-size: 10px;
    /* font-weight: 600; */
    line-height: 12px;
    text-align: left;
    background: #d33139ab;
    border-radius: 4px;
    color: white;
    line-height: normal;
}

legend.form__label {
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: #000000;
}
.bulk_order_mainURL{
     font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #000000;
    margin: 0;
    text-underline-offset: 0.2em;
}
.bulk_order_main{
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #000000;
    margin: 0;
}

.product_best_offer {
    border: 1px solid #000;
    padding: 13px 18px;
    margin: 0 0 20px;
    background: white;
}
.product_best_offer>h4 {
  font-family: Lato;
font-size: 15px;
font-weight: 500;
line-height: 18px;
text-align: left;
color: #000;
}
.product_best_offer .product_best_offer_row {
    font-size: calc(var(--medium) + 0px);
    color: #505050;
  }
.product_best_offer_item {
    border-top: 1px solid #000;
    padding-top: 10px;
    margin-top: 10px;
}
.product_best_offer .product_best_offer_row .product_best_offer_info {
font-family: Lato;
font-size: 14px;
line-height: 16.8px;
text-align: left;
  margin-bottom: 10px; 
  text-wrap: pretty;
}
.product_best_offer .product_best_offer_code .code_info {
    font-size: 14px;
    color: #868686;
}
.product_best_offer .product_best_offer_code .offer_code {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 12px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    background: #D3313933;
    border: 1px dashed #EB1754;
}
.ctooltip {
    position: relative;
}
.offer_code .tooltip-content:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 7px solid green;
    right: calc(50% - 14px);
    bottom: -7px;
}
.tooltip-content {
    background-color: #343333;
    position: absolute;
    color: #fff;
    font-size: calc(var(--small) + 3px);
    line-height: 18px;
    letter-spacing: .36px;
    padding: 8px 33px;
    font-style: italic;
    font-family: var(--body_font) !important;
    font-weight: 500;
    opacity: 1;
    top: -42px;
    display: none;
    width: 315px;
    left: 50%;
    transform: translatex(-19%);
}
.offer_code .tooltip-content {
    width: 67px;
    padding: 4px;
    text-align: center;
    background-color: green;
    left: 50%;
    font-size: 14px;
    top: -35px;
    border-radius: 3px;
}

.shopify-block[data-block-handle="review_widget"]{
    background: #f3efe0;
}


/* custom global class start */
.twhead{
    font-family: 'lato';
    font-size: 30px;
    line-height: normal;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
}

.sps-cont.page-width .twhead{
    margin-inline: 5%;
  }
.twhead span{
    color: #D16B38;
}
.twsubhead{
    text-align: center;
    font-family: 'lato';
    color: #000;
    font-size: 20px;
}
/* custom global class end */

.quantity{
    min-height: 35px;
}
.quantity input.quantity__input{
    font-weight: bold;
}

.store_text {
    color: black;
    line-height: normal;
    text-underline-offset: 2px;
    font-size: 15px;
}


@media(max-width:768px){
   /* .ccd-title {
         font-size: 12px;
         height: 60px;
         display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
   } */

   .ccd-title {
    text-decoration: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 1.4;
    color: #151515;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: calc(1.4em * 2); 
}
}


/* || Add to cart button Styling  */

.zrx-sticky-atc-content-wrapper{
    background-color: #f3efe0;
}

.zrx-sticky-atc-product-title-price-wrapper{
    color:#000!important;
}

.zrx-sticky-atc-main-button{
    background-color: #DC6F70!important;
}

.zrx-sticky-atc-main-button-text{
    color: #fff!important;
}


/* Product page variants as icon */

.product-icons{
    display: none ;
    justify-content: center;
    gap: 6px;
    margin-bottom: 10px;
}


/*  Change the background color of section */
.sps-cont-outer, .sbb-outer-cont, .us-outer-cont, .ss-outer-cont-bg{
    background-color: #fff!important;
}

.ccd-item-cont{
    border: 1px solid lightgrey;
   
}

.ccd-item-cont:hover {
  box-shadow: none;
}


?
/* Custom style  */

.section-template--18872173527209__custom_related_products_4ap6pL-padding{
    padding-bottom: 0!important;
}



/* whatmore section */
.shopify-section-template--18872173199529__1754471905789c8a02{
    margin-top: 50px!important;
}

.sps-cont.page-width{
    margin-inline: auto;
}
 

