@import url('https://fonts.googleapis.com/css2?family=Gentium+Plus:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@font-face {
    font-family: 'Reman';
    src: url('../css/fonts/Reman.woff2') format('woff2'),
        url('../css/fonts/Reman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    color: #777;
        font-family: sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.667
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

a:hover {
    text-decoration: none
}

button {
    cursor: pointer
}

button:focus {
    outline: 0;
    box-shadow: none
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Gentium Plus", serif;
    color: #222;
    line-height: 1.1
}

h1,.h1 {
    font-size: 50px;
    font-weight: 700
}

h2,.h2 {
    font-size: 36px;
    font-weight: 600
}

h3,.h3 {
    font-size: 26px;
    font-weight: 600
}

@media (min-width: 600px) {
    h3,.h3 {
        font-size:36px
    }
}

h4,.h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3
}

a {
    display: inline-block
}

.fixed {
    background: #fff;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100% !important
}

.section-margin {
    margin: 45px 0
}

@media (min-width: 980px) {
    .section-margin {
        margin:70px 0
    }
}

@media (min-width: 1100px) {
    .section-margin {
        margin:120px 0
    }

    .section-margin.calc-60px {
        margin: 120px 0 70px 0
    }
}

.section-margin--small {
    margin: 35px 0
}

@media (min-width: 1000px) {
    .section-margin--small {
        margin:98px 0
    }
}

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

.pt-60px {
    padding-top: 100px;
}

.ml-40 {
    margin-left: 40px
}

.header_area {
    /* position: absolute; */
    width: 100%;
    z-index: 9999;
    /* transition: background 0.4s, all 0.3s linear; */
    /* box-shadow: 0px 10px 27px 3px rgba(221,221,221,0.3); */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.header_area .navbar {
    background: transparent;
    padding: 0px;
    border: 0px;
    border-radius: 0px
}

.header_area .navbar .nav .nav-item {
    margin-right: 55px;
}

.header_area .navbar .nav .nav-item .nav-link {
    text-transform: capitalize;
    color: #000000;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
}
.single-footer-widget p a{
    color: #ddd;
}
@media (min-width: 991px) {
    .header_area .navbar .nav .nav-item .nav-link {
        padding:32px 0px;
        transition: all 0.5s ease;
    }
}

.header_area .navbar .nav .nav-item .nav-link:after {
    display: none
}

.header_area .navbar .nav .nav-item:hover .nav-link,.header_area .navbar .nav .nav-item.active .nav-link {
    color: #000000;
}

.header_area .navbar .nav .nav-item.submenu {
    position: relative
}

.header_area .navbar .nav .nav-item.submenu ul {
    border: none;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    background: #fff
}

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu ul {
        position:absolute;
        top: 120%;
        left: 0px;
        min-width: 200px;
        text-align: left;
        opacity: 0;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: none;
        padding: 0px;
        border-radius: 0px
    }
}

.header_area .navbar .nav .nav-item.submenu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    transition: all 400ms linear
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0px;
    border-bottom: 1px solid #ededed;
    margin-left: 0px;
    transition: all 0.4s linear
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    line-height: 45px;
    color: #222;
    padding: 0px 30px;
    transition: all 150ms linear;
    display: block;
    margin-right: 0px
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
    border-bottom: none
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
    background: #0e4059;
    color: #fff
}

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu:hover ul {
        visibility:visible;
        opacity: 1;
        top: 100%
    }
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
    margin-top: 0px
}

.header_area .navbar .nav .nav-item:last-child {
    margin-right: 0px
}

.nav-shop li {
    display: inline-block;
    margin-right: 15px
}

.nav-shop li i,.nav-shop li span {
    font-size: 16px;
    color: #222
}

.nav-shop li button {
    padding: 0;
    border: 0;
    background: transparent;
    position: relative
}

.nav-shop li button .nav-shop__circle {
    font-size: 9px;
    display: inline-block;
    background: #0e4059;
    color: #fff;
    padding: 0px 5px;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: -12px
}

.nav-shop li:last-child {
    margin-left: 40px
}

@media (max-width: 1199px) {
    .header_area .navbar .nav .nav-item {
        margin-right:28px
    }
}

@media (max-width: 991px) {
    .navbar-toggler {
        border:none;
        border-radius: 0px;
        padding: 0px;
        cursor: pointer;
        margin-top: 27px;
        margin-bottom: 23px
    }

    .header_area .navbar {
       background: #faeada;
    }
.hero-banner {
    background: url(../img/banner_bg.jpg) no-repeat center left;
}
    .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
        opacity: 1
    }

    .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
        opacity: 0
    }

    .navbar-toggler[aria-expanded="true"] span:first-child {
        transform: rotate(-45deg);
        position: relative;
        top: 7.5px
    }

    .navbar-toggler[aria-expanded="true"] span:last-child {
        transform: rotate(45deg);
        bottom: 6px;
        position: relative
    }

    .navbar-toggler span {
               display: block;
               width: 25px;
               height: 3px;
               background: #000000;
               margin: auto;
               margin-bottom: 4px;
               transition: all 400ms linear;
               cursor: pointer;
    }

    .navbar .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .nav {
        padding: 0px 0px
    }

    .header_area+section,.header_area+row,.header_area+div {
        margin-top: 117px
    }

    .header_area .navbar .nav .nav-item .nav-link {
        line-height: 30px;
        margin-right: 0px;
        display: block;
        border-bottom: 1px solid #ededed33;
        border-radius: 0px
    }

    .header_area .navbar .nav-shop {
        padding-bottom: 40px
    }

    .header_area .navbar-collapse {
        max-height: 340px;
        overflow-y: scroll
    }

    .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
        padding: 0px 15px
    }

    .header_area .navbar .nav .nav-item {
        margin-right: 0px
    }

    .header_area+section,.header_area+row,.header_area+div {
        margin-top: 0px;
        padding-top: 71px
    }

    .categories_post img {
        width: 100%
    }

    .categories_post {
        max-width: 360px;
        margin: 0 auto
    }

    .blog_categorie_area .col-lg-4 {
        margin-top: 30px
    }

    .blog_area {
        padding-bottom: 80px
    }

    .single-post-area .blog_right_sidebar {
        margin-top: 30px
    }

    .footer-area .col-sm-6 {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .blog_info.text-right {
        text-align:left !important;
        margin-bottom: 10px
    }

    .footer-bottom {
        text-align: center
    }
}

@media (max-width: 575px) {
    .header_area+section,.header_area+row,.header_area+div {
        margin-top:0px;
        padding-top: 71px
    }

    .blog_details h2 {
        font-size: 20px;
        line-height: 30px
    }

    .footer-area {
        padding: 70px 0px
    }
}

@media (max-width: 480px) {
    .header_area .navbar-collapse {
        max-height:250px
    }

    .comments-area .thumb {
        margin-right: 10px
    }
}

.section-intro p {
    margin-bottom: 3px
}

.section-intro__style {
    color: #45314a;
    /* border-bottom: 2px solid #0e4059; */
    /* padding-bottom: 8px; */
}

.hero-banner {
    background: #F1F6F7;
    position: relative;
    margin-bottom: 10px;
    background: url(../img/banner1.jpg)no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 600px;
}

@media (min-width: 991px) {
    .hero-banner {
        z-index:111
    }
}

.hero-banner::before {
    content: "";
    display: block;
    width: 5%;
    height: 100%;
    /* background: #333; */
    position: absolute;
    top: 0;
    left: 0
}

@media (min-width: 575px) {
    .hero-banner::before {
        width:20%
    }
}

@media (min-width: 991px) {
    .hero-banner::before {
        width:35%
    }
}

.hero-banner__img {
    position: relative;
    top: -50px;
}

@media (max-width: 575px) {
    .hero-banner__content {
        padding-bottom:50px
    }
}

@media (min-width: 1000px) {
    .hero-banner__content {
            margin: 050px 0 0px 40px;
    }
}

.hero-banner__content h4 {
    font-size: 26px;
    font-family: "Gentium Plus", serif;
    color: #000000;
    margin-bottom: 12px;
    letter-spacing: 3px;
    /* text-transform: uppercase; */
    font-weight: 700;
}

.hero-banner__content h1 {
    font-family: "Gentium Plus", serif;
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}

@media (min-width: 767px) {
    .hero-banner__content h1 {
        font-size:30px;
        margin-bottom: 25px
    }
}

@media (min-width: 991px) {
    .hero-banner__content h1 {
        font-size: 70px;
        line-height: 46px;
        letter-spacing: 2px;
    }
}

.hero-banner__content p {
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
    margin-top: 25px;
}

@media (min-width: 767px) {
    .hero-banner__content p {
        margin-bottom: 25px;
    }
}

.hero-carousel__slide {
    position: relative;
    /* border-radius: 30px; */
}

.hero-carousel__slide::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(170 216 9);
    /* transform: translateY(50px); */
    opacity: 1;
    transition: all .4s ease;
    border-radius: 0;
}

.hero-carousel__slideOverlay {
    position: absolute;
    bottom: 60px;
    background: rgb(30 143 143 / 60%);
    padding: 20px 50px 23px 30px;
    /* transform: translateY(50px); */
    opacity: 1;
    z-index: 1;
    transition: all .4s ease-in-out
}

.hero-carousel__slideOverlay h3 {
    font-size: 20px;
    font-weight: 400;
    color: #fff
}

.hero-carousel__slideOverlay p {
    color: #fff;
    margin: 0
}

.hero-carousel__slide:hover::after {
    transform: translateY(0);
    opacity: 1
}

.hero-carousel__slide:hover .hero-carousel__slideOverlay {
    transform: translateY(0);
    opacity: 1;
    z-index: 2
}

.card-product {
    border: 0;
    margin-bottom: 30px
}

.card-product p {
    margin-bottom: 0
}

.card-product__img {
    position: relative
}

.card-product__imgOverlay {
    background: rgba(255,255,255,0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 5px;
    transform: translateY(30px);
    opacity: 0;
    z-index: -1;
    transition: all .48s ease
}

.card-product__imgOverlay li {
    display: inline-block
}

.card-product__imgOverlay li button {
    border: 0;
    border-radius: 0;
    padding: 7px 12px;
    background: #8894ff
}

.card-product__imgOverlay li button i,.card-product__imgOverlay li button span {
    font-size: 15px;
    color: #fff;
    vertical-align: middle
}

.card-product__imgOverlay li button:hover {
    background: #0e4059
}

.card-product__imgOverlay li:not(:last-child) {
    margin-right: 5px
}

.card-product__title a {
    color: #222
}

.card-product__price {
    font-size: 18px;
    font-weight: 500
}

.card-product:hover .card-product__imgOverlay {
    opacity: 1;
    z-index: 1;
    transform: translateY(0)
}

.card-product:hover .card-product__title a {
    color: #0e4059
}

.offer {
    /* background: url("../img/home/parallax-bg.png") right center no-repeat; */
    background-size: cover;
    padding-top: 25px;
    padding-bottom: 0;
}

@media (min-width: 1200px) {
    .offer {
        /* background-size:100% 100%; */
    }
}

.offer__content {
    padding: 60px 35px 67px 35px;
    /* background-color: #eee; */
    margin-left: -30px;
}

@media (min-width: 1000px) {
    .offer__content {
        padding: 60px 35px 67px 35px;
    }
}

.offer__content h3 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #0e4059;
}

@media (min-width: 650px) {
    .offer__content h3 {
        font-size:50px;
        margin-bottom: 25px;
        font-weight: bold;
    }
}

.offer__content h4 {
    font-size: 30px;
    color: #aad809;
}

.offer__content p {
    color: #000;
    line-height: 2;
    font-size: 16px;
}

.card-blog {
    border: 0;
    background-color: #f1f6f7;
    box-shadow: 0px 0px 20px 5px rgb(52 52 52 / 15%);
}

.card-blog .card-body {
    padding: 25px 25px 25px;
}

.card-blog__info {
    margin-bottom: 12px
}

.card-blog__info li {
    display: inline-block;
    font-size: 14px;
    color: #999999
}

.card-blog__info li a {
    color: #999999
}

.card-blog__info li i,.card-blog__info li span {
    margin-right: 5px;
    vertical-align: middle
}

.card-blog__info li:not(:last-child) {
    margin-right: 20px
}

.card-blog__title {
    font-size: 20px;
    margin-bottom: 20px
}

.card-blog__title a {
    color: #222
}

.card-blog__link {
    font-weight: 500;
    color: #222
}

.card-blog__link i,.card-blog__link span {
    font-size: 13px;
    padding-left: 3px;
    display: inline-block;
    transition: all .5s ease
}

.card-blog:hover .card-blog__title a {
    color: #0e4059
}

.card-blog:hover .card-blog__link {
    color: #0e4059
}

.card-blog:hover .card-blog__link i,.card-blog:hover .card-blog__link span {
    padding-left: 10px
}

.subscribe {
    padding: 45px 10px;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0px 0px 20px 5px rgb(52 52 52 / 15%);
    background-image: url(../img/subscribe-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 1000px) {
    .subscribe {
        padding: 75px 0px;
        margin-bottom: 0;
        z-index: 9;
        /* position: relative; */
        /* bottom: -96px; */
    }
}

.subscribe__title {
    font-size: 28px;
    font-weight: 500;
    /* text-transform: uppercase; */
    margin-bottom: 16px;
    color: #0e4059;
}

@media (min-width: 1000px) {
    .subscribe__title {
        font-size: 34px;
    }
}

.subscribe-form .form-group {
    margin-bottom: 0;
    position: relative
}

.subscribe-form .form-group .info {
    position: absolute;
    top: 50px;
    left: 10px;
    color: #0e4059
}

.subscribe-form .form-control {
    border-radius: 30px;
    height: 50px;
    border-color: #EEEEEE;
    padding-left: 20px;
    font-size: 14px
}

@media (min-width: 800px) {
    .subscribe-form .form-control {
        min-width:380px
    }
}

.subscribe-form .form-control::placeholder {
    color: #999999
}

.subscribe-form .form-control:focus {
    outline: 0;
    box-shadow: none
}

.subscribe-form button {
    margin-left: 15px
}

.subscribe-position {
    margin-bottom: 20px;
    /* background-color: #f1f6f7; */
    padding: 60px 0;
}

@media (min-width: 1000px) {
    .subscribe-position {
        position: relative;
        /* top: 100px; */
        margin-bottom: 0;
    }
}

.button {
    display: inline-block;
    border-radius: 0;
    color: #222;
    font-weight: 500;
    padding: 12px 50px;
    background: #ffffff;
    color: #000000;
    transition: all .4s ease;
    font-size: 18px;
    font-family: sans-serif;
    border: 1px solid #fff;
}

@media (max-width: 767px) {
    .button {
        padding:8px 25px !important
    }
}

.button-subscribe {
    font-size: 14px;
    padding: 10px 20px
}

@media (min-width: 800px) {
    .button-subscribe {
        padding:12px 35px;
        font-size: 15px
    }
}

.button-blog {
    padding: 5px 31px;
    font-size: 14px;
    background: #f9f9ff;
    border-color: #EEEEEE;
    border-radius: 0;
    color: #222
}

.button-blog:hover {
    background: #0e4059 !important;
    color: #fff !important
}

.button-postComment {
    border-radius: 4px;
    font-size: 14px;
    margin-top: 5px
}

.button-tracking {
    font-size: 14px;
    padding: 8px 42px
}

.button-login {
    font-size: 15px;
    padding: 7px 44px
}

.button-coupon {
    font-size: 15px;
    padding: 6px 45px
}

.button-paypal {
    width: 100%;
    padding: 8px 30px
}

.button-account {
    padding: 7px 42px;
    background: transparent;
    border-color: #fff
}

.button-account:hover {
    border-color: #fff !important
}

.button-header {
    padding: 10px 45px;
    background: transparent;
    color: #222;
    border-color: #EEEEEE
}

.button-hero {
    padding: 10px 25px;
}

.button--active {
    background: #0e4059;
    color: #fff
}

.button-contactForm {
    border: 1px solid #0e4059 !important;
    border-radius: 0;
    padding: 11px 26px
}

.button-review {
    padding: 12px 40px;
    border-radius: 30px
}

.button:hover {
    border-color: #ffffff;
    background: #00000000;
    color: #ffffff;
}

.button-register {
    font-size: 14px;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-transform: uppercase;
    background: #c5322d
}

.button-register:hover {
    background: #c5322d;
    opacity: .7;
    color: #fff
}

.blog-banner {
    position: relative
}

.blog-banner h4,.blog-banner h1,.blog-banner a {
    text-transform: capitalize;
    color: #fff
}

.blog-banner h4 {
    font-size: 18px;
    margin-bottom: 15px
}

.blog-banner h1 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #ffffff;
}

@media (min-width: 992px) {
    .blog-banner h1 {
        font-size: 3rem;
        font-weight: 500;
    }
}

.blog-banner-area {
    height: 340px;
    position: relative;
    z-index: 1;
    background: url(../img/inner-banner.jpg)no-repeat center;
    background-size: cover;
}

@media (min-width: 1000px) {
    .blog-banner-area {
        /* height:410px; */
    }
}

.blog-banner-area .blog-banner {
    position: absolute;
    top: 24%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 50%);
}



.banner-breadcrumb {
    display: inline-block
}

.banner-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0
}

.banner-breadcrumb .breadcrumb-item {
    padding: .1rem
}

.banner-breadcrumb .breadcrumb-item a {
    text-transform: capitalize;
    color: #ffffff;
}

.banner-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #777777;
    padding-right: .1rem;
    content: "-"
}

.banner-breadcrumb .breadcrumb-item.active {
    color: #ffffff;
}

.blog_categorie_area {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (min-width: 900px) {
    .blog_categorie_area {
        padding-top:80px;
        padding-bottom: 80px
    }
}

@media (min-width: 1100px) {
    .blog_categorie_area {
        padding-top:120px;
        padding-bottom: 120px
    }
}

.categories_post {
    position: relative;
    text-align: center;
    cursor: pointer
}

.categories_post img {
    max-width: 100%
}

.categories_post .categories_details {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(34,34,34,0.75);
    color: #fff;
    transition: all 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center
}

.categories_post .categories_details h5 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    position: relative
}

.categories_post .categories_details p {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0px
}

.categories_post .categories_details .border_line {
    margin: 10px 0px;
    background: #fff;
    width: 100%;
    height: 1px
}

.categories_post:hover .categories_details {
    background: rgba(56,74,235,0.85)
}

.blog_item {
    margin-bottom: 40px
}

.blog_info {
    padding-top: 30px
}

.blog_info .post_tag {
    padding-bottom: 20px
}

.blog_info .post_tag a {
    color: #222;
    font-size: 14px
}

.blog_info .post_tag a.active {
    color: #0e4059
}

.blog_info .blog_meta li a {
    color: #777777;
    vertical-align: middle;
    padding-bottom: 10px;
    display: inline-block;
    font-size: 14px
}

.blog_info .blog_meta li a i {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    padding-left: 15px;
    line-height: 20px;
    vertical-align: middle
}

.blog_info .blog_meta li a:hover {
    color: #0e4059
}

.blog_post img {
    max-width: 100%
}

.blog_details {
    padding-top: 20px
}

.blog_details h2 {
    font-size: 24px;
    line-height: 36px;
    color: #222;
    font-weight: 600;
    transition: all 0.3s linear
}

.blog_details h2:hover {
    color: #0e4059
}

.blog_details p {
    margin-bottom: 26px
}

.blog_right_sidebar {
    border: 1px solid #eeeeee;
    background: #fafaff;
    padding: 30px
}

.blog_right_sidebar .widget_title {
    font-size: 18px;
    line-height: 25px;
    background: #0e4059;
    text-align: center;
    color: #fff;
    padding: 8px 0px;
    margin-bottom: 30px
}

.blog_right_sidebar .search_widget .input-group .form-control {
    font-size: 14px;
    line-height: 29px;
    border: 0px;
    width: 100%;
    font-weight: 300;
    color: #fff;
    padding-left: 20px;
    border-radius: 45px;
    z-index: 0;
    background: #0e4059
}

.blog_right_sidebar .search_widget .input-group .form-control.placeholder {
    color: #fff
}

.blog_right_sidebar .search_widget .input-group .form-control:-moz-placeholder {
    color: #fff
}

.blog_right_sidebar .search_widget .input-group .form-control::-moz-placeholder {
    color: #fff
}

.blog_right_sidebar .search_widget .input-group .form-control::-webkit-input-placeholder {
    color: #fff
}

.blog_right_sidebar .search_widget .input-group .form-control:focus {
    box-shadow: none
}

.blog_right_sidebar .search_widget .input-group .btn-default {
    position: absolute;
    right: 20px;
    background: transparent;
    border: 0px;
    box-shadow: none;
    font-size: 14px;
    color: #fff;
    padding: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.blog_right_sidebar .author_widget {
    text-align: center
}

.blog_right_sidebar .author_widget h4 {
    font-size: 18px;
    line-height: 20px;
    color: #222;
    margin-bottom: 5px;
    margin-top: 30px
}

.blog_right_sidebar .author_widget p {
    margin-bottom: 0px
}

.blog_right_sidebar .author_widget .social_icon {
    padding: 7px 0px 15px
}

.blog_right_sidebar .author_widget .social_icon a {
    font-size: 14px;
    color: #222;
    transition: all 0.2s linear
}

.blog_right_sidebar .author_widget .social_icon a+a {
    margin-left: 20px
}

.blog_right_sidebar .author_widget .social_icon a:hover {
    color: #0e4059
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
    font-size: 14px;
    line-height: 20px;
    color: #222;
    margin-bottom: 4px;
    transition: all 0.3s linear
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3:hover {
    color: #0e4059
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 0px
}

.blog_right_sidebar .popular_post_widget .post_item+.post_item {
    margin-top: 20px
}

.blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 2px dotted #eee;
    transition: all 0.3s ease 0s;
    padding-bottom: 12px
}

.blog_right_sidebar .post_category_widget .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #777
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
    margin-bottom: 0px
}

.blog_right_sidebar .post_category_widget .cat-list li+li {
    padding-top: 15px
}

.blog_right_sidebar .post_category_widget .cat-list li:hover {
    border-color: #0e4059
}

.blog_right_sidebar .post_category_widget .cat-list li:hover a {
    color: #0e4059
}

.blog_right_sidebar .newsletter_widget {
    text-align: center
}

.blog_right_sidebar .newsletter_widget .form-group {
    margin-bottom: 8px
}

.blog_right_sidebar .newsletter_widget .input-group-prepend {
    margin-right: -1px
}

.blog_right_sidebar .newsletter_widget .input-group-text {
    background: #fff;
    border-radius: 0px;
    vertical-align: top;
    font-size: 12px;
    line-height: 36px;
    padding: 0px 0px 0px 15px;
    border: 1px solid #eeeeee;
    border-right: 0px
}

.blog_right_sidebar .newsletter_widget .input-group-text i {
    color: #cccccc
}

.blog_right_sidebar .newsletter_widget .form-control {
    font-size: 12px;
    line-height: 24px;
    color: #cccccc;
    border: 1px solid #eeeeee;
    border-left: 0px;
    border-radius: 0px
}

.blog_right_sidebar .newsletter_widget .form-control.placeholder {
    color: #cccccc
}

.blog_right_sidebar .newsletter_widget .form-control:-moz-placeholder {
    color: #cccccc
}

.blog_right_sidebar .newsletter_widget .form-control::-moz-placeholder {
    color: #cccccc
}

.blog_right_sidebar .newsletter_widget .form-control::-webkit-input-placeholder {
    color: #cccccc
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
    outline: none;
    box-shadow: none
}

.blog_right_sidebar .newsletter_widget .bbtns {
    background: #0e4059;
    color: #fff;
    font-size: 12px;
    line-height: 38px;
    display: inline-block;
    font-weight: 500;
    padding: 0px 24px 0px 24px;
    border-radius: 0
}

.blog_right_sidebar .newsletter_widget .text-bottom {
    font-size: 12px
}

.blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block
}

.blog_right_sidebar .tag_cloud_widget ul li a {
    display: inline-block;
    border: 1px solid #eee;
    background: #fff;
    padding: 0px 13px;
    margin-bottom: 8px;
    transition: all 0.3s ease 0s;
    color: #222;
    font-size: 12px
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
    background: #0e4059;
    color: #fff
}

.blog_right_sidebar .br {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 30px 0px
}

.blog-pagination {
    padding-top: 25px;
    padding-bottom: 95px
}

.blog-pagination .page-link {
    border-radius: 0
}

.blog-pagination .page-item {
    border: none
}

.page-link {
    background: transparent;
    font-weight: 400
}

.blog-pagination .page-item.active .page-link {
    background-color: #0e4059;
    border-color: transparent;
    color: #fff
}

.blog-pagination .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #8a8a8a;
    border: none
}

.blog-pagination .page-link .lnr {
    font-weight: 600
}

.blog-pagination .page-item:last-child .page-link,.blog-pagination .page-item:first-child .page-link {
    border-radius: 0
}

.blog-pagination .page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0e4059;
    border-color: #eee
}

.single-post-area .social-links {
    padding-top: 10px
}

.single-post-area .social-links li {
    display: inline-block;
    margin-bottom: 10px
}

.single-post-area .social-links li a {
    color: #cccccc;
    padding: 7px;
    font-size: 14px;
    transition: all 0.2s linear
}

.single-post-area .social-links li a:hover {
    color: #222
}

.single-post-area .blog_details {
    padding-top: 26px
}

.single-post-area .blog_details p {
    margin-bottom: 10px
}

.single-post-area .quotes {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 24px 35px 24px 30px;
    background-color: #fff;
    box-shadow: -20.84px 21.58px 30px 0px rgba(176,176,176,0.1);
    font-size: 14px;
    line-height: 24px;
    color: #777;
    font-style: italic
}

.single-post-area .arrow {
    position: absolute
}

.single-post-area .arrow .lnr {
    font-size: 20px;
    font-weight: 600
}

.single-post-area .navigation-area {
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 60px
}

.single-post-area .navigation-area p {
    margin-bottom: 0px
}

.single-post-area .navigation-area h4 {
    font-size: 18px;
    line-height: 25px;
    color: #222
}

.single-post-area .navigation-area .nav-left {
    text-align: left
}

.single-post-area .navigation-area .nav-left .thumb {
    margin-right: 20px;
    background: #000
}

.single-post-area .navigation-area .nav-left .thumb img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.single-post-area .navigation-area .nav-left .lnr {
    margin-left: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.single-post-area .navigation-area .nav-left:hover .lnr {
    opacity: 1
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
    opacity: .5
}

@media (max-width: 767px) {
    .single-post-area .navigation-area .nav-left {
        margin-bottom:30px
    }
}

.single-post-area .navigation-area .nav-right {
    text-align: right
}

.single-post-area .navigation-area .nav-right .thumb {
    margin-left: 20px;
    background: #000
}

.single-post-area .navigation-area .nav-right .thumb img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.single-post-area .navigation-area .nav-right .lnr {
    margin-right: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.single-post-area .navigation-area .nav-right:hover .lnr {
    opacity: 1
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
    opacity: .5
}

.comments-area {
    background: #fafaff;
    border: 1px solid #eee;
    padding: 50px 30px;
    margin-top: 50px
}

@media (max-width: 414px) {
    .comments-area {
        padding:50px 8px
    }
}

.comments-area h4 {
    text-align: center;
    margin-bottom: 50px;
    color: #222;
    font-size: 18px
}

.comments-area h5 {
    font-size: 16px;
    margin-bottom: 0px
}

.comments-area a {
    color: #222
}

.comments-area .comment-list {
    padding-bottom: 48px
}

.comments-area .comment-list:last-child {
    padding-bottom: 0px
}

.comments-area .comment-list.left-padding {
    padding-left: 25px
}

@media (max-width: 413px) {
    .comments-area .comment-list .single-comment h5 {
        font-size:12px
    }

    .comments-area .comment-list .single-comment .date {
        font-size: 11px
    }

    .comments-area .comment-list .single-comment .comment {
        font-size: 10px
    }
}

.comments-area .thumb {
    margin-right: 20px
}

.comments-area .date {
    font-size: 13px;
    color: #cccccc;
    margin-bottom: 13px
}

.comments-area .comment {
    color: #777777;
    margin-bottom: 0px
}

.comments-area .btn-reply {
    background-color: #fff;
    color: #222;
    padding: 5px 18px;
    font-size: 12px;
    display: block;
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.comments-area .btn-reply:hover {
    background-color: #0e4059;
    color: #fff;
    font-weight: 700
}

.comment-form {
    background: #fafaff;
    text-align: center;
    border: 1px solid #eee;
    padding: 47px 30px 43px;
    margin-top: 50px;
    margin-bottom: 20px
}

.comment-form h4 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 22px;
    color: #222
}

.comment-form .name {
    padding-left: 0px
}

@media (max-width: 767px) {
    .comment-form .name {
        padding-right:0px;
        margin-bottom: 1rem
    }
}

.comment-form .email {
    padding-right: 0px
}

@media (max-width: 991px) {
    .comment-form .email {
        padding-left:0px
    }
}

.comment-form .form-control {
    padding: 8px 20px;
    background: #fff;
    border: none;
    border-radius: 0px;
    width: 100%;
    font-size: 14px;
    color: #777777;
    border: 1px solid transparent
}

.comment-form .form-control:focus {
    box-shadow: none;
    border: 1px solid #eee
}

.comment-form .form-control::placeholder {
    color: #777777
}

.comment-form textarea.form-control {
    height: 140px;
    resize: none
}

.comment-form ::-webkit-input-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form ::-moz-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form :-ms-input-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form :-moz-placeholder {
    font-size: 13px;
    color: #777
}

.contact-info__icon {
    margin-right: 20px
}

.contact-info__icon i,.contact-info__icon span {
    color: #0e4059;
    font-size: 20px
}

.contact-info .media-body h3 {
    font-size: 22px;
    margin-bottom: 10px;
    /* margin-top: 40px; */
    /* text-align: center; */
}

.contact-info .media-body h3 a {
    color: #222
}

.contact-info .media-body p {
    color: #999999
}

.form-contact .form-group {
    margin-bottom: 10px
}

.form-contact .form-control {
    border-radius: 0;
    height: 40px;
    padding-left: 18px;
    border-color: transparent;
    background: rgba(130,139,178,0.1)
}

.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none
}

.form-contact .form-control::placeholder {
    font-size: 14px;
    color: #999999
}

.form-contact .different-control {
    height: 100% !important
}

.form-contact button {
    border: 0
}

.filter-bar {
    padding: 0px 20px 10px 20px;
    background: #f1f6f7;
    margin-bottom: 30px
}

.filter-bar a,.filter-bar i {
    color: #000
}

.filter-bar-search {
    margin-top: 10px
}

.filter-bar-search input {
    border: 1px solid #eee;
    font-size: 14px;
    color: #999999;
    height: 38px;
    padding-left: 15px
}

.filter-bar-search input:focus {
    outline: 0;
    box-shadow: none
}

.filter-bar-search input::placeholder {
    color: #999999
}

.filter-bar-search button {
    background: transparent;
    border: 1px solid #eee;
    background: #fff;
    border-left: 0;
    padding-right: 15px
}

.filter-bar-search button i,.filter-bar-search button span {
    font-size: 14px;
    color: #999999
}

.sorting {
    margin-top: 10px;
    margin-right: 10px
}

.sorting .nice-select {
    border-radius: 0px;
    border: 1px solid #eee;
    padding-right: 50px;
    height: 38px;
    color: #999999
}

.sorting .nice-select:after {
    right: 18px
}

.sorting .nice-select .list {
    border-radius: 0px
}

.sidebar-categories .head {
    font-family: 'Oswald', sans-serif;
    line-height: 50px;
    background: #0e4059;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.sidebar-categories .main-categories {
    padding: 20px 28px;
    background: #f1f6f7
}

.sidebar-categories .main-categories .pixel-radio {
    background: transparent !important
}

.sidebar-filter {
    margin-top: 30px
}

.sidebar-filter .top-filter-head {
    font-family: 'Oswald', sans-serif;
    line-height: 50px;
    background: #0e4059;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.sidebar-filter .head {
    line-height: 60px;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 400;
    color: #222;
    text-transform: capitalize
}

.sidebar-filter .common-filter {
    background: #f1f6f7;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px
}

.sidebar-filter .common-filter .filter-list {
    position: relative;
    padding-left: 28px
}

.sidebar-filter .common-filter:last-child {
    border-bottom: 0
}

.filter-list {
    line-height: 32px
}

.filter-list i {
    margin-right: 10px;
    cursor: pointer
}

.filter-list .number {
    color: #ccc
}

.filter-list label {
    margin-bottom: 3px;
    cursor: pointer
}

@keyframes click-wave {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.35;
        position: absolute;
        top: 50%;
        left: 50%
    }

    100% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
        top: 50%;
        left: 50%;
        position: absolute
    }
}

.pixel-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 15px;
    width: 15px;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    border: 1px solid #999999;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    outline: none;
    position: relative;
    z-index: 1
}

.pixel-radio:checked {
    border: 8px solid #0e4059
}

.pixel-radio:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #0e4059;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    opacity: 0
}

.pixel-radio {
    border-radius: 50%;
    top: 2px
}

.pixel-radio::after {
    border-radius: 50%
}

.price-range-area {
    padding: 15px 30px 0 30px
}

.price-range-area .value-wrapper {
    margin-top: 15px;
    color: #777777
}

.price-range-area .value-wrapper .to {
    margin: 0 5px
}

.price-range-area .price {
    margin-right: 5px;
    color: #777
}

.single-search-product {
    padding: 10px 0
}

@media (min-width: 1000px) {
    .single-search-product {
        padding:20px 0
    }
}

.single-search-product-wrapper {
    padding: 12px 20px 10px 30px;
    border: 1px solid #EEEEEE
}

.single-search-product img {
    max-width: 70px;
    height: auto
}

.single-search-product .desc {
    margin-left: 15px;
    margin-top: 5px
}

.single-search-product .desc .title {
    font-family: 'Oswald', sans-serif;
    color: #222;
    margin-bottom: 0;
    display: inline-block
}

.single-search-product .desc .price {
    font-size: 16px;
    font-weight: 500;
    color: #777777
}

.single-search-product .desc .price span {
    font-weight: 700
}

.single-search-product:hover .title {
    color: #0e4059
}

.billing-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 15px;
    border-color: #DDDDDD
}

.billing-alert {
    font-size: 18px;
    color: #0e4059;
    margin-bottom: 30px
}

.confirmation-card {
    padding: 38px;
    background: #f1f6f7
}

.confirmation-card tr td:last-child {
    color: #222;
    padding-left: 25px
}

.order_details_table {
    background: #f1f6f7;
    padding: 30px;
    margin-top: 75px
}

@media (min-width: 767px) {
    .order_details_table {
        margin-top:45px
    }
}

.order_details_table h2 {
    color: #222;
    font-size: 18px;
    padding-bottom: 15px
}

.order_details_table .table {
    margin-bottom: 0px
}

.order_details_table .table thead tr th {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-family: "Gentium Plus", serif;
    font-weight: normal;
    color: #222
}

@media (max-width: 1000px) {
    .order_details_table .table tbody tr:last-child {
        height:50px
    }
}

.order_details_table .table tbody tr td {
    border: 0;
    color: #777777
}

.order_details_table .table tbody tr td p {
    margin-bottom: 0px
}

.order_details_table .table tbody tr td h5 {
    font-family: "Gentium Plus", serif;
    color: #222;
    margin-bottom: 0px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500
}

.order_details_table .table tbody tr td h4 {
    font-family: "Gentium Plus", serif;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #222;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500
}

.order_details_table .table tbody tr:last-child td {
    border-top: 1px solid #ddd;
    padding-bottom: 0
}

.order_details_table .table tbody tr:last-child td p {
    color: #222
}

.tracking_box_area .tracking_box_inner p {
    max-width: 870px;
    color: #555555;
    margin-bottom: 25px
}

.tracking_box_area .tracking_box_inner .tracking_form {
    max-width: 645px
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group {
    margin-bottom: 1.2rem
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group input {
    height: 40px;
    border: 1px solid #eee;
    padding: 0px 15px;
    outline: none;
    box-shadow: none;
    border-radius: 0px;
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group input.placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group input:-moz-placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group input::-moz-placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group input::-webkit-input-placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group:last-child {
    margin-bottom: 0px
}

.check_title h2 {
    font-size: 15px;
    font-weight: normal;
    font-family: "Gentium Plus", serif;
    background: #f1f6f7;
    line-height: 40px !important;
    padding-left: 30px;
    margin-bottom: 0px
}

.check_title h2 a {
    color: #0e4059;
    text-decoration: underline
}

.returning_customer p {
    margin-top: 15px;
    padding-left: 30px;
    margin-bottom: 25px
}

.returning_customer .contact_form {
    max-width: 710px;
    margin-left: 15px
}

.returning_customer .contact_form .form-group {
    margin-bottom: 20px
}

.returning_customer .contact_form .form-group input {
    border: 1px solid #eeeeee;
    height: 40px;
    border-radius: 3px;
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.returning_customer .contact_form .form-group input.placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.returning_customer .contact_form .form-group input:-moz-placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.returning_customer .contact_form .form-group input::-moz-placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.returning_customer .contact_form .form-group input::-webkit-input-placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.returning_customer .contact_form .form-group .primary-btn {
    line-height: 38px;
    padding: 0px 38px;
    text-transform: uppercase;
    margin-right: 10px;
    border-radius: 2px;
    border: none
}

.returning_customer .contact_form .form-group .creat_account {
    display: inline-block;
    margin-left: 15px
}

.returning_customer .contact_form .form-group .creat_account input {
    height: auto;
    margin-right: 10px
}

.returning_customer .contact_form .form-group .lost_pass {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: #777;
    font-weight: normal
}

.cupon_area {
    margin-bottom: 40px
}

.cupon_area input {
    margin-left: 30px;
    max-width: 730px;
    width: 100%;
    display: block;
    height: 40px;
    border-radius: 3px;
    padding: 0px 15px;
    border: 1px solid #eeeeee;
    outline: none;
    box-shadow: none;
    margin-top: 20px;
    margin-bottom: 20px
}

.billing_details h3 {
    font-size: 35px;
    color: #222;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 30px
}

.billing_details .contact_form .form-group {
    margin-bottom: 20px
}

.billing_details .contact_form .form-group .placeholder::before {
    font-size: 14px;
    color: #999999
}

.billing_details .contact_form .form-group input {
    font-size: 14px;
    border-radius: 3px;
    color: #999999;
    border-color: #EEEEEE
}

.billing_details .contact_form .form-group input.placeholder {
    color: #999999;
    font-size: 14px
}

.billing_details .contact_form .form-group input:-moz-placeholder {
    color: #999999;
    font-size: 14px
}

.billing_details .contact_form .form-group input::-moz-placeholder {
    color: #999999;
    font-size: 14px
}

.billing_details .contact_form .form-group input::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px
}

.billing_details .contact_form .form-group .form-control {
    border-color: #bdbdbd;
    font-size: 14px;
    color: #777777
}

.billing_details .contact_form .form-group .form-control::placeholder {
    color: #777777
}

.billing_details .contact_form .form-group label {
    color: #999999
}

.billing_details .contact_form .form-group textarea {
    height: 150px;
    border-radius: 3px;
    margin-top: 15px
}

.billing_details .contact_form .form-group .country_select {
    width: 100%;
    height: 40px;
    border-color: #b3b3b3;
}

.billing_details .contact_form .form-group .country_select span {
    color: #000000;
    padding-bottom: 10px;
}

.billing_details .contact_form .form-group .country_select .list {
    width: 100%;
    border-radius: 0px
}

.billing_details .contact_form .form-group .country_select .list li {
    font-size: 14px;
    font-weight: normal
}

.billing_details .contact_form .form-group .creat_account #f-option2 {
    margin-right: 5px
}

.billing_details .contact_form .form-group .creat_account #f-option3 {
    margin-right: 5px
}

.billing_details .contact_form .form-group .creat_account a {
    color: #0e4059
}

.order_box {
  background: #f3f3f3;
  padding: 20px 17px;
  position: sticky;
  top: 10px;
  margin-top: 70px;
}

.order_box h2 {
    border-bottom: 1px solid #dddddd;
    font-size: 22px;
    font-weight: 500;
    color: #222;
    padding-bottom: 15px;
    text-align: left;
    margin-top: 20px;
}

.order_box .list li a {
    font-size: 14px;
    color: #777;
    font-weight: normal;
    border-bottom: 1px solid #eeeeee;
    line-height: normal;
    display: flex;
    justify-content: space-between ;
    margin: 10px 0;
}

.order_box .list li a h4 {
    font-family: "Gentium Plus", serif;
    font-size: 15px;
    margin-top: 15px
}

.order_box .list li a span {
    float: right
}

.order_box .list li a .middle {
    float: none;
    width: 50px;
    text-align: right;
    display: inline-block;
    margin-left: 30px;
    color: #222
}

.order_box .list li:nth-child(4) a .middle {
    margin-left: 48px
}

.order_box .list_2 li a {
    text-transform: uppercase;
    color: #222;
    font-weight: 500
}

.order_box .list_2 li a span {
    color: #777;
    text-transform: capitalize
}

.order_box .list_2 li:last-child a span {
    color: #222
}

.order_box .payment_item h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
    font-weight: 500;
    padding-left: 22px;
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px
}

.order_box .payment_item h4:before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
    background: #fff;
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%)
}

.order_box .payment_item h4:after {
    content: "";
    height: 4px;
    width: 4px;
    background: #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 5px;
    top: 8px
}

.order_box .payment_item h4 img {
    padding-left: 60px
}

.order_box .payment_item p {
    background: #fff;
    padding: 15px 20px;
    font-size: 12px
}

.order_box .payment_item.active h4:before {
    background: #0e4059;
    border-color: #0e4059
}

.order_box .creat_account {
    margin-bottom: 15px;
}

.order_box .creat_account label {
    padding-left: 10px;
    font-size: 12px;
    color: #222;
    display: contents;
}

.order_box .creat_account a {
    color: #c5322d
}

.order_box .primary-btn {
    display: block;
    line-height: 38px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 2px
}

.order_box .primary-btn:hover:before {
    left: 310px
}

.order_details_table {
    background: #e5ecee;
    padding: 30px;
    margin-top: 75px
}

@media (min-width: 767px) {
    .order_details_table {
        margin-top:45px
    }
}

.order_details_table h2 {
    color: #222;
    font-size: 18px;
    padding-bottom: 15px
}

.order_details_table .table {
    margin-bottom: 0px
}

.order_details_table .table thead tr th {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: normal
}

.order_details_table .table tbody tr td p {
    margin-bottom: 0px
}

.order_details_table .table tbody tr td h5 {
    color: #222;
    margin-bottom: 0px
}

.order_details_table .table tbody tr td h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #222
}

.order_details_table .table tbody tr:last-child td {
    border-top: 1px solid #ddd
}

.order_details_table .table tbody tr:last-child td p {
    color: #222
}

.radion_btn input[type=radio] {
    position: absolute;
    visibility: hidden
}

.radion_btn {
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px
}

.radion_btn img {
    position: absolute;
    right: 40px;
    top: 0px
}

.radion_btn label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    padding: 0px 25px 21px 25px;
    height: 14px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    font-weight: 500;
    color: #222;
    font-size: 15px;
    letter-spacing: .25px;
    text-transform: capitalize
}

.radion_btn .check {
    display: block;
    position: absolute;
    border: 1px solid #cdcdcd;
    border-radius: 100%;
    height: 14px;
    width: 14px;
    top: 5px;
    left: 0px;
    background: #fff;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear
}

.radion_btn .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 4px;
    width: 4px;
    top: 4px;
    left: 4px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear
}

.radion_btn input[type=radio]:checked ~ .check {
    border: 1px solid #C5322D;
    background: #C5322D
}

.radion_btn input[type=radio]:checked ~ .check::before {
    background: #fff
}

.radion_btn input[type=radio]:checked ~ label {
    color: #000
}

.order_box .creat_account a {
    font-size: 12px;
    color: #0e4059
}

.login_box_area .login_box_img {
    height: 350px;
    position: relative
}

@media (min-width: 1000px) {
    .login_box_area .login_box_img {
        height:610px
    }
}

@media (min-width: 991px) {
    .login_box_area .login_box_img {
        margin-right:-30px
    }
}

.login_box_area .login_box_img img {
    width: 100%
}

.login_box_area .login_box_img:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #0e4059;
    opacity: .9
}

.login_box_area .login_box_img .hover {
    position: absolute;
    top: 50%;
    left: 0px;
    text-align: center;
    width: 100%;
    transform: translateY(-50%)
}

.login_box_area .login_box_img .hover h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px
}

.login_box_area .login_box_img .hover p {
    max-width: 390px;
    margin: 0px auto 28px;
    color: #fff
}

.login_box_area .login_box_img .hover .primary-btn {
    border-radius: 0px;
    line-height: 38px;
    text-transform: uppercase
}

.login_box_area .login_box_img .hover .primary-btn:hover:before {
    left: 260px
}

.login_box_area .login_box_img .button:hover {
    background: #c5322d !important;
    color: #fff !important;
    border-color: #c5322d !important
}

.login_form_inner {
    box-shadow: 0px 10px 40px 0px rgba(56,74,235,0.1);
    height: 100%;
    text-align: center;
    padding: 30px 0
}

@media (min-width: 1000px) {
    .login_form_inner {
        padding-top:115px;
        padding-bottom: 0
    }
}

.login_form_inner h3 {
    color: #222;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 75px
}

.login_form_inner .login_form {
    max-width: 385px;
    margin: auto
}

.login_form .form-group {
    margin-bottom: 22px
}

.login_form .form-group input {
    height: 40px;
    border: none;
    border-bottom: 1px solid #cccccc;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    color: #999999
}

.login_form .form-group input.placeholder {
    color: #999999
}

.login_form .form-group input:-moz-placeholder {
    color: #999999
}

.login_form .form-group input::-moz-placeholder {
    color: #999999
}

.login_form .form-group input::-webkit-input-placeholder {
    color: #999999
}

.login_form .form-group .creat_account {
    margin-top: 10px;
    font-size: 14px;
    text-align: left
}

.login_form .form-group .creat_account input {
    height: auto;
    margin-right: 10px;
    position: relative;
    top: 2px
}

.login_form .form-group .primary-btn {
    display: block;
    border-radius: 0px;
    line-height: 38px;
    width: 100%;
    text-transform: uppercase;
    border: none
}

.login_form .form-group .primary-btn:hover:before {
    left: 370px
}

.login_form .form-group a {
    font-size: 14px;
    color: #777;
    margin-top: 20px;
    display: block
}

.register_form_inner {
    padding-top: 70px
}

.instagram_area {
    position: relative
}

.instagram_area .container {
    max-width: 1625px
}

.instagram_area .insta_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2
}

.instagram_area .insta_btn .theme_btn {
    background: #fff;
    border-radius: 5px;
    padding: 0px 45px;
    line-height: 50px;
    color: #222;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1)
}

.instagram_image {
    margin-bottom: -120px !important
}

.instagram_image a {
    flex: 0 0 16.667%;
    max-width: 16.667%;
    display: block;
    overflow: hidden
}

.instagram_image a img {
    width: 100%;
    transition: all 300ms ease
}

.instagram_image a:hover img {
    transform: scale(1.05)
}

@media (max-width: 991px) {
    .instagram_image {
        margin-bottom:120px !important
    }
}

@media (max-width: 767px) {
    .instagram_image a {
        flex:0 0 33.33%;
        max-width: 33.33%
    }
}

@media (max-width: 575px) {
    .instagram_image {
        margin-bottom:70px !important
    }

    .instagram_image a {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.cart_area {
    padding-top: 90px;
    padding-bottom: 55px
}

.cart_inner .table th,.cart_inner .table td {
    padding: .75rem 1.5rem;
    border-color: #EEEEEE
}

.cart_inner .table thead tr th {
    border-top: 0px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Gentium Plus", serif;
    color: #222;
    border-bottom: 0px !important
}

.cart_inner .table tbody tr td {
    padding-top: 30px;
    padding-bottom: 30px;
    vertical-align: middle;
    align-self: center
}

.cart_inner .table tbody tr td .media .d-flex {
    padding-right: 30px
}

.cart_inner .table tbody tr td .media .d-flex img {
    border-radius: 3px
}

@media (max-width: 600px) {
    .cart_inner .table tbody tr td .media .d-flex img {
        max-width:100px;
        height: 80px
    }
}

.cart_inner .table tbody tr td .media .media-body {
    vertical-align: middle;
    align-self: center
}

.cart_inner .table tbody tr td .media .media-body p {
    margin-bottom: 0px
}

.cart_inner .table tbody tr td h5 {
    font-size: 15px;
    color: #222;
    font-family: "Gentium Plus", serif;
    margin-bottom: 0px
}

.cart_inner .table tbody tr td .product_count {
    margin-bottom: 0px
}

.cart_inner .table tbody tr td .product_count input {
    width: 100px;
    padding-left: 30px;
    height: 40px;
    outline: none;
    box-shadow: none
}

.cart_inner .table tbody tr td .product_count .increase {
    top: -2px
}

.cart_inner .table tbody tr td .product_count .increase:before {
    content: "";
    height: 40px;
    width: 1px;
    position: absolute;
    left: -3px;
    top: 0px;
    background: #eeeeee
}

.cart_inner .table tbody tr td .product_count .increase:after {
    content: "";
    height: 1px;
    width: 30px;
    position: absolute;
    left: -3px;
    top: 22px;
    background: #eeeeee
}

.cart_inner .table tbody tr td .product_count .reduced {
    bottom: -6px
}

.cart_inner .table tbody tr.bottom_button .button {
    font-size: 15px;
    padding: 7px 18px;
    background: #f9f9ff;
    border-color: #EEEEEE;
    color: #222
}

@media (min-width: 1000px) {
    .cart_inner .table tbody tr.bottom_button .button {
        padding:7px 45px
    }
}

.cart_inner .table tbody tr.bottom_button td:last-child {
    width: 60px
}

.cart_inner .table tbody tr.bottom_button td .cupon_text {
    margin-left: -429px
}

@media (min-width: 991px) {
    .cart_inner .table tbody tr.bottom_button td .cupon_text {
        margin-left:-465px
    }
}

@media (max-width: 600px) {
    .cart_inner .table tbody tr.bottom_button td .cupon_text {
        margin-left:-380px
    }
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input {
    width: 200px;
    padding: 0px 10px 0 18px;
    border-radius: 30px;
    border: 1px solid #eeeeee;
    height: 40px;
    font-size: 14px;
    color: #cccccc;
    font-weight: normal;
    margin-right: -3px;
    outline: none;
    box-shadow: none
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input.placeholder {
    font-size: 14px;
    color: #cccccc;
    font-weight: normal
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input:-moz-placeholder {
    font-size: 14px;
    color: #cccccc;
    font-weight: normal
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input::-moz-placeholder {
    font-size: 14px;
    color: #cccccc;
    font-weight: normal
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input::-webkit-input-placeholder {
    font-size: 14px;
    color: #cccccc;
    font-weight: normal
}

@media (max-width: 600px) {
    .cart_inner .table tbody tr.bottom_button td .cupon_text input {
        width:120px
    }
}

.cart_inner .table tbody tr.bottom_button td .cupon_text .primary-btn {
    height: 40px;
    line-height: 38px;
    text-transform: uppercase;
    background: #0e4059;
    padding: 0px 38px;
    margin-right: 5px;
    margin-left: 10px;
    border-radius: 30px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff
}

.cart_inner .table tbody tr.bottom_button td .cupon_text .gray_btn {
    padding: 0px 40px
}

.cart_inner .table tbody tr.shipping_area td:nth-child(3) {
    vertical-align: top
}

.cart_inner .table tbody tr.shipping_area .shipping_box {
    margin-left: -250px;
    text-align: right
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li {
    margin-bottom: 12px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li:last-child {
    margin-bottom: 0px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li a {
    padding-right: 30px;
    font-size: 15px;
    color: #777;
    position: relative
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li a:before {
    content: "";
    height: 16px;
    width: 16px;
    border: 1px solid #cdcdcd;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%)
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li a:after {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #0e4059;
    display: inline-block;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li.active a:after {
    opacity: 1
}

.cart_inner .table tbody tr.shipping_area .shipping_box h6 {
    font-size: 14px;
    font-weight: normal;
    color: #222;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px
}

.cart_inner .table tbody tr.shipping_area .shipping_box h6 i {
    color: #222;
    padding-left: 5px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select {
    display: block;
    width: 100%;
    background: #f1f6f7;
    border: 1px solid #eeeeee;
    height: 40px;
    color: #999999;
    margin-bottom: 20px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select:after {
    right: 20px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select .list {
    width: 100%;
    border-radius: 0px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select .list li {
    font-size: 14px;
    font-weight: normal;
    color: #777
}

.cart_inner .table tbody tr.shipping_area .shipping_box input {
    height: 40px;
    outline: none;
    background: #f1f6f7;
    border: 1px solid #eeeeee;
    width: 100%;
    font-size: 14px;
    color: #999999;
    padding: 0px 15px;
    margin-bottom: 20px
}

.cart_inner .table tbody tr.shipping_area .shipping_box input::placeholder {
    color: #999999
}

.cart_inner .table tbody tr.out_button_area .checkout_btn_inner {
    margin-left: -395px
}

.cart_inner .table tbody tr.out_button_area .checkout_btn_inner .primary-btn {
    height: 40px;
    padding: 0px 44px;
    line-height: 38px;
    text-transform: capitalize;
    background: #0e4059;
    border-radius: 30px;
    color: #fff;
    font-weight: 500
}

.cart_inner .table tbody tr.out_button_area .checkout_btn_inner .primary-btn:hover:before {
    left: 240px
}

.gray_btn {
    line-height: 38px;
    background: #f1f6f7;
    border: 1px solid #eeeeee;
    border-radius: 30px;
    padding: 0px 44px;
    display: inline-block;
    color: #222;
    text-transform: capitalize;
    font-weight: 500
}

.product_image_area {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 1000px) {
    .product_image_area {
        padding-top: 50px;
    }
}

.s_product_text {
    margin-left: -15px;
    /* margin-top: 65px; */
}

@media (max-width: 575px) {
    .s_product_text {
        margin-left:0px
    }
}

.s_product_text h3 {
    font-size: 35px;
    font-weight: 600;
    color: #222;
    margin-bottom: 20px;
    margin-top: 16px;
    text-transform: uppercase;
}

.s_product_text h2 {
        font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #4d5335;
    margin-bottom: 10px;
}

.s_product_text .list li {
    margin-bottom: 5px
}

.s_product_text .list li a {
    font-size: 15px;
    font-weight: normal;
    color: #777777
}

.s_product_text .list li a span {
    width: 90px;
    display: inline-block;
    color: #555555
}

.s_product_text .list li a span:hover {
    color: #555
}

.s_product_text .list li a.active span {
    color: #555;
    -webkit-text-fill-color: #555
}

.s_product_text .list li:last-child {
    margin-bottom: 0px
}

.s_product_text p {
     /* padding-top: 20px; */
    /* border-top: 1px dotted #eeeeee; */
    /* border-bottom: 1px dotted #eeeeee; */
    margin-top: 20px;
    /* padding-bottom: 26px; */
    margin-bottom: 0;
}

.s_product_text .card_area {
    margin-top: 25px
}

.s_product_text .card_area .primary-btn {
    line-height: 38px;
    padding: 0px 38px;
    text-transform: uppercase;
    margin-right: 10px;
    border-radius: 5px
}

.s_product_text .card_area .icon_btn {
    position: relative;
    height: 40px;
    width: 40px;
    text-align: center;
    background: #e8f0f2;
    border-radius: 3px;
    display: inline-block;
    color: #222;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-right: 10px;
    z-index: 1
}

.s_product_text .card_area .icon_btn i,.s_product_text .card_area .icon_btn span {
    line-height: 40px
}

.s_product_text .card_area .icon_btn:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.s_product_text .card_area .icon_btn:hover {
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(153,153,153,0.3)
}

.s_product_text .card_area .icon_btn:hover:after {
    opacity: 1;
    visibility: visible
}

.product_count {
    display: inline-block;
    position: relative;
    margin-bottom: 24px
}

.product_count label {
    font-size: 20px;
    color: #000000;
    font-weight: normal;
    padding-right: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.product_count input {
    width: 60px;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    text-align: center;
    height: 38px;
}

.product_count button {
    display: inline;
    border: none;
    background: #fe7435;
    box-shadow: none;
    cursor: pointer;
    /* position: absolute; */
    right: 0px;
    font-size: 20px;
    color: #cccccc;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #fff;
    width: 30px;
    margin-top: 10px;
}

.product_count button:hover {
    color: #222
}

.product_count .increase {
    top: -4px;
    /* font-size: 18px; */
    right: 4px;
}

.product_count .reduced {
    bottom: -13px;
    /* font-size: 18px; */
    right: 5px;
}

.product_description_area {
    padding-bottom: 100px;
    margin-top: 60px
}

.product_description_area .nav.nav-tabs {
    background: #f1f6f7;
    text-align: center;
    display: block;
    border: none;
    padding: 10px 0px
}

.product_description_area .nav.nav-tabs li {
    display: inline-block;
    margin-right: 7px
}

.product_description_area .nav.nav-tabs li:last-child {
    margin-right: 0px
}

@media (max-width: 441px) {
    .product_description_area .nav.nav-tabs li:last-child {
        margin-top:15px
    }
}

.product_description_area .nav.nav-tabs li a {
    padding: 0px;
    border: none;
    line-height: 38px;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 30px;
    padding: 0px 30px;
    color: #222;
    font-size: 14px;
    font-weight: normal
}

@media (max-width: 570px) {
    .product_description_area .nav.nav-tabs li a {
        padding:0 15px
    }
}

.product_description_area .nav.nav-tabs li a.active {
    color: #fff;
    background: #0e4059;
    border-color: #0e4059
}

.product_description_area .tab-content {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 30px 30px 15px 30px
}

.product_description_area .tab-content .total_rate .box_total {
    background: #f1f6f7;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}

.product_description_area .tab-content .total_rate .box_total h4 {
    font-size: 48px;
    font-weight: bold;
    color: #0e4059
}

.product_description_area .tab-content .total_rate .box_total h5 {
    color: #333333;
    margin-bottom: 0px;
    font-size: 24px
}

.product_description_area .tab-content .total_rate .box_total h6 {
    font-family: "Gentium Plus", serif;
    margin-bottom: 0px;
    font-size: 14px;
    color: #555555;
    font-weight: normal
}

.product_description_area .tab-content .total_rate .rating_list {
    margin-bottom: 30px
}

.product_description_area .tab-content .total_rate .rating_list h3 {
    font-size: 18px;
    color: #222;
    font-weight: 500;
    margin-bottom: 10px
}

.product_description_area .tab-content .total_rate .rating_list .list li a {
    font-size: 15px;
    color: #555555
}

.product_description_area .tab-content .total_rate .rating_list .list li a i {
    color: #fbd600
}

.product_description_area .tab-content .total_rate .rating_list .list li a i:first-child {
    margin-left: 15px
}

.product_description_area .tab-content .total_rate .rating_list .list li a i:last-child {
    margin-right: 15px
}

.product_description_area .tab-content .total_rate .rating_list .list li:nth-child a i:last-child {
    color: #eeeeee
}

.product_description_area .tab-content .table {
    margin-bottom: 0px
}

.product_description_area .tab-content .table tbody tr td {
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 14px;
    padding-bottom: 14px
}

.product_description_area .tab-content .table tbody tr td h5 {
    font-size: 14px;
    font-weight: normal;
    color: #777;
    margin-bottom: 0px;
    white-space: nowrap
}

.product_description_area .tab-content .table tbody tr:first-child td {
    border-top: 0px
}

.review_item {
    margin-bottom: 10px
}

.review_item:last-child {
    margin-bottom: 0px
}

.review_item .media {
    position: relative
}

.review_item .media .d-flex {
    padding-right: 15px
}

.review_item .media .media-body {
    vertical-align: middle;
    align-self: center
}

.review_item .media .media-body h4 {
    font-size: 16px;
    color: #222;
    margin-bottom: 4px
}

.review_item .media .media-body i {
    color: #fbd600
}

.review_item .media .media-body h5 {
    font-size: 13px;
    font-weight: normal;
    color: #777
}

.review_item .media .media-body .reply_btn {
    border: 1px solid #e0e0e0;
    padding: 0px 28px;
    display: inline-block;
    line-height: 32px;
    border-radius: 16px;
    font-size: 14px;
    color: #222;
    position: absolute;
    right: 0px;
    top: 14px;
    @icnlude transition}

.review_item .media .media-body .reply_btn:hover {
    background: #0e4059;
    border-color: #0e4059;
    color: #fff
}

.review_item p {
    padding-top: 10px;
    margin-bottom: 0px
}

.review_item.reply {
    padding-left: 28px
}

.review_box h4 {
    font-size: 20px;
    color: #222;
    margin-bottom: 20px
}

.review_box p {
    margin-bottom: 0px;
    color: #555555;
    display: inline-block
}

.review_box .list {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px
}

.review_box .list li {
    display: inline-block
}

.review_box .list li a {
    display: inline-block;
    color: #fbd600
}

.review_box .contact_form {
    margin-top: 15px
}

.review_box .primary-btn {
    line-height: 38px !important;
    padding: 0px 38px;
    text-transform: uppercase;
    margin-right: 10px;
    border-radius: 5px;
    border: none
}

.form-review .form-control {
    height: 46px;
    background: transparent;
    border: 1px solid #EEEEEE;
    font-size: 14px;
    color: #999999
}

.footer-area {
    padding: 50px 0px 50px;
    border-top: 1px solid #ddd;
}

@media (min-width: 1000px) {
    .footer-area {
        padding: 50px 0px 50px;
        background: #4d5335;
    }
}

.single-footer-widget p {
    margin-bottom: 10px;
}

.single-footer-widget p:last-child {
    margin-bottom: 0
}

.single-footer-widget .instafeed {
    margin-left: -5px;
    margin-right: -5px
}

.single-footer-widget .instafeed li {
    margin: 5px
}

@media (max-width: 1199px) and (min-width: 992px) {
    .single-footer-widget .instafeed li:nth-child(4),.single-footer-widget .instafeed li:nth-child(5),.single-footer-widget .instafeed li:nth-child(6) {
        display:none
    }
}

.single-footer-widget .sm-head {
    color: #ffffff;
    margin-bottom: 0px
}

.single-footer-widget .sm-head span {
    position: relative;
    margin-left: -40px;
    margin-right: 10px;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 28px;
    text-align: center;
    background: #353c1c;
    color: #ffffff;
    border-radius: 36px;
    padding: 4px;
}

.tp_widgets .list li {
    margin-bottom: 12px
}

.tp_widgets .list li a {
    color: #ffffff;
    font-family: "Roboto",sans-serif
}

.tp_widgets .list li a:hover {
       color: #0c0e05;
       transition: all 0.5s ease;
}

.tp_widgets .list li:last-child {
    margin-bottom: 0px
}

.tp_widgets p {
    color: #ffffff;
    margin-top: 10px;
}
section.middle {
    padding: 80px 0;
}
.footer_title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Gentium Plus", serif;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 28px
}

@media (max-width: 991px) {
    .footer_title {
        margin-bottom:10px
    }
}

.footer_title.large_title {
    font-size: 36px;
    font-weight: 600
}

@media (max-width: 1199px) {
    .footer_title.large_title {
        font-size:18px
    }
}

.footer-bottom {
    background: rgb(223 220 200);
    padding: 16px;
}

.footer-bottom .footer-text {
    color: #000000;
    margin-bottom: 0
}

.footer-bottom .footer-text a {
    color: #0e4059;
    opacity: 1
}

.footer-only {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

@media (min-width: 1000px) {
    .footer-only {
        padding-top:115px !important;
        padding-bottom: 115px !important
    }
}


#cookiePopup {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        background: #0e4059;
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
        z-index: 999999;
        gap: 20px;
        align-items: center;
        justify-content: center;
        display: none;
    }

    #cookiePopup h4 {
        font-size: 25px;
        color: #fff;
        margin-bottom: 15px;
    }

    #cookiePopup p {
        font-size: 15px;
        color: #fff;
        margin-bottom: 15px;
        letter-spacing: 1px;
        line-height: 1.5;
        max-width: 700px;
    }

    #cookiePopup p a {
        color: #fff;
        text-decoration: underline;
    }

    .cookieBtns {
        display: inline-flex;
        gap: 10px;
    }

    .cookieBtns button {
        font-size: 15px;
        margin: 10px 0;
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        background: #0e4059;
        cursor: pointer;
        transition: all 0.5s ease;
        border: 2px solid #fff;
    }

    .cookieBtns button:last-child {
        background-color: #fff;
        color: #0e4059;
    }
    .hero-banner__content h1 span{
        color: #ffffff;
    }
    
    .blog{
    /* background-color: #f1f6f7; */
    padding-bottom: 110px;
}

button.owl-prev {
    position: absolute;
    top: 225px;
    left: 0;
}

button.owl-next {
    position: absolute;
    top: 225px;
    right: 0;
}
.opt-value{
    padding: 0 !important;
    margin: 0 !important;
}
.section-intro{margin-bottom: 50px;text-align: center;}
.subscribe p{
    color: #2d2d2d;
    margin: 0;
}
.logo_h img{
       width: 140px;
    padding: 10px 0;
}

.owl-carousel.owl-theme.hero-carousel.owl-loaded.owl-drag {
    z-index: 999;
    position: relative;
    /* bottom: 75px; */
}
a.button.button-hero.contact {
    background: #aad809;
    border-color: #aad809;
}
a.button.button-hero.contact:hover {
    background: transparent;
    border-color: #aad809;
    color: #aad809;
}

.hero-banner__content h1 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
    border-radius: 10px;
    font-size: 3.6rem;
    display: inline-block;
    font-family: 'Reman';
    line-height: 4rem;
}





@keyframes MoveUpDown {
  0%, 100% {
    left: -26px;
    bottom: 0px;
  }
  50% {
    left: -16px;
    bottom: 10px;
  }
}



.bnner_bottom {
    width: 33.33%;
    float: left;
}

.bnner_bottom img {
    float: left;
    width: 80px;
}

.bnner_bottom h4 {
    margin-top: 29px;
    text-align: left;
}






.card {
  position: relative;
  width: 100%;
  padding: 25px;
  border-radius: 30px;
  background-color: #f5f5f566;
  backdrop-filter: blur(10px);
  margin: 30px 0;
}
.card__header {
  display: grid;
  gap: 4px;
}
.card__header-title {
  order: 2;
  font-weight: bold;
  font-size: 21px;
}
.card__header-subtitle {
  order: 3;
  font-size: 14px;
}
.card__header-category {
  order: 1;
  font-size: 14px;
}
.card__items {
  position: relative;
  margin: 25px 0;
  text-align: center;
  transition: 1s;
}
.card__items::before, .card__items::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  z-index: -2;
}
.card__items::before {
  width: 200px;
  height: 200px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #e7e7e7;
  transition: 1s;
}
.card__items::after {
  width: 70%;
  height: 40px;
  bottom: 0;
  right: 30px;
  transform: translate(-25%, 50%);
  background-color: #000;
  filter: blur(10px);
  opacity: 0.2;
  transition: 0.5s;
}
.card__item-img {
  display: none;
  width: 100%;
  transform: scale(1) rotate(20deg);
  transition: 0.5s;
}
.card__item-input {
  position: absolute;
  display: none;
}
.card__item-input:checked ~ img {
  display: block;
}
.card__color-filters {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-bottom: 16px;
  text-align: center;
  transition: 1s;
  transition-delay: 0.2s;
}
.card__color-filter {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.card__color-filter::before {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  background-color: var(--color-option);
}
.card__price {
  width: 100%;
  font-weight: 600;
  text-align: center;
}
.card:hover .card__items::after {
  width: 75%;
}
.card:hover .card__item-img {
  transform: scale(1.2) rotate(30deg) translate(10px, -20px);
}

.titles
{
    color: #aad809;
}

section.middle h4 {
    color: #0e4059;
    font-size: 30px;
    font-weight: 900;
    margin-top: 50px;
    margin-bottom: 20px;
}
section.middle p{
    font-size: 15px;
    line-height: 2;
}

img.left_middle {
    width: 100%;
    height: 280px;
    object-fit: contain;
}
.righhtmioddle{
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    margin-top: 50px;
}
.righhtmioddle h4
{

}
.righhtmioddle p
{

}
.righhtmioddle h3 {
    font-size: 20px;
    font-weight: 500;
    color: #aad809;
}


.xls::before {
    width: 60%;
    height: 60%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #e7e7e7;
    transition: 1s;
    content: "";
}
.xls::after {
    width: 70%;
    height: 40px;
    bottom: 23%;
    right: 30px;
    transform: translate(-25%, 50%);
    background-color: #000;
    filter: blur(10px);
    opacity: 0.2;
    content: "";
    transition: 0.5s;
}
.xls img {
    width: 100%;
    transform: scale(1) rotate(20deg);
    transition: 0.5s;
    margin-top: 100px;
}
.xls:hover img{
    transform: scale(1.2) rotate(30deg) translate(10px, -20px);
}

.xls::before, .xls::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    z-index: -2;
}

.xls img:hover > ::after {
    width: 75%;
}
section.mt-0.lastsection {
    padding: 50px 0;
    background: #e9f9f6;
}

.s_product_text select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 7px;
    margin-bottom: 23px;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.05);
    /* background: transparent; */
}

ul.list li {
    width: 100%;
    float: left;
}
p.opt-value {
    padding: 10px 0 !important;
    display: inline-block;
    margin-right: 10px !important;
}


#cookiePopup {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        background: #3e432b;
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
        z-index: 999999;
        gap: 20px;
        align-items: center;
        justify-content: center;
        display: none;
    }

    #cookiePopup h4 {
        font-size: 25px;
        color: #fff;
        margin-bottom: 15px;
    }

    #cookiePopup p {
        font-size: 14px;
        color: #fff;
        margin-bottom: 15px;
        letter-spacing: 1px;
        line-height: 1.5;
        max-width: 700px;
    }

    #cookiePopup p a {
        color: #fff;
        text-decoration: underline;
    }

    .cookieBtns {
        display: inline-flex;
        gap: 10px;
    }

    .cookieBtns button {
        font-size: 15px;
        margin: 10px 0;
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        background: #000000;
        cursor: pointer;
        transition: all 0.5s ease;
        border: 2px solid #fff;
    }
    .cookieBtns button.btn {
        font-size: 15px;
        margin: 10px 0;
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        background: #446804;
        cursor: pointer;
        transition: all 0.5s ease;
        border: 2px solid #fff;
    }
    #cookiePopup h4 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 15px;
}

    .cookieBtns button:last-child {
        background-color: #fff;
        color: #000000;
    }
    .cart-det a{
        border: 2px solid #ffffff;
        border-radius: 4px;
        padding: 3px 10px;
        margin: 0 0 0 40px;
    }
        .cart-det a img{
            width: 24px;
        }
        .hero-banner__content h3 {
  font-size: 33px;
  color: #ffffff;
  font-weight: 500;
  line-height: 40px;
  margin: 0 0 50px;
  text-transform: capitalize;
}
.prod-make-sec{
    padding: 70px 0;
}
.make-prod-sec{
    padding: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.make-prod-sec:hover .cbf-tx-fron{
    transform: translateY(0);
}
.make-prod-sec img{
    width: auto;
    margin-bottom: 26px;
}
.make-prod-sec h5{
    font-size: 25px;
    font-weight: 500;
}
.make-prod-sec p{
    font-size: 16px;
    margin: 10px;
    color: #000;
    font-weight: 600;
}
.cbf-tx-fron{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #fff;
    padding-bottom: 4px;
    transform: translateY(100%);
    padding: 20px;
    transition: transform .4s cubic-bezier(.25,.46,.23,.85);
}
.sec-tile h4{
    font-size: 3rem;
    margin-bottom: 7px;
}
.min-bann {/* overflow: hidden; *//* border-radius: 10px; */margin: 130px 0;}
.min-bann .min-bann1:hover, .min-bann .min-bann2:hover{
     transform: scale(1.05);
}
.min-bann1, .min-bann2{
    padding: 0 0 0 80px;
    transition: transform .6s;
    /* height: 350px; */
}
.min-bann1 h6, .min-bann2 h6{
    font-size: 3rem;
    color: #000000;
    margin: 20px 0;
    font-weight: 500;
}
.min-bann1 a, .min-bann2 a{
    font-size: 16px;
    border: 1px solid #4d5335;
    color: #ffffff;
    padding: 9px 30px;
    border-radius: 0;
    font-size: 18px;
}
.upsell{
    padding: 80px 0;
}
.sell-prod{
    position: relative;
}
.up-off{
    background: #f06f42;
    border-radius: 100%;
    padding: 30px;
    font-size: 30px;
    position: absolute;
    left: 0;
    width: 160px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    line-height: 35px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sell-prod img{margin-left: 100px;width: 85%;}
.sell-set h3{
    font-size: 35px;
}
.sell-set p{
    font-size: 20px;
    color: #000;
}
.sell-set ul li{
    padding: 3px;
    text-align: left;
    list-style: disc;
    margin-left: 30px;
    color: #000;
}
.pro-bttn{
    background: #4d5335;
    border: 1px solid #4d5335;
    border-radius: 0;
    color: #ffffff;
    padding: 8px 36px;
    font-weight: 500;
    font-size: 18px;
}
.pro-bttn:hover{
    background: #4e543600;
    transition: all 0.5s ease;
    border: 1px solid #52573a;
    color: #000000;
}
.our-prod{
    padding-bottom: 100px;
}
.our-prod .sec-tile h4{
       margin-bottom: 10px;
       font-size: 2.5rem;
       text-transform: capitalize;
}
.sec-tile h6{
    font-size: 20px;
    margin-bottom: 40px;
}
.product-cont{
    position: relative;
    text-align: left;
    /* margin: 30px 0; */
    border-radius: 15px;
    overflow: hidden;
}
.product-cont img{position: relative;z-index: 1;/* margin-top: -80px; *//* margin-bottom: 150px; */}
.pro-text{
    background: #ffffff;
    /* padding: 30px; */
    /* position: absolute; */
    /* width: 100%; */
    bottom: 0;
    z-index: 0;
    /* height: 70%; */
    /* margin-top: 100px; */
    text-align: center;
    margin-top: 20px;
}
.pro-text h5{
    font-size: 18px;
    padding: 0 20px;
}
.pro-text h6{
    font-size: 17px;
    color: #414141;
    padding: 10px 0;
}
.about-us-sec{
    padding: 70px 0;
}
.ab-tx h4{
    font-size: 3rem;
    color: #b67e53;
    font-weight: 600;
    text-transform: capitalize;
    /* letter-spacing: 6px; */
    font-family: 'Reman';
}
.ab-tx h5{
    font-size: 2.5rem;
    font-weight: 500;
    margin: 20px 0 20px 0;
    text-transform: capitalize;
}
.ab-tx p{
    font-size: 18px;
    color: #535353;
}
.single-footer-widget img{
    width: 200px;
}

.pro-list table{border: 1px solid #ddd;width: 100%;}
.pro-list tr{
    /* width: 222px; */
    /* display: flex; */
    /* justify-content: space-between; */
    /* border-bottom: 1px solid #ddd; */
    text-align: left;
    border: none;
}
.pro-list tr th{font-size: 18px;font-weight: 500;/* padding: 10px 20px; */color: #000;text-align: left;border: none;}
.pro-list tr td{
    font-size: 15px;
    /* display: flex; */
    /* align-items: center; */
    /* padding: 10px 20px; */
    /* height: 103px; */
    /* text-align: center; */
    border: none;
}
.pro-list tr td img{
    width: auto;
    height: 70px;
}

.check-title{
    font-size: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 30px;
}
.pro-list tr td a{
    color: #000;
}
.pro-list tr .product-quantity{
    width: 100px;
}
.product-close{
    padding: 20px;
}
.productlist_item{
        display: flex
;
    align-items: center;
    margin: 10px 0px;
    flex-direction: row;
}
.productlist_item_price{
width: 130px;
    text-align: right;
}
.upp-list{display: flex;justify-content: space-between;text-align: center;}
.upp-list li{
    /* width: 100px; */
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.productlist_item_img img{
    width: 70px;
}
.productlist_item_price button{
    border: 2px solid #9d9d9d;
    padding: 4px 12px;
    font-size: 14px;
    background: transparent;
    border-radius: 4px;
    text-align: center;
}
.billing_details .contact_form .form-group span{
    font-size: 15px;
    color: #000;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    box-shadow: 1px 1px 5px #00000033;
    margin-bottom: 30px;
    padding: 30px;
}
.productlist_item_details{
    display: flex;
    align-items: flex-start;
    justify-content: start;
    flex-direction: column;
}
.productlist_item_details h6{
    display: flex;
    align-items: center;
    margin: 5px 7px;
}
.note-text{
      background: #ececec;
      padding: 10px;
      color: #000000;
      font-size: 18px;
      line-height: 21px;
      border-radius: 10px;
}
.note-text span{
     color: #213903;
     line-height: 22px;
     font-weight: 600;
     letter-spacing: 1px;
     font-size: 18px;
}

.cbd-icon{
    position: relative;
}
.cbd-icon::before{
    position: absolute;
    content: "";
    left: 0;
    top: -18px;
    width: 100%;
    height: 100%;
    background: #4d5335;
    border-radius: 0;
    transform: translateX(-50%);
    z-index: -1;
}
.cbd-icon img{
    width: 100%;
}
.benefit-sec{
    padding-bottom: 100px ;
}
.bene-box{
    padding: 10px;
}
.bene-box h6{
    font-size: 30px;
}
.bene-box p{
    color: #000;
}
.more-deal{
    background: #fcf4e1;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.min-bann1 p{
    color: #393838;
    font-size: 18px;
}
.ab-tx ul li{
    padding: 10px;
    color: #000;
}
.ab-tx ul li i{
    font-size: 20px;
    margin-right: 10px;
    color: #b67e53;
    border: 1px solid #b67e53;
    border-radius: 50px;
    background: #b67e5321;
    padding: 5px;
}
.bene-img img{
    width: 35%;
}
.cart-rep a{
    position: absolute;
    z-index: 3;
    transition: all 0.5s ease;
    transform: translateY(0);
    transition-duration: 399ms;
    top: 100%;
    width: 100%;
}

.product-cont:hover .cart-rep a{
transform: translateY(-100%);
    transition-duration: .3s;
}    

.ab-prod{
    padding: 70px 0;
}
.ab-tx img{
    width: 60px;
}
.rest-cont{
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    border: 1px solid #b9b27a;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
}
.rest-cont img{
    width: auto;
    background: #b9b27a;
    border-radius: 50px;
    padding: 10px;
}
.rest-cont h6{
    font-size: 1.5rem;
    margin-left: 25px;
    font-weight: 500;
}
.bann-side{
       text-align: right;
    height: 100%;
}
.bann-side img{object-fit: fill;width: 100%;}
.foo-title{
    font-family: 'Reman';
    font-weight: 600;
    font-size: 4rem;
    color: #fff;
}
.product-main-img{
    position: relative;
    overflow: hidden;
}
.product-cont:hover .product-main-img{
    background: #f7f5e8;
    transition: all 0.5s ease;
}
.cart-rep .pro-bttn{
    background: #4d5334;
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
}
.footer-tg img{
    width: 86%;
    margin: 20px 0;
    object-fit: contain;
}
    .footer-area {
        padding: 50px 0px 50px;
        background: #4d5335;
    }





/* ========== ELEGANT PRODUCTS SECTION ========== */


.our-prod {
    background: linear-gradient(135deg, #faf9f5 0%, #f7f6f2 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

/* Subtle pattern background */
.our-prod::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(212, 175, 55, 0.02) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(212, 175, 55, 0.02) 0%, transparent 50%);
    pointer-events: none;
}

/* Section title */
.sec-title {
    margin-bottom: 40px;
    position: relative;
}

.sec-title h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 12px;
    letter-spacing: -0.3px;
    position: relative;
    display: inline-block;
}

.sec-title h4::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #D4AF37, transparent);
}

.subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    color: #666;
    font-weight: 300;
    letter-spacing: 0.3px;
    margin-top: 16px;
}

/* Product cards */
.row.g-4 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}

.product-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(212, 175, 55, 0.08);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: rgba(212, 175, 55, 0.15);
}

/* Product image */
.product-image-wrapper {
    position: relative;
    overflow: hidden;
    background: #f9f9f9;
    flex-shrink: 0;
}

.product-main-img {
    position: relative;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    width: 100%;
}

.product-main-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.product-card:hover .product-main-img img {
    transform: scale(1.05);
}

/* Product info - using flex-grow to push button to bottom */
.product-info {
    padding: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-name {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 8px;
    line-height: 1.4;
    letter-spacing: 0.1px;
}

.price-wrapper {
    margin-top: 8px;
    margin-bottom: 16px;
}

.product-price {
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #D4AF37;
    margin: 0;
}

/* Product action button - always at bottom */
.product-action {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid rgba(212, 175, 55, 0.08);
}

.product-btn {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 0.95rem;
    color: #1a1a1a;
    background: transparent;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    border: 1.5px solid #D4AF37;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.product-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #D4AF37, #F4D03F);
    z-index: -1;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
}

.product-btn:hover {
    color: white;
    border-color: #D4AF37;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(212, 175, 55, 0.2);
    text-decoration: none;
}

.product-btn:hover::before {
    transform: translateX(0);
}

/* View All Button */
.view-all-btn {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #1a1a1a;
    background: transparent;
    padding: 14px 36px;
    border-radius: 30px;
    text-decoration: none;
    border: 1.5px solid #D4AF37;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.5px;
}

.view-all-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #D4AF37, #F4D03F);
    z-index: -1;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
}

.view-all-btn:hover {
    color: white;
    border-color: #D4AF37;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.2);
    text-decoration: none;
}

.view-all-btn:hover::before {
    transform: translateX(0);
}

.view-all-btn::after {
    content: "→";
    margin-left: 8px;
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.view-all-btn:hover::after {
    transform: translateX(4px);
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-card {
    animation: fadeIn 0.6s ease-out forwards;
    opacity: 0;
}

.product-card:nth-child(1) {
    animation-delay: 0.1s;
}

.product-card:nth-child(2) {
    animation-delay: 0.2s;
}

.product-card:nth-child(3) {
    animation-delay: 0.3s;
}

.product-card:nth-child(4) {
    animation-delay: 0.4s;
}

.view-all-btn {
    animation: fadeIn 0.6s ease-out forwards;
    animation-delay: 0.5s;
    opacity: 0;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .container-fluid.px-lg-5 {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 992px) {
    .our-prod {
        padding: 64px 0;
    }
    
    .sec-title h4 {
        font-size: 2rem;
    }
    
    .subtitle {
        font-size: 1rem;
    }
    
    .container-fluid.px-lg-5 {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .row.g-4 {
        --bs-gutter-x: 1.25rem;
        --bs-gutter-y: 1.25rem;
    }
    
    .product-info {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .our-prod {
        padding: 56px 0;
    }
    
    .sec-title h4 {
        font-size: 1.8rem;
    }
    
    .container-fluid.px-lg-5 {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .product-info {
        padding: 16px;
    }
    
    .product-name {
        font-size: 1.1rem;
    }
    
    .product-price {
        font-size: 1.2rem;
    }
    
    .product-btn {
        padding: 10px 24px;
        font-size: 0.9rem;
    }
    
    .view-all-btn {
        padding: 12px 32px;
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .our-prod {
        padding: 48px 0;
    }
    
    .sec-title h4 {
        font-size: 1.6rem;
    }
    
    .subtitle {
        font-size: 0.95rem;
    }
    
    .row.g-4 {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }
    
    .product-card {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .product-action {
        padding-top: 12px;
    }
}


  
/* ========== ULTRA ELEGANT STYLING ========== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Roboto:wght@300;400;500&display=swap');

/* Main section background */
.ab-prod {
    background: linear-gradient(135deg, #fefefe 0%, #fcfbf8 100%);
    padding: 20px 0 100px;
    position: relative;
    overflow: hidden;
}

/* Elegant golden overlay */
.ab-prod::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 15% 25%, rgba(212, 175, 55, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 85% 75%, rgba(212, 175, 55, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

/* Delicate top border */
.ab-prod::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(212, 175, 55, 0.3) 30%, 
        rgba(212, 175, 55, 0.6) 50%, 
        rgba(212, 175, 55, 0.3) 70%, 
        transparent 100%);
}

/* Header section - ab-tx */
.ab-tx {
    position: relative;
    padding: 0 20px;
    margin-bottom: 0;
}

.elegant-main-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    filter: drop-shadow(0 8px 16px rgba(212, 175, 55, 0.2));
    animation: float 3s ease-in-out infinite;
}

.elegant-main-icon svg {
    width: 100%;
    height: 100%;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.ab-tx h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 3rem;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 25px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    position: relative;
    display: inline-block;
}

.gold-accent {
    color: #D4AF37;
    font-weight: 600;
    position: relative;
}

.gold-accent::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 10px;
    background: rgba(212, 175, 55, 0.12);
    z-index: -1;
    border-radius: 2px;
}

.ab-tx p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
    line-height: 1.7;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
    font-weight: 300;
    letter-spacing: 0.3px;
    position: relative;
}

/* Feature cards - rest-cont */
.elegant-feature {
    background: white;
    border-radius: 20px;
    padding: 20px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(212, 175, 55, 0.08);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.02),
        0 8px 20px rgba(0, 0, 0, 0.01),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    text-align: center;
    margin-bottom: 30px;
}

.elegant-feature:hover {
    transform: translateY(-12px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.06),
        0 15px 35px rgba(0, 0, 0, 0.03),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border-color: rgba(212, 175, 55, 0.2);
}

.elegant-feature::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.02), transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.elegant-feature:hover::before {
    opacity: 1;
}

/* Feature icon */
.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    padding: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    border-radius: 50%;
    box-shadow: 
        0 12px 30px rgba(212, 175, 55, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        inset 0 -1px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.5s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon svg {
    width: 40px;
    height: 40px;
}

.elegant-feature:hover .feature-icon {
    transform: scale(1.08);
    box-shadow: 
        0 15px 35px rgba(212, 175, 55, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        inset 0 -1px 0 rgba(0, 0, 0, 0.05);
}

/* Text inside feature cards */
.rest-tx h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.3;
    letter-spacing: 0.2px;
    position: relative;
    padding-bottom: 15px;
}

.rest-tx h6::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #D4AF37, transparent);
    transition: width 0.3s ease;
}

.elegant-feature:hover .rest-tx h6::after {
    width: 80px;
}

.feature-description {
    font-family: 'Roboto', sans-serif;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #666;
    font-weight: 300;
    letter-spacing: 0.3px;
    margin-top: 15px;
}

/* Gold accent line on hover */
.elegant-feature::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #D4AF37, #F4D03F, #D4AF37);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.elegant-feature:hover::after {
    transform: scaleX(1);
}

/* Decorative corner element */
.elegant-feature .rest-tx::before {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    border-top: 1px solid rgba(212, 175, 55, 0.1);
    border-right: 1px solid rgba(212, 175, 55, 0.1);
    border-radius: 0 8px 0 0;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.elegant-feature:hover .rest-tx::before {
    width: 30px;
    height: 30px;
    border-color: rgba(212, 175, 55, 0.3);
}

/* Elegant entrance animation */
@keyframes elegantReveal {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ab-tx {
    animation: elegantReveal 0.8s ease-out forwards;
    opacity: 0;
    animation-delay: 0.2s;
}

.elegant-feature {
    animation: elegantReveal 0.8s ease-out forwards;
    opacity: 0;
}

.elegant-feature:nth-child(1) {
    animation-delay: 0.3s;
}

.elegant-feature:nth-child(2) {
    animation-delay: 0.4s;
}

.elegant-feature:nth-child(3) {
    animation-delay: 0.5s;
}

/* Floating decorative elements */
.ab-prod .container::before {
    content: "✦";
    position: absolute;
    top: 120px;
    left: 5%;
    font-size: 1.2rem;
    color: rgba(212, 175, 55, 0.2);
    font-family: serif;
    animation: float 4s ease-in-out infinite 1s;
}

.ab-prod .container::after {
    content: "✦";
    position: absolute;
    bottom: 120px;
    right: 5%;
    font-size: 1.2rem;
    color: rgba(212, 175, 55, 0.2);
    font-family: serif;
    animation: float 4s ease-in-out infinite 2s;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .ab-tx h5 {
        font-size: 2.6rem;
    }
    
    .elegant-feature {
        padding: 45px 30px;
    }
}

@media (max-width: 992px) {
    .ab-prod {
        padding: 100px 0 80px;
    }
    
    .ab-tx h5 {
        font-size: 2.3rem;
    }
    
    .ab-tx p {
        font-size: 1.2rem;
    }
    
    .rest-tx h6 {
        font-size: 1.4rem;
    }
    
    .feature-description {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .ab-prod {
        padding: 80px 0 60px;
    }
    
    .ab-tx h5 {
        font-size: 2rem;
    }
    
    .ab-tx p {
        font-size: 1.1rem;
        line-height: 1.6;
    }
    
    .elegant-feature {
        padding: 40px 25px;
        margin-bottom: 25px;
    }
    
    .elegant-main-icon {
        width: 70px;
        height: 70px;
    }
    
    .feature-icon {
        width: 70px;
        height: 70px;
        padding: 18px;
    }
    
    .feature-icon svg {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 576px) {
    .ab-tx h5 {
        font-size: 1.8rem;
    }
    
    .ab-tx p {
        font-size: 1rem;
    }
    
    .elegant-feature {
        padding: 35px 20px;
    }
    
    .rest-tx h6 {
        font-size: 1.3rem;
    }
    
    .feature-icon {
        width: 65px;
        height: 65px;
        padding: 15px;
    }
    
    .feature-icon svg {
        width: 30px;
        height: 30px;
    }
}

/* Image fallback - if the client wants to use their images, they can replace the div with img tag */
.feature-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}



/* Exclusive Offer Section */
.exclusive-offer {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid rgba(212, 175, 55, 0.08);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.9;
    }
    100% {
        opacity: 1;
    }
}

.exclusive-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: #D4AF37;
    background: rgba(212, 175, 55, 0.1);
    padding: 6px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.exclusive-badge svg {
    width: 14px;
    height: 14px;
}

.offer-text {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #666;
    font-weight: 300;
    margin: 0;
}

.offer-text span {
    display: block;
    font-size: 0.85rem;
    color: #D4AF37;
    font-weight: 500;
    margin-top: 4px;
    font-style: italic;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.shop-card {
    animation: fadeIn 0.6s ease-out forwards;
    opacity: 0;
}

.shop-card:nth-child(1) { animation-delay: 0.1s; }
.shop-card:nth-child(2) { animation-delay: 0.2s; }
.shop-card:nth-child(3) { animation-delay: 0.3s; }
.shop-card:nth-child(4) { animation-delay: 0.4s; }
.shop-card:nth-child(5) { animation-delay: 0.5s; }
.shop-card:nth-child(6) { animation-delay: 0.6s; }
.shop-card:nth-child(7) { animation-delay: 0.7s; }
.shop-card:nth-child(8) { animation-delay: 0.8s; }





/* ========== ELEGANT SPLIT BANNER SECTION ========== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Roboto:wght@300;400;500&display=swap');

.more-deal {
    position: relative;
    overflow: hidden;
}

/* Text Content Side */
.min-bann {
    background: linear-gradient(135deg, #fef9e7 0%, #fcf3e3 100%);
    height: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.min-bann::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(212, 175, 55, 0.05) 0px, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.03) 0px, transparent 50%);
    pointer-events: none;
}

.min-bann-content {
    padding: 60px 40px;
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-align: center;
}

.decorative-heading {
    margin-bottom: 30px;
    position: relative;
}

.decorative-heading h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.2;
    letter-spacing: -0.3px;
    position: relative;
    display: inline-block;
}

.decorative-heading h6::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #D4AF37, transparent);
}

.banner-description {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    line-height: 1.7;
    color: #666;
    margin-bottom: 40px;
    font-weight: 300;
    letter-spacing: 0.3px;
}

/* Banner Button */
.banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    color: #1a1a1a;
    background: transparent;
    padding: 16px 40px;
    border-radius: 30px;
    text-decoration: none;
    border: 1.5px solid #D4AF37;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    letter-spacing: 0.5px;
}

.banner-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #D4AF37, #F4D03F);
    z-index: -1;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
}

.banner-btn:hover {
    color: white;
    border-color: #D4AF37;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(212, 175, 55, 0.25);
    text-decoration: none;
}

.banner-btn:hover::before {
    transform: translateX(0);
}

.banner-btn svg {
    transition: transform 0.3s ease;
}

.banner-btn:hover svg {
    transform: translateX(5px);
}

/* Image Side */
.bann-side {
    height: 100%;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.bann-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05));
    pointer-events: none;
}

.bann-side:hover img {
    transform: scale(1.05);
}

/* Decorative elements */
.min-bann::after {
    content: "⋆";
    position: absolute;
    bottom: 40px;
    right: 40px;
    font-size: 1.2rem;
    color: rgba(212, 175, 55, 0.2);
    font-family: serif;
    animation: float 4s ease-in-out infinite;
}

.bann-side::before {
    content: "⋆";
    position: absolute;
    top: 40px;
    left: 40px;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.3);
    font-family: serif;
    z-index: 2;
    animation: float 4s ease-in-out infinite 2s;
}

@keyframes float {
    0%, 100% { transform: translateY(0) rotate(0); }
    50% { transform: translateY(-8px) rotate(5deg); }
}

/* Animation for text content */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.min-bann-content {
    animation: slideInLeft 0.8s ease-out forwards;
    opacity: 0;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.bann-side {
    animation: slideInRight 0.8s ease-out forwards;
    animation-delay: 0.2s;
    opacity: 0;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .decorative-heading h6 {
        font-size: 2.2rem;
    }
    
    .banner-description {
        font-size: 1.1rem;
    }
}

@media (max-width: 992px) {
    .min-bann, .bann-side {
        min-height: 450px;
    }
    
    .decorative-heading h6 {
        font-size: 2rem;
    }
    
    .min-bann-content {
        padding: 50px 30px;
        max-width: 500px;
    }
    
    .banner-btn {
        padding: 14px 36px;
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .row.g-0 {
        flex-direction: column;
    }
    
    .min-bann, .bann-side {
        min-height: 400px;
        width: 100%;
    }
    
    .min-bann-content {
        padding: 40px 30px;
        max-width: 600px;
    }
    
    .decorative-heading h6 {
        font-size: 1.8rem;
    }
    
    .banner-description {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    
    .banner-btn {
        padding: 12px 32px;
    }
}

@media (max-width: 576px) {
    .min-bann, .bann-side {
        min-height: 350px;
    }
    
    .min-bann-content {
        padding: 30px 20px;
    }
    
    .decorative-heading h6 {
        font-size: 1.6rem;
    }
    
    .banner-description {
        font-size: 0.95rem;
        line-height: 1.6;
    }
    
    .banner-btn {
        padding: 12px 28px;
        font-size: 0.95rem;
    }
    
    .min-bann::after,
    .bann-side::before {
        display: none;
    }
}

/* Image fallback styling */
.bann-side img {
    min-height: 500px;
}

@media (max-width: 768px) {
    .bann-side img {
        min-height: 400px;
    }
}

@media (max-width: 576px) {
    .bann-side img {
        min-height: 350px;
    }
}





/* ========== ELEGANT PRODUCTS SECTION ========== */

.our-prod {
    background: linear-gradient(135deg, #faf9f5 0%, #f7f6f2 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

/* Subtle pattern background */
.our-prod::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(212, 175, 55, 0.02) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(212, 175, 55, 0.02) 0%, transparent 50%);
    pointer-events: none;
}

/* Section title */
.sec-title {
    margin-bottom: 40px;
    position: relative;
}

.sec-title h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 12px;
    letter-spacing: -0.3px;
    position: relative;
    display: inline-block;
}

.sec-title h4::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #D4AF37, transparent);
}

.subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    color: #666;
    font-weight: 300;
    letter-spacing: 0.3px;
    margin-top: 16px;
}

/* Product cards */
.row.g-4 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}

.product-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(212, 175, 55, 0.08);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: rgba(212, 175, 55, 0.15);
}

/* Product image */
.product-image-wrapper {
    position: relative;
    overflow: hidden;
    background: #f9f9f9;
    flex-shrink: 0;
}

.product-main-img {
    position: relative;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    width: 100%;
}

.product-main-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.product-card:hover .product-main-img img {
    transform: scale(1.05);
}

/* Product info - using flex-grow to push button to bottom */
.product-info {
    padding: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-name {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 8px;
    line-height: 1.4;
    letter-spacing: 0.1px;
}

.price-wrapper {
    margin-top: 8px;
    margin-bottom: 16px;
}

.product-price {
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #D4AF37;
    margin: 0;
}

/* Product action button - always at bottom */
.product-action {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid rgba(212, 175, 55, 0.08);
}

.product-btn {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 0.95rem;
    color: #1a1a1a;
    background: transparent;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    border: 1.5px solid #D4AF37;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.product-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #D4AF37, #F4D03F);
    z-index: -1;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
}

.product-btn:hover {
    color: white;
    border-color: #D4AF37;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(212, 175, 55, 0.2);
    text-decoration: none;
}

.product-btn:hover::before {
    transform: translateX(0);
}

/* View All Button */
.view-all-btn {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #1a1a1a;
    background: transparent;
    padding: 14px 36px;
    border-radius: 30px;
    text-decoration: none;
    border: 1.5px solid #D4AF37;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.5px;
}

.view-all-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #D4AF37, #F4D03F);
    z-index: -1;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
}

.view-all-btn:hover {
    color: white;
    border-color: #D4AF37;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.2);
    text-decoration: none;
}

.view-all-btn:hover::before {
    transform: translateX(0);
}

.view-all-btn::after {
    content: "→";
    margin-left: 8px;
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.view-all-btn:hover::after {
    transform: translateX(4px);
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-card {
    animation: fadeIn 0.6s ease-out forwards;
    opacity: 0;
}

.product-card:nth-child(1) {
    animation-delay: 0.1s;
}

.product-card:nth-child(2) {
    animation-delay: 0.2s;
}

.product-card:nth-child(3) {
    animation-delay: 0.3s;
}

.product-card:nth-child(4) {
    animation-delay: 0.4s;
}

.view-all-btn {
    animation: fadeIn 0.6s ease-out forwards;
    animation-delay: 0.5s;
    opacity: 0;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .container-fluid.px-lg-5 {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 992px) {
    .our-prod {
        padding: 64px 0;
    }
    
    .sec-title h4 {
        font-size: 2rem;
    }
    
    .subtitle {
        font-size: 1rem;
    }
    
    .container-fluid.px-lg-5 {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .row.g-4 {
        --bs-gutter-x: 1.25rem;
        --bs-gutter-y: 1.25rem;
    }
    
    .product-info {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .our-prod {
        padding: 56px 0;
    }
    
    .sec-title h4 {
        font-size: 1.8rem;
    }
    
    .container-fluid.px-lg-5 {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .product-info {
        padding: 16px;
    }
    
    .product-name {
        font-size: 1.1rem;
    }
    
    .product-price {
        font-size: 1.2rem;
    }
    
    .product-btn {
        padding: 10px 24px;
        font-size: 0.9rem;
    }
    
    .view-all-btn {
        padding: 12px 32px;
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .our-prod {
        padding: 48px 0;
    }
    
    .sec-title h4 {
        font-size: 1.6rem;
    }
    
    .subtitle {
        font-size: 0.95rem;
    }
    
    .row.g-4 {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }
    
    .product-card {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .product-action {
        padding-top: 12px;
    }
}





/* ========== COMPACT ELEGANT ABOUT US ========== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Roboto:wght@300;400;500&display=swap');

.about-us-sec {
    background: linear-gradient(135deg, #fefefe 0%, #faf9f5 100%);
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

/* Image Styling */
.image-elegant-wrapper {
    padding: 10px 20px 10px 0;
}

.image-container-elegant {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.08),
        0 8px 15px rgba(0, 0, 0, 0.04);
}

.about-image-elegant {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}

.image-container-elegant:hover .about-image-elegant {
    transform: scale(1.03);
}

/* Content Styling */
.content-elegant-wrapper {
    padding: 0 0 0 20px;
}

/* Brand Header - Reduced margins */
.brand-header {
    margin-bottom: 20px;
}

.brand-title {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
    letter-spacing: -0.3px;
    position: relative;
    display: inline-block;
}

.brand-title::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #D4AF37, #F4D03F);
    border-radius: 2px;
}

.brand-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    color: #666;
    margin-top: 12px;
    letter-spacing: 0.2px;
}

/* Content - Reduced spacing */
.content-elegant {
    margin-bottom: 25px;
}

.content-text {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
    font-weight: 300;
    letter-spacing: 0.1px;
}

.content-text:last-child {
    margin-bottom: 0;
}

/* CTA Button - Compact */
.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #1a1a1a;
    background: white;
    padding: 14px 28px;
    border-radius: 30px;
    text-decoration: none;
    border: 1.5px solid #D4AF37;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    letter-spacing: 0.3px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.03);
}

.cta-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #D4AF37, #F4D03F);
    z-index: -1;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.cta-button:hover {
    color: white;
    border-color: #D4AF37;
    transform: translateY(-2px);
    box-shadow: 
        0 12px 25px rgba(212, 175, 55, 0.2),
        0 5px 10px rgba(0, 0, 0, 0.05);
}

.cta-button:hover::before {
    transform: translateX(0);
}

.cta-button svg {
    transition: transform 0.3s ease;
}

.cta-button:hover svg {
    transform: translateX(3px);
}

/* Responsive Design with tight gaps */
@media (max-width: 1200px) {
    .brand-title {
        font-size: 1.8rem;
    }
    
    .brand-subtitle {
        font-size: 1.2rem;
    }
    
    .content-text {
        font-size: 0.95rem;
    }
}

@media (max-width: 992px) {
    .about-us-sec {
        padding: 40px 0;
    }
    
    .row.align-items-center {
        flex-direction: column;
        gap: 20px;
    }
    
    .image-elegant-wrapper {
        padding: 0 15px;
        width: 100%;
    }
    
    .content-elegant-wrapper {
        padding: 0 15px;
        width: 100%;
        text-align: center;
    }
    
    .brand-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .image-container-elegant {
        max-width: 500px;
        margin: 0 auto;
    }
    
    .brand-header {
        margin-bottom: 15px;
    }
    
    .content-elegant {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .about-us-sec {
        padding: 30px 0;
    }
    
    .brand-title {
        font-size: 1.6rem;
    }
    
    .brand-subtitle {
        font-size: 1.1rem;
        margin-top: 8px;
    }
    
    .content-text {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 12px;
    }
    
    .cta-button {
        padding: 12px 24px;
        font-size: 0.95rem;
    }
    
    .row.align-items-center {
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .about-us-sec {
        padding: 25px 0;
    }
    
    .brand-title {
        font-size: 1.4rem;
    }
    
    .brand-subtitle {
        font-size: 1rem;
    }
    
    .content-text {
        font-size: 0.85rem;
        line-height: 1.5;
    }
    
    .cta-button {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    
    .image-elegant-wrapper,
    .content-elegant-wrapper {
        padding: 0 10px;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.image-container-elegant {
    animation: fadeInUp 0.6s ease-out forwards;
}

.content-elegant-wrapper {
    animation: fadeInUp 0.6s ease-out forwards;
    animation-delay: 0.1s;
    opacity: 0;
}






/* ========== ELEGANT FOOTER STYLING ========== */

.footer-elegant {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: #e0e0e0;
    position: relative;
    overflow: hidden;
}

/* Decorative top accent */
.footer-elegant::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #D4AF37, #F4D03F, #D4AF37);
}

/* Main content area */
.footer-content-wrapper {
    padding: 60px 0 40px;
    position: relative;
}

/* Education CTA */
.education-cta .cta-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #F4D03F;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.cta-title::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #D4AF37, transparent);
}

.education-cta .cta-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #aaa;
    max-width: 500px;
    margin: 0 auto;
}

/* Brand Section */
.footer-brand-section .footer-logo {
    max-width: 180px;
    height: auto;
}

.trust-badge {
    max-width: 150px;
}

.brand-statement {
    font-family: 'Roboto', sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #aaa;
    margin-top: 20px;
    font-style: italic;
    border-left: 2px solid #D4AF37;
    padding-left: 15px;
}

/* Links Section */
.footer-links-section .links-title,
.footer-contact-section .contact-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #F4D03F;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
}

.links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.links-list li {
    margin-bottom: 8px;
}

.links-list a {
    font-family: 'Roboto', sans-serif;
    font-size: 0.95rem;
    color: #ccc;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 15px;
}

.links-list a::before {
    content: "›";
    position: absolute;
    left: 0;
    color: #D4AF37;
    transition: transform 0.3s ease;
}

.links-list a:hover {
    color: #F4D03F;
    padding-left: 20px;
}

.links-list a:hover::before {
    transform: translateX(3px);
}

/* COA Table */
.coa-section {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 15px;
    border: 1px solid rgba(212, 175, 55, 0.1);
}

.coa-title {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #D4AF37;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.coa-table {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.coa-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.coa-row:last-child {
    border-bottom: none;
}

.coa-product {
    font-family: 'Roboto', sans-serif;
    font-size: 0.85rem;
    color: #ccc;
    flex: 1;
}

.coa-link {
    font-family: 'Roboto', sans-serif;
    font-size: 0.85rem;
    color: #D4AF37;
    text-decoration: none;
    padding: 4px 12px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 4px;
    transition: all 0.3s ease;
    white-space: nowrap;
    margin-left: 10px;
}

.coa-link:hover {
    background: rgba(212, 175, 55, 0.1);
    border-color: #D4AF37;
}

/* Contact Section */
.contact-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

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

.contact-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.contact-text {
    flex: 1;
}

.contact-label {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #F4D03F;
    margin-bottom: 4px;
}

.contact-text p {
    font-family: 'Roboto', sans-serif;
    font-size: 0.95rem;
    color: #ccc;
    margin: 0;
    line-height: 1.5;
}

/* Disclaimer Section */
.footer-disclaimer {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.disclaimer-section {
    margin-bottom: 20px;
}

.disclaimer-section:last-child {
    margin-bottom: 0;
}

.disclaimer-title {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #D4AF37;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.disclaimer-text {
    font-family: 'Roboto', sans-serif;
    font-size: 0.85rem;
    line-height: 1.6;
    color: #999;
}

.disclaimer-text a {
    color: #F4D03F;
    text-decoration: none;
    border-bottom: 1px dotted rgba(244, 208, 63, 0.3);
    transition: border-color 0.3s ease;
}

.disclaimer-text a:hover {
    border-bottom-color: #F4D03F;
}

/* Bottom Copyright Bar */
.footer-bottom-bar {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    border-top: 1px solid rgba(212, 175, 55, 0.1);
}

.copyright-content {
    text-align: center;
}

.copyright-text {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    color: #999;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 992px) {
    .footer-content-wrapper {
        padding: 50px 0 30px;
    }
    
    .education-cta .cta-title {
        font-size: 1.6rem;
    }
    
    .footer-brand-section,
    .footer-links-section,
    .footer-contact-section {
        margin-bottom: 30px;
    }
    
    .coa-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .coa-link {
        margin-left: 0;
        align-self: flex-start;
    }
}

@media (max-width: 768px) {
    .footer-content-wrapper {
        padding: 40px 0 25px;
    }
    
    .education-cta .cta-title {
        font-size: 1.4rem;
    }
    
    .education-cta .cta-subtitle {
        font-size: 0.95rem;
    }
    
    .links-title,
    .contact-title {
        font-size: 1.1rem;
    }
    
    .contact-item {
        gap: 12px;
    }
    
    .contact-icon {
        width: 32px;
        height: 32px;
    }
    
    .disclaimer-text {
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .education-cta .cta-title {
        font-size: 1.2rem;
    }
    
    .footer-brand-section .footer-logo {
        max-width: 150px;
    }
    
    .trust-badge {
        max-width: 120px;
    }
    
    .contact-details {
        gap: 15px;
    }
}





/* ========== ELEGANT PRODUCT DETAILS PAGE ========== */


.product-details-page {
    background: linear-gradient(135deg, #fefefe 0%, #faf9f5 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

/* Background pattern */
.product-details-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(212, 175, 55, 0.02) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(212, 175, 55, 0.02) 0%, transparent 50%);
    pointer-events: none;
}

.product-detail-row {
    align-items: center;
}

/* Product Image Section */
.product-image-section {
    padding: 20px;
    position: relative;
}

.image-container {
    position: relative;
}

.main-image-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.08),
        0 15px 30px rgba(0, 0, 0, 0.04);
}

.product-main-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}

.main-image-wrapper:hover .product-main-image {
    transform: scale(1.02);
}

.image-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(212, 175, 55, 0.1);
    border-radius: 16px;
    pointer-events: none;
}

.image-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(212, 175, 55, 0.95);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    z-index: 2;
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.2);
}

/* Product Info Section */
.product-info-section {
    padding: 20px 0 20px 20px;
}

/* Product Header */
.product-header {
    margin-bottom: 30px;
}

.brand-tag {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #D4AF37;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 4px;
}

.product-title {
    font-family: 'Poppins', sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.2;
    margin: 0;
    letter-spacing: -0.3px;
}

/* Pricing Section */
.pricing-section {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

.current-price {
    font-family: 'Poppins', sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #D4AF37;
    margin: 0 0 8px 0;
    letter-spacing: -0.5px;
}

.price-type-label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.price-type {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    color: #666;
    font-weight: 400;
    letter-spacing: 0.5px;
}

/* Billing Options */
.billing-options-section {
    margin-bottom: 35px;
}

.options-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 20px;
    letter-spacing: 0.1px;
}

.billing-cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.billing-card {
    position: relative;
    border: 2px solid rgba(212, 175, 55, 0.15);
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
}

.billing-card.active {
    border-color: #D4AF37;
    background: rgba(212, 175, 55, 0.03);
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.1);
}

.billing-card:hover:not(.active) {
    border-color: rgba(212, 175, 55, 0.3);
    transform: translateY(-2px);
}

.card-label {
    display: block;
    cursor: pointer;
    padding: 20px;
    margin: 0;
}

.card-label input[type="radio"] {
    display: none;
}

.card-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.card-icon {
    width: 50px;
    height: 50px;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.billing-card.active .card-icon {
    background: rgba(212, 175, 55, 0.15);
}

.card-icon svg {
    stroke: #D4AF37;
}

.card-text {
    flex: 1;
}

.card-text h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: #1a1a1a;
    margin: 0 0 5px 0;
    letter-spacing: 0.1px;
}

.card-description {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    color: #666;
    margin: 0 0 8px 0;
    font-weight: 300;
}

.subscription-benefit {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 5px;
}

.benefit-icon {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: #D4AF37;
    width: 18px;
    height: 18px;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscription-benefit span {
    font-family: 'Roboto', sans-serif;
    font-size: 0.85rem;
    color: #666;
    font-weight: 300;
}

/* Product Description */
.product-description {
    margin-bottom: 35px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

.description-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 15px;
    letter-spacing: 0.1px;
}

.description-content p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
    font-weight: 300;
    letter-spacing: 0.1px;
}

.description-content p:last-child {
    margin-bottom: 0;
}

/* Add to Cart Button */
.add-to-cart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    color: white;
    background: linear-gradient(135deg, #D4AF37, #F4D03F);
    padding: 18px 42px;
    border-radius: 30px;
    text-decoration: none;
    border: none;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    letter-spacing: 0.5px;
    width: 100%;
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.2);
}

.add-to-cart-btn:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 20px 40px rgba(212, 175, 55, 0.3),
        0 10px 20px rgba(0, 0, 0, 0.1);
    color: white;
    text-decoration: none;
}

.add-to-cart-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #F4D03F, #D4AF37);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.add-to-cart-btn:hover::before {
    opacity: 1;
}

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

.btn-text {
    flex: 1;
    text-align: center;
}

.btn-arrow {
    transition: transform 0.3s ease;
}

.add-to-cart-btn:hover .btn-arrow {
    transform: translateX(5px);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.main-image-wrapper {
    animation: fadeInLeft 0.8s ease-out forwards;
    opacity: 0;
}

.product-header, .pricing-section, .billing-options-section, 
.product-description, .add-to-cart-section {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}

.product-header { animation-delay: 0.1s; }
.pricing-section { animation-delay: 0.2s; }
.billing-options-section { animation-delay: 0.3s; }
.product-description { animation-delay: 0.4s; }
.add-to-cart-section { animation-delay: 0.5s; }

/* Responsive Design */
@media (max-width: 1200px) {
    .product-title {
        font-size: 2.2rem;
    }
    
    .current-price {
        font-size: 2.4rem;
    }
}

@media (max-width: 992px) {
    .product-details-page {
        padding: 60px 0;
    }
    
    .product-info-section {
        padding: 40px 0 0 0;
    }
    
    .product-title {
        font-size: 2rem;
    }
    
    .current-price {
        font-size: 2.2rem;
    }
    
    .add-to-cart-btn {
        padding: 16px 36px;
        font-size: 1rem;
    }
    
    .card-content {
        gap: 15px;
    }
    
    .card-icon {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 768px) {
    .product-details-page {
        padding: 50px 0;
    }
    
    .product-title {
        font-size: 1.8rem;
    }
    
    .current-price {
        font-size: 2rem;
    }
    
    .product-image-section {
        padding: 10px;
    }
    
    .billing-cards {
        gap: 12px;
    }
    
    .card-label {
        padding: 16px;
    }
    
    .card-content {
        gap: 12px;
    }
    
    .card-icon {
        width: 40px;
        height: 40px;
    }
    
    .card-text h5 {
        font-size: 1rem;
    }
    
    .description-content p {
        font-size: 1rem;
        line-height: 1.5;
    }
}

@media (max-width: 576px) {
    .product-details-page {
        padding: 40px 0;
    }
    
    .product-title {
        font-size: 1.6rem;
    }
    
    .current-price {
        font-size: 1.8rem;
    }
    
    .product-image-section {
        padding: 0;
        margin-bottom: 30px;
    }
    
    .main-image-wrapper {
        border-radius: 12px;
    }
    
    .image-badge {
        top: 15px;
        right: 15px;
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .add-to-cart-btn {
        padding: 14px 32px;
        font-size: 0.95rem;
    }
    
    .card-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .card-icon {
        margin: 0 auto;
    }
}





/* ========== ELEGANT CHECKOUT PAGE ========== */

.checkout-page-section {
    background: linear-gradient(135deg, #fefefe 0%, #faf9f5 100%);
    padding: 60px 0;
    position: relative;
    min-height: 100vh;
}

/* Header */
.checkout-header {
    margin-bottom: 40px;
}

.checkout-title {
    font-family: 'Poppins', sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.checkout-title::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #D4AF37, #F4D03F, #D4AF37);
    border-radius: 2px;
}

.checkout-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    color: #666;
    font-weight: 300;
    margin-top: 15px;
}

/* Cards */
.checkout-card, .order-summary-card {
    background: white;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 25px;
    border: 1px solid rgba(212, 175, 55, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
}

.checkout-card::before, .order-summary-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #D4AF37, #F4D03F);
    opacity: 0.8;
}

.card-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

/* Order Summary Table */
.order-summary-table table {
    width: 100%;
    border-collapse: collapse;
}

.order-summary-table th {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 15px 10px;
    border-bottom: 2px solid rgba(212, 175, 55, 0.1);
}

.order-summary-table td {
    padding: 20px 10px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.05);
}

.product-summary {
    display: flex;
    align-items: center;
    gap: 15px;
}

.product-thumb {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid rgba(212, 175, 55, 0.1);
}

.product-info {
    flex: 1;
}

.product-name {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.billing-badge {
    font-family: 'Roboto', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    color: #D4AF37;
    background: rgba(212, 175, 55, 0.1);
    padding: 3px 8px;
    border-radius: 12px;
    display: inline-block;
}

.total-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #1a1a1a;
}

.remove-item {
    background: rgba(212, 175, 55, 0.1);
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.remove-item:hover {
    background: rgba(212, 175, 55, 0.2);
}

.remove-item svg {
    stroke: #D4AF37;
}

/* Form Elements */
.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #555;
    margin-bottom: 8px;
}

.elegant-input, .elegant-select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #333;
    background: white;
    transition: all 0.3s ease;
    height: 50px;
}

.elegant-input:focus, .elegant-select:focus {
    outline: none;
    border-color: #D4AF37;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

.elegant-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23D4AF37' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px;
    height: 50px!important;
}

/* Billing Toggle */
.billing-same-toggle {
    background: rgba(212, 175, 55, 0.05);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.toggle-label {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.toggle-options {
    display: flex;
    gap: 20px;
}

.toggle-option {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.toggle-option input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: #D4AF37;
}

.toggle-text {
    font-family: 'Roboto', sans-serif;
    font-size: 0.95rem;
    color: #555;
}

/* Payment Methods */
.payment-methods {
    margin-bottom: 25px;
}

.accepted-cards {
    max-width: 300px;
    height: auto;
    opacity: 0.8;
}

/* Order Summary Card */
.order-items {
    margin-bottom: 25px;
}

.order-item {
    padding: 15px 0;
    border-bottom: 1px solid rgba(212, 175, 55, 0.05);
}

.order-item:last-child {
    border-bottom: none;
}

.item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.item-name {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #1a1a1a;
}

.item-total {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #D4AF37;
}

.item-details {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.85rem;
    color: #666;
}

.order-totals {
    margin: 25px 0;
    padding: 20px;
    background: rgba(212, 175, 55, 0.05);
    border-radius: 8px;
}

.total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total-label {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: #1a1a1a;
}

.total-value {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #D4AF37;
}

/* Legal Agreement */
.legal-agreement {
    margin: 25px 0;
}

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

.agreement-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #D4AF37;
    margin-top: 4px;
}

.agreement-content {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #555;
}

.agreement-content strong {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.agreement-content a {
    color: #D4AF37;
    text-decoration: none;
    border-bottom: 1px dotted rgba(212, 175, 55, 0.3);
}

.agreement-content a:hover {
    border-bottom-color: #D4AF37;
}

.small-text {
    font-size: 0.8rem;
    color: #777;
    margin-top: 10px;
}

.shipping-disclaimer {
    padding: 15px;
    background: rgba(212, 175, 55, 0.05);
    border-radius: 8px;
    margin: 20px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 0.85rem;
    color: #666;
}

/* Upsell Section */
.upsell-section {
    margin: 25px 0;
    padding-top: 25px;
    border-top: 1px solid rgba(212, 175, 55, 0.1);
}

.upsell-section h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.upsell-products {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.upsell-product {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px;
    border: 1px solid rgba(212, 175, 55, 0.1);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.upsell-product:hover {
    border-color: rgba(212, 175, 55, 0.3);
    transform: translateY(-2px);
}

.upsell-product img {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    object-fit: cover;
}

.upsell-info {
    flex: 1;
}

.upsell-info h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 3px;
}

.upsell-price {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #D4AF37;
}

.upsell-btn {
    padding: 8px 16px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 6px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: #D4AF37;
    cursor: pointer;
    transition: all 0.3s ease;
}

.upsell-btn:hover {
    background: rgba(212, 175, 55, 0.2);
}

/* Place Order Button */
.place-order-btn {
    width: 100%;
    padding: 18px;
    background: linear-gradient(135deg, #D4AF37, #F4D03F);
    border: none;
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    margin: 25px 0;
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.2);
}

.place-order-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.3);
}

.place-order-btn:active {
    transform: translateY(-1px);
}

.btn-arrow {
    transition: transform 0.3s ease;
}

.place-order-btn:hover .btn-arrow {
    transform: translateX(5px);
}

.security-notice {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.85rem;
    color: #666;
    padding: 10px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .checkout-title {
        font-size: 2rem;
    }
}

@media (max-width: 992px) {
    .checkout-page-section {
        padding: 40px 0;
    }
    
    .row {
        flex-direction: column;
    }
    
    .checkout-card, .order-summary-card {
        padding: 25px;
    }
    
    .checkout-header {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .checkout-title {
        font-size: 1.8rem;
    }
    
    .checkout-subtitle {
        font-size: 1rem;
    }
    
    .card-title {
        font-size: 1.2rem;
    }
    
    .checkout-card, .order-summary-card {
        padding: 20px;
    }
    
    .product-summary {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .order-summary-table th, 
    .order-summary-table td {
        padding: 12px 8px;
        font-size: 0.9rem;
    }
    
    .place-order-btn {
        padding: 16px;
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .checkout-page-section {
        padding: 30px 15px;
    }
    
    .checkout-title {
        font-size: 1.6rem;
    }
    
    .toggle-options {
        flex-direction: column;
        gap: 12px;
    }
    
    .upsell-product {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .upsell-info {
        text-align: center;
    }
    
    .order-summary-table {
        font-size: 0.85rem;
    }
}




/* Order Confirmation Section Styles */
.order_details {
  background: linear-gradient(135deg, #f8f9ff 0%, #f0f4ff 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.order_details::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
}

.section-margin--small {
  margin: 20px 0;
}

.order_details .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

/* Thank You Message */
.billing-alert {
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 20px 30px;
  border-radius: 12px;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 50px !important;
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
  position: relative;
  overflow: hidden;
  animation: fadeInDown 0.6s ease-out;
}

.billing-alert::before {
  content: '✓';
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

/* Cards Grid */
.order_details .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.order_details .col-md-6 {
  padding: 0 15px;
  flex: 0 0 50%;
  max-width: 50%;
}

.order_details .col-xl-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-xl-0 {
  margin-bottom: 0 !important;
}

/* Confirmation Cards */
.confirmation-card {
  background: white;
  border-radius: 16px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #eef2ff;
  position: relative;
  overflow: hidden;
}

.confirmation-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(102, 126, 234, 0.15);
  border-color: #667eea;
}

.confirmation-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(to bottom, #667eea, #764ba2);
}

/* Card Titles */
.billing-title {
  color: #2d3748;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f1f5ff;
  position: relative;
}

.billing-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #667eea, #764ba2);
}

/* Order Table */
.order-rable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.order-rable tr {
  transition: all 0.2s ease;
}

.order-rable tr:hover {
  background: #f8faff;
}

.order-rable tr:not(:last-child) {
  border-bottom: 1px solid #f1f5ff;
}

.order-rable td {
  padding: 16px 0;
  font-size: 1rem;
  line-height: 1.5;
}

.order-rable td:first-child {
  color: #4a5568;
  font-weight: 500;
  width: 45%;
  padding-right: 10px;
}

.order-rable td:last-child {
  color: #2d3748;
  font-weight: 600;
  position: relative;
}

.order-rable td:last-child::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #667eea;
  border-radius: 50%;
  opacity: 0.7;
}

/* Responsive Design */
@media (max-width: 1199px) {
  .order_details .col-xl-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .order_details {
    padding: 40px 0;
  }
  
  .order_details .col-md-6,
  .order_details .col-xl-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .billing-alert {
    font-size: 1.2rem;
    padding: 20px 20px 20px 70px;
  }
  
  .billing-alert::before {
    left: 20px;
  }
  
  .confirmation-card {
    padding: 25px;
  }
}

@media (max-width: 575px) {
  .order_details .container {
    padding: 0 15px;
  }
  
  .billing-alert {
    font-size: 1.1rem;
    padding: 18px 15px 18px 60px;
  }
  
  .billing-alert::before {
    left: 15px;
    width: 35px;
    height: 35px;
  }
  
  .confirmation-card {
    padding: 20px;
  }
  
  .billing-title {
    font-size: 1.2rem;
  }
  
  .order-rable td {
    padding: 12px 0;
    font-size: 0.95rem;
  }
}

/* Animation */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Additional decorative elements */
.confirmation-card:nth-child(2)::after {
  background: linear-gradient(to bottom, #f093fb, #f5576c);
}

.confirmation-card:nth-child(3)::after {
  background: linear-gradient(to bottom, #4facfe, #00f2fe);
}

/* Optional: Add subtle pattern background */
.order_details {
  background-image: 
    radial-gradient(circle at 10% 20%, rgba(102, 126, 234, 0.05) 0%, transparent 20%),
    radial-gradient(circle at 90% 80%, rgba(118, 75, 162, 0.05) 0%, transparent 20%);
}






        /* Hero Banner Styles */
        .hero-banner {
          background: url(../img/banner_bg.jpg);

    background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            min-height: 85vh;
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
            padding: 60px 0;
        }

        .hero-banner::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23d4af37' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
            opacity: 0.3;
        }

        .hero-banner::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 150px;
            /* background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.8)); */
        }

        .container-fluid {
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto;
            position: relative;
            z-index: 2;
        }

        .row.no-gutters {
            margin-right: 0;
            margin-left: 0;
        }

        .row.no-gutters > [class*="col-"] {
            padding-right: 0;
            padding-left: 0;
        }

        .pt-60px {
            padding-top: 60px;
        }

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

        .align-items-center {
            align-items: center !important;
        }

        .col-sm-12 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        @media (min-width: 992px) {
            .col-lg-6 {
                flex: 0 0 50%;
                max-width: 50%;
            }
        }

        .hero-banner__content {
            padding: 40px;
            background: rgba(255, 255, 255, 0.88);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(212, 175, 55, 0.2);
            max-width: 650px;
            margin-left: 10%;
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(212, 175, 55, 0.3);
            animation: fadeInUp 1.2s ease-out;
        }

        .hero-banner__content::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 6px;
            height: 100%;
            background: linear-gradient(to bottom, #d4af37, #f4e4a6, #d4af37);
        }

        .hero-banner__content::after {
            content: '🌿';
            position: absolute;
            bottom: 20px;
            right: 20px;
            font-size: 2.5rem;
            opacity: 0.2;
        }

        .hero-banner h1 {
            font-family: 'Playfair Display', serif;
            font-size: 3.8rem;
            font-weight: 700;
            color: #2c3e50;
            line-height: 1.1;
            margin-bottom: 20px;
            position: relative;
        }

        .hero-banner h1 span {
            background: linear-gradient(90deg, #d4af37, #b8941f, #d4af37);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            position: relative;
            display: inline-block;
        }

        .hero-banner h1 span::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 120px;
            height: 4px;
            background: linear-gradient(90deg, #d4af37, #b8941f);
            border-radius: 2px;
        }

        .hero-banner h3 {
            font-family: 'Poppins', sans-serif;
            font-size: 1.8rem;
            font-weight: 400;
            color: #5a6c7d;
            line-height: 1.5;
            margin-bottom: 35px;
            max-width: 500px;
            letter-spacing: 0.5px;
        }

        .button {
            display: inline-block;
            padding: 16px 40px;
            font-family: 'Montserrat', sans-serif;
            font-size: 1.1rem;
            font-weight: 600;
            text-decoration: none;
            border-radius: 50px;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
            letter-spacing: 1px;
            text-transform: uppercase;
            box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
        }

        .button-hero {
            background: linear-gradient(90deg, #d4af37, #b8941f);
            color: white;
            border: none;
            padding-left: 50px;
            padding-right: 50px;
        }

        .button-hero:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(212, 175, 55, 0.4);
            color: white;
        }

        .button-hero::before {
            content: '→';
            position: absolute;
            right: 25px;
            top: 50%;
            transform: translateY(-50%);
            transition: all 0.3s ease;
            opacity: 0.9;
        }

        .button-hero:hover::before {
            right: 20px;
        }

        .button-hero::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, #b8941f, #d4af37);
            opacity: 0;
            transition: opacity 0.4s ease;
            z-index: -1;
        }

        .button-hero:hover::after {
            opacity: 1;
        }

        /* Floating leaves decorative elements */
        .leaf {
            position: absolute;
            width: 40px;
            height: 40px;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23d4af37"><path d="M17 8C8 10 5.9 16.17 3.82 21.34L5.71 22l1.42-1.41C9.1 19.55 12 16 12 16s2.89 3.55 4.87 4.59L18.29 22l1.89-.66C18.09 16.17 16 10 17 8z"/></svg>');
            background-size: contain;
            opacity: 0.4;
            z-index: 1;
        }

        .leaf-1 {
            top: 15%;
            left: 10%;
            animation: float 6s ease-in-out infinite;
            width: 35px;
            height: 35px;
        }

        .leaf-2 {
            top: 25%;
            right: 15%;
            animation: float 8s ease-in-out infinite 1s;
            width: 45px;
            height: 45px;
        }

        .leaf-3 {
            bottom: 20%;
            left: 20%;
            animation: float 7s ease-in-out infinite 0.5s;
            transform: rotate(45deg);
        }

        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(40px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes float {
            0%, 100% {
                transform: translateY(0) rotate(0deg);
            }
            50% {
                transform: translateY(-20px) rotate(10deg);
            }
        }

        /* Responsive Design */
        @media (max-width: 1199px) {
            .hero-banner__content {
                margin-left: 5%;
                max-width: 600px;
            }
        }

        @media (max-width: 991px) {
            .hero-banner {
                background-attachment: scroll;
                min-height: 70vh;
            }
            
            .hero-banner__content {
                margin: 0 auto;
                max-width: 80%;
            }
            
            .hero-banner h1 {
                font-size: 3.2rem;
            }
            
            .hero-banner h3 {
                font-size: 1.6rem;
            }
        }

        @media (max-width: 767px) {
            .hero-banner {
                padding: 40px 0;
                min-height: 60vh;
            }
            
            .hero-banner__content {
                padding: 30px;
                max-width: 90%;
            }
            
            .hero-banner h1 {
                font-size: 2.8rem;
            }
            
            .hero-banner h3 {
                font-size: 1.4rem;
            }
            
            .button-hero {
                padding: 14px 35px;
                font-size: 1rem;
            }
            
            .leaf {
                display: none;
            }
        }

        @media (max-width: 575px) {
            .hero-banner__content {
                padding: 25px;
                max-width: 95%;
            }
            
            .hero-banner h1 {
                font-size: 2.3rem;
            }
            
            .hero-banner h3 {
                font-size: 1.2rem;
                margin-bottom: 25px;
            }
            
            .pt-60px {
                padding-top: 40px;
            }
            
            .pb-60px {
                padding-bottom: 40px;
            }
        }
