/** Shopify CDN: Minification failed

Line 160:7 Expected ":"

**/
  /* custom css by Ranel  */
.custom-shipping-container {
    display: flex;
    margin-top: -10px;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    background-color: #f6f6f6;
    padding: 6px 15px
}

.custom-shipping-item {
    display: flex;
    gap: 10px;
    align-items: center
}
.custom-shipping-item p {
    margin: 0;
    font-size: 12px;
}
.text-block-shipping {
    font-size: 12px;
    color: #000;
}

.free-shipping,
.shipping-date {
    font-weight: 700
}

.green-circle {
    animation: 1s ease-in-out infinite fade
}

@keyframes fade {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .5
    }
}
/* /////// trust text css //////// */
.trust-text .product-custom-block {
    margin-top: 10px;
    display: none;
}
@media screen and (max-width: 768px){
  .trust-text .product-custom-block {
    display: flex;
    gap: 10px;
    justify-content: center;
}
 .trust-text .product-custom-block span {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 11px;
    border-radius: 4px;
width: 50%;
text-align: center;
}
  /* .product-custom-block span.second {
    color: #c69a39!important;
    background-color: #f6e5c1!important;
    border: 1px solid rgba(255,211,117,.5)!important;
} */
  
  .trust-text .product-custom-block span.first, .product-custom-block span.second {
    background: #d9d9d9;
    color: #0000009c;
} 
}
/* //////////// discount offer ////////// */
.bg_cstm_offer {
    background: #f5f5f5;
    padding: 1.25rem;
    border-radius: .375rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-top: .2rem;
}
h3.bg_sctm_head {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    margin:0;
    margin-top: 1px;
    letter-spacing: .5px;
}
.bg_cstm_headr {
    display: flex;
    align-items: center;
    gap: .75rem;
}
.bg_ctm_img img {
    max-width: 100%;
    width: 20px;
    height: 20px;
    display: block;
    object-fit: cover;
}
.bg_cstm_desc p {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .3px;
    text-align: left;
    padding-left: 10px;
    line-height: 1.5;
    margin: 0;
}
/* ////// Delivery box css /////// */
 .delivery-box {
 border: 2px solid #d4d4d4;
 border-radius: 8px;
 padding: 12px 15px;
 font-family: Arial, sans-serif;
 background-color: #fff;
 }
 .delivery-box .icon {
 display: inline-block;
 vertical-align: middle;
 margin-right: 10px;
 }
 .delivery-box .text {
 display: inline-block;
 vertical-align: middle;
 }
 .delivery-box .title {
 font-size: 14px;
 font-weight: bold;
 margin: 0;
 color: #474747;
 display: flex;
 align-items: center;
 line-height: 15px;
 }
 .delivery-box .delivery-time {
 font-size: 13px;
 color: #474747;
 line-height: 20px;
 }
 .delivery-box .delivery-time span {
 font-weight: bold;
 color: #039903;
 }
 .textv6{
 display:flex;
Shopify snippets 81
 flex-direction: column;
 gap:5px;
 justify-content: center;
 }
 /* /////// star rating reviews ///////// */
 .flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.font-size--desktop-auto {
    font-size: var(--font-size);
}
.rating-stars-and-text {
    justify-content: var(--alignment);
}
 .rating-stars__container {
    display: flex;
}
 .rating-stars__container--underlay {
    position: relative;
}
.rating-stars__container--underlay svg {
    color: var(--bg-star-color);
}
.rating-stars__container svg:first-of-type {
    margin-left: 0;
}
 .rating-stars__container svg {
    width: 1em;
    height: 1em;
    margin-left: .125em;
    flex-shrink: 0;
}
.rating-stars__container--overlay svg {
    color: black;
}
.rating-stars__container--overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: calc(100% / 5 * var(--rating));
}
span.rating-stars__label {
    color: black;
}