/* Product Image in More Information is overlapping for mobile view in PDP Css Start */

/* Tablet specific styling */
@media (max-width: 1024px) and (min-width: 899px) {
    .product .product-description-block3 img.lazyload.loaded {
        max-width: 130px; 
        height: auto;
        width: 100%;
    }

    .catalog-product-view.coffee-product-details .product.info.detailed .data.item.content .capsule_details__wrapper {
         margin-bottom: 30px !important; 
    }

    .catalog-product-view.coffee-product-details .product.info.detailed .data.item.content .capsule_details--left1 .capsule_details--left1--inner strong.type span {
        font-size: 12px; 
    }
}

/* Tablet specific styling */
@media (max-width: 900px) and (min-width: 769px) {
    .product .product-description-block3 img.lazyload.loaded {
        max-width: 60px; 
        height: auto;
        width: 100%;
    }

    .catalog-product-view.coffee-product-details .product.info.detailed .data.item.content .capsule_details__wrapper {
         margin-bottom: 30px !important; 
    }

    .catalog-product-view.coffee-product-details .product.info.detailed .data.item.content .capsule_details--left1 .capsule_details--left1--inner strong.type span {
        font-size: 10px; 
    }
}

/* Mobile specific styling */
@media (max-width: 768px) {
    .product .product-description-block3 img.lazyload.loaded {
        max-width: 100px; 
        height: auto;
        width: 100%;
    }

    .catalog-product-view.coffee-product-details .product.info.detailed .data.item.content .capsule_details__wrapper {
        margin-bottom: 30px !important;
    }

    .catalog-product-view.coffee-product-details .product.info.detailed .data.item.content .capsule_details--left1 .capsule_details--left1--inner strong.type span {
        font-size: 12px;
    }

    .catalog-category-view .products-list .product-items .product-item .product-item-details{
       padding-left: unset !important;
    }
    .catalog-category-view .products-list .product-items .product-item .product-item-details .product-item-name{
        padding-right: unset !important;
    }
    .catalog-category-view .products-list .product-item-details .product-item-name .product-item-link{
        padding-right: 70px;
        padding-left: 5px;
    }
    .catalog-category-view .product-items .product-item .product-item-details div[class^="swatch-opt-"] .swatch-option{
        margin: 3px 6px 0 0 !important;
    }
    .catalog-category-view .products-list .product-items .product-item .product-item-details .product-attributes__wrapper .special-price .price-final_price .price-wrapper {
        display: flex !important;
        justify-content: flex-end;
    }
    .catalog-category-view .products-list .product-items .product-item .product-item-details .product-attributes__wrapper{
        justify-content: flex-end !important;
    }
    .categorypath-coffee-original.catalog-category-view .products-list .product-items .product-item .product-item-details .product-attributes__wrapper {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
    }
    .catalog-category-view .product-items .product-item .product-item-details .product-attribute__cup_size {
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
    }
    .catalog-category-view .product-items .product-item .product-item-details .price-box {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
    }
    .catalog-category-view .product-items .product-item .product-item-details .product-attribute__AddTenCapsules{
        grid-column: 1 / span 2;
        grid-row: 2;
        margin-top: 10px;
        justify-self: start;
        margin-left: unset !important;
    }
}
/* Product Image in More Information is overlapping for mobile view in PDP Css End */

/* Add to Cart button is overlapping for mobile view in PDP Css Start*/
@media only screen and (max-width: 768px) {
    .catalog-product-view .pdpcart-btn.sticky-pdp-button {
        z-index: 9998;
    }
}
/* Add to Cart button is overlapping for mobile view in PDP Css End*/

/* Offer Page image is cut off Css Start*/
/* Mobile first */
.offer-index-index .offer-image .product-item-photo-wrapper .product-img-photo {
    width: 100%;
    height: auto;
    max-width: 100%;
}
/* Desktop override */
@media only screen and (min-width: 769px) {
    .offer-index-index .offer-image .product-item-photo-wrapper .product-img-photo {
        width: auto;
        max-width: 416px;
        min-width: 416px;
        height: auto;
    }
}

.offer-index-index .offer-image .product-item-photo-wrapper{
    box-shadow: unset !important;
}
/* Offer Page image is cut off Css End*/


/* Password visiblity Option while Login or registering as a new customer  Css Start*/
button.password-toggle-btn-popup button:focus,
button:active {
    border: none;
    outline: none;
    box-shadow: none;
}
 
button.register-passw-btn {
    background-color: #eff0ff;
    color: black;
    float: right;
    margin: -37px 2px 2px 2px;
    height: 0px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
    font-size: 16px;
}
 
button.register-re-passw-btn {
    background-color: #eff0ff;
    color: black;
    float: right;
    margin: -37px 2px 2px 2px;
    height: 0px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
    font-size: 16px;
}
 
 
button.password-toggle-btn-popup{
    background-color: #eff0ff;
    color: black;
    float: right;
    margin: -32px 2px 2px 2px;
    height: 0px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
    font-size: 16px;
}
 
button.passw-toggle-btn{
    background-color: #eff0ff;
    color: black;
    float: right;
    margin: -37px 2px 2px 2px;
    height: 0px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
    font-size: 16px;
}
 
.customer-account-createpassword button.resetforgot-passw-btn{
    background-color: #eff0ff;
    color: black;
    float: right;
    margin: -38px 2px 2px 2px;
    height: 0px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
    font-size: 16px;
}
.customer-account-createpassword button.resetforgot-re-passw-btn{
    background-color: #eff0ff;
    color: black;
    float: right;
    margin: -38px 2px 2px 2px;
    height: 0px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
    font-size: 16px;
}
 
.customer-account-createpassword.field.choice {
    display: none;
}
/* Password visiblity Option while Login or registering as a new customer  Css End*/

/* Price and Special Css Start */
.product-item .product-item-details .old-price .price:before {
  content: unset !important;
}
.product-item .product-item-details .old-price .price:after {
  content: unset !important;
}
.product-item .product-item-details .old-price .price {
  color: #464545;
}
.product-item .product-item-details .price-final_price .price {
  color: #464545;
}
.product-item .product-item-details .price-final_price .special-price .price {
    color: #257a57ff !important;
    font-size: 15px;
}
/* Price and Special Css Start End */

/* Homepage reduce space on product grid Css Start */
.cms-index-index .product-item .product-item-info .product-item-details .product-item-name{
    margin-bottom: unset !important;
}
/* Homepage reduce space on product grid Css End */

/* PDP Bundle Customization Button Css Start*/
.page-product-bundle.catalog-product-view .bundle-actions {
    display: none !important;
}
.page-product-bundle.catalog-product-view .product-add-form {
    display: block !important;
}
/* PDP Bundle Customization Button Css End*/

.catalog-product-view .product-add-form .price-box .customprice-conf {
    display: flex;
    align-items: center;
}
.catalog-product-view .product-info-price .price-box .customprice-conf {
    display: flex;
    align-items: center;
}
.catalog-product-view .product-info-main .price-box .price-labels span.label-mrp {
    font-size: 22px;
    color: #000000;
    float: left;
    font-weight: 400;
    width: 100%;
}
.catalog-product-view .product-info-main .price-box .price-labels span.label-tax {
    font-size: 12px;
    color: #000000;
    float: left;
    font-weight: 400;
    width: 100%;
}
.catalog-product-view .product-add-form .price-box .price-wrapper::after{
    content: unset !important;
}
.catalog-product-view .product-info-main .product-add-form .product-label-wrapper {
    display: flex;
    justify-content: flex-start;
    margin: 10px 10px 10px 0;
}
.catalog-product-view .product-details-header .product-info-main .product.attribute.product-label .value *{
    margin: 0 0 5px !important;
}
.catalog-product-view .product-details-header .price-box {
    margin-top: 10px!important;
}
.catalog-product-view .product-info-main .product-add-form .product-label-wrapper .product-label .value {
     flex-wrap: unset !important; 
     align-items: unset !important; 
     flex-direction: unset !important; 
}
.catalog-product-view .product-info-main .product-label-wrapper > .custom-percent-off:first-child {
    margin: 0 0 15px !important;
}
.catalog-product-view .product-info-main .product-label-wrapper > .custom-percent-off:not(:first-child) {
    margin: 0 8px 14px !important; 
}


/* Mobile specific styling */
@media (max-width: 768px) {
    .catalog-product-view .page-title-wrapper.product, .catalog-product-view .product.attribute.product-labels{
        display: flex !important;
        justify-content: center !important;
    }

    .catalog-product-view .product-info-main .product-add-form .product-label-wrapper {
        display: flex;
        justify-content: center;
    }
    .catalog-product-view .product-info-main .product-add-form .custom-percent-off {
         margin: unset !important; 
    }
    .catalog-product-view .product-view-top .fotorama__nav--dots {
        text-align: center !important;
    }
}
.cms-index-index .product-items.widget-product-carousel .product-item {
    position: relative !important;
}
.cms-index-index .product-item .product-item-info .product-item-details .price-box .customprice-conf{
    display: flex;
    flex-direction: column-reverse;
}
.cms-index-index .product-items.widget-product-carousel .discount-deal-off-box{
    position: absolute;
    top: 44px;
    z-index: 2;
    right: 0;
}
.cms-index-index .product-items.widget-product-carousel .discount-deal-off-box .discount-price-label{
    background-color: black;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    font-size: 12px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
}
.cms-index-index .product-items.widget-product-carousel .product-item-info .product-item-details .customprice-conf .price-labels{
    display: none;
}
.catalog-category-view .product-details-wrapper .product-labels {
    flex-direction: unset !important;
    gap: 10px;
}
.catalog-category-view .product-details-wrapper .product-list-label {
    display: flex;
    margin-bottom: 5px;
}
.catalog-category-view .product-details-wrapper .product-list-label .product-label.product-label-free-delivery{
    margin-bottom:unset;
}
.catalog-category-view .product-details-wrapper .discount-deal-off-box .discount-price-label {
    color: #ffffff;
    background-color: black;
    padding: 0px 8px;
}
.catalog-category-view .product-list-label .product-labels .stock-new{
    margin-right: unset !important;
    padding: 0px;
    font-size: 12px;
}
.catalog-category-view .product-details-wrapper .product-attributes__wrapper .customprice-conf .price-labels{
    display: none;
}
.catalog-category-view:not(.categorypath-machine-assistance) .products.products-grid .special-price{
    margin-right: unset !important;
}
.catalog-category-view:not(.categorypath-machine-assistance) .products-grid .product-item .product-item-info .product-item-details .price-box{
    display: unset !important;
    margin: 10px 0;
}
.cms-index-index .product-item .product-item-info .product-item-details .price-box span.final-price-bundal-homepage {
    margin-bottom: unset;
}
.cms-index-index .product-item .product-item-info .product-item-details .price-box .customprice-conf .price-box-wrapper{
    display: flex;
    flex-direction: column-reverse;
}
.catalog-product-view .product-info-main .product-info-price .price-box .customprice-conf .price-box-wrapper .price-container.price-final_price{
    line-height:normal !important;
    margin-bottom: unset;
}
.catalog-product-view .product-info-main .product-info-price .price-box .customprice-conf .price-box-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.catalog-product-view .product-info-main .product-info-price .price-box .customprice-conf .price-box-wrapper .special-price{
    margin-top:0;
}
.catalog-product-view .product-info-price .price-box .customprice-conf{
    align-items:unset !important;
}

.catalog-product-view .product-info-main .product-add-form .bundle-info .price-as-configured{
     margin: unset !important;
     line-height: 3;
}

@media only screen and (max-width: 767px) {
    .page-with-filter.page-products.catalog-category-view .product-labels > * {
         margin: unset !important; 
    }
    .catalog-category-view .product-details-wrapper .product-list-label {
        margin-top: 10px;
        flex-wrap: wrap;
        gap: 5px;
    }
    .catalog-product-view .product-add-form .pdpcart-btn{
        margin-top: 20px;
    }
    .catalog-category-view .products-grid .product-item-info{
        margin-top: 35px;
    }
    .catalog-product-view .page-main .product-info-main .page-title-wrapper .page-title{
        text-align: center !important;
    }
    .catalog-product-view .product-item-actions .widget-tocart-form.pdp-tocart-form button.tocart.pdpcart-btn{
        display: block !important;
    }
    .catalog-product-view .product-item-details .product-item-actions {
        margin-top: 50px;
    }
    .catalog-product-view .product-info-main .product-label-wrapper {
        display: flex;
        justify-content: center;
        margin-top: 16px;
    }
    .catalog-product-view .price-box .customprice-conf .price-labels {
        text-align: start;
    }
    .catalog-product-view .product-view-top .product-info-main{
        text-align: center !important;
    }
}

@media only screen and (min-width: 768px) {
    .catalog-category-view .product-details-wrapper .product-list-label > *:not(:first-child) {
        padding-left: 10px;
    }
    .catalog-category-view .products-grid .product-item-info{
        margin-top: 20px;
    }
}

/* Fix Price of Bundle prodcut Css Start*/
.page-product-bundle.catalog-product-view .product-details-header .price-box .bundal-old-price .price {
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    font-weight: 400;
}
/* Fix Price of Bundle prodcut Css End */

/* Alignment of Product Tiles on "People also bought" section Css Start*/
body.catalog-product-view .product-details-header .price-box .old-price .price {
     color: #464545;
     font-size: 22px !important;
}
body.catalog-product-view .page-main .amrelated-grid-wrapper .product-details-header .price-box .old-price .price {
    font-size: 16px !important;
}
.catalog-product-view .page-main .amrelated-grid-wrapper .product-items.slick-slider .product-item .product-item-info .product-item-photo {
    min-height: 100px;
}
.catalog-product-view .page-main .amrelated-grid-wrapper .product-item-name {
    min-height: 50px;
}
.catalog-product-view .page-main .amrelated-grid-wrapper .price-box.price-final_price {
    min-height: 111px;
    width: 100%
}
.catalog-product-view .page-main .amrelated-grid-wrapper .product-item-actions {
    min-height: 60px !important;
    padding: 16px 0px 0px 0px !important;
 
}
.catalog-product-view .page-main .amrelated-grid-wrapper .catalog-product-view .custom-percent-off {
    margin: 1px 121px 20px 17px;
}
.catalog-product-view .page-main .amrelated-grid-wrapper .product-items.slick-slider .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: -15px;
}
.product-info-main .amrelated-grid-wrapper .special-price,
.product-options-bottom .special-price {
    display: block;
    margin: 1.5px 0;
}
.product-info-main .amrelated-grid-wrapper .slick-slide .product-item {
    min-height: 360px;
}

.catalog-product-view .block-content.amrelated-block-content .product-item .old-price .price:after {
    content: unset !important;
}
.catalog-product-view .product-details-header .block-content.amrelated-block-content .price-box .old-price .price:before {
    content: unset !important;
}
.catalog-product-view .product-details-header .block-content.amrelated-block-content .price-box .label-after{
    width: 100%;
}
.catalog-product-view .product-details-header .block-content.amrelated-block-content .custom-percent-off{
    margin: 10px auto;
    float: unset !important;
}
.catalog-product-view .amrelated-grid-wrapper .product-items.slick-slider .product-item .product-item-info .customprice-conf .price-labels{
    text-align: center;
}
.catalog-product-view .page-main .amrelated-grid-wrapper .product-item-info .product-item-details .price-box .price-final_price .price{
    font-size: 2.2rem !important;
}
.catalog-product-view .page-main .amrelated-grid-wrapper .product-items.slick-slider .product-item .product-item-info .product-item-details{
    justify-content: center !important;
}
.catalog-product-view .amrelated-grid-wrapper .price-box .price-labels span.label-tax{
    margin-bottom: 15px !important;
}
@media only screen and (max-width: 767px) {
    .catalog-product-view .page-main .amrelated-grid-wrapper .product-item-details .product-item-actions {
         margin-top: 20px; 
    }
}

/* Alignment of Product Tiles on "People also bought" section Css End */