:root {
    --bg_gold_color: #d5b568;
    --bg_gold_color2: #ffd700;
    --bg_black_color: #512e24;
    --bg_white_color: #ffffff;

    --heading_font: "Playfair Display", serif;
    --pera_font: "Poppins", sans-serif;
    --body_font: "Lato", sans-serif;
    --body_size: 16px;

    --body_size: 16px;

    /*--headingColorBlack: #512e24;*/
    /*--headingColorWhite: #ffffff;*/
    --headingColorBlack: #4a130a;
    --headingColorWhite: #f5d27a;
    --headingColorGold: #ffd700;
    --headingColorGold2: #f2b95d;

    /*--perablack: #512e24;*/
    --perablack: #000000;
    --peragold: #f5d27a;
    --perawhite: #ffffff;

    --hovertextcolorgold: #ffd700;
    --hovertextcolorblack: #512e24;
    --hovertextcolorwhite: #ffffff;
    --hoverbtnBlackColor:#000;

    --activetextcolorgold: #ffd700;

    --border_color1: #b8860b;
    --border_color2: #512e24;

    --container:90%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--body_font);
    font-size: var(--body_size);
}

ul,
li {
    margin: 0;
    padding: 0;
    color: var(--perablack);
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #d5b568;
    transition: 0.2s all;
}

a:hover {
    /*color: var(--hovertextcolorgold);*/
    color: #482820;
}

a:focus-visible,
a:focus {
    outline: none !important;
}

p {
    font-size: 16px;
    line-height: 1.4;
    color: var(--perablack);
    font-family: var(--pera_font);
    font-weight: 400;
    margin-bottom: 15px;
}

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

img {
    display: block;
    max-width: 100%;
    height: auto;
}
img.testimonial {
    width: 20px !important;
}

.container {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading_font);
    color: var(--headingColorBlack);
    line-height: 1.4;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
    margin-bottom: 5px;
}

h1 {
    font-size: 40px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 32px;
}
h4 {
    font-size: 28px;
}
h5 {
    font-size: 22px;
}
h6 {
    font-size: 18px;
}

input::placeholder,
textarea::placeholder {
    color: #512e24;
}

.custom_btn {
    color: #fff;
    padding: 20px 5px;
    width: 220px;
    line-height: 1.4;
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s all ease;
    border: none;
    display: inline-block;
    font-family: var(--body_font);
    text-align: center;
    font-weight: 600;
}

.custom_btn1 {
    background: url(../images/btn_bg1.3.png) no-repeat center;
    background-size: contain;
    color: #512e24;
    transition: 0.2s all;
}
.custom_btn1:hover {
    /*color: var(--hovertextcolorwhite);*/
    color: #000;

}

.custom_btn2 {
    background: url(../images/btn_bg2.3.png) no-repeat center;
    background-size: contain;
    color: #fff;
    transition: 0.2s all;
}

.btn_small {
    padding: 5px 5px;
    width: 130px;
    height: 40px;
    line-height: 30px;
    background-size: 100% 100%;
    font-weight: 700;
    color: #512e24;
    font-size: 16px;
    /*    display: flex;
    align-items: center;
    justify-content: center;*/
}

.custom_bnt3:hover {
    /*    background: #9d8504;
    color: #fff;*/
}

.custom_btn2:hover {
    color: var(--hovertextcolorgold);
}

.btn_box {
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 15px;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}

.btn.btn-primary {
    background: url(../images/btn_bg1.3.png) no-repeat center;
    transition: 0.2s all;
    padding: 5px 5px;
    width: 140px;
    height: 40px;
    line-height: 30px;
    background-size: 100% 100%;
    font-weight: 700;
    font-size: 16px;
    border: none;
    display: inline-block;
    font-family: var(--body_font);
    text-align: center;
    color: #512e24;
}

.btn.btn-primary:hover {
    color: var(--hoverbtnBlackColor);
}

.custom_space {
    padding: 100px 0;
}

.custom_heading {
    text-align: center;
}

.custom_heading h2 {
    margin-bottom: 25px;
}

.custom_heading p {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.comman_bg_light {
    background: url(../images/light_golden_texture-1.png);
    background-size: cover;
    background-repeat: repeat-y;
    width: 100%;
    height: 100%;
}

.comman_bg_dark {
    background: url(../images/dark_golden_texture-1.png);
    background-size: cover;
    background-repeat: repeat-y;
    width: 100%;
    height: 100%;
}

/* top to bottom css End */

#scrollTopBtn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 99;
    background: linear-gradient(135deg, #8b5a2b, #d4af37);
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 20px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.35);
    transition: all 0.3s ease;
    display: none;
}

#scrollTopBtn:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.5);
}

#scrollTopBtn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* top to bottom css End */

.slick-slide {
    margin: 0 15px; /* left-right gap */
}

.slick-list {
    margin: 0 -15px; /* extra outer space remove karne ke liye */
}

/* Breadcrumb Start */
.innertopbanner {
    background-position: 100% 100%;
    background-image: url(../images/dark_golden_texture-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    width: 100%;
    height: auto;
}

.innertopbanner_content {
    text-align: center;
    display: grid;
    gap: 5px;
}
.innertopbanner_content h1 {
    color: var(--headingColorWhite);
    text-transform: capitalize;
}

.innertopbanner_breadcrumb li {
    display: inline;
    font-size: 16px;
    color: var(--activetextcolorgold);
    text-transform: capitalize;
}

.innertopbanner_breadcrumb li + li:before {
    padding: 0 5px;
    content: "/\00a0";
    color: var(--perawhite);
}

.innertopbanner_breadcrumb li a {
    color: var(--perawhite);
    text-decoration: none;
}

.innertopbanner_breadcrumb li a:hover {
    color: var(--hovertextcolorgold);
    text-decoration: none;
}

/* Breadcrumb End */

aside#column-right .list-group a:nth-last-child(2){
    display: none;
}


/*==================( Comman Css End )===================*/
/*==================( Comman Css End )===================*/
/*==================( Comman Css End )===================*/

/*==================( Header Css Start )===================*/

.site_header {
    padding: 0 0 15px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}

.header_inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0 0 0;
}
.site_logo {
    background-color: var(--bg_black_color);
    padding: 10px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    position: absolute;
    top: 46px;
    left: 50%;
    transform: translateX(-50%);
}

.site_logo a {
    display: inline-block;
}

.site_logo a img {
    max-width: 100px;
    width: 100%;
}
.navbar_nav ul {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}
.navbar_nav ul li a {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    transition: 0.2s all ease;
    padding: 10px 0;
}

.navbar_nav ul li {
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    transition: 0.2s all ease;

    position: relative;
}

.navbar_nav ul li a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #d5b568;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.2s all ease;
}

.navbar_nav ul li a:hover::after {
    background: #d5b568;
    opacity: 1;
    width: 100%;
}

.navbar_nav ul li a:hover {
    color: var(--hovertextcolorgold);
}

.navbar_wrap {
    width: 100%;
}

.nav_inside_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/*  Sub Menu Start */

.sub_menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #512e24;
    min-width: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s ease;
    z-index: 99;
    flex-direction: column;
    gap: 0 !important;
}

.sub_menu li a {
    padding: 10px 15px;
    display: block;
    color: #fff;
}

.has_submenu.icon_sub {
    position: relative;
}

.has_submenu.icon_sub::after {
    content: "▾";
    margin-left: 6px;
    font-size: 19px;
    position: absolute;
    top: 11px;
    right: -16px;
    display: none;
}

/* Toggle Icon */

#close_icon {
    width: 29px;
    height: 22px;
    position: relative;
    cursor: pointer;
    z-index: 9999;
    top: -40px;
    display: none;
}

#close_icon::before,
#close_icon::after,
#close_icon span {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.3s;
}

#close_icon::before {
    top: 0;
}
#close_icon span {
    top: 10px;
}
#close_icon::after {
    bottom: 0;
}

#close_icon.active::before {
    transform: rotate(45deg);
    top: 11px;
}

#close_icon.active::after {
    transform: rotate(-45deg);
    bottom: 11px;
}

#close_icon.active span {
    opacity: 0;
}

.home_btn_box {
    padding: 15px 0;
    border-bottom: none !important;
}

.home_buy_btn {
    padding: 5px 5px !important;
    width: 130px !important;
    height: 40px;
    background-size: 100% 100%;
    font-size: 16px !important;
    font-weight: 700;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #512e24 !important;
}

.home_buy_btn:hover {
    color: var(--hoverbtnBlackColor) !important;
}

.home_buy_btn::after {
    display: none;
}

.sub_menu li a {
    min-width: 100px;
    text-align: center;
}

@media (min-width: 768px) {
    .has_submenu:hover > .sub_menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

/*--------------*/

@media (max-width: 768px) {
    .sub_menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
        padding-left: 15px;
        display: none !important;
    }

    .has_submenu.active > .sub_menu {
        display: block !important;
    }

    .has_submenu {
        cursor: pointer;
    }

    .has_submenu.icon_sub::after {
        right: 0;
    }
    .navbar_nav ul li a {
        width: 100%;
        padding: 15px 0;
        text-align: left;
    }
    .navbar_nav ul li a::after {
        height: 1px;
    }
}

/*  Sub Menu End */

/*====== ( Banner Css Start ) ======*/

.banner {
    background: url(../images/banner4.1.jpg) no-repeat top right;
    background-size: cover;
    width: 100%;
    height: 720px;
    position: relative;
}

.banner::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 270px;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.52) 39%, rgba(0, 0, 0, 0) 100%);
}


.banner_content {
    max-width: 600px;
    text-align: center;
    position: relative;
    padding: 80px 50px;
    z-index: 9;
}

.banner_content::before {
    content: "";
    background: url(../images/banner_text_bg.png) no-repeat top right;
    width: 100%;
    height: 100%;
    background-size: cover;
    filter: blur(100px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.banner_wrap {
    padding: 150px 0;
}

.banner_content h1 {
    font-size: 40px;
}

.simple_line1 img {
    width: 100%;
    height: 8px;
    opacity: 0.7;
}

.simple_line1 {
    margin: 16px 0;
}

.simple_line2 {
    margin: 16px 0 30px;
    /*margin: 30px 0 30px;*/
    text-align: center;
}

.simple_line2 img {
    height: 8px;
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
}

/*====== ( Banner Css End ) ======*/

/*====== ( About Css Start ) ======*/

.about {
    background: url(../images/dark_golden_texture-1.png) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 9;
}

.section_border {
    position: relative;
    z-index: 9;
}

.section_border::before {
    position: absolute;
    content: "";
    background: url(../images/section_bodre_bg3.png);
    width: 100%;
    height: 80px;
    left: 0;
    top: -36px;
    background-size: contain;
    background-repeat: repeat-x;
}

.section_border_bottom {
    position: relative;
}

.section_border_bottom::before {
    position: absolute;
    content: "";
    background: url(../images/section_bodre_bg3.png);
    background-size: contain;
    background-repeat: repeat-x;
    width: 100%;
    height: 80px;
    left: 0;
    bottom: -48px;
    z-index: 99;
}

.about_content {
    width: 100%;
    display: grid;
    grid-template-columns: 8fr 4fr;
    gap: 50px;
    align-items: center;
}

.about_text {
    text-align: center;
}

.about_text .custom_heading h2 {
    color: var(--headingColorWhite);
}

.about_text .custom_heading p {
    color: var(--perawhite);
}

.about_list ul {
    display: flex;
    margin-top: 40px;
}

.about_list ul li {
    border-right: 1px solid var(--border_color1);
    padding: 15px;
    width: 100%;
}

.about_list ul li:last-child {
    border-right: none;
}

.about_list ul li span {
    color: var(--perawhite);
    line-height: 1.2;
    display: block;
}

.about_box_list {
    margin-bottom: 7px;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 0 10px #ffffff5e;
    display: inline-block;
    padding: 10px;
}

.about_img {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*====== ( About Css End ) ======*/

/*====== ( Recipe Css start ) ======*/

.recipe {
    background: url(../images/light_golden_texture-1.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
}

.recipe::after {
    position: absolute;
    content: "";
    background: url(../images/bg_art1.png) no-repeat;
    background-size: cover;
    left: 0;
    width: 100%;
    height: 116px;
    top: inherit;
    bottom: 0;
    mix-blend-mode: multiply;
    z-index: -1;
}

.recipe_content .menu-tabs {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 2px;
}

.recipe_content .tab-btn.active {
    background: url(../images/btn_bg2.3.png) no-repeat center;
    background-size: contain;
    color: #fff;
}

.recipe_content .tab-content {
    margin: auto;
}

.recipe_content .content {
    display: none;
}

.recipe_content .content.active {
    display: block;
}

.recipe_listing_main .recipe_tabing {
    margin-top: 0;
}

.recipe_content .card {
    background: transparent;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 19px rgb(255 255 255 / 36%);
    height: 430px;

}

.recipe_content .card a {
    display: block;
    position: relative;
    overflow: hidden;
    transition: 0.2s all;
    height: 100%;
    border-radius: 5px;
}

.recipe_content .card a:hover .rtc_img img {
    transform: scale(1.1);
}

.recipe_content .card a .rtc_img img {
    width: 100%;
    height: 100%;
    transition: 0.2s all;
    object-fit: cover;
}

.rtc_text {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 25px;
    z-index: 9;
}

.rtc_text h5 {
    color: var(--headingColorWhite);
    margin-bottom: 7px;
text-transform: capitalize;
}
.rtc_text p {
    color: var(--perawhite);
    font-size: 12px;
}
.rtc_text p strong {
    color: var(--peragold);
}

.rtc_img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.rtc_img::before {
    content: "";
    position: absolute;
    background: url(../images/recipe_box_border1.1.png) no-repeat;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-size: contain;
    z-index: 9;
}

.rtc_img::after {
    content: "";
    background-color: #000;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 70px;
    filter: blur(50px);
}

.recipe_tabing {
    margin: 30px 0;
}

/**/


.reipe_grid_insider {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.reipe_grid_insider .card{
    flex: 0 0 calc(25% - 23.5px);
}



/*====== ( Recipe Css End ) ======*/

/*====== ( Product DEtail Css Start ) ======*/

/*Producat Details*/

.product_detail {
    background: url(../images/dark_golden_texture-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: relative;
    z-index: 9;
}

.product_detail::after {
    position: absolute;
    content: "";
    background: url(../images/bg_art2.png) no-repeat;
    background-size: cover;
    right: 0;
    bottom: 0;
    width: 500px;
    height: 324px;
    opacity: 0.5;
    z-index: -1;
}

.product_inner {
    display: flex;
    width: 100%;
    gap: 50px;
}

.product_img img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    object-fit: contain;
}
.product_slider {
    max-width: 40%;
}

.product_img {
    background: #fff;
    box-shadow: 0 2px 10px #00000014;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: url(../images/light_golden_texture-1.png) no-repeat center;
    height: 526px;
}

.product_dep {
    max-width: 100%;
    border-radius: 10px;
    flex: 1;
}

.product_dep .custom_heading h2 {
    margin-bottom: 10px;
}


.product_dep p {
    margin-bottom: 15px;
}

.detail_ing {
    margin-bottom: 15px;
}

.detail_ing h5 {
    margin-bottom: 15px;
}
.detail_ing ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 5px;
}
.detail_ing ul li {
    position: relative;
    color: var(--perawhite);
}

.buy_btn {
    background-color: #4b200d;
}


.product_dep .custom_heading h2,
.product_dep .detail_ing h5 {
    color: var(--headingColorWhite);
}

.product_dep .custom_heading p {
    color: var(--perawhite);
    margin: inherit;
    max-width: 100%;
}

.product_dep .btn_box {
    justify-content: flex-start;
}

.product_dep .custom_heading {
    text-align: left;
}

.product_dep .simple_line2 {
    text-align: left;
}

.product_dep .simple_line2 img {
    margin-left: unset;
}

/*====== ( Product DEtail Css End ) ======*/

/*====== ( Video Css Start ) ======*/

.video_div {
    background: url(../images/light_golden_texture-1.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.video_slider_inside {
    position: relative;
    width: 100%;
    height: 300px;
    border: 10px solid transparent;
    border-image-source: url(../images/border_1.png);
    border-image-slice: 13;
    border-image-repeat: repeat;
    box-sizing: border-box;
}

/* Video Slider Css Start */

.slick-next,
.slick-prev {
    font-size: 0;
    width: 50px;
    height: 50px;
    z-index: 9;
}

.slick-next {
    background: url(../images/arrow_right.png) no-repeat center;
    background-size: contain;
}

.slick-prev {
    background: url(../images/arrow_left.png) no-repeat center;
    background-size: contain;
}

.slick-next:before,
.slick-prev:before {
    font-size: 0;
    display: none;
}

.slick-next:focus,
.slick-next:hover {
    background: url(../images/arrow_right.png) no-repeat center;
    background-size: contain;
}

.slick-prev:focus,
.slick-prev:hover {
    background: url(../images/arrow_left.png) no-repeat center;
    background-size: contain;
}


@media only screen and (max-width: 640px){
    .slick-next,
    .slick-next:focus,
    .slick-next:hover,
    .slick-prev,
    .slick-prev:focus,
    .slick-prev:hover{background-color: #fff;background-color: #fff;border-radius: 50px;
    }
}



/*====== ( Video Css End ) ======*/

/*====== ( Blog Css End ) ======*/

.blog_div {
    background: url(../images/dark_golden_texture-1.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.blog_div .custom_heading h2 {
    color: var(--headingColorWhite);
}

.blog_div .custom_heading p {
    color: var(--perawhite);
}

.blog_slider_box {
    background-color: #49200e78;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px #e39d2870;
    margin-bottom: 10px;
}

.blog_slider_img {
    width: 100%;
    height: 320px;
    position: relative;
    border: none;
    border-bottom: 1px solid #ffffff4d;
}

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

.blog_slider_text {
    padding: 15px;
    text-align: center;
    position: relative;
}

.blog_slider_text h6 {
    color: var(--headingColorWhite);
    margin-bottom: 15px;
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_slider_text p {
    color: var(--perawhite);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog_date_box {
    margin-bottom: 9px;
    color: var(--peragold);
    font-weight: 700;
    text-transform: capitalize;
}

.blog_slider_text .btn_box {
    margin-top: 20px;
}

.blog_slider .slick-next,
.blog_slider .slick-prev {
    top: 23%;
}

.blog_content .btn_box {
    position: relative;
}



/*====== ( Blog Css End ) ======*/

/*========( Contact Form Strat)=======*/

.contact {
    background: url(../images/light_golden_texture-1.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.contact_form form .input_box input,
.contact_form form .input_box textarea {
    border: 1px solid #fbe8d4;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    background-color: #ffffff52;
    outline: none;
    color: #000;
    box-shadow: inset 0 0 10px #cea370;
    border-radius: 5px;
    font-family: var(--pera_font);
}

.contact_form form .input_box input {
    height: 44px;
}
.contact_form form .input_box textarea {
    height: 150px;
    resize: none;
}

.contact_form form {
    gap: 10px;
    display: grid;
}

.contact_wrap {
    display: grid;
    width: 100%;
    margin-top: 40px;
    grid-template-columns: 6fr 5fr;
    border: 1px solid #c99964;
    padding: 50px;
    padding-right: 0;
}

.contact_form {
    width: 100%;
    padding-right: 50px;
    margin-right: 0;
    border-right: 1px solid #b8860b7d;
}

.contact_add {
    width: 100%;
}

.submit_box {
    margin: 30px auto 0;
}

.cont_add_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 25px;
    padding-left: 50px;
}

.con_add_up span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.con_add_up span:last-child {
    margin-top: 5px;
}

.con_add_up img {
    max-width: 120px;
    width: 100%;
    filter: brightness(0) saturate(100%) invert(15%) sepia(11%) saturate(3302%) hue-rotate(328deg) brightness(95%)
    contrast(82%);
}

.con_add_up {
    margin-bottom: 25px;
}

.con_add_text_inner p,
.con_add_text_inner p a {
    color: var(--perablack);
    font-size: 16px;
    text-align: left;
    font-weight: 600;
}

.con_add_text_inner p a:hover {
    color: #006431;
}

.con_add_wrap {
    display: grid;
    gap: 10px;
}
.cont_add_inner {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}
.con_add_icon img {
    max-width: 20px;
}

.con_add_text h3 {
    margin-bottom: 20px;
}

.cont_add_inner:first-child .con_add_icon {
    position: relative;
    left: -4px;
}

/*====== ( Contact Css End ) ======*/


footer {
    background: url(../images/dark_golden_texture-1.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin-top: 0;
}

footer.custom_space {
    padding-bottom: 0;
}

.footer_inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    width: 100%;
}

.footer_title {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border_color1);
    color: var(--headingColorWhite);
    text-transform: capitalize;
}

.logo_box > a {
    max-width: 80px;
    display: inline-block;
    margin-bottom: 0;
}

.logo_box a > img {
    width: 100%;
}

.footer_link ul li a {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    transition: 0.2s all ease;
    padding: 5px 0;
}

.footer_link ul li a:hover {
    color: var(--hovertextcolorgold);
}

.logo_box p {
    color: var(--perawhite);
}

.socail_media ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.socail_media ul li a {
    color: #fff;
    display: flex;
    position: relative;
    transition: 0.2s all ease;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50px;
    background-size: contain;
    border: 2px solid var(--border_color1);
}

.socail_media ul li a:hover {
    background-color: #fff;
    border: 2px solid #fff;
    transition: 0.2s all ease;
}

.socail_media ul li a:hover img {
    transition: 0.2s all ease;
    filter: brightness(0) saturate(100%) invert(16%) sepia(9%) saturate(3792%) hue-rotate(326deg) brightness(95%)
    contrast(84%);
}

.socail_media ul li a img {
    width: 16px;
    filter: invert(1) brightness(2);
    transition: 0.2s all ease;
}

.socail_media {
    margin-top: 15px;
}

.footer_link ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.newsletter_wrap p {
    color: var(--perawhite);
}

.footer_add_wrap .con_add_icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(64deg) brightness(104%) contrast(100%);
}

.footer_add_wrap .con_add_text_inner p,
.footer_add_wrap .con_add_text_inner p a{
    color: var(--perawhite);
}

.footer_add_wrap .con_add_text_inner p a:hover{
    color: var(--hovertextcolorgold);
}

.newletter_box input {
    border: 1px solid #fbe8d4;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    background-color: #ffffff52;
    outline: none;
    color: #000;
    box-shadow: inset 0 0 10px #cea370;
    border-radius: 5px;
    height: 44px;
}

.newletter_box .custom_btn1 {
    background: url(../images/light_golden_texture-2.png) no-repeat center;
    background-size: contain;
}

.newletter_box {
    display: flex;
    gap: 10px;
}

.newletter_box .custom_btn1 {
    background: url(../images/light_golden_texture-2.png) repeat-X center;
    background-size: cover;
    width: auto;
    border-radius: 5px;
    padding: 10px 15px;
}

.newletter_box input {
    color: #fff;
}

.newletter_box input::placeholder {
    color: #fff;
}
.newletter_box input::-webkit-input-placeholder {
    color: #fff;
}
.newletter_box input::-ms-input-placeholder {
    color: #fff;
}

.last_wrap_footer {
    border-top: 1px solid var(--border_color1);
    padding: 15px 0;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;

}

.last_footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.last_footer p {
    color: var(--perawhite);
    text-align: center;
    font-size: 12px;
    margin-bottom: 0;
}
.last_footer p a {
    font-weight: 700;
    font-style: italic;
}

.last_footer p a:hover{
    color: var(--hovertextcolorgold);
}

.product_price_tag .final_price {
    font-size: 40px;
    color: var(--headingColorWhite);
    font-family: var(--heading_font);
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 15px;
}

.product_price_tag .mrp_price {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: line-through;
    color: #bdbdbd;
}

.footer_cms_page ul{
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 0;
   text-align: center;
   justify-content: center;
}

.footer_cms_page ul li {
    line-height: 1;
    border-right: 1px solid #ccc;
    padding-right: 8px;
    margin-right: 8px;
}
.footer_cms_page ul li:last-child{
 border-right: none;
 padding-right: 0;
 margin-right: 0;   
}

.footer_cms_page ul li a {
    color: #fff;
}

.footer_cms_page ul li a:hover{
    color: var(--hovertextcolorgold);
}


/*=================( About US Css Start )=====================*/
/*=================( About US Css Start )=====================*/
/*=================( About US Css Start )=====================*/

.about_main {
    padding: 100px 0;
    background: url(../images/light_golden_texture-1.png);
    background-size: 100% 100%;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 9;
}

.about_main::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0px;
    background: url(../images/top_corner_art2.png), url(../images/top_corner_art1.png);
    background-size:
    122px 182px,
    122px 182px;
    background-repeat: no-repeat, no-repeat;
    background-position:
    top right,
    top left;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
}

.about_main::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0px;
    background: url(../images/bottom_corner_art1.png), url(../images/bottom_corner_art2.png);
    background-size:
    122px 182px,
    122px 182px;
    background-repeat: no-repeat, no-repeat;
    background-position:
    bottom right,
    bottom left;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
}

.sec_about_about {
    margin: 50px 0;
}

.about_discover {
    margin-bottom: 30px;
}

.about_discover h2 {
    margin-bottom: 15px;
}
.about_discover h3 {
    margin-bottom: 15px;
}

.about_two_column_one h3 {
    margin: 20px 0 12px;
    text-transform: capitalize;
}

.about_two_column_in {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    position: relative;
}

.about_discover p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.about_discover_img {
    width: 100%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border: 25px solid transparent;
    border-image-source: url(../images/about_border.png);
    border-image-slice: 30;
    border-image-repeat: round;
    border-image-width: 30px;
    border-image-outset: 0;
    overflow: hidden;
    border-radius: 50px;
}

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

.about_two_column_one:first-child .abh_in_text {
    position: relative;
}

.about_two_column_one:first-child .abh_in_text::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    right: -15px;
    top: 0;
    background: var(--bg_black_color);
}

.about_two_column_one {
    position: relative;
}

.padding_top_100 {
    padding-top: 100px;
}
.padding_bottom_100 {
    padding-bottom: 100px;
}
.padding_top_bottom_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.simple_line3 {
    margin: 16px 0 16px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.simple_line3 img {
    opacity: 1;
    object-fit: contain;
    width: 30%;
    filter: brightness(0) saturate(100%) invert(14%) sepia(8%) saturate(4672%) hue-rotate(328deg) brightness(97%)
    contrast(82%);
}

.about_history h3 {
    margin-bottom: 15px;
}

/**/

.about_inside_history {
    background: url(../images/history_bg1.png);
    background-size: 100% 104%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 300px 1fr;
    align-items: center;
    padding: 50px;
}

.abh_his_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.abh_his_img img {
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
}

.abh_right {
    padding: 0 50px;
}
.abh_img {
    width: 100%;
    height: auto;
    position: relative;
    border: 25px solid transparent;
    border-image-source: url(../images/about_border.png);
    border-image-slice: 30;
    border-image-repeat: round;
    border-image-width: 30px;
    border-image-outset: 0;
    overflow: hidden;
    border-radius: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.ab_inside_list {
    background: url(../images/dark_golden_texture-1.png);
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    /*padding: 50px 0;*/
}

.abi_in_left .about_list ul {
    margin-top: 0;
}

.abi_in_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 50px;
}

.abi_in_img img {
    max-width: 200px;
    width: 100%;
}

.abi_in_img {
    width: 40%;
    position: relative;
    /*height: 400px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.abi_in_left {
    width: 60%;
}

.sec_about_about h3 {
    margin-bottom: 15px;
}

/*=================( About US Css End )=====================*/
/*=================( About US Css End )=====================*/
/*=================( About US Css End )=====================*/

/*=================( Recipe Details Css Start )=====================*/
/*=================( Recipe Details Css Start )=====================*/
/*=================( Recipe Details Css Start )=====================*/

.recipe_detail_main {
    padding: 50px 0 0;
    background: url(../images/light_golden_texture-1.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    position: relative;
    z-index: 9;
}

.recipe_detail_main::before,
.recipe_detail_main::after {
    content: "";
    position: absolute;
    background: url(../images/leafs1.png), url(../images/leafs2.png);
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    width: 105px;
    height: 166px;
    background-position:
    top left,
    bottom right;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
    z-index: -1;
}

.recipe_detail_main::before {
    top: 50px;
    left: 50px;
}

.recipe_detail_main::after {
    bottom: 0;
    left: 0;
    width: 75px;
    height: 136px;
}

.rdm_small_title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 23px;
    color: var(--headingColorBlack);
}

.rdm_small_title::before,
.rdm_small_title::after {
    content: "";
    background: url(../images/headibng_line_art5.1.png) no-repeat top right;
    background-size: cover;
    width: 160px;
    height: 12px;
    display: inline-block;
}

.rdm_small_title::before {
}

.rdm_small_title::after {
    transform: rotate(180deg);
}

.rdm_big_title {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    text-transform: capitalize;
}

.rdm_big_title::before {
    content: "";
    background: url(../images/headibng_line_art6.1.png) no-repeat center;
    background-size: contain;
    width: 581px;
    height: 55px;
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(64%) sepia(6%) saturate(5288%) hue-rotate(340deg) brightness(73%)
    contrast(61%);
}

.rdm_up {
    display: grid;
    grid-template-columns: 4fr 6fr;
    gap: 50px;
    position: relative;
}

.rdm_up_down_wrapper {
    display: grid;
    gap: 50px;
}

.rdm_ing_list ul {
    display: grid;
    column-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}

.rdm_ing_list ul li{
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 100%;
    text-align: left;
    position: relative;
    color: var(--perablack);
    padding-left: 20px;
}
.rdm_ing_list ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #512e24;
    border-radius: 10px;
    display: inline-block;
    top: 7px;
    left: 0;
    position: absolute;
}

.rdm_ing_list ul li::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #512e24;
    background: linear-gradient(to right, #5c3f36, #5c3f36, transparent);
    opacity: 0.2;
}

.rdm_ingredient {
    margin-top: 100px;
}

.rdm_box_title {
    margin-bottom: 20px;
    text-align: left;
}

.rdm_title {
    margin-bottom: 20px;
    background-color: #512e24;
    color: #fff;
    padding: 7px 20px;
    border-radius: 40px;
    display: inline-block;
    border: 2px solid #b48456;
    background: url(../images/dark_newsletter_texture.png) no-repeat top right;
    background-size: cover;
    box-shadow:
    inset 0 0 10px #000,
    2px 1px 14px #000;
    outline: 3px solid #512e24;
    text-transform: capitalize;
}

.rdm_title_box {
    margin-bottom: 30px;
}

.rdm_up_spoon_img {
    position: absolute;
    top: -120px;
    right: 0;
    max-width: 160px;
}

.rdm_up_spoon_img img {
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
}

/* Recipe Detail tab code start */

.rdm_recipe_tabs {
}

/* Buttons */

.rdm_recipe_tab-btn.active {
    background: url(../images/btn_bg2.3.png) no-repeat center;
    background-size: contain;
    color: #fff;
}

/* Content */
.rdm_recipe_tab-content {
    overflow: hidden;
    border-radius: 50px;
    border: 25px solid transparent;
    border-image-source: url(../images/about_border.png);
    border-image-slice: 30;
    border-image-repeat: round;
    border-image-width: 30px;
    border-image-outset: 0;
    height: 370px;
}
.rdm_recipe_tab_video {
    height: 100%;
}
.rdm_recipe_tab-panel {
    display: none;
    height: 100%;
}

.rdm_recipe_tab-panel.active {
    display: block;
}
.rdm_recipe_tab-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rdm_recipe_tab-buttons {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

/* Recipe Detail tab code End */

.rdm_down_inner {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 30px;
    position: relative;
}

.rdm_down_left .rdm_ingredient {
    margin-top: 0;
}

.rdm_down_right {
}

.rdm_down_left {
    /*transform: translateY(-90px);*/
}

.rdm_down_right_img img {
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
}

.rdm_down_right_img {
    max-width: 300px;
    margin: auto;
}

/*=================( Recipe Details Css End )=================*/
/*=================( Recipe Details Css End )==================*/
/*=================( Recipe Details Css End )===================*/

/*=================( Blog Details Css Start )=====================*/
/*=================( Blog Details Css Start )=====================*/
/*=================( Blog Details Css Start )=====================*/

.blog_detail_main {
    position: relative;
    background-attachment: fixed;
    z-index: 9;
}

.blog_detail_main::before,
.blog_detail_main::after {
    content: "";
    position: absolute;
    background: url(../images/leafs1.png), url(../images/leafs2.png);
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    background-position:
    top left,
    bottom right;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
    width: 125px;
    height: 186px;
    z-index: -1;
    opacity: 0.3;
}

.blog_detail_main::before {
    top: 50px;
    left: 50px;
}

.blog_detail_main::after {
    bottom: 0;
    left: 0;
}

.blog_detail_wrap {
    display: grid;
    grid-template-columns: 8fr 4fr;
    gap: 50px;
    align-items: start;
}

.blog_detail_date {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    gap: 5px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.blog_detail_img {
    width: 100%;
    max-width: 100%;
    /*height: 500px;*/
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border: 25px solid transparent;
    border-image-source: url(../images/about_border.png);
    border-image-slice: 30;
    border-image-repeat: round;
    border-image-width: 30px;
    border-image-outset: 0;
    overflow: hidden;
    border-radius: 50px;
    margin-bottom: 15px;
}

.blog_detail_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #ccc;
}
.blog_detail_left h1,
.blog_detail_left h2,
.blog_detail_left h3,
.blog_detail_left h4,
.blog_detail_left h5,
.blog_detail_left h6,
.blog_detail_left strong {
    /*font-size: 30px;*/
    margin: 0 0 15px;
    color: var(--headingColorWhite);
    color: var(--headingColorGold2);
    display: block;
}

.blog_detail_left p,
.blog_detail_left ul li,
.blog_detail_left ul li a {
    color: var(--perawhite);
}
.blog_detail_left p strong {
    display: inline-block;
    margin: 0;
}
.blog_detail_left ul {
    display: grid;
    gap: 5px;
    margin-bottom: 15px;
    padding-left: 20px;
    font-family: var(--pera_font);
}
.blog_detail_left ul li {
    list-style-type: disc;
}

.blog_detail_left {
    margin-bottom: 0;
}

.blog_detail_related h5 {
    margin-bottom: 15px;
    color: var(--headingColorWhite);
}

.bdrl_box {
    display: grid;
    gap: 15px;
    grid-template-columns: 120px 1fr;
    align-items: center;
}

.bdrl_img {
    width: 100%;
    height: 90px;
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid var(--border_color1);
}
.bdrl_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_detail_related_list ul {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.blog_detail_related_list ul li a {
    background-color: #fff;
    display: block;
    padding: 9px;
    border-radius: 5px;
}

.bdrl_img img {
    transition: 0.2s all ease;
}

.blog_detail_related_list ul li:hover a .bdrl_box .bdrl_img img {
    transform: scale(1.1);
    transition: 0.2s all ease;
}

.bdrl_content h6,
.bdrl_content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bdrl_content h6 {
    margin-bottom: 5px;
    line-height: normal;
}

.bdrl_content p {
    font-family: var(--body_font);
    line-height: 1.2;
    letter-spacing: normal;
}

.blog_detail_side {
    position: sticky;
    top: 100px;
}

/*=================( Blog Details Css End )=====================*/
/*=================( Blog Details Css End )=====================*/
/*=================( Blog Details Css End )=====================*/

.innertopbanner {
    padding: 230px 0 50px;
}

.site_header.active .close_icon {
    transition: 0.2s all ease;
    background: transparent;
}

.site_header.active .close_icon::before {
    transition: 0.2s all ease;
    transform: rotate(45deg);
}
.site_header.active .close_icon::after {
    transform: rotate(-55deg);
    transition: 0.2s all ease;
}

/*-------(After Scroll)---------*/

.site_header.sticky {
    width: 100%;
    transition: all 0.3s ease;
}

.site_header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: var(--bg_black_color);
    z-index: 999;
    box-shadow: 0 2px 12px 1px #ffffff3d;
    padding: 0;
}

.site_header.sticky .site_logo a img {
    max-width: 80px;
}
.site_header.sticky .top_button {
    background-color: #0000001c;
}
.site_header.sticky .site_logo {
    top: 0;
}

.site_header.sticky .header_inner {
    padding: 8px 0;
}

/*=================( Blog listing Css Start )=====================*/
/*=================( Blog listing Css Start )=====================*/
/*=================( Blog listing Css Start )=====================*/

.blog_listing_wrap {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.blog_listing_wrap .blog_slider_box{
  flex: 0 0 calc(25% - 23.5px);
}

.custom_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 0;
}

.custom_pagination a {
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color 0.3s;
    font-size: 18px;
    font-weight: 700;
}

.custom_pagination a.active {
    background-color: var(--bg_gold_color2);
    color: #000;
}

.custom_pagination a:hover:not(.active) {
    background-color: #ffd70087;
}

/*=================( Blog listing Css End )=====================*/
/*=================( Blog listing Css End )=====================*/
/*=================( Blog listing Css End )=====================*/

.testimonial_inside_slide_box {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.testimonial_slide_box {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    border: 10px solid transparent;
    border-image-source: url(../images/testimonial_border.png);
    border-image-slice: 100;
    border-image-repeat: stretch;
    padding: 15px;
    box-shadow: 0 0 20px rgb(0 0 0 / 36%);
}

.tsb_img {
    min-width: 100px;
    max-width: 100px;
    height: 100px;
    width: 100%;
    border: 2px solid var(--border_color1);
    border-radius: 100px;
    overflow: hidden;
}

.tsb_text h6 {
    font-size: 15px;
    line-height: 1.3;
}

.tsb_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tsb_arthur {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 10px;
    text-transform: capitalize;
    background-color: #ffffffb5;
    padding: 2px 10px;
    border-radius: 15px;
    color: #ffffff;
    box-shadow: 0 0 18px #00000082;
}
.tsb_arthur h6 {
 margin-bottom: 0;
 color: #482820;
 font-family: var(--pera_font);
 font-size: 15px;
 font-weight: 600;
}
.tsb_place {
    font-size: 14px;
    font-weight: 700;
    color: var(--headingColorBlack);
    font-family: var(--heading_font);
}

/*==========( Top Header Start)==========*/

.top_button ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.top_button ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 10px;
    position: relative;
    color: #ffffff;
    border: none;
    background: none;
}

.top_button {
    padding: 13px 0;
    background-color: #512e2469;
    width: 100%;
    z-index: -1;
    position: relative;
}

.tp_icon img {
    width: 20px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(14%) hue-rotate(212deg) brightness(104%)
    contrast(104%);
}

.cart_counter {
    position: absolute;
    background-color: #fff;
    font-size: 13px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-weight: 900;
    top: -5px;
    left: 13px;

    background-color: #ff6161;
    color: #fff;
}

.top_button ul li:last-child span.tp_icon {
    margin-right: 7px;
}

/*==========( Top Header End )==========*/

.soul_gwl {
    padding: 30px 0 0 0;
}

.gwl_title_span_box h6 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 23px;
    font-size: 32px;
}

.gwl_title_span_box {
    margin-bottom: 15px;
}

.gwl_title_span_box h6::before,
.gwl_title_span_box h6::after {
    content: "";
    background: url(../images/headibng_line_art5.1.png) no-repeat top right;
    background-size: cover;
    width: 160px;
    height: 12px;
    display: inline-block;
}

.gwl_title_span_box h6::after {
    transform: rotate(180deg);
}

.gwl_title_box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.gwl_title_box::before {
    content: "";
    background: url(../images/headibng_line_art6.1.png) no-repeat center;
    background-size: contain;
    width: 581px;
    height: 55px;
    width: 421px;
    height: 45px;
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(64%) sepia(6%) saturate(5288%) hue-rotate(340deg) brightness(73%)
    contrast(61%);
}

.gwl_title_box::after {
    content: "";
    background: url(../images/headibng_line_art6.1.png) no-repeat center;
    background-size: contain;
    width: 581px;
    height: 55px;
    width: 421px;
    height: 45px;
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(64%) sepia(6%) saturate(5288%) hue-rotate(340deg) brightness(73%)
    contrast(61%);
}

.gwl_title_box span {
    font-size: 17px;
    font-family: var(--heading_font);
    color: var(--headingColorBlack);
    line-height: 1.4;
    font-style: italic;
    letter-spacing: 1.1px;
}

.gwl_histo {
    /*margin-top: 30px;*/
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0;
    align-items: center;
    justify-content: center;
}

.gwl_title_box_img {
    height: 500px;
}

.gwl_title_box_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

h2.ab_soul_gwl_title {
    font-size: 24px;
}

.sgu_sec .gwl_histo .gwl_title_box_img {
    order: -1;
}

.sgu_sec {
    margin-top: 30px;
}

/**/

.certifi_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.certifi_box img {

    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%)
    contrast(102%);
    height: 50px;
}

/* ========================( opencart css start )======================== */
/* ========================( opencart css start )======================== */
/* ========================( opencart css start )======================== */

.main_product_page {}

.opencart_prduct_detail {
    background-image: url(../images/light_golden_texture-1.png);
    background-image: url(../images/dark_golden_texture-1.png);
    background-size: cover;
    background-repeat: repeat-y;
    background-position: top center;
    width: 100%;
    height: 100%;
}

.main_product_page .breadcrumb {
    background-color: transparent;
    border: none;
}

.main_product_page .innertopbanner {

}

.main_product_page .innertopbanner_content,
.main_cart_page .innertopbanner_content,
.main_checkout_page .innertopbanner_content,
.main_sucessfull_page .innertopbanner_content {
    gap: 5px;
}

.main_product_page .innertopbanner_content h1,
.main_cart_page .innertopbanner_content h1,
.main_checkout_page .innertopbanner_content h1,
.main_sucessfull_page .innertopbanner_content h1 {
    margin: 0;
}

/*================*/

.opencart_grid_wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(373px, 100%), 1fr));
    grid-template-columns: 500px 1fr;
}

.opencart_pd_left,
.opencart_pd_right {
    width: 100%;
}

.opencart_pd_left .col-sm-8 {
    width: 100%;
}

.opencart_pd_right .col-sm-4 {
    width: 100%;
}

.opencart_pd_left {
}

.opencart_pd_left a.thumbnail {
    border: none;
    background-color: red;
    border-radius: 0;
    width: 100%;
    height: 100%;
    display: block;
    box-shadow: 0 2px 10px #00000014;
    padding: 15px;
    border-radius: 10px;
    background: url(../images/light_golden_texture-1.png);
    background-repeat: no-repeat;
    background-position: center;
}

.opencart_pd_left .image-additional a.thumbnail {
    padding: 5px;
}
.opencart_pd_left .image-additional a.thumbnail img {
    border-radius: 5px;
}

.opencart_pd_left .thumbnail a > img,
.opencart_pd_left .thumbnail > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.opencart_pd_left .nav-tabs > li > a {
    color: var(--perablack);
    color: var(--perawhite);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--pera_font);
}

.opencart_pd_left .nav > li > a:focus,
.opencart_pd_left .nav > li > a:hover {
    text-decoration: none;
    background-color: var(--bg_gold_color);
    color: #000;
}

.opencart_pd_left .nav-tabs > li.active > a,
.opencart_pd_left .nav-tabs > li.active > a:focus,
.opencart_pd_left .nav-tabs > li.active > a:hover {
    text-decoration: none;
    background-color: var(--bg_gold_color);
    color: #000;
}

.opencart_pd_left form#form-review {
    border: 1px solid #c99964;
    padding: 20px;
    background-color: #ffffff87;
    border-radius: 10px;
}

.opencart_pd_left .tab-content .tab-pane form h2 {
    font-family: var(--heading_font);
    line-height: 1.4;
    font-weight: 700;
}

.opencart_pd_left .tab-content .tab-pane .form-horizontal input.form-control,
.opencart_pd_left .tab-content .tab-pane .form-horizontal textarea.form-control {
    border: 1px solid #fbe8d4;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    background-color: #ffffff52;
    outline: none;
    color: var(--perablack);
    box-shadow: inset 0 0 10px #cea370;
    border-radius: 5px;
}

.opencart_pd_left .tab-content .tab-pane .form-horizontal input.form-control {
    height: 40px;
}

.opencart_pd_left .tab-content .tab-pane .form-horizontal textarea.form-control {
    height: 150px;
    resize: none;
}

.opencart_pd_left .help-block,
.opencart_pd_left .text-danger {
    color: var(--perawhite);
    font-size: 14px;
    font-weight: 500;
}

.opencart_pd_left .tab-content .tab-pane #review p,
.opencart_pd_left .tab-content .tab-pane p {
    color: var(--perawhite);
    font-size: 14px;
}



.opencart_pd_left form#form-review table td {
    color: #000000;
}

.opencart_pd_left form#form-review table td p{
 color: #000000 !important;   
}

.opencart_pd_left form#form-review .row{
    color: #000;
}
.opencart_pd_left form#form-review .form-group .help-block{
    color: #000;
}

.opencart_pd_left form#form-review .form-group .help-block .text-danger {
    color: #000;
    font-weight: 700;    
}


.opencart_pd_left form#form-review fieldset legend{
    color: #000;
}


.op_rating_box {
    color: #000;
}


.rating_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}
.rating_box input[type="radio"] {
    margin: 0;
    height: 20px;
    width: 20px;
}

@media only screen and (min-width: 768px) {
    .opencart_pd_left .tab-content .tab-pane .form-horizontal .control-label {
        padding-top: 0;
        text-align: right;
        font-size: 16px;
        line-height: 1.5;
        font-weight: 400;
        color: var(--perablack);
        margin-bottom: 0;
        font-family: var(--pera_font);
        display: block;
        text-align: left;
        margin-bottom: 5px;
    }
}

/*====================*/

.opencart_pd_right {
    position: relative;
}
.opencart_pd_right .op_product_title .price_title {
    padding-right: 90px;
}

.opencart_pd_right .op_product_title .price_title {
    color: var(--headingColorWhite);
    line-height: 1.2;
    margin-top: 0;
}

.opencart_cart_form_data h2 {
    color: var(--headingColorWhite);
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 25px;
}

.op_pd_code li {
    font-size: 16px;
    line-height: 1.5;
    color: var(--perawhite);
    font-family: var(--pera_font);
}

.op_pd_price h2 {
    line-height: 1;
    color: var(--headingColorWhite);
    margin: 10px 0 20px;
}

.op_pd_price p,
.op_pd_price li {
    color: var(--perawhite);
}

.op_product_qat {
    color: #ffff;
    margin-top: 10px;
}

.op_product_qat input#input-quantity {
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    font-size: 18px;
    line-height: 1.5;
    color: var(--perablack);
    font-family: var(--pera_font);
    font-weight: 500;
    text-align: center;
    border-radius: 0;
}

.op_product_qat label[for="input-quantity"] {
    font-size: 16px;
    line-height: 1.5;
    color: var(--perawhite);
    font-family: var(--pera_font);
    font-weight: 400;
}

/*----*/

.opencart_pd_right .rating {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid var(--border_color1);
    border-top: 1px solid #ffffff4f;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.op_product_qat .btn_box {
    justify-content: flex-start;
    margin-top: 15px;
}

.op_product_qat .rating .fa-star-o {
    color: #fff;
    font-size: 20px;
}
.op_product_start .rating .fa-star-o {
    color: #fff;
    font-size: 20px;
}

.op_product_start .fa-star-o:before {
    content: "\f005";
    font-size: 20px;
    color: #fff;
}

.op_review {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    color: #fff;
}

.op_product_start {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.op_product_start .rating .fa-stack {
    display: inline-block;
}
.op_review a {
    font-size: 16px;
    line-height: 1.5;
    color: var(--perawhite);
    font-family: var(--pera_font);
}

.op_review a:hover {
    color: var(--hovertextcolorgold);
}

.op_quantity_box {
    display: flex;
}

.op_prod_count_minus a,
.op_prod_count_plus a {
    width: 40px;
    height: 40px;
    border: none;
    font-size: 0;
    line-height: 1.5;
    color: var(--perablack);
    font-family: var(--pera_font);
    font-weight: 500;
    text-align: center;
    display: block;
    background: #ffffff;
    padding: 0;
    position: relative;
}

.op_prod_count_minus a:before,
.op_prod_count_plus a:before {
    font: normal normal normal 16px / 1 FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: 400;
    color: #b8860b;
}


.op_prod_count_minus a:before {
    content: "\f068";
}
.op_prod_count_plus a:before {
    content: "\f067";
}

.op_prod_count_minus {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow: hidden;
}
.op_prod_count_plus {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
}

.op_product_whislist .btn-default {
    color: #ff043b;
    text-shadow: none;
    background-color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    border-color: #ccc;
}

.op_product_whislist .btn-group button:last-child {
    color: #000;
}

.op_product_whislist {
    position: absolute;
    top: 0px;
    right: 15px;
}

#content {
    min-height: auto;
}

/*=================( cart page css start )=====================*/
/*=================( cart page css start )=====================*/
/*=================( cart page css start )=====================*/

/*Note:- agar css conflict kare to table me and parent class add karna hai.*/

.opencart_cart_accordian h2 {
    color: var(--headingColorWhite);
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 10px;
}

.opencart_cart_accordian > p {
    color: var(--perawhite);
}

.opencart_cart_form_data table {
    border: 1px solid #ccc;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
}

.opencart_cart_form_data table tbody tr td {
    vertical-align: middle;
    color: var(--perablack);
    line-height: 1.5;
    font-family: var(--pera_font);
    font-weight: 400;
}
.opencart_cart_form_data table tbody tr td a {
    color: #512e24;
    font-weight: 600;
}
.opencart_cart_form_data table td .form-control {
    color: var(--perablack);
    font-size: 16px;
    font-family: var(--pera_font);
    font-weight: 400;
    height: 40px;
}

.opencart_cart_form_data table tbody tr td a:hover {
    color: var(--perablack);
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
    color: var(--perablack);
    font-size: 16px;
    line-height: 1.5;
    font-family: var(--pera_font);
    font-weight: 500;
}

.opencart_cart_accordian {
    margin-top: 15px;
}

.opencart_cart_accordian .accordion-toggle {
    width: 100%;
    display: block;
}
.opencart_cart_accordian .panel-group .panel .panel-body .form-group .col-sm-10 {
    width: 100%;
}

.opencart_cart_accordian .panel-group .panel .panel-body label,
.opencart_cart_accordian .panel-group .panel .panel-body .form-control,
.opencart_cart_accordian .panel-group .panel .panel-body input.btn {
    color: var(--perablack) !important;
    font-size: 14px;
    line-height: 1.5;
    font-family: var(--pera_font);
    font-weight: 400;
    margin: 0;
}

.opencart_checkout_accordion .panel .panel-collapse .panel-body table a{
    font-weight: 600;
    color: #482820;
}
.opencart_checkout_accordion .panel .panel-collapse .panel-body .alert {
    padding: 10px;
}

.opencart_cart_accordian .panel-group .panel .panel-body label.col-sm-2 {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
}

.opencart_cart_accordian .panel-group .panel .panel-body .form-group label {
    padding: 0 15px;
}

.opencart_cart_accordian .panel-group .panel .panel-body .form-control {
    height: 40px;
}

.opencart_cart_accordian .panel-group .panel .panel-body input.btn {
    color: var(--perawhite) !important;
    background: #512e24;
    border-color: #512e24;
    height: 40px;
    transition: 0.2s all ease;
}
.opencart_cart_accordian .panel-group .panel .panel-body input.btn:hover {
    background: #000;
    color: var(--hovertextcolorgold);
}
.opencart_cart_accordian .panel-group .panel .panel-body button.btn-primary {
    color: var(--perawhite) !important;
    background: #512e24;
    height: 40px;
    border: none;
    font-size: 14px;
    font-family: var(--pera_font);
    font-weight: 400;
    transition: 0.2s all ease;
}

.opencart_cart_accordian .panel-group .panel .panel-body button.btn-primary:hover {
    background: #000;
    color: var(--hovertextcolorgold);
}

.opencart_cart_price_total table {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.pull-left .home_buy_btn {
    width: 210px !important;
}

/*=================( cart page css End )=====================*/
/*=================( cart page css End )=====================*/
/*=================( cart page css End )=====================*/

/*=================( Checkout page css start )=====================*/
/*=================( Checkout page css start )=====================*/
/*=================( Checkout page css start )=====================*/

.checkout_title h2 {
    color: var(--headingColorWhite);
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 15px;
}

.opencart_checkout_accordion .panel .panel-heading:focus-visible {
    outline: none;
}

.opencart_checkout_accordion .panel .panel-collapse .panel-body .pull-right a {
    color: #482820;
}

.opencart_checkout_accordion .panel .panel-collapse h2 {
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 30px;
}

.opencart_checkout_accordion .panel .panel-collapse .form-group a {
    color: #482820;
    font-weight: 700;
    margin-top: 5px;
    display: inline-block;
}

.opencart_checkout_accordion .panel-body .form-group label {
    font-size: 14px;
    color: var(--perablack);
    font-family: var(--pera_font);
    font-weight: 400;
}


.opencart_checkout_accordion .panel-body .form-group .form-control {
    font-size: 14px;
    color: var(--perablack);
    font-family: var(--pera_font);
    font-weight: 400;
}

.opencart_checkout_accordion .panel-body .form-group .text-danger {
    font-size: 14px;
    color:red;
}

.opencart_checkout_accordion .panel-body form .buttons {
    margin-top: 0;
    margin-bottom: 0;
}

/*=================( Checkout page css start )=====================*/
/*=================( Checkout page css start )=====================*/
/*=================( Checkout page css start )=====================*/

.opencart_sucess_wrapper {
    text-align: center;
}

.opencart_sucess_wrapper h2 {
    margin: 0 0 15px 0;
}

.opencart_sucess_wrapper p {
    margin-bottom: 5px;
}

.opencart_sucess_wrapper p a {
    color: #512e24;
    font-weight: 600;
}
.opencart_sucess_wrapper .buttons {
    margin: 0;
}

/*=================( Checkout page css End )=====================*/
/*=================( Checkout page css End )=====================*/
/*=================( Checkout page css End )=====================*/

/*=================( Login & Register Detail page css start )=====================*/
/*=================( Login & Register Detail page css start )=====================*/
/*=================( Login & Register Detail page css start )=====================*/

.op_forget_pass {
    margin-top: 10px;
}

.op_forget_pass a {
    font-weight: 700;
    color: #512e24;
}

#column-right .list-group-item {
}



.opencart_register .custom_heading,
.opencart_forget_password .custom_heading {
    text-align: left;
    margin-bottom: 25px;
}

.opencart_register .custom_heading p,
.opencart_forget_password .custom_heading p {
    margin: 0;
    color: var(--headingColorWhite);
}

.opencart_register .custom_heading p a,
.opencart_forget_password .custom_heading p a {
    color: #d5b568;
    font-weight: 600;
}

.opencart_register .custom_heading p a:hover,
.opencart_forget_password .custom_heading p a:hover {
    color: var(--hovertextcolorgold);
}


.opencart_register .custom_heading h2,
.opencart_forget_password .custom_heading h2 {
    margin-bottom: 10px;
    color: var(--headingColorWhite);
}

.custom_heading h1,
.custom_heading h1 {
    margin-bottom: 10px;
    color: var(--perawhite);
}

.op_register_form {
}

.op_register_form form legend,
.opencart_forget_password form legend {
    color: var(--perawhite);
    font-weight: 700;
}
.op_register_form form label,
.opencart_forget_password form label {
    color: var(--perawhite);
}
.op_register_form form .buttons {
    margin: 0;
}
.op_register_form form .buttons .pull-right {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: left;
    flex-wrap: wrap;
}

.op_text_policy a:hover{
    color: var(--hovertextcolorgold);
}

/*=================( Login & Register Detail page css End )=====================*/
/*=================( Login & Register Detail page css End )=====================*/
/*=================( Login & Register Detail page css End )=====================*/

.opencart_wrap_account h2 {
    color: var(--headingColorWhite);
    margin-bottom: 15px;
}

.opencart_wrap_account ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 25px;
}

.opencart_wrap_account ul:last-child {
    margin-bottom: 0;
}

.opencart_wrap_account ul li {
}

.opencart_wrap_account ul li a {
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
}

.opencart_wrap_account ul li a:hover {
    color: var(--hovertextcolorgold);
    border-bottom: 1px solid currentColor;
}

/* Edit page */

.op_custom_heading {
    margin-bottom: 15px;
}

.op_custom_heading p a{
    color: #d5b568;
}

.op_custom_heading h2,
.op_custom_heading h1 {
    margin-bottom: 15px;
    color: var(--headingColorWhite);
}

.op_custom_heading p {
    color: var(--perawhite);
}

.comman_class .form-horizontal .form-group label,
.comman_class .form-horizontal fieldset legend{
    color: var(--perawhite);
}

.comman_class h1,
.comman_class h2,
.comman_class h3,
.comman_class h4,
.comman_class h5,
.comman_class h6 {
    color: var(--headingColorWhite);    
}

.comman_class p {
    color: var(--perawhite);
}

.comman_class .form-horizontal fieldset .form-group textarea {
    max-height: 150px;
}

.comman_class table {
    background-color: #fff;
    background-color: #ffff;
    border-radius: 5px;
    overflow: hidden;
}

.opencart_addressbook table {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 #ffffff6b;
}

.text_empty p {
    color: var(--perawhite);
}
.text-danger {
    color: #fffa0b;
    margin: 5px 0;
    line-height: 1;
}

/**/

.opencart_order_list table {
    background-color: #ffff;
    border-radius: 5px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: none;
    }

    .table-responsive {
        overflow-x: scroll;
    }

    .table-responsive::-webkit-scrollbar {
        height: 4px;
    }

    .table-responsive::-webkit-scrollbar-thumb {
        background: #999;
        border-radius: 4px;
    }

}

.opencart_order_info h3 {
    margin-bottom: 15px;
}

.op_order_info_detail td .btn.btn-primary {
    background: none;
    transition: 0.2s all;
    padding: 9px 12px;
    width: auto;
    height: auto;
    line-height: 1.4;
    background-size: auto;
    font-weight: inherit;
    font-size: inherit;
    border: none;
    display: inline-block;
    font-family: var(--body_font);
    text-align: center;
    color: #fff;
    background: #28a745;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: absolute;
    right: 20px;
    width: 18px;
    height: 19px;
    background: red;
    opacity: 1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
}

.alert {
    margin: 0;
    /*  padding: 45px 55px 10px 15px;*/
    padding: 15px;
    text-align: center;
    position: relative;
}

.alert a {
    font-weight: 700;
    color: #512e24;
}

@media screen and (max-width: 576px) {
    .alert-dismissable .close,
    .alert-dismissible .close {
       /*   right: 0;*/
   }
}

/*=========(poduct listing)============*/

.pwl-tabs {
    width: 100%;
    gap: 30px;
    display: flex;
}

.pwl-tab-buttons {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: none;
    flex-direction: column;
    min-width: max-content; 
}

.pwl-tab-buttons li {
    padding: 12px 25px;
    cursor: pointer;
    background: #f5f5f5;
    transition: 0.3s ease;
    border-bottom: 1px solid #ccc;
    font-family: var(--heading_font);
    color: var(--headingColorBlack);
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}

.pwl-tab-buttons li:last-child {
    border-bottom: none;
}

.pwl-tab-buttons li.active {
    background: #df9728;
    color: #fff;
}

.pwl-tab-buttons li:hover {
    background: #df9728;
    color: #fff;
}

.pwl-tab-content {
    display: none;
    animation: pwlFade 0.4s ease-in-out;
}

.pwl-tab-content.active {
    display: block;
}

@keyframes pwlFade {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.pwl_left {
    width: 220px;
}

.pwl_right {
    width: 100%;
    flex: 1;
}

.pwl-tab_inside ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.pwl-tab_inside ul li {
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px #00000091;
    border-radius: 10px;
    flex: 0 0 calc(25% - 11.25px);
}

.pwl-tab_inside .btn_box {
    margin-top: 0;
    padding: 15px 0 0;
    gap: 10px;
    flex-wrap: nowrap;
}

.pwl-tab_inside .btn_box .custom_btn {
    padding: 10px 5px;
    width: 120px;
    font-weight: 700;
    font-size: 16px;
    background-size: 100% 100%;
}

.pwl-tab_img {
    position: relative;
    width: 100%;
    padding-top: 96.25%;
    overflow: hidden;
    border-radius: 6px;
}

.pwl-tab_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pwl_price_tag {
}

.pwl_price_tag .final_price {
    font-size: 20px;
    color: var(--headingColorBlack);
    font-family: var(--heading_font);
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-right:5px;
}

.pwl_price_tag .mrp_price {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: line-through;
    color: #4a130aad;
}

.pwl-tab_text h4 {
    font-size: 20px;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pwl-tab_text {
    padding: 15px 0;
    padding-bottom: 10px;
}

.pwl-tab_inside > ul > li {
  background: #fff;
  box-shadow: 0 2px 10px #00000014;
  background: url(../images/light_golden_texture-1.png) no-repeat center;
  padding: 10px;
}


/*Terms and conditions page strat*/

.cms_pages_main.comman_bg_dark {
    background-size: 100%;
    background-attachment: fixed;

}


.cms_pages_wrap h1, 
.cms_pages_wrap h2, 
.cms_pages_wrap h3,
.cms_pages_wrap h4, 
.cms_pages_wrap h5,
.cms_pages_wrap h6, 
.cms_pages_wrap strong {
    margin: 0 0 15px;
    color: var(--headingColorGold);
    color: #f2b95d;
    display: block;
}   

.cms_pages_wrap p strong,
.cms_pages_wrap ul li strong {
    display: inline-block;
    margin: 0;
}

.cms_pages_wrap p,
.cms_pages_wrap ul li,
.cms_pages_wrap ul li a {
    color: var(--perawhite);
    font-size: 16px;
    line-height: 1.4;
}

.cms_pages_wrap p a{
    font-weight: 600;
    font-style: italic;
    color: #fff;
}
.cms_pages_wrap p a:hover {
    color: var(--hovertextcolorgold);
}


.cms_pages_wrap ul {
    display: grid;
    gap: 5px;
    margin-bottom: 15px;
    padding-left: 20px;
    font-family: var(--pera_font);
}

.cms_pages_wrap ul li{
    list-style-type: disc;
}

.cms_pages_main{
    position: relative;
}


.cms_pages_main::before,
.cms_pages_main::after {
    content: "";
    position: absolute;
    background: url(../images/leafs1.png), url(../images/leafs2.png);
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    background-position: top left, bottom right;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
    width: 125px;
    height: 186px;
    opacity: 0.2;
}

.cms_pages_main::before {
    top: 50px;
    left: 50px;
}

.cms_pages_main::after {
    bottom: 0;
    right:0;
}

@media only screen and (max-width: 576px) {
    .cms_pages_main.comman_bg_dark {background-size: 100% 100%;}
}

/* erroe page start*/

.error404_pages_wrap {
    text-align: left;
    color: #fff;
}
.error404_pages_wrap h2{
    color: var(--headingColorWhite);
    margin-bottom: 15px;
}
.error404_pages_wrap p{
    color: var(--perawhite);
}
.error404_pages_wrap .btn_box{
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 15px;
}


/* Sourav sucess page start */

.success_message_class{
    background-color: #512e24;
    padding: 7px;
}
.success_message_class p {
    color: #fff !important;
}

.happy_place {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.happy_place h2 img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    max-width: 120px;
}

.happy_place p {
    margin-bottom: 0;
}

.happy_place p a{
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
}

.happy_place p a:hover {
    color: #ffcc00;
}

.card.sucess-bgox {
    max-width: 700px;
    margin: auto;
    margin-top: 30px;
}

.card.sucess-bgox h2{
    text-align: center;
}

.happy_place  ul li {
  color: #fff;
  list-style: unset;
}

#column-right .list-group-item a {
    font-weight: 700;
    color: #000000;
    font-size: 17px;
}
#header .navbar-brand img {
    max-width: 65px;
}

#header .navbar-brand{
  float: none;
  margin-left: 0;
}
.op_menu {
    display: none !important;
}   

@media screen and (max-width: 768px) {
    .op_menu {
        display: block !important;
        width:100%;
    }

    .op_top_menu{
       display: none !important;
   }

}


.op_pd_code li a {
    color: inherit;
    cursor: default;
    outline: none !important;
    text-decoration: none;
}

.op_pd_code li a:focus{
  outline: none !important;
  outline-offset: 0 !important;
}


.last_footer p a{
    text-decoration: none;
}

.last_footer p a:hover,
.last_footer p a:focus{
    color: var(--hovertextcolorgold);
}
/* Sourav sucess page End */