|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/lecturebazaar.com/resources/sass/parts/ |
Upload File : |
.cart-banner {
width: 100%;
padding: 100px 0;
background-color: var(--secondary);
.payment-hint {
margin-top: 30px;
}
@media (max-width: $screen-xs-max) {
padding: 50px 0;
}
}
.cart-row {
padding: 20px 0;
border-bottom: solid 1px $gray-300;
img{
border-radius: 10px !important;
}
.image-box{
&::after{
border-radius: 10px !important;
}
}
.webinar-card{
&:hover{
transform: inherit;
box-shadow: inherit;
transition: inherit;
}
}
.btn-cart-list-delete {
position: relative;
width: 30px;
height: 30px;
border-radius: 50%;
background-color: $gray-300;
svg {
color: #707070;
}
&:hover{
background-color: #f63c3c;
color: #FFF;
transition: all 0.3s ease;
svg{
color: #FFF;
transition: all 0.3s ease;
}
}
&:after {
content: '';
width: 36px;
height: 36px;
background-color: transparent;
border: 1px solid $gray-300;
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: all 0.3s ease;
}
&:hover {
&:after {
border-color: #f63c3c;
transition: all 0.3s ease;
}
}
}
}
.cart-checkout-item {
display: flex;
align-items: center;
justify-content: space-between;
padding: 15px 0;
border-bottom: 1px solid $gray-300;
}
.razorpay-payment-button {
opacity: 0;
visibility: hidden;
}
.empty-cart-container {
padding: 110px 32px;
border-radius: 15px;
border: solid 1px #ececec;
background-color: #fff;
margin-top: 74px;
.empty-cart-icon {
width: 256px;
height: 250px;
}
@media (max-width: $screen-xs-max) {
padding: 50px 20px;
}
}