@charset "utf-8";
/*::-webkit-scrollbar {*/
/*    width: 8px;*/
/*}*/
/*::-webkit-scrollbar-track {*/
/*    background: #f1f1f1;*/
/*}*/
/*::-webkit-scrollbar-thumb {*/
/*    background: #EF040D;*/
/*    border-radius: 2px;*/
/*}*/

/*.table-responsive::-webkit-scrollbar {*/
/*    width: -3px;*/
/*}*/


html {
    scroll-behavior: smooth;
}

body {
    color: #000;
}

h1,
h2,
h3 {
    font-weight: bold;
    line-height: 1.5;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 20px;
}

img {
    max-width: 100%;
}

p {
    color: #656565;
}

a {
    color: #17BADA;
}

a:focus,
a:hover {
    text-decoration: none;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.item_price {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 5px;
}
.toastr {
    background-position: calc(100% - (15% - 1.5rem)) center !important;
}
.header {
    padding: 10px 0;
    position: relative;
    z-index: 9;
}

.navigation .left_nav {
    display: flex;
    align-items: center;
    justify-content: end;
}

.navigation .left_nav>div {
    display: flex;
    align-items: center;
}

.navigation .left_nav img {
    min-width: 20px;
}

.navigation .left_nav a {
    font-size: 16px;
    color: #17bada;
    position: relative;
}

.navigation .left_nav .notify {
    display: inline-block;
}

.navigation .left_nav .notify button {
    position: relative;
    background-color: transparent;
    box-shadow: none;
    border: none;
}

.navigation .left_nav .notify button.dropdown-toggle::after {
    display: none;
}

.navigation .left_nav .notify button i {
    font-size: 28px;
    color: #17bada;
    margin-top: 5px;
}

.navigation .left_nav .notify button .num {
    width: 17px;
    height: 17px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    background-color: #EF040D;
    color: #fff;
    position: absolute;
    top: 0;
    left: -2px;
    border-radius: 50px;
}

.navigation .left_nav .notify.open .dropdown-menu {
    opacity: 1;
    top: 100%;
    display: block !important;
}

.notify .dropdown-menu {
    padding: 15px;
    top: 140%;
    opacity: 0;
    display: none !important;
    transition: all .3s;
    width: 250px;
    left: 0;
    border-radius: 0.475rem;
    background-color: var(--bs-menu-dropdown-bg-color);
    box-shadow: var(--bs-menu-dropdown-box-shadow);
    z-index: 107;
}

.notify .dropdown-menu li {
    margin: 0;
}

.notify .dropdown-menu li a {
    color: #000;
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.notify .dropdown-menu li a img {
    width: 80px;
    margin-left: 15px;
}

.notify .dropdown-menu li a h4 {
    font-size: 16px;
    margin: 0;
}

.navigation .left_nav h5 {
    font-size: 16px;
    margin: 0;
    margin-left: 50px;
    color: #fff;
}

.navigation .left_nav h5 span {
    color: #EF040D;
    margin-right: 20px;
}

.navigation .left_nav .btn {
    border-radius: 15px;
    margin-right: 25px;
    padding: 6px 20px !important;
}

.btn {
    height: 45px;
    line-height: 32px;
    background-color: #EF040D;
    color: #fff;
    border-radius: 10px;
    padding: 6px 15px !important;
    font-size: 16px;
    transition: all 0.3s;
}

.btn2 {
    background-color: #17bada;
    color: #fff;
}

.btn:hover {
    background-color: #17BADA;
    color: #fff;
}

.btn2:hover {
    background-color: #EF040D;
    color: #fff;
}

.app:first-child {
    margin-left: 10px;
}

.hero {
    margin-top: -100px;
    padding-top: 150px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero .vertical {
    color: #fff;
    writing-mode: tb;
    transform: rotate(-180deg);
    font-size: 200px;
    line-height: 200px;
    width: 200px;
    margin: 0;
    opacity: .2;
    position: absolute;
    top: 100px;
    left: 0;
}

.hero .main_slider .flex {
    position: relative;
    align-items: center;
    overflow: hidden;
    padding: 0 5px;
    flex-direction: row-reverse;
}

.hero .main_slider h1 {
    width: 50%;
    font-size: 80px;
    line-height: 100px;
    color: #fff;
    letter-spacing: 8px;
    text-align: right;
}

.hero .main_slider h1 span {
    color: #EF040D;
    letter-spacing: 0;
}

.hero .main_slider img {
    width: 57%;
    margin-right: -150px;
    transform: scaleX(-1);
}

.selling_fast {
    padding: 40px 0;
}

.selling_fast .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.selling_fast .col-md-3 {
    margin-bottom: 15px;
}

.title {
    font-size: 40px;
    margin-bottom: 50px;
}

.product_block {
    height: 100%;
    box-shadow: 0 10px 50px 0 rgb(135 0 152 / 10%);
    background-color: #fff;
    padding: 20px;
    border-radius: 25px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    direction: rtl;
}

.product_block .flex_main {
    align-items: normal;
}

.product_block a h3 {
    font-size: 20px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 30px;
}

.product_block a h3 span {
    color: #EF040D;
}

.product_block img {
    border-radius: 20px;
    height: 150px;
    width: fit-content !important;
    margin: 0 auto;
}

.product_block .favorite {
    font-size: 20px;
    color: #ED3F3F;
    margin-top: 12px;
}

.product_block .favorite i {
    font-size: 20px !important;
}

.product_block .img_box {
    width: 45%;
    height: 230px;
    border-radius: 20px;
    background-color: rgb(23 186 218 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}

.product_block .img_box img {
    max-width: 90%;
}

.product_block .flex.column {
    height: 300px;
    flex-direction: column;
    align-items: end;
    margin-bottom: -60px;
    margin-top: -30px;
}

.product_block .product_footer {
    margin-top: 30px;
}

.product_block .product_footer h5 {
    text-align: center;
    color: #ED3F3F;
}

.product_block .product_footer h5 span {
    color: #000;
    font-weight: bold;
}

.product_block .car_info {
    margin-top: 20px;
}

.product_block .car_info ul {
    text-align: center;
}

.product_block .car_info ul li {
    color: #90A3BF;
    padding: 0;
}

.product_block .car_info ul li img {
    margin: 0 3px;
    width: auto;
    padding: 0;
    background-color: transparent;
}

.product_explore {
    padding-top: 50px;
}

.product_explore h3 {
    font-size: 24px !important;
    margin-top: 10px;
}

.product_explore .favorite,
.product_explore .upload {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 52px;
    text-align: center;
    box-shadow: 0 0px 30px 0 rgb(135 0 152 / 8%);
    color: #ED3F3F;
}

.product_explore .btn2 {
    border: 1px solid rgb(0 0 0 / 40%);
    margin-right: 10px;
}

.img_soldout {
    position: relative;
}

.img_soldout h1 {
    color: #EF040D;
    font-weight: bold;
    border: 3px solid #EF040D;
    border-radius: 15px;
    margin: 0;
    text-align: center;
    font-size: 22px;
    line-height: 45px;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(25deg);
}

.circle-chart {
    width: 80px;
    height: 80px;
    box-shadow: 0 10px 30px 0 rgb(135 0 152 / 8%);
    border-radius: 50px;
    /*    overflow: visible !important;*/
}

.circle-chart__percent {
    display: none;
}

.circle-chart__circle {
    stroke-width: 4px;
    stroke-linecap: round;
}

.circle-chart__background {
    stroke: #fff;
    stroke-width: 4px;
}

.circle-chart__subline {
    alignment-baseline: ideographic;
    text-anchor: middle;
    font-size: 6px;
}

.banner .banner_blue {
    padding: 20px;
    border-radius: 20px;
    background-size: cover;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
    color: #fff;
    padding-bottom: 120px;
    position: relative;
    height: 335px;
}

.banner .banner_blue img {
    width: 80%;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.banner .banner_blue h4 {
    font-family: Sk-Modernist-Mono;
    font-size: 16px;
}

.banner .banner_blue .btn {
    font-weight: bold;
    margin-top: 10px;
}

.banner .banner_red {
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    background-color: #EF040D;
    background-size: cover;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
    height: 335px;
    justify-content: center;
}

.banner .banner_red h1 {
    font-size: 40px;
    color: #fff;
    font-weight: normal;
    margin: 0;
    text-shadow: -2px 3px 0px black;
}

.banner .banner_red h1 span {
    display: block;
    font-size: 70px;
    font-weight: bold;
    text-shadow: none;
}

.explore {
    padding: 40px 0;
}

.soldout {
    padding: 40px 0;
    margin: 30px 0;
    background-color: rgb(239 4 13 / 10%);
}

.Winners {
    padding: 40px 0;
    background-color: rgb(23 186 218 / 10%);
}

.Winners .product_block h3 {
    color: #17BADA;
}

.Winners .product_block h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}

.Winners .product_block .img_box {
    width: 100%;
    background-color: transparent;
    height: 180px;
    margin: 0 auto;
}

.Winners .product_block,
.soldout .product_block {
    box-shadow: 0 10px 50px 0 rgb(135 0 152 / 8%);
    margin-bottom: 0;
}

.hero.sub_page {
    height: auto;
}

.hero.sub_page .btn {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 6px 40px;
    transition: all .3s;
}

.hero.sub_page .btn i {
    margin-left: 10px;
}

.hero.sub_page .btn:hover {
    background-color: #fff;
    color: #EF040D;
}

.hero.sub_page h1 {
    font-size: 70px;
    font-style: italic;
    color: #fff;
}

.login {
    padding: 30px 0;
}

.login .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.login .main_img {
    width: 100%;
    min-height: 100%;
    border-radius: 25px;
}

.login .form_box {
    width: 60%;
    margin: 0 auto;
    margin-top: 80px;
}

.login .form_box form {
    margin-top: 40px;
}

.login .form_box .form-control {
    height: 50px;
    background-color: #F7FBFF;
    border-radius: 12px;
    border-color: #D4D7E3;
    color: #8897AD;
}

.login .form_box .Forgot_pass {
    color: #000;
    display: block;
    text-align: left;
}

.login .form_box .btn {
    width: 100%;
    font-size: 16px;
}

.divider {
    position: relative;
    margin-top: 60px;
    margin-bottom: 40px;
    border-color: #CFDFE2;
}

.divider span {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background-color: #fff;
    padding: 5px 20px;
    color: #294957;
    font-size: 22px;
}

.account_signin {
    background-color: #F3F9FA;
    border-radius: 12px;
    margin-bottom: 18px;
    padding: 15px;
    transition: all .3s;
}

.account_signin:hover {
    background-color: #17BADA;
}

.account_signin a {

    display: flex;
    align-items: center;
    justify-content: center;
}

.account_signin a h3 {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    margin: 0;
    margin-right: 20px;
}

.login .form_box h5 {
    font-size: 16px;
    margin-top: 50px;
}

.opt_code .form-control {
    text-align: center;
}

.main_slider .owl-dots {
    position: absolute;
    top: 40%;
    right: -5%;
    transform: translateY(-50%);
    display: inline-grid;
}

.main_slider .owl-dot {
    width: 3px;
    margin: -1px;
    height: 15px;
    background-color: #EF040D;
    border-radius: 0;
    transition: all .5s ease;
}

.main_slider .owl-dot.active {
    background-color: #fff;
}

.Winners_slider .owl-next,
.soldout_slider .owl-next {
    position: absolute;
    top: -100px;
    left: 0;
    font-size: 30px;
    color: #EF040D;
    transition: all .3s;
}

.Winners_slider .owl-prev,
.soldout_slider .owl-prev {
    position: absolute;
    top: -100px;
    left: 50px;
    font-size: 30px;
    color: #EF040D;
    transition: all .3s;
}

.Winners_slider .owl-prev,
.Winners_slider .owl-next {
    color: #17BADA;
}

.soldout_slider {
    box-shadow: 0 10px 40px 0 rgb(135 0 152 / 4%);
    border-radius: 25px;
    overflow: hidden;
}

.Winners_slider {
    box-shadow: 0 10px 40px 0 rgb(135 0 152 / 2%);
    border-radius: 25px;
    overflow: hidden;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.owl-carousel .owl-stage .item {
    height: 100%;
}

.selling_fast .search .form-group {
    position: relative;
}

.selling_fast .search img {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.selling_fast .search .form-control {
    height: 50px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    padding-right: 45px;
    font-size: 18px;
}

input::-webkit-input-placeholder {
    color: rgb(0 0 0 / 25%) !important;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: rgb(0 0 0 / 25%) !important;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgb(0 0 0 / 25%) !important;
}

input:-ms-input-placeholder {
    color: rgb(0 0 0 / 25%) !important;
}

.cart {
    padding: 40px 0;
}

.cart tr {
    position: relative;
}

.cart tr.product-row td:first-child .cart_product {
    margin-right: 30px;
}

.cart th {
    font-size: 18px !important;
    line-height: 2 !important;
}

.cart th,
.cart td {
    text-align: center;
    vertical-align: middle !important;
}

.cart th:first-child,
.cart td:first-child,
.cart th:nth-child(2),
.cart td:nth-child(2) {
    text-align: right !important;
    width: 23% !important;
}

.cart .cart_product {
    width: 250px;
    display: flex;
    align-items: center;
    padding: 15px;
    margin: 10px 0;
}

.cart .cart_product .img_box {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 10px 50px 0px rgba(135, 0, 152, 0.08);
    width: 110px;
    height: 110px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}

.cart .cart_product .img_box img {
    max-width: 95%;
}

.cart .cart_product h1 {
    font-size: 20px;
    white-space: break-spaces;
}

.cart table form {
    width: fit-content;
    margin: 0 auto;
}

.cart table .form-control {
    width: 125px;
    height: 46px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 10px 50px rgba(135, 0, 152, 0.08);
    border: none;
    text-align: center;
}

.cart table .btn {
    width: 100%;
}

.cart table .btn svg {
    vertical-align: baseline !important;
}

.quantity {
    position: relative;
    display: inline-block;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity input[type=number] {
    -moz-appearance: textfield;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    width: 125px;
    height: 46px;
    position: absolute;
    top: 0;
    right: 0;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    width: 20px;
    text-align: center;
    color: #E92929;
    font-weight: bold;
    font-size: 16px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.quantity-button.quantity-down {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.cart .remove {
    width: 24px !important;
    height: 24px !important;
    padding: 0 !important;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    color: #fff;
    right: 0;
    transform: translateY(-50%);
    vertical-align: middle;
}

.cart .remove svg path {
    fill: #fff !important;
}


.footer_top {
    background-color: #17BADA;
    padding: 80px 0;
    padding-bottom: 100px;
}

.footer_top .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.footer_top .info {
    list-style: none;
    padding-right: 30px;
}

.footer_top .info li {
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
}

.footer_top .info li a {
    color: #fff;
}

.footer_top .info li i {
    color: #fff;
    margin-left: 15px;
}

.footer_top h4 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
}

.footer_top .footer_links {
    list-style: none;
    padding: 0;
}

.footer_top .footer_links li a {
    color: #fff;
    margin: 15px 0;
    display: block;
    font-size: 16px;
}

.footer_top .icons {
    text-align: center;
    margin-bottom: 40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.footer_top .icons li {
    margin: 0 10px;
}

footer {
    background-color: #17BADA;
    text-align: center;
    padding: 10px 0;
    margin-top: -50px;
}

footer p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.totop {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #fff;
    position: fixed;
    bottom: 30px;
    right: 20px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
    color: #EF040D !important;
    text-align: center;
    line-height: 50px;
    font-size: 26px;
    font-weight: bold;
    z-index: 9;
    display: none;
}

.cart .btn {
    height: 56px;
    font-size: 18px;
}

.cart h3 {
    font-size: 18px;
}

.prize-box-image {
    padding: 0 !important;
    margin-top: 40px;
    background-color: #eee;
}

.prize-box-image .box-upper-bar {
    position: absolute;
    top: 30px;
    right: 20px;
    border-radius: 50px;
}

.prize-box-image .box-upper-bar .single-upper-bar {
    padding: 15px;
    font-size: 18px;
    border-radius: 50px;
}

.symbol.symbol-50px>img {
    /*width: 100px !important;*/
    height: auto;
}

.search_product label {
    margin-bottom: 15px;
    font-size: 16px;
}

.search_product .form-control {
    height: 50px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    font-size: 16px;
}

.main_img {
    position: relative;
}

.d-flex {
    flex-wrap: wrap;
}

/* responsive */


@media (max-width: 991px) {
    .navigation .left_nav h5 {
        font-size: 14px;
        margin-left: 30px;
        display: none;
    }

    .hero .main_slider h1 {
        font-size: 60px;
        line-height: 70px;
    }

    .hero .vertical {
        font-size: 130px;
        line-height: 160px;
        width: 160px;
    }

    .hero .main_slider img {
        width: 70%;
    }

    .product_block.product_explore .flex_main {
        flex-wrap: wrap;
    }

    .product_block .flex.column {
        width: 100%;
        height: auto;
        flex-direction: row;
        margin: 20px;
        margin-bottom: 0;
        align-items: center;
    }

    .product_explore {
        padding-top: 20px
    }

    .product_block .link {
        order: -1
    }

    .product_block .img_box {
        width: 100%;
        height: 200px;
        margin-left: 0;
    }

    .footer_top h4 {
        margin-top: 20px;
    }

    .footer_top .logo {
        margin-right: -5px
    }

    .footer_top {
        padding-top: 50px;
    }

    .footer_top .icons {
        text-align: right;
        margin: 30px 0;
        justify-content: flex-start;
    }

    .footer_top .flex {
        justify-content: normal;
    }

    .footer_top .icons li:first-child {
        margin-right: 0;
        padding-right: 0;
    }

    .login .form_box {
        width: 100%;
        margin-top: 30px;
    }

    .hero .main_slider h1 {
        width: 60%;
    }

    .btn {
        height: 40px;
        line-height: 28px;
    }

    .cart h3 {
        font-size: 16px;
    }

    .cart .btn {
        height: 40px;
        font-size: 16px;
    }

    .table-responsive {
        margin-bottom: 20px;
    }

    .app-root .main_img .small_imgs {
        position: static;
        transform: none;
        flex-direction: row;
        margin: 0 auto;
    }

    .app-root .main_img .img_box {
        width: 100px;
        height: 70px;
        padding: 8px;
    }

    .app-root .main_img .img_box h1 {
        font-size: 15px;
    }

    .app-root .main_img .img_box h2 {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .navigation .left_nav .btn {
        margin-right: 15px;
        padding: 0 10px !important;
        height: 40px;
        line-height: 40px;
    }

    .navigation .left_nav h5 span {
        margin-right: 5px;
    }

    .navigation .left_nav a {
        font-size: 14px;
    }

    .navigation .left_nav h5 {
        margin-left: 15px;
    }

    .banner .banner_blue {
        margin-bottom: 30px;
    }

    .circle-chart {
        width: 60px;
        height: 60px;
    }

    .product_block a h3 {
        font-size: 18px !important;
        margin-bottom: 20px;
    }

    .product_block {
        padding: 20px 15px;
    }

    .btn {
        padding: 6px 10px;
        font-size: 14px;
    }

    .cart .cart_product {
        width: 250px;
        margin-right: 10px;
    }

    .cart .cart_product .img_box {
        width: 100px;
        height: 100px;
        border-radius: 15px;
        margin-left: 10px;
    }

    .cart .cart_product h1 {
        font-size: 16px;
    }

    .login .main_img {
        display: none;
    }

    .hero {
        padding-top: 120px;
        padding-bottom: 20px;
    }

    .hero .main_slider .flex {
        flex-direction: column;
        align-items: center;
    }

    .hero .main_slider h1 {
        width: 100%;
        font-size: 50px;
    }

    .hero .main_slider img {
        width: 100%;
        margin: 0;
    }

    .hero.sub_page {
        text-align: center;
    }

    .hero.sub_page .btn {
        padding: 6px 20px;
    }

    .cart th:first-child,
    .cart td:first-child {
        text-align: center;
    }

    #map {
        height: 250px !important;
    }

    .prize-box-image .box-upper-bar .single-upper-bar {
        padding: 8px;
        font-size: 14px;
    }

    .prize-box-image .box-upper-bar {
        top: 15px;
        right: 15px;
    }

    .prize-cover-text h3 {
        font-size: 26px;
    }

    .search_product label {
        margin-bottom: 10px;
        font-size: 14px;
        display: none;
    }

    .search_product .form-control {
        height: 45px;
        font-size: 14px;
    }
}

@media (max-width: 640px) {
    .cart .cart_product {
        flex-direction: column;
        width: 140px;
    }

    .cart th {
        font-size: 14px !important;
    }

    .banner .banner_blue h1 {
        font-size: 22px;
    }

    .banner .banner_blue h4 {
        font-size: 14px;
    }

    .cart .cart_product .img_box {
        width: 80px;
        height: 80px;
        border-radius: 15px;
        margin-left: 0;
    }
}

@media (max-width: 520px) {
    .hero .main_slider h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .hero .vertical {
        font-size: 90px;
        line-height: 90px;
        width: 90px;
    }

    .selling_fast .col-xs-6,
    .explore .col-xs-6 {
        width: 100%;
    }

    .product_block img {
        width: 100% !important;
        padding: 20px;
        background-color: rgb(23 186 218 / 10%);
    }

    .product_block .img_box {
        height: auto;
        background-color: transparent;
    }

    .img_soldout h1 {
        width: 80%;
        right: 10%;
    }

    .title {
        margin-top: 0;
        font-size: 35px;
    }

    .Winners .product_block h3 {
        font-size: 16px;
    }

    .Winners .product_block h4 {
        font-size: 14px;
    }

    .banner .banner_blue,
    .banner .banner_red {
        height: auto;
        min-height: 240px;
    }

    .banner .banner_red h1 {
        font-size: 28px;
    }

    .hero.sub_page h1 {
        font-size: 50px;
    }

    .navigation .left_nav img {
        width: 28px;
    }

    .navigation .left_nav .notify i {
        font-size: 23px;
    }
}

@media (max-width: 380px) {
    .product_block .product_footer {
        margin-top: 30px;
        text-align: center;
    }
}

.select2-container .select2-selection--single {
    color: var(--bs-gray-700);
    background-color: var(--bs-body-bg);
    border: 1px solid var(--bs-gray-300);
}

.select2-container--bootstrap5.select2-container--focus:not(.select2-container--disabled) .form-select-solid,
.select2-container--bootstrap5.select2-container--open:not(.select2-container--disabled) .form-select-solid {
    background-color: var(--bs-body-bg);
}

/*img, svg {*/
/*    vertical-align: baseline !important;*/
/*}*/


/** Auctions Style **/
.next_bids {
    padding: 30px 0;
}

.next_bids h5 {
    margin: 10px 0;
    text-align: center;
    font-size: 18px;
    color: #707070;
    font-weight: bo;
}

.next_bids .bid_block {
    position: relative;
    border-radius: 30px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
    max-height: 600px;
    min-height: 230px;
    /*min-width: 300px;*/
    height: 400px;
}

.next_bids .bid_block img {
    width: 100%;
    height: auto;
    /* min-height: 100%; */
    border-radius: 24px;
    object-fit: contain;
}

.next_bids .bid_block span {
    background-color: #66441F;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: 22px;
    right: -40px;
    width: 180px;
    text-align: center;
    padding: 12px 0px;
    transform: rotate(40deg);
}

.next_bids .bid_block .block_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgb(65 65 65 / 25%);
}

.next_bids .bid_block .bid_text {
    width: 100%;
    padding: 20px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.next_bids .bid_block .bid_text h1 {
    color: #ffffff;
}

.next_bids .bid_block .bid_text .info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0;
    padding-right: 15%;
}

.next_bids .bid_block .bid_text .info h5 {
    font-size: 16px;
    color: #ffffff;
}

.next_bids .bid_block .bid_text .btn_group .btn {
    font-size: 14px;
    font-weight: normal;
    padding: 0px 20px !important;
    border-color: #fff;
    color: #fff;
    height: 45px;
    line-height: 45px;
}

.next_bids .bid_block .bid_text .btn_group .btn:first-child {
    background-color: #6E4E2A;
    border-color: #6E4E2A;
    /*padding: 0 40px;*/
    margin-bottom: 5px;
}

.next_bids .bid_block .bid_text .btn_group .btn:hover {
    background-color: #6E4E2A;
    border-color: #6E4E2A;
}

.next_bids .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.countdown {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
}

.countdown_i {
    margin: 15px 0;
    color: transparent;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #17bada;
    padding: 10px;
    margin: 10px;
}

.countdown_i i {
    font-size: 30px;
    color: #17bada;
    margin-right: 2%;
    width: 8%;
}

.countdown .cd-box {
    width: 24%;
    height: 67px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid #CCCCCC;
    margin: 15px 0.5%;
    border-radius: 13px;
}

.countdown p {
    width: 100%;
    display: block;
    text-align: center;
}

.countdown p.numbers {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #414141;
    margin-bottom: 0;
}

.countdown p.strings {
    font-size: 14px;
    color: #707070;
    font-weight: bold;
    margin: 0;
}

.no-subscribers {
    font-size: 16px;
    font-weight: bold;
    width: 50%;
    background-color: rgb(128, 128, 128);
    height: 100%;
    color: white !important;
    border-radius: 50px;
    padding: 10px;
    margin: 50px auto auto !important;
}

.btn_group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.app-root .main_img .big_img {
    width: 300px;
    border-radius: 40px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
    min-height: 150px;
    max-height: 380px;
}

.app-root .main_img .small_imgs {
    width: auto;
    height: 100%;
    flex-direction: column;
    bottom: 0;
    right: 15px;
    left: auto;
    transform: none;
    display: flex;
    /*justify-content: space-between;*/
    width: 90%;
    position: absolute;
    /*bottom: -50px;*/
    /*left: 50%;*/
    /*transform: translateX(100%);*/
}

.app-root .main_img .img_box {
    width: 140px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    margin: 0;
}

.app-root .main_img .img_box {
    width: 130px;
    background-color: #FFFFFF;
    border: 1px solid #B3A686;
    border-radius: 20px;
    text-align: center;
    padding: 15px 10px;
    margin: 10px;
}

.app-root .main_img .img_box h1 {
    margin: 0;
}

.app-root .main_img .img_box h1 {
    font-size: 18px;
    margin-top: 0;
    white-space: nowrap;
}

.app-root .main_img .img_box h2 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

.see_more {
    font-size: 18px;
    text-decoration: underline;
}

.fav-btn {
    width: 17px;
    height: 17px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    background-color: #EF040D;
    color: #fff;
    position: absolute;
    top: -5px;
    border-radius: 50%;
    left: -5px;
}

.cart-btn {
    width: 17px;
    height: 17px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    background-color: #EF040D;
    color: #fff;
    position: absolute;
    top: -5px;
    border-radius: 50%;
    left: -5px;
}

.banner_blue h1 {
    color: #fff;
}

.banner_blue .btn2 {
    background-color: #fff;
    color: #EF040D;
}

.navigation .left_nav .change-lang .dropdown-menu {
    width: 170px;
}

.navigation .left_nav .change-lang .dropdown-menu li a {
    padding: 5px 0;
}

.prize-descript {
    max-width: 215px;
}

.prize-descript p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.close {
    height: 25px;
    line-height: 0px;
    color: #EF040D !important;
    border-radius: 10px;
    padding: 6px 15px !important;
    font-size: 35px;
    transition: all 0.3s;
    background-color: unset !important;
}
