@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 25px;
    font-family: 'montserrat-regular';
}


/***** Font Files *****/

@font-face {
    font-family: 'montserrat-light';
    src: url(../font/Montserrat-Light.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserrat-medium';
    src: url(../font/Montserrat-Medium.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserrat-regular';
    src: url(../font/Montserrat-Regular.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserrat-hairline';
    src: url(../font/Montserrat-Hairline.otf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'trajanPro-regular';
    src: url(../font/TrajanPro-Regular.ttf);
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 12px 50px;
    border: unset;
    border-radius: 0px;
    color: #000000;
    z-index: 1;
    background: #24288900;
    position: relative;
    font-size: 14px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    font-family: 'montserrat-regular';
    text-transform: uppercase;
    border: 1px solid #9a7d3f;
    font-weight: 600;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 0px;
    background-color: #9a7d3f;
    z-index: -1;
    transition: all 250ms
}

.theme_btn:hover {
    color: #ffffff;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'montserrat-hairline';
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'trajanPro-regular';
    font-size: 46px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 8px;
}

h3 {
    font-family: 'trajanPro-regular';
    font-size: 35px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 6px;
}

h4 {
    font-family: 'trajanPro-regular';
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 8px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 2px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 10px 0px;
    background: #1f1f1f;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Poppins';
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 10px 23px;
    font-size: 13px;
}

/* .menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
} */



.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #9a7d3f;
}
ul.header-cart-ul li a:hover {
    color: #ffffff;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

/* .menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
} */

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */

.dis-block{
    display: block;
}
.container-fluid {
    padding: 0px 80px;
}

.topSec {
    background: #9a7d3f;
    padding: 10px 0px;
}

ul.top-menu-info {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 30px;
}

.top-mune-number {
    position: relative;
}

.top-mune-number select {
    background: #ffffff00;
    padding: 0px 30px 0px 0px;
    border: unset;
    color: #fff;
    font-family: 'montserrat-medium';
    text-transform: uppercase;
}

.top-mune-number i {
    position: absolute;
    top: 5px;
    right: 0;
    color: #fff;
}

ul.top-menu-info li a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-family: 'montserrat-medium';
}

.menu-top-text p {
    font-size: 11px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

ul.top-menu-user {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}

ul.top-menu-user li a {
    display: flex;
    align-items: center;
    color: #fff;
    font-family: 'montserrat-medium';
    text-transform: uppercase;
    gap: 8px;
    font-size: 10px;
}

.top-menu-user-icon i {
    font-size: 25px !important;
}

.top-menu-user-icon {
    position: relative;
}

.top-menu-user-icon span {
    position: absolute;
    top: -3px;
    right: -4px;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background: #000;
    color: #d8d6d1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
}

ul.top-menu-user li a i {
    font-size: 20px;
}
.top-mune-number select option {
    background: #9a7d3f;
    border: unset;
    padding: 12px 20px;
}

.top-mune-number select option:hover {
    background: #000 !important;
}
ul.header-cart-ul li a {
    display: flex;
    padding: 0;
    justify-content: end;
    gap: 12px;
    align-items: center;
}

ul.header-cart-ul {
    text-align: end;
}

ul.header-cart-ul li a p {
    margin-bottom: 0px;
    text-transform: uppercase;
}

.header-cart-ul-icon {
    position: relative;
}

.header-cart-ul-icon i {
    height: 50px;
    width: 50px;
    background: #9a7d3f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 19px;
}
.header-cart-ul-icon i:hover {
    color: #000;
}

.header-cart-ul-icon-number {
    position: absolute;
    top: 8px;
    right: -9px;
    height: 20px;
    width: 20px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000;
}
.header-logo img {
    width: 25%;
}
.menu-top-text p img {
    height: 14px;
    border-radius: 50%;
    width: 14px;
    object-fit: cover;
}
.banner-text {
    background: #1f1f1f;
    position: relative;
    padding: 50px 0px;
}

.banner-heading h2 {
    color: #fff;
    font-family: 'montserrat-hairline';
    text-transform: uppercase;
    font-size: 49px;
    margin-bottom: 8px;
    letter-spacing: 22px;
}

.banner-heading h1 {
    font-family: 'trajanPro-regular';
    font-size: 85px;
    margin-bottom: 0px;
}

.side-color {
    color: #9a7d3f;
}

.banner-text:before {
    position: absolute;
    content: '';
    top: -3px;
    left: 60px;
    height: 3px;
    width: 20%;
    background: #9a7d3f;
    /* border-top: 3px solid red; */
}

ul.banner-text-ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

ul.banner-text-ul li a i {
    height: 45px;
    width: 40px;
    border: 1px solid #464646;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a5a5a5;
    border-radius: 8px;
}
ul.banner-text-ul li a i:hover {
    border: 1px solid #9a7d3f;
    color: #ffffff;
    background:#9a7d3f;
    
}

.banner-img img {
    width: 100%;
}
.banner-social p {
    color: #fff;
}
.banner-text:after {
    position: absolute;
    content: '';
    top: 0;
    left: 59%;
    height: 100%;
    width: 1px;
    background: #363636;
}

.banner-social {
    width: 92%;
    padding-left: 78px;
}
/* Feature Product */

.feature-sec {
    padding: 100px 0 60px;
}

.featured-box .sell-info {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 20px 5px 3px;
    border-radius: 0;
    text-align: center;
}

.featured-box .sell-img {
    overflow: hidden;
    border-radius: 0;
    border: 3px solid transparent;
}

.featured-box .sell-info h4 {
    font-size: 22px;
    line-height: 34px;
}



.featured-box .sell-info p {
    font-size: 20px;
    line-height: 34px;
}

.featured-box .sell-info ul .theme-btn {
    position: absolute;
    bottom: 0;
    right: 3%;
    left: auto;
}

.featured-box {
    border-radius: 0;
}

.featured-box:hover .sell-img {
    border-color: #e29939;
}
.seller-sec .slick-prev,
.seller-sec .slick-next {
    top: -8%;
    left: auto;
    right: 1%;
    width: 40px;
    height: 40px;
    background: #00000000;
    border-radius: 50px;
    display: grid;
    place-content: center;
    transition: .5s all;
    z-index: 2;
    border: 1px solid #a4a4a4;
}

.seller-sec .slick-prev {
    right: 5%;
}

.seller-sec .slick-prev:before,
.seller-sec .slick-next:before {
    content: '\f061';
    color: #9e9e9e;
    position: absolute;
    font-family: 'FontAwesome';
    font-weight: 900;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    place-content: center;
    font-size: 13px;
}

.seller-sec .slick-prev:hover,
.seller-sec .slick-next:hover {
    background: #000000;
    color: #fff;
    border: #fff;
}

.seller-sec .slick-prev:before {
    content: '\f060';
}

.seller-item:hover .sell-img img {
    transform: scale(1.2);
}
.seller-slider .slick-active {
    opacity: 1;
}


/* Feature Product */


.where-design-box-img img {
    width: 100%;
    margin-bottom: 35px;
}

.where-design-box-text p {
    width: 89%;
}
section.where-design-sec {
    margin-bottom: 100px;
}
section.crest-clove-sec {
    background-image: url(../images/crest-clove-bg-img.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 100px 100px 0px; */
    text-align: center;
    display: flex;
    align-items: end;
    justify-content: center;
    height: 580px;
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
}
.crest-clove-box h2 {
    font-size: 123px;
    color: #fff;
    margin-top: 16px;
}

.theme_btn.btn-two {
    background: #9a7d3f;
    color: #fff;
}

section.crest-clove-sec:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #00000038;
    z-index: -1;
}
.our-shop-top-heading {
    width: 40%;
    margin: 0 auto;
    text-align: center;
}

.our-shop-top-heading h2 {
    font-size: 60px;
    margin-bottom: 0px;
}

.our-shop-box-img img {
    width: 100%;
    margin-bottom: 18px;
}

.our-shop-box-text h4 {
    margin-bottom: 2px;
}

.our-shop-box-text {
    padding: 0px 14px 10px;
}

ul.our-shop-ul {
    margin: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e1e1e1;
    padding-top: 16px;
}

ul.our-shop-ul li h4 {
    margin-bottom: 0px;
    font-size: 23px;
    color: #9a7d3f;
    font-family: 'montserrat-hairline';
    font-weight: 900;
}

ul.our-shop-ul li a {
    color: #000;
    border-bottom: 1px solid #3f3f3f;
    text-transform: uppercase;
}

.our-shop-box {
    border: 1px solid #e1e1e1;
}
section.our-shop-sec {
    margin-bottom: 100px;
}


/*service-new start*/
section.service-new {
    background-color: #9a7d3f;
    margin-bottom: 100px;
}

section.service-new .row {
    align-items: center;
}

section.service-new .container-fluid {
    padding-right: 0;
}
.ser-new-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


.new-ser-txt h2 {
    font-size: 53px;
    color: #ffffff;
    font-family: 'theseasons';
    margin-bottom: 10px;
}
.new-ser-txt h5 {
    font-size: 16px;
    color: #2f231a;
    font-family: "EB Garamond", serif;
    font-style: italic;
    letter-spacing: 1px;
}

.new-ser-txt h4 {
    font-size: 16px;
    font-family: 'HeroLight';
    text-transform: uppercase;
    color: #803813;
    margin-bottom: 17px;
    line-height: 20px;
}
.new-ser-txt p{
  width: 94%;
  color: #fff;
  margin-bottom: 30px;
}
p.p-bot {
    font-size: 15px;
    margin: 0 auto;
    width: 41%;
    line-height: 28px;
}
.theme_btn.btn-three {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
/*service-new end*/

ul.our-happy-box-ul {
    display: flex;
    gap: 26px;
    justify-content: start;
    align-items: center;
    margin-bottom: 0px;
}
li.our-happy-box-icons i {
    color: #f39f1e;
}
.our-happy-box h6 {
    color: #000;
    border-bottom: 1px solid #5d5551;
    display: inline-block;
    font-size: 15px;
    text-transform: capitalize;
}
ul.our-happy-box-ul li img {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0px 0px 6px 0px #000;
}

.our-happy-top-heading {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}
.our-happy-top-heading h2 {
    font-size: 68px;
}

.our-happy-box.happy-line {
    position: relative;
}

.our-happy-box.happy-line:before {
    position: absolute;
    content: '';
    top: 0;
    right: 10px;
    height: 100%;
    width: 1px;
    background: #9a9a9a;
}
.row.our-happy-box {
    border: 1px solid;
}

.our-happy-box-row {
    border: 1px solid #00000012;
    padding: 0px 0px 0px 20px;
    box-shadow: 0px 0px 6px 0px #9999994d;
}
.our-happy-box-color {
    height: 100%;
    width: 100%;
    background: #9a7d3f;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 110px 0px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 60%, 5% 50%, 0 40%);
}
.our-happy-box p {
    width: 87%;
    font-size: 12px;
}
.theme_btn.btn-three.client {
    font-family: 'trajanPro-regular';
    font-size: 14px;
    border-radius: 7px;
}
section.our-happy-sec {
    margin-bottom: 100px;
}

/* Footer Section Start */

footer.footer-sec {
    position: relative;
    padding: 0px 0 0;
    background-color: #111111;
}

ul.footer-social-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    gap: 12px;
    margin-bottom: 15px;
}

ul.footer-social-list li i {
    font-size: 14px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff00;
    color: #9f9f9f;
    border-radius: 50%;
    border: 1px solid #9f9f9f;
}

ul.footer-social-list li i:hover {
    background: #9a7d3f;
    transition: 1s ease-in-out;
    color: #fff;
}

.footer-text h2,
.footer-text span {
    font-size: 30px !important;
    line-height: 40px;
    margin-bottom: 20px;
    color: #fff;
}

ul.footer-link li a {
    font-size: 14px;
    color: #fff;
    line-height: 38px;
    font-weight: 400;
    font-family: 'montserrat-medium';
    text-transform: capitalize;
}

ul.footer-link-list li i {
    font-size: 20px;
    color: #ffffff;
    font-weight: 800;
}

ul.footer-link-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding-right: 15px;
    margin-bottom: 40px;
}

ul.footer-link-list li p {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    margin: 0;
}

.footer-form {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    position: relative;
}

.footer-form input {
    width: 58%;
    height: 47px;
    padding: 15px;
    border: 1px solid #dddddd;
    border-radius: 0;
    margin-bottom: 20px;
    color: #000;
    font-weight: 400;
    font-family: 'montserrat-medium';
    font-size: 16px;
    /* padding-left: 50px; */
    border-radius: 0px;
    margin: 0 auto;
    background: #ff000000;
    margin-bottom: 12px;
    text-align: center;
    color: #fff;
}

.footer-form i {
    position: absolute;
    top: 19px;
    left: 14px;
    font-size: 20px;
    color: #910048;
}

.footr-btn button {
    /* width: 100%; */
    border: 0;
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: center;
    color: #fff;
    background: #9a7d3f;
    padding: 11px 108px;
    text-transform: uppercase;
    font-family: 'Poppins';
}

.footer-text p {
    margin: 16px 0px 20px 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

ul.footer-link {
    display: block;
    column-count: 1;
}

.footer-text {
    position: relative;
    height: 100%;
}

.footer-text img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(52deg) brightness(108%) contrast(101%);
    width: 90%;
    margin: 0 auto;
    display: flex;
}

.footer-text:before {
    /* position: absolute; */
    content: '';
    /* width: 1px; */
    /* height: 120%; */
    /* right: -10px; */
    /* top: -70px; */
    /* background: #999999; */
}

section.bottom-nav {
    padding: 25px;
    background: #111111;
    text-transform: capitalize;
    border-top: 1px solid #434343;
}

section.bottom-nav p {
    font-size: 15px;
    color: #fff;
    text-align: start;
    line-height: 30px;
    margin: 0;
    font-weight: 300;
}

ul.footer-link li {
    border-bottom: 1px solid transparent;
    width: 75%;
    transition: 1s ease-in-out;
}

ul.footer-link li:hover {
    padding-left: 10px;
    border-color: #fff;
    transition: 1s ease-in-out;
    color: #999999;
}

ul.footer-link-list li {
    border-bottom: 1px solid transparent;
    padding-bottom: 0px;
    transition: 1s ease-in-out;
}

ul.footer-link-list li:hover {
    /*padding-left: 10px;*/
    border-color: #999999;
    transition: 1s ease-in-out;
    color: #0c8381;
}

.no-border:before {
    display: none;
}

.ftr-border {
    padding-left: 0px;
    border-right: 1px solid #ffffff36;
    /* border-right: 1px solid #fff; */
    margin-right: 0px;
    padding-right: 40px;
    padding-top: 70px;
    padding-bottom: 30px;
}
.footr-btn button img {
    width: auto;
}

.footer-text.ftr-border.input-ch {
    text-align: center;
}

.footer-text.ftr-border.input-ch .footr-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-form input::placeholder {
    color: #fff;
}

.footer-text.ftr-border.quicj-ch-sd {
    padding-left: 40px;
    border-right: unset;
}



/* Footer Section End */

.btm-img {
    text-align: end;
}
.banner-heading.inner-banner-text {
    text-align: center;
}
.banner-text.banner-text-inner:before {
    position: absolute;
    content: '';
    left: 40%;
}

.banner-heading.inner-banner-text:after {
    content: unset;
}

.banner-text.banner-text-inner:after {
    position: absolute;
    content: '';
    top: 0;
    left: 59%;
    height: 100%;
    width: 0px;
    background: #36363600;
}
.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-img {
    position: relative;
    width: 95%;
    height: 650px;
}

.about-img:before {
    position: absolute;
    content: '';
    top: 10%;
    right: 0;
    height: 80%;
    width: 14%;
    background: #9a7d3fbd;
}

.about-text {
    padding: 80px 70px;
    box-shadow: 0px 0px 6px 0px #00000054;
}

section.about-sec {
    margin: 100px 0px;
}
section.mission {
    padding-bottom: 100px;
}
.miss-img {
    text-align: center;
    position: relative;
}
.miss-img::before {
    position: absolute;
    top: -22px;
    right: 70px;
    width: 55%;
    content: '';
    /* background-image: -webkit-linear-gradient(0deg, rgb(107, 138, 17) 0%, rgb(154, 179, 80) 100%); */
    height: 110%;
    z-index: -1;
    border-radius: 0px;
    background: #9a7d3f;
}
.vis-img {
    position: relative;
}
.vis-img::before {
    position: absolute;
    top: -22px;
    left: 70px;
    width: 55%;
    content: '';
    height: 110%;
    z-index: -1;
    border-radius: 0px;
    background: #9a7d3f;
}
section.vission {
    padding-bottom: 100px;
}
.miss-txt h4 {
    font-size: 50px;
}

.vis-txt h4 {
    font-size: 50px;
}

.catogeriesbox.price-filter-list h4 {
    color: #000;
    font-size: 34px;
    margin-bottom: 16px;
}

.panel-body.below ul li a {
    color: #000;
}

.panel-body.below ul li input {
    margin-right: 10px;
}

.panel-body.below ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
    width: 60%;
}

.panel-body.below {
    margin-bottom: 70px;
}

section.productsec.product-page-sec.fruit {
    margin: 100px 0px;
}


section.productsec.product-page-sec.fruit .our-shop-box {
    margin-bottom: 20px;
}


/* product-detail */

.baner-text.prd-detail-head h2 {
    margin-bottom: 0 !important;
    margin-top: 60px;
}

.baner-text.prd-detail-head h3 {
    font-size: 78px;
    text-transform: uppercase;
    font-weight: 300;
}

h4.text-green {
    font-size: 34px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

h4.text-green+p {
    font-size: 14px;
    color: #636363;
}

.p-big-img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border: 01px solid #9a7d3f;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #f4f4f4; */
    border-radius: 0;
    padding: 0px;
}

.p-big-img img {
    width: 100%;
    height: auto;
    object-fit: none;
}

.p-small-img {
    width: 100%;
    height: 100px;
    border: 1px solid #d2d2d2;
    border-radius: 15px;
    overflow: hidden;
}

.p-small-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-big-nav .slick-slide {
    opacity: 1;
}

.p-big-for .slick-next:before {
    content: '\f105';
}

.p-big-for .slick-prev:before {
    content: '\f104';
}

.p-big-for .slick-prev:before,
.p-big-for .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-size: 50px;
    line-height: 1;
    font-weight: 600;
    opacity: 1;
    color: white;
    border-radius: 100%;
}

.p-big-for .slick-next {
    right: -5%;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.p-big-for .slick-prev {
    left: -5%;
    opacity: 0;
    z-index: 2;
    transition: 0.3s ease-in-out;
}

.p-big-for {
    overflow: hidden;
}

.p-big-for:hover .slick-next {
    right: 7%;
    opacity: 1;
}

.p-big-for:hover {
    cursor: pointer;
}

.p-big-for:hover .slick-prev {
    left: 5%;
    opacity: 1;
}

.skin-2 .num-in {
    height: 40px;
    width: 120px;
    float: left;
    border: 1px solid #b7b7b7;
    border-radius: 0px;
    cursor: pointer;
}

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.num-in input.in-num {
    background-color: #ffffff;
    width: 38%;
    font-family: 'Helvetica';
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 40px;
    border: none;
    text-align: center;
    background: transparent;
    font-family: 'Roboto';
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.product-det-content h4 {
    font-size: 40px;
    line-height: 1.2;
    color: #282828;
    margin-bottom: 20px;
    width: 90%;
}

.price-tag {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #afafaf;
    margin-bottom: 20px;
    margin-top: 20px;
}

.des_P {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #636363;
}

.price-tag h5 {
    /* font-size: 19px; */
    /* font-family: 'Montserrat', sans-serif; */
    /* text-transform: capitalize; */
    /* margin-bottom: 70px; */
    /* font-weight: 600; */
}

.price-tag+h5 small {
    font-family: 'Montserrat', sans-serif;
}


.price-tag+h5+h5 small {
    font-family: 'Montserrat', sans-serif;
}

.price-tag div:first-child {
    font-size: 32px;
    line-height: 1;
    font-weight: 400;
    font-family: 'trajanPro-regular';
    color: #000000;
}

.price-tag div:first-child del {
    margin-right: 10px;
    font-size: 22px;
    color: #969696;
}

.price-tag div:last-child {
    font-size: 18px;
    color: grey;
}

.price-tag div:last-child ul {
    margin-right: 15px;
}

.price-tag i.fas.fa-star {
    color: #ffc107;
}

.add-cart-btn {
    display: inline-flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border-radius: 25px;
    border: 1px solid green;
    color: grey;
}

.add-cart-btn:hover {
    border: 1px solid green;
    background-color: green;
    color: white;
}

.like-btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid grey;
    border-radius: 50%;
    font-size: 19px;
    color: #9a7d3f;
}

.product-det-content ul.d-flex.justify-content-between.align-items-center {
    width: 67%;
}

.product-det-content ul.social-icons-banner {
    margin-top: 0px;
    position: unset;
    display: flex;
}

.product-det-content ul.social-icons-banner::before {
    display: none;
}

.product-det-content ul.social-icons-banner li {
    margin-right: 10px;
}

.product-detail img.inner-sec-leaf2 {
    top: 50%;
}

.ptb-100 {
    padding: 100px 0;
}

ul.social-icons-banner li a i {
    width: 36px;
    height: 36px;
    border-radius: 50px;
    border: 1px solid #acacac;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #7c7c7c;
    transition: 0.3s ease-in-out;
}

ul.social-icons-banner li a i:hover {
    background-color: #9a7d3f;
    color: #fff;
    border-color: #9a7d3f;
    transition: 0.3s ease-in-out;
}

.product-detail {
    padding: 80px 0;
}

span.text-green {
    color: #16250e;
}

li.quanity.product-detail {
    padding: 0;
}

.product-detail a.btn-4 {
    color: #fff;
    background: #9a7d3f;
    padding: 10px 50px;
    border-radius: 0px;
    font-size: 16px;
}


/* product-detail */

.our-shop-top-headingg {
    text-align: center;
    width: 48%;
    margin: 0 auto;
}

section.where-design-sec.where-design-inner-collection {
    margin-top: 100px;
}

section.seller-sec.seller-sec-collection-inner {
    margin-bottom: 100px;
}
.row.journal-box-one {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding-right: 40px;
}

section.journal-sec {
    margin: 100px 0px;
}

.journal-box-one:before {
    position: absolute;
    content: '';
    top: 12%;
    right: 0;
    height: 75%;
    width: 80%;
    background: #ffffff00;
    z-index: -1;
    border: 1px solid #e7e7e7;
}

.journal-box-one-text ul {
    margin-bottom: 0px;
}

.journal-box-one-text ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
    font-family: 'trajanPro-regular';
    color: #000;
    font-size: 15px;
}
.journal-box-two-text ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
    font-family: 'trajanPro-regular';
    color: #000;
    font-size: 15px;
}
.journal-box-two-text ul {
    margin-bottom: 0px;
}
.row.journal-box-two {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding-left: 40px;
}
.journal-box-two:before {
    position: absolute;
    content: '';
    top: 12%;
    left: 0;
    height: 75%;
    width: 80%;
    background: #ffffff00;
    z-index: -1;
    border: 1px solid #e7e7e7;
}
.journal-ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
}

.journal-ul ul {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    gap: 20px;
}

.journal-ul ul li {
    height: 45px;
    width: 45px;
    background: #ff000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #9a7d3f;
    color: #9a7d3f;
    border-radius: 50%;
    font-family: 'trajanPro-regular';
    font-size: 22px;
}

.journal-ul ul li:hover {
    background: #9a7d3f;
    color: #fff;
}


/*Login page Start*/

.text-blue {
    color: #100c6c;
}

.text-black {
    color: #000 !important;
}

.log-in-wrap {
    padding: 40px 40px;
    background-color: #fdfdfd;
    /* border: 1px solid #c4c4c4; */
    float: right;
    width: 100%;
    border-radius: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.form-group {
    margin-bottom: 15px;
}

.log-in-wrap h2 {
    margin: 0 0 50px 0;
    text-align: center;
    color: #000;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 54px;
    /* font-weight: bold; */
    font-family: 'font-side-three';
}

.login_btn {
    width: 100%;
    background-color: #9a7d3f;
    padding: 16px 10px;
    display: block;
    color: #fff;
    font-size: 21px;
    text-transform: capitalize !important;
    border: none;
    border: 2px solid #9a7d3f;
    transition: 0.5s all;
    border-radius: 0px;
    font-family: 'Poppins';
    font-weight: 400;
    text-transform: capitalize;
}

.contact-page-main .form-control {
    height: 56px;
    background-color: #ffffff;
    border-color: #d8d8d8;
    width: 100%;
    border-radius: 0px;
}

.log-in-page-main .form-check label.form-check-label {
    font-size: 14px;
    font-weight: 300;
    /* font-family: 'Lato'; */
    margin: 0;
    font-weight: 400;
    color: #000;
    font-family: 'Poppins';
}

.form-check-input:checked {
    background-color: #330852;
    border-color: #330852;
}

.log-in-page-main .form-check,
.forgot-pass {
    display: inline-block;
}

input::placeholder {
    font-size: 15px;
    font-weight: 300;
    color: #000;
    opacity: 0.5;
}

.forgot-pass {
    width: 72%;
    text-align: right;
}

.forgot-pass a {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    color: #000;
    font-family: 'Poppins';
}

.term-condition:hover {
    color: #000000;
    border-bottom: 2px solid #000000;
}

.forgot-pass a:hover {
    color: #91805b;
}

.agree-text {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 32px;
    font-family: 'Poppins';
}

.term-condition {
    font-weight: 600;
    margin-left: 10px;
    color: #9a7d3f;
    border-bottom: 2px solid #9a7d3f;
    /* font-size: 15px; */
    /* float: inline-end; */
    font-family: 'Poppins';
}

.contact-page-main .form-control::placeholder {
    font-family: 'Poppins';
    font-size: 14px;
    color: #a7a5a5;
}

.form-group {
    margin-bottom: 25px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.login_btn:hover {
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
}

section.contact-page-main.log-in-page-main.all-section {
    padding: 99px 0px;
    position: relative;
}

.leaf-img-login img {
    position: absolute;
    bottom: 150px;
}


/*Login Page End*/


/* Contact Page Start */

.contact_detail_box figure img {
    margin: auto;
    height: 55px;
    width: 55px;
    object-fit: cover;
}

.contact_detail_box p {
    font-size: 15px;
    line-height: 25px;
    color: #636363;
    margin: 0;
    font-weight: 400;
    margin-bottom: 0;
    display: block;
    width: 70%;
    margin: 0 auto;
}

.contact_detail_box {
    padding: 40px 20px;
    transition: 0.5s;
    border: 1px solid #9a7d3f;
}

.contact_form {
    padding-bottom: 7%;
}

.contact_form label {
    font-size: 17px;
    color: #5d5d5d;
    margin-bottom: 7px;
    font-weight: 400;
}

.contact_page {
    padding: 100px 0;
}

.contact_form input {
    height: 52px;
    width: 100%;
    border: 1px solid #e4e4e4;
    margin-bottom: 25px;
    border-radius: 0;
    padding: 0 15px;
    background: transparent;
}

.contact_form textarea {
    width: 100%;
    height: 167px;
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    padding: 15px 15px;
    /* background: #fbfbfb; */
    resize: none;
    background: transparent;
}

.section_head {
    margin-bottom: 40px;
}

.section_head p {
    width: 70%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 15px;
    color: #636363;
}

.section_head h3 {
    color: #000000;
    font-size: 50px;
    margin-bottom: 15px;
    line-height: 85px;
}

.contact_page h4 {
    color: #000;
    font-size: 25px;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.btn_wrap {
    text-align: center;
}

.contact_detail_box a {
    display: block;
    font-size: 16px !important;
}
button.theme-btn {
    background: #9a7d3f;
    color: #fff;
    border: unset;
    padding: 12px 32px;
    text-transform: capitalize;
    font-family: 'montserrat-medium';
    font-size: 18px;
}

/* Contact Page End */


/* cart page starts  */
/*CART*/
.add-to-cart thead {
  background: #9a7d3f;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
}

.cart-page-tble tbody .quanity span {
  border-radius: 100px;
  border: 1px solid #000;
  width: 30px;
  height: 30px;
  color: #000;
}

.align-items-center {
  align-items: center !important;
}

.inc {
  background-color: transparent;
  margin-top: 20px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  border-radius: 8px !important;
  border: 1px solid lightgrey;
}

.cart-page-tble tbody .quanity span {
  border-radius: 100px;
  border: 1px solid #000;
  width: 30px;
  height: 30px;
  color: #000;
}

.cart-page-tble tbody tr td input {
  /* height: 60px; */
  /* border: 1px solid #c4c4c4; */
  /* background-color: #ffffff; */
  /* color: #000; */
  text-align: center;
  height: 49px;
  border-radius: 6px;
  border: 0px solid #ebebeb;
  font-size: 23px;
  color: #0000009c;
  font-weight: 500;
  background: #fff0;
  margin: 0;
  border-radius: 5px;
  width: 100px;
}

.cart-page-tble tbody .quanity span {
  border-radius: 100px;
  border: 1px solid #000;
  width: 30px;
  height: 30px;
  color: #000;
}

.inc {
  background-color: #f7f7f7;
  margin-top: 20px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  border: 1px solid #c3c3c3;
  width: 90%;
  height: 60px;
  border-radius: 11px;
}

.input-number {
  border: none;
}

.input-number-decrement,
.input-number-increment {
  display: inline-block;
  width: 40px;
  height: 40px;
  display: inline-flex;
  color: #444;
  text-align: center;
  font-weight: 700;
  border-left: 1px solid #c3c3c3 !important;
  cursor: pointer;
  background: #f7f7f7;
  justify-content: center;
  align-items: center;
}

span.input-number-decrement {
  border-right: 1px solid #c3c3c3 !important;

  border-left: none !important;
}

.input-number,
.input-number1,
.input-number-decrement,
.input-number-increment {
  border: 0;
  height: 57px;
  user-select: none;
  font-weight: 700;
  padding: 5px 5px 5px 5px;
  width: 70px;
  background: transparent;
  color: #bdc0bc;
}

a.update {
  color: #000;
}

.product-cart figure {
  /* padding: 10px; */
  margin: 0;
  /* background-color: #eaeaea; */
  /* border-radius: 3px; */
  /* border: 1px solid #c8c8c8; */
}

th:first-child {
  border-radius: 10px 0 0 10px;
}

th:last-child {
  border-radius: 0 10px 10px 0;
}

.shipping-box h4 {
  color: #d60000;
  font-family: "Montserrat";
}

.for-lin:before {
  position: absolute;
  content: "";
  left: 0;
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  width: 949px;
  height: 30px;
  z-index: 9999;
  top: 10px;
}

.for-lin {
  position: relative;
}

.add-to-cart .table > thead > tr > th {
  border-bottom: 0;
  padding-left: 0;
  padding-bottom: 25px;
  padding-top: 25px;
  text-align: center;
}

.add-to-cart thead tr th {
  font-size: 21px;
  font-weight: 400;
  line-height: 18px;
  text-transform: capitalize;
  line-height: 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "amplesoftpro";
}

.table-space h6 {
  font-size: 16px;
  color: #727272;
  margin-bottom: 5px;
  line-height: 25px;
  margin-top: 15px;
  font-weight: 500;
  font-family: "Montserrat";
  text-transform: uppercase;
}

.table-space span {
  font-size: 15px;
  font-weight: 500;
  color: #727272;
  text-transform: uppercase;
}

.cart-product-img {
  width: 70%;
  height: 110px;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
  border-radius: 0px !important;
}

.add-to-cart input {
  width: 100%;
  text-align: center;
  height: 050px;
  border-radius: 46px;
  border: 0;
  font-size: 23px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  margin-top: 0;
  background-color: transparent;
  color: #bdc0bc;
  pointer-events: none;
}

.add-to-cart a {
  font-size: 17px;
  display: block;
  text-align: center;
  padding-top: 9px;
  color: #b4b4b4;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
}

.add-to-cart h4 {
  font-size: 18px;
  font-weight: 400;
  color: #727272;
  margin-top: 40px;
  font-family: "Montserrat";
  text-align: center;
  -webkit-text-stroke-width: inherit;
  -webkit-text-stroke-color: inherit;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

th.text-align\:left {
  text-align: left !important;
  padding-left: 50px !important;
}

tr.space {
  border-bottom: 1px solid #ccc;
}

a.remove {
  background: #9a7d3f;
  color: rgb(255, 255, 255);
  font-size: 22px;
  padding: 9px 16px;
  margin-top: 25px;
  font-weight: 300;
}

.proceed a {
  color: #000000;
  text-align: left;
  font-size: 19px;
  text-transform: capitalize;
}

.proceed i {
  margin-left: 10px;
}

.proceed .checkout-btn {
  background: #9a7d3f;
  padding: 17px 20px;
  width: 75%;
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0;
  margin-left: auto;
}

.all-section-inner {
  padding: 80px 0 80px;
}

.or-amazon {
  position: relative;
  border: 1px solid #c3c3c3;
  padding: 30px 50px;
  border-radius: 2px;
  background-color: #f9f9f9;
  width: 50%;
  margin: 50px 0 0 auto;
}

.or-amazon p {
  font-size: 16px;
  position: absolute;
  background: #ffffff;
  top: -17px;
  left: 0;
  padding: 3px 20px;
  color: #000000;
  display: block;
  text-transform: uppercase;
  border: 1px solid #cecece;
  right: 0;
  margin: 0 auto;
  width: 61%;
  /* font-family: "Montserrat"; */
  background: #ffffff;
}

.or-amazon a {
  text-decoration: none;
  text-align: center;
}

.total-section {
  padding: 30px 30px;
  /* box-shadow: 0 0 20px 2px #00000017; */
  border-width: 1px;
  border-color: #c4c4c4;
  border-style: solid;
  border-radius: 2px;
  background-color: #f9f4f0;
}

.total-section li {
  font-size: 18px;
  padding-bottom: 30px;
  color: #0c0c0c;
  font-family: 'trajanPro-regular';
}

li.color-change {
  color: #8e733a;
  text-transform: capitalize;
  padding-bottom: 0 !important;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'trajanPro-regular';
}

.total-section li span {
  float: right;
}

.ship-estimate {
  padding: 30px 30px;
  margin-top: 45px;
  border-width: 1px;
  border-radius: 0;
  border-color: #c4c4c4;
  border-style: solid;
  border-radius: 2px;
  background-color: #f9f4f0;
}

.ship-estimate ul {
  margin-top: 20px;
  margin-bottom: 30px;
}

.ship-estimate li {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #9a7d3f;
  font-family: 'trajanPro-regular';
}

.ship-estimate .grey-style {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  font-family: 'trajanPro-regular';
}

.proceed {
  display: flex;
  align-items: flex-start;
}

.add-to-cart .table-space {
  display: flex;
  align-items: center;
}

.add-to-cart .table-space .col-md-7 {
  margin-left: 20px;
}

.cart-product-img img {
  width: 100%;
  object-fit: fill;
  object-position: top;
  /* display: grid; */
  /* align-items: center; */
  /* align-content: center; */
  /* height: 100%; */
}

.add-to-cart thead tr th:first-child {
  border-radius: 0 !important;
}

.add-to-cart thead tr th:last-child {
  border-radius: 0 !important;
}

.cart-product-img {
  background: #f6f6f6;
  width: 140px;
  height: 140px;
  border: 1px solid #c3b3a7;
}

/* cart page ends */


/* Checkout Page Start */

.billing_form h3 {
    margin: 0;
    font-size: 32px;
    color: #000000;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: uppercase;
    /* font-family: 'Bambino-Light'; */
}

.billing_form label {
    color: #5f5c5c;
    font-size: 14px;
    font-weight: 500;
    /* font-family: 'Montserrat'; */
}

.billing_form p {
    color: #000;
    font-size: 14px;
}

.billing_form p a {
    color: #9a7d3f;
    border-bottom: 1px solid #9a7d3f;
}

.radiosss p {
    color: #000;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 400;
}

.billing_form input {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    border-radius: 0px;
    margin-bottom: 20px;
    background: transparent;
    border: 1px solid #b2b2b2;
}

.billing_form textarea {
    width: 100%;
    height: 120px;
    padding-left: 15px;
    border-radius: 0px;
    margin-bottom: 20px;
    background: transparent;
    border: 1px solid #b2b2b2;
}

a.btn1.checkout_btn.btn13 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: fit-content;
    padding: 15px 35px;
    letter-spacing: 0px;
    border-radius: 0px;
    font-family: 'montserrat-regular';
    background: #9a7d3f;
    text-transform: uppercase;
}

.billing_form input::placeholder {
    color: #7C7C7C;
}

.billing-box {
    padding: 30px 30px;
    /* border: 1px solid #c2c2c2; */
    margin-bottom: 30px;
    box-shadow: 0px 0px 6px 0px #e7e7e7;
}

.billing-box .image_cart_prod {
    gap: 18px;
    justify-content: start;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.billing-box .image_cart_prod p {
    color: #6e6e6e;
}

.billing-box .image_cart_prod h6 {
    color: #9a7d3f;
    margin-top: 10px;
    font-weight: 500;
    font-family: 'trajanPro-regular';
    font-size: 23px;
    margin-bottom: 0px;
}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
    font-family: 'Montserrat';
}

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #000;
}

.cart_sidebar .btn2 {
    color: #fff;
    padding: 20px 40px;
    text-align: center;
    letter-spacing: 0px;
    font-family: 'montserrat-medium';
    background-color: #9a7d3f;
    margin: 10px 0px;
}

.cart_sidebar ul {
    columns: 2;
    margin-bottom: 0px;
    margin-top: 0px;
}

.cart_sidebar ul li {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
}

.cart_sidebar ul li h6 {
    color: #737373;
    font-size: 20px;
    font-weight: 500;
}

.cart_sidebar ul li h6 span {
    color: #000000;
}

.cart_sidebar h5 {
    color: #000;
    font-size: 20px;
    font-weight: 100;
    margin: 15px 0px;
    font-family: 'trajanPro-regular';
}

.cart_sidebar h5 img {
    margin-top: 20px;
    margin-left: 10px;
}

.cart_sidebar p {
    margin-bottom: 6px;
}

.cart_sidebar .custom-mt-5 {
    margin-top: 30px;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    font-family: 'Montserrat';
}

.cart_sidebar .cart_lst {
    margin-top: 20px;
    margin-bottom: 20px;
}

.thankyou_txt {
    padding: 50px;
    border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
    font-size: 35px;
    color: #000;
    font-weight: 800;
    margin: 0;
}

.thankyou_txt h3 i {
    font-size: 40px;
    margin-right: 15px;
}

.order_det h5 {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: 400;
}

.order_det p {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0;
}

.order_complete_detail h3 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
}

.order_detail_table {
    padding: 40px;
    border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.order_detail_table ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
    margin-bottom: 25px;
}

.order_detail_table ul li {
    font-size: 14px;
    color: #7c7c7c;
}

.order_detail_table ul li span {
    float: right;
}

.order_detail_table ul li:last-child {
    font-weight: 700;
    color: #000;
}

.order_detail_table h6 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    padding: 25px 0;
    border-top: 1px solid #dbdbdb;
    margin: 0;
}

.order_detail_table h6 span {
    float: right;
}

.check_menu ul {
    text-align: center;
    margin-bottom: 40px;
}

.check_menu ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #7c7c7c;
    margin: 0 14px;
}

.check_menu ul li i {
    font-size: 18px;
}

.check_menu ul li.purp {
    color: #700ea3;
}

.cart_sidebar {
    padding: 0px 25px;
    border-radius: 0;
}

.cart_sidebar .h-sub {
    font-weight: 500;
    color: #000000;
    font-family: 'Montserrat';
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
}

.cart_sidebar h5 span {
    float: right;
    color: #000;
}

.cart_sidebar h4 {
    color: #000000;
    font-weight: 400;
    margin-bottom: 2px;
    line-height: normal;
    padding-top: 0;
    font-family: 'Montserrat';
    font-size: 20px;
}

.cart_sidebar ul li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    font-family: 'Montserrat';
}

.cart_sidebar ul li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.cart_sidebar ul li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 0px;
}

.cart_sidebar form {
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
}

.cart_sidebar form select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form select option {
    color: #000;
}

.cart_sidebar form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
    color: #b7b7b7;
}

.cart_sidebar form button {
    color: #000;
    font-size: 15px;
    border-radius: 0px;
    padding: 10px 40px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.checkout_btn:hover {
    /* color: white; */
}

ul.shipping-ul {
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
    font-family: 'Montserrat';
    font-size: 35px;
}

.cart_sidebar .radiosss-payments li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #000;
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 0;
    margin-left: 30px;
    background: none;
}

.radiosss-payments {
    border-bottom: 1px solid rgb(219, 219, 219);
}

section.checkout_page.all-section.all-side {
    padding: 80px 0 80px;
    position: relative;
}

.checkout_page .img-1 {
    position: absolute;
    left: -13%;
    top: 50%;
    width: 340px;
}

.checkout_page .img-2 {
    position: absolute;
    right: -7%;
    top: 60%;
    width: 230px;
    transform: rotate(200deg);
}

.cart_sidebar h3 {
    margin: 0;
    font-size: 35px;
    color: #000000;
    font-weight: 900;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: 'Bambino-Light';
}

.billing_form input::placeholder {
    font-family: 'Montserrat';
}
.ul-checkout-number {
    margin-top: 40px !important;
}
.cart-img img {
    width: 240px;
    height: 140px;
    object-fit: cover;
}


