@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url("mobile_menu.css");
@import url("info_menu.css");
@import url("info_menu_v2.css");
@import url("login_registration.css");
@import url("products.css");
@import url("global_search.css");
@import url("mobile_search.css");

html, body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1 0 auto;
}

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

a {
    text-decoration: none;
}

p{
    margin: 0;
}

.container {
    max-width: 1505px
}

.btn-primary{
    background-color: #cea166;
    border-color: #cea166;
    color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background-color: #a27b3f !important;
    border-color: #a27b3f !important;
}

.btn-outline-primary{
    border-color: #cea166;
    color: #a27b3f;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active{
    background-color: #a27b3f !important;
    border-color: #a27b3f !important;
}

.text-discicons{
    color: #a27b3f !important;
}

.border-discicons{
    border-color: #a27b3f !important;
}

.btn-link{
    color: #020202;
    text-decoration: none;
}

.btn-link:hover{
    color: #cea166;
    text-decoration: underline;
}

.form-control, .form-select {
    border-color: #020202;
}

.form-control::placeholder {
    color: rgba(2, 2, 2, .6);
}

.form-control:focus,
.form-check-input:focus,
.form-select:focus{
    border-color: #cea166;
    box-shadow: 0 0 0 .25rem rgba(206, 161, 102, .25);
}

.form-check-input:checked{
    background-color: #020202;
    border-color: #cea166;
    color: #cea166;
}

.input-group-text{
    border-color: #020202;
}

.text-primary{
    color: #cea166 !important;
}

.alert-info{
    background-color: #f1dec6;
    border-color: #cea166;
    color: #000;
}

header {
    background-color: #000;
    padding-top: 8px;
    padding-left: 8px;
}

header .navbar {
    background-color: transparent;
    min-height: 91px;
}

header .navbar-brand .logo-top {
    width: 100%;
    height: 47px;
}

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

header ul li {
    display: inline-block;
    color: #fff;
    padding: 0;
    margin-right: 15px;
    font-size: 14px;
}

header ul li a{
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}

header ul li:hover a, header ul li:hover span{
    color: #cea166;
}

header ul.profile-and-cart-menu,
header ul.languages-menu,
header ul.social-menu{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10px;
}

header ul.start-menu li,
header ul.start-menu li a{
    font-weight: bold;
}

header ul.social-menu{
    margin-right: 0;
}

header ul.languages-menu li img{
    height: 14px;
    margin-bottom: 1px;
}

header ul.languages-menu li .active img{
    border: 1px solid #cea166;
}

header .navbar-search{
    width: 100%;
    max-width: 480px;
}

header .navbar-search .input-group-text {
    background-color: #fff;
    border: 0;
    border-radius: 0;
}

header .navbar-search .input-group .form-control {
    border: 0;
    border-radius: 0;
}

#info-desktop-trigger:hover{
    cursor: pointer;
}

main.page-bg{
    background: #d9c19f;
}

footer{
    width: 100%;
    color: #fff;
    font-size: 14px;
}

footer .footer-top{
    width: 100%;
    background-color: #000;
    padding: 50px 0;
}

footer .footer-top .footer-top-content .footer-menu-content{
    width: 100%;
    padding-left: 70px;
}

footer .footer-top .footer-top-content ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .footer-top .footer-top-content .footer-menu li,
footer .footer-top .footer-top-content .footer-social-menu li{
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: #fff;
}

footer .footer-top .footer-top-content .footer-menu li:last-child,
footer .footer-top .footer-top-content .footer-social-menu li:last-child{
    margin-right: 0;
}

footer .footer-top .footer-top-content .footer-menu li a,
footer .footer-top .footer-top-content .footer-social-menu li a{
    display: inline-block;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: #fff;
}


footer .footer-bottom{
    width: 100%;
    background-color: #222222;
}

footer .footer-bottom .footer-bottom-content{
    min-height: 80px;
    padding: 15px 0;
}

footer .footer-bottom .footer-bottom-content .copy-txt{
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: #898989;
}

footer .footer-bottom .footer-bottom-content .dev-by,
footer .footer-bottom .footer-bottom-content .dev-by a{
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: #898989;
}

.header-img{
    position: relative;
    border-top: 3px solid #fff;
    min-height: 600px;
}

.header-img > img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: top center;
}

.header-img .header-img-overlay{
    width: 44%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.header-img-text-overlay .title{
    line-height: 48px;
    margin-bottom: 25px;
}

.header-img-text-overlay .title p, .header-img-text-overlay .title h1{
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 58px;
    font-family: "Bebas Neue", cursive;
    font-weight: 400;
}

.header-img-text-overlay .title  h1{
    font-size: 90px;
}

.header-img-text-overlay .description{
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 23px;
    font-family: "Bebas Neue", cursive;
    font-weight: 400;
}

.header-img-text-overlay .description p{
    padding: 0;
    margin: 0;
}

.header-img-text-overlay .buttons{
    display: flex;
    align-items: center;
    padding-top: 15px;
}

.header-img-text-overlay .buttons .btn{
    border-radius: 0;
    border: 1px solid #fff !important;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Bebas Neue", cursive;
    font-weight: 400;
    padding-bottom: 2px;
    margin-right: 10px;
}

.header-img-text-overlay .buttons .btn:last-child{
    margin-right: 0;
}

.header-img-text-overlay .buttons .btn .sell-icon,
.header-img-text-overlay .buttons .btn .buy-icon,
.header-img-text-overlay .buttons .btn .help-icon{
    height: 20px;
}

header #mobile-menu{
    display: none !important;
}

.newsletter-home{
    width: 100%;
    background: #000 url("../images/newsletter_bg.png") no-repeat left center;
    background-size: cover;
    min-height: 366px;
    padding: 45px 0;
    margin: 10px 0;
}

.newsletter-home .newsletter-title h1{
    padding: 0;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-family: "Bebas Neue", cursive;
    font-weight: 400;
}

.newsletter-home .newsletter-title p{
    padding: 0;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Bebas Neue", cursive;
    font-weight: 400;
}

.newsletter-home .newsletter-form label{
    font-weight: bold;
    font-family: "Raleway", sans-serif;
    color: #fff;
}

.newsletter-home .newsletter-form .newsletter-desc{
    font-family: "Raleway", sans-serif;
    color: #fff;
    font-size: 12px;
}

.bestseller-list{
    padding: 75px 0;
}

.bestseller-list .title{
    text-align: center;
    margin-bottom: 40px;
}

.bestseller-list .title .head{
    padding: 0;
    margin: 0;
    color: #000;
    text-transform: uppercase;
    font-size: 40px;
    font-family: "Bebas Neue", cursive;
    font-weight: 400;
}

.bestseller-list .title .pseudo-line-text {
    text-align: center;
    margin: 10px 0;
    position: relative;
    font-family: sans-serif;
    color: #333;
}

.bestseller-list .title .pseudo-line-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: -1;
}

.bestseller-list .title .pseudo-line-text span {
    margin: 0;
    background-color: white;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    font-family: "Bebas Neue", cursive;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
}

.bestseller-list .more-products{
    display: inline-block;
    border-radius: 0;
    font-family: "Bebas Neue", cursive;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 55px 5px 55px;
    letter-spacing: 1px;
}

.bestseller-list .carousel-indicators{
    margin-bottom: -3rem;
}

.bestseller-list .carousel-indicators [data-bs-target]{
    border: 1px solid #a27b3f;
    background-color: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 5px;
}

.bestseller-list .carousel-indicators [data-bs-target]:last-child{
    margin-right: 0;
}

.bestseller-list .carousel-indicators .active{
    background-color: #a27b3f;
}

.product-card{
    border: 0;
}

.product-card .card-img-top{
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    border: 0;
    border-radius: 0;
}

.product-card .card-title{
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
}

.product-card .card-price{
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #000;
}

.product-card .card-body hr{
    margin: 10px 0;
}

.product-card .card-body .card-product-info{
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}

.product-card .card-body .card-product-info p:first-child{
    font-weight: bold;
}

.product-card .add-cart{
    letter-spacing: 1px;
    font-family: "Bebas Neue", cursive;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 15px 1px 15px;
    border-radius: 0;
}

.product-card .more-info{
    background-color: #fff;
    letter-spacing: 1px;
    font-family: "Bebas Neue", cursive;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #cea166;
    padding: 4px 15px 1px 15px;
    border-color: #cea166;
    border-radius: 0;
}

.options-list{
    padding: 60px 0;
    background-color: #e0c8a5;
}

.options-list .title{
    text-align: center;
    margin-bottom: 40px;
}

.options-list .title .head{
    padding: 0;
    margin: 0;
    font-family: "Bebas Neue", cursive;
    font-weight: 400;
    font-size: 60px;
    text-transform: uppercase;
    color: #000;
}

.options-list .option-card{
    border: 0;
    border-radius: 0;
    background-color: #ecdec9;
}

.options-list .option-card .card-img-top{
    border: 0;
    border-radius: 0;
}

.options-list .option-card .card-title{
    font-family: "Raleway", sans-serif;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    border-bottom: 1px solid #e6d3b7;
    padding: 8px 0;
}

.options-list .option-card .card-title .head{
    margin: 0;
    padding: 0;
}

.options-list .option-card .card-body{
    padding: 0 14px 14px;
}

.options-list .option-card .option-btn{
    color: #000;
    font-size: 16px;
}

.options-list .option-card .option-btn:hover{
    color: #a27b3f;
}

.how-to-start{
    padding: 60px 0;
    background: #d9c19f url("../images/section_bg.png") no-repeat center center;
    background-size: cover;
}

.how-to-start figure img.image{
    max-width: 100%;
    height: auto;
}

.how-to-start .text-content .content{
    line-height: 28px;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.how-to-start .text-content .title{
    text-align: left;
    margin-bottom: 25px;
}

.how-to-start .text-content .title .head{
    padding: 0;
    margin: 0;
    font-family: "Bebas Neue", cursive;
    font-weight: 400;
    font-size: 50px;
    text-transform: uppercase;
    color: #000;
}

.main-banner {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: url("../images/bg.svg") no-repeat center center;
    background-size: cover;
    justify-content: center;
    align-items: center;
    padding: 35px 0;
}

.main-banner.small-banner {
    min-height: 100px;
}

.main-banner h1 {
    margin: 0;
    font-family: "Bebas Neue", cursive;
    font-weight: 600;
    font-size: 34px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}

.main-banner .nav-tabs .nav-link {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #cea166;
}

.main-banner .nav-tabs .nav-link.active {
    color: #000;
}

.breadcrumb {
    margin-top: 5px;
    margin-bottom: 0;
}

.breadcrumb-item, .breadcrumb-item a {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #cea166;
}

.breadcrumb-item.active {
    color: #cea166;
}

.breadcrumb-item+.breadcrumb-item::before{
    color: #cea166;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.info-search-group{
    max-width: 300px;
}

.info-search-group .input-group-text{
    border-color: #020202;
}

.shipping-method.card-focus{
    background-color: #fffcf9;
    border-color: #cea166;
}

.card-text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Custom Tooltip Styles */
.tooltip .tooltip-inner {
    background-color: #ffffff;
    color: #020202;
    border: 1px solid #cea166;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    font-size: 13px;
    padding: 6px 12px;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #ffffff !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before,
.tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    border-bottom-color: #ffffff !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::after {
    border-bottom-color: #ffffff !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #ffffff !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::after {
    border-top-color: #ffffff !important;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #ffffff !important;
}

.tooltip.bs-tooltip-start .tooltip-arrow::after {
    border-left-color: #ffffff !important;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #ffffff !important;
}

.tooltip.bs-tooltip-end .tooltip-arrow::after {
    border-right-color: #ffffff !important;
}
