.custom_product h1{
    margin-bottom: 37px;
}
.custom_product #info .info{
    margin-bottom: 12px;
}
.custom_product #info .info a:before{
    display: none;
}
.custom_product #info .info a{
    border: 0;
    padding: 0;
}
.custom_product .bg-square{
    background-position: top right;
    padding-bottom: 91%;
}
/* .custom_product .beer-colour{
    height: 13px;
    width: 12px;
    position: relative;
    top: -1px;
} */
.custom_product .inner_items {
    margin: 0 -11px;
}
.custom_product .inner_items .item{
    padding: 0 11px;
}
.cart-basket-box{
    background-color: #e5e5e6;
    padding: 22px 21px 20px;
    border-radius: 15px;
}
.cart-basket-box h3{
    font-size: 28px;
    margin-bottom: 22px;
}
.cart-basket-box .cart_group .items_button{
    margin-bottom: 14px;
}
.cart-basket-box .cart_group .items_button:last-child{
    margin-bottom: 0;
}
.cart-basket-box .cart_group .items_button a{
    white-space: nowrap;
    font-size: 21px;
    color: #fff;
    font-weight: 900;
    background-color: #0babd2;
    padding: 9px 7px;
    min-width: 126px;
    margin-right: 11px;
}
.cart-basket-box .cart_group .items_button a i{
    margin-right: 3px;
}
.cart-basket-box .cart_group .items_button .pricing{
    display: flex;
    flex-direction: column;
}
.cart-basket-box .cart_group .items_button .pricing .price span{
    font-weight: 900;
    display: inline-block;
    line-height: 21px;
    font-size: 18px;
}
.cart-basket-box .cart_group .items_button .pricing .price span.savePrice{
    color: #e20000;
}
.cart-basket-box .cart_group .items_button .pricing .can-price{
    display: inline-block;
    font-weight: 900;
    font-size: 14px;
    line-height: 14px;
}
/* design changes 11-02-2023 */
.custom_product h1{
    margin-bottom: 28px;
}
.cart-basket-box .items_button .pricing .price {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.cart-basket-box .items_button .price span.divider {
    margin: 0 3px;
}
.cart-basket-box .cart_group .items_button a{
    text-align: center;
    white-space: nowrap;
    max-width: 140px;
}
.cart-basket-box .cart_group .items_button a:hover{
    background: #000 !important;
}
.custom_product .inner_items .item > P:empty {
    display: none;
}
.custom_product #info .info ul:not(.list-septenary){
    margin-left: -4px;
}
@media only screen and (min-width: 1440px){
    .custom_product .container{
        max-width: 1205px;
    }
}
@media only screen and (max-width: 1439px){
    .cart-basket-box .cart_group .items_button .pricing .price span{
        font-size: 18px;
    }
}
@media only screen and (max-width: 1199px){
    .cart-basket-box{
        margin-bottom: 32px;
    }
    .custom_product #info .info ul:not(.list-septenary){
        margin-left: 0;
    }
}
@media only screen and (max-width: 614px){
    .cart-basket-box{
        max-width: 323px;
        margin: auto;
        margin-bottom: 32px;
    }
    .custom_product #info .info{
        max-width: 238px;
        margin: auto;
        margin-bottom: 12px;
    }
    .custom_product h1{
        margin-bottom: 10px;
    }
    .custom-order-mb-1{
        order: 1;
    }
    .custom-order-mb-2{
        order: 2;
    }
    .custom-order-mb-3{
        order: 3;
    }
}
@media only screen and (max-width: 959px){
    .custom_product .inner_items .item{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cart-basket-box{
        margin-bottom: 32px;
    }
}
@media only screen and (max-width: 375px){
    .cart-basket-box .cart_group .items_button a{
        min-width: 100px;
        font-size: 17px;
        padding: 9px 5px;
        margin-right: 8px;
        max-width: 105px;
    }
    .cart-basket-box .cart_group .items_button .pricing .price span {
        font-size: 16px;
    }    
}