/* Upsells customization styles for single product pages. */
.cuw-form .cuw-gird{
    justify-content: space-around;
    width: 100%;
}
.cuw-column.cuw-buy-section .cuw-add-to-cart{
    padding: 10px 0px !important;
    font-size: 18px;
    border: solid 2px #000000;
    color:#000000;
    width:269px !important;
    font-weight: 700;
    height: 54px;
}
.cuw-column.cuw-buy-section .cuw-add-to-cart:hover{
    background-color: black;
    color:white;
}
.cuw-total-price{
    font-size: 24px !important;
    color: #D14200;
    font-weight: 700 !important;
}
.cuw-column.cuw-buy-section{
    max-width: unset !important;
     align-content: center;
}
.cuw-product-title{
    font-size:16px;
    line-height: 24px;
    color:#676767 !important;
    display: -webkit-box;        
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2;       
  overflow: hidden;           
  text-overflow: ellipsis;  
}
.cuw-product-image{
    justify-self: center;
}
.cuw-product-card{
    width: 265px !important;
}
.cuw-bundle-subtext{
font-size: 16px;
color:#626060;
font-weight: 500;
}
.cuw-product-price-label, .cuw-product-price ins{
    font-weight: 800;
    color: #000000;
    font-size:15px;
}
.cuw-product-price del{
    font-weight: 800;
    color: #626060;
    font-size:15px;
}
.cuw-product-separator{
    align-self: center;
    background-color: #F9F9F9;
    width: 36px;
    height: 36px !important;
    align-self: center;
    justify-content:center;
    border-radius: 50px;
    
}