/* start common css */
:root {
    --red: #ef184b;
    --orange: #ff9017;
    --blue: #3699FF;
    --yellow: #FFC200;
}

body {
    background: #E4EBF1;
    font-family: Roboto;
}

a, a:hover {
    text-decoration: none;
}

@media (min-width: 576px) {
    .container {
        max-width: 740px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 920px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1260px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1600px;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.px-3 {
    padding-right: 15px!important;
    padding-left: 15px!important;
}

.bg-theme-dark {
    background: #172337;
}

.clear {
    float: left;
    width: 100%;
}

.clear-both {
    clear: both;
}

.clear-none {
    clear: none;
}

.size10 {
    font-size: 10px;
}

.size11 {
    font-size: 11px;
}

.size12 {
    font-size: 12px;
}

.size13 {
    font-size: 13px;
}

.size14 {
    font-size: 14px;
    line-height: 20px;
}

.size16 {
    font-size: 16px;
}

.size18 {
    font-size: 18px!important;
}

.size20 {
    font-size: 20px;
}

.size22 {
    font-size: 22px;
}

.size24 {
    font-size: 24px;
}

.size26 {
    font-size: 26px;
}

.size28 {
    font-size: 28px;
}

.size30 {
    font-size: 30px;
}

.size32 {
    font-size: 32px;
}

.size34 {
    font-size: 34px;
}

.size36 {
    font-size: 36px;
}

.size38 {
    font-size: 38px;
}

.size40 {
    font-size: 40px;
}

.size42 {
    font-size: 42px;
}

.size44 {
    font-size: 44px;
}

.size46 {
    font-size: 46px;
}

.size48 {
    font-size: 48px;
}

.size50 {
    font-size: 50px;
}

.bg-red {
    background-color: var(--red)
}

.bg-orange {
    background-color: var(--orange)
}

.radius-3 {
    border-radius: 3px;
}

.radius-4 {
    border-radius: 4px;
}

.radius-5 {
    border-radius: 5px;
}

.radius-6 {
    border-radius: 6px;
}

.radius-10 {
    border-radius: 10px;
}

.text-dark {
    color: #1C1C1C!important;
}

.text-orange {
    color: var(--orange);
}

.text-blue {
    color: var(--blue);
}

.text-secondary {
    color: #969696;
}

.font-weight-medium {
    font-weight: 500;
}

.font-weight-semibold {
    font-weight: 600;
}

.view-btn {
    background: var(--red);
    border-radius: 6px;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    padding: 8px 20px;
    min-width: 120px;
    border: 0;
    cursor: pointer;
}

.view-btn:hover {
    color: #fff;
}

.red-btn-big {
    padding: 16px 12px;
    min-width: 200px;
    text-align: center;
    background: var(--red);
    border-radius: 6px;
    display: inline-block;
    cursor: pointer;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.1px;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
}

.red-btn-big:hover {
    color: #fff;
}

.yellow-btn-big {
    padding: 16px 12px;
    min-width: 200px;
    text-align: center;
    background: var(--yellow);
    border-radius: 6px;
    display: inline-block;
    cursor: pointer;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.1px;
    color: #1C1C1C;
    transition: all 0.3s ease-in-out;
}

.checkout-btn-big {
    background: #FF9017;
    border: 1px solid #FF9017;
    box-sizing: border-box;
    border-radius: 6px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #FFFFFF;
    padding: 16px 10px;
    width: 100%;
    display: block;
}

/* .yellow-btn-big:hover {
    color: #fff;
} */

.checkout-btn-big:hover {
    color: #fff;
}

.zindex-1 {
    z-index: 1;
}

.zindex-2 {
    z-index: 2;
}

.zindex-3 {
    z-index: 3;
}

.opacity-0 {
    opacity: 0;
}

.opacity-1 {
    opacity: 0.2;
}

.opacity-2 {
    opacity: 0.4;
}

.opacity-3 {
    opacity: 0.6;
}

.opacity-4 {
    opacity: 0.8;
}

.opacity-5 {
    opacity: 1;
}

.backToTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 9999;
    background: rgba(55, 71, 90, .7);
    padding: 3px 10px;
    color: #fff;
    border-radius: 22px;
    line-height: 22px;
    height: 30px;
    display: none;
}

#reve-chat-container-div {
    bottom: 40px!important;
}

/* search */

.twitter-typeahead {
    width: calc(100% - 50px);
}

.tt-menu {
    width: 100%;
}

/* input hide arrow */

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

/* hover */
.hover-underline:hover {
    text-decoration: underline!important;
}
.hover-shadow:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

/* border  */
.border-dashed {
    border-style: dashed!important;
}
/* font weight */
.fw-medium {
    font-weight: 500;
}
/* button */
.btn-bg-gray {
    background: #eff1f3!important;
}
.pointer {
    cursor: pointer;
}
.icon-star {
    color: #ffb33e;
    fill: #ffb33e;
}
.rounded-top-right-0 {
    border-top-right-radius: 0!important;
}
.add-section-btn {
    color: #8a9caa;
    font-weight: 600;
}
.add-section-btn svg {
    fill: #ff9017;
}
.add-section-btn:hover {
    color: #1C1C1C;
}
/* end common css */

/* start header css */
header .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
}

header .header-top select {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #FFFFFF;
    background: transparent;
    border: none;
    min-width: 70px;
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="6" viewBox="0 0 12 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.75 0.75L6 6L11.25 0.75H0.75Z" fill="white"/></svg>');
    background-position-y: 50%;
    background-position-x: 100%;
    background-repeat: no-repeat;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

header .header-top select.currency {
    background-position-x: 93%;
    max-width: 60px;
}

header .header-top select:focus {
    outline: none;
}

header .header-top select option {
    color: #000;
    padding: 3px 5px;
}

header .header-top p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #FFFFFF;
    margin-bottom: 0;
}

header .header-top ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

header .header-top ul li {
    display: flex;
}

header .header-top ul li a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.1px;
    color: #FFFFFF;
    padding: 0 7px;
    text-decoration: none;
}

/* end header top */

nav .logo-area .dropdown button {
    background: #172337;
    border-radius: 6px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.1px;
    color: #FFFFFF;
    padding: 8px 12px;
    border: 0;
    height: 38px;
    cursor: pointer;
}

nav .logo-area .dropdown button:focus {
    outline: none;
}

nav .search-area .form-control {
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px 0 0 5px;
    height: 38px;
    border-right: 0;
}

nav .search-area .input-group-append .input-group-text {
    background: linear-gradient(90deg, #FF9B16 1%, #EF184B 100%);
    border-radius: 0 6px 6px 0;
    height: 38px;
    border: 0;
    cursor: pointer;
}

nav .buttons-area .seller-reg {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.1px;
    color: #FF7800;
    background: rgba(255, 144, 23, 0.1);
    border-radius: 5px;
    padding: 12px;
}

nav .buttons-area ul {
    list-style: none;
}

nav .buttons-area ul li {
    display: inline-block;
    padding: 0 3px;
}

nav .buttons-area ul li .icon {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav .buttons-area ul li.cart-area {
    position: relative;
}

nav .buttons-area ul li.cart-area .card-btn {
    position: relative;
    display: block;
}

nav .buttons-area ul li.cart-area .card-btn .badge, .cart-icon-mobile .total {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #EF184B;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
}

nav .buttons-area ul li .sing-in-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

nav .buttons-area ul li .sing-in-btn .txt {
    background: #E4E4E4;
    border-radius: 15px 0px 0px 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #172337;
    padding: 3px 15px;
    transform: translateX(10px);
}

nav .buttons-area ul li .sing-in-btn .icon {
    z-index: 2;
}

nav .buttons-area ul li .search-icon .icon {
    background: linear-gradient(90deg, rgba(255, 155, 22, 0.9) 1%, rgba(239, 24, 75, 0.9) 100%);
}
nav .buttons-area .profile-dropdown-menu {
    position: absolute;
    top: 50px;
    right: -10px;
    background: #FFFFFF;
    border-radius: 6px;
    z-index: 99999;
    box-shadow: 0px 4px 30px rgb(0 0 0 / 25%);
    padding: 20px 10px 20px 10px;
    display: none;
}
nav .buttons-area .profile-dropdown-menu::after {
    content: '';
    position: absolute;
    top: -15px;
    right: 17px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #FFFFFF;
    border-radius: 2px;
    box-shadow: inset 0px -5px 7px 1px #000;
}
nav .buttons-area .profile-dropdown-menu li {
    display: block;
    padding: 0;
}
nav .buttons-area .profile-dropdown-menu h4 {
    font-weight: 700;
    padding-left: 18px;
    font-size: 16px;
    text-shadow: none;
    color: #222;
    clear: both;
    margin: 0;
    padding: .25rem 1rem;
}
nav .buttons-area .profile-dropdown-menu .dropdown-item.active, nav .buttons-area .profile-dropdown-menu .dropdown-item:active {
    color: #1e2125;
    background-color: #e9ecef;
}
/* end navbar */

.header-bottom {
    background: #F2F2F2;
}

.header-bottom ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    padding-left: 0;
}

.header-bottom ul li {
    text-align: center;
}

.header-bottom ul li a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -0.2px;
    color: #1C1C1C;
    padding: 5px 15px;
    display: block;
}

/* end header bottom */

/* start sidebar */

#sidebar {
    background: #fff;
    width: 444px;
    /* height: 100vh; */
    /* position: fixed;
    left: 0px;
    top: 0px; */
    /* z-index: 9999999999; */
    padding: 50px 0 40px 0;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#sidebar::-webkit-scrollbar {
    display: none;
}

#sidebar .sidebar-close-btn {
    cursor: pointer;
}

#sidebar .view-more {
    display: block;
    padding: 10px 20px 0px 50px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #7F8C8D;
}

#sidebar .header {
    padding: 0 20px 0 45px;
    margin-bottom: 40px;
}

#sidebar .header h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 26px;
    letter-spacing: -0.2px;
    color: #1C1C1C;
    margin-bottom: 0;
}

#sidebar .categories {
    padding-left: 0;
    list-style: none;
}

#sidebar .categories li.item a {
    display: block;
    padding: 15px 20px 15px 65px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -0.2px;
    color: #1C1C1C;
    position: relative;
}
#sidebar .categories li.item.hide {
    display: none;
}
#sidebar .categories li.item.show {
    display: block;
}

#sidebar .categories li.item a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #BDBDBD;
}

#sidebar .categories li.item a .icon {
    margin-right: 20px;
}

#sidebar .categories li.item a:hover, #sidebar .categories li.item.active a {
    background: #F3F3F3;
}

#sidebar .buttons {
    padding: 0 50px 0 50px;
    list-style: none;
}

#sidebar .buttons li a {
    background: linear-gradient(180deg, rgba(227, 227, 227, 0.3) 0%, rgba(255, 255, 255, 0.2) 100%);
    border: 1px solid #ECF0F7;
    box-sizing: border-box;
    border-radius: 5px;
    display: block;
    padding: 20px;
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: capitalize;
    color: #545454;
    margin-bottom: 10px;
}

#sidebar .buttons li .sing-out-btn {
    background: #FF6363;
    border: 1px solid #FAFAFA;
    font-weight: 700;
    color: #FFFFFF;
}

#sidebar .footer-txt {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #96A9B8;
    margin-bottom: 0;
    text-align: center;
}

/* end sidebar */

/* start cart */

#mini-cart {
    position: absolute;
    top: 50px;
    right: -35px;
    width: 343px;
    max-height: 480px;
    background: #FFFFFF;
    border-radius: 6px;
    z-index: 99999;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
    padding: 20px 20px 20px 25px;
}

#mini-cart::after {
    content: '';
    position: absolute;
    top: -15px;
    right: 40px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #FFFFFF;
    border-radius: 2px;
    box-shadow: inset 0px -5px 7px 1px #000;
}

#mini-cart .items {
    overflow-y: scroll;
    max-height: 230px;
    padding-right: 5px;
}

#mini-cart .items::-webkit-scrollbar {
    width: 5px;
}

#mini-cart .items::-webkit-scrollbar-thumb {
    background: #969696;
    border-radius: 10px;
}

#mini-cart .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#mini-cart .item .img img {
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    padding: 8px;
}

#mini-cart .item .content {
    padding: 0px 20px 0px 20px;
    width: 210px;
}

#mini-cart .item .content h4 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.2px;
    color: #545454;
    margin-bottom: 0;
}

#mini-cart .item .content p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.1px;
    color: #969696;
    margin-bottom: 0;
}

#mini-cart .item .content strong {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.1px;
    color: #1C1C1C;
}

#mini-cart .item .delete-icon {
    cursor: pointer;
    align-self: end;
}

#mini-cart .summary .subtotal {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #E4E4E4;
    margin-top: 15px;
}

#mini-cart .summary {}

#mini-cart .summary {}

/* end cart */

/* responsive */

@media (max-width: 991.98px) {
    header .header-top {
        justify-content: center;
    }
    header .header-top .buttons, header .header-top ul {
        display: none!important;
    }
    /* end header top */
    nav .logo-area {
        justify-content: flex-start!important;
    }
    nav .logo-area .navbar-brand svg {
        height: 36px;
    }
    nav .logo-area .dropdown {
        display: none;
    }
    nav .search-area {
        /* display: none; */
    }
    nav .buttons-area {
        justify-content: flex-end!important;
    }
    nav .buttons-area .seller-reg, nav .buttons-area ul li .sing-in-btn .txt {
        display: none;
    }
    .tt-menu {
        top: 110%!important;
        right: -49px;
        left: auto!important;
        /* max-width: 90vw; */
        width: 109%;
    }
    /* end navbar */
    .header-bottom ul {
        justify-content: center;
    }
    .header-bottom ul li {
        border-left: 1px solid #D8D8D8;
    }
    .header-bottom ul li a {
        font-size: 14px;
        padding: 5px 6.5px;
    }
    .header-bottom ul li .dropdown button {
        border: 0;
    }
    .header-bottom ul li .dropdown button:focus {
        outline: none;
    }
    /* end header bottom */
    #sidebar {
        max-width: calc(100% - 15px);
    }
}
/* end header css */


/* start hero */
#full-hero .banner-sliders {
    max-height: 410px;
    overflow: hidden;
}

#full-hero .banner-item img {
    display: block;
    height: 410px;
    max-width: 100%;
    object-fit: cover;
}

#full-hero .banner-sliders {
    border-radius: 10px ;
    position: relative;
}

#full-hero .banner-sliders .banner-item {
    border-radius: 10px;
}

#full-hero .banner-sliders .slick-dots {
    display: block!important;
    position: absolute;
    right: 15px;
    top: 50%;
    bottom: auto;
    left: auto;
    background: transparent;
    transform: translateY(-50%);
    padding-left: 0;
}

#full-hero .banner-sliders .slick-dots li button {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    margin: 5px 0;
    cursor: pointer;
    border: 0;
    font-size: 0;
    border: 0;
    transition: all 0.2s ease-in-out;
}

#full-hero .banner-sliders .slick-dots li.slick-active button {
    background: #EF184B;
    border-radius: 10px;
    height: 55px;
    width: 10px;
    margin: 5px 0;
    outline: 0;
    border: 0;
    font-size: 0;
    border: 0;
}

#full-hero .banner-sliders .slick-dots li.slick-active button:focus {
    outline: 0;
}

#full-hero .banner-sliders .slick-dots li {
    display: flex;
    justify-content: flex-end;
}

/* end hero */

/* stat categories */

#full-categories {
    padding: 50px 0 0;
    max-height: 410px;
    overflow: hidden;
}
#full-categories .categories-ul li {
    display: inline-block;
}

#full-categories .categories-ul li a {
    display: inline-block;
}

#full-categories .categories-ul li a img {
    width: 160px;
    height: 160px;
    margin: 13px auto;
    border-radius: 50%;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
}

#full-categories .slick-initialized {
    overflow: inherit;
}

#full-categories .slick-slider button.slick-prev.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    cursor: pointer;
    border: 0;
    font-size: 0;
    padding: 0;
    background: transparent;
    background-image: none;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #BDBDBD;
    width: auto;
    height: auto;
    left: -10px;
}

#full-categories .slick-slider button.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    cursor: pointer;
    border: 0;
    font-size: 0;
    padding: 0;
    background: transparent;
    background-image: none;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #BDBDBD;
    border-right: 0;
    width: auto;
    height: auto;
    right: -10px;
}

#full-categories .slick-slider button.slick-prev.slick-arrow:focus, #full-categories .slick-slider button.slick-next.slick-arrow:focus {
    outline: 0;
}
#full-categories .slick-dots {
    padding-left: 0;
    display: flex;
    justify-content: center;
    /* margin-top: 20px; */
    gap: 5px;
}
#full-categories .slick-dots li button {
    border-radius: 50%;
    height: 12px;
    width: 12px;
    font-size: 0;
    border: 0;
    background: #fff;
    transition: 0.2s all ease-in-out;
}
#full-categories .slick-dots li.slick-active button {
    background: var(--red);
    width: 30px;
    border-radius: 20px;
}

/* end categories */

/* start product list */

.product-list {
    /* width: 100%;
    float: left;
    clear: both; */
    clear: both;
    padding: 50px 0 0 0;
}
.product-for-you {
    padding: 50px 0 35px 0;
}
.top-products {
    padding: 30px 0 0 0;
}
.additional-banners {
    padding: 30px 0;
}
.custom-product-col {
    width: 20%;
}

.product-item {
    background: #fff;
    border-radius: 6px;
}

.product-item .product-img {
    height: 196px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #E4E4E4;
    overflow: hidden;
    clear: both;
    width: 100%;
    padding: 10px;
    text-align: center;
}

.product-item .product-img img {
    object-fit: contain;
    max-width: 100%;
    max-height: 180px;
}

.product-item .product-info {
    padding: 15px;
}

.product-item .product-info .rating {
    height: 20px;
}

.product-item .product-info h4 a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #545454;
    width: 100%;
    height: 38px;
    line-height: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    text-transform: capitalize;
}

/* end product list */

/* start professional-service */

#full-professional-service {
    padding: 50px 0 0 0;
    /* float: left;
    clear: both;
    width: 100%; */
}

#full-professional-service h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 180px;
    line-height: 211px;
    color: var(--red);
    margin-bottom: 0;
}

#full-professional-service .view-btn {
    background: var(--orange);
}

#full-professional-service .service-item img {
    max-width: 100%;
}

#full-professional-service .service-item {
    background: linear-gradient(180deg, #FFFFFF 0%, #F0F0F0 100%);
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #4F4F4F;
}

/* end professional-service */

/* start become a seller */

#full-become-seller {
    /* clear: both;
    float: left;
    width: 100%; */
    padding: 50px 0;
    background: url('../../../assets/images/become_a_seller_on_eishops.png') center right no-repeat;
    background-size: contain;
    border-radius: 10px;
    background-color: #ff9413;
    position: relative;
}

#full-become-seller::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url('../../../assets/images/shape_become_a_seller_on_eishops.png') center right no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: 1;
}

#full-become-seller .row {
    width: 100%;
    margin: 0 auto;
}

/* end become a seller */

/* start footer */

#footer-top {
    /* float: left;
    clear: both;
    width: 100%; */
    background: rgba(255, 144, 23, 0.1);
    padding: 10px 0;
}

#footer-top .row {
    width: inherit;
    align-items: center;
}

#footer-top a {
    padding: 20px 0;
    text-align: center;
}

#full-footer {
    background: #172337;
    /* float: left;
    clear: both;
    width: 100%; */
}

#full-footer p {
    font-size: 16px;
    line-height: 19px;
}

#full-footer .contact li {
    font-size: 14px;
    line-height: 25px;
}

#full-footer a {
    font-size: 14px;
    line-height: 25px;
}
#full-footer li {
    display: block;
}

.subscribe {
    position: relative;
}

.subscribe input {
    height: 70px;
    border-radius: 6px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #96A9B8;
    border: 1px solid transparent;
    padding: 25px;
    transition: all .2s ease-in-out;
}

.subscribe button {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 6px;
    background-color: var(--orange);
    padding: 14px 20px;
    border: none;
}

#footer-bottom {
    /* width: 100%;
    float: left;
    clear: both; */
    border-top: 1px solid rgba(255, 255, 255, 0.116);
}

/* end footer */

/* start product listing filter */

.filter {
    background: #FFFFFF;
    border-radius: 6px;
    padding: 15px;
}

.filter ul li {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #545454;
    padding: 5px 0;
    display: flex;
}

.filter ul li input {
    margin-right: 10px;
    z-index: 1;
    background: #fff;
    border-radius: 4px;
    height: 20px;
    width: 20px;
    border: 1px solid #E4E4E4;
}

.filter ul li input:checked {
    background: #EF184B;
    border: 1px solid #EF184B;
}

.filter ul li input:checked::after {
    display: none;
}

.filter ul li input:checked::before {
    margin-right: 10px;
    z-index: 1;
    background: #EF184B;
    border-radius: 4px;
    height: 20px;
    width: 20px;
    padding-left: 0;
    display: block;
}

.mobile-search-filter {
    background: #FFFFFF;
    border: 1px solid rgba(33, 33, 33, 0.12);
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    margin: 20px 0;
}

.mobile-search-filter .filter-icon {
    padding: 15px;
    margin: 0;
}

.mobile-search-filter .filter-input {
    box-shadow: none;
    border: 0;
    width: calc(100% - 103px);
}

.mobile-search-filter .filter-input:focus, .mobile-search-filter .filter-btn:focus {
    outline: none;
}

.mobile-search-filter .filter-btn {
    border: 0;
    background: #fff;
    padding: 15px;
    border-left: 1px solid rgba(33, 33, 33, 0.12);
}

.mobile-filter {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 999999999;
    max-width: 269px;
    border-radius: 6px 0 0 6px;
    display: block!important;
}

.mobile-filter .sidebar_close_btn {
    color: #000;
    position: absolute;
    right: 10px;
    top: 5px;
}

/* end product listing filter */

/**** start product details *****/

.pro-details .pro-images img {
    width: auto;
    max-height: 480px!important;
}
.pro-details .pro-images-control {
    margin-top: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.pro-images-control .img_prev_btn, .img_next_btn {
    width: 20px;
    font-size: 1em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.pro-images-control .img_prev_btn {
    left: 0px;
}

.pro-images-control .img_next_btn {
    right: 0;
}

.pro-details .pro-images-control ul {
    width: calc(100% - 50px);
    margin-bottom: 0;
}

.pro-details .pro-images-control ul li img {
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #E4E4E4;
    object-fit: contain;
}

.pro-details .pro-images-control ul li img.xactive {
    border-color: #3167EB;
}

.pro-details .pro-description {
    padding: 10px 30px 40px 0;
}

.pro-details .pro-description h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 46px;
    letter-spacing: -0.8px;
    color: #1C1C1C;
}

.pro-details .pro-description .price {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.4px;
    color: #1C1C1C;
}

.pro-details .pro-description .short-details p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.2px;
    color: #545454;
}

.pro-details .pro-description .short-details h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.1px;
    color: #1C1C1C;
}

.pro-details .pro-description .short-details ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
}

.pro-details .pro-description .short-details ul li {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #545454;
    width: 50%;
}

.pro-details .pro-description .pro-quantity h3, .pro-details .pro-description .attributes h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.1px;
    color: #1C1C1C;
    margin-bottom: 6px;
    text-transform: capitalize;
}
.pro-details .pro-description .attributes .list-text li.img-attr:first-child,
.pro-details .pro-description .attributes .list-text li.img-attr {
    border: 0;
}
.pro-details .pro-description .attributes ul li img {
    height: 55px;
    width: 55px;
    object-fit: contain;
    border-radius: 6px;
    border: 1px solid #E4E4E4;
    margin: 5px 7px;
}
.pro-details .pro-description .attributes ul li.img-attr img {
    margin: 0;
    margin-right: 5px;
    border-radius: 3px;
}

.pro-details .pro-description .attributes ul li:first-child img {
    margin-left: 0;
}

.pro-details .pro-description .attributes ul li:hover img, .pro-details .pro-description .attributes ul li.active img {
    border-color: #3167EB;
}

.pro-details .pro-description .attributes .list-text li {
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    border-left: 0;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.pro-details .pro-description .attributes .list-text li a {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #545454;
    display: block;
    padding: 5px 10px;
    min-width: 70px;
}
.pro-details .pro-description .attributes .list-text li.img-attr a {
    min-width: auto;
    padding: 0;
    line-height: normal;
}

.pro-details .pro-description .attributes .list-text li:hover, .pro-details .pro-description .attributes .list-text li.active {
    border-color: #172337;
    background: #172337;
}

.pro-details .pro-description .attributes .list-text li:hover, .pro-details .pro-description .attributes .list-text li.active, .pro-details .pro-description .attributes .list-text li:focus {
    color: #fff;
}

.pro-details .pro-description .attributes .list-text li.img-attr:hover, .pro-details .pro-description .attributes .list-text li.img-attr.active, .pro-details .pro-description .attributes .list-text li.img-attr:focus {
    background: transparent;
    border: 0;
}

.pro-details .pro-description .attributes .list-text li:first-child {
    border-radius: 6px 0 0 6px;
    border-left: 1px solid #E4E4E4;
}

.pro-details .pro-description .attributes .list-text li:last-child {
    border-radius: 0 6px 6px 0;
}

.pro-details .pro-description .pro-quantity .quantity {
    display: flex;
}

.pro-details .pro-description .pro-quantity .quantity .minus, .pro-details .pro-description .pro-quantity .quantity input, .pro-details .pro-description .pro-quantity .quantity .plus {
    height: 38px;
    width: 38px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pro-details .pro-description .pro-quantity .quantity .minus {
    border: 1px solid #E4E4E4;
    border-radius: 6px 0 0 6px;
    border-right: 0;
    cursor: pointer;
}

.pro-details .pro-description .pro-quantity .quantity input {
    border: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    border-radius: 0;
    width: 45px;
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.2px;
    color: #000000;
}

.pro-details .pro-description .pro-quantity .quantity input:focus {
    outline: 0;
}

.pro-details .pro-description .pro-quantity .quantity .plus {
    border: 1px solid #E4E4E4;
    border-radius: 0 6px 6px 0;
    border-left: 0;
    cursor: pointer;
}

.pro-details .details-area .nav {
    width: 100%;
    display: flex;
    justify-content: center;
    border: 0;
}

.pro-details .details-area .nav li {
    width: 292px;
    background: #fff;
}

.pro-details .details-area .nav li a {
    width: 100%;
    display: block;
    border-radius: 0;
    padding: 20px;
    text-align: center;
    border: 1px solid #96A9B8;
    border-right: 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #323232;
}

.pro-details .details-area .nav li:last-child {
    border-right: 1px solid #96A9B8;
}

.pro-details .details-area .nav li a.active {
    background: #F0F0F0;
}

.pro-details .details-area .tab-content {
    /* border: 2px solid #96a9b830;
    border-radius: 6px;
    padding: 30px 40px; */
    margin: 30px 0 50px 0;
}

.pro-details .details-area .tab-content img {
    max-width: 100%;
    margin-bottom: 20px;
}

.pro-details .details-area .tab-content p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.2px;
    color: #545454;
}

.pro-details .details-area .tab-content h4 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.2px;
    color: #1C1C1C;
    margin-bottom: 10px;
}

.pro-details .details-area .tab-content #details ul {
    padding-left: 15px;
}

.pro-details .details-area .tab-content #details ul li {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.2px;
    /* color: #eb0a0a; */
}

.pro-details .details-area #rating .rating-full {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pro-details .details-area #rating .rating-summary {
    /* width: 100%;
    max-width: 500px; */
    width: auto;
}

.pro-details .details-area #rating .rating-summary .arvg {
    width: 185px;
    height: 185px;
    background: #EF184B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.pro-details .details-area #rating .rating-summary .arvg p {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
}

.pro-details .details-area #rating .rating-summary .arvg p strong {
    font-size: 36px;
    line-height: 42px;
}

.pro-details .details-area #rating .rating-summary .progress-counter ul {
    display: flex;
    flex-direction: column;
}

.pro-details .details-area #rating .rating-summary .progress-counter ul li a {
    display: flex;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    align-items: center;
    color: #545454;
    padding: 10px 0;
}

.pro-details .details-area #rating .rating-summary .progress-counter ul li a .progress-bar {
    width: 200px;
    height: 17px;
    background: #DDE6ED;
    border-radius: 10px;
    margin: 0 10px;
    position: relative;
}

.pro-details .details-area #rating .rating-summary .progress-counter ul li a .progress-bar .percent {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #FBBC05;
    border-radius: 10px;
}

.pro-details .details-area #rating .review-details {
    width: 100%;
}

.pro-details .details-area #rating .review-details h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    color: #545454;
}

.pro-details .details-area #rating .review-details h5 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    text-align: justify;
    text-transform: capitalize;
    color: #545454;
}

.pro-details .details-area #rating .review-details p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #545454;
}

.product-compare .table-striped tbody tr:nth-of-type(odd) {
    background: #F0F0F0
    /* background: #e4ebf1; */
}

.product-compare .table td, .table th {
    border-color: transparent;
}

.product-compare .main-table td, .main-table th {
    width: 25%;
}

.product-compare table tr a {
    color: #0066c0;
}

.product-compare table .td-height {
    height: 300px;
}

.product-compare table .img-box img {
    max-width: 100%;
    max-height: 200px;
    object-fit: contain;
}

.product-compare table .product-heading {
    max-height: 50px;
    font-size: 16px;
    color: var(--blue);
    margin-top: 15px;
}

/**** end product details *****/

/**** start cart-page *****/

.cart-page {
    /* filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161)); */
    background: #fff;
}

.cart-page .cart-header h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #323232;
    margin-bottom: 4px;
}

.cart-page .cart-header p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #5E778A;
    margin-bottom: 0;
}

.cart-page .cart-box .cart-item {
    border-top: 1px solid #E4EBF1;
    ;
}

.cart-page .cart-box .cart-item .img {
    width: 106px;
    height: 106px;
    /* margin-bottom: 10px; */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.cart-page .cart-box .cart-item .img img {
    max-height: 100%;
}

.cart-page .cart-box .cart-item .details {
    width: 500px;
}

.cart-page .cart-box .cart-item .details a {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #323232;
    margin-bottom: 10px;
    display: block;
}

.cart-page .cart-box .cart-item .details .brand {
    font-family: Roboto;
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #949494;
    margin-bottom: 10px;
}

.cart-page .cart-box .cart-item .details .brand a {
    color: #FF9B16;
    font-family: Roboto;
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
}

.cart-page .cart-box .cart-item .details .attr {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #949494;
    margin-bottom: 0;
}

.cart-page .cart-box .cart-item .quantity {
    width: 150px;
}

.cart-page .cart-box .cart-item .quantity .input-group-text {
    height: 100%;
    cursor: pointer;
    background: transparent;
}

.cart-page .cart-box .cart-item .quantity .input-group-text.minus {
    border-radius: 6px 0 0 6px;
}

.cart-page .cart-box .cart-item .quantity .input-group-text.plus {
    border-radius: 0 6px 6px 0;
}

.cart-page .cart-box .cart-item .price strong {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #323232;
}

.cart-page .cart-box .cart-item .close-btn {
    cursor: pointer;
}

.cart-page .cart-box .cart-item .subtotal p {
    font-family: Roboto;
    font-style: normal;
    font-size: 20px;
    line-height: 23px;
    color: #323232;
}

.cart-page .cart-box .cart-item .subtotal p strong {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #323232;
}

/**** end cart-page *****/

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #ff5900;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

/* Start: seller template */
.drag-icon {
    cursor: grab;
}
.serller-add-product {
    background: #fff;
    border-radius: 6px;
    border: 3px dashed #999999c4;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999999c4;
    min-height: 268px;
}
/* End: seller template */

.page-item.active .page-link {
    background-color: #ff9017;
    border-color: #ff9017;
}
.page-item .page-link {
    color:#1C1C1C;
}
.page-item .page-link:hover {
    z-index: 2;
    color: #fff;
    background-color: #ec7500;
    border-color: #ff901782;
}
.page-item .page-link:focus {
    box-shadow: 0 0 0 0.25rem rgb(255 152 0 / 24%);
}
/* start: new-arrivals- */
.new-arrivals-banner {
    background: linear-gradient(90deg, #FF9017 0%, #EF184B 99.59%);
}
.new-arrivals-banner h1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 84px;
    letter-spacing: -0.2px;
    color: #FFFFFF;
    margin-bottom: 0;
    padding: 40px 0 40px 40px;
    text-shadow: 2.5px 2px #f01f47;
}
.new-arrival-products .arrival-item {
    position: relative;
    padding: 40px 0 40px 30px;
}
.new-arrival-products .arrival-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 70px);
    height: 100%;
    background: #E0FFFB;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    z-index: -1;
}
.new-arrival-products .slick-slide:nth-child(2n+2) .arrival-item::after {
    background: #CDEDFF;
}
.new-arrival-products .slick-slide:nth-child(2n+3) .arrival-item::after {
    background: #FFF5D6;
}
.new-arrival-products .arrival-item img {
    background: #FFFFFF;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    width: 170px;
    height: 170px;
}
.new-arrival-products .arrival-item h4 a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: #000000;
    width: 100%;
    height: 50px;
    line-height: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    text-transform: capitalize;
}
.new-arrival-products .arrival-item p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.2px;
    color: #1C1C1C;
}
.new-arrival-products .arrival-item .add-to-cart {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.1px;
    color: #EF184B;
}

.new-arrival-products .arrival-item .discount {
    position: absolute;
    top: 15px;
    left: 0;
    background: #3699FF;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    padding: 5px 24px 5px 15px;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}
.new-arrival-area {
    position: relative;
}
.new-arrival-area .arrival-icon-left,
.new-arrival-area .arrival-icon-right {
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
}
.new-arrival-area .arrival-icon-right {
    left: auto;
    right: 1px;
}

.new-arrival-area .arrival-icon-left:hover svg rect,
.new-arrival-area .arrival-icon-right:hover svg rect {
    fill: var(--orange)!important;
}
/* end: new-arrivals- */

/* Start: mobile-footer-nav */
#mobile-footer-nav {
    z-index: 999999999;
}
.cart-icon-mobile {
    position: relative;
}
.cart-icon-mobile .total {
    top: 1px;
    right: 4px;
}
/* End: mobile-footer-nav */
.w-full-30 {
    width: calc(100% - 30px);
}
/* start about us */
#about-us .full-banner,
#contact-us .full-banner {
    background: url('../../images/banner.png') center center no-repeat;
    background-size: cover;
    padding: 150px 0;
    position: relative;
    z-index: 1;
}
#about-us .full-banner::after,
#contact-us .full-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .35;
    z-index: -1;
}
#about-us .full-banner h1,
#contact-us .full-banner h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
}
#about-us .full-banner h1 strong {
    font-size: 55px;
    font-weight: 900;
    color: var(--red);
}
#about-us .full-banner p,
#contact-us .full-banner p {
    color: #fff;
    font-size: 36px;
    text-shadow: .5px .5px .5px rgb(0, 0, 0);
    margin-bottom: 0;
    font-weight: 500;
}
#about-us .full-story {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#about-us .full-story::after {
    content: '';
    position: absolute;
    top: -80px;
    left: -80px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: var(--orange);
    z-index: -1;
    animation: bg-change 3s ease-in-out 2s infinite alternate;
}
/* #about-us .full-story::before {
    content: '';
    position: absolute;
    top: -6%;
    right: -12%;
    width: 250px;
    height: 550px;
    border-radius: 100%;
    background: var(--orange);
    z-index: -1;
    animation: bg-change 3s ease-in-out 2s infinite alternate;
} */

#contact-us .full-banner {
    background: url('../../images/faq.png') top center no-repeat;
    background-size: cover;
}
@keyframes bg-change {
    0% {
        background-color: var(--orange);
    }
    50% {
        background-color: var(--yellow);
    }
    100% {
        background-color: var(--red);
    }
}
/* start responsive */

@media (max-width: 991.98px) {
    #full-hero .banner-sliders {
        border-radius: 10px;
    }
    #full-hero .banner-item img {
        height: auto;
    }
    #full-hero .banner-sliders .slick-dots li button {
        width: 6px;
        height: 12px;
        margin: 3px 0;
    }
    #full-hero .banner-sliders .slick-dots li.slick-active button {
        height: 25px;
        width: 5px;
    }
    #full-categories {
        max-height: 430px;
    }
    #full-categories .slick-slider button.slick-prev.slick-arrow {
        left: -20px;
        border-width: 20px;
    }
    #full-categories .slick-slider button.slick-next.slick-arrow {
        right: -11px;
        border-width: 20px;
    }
    #full-categories .categories-ul li a img {
        width: 75px;
        height: 75px;
    }
    #full-categories .categories-ul li a span {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 13px;
        color: #000;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box!important;
        line-height: 1.2;
        height: 30px;
    }
    #full-professional-service h2 {
        font-size: 120px;
        line-height: normal;
    }
    #full-become-seller {
        background: linear-gradient(90deg, #FFC200 0%, #FF9017 99.56%);
    }
    #full-become-seller::after {
        width: 0;
    }
    #full-become-seller h2 {
        text-align: center;
        font-size: 36px;
    }
    #full-become-seller p, #full-become-seller small {
        text-align: center;
    }
    #full-become-seller .view-btn {
        width: 100%;
    }
    .custom-product-col {
        width: 33%;
    }
    .additional-banners img {
        border-radius: 5px;
    }
    #footer-top a {
        font-size: 16px;
        padding: 10px 0px;
        font-weight: bold;
    }
    #footer-top a svg {
        max-width: 32px;
    }
    #footer-top .border-right {
        border-right: 1px solid #D1D5E1;
    }
    #full-footer h4, #full-footer ul {
        text-align: center;
    }
    /* start details page */
    .pro-details .pro-images-control ul li img {
        width: 50px;
        height: 50px;
    }
    .pro-details .pro-description {
        padding-right: 0!important;
    }
    .pro-details .pro-description h1 {
        font-size: 18px;
        line-height: 21px;
    }
    .pro-details .details-area .nav li {
        width: 33.33%;
        height: 59px;
        display: flex;
        align-items: center;
    }
    .pro-details .details-area .nav li a {
        font-size: 12px;
        padding: 10px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pro-details .buttons {
        display: flex;
        /* justify-content: space-around; */
    }
    .pro-details .yellow-btn-big, .red-btn-big {
        min-width: 100%;
    }
    /* end details page */
    /* start cart-page */
    .cart-page .cart-box .cart-item .details {
        width: 100%;
    }
    .cart-page .cart-box .cart-item .details .attr {
        margin-bottom: 10px;
    }
    .cart-page .cart-box .cart-item .img {
        height: auto;
        display: flex;
        align-items: flex-start;
        padding-top: 7px;
    }
    .cart-page .cart-box .cart-item .quantity {
        max-width: 50%;
    }
    .cart-page .cart-box .cart-item .price {
        width: 100%;
        justify-content: flex-end;
        margin-top: 10px;
        gap: 10px;
    }
    /* end cart-page */

    .new-arrivals-banner {
        flex-wrap: wrap;
    }
    .new-arrivals-banner img {
        width: 100%;
    }
    .new-arrivals-banner h1 {
        padding-bottom: 0;
    }
    /* end new arrival page */
    .size-md-16 {
        font-size: 16px!important;
    }
    .size-md-24 {
        font-size: 24px;
    }
}

@media (max-width: 575.98px) {
    .product-list {
        padding: 30px 0 25px 0;
    }
    .cart-page .cart-box .cart-item .price {
        width: 50%;
    }
    .size-sm-14 {
        font-size: 14px;
    }
    .size-sm-18 {
        font-size: 18px;
    }
    .size-sm-20 {
        font-size: 20px;
    }
    #full-hero .banner-sliders {
        max-height: 145px;
        overflow: hidden;
    }
    #full-hero .banner-item img {
        height: 145px;
    }
    .custom-product-col {
        width: 50%!important;
    }
    #footer-top {
        display: none;
    }
    #footer-top a {
        font-size: 13px;
    }
    .pro-details .pro-description .pro-quantity {
        display: flex;
        margin-top: 20px;
        align-items: center;
    }
    
    .pro-details .pro-description .pro-quantity h3 {
        margin-bottom: 0;
        margin-right: 15px;
    }
    .pro-details .pro-description .pro-quantity .quantity .minus, .pro-details .pro-description .pro-quantity .quantity .plus {
        /* width: 20%; */
    }
    .pro-details .pro-description .pro-quantity .quantity input {
        width: 90px;
    }

    /* end new arrivals page */
    .new-arrivals-banner h1 {
        font-size: 45px;
        padding: 25px 0 0 0;
        text-align: center;
        width: 100%;
    }

    /* index page */
    #full-categories, .product-list, #full-professional-service {
        padding: 20px 0 10px 0;
    }
    .header-bottom ul li a {
        font-size: 11px;
        padding: 5px;
    }
    #full-categories .categories-ul li a img {
        width: 70px;
        height: 70px;
    }

    .tt-menu {
        width: calc(100vw - 30px);
    }
    .navbar-brand svg {
        width: 100px!important;
    }
    .mobile-resutl-found {
        max-width: 230px;
    }
}

/* blog */
.blog-card-img {
    object-fit: contain;
    max-height: 200px;
}
