.productsec-1 .container{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.info__cart:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transform: translateY(-5px);
    transition: all 0.3s ease;
}
.img-pro{
    height:150px;
    object-fit:contain;
}

.productsec-1 .top-bar{
    height: 30px;
    width: 100%;
    background-color: #007BFF;
    position: fixed;
    z-index: 1020;
}
.productsec-1 .col-lg-8, .productsec-1 .col-lg-4{
    padding-right: 5px;
    padding-left: 5px;
}
.productsec-1 .info__left, .productsec-1 .info__right{
    background-color: white;
    padding: 10px;
    border-radius: 15px;
}
.productsec-1 .box .text, .productsec-1 .box .title,.productsec-1 .box .price{
    font-family: 'Poppins', sans-serif;
    color: rgba(0, 0, 0, 0.8);
    font-size: 13px;
}
.productsec-1 .box .title, .productsec-1 .box .price{
    font-weight: bold;
}
.productsec-1 .box .price{
    
}
.productsec-1 .advertise img {
    max-width: 30px;
}
.productsec-1 .advertise a {
    font-family: 'Poppins', sans-serif;
    color: rgba(0, 0, 0, 0.8);
    font-size: 13px;
    color: red;
    cursor: pointer;
    transition: 0.15s ease;
}
.productsec-1 .advertise a:hover {
    color: red;
    font-weight: bold;
    transition: 0.15s ease;
}
.productsec-1 .content .sa-col{
    padding-left: 10px;
    padding-right: 10px;
}
.productsec-1 .content{
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    display: flex;
}
.productsec-1 .box{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.productsec-1 .items .item{
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    display: flex;
}
.productsec-1 .img-holder{
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.items img{
    position: absolute;
    width: 100%;
}
.productsec-1 .items .sa-col{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
     box-shadow: 0 0 0 0.2rem rgba(38,143,255,0) !important; 
}
.btn{
    padding: .10rem .5rem !important;
}
.buttons{
    display: flex;
}
.sa-qty{
    margin-left: 15px;
}
.productsec-1 .items a {
    font-family: 'Poppins', sans-serif;
    color: rgba(0, 0, 0, 0.8);
    font-size: 13px;
    color: red;
    cursor: pointer;
    transition: 0.15s ease;
}
.productsec-1 .items a:hover {
    color: red;
    font-weight: bold;
    transition: 0.15s ease;
}
.productsec-1 .content .err-holder{
    position: relative;
}
.productsec-1 .content .error{
    background-color: red;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
}
.productsec-1 .content .err-text{
    font-weight: bold;
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 9px;
}
.productsec-1 .price-detail{
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.productsec-1 .items .dropdown-menu{
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
} 
/*.dropdown, .dropleft, .dropright, .dropup {
     position: inherit !important;
}*/
.productsec-1 table{
    width: 100%;
}
.productsec-1 table tr td{
    font-family: 'Poppins', sans-serif;
    color: rgba(0, 0, 0, 0.8);
    font-size: 13px;
}
.productsec-1 table tr td{
    padding-bottom: 5px;
    padding-top: 5px;
}
.productsec-1 table .fl-right{
    float: right
}
.productsec-1 table .sa-border{
    border-top: 2px solid rgba(0,0,0,0.1);
}
.productsec-1 .main-btn{
    padding-top: 8px;
    padding-bottom: 10px;
}
.btn-big{
    width: 100%;
    font-weight: bold;
    border-radius: 4px;
    padding: .325rem .75rem !important;
}
#shopping{
    margin-top: 8px;
}
.sa-box{
    width: 100%;
}

.productsec-1 .out-stock-wrap .empty-cart, .productsec-1 .out-stock-wrap .empty-text{
    text-align: center;
    padding-bottom: 12px;
}
.productsec-1 .out-stock-wrap .empty-cart img{
    max-width: 200px;
}
.productsec-1 .out-stock-wrap p{
    font-family: 'Poppins', sans-serif;
    color: rgba(0, 0, 0, 0.9);
    font-size: 16px;
    font-weight: bold;
}
.productsec-1 .out-stock-wrap span{
    font-family: 'Poppins', sans-serif;
    color: rgba(0, 0, 0, 0.9);
    font-size: 14px;
}
.productsec-1 .discount-wrap{
    font-family: 'Poppins', sans-serif;
    color: rgba(0, 0, 0, 0.8);
    font-size: 13px;
    display: flex;
}
.productsec-1 .discount-wrap .discount-price{
    text-decoration: line-through;
}
.productsec-1 .discount-wrap .discount{
    padding-left: 10px;
}


/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .productsec-1 .info__left, .productsec-1 .info__right{
        margin-top: 10px;
    }
    .productsec-1 .container {
        padding-top: 0px !important; 
    }
    .productsec-1 .box {
        padding-left: 0px; 
        padding-right: 0px; 
    }
    .productsec-1 .items .dropdown-toggle::after {
         content: " "; 
    } 
    .sa-qty{
        margin-left: 8px;
    }
    .sa-box{
        position: inherit;
        width: 100%;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .productsec-1 .items .dropdown-toggle::after {
         content: " "; 
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .productsec-1 .items .dropdown-toggle::after {
         content: " "; 
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    
}


/******************************************************************************************************************/

@media (min-width: 992px){
    .sec-1{
        padding-bottom: 25px;
        padding-top: 25px;
    }
    .sec-1 .container-fluid{
        padding-left: 50px;
        padding-right: 50px;
    }
    .sec-1 h2{
        padding-left: 50px;
        padding-bottom: 8px;
        font-size: 18px;
    }
    .sec-1 .owl-prev{
        position: absolute;
        font-size: 35px !important;
        top: 50%;
        left: 20px;
        transform: translate(0, -50%);
        background-color: #007bff !important;
        height: 40px;
        width: 40px;
        border-radius: 50% !important;
        color: white !important;
        font-weight: bold !important;
    }
    .sec-1 .owl-prev span{
        position: absolute;
        transform: translate(-8px, -30px);
    }
    .sec-1 .owl-next{
        position: absolute;
        font-size: 35px !important;
        top: 50%;
        right: 20px;
        transform: translate(0, -50%);
        background-color: #007bff !important;
        height: 40px;
        width: 40px;
        border-radius: 50% !important;
        color: white !important;
        font-weight: bold !important;
    }
    .sec-1 .owl-next span{
        position: absolute;
        transform: translate(-6px, -30px);
    }
    .sec-1 .item{
        padding: 10px;
    }
    .sec-1 .info__container{
        background-color: white;
        border-radius: 10px;
    }
    
}
@media (max-width: 991.98px){
    .sec-1 .item{
        padding: 3px;
    }
    .sec-1 .owl-theme .owl-nav {
        display: none;
    }
    .sec-1 h2{
        padding-left: 18px;
        padding-bottom: 0;
        font-size: 16px;
        margin-bottom: 0;
    }
    .sec-1 h2 svg{
        height: 20px;
        width: 20px;
    }
    .sec-1 .container-fluid{
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .sec-1 .info__cart .title{
        font-size: 11px;
    }
    .sec-1 .info__container{
        border-radius: 0;
    }
    .sec-1 .info__cart{
        background-color: white;
        border-radius: 8px;
    }
    .sec-1 .info__cart .img-wrap img{
        border-radius: 8px;
    }
}

.sec-1 .info__cart{
    border: 1px solid #eeeeee;
}
.sec-1 .info__cart .content-wrap{
    padding: 10px;
    font-size: 13px;
}
.sec-1 .info__cart .cart-wrap{
    text-decoration: none;
    color: black;
}
.sec-1 .info__cart .btn-wrap{
    padding: 0 10px 10px 10px;
    font-size: 13px;
}
.sec-1 .content-wrap .price{
    font-weight: bold;
}
.sec-1 .info__cart .btn-wrap .btn{
    width: 100%;
    font-size: 12px;
    font-weight: bold;
}
.sec-1 .content-wrap .title{
    height: 40px;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.info__cart .discount, .items .discount{
    text-decoration: line-through;
}
#emptycart{
    display: none;
}
.remove-item{
    color: darkred !important;
}
.productsec-1 .box .text{
    font-size: 10px !important;
}

.productsec-1 .box .sa-col p {
    margin-bottom: 0 !important;
}
/*******************************************************/
/*****************CHECOUT*******************************/

.quantity-left-minus, .quantity-right-plus{
    height: calc(1.5em + .75rem + 2px);
    font-weight: bold;
    width: 30px;
}



/* Beautiful Confirmation Modal */
.confirm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

    .confirm-overlay.active {
        opacity: 1;
        visibility: visible;
    }

.confirm-modal {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 400px;
    transform: scale(0.9);
    transition: all 0.3s ease;
    overflow: hidden;
}

.confirm-overlay.active .confirm-modal {
    transform: scale(1);
}

.confirm-header {
    padding: 20px 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    align-items: center;
    gap: 12px;
}

    .confirm-header svg {
        width: 28px;
        height: 28px;
        fill: white;
    }

    .confirm-header h3 {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
    }

.confirm-content {
    padding: 24px;
    text-align: center;
}

.confirm-icon {
    margin-bottom: 16px;
}

    .confirm-icon svg {
        width: 60px;
        height: 60px;
        fill: #f44336;
    }

.confirm-content p {
    margin: 0 0 8px;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}

.confirm-content .item-name {
    font-weight: 600;
    color: #667eea;
    margin-bottom: 16px;
}

.confirm-actions {
    display: flex;
    gap: 12px;
    padding: 0 24px 24px;
}

.confirm-btn {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .confirm-btn.cancel {
        background: #f0f0f0;
        color: #666;
    }

        .confirm-btn.cancel:hover {
            background: #e0e0e0;
        }

    .confirm-btn.delete {
        background: linear-gradient(135deg, #f44336 0%, #d32f2f 100%);
        color: white;
    }

        .confirm-btn.delete:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(244, 67, 54, 0.3);
        }

/* Animation for modal entrance */
@keyframes modalSlideIn {
    from {
        transform: translateY(-30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.confirm-modal {
    animation: modalSlideIn 0.3s ease forwards;
}