body {font-family: 'Poppins', sans-serif;overflow-X:hidden;    padding-top:100px;}
h1, h2, h3, h4, h5, h6{
    font-family: 'Mukta', sans-serif;
}
ul,h1, h2, h3, h4, h5, h6, p {margin: 0px; padding: 0px; }
h1{font-size: 80px;font-weight: 600;}
h2 {font-size: 36px;font-weight: 600; color: #05103e;}
 h3{font-size:24px; color: #05103e;}
 h4 { font-size:20px; line-height:24px;}
 .h6, h6 {
    font-size: 16px;
}
 ul li{list-style: none;}
 ul, ul li,  a,a:hover{text-decoration: none;}
p { font-size:16px; line-height: 26px;}
/* commun css */
.pd-75 {
    padding: 50px 0;
}
img{
    max-width:100%;
}
/* Header Css */
img.logo {
    width: 130px;
    padding: 0px;
    transition: .5s ease all;
}
.sticky img.logo {
    width: 120px;
}
a.headerLogo {
    display: inline-block;
    background: #fff;
    padding: 10px;
}
.mainHeader {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
}
.mainHeader_center {
    position: absolute;
    left: 50%;
    top: 0;
	transform: translateX(-50%);
}
.mainHeader li.active a, .mainHeader li a:hover {
    color: #ff0000;
    background: transparent;
}
header.headerOuter {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #fff;
}
.sticky .mainHead {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
}
.mainHeader li a {
    font-size: 16px;
    color: #000;
    padding: 25px 15px;
}
.mainHead .navbar {
    background: transparent;
    border: none;
    margin: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.mainNavigation li > a {
    padding: 30px 25px;
    transition: .5s ease all;
    color:#fff !important;
}
.headerInner {
    display: flex;
    align-items: center;
        padding: 0 30px;
}
.mainHead .navbar-header {
    float: none;
    margin: 0;
    flex: 0 0 25%;
    max-width: 25%;
}
.mainNavigation {
    flex: 0 0 75%;
    max-width: 75%;
}
.rightMenu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
ul.topLink {
    display: flex;
    padding-left: 40px;
}
ul.topLink a {
    color: #575952;
    font-size: 20px;
    display: inline;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
    background:#000;
}
.mainHeader .navbar-nav li.active a, .mainHeader .navbar-nav li a:hover{
        background: #ff0000;
    color: #fff;
}

/* Feature Css */
.featurePanelInner {
    padding: 36px 0 36px 50px;
    display: flex;
    align-items: center;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    background: #F5F8F2;
}
.featurePanelInner--first {
    border-radius: 100px 0 0 100px;
}
.featurePanelInner--second{
    background:#000;
}
.featurePanelInner--third {
    border-radius:0 100px 100px 0;
    background:#ff0000;
}
.featurePanelInner--second h6, .featurePanelInner--third h6{
    color:#fff;
}
.featurePanelInner img {
    display: inline-block;
    vertical-align: middle;
    line-height: 65px;
}
.featurePanel {
    display: flex;
    justify-content: space-between;
}
.featurePanelInner h6 {
    font-size: 18px;
    padding-left: 20px;
    line-height: 1.3;
}
.featurePanelInner h6 span {
    display: block;
}
.FeatureSection {
    margin-top: -70px;
    position: relative;
    z-index: 1;
    margin-bottom:50px;
}
/* Quality Css */
ul.qualityList {
    display: flex;
}
ul.qualityList li {
    flex: 0 0 16.66%;
    max-width: 16.66%;
    text-align: center;
    position:relative;
}
ul.qualityList li:after {
    content: "";
    width: 50px;
    border-bottom: 1px dashed #252C30;
    display: block;
    position: absolute;
    right: -20px;
    top: 50px;
}
ul.qualityList li:last-child:after{
    display:none;
}
.qualityList li span.icon {
    background: #b4be85;
    display: block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    margin: 0 auto 20px;
    border-radius: 50%;
}
ul.qualityList li h6 {
    font-size: 18px;
}
.mainHeadingPanel {
    text-align: center;
    margin-bottom: 50px;
}
.productParent {
    display: flex;
    flex-wrap: wrap;
}
.productBlock {
    flex: 0 0 calc(25% - 60px);
    max-width: calc(25% - 60px);
    padding: 0;
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
    margin: 0 30px 30px;
}
.img-product {
    position: relative;
    overflow:hidden;
}
.img-product:after {
    content: "";
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}
.addtocartParent {
    display: flex;
    -webkit-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    position: absolute;
    bottom:-100%;
    left: 0;
    right: 0;
}
.productBlock:hover .addtocartParent{
   bottom:0;
}
.addtocartParent li {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding: 10px 0;
    transition: .5s ease all;
    background: #000;
}
.img-product ul li a {
    color: #000;
    font-size: 18px;
    display: block;
    padding: 10px 0;
}
.productText {
    margin-top: 15px;
    padding: 0 15px 10px;
}
.productText h3 {
    font-size: 16px;
    font-weight: 700;
}
li.price {
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0 0;
    color: #ff2f2f;
}
ul.priceList {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
li.price i {
    font-size: 14px;
}

p.viewProduct {
    position: absolute;
    top: -100%;
    left: 50%;
    width: 50px;
    height: 50px;
    background: #fff;
    z-index: 1;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    -ms-transform: translate(-100%, -100%);
    -webkit-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
    -webkit-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}
.productBlock:hover p.viewProduct{
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top:50%;
}
.productBlock:hover .img-product:after{
    top:0;
}
p.viewProduct a{
    color:#000;
}
p.viewProduct:hover{
    background:#000;
}
p.viewProduct:hover a{
    color:#fff;
}
.addtocartParent li a {
    color: #fff;
}
.addtocartParent li a i {
    padding-left: 15px;
}
.rating-product {
    margin-bottom: 6px;
    margin-top: 5px;
}
.rating-product i {
    overflow: hidden;
    font-size: 18px;
    color: #fdd835;
}
/* Footer Css */
.footer-area {
    padding: 0;
    color: #000;
    position: relative;
    z-index: 1;
    background: #efefef;
    overflow: hidden;
}
p.addressPara {
    padding-bottom: 25px;
    max-width: 300px;
}
.getintouch p a {
    color: #000;
}
.footer-top {
    padding: 60px 0;
}
.footer-area .row .col-lg-4:first-child:before {
    content: "";
    position: absolute;
    left: -9999em;
    top: -9999em;
    bottom: -9999em;
    right: 15px;
    background: #f6f6f6;
    z-index: -1;
    pointer-events: none;
}
.about-footer {
    max-width: 400px;
    margin: 0 auto;
}
.text-info {
    line-height: 24px;
    color: #666!important;
    font-size: 14px;
    margin: 36px 0;
}
.need-help {
    position: relative;
    background: url("../img/call.png") 0 5px no-repeat;
}
.phone-info {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    margin-left: 75px;
}
.phone-info span {
    font-size: 22px;
    font-weight: 600;
    color: #253237;
    margin: 0;
    display: block;
    margin-top: 5px;
    line-height: 30px;
}
.social-info {
    margin-top: 30px;
}
.social-info li {
    display: inline-block;
}
.social-info li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #666;
    font-size: 24px;
    padding: 0;
    line-height: 36px;
    border-radius: 100%;
    text-align: center;
    border: none;
    z-index: 1;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    margin-right: 25px;
}
.footer-herading {
    font-size: 16px;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
    color: #253237;
    border-bottom: 1px solid #e3e3e3;
    font-weight: 700;
    line-height: 24px;
}
.footer-herading:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 60px;
    height: 2px;
    background: #4fb68d;
}
.footer-links>ul>li {
    display: block;
    margin: 0;
    line-height: 1;
    border: 0;
    padding: 0;
    font-weight: 400;
    margin-bottom: 10px;
}
.footer-links>ul>li a {
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    display: block;
    text-transform: capitalize;
    color: #666;
    margin-bottom: 0;
    display: block;
    position: relative;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.footer-links>ul>li a:hover {
    padding-left: 10px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    color: #4fb68d;
}
.social-info li a:hover {
    color: #4fb68d;
}
.subscribe-form {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}
.subscribe-form form input {
    height: 47px;
    background: #fff;
    border: 0;
    color: #b1b1b1;
    padding: 10px 120px 10px 20px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    outline: none;
}
.clear input.button {
    position: absolute;
    top: 0;
    right: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    background: #253237;
    border: 0;
    box-shadow: none;
    padding: 0 20px;
    line-height: 47px;
    height: 47px;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    width: 90px;
    outline: none;
}
.img_app {
    margin-top: 40px;
}
.img_app a {
    margin-right: 15px;
}
.img_app img {
    width: 125px;
}
.footer-bottom {
    padding-bottom: 0;
    background: #fff;
}
.copy-text a {
    color: #000;
}
p.copy-text {
    color: #000;
    font-size: 12px;
    padding:0;
}
ul.bottomFooterUl {
    display: flex;
    justify-content: space-between;
    padding: 7px 0;
    align-items: center;
}
ul.bottomFooterUl img.payment-img {
    width: 350px;
}


.productSection th.product-price {
    width: 80px;
}
/* teaImportantSection Css */
.teaImportantSection {
    background: url(../img/teabg.jpg);
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
}
.teaTextParent h3 {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}
.teaTextParent p {
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
}
/** Product Page **/
section.innerBannerSection {
    position: relative;
}
.bannerHeading .mainHeadingPanel {
    margin-bottom: 0;
}
.innerBanner {
    max-height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.bannerHeading {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.bannerHeading h2, .bannerHeading p, .bannerHeading a{
    color:#fff;
}
.spacer {
    padding: 0 10px;
}
.bannerHeading h2 {
    padding-bottom: 10px;
}
.bannerHeading a:hover{
    color:#000;
}
.sortingFilter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.customSelect {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    padding: 0 5px;
}
.customSelect option{
    color:#000;
}
.sortingFilter label {
    color: #fff;
    font-weight: normal;
    padding-right: 10px;
        margin: 0;
}
.filterPanel {
    background: #b4be85;
    padding: 8px 11px;
    margin-bottom: 20px;
    margin: 0 10px 20px;
}
.sortingFilter .customSelect {
    max-width: 200px;
}
/* Cart Css */
.cartListWrap table, .cartListWrap tr, .cartListWrap td, .cartListWrap th{
border:1px solid #ddd;
border-collapse: collapse;
    vertical-align: middle !important;
text-align: center;
}
.product-thumbnail img {
    width: 50px;
}
.cartProductPanel {
    display: flex;
    align-items: center;
}
.cartProductDesc {
    padding-left: 10px;
}
.cartProductDesc h6 {
    color: #000;
    font-size: 14px;
}
.cartProductDesc p {
    font-size: 14px;
    color: #444;
}
.cartListWrap .table>thead>tr>th {
    border-bottom: none;
}
.value-button {
  display: inline-block;
      background: #b4be85;
    border-color: #b4be85;
  margin: 0px;
  width: 30px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
      font-size: 20px;
 line-height: 20px;
    color: #fff;
}

.value-button:hover {
  cursor: pointer;
}

#decrease {
  margin-right: -4px;
      margin-top: -2px
}

#increase {
  margin-left: -4px;
      margin-top: -2px
}

input#number {
    text-align: center;
    border: none;
    border: 1px solid #ddd;
    margin: 0px;
    width: 35px;
    height: 20px;
}
input.cartnumber {
    text-align: center;
    border: none;
    margin: 0px;
    width:35px;
    height: 21px;
	line-height: 22px;
}
.descriptionContentCard__right {
    display: flex;
}
.descriptionContentCard__right input {
    width: 61px;
    height: 20px;
    margin-top: 0px;
    border: none;
    text-align: center;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.offerbtn {
    background: #ff0000;
    border: none;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    padding: 3px 10px;
    box-shadow: 0 0 5px rgb(0 0 0 / 26%);
}

th.product-price {
    width: 110px;
}
th.product-remove {
    width: 50px;
}
a.remove.set-12-svg {
    font-size: 16px;
    color: #000;
}
a.remove.set-12-svg:hover{
    color: #ff0000;
}
.cartDetailWrap h3 {
    background: #b4be85;
    font-size: 18px;
    color: #fff;
    padding: 8px 10px;
}
.cartTotalBlock {
    background: #fff;
    padding: 0;
    font-size: 16px;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, .2); */
}
.cartDetailWrap {
    background: #fafafa;
    padding: 15px;
}
.cartTotalBlock table {
    width: calc(100% - 20px);
    margin: 0 10px;
}
.coupanCodeWrap {
    margin-top: 0px;
    padding-bottom: 10px;
}
.cartTotalBlock tr td {
    padding: 10px 0;
}
.cartTotalBlock tr {
    border-bottom: 1px solid rgb(221 221 221 / 45%);
}
.proceedBtn a, .proceedBtn button {
    background: #b4be85;
    color: #fff;
    width: 100%;
    display: inline-block;
    text-align: center;
    min-height: 40px;
    line-height: 40px;
    font-size: 18px;
    transition:.5s ease all;
	    border: none;
}
.proceedBtn a:hover, .proceedBtn a:focus, .proceedBtn button:hover{
    background:#000;
    color:#fff;
    text-decoration:none;
}
.proceedBtn {
    margin: 20px 0 0px;
    text-align: center;
}
/* Checkout Css */
.checkoutHeading h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    margin: 0;
    color: #fff;
}
.checkoutHeading {
    background:#b4be85;
    padding: 8px 10px;
        margin-bottom: 20px;
}
.checkoutFormWrap h4 {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.customFeild {
    border-radius: 0;
    box-shadow: none;
    border-color: #d9d9d9;
    height: 45px;
}
.customFeild:focus{
    border-color:#532798;
    outline:none;
    box-shadow:none;
}
.flexParent .form-group {
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin: 0 15px;
}
.flexParent {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 15px;
}
.addresstypebtn .btn {
    background:#b4be85;
    color: #fff;
    padding: 2px 15px;
    display: inline-block;
    border: none;
    margin-right: 10px;
}
.addresstypebtn .btn:hover, .addresstypebtn .btn:focus{
    background:#000;
}
.addresstypebtn {
    margin: 10px 0 15px;
}
.coupanPanel {
    display: flex;
    margin-top: 15px;
}
.coupanPanel .customFeild {
    height: 40px;
    outline: none;
    margin-right: 15px;
    font-size: 12px;
}
.submitbtn {
    background: #000;
    color: #fff;
    box-shadow: none;
    border: none;
    height: 30px;
    border-radius: 0;
}
.submitbtn:hover, .submitbtn:focus{
    background:#b4be85;
    color:#fff;
}
.mainsubmitbtn {
    background: #71b03e;
    font-size: 16px;
    min-width: 140px;
    height: 40px;
    border-radius: 50px;
    margin-top: 0px;
    color:#fff;
}
.mainsubmitbtn:hover, .mainsubmitbtn:focus{
    background:#000;
    color:#fff;
}
.maindeliveryLocation_left {
    padding-left: 40px;
    margin-bottom: 40px;
    padding-right: 25px;
}
.maindeliveryLocation__inner {
    position: relative;
}
.maindeliveryLocation__inner .cutomRadioBtn{
    position: absolute;
    left: 0;
    top: 0px;
}
.maindeliveryLocation_left .topHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
        margin-bottom: 8px;
}
.maindeliveryLocation_left .topHead h3 {
    font-size: 18px;
    color: #b4be85;
}
a.changeLocationBtn {
    background: #b4be85;
    color: #fff;
    border-radius: 5px;
    padding: 3px 8px;
    display: inline-block;
}
.changeLocationBtn:hover, .changeLocationBtn:focus{
    background:#000;
    color:#fff;
}
.mainSubHeading {
    font-size: 20px;
    margin-bottom: 20px;
}
.addressList {
    max-width: 400px;
}

.addressList h5 {
    margin-bottom: 5px;
    font-size: 16px;
}
.addressList p {
    line-height: 1.2;
}
.sendOtpbtn {
    /* text-align: right; */
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}
.sendOtpbtn  a{
    color:#000;
}
.sendOtpbtn  a:hover{
    color:#ff0000;
}
.loginsubmitbtnPanel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.or-div {
    position: relative;
    text-align: center;
    margin: 20px 0px;
}
.or-div p {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0px auto;
    display: inline;
        background: #fff;
}
.or-div::after {
    content: "";
    background: #ddd;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 13px;
}
p.stillaccount {
    color: #000;
    text-align: center;
    font-weight: 500;
    margin-bottom: 3px;
    font-size: 15px;
}
.homeregistration-btn {
    margin-top: 20px;
    text-align: center;
}
.homeregistration-btn button {
    background: red;
    border: none;
    color: #fff;
    width: 300px;
}
/*a.sendOtp {*/
/*    flex: 0 0 50%;*/
/*    max-width: 50%;*/
/*    text-align: right;*/
/*}*/
/*a.resendOtp {*/
/*    flex: 0 0 50%;*/
/*    max-width: 50%;*/
/*}*/
.customLoginRow__inner {
    flex: 0 0 100%;
    max-width: 100%;
        padding: 40px 0;
}
.customLoginRow {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}
.loginPanel {
    margin-bottom: 40px;
    max-width: 600px;
    margin: 0 auto;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
.opensignup .loginwrap {
    margin-left: -100%;
}
.loginPage .mainSubHeading{
    text-align:center;
}
.forgetPanelBottom {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.forgetPanelBottom p a {
    color: #000;
    text-decoration: underline;
}
.forgetPanelBottom p a:hover{
    color:#ff0000;
}
.verticalDivider {
    height: 250px;
    width: 2px;
    background:#b4be85;
    display: flex;
    justify-content: center;
    margin: 59px auto 0;
    display: block;
}
/* Custom Radio Css */
.cutomRadioBtn {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cutomRadioBtn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cutomRadioBtn .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}
.cutomRadioBtn:hover input ~ .checkmark {
  background-color: #ccc;
}

.cutomRadioBtn input:checked ~ .checkmark {
  background-color:#b4be85;
}
.cutomRadioBtn .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cutomRadioBtn input:checked ~ .checkmark:after {
  display: block;
}
.cutomRadioBtn .checkmark:after {
    top: 5.8px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.paymentPage .cutomRadioBtn {
    margin: 20px 0;
}
.paymentPage {
    padding-top: 5px;
}
/* Description Page */
.singleProductWrap h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.Description_first {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
}
.descriptionContentCad {
    display: flex;
    flex-wrap: wrap;
}
.descriptionPriceCard p {
    font-size: 18px;
    font-weight: 600;
}
.descriptionPriceCard {
    display: flex;
}
.descriptionPriceCard i {
    font-size: 13px;
}
p.priceMoney {
    margin-left: 12px;
    color: red;
        font-size: 20px;
}
.priceMoney strike {
    color: #000;
    margin-left: 10px;
    font-size: 16px;
}
.descriptionPriceCard {
    display: flex;
    margin-bottom: 5px;
}
.descriptionContentCard {
    display: flex;
    margin-top: 15px;
    align-items: center;
}

.descriptionContentCard__left {
    flex: 0 0 35%;
    max-width: 35%;
}
.descriptionContentCard__right p {
    padding: 1px 0px;
}
.commonbtn a {
    display: inline-block;
    background: #b4be85;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 10px 5px;
    border-radius: 50px;
    transition: .5s ease all;
}
.addtocart a{
    background:#b4be85;
}
.addtocart a:hover, .addtocart a:focus{
    background:#000;
}
.buynow a{
    background:#000;
}
.buynow a:hover, .buynow a:focus{
    background:#b4be85;
}
.descriptionButtonWrap {
    display: flex;
    margin-top: 25px;
}
.descriptionButtonWrap .commonbtn {
    flex: 0 0 45%;
    max-width: 45%;
    margin-right: 2.5%;
}
.getReddemWrap p b{
    color:red;
}
.getReddemWrap {
    background: #d8d8d8;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 10px;
    margin: 10px 0 5px;
}
li.price strike {
    font-size: 14px;
    margin-left: 15px;
    color: #000;
}
li.price strike i {
    font-size: 12px;
}
.offerSection img {
    width: 100%;
}
/*
    9. Bottom widgets goes before footer
*/
#ltx-logo-footer {
    background-image: url(http://chaitan.like-themes.com/wp-content/uploads/2018/06/footer-1-bg.png) !important;
  background: 50% 50% no-repeat;
  background-color: #252C30;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 40px 0;
}
#ltx-logo-footer .logo-footer img {
  max-width: 194px;
}
  #ltx-logo-footer .logo-footer {
    display: block;
    text-align: center;
  }
#ltx-logo-footer .ltx-social {
  float: right;
  padding-top: 8px;
}
.productOffer {
    background: red;
    display: inline-block;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    position: absolute;
    top: 3px;
    right: 3px;
}
.topLink li {
    position:relative;
}
.topLink li .cartNumber {
    background: #ff2f2f;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 22px;
    position: absolute;
    top: -7px;
    right: 0;
}
.userdashboardWrap {
    padding-top: 80px;
    background: #f1f3f6;
    padding-bottom: 80px;
    border-bottom: 5px solid #fff;
}
.dashboardHeadingPanel {
    display: flex;
    justify-content: space-between;
    margin: 0 -20px 30px;
}
.userProfilePanel {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    display: flex;
    align-items: center;
    padding: 10px;
}
.dashboardTab {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 10px;
    margin-top: 20px;
    min-height: 260px;
}
.UserName {
    padding-left: 15px;
}
.UserName h2 {
    font-size: 16px;
}
.dashboardTab .nav-pills>li {
    float: none;
    padding: 15px 5px;
}   
.dashboardTab .nav-pills>li>a {
    border-radius: 4px;
    font-size: 16px;
    padding: 1px 10px 1px 30px;
    color: #000;
    position: relative;
}
.dashboardTab .nav-pills>li.active>a, .dashboardTab .nav-pills>li.active>a:focus, .dashboardTab .nav-pills>li.active>a:hover {
    color: #ff2f2f;
    background-color: transparent;
}
.dashboardTab .nav-pills>li.active>a i{
    color:#ff2f2f;
}
.dashboardTab .nav-pills>li>a:hover i{
    color: #ff2f2f;
}
.dashboardTab .nav>li>a:focus, .dashboardTab .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
     color: #ff2f2f;
}
.dashboardTab .nav-pills>li>a i {
    color: #b4be85;
    padding-right: 10px;
    position: absolute;
    left: 0;
    top: 4px;
}
.dashboardTab .nav-pills>li>a i.fa.fa-user{
    margin-left: 5px;
}
.editOption {
    background: #fff;
    padding: 1px 5px;
    font-size: 12px;
    cursor: pointer;
}
.editOption:hover{
    background:#ff2f2f;
    color:#fff;
}
#myTabContent {
    background: #fff;
    padding: 0 20px 50px;
}
tr.cart_item:hover td a h6, tr.cart_item:hover td a p{
    color:#ff2f2f;
}
.redeemDetailTable th.product-thumbnail{
    width: 20px;
}
.redeemDetailTable th.product-quantity {
    width: 80px;
}
.statusorder span {
    background: rgb(0 128 0 / 70%);
    color: #fff;
    padding: 0 5px;
}
.pendingdbtn span{
    background: #ffc107;
}
.cancelbtn span{
    background: #ff2f2f;
}
.ratingPopup .modal-dialog {
    width: 600px;
}
.orderViewWrap h3 {
    font-size: 16px;
}
.orderViewWrap {
    display: flex;
    justify-content: space-between;
}
.orderViewWrap_right, .orderViewWrap_left {
    flex: 0 0 50%;
    max-width: 50%;
}
.orderViewWrap_right{
    display: flex;
    justify-content: flex-end;
}
.orderViewWrap p {
    font-size: 14px;
}
.orderViewWrap h3 {
    font-size: 18px;
    padding-bottom: 15px;
}
.clientInfoPanel h4 {
    font-size: 14px;
}
.clientinfoCard {
    max-width: 300px;
}
.detailPopup .modal-header {
    background: #b4be85;
}
.orderBody {
    padding:15px 20px;
}
.orderfulldetailTable {
    padding-top: 50px;
}
.detailPopup .close {
    margin-top: 0;
    font-size: 29px;
    opacity: 1;
}
td.dashboardordercharge {
    text-align: right;
    padding-right: 20px;
}
.dashboardordercharge p {
    font-size: 14px;
}
.giveproductRating a {
    display: inline-block;
    color: red;
    margin-top: 5px;
}
.giveproductRating a:hover{
    color:#000;
}
.giveproductRating a i {
    margin-right: 5px;
    font-size: 12px;
}
.rating-formgrp {
    margin-bottom: 20px;
}
.ratingText{
    display: flex;
    align-items: center;
    padding-top: 5px;
}
.rating-formgrp .rating-product {
    padding: 0 13px 0 0;
    margin: 0;
}
.ratingPopup .modal-header {
    background: #b4be85;
}
.ratingPopup .orderBody {
    padding: 40px 30px;
}
.ratingPopup .modal-content{
    border-radius:0;
}
/* Order detail css end */
li.myAccount.dropdown{
    line-height:2;
}
ul.topLink .myAccount a {
    font-size: 16px;
    color: #000;
    line-height: 1;
}
.myAccount .dropdown-menu{
    border-radius:0;
    border:none;
        top: 167%;
}
.myAccount .dropdown-menu li {
    padding: 5px 0;
}
ul.topLink .myAccount ul a i {
    padding-right: 7px;
}
ul.topLink .myAccount ul a:hover, ul.topLink .myAccount a:hover, ul.topLink .myAccount a:focus{
    color:#f00;
    text-decoration:none;
}
.googlemapCOntainer iframe{
    width:100%;
}
/* Contact Us */
.contact-info-wrap {
    padding:40px 30px 60px;
    background-color: #f3f3f3;
    min-height: 530px;
}
.contact-info-wrap .single-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}
.contact-info-wrap .single-contact-info .contact-icon {
    margin-right: 20px;
}
.contact-info-wrap .single-contact-info .contact-icon i {
    font-size: 20px;
    color: #253237;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #252525;
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.contact-info-wrap .single-contact-info .contact-info-dec p {
    line-height: 1.4;
    color: #253237;
    margin: 0 0 9px;
}
.contact-info-wrap .single-contact-info .contact-info-dec p a{
    color: #253237;
}
.contact-info-wrap .single-contact-info .contact-info-dec p a:hover{
    color:#ff2f2f;
}
.contact-social h3 {
    font-weight: 700;
    color: #253237;
    font-size: 24px;
    margin: 0 0 17px;
    line-height: 1;
}
.social-info {
    margin-top: 30px;
}
.social-info li {
    display: inline-block;
}
.social-info li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #666;
    font-size: 24px;
    padding: 0;
    line-height: 36px;
    border-radius: 100%;
    text-align: center;
    border: none;
    z-index: 1;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    margin-right: 25px;
}
.contact-social .social-info li a {
    margin-right: 15px;
}
.contact-form {
    background-color: #f3f3f3;
    padding: 40px 30px 20px;
}
.contact-title h2 {
    font-size: 20px;
    font-weight: 600;
    color: #253237;
    line-height: 1;
    margin-bottom: 36px;
}
.contact-form-style textarea {
    height: 150px;
    resize: none;
}
.contactUsWrap, .googlemapCOntainer {
    padding-top: 50px;
    padding-bottom: 50px;
}
/* About Us css */
#accordion .panel{
    border: 1px solid #b4be85;
    border-radius: 0;
    box-shadow: none;
    margin-left: 50px;
    margin-bottom: 40px;
}
 
#accordion .panel-heading{
    padding: 0;
    background: #fff;
    position: relative;
}
#accordion .panel-heading:before,
#accordion .panel-heading:after{
    content: "";
    border-right: 8px solid #b4be85;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    position: absolute;
    top: 12px;
    left: -9px;
}
#accordion .panel-heading:after{
    border-right: 7px solid #b4be85;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    position: absolute;
    top: 13px;
    left: -6px;
}
#accordion .panel-title a{
    display: block;
    padding: 10px 20px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    position: relative;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f068";
    font-family: "fontawesome";
    font-weight: 900;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #b4be85;
    text-align: center;
    border: 1px solid #b4be85;
    position: absolute;
    top: 0;
    left: -60px;
    transition: all 0.5s ease 0s;
}
#accordion h4.panel-title {
    background: #b4be85;
}
#accordion .panel-title a.collapsed:before{ content: "\f067"; }
#accordion .panel-body{
    padding:25px 15px;
    border: none;
    font-size: 14px;
    color: #000;
    line-height: 28px;
}
#accordion .panel-body p{ margin-bottom: 0; }
.aboutussWrap {
    padding: 50px 0 30px;
}
.aboutContentPanel h3 {
    padding-bottom: 25px;
}
.aboutContentPanel {
    padding-right: 50px;
    margin-bottom: 20px;
}

.missingcart {
    text-align: center;
    font-size: 20px;
    background: #fafafa;
    padding: 0 43px 45px;
}
.missingcart p {
    font-size: 20px;
}
.missingcart a {
    display: inline-block;
    background: #b4be85;
    padding: 5px 35px;
    color: #fff;
    margin-top: 15px;
}
.missingcart a:hover{
	background:#000;
}
.missingcart img {
    margin-bottom: 35px;
}
.placeOrderPanel {
    border: 1px solid #444;
    text-align: center;
    padding: 70px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.placeorderImg img {
    width: 100px;
}
.placeorderContent {
    margin-top: 25px;
}
.placeorderContent h2 {
    font-size: 30px;
    color: #b4be85;
    padding-bottom: 30px;
}

.placeorderContent h6 {
    font-size: 20px;
    text-decoration: underline;
}
.placeorderContent p {
    font-size: 18px;
    padding: 25px;
}
a.backtoHomebtn {
    background: #b4be85;
    color: #fff;
    font-size: 18px;
    border-radius: 50px;
    padding: 5px 50px;
    display: inline-block;
    margin-top: 25px;
}
a.backtoHomebtn:hover{
	background:#000;
	color:#fff;
}
.productBlock button {
    background: transparent;
    border: none;
    color: #fff;
}
.productBlock button i {
    padding-left: 10px;
}
.productBlock button:focus {
    border:none;
    outline:none;
    box-shadow:none;
}
.mainflexwrapInner:after {
    content: "";
    display: block;
    width: 300%;
    position: absolute;
    top: -100px;
    left: 0;
    bottom: 0;
    background: #fafafa;
    z-index: -1;
    -webkit-box-shadow: 1px 0 0 #e1e1e1 inset;
    box-shadow: 1px 0 0 #e1e1e1 inset;
}
.mainflexwrapInner {
    position: relative;
    padding-left: 30px;
	padding-bottom: 50px;
}
.mainflexwrap{
	display:flex;
	min-height: 90vh;
}
.mainflexwrap .cartDetailWrap h3 {
    background: transparent;
    font-size: 18px;
    color: #000;
        font-weight: 600;
    padding: 0 0 20px 0px;
}
.mainflexwrap .cartTotalBlock {
    border: none;
    padding: 0;
    font-size: 16px;
    box-shadow: none;
    padding-bottom: 20px;
}
.mainflexwrap .col-sm-7 {
    padding-bottom: 50px;
}
div#checkoutaddress, .maindeliveryLocation, .checkoutPanel{
    padding-right: 120px;
}
.mainflexwrap .cartTotalBlock tr {
    border-bottom: none;
}
.mainflexwrap .cartTotalBlock tr.checkoutTotal {
    border-top: 2px solid rgb(116 116 116 / 97%);
}
.mainflexwrap .cartTotalBlock tr td, .mainflexwrap .cartTotalBlock tr th {
    padding: 5px 0;
	    color: #444;
}
.cartTotalBlock tr.checkoutTotal td, .cartTotalBlock tr.checkoutTotal th {
    padding: 20px 0 0;
}
.mainflexwrap .deliveryCarges {
    padding-bottom: 30px !important;
}
.checkoutTotal p {
    font-size: 12px;
}
.checkoutLogo {
    margin-top: -40px;
    margin-bottom: 40px;
}
.checkoutBreadcrumb {
    font-size: 15px 0;
}
.checkoutLogo a.headerLogo{
    padding: 0;
}
.checkoutBreadcrumb {
    font-size: 14px;
    margin: 15px 0;
    color: #8BC34A;
}
.checkoutBreadcrumb a {
    color: #000000;
}
.checkoutBreadcrumb i {
    font-size: 16px;
    padding: 0 5px;
}
.addressMark label {
    overflow: auto;
    border-radius: 50px;
    margin-right: 10px;
	    position: relative;
	cursor:pointer;
}
.addressMark label span {
    text-align: center;
    font-size: 12px;
    padding: 1px 5px 3px;
    display: block;
    min-width: 80px;
    font-weight: normal;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}

.addressMark label input {
    position:absolute;
    top:-20px;
}

.addressMark input:checked + span {
    background-color:#b4be85;
    color:#fff;
	border-color:#b4be85;
}
.coupanTabPanel li a.nav-link {
    color: #000;
    font-size: 14px;
    padding: 0;
	border: none;
}
.coupanTabPanel li.active a.nav-link, .coupanTabPanel li a.nav-link:hover, .coupanTabPanel li a.nav-link:focus {
    color: #4CAF50;
	text-decoration: underline;
    background: transparent;
    border: none;
}
.coupanTabPanel li a.nav-link span {
    display: block;
    font-size: 10px;
    text-align: right;
    color: #000;
}
.coupanTabPanel ul {
    display: flex;
    border: none;
    /*justify-content: space-between;*/
}
.coupanTabPanel .nav-tabs>li {
    float: none;
    margin-bottom: -1px;
    flex: 0 0 50%;
    max-width: 50%;
}
/*.coupanTabPanel .nav-tabs>li:last-child{*/
/*	    text-align: right;*/
/*}*/
.coupanTabPanel {
       padding: 15px;
}
.coupanCodeWtrap {
    margin-bottom: 25px;
    border-radius: 0;
	border: 2px solid transparent;
    border-top: 2px solid #b4be85;
}
.coupanCodeWtrap.openCoupanCode {
    border: 2px solid #b4be85;
}
.coupanInner{
    padding: 10px 15px;
		    background: #fff
}
.coupanInner p {
font-size: 13px;
}
.coupanInner p i {
    padding-right: 6px;
}
.coupanInner p a {
    text-decoration: underline;
    color: #4CAF50;
    padding-left: 6px;
}
.coupanInner p span {
    color: #b4be85;
}
.coupanPanel .submitbtn{
    height: 38px;
}
.mainsubmitbtn.blackBtn {
    background: #000;
    margin-left: 10px;
}
.mainsubmitbtn.blackBtn:hover{
	background: #71b03e;
}

.addtocartParent input.cartnumber{
	margin: 0px 10px;
    width: 45px;
	    background: transparent;
    color: #fff;
}
.totalratingPanel {
    display: flex;
    justify-content: space-between;
	    padding: 0 25px;
}
.ratingshowwrap {
    padding: 25px 0px;
    color: #000;
    margin: 0 -25px;
}
.descriptionTabPanel .tab-content>.tab-pane {
    border: 1px solid #ddd;
    border-top: none;
    padding: 25px;
}
.nav>li>a{
	color:#000;
}
.descriptionTabPanel {
    margin-top: 35px;
    border-top: 2px solid rgb(3 3 3 / 39%);
    padding-top: 35px;
	
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	color:#ff2f2f;
}
.ratingdescriptionPanel {
    border-top: 1px solid #ddd;
		padding: 0 25px;
    padding-top: 25px;
    margin-top: 25px;
}
.ratingHeading {
    display: flex;
    align-items: center;
}
.ratingHeading p {
    font-size: 14px;
    background: #4CAF50;
    color: #fff;
    padding: 0 5px;
    border-radius: 3px;
}
.ratingHeading p i {
    font-size: 12px;
}
.ratingHeading h3 {
    font-size: 18px;
    font-weight: 600;
    margin-left: 15px;
}
.ratingHeading p i {
    font-size: 12px;
}
.ratingContent p {
    font-size: 14px;
    padding: 15px 0 5px;
}
.ratingUser p {
    font-size: 13px;
    color: #848484;
    font-weight: 400;
}
.ratingUser p i {
    padding-right: 4px;
}
#myTabContent .checkoutPanel {
    padding: 0;
}
.galleryOuter .galleryIn {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.galleryOuter .sliderImage {
    flex: 0 0 calc(33.33% - 30px);
    max-width: calc(33.33% - 30px);
    margin: 0 15px 30px;
    border: 1px solid #ddd;
    background: #f8f8f8;
}
.galleryCaption p {
    font-size: 18px;
    padding: 10px;
}
.galleryOuter .sliderImage img.example-image {
    max-width: 100%;
}
.galleryOuter .lb-nav a.lb-prev{
        background: url(../../imgs/prev.png) left 48% no-repeat;
}
.galleryOuter .lb-nav a.lb-next{
      background: url(../../imgs/next.png) right  48% no-repeat;
}
.cartDetailWrap {
    background: #fafafa;
    padding: 25px;
}
.cartTotalMax {
    display: flex;
    max-width: 100%;
    justify-content: space-between;
}
.cartTotalMax .cartDetailWrap {
    background: #fafafa;
    padding: 25px;
    width: 750px;
}
video#myVideo{
    width:100%;
}
#myTabContent .maindeliveryLocation_left {
    padding-left: 0;
    padding-right: 0;
}
.qualitySection {
    background: #fafafa;
}
.whychoosePanel {
    display: flex;
    flex-wrap: wrap;
    margin:0 -15px;
}
.whychooseBox {
    flex: 0 0 calc(33.33% - 30px);
    max-width: calc(33.33% - 30px);
    margin: 0 15px;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
.whychooseBox__content {
    padding: 20px;
}
.whychooseBox__content h2, .aboutContentPanel h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
.whychooseBox__content p, .aboutContentPanel p   {
    font-size: 14px;
}
.testimonials {
  background-color: #fafafa;
  position: relative;
}

#customers-testimonials .item-details {
  background-color: #333333;
  color: #fff;
  padding: 20px 10px;
  text-align: left;
}
#customers-testimonials .item-details h5 {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 18px;
}
#customers-testimonials .item-details h5 span {
  color: red;
  float: right;
  padding-right: 20px;
}
#customers-testimonials .item-details p {
  font-size: 14px;
}
#customers-testimonials .item {
  text-align: center;
  margin-bottom: 0px;
}

.slide-content{
	background-color:#fff;
	padding:48px 64px;
	border-radius:10px;
}

.quote {
	width:10%;
	margin:auto;
	margin-bottom: 1rem;
}
.slide-content .stars .star {
    width: 1rem;
	  margin-right: 0.5rem;
	display:inline;
	margin-bottom: 1rem;
}
.slide-subtext {
	margin-bottom: 1rem;
}
.name{
	margin-bottom: 1rem;
}
.yelp-cta {
display:inline;
	
}
.yelp-cta span {
    margin-right: 0.5rem;
    font-size: 0.8rem;
    color: #ADB3B5;
}
.slide-content a {
	text-decoration: none;
}
.slidercarousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.slidercarousel .owl-nav button {
    width: 30px;
    height: 30px;
    background: #b4be85 !important;
    color: #fff !important;
    border-radius: 50%;
    margin: 0 5px;
}
.slidercarousel .owl-nav button:focus, .slidercarousel .owl-nav button:hover{
    outline:none;
    background:#ff0000 !important;
}
.slidercarousel .owl-nav button i {
    margin-top: 6px;
}
ul.infoHeader {
    display: flex;
}
.topHead {
    background: #b4be85;
    padding:5px 45px;
}
.topHeadInner {
    display: flex;
    justify-content: flex-end;
}
ul.infoHeader li {
    padding-left: 15px;
}
ul.infoHeader a {
    color: #fff;
}
ul.infoHeader a:hover{
    color:#ff0000;
}
.social-info h4 {
    font-size: 16px;
    text-transform: capitalize;
    padding-bottom: 5px;
    /* margin-bottom: 25px; */
    position: relative;
    color: #253237;
    /* border-bottom: 1px solid #e3e3e3; */
    font-weight: 700;
    /* line-height: 24px; */
}
.galleryCaption {
    background: #b4be85;
    text-align: center;
    font-weight: 600;
}
.proceedBtn a span {
    display: block;
    font-size: 13px;
    line-height: 1;
    margin-top: -5px;
    padding-bottom: 11px;
}
.aboutPageWrap .container-fluid {
    padding: 0 80px;
}
.aboutPanelLeft {
    padding-right: 100px;
}
.aboutQuateWrap {
    background: url(../img/about5.webp);
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
        margin: 50px 0;
}
.aboutQuateWrap__inner {
    background: rgb(59 59 59 / 60%);
    padding: 65px 55px;
    border-radius: 7px;
    color: #fff;
    text-align: center;
    min-width: 550px;
}
.aboutQuateWrap__inner h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
}
.aboutQuateWrap__inner p {
    font-size: 20px;
    line-height: 1.5;
    margin: 25px 0 15px;
}
.aboutQuateWrap__inner h6 {
    color: #b4be85;
}
.aboutPanelLeft h2{
    text-transform:uppercase;
}
.reversepanel .aboutPanelLeft {
    padding-right: 0;
    padding-left: 50px;
}
.aboutPageWrap .aboutContentPanel{
    margin-bottom: 20px;
}
.aboutPageWrap .row {
    display: flex;
    align-items: center;
}
.aboutPageWrap .aboutContentPanel p {
    padding-bottom: 15px;
}
.cartPopup .modal-dialog {
    width: 300px;
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    transform: unset !important;
    position: relative;
    z-index: 9;
        justify-content: center;
}
.cartPopup:after {
    content: "";
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.cartStatusImg img {
    width: 50px;
}
.cartStatusImg {
    text-align: center;
    margin: 13px auto 0;
}
#alert-body {
    text-align: center;
    font-size: 18px;
}
.cartPopup .modal-content {
    border-radius: 0;
    padding: 15px 10px 0;
}
th.product-price {
    width: 130px !important;
}
.orderStatusImg img {
    width: 45px;
}
.orderStatusImg {
    display: flex;
}
.orderIDWrap p {
    font-size: 14px;
    padding-bottom: 0;
    line-height: 1.2;
}
.orderIDWrap {
    padding-left: 15px;
}
.orderStatusImg {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.thankyouTopBoxPanel{
        display: flex;
    justify-content: flex-end;
}
.thankyouTopBox {
    max-width: 550px;
    padding-right: 100px;
}
.emailNotificationBox h6 {
    font-size: 18px;
        padding-bottom: 5px;
}
.emailNotificationBox p {
    font-size: 12px;
    line-height: 1.2;
}
.emailNotificationBox, .thankyoubottomDetail {
    border: 1px solid #f6f6f6;
    padding: 10px;
    border-radius: 5px;
}
.thankyouPageDetail {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.emailNotificationWrap {
    margin-bottom: 40px;
}
.thankyoubottomDetail .maindeliveryLocation_left{
   padding:0; 
}
.thankyoubottomDetail .addressList h4 {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
}
.thankyoubottomDetail .addressList p {
    font-size: 13px;
    max-width: 250px;
    line-height: 1.5;
}
.thankyouLeft {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 25px;
}
.thankyourRight{
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 25px;
}
.loaderBox {
    text-align: center;
}
.loaderText{
    margin-top: -205px;
}
.continueShopingBtn .mainsubmitbtn {
    padding: 5px 15px;
    font-size: 14px;
}
.continueShopingBtn {
    margin-top: 25px;
}
button.close.alertClose {
    color: #F44336;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 6px;
    font-size: 25px;
    font-weight: normal;
}
li.weight {
    font-weight: bold;
}
.discountInfo {
    font-size: 11px;
    text-align: center;
    padding: 4px;
}
.searchFormHead button {
    border: none;
    font-size: 15px;
    z-index: 9;
    position: absolute;
    right: 0;
    background: #b4be85;
    color: #fff;
    height: 30px;
    padding: 0 9px;
}
.searchFormHead input {
    /* position: absolute; */
    /* right: 3px; */
    background: #fff;
    border: 1px solid #444;
    height: 30px;
    width: 250px;
}

.searchFormHead {
    position: absolute;
    right: 11px;
    top: 0px;
    display: none;
}
.searchFormHead form {
    position: relative;
    height: 30px;
}
.mobileMenuIcon, .menuClosebtn{
    display:none !important;
}
.sticky .topHead {
    display: none;
}
.Description_text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
}
.mobileSlider, .mobileOffer{
    display:none;
}
.checkoutPageMain .customLoginRow__inner.signupwrap {
    display: none;
}
.sticky .maindeliveryLocation_left .topHead {
    display: flex;
}
.checkoutPage .col-sm-7:before {
    content: "";
    background: url(https://287merryteasagar.in/assets/website/img/bgwithoutcup.png);
    width:1100px;
    height: 100vh;
    position: absolute;
    z-index: -1;
    left: -300px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -100px;
    background-attachment: fixed;
    opacity: .2;
}
#applypromocode a {
    padding-left: 5px;
    color: red;
}
.staticContentBox {
    border: 1px solid #ccc;
    padding: 25px;
    box-shadow: 0 0 5px rgb(0 0 0 / 18%);
}
.staticContentBox h6 {
    font-size: 24px;
    margin: 15px 0 10px;
}
.staticContentBox p {
    padding-bottom: 10px;
}
.staticContentBox li {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 15px;
    list-style: disc;
    padding-left: 15px;
}
.staticContentBox ul {
    padding-left: 20px;
}
.customSelectnew{
        border-radius: 0;
    box-shadow: none;
    border-color: #d9d9d9;
    height: 45px;
}
