html {
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 100%;
    /*color: #181d27;*/
    color: #000;
    background: #F6FEF3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.img-responsive {
    max-width: 100%;
}

.tb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.tb-equal {
    padding: 40px 0px;
}

.tb-equal-half {
    padding: 60px 0px;
}

.pt-half {
    padding-top: 40px;
}

.bg-contain {
    background-size: contain !important;
}

.bg-cover {
    background-size: cover !important;
}

.pt-none {
    padding-top: 0px;
}

.pb-none {
    padding-bottom: 0px;
}

.overflow-hidden {
    overflow: hidden;
}

h1 {
    font-size: 52px;
    letter-spacing: -1px;
}

h2 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0px;
}

h3 {
    font-size: 32px;
    letter-spacing: -1px;
}

h4 {
    font-size: 24px;
    letter-spacing: -1px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    /*font-family: "Open Sans", sans-serif;*/
}

.f_dancing h4 {
    color: #D3AF37;
    font-family: "Montserrat", sans-serif;
}

p {
    font-size: 16px;
    line-height: 160%;
    color: #000;
}

.h4-24 h4 {
    font-size: 24px;
    font-weight: 600;
    color: #FF6D5A;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-10k {
    margin-top: 100px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-80 {
    margin-bottom: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-50 {
    padding-bottom: 50px;
}

.z-index-9 {
    z-index: 9;
}

.pb-150 {
    padding-bottom: 150px;
}

.height-full {
    height: 100%;
}

.space-10 {
    height: 10px;
}

.space-20 {
    height: 20px;
}

.space-30 {
    height: 30px;
}

.border-radius-5 {
    border-radius: 5px;
}

/** Header 1 **/

.logo-1,
.header-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.logo-txt {
    font-size: 32px;
    font-weight: 700;
}

.logo-txt a {
    color: #ffffff;
}

.logo-dark {
    display: none;
}

.nav-fixed-top .logo-dark,
.no-top-image .logo-dark {
    display: block;
}

.nav-fixed-top .logo-white,
.no-top-image .logo-white {
    display: none;
}

/*** #2.# HEADER ***/

.bg-light p {
    margin: 0px;
    line-height: 50px;
    font-size: 13px;
}

.bg-light a {
    color: #999;
    font-size: 13px;
}

.main-header {
    width: 100%;
    z-index: 2;
    padding-top: 25px;
    padding-bottom: 0px;
    background: #F6FEF3;
}

.menu-nav {
    margin: 0;
    padding: 0;
}

.menu-nav li {
    display: inline-block;
    position: relative;
    margin-left: 25px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.menu-nav li:first-child {
    margin-left: 0;
}

.menu-nav li a {
    color: #000;
    padding: 0;
    font-size: 15px;
    line-height: 80px;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
}

.menu-nav li a.caret:after {
    content: "\f107";
    font-family: 'FontAwesome';
    margin-left: 0px;
}

.menu-nav li.menu-item-has-children:hover a.caret:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-nav li.menu-item-has-children .sub-menu {
    background: #181c26;
}

.menu-nav li.menu-item-has-children .sub-menu li a {
    color: #fff;
    padding: 15px 15px;
    line-height: normal;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 300;
    border-bottom: 1px solid #232b3c;
}

.menu-nav li a:hover,
.menu-nav>li:hover>a,
.menu-nav>li.current-menu-item>a {
    background: none;
    color: #D3AF37;
    text-decoration: none;
}

.menu-nav>li:hover>a:before,
.menu-nav li.current-menu-item>a:before {
    left: 0;
    width: 100%;
    border-color: #a4fdcf;
}

.menu-nav ul {
    display: none;
    margin: 0;
    padding: 0px;
    width: 265px;
    text-align: left;
    position: absolute;
    background: #f3f3f3;
    z-index: 5;
}

.menu-nav ul li {
    display: block;
    position: relative;
    background: none;
    margin: 0;
    font-size: 12px;
}

.menu-nav ul li>a:focus {
    outline: none;
}

.menu-nav ul li a:hover,
.menu-nav li:hover ul li a:hover {
    text-decoration: none;
    color: #a57f22;
}

.menu-nav li:hover>ul {
    display: block;
}

.menu-nav li ul ul {
    left: 100%;
    top: -28px;
    margin: 0;
}

.menu-nav .edge>ul {
    left: auto;
    right: 0;
}

.menu-nav li ul .edge ul {
    left: auto;
    top: -28px;
    margin: 0;
    right: 100%;
}

.menu-nav li ul ul:before,
.menu-nav li ul a:before {
    display: none;
}

.mega-menu .sub-menu li a img {
    display: block;
}

.mega-menu .sub-menu li a {
    font-size: 12px;
    padding: 0px;
    line-height: 35px;
    border-bottom: 1px solid #ddd;
}

.mega-menu .sub-menu li:last-child a {
    border: none;
}


/*** menu mobile ***/
.nav-button-holder {
    display: none;
}

.nav-button {
    background: none;
    border: none;
    cursor: pointer;
    vertical-align: middle;
}

.icon-bar,
.icon-bar1,
.icon-bar2 {
    display: block;
    height: 2px;
    width: 25px;
    background: #FF6252;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.icon-bar1,
.icon-bar2 {
    width: 18px;
    background: #FF6252;
}

.icon-bar:before,
.icon-bar:after {
    background: #FF6252;
    content: "";
    height: 100%;
    left: 0px;
    position: absolute;
    bottom: -6px;
    right: 0;
}

.icon-bar:after {
    bottom: -12px;
    top: auto;
}

.nav-button:hover .icon-bar:before,
.nav-button:hover .icon-bar:after {
    left: 0;
}

.icon-bar,
.icon-bar1,
.icon-bar2,
.nav-button .icon-bar:before,
.nav-button .icon-bar:after {
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.menu-mobile {
    font-size: 0;
    margin: 0 auto;
    margin-left: 0;
    padding-left: 0px;
}

.menu-mobile li {
    padding-top: 15px;
    list-style: none;
    margin-bottom: 0;
    text-transform: capitalize;
}

.menu-mobile li a {
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: 600;
}

.menu-mobile li a:hover,
.menu-mobile li a:focus {
    background: none;
}

.menu-mobile li:hover>a,
.menu-mobile li.current-menu-item>a {
    color: #D3AF37;
}

.menu-mobile>li.menu-item-has-children>a:after {
    content: "+";
    background: #232937;
    text-align: center;
    font-size: 16px;
    display: grid;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    align-items: center;
    justify-content: center;
}

.menu-mobile>li.menu-item-has-children.menu-open>a:after {
    content: "-";
}

.menu-mobile li.menu-open a:after {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

li.menu-item.menu-item-has-children a {
    display: grid;
    grid-template-columns: 1fr 15px;
    text-decoration: none;
    grid-gap: 5px;
}

.menu-mobile ul {
    margin-left: 0;
    padding: 0px;
}

.menu-mobile>li>ul {
    display: none;
}

.menu-mobile>li.menu-open>ul {
    display: block;
    margin-top: 8px;
}

.menu-mobile ul li {
    padding-top: 0px;
    text-transform: none;
    display: block;
    text-transform: capitalize;
}

.menu-contact {
    margin-top: 15px;
    padding-left: 5px;
    font-size: 14px;
    color: #fff;
}

.menu-contact ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0px;
}

.menu-contact ul:first-child li i {
    font-size: 16px;
    margin-right: 10px;
}

.mobile-phone {
    margin-top: 8px;
}

.menu-contact .social-media {
    margin-top: 24px;
    padding-bottom: 48px;
}

.menu-contact .social-media li a {
    color: #fff;
}

.menu-mobile li.menu-item-has-children .sub-menu li a {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
}

header .social-media li a:hover {
    color: #a4fdcf;
}


/*** end menu mobile ***/

/***** MODAL WINDOW ******/
body.has-active-menu {
    overflow: hidden;
}

.menu-mask {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
}

.menu-mask.is-active {
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.mobile-menu-holder {
    position: fixed;
    z-index: 0;
    top: 0;
    overflow-x: hidden;
    width: 350px;
    height: 100%;
    background: #181d27;
    opacity: 0;
    padding: 0 30px;
    -webkit-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    transform: translateX(-400px);
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -moz-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -o-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -ms-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.mobile-menu-holder.is-active {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

body.has-active-menu .mobile-menu-holder.is-active {
    z-index: 99;
}

.modal-menu-container {
    position: relative;
}

.exit-mobile {
    cursor: pointer;
    display: inline-block;
    margin-top: 32px;
}

.exit-mobile span {
    color: #ffffff;
    border: 1px solid #ddd;
    padding: 10px;
}


/* SLIDER */

.home-slider .owl-dots {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-slider .owl-dots button {
    display: block !important;
    outline: none;
}

.home-slider .owl-dots button span {
    border-radius: 0px !important;
}

.slider-container {
    overflow: hidden;
}

.slider-container .container {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.slider-text {
    position: relative;
    margin: 0px;
}

.slider-text h1 {
    margin-bottom: 15px;
    font-size: 54px;
    font-weight: 800;
    line-height: 130%;
    letter-spacing: -2px;
}

.slider-text h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 44px;
    color: #D3AF37;
    font-weight: 600;
}

.slider-text img {
    max-width: 100px;
    width: auto !important;
}

.center-fixed {
    z-index: 9;
    bottom: 100px;
    margin: auto;
    left: 0;
    right: 0;
}

.green-box {
    background: #00a651;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0px auto 15px;
    padding: 6px 20px;
    text-transform: uppercase;
    display: table;
}

.home-slider .shape-Sbottom {
    position: absolute;
    bottom: -50px;
}

.social {
    padding: 0px;
}

.social li {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 0;
}

.social li:last-child {
    margin: 0px;
}

.social li a {
    color: #ffffff;
    font-size: 28px;
}

@media (max-width: 1024px) {

    /* menu */
    .nav-button-holder button {
        outline: none;
    }

}

.view-more {
    background: #D3AF37;
    margin: 0px;
    padding: 0px 24px;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    height: 50px;
    border-radius: 7px;
    text-decoration: none;
    display: inline-grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none !important;
}

.view-more:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.black-btn {
    background: #000;
    margin: 0px;
    padding: 0px 24px;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    height: 45px;
    text-decoration: none;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.black-btn:hover {
    background: #D3AF37;
    color: #fff;
    text-decoration: none;
}

.white-btn {
    margin: 0px;
    padding: 0px 25px;
    text-transform: capitalize;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    height: 50px;
    border-radius: 7px;
    border: 2px solid #ddd;
    background: none;
    text-decoration: none;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.white-btn:hover {
    background: #1F2A44;
    border: 2px solid #1F2A44;
    color: #fff;
    text-decoration: none;
}

.cta-number {
    text-align: right;
}

.cta-number small {
    color: #fff;
    font-size: 11px;
    display: block;
    text-transform: uppercase;
}

.cta-number a.tel {
    color: #f6cc2c;
    font-size: 21px;
    font-weight: 700;
}

/* About Us */

.about-col {
    padding-left: 10%;
}

.abt-name h4 {
    color: #;
    text-transform: uppercase;
    margin: 0px;
}

.abt-name p {
    color: #00a651;
}

.title-hp.white {
    color: #fff;
}

.list-style {
    padding: 0px;
    margin: 0;
    text-align: left;
}

.list-style li {
    position: relative;
    padding: 0px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 16px 1fr;
    margin-bottom: 12px;
    grid-gap: 12px;
    color: #000;
}

.list-style li:before {
    content: "";
    background: url(../images/check.svg)no-repeat center top 7px;
    background-size: 100%;
}

.list-style li a {
    font-weight: 500;
}

.list-style.arrow-right li:hover a {
    color: #ac0000;
}

.list-style li:last-child {
    margin: 0px;
    padding: 0px;
}

footer {
    position: relative;
    padding-top: 80px;
}

footer .container,
footer .container-fluid {
    position: relative;
    z-index: 9;
}

.item-location h4 {
    margin-bottom: 10px;
    color: #fff;
    font-weight: 400;
}

.item-location p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.list-foot {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: grid;
    grid-gap: 7px;
}

.list-foot li a {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    text-decoration: none;
}

.list-foot li a:hover {
    color: #D3AF37;
}

footer h4 {
    color: #D3AF37;
    font-size: 20px;
    margin-bottom: 30px;
}

.foot-li .info:last-child {
    margin: 0px;
}

.info {
    margin: 0px 0px 10px;
}

/*.info i {
    color: #000;
    font-size: 16px;
    margin-right: 12px;
}*/
.info p,
.info a {
    margin: 0px;
    text-align: left;
}

.info p {
    color: #000;
}

.info a {
    color: #000;
}

.info a.tel {
    color: #000;
}

.info address {
    margin: 0px;
}

footer .social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer .social-media a {
    color: #797979;
    margin-right: 7px;
    background: #ffffff;
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50px;
    text-align: center;
    line-height: 35px;
}

footer .social-media a:last-child {
    margin: 0px;
}

footer p,
footer small {
    color: #000;
}

.tel-foot h5 {
    color: #D3AF37;
}

.tel-foot a {
    color: #000;
    font-size: 20px;
}

.copy-text p {
    font-size: 16px;
    color: #000;
}

.copy-write {
    padding: 20px 0px;
    position: relative;
    z-index: 9;
    margin-top: 60px;
    border-top: 1px solid #ddd;
}

p:last-child {
    margin: 0px;
}

.white-btn.icon {
    display: flex;
    align-items: center;
    justify-items: center;
}

.white-btn.icon i {
    font-size: 16px;
    color: #7C776D;
}

.white-btn.icon:hover i {
    color: #fff;
}

.btn-set {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 15px;
    justify-content: start;
    margin-top: 25px;
}

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

.item-newsletter {
    display: grid;
    position: relative;
    align-items: center;
    max-width: 80%;
    margin: auto;
    margin-bottom: -30px;
}

.item-newsletter input[type=email] {
    height: 55px;
    padding: 0px 25px;
    font-size: 14px;
    background: #fff;
    border: none;
    border-radius: 50px;
    box-shadow: 0px 0px 4px #ddd;
}

.item-newsletter input[type=text] {
    height: 55px;
    padding: 0px 25px;
    font-size: 14px;
    background: #fff;
    border: none;
    border-radius: 50px;
    box-shadow: 0px 0px 4px #ddd;
}

.item-newsletter input[type=submit] {
    height: 46px;
    background: #D3AF37 url(../images/plan.svg)no-repeat center left 15px;
    background-size: 14px;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 25px;
    border: none;
    color: #000;
    cursor: pointer;
    border-radius: 50px;
    position: absolute;
    right: 6px;
    width: auto;
    padding-left: 34px;
}

.newsletter-text {
    padding: 25px 30px;
    padding-top: 50px;
}

.newsletter-text h3 {
    font-weight: 600;
}

.grid-item-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.tech-item {
    padding: 40px 25px;
    background: #D3AF37;
    border-radius: 15px;
    text-align: center;
    display: grid;
    justify-items: center;
    align-content: center;
    grid-row-gap: 10px;
    min-height: 284px;
}

.tech-item h4 {
    font-weight: 600;
    font-size: 20px;
    color: #0A0A0A;
}

.tech-item span {
    margin-bottom: 10px;
}

.tech-item span img {
    max-width: 64px;
}

.clienttext {
    background: #D3AF37;
    padding: 25px 35px;
    border-radius: 12px;
}

.clienttext i {
    font-size: 30px;
    color: #fff;
}

.clienttext h5 {
    color: #fff;
    text-decoration: underline;
}

.clienttext p {
    font-size: 16px;
    color: #fff;
    margin: 0;
}

.txt-fig {
    display: grid;
    grid-template-columns: 1fr 120px;
    grid-gap: 40px;
    -ms-flex-align: center;
    align-items: center;
}

.txt-fig img {
    border-radius: 50%;
}

.client-review .owl-dots button {
    outline: none;
}

.client-review .owl-dots button span {
    background: #D3AF3759 !important;
    width: 7px !important;
    height: 7px !important;
    margin: 5px 4px !important;
}

.client-review .owl-dots button.active span {
    background: #D3AF37 !important;
    width: 10px !important;
    height: 10px !important;
}

.faq-left h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
}

.custom-style {
    display: grid;
    grid-row-gap: 20px;
}

.custom-style .card {
    border: none;
    background: #F3F1F8;
    border-radius: 15px !important;
    padding: 0px;
    display: grid;
    overflow: hidden !important;
}

.custom-style .card-header {
    border: none;
    background: none;
    padding: 15px 25px;
    background: #D3AF37;
}

.custom-style .card-header h2 button {
    color: #fff;
    padding: 0;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    display: grid;
    grid-template-columns: 1fr 20px;
    -ms-flex-align: center;
    align-items: center;
    white-space: normal;
}

.custom-style .card-header h2 button:after {
    content: "+";
    /*width: 50px;
    height: 50px;
    border: 1px solid #1F2A44;
    border-radius: 50px;*/
    display: grid;
    justify-content: center;
    align-items: center;
}

.custom-style .card-header h2 button[aria-expanded="true"]:after {
    content: "-";
}

.custom-style .card-body {
    color: #000;
    /* max-width: 80%; */
}

.medium-size h4 {
    font-size: 24px;
}

.medium-size p {
    font-size: 20px;
    line-height: 1.5;
}

.img-shadow img {
    border-radius: 15px;
    box-shadow: 0px 0px 10px #ddd;
}

.contact-form input[type=text],
.contact-form input[type=tel],
.contact-form input[type=email],
.contact-form select {
    border: none;
    background: #fff;
    height: 55px;
    margin-bottom: 15px;
    border-radius: 6px;
    font-size: 14px;
    padding: 0px 20px;
}

.contact-form textarea {
    border: none;
    background: #fff;
    height: 100px;
    padding: 20px 30px;
    margin-bottom: 25px;
    border-radius: 10px;
    font-size: 14px;
}

.contact-form .checkbox {
    margin-bottom: 15px;
    color: #000;
}

.contact-form .checkbox a {
    color: #FF6D5A;
    text-decoration: underline;
}

.contact-form input[type=submit] {
    border: none;
    padding: 0px 35px;
    height: 50px;
}

.search-filter {
    position: absolute;
    right: 0;
    top: -120px;
    z-index: 9;
}

.search-filter input[type=text] {
    width: 100%;
    min-width: 300px;
    font-size: 15px;
    height: 50px;
    border-radius: 7px;
    background: #fff url(../images/search-i.png)no-repeat center left 10px;
    padding-left: 32px;
    background-size: 15px;
}

/*.search-filter input[type=submit] {
    background: none;
    border: none;
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    top: 7px;
}*/

/**** New Css ****/

.tel-function {
    color: #000;
    font-weight: 500;
    font-size: 17px;
}

.tel-function a {
    color: #000;
}

.next-head {
    border-top: 1px solid #00000017;
    /*padding: 25px 0px;*/
    margin-top: 20px;
}

.cart-function {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    grid-gap: 35px;
    justify-content: end;
}

.cart-function .user img {
    max-width: 18px;
}

.cart-function a i.fa-heart-o {
    color: #ff4040;
}

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

.search-box input[type=text] {
    border-radius: 50px;
    border: 1px solid #D3AF37;
    /* background: #fff url(../images/search.svg)no-repeat center right 20px;*/
    height: 50px;
    padding: 0px 25px;
    text-transform: capitalize;
    color: #333;
    background-size: 16px;
    position: relative;
}

.search-box .btn-modal-search {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    bax: ;
    background: no-repeat;
    border: none;
    font-weight: 400;
    color: #D3AF37;
}

.main-header form {
    justify-content: end;
}

.shipping p {
    margin: 0px;
}

.shipping p strong {
    color: #D3AF37;
    text-decoration: underline;
}

.small-title.gold h4 {
    color: #D3AF37;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
}

.small-title.w8 h3 {
    font-weight: 600;
}

.grid-repeat-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
}

.product-formate {
    position: relative;
}

.product-formate img:last-child {
    position: absolute;
    max-width: 130px;
    bottom: 45px;
    z-index: 1;
    right: 10px;
}

.dollar {
    width: 80px;
    height: 80px;
    display: grid;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 50px;
    align-content: center;
    font-size: 22px;
    font-weight: 800;
    color: #D3AF37;
    position: absolute;
    margin: -30px 0px 0 10px;
    -webkit-transform: rotate(340deg);
    -moz-transform: rotate(340deg);
    -o-transform: rotate(340deg);
    -ms-transform: rotate(340deg);
    transform: rotate(340deg);
}

.dollar small {
    font-size: 12px;
    color: #555;
}

.after-bg:after {
    content: "";
    background: #F6FEF3;
    /* background: linear-gradient(0deg, rgba(245, 244, 245, 1) 0%, rgba(255, 255, 255, 1) 100%); */
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 0;
}

.if-script h3 span {
    color: #D3AF37;
    font-family: "Montserrat", sans-serif;
}

.taste-item {
    position: relative;
}

.text-end {
    display: grid;
    justify-content: end;
    grid-gap: 10px;
    position: absolute;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
    padding-right: 20px;
}

.text-end img {
    max-width: 220px;
}

.text-end h4 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

.text-end a {
    color: #fff;
    font-weight: 500;
    position: relative;
}

.text-end a:after {
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.dark h4,
.dark a {
    color: #000;
}

.text-end.dark a:after {
    content: "";
    background: #000;
}

.ads-items {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 50px;
    display: grid;
    grid-gap: 10px;
}

.ads-items p {
    font-size: 20px;
}

.ads-items p,
.ads-items h3 {
    color: #000000;
    margin: 0px;
	font-size: 38px;
}

.ads-items.tw {
    max-width: 40%;
    left: 10%;
    justify-items: start;
}

.ads-items.tw p,
.ads-items.tw h3 {
    color: #000;
}

#countdown-timer {
    text-align: center;
    font-size: 16px !important;
    text-transform: capitalize;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 230px;
    margin: auto;
}

#countdown-timer div {
    display: grid;
}

#countdown-timer div strong {
    font-size: 28px;
    font-weight: 500;
}

#countdown-timer div span {
    font-size: 13px;
}

.payment {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.dividing-row {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.hr-line {
    position: relative;
}

.hr-line:after {
    display: none;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ddd;
    top: 50%;
    transform: translateY(-50%);
}

.hr-line div {
    margin: auto;
    display: table;
    background: #fff;
    text-align: center;
    z-index: 1;
    position: relative;
    padding: 0px 15px;
}

.internal-banner {
    min-height: 100px;
    display: grid;
    align-items: center;
    position: relative;
}

.internal-banner:after {
    content: "";
    background: #F6FEF3;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.internal-banner .container {
    z-index: 1;
}

.interbanner h1 {
    font-size: 52px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0px;
    color: #000000;
}

/* About Page css */

.about-sms {
    position: relative;
    display: grid;
    align-items: end;
    justify-items: center;
    border-radius: 10px;
    overflow: hidden;
}

.about-sms .content {
    position: absolute;
    /* left: 0; */
    /* right: 0; */
    /* margin: auto; */
    /* bottom: 30px; */
    text-align: center;
    z-index: 1;
    display: grid;
    justify-items: center;
    margin-bottom: 50px;
}

.about-sms .content h4 {
    font-weight: 500;
    color: #fff;
    font-size: 34px;
    margin-bottom: 7vw;
    max-width: 80%;
}

.about-sms .content p {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dddddd4a;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.about-sms:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #0000004a;
    position: absolute;
    top: 0px;
    left: 0px;
}

.about-sms:hover:after {
    background: #00000088;
}

.about-sms:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.about-sms img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.circle {
    --width: 180px;
    --height: 180px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--width, 200px);
    height: var(--height, 200px);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    position: absolute;
    background: #fff;
    top: 70%;
    transform: translateY(-50%);
    left: -80px;
    z-index: 1;
}

.logo-circle {
    position: absolute;
    background: #fb776e url("../images/col-7-bg.webp")no-repeat center bottom 18px;
    background-size: cover;
    width: 140px;
    /** Fallback */
    height: 140px;
    /** Fallback */
    width: calc(var(--width, 250px) - (var(--width, 250px) * 0.25));
    height: calc(var(--height, 250px) - (var(--height, 250px) * 0.25));
    border-radius: 100%;
}

.text {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotateText 10s linear infinite;
    -webkit-animation: rotateText 10s linear infinite;
}

.text .char {
    position: absolute;
    left: 50%;
    font-size: 1.1em;
    text-transform: uppercase;
    transform-origin: 0 calc(var(--width, 250px) / 2);
}

@media (min-width: 500px) {
    .text .char {
        font-size: 14px;
        font-weight: 600;
    }
}

@keyframes rotateText {
    0% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
}

@media (max-width: 500px) {
    .circle {
        --width: 300px;
        --height: 300px;
    }
}

@media (max-width: 350px) {
    .circle {
        --width: 220px;
        --height: 220px;
    }

    .text .char {
        font-size: 0.7em;
    }
}

@media (max-width: 230px) {
    .circle {
        --width: 150px;
        --height: 150px;
    }

    .text .char {
        font-size: 16px;
        color: #fff;
    }
}

.story-play:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #0000004a;
    position: absolute;
    top: 0px;
    left: 0px;
}

.popup-video {
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: grid;
    align-items: center;
    justify-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

section.mh-600 {
    min-height: 600px;
    display: grid;
    align-items: center;
}

.content-three h3 {
    font-weight: 700;
}

.tel-iconz {
    display: grid;
    grid-template-columns: 54px 1fr;
    grid-gap: 15px;
}

.tel-iconz i {
    font-size: 22px;
    background: #D3AF37;
    display: grid;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 54px;
    border-radius: 10px;
}

.tel-iconz p {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
}

.tel-iconz a {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin: 0px;
}

/*.shop-items {
    display: block;
    border: 1px solid #ddd;
    padding: 20px 30px;
    border-radius: 20px;
    background: #fff;
}*/
.shop-items figure {
    display: grid;
    justify-content: center;
}

.review-short {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    margin-bottom: 9px;
}

.review-short i {
    color: #ff9800;
    font-size: 14px;
}

.review-short span {
    margin-left: 5px;
    color: #000;
    font-size: 14px;
}

.shop-items h3 {
    font-weight: 600;
    letter-spacing: -1px;
    text-transform: capitalize;
    color: #000;
    font-size: 24px;
}

.shop-items p {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0;
}

.ft-shop {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}

.ft-shop p {
    color: #D3AF37;
    margin: 0px;
    font-weight: 700;
    font-size: 24px;
}

.ft-shop p small {
    color: #000;
    margin: 0px;
    font-weight: 400;
    font-size: 14px;
    margin-right: 5px;
}

.ft-shop span {
    color: #ffffff;
    margin: 0px;
    font-weight: 400;
    font-size: 10px;
    background: #a57f21;
    padding: 4px 10px;
    border-radius: 8px;
}

.shop-items:hover {
    text-decoration: none;
    border-color: #D3AF37;
}

.shop-items:hover h3 {
    color: #D3AF37;
}

.shop-items figure img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.shop-items:hover figure img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.row-gap-30 div[class^="col-"] {
    margin-bottom: 30px;
}

.cta-function {
    display: grid;
    min-height: 400px;
    align-items: center;
    width: 100%;
}

.cta-txt h3 {
    color: #fff;
    font-size: 32px;
    margin: 0;
    font-weight: 600;
}

.cta-txt .tel-iconz {
    align-items: center;
}

.cta-txt .tel-iconz a {
    color: #fff;
    font-weight: 400;
}

.cta-txt .tel-iconz a span {
    background: #;
}

.cta-txt .tel-iconz i {
    background: #000;
    color: #ffffff;
}

.purely-text h2 {
    font-size: 32px;
    font-weight: 600;
}

.ikonz-items {
    display: grid;
    grid-template-columns: 74px 1fr;
    grid-gap: 25px;
    margin-bottom: 20px;
}

.ikonz-items span {
    background: #fbf1d4;
    height: 74px;
    padding: 10px;
    border-radius: 7px;
    display: grid;
    justify-content: center;
    align-items: center;
}

.ikonz-items span img {
    max-width: 32px;
}

.ikonz-items div h3 {
    font-weight: 600;
    font-size: 20px;
    color: #000;
}

.ikonz-items div p {
    max-width: 75%;
    font-size: 16px;
}

.mid-center {
    display: grid;
    height: 100%;
    align-content: center;
    justify-items: center;
    grid-gap: 10px;
    position: relative;
}

.mid-center:after {
    content: "";
    background: url(../images/08.png)no-repeat;
    width: 358px;
    height: 301px;
    position: absolute;
    bottom: -160px;
    left: -190px;
    background-size: contain;
}

.mid-center h3 {
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    line-height: 150%;
}

@media only screen and (max-width: 991px) {
    .main-single .product {
        grid-template-columns: auto !important;
        padding: 0px 25px;
        grid-gap: 30px !important;
    }

    .main-single .wc-tabs-wrapper {
        padding: 0px 25px;
    }
}

.shop-figure .woocommerce-product-gallery .flex-viewport {
    /*border: 1px solid #ddd;
    padding: 30px 30px;*/
    display: grid;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.shop-figure .woocommerce-product-gallery {
    float: none !important;
    width: auto !important;
    display: grid;
    grid-gap: 10px;
}

.flex-viewport {
    border: 1px solid #ddd;
}

.shop-figure .thumb-img {
    display: grid;
    grid-gap: 5px;
}

.shop-figure .thumb-img img {
    border: 1px solid #ddd;
    padding: 15px 0px;
}

.shop-figure figure {
    background: #f1f1f1;
    margin: 0;
    display: grid;
    align-items: center;
}

.shop-detail {
    padding-left: 0px;
}

.shop-detail h1 {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 20px;
}

.shop-figure .woocommerce-product-gallery ol.flex-control-thumbs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    grid-gap: 10px;
}

.shop-figure .woocommerce-product-gallery ol.flex-control-thumbs li {
    padding: 15px;
    border: 1px solid #ddd;
}

.price {
    color: #D3AF37 !important;
    margin: 0px;
    font-weight: 700;
    font-size: 24px !important;
}

.price span.woocommerce-Price-currencySymbol {
    color: #000;
    margin: 0px;
    font-weight: 400;
    font-size: 14px;
    margin-right: 5px;
}

.cart {
    margin-top: 30px;
    margin-bottom: 20px !important;
}

.single_add_to_cart_button {
    background: #000 !important;
    padding: 0px 24px !important;
    text-transform: capitalize;
    font-size: 14px !important;
    font-weight: 500 !important;
    position: relative;
    height: 41px;
    display: grid !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 !important;
}

/*#field1{
    display: grid;
    grid-template-columns: 40px auto 40px;
    grid-gap: 5px;
    justify-content: start;
}*/
.quantity input[type=number] {
    background: #ebebeb;
    font-weight: 600;
    outline: none;
    cursor: pointer;
    border: 1px solid #ddd;
    height: 45px;
    padding: 0px 15px;
    font-size: 14px;
    width: auto;
    max-width: 100px;
}

/*#field1 input[type=number] {
    border: none;
    background: #f1f1f1;
    height: 45px;
    padding: 0px 7px;
    width: auto;
    outline: none;
}*/

.shop-detail .product_meta a {
    color: #D3AF37;
}

.grid-inline {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: start;
    grid-gap: 25px;
}

.related-box h3 {
    font-size: 24px;
    font-weight: 600;
}

.title-46 h2 {
    font-size: 32px;
    font-weight: 600;
}

.title-46 p {
    margin: 0px;
    font-weight: 500;
}

.tech-item.white {
    background: #fff;
}

.tabs.wc-tabs {
    display: grid;
    grid-template-columns: auto auto auto auto;
    justify-content: start;
    width: auto;
    border: none;
    grid-gap: 5px;
    list-style: none;
    padding: 0;
}

.tabs.wc-tabs li.active a {
    background: #000 !important;
    color: #fff !important;
}

.tabs.wc-tabs li a {
    display: block;
    background: #D3AF37;
    border: none !important;
    padding: 15px 30px;
    border-radius: 0 !important;
    color: #000 !important;
    font-weight: 500;
    text-decoration: none;
}

.main-single .wc-tabs-wrapper {
    width: 100%;
    margin-top: 50px;
}

.main-single .woocommerce-Tabs-panel {
    padding: 30px 30px;
    background: initial;
    border-radius: 0px 15px 15px 15px;
}

.main-single .woocommerce-Tabs-panel h2 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 24px;
}

.blog-row {
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-gap: ;
    -ms-flex-align: center;
    align-items: center;
}

.blog-row {
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-gap: ;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.blog-row figure {
    margin: 0px;
}

.blog-row .text-content {
    padding: 20px 30px;
}

.blog-row .text-content h3 {
    font-size: 20px;
    font-weight: 600;
}

.blog-row .text-content p {
    font-size: 16px;
}

.blog-row .f-bottom {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 30px;
    align-items: center;
    justify-content: space-between;
}

.blog-row .f-bottom h5 {
    margin: 0px;
    font-size: 15px;
    color: #a57f21;
    font-weight: 500;
}

.blog-row .f-bottom div {
    display: grid;
    grid-template-columns: 42px auto;
    grid-gap: 15px;
    -ms-flex-align: center;
    align-items: center;
}

.blog-row .f-bottom div span {
    text-transform: capitalize;
}

.shop-items.collection {
    padding: 0px;
    border-radius: 0px;
    border: none;
}

.shop-items.collection figure {
    border: 1px solid #ddd;
    padding: 20px 30px;
    border-radius: 20px;
    min-height: 300px;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.shop-items.collection h3 {
    font-size: 22px;
    font-weight: 600;
}

.login-box span {
    font-weight: 600;
    text-transform: capitalize;
    color: #D3AF37;
}

.login-box h2 {
    text-transform: uppercase;
    font-size: 48px;
}

.login-box {
    border: 1px solid #ddd;
    padding: 45px 35px 25px;
    border-radius: 15px;
}

.login-form h3 {
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: capitalize;
}

.login-form label {
    font-weight: 500;
    margin-bottom: 5px;
}

.login-form input[type="text"],
.login-form input[type="email"],
.login-form input[type="Password"] {
    margin-bottom: 15px !important;
    width: 100% !important;
    border-radius: 6px !important;
    height: 50px !important;
    border-color: #cfcfcf !important;
}

.login-form input[type="submit"] {
    border: none;
    min-width: 160px;
    margin: auto;
    cursor: pointer;
}

.login-form a.forget {
    display: block;
    color: #000;
    font-weight: 500;
    margin-top: 15px;
    border-top: 1px dashed #ddd;
    padding-top: 20px;
    margin-top: 30px;
    margin-bottom: 5px;
}

.item-newsletter .wpcf7-spinner {
    height: 0px !important;
}

.shop-items a {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: grid;
    border: 1px solid #ddd;
    padding: 20px 30px;
    border-radius: 20px;
    background: #f6fef3;
    height: 100%;
}

.shop-items a:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    border-color: #D3AF37 !important;
}

.shop-items h2 {
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: capitalize;
    color: #000;
    font-size: 24px;
}

.shop-items .add_to_cart_button {
    display: none;
}

.shop-items:hover h2 {
    color: #D3AF37;
}

.shop-items a .woocommerce-product-rating {
    color: #333;
}

.product-list-btn {
    /*display: none;*/
}

.wc-block-components-product-name {
    color: #333;
    font-size: 18px !important;
    font-weight: 600;
}

.wc-block-components-product-name:hover {
    color: #D3AF37;
}

.wc-block-cart__sidebar .wc-block-components-button {
    background: #323232;
    color: #fff;
    text-decoration: none;
}

.wc-block-cart__sidebar .wc-block-components-button:hover {
    background: #f1f1f1;
    color: #333;
}

.wc-block-cart-item__image a {
    display: block;
    background: #f1f1f1;
    padding: 7px;
}

.woocommerce .woocommerce-product-rating .star-rating {
    color: #ff9800 !important;
}

.woocommerce-product-rating a {
    color: #000 !important;
}

.woocommerce .star-rating {
    color: #ff9800 !important;
}

.woocommerce #review_form #respond .form-submit input {

    background-color: #000 !important;
    color: #fff !important;
}

.wc-block-checkout__actions_row .wc-block-components-button {
    background-color: #000 !important;
    color: #fff !important;
}

.wishlist_table {
    border-collapse: collapse !important;
}

.wishlist_table .product-name a {
    color: #D3AF37;
    font-size: 16px;
    font-weight: 500;
}

.wishlist_table th,
.wishlist_table td {
    border: 1px solid #ddd !important;
}

.shop-detail .ywdemo svg {
    color: #ff4040 !important;
    width: 18px !important;
}

.shop-detail .ywdemo span {
    color: #000 !important;
}

/* Checkout PAge style */

.checkout-apart form h2 {
    font-weight: 600;
    font-size: 22px !important;
    text-transform: uppercase;
}

.checkout-apart form p {
    font-size: 16px;
}

form.cart .quantity input {
    animation: inherit;
    -webkit-animation: inherit;
    position: static;
    font-size: 14px !important;
}

form.cart .qib-button-wrapper {
    margin: 0px 10px 0px 0px;
    z-index: 1;
    position: relative;
}

.qib-button-wrapper button.qib-button {
    outline: none;
}

.img-object {
    border-radius: 15px;
    height: 500px;
    object-fit: cover;
    width: 100%;
    object-position: top;
}

.woocommerce-button {
    border: none;
    cursor: pointer;
}

.mct a {
    color: #D3AF37 !important;
}

.woocommerce-pagination {
    float: left !important;
    width: 100% !important;
}

.woocommerce-pagination li a {
    color: #D3AF37 !important;
}

/*--------------- 06-08-2025 start --------*/

footer .dividing-row img {
    width: 260px;
    height: auto;
}

ul.fact-outer {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tech-item p:empty {
    display: none !important;
}

ul.fact-outer li:before {
    content: '';
    width: 100%;
    height: .2px;
    background: #00000069;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
}

ul.fact-outer li {
    margin-bottom: 20px;
    position: relative;
}

ul.fact-outer li:last-child::before {
    display: none;
}

ul.fact-outer li:last-child {
    margin-bottom: 0;
}

.owl-theme .owl-dots .owl-dot span {
    background: #000;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #D3AF37;
}

.btn-sett {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 15px;
    justify-content: center;
    margin-top: 25px;
}

.view-moree {
    background: #D3AF37;
    margin: 0px;
    padding: 0px 24px;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    height: 34px;
    border-radius: 7px;
    text-decoration: none;
    display: inline-grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none !important;
}

.view-moree:hover {
    color: #000000;
    text-decoration: none;
}

.tech-item.white {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

img.deal-of-the-day-img {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.bg-primary-green {
    background-color: #F6FEF3 !important;
}

/* about-us cars  */
.about-card {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 6px solid #d3af37;
    /* Orange accent on left */
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    background: #f6fef3;
    padding: 20px;
    transition: all 0.3s ease;
}

.about-card:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.about-card .card-title {
    font-weight: 700;
    font-size: 1.25rem;
    color: #222;
    margin-bottom: 0.5rem;
}

.about-card ul li {
    margin-bottom: 0.5rem;
}

/* Custom responsive h-100 */
@media (min-width: 768px) {

    /* md breakpoint */
    .h-md-100 {
        height: 100%;
    }
}

.blog-content-container {
    /* keeps it clean, optional */
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.blog-content-container:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease;
}


.addresses.setup {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -15px;
    margin-top: 40px;
}
.addresses.setup .woocommerce-Address{
    max-width: inherit;
    float: none !important;
}
.addresses.setup .woocommerce-Address:first-child{
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}
.addresses.setup .woocommerce-Address:last-child{
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.addresses.setup h2 {
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.addresses.setup a {
    font-size: 13px;
    letter-spacing: 0;
    float: none !important;
}
.addresses.setup address {
    margin: 30px 0px 0px;
    line-height: 180%;
    font-weight: 400;
    text-transform: capitalize;
}

.sidebar-admin {
    list-style: none;
    padding: 0;
    background: #fbeac0;
    display: grid;
    grid-row-gap: 10px;
    padding: 30px;
    margin-right: 25px;
}
.sidebar-admin li a{
    color: #202020 !important;
    font-weight: 500;
}

.edit-account input[type=text], .edit-account input[type=email], .edit-account input[type=password] {
    border-radius: 0px !important;
    height: 46px !important;
    border: none !important;
    background: #edf1e0 !important;
    padding: 0px 20px !important;
}
.edit-account button[type=submit] {
    background: #a57f21 !important;
    color: #fff !important;
    padding: 18px 30px !important;
    border-radius: 0 !important;
    margin-top: 20px !important;
    font-weight: 500 !important;
    text-transform: capitalize;
}

form.edit-account .form-row {
    padding: 0;
    margin: 0 0 20px;
    display: grid;
}
form.edit-account fieldset{
    margin-top: 30px;
}

.sb-add-form h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
.sb-add-form .form-row {
    display: grid;
}
.sb-add-form .form-row input[type=text],
.sb-add-form .form-row input[type=email],
.sb-add-form .form-row input[type=tel],
.sb-add-form .form-row input[type=password] {
    border-radius: 0px !important;
    height: 46px !important;
    border: none !important;
    background: #edf1e0 !important;
    padding: 0px 20px !important;
    border: 1px solid #d9dfc8 !important;
}
.sb-add-form .form-row span[aria-expanded=false]{
    background: #edf1e0 !important;
    padding: 5px 10px !important;
    border: 1px solid #d9dfc8 !important;
    border-radius: 0px !important;
}
.sb-add-form .form-row span[aria-expanded=true]{
    background: #edf1e0 !important;
    border: 1px solid #d9dfc8 !important;
    border-radius: 0px !important;
}
.select2-dropdown{
    background: #edf1e0 !important;
    border-radius: 0px;
    border: none;
}


.sb-add-form button[type=submit] {
    background: #a57f21 !important;
    color: #fff !important;
    padding: 18px 30px !important;
    border-radius: 0 !important;
    margin-top: 20px !important;
    font-weight: 500 !important;
    text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .addresses.setup .woocommerce-Address:first-child,
    .addresses.setup .woocommerce-Address:last-child {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .addresses.setup .woocommerce-Address:first-child,
    .addresses.setup .woocommerce-Address:last-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sidebar-admin{margin-right: 0;}
}

@media(max-width:767px){
    .addresses.setup .woocommerce-Address:first-child,
    .addresses.setup .woocommerce-Address:last-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}