
/*WishList Style Css Start*/
/*************************************11/11/2024**********************************/
.back-arow {
    margin: 20px 0 25px 0;
    display: flex;
    gap: 15px;
    align-items: center;
}
.back-arow b {
    font-size: 20px;
    border-left: solid 2px #707070;
    padding: 0 0 0 15px;
}
/*.first-wishlist {
    background-color: #fff;
    position: relative;
    padding: 50px 15px 15px 15px;
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #A5A5A5;
    display: flex;
    gap: 30px;
    flex-direction: row;
    align-items: flex-start;
    margin: 0 0 15px 0;
}*/
.first-wishlist {
    background-color: #fff;
    position: relative;
    padding: 35px 15px 15px 15px;
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #A5A5A5;
    display: flex;
    gap: 30px;
    flex-direction: row;
    align-items: flex-start;
    margin: 0 0 15px 0;
    justify-content: space-between;
}
.wishlist-list {
    border-top: solid 1px #707070;
    padding: 25px 0 0 0;
}
.standard-tag {
    background-color: #3DACFF;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 17px;
    font-style: normal;
    padding: 5px 15px;
    font-weight: bold;
    border-radius: 9px 0;
    color: #fff;
}
.prime-tag {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 17px;
    font-style: normal;
    padding: 3px 15px;
    font-weight: bold;
    border-radius: 9px 0;
    color: #121212;
    background: rgb(255,226,44);
    background: linear-gradient(90deg, rgba(255,226,44,1) 0%, rgba(252,248,221,1) 23%, rgba(245,221,63,1) 46%, rgba(255,250,218,1) 75%, rgba(255,225,36,1) 100%);
}
/*.first-wishlist center {
    border: solid 1px #707070;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 5px 10px 0px #0000001c;
}*/
.first-wishlist center {
    /* border: solid 1px #707070; */
    /* padding: 5px; */
    /* border-radius: 10px; */
    box-shadow: 0 5px 10px 0px #0000001c;
    width: 220px;
}
.course-detail p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    padding: 0 50px 0 0;
    line-height: normal;
}
button.delete-wish {
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
}
/*.first-wishlist .course-detail {
    position: relative;
}*/
.first-wishlist .course-detail {
    position: relative;
    flex: 1;
}
.discount-sec {
    display: flex;
    gap: 10px;
    align-content: center;
    font-size: 24px;
    font-weight: 500;
}
.discount-sec i {
    background-color: #D5FFD9;
    padding: 0 9px;
    width: auto;
    display: flex;
    color: #0A9A19;
    line-height: 25px;
    align-items: center;
    font-size: 12px;
    margin: 5px 0;
}
.discount-sec em {
    background-color: #F1F7FF;
    padding: 0 15px;
    width: auto;
    display: flex;
    color: #368EF0;
    line-height: 30px;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    border-radius: 5px;
}
.discount-sec em b {
    color: #FF0000;
    font-size: 14px;
    font-weight: 600;
}
.price-det b {
    font-size: 24px;
    line-height: normal;
}
.price-det em {
    font-style: normal;
    font-size: 17px;
    margin: 0px 0 0 5px;
    line-height: normal;
    text-decoration: line-through;
}
.price-drop-btn {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.first-wishlist a.btn-primary {
    background-color: #FED501;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 600;
}
.delete-wish-content p {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    margin: 15px 0 20px 0;
}
.buttons-popup {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
a.border-btn {
    color: #000;
    padding: 10px 40px;
    border-radius: 7px;
    transition: .2s;
    font-weight: bold;
    border: solid 1px #707070;
}
.delete-wish-content {
    padding: 0 0 15px 0;
}
.buttons-popup .btn-primary {
    background-color: #FED501;
    font-size: 18px;
}
.buttons-popup a{
    font-size: 18px;
    font-weight: 600;
}
.delete-wishlist .modal-dialog {
    max-width: 377px;
}
.right-flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 15px 0;
}
a.add-wishlist {
    display: flex;
    gap: 10px;
    border: solid 1px #707070;
    padding: 0 15px;
    border-radius: 5px;
    line-height: 35px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    align-items: center;
}
.empty-wishlist-list {
    text-align: center;
}
.empty-wishlist-list center{
    margin-bottom: 20px;
}
.empty-wishlist-list b {
    color: #FF0000;
    font-size: 22px;
}
.empty-wishlist-list p {
    font-size: 18px;
    color: #878787;
    font-weight: 500;
}
@media only screen and (max-width:767px) {
.course-detail p {
    font-size: 12px;
    padding: 0 30px 0 0;
}
.discount-sec em, .discount-sec i {
    font-size: 10px;
    line-height: normal;
    padding: 0 5px;
}
    .discount-sec {
    gap: 5px;
    font-size: 20px;
    line-height: normal;
}
    .discount-sec em b {
    font-size: 10px;
}
    .price-det b {
    font-size: 18px;
}
    .price-det em {
    font-size: 12px;
}
    .price-drop-btn em img {
    width: 120px;
}
    .first-wishlist a.btn-primary {
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: 600;
}
 
.course-detail {
    gap: 5px;
}
    button.delete-wish img {
    width: 15px;
}
    em.standard-tag {
    font-size: 12px;
    font-weight: 400;
    padding: 3px 8px;
}
    .first-wishlist {
    padding: 30px 10px 10px 10px;
    border-radius: 10px;
    gap: 10px;
    margin: 0 0 15px 0;
}
.buttons-popup a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
    .delete-wish-content p {
    font-size: 16px;
    line-height: normal;
}
    .buttons-popup .btn-primary {
    background-color: #FED501;
    font-size: 14px;
}
    .buttons-popup a {
    font-size: 14px;
    font-weight: 600;
}
    .delete-wishlist .modal-dialog { 
    margin-top: 38px; 
}
    .empty-wishlist-list b {
    font-size: 18px;
}
    .empty-wishlist-list p {
    font-size: 14px;
}
}
.icons-sec.d-flex.py-2.align-items-center span label {
    margin: 0;
    font-weight: bold;
    display: block;
    line-height: normal;
}
 
.icons-sec button.btn.wishlist-btn.border.rounded.p-1.me-3 {
    margin: 0 !important;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    padding: 3px 8px !important;
    font-weight: bold;
    align-items: center;
    gap: 5px;
}
.icons-sec.d-flex.py-2.align-items-center span {
    padding: 3px 8px !important;
}
.icons-sec.d-flex.py-2.align-items-center span {
    margin: 0 !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    font-size: 14px;
    gap: 5px;
}

.icons-sec label {
    margin: 0;
}
.icons-sec {
    display: flex;
    gap: 10px;
}
 
.icons-sec span.border.rounded.p-1.me-3 {
    margin: 0 !important;
}
.price-drop-btn a em img {
    width: 70px;
}
.wishlist-list span.pass-tag {
    position: absolute;
    right: -6px;
    top: 5px;
}
.first-wishlist {
    overflow: visible;
    gap: 10px;
}
.first-wishlist center img.img-fluid.img-thumbnail {
    padding: 0;
}


