/* Header Css  */
body {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
    height: 100%;
    position: relative;
}
html {
    overflow-x: hidden !important;
    scroll-behavior: smooth;
    height: 100%;
}
.submenu {
    top: 60px;
    left: -20px;
    transition: 0.4s ease;
    opacity: 0;
    max-width: max-content;
    z-index: 1;
    width: 300px;
    /* overflow-y: auto; */
    /* height: 200px; */
    max-width: 280px;
}
.submenu .accordion-button {
    font-size: 14px;
    padding-bottom: 7px !important;
    box-shadow: none;
    padding-top: 8px !important;
    position: relative;
}

.submenu .accordion-button::after {
    width: 13px;
    height: 13px;
    background-size: 13px;
    position: absolute;
    right: 0;
}
/* .submenu .accordion-button::after {
    mix-blend-mode: color-burn;
} */
.submenu .accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path%20fill-rule='evenodd'%20d='M1.646%204.646a.5.5%200%200%201%20.708%200L8%2010.293l5.646-5.647a.5.5%200%200%201%20.708.708l-6%206a.5.5%200%200%201-.708%200l-6-6a.5.5%200%200%201%200-.708z'/></svg>");
    color: white;
}
.submenu .accordion-button:hover {
    z-index: unset;
}
/* width */
.submenu::-webkit-scrollbar {
    width: 2px;
}
/* Track */
.submenu::-webkit-scrollbar-track {
    background: var(--extra-color-1);
}

/* Handle */
.submenu::-webkit-scrollbar-thumb {
    background: var(--extra-color-3);
}

/* Handle on hover */
.submenu::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.site-header .header-menu-bar .list-item.dropdown:hover .submenu {
    top: 20px;
    opacity: 1;
    overflow: visible;
}
.header-link.active {
    color: var(--extra-color-3);
    font-weight: 700;
}
.mobile-header .header-link.active {
    color: var(--dark-color);
    font-weight: 700;
}
.site-header .header-menu-bar .list-item.dropdown {
    overflow: hidden;
}
.site-header .header-menu-bar .list-item.dropdown:hover {
    overflow: visible;
    opacity: 1;
}
.site-header .header-menu-bar .list-item.dropdown:hover .submenu li:last-child {
    margin-bottom: 0px !important;
}
.site-header span.number {
    background: var(--reviews-color);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 7px;
    /* right: -11px; */
    left: 9px;
}
.site-header .mobile-header {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    right: 0px;
    padding: 100px 20px 20px;
    background-color: var(--extra-color-3);
    min-height: 100%;
    transform: translateX(100%);
    transition: 0.2s all;
}

/* Mobile Responsive  */
@media (max-width: 991px) {
    .site-header .mobile-header.active {
        transform: translateX(0px);
    }
}
/* Header Css  */

/* Banner Start Here */
.banner-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: 580px;
}
.banner-mid-content {
    backdrop-filter: blur(4px);
    background-color: #ffffff21;
    /* margin-bottom: -96px; */
    border-radius: 20px 20px 0px 0px;
    position: absolute;
    bottom: 0;
    width: 40%;
    left: unset;
    right: 5%;
}
.header-border-line {
    background-color: #b7b7b7;
    width: 1px !important;
    height: 30px !important;
    display: block;
}
.banner-content-here {
    transform: rotate(-4deg);
}

/* Laptop Responsive  */
/* @media(max-width:1536px){
	.banner-section .level-1 {
        font-size: 65px;
    }
} */
@media (max-width: 1400px) {
    .banner-section .level-1 {
        font-size: 56px;
    }
}
@media (max-width: 1200px) {
    .banner-section .level-1 {
        font-size: 50px;
    }
}
/* Laptop Responsive  */

/* Tablet Resposnive  */
@media (max-width: 991px) {
    .banner-section .level-1 {
        font-size: 40px;
    }
}

/* Mobile Resposnive  */
@media (max-width: 575px) {
    .banner-section {
        height: 375px;
        background-position: center right;
    }
    .banner-section .level-1 {
        font-size: 23px;
    }
    .banner-mid-content {
        width: 90%;
        left: 0;
        right: 0;
        margin: auto;
    }
}
/* Banner End Here */

/* seller-section Css  */
.seller-section .seller-img figure img.img-fluid {
    max-width: 398px;
    height: 339px;
}
/* seller-section Css  */

/* shop Css  */

.product-slider-sec .single-product {
    margin: 0px 20px;
}

.product-img-wrap:hover .product-image {
    transform: translateY(-10px);
}

.product-img-wrap .product-image {
    transition: 0.2s ease;
    background-color: var(--extra-color-1);
    border-radius: 7px;
}

.product-img-wrap .product-image img.img-fluid {
    border-radius: 7px;
    height: 227px;
}

.products-details-tab .nav-pills .nav-link:focus,
.nav-link:hover {
    color: var(--nav-color);
    background: var(--extra-color-2);
}

.product-anchor:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--secondary-color);
    border-radius: 50%;
    left: 40%;
    top: 9px;
    opacity: 0;
}

.product-anchor.active:after {
    opacity: 1;
}

.product-left-wrapper img.img-fluid {
    max-width: 306px;
    height: 240px;
    object-fit: cover;
    border-radius: 7px;
}

.shop-select {
    background-image: url(../img/arrow-down.png);
    background-repeat: no-repeat;
    background-position: center left 95%;
}

/* Mobile Responsive  */
@media (max-width: 575px) {
    .product-slider-sec .single-product {
        margin: 0px 0px;
    }
    .product-left-wrapper img.img-fluid {
        max-width: 100%;
    }
}
/* Mobile Responsive  */

/* shop Css  */

/* contact Css  */
.contact-anchor {
    transition: 0.2s;
    font-weight: 400;
}
.contact-anchor:hover {
    color: var(--reviews-color);
    font-weight: 600;
}
/* contact Css  */

/* about page Css  */
.home-video video#myVideo {
    height: 729px;
    object-fit: cover;
}
.about-icons-wrapper img.img-fluid {
    height: 80px;
    width: 90px;
    object-fit: contain;
}
.video-slide video {
    height: 300px;
    object-fit: cover;
}

.about-img-wrapper .about-img-set {
    max-width: 100%;
    height: 447px;
    object-fit: cover;
    border-radius: 7px 7px 0px 0px;
}
.about-img-wrapper .about-img-title {
    max-width: 430px;
    height: 67px;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px;
}

/* Laptop Responsive  */
@media (max-width: 1200px) {
    .home-video video#myVideo {
        height: 100%;
    }
}
/* Laptop Responsive  */

/* Mobile Resposnive  */
@media (max-width: 575px) {
    .video-slide video {
        height: 170px;
    }
    .about-img-wrapper .about-img-set {
        max-width: 100%;
        height: 100%;
    }

    .about-img-wrapper .about-img-title {
        max-width: 100%;
        height: 37px;
    }
}
/* Mobile Resposnive  */

/* about page Css  */

/* Faqs page Css  */
.faqs-section .accordion-button {
    padding: 1rem 1.25rem;
    background-color: var(--extra-color-1);
    border-radius: 7px;
}

.faqs-section .accordion-item {
    border: 1px solid var(--extra-color-1);
    margin-bottom: 10px;
    border-radius: 7px;
}
.faqs-section .accordion-button:not(.collapsed) {
    color: var(--extra-color-2);
    background-color: var(--extra-color-3);
    box-shadow: unset;
    font-weight: 600;
    border-radius: 7px 7px 0px 0px;
}
.faqs-section .accordion-body {
    padding: 1rem 1.25rem;
    background: var(--extra-color-3);
    border-radius: 0px 0px 7px 7px;
}

/* login-section Css  */
.login-section {
    padding: 80px 0px 200px;
}

/* Mobile Responisve  */
@media (max-width: 557px) {
    .login-section {
        padding: 35px 0px 35px;
    }
}
/* Mobile Responisve  */

/* login-section Css  */

/* table content Css  */
.table-content-wrapper table.table tbody td {
    vertical-align: middle;
    padding: 20px 0px;
}
.table-content-wrapper .table > :not(:last-child) > :last-child > * {
    border-bottom-color: #e1e1e1;
}
.cart-name {
    width: 360px;
    text-align: left;
    display: inline-block;
    margin-bottom: 10px;
}
.cart-img {
    border-radius: 10px;
}

/* Laptop Responsive  */
@media (max-width: 1400px) {
    .cart-name {
        width: 170px;
    }
    .cart-sec .counter {
        height: 35px;
        max-width: 110px;
    }
}
/* Laptop Responsive  */

/* mobile Responsive  */
@media (max-width: 575px) {
    .view-product-btn {
        padding: 5px 10px;
    }
}
/* mobile Responsive  */

/* table content Css  */

/* dashboard page Css  */
.dashboard-section {
    padding: 90px 0px 170px;
}
.dashboard-section .profile-tabs .nav-pills .nav-link.active {
    color: var(--extra-color-2);
    background-color: var(--extra-color-3);
    font-family: var(--primary-font);
    font-weight: 600;
    width: 100%;
    text-align: left;
    border-radius: 0px 0px 0px 0px;
    position: relative;
}
.dashboard-section
    .profile-tabs
    .nav-pills
    .nav-item:last-child
    .nav-link.active {
    border-radius: 0px 0px 7px 7px;
}
.dashboard-section
    .profile-tabs
    .nav-pills
    .nav-item:not(:last-child)
    .nav-link::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    background: #ebddc3;
    bottom: 0;
    left: 50%;
    transform: translateX(-52%);
}

.dashboard-section .nav-link.active:before {
    content: unset !important;
}
.dashboard-section .profile-tabs .nav-pills .nav-link {
    padding: 20px 30px;
    position: relative;
}
.dashboard-section .nav-link:focus,
.nav-link:hover {
    color: var(--extra-color-2);
    background: transparent;
}
.dashboard-section .profile-tabs .nav-pills .nav-link.active:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--secondary-color);
    border-radius: 50%;
    right: 5%;
    bottom: 25px;
}
.order-detail-text {
    width: calc(100% - 70px);
}
.default-text {
    color: #b9b2a4;
}
.order-summary {
    border: 1px solid #ebddc3;
    padding: 30px;
    margin-top: 20px;
}

.order-detail-img figure img.img-fluid {
    max-width: 138px;
    height: 123px;
}

/* Mobile Resposnive  */
@media (max-width: 575px) {
    .order-detail-text {
        width: unset;
    }
    .order-detail-img {
        width: 100%;
    }
    .dashboard-section {
        padding: 50px 0px;
    }
}
/* Mobile Resposnive  */
/* dashboard page Css  */

/* Productdetails page Css  */
.product-detail-img figure img.img-fluid {
    height: 410px;
    border-radius: 7px;
    object-fit: scale-down;
}
.quanity-content {
    flex: 0 0 25%;
}
.products-details-tab .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--body-color);
    background-color: var(--secondary-color);
}
.products-details-tab .nav-pills .nav-link {
    border: 1px solid var(--dark-color);
    border-radius: 2px;
    padding: 5px 70px;
}
.color-span {
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    border-radius: 2px;
}

ul.submenu.list-unstyled .accordion-body {
    padding: 0;
}
.color-wrapper input:checked ~ .color-span {
    outline-color: var(--secondary-color);
    border-color: #fffcf5;
}

.color-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.color-name {
    width: 150px;
    height: 52px;
    display: block;
    outline: 1px solid transparent;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 14px;
    padding: 10px;
    background: var(--extra-color-1);
    color: #000;
    font-family: var(--secondary-regular-font);
}

.color-wrapper input:checked ~ .color-name {
    outline-color: var(--secondary-color);
    background: #000;
    color: #fff;
}

.slider-inner figure img.img-fluid {
    max-width: 100%;
    height: 150px;
}

/* .slider-inner figure {
    margin: 0px 10px;
} */

/* Mobile Responsive  */
@media (max-width: 575px) {
    .products-details-tab .nav-item {
        width: 100%;
    }
    .products-details-tab .nav-pills .nav-link {
        width: 100%;
    }
}

/* Productdetails page Css  */
/* Checkout Css Start */
.address-list .address-data {
    cursor: pointer;
    transition: 0s;
    background-image: url("../img/check-icon.png");
    background-position: top 20px left 20px;
    background-repeat: no-repeat;
}
.address-list .single-address input:checked ~ .address-data {
    background-image: url("../img/checked.png");
}
.address-wrapper {
    border-left: 1px solid #dbd4c3;
}
.checkout-scroll .summary-img figure {
    background: var(--body-color);
    padding: 20px;
    border-radius: 9px;
}
.checkout-scroll .summary-img figure img.img-fluid {
    max-width: 81px;
    height: 79px;
    border-radius: 9px;
}

/* Mobile Responsive  */
@media (max-width: 575px) {
    .checkout-scroll .summary-img figure img.img-fluid {
        max-width: 51px;
        height: 49px;
    }
    .checkout-scroll .summary-img figure {
        padding: 10px;
    }
}
/* Mobile Responsive  */

/* Checkout Css End */

/* thankyou-page Css  */
.thankyou-sec {
    padding: 150px 0px 200px;
}
/* thankyou-page Css  */

/* Testimonails Css  */
.swiper-wrapper .testi-content {
    width: calc(100% - 294px);
}

.testi-img figure .testimonials-profile {
    max-width: 236px;
    height: 290px;
    object-fit: cover;
}
.not-found-wrapper {
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.header-options form {
    margin-bottom: 0;
}
.testi-img .commas-img {
    right: -24%;
}

.testi-img .commas-img img.img-fluid {
    max-width: 115px;
    height: 65px;
    object-fit: cover;
    width: 100%;
}
.testi-content {
    padding-left: 60px;
}

/* Mobile Responsive  */

/* Testimonails Css  */

/* terms-section Css  */
.terms-section p {
    font-size: 15px;
    font-family: var(--primary-font);
    font-weight: 400;
    color: var(--secondary-color);
}
/* terms-section Css  */
h2.your-cart-empty-wrapper {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* tablet Responsive  */
@media (max-width: 912px) {
    .about-img-wrapper .about-img-title {
        max-width: 100%;
        height: 37px;
        object-fit: cover;
        border-radius: 20px 20px 0px 0px;
    }
    .product-detail-img figure img.img-fluid {
        height: unset;
        border-radius: 7px;
    }
    h2.your-cart-empty-wrapper {
        height: 60vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .banner-section {
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        height: 340px;
    }
    section.not-found-section {
        height: 67vh;
    }
    .table-content-wrapper {
        height: 60vh;
    }
    .login-wrapper {
        height: 25vh;
        display: flex;
        flex-direction: column;
        justify-content: end;
    }
    .pagination {
        display: flex;
        padding-left: 0;
        list-style: none;
        flex-wrap: wrap;
    }
}
/* tablet Responsive  */
@media (max-width: 768px) {
    .testi-content {
        padding-left: 0px;
    }
    .about-img-wrapper .about-img-title {
        max-width: 100%;
        height: 37px;
        object-fit: cover;
        border-radius: 20px 20px 0px 0px;
    }
    .products-accordion-wrapper .accordion-button {
        background-color: var(--extra-color-3);
        font-family: var(--primary-font);
        font-weight: 500;
        padding: 0px 0px;
        font-size: 14px;
    }
    .products-accordion-wrapper a.product-anchor {
        font-size: 14px;
    }
    .wrapper-flex {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row !important;
    }
    .wrapper-flex a.btn {
        width: 130px;
    }
    .pagination {
        display: flex;
        padding-left: 0;
        list-style: none;
        flex-wrap: wrap;
    }
    .table-content-wrapper {
        height: 60vh;
    }
}
/* tablet Responsive  */

/* Mobile Responsive  */
@media (max-width: 575px) {
    .swiper-wrapper .testi-content {
        width: 100%;
        margin-top: 20px;
    }
    .site-footer .footer-para {
        width: 100% !important;
    }
    .testi-img .commas-img {
        right: -14%;
    }
    h2.your-cart-empty-wrapper {
        height: 50vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pagination {
        display: flex;
        padding-left: 0;
        list-style: none;
        flex-wrap: wrap;
    }
    .product-detail-img figure img.img-fluid {
        height: unset;
        border-radius: 7px;
    }
    .slider-sec .slick-dots li {
        background: #dacdb2;
        height: 10px;
        width: 10px;
        margin: 0 2px;
        border-radius: 50%;
        transition: 0.4s ease;
    }
    .products-section .slick-dots li button:before {
        font-family: "slick";
        font-size: 26px;
    }
    .products-section .slick-dots {
        position: absolute;
        bottom: -75px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }
    .products-section .slick-dots li button:before {
        font-size: 35px;
    }
    .table-content-wrapper {
        height: 36vh;
    }
    .seller-btn {
        margin-bottom: 20px;
    }
}
