  
  @font-face {
    font-family: mysecondFont;
    src: url('../Poppins/Poppins-Medium.ttf');
  }
  @font-face {
    font-family: mythirdFont;
    src: url('../Poppins/Poppins-Bold.ttf');
  }

  /* @font-face {
    font-family: minerva;
    src: url('../minerva/MinervaModern-Black.woff');
  } */

  @import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto');


.fa-bars:before {
    content: "\f0c9";
    /* color: #fff; */
}

/* *************Animation ****************** */
.reveal {
    position: relative;
    opacity: 0;
}

.reveal.active {
    opacity: 1;
}
/* .search_btn i {
    font-size: 30px;
    margin-top: 5px;
    font-weight: bold;
} */


/* .search_btn_slide {
    background-color: #058791 !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
} */




/* The overlay effect with black background   */
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);/ Black with a little bit see-through /
}


/* / The content /  */
.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

/* / Close button /  */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

/* / Style the search field /  */
.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

 /* Style the submit button /  */
 .overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}
.cart-list{
    position: relative;
}

.overlay button:hover {
    background: #bbb;
}
.active.fade-bottom {
    animation: fade-bottom 1s ease-in;
}

.active.fade-left {
    animation: fade-left 1s ease-in;
}

.active.fade-right {
    animation: fade-right 1s ease-in;
}

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

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-left {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-right {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/************** gallery hover****************/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
 
}

.hovereffect .overlay-g {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  width: 100%;
  
}

.hovereffect:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.7" /><feFuncG type="linear" slope="0.7" /><feFuncB type="linear" slope="0.7" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.7);
  -webkit-filter: brightness(0.7);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  width: 100%;
}

.hovereffect:hover h2 {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
  transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect .rotate {
  width: 100%;
  height: 100%;
  position: absolute;
}

.hovereffect hr {
  width: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
}



.hovereffect h2{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  background-color: transparent;
  margin: 0px;
}

.group1, .group2 {
  left: 50%;
  position: absolute;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  background-color: transparent;
  margin: 0px;
  padding: 0px;
}

.group1 {
  top: 40% !important;
}

.group2 {
  top: 60% !important;
}

.hovereffect p {
  width: 90% !important;
  text-transform: none !important;
  font-size: 15px !important;
  line-height: 2 !important;
  text-align: center !important;
}
.group1 .title{
    font-size: 30px !important;
    font-weight: bold !important;
    color: #fff !important;
}
.hovereffect p  {
  color: #fff !important;
}



.hovereffect  p span {
  opacity: 0 !important;
  filter: alpha(opacity=0) ;
  padding: 10px !important;
  font-size: 20px !important;
  color: #fff !important;
}



.hovereffect:hover .group1 span, .hovereffect:hover .group2 span:empty {
  
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

/************** gallery hover****************/
.Reviews {
    display: flex;
    text-align: center;
   padding-left: 10px;
}
.Reviews h5 {
    float: right;
     margin-left: 10px
}
.h5 a{
    text-decoration: none;
    color: #000 !important;
}
.cart .img{
    text-align: center;
/*        padding: 20px;*/
}


.qty_container{
    display: flex; 
}
.all{
    display: flex;
   
}

.btn{
    padding: 0px
}
.btn-read2{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3121b7 !important;
    color: #fff !important;
    width: 144px;
    height: 45px;
    background-color: #5a772e;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "roboto";
    font-weight: 600;
    padding: .375rem .75rem;
    
}
.navbar-collapse{
    width: 100%;
    justify-content: center;
}
.btn-read2:hover{
    background-color: #ffc331 !important;
    color: #fff !important;
    /* background-color: #fff;
    border: 2px solid #5a772e;
    color: #5a772e; */

}
.btn_qtyedit_profile a, li, em, button, input, textarea, select {
    text-decoration: none;
    list-style: none;
    font-style: normal;
    outline: none !important;
    transition: 0.5s;
    resize: none;
    
}


#topbar{
    background-color: black;
}


.fa-shopping-cart ::before{
 font-size: 1.25rem;
    line-height: 1;
    color: #767676;
    cursor: pointer;
}


.navbar-expand-lg .navbar-nav .nav-link:hover {
    color:#000;

}

.navbar-nav {
    margin-left: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.navbar-nav {
 
    font-size: 15px;
line-height: 8px;
color: #ffffff;
font-weight: 400;
font-family: 'Roboto';
text-transform: uppercase;
margin-bottom: 0 !important;
}

.line1{
    border-right: 1px solid #fff;
    padding-right: 10px;
    border-left: 1px solid #fff;
    padding-left: 10px;
}




.navbar-expand-lg .navbar-nav .nav-link {
margin-right: 50px;
    padding-top: 20px;
    padding-bottom: 26px;
    color: aliceblue;
}
    .shopping-details-cirlce{    
        height: 22px;
        position: absolute;
        width: 22px;
        border-radius: 50%;
        top: -15px;
       font-size: 12px;
        margin-left: -2px;
        background-color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
    }
.navbar-brand img {

    width: 100%;
    padding: 10px;
    padding-left: 100px;
    padding-top: 0 !important;
}

.navbar-brand .img-navbar {
    max-width: 200px;
    height: auto;
    padding: 0 !important;
}
.rs-none{
    display: none !important;
}
@media (max-width:767px) {
    .navbar-brand .img-navbar {
        max-width: 120px;
        height: auto;
        padding: 0 !important;
    }

    #topbar .top-logo{
        justify-content: center !important;
        flex-direction: column;
    }
	.dashboard-right-area {
    padding: 10px !important;
}
	
	.dashboard-right-area p{
		width:97% !important ;
	}
	.downloads-page{
		text-align:center;
	}
	.downloads-page a{
		margin:auto!important;
	}
.rs-none{
    display: block;
}
    .navbar-brand img{
        padding-left: 10px;
        text-align: left;
    }
    .hovereffect{
        margin-bottom: 20px;
    }
    .active.fade-left{
        animation: none;
    }
    .active.fade-bottom{
        animation: none;
    }
}
.mb-1, .my-1 {
    margin-bottom: 0rem!important;
    background-color: #fff;
    padding: 0px;
      text-align: center;
    margin-top: -1px;
}


.top_header_bg3{
    background-image:url(../image/main_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    
        padding-bottom: 0px;
    
}
.navbar-toggler {
    color: #ecce93;
}
 
.Main_img {
 width: 100%;
}

.first_heading h1 {
   font-size: 55px;
line-height: 88px;
color: #ffffff;
font-weight: 500;
font-family: 'roboto';
    text-align: center;
        line-height: 68px;
    padding-top: 200px;
    margin-bottom: 20px;
}


.first_heading p {

font-size: 16px;
line-height: 30px;
color: #ffffff;
font-weight: 400;
font-family: "Roboto";
text-align: center;
    padding-top: 30px
}


 /* 3121b7, 455ef8, ffc331, 445df7,dde6ed */
 .test_color{
 color:#3121b7;
    color:#455ef8;
    color:#ffc331;
    color:#445df7;
    color:#66e6ed
}

.btn-PRODUCT{
width: 219px;
height: 62px;
    background-color: #3121b7;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "roboto";
    font-weight: 500;
    padding: .375rem .75rem;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.btn-PRODUCT:hover{

    color: #ffc331 !important;
    border: 2px solid #ffc331;
    background-color: transparent;

}
.first_heading{
    text-align: center;
    padding-bottom: 139px;
}







/*******slider*********/

/* popUp start */
#modalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    height: 100%;
    width: 100%;
}

.modalPopup {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    background: #fff;
    width: 480px;
    padding: 0 0 10px;
    -webkit-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
}

.modalContent {
    padding: 0 1em;
    margin-top: 10px;
}

.headerBar {
    width: 100%;
    margin: 0;
    text-align: center;
}

.headerBar img {
    width: 100%;
    object-fit: contain;
    height: 190px;
}

h1 {
    
    font-size: 28px;
    font-weight: 500;
    text-transform: capitalize;
}

.modalContent p {
  
    font-size: 16px;
    font-weight: 400;
    color: rgb(101, 101, 101) !important;
}
.close-btn{
    display: flex;
    justify-content: center;
}
.buttonStyle {
    border: transparent;
    border-radius: 0;
    color: rgb(140, 140, 140);
    background: transparent !important;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
   
    text-decoration: none;
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d6d6d', endColorstr='#1e1e1e', GradientType=0);
    /*	-webkit-box-shadow: 0 2px 4px 0 #999;
		box-shadow: 0 2px 4px 0 #999; */
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}



.returnToProfile {
    text-align: center;
    margin: 3em;
}

.returnToProfile a,
.returnToProfile a:visited {
    color: #ddd;
}

.returnToProfile a:hover {
    color: #fff;
}
.pop-form{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.pop-form form{
    margin-bottom: 10px !important;
}
.pop-form form input{
    padding: 10px;
    font-size: 18px;
    font-weight: 400;
    color: rgb(140, 140, 140);
}
.pop-form form .popup-btn {

    margin-top: 15px;
    
}
.pop-form form .popup-btn:hover{
  
}
.pop-form form .name-field{
    padding: 0 !important;
    
}
.pop-form form .popup-btn a{
    width: 100%;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: rgb(67, 111, 0);
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    
    text-transform: uppercase;
}
.pop-form form .popup-btn a:hover{
    background-color: black;
    transition: .5s ease-in-out;
}
@media (max-width:767px) {
   
    .modalPopup{
        width: 90%;
    }
    .modalContent{
        padding: 10px !important;
        margin-top: 1px;
    }
    .modalContent h1{
        font-size: 20px;
    }
    .modalContent p{
        font-size: 12px;
        margin: 0.5em 0 0.8em;
    }
    .pop-form form input {
        padding: 8px;
        font-size: 12px;
    }
    .pop-form form .popup-btn{
        height: 45px;
    }

    .pop-form form .popup-btn a{
        font-size: 15px;
    }
    .contact-form-details form{
        margin-bottom: 10px !important;
    }
    .contact-info{
        margin: auto !important;
    }
    .social-links{
        margin: auto !important;
    }
    .history-1-banner{
        padding-bottom: 50px  !important;
        padding-top: 50px  !important;
}
}
/* popUp end */

/************** About us start****************/
 


.second_banner{
  background: linear-gradient(rgba(49, 33, 183, 0.85), rgba(49, 33, 183, 0.85));
    background-repeat: no-repeat;
        background-size: 100% 100%;
    
  
}
.history-2-banner{
    padding-left: 10px;
    padding-right: 10px;
}
.about_heading h2{
 font-size: 41px;
color: #fff;
font-weight: 400;
font-family: "roboto";
    text-align: left;
  text-transform: uppercase;
    
  
}
.about_heading p{
font-size: 14px;
line-height: 30px;
color: #ffffff !important;
font-weight: 400;
font-family: "Roboto"; 

    
}
.history_heading p {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff !important;
    font-weight: 400;
    font-family: "Roboto";
    padding-bottom: 10px;
}

.btn-read{
width: 194px;
height: 62px;
    background-color: #ecce93;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Kanit";
    font-weight: 600;
    padding: .375rem .75rem;
    padding-left: 20px
}

.btn-read:hover{

    background-color: #ecce9300;
    border: 2px solid #ecce93;
    color: #000000;

}
.about_img img {
    width: 100% ;

}
.history-1-banner{
    padding-top: 50px;
    padding-bottom: 50px;
}
.history_img{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.history_img img{
    width: 100%;
   height: 85%;
}
.about_heading{
      
       margin: 0;
}

    .leaf-img img {
        width: 100% !important;
        height: 300px !important;
        object-fit: contain !important ;
      
        /* border: 1px solid #000; */
    }
    .leaf-card-info{
        padding: 20px;
        border-left: 5px solid  #3121b7 !important;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        margin-bottom: 20px;
    }
    .leaf-btn a {
        background-color: #3121b7 !important;
        color: #fff !important;
    }
    .leaf-btn a:hover {
        background-color: #ffc331 !important;
        color: #fff !important;
    }
    /* #3121b7; */

@media (max-width:350px) {
.about_heading {
    width: 300px !important;
}
.about_heading h2{
    font-size: 34px;
}
}
.carousel-control-next-icon {
    background-image: url("..//image/testi-icon.png")}





/************** seond end****************/

/* ================== Quantity Count start =============== */
.quantity {
    display: flex;
    justify-content: center;
}
.rate{
    padding-left: 0px;
    padding-right: 80px;
}
.product-cart{
    padding-left: 40px;
}
@media (max-width:767px) {
.product-cart {
        padding-left: 0px;
    }
}
.quantity button {
    width: 40px !important;
    height: 45px !important;
    border: 1px solid rgb(189, 189, 189);
    color: #000;
    background: #fff;
    border-radius: 0;
}

.quantity input {
    width: 40px !important;
    height: 45px !important;
    border-top: 1px solid rgb(189, 189, 189)!important;
    border-bottom: 1px solid rgb(189, 189, 189) !important;
    border: none;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #000;
}

.disabled {
    color: rgb(209, 197, 197) !important;
    border: 1px solid rgb(209, 197, 197) !important;
}
/* ================== Quantity Count end =============== */
/************** services start****************/

.services_bg{
 background-color: #fff;
    background-repeat: no-repeat;
	background-size: 100% 100%;
    padding: 30px 0px 30px 0px;
}
.services{
    padding: 20px;   
}    

 .services h2{
    font-size: 41px;
line-height: 56px;
color: #242424;
font-weight: 400;
font-family: "roboto";
     text-align: center;
     text-transform: uppercase;
    
    
}   
 .text-bg img{
   width: 70%;
    padding: 20px 0px 20px 0px
     
}   
    
 .text-bg1{
    background-color: #ffffff;
    text-align: center;
    padding-top: 10px
}   
    

.text-bg{
    background-color: #f2f2f2;
    padding-left: 0px;
    text-align: center;
    padding: 10px
}

.text-bg1 h4{
 font-size: 22px;
line-height: 36px;
color: #1e1e1e;
font-weight: 500;
font-family: "roboto";
 
    margin-bottom: 0px;
    padding-top: 10px
}
.text-bg1 h1{
 font-size: 22px;
line-height: 36px;
color: #1e1e1e;
font-weight: 500;
font-family: "roboto";
 margin-bottom: 0px;
 margin-bottom: 0px;
    padding-top: 10px
}
.text-bg1 h5{
 font-size: 18px;
color: #1e1e1e;
font-weight: 500;
font-family: "roboto";
 margin-bottom: 10px;
 display: flex;
 justify-content:center;
 margin-bottom: 19px;
 margin-top: 10px;
}
.text-bg1 h5 .bar-price{
    width: 1.5px;
    height: 15px;
    background-color: rgb(162, 162, 162);
    margin-left: 15px;
}
.text-bg1 h5 .price-span{
    display: flex;
    align-items: center;
    margin-right: 15px;
    color: rgb(162, 162, 162);
}
.text-bg1 p{
font-size: 16px;
line-height: 23px;
color: #656565 !important;
font-weight: 400;
font-family: "Roboto";
text-align: left ;
margin-bottom: 0px;
padding: 10px;
padding-left: 0 !important;

   
}
.services2 img{
 width: 100%   
}

.btn-read1{
    display: flex;
    justify-content: center;
    align-items: center;
width: 156px;
height: 44px;
    background-color: #3121b7;
    border: 2px solid #cccccc;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-family: "roboto";
    font-weight: 600;
    padding: .375rem .75rem;
}

.services_bg .btn-read1{
    margin: 0 auto 10px;
}

.btn-read1:hover{
background-color: #ffc331;
    color: #fff !important;
    

}

@media (max-width:767px) {
    .services_bg{
        background-color: #fff;
           background-repeat: no-repeat;
           background-size: 100% 100%;
           padding: 10px 0px 10px 0px;
       }
}

@media (min-width: 768px) {
     .text-bg1{
        text-align: left;
    }

    .text-bg1 h5{
        justify-content:start;
    }

    .services_bg .btn-read1{
        margin: 0 0 10px;
    }
}
/************** services and****************/

/************** Recipes start****************/
.recipes-1-banner{
    padding-top: 50px;
    padding-bottom: 20px;
    
}
.recipes-block-1{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F7F7F7;
}
.recipes-block-2{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.recipes_img{
    margin: 30px 0;
}
.recipes-1 h3{
    font-size: 36px;
    font-family: "Roboto";
    font-weight: 400;
}
.recipes-2{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.recipes-2 h3{
    font-size: 36px;
    font-family: "Roboto";
    font-weight: 400;
}
.recipes-info{
    padding-bottom: 30px;
}
.recipes-info h6{
    font-weight: 500;
    font-family: "Roboto";
}
.recipe-description-2{
    font-family: "Roboto";
    color: #656565;
}
.recipes_img img{
    width: 100%;
}
.nutrition-recipes h4{
    font-size: 17px;
    font-family: "Roboto";
    font-weight: bold;
}
.nutrition-details .nutrition-list{
    display: flex;
    align-items: center;
    justify-content: space-around;
    
    border-radius: 8px;
    
}
.list-up{
    background-color: #F7F7F7;
}
.list-down{
    background-color: #fff;
}

.nutrition-details .nutrition-list .nutrition-list-items{
display: flex;
justify-content: space-evenly;
align-items: center;
flex-direction: column;
padding: 10px 0;
color: #789372;
text-align: center !important;
}
.nutrition-head{
    font-weight: 700;
}
.recipe-ingredient{
    color: #656565;
    padding-left: 15px;
    text-transform: uppercase;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 15px;
}
.first-banner-details h6{
    font-size: 17px;
    font-family: "Roboto";
    font-weight: 500;
}
.recipes-details{
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.recipe-description{
    font-size: 17px;
    font-family: "Roboto";
    font-weight: 400;
    color: #656565;
    padding-left: 10px;
}
.make{
    padding-top: 30px;
    padding-bottom: 20px;
}
.recipes-2-banner{
    background-image: url("../image/recipes-2-bg.png") !important;
    padding-top: 50px;
    padding-bottom: 50px;
}
.recipes-3-banner{
    padding-top: 50px;
    padding-bottom: 5px;
    background-color: #F7F7F7;
}
.recipes-3-banner .order-2{
    padding-left: 0 !important;
}
.recipes-5-banner{
    padding-top: 5px;
    padding-bottom: 0px;
    background-color: #F7F7F7;
}
.recipe-2-sec{
    padding-left: 0 !important;
    padding-bottom: 30px;
}
@media (max-width: 767px) {
    .recipes-1-banner{
        padding-left: 10px;
        padding-right: 10px;
    }
    .recipes-2-banner{
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 50px;
    }
    .recipes-3-banner{
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        
    }
    .recipes-1 h3{
        font-size: 32px;
    }
    .recipe-2-sec{
        padding-left: 0 !important;
        padding-bottom: 20px;
    }
    .nutrition-details .nutrition-list .nutrition-list-items{padding: 10px;}
    .nutrition-details .nutrition-list{
        flex-wrap: wrap;
    }
    .recipe-ingredient{
        font-size: 11px;
    }
    .recipes-block-1{
        margin-bottom: 30px;
    }
    .recipes-block-2 {
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .recipes-5-banner{
        padding-left: 10px;
        padding-right: 10px;
        
    }
    .recipes-2 h3{
        font-size: 32px;
    }
}
/**************Recipes end****************/

/************** testimonial start****************/

testimonial_bg{
 background-color: #fff;
    background-repeat: no-repeat;
	background-size: 100% 100%;
    padding: 30px 0px 30px 0px;
    text-align: center
}


.test h2{
 font-size: 41px;
line-height: 36px;
color: #1e1e1e;
font-weight: 400;
font-family: "roboto";
    text-align: center;
     text-transform: uppercase;
    margin-bottom: 0px;
    padding-top: 10px;
    margin-top: 30px;
}

.border {
    border: 5px solid #3121b7!important;
    padding: 40px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    justify-content: center
}




.border h2{
    font-size: 24px;
line-height: 36px;
color: #000000;
font-weight: 700;
font-family: "Roboto";
    text-align: center;
     text-transform: uppercase;
    margin-bottom: 0px;
    color: #656565;
}
 
.border span{
  font-size: 18px;
color: #7f9177;
font-weight: 400;
font-family: "Roboto";
 
    
    
}


.border p{
     font-size: 16px;
color: #737373;
font-weight: 400;
font-family: "roboto";
    padding-top: 20px;
   
    
}
.testi-img img{
    width: 100%;
}
.carousel-control-prev {
    left: -12%;
   width: 6%;
    height: 11%;
    background-color: #3121b7;
    top: 40%;
}


.carousel-control-next {
    left: 105%;
  width: 6%;
    height: 11%;
    background-color: #3121b7;
    top: 40%;
}








/******** testimonial and********/




/*********** gallery_bg navbar************/

.gallery_bg{
    
  background-color: #f2f2f2;
    background-repeat: no-repeat;
	background-size: 100% 100%;
    padding: 30px 5px 75px 5px;   
}
.one-img{
    margin-bottom: 25px;
}
.one-img img{
  
    height: 100%;
}
.two img{
  width: 100% ;
 
}
.two a{
    color: #fff
}

.gallery h2{
   font-size: 41px;
line-height: 36px;
color: #000;
font-weight: 400;
font-family: "roboto";
    text-align: center;
     text-transform: uppercase;
margin-bottom: 50px;
    margin-top: 30px;
}
@media (min-width: 410px) and (max-width: 767px) {
.one-img{
    margin-bottom: 15px;
}
.two {
margin-bottom: 15px;
}

}
@media (max-width:767px) {
    .one-img img{
        padding-left: 20px !important;
        padding-right: 20px !important; 
    }
    .border{
        margin-top: 20px !important;
    }
    .two img{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .test h2{
        font-size: 30px;
    }
    .close-btn{
        margin-top: 25px;
    }
    .gallery h2 {
        font-size: 30px ;
    }
}
@media (max-width:410px) {
    .one-img img {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
         .one-img{
             margin-bottom: 10px;
         }
    .two{
        margin-bottom: 0px;
    }
}




/************** home end****************/

/************** about us start****************/
.first-banner-details h2, p{
    color: #000 !important;
    font-family: "roboto";
    text-align: left;
}
.first-banner-details h2{
    color: #242424;
    font-family: "roboto";
    line-height: 28px;
    
}

.first-banner-details p{
    color: #656565 !important;
}
.story{
    padding-left: 30px;
}
.about-banner-btn{
    margin-top: 30px;
}
.main-about{
    padding-top: 50px;
    padding-bottom: 50px;
}
.about-banner-btn a{
    text-align: center;
    text-decoration: none;
    background-color: #789372;
    color: #fff;
    padding: 10px 35px;
    border-radius: 20px;
    transition: .5s ease-in-out;
}
.about-banner-btn a:hover{
    background-color: transparent;
    border: 1px solid #789372;
    color: #789372;
   
}
.second-banner-2{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #F2F4EF;
}
.order-1 {
    order: 2;
}

.order-2 {
    order: 1;
    padding-right: 20px !important;
}
.history_img-2 img{
    width: 100%;
}

@media (max-width:767px) {
    .second-banner-2{
        padding-top: 30px;
        padding-bottom: 30px;
        
    }
    .main-about{
        padding-top: 30px;
        padding-bottom: 10px;
    }
     .order-1 {
        order: 1;
    }
    .story{
        padding-left: 20px;
    }
    .first-banner-details h2{
       font-size: 25px;
       padding-top: 10px;
       padding-bottom: 10px;
       margin-bottom: 0;
    }
 
    .order-2 {
        order: 2;
        padding-right: 0px !important;
    }
    .services h2{
        font-size: 30px;
    }
    .history_heading{
        padding-left:0px !important ;
        padding-right: 0px !important;
    }
    .history_img{
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 20px;
    }
    .history_img-2 {
        padding-left: 0px !important;
        padding-right: 0 !important;
        padding-bottom: 20px;
    }
    
    .history_img img{
            height: 100%
        }
    .history-1-banner {
        padding-left: 10px;
        padding-right: 10px;
    }
    
}
/************** about us end***************/
/************** Contact us start***************/
iframe{
    width: 100%;
    height: 100%;
}
.contact-title h3{
    text-transform: uppercase;
    font-family: 'Roboto',
    sans-serif;
}
.contact-title .bar {
    padding-top: 10px;
}
.contact-p1{
    width: 70%;
    padding-top: 20px;
}
.follow-icon{
    display: flex;
    align-items: center;
    padding-top: 15px;
}
.contact{
    margin-bottom: 30px;
}
.contact-banner{
    margin: 50px 0 50px 0;
    
}
.contact-details{
    padding: 50px 0 50px 40px;
}
.contact-main{
    background-color: #F7F7F7;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.map{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.follow-icon .icon1 i{
    transform: rotate(90deg);
    padding: 15px;
    border-radius: 50%;
    border: 1px solid #CDD0D1;
    font-size: 20px;
}
.follow-icon .icon2 i {
   font-size: 23px;
    padding: 15px;
    border-radius: 50%;
    border: 1px solid #CDD0D1;
}

.follow-icon .data{
    font-size: 15px;
    font-weight: 700;
    padding-left: 30px;
}
.contact-socail ul{
    padding-top: 25px;
}

.contact-socail ul li:not(:first-child){
    
    padding-left: 10px;
}
.contact-form-details{
    padding-left: 0px !important;
    padding-right: 0 !important;
}
.contact-form-details form{
    margin-bottom: 40px;
    font-family: 'Roboto',
    sans-serif;
}
.contact-form-details form .form-mail{
    display: flex;
   flex-wrap: wrap;
}
.contact-form-details form .name-field, .email-field{
    display: flex;
    flex-direction: column;
    
}
.contact-form-details form .name-field{
    padding-left: 0px !important;
    padding-bottom: 15px;
}
.contact-form-details form .email-field{
    padding-right: 0 !important;
    padding-bottom: 15px;
}
.contact-form-details form .name-field input{
padding: 10px;

}
.contact-form-details form 
.email-field input{
padding: 10px;

}
.contact-form-details form input{
    border:1px solid #f6f7f8;
    box-shadow: -5px 6px 28px -15px rgba(222,193,193,0.75);
-webkit-box-shadow: -5px 6px 28px -15px rgba(222,193,193,0.75);
-moz-box-shadow: -5px 6px 28px -15px rgba(222,193,193,0.75);
}
.contact-form-details form input:focus{
    box-shadow: -5px 6px 28px -15px rgba(161,114,114,0.75);
-webkit-box-shadow: -5px 6px 28px -15px rgba(161,114,114,0.75);
-moz-box-shadow: -5px 6px 28px -15px rgba(161,114,114,0.75);
transition: .5s ease-in-out;
}
.textarea{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.textarea textarea{
    width: 100%;
    border:1px solid #f6f7f8;
    padding: 10px;
    box-shadow: -5px 6px 28px -15px rgba(222,193,193,0.75);
    -webkit-box-shadow: -5px 6px 28px -15px rgba(222,193,193,0.75);
    -moz-box-shadow: -5px 6px 28px -15px rgba(222,193,193,0.75);
}
.textarea textarea:focus{
    box-shadow: -5px 6px 28px -15px rgba(161,114,114,0.75);
    -webkit-box-shadow: -5px 6px 28px -15px rgba(161,114,114,0.75);
    -moz-box-shadow: -5px 6px 28px -15px rgba(161,114,114,0.75);
    transition: .5s ease-in-out;
}
.contact-form-details form label{
    font-size: 16px ;
    font-weight:500;
}
.contact-f-btn{
    margin-top: 30px;
    text-align: center;
    margin-bottom:30px ;
}
.contact-f-btn a{
text-align: center;
text-decoration: none;
background-color: #789372;
color: #fff;
padding: 14px 50px;
border-radius: 30px;
text-transform: uppercase;
margin: auto;
font-weight: 600;
}
.contact-f-btn a:hover {
    background-color: transparent;
    border: 2px solid #789372;
    color: #789372;
    transition: .5s ease-in-out;
}
@media (max-width:767px) {
    .contact-details {
        padding: 15px;
    }
    .contact-form-details, .textarea, .name-field,
    .email-field{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .contact-form-details form .name-field{
        padding-bottom: 14px;
    }
    .contact-form-details form .email-field{
       padding-bottom: 14px;
    }
    iframe{
        height: 300px !important;
    }
    .map{
      margin-right: 7px;
      margin-left: 7px;
     
    }

    .contact-p1 {
        width: 100%;
        padding-top: 20px;
    }
    .contact-title h3{
        font-size: 22px;
    }
    .top_header_bg4{
        padding: 35px 0 35px 0 !important;
    }
    .contact{
        margin-bottom: 10px !important;
    }
    .contact-main{
        margin-left: 7px;
        margin-right: 10px;
    }
}
/************** Contact us end***************/
/************** Login section start****************/
.login-section{
    background-image: url(../image/login-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 !important;
}
.login {
    padding: 70px 0;
}

.login-info{
    max-width: 667px;
    width: 100%;
    
    background: url(../image/login-form-bg.png);
    background-size: inherit;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    border-radius: 10px;
}

.login-title-details{
    width: 100%;
    background-color: #fff ;
    opacity: 1 !important;
   text-align: center;
   border-radius: 10px;
   margin-bottom: 30px;
}
.login-img{
    padding-top: 70px;
    padding-bottom: 50px;
}
.login-title h4{
    text-transform: uppercase;
    color: #789372;
    padding-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
}
.login-form form{
display: flex;
justify-content: center;
flex-direction: column;
max-width: 400px;
width: 100%;
margin: auto;
padding-bottom: 50px;
}

 form .input_field{
    width: 100% !important;
    padding: 13px !important;
    margin-bottom: 20px !important;
    border-radius: 30px !important;
    border: 2px solid #789372 !important;
}
 form input::placeholder{
     font-size: 14px;
    font-weight: 400 !important;
}
 form .input-description{
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin: -12px 5px 10px 5px !important;
    
}
 form .input-description .remember-password {
    text-decoration: none !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    
    color: #000 !important;
    display: flex !important;
    align-items: center !important;
}
 form .input-description .remember-password label{
   margin-bottom: 0 !important;
   margin-left: 7px !important;
}
form .input-description .forget-password a{
    text-decoration: none !important; 
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #789372 !important;
}
@media (max-width:767px) {
    .login-title h4{
        font-size: 18px;
        padding-bottom: 19px;
        padding-top: 10px;
    }
 form .input-description .forget-password a {
        
        font-size: 13px;
    }
        .login .login-detail .login-info .login-form form .input-description .remember-password a {
       
        font-size: 13px;
    }
    .login-form form input{
        padding: 7px 12px !important;
    }
    form input::placeholder{
        font-size: 12px;
       font-weight: 400 !important;
   }
    .login-img{
        padding-top: 17px;
        padding-bottom: 15px;
    }
    .login-img img{
        width: 150px;
       
    }
    .login-btn{
        padding-top: 25px !important;
    }
    .login-form {
        margin: 5px;
    }
    .login-form form{
        padding-bottom: 30px;
    }
}
.login-btn{
    padding-top: 50px;
    margin: auto;
}
.signin-btn{
    padding-top: 20px;
    margin: auto;
}
.signin-btn a {
    text-align: center;
    text-decoration: none;
    background-color: #789372;
    color: #fff;
    padding: 14px 50px;
    border-radius: 30px;
    font-weight: bold;
}
.signin-btn a:hover{
    background-color: transparent;
    border: 2px solid #789372;
    color: #789372;
    transition: .5s ease-in-out;
}
.login-btn a{
    text-align: center;
    text-decoration: none;
    background-color: #789372;
    color: #fff;
    padding: 12px 40px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
}
.login-btn a:hover {
    background-color: transparent;
    border: 2px solid #789372;
    color: #789372;
    transition: .5s ease-in-out;
}
.need-account{
    padding-top: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 14px !important;
}
.need-account a{
    color: #789372;
    font-size: 14px !important;
    font-weight: 700;
    text-decoration: none;
}
.need-account  strong{
    color: #789372 !important;
}
@media (max-width-767px) {
    .login-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .login-info {
        max-width: 100%;
    }
    
    .login-form form {
       max-width: 100%;
        
    }
    
}
/************** Login section end****************/


/************** Product_detail_page start****************/
.note h1{
  font-size: 24px;
    color: #242424;
    font-weight: 400;
    font-family: "roboto";
    text-transform: uppercase;
    
}
.note p{
  font-size: 16px;
    color: #656565 !important;
    font-weight: 400;
    font-family: "Roboto";
    
}




.top_header_bg4{
 background-color: #f7f7f7;
    padding: 70px 0px 70px 0px;
   
}
.fa-star:before {
    content: "\f005";
    padding-right: 7px;
    color: #ffc331;
}
.second_bg1{
    padding-top: 30px;
      padding-bottom: 10px;
}
.second_bg1 .row-bar{
    border-top: 1px solid #EBEBEB;
    margin-top: 50px !important;
    margin-left: -30px;
}
.second_bg1 .preparation{
display: flex;
align-items: center;
}
.second_bg1 .preparation sub{
    font-weight: bold;
    text-transform: capitalize;
    margin-left: 10px;
}
.second_bg1 .preparation .pre-dropdown{
    margin-left: 10px;
}
.second_bg1 .pre-box{
    width: 385px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width:767px) {
    .second_bg1 .pre-box{
        width: 100%;
    }
    .second_bg1 .row-bar {
        margin-top: 10px !important;
        margin-left: 0;
    }
}
.second_bg1 .pre-box .pre-box-details{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 20px; 
}
.second_bg1 .pre-box .pre-box-details .tsp{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.pre-box .pre-box-details .tsp h6{
    color: rgb(101, 101, 101);
    font-size: 24px;
    padding-top: 10px;
    padding-left: 10px;
    font-weight: 400;
}
.steeping .steeping-title .title{
    font-size: 26px;
    font-weight: 500;
    color: #000 !important;
}
.steeping .steeping-description ul{
    padding-left: 0;
}
.steeping .steeping-description ul li {
 font-size: 18px;
font-weight: 500;
font-family: "roboto";
color: rgb(101, 101, 101);
}
.caffein .caffein-title .title {
    font-size: 26px;
    font-weight: 500;
    color: #000 !important;
}
.caffein .caffein-description {
    width: 310px;
   
}
.caffein .caffein-description .caffein-bar{
    display: flex;
    align-items: center;
}
.caffein .caffein-description .caffein-bar .caffein-bar-1{
    width: 60%;
    height: 7px;
    background-color: rgb(67, 111, 0);
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.caffein .caffein-description .caffein-bar .caffein-bar-2 {
    width: 60%;
    height: 7px;
    background-color: rgb(221, 221, 221);
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.caffein .caffein-description ul {
    display: flex;
    padding-left: 0;
    padding-top: 5px;

}
.caffein .caffein-description ul li{
    padding-right: 20px;
    font-size: 14px;
    font-family: "roboto";
    font-weight: 500;
    color: rgb(101, 101, 101);
}
.ingredient-description ul{
    padding-left: 0;
    padding-right: 50px;
    font-size: 18px;
    font-weight: 500;
    font-family: "roboto";
    color: rgb(101, 101, 101);
}
.ingredient-description{
    display: flex;
}
@media (max-width:767px) {
.ingredient-description{
    flex-direction: column;
}
.caffein .caffein-description ul li{
    font-weight: 400;
}
.ingredient-description ul{
    font-weight: 400;
}
.caffein .caffein-description{
width: 100%;
}
.steeping .steeping-description ul li{
    font-weight: 400;
}
.second_bg1{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
}
.rate h4{
    font-size: 30px;
    font-family: "roboto"
}

.cart{
    background-color: #f7f7f7;
    padding: 30px
}
.cart p{
    font-size: 16px !important;
    color: #656565 !important;
    font-family: "Roboto";
    font-weight: 500 !important;
}
.btn_qty input{
    width: 50px;
    height: 50px;
    text-align: center;
}
.btn_qty {
    padding-left: 100px;
    margin-top: 0px
}
.main_heading h1{

    font-size: 45px;
      color: #000000 !important;
      font-weight: 400;
      font-family: "roboto";
        line-height: 27px;
      text-align: center;
      text-transform: uppercase;
      margin: 0px 0 30px;
  
  }
@media (max-width:767px) {
    .main_heading h1 {
        font-size: 30px;
    }
    .logo-text {
            padding-right: 0px !important;
     }
}
.logo-text p{
  font-size: 14px;
    color: #fff !important;
    font-weight: 400;
    font-family: "roboto";
   
    line-height: 27px
}
.Reviews h5{
    float: right
}
.shopping_cart_main .table td {
    /* padding-left: 0px !important; */
    padding-bottom: 0px !important;
    border: none !important;
    /* padding-top: 0px !important; */
}
.shopping_cart_main .btn_qty {
    display: flex;
    margin-top: 20px;
}
.btn_qty button {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #fff;
    border: none;
    border: 1px solid #e4e4e4;
}

.edit_profile a, li, em, button, input, textarea, select {
    text-decoration: none;
    list-style: inherit;
    font-style: normal;
    outline: none !important;
    transition: 0.5s;
    resize: none;
}

.shopping_cart_main .btn_qty input, .shopping_cart_main .btn_qty button {
    width: 20px;
    height: 35px;
    text-align: center;
    margin-top: 20px;
    background: transparent !important;
    border: none;
    border: 1px solid #e4e4e4;
}



/* payment summery styling start */
.payment-summery {
    background-color: #fff;
}

.payment-summery-area {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
    margin-bottom: 50px;
    background-color: #fff !important;
}

@media (max-width:767px) {
    .payment-summery-area {
        flex-direction: column;
        margin-top: 20px;
    }

    .payment-method-form {
        max-width: 100%;
        margin-top: 0px;
    }
}

.payment-summery-area .payment-method-form {

    width: 25%;
    padding: 20px 18px;
    background-color: #F5F5F5;
    margin-top: 40px;
    margin-bottom: 20px;
-webkit-box-shadow: 2px 2px 10px 6px rgba(232, 232, 232, 1);
-moz-box-shadow: 2px 2px 10px 6px rgba(232, 232, 232, 1);
box-shadow: 2px 2px 10px 6px rgba(232, 232, 232, 1);
}

@media (max-width:767px) {
    .payment-summery-area .payment-method-form {
        width: 100%;
    }
}

.payment-summery-area .payment-method-form .billing-description .title {
    color: #000;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 0 !important;
    font-style: normal;
    letter-spacing: normal;
    line-height: 26px;
    text-align: left;
    padding-bottom: 10px;
}

.bar {
    width: 100%;
    height: 3px;
    display: flex;

}

.bar1 {
    width: 20%;
    height: 3px;
    background-color: rgb(67, 111, 0);
}

.bar2 {
    width: 80%;
    height: 3px;
    background-color: rgb(209, 209, 209);
}

.product-items {
    display: flex;
    justify-content: space-between;
    padding-top: 17px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.items-total {
    text-transform: none !important;
}

.total-items {
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(209, 209, 209);
}

.shiping-details {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 15px;
}

.shiping-details select {
    width: 100%;
    padding: 10px;
    font-size: 14px !important;
    border: none;
    color: #B2B3CE;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 10px;
}

.shiping-details select option {
    font-size: 14px;
    font-weight: 400;
    color: rgb(146, 146, 146);
}

.promo {
    padding-top: 15px;
}

.promo .promo-title {
    font-size: 18px;
    font-weight: 500;
}

.promo .promo-form {
    padding-top: 10px;

}

@media (max-width:767px) {
    .promo .promo-form {
        max-width: 100%;
    }
}

.promo .promo-form input {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: rgb(146, 146, 146);
}
.promo-form input::placeholder{
    color: #B2B3CE;
}

.promo .promo-btn {
    padding-top: 15px;
}

.promo .promo-btn button {
    padding: 8px 30px;
    background-color: rgb(174, 200, 165);
    border: none;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.promo .promo-btn button:hover{
    background-color: transparent;
    border: 1px solid rgb(174, 200, 165);
    transition: .5s ease-in-out;
}

.billing-btn {
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

button{
    cursor:  pointer !important;
}

.billing-btn button {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 30px;
    background-color: rgb(67, 111, 0);
    border: none;
    border-radius: 5px;
    width: 100%;
}
.billing-btn button:hover{
    background-color: transparent;
    color: rgb(67, 111, 0);
    border: 1px solid rgb(67, 111, 0);
    transition: .5s ease-in-out;
    
}

.billing-btn button:focus {
    outline: none;
}

.quantity {
    display: flex;
    justify-content: center;
}

.quantity button {
    width: 40px;
    height: 40px;
    border: 1px solid #E4E4E4;
    color: #455460;
    background: #F4F8EE;
    border-radius: 0;
    font-weight: 600;
    font-size: 20px;
}

@media (max-width:767px) {
    .quantity button {
        width: 30px !important;
        height: 30px !important;

    }

    .quantity input {
        width: 30px !important;
        height: 30px !important;
        font-size: 14px !important;
        font-weight: 700 !important;
    }
}

.quantity input {
    width: 40px;
    height: 40px;
    border-top: 1px solid #E4E4E4 !important;
    border-bottom: 1px solid #E4E4E4 !important;
    border: none;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #B2B3CE;
}

.disabled {
    color: rgb(209, 197, 197) !important;
    border: 1px solid rgb(209, 197, 197) !important;
}
.product-price{
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.shoping-cart-details {
    width: 75%;
    padding-right: 5px;
    flex-grow: 1;
    padding: 15px;
}

@media (max-width:767px) {
    .shoping-cart-details {
        width: 100%;
        padding-right: 0;
    }
}

.shoping-cart-details .title {
    display: flex;
    justify-content: space-between;
}

.shoping-cart-details .title p {
    color: #000;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Roboto',
        sans-serif !important;
    margin-bottom: 0 !important;
    font-style: normal;
    letter-spacing: normal;
    line-height: 41px;
    text-align: center;
    text-transform:capitalize !important;
}

.shoping-cart-details .bar {

    width: 100%;
    height: 3px;
    background-color: #e6e6e6;
    margin-bottom: 10px;
}

@media (max-width:767px) {
    .shoping-cart-details .title p {
        font-size: 16px !important;
    }


}

/* table styling start */
table {

    width: 100%;
}



table td:not(:last-child) {
    padding-right: 35px;
}

@media (max-width:767px) {
    table td {
        padding-top: 10px !important;
        padding-right: 5px !important;
        font-size: 12px !important;
    }
}

table tbody .last-items td {
    padding-bottom: 20px;
}

table tbody tr{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

table tbody tr td {
    padding-top: 20px;
    color: #5c7c85;

    font-size: 15px;
    margin-bottom: 0 !important;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.table-btn {
    padding: 20px 0 20px 30px;

}

.table-btn button {
    padding: 5px 10px;
    border: 1px solid #000;
    background: transparent;
    color: rgb(80, 65, 30);
    font-weight: 400;
    font-size: 19px;
}
.table-btn button:hover{
    background-color:rgb(80, 65, 30) ;
    color: white;
    transition: .5s ease-in-out;
    border: none;
}
@media (max-width:767px) {
    .table-btn {
        padding: 10px 0 10px 10px;
    }

    .table-btn button {
        font-size: 13px;
    }

}


/*@media (max-width:450px) {
    table tbody tr td {
          position: absolute;
    right: 17% !important;
    top: 26% !important;
    }
}*/

/*@media (max:992px) {
    table tbody tr td {
        font-size: 12px !important;
            top: 30% !important;
    }
}
@media (min-width:767px) and (max-width:992px){
     .container button{
    position:absolute;
       right: 10% !important;
  }
}

}

@media (max-width:767px){
     .container button{
    position:absolute;
       right: 12%;
           top: 24% !important;
  }
}*/



@media (max-width:400px) {
    table tbody tr td {
        font-size: 10px !important;
    }
}





table thead tr th {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0 !important;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-transform: capitalize !important;
    text-align: left !important;
}

@media (max-width:767px) {
    table thead tr th {
        font-size: 10px !important;
        text-align: center !important;
    }
}

.td-details {
    display: flex;
    align-items: center;
}

.td-details .product-img {
    max-width: 110px;
    width: 100%;
}

.td-details .product-img img {
    width: 100%;
}

.product-description {
    padding-left: 20px;
}

.product-description .product-title {
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #000;
}

.product-description .description {
    font-size: 18px;

}

@media (max-width:767px) {
    .product-description {
        padding-left: 10px;
    }

    .product-description .product-title {
        font-size: 14px;
        padding-bottom: 5px;
    }

    .product-description .description {
        font-size: 12px;

    }
}

table tbody .count {
    margin-top: 20px;
    border-top: 3px solid #e6e6e6;
    border-bottom: 3px solid #e6e6e6;
}

table tbody .count td {
    padding-top: 10px !important;
    padding-bottom: 10px;
    color: #5c7c85;

    font-size: 18px;
    font-style: normal;
    letter-spacing: normal;
}

/* table styling end */
/* payment summery styling end */

/************** fotter start****************/


.footer_bg{
     background: #1e1e1e;
    background-repeat: no-repeat;
	background-size: 100% 100%; 
     padding:80px 0px 70px 0px;

}  
.logo-text{
    padding-right: 40px;
}
.logo-text h3{
  font-size: 24px;
    color: #fff;
    font-weight: 700;
    font-family: "Roboto";
    line-height: 27px;
    margin-bottom: 0 !important;
    padding-bottom: 20px !important;
}



.logo-text p{
  font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-family: "roboto";
 
    line-height: 27px
}

.links1 h3{
  font-size: 24px;
    color: #fff;
    font-weight: 700;
    font-family: "Roboto";
    line-height: 27px;
    padding: 16px 0 10px 0;
   
}



.links1 ul li {
    list-style-type:none;
        padding-bottom: 10px;
}
.links1 ul li:hover {
    margin-left: 5px;
    transition:0.5s
}


.links1 ul li a {
    color: #ffffff;
     text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    font-family: "Roboto";


    
}

.links2 ul{
    padding:0px 
}


.links2 ul li {
    list-style-type:none;
        padding-bottom: 10px;
     text-decoration: none
}
.links2 ul li:hover {
    margin-left: 5px;
    transition:0.5s
}


.links2 ul li a {
    color: #ffffff;
     text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    font-family: "Roboto";

}

.connect h3{
 font-size: 24px;
    color: #fff;
    font-weight: 700;
    font-family: "Roboto";
    line-height: 27px;
    margin-bottom: 0 !important;
    padding: 16px 0 10px 0;
}
.connect h5{
 font-size: 14px;
    color: #fff;
    font-weight: 700;
    font-family: "Roboto";
    line-height: 27px;
  
    color: #fff
}

.connect a{
   font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-family: "Roboto";
    padding-right: 10px;
    text-decoration: none;
    
}

.connect ul{
    padding-left: 0px
}

.connect ul li a{
    list-style-type:none;
        
    
}

.connect ul li a img{
    padding-right: 0px;
 width: 50px;
}

.connect ul li{
   padding: 0px;
   
  
}
.connect ul li a{
    color: #fff;
   
    
        
    
}






.ft-2{
    background-color: black;
    padding: 20px;
}
.one h2{
  font-family: roboto;
    font-weight: 400;
    color: #fff; 
    font-size: 14px;
    padding-top: 0px; 
    margin: 0px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.two h2{
  font-family: roboto;
    font-weight: 400;
    color: #fff; 
    font-size: 14px;
    padding-top: 0px;  
    text-align: end;
    margin: 0px;
    padding-left: 0 !important;
        padding-right: 0 !important;
}
.two li{
    list-style-type: none;
    float: right;
    padding-left: 4px;
    
}
.two li a{
    color: #ffffff;
    text-decoration: none
    
}
@media (max-width:767px) {
    .footer_bg {
        padding: 40px 0 30px 0;
        background-size: cover !important;   
    }
    .one-img{
        padding-left: 0 !important;
        padding-right: 0 !important;
       
    }
         .one {
             padding-left: 0 !important;
             padding-right: 0 !important;
             margin-bottom: 4px;
         }
    .two{
        padding-left: 0 !important;
        padding-right: 0 !important; 
    }
    .one h2{
        text-align: center;
        font-size: 12px;
    }
    .two h2{
        font-size: 12px;
        text-align: center !important;
    }
    .social-links{
        padding-right: 20px;
    }
        .connect h5{
            padding-top: 0;
        }
}

.social ul li{
    list-style-type: none;
}
.social ul {
    display: flex;
    padding-left: 0 !important;
    
}
.social {
    display: flex;
}
.social-links{
    margin-right: 10px;
    z-index: 1;
}
.social-links ul{
    display: flex;
    justify-content: center;
    padding-left: 0 !important;
}
/* search popup */
 .openBtn {
     background: transparent;
     border: none;
     padding: 10px 0px;
     font-size: 20px;
     cursor: pointer;
 }

 .overlay {
     height: 100%;
     width: 100%;
     display: none;
     position: fixed;
     z-index: 1;
     top: 0;
     left: 0;
     background-color: rgb(0, 0, 0);
     background-color: rgba(0, 0, 0, 0.9);
 }

 .overlay-content {
     position: relative;
     top: 46%;
     width: 80%;
     text-align: center;
     margin-top: 30px;
     margin: auto;
 }

 .overlay .closebtn {
     position: absolute;
     top: 20px;
     right: 45px;
     font-size: 60px;
     cursor: pointer;
     color: white;
 }

 .overlay .closebtn:hover {
     color: #ccc;
 }

 .overlay input[type="text"] {
     padding: 15px;
     font-size: 17px;
     border: none;
     float: left;
     width: 80%;
     background: white;
 }

 .overlay input[type="text"]:hover {
     background: #f1f1f1;
 }

 .overlay button {
     float: left;
     width: 20%;
     padding: 15px;
     background: #ddd;
     font-size: 17px;
     border: none;
     cursor: pointer;
 }

 .overlay button:hover {
     background: #bbb;
 }
/* search pop */

.social-links ul li{
    list-style-type: none;
    float: left;
    padding-top: 20px;
    padding-left: 15px
}
.social-links ul li i{
    font-size: 24px;
}
.social-links ul li a{
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}
.social-links ul li a .search{
    width: 27px;

}

.social-links ul li a .cart-icon{
    width: 35px ;
}








/************** fotter end****************/

 .about_img img {
  
 }
 

/*Media Queries*/	
	
@media (min-width: 992px) and (max-width: 1199px) {
    .recipes-1-banner{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .first_heading h1 {
      padding-top: 160px;
    }
    .rate {
        padding-left: 0px;
        padding-right: 75px;
    }
    .btn-PRODUCT{
        margin-bottom: 110px;
    }
.first_heading p {
    font-size: 14px;
    }
.about_heading p {
    font-size: 14px;
    }
   
.links1 ul{
        padding: 0px;
    }    
 .links1 h3 {
     font-size: 23px;}   
 .connect ul{
        padding: 0px;
    }       
 .connect ul li a img {
     padding-right: 2px;}
    
     .navbar-nav{
         font-size: 17px;
     }
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 14px;
    padding-left: 14px;}  
  .btn_qty {
    padding-left: 48px;
}  
.history_img img{
    width: 100%;
    height: 100%;
}
.second-banner-2{
    padding-top: 60px;
    padding-bottom:60px;
    
}
    
    
}
@media (min-width: 768px) and (max-width: 991px) {
    .recipes-1-banner{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contact-form-details form .email-field{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .contact-form-details form .name-field{
        padding-right: 0 !important;
    }
    .history-1-banner{
        padding-bottom: 40px;
    }
    .history_img img {
        height: 100% !important;
        object-fit: cover;
    }
    .first_heading h1 {
        padding-top: 100px;
    }
    .btn-PRODUCT{
        margin-bottom: 100px;
    }
    .history_heading p {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .note{
        padding-top: 30px
    }
    .none {
            display: none !important;
    }
    .btn_qty {
    padding-left: 299px;
    margin-top: 0px;
}

  .navbar-brand img {
    padding-left: 0 !important;
}  
.contact-info{
    
    justify-content: center !important;
}
.second-banner-2{
    padding-top: 60px;
    padding-bottom:60px;
    
}
    
 .navbar-nav {
    margin-left: 0px;
}   
 
 .about_heading p {
    font-size: 14px;
    }
 
.first_heading p {
    font-size: 21px;
    }
    .carousel-control-next img{
        width: 100%;
        object-fit: cover;
    }
.carousel-control-next {
    left: 100%;
      width: 35px;
    height: 35px;
    top: 45%;
    }
 .border p {
    font-size: 14px;
    }
.carousel-control-prev {
    left: -5%;
    width: 35px;
    height: 35px;
    background-color: #3121b7;
    top: 45%;
}    
.connect ul li a img {
    padding-right: 0px;
    width: 40px;
}
  .connect ul{
        padding: 0px;
    }
     .links1 ul{
        padding: 0px;
    }   
 .two img {
    width: 100%;
    padding-bottom: 10px;
}   
        .logo-text p{
            line-height: 20px !important;
        }
.payment-summery-area .payment-method-form .billing-description .title{
    font-size: 21px;
}
}    

@media (min-width: 576px) and (max-width: 767px) {
    
    .recipes-1-banner{
        padding-top: 50px;
        padding-bottom: 20px;
    }
         .history_heading p {
             padding-bottom: 0 !important;
             margin-bottom: 0 !important;
         }
      .note{
        padding-top: 30px
    }
    .first_heading h1 {
        padding-top: 100px;
    }
        .none {
            display: none !important;
        }
     .top-logo {
        justify-content: center !important;
        }

 .first_heading p {
    font-size: 15px;
    }
.text-bg {
    margin-top: 10px;
}
.border p {
    font-size: 10px;
    }
.carousel-control-next {
    left: 100%;
    width: 5%;
    height: 10%;
    background-color: #c0aa83;
    top: 45%;
}    
.carousel-control-prev {
    left: -5%;
    width: 5%;
    height: 10%;
    background-color: #c0aa83;
    top: 45%;
}    
.services {
    padding: 0px;
}    
  .connect ul{
        padding: 0px;
    }
     .links1 ul{
        padding: 0px;
    } 
 .two h2 {
    text-align: left;  
    }
 .two li {
    float: left;
    padding-left: 3px;
}   
.two img {
    width: 100%;
    padding-bottom: 10px;
}    
    
.recipes-2-banner{
   padding-left: 10px;
   padding-right: 10px;
 
}
.recipes-3-banner{
    padding-left: 10px;
    padding-right: 10px;
}
.mb-1, .my-1 {
   
    text-align: center;
/*    margin-top: -46px;*/
    z-index: 0;
    padding-bottom: 7px;
}
    
}
@media (min-width: 320px) and (max-width: 575px){  
    .recipe-2-sec{
        padding-left: 10px !important;
        padding-right: 10px;
    }
    .recipes-1-banner{
        padding-top: 50px;
        padding-bottom: 0px;
    }
   .recipes-4-banner{
       padding-left: 10px;
       padding-right: 10px;
       padding-top: 30px;
   }
    .mb-1, .my-1 {
   
        text-align: center;
        /* margin-top: -46px; */
        z-index: 1;
        padding-bottom: 7px;
    }
    .recipes-2-banner{
        padding-left: 10;
        padding-right: 10px;
        padding-top: 20px;

    }
    .recipes-3-banner{
         padding-left: 10;
        padding-right: 10px;
        padding-top: 20px;
    }
.gallery_bg{
    padding: 30px 5px 30px 5px;   
}
.about_img img {
    padding-top: 0px;
}
.login {
    padding: 30px 0;
}
.services h2 {
   
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
}
.test h2 {

    padding: 0;
    margin-bottom: 0;
}
.gallery h2 {
  
    padding: 0px !important;
    margin: 0;
    margin-bottom: 29px;
}
    .social-links 
{
   padding: 0;
	padding-bottom: 15px;
    z-index: 9999;
}
.social-links ul li a .cart-icon {
    width: 27px;
}
.social-links ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.social-links ul li i {
    font-size: 19px;
}
.social-links ul li a .search {
    width: 22px;
}
.navbar-brand img {
    width: 80%;
    padding: 10px;
    padding-top: 0 !important;
}
.navbar-brand{
    text-align: center;
}
.social-links ul li {

    padding-top: 12px;

}
    .btn-PRODUCT{
        width: 176px;
        height: 51px;
        font-size: 19px;
        margin-bottom: 100px;
    }
    .history_heading p {
            padding-bottom: 0 !important;
            margin-bottom: 0 !important;
        }
 .rate h4 {
     font-size: 20px;}
 .btn_qty {
     padding-left: 0px;}  
    
    .btn_qty button {
    width: 25px;
        height: 25px;}
 .btn_qty input {
    width: 25px;
    height: 25px;
}   
 .btn-read2 {
    width: 100px;
    height: 30px;
    padding: 0rem 0rem;
    padding-left: 0px; 
    font-size: 12px;
}   
   .rate {
       padding-left: 0px;
       padding-right: 40px;
   } 
    .cart h1{
        font-size: 22px
    }   
    .note{
        padding-top: 20px
    }    
    
    
    
    
    
    
    
.first_heading h1 {
    font-size: 40px;
    line-height: 34px;
    padding-top: 90px;
}
 .text-bg {
    margin-bottom: 10px;
} 
.border p {
    font-size: 14px;
    }
.carousel-control-next {
    left: 94%;
    width: 6%;
    height: 5%;
    background-color: #3121b7;
    top: 45%;
}    
    
.carousel-control-prev {
    left: 0%;
    width: 6%;
    height: 5%;
    background-color: #3121b7;
    top: 45%;
}    
 .links2 {
 padding-top: 0px; 
}   
 .links2 ul {
 padding-left: 0px 
}   
     
   .connect ul{
        padding: 0px;
    }
     .links1 ul{
        padding: 0px;
        margin: 0 !important;
    }    
.connect ul li a img {
    padding-right: 2px;
}    
    
    
.two img {
    width: 100%;
    margin-top: 10px;
}
.about_heading h2 {
    padding-top: 13px;
}
 .second_banner {
    padding-bottom: 0px;
    }
.btn-read1 {
    margin-bottom: 28px;
}    
.services_bg {
    padding: 0px 0px 0px 0px;
}  
    .top_header_bg3 {
        height: 283px;}
    
}

@media (min-width: 425px) and (max-width: 574px){



}   

/* checkout start */
.check-bg{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Form Styles */
form
{
	width: 100%;
}

.check-inp[type="text"], .check-inp[type="password"], select, .check-inp[type="email"], .check-inp[type="tel"], .check-inp[type="date"], textarea
{
	border: 1px solid #ddd;
	background-color: #fff;
	color: #959595;
	width: 100%;
	padding: 10px;
	font-size: 12px;
	margin: 7px 0 10px 0;
}

label
{
	font-size: 14px;
}

select
{
	height: 37px;
}

.check-inp[type="checkbox"]
{
	margin: 5px 10px 5px 0px;
}

.user-pswd input[type="checkbox"]
{
	margin: 5px 10px 5px 15px;
}

.check-inp[type="checkbox"] + p, input[type="radio"] + p
{
	font-size: 15px;
	padding: 0 5px;
	display: inline;
	color: #959595;
}

input[type="radio"] + p
{
	font-size: 13px;
	padding: 0 0 0 20px;
}

input[type="submit"]
{
	padding: 10px 20px;
	color: #fff; 
	background-color: #000;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
}

input[type="submit"]:hover
{
	background-color: #D6544E;
	border: none;
}

.coupon input[type="text"]
{
	width: 160px;
}

.coupon input[type="submit"]
{
	margin: 0 0 0 20px;
}

.order .redbutton
{
    margin-top: 10px;
	text-align: center;
    text-decoration: none;
    background-color: #789372;
    color: #fff;
    padding: 10px 35px;
    border-radius: 20px;
    transition: .5s ease-in-out;
    border: 1px solid #789372;
}

.order .redbutton:hover
{
    background-color: transparent;
    border: 1px solid #789372;
    color: #789372;
}

textarea
{
	height: 120px;
}

input:hover
{
	border: 1px solid #D6544E;
	background-color: #fff;
}

 input:active
{
	border: 1px solid #D6544E;
	background-color: #f5f5f5;
}





.notes
{
	display: block;
	padding-top: 20px;
}


/* Grid Styles */
*
{
	box-sizing: border-box;
}

.wrapper
{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 100px;
}

.row:before, .row:after
{
	content: " ";
	display: table;
}

.row:after
{
	clear: both;
}

.col
{
	margin-right: 16px;
	float: left;
}

.col:last-child
{
	margin-right: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12
{
	width: 100%;
} 

.col-push-1, .col-push-2, .col-push-3, .col-push-4, .col-push-5, .col-push-6, .col-push-7, .col-push-8, .col-push-9, .col-push-10, .col-push-11
{
	margin-left: 0;
} 

/* TABLET STARTS HERE */

@media(min-width: 768px)
{
	.wrapper
	{
		width: 768px;
	}

	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11
	{
		width: 376px;
	}

	.col-12
	{
		width: 100%;
	}

	.col-push-1, .col-push-2, .col-push-3, .col-push-4, .col-push-5, .col-push-6, .col-push-7, .col-push-8, .col-push-9, .col-push-10, .col-push-11
	{
		margin-left: 392px;
	}

	.col:nth-child(2n+2)
	{
		margin-right: 0;
	}

}


/*DESKTOP STARTS HERE*/

@media(min-width: 1136px)
{
	.wrapper
	{
		width: 1136px;
	}

	.col-1
	{
		width: 80px;
	}

	.col-2
	{
		width: 176px;
	}

	.col-3
	{
		width: 272px;
	}

	.col-4
	{
		width: 368px;
	}

	.col-5
	{
		width: 464px;
	}

	

	.col-7
	{
		width: 656px;
	}

	
	

	.col:nth-child(2n+2)
	{
		margin-right: 16px;
	}

	.col:last-child
	{
		margin-right: 0;
	}
}


/* Main CSS Starts Here */




/* p
{
	font-size: 13px;
	padding: 20px 0;
} */

/* Heading Top Border Styles Start Here */
 

/* Heading Top Border Styles End Here */





.col label{
    font-weight: bold;
}
.col select
{
	height: 37px;
}

.padleft
{
	color: #D6544E;
	font-size: 13px;
	text-decoration: none;
}

.padleft:hover
{
	color: #000;
    text-decoration: none;
}

.info-bar
{
	height: 56px;
	background-color: #f5f5f5;
	margin: 20px 0;
}

.info-bar p:first-child
{
	padding: 0;
}

.order
{
    border: 5px solid #f5f5f5;
    padding: 21px;

}

.order div:not(.qty)
{
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
	padding: 20px 0;
}

.order a
{
	display: block;
}

.order p
{
	padding: 0;
	line-height: 20px;
}

.order h4, h5
{
	padding: 0;
}

.order div:nth-child(6)
{
	border: none;
}

.width50
{
	width: 50%;
	float: left;
}

.padleft
{
	margin-left: 39px;
}

.padright
{
	padding-right: 40px;
}

.inline
{
	display: inline-block;
}

.alignright
{
	float: right;
}

.prod-description
{
	text-transform: uppercase;
	color: #000;
}

.qty
{
	font-weight: 900;
	font-size: 13px;
	color: #000;
	padding-left: 4px;
}

.smalltxt
{
	font-size: 9px;
	vertical-align: middle;
}

.paymenttypes
{
	border: 1px solid #DDDDDD;
	width: 135px;
	padding: 8px;
	margin: 0 0 20px 10px;
	display: inline-block;
	vertical-align: middle;
}
.paymenttypes a{
display: flex;
justify-content: center;
}
.check-dat{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.checkprice{
    color: #789372;
    font-weight: bold;
}
.payleng{
    height: 50px;
}
.paypal
{
	
	height: 67px;
    margin-top: -10px;
}

.cards
{

	height: 50px;
}

.difwidth
{
	width: 100%;
	line-height: 20px;
    position: relative;
}
.difwidth::after{
    content: "Free Shipping";
    position: absolute;
    width: 100%px;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    right: 0;
    padding-left: 10px;
    top: 20px;
}

.order .center
{
	line-height: 40px;
	color: #000;
}
@media (max-width:767px) {
	    .social-links 
{
   padding: 0;
	padding-bottom: 15px;
    z-index: 9999;
}
    .padright {
        padding-right: 5px;
    }
}
/* checkout end */
/* Review section start */

a{
    text-decoration: none;
}
#testimonials{

    width:100%;
}
.testimonial-heading{
    letter-spacing: 1px;
   
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
 
.testimonial-heading span{
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.testimonial-box-container{
    display: flex;
    justify-content: center;
    align-items: center;
   
    width:100%;
}
.review-banner{
    padding-top: 50px !important;
    padding-bottom: 60px !important;
}
.testimonial-box{
    width:500px;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
}
.profile-img{
    width:50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.profile-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.profile{
    display: flex;
    align-items: center;
}
.name-user{
    display: flex;
    flex-direction: column;
}
.name-user strong{
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}
.name-user span{
    color: #979797;
    font-size: 0.8rem;
}
.reviews{
    color: #f9d71c;
}
.box-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.client-comment p{
    font-size: 0.9rem;
    color: #4b4b4b;
}
.testimonial-box:hover{
    transform: translateY(-10px);
    transition: all ease 0.3s;
}
.review-form{
    max-width: 1018px;
    width: 100%;
    padding-top: 30px;
    
}
.review-form form{
    width: 100%;

}
.review-f-banner{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.review-form form input:focus{
    outline: none;
}
.review-name-feild input{
    
width: 100%;
outline: none;
}
.review-email-feild input{
    width: 100%;
    outline: none;
}
.review-feed-feild input{
    width: 100%;
    outline: none;
}
 .review-label{
     font-weight: bold;
 }
 .star-rating {
    line-height:32px;
    font-size:1.25em;
  }
  
  .star-rating .fa-star{color: yellow;}
@media(max-width:1060px){
    .testimonial-box{
        width:45%;
        padding: 10px;
    }
}
@media(max-width:790px){
    .testimonial-box-container{
        flex-wrap: wrap;
    }
    .testimonial-box{
        width:100%;
    }
    .testimonial-heading h1{
        font-size: 1.4rem;
    }
}
@media(max-width:365px){
    .box-top{
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .reviews{
        margin-top: 10px;
    }
}
::selection{
    color: #ffffff;
    background-color: #252525;
} 
/* Review Section end */





/* css added by wordpress theme customization */

.navbar-expand-lg .navbar-nav .menu-item:hover {
    color:#000;

}

.navbar-expand-lg .navbar-nav .menu-item {
    padding: 26px 14px;
    color: white;
    text-decoration: none;
}


.navbar-expand-lg .navbar-nav .menu-item a {

    color: #525252 !important;
    text-decoration: none;
    line-height: 1.1;
}

.navbar-expand-lg .navbar-nav .menu-item a:hover,
.navbar-expand-lg .navbar-nav .current_page_item a {

    color: #702f8a !important;
}





/* Dashboard */
.dashboard-left-area
{
    background-color: #789372;
	padding-left:0px!important;
	padding-right:0px!important;
}
.dashboard-left-area .nav-pills .nav-link
{
    color: #fff !important;
/*     margin-top: 10px; */
}
#primary article
{
    margin-bottom: 0px !important;
}
.dashboard-right-area
{
    padding: 50px;
}
.dashboard-right-area p
{
    width: 48%;
    float: left;
    display: inherit;
    margin: 5px;
   
    padding: 0px;
    padding-top: 20px;
}
.dashboard-right-area label
{
    width:100%;
}
.dashboard-right-area p input
{
    border: 1px solid #ddd;
    background-color: #fff;
    color: #959595;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    margin: 7px 0 10px 0;
}
.dashboard-right-area fieldset
{
    width: 100%;
    float: inherit;
}
.dashboard-right-area .woocommerce-Button.button
{
    background-color:#789372;
    color:#fff;
    font-size:16px;
    border-radius:5px;
    margin-left: 20px;
}

.dashboard-right-area fieldset legend
{
    padding-top: 30px;
    display: block;
}

.edit-address-following-label
{
    width: 100% !important;
}
.billing-address
{
    width: 48%;
    float: left;
    display: inherit;
    margin: 0px;
    margin-left: 2%;
    padding: 0px;
    padding-top: 20px;
}
.shipping-address
{
    width: 48%;
    float: left;
    display: inherit;
    margin: 0px;
    margin-left: 2%;
    padding: 0px;
    padding-top: 20px;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: green !important;
}

    
.table-shadow-orders{
    width: 100%;
    text-align: center;
    filter: drop-shadow(0 0 2.5px rgba(162, 180, 198, 0.56));
    background-color: white;
    padding: 10px;
    border-radius: 10px;

}

.nav-tabs-spacing-woocommerce{
    margin-left: 0px!important;
    margin-right: 0px !important;
}    
    
.dashboard-left-area .nav-pills .nav-link {
    border-radius: 0 !important;
}   
.footer_bg span a: hover{
	color: white !important;
}
.two a{
	color:#fff !important;
}
.two a:hover{
	color:#fff !important;
}

.gjs-row input[type="submit"] {
    background: #702f8a !important;
}

.social i.fa-brands {
    background: #702f8a;
    padding: 10px;
    border-radius: 50%;
    font-size: 22px;
}

/* ishfaq */
.woocommerce-message {
    color: #fff !important;
    background: #3121b7 !important;
    margin-bottom: 0px !important;
}
.table-btn button {
    padding: 5px 10px;
    border: 1px solid #000;
    padding: 10px;
    background: #3121b7 !important;
    border-radius: 5px;
    color: #fff !important;
    font-weight: 400;
    font-size: 19px;
}
a:visited {
    color: #fff !important;
}
.table-btn button:hover{
    background-color: #ffc331 !important;
    color:#fff !important;
}
.promo .promo-btn button {
    padding: 8px 30px;
    background-color: #3121b7;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.promo .promo-btn button:hover{
    background-color: #ffc331 !important;
    color:#fff;
}
.button-custom {
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
    background-color: #3121b7 !important;
    color: #fff !important;
    padding: 10px 35px;
    border-radius: 20px;
    transition: .5s ease-in-out;
    border: 1px solid #789372;
    margin-left: 20px;
    margin-right: auto;
}
.button-custom:hover{
   background-color:  #ffc331 !important;
   color:#fff;
    
}
.contact-form{
    background-color: #F7F7F7 !important;
    padding-top: 30px;
}

.product-cart{
    display: none;
}
.services_bg .price-span{
    display: none !important; 
}

/* ishfaq */
/* New Homepage css start*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

/* General */
body {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

/* Section Home */
.section_home {
    background: url('../image/main_bg.png') center center no-repeat;
    background-size: cover;
    padding: 155px 0;
    text-align: center;
}

.section_home .home_desc {
    /* color: #ffffff !important;
    font-size: 12px !important; */

    color: #ffffff !important;
    font-size: 14px !important;
    margin-top: 5px;
}

.section_home .btn {
    /* border: 1px solid #ffffff !important;
    border-radius: 0;
    padding: 12px 50px;
    text-transform: uppercase !important;
    margin-bottom: 10px; */

    border: 2px solid #ffffff !important;
    border-radius: 0;
    text-transform: uppercase !important;
    margin-bottom: 10px;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
}

.section_home .btn-official {
    background: transparent;
    color: #ffffff;
}

@media screen and (min-width:768px) {
    .section_home .btn {
        width: 275px;
        font-size: 16px;
    }   
}

/* About */
.section_about {
    background: #000;
    padding: 90px 0;
}

.section_about .video_box {
    width: 225px;
    border-radius: 70% 70% 0 0;
    overflow: hidden;
    margin: 0 auto;
}

.section_about .video_box video {
    transform: scale(3);
}

.section_about .about_title {
    color: #702f8a;
    font-size: 48px;
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-top: 30px;
}

.section_about .about_desc {
    color: #ffffff !important;
}

/* Services */
.section_services {
    background: #f0ebe1;
    padding: 90px 0;
}

.section_services .title {
    font-size: 45px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 50px;
}

.section_services .card {
    background: transparent;
    border: none;
    max-width: 300px;
    margin: 0 auto;
}

.section_services .card .card-img-top {
    border-radius: 50%;
    max-width: 100%;
    height: 180px;
    object-fit: cover;
    filter: grayscale(1);
}

.section_services .card .card-footer {
    background: transparent;
    border-top: none;
}

.section_services .card-body {
    text-align: center;
}

.section_services .card-body .card-title {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 0;
}

.section_services .card-body .card-text {
    font-size: 18px !important;
    font-weight: 400;
    margin-top: 20px;
    text-align: center;
}

.section_services .card-footer .btn {
    border-radius: 0;
    border: 1px solid #000;
    text-transform: uppercase;
    padding: 12px;
    width: 100%;
}

.section_services .card-footer .btn-learn {
    background: transparent;
    color: #000000 !important;
}

/* Testimonial */
.section_testimonial {
/*    background: #050d18;*/
    padding: 90px 0;
    font-family: 'Tenor Sans', sans-serif !important;
}

.section_testimonial .testimonial_title {
    color: #000;
    font-size: 48px;
    font-weight: 400 !important;
    margin-left: 20px;
    margin-bottom: 80px;
}

.section_testimonial .testimonial_box {
    color: #525252;
    margin: 0 auto 20px;
    max-width: 350px;
}

.section_testimonial .testimonial_box:last-of-type {
    margin-bottom: 0;
}

.section_testimonial .testimonial_box .name {
    font-size: 28px;
    text-decoration: underline;
    margin-bottom: 5px !important;
}

.section_testimonial .testimonial_box .content {
    font-size: 17px !important;
    font-family: 'Tenor Sans', sans-serif;
}

.section_testimonial .img-star {
    height: auto;
    max-width: 150px;
    filter:grayscale(0) invert(1);
}

@media screen and (min-width: 768px) {
    .section_testimonial .testimonial_title {
        font-size: 70px;
    }
}

/* Conatct */
.section_contact {
    background: #f0ebe1;
    padding: 90px 0;
}

.section_contact .contact_title {
    font-size: 40px;
    margin-bottom: 30px;
}

.section_contact .img-fluid {
    border-radius: 60px 60px 0 0;
}

.section_contact .contact_subtitle {
    font-size: 24px;
    font-weight: 400;
    text-decoration: underline;
    text-transform: capitalize;
    margin-bottom: 3px;
}

.section_contact .contact_detail {
    font-size: 14px;
    font-weight: 400;
}

@media screen and (min-width:992px) {
    .section_contact .contact_title {
        font-size: 55px;
        margin-bottom: 60px;
    }
}

.section_testimonial .testimonial_box .content {
  color: #000 !important;
  margin-bottom: 0;
}
.bottom_logo{
    max-width: 100%;
    height: auto;
}
.contact_detail a{
    text-decoration: none;
    color: #000;
}


/* New Homepage css end */

/* button colors */
.section_services .card-footer .btn-learn {
    color: #000000 !important;
    position: relative;
    margin: 0;
    padding: 18px 40px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1.2px;
    font-family: "minerva-modern",Arial,sans-serif;
    font-weight: 500;
    line-height: 1;
    color: #fff !important;
    border-radius: 1px;
    background: #702f8a;
    text-transform: capitalize;
    outline: none !important;
    cursor: pointer;
    border: none;
}

.section_services .card-footer .btn-learn:hover{
    color: #fff;
    opacity: .6;
    transition: 0.3s;
}


/* navbar styling */
.update-navbar{
    background-color: #000 !important;
}
.update-navbar .navbar a{
    color: #fff !important;
    margin-right: 40px !important;
    padding-top: 20px !important;
    padding-bottom: 26px;
}

.update-navbar .navbar .navbar-brand img{
    width: 100%;
    padding: 0 !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-bottom: 0 !important;

}


/*  logo picture size set */

.section_home .demo .img-home{
    max-width: 350px;
    height: auto;
}
/* .demo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
} */

/* benifits styling */
.soon{
    margin: 0 50px;
    text-align: justify;
    font-weight: 600;
}

.navbar .navbar-list {
    padding-left: 0;
    margin: 0 !important;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

.navbar .navbar-list .item-search img,
.navbar .navbar-list .item-cart img {
    filter: invert(1);
    height: auto;
    max-width: 36px;
}

@media screen and (min-width: 1200px) {
    .section_home .demo {
        position: relative;
        margin-bottom: -15px;
        z-index: 1;
    }
}




@media (max-width: 767px) {
    .section_contact{
        text-align: center !important;
    }
    .contact_detail{
        text-align: center !important;
    }

    /* .navbar .navbar-list{
        display: none !important;
    } */

}

.fa-bars:before {
    color: #000;
}

.icons-sec img {
    filter: invert(1);
    height: auto;
    max-width: 20px;
}

.icons-sec .btn-primary {
    background: none;
    border: none;
    outline: none;
    margin-right:12px;
    margin-left:12px;

}

.icons-sec .btn-primary:focus {
    box-shadow: none;
}

.icons-sec .btn-primary:not(:disabled):not(.disabled):active {
    background: none !important;
    border: none !important;
}

@media screen and (min-width:992px) {
    .icons-sec {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .icons-sec img {
        max-width: 100%;
    }

    .shopping-details-cirlce{    
        margin-left: 20px;
    }
}





/* this coding do Mubin for product section design *

/* our products section Styling */

/*.our-product{
    background: #5F5F5F;
}*/

.our-product h2{
    color: #000;
    font-size: 48px;
    text-transform: capitalize;
    padding-top: 30px;
}
.our-product h3{
    margin-bottom:25px ;
}

.our-product .product-main-sec .row .card{
    height: 100% !important;
    border-radius: 5px;
/*    transition: all 0.3s ease-in-out;*/
/*    border: none !important;*/
}

.our-product .product-main-sec .row .card:hover {
    transform: scale(1.2);
}

.our-product .product-main-sec .row .card a{
    color: #000;
}

.our-product .product-main-sec .row .card img{
    border-radius: 5px 5px 0 0;
}

/* Section Intro */
.section_intro {
    padding: 60px 0 30px; 
/* background: #f0ebe1;  */
 /* background: #5F5F5F; */
 color: #525252;
}

.section_intro p{
    color: #525252 !important;
    margin-top: 10px;
    font-weight: 300;
}

.section_intro .section_intro_img {
    height: auto;
    max-width: 230px;
}

.section_intro .section_intro_title {
    color: #000;
}

.oshun-video{
    position: relative;
}
.oshun-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
  }




/* solution section start */
.solution-sec{
    background: #5F5F5F;
    padding: 30px 0 70px 0;
}

.solution-sec h2{
  margin-bottom: 60px;
  color: #ffffff;
    font-size: 48px;
    text-transform: capitalize;
}
.solution-sec  .row .main-sec{
    border: 1px solid;
    border-radius: 20px;
    padding: 20px;
    background: lightgray;
    height: 100%;
}

/* .solution-sec  .row .main-sec img{
    border-radius: 10px;
    width: 200px;
    height: 200px;
} */




/* cart */
.woocommerce .cart-collaterals .cart_totals {
    float: none !important;
    width: 100% !important;
}

.woocommerce .product-pricing-details {
    padding: 0 10px;
}

.post-8 .woocommerce {
    width: 100%;
}

.cart-subtotal td,
.woocommerce ul#shipping_method li{
    font-size: 12px;
}

.woocommerce-message a{
    width: 194px !important;
}

#post-9 .woocommerce {
    flex-grow :1 !important
}

.woocommerce form .form-row label {
    margin-right: 10px;
}

.checkout.woocommerce-checkout .form-row {
    float: left;
    width: 50%;
    flex-direction: column;
}

.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
    clear: unset !important;
}

/* Checkout */
#post-9 .woocommerce form .form-row input.input-text,
#post-9 .woocommerce form .form-row textarea {
    border: 1px solid #ddd !important;
    background-color: #fff;
    color: #959595;
    width: 100% !important;
    padding: 10px !important;
    font-size: 12px !important;
}

#post-9 .woocommerce form .form-row .select2-selection__rendered {
    padding: 5px 10px 10px;
}

#post-9 .woocommerce form .form-row .select2-container .select2-selection--single {
    height: 36px !important;
    border: 1px solid #ddd !important;
    border-radius: 0  !important;
}

#order_review .form-row.place-order {
    width: 100%;
}


.section_mission .w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.section_mission .grid-sub-banner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    align-items: center;
}

.section_mission #w-node-_433df5ec-a601-0af5-e134-b94239cd0e92-7a113496 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

.section_mission .sub-banner-image {
    width: 100%;
    max-height: 330px;
    object-fit: cover;
    display: inline-block;
    border-top-left-radius: 250px;
    border-bottom-left-radius: 250px;
    transition: opacity .2s;
}

.section_mission .sub-banner-content {
    text-align: center;
    position: relative;
}

.section_mission .section-title {
    color: #000;
    margin-bottom: 40px;
    margin-top: 0;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
}

.section_mission .hero-description {
    text-align: center;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    font-family: Poppins, sans-serif;
}

.section_mission .button {
    background-color: var(--white);
    color: #000 !important;
    text-align: center;
    border: 2px solid #000;
    border-radius: 15px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 14px 26px;
    font-size: 16px;
    text-decoration: none;
    transition: all .3s ease-in-out;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, .2), inset 0 -2px 5px rgba(0, 0, 0, .2), 0 2px 5px rgba(0, 0, 0, .2);
}

.section_mission .button:visited {
    color: #000 !important;
}

.section_mission .w-button {
    line-height: inherit;
    cursor: pointer;
    display: inline-block;
}

.section_mission .w-button:hover {
    background-color: #000;
    color: #fff !important;
    border: 1px solid #5e73f6;
}

@media screen and (max-width: 479px) {
    .section_mission .div-block {
        margin-top: -8px;
    }

    .section_mission .sub-banner-image {
        margin-top: 5px;
        display: block;
    }

    .section_mission .section-title {
        margin-left: 8px;
        padding-top: 0;
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .section_mission .section-title {
        margin-bottom: 30px;
    }

    .section_mission .grid-sub-banner {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 991px) {
    .section_mission .section-title {
        margin-bottom: 40px;
    }
    
    .section_mission .hero-description {
        margin-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
    }
}


.section_stats,
.section_mission,
.section_intro,
.our-product,
.section_testimonial {
    overflow-x: hidden;
}

.section_stats .stat-box {
    background: #000;
    padding: 48px 24px;
    text-align: center !important;
    flex-grow: 1;
    margin-bottom: 20px;
}

.section_stats .stat-box .stat-title {
    color: #fff;
    font-size: 42px;
    margin-bottom: 10px;
}
.section_stats .stat-box .stat-text {
    color: #f9fafb !important;
    font-size: 20px;
    margin-bottom: 0;
    text-align: center;
}

@media screen and (min-width:768px) {
    .section_stats .stat-box {
        margin-bottom: 0;
    }
}

/* Single Product */
.single_product .product_img {
    height: auto;
    max-width: 350px;
}