.app-logo{
    width: 160px !important;
}
@media screen and (max-width: 551px) {
    .app-logo{
        width: 130px !important;
    }
}
@media screen and (max-width: 426px) {
    .app-logo{
        width: 100px !important;
    }
}
@media screen and (max-width: 376px) {
    .app-logo{
        width: 90px !important;
    }
}

input,textarea,select{
    border: none !important;
}
input.form-check-input{
    border: 1px solid #4e7661 !important;
}
input:focus,textarea:focus,select:focus{
    box-shadow: none !important;
    border: none !important;
}

a{
    text-decoration: none !important;
}

button:focus {
    box-shadow: none !important;
}

.header-logo{
    width: 160px;
}
@media screen and (max-width: 426px) {
    .header-logo{
        width: 100px !important;
    }
}

.favorite.active.bg-body{
    background-color: #4e7661 !important;
    color: white !important;
}
.product-actions.vertical > a{
    transform: translateX(125%);
}

.addressBox.active.border{
    border-color: #4e7661 !important;
}
.addressBox .addressDeleteButton{
    position: absolute;
    right: 7px;
    top: 5px;
    cursor: pointer;
}

.sticky-area-wrap.sticky .sticky-area {
    box-shadow: none !important;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
@media screen and (min-width: 1200px) {
    .sticky-area-wrap.sticky .sticky-area {
        top: -4px !important;
    }
}

@media (min-width: 766px) {
    .web-slider{
        display: flex !important;
    }
    .mobile-slider{
        display: none !important;
    }
}
@media (max-width: 767px) {
    .web-slider{
        display: none !important;
    }
    .mobile-slider{
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    table.responsive {
        border: none !important;
    }
    table.responsive tr {
        border: 1px solid #ddd;
        display: block;
        margin-bottom: 10px;
    }
    table.responsive thead {
        display: none;
    }
    table.responsive td {
        border-bottom: 1px solid #ddd;
        display: block;
    }
    table.responsive td:last-child {
        border-bottom: 0;
    }
}

thead.bg-body-secondary {
    background-color: #eeeeee29 !important;
}
.product-info-2-quantity {
    background-color: #eeeeee29 !important;
}

/*---*/
.btn:hover {
    color: #fff !important;
}
/*---*/


@media (min-width: 1250px){
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px !important;
    }
}
