@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,300;1,500;1,700;1,800&display=swap");

@font-face {
    font-family: "AngleciaPro";
    src: url("../fonts/AngleciaProText-Regular.ttf");
}

body {
    overflow-x: hidden;
}

*,
p,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
span,
input,
a,
textarea,
label,
button,
li {
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
}

/* Start Zoomable */
.zoomable {
    width: 100%;
}

.zoomable:hover {
    cursor: zoom-in;
}

.zoom-lens {
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    position: absolute;
    background-repeat: no-repeat;
}

/*Header*/
header .header-middle {
    background-color: #522200;
    padding: 1rem 0;
}

header .header-middle .header-middle-menu .middle-search {
    position: relative;
    width: 100%;
}

.popup_container {
    height: 100vh !important;
    z-index: 99999999 !important;
    transition: all 350ms linear !important;
    top: 0 !important;
    left: 0 !important;
    /* background-color: rgba(0, 0, 0, 0.66); */
    background: rgba(3, 3, 3, 0.2) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.close_popup_btn {
    top: 40px !important;
    right: 40px !important;
    z-index: 9 !important;
}

header .header-middle .header-middle-menu .middle-search .btn-search-modal {
    position: absolute;
    right: 0;
    top: 6px;
    color: #4f5567;
}

header .header-middle .header-middle-menu .middle-search input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 1rem 12px 3rem;
    background: #ffffff;
    outline: none;
    border: transparent;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 240px;
}

header .header-middle .header-middle-menu .middle-search input.active {
    width: 400px;
}

header .header-middle .header-middle-menu .middle-search::before {
    z-index: 2;
    color: #4f5567;
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f002";
    display: inline-block;
    font-weight: 700;
    left: 1rem;
    top: 12px;
}

header .header-top {
    background-color: #917345;
}

header .header-top .header-social li {
    margin-right: 10px;
}

header .header-top .header-social li a {
    color: #fff;
}

header .header-top .header-social li:nth-child(1) {
    margin-right: 3rem;
}

header .header-top .header-page-link li {
    margin-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 16px;
}

header .header-top .header-page-link li a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

header .header-top .header-page-link li a span {
    border-radius: 100%;
    color: #fff;
    background-color: red;
    font-size: 10px;
    width: 1.2rem;
    font-weight: bold;
    height: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: -13px;
    top: -7px;
}

header .header-top .header-page-link li a p {
    margin: 0 4px;
}

header .header-top .header-page-link li.active {
    -webkit-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
    background-color: #fff;
}

header .header-top .header-page-link li.active a {
    color: #917345;
}

header .header-top .header-page-link li.active svg {
    fill: #917345;
}

header .header-bottom {
    border-bottom: 1px solid #522200;
}

header .header-bottom .header-bottom-menu {
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

header .header-middle .header-bottom-menu li a.active {
    border-bottom: 2px solid #fff;
    padding-bottom: 3px;
}

header .header-bottom .header-bottom-menu li a {
    font-style: normal;
    margin: 0 1rem;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
}

.mobile-nav {
    background-color: #000000;
    padding: 1rem 0;
    position: fixed;
    z-index: 999999;
    width: 100%;
}

.mobile-nav.active {
    top: 0;
    left: 0;
    height: 100vh;
}

.mobile-nav .mobile-menu i {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
}

.mobile-nav .mobile-mean-nav {
    position: fixed;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    margin-top: 6rem;
    background-color: #000000;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile-hamburger-icon .hamburger {
    display: none;
    position: relative;
    width: 28px;
    height: 32px;
}

.mobile-hamburger-icon .hamburger span {
    position: absolute;
    top: 15px;
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
}

.mobile-hamburger-icon .hamburger::before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 4px;
    height: 2px;
    border-radius: 2px;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header-mobile-account a p {
    margin: 0 2px;
}

.header-mobile-account a span {
    border-radius: 100%;
    color: #fff;
    background-color: red;
    font-size: 10px;
    width: 1.2rem;
    font-weight: 700;
    height: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 415px) {
    .mobile-nav-container .mobile-content .body-menu ul {
        flex-wrap: wrap;
    }

    .header-social {
        flex-wrap: wrap;
    }
}

.mobile-hamburger-icon .hamburger::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 26px;
    height: 2px;
    border-radius: 2px;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mobile-hamburger-icon .hamburger:hover::before {
    top: 7px;
}

.mobile-hamburger-icon .hamburger:hover::after {
    top: 23px;
}

.mobile-hamburger-icon .hamburger.active span {
    opacity: 0;
}

.mobile-hamburger-icon .hamburger.active::before {
    top: 40%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-hamburger-icon .hamburger.active::after {
    top: 40%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 992px) {
    .mobile-hamburger-icon .hamburger {
        display: inline-block !important;
    }
}

.mobile-nav-container {
    overflow: hidden;
    position: relative;
}

.mobile-nav-container .header-overlay {
    position: fixed;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    background-color: black;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 999;
}

.mobile-nav-container .mobile-content {
    position: fixed;
    width: 100%;
    right: 0;
    top: 0;
    padding-top: 4rem;
    background-color: #fff;
    height: 100vh;
    -webkit-transition: 0.8s all ease;
    transition: 0.8s all ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-box-shadow: -10px 0 20px -10px #0000001a;
    box-shadow: -10px 0 20px -10px #0000001a;
    z-index: 2000;
}

.mobile-nav-container .mobile-content .mobile-header {
    padding: 0 20px 30px 20px;
    width: 100%;
}

.mobile-nav-container .mobile-content .mobile-header .close-menu {
    position: relative;
    float: right;
    margin-top: 8px;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    top: -20px;
}

.mobile-nav-container .mobile-content .mobile-header .close-menu span {
    display: inline-block;
    padding: 0 0 20px 15px;
}

.mobile-nav-container .mobile-content .mobile-header .close-menu span::before,
.mobile-nav-container .mobile-content .mobile-header .close-menu span::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 30px;
    background: #000;
}

.mobile-nav-container .mobile-content .mobile-header .close-menu span::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-nav-container .mobile-content .mobile-header .close-menu span::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-nav-container .mobile-content .body-menu {
    padding: 0 20px 20px 20px;
}

.mobile-nav-container .mobile-content .body-menu .mobile-extras {
    margin-top: 2rem;
}

.mobile-nav-container .mobile-content .body-menu .mobile-extras .header-lang {
    margin-left: 1rem;
    padding: 6px 16px;
    border: 1px solid #917345;
    border-radius: 63px;
}

.mobile-nav-container .mobile-content .body-menu .mobile-extras .header-lang a {
    color: #917345;
}

.mobile-nav-container .mobile-content .body-menu .mobile-extras .search {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-nav-container .mobile-content .body-menu .mobile-extras .searchTerm {
    width: 100%;
    border: 1px solid #917345;
    border-right: none;
    padding: 5px 1rem;
    height: 36px;
    border-radius: 10px 0 0 10px;
    outline: none;
    color: #9dbfaf;
}

.mobile-nav-container
    .mobile-content
    .body-menu
    .mobile-extras
    .searchTerm:focus {
    color: #000;
}

.mobile-nav-container .mobile-content .body-menu .mobile-extras .searchButton {
    width: 40px;
    height: 36px;
    border: 1px solid #917345;
    background: #917345;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}

.mobile-nav-container .mobile-content .body-menu ul {
    padding: 0;
    margin: 0;
}

.mobile-nav-container .mobile-content .body-menu ul li a {
    font-size: 1.5rem;
    padding: 5px 10px;
    color: #000;
    display: block;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.mobile-nav-container .mobile-content .body-menu ul li a:hover {
    color: #917345;
}

.mobile-nav-container .mobile-content .body-menu ul li.active a {
    color: #917345;
}

.mobile-nav-container .mobile-content .body-menu ul li.active a:hover {
    color: #522200;
}

.mobile-nav-container .mobile-content .body-menu .header-social a {
    color: #917345;
    font-size: 15px;
}

.mobile-nav-container .mobile-content .body-menu .header-social a:hover {
    color: #522200;
}

.mobile-nav-container .mobile-content .body-menu .header-mobile-account a {
    color: #000;
    font-size: 13px;
}

.mobile-nav-container
    .mobile-content
    .body-menu
    .header-mobile-account
    a:hover {
    color: #522200;
}

.mobile-nav-container.active .header-overlay {
    width: 100vw;
    height: 100vh;
    opacity: 0.3;
    visibility: visible;
}

.mobile-nav-container.active .mobile-content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

/*Footer*/
.footer .footer-bottom {
    background-color: #fff;
    padding-top: 1rem;
}

.footer .footer-bottom .footer-bottom-link a h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.footer .footer-bottom .footer-bottom-link a h4:hover {
    color: #917345;
}

.footer .footer-top {
    background-color: #917345;
    padding: 2rem 0;
}

.footer .footer-top .footer-top-menu ul li {
    margin-right: 10px;
}

.footer .footer-top .footer-top-menu ul li a {
    color: #fff;
}

.footer .footer-top .footer-top-menu h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 0.0015em;
    margin-bottom: 1rem;
}

.footer .footer-top .footer-top-menu h3 img {
    margin-right: 8px;
}

.footer .footer-top .footer-top-menu p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    letter-spacing: 0.0025em;
}

.footer .footer-top .footer-top-menu .footer_menu li {
    margin-bottom: 8px;
}

.footer .footer-top .footer-top-menu .footer_menu li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    letter-spacing: 0.0025em;
}

@media (max-width: 992px) {
    .footer .footer-top {
        margin-bottom: 3rem;
    }
}

@media (max-width: 576px) {
    .swal2-modal {
        margin-top: 10rem !important;
    }

    .footer .footer-top {
        margin-bottom: 1rem;
    }

    .footer {
        overflow: hidden;
    }

    .footer .footer-bottom .footer-bottom-link a h4 {
        font-size: 14px;
    }
}

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

a,
a:hover {
    text-decoration: none;
}

input[type="checkbox"] {
    position: relative;
    cursor: pointer;
}

input[type="checkbox"]:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    border: 2px solid #000000;
    border-radius: 3px;
    background-color: white;
}

input[type="checkbox"]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 6px;
}

.title-heading h3 {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #917345;
    position: relative;
}

.title-heading h3::after {
    position: absolute;
    content: "";
    width: 80px;
    bottom: -10px;
    left: 0;
    height: 1px;
    background: #917345;
}

.btn-brown {
    padding: 12px;
    border: 1px solid #d8b150;
    border-radius: 2rem;
    background-color: #d8b150;
    width: 239px;
    margin: auto;
    text-align: center;
}

.btn-brown:hover {
    background-color: #522200;
    cursor: pointer;
}

.btn-brown a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

@media (max-width: 576px) {
    .btn-brown {
        margin-top: 2rem;
        float: none;
        width: 100%;
    }
}

.btn-white {
    padding: 12px;
    border: 1px solid #917345;
    border-radius: 2rem;
    width: 239px;
    text-align: center;
    float: right;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-white a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #917345;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-white:hover {
    border: 1px solid #522200;
}

.btn-white:hover a {
    color: #522200;
}

@media (max-width: 576px) {
    .btn-white {
        margin-top: 2rem;
        float: none;
        width: 100%;
    }
}

.btn-brown-checkout {
    padding: 1rem;
    border: 1px solid #d8b150;
    border-radius: 2rem;
    background-color: #d8b150;
    text-align: center;
}

.btn-brown-checkout:hover {
    background-color: #522200;
    cursor: pointer;
}

.btn-brown-checkout a,
.btn-brown-checkout i {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

.btn-brown-checkout i {
    margin-right: 5px;
}

@media (max-width: 576px) {
    .btn-brown-checkout {
        margin-top: 2rem;
        float: none;
        width: 100%;
    }
}

.btn-cart-item,
.btn-select-item {
    border: none;
    background-color: transparent;
}

.product-box {
    padding: 1rem;
    background: #fff;
    border-radius: 8px;
    /* -webkit-filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.08)); */
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.product-box:hover {
    -webkit-filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.08));
    filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.08));
}

.product-box .product-img {
    width: 100%;
    height: 156px;
    background: #f5f5f5;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.product-box .product-img .product-new {
    position: absolute;
    width: 58px;
    height: 36px;
    top: 0;
    left: 0;
    padding: 10px 1rem;
    color: #545454;
    font-weight: 500;
    font-size: 14px;
}

.product-box .product-img img {
    -o-object-fit: contain;
    object-fit: contain;
}

.product-box .product-content {
    height: 150px;
}

.product-box .product-content .product-price {
    padding: 1rem 0;
}

.product-box .product-content .product-price span {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #917345;
    display: block;
}

.product-box .product-content .pro-cont {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #7f8a94;
    margin: 8px 0;
}

.product-box .product-content .coin-center-link {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #917345;
    padding: 12px;
    display: block;
}

.product-box .product-bottom {
    padding: 1.3rem 0;
}

.product-box .product-bottom button {
    border: none;
    background-color: transparent;
}

.product-box .product-bottom button i {
    color: #917345;
    font-size: 1.2rem;
}

.product-box .product-bottom button span {
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #c4c4c4;
}

.product-box .product-bottom .product-action-1 i {
    color: #917345;
    font-size: 1.2rem;
    margin-left: 10px;
}

.product-box-packaging .product-content {
    margin: 2rem 0;
}

.product-box-packaging .product-content .product-packaging-name h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 2rem;
}

.news-box {
    border-radius: 8px;
}

.news-box:hover .news-img img {
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
}

.news-box img {
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.news-box .news-content {
    padding: 1rem 0;
}

.news-box .news-content .news-title {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #545454;
}

.news-box .news-content .news-subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #545454;
}

.home-products {
    padding: 2rem 0;
}

/*Home-Slider*/
.home-slider {
    position: relative;
}

.home-slider .image-slider {
    position: relative;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0.52)),
        to(rgba(0, 0, 0, 0.52))
    );
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52));
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 500px;
}

.home-slider .image-slider img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-slider .image-slider .slider-text {
    position: absolute;
    top: 30%;
    left: 40%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.home-slider .image-slider .slider-text h1 {
    font-weight: 300;
    text-align: start;
    font-size: 52px;
    line-height: 60px;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
}

.home-slider .image-slider .slider-text p {
    font-style: normal;
    font-weight: 400;
    padding: 12px;
    font-size: 16px;
    line-height: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    margin-bottom: 2rem;
}

.home-slider .image-slider .slider-text .shop-btn {
    width: 112px;
    height: 48px;
    padding: 12px;
    border-radius: 2rem;
    text-align: center;
    border: 1px solid #fff;
}

.home-slider .image-slider .slider-text .shop-btn a {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.home-slider .slick-prev {
    z-index: 10;
    left: 4rem;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-slider .slick-prev::before {
    content: "";
}

.home-slider .slick-prev:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.home-slider .slick-prev::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f060";
    color: #fff;
    font-weight: 300;
    font-size: 1.3rem;
}

.home-slider .slick-next {
    z-index: 10;
    right: 4rem;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-slider .slick-next::before {
    content: "";
}

.home-slider .slick-next:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.home-slider .slick-next::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f061";
    color: #fff;
    font-weight: 300;
    font-size: 1.3rem;
}

.home-slider .slick-dots {
    bottom: 3rem;
}

.home-slider .slick-dots li {
    margin: 0 0.8rem;
}

.home-slider .slick-dots li button {
    position: relative;
}

.home-slider .slick-dots li button:before,
.home-slider .slick-dots li.slick-active button:before {
    color: transparent;
    opacity: 1;
}

.home-slider .slick-dots li button:before {
    border: 3px solid #fff;
    border-radius: 100%;
    height: 2rem;
    width: 2rem;
}

.home-slider .slick-dots li.slick-active button:after {
    position: absolute;
    content: "";
    border: 3px solid #fff;
    border-radius: 100%;
    top: 40%;
    padding: 5px;
    left: 40%;
}

.home-slider .slick-dots li.slick-active button:before {
    border: 3px solid #fff;
}

@media (min-width: 270px) and (max-width: 329px) {
    .home-slider .image-slider {
        height: 80vh;
    }

    .home-slider .image-slider .slider-text {
        width: 70%;
        top: 5%;
        left: 53%;
    }

    .home-slider .image-slider .slider-text h1 {
        font-size: 2.5rem;
        line-height: 2rem;
        text-align: start;
    }

    .home-slider .image-slider .slider-text p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 1rem;
    }

    .home-slider .slick-prev {
        left: 10px;
    }

    .home-slider .slick-next {
        right: 10px;
    }

    .home-slider .slick-dots {
        bottom: 1.4rem;
    }

    .home-slider .slick-dots li {
        margin: 0 8px;
    }

    .home-slider .slick-dots li button:before {
        border: 2px solid #fff;
        height: 24px;
        width: 24px;
    }

    .home-slider .slick-dots li.slick-active button:after {
        border: 2px solid #fff;
        top: 37%;
        padding: 3px;
        left: 36%;
    }

    .home-slider .slick-dots li.slick-active button:before {
        border: 2px solid #fff;
    }
}

@media (min-width: 330px) and (max-width: 575px) {
    .home-slider .image-slider {
        height: 75vh;
    }

    .home-slider .image-slider .slider-text {
        width: 70%;
        top: 15%;
        left: 45%;
    }

    .home-slider .image-slider .slider-text h1 {
        font-size: 2.5rem;
        line-height: 2rem;
        text-align: start;
    }

    .home-slider .image-slider .slider-text p {
        font-size: 1rem;
        line-height: 20px;
        margin-bottom: 1rem;
    }

    .home-slider .slick-prev {
        left: 10px;
    }

    .home-slider .slick-next {
        right: 10px;
    }

    .home-slider .slick-dots {
        bottom: 1.4rem;
    }

    .home-slider .slick-dots li {
        margin: 0 8px;
    }

    .home-slider .slick-dots li button:before {
        border: 2px solid #fff;
        height: 24px;
        width: 24px;
    }

    .home-slider .slick-dots li.slick-active button:after {
        border: 2px solid #fff;
        top: 37%;
        padding: 3px;
        left: 36%;
    }

    .home-slider .slick-dots li.slick-active button:before {
        border: 2px solid #fff;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .home-slider .image-slider {
        height: 390px;
    }

    .home-slider .image-slider .slider-text {
        top: 20%;
        left: 55%;
        width: 550px;
    }

    .home-slider .image-slider .slider-text h1 {
        font-size: 3rem !important;
    }

    .home-slider .image-slider .slider-text p {
        font-size: 1rem;
        line-height: 20px;
        margin-bottom: 1.5rem;
    }

    .home-slider .slick-prev {
        left: 1rem;
    }

    .home-slider .slick-next {
        right: 1rem;
    }

    .home-slider .slick-dots {
        bottom: 2rem;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .home-slider .image-slider {
        height: 400px;
    }

    .home-slider .image-slider .slider-text {
        top: 20%;
        left: 47%;
        width: 600px;
    }

    .home-slider .image-slider .slider-text h1 {
        font-size: 3rem !important;
    }

    .home-slider .image-slider .slider-text p {
        font-size: 1rem;
        line-height: 20px;
        margin-bottom: 1.5rem;
    }

    .home-slider .slick-prev {
        left: 1rem;
    }

    .home-slider .slick-next {
        right: 1rem;
    }

    .home-slider .slick-dots {
        bottom: 2rem;
    }
}

@media (min-width: 993px) and (max-width: 1400px) {
    .home-slider .image-slider .slider-text h1 {
        width: 700px;
    }

    .home-slider .image-slider .slider-text {
        left: 5%;
        width: 80%;
        transform: translateX(0);
    }

    .home-slider .slick-prev {
        left: 10px;
    }

    .home-slider .slick-next {
        right: 10px;
    }
}

@media (min-width: 1401px) and (max-width: 1600px) {
    .home-slider .image-slider .slider-text h1 {
        width: 800px;
    }

    .home-slider .image-slider .slider-text {
        left: 5%;
        width: 80%;
        transform: translateX(0);
    }

    .home-slider .slick-prev {
        left: 10px;
    }

    .home-slider .slick-next {
        right: 10px;
    }
}

@media (min-width: 1601px) and (max-width: 2000px) {
    .home-slider .image-slider .slider-text {
        left: 5%;
        width: 80%;
        transform: translateX(0);
    }

    .home-slider .slick-prev {
        left: 10px;
    }

    .home-slider .slick-next {
        right: 10px;
    }
}

@media (min-width: 1601px) and (max-width: 1701px) {
    .home-slider .image-slider .slider-text {
        left: 5%;
        width: 80%;
        transform: translateX(0);
    }

    .home-slider .slick-prev {
        left: 10px;
    }

    .home-slider .slick-next {
        right: 10px;
    }
}

@media (min-width: 1701px) and (max-width: 1801px) {
    .home-slider .image-slider .slider-text {
        left: 5%;
        width: 80%;
        transform: translateX(0);
    }

    .home-slider .slick-prev {
        left: 10px;
    }

    .home-slider .slick-next {
        right: 10px;
    }
}

@media (min-width: 2001px) and (max-width: 2200px) {
    .home-slider .image-slider .slider-text {
        left: 5%;
        width: 80%;
        transform: translateX(0);
    }

    .home-slider .slick-prev {
        left: 10px;
    }

    .home-slider .slick-next {
        right: 10px;
    }
}

@media (min-width: 2201px) and (max-width: 2600px) {
    .home-slider .image-slider .slider-text {
        left: 5%;
        width: 80%;
        transform: translateX(0);
    }

    .home-slider .slick-prev {
        left: 10px;
    }

    .home-slider .slick-next {
        right: 10px;
    }
}

/*About*/
.about .about-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 360px;
    width: 100%;
}

.about .about-azergold-text .about-azergold-text-all {
    border: 1px solid #917345;
    padding: 1rem;
    border-radius: 1rem;
}

.about .about-azergold-text .about-azergold-text-all p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #545454;
}

.about .about-product-price .about-pro-price-box img {
    width: 100%;
    height: 268px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0.5rem;
}

.about .about-information {
    background-color: #eeeae2;
    padding: 1rem 0;
}

.about .about-information .about-information-box .about-information-title {
    height: 24px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 1rem 0;
}

.about .about-information .about-information-box .about-information-subtitle {
    height: 72px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding: 0 3rem;
}

@media (min-width: 300px) and (max-width: 576px) {
    .about-bg {
        height: 280px !important;
    }
}

@media (max-width: 992px) {
    .about .about-azergold-text .about-azergold-text-all p {
        margin-top: 2rem;
    }
}

/*Contact*/
.contact .contact-connection .contact-social-box-title {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 20px;
    color: #545454;
    padding: 12px 0px;
}

.contact .contact-connection .contact-social-box-icon {
    padding: 10px 0;
}

.contact .contact-connection .contact-social-box-icon i {
    font-size: 1.2rem;
    color: #545454;
}

.contact .contact-connection .contact-social-box-icon p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #545454;
    margin-left: 10px;
}

.contact .contact-form .contact-form-box {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 4rem;
}

.contact .contact-form .contact-form-box .form-group label {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #545454;
    padding-left: 8px;
}

.contact .contact-form .contact-form-box .form-group input,
.contact .contact-form .contact-form-box .form-group textarea {
    width: 100%;
    margin-top: 5px;
    border-radius: 8px;
    padding: 12px 1rem 12px 1.5rem;
    border: 1px solid transparent;
}

.contact .contact-form .contact-form-box .form-group input:focus,
.contact .contact-form .contact-form-box .form-group textarea:focus {
    border: 1px solid #545454;
    outline: none;
}

.contact .contact-form .contact-form-box .form-group textarea {
    height: 120px;
    border-radius: 8px;
}

.contact .contact-form .contact-form-box .btn-form {
    padding: 12px;
    border: 1px solid #d8b150;
    border-radius: 2rem;
    background-color: #d8b150;
    width: 100%;
    margin: auto;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #fff;
}

.contact .contact-form .contact-form-box .btn-form:hover {
    background-color: #522200;
    cursor: pointer;
}

.contact .contact-form .contact-form-box .btn-form button {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background-color: transparent;
    border: none;
}

@media (max-width: 576px) {
    .contact .contact-form .contact-form-box .btn-form {
        margin-top: 2rem;
        float: none;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .contact .contact-form-box {
        padding: 2rem !important;
    }
}

/*News*/
.news .home-news .btn-brown {
    margin: 0;
}

/*Regulations*/
.regulations .account-nav {
    width: 100%;
    background: #f3f1f7;
    border-radius: 0px 8px 8px 0px;
    padding-top: 1rem;
}

.regulations .account-nav button,
.regulations .account-nav a {
    text-align: start;
    background-color: transparent !important;
    margin-bottom: 6px;
    padding: 0.5rem 2rem;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #545454;
}

.regulations .account-nav button i,
.regulations .account-nav a i {
    margin-right: 10px;
    font-size: 1.1rem;
}

.regulations .account-nav button.active,
.regulations .account-nav a.active {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.regulations .regulation-content-box .regulations-tab-content img {
    margin-right: 1rem;
}

.regulations .regulation-content-box .regulations-tab-content h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.regulations .regulation-content-box .regulations-tab-title p {
    margin-top: 1rem;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.regulations .regulation-content-rules-box .regulations-tab-title {
    margin-bottom: 1.5rem;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.regulations .regulation-content-rules-box .regulation-header-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.regulations .regulation-content-rules-box ul {
    margin-left: 1rem;
}

.regulations .regulation-content-rules-box ul li {
    list-style: disc;
}

/*Account*/
.account .account-nav {
    width: 100%;
    background: #f3f1f7;
    border-radius: 0px 8px 8px 0px;
    padding-top: 1rem;
}

.account .account-nav button,
.account .account-nav a {
    text-align: start;
    background-color: transparent !important;
    margin-bottom: 6px;
    padding: 0.5rem 2rem;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #545454;
}

.account .account-nav button i,
.account .account-nav a i {
    margin-right: 10px;
    font-size: 1.1rem;
    min-width: 20px;
    text-align: center;
}

.account .account-nav button.active,
.account .account-nav a.active {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.account .account-content-box .account-tab-content img {
    margin-right: 1rem;
}

.account .account-content-box .account-tab-content h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.account .account-content-box .account-tab-title p {
    margin-top: 1rem;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.account .account-content-rules-box .account-tab-title {
    margin-bottom: 1.5rem;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.account .account-content-rules-box .account-header-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.account .account-content-rules-box ul {
    margin-left: 1rem;
}

.account .account-content-rules-box ul li {
    list-style: disc;
}

.account .tab-pane select {
    /* Reset Select */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 1em;
    color: #545454;
    cursor: pointer;
    /* border: 1px solid #7f8a94; */
    border-radius: 8px;
    width: 250px;
}

.account .tab-pane .select {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3em;
    border-radius: 8px;
}

.account .tab-pane .select::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    display: inline-block;
    font-weight: 700;
    position: absolute;
    top: -0.3rem;
    right: 0;
    padding: 1em;
    -webkit-transition: 0.25s all ease;
    transition: 0.25s all ease;
    pointer-events: none;
    color: #545454;
}

.account .tab-pane .product-qty {
    width: 290px;
    padding: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #c4c4c4;
    border-bottom: 2px solid #f3f1f7;
}

.account .cart-product {
    padding: 1rem;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.08);
}

.account .cart-product .cart-product-img {
    background-color: #f5f5f5;
    width: 132px;
    height: 132px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.account .cart-product .cart-product-img img {
    width: 116px;
    height: 116px;
    object-fit: contain;
}

.account .cart-product .cart-product-content .cart-product-top {
    border-bottom: 1px solid #ead1b3;
    padding: 1rem;
}

.account .cart-product .cart-product-content .cart-product-top span,
.account .cart-product .cart-product-content .cart-product-top i {
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 20px;
    color: #545454;
}

.account .cart-product .table td,
.account .cart-product .table th {
    border-top: none;
    border-bottom: none;
}

.account .cart-product .table th {
    font-weight: 400;
    font-size: 1rem;
    line-height: 20px;
    color: #545454;
}

.account .cart-product .table td {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #545454;
    vertical-align: middle;
}

.account .cart-product .product-name a {
    color: #545454;
}

@media screen and (max-width: 992px) {
    .account .cart-product table {
        border: none;
    }

    .account .cart-product table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        clip: rect(0 0 0 0);
        overflow: hidden;
    }

    .account .cart-product table tbody tr {
        margin-bottom: 2rem;
        display: block;
    }

    .account .cart-product table td {
        font-size: 0.875rem;
        text-align: right;
        display: block;
    }

    .account .cart-product table td:before {
        content: attr(data-label);
        font-size: 0.75rem;
        font-weight: 600;
        letter-spacing: 0.075rem;
        text-transform: uppercase;
        float: left;
        opacity: 0.5;
    }

    .account .cart-product table td:not(:last-child) {
        border-bottom: 1px solid var(lightgray);
    }
}

.account .cart-product-all-price span {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    margin-right: 24px;
    color: #545454;
}

@media (min-width: 300px) and (max-width: 992px) {
    .account .account-nav {
        height: 100%;
    }

    .account .cart-product .cart-product-img {
        width: 100%;
        height: 160px;
        margin-bottom: 1rem;
    }

    .account .cart-product-all-price {
        margin-top: 1rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .account .tab-pane .product-qty {
        width: 100%;
    }

    .account .tab-pane .select {
        width: 100%;
    }

    .account .tab-pane .select select {
        width: 100%;
    }
}

@media (min-width: 767px) and (max-width: 1200px) {
    .account .account-nav {
        height: 100%;
    }
}

@media (min-width: 1201px) {
    .account .account-nav {
        height: 690px;
    }
}

/*Changed-Center*/
.changed-center .changed-center-header-title {
    margin: 3rem 0;
}

.changed-center .changed-center-header-title h3 {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #545454;
}

.changed-center .changed-center-bg {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    height: 500px;
    width: 100%;
    position: relative;
}

.changed-center .changed-center-bg .changed-center-bg-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.changed-center .changed-center-bg .changed-center-bg-title h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 60px;
    color: #ffffff;
}

.changed-center .changed-center-coin-box {
    background: #f3f1f7;
    border-radius: 8px;
    width: 100%;
    height: 128px;
    position: relative;
}

.changed-center .changed-center-coin-box .changed-center-coin-box-img {
    position: absolute;
    top: -96px;
    left: 10px;
}

.changed-center .changed-center-coin-box .changed-center-coin-box-title p {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #545454;
}

.changed-center .coin-banner-area {
    height: 360px;
    border-radius: 8px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.changed-center .coin-banner-area .coin-banner-area-content {
    padding: 3rem 8rem;
}

.changed-center
    .coin-banner-area
    .coin-banner-area-content
    .coin-banner-area-content-date {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #ffffff;
    padding: 12px 0;
}

.changed-center
    .coin-banner-area
    .coin-banner-area-content
    .coin-banner-area-content-date
    span {
    margin-left: 1.5rem;
}

.changed-center
    .coin-banner-area
    .coin-banner-area-content
    .coin-banner-area-content-name {
    width: 292px;
    height: 120px;
    padding: 12px 16px 12px 0px;
}

.changed-center
    .coin-banner-area
    .coin-banner-area-content
    .coin-banner-area-content-name
    h5 {
    padding: 12px 0;
    font-weight: 300;
    font-size: 46px;
    line-height: 60px;
    color: #ffffff;
}

@media (max-width: 490px) {
    .changed-center .coin-banner-area .coin-banner-area-content {
        padding: 2rem;
    }

    .changed-center
        .coin-banner-area
        .coin-banner-area-content
        .coin-banner-area-content-date {
        width: 100%;
    }

    .changed-center
        .coin-banner-area
        .coin-banner-area-content
        .coin-banner-area-content-date
        span {
        margin-left: 0;
    }

    .changed-center
        .coin-banner-area
        .coin-banner-area-content
        .coin-banner-area-content-name {
        width: 100%;
    }

    .changed-center
        .coin-banner-area
        .coin-banner-area-content
        .coin-banner-area-content-name
        h5 {
        font-size: 3rem;
        line-height: 3rem;
    }

    .changed-center .changed-center-bg {
        height: 200px;
    }
}

@media (min-width: 400px) and (max-width: 768px) {
    .changed-center .coin-banner-area .coin-banner-area-content {
        padding: 3rem;
    }

    .changed-center .changed-center-bg {
        height: 350px;
    }
}

/*Coin-Center-Product*/
.coin-center-product .coin-center-product-detail .changed-center-coin-box {
    background: #f3f1f7;
    border-radius: 8px;
    width: 100%;
    height: 128px;
    position: relative;
}

.coin-center-product
    .coin-center-product-detail
    .changed-center-coin-box
    .changed-center-coin-box-img {
    position: absolute;
    top: -96px;
    left: 10px;
}

.coin-center-product
    .coin-center-product-detail
    .changed-center-coin-box
    .changed-center-coin-box-title
    p {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #545454;
}

/*Product-Detail Area*/
.product-details-area {
    padding: 1rem 0;
}

.product-details-area .product-details-header-title h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #545454;
    margin-bottom: 2rem;
}

.product-details-area
    .product-details-header-title
    .product-details-header-subtitle {
    border-bottom: 1px dashed #a39160;
    padding-top: 2rem;
}

.product-details-area
    .product-details-header-title
    .product-details-header-subtitle
    img {
    margin-right: 5rem;
}

.product-details-area
    .product-details-header-title
    .product-details-header-name {
    width: 356px;
    height: 120px;
    font-style: normal;
    font-weight: 400;
    text-align: start;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: 0.08em;
    color: #a39160;
}

.product-details-area .product-content-box {
    padding: 12px;
}

.product-details-area .product-content-box .product-details-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.5rem;
}

.product-details-area
    .product-content-box
    .product-details-content
    .product__name {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #545454;
}

.product-details-area
    .product-content-box
    .product-details-content
    .product__weight {
    margin: 0 1rem;
}

.product-details-area
    .product-content-box
    .product-details-content
    .product__weight,
.product-details-area
    .product-content-box
    .product-details-content
    .product__type {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #d8b150;
}

.product-details-area .product-content-box .product-size-weight {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #545454;
}

.product-details-area .product-content-box .btn-detail-link {
    padding: 12px;
    border: 1px solid #917345;
    border-radius: 2rem;
    background-color: transparent;
    width: 170px;
    text-align: center;
}

.product-details-area .product-content-box .btn-detail-link a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #917345;
}

@media (max-width: 576px) {
    .product-details-area .product-content-box .btn-detail-link {
        margin-top: 2rem;
        float: none;
        width: 100%;
    }
}

.product-details-area
    .product-content-box
    .product-detail-link
    .btn-detail-link-shopping {
    padding: 12px;
    border: 1px solid #d8b150;
    border-radius: 2rem;
    background-color: #d8b150;
    width: 8rem;
    text-align: center;
    color: #fff;
    margin-right: 1rem;
}

.product-details-area
    .product-content-box
    .product-detail-link
    .btn-detail-link-shopping
    a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

@media (max-width: 576px) {
    .product-details-area
        .product-content-box
        .product-detail-link
        .btn-detail-link-shopping {
        margin-top: 2rem;
        float: none;
        width: 100%;
    }

    .btn-detail-link-shopping {
        width: 100% !important;
    }
}

.product-details-area .product-price {
    padding: 12px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #d8b150;
    margin-bottom: 1rem;
}

.product-details-area .swiper-top {
    width: 100%;
    height: 376px;
    background: #f5f5f5;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.product-details-area .swiper-top .swiper-slide img {
    width: 256px;
    height: 256px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto;
}

.product-details-area .swiper-bottom {
    margin-top: 1rem;
    overflow: hidden;
}

.product-details-area .swiper-bottom .swiper-slide {
    height: 111px;
    background: #f5f5f5;
    border-radius: 8px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.product-details-area .swiper-bottom .swiper-slide img {
    height: 100px;
    width: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto;
}

.product-details-area .swiper-bottom .slick-slide {
    margin-right: 1rem;
}

@media (max-width: 576px) {
    .product-details-area .swiper-top img {
        width: 100% !important;
    }
}

.swiper-detail {
    margin-top: 1rem;
}

.swiper-detail .swiper-slide {
    padding: 0 8px;
    cursor: -webkit-grab;
    cursor: grab;
    height: 200px;
}

.swiper-detail .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    border-radius: 8px;
}

.product-text-id {
    background: #eeeae2;
    width: 100%;
}

.product-text-id p {
    font-size: 16px;
    line-height: 24px;
    color: #545454;
}

.product-text-id p:nth-child(1) {
    font-weight: 700;
    margin-bottom: 1rem;
}

.product-text-id .video-area video {
    height: 100%;
    width: 768px;
}

@media (max-width: 992px) {
    .product-text-id .video-area video {
        width: 100%;
    }
}

.checkout {
    margin: 3rem 0;
}

/*Checkout*/
.checkout .checkout-information .checkout-information-user h4,
.checkout .checkout-information .checkout-information-user span {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #7f8a94;
    margin-bottom: 1.5rem;
}

.checkout .checkout-information .checkout-information {
    margin-left: 1rem;
    margin-bottom: 1.5rem;
}

.checkout .checkout-information .checkout-information li {
    list-style-type: decimal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 1rem;
    color: #7f8a94;
}

.checkout .checkout-information hr {
    border: 1px solid #7f8a94;
}

.checkout .personal-information .personal-information-header-title h4 {
    width: 268px;
    padding: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #c4c4c4;
    border-bottom: 2px solid #f3f1f7;
}

.checkout .personal-information .contact-form-box {
    border-radius: 8px;
}

.checkout .personal-information .contact-form-box .form-group label {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #545454;
    padding-left: 8px;
}

.checkout .personal-information .contact-form-box .form-group input {
    width: 100%;
    margin-top: 5px;
    border-radius: 8px;
    padding: 12px 1rem 12px 1.5rem;
    border: 1px solid #545454;
}

.checkout .personal-information .contact-form-box .form-group input:focus {
    border: 1px solid #545454;
    outline: none;
}

.checkout .personal-information .contact-form-box .btn-form {
    padding: 12px;
    border: 1px solid #917345;
    border-radius: 2rem;
    background-color: #917345;
    width: 100%;
    margin: auto;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #fff;
}

.checkout .personal-information .contact-form-box .btn-form:hover {
    background-color: #522200;
    cursor: pointer;
}

.checkout .personal-information .contact-form-box .btn-form button {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background-color: transparent;
    border: none;
}

@media (max-width: 576px) {
    .checkout-1 {
        margin: 10rem 0;
    }

    .checkout .personal-information .contact-form-box .btn-form {
        margin-top: 2rem;
        float: none;
        width: 100%;
    }
}

.checkout .personal-information .checkout-rules a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0028fd;
}

.checkout .personal-information .checkout-rules label {
    margin-left: 1rem;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #545454;
}

.checkout .personal-information .checkout-rules label input {
    margin-right: 5px;
}

@media (max-width: 576px) {
    .checkout .contact-form-box {
        padding: 2rem !important;
    }

    .checkout .contact-form-box .form-group {
        text-align: start !important;
    }
}

.login-register {
    border: 1px solid #917345;
    border-radius: 8px;
    padding: 2rem;
}

.login-register .login-header-text h5,
.login-register .login-header-text p {
    line-height: 24px;
    color: #7f8a94;
}

.login-register .login-header-text h5 {
    font-weight: 700;
    font-size: 18px;
}

.login-register .login-header-text p {
    padding: 1rem;
}

.login-register .login-header-text .contact-form-box {
    border-radius: 8px;
}

.login-register .login-header-text .contact-form-box .form-group {
    text-align: center;
}

.login-register .login-header-text .contact-form-box .form-group label {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #545454;
    padding-left: 8px;
}

.login-register .login-header-text .contact-form-box .form-group input {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    border-radius: 8px;
    padding: 12px 1rem 12px 1.5rem;
    border: 1px solid #545454;
}

.login-register .login-header-text .contact-form-box .form-group input:focus {
    border: 1px solid #545454;
    outline: none;
}

.login-register .login-header-text .contact-form-box .btn-form {
    padding: 12px;
    border: 1px solid #917345;
    border-radius: 2rem;
    background-color: #917345;
    width: 100%;
    margin: auto;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #fff;
}

.login-register .login-header-text .contact-form-box .btn-form:hover {
    background-color: #522200;
    cursor: pointer;
}

.login-register .login-header-text .contact-form-box .btn-form button {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background-color: transparent;
    border: none;
}

@media (max-width: 576px) {
    .login-register .login-header-text .contact-form-box .btn-form {
        margin-top: 2rem;
        float: none;
        width: 100%;
    }
}

/*Satisfaction-Form*/
.satisfaction-form .satis-header {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #917345;
    margin-bottom: 1rem;
}

.satisfaction-form label {
    display: block;
    font-style: italic;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #545454;
}

.satisfaction-form input,
.satisfaction-form select,
.satisfaction-form textarea {
    width: 100%;
    margin-top: 5px;
    border-radius: 8px;
    border: 1px solid #545454;
}

.satisfaction-form input:focus,
.satisfaction-form select:focus,
.satisfaction-form textarea:focus {
    border: 1px solid #545454;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-left-sidebar select {
    /* Reset Select */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 1em;
    color: #545454;
    cursor: pointer;
    /* border: 1px solid #7f8a94; */
    border-radius: 8px;
    width: 250px;
}

.product-left-sidebar .select {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3.4em;
    border-radius: 8px;
}

.product-left-sidebar .select::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    display: inline-block;
    font-weight: 700;
    position: absolute;
    top: -0.3rem;
    right: 0;
    padding: 1em;
    -webkit-transition: 0.25s all ease;
    transition: 0.25s all ease;
    pointer-events: none;
    color: #545454;
}

.product-left-sidebar .product-qty {
    width: 290px;
    padding: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #c4c4c4;
    border-bottom: 2px solid #f3f1f7;
}

.product-left-sidebar .product-filter {
    margin-bottom: 30px;
}

.product-left-sidebar fieldset {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 1.5rem;
    margin: 1.2rem 0;
}

.product-left-sidebar fieldset .checkbox {
    margin-bottom: 8px;
}

.product-left-sidebar fieldset .checkbox label {
    font-weight: 500;
    font-size: 1rem;
    line-height: 24px;
    color: #000000;
    margin-left: 10px;
}

.product-left-sidebar fieldset .checkbox label.active {
    font-weight: 700;
}

.product-left-sidebar .filter-reset button {
    width: 100%;
    background-color: #917345;
    border: none;
    color: #fff;
    padding: 12px 0;
    border-radius: 8px;
}

@media (min-width: 300px) and (max-width: 992px) {
    .product-left-sidebar .shop-header-left {
        width: 100%;
        margin: 2rem;
        padding-left: 1rem;
    }

    .product-left-sidebar .shop-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .product-left-sidebar .shop-header__right {
        width: 100%;
        padding-left: 1rem;
    }

    .product-left-sidebar .shop-header__right .single-select-block {
        width: 100%;
    }

    .product-left-sidebar .shop-header__right .single-select-block select {
        width: 100%;
    }
}

.breadcrumb-gift {
    border-bottom: 1px solid #522200;
}

.breadcrumb-gift .breadcrumb {
    background-color: #fff;
    padding: 1rem 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.breadcrumb-gift .breadcrumb .breadcrumb-item a {
    color: #917345;
}

.breadcrumb-gift .breadcrumb .active {
    color: #000;
}

@media (max-width: 991px) {
    .slider,
    .breadcrumb-gift {
        padding-top: 5rem;
    }

    .home-slider {
        padding-top: 4rem;
    }
}

@media (min-width: 992px) {
    .mobile-content {
        display: none;
    }

    .header-overlay {
        display: none;
    }

    /* .product-add-qty {
    display: flex;
    align-items: center;
    justify-content: space-between;
  } */
    .account .product-name {
        width: 40%;
    }

    .account .product-price {
        width: 20%;
    }

    .account .product-add-qty {
        width: 20%;
    }
}

/*# sourceMappingURL=style.css.map */

.product-add-qty .btn-sm {
    font-size: 1.5rem;
}

@media (max-width: 992px) {
    .account .cart-heading form {
        width: 100%;
    }
}

.search-list .ss-result__content a {
    color: #4f5567;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}

.search-list .ss-result__content a:hover {
    color: #522200;
}

.custom-radio {
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 8px;
    padding: 0;
    margin-bottom: 2.4rem;
    transition: all 0.3s ease-in-out;
}

.custom-radio__label {
    padding: 1rem;
    font-size: 1rem;
    font-weight: 600;
    color: #545454;
    width: 100%;
    justify-content: unset;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
}

.custom-radio-input:checked + .custom-radio .custom-radio__label:before {
    background-color: #522200;
}

.custom-radio__label:after,
.custom-radio__label:before {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    border: 0.4rem solid #fff;
    background: 0 0;
    z-index: 1;
}

.custom-radio__label:after {
    border: 0.1rem solid #c4c4c4;
    background: 0 0;
    z-index: 2;
}

.custom-radio-input:checked + .custom-radio {
    border-color: #522200;
}

.btn-about-link a {
    border: 1px solid #917345;
    padding: 12px 24px;
    border-radius: 2rem;
    color: #917345;
}

.btn-purchase-link a {
    border: 1px solid #d8b150;
    padding: 12px 24px;
    border-radius: 2rem;
    color: #fff;
    background-color: #d8b150;
}

.pro-qty-count {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 100px;
    padding: 8px 12px;
    font-weight: 700;
}

.pro-qty-count #sub {
    font-size: 1.6rem;
    line-height: 24px;
    text-align: center;
    color: #545454;
}

.pro-qty-count #add {
    font-size: 1.6rem;
    line-height: 24px;
    text-align: center;
    color: #545454;
}

.pro-qty-count input:focus {
    outline: none;
}

#quantity-detail {
    border: none;
    text-align: center;
    width: 100px;
    font-size: 1rem;
    line-height: 24px;
    color: #545454;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.page-media .nav-link {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.0015em;
    color: #495057;
    padding-left: 0;
    margin-right: 2rem;
    margin-bottom: 1rem;
}

.page-media .nav-tabs .nav-link.active {
    border-color: transparent;
    color: #d8b150;
    border-bottom: 3px solid #d8b150;
}

.page-media .nav-tabs {
    border: none;
}

.page-media .nav-tabs a {
    color: #495057;
}

.page-media .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.page-media .photo-box {
    position: relative;
}

.page-media .photo-box:hover img {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}

.page-media .photo-box:hover .grid-icon {
    opacity: 1;
    visibility: visible;
}

.page-media .photo-box .grid-icon {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    font-size: 3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 25%;
}

.page-media .photo-box img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}

.page-media .grid-tall .media-box .media-box-title {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #545454;
}

.page-media .grid-tall .media-box .media-box-date {
    margin-top: 1rem;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.0025em;
    color: #000000;
}

/*Home Media*/

.home-media .photo-box {
    position: relative;
}

.home-media .photo-box:hover img {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}

.home-media .photo-box:hover .grid-icon {
    opacity: 1;
    visibility: visible;
}

.home-media .photo-box .grid-icon {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    font-size: 3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 25%;
}

.home-media .photo-box img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}

.home-media .grid-tall .media-box .media-box-title {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #545454;
}

.home-media .grid-tall .media-box .media-box-date {
    margin-top: 1rem;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.0025em;
    color: #000000;
}

@media only screen and (min-width: 768px) {
    .product-detail-content-text p {
        text-align: justify;
    }
}

.product-detail-content-text a {
    color: #522200;
    font-weight: bold;
}

.product-details-area .slick-prev::before {
    content: "";
}

.product-details-area .slick-prev:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-detail .slick-prev {
    left: -45px;
}

.swiper-detail .slick-prev::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f060";
    color: #000;
    font-weight: 300;
    font-size: 1.3rem;
}

.swiper-detail .slick-next::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f061";
    color: #000;
    font-weight: 300;
    font-size: 1.3rem;
}

.news-content .news-content-date {
    margin-top: 1rem;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.0025em;
    color: #000000;
}

.product-details-area .swiper-bottom1 {
    margin-top: 1rem;
    overflow: hidden;
}

.product-details-area .swiper-bottom1 .swiper-slide {
    height: 120px;
    border-radius: 8px;
}

.home-popup {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(
        to right,
        #925800 0,
        #877122 40%,
        #877122 60%,
        #bebebe 100%
    );
    width: 1068px;
    height: 400px;
    z-index: 1;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    padding: 50px;
}

.home-popup .close-button {
    position: absolute;
    left: 100%;
    top: 0;
    cursor: pointer;
}

.home-popup .close-button i {
    color: #fff;
    padding: 10px;
    font-size: 24px;
}

.centered {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.home-popup .cole {
    width: 33.33%;
    padding: 0 40px;
    text-align: center;
}

.home-popup .cole img {
    width: 100%;
}

.home-popup .one p {
    color: #fff;
}

.home-popup .one a {
    display: block;
    padding: 20px;
    margin-top: 60px;
    border-radius: 5em;
    background-color: #fff;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

.home-popup .one a:hover {
    text-decoration: none;
}

.home-popup .cole.three {
    position: relative;
}

.home-popup .image-right {
    position: absolute;
    right: -40%;
    top: 50%;
    transform: translateY(-50%);
}

.home-popup .image-right img {
    width: 467px;
}

.popup-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 1;
}

@media (max-width: 1400px) {
    .home-popup .cole {
        width: 40%;
    }

    .home-popup .cole.two {
        width: 30%;
    }

    .home-popup .image-right {
        right: -20%;
    }

    .home-popup .image-right img {
        width: 400px;
    }
}

@media (max-width: 1200px) {
    .home-popup {
        width: 70%;
    }

    .home-popup .cole {
        width: 50%;
    }

    .home-popup .cole.one {
        width: 45%;
    }

    .home-popup .cole.two {
        width: 40%;
    }

    .home-popup .cole.three {
        width: 20%;
    }

    .home-popup .image-right {
        right: 100%;
        top: 130%;
    }

    .home-popup .image-right img {
        width: 250px;
    }
}

@media (max-width: 992px) {
    .home-popup .cole {
        width: 55%;
    }

    .home-popup .cole.two {
        width: 35%;
    }

    .home-popup .image-right {
        right: 25%;
        top: 100%;
    }
}

@media (max-width: 768px) {
    .centered {
        position: static;
        top: auto;
        transform: translateY(0);
        display: block !important;
    }

    .home-popup {
        height: 70vh;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .home-popup .cole.one {
        margin: auto;
        width: 90%;
    }

    .home-popup .cole.one p,
    a {
        font-size: 12px;
    }

    .home-popup .cole.two {
        margin: 30px auto;
        width: 100%;
    }

    .home-popup .cole.two img {
        width: 100px;
    }

    .home-popup .cole.three {
        width: 100%;
    }

    .home-popup .image-right {
        position: static;
        transform: translate(0, 0);
    }

    .home-popup .image-right img {
        width: 200px;
    }
}

@media (max-width: 548px) {
    .home-popup .image-right img {
        width: 150px;
    }

    .home-popup .centered {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 400px) {
    .home-popup .cole.one p,
    a {
        font-size: 10px;
    }

    .home-popup .cole.one a {
        margin-top: 20px;
    }
}

.featured .title h3 {
    margin: 50px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    color: #545454;
}

.feature-slider .slick-prev::before {
    content: "";
}

.feature-slider .slick-prev {
    z-index: 10;
    left: 10px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border: 1px solid #a6a082;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.feature-slider .slick-prev::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f060";
    color: #a6a082;
    font-weight: 300;
    font-size: 1.3rem;
}

.feature-slider .slick-next::before {
    content: "";
}

.feature-slider .slick-next {
    z-index: 10;
    right: 10px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border: 1px solid #a6a082;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.feature-slider .slick-next::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f061";
    color: #a6a082;
    font-weight: 300;
    font-size: 1.3rem;
}

.feature-slider .slick-dots {
    bottom: -50px;
}

.feature-slider .image img {
    width: 100%;
}

.feature-slider .text {
    text-align: start;
    width: 30%;
    margin-left: 30px;
}

.feature-slider .text h4 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.feature-slider .text p {
    margin-top: 30px;
    color: #545454;
}

@media (max-width: 992px) {
    .feature-slider .mob-end {
        flex-direction: column;
    }

    .feature-slider .text {
        width: 80%;
        margin-left: 0;
    }

    .feature-slider .text h4 {
        margin-top: 30px;
        text-align: center;
    }
}

@media (max-width: 548px) {
    .featured .title h3 {
        font-size: 20px;
        margin: 30px 0;
    }

    .feature-slider .image img {
        width: 70%;
        margin: auto;
    }

    .feature-slider .text h4 {
        font-size: 18px;
    }
}

.featured .group {
    margin-top: 100px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #a39160;
}

.featured .group h2 {
    font-size: 52px;
    text-transform: uppercase;
    color: #a39160;
    padding-left: 40px;
    font-family: "AngleciaPro";
}

.featured .group img {
    width: 100%;
}

@media (max-width: 1200px) {
    .featured .group h2 {
        font-size: 40px;
    }
}

@media (max-width: 992px) {
    .featured .group {
        margin-top: 50px;
    }

    .featured .group h2 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .featured .group h2 {
        font-size: 24px;
    }
}

@media (max-width: 568px) {
    .featured .group h2 {
        font-size: 18px;
        padding-left: 20px;
    }
}

.irs {
    background: #545454;
    padding: 4rem 0;
}

.irs .img100 {
    width: 260px;
}

.irs .imgText {
    margin-top: 1.5rem;
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.irs .contact-form-box {
    border: 1px solid #fff;
    border-radius: 16px;
    padding: 2rem;
}

.irs .contact-form-box .formtext {
    color: #ffc700;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.irs .contact-form-box .form-group .formh1 {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.irs .contact-form-box .form-group .formp {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.irs .contact-form-box .form-group label {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    padding-left: 8px;
}

.irs .contact-form-box .form-group input,
.irs .contact-form-box .form-group textarea {
    width: 100%;
    margin-top: 5px;
    border-radius: 8px;
    padding: 12px 1rem 12px 1.5rem;
    border: 1px solid transparent;
}

.irs .contact-form-box .form-group input:focus,
.irs .contact-form-box .form-group textarea:focus {
    border: 1px solid #545454;
    outline: none;
}

.irs .contact-form-box .form-group textarea {
    height: 120px;
    border-radius: 8px;
}

.irs .contact-form-box .btn-form {
    padding: 12px;
    border: 1px solid #917345;
    border-radius: 2rem;
    background-color: #917345;
    width: 100%;
    margin: auto;
    text-align: center;
    transition: all 0.3s linear;
    color: #fff;
}

.irs .contact-form-box .btn-form:hover {
    background-color: #522200;
    cursor: pointer;
}

.irs .contact-form-box .btn-form button {
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    line-height: 24px;
    color: #fff;
    background-color: transparent;
    border: none;
}

@media (max-width: 576px) {
    .irs .contact-form-box .btn-form {
        margin-top: 2rem;
        float: none;
        width: 100%;
    }
}

.z-own {
    z-index: 9999;
}
.product-blur {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0, 0, 0, 0.45);
}

.products-blur-item {
    background-color: #fdfdff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    /* max-width: 680px; */
    width: 33%;
    height: 35%;
    padding: 16px;
    position: relative;
}

.products-blur-head i {
    color: #fff;
}
.products-blur-head:hover {
    background: #3e4247;
}
.products-blur-head {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    padding: 4px 10px;
    border-radius: 10px;
    background: #495057;
    align-self: flex-end;
}

.products-blur-body * {
    color: #545454;
    font-weight: 600;
    font-family: "Monserrat";
    font-size: 18px;
    line-height: 24px;
}
.products-blur-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media only screen and (max-width: 768px) {
    .product-blur {
        padding: 0 16px;
    }
    .products-blur-item {
        height: fit-content;
        width: 100%;
    }
}

model-viewer {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #eee;
}

.about-information-img img {
    max-width: 48px;
    object-fit: contain;
}

.hold-flip {
    width: 100% !important;
    height: 300px;
}

.flipbook {
    margin-top: 72px;
    /* width: 100% !important;  */
    /* height: 400px !important;  */
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); */
}

.flipbook .hard {
    background: #c0392b !important;
    color: #fff;
    font-weight: bold;
    border: none;
}

.flipbook .hard small {
    font-style: italic;
    font-weight: lighter;
    opacity: 0.7;
    font-size: 14px;
}

.flipbook .page {
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(0, 0, 0, 0.11);
}

/* .page-wrapper:nth-child(odd) {
    box-shadow: rgba(0, 0, 0, 0.11) 35px 0px 56px !important;
    z-index: 47 !important;
} */

.page img {
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
    /* margin: auto; */
}

.flipbook .page small {
    font-size: 14px;
    margin-bottom: 10px;
}

.controls-flip-book {
    margin-top: 20px;
    position: static; /* Remove fixed positioning */
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 40px 0 52px;
}

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

.controls-flip-book button {
    padding: 12px;
    border: 1px solid #d8b150;
    border-radius: 2rem;
    background-color: #d8b150;
    width: 50px;
    text-align: center;
}
.controls-flip-book button:hover {
    background-color: #522200;
    cursor: pointer;
}

.controls-flip-book button {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.controls-flip-book input {
    padding: 10px 15px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    background-color: #2ecc71;
    color: white;
    cursor: pointer;
}

.controls-flip-book input {
    width: 60px;
    text-align: center;
    background-color: white;
    color: black;
    border: 1px solid #ccc;
}

.flipbook {
    position: relative;
}

.flipbook::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: rgba(0, 0, 0, 0.1);
    z-index: 50 !important;
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 9px; */
    box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 9px;
}
.flipbook img {
    user-select: none;
}
