@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
* {
  box-sizing: border-box;
}

body {
    color: #777;
    font-family: "Noto Sans", 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
}

a:focus-visible{
  outline: none;
}

button {
    cursor: pointer
}

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

h1,h2,h3,h4,h5,h6 {
    font-family: "Noto Sans", sans-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: #fff;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
}

@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: #34d399;
}

.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: #000;
    }
.hero-banner {
    background: url(../img/banner1.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: #fff;
               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;
    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-top: 34px;
    }
}

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

.hero-banner__content h1 {
    font-family: "Noto Sans", sans-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
}


/***************swiper******************/
.swiper {
  width: 100%;
  height: 100vh;
}

.slide {
  background: url(../img/banner1.jpg) no-repeat center/cover;
  display: flex;
  align-items: center;
}

.content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
}

/* LEFT TEXT */
.text {
  width: 50%;
  color: #fff;
  opacity: 0;
  transform: scale(0.8);
}

.text h1 {
  font-size: 48px;
  margin-bottom: 20px;
  color: #fff;
}

.text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #ddd;
}

.text button {
  padding: 15px 30px;
  border-radius: 30px;
  border: none;
  background: #fff;
  cursor: pointer;
  font-weight: bold;
}

/* RIGHT IMAGE */
.image {
  /* width: 40%; */
  text-align: center;
  opacity: 0;
  transform: scale(0.8);
}

/* .image img {
  width: 300px;
} */

/* ACTIVE ANIMATION */
.swiper-slide-active .text {
  animation: zoomText 1s ease forwards;
}

.swiper-slide-active .image {
  animation: zoomImage 1s ease forwards;
  animation-delay: 0.3s;
  opacity: 1;
}

/* KEYFRAMES */
@keyframes zoomText {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes zoomImage {
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

/* Pagination style */
.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  border-radius: 10px;
  height: 10px;
  transform: scale(1);
  transition: width .55s linear;
  width: 10px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  width: 40px;
}
/***************swiper******************/

.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: 2px solid #2c6777;
    border-radius: 10px;
    color: #222;
    font-weight: 500;
    padding: 12px 50px;
    background: #2c6777;
    color: #fff;
    transition: all .4s ease;
    font-size: 22px;
}

@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 {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    background-color: #2c6777;
    -moz-box-shadow: 5px 5px 30px 0px rgba(195,120,251,0.35);
    display: inline-block;
    overflow: hidden;
    padding: 16px 50px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.5px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    font-weight: 700;
    border: 0;
    padding-bottom: 14px;
}

.button-hero::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: #6ee7b7;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    transform: scale(0.2, 1);
}

.button-hero:hover:before {
    opacity: 1;
    transform: scale(1, 1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.button-hero:hover{
    color: #000;
}


.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: #000000;
    background: #000000;
    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: #fff;
}

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

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

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

.blog-banner-area .blog-banner {
    position: absolute;
    top: 36%;
    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: #fff;
}

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

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

.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: "Noto Sans", sans-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: "Noto Sans", sans-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: "Noto Sans", sans-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: "Noto Sans", sans-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: "Noto Sans", sans-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: "Noto Sans", sans-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: "Noto Sans", sans-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: #2c6777;
    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: "Noto Sans", sans-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: 70px 0px 80px;
        background: #ddf2e1;
    }
}

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

.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: #000000;
    margin-bottom: 0px
}

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

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

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

.tp_widgets .list li a:hover {
    color: #0e4059
}

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

.tp_widgets p {
    color: #7b838a;
    margin-top: 10px;
    margin-bottom: 16px;
}
section.middle {
    padding: 80px 0;
}
.footer_title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
    text-transform: capitalize;
    color: #000000;
    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(44 103 119);
    padding: 16px;
}

.footer-bottom .footer-text {
    color: #fff;
    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: #2c6777;
    }
    
    .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: 155px;
    filter: brightness(0) invert(1);
}

.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: 10px;
    margin-top: 30px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 20px;
    display: inline-block;
    padding: 0px 30px;
    letter-spacing: 10px;
}





@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: #2c6777;
        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: 3rem;
  color: #000000;
  font-weight: 500;
  line-height: 3.5rem;
  margin: 0 0 50px;
  text-transform: uppercase;
}
.prod-make-sec{
    padding: 70px 0;
}
.image-product{
    margin-left: -15px;
}
.image-product img{
   width: 100%;
}

.make-prod-sec{
    border-color: #e6e6e6;
    border: 1px solid;
    border-radius: 10px;
    padding: 20px;
}
.make-prod-sec img{
    width: auto;
    /* margin-bottom: 26px; */
}
.make-prod-sec h5{
    font-size: 20px;
}
.make-prod-sec p{
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 0;
}

.make-prod-sec:hover .cbd-icon img{
    animation: policy 1.2s linear;
}
@keyframes policy{
16.65% {
    transform: translate(7px);
}
33.33% {
    transform: translate(-5px);
}
49.95% {
    transform: translate(3px);
}
66.6% {
    transform: translate(-2px);
}
83.25% {
    transform: translate(1px);
}
100% {
    transform: translate(0);
}
}

.sec-tile h4{
    font-size: 38px;
    margin-bottom: 40px;
}
.min-bann {/* overflow: hidden; *//* border-radius: 10px; */}
.min-bann .min-bann1:hover, .min-bann .min-bann2:hover{
     /* transform: scale(1.05); */
}
.min-bann1, .min-bann2{
    padding: 0 0 0 50px;
    transition: transform .6s;
}
.min-bann1 h6, .min-bann2 h6{
    font-size: 3.5rem;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 500;
}
.min-bann1 a, .min-bann2 a{
    font-size: 16px;
    border: 1px solid #2c6777;
    color: #ffffff;
    padding: 9px 19px;
    border-radius: 6px;
    font-size: 22px;
}
.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 {
    font-size: 16px !important;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #fff !important;
    background-color: #2c6777;
    -moz-box-shadow: 5px 5px 30px 0px rgba(195,120,251,0.35);
    display: inline-block;
    overflow: hidden;
    padding: 9px 35px !important;
    border-radius: 30px !important;
    position: relative;
    z-index: 1;
    letter-spacing: 0.5px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    font-weight: 700;
    border: 0 !important;
    padding-bottom: 14px;
}

.pro-bttn::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: #6ee7b7;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    transform: scale(0.2, 1);
}

.pro-bttn:hover:before {
    opacity: 1;
    transform: scale(1, 1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.pro-bttn:hover{
    color: #000;
}

.our-prod{background: url(../img/product-bg.jpg);padding: 100px 0;}
.our-prod .sec-tile h4{
       margin-bottom: 10px;
       font-size: 3.5rem;
       text-transform: uppercase;
}
.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; */
}
.pro-text h5{
    font-size: 18px;
    padding: 0 20px;
}
.pro-text h6{
    font-size: 17px;
    color: #414141;
    padding: 10px 20px 30px;
}
.about-us-sec{
    padding: 70px 0;
}
.ab-tx h4{
    font-size: 22px;
    color: #2c6777;
    font-weight: 500;
    text-transform: uppercase;
    /* letter-spacing: 6px; */
}
.ab-tx h5{
    font-size: 3.5rem;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.ab-tx p{
    font-size: 18px;
    color: #000;
}
.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: #d8b790;
      padding: 10px;
      color: #000000;
      font-size: 18px;
      line-height: 21px;
      border-radius: 10px;
}
.note-text span{
     color: #7f5518;
     line-height: 22px;
     font-weight: 600;
     letter-spacing: 1px;
     font-size: 18px;
}

.cbd-icon{
    margin-right: 24px;
    width: 50px;
}
/* .cbd-icon::before{
    position: absolute;
    content: "";
    left: 43%;
    top: -13px;
    width: 60px;
    height: 60px;
    background: #ba845b42;
    border-radius: 50px;
    transform: translateX(-50%);
} */
.cbd-icon img{
    width: 100%;
}

.more-deal .gallery {
  display: flex;
  align-items: center;
  gap: 16px;
      height: 350px;
}

.more-deal .card {
  width: 160px;
  height: 220px;
  border-radius: 30px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: height 0.5s ease-in-out, box-shadow 0.5s ease-in-out; 
}

.more-deal .card:nth-child(2) {
  height: 320px;
  transition: height 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}

.more-deal .gallery:hover .card:nth-child(2),
.more-deal .gallery:focus-within .card:nth-child(2) {
  height: 220px;
  transition: height 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}

.more-deal .gallery .card:hover,
.more-deal .gallery .card:focus {
  height: 320px !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2); /* Deepens shadow slightly on hover/click */
  outline: none;
}








.benefit-sec{
    padding-bottom: 100px ;
}
.bene-box{
    padding: 10px;
}
.bene-box h6{
    font-size: 30px;
}
.bene-box p{
    color: #000;
}
.more-deal{
    background-color: #c8d8e4;
    padding: 80px 0;
}
.min-bann1 p{
    color: #000;
}
.ab-tx ul li{
    padding: 10px;
    color: #000;
}
.ab-tx ul li i{
    font-size: 20px;
    margin-right: 10px;
    color: #2c6777;
    border: 1px solid #2c6777;
    border-radius: 50px;
    background: #2c677721;
    padding: 5px;
}
.bene-img img{
    width: 35%;
}
.cart-rep{
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translate(-46%, -46%);
    z-index: 3;
    opacity: 0;
    transition: all 0.5s ease;
}
.product-cont:hover .cart-rep{
transition: all 0.5s ease;
opacity: 1;
}    
.product-cont::before{
    position: absolute;
    content: "";
    background: #ffffff63;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
}
.product-cont:hover::before{
opacity: 1;
transition: all 0.5s ease;
}


/* ===== STUNNING PRODUCT CARDS - FRESH DESIGN, NEW CLASS NAMES ===== */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

/* Main Section - Fresh Class */
.premium-shop-section {
    background: #f2eee9;
    padding: 80px 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    position: relative;
}

/* Section Header - New Style */
.section-header-wrapper {
    text-align: center;
    margin-bottom: 60px !important;
    position: relative;
}

.section-header-wrapper h4 {
    font-family: 'DM Sans', sans-serif;
    font-size: 42px;
    font-weight: 700;
    background: linear-gradient(135deg, #1f2937, #374151);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.section-header-wrapper h6 {
    font-size: 18px;
    font-weight: 400;
    color: #6b7280;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6;
    position: relative;
    padding: 0 20px;
}

/* Card Container - Brand New Class Names */
.product-card-holder {
    margin-bottom: 30px;
}

.product-card-modern {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
}

.product-card-modern:hover {
    box-shadow: 0 30px 40px -15px rgba(0, 0, 0, 0.15);
}

/* Image Container - New Class */
.product-image-container {
    position: relative;
    background: #f8f7f5;
    padding: 30px 20px;
    text-align: center;
    border-bottom: 1px solid #f0eee9;
    transition: background 0.3s ease;
}

.product-card-modern:hover .product-image-container {
    background: #f4f2ef;
}

.product-image-container img {
    max-height: 170px;
    width: auto;
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.product-card-modern:hover .product-image-container img {
    transform: scale(1.08) rotate(2deg);
}

/* Action Button Overlay - Fresh Name */
.product-actions-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(255,255,255,0.95), transparent);
    padding: 30px 20px 20px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.product-card-modern:hover .product-actions-overlay {
    opacity: 1;
    transform: translateY(0);
}

/* Button Style - New Class */
.shop-action-btn {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    background-color: #2c6777;
    -moz-box-shadow: 5px 5px 30px 0px rgba(195,120,251,0.35);
    display: inline-block;
    overflow: hidden;
    padding: 16px 50px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.5px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    font-weight: 700;
    border: 0;
}

.shop-action-btn::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: #6ee7b7;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    transform: scale(0.2, 1);
}

.shop-action-btn:hover:before {
    opacity: 1;
    transform: scale(1, 1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.shop-action-btn:hover{
    color: #000;
}

/* .shop-action-btn:hover {
    background: #374151;
    border-color: #374151;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px -8px #1f2937;
} */

/* Product Info - New Class */
.product-info-wrapper {
    padding: 20px 20px 25px;
    text-align: center;
    background: #ffffff;
}

.product-info-wrapper h5 {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 8px 0;
    line-height: 1.4;
    font-family: 'DM Sans', sans-serif;
}

.product-info-wrapper h6 {
    font-size: 22px;
    font-weight: 700;
    color: #059669;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.product-info-wrapper h6 span {
    font-size: 22px;
    font-weight: 400;
    color: #9ca3af;
    margin-right: 0;
}

/* Exclusive Badge - Fresh Class */
.exclusive-product-note {
    background: #ddf2e1;
    border-radius: 12px;
    padding: 15px 12px;
    margin: 15px 0 0 !important;
    border-left: 4px solid #2c6777;
    font-size: 14px;
    color: #059669;
    text-align: left;
    position: relative;
    line-height: 1.5;
}

.exclusive-product-note span {
    display: block;
    font-size: 12px;
    color: #06ab77;
    font-weight: 500;
    margin-top: 5px;
}

/* Special Badge for Exclusive Items */
.exclusive-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #2c6777;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 30px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    z-index: 2;
}

/* Add exclusive tag via CSS for last items */
.product-card-modern:has(.exclusive-product-note) .product-image-container::before {
    content: 'EXCLUSIVE';
    position: absolute;
    top: 12px;
    right: 12px;
    background: #2c6777;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 30px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    z-index: 2;
}

/* Grid Spacing */
.row {
    margin: 0 -12px;
}

.col-lg-3, .col-md-6 {
    padding: 0 12px;
}

/* Responsive */
@media (max-width: 991px) {
    .section-header-wrapper h4 {
        font-size: 36px;
    }
    
    .section-header-wrapper h6 {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .premium-shop-section {
        padding: 50px 0;
    }
    
    .section-header-wrapper {
        margin-bottom: 40px !important;
    }
    
    .section-header-wrapper h4 {
        font-size: 32px;
    }
    
    .product-image-container img {
        max-height: 140px;
    }
    
    .shop-action-btn {
        padding: 10px 24px;
        min-width: 120px;
        font-size: 13px;
    }
}

/* Animation */
@keyframes cardFloat {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-card-modern {
    animation: cardFloat 0.5s ease forwards;
}

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



/* Modern Premium Checkout Styles */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

.checkout-area {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 40px 0;
}

/* Order Summary Card */
.order-summary-card {
    background: white;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03), 0 8px 12px rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.03);
    margin-bottom: 30px;
}

.summary-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.summary-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1e2b;
    margin: 0;
    letter-spacing: -0.02em;
}

.items-count {
    background: #f1f5f9;
    color: #475569;
    padding: 6px 14px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 500;
}

/* Order Table */
.order-table {
    margin: 0;
}

.order-table thead th {
    border: none;
    font-size: 13px;
    font-weight: 500;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 15px 10px;
    background: #f8fafc;
    border-radius: 12px;
}

.order-item {
    border-bottom: 1px solid #eef2f6;
}

.order-item:last-child {
    border-bottom: none;
}

.product-info-cell {
    min-width: 280px;
}

.product-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.product-image {
    width: 60px;
    height: 60px;
    background: #f8fafc;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eef2f6;
}

.product-image img {
    width: 40px;
    height: auto;
    object-fit: contain;
}

.product-details {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.product-name {
    font-size: 15px;
    font-weight: 500;
    color: #1a1e2b;
}

.billing-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 40px;
    font-size: 11px;
    font-weight: 600;
    width: fit-content;
}

.billing-badge.one-time {
    background: #e6f7e6;
    color: #0a5c0a;
}

.billing-badge.monthly {
    background: #fff4e5;
    color: #b45b0a;
}

.price-cell,
.shipping-cell {
    font-size: 15px;
    font-weight: 500;
    color: #1a1e2b;
}

.total-cell {
    min-width: 120px;
}

.total-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.total-wrapper .amount {
    font-size: 16px;
    font-weight: 600;
    color: #1a1e2b;
}

.remove-btn {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    border: 1px solid #eef2f6;
    background: white;
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
}

.remove-btn:hover {
    background: #fee2e2;
    border-color: #fecaca;
    color: #dc2626;
}

/* Form Sections */
.form-sections {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-card {
    background: white;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    border: 1px solid #eef2f6;
}

.form-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1e2b;
    margin-bottom: 25px;
    letter-spacing: -0.02em;
}

.payment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.accepted-cards img {
    height: 24px;
    width: auto;
    opacity: 0.7;
}

/* Form Elements */
.form-group {
    margin-bottom: 20px;
}

.input-label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #475569;
    margin-bottom: 6px;
    letter-spacing: 0.3px;
}

.elegant-input,
.elegant-select {
    height: 52px;
    border: 2px solid #eef2f6 !important;
    border-radius: 16px !important;
    padding: 0 18px;
    font-size: 14px;
    color: #1a1e2b;
    transition: all 0.2s ease;
    background: white;
    font-family: 'Poppins', sans-serif;
}

.elegant-input:focus,
.elegant-select:focus {
    border-color: #2c6777 !important;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.1) !important;
    outline: none;
}

.elegant-input::placeholder {
    color: #94a3b8;
    font-weight: 300;
}

textarea.elegant-input {
    height: auto;
    padding: 15px 18px;
    resize: vertical;
}

/* Order Sidebar */
.order-sidebar {
    position: sticky;
    top: 30px;
}

.order-total-card {
    background: white;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid #eef2f6;
}

.sidebar-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1e2b;
    margin-bottom: 25px;
    letter-spacing: -0.02em;
}

/* Order Items Summary */
.order-items-list {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f1f5f9;
}

.order-item-summary {
    margin-bottom: 20px;
}

.order-item-summary:last-child {
    margin-bottom: 0;
}

.item-main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.item-name {
    font-size: 14px;
    font-weight: 500;
    color: #1a1e2b;
}

.item-qty {
    font-size: 13px;
    color: #64748b;
    background: #f1f5f9;
    padding: 2px 8px;
    border-radius: 20px;
}

.item-details {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 4px;
}

.billing-type {
    font-size: 12px;
    color: #2c6777;
    background: #f5f3ff;
    padding: 4px 10px;
    border-radius: 20px;
    display: inline-block;
}

/* Total Breakdown */
.total-breakdown {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f1f5f9;
}

.total-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 15px;
    color: #475569;
}

.grand-total {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px dashed #e2e8f0;
    font-weight: 600;
    font-size: 18px;
}

.grand-total-amount {
    color: #2c6777;
    font-weight: 700;
}

/* Checkbox Styling */
.checkbox-container {
    display: flex;
    gap: 12px;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: relative;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    flex-shrink: 0;
    margin-top: 3px;
}

.checkbox-container:hover input ~ .checkmark {
    border-color: #2c6777;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #2c6777;
    border-color: #2c6777;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-label {
    font-size: 13px;
    line-height: 1.6;
    color: #475569;
}

.checkbox-label a {
    color: #2c6777;
    text-decoration: none;
    font-weight: 500;
}

.checkbox-label a:hover {
    text-decoration: underline;
}

.checkbox-label strong {
    color: #1a1e2b;
    font-weight: 600;
}

/* Upsell Section */
.upsell-section {
    margin: 25px 0;
    padding: 20px 0;
    border-top: 2px solid #f1f5f9;
    border-bottom: 2px solid #f1f5f9;
}

.upsell-title {
    font-size: 15px;
    font-weight: 600;
    color: #1a1e2b;
    margin-bottom: 20px;
}

.upsell-products {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.upsell-product-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #f8fafc;
    border-radius: 18px;
    border: 1px solid #eef2f6;
    transition: all 0.2s ease;
}

.upsell-product-card:hover {
    background: white;
    border-color: #2c6777;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(139, 92, 246, 0.1);
}

.upsell-product-image {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eef2f6;
}

.upsell-product-image img {
    width: 100px;
    height: auto;
}

.upsell-product-info {
    flex: 1;
    text-align: right;
}

.upsell-product-info h6 {
    font-size: 14px;
    font-weight: 500;
    color: #1a1e2b;
    margin: 0 0 4px 0;
}

.upsell-price {
    font-size: 14px;
    font-weight: 600;
    color: #2c6777;
}

.upsell-add-btn {
    background: white;
    border: 2px solid #2c6777;
    color: #2c6777;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'Poppins', sans-serif;
}

.upsell-add-btn:hover {
    background: #2c6777;
    color: white;
}

/* Place Order Button */
.place-order-btn {
    width: 100%;
    background: linear-gradient(135deg, #2c6777 0%, #2c6777 100%);
    border: none;
    border-radius: 20px;
    padding: 18px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 20px 30px -10px rgba(109, 40, 217, 0.3);
    margin-top: 25px;
}

.place-order-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 25px 35px -10px rgba(109, 40, 217, 0.4);
}

.place-order-btn:active {
    transform: translateY(0);
}

.btn-text {
    font-size: 16px;
    font-weight: 600;
    color: white;
    letter-spacing: 0.5px;
}

.btn-amount {
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 18px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 700;
    color: white;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .order-sidebar {
        position: static;
        margin-top: 30px;
    }
    
    .summary-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

@media (max-width: 767px) {
    .order-summary-card,
    .form-card,
    .order-total-card {
        padding: 20px;
    }
    
    .product-info {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .total-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .place-order-btn {
        flex-direction: column;
        gap: 10px;
    }
}

/* Loading State */
.place-order-btn.loading {
    opacity: 0.7;
    pointer-events: none;
}

/* Error State */
.elegant-input.error,
.elegant-select.error {
    border-color: #ef4444 !important;
}

.error-message {
    font-size: 12px;
    color: #ef4444;
    margin-top: 5px;
} 



  
        /* --- Dependencies --- */
        @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Poppins:wght@300;400;500;600&display=stylesheet');
        
        /* FONT AWESOME (REQUIRED FOR ICONS) */
        @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

        /* --- Section Container --- */
        .premium-wellness-showcase {
            position: relative;
            padding: 6rem 2rem 4rem;
            background: radial-gradient(circle at center, #1a2f26 0%, #0d1612 100%);
            color: #ffffff;
            font-family: 'Poppins', sans-serif;
            overflow: hidden; 
        }

        /* --- Header --- */
        .showcase-header {
            text-align: center;
            margin-bottom: 4rem;
            position: relative;
            z-index: 5;
        }

        .showcase-header h1 {
            font-family: 'Playfair Display', serif;
            font-size: 3.5rem;
            font-weight: 700;
            margin: 0 0 0.5rem 0;
            background: linear-gradient(135deg, #e2e8f0 0%, #6ee7b7 100%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            letter-spacing: -1px;
        }

        .showcase-header p {
            font-size: 1rem;
            color: #94a3b8;
            text-transform: uppercase;
            letter-spacing: 4px;
            margin: 0;
            font-weight: 400;
        }

        /* --- Main Layout --- */
        .showcase-layout {
            display: flex;
            align-items: center;
            justify-content: center;
            max-width: 1200px;
            margin: 0 auto;
            gap: 3rem;
            position: relative;
            z-index: 2;
        }

        /* --- Center Stage (Bottle + Rings) --- */
        .center-stage {
            position: relative;
            width: 400px;
            height: 500px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-shrink: 0; 
        }

        /* The Bottle */
        .bottle-container {
            position: relative;
            z-index: 10;
            animation: floatBottle 4s ease-in-out infinite;
            filter: drop-shadow(0 20px 40px rgba(0,0,0,0.5));
        }

        .bottle-container img {
            max-height: 400px;
            width: auto;
            display: block;
        }

        /* --- The 3 Rings (Updated for Prominence) --- */
        .ring {
            position: absolute;
            border-radius: 50%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            pointer-events: none;
            box-sizing: border-box;
        }

        /* Ring 1: Inner - DEEP */
        .ring-1 {
            width: 280px;
            height: 280px;
            border: 4px solid #34d399; /* Solid Bright Color */
            box-shadow: 0 0 25px rgba(52, 211, 153, 0.6), inset 0 0 20px rgba(52, 211, 153, 0.4);
            opacity: 0.9;
            animation: spinSlow 20s linear infinite;
        }

        /* Ring 2: Middle - MEDIUM */
        .ring-2 {
            width: 360px;
            height: 360px;
            border: 2px dashed rgba(52, 211, 153, 0.5); /* Semi-transparent */
            opacity: 0.6;
            animation: spinReverse 25s linear infinite;
        }

        /* Ring 3: Outer - LIGHT */
        .ring-3 {
            width: 440px;
            height: 440px;
            border: 1px solid rgba(52, 211, 153, 0.2); /* Very faint */
            opacity: 0.4;
            animation: pulseRing 4s ease-in-out infinite;
        }

        /* --- Floating Particles --- */
        .particle {
            position: absolute;
            background: radial-gradient(circle, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 70%);
            border-radius: 50%;
            z-index: 1;
            pointer-events: none;
        }
        .p1 { width: 6px; height: 6px; top: 20%; left: 20%; animation: floatParticle 6s infinite ease-in-out; }
        .p2 { width: 4px; height: 4px; top: 80%; right: 15%; animation: floatParticle 8s infinite ease-in-out reverse; }
        .p3 { width: 8px; height: 8px; bottom: 30%; left: 10%; animation: floatParticle 7s infinite ease-in-out 1s; }
        .p4 { width: 5px; height: 5px; top: 40%; right: 5%; animation: floatParticle 5s infinite ease-in-out 0.5s; }

        .floating-icon {
            position: absolute;
            color: #34d399;
            font-size: 1.5rem;
            z-index: 1;
            opacity: 0.6;
            filter: blur(0.5px);
        }
        .fi-1 { top: 15%; right: 25%; animation: floatIcon 6s infinite ease-in-out; }
        .fi-2 { bottom: 20%; left: 25%; animation: floatIcon 8s infinite ease-in-out reverse; }

        /* --- Feature Columns (Glassmorphism) --- */
        .side-column {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            max-width: 300px;
        }

        .feature-card {
            background: rgba(255, 255, 255, 0.03);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            padding: 1.25rem;
            border-radius: 16px;
            display: flex;
            align-items: center;
            gap: 15px;
            transition: all 0.3s ease;
        }

        .feature-card:hover {
            background: rgba(255, 255, 255, 0.08);
            transform: translateY(-5px);
            border-color: rgba(52, 211, 153, 0.3);
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }

        /* UPDATED ICON STYLE for Visibility */
        .feature-icon {
            width: 50px;
            height: 50px;
            border-radius: 12px;
            /* Darker background to make white icon pop */
            background: linear-gradient(135deg, #064e3b, #047857); 
            color: #ffffff; /* White Icon */
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.3rem; /* Larger Icon */
            flex-shrink: 0;
            box-shadow: 0 4px 10px rgba(0,0,0,0.3);
        }

        .feature-text h4 {
            margin: 0 0 6px 0;
            font-size: 1.05rem;
            font-weight: 600;
            color: #f1f5f9;
        }

        .feature-text p {
            margin: 0;
            font-size: 0.85rem;
            color: #cbd5e1; /* Lighter text for readability */
            line-height: 1.5;
        }

        .feature-card:hover .feature-icon{
            animation: policy 1.2s linear;
        }

        /* Right column alignment */
        .side-column.right {
            align-items: flex-end; 
        }
        .side-column.right .feature-card {
            flex-direction: row-reverse; 
            text-align: right;
        }

        /* --- Animations --- */
        @keyframes floatBottle {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-20px); }
        }
        @keyframes spinSlow {
            0% { transform: translate(-50%, -50%) rotate(0deg); }
            100% { transform: translate(-50%, -50%) rotate(360deg); }
        }
        @keyframes spinReverse {
            0% { transform: translate(-50%, -50%) rotate(360deg); }
            100% { transform: translate(-50%, -50%) rotate(0deg); }
        }
        @keyframes pulseRing {
            0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.4; }
            50% { transform: translate(-50%, -50%) scale(1.05); opacity: 0.6; }
        }
        @keyframes floatParticle {
            0%, 100% { transform: translateY(0); opacity: 0.3; }
            50% { transform: translateY(-20px); opacity: 0.8; }
        }
        @keyframes floatIcon {
            0%, 100% { transform: translateY(0) rotate(0deg); }
            50% { transform: translateY(-15px) rotate(5deg); }
        }

        /* --- Mobile Responsive --- */
        @media (max-width: 991px) {
            .showcase-layout {
                flex-direction: column;
                gap: 3rem;
            }

            .center-stage {
                width: 100%;
                height: 350px;
                order: -1; 
            }

            .ring-1 { width: 220px; height: 220px; }
            .ring-2 { width: 280px; height: 280px; }
            .ring-3 { width: 340px; height: 340px; }
            
            .bottle-container img { max-height: 280px; }

            .side-column {
                width: 100%;
                max-width: 100%;
                align-items: center !important; 
            }

            .side-column.right .feature-card {
                flex-direction: row; 
                text-align: left;
            }
            
            .showcase-header h1 { font-size: 2.5rem; }
        }



        /* --- Fonts --- */
        @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Poppins:wght@300;400;500;600&display=stylesheet');

        .about-luxury-sec {
            padding: 5rem 0;
            /* background: radial-gradient(circle at top right, #1a2f26 0%, #0d1612 100%); */
            position: relative;
            font-family: 'Poppins', sans-serif;
            color: #e2e8f0;
            overflow: hidden;
        }

        /* Decorative background blur element */
        .about-luxury-sec::before {
            content: '';
            position: absolute;
            top: -100px;
            left: -100px;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(52, 211, 153, 0.15) 0%, rgba(0,0,0,0) 70%);
            border-radius: 50%;
            z-index: 1;
        }

        .about-container {
            position: relative;
            z-index: 2;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.5rem;
        }

        .about-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 4rem;
        }

        /* --- Image Styling --- */
        .about-image-col {
            flex: 1;
            position: relative;
        }

        .about-img-frame {
            position: relative;
            border-radius: 24px;
            padding: 10px;
            /* background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.02));
            border: 1px solid rgba(255,255,255,0.1);
            box-shadow: 0 20px 40px rgba(0,0,0,0.3); */
        }

        .about-img-frame img {
            width: 100%;
            border-radius: 16px;
            display: block;
            /* Slight zoom on hover */
            transition: transform 0.5s ease;
        }

        .about-img-frame:hover img {
            transform: scale(1.02);
        }

        /* Decorative corner accents on the image frame */
        .corner-accent {
            position: absolute;
            width: 40px;
            height: 40px;
            border: 2px solid #34d399;
            z-index: 5;
            opacity: 0.8;
        }
        .ca-tl { top: -2px; left: -2px; border-right: none; border-bottom: none; border-top-left-radius: 24px; }
        .ca-br { bottom: -2px; right: -2px; border-left: none; border-top: none; border-bottom-right-radius: 24px; }


        /* --- Text Styling --- */
        .about-text-col {
            flex: 1;
        }

        .funnel-badge {
            display: inline-block;
            font-size: 0.85rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #34d399;
            margin-bottom: 1rem;
            position: relative;
            padding-left: 50px;
        }

        .funnel-badge::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 2px;
            background: #34d399;
        }

        .ab-heading {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 2rem;
            line-height: 1.2;
            color: #000;
        }

        /* Gradient text for the "Inspired by Wellness" part */
        .ab-heading span {
            font-style: italic;
            background: linear-gradient(90deg, #34d399, #6ee7b7);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }

        .ab-desc {
            font-size: 1rem;
            color: #3a3a3a;
            line-height: 1.8;
            margin-bottom: 1.5rem;
            text-align: justify;
        }

        /* --- Mobile Responsive --- */
        @media (max-width: 991px) {
            .about-row {
                flex-direction: column;
                gap: 3rem;
            }
            .ab-heading {
                font-size: 2rem;
            }
            .about-img-frame {
                margin-bottom: 2rem;
            }
        }




.anti-aging-img {
    position: relative;
}

.natural-img {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
    gap: 30px;
}

@media (max-width: 1400px) {
    .natural-img .natural-1 {
        margin-top: 111px;
        width: 189px;
    }
}


.natural-img img{
    transition: .4s all;
}

.natural-img figure{
    overflow: hidden;
    margin: 0 0 1rem;
}

.anti-aging-img .collnumber{
    background-color: #2c6777;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 90%;
    transform: translate(-50%, -50%);
    padding: 15px;
    z-index: 2;
    /* animation: moveDown 2s ease-in-out infinite alternate; */
}

@keyframes moveDown {
    0% {
      top: 0;
    }
    100% {
      top: 200px;
    }
  }

.anti-aging-img .collnumber h4 {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}

.anti-aging-img img.dots-1{
    left: 25%;
    position: absolute;
    bottom: 64%;
    animation: top 10s infinite;
    z-index: -1;
}

@keyframes top {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(14px);
    }
    100% {
        transform: translateY(0px);
    }
}


.anti-aging-img img.dots-2{
        top: 39%;
    position: absolute;
    right: 0%;
    animation: bottom 10s infinite;
}

@keyframes bottom {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-14px);
    }
    100% {
        transform: translateY(0px);
    }
}

.natural-img img:hover{
    transform: scale(1.1);
}

@media (max-width: 600px) {
    .swiper{
        height: 100%;
    }
    .content{
        flex-direction: column;
    }

    .text{
        width: 100%;
        margin-top: 100px;
    }

    .text h3{
        font-size: 18px;
        margin-bottom: 10px;
    }

    .text h1{
        font-size: 30px;
    }

}
    