#main-product-wrapper .col-product-info{
    height: max-content;
    position: sticky;
    top: 60px;
    min-width: 0;
}
/*** PROMO CARD ***/
.promo-card{
    background-size: cover; 
    background-position: center;
    border-radius: 12px; 
    padding: 60px 30px; 
    color: white; 
    height: 100%;
    display: flex;
    align-items: end;
}
.promo-card .promo-subtitle{
    font-size: 23px;
    font-weight: 600;
}
.promo-card .promo-title{
    font-size: 40px;
}

.promo-card .promo-paragraph{
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    display: block;
}

.promo-card .btn{
    max-width: max-content;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 40px;
    letter-spacing: 2.44px;
    display: block;
}
.promo-card .promo-content {
    max-width: 551px;
}


/** **/
#PM_ASearchResults .block-category {
    border: 0;
}

.read-more-link {
    color: #000;
    text-decoration: underline;
    font-weight: 500;
    margin-bottom: 30px;
}

/* module category cms */
.category-cms .box-text{
    left: 20px;
    bottom: 35px;
}
.category-cms .video-bg {
    overflow: hidden;
}

.category-cms .video-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    pointer-events: none;
    z-index: -1;
}

#products .pagination {
    margin: 30px 0px;
    position: relative;
}

#products .pagination .prev,
#products .pagination .next{

}

#products .pagination .page_number.current{
    background-color: #F9F9F9;
}

#products .pagination .page_number{
    padding: 14px 16px;
    font-weight: 500;
}
#products .pagination .prev a,
#products .pagination .next a,
#products .pagination .prev span,
#products .pagination .next span{
    border: 1px solid #DFDFDF;
    border-radius: 8px;
    padding: 9px 19px;
    font-weight: 500;
}
/*
#products .pagination .page-item.previous{
    position: absolute;
    left: 0;
}
#products .pagination .page-item.next{
    position: absolute;
    right: 0;
}
*/
#new-products #inner-wrapper,
#advancedsearch-seo-1 #inner-wrapper,
#product #inner-wrapper ,
#category #inner-wrapper ,
#category .description-short{
    padding: 0 112px;
}

@media (max-width: 767px) {
    
    #new-products #inner-wrapper,
    #advancedsearch-seo-1 #inner-wrapper,
  #product #inner-wrapper,
  #category #inner-wrapper,
  #category .description-short {
    padding: 0 15px;
  }
}



/***************/


#main{
    margin-top: 50px;
}
.card.cart-summary {
    border: 0 !important;
    background-color: #F9F9F9 !important;
  }
  .card .cart-detailed-totals .cart-summary-line {
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
  }
  .card .cart-detailed-totals #cart-subtotal-products ,.card .cart-detailed-totals #cart-subtotal-shipping{
    border-bottom: 1px solid !important;
  }
  .card .cart-detailed-totals .cart-summary-line .label {
    font-size: 16px !important;
    font-weight: 400 !important;
  }
  .card .cart-detailed-actions .btn-primary {
    background-color: #000 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 5px !important;
  }
  .card .block-promo .cart-voucher-area {
    background-color: #F9F9F9 !important;
  }
  .card .block-promo .cart-voucher-area .btn-secondary {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 0 4px 4px 0 !important;
    margin: 0 !important;
  }
  .card .block-promo .cart-voucher-area i {
    display: none !important;
  }
  .card .block-promo .cart-voucher-area .form-control {
    border-color: #000 !important;
    border-radius: 4px 0 0 4px !important;
  }


  .cart-overview h2{
    border-bottom: 1px solid !important;
    padding-bottom: 15px !important;
    font-size: 24px !important;
    font-weight: bold !important;
  }
  .cart-items .product-line-info a {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
    display: block !important;
  }
  .cart-items .product-line-info span{
    font-size: 14px !important;
  }
    h1.page-title {
        display: none !important;
    }
    .cart-grid-body .product-line-grid-body .unit-price{
        margin-bottom: 20px;
        font-size: 14px;
    }
    .product-line-grid .product-price strong {
        font-size: 16px;
        font-weight: 500;
    }




  /* Cart reassurance block styling */
.cart-reassurance-wrapper {
    margin-top: 30px;
    background-color: #fff !important;
}

.cart-reassurance-wrapper #block-reassurance {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}

.cart-reassurance-wrapper #block-reassurance ul {
    display: flex;
    justify-content: center;
    gap: 21px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.cart-reassurance-wrapper #block-reassurance ul li{
    border: 0;
}

.cart-reassurance-wrapper .block-reassurance-item {
    padding: 0px !important;
    text-align: center;
}

.cart-reassurance-wrapper .block-reassurance-item img {
    max-width: 40px;
    height: auto;
    display: block;
    float: none !important;
    margin: 0 auto 15px !important;
}

.cart-reassurance-wrapper .block-reassurance-item span {
    font-size: 14px;
    font-weight: 500;
}

.checkout-step .js-address-form {
    font-size: 14px !important;
}

#checkout #checkout-delivery-step .delivery-option .col-xs-12 {
    text-align: left !important;
}

#checkout #checkout-delivery-step .carrier-name {
    font-size: 15px !important;
}

#checkout #checkout-delivery-step .delivery-option {
    margin: 5px 0 15px;
    padding: 1rem 0;
}