/* Scss Document 
 Created : 20/11/2020
 Name : custom.css  */
/**************************login popup*********************/
#header .header-top .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 500px) {
  #header .header-top .top-links > li.menu-item > a {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media only screen and (max-width: 400px) {
  #header .header-top .top-links > li.menu-item > a {
    padding-left: 3px;
    padding-right: 3px;
  }
}
@media only screen and (max-width: 375px) {
  #header .header-top #header .header-top .container .top-links a {
    font-size: 8px !important;
  }
}
@media only screen and (max-width: 375px) {
  #header .header-top .mega-menu li.menu-item > a > i {
    margin-right: 0px;
  }
}
#header .header-top #menu-top-navigation {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 375px) {
  #header .header-top #menu-top-navigation {
    padding-left: 2px;
    padding-right: 2px;
  }
}
#header .header-top #menu-top-navigation li.menu-item-gtranslate {
  order: 1;
}
#header .header-top #menu-top-navigation li.menu-item-gtranslate #gtranslate_wrapper {
  position: static !important;
}
#header .header-top #menu-top-navigation li.menu-item-gtranslate #gtranslate_wrapper .switcher {
  width: 80px;
}
#header .header-top #menu-top-navigation li.menu-item-gtranslate #gtranslate_wrapper .switcher .selected a {
  border: none;
}
#header .header-top #menu-top-navigation li.menu-item:nth-child(1) {
  order: 2;
}
#header .header-top #menu-top-navigation li.menu-item:nth-child(2) {
  order: 3;
}
#header .header-top #menu-top-navigation li.menu-item:nth-child(3) {
  order: 4;
}
#header .header-top #menu-top-navigation li.menu-item:nth-child(5) {
  order: 5;
}
#content-bottom {
  padding: 0px 10px;
  margin: 0 auto;
}
@media (min-width: 1220px) {
  #content-bottom {
    max-width: 1440px !important;
  }
}
#login-form-popup {
  width: 100%;
  max-width: 1191px;
}
@media only screen and (max-width: 767px) {
  #login-form-popup {
    max-width: 320px;
  }
  #login-form-popup .col-1 {
    padding: 10px !important;
  }
}
@media only screen and (min-width: 768px) {
  #login-form-popup {
    width: 80%;
  }
}
#login-form-popup .logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
#login-form-popup .top-border {
  background: url("../../images/login-top-border.png");
  width: 100%;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
}
#login-form-popup .bottom-border {
  background: url("../../images/login-bottom-border.png");
  width: 100%;
  height: 128px;
  display: block;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #login-form-popup .featured-box .box-content {
    padding: 25px 0px;
  }
}
#login-form-popup .c2s-login {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
#login-form-popup .c2s-login h2 {
  font-family: "Poppins-Bold";
  font-size: 22px;
  color: #000;
  text-transform: capitalize;
}
#login-form-popup .c2s-login .woocommerce-form p {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #000;
  position: relative;
}
#login-form-popup .c2s-login .woocommerce-form p .required {
  display: inline-block;
  top: 2px;
  position: absolute;
}
#login-form-popup .c2s-login .woocommerce-form .woocommerce-Input {
  border: 1px solid #9f9f9f;
  height: 50px;
  font-family: "Poppins-Light";
  font-size: 15px;
  color: #000;
}
#login-form-popup .c2s-login .woocommerce-form .lost_password {
  display: flex;
  align-items: center;
}
#login-form-popup .c2s-login .woocommerce-form .lost_password label {
  margin-top: 0px;
  line-height: 0px;
  font-family: "Poppins-Regular";
  font-size: 12px;
  color: #000;
}
#login-form-popup .c2s-login .woocommerce-form .lost_password a {
  margin-left: auto;
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #000;
}
#login-form-popup .c2s-login .woocommerce-form .lost_password a:hover {
  color: #325615;
}
#login-form-popup .c2s-login .woocommerce-form .roles {
  display: flex;
}
@media (max-width: 768px) {
  #login-form-popup .c2s-login .woocommerce-form .roles {
    align-items: center;
    justify-content: center;
  }
}
#login-form-popup .c2s-login .woocommerce-form .roles label {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 197px;
  height: 44px;
  border: 1px solid #325615;
  border-radius: 25px;
  padding-left: 20px;
  cursor: pointer;
}
#login-form-popup .c2s-login .woocommerce-form .roles label.selected {
  position: relative;
  border: 1px solid #f37321;
  background: #f37321;
}
#login-form-popup .c2s-login .woocommerce-form .roles label.selected .tick {
  background: url("../../images/role-tick.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
}
#login-form-popup .c2s-login .woocommerce-form .roles label input[type='radio'] {
  margin-right: 14px !important;
}
#login-form-popup .c2s-login .woocommerce-form .roles label input[type='radio']:after {
  width: 22px;
  height: 22px;
  border-radius: 15px;
  top: -5px;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #325615;
}
#login-form-popup .c2s-login .woocommerce-form .roles label input[type='radio']:checked:after {
  width: 22px;
  height: 22px;
  border-radius: 15px;
  top: -5px;
  left: -1px;
  position: relative;
  background-color: #f37321;
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
#login-form-popup .c2s-login .woocommerce-form .roles label input[type='radio']:checked:before {
  content: url("../../images/role-tick.png");
  position: absolute;
  z-index: 999;
  top: 15px;
  left: 24px;
}
@media (min-width: 768px) {
  #login-form-popup .c2s-login .woocommerce-form .roles label:last-child {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  #login-form-popup .c2s-login .woocommerce-form .roles label:last-child {
    margin-top: 20px;
  }
}
#login-form-popup .c2s-login .lost_password a {
  cursor: pointer;
}
#login-form-popup .c2s-login .g-recaptcha, #login-form-popup .c2s-login .anr_captcha_field {
  margin-bottom: 20px;
}
#login-form-popup .c2s-login .woocommerce-privacy-policy-text p {
  font-family: "Poppins-Regular";
  font-size: 12px;
  color: #000;
}
#login-form-popup .c2s-login .woocommerce-privacy-policy-text a {
  font-family: "Poppins-Regular";
  font-size: 12px;
  color: #000;
  line-height: 25px;
}
#login-form-popup .c2s-login .woocommerce-privacy-policy-text a:hover {
  text-decoration: none;
  color: #325615;
}
#login-form-popup .c2s-login .login-container {
  width: 100%;
}
@media (min-width: 1200px) {
  #login-form-popup .c2s-login .login-container {
    max-width: 456px;
  }
}
#login-form-popup .button {
  width: 100%;
  height: 56px;
  background: #325615;
  border-color: #325615;
  border-width: 2px;
  margin-top: 15px;
  font-family: "Poppins-Bold";
  font-size: 16px;
  color: #fff;
}
#login-form-popup .button:hover {
  background: #fff;
  color: #325615;
}
#login-form-popup .button.reg-btn {
  margin-top: 0px;
}
#login-form-popup .forgot-box {
  display: none;
  background: #f37321 !important;
}
@media only screen and (min-width: 1025px) {
  #login-form-popup .forgot-box {
    width: 100% !important;
    max-width: 623px !important;
  }
}
#login-form-popup .forgot-box .mfp-close {
  background: url("../../images/close.png") no-repeat;
  width: 25px;
  height: 25px;
  right: 30px;
  top: 20px;
  cursor: pointer;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
#login-form-popup .forgot-box .mfp-close::before {
  border: none;
}
#login-form-popup .forgot-box .mfp-close::after {
  border: none;
}
#login-form-popup .forgot-box .box-content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 25px 0px 25px !important;
}
@media only screen and (min-width: 768px) {
  #login-form-popup .forgot-box .box-content {
    width: 100% !important;
    max-width: 456px !important;
  }
}
#login-form-popup .forgot-box .box-content h2 {
  font-family: "LobsterTwo-Bold";
  font-size: 37px;
  color: #fff;
  text-align: center;
}
#login-form-popup .forgot-box .box-content p {
  font-family: "Poppins-Light";
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
}
#login-form-popup .forgot-box .box-content .form-control {
  width: 100%;
  height: 50px;
  border: 1px solid #9f9f9f;
  margin-top: 16px;
  font-family: "Poppins-Light";
  font-size: 15px;
  color: #000;
}
#login-form-popup .forgot-box .box-content .form-control::placeholder {
  font-family: "Poppins-Light";
  font-size: 15px;
  color: #c4c4c4;
}
#login-form-popup .forgot-box .fg-bottom-border {
  background: url("../../images/forgot-bottom.png");
  width: 100%;
  height: 128px;
  display: block;
  background-repeat: no-repeat;
}
.reset-password {
  width: 100%;
  max-width: 623px;
  background: #f37321;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
}
.reset-password .modal-content {
  background: #f37321;
  border: none;
}
.reset-password .modal-content .modal-body {
  max-width: 456px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 0px 0px 0px;
}
.reset-password .modal-content .modal-body h1 {
  font-family: "LobsterTwo-Bold";
  font-size: 37px;
  color: #fff;
  text-align: center;
}
.reset-password .modal-content .modal-body .form-control {
  width: 100%;
  height: 50px;
  border: 1px solid #f37321;
  margin-top: 16px;
  padding-left: 20px;
  font-family: "Poppins-Light";
  font-size: 15px;
  color: #000;
}
.reset-password .modal-content .modal-body .form-control::placeholder {
  font-family: "Poppins-Light";
  font-size: 15px;
  color: #c4c4c4;
}
.reset-password .modal-content .modal-body .button {
  width: 100%;
  height: 56px;
  background: #325615;
  border-color: #325615;
  border-width: 2px;
  margin-top: 20px;
  font-family: "Poppins-Bold";
  font-size: 16px;
  color: #fff;
}
.reset-password .modal-content .modal-body .button:hover {
  background: #fff;
  color: #325615;
}
.reset-password .modal-content .close {
  position: absolute;
  right: 0;
}
.reset-password .modal-content .close:focus {
  outline: none;
}
.reset-password .modal-content .close span {
  background: url("../../images/close.png") no-repeat;
  width: 25px;
  height: 25px;
  right: 30px;
  top: 20px;
  cursor: pointer;
  display: block;
  position: absolute;
}
.reset-password .bottom-border {
  background: url("../../images/forgot-bottom.png");
  width: 100%;
  height: 128px;
  display: block;
  background-repeat: no-repeat;
}
.page-template-template-registersteps #main .container {
  width: 100%;
  max-width: 100% !important;
  background: url("../../images/steps-bg.png") no-repeat;
  background-size: cover;
}
.page-template-template-registersteps #main .container .register-step {
  width: 100%;
  background: #f37321;
  max-width: 609px;
  margin: 60px auto;
}
.page-template-template-registersteps #main .container .register-step .form {
  width: 100%;
  max-width: 465px;
  margin: 0 auto;
  padding: 50px 0px 0px 0px;
}
@media (max-width: 767px) {
  .page-template-template-registersteps #main .container .register-step .form {
    padding: 50px 20px 0px 20px;
  }
}
.page-template-template-registersteps #main .container .register-step .form h1 {
  font-family: "LobsterTwo-Bold";
  font-size: 37px;
  color: #fff;
  text-align: center;
}
.page-template-template-registersteps #main .container .register-step .form p {
  font-family: "Poppins-Light";
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}
.page-template-template-registersteps #main .container .register-step .form p.left-text {
  text-align: left;
  margin: 30px 0px;
}
.page-template-template-registersteps #main .container .register-step .form .form-fields {
  display: flex;
  flex-direction: column;
}
.page-template-template-registersteps #main .container .register-step .form .form-fields label {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}
.page-template-template-registersteps #main .container .register-step .form .form-fields .form-control {
  width: 100%;
  height: 50px;
  border: 1px solid #f37321;
  padding-left: 20px;
  margin-bottom: 7px;
  font-family: "Poppins-Light";
  font-size: 15px;
  color: #000;
}
.page-template-template-registersteps #main .container .register-step .form .form-fields .button {
  width: 100%;
  height: 56px;
  background: #325615;
  border: 1px solid #325615;
  border-width: 2px;
  margin-top: 30px;
  padding: 13px 0px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-family: "Poppins-Bold";
  font-size: 16px;
  color: #fff;
}
.page-template-template-registersteps #main .container .register-step .form .form-fields .button:hover {
  background: #fff;
  color: #325615;
}
.page-template-template-registersteps #main .container .register-step .border-bottom {
  background: url("../../images/forgot-bottom.png");
  width: 100%;
  height: 128px;
  display: block;
  background-repeat: no-repeat;
}
.home-banner-slider .porto-container .extra_small_text {
  font-family: 'Poppins-Regular';
}
.home-banner-slider .porto-container .bold_text {
  font-family: 'Poppins-Bold';
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .home-banner-slider .porto-container .bold_text {
    font-size: 54px !important;
  }
}
@media (max-width: 990px) {
  .home-banner-slider .porto-ultimate-content-box {
    height: auto !important;
    min-height: 215px !important;
  }
}
.page-template-template-farmerprofile {
  background: #f4f4f4;
}
.profile-container {
  background: #fff;
  margin-top: 22px;
  box-shadow: 0px 1px 8px -6px #2c2828;
}
.profile-container .col-left {
  border-right: 1px solid #dedede;
  padding: 40px 40px;
}
.profile-container .col-right {
  padding: 40px 40px 40px 32px !important;
}
.profile-container .col-right .head {
  display: flex;
}
.profile-container .col-right .head h2 {
  font-family: "Poppins-Bold";
  font-size: 22px;
  color: #000;
}
.profile-container .col-right .head .form-control {
  max-width: 290px;
  margin-left: auto;
  height: 35px;
  border: 1px solid #dedede;
  font-family: "Poppins-Light";
  font-size: 13px;
  color: #000;
}
.profile-container .col-right .head .form-control::place-holder {
  font-family: "Poppins-Light";
  font-size: 13px;
  color: #707070;
}
@media (max-width: 767px) {
  .profile-container .col-right .head .form-control {
    margin-right: auto;
    width: 100%;
    max-width: 96%;
  }
}
.profile-container .col-right .head span {
  cursor: pointer;
}
.profile-container .col-right .head span::before {
  content: url("../../images/search.png");
  position: absolute;
  right: 46px;
  top: 48px;
}
@media (max-width: 767px) {
  .profile-container .col-right .head span::before {
    right: 40px;
    top: 96px !important;
  }
}
.profile-container .col-right .responsive tr th {
  font-family: "Poppins-SemiBold";
  font-size: 14px;
  color: #000;
  border-bottom: 1px solid #dedede;
  text-align: center;
}
.profile-container .col-right .responsive tr td {
  padding: 10px !important;
  text-align: center;
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #000;
}
@media (min-width: 768px) {
  .profile-container .col-right .responsive tr td:first-child {
    width: 20%;
  }
}
.profile-container .col-right .responsive tr td p {
  text-align: center;
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #000;
}
.profile-container .col-right .responsive tr td img {
  margin-right: 15px;
  width: 180px;
  height: 100px;
  max-height: 165px;
  object-fit: contain;
}
.profile-container .col-right .responsive tr td a {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #f37321;
  text-decoration: none;
}
.profile-container .col-right .responsive tr td a.try_again {
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
.profile-container .col-right .responsive tr td.empty {
  text-align: center;
}
.profile-container .col-right .responsive tr td.searching {
  text-align: center;
  color: #f37321 !important;
}
.profile-container .col-right .responsive tbody tr:first-child td {
  padding: 30px 0px 0px 0px;
}
.profile-container .profile-info {
  display: flex;
  align-items: center;
}
.profile-container .profile-info .profile_image {
  padding: 20px;
  border-radius: 50%;
  width: 100%;
  max-width: 180px;
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.profile-container .profile-info .profile_image img {
  width: 100%;
  max-width: 180px;
  height: 180px;
  object-fit: contain;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .profile-container .profile-info .profile_details {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .profile-container .profile-info .profile_details {
    margin-top: 20px;
  }
}
.profile-container .profile-info .profile_details .about_us h3 {
  margin-bottom: 0px;
  color: #f47321;
}
.profile-container .profile-info .profile_details p {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #000;
  margin-bottom: 7px;
  display: flex;
  align-items: flex-start;
}
.profile-container .profile-info .profile_details p a {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #000;
}
.profile-container .profile-info .profile_details p a:hover {
  text-decoration: none;
  color: #f37321;
}
.profile-container .profile-info .profile_details p.address::before {
  content: url("../../images/location.png");
  width: 16px;
  height: 18px;
  margin-right: 7px;
  margin-top: 8px;
}
.profile-container .profile-info .profile_details p.email::before {
  content: url("../../images/email.png");
  width: 16px;
  height: 18px;
  margin-right: 7px;
  margin-top: 1px;
}
.profile-container .profile-info .profile_details p.call::before {
  content: url("../../images/call.png");
  width: 16px;
  height: 18px;
  margin-right: 7px;
  margin-top: 4px;
}
.profile-container .profile-info .profile_details p.organic::before {
  content: url("../../images/badge.png");
  width: 16px;
  height: 18px;
  margin-right: 7px;
  margin-top: 4px;
}
@media (max-width: 990px) {
  .profile-container .profile-info .profile_details p.organic::before {
    margin-bottom: 30px;
  }
}
.profile-container .profile-info .profile_details p.verified::before {
  content: url("../../images/verified-protection.png");
  width: 16px;
  height: 18px;
  margin-right: 7px;
  margin-top: 4px;
}
.profile-container .profile-info .profile_details h1 {
  font-family: "Poppins-Bold";
  font-size: 30px;
  color: #000;
  margin-bottom: 5px;
}
.profile-container .button {
  background: #325615;
  border: 2px solid #325615;
  border-radius: 5px;
  width: 100%;
  max-width: 247px;
  height: 50px;
  display: block;
  margin-left: auto;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 30px;
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #fff;
}
.profile-container .button:hover {
  background: #fff;
  color: #325615;
}
.blog .main-content-wrap {
  padding: 50px 0px;
}
.blog-posts .post-large-alt {
  margin-left: 0;
}
.blog-posts .post-content h2 {
  font-family: "Poppins-Bold";
  font-size: 30px;
  color: #000;
}
.blog-posts .post-content h2 a {
  font-family: "Poppins-Bold";
  font-size: 30px;
  color: #000;
}
.blog-posts .post-content h6 {
  font-family: "Poppins-Light";
  font-size: 11px;
  color: #707070;
  text-transform: uppercase;
}
.blog-posts .post-content p {
  font-family: "Poppins-Light";
  font-size: 14px;
  color: #707070;
}
.blog-posts a.read {
  font-family: "Poppins-SemiBold";
  font-size: 13px;
  color: #f37321;
  text-transform: uppercase;
}
.blog-posts a.read:hover {
  color: #b45213;
  text-decoration: none;
}
.blog-posts article {
  border-bottom: none;
  margin-bottom: 42px;
  padding-bottom: 0px;
}
.porto-blog-sidebar .sidebar-content .widget {
  border-bottom: 1px solid #dedede;
  padding-bottom: 30px;
}
.porto-blog-sidebar .sidebar-content .widget-title {
  font-family: "Poppins-Bold";
  font-size: 19px;
  color: #000;
  text-transform: capitalize;
}
.porto-blog-sidebar .sidebar-content .widget_text .textwidget p {
  font-family: "Poppins-Light";
  font-size: 14px;
  color: #707070;
  margin-bottom: 0;
}
.porto-blog-sidebar .sidebar-content .widget_search .input-group .form-control {
  border: 1px solid #ccc;
  height: 50px;
  font-family: "Poppins-Light";
  font-size: 14px;
  color: #707070;
  font-size: 14px !important;
}
.porto-blog-sidebar .sidebar-content .widget_search .btn-dark {
  color: #000;
  background-color: #fff;
  border-color: #ccc #ccc #ccc #fff;
}
.porto-blog-sidebar .sidebar-content .widget-recent-posts .post-item-small {
  padding-bottom: 0px;
}
.porto-blog-sidebar .sidebar-content .widget-recent-posts .post-item-small a {
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #000;
}
.porto-blog-sidebar .sidebar-content .widget-recent-posts .post-item-small .post-date {
  font-family: "Poppins-Light";
  font-size: 11px;
  color: #707070;
}
.porto-blog-sidebar .sidebar-content .widget_recent_comments #recentcomments {
  border: none;
}
.porto-blog-sidebar .sidebar-content .widget_recent_comments #recentcomments .recentcomments {
  border: none;
}
.porto-blog-sidebar .sidebar-content .widget_recent_comments #recentcomments .recentcomments a {
  font-family: "Poppins-Medium";
  font-size: 12px;
  color: #707070;
}
.porto-blog-sidebar .sidebar-content .widget_recent_comments #recentcomments .recentcomments .comment-author-link {
  font-family: "Poppins-Medium";
  font-size: 12px;
  color: #707070;
}
.porto-blog-sidebar .sidebar-content .widget_categories ul {
  border: none;
}
.porto-blog-sidebar .sidebar-content .widget_categories ul .cat-item a {
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
}
.single .post-date {
  display: none;
}
.single .post-content .entry-title {
  font-family: "Poppins-Bold";
  font-size: 30px;
  color: #000;
}
.single .post-content .entry-content p {
  font-family: "Poppins-Light";
  font-size: 14px;
  color: #707070;
}
.validate-message .error {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #f60101;
}
.validate-message .success {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #188911;
}
.response-message .error {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #f60101;
  text-align: center;
  display: block;
}
.response-message .sucess {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #188911;
  text-align: center;
  display: block;
}
.modal-backdrop {
  background-color: #000;
  opacity: 0.75 !important;
}
.woocommerce-account #main {
  background-color: #f4f4f4;
  background: #f4f4f4 !impoetant;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #f9f9f9 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #f9f9f9 !important;
  font-family: "Poppins-Bold";
  font-size: 14px;
  color: #000;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  border-bottom: 1px solid #e7e7e7;
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #000;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--inquiry {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--chat a span {
  background: #d72c2c;
  color: #fff;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  display: inline-block;
  text-align: center;
  font-size: 10px !important;
  margin-left: 10px;
  line-height: 15px;
  border: 1px solid #e60f0f;
}
.woocommerce-account .featured-box-primary .box-content {
  border: none !important;
  padding: 35px 35px 40px 40px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account .featured-box-primary .box-content {
    padding: 20px 20px 0px 20px;
  }
}
.woocommerce-account .featured-box-primary .box-content .edit-account .form-row {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .woocommerce-account .featured-box-primary .box-content .edit-account .form-row {
    max-width: 49%;
  }
}
.woocommerce-account .featured-box-primary .box-content .edit-account .form-row label {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #707070;
}
.woocommerce-account .featured-box-primary .box-content .edit-account .form-row .input-text {
  box-shadow: none;
  border: 1px solid #e7e7e7;
  height: 38px;
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #707070;
}
.woocommerce-account .featured-box-primary .box-content .edit-account .form-row-wide {
  max-width: 100%;
}
.woocommerce-account .featured-box-primary .box-content .edit-account .pwd-change {
  font-family: "Poppins-Medium";
  font-size: 24px;
  color: #000;
}
.woocommerce-account .featured-box-primary .box-content .edit-account .button {
  background: #325615;
  border: 2px solid #325615;
  border-radius: 5px;
  width: 100%;
  max-width: 182px;
  height: 50px;
  text-transform: uppercase;
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #fff;
}
.woocommerce-account .featured-box-primary .box-content .edit-account .button:hover {
  background: #fff;
  color: #325615;
}
.woocommerce-account .featured-box-primary .box-content .my-produce .my_produce_table tr th, .woocommerce-account .featured-box-primary .box-content .my_requirement .my_produce_table tr th, .woocommerce-account .featured-box-primary .box-content .transaction_history .my_produce_table tr th, .woocommerce-account .featured-box-primary .box-content .my-produce .my_requirement_table tr th, .woocommerce-account .featured-box-primary .box-content .my_requirement .my_requirement_table tr th, .woocommerce-account .featured-box-primary .box-content .transaction_history .my_requirement_table tr th, .woocommerce-account .featured-box-primary .box-content .my-produce .transaction_history_table tr th, .woocommerce-account .featured-box-primary .box-content .my_requirement .transaction_history_table tr th, .woocommerce-account .featured-box-primary .box-content .transaction_history .transaction_history_table tr th, .woocommerce-account .featured-box-primary .box-content .my-produce .orders_table tr th, .woocommerce-account .featured-box-primary .box-content .my_requirement .orders_table tr th, .woocommerce-account .featured-box-primary .box-content .transaction_history .orders_table tr th {
  font-family: "Poppins-SemiBold";
  font-size: 14px;
  color: #000;
  padding: 5px 8px;
}
.woocommerce-account .featured-box-primary .box-content .my-produce .my_produce_table tr th span::before, .woocommerce-account .featured-box-primary .box-content .my_requirement .my_produce_table tr th span::before, .woocommerce-account .featured-box-primary .box-content .transaction_history .my_produce_table tr th span::before, .woocommerce-account .featured-box-primary .box-content .my-produce .my_requirement_table tr th span::before, .woocommerce-account .featured-box-primary .box-content .my_requirement .my_requirement_table tr th span::before, .woocommerce-account .featured-box-primary .box-content .transaction_history .my_requirement_table tr th span::before, .woocommerce-account .featured-box-primary .box-content .my-produce .transaction_history_table tr th span::before, .woocommerce-account .featured-box-primary .box-content .my_requirement .transaction_history_table tr th span::before, .woocommerce-account .featured-box-primary .box-content .transaction_history .transaction_history_table tr th span::before, .woocommerce-account .featured-box-primary .box-content .my-produce .orders_table tr th span::before, .woocommerce-account .featured-box-primary .box-content .my_requirement .orders_table tr th span::before, .woocommerce-account .featured-box-primary .box-content .transaction_history .orders_table tr th span::before {
  content: url("../../images//question.png");
  width: 12px;
  height: 12px;
  padding-left: 10px;
}
.woocommerce-account .featured-box-primary .box-content .my-produce .my_produce_table tr td, .woocommerce-account .featured-box-primary .box-content .my_requirement .my_produce_table tr td, .woocommerce-account .featured-box-primary .box-content .transaction_history .my_produce_table tr td, .woocommerce-account .featured-box-primary .box-content .my-produce .my_requirement_table tr td, .woocommerce-account .featured-box-primary .box-content .my_requirement .my_requirement_table tr td, .woocommerce-account .featured-box-primary .box-content .transaction_history .my_requirement_table tr td, .woocommerce-account .featured-box-primary .box-content .my-produce .transaction_history_table tr td, .woocommerce-account .featured-box-primary .box-content .my_requirement .transaction_history_table tr td, .woocommerce-account .featured-box-primary .box-content .transaction_history .transaction_history_table tr td, .woocommerce-account .featured-box-primary .box-content .my-produce .orders_table tr td, .woocommerce-account .featured-box-primary .box-content .my_requirement .orders_table tr td, .woocommerce-account .featured-box-primary .box-content .transaction_history .orders_table tr td {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #707070;
}
.woocommerce-account .featured-box-primary .box-content .my-produce .my_produce_table tr td .chat, .woocommerce-account .featured-box-primary .box-content .my_requirement .my_produce_table tr td .chat, .woocommerce-account .featured-box-primary .box-content .transaction_history .my_produce_table tr td .chat, .woocommerce-account .featured-box-primary .box-content .my-produce .my_requirement_table tr td .chat, .woocommerce-account .featured-box-primary .box-content .my_requirement .my_requirement_table tr td .chat, .woocommerce-account .featured-box-primary .box-content .transaction_history .my_requirement_table tr td .chat, .woocommerce-account .featured-box-primary .box-content .my-produce .transaction_history_table tr td .chat, .woocommerce-account .featured-box-primary .box-content .my_requirement .transaction_history_table tr td .chat, .woocommerce-account .featured-box-primary .box-content .transaction_history .transaction_history_table tr td .chat, .woocommerce-account .featured-box-primary .box-content .my-produce .orders_table tr td .chat, .woocommerce-account .featured-box-primary .box-content .my_requirement .orders_table tr td .chat, .woocommerce-account .featured-box-primary .box-content .transaction_history .orders_table tr td .chat {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #f37321;
  text-transform: uppercase;
  padding-left: 7px;
}
.woocommerce-account .featured-box-primary .box-content .my-produce .my_produce_table tr td.item, .woocommerce-account .featured-box-primary .box-content .my_requirement .my_produce_table tr td.item, .woocommerce-account .featured-box-primary .box-content .transaction_history .my_produce_table tr td.item, .woocommerce-account .featured-box-primary .box-content .my-produce .my_requirement_table tr td.item, .woocommerce-account .featured-box-primary .box-content .my_requirement .my_requirement_table tr td.item, .woocommerce-account .featured-box-primary .box-content .transaction_history .my_requirement_table tr td.item, .woocommerce-account .featured-box-primary .box-content .my-produce .transaction_history_table tr td.item, .woocommerce-account .featured-box-primary .box-content .my_requirement .transaction_history_table tr td.item, .woocommerce-account .featured-box-primary .box-content .transaction_history .transaction_history_table tr td.item, .woocommerce-account .featured-box-primary .box-content .my-produce .orders_table tr td.item, .woocommerce-account .featured-box-primary .box-content .my_requirement .orders_table tr td.item, .woocommerce-account .featured-box-primary .box-content .transaction_history .orders_table tr td.item {
  width: 30%;
}
.woocommerce-account .featured-box-primary .box-content .my-produce .my_produce_table tr td.qty, .woocommerce-account .featured-box-primary .box-content .my_requirement .my_produce_table tr td.qty, .woocommerce-account .featured-box-primary .box-content .transaction_history .my_produce_table tr td.qty, .woocommerce-account .featured-box-primary .box-content .my-produce .my_requirement_table tr td.qty, .woocommerce-account .featured-box-primary .box-content .my_requirement .my_requirement_table tr td.qty, .woocommerce-account .featured-box-primary .box-content .transaction_history .my_requirement_table tr td.qty, .woocommerce-account .featured-box-primary .box-content .my-produce .transaction_history_table tr td.qty, .woocommerce-account .featured-box-primary .box-content .my_requirement .transaction_history_table tr td.qty, .woocommerce-account .featured-box-primary .box-content .transaction_history .transaction_history_table tr td.qty, .woocommerce-account .featured-box-primary .box-content .my-produce .orders_table tr td.qty, .woocommerce-account .featured-box-primary .box-content .my_requirement .orders_table tr td.qty, .woocommerce-account .featured-box-primary .box-content .transaction_history .orders_table tr td.qty {
  width: 16%;
}
.woocommerce-account .featured-box-primary .box-content .my-produce .my_produce_table tr td.size, .woocommerce-account .featured-box-primary .box-content .my_requirement .my_produce_table tr td.size, .woocommerce-account .featured-box-primary .box-content .transaction_history .my_produce_table tr td.size, .woocommerce-account .featured-box-primary .box-content .my-produce .my_requirement_table tr td.size, .woocommerce-account .featured-box-primary .box-content .my_requirement .my_requirement_table tr td.size, .woocommerce-account .featured-box-primary .box-content .transaction_history .my_requirement_table tr td.size, .woocommerce-account .featured-box-primary .box-content .my-produce .transaction_history_table tr td.size, .woocommerce-account .featured-box-primary .box-content .my_requirement .transaction_history_table tr td.size, .woocommerce-account .featured-box-primary .box-content .transaction_history .transaction_history_table tr td.size, .woocommerce-account .featured-box-primary .box-content .my-produce .orders_table tr td.size, .woocommerce-account .featured-box-primary .box-content .my_requirement .orders_table tr td.size, .woocommerce-account .featured-box-primary .box-content .transaction_history .orders_table tr td.size {
  width: 9%;
}
.woocommerce-account .featured-box-primary .box-content .my-produce .my_produce_table tr td.price, .woocommerce-account .featured-box-primary .box-content .my_requirement .my_produce_table tr td.price, .woocommerce-account .featured-box-primary .box-content .transaction_history .my_produce_table tr td.price, .woocommerce-account .featured-box-primary .box-content .my-produce .my_requirement_table tr td.price, .woocommerce-account .featured-box-primary .box-content .my_requirement .my_requirement_table tr td.price, .woocommerce-account .featured-box-primary .box-content .transaction_history .my_requirement_table tr td.price, .woocommerce-account .featured-box-primary .box-content .my-produce .transaction_history_table tr td.price, .woocommerce-account .featured-box-primary .box-content .my_requirement .transaction_history_table tr td.price, .woocommerce-account .featured-box-primary .box-content .transaction_history .transaction_history_table tr td.price, .woocommerce-account .featured-box-primary .box-content .my-produce .orders_table tr td.price, .woocommerce-account .featured-box-primary .box-content .my_requirement .orders_table tr td.price, .woocommerce-account .featured-box-primary .box-content .transaction_history .orders_table tr td.price {
  width: 16%;
}
.woocommerce-account .featured-box-primary .box-content .my-produce .my_produce_table tr td.req_item, .woocommerce-account .featured-box-primary .box-content .my_requirement .my_produce_table tr td.req_item, .woocommerce-account .featured-box-primary .box-content .transaction_history .my_produce_table tr td.req_item, .woocommerce-account .featured-box-primary .box-content .my-produce .my_requirement_table tr td.req_item, .woocommerce-account .featured-box-primary .box-content .my_requirement .my_requirement_table tr td.req_item, .woocommerce-account .featured-box-primary .box-content .transaction_history .my_requirement_table tr td.req_item, .woocommerce-account .featured-box-primary .box-content .my-produce .transaction_history_table tr td.req_item, .woocommerce-account .featured-box-primary .box-content .my_requirement .transaction_history_table tr td.req_item, .woocommerce-account .featured-box-primary .box-content .transaction_history .transaction_history_table tr td.req_item, .woocommerce-account .featured-box-primary .box-content .my-produce .orders_table tr td.req_item, .woocommerce-account .featured-box-primary .box-content .my_requirement .orders_table tr td.req_item, .woocommerce-account .featured-box-primary .box-content .transaction_history .orders_table tr td.req_item {
  width: 33%;
}
.woocommerce-account .featured-box-primary .box-content .my-produce .my_produce_table tr td.req_date, .woocommerce-account .featured-box-primary .box-content .my_requirement .my_produce_table tr td.req_date, .woocommerce-account .featured-box-primary .box-content .transaction_history .my_produce_table tr td.req_date, .woocommerce-account .featured-box-primary .box-content .my-produce .my_requirement_table tr td.req_date, .woocommerce-account .featured-box-primary .box-content .my_requirement .my_requirement_table tr td.req_date, .woocommerce-account .featured-box-primary .box-content .transaction_history .my_requirement_table tr td.req_date, .woocommerce-account .featured-box-primary .box-content .my-produce .transaction_history_table tr td.req_date, .woocommerce-account .featured-box-primary .box-content .my_requirement .transaction_history_table tr td.req_date, .woocommerce-account .featured-box-primary .box-content .transaction_history .transaction_history_table tr td.req_date, .woocommerce-account .featured-box-primary .box-content .my-produce .orders_table tr td.req_date, .woocommerce-account .featured-box-primary .box-content .my_requirement .orders_table tr td.req_date, .woocommerce-account .featured-box-primary .box-content .transaction_history .orders_table tr td.req_date {
  width: 16%;
}
.woocommerce-account .featured-box-primary .box-content .my-produce .my_produce_table tr td.req_qty, .woocommerce-account .featured-box-primary .box-content .my_requirement .my_produce_table tr td.req_qty, .woocommerce-account .featured-box-primary .box-content .transaction_history .my_produce_table tr td.req_qty, .woocommerce-account .featured-box-primary .box-content .my-produce .my_requirement_table tr td.req_qty, .woocommerce-account .featured-box-primary .box-content .my_requirement .my_requirement_table tr td.req_qty, .woocommerce-account .featured-box-primary .box-content .transaction_history .my_requirement_table tr td.req_qty, .woocommerce-account .featured-box-primary .box-content .my-produce .transaction_history_table tr td.req_qty, .woocommerce-account .featured-box-primary .box-content .my_requirement .transaction_history_table tr td.req_qty, .woocommerce-account .featured-box-primary .box-content .transaction_history .transaction_history_table tr td.req_qty, .woocommerce-account .featured-box-primary .box-content .my-produce .orders_table tr td.req_qty, .woocommerce-account .featured-box-primary .box-content .my_requirement .orders_table tr td.req_qty, .woocommerce-account .featured-box-primary .box-content .transaction_history .orders_table tr td.req_qty {
  width: 16%;
}
.woocommerce-account .featured-box-primary .box-content .my-produce .my_produce_table tr td.req_price, .woocommerce-account .featured-box-primary .box-content .my_requirement .my_produce_table tr td.req_price, .woocommerce-account .featured-box-primary .box-content .transaction_history .my_produce_table tr td.req_price, .woocommerce-account .featured-box-primary .box-content .my-produce .my_requirement_table tr td.req_price, .woocommerce-account .featured-box-primary .box-content .my_requirement .my_requirement_table tr td.req_price, .woocommerce-account .featured-box-primary .box-content .transaction_history .my_requirement_table tr td.req_price, .woocommerce-account .featured-box-primary .box-content .my-produce .transaction_history_table tr td.req_price, .woocommerce-account .featured-box-primary .box-content .my_requirement .transaction_history_table tr td.req_price, .woocommerce-account .featured-box-primary .box-content .transaction_history .transaction_history_table tr td.req_price, .woocommerce-account .featured-box-primary .box-content .my-produce .orders_table tr td.req_price, .woocommerce-account .featured-box-primary .box-content .my_requirement .orders_table tr td.req_price, .woocommerce-account .featured-box-primary .box-content .transaction_history .orders_table tr td.req_price {
  width: 16%;
}
.woocommerce-account .featured-box-primary .box-content .my-produce .my_produce_table tr td.sl, .woocommerce-account .featured-box-primary .box-content .my_requirement .my_produce_table tr td.sl, .woocommerce-account .featured-box-primary .box-content .transaction_history .my_produce_table tr td.sl, .woocommerce-account .featured-box-primary .box-content .my-produce .my_requirement_table tr td.sl, .woocommerce-account .featured-box-primary .box-content .my_requirement .my_requirement_table tr td.sl, .woocommerce-account .featured-box-primary .box-content .transaction_history .my_requirement_table tr td.sl, .woocommerce-account .featured-box-primary .box-content .my-produce .transaction_history_table tr td.sl, .woocommerce-account .featured-box-primary .box-content .my_requirement .transaction_history_table tr td.sl, .woocommerce-account .featured-box-primary .box-content .transaction_history .transaction_history_table tr td.sl, .woocommerce-account .featured-box-primary .box-content .my-produce .orders_table tr td.sl, .woocommerce-account .featured-box-primary .box-content .my_requirement .orders_table tr td.sl, .woocommerce-account .featured-box-primary .box-content .transaction_history .orders_table tr td.sl {
  width: 10%;
}
.woocommerce-account .featured-box-primary .box-content .my-produce .my_produce_table tr td.delete a, .woocommerce-account .featured-box-primary .box-content .my_requirement .my_produce_table tr td.delete a, .woocommerce-account .featured-box-primary .box-content .transaction_history .my_produce_table tr td.delete a, .woocommerce-account .featured-box-primary .box-content .my-produce .my_requirement_table tr td.delete a, .woocommerce-account .featured-box-primary .box-content .my_requirement .my_requirement_table tr td.delete a, .woocommerce-account .featured-box-primary .box-content .transaction_history .my_requirement_table tr td.delete a, .woocommerce-account .featured-box-primary .box-content .my-produce .transaction_history_table tr td.delete a, .woocommerce-account .featured-box-primary .box-content .my_requirement .transaction_history_table tr td.delete a, .woocommerce-account .featured-box-primary .box-content .transaction_history .transaction_history_table tr td.delete a, .woocommerce-account .featured-box-primary .box-content .my-produce .orders_table tr td.delete a, .woocommerce-account .featured-box-primary .box-content .my_requirement .orders_table tr td.delete a, .woocommerce-account .featured-box-primary .box-content .transaction_history .orders_table tr td.delete a {
  cursor: pointer;
}
.woocommerce-account .featured-box-primary .box-content .my-produce .my_produce_table tr td.delete a::before, .woocommerce-account .featured-box-primary .box-content .my_requirement .my_produce_table tr td.delete a::before, .woocommerce-account .featured-box-primary .box-content .transaction_history .my_produce_table tr td.delete a::before, .woocommerce-account .featured-box-primary .box-content .my-produce .my_requirement_table tr td.delete a::before, .woocommerce-account .featured-box-primary .box-content .my_requirement .my_requirement_table tr td.delete a::before, .woocommerce-account .featured-box-primary .box-content .transaction_history .my_requirement_table tr td.delete a::before, .woocommerce-account .featured-box-primary .box-content .my-produce .transaction_history_table tr td.delete a::before, .woocommerce-account .featured-box-primary .box-content .my_requirement .transaction_history_table tr td.delete a::before, .woocommerce-account .featured-box-primary .box-content .transaction_history .transaction_history_table tr td.delete a::before, .woocommerce-account .featured-box-primary .box-content .my-produce .orders_table tr td.delete a::before, .woocommerce-account .featured-box-primary .box-content .my_requirement .orders_table tr td.delete a::before, .woocommerce-account .featured-box-primary .box-content .transaction_history .orders_table tr td.delete a::before {
  content: url("../../images/close.png");
  height: 26px;
  widows: 26px;
}
.woocommerce-account .featured-box-primary .box-content .my-produce .my_produce_table tr td .form-control, .woocommerce-account .featured-box-primary .box-content .my_requirement .my_produce_table tr td .form-control, .woocommerce-account .featured-box-primary .box-content .transaction_history .my_produce_table tr td .form-control, .woocommerce-account .featured-box-primary .box-content .my-produce .my_requirement_table tr td .form-control, .woocommerce-account .featured-box-primary .box-content .my_requirement .my_requirement_table tr td .form-control, .woocommerce-account .featured-box-primary .box-content .transaction_history .my_requirement_table tr td .form-control, .woocommerce-account .featured-box-primary .box-content .my-produce .transaction_history_table tr td .form-control, .woocommerce-account .featured-box-primary .box-content .my_requirement .transaction_history_table tr td .form-control, .woocommerce-account .featured-box-primary .box-content .transaction_history .transaction_history_table tr td .form-control, .woocommerce-account .featured-box-primary .box-content .my-produce .orders_table tr td .form-control, .woocommerce-account .featured-box-primary .box-content .my_requirement .orders_table tr td .form-control, .woocommerce-account .featured-box-primary .box-content .transaction_history .orders_table tr td .form-control {
  border: 1px solid #e7e7e7;
  height: 38px;
}
.woocommerce-account .featured-box-primary .box-content .my-produce .actions, .woocommerce-account .featured-box-primary .box-content .my_requirement .actions, .woocommerce-account .featured-box-primary .box-content .transaction_history .actions {
  margin-top: 20px;
  padding-left: 10px;
}
.woocommerce-account .featured-box-primary .box-content .my-produce .actions .button, .woocommerce-account .featured-box-primary .box-content .my_requirement .actions .button, .woocommerce-account .featured-box-primary .box-content .transaction_history .actions .button {
  background: #325615;
  border: 2px solid #325615;
  border-radius: 5px;
  width: 100%;
  max-width: 182px;
  height: 50px;
  margin-right: 20px;
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #fff;
}
.woocommerce-account .featured-box-primary .box-content .my-produce .actions .button:hover, .woocommerce-account .featured-box-primary .box-content .my_requirement .actions .button:hover, .woocommerce-account .featured-box-primary .box-content .transaction_history .actions .button:hover {
  background: #fff;
  color: #325615;
}
.woocommerce-account .featured-box-primary .box-content .transaction_history_table tr th, .woocommerce-account .featured-box-primary .box-content .orders_table tr th {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px !important;
  font-family: "Poppins-SemiBold";
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
.woocommerce-account .featured-box-primary .box-content .transaction_history_table tr td, .woocommerce-account .featured-box-primary .box-content .orders_table tr td {
  padding-top: 25px;
  padding-bottom: 0px;
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #000;
}
.woocommerce-account .featured-box-primary .box-content .transaction_history_table tr td img, .woocommerce-account .featured-box-primary .box-content .orders_table tr td img {
  margin-right: 15px !important;
}
.woocommerce-account .featured-box-primary .box-content .transaction_history_table tr td.acc_or_chat, .woocommerce-account .featured-box-primary .box-content .orders_table tr td.acc_or_chat {
  color: #8a8a8a;
}
.woocommerce-account .featured-box-primary .box-content .transaction_history_table tr td .accept, .woocommerce-account .featured-box-primary .box-content .orders_table tr td .accept {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #0ab55a;
  text-transform: uppercase;
  padding-right: 7px;
}
.woocommerce-account .featured-box-primary .box-content .transaction_history_table tr td .chat, .woocommerce-account .featured-box-primary .box-content .orders_table tr td .chat {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #f37321;
  text-transform: uppercase;
  padding-left: 7px;
}
.woocommerce-account .featured-box-primary .box-content .transaction_history_table tr td.pending, .woocommerce-account .featured-box-primary .box-content .orders_table tr td.pending {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #f37321;
}
.woocommerce-account .featured-box-primary .box-content .transaction_history_table tr td.completed, .woocommerce-account .featured-box-primary .box-content .orders_table tr td.completed {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #25a755;
}
.woocommerce-account .featured-box-primary .box-content .transaction_history_table tr td.cancelled, .woocommerce-account .featured-box-primary .box-content .orders_table tr td.cancelled {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #ee4242;
}
.woocommerce-account .featured-box-primary .box-content .transaction_history_table tr td a.view_order, .woocommerce-account .featured-box-primary .box-content .orders_table tr td a.view_order {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #ee4242;
  text-transform: uppercase;
  padding-right: 15px;
}
.woocommerce-account .featured-box-primary .box-content .transaction_history_table tr td a.archive, .woocommerce-account .featured-box-primary .box-content .orders_table tr td a.archive {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #8a8a8a;
  text-transform: uppercase;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account .featured-box-primary .box-content .transaction_history_table tr, .woocommerce-account .featured-box-primary .box-content .orders_table tr {
    border-bottom: 1px solid #dedede;
  }
  .woocommerce-account .featured-box-primary .box-content .transaction_history_table tr th, .woocommerce-account .featured-box-primary .box-content .orders_table tr th {
    display: none;
  }
  .woocommerce-account .featured-box-primary .box-content .transaction_history_table tr td, .woocommerce-account .featured-box-primary .box-content .orders_table tr td {
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .woocommerce-account .featured-box-primary .box-content .transaction_history_table tr td.req_date, .woocommerce-account .featured-box-primary .box-content .orders_table tr td.req_date {
    width: 100% !important;
  }
  .woocommerce-account .featured-box-primary .box-content .transaction_history_table tr td.acc_or_chat, .woocommerce-account .featured-box-primary .box-content .orders_table tr td.acc_or_chat {
    flex-direction: row;
  }
  .woocommerce-account .featured-box-primary .box-content .transaction_history_table tr td img, .woocommerce-account .featured-box-primary .box-content .orders_table tr td img {
    margin-right: 0px !important;
  }
}
.woocommerce-account .featured-box-primary .box-content .dashboard .row {
  justify-content: space-around;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account .featured-box-primary .box-content .dashboard .row {
    margin-bottom: 0px;
  }
}
.woocommerce-account .featured-box-primary .box-content .dashboard .row .box {
  border: 1px solid #e7e7e7;
  width: 100%;
  max-width: 311px;
  height: 193px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account .featured-box-primary .box-content .dashboard .row .box {
    margin-bottom: 20px;
  }
}
.woocommerce-account .featured-box-primary .box-content .dashboard .row .box p {
  font-family: "Poppins-SemiBold";
  font-size: 16px;
  color: #000;
  padding-top: 30px;
}
.woocommerce-account .featured-box-primary .box-content .dashboard .row a {
  text-decoration: none;
}
.woocommerce-account .page-content {
  padding: 10px 0px;
}
.post-type-archive-product .main-content-wrap {
  padding: 81px 0px;
}
.archive-products {
  background: #fff;
}
.archive-products .products.grid .product-col .product-image {
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.archive-products .products.grid .match_btn {
  display: none;
}
.archive-products .products .product-col:hover {
  opacity: 0.5 !important;
  box-shadow: 0px 0px 8px 0px #000;
}
.archive-products .products .product-col:hover .quickview_match {
  display: block;
}
.archive-products .products .product-col .product-image .labels .onsale {
  font-family: "Poppins-Regular";
  font-size: 11px;
  color: #fff;
  border-radius: 10% !important;
  font-weight: 400;
}
.archive-products .products .product-col .product-image .img-effect {
  height: 235px;
}
.archive-products .products .product-col .product-image img {
  margin-top: 46px;
  max-height: 170px;
  object-fit: contain;
}
.archive-products .products .product-col .quickview {
  background: #325615;
  opacity: 1;
  border-radius: 0px;
  font-family: "Poppins-SemiBold";
  font-size: 14px;
  color: #fff;
  height: 47px !important;
  line-height: 33px;
}
.archive-products .products .product-col .quickview_match {
  background: #325615;
  opacity: 1;
  border-radius: 0px;
  display: none;
  height: 47px !important;
  line-height: 33px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  text-indent: 0;
  padding: 0.1rem 0;
  height: auto;
  border: none;
}
.archive-products .products .product-col .quickview_match:hover {
  text-decoration: none;
}
.archive-products .products .product-col .quickview_match .match-search {
  font-family: "Poppins-SemiBold";
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 41px;
}
.archive-products .products .product-col .product-loop-title:hover {
  color: #f37320 !important;
}
.archive-products .products .product-col .product-loop-title h3:hover {
  color: #f37320 !important;
}
.archive-products .products .product-col .product-loop-title h4 {
  font-family: "Poppins-Regular";
  font-size: 11px;
  color: #707070;
  text-transform: uppercase;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 3px;
  font-weight: 400;
}
.archive-products .products .product-col .woocommerce-loop-product__title {
  font-family: "Poppins-Regular";
  font-size: 15px;
  color: #707070;
  text-transform: capitalize;
}
.archive-products .products .product-col .price, .archive-products .products .product-col .rating-wrap {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.archive-products .products .product-col .price .star-rating::before, .archive-products .products .product-col .rating-wrap .star-rating::before {
  color: #000;
}
.archive-products .products .product-col .price del .woocommerce-Price-amount, .archive-products .products .product-col .rating-wrap del .woocommerce-Price-amount {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #707070;
}
.archive-products .products .product-col .price ins .woocommerce-Price-amount, .archive-products .products .product-col .rating-wrap ins .woocommerce-Price-amount {
  font-family: "Poppins-Medium";
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.archive-products .products .wcfmmp_sold_by_wrapper {
  display: none;
}
.archive-products .products .wcfmmp-store-rating {
  display: none;
}
@media (max-width: 767px) {
  .archive-products .list {
    flex-direction: column;
  }
  .archive-products .list .product-col {
    max-width: 100%;
    flex: 0 100%;
  }
}
@media (max-width: 767px) {
  .archive-products .list .product-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.archive-products .list .product-content .description {
  display: none;
}
.archive-products .list .product-content .add_to_cart_read_more {
  display: none;
}
.archive-products .list .product-content .match_btn {
  background: #325615;
  opacity: 1;
  border-radius: 0px;
  font-family: "Poppins-SemiBold";
  font-size: 14px;
  color: #fff;
  border: 1px solid #325615;
  height: 47px !important;
  line-height: 29px;
  text-transform: uppercase;
  margin-top: 5px;
}
.archive-products .list .product-content .match_btn:hover {
  text-decoration: none;
}
.archive-products .list .product-content h4 {
  margin-left: 0px !important;
}
.archive-products .list .product-content .price {
  margin-left: 0px !important;
}
.archive-products .list .product-image img {
  margin: 20px 20px;
  max-height: 170px;
  object-fit: contain;
}
.porto-woo-category-sidebar .pin-wrapper .sidebar-content {
  background: #fff;
}
.porto-woo-category-sidebar .pin-wrapper .sidebar-content .widget-title {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #000;
}
.porto-woo-category-sidebar .pin-wrapper .sidebar-content .widget_product_categories {
  padding: 0px !important;
}
.porto-woo-category-sidebar .pin-wrapper .sidebar-content .product-categories {
  padding: 0px;
}
.porto-woo-category-sidebar .pin-wrapper .sidebar-content .product-categories .cat-item {
  padding: 10px 20px;
  border-top: 1px solid #e7e7e7 !important;
}
.porto-woo-category-sidebar .pin-wrapper .sidebar-content .product-categories .cat-item a {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #f37321;
  text-decoration: none;
  font-weight: 400;
}
.porto-woo-category-sidebar .pin-wrapper .sidebar-content .product-categories .cat-item .toggle {
  right: 15px;
  top: 15px;
}
.porto-woo-category-sidebar .pin-wrapper .sidebar-content .product-categories .cat-item .toggle::before {
  content: "\002B";
  font-size: 26px;
}
.porto-woo-category-sidebar .pin-wrapper .sidebar-content .product-categories .cat-item.closed .toggle::before {
  content: "\002B";
  font-size: 26px;
}
.porto-woo-category-sidebar .pin-wrapper .sidebar-content .product-categories .cat-item.open .toggle::before {
  content: "\2212";
  font-size: 26px;
}
.porto-woo-category-sidebar .pin-wrapper .sidebar-content .product-categories .cat-item .children .cat-item a {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #707070;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 400;
}
.woocommerce-ordering label {
  font-family: "Poppins-Regular";
  font-size: 13px;
  color: #707070;
}
.woocommerce-ordering .orderby {
  font-family: "Poppins-Regular";
  font-size: 13px;
  color: #707070;
}
.woocommerce-pagination .woocommerce-viewing label {
  font-family: "Poppins-Regular";
  font-size: 13px;
  color: #707070;
}
.woocommerce-pagination .woocommerce-viewing .count {
  font-family: "Poppins-Regular";
  font-size: 13px;
  color: #707070;
}
.gridlist-toggle #grid .active::before {
  color: #4dae65 !important;
}
.shop-loop-after {
  padding-top: 5px;
}
.gridlist-toggle #grid.active:before {
  color: #4dae65;
}
.gridlist-toggle #list.active:before {
  color: #4dae65;
}
.single-product .product {
  padding: 40px 0px 0px 0px;
}
.single-product .woocommerce-product-rating .star-rating::before {
  color: #000 !important;
}
.single-product .woocommerce-product-rating .review-link a {
  font-family: "Poppins-Medium";
  font-size: 13px;
  color: #707070;
}
.single-product .price del .amount {
  font-family: "Poppins-Medium";
  font-size: 18px;
  color: #707070;
}
.single-product .price ins .amount {
  font-family: "Poppins-SemiBold";
  font-size: 24px;
  color: #000;
}
.single-product .product-summary-wrap .onsale {
  display: none;
}
.single-product .product-summary-wrap .description p {
  font-family: "Poppins-Light";
  font-size: 16px;
  color: #707070;
}
.single-product .product-summary-wrap .quantity .minus {
  background: #fff;
}
.single-product .product-summary-wrap .quantity .plus {
  background: #fff;
}
.single-product .product-summary-wrap .quantity .qty {
  font-family: "Poppins-Medium";
  font-size: 17px;
  color: #000;
}
.single-product .product-summary-wrap .product-share {
  float: left;
}
.single-product .product-summary-wrap .yith-wcwl-add-to-wishlist a {
  font-family: "Poppins-Medium";
  font-size: 13px;
  color: #000;
}
.single-product .fa-heart-o::before {
  content: "";
}
.single-product .product_meta .posted_in {
  font-family: "Poppins-Medium";
  font-size: 12px;
  color: #707070;
}
.single-product .product_meta .posted_in a {
  font-family: "Poppins-Bold";
  font-size: 12px;
  color: #000;
}
.single-product .product_meta .posted_in a:hover {
  text-decoration: none;
}
.single-product .button {
  background: #325615;
  border: 1px solid #325615;
  font-weight: 500;
}
.single-product .button:hover {
  background: #fff;
  color: #000;
}
.single-product .button::before {
  display: none;
  content: "";
}
.single-product .wcfmmp_sold_by_container_advanced {
  display: none;
}
.single-product .wcfm_ele_wrapper {
  display: none;
}
.single-product .product-thumbnails {
  margin-top: 30px;
}
.single-product .product-thumbnails .img-thumbnail {
  width: 100%;
  max-width: 138px;
  height: 138px;
  border: 1px solid #dedede !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .single-product .product-thumbnails .img-thumbnail {
    height: auto;
  }
}
.single-product .woocommerce-tabs .tab-content {
  background: #f4f4f4;
}
.single-product .woocommerce-tabs .resp-tabs-list .resp-tab-item {
  font-family: "Poppins-Bold";
  font-size: 13px;
  color: #000;
}
.single-product .woocommerce-tabs .resp-tabs-list .wcfm_policies_tab_tab, .single-product .woocommerce-tabs .resp-tabs-list .wcfm_enquiry_tab_tab {
  display: none;
}
.single-product .woocommerce-tabs .resp-tabs-container {
  display: none;
}
.single-product .woocommerce-tabs .resp-tabs-container .tab-content p {
  font-family: "Poppins-Light";
  font-size: 14px;
  color: #707070;
}
.single-product .related .products .product-col {
  max-width: 340px;
}
.single-product .related .products .product-col .product-inner:hover {
  background: #f4f4f4;
  box-shadow: none;
}
.single-product .related .products .product-col .product-inner .product-image {
  min-height: 300px;
  width: 100%;
  max-width: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
}
.single-product .related .products .product-col .labels .onsale {
  border-radius: 4px;
}
.single-product .related .products .product-col .product-content .product-loop-title h4 {
  font-family: "Poppins-Regular";
  font-size: 11px;
  color: #707070;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.single-product .related .products .product-col .product-content .product-loop-title h3 {
  font-family: "Poppins-Regular";
  font-size: 15px;
  color: #707070;
}
.single-product .related .products .product-col .product-content .rating-wrap .star-rating::before {
  color: #000 !important;
}
.single-product .related .products .product-col .links-on-image .quickview {
  background: #325615;
}
.single-product .related .products .product-col .price del .amount {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #707070;
}
.single-product .related .products .product-col .price ins .amount {
  font-family: "Poppins-Medium";
  font-size: 18px;
  color: #000;
}
html {
  margin: 0 0px;
}
.wcfm-store-setup {
  background: url("../../images/steps-bg.png") no-repeat;
  background-size: cover;
  margin: 0px auto !important;
  padding: 25px !important;
  max-width: 100% !important;
}
.wcfm-store-setup .wc-setup-steps, .wcfm-store-setup .wc-setup-content {
  max-width: 606px !important;
  margin: 0 auto;
}
.wcfm-store-setup .shop_description, .wcfm-store-setup .screen-reader-text, .wcfm-store-setup .wp-shop_description-wrap, .wcfm-store-setup .withdrawal_setting_break_1_wrapper, .wcfm-store-setup .wp-editor-container, .wcfm-store-setup .banner_wrapper {
  display: none;
}
.wcfm-store-setup .wc-setup-content {
  background: #f37321 !important;
  min-height: 416px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 41px auto;
  padding: 40px;
}
.wcfm-store-setup .wc-setup-content h1 {
  font-family: "LobsterTwo-Bold";
  font-size: 37px;
  color: #fff;
  text-align: center;
}
.wcfm-store-setup .wc-setup-content p {
  font-family: "Poppins-Light";
  font-size: 14px;
  color: #fff;
}
.wcfm-store-setup .wc-setup-content #leaflet_find_address {
  margin: 0;
}
.wcfm-store-setup .wc-setup-content .button {
  background: #fff;
  border: none !important;
  font-family: "Poppins-Bold";
  font-size: 16px;
  color: #325615;
}
.wcfm-store-setup .wc-setup-content .button.wcfm_submit_button {
  background: #325615 !important;
  border: 1px solid #325615 !important;
  box-shadow: none;
  text-shadow: none;
  font-family: "Poppins-Bold";
  font-size: 16px;
  color: #fff;
}
.wcfm-store-setup .wc-setup-content .button.wcfm_submit_button:hover {
  background: #fff !important;
  color: #325615 !important;
}
.wcfm-store-setup .wc-setup-content .wcfm-store-setup table {
  background-color: #f37321 !important;
}
.wcfm-store-setup .wc-setup-content .form-table {
  background: #f37321 !important;
  background-color: #f37321 !important;
}
.wcfm-store-setup .wc-setup-content .form-table p {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #fff;
  margin-top: 3px;
  font-style: normal !important;
}
.wcfm-store-setup .wc-setup-content .form-table .wcfm_img_uploader {
  border: none !important;
}
.wcfm-store-setup .wc-setup-content .form-table input[type="text"] {
  margin-top: 0px;
  border: 1px solid #9f9f9f !important;
  box-shadow: none;
  padding: 15px 20px;
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #000;
}
.wcfm-store-setup .wc-setup-content .form-table select, .wcfm-store-setup .wc-setup-content .form-table textarea {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #000;
}
.wcfm-store-setup .wc-setup-content .select2-container .select2-selection {
  min-height: 50px !important;
  border-radius: 0px;
  border: 1px solid #9f9f9f !important;
}
.wcfm-store-setup .wc-setup-content .search-input {
  display: block;
  height: 50px;
  border: 1px solid #9f9f9f !important;
  box-shadow: none !important;
}
.wcfm-store-setup .wc-setup-content .wp-editor-wrap {
  border: none !important;
}
.wcfm-store-setup .wc-setup-content form {
  width: 100% !important;
}
.empty {
  font-family: "Poppins-Medium";
  font-size: 18px;
  color: #f37321;
  text-align: center;
  line-height: 30px;
}
.wcfm-store-setup table {
  background: #ccc !important;
}
.wcfm-store-setup table tr td, .wcfm-store-setup table tr th {
  background-color: #f37321 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 41px;
  padding: 0px 20px;
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #707070;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-EditAccountForm {
    padding: 0px;
  }
}
.checkout-stepper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 35px !important;
}
.checkout-stepper li {
  list-style: none;
  position: relative;
  font-family: "Poppins-Bold";
  font-size: 19px;
  color: #000;
}
.checkout-stepper li.active {
  color: #f37321;
}
.checkout-stepper li::after {
  content: url("../../images/step.png");
  width: 8px;
  height: 14px;
  padding-left: 15px;
  position: absolute;
  top: 3px;
}
.checkout-stepper li:last-child::after {
  content: "";
}
.cart-v2 .featured-box {
  border: none;
  box-shadow: none;
}
.cart-v2 .featured-box .box-content {
  border-top: none;
  background: #f4f4f4;
}
.cart-v2 .featured-box .box-content .shop_table {
  margin-top: 35px;
}
.cart-v2 .featured-box .box-content .shop_table tr th {
  font-family: "Poppins-SemiBold";
  font-size: 14px;
  color: #000;
}
.cart-v2 .featured-box .box-content .shop_table tr td {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #000;
}
.cart-v2 .featured-box .box-content .shop_table tr td a {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.cart-v2 .featured-box .box-content .shop_table tr td .woocommerce-Price-amount {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.cart-v2 .featured-box .box-content .shop_table tr td .qty, .cart-v2 .featured-box .box-content .shop_table tr td .minus, .cart-v2 .featured-box .box-content .shop_table tr td .plus {
  height: 48px;
  background: #fff;
  border-color: #dedede;
}
.cart-v2 .featured-box .box-content .shop_table tr .card-body .coupon {
  width: 100%;
}
.cart-v2 .featured-box .box-content .shop_table tr .card-body .coupon .input-text {
  width: 100%;
  max-width: 183px;
  height: 43px;
  font-family: "Poppins-Regular";
  font-size: 11px;
  color: #000;
}
.cart-v2 .featured-box .box-content .shop_table tr .card-body .coupon .btn {
  width: 100%;
  max-width: 147px;
  height: 41px;
  border-radius: 5px;
  text-transform: uppercase;
  background: #325615 !important;
  border: 1px solid #325615 !important;
  background: #fff;
  font-family: "Poppins-SemiBold";
  font-size: 12px;
  color: #fff;
}
.cart-v2 .featured-box .box-content .shop_table tr .card-body .coupon .btn:hover {
  background: #fff !important;
  color: #325615 !important;
}
.cart-v2 .featured-box .box-content .shop_table .cart_item .product-thumbnail {
  position: relative;
}
.cart-v2 .featured-box .box-content .shop_table .cart_item .product-thumbnail .remove-product::before {
  content: url("../../images/cart-delete.png");
  width: 20px;
  height: 20px;
  position: absolute;
  left: 75px;
  top: -5px;
}
.cart-v2 .card {
  padding: 30px;
}
.cart-v2 .card-body {
  padding: 0px !important;
}
.cart-v2 .card-body tbody tr th {
  padding: 30px 0px !important;
}
.cart-v2 .card-body tbody tr.cart-subtotal th {
  font-family: "Poppins-SemiBold";
  font-size: 14px;
  color: #000;
  padding-bottom: 20px !important;
}
.cart-v2 .card-body tbody tr.cart-subtotal td {
  padding-bottom: 20px !important;
}
.cart-v2 .card-body tbody tr.cart-subtotal td .woocommerce-Price-amount {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #000;
}
.cart-v2 .card-body tbody tr.order-total th {
  font-family: "Poppins-SemiBold";
  font-size: 16px;
  color: #000;
}
.cart-v2 .card-body tbody tr.order-total td .woocommerce-Price-amount {
  font-family: "Poppins-Bold";
  font-size: 22px;
  color: #000;
}
.cart-v2 .card-title {
  font-family: "Poppins-Bold";
  font-size: 15px;
  color: #000;
}
.cart-collaterals {
  padding: 30px 20px 10px 20px;
}
.cart-collaterals .cart_totals {
  margin-top: 35px;
}
.cart-collaterals .cart_totals .btn-primary {
  width: 100%;
  height: 43px;
  border-radius: 5px;
  text-transform: uppercase;
  background: #325615 !important;
  border: 1px solid #325615 !important;
  background: #fff;
  line-height: 23px;
  font-family: "Poppins-SemiBold";
  font-size: 13px;
  color: #fff;
}
.cart-collaterals .cart_totals .btn-primary:hover {
  background: #fff !important;
  color: #325615 !important;
}
.mini-cart .buttons .wc-forward {
  background: #325615;
  border: 1px solid #325615 !important;
  font-family: "Poppins-SemiBold";
  font-size: 14px;
  color: #fff;
}
.mini-cart .buttons .wc-forward:hover {
  background: #fff;
  color: #325615 !important;
}
#customer_details {
  margin-top: 35px;
}
#customer_details .shop_table thead tr th {
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #000;
  font-weight: 400;
  border-bottom: 1px solid #dedede;
}
#customer_details .shop_table tbody tr.cart_item td {
  border: none;
}
#customer_details .shop_table tbody tr td .variation {
  display: none;
}
#customer_details .shop_table tbody tr td.product-name {
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #000;
}
#customer_details .shop_table tbody tr td.product-total .woocommerce-Price-amount {
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
#customer_details .shop_table tfoot .cart-subtotal td, #customer_details .shop_table tfoot .order-total td, #customer_details .shop_table tfoot .cart-subtotal th, #customer_details .shop_table tfoot .order-total th {
  font-weight: 400;
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #000;
}
#customer_details .shop_table tfoot .cart-subtotal .cart-subtotal td, #customer_details .shop_table tfoot .order-total .cart-subtotal td {
  border: none;
}
#customer_details .shop_table tfoot .cart-subtotal .order-total .woocommerce-Price-amount, #customer_details .shop_table tfoot .order-total .order-total .woocommerce-Price-amount {
  font-family: "Poppins-Bold";
  font-size: 22px;
  color: #000;
}
#customer_details .select2-selection__rendered {
  line-height: 28px !important;
}
#customer_details .select2-selection__arrow {
  top: 4px;
}
@media (min-width: 992px) {
  #customer_details .col-lg-5 {
    flex: 0 0 42.666667%;
    max-width: 42.666667%;
  }
  #customer_details .col-lg-7 {
    flex: 0 0 57.333333%;
    max-width: 57.333333%;
  }
}
.place-order .button {
  text-transform: uppercase;
  background: #325615 !important;
  border: 1px solid #325615 !important;
  background: #fff;
  line-height: 23px;
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #fff;
}
.place-order .button:hover {
  background: #fff !important;
  color: #325615 !important;
}
@media (max-width: 767px) {
  .farmers-list .head {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .farmers-list .head h2 {
    text-align: center;
  }
  .farmers-list .head p {
    text-align: center;
  }
  .farmers-list .farmer-box {
    text-align: center;
  }
  .farmers-list .farmer-box h4 {
    margin-bottom: 1px !important;
    margin-top: 10px !important;
  }
  .profile-container .profile-info {
    flex-direction: column;
  }
  .profile-container .profile-info .profile_image {
    border: none;
  }
  .profile-container .button {
    margin: 0 auto;
  }
  .profile-container .col-left {
    padding: 20px 20px;
  }
  .profile-container .col-right {
    padding: 18px 20px !important;
  }
  .profile-container .col-right .head h2 {
    text-align: center;
  }
  .profile-container .col-right .responsive tr {
    border-bottom: 1px solid #ccc;
  }
  .profile-container .col-right .responsive tr th {
    display: none;
  }
  .profile-container .col-right .responsive tr td {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 0px !important;
  }
  .profile-container .col-right .responsive tr td:nth-child(2) {
    flex-direction: row;
  }
  .profile-container .col-right .responsive tr td:nth-child(2)::before {
    content: "MIN QUANTITY:";
    font-family: "Poppins-SemiBold";
  }
  .profile-container .col-right .responsive tr td:nth-child(3) {
    flex-direction: row;
  }
  .profile-container .col-right .responsive tr td:nth-child(3)::before {
    content: "MAX QUANTITY:";
    font-family: "Poppins-SemiBold";
  }
  .profile-container .col-right .responsive tr td:nth-child(4) {
    flex-direction: row;
  }
  .profile-container .col-right .responsive tr td:nth-child(4)::before {
    content: "PRICE:";
    font-family: "Poppins-SemiBold";
  }
  .profile-container .col-right .head, .profile-container .col-left .head {
    flex-direction: column;
  }
  .profile-container .col-right .head span::before, .profile-container .col-left .head span::before {
    top: 104px;
  }
  #map {
    margin-top: 20px !important;
  }
  .woocommerce-EditAccountForm .clearfix {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .my_requirement .my_requirement_table thead {
    display: none;
  }
  .my_requirement .my_requirement_table tr {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid #e2e2e2;
  }
  .my_requirement .my_requirement_table tr td {
    width: 100% !important;
    display: flex;
    flex-direction: column;
  }
  .my_requirement .my_requirement_table tr td::before {
    font-family: "Poppins-SemiBold";
    font-size: 12px;
    color: #000;
  }
  .my_requirement .my_requirement_table tr td:nth-child(1)::before {
    content: "ITEM";
    padding-right: 10px;
  }
  .my_requirement .my_requirement_table tr td:nth-child(2)::before {
    content: "DATE";
    padding-right: 10px;
  }
  .my_requirement .my_requirement_table tr td:nth-child(3)::before {
    content: "DESIRED QUANTITY";
    padding-right: 10px;
  }
  .my_requirement .my_requirement_table tr td:nth-child(4)::before {
    content: "PRICE";
    padding-right: 10px;
  }
  .my_requirement .my_requirement_table tr td a {
    text-align: center;
  }
  .actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding-left: 0px !important;
  }
  .actions .button {
    margin-right: 0px !important;
    margin-bottom: 10px;
  }
}
.single .wcContainer {
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}
@media (min-width: 768px) {
  .wcContainer {
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
}
.wcContainer a.wcAddImageAttachment {
  background: transparent url("../../images/photo-pick.png") center center no-repeat !important;
}
.wcContainer a.wcInsertEmoticonButton {
  background: transparent url("../../images/emoji.png") center center no-repeat !important;
}
.wcContainer a.wcAddFileAttachment {
  background: transparent url("../../images/attach.png") center center no-repeat !important;
}
.wcWindowTitle {
  color: #fff !important;
  font-family: 'Poppins-SemiBold' !important;
  font-size: 18px !important;
}
.chat-page {
  padding: 60px 0px 30px 0px;
}
@media only screen and (max-width: 400px) {
  .chat-page {
    padding: 10px 0px 30px 0px;
  }
}
.chat-page .no-chats p {
  font-family: "Poppins-SemiBold";
  font-size: 14px;
  color: #f37321;
  text-align: center;
}
.chat-page .start-chat {
  width: 100%;
  height: 43px;
  border-radius: 5px;
  text-transform: uppercase;
  background: #325615 !important;
  border: 1px solid #325615 !important;
  background: #fff;
  line-height: 23px;
  max-width: 250px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  font-family: "Poppins-SemiBold";
  font-size: 14px;
  color: #fff;
}
.chat-page .start-chat:hover {
  background: #fff !important;
  color: #325615 !important;
}
.chat-page .cart-container {
  background: #fff;
  padding-left: 0px;
  padding-right: 0px;
}
.chat-page .cart-container.cart-products-section .cart-details {
  background: #f4f4f4 !important;
}
@media (min-width: 768px) {
  .chat-page .cart-container .top {
    height: 52px;
    background: #f37321;
    border-top-right-radius: 15px;
  }
}
.chat-page .cart-container .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .chat-page .cart-container .bottom {
    height: 91px;
    background: #dedede;
    border-bottom-right-radius: 15px;
  }
}
@media (max-width: 990px) {
  .chat-page .cart-container .bottom {
    padding: 0px 10px;
  }
}
@media (max-width: 767px) {
  .chat-page .cart-container .bottom {
    background: #f4f4f4;
  }
}
.chat-page .cart-container .bottom .btn {
  background: #fff;
  border: 1px solid #dedede;
  width: 100%;
  max-width: 233px;
  color: #325615;
  font-family: 'Poppins-Regular';
  font-size: 14px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-transform: uppercase;
  border-radius: 6px;
}
@media (max-width: 990px) {
  .chat-page .cart-container .bottom .btn {
    font-size: 12px;
  }
}
.chat-page .cart-container .bottom .btn::before {
  content: url("../../images/approved.png");
  width: 25px;
  height: 25px;
}
@media (max-width: 990px) {
  .chat-page .cart-container .bottom .btn::before {
    margin-right: 5px;
  }
}
.chat-page .cart-container p {
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #000;
}
.chat-page .cart-container .nocart {
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-page .cart-container .nocart .empty {
  font-size: 14px;
}
.chat-page .cart-container .cart-details {
  height: 500px;
  padding: 30px 20px;
  overflow: scroll;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  .chat-page .cart-container .cart-details {
    height: auto;
  }
}
.chat-page .cart-container .cart-details .cart-items {
  display: none;
}
.chat-page .cart-container .cart-details .cart-items.active {
  display: block;
}
.chat-page .cart-container .cart-details.short {
  height: 448px !important;
}
.chat-page .cart-container .cart-details .items {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.chat-page .cart-container .cart-details .items .btn-block {
  height: 35px;
  width: 100%;
  margin: 0px auto;
  max-width: 200px;
  display: block;
  text-transform: uppercase;
  background: #325615 !important;
  border: 1px solid #325615 !important;
  background: #fff;
  line-height: 15px;
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #fff;
}
.chat-page .cart-container .cart-details .items .btn-block:hover {
  background: #fff !important;
  color: #325615 !important;
}
.chat-page .cart-container .cart-details .items .each {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 8px 0px 0px 0px;
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.chat-page .cart-container .cart-details .items .each:last-child {
  padding-bottom: 21px;
}
.chat-page .cart-container .cart-details .items .each .price_s {
  margin-left: auto;
}
.chat-page .cart-container .cart-details .items .discount {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 15px 0px;
}
.chat-page .cart-container .cart-details .items .discount .form-control {
  height: 35px;
  width: 150px;
  margin-right: 20px;
}
.chat-page .cart-container .cart-details .items .deposit {
  margin-top: 20px;
}
.chat-page .cart-container .cart-details .items .deposit .form-control {
  height: 35px;
  width: 150px;
  margin-right: 20px;
}
.chat-page .cart-container .cart-details .items .response_block {
  border-bottom: 1px solid #e2e2e2;
}
.chat-page .cart-container .cart-details .items .response_block p.passed {
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #325615;
}
.chat-page .cart-container .cart-details .items .response_block p.failed {
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #f00;
}
.chat-page .cart-container .cart-details .items .each-name {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 5px;
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #000;
}
.chat-page .cart-container .cart-details .items .each-name:hover {
  background: #f37320;
}
.chat-page .cart-container .cart-details .items .each-name.active {
  background: #f37320;
}
.chat-page .cart-container .cart-details .items .each-name .counting {
  padding-left: 5px;
}
.chat-page .cart-container .cart-details .items .each-name span {
  color: #fff;
  background: #f00;
  display: inline-block;
  width: 23px;
  height: 23px;
  text-align: center;
  border-radius: 50%;
}
.chat-page .cart-container .cart-details .total {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 20.5px 0px;
  border-bottom: 1px solid #dedede;
}
.chat-page .cart-container .cart-details .total .price_t {
  font-family: "Poppins-Bold";
  font-size: 22px;
  color: #000;
  margin-left: auto;
}
.chat-page .cart-container .cart-details .total .name {
  font-family: "Poppins-SemiBold";
  font-size: 16px;
  color: #000;
}
.chat-page .cart-container .address {
  border: 1px solid #dedede;
  padding: 15px;
  border-radius: 7px;
  margin-top: 24px;
}
.chat-page .cart-container .address p {
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}
.chat-page .cart-container .address .sub-it {
  display: flex;
  flex-direction: row;
}
.chat-page .cart-container .address span {
  line-height: 1.5;
  font-family: "Poppins-Light";
  font-size: 12px;
  color: #000;
}
.chat-page .cart-container .address span:last-child {
  padding-left: 13px;
}
.chat-page .cart-container .address .location-ico {
  position: relative;
}
.chat-page .cart-container .address .location-ico::before {
  top: 2px;
  content: url("../../images/location.png");
  width: 13px;
  height: 18px;
}
.chat-page .chat-list-container .cart-details {
  border-left: 1px solid #dedede;
}
@media (min-width: 768px) {
  .chat-page .chat-list-container .top {
    height: 52px;
    background: #f37321;
    border-top-right-radius: 0px;
  }
}
.chat-page .chat-list-container .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .chat-page .chat-list-container .bottom {
    height: 91px;
    background: #dedede;
    border-bottom-right-radius: 0px;
  }
}
.chat-page .chat-list-container .bottom .btn {
  background: #fff;
  border: 1px solid #dedede;
  width: 100%;
  max-width: 233px;
  color: #325615;
  font-family: 'Poppins-Regular';
  font-size: 14px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-transform: uppercase;
  border-radius: 6px;
}
.chat-page .chat-list-container .bottom .btn::before {
  content: url("../../images/approved.png");
  width: 25px;
  height: 25px;
}
.chat-page .chat-container {
  padding-right: 0px;
}
.chat-page .chat-container .chat-window {
  display: none;
}
.chat-page .chat-container .chat-window.active {
  display: block;
}
@media (min-width: 768px) {
  .scroll {
    background: #fff;
    overflow: scroll;
  }
  .scroll::-webkit-scrollbar {
    width: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }
  .scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
  .wcInputContainer {
    width: auto !important;
  }
}
@media (max-width: 990px) and (min-width: 768px) {
  .farmers-list .farmer-box p {
    min-height: 107px !important;
  }
}
@media (min-width: 991px) and (max-width: 1219px) {
  .profile-container .col-right .responsive tr td {
    font-size: 12px;
  }
  .profile-container .col-right .responsive tr td:nth-child(1) {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .profile-container .col-right .responsive tr th {
    font-size: 12px;
  }
}
#main .button-chat .btn-primary {
  width: 100%;
  max-width: fit-content !important;
  border-radius: 5px;
  text-transform: uppercase;
  background: #325615 !important;
  border: 1px solid #325615 !important;
  display: flex !important;
  text-align: left !important;
  white-space: break-spaces !important;
  font-family: "Poppins-SemiBold";
  font-size: 14px;
  color: #fff;
  color: #fff !important;
}
#main .button-chat .btn-primary:hover {
  background: #fff !important;
  color: #325615 !important;
}
#main .wcControls {
  height: 91px !important;
}
@media only screen and (max-width: 767px) {
  #main .wcControls {
    height: auto !important;
  }
}
.cart-empty {
  background-color: #f37321;
  border-color: #f37321;
  color: #fff;
}
.return-to-shop .button {
  width: 100%;
  max-width: 200px;
  height: 43px;
  border-radius: 5px;
  text-transform: uppercase;
  background: #325615 !important;
  border: 1px solid #325615 !important;
  line-height: 26px;
  font-family: "Poppins-SemiBold";
  font-size: 14px;
  color: #fff;
  color: #fff !important;
  text-decoration: none;
}
.return-to-shop .button:hover {
  background: #fff !important;
  color: #325615 !important;
}
.notification {
  text-align: center;
  padding: 20px;
  font-family: "Poppins-Bold";
  font-size: 16px;
  color: #000;
}
.notification a {
  font-family: "Poppins-Bold";
  font-size: 16px;
  color: #f37320;
  text-decoration: none;
}
.woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce-order {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 60px 0px 0px 0px;
}
.woocommerce-order img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .woocommerce-order img {
    width: 100px;
    height: 100px;
    object-fit: contain;
  }
}
.woocommerce-order h2 {
  font-family: "LobsterTwo-Bold";
  font-size: 53px;
  color: #f37321;
  margin-bottom: 10px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .woocommerce-order h2 {
    font-size: 32px;
  }
}
.woocommerce-order p {
  font-family: "Poppins-Regular";
  font-size: 15px;
  color: #707070;
  text-align: center;
  margin-bottom: 25px;
}
.woocommerce-order .order-status {
  width: 100%;
  max-width: 276px;
  background-color: #325615;
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #fff;
  border: 1px solid #325615;
  text-transform: uppercase;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-top: 30px;
}
.woocommerce-order .order-status:hover {
  color: #325615;
  background-color: #fff;
  text-decoration: none;
}
.woocommerce-order .invoice {
  width: 100%;
  max-width: 580px;
  background: #fff;
  padding: 20px 40px;
  border: 1px solid #dedede;
}
.woocommerce-order .invoice h3 {
  font-family: "Poppins-Medium";
  font-size: 17px;
  color: #000;
}
.woocommerce-order .invoice h4 {
  font-family: "Poppins-Regular";
  font-size: 15px;
  color: #000;
}
.woocommerce-order .invoice h4 a {
  color: #f37321;
}
.woocommerce-order .invoice h4 a:hover {
  color: #325615;
  text-decoration: none;
}
.woocommerce-order .invoice p {
  text-align: left;
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #000;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .woocommerce-order .invoice p {
    font-size: 12px;
  }
}
.woocommerce-order .invoice .discount-p {
  font-family: "Poppins-Medium";
  font-size: 12px;
  color: #676a65;
  margin-bottom: 0px;
}
.woocommerce-order .invoice .discount-p .discount-span {
  color: #676a65 !important;
  font-size: 12px !important;
}
.woocommerce-order .invoice .order-items {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 13px 0px;
}
.woocommerce-order .invoice .order-items .items {
  padding: 7px 0px;
}
.woocommerce-order .invoice .order-items .items span {
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #000;
  text-align: right;
  float: right;
}
@media (max-width: 767px) {
  .woocommerce-order .invoice .order-items .items span {
    font-size: 12px;
  }
}
.woocommerce-order .invoice .order-items .items span:first-child {
  display: inline-block;
}
.woocommerce-order .invoice .total {
  padding-top: 17px;
}
.woocommerce-order .invoice .total span {
  font-family: "Poppins-SemiBold";
  font-size: 16px;
  color: #000;
}
@media (max-width: 767px) {
  .woocommerce-order .invoice .total span {
    font-size: 13px;
  }
}
.woocommerce-order .invoice .total span:first-child {
  display: inline-block;
}
.woocommerce-order .invoice .total span:last-child {
  float: right;
  font-family: "Poppins-Bold";
  font-size: 22px;
  color: #000;
}
@media (max-width: 767px) {
  .woocommerce-order .invoice .total span:last-child {
    font-size: 13px;
  }
}
#gtranslate_wrapper {
  min-width: 80px;
}
#gtranslate_wrapper .switcher {
  position: absolute;
  right: 0;
  top: -12px;
}
.farmer-box:hover {
  opacity: 0.5 !important;
  box-shadow: 0px 0px 8px 0px #000;
}
.home-crop-working-wrapper {
  max-width: 1200px;
  margin: 0 auto !important;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media only screen and (min-width: 1220px) {
  .home-crop-working-wrapper {
    max-width: 1200px;
    padding-bottom: 40px;
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1400px) {
  .home-crop-working-wrapper {
    max-width: 1440px;
  }
}
@media only screen and (max-width: 767px) {
  .home-crop-working-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
}
.home-crop-working-wrapper .left-section, .home-crop-working-wrapper .right-section {
  padding: 0;
  background: #fff;
}
.home-crop-working-wrapper .left-section .porto-sicon-box, .home-crop-working-wrapper .right-section .porto-sicon-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 38px 11%;
  position: relative;
  text-align: left !important;
}
@media only screen and (max-width: 990px) and (min-width: 767px) {
  .home-crop-working-wrapper .left-section .porto-sicon-box, .home-crop-working-wrapper .right-section .porto-sicon-box {
    padding: 38px 2%;
  }
}
.home-crop-working-wrapper .left-section .porto-sicon-box .porto-sicon-left, .home-crop-working-wrapper .right-section .porto-sicon-box .porto-sicon-left {
  max-width: 30%;
  flex: 0 0 30%;
}
.home-crop-working-wrapper .left-section .porto-sicon-box .porto-sicon-body, .home-crop-working-wrapper .right-section .porto-sicon-box .porto-sicon-body {
  max-width: 68%;
  flex: 0 0 68%;
}
.home-crop-working-wrapper .left-section .porto-sicon-box .porto-sicon-body .porto-sicon-header .porto-sicon-title b, .home-crop-working-wrapper .right-section .porto-sicon-box .porto-sicon-body .porto-sicon-header .porto-sicon-title b {
  color: #ff6e21;
}
.home-crop-working-wrapper .left-section .porto-sicon-box:nth-child(2):after, .home-crop-working-wrapper .right-section .porto-sicon-box:nth-child(2):after, .home-crop-working-wrapper .left-section .porto-sicon-box:nth-child(3):after, .home-crop-working-wrapper .right-section .porto-sicon-box:nth-child(3):after {
  background: url(../../images/down-arrow.png) no-repeat;
  position: absolute;
  content: "";
  width: 15px;
  height: 57px;
  top: 75%;
  left: 50%;
}
.home-crop-working-wrapper .porto-sicon-box.working-head-block {
  border-right: none;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .home-crop-working-wrapper .porto-sicon-box.working-head-block .porto-sicon-header h3 {
    font-size: 16px !important;
    line-height: 24px;
  }
}
.home-crop-working-wrapper .porto-sicon-box.working-head-block .porto-sicon-title {
  font-family: "Poppins-Bold" !important;
  font-size: 28px !important;
  color: #fff !important;
  line-height: 33px;
}
@media only screen and (max-width: 767px) {
  .home-crop-working-wrapper .porto-sicon-box.working-head-block .porto-sicon-title {
    font-size: 18px !important;
    line-height: 20px;
  }
}
.home-crop-working-wrapper .porto-sicon-box.working-head-block .porto-sicon-description {
  font-family: "Poppins-Regular" !important;
  font-size: 22px !important;
  line-height: 26px;
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .home-crop-working-wrapper .porto-sicon-box.working-head-block .porto-sicon-description {
    font-size: 16px !important;
    line-height: 24px;
  }
}
.woocommerce-button.view {
  background: #fff;
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #f37321;
}
.woocommerce-button.pay {
  background: #fff;
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #08c;
}
.woocommerce-button.wcfm-refund-action, .woocommerce-button.cancel {
  background: #fff;
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #ee4242;
}
.woocommerce-orders-table__cell-order-number a {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #f37321;
}
.wcfm-page-headig .dropdown {
  float: right;
  margin-right: 10px;
  font-size: 20px;
  margin-top: 10px;
}
.wcfm-page-headig .dropdown .wcfmfa {
  margin-top: 10px !important;
}
.wcfm-page-headig .dropdown .dropdown-toggle {
  color: #171414;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  font-size: 20px;
}
.wcfm-page-headig .dropdown .dropdown-toggle::after {
  display: none;
}
.wcfm-page-headig .dropdown .dropdown-toggle:focus {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
.wcfm-page-headig .dropdown .dropdown-menu.show {
  transform: translate3d(-146px, 34px, 0px) !important;
}
.woocommerce-view-order .woocommerce-MyAccount-content p {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #000;
}
.woocommerce-view-order .woocommerce-MyAccount-content .featured-box h2 {
  font-family: "Poppins-Bold";
  font-size: 20px;
  color: #335219;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-OrderUpdates .wcfm_dashboard_item_title {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #ff6e21;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details__title {
  font-family: "Poppins-Bold";
  font-size: 20px;
  color: #335219;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details h2 {
  font-family: "Poppins-Bold";
  font-size: 20px !important;
  color: #335219 !important;
  text-decoration: none !important;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details table tr th, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details table tr td {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #000;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details table tr th ul, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details table tr td ul {
  padding: 0;
  list-style: none;
  margin-top: 10px;
}
.woocommerce-view-order .woocommerce-MyAccount-content .product-name .wc-item-meta li, .woocommerce-view-order .woocommerce-MyAccount-content .product-name .wc-item-meta .wc-item-meta-label, .woocommerce-view-order .woocommerce-MyAccount-content .product-name .wc-item-meta .wcfm_dashboard_item_title {
  color: #ff6e21 !important;
}
.woocommerce-view-order .woocommerce-MyAccount-content .product-name a, .woocommerce-view-order .woocommerce-MyAccount-content .product-name .product-quantity {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #ff6e21;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details h2.woocommerce-column__title {
  font-family: "Poppins-Medium";
  font-size: 17px;
  color: #335219;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details address {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #000;
}
.row-outer {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media only screen and (min-width: 1200px) {
  .landing-page .how-it-row-outer {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 1110px;
    margin: 0 auto;
  }
}
.landing-page .how-it-works-head {
  width: 100%;
  max-width: 312px;
  margin: 0 auto;
  background: #325615;
  border-radius: 30px;
  height: 62px;
}
@media only screen and (min-width: 768px) {
  .landing-page .how-it-works-head {
    margin: 66px auto;
  }
}
@media only screen and (max-width: 767px) {
  .landing-page .how-it-works-head {
    margin: 30px auto;
    height: 42px;
  }
}
.landing-page .how-it-works-head h2 {
  color: #fff !important;
  line-height: 56px;
}
@media only screen and (max-width: 767px) {
  .landing-page .how-it-works-head h2 {
    line-height: 43px;
  }
}
.landing-page .how-it-info {
  width: 100%;
  max-width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid #f37321;
  border-radius: 50%;
  height: 240px;
}
@media only screen and (max-width: 1199px) and (min-width: 991px) {
  .landing-page .how-it-info {
    max-width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 990px) and (min-width: 768px) {
  .landing-page .how-it-info {
    max-width: 180px;
    height: 180px;
  }
}
@media only screen and (max-width: 990px) {
  .landing-page .how-it-info {
    margin-bottom: 20px;
  }
}
.landing-page .how-it-info .porto-sicon-header h3 {
  font-family: "Poppins-Regular";
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  padding: 0px 33px;
}
.landing-page .how-it-info .porto-sicon-header h3 b {
  font-family: "Poppins-Bold";
  font-size: 15px;
  color: #f37321;
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .landing-page .how-it-info .porto-sicon-header h3 {
    font-size: 11px;
  }
  .landing-page .how-it-info .porto-sicon-header h3 b {
    font-size: 11px;
  }
}
@media only screen and (min-width: 810px) {
  .landing-page .how-it-info:after {
    content: url("../../images/how-arrow.png");
    position: absolute;
    right: -65px;
  }
}
.landing-page .how-it-info.last:after {
  content: "";
}
@media only screen and (min-width: 768px) {
  .landing-page .container.first-banner > * {
    padding-left: 61% !important;
    padding-right: 0% !important;
  }
}
@media only screen and (max-width: 767px) {
  .landing-page .container.first-banner > * {
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .landing-page .first-banner h2 {
    font-size: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .landing-page .porto-ultimate-content-box {
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .porto-container {
    padding: 68px 0px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 421px) {
  .porto-container {
    padding: 35px 0px 45px 0px;
  }
}
@media only screen and (max-width: 420px) {
  .porto-container {
    padding: 25px 0px 35px 0px;
  }
}
.porto-container.landing-page .row-white {
  background: #fff;
}
.porto-container.landing-page .row-sub {
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .porto-container.landing-page .row-sub {
    padding: 20px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .porto-container.landing-page .row-sub {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .porto-container.landing-page .row-sub .vc_column_container {
    padding: 15px;
    border-bottom: 1px solid #e2e2e2;
  }
}
.porto-container.landing-page .row-sub .wpb_wrapper {
  display: flex;
}
@media only screen and (min-width: 767px) {
  .porto-container.landing-page .row-sub .wpb_wrapper {
    align-items: center;
    justify-content: center;
  }
}
.porto-container.landing-page .row-sub .wpb_wrapper .wpb_single_image {
  margin-bottom: 0px;
}
.porto-container.landing-page .row-sub .wpb_wrapper .wpb_text_column {
  padding-left: 15px;
  margin-bottom: 0px;
}
.porto-container.landing-page .row-sub .wpb_wrapper .wpb_text_column .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.porto-container.landing-page .row-sub .wpb_wrapper .wpb_text_column .wpb_wrapper h3 {
  margin-bottom: 0px;
  font-family: "Poppins-SemiBold";
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
}
@media only screen and (max-width: 1399px) and (min-width: 1220px) {
  .porto-container.landing-page .row-sub .wpb_wrapper .wpb_text_column .wpb_wrapper h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1219px) and (min-width: 768px) {
  .porto-container.landing-page .row-sub .wpb_wrapper .wpb_text_column .wpb_wrapper h3 {
    font-size: 12px;
  }
}
.porto-container.landing-page .row-sub .wpb_wrapper .wpb_text_column .wpb_wrapper p {
  margin-bottom: 0px;
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #000;
}
@media only screen and (max-width: 1399px) and (min-width: 768px) {
  .porto-container.landing-page .row-sub .wpb_wrapper .wpb_text_column .wpb_wrapper p {
    font-size: 12px;
  }
}
.porto-container.landing-page .landing-top {
  width: 100%;
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media only screen and (min-width: 768px) {
  .porto-container.landing-page .landing-top.retailers_top {
    padding-top: 10px;
  }
}
.porto-container.landing-page .landing-top .wpb_content_element {
  margin-bottom: 0px;
}
.porto-container.landing-page .landing-top h2 {
  font-family: "LobsterTwo-Bold";
  font-size: 37px;
  color: #f37321;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .porto-container.landing-page .landing-top h2 {
    font-size: 30px;
  }
}
.porto-container.landing-page .landing-top p {
  font-family: "Poppins-Light";
  font-size: 16px;
  color: #707070;
}
.producer-landing {
  padding-top: 0px;
  padding-bottom: 78px;
}
@media only screen and (min-width: 7670px) {
  .producer-landing {
    padding-bottom: 40px;
  }
}
.producer-landing .left-section {
  background: #f4f4f4;
}
.producer-landing .left-section .porto-sicon-box {
  border-right: none;
}
.producer-landing .porto-container {
  padding: 0px;
}
@media only screen and (min-width: 990px) {
  .producer-landing .porto-container .producer-how-works .vc_column_container {
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
  }
}
.producer-landing .porto-container .producer-how-works .wpb_wrapper {
  background: #fff;
}
.landing-row-white {
  background: #fff;
}
.landing-alter_row {
  width: 100%;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media only screen and (max-width: 767px) {
  .landing-alter_row .wpb_content_element {
    margin-bottom: 15px;
  }
}
.landing-alter_row .wpb_wrapper {
  margin-left: auto;
  margin-right: 0px;
}
.landing-alter_row .img-col .wpb_single_image {
  margin-bottom: 0px;
}
.landing-alter_row .text-col .wpb_wrapper {
  width: 100%;
  max-height: 500px;
  width: 100%;
  max-width: 500px;
}
.landing-alter_row .text-col.left .wpb_wrapper {
  margin-left: 0;
}
.landing-alter_row .text-col.right .wpb_wrapper {
  margin-right: 0;
}
.landing-alter_row h2 {
  font-family: "LobsterTwo-Bold";
  font-size: 37px;
  color: #f37321;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .landing-alter_row h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.landing-alter_row p {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #707070;
}
@media only screen and (max-width: 767px) {
  .landing-alter_row p {
    text-align: center;
  }
}
.landing-alter_row .hover-text {
  display: block;
  background: #fff;
  width: auto;
  border-radius: 33px;
  position: absolute;
  top: 25px;
  left: 30px;
  padding: 6px 25px;
  height: 41px;
  color: #000;
  z-index: 0;
}
.landing-alter_row .hover-text p {
  font-family: "Poppins-Regular";
  font-size: 22px;
  color: #000;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .landing-alter_row .hover-text {
    display: none;
  }
}
.landing-alter_row .wpb_single_image {
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 767px) {
  .landing-alter_row {
    display: flex;
  }
  .landing-alter_row .text-block {
    order: 1;
  }
}
.switcher .selected a:after {
  right: 1px !important;
}
@media only screen and (max-width: 991px) {
  .header-main .mobile-toggle .fas {
    color: #f47321;
  }
}
@media only screen and (max-width: 767px) {
  .header-main .mobile-toggle .fas {
    color: #f47321;
  }
  .accordion-menu .switcher {
    display: none;
  }
  .side-nav-panel .searchform {
    display: none;
  }
}
.wc-setup-content .form-table td, .wc-setup-content .form-table th {
  background-color: #f47321 !important;
}
.wc-setup-content .dataTable td, .wc-setup-content .dataTable th {
  background-color: #fff !important;
}
#order_review .woocommerce-privacy-policy-text {
  display: none;
}
span.wcfm_sub_menu_items.wcfm_sub_menu_items_product_manage.moz_class {
  display: none;
}
#wcfm_products_manage_form .wcfm_title {
  vertical-align: middle !important;
}
.menu-custom-block {
  display: none;
}
.home-banner-slider .porto-container .banner_regular {
  font-family: "Poppins-Regular";
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
  line-height: 28px !important;
}
@media (max-width: 767px) {
  .home-banner-slider .porto-container .banner_regular {
    font-size: 13px !important;
    line-height: 20px !important;
  }
}
.home-banner-slider .porto-container .banner_p {
  font-family: "Poppins-Regular";
  font-size: 19px;
  color: #fff;
  line-height: 26px !important;
}
@media (max-width: 767px) {
  .home-banner-slider .porto-container .banner_p {
    display: none;
  }
}
.home-banner-slider .porto-container .banner_p2 {
  font-family: "Poppins-Bold";
  font-size: 16px;
  color: #ff0a0a;
}
@media (max-width: 990px) {
  .home-banner-slider .porto-container .banner_p2 {
    display: none;
  }
}
.farmer-box-offer .match_btn, .farmer-box-offer .quickview_match {
  display: none;
}
.home-noproduct-message {
  margin: 25px;
  text-align: center;
  width: 100%;
  font-family: "Poppins-Regular" !important;
  font-size: 14px !important;
  color: #707070 !important;
}
.single-product .single-store-name h4 {
  font-family: "Poppins-Medium";
  font-size: 18px;
  color: #f37321;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.single-product .single-store-name:hover {
  text-decoration: none;
}
.single-product .single-store-name:hover h4 {
  color: #325615;
}
.single-product .posted_in a:hover {
  color: #f37321;
}
.single-product .price {
  margin: 18px 0px;
  text-transform: lowercase;
}
.wcfm-store-setup .wc-return-to-dashboard {
  display: none;
}
.es_subscription_message {
  font-family: "Poppins-Regular" !important;
  font-size: 13px !important;
  text-align: center;
  display: flex;
}
.woocommerce-error li a {
  color: #325615 !important;
}
@media (min-width: 990px) and (max-width: 1999px) {
  #header .searchform input {
    width: 330px !important;
  }
}
@media (max-width: 767px) {
  .home #content .wpb_content_element {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .partner-logo {
    margin-bottom: 20px !important;
  }
}
.partner-logo .vc_single_image-wrapper {
  background: #fff;
}
.partner-logo .vc_single_image-wrapper .vc_single_image-img {
  width: 300px;
  height: 200px;
  object-fit: contain;
}
.footer-note {
  padding: 3vw 5vw;
  background: #fff;
  margin-bottom: 0 !important;
}
.footer-note p {
  line-height: 23px;
  font-family: "Poppins-Light" !important;
  font-size: 15px !important;
  color: #000 !important;
  text-align: center;
}
.store_address_wrap .required, .state_wrapper .required {
  display: none;
}
#wcfm_products_manage_form #wcfm_products_manage_form_inventory_expander .sku, #wcfm_products_manage_form #wcfm_products_manage_form_inventory_expander #sku {
  display: none !important;
}
#wcfm_products_manage_form #wcfm_products_manage_form_min-and-max-qty_head {
  display: none !important;
}
#wcfm_products_manage_form #wcfm_products_manage_form_min-and-max-qty_head_new_div.active {
  color: #f37321 !important;
}
#wcfm_products_manage_form #wcfm_products_manage_form_min-and-max-qty_head_new_div.active label {
  color: #f37321 !important;
}
.product-content .add-links-wrap .ajax_add_to_cart {
  margin-top: 5px !important;
  max-height: 47px;
  line-height: 47px;
  font-family: "Poppins-Regular" !important;
  font-size: 14px !important;
  font-weight: 400;
}
.cli_btn {
  height: 35px;
  width: 100%;
  margin: 0px auto;
  max-width: 200px;
  display: block;
  text-transform: uppercase;
  background: #325615 !important;
  border: 1px solid #325615 !important;
  line-height: 15px;
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  margin-top: 25px;
  margin-bottom: 15px;
}
input.form-control.discount-price {
  padding-left: 25px;
  background: url('https://crop2shopstg.wpengine.com/wp-content/uploads/2022/11/us-dollar-sign-1.jpg') no-repeat left center;
  background-size: 14px;
  background-position: 3px 9px;
}
.page-content .woocommerce-message a.button.wc-forward {
  width: 100%;
  max-width: 147px;
  height: 41px;
  border-radius: 5px;
  text-transform: uppercase;
  background: #325615 !important;
  border: 1px solid #325615 !important;
  background: #fff;
  font-family: "Poppins-SemiBold";
  font-size: 12px;
  color: #fff;
  line-height: inherit;
}
.page-content .woocommerce-message a.button.wc-forward:hover {
  background: #fff !important;
  color: #325615 !important;
}
.woocommerce-cart .woocommerce .woocommerce-message {
  margin-top: 40px;
}
#autocomplete_delivery {
  width: 100%;
}
.home-banner-slider .container.first-banner > * {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.homevideoplayer iframe {
  border-radius: 10px;
  border: 5px solid #fff;
}
@media only screen and (max-width: 767px) {
  #content .home-slider {
    height: auto !important;
  }
}
.home-banner-slider .container.first-banner > * {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.homevideoplayer iframe {
  border-radius: 10px;
  border: 5px solid #fff;
}
@media only screen and (max-width: 767px) {
  #content .home-slider {
    height: auto !important;
  }
}
.woocommerce-cart .wc-proceed-to-checkout {
  display: none !important;
}
.woocommerce-notices-wrapper .woocommerce-info {
  background: #325615 !important;
  border: 1px solid #325615 !important;
  line-height: 26px;
  font-family: "Poppins-SemiBold";
  font-size: 14px;
  color: #fff;
  color: #fff !important;
}
p#wc-stripe-payment-request-button-separator, div#wc-stripe-payment-request-wrapper {
  display: none !important;
}
div#cart-popup, #checkout-popup {
  max-width: 600px;
  margin: 0px auto;
  background: #fff;
  padding: 40px;
  position: relative;
}
div#cart-popup .mfp-close, #checkout-popup .mfp-close {
  color: #000 !important;
}
div#cart-popup .mfp-close::after, #checkout-popup .mfp-close::after {
  border-left: 2px solid !important;
}
div#cart-popup .mfp-close::before, #checkout-popup .mfp-close::before {
  border-top: 2px solid !important;
}
div#cart-popup p, #checkout-popup p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  color: #000 !important;
  margin-bottom: 0;
  text-align: center;
}
.woocommerce-privacy-policy-text.producer-text.show {
  display: block !important;
}
div#login-form-popup ul.woocommerce-error {
  display: none !important;
}
select#formUnitsId {
  font-family: "Poppins-Medium" !important;
  font-size: 14px !important;
  color: #000 !important;
  line-height: 21px;
  border: 1px solid #707070 !important;
  border-radius: 5px;
  min-width: 150px;
  min-height: 42px;
}
.woocommerce-cart .mfp-content, .woocommerce-checkout .mfp-content {
  max-width: 599px;
  margin: 0px auto;
}
.woocommerce-cart .mfp-content .white-popup-wrap, .woocommerce-checkout .mfp-content .white-popup-wrap {
  padding: 50px;
  background: #fff;
}
@media (max-width: 767px) {
  .woocommerce-cart .mfp-content .white-popup-wrap, .woocommerce-checkout .mfp-content .white-popup-wrap {
    padding: 25px !important;
  }
}
.woocommerce-cart .mfp-content .cart-popup-div, .woocommerce-checkout .mfp-content .cart-popup-div {
  line-height: 23px !important;
  font-family: "Poppins-Light" !important;
  font-size: 15px !important;
  color: #000 !important;
}
.woocommerce-cart .mfp-content .cart-popup-div .mfp-close, .woocommerce-checkout .mfp-content .cart-popup-div .mfp-close {
  color: #000 !important;
  margin-top: -35px;
}
#header .head-signin .click-signin h3 {
  max-width: 200px !important;
  word-wrap: break-word;
}
/**************************custom chat style*********************/
.custom_chat_section .chat-container-wrap {
  background: #fff;
  max-height: 500px;
}
.custom_chat_section .chat-container-wrap .textWordWRap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.custom_chat_section .textWordWRap.active {
  align-items: end !important;
}
.custom_chat_section .textWordWRap.in-active {
  align-items: start !important;
}
.custom_chat_section .textWordWRap.active .senderText {
  background: #d6f1b2 !important;
  padding: 3px 20px;
  border-radius: 15px;
  margin-top: 0px;
  clear: both;
  width: auto;
  display: block;
  float: left;
  font: 13px / 22px 'Rajdhani', sans-serif;
  display: inline-block;
  max-width: 50%;
  word-wrap: break-word;
}
.custom_chat_section .textWordWRap.in-active .senderText {
  background: #f3f3f3 !important;
  padding: 3px 20px;
  border-radius: 15px;
  margin-top: 0px;
  clear: both;
  width: auto;
  display: block;
  float: left;
  font: 13px / 22px 'Rajdhani', sans-serif;
  display: inline-block;
  max-width: 50%;
  word-wrap: break-word;
}
.custom_chat_section .chat-container-wrap .textWordWRap span.sender {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  font: 13px / 22px 'Rajdhani', sans-serif;
  margin-bottom: 5px;
}
.custom_chat_section .send-button {
  order: 4;
  width: 100%;
  max-width: 132px;
  height: 50px !important;
  background: #325615 !important;
  border: 1px solid #325615 !important;
  line-height: 11px !important;
  font-family: 'Poppins-Regular';
  font-size: 14px !important;
  letter-spacing: 1px;
  border-radius: 6px;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.custom_chat_section .chat-input {
  height: 50px !important;
  border-radius: 30px !important;
  background: #fdfdfe !important;
  font-family: 'Poppins-Light' !important;
  font-size: 13px !important;
  color: #000;
  width: 100%;
  max-width: 820px;
  overflow: hidden;
  line-height: 28px;
  resize: none;
}
.custom_chat_section .chat-container-wrap + .wcInputContainer {
  padding: 20px 15px !important;
  background: #dedede;
  width: 100%;
  display: flex;
  max-width: 100%;
  justify-content: space-between;
}
.custom_chat_section .wcContainer a.wcAddImageAttachment, .custom_chat_section .wcContainer a.wcAddImageAttachment input {
  background: transparent url(/wp-content/themes/porto-child/assets/images/photo-pick.png) center center no-repeat !important;
  position: relative;
  cursor: pointer;
  margin: 0px 15px;
}
.custom_chat_section a.wcToolButton.wcAddImageAttachment input.file-input {
  width: 80%;
  margin-top: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.001;
  cursor: pointer;
  z-index: 1000;
  margin: 0;
}
.custom_chat_section .wcControls a.wcToolButton input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.001;
  cursor: pointer;
  z-index: 800;
  margin: 0;
}
.custom_chat_section .chat-page .chat-container .chat-window.active {
  height: 100%;
}
.custom_chat_section .chat-page .chat-container .chat-window {
  height: 100%;
}
.custom_chat_section .wcWindowTitle {
  color: #fff !important;
  font-family: 'Poppins-SemiBold' !important;
  font-size: 15px !important;
  padding: 14px;
  border-radius: 20px 0px 0px;
  background: #f37320 !important;
}
.custom_chat_section .chat-container-wrap::-webkit-scrollbar, .custom_chat_section #chat-container-wrap::-webkit-scrollbar {
  width: 2px;
  height: 4px;
}
.custom_chat_section #chat-container-wrap::-webkit-scrollbar-thumb, .custom_chat_section .chat-container-wrap::-webkit-scrollbar-thumb {
  background: #d1d1d1;
  /* Scrollbar thumb color */
  border-radius: 5px;
  /* Optional: rounded corners */
}
.custom_chat_section #chat-container-wrap::-webkit-scrollbar-thumb:hover, .custom_chat_section .chat-container-wrap::-webkit-scrollbar-thumb:hover {
  background: #d1d1d1;
  /* Thumb color on hover */
}
.custom_chat_section span.timedate {
  color: rgba(0, 53, 95, 0.5);
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  margin-bottom: 2px;
}
.custom_chat_section .chat-page .cart-container .cart-details .items .each-name span {
  color: #fff;
  background: #f00;
  display: flex;
  min-width: 23px;
  min-height: 23px;
  text-align: center;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
.custom_chat_section .chat-page .cart-container {
  background: #f4f4f4 !important;
}
.custom_chat_section button#updateDespositeAmt {
  margin-bottom: 20px;
  margin-top: 20px;
}
.custom_chat_section .chat-page {
  padding-bottom: 90px;
}
.custom_chat_section .deliv_dat {
  margin-bottom: 25px;
}
.custom_chat_section .chat-page .cart-container .cart-details .items .deposit .form-control {
  width: 100% !important;
}
.custom_chat_section .deposit-box {
  width: 100% !important;
  margin-bottom: 5px;
}
.custom_chat_section .chat-page .cart-container .cart-details .items .response_block p.passed {
  text-align: center;
}
.custom_chat_section .chat-page .cart-container .cart-details .items .response_block p.failed {
  text-align: center;
}
.custom_chat_section .autocomplete_delivery, .custom_chat_section #autocomplete_delivery {
  width: 100%;
  margin-top: 6px;
  border-radius: 3px;
}
.custom_chat_section input#deposit_id, .custom_chat_section .datepicker {
  width: 100%;
  width: 100%;
  margin-bottom: 25px;
}
.custom_chat_section .chat-page .cart-container .address .location-ico::before {
  margin-right: 8px;
}
.custom_chat_section button#updateDespositeAmt {
  margin-bottom: 20px;
}
.custom_chat_section .address {
  cursor: pointer;
}
.custom_chat_section .back-to-cart {
  width: 100%;
  max-width: 132px;
  height: 35px !important;
  background: #325615 !important;
  border: 1px solid #325615 !important;
  line-height: 11px !important;
  font-family: 'Poppins-Regular';
  font-size: 14px !important;
  letter-spacing: 1px;
  border-radius: 6px;
  color: #fff !important;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0px;
  margin-top: 45px;
  text-decoration: none !important;
}
.custom_chat_section .back-to-cart:hover {
  opacity: 0.5;
}
.custom_chat_section .response_block p {
  text-align: center !important;
  font-family: "Poppins-Medium" !important;
  font-size: 14px !important;
  color: #325615 !important;
}
.custom_chat_section .deposit label {
  margin-top: 15px;
}
.custom_chat_section .advancebillingamount {
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.09);
  margin-top: 20px;
  line-height: 1.5;
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #000;
  font-weight: 300;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.custom_chat_section .advancebillingamount b {
  font-weight: 700;
}
.custom_chat_section .advancebillingamount span {
  flex: 0 0 60%;
  padding-right: 10px;
}
.custom_chat_section .advancebillingamount a {
  background: #325615 !important;
  border: 1px solid #325615 !important;
  /* line-height: 11px !important; */
  font-family: 'Poppins-Regular';
  font-size: 14px !important;
  letter-spacing: 1px;
  border-radius: 6px;
  cursor: pointer;
  padding: 5px 10px;
  color: #fff !important;
  text-decoration: none !important;
}
.custom_chat_section .advancebillingamount a:hover {
  background: #fff !important;
  color: #325615 !important;
}
.custom_chat_section .chat-page .cart-container .bottom .btn {
  justify-content: center !important;
}
.custom_chat_section .chat-page .cart-container .bottom .btn::before {
  margin-right: 10px !important;
}
.custom_chat_section p.failed {
  color: red !important;
}
.custom_chat_section .deposit .dep_per .deposit:first-child {
  display: block !important;
}
.custom_chat_section .deposit .dep_per .deposit {
  display: none;
}
.custom_chat_section .chat-page .cart-container p {
  line-height: normal;
  margin: 0;
}
.custom_chat_section .chat-page .cart-container .bottom {
  flex-direction: column;
}
.custom_chat_section .checkout-status {
  text-align: center;
}
.custom_chat_section input#autocomplete_delivery {
  display: none;
}
.custom_chat_section input#autocomplete_delivery {
  width: 100%;
}
.custom_chat_section .chat-page .cart-container .address {
  text-align: left !important;
}
.custom_chat_section p.checkout-status p {
  padding: 5px 30px;
}
.custom_chat_section input#autocomplete_delivery {
  display: none;
}
.custom_chat_section .chat-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
}
.custom_chat_section .chat-message .messagetxt {
  padding: 3px 20px;
  border-radius: 15px;
  margin-top: 0px;
  clear: both;
  width: auto;
  display: block;
  float: left;
  font: 13px / 22px 'Rajdhani', sans-serif;
  display: inline-flex;
  max-width: 50%;
  word-wrap: break-word;
  flex-direction: column;
}
.custom_chat_section .chat-message .email {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  font: 13px / 22px 'Rajdhani', sans-serif;
  margin-bottom: 5px;
}
.custom_chat_section .chat-message .timedate {
  margin-bottom: 0;
  margin-left: 5px;
}
.custom_chat_section .chat-message.sent {
  align-items: end;
}
.custom_chat_section .chat-message.sent .messagetxt {
  background: #d6f1b2 !important;
}
.custom_chat_section .chat-message.received {
  align-items: start;
}
.custom_chat_section .chat-message.received .messagetxt {
  background: #f3f3f3 !important;
}
.single_chat_sec div#chat-container-wrap {
  background: #fff;
  max-height: 500px;
  min-height: 500px;
}
.single_chat_sec div#chat-container-wrap .textWordWRap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.single_chat_sec .textWordWRap.active {
  align-items: end !important;
}
.single_chat_sec .textWordWRap.in-active {
  align-items: start !important;
}
.single_chat_sec .textWordWRap.active .senderText {
  background: #d6f1b2 !important;
  padding: 3px 20px;
  border-radius: 15px;
  margin-top: 0px;
  clear: both;
  width: auto;
  display: block;
  float: left;
  font: 13px / 22px 'Rajdhani', sans-serif;
  display: inline-block;
  max-width: 50%;
  word-wrap: break-word;
}
.single_chat_sec .textWordWRap.in-active .senderText {
  background: #f3f3f3 !important;
  padding: 3px 20px;
  border-radius: 15px;
  margin-top: 0px;
  clear: both;
  width: auto;
  display: block;
  float: left;
  font: 13px / 22px 'Rajdhani', sans-serif;
  display: inline-block;
  max-width: 50%;
  word-wrap: break-word;
}
.single_chat_sec div#chat-container-wrap .textWordWRap span.sender {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  font: 13px / 22px 'Rajdhani', sans-serif;
  margin-bottom: 5px;
}
.single_chat_sec button#send-button {
  order: 4;
  width: 100%;
  max-width: 132px;
  height: 50px !important;
  background: #325615 !important;
  border: 1px solid #325615 !important;
  line-height: 11px !important;
  font-family: 'Poppins-Regular';
  font-size: 14px !important;
  letter-spacing: 1px;
  border-radius: 6px;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.single_chat_sec #chat-input {
  height: 50px !important;
  border-radius: 30px !important;
  background: #fdfdfe !important;
  font-family: 'Poppins-Light' !important;
  font-size: 13px !important;
  color: #000;
  width: 100%;
  max-width: 820px;
  overflow: hidden;
  line-height: 28px;
  resize: none;
}
@media only screen and (max-width: 437px) {
  .single_chat_sec #chat-input {
    line-height: 20px;
  }
}
.single_chat_sec div#chat-container-wrap + .wcInputContainer {
  padding: 20px 15px !important;
  background: #dedede;
  width: 100%;
  display: flex;
  max-width: 100%;
  justify-content: space-between;
}
.single_chat_sec .wcContainer a.wcAddImageAttachment, .single_chat_sec .wcContainer a.wcAddImageAttachment input {
  background: transparent url(/wp-content/themes/porto-child/assets/images/photo-pick.png) center center no-repeat !important;
  position: relative;
  cursor: pointer;
}
.single_chat_sec a.wcToolButton.wcAddImageAttachment input#file-input {
  width: 80%;
  margin-top: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.001;
  cursor: pointer;
  z-index: 1000;
  margin: 0;
}
.single_chat_sec .wcControls a.wcToolButton input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.001;
  cursor: pointer;
  z-index: 800;
  margin: 0;
}
.single_chat_sec .wcWindowTitle {
  color: #fff !important;
  font-family: 'Poppins-SemiBold' !important;
  font-size: 18px !important;
  padding: 14px;
  border-radius: 20px 20px 0px 0px;
  background: #f37320 !important;
}
.single_chat_sec #chat-container-wrap::-webkit-scrollbar {
  width: 2px;
  height: 4px;
}
.single_chat_sec #chat-container-wrap::-webkit-scrollbar-thumb {
  background: #d1d1d1;
  /* Scrollbar thumb color */
  border-radius: 5px;
  /* Optional: rounded corners */
}
.single_chat_sec #chat-container-wrap::-webkit-scrollbar-thumb:hover {
  background: #d1d1d1;
  /* Thumb color on hover */
}
.single_chat_sec span.timedate {
  color: rgba(0, 53, 95, 0.5);
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  margin-bottom: 2px;
}
.single_chat_sec .deposit label {
  margin-top: 15px;
}
.single_chat_sec .advancebillingamount {
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.09);
  margin-top: 20px;
  line-height: 1.5;
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #000;
  font-weight: 300;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.single_chat_sec .advancebillingamount b {
  font-weight: 700;
}
.single_chat_sec .advancebillingamount span {
  flex: 0 0 60%;
  padding-right: 10px;
}
.single_chat_sec .advancebillingamount a {
  background: #325615 !important;
  border: 1px solid #325615 !important;
  /* line-height: 11px !important; */
  font-family: 'Poppins-Regular';
  font-size: 14px !important;
  letter-spacing: 1px;
  border-radius: 6px;
  cursor: pointer;
  padding: 5px 10px;
  color: #fff !important;
  text-decoration: none !important;
}
.single_chat_sec .advancebillingamount a:hover {
  background: #fff !important;
  color: #325615 !important;
}
.single_chat_sec .chat-page .cart-container .bottom .btn {
  justify-content: center !important;
}
.single_chat_sec .chat-page .cart-container .bottom .btn::before {
  margin-right: 10px !important;
}
.single_chat_sec .chat-page {
  padding-top: 0px !important;
}
.chat_with_us .back-to-cart {
  width: 100%;
  max-width: 132px;
  height: 35px !important;
  background: #325615 !important;
  border: 1px solid #325615 !important;
  line-height: 11px !important;
  font-family: 'Poppins-Regular';
  font-size: 14px !important;
  letter-spacing: 1px;
  border-radius: 6px;
  color: #fff !important;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0px;
  margin-top: 45px;
  text-decoration: none !important;
}
.chat_with_us .back-to-cart:hover {
  opacity: 0.5;
}
.chat_with_us input#autocomplete_delivery {
  width: 100%;
}
.chat_with_us .chat-page .cart-container .address {
  text-align: left !important;
}
.chat_with_us .checkout-status {
  text-align: center;
}
.chat_with_us .chat-page .cart-container p {
  line-height: normal;
  margin: 0;
}
.chat_with_us .chat-page .cart-container .bottom {
  flex-direction: column;
}
.chat_with_us .page-template-template-chat .response_block p {
  text-align: center;
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #325615;
}
.chat_with_us input#autocomplete_delivery {
  display: none;
}
.chat_with_us .deposit label {
  margin-top: 15px;
}
.chat_with_us .advancebillingamount {
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.09);
  margin-top: 20px;
  line-height: 1.5;
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #000;
  font-weight: 300;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.chat_with_us .advancebillingamount b {
  font-weight: 700;
}
.chat_with_us .advancebillingamount span {
  flex: 0 0 60%;
  padding-right: 10px;
}
.chat_with_us .advancebillingamount a {
  background: #325615 !important;
  border: 1px solid #325615 !important;
  /* line-height: 11px !important; */
  font-family: 'Poppins-Regular';
  font-size: 14px !important;
  letter-spacing: 1px;
  border-radius: 6px;
  cursor: pointer;
  padding: 5px 10px;
  color: #fff !important;
  text-decoration: none !important;
}
.chat_with_us .advancebillingamount a:hover {
  background: #fff !important;
  color: #325615 !important;
}
.chat_with_us .chat-page .cart-container .bottom .btn {
  justify-content: center !important;
}
.chat_with_us .chat-page .cart-container .bottom .btn::before {
  margin-right: 10px !important;
}
.chat_with_us p.failed {
  color: red !important;
}
.chat_with_us .deposit .dep_per .deposit:first-child {
  display: block !important;
}
.chat_with_us .deposit .dep_per .deposit {
  display: none;
}
.chat_with_us p.checkout-status p {
  padding: 5px 30px;
}
.chat_with_us div#chat-container-wrap {
  background: #fff;
  max-height: 500px;
}
.chat_with_us div#chat-container-wrap .textWordWRap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.chat_with_us .textWordWRap.active {
  align-items: end !important;
}
.chat_with_us .textWordWRap.in-active {
  align-items: start !important;
}
.chat_with_us .textWordWRap.active .senderText {
  background: #d6f1b2 !important;
  padding: 3px 20px;
  border-radius: 15px;
  margin-top: 0px;
  clear: both;
  width: auto;
  display: block;
  float: left;
  font: 13px / 22px 'Rajdhani', sans-serif;
  display: inline-block;
  max-width: 50%;
  word-wrap: break-word;
}
.chat_with_us .textWordWRap.in-active .senderText {
  background: #f3f3f3 !important;
  padding: 3px 20px;
  border-radius: 15px;
  margin-top: 0px;
  clear: both;
  width: auto;
  display: block;
  float: left;
  font: 13px / 22px 'Rajdhani', sans-serif;
  display: inline-block;
  max-width: 50%;
  word-wrap: break-word;
}
.chat_with_us div#chat-container-wrap .textWordWRap span.sender {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  font: 13px / 22px 'Rajdhani', sans-serif;
  margin-bottom: 5px;
}
.chat_with_us button#send-button {
  order: 4;
  width: 100%;
  max-width: 132px;
  height: 50px !important;
  background: #325615 !important;
  border: 1px solid #325615 !important;
  line-height: 11px !important;
  font-family: 'Poppins-Regular';
  font-size: 14px !important;
  letter-spacing: 1px;
  border-radius: 6px;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.chat_with_us #chat-input {
  height: 50px !important;
  border-radius: 30px !important;
  background: #fdfdfe !important;
  font-family: 'Poppins-Light' !important;
  font-size: 13px !important;
  color: #000;
  width: 100%;
  max-width: 820px;
  overflow: hidden;
  line-height: 28px;
  resize: none;
}
@media only screen and (max-width: 437px) {
  .chat_with_us #chat-input {
    line-height: 20px;
  }
}
.chat_with_us div#chat-container-wrap + .wcInputContainer {
  padding: 20px 15px !important;
  background: #dedede;
  width: 100%;
  display: flex;
  max-width: 100%;
  justify-content: space-between;
}
.chat_with_us html .wcContainer a.wcAddImageAttachment, .chat_with_us html .wcContainer a.wcAddImageAttachment input {
  background: transparent url(https://crop2shop.webeteerprojects.com/wp-content/themes/porto-child/assets/images/photo-pick.png) center center no-repeat !important;
  position: relative;
  cursor: pointer;
}
.chat_with_us a.wcToolButton.wcAddImageAttachment input#file-input {
  width: 80%;
  margin-top: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.001;
  cursor: pointer;
  z-index: 1000;
  margin: 0;
}
.chat_with_us .wcControls a.wcToolButton input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.001;
  cursor: pointer;
  z-index: 800;
  margin: 0;
}
.chat_with_us .wcWindowTitle {
  color: #fff !important;
  font-family: 'Poppins-SemiBold' !important;
  font-size: 18px !important;
  padding: 14px;
  border-radius: 20px 0px 0px;
  background: #f37320 !important;
}
.chat_with_us #chat-container-wrap::-webkit-scrollbar {
  width: 2px;
  height: 4px;
}
.chat_with_us #chat-container-wrap::-webkit-scrollbar-thumb {
  background: #d1d1d1;
  /* Scrollbar thumb color */
  border-radius: 5px;
  /* Optional: rounded corners */
}
.chat_with_us #chat-container-wrap::-webkit-scrollbar-thumb:hover {
  background: #d1d1d1;
  /* Thumb color on hover */
}
.chat_with_us span.timedate {
  color: rgba(0, 53, 95, 0.5);
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  margin-bottom: 2px;
}
.chat_with_us .chat-page {
  padding-bottom: 60px;
}
.custom_chat_section .send-button:disabled {
  cursor: not-allowed !important;
  /* Show a 'not allowed' cursor */
  opacity: 0.6;
  /* Slight transparency */
}
.custom_chat_section a.wcToolButton.wcAddImageAttachment {
  flex: 0 0 30px;
}
div#wcfm_dashboard_notifications .dashboard_widget_head {
  padding-left: 10px !important;
}
#wcfm_order_details .wcfm_dashboard_notifications {
  padding-right: 2% !important;
}
@media only screen and (max-width: 991px) {
  div#wcfm_menu {
    position: relative !important;
  }
}
.custm-wrapper-notificatio-wrap {
  display: flex !important;
}
@media only screen and (max-width: 767px) {
  .custm-wrapper-notificatio-wrap {
    display: flex !important;
    flex-direction: column !important;
  }
  .custm-wrapper-notificatio-wrap .wcfm_dashboard_notifications {
    width: 100% !important;
    padding-right: 0% !important;
  }
  .custm-wrapper-notificatio-wrap #wcfm_order_details .wcfm_dashboard_notifications {
    padding-right: 0% !important;
  }
  .custm-wrapper-notificatio-wrap .wcfm_dashboard_wc_status, .custm-wrapper-notificatio-wrap .wcfm_dashboard_wc_status_data {
    width: 100% !important;
    display: block !important;
    padding-right: 0% !important;
  }
}
