*,
*::before,
*::after {
    box-sizing: border-box;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*  font-family: "Raleway", sans-serif;  font-family: "Roboto", sans-serif;  font-family: "Poppins", sans-serif;*/

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #292929;
    font-family: "Raleway", sans-serif;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    height: auto;
    display: block;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

.btn-primary {
    background-color: #6ec1e4;
    border-color: #6ec1e4;
    font-weight: 700;
    color: #292929;
    text-transform: uppercase;
    border-radius: 3px;
}

.btn-primary:focus {
    background-color: #9cd8f2;
    border-color: #9cd8f2;
    /* transform: scale(1.1); */
    color: #292929;
    /* transition-duration: .3s;
    transition-property: transform; */
}

.btn-primary:hover {
    background-color: #9cd8f2;
    border-color: #9cd8f2;
    /* transform: scale(1.1); */
    color: #292929;
    /* transition-duration: .3s;
    transition-property: transform; */
}

.btn:first-child:active {
    background-color: #9cd8f2;
    border-color: #9cd8f2;
    /* transform: scale(1.1); */
    color: #292929;
    /* transition-duration: .3s;
    transition-property: transform; */
}

.mb-120 {
    margin-bottom: 120px;
}

.container {
    max-width: 1200px;
}

.container-fluid {
    max-width: 1800px;
}

.search-box {
    position: relative;
}

.search-box input {
    background: #fff;
    box-shadow: 0 0 0 1px #eee;
    padding: 13px 24px 13px 48px;
    font-size: 17px;
    line-height: 24px;
    border: 2px solid transparent;
    border-radius: 30px;
    height: 40px;
    max-width: 230px;
}

.search-box input::placeholder {
    font-size: 0.9rem;
    font-weight: 300;
}

/* topbar */

.topbar {
    background-color: #6ec1e4;
    padding: 10px 0;
}

.shipping-info {
    display: flex;
    gap: 15px;
    align-items: center;
}

.shipping-text .shipping-title {
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #292929;
}

.shipping-text p {
    font-family: "Raleway", Sans-serif;
    font-size: 0.7rem;
    font-weight: 400;
    color: #292929;
}

/* header */
header {
    background-color: #f8f7f3;
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 1111;
}

.navigation {
    display: flex;
    align-items: center;
    gap: 20px;
}

.left-navigation {
    display: flex;
    align-items: center;
    gap: 20px;
    width: auto;
}

.logo {
    min-width: auto;
}

.logo img {
    max-width: max-content;
}

nav ul {
    display: flex;
}

.nav-menu {
    padding: 0.5rem 0.6rem;
}

nav ul li span.menu-title-text {
    font-size: 1rem;
    color: #1f2124;
    cursor: default;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
}

.menu-toggle {
    display: flex;
    align-items: center;
    padding: 0;
}

nav button {
    border: none;
    background-color: transparent;
    cursor: pointer !important;
}

.menu-dropdown-icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
}

.menu-dropdown-icon img {
    width: 10px;
    height: auto;
}

.menu-dropdown-icon .caretUp {
    display: none;
}

.menu-icon a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu-icon a svg {
    max-width: 30px;
    width: 30px;
    transition: all 0.3s;
    transition-duration: 0.3s;
    transition: transform 0.3s ease;
}

.menu-icon a:hover span {
    color: #6ec1e4;
}

.menu-icon a:hover svg {
    fill: #6ec1e4;
    transform: scale(1.1);
}

.right-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    width: 100%;
}

.right-navigation .menu-icon a span {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.menu-content {
    position: absolute;
    left: 0;
    top: auto;
    width: 100%;
    background-color: #f8f7f3;
    min-height: 100px;
    z-index: 1111;
    padding-top: 32px;
    padding-bottom: 32px;
}

.menu-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.menu-column h2 {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 10px;
}

.menu-column ul {
    display: flex;
    flex-direction: column;
}

.menu-column ul li a {
    color: #292929;
    font-size: 1rem;
    font-weight: 400;
}

.flags-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 20px 0;
    flex-direction: row;
}

.flags-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.flags-column .flag-item {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f8f8;
    padding: 10px;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.flags-column .flag-item img {
    max-width: 100%;
    height: auto;
    display: block;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #6ec1e4;
    border-radius: 50% 50% 50% 50%;
}

.flags-column .flag-item:hover {
    transform: scale(1.05);
}

.menu-column .social-items a svg {
    width: 25px;
    height: 25px;
}

.menu-column .social-items {
    background-color: #000;
    border-radius: 10%;
}

.menu-column .social-items a svg path {
    fill: #6ec1e4;
}

.menu-dropdown-icon .caretUp,
.menu-dropdown-icon .caretDown {
    display: none;
}

/* Show down caret by default */
.menu-toggle[aria-expanded="false"] .caretDown {
    display: inline-block;
}

/* Show up caret when expanded */
.menu-toggle[aria-expanded="true"] .caretUp {
    display: inline-block;
}

/* slider-section */

.slider-section {
    height: calc(100vh - 180px);
}

.carousel-item {
    height: calc(100vh - 180px) !important;
}

.slider-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11;
    transition: background 0.3s, border 0.3s, box-shadow 0.3s, transform 0.4s;
    background-color: rgba(41, 41, 41, 0.6);
}

.content-info {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.content-info h1 {
    text-align: center;
    line-height: 5rem;
    font-size: 4rem;
    font-weight: 600;
    color: #fff;
    font-family: "Roboto", sans-serif;
}

.content-info p {
    color: #fff;
    text-align: center;
    font-size: 2rem;
    font-style: italic;
    font-family: "Roboto", sans-serif;
}

.hero-action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 60px;
}

.hero-action .btn {
    min-width: 180px;
}

/* promo-banner  */

.promo-banner {
    background-color: #012169;
    padding: 10px 0;
}

.promo-banner p {
    text-align: center;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
}

/* product-grid */

.product-grid {
    margin: 4rem 0;
}

.product-img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.product-item {
    min-height: 285px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    transition: background 0.3s, border 0.3s, box-shadow 0.3s, transform 0.4s;
    overflow: hidden;
}

.product-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transition: background 0.3s, border 0.3s, box-shadow 0.3s, transform 0.4s;
    background-color: rgba(41, 41, 41, 0.3);
}

.product-item:hover .product-title {
    background-color: rgba(41, 41, 41, 0.6);
}

.product-btn {
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin-block-end: 0.9rem;
    font-style: italic;
    color: #fff;
}

/* media-grid */

.media-grid .row {
    margin-right: 0;
    margin-left: 0;
    overflow: hidden;
}

.media-grid .media-box {
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    transition: background 0.3s, border 0.3s, box-shadow 0.3s, transform 0.4s;
    overflow: hidden;
}

.media-grid .media-box .media-item {
    position: relative;
    z-index: 1;
}

.media-grid .media-box:hover {
    transform: scale(1.05);
    opacity: 1;
    /* optional */
}

.media-grid .media-box::before {
    background-color: #292929;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
    content: "";
    width: 100%;
    height: 100%;
}

.media-grid .media-box:hover::before {
    opacity: 0.5;
}

/* flag-section */

.flag-section {
    padding: 4rem 0;
}

.flag-item .flag {
    height: 306px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    background-color: #e0e0e0;
    overflow: hidden;
}

.flag-item .flag img {
    object-fit: contain;
    width: 100%;
    height: auto;
}

.flag-info .flag-dec {
    font-size: 18px;
    font-weight: 400;
    color: #292929;
    margin-bottom: 1rem;
    display: flex;
    min-height: 81px;
}

.flag-info .price {
    color: #292929;
    font-weight: 600;
    font-size: 1rem;
}

/* banner-section */

.banner-section {
    min-height: 961px;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-section .container {
    max-width: 1800px;
}

.banner-section::before {
    background-color: transparent;
    background-image: linear-gradient(92deg, #292929 27%, #f8f7f300 100%);
    content: "";
    opacity: 0.64;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner-section .container {
    position: relative;
    z-index: 1;
}

.banner-info h2 {
    font-size: 4rem;
    font-weight: 600;
    color: #f8f7f3;
}

.banner-info p {
    font-size: 2rem;
    font-weight: 400;
    color: #f8f7f3;
    font-style: italic;
    margin-block-end: 2rem;
}

.banner-section .btn {
    min-height: 40px;
    min-width: 130px;
    border-radius: 3px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

/* Footer Base */
footer {
    background-color: #f8f7f3;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
}

/* Footer Top */
.footer-top {
    padding: 60px 0;
}

.footer-box,
.footer-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-info p {
    font-size: 1rem;
    max-width: 366px;
}

.footer-info ul {
    display: flex;
}

.footer-info ul li {
    position: relative;
}

.footer-info ul li a {
    font-size: 0.9rem;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #292929;
    padding: 0.5rem 1rem;
    position: relative;
}

.footer-info ul li:first-child a {
    padding-left: 0;
}

.footer-info ul li::after {
    content: "";
    height: 20px;
    border-left: 2px solid;
    position: absolute;
    right: 0;
}

.footer-info ul li:last-child::after {
    display: none;
}

/* Social Links */
.social-link {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-items a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Footer Links */
.footer-link .footer-header,
.subscribeforOffers .footer-header {
    margin-bottom: 0.9rem;
    font-size: 1rem;
    font-weight: bold;
    color: #292929;
}

.footer-link li a {
    font-size: 1rem;
    font-weight: 400;
    color: #292929;
}

/* Footer Search */
.footer-search {
    position: relative;
}

.footer-search input {
    background: #fff;
    box-shadow: 0 0 0 1px #eee;
    padding: 13px 24px 13px 48px;
    font-size: 17px;
    line-height: 24px;
    border: 2px solid transparent;
    border-radius: 30px;
    height: 40px;
    max-width: 230px;
}

.footer-search input::placeholder {
    font-size: 0.9rem;
    font-weight: 300;
}

.magnifier {
    position: absolute;
    left: 15px;
    top: 12px;
}

/* Subscribe Form */
.subscribeforOffers input {
    width: 100%;
    padding: 16px;
    border: 2px solid #292929;
    border-radius: 8px !important;
    background: transparent;
    color: #292929;
    box-sizing: border-box;
}

.subscribeforOffers input:focus {
    outline: none;
    box-shadow: none;
}

.subscribeforOffers .btn-primary {
    background-color: #6ec1e4;
    border-color: #6ec1e4;
    color: #292929;
    font-size: 20px;
    font-weight: bold;
    height: 56px;
}

.subscribeforOffers .btn-primary:hover {
    color: #292929;
    background-color: #0aaaed;
    border-color: #0aaaed;
}

/* Footer Middle */
.footer-middel {
    padding: 0.5rem;
}

.payment-mode {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    min-height: 95px;
}

/* Footer Bottom */
.footer-bottom {
    background-color: #292929;
}

.footer-bottom .footer-copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.footer-bottom .footer-item p {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    color: #f8f7f3;
    padding: 0.5rem 0;
}

.mobile-menu svg {
    width: 20px;
    height: 20px;
}

.mobile-menu {
    display: none;
}

/* category-box */

.category-box {
    padding: 20px 0 60px;
}

.category-header {
    margin-bottom: 20px;
}

.category-header h2 {
    font-size: 2.5rem;
    font-family: "Poppins", sans-serif;
    line-height: 2.3rem;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 50px;
}

.category-header p {
    font-size: 1rem;
}

.category-header p span {
    font-weight: 600;
}

.product-card {
    background-color: #f8f7f3;
    height: 100%;
}

.product-card .card-img {
    position: relative;
    border-style: solid;
    border-width: 2px;
    border-color: #dfdfdf;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e0e0e0;
}

.product-card .card-img img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.product-info {
    padding: 10px 10px 2rem;
}

.product-info span {
    padding: 0.5em 0;
    margin: 0;
    font-size: 1em;
    text-align: center;
    font-weight: 600;
    width: 100%;
    display: block;
    color: #292929;
    line-height: normal;
}

.product-info p {
    color: #292929;
    margin-bottom: 0.5em;
    text-align: center;
    font-size: 1rem;
}

.product-action {
    display: flex;
    gap: 10px;
    margin-top: 1em;
    justify-content: center;
}

.product-action .btn {
    font-family: "Roboto", sans-serif;
    font: size 1rem;
    font-weight: 500;
    text-transform: capitalize;
}

.pagination-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.pagination-box ul li a {
    color: #292929;
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    color: #292929;
    background-color: #6ec1e4;
    border-color: #6ec1e4;
}

.term-description {
    margin-top: 20px;
}

.term-description p {
    color: #292929;
    font-size: 1rem;
}

.term-description span {
    font-size: 1rem;
    font-weight: 600;
}

.filter-box {
    background-color: #f8f7f3;
    margin-top: 100px;
}

.filter-title {
    color: #292929;
    padding: 0.5rem 1rem;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 0.25rem;
    margin-bottom: 0.5rem;
}

.form-check {
    margin-left: 1rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.form-check-label {
    line-height: normal;
}

/* Custom checkbox appearance */
.form-check-input {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.25rem;
    /* Default: rounded square */
    border: 2px solid #6ec1e4;
    background-color: #fff;
    transition: all 0.2s ease;
    cursor: pointer;
}

/* Rounded shape */
.form-check-input.rounded {
    border-radius: 50%;
}

/* Checked state */
.form-check-input:checked {
    background-color: #6ec1e4;
    border-color: #6ec1e4;
    box-shadow: none;
}

/* Hover effect */
.form-check-input:hover {
    border-color: #6ec1e4;
}

/* Focus effect */
.form-check-input:focus {
    box-shadow: none;
}

.form-check .form-check-input {
    top: -2px;
    position: relative;
}

/* account  */

.account-section {
    padding: 80px 0 80px;
}

.account-section h1 {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 40px;
    font-family: "Roboto", sans-serif;
}

.account-section input:not([type="checkbox"]) {
    border-radius: 5px;
    min-height: 48px;
    background: #f8f7f3 !important;
    border-color: #f8f7f3;
}

.account-section input:not([type="checkbox"]):focus {
    border-radius: 5px;
    min-height: 48px;
    background: #f8f7f3 !important;
    border-color: #292929;
    box-shadow: none;
}

.account-section .form-label {
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

form .togglePassword {
    background: #f8f7f3 !important;
    border-color: #f8f7f3;
}

form .togglePassword:hover {
    background: #f8f7f3 !important;
    border-color: #f8f7f3;
}

.bi-eye-slash {
    display: flex;
    width: 22px;
    height: 22px;
    position: relative;
    align-items: center;
    justify-content: center;
}

.bi-eye::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z' fill='%23111111'/></svg>");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bi-eye-slash::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z' fill='%23111111'/></svg>");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lostPassword {
    color: #6ec1e4;
}

.form-action {
    display: flex;
    margin-top: 30px;
}

.form-action button {
    min-width: 120px;
    text-transform: capitalize;
    font-weight: 500;
}

.form-description p {
    margin-bottom: 10px;
}

/* latest-products */

.latest-products {
    padding-top: 70px;
    padding-bottom: 130px;
}

.latest-products h2 {
    font-size: 2rem;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    margin-bottom: 30px;
    display: flex;
}

.latest-products .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

.latest-products .flag-item .flag {
    height: 360px;
}

.latest-products .flag-item .flag-dec {
    font-weight: 600;
}

/* related-products-section */

.related-products-section {
    padding: 40px 0;
}

.related-products-section h2 {
    font-size:2.5rem;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}

.related-products-section .product-card {
    background-color: #fff;
}

.related-products-section .product-card .card-img {
    background-color: #f7f7f7;
    border: none;
}

.related-products-section .product-info span {
    text-align: left;
    font-weight: 500;
}

.related-products-section .product-info p {
    text-align: left;
    color: #28a745;
    font-weight: 600;
}

.related-products-section .product-action {
    justify-content: flex-start;
    margin-top: 30px;
}

/* tabcontent */

.tab-section {
    padding: 80px 0 40px;
}

.nav-tabs .nav-link {
    border: var(--bs-nav-tabs-border-width) solid #00000029;
    border-bottom: none;
    color: #000;
}

.nav-tabs .nav-link.active {
    background-color: #f8f7f3;
}

.tab-section .tab-content {
    background-color: #f8f7f3 !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
}

.tabcontent {
    padding: 20px;
}

.tabcontent h2:first-child {
    margin-top: 0;
}

.tabcontent h2 {
    font-size: 1.4rem;
    display: flex;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 500;
}

.tabcontent p {
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0, 0%, 50.2%, 0.0705882353);
}

.tabcontent th {
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    margin: 0;
    line-height: 1.5;
}

table td,
table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
}

.tabcontent td {
    font-style: italic;
    padding: 15px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    margin: 0;
    line-height: 1.5;
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0, 0%, 50.2%, 0.0705882353);
}

/* breadcrumbSection */

.breadcrumbSection {
    padding: 30px 0;
}

.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-item {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
}

.breadcrumbSection a {
    color: #6ec1e4;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
}

/* products-details */

.products-details h1 {
    font-family: "Poppins", Sans-serif;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.products-cost h2 {
    font-size: 1.25em;
    color: #0da803;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
}

.products-cost p {
    font-weight: 300;
    font-size: 1rem;
    font-family: "Raleway", sans-serif;
}

.divider {
    padding-top: 20px;
    width: 100%;
    padding-bottom: 20px;
    display: flex;
}

.divider span {
    border-bottom: 1px solid #6ec1e4;
    width: 100%;
}

.falg-size-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

.flag-lable {
    color: #292929;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    min-width: max-content;
}

.flag-cost {
    margin-bottom: 20px;
}

.flag-cost span {
    color: #0da803;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
}

.flag-cost p {
    color: #292929;
    font-size: 0.92em;
}

.quantity-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quantity-input input {
    width: 3.631em;
    border: 1px solid #292929;
    border-radius: 5px 5px 5px 5px;
    background-color: #ffffff;
    transition: all 0.2s;
    height: 100%;
    min-height: 2.3rem;
    text-align: center;
}

.quantity-input input:focus {
    outline: none;
}

.quantity-btn button {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background-color: #0da803;
    transition: all 0.2s;
    min-height: 2.3rem;
    border-radius: 4px;
    border: none;
    line-height: 36px;
    min-width: 192px;
}

.variable-items-wrapper {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.button-variable-item {
    cursor: pointer;
    border: 1px solid #dee2e6;
    padding: 2px 15px;
    border-radius: 0.175rem;
    transition: border-color 0.1s ease-in-out;
    font-size: 14px;
}

.button-variable-item.selected {
    border-color: #28a745;
    background-color: #fff !important;
}

.button-variable-item:focus {
    outline: none;
    border-color: #28a745;
}

/* products-img */
.single-products-img {
    position: relative;
}

.easyzoom {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #a8a8a8;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}

.zoom-icon {
    position: absolute;
    z-index: 111;
    top: 0.5rem;
    right: 0.5rem;
    cursor: pointer;
    background: #fff;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zoom-icon img {
    width: 20px;
    height: 20px;
}

.easyzoomimg {
    max-width: 100%;
    height: auto;
}

/* basket section */

.basket-section {
    padding: 60px 0;
}

.basket-section h1 {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: "Roboto", sans-serif;
}

.alert-success {
    border-top: 3px solid #95ac3c;
    border-radius: 0;
    background-color: #f8f7f3;
    border-left: none;
    border-right: none;
    border-bottom: none;
    color: #292929;
    font-weight: 300;
}

.alert-success span {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.alert-success span img {
    width: 20px;
    height: 20px;
}

.basket-section .card {
    background-color: #f8f7f3;
    border: none;
    border-radius: 0;
}

table td,
table th {
    border: none;
    background-color: #f8f7f3;
}

.table> :not(caption)>*>* {
    background-color: #f8f7f3;
}

.table>tbody td {
    background-color: #f8f7f3 !important;
}

.basket-section .card-title {
    margin-bottom: 2rem;
    font-size: 1rem;
    font-weight: bold;
    color: #292929;
    display: block;
}

.basket-section table th {
    font-weight: 400;
}

hr {
    border-top: 1px solid #6ec1e4;
}

.basket-section .product-cost {
    background-color: transparent;
    border-radius: 0;
    text-align: center;
}

.product-name {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6ec1e4;
    font-family: "Raleway", sans-serif;
}

.apply-coupon {
    min-width: max-content;
    background-color: #ffff;
}

.apply-coupon {
    background-color: #f8f7f3;
}

.apply-coupon input {
    border: 1px solid #6ec1e4;
}

.basket-section .table-responsive {
    background-color: #f8f7f3
}

.delete-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: red;
    font-size: 1rem;
    cursor: pointer;
    min-width: 20px;
    height: 100%;
}

.basket-section tr td:first-child:before {
    display: none;
}

.basket-section tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
    display: none;
}

/* checkout-section */

.checkout-section {
    padding: 60px 0;
}

.checkout-section h1 {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: "Roboto", sans-serif;
}

.alert {
    background-color: #f8f7f3;
    font-size: 0.8rem;
    border-radius: 2px;
}

.checkout-section .card {
    background-color: #f8f7f3;
    border: none;
    padding: 16px 30px;
}

.checkout-section .form-control {
    background-color: #ffffff;
    border: none;
    padding: 1rem;
    font-size: 0.9rem;
    line-height: normal;
    border-radius: 2px;
}

.checkout-section .form-label {
    font-size: 0.8rem;
}

.checkout-section .form-control:focus {
    box-shadow: none;
}

.checkout-section h2 {
    margin-bottom: 2rem;
    font-size: 1rem;
    font-weight: bold;
    color: #292929;
    display: block;
}

.form-control::placeholder {
    font-size: 0.9rem;
    font-weight: 300;
}

.notes {
    background-color: #fff;
    padding: 20px;
    font-size: 0.9rem;
}


/* Sidebar styles */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 11111;
}

.overlay.show {
    opacity: 1;
    visibility: visible;
}

.cart-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 320px;
    height: 100%;
    background-color: white;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    z-index: 11111;
    padding: 20px 30px;
}

.cart-sidebar.open {
    right: 0;
}

.close-cart {
    align-self: flex-end;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    height: 20px;
    line-height: 1;
    margin: 0 0 20px;
    position: relative;
    transition: .3s;
    width: 20px;
}

.close-cart::after,
.close-cart::before {
    background: #69727d;
    border-radius: 1px;
    content: "";
    height: 3px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    transition: .3s;
    width: 100%;
}

.close-cart::after {
    transform: rotate(-45deg);
}

.close-cart::before {
    transform: rotate(45deg);
}

.close-cart {
    position: absolute;
    right: 20px;
    top: 5px;
}


.cart-sidebar .sidebar-product {
    display: flex;
    align-items: center;
    margin: 20px 0 0;
    border-bottom: 1px solid #6ec1e4;
    padding-bottom: 20px;
}

.cart-sidebar .sidebar-product .sidebar-product-img {
    width: 72px;
    height: 72px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f2f2f2;
}

.cart-sidebar .sidebar-product .sidebar-product-img img {
    width: 72px;
    height: auto;
    object-fit: contain;
}

.cart-sidebar .sidebar-product-info {
    width: 100%;
}

.cart-sidebar .sidebar-product-info h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}

.cart-sidebar .subtotal {
    font-weight: normal;
}

.cart-sidebar .buttons {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.cart-sidebar .buttons button {
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.cart-sidebar .view-btn {
    background: #f1f1f1;
}

.cart-sidebar .checkout-btn {
    background: #49aee4;
    color: white;
}

.cart-sidebar .close-icon {
    cursor: pointer;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    border: solid 1px red;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-product-const {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.sidebar-product-const small span {
    color: #0da803;
    font-size: 1rem;
    font-weight: 600;
}

.subtotal {
    border-bottom: 1px solid #6ec1e4;
    padding: 10px 0;
    font-size: 1rem;
}

.subtotal span {
    color: #0da803;
    font-size: 1.3rem;
    font-weight: 600;
}

.sidebar-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 20px;
}

.sidebar-buttons .btn {
    text-transform: capitalize;
    width: 100%;
    font-size: 0.9rem;
}

.view-basket {
    background-color: #fff;
}

.sidebar-product-box {
    overflow-y: auto;
    max-height: 80vh;
}

.price-cart {
    color: #0da803;
}

/* responisve */
@media (max-width: 768px) {
    .basket-section tr td::before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
        display: block;
    }

    .basket-section tr td {
        display: flex;
        text-align: right;
        align-items: center !important;
        justify-content: space-between;
    }

    .basket-section thead {
        display: none;
    }

    .product-name {
        display: flex;
        flex-direction: column;
        align-items: flex-end !important;
        justify-content: flex-end;
        text-align: right;
        gap: 5px;
    }
}

@media (min-width: 992px) {
    .nav-item:hover .menu-content {
        display: block !important;
    }

    .menu-content[hidden] {
        display: none;
    }

    .nav-item:hover .menu-toggle .caretUp {
        display: inline-block;
    }

    .nav-item:hover .menu-toggle .caretDown {
        display: none;
    }

    .filter-box {
        position: sticky;
        top: 120px;
    }

    .products-info {
         position: sticky;
        top: 120px;
    }
}

@media (max-width: 1360px) {
    .flag-item .flag {
        height: 270px;
    }
}

@media (max-width: 1160px) {
    nav>ul {
        position: absolute;
        left: 0;
        width: 100%;
        flex-direction: column;
        z-index: 111;
        background-color: #f8f7f3;
        overflow-y: auto;
    }

    nav>ul .nav-item {
        background-color: #f8f7f3;
    }

    .menu-content {
        position: relative;
        background-color: #f8f7f3;
        z-index: 11;
    }

    .mobile-menu {
        display: block;
    }

    #menu {
        display: none;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #menu.active {
        display: block;
    }

    .mobile-menu .e-eicon-close {
        display: none;
    }

    .mobile-menu.active .e-eicon-menu-bar {
        display: none;
    }

    .mobile-menu.active .e-eicon-close {
        display: inline;
    }

    .search-block {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu-icon a svg {
        max-width: 22px;
        width: 22px;
    }

    .left-navigation {
        gap: 12px;
    }

    .right-navigation {
        gap: 12px;
    }

    .right-navigation .menu-icon a span {
        font-size: 0.8rem;
    }

    .product-btn {
        font-size: 1.8rem;
    }

    .flag-item .flag {
        height: auto;
        overflow: hidden;
    }

    .banner-section {
        background-position: center;
    }

    .banner-info h2 {
        text-align: center;
        font-size: 3rem;
    }

    .banner-info p {
        text-align: center;
        font-size: 1.6rem;
    }

    .banner-section .btn {
        margin: 0 auto;
    }

    .account-section {
        padding: 40px 0 40px;
    }

    .latest-products {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .account-section h1 {
        font-size: 2.5rem;
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    header {
        top: 15px;
    }
    .apply-coupon {
        display: flex;
        flex-direction: column;
    }

    .shipping-info {
        gap: 10px;
    }

    .shipping-text .shipping-title {
        font-size: 0.8rem;
    }

    .menu-content .row {
        --bs-gutter-y: 30px;
    }

    .content-info h1 {
        font-size: 2rem;
        line-height: normal;
    }

    .content-info p {
        line-height: normal;
    }

    .carousel-item {
        height: calc(100vh - 180px) !important;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .carousel-item img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .hero-action {
        gap: 15px;
    }

    .hero-action .btn {
        min-width: 140px;
        font-size: 1rem;
    }

    .product-item {
        min-height: 190px;
    }

    .media-grid .row {
        --bs-gutter-y: 30px;
    }

    .flag-section .row {
        --bs-gutter-y: 30px;
    }

    .flag-info .flag-dec {
        min-height: auto;
    }

    .flag-item .flag {
        overflow: hidden;
    }

    .footer-middel {
        display: none;
    }

    .footer-box {
        margin-top: 30px;
    }

    .footer-info ul {
        gap: 5px;
    }

    .footer-info ul li a {
        padding: 0.5rem;
    }

    .product-card .card-img {
        height: 160px;
    }

    .category-header {
        margin-top: 30px;
    }

    .category-header h2 {
        font-size: 2rem;
    }

    .filter-box {
        margin-top: 40px;
    }

    .products-details h1 {
        font-size: 1.6rem;
    }

    .breadcrumbSection a {
        font-size: 14px;
    }

    .breadcrumb-item {
        font-size: 14px;
    }

    .single-products-img {
        margin-bottom: 30px;
    }

    .easyzoomimg {
        width: 100%;
    }
}