html,
body {
    width: auto;
    height: auto;
    scrollbar-color: #09c6ff #1e3b49;
    scrollbar-width: auto;
    overflow-x: hidden;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

@keyframes hithere {
    30% {
        transform: scale(1.1);
    }

    40%,
    60% {
        transform: rotate(-5deg) scale(1.1);
    }

    50% {
        transform: rotate(5deg) scale(1.1);
    }

    70% {
        transform: rotate(0deg) scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


@keyframes slideIn {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}


/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #1e3b49;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #09c6ff;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#loader img {
    width: 64px;
    height: 64px;
    opacity: 0;
}

.fa {
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 900;
}

.hidden {
    display: none;
}

.rtl {
    direction: rtl;
}

a {
    text-decoration: none;
}

.custom-select {
    position: relative;
    width: auto;
}

.selected {
    padding: 6px;
    padding-left: 0px;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: pointer;
}

.selected img {
    width: 30px;
    height: 25px;
    margin-left: 10px;
    margin-right: 5px;
}

.options {
    display: none;
    position: absolute;
    max-height: 203px;
    overflow: auto;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 1;
}

.option {
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.option img {
    width: 30px;
    height: 25px;
    margin-left: 10px;
    margin-right: 10px;
}

.option:hover {
    background-color: #f0f0f0;
}

/* Show options when the selected is focused */
.selected:focus+.options {
    display: block;
}

.pagination {
    direction: ltr;
}

#body {
    scrollbar-color: #09c6ff #1e3b49;
    scrollbar-width: thin;
}

.btn,
.btn-primary {
    height: 45px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    color: #222222;
    border: 2px solid #333333;
    border-bottom: 3px solid #333333;
    background-color: #DDDDDD;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));

}

.btn:focus,
.btn-primary:focus,
.btn:hover,
.btn-primary:hover {
    color: #111111 !important;
    border: 2px solid #111111 !important;
    border-bottom: 2px solid #111111 !important;
    background-color: #DDDDDD !important;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) !important;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) !important;
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) !important;
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) !important;
    background-image: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) !important;
}

#spotlight.show {
    z-index: 999999999999999;
}

main {
    background: #F2F4F7;
}

.container {
    margin: auto;
    padding: 0px;
    direction: ltr;
}

.container .row {
    width: 100%;
    margin: 0px;
    direction: ltr;
    transition: all .3s;
}

input {
    height: 40px;
    background: #FFFFFF;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.2);
    border-radius: 0 5px 5px 0;
    border: 1px solid #EEEEEE;
    border-left: none;
    border-bottom: none;
    outline: none;
}

input:focus {
    box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.2) !important;
    border-color: #EEEEEE !important;
}

textarea:focus {
    box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.2) !important;
    border-color: #EEEEEE !important;
}

.input-group-text {
    box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.2);
}

.card {
    border-radius: 10px;
    border: 2px solid #222222;
    overflow: hidden;
}

.card-header {
    height: 43px;
    align-items: center;
    align-content: center;
    padding: 0px;
    direction: ltr;
    border-bottom: 2px solid #bbb;
    background-color: #DDDDDD;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.card-header i {
    font-size: 22px;
    margin-right: 8px;
    padding: 10px;
    width: 50px;
    text-align: center;
    float: left;
    border-right: 1px solid #BBBBBB;
}

.card-header span {
    font-size: 25px;
    font-weight: bold;
    font-variant-caps: all-petite-caps;
    color: #003;
    text-shadow: 0 0 1px #FFFFFF;
    float: left;
    align-items: center;
    align-content: center;
}

.card-header h3 {
    display: flex;
    align-items: center;
}

.card-body {
    background: #FBFDFF;
    text-align: left;
}

.card-body form {
    overflow: auto;
}

.card-body form .col-12 i {
    width: 45px;
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 20px;
    text-align: center;
    font-size: 14px;
    background: #FFFFFF;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.2);
    border: 1px solid #EEEEEE;
    border-bottom: none;
}

.pages {
    font-size: 20px;
}

.shipping {
    padding-bottom: 0px;
}

.address input {
    float: left;
}

.address .title {
    float: left;
    margin-left: 7px;
    line-height: 38px;
}

.shipping p {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.shipping i {
    font-size: 20px;
    float: left;
    margin-top: 3px;
    margin-left: 8px;
}

.address_div {
    width: auto;
    height: 100%;
    padding: 5px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
}

.address_div p {
    width: 100%;
}

.address_div span {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.address_div span .select_address {
    width: 25px;
    height: 25px;
    float: left;
}

.address_div span .delete {
    width: auto;
    height: auto;
    float: right;
    padding: 4px;
    padding-top: 2px;
    padding-bottom: 3px;
    color: #FFFFFF;
    background-image: -webkit-linear-gradient(top, rgb(255, 0, 0), rgb(194, 59, 59));
    background-image: -moz-linear-gradient(top, rgb(255, 0, 0), rgb(194, 59, 59));
    background-image: -ms-linear-gradient(top, rgb(255, 0, 0), rgb(194, 59, 59));
    background-image: -o-linear-gradient(top, rgb(255, 0, 0), rgb(194, 59, 59));
    background-image: linear-gradient(top, rgb(255, 0, 0), rgb(194, 59, 59));
    border: 1px solid #4e0501;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
}

.address_div span .delete i {
    margin: auto;
}

.rtl_ltr {
    direction: rtl;
}

.ltr_rtl {
    direction: ltr;
}

.card-body .row>* {
    padding: 5px;
}

.card-body form .row {
    height: auto;
    margin: 0px;
    margin-bottom: 15px;
    padding: 0px;
}

.card-body form .row #country {
    height: 40px;
    padding-left: 5px;
    background: #EEEEEE;
    border: 1px solid #BBBBBB;
    border-bottom: 2px solid #BBBBBB;
}

.card-body form .row input {
    width: 100%;
}

.card-body form .row select {
    width: 100%;
    height: 40px;
    float: left;
    padding-left: 5px;
    background: #EEEEEE;
    border: 1px solid #BBBBBB;
    border-bottom: 2px solid #BBBBBB;
}

.card-body form .row textarea {
    width: 100%;
    height: 100px;
    padding: 8px;
    background: #FFFFFF;
    background-color: rgb(255, 255, 255);
    background-clip: border-box;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.2);
    border-radius: 5px;
    border: 1px solid #EEEEEE;
    border-left: none;
    border-bottom: none;
    outline: none;
}

.card-body form .row .terms {
    width: auto;
    height: auto;
    margin-top: 5px;
}

.card-body form .row .mt-3 {
    margin-top: 10px !important;
}

.card-body form .row .terms a {
    font-size: 15px;
}

.card-body #address_form {
    width: auto;
    text-align: left;
}

.card-body .table>tbody tr th a {
    display: block;
    height: auto;
    width: 333px;
    padding: 0px;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 3px;
    margin-bottom: 5px;
    border: 1px solid #222222;
}

.card-body .table>tbody tr th a:hover {
    border: 1px solid #222222 !important;
}

.card-body .table>tbody tr th span {
    display: block;
    height: auto;
    width: auto;
    min-width: 25px;
    float: left;
    text-align: center;
    padding: 0px;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 5px;
    border: 1px solid #222222;
}

.card-body .table>tbody tr th span:hover {
    border: 1px solid #222222 !important;
}

.card-body .justify-content-between {
    padding: 0px;
}

.card-body .btn {
    width: auto;
    height: 50px;
    line-height: 45px;
    float: left;
    margin-right: 10px;
    padding: 0px;
    text-align: center;
}

.card-body .btn i {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 25px;
}

.card-body .pay {
    width: 100%;
}

.card-body .paypal {
    width: 100%;
    height: 50px;
    line-height: 45px;
    margin-top: 5px;
    text-align: center;
    overflow: hidden;
    font-size: 15px;
    font-weight: normal;
    cursor: pointer;
    background: #fbd568;
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: linear-gradient(#fbd568, #ffb347);
    border: 1px solid #aa6d17;
    color: #996319;
    text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}

.shipping_button {
    color: #545966;
    background-repeat: repeat-x;
    border: 1px solid #BBBBBB;
    background-color: #DDDDDD;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));

}

.shipping_button:hover {
    color: #545966;
    background-repeat: repeat-x;
    border: 1px solid #BBBBBB;
    background-color: #DDDDDD;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));

}

.shipping_button i {
    color: #545966;
}

.card-body form .row .btn-block {
    width: 100%;
    text-align: center;
}

.list-group-item {
    padding: 0px;
    padding-left: 8px;
}

.list-group-item div p {
    width: auto;
    height: 25px;
    line-height: 22px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
    border-radius: 4px;
    color: #003C5F;
    border: 1px solid #BBBBBB;
    background-color: #DDDDDD;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));

}

.list-group-item .price {
    width: auto;
    height: auto;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    padding-right: 3px;
    padding-left: 3px;
    float: right;
    font-size: 14px;
    color: #003C5F;
}

.cart_head {
    width: auto;
    height: auto;
    overflow: auto;
    padding-left: 10px;
    padding-right: 10px;
    color: #003C5F;
    border: 1px solid #CCCCCC;
    border-bottom: 2px solid #BBBBBB;
    border-radius: 6px 6px 0 0;
    background: #EEEEEE;
    background-color: rgb(238, 238, 238);
    background-color: #DDDDDD;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));

}

.cart_head .title {
    width: 100px;
    height: auto;
    float: left;
}

.cart_head .count {
    width: auto;
    height: auto;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    color: #003C5F;
    border: 1px solid #BBBBBB;
    background: #EEEEEE;
    background-color: rgb(238, 238, 238);
    background-image: none;
    background-color: #e9e9e9;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
}

.list-group-item+.list-group-item {
    height: 100%;
    line-height: 37px;
}

.card-body .card {
    width: 100%;
    overflow: hidden;
    border: 2px solid #222222;
    display: block;
}

.card-body .card input {
    width: 100%;
    height: 38px;
}

.card .btn-secondary {
    width: 100%;
    margin-top: 10px;
}

.card-body #address_form .row input {
    width: 100%;
    float: left;
}

.card-body #address_form #left {
    width: 49%;
    float: right;
}

.card-body #address_form #right {
    width: 49%;
    float: left;
}

.card-body #address_form .right {
    float: left;
}

form #terms_conditions {
    width: 25px;
    height: 25px;
    float: left;
    margin-top: 10px;
    margin-right: 8px;
}

form #terms_conditions .terms {
    height: auto;
    margin-top: 11px !important;
}

.right input {
    text-align: left;
}

.right select {
    width: 100%;
    height: 40px;
}

#user form .row .d-flex {
    display: flex !important;
    flex-wrap: wrap;
}

#user form .row .location {
    width: 100%;
    height: 40px;
    line-height: 38px;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 5px;
    background: #EEEEEE;
    border: 1px solid #BBBBBB;
    border-bottom: 2px solid #BBBBBB;
}

#user form .row div input {
    width: 80%;
    flex-grow: 1;
    border-left: none;
    border-bottom: none;
    border-radius: 0 5px 5px 0;
}

#user form .row div select {
    width: 100%;
    height: 39px;
}

.checkbox {
    width: auto;
    list-style: none;
    font-size: 14px;
    padding-bottom: 5px;
}

.checkbox section {
    counter-reset: total;
}

.checkbox input {
    width: auto;
    opacity: 0;
    position: absolute;
}

.checkbox label {
    width: auto;
    height: 30px;
    line-height: 30px;
    margin-left: 3px;
    padding-left: 55px;
    position: relative;
    display: block;
    color: #FBFDFF;
    cursor: pointer;
}

.checkbox label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 3em;
    height: 1.2em;
    border-radius: 0.6em;
    background: #EEEEEE;
    transform: translateY(-50%);
    box-shadow: 0 1px 3px rgba(100, 100, 100, 0.5) inset, 0 0 10px rgba(100, 100, 100, 0.2) inset;
}

.checkbox label::after {
    content: "";
    position: absolute;
    top: 46%;
    left: 0px;
    width: 1.4em;
    height: 1.4em;
    border: 0.25em solid #fafafa;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #ddd;
    background-image: linear-gradient(to top, #fff 0%, #fff 40%, transparent 100%);
    transform: translateY(-50%);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}

.checkbox label,
label::before,
label::after {
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.checkbox label:hover {
    color: #FBFDFF;
}

.checkbox label:hover::after {
    background-color: #ccc;
}

.checkbox label img {
    margin-top: 7px;
}

.checkbox input:checked {
    counter-increment: total;
}

.checkbox input:checked+label::before {
    background: #1CE;
}

.checkbox input:checked+label::after {
    transform: translateX(2em) translateY(-50%);
}

.checkbox .total::after {
    content: counter(total);
    font-weight: bold;
}

.checkbox section {
    margin: auto;
    background: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    padding: 15px;
}

#empty {
    width: 100%;
    height: auto;
    line-height: 80px;
    padding: 75px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-left: none;
    color: #545966;
    text-align: center;
    font-size: 25px;
}

#empty i {
    font-size: 50px;
    float: none;
    color: #545966;
}

/*================================= Home category =================================*/


.home_category {
    min-height: 115px;
    padding-top: 15px !important;
    padding-bottom: 15px;
    background: #f1f3f5;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.home_category .row {
    width: 100%;
    direction: ltr;
    transition: all .3s;
}

.home_category .row>* {
    padding-left: 0px;
    padding-right: 0px;
}


.home_category .carousel-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
}

.home_category .carousel-inner {
    width: 92%;
    height: 100%;
    margin: auto !important;
}

.home_category .carousel-inner img:hover {
    animation: hithere 1s ease;
}

.home_category .carousel-inner a {
    padding: 0px;
    cursor: pointer;
}

.home_category .carousel-inner .name {
    height: 37px;
    line-height: 34px;
    color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #010f1c;
    text-transform: uppercase;
}

.home_category .category .category-inner {
    width: auto;
    height: 100%;
    align-items: center;
    align-content: center;
    border-radius: 5px;
    border: 1px solid #EEEEEE;
    background-color: #FBFBFB;
    background-image: linear-gradient(to bottom, #fff 0%, #FBFBFB 100%);
}

.home_category .category .category-inner:hover>img {
    opacity: .75 !important;
}

.home_category .category .category-inner img {
    width: auto;
    height: auto;
    min-width: 85%;
    max-width: 85%;
}

.home_category .carousel-control-next {
    width: 50px;
    height: 100%;
    top: 0%;
    position: absolute;
    border-radius: 0 5px 5px 0;
    border: 2px solid #003C5F;
    background-color: #FBFBFB;
    background-image: linear-gradient(to bottom, #fff 0%, #FBFBFB 100%);
    opacity: 1;
    color: #000000;
    font-size: 35px;
    cursor: pointer;
    padding: 4px;
    z-index: 10;
}

.home_category .carousel-control-prev {
    width: 50px;
    height: 100%;
    top: 0%;
    position: absolute;
    border-radius: 5px 0 0 5px;
    border: 2px solid #003C5F;
    background-color: #FBFBFB;
    background-image: linear-gradient(to bottom, #fff 0%, #FBFBFB 100%);
    opacity: 1;
    color: #000000;
    font-size: 35px;
    cursor: pointer;
    padding: 4px;
    z-index: 10;
}

.home_category .carousel-control-prev:hover,
.home_category .carousel-control-next:hover,
.home_category .carousel-control-prev:focus,
.home_category .carousel-control-next:focus {
    opacity: 1;
    color: #0d6efd;
}

.home_category .carousel-control-prev {
    left: 0px;
}

.home_category .carousel-control-next {
    right: 0px;
}



/*================================= // Home category =================================*/


/*================================= Home All category =================================*/

#sectionTabs {
    display: flex;
    justify-content: space-between; /* يجعل العناصر بعيدة: التبويبات يسار، الأسهم يمين */
    align-items: center;
}

#sectionTabs .nav-tabs {
    flex-grow: 1; /* ليأخذ التبويبات المساحة المتبقية */
    border-left: 1px solid #EEEEEE;
    border-bottom: none;
}

.nav-tabs .nav-item {
    width: auto;
    height: auto;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.nav-tabs .nav-item:last-child {
    margin-right: 0px !important;
}

.nav-tabs .nav-item .nav-link {
    height: auto;
    line-height: 33px;
    cursor: pointer;
    color: #000000;
    border-radius: 0;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    background-color: #ddd;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), #FEFEFE);
    background-image: -moz-linear-gradient(top, rgb(255, 255, 255), #FEFEFE);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1), #FEFEFE);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), #FEFEFE);
    background-image: linear-gradient(top, rgba(255, 255, 255, 1), #FEFEFE);
    text-transform: uppercase;
}

.nav-tabs .nav-item .nav-link:hover {
    color: #FFFFFF;
    background: #010f1c;
    border: 1px solid #000;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #FFFFFF;
    background: #010f1c;
    border: 1px solid #000;
}

.navigation-btns {
    display: flex;
    justify-content: flex-end; /* الأزرار إلى أقصى اليمين */
    align-items: center;
    gap: 10px;
    width: auto; /* نزيل العرض الثابت */
}

.navigation-btns #prev-btn,
.navigation-btns #next-btn {
    height: 50px;
    line-height: 46px;
    padding: 0 18px;
    font-size: 25px;
    border-radius: 0;
    border: 2px solid #000;
    color: #000;
    background: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.tab-content {
    width: 100%;
}

.tab-pane {
    margin-top: 0px;
}

.categorieswithproducts .nav-tabs {
    display: flex;
    white-space: nowrap;
    scroll-behavior: smooth;
}

.nav-tabs .nav-link {
    flex: 1;
}

.border {
    border: none !important;
    border-right: 1px solid #EEEEEE !important;
    border-bottom: 1px solid #EEEEEE !important;
}

/* Main product card container */
.product-card {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 0rem;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
    position: relative;
    box-shadow: none !important;
    border: none !important;
    border-top: 1px solid #EEEEEE !important;
    border-left: 1px solid #EEEEEE !important;
}

/* Hover effect for the product card */
.product-card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* Stars */
.stars img {
    height: 16px;
}

/* Badge for out-of-stock product */
.product-card .badge.bg-danger {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.3rem 0.6rem;
    z-index: 10;
}

/* Product image link */
.product-img-link {
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}

/* Image style */
.product-img-link img {
    width: auto;
    height: 175px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

/* Scale image on hover */
.product-card:hover .product-img-link img {
    transform: scale(1.05);
}

/* Action buttons (left and top-left) container */
.product-card-button {
    width: 100% !important;
    height: auto !important;
    padding-top: 10px;
    margin: auto !important;
    transition: all 0.3s ease;
}

/* Left buttons (Add to Cart) */
.product-card .buttons {
    width: 100%;
}

/* Top-Left buttons (Wishlist and Compare) */
.product-card .top-left-buttons {
    position: absolute;
    top: 10px;
    /* Move it to the top-left corner */
    left: 10px;
    opacity: 0;
    transition: opacity 0.3s ease, top 0.3s ease;
    /* Smooth transitions for opacity and position */
    z-index: 15;
    /* Ensure it's on top of the image */
}

/* Show the top-left buttons when hovering over the product card */
.product-card:hover .top-left-buttons {
    opacity: 1;
    top: 30px;
    /* Ensure the buttons stay at the top */
    left: 10px;
}

.product-card .top-left-buttons .product-button {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #003;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #ddd;
    transform: translateY(-50%);
    border: 1px solid #A2A2A2 !important;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

/* Hover effect for buttons */
.product-card .top-left-buttons .product-button:hover {
    background: linear-gradient(145deg, #4c5659, #e2e2e2);
    border: 1px solid #555555 !important;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

/* Active effect for buttons */
.product-card .top-left-buttons .product-button:active {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.product-card .top-left-buttons .product-button i {
    margin-top: 30px;
}

/* Styling for individual product buttons (Add to Cart, Wishlist, Compare) */
.product-card-button .product-button {
    width: 100%;
    height: 40px;
    line-height: 35px;
    margin: auto !important;
    text-transform: uppercase;
    font-size: 14px;
    color: #FFFFFF;
    background: #010F1C;
    border: 1px solid #000 !important;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover effect for buttons */
.product-card-button .product-button:hover {
    width: 100%;
    height: 40px;
    margin: auto !important;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #010f1c !important;
    border: 1px solid #000 !important;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Active effect for buttons */
.product-card-button .product-button:active {
    transform: scale(0.98);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.product-card-button .product-button i {
    width: 40px;
    height: 38px;
    line-height: 20px;
    margin-top: -1px;
    margin-left: -4px;
    padding: 8px;
    font-size: 17px;
    float: left;
    left: 0;
    border-right: 1px solid #000;
    background: #0a2532 !important;
}

/* Tooltip for icons */
.product-card-button .product-button .tooltip {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Show tooltip when hovering over the button */
.product-card-button .product-button:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

/* Scale image on hover */
.product-card:hover .card-body {
    background: #FFFFFF;
}

/* Product card body */
.product-card .card-body {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

/* Stars (rating) styling */
.stars img {
    width: 85px;
    height: auto;
    margin-bottom: 0.5rem;
}

/* Title styling */
.card-title {
    color: #333333 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    margin-bottom: 0.5rem;
}

.card-title a:hover {
    color: #000 !important;
}

/* Price styling */
.price {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.8rem;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 0.85rem;
}

/*================================= // Home All category =================================*/


/*================================= Home Deals =================================*/

.countdown-timer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 7px;
    background: #FFFFFF;
    border-radius: 8px 8px 0 0;
    border: 3px solid #010f1c;
    border-bottom: none;
}

.time-box {
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
    border-radius: 12px;
    background: #d6ebfd;
    color: #000000;
}

.time-box:first-child {
    background: #010f1c;
    color: #FFFFFF;
}

.time-box:first-child .time-label {
    color: #FFFFFF;
}

.time-value {
    height: 50px;
    font-size: 2.5rem;
    font-weight: bold;
    display: block;
}

.time-label {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #003;
}

#deals .product:nth-of-type(2) {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

#deals .product .price strong {
    color: red;
    font-size: 15px;
}

#deals .product .hover13 {
    border: 3px solid #010f1c;
    border-bottom: none;
}

#deals .product .hover13 figure {
    height: 100%;
    min-height: 300px;
}

#deals .product .hover13 figure a img {
    width: 200px;
    margin-top: 50px;
    margin-bottom: 50px;
}

#deals .product .hover13 figure a img:hover {
    animation: none;
}

#deals .product .full-stars-example-two {
    position: absolute;
    width: auto;
    height: 28px;
    line-height: 25px;
    top: 0px;
    right: 0px;
    background: #EEF7EF;
    border-radius: 0 0 0 8px;
    border: none;
    border-left: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

#deals .product .full-stars-example-two img {
    width: 85px;
    height: 17px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px;
    float: left;
}

#deals .product .full-stars-example-two img:hover {
    animation: none;
}

#deals .product figure .name {
    width: 100%;
    height: auto;
    min-height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0px;
    background: #EEF7EF;
    position: absolute;
}

#deals .product .foot {
    width: 100%;
    border: 3px solid #010f1c;
    border-top: none;
}

#deals .product .add-to-cart-container {
    width: 100%;
    overflow: hidden;
}

#deals .product .add-to-cart-container .button {
    width: 100%;
    height: 45px;
    border: none;
}

#deals .product .add-to-cart-container .button:hover {
    background: #000000 !important;
}

#deals .product .product-actions form button .fa-shield-heart {
    border-right: 1px solid #EEEEEE;
}

/*================================= Home Deals =================================*/


/*================================= Home Banner down =================================*/

.banner_down {
    background: #FFFFFF;
    height: auto;
}

.banner_down .padding:nth-of-type(2) {
    padding-left: 8px !important;
    padding-right: 8px !important;
}


.banner_down .image {
    height: 100%;
    overflow: hidden;
    box-shadow: 0px 2px 2px #FFFFFF;
}

.banner_down .image:hover>.photo {
    transform: scale(1.03);
}

.banner_down .photo {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease;
}

.banner_down .photo .glow-wrap {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.banner_down .photo .glow {
    position: absolute;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 2);
    filter: blur(50px);
    transform: rotate(45deg) translate(-450%, 0);
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.banner_down .photo:hover .glow {
    transform: rotate(45deg) translate(450%, 0);
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/*================================= // Home Banner down =================================*/

.container-fluid .row {
    margin: 0px;
}

.container-fluid .row .col-12 {
    padding: 0px;
}

.home_text .row {
    border: 1px solid #000000;
    background: radial-gradient(circle at center bottom, #333333 0%, rgba(5, 50, 80, 0.801) 0%), url(../img/footer.webp);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease;
    background-position: center;
    background-size: auto, cover;
    width: 100%;
    direction: ltr;
    transition: all .3s;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease;
    display: flex;
    flex-wrap: wrap;
}

.home_text .row>* {
    padding-left: 0px;
    padding-right: 0px;
}

.home_text i {
    width: 100px;
    float: left;
    flex-grow: 1;
    text-align: center;
    font-size: 33px;
    margin-right: 20px;
    padding: 25px;
    color: #FFFFFF;
    background: #010f1c;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

.home_text .lf {
    width: auto;
    height: auto;
    flex-grow: 1;
    float: left;
}

.home_text .lf .div_a {
    width: auto;
    padding-top: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
}

.home_text .lf p {
    width: auto;
    margin-top: 5px;
    font-size: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
}

/*================================= Profile =================================*/

#v-tabs-tab {
    min-height: 200px;
    border-bottom: none;
    bottom: 0px;
}

#v-tabs-tab-1,
#v-tabs-tab-2,
#v-tabs-tab-3,
#v-tabs-tab-4 {
    height: 100px;
    line-height: 35px;
    text-align: center;
    border-radius: 0;
    font-size: 13px;
    color: #545966;
    border: 2px solid #FFFFFF;
    background-color: #DDDDDD;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    cursor: pointer;
}

#v-tabs-tab-1,
#v-tabs-tab-3 {
    border-right: none;
}

#v-tabs-tab-1 i,
#v-tabs-tab-2 i,
#v-tabs-tab-3 i,
#v-tabs-tab-4 i {
    width: 100%;
    float: none !important;
    margin-top: 13px;
    font-size: 25px;
    color: #222222;
}

#v-tabs-tab .active {
    color: #000000;
    background: #DDDDDD;
}

#v-tabs-tab-1:hover,
#v-tabs-tab-2:hover,
#v-tabs-tab-3:hover,
#v-tabs-tab-4:hover {
    color: #000000;
    background: #DDDDDD;
}

#v-tabs-tab .active i {
    color: #000000;
}

#v-tabs-tabContent {
    min-height: 199px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    padding-top: 12px;
    padding-bottom: 10px;
}

#v-tabs-tabContent h4 {
    height: auto;
    line-height: 42px !important;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
    background: #F0F2F5;
    border-bottom: 1px solid #EEEEEE;
    color: #444444;
}

#v-tabs-tabContent h4 a {
    color: #444444;
}

#v-tabs-tabContent .btn {
    width: auto;
    padding-top: 6px;
    padding-left: 8px;
    padding-right: 8px;
}

#v-tabs-tabContent .btn i {
    float: left;
    font-size: 25px !important;
}

#v-tabs-tabContent .btn p {
    float: left;
    margin-left: 8px;
    font-size: 16px;
}

#v-tabs-tabContent .form-group label {
    margin-top: 8px;
    margin-bottom: 5px;
}

#v-tabs-tabContent #old_order {
    clear: both;
    width: 100%;
    height: auto;
    padding-top: 2px;
}

#v-tabs-tabContent #old_order .img {
    width: 15%;
    height: 100px;
    float: left;
    text-align: center;
}

#v-tabs-tabContent #old_order .img img {
    width: 70%;
    max-height: 100%;
    height: auto;
    margin: auto;
}

#v-tabs-tabContent #old_order #left {
    width: auto;
    float: left;
}

#v-tabs-tabContent #old_order #left .full-stars-example-two {
    float: none;
}

#v-tabs-tabContent #old_order #left .full-stars-example-two img {
    width: 85px;
    height: 17px;
}

.tab-content .btn {
    width: 90px;
    height: 40px;
    text-align: left;
    padding: 0px;
    border-radius: 0px;
}

.tab-content .btn i {
    margin-right: 0px;
}

.tab-content form .row select {
    width: 100%;
    height: 40px;
    float: left;
    padding-left: 5px;
    background: #EEEEEE;
    border: 1px solid #BBBBBB;
    border-bottom: 2px solid #BBBBBB;
}

.tab-content .address_div span {
    padding-left: 0px;
    padding-right: 0px;
}

.tab-content .address_div span .delete {
    width: 30px;
    height: 30px;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    text-align: center;
}

.tab-content .address_div span .delete i {
    margin: auto !important;
    padding: 0px !important;
    font-size: 23px;
}

/*================================= // Profile =================================*/

/*================================= Category =================================*/

.wrapper {
    border-left: 1px solid #EEEEEE;
}

.wrapper .add-to-cart-container .button {
    border-radius: 0px !important;
}

.wrapper .add-to-cart-container .pay_now {
    border-radius: 0px !important;
}

.col-lg-2 {
    padding-left: 0px;
}

.hide_b {
    display: none;
}

.div-bg {
    width: 100%;
    height: 40px;
    line-height: 38px;
    float: left;
    padding: 0px;
    overflow: hidden;
    background: #333f49;
    background-color: rgb(51, 63, 73);
    background-image: none;
    background-clip: border-box;
    border: 1px solid #DDDDDD;
    border-bottom-color: #BBBBBB;
    border-left: none;
    overflow: hidden;
    color: #FFFFFF;
    background-color: #DDDDDD;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.buttons {
    width: auto;
    height: 40px;
    float: left;
    border-left: 1px solid #ced4da;
    padding: 0px;
    overflow: hidden;
}

.buttons div {
    width: 49px;
    height: 40px;
    float: left;
    font-size: 18px;
    text-align: center;
    color: #555555;
    cursor: pointer;
    border-right: 1px solid #ced4da;
    background-color: #DDDDDD;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));

}

.buttons div:hover {
    background: #EBEBEB;
    color: #000000;
}

.buttons div i {
    margin-top: 10px;
    display: block;
}

.label {
    width: 98px;
    height: 40px;
    line-height: 35px;
    float: left;
    font-size: 1rem;
    font-weight: 400;
    color: #212529;
    text-align: center;
    background-color: #e9ecef;
    cursor: pointer;
}

#label {
    margin-right: 0px;
}

#order_by {
    width: 250px;
    height: 40px;
    line-height: 20px;
    padding-left: 10px;
    font-size: 1rem;
    font-weight: 400;
    color: #212529;
    background-color: #fff;
    background-image:
        url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjMzQzYTQwJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nTTIgNWw2IDYgNi02Jy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #FFFFFF;
    border-right: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    appearance: none;
}

/*================================= // Category =================================*/

.best_sellers {
    width: auto;
    height: auto;
    padding-top: 15px !important;
    padding-bottom: 15px;
    background: #f1f3f5;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.best_sellers_body {
    border: 2px solid #000;
    border-radius: 10px;
    overflow: hidden;
}

.heading {
    width: auto;
    height: 60px;
    margin: auto;
    position: relative;
    color: #444444;
    padding-left: 10px;
    border-radius: 10px;
    border: 2px solid #000;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #ddd;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), #FEFEFE);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), #FEFEFE);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1), #FEFEFE);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), #FEFEFE);
    background-image: linear-gradient(top, rgba(255, 255, 255, 1), #FEFEFE);
    overflow: hidden;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.heading::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 4px;
    width: 100%;
    margin-left: 0%;
    background: linear-gradient(90deg, #000, #0275d8, #000);
    background-size: 200% 100%;
    animation: slideLine 3s linear infinite;
}

.heading i {
    float: left;
    font-size: 45px;
    color: #003064;
    margin-top: -4px;
}

.heading .title {
    width: auto;
    height: 56px;
    line-height: 55px;
    float: left;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 40px;
    background-image: none;
    border: none;
    border-left: 2px solid #000;
    color: #010f1c;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.heading .title_tow {
    width: auto;
    height: 56px;
    line-height: 55px;
    float: left;
    padding-left: 10px;
    font-size: 40px;
    background-image: none;
    border: none;
    color: #59AB04;
    display: flex;
    justify-content: space-between;
    position: relative;
}

/* الحركة الانسيابية */
@keyframes slideLine {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}


.heading .carousel-title {
    width: auto;
    height: 60px;
    justify-content: center;
    gap: 10px;
    position: relative;
}

.heading .carousel-indicators {
    flex-grow: 1;
    height: auto;
    padding-top: 4px;
    justify-content: right;
    gap: 10px;
    position: relative;
    float: right;
    display: flex;
    margin: auto !important;
}

.carousel-indicators .dot {
    width: 15px;
    height: 15px;
    background-color: #111111;
    border-radius: 50%;
    cursor: pointer;
}

.carousel-indicators .dot.active {
    width: 25px;
    height: 25px;
    margin-top: -5px;
    background-color: #007bff;
    border: 2px solid #FFFFFF;
}

.best_sellers .product {
    height: auto;
    text-align: center;
    background: none;
    border: none;
}

.best_sellers .product .hover13 {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-bottom: none;
}

.best_sellers .name {
    width: 100%;
    height: auto;
    line-height: 25px;
    bottom: 0px;
    position: absolute;
    text-align: left;
    padding-left: 12px;
    font-size: 14px;
    color: #000000;
}

.best_sellers .product figure {
    height: 200px;
}

.best_sellers .product figure .carousel {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.best_sellers .product figure .img-fluid {
    width: 120px;
    height: auto;
    margin-top: -56px;
}

.best_sellers .product figure .img-fluid:hover {
    animation: none;
}

.best_sellers .product .price {
    width: 67%;
    height: 28px;
    line-height: 28px;
    position: absolute;
    display: block;
    top: auto;
    right: 0px;
    bottom: 14px;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    color: #007bff;
    background: #EEF7EF;
    border: none;
    border-bottom: 1px solid #EEEEEE;
    border-radius: 0%;
}

.best_sellers .product .full-stars-example-two {
    position: absolute;
    width: 33%;
    height: 28px;
    line-height: 25px;
    bottom: 27px;
    left: 0px;
    background: #EEF7EF;
    border: none;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.best_sellers .product .full-stars-example-two img {
    width: 85px;
    height: 17px;
    margin-top: 5px;
    margin-left: 10px;
    padding: 0px;
    float: left;
}

.best_sellers .carousel img:hover {
    animation: zoom-in-zoom-out 1s ease-out infinite;
}

.best_sellers .col-lg-12 .carousel img {
    margin-top: -55px;
}

.best_sellers .full-stars-example-two img:hover {
    animation: none;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.product .carousel-control-prev,
.product .carousel-control-next {
    width: 40px;
    height: 40px;
    top: 50px;
    opacity: 0.5;
    background: #003C5F;
    border-radius: 50%;
}

.product .carousel-control-prev {
    margin-left: 7px;
}

.product .carousel-control-next {
    margin-right: 7px;
}


.product figure:hover+span {
    bottom: -36px;
    opacity: 1;
}

.product figure {
    width: auto;
    height: 180px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.product figure .banner {
    width: 225px;
    height: 30px;
    line-height: 25px;
    margin-top: 15px;
    background: linear-gradient(90deg, #a5a330 0%, #eee349 50%, #a59930 100%);
    transform: rotate(-45deg);
    left: -45px;
    float: left;
    text-align: left;
    padding-left: 41px !important;
    z-index: 8;
    position: absolute;
    border: 2px solid #111111;
    box-shadow: none !important;
    font-size: 13px !important;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.product figure img {
    width: 120px;
    height: auto;
    margin: auto;
    transition: filter 0.3s ease;
}

.product figure a {
    width: 100%;
    display: block;
    text-align: center;
}

.product figure .name a {
    text-align: left;
}

.product figure .no_image {
    width: 120px;
    height: auto;
    margin: auto;
    margin-top: 22px;
    transition: filter 0.3s ease;
}

.product figure img:hover {
    animation: none !important;
}

.product .price {
    width: auto;
    height: 28px;
    line-height: 25px;
    top: 0px;
    position: absolute;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    border-radius: 0 0 8px 0;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    background-color: #DDDDDD;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));

}

.product .foot_div_a {
    width: 100%;
    height: auto;
    min-height: 30px;
    line-height: 20px;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    text-align: left;
    color: #000000;
    background: #E8EEF4;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.product a {
    vertical-align: middle;
    color: #003;
    font-size: 13px;
    font-family: Poppins, sans-serif;
    text-decoration: none;
}

.product .fa-stack {
    width: 1em;
    float: left;
    margin-top: 4px;
    margin-left: 3px;
    margin-right: 3px;
}

.product .foot {
    width: 100%;
    height: auto;
    text-align: left;
    background: #FFFFFF;
}

.product .foot input {
    border-radius: 0px;
    box-shadow: none;
    border-left: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.product .foot_div_b {
    width: 100%;
    height: 45px;
    float: right;
    text-align: right;
    padding-top: 9px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #EEEEEE;
}

.product .full-stars-example-two {
    width: auto;
    height: auto;
    float: left;
    margin: 0px;
    vertical-align: middle;
    padding: 0px;
    font-size: 16px;
    direction: rtl;
}

.product .full-stars-example-two img {
    width: 85px;
    height: 17px;
    vertical-align: middle;
}

.best_sellers .foot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.best_sellers .product-actions,
.best_sellers .add-to-cart-container {
    flex: 1 1 50%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* جعل add-to-cart-container في الجهة اليمنى */
.best_sellers .add-to-cart-container {
    justify-content: flex-end;
    text-align: right;
}

/* جعل product-actions في الجهة اليسرى */
.best_sellers .product-actions {
    justify-content: flex-start;
    text-align: left;
}

.best_sellers .add-to-cart-container .button {
    width: 100%;
    margin: 0;
    margin-top: 0px !important;
    border-top: none;
    border-radius: 0;
}

.best_sellers .add-to-cart-container a {
    width: 100%;
    min-width: 100%;
    z-index: 9999;
}

.product-actions form {
    width: 33.9%;
    height: 40px;
    float: right;
}

.product-actions form button {
    width: 100%;
    height: 40px;
    text-align: center;
    float: right;
    padding: 0px;
    font-size: 22px;
    border: none;
    cursor: pointer;
}

.product-actions form button .fa-shield-heart {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    color: #010f1c;
    background: #FFFFFF;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.product-actions form button .fa-shield-heart:hover {
    color: #222222;
    background: #FFFFFF;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.product-actions form button .fa-folder-plus {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    color: #010f1c;
    background: #FFFFFF;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.product-actions form button .fa-folder-plus:hover {
    color: #222222;
    background: #F0F2F5;
    border: 1px solid #BBBBBB;
}

.product-actions form button .fa-table-list {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    font-size: 22px;
    color: #010f1c;
    background: #FFFFFF;
    border-top: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    cursor: pointer;
}

.product-actions form button .fa-table-list:hover {
    color: #222222;
}

.product-actions form button .fa-trash-alt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    font-size: 22px;
    color: #010f1c;
    background: #FFFFFF;
    border-top: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    cursor: pointer;
}

.product-actions form button .fa-trash-alt:hover {
    color: #222222;
}

.product-actions .number {
    width: 32.1%;
    height: 40px;
    float: right;
    padding-left: 8px;
    font-size: 13px;
    color: #555555;
    background: #FFFFFF;
    border-radius: 0px;
    border-right: 1px solid #EEEEEE !important;
}

.product-actions .number:focus {
    box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.2);
}

.add-to-cart-container .pay_now {
    width: auto;
    height: 50px;
    line-height: 45px;
    margin-top: 2px;
    text-align: center;
    overflow: hidden;
    font-size: 15px;
    font-weight: normal;
    cursor: pointer;
    border: none !important;
    border-right: 1px solid #DDDDDD !important;
    border-bottom: 1px solid #BBBBBB !important;
    background-color: #FBFBFB;
    background-image: linear-gradient(to bottom, #fff 0%, #FBFBFB 100%);
    position: relative;
    color: #444444;
}

.add-to-cart-container .pay_now:hover {
    color: #FFFFFF;
    text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}

.add-to-cart-container .pay_now i {
    height: 100%;
    padding: 12px;
    padding-left: 14px;
    padding-right: 15px;
    font-size: 22px;
    float: left;
    border-right: 1px solid #EEEEEE;
}


.big_sale {
    height: auto;
    background: #010f1c;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease;
    padding: 4px;
}

.big_sale .row {
    height: 92px;
    border: 2px dashed #FFFFFF;
    color: #FFFFFF;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.big_sale .row .btn {
    width: 88px;
    height: 50px;
    line-height: 34px;
    float: right;
    margin-top: 8px;
}

.big_sale .row .color_a {
    font-size: 23px;
}

.big_sale .row .color_b {
    font-size: 20px;
    color: #FFFFFF;
    text-shadow: 0 0 3px #FFFFFF;
}

.banner {
    border-top: 1px solid #EEEEEE;
    overflow: hidden;
}

/*================================= Product details =================================*/

#spotlight {
    direction: rtl;
}

/* Style the list */
ul.breadcrumb {
    width: 100%;
    height: auto;
    line-height: 39px;
    margin-bottom: 7px;
    list-style: none;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    position: relative;
    color: #444444;
    border-radius: 10px;
    border: 2px solid #000;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #ddd;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), #FEFEFE);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), #FEFEFE);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1), #FEFEFE);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), #FEFEFE);
    background-image: linear-gradient(top, rgba(255, 255, 255, 1), #FEFEFE);
    overflow: hidden;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.breadcrumb::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 4px;
    width: 100%;
    margin-left: 0%;
    background: linear-gradient(90deg, #000, #0275d8, #000);
    background-size: 200% 100%;
    animation: slideLine 3s linear infinite;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    height: auto;
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
    border-right: 1px solid #BBBBBB;
    text-align: center;
}

ul.breadcrumb li:first-child {
    padding-left: 0px;
    border-right: 1px solid #BBBBBB !important;
}

ul.breadcrumb li:last-child {
    width: 100%;
    line-height: 22px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: 1px solid #BBB;
    border-right: none !important;
    text-align: left;
}

.category ul.breadcrumb .category li:first-child {
    width: 5%;
    float: left;
    border-bottom: none;
}

.category ul.breadcrumb li:last-child {
    width: 90%;
    line-height: 33px;
    float: left;
    border-top: none;
}

.category ul.breadcrumb li i {
    background: none;
    margin-top: 7px;
    margin-right: 0px;
    padding: 0px;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
}

ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #000000;
}

ul.breadcrumb li a i {
    width: 20px;
    height: 20px;
    margin-top: 9px;
    margin-left: 10px;
    margin-right: 2px;
    text-align: center;
    font-size: 20px;
}

.product-left {
    min-height: 100%;
    background: #FFFFFF;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 10px 0 0 10px;
    border: 1px solid #EEEEEE;
}

.product-left .product-slider {
    max-width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
}

.product-left .deal {
    width: 450px;
    height: 100px;
    left: 1rem;
    margin-bottom: 0px;
    border-radius: 0%;
    z-index: 88888;
}

.product-left .countdown-timer {
    width: 100%;
    border-radius: 0%;
}

.product-left .product-slider .banner {
    width: 225px;
    background: linear-gradient(90deg, #a5a330 0%, #eee349 50%, #a59930 100%);
    transform: rotate(-45deg);
    margin-left: -50px;
    z-index: 1;
    position: relative;
    padding: 0.2rem 0rem;
    border: 2px solid #fdff69;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    text-align: left;
    padding-left: 35px;
    font-size: 13px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
    display: block;
    z-index: 9999;
}

.product-left .carousel-main {
    width: auto;
    height: 379px;
    display: flex;
    scroll-behavior: smooth;
    overflow: hidden;
}

.product-slider:has(.deal) .carousel-main {
    height: 280px;
}

.product-slider:has(.deal):has(.banner) .banner {
    margin-top: -100px;
}

.banner+.container .carousel-main {
    height: 379px;
    margin-top: -30px;
    padding-top: 55px;
}

.banner+.carousel-main .carousel-cell a img {
    margin-top: 0px;
}

.product-left .carousel-nav {
    width: 98%;
    max-width: 98%;
    height: 130px;
    margin: auto;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    overflow-y: hidden;
    text-align: center;
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 10px;
}

.product-left .carousel-main .carousel-cell {
    flex: 0 0 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.product-left .carousel-main .carousel-cell a {
    width: 80%;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.product-left .carousel-main .carousel-cell a img {
    width: auto;
    max-width: 65%;
    height: auto;
    max-height: 100%;
    margin-top: 10px;
    border-radius: 10px;
}

.product-left .carousel-nav .carousel-thumb {
    flex: 0 0 auto;
    height: 90px;
    text-align: center;
    display: flex;
    align-items: center;
    margin: auto;
    cursor: pointer;
    border: 2px solid #333333;
    border-radius: 4px;
    transition: border-color 0.3s ease;
}

.product-left .carousel-nav .carousel-thumb img {
    width: 95px;
    height: auto;
    max-height: 95px;
    padding: 10px;
    border-radius: 4px;
}

.product-left .carousel-nav .active {
    border: 2px solid #007bff;
    transform: scale(1.1);
    transition: transform 0.3s, border-color 0.3s;
}

.spl-page {
    margin-left: 25px !important;
}

.product-right {
    padding-left: 0px;
    padding-right: 0px;
    background: #FFFFFF;
    border-radius: 0 10px 10px 0;
    border: 1px solid #EEEEEE;
    border-left: 0px;
    float: right;
    overflow: hidden;
}

.product-right #head {
    height: 42px;
    line-height: 40px;
    padding-left: 0px;
    padding-right: 0px;
    background: #FBFBFB;
    border-bottom: 2px solid #EEEEEE;
}

.product-right .category i {
    margin-top: 10px;
    margin-right: 10px;
    float: left;
    display: block;
}

.product-right .category {
    width: auto;
    height: auto;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    border-right: 1px solid #EEEEEE;
    text-align: center;
}

.product-right .price {
    width: auto;
    height: auto;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    border-right: 1px solid #EEEEEE;
    text-align: center;
}

.product-right .price strong {
    color: red;
}

.product-right .full-stars-example-two {
    width: 105px;
    height: auto;
    float: left;
    text-align: center;
}

.product-right .full-stars-example-two img {
    width: 85px;
    height: 17px;
}

.product-right .title {
    width: 100%;
    height: 40px;
    line-height: 39px;
    padding-left: 5px;
    background: #FBFBFB;
    border-bottom: 2px solid #EEEEEE;
}

.product-right .title i {
    float: left;
    font-size: 20px;
    padding: 9px;
    border-right: 1px solid #EEEEEE;
}

.product-right .title p {
    height: auto;
    float: left;
    margin-left: 10px;
    font-size: 15px;
    font-weight: bold;
}

.product-right .short_description {
    padding: 10px;
    border-bottom: 2px solid #EEEEEE;
}

.product-right .description {
    height: 194px;
    overflow: auto;
    padding: 10px;
}

.product-right .description ul {
    padding-left: 22px;
    padding-right: 22px;
    margin-bottom: 0px;
}

.product-right .foot_div_a {
    width: 110px;
    height: 40px;
    line-height: 37px;
    margin-top: 10px;
    float: left;
    background: #FBFBFB;
    border: 1px solid #EEEEEE;
    text-align: center;
}

.product-right .product_attribute .radio {
    width: auto;
    height: auto;
    float: left;
    margin-right: 15px;
}

.product-right .product_attribute .radio .hidden-toggles__label {
    height: 30px;
    line-height: 28px;
    margin-top: 3px;
    float: right;
    margin-left: 8px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
    border: 1px solid #bbb;
    overflow: visible;
    color: #555555;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
    background-color: #DDDDDD;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));

}

.product-right .product-actions .number {
    box-shadow: none;
    border-left: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.product-right .product-actions .number:focus {
    box-shadow: none !important;
    border-left: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

input[type=radio] {
    width: 32px;
    height: 32px;
    margin-top: 3px;
    background-color: #279ba3;
    border: 2px solid #FFFFFF;
    box-shadow: inset 0 0 0 0 white;
    cursor: pointer;
    font: inherit;
    outline: none;
}

input[type=radio]:checked {
    background-color: white;
    -webkit-transition: background 0.15s, box-shadow 0.1s;
    transition: background 0.15s, box-shadow 0.1s;
}

.product-right .product-actions {
    width: 100%;
    height: 45px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 10px;
    border-top: none;
    display: flex;
}

.product-right .product-actions #number {
    width: 34%;
    height: 40px;
    float: left;
    padding-right: 0px;
    font-size: 13px;
    color: #555555;
    background: #FFFFFF;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.2);
    border: 1px solid #EEEEEE;
    border-bottom: none;
}

.product-right .product-actions #number:focus {
    box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.2);
}

.product-right .add-to-cart-container {
    width: auto;
    height: auto;
    padding-top: 0px;
    padding-left: 6px;
    padding-right: 6px;
}

/* MULTI TABS */

/* MULTI TABS */
.tabs {
    padding: 0px;
}

.ignielMultiTab {
    border: 0;
    margin-top: 15px;
    padding: 0;
}

.ignielMultiTab input,
.ignielMultiTab .content>div {
    display: none;
}

.ignielMultiTab label,
.ignielMultiTab .content {
    border-style: solid;
    border-width: 1px;
}

.ignielMultiTab input:checked+label,
.ignielMultiTab .content {
    border-color: #EEEEEE;
}

.ignielMultiTab .label {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    max-width: calc(100vw - 2.5rem);
    overflow: auto;
}

.ignielMultiTab label {
    background-color: #FFFFFF;
    border-color: transparent;
    border-bottom: 1px solid #EEEEEE;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    padding: .65rem 1.25rem;
    position: relative;
    top: 1px;
    transition: all .3s ease;
}

.ignielMultiTab input:checked+label {
    background-color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    color: #1d1d1d;
    font-weight: bold;
}

.ignielMultiTab .content {
    min-height: 110px;
    clear: both;
    padding: 1.5rem 1.25rem;
    background: #FFFFFF;
}

.ignielMultiTab #tab1:checked~.content .tab1,
.ignielMultiTab #tab2:checked~.content .tab2,
.ignielMultiTab #tab3:checked~.content .tab3 {
    display: block;
}

.tab1 img {
    max-width: 100%;
}

.tab2 #empty {
    border: none;
    padding: 0px;
}

.tab2 #rating_form textarea {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    max-width: 100%;
    line-height: 1.5;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.tab2 #rating_form select {
    width: 112px;
    height: 45px;
    line-height: 20px;
    color: #FFA500;
    font-size: 20px;
    font-weight: bold;
    float: right;
}

/* CSS */
.tab2 .card {
    overflow: hidden;
    padding: 5px;
    border-radius: 8px;
    border: 1px solid #DDDDDD;
}

.tab2 .card .card-body {
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 8px;
    border: 1px solid #EEEEEE;
    background: #F8FAFC;
}

.tab2 .fa-star {
    color: #FFA500;
}

.tab2 .card .card-body p {
    margin-top: 10px;
}

.tab3 #user_img {
    width: 60px;
    height: 60px;
    line-height: 58px;
    float: left;
    margin-right: 15px;
    font-size: 35px;
    background: #FEFEFE;
    border: 1px solid #EEEEEE;
    text-align: center;
}

/*================================= Product details =================================*/

/*================================= cart =================================*/

#cart {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
}

#cart h2 {
    height: 40px;
    line-height: 35px;
    background: #F8FAFC;
    border: 1px solid #EEEEEE;
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
}

#cart .delete {
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 2px;
    display: block;
    cursor: pointer;
    border: 1px solid #bbb;
    border-color: rgb(187, 187, 187);
    font-size: 18px;
    color: #555555;
    background-color: #DDDDDD;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));

}

#cart .fa-trash-alt {
    width: 100%;
    height: 40px;
    line-height: 36px;
    text-align: center;
    float: left;
    font-size: 22px;
    color: #777777;
    ;
    cursor: pointer;
}

#cart .fa-trash-alt .tooltip {
    left: -32px;
}


#payment {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
    float: left;
    cursor: pointer;
    border: 1px solid #bbb;
    border-top-color: rgb(187, 187, 187);
    border-right-color: rgb(187, 187, 187);
    border-bottom-color: rgb(187, 187, 187);
    border-left-color: rgb(187, 187, 187);
    border-top-color: rgb(187, 187, 187);
    border-right-color: rgb(187, 187, 187);
    border-bottom-color: rgb(187, 187, 187);
    border-left-color: rgb(187, 187, 187);
    font-size: 18px;
    color: #555555;
    background-color: #DDDDDD;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));

}

/*================================= stripe =================================*/

#add-all {
    width: auto;
    height: auto;
    overflow: auto;
    margin: auto;
    margin-bottom: 13px;
    padding: 15px;
    background-color: #FFFFFF;
    border: 1px solid #BBBBBB;
    border-top: none;
    border-radius: 0 0 3px 3px;
}

#all {
    margin-bottom: 13px;
    text-align: right;
    padding: 0px;
}

#all .card-body form {
    overflow: hidden;
}

#card_number,
#card_expiry,
#card_cvc {
    width: 100%;
    height: auto;
    padding: 10px;
    text-align: left;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    -webkit-box-shadow: inset 0 0 0 2rem #FEFEFE;
    box-shadow: inset 0 0 0 2rem #F9F9F9;
    color: inherit;
    font-size: 14px;
    clear: both;
}

#all #payment-form {
    width: 100%;
    float: left;
}

#all #payment-form #input_foot {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

#all #payment-form #input_foot #right {
    width: 50%;
    float: right;
    padding: 0px;
    padding-right: 10px;
}

#all #payment-form #input_foot #left {
    width: 50%;
    float: left;
    padding: 0px;
    padding-left: 10px;
}

#all #payment-form .row {
    clear: both;
}

#all #payment-form .row label {
    width: auto;
    line-height: 50px;
    padding-left: 0px;
    float: left;
}

#or {
    width: 100%;
    height: auto;
    margin-bottom: 22px;
    padding: 0px;
    text-align: center;
    font-size: 20px;
}

/*================================= // wishlist =================================*/

/*================================= cart =================================*/
button:focus {
    outline: none;
    box-shadow: none;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
}

.table tr,
.table tr td {
    vertical-align: middle;
}

.button-container {
    display: flex;
    align-items: center;
}

.button-container .form-control {
    max-width: 80px;
    text-align: center;
    display: inline-block;
    margin: 0px 5px;
}

#myTable {
    min-width: 1366px;
}

#myTable .form-control {
    width: auto;
    display: inline-block;
}

.cart-qty-plus,
.cart-qty-minus {
    width: 38px;
    height: 38px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.cart-qty-plus:hover,
.cart-qty-minus:hover {
    background-color: #5161ce;
    color: #fff;
}

.img-prdct {
    width: 150px;
    height: auto;
    padding: 10px;
    /* background-color: #5161ce; */
    border-radius: 4px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
}

.img-prdct img {
    width: 100%;
    max-height: 130px;
}

#myTable .price {
    width: 100px;
}

/*================================= // cart =================================*/


/*================================= compare =================================*/

#compare {
    width: auto;
    height: auto;
    background: #FEFEFE;
    border: 1px solid #EEEEEE;
    border-radius: 15px;
    overflow: hidden;
    direction: ltr;
    transition: all .3s;
}

#compare .pe-3 i {
    margin-top: 3px;
    margin-left: 25px;
    float: left;
    font-size: 30px;
    color: #333333;
}

#compare i {
    margin-left: 5px;
}

.product-col .img {
    width: 170px;
    height: auto;
    margin-top: 7px;
    text-align: center;
}

.product-col .hover13 {
    width: 100%;
    height: 100%;
    text-align: center;
}

.product-col .hover13 figure {
    height: 199px;
    margin: auto;
    text-align: center;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-col figure {
    width: auto;
    height: 150px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.product-col figure .banner {
    width: 80%;
    background: linear-gradient(90deg, #a5a330 0%, #eee349 50%, #a59930 100%);
    transform: rotate(-45deg);
    top: 0px;
    margin-left: -150px;
    z-index: 8;
    position: absolute;
    padding: 0.2rem 0rem;
    border: 2px solid #111111;
    box-shadow: none !important;
    text-align: left;
    padding-left: 32px;
    font-size: 13px !important;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.instruction {
    text-align: left;
    display: none;
}

.full-stars-example-two .rating__label {
    padding: 0px;
}

.zui-table tbody td .full-stars-example-two i {
    font-size: 16px;
    margin-left: 8px;
    color: #FFA500;
}

.zui-table {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0;
    border-right: 1px solid #EEEEEE;
    overflow: hidden;
}

tr:nth-child(even) {
    background: #F3F3F3;
}

.zui-table thead th {
    text-align: center;
    vertical-align: top;
    min-width: 275px;
    overflow: auto;
    border-left: 1px solid #EEEEEE;
}

.zui-table tbody td {
    width: 285px !important;
    color: #333333;
    font-size: 16px;
    padding: 5px 8px;
    white-space: normal;
    vertical-align: top;
    border-top: 2px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
}

.zui-table tbody .number {
    width: 22%;
    height: 50px;
    float: right;
    padding-left: 5px;
    font-size: 13px;
    color: #555555;
    background: #FFFFFF;
    background-color: rgb(255, 255, 255);
    box-shadow: none;
    border: 1px solid #DDDDDD;
    border-left: none;
}

.zui-table tbody .number:focus {
    box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.2);
}

.zui-table tbody .button {
    width: 78%;
    float: right;
}

.zui-table tbody .pay_now {
    width: 100%;
    height: 50px;
    line-height: 45px;
    margin-top: 55px;
    text-align: center;
    overflow: hidden;
    font-size: 15px;
    font-weight: normal;
    cursor: pointer;
    background: #fbd568;
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: linear-gradient(#fbd568, #ffb347);
    border: 1px solid #aa6d17;
    color: #996319;
    text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}

.zui-table tbody .pay_now i {
    height: 100%;
    padding: 12px;
    font-size: 22px;
    float: left;
    border-right: 1px solid #035f00;
}

.zui-table tbody td a {
    color: #333333;
    text-decoration: none;
}

.zui-table tbody tr td .full-stars-example-two {
    width: auto;
    height: auto;
    margin-top: -2px;
    margin-bottom: 0px;
    padding: 0px;
    float: left;
}

.zui-table tbody tr td .full-stars-example-two img {
    width: 85px;
    height: 17px;
}

.full-stars-example-two .rating__label {
    padding: 0px;
}

.zui-table tbody td .full-stars-example-two i {
    font-size: 20px;
    margin-right: 5px;
}

.zui-wrapper {
    max-width: 100%;
    position: relative;
    padding: 0px;
}

.zui-scroller {
    overflow-x: scroll;
    overflow-y: visible;
    width: 100%;
}

.zui-table .zui-sticky-col {
    min-width: 285px;
    left: 0;
    top: auto;
    font-weight: 700;
    background-color: #FFFFFF;
}

.zui-table .featured {
    padding-left: 0px;
}

.zui-sticky-col.zui-stripe-row {
    background-color: #F3F3F3;
}

.removefromcompare .submit {
    width: 100%;
    height: 44px;
    padding: 0px;
    text-align: center;
    background: #bc4f38;
    border: 1px solid #000000;
}

.removefromcompare .submit i {
    float: none;
    margin: auto;
    margin-top: 8px;
    color: #FFFFFF;
    font-size: 25px;
}

/* general reset/setup styling for icons - needed on all */
.svg-inline--fa {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 500;
    font-size: 23px;
    padding-right: 5px;
}

.fa-check-circle {
    color: #028845;
    margin-right: 10px;
}

.fa-plus-circle {
    color: #2275D3;
}

#prev-button,
#next-button {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    position: absolute;
    top: 50%;
}

#prev-button {
    left: 230px;
    display: none;
}

#next-button {
    right: -25px;
}

.fa-chevron-left,
.fa-chevron-right {
    font-size: 22px;
    padding-right: 0;
}

@media screen and (max-width: 1280px) {
    .instruction {
        display: block;
    }
}

/*================================= // compare =================================*/


/*================================= contact us =================================*/

.contact_us {
    height: auto;
    padding: 0px;
    color: #000000;
    background: #FFFFFF;
    border: 5px solid #3e8e40;
    outline: 1px solid #FFFFFF;
    font-size: 25px;
    direction: ltr;
    text-align: left;
}

.contact_us .card {
    border-radius: 0px;
}

.contact_us .card .card-body {
    padding: 0px;
}

.contact_us .card-body form {
    padding: 10px;
}

.contact_us input {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.2);
    border-radius: 0 5px 5px 0;
    border: 1px solid #EEEEEE;
    border-left: none;
    border-bottom: none;
    outline: none;
}

.contact_us textarea {
    text-align: left;
    direction: ltr;
}

.contact_us .row .input {
    padding: 0px;
}

.contact_us .checkbox label {
    color: #000000;
}

.contact_us button {
    width: 100px;
    height: 45px;
    padding-bottom: 8px;
}

/*================================= //contact us =================================*/

/*================================= pagination =================================*/

#pagination {
    margin-top: 20px;
    direction: rtl;
    padding: 0px;
}

.active>.page-link,
.page-link.active {
    background: #343A40;
    border: 1px solid #333333;
}

.page-link {
    background: #FFFFFF;
    font-weight: bold;
    font-size: 15px;
    color: #555555;
}

/*================================= //pagination =================================*/


/*================================= Home brand =================================*/

.head_brand {
    width: auto;
    height: 50px;
    line-height: 42px;
    padding-left: 12px;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
    border-radius: 10px 10px 0 0;
    border: 2px solid #000000;
    background-color: #DDDDDD;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    position: relative;
    display: flex;
    text-transform: uppercase;
}

.head_brand::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 4px;
    width: 100%;
    margin-left: 0%;
    background: linear-gradient(90deg, #000, #0275d8, #000);
    background-size: 200% 100%;
    animation: slideLine 3s linear infinite;
}

#brand {
    background: #FEFEFE;
    border: 2px solid #000000;
    border-top: none;
}

#brand div {
    border-right: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
    text-align: center;
}

#brand div:nth-child(6) {
    border-right: none;
}

#brand div:nth-child(12) {
    border-right: none;
}

#brand div img {
    width: 80%;
    height: auto;
    max-height: 120px;
    cursor: pointer;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

#brand div img:hover {
    animation: fadeIn 1s ease-in-out;
    filter: grayscale(0%);
}

/*================================= // Home brand =================================*/

/*================================= Colors =================================*/

/* === Floating button === */
#colorToggleBtn {
    position: fixed;
    bottom: 25px;
    left: 25px;
    width: 50px;
    height: 50px;
    color: #FFFFFF;
    background: #010f1c;
    background-size: cover;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    transition: background 0.3s ease, transform 0.3s ease;
    z-index: 99999999;
}
#colorToggleBtn:hover { transform: scale(1.1); }

#colorToggleBtn i {
    animation: spin 2s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* === Hidden panel === */
#colorSettings {
    position: fixed;
    bottom: -460px;
    left: 20px;
    width: 260px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.2);
    padding: 15px 20px;
    transition: all 0.6s ease;
    opacity: 0;
    z-index: 9999;
}
#colorSettings.active { bottom: 90px; opacity: 1; }

#colorSettings h3 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
    text-align: center;
}
#colorSettings label {
    display: block;
    font-size: 14px;
    color: #555;
    margin-top: 8px;
}
#colorSettings input[type="color"] {
    width: 100%;
    height: 35px;
    border: none;
    margin-top: 5px;
    cursor: pointer;
}
#colorSettings button {
    margin-top: 12px;
    width: 49%;
    float: left;
    margin-left: 1%;
    color: #fff;
    border: none;
    padding: 8px 0;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
    font-size: 14px;
}
#saveBtn { background: var(--color-button, #007bff); }
#saveBtn:hover { background: #0056b3; }
#resetBtn { background: #6c757d; }
#resetBtn:hover { background: #495057; }

/*================================= // Colors =================================*/

/*================================= footer =================================*/

.footer {
    width: auto;
    height: auto;
    margin-top: 5px;
    direction: ltr;
    overflow: auto;
    background: #0B2239;
    background-position-x: 0%;
    background-position-y: 0%;
    background-image: none;
    background-size: auto;
    background: radial-gradient(circle at center bottom, #0275d8 0%, #003064 0%);
    background-position: center;
    background-size: auto, cover;
}

.footer .row {
    width: auto;
    margin: auto;
}

.footer .row .alert {
    margin-bottom: 0px;
    border-radius: 0px;
    border-bottom: 5px solid #191E2C;
}

.line_head {
    clear: both;
    width: auto;
    height: 5px;
    background: #191E2C;
    background: linear-gradient(top, #191E2C 60%, #191E2C 100%);
    border-top: 1px dashed #333333;
    border-bottom: 1px dashed #333333;
    position: relative;
}

.bottom {
    box-shadow: none;
}

.footer .footer_head {
    width: auto;
    height: 90px;
    margin: auto;
    background: -moz-radial-gradient(50% 80%, circle, #444444, #000000);
    background: -webkit-radial-gradient(50% 80%, circle, #444444, #000000);
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0 0 1px #000000;
}

.footer .footer_head .right {
    width: 22%;
    height: 90px;
    line-height: 90px;
    float: left;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    border-right: 1px solid #333333;
}

.footer .footer_head .right i {
    height: 90px;
    line-height: 90px;
    font-size: 30px;
    float: left;
    margin-left: 20px;
}

.footer .footer_head .right p {
    float: right;
    margin-right: 20px;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.footer .footer_head .left {
    width: 78%;
    height: 90px;
    float: right;
    padding-left: 20px;
}

.footer .success_newsletter {
    width: auto;
    height: 35px;
    line-height: 30px;
    text-align: center;
    color: #270;
    background-color: #DFF2BF;
    border-top: 2px solid #0E4B69;
    border-bottom: 2px solid #0E4B69;
}

.footer .footer_head .left input {
    width: 85.5%;
    height: 55px;
    margin: auto;
    margin-top: 18px;
    padding-left: 55px;
    padding-right: 15px;
    border-radius: 12px;
    color: #FEFEFE;
    box-shadow: none;
    background: #FFFFFF url(../img/at.webp) no-repeat 15px 49%;
    border: 2px solid #0E4B69;
    outline: 2px solid #FFFFFF;
    -webkit-box-shadow: inset 0 0 0 2rem #FEFEFE;
    box-shadow: inset 0 0 0 2rem #FEFEFE;
}

.footer .footer_head .left input:focus {
    color: #000000;
    border: 2px solid #0E4B69 !important;
    outline: 2px solid #FFFFFF !important;
    transition: all .3s;
}

.footer .footer_head .left input::placeholder {
    color: #FFFFFF;
}

.footer .footer_head .left input:focus::placeholder {
    color: #555555;
}

.footer .footer_head .left button {
    width: 120px;
    height: 56px;
    margin-top: 18px;
    margin-right: 14px;
    float: right;
    outline: 2px solid #FFFFFF;
    border: 2px solid #000000;
    background-color: #DDDDDD;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));

}

.footer .footer_head .left button i {
    font-size: 20px;
}

.footer .form {
    width: 100%;
    padding: 4px;
    overflow: hidden;
    margin-top: 18px;
    opacity: 0.9;
}

.footer .form:hover {
    opacity: 1;
}

.footer .form form {
    margin-top: 4px;
    direction: ltr;
}

.footer .form .phone {
    padding-left: 2px !important;
}

.footer form .fa-user,
.footer form .fa-envelope,
.footer form .fa-phone {
    width: 10%;
    height: 40px;
    line-height: 40px;
    float: left;
    color: #545966;
    border: 1px solid #444444;
    border-radius: 6px;
    color: #222222;
    text-align: center;
    background-color: #DDDDDD;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));

}

.footer .form input {
    width: 88.8%;
    height: 40px;
    float: left;
    margin-left: 1%;
    padding-left: 8px;
    line-height: 20px;
    margin-bottom: 3px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #333333;
    text-align: left;
    opacity: 0.8;
}

.footer .form input:focus {
    border: 1px solid #333333 !important;
    opacity: 0.9;
}

.footer .form .col-lg-6 i {
    width: 20%;
}

.footer .form .col-lg-6 input {
    width: 77%;
    margin-left: 2%;
}

.footer .form textarea {
    width: 100%;
    height: 63px;
    margin: auto;
    margin-top: 2px;
    margin-bottom: 8px;
    background: #FFFFFF;
    border: 1px solid #555555;
    opacity: 0.8;
}

.footer .form textarea:focus {
    opacity: 0.9;
    border: 1px solid #555555 !important;
    box-shadow: none;
}

.footer .form .form-radio {
    display: none;
}

.form-group p {
    font-size: 16px;
    margin-left: 5px;
}

.footer .checkbox label {
    color: #FFFFFF;
}

.footer .form button {
    margin-left: 2px;
}

.footer .div {
    height: 340px;
    margin-top: 10px;
    border-radius: 12px;
    color: #EEEEEE;
    border: 1px dashed #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
}

.footer .tow {
    height: auto;
}

.footer .div .title {
    width: auto;
    height: 45px;
    line-height: 42px;
    padding-left: 15px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
    border-radius: 10px 10px 0 0;
    border: 1px solid #444444;
    background-color: #DDDDDD;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));

}

.footer .div .title i {
    font-size: 27px;
    float: right;
    margin-top: 8px;
    margin-right: 8px;
    cursor: pointer;
}

.footer .div .title i:hover {
    transform: scale(1.1);
}

.footer .tow .body {
    width: 100%;
    height: 100px;
    overflow: auto;
}

.link .row {
    width: auto;
    height: 280px;
    overflow: auto;
}

.footer .div a {
    color: #000000;
    text-decoration: none;
}

.footer .div a:hover {
    color: #000000;
}

.footer .div .page {
    width: 99%;
    height: 35px;
    float: left;
    margin-top: 4px;
    font-size: 15px;
    list-style: none;
    color: #DDDDDD;
    background: #384050;
    border: 1px dashed #222222;
    opacity: 0.8;
}

.footer .div .page:hover {
    background-color: #FEFEFE;
    border: 1px solid #222222;
    color: #003C5F;
    opacity: 0.8;
}

.footer .div .page i {
    width: 36px;
    padding: 8px;
    font-size: 17px;
    margin-right: 5px;
    color: #545966;
    border-right: 1px solid #DDDDDD;
    color: #555555;
    background-color: #ddd;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));

}

.footer .div .payment {
    width: 290px;
    height: 45px;
    background-size: cover;
    display: block;
    margin: auto;
    margin-top: 7px;
    margin-bottom: 9px;
    text-align: center;
}

.footer .div .social_icon {
    width: auto;
    height: auto;
    margin: auto;
    margin-bottom: 5px;
    text-align: center;
}

.footer .div .social_icon i {
    padding: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 48px;
    color: #333333;
    background-repeat: repeat-x;
    border: 1px solid #555555;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #EEEEEE, #DDDDDD);
    background-image: -webkit-linear-gradient(top, #EEEEEE, #DDDDDD);
    background-image: -moz-linear-gradient(top, #EEEEEE, #DDDDDD);
    background-image: -ms-linear-gradient(top, #EEEEEE, #DDDDDD);
    background-image: -o-linear-gradient(top, #EEEEEE, #DDDDDD);
    background-image: linear-gradient(top, #EEEEEE, #DDDDDD);

}

.footer .div .social_icon i:hover {
    color: #111111;
}

.footer .category {
    height: 140px;
}

.footer .category .div {
    width: 100%;
    height: 100%;
    margin-top: 2px;
    text-align: center;
    background: #FBFBFB url('../img/groovepaper.webp');
}

.footer .category .div .image {
    margin: auto;
    margin-top: 15px;
}

.footer .category .div .image img {
    width: 70px;
    height: auto;
    background-size: cover;
    margin: auto;
    margin-bottom: 5px;
}

.footer .category .div .body {
    clear: both;
    width: 100%;
    font-size: 16px;
    margin: auto;
    color: #555555;
}

.footer .foot {
    width: auto;
    height: 40px;
    line-height: 38px;
    margin-top: 10px;
    border-top: 1px solid #111111;
    overflow: hidden;
    direction: rtl;
    color: #222222;
    background-color: #DDDDDD;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));

}

.footer .foot .row .phone {
    height: 40px;
    line-height: 40px;
    padding-right: 30px;
    font-size: 15px;
}

.footer .foot .row .phone div {
    float: left;
    direction: ltr;
    margin-top: 3px;
}

.footer .foot .row .phone i {
    font-size: 24px;
    margin-top: 5px;
    margin-right: 8px;
    float: left;
}

.footer .foot .row .phone p {
    float: left;
    line-height: 34px;
}

/*================================= //footer =================================*/
