@font-face {
    font-family: "yekan";
    src: url("../fonts/Fa3/Yekan Bakh FA 04 Regular.eot") format("embedded-opentype"), url("../fonts/Fa3/Yekan Bakh FA 04 Regular.woff") format("woff"), url("../fonts/Fa3/Yekan Bakh FA 04 Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "yekan";
    src: url("../fonts/Fa3/Yekan Bakh FA 06 Bold.eot") format("embedded-opentype"), url("../fonts/Fa3/Yekan Bakh FA 06 Bold.woff") format("woff"), url("../fonts/Fa3/Yekan Bakh FA 06 Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "yekan";
    src: url("../fonts/Fa3/Yekan Bakh FA 05 Medium.eot") format("embedded-opentype"), url("../fonts/Fa3/Yekan Bakh FA 05 Medium.woff") format("woff"), url("../fonts/Fa3/Yekan Bakh FA 05 Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}


:root {
    --one: #ffcb08;
    --two: #fff;
    --three: #cc2129;
    --four: #EE1C25;
    --five: #1a171c;
    --six: #334086;
    --seven: #cfcfcf;
    --eight: #969696;
    --body: #F9F9F9;
    --siteBg: #fff;
    --dark: #24231C;
    --gray: rgba(39, 39, 39, 0.70);
    --white: #fff;
    --danger: #EE1C25;
    --yellow: #FFD300;
    --primary: #215090;
}

* {
    font-family: "yekan", sans-serif;
    outline: none !important;
}

html, body {
    direction: rtl;
    font-family: "yekan", sans-serif;
    font-weight: normal;
    overflow-x: hidden;
    font-size: 15px;
    text-align: right;
    transition: all 0.2s;
    background-color: var(--body);
    width: 100%;
    min-height: 100vh;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none !important;
    color: var(--six);
    transition: all 0.2s;
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

.form-control, .form-select, .btn {
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: unset !important;
}

.form-control {
    padding: 15px;
    border: 1px solid #B1B1B1;
    background: #FFF;
}

.form-control:focus {
    box-shadow: unset !important;
    border-color: var(--primary);
}

.form-control::placeholder {

    color: #BFBFBF;
}

.input-group .btn {
    height: 100%;
}

.btn {
    padding: 15px 20px;
    border-radius: 5px;
    line-height: 16px;
    display: flex;
    align-items: center;
}


.form-control:focus {
    box-shadow: unset !important;
    border-color: var(--primary);
}

.form-control::placeholder {

    color: #BFBFBF;
}

.btn-danger {
    background-color: var(--danger);
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-outline-primary {
    border-color: var(--primary);
    color: var(--primary);
}

.btn-outline-primary:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

.btn-outline-dark {
    border-color: var(--dark);
}


.btn--six {

}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

section {
    margin: 25px auto;
}

.sectionTitle {
    font-size: 24px;
    margin: 10px auto 5px auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sectionTitle:after {
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #E5E5E5;
    position: absolute;
    top: 49%;
    right: 0;
    z-index: 9;
}

.sectionTitle h3 {
    color: var(--dark);
    display: inline-block;
    padding: 10px;
    background-color: var(--body);
    z-index: 10;
    position: relative;
    font-weight: bold;
}

.sectionTitle h3 span {
    color: var(--yellow);
}

.sectionTitle .buttons {
    background-color: var(--body);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
    position: relative;
}

.sectionTitle .buttons .next, .sectionTitle .buttons .prev {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.sectionTitle .buttons .next:hover, .sectionTitle .buttons .prev:hover {
    background-color: var(--two);
    cursor: pointer;
}

.loading {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url("../img/loading.gif");
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 7px;
    z-index: 10;
}

.tab-pane {
    position: relative;
}

.nav-tabs {
    border-bottom: unset;
}

.nav-tabs .nav-link {
    border: unset;
    font-size: 20px;
    color: var(--eight);
    margin: 0;
}

.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--three);
    font-size: 20px;
    color: var(--five);
    font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: unset;
    padding-right: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-right: unset;
    padding-left: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: "/";
}

.breadcrumbBox {
    padding: 25px;
    background-color: var(--two);
    display: flex;
    align-items: center;
    margin: 0;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.form-check-input {
    width: 20px;
    height: 20px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    box-shadow: unset;
}

.form-check .form-check-input {
    margin-right: -2em;
    box-shadow: unset;
    margin-top: 0;
}

.form-check-input:checked {
    background-color: var(--three);
    border-color: var(--three);
}

.pagination .page-link {
    box-shadow: unset;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 5px;
    border-color: var(--seven);
    background-color: var(--two);
    color: var(--five);
    border-radius: 5px;
}

.pagination .page-link:hover {
    background-color: var(--seven);
    cursor: pointer;
}

.pagination .page-item.active .page-link {
    background-color: var(--five);
    border-color: var(--five);
    color: var(--two);
}

.pagination .page-item.disabled .page-link {
    background-color: var(--seven);
}

/*----------------------- header ------------------------*/
header {
    background-color: #fff;
    z-index: 100;
}

header .top {
    border-bottom: 1px solid #ffffff15;
    background: #215090;
}

header .top .top-link {
    display: flex;
    align-items: center;
}

header .top .top-link .la {
    font-size: 18px;
}

header .top .top-link li a, header .top .top-link li button {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    color: #fff;
}

header .top .top-link li a:hover, header .top .top-link li button:hover {
    color: var(--white);
}

header .middle {
    /*padding: 25px 0;*/
}

header .middle .logo, header .middle .search, header .middle .operation {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    text-align: center;
}

header .middle .search .input-group {
    background-color: var(--two);
    border: 1px solid var(--seven);
    overflow: hidden;
    border-radius: 15px;
}

header .middle .search .input-group .form-control, header .middle .search .input-group .form-select {
    border: unset;
    background: #fff;
}

header .middle .search .input-group .form-control:focus, header .middle .search .input-group .form-select:focus {
    border: unset;
    box-shadow: unset;
}

header .middle .search .input-group .input-group-append-first {
    position: relative;

}

header .middle .search .input-group .input-group-append-first:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 15px;
    width: 1px;
    height: calc(100% - 30px);
    background-color: var(--seven);
}

header .middle .operation {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .middle .operation-btn {
    position: relative;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .middle .operation-btn .la {
    font-size: 25px;
}

header .middle .operation-btn .count {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: var(--one);
    color: var(--dark);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .middle .operation-btn.basket .price {
    padding: 0 10px;
    display: block;
    border-right: 1px solid var(--seven);
    margin-right: 10px;
    font-weight: bold;
    font-size: 16px;
}

header .middle .operation-btn.basket .la-angle-down {
    font-size: 15px;
}

header .middle .operation-btn.basket:hover .popup_cart {
    opacity: 1;
    visibility: visible;
}

header .middle .operation-btn.basket .popup_cart {
    margin: 0;
    padding: 0;
    width: 340px;
    top: 100%;
    left: 0;
    right: auto;
    position: absolute;
    z-index: 99;
    text-align: right;
    background-color: var(--two);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}

.popup_cart ul li .right_block .product-name {
    display: block;
    color: var(--eight);
    font-size: 14px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

header .middle .operation-btn.basket .popup_cart .content-cart {
    background: #ffffff;
    border: 1px solid #ebebeb;
}

header .middle .operation-btn.basket .popup_cart ul {
    padding: 0 24px;
    max-height: 400px;
    overflow: auto;
}

header .middle .operation-btn.basket .popup_cart ul li {
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
    /*overflow: hidden;*/
    position: relative;
}

header .middle .operation-btn.basket .popup_cart ul li .img_content .img-responsive {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

header .middle .operation-btn.basket .popup_cart ul li .img_content {
    float: right;
    margin: 0 10px 0 0;
    position: relative;
    width: 80px;
}

header .middle .operation-btn.basket .popup_cart ul li .img_content .product-quantity {
    position: absolute;
    top: 5px;
    right: 5px;
    min-width: 20px;
    line-height: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: 0;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    display: inline-block;
    background-color: var(--six);
}

header .middle .operation-btn.basket .popup_cart ul li .right_block .product-price {
    display: block;
    margin: 5px 0 0;
    font-size: 17px;
    font-weight: 500;
    color: var(--five);
}

header .middle .operation-btn.basket .popup_cart ul li .right_block .remove-from-cart {
    display: block;
    position: absolute;
    top: 20px;
    left: -10px;
    color: var(--eight);
    background: #fff;
    border-radius: 100%;
}

header .middle .operation-btn.basket .popup_cart ul li .right_block .remove-from-cart .la {
    font-size: 20px;
}

header .middle .operation-btn.basket .popup_cart ul li .right_block .remove-from-cart:hover .la {
    color: var(--three);
}

header .middle .operation-btn.basket .popup_cart .price_content {
    overflow: hidden;
    padding: 30px;
}

header .middle .operation-btn.basket .popup_cart .price_content .price_inline {
    overflow: hidden;
    line-height: 25px;
}

header .middle .operation-btn.basket .popup_cart .price_content .price_inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

header .middle .operation-btn.basket .popup_cart .price_content .price_inline .label {

    font-weight: 400;
    color: #242424;
    font-size: 16px;
}

header .middle .operation-btn.basket .popup_cart .price_content .price_inline .value {
    font-weight: 600;
    color: #242424;
    font-size: 15px;
}

header .middle .operation-btn.basket .popup_cart .checkout {
    padding: 0 30px 30px 30px;
}


header .bottom {
    background-color: var(--one);
}


header .bottom .menu {
    display: flex;
    align-items: center;
}


header .bottom .menu .menu-item a {
    color: var(--dark);
    display: flex;
    align-items: center;
    padding: 15px;
}

header .bottom .menu .menu-item a:hover {
    color: var(--white);
}

@media only screen and (min-width: 1200px) {

    header .bottom .menu .menu-item:hover .menu-item-in {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }

    header .bottom .menu .menu-item .menu-item-in {
        position: absolute;
        width: 100%;
        top: 110%;
        right: 0;
        background-color: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
        border-radius: 0 0 4px 4px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
    }

    header .bottom .menu .menu-item .menu-item-in a {
        color: var(--five);
        font-size: 14px;
        padding: 10px;
        transition: all 0.2s;
    }

    header .bottom .menu .menu-item .menu-item-in a:hover {
        color: var(--three);
        padding-right: 13px;
    }

    .openMenu .cover {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    header .menu-click {
        color: var(--two);
        font-size: 25px;
        align-items: center;
        justify-content: center;
    }

    header .menu-click:hover {
        cursor: pointer;
        color: var(--four);
    }

    html, body {
        font-size: 14px;
    }

    header .middle .logo, header .middle .search, header .middle .operation {
        margin: 10px auto;
    }

    header .top .top-link li a, header .top .top-link li button {
        padding: 15px;
    }

    header .middle .operation {
        justify-content: space-between;
        /*width: 100%;*/
    }

    header .bottom {
        position: fixed;
        width: calc(100% - 150px);
        height: 100vh;
        top: 0;
        right: -100%;
        background-color: #fff;
        overflow-y: scroll;
        overflow-x: hidden;
        z-index: 105;
        transition: all 0.2s;
    }

    .openMenu header .bottom {
        right: 0;
    }

    header .bottom .menu {
        flex-direction: column;
        align-items: start;
    }

    header .bottom .menu li {
        width: 100%;
    }

    header .bottom .menu li a {
        color: var(--five) !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
    }

    header .bottom .menu li a:hover {
        color: var(--three) !important;
    }

    header .bottom .menu .menu-item .menu-item-in {
        position: unset;
        width: 100%;
        display: none;
        transition: all 0.3s;
        background-color: #f6f6f6;
    }

    header .bottom .menu .menu-item .menu-item-in a {
        font-weight: 400;
    }

    header .bottom .menu .menu-item .menu-item-in a:hover {
        background-color: #eee;
    }

    .openMenu .cover {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        background-color: rgba(0, 0, 0, .2);
        z-index: 102;
        transition: all 0.2s;
    }
}

/*----------------------- footer ------------------------*/
footer {
    background-color: var(--primary);
    color: var(--two);
}

footer .down {
    background-color: var(--two);
    padding: 15px;
    color: var(--eight);
}

footer .top {
    padding: 25px 0;
}

footer .top .text {
    text-align: justify;
    line-height: 28px;
}

footer .top .contact li {
    line-height: 35px;
    display: flex;
    align-items: center;
}

footer .top .contact li .la {
    font-size: 20px;
}

footer .top .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-right: 20px;
}

footer .top .links li a {
    color: var(--seven);
    line-height: 35px;
    position: relative;
    padding-right: 30px;
    transition: all 0.2s;
}

footer .top .links li a:after {
    content: " ";
    width: 7px;
    height: 7px;
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 4px);
    right: 10px;
    background-color: var(--two);
}

footer .top .links li a:hover {
    color: var(--two);
    padding-right: 35px;
}

footer .top .links li a:hover:after {
    background-color: var(--yellow);
}

footer .social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
}

footer .social li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    background-color: #1a4278;
    border: none;
    border-radius: 4px;
    margin: 5px;
    color: var(--two);
    transition: all 0.2s;
}

footer .social li a:hover {
    opacity: 1;
    background-color: var(--yellow);
    color: var(--dark);
}

footer .social li a:active {
    opacity: 0.2;
}

.flex.logos {
    display: flex;
}

.flex.logos img {
    height: 100px;
    width: 90px;
    margin-left: 10px;
}

/*----------------------- main ------------------------*/
.imagebox img {
    max-width: 300px;
}

img.my-3 {
    background: #fff;
    border-radius: 5px;
}

main {
    flex-grow: 1;
}

.top-site .carousel-item {
    overflow: hidden;
    position: relative;
}

.top-site .carousel-indicators {
    justify-content: start;
    margin-right: 3%;
    margin-left: 3%;
    direction: rtl;
    flex-direction: row-reverse;
}

.top-site .carousel-dark .carousel-indicators [data-bs-target] {
    background-color: rgba(0, 0, 0, 0.3);
}

.top-site .carousel-dark .carousel-indicators .active {
    background-color: var(--primary);
}

@media only screen and (min-width: 1200px) {
    .top-site .carousel-item img {
        height: 420px;
    }
}

.top-site .carousel-item img {
    object-fit: fill;
    transform: scale(1, 1);
    transition: all .4s linear;
}

.top-site .sideSlider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.top-site .sideSlider img {
    transform: scale(1, 1);
    transition: all .3s linear;
}

.top-site .carousel-item img:hover {
    transform: scale(1.03, 1.03);
}

.top-site .sideSlider img:hover {
    transform: scale(1.07, 1.07);
}

/*----*/
.whiteBox {
    background-color: var(--two);
    padding: 25px 30px;
    border-radius: 4px;
    overflow: hidden;
}

.ourServiceBox ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: var(--two);
}

.ourServiceBox ul li img {
    width: 50px;
    margin-left: 10px;
}

.ourServiceBox ul li {
    display: flex;
    align-items: center;
    margin: 20px auto;
}

@media screen and (max-width: 1024px) {
    .ourServiceBox ul li {
        flex-direction: column;
        margin: 10px auto;
    }
}

.ourServiceBox ul li .title {
    font-size: 20px;
    color: var(--five);
    font-weight: bold;
    margin-bottom: 8px;
}

.ourServiceBox ul li .subtitle {
    font-size: 14px;
    color: var(--eight);
}

/*----*/
.category .categoryBox {
    border-left: 1px solid var(--seven);
    border-bottom: 1px solid var(--seven);
    display: flex;
    padding: 20px;
    align-items: start;
}

.category .categoryBox .image img {
    width: 100%;
    max-width: 150px;
}

.category .categoryBox .links {
    padding-right: 20px;
    flex-grow: 1;
    width: calc(100% - 130px);
}

.category .categoryBox .title {
    font-size: 22px;
    color: var(--five);
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category .categoryBox .links ul li a {
    line-height: 27px;
    color: var(--eight);
    padding-right: 0;
    transition: all 0.2s;
}

.category .categoryBox .links ul li a:hover {
    padding-right: 5px;
    color: var(--three);
}

.category .categoryBox .links .seeMore {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
    padding-left: 10px;
    transition: all 0.2s;
}

.category .categoryBox .links .seeMore:hover {
    color: var(--three);
    padding-left: 5px;
}

/*----*/
.advertising a {
    width: 100%;
    overflow: hidden;
    display: block;
    background-color: var(--two);
    height: 100%;
    border-radius: 5px;
}

.advertising img {
    width: 100%;
    transition: all 1s;
    transform: scale(1, 1);
    overflow: hidden;
}

.advertising a:hover img {
    transform: scale(1.03, 1.03);
}

/*----*/
.bookmarks {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bookmarks {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bookmarks .more, .bookmarks .discount {
    background-size: 100% 100%;
    padding: 0 15px;
    font-size: 16px;
    font-weight: bold;
    color: var(--two);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 25px;
}

.bookmarks .discount {
    background-image: url("../img/bookmarks1.png");
}

.bookmarks .more {
    background-image: url("../img/bookmarks2.png");
}

.specialProducts .images {
    position: relative;
    display: block;
}

.specialProducts .images img {
    transition: all 0.8s;
    width: 100%;
    margin: 5px auto;
}

.specialProducts .images img:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all 1s;
}

.specialProducts .images:hover img:nth-child(1) {
    opacity: 0;
}

.specialProducts .images:hover img:nth-child(2) {
    opacity: 1;
}

.specialProducts .brand {
    color: var(--eight);
    margin-bottom: 5px;
}

.specialProducts .name a {
    font-size: 20px;
    color: var(--five);
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.specialProducts .name a:hover {
    color: var(--four);
}

.specialProducts .rate, .product .rate {
    display: flex;
    align-items: center;
    color: #FFD704;
    font-size: 20px;
}

.specialProducts .price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.specialProducts .price .pPrice {
    color: var(--four);
    font-size: 22px;
    font-weight: bold;
}

.specialProducts .price .pDiscount {
    color: var(--eight);
    text-decoration: line-through;
    margin-left: 15px;
    font-size: 17px;
}

.specialProducts .text {
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 27px;
    display: -webkit-box;
    margin: 5px auto 15px auto;
    color: var(--eight);
}

.specialProducts .packageList .title {
    color: var(--five);
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 5px;
}

.specialProducts .packageList .list {
    color: var(--eight);
    line-height: 28px;
    font-size: 17px;
}

.specialProducts .links .link .la {
    font-size: 30px;
    color: var(--eight);
}

.specialProducts .links .link:hover .la-eye {
    color: var(--four);
}

.specialProducts .links .link:hover .la-heart-o {
    color: var(--three);
}

.specialProducts .links .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0 15px;
}

.specialProducts .links .btn .la {
    font-size: 28px;
    margin-left: 5px;
}

.specialProducts .times, .product .times {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.product .times {
    flex-wrap: wrap;
}

.specialProducts .times li {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    border: 1px solid var(--seven);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product .times li {
    width: 45px;
    height: 45px;
    border-radius: 4px;
    border: 1px solid var(--seven);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 18px;
}

.specialProducts .times li span:first-child {
    font-weight: bold;
    color: var(--five);
    font-size: 22px;
}

.product .times li span:first-child {
    font-weight: bold;
    color: var(--five);
    font-size: 20px;
}

.specialProducts .times li span:last-child, .product .times li span:last-child {
    color: var(--eight);
}


/*----*/
.product {
    border-left: 1px solid var(--seven);
    border-radius: 0;
    padding: 15px 10px;
    background: #fff;
}

.product .badge.bg-secondary {
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 10;
}

.product .row {
    /*height: 350px;*/
}

.col-12.two {
    flex-grow: 1;
}

.product .one {
    position: relative;
    padding-top: 10px;
}

.products .bookmarks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
    position: absolute;
    width: 94%;
    right: 3%;
    top: 0;
}

.products .bookmarks .more, .products .bookmarks .discount {
    background-size: 100% 100%;
    padding: 0 15px;
    font-size: 16px;
    font-weight: bold;
    color: var(--two);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 25px;
}

.products .bookmarks .discount {
    background-image: url("../img/bookmarks1.png");
}

.products .bookmarks .more {
    background-image: url("../img/bookmarks2.png");
}

.products .images {
    position: relative;
    display: block;
}

.products .images {

    height: 80px;
}

.products .images img {
    transition: all 0.8s;
    margin: 5px auto;
    max-width: 100%;
    display: block;
    max-height: 80px;
}

.products .images img:nth-child(2) {
    position: absolute;
    top: -5px;
    right: calc(50% - 75px);
    opacity: 0;
    transition: all 1s;
}

/*.products .images:hover img:nth-child(1) {*/
/*    opacity: 0;*/
/*}*/

/*.products .images:hover img:nth-child(2) {*/
/*    opacity: 1;*/
/*}*/

.products .brand {
    color: var(--eight);
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 500;
}

.products .name a {
    font-size: 15px;
    color: var(--five);
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    font-weight: bold;
    padding: 5px 0;
}

.products .name a:hover {
    color: var(--three);
}

.products .price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.products .price .pPrice {
    color: var(--four);
    font-size: 17px;
    font-weight: 500;
}

.products .price .pDiscount {
    color: var(--eight);
    text-decoration: line-through;
    font-size: 15px;
}

.products .links .link .la {
    font-size: 25px;
    color: var(--eight);
}

.products .links .link:hover .la-heart-o {
    color: var(--three);
}

.products .links .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 60px;*/
    padding: 10px 10px;
}

.products .links .btn .la {
    font-size: 24px;
    margin-left: 5px;
}

.products .links .btn-group .btn .la {
    margin-left: 0;
}

/*----*/
.moreProducts .moreProductCategory {
    padding: 25px;
}

.moreProducts .moreProductCategory .title {
    font-size: 20px;
    color: var(--five);
    font-weight: bold;
    margin-bottom: 8px;
}

.moreProducts .moreProductCategory li a {
    font-size: 15px;
    color: var(--eight);
    line-height: 30px;
    padding-right: 0;
    transition: all 0.2s;
}

.moreProducts .moreProductCategory li a:hover {
    padding-right: 5px;
    color: var(--three);
}

.moreProducts .sectionTitle {
    border-bottom: 1px solid var(--seven);
    margin-bottom: 0;
    padding: 0;
}

.moreProducts .sectionTitle h3 {
    padding: 0;
}

.moreProducts .sectionTitle:after {
    content: unset;
}

.moreProducts .sectionTitle .buttons .next:hover, .moreProducts .sectionTitle .buttons .prev:hover {
    background-color: var(--body);
}

.categoryImage {
    object-fit: cover;
}

/*----*/
.notification .name {
    color: var(--eight);
}

.notification .date {
    color: var(--three);
}

.notification .title {
    font-size: 18px;
    color: var(--five);
}

.notification .btn {
    width: max-content;
}

/*----------------------- productList ------------------------*/

.filter .search {
    background-color: var(--two);
    border: 2px solid var(--seven);
    overflow: hidden;
    border-radius: 4px;
}

.filter .search .form-control {
    border: unset;
    background: var(--two);
}

.filter .whiteBox .title {
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px solid var(--seven);
    padding: 10px 0;
}

.filter .menu-lists {
    margin-bottom: 5px;
}

.filter .menu-lists .menu-lists-name {
    padding: 10px 10px 0 10px;
    font-size: 14px;
    font-weight: bold;
}

.filter .menu-lists .menu-lists-name:hover {
    cursor: pointer;
    color: var(--three);
}

.filter .menu-lists .menu-lists-name .la {
    font-size: 20px;
}

.filter .menu-lists .menu-in {
    display: none;
}

.filter .menu-lists .menu-in a {
    padding: 10px 20px 10px 5px;
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: var(--eight);

}

.filter .menu-lists .menu-in a:hover {
    color: var(--three);
    padding-right: 25px;
}

.filter .whiteBox .alert-secondary {
    width: max-content !important;
}

.filter .whiteBox .form-check {
    padding: 5px 25px;
    font-size: 14px;
    font-weight: bold;
}

.filter .whiteBox .form-check:hover {
    color: var(--three);
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border-radius: 100%;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid var(--three) !important;
    background: var(--three) !important;
    font-weight: normal;
    color: #ffffff;
}

.viewType .active img {
    filter: invert(10%) sepia(19%) saturate(11%) hue-rotate(314deg) brightness(30%) contrast(85%);
}

.viewType img:hover {
    filter: invert(19%) sepia(93%) saturate(3437%) hue-rotate(347deg) brightness(90%) contrast(94%);
}

.productList .products .links .btn {
    /*padding: 0 10px;*/
    /*flex-grow: 1;*/
    width: 100%;
}

.productList .products .three.col-md-3 .links .btn {
    margin-bottom: 10px;
}

.products .minus, .products .plus {
    padding: 0;
}

.products .minus .la, .products .plus .la {
    font-size: 22px !important;
}

.products .col-xl-3.aa .links .btn-primary {
    width: calc(100% - 60px);
}

.productList .products .one-row p {
    line-height: 30px;
    font-weight: 400;
    color: var(--eight);
    margin-top: 15px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    overflow: hidden;
    text-align: justify;
}

.productsList {
    position: relative;
}

.productsList .loading {
    width: calc(100% - 30px);
    right: 15px;
    background-position: top center;
}

.productList .products .one-row .three {
    border-right: 1px solid var(--seven);
}

.productList .products .typeTwoView {
    display: none;
}

.productList .products .link {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: center;
}

.productList .products .typeTwoView.link {
    display: none;
}

.productList .products .one-row .typeTwoView {
    display: block;
}

.productList .products .one-row .typeTwoView.link {
    display: flex;
}

.productList .products .three .links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.productList .products .one-row .three .links {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    /*margin-top: 10px;*/
    flex-direction: column-reverse;
}

.product .btn-group {
    border: 1px solid var(--seven);
    /*padding: 1px;*/
    max-width: 200px;
    /*height: 60px;*/
    overflow: hidden;
    box-sizing: border-box;
}

.col-xl-3.aa .product .btn-group {
    width: calc(100% - 60px);
}

.product .btn-group .form-control {
    font-size: 20px;
    font-weight: bold;
    /*height: 60px;*/
    border-radius: 0;
    padding: 0 5px;
    background-color: var(--two);
    width: 55px;
}

.aa.col-12 .links {

}

@media only screen and (max-width: 768px) {
    .productList .products .one-row .three {
        border-right: unset;
    }

    .productList .products .one-row .three .links {
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
    }

    .productList .products .one-row .three .links a:first-child span, .productList .products .one-row .three .links a:nth-child(2) span {
        display: none;
    }
}

/*--left vertical --*/
.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.splide__slide {
    opacity: 0.3;
}

.splide__slide.is-active {
    opacity: 1;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
    border: 0 !important;
}

.productPage .product .links {
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.productPage .product .links .link {
    display: flex;
    align-items: center;
}

.productPage .product .brand {
    font-size: 17px;
    color: var(--eight);
    margin-bottom: 15px;
    display: block;
}

.productPage .product .name a {
    font-size: 25px;
    margin-bottom: 20px;
    display: block;
}

.productPage .product .price {
    margin-bottom: 10px;
}

.productPage .product .price .pPrice {
    font-size: 20px;
}

.productPage .product .price .pDiscount {
    font-size: 18px;
}

.productPage .product .text {
    line-height: 30px;
    font-weight: 400;
    color: var(--eight);
    margin-top: 15px;
    text-align: justify;
    padding: 5px 10px;
}

.productPage .tab-content {
    padding: 15px;
}

.productPage .tab-content p {
    line-height: 35px;
    font-size: 17px;
    font-weight: 400;
    color: var(--five);
    text-align: justify;
}

.productPage .tab-content .detail {
    padding: 12px 15px;
    font-size: 17px;
    font-weight: 400;
    color: var(--five);
    margin-bottom: 5px;
}

.productPage .tab-content .row:nth-child(2n) .col-6:nth-child(1) .detail {
    background-color: #EBEBEB;
}

.productPage .tab-content .row:nth-child(2n) .col-6:nth-child(2) .detail {
    background-color: #F4F4F4;
}

.productPage .tab-content .row:nth-child(2n-1) .col-6:nth-child(2) .detail {
    background-color: #EBEBEB;
}

.productPage .tab-content .row:nth-child(2n-1) .col-6:nth-child(1) .detail {
    background-color: #F4F4F4;
}

/*---cart---*/
.cart .cartProduct {
    border-bottom: 1px solid #E5E5E5;
    padding: 10px;
}

.cart .cartProduct .product-img img {
    width: 100%;
}

.cart .cartProduct .name {
    font-size: 14px;
    color: var(--five);
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart .cartProduct .price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cart .cartProduct .price .pPrice {
    color: var(--four);
    font-size: 18px;
    font-weight: bold;
}

.cart .cartProduct .price .pDiscount {
    color: var(--eight);
    text-decoration: line-through;
    margin-left: 15px;
    font-size: 17px;
}

.cart .cartProduct .totalPrice {
    font-size: 18px;
    color: var(--five);
    font-weight: bold;
}

.cart .cartProduct .counter .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 60px;
    width: 70px;
    padding: 0;
    font-size: 22px;
    font-weight: bold;
}

.cart .cartProduct .counter {
    height: 100%;
}

.cart .cartProduct .counter button {
    background-color: #fff;
    border: 1px solid #ced4da;
    height: 30px;
    width: 30px;
    border-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 18px;
}

.cart .cartProduct .counter button:hover {
    background-color: #eee;
}

.cart .cartProduct .counter button.plus {
    border-bottom: 0;
    border-top-right-radius: 4px;
}

.cart .cartProduct .counter button.minus {
    border-bottom-right-radius: 4px;
}

.cart .cartProduct .delete {
    font-size: 28px;
    margin: 0 auto;
    color: var(--five);
}

.cart .cartProduct .delete:hover {
    color: var(--three);
}

.cart .moreDetail li {
    margin-bottom: 15px;
}

.cart .moreDetail .title {
    font-size: 16px;
    color: var(--five);
    font-weight: 400;
}

.cart .moreDetail .subtitle {
    font-size: 16px;
    color: var(--four);
    font-weight: bold;
}

.cart .modal .cartProduct img {
    width: 100px;
}


/*--------panel - profile -----------*/
.sideMenu {
    margin-bottom: 25px;
}

.panel .sideMenu .top {
    display: flex;
    align-items: center;
}

.panel .sideMenu .top .userImage {
    border-radius: 12px;
    overflow: hidden;
    width: 90px;
    margin-left: 10px;
}

.panel .sideMenu .top .userImage img {
    width: 100%;
    object-fit: cover;
}

.panel .sideMenu .top .name {
    color: var(--six);
    font-size: 17px;
    margin-bottom: 10px;
}

.panel .sideMenu .top .phone {
    color: var(--five);
    font-size: 16px;
}

.panel .sideMenu .menu {
    margin-top: 25px;
}

.panel .sideMenu .menu .menu-item img {
    margin-left: 10px;
}

.panel .sideMenu .menu .menu-item a {
    color: var(--five);
    font-weight: 400;
    font-size: 16px;
    display: block;
    padding: 13px 10px;
}

.panel .sideMenu .menu .menu-item a:hover {
    background-color: #F6FAFE;
    color: var(--six);
}

.panel .sideMenu .menu .menu-item.active a {
    background-color: #F6FAFE;
    color: var(--six);
    font-weight: bold;
    border-right: 3px solid;
}

.panel .sideMenu .menu .menu-item.active a img {
    filter: invert(18%) sepia(49%) saturate(4029%) hue-rotate(206deg) brightness(70%) contrast(100%);
}

.panel .Validity {
    position: relative;
    z-index: 10;
    background-color: #fff;
    padding: 0 5px;
}

.panel .Validity .text-muted {
    font-size: 16px;
    font-weight: 400;
}

.panel .Validity .price {
    font-size: 18px;
    color: var(--six);
    font-weight: bold;
}

.panel .uploadImage {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.panel .uploadImage .userImage {
    border-radius: 12px;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin-left: 10px;
}

.panel .uploadImage .userImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.panel .shortcut {
    padding: 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.panel .shortcut .titel {
    font-size: 24px;
    margin-bottom: 15px;
}

.panel .shortcut .count {
    font-size: 22px;
    color: var(--five);
}

.panel .shortcut .link {
    font-size: 14px;
    color: var(--eight);
    text-decoration: underline !important;
}

.panel .shortcut .link:hover {
    color: var(--five);
}

.panel .shortcut.blue {
    background-color: #F6FAFE;
}

.panel .shortcut.blue .titel {
    color: var(--six);
}

.panel .shortcut.green {
    background-color: #F3FFFF;
}

.panel .shortcut.green .titel {
    color: var(--dark);
}

.panel .shortcut.red {
    background-color: #FFF1F2;
}

.panel .shortcut.red .titel {
    color: var(--three);
}


/*------------login----------------*/
.loginMain {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    background-image: url("../img/loginContainerBg.png");
    background-size: cover;
}

.loginMain.panel {
    background-image: url("../img/loginPanelBg.png") !important;
}

.loginMain .bg-login {
    background-image: url("../img/loginBg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
}

.loginMain .bg-login.panel {
    background-image: url("../img/loginPanelContent.png") !important;
}

.loginMain .input-group-append .btn {
    border-radius: 10px 0 0 10px;
    height: 60px;
}

.orderDetail {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.orderDetail .title {
    font-size: 18px;
    color: var(--eight);
    margin-bottom: 5px;
}

.orderDetail .subtitle {
    font-size: 18px;
    color: var(--five);
    font-weight: bold;
}

.panel .cartProduct img {
    width: 90px;
    object-fit: cover;
}

.panel .price .pDiscount {
    color: var(--eight);
    text-decoration: line-through;
    margin-left: 15px;
    font-size: 17px;
}

.panel .price .pPrice {
    color: var(--four);
    font-size: 18px;
    font-weight: bold;
}

.panel table .name {
    max-width: 150px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.panel .ticketList .name {
    max-width: 250px;
    color: var(--five);
    font-size: 16px;
}

.login-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login-content__text {
    color: #fff;
    margin-top: 2rem;
    padding: 0 2rem;
    text-align: center;
    font-size: 1.2rem;
    line-height: 2rem;
}

.media {
    display: flex;
    align-items: flex-start;
    border: 1px solid var(--seven);
    border-radius: 5px;
    margin-bottom: 20px;
}

.media .text {
    line-height: 28px;
    text-align: justify;
    color: var(--five);
}

.media.admin {
    margin-right: 45px;
    background-color: #F8F8F8;
}

.confirmOrder ul li {
    margin-bottom: 15px;
    font-size: 17px;
}

.confirmOrder ul li .title {
    color: var(--five);
}

.confirmOrder ul li .subtitle {
    color: var(--four);
    font-weight: bold;
}

.rejectOrder ul li {
    margin-bottom: 15px;
    font-size: 17px;
}

.rejectOrder ul li .title {
    color: var(--five);
}

.rejectOrder ul li .subtitle {
    color: var(--three);
    font-weight: bold;
}

.returnedList td {
    font-size: 18px;
    font-weight: bold;
}


.returnedNew .counter .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 60px;
    width: 70px;
    padding: 0;
    font-size: 22px;
    font-weight: bold;
}

.returnedNew .counter {
    height: 100%;
}

.returnedNew .counter button {
    background-color: #fff;
    border: 1px solid #ced4da;
    height: 30px;
    width: 30px;
    border-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 18px;
}

.returnedNew .counter button:hover {
    background-color: #eee;
}

.returnedNew .counter button.plus {
    border-bottom: 0;
    border-top-right-radius: 4px;
}

.returnedNew .counter button.minus {
    border-bottom-right-radius: 4px;
}

.empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--eight);
    opacity: 0.6;
    margin: 25px auto;
}

@keyframes loading {
    from {
        background-position-x: 0px;
    }
    to {
        background-position-x: 250px;
    }
}

.preload .prepare {
    position: relative;
}

.preload .dnone {
    display: none;
}

.preload .prepare:after {
    content: " ";
    position: absolute;
    width: 110%;
    height: 100%;
    background: repeating-linear-gradient(90deg, #efefef, #fff 3%, #f2f2f2 25%, #f2f2f2 100%);
    background-size: 100%;
    background-position-x: 0px;
    -webkit-animation: "loading" 0.7s infinite linear forwards;
    min-height: 1em;
    animation: loading infinite linear forwards;
    animation-duration: 700ms;
    right: -5%;
    top: 0;
    border-radius: 5px;
}

.preload {
    filter: grayscale(1);
    opacity: .3;
}

.otherPage p {
    line-height: 30px;
    text-align: justify;
    font-size: 16px;
    color: var(--five);
}

.text-right {
    text-align: right;
}

.text-orange {
    color: #FFA800 !important;
}

.btn-orange {
    background-color: #FFA800;
    color: #fff;
}

.btn-orange:hover, .btn-orange:focus {
    background-color: #FFA800;
    color: #fff;
}

.form-check-orange .form-check-input:checked {
    background-color: #ffa800 !important;
    border-color: #ffa800 !important;
}

.otherPage .title {
    color: var(--five);
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 10px;
}

.whiteBox.notification {
    background: #fff;
}

.whiteBox.notification img {
    width: 100%;
    margin-bottom: 10px;
}

.notificationPage img {

    margin: 30px auto;
    max-width: 750px;
    display: block;
}

.sidebar_box .title.rotate .la {
    transform: rotateZ(180deg);
}

.sidebar_box .title:hover {
    color: var(--three);
    cursor: pointer;
}

.sidebar_box .items {
    display: none;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

