@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a:link, a:visited {
    color: #fff;
}
.site-header {
    position: absolute;
    z-index: 9;
    background-color: transparent; 
    top: 0;
    left: 0;
    width: 100%;
}
.navbar-brand {
    position: relative;
    padding-right: 30px;
}
.site-header .navbar-brand img {
    max-width: 240px;
}
.navbar-light .navbar-nav .nav-link {
    padding: 0 20px !important;
    color: #ccc !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.site-header .nav-item .nav-link {
    position: relative;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    padding-right: 25px;
    font-size: 15px !important;
}
.site-header .nav-item .nav-link:hover {
    text-decoration: none;
    color: #000;
}

.site-header .nav-item .nav-link img {
    width: 15px;
}


/*--------------------------- BANNER CSS -------------------------------*/
.banner-div {
    padding: 200px 0 100px;
    background: url(../images/banner-11.jpg) no-repeat;
    background-size: cover;
    height: 750px;
    position: relative;
}
.banner-div .content .subtitle-content {
    margin-bottom: 28px;
}
.banner-div .content .subtitle-content h6 {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    background: #FEA444;
    background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-div .content .tittle-wrp {
    margin-bottom: 30px;
}
.banner-div .content .tittle-wrp h2 {
    font-size: 75px;
    line-height: 1.0934;
    color: #001d23;
    font-family: "Yeseva One", cursive;
    font-weight: 400;
    margin-bottom: 10px;
}
.banner-div .content .tittle-wrp h2 span {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.banner-div .content .tittle-wrp h2 span:before {
    background-image: url(../images/banner-title-shape.png);
    background-repeat: no-repeat;
    background-position: 40px 9px;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    min-width: 334px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.banner-div .content p {
    margin-bottom: 24px;
    color: #595959;
    font-size: 0.9375rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.8;
}
.main-btn {
    background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
    border-color: #fc6539;
    border-radius: 32.5px;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.375;
    /* min-width: 200px; */
    padding: 17px 40px;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    overflow: hidden;
    margin-right: 21px;
    z-index: 1;
    margin-top: 20px;
}
.main-btn::before {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    bottom: -40px;
    content: "";
    height: 65px;
    left: -27px;
    position: absolute;
    width: 65px;
    z-index: -1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.main-btn::after {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    content: "";
    height: 65px;
    position: absolute;
    right: -27px;
    top: -40px;
    width: 65px;
    z-index: -1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.main-btn:hover::before {
  border-radius: 32.5px;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  width: 100%;
}
.main-btn:hover::after {
  border-radius: 32.5px;
  height: 100%;
  opacity: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.main-btn:hover {
    color: #fff;
    text-decoration: none;
}
/*---------------------------- ABOUT CSS ----------------------------*/
.about-area {
    padding: 170px 0 80px;
    position: relative;
}
.about-area::before {
    background-color: #f7f7f7;
    bottom: 0;
    content: "";
    height: calc(100% + 225px);
    left: 0;
    position: absolute;
    width: calc(50% - 126px);
    z-index: -1;
}
.about-area .section-title {
    margin-bottom: 24px;
}
.about-area .section-title .subtitle {
    color: #fc6539;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 12px;
    padding-left: 64px;
    position: relative;
}
.about-area .section-title .subtitle.line-theme-color:after {
    background-color: #fc6539;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: calc(50% - 1.5px);
    width: 43px;
}
.about-area .section-title .title {
    font-size: 60px;
    line-height: 1.25;
    margin-bottom: 0;
    margin-top: 0;
    color: #001d23;
    font-family: "Yeseva One", cursive;
    font-weight: 400;
}
.about-area .section-title .title span {
    background: #FEA444;
    background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-area .layer-style {
    margin-top: 52px;
    position: relative;
}
.about-area .layer-style:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 546px;
    left: -201px;
    position: absolute;
    top: -331px;
    width: 546px;
    z-index: -1;
}
.about-area .about-content .text-style {
    color: #464444;
    font-family: "Yeseva One", cursive;
    font-size: 22px;
    line-height: 1.364;
    margin-bottom: 26px;
    margin-right: -10px;
    position: relative;
}
.about-area .about-content .text-style:before {
    background-color: #fc6539;
    content: "";
    height: 75px;
    left: -29px;
    position: absolute;
    top: 7px;
    width: 4px;
}
.about-area .about-content p {
    margin-bottom: 24px;
    color: #595959;
    font-size: 0.9375rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.8;
}
.about-area .layer-style .thumb img.img-two {
    margin-left: -23px;
}
.about-area .about-content {
    margin-top: 60px;
}

/*------------------------------------------------------------*/
.funfact-area {
    background-color: #f7f7f7;
}
.funfact-items-style1 .funfact-item .inner-content {
    display: flex;
    /* padding: 50px 0px; */
}
.funfact-items-style1 .funfact-item {
    /* border-left: 1px solid #eaecec; */
    padding: 80px 0 85px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.funfact-items-style1 .funfact-item .icon-box {
    margin: 39px 44px 0 0;
    position: relative;
}
.funfact-items-style1 .funfact-item .icon-box .icon {
    max-width: none;
    min-width: 66px;
}
.funfact-items-style1 .funfact-item .icon-box .shape-img {
    left: -38px;
    max-width: none;
    position: absolute;
    top: -48px;
}
.funfact-items-style1 .funfact-item .number h2 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #001d23;
    font-family: "Yeseva One", cursive;
    font-weight: 400;
    line-height: 1.1;
}
.funfact-items-style1 .funfact-item .line-shape {
    margin-bottom: 16px;
    margin-left: 2px;
}



/*-----------------------------------------------------------------*/
.events-area {
    padding: 100px 0 0px;
}
.events-area .section-title {
    margin-bottom: 10px;
}
.events-area .section-title .subtitle {
    color: #fc6539;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 12px;
    padding-left: 64px;
    position: relative;
}
.events-area .section-title .subtitle.line-theme-color:after {
    background-color: #fc6539;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: calc(50% - 1.5px);
    width: 43px;
}
.events-area .section-title .title.title-style {
    margin-top: 39px;
    position: relative;
    z-index: 1;
    font-size: 60px;
    line-height: 1.25;
    margin-bottom: 20px;
    color: #001d23;
    font-family: "Yeseva One", cursive;
    font-weight: 400;
}
.events-area .section-title .title.title-style .img-shape {
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: -1;
    transform: translate(-82.5%, -50%);
    -webkit-transform: translate(-82.5%, -50%);
    -moz-transform: translate(-82.5%, -50%);
    -ms-transform: translate(-82.5%, -50%);
    -o-transform: translate(-82.5%, -50%);
}
.events-area .section-title p {
    margin-bottom: 24px;
    color: #595959;
    font-size: 0.9375rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.8;
}

/*---------------------- SERVICES CSS -----------------------*/
.blog-area {
    padding: 100px 0 100px;
}
.blog-area .section-title {
    margin-bottom: 123px;
}
.blog-area .section-title .subtitle {
    color: #fc6539;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 12px;
    padding-left: 64px;
    position: relative;
}
.blog-area .section-title .subtitle.line-theme-color:after {
    background-color: #fc6539;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: calc(50% - 1.5px);
    width: 43px;
}
.blog-area .section-title .title.title-style {
    margin-top: 39px;
    position: relative;
    z-index: 1;
    font-size: 60px;
    line-height: 1.25;
    margin-bottom: 0;
    color: #001d23;
    font-family: "Yeseva One", cursive;
    font-weight: 400;
}
.blog-area .section-title .title.title-style .img-shape {
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.post-item {
    margin-bottom: 30px;
    position: relative;
}
.post-item .thumb {
    overflow: hidden;
    position: relative;
}
.post-item .thumb img {
    width: 100%;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    display: block;
    position: relative;
}
.post-item .thumb .meta-date {
    align-items: center;
    background-color: #fc6539;
    display: flex;
    height: 85px;
    justify-content: center;
    left: 35px;
    padding-top: 8px;
    line-height: 23px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 85px;
    z-index: 1;
}
.post-item .thumb .meta-date span {
    display: block;
    font-family: "Yeseva One", cursive;
    font-weight: 400;
    font-size: 38px;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 3px;
    color: #fff;
}
.post-item .thumb .shape-line {
    border: 2px solid #fff;
    height: 85px;
    left: 45px;
    position: absolute;
    top: 20px;
    width: 85px;
}
.post-item .content {
    background-color: #f7f7f7;
    bottom: -125px;
    left: 20px;
    overflow: hidden;
    padding-bottom: 1px;
    position: absolute;
    right: 20px;
    z-index: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.post-item .content .inner-content {
    background-color: #f7f7f7;
    padding: 20px 15px 18px;
}
.post-item .content .meta {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    background-color: #e6e6e6;
    color: #fc6539;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    min-width: 105px;
    padding: 2.5px 11px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.post-item .content .title {
        font-size: 18px;
    margin-bottom: 0;
    line-height: 1.4;
    color: #001d23;
    font-family: "Yeseva One", cursive;
    font-weight: 400;
    min-height: 50px;
}
.post-item .content p {
        margin: 5px 0 0;
    color: #595959;
    font-size: 0.9375rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.8;
    min-height: 110px;
}
.post-item .content .post-footer {
    align-items: center;
    background-color: #f7f7f7;
    display: flex;
    justify-content: space-between;
    margin-bottom: -71px;
    opacity: 1;
    padding: 1px 34px 32px;
    visibility: hidden;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.post-item:hover .content .post-footer {
  margin-bottom: 0;
  opacity: 1;
  padding-top: 0;
  visibility: visible;
}
.post-item .content .meta .post-category:hover {
  background-color: #fc6539;
  color: #fff;
}
.post-item:hover .thumb img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}

/*----------------------------- INFO CSS ----------------------------*/
.wraper {
    background: #333333 url(../images/background-recycle-icon1.png) 50% 0;
    color: #fff;
    text-align: center;
    position: relative;
}
.eco_main_heading {
    padding: 60px 0;
}
.eco_main_heading h1 {
    font-size: 48px;
    line-height: 1.2em;
    color: #fc6539;
    font-weight: 700;
}
.eco_small_text {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    font-weight: 400;
}
.eco-product-wrap {
    background: #fff;
    padding-bottom: 70px;
}
.garden_ach {
    padding-top: 100px;
}
.eco-product-box {
    box-shadow: 0px 0px 20px 0px #eee;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 30px;
    overflow: hidden;
}
.eco-product-img img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.eco-product-content {
    padding: 20px;
}
.eco-product-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    color: #333;
    transition: 0.3s;
}
.eco-product-price {
    font-size: 18px;
    color: #333;
}

/*---------------------------- PRODUCT CSS ----------------------------*/
.sell-item {
    border: 1px solid #ddd;
    text-align: center;
    padding-bottom: 25px;
    background: #fff;
    margin-bottom: 30px;
}
.product-img {
    position: relative;
}
.product-img img {
    width: 100%;
}
.product-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, 0.7);
    transform: scaleY(0);
    transition: 0.3s;
}
.sell-item p {
    margin: 20px 0 10px;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.4;
    color: #001d23;
    font-family: "Yeseva One", cursive;
    font-weight: 400;
    min-height: 50px;
    position: relative;
}
.sell-item h5 {
    position: relative;
    padding-top: 10px;
    color: #fc6539;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;

}
.sell-item p::before {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    background: #fc6539;
    height: 1px;
    content: "";
}
.product-img:hover .product-img-overlay {
	transform: scaleY(1);
}
.product-img-overlay .main-btn {
    margin-top: 34%;
}



/*----------------------------- FOOTER CSS --------------------------------*/
.main-footer {
    position: relative;
    background: url(../images/footer.png) no-repeat;
    background-size: cover;
    padding: 0px 0 0;
}
.main-footer .logo-box {
    position: relative;
    display: block;
    padding: 80px 0px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main-footer .widget-section {
    position: relative;
    padding: 73px 0px 75px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main-footer .widget-section{
    position: relative;
    padding: 40px 0px 0px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-footer .widget-section:before{
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.1);
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.main-footer .widget-section .widget-title{
  position: relative;
  display: block;
  margin-bottom: 18px;
}

.main-footer .widget-section .widget-title h3{
    font-weight: 700;
    color: #001d23;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 15px;
    padding-left: 75px;
    position: relative;
}
.main-footer .widget-section .widget-title h3:before {
    background-color: #fc6539;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 55px;
}

.main-footer .widget-section .about-widget{
  position: relative;
  margin-right: 100px;
}

.main-footer .widget-section p{
  color: #595959;
    font-size: 0.9375rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.8;
}
.main-footer .widget-section .about-widget .text{
  margin-bottom: 41px;
}
.main-footer .widget-section .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.main-footer .widget-section .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.main-footer .widget-section .links-widget .links-list li a{
    position: relative;
    display: inline-block;
    line-height: 28px;
    color: #001d23;
    font-size: 17px;
}

.main-footer .widget-section .links-widget .links-list li a:hover{
    color: #fc6539;
}
.footer-logo a img {
        width: 60%;
    margin-bottom: 15px;

}
.main-footer .widget-section .contact-widget .info-list li{
  position: relative;
  display: block;
  padding-left: 45px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 28px;
  color: #001d23;
  min-height: 30px;
}

.main-footer .widget-section .contact-widget .info-list li:last-child{
  margin-bottom: 0px;
}

.main-footer .widget-section .contact-widget .info-list li a{
  display: inline-block;
  color: #001d23;
}

.main-footer .widget-section .contact-widget .info-list li i{
  position: absolute;
  left: 0px;
  top: 1px;
  color: #fff;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
      background: #fc6539;
}

.main-footer .widget-section .contact-widget .info-list li a:hover{
    color: #fc6539;
}

.main-footer .widget-section .contact-widget .text{
  margin-bottom: 25px;
}

.footer-bottom{
        position: relative;
    padding: 35px 0px 0px;
}

.footer-bottom p{
      font-size: 15px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.footer-bottom p a{
  color: #001d23;
}

.footer-bottom p a:hover{

}

/*-----------------------------------------------------------------*/
.clients-section {
    padding: 100px 0;
}
.client-div {
    background-color: #f7f7f7;
    padding: 20px 15px 18px;
    border-bottom: 3px solid #fc6539;
}
.client-div .icon {
    color: #fc6539;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
}
.cliecnt-number {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.4;
    color: #001d23;
    font-family: "Yeseva One", cursive;
    font-weight: 400;
    min-height: 50px;
}
.c-title {
    color: #595959;
    font-size: 0.9375rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.8;
}

/*---------------------- OTHER BANNER CSS -------------------------*/
.shop_banner {
        min-height: 465px;
    padding: 185px 0 50px;
    background: url(../images/other-ban.jpg);
    background-size: cover;
    background-repeat: no-repeat;

}
.shop_banner .container {
    position: relative;
    z-index: 1;
}
.breadcrumbs {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: .8;
}
.breadcrumbs a {
    display: inline-block;
    text-decoration: none;
    color: #fff
}
.breadcrumbs a i {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: #fc6539;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 38px;
    margin-right: 9px;
}
.breadcrumbs > i {
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0 15px;
}

/*-------------------------- PRODUCT PAGE ------------------------------*/
.productSlide {
    text-align: center;
}
.product_details {
    /* padding: 25px 45px;
    background-color: #f8f3f0; */
}
.product_details h3 {
    color: #041d38;
    font-size: 30px;
    line-height: 60px;
    letter-spacing: -.82px;
    margin: 0 0 1px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.product_details .pi01Price {
    font-size: 30px;
    color: #fc6539;
    font-weight: 700;
    letter-spacing: -.5px;
    line-height: 1;
    margin-bottom: 17px;
    display: flex;
    position: relative;
    font-family: 'Roboto', sans-serif;
}
.single-Product {
    position: relative;
    padding: 90px 0 90px;
}
.product_details h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 10px;
        font-family: "Libre Baskerville", serif;
    margin-top: 10px;
}
.product_details p {
    padding-left: 35px;
    border-left: 3px solid #fc6539;
    margin-bottom: 21px;
        font-family: "Libre Baskerville", serif;
    color: #757575;
    font-weight: 400;
    line-height: 32px;
}
.product_details ul li::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0px;
    width: 6px;
    height: 6px;
    background-color: #041d38;
    border-radius: 50%;
}
.pro-input {
    padding: 10px 0;
}
.pro-input h4 {
    tfont-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 10px;
        font-family: "Libre Baskerville", serif;
}
.pd_excrpt {
    padding: 30px 0;
}
.pd_excrpt h4 {
    position: relative;
    top: -5px;
    display: inline-block;
    font-size: 16px;
    color: #fc6539;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
    font-family: "Libre Baskerville", serif;
}
.pd_excrpt h4::before {
        position: absolute;
    left: 100%;
    top: 50%;
    height: 2px;
    width: 35px;
    margin-left: 10px;
    margin-top: -1px;
    background: #fc6539;
    content: "";
}
.pd_excrpt p {
    font-size: 16px;
    line-height: 30px;
    color: #767676;
}

/*-------------------------------- CART CSS -------------------------------*/
.cart_sec {
    position: relative;
    padding: 100px 0;
}
.cart_sec .cart-detail {
    background: #fff;
    padding: 0 0px 50px;
    font-family: "League Spartan", sans-serif;
    -webkit-box-shadow: 0px 34px 90px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 34px 90px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 34px 90px 0px rgba(0, 0, 0, 0.1);
}
.cart-table-content table {
    width: 100%;
}
.cart-table-content table thead tr th {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background: #fc6539;
    padding: 16px 16px;
    text-align: left;
    border: none;
    width: 35%;
}
.cart-table-content table tbody tr {
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    border-bottom: 1px solid #999;
}
.cart-table-content table tbody tr td {
    vertical-align: middle;
    padding: 16px 16px;
    border: none;
    color: #252525;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
.pro-cart-img {
    width: 35%;
}
.crt-btns {
    text-align: center;
    margin: 25px auto 20px;
}
.grand-totall {
        padding: 20px;
    border-bottom: 3px solid #fc6539;
    border-top: 3px solid #fc6539;
    text-align: left;
    /* padding: 25px 45px; */
    background-color: #f8f3f0;
}
.grand-totall h5 {
    padding: 10px 0px;
    font-size: 18px;
    color: #041d38;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
}
.grand-totall h5 span {
    font-size: 18px;
    color: #8799a3;
    padding: 20px 0 0 90px;
}
.total-span {
    color: #fc6539 !important;
    font-weight: 800;
    font-size: 18px;
}


/*----------------------------- CHECKOUT CSS -----------------------*/
.checkout-blling-sec, .checkout-card-sec {
        background: #ffffff;
    padding: 30px 20px;
    background-color: #EFF4F9;
    /* border-bottom: 3px solid #fc6539; */
    border-top: 3px solid #fc6539;
    margin-bottom: 40px;
    background-color: #f8f3f0;
}
.checkout-blling-sec h3, .checkout-card-sec h3 {
    color: #041d38;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -.82px;
    margin: 0 0 20px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.chkout_sec {
    padding: 100px 0;
}
#new-checkout-address {
    padding: 0 10px;
}
label {
    font-weight: 400;
    position: relative;
    font-size: 16px;
    line-height: 27px;
    color: #041d38;
}
.checkout-blling-sec .form-control, .checkout-card-sec .form-control {
    height: 40px;
    color: #999;
    border: 1px solid #999;
    background-color: #fff;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
    margin: 10px 0;
    appearance: auto;
    border-radius: 10px;
}
.checkout-card-sec {
    padding: 30px 20px 30px;
}
.card-bx img {
    width: 20%;
}


/*--------------------------- THANKYOU ----------------------------*/
.thankyou_sec {
    padding: 100px 0;
}
.thnk-you-otr {
    text-align: center;
    background-color: #f1f1f1;
}
.thnk-you-otr h3 {
        font-size: 48px;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -1px;
    color: #041d38;
    margin-bottom: 25px;
    font-family: 'Roboto', sans-serif;
}
.thnk-you-otr p {
        font-family: "Rubik", sans-serif;
    font-weight: 400;
    color: #041d38;
    font-size: 16px;
    line-height: 1.6;
}
.order_details_table {
    padding: 10px 0;
}
.order_details_table h2 {
    text-transform: uppercase;
    font-weight: 700;
    color: #fc6539;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}
/* .order_details_table table {
    border: 1px solid #041d38;
} */
.order_details_table table tr th {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #041d38;
    font-size: 22px;
    line-height: 32px;
}
.order_details_table table tr td {
        font-family: "Rubik", sans-serif;
    font-weight: 400;
    color: #041d38;
    font-size: 16px;
    line-height: 1.6;
}
.terms_sec {
    padding: 100px 0;
}

/*----------------------------- SHOP CSS ----------------------------*/
.feature-sec {
    padding: 100px 0;
    text-align: center;
}
.feature-sec span {
    text-transform: uppercase;
    font-weight: 700;
    color: #fc6539;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
}
.feature-sec span:after, .feature-sec span:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 30px;
    background-color: #fc6539;
    content: "";
}
.feature-sec span:after, .feature-sec span:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 30px;
    background-color: #fc6539;
    content: "";
}
.feature-sec span:after {
    left: auto;
    right: 0;
}
.feature-sec h4 {
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -1px;
    color: #041d38;
    margin-bottom: 25px;
    font-family: 'Roboto', sans-serif;
}

/*--------------------------- CONTACT CSS -----------------------*/
.contact-sec {
    padding: 100px 0;
    text-align: center;
}
.contact-sec span {
    text-transform: uppercase;
    font-weight: 700;
    color: #fc6539;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
}
.contact-sec span:after, .contact-sec span:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 30px;
    background-color: #fc6539;
    content: "";
}
.contact-sec span:after {
    left: auto;
    right: 0;
}

.contact-sec h2 {
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -1px;
    color: #041d38;
    margin-bottom: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.contact-otr {
    background: #fc6539;
    padding: 0 15px 10px;
    font-family: "League Spartan", sans-serif;
    -webkit-box-shadow: 0px 34px 90px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 34px 90px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 34px 90px 0px rgba(0, 0, 0, 0.1);
    min-height: 240px;
}
.contact-otr h4 {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 32px;
    letter-spacing: -1px;
    color: #041d38;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.contact-otr p {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    font-family: "Rubik", sans-serif;
    margin-bottom: 10px;
}
.contact-otr img {
    margin-top: -40px;
    margin-bottom: 10px;
    width: 30%;
}
.prvcy_sec {
    padding: 80px 0;
}
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    /* background-color: #fff; */
    /* border: #adb5bd solid 1px; */
    display: none !important;
}
.ingrdnts_sec {
    padding: 80px 0;
}
.ingrdnts_sec h2 {
        font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 10px;
        font-family: "Libre Baskerville", serif;
}
.ingrdnts_sec h4 {
        font-size: 48px;
    line-height: 55px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fc6539;
    font-family: 'Roboto', sans-serif;
}
.ingrdnts_sec img {
    width: 100%;
}

#cookiePopup {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: #041d38;
    padding: 15px;
    /* display: flex; */
    flex-wrap: wrap;
    z-index: 999999;
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: 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: 850px;
}

#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: #041d38;
    cursor: pointer;
    transition: all 0.5s ease;
    border: 2px solid #fff;
}

.cookieBtns button:last-child {
    background-color: #fff;
    color: #041d38;
}



@media (max-width: 767px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 20px !important;
    }
    .banner-div {
        padding: 65px 0 !important;
    }
    .banner-div .top img {
        padding-right: 20px !important;
    }
    .banner-div h2 {
        font-size: 45px !important;
        line-height: 55px !important;
    }
    .banner-div p {
        color: #fff !important;
    }
    .feature__list-2 {
        gap: 13px !important;
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .about__wrapper-2 {
        display: block !important;
        margin-right: 0px !important;
    }
    .counter__list {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}