@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Almendra+SC&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');
@import url('https://fonts.googleapis.com/css2?family=Almendra+SC&family=Felipa&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');
@import url('https://fonts.googleapis.com/css2?family=Almendra+SC&family=Felipa&family=Lancelot&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');
@import url('https://fonts.googleapis.com/css2?family=Almendra+SC&family=Felipa&family=Lancelot&family=Montserrat:ital,wght@0,100..900;1,100..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');
@import url('https://fonts.googleapis.com/css2?family=Almendra+SC&family=Almendra:ital,wght@0,400;0,700;1,400;1,700&family=Felipa&family=Lancelot&family=Montserrat:ital,wght@0,100..900;1,100..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');

body {
    position: relative;
    min-height: 100vh;
    background-color: #203730;
}

.container {
    padding: 0 15px;
    margin: 0 auto;
}

figure {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style-type: none;
}

* img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

a,
input,
button,
textarea {
    outline: none !important;
}

a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

h1 {
    margin: 0;
}

p {
    margin: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* button */

.btn {
    font-family: "Montserrat" !important;
    font-size: 32px !important;
    color: #76B4B8 !important;
    font-weight: 700 !important;
    line-height: 120% !important;
    /*38.4px*/
    padding: 22px 48px 21px 40px !important;
    border: none !important;
    width: 100%;
    max-width: fit-content;
    background-color: transparent !important;
    text-transform: uppercase;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    position: relative;
    z-index: 1;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -webkit-border-radius: 0;
}

.btn::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22306%22%20height%3D%2281%22%20viewBox%3D%220%200%20306%2081%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M2%2079V2H304V50.1429L273.7%2079H2Z%22%20fill%3D%22%23203730%22%20stroke%3D%22%23C69D4D%22%20stroke-width%3D%224%22%2F%3E%3C%2Fsvg%3E") !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.btn:hover.btn::before {
    color: #C69D4D;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22306%22%20height%3D%2281%22%20viewBox%3D%220%200%20306%2081%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M2%2079V2H304V50.1429L273.7%2079H2Z%22%20fill%3D%22%232F4839%22%20stroke%3D%22%23C69D4D%22%20stroke-width%3D%224%22%2F%3E%3C%2Fsvg%3E') !important;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: #C69D4D;
    background-color: transparent;
    border-color: transparent;
}

/* button */


.sub-title {
    font-family: "Montserrat";
    font-size: 88px;
    color: #FFF;
    font-weight: 700;
    line-height: 90%;
    /* 79.2px */
    text-transform: uppercase;
}

.sub-title * {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding: 0;
    margin: 0;
}

.tag-title {
    font-family: "Almendra SC";
    font-size: 96px;
    color: #C69D4D;
    font-weight: 400;
}

.tag-title * {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    padding: 0;
    margin: 0;
}

.text-title {
    font-family: "Felipa";
    color: #E9E0BD;
    font-size: 67.85px;
    font-weight: 400;
}

.text-title * {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding: 0;
    margin: 0;
}

.detail-content {
    font-family: 'AJensonProRegular';
    font-size: 32px;
    color: #FFF;
    line-height: 120%;
    /* 38.4px */
    text-shadow: 0px 0px 20px #000;
}

.detail-content * {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    text-shadow: inherit;
    padding: 0;
    margin: 0;
}

.content-detail {
    font-family: 'AJensonProLt';
    font-size: 24px;
    color: #E9E0BD;
    font-weight: 300;
    line-height: 120%;
}

.content-detail * {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding: 0;
    margin: 0;
}

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

.home-header,
.header {
    position: relative;
    padding: 48px 0 0 0;
    z-index: 9;
}

.navbar-brand {
    width: 100%;
    max-width: 200px;
    height: 100%;
    padding: 0;
    margin: 0;
}

.navbar {
    padding: 0;
}

.navbar-collapse {
    flex-basis: 0;
    flex-grow: inherit;
}

.navbar-expand-lg .navbar-collapse {
    align-items: flex-end;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-family: "Montserrat";
    font-size: 24px;
    color: #FFF;
    font-weight: 700;
    line-height: 90%;
    /*21.6px*/
    text-transform: uppercase;
    display: inline-block;
    padding: 0 0 5px 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.navbar-expand-lg .navbar-nav li {
    margin: 0 64px 0 0;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    border-bottom: 3px solid #FFF;
}

.navbar-nav li.current-menu-item {
    border-bottom: 3px solid #FFF;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.navbar-nav li.current-menu-item:hover {
    border-bottom: 3px solid #C69D4D;
}

.navbar-nav .nav-link:hover.nav-link.active {
    border-bottom: 3px solid #C69D4D;
}

.navbar-nav .nav-link:hover {
    color: #C69D4D;
}

.header-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.cart-btn {
    position: relative;
    top: -3px;
    cursor: pointer;
}

.cart-btn svg {
    width: 30px;
    height: 100%;
}

.cart-btn svg {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.cart-btn:hover svg {
    stroke: #C69D4D;
}

.counter {
    font-family: "Montserrat";
    font-size: 14px;
    color: #FFF;
    line-height: normal;
    font-weight: 700;
    position: absolute;
    top: -3px;
    right: -16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-color: #6C8681;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.counter * {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    font-weight: inherit;
    padding: 0;
    margin: 0;
}

/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/* banner start */

.banner {
    position: relative;
}

.banner-img {
    position: relative;
    width: 100%;
    margin: -250px 0 0 0;
    z-index: -1;
}

.banner-img img {
    width: 100%;
    height: 1200px;
}

.banner-main {
    position: absolute;
    top: 28%;
    left: 0;
    right: 0;
}

.banner-block {
    max-width: 440px;
    margin: 0 0 0 90px;
}

.banner-block .detail-content {
    padding: 67px 0;
}

.main-title {
    max-width: 425px;
}

/* banner end */

/* just-startup start */

.just-startup {
    padding: 198px 0 227px 0;
    position: relative;
}

.just-startup-main {
    margin: 0 0 0 70px;
}

.just-startup-main .text-title {
    padding: 8px 0 0 0;
}

.detail-inner {
    position: relative;
    padding: 38px 0 0 0;
}

.just-letter {
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 98px;
    height: 101px;
    background-image: url(../images/blue-bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.just-letter * {
    font-family: "Almendra SC";
    font-size: 87.963px;
    color: #203730;
    font-weight: 400;
    margin: 0;
}

.detail-inner .content-detail {
    font-weight: 400;
    max-width: 540px;
    margin: 0 0 0 120px;
}

.detail-inner .content-detail span {
    font-family: "Almendra";
    font-weight: 400;
    color: #76B4B8;
}

.detail-inner .content-detail *:not(:last-child) {
    padding: 0 0 40px 0;
}

.world-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

/* just-startup end */

.good-soul {
    position: relative;
    border-bottom: 1px solid #203730;
}

.good-soul-main .row {
    align-items: center;
}

.good-soul-left {
    position: relative;
}

.good-soul-block {
    position: absolute;
    top: 38px;
    right: 75px;
    width: 100%;
    max-width: 217px;
}

.good-soul-left .tag-title {
    font-size: 41.932px;
    color: #E9E0BD;
    line-height: 30px;
    /* 83.468% */
    text-align: center;
    position: relative;
    max-width: 217px;
    padding: 5px;
}

.good-soul-left .tag-title:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 224px;
    height: 114px;
    background-image: url(../images/msg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.good-soul-right .content-detail {
    padding: 18px 0 0 0;
}

.old-man-img {
    margin: 0 0 0 -78px;
}

.old-man-img img {
    max-width: 500px;
}

.good-soul-right .tag-title {
    font-size: 80px;
}

.good-soul-right .content-detail *:not(:last-child) {
    padding: 0 0 35px 0;
}

.line-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.bg-color-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 710px;
}

/* good-soul end */

/* soul-water start */

.soul-water {
    padding: 176px 0 163px 0;
    background-color: #2F4839;
    position: relative;
}

.soul-water-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 470px;
}

.soul-water-main .tag-title {
    font-size: 64px;
}

.soul-water-main .content-detail {
    padding: 23px 0 53px 0;
}

.soul-logo {
    position: absolute;
    top: 0;
    right: 0;
}

.soul-line1 {
    position: absolute;
}

/* soul-water end */

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/

.footer {
    padding: 77px 0 68px 0;
}

.footer-main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 34px;
}

.footer-detail {
    font-family: "Montserrat";
    font-size: 16px;
    color: #6C8681;
    font-weight: 500;
    line-height: 120%;
    /* 19.2px */
}

.footer-detail * {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding: 0;
    margin: 0;
}

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Shop-Page Start ==========*/
/*==================================================================*/

/* shop-wrap start*/

.shop-wrap {
    position: relative;
    margin: 48px 0 96px 0;
}

.shop-main {
    position: relative;
}

.shop-bg-img {
    height: 295px;
}

.flower-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 675px !important;
    height: 100% !important;
}

.shop-block {
    position: absolute;
    top: 50%;
    left: 96px;
    right: 0;
    overflow-wrap: break-word;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

/* shop-wrap end */

/* product start */

.product-main .row {
    margin: 0;
}

.product-main .row>* {
    padding: 0;
}

.product-block {
    max-width: 499px;
    cursor: pointer;
}

.product-block .tag-title {
    font-size: 72px;
    padding: 40px 0 0 0;
    line-height: 100%;
}

.product-block .text-title {
    line-height: 90%;
}

.product-block .content-detail {
    padding: 40px 0;
}

.product-right {
    float: right;
}

/* .product-main .green-btn {
	max-width: 305px;
} */

.product-main .green-btn .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px 10px 20px 0 !important;
    max-width: 307px;
}

.product-left .tag-title {
    font-size: 72px;
    padding: 40px 0 0 0;
}

.product-left .text-title {
    line-height: 90%;
}

.product-left .text-title bdi {
    font-size: inherit !important;
    color: #E9E0BD !important;
}

.product-left .green-btn .added_to_cart {
    font-family: "Montserrat";
    font-size: 18px;
    color: #E9E0BD;
    font-weight: 400 !important;
    line-height: 120%;
}

.product-left .green-btn a.button.loading::after {
    font-size: 20px;
    right: 15px;
    top: 20px;
}

.product-left .green-btn a.button.added::after {
    font-size: 20px;
}

.product-left .green-btn .added_to_cart:hover {
    color: #6C8681;
}

.product-main .wc-forward {
    font-family: "Montserrat" !important;
    font-size: 20px !important;
    color: #E9E0BD !important;
    font-weight: 400 !important;
    line-height: 120% !important;
    padding: 10px !important;
    margin: 0 !important;
    background-color: transparent !important;
    border: 2px solid #E9E0BD !important;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.product-main .wc-forward:hover {
    background-color: #2F4839 !important;
}

.product-main .green-btn .wc-forward {
    margin: 10px 0 0 0 !important;
}

/* product end */

.shop-footer {
    /* position: relative; */
    padding: 138px 0 118px 0;
}

.shop-bg-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

/* .product-main .btn {
	padding: 20px 39px 20px 30px !important;
} */


/*==================================================================*/
/*========== Shop-Page End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== About-Page Start ==========*/
/*==================================================================*/

/* about-wrap start*/

.about-wrap {
    position: relative;
    margin: 48px 0 96px 0;
}

.about-main {
    position: relative;
}

.about-bg-img {
    height: 298px;
}

.hourse-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 675px;
    height: 100% !important;
}

.about-block {
    position: absolute;
    top: 50%;
    left: 96px;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.about-content-left {
    max-width: 605px;
}

.about-content-left .content-detail *:not(:last-child) {
    padding: 0 0 36px 0;
}

.about-content-right {
    float: right;
    max-width: 426px;
}

.river-img {
    padding: 93px 0 0 0;
}

.about-left {
    margin: -192px 0 0px 119px;
}

.about-left img {
    max-width: 396px;
}

.about-right .content-detail {
    padding: 85px 0 0 0;
    max-width: 500px;
    margin: 0 0 0 auto;
}

.about-footer {
    /* position: relative; */
    padding: 112px 0 118px 0;
}

.about-bg-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

/* about-wrap end */

/*==================================================================*/
/*========== About-Page End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Contact-Page Start ==========*/
/*==================================================================*/

/* contact-wrap start*/

.contact-wrap {
    position: relative;
    margin: 48px 0 96px 0;
}

.contact-main {
    position: relative;
}

.contact-bg-img {
    height: 298px;
}

.contact-shape {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 520px;
    height: 100% !important;
}

.about-block {
    position: absolute;
    top: 50%;
    left: 96px;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

/* feedback start */

.feedback-main .row {
    margin: 0;
}

.feedback-main .row>* {
    padding: 0;
}

.feedback-left {
    max-width: 398px;
}

.feedback-left .content-detail * {
    padding: 0 0 38px 0;
}

.feedback-right {
    margin: 0 0 0 -75px;
}

.form-control {
    font-family: "Montserrat";
    font-size: 24px;
    color: #76B4B8;
    font-weight: 700;
    line-height: 120%;
    /*28.8px*/
    text-transform: uppercase;
    border: 4px solid #C69D4D;
    background: #203730;
    padding: 25px 26px 33px;
    max-width: 627px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.form-group input::placeholder {
    font-family: "Montserrat";
    font-size: 24px;
    color: #76B4B8 !important;
    font-weight: 700;
    line-height: 120%;
    /* 28.8px */
}

textarea::placeholder {
    font-family: "Montserrat";
    font-size: 24px;
    color: #76B4B8 !important;
    font-weight: 700;
    line-height: 120%;
    /* 28.8px */
}

.form-control:focus {
    color: #76B4B8;
    background-color: #203730;
    border-color: #C69D4D;
    box-shadow: none;
}

.message-block .form-control {
    height: 179px;
}

.send-btn.green-btn {
    max-width: fit-content;
}

.send-btn.green-btn .btn {
    padding: 22px 42px 21px 34px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22170%22%20height%3D%2281%22%20viewBox%3D%220%200%20170%2081%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M2%2079V2H168V50.1429L137.7%2079H2Z%22%20fill%3D%22%23203730%22%20stroke%3D%22%23C69D4D%22%20stroke-width%3D%224%22%2F%3E%3C%2Fsvg%3E') !important;
}

.send-btn.green-btn:hover .btn {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22170%22%20height%3D%2281%22%20viewBox%3D%220%200%20170%2081%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M2%2079V2H168V50.1429L137.7%2079H2Z%22%20fill%3D%22%232F4839%22%20stroke%3D%22%23C69D4D%22%20stroke-width%3D%224%22%2F%3E%3C%2Fsvg%3E') !important;
}

/* .send-btn.green-btn button {
    position: absolute;
    top: 0;
    left: 0;
} */

.contact-form .form-group {
    position: relative;
}

.contact-form .form-group:not(:last-child) {
    margin: 0 0 40px 0;
}

textarea {
    resize: none;
    height: 178px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
}

.feedback-footer {
    /* position: relative; */
    padding: 90px 0 128px 0;
}

.contact-bg-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    max-width: 578px;
}

/* feedback end */


/*==================================================================*/
/*========== Contact-Page End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== cart start ==========*/
/*==================================================================*/

.cart-shop-main table {
    border: 2px solid #C69D4D !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    /* text-align: center !important; */
}

.cart-shop-main th {
    font-family: 'AJensonProLt';
    font-size: 24px;
    color: #C69D4D;
    font-weight: 700 !important;
    line-height: 120% !important;
    padding: 20px 10px !important;
}

/* .cart-shop-main td {
	font-family: "Montserrat";
	font-size: 18px;
	color: #E9E0BD;
	font-weight: 400;
	line-height: 120%;
	border-top: 1px solid #C69D4D !important;
	padding: 20px 10px !important;
} */

/* .cart-shop-main td:last-child {
 border-top: none;
} */

.cart-shop-main th {
    border-top: 1px solid #C69D4D !important;
}

.cart-shop-main .woocommerce a.remove {
    color: #76B4B8 !important;
}

.new-btn {
    font-family: "Montserrat" !important;
    font-size: 20px !important;
    color: #2F4839 !important;
    font-weight: 600 !important;
    line-height: 120% !important;
    /*/*38.4px*/
    padding: 10px !important;
    margin: 0 !important;
    background-color: #C69D4D !important;
    border: 2px solid transparent !important;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.new-btn:hover {
    color: #C69D4D !important;
    background-color: #2F4839 !important;
    border: 2px solid #C69D4D !important;
}

.cart-shop-main .small-title {
    padding: 0 0 20px 0;
}

.small-title {
    font-family: "Almendra SC";
    font-size: 32px;
    color: #76B4B8;
    font-weight: 700;
    line-height: 120%;
    /* 38.4px */
    text-transform: capitalize;
}

.small-title * {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    padding: 0;
    margin: 0;
}

.quantity-counter {
    font-family: "Montserrat";
    font-size: 18px;
    color: #E9E0BD;
    font-weight: 400;
    line-height: 120%;
    background-color: transparent;
    border: 1px solid #C69D4D;
    padding: 5px;
}

.cart-shop-main td .coupon {
    padding-bottom: 0 !important;
}

.cart-shop-main .coupon .input-text {
    color: #76B4B8 !important;
    padding: 10px !important;
    text-align: center;
    border: 2px solid #6C8681 !important;
    margin: 0 10px 0 0 !important;
    width: 100% !important;
    max-width: 170px !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.cart-shop-main .coupon input::placeholder {
    color: #76B4B8 !important;
}

.cart-shop-main .new-btn.update-cart-btn:disabled {
    color: #2F4839 !important;
    background-color: #C69D4D !important;
}

.woocommerce a.remove {
    color: #76B4B8 !important;
    padding-left: 1px;
}

.woocommerce a.remove:hover {
    background: #6C8681 !important;
}

.cart-shop-main .shipping-calculator-button {
    font-family: "Montserrat";
    font-size: 18px;
    color: #E9E0BD;
    font-weight: 400;
    line-height: 120%;
}

/*==================================================================*/
/*========== cart end ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== checkout's apges start ==========*/
/*==================================================================*/

.woocommerce-info {
    font-family: 'AJensonProRegular';
    font-size: 24px;
    color: #C69D4D;
    line-height: 120%;
    /*38.4px*/
    background-color: transparent;
    border: 2px solid #C69D4D;
    margin: 0 0 25px 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.checkout-form-coupon form {
    border: 2px solid #C69D4D !important;
}

.checkout-billing-detail {
    margin-top: 20px;
}

.checkout-billing-detail-main .select2 .select2-selection--single {
    background: #203730;
    border: 1px solid #C69D4D;
    padding: 10px;
    height: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.checkout-billing-detail-main .select2 .select2-selection__rendered,
.select2-selection__placeholder {
    color: #C69D4D !important;
    padding: 0 10px 0 0 !important;
}

.checkout-billing-detail-main .select2-selection__arrow {
    height: 100% !important;
}

/* .checkout-ship-address-input .checkbox span {
    position: relative;
}

.checkout-ship-address-input .checkbox span::after {
    position: absolute;
    content: "";
    top: 8px;
    left: -17px;
    width: 13px;
    height: 13px;
    background-color: #2F4839;
    border: 1px solid #C69D4D;
    z-index: 1;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
} */

.address-main .woocommerce-customer-details--email::before {
    font-size: 15px;
}

.address-main .woocommerce-customer-details--phone::before {
    font-size: 15px;
}

.checkout-billing-detail-main .woocommerce-info a {
    font-family: 'AJensonProRegular';
    font-size: 22px;
    color: #e7dcb2;
    line-height: 110%;
    /* 38.4px */
}

.checkout-billing-detail-main .woocommerce-info a:hover {
    color: #6C8681;
}

.woocommerce-info::before {
    color: #C69D4D;
}

.checkout-billing-detail-main .small-title {
    padding: 0 0 30px 0;
}

.checkout-billing-detail-main .required {
    color: #C69D4D !important;
}

.checkout-billing-detail-main label {
    font-family: 'AJensonProRegular' !important;
    font-size: 22px !important;
    color: #C69D4D !important;
    line-height: 120% !important;
    /* 38.4px */
    margin: 0 0 6px 0 !important;
}

.checkout-billing-detail-main label span {
    font-family: 'AJensonProRegular' !important;
    font-size: 24px !important;
    color: #C69D4D !important;
    line-height: 120% !important;
    /* 38.4px */
    margin: 0 0 10px 0 !important;
}

.checkout-billing-detail-main .input-text {
    font-family: "Montserrat";
    font-size: 16px;
    color: #C69D4D;
    font-weight: 400;
    line-height: 120% !important;
    /* 28.8px */
    border: 1px solid #C69D4D;
    background: #203730 !important;
    padding: 10px 35px 10px 10px;
}

.checkout-billing-detail-main .input-text::placeholder {
    font-family: "Montserrat";
    font-size: 16px;
    color: #C69D4D;
    font-weight: 400;
    line-height: 120% !important;
    /* 28.8px */
    background: #203730 !important;
    padding: 10px;
}

.checkout-billing-detail-main .input-text:focus {
    background: #203730 !important;
}

.register .woocommerce-password-strength.strong {
    font-family: "Montserrat";
    font-size: 16px;
    color: #C69D4D;
    font-weight: 400;
    line-height: 120% !important;
    background-color: #2F4839;
    border-color: transparent;
    padding: 10px;
}

.checkout-billing-detail-main .input-text::placeholder {
    font-family: "Montserrat";
    font-size: 16px;
    color: #C69D4D;
    font-weight: 400;
    line-height: 120% !important;
    /* 28.8px */
}

.checkout-billing-detail-main table {
    border: 2px solid #C69D4D !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}

.checkout-billing-detail-main thead th {
    border-top: none !important;
}

.checkout-billing-detail-main th {
    font-family: 'AJensonProLt';
    font-size: 24px;
    color: #C69D4D;
    font-weight: 700 !important;
    line-height: 120% !important;
    padding: 20px 10px !important;
    border-top: 1px solid #C69D4D !important;
}

.checkout-billing-detail-main td {
    font-family: "Montserrat";
    font-size: 18px;
    color: #E9E0BD;
    font-weight: 400 !important;
    line-height: 120%;
    border-top: 1px solid #C69D4D !important;
    padding: 20px 10px !important;
}

.checkout-billing-detail-main thead {
    border-bottom: 1px solid #C69D4D;
}

.checkout-billing-detail-main .form-row {
    margin: 0 0 20px 0 !important;
}

.checkout-billing-detail-main .woocommerce-checkout-payment {
    background: #203730 !important;
    border: 2px solid #C69D4D;
}

.checkout-billing-detail-main .woocommerce-form-coupon {
    border: 2px solid #C69D4D;
}

.payment-detail {
    font-family: "Montserrat";
    font-size: 18px;
    color: #C69D4D;
    font-weight: 400 !important;
    line-height: 120%;
    margin: 0;
    padding: 0 0 20px 0;
}

.payment-detail a {
    color: #E9E0BD;
}

.payment-detail a:hover {
    color: #2F4839;
}

.checkout-billing-detail-main .input-cash {
    background-color: #2F4839 !important;
}

.checkout-billing-detail-main .input-cash * {
    font-family: "Montserrat";
    font-size: 18px;
    color: #C69D4D;
    font-weight: 400 !important;
    line-height: 120%;
}

.checkout-billing-detail-main ul.payment_methods {
    border-bottom: 1px solid #C69D4D !important;
}

.checkout-billing-detail-main .payment_box::before {
    border: 1em solid #2F4839 !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}

.checkout-billing-detail-main .select2-selection__arrow b {
    border-color: #C69D4D transparent transparent transparent !important;

}


.return-to-shop {
    margin: 0 0 0 15px;
}

.select2-dropdown {
    background: #203730;
    border: 1px solid #C69D4D;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.select2-dropdown .select2-search__field {
    border: none !important;
    background-color: #C69D4D;
}

.select2-dropdown .select2-results__option[data-selected=true] {
    background-color: #6C8681;
}

.select2-dropdown .select2-results__option--highlighted[data-selected] {
    background-color: #E9E0BD;
    color: #203730;
}

.select2-dropdown .select2-search__field {
    color: #203730;
}

.select2-dropdown .select2-results__option {
    font-family: "Montserrat";
    font-size: 16px;
    color: #C69D4D;
    font-weight: 400 !important;
    line-height: 120%;
}

.checkout-billing-detail-main form.login {
    border: 1px solid #C69D4D;
    margin: 0 0 10px 0; 
}

.checkout-billing-detail-main form.register {
    border: 1px solid #C69D4D;
    margin: 0;
}

.checkout-billing-detail-main form .show-password-input::after {
    color: #C69D4D;
}

.checkout-billing-detail-main .account-remember span {
    position: relative;
}

.checkout-billing-detail-main .account-remember span::after {
    position: absolute;
    content: "";
    top: 7px;
    left: -19px;
    width: 15px;
    height: 15px;
    background-color: #2F4839;
    border: 1px solid #C69D4D;
    z-index: 1;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.checkout-billing-detail-main .account-remember input {
    opacity: 0;
}

/* .android.mobile .checkout-billing-detail-main  .account-remember span::after {
    top: 0px;
} */

.checkout-billing-detail-main .account-remember span::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 10px;
    left: -16px;
    top: 50%;
    opacity: 0;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 9;
}

.checkout-billing-detail-main .account-remember input:checked+span::before {
    opacity: 1;
}

.checkout-billing-detail-main .checkbox.account-remember {
    margin: 0 0 20px 0 !important;
}

.checkout-billing-detail-main label.account-remember {
    margin: 10px 0 10px 20px !important;
}

.checkout-billing-detail-main a {
    display: inline;
    font-family: "Montserrat";
    font-size: 18px;
    color: #E9E0BD;
    font-weight: 600 !important;
    line-height: 120%;
    margin: 0;
}

.checkout-billing-detail-main li.is-active a {
    color: #6C8681;
}

.checkout-billing-detail-main a:hover {
    color: #6C8681;
}

.entry-footer a {
    font-family: "Montserrat";
    font-size: 18px;
    color: #E9E0BD;
    font-weight: 400 !important;
    line-height: 120%;
    margin: 10px 0 0 0;
}

.entry-footer a:hover {
    color: #6C8681;
}

.my-account {
    padding: 70px 0 0 0;
}

/* .my-account ul {
	border-bottom: 1px solid #C69D4D;
    max-width: 230px;
} */

.my-account ul li {
    margin: 0 0 18px 0;
}

.my-account .woocommerce-MyAccount-content .payment-detail {
    padding: 0;
}

.my-account .woocommerce-MyAccount-content .payment-detail p {
    padding-bottom: 20px;
}

.my-account .woocommerce-Addresses>* {
    border: 1px solid #C69D4D;
    padding: 30px 20px !important;
    width: calc(50% - 30px) !important;
    margin: 30px 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.woocommerce .woocommerce-customer-details address {
    border: 1px solid #C69D4D;
    padding: 30px 20px !important;
    overflow-wrap: break-word;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.woocommerce-Address address {
    overflow-wrap: break-word;
}

.woocommerce table.shop_table {
    border-collapse: collapse;
}

.my-account .addresses .title .edit {
    float: left;
    margin: 0 0 20px 0;
}

.my-account .section-review-block {
    font-family: "Montserrat";
    font-size: 16px;
    color: #6C8681;
    font-weight: 400;
    line-height: 120% !important;
    margin: -20px 0 20px 0;
}

.my-account .small-title legend {
    padding: 0 0 20px 0;
}

.order-detail-wrap .order_details li {
    font-family: 'AJensonProLt';
    font-size: 18px !important;
    color: #C69D4D;
    font-weight: 700 !important;
    line-height: 120% !important;
}

.order-detail-wrap .order_details li:not(:last-child) {
    border-right: 1px solid #6C8681 !important;
}

.order-detail-wrap .order_details li strong {
    font-size: 16px !important;
    color: #E9E0BD;
}

.checkout-billing-detail-main .woocommerce-password-hint {
    font-family: "Montserrat";
    font-size: 18px;
    color: #6C8681;
    font-weight: 400 !important;
}

.checkout-billing-detail-main .woocommerce-password-strength.short {
    font-family: "Montserrat";
    font-size: 16px;
    color: #E9E0BD;
    font-weight: 400 !important;
    background-color: #2F4839;
    padding: 10px;
}

.checkout-form-coupon .checkout_coupon .input-text {
    text-align: center;
    max-width: fit-content;
    padding: 10px;
}



/* 
.entry-content .payment-detail {
	padding: 20px 0 20px 15px;
} */

.thank-you {
    padding: 96px 0 0 0;    
}

.account-lost-password {
    padding: 45px 0 0 0;
}

.account-lost-password .payment-detail {
    max-width: 635px;
}

.woocommerce-error {
    border-top-color: #7f3e3e;
    border-top: 3px solid #7f3e3e;
}

.woocommerce-message {
    font-family: "Montserrat";
    font-size: 18px;
    color: #2F4839;
    font-weight: 400 !important;
    border-top-color: #6C8681;
    border-top: 3px solid #6C8681;
}

.woocommerce-message a {
    color: #2F4839;
    font-weight: 700 !important;
}

.woocommerce-message a:hover {
    color: #6C8681;
}

.woocommerce-message::before {
    color: #6C8681;
}

.woocommerce-error {
    margin: 40px auto 20px;
    max-width: 1104px;
}

.woocommerce-error,
.woocommerce-message {
    background-color: #C69D4D;
}

.woocommerce-error::before {
    color: #7f3e3e;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    font-family: "Montserrat";
    font-size: 18px;
    color: #e7dcb2;
    font-weight: 400 !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message:focus-visible {
    outline: none;
}

.wpcf7 form.success .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    color: #6C8681;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
    color: #7f3e3e;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    font-family: 'Montserrat';
    font-size: 16px !important;
    color: #7f3e3e;
    font-weight: 700 !important;
    line-height: 120% !important;
    border: none;
    padding: 0;
    margin: 0;
}

.wpcf7-not-valid-tip {
    font-family: 'Montserrat';
    font-size: 16px !important;
    color: #7f3e3e;
    font-weight: 700 !important;
    line-height: 120% !important;
}

.wpcf7 form .wpcf7-response-output {
    font-family: 'Montserrat';
    font-size: 16px !important;
    color: #7f3e3e;
    font-weight: 700 !important;
    line-height: 120% !important;
    border: none !important;
    padding: 0 !important;
    margin: 15px 0 0 0 !important;
}

.error-wrap {
    text-align: center;
    padding: 80px 0 30px 0;
}

.error-wrap .payment-detail {
    padding: 25px 0;
}

/*==================================================================*/
/*========== checkout's pages End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== privacy policy pages start ==========*/
/*==================================================================*/


.typography-section h1 {
	font-family: 'Montserrat';
	font-size: 50px;
	color: #C69D4D;
    font-weight: 700;
	margin: 0 0 9px 0;
}

.typography-section h2 {
	font-family: 'Montserrat';
	font-size: 48px;
	color: #C69D4D;
    font-weight: 700;
	margin: 0 0 9px 0;
}


.typography-section h3 {
	font-family: 'Montserrat';
	font-size: 46px;
	color: #C69D4D;
    font-weight: 700;
	margin: 0 0 9px 0;
}

.typography-section h4 {
	font-family: 'Montserrat';
	font-size: 43px;
	color: #C69D4D;
    font-weight: 700;
	margin: 0 0 9px 0;
}


.typography-section h5 {
	font-family: 'Montserrat';
	font-size: 40px;
	color: #C69D4D;
    font-weight: 700;
	margin: 0 0 9px 0;
}

.typography-section h6 {
	font-family: 'Montserrat';
	font-size: 38px;
	color: #C69D4D;
    font-weight: 700;
	margin: 0 0 9px 0;
}


.typography-section p {
    font-family: 'Montserrat';
	font-size: 18px;
	color: #C69D4D;
    font-weight: 400;
	margin: 0 0 15px 0;
}

.typography-section strong {
	font-family: 'Montserrat';
	font-size: 18px;
	color: #C69D4D;
    font-weight: 600;
	font-style: italic;
}

.typography-section span {
	font-family: 'PoppinsBold';
	font-size: 18px;
	color:#C69D4D;
}

.typography-section img {
	width: 100%;
	max-width: 300px;
}

.typography-section .alignleft {
	float: left;
	margin: 21px 20px 21px 0;
}

.typography-section .alignright {
	float: right;
	margin: 0 0 43px 20px;
}

.typography-section .aligncenter {
	display: block;
	margin: 9px auto 20px;
}

.typography-section blockquote {
	font-family: 'Montserrat';
	font-size: 18px;
	color: #C69D4D;
	padding-left: 19px;
	border-left: 8px solid #C69D4D;
	margin: 0 0 11px 0;
}

.typography-section ul,
ol {
	margin: 0 0 9px 0;
}

.typography-section ul {
    padding-left: 30px;
}

.typography-section ul li {
	font-family: 'Montserrat';
	font-size: 18px;
	color: #C69D4D;
    font-weight: 400;
    list-style-type: inherit;
}

.typography-section ol li {
	font-family: 'Montserrat';
	font-size: 18px;
	color: #C69D4D;
    font-weight: 400;
}

.typography-section a {
	font-family: 'Montserrat';
	font-size: 18px;
	color: #E9E0BD;
    font-weight: 400;
	text-decoration-line: underline;
}

.typography-section a:hover {
	color: #6C8681;
}

/*==================================================================*/
/*==========  privacy policy pages End ==========*/
/*==================================================================*/

