
html {
    --scrollbarBG: #d8dce6;
    --thumbBG: #fff;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    box-shadow: none;
}
::-webkit-scrollbar-button {
    display: none;
}
::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border: 10px solid var(--scrollbarBG);
}
::-webkit-scrollbar-track {
    background: var(--thumbBG);
}

@font-face {
    font-family: 'Mont';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/Mont/Mont-Regular.otf)
}

@font-face {
    font-family: 'Mont';
    font-style: normal;
    font-weight: 600;
    src: url(fonts/Mont/Mont-SemiBold.otf)
}

@font-face {
    font-family: 'Mont';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/Mont/Mont-Bold.otf)
}
@font-face {
    font-family: 'Marcellus';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/marcellus/v13/wEO_EBrOk8hQLDvIAF81WPoK7Es.woff2) format("woff2");
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Marcellus';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/marcellus/v13/wEO_EBrOk8hQLDvIAF81VvoK.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

body, html {
/*    overflow-x: clip;*/
	margin: 0;
	padding: 0;
	background: #ffffff;
	background-color: #ffffff;
	scroll-behavior: smooth;
	line-height: 1.4 !important;
    font-weight: 400;
    color: #332f2c !important;
    font-family: 'Mont', sans-serif !important;
}
a, a:hover {
	text-decoration: none !important;
    display: inline-block;
    font-weight: 400;
}
ol, 
ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	margin-bottom: 0;
}
.d-flex {
    display: flex;
}
.align-center {
	align-items: center;
}
.text-right {
	text-align: right;
}
.text-left {
    text-align: letf;
}
.text-center {
    text-align: center;
}
.align-self-center {
    align-self: center;
}
.overflow-hidden {
    overflow: hidden;
}
.relative {
    position: relative;
}
.section {
    padding-top: 20px;
}
:root {
    --FontName: Lato;
}
.color_df {
    color: #e6af5d!important;
}




/*Keyframes*/
@keyframes kt-scrolltop-show-animation {
    from {
        margin-bottom: -15px
    }

    to {
        margin-bottom: 0
    }
}




/* start main style */

.whatsapp-footer-area {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff !important;
    border-radius: 50px;
    text-align: center;
    font-size: 26px;
    z-index: 100;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.go-to-top {
    display: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    cursor: pointer;
    z-index: 100;
    background: #e6af5d;
    box-shadow: 0 0 15px 1px rgba(69,65,78,.2);
    opacity: 0;
    transition: all .3s;
    border-radius: 4px;
}
.go-to-top.show {
    bottom: 70px;
    opacity: .3;
    display: flex;
    animation: kt-scrolltop-show-animation .4s ease-out 1;
}
.go-to-top.show:hover {
    transition: all .3s;
    opacity: 1;
}
.go-to-top svg {
    height: 20px;
}

.anouncement-bar {
    padding: 12px 20px 12px 20px;
    background-color: #fff;
    border-bottom: 1px solid rgba(29,29,27,0.1);
}
.anouncement-bar .tp-container {
    padding: 0 25px;
    width: 100%;
    max-width: 100%;
}
.anouncement-bar .row-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
}
.anouncement-bar .row-grid .top-column ul li {
    display: inline-block;
}
.anouncement-bar .row-grid .top-column p {
    margin: 0;
}
.anouncement-bar .row-grid .top-column.text-left ul li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    fill: #465058;
    color: #465058;
    background-color: rgba(0,0,0,0);
    border-radius: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Mont', sans-serif;
    align-items: center;
    display: flex;
}
.anouncement-bar .row-grid .top-column.text-left ul li a i {
    color: #e6af5d;
    font-size: 18px;
    margin-right: 6px;
    margin-top: -3px;
}
.anouncement-bar .row-grid .top-column.text-left ul li:last-child {
    margin: 0px 0px 0px 22px;
}
.anouncement-bar .row-grid .top-column.text-center p {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #332f2c;
}
.anouncement-bar .row-grid .top-column.text-right ul li {
    padding: 0px 0px 0px 18px;
}
.anouncement-bar .row-grid .top-column.text-right ul li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #8d9396;
}
.anouncement-bar .row-grid .top-column.text-right ul li a:hover {
    color: #e6af5d;
}
.header {
    padding: 12px 20px 12px 20px;
    background-color: #fff;
    box-shadow: 0px 15px 20px -20px rgb(0 0 0 / 15%);
    position: sticky;
    top: -1px;
    z-index: 97;
}
.header .tp-container {
    padding: 0 25px;
    width: 100%;
    max-width: 100%;
}
.header .row-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}
.header .header-column .header_logo img {
    height: 70px;
}
.header .nav-mobile-btn, 
.header-menu-mobile {
    display: none;
}
.header .header-column.text-center {
    position: absolute;
    margin: auto;
    left: 10%;
    right: 10%;
}
.header .header-column .header-menu ul li a {
    padding: 0 15px !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    color: #332F2C !important;
    background-color: transparent !important;
    font-weight: 600 !important;
    -webkit-transition: all 350ms ease-out !important;
    -moz-transition: all 350ms ease-out !important;
    -ms-transition: all 350ms ease-out !important;
    -o-transition: all 350ms ease-out !important;
    transition: all 350ms ease-out !important;
    position: relative !important;
}
.header .header-column .header-menu ul li a:hover {
    color: #e6af5d !important;
}
.header .header-column .header-menu .mega-menu-wrap {
    background: transparent !important;
}
.header .header-column.text-right ul li {
    display: inline-block;
    margin: 0px 0px 0px 18px;
    position: relative;
}
.header .header-column.text-right ul li svg {
    height: 18px;
    fill: #332F2C;
    transition: 0.2s all ease-in-out;
}
.header .header-column.text-right ul li:hover svg {
    fill: #e6af5d;
}
.header .header-column.text-right ul li .totalProducts {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #e6af5d;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    line-height: 16px;
}
.header .header-column .header-menu ul li ul.mega-sub-menu {
    width: 100%!important;
    max-width: 100% !important;
    padding: 30px !important;
    height: auto !important;
    background-color: #fff !important;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.24) !important;
}  
.header .header-column .header-menu ul li ul.mega-sub-menu ul.mega-sub-menu {
    padding: 0 !important;
    box-shadow: none !important;
}
.header .header-column .header-menu ul li ul.mega-sub-menu .menu-title {
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 26px;
    font-family: 'Marcellus';
    text-transform: none;
    color: #332F2C;
    font-weight: 400;
}
.header .header-column .header-menu ul li ul.sub-cat li a {
    color: #332F2C;
    padding: 0 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 36px !important;
    text-transform: capitalize !important;
}

.footer {
    overflow: hidden;
    border-top: 1px solid #e6e9e9;
    padding: 0px 30px 0px 30px;
    padding: 60px 0;
    padding-bottom: 0;
}
.footer .tp-container {
    max-width: 1410px;
    margin: auto;
}
.footer .logo-home-area {
    padding-right: 25px;
}
.footer .logo img {
    height: 70px;
}
.footer .main-title {
    color: #332f2c;
    text-align: left;
    margin-bottom: 29px;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Marcellus';
}
.footer .disclaimer {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #9b9b9b;
    margin: 32px 0px 28px 0px;
    font-family: 'Mont', sans-serif;
}
.footer ul li {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Mont', sans-serif;
    color: #9b9b9b;
    margin-bottom: 15px;
}
.footer ul li a {
    color: #9b9b9b;
}
.footer ul li a:hover {
    color: #e6af5d;
}
.footer ul li svg {
    fill: #9b9b9b;
    width: 16px;
    height: 20px;
    margin-right: 8px;
}
.footer ul li.CAddress svg {
    width: 22px;
    margin-right: 16px;
}
.footer ul.contact-new li {
    display: flex;
}
.footer .social-media-links a {
    margin-right: 3px;
    background-color: rgba(0,0,0,0);
    font-size: 16px;
    padding: 1em;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e8e8e8;
    border-radius: 50%;
    color: #8d9396;
}
.footer .social-media-links {
        margin-top: 30px;
}
.footer .social-media-links a:hover {
    border-color: #e6af5d;
    color: #e6af5d;
}
.footer .social-media-links a i {
        font-size: 18px;
    position: relative;
    display: block;
}
.footer .caller {
    align-items: center;
    display: flex;
}
.footer .caller .icon {
    margin-right: 16px;
}
.footer .caller .icon i {
    color: #e6af5d;
    font-size: 30px;
}
.footer .caller .title {
    text-align: left;
    font-family: 'Marcellus';
    color: #332f2c;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
}
.footer .caller .title a {
    color: #332f2c;
}
.footer .caller .text {
    color: #e6af5d;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    font-family: 'Mont', sans-serif;
}
.footer .footer-bottom {
    border-top: 1px solid #e6e9e9;
    margin-top: 60px;
    padding: 30px 0;
}
.footer .footer-bottom-box {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #332f2c;
    font-family: 'Mont', sans-serif;
}
.footer .footer-bottom-box a {
    color: #e6af5d;
}

/* home page */

.hero-home-section .owl-hero-slider.mobile-view {
    display: none;
}

.hero-home-section .item {
    position: relative;
}
.hero-home-section .item .overflow-shadow {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    z-index: 1;
}
.hero-home-section .item img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s;
}
.hero-home-section .owl-hero-slider .owl-dots {
    display: none;
}
.hero-home-section .owl-hero-slider .owl-nav {
    margin: 0;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
}
.hero-home-section .owl-hero-slider .owl-nav .owl-prev {
    box-shadow: none;
    background-color: transparent !important;
    left: 0%;
    position: absolute;
    cursor: pointer;
    font-size: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 26px !important;
    border: 1px solid #E8E8E8;
    border-radius: 100px;
    outline: none;
    width: auto;
    height: auto;
    margin: 0;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    color: #fff;
}
.hero-home-section .owl-hero-slider .owl-nav .owl-next {
    box-shadow: none;
    background-color: transparent !important;
    right: 0%;
    position: absolute;
    cursor: pointer;
    font-size: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 26px !important;
    border: 1px solid #E8E8E8;
    border-radius: 100px;
    outline: none;
    width: auto;
    height: auto;
    margin: 0;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    color: #fff;
}
.hero-home-section .owl-hero-slider:hover .owl-nav .owl-prev {
    left: 3%;
    opacity: 1;
    visibility: visible;
}
.hero-home-section .owl-hero-slider:hover .owl-nav .owl-next {
    right: 3%;
    opacity: 1;
    visibility: visible;
}
.hero-home-section .owl-hero-slider .owl-nav .owl-prev:hover, 
.hero-home-section .owl-hero-slider .owl-nav .owl-next:hover {
    border: 1px solid #e6af5d;
    color: #e6af5d;
}
.hero-home-section .item .content-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    z-index: 2;
}
.hero-home-section .item .content-area .title {
    font-size: 70px;
    color: rgb(255, 255, 255);
    line-height: 80px;
    text-transform: none;
    font-weight: 400;
    font-family: 'Marcellus';
}
.hero-home-section .item .content-area .prag-p {
    font-size: 15px;
    color: rgb(255, 255, 255);
    line-height: 24px;
    font-weight: 500;
    text-transform: none;
    font-family: 'Mont', sans-serif;
    margin: 60px 0;
}
.hero-home-section .item .content-area .get-btn {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    fill: #332f2c;
    color: #fff;
    background-color: rgba(0,0,0,0);
    border-radius: 100px 100px 100px 100px;
    padding: 13px 35px 12px 35px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e8e8e8;
    transition: 0.25s all ease-in-out;
    display: inline-flex;
    align-items: center;
    width: fit-content;
}
.hero-home-section .item .content-area .get-btn:hover {
    background-color: #e6af5d;
    border-color: #e6af5d;
    color: #fff;
}
.hero-home-section .item .content-area .get-btn i {
    margin-left: 10px;
    font-size: 20px;
}

.shipping-wapper {
    padding: 60px 0;
    padding-bottom: 50px;
    background-color: #fff;
}
.shipping-wapper .shipping-row-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
    margin-bottom: 60px;
}
.shipping-wapper.shipping-wapper-corporategifting .shipping-row-grid {
    margin-bottom: 0;
}
.shipping-wapper .shipping-row-grid .shipping-box {
    display: flex;
}
.shipping-wapper .shipping-box .icon {
    margin-right: 18px;
}
.shipping-wapper .shipping-box .icon img {
    height: 40px;
}
.shipping-wapper .shipping-box .title {
    color: #30373e;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    font-family: 'Marcellus';
}
.shipping-wapper .shipping-box .description {
    color: #8d9396;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.shipping-wapper .offerbanner-row-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.shipping-wapper .banner-box {
    position: relative;
}
.shipping-wapper .banner-box .overflow-shadow {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
    z-index: 1;
}
.shipping-wapper .banner-box .img-area img {
    width: 100%;
    object-fit: cover;
    height: 250px;
}
.shipping-wapper .banner-box .content-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    display: flex;
    z-index: 2;
    padding: 30px;
}
.shipping-wapper .banner-box .content-area .discount {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 1px;
    margin-bottom: 16px;
    display: block;
}
.shipping-wapper .banner-box .content-area .title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    font-family: 'Marcellus';
}

.products-section {
    padding-bottom: 40px;
}
.products-section .tp-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 25px;
}
.heading_class_three {
    margin-top: 20px;
    margin-bottom: 30px;
}
.heading_class_three .heading_style3 {
    position: relative;
    padding: 0;
    margin: 0;
    
    font-weight: 300;
    font-size: 40px;
    color: #332f2c;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-align: center;
    line-height: 1.2;
}
.heading_class_three .heading_style3 span {
    display: block;
    padding-bottom: 0.35em;
    color: #e6af5d;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 2px;
    font-family: 'Mont', sans-serif;
}
.heading_class_three .heading_style3 em {
    font-style: normal;
    color: #332f2c;
    font-size: 44px;
    font-weight: 400;
    line-height: 55px;
    font-family: 'Marcellus';
}
.heading_class_three .heading_style3 p {
    font-weight: 500;
    font-size: 15px;
    margin-top: 20px;
    color: #8d9396;
}
.products-section .owl-products-about-slider .products-box, 
.products-section .owl-products-slider .products-box {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.products-section .owl-products-about-slider .products-box-inside, 
.products-section .owl-products-slider .products-box-inside {
    background: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(226, 226, 226, 1);
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 0;
    position: relative;
    transition: all .075s ease-out;
    overflow: hidden;
    transform-style: preserve-3d;
}
.products-section .owl-products-about-slider .products-box-inside:hover, 
.products-section .owl-products-slider .products-box-inside:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.products-section .owl-products-about-slider .products-box-inside .img-area, 
.products-section .owl-products-slider .products-box-inside .img-area {
    position: relative;
    overflow: hidden;
    padding: 0;
}
.products-section .owl-products-about-slider .products-box-inside .onsale, 
.products-section .owl-products-slider .products-box-inside .img-area .onsale {
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 1;
    background-color: #e6af5d;
    color: #fff;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 3px;
}
.products-section .owl-products-about-slider .products-box-inside .img-area a, 
.products-section .owl-products-slider .products-box-inside .img-area a {
    width: 100%;
}
.products-section .owl-products-about-slider .products-box-inside .img-area img,
.products-section .owl-products-slider .products-box-inside .img-area img {
    pointer-events: none;
    transition: all .25s ease-out;
    width: 100%;
    height: 250px;
    object-fit: contain;
    object-position: center;
}
.products-section .owl-products-about-slider .products-box-inside:hover .img-area img,
.products-section .owl-products-slider .products-box-inside:hover .img-area img {
    transform: scale(1.12);
}
.products-section .owl-products-about-slider .product-content,
.products-section .owl-products-slider .product-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
        margin-top: -35px;
}
.products-section .owl-products-about-slider .product-content .stats,
.products-section .owl-products-slider .product-content .stats {
    display: flex;
    justify-content: space-between;
    position: relative;
    transform: none;
    width: initial;
    font-size: 14px;
    color: rgba(139, 145, 152, 1);
    background: rgba(240, 242, 245, 1);
    padding: 9px;
}
.products-section .owl-products-about-slider .product-content .stats .stat-2,
.products-section .owl-products-about-slider .product-content .stats .stat-1,
.products-section .owl-products-slider .product-content .stats .stat-2, 
.products-section .owl-products-slider .product-content .stats .stat-1 {
    padding-right: 5px;
    padding-left: 5px;
}
.products-section .owl-products-about-slider .product-content .stats a,
.products-section .owl-products-slider .product-content .stats a {
    color: rgba(139, 145, 152, 1);
}
.products-section .owl-products-about-slider .product-content .pro-name,
.products-section .owl-products-slider .product-content .pro-name {
    margin-top: 15px;
    padding: 0 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #332f2c;
    font-family: 'Marcellus';
}
.products-section .owl-products-about-slider .product-content .pro-name a,
.products-section .owl-products-slider .product-content .pro-name a {
    color: #332f2c;
}
.products-section .owl-products-about-slider .product-content .pro-name a:hover,
.products-section .owl-products-slider .product-content .pro-name a:hover {
    color: #e6af5d;
}
.products-section .owl-products-about-slider .product-content .product-price,
.products-section .owl-products-slider .product-content .product-price {
    display: block;
    font-size: 16px;
    color: rgba(105, 105, 115, 1);
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    justify-content: flex-start;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.products-section .owl-products-about-slider .product-content .product-price ins,
.products-section .owl-products-slider .product-content .product-price ins {
    margin: 0 7px 0 0;
    display: inline-block;
    order: 1;
    float: left;
    text-decoration: none;
}
.products-section .owl-products-about-slider .product-content .product-price del,
.products-section .owl-products-slider .product-content .product-price del {
    font-size: 14px;
    color: rgba(139, 145, 152, 1);
    font-weight: 400;
    text-decoration: line-through;
    margin: 0;
    display: inline-block;
    order: 2;
}
.products-section .owl-products-about-slider .product-content .cart-btn-area,
.products-section .owl-products-slider .product-content .cart-btn-area {
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 15px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.products-section .owl-products-about-slider .product-content .cart-btn-area .cart-btn,
.products-section .owl-products-slider .product-content .cart-btn-area .cart-btn {
    background-color: #e6af5d;
    padding: 10px;
    border-radius: 3px;
    font-size: 13px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    text-transform: uppercase;
    transition: all .1s ease-out;
    line-height: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 120px;
}
.products-section .owl-products-about-slider .product-content .cart-btn-area .cart-btn:hover,
.products-section .owl-products-slider .product-content .cart-btn-area .cart-btn:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background-color: #e7a94c;
}
.products-section .owl-products-about-slider .product-content .cart-btn-area .yith-wcwl-add-to-wishlist,
.products-section .owl-products-slider .product-content .cart-btn-area .yith-wcwl-add-to-wishlist {
    margin-top: auto;
}
.products-section .owl-products-about-slider .product-content .cart-btn-area .yith-wcwl-add-to-wishlist a[data-title="Browse wishlist"], 
.products-section .owl-products-about-slider .product-content .cart-btn-area .yith-wcwl-add-to-wishlist .feedback, 
.products-section .owl-products-about-slider .product-content .cart-btn-area .yith-wcwl-add-to-wishlist i, 
.products-section .owl-products-about-slider .product-content .cart-btn-area .yith-wcwl-add-to-wishlist span, 
.products-section .owl-products-slider .product-content .cart-btn-area .yith-wcwl-add-to-wishlist a[data-title="Browse wishlist"], 
.products-section .owl-products-slider .product-content .cart-btn-area .yith-wcwl-add-to-wishlist .feedback, 
.products-section .owl-products-slider .product-content .cart-btn-area .yith-wcwl-add-to-wishlist i, 
.products-section .owl-products-slider .product-content .cart-btn-area .yith-wcwl-add-to-wishlist span {
    display: none;
}
.products-section .owl-products-about-slider .products-box-inside .yith-wcwl-add-to-wishlist a.add_to_wishlist:before, 
.products-section .owl-products-slider .products-box-inside .yith-wcwl-add-to-wishlist a.add_to_wishlist:before {
    content: "\f08a";
    color: rgba(139, 145, 152, 1);
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-weight: 500;
}
.products-section .owl-products-about-slider .products-box-inside .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, 
.products-section .owl-products-about-slider .products-box-inside .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before, 
.products-section .owl-products-slider .products-box-inside .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, 
.products-section .owl-products-slider .products-box-inside .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before {
    content: "\f004";
    color: #e6af5d;
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-weight: 500;
}
.products-section .owl-products-slider .owl-dots {
    display: none;
}
.products-section .owl-products-slider .owl-nav {
    margin: 0;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
}
.products-section .owl-products-slider .owl-nav .owl-prev {
    box-shadow: none;
    background-color: transparent !important;
    left: -6%;
    position: absolute;
    cursor: pointer;
    font-size: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 26px !important;
    border: 1px solid #E8E8E8;
    border-radius: 100px;
    outline: none;
    width: auto;
    height: auto;
    margin: 0;
    transition: all 0.3s ease-in-out;
    color: #43464E;
}
.products-section .owl-products-slider .owl-nav .owl-next {
    box-shadow: none;
    background-color: transparent !important;
    right: -6%;
    position: absolute;
    cursor: pointer;
    font-size: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 26px !important;
    border: 1px solid #E8E8E8;
    border-radius: 100px;
    outline: none;
    width: auto;
    height: auto;
    margin: 0;
    transition: all 0.3s ease-in-out;
    color: #43464E;
}
.products-section .owl-products-slider .owl-nav .owl-prev:hover, 
.products-section .owl-products-slider .owl-nav .owl-next:hover {
    border: 1px solid #e6af5d;
    color: #e6af5d;
}

.range-Of-products-section {
    padding: 60px 0;
    background-color: #fff;
}
.range-Of-products-section .heading_class_three {
    margin-bottom: 0;
}
.range-Of-products-section .row-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    align-items: center;
    padding: 50px 0px;
}
.range-Of-products-section .range-img-area img {
    width: 100%;
}
.range-Of-products-section .right-content {
    padding-left: 52px;
    padding-right: 10px;
}
.range-Of-products-section .left-content {
    padding-left: 10px;
    padding-right: 52px;
}
.range-Of-products-section .range-content-area .title {
    display: block;
    color: #e6af5d;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 2px;
    font-family: 'Mont', sans-serif;
    margin-bottom: 15px;
}
.range-Of-products-section .range-content-area .desc-title {
    font-style: normal;
    color: #332f2c;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    font-family: 'Marcellus';
    margin-bottom: 25px;
}
.range-Of-products-section .range-content-area p, 
.range-Of-products-section .range-content-area .MsoNormal {
        font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #8d9396;
    margin: 0;
    letter-spacing: 1px;
}
.range-Of-products-section .range-content-area .btn-area .stretched-btn {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    fill: #332f2c;
    color: #332f2c;
    background-color: rgba(0,0,0,0);
    border-radius: 100px 100px 100px 100px;
    padding: 10px 30px 8px 30px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e8e8e8;
    transition: 0.25s all ease-in-out;
    margin-top: 25px;
    margin-bottom: 8px;
    display: inline-flex;
    align-items: center;
    width: fit-content;
}
.range-Of-products-section .range-content-area .btn-area .stretched-btn:hover {
    background-color: #e6af5d;
    border-color: #e6af5d;
    color: #fff;
}
.range-Of-products-section .range-content-area .btn-area .stretched-btn i {
    margin-left: 9px;
    font-size: 20px;
    margin-top: 0;
}
.banner-half-section {
    width: 100%;
    display: block;
    background-color: #fff;
    position: relative;
    text-align: center;
}
.banner-half-section .overflow-shadow {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    z-index: 1;
}
.banner-half-section .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    z-index: 2;
}
.banner-half-section .image {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    background-attachment: fixed;
        height: 650px;
}
.banner-half-section .sub-title {
    display: block;
    color: #e6af5d;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 2px;
    font-family: 'Mont', sans-serif;
    margin-bottom: 30px;
}
.banner-half-section .title {
    font-style: normal;
    color: #fff;
    font-size: 70px;
    font-weight: 400;
    line-height: 80px;
    font-family: 'Marcellus';
    margin-bottom: 50px;
}
.banner-half-section p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    letter-spacing: 1px;
    margin: auto;
    max-width: 68%;
}
.banner-half-section .stretched-btn {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    fill: #332f2c;
    color: #fff;
    background-color: rgba(0,0,0,0);
    border-radius: 100px 100px 100px 100px;
    padding: 13px 35px 12px 35px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e8e8e8;
    transition: 0.25s all ease-in-out;
    margin-top: 60px;
    display: inline-flex;
    align-items: center;
    width: fit-content;
}
.banner-half-section .stretched-btn:hover {
    background-color: #e6af5d;
    border-color: #e6af5d;
    color: #fff;
}
.banner-half-section .stretched-btn i {
    margin-left: 9px;
    font-size: 20px;
    margin-top: -3px;
}
.why-pick-section {
    padding: 60px 0;
    padding-bottom: 40px;
}
.why-pick-section .row-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 50px;
}
.why-pick-section .why-pick-box .img-area {
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 20px;
    background-position: center;
}
.why-pick-section .why-pick-box .img-area01 {
    position: relative;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 15px;
    background-position: center;
}
.why-pick-section .why-pick-box .img-area01:before {
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-color: #E6E9E9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    transition: 0.25s all ease-in-out;
    border-radius: 50%;
}
.why-pick-section .why-pick-box .img-area:hover .img-area01:before {
    opacity: 0.3;
    background-color: #000;
}
.why-pick-section .why-pick-box img {
    width: 80px;
    z-index: 1;
}
.why-pick-section .why-pick-box .title {
    font-style: normal;
    color: #332f2c;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Marcellus';
    margin-bottom: 30px;
}
.view-our-brochure-section {
    height: 200px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.view-our-brochure-section .stretched-btn {
    display: inline-block;
    padding: 16px 44px;
    color: orange;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;
    
    background-color: transparent;
    border: 1px solid;
    font-size: 30px;
    transition: 01s;
    display: flex;
    align-items: center;
}
.view-our-brochure-section .stretched-btn:hover {
    background-color: #e6af5d;
    color: #fff;
}
.view-our-brochure-section .stretched-btn i {
    margin-left: 8px;
}

.testimonial-section {
    background: #f3f3f1;
    padding: 60px 0;
}
.testimonial-section .tp-container {
    max-width: 900px;
    padding: 0 25px;
}
.testimonial-section .title-area {
    margin-top: 15px;
    position: relative;
}
.testimonial-section .title-area:after {
    background: #e6af5d;
    height: 2px;
    width: 60px;
    content: "";
    display: block;
    margin: 5px auto 0;
}
.testimonial-section .title-area .title {
    
    font-size: 26px;
    font-weight: 500;
    color: #332f2c;
    margin-bottom: 6px;
}
.testimonial-section .owl-testimonial-slider .owl-dots {
    display: none;
}
.testimonial-section .owl-testimonial-slider .item {
    padding: 0 15px;
}
.testimonial-section .owl-testimonial-slider .testimonial-box {
    padding: 35px 25px;
    background-color: #ffffff;
    border-radius: 3px;
        margin-top: 20px;
}
.testimonial-section .owl-testimonial-slider .testimonial-wapper {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: initial;
}
.testimonial-section .owl-testimonial-slider .testimonial-info {
    margin-bottom: 30px;
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
}
.testimonial-section .owl-testimonial-slider .testimonial-info .img-area {
    padding-right: 15px;
}
.testimonial-section .owl-testimonial-slider .testimonial-info .img-area img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}
.testimonial-section .owl-testimonial-slider .testimonial-info .name {
    color: #332f2c;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Marcellus';
}
.testimonial-section .owl-testimonial-slider .testimonial-info .rating-area {
    position: absolute;
    right: 0;
    top: 0;
}
.testimonial-section .owl-testimonial-slider .testimonial-info .rating-area img {
    height: 22px;
    width: auto;
    margin: auto;
    margin-right: 0;
}
.testimonial-section .owl-testimonial-slider .testimonial-info .rating-area .testi5_rating {
    margin-top: 5px;
    color: #e6af5d;
    font-size: 13px;
}
.testimonial-section .owl-testimonial-slider .testimonial-content .msg, 
.testimonial-section .owl-testimonial-slider .testimonial-content p {
    margin: 0;
    color: #465058;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.testimonial-section .owl-testimonial-slider .owl-nav {
    margin: 0;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
}
.testimonial-section .owl-testimonial-slider .owl-nav .owl-prev {
    box-shadow: none;
    background-color: transparent !important;
    left: -6%;
    position: absolute;
    cursor: pointer;
    font-size: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 26px !important;
    border: 1px solid #E8E8E8;
    border-radius: 100px;
    outline: none;
    width: auto;
    height: auto;
    margin: 0;
    transition: all 0.3s ease-in-out;
    color: #43464E;
}
.testimonial-section .owl-testimonial-slider .owl-nav .owl-next {
    box-shadow: none;
    background-color: transparent !important;
    right: -6%;
    position: absolute;
    cursor: pointer;
    font-size: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 26px !important;
    border: 1px solid #E8E8E8;
    border-radius: 100px;
    outline: none;
    width: auto;
    height: auto;
    margin: 0;
    transition: all 0.3s ease-in-out;
    color: #43464E;
}
.testimonial-section .owl-testimonial-slider .owl-nav .owl-prev:hover, 
.testimonial-section .owl-testimonial-slider .owl-nav .owl-next:hover {
    border: 1px solid #e6af5d;
    color: #e6af5d;
}
.blogs-section {
    background-color: #fff;
    padding: 60px 0;
}
.blogs-section .owl-blogs-slider .item {
    padding-right: 15px;
    padding-left: 15px;
}
.blogs-section .blogs-box {
    box-shadow: 0 6px 7px #e6e6e6;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: .5s;
    overflow: hidden;
}
.blogs-section .blogs-box:hover {
    transition: .5s;
    box-shadow: 1px 3px 13px rgba(0,0,0,.3);
}
.blogs-section .blogs-box .img-area img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: right;
}
.blogs-section .blogs-box .content-info {
    padding: 22px 20px;
}
.blogs-section .blogs-box .content-info .title {
    text-align: left;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
        font-family: 'Marcellus';
}
.blogs-section .blogs-box .content-info .title a {
    color: #332f2c;
}
.blogs-section .blogs-box .content-info .date {
    text-align: left;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 0.24px;
    color: #8d9396;
}
.blogs-section .blogs-box .read-more a {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1.2px;
    color: #332f2c;
    display: flex;
    align-items: center;
    fill: #332f2c;
}
.blogs-section .blogs-box .read-more a:hover {
    color: #e6af5d;
    fill: #e6af5d;
}
.blogs-section .blogs-box .read-more a svg {
    height: 16px;
    margin-left: 10px;
    margin-top: -2px;
    fill: #332f2c;
}
.blogs-section .blogs-box .read-more a:hover svg {
    fill: #e6af5d;
}

.manufacturer-section {
    background-color: #fff;
    padding: 60px 0;
}
.manufacturer-section .tp-container {
    max-width: 1410px;
    margin: auto;
}
.manufacturer-section .item {
    padding: 0 15px;
}
.manufacturer-section .item img {
    filter: grayscale(1);
    transition: 0.25s all ease-in-out;
}

.manufacturer-section .item img:hover {
    filter: none
}



/* home page */

/* about us page */

.about-page-section img {
    width: 100%;
    margin-bottom: -20px;
}


/* about us page */

/* brochure page */

.brochure-page-section {
    margin-bottom: 40px;
}
.brochure-page-section .tp-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 25px;
}
.brochure-page-section .img-area {
    padding: 10px;
}
.brochure-page-section .img-area img {
    width: 100%;
}
.brochure-download-section {
    padding: 40px 0;
}
.brochure-download-section .tp-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 25px;
}
.brochure-download-section .stretched-btn {
    background: transparent;
    border: 1px solid #e6af5d;
    color: #e6af5d;
    border-radius: 2px;
    transition: all ease-out 0.4s;
    padding: 12px 25px;
    font-size: 16px;
}
.brochure-download-section .stretched-btn i {
    margin-left: 5px;
    font-size: 20px;
}
/* brochure page */

.corporategifting-hero-banner-area {
    background-color: #fff;
    position: relative;
}
.corporategifting-hero-banner-area .img-area {
    overflow: hidden;
}
.corporategifting-hero-banner-area .img-area img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.3s;
}
.corporategifting-hero-banner-area:hover .img-area img {
    transform: scale(1.08);
}
.corporategifting-hero-banner-area .tp-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.corporategifting-hero-banner-area .content {
    width: 30%;
    margin-left: 190px;
}
.corporategifting-hero-banner-area .content .banner-title {
    font-size: 52px;
    line-height: 1.4;
    color: #dd7902;
    margin-bottom: 6px;
}
.corporategifting-hero-banner-area .content .stretched-btn {
    border: 1px solid #374677;
    background-color: #374677;
    color: #fff;
    cursor: pointer;
    padding: 13px 25px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    transition: color 0.3s,border-color 0.3s,background-color 0.3s,box-shadow 0.3s;
    white-space: nowrap;
    margin-top: 15px;
}
.corporategifting-hero-banner-area .content .stretched-btn i {
    margin-left: 5px;
    font-size: 16px;
}
.corporate-section .tp-container {
    padding: 0 25px;
}
.corporate-section .row-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.corporate-section .gifting-box {
    background: #ffffff;
}
.corporate-section .gifting-box.left-gifting-box {
    padding: 50px 30px 0px 100px;
}
.corporate-section .gifting-box.right-gifting-box {
    padding: 50px 100px 0px 30px;
}
.corporate-section .gifting-box .gifting-box-inside {
    border: #ffaf46 4px solid;
    box-shadow: 10px 10px 14px #332f2c4;
        padding: 40px;
    text-align: center;
}
.corporate-section .gifting-box .gifting-box-inside img {
    height: 180px;
}
.corporate-section .gifting-box .gifting-box-inside .title {
    
    margin-top: 14px;
    margin-bottom: 20px;
    font-size: 22px;
}
.corporate-section .gifting-box .gifting-box-inside p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin: 0;
        padding-right: 10px;
    padding-left: 10px;
    color: #332f2c;
    line-height: 1.5;
}
.steps-section {
    padding-top: 120px;
    padding-bottom: 60px;
    background-color: #fff;
    position: relative;
}
.steps-section .tp-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 25px;
}
.steps-section .row-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #dfdfdf;
}
.steps-section .steps-box {
        display: flex;
    align-items: center;
    padding: 10px 30px;
    position: relative;
    padding-right: 10px;
}
.steps-section .steps-box:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    width: 1px;
    height: 56px;
    background-color: #dfdfdf;
}
.steps-section .steps-box .img-area img {
    height: 74px;
}
.steps-section .steps-box .content {
    padding-left: 30px;
}
.steps-section .steps-box .content h4 {
    font-weight: 600;
    color: #222;
    margin-bottom: 2px;
    
    font-size: 16px;
}
.steps-section .steps-box .content p {
    font-size: 13px;
    margin: 0;
    color: #332f2c;
    line-height: 1.5;
}
.corporate-form-section {
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -20px;
}
.corporate-form-section .tp-container {
    max-width: 90%;
        margin: 0 auto;
        padding: 0 25px;
}
.corporate-form-section .form-area {
    background: #f8f7f0;
    padding: 25px;
    border-radius: 45px;
    margin: 50px 50px 50px 170px;
    border: 1px solid #f69041;
}
.corporate-form-section .form-area .form-inside {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 13px;
}
.corporate-form-section .form-area .form-inside .label {
    font-size: 14px;
    display: block;
    width: 100%;
    color: #332f2c;
    margin-bottom: 7px;
}
.corporate-form-section .form-area .form-inside .input {
    background-color: #fff;
    color: #332f2c333;
    border: #d9d9d9 thin solid;
    width: 100% !important;
    padding: 16px 14px;
    border-radius: 5px;
    margin-bottom: 0px;
    border-color: #d9d9d9;
    font-size: 13px;
    box-shadow: none;
    outline: none;
}
.corporate-form-section .form-area .form-inside .error {
    color: red;
    font-size: 13px;
    margin-top: 5px;
}
.corporate-form-section .form-area .form-btn {
    margin-bottom: 13px;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.corporate-form-section .form-area .form-btn .enquiry-btn {
        color: #fff;
    background-color: #e6af5d;
    font-size: 16px;
    padding: 12px 30px;
    font-weight: 400;
    border: none;
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.contact-top-banner {
    background-color: #fff;
    position: relative;
}
.contact-top-banner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.get-in-touch-contact-section .tp-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 25px;
}
.heading_class_three-contact {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}
.heading_class_three-contact .off-title {
    font-weight: 600;
    color: #e6af5d;
    opacity: 0.11;
    position: absolute;
    top: 0;
    left: 50%;
    font-style: italic;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    font-size: 55px;
    font-family: initial;
    line-height: 36px;
    width: 100%;
    display: none;
}
.heading_class_three-contact .title {
    font-style: normal;
    color: #332f2c;
    font-size: 44px;
    font-weight: 400;
    line-height: 55px;
    font-family: 'Marcellus';
}
.get-in-touch-contact-section .row-grid {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    width: 100%;
    grid-gap: 15px;
    margin: 0;
    padding: 0;
    grid-auto-flow: row dense;
}
.get-in-touch-contact-section .info-box {
    
    border-color: #e9e9e9;
    border-width: 1px;
    border-style: solid;
    padding: 25px;
    transition: 0.9s;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.36) 0px 25px 20px -20px;
}
.get-in-touch-contact-section .info-box:hover {
    border-color: #e6af5d;
}
.get-in-touch-contact-section .info-box .info-icon {
    background: #332f2c;
    color: #ffffff;
    border-radius: 3px;
    display: flex;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    align-items: center;
    width: 50px;
    justify-content: center;
    transition: 0.9s;
}
.get-in-touch-contact-section .info-box .info-icon svg {
    height: 20px;
}
.get-in-touch-contact-section .info-box:hover .info-icon {
    background: #e6af5d;
}
.get-in-touch-contact-section .info-box .text-head {
    text-transform: none;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
    display: block;
    font-size: 20px;
    margin-block-start: 0.669em;
    margin-block-end: 0.669em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-family: 'Marcellus';
    letter-spacing: 1px;
}
.get-in-touch-contact-section .info-box p, 
.get-in-touch-contact-section .info-box a {
    background-color: transparent;
    text-decoration: none;
    color: #8d9396;
    font-size: 13px;
    font-weight: 300;
}
.get-in-touch-contact-section .info-box a:hover {
    color: #d2aa5c;
}
.drop-enquiry-contact-section {
    padding-top: 40px;
}
.drop-enquiry-contact-section .tp-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 25px;
}
.drop-enquiry-contact-section .form-area {
    padding: 50px 0;
    padding-top: 0px;
}
.drop-enquiry-contact-section .form-area .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.drop-enquiry-contact-section .form-area .col5 {
    padding-right: 5px;
    padding-left: 5px;
}
.drop-enquiry-contact-section .form-area .form-group {
    margin-bottom: 20px;
}
.drop-enquiry-contact-section .form-area .form-group.captcha img {
    border: 1px solid #DDD;
    width: 200px;
    height: 50px;
    object-fit: fill;
}
.drop-enquiry-contact-section .form-area .form-group.captcha .captcha-refresh {
    padding: 6px 15px 6px !important;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    background: #e6af5d;
    border: none;
    border-radius: 5px !important;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.drop-enquiry-contact-section .form-area .form-group.captcha .error-captcha {
    color: red;
    font-size: 13px;
    margin-top: 5px;
    display: block;
}
.drop-enquiry-contact-section .form-area .form-group.captcha .error-captcha strong {
    font-weight: 500;
}
.drop-enquiry-contact-section .form-area .checkout-input {
    border-radius: 0px;
    background-color: white;
    color: #332f2c333;
    border: #d9d9d9 thin solid;
    width: 100% !important;
    padding: 15px 10px;
    margin-bottom: 0px;
    font-size: 14px;
    box-shadow: none;
    outline: none;
}
.drop-enquiry-contact-section .form-area .error {
    color: red;
    font-size: 13px;
    margin-top: 5px;
}
.drop-enquiry-contact-section .form-area .enquiry-btn {
    color: #fff;
    background-color: #e6af5d;
    font-size: 16px;
    padding: 12px 30px;
    font-weight: 400;
    border: none;
    border-radius: 3px;
    margin-top: 5px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.map-contact-section iframe {
    width: 100%;
    height: 350px;
    margin-bottom: -20px;
}
.privacypolicy-section .tp-container {
   width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 25px; 
    padding-bottom: 20px;
}
.privacypolicy-section .content-area .title {
    font-size: 15px;
    font-weight: 400;
    color: #332f2c;
    margin-bottom: 15px;
}
.privacypolicy-section .content-area .title:not(:first-child) {
    margin-top: 50px;
}
.privacypolicy-section .content-area p {
    font-size: 14px;
    line-height: 26px;
    color: #8d9396;
    background-color: transparent;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    vertical-align: baseline;
    white-space: pre-wrap;
    margin-bottom: 15px;
}
.privacypolicy-section .content-area p a {
    color: #332f2c;
}
.privacypolicy-section .content-area p.italic {
    font-style: italic;
    color: #332f2c;
}

.blog-section {
    padding: 50px 0;
    padding-top: 0;
}
.blog-section .row {
    align-items: center;
        grid-gap: 50px 0;
}
.blog-section .range-img-area img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center right;
}
.blog-section .range-content-area.left-content {
    padding-left: 10px;
    padding-right: 52px;
}
.blog-section .range-content-area.right-content {
    padding-left: 35px;
    padding-right: 15px;
}
.blog-section .range-content-area .title {
    color: #332f2c;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 26px;
    line-height: 1.6;
    font-family: 'Marcellus';
}
.blog-section .range-content-area .published-date {
    color: gray;
    font-size: 10pt;
    margin-bottom: 20px;
}
.blog-section .range-content-area .MsoNormal, 
.blog-section .range-content-area p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #8d9396;
    font-weight: 300;
}
.blog-section .range-content-area .stretched-btn {
    position: relative;
    padding: 5px 20px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 2px;
    transition: all ease-out 0.4s;
    background: #e6af5d !important;
    border: 1px solid #e6af5d !important;
    color: #fff;
    margin-top: 10px;
}
.blog-section .range-content-area .stretched-btn:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: #e7a94c;
}

.gift-hamper-banner-area {
    padding: 38px;
}
.gift-hamper-banner-area .top-container {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: repeat(2,0fr);
    grid-auto-rows: 100px 300px;
    grid-gap: 20px;
    grid-auto-flow: dense;
        padding: 0;
}
.gift-hamper-banner-area .top-container .h-1 {
    grid-row: span 1;
}
.gift-hamper-banner-area .top-container .w-3 {
    grid-column: span 3;
}
.gift-hamper-banner-area .top-container .h-2 {
    grid-row: span 2;
}
.gift-hamper-banner-area .top-container .w-6 {
    grid-column: span 6;
}
.gift-hamper-banner-area .top-container .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}
.gift-hamper-banner-area .top-container .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    cursor: pointer;
    transition: .5s ease-in-out;
}
.three-colum-of-gifts-section .tp-container {
    border-bottom: 1px dashed grey;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    margin-top: 40px;
}
.three-colum-of-gifts-section .tp-container .col-lg-4 {
    margin-bottom: 25px;
}
.three-colum-of-gifts-section .tp-container .col-lg-4:nth-child(1),  
.three-colum-of-gifts-section .tp-container .col-lg-4:nth-child(2) {
    border-right: 1.5px dashed grey;
}
.three-colum-of-gifts-section .tp-container .content-area img {
    width: 75px;
    height: 75px;
    margin-bottom: 15px;
}
.three-colum-of-gifts-section .tp-container .content-area .title {
    font-weight: 700;
    color: #332f2c;
    font-size: 22px;
    margin-bottom: 10px;
}
.special-occasion-section .tp-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
}
.special-occasion-section .row-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.special-occasion-section .gift-cat-box {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
        margin-bottom: 20px;
}
.special-occasion-section .gift-cat-box a {
    width: 100%;
}
.special-occasion-section .gift-cat-box img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}
.special-occasion-section .gift-cat-box .fallow-btn {
    position: relative;
    top: -58px;
    background-color: white;
    color: #332f2c;
    opacity: 0.8;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    max-width: 80%;
    margin: auto;
    font-weight: 700;
    display: block;
    cursor: pointer;
}
/*.special-occasion-section .gift-cat-box .fallow-btn:hover {
    font-weight: 500;
}*/
.undergifts-section .tp-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 35px;
}
.undergifts-section .row-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin: 50px auto;
}
.undergifts-section .undergifts-box .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
}
.undergifts-section .undergifts-box .image img {
    width: 100%;
    height: 100%;
}
.trending-gifts-section {
    padding-bottom: 60px;
}
.customer-stories-section {
    padding-bottom: 60px;
}

.churan-section {
    background-color: #fff;
}
.churan-section .tp-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 25px;
}
.heading_class_three_products {
    text-align: center;
}
.heading_class_three_products .title {
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-style: normal;
    color: #332f2c;
    font-weight: 400;
    line-height: 55px;
    font-family: 'Marcellus';
}
.churan-section .row-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.churan-section .products-box {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
        margin-bottom: 35px;
}
.churan-section .products-box-inside {
    background: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(226, 226, 226, 1);
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 0;
    position: relative;
    transition: all .075s ease-out;
    overflow: hidden;
    transform-style: preserve-3d;
}
.churan-section .products-box-inside:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.churan-section .products-box-inside .img-area {
    position: relative;
    overflow: hidden;
}
.churan-section .products-box-inside .img-area a {
    width: 100%;
}
.churan-section .products-box-inside .img-area .discount-badge, 
.churan-section .products-box-inside .img-area .onsale {
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 1;
    background-color: #e6af5d;
    color: #fff;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 3px;
}
.churan-section .products-box-inside .img-area img {
    pointer-events: none;
    transition: all .25s ease-out;
    width: 100%;
    height: 250px;
    object-fit: contain;
    object-position: center;
}
.churan-section .products-box-inside:hover .img-area img {
    transform: scale(1.12);
}
.churan-section .products-box-inside .product-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
    /* margin-top: -35px; */
}
.churan-section .products-box-inside .product-content .stats {
    display: flex;
    justify-content: space-between;
    position: relative;
    transform: none;
    width: initial;
    font-size: 14px;
    color: rgba(139, 145, 152, 1);
    background: rgba(240, 242, 245, 1);
    padding: 9px;
}
.churan-section .products-box-inside .product-content .stats .stat-2, 
.churan-section .products-box-inside .product-content .stats .stat-1 {
    padding-right: 5px;
    padding-left: 5px;
}
.churan-section .products-box-inside .product-content .stats a {
    color: rgba(139, 145, 152, 1);
}
.churan-section .products-box-inside .product-content .pro-name {
    margin-top: 15px;
    padding: 0 10px;
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
    color: #332f2c;
    font-family: 'Marcellus';
        height: 45px;
}
.churan-section .products-box-inside .product-content .pro-name a {
    color: #332f2c;
}
.churan-section .products-box-inside .product-content .pro-name a:hover {
    color: #e6af5d;
}
.churan-section .products-box-inside .product-content .product-price {
    display: block;
    font-size: 16px;
    color: rgba(105, 105, 115, 1);
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    justify-content: flex-start;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.churan-section .products-box-inside .product-content .product-price del {
    font-size: 14px;
    color: rgba(139, 145, 152, 1);
    font-weight: 400;
    text-decoration: line-through;
    margin: 0;
    display: inline-block;
    order: 2;
}
.churan-section .products-box-inside .product-content .product-price ins {
    margin: 0 7px 0 0;
    display: inline-block;
    order: 1;
    float: left;
    text-decoration: none;
}
.churan-section .products-box-inside .product-content .cart-btn-area {
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 15px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.churan-section .products-box-inside .product-content .cart-btn-area .cart-btn {
    background-color: #e6af5d;
    padding: 10px;
    border-radius: 3px;
    font-size: 13px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    text-transform: uppercase;
    transition: all .1s ease-out;
    line-height: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 120px;
}
.churan-section .products-box-inside .product-content .cart-btn-area .cart-btn svg {
    display: none;
}
.churan-section .products-box-inside .product-content .cart-btn-area .cart-btn:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background-color: #e7a94c;
}
.churan-section .products-box-inside .product-content .yith-wcwl-add-to-wishlist {
    margin-top: auto;
}
.churan-section .products-box-inside .product-content .yith-wcwl-add-to-wishlist a.add_to_wishlist:before {
    content: "\f08a";
    color: rgba(139, 145, 152, 1);
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-weight: 500;
}
.churan-section .products-box-inside .product-content .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, 
.churan-section .products-box-inside .product-content .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before {
    content: "\f004";
    color: #e6af5d;
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-weight: 500;
}
.churan-section .products-box-inside .product-content .yith-wcwl-add-to-wishlist a[data-title="Browse wishlist"], 
.churan-section .products-box-inside .product-content .yith-wcwl-add-to-wishlist .feedback, 
.churan-section .products-box-inside .product-content .yith-wcwl-add-to-wishlist i, 
.churan-section .products-box-inside .product-content .yith-wcwl-add-to-wishlist span {
    display: none;
}

.products-deatils-page-section {
    background-color: #fff;
    padding: 40px 0;
}
.products-deatils-page-section .tp-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 25px;
}
.products-deatils-page-section .product__details__content {
    padding-left: 10px;
}
.products-deatils-page-section .product__details__content.row-grid {
    padding-left: 0;
    padding-right: 0;
}
.products-deatils-page-section .product__details__content .breadcrum-new {
    display: block;
    margin-bottom: 10px;
}
.products-deatils-page-section .product__details__content .breadcrum-new a {
    color: #332f2c;
    font-size: 13px;
    font-weight: 300;
    position: relative;
}
.products-deatils-page-section .product__details__content .breadcrum-new a:after {
    content: "/";
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    color: #8e8e8e;
}
.products-deatils-page-section .product__details__content .breadcrum-new a i {
    font-size: 14px;
    margin-right: 3px;
}
.products-deatils-page-section .product__details__content .breadcrum-new span {
    color: #332f2c;
    font-size: 13px;
    font-weight: 300;
}
.products-deatils-page-section .product__details__content .titlehead {
    color: #332f2c;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.2;
    font-size: 28px;
    font-family: 'Marcellus';
}
.products-deatils-page-section .product__details__content .woocommerce .onsale {
    display: none;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .rtwpvg-images {
    flex: 0 0 auto !important;
    width: 41.66666667% !important;
    padding: 0 12px;
    margin-top: -73px;
}  
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary {
    flex: 0 0 auto;
    width: 58.33333333% !important;
    padding: 0 12px;
    padding-left: 28px;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .rtwpvg-images .rtwpvg-slider-wrapper {
        cursor: zoom-in;
        height: 455px;
    margin-bottom: 20px;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .rtwpvg-images .rtwpvg-trigger-position-top-right  {
    height: 0;
    width: 0;
    opacity: 0;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .rtwpvg-images .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image {
    width: 98.75px;
    margin-right: 20px;
    height: 98.75px;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .rtwpvg-images .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image img {
    border: 1px #ebebeb solid;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .woocommerce-variation-price {
    margin-bottom: 10px;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .price {
    margin-bottom: 10px;
        display: block;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .woocommerce-variation-price ins .woocommerce-Price-amount bdi {
    font-size: 22px;
    color: #332f2c;
    font-weight: 600;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .price ins .woocommerce-Price-amount bdi {
    font-size: 22px;
    color: #332f2c;
    font-weight: 600;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .woocommerce-variation-price ins .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
    font-size: 22px;
    margin-right: 6px;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .price ins .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
    font-size: 22px;
    margin-right: 6px;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .woocommerce-variation-price ins {
        color: #332f2c;
    text-decoration: none;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .price ins {
        color: #332f2c;
    text-decoration: none;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .woocommerce-variation-price .price {
    font-size: 22px;
    color: #332f2c;
    font-weight: 600;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .price {
    font-size: 22px;
    color: #332f2c;
    font-weight: 600;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .woocommerce-variation-price del {
        color: #332f2c;
    text-decoration: none;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .price del {
        color: #332f2c;
    text-decoration: none;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .woocommerce-variation-price del bdi {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-decoration: line-through;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .price del bdi {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-decoration: line-through;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .woocommerce-variation-price .discount-percentage {
    position: relative;
    display: inline-block;
    background: #e6af5d;
    width: auto;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 0 6px 0 15px;
    margin-left: 16px;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .price .discount-percentage {
    position: relative;
    display: inline-block;
    background: #e6af5d;
    width: auto;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 0 6px 0 15px;
    margin-left: 16px;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .woocommerce-variation-price .discount-percentage:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 1;
    border-radius: 10px;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .price .discount-percentage:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 1;
    border-radius: 10px;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .woocommerce-variation-price .discount-percentage:after {
    content: " ";
    height: 18px;
    width: 18px;
    background: #e6af5d;
    position: absolute;
    top: 3px;
    left: -8px;
    border-radius: 2px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate( 45deg );
    transform: rotate( 45deg );
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .price .discount-percentage:after {
    content: " ";
    height: 18px;
    width: 18px;
    background: #e6af5d;
    position: absolute;
    top: 3px;
    left: -8px;
    border-radius: 2px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate( 45deg );
    transform: rotate( 45deg );
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .stock.in-stock {
    display: none;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .woocommerce-product-details__short-description p {
    text-align: justify!important;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #8d9396;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary table.variations {
    border-top: thin solid rgb(242, 242, 242);
    margin: 0;
    margin-bottom: 10px;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary table.variations tbody {
    padding-top: 16px;
    display: flex;
    align-items: center;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary table.variations tbody .label label{
    font-weight: 600;
    width: 180px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 36px;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary table.variations tbody .value select {
    border: 1px solid #e2e5ec !important;
    border-radius: 4px;
    font-weight: 400;
    line-height: 1.5;
    font-size: 13px;
    color: #495057;
    background-color: #fff;
    height: 35px;
    padding: 7px;
    width: 100%;
    margin: 0;
    outline: none !important;
    margin-bottom: 8px;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary table.variations tbody .value .reset_variations {
        display: none !important;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .single_variation_wrap {
    border-top: thin solid rgb(242, 242, 242);
    margin: 0;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .single_variation_wrap .variations_button {
    padding-top: 16px;
    display: flex;
    align-items: center;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product.product-type-simple .summary form.cart {
    border-top: thin solid rgb(242, 242, 242);
    margin: 0;
    padding-top: 16px;
    display: flex;
    align-items: center;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .single_variation_wrap .variations_button .quantity {
    margin: 0;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .quantity {
    margin: 0;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .quantity .minus {
    background: #e6af5d;
    width: 44px;
    height: 38px;
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    z-index: 9;
    text-align: center;
    font-size: 22px;
    line-height: 35px;
    cursor: pointer;
    transition: all .1s ease-out;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .quantity .plus {
    background: #e6af5d;
    width: 44px;
    height: 38px;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    z-index: 9;
    text-align: center;
    font-size: 22px;
    line-height: 35px;
    cursor: pointer;
    transition: all .1s ease-out;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .quantity .plus:hover, 
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .quantity .minus:hover {
    background: #e7a94c;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .quantity input.qty {
    width: 140px;
    height: 38px !important;
    text-align: center;
    font-size: 16px;
    margin: 0;
    padding: 0.65rem 1rem;
    padding-left: 1.2rem;
    border: 1px solid #e2e5ec;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .single_variation_wrap .variations_button .quantity input {
    height: 35px;
    margin-right: 5px;
    border: 1px solid #e2e5ec !important;
    outline: none !important;
    border-radius: 5px;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product.product-type-simple .summary .quantity input {
    height: 35px;
    margin-right: 5px;
    border: 1px solid #e2e5ec !important;
    outline: none !important;
    border-radius: 5px;
}

.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .single_variation_wrap .variations_button button, 
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .single_variation_wrap .variations_button .button {
    padding: 11px 30px 10px !important;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    background: #e6af5d;
    color: #fff;
    border: none;
    height: 40px !important;
    border-radius: 20px !important;
    margin: 0 5px;
    transition: all .1s ease-out;
    line-height: 17px;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .single_variation_wrap .variations_button button:hover, 
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .single_variation_wrap .variations_button .button:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background-color: #e7a94c;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .single_variation_wrap .variations_button .button i {
    margin-right: 5px;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product.product-type-simple .summary button, 
.products-deatils-page-section .product__details__content .woocommerce .product.type-product.product-type-simple .summary .button {
    padding: 11px 30px 10px !important;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    background: #e6af5d;
    color: #fff;
    border: none;
    height: 40px !important;
    border-radius: 20px !important;
    margin: 0 5px;
    line-height: 17px;
    transition: all .1s ease-out;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product.product-type-simple .summary button:hover, 
.products-deatils-page-section .product__details__content .woocommerce .product.type-product.product-type-simple .summary .button:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background-color: #e7a94c;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .heart-icon {
    font-size: 16px;
    color: #6f6f6f;
    padding: 7px 11px;
    background: #ebebeb;
    margin-left: 10px;
    margin-right: 5px;
    border-radius: 3.25px;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .heart-icon i {
    font-size: 22px;
    color: red !important;
}

.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .yith-wcwl-add-to-wishlist {
    margin: 0;
    margin-top: -40px;
    float: left;
    width: auto;
    margin-left: 375px;
    position: relative;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .yith-wcwl-add-to-wishlist a.add_to_wishlist span {
    display: none;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .yith-wcwl-add-to-wishlist a[data-title="Browse wishlist"] {
    display: none;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .yith-wcwl-add-to-wishlist a i {
    display: none;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .yith-wcwl-add-to-wishlist a.add_to_wishlist {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 40px;
    height: 40px;
    z-index: 1;
    cursor: pointer;
    border: #000 thin solid;
    font-weight: 400;
    color: #000;
    border-radius: 3.25px !important;
}
/* .products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .yith-wcwl-add-to-wishlist a.add_to_wishlist:before {
    content: "\f08a";
    color: #000;
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-weight: 600;
} */
.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg, .yith-wcwl-add-button .add_to_wishlist img {
	margin: 0;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .yith-wcwl-add-to-wishlist .feedback {
    display: none;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse, 
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 40px;
    height: 40px;
    z-index: 1;
    cursor: pointer;
    border: #000 thin solid;
    font-weight: 400;
    color: #000;
    border-radius: 3.25px !important;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, 
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before {
    content: "\f004";
    color: #000;
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-weight: 600;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary form.cart {
    margin-bottom: 0 !important;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .product_meta {
    display: none !important;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .woocommerce-tabs {
    position: relative;
    padding: 0 10px;
    padding-top: 12px;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .woocommerce-tabs ul.tabs {
    width: 100%;
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
    border-top: none !important;
    text-align: left!important;
    border-bottom: 1px solid #dee2e6;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .woocommerce-tabs ul.tabs li {
    font-size: 16px;
    color: #332f2c;
    list-style: none;
    line-height: 36px;
    background: transparent;
    border: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .woocommerce-tabs ul.tabs li a {
    padding: 10px 0;
    margin: 0 15px;
    margin-left: 0!important;
    display: inline-block;
    color: #8d9396;
    font-weight: 700;
    text-decoration: none!important;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .woocommerce-tabs ul.tabs li.active a {
    border-bottom: 2px solid #e6af5d;
    margin-bottom: 0px;
    color: #332f2c;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .woocommerce-tabs .woocommerce-Tabs-panel {
        margin-top: 15px;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes, 
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .woocommerce-tabs .woocommerce-Tabs-panel--variation_productdetails_tab {
    width: 100%;
    border-collapse: collapse;
    border: thin solid rgb(230, 230, 230);
    font-size: 1rem;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    display: none;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .woocommerce-tabs .woocommerce-Tabs-panel p {
    color: #332f2c !important;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.6;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes-item, 
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .woocommerce-tabs .woocommerce-Tabs-panel--variation_productdetails_tab .woocommerce_custom_field {
    font-size: 16px;
    color: #332f2c;
    list-style: none;
    line-height: 36px;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes-item:nth-child(odd), 
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .woocommerce-tabs .woocommerce-Tabs-panel--variation_productdetails_tab .woocommerce_custom_field:nth-child(odd) {
    background: #f9f9f9;
    border-bottom: #e6e6e6 thin solid;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes-item:nth-child(even), 
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .woocommerce-tabs .woocommerce-Tabs-panel--variation_productdetails_tab .woocommerce_custom_field:nth-child(even) {
    background: #fff;
    border-bottom: #e6e6e6 thin solid;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes-item .woocommerce-product-attributes-item__label, 
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .woocommerce-tabs .woocommerce-Tabs-panel--variation_productdetails_tab .woocommerce_custom_field strong {
    font-weight: 600;
    width: 180px;
    display: inline-block;
    vertical-align: top;
    padding: 2px 10px;
    font-size: 14px;
        border: none;
    line-height: inherit;
}
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes-item .woocommerce-product-attributes-item__value, 
.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .woocommerce-tabs .woocommerce-Tabs-panel--variation_productdetails_tab .woocommerce_custom_field span {
    padding: 2px 10px;
    font-size: 14px;
    display: inline-flex;
        border: none;
    line-height: inherit;
}
.products-deatils-page-section .related.products {
    clear: both;
    padding: 0 25px;
}
.products-deatils-page-section .related.products .related-products-slider .owl-dots {
    display: none;
}
.products-deatils-page-section .related.products .related-products-slider .owl-item {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.products-deatils-page-section .related.products .related-products-slider .owl-nav {
    margin: 0;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
}
.products-deatils-page-section .related.products .related-products-slider .owl-nav .owl-prev {
    box-shadow: none;
    background-color: transparent !important;
    left: -7%;
    position: absolute;
    cursor: pointer;
    font-size: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 26px !important;
    border: 1px solid #E8E8E8;
    border-radius: 100px;
    outline: none;
    width: auto;
    height: auto;
    margin: 0;
    transition: all 0.3s ease-in-out;
    color: #43464E;
}
.products-deatils-page-section .related.products .related-products-slider .owl-nav .owl-next {
    box-shadow: none;
    background-color: transparent !important;
    right: -7%;
    position: absolute;
    cursor: pointer;
    font-size: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 26px !important;
    border: 1px solid #E8E8E8;
    border-radius: 100px;
    outline: none;
    width: auto;
    height: auto;
    margin: 0;
    transition: all 0.3s ease-in-out;
    color: #43464E;
}
.products-deatils-page-section .related.products .related-products-slider .owl-nav .owl-prev:hover, 
.products-deatils-page-section .related.products .related-products-slider .owl-nav .owl-next:hover {
    border: 1px solid #e6af5d;
    color: #e6af5d;
}

.cart-page-area-one {
        padding: 40px 0;
}
.cart-page-area-one .woocommerce-cart-form table thead {
    background: #e6af5d;
    color: #fff;
}
.cart-page-area-one .woocommerce-cart-form table tbody img {
    height: 100px !important;
    width: auto !important;
}
.cart-page-area-one .woocommerce-cart-form table tbody .product-name a {
    margin: 0;
    font-weight: 600;
    line-height: 1.4;
    color: #332f2c;
    font-size: 15px;
        font-family: 'Marcellus';
}
.cart-page-area-one .woocommerce-cart-form table tbody .product-remove a.remove {
    color: #fff!important;
    background: #e6af5d !important;
    border-radius: 5px;
    width: 100%;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-page-area-one .woocommerce-cart-form table tbody .product-price bdi, 
.cart-page-area-one .woocommerce-cart-form table tbody .product-subtotal bdi {
    margin: 0;
    font-weight: 500;
    line-height: 1.4;
    color: #332f2c;
    font-size: 15px;
}
.cart-page-area-one .woocommerce-cart-form table tbody .product-quantity input {
    height: 35px;
    margin-right: 10px;
    border: 1px solid #e2e5ec !important;
    outline: none !important;
    border-radius: 5px;
}
.cart-page-area-one .woocommerce-cart-form table tbody .actions .button {
    padding: 6px 15px 6px !important;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    background: #e6af5d;
    border: none;
    height: 35px !important;
    border-radius: 5px !important;
    color: #fff;
}
.cart-page-area-one .woocommerce-cart-form table tbody .actions .coupon input {
        width: 55% !important;
    height: 35px;
    font-size: 14px;
}
.cart-page-area-one .cart-collaterals .cart_totals h2 {
    font-size: 22px;
    color: #332f2c;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.5;
    font-family: 'Marcellus';
}
.cart-page-area-one .cart-collaterals .wc-proceed-to-checkout .checkout-button {
    padding: 6px 15px 6px !important;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    background: #e6af5d;
    border: none;
    height: 36px !important;
    border-radius: 5px !important;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.cart-page-area-one .cart-collaterals .wc-proceed-to-checkout .checkout-button:hover {
    background: #e6af5d;
    color: #fff;
}
.cart-page-area-one .cart-collaterals .cart_totals .shipping-calculator-button {
    color: #e6af5d;
    font-weight: 500;
}
.cart-page-area-one .woocommerce-cart-form table tbody .product-quantity .quantity {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    width: 140px;
}
.cart-page-area-one .woocommerce-cart-form table tbody .product-quantity .quantity .minus {
    background: #e6af5d;
    width: 44px;
    height: 38px;
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    z-index: 9;
    text-align: center;
    font-size: 22px;
    line-height: 35px;
    cursor: pointer;
}
.cart-page-area-one .woocommerce-cart-form table tbody .product-quantity .quantity input.qty {
    width: 140px;
    height: 38px !important;
    text-align: center;
    font-size: 16px;
    margin: 0;
    padding: 0.65rem 1rem;
    padding-left: 1.5rem;
    border: 1px solid #e2e5ec;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
}
.cart-page-area-one .woocommerce-cart-form table tbody .product-quantity .quantity .plus {
    background: #e6af5d;
    width: 44px;
    height: 38px;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    z-index: 9;
    text-align: center;
    font-size: 22px;
    line-height: 35px;
    cursor: pointer;
}

.checkout-page-area-one {
    padding: 40px 0;
}
.checkout-page-area-one .woocommerce-info {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #332f2c;
    font-size: 15px;
}
.checkout-page-area-one .woocommerce-info:before {
    display: none;
}
.checkout-page-area-one .woocommerce-info a {
    color: #e6af5d;
    margin-left: 5px;
    font-weight: 600;
}
.checkout-page-area-one .woocommerce-checkout h3 {
    font-size: 22px;
    color: #332f2c;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.5;
    font-family: 'Marcellus';
}
.checkout-page-area-one .woocommerce-checkout label {
    font-size: 15px;
    color: #332f2c;
    margin-bottom: 8px;
    font-weight: 400;
    line-height: 1.5 !important;
}
.checkout-page-area-one .woocommerce-checkout input, 
.checkout-page-area-one .woocommerce-checkout textarea, 
.checkout-page-area-one .checkout_coupon input {
    border-radius: 0px;
    background-color: white;
    color: #332f2c333;
    border: #d9d9d9 thin solid;
    width: 100% !important;
    padding: 10px 10px;
    margin-bottom: 0px !important;
    font-size: 14px;
    box-shadow: none;
    outline: none !important;
}
.checkout-page-area-one .checkout_coupon .button {
    padding: 6px 15px 6px !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    background: #e6af5d;
    border: none;
    height: 38px !important;
    border-radius: 5px !important;
    color: #fff;
}
.checkout-page-area-one .woocommerce-checkout p.form-row {
    margin-bottom: 10px;
}
.checkout-page-area-one .woocommerce-checkout .select2-selection {
    height: auto;
    border: none;
}
.checkout-page-area-one .woocommerce-checkout .select2-selection__rendered {
    border-radius: 0px;
    background-color: white;
    color: #332f2c333;
    border: #d9d9d9 thin solid;
    width: 100% !important;
    padding: 10px 10px;
    margin-bottom: 0px !important;
    font-size: 14px;
    box-shadow: none;
    outline: none !important;
    height: auto;
    line-height: 20px !important;
}
.checkout-page-area-one .woocommerce-checkout h3#order_review_heading {
        margin-top: 20px;
}
.checkout-page-area-one .woocommerce-checkout h3#ship-to-different-address label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.checkout-page-area-one .woocommerce-checkout h3#ship-to-different-address label input {
    width: auto !important;
    margin-right: 5px;
}
.checkout-page-area-one .woocommerce-checkout-payment {
    background: transparent !important;
}
.checkout-page-area-one .woocommerce-checkout-payment input {
    width: auto !important;
}
.checkout-page-area-one .woocommerce-checkout-payment a.woocommerce-privacy-policy-link {
    color: #e6af5d;
}
.checkout-page-area-one .woocommerce-checkout-review-order .button {
    padding: 6px 15px 6px !important;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    background: #e6af5d !important;
    border: none;
    height: 36px !important;
    border-radius: 5px !important;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.thankyou-page-section {
    padding: 40px 0;
    position: relative;
}
.thankyou-page-section p.woocommerce-thankyou-order-received {
   position: relative;
    padding: 0;
    margin: 0;
    font-size: 32px;
    color: #332f2c;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-align: center;
    line-height: 45px;
    font-weight: 500 !important;
    margin-bottom: 20px;
    font-family: 'Marcellus';
}

ul.woocommerce-thankyou-order-details.order_details {
    margin-bottom: 15px !important;
}
ul.woocommerce-thankyou-order-details.order_details li {
    margin: 0;
    font-weight: 600;
    line-height: 1.4;
    color: #332f2c;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0px;
    font-size: 13px;
    text-transform: capitalize;
}
ul.woocommerce-thankyou-order-details.order_details li strong {
    margin-top: 5px;
    font-size: 14px !important;
    font-weight: 500;
}
.woocommerce-order-details .woocommerce-order-details__title {
    font-size: 22px;
    color: #332f2c;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 30px;
    font-family: 'Marcellus';
}
.woocommerce-order-details table tbody .product-name a {
    margin: 0;
    font-weight: 600;
    line-height: 1.4;
    color: #332f2c;
    font-size: 15px;
    font-family: 'Marcellus';
}

.login-page-section {
    padding: 40px 0;
    position: relative;
}
.login-page-section .form-box {
    width: 800px;
    margin: auto;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 30px;
    box-shadow: 0 6px 7px #e6e6e6;
}
.login-page-section .form-box h2 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: 'Marcellus';
    font-weight: 500;
    font-size: 30px;
    color: #332f2c;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-align: center;
    line-height: 1.2;
        margin-bottom: 35px;
}
.login-page-section .form-box h2:before {
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 60px;
    height: 2px;
    content: "";
    left: 50%;
    margin-left: -30px;
    background-color: #777;
    top: auto;
}
.login-page-section .form-box .woocommerce-form-login, .login-page-section .form-box .woocommerce-form-register {
    border: none;
    padding: 0;
    margin: 0;
}
.woocommerce-form-register p {
	font-size: 12px;
}
.login-page-section .form-box .woocommerce-form-login label, .woocommerce-form-register label {
    font-size: 15px;
    color: #332f2c;
    margin-bottom: 8px;
    font-weight: 400;
    line-height: 1.5 !important;
}
.login-page-section .form-box .woocommerce-form-login input, .woocommerce-form-register input {
        border-radius: 0px;
    background-color: white !important;
    color: #332f2c333 !important;
    border: #d9d9d9 thin solid;
    width: 100% !important;
    padding: 10px 10px;
    margin-bottom: 0px !important;
    font-size: 14px;
    box-shadow: none;
    outline: none !important;

}
.login-page-section .form-box .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce-form-register .woocommerce-form-register__submit {
    padding: 10px 30px !important;
    font-size: 15px !important;
    font-weight: 600;
    text-transform: capitalize;
    background: #e6af5d !important;
    border: none;
    border-radius: 5px !important;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.login-page-section .form-box .woocommerce-form-login label.woocommerce-form__label-for-checkbox {
    margin: 0;
    margin-top: 27px;
}
.login-page-section .form-box .woocommerce-form-login label.woocommerce-form__label-for-checkbox input {
    width: auto !important;
}
.login-page-section .form-box .woocommerce-form-login .woocommerce-LostPassword {
    text-align: end;
    margin: 0;
    /* margin-top: -38px; */
}
.login-page-section .form-box .woocommerce-form-login .woocommerce-LostPassword a {
    color: #e6af5d;
    margin-left: 5px;
    font-weight: 600;
    font-size: 14px;
}

.lostpass-page-section {
    padding: 40px 0; 
    position: relative;
}
.lostpass-page-section .form-box {
    width: 500px;
    margin: auto;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 30px;
    box-shadow: 0 6px 7px #e6e6e6;
}
.lostpass-page-section .form-box .lost-msg {
    font-size: 16px;
    color: #332f2c;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.5;
}
.lostpass-page-section .form-box .woocommerce-form-row {
    width: 100%;
}
.lostpass-page-section .form-box label {
    font-size: 15px;
    color: #332f2c;
    margin-bottom: 8px;
    font-weight: 400;
    line-height: 1.5 !important;
}
.lostpass-page-section .form-box input {
    border-radius: 0px;
    background-color: white !important;
    color: #332f2c333 !important;
    border: #d9d9d9 thin solid;
    width: 100% !important;
    padding: 10px 10px;
    margin-bottom: 0px !important;
    font-size: 14px;
    box-shadow: none;
    outline: none !important;
}
.lostpass-page-section .form-box .woocommerce-Button {
    padding: 10px 25px !important;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    background: #e6af5d !important;
    border: none;
    border-radius: 5px !important;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.dashbord-page-section {
    padding: 40px 0;
    position: relative;
}
.dashbord-page-section .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
    margin: 0 0 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.dashbord-page-section .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    background: #e6af5d;
    border-top: 1px solid rgba(0, 0, 0, .05);
}
.dashbord-page-section .woocommerce-MyAccount-navigation ul li {
    /* display: inline-block; */
    border: none;
    border-left: 1px solid #ffb83e;
    margin: 0 auto;
    position: relative;
}
.dashbord-page-section .woocommerce-MyAccount-navigation ul li a {
    color: #fff;
    padding: 10px 10px;
    display: block;
    border: 0;
    font-size: 14px;
}
.dashbord-page-section .woocommerce-MyAccount-navigation ul li a:before {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0f6";
    line-height: 1.618;
    margin-right: 0.53em;
    width: 1.387em;
    text-align: left;
    float: left;
    opacity: .75;
}
.dashbord-page-section .woocommerce-MyAccount-navigation ul li.is-active a:before {
    opacity: 1;
}
.dashbord-page-section .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\f0e4";
}
.dashbord-page-section .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\f291";
}
.dashbord-page-section .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\f1c6";
}
.dashbord-page-section .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\f015";
}
.dashbord-page-section .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\f007";
}
.dashbord-page-section .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\f08b";
}
.dashbord-page-section .woocommerce-MyAccount-content p {
    font-size: 12pt;
    line-height: 24px;
    color: #332f2c;
    letter-spacing: 1px;
}
.dashbord-page-section .woocommerce-MyAccount-content p a {
    color: #e6af5d;
}
.dashbord-page-section table tbody .woocommerce-orders-table__cell-order-number a {
    color: #332f2c !important;
    font-weight: 600;
}
.dashbord-page-section table tbody .woocommerce-orders-table__cell-order-actions .button.view {
    position: relative;
    cursor: pointer;
    transition: all ease-out 0.4s;
    background: #e6af5d !important;
    border: 1px solid #e6af5d !important;
    color: #fff !important;
}
.dashbord-page-section .woocommerce-info {
    border: 1px solid rgba(0,0,0,.1);
    background: transparent;
}
.dashbord-page-section .woocommerce-info:before {
    color: #e6af5d;
}
.dashbord-page-section .woocommerce-info .button {
    position: relative;
    cursor: pointer;
    transition: all ease-out 0.4s;
    background: #e6af5d !important;
    border: 1px solid #e6af5d !important;
    color: #fff !important;
}
.dashbord-page-section .woocommerce-MyAccount-content .addresses .woocommerce-Address {
    border: 1px solid rgba(0,0,0,.1);
    padding: 20px;
    border-radius: 5px;
}
.dashbord-page-section .woocommerce-MyAccount-content h3 {
    font-size: 22px;
    color: #332f2c;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.5;
}
.dashbord-page-section .woocommerce-MyAccount-content label {
    font-size: 15px;
    color: #332f2c;
    margin-bottom: 8px;
    font-weight: 400;
    line-height: 1.5 !important;
}
.dashbord-page-section .woocommerce-MyAccount-content input {
    border-radius: 0px;
    background-color: white;
    color: #332f2c333;
    border: #d9d9d9 thin solid;
    width: 100% !important;
    padding: 10px 10px;
    margin-bottom: 0px !important;
    font-size: 14px;
    box-shadow: none;
    outline: none !important;
}
.dashbord-page-section .woocommerce-MyAccount-content .select2-selection {
    height: auto;
    border: none;
}
.dashbord-page-section .woocommerce-MyAccount-content .select2-selection__rendered {
    border-radius: 0px;
    background-color: white;
    color: #332f2c333;
    border: #d9d9d9 thin solid;
    width: 100% !important;
    padding: 10px 10px;
    margin-bottom: 0px !important;
    font-size: 14px;
    box-shadow: none;
    outline: none !important;
    height: auto;
    line-height: 20px !important;
}
.dashbord-page-section .woocommerce-MyAccount-content .button {
    position: relative;
    cursor: pointer;
    transition: all ease-out 0.4s;
    background: #e6af5d !important;
    border: 1px solid #e6af5d !important;
    color: #fff !important;
    margin-top: 20px;
}

.woocommerce .woocommerce-result-count {
    font-size: 12px;
    padding: 8px 20px 8px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    background: #e6af5d;
    letter-spacing: 2px;
    border: 0;
    margin-top: 25px !important;
    margin-bottom: 20px !important;
        font-family: 'Marcellus';
}
.woocommerce .woocommerce-ordering {
    margin: 0;
    
    background: #e6af5d;
    margin-top: 25px !important;
    margin-bottom: 20px !important;
    display: inline-flex;
        font-family: 'Marcellus';
}
.woocommerce .woocommerce-ordering .orderby {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    border: 0;
    margin: 0;
    background: #e6af5d;
    outline: none;
    padding: 8px 20px 8px;
        font-family: 'Marcellus';
}
.woocommerce ul.products.columns-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px 20px;
}.woocommerce ul.products.related-products-slider {	display: grid;    grid-template-columns: repeat(1, 1fr) !important;    grid-gap: 0;}
.woocommerce ul.products.columns-4:before {
    display: none;
}
.woocommerce ul.products.columns-4 li.product {
    width: 100% !important;
    margin-bottom: 35px;
    background: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(226, 226, 226, 1);
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 0;
    position: relative;
    transition: all .075s ease-out;
    overflow: hidden;
    transform-style: preserve-3d;
}
.woocommerce ul.products.related-products-slider li.product {
    margin-bottom: 0 !important;
}
.woocommerce ul.products.columns-4 li.product:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.woocommerce ul.products.columns-4 li.product a {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.woocommerce ul.products.columns-4 li.product .yith-wcwl-add-to-wishlist {
    position: absolute;
    right: 15px;
    bottom: 13px;
    cursor: pointer;
    z-index: 1;
    margin: 0;
}
/* .woocommerce ul.products.columns-4 li.product .yith-wcwl-add-to-wishlist a.add_to_wishlist:before {
   content: "\f08a";
    color: rgba(139, 145, 152, 1);
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-weight: 500;
} */
.woocommerce ul.products.columns-4 li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, 
.woocommerce ul.products.columns-4 li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before {
    content: "\f004";
    color: #e6af5d;
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-weight: 500;
}
.woocommerce ul.products.columns-4 li.product .yith-wcwl-add-to-wishlist .feedback {
    display: none;
}
.woocommerce ul.products.columns-4 li.product .yith-wcwl-add-to-wishlist a[data-title="Browse wishlist"] {
    display: none;
}
.woocommerce ul.products.columns-4 li.product .yith-wcwl-add-to-wishlist a i {
    display: none;
}
.woocommerce ul.products.columns-4 li.product .yith-wcwl-add-to-wishlist a.add_to_wishlist span {
    display: none;
}
.woocommerce ul.products.columns-4 li.product a .onsale {
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 1;
    background-color: #e6af5d;
    color: #fff;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 3px;
    margin: auto;
    min-height: auto;
    min-width: auto;
    line-height: normal;
}
.woocommerce ul.products.columns-4 li.product a img {
    pointer-events: none;
    transition: all .25s ease-out;
    width: 100%;
    height: 250px;
    object-fit: contain;
    object-position: center;
    margin: 0;
}
.woocommerce ul.products.columns-4 li.product:hover a img {
    transform: scale(1.12);
}
.woocommerce ul.products.columns-4 li.product .woocommerce-loop-product__title {
    margin: 0;
/*    margin-top: 15px;*/
    margin-top: 0;
    padding: 0 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #332f2c;
    font-family: 'Marcellus';
    position: relative;
    height: 60px;
}
.woocommerce ul.products.columns-4 li.product .price {
    display: block;
    font-size: 16px;
    color: rgba(105, 105, 115, 1);
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    justify-content: flex-start;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.woocommerce ul.products.columns-4 li.product .price del {
    font-size: 14px;
    color: rgba(139, 145, 152, 1);
    font-weight: 400;
    text-decoration: line-through;
    margin: 0;
    display: inline-block;
    order: 2;
        font-weight: 400;
}
.woocommerce ul.products.columns-4 li.product .price ins {
    margin: 0 7px 0 0;
    display: inline-block;
    order: 1;
    float: left;
    text-decoration: none;
        font-weight: 400;
}
.woocommerce ul.products.columns-4 li.product a.button {
    margin: 0;
    margin-bottom: 15px;
    margin-left: 10px;
    background-color: #e6af5d;
    padding: 10px;
    border-radius: 3px;
    font-size: 13px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    text-transform: uppercase;
    transition: all .1s ease-out;
    line-height: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-right: 17px;
    padding-left: 17px;
    width: fit-content;
}
.woocommerce ul.products.columns-4 li.product a.button:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background-color: #e7a94c;
}
.woocommerce.columns-4 nav.woocommerce-pagination {
    margin-bottom: 30px;
}
.woocommerce.columns-4 nav.woocommerce-pagination .page-numbers, 
.woocommerce.columns-4 nav.woocommerce-pagination .page-numbers li {
    border: none;
}
.woocommerce.columns-4 nav.woocommerce-pagination .page-numbers li {
    margin: 0 2px;
}
.woocommerce.columns-4 nav.woocommerce-pagination .page-numbers li .page-numbers {
    border: none;
    background-color: #e6af5d;
    height: 35px;
    width: 35px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0.75;
    transition: all .3s;
}
.woocommerce.columns-4 nav.woocommerce-pagination .page-numbers li .page-numbers:hover {
     opacity: 1;
}
.woocommerce.columns-4 nav.woocommerce-pagination .page-numbers li .page-numbers.current {
    opacity: 1;
}

#yith-wcwl-form.woocommerce.yith-wcwl-form {
    padding: 40px 0;
    padding-top: 0;
    position: relative;
}
#yith-wcwl-form.woocommerce.yith-wcwl-form .wishlist-title {
    text-align: center;
    width: 100%;
    margin: 0;
}
#yith-wcwl-form.woocommerce.yith-wcwl-form .wishlist-title h2 {
    font-size: 32px;
    color: #332f2c;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.5;
    background: transparent;
    text-transform: capitalize;
}
#yith-wcwl-form.woocommerce.yith-wcwl-form .wishlist-title h2:after {
    background: #e6af5d;
    height: 2px;
    width: 60px;
    content: "";
    display: block;
    margin: 5px auto 0;
}
#yith-wcwl-form.woocommerce.yith-wcwl-form .wishlist-title a.show-title-form {
    display: none;
}
#yith-wcwl-form.woocommerce.yith-wcwl-form table.shop_table {
    border-collapse: collapse;
}
#yith-wcwl-form.woocommerce.yith-wcwl-form table.shop_table thead {
    background: #e6af5d;
    color: #fff;
        font-size: 15px;
}
#yith-wcwl-form.woocommerce.yith-wcwl-form table.shop_table .remove {
    color: #fff!important;
    background: #e6af5d !important;
    border-radius: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#yith-wcwl-form.woocommerce.yith-wcwl-form table.shop_table .product-name a {
    margin: 0;
    font-weight: 600;
    line-height: 1.4;
    color: #332f2c;
    font-size: 15px;
}
#yith-wcwl-form.woocommerce.yith-wcwl-form table.shop_table .product-price {
    text-align: left;
}
#yith-wcwl-form.woocommerce.yith-wcwl-form table.shop_table .product-price bdi {
    margin: 0;
    font-weight: 500;
    line-height: 1.4;
    color: #332f2c;
    font-size: 15px;
}
#yith-wcwl-form.woocommerce.yith-wcwl-form table.shop_table .product-stock-status {
    text-align: left;
}
#yith-wcwl-form.woocommerce.yith-wcwl-form table.shop_table .product-add-to-cart a {
    padding: 6px 15px 6px !important;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block !important;
    background: #e6af5d;
    border: none;
    border-radius: 5px !important;
    color: #fff;
}
#yith-wcwl-form.woocommerce.yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share {
    display: none;
}
#yith-wcwl-form.woocommerce.yith-wcwl-form ul.shop_table {
    border-collapse: collapse;
    margin: 0 -1px 24px 0 !important;
    text-align: left;
    width: 100%;
}
#yith-wcwl-form.woocommerce.yith-wcwl-form ul.shop_table li {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    margin-bottom: 20px;
}
#yith-wcwl-form.woocommerce.yith-wcwl-form ul.shop_table .item-wrapper {
    display: block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 0;
}
#yith-wcwl-form.woocommerce.yith-wcwl-form ul.shop_table .item-wrapper .product-thumbnail {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
#yith-wcwl-form.woocommerce.yith-wcwl-form ul.shop_table .item-wrapper .product-thumbnail a {
    width: 100%;
    max-width: 100%;
}
#yith-wcwl-form.woocommerce.yith-wcwl-form ul.shop_table .item-wrapper .product-thumbnail a img {
    width: auto;
    height: 120px;
}
#yith-wcwl-form.woocommerce.yith-wcwl-form ul.shop_table .item-wrapper .item-details {
        width: 100%;
}
#yith-wcwl-form.woocommerce.yith-wcwl-form ul.shop_table .item-wrapper .item-details .product-name {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
#yith-wcwl-form.woocommerce.yith-wcwl-form ul.shop_table .item-wrapper .item-details .product-name h3 a {
        margin: 0;
    font-weight: 600;
    line-height: 1.4;
    color: #332f2c;
    font-size: 16px;
}
#yith-wcwl-form.woocommerce.yith-wcwl-form ul.shop_table li table {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    width: 100%;
    margin: 0;
}
#yith-wcwl-form.woocommerce.yith-wcwl-form ul.shop_table li table .label {
    padding: 10px 20px;
    margin: 0;
    font-weight: 600;
    line-height: 1.4;
    color: #332f2c;
    font-size: 16px;
}
#yith-wcwl-form.woocommerce.yith-wcwl-form ul.shop_table li table .value {
    padding: 10px 20px;
    margin: 0;
    font-weight: 500;
    line-height: 1.4;
    color: #332f2c;
    font-size: 14px;
}
#yith-wcwl-form.woocommerce.yith-wcwl-form ul.shop_table li .product-add-to-cart {
    width: 100%;
    padding: 10px 20px;
    margin: 0;
    text-align: left;
}
#yith-wcwl-form.woocommerce.yith-wcwl-form ul.shop_table li .product-add-to-cart a {
    padding: 6px 15px 6px !important;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block !important;
    background: #e6af5d;
    border: none;
    border-radius: 5px !important;
    color: #fff;
    margin: 0 !important;
}
#yith-wcwl-form.woocommerce.yith-wcwl-form ul.shop_table li .product-remove {
    width: 100%;
    padding: 10px 20px;
    margin-top: -50px;
}
#yith-wcwl-form.woocommerce.yith-wcwl-form ul.shop_table li .product-remove a {
    background: red;
    color: #fff;
    padding: 4px 15px 4px !important;
    border-radius: 5px;
}
.products-deatils-page-section .product__details__content .woocommerce .woocommerce-notices-wrapper {
    display: none;
}

.churan-section .products-box.blogs-single .img-area {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.churan-section .products-box.blogs-single .img-area img {
    width: auto;
    height: auto;
}
.churan-section .products-box.blogs-single .content-area p {
    font-size: 14px;
    line-height: 26px;
    color: #8d9396;
    background-color: transparent;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    vertical-align: baseline;
    white-space: pre-wrap;
    margin-bottom: 20px;
}
.churan-section .products-box.blogs-single .content-area p strong {
    color: #332f2c;
}
.woocommerce-error, 
 .woocommerce-message, 
 .woocommerce-info {
    margin: 0 !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    border-top-color: #e6af5d !important;
}
.woocommerce-error {
    padding: 1em 2em 1em 3.5em !important;
}
.woocommerce-error::before, 
 .woocommerce-message::before, 
 .woocommerce-info::before {
    color: #e6af5d !important;
}
.return-to-shop {
    text-align: center;
    margin: 0;
}
.return-to-shop a.button {
    position: relative !important;
    padding: 10px 25px !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    border-radius: 30px !important;
    cursor: pointer !important;
    transition: all ease-out 0.4s;
    background: #e6af5d !important;
    border: 1px solid #e6af5d !important;
    color: #fff !important;
    margin-bottom: 15px !important;
}

.products-deatils-page-section .cart .quantity, 
.products-deatils-page-section .cart .heart-icon {
	display:none;
}
.products-deatils-page-section .cart .single_add_to_cart_button {
    display:none;
}
.products-deatils-page-section .entry-summary .single_variation_wrap .minus, .products-deatils-page-section .entry-summary .single_variation_wrap .plus, .products-deatils-page-section .entry-summary .single_variation_wrap .input-text.qty  {
display:none;
}
.dgwt-wcas-suggestion-selected {
    background-color: #e6af5d !important;
    
}
.dgwt-wcas-suggestion-selected .dgwt-wcas-st-title {
    color: #fff !important;
}
.related .related-products-slider .price .intax, .related .related-products-slider .price .discount-percentage {
display:none;
}

.corporategifting-hero-banner-area-02 {
    position: relative;
    background: #fff;
}
.corporategifting-hero-banner-area-02 .img-area {
    padding-right: 200px;
}
.corporategifting-hero-banner-area-02 .img-area img {
    width: 100%;
    height: 760px;
    object-fit: cover;
    object-position: right;
}
.corporategifting-hero-banner-area-02 .content-area {
    max-width: 560px;
    position: absolute;
    top: 50%;
    right: 145px;
    transform: translateY(-50%);
    background-color: #ffffff;
    padding: 95px 60px 80px 60px;
    text-align: center;
    border-radius: 3px;
}
.corporategifting-hero-banner-area-02 .content-area .sub-title {
    display: block;
    color: #e6af5d;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 2px;
    font-family: 'Mont', sans-serif;
    margin-bottom: 30px;
}
.corporategifting-hero-banner-area-02 .content-area .title {
    font-style: normal;
    color: #332f2c;
    font-size: 70px;
    font-weight: 400;
    line-height: 80px;
    font-family: 'Marcellus';
    margin-bottom: 50px;
}
.corporategifting-hero-banner-area-02 .content-area p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #8d9396;
    margin: 0;
    letter-spacing: 1px;
}
.corporategifting-hero-banner-area-02 .content-area .stretched-btn {
    background-color: rgba(0,0,0,0);
    border-radius: 100px 100px 100px 100px;
    padding: 10px 30px 9px 30px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e8e8e8;
    transition: 0.25s all ease-in-out;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    fill: #332f2c;
    color: #332f2c;
    margin-top: 30px;
}
.corporategifting-hero-banner-area-02 .content-area .stretched-btn:hover {
    background-color: #e6af5d;
    border-color: #e6af5d;
    color: #fff;
}
.corporategifting-hero-banner-area-02 .content-area .stretched-btn i {
    margin-left: 9px;
    font-size: 18px;
    margin-top: -2px;
}

.delivered-over-section {
    background-color: #fff;
    padding: 20px 0;
    padding-bottom: 60px;
}
.delivered-over-section .tp-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    max-width: 1550px;
}
.delivered-over-section .heading_class_three .heading_style3:before {
    display: none;
}
.delivered-over-section .row-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 90px;
    grid-gap: 20px;
}
.delivered-over-section .row-grid .item {
    background: #e7e7e7;
    padding: 9px 28px;
    border-radius: 31px;
    text-align: center;
}
.delivered-over-section .row-grid .item p {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
}
.delivered-over-section .row-grid .item .display-4 {
    color: #ff8400;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.2;
}
.delivered-over-section .row-grid .item .plus {
    color: #ff8400;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.2;
}
.fulfilling-section .heading_class_three .heading_style3:before, 
.deliciousness-section .heading_class_three .heading_style3:before {
    display: none;
}
.special-occasion-section.deliciousness-section .gift-cat-box .fallow-btn {
        background: #f8f7f0;
    max-width: 90%;
    padding: 12px 10px;
    font-size: 18px;
    border-radius: 20px;
    top: auto;
    margin-top: -70px;
        cursor: auto;
}
.special-occasion-section.deliciousness-section .gift-cat-box a {
    width: 100%;
}
.special-occasion-section.deliciousness-section .gift-cat-box img {
    height: 265px;
    object-position: left;
}
.special-occasion-section.why-choose-section .row-grid {
    grid-template-columns: repeat(2, 1fr);
}
.special-occasion-section.why-choose-section .gift-cat-box img {
    height: 400px;
    object-position: center top;
}
.special-occasion-section.why-choose-section .gift-cat-box .content-area {
    text-align: center;
}
.special-occasion-section.why-choose-section .gift-cat-box .content-area .title {
    font-style: normal;
    color: #332f2c;
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
    font-family: 'Marcellus';
    margin: 20px 0;
}
.special-occasion-section.why-choose-section .gift-cat-box .content-area a {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1.2px;
    color: #332f2c;
    display: flex;
    margin: auto;
    width: fit-content;
    align-items: center;
}
.special-occasion-section.why-choose-section .gift-cat-box .content-area a i {
    margin-left: 9px;
    font-size: 18px;
    margin-top: -2px;
}
.special-occasion-section.why-choose-section .gift-cat-box .content-area a:hover {
    color: #e6af5d;
}

.fulfilling-section {
    padding: 50px 0;
    padding-bottom: 30px;
}
.fulfilling-section .tp-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 25px;
}
.fulfilling-section .row-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.fulfilling-section .fulfilling-item {
    text-align: center;
    margin-bottom: 15px;
}
.fulfilling-section .fulfilling-item .icon {
    width: 100px;
    height: 100px;
    margin: 10px auto;
    text-align: center;
    border-radius: 50%;
    padding: 10px;
    background: #fd9100;
    border: 4px solid #ffd8aa;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fulfilling-section .fulfilling-item .icon img {
    width: 50px;
}
.fulfilling-section .fulfilling-item .title {
    font-size: 16px;
}
.why-choose-section {
    padding: 20px 0;
    padding-bottom: 50px;
}

.products-deatils-page-section .product__details__content .woocommerce .product.type-product .summary .social-share {
    margin: 0;
    margin-bottom: -40px;
    position: relative;
    width: fit-content;
    display: block;
    text-align: end;
    margin-top: 15px;
    z-index: 1;
    float: right;
}

.intrkt_confirm-action {
    width: 100% !important;
}
#intrkt_action_confirm {
    background-color: #e6af5d !important;
    border: 1px solid #e6af5d !important;
    color: white;
    margin-left: 10px;
}
#intrkt_action_confirm:hover {
    background-color: #e7a94c !important;
}

.about-page-section-01 {
    position: relative;
    background: #fff;
}
.about-page-section-01 .img-area img {
    width: 100%;
    object-fit: cover;
    height: 650px;
}
.about-page-section-01 .overflow-shadow {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    z-index: 1;
}
.about-page-section-01 .content-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    z-index: 2;
}
.about-page-section-01 .content-area .title {
    font-size: 70px;
    color: rgb(255, 255, 255);
    line-height: 80px;
    text-transform: none;
    font-weight: 400;
    font-family: 'Marcellus';
}
.about-page-section-01 .content-area .prag-p {
    font-size: 15px;
    color: rgb(255, 255, 255);
    line-height: 24px;
    font-weight: 500;
    text-transform: none;
    font-family: 'Mont', sans-serif;
    margin: 60px 0;
}
.about-page-section-01 .content-area .get-btn {
        font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    fill: #332f2c;
    color: #fff;
    background-color: rgba(0,0,0,0);
    border-radius: 100px 100px 100px 100px;
    padding: 13px 35px 12px 35px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e8e8e8;
    transition: 0.25s all ease-in-out;
    display: inline-flex;
    align-items: center;
    width: fit-content;
}
.about-page-section-01 .content-area .get-btn i {
    margin-left: 10px;
    font-size: 20px;
}
.about-page-section-01 .content-area .get-btn:hover {
    background-color: #e6af5d;
    border-color: #e6af5d;
    color: #fff;
}
.about-page-section-02 {
    background-color: #fff;
    padding: 60px 0;
    position: relative;
}
.about-page-section-02 .row {
    align-items: center;
}
.about-page-section-02 .img-area img {
    width: 100%;
    height: 450px;
    object-fit: none;
}
.about-page-section-02 .content-area {
    padding-left: 30px;
    padding-right: 10px;
}
.about-page-section-02 .content-area .title {
    display: block;
    color: #e6af5d;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 2px;
    font-family: 'Mont', sans-serif;
    margin-bottom: 15px;
}
.about-page-section-02 .content-area .desc-title {
    font-style: normal;
    color: #332f2c;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    font-family: 'Marcellus';
    margin-bottom: 25px;
}
.about-page-section-02 .content-area p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #8d9396;
    margin: 0;
    letter-spacing: 1px;
}
.about-page-section-02 .content-area .stretched-btn {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    fill: #332f2c;
    color: #332f2c;
    background-color: rgba(0,0,0,0);
    border-radius: 100px 100px 100px 100px;
    padding: 10px 30px 8px 30px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e8e8e8;
    transition: 0.25s all ease-in-out;
    margin-top: 25px;
    margin-bottom: 8px;
    display: inline-flex;
    align-items: center;
    width: fit-content;
}
.about-page-section-02 .content-area .stretched-btn i {
    margin-left: 9px;
    font-size: 20px;
    margin-top: 0px;
}
.about-page-section-02 .content-area .stretched-btn:hover {
    background-color: #e6af5d;
    border-color: #e6af5d;
    color: #fff;
}

.about-page-section-03 {
    background-color: #fff;
    padding: 60px 0;
    padding-top: 30px;
    position: relative;
}
.about-page-section-03 .container {
    position: relative;
}
.about-page-section-03 .row {
    align-items: center;
}
.about-page-section-03 .img-area {
    padding-left: 200px;
}
.about-page-section-03 .img-area img {
    width: 100%;
}
.about-page-section-03 .content-area {
    max-width: 510px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #ffffff;
    padding: 45px 45px 55px 45px;
    border-radius: 3px;
}
.about-page-section-03 .content-area .sub-title {
    display: block;
    color: #e6af5d;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 2px;
    font-family: 'Mont', sans-serif;
    margin-bottom: 30px;
}
.about-page-section-03 .content-area .title {
    font-style: normal;
    color: #332f2c;
    font-size: 70px;
    font-weight: 400;
    line-height: 80px;
    font-family: 'Marcellus';
    margin-bottom: 50px;
}
.about-page-section-03 .content-area p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #8d9396;
    margin: 0;
    letter-spacing: 1px;
}
.about-page-section-03 .content-area .stretched-btn {
    background-color: rgba(0,0,0,0);
    border-radius: 100px 100px 100px 100px;
    padding: 10px 30px 9px 30px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e8e8e8;
    transition: 0.25s all ease-in-out;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    fill: #332f2c;
    color: #332f2c;
    margin-top: 30px;
}
.about-page-section-03 .content-area .stretched-btn i {
    margin-left: 9px;
    font-size: 18px;
    margin-top: -2px;
}
.about-page-section-03 .content-area .stretched-btn:hover {
    background-color: #e6af5d;
    border-color: #e6af5d;
    color: #fff;
}
.about-page-section-03 .owl-products-about-slider {
    padding: 0 40px;
}
.about-page-section-03 .owl-products-about-slider .owl-nav {
    display: none;
}
.about-page-section-03 .owl-products-about-slider .owl-dots {
    margin-top: 20px;
}
.about-page-section-03 .owl-products-about-slider .owl-dot {
    position: relative;
    margin: 0 8px;
    width: 6px;
    height: 6px;
    background-color: #8d9396;
    display: inline-block;
    cursor: pointer;
    border-radius: 100%;
}
.about-page-section-03 .owl-products-about-slider .owl-dot.active {
    background-color: #e6af5d;
}
.about-page-section-03 .owl-products-about-slider .owl-dot:before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: transparent;
    transition: 0.25s all ease-in-out;
}
.about-page-section-03 .owl-products-about-slider .owl-dot.active:before {
    border-color: #e6af5d;
}
.about-page-section-03 .owl-products-about-slider .owl-dot span {
    display: none !important;
} 