@import"https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap";
@import"/node_modules/bootstrap/scss/bootstrap.scss";
@import"../node_modules/bootstrap/dist/css/bootstrap.css";
@import"../node_modules/bootstrap/scss/bootstrap.scss";

@font-face {
    font-family: Sanset;
    src: url(/fonts/Sanset.ttf)
}

@font-face {
    font-family: Anythink;
    src: url(/fonts/Anythink.otf)
}

body {
    font-family: "Bai Jamjuree", sans-serif
}

ul {
    list-style: none;
    padding-left: 0px
}

a {
    text-decoration: none
}

p {
    margin: 0
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border: 1px solid #dcb752;
    outline: none
}

.form-select:focus {
    box-shadow: none;
    border: 1px solid #dcb752;
    outline: none
}

.form-select:focus option:hover {
    background: red !important
}

.slider-container {
    position: relative;
    margin: 0 auto
}

.slider-container .slider-wrapper {
    display: flex;
    transition: transform .5s ease
}

.slider-container .slider-wrapper .product-card {
    flex: 0 0 calc(20% - 10px);
    max-width: calc(20% - 10px);
    box-sizing: border-box;
    margin: 0 12px
}

.slider-container .prev-btn,
.slider-container .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(220, 183, 82, .5019607843);
    color: #fff;
    border: none;
    padding: 2px 6px 6px 6px;
    cursor: pointer;
    font-size: 32px
}

.slider-container .prev-btn {
    left: 0
}

.slider-container .next-btn {
    right: 0
}

.slider-3items-container {
    position: relative;
    margin: 0 auto
}

.slider-3items-container .slider-3items-wrapper {
    display: flex;
    transition: transform .5s ease
}

.slider-3items-container .slider-3items-wrapper .product-card {
    flex: 0 0 calc(33.3333% - 10px);
    max-width: calc(33.3333% - 10px);
    box-sizing: border-box;
    margin: 0 12px
}

.slider-3items-container .prev-btn,
.slider-3items-container .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(220, 183, 82, .5019607843);
    color: #fff;
    border: none;
    padding: 2px 6px 6px 6px;
    cursor: pointer;
    font-size: 32px
}

.slider-3items-container .prev-btn {
    left: 0
}

.slider-3items-container .next-btn {
    right: 0
}

.testimonial-slider-container {
    position: relative;
    margin: 0 auto
}

.testimonial-slider-container .testimonial-slider-wrapper {
    display: flex;
    transition: transform .5s ease
}

.testimonial-slider-container .testimonial-slider-wrapper .testimonial-card {
    flex: 0 0 calc(16.6666% - 10px);
    max-width: calc(16.6666% - 10px);
    box-sizing: border-box;
    margin: 0 12px
}

.testimonial-slider-container .prev-btn,
.testimonial-slider-container .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(220, 183, 82, .5019607843);
    color: #fff;
    border: none;
    padding: 2px 6px 6px 6px;
    cursor: pointer;
    font-size: 32px
}

.testimonial-slider-container .prev-btn {
    left: 0
}

.testimonial-slider-container .next-btn {
    right: 0
}

@media(max-width: 1200px) {
    .slider-container .slider-wrapper .product-card {
        flex: 0 0 calc(25% - 10px);
        max-width: calc(25% - 10px)
    }

    .slider-3items-container .slider-3items-wrapper .product-card {
        flex: 0 0 calc(38% - 10px);
        max-width: calc(38% - 10px);
        margin: 0 10px
    }

    .testimonial-slider-container .testimonial-slider-wrapper .testimonial-card {
        flex: 0 0 calc(20% - 10px);
        max-width: calc(20% - 10px);
        margin: 0 12px
    }
}

@media(max-width: 992px) {
    .slider-container .slider-wrapper .product-card {
        flex: 0 0 calc(33.333% - 10px);
        max-width: calc(33.333% - 10px);
        margin: 0 8px
    }

    .slider-container .prev-btn,
    .slider-container .next-btn {
        padding: 2px 6px 6px 6px;
        font-size: 24px
    }

    .slider-3items-container .slider-3items-wrapper .product-card {
        flex: 0 0 calc(54% - 10px);
        max-width: calc(54% - 10px);
        margin: 0 8px
    }

    .slider-3items-container .prev-btn,
    .slider-3items-container .next-btn {
        padding: 2px 6px 6px 6px;
        font-size: 24px
    }

    .testimonial-slider-container .testimonial-slider-wrapper .testimonial-card {
        flex: 0 0 calc(25% - 10px);
        max-width: calc(25% - 10px);
        margin: 0 8px
    }

    .testimonial-slider-container .prev-btn,
    .testimonial-slider-container .next-btn {
        padding: 2px 6px 6px 6px;
        font-size: 24px
    }
}

@media(max-width: 768px) {
    .slider-container .slider-wrapper .product-card {
        flex: 0 0 calc(46% - 10px);
        max-width: calc(46% - 10px);
        margin: 0 8px
    }

    .slider-3items-container .slider-3items-wrapper .product-card {
        flex: 0 0 calc(80% - 10px);
        max-width: calc(80% - 10px);
        margin: 0 8px
    }

    .testimonial-slider-container .testimonial-slider-wrapper .testimonial-card {
        flex: 0 0 calc(33.33% - 10px);
        max-width: calc(33.333% - 10px);
        margin: 0 8px
    }
}

@media(max-width: 576px) {
    .slider-container .slider-wrapper .product-card {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
        margin: 0 6px
    }

    .slider-container .prev-btn,
    .slider-container .next-btn {
        padding: 2px 5px 5px 5px;
        font-size: 20px
    }

    .slider-3items-container .slider-3items-wrapper .product-card {
        flex: 0 0 calc(100% - 10px);
        max-width: calc(100% - 10px);
        margin: 0 6px
    }

    .slider-3items-container .prev-btn,
    .slider-3items-container .next-btn {
        padding: 2px 5px 5px 5px;
        font-size: 20px
    }

    .testimonial-slider-container .testimonial-slider-wrapper .testimonial-card {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
        margin: 0 6px
    }

    .testimonial-slider-container .prev-btn,
    .testimonial-slider-container .next-btn {
        padding: 2px 5px 5px 5px;
        font-size: 20px
    }
}

.product-card {
    box-shadow: rgba(0, 0, 0, .1) 0px 10px 15px -3px, rgba(0, 0, 0, .05) 0px 4px 6px -2px
}

.product-card .card-img-top {
    width: 100%;
    height: 15.875rem;
    object-fit: cover
}

.product-card .rating {
    position: absolute;
    left: .95rem;
    bottom: .7rem;
    background: rgba(255, 255, 255, .5882352941);
    padding: .2rem .62rem;
    font-size: .8rem;
    color: #3c413e;
    border-radius: .2rem
}

.product-card .rating i {
    color: #dcb752;
    font-size: .78rem
}

.product-card .card-body .card-title {
    color: #a1a8a4
}

.product-card .card-body .card-title:hover {
    text-decoration: underline
}

.product-card .card-body .price {
    font-size: 1rem;
    color: #3c413e;
    font-weight: 600
}

.product-card .card-body .price .price-delete {
    color: #e84736;
    font-weight: 300;
    font-size: .875rem
}

@media(max-width: 1400px) {
    .product-card .card-img-top {
        height: 13.625rem
    }
}

@media(max-width: 1200px) {
    .product-card .card-img-top {
        height: 14.375rem
    }

    .product-card .rating {
        left: .75rem;
        bottom: .5rem;
        padding: .15rem .52rem;
        font-size: .75rem
    }

    .product-card .rating i {
        font-size: .72rem
    }

    .product-card .card-body .price {
        font-size: .9rem
    }

    .product-card .card-body .price .price-delete {
        font-size: .75rem
    }
}

@media(max-width: 768px) {
    .product-card .card-img-top {
        height: 14.875rem
    }
}

@media(max-width: 576px) {
    .product-card .card-img-top {
        height: 10.813rem
    }

    .product-card .rating {
        left: .7rem;
        bottom: .4rem;
        padding: .14rem .46rem;
        font-size: .7rem
    }

    .product-card .rating i {
        font-size: .68rem
    }

    .product-card .card-body {
        padding: .5rem
    }

    .product-card .card-body .price {
        font-size: .77rem;
        margin: .1rem 0 .5rem 0 !important
    }

    .product-card .card-body .price .price-delete {
        font-size: .7rem
    }
}

.testimonial-card {
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, .1) 0px 10px 15px -3px, rgba(0, 0, 0, .05) 0px 4px 6px -2px
}

.testimonial-card .user-photo-wrap {
    transform: rotate(45deg);
    overflow: hidden;
    border-radius: 24px;
    width: 130px;
    height: 130px;
    margin-left: -20px;
    margin-top: -16px
}

.testimonial-card .user-photo-wrap .user-photo {
    transform: rotate(-45deg);
    width: 140%;
    height: 140%;
    object-fit: cover
}

.testimonial-card .ratting {
    position: absolute;
    right: 1.2rem;
    top: 7rem
}

.testimonial-card .ratting .rating-score {
    font-size: .87rem;
    color: #3c413e
}

.testimonial-card .ratting .rating-stars {
    font-size: .7rem;
    color: #dcb752
}

.testimonial-card .quote {
    position: absolute;
    right: 1.2rem;
    top: 1.6rem;
    color: #dcb752;
    font-size: 2rem
}

.testimonial-card .card-title {
    color: #3c413e !important
}

@media(max-width: 1200px) {
    .testimonial-card .user-photo-wrap {
        border-radius: 20px;
        width: 120px;
        height: 120px
    }

    .testimonial-card .ratting {
        right: 1rem;
        top: 6.4rem
    }

    .testimonial-card .ratting .rating-score {
        font-size: .85rem
    }

    .testimonial-card .ratting .rating-stars {
        font-size: .68rem
    }

    .testimonial-card .quote {
        right: 1rem;
        top: 1.4rem;
        font-size: 1.6rem
    }

    .testimonial-card .card-title,
    .testimonial-card .card-text {
        font-size: .75rem
    }
}

@media(max-width: 576px) {
    .testimonial-card .user-photo-wrap {
        border-radius: 16px
    }

    .testimonial-card .ratting {
        top: 6.4rem
    }

    .testimonial-card .ratting .rating-score {
        font-size: .75rem
    }

    .testimonial-card .ratting .rating-stars {
        font-size: .62rem
    }

    .testimonial-card .quote {
        top: 1.4rem;
        font-size: 1.4rem
    }
}

.newsletter-card {
    box-shadow: rgba(0, 0, 0, .1) 0px 10px 15px -3px, rgba(0, 0, 0, .05) 0px 4px 6px -2px
}

.newsletter-card .form-control {
    min-width: 21rem
}

@media(max-width: 992px) {
    .newsletter-card {
        padding: 0rem 1rem
    }

    .newsletter-card .form-control {
        min-width: 10rem
    }
}

@media(max-width: 768px) {
    .newsletter-card {
        padding: 0rem 1rem
    }

    .newsletter-card .heading {
        font-size: 1rem;
        text-align: center
    }

    .newsletter-card .text {
        text-align: center
    }

    .newsletter-card .form-control {
        min-width: 14rem;
        font-size: .7rem
    }

    .newsletter-card .form {
        display: flex;
        justify-content: center
    }
}

@media(max-width: 576px) {
    .newsletter-card {
        padding: 0rem 1rem
    }

    .newsletter-card .heading {
        font-size: 1rem;
        text-align: center
    }

    .newsletter-card .text {
        text-align: center
    }

    .newsletter-card .form-control {
        min-width: 10rem;
        font-size: .7rem;
        padding: .3rem .5rem !important;
        border-radius: 4px !important
    }

    .newsletter-card .btn {
        padding: .3rem .5rem !important;
        border-radius: 4px !important
    }

    .newsletter-card .form {
        display: flex;
        justify-content: center
    }
}

.pagination .page-item.active .page-link {
    background: #dcb752;
    border: 1px solid #dcb752;
    color: #fff
}

.pagination .page-link {
    color: #3c413e
}

.pagination .page-link:focus {
    outline: none !important;
    box-shadow: none !important
}

.order-cart-container .order-cart-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    visibility: hidden;
    background: rgba(29, 29, 29, .4392156863);
    z-index: 100
}

.order-cart-container .order-cart-wrap .order-cart {
    position: relative;
    width: 23rem;
    height: 100%;
    background: #fff;
    position: fixed;
    right: 0;
    top: 0
}

.order-cart-container .order-cart-wrap .order-cart .cart-top {
    height: 3.6rem;
    background: #a68322
}

.order-cart-container .order-cart-wrap .order-cart .cart-top h5 {
    font-size: 1.2rem;
    color: #fff
}

.order-cart-container .order-cart-wrap .order-cart .cart-top img {
    height: 1.8rem
}

.order-cart-container .order-cart-wrap .order-cart .cart-top .btn {
    color: #fafafa;
    font-weight: 400
}

.order-cart-container .order-cart-wrap .order-cart .cart-item {
    border-bottom: 1px solid #e1e3e1;
    padding: 12px 0
}

.order-cart-container .order-cart-wrap .order-cart .cart-item .qty-layout .btn {
    padding: 0;
    font-size: 1rem
}

.order-cart-container .order-cart-wrap .order-cart .cart-item .qty-layout .form-control {
    font-size: 1rem
}

.order-cart-container .order-cart-wrap .order-cart .cart-item .card .card-title {
    font-size: .75rem
}

.order-cart-container .order-cart-wrap .order-cart .cart-btn {
    position: absolute;
    width: 100%;
    left: 60%;
    transform: translateX(-50%);
    bottom: 2rem;
    padding: .4rem 0 1.5rem 0;
    border: none
}

.order-cart-container .order-cart-wrap .order-cart .cart-btn .btn-order {
    background: linear-gradient(90deg, #dcb752, #a68322);
    padding: .4rem 1.5rem;
    color: #fff;
    font-size: 1rem
}

.order-cart-container .overlay {
    visibility: visible
}

.order-cart-container .order-cart-box {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #524010
}

.order-cart-container .order-cart-box div {
    padding: .3rem
}

.order-cart-container .order-cart-box div img {
    width: 1.3rem;
    margin-top: .2rem;
    margin-bottom: .2rem
}

.order-cart-container .order-cart-box div h5 {
    font-size: .8rem;
    color: #dcb752
}

.order-cart-container .order-cart-box h6 {
    font-size: .8rem;
    color: #fff;
    background: #dcb752;
    padding: .3rem
}

@media(max-width: 992px) {
    .order-cart-container .order-cart-wrap .order-cart {
        width: 21rem
    }

    .order-cart-container .order-cart-wrap .order-cart .cart-top {
        height: 3.2rem
    }

    .order-cart-container .order-cart-wrap .order-cart .cart-top h5 {
        font-size: 1rem
    }

    .order-cart-container .order-cart-wrap .order-cart .cart-top img {
        height: 1.5rem
    }

    .order-cart-container .order-cart-wrap .order-cart .cart-item {
        padding: 8px 0
    }

    .order-cart-container .order-cart-wrap .order-cart .cart-item .qty-layout .btn {
        font-size: .9rem
    }

    .order-cart-container .order-cart-wrap .order-cart .cart-item .qty-layout .form-control {
        font-size: .9rem
    }

    .order-cart-container .order-cart-wrap .order-cart .cart-item .card .card-title {
        font-size: .7rem
    }

    .order-cart-container .order-cart-wrap .order-cart .cart-btn {
        bottom: 3.5rem
    }

    .order-cart-container .order-cart-wrap .order-cart .cart-btn .btn-order {
        font-size: .9rem
    }

    .order-cart-container .order-cart-box div {
        padding: .2rem
    }

    .order-cart-container .order-cart-box div img {
        width: 1.1rem
    }

    .order-cart-container .order-cart-box div h5 {
        font-size: .7rem
    }

    .order-cart-container .order-cart-box h6 {
        font-size: .7rem;
        padding: .2rem
    }
}

.btn {
    color: #fff;
    font-weight: 600;
    padding: .3rem 1.6rem .4rem 1.6rem;
    border: none;
    border-radius: 10px
}

.btn-primary {
    background: #dcb752;
    transition: .3s
}

.btn-primary:hover {
    color: #fff;
    background: #d7ac39
}

.btn-dark {
    background: #3c413e;
    transition: .3s
}

.btn-dark:hover {
    color: #fff;
    background: #2d312f
}

.btn-white {
    background: #fff;
    color: #3c413e;
    transition: .3s;
    box-shadow: rgba(50, 50, 93, .25) 0px 2px 5px -1px, rgba(0, 0, 0, .3) 0px 1px 3px -1px
}

.btn-white:hover {
    color: #fff;
    background: #dcb752
}

.bg-primary {
    background: #dcb752 !important
}

.bg-secondary {
    background: #aed2ed !important
}

.bg-dark {
    background: #3c413e !important
}

.bg-danger {
    background: #e84736 !important
}

.bg-white {
    background: #fff !important
}

.bg-light {
    background: #fafafa !important
}

.bg-info {
    background: #e698f2 !important
}

.bg-warning {
    background: #f4e87b !important
}

.text {
    color: #6d7671;
    font-size: 1rem;
    line-height: 1.6rem
}

.card-text {
    color: #6d7671;
    font-size: .875rem;
    line-height: 1.5rem
}

.text-primary {
    color: #dcb752 !important
}

.text-dark {
    color: #3c413e !important
}

.text-warning {
    color: #3c413e !important
}

.text-light {
    color: #fafafa !important
}

.text-light {
    color: #fff !important
}

.text-danger {
    color: #e84736 !important
}

.text-info {
    color: #e698f2 !important
}

.text-link {
    color: #dcb752
}

.text-link:hover {
    text-decoration: underline
}

.link {
    color: #dcb752;
    font-size: .875rem
}

.link:hover {
    color: #d1a42a
}

.link-light {
    color: #949494 !important
}

.heading {
    font-weight: 700;
    color: #3c413e;
    font-size: 1.6rem
}

.sub-heading {
    font-weight: 300;
    color: #3c413e
}

.section-heading {
    font-weight: 600;
    position: relative;
    text-align: center;
    color: #3c413e;
    font-size: 1.7rem;
    text-transform: uppercase
}

.section-heading::before {
    content: " ";
    width: 100%;
    height: 3px;
    background: #f3f3f3;
    position: absolute;
    left: 0;
    bottom: -14px
}

.section-heading::after {
    content: " ";
    width: 25%;
    height: 3px;
    background: #dcb752;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px
}

.card-title {
    font-weight: 600;
    color: #3c413e;
    font-size: .875rem
}

.hr,
.hr-light {
    border: none;
    height: 1px;
    background-color: #636b66;
    opacity: .1;
    margin: 1rem 0
}

.hr-light {
    background-color: #a1a8a4
}

@media(max-width: 1200px) {
    .section-heading {
        font-size: 1.4rem
    }

    .heading {
        font-size: 1.4rem
    }

    .card-title {
        font-size: .75rem
    }

    .btn {
        font-size: .875rem;
        border-radius: 8px
    }
}

@media(max-width: 992px) {
    .section-heading {
        font-size: 1.1rem
    }

    .heading {
        font-size: 1.2rem
    }

    .card-title {
        font-size: .7rem
    }

    .btn {
        font-size: .75rem;
        border-radius: 4px
    }

    .card-text {
        color: #6d7671;
        font-size: .75rem;
        line-height: 1.2rem
    }
}

@media(max-width: 768px) {
    .heading {
        font-size: 1rem
    }

    .sub-heading {
        font-size: .9rem
    }

    .section-heading {
        font-size: 1rem
    }

    .btn {
        font-size: .7rem
    }

    .text {
        font-size: .75rem
    }

    .card-text {
        font-size: .7rem
    }

    .link {
        font-size: .78rem
    }
}

@media(max-width: 768px) {
    .heading {
        font-size: .9rem
    }

    .sub-heading {
        font-size: .87rem
    }

    .section-heading {
        font-size: .9rem
    }

    .section-heading::before {
        height: 2px;
        bottom: -10px
    }

    .section-heading::after {
        height: 2px;
        bottom: -10px
    }
}

header {
    background: #fff
}

.header .header-wrap {
    border-bottom: 1px solid #e8e8e8;
    padding: 26px 0
}

.header .header-wrap .search-lg input {
    font-size: 1rem;
    border: none;
    color: #ccc
}

.header .header-wrap .search-lg input:focus {
    border-bottom: 1px solid #e8e8e8
}

.header .header-wrap .search-lg .search-btn {
    border: none;
    color: #bdbdbd;
    background: none
}

.header .header-wrap .logo-lg {
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateX(-50%);
    transform: translateY(-50%);
    height: 4rem
}

.header .header-wrap .user-items {
    font-size: 1.5rem;
    color: #d1a42a
}

.header .header-wrap .user-items a {
    color: #d1a42a
}

.header .header-wrap .user-items .badge {
    width: 1.4rem;
    height: 1.4rem;
    text-align: center;
    background: #dcb752;
    font-size: .75rem;
    font-weight: 400;
    padding-top: 5px;
    left: 50%;
    bottom: 0
}

.navbar {
    background-color: #fff
}

.navbar .navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important
}

.navbar .offcanvas .btn-close:focus {
    outline: none;
    box-shadow: none;
    font-size: .8rem !important
}

.navbar .offcanvas .search-sm input {
    font-size: .7rem;
    border: none;
    color: #ccc
}

.navbar .offcanvas .search-sm input:focus {
    border-bottom: 1px solid #e8e8e8
}

.navbar .offcanvas .search-sm .search-btn {
    border: none;
    color: #bdbdbd;
    background: none
}

.navbar .offcanvas .main-categories .nav-item {
    font-size: .875rem;
    font-weight: 600;
    padding: 12px 0;
    position: relative
}

.navbar .offcanvas .main-categories .nav-item .nav-link {
    color: #3c413e;
    letter-spacing: 2px;
    transition: .3s
}

.navbar .offcanvas .main-categories .nav-item .nav-link i {
    font-size: .75rem
}

.navbar .offcanvas .main-categories .nav-item .nav-link:hover {
    color: #dcb752
}

.navbar .offcanvas .main-categories .nav-item:hover .sub-categories {
    display: block
}

.navbar .offcanvas .main-categories .nav-item .sub-categories {
    position: absolute;
    left: 0;
    top: 44px;
    z-index: 100;
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: .5rem 1rem;
    border-radius: .15rem;
    width: 20rem;
    display: none
}

.navbar .offcanvas .main-categories .nav-item .sub-categories .sub-item {
    border-bottom: 1px dotted #6d7671;
    font-size: .875rem;
    padding: .5rem 0;
    font-weight: 500
}

.navbar .offcanvas .main-categories .nav-item .sub-categories .sub-item a {
    color: #3c413e;
    transition: .3s
}

.navbar .offcanvas .main-categories .nav-item .sub-categories .sub-item a:hover {
    color: #dcb752
}

.navbar .offcanvas .main-categories .nav-item .sub-categories .sub-item:last-child {
    border-bottom: none
}

.navbar .user-sm {
    color: #dcb752
}

.navbar .logo-sm {
    height: 3rem
}

.nav-bottom {
    border-top: 1px solid #d6d9d7 !important;
    height: 3.3rem
}

.nav-bottom .active {
    border-top: 2px solid #dcb752;
    padding: .6rem 0rem;
    font-weight: 500;
    margin-top: -0.66rem;
    color: #dcb752 !important
}

.nav-bottom ul {
    margin-top: .5rem
}

.nav-bottom ul .nav-item {
    width: 3.5rem
}

.nav-bottom ul .nav-item .nav-link {
    font-size: .75rem;
    transition: .4s
}

.nav-bottom ul .nav-item .nav-link:hover i {
    color: #dcb752
}

.nav-bottom ul .nav-item .nav-link span {
    font-size: .72rem !important;
    margin-top: -1px
}

@media(max-width: 1200px) {
    .header .header-wrap {
        padding: 14px 0
    }

    .header .header-wrap .search-lg input {
        font-size: .875rem
    }

    .header .header-wrap .search-lg .search-btn {
        font-size: .875rem
    }

    .header .header-wrap .logo-lg {
        height: 3.5rem
    }

    .header .header-wrap .user-items {
        font-size: 1.2rem
    }

    .header .header-wrap .user-items .badge {
        width: 1.3rem;
        height: 1.3rem;
        text-align: center;
        font-size: .7rem
    }

    .navbar .offcanvas {
        width: 250px
    }

    .navbar .offcanvas .main-categories .nav-item {
        font-size: .75rem
    }

    .navbar .offcanvas .main-categories .nav-item .nav-link i {
        font-size: .7rem;
        margin-left: -3px
    }

    .navbar .offcanvas .main-categories .nav-item .sub-categories {
        top: 41px
    }

    .navbar .offcanvas .main-categories .nav-item .sub-categories .sub-item {
        font-size: .75rem
    }
}

@media(min-width: 992px) {
    .nav-bottom {
        display: none
    }

    .hidden-lg {
        display: none
    }

    .search-sm {
        display: none
    }
}

@media(max-width: 992px) {
    .visible-lg {
        display: none
    }

    .navbar .offcanvas .search-sm input {
        font-size: .7rem;
        border: none;
        color: #ccc
    }

    .navbar .offcanvas .search-sm input:focus {
        border-bottom: 1px solid #e8e8e8
    }

    .navbar .offcanvas .search-sm .search-btn {
        border: none;
        color: #bdbdbd;
        background: none
    }

    .navbar .offcanvas .main-categories .nav-item {
        font-size: .8rem
    }

    .navbar .offcanvas .main-categories .nav-item .nav-link i {
        font-size: .7rem;
        position: absolute;
        right: 0;
        rotate: -90deg
    }

    .navbar .offcanvas .main-categories .nav-item .sub-categories {
        left: 120px;
        top: 10px;
        padding: .1rem 1rem;
        width: 16rem
    }

    .navbar .offcanvas .main-categories .nav-item .sub-categories .sub-item {
        font-size: .75rem
    }

    .navbar .logo-sm {
        height: 3.5rem;
        padding: .3rem
    }
}

@media(max-width: 768px) {
    .navbar .logo-sm {
        height: 3rem;
        padding: .4rem
    }
}

@media(max-width: 576px) {
    .navbar .offcanvas .main-categories .nav-item {
        font-size: .75rem;
        padding: 8px 0
    }

    .navbar .offcanvas .main-categories .nav-item .sub-categories {
        left: 70px;
        padding: .1rem .85rem;
        width: 15.5rem
    }

    .navbar .offcanvas .main-categories .nav-item .sub-categories .sub-item {
        font-size: .72rem
    }
}

.footer {
    background: #3c413e
}

.footer .footer-wrap {
    color: #fafafa
}

.footer .footer-wrap .logo {
    height: 7rem
}

.footer .footer-wrap .mobile {
    color: #dcb752;
    font-size: 1.5rem;
    font-weight: 600
}

.footer .footer-wrap .social-link {
    font-size: 1.2rem;
    margin-top: 1rem
}

.footer .footer-wrap .social-link a {
    color: #dcb752;
    margin-right: .75rem
}

.footer .footer-wrap .contact li {
    margin-top: .5rem;
    font-size: .875rem
}

.footer .footer-wrap .contact li a {
    color: #fafafa
}

.footer .footer-wrap .photo-link {
    width: 100%
}

.footer .footer-wrap .payment-img {
    width: 100%
}

@media(max-width: 1200px) {
    .footer .footer-wrap .logo {
        height: 5rem
    }

    .footer .footer-wrap .mobile {
        font-size: 1rem
    }

    .footer .footer-wrap .hour {
        font-size: .75rem
    }

    .footer .footer-wrap .social-link {
        font-size: 1rem;
        margin-top: .9rem
    }

    .footer .footer-wrap .social-link a {
        color: #dcb752;
        margin-right: .75rem
    }

    .footer .footer-wrap .contact li {
        margin-top: .4rem;
        font-size: .75rem
    }
}

@media(max-width: 576px) {
    .footer .footer-wrap .logo {
        height: 3.5rem
    }

    .footer .footer-wrap .mobile {
        font-size: .85rem
    }

    .footer .footer-wrap .hour {
        font-size: .65rem
    }

    .footer .footer-wrap .hour i {
        display: none
    }

    .footer .footer-wrap .social-link {
        font-size: .85rem;
        margin-top: .8rem
    }

    .footer .footer-wrap .social-link a {
        color: #dcb752;
        margin-right: .7rem
    }

    .footer .footer-wrap .contact li {
        margin-top: .4rem;
        font-size: .7rem
    }

    .footer .footer-wrap h5 {
        font-size: 1rem
    }
}

.products-store {
    background: #fafafa
}

.products-store .products-store-wrap .product-list-wrap .filter-btn {
    font-size: .9rem;
    color: #3c413e;
    font-weight: 500;
    color: #3c413e
}

.products-store .products-store-wrap .product-list-wrap .filter-btn i {
    color: #dcb752
}

.products-store .products-store-wrap .product-list-wrap .product-card .card-img-top {
    height: 19.125rem
}

@media(min-width: 992px) {

    .filter-close-btn,
    .filter-btn {
        display: none
    }
}

@media(max-width: 1400px) {
    .products-store {
        background: #fafafa
    }

    .products-store .products-store-wrap .product-list-wrap .product-card .card-img-top {
        height: 16.25rem
    }
}

@media(max-width: 992px) {
    .products-store {
        background: #fafafa
    }

    .products-store .products-store-wrap .filter-wrap {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 100;
        overflow-y: auto;
        padding-bottom: 10rem !important;
        box-shadow: rgba(0, 0, 0, .3) 0px 19px 38px, rgba(0, 0, 0, .22) 0px 15px 12px
    }

    .products-store .products-store-wrap .filter-wrap::-webkit-scrollbar {
        width: 4px;
        background: #dbdbdb
    }

    .products-store .products-store-wrap .filter-wrap::-webkit-scrollbar-thumb {
        background: #aeaeae
    }

    .products-store .products-store-wrap .filter-wrap .filter-close-btn {
        position: fixed;
        left: 12px;
        bottom: 2.5rem;
        z-index: 1100;
        background: #fff;
        padding: 1rem 1.8rem 3.5rem 1.8rem
    }

    .products-store .products-store-wrap .filter-wrap .filter-close-btn .btn {
        width: 6.5rem
    }

    .products-store .products-store-wrap .product-qty-match {
        font-size: .875rem;
        color: #3c413e
    }

    .products-store .products-store-wrap .product-list-wrap .product-card .card-img-top {
        height: 9.75rem
    }
}

@media(max-width: 992px) {
    .products-store {
        background: #fafafa
    }

    .products-store .products-store-wrap .product-list-wrap .product-card .card-img-top {
        height: 13.5rem
    }

    .products-store .products-store-wrap .product-filter {
        display: none
    }
}

@media(max-width: 768px) {
    .products-store {
        background: #fafafa
    }

    .products-store .products-store-wrap .filter-wrap .filter-close-btn {
        left: 10px;
        bottom: 1.8rem
    }

    .products-store .products-store-wrap .filter-wrap .filter-close-btn .btn {
        width: 5.6rem
    }

    .products-store .products-store-wrap .product-list-wrap .product-card .card-img-top {
        height: 15.625rem
    }
}

@media(max-width: 576px) {
    .products-store {
        background: #fafafa
    }

    .products-store .products-store-wrap .product-list-wrap .product-card .card-img-top {
        height: 10.938rem
    }
}

.filter-wrap {
    box-shadow: rgba(0, 0, 0, .1) 0px 10px 15px -3px, rgba(0, 0, 0, .05) 0px 4px 6px -2px;
    background: #fff
}

.filter {
    font-size: 18px
}

.reset-btn {
    font-size: 14px
}

.reset-btn:hover {
    color: #e84736
}

.filter-wrap hr {
    opacity: 12% !important
}

.filter-box {
    height: 178px;
    overflow: hidden
}

.filter-box h5 {
    font-size: 14px
}

.filter-box label,
span {
    font-size: 13px;
    margin-top: 3px;
    color: #3c413e;
    transition: .3s
}

.filter-box label:hover {
    color: #dcb752
}

.filter-box.show {
    height: auto
}

.filter-items {
    position: relative;
    overflow: hidden
}

.readmore {
    position: absolute;
    width: 100%;
    top: 130px;
    left: 0;
    background: #fff;
    color: #dcb752;
    cursor: pointer
}

.readmore::before {
    content: attr(data-more)
}

.filter-box.show .readmore {
    position: relative;
    top: auto;
    display: block
}

.filter-box.show .readmore::before {
    content: attr(data-less)
}

input:checked {
    background-color: #dcb752 !important;
    border: 0
}

.price-range h5,
.search-property h5 {
    font-size: 14px
}

.search-property input {
    font-size: 13px;
    border-radius: 5px 0px 0px 5px
}

.search-property input:focus {
    border: 1px solid #dcb752
}

.search-property .btn {
    border: 1px solid #e1e1e1;
    border-radius: 0px 5px 5px 0px;
    border-left: 0px;
    transition: .3s;
    color: #dcb752
}

.search-property .btn:hover {
    border: 1px solid #dcb752
}

.price-input-container {
    width: 100%
}

.price-input .price-field {
    display: flex;
    margin-bottom: 22px
}

.price-field label {
    margin-right: 10px;
    margin-top: 6px;
    font-size: 13px;
    color: #3c413e
}

.price-field input {
    flex: 1;
    font-size: 13px;
    color: #3c413e;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #e1e1e1;
    width: 92px
}

.price-field input:focus {
    border: 1px solid #dcb752;
    outline: none
}

.price-input {
    width: 100%;
    font-size: 19px;
    color: #dcb752
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.price-slider-range {
    width: 100px !important
}

.price-slider-range {
    height: 2px;
    position: relative;
    background: #e1e1e1;
    border-radius: 5px
}

.price-slider-range .price-slider {
    height: 100%;
    left: 0%;
    right: 15%;
    position: absolute;
    border-radius: 5px;
    background: #dcb752
}

.range-input {
    position: relative
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 4px;
    background: none;
    top: -4px;
    pointer-events: none;
    cursor: pointer;
    -webkit-appearance: none
}

input[type=range]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 70%;
    background: #fff;
    border: 2px solid #dcb752;
    pointer-events: auto;
    -webkit-appearance: none
}

input[type=range]::-webkit-slider-thumb:hover {
    height: 22px;
    width: 22px
}

@media screen and (max-width: 768px) {
    .main {
        width: 80%;
        margin-right: 5px
    }

    .custom-wrapper {
        width: 100%;
        left: 0;
        padding: 0 10px
    }

    .projtitle {
        width: 100%;
        position: relative;
        right: 26px
    }

    .price-input {
        align-items: center
    }

    .price-field {
        margin-bottom: 10px
    }
}

.ptoduct-details .product-details-wrap .product-images .img-slider {
    position: relative
}

.ptoduct-details .product-details-wrap .product-images .img-slider .thum-slider-container {
    margin: auto;
    scrollbar-width: none
}

.ptoduct-details .product-details-wrap .product-images .img-slider .thum-slider-container::-webkit-scrollbar {
    display: none
}

.ptoduct-details .product-details-wrap .product-images .img-slider .thum-slider-container .thum-slider-wrapper {
    display: flex;
    flex-direction: column;
    transition: transform .5s ease;
    height: 27rem
}

.ptoduct-details .product-details-wrap .product-images .img-slider .thum-slider-container .thum-slider-wrapper .product-thum-card {
    flex: 0 0 auto;
    margin: 6px 0;
    height: 5.813rem
}

.ptoduct-details .product-details-wrap .product-images .img-slider .thum-slider-container .thum-slider-wrapper .product-thum-card .product-thum-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px
}

.ptoduct-details .product-details-wrap .product-images .img-slider .thum-slider-container .prev-btn,
.ptoduct-details .product-details-wrap .product-images .img-slider .thum-slider-container .next-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(220, 183, 82, .5019607843);
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    width: 85%
}

.ptoduct-details .product-details-wrap .product-images .img-slider .thum-slider-container .prev-btn {
    top: 0px
}

.ptoduct-details .product-details-wrap .product-images .img-slider .thum-slider-container .next-btn {
    bottom: 0px
}

.ptoduct-details .product-details-wrap .product-images .product-view-img {
    width: 100%;
    height: 32.938rem;
    object-fit: cover
}

.ptoduct-details .product-details-wrap .product-info .product-title {
    color: #3c413e;
    font-size: 1.5rem
}

.ptoduct-details .product-details-wrap .product-info .price {
    color: #3c413e
}

.ptoduct-details .product-details-wrap .product-info .price span {
    font-size: 1rem
}

.ptoduct-details .product-details-wrap .product-info .rating {
    color: #3c413e
}

.ptoduct-details .product-details-wrap .product-info .rating i {
    color: #dcb752
}

.ptoduct-details .product-details-wrap .product-info .color-select .color-name {
    color: #6d7671;
    font-weight: 500
}

.ptoduct-details .product-details-wrap .product-info .color-select .color-item {
    border: 1px solid #dcb752;
    width: 3.5rem;
    height: 3.5rem;
    padding: .12rem
}

.ptoduct-details .product-details-wrap .product-info .color-select .color-item .color-img {
    width: 100%;
    height: 100%;
    cursor: pointer
}

.ptoduct-details .product-details-wrap .product-info .color-select .color-item.active {
    border: 2px solid #3c413e
}

.ptoduct-details .product-details-wrap .product-info .size-select {
    margin-top: -1rem
}

.ptoduct-details .product-details-wrap .product-info .size-select .size-list .size-item {
    border: 1px solid #dcb752;
    width: 2.2rem;
    height: 2.2rem;
    padding: .1rem;
    text-align: center;
    cursor: pointer
}

.ptoduct-details .product-details-wrap .product-info .size-select .size-list .size-text {
    font-size: .875rem;
    display: block;
    margin-top: 5px
}

.ptoduct-details .product-details-wrap .product-info .size-select .size-list .size-item.active {
    background: #dcb752
}

.ptoduct-details .product-details-wrap .product-info .size-select .size-list .size-item.active .size-text {
    color: #fff
}

.ptoduct-details .product-details-wrap .product-info .qty-select .qty-controls .qty-input {
    text-align: center;
    width: 3rem;
    color: #3c413e
}

.ptoduct-details .product-details-wrap .product-info .qty-select .qty-controls .qty-minus,
.ptoduct-details .product-details-wrap .product-info .qty-select .qty-controls .qty-plus {
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    color: #bbc1bd
}

.ptoduct-details .product-details-wrap .product-info .btn-primary {
    box-shadow: rgba(0, 0, 0, .1) 0px 10px 15px -3px, rgba(0, 0, 0, .05) 0px 4px 6px -2px
}

.ptoduct-details .product-details-wrap .product-info .call-img {
    width: 14rem
}

.ptoduct-details .product-details-wrap .product-info .share-to .btn {
    color: #dcb752;
    padding: 0;
    margin-right: 1rem
}

.ptoduct-details .product-details-wrap .product-description .nav-item {
    position: relative
}

.ptoduct-details .product-details-wrap .product-description .nav-item .nav-link {
    color: #dcb752;
    padding: 0 1.5rem .5rem 0;
    font-size: 1.2rem;
    font-weight: 600
}

.ptoduct-details .product-details-wrap .product-description .nav-item .nav-link.active {
    background: #fff;
    color: #3c413e;
    border-radius: 0
}

.ptoduct-details .product-details-wrap .product-description .nav-item .nav-link.active::after {
    content: "";
    background: #dcb752;
    width: 4rem;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0
}

@media(max-width: 1200px) {
    .ptoduct-details .product-details-wrap .breadcrumb {
        font-size: .85rem
    }

    .ptoduct-details .product-details-wrap .product-images .img-slider .thum-slider-container .thum-slider-wrapper {
        height: 17rem
    }

    .ptoduct-details .product-details-wrap .product-images .img-slider .thum-slider-container .thum-slider-wrapper .product-thum-card {
        margin: 4px 0;
        height: 4rem
    }

    .ptoduct-details .product-details-wrap .product-images .img-slider .thum-slider-container .prev-btn,
    .ptoduct-details .product-details-wrap .product-images .img-slider .thum-slider-container .next-btn {
        padding: 0px 4px;
        font-size: .875rem;
        width: 80%
    }

    .ptoduct-details .product-details-wrap .product-images .product-view-img {
        height: 23.563rem
    }

    .ptoduct-details .product-details-wrap .product-info .product-title {
        font-size: 1.2rem
    }

    .ptoduct-details .product-details-wrap .product-info .price {
        font-size: 1.6rem
    }

    .ptoduct-details .product-details-wrap .product-info .price span {
        font-size: 1rem
    }

    .ptoduct-details .product-details-wrap .product-info .rating {
        font-size: .875rem
    }

    .ptoduct-details .product-details-wrap .product-info .rating i {
        font-size: .87rem
    }

    .ptoduct-details .product-details-wrap .product-info h5 {
        font-size: 1rem
    }

    .ptoduct-details .product-details-wrap .product-info .color-select .color-item {
        width: 2.5rem;
        height: 2.5rem;
        padding: .1rem
    }

    .ptoduct-details .product-details-wrap .product-info .size-select {
        margin-top: -1.5rem
    }

    .ptoduct-details .product-details-wrap .product-info .size-select .size-list .size-item {
        width: 2rem;
        height: 2rem;
        padding: .1rem
    }

    .ptoduct-details .product-details-wrap .product-info .size-select .size-list .size-text {
        font-size: .75rem
    }

    .ptoduct-details .product-details-wrap .product-info .qty-select .qty-controls .qty-input {
        width: 2rem
    }

    .ptoduct-details .product-details-wrap .product-info .qty-select .qty-controls .qty-minus,
    .ptoduct-details .product-details-wrap .product-info .qty-select .qty-controls .qty-plus {
        width: 2rem;
        height: 2rem
    }

    .ptoduct-details .product-details-wrap .product-description .nav-item {
        position: relative
    }

    .ptoduct-details .product-details-wrap .product-description .nav-item .nav-link {
        color: #dcb752;
        padding: 0 1.5rem .5rem 0;
        font-size: 1.2rem;
        font-weight: 600
    }

    .ptoduct-details .product-details-wrap .product-description .nav-item .nav-link.active {
        background: #fff;
        color: #3c413e;
        border-radius: 0
    }

    .ptoduct-details .product-details-wrap .product-description .nav-item .nav-link.active::after {
        content: "";
        background: #dcb752;
        width: 4rem;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 0
    }

    .ptoduct-details .product-details-wrap .product-description .text {
        font-size: .875rem
    }
}

@media(max-width: 992px) {
    .ptoduct-details .product-details-wrap .product-info .qty-select .qty-controls .qty-input {
        padding: 0
    }

    .ptoduct-details .product-details-wrap .product-description .nav-item {
        position: relative
    }

    .ptoduct-details .product-details-wrap .product-description .nav-item .nav-link {
        color: #dcb752;
        padding: 0 1.5rem .5rem 0;
        font-size: 1.2rem;
        font-weight: 600
    }

    .ptoduct-details .product-details-wrap .product-description .nav-item .nav-link.active {
        background: #fff;
        color: #3c413e;
        border-radius: 0
    }

    .ptoduct-details .product-details-wrap .product-description .nav-item .nav-link.active::after {
        content: "";
        background: #dcb752;
        width: 4rem;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 0
    }

    .ptoduct-details .product-details-wrap .product-description .text {
        font-size: .875rem
    }
}

@media(max-width: 768px) {
    .ptoduct-details .product-details-wrap .product-info {
        margin-top: 1.5rem
    }

    .ptoduct-details .product-details-wrap .product-description {
        margin-top: 1rem
    }

    .ptoduct-details .product-details-wrap .product-description .nav-item {
        position: relative
    }

    .ptoduct-details .product-details-wrap .product-description .nav-item .nav-link {
        color: #dcb752;
        padding: 0 1.5rem .5rem 0;
        font-size: 1.2rem;
        font-weight: 600
    }

    .ptoduct-details .product-details-wrap .product-description .nav-item .nav-link.active {
        background: #fff;
        color: #3c413e;
        border-radius: 0
    }

    .ptoduct-details .product-details-wrap .product-description .nav-item .nav-link.active::after {
        content: "";
        background: #dcb752;
        width: 4rem;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 0
    }

    .ptoduct-details .product-details-wrap .product-description .text {
        font-size: .875rem
    }
}

@media(max-width: 596px) {
    .ptoduct-details .product-details-wrap .breadcrumb {
        font-size: .75rem
    }

    .ptoduct-details .product-details-wrap .product-images .img-slider .thum-slider-container .thum-slider-wrapper {
        height: 13.8rem
    }

    .ptoduct-details .product-details-wrap .product-images .img-slider .thum-slider-container .thum-slider-wrapper .product-thum-card {
        height: 3rem
    }

    .ptoduct-details .product-details-wrap .product-images .product-view-img {
        height: 19.625rem
    }

    .ptoduct-details .product-details-wrap .product-info {
        margin-top: 1.3rem
    }

    .ptoduct-details .product-details-wrap .product-info .product-title {
        font-size: 1rem
    }

    .ptoduct-details .product-details-wrap .product-info .price {
        font-size: 1.3rem
    }

    .ptoduct-details .product-details-wrap .product-info .price span {
        font-size: .86rem
    }

    .ptoduct-details .product-details-wrap .product-info .rating {
        font-size: .87rem
    }

    .ptoduct-details .product-details-wrap .product-info .rating i {
        font-size: .84rem
    }

    .ptoduct-details .product-details-wrap .product-info h5 {
        font-size: .85rem
    }

    .ptoduct-details .product-details-wrap .product-info .size-select {
        position: relative
    }

    .ptoduct-details .product-details-wrap .product-info .size-select .size-list .size-item {
        width: 1.9rem;
        height: 1.9rem;
        padding: .1rem
    }

    .ptoduct-details .product-details-wrap .product-info .size-select .size-list .size-text {
        font-size: .72rem;
        margin-top: 4px
    }

    .ptoduct-details .product-details-wrap .product-info .size-select .size-qty {
        position: absolute;
        right: 1.8rem;
        font-size: .85rem;
        top: 4rem
    }

    .ptoduct-details .product-details-wrap .product-info .qty-select {
        margin-top: .5rem
    }

    .ptoduct-details .product-details-wrap .product-info .qty-select .qty-controls .qty-input {
        width: 4rem
    }

    .ptoduct-details .product-details-wrap .product-info .qty-select .qty-controls .qty-minus,
    .ptoduct-details .product-details-wrap .product-info .qty-select .qty-controls .qty-plus {
        font-size: .9rem
    }

    .ptoduct-details .product-details-wrap .product-info .qty-select .btn-white,
    .ptoduct-details .product-details-wrap .product-info .qty-select .btn-primary {
        margin-top: 1.5rem
    }

    .ptoduct-details .product-details-wrap .product-info .call-img {
        width: 10rem
    }

    .ptoduct-details .product-details-wrap .product-info .share-to {
        margin-top: .45rem !important
    }

    .ptoduct-details .product-details-wrap .product-description .text {
        font-size: .75rem
    }
}

.checkout .checkout-wrap .social-login-btn {
    padding: 0 .5rem;
    font-size: 1.3rem;
    color: #fff
}

.checkout .checkout-wrap .social-login-btn span {
    color: #fff;
    padding-bottom: 10px;
    font-size: 1rem;
    font-weight: 500;
    padding: 10px
}

.checkout .checkout-wrap .social-login-btn.facebook {
    background: #0866ff
}

.checkout .checkout-wrap .social-login-btn.youtube {
    background: red
}

.checkout .checkout-wrap .sub-heading {
    font-size: 1.3rem;
    font-weight: 500
}

.checkout .checkout-wrap hr {
    border: 1px solid #dcb752
}

.checkout .checkout-wrap .form-check-input:focus {
    outline: none;
    box-shadow: none
}

.checkout .checkout-wrap textarea {
    color: #86908a
}

.checkout .checkout-wrap .order-summary caption {
    color: #3c413e
}

.checkout .checkout-wrap .order-summary caption span {
    font-weight: 600;
    font-size: 1.2rem;
    margin-left: .5rem
}

.checkout .checkout-wrap .order-summary .card-title {
    font-size: .8rem
}

.checkout .checkout-wrap .order-summary .card {
    height: 4.5rem;
    overflow: hidden
}

@media(max-width: 992px) {
    .checkout .checkout-wrap .cash-delivery-img {
        width: 10rem;
        margin-top: -1.5rem
    }

    .checkout .checkout-wrap .order-summary {
        margin-top: 2rem
    }

    .checkout .checkout-wrap .order-summary .apply {
        margin-top: .2rem
    }
}

@media(max-width: 576px) {
    .checkout .checkout-wrap .social-login-btn {
        padding: .3rem .5rem;
        font-size: .8rem
    }

    .checkout .checkout-wrap .social-login-btn span {
        font-size: .78rem;
        padding: 5px
    }

    .checkout .checkout-wrap .heading {
        font-size: 1.4rem
    }

    .checkout .checkout-wrap .sub-heading {
        font-size: 1rem
    }

    .checkout .checkout-wrap .cash-delivery-img {
        width: 8rem
    }

    .checkout .checkout-wrap .order-summary {
        margin-top: 2rem
    }

    .checkout .checkout-wrap .order-summary .apply {
        margin-top: .2rem
    }

    .checkout .checkout-wrap .order-summary .order-btn {
        font-size: .9rem
    }
}

.signup-form form {
    width: 24rem
}

.signup-form form .btn {
    font-size: .9rem
}

@media(max-width: 576px) {
    .signup-form form {
        width: 100%
    }

    .signup-form form .btn {
        font-size: .9rem
    }
}

.bg-img {
    background-image: url(../img/bg-img.jpeg);
    background-position: center;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -100 !important
}

.top-slide {
    background: #fff
}

.top-slide .top-slide-wrap .slide-img {
    height: auto;
    object-fit: cover;
    width: 100%
}

.top-slide .top-slide-wrap .shipping img {
    height: auto
}

.categories {
    background: #fff
}

.categories .slider-container .slider-wrapper .product-card {
    height: 14rem
}

.categories .slider-container .slider-wrapper .product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.categories .slider-container .slider-wrapper .product-card .btn {
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%)
}

.product-sliders {
    background: #fff
}

.product-sliders .view-all {
    position: absolute;
    right: 0;
    top: 1.2rem;
    font-size: .875rem;
    font-weight: 500;
    color: #3c413e
}

.youtube-video {
    background: #fff
}

.youtube-video .video-wrap .video-cover {
    width: 100%;
    height: auto
}

.about .about-wrap {
    height: 28rem
}

.slider-3items {
    background: #fff
}

.slider-3items .slider-3items-wrap {
    background: #f3f3f3
}

.slider-3items .slider-3items-wrap .slide-thum-img {
    width: 100%;
    height: 32.4rem;
    object-fit: cover
}

.product-gllery {
    background: #fff
}

.product-gllery .product-gllery-wrap .gallery-img-lg {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product-gllery .product-gllery-wrap .gallery-img-sm {
    width: 100%;
    height: auto;
    object-fit: cover
}

.product-gllery .product-gllery-wrap .gallery-img-md {
    width: 100%;
    height: auto;
    object-fit: cover
}

.testimonial-sliders {
    background: #fff
}

.newsletter {
    background: #fff
}

@media(max-width: 1400px) {
    .slider-3items .slider-3items-wrap .slide-thum-img {
        height: 100%
    }
}

@media(max-width: 1200px) {
    .categories .slider-container .slider-wrapper .product-card .btn {
        left: 50%;
        transform: translateX(-50%);
        font-size: .8rem
    }

    .product-sliders .view-all {
        top: 1rem;
        font-size: .875rem
    }

    .youtube-video {
        background: #fff
    }

    .youtube-video .video-wrap .video-cover {
        width: 100%
    }
}

@media(max-width: 992px) {
    .categories .slider-container .slider-wrapper .product-card {
        height: 12rem
    }

    .categories .slider-container .slider-wrapper .product-card .btn {
        left: 50%;
        transform: translateX(-50%);
        font-size: .7rem;
        padding: .3 .4rem
    }

    .product-sliders .view-all {
        top: .7rem;
        font-size: .85rem
    }

    .about .about-wrap {
        height: 18rem
    }
}

@media(max-width: 768px) {
    .product-sliders .view-all {
        top: .45rem;
        font-size: .75rem;
        right: .8rem
    }

    .about .about-wrap {
        height: 14rem
    }
}

@media(max-width: 576px) {
    .categories .slider-container .slider-wrapper .product-card .btn {
        font-size: .65rem;
        padding: .2rem .5rem
    }

    .about .about-wrap {
        height: 10rem
    }
}
.order-table,
.shopping-cart,
.wishlist-table {
    margin-bottom: 20px
}

.order-table .table,
.shopping-cart .table,
.wishlist-table .table {
    margin-bottom: 0
}

.order-table .btn,
.shopping-cart .btn,
.wishlist-table .btn {
    margin: 0
}

.order-table>table>tbody>tr>td,
.order-table>table>tbody>tr>th,
.order-table>table>thead>tr>td,
.order-table>table>thead>tr>th,
.shopping-cart>table>tbody>tr>td,
.shopping-cart>table>tbody>tr>th,
.shopping-cart>table>thead>tr>td,
.shopping-cart>table>thead>tr>th,
.wishlist-table>table>tbody>tr>td,
.wishlist-table>table>tbody>tr>th,
.wishlist-table>table>thead>tr>td,
.wishlist-table>table>thead>tr>th {
    vertical-align: middle !important
}

.order-table>table thead th,
.shopping-cart>table thead th,
.wishlist-table>table thead th {
    padding-top: 17px;
    padding-bottom: 17px;
    border-width: 1px
}

.order-table .remove-from-cart,
.shopping-cart .remove-from-cart,
.wishlist-table .remove-from-cart {
    display: inline-block;
    color: #f44336;
    font-size: 18px;
    line-height: 1;
    text-decoration: none
}

.order-table .count-input,
.shopping-cart .count-input,
.wishlist-table .count-input {
    display: inline-block;
    width: 100%;
    width: 86px
}

.order-table .product-item,
.shopping-cart .product-item,
.wishlist-table .product-item {
    display: table;
    width: 100%;
    min-width: 150px;
    margin-top: 5px;
    margin-bottom: 3px
}

.order-table .product-item .product-info,
.order-table .product-item .product-thumb,
.shopping-cart .product-item .product-info,
.shopping-cart .product-item .product-thumb,
.wishlist-table .product-item .product-info,
.wishlist-table .product-item .product-thumb {
    display: table-cell;
    vertical-align: top
}

.order-table .product-item .product-thumb,
.shopping-cart .product-item .product-thumb,
.wishlist-table .product-item .product-thumb {
    width: 80px;
    padding-right: 20px
}

.order-table .product-item .product-thumb>img,
.shopping-cart .product-item .product-thumb>img,
.wishlist-table .product-item .product-thumb>img {
    display: block;
    width: 100%
}

@media screen and (max-width:860px) {

    .order-table .product-item .product-thumb,
    .shopping-cart .product-item .product-thumb,
    .wishlist-table .product-item .product-thumb {
        display: none
    }
}

.order-table .product-item .product-info span,
.shopping-cart .product-item .product-info span,
.wishlist-table .product-item .product-info span {
    display: block;
    font-size: 12px
}

.order-table .product-item .product-info span>em,
.shopping-cart .product-item .product-info span>em,
.wishlist-table .product-item .product-info span>em {
    font-weight: 500;
    font-style: normal
}

.order-table .product-item .product-title,
.shopping-cart .product-item .product-title,
.wishlist-table .product-item .product-title {
    margin-bottom: 6px;
    padding-top: 5px;
    font-size: 16px;
    font-weight: 400
}

.order-table .product-item .product-title>a,
.shopping-cart .product-item .product-title>a,
.wishlist-table .product-item .product-title>a {
    transition: color .3s;
    color: #232323;
    line-height: 1.5;
    text-decoration: none
}

.order-table .product-item .product-title>a:hover,
.shopping-cart .product-item .product-title>a:hover,
.wishlist-table .product-item .product-title>a:hover {
    color: #377dff
}

.order-table .product-item .product-title small,
.shopping-cart .product-item .product-title small,
.wishlist-table .product-item .product-title small {
    display: inline;
    margin-left: 6px;
    font-size: 90%
}
.shopping-cart-footer {
    display: table;
    width: 100%;
    padding: 10px 0
}

.shopping-cart-footer>.column {
    display: table-cell;
    padding: 5px 0;
    vertical-align: middle
}

.shopping-cart-footer>.column:last-child {
    text-align: right
}

.shopping-cart-footer>.column:last-child .btn {
    margin-right: 0;
    margin-left: 15px
}

@media (max-width:768px) {
    .shopping-cart-footer>.column {
        display: block;
        width: 100%
    }

    .shopping-cart-footer>.column:last-child {
        text-align: center
    }

    .shopping-cart-footer>.column .btn {
        width: 100%;
        margin: 12px 0 !important
    }
}
.product-quantity {
    display: flex;
    float: left;
    margin-right: 10px;
}

.product-quantity span {
    width: 45px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    padding: 0;
    background-color: #fff;
    font-size: 14px;
    color: #838b97;
    border: 1px solid #dce1e5;
    margin: 0px;
    cursor: pointer;
    display: inline-block;
}

.product-quantity input {
    width: 50px;
    height: 41px;
    border: 1px solid #dce1e5;
    padding: 0 10px;
    text-align: center;
    margin: 0 0;
    color: #838b97;
}
.product-quantity input:focus{
    outline: none;
    box-shadow: unset;
    border-color: unset;
}
.product-quantity input::-webkit-outer-spin-button,
.product-quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-quantity input[type=number] {
    -moz-appearance: textfield;
}
.coupon-form .form-control {
    display: inline-block;
    width: 100%;
    max-width: 235px;
    margin-right: 12px
}

.coupon-form .btn {
    margin-right: 0
}

@media (max-width:768px) {
    .coupon-form .form-control {
        display: block;
        max-width: 100%
    }
}
.login-register.hidden-on-mobile .t-h-dropdown {
    margin-right: 0
}
.login-register {
    display: inline-block
}

.h-t-social-area ul li a,
.menu-top-area .login-register a,
.t-h-dropdown a {
    color: #505050;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none
}

.menu-top-area .login-register .track-order-link {color: #fff;}

.h-t-social-area ul li a:hover,
.menu-top-area .login-register:hover,
.t-h-dropdown a.active,
.t-h-dropdown a:hover {
    color: #377dff
}
.login-register .t-h-dropdown-menu {
    min-width: 180px;
    left: auto;
    right: 0
}

.login-register.hidden-on-mobile .t-h-dropdown {
    margin-right: 0
}
.breadcrumbs {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 18px;
    line-height: 1.8;
}



.sidebar-offcanvas.position-left {
    left: -320px;
    transition: left .4s cubic-bezier(.785, .135, .15, .86) .3s, box-shadow .3s .3s
}



.sidebar-offcanvas.open.position-left {
    left: 0
}
.sidebar {
    width: 100%
}


@media (max-width:991px) {
    .sidebar-offcanvas {
        position: fixed;
        top: 0;
        width: 320px;
        height: 100%;
        padding: 42px 24px 30px;
        background-color: #fff;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .15);
        z-index: 9910;
        overflow-y: auto;
        -ms-overflow-style: none
    }

    .sidebar-offcanvas.position-right {
        right: -320px;
        transition: right .4s cubic-bezier(.785, .135, .15, .86) .3s, box-shadow .3s .3s
    }

  

    .sidebar-close {
        display: block;
        position: absolute;
        top: 8px;
        right: 15px;
        color: #505050;
        font-size: 22px;
        cursor: pointer
    }

    .sidebar-offcanvas::-webkit-scrollbar {
        display: none
    }

 

  
}
/*# sourceMappingURL=style.min.css.map */
