/*
Primary Color = #ceab80
Secondary Color = #2b2f38
Primary Dark = var(--primary-theme-dark)
*/
:root {
    --primary-theme: #ceab80;
    --secondary-theme: #2b2f38;
    --primary-theme-dark: #b99871;
}
.user-icon.square img,
.profile-photo.square img {
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/*Functional Styling*/
@media (pointer: coarse), (hover: none) {
    [title] {
        position: relative;
        display: inline-flex;
        justify-content: center;
    }
    [title]:focus::after {
        content: attr(title);
        position: absolute;
        top: 90%;
        color: #000;
        background-color: #fff;
        border: 1px solid;
        width: fit-content;
        padding: 3px;
        font-size: 10px;
    }
}

/* NavBar  */
body {
    font-family: "Anek Bangla", Arial, sans-serif;
    font-size: 17px;
    /* line-height: 1.8; */
    font-weight: normal;
    background: #f1f2f4;
    color: #2c2c2c;
}

.anek-bangla {
    font-family: "Anek Bangla", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: var(--primary-theme);
    font-family: "Anek Bangla", Arial, sans-serif;
}
a:hover,
a:focus {
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: 1.5;
    font-weight: 500;
    font-family: "Anek Bangla", Arial, sans-serif;
    color: #000;
}
button,
input,
.btn {
    font-family: "Anek Bangla", Arial, sans-serif !important;
}
.bg-primary {
    background: var(--primary-theme) !important;
}

.ftco-section {
    padding: 1em 0 0;
    background: #fff;
    margin-bottom: 1em;
}

.ftco-no-pt {
    padding-top: 0;
}

.ftco-no-pb {
    padding-bottom: 0;
}

.heading-section {
    font-size: 28px;
    color: #000;
}

.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ftco-navbar-light {
    background: var(--secondary-theme) !important;
    z-index: 3;
    padding: 0;
}
@media (max-width: 991.98px) {
    .ftco-navbar-light {
        background: #000 !important;
        position: relative;
        top: 0;
        padding: 10px 15px;
    }
}
@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav {
        padding-bottom: 10px;
    }
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 15px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    opacity: 1 !important;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: var(--primary-theme);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:before {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
    color: #d7b68d;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover:before {
    width: 100%;
}
@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
        color: rgba(255, 255, 255, 0.7);
    }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
        color: #fff;
    }
}
@media (max-width: 767.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    border-radius: 4px;
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
    font-size: 16px;
    color: #000;
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover,
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
    background: var(--primary-theme);
    color: #fff;
}
@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
        display: block !important;
        background: #000;
    }
    .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
        color: rgba(255, 255, 255, 0.8);
    }
}
.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #fff;
    background: var(--primary-theme);
    border-radius: 0px;
}
@media (max-width: 767.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        color: #fff;
        background: var(--primary-theme);
        border-radius: 4px;
    }
}
.ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: var(--primary-theme);
}
@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.active > a {
        color: #fff;
    }
}
.ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.1em;
}
.ftco-navbar-light .navbar-toggler:focus {
    outline: none !important;
}

.navbar-brand {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.navbar-brand span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.3);
}
.navbar-brand:hover,
.navbar-brand:focus {
    color: #000;
}

.nav-right-buttons {
    display: inline-block;
}
@media (max-width: 991.98px) {
    .nav-right-buttons {
        margin: 0 auto;
    }
}
@media (max-width: 767.98px) {
    .nav-right-buttons {
        margin-bottom: 20px;
    }
}
.nav-right-buttons p a {
    height: 40px;
    margin-right: 8px;
    padding: 4px 9px;
    border-radius: 4px;
    background: var(--primary-theme);
    border-color: var(--primary-theme);
    color: black;
}
.nav-right-buttons p a.cart-badge {
    position: relative;
}
.nav-right-buttons p a.cart-badge span {
    position: absolute;
    top: -10px;
    right: -10px;
    background: var(--secondary-theme);
    min-width: 24px;
    height: 23px;
    border-radius: 10px;
    text-align: center;
    color: white;
    padding: 2px 4px;
    font-size: 14px;
}
.nav-right-buttons p a span {
    color: #4d4d4d;
}
.nav-right-buttons p a:hover {
    background: var(--primary-theme-dark);
}

.searchform {
    height: 50px;
    border: 1px solid rgb(206, 171, 128);
    overflow: hidden;
    border-radius: 4px;
}
@media (min-width: 992px) {
    .searchform {
        width: 300px;
    }
}
.searchform .form-control {
    width: calc(100% - 50px);
    border: none;
    background: #fff !important;
    color: rgba(0, 0, 0, 0.7) !important;
    font-size: 14px;
}
.searchform .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.7) !important;
}
.searchform .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.7) !important;
}
.searchform .form-control:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(0, 0, 0, 0.7) !important;
}
.searchform .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.7) !important;
}
.searchform .search {
    width: 50px;
    height: 50px;
    color: #ceab80 !important;
}
.searchform .search span {
    font-size: 16px;
    color: #ceab80;
}
.search-product-container {
    position: absolute;
    top: 52px;
    left: 14px;
    background: #fafafa;
    z-index: 111;
    width: 100%;
    padding: 8px;
    border: 1px solid #d2d2d2;
}
.search-product-container .search-item{
    display: flex;
    border-bottom: 1px solid #b4b4b4;
    gap: 8px;
    margin: 8px auto;
}
.search-product-container .search-item .image{
    width: 90px;
}
.search-product-container .search-item:nth-last-child(1){
    border: none;
}
.nav-logo {
    width: 200px;
}
/* home page  */
.section-title {
    background: linear-gradient(90deg, var(--primary-theme-dark), transparent);
    color: white;
    margin-bottom: 8px;
    border-radius: 4px;
    padding: 0 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.see-more-btn {
    font-family: "Anek Bangla", Arial, sans-serif;
    background: var(--primary-theme);
    color: var(--secondary-theme);
    font-size: 18px !important;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
}
/* product details  */
.product-card:hover {
    filter: drop-shadow(0px 2px 4px #969696);
}
.product-card .image-product{
    padding: 4px;
}
.product-details .product-image {
    padding: 10px;
}
.product-details #videoiframe {
    padding: 10px;
    width: 100%;
    min-height: 360px;
}
.product-details h3 {
    padding: 30px 0px 13px;
    font-weight: 500;
}
.product-details .product-price {
    margin-bottom: 18px;
}
.product-details .product-price span {
    color: var(--primary-theme-dark);
}
.product-details .product-price del {
    display: inline-block;
    font-size: 17px;
    margin-left: 10px;
    margin-right: 10px;
    color: #656565;
}
.product-details .product-size button {
    border: 1px solid var(--secondary-theme);
    border-radius: 2px;
    padding: 8px 16px;
    background: white;
    margin: 4px;
}
.product-details .product-size button.active {
    background: var(--secondary-theme);
    color: white;
}
.product-details .product-quantity {
    width: 220px;
    margin: 20px 0;
    align-items: baseline;
}
.product-details .product-image-slide-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
}
.product-details .product-image-slide-container .slide-btn {
    background: #ccc;
    border: none;
    outline: none;
    padding: 8px;
}
.product-details .product-image-slide div {
    display: inline-block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 5px;
    border: 1px solid var(--secondary-theme);
    cursor: pointer;
}
.product-details .product-image-slide div.active {
    border: 2px solid var(--primary-theme);
}
.product-image-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.product-details .product-image-slide div img {
    width: 100%;
    object-fit: cover;
}
.product-details .product-image-slide div img.video {
    padding: 20px;
}
.product-details .product-buttons button {
    background: var(--secondary-theme);
    color: #fff;
    padding: 8px 9px;
    width: 100%;
    border: none;
    outline: none;
    font-size: 19px;
    font-weight: 600;
}
/* cart page */
.cart-container {
    margin: 10px auto;
    border-bottom: 1px solid #e2e2e2;
    padding: 8px 2px;
}
#cartContainer.cartContainerLoading {
    position: relative;
}
#cartContainer.cartContainerLoading::after {
    content: "Loading....";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff91;
    z-index: 1111;
    text-align: center;
    padding: 64px;
    font-size: 30px;
    color: #3d3d3d;
}
.cart-container:nth-last-child(1) {
    border-bottom: none;
}
.cart-container .cart-image {
    width: 80px;
}
.cart-container .cart-desc {
    display: inline-flex;
    gap: 8px;
    justify-content: flex-start;
    align-items: baseline;
}
.cart-container .cart-descreption p {
    color: rgb(39, 39, 39);
    margin: 0;
    font-size: 19px;
}
.cart-container .cart-descreption p a {
    color: #000;
}
.cart-container .cart-descreption button {
    background: none;
    color: rgb(101, 101, 101);
    border: none;
    font-size: 19px;
}
.cart-container .cart-price-quantity {
    display: inline-flex;
    gap: 8px;
    justify-content: flex-end;
    align-items: flex-end;

    flex-wrap: wrap;
}
.cart-container .cart-price p {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 1px;
}
.cart-container .product-quantity {
    width: 105px;
}
.cart-container .product-quantity button,
.cart-container .product-quantity input {
    padding: 0 7px;
    height: 34px;
    width: 32px;
}
.checkout-summery p {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding-bottom: 4px;
}


.user-notification .dropdown.secondary{
    background: #c6c6c6;
    border-radius: 21px;
}
.user-notification .dropdown.wait{
    background: #c6c6c6;
    border-radius: 21px;
}
.user-notification .dropdown.active{
    background: #84c8af;
    border-radius: 21px;
}

table.order-details td{
    font-size: 18px;
}
table.order-details td a{
    color: #000;
}
.order-details-products img{
    width: 65px;
}
.orderBrandig{
    background: white;
    margin-bottom: 18px;
    padding: 10px 0;
    display: none;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.orderBrandig img{
    width: 80px;
    height: auto;
    margin-right: 13px;
}
.orderBrandig p{
    font-size: 20px;
}
.product-upload-preview {
    border: 1px solid #e9e9e9;
    display: inline-flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 4px;
}
.product-upload-preview img{
    width: 150px;
    border: 1px solid #d2d2d2;
    margin-bottom: 8px;
}
.product-upload-preview input{
    width: 150px;
}
.product-upload-preview button:nth-child(1){
    background: #ffa6a6;
    border: none;
    display: inline-block;
    width: 26px;
}
.contact-orders {
    margin: 46px auto;
    display: flex;
    justify-content: end;
    align-items: baseline;
    gap: 10px;
}
.contact-orders .whatsapp {
    background: #25d366;
    padding: 8px 12px;
    border-radius: 4px;
}
.contact-orders .whatsapp a {
    color: white !important;
}
.contact-orders .whatsapp:hover {
    background: #128c7e;
}
.contact-orders .messenger {
    background: #0084ff;
    padding: 8px 12px;
    border-radius: 4px;
}
.contact-orders .messenger a {
    color: white !important;
}
.contact-orders .messenger:hover {
    background: #005cbf;
}
.contact-orders .phone {
    background: #ffa6a2;
    padding: 8px 12px;
    border-radius: 4px;
}
.contact-orders .phone a {
    color: white !important;
}
.contact-orders .phone:hover {
    background: #ff6b6b;
}






/* print section */
.printOnly{
    display: none;
}
.printNone{
    display: initial;
}
@media print{
    body{
        background: white;
    }
    .printOnly{
        display: block;
    }
    .printNone{
        display: none;
    }
    .orderBrandig{
        display: flex;
    }
}
