@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Pinyon+Script&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: 'Trajan Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Trajan Pro Regular'), url('../fonts/TrajanPro-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Trajan Pro Bold';
    font-style: normal;
    font-weight: bold;
    src: local('Trajan Pro Bold'), url('../fonts/TrajanPro-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Kuenstler Schreibschrift BQ';
    font-style: normal;
    font-weight: normal;
    src: local('Kuenstler Schreibschrift BQ'), url('../fonts/kuenstler-schreibschrift-bq.woff') format('woff');
}

@font-face {
    font-family: 'Kuenstler Bold';
    font-weight: bold;
    font-style: italic;
    font-display: swap; 
    src: local('Kuenstler Bold'), url('../fonts/KuenstlerScript-Bold.woff') format('woff'),
    src: local('Kuenstler Bold'), url('../fonts/KuenstlerScript-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Geometria';
    font-style: normal;
    font-weight: normal;
    src: local('Geometria'), url('../fonts/Geometria.woff') format('woff');
}
@font-face {
    font-family: 'Geometria';
    font-style: normal;
    font-weight: 500;
    src: local('Geometria-Medium'), url('../fonts/Geometria-Medium.woff') format('woff');
}
* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}



html {

    overflow-x: hidden;

}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c59d5f;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


body {
    font-family: "Geometria", sans-serif;
    overflow-x: hidden;
    font-weight: 400;
    color: #000000;
    /* cursor: none; */
}


a {

    text-decoration: none;

    -moz-transition: all .3s ease-in-out;

    -webkit-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

}


.btn-theme {
    background: #dba453;
    color: #fff !important;
    border-radius: 50px;
    padding: 10px 50px;
    font-size: 14px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-theme:hover {
    box-shadow: 0 0 5px #ccc;
    border: 1px solid #dba453;
    background: #fff;
    color: #dba453 !important;
}

.btn-sm.btn-theme {
    padding: 10px 30px;
}

a:hover {

    text-decoration: none;

}

.nav-link {
    color: #dba453;
}

/*.right-nav {*/
/*	display: flex;*/
/*	flex-direction: row;*/
/*	list-style: none;*/
/*	margin-bottom: 0;*/
/*	gap: 15px;*/
/*	padding: 0;*/
/*	position: absolute;*/
/*	right: 10px;*/
/*	top: 10px;*/
/*}*/



.right-nav {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin-bottom: 0;
    gap: 15px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 32px; 
}



.right-nav li a {
    display: inline-block;
}

.right-nav li a img {
    width: 15px;
}

.right-nav li a span {
    color: #000;
    font-size: 10px;
}

.navbar-toggler {
    border: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler i {
    color: #dba453;
}

.contact-section {
    padding: 65px 0 80px;
    background-image: url(../images/backgroundblackwater.png);
    min-height: 700px;
}

.contact-section .contact-container {
    position: relative;
    /*max-width: 1240px;*/
}

.contact-section .contact-container .map {
    position: relative;
}

.contact-section .contact-form {
    top: 0px;
    left: 130px;
    position: absolute;
    padding: 15px 15px;
    background-image: url("../images/goldbackground.png");
    box-shadow: -20px 15px 20px 3px #0000008f;
}

.contact-section .contact-form h3 {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    font-size: 22px;
    font-family: "Trajan Pro Regular", serif;
}

.contact-section .contact-form .form-border-img {
    width: 100%;
    margin: 14px 0;
}

.contact-section .contact-form .contact-info {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 10px;
}

.contact-section .contact-form .contact-info p,
.contact-section .contact-form .contact-info a {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}

.contact-section .contact-form .contact-info .info-icon {
    width: 18px;
}

.contact-section .contact-form .form-control {
    background-color: transparent;
    border-radius: 0;
    padding: 0 5px 0px 5px;
    border: 0;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 14px !important;
}

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

.contact-section .contact-form textarea.form-control {
    border: 1px solid #fff;
}

.contact-section .contact-form .form-control::placeholder {
    color: #fff;
}

.contact-section .contact-form .form-label {
    color: #fff;
    margin-bottom: 0.1rem;
    padding-left: 5px;
    font-size: 14px;
}


.contact-section .contact-form .btn-submit {
    width: 100%;
    background-color: #282727;
    border-radius: 0;
    color: #fff;
    padding: 8px 10px;
    font-size: 14px;
    text-transform: uppercase;
}

.contact-bottom-row {
    padding-top: 160px;
}

.contact-section .card-contact h4 {
    font-size: 18px;
    font-family: "Trajan Pro Regular", serif;
    margin-bottom: 0;
}

.contact-section .card-contact p {
    font-size: 14px;
}

.contact-section .card-contact .contact-card-text {
    max-width: 60%;
    margin: 0 auto;
}

.contact-section .card-contact img {
    width: 75px;
    height: 60px;
    object-position: bottom;
}

.contact-section .card-contact {
    gap: 15px;
}

.card-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.card-contact img {
    width: 75px;
    height: 70px;
    object-fit: contain;
    object-position: center;
}

.card-contact h4 {
    color: #dba453;
    font-size: 20px;
    margin-bottom: 0;
}

.card-contact .contact-card-text {
    max-width: 80%;
    margin: 0 auto;
}

.card-contact p,
.card-contact a {
    color: #fff;
    margin-bottom: 0;
}

.contact-section .contact-form .g-recaptcha {
    scale: 0.97;
    transform-origin: left;
}

footer {
    background-color: #282727;
    padding: 60px 0 0;
}

footer .social-links a img {
    width: 30px;
    margin: 0px 3px;
}

footer .nav .nav-link {
    padding: 0;
    padding-left: 0;
    padding: 0px 7px;
    font-size: 14px;
    font-weight: 500;
}
footer .nav li:first-child .nav-link { 
    padding-left: 0px; 
}
footer .nav li:last-child .nav-link { 
    padding-right: 0px; 
}
footer .nav {
    margin-bottom: 1rem;
}

footer .nav .nav-link:hover {
    color: #fff;
}

footer .social-links p {
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
}

footer .social-links a {
    display: inline-block;
}

footer .social-links a img {
    width: 25px;
}

footer .footer-payments {
    text-align: center;
    color: #fff;
}

footer .footer-payments img {
    width: 445px;
    max-width: 100%;
}

footer .footer-logo {
    width: 100%;
    display: flex;
    justify-content: center;
}


footer .footer-logo img {
    width: 100%;
    max-width: 180px;
}

footer .newslatter .form-label {
    color: #fff;
    font-size: 14px;
}

footer .newslatter .form-control {
    color: #fff;
    background-color: transparent;
    border: 1px solid #dba453;
    border-right: 0;
    border-radius: 0;
    color: #fff;
}

footer .newslatter .form-control:focus {
    box-shadow: none;
}

footer .newslatter .form-control::placeholder {
    color: #7c7c7c;
}

footer .newslatter .input-group .btn {
    color: #dba453;
    border: 1px solid #dba453;
    border-left: 0;
    border-radius: 0;
}

footer .newslatter .input-group .btn img {
    filter: invert(68%) sepia(54%) saturate(459%) hue-rotate(354deg) brightness(93%) contrast(83%);
}

footer .border-divided {
    border-bottom: 1px solid #453c2e;
}

footer .footer-bottom-col {
    text-align: center;
    color: #fff;
}

footer .footer-bottom-col h4 {
    font-family: "Kuenstler Schreibschrift BQ", cursive;
    font-size: 42px; 
}

/*.col-left h4,*/
/*.col-right h4 {*/
/*    position: relative;*/
/*    padding-bottom: 30px;*/
/*    margin-bottom: 25px;*/
/*}*/

/*.col-right h4::after,*/
/*.col-left h4::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    left: 50%;*/
/*    bottom: 0;*/
/*    height: 1px;*/
/*    width: 75px;*/
/*    background-color: #fff;*/
/*    transform: translateX(-50%);*/
/*}*/
 
 
footer .footer-bottom-col p,
footer .footer-bottom-col a {
    color: #dba453;
    margin-bottom: 0;
}

footer .copyright-text {
    background-color: #FFF;
    padding: 10px;
    margin-top: 60px;
}

footer .copyright-text p {
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
}




.gift-banner {
    padding: 100px 0;
    background-image: url('../images/gift-banner.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.gift-banner h1 {
    font-family: "Cormorant Garamond", serif;
    font-size: 48px;
}

.gift-banner ul {
    padding-left: 25px;
    margin-bottom: 50px;
}

.gift-banner ul li {
    color: #000;
    font-weight: 500;
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
}

.gift-banner ul li::marker {
    color: #dba453;
}

.gift-banner a {
    display: inline-block;
    padding: 10px 25px;
    border: 2px solid #dba453;
    color: #dba453;
    border-radius: 25px;
}

.gift-banner a:hover {
    color: #fff;
    background-color: #dba453;
}


.gift-product-section {
    padding: 80px 0;
}

.gift-product-section .gift-product-card {
    text-align: center;
    /*padding: 0 10px;*/
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gift-product-section .gift-product-card a {
    color: inherit;
}

.gift-product-section .gift-product-card .gift-product-img {
    width: 100%;
    aspect-ratio: 1;
    max-width: 195px;
    transition: 0.2s;
    padding: 20px;
} 
.home-productbg .gift-product-section .gift-product-card {
    text-align: center;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-productbg .gift-product-section .gift-product-card .gift-product-img {
    width: 100%;
    max-width: 201px;
    height: auto;
    transition: 0.2s;
    padding: 0px;
    aspect-ratio: unset;
    margin-bottom: 39px;
}
.home-productbg .gift-product-section .gift-product-card:hover .gift-product-img {
    scale: 1.05;
}
.home-productbg .gift-product-section .gift-product-card .gift-product-name {
    font-size: 18px;
    margin-top: 10px;
}

.home-productbg .gift-product-section .gift-product-card .gift-product-text {
    font-size: 13px;
    max-width: unset;
    margin-bottom: 16px;
}

.gift-product-section .gift-product-card .gift-product-name {
    font-family: "Trajan Pro Regular", serif;
    color: #dba453; 
    font-size: 1rem;
}

.gift-product-section .gift-product-card .gift-product-text {
    font-size: 12px;
    font-weight: 400;
}

.gift-product-section .gift-product-card .gift-product-btn {
    font-size: 14px;
    color: #dba453;
    box-shadow: 0px 4px 7px 0px #cecece;
    padding: 5px 30px;
    display: inline-block;
    border-radius: 25px;
    margin-top: auto;
}

.gift-product-section .gift-product-card .btn-theme {
    margin-top: auto;
}


.gift-product-section .gift-product-card .gift-product-btn small {
    font-size: 13px;
}

.gift-product-section .gift-product-card .gift-product-btn:hover {
    background-color: #dba453;
    color: #ffffff;
}

.gift-product-section .border-bottom-img {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 5px;
}



/*** 16 May ***/

.container {
    max-width: 1140px;
}

.home-productbg {
    padding: 60px 0;
}

.home-productbg-left {
    background: url(../images/topborder.svg) no-repeat;
    padding: 200px 18px 18px 18px;
    background-size: 100% auto;
    text-align: center;
    position: relative;
    margin: 0;
    max-width: 321px;
    flex-shrink: 0;
}



/*.home-productbg-left{
	background: url(../images/topborder.png) no-repeat;
	padding: 200px 20px 20px 20px;
	background-size: 100% auto;
	text-align: center;
	position: relative;
}*/
.home-productbg-left::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/bottomborder.svg) no-repeat;
    width: 100%;
    background-size: 100% auto;
    background-position: bottom;
    height: 120px;
    z-index: -9;
}

.home-productbg-left p {
    font-size: 12px;
    margin-bottom: 5px;
}

.amountvitamins h4 {
    color: #dba453;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.amountvitamins table {
    margin-bottom: 0;
}

.amountvitamins tr th {
    text-align: left;
    padding: 0;
    font-weight: 400;
    border-bottom: solid 2px #dba658;
    font-size: 13px;
}

.amountvitamins tr td {
    text-align: left;
    padding: 0;
    font-weight: 400;
    border: none;
    font-size: 13px;
}

.amountvitamins tr th:last-child,
.amountvitamins tr td:last-child {
    padding-left: 8px;
}

.producttabbg {
    padding: 60px 0;
    background: url(../images/gold_background.png);
    background-size: contain;
}

.producttabbg-inner {
    background: #fff;
    box-shadow: 0 0 5px #ccc;
}

.producttab-nav {
    padding: 0px 15px;
    margin: 30px 0 0;
    height: calc(100% - 85px);
    border-right: solid 1px #e2e3e3;
    padding-top: 20px;
}

.producttab-nav ul {
    padding: 0;
    margin: 0;
}

.producttab-nav ul li {
    list-style: none;
    padding: 12px 0;
}

.producttab-nav .nav-link {
    padding-left: 25px;
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.producttab-nav .nav-link:hover,
.producttab-nav .nav-link.active {
    background: url(../images/crown.png) no-repeat left center;
    background-size: 20px;
    color: #dba658;
}

.producttab-content-left {
    padding: 25px 0px;
    text-align: center;
}
.producttab-content-left > img {
    width: 70px;
    margin-bottom: 20px;
}
.producttab-content-left h6 {
    color: #000;
}

.producttab-content-left h1 {
    font-family: "Trajan Pro Regular", serif;
    color: #dba453;
    /* text-transform: uppercase; */
    font-size: 30px;
    margin-bottom: 16px;
}

.producttab-content-left p {
    font-size: 14px;
    max-width: 285px;
    font-weight: 500;
    margin: 20px auto 40px;
    line-height: 1.45;
}

.producttab-content-right img {
    aspect-ratio: 475 / 406;
    object-fit: cover;
}

.headingborder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    max-width: 285px;
    margin: 0 auto;
}

.headingborder img {
    flex-grow: 1;
}

.headingborder span, .text-balanced {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}
.text-balanced {
    position: relative;
    left: 5px;
}
.visitstrore a {
    color: #dba453;
}

.visitstrore a:hover {
    color: #000;
}

.visitstrore span {
    display: block;
    margin-bottom: 10px;
}

.luxury-products-banner-inner {
    position: relative;
}

.luxury-products-banner-inner .luxury-products-banner-content {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.luxury-products-banner-inner .luxury-products-banner-content h2 {
    font-family: "Trajan Pro Regular", serif;
    font-size: 70px;
    color: #fff;
}

/*.luxury-products-banner-inner a {*/
/*	display: inline-block; */
/*	padding: 5px 20px;*/
/*	border-radius: 50px;*/
/*	box-shadow: 0 0 5px #ccc;*/
/*	background: #fff;*/
/*	color: #000;*/
/*}*/

.luxury-products-banner-1 .luxury-products-banner-inner a {
    display: inline-block;
    position: absolute;
    left: 30px;
    bottom: 30px;
    padding: 5px 20px;
    border-radius: 50px;
    box-shadow: 0 0 5px #ccc !important;
    background: #fff !important;
    color: #000 !important;
}

/*.luxury-products-banner-inner a:hover {*/
/*	background: #dba453 !important;*/
/*	color: #fff !important;*/
/*}*/

.prosuctslidebg {
    padding: 60px 0;
    background: url(../images/prosuctslidebg.jpg) repeat;
}

.prosuctslidebg-left {
    height: 100%;
    background: #ebecec;
}

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

.prosuctslidebg-right {
    padding: 10px;
    border: solid 1px #ebecec;
    height: 100%;
    text-align: center;
    background: #fff;
}

.prosuctslide {
    text-align: center;
    padding-bottom: 10px;
}

.prosuctslide img {
    max-width: 250px;
    display: inline-block !important;
    aspect-ratio: 7 / 10;
    object-fit: contain;
}

.prosuctslide h3 {
    font-family: "Cormorant Garamond", serif;
    color: #dba453;
    text-transform: uppercase;
    font-size: 25px;
}

.shopbtn {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 50px;
    box-shadow: 0 0 5px #ccc;
    background: #fff;
    color: #000;
}

.shopbtn:hover {
    background: #dba453;
    color: #fff;
}

.prosuctslidebg .owl-dots {
    display: none;
}

.prosuctslidebg .owl-prev {
    position: absolute;
    left: 0;
    top: 45%;
    width: 26px;
    height: 26px;
    background: #fff !important;
    border: solid 1px #c5c6c6 !important;
    color: #c5c6c6 !important;
    border-radius: 50% !important;
}

.prosuctslidebg .owl-next {
    position: absolute;
    right: 0;
    top: 45%;
    width: 26px;
    height: 26px;
    background: #fff !important;
    border: solid 1px #c5c6c6 !important;
    color: #c5c6c6 !important;
    border-radius: 50% !important;
}

.prosuctslidebg .owl-prev span,
.prosuctslidebg .owl-next span {
    font-size: 30px;
    line-height: 22px;
}

.section-marble-bg {
    background: url('../images/bg-marble.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding-bottom: 60px;
}

.section-marble-bg .outer-bg-light {
    background-color: #ffffffa1;
}

.essential-tipsbg {
    padding: 50px 30px 75px;
    /* background: url(../images/hand.png) no-repeat right 110px;
    background-size: 35% auto; */
}

.essential-tipsbg .hand-bg {
    position: relative;
}

.essential-tipsbg .hand-bg img {
    position: absolute;
    left: 70px;
    top: 0;
    max-width: 45vw;
}

.essential-tipsbg-inner {
    position: relative;
    background: url(../images/border-elevate-top.svg) no-repeat;
    background-size: 100% auto;
    padding: 25px 20px;
    z-index: 5;
    /*min-height: 320px;*/
}

.essential-tipsbg-inner::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/border-elevate-bottom.svg) no-repeat;
    background-position: bottom;
    background-size: contain;
    z-index: -1;
}

.essential-tipsbg h2 {
    font-family: "Cormorant Garamond", serif;
    color: #dba453;
    text-transform: uppercase;
    font-size: 25px;
    margin: 0;
}

.essential-tipsbg h6 {
    color: #000;
    margin: 10px 0 35px 0;
}

.essential-tipsbg-inner ul {
    padding: 0;
    margin: 0;
    /* column-count: 2; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}


.essential-tipsbg-inner ul li {
    position: relative;
    list-style: none;
    padding: 10px 0;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 500;
    width: 45%;
}
.essential-tipsbg-inner ul li:nth-child(even) { 
    width: 55%;
}

.essential-tipsbg-inner ul li::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 15px;
    width: 16px;
    height: 16px;
    background: url('../images/crown.png');
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.essential-tipsbg-inner ul li:hover::before {
    opacity: 1;
}

.essential-tipsbg-inner ul li a {
    color: #000;
}

.essential-tipsbg-inner ul li:hover a {
    color: #dba453;
}

.discoverbg {
    padding: 50px 30px 0;
}

.discoverbg h2 {
    font-family: "Trajan Pro Regular", serif;
    color: #dba453;
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    margin: 0;
    margin-bottom: 50px;
}


.discover-box {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.discover-box h5 {
    font-family: "Trajan Pro Regular", serif;
    color: #dba453;
    font-size: 15px;
    min-height: 18px;
}

.discover-box p {
    font-size: 14px;
    font-weight: 500;
    padding: 0 3px;
}

.discover-box img {
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
    object-fit: contain;
    object-position: bottom;
}

.divebtn {
    box-shadow: none !important;
    background: none !important;
    border: solid 2px #fff !important;
    color: #fff !important;
}

.divebtn:hover {
    background: #fff !important;
    color: #000 !important;
}


.historybg .history-outer {
    position: absolute;
    top: 0;
    left: 0;
    padding: 120px 0;
}

.historybg .history-inner {
    height: 100%;
    display: flex;
    /* justify-content: space-between; */
    flex-direction: column;
    /* max-width: 970px; */
    margin: 0 auto;
    gap: 120px;
}

/*.historybg .history-inner img {*/
/*	max-width: 700px;*/
/*	margin: 0 auto;*/
/*}*/

.historybg p {
    margin-bottom: 0;
    font-size: 31px;
    line-height: 46px;
    /* word-spacing: 5px; */
    /* font-weight: 600; */
    /* letter-spacing: 0px; */
    text-align: justify;
    color: #fff;
}


.activebg {
    background-color: #2B3E3D;
    color: #fff;
    padding: 20px 0;
}

.active-flex {
    display: flex;
    align-items: center;
}


.active-flex .col-img img {
    height: 130px;
    max-width: 100%;
    object-fit: contain;
}

.active-flex .col-img img {
    height: 130px;
}


.active-flex .col-active-mid {
    flex-grow: 1;
    width: auto;
}

.ps100 {
    padding-left: 7rem;
}

.membershipbanner {
    position: relative;
}

.membershipbenefitsbg {
    padding: 50px 0;
}

.membershipbenefit-img {
    border: solid 1px #cecece;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

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

.membershipbenefit-content {
    border: solid 1px #cecece;
    border-radius: 10px;
    background: url(../images/prosuctslidebg.jpg) repeat;
    overflow: hidden;
    height: 100%;
    padding: 20px 80px;
}

.membershipbenefit-content h1 {
    font-family: "Cormorant Garamond", serif;
    color: #dba453;
    margin: 0;
    font-size: 48px;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: center;
}

.membershipbenefit-content h5 {
    font-family: "Cormorant Garamond", serif;
    color: #dba453;
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

.joinclubbtn {
    padding: 5px 20px;
    border-radius: 50px;
    box-shadow: 0 0 5px #ccc;
    background: #fff;
    color: #dba453;
    display: inline-block;
}

.joinclubbtn:hover {
    background: #dba453;
    color: #fff;
}

.membershipbenefit-content ul {
    padding: 15px 25px;
    margin: 0;
}

.membershipbenefit-content ul li {
    padding: 5px 0;
    display: flex;
}

.numberimg {
    margin-right: 12px;
}

.numberimg-right h6 {
    text-transform: uppercase;
    margin: 0;
    font-size: 14px;
}

.numberimg-right p {
    font-size: 13px;
    margin: 0;
}

.benefittable-inner {
    border: solid 1px #cecece;
    padding: 50px 0;
    border-radius: 10px;
    overflow: hidden;
    background: url(../images/beneits-table-bg.jpg) repeat-x bottom #fff;
}

.benefittable thead tr th {
    border: solid 1px #dba658;
    color: #dba658;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: solid 3px #dba658;
    background: none;
}

.benefittable tbody tr th {
    border-bottom: dashed 1px #dba658;
    color: #dba658;
    text-transform: uppercase;
    font-weight: 400;
    background: none;
    border-right: solid 1px #dba658;
    text-align: left;
}

.benefittable tbody tr td {
    border-bottom: dashed 1px #dba658;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    background: none;
    border-right: solid 1px #dba658;
}

.faqbg {
    padding: 60px 0;
}

.faqbg h1 {
    font-family: "Cormorant Garamond", serif;
    color: #dba453;
    margin: 0;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
}

.faqbg h5 {
    color: #4D4D4D;
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}

.faq-block {
    padding: 60px 0;
}

.faq-block .accordion-button {
    font-family: "Trajan Pro Regular", serif;
    font-size: 20px;
}

.faq-block .accordion-button .qNo {
    margin-right: 15px;
    font-size: 10px;
}

.faq-block .accordion-button {
    color: #000000;
    background-color: transparent;
    box-shadow: none;
}

.faq-block .accordion-button:not(.collapsed) {
    color: #DBA658;
}

.faq-block .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.faq-block .accordion-item {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #E8C089;
    border-radius: 0 !important;
}

.faq-block .accordion-body {
    padding-top: 0;
    padding-right: 235px;
    color: #4D4D4D;
}

.faq-block .accordion-button::after,
.faq-block .accordion-button:not(.collapsed)::after {
    text-align: center;
    color: #5a5f60;
    background-image: unset;
    font-size: 1.85rem;
    line-height: 20px;
    transform: unset;
    font-weight: 500;
}

.faq-block .accordion-button::after {
    content: "+";
}

.faq-block .accordion-button:not(.collapsed)::after {
    content: "-";
}


@media screen and (min-width: 992px) {
    .header {
        height: 118px;
        display: flex;
        align-items: center;
    }

    .navbar-expand-lg .navbar-nav {
        gap: 38px;
    }

    .navbar-expand-lg {
        padding: 0;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: center;
    }

    .navbar-expand-lg .navbar-nav {
        align-items: center;
    }
}

@media screen and (max-width: 1199px) {

    /* .navbar-expand-lg .navbar-nav {
		gap: 23px;
	} */

    .historybg h1 {
        font-size: 12rem;
    }

    .historybg .mt-25 {
        margin-top: 380px;
    }

    .membershipbenefit-content {
        padding: 20px 15px;
    }

    .membershipbenefit-content img {
        max-width: 100%;
    }

    .membershipbenefit-content h1 {
        font-size: 28px;
    }

    .numberimg img {
        width: 25px;
        max-width: 25px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-expand-lg .navbar-nav {
        gap: 35px;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: center;
    }


    .navbar-expand-lg .navbar-nav {
        gap: 0;
    }

    .right-nav {
        position: static !important;
        order: 1;
        flex-direction: row-reverse;
        width: 70px;
        justify-content: flex-end;
    }

    .navbar .navbar-brand {
        order: 2;
        margin-right: 0;
    }

    .navbar .navbar-collapse {
        order: 4;
    }

    .navbar .right-nav.right-toggler {
        order: 3;
        justify-content: flex-start;
    }
    
    .navbar .right-nav .search-box { 
        flex-direction: row-reverse;
    }
    
    .navbar .right-nav .search-box #search-btn img{ 
        transform: rotateZ(90deg);
    }
    .navbar .right-nav .search-box #search-btn.d-none{ 
        display: inline-block !important;
    }
    .right-nav .search-form {
        position: fixed;
        left: 0;
        top: 60px;
        right: 0;
        background-color: #fff;
        padding: 8px;
        display: none !important;
    }
    .right-nav .search-form.form-active { 
        display: flex !important;
    }
    
    .right-nav .search-form.form-active label{ 
        flex-grow: 1;
    }
    .right-nav .search-form.form-active .search-field {
        width: 96% !important; 
    }

    .navbar-expand-lg .navbar-nav .nav-item-logo {
        display: none;
    } 


    .headingborder img {
        max-width: 120px;
    }


    .essential-tipsbg .hand-bg {
        display: none;
    }

    .historybg h1 {
        font-size: 8rem;
    }

    .ps100 {
        padding-left: 1rem;
    }

    .home-productbg-left {
        max-width: 100%;
        width: 350px;
        padding-top: 210px;
        margin: 0 auto 50px;
    }
}



@media screen and (min-width: 768px) { 

    footer .col-right { 
        height: 100%;
    }
    
    footer .col-mid {
        border-left: 1px solid #453c2e;
        border-right: 1px solid #453c2e; 
    }
    
}


@media screen and (max-width: 767px) {
    .navbar .navbar-brand img {
        width: 150px;
    }

    .contact-section .contact-form {
        position: relative;
        left: unset;
        max-width: 500px;
        /*margin: -125px auto 0 !important;*/
    }

    footer [class*='col-'] {
        order: 1;
        text-align: center;
    }
    .footer-bottom-col.col-right {
        margin-bottom: 15px; 
    }
    .col-12.footer-payments {
        margin-top: 15px;
    }

    footer [class*='col-']:nth-child(2) {
        order: 0;
    }

    footer .nav {
        justify-content: center;
    }

    footer .nav .nav-link {
        font-size: 16px;
    }

    footer .social-links {
        justify-content: center;
    }

    .gift-banner {
        background-position: left;
    }

    .luxury-products-banner-inner .luxury-products-banner-content h2 {
        font-size: 40px;
    }

    .luxury-products-banner-inner a {
        left: 10px;
        bottom: 10px;
        font-size: 12px;
    }

    .home-productbg-left {
        width: 350px;
    }

    .historybg h1 {
        font-size: 4rem;
    }

    .historybg .mt-25 {
        margin-top: 150px;
    }

    .ps100 {
        padding-left: 1rem;
    }

    .historybg p {
        font-size: 24px;
    }

    .membershipbenefit-content {
        padding: 20px 15px;
    }

    .membershipbenefit-content img {
        max-width: 100%;
    }

    .membershipbenefit-content h1 {
        font-size: 28px;
    }

    .numberimg img {
        width: 25px;
        max-width: 25px;
    }
    .faq-block .accordion-body { 
        padding-right: 75px; 
    }
}


@media screen and (max-width: 575px) {
    .gift-product-section .gift-product-card {
        text-align: center;
        padding: 10px;
        max-width: 100%;
        margin: 0 auto;
    }

.producttab-content-left {
    padding: 15px 28px 25px;
}

    .luxury-products-banner-inner a {
        left: inherit;
        right: 10px;
        bottom: 10px;
        font-size: 12px;
    }

    .luxury-products-banner-1 .luxury-products-banner-inner a {
        left: inherit;
        right: 10px;
        bottom: 10px;
        font-size: 12px;
    }

    .historybg h1 {
        font-size: 4rem;
    }

    .ps100 {
        padding-left: 1rem;
    }

    .historybg p {
        font-size: 16px;
    }

    .membershipbenefit-content {
        padding: 20px 15px;
    }

    .membershipbenefit-content img {
        max-width: 100%;
    }

    .membershipbenefit-content h1 {
        font-size: 28px;
    }

    .numberimg img {
        width: 25px;
        max-width: 25px;
    }

    .luxury-products-banner-inner .luxury-products-banner-content h2 {
        font-size: 32px;
    }

    .luxury-products-banner-inner .luxury-products-banner-content {
        padding: 15px;
    }
	
	.contact-section .contact-form .btn-submit {
		color: #ffffff;
	}
/* 	.contact-section .contact-container .map {
		height: 430px;
		object-fit: cover;
	} */
}






.contact-section .contact-form textarea.form-control {
    height: 74px;
}


.contact-section .contact-form .wpcf7 {
    /* margin-top: -15px; */
}

.contact-section .contact-form {
    max-width: 322px;
    margin-top: -20px;
}

/*.navbar-nav li a {*/
/*    color: #dba453;*/
/*}*/

.navbar-nav li a {
    color: #dba453;
    padding: 15px 0;
    display: inline-block;
    font-family: "Trajan Pro Regular", serif;
    font-weight: 400;
    font-size: 16px;
}



/*.navbar-nav li a {*/
/*    color: #dba453;*/
/*    padding: 15px 0;*/
/*    display: inline-block;*/
/*}*/


.navbar-nav li a:hover {
    color: #000;
}










/* May 17 */


.product-img-section {
    padding: 60px 0;
}
.img-gallary {
    display: flex;
    align-items: flex-start;
}

.img-accompaniment.img-gallary {
     display: flex;
    flex-direction: column-reverse;
    align-items: unset;
} 
.product_cat-accessories .swiper-accompaniment2 {
    width: calc(100% - 65px);
}

.product_cat-accessories .swiper-accompaniment {
    width: 100%;
/*     height: 280px; */
}



.product_cat-accessories .swiper-accompaniment .swiper-slide {
    width: 60px !important;
    aspect-ratio: 1;
    /*margin-right: 7px !important;*/
}
.product_cat-accessories .swiper-accompaniment .swiper-wrapper{
    justify-content: center;
}
.product_cat-accessories .img-accompaniment .swiper-vertical>.swiper-wrapper {
    flex-direction: row !important;
}

.product_cat-accessories .swiper-accompaniment2 img, .product_cat-accessories .swiper-accompaniment img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
}

.product_cat-accessories .swiper-accompaniment2 img { 
    object-position: top;
}
.product_cat-accessories .swiper-accompaniment2 img{
    padding: 0 15px;
}

.product_cat-accessories .swiper-accompaniment .product-slider-img { 
    border: 1px solid #d9dada;
}

.product_cat-accessories .swiper-accompaniment .swiper-slide-thumb-active .product-slider-img { 
    border: 1px solid #dba658;
}

.product_cat-accessories .swiper-accompaniment2 .product-slider-big-img {
    padding: 10px;
}

.radio-btn-grp {
    margin-bottom: 30px;
    position: relative;
}

.radio-btn-grp::before {
    position: relative;
}

.radio-btn-grp .btn {
    position: relative;
    width: 100%;
    border: 2px solid transparent;
    border-radius: 0;
    display: inline-flex;
    justify-content: space-between;
    font-size: 13px;
    align-items: center; 
    padding: 15px;
    padding-left: 45px;
    font-weight: 500;
}

.radio-btn-grp .col .btn::before,
.radio-btn-grp .col .btn::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.radio-btn-grp .btn span span{
	color: #dba453;
}
.radio-btn-grp .col:first-child .btn::before {
    left: -2px;
    top: -2px;
    background-image: url(../images/radio-border-before.svg);
}

.radio-btn-grp .col:last-child .btn::after {
    right: -2px;
    bottom: -2px;
    background-image: url(../images/radio-border-after.svg);
}

.radio-btn-grp .col:nth-child(odd) .btn::after {
    right: -3px;
    bottom: -2px;
    background-image: url(../images/radio-border-after.svg);
    background-position: right;
}

.radio-btn-grp .col:nth-child(even) .btn::before {
    left: -3px;
    bottom: -2px;
    background-image: url(../images/radio-border-before-bottom.svg);
}

.radio-btn-grp .col:nth-child(2) .btn::after {
    right: -2px;
    top: -2px;
    background-image: url(../images/radio-border-before.svg);
    transform: rotateZ(90deg);
}

.radio-btn-grp .col:nth-last-child(2) .btn::before {
    left: -2px;
    bottom: -2px;
    background-image: url(../images/radio-border-before.svg);
    transform: rotateZ(270deg);
}

.radio-btn-grp .btn:hover {
    border: 2px solid #E7E7E7;
}

.radio-btn-grp .btn-check:checked+.btn {
    border: 2px solid #dba658 !important;
}

.radio-btn-grp .btn .radio-img {
    position: absolute;
    left: 5px;
    top: 0;
    height: 100%;
    width: 20px;
    object-fit: contain;
}

.radio-btn-grp .btn .radio-img.radio-img-30 {
    width: 20px;
}

.radio-btn-grp .btn .radio-img.radio-img-50 {
    width: 22px;
}

.radio-btn-grp .btn .radio-img.radio-img-125 {
    width: 25px;
}

.radio-btn-grp .btn .radio-img.radio-img-250 {
    width: 28px;
}

.radio-btn-grp .btn .radio-img.radio-img-500 {
    width: 33px;
}

.radio-btn-grp .btn .radio-img.radio-img-1000 {
    width: 36px;
}

.shopbtntheme {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 50px;
    box-shadow: 0 0 5px #ccc;
    background: #fff;
    color: #dba453;
    text-align: center;
}

.shopbtntheme:hover {
    background: #dba453;
    color: #fff;
}

.product-info-section .read-more-btn {
    display: inline-block;
    color: #000;
    margin-bottom: 16px;
    margin-top: 0;
    margin-left: 14px;
    font-weight: 500;
    font-size: 14px;
}

.product-info-section .read-more-btn i{
        font-size: 12px;
    font-weight: 400;
}
.product-info-section h1 {
    font-family: "Trajan Pro Regular", serif;
    font-size: 20px;
    color: #dba453;
}

.product-info-section p {
    font-weight: 400;
    margin-bottom: 8px;
    font-size: 14px;
}

.product-info-section .text-select {
    color: #dba453;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.flavor-section {
    padding: 50px 0;
    /*background-image: url('../images/backgroundgray.png');*/
}


.inp-range-inner input[type="range"] {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    background: #ddd;
    border-radius: 5px;
    outline: none;
    padding: 0;
    margin: 0;
}


.inp-range-inner input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #ddd;
    border-radius: 5px;
}

.inp-range-inner input[type="range"]::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #ddd;
    border-radius: 5px;
}

.inp-range-inner input[type="range"]::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: transparent;
    /* Needed for proper track display in IE */
    border-color: transparent;
    color: transparent;
}


.inp-range-inner input[type="range"].range-subtle::-webkit-slider-thumb,
.inp-range-inner input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    background: url('../images/gold.svg') no-repeat center center;
    background-size: contain;
    cursor: pointer;
    margin-top: -5px;
}


.inp-range-inner input[type="range"].range-subtle::-moz-range-thumb,
.inp-range-inner input[type="range"]::-moz-range-thumb {
    width: 12px;
    height: 12px;
    background: url('../images/gold.svg') no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

.inp-range-inner input[type="range"].range-subtle::-ms-thumb,
.inp-range-inner input[type="range"]::-ms-thumb {
    width: 12px;
    height: 12px;
    background: url('../images/gold.svg') no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

.inp-range-inner input[type="range"].range-blanced::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    background: url('../images/gray.svg') no-repeat center center;
    background-size: contain;
    cursor: pointer;
    margin-top: -5px;
}


.inp-range-inner input[type="range"].range-blanced::-moz-range-thumb {
    width: 12px;
    height: 12px;
    background: url('../images/gray.svg') no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

.inp-range-inner input[type="range"].range-blanced::-ms-thumb {
    width: 12px;
    height: 12px;
    background: url('../images/gray.svg') no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

.inp-range-inner input[type="range"].range-bold::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    background: url('../images/black.svg') no-repeat center center;
    background-size: contain;
    cursor: pointer;
    margin-top: -5px;
}


.inp-range-inner input[type="range"].range-bold::-moz-range-thumb {
    width: 12px;
    height: 12px;
    background: url('../images/black.svg') no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

.inp-range-inner input[type="range"].range-bold::-ms-thumb {
    width: 12px;
    height: 12px;
    background: url('../images/black.svg') no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

.flavor-section-subheading {
    font-size: 14px;
    font-weight: 500;
}

.flavor-section-heading {
    font-size: 20px;
    font-weight: 500;
    font-family: "Trajan Pro Regular", serif;
    color: #dba453;
    margin-bottom: 32px;
}

.concierge-block p {
    font-size: 14px;
}

.inp-range {
    margin-bottom: 20px;
}

.inp-range .form-label {
    margin-bottom: 0;
    font-family: 'Trajan Pro Bold';
    font-size: 14px;
    color: #dba453; 
}

.inp-range .inp-range-inner {
    display: flex;
    align-items: center;
    gap: 15px;
}

.inp-range .inp-range-inner span {
    width: 60px;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 500;
}

.inp-range .inp-range-inner input[type="range"] {
    flex: 1;
}


.des-box p {
    font-size: 14px;
}

.des-box .des-box-title {
    color: #dba453;
    margin-bottom: 0;
    font-size: 14px;
    font-family: 'Trajan Pro Bold';
}

.concierge-section {
    aspect-ratio: 640 / 197;
    /* padding: 150px 0 0; */
    /* background-image: url('https://www.montecristocaviar.com/2024/wp-content/themes/twentynineteen/assets/images/product-img/banner-bottom.png'); */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.concierge-block {
    text-align: center;
    padding: 30px 15px;
    background-color: #fff;
}
.concierge-block img{
	margin-top: 15px;
    height: 40px;
}
.concierge-block .inp-range-inner>div {
    flex: 1;
}

.custom-cursor {
    position: fixed;
    width: 15px;
    height: 15px;
    background-color: #dba453;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease;
    z-index: 10000;
}

.hovered {
    transform: scale(2);
}

.contact-section .contact-form .screen-reader-response {
    display: none;
}

@media screen and (min-width: 992px) {
    /*.navbar-expand-lg .navbar-collapse { */
    /*	padding-top: 25px;*/
    /*}*/

    .navbar-expand-lg .navbar-collapse {
        padding: 0 25px;
        width: 100%;
    }

    .navbar-expand-lg .navbar-collapse .navbar-nav {
        width: 100%;
    }

    .navbar-expand-lg .navbar-collapse .navbar-nav .menu-header_left-container,
    .navbar-expand-lg .navbar-collapse .navbar-nav .menu-header_right-container {
        width: calc(50% - 140px);
    }

    .navbar-expand-lg .navbar-collapse .navbar-nav .menu-header_left-container .navbar-nav {
        justify-content: end;
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .navbar-nav li a {
        color: #dba453;
        font-size: 16px;
    }

    .home-productbg-left {
        margin: 0;
        padding-top: 185px;
    }
}


.navbar .nav-item.nav-item-logo a {
    padding: 0;
}

.navbar .nav-item.nav-item-logo img {
    width: 204px;
    height: 97.2px;
}


.menu-item-has-children {
    position: relative;
}

.menu-item-has-children ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    list-style: none;
    padding: 0;
    box-shadow: 0 0 3px 2px #00000003;
    z-index: 5;
    display: none;
    width: 220px;
    border-radius: 15px;
}

.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

ul.sub-menu li a {
    display: inline-block;
    padding: 3px 10px;
    width: 100%;
    white-space: nowrap;
    color: #000;
    position: relative;
}

ul.sub-menu li a:hover::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

ul.sub-menu li a:hover {
    color: #dba453 !important;
    padding-left: 15px;
}


.header {
    background: url(../images/header.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    position: relative;
}




.membershipbanner {
    position: relative;
    background-color: #000;
}

.membershipbanner .banner-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    position: relative;
}

.membershipbanner .banner-content>div {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    padding: 15px 0;
    position: absolute;
    right: -220px;
}

.membershipbanner .banner-content h1 {
    font-size: 210px;
    font-family: "Kuenstler Schreibschrift BQ", cursive;
    color: #dba453;
    line-height: 0.55;
}

.membershipbanner .banner-content h1 span {
    font-size: 120px;
}

.membershipbanner .banner-content .banner-logo {
    width: 250px;
    max-width: 100%;
}

.membershipbanner .banner-content a img {
    width: 220px;
}

@media screen and (max-width: 1199px) {
    .membershipbanner .banner-content a img {
        width: 190px;
    }

    .membershipbanner .banner-content h1 {
        font-size: 54px;
    }

    .membershipbanner .banner-content .banner-logo {
        width: 210px;
    }
}

@media screen and (max-width: 991px) {
    .membershipbanner .banner-content a img {
        width: 170px;
    }

    .membershipbanner .banner-content h1 {
        font-size: 36px;
    }

    .membershipbanner .banner-content .banner-logo {
        width: 130px;
    }

    .membershipbanner .banner-content>div {
        gap: 5px;
    }
}


@media screen and (max-width: 767px) {
    .membershipbanner .banner-content {
        align-items: center;
        padding: 50px 0;
    }
}



/*.shop-banner {*/
/*    padding: 500px 0 50px;*/
/*    background-image: url('../images/shop-banner-new.png');*/
/*    background-position: center top;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*}*/

.shop-banner {
    position: relative;
}
.shop-banner-abs {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 100px;
}
.shop-banner h1 {
    font-family: "Trajan Pro Regular", serif;
    font-size: calc(3.5rem + 1.5vw);
    color: #fff;
    text-align: center;
}
.shop-banner h1 br{
    display: none;
}
.shop-banner-heading-img {
    height: 35px;
}
.shop-banner .shop-banner-inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.featured-product-card {
    text-align: center;
    border: none;
    border-radius: 0;
    padding: 40px 20px 100px;
    height: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.featured-product-card .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0;
}
.featured-product-card .card-body p {
    padding: 0 16px;
}
.featured-product-card .gift-product-btn {
    font-size: 14px;
    color: #dba453;
    box-shadow: 0px 4px 7px 0px #cecece;
    /*padding: 8px 12px;*/
    display: inline-block;
    border-radius: 25px;
    margin-top: auto;
    transition: none;
    /* width: 150px; */
    padding: 7px 42px; 
}


.featured-product-card:hover .gift-product-btn {
    background-color: #dba453;
    color: #ffffff;
    box-shadow: none;
}

.featured-product-card .card-img {
    margin-bottom: 50px;
    padding: 0 16px;
}

.featured-product-card .card-title {
    font-family: "Trajan Pro Regular", serif;
    /* text-transform: uppercase; */
    font-size: 24px;
    color: #dba453;
}

.featured-product-card img.img-hover {
    display: none;
    /*padding: 25px 10px;*/
}

.featured-product-card:hover img.img-static {
    display: none;
}

.featured-product-card:hover img.img-hover {
    display: block;
}

.featured-product-card:hover {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.featured-product-card.featured-product-card-siberian:hover {
    background-image: url(../images/siberian-hover.jpg);
}

.featured-product-card.featured-product-card-white:hover {
    background-image: url(../images/white-hover.jpg);
}

.featured-product-card.featured-product-card-almas:hover {
    background-image: url(../images/almas-hover.jpg);
}


.shop-giftcards-section {
    padding: 40px 0;
    background-image: url(../images/gift-background.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.shop-giftcards-section .shop-giftcards-inner {
    background-color: #fff;
    box-shadow: 0 0 19px 6px #00000040;
}

.shop-giftcards-section .shop-giftcards-inner .shop-giftcards-inner-body {
    padding: 50px 40px;
}

.block-heading {
    text-align: center;
    padding-top: 10px;
}

.block-heading h2 {
    font-family: "Cormorant Garamond", serif;
    color: #dba453;
    text-transform: uppercase;
    font-size: 40px;
}

.block-heading img.crown-heading {
    width: auto;
    height: 20px;
    margin-bottom: 15px;
}

.block-heading img {
    width: 35px;
    height: auto;
}

.gift-cards {
    border: none;
    text-align: center;
    height: 100%;
}

.gift-cards .full_gift_card_div {
    color: inherit;
    display: block;
}

.gift-cards .card-img {
    margin-bottom: 20px;
    transition: 0.25s;
    padding: 0 15px;
}

.gift-cards:hover .card-img {
    scale: 1.05;
}

.gift-cards .card-body {
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
 
.gift-cards .card-body .btn{
    margin-top: auto;
}

.gift-cards .card-title {
    font-family: "Trajan Pro Regular", serif;
    text-transform: uppercase;
    font-size: 20px;
    color: #dba453;
    margin-bottom: 13px;
}

.gift-cards p {
    /* font-weight: 600; */
    font-size: 12px;
    margin-bottom: 34px;
}

.gift-cards .gift-product-btn {
    font-size: 16px;
    color: #dba453;
    box-shadow: 0px 4px 7px 0px #cecece;
    padding: 8px 18px;
    width: 200px;
    max-width: 100%;
    display: inline-block;
    border-radius: 25px;
    margin-top: auto;
    transition: none;
}


.gift-cards .gift-product-btn:hover {
    background-color: #dba453;
    color: #ffffff;
    box-shadow: none;
}





.cart-item-container {
    border-top: 2px solid #dba453;
    border-bottom: 2px solid #dba453;
    padding: 20px 15px 10px 0;
    margin-bottom: 10px;
    /* height: 170px; */
    /* overflow-y: auto; */
}


.cart-item-card {
    display: flex;
    align-items: center;
    border-bottom: 1px dotted #DBA453;
    margin-bottom: 10px;
}

.cart-item-card:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.cart-item-card .cart-item-card-img {
    width: 25%;
}

.cart-item-card .cart-item-card-img img {
    max-width: 100%;
    height: auto;
}

.cart-item-card .cart-item-card-body {
    padding: 10px 0 20px 20px;
    flex-grow: 1;
}

.cart-item-card .cart-item-card-body .cart-item-card-title {
    font-family: "Cormorant Garamond", serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #dba453;
    margin-bottom: 0;
    font-weight: 600;
}

.cart-item-card .cart-item-card-body .cart-item-card-text {
    margin-bottom: 8px;
    margin-top: 8px;
    font-size: 14px;
    /* font-weight: 600; */
}

.cart-item-card .cart-item-card-body .quantity-box {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.cart-item-card .cart-item-card-body .quantity-box .quantity-controll-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: none;
    background-color: transparent;
    width: 15px;
    height: 15px;
}

.cart-item-card .cart-item-card-body .quantity-box .quantity-controll-btn img {
    width: 100%;
}


.cart-item-card .cart-item-card-body .quantity-box .quantity-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    font-size: 14px;
    border: 0;
}

.cart-item-card .cart-item-card-body .quantity-box .btn-remove-qt {
    padding: 0;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    background: transparent;
    margin-left: 10px;
    font-weight: 500;
}

.cart-item-card .cart-item-card-body .cart-item-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

.btn-update {
    border: 2px solid #dba453;
    border-radius: 40px;
    padding: 6px 40px;
    line-height: 1;
    font-size: 13px;
    font-weight: 500;
    min-width: 200px;
    color: #dba453;
}

.btn-update:hover {
    background-color: #dba453;
    color: #fff;
}

.btn-checkout {
    border: 2px solid #dba453;
    background-color: #dba453;
    border-radius: 40px;
    padding: 6px 12px;
    line-height: 1;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
}

.btn-checkout:hover {
    border: 2px solid #bc8739;
    background-color: #bc8739;
}

.btn-editbag {
    color: rgb(116, 116, 116);
    font-size: 14px;
    font-weight: 500;
}

.offcanvas-body {
    padding: 1rem 2rem;
}

.offcanvas-header {
    padding: 3rem 2rem 0.5rem;
}

.offcanvas-header .offcanvas-title {
    font-size: 16px;
}

/* Webkit browsers */
.cart-item-container::-webkit-scrollbar {
    width: 15px;
}

.cart-item-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.cart-item-container::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 4px solid #f1f1f1;
}

.cart-item-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}

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

.checkout-section .nav .nav-item {
    width: 50%;
}

.checkout-section .nav .nav-item .nav-link {
    width: 100%;
    border-top: 3px solid #c5c6c6 !important;
    color: #888;
    text-align: center;
}

.checkout-section .nav .nav-item .nav-link.active {
    width: 100%;
    border-top: 5px solid #dba453 !important;
    color: #000;
    font-weight: 500;
}

.checkout-section .tab-pane {
    padding-top: 40px;
}

.checkout-section .tab-heading {
    font-family: "Cormorant Garamond", serif;
    text-transform: uppercase;
    font-size: 32px;
    color: #dba453;
    margin-bottom: 35px;
    font-weight: 600;
}

.checkout-section h6 {
    color: #2b2a29;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
}

.checkout-section .form-control {
    border: none;
    padding-left: 0;
    border-bottom: 1px solid #c5c6c6;
    border-radius: 0;
    font-size: 14px;
    padding-top: 0;
}

.checkout-section textarea.form-control {
    border: 1px solid #c5c6c6;
    padding: .375rem .75rem;
}

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

.checkout-section .form-label {
    margin-bottom: 0;
    line-height: 1;
    font-weight: 500;
}

.checkout-section .form-text {
    margin: 0;
    font-size: 10px;
    color: inherit;
    line-height: 1;
}

.checkout-section .input-group .input-group-text {
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #c5c6c6;
    color: #727271;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    border-radius: 0;
}

.checkout-section .input-group .input-group-text {
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #c5c6c6;
    color: #727271;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    border-radius: 0;
}

.checkout-section p {
    font-size: 14px;
    font-weight: 500;
}

.checkout-section p.small {
    font-size: 12px;
}

.text-theme {
    color: #dba453;
}

.checkout-right .right-text-one {
    font-family: "Cormorant Garamond", serif;
    text-transform: uppercase;
    font-size: 18px;
    color: #dba453;
    font-weight: 600;
}

.checkout-right .right-text-one span {
    font-family: 'Poppins', sans-serif;
    color: #2b2a29;
    font-weight: 400;
}

.checkout-right .cart-item-container {
    height: auto;
}

.checkout-right .cart-item-container .cart-item-card {
    align-items: flex-start;
}

.checkout-right .cart-item-container .cart-item-card .cart-item-card-text {
    margin-bottom: 20px;
    font-weight: 600;
}

.checkout-right .helper-text .right-text-one {
    text-align: center;
    color: #2b2a29;
}

.checkout-right .add-on-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.checkout-right .add-on-card .add-on-card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.checkout-right .add-on-card .add-on-card-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.checkout-right .add-on-card img {
    max-width: 100%;
    width: 120px;
    margin: 0 auto;
}


.checkout-right .add-on-card .add-on-card-title {
    font-family: "Cormorant Garamond", serif;
    text-transform: uppercase;
    font-size: 20px;
    color: #dba453;
    font-weight: 600;
    text-align: center;
}


.checkout-right .add-on-card .add-on-card-qt {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: end;
    gap: 5px;
}

.checkout-right .add-on-card .add-on-card-qt p.small {
    font-size: 11px;
    letter-spacing: -1px;
}

.checkout-right .add-on-card .quantity-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.checkout-right .add-on-card .quantity-box .quantity-controll-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: none;
    background-color: transparent;
    width: 20px;
    height: 20px;
}

.checkout-right .add-on-card .quantity-box .quantity-controll-btn img {
    width: 100%;
}

.checkout-right .add-on-card .quantity-box .quantity-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    font-size: 18px;
}

.checkout-right .add-on-card .btn-addtobag {
    display: inline-block;
    border: 2px solid #dba453;
    border-radius: 40px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #2b2a29;
    text-align: center;
}

.checkout-right .add-on-card .btn-addtobag:hover {
    background-color: #dba453;
}


.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("../images/icons/on.svg");
}

.form-check-input[type=radio] {
    --bs-form-check-bg-image: url("../images/icons/off.svg");
}

.form-check-input:checked {
    background-color: transparent;
    border-color: transparent;
}

.form-check-input:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.cart-section {
    padding: 50px 0;
}

.cart-section .section-heading {
    font-family: "Cormorant Garamond", serif;
    text-transform: uppercase;
    font-size: 32px;
    color: #dba453;
    font-weight: 600;
}

.cart-section .section-heading span {
    font-family: 'Poppins', sans-serif;
    color: #2b2a29;
    font-weight: 400;
}

.cart-section .table thead th {
    border-bottom-color: #dba453;
}

.cart-section .table tbody td .table-product {
    display: flex;
}

.cart-section .table tbody td .table-product img {
    width: 100px;
}

.cart-section .table tbody td .table-product h5 {
    font-family: "Cormorant Garamond", serif;
    text-transform: uppercase;
    font-size: 20px;
    color: #dba453;
    font-weight: 600;
}

.cart-section .table tbody td .table-product .table-product-body {
    padding-left: 25px;
}



.cart-section .table tbody td .quantity-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.cart-section .table tbody td .quantity-box .quantity-controll-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: none;
    background-color: transparent;
    width: 20px;
    height: 20px;
}

.cart-section .table tbody td .quantity-box .quantity-controll-btn img {
    width: 100%;
}

.cart-section .table tbody td .quantity-box .quantity-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    font-size: 18px;
}

.cart-section .table tbody td .quantity-box .btn-remove-qt {
    padding: 0;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    background: transparent;
    margin-left: 10px;
    font-weight: 500;
}

.cart-section .accordion-item {
    border: 0;
    border-radius: 0;
    padding: 0;
}

.cart-section .accordion-item .accordion-button {
    border: 0;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 20px;
}

.cart-section .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.cart-section .accordion-item .accordion-button:not(.collapsed) {
    color: inherit;
}

.cart-section .accordion-item .accordion-button:not(.collapsed) {
    box-shadow: none;
}


.cart-section .accordion-item .accordion-body {
    padding: 0 0 20px;
}

.cart-section .accordion-item .acc-inner {
    padding: 5px 0;
    border-top: 2px solid #c5c6c6;
    border-bottom: 2px solid #c5c6c6;
    margin-bottom: 20px;
}

/* .cart-section .accordion-item .acc-inner p {
	margin-bottom: 0;
} */

/* .cart-section .accordion-item .accordion-body p{
	
} */

.cart-section .cart-right h6 {
    font-size: 18px;
    margin-bottom: 16px;
}

.calendar-container {
    display: flex;
    justify-content: space-between;
}

.calendar {
    width: 50%;
}

.calendar .fc-today-button,
.calendar .fc-button-group {
    display: none;
}

.calendar.fc .fc-toolbar {
    align-items: center;
    display: flex;
    justify-content: center;
}

.calendar.fc .fc-view-harness {
    height: 430px !important;
}

.calendar.fc .fc-toolbar-title {
    font-size: 16px !important;
    margin: 0px;
}

.calendar.fc .fc-toolbar.fc-header-toolbar {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    margin-bottom: 0;
    background-color: #dba453;
    color: #fff;
}


.calendar.fc .fc-h-event {
    background-color: transparent;
    padding: 0;
    border: 0;
}

.calendar.fc .fc-event-title-container {
    text-align: center;
    padding: 0;
    line-height: 1;

}

.calendar.fc .fc-h-event .fc-event-title {
    padding: 0;
    color: #2b2a29 !important;
    line-height: 1;
    font-size: 10px;
    text-align: center;

}

.calendar.fc .fc-daygrid-day-events {
    margin-top: -4px;

}

.calendar.fc .fc-col-header-cell-cushion {
    font-size: 13px !important;
    font-weight: 400;
    color: #2b2a29;
}

.fc .fc-scrollgrid-liquid {
    height: 100%;
    border: 1px solid #dba453;
}

.calendar.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 1em;
}

.calendar.fc-theme-standard td,
.calendar.fc-theme-standard th {
    border: 0;
}

.fc .fc-day-today {
    background-color: transparent !important;
}

.fc .fc-highlight {
    background: transparent;
    border: 1px solid #dba453;
    border-radius: 50%;
    width: 100%;
    aspect-ratio: 1;
    min-height: auto;
}

/* .fc .fc-day-today .fc-daygrid-day-frame {
    border: 1px solid;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    min-height: auto;
} */

.calendar.fc .fc-daygrid-day-top {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}

.fc .fc-daygrid-day-number {
    padding: 4px;
    position: relative;
    z-index: 4;
    color: #2b2a29;
    text-align: center;
}

.calendar-outer {
    position: relative;
}

.calendar-outer .button-container {
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.button-container button {
    margin: 0 5px;
    border: none;
    color: #fff;
    background-color: transparent;
    width: 20px;
}

.form-check-input[type=checkbox]:checked {
    background-color: #c5c6c6;
    border-color: transparent;
}

.right-ship-card {
    margin-top: 20px;
    padding: 20px 0 40px;
    border-top: 1px solid #dba453;
    border-bottom: 1px solid #dba453;
    margin-bottom: 20px;
}

.right-ship-card p {
    margin-bottom: 8px;
}

.right-ship-card p:last-child {
    margin-bottom: 0px;
}

.right-ship-card-bottom {
    border-bottom: 1px solid #c5c6c6;
    margin-bottom: 20px;
}

































.banner-section {
    position: relative;
}

.banner-section .banner-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner-section .banner-text .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 80px 0;
}

.banner-section .banner-text .container h1 {
    font-size: 100px;
    font-family: "Pinyon Script", cursive;
    color: #fff;
}

.banner-section .banner-text .container img {
    width: 450px;
    max-width: 100%;
}

.banner-section video {
    width: 100%;
    aspect-ratio: 4 / 2;
    object-fit: cover;
    object-position: center;
}





@media screen and (min-width: 1600px) {

    .historybg .mb-25 {
        margin-bottom: 100%;
    }

    .contact-section .contact-container {
        scale: 0.85;
        transform-origin: top;
    }

    .contact-bottom-row {
        padding-top: 0px;
    }
}

@media screen and (max-width: 1599px) {

    .historybg .mb-25 {
        margin-bottom: 600px;
    }

    .historybg .history-outer {
        position: absolute;
        top: 0;
        left: 0;
        padding: 90px 0;
    }

    .historybg .history-inner {
        max-width: 760px;
        gap: 80px;
    }

    .historybg p {
        font-size: 22px;
        line-height: 34px;
    }

    .contact-section .contact-container {
        scale: 0.65;
        transform-origin: top;
    }

    .contact-section {
        padding: 38px 0 38px;
    }

    .contact-bottom-row {
        padding-top: 0px;
        margin-top: -140px;
    }

    .contact-section .contact-form {
        scale: 1.12;
        transform-origin: top left;
    }
}

@media screen and (max-width: 1299px) {


    .historybg .history-inner {
        max-width: 650px;
        gap: 50px;
    }

    .historybg p {
        font-size: 18px;
        line-height: 32px;
    }
}

@media screen and (max-width: 1199px) {

    .banner-section .banner-text .container {
        gap: 50px;
    }

    .banner-section .banner-text .container img {
        width: 400px;
    }

    .banner-section .banner-text .container h1 {
        font-size: 90px;
    }

    .historybg .history-inner {
        max-width: 600px;
        gap: 26px;
    }

    .historybg .history-outer {
        position: absolute;
        top: 0;
        left: 0;
        padding: 50px 0;
    }

    .historybg p {
        font-size: 17px;
        line-height: 28px;
    }

    .contact-section .contact-container {
        scale: 0.59;
    }

    .contact-bottom-row {
        padding-top: 0px;
        margin-top: -260px;
    }

    .contact-section .contact-form {
        scale: 1.04;
        transform-origin: top left;
    }
}


@media screen and (max-width: 992px) {

    .banner-section .banner-text .container {
        gap: 40px;
    }

    .banner-section .banner-text .container img {
        width: 300px;
    }

    .banner-section .banner-text .container h1 {
        font-size: 75px;
    }

    /*.active-flex {*/
    /*    flex-wrap: wrap;*/
    /*    justify-content: center;*/
    /*}*/
    


    /*.active-flex .col-img {*/
    /*    margin-bottom: 40px*/
    /*}*/

    /*.active-flex .col-left {*/
    /*    margin-right: 20px;*/
    /*}*/

    .active-flex .col-active-mid {
        width: 100%;
        /*order: 2;*/
    }

    .historybg .historybg-img {
        position: absolute;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: bottom;
    }

    .historybg .history-outer {
        position: relative;
        top: 0;
        left: 0;
        padding: 40px 0 0;
        aspect-ratio: 440 / 812;
    }

    .contact-section .contact-container {
        scale: 1;
    }

    .contact-section {
        padding: 38px 0 38px;
    }

    .contact-bottom-row {
        padding-top: 160px;
        margin-top: 0;
    }

    .contact-section .contact-form {
        scale: 1;
    }
}

@media screen and (max-width: 767px) {

    .banner-section .banner-text .container {
        gap: 40px;
    }

    .banner-section .banner-text .container img {
        width: 220px;
    }

    .banner-section .banner-text .container h1 {
        font-size: 60px;
        text-align: center;
    }

    .historybg .mb-25 {
        margin-bottom: 300px;
        word-spacing: 0;
        font-size: 16px;
    }

    .historybg .history-inner img {
        max-width: 500px;
    }
}

@media screen and (max-width: 575px) {

    .banner-section video { 
        aspect-ratio: 4 / 7; 
    }
    
    .banner-section .banner-text .container {
        gap: 20px;
    }

    .banner-section .banner-text .container img {
        max-width: 100%;
        width: 300px;
    }

    .banner-section .banner-text .container h1 {
        font-size: 64px;
    }

    .calendar {
        width: 100%;
    }

    #calendar2 {
        display: none;
    }
    
    .home-productbg-left { 
        display: none;
    }
.home-productbg {
    padding: 15px 0;
}
}



footer {
    position: relative;
    background: transparent;
    padding: 35px 0 0;
}

footer video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

footer .copyright-text {
    margin-top: 16px;
}

input.input-search {
    border: 0;
    padding-left: 10px;
    position: absolute;
    width: 40px;
    left: 0;
    opacity: 0;
    z-index: 5;
    transition: width 0.3s;
}

input.input-search:focus {
    position: static;
    width: 150px;
    opacity: 1;
    border: 1px solid #dba453;
    outline: 0;
    margin-right: 6px;
    border-radius: 15px;
}

li.search-box {
    position: relative;
    display: flex;
    justify-content: end;
}

.loginbg {
    color: #fff;
    position: relative;
    padding: 0;
}

.loginbg .login-inner {
    margin-top: 80px;
}

.loginbg .login-outer {
    /* position-absolute top-0 w-100 h-100 py-5 */
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.loginbg h2 {
    /*font-family: "Cormorant Garamond", serif;*/
    font-size: 36px;
}

.loginbg .login-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
}

.loginbg .login-form .form-control {
    background: transparent;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.loginbg .login-form .form-control:focus {
    box-shadow: none;
    border-color: #dba453;
}

.loginbg .login-form .form-control::placeholder {
    color: #fff;
}

.loginbg .login-form .form-check-input {
    background-color: transparent;
    border-radius: 0;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    border: 1px solid #fff;
}

.loginbg .login-form .form-check-input:checked {
    background-color: #dba453;
    border-color: #dba453;
}

.loginbg .login-form .btn-grp-bottom {
	display: flex;
	column-gap: 20px;
	align-items: center;
	margin-top: 24px;
}

.loginbg .column-right .login-form .btn-grp-bottom { 
	margin-top: 0;
}
.loginbg .login-form .btn-grp-bottom a {
    color: #fff;
}

.loginbg .login-form .btn.btn-white {
    border-radius: 50px;
    background-color: #fff;
    min-width: 180px;
    color: #dba453;
    padding: 10px 40px;
}

.loginbg .login-form .btn.btn-white:hover {
    background-color: #dba453;
    color: #fff;
}

@media screen and (min-width: 992px) {

    .loginbg .g-5,
    .loginbg .gx-5 {
        --bs-gutter-x: 5rem;
        --bs-gutter-y: 2rem
    }

}

@media screen and (min-width: 1200px) {

    .loginbg .register-inner {
        margin-top: 60px;
    }
}

@media screen and (min-width: 992px) and (max-width:1140px) {

    .loginbg.registerbg .loginbgimg {
        height: 590px;
        object-fit: cover;
    }
}


@media screen and (min-width: 1600px) {
    .essential-tipsbg .hand-bg img {
        position: absolute;
        left: 8px;
        max-width: 45vw;
        top: -50px;
    }
}

@media screen and (min-width: 1300px) and (max-width:1600px) {
    .essential-tipsbg .hand-bg img {
        position: absolute;
        top: 15px;
        left: 8px;
        max-width: 710px;
    }
}



@media screen and (min-width: 992px) and (max-width:1299px) {

    .essential-tipsbg .hand-bg img {
        position: absolute;
        left: 10px;
        top: 60px;
        max-width: 550px;
    }
}

@media screen and (max-width: 991px) {

    .loginbg .loginbgimg {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: bottom;
    }

    .loginbg .login-outer {
        position: relative;
    }

    .loginbg .login-inner {
        margin-top: 30px;
    }

    .concierge-section {
        aspect-ratio: unset;
        padding: 80px 40px;
    }

}

/*Custom Woocmomerce CSS Newly added*/

.gift-product-section .products {
    list-style: none !important;
}

.gift-product-section .gift-product-card img {
    width: 100%;
    max-width: 225px;
    height: auto;
    object-fit: contain !important;
}

.gift-product-section .gift-product-card h2 {
    font-family: "Cormorant Garamond", serif;
    color: #dba453;
    text-transform: uppercase;
    font-size: 1.25rem;
}

.gift-product-section .gift-product-card .price {
    font-size: 14px;
    color: #282727;
}

.gift-product-section .gift-product-card .add_to_cart_button {
    font-size: 16px;
    color: #dba453;
    box-shadow: 0px 4px 7px 0px #cecece;
    padding: 8px 12px;
    display: inline-block;
    border-radius: 25px;
    margin-top: auto;
    font-size: 13px;
    order: 3;
}

.gift-product-section .gift-product-card .add_to_cart_button:hover {
    background-color: #dba453;
    color: #ffffff;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.images {
    opacity: 1 !important;
}


.single_add_to_cart_button {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 50px;
    box-shadow: 0 0 5px #ccc;
    background: #fff;
    color: #dba453;
    text-align: center;
    border: 0;
    width: 100% !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.single_add_to_cart_button:hover {
    background: #dba453;
    color: #fff;
}

.woocommerce-tabs.wc-tabs-wrapper {
    display: none !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
    display: none !important;
}

.quantity input {
    width: 50px;
    text-align: center;
}

.quantity-box input {
    text-align: center;
    margin: 0 5px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
}


.right-nav {
    align-items: center;
}

.right-nav .search-form {
    display: flex;
    align-items: center;
}

.right-nav .search-form .search-submit {
    opacity: 0;
    width: 15px;
    padding: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    margin-top: 2px;
}

.right-nav .search-form .search-submit img {
    width: 20px;
}

.right-nav .search-form .search-field {
    opacity: 0;
    width: 0;
    transition: width 0.3s;
    border: 1px solid #dba453;
    outline: 0;
    padding-left: 10px;
    margin-right: 10px;
    border-radius: 15px;
}

.right-nav .search-form.form-active .search-field {
    width: 180px;
    opacity: 1;
}

.right-nav .search-form.form-active .search-submit {
    opacity: 1;
}

.no-results.not-found {
    padding: 60px 0;
}

.page-header .page-title,
.entry-header .entry-title {
    font-family: "Cormorant Garamond", serif;
    text-transform: uppercase;
    font-size: 32px;
    color: #dba453;
    font-weight: 600;
}

.page-header .page-title span {
    font-family: 'Poppins', sans-serif;
    color: #2b2a29;
    font-weight: 400;
    display: block;
    margin-top: 15px;
    font-size: 1.4rem;
}

.search-result article {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.search-result article img {
    width: 100%;
    height: auto;
}

.search-result article .entry-header .entry-title a {
    font-family: "Cormorant Garamond", serif;
    color: #dba453;
    text-transform: uppercase;
    font-size: 1.25rem;
}

.search-result {
    padding: 60px 0;
}

.search-result article .entry-header {
    order: 1;
}

.search-result article .post-thumbnail {
    order: 0;
    margin-bottom: 0 !important;
}

.search-result article .entry-content {
    order: 2;
    font-size: 14px;
}

.search-result article .entry-footer {
    display: none;
    order: 3;
    padding: 0;
}

.woocommerce-product-gallery__image {
    height: 130px;
}

.woocommerce-product-gallery__image img {
    height: auto;
}


.gift-product-card .woocommerce-LoopProduct-link {
    margin-bottom: 10px;
}

.gift-product-card .button.wps_gc_button {
    font-size: 13px;
    color: #dba453;
    box-shadow: 0px 4px 7px 0px #cecece;
    padding: 8px 12px;
    display: inline-block;
    border-radius: 25px;
    margin-top: auto;
    order: 3;
}


.gift-product-card .button.wps_gc_button:hover {
    background-color: #dba453;
    color: #ffffff;
}

#post-182 .entry-header {
    display: none;
}

.footer-bottom-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}
 
.footer-bottom-nav a {
    color: #dba453;
    font-size: 14px;
    font-weight: 500;
}
.footer-bottom-nav a:hover {
    color: #fff;
}

.footer-bottom-nav li:first-of-type a {
    border-right: 1px solid #dba453;
    padding-right: 8px;
    margin-right: 8px;
}

.answer {
    display: none;
}

/*#question-container {*/
/*    min-height: 270px;*/
/*}*/

#answer-container {
    flex-direction: column;
    height: 100%;
    flex: 1;
    min-height: 270px;
    padding: 10px 25px;
}

#answer-container h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

/*#answer-container p {*/
/*    text-align: justify;*/
/*}*/

#answer-container .btn-close {
    align-self: center;
    margin-top: auto;
    background: #dba453;
    font-size: 16px;
    border-radius: 30px;
    border: 1px solid #dba453;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
    width: auto;
    height: auto;
    padding: 5px 25px;
    opacity: 1;
}

#answer-container .btn-close i {
    margin-right: 16px;
    font-size: 23px;
}

#answer-container .btn-close:hover {
    box-shadow: 0 0 5px #ccc;
    border: 1px solid #dba453;
    background: #fff;
    color: #dba453;
}

form.woocommerce-ordering {
    max-width: 1140px;
    margin: 0 auto;
    border: 0;
    display: flex;
    justify-content: end;
    margin-top: 50px;
}

form.woocommerce-ordering select {
    border: 0;
    border-bottom: 1px solid;
    padding: 5px 0 8px;
}

form.woocommerce-ordering select:focus-visible {
    outline: 0px;
}

.site-main .gift-product-section {
    padding: 40px 0 80px;
}


.product-info-section form input[type="text"], .product-info-section form textarea {
    border: none;
    padding: 0;
    border-bottom: 1px solid #e0b26d;
    border-radius: 0;
    font-size: 16px;
    display: block;
    width: 100%;
}

.product-info-section form textarea {
    border: 1px solid #e0b26d;
    padding: .375rem .75rem;
    height: 90px;
}

.product-info-section form input[type="text"]:focus,
.product-info-section form textarea:focus {
    outline: 0;
    border-color: #dba453;
}

.wps_delivery_method .wps_wgm_delivery_method .wps_wgm_delivery_via_email {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.wps_delivery_method .wps_wgm_delivery_method .wps_wgm_delivery_via_email input[type="text"] {
    width: calc(50% - 5px) !important;
}

.wps_delivery_method .wps_wgm_delivery_method .wps_wgm_delivery_via_email .wps_wgm_msg_info,
.wps_delivery_method .wps_wgm_delivery_method .wps_wgm_delivery_via_email .wps_wgm_msg_info_multiple_name {
    display: block;
}

.product-info-section a {
    color: #dba453;
}


.new-europeon-section {
    position: relative;
}

.new-europeon-section .europeon-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.new-europeon-section .europeon-content>div {
    /* width: 100%; */
    height: 100%;
}

.new-europeon-section .europeon-content [class*="col-"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
    gap: 30px;
}

.new-europeon-section .europeon-content [class*="col-"] img {
    width: 200px;
}

.new-europeon-section h2 {
    font-size: 90px;
    font-family: "Pinyon Script", cursive;
    color: #dba453;
    line-height: 1;
}


@media screen and (min-width: 1400px) {
    .new-europeon-section .europeon-content [class*="col-"] img {
        width: 270px;
    }

    .new-europeon-section h2 {
        font-size: 115px;
    }

    .new-europeon-section .europeon-content [class*="col-"] {
        padding-top: 0px;
        padding-bottom: 0px;
        gap: 20px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .new-europeon-section .europeon-content [class*="col-"] img {
        width: 210px;
    }

    .new-europeon-section h2 {
        font-size: 90px;
    }

    .new-europeon-section .europeon-content [class*="col-"] {
        padding-top: 0px;
        padding-bottom: 0px;
        gap: 20px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .new-europeon-section .europeon-content [class*="col-"] img {
        width: 155px;
    }

    .new-europeon-section h2 {
        font-size: 75px;
    }

    .new-europeon-section .europeon-content [class*="col-"] {
        padding-top: 0px;
        padding-bottom: 0px;
        gap: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .new-europeon-section .europeon-content [class*="col-"] img {
        width: 150px;
    }

    .new-europeon-section h2 {
        font-size: 50px;
    }

    .new-europeon-section .europeon-content [class*="col-"] {
        padding-top: 0px;
        padding-bottom: 0px;
        gap: 10px;
    }

    /* .essential-tipsbg-inner {
		background: none;
	}

	.essential-tipsbg-inner::after {
		display: none;
	} */


}

@media screen and (min-width: 768px) {
    .new-europeon-section {
        aspect-ratio: 5 / 2;
    }
}

@media screen and (max-width: 768px) {
    .new-europeon-section>img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right;
    }

    .new-europeon-section .europeon-content {
        position: relative;
    }
}

@media screen and (max-width: 575px) {
    .new-europeon-section h2 {
        font-size: 64px;
    }

    .essential-tipsbg-inner ul li,
    .essential-tipsbg-inner ul li:nth-child(even) {
        width: 100%;
    } 
    .essential-tipsbg-inner ul {
        flex-direction: column;
    }

    .contact-section .contact-form {
        margin: -50px auto 0 !important;
    }
 
    .concierge-section { 
        /*padding: 50px 0px 50px;*/
        display: none;
    }
    
}

@media screen and (max-width: 400px) {
    .new-europeon-section h2 {
        font-size: 50px;
    }
}

.product-info-section table.variations {
    display: none;
}

.related.products {
    display: none;
}

.woocommerce-cart article.entry {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.woocommerce-cart .wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-name {
    font-family: "Cormorant Garamond", serif;
    text-transform: uppercase;
    font-size: 20px;
    color: #dba453;
    font-weight: 600;
}

/* .woocommerce-cart .wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-metadata {
    display: none;
} */

.woocommerce-cart .wc-block-cart-items .wc-block-cart-item__image img {
    width: 100px !important;
}

.is-large.wc-block-cart .wc-block-cart-items__header th {
    border-bottom: 1px solid #dba453 !important;
    font-size: 16px;
}

.woocommerce-cart .wc-block-cart__submit-button {
    border: 2px solid #dba453;
    background-color: #dba453;
    border-radius: 40px;
    padding: 8px 40px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #212529;
}

.woocommerce-cart .wc-block-cart__submit-button:hover {
    background: transparent;
}

.woocommerce-cart .wc-block-cart__sidebar {
    border: 1px solid #0000002d;
    border-radius: 5px;
    padding: 16px !important;
}

.woocommerce-cart .wc-block-cart__totals-title {
    font-size: 18px !important;
    margin-bottom: 16px;
    color: #212529 !important;
    font-weight: 500 !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-coupon-form-block {
    border-top: 0 !important;
    padding-top: 0 !important;
}

.woocommerce-cart .wc-block-components-totals-coupon {
    color: #212529 !important;
    font-size: 18px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-weight: 500 !important;

}

.woocommerce-cart .entry-footer {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    padding-bottom: 50px !important;

}

.woocommerce-cart .entry-footer .post-edit-link {
    display: inline-block;
    border: 2px solid #dba453;
    border-radius: 40px;
    padding: 8px 40px;
    font-size: 14px;
    font-weight: 500;
    min-width: 200px;
    text-align: center;
    color: #212529;
}

.woocommerce-cart .entry-footer .edit-link svg {
    display: none;
}

.woocommerce-cart .entry-footer .post-edit-link:hover {
    background-color: #dba453;
}

.woocommerce-cart .wc-block-components-totals-wrapper>*,
.woocommerce-cart .wc-block-components-totals-wrapper .wc-block-components-totals-item {
    padding: 0 !important;
}

.woocommerce-cart .wc-block-cart__submit {
    margin-bottom: 8px !important;
}

.woocommerce-cart .wc-block-components-sidebar-layout {
    align-items: flex-start;
}


.new-icons-section {
    background: url(../images/newiconsbg.png);
    padding: 130px 0;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.new-icons-section .card-contact h4 {
    font-family: "Cormorant Garamond", serif;
    color: #dba453;
    text-transform: uppercase;
    font-size: 18px;
}

.new-icons-section .card-contact .contact-card-text a, .new-icons-section .card-contact .contact-card-text p {
    color: #000000;
    line-height: normal;
    /* font-weight: 600; */
    font-size: 14px;
}

.new-icons-section .card-contact img {
    width: auto;
    height: 42px;
    object-fit: contain;
    object-position: center;
    aspect-ratio: 6.5 / 4;
}

.new-icons-section .card-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
}

@media screen and (max-width:767px) {
    .new-icons-section {
        padding: 50px 0;
    }

    .new-icons-section .card-contact {
        max-width: 335px;
        margin: 0 auto;
    }
}

@media screen and (max-width:574px) {

    .block-heading h2 {
        font-family: "Trajan Pro Regular", serif;
        color: #dba453;
        text-transform: uppercase;
        font-size: 32px;
        font-weight: 400;
    }
}


.featured-product-card .card-body .full_prod_div {
    color: inherit;
}


.privacy-sec {
    padding: 50px 0;
}

.privacy-sec .privacy-inner {
    position: relative;
    border: solid 1px #cecece;
    border-radius: 10px;
    background: url(../images/prosuctslidebg.jpg) repeat;
    overflow: hidden;
    padding: 40px 40px;
}


.privacy-sec .privacy-inner h1 {
    font-family: "Cormorant Garamond", serif;
    color: #dba453;
    margin: 0;
    font-size: 48px;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: center;
}

.privacy-sec .privacy-inner h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
    /* font-family: "Cormorant Garamond", serif; */
    color: #dba453;
}

.privacy-sec .privacy-inner a {
    color: inherit;
}


.amount_color {
    color: #DBA453;
}

.product-info-section .gift-form {
    margin-top: 16px;
}

.product-info-section .gift-form .form-control {
    border-color: #DBA453;
}

.product-info-section .gift-form textarea.form-control {
    height: 90px;
}

.product-info-section .gift-form .form-label {
    font-weight: 600;
    margin-bottom: 5px;
}

.product-info-section .gift-form .form-check-input[type=radio] {
    --bs-form-check-bg-image: url("../images/icons/off-gold.svg");
}

.product-info-section .gift-form .form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("../images/icons/on-gold.svg");
}

.wps_wgm_send_giftcard[type=radio] {
    background-color: transparent;
    border-color: transparent;
    appearance: none;
    position: relative;
    top: 2px;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/icons/off-gold.svg);
}

.wps_wgm_send_giftcard:checked[type=radio] {
    background-image: url(../images/icons/on-gold.svg);
}

.product-info-section .gift-form h6,
.wps_delivery_method .wps_wgc_label {
    color: #DBA453; 
    text-transform: uppercase;
}

.product-info-section .gift-form h6 { 
    font-weight: 500 !important; 
}
.form-control:focus {
    box-shadow: none;
}

.gift-gallary .mySwiper2 img {
    object-position: top;
    padding: 0 40px;
}

.cart label.wps_wgc_label,
.cart .wps_wgm_message_length {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
}

.cart[data-id=old] .quantity,
.cart[data-id=old] .mwg_wgm_preview_email,
.cart+.product_meta,
.product-info-section p.price {
    display: none;
}

@media screen and (max-width:574px) {
    .radio-btn-grp .col:first-child .btn::before {
        transform: rotate(270deg);
    }

    .radio-btn-grp .col:nth-child(2) .btn::after {
        right: -2px;
        top: -2px;
        background-image: url(../images/radio-border-before.svg);
        transform: rotate(180deg);
    }

    .radio-btn-grp .col .btn::before {
        left: -3px;
        bottom: -2px;
        background-image: url(../images/radio-border-before-bottom.svg);
    }

    .radio-btn-grp .col .btn::after {
        right: -3px;
        bottom: -2px;
        background-image: url(../images/radio-border-after.svg);
        background-position: right;
    }
}

.membership-price-sec {
    padding: 60px 0;
}

.membership-price-sec .price-container .price-img img {
    width: 100%;
}

.membership-price-sec .price-container {
    box-shadow: 0 0 9px 8px #0000001f;
}


.price-row .col {
    position: relative;
    overflow: visible;
    transition: 0.2s;
}


.price-row .col::after {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% + 20px);
    left: 0;
    bottom: 0;
    background: url(../images/pricebg.png);
    transform-origin: bottom;
    box-shadow: 0 0 9px 8px #0000001f;
    z-index: -1;
    display: none;
    transition: 0.2s;
}

.price-row .col .price-border {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 20px);
    height: 100%;
    padding: 10px;
    transform: translate(-50%, -50%) scale(1.02);
    transform-origin: bottom;
    display: none;
}

.price-row .col:hover .price-border {
    display: block;
}

.price-row .col:hover {
    transform: scaleY(1);
}

.price-row .col:hover .price-block {
    transform: scale(1.02);
}

.price-row .col:hover::after {
    display: block;
    /* opacity: 1; */
}


.price-row .price-block {
    padding: 40px 0;
    height: 100%;
    transition: 0.2s;
    position: relative;
    z-index: 3;
}

.price-row .price-content {
    height: 100%;
    border-right: 1px solid #D4D1D1;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
}

.price-row .col:last-child .price-content {
    border-right: 0;
}

.price-content h2 {
    font-family: "Cormorant Garamond", serif;
    color: #dba453;
    margin: 0;
    font-size: 30px;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: center;
}

.price-content h5 {
    font-family: "Cormorant Garamond", serif;
    color: #4D4D4D;
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

.price-content ul {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
}

.price-content ul li {
    margin-bottom: 20px;
}

.price-content h6 {
    color: #dba453;
}

.price-content .price-footer {
    margin-top: auto;
}
.price-content .price-footer img{
    max-width: 180px;
}
.price-table-sec {
    background: url(../images/pricetablebg.png);
    padding: 60px 0;
    background-size: contain;
}

.price-table-inner {
    background-color: #fff;
    padding: 20px;
}

.price-table-inner .table td,
.price-table-inner .table tr,
.price-table-inner .table th {
    border-color: #E8C089;
    border-style: dashed;
    text-align: center;
    vertical-align: middle;
}

.price-table-inner .table thead tr,
.price-table-inner .table th {
    border-width: 0;
    color: #dba453;
    font-size: 18px;
    font-weight: 500;
}

.price-table-inner .table tbody tr td:first-child {
    border-left-style: solid;
    color: #dba453;
    font-size: 16px;
    text-align: left;
}

.price-table-inner .table tbody tr td:last-child {
    border-right-style: solid;
}

.price-table-inner .table tbody tr td {
    font-size: 14px;
}

.price-table-inner .table tbody tr:first-child {
    border-top-style: solid;
}

.price-table-inner .table tbody tr:last-child {
    border-bottom-style: solid;
}

.membership-gift-card {
    background: unset;
    padding-bottom: 0;
}

.membership-gift-card .shop-giftcards-inner{
    box-shadow: none;
}
.shop-giftcards-section.membership-gift-card .shop-giftcards-inner .shop-giftcards-inner-body {
    padding: 50px 0px;
}

.wps_gift_card_balance_wrapper {
    max-width: 600px;
    margin: 90px auto; 
    border: solid 1px #cecece;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 25px 5px #00000014;
    overflow: hidden;
    padding: 40px 40px;
}
.wps_gift_card_balance_wrapper > div{
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-bottom: 30px;
}
.wps_gift_card_balance_wrapper label{
    font-weight: 600;
    margin-bottom: 5px;
}
.wps_gift_card_balance_wrapper input[type="text"],
.wps_gift_card_balance_wrapper input[type="email"]{
    border: none;
    padding: 5px 0;
    border-bottom: 1px solid #e0b26d;
    border-radius: 0;
    font-size: 16px;
    display: block;
    width: 100%;
}

.wps_gift_card_balance_wrapper input[type="text"]:focus,
.wps_gift_card_balance_wrapper input[type="email"]:focus{ 
    outline: none;
}
p.wps_check_balance{
    margin-bottom: 0;
}
.button.wps_check_balance{ 
    margin-top: 16px;
    background: #dba453; 
    border: 1px solid #dba453;
    color: #fff !important;
    border-radius: 50px;
    padding: 10px 50px;
    font-size: 14px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    width: 100%;
}
.button.wps_check_balance:hover {
    box-shadow: 0 0 5px #ccc;
    border: 1px solid #dba453;
    background: #fff;
    color: #dba453 !important;
}


    
    /*.woocommerce-account .woocommerce{*/
    /*	max-width: 1140px;*/
    /*    margin: auto;*/
    /*}*/
    
    .woocommerce-account .woocommerce ul{
    	   list-style: none;
    }
    
    .woocommerce-account .woocommerce-EditAccountForm{
    	 background: aliceblue;
        padding: 35px 38px;
    }
    
    .woocommerce-account .woocommerce-EditAccountForm input{
       width: 100%; 
    }
    
    
    /* new css */
    
    .woocommerce-account .woocommerce-notices-wrapper{
    	max-width: 1140px;
        margin: auto;
        margin-bottom: 40px;
        margin-top: 40px;
        font-size: 20px;
    	text-align: center;
    	display: flex;
    	flex-direction: column;
    	gap: 1.5rem;
    }
    
    .woocommerce-account .woocommerce-notices-wrapper a{
    	cursor: none;
        background: #dba453;
        color: #fff !important;
        border-radius: 50px;
        padding: 15px 40px;
        font-size: 14px;
        line-height: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }
    
    .woocommerce-account .woocommerce-message{
        font-size: 17px;
    }

@media screen and (max-width: 1425px){
    .membershipbanner .banner-content h1 {
        font-size: 170px; 
    }
}
@media screen and (min-width: 992px) and (max-width:1299px) { 
    .membershipbanner .banner-content>div { 
        right: -165px;
    }
    .membershipbanner .banner-content h1 {
        font-size: 125px;
    }
    .membershipbanner .banner-content h1 span {
        font-size: 90px;
    }
}
@media screen and (max-width: 991px) {
    .price-row .col:nth-child(2) .price-content {
        border-right: 0;
    }
    .membershipbanner .banner-content h1 {
        font-size: 110px;
    }
    .membershipbanner .banner-content h1 span {
        font-size: 85px;
    }
    .membershipbanner .banner-content>div { 
        right: -145px;
    }
}

@media screen and (max-width: 767px) {
    .price-row .col .price-content {
        border-right: 0;
    }
    .membershipbanner .banner-content>div { 
        position: static;
    }

}

@media screen and (max-width: 574px) {
    .membershipbanner .banner-content h1 {
        font-size: 85px;
    }
    .membershipbanner .banner-content h1 span {
        font-size: 60px;
    }

}

@media screen and (max-width: 320px) {
.membershipbanner .banner-content h1 {
    font-size: 60px;
}
.membershipbanner .banner-content h1 span {
    font-size: 40px;
}
}



/* my account page css */

.woocommerce-account .woocommerce{
   /* max-width: 1140px;*/
margin: auto;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    align-items: center; 
    gap: 10px; 
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}


/*.woocommerce-account .woocommerce-MyAccount-navigation ul li {*/
/*    margin-top: 30px;*/
/*}*/

.woocommerce-MyAccount-navigation {
    padding-top: 40px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    border-bottom: 1px solid #dba658;
    color: #DBA658;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #DBA658; 
    color: #fff;
}

.woocommerce-MyAccount-content .woocommerce-Address{
    width: 100%;
}

.woocommerce-account .woocommerce-EditAccountForm {
    background: #ffffff;
    padding: 35px 38px;
    box-shadow: 9px 2px 17px #938282;
    margin-bottom: 50px;
}

.woocommerce-EditAccountForm input{
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #000000;
}


.woocommerce-EditAccountForm button[type="submit"]{
    background: #dba453;
    color: #fff !important;
    border-radius: 50px;
    padding: 15px 50px;
    font-size: 16px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
}

.woocommerce-account .woocommerce-info{
    text-align: center;
    margin-bottom: 40px;
} 

.woocommerce-account .woocommerce-MyAccount-content a {
    text-align: center;
    color: #dba658;
}

.woocommerce-MyAccount-content{
    margin: 20px;
}

.woocommerce-account .woocommerce-orders-table{
    width: 75%;
    margin: auto;
}

.woocommerce-account .woocommerce-orders-table {
    width: 100%;
    margin: auto;
    margin-bottom: 16px;
}

.woocommerce-account .woocommerce-orders-table td,.woocommerce-orders-table th,.woocommerce-account .woocommerce-orders-table tr {
    border: 1px solid #ebebeb;
    padding: 8px 12px;
}

.woocommerce-account .woocommerce-MyAccount-content { 
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    margin-top: 30px;
}

@media screen and (max-width: 767px){
    .woocommerce-account .woocommerce-MyAccount-navigation ul { 
        gap: 6px; 
    }
}

.errorbg .error-outer {
    position: absolute;
    top: 0;
    left: 0;
    padding: 120px 0;
}
.errorbg .error-inner {
    text-align: center;
}
.errorbg .error-img{
    width: 250px;
}
.errorbg .error-inner h1 {
    font-family: 'Trajan Pro Bold';
    color: #fff;
    font-size: 4rem;
}
.errorbg .error-inner h2 {
    font-family: 'Trajan Pro Bold';
    color: #fff;
    font-size: 2.15rem;
}
@media screen and (max-width: 992px) {
    .errorbg .error-outer {
        position: relative;
        top: 0;
        left: 0;
        padding: 60px 0 320px 0;
    }
    
    .errorbg .errorbg-img{
        position: absolute;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: bottom;
    }
}
.wc-block-grid.wp-block-product-new.wc-block-product-new .wc-block-grid__product {
    text-align: center;
    padding: 0 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wc-block-grid.wp-block-product-new.wc-block-product-new .wc-block-grid__product .wc-block-grid__product-image{
        width: 100%;
    max-width: 195px;
    transition: 0.2s;
    padding: 10px;
}
.wc-block-grid.wp-block-product-new.wc-block-product-new .wc-block-grid__product .wc-block-grid__product-title{
     font-family: "Cormorant Garamond", serif;
    color: #dba453;
    text-transform: uppercase;
    font-size: 1rem;
}
.wc-block-grid.wp-block-product-new.wc-block-product-new .wc-block-grid__product .wp-block-button__link{
    background: #dba453;
    color: #fff !important;
    border-radius: 50px;
    border: 1px solid #dba453;
    padding: 10px 30px;
    font-size: 14px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.wc-block-grid.wp-block-product-new.wc-block-product-new .wc-block-grid__product .wp-block-button__link:hover{
    box-shadow: 0 0 5px #ccc;
    border: 1px solid #dba453;
    background: #fff;
    color: #dba453 !important;
}


.flex-product-info {
    display: flex;
    flex-direction: column;
}

.flex-product-info .cart{
    order: 4;
}
.flex-product-info .shipping-method-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/product_details_shape.svg');
    background-repeat: no-repeat;
    z-index: -1;
    background-size: contain;
}
.flex-product-info .shipping-method-box {
    display: flex;
    /* flex-wrap: wrap; */
    margin: 30px 0;
    column-gap: 21px;
    position: relative;
    padding: 10px 20px;
    height: auto;
    aspect-ratio: 420 / 114;
}
.flex-product-info .shipping-method-box .text-theme, .flex-product-info .cart .quantity label {
    text-transform: uppercase;
    font-size: 14px;
}
.flex-product-info .cart .quantity{
    display:none;
    /*padding-bottom: 10px;*/
}
 
.flex-product-info .quantity-box {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    margin-top: 2px;
}
 
.flex-product-info .quantity-box .quantity-controll-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: none;
    background-color: transparent;
    width: 20px;
    height: 20px;
}
.flex-product-info .quantity-box .quantity-controll-btn img {
    width: 100%;
}
.flex-product-info .quantity-box .quantity-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    font-size: 14px;
    border: 0;
}
.flex-product-info .product_meta{
    display: none;
}
    .site-main .woocommerce-notices-wrapper a{ 
        background: #dba453;
        color: #fff !important;
        border-radius: 50px;
        padding: 10px 15px;
        font-size: 14px;
        line-height: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }
    .site-main .woocommerce-message{
        font-size: 16px;
        padding: 40px 0;
    }
    .site-main .woocommerce-notices-wrapper{
    	max-width: 1140px;
        margin: auto; 
        font-size: 20px;
    	text-align: center;
    	display: flex;
    	flex-direction: column;
    	gap: 1.5rem;
    }
    
    
    .mwg_wgm_preview_email {
        display: none;
    }


.subtotal-flex {
    display: flex;
    align-items: center;
}
.subtotal-flex .empty-border{
    flex: 1;
    height: 13px;
    margin: 0 5px;
    border-bottom: 2px dotted #d0d0d0;
}
    footer .newslatter .input-group .btn {
        color: #000000;
        border: 1px solid #dba453;
        border-left: 0;
        border-radius: 0;
        background: #dba453;
        padding: 0px 29px;
    }
@media screen and (max-width: 991px){
    .shop-banner {
        padding: 50px 0 380px 0;  
        background-size: 1390px; 
        background-image: url('../images/shop-banner-sm.png');
        background-position: center bottom; 
        text-align: center;
    }
    .shop-banner .shop-banner-heading-img{
        height: 40px;
    }
 
    .shop-banner .shop-banner-heading-img {
        height: 45px;
        margin-bottom: 32px;
    }
    .contact-section .contact-container { 
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .contact-section .contact-form { 
        position: static;
        margin-top: 0 !important;
        margin-bottom: 30px !important;
    }
    .shop-banner > img{
        display: none;
    }
    .shop-banner-abs {
        position: static; 
        padding-bottom: 0;
    }
    .shop-banner h1 br {
        display: block;
    }
 
}
@media screen and (max-width: 767px){
    .contact-section .card-contact img {
        width: 50px;
        height: auto;
        object-position: bottom;
        margin-top: 20px;
    }
    .contact-bottom-row {
        padding-top: 30px;
        margin-top: 0;
    }
	.errorbg .error-inner h2 {
		font-size: 1.15rem;
	}
	.errorbg .error-img {
    	width: 200px;
	}
		.producttab-content-right {
		padding: 0px 10px;
	}
    .producttab-nav {
        padding: 0px 5px;
        margin: 8px 0 24px;
    }
	
	.privacy-sec .privacy-inner h1 {
		font-size: 24px;
		letter-spacing: 2px;
	}
	.privacy-sec .privacy-inner { 
		padding: 40px 15px;
	}
}

@media screen and (max-width: 574px){ 
    .home-productbg .gift-product-section .gift-product-card .gift-product-name {
        font-size: 26px;
    }
.home-productbg .gift-product-section .gift-product-card .gift-product-text {
    font-size: 13px;
    /* padding: 0 16px; */
    margin-bottom: 16px;
}
    .gift-product-section .gift-product-card .gift-product-img { 
        max-width: 260px; 
        margin-bottom: 10px;
    }
    .producttab-nav ul {
        display: block; 
        column-count: 2;
    } 
    .producttab-nav ul li .nav-link {
        font-size: 12px;
        padding-left: 18px;
    }
	.producttab-nav .nav-link:hover, 
	.producttab-nav .nav-link.active {
	    background-size: 15px;
	}
/* 	.producttab-content-left{
	     padding-top: 180px;
	} */
	.producttab-content-left > img {
	     display: none;
	}
/* 	.producttab-content .tab-content .col-md-7{
		display: none;
	} */
    .producttabbg {
        padding: 20px 5px;
        background: #DBA658;
    }
    .new-europeon-section { 
        display: none;
    }
    .discoverbg h2 {  
        font-size: 22px; 
        margin-bottom: 25px;
    }
    .section-marble-bg {
        padding-top: 16px;
        padding-bottom: 0;
    }
    .discoverbg {
        padding: 20px 15px 0;
    }
    .discover-box h5 {  
        font-size: 16px;
        min-height: unset;
    }
    .essential-tipsbg {
        padding: 32px 25px 10px;
    }
    .essential-tipsbg .hand-bg {
        display: block;
        margin-bottom: -30px;
    }
    .essential-tipsbg .hand-bg img {
        position: relative;
        left: unset;
        right: -60px;
        top: 0;
        max-width: 87vw;
    }
    .essential-tipsbg > .row .col-lg-8 {
        order: 1;
        background: url(../images/border-elevate-top-mob.svg) no-repeat;
        background-size: 100% auto;
        padding-top: 20px;
        position: relative;
        z-index: 5;
    }
    .essential-tipsbg > .row .col-lg-8::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: url(../images/border-elevate-bottom-mob.svg) no-repeat;
        background-position: bottom;
        background-size: contain;
        z-index: -1;
    }
    .essential-tipsbg > .row .col-lg-8::before {
        position: absolute;
        content: "";
        width: calc(100% - 9px);
        height: 65%;
        left: 50%;
        top: 50%;
        border-left: 1px solid #DBA453;
        border-right: 1px solid #DBA453;
        z-index: -1;
        transform: translate(-50%, -46%);
    }
    .essential-tipsbg-inner {
        background: unset;
        padding: 8px 0;
    }
    .essential-tipsbg-inner::after {
        display: none;
    }
    .essential-tipsbg-inner::after {
        display: none;
    }
    .luxury-products-banner{
        padding-top: 16px;
    }
    .essential-tipsbg h2 { 
        font-size: 22px; 
        text-align: center;
    }
    .essential-tipsbg h6 {
        font-size: 15px;
        font-weight: 400;
        text-align: center;
        padding-bottom: 20px;
        margin-bottom: 0;
        border-bottom: 1px solid #E7E7E7;
    }
    .essential-tipsbg-inner ul li {
        padding-left: 16px;
    }
    .essential-tipsbg-inner ul li::before {
        left: 0px;
        top: 17px;
        width: 12px;
        height: 8px;
    }
	.essential-tipsbg > .row .col-lg-7.answer-activated::before { 
        height: 40%; 
    }
    .luxury-products-banner-inner {
        margin: 0 -20px;
    }
    .luxury-products-banner-inner img {
        aspect-ratio: 440 / 708;
        object-fit: cover;
        object-position: -242px;
    }
    .luxury-products-banner-inner .luxury-products-banner-content { 
        align-items: center; 
        padding-bottom: 170px;
        padding-top: 80px;
    }
   .luxury-products-banner-inner .luxury-products-banner-content h2 {
        font-size: 48px;
        text-align: center;
        line-height: 64px;
    }
     footer .footer-logo img {
        width: 100%;
        max-width: 160px;
    }
    footer .nav .nav-link,
    .footer-bottom-nav a {
        font-size: 12px;
    } 
footer .row.g-4 > [class*='col-']:first-of-type {
    margin-top: 5px;
    margin-bottom: -16px;
}
    footer .footer-payments p {
        font-size: 12px;
        margin-bottom: 4px;
    }
    footer .footer-payments img {
        width: 390px; 
    }
    footer .copyright-text p {
        margin-bottom: 0;
        text-align: center;
        font-size: 10px;
    }
.featured-product-card {
    max-width: 100%;
    padding: 70px 8px 45px;
}
    .featured-product-card .card-body { 
        padding: 0; 
    }
    .featured-product-card .card-img {
    margin-bottom: 50px;
    margin-top: -45px;
}
.featured-product-card .card-img.img-static { 
    filter: drop-shadow(0px 12px 11px #00000058);
}
 

    .featured-product-card .gift-product-btn {
        background-color: #dba453;
        color: #ffffff;
        box-shadow: none;
        font-size: 13px; 
        width: 150px;
        height: 30px; 
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .shop-giftcards-section {
        padding: 20px 0; 
        background: #DBA658;
    }
    .shop-giftcards-section .shop-giftcards-inner .shop-giftcards-inner-body {
        padding: 20px 20px 35px;
    }
    .gift-cards p {
        font-size: 13px;
        font-weight: 400; 
    }
    .featured-product-card p {
        font-size: 13px;
        margin-bottom: 33px;
        padding: 0 16px;
    }
    .producttab-content-left .btn.btn-theme {
        padding: 0 0;
        width: 150px;
        height: 30px;
        font-weight: 500;
    }
    .producttab-content-left p {
        margin: 20px 0 30px;
        font-size: 13px;
    }
    .btn-sm.btn-theme{
        font-size: 14px;
        padding: 5px 35px;
        text-transform: uppercase;
    }
.gift-product-section {
    padding: 15px 0 50px;
}
    .gift-cards { 
        padding: 10px;
    }
    .gift-cards .card-img { 
        padding: 0;
    }
    .gift-cards .card-title { 
        font-size: 22px;
        margin-bottom: 11px;
    }
    .shop-giftcards-inner-body .gift-cards {
        padding: 0px;
        max-width: 350px;
        margin: 0 auto;
    }
.shop-giftcards-inner-body .gift-cards p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 40px; 
    line-height: 15.1px;
}
    .new-img-banner-sec {
        display: none;
    }
    .new-icons-section {
        padding: 45px 20px 20px;
    }
    .new-icons-section > .container {
        background-color: #ffffffbf;
        padding-bottom: 30px;
    }
    .new-icons-section .card-contact {
        max-width: 100%;
        gap: 4px;
    }
    .new-icons-section .card-contact .contact-card-text {
        max-width: 100%; 
    }
    .new-icons-section .card-contact .contact-card-text a,
    .new-icons-section .card-contact .contact-card-text p{
        color: #000000; 
        font-weight: 400;
        font-size: 13px;
    }
    .new-icons-section .card-contact img { 
        height: 30px;
        margin-bottom: 5px; 
    }
    .contact-section .card-contact {
        gap: 0px;
    }
    .contact-section .card-contact img { 
        margin-bottom: 15px;
        margin-top: 50px;
    }
    .contact-section .card-contact .contact-card-text {
        max-width: 100%; 
    }
    .contact-section .card-contact p {
        font-size: 13px;
    }
    .contact-section .card-contact p a{
        text-decoration: underline;
    }
    .contact-section .card-contact h4 {
        font-size: 16px; 
    }
    .shop-giftcards-section .shop-giftcards-inner { 
        box-shadow: unset;
    }
	.shop-giftcards-section .shop-giftcards-inner .block-heading{
		padding-top: 20px;
	}
    .block-heading img.crown-heading { 
        margin-bottom: 8px;
    } 
    .shop-banner h1 { 
        font-size: 32px; 
    } 
    .historybg .history-inner {
        padding: 0 16px;
    }
    .historybg .history-inner img {
        max-width: 95%;
        width: 500px;
        margin: 0 auto 85px;
    }
    .historybg p {
        font-size: 15px;
        line-height: 18.87px;
        text-align: center;
        font-weight: 500;
    }
    .active-flex .col-img {
        width: 80px;
        flex-shrink: 0;
    }
    .active-flex .col-img img {
        height: 64px;
    }
    .contact-section .contact-form { 
        max-width: 100%; 
    }
    .active-flex .col-active-mid p{
        font-size: 14px !important;
    }
	.faq-block .accordion-button {
		font-size: 15px;
		padding: 15px 0px;
	}
	.faq-block .accordion-body {
		padding: 0px 0px 20px 0px;
	}
	
	.historybg .history-inner p span {
		color: #fff !important;
	} 
    .section-marble-bg {
        background: url(../images/bg-marble-mb.png); 
        background-repeat: no-repeat;
        background-position: 50% top;
        padding-inline: 8px;
    }
    .section-marble-bg .outer-bg-light {
        background-color: #ffffffbf;
    }
    footer .border-divided {
        border-bottom: 1px solid #dba453;
        margin-top: 0px;
    }
    footer .copyright-text {
        margin-top: 3px;
    }
	.activebg {
        background-color: #2B3E3D;
        color: #fff;
        padding: 14px 0;
    }
    .contact-section {
        background-size: cover;
        padding-bottom: 70px;
    }
	
	.gift-product-card .btn-theme {
		width: 135px;
		height: 30px;
		font-weight:500;
		font-size:16px;
		padding:5px 0px;
	}
	
	.headingborder img {
        width: 100%;
		max-width: 100%;
    }
	.discover-box p {
		font-size: 13px;
	}
	.shop-banner {
		padding: 50px 0 400px 0;
	}
	
	.featured-product-card .card-title{
		font-size:26px;
	}
	.gift-cards .card-body .btn {
		/*width: 150px;*/
		height: 30px;
	}
	
	.gift-product-section .gift-product-card .gift-product-name {
		font-size: 22px;
	}
	
	.gift-product-section .gift-product-card .gift-product-text { 
		font-weight: 400;
	}
	
	.new-icons-section {
		background: url(http://www.montecristocaviar.com/2024_A/wp-content/uploads/2024/11/newiconsbg1.png);
	} 
	footer .newslatter .form-label { 
        font-size: 12px;
        margin-bottom: 4px;
    }
	footer .social-links p { 
        margin-bottom: 5px;
        font-size: 12px;
    }
    footer .social-links a {
        margin-right: 14px;
    }
    
    footer .social-links a:last-child { 
        margin-right: 0;
    }
    footer .social-links a img {
        width: 30px;
    }
	
}

.wp-block-woocommerce-checkout {
    max-width: 1140px;
    margin: 0 auto !important;
    padding-left: 15px;
    padding-right: 15px;
}
.wp-block-woocommerce-checkout input[type=text] {
    
}
.wp-block-woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.wp-block-woocommerce-checkout .wc-block-components-text-input label{
    left: 0 !important;
    top: 5px !important;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, 
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wp-block-woocommerce-checkout .wc-block-components-text-input input {
    border: none !important;
    padding-left: 0 !important;
    border-bottom: 1px solid #c5c6c6 !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    padding-bottom: 8px !important;
    padding-top: 21px !important;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.wp-block-woocommerce-checkout .wc-block-components-text-input.has-error input:focus {
    box-shadow: none !important;
    outline: 0 !important;
}
.wp-block-woocommerce-checkout .wc-block-components-text-input.wc-block-components-address-form__city {
    outline: 0 !important;
}
.wp-block-woocommerce-checkout .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label, 
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label, 
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label{
    transform: translateY(-5px) scale(.875) !important;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label, 
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active label, 
.wp-block-woocommerce-checkout .wc-block-components-text-input input:-webkit-autofill+label, 
.wp-block-woocommerce-checkout .wc-block-components-text-input.is-active label{
    transform: translateY(-5px) scale(.875) !important;
}
.wp-block-woocommerce-checkout .wc-block-components-text-input.wc-block-components-address-form__email.is-active {
    outline: 0 !important;
}
.wp-block-woocommerce-checkout .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, 
.wp-block-woocommerce-checkout .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted { 
    box-shadow: inset 0 0 0 2px #dba453 !important;
}
.wp-block-woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
    border: 1px solid hsl(35.74deg 65.38% 59.22%) !important;
}
.wp-block-woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:checked::before {
    background: #dba453 !important;
}
 
.wp-block-woocommerce-checkout .wc-block-components-title.wc-block-components-title {
    font-family: "Cormorant Garamond", serif;
    text-transform: uppercase;
    font-size: 1.35em;
    color: #dba453; 
    font-weight: 600;
    word-break: break-word;
}
.wp-block-woocommerce-checkout .wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    border: 2px solid #dba453;
    background-color: #dba453;
    border-radius: 40px;
    padding: 8px 40px; 
    font-size: 14px;
    font-weight: 500;
    color: #212529;
}
.wp-block-woocommerce-checkout .wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover{
        background: transparent;
}
 
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=text]:focus{
    box-shadow: none !important;
}

@media screen and (min-width: 992px){
    .product-info-section {
        max-width: 544px;
        padding-left: 35px;
    }
    .gift-product-section .gift-product-card .gift-product-text {
        margin-left: auto;
        margin-right: auto;
        max-width: 183px;
        margin-bottom: 25px;
    }
    .newslatter label {
        text-align: end;
        display: block;
    }
    .newslatter {
        max-width: 308px;
        margin-left: auto;
    }
}
@media screen and (min-width: 1500px){
    .shop-banner-heading-img {
        height: 46px;
    }
}

@media screen and (max-width: 1499px){
    .shop-banner h1 { 
        font-size: calc(2.4rem + 1.5vw); 
    }
    .shop-banner-abs { 
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 1299px){
    .shop-banner h1 { 
        font-size: calc(2rem + 1.5vw); 
    }
    .shop-banner-abs { 
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 1199px){
    .shop-banner h1 {
        font-size: calc(1.5rem + 1.5vw);
    }
    .shop-banner .shop-banner-inner {
        flex-direction: column-reverse;
    }
    .shop-banner .shop-banner-inner h1{
        font-size: 40px;
    }
    
}
@media screen and (max-width: 991px){
    .navbar-nav li a { 
        padding: 5px 0 !important;
        display: block;  
        font-size: 16px;
    }
}


@media screen and (max-width: 574px){
    .header {
    /* height: 60px; */
        padding: 5px 0;
        display: flex;
        align-items: center;
    }
    .navbar .navbar-brand img {
        width: 104px;
        height: 50px;
        object-fit: contain;
    }
    .navbar,
    .navbar .navbar-brand {
        padding: 0;
    }
    .right-nav li a img {
        width: 17px;
    }
    .home-productbg-right .gift-product-section > .row .col:first-child .gift-product-card .gift-product-img {
        padding-top: 0;
    }
    .home-productbg .gift-product-section .gift-product-card {
        padding: 0 25px !important;
    }
    .shop-banner .shop-banner-inner h1 {
        font-size: 40px;
    }
    .newslatter {
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
    }
    footer .footer-bottom-col h4 {
        font-family: "Kuenstler Bold", cursive;
        font-weight: bold;
        margin-bottom: 0;
        padding-bottom: 0;
        font-size: 50px;
    }
    .col-left h4, .col-right h4 { 
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    footer .footer-bottom-col p {
        margin-bottom: 0;
        font-weight: 500;
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
    }
    .contact-section .contact-form .g-recaptcha {
        scale: 1.15;
    }
    .is-mobile .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper{
        padding-left: 0 !important;
        padding-right: 0 !important;
    } 
}

@media screen and (max-width: 424px){
    .contact-section .contact-form .g-recaptcha {
        scale: 1.13;
    }
}

@media screen and (max-width: 424px){
    .contact-section .contact-form .g-recaptcha {
        scale: unset;
    }
}
.flex-product-info .shipping-method-box {
    column-gap: 60px;
    justify-content: center;
    text-align: center;
}
.shipping-method-box-inner {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    padding-top: 10px;
}
.shipping-method-box-inner .methodicon {
    width: 16px;
    height: 16px;
    object-fit: contain;
} 
.shipping-method-box-inner .quantity {
    line-height: 1; 
}
form.wpsc-session {
    display: none;
}
.product_cat-wps_wgm_giftcard .img-gallary {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}
.mySwiper,
.product_cat-wps_wgm_giftcard .swiper-accompaniment{
    width: 15%;
    max-height: 320px;
}
.mySwiper2,
.product_cat-wps_wgm_giftcard .swiper-accompaniment2{
    width: 85%;
}
.mySwiper .product-slider-img,
.product_cat-wps_wgm_giftcard .swiper-accompaniment .product-slider-img{
    padding: 5px;
    border: 1px solid #d9dada;
}
.mySwiper2 img, .mySwiper img, .product_cat-wps_wgm_giftcard .swiper-accompaniment img, .product_cat-wps_wgm_giftcard .swiper-accompaniment2 img  {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    height: auto;
}
.product_cat-wps_wgm_giftcard .swiper-accompaniment2 img  { 
    object-position: top; 
}
.mySwiper .swiper-slide-thumb-active .product-slider-img,
.product_cat-wps_wgm_giftcard .swiper-accompaniment .swiper-slide-thumb-active .product-slider-img{
    padding: 5px;
    border: 1px solid #dba658;
}
.mySwiper .swiper-slide,
.product_cat-wps_wgm_giftcard .swiper-accompaniment .swiper-slide {
    height: auto !important;
    aspect-ratio: 1;
}
.mySwiper2 .product-slider-big-img,
.product_cat-wps_wgm_giftcard .swiper-accompaniment .product-slider-big-img{
    padding: 0 10px;
}
 .shipping-method-box-bg-sm {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 5px;
    }
    .shipping-method-box-bg-mid {
        flex-grow: 1;
        border: 1px solid #DBA658;
        border-top: 0;
        border-bottom: 0;
        margin: 0 3px;
    }
     .shipping-method-box-bg-sm img{
        width: 100%;
    }
/* @media screen and (min-width: 768px) and (max-width: 991px){*/
/*     .flex-product-info .shipping-method-box { */
/*        padding: 15px; */
/*    }*/
/*	 .flex-product-info .shipping-method-box:before { */
/*	    background-image: unset;*/
/*	} */
    
/*	.flex-product-info .shipping-method-box {*/
/*	    column-gap: 0;*/
/*	    row-gap: 10px;*/
/*	    flex-wrap: wrap;*/
/*	    padding: 10px;*/
/*	}*/
/*	.shipping-method-box-inner.box-one,*/
/*	 .shipping-method-box-inner.box-two{*/
/*		 width: 50%;*/
/*		 text-align:center;*/
/*	 }*/
/*	 .shipping-method-box-inner.box-three{*/
/*		 width: 100%;*/
/*	 }*/
/*	  .shipping-method-box-inner .quantity-box { */
/*	    justify-content: center;*/
/*    	} */
/*}*/
 @media screen and (min-width: 575px) and (max-width: 767px){
     .shipping-method-box-bg-sm{
         display: none;
     }
 }
 @media screen and (max-width: 575px){
     .product-img-section {
        padding: 30px 0;
    } 
	/* .flex-product-info .shipping-method-box:before { */
	/*    background-image: unset;*/
	/*}*/
    .shipping-method-box-bg-sm {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 5px;
        z-index: -1;
    }
    .shipping-method-box-bg-mid {
        flex-grow: 1;
        border: 1px solid #DBA658;
        border-top: 0;
        border-bottom: 0;
        margin: 0 3px;
    }
     .shipping-method-box-bg-sm img{
        width: 100%;
    }
    .flex-product-info .shipping-method-box {
        column-gap: 0;
        row-gap: 10px;
        /* flex-wrap: wrap; */
        padding: 10px;
        gap: 32px;
    }
    .shipping-method-box-inner { 
        padding-top: 0;
    }
	.shipping-method-box-inner.box-one,
	 .shipping-method-box-inner.box-two{
		 min-width: 70px;
		 text-align:center;
		 flex-shrink: 0;
	 }
	 .shipping-method-box-inner.box-three{
		 flex-grow: 1;
	 }
 	 .shipping-method-box-inner p{
         line-height: 15.1px;
        font-size: 12px;
	 }
	 .shipping-method-box-inner.box-one p{
        line-height: 20.13px;
        font-size: 16px;
	 }
	  .shipping-method-box-inner .quantity-box { 
	    justify-content: center;
    	}
    .flex-product-info .shipping-method-box .text-theme {
        font-size: 14px;
        line-height: 20.13px;
    }
	.discover-box img {
        margin-bottom: 10px;
    }
    .discover-box h5 { 
        margin-bottom: 0;
    }
    .discoverbg > .row.g-4{
        --bs-gutter-y: 32px !important;
    }
    .discover-box p {
        margin-bottom: 0;
        line-height: 16.35px;
    }
}

 @media screen and (max-width: 750px){
    .woocommerce-cart .wc-block-cart-items .wc-block-cart-item__image img {
        width: 100% !important;
    }
}
#cardOffcanvas {
    width: 390px;
}
#cardOffcanvas .btn-checkout { 
    font-weight: 500;
}
.offcanvas-backdrop.show {
    opacity: 0;
}
.woocommerce_order_item_container {
    display: flex;
    align-items: center;
    gap: 10px;
}
.woocommerce_order_item_container .attachment-thumbnail.size-thumbnail{
    width: 75px;
    height: 75px;
    object-fit: contain; 
    flex-shrink: 0;
}

.woocommerce_order_item_container a{
    font-family: "Trajan Pro Regular", serif; 
    font-size: 14px;
    color: #dba453;
}

.woocommerce_order_item_container .wc-item-meta{
    padding: 0;
    list-style: none;
}
.woocommerce-order-details__title,
.woocommerce_thankyou_order_container .woocommerce-column__title{
    font-family: "Trajan Pro Regular", serif;   
    font-size: 1.35em;
    color: #dba453; 
    word-break: break-word;
}
.woocommerce_thankyou_order_container {
    display: flex;
	align-items: start;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
}
.woocommerce_thankyou_order_container > *{ 
    padding-left: 15px;
    padding-right: 15px;
}
.woocommerce_thankyou_order_container .woocommerce-order-details{
    width: 60%;
}
.woocommerce_thankyou_order_container .woocommerce-customer-details{
    width: 40%;
}
.woocommerce_thankyou_order_container .col-1,
.woocommerce_thankyou_order_container .col-2{
    width: 100%;
}
.woocommerce_thankyou_order_container .col-1 {
    border-bottom: 1px solid #dca759;
    margin-bottom: 15px;
}
.woocommerce_thankyou_order_container .woocommerce-customer-details{
    border: 1px solid hsla(0, 0%, 7%, .11);
    border-radius: 5px;
    padding: 15px;
}
.woocommerce_thankyou_order_container .shop_table .product-total,
.woocommerce_thankyou_order_container .shop_table tfoot tr td:last-child{
    text-align: end;
}
.woocommerce_thankyou_order_container .shop_table th{
    font-weight: 500;
}
.woocommerce-order-top-container{
    padding: 50px 0;
}
.woocommerce-order-top-container .woocommerce-notice--success.woocommerce-thankyou-order-received{
    font-family: "Trajan Pro Regular", serif;   
    font-size: 1.85rem;
    color: #dba453;  
    text-align: center;
}
.woocommerce-order-top-container .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    list-style: none;
    padding: 15px;
    max-width: 900px;
    margin: 0 auto; 
    margin-bottom: 16px;
    border: 1px solid #dca759;
    border-radius: 10px;
}
.woocommerce-order-top-container .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    padding: 3px 5px;
    display: flex;
    gap: 12px;
}
.woocommerce-order-top-container .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li .border-flex-bottom {
    flex-grow: 1; 
    border-bottom: 1px dotted #bfbfbf;
}
.woocommerce-order-top-container .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong{
    font-weight: 500;
}
.woocommerce-order-overview-payment-method p{ 
    font-family: "Trajan Pro Regular", serif;   
    font-size: 1.25rem;
    color: #dba453;  
    text-align: center;
} 

.woocommerce_order_item_container > div{
    flex-grow: 1;
}
.woocommerce_order_item_container .wc-item-meta {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.woocommerce_order_item_container .wc-item-meta li {
    width: 50%;
    padding-right: 15px;
}
.woocommerce_order_item_container .wc-item-meta li strong{
    font-weight: 500;
}
.woocommerce_order_item_container .wc-item-meta li p a {
    color: #000;
    font-family: inherit;
    font-size: 16px;
}
.wc-block-components-totals-item__value {
    font-weight: 500 !important;
}
.wc-block-components-totals-shipping .wc-block-components-totals-item strong { 
    font-weight: 500 !important;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 500 !important;
}
.is-large.wc-block-cart .wc-block-cart-items th {  
    font-weight: 500 !important;
}
.is-large.wc-block-cart .wc-block-cart__totals-title{
    font-family: "Trajan Pro Regular", serif !important;   
    font-size: 1.25rem !important;
    color: #dba453 !important;  
}
@media screen and (min-width: 992px){
    .woocommerce_thankyou_order_container .woocommerce-order-details {
        padding-right: 30px;
    } 
}
@media screen and (max-width: 991px){
    .woocommerce_thankyou_order_container .woocommerce-order-details,
    .woocommerce_thankyou_order_container .woocommerce-customer-details{
        width: 100%;
    } 
}
.wc-block-components-product-details__name { 
    font-weight: 500;
}
.footer-bottom-col-header {
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 15px;
}

.home-product-row {
    display: flex;
    gap: 45px;
}
.home-productbg-right {
    flex-grow: 1;
}
.shop-giftcards-section .block-heading .crown-heading{
    display: none;
}
.shop-giftcards-section .block-heading{
    padding-top: 44px;
    margin-bottom: 21px;
}
.shop-giftcards-section .gift-cards .btn-sm.btn-theme {
    padding-top: 7px;
    padding-bottom: 7px;
    text-transform: uppercase;
}
.btn-sm.btn-theme {
    padding-left: 42px;
    padding-right: 42px;
}
/*.home-productbg .gift-product-section .gift-product-card .btn-sm.btn-theme {*/
/*    padding-top: 12.5px;*/
/*    padding-bottom: 12.5px;*/
/*}*/
.home-productbg .gift-product-section .gift-product-card .btn-sm.btn-theme { 
    padding: 0;
    height: 40px;
    width: 150px;
}
.home-productbg .gift-product-section .gift-product-card .btn-sm.btn-theme small{ 
    font-size: 13px;
}
.shopbtntheme, .single_add_to_cart_button {
    height: 40px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 46px;
}
@media screen and (min-width:992px){
    .g-lg-25{
        --bs-gutter-x: 20px;
    }
}

@media screen and (max-width:991px){
    .home-product-row { 
        flex-direction: column;
    }
}

@media screen and (max-width: 574px){
    .home-productbg .gift-product-section .gift-product-card .gift-product-img {
        width: 100%;
        max-width: 308px;
        padding: 28px 0 10px;
        margin-bottom: 13px;
    }
    .footer-bottom-col-header {
        height: auto;
        margin-top: 19px;
        padding-bottom: 2px;
    }
    .producttab-content-left h1 { 
        margin-bottom: 16px;
    }
    .new-icons-section .row.g-4 {
        --bs-gutter-y: 49px;
        margin-top: -15px;
    }
    .main-product-section .img-gallary { 
        align-items: flex-start;
        flex-direction: column-reverse;
    }
    .main-product-section .mySwiper {
        width: 100%;
        max-height: 320px;
    }
    .main-product-section .mySwiper .swiper-wrapper {
        flex-direction: row;
        justify-content: center;
    }
    .main-product-section .mySwiper .swiper-slide { 
        width: calc(100% / 8); 
    }
    .main-product-section .product-info-section { 
        padding: 0 18px;
    }
    .product-info-section {
        text-align: center;
        padding-top: 22px !important;
    }
    .main-product-section .product-info-section h1 { 
        font-size: 28px; 
    }
    .product-info-section p {
        line-height: 18.87px;
        font-size: 15px;
    }
    .main-product-section .product-info-section .read-more-btn {
        margin-left: 0;
        margin-bottom: 32px;
    }
    .product-info-section .text-select {
        margin-bottom: -10px;
        position: relative;
        z-index: 5;
    }
    .product-info-section .text-select::before {
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        height: 100%;
        width: 135px;
        background-color: #fff;
        z-index: -1;
        transform: translate(-50%);
    }
    .radio-btn-grp {
        padding: 22px 22px 40px;
        border: 1px solid #e0b06b;
    }
    .flavor-section {
        padding: 32px 20px 20px;
        margin-bottom: 64px;
    }
    .flavor-section .row .row .col-sm-6 {
        width: 50%;
        flex: 0 0 50%;
    }
    footer .container{
        padding: 0;
    }
    .product-info-section .single_add_to_cart_button {
        padding: 18px 20px;
        font-size: 20px;
        margin-bottom: 0;
    }
    .product-info-section h1 { 
            font-size: 28px; 
    }
    .product_cat-accessories .product-img-section {
        padding: 22px 0;
    }
    .gift-product-section .related-products .gift-product-card img { 
        max-width: 250px; 
    }
    /*.gift-product-section .related-products .gift-product-card .btn-theme  { */
    /*	font-size: 32px;*/
    /*	padding: 17px 10px;*/
    /*	height: auto;*/
    /*	max-width: 320px;*/
    /*	width: 100%;*/
    /*} */
    
    .related-products.row.g-3{
        --bs-gutter-y: 68px; 
    } 
    .gift-product-section .related-products .gift-product-card .gift-product-text {
        font-size: 15px;
        line-height: 18.87px;
        margin-bottom: 37px;
    }
    .gift-product-section .related-products .gift-product-card .gift-product-name {
        font-size: 28px;
    }
    .loginbg h2 {
         font-family: "Geometria", sans-serif; 
        font-size: 36px;
        font-weight: 400;
    }
    .loginbg .loginbgimg {
        position: relative;
        aspect-ratio: 410 / 1024;
        object-position: right top;
    }
	.loginbg .login-outer {
	    position: absolute;
		left: 0;
		top: 0;
	}
	.loginbg .login-form .form-control {
        background: #D9D9D96E;  
        padding-top: 21px; 
        padding-bottom: 21px; 
    }
    .loginbg .login-form .btn-grp-bottom {
        flex-direction: column;
        margin-top: 32px;
        gap: 24px;
    }
    .loginbg .login-form .btn.btn-white {  
        padding: 19px 40px;
        line-height: 30.19px;
        width: 100%;
        font-size: 24px;
        text-transform: uppercase;
    }
    .loginbg .login-form label { 
        font-size: 13px;
    }
    .loginbg .login-form { 
        margin-top: 32px;
    }
        p.woocommerce-form-row.form-row.form-row-wide {
        margin-bottom: 13px; 
    }
    .loginbg .column-right{
        margin-top: 113px;
    }
    .loginbg .column-right .login-form {
        margin-top: 0;
    }
    .loginbg .column-right .login-form .btn-grp-bottom { 
        margin-top: 24px; 
    }
    
    .register-inner .form-row { 
        margin-bottom: 0 ;
    }
    .register-inner .form-heading {
        margin-bottom: 12px;
    }
    .register-inner .form-heading p{
        margin-bottom: 0;
    }
    
	.register-inner .red_input{
        background: #D9D9D96E;  
        padding-top: 21px; 
        padding-bottom: 21px; 
    }
    .user_register_class {
        padding: 19px 40px !important;
        line-height: 30.19px;
        width: 100%;
        font-size: 24px; 
    }
    .register-box { 
        margin-top: 75px;
    }
    .product-info-section .shopbtntheme{
        padding: 18px 20px;
        font-size: 20px;
        margin-bottom: 0;
    }
    .loginbg .login-form .form-check-input { 
    	border: 2px solid #fff;
    	margin-right: 12px;
    }
    .home-productbg .gift-product-section .gift-product-card .btn-sm.btn-theme{
        width: 150px;
        height: 30px; 
        font-size: 13px;
        padding: 5px 0px !important;
    } 
    footer [class*='col-'] { 
        padding: 0 12px;
    }
    footer .border-divided { 
        margin-left: -12px;
        margin-right: -12px;
    }
}
.register-inner label {
  margin-bottom: 5px; 
}
.wps_delivery_method .wps_wgm_delivery_method .wps_wgm_delivery_via_email .wps_wgm_msg_info { 
    color: #000;
    font-size: 14px; 
    font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 416px) {
    .shipping-method-box-inner p {
        margin-bottom: 5px;
        font-size: 13px;
    }
    .shipping-method-box-inner.box-one p {
        line-height: 18.87px;
        font-size: 13px;
    }
    .flex-product-info .shipping-method-box {
        gap: 16px;
    }
    .shipping-method-box-inner.box-one, .shipping-method-box-inner.box-two {
        min-width: 55px; 
    }
    .flex-product-info .shipping-method-box .text-theme { 
        font-size: 13px;
    }
    .flex-product-info .quantity-box .quantity-controll-btn { 
        width: 16px;
        height: 16px;
    }
}