
a {
  text-decoration: none !important;
  color: var(--color1);
}
a:hover 
{
  color: var(--color1);
}

.main-title {
  text-align: center;
  font: normal normal bold 40px/55px Quicksand;
  letter-spacing: 0px;
  color: #292D32;
  opacity: 1;
  text-transform: capitalize;
  margin-bottom: 25px; 
}

.sub-title {
  font: normal normal 500 12px/22px Inter;
  letter-spacing: 2.8px;
  color: #ffffff;
  text-transform: uppercase;
}

.headingh1 {
  text-align: left;
  font: normal normal 500 18px/25px Quicksand;
  letter-spacing: 0px;
  color: #51995C;
  opacity: 1;
  margin-bottom: 0;
}
.form-check label 
{
  font: normal normal normal 13px/20px Quicksand !important;
  letter-spacing: 0px !important;
  color: var(--color1)!important;
}

form .form-group {
  position: relative;
}
/*form label {
  text-align: left;
  font: normal normal 500 14px/23px Quicksand !important;
  letter-spacing: 0px;
  color: #292D32 !important;
  opacity: 1;
}*/
form label a 
{
  color: var(--color1);
}
.forgot-text
{
  text-align: right;
  text-decoration: underline !important;  
  font: italic normal normal 14px/23px Quicksand;
  letter-spacing: 0px;
  color: #939393;
  opacity: 1;
  display: block;
  margin-top: 10px;
}
.forgot-text:hover 
{
  color: var(--color1);
}
form .form-group .form-control {
  
}
form .form-group .form-control::-moz-placeholder {
  font-size: 14px;
}
form .form-group .form-control::placeholder {
  font-size: 14px;
}
form .form-group .form-control:focus {
  box-shadow: none;
/*  border: 1px solid rgba(33, 37, 41, 0.5215686275);*/
}
form .form-group .btn-primary {
  color: #1e295c;
}
form .form-group .btn-primary:hover {
  color: #fff;
}
form .form-group .form-check-input {
  background-color: #fff;
  border-color: #161718;
  margin-right: 8px;
}
form .form-group .form-check-input:checked {
  background-color: #161718;
}
form .form-group .form-check-input:focus {
  box-shadow: none;
}
.form_control 
{
  border: 1px solid var(--color1);;
  padding: 10px 15px;
  width: 100%;
  font: normal normal normal 16px/23px Quicksand;
  letter-spacing: 0px;
  color: #292D32;
  opacity: 1;
}
.form_control::placeholder
{
  font-weight: 400;
  opacity: 0.6;
}
.form_control:active, .form_control:focus 
{
  outline: none;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid var(--color1);
}
.has-icon 
{
  position: relative;
}
.has-icon .fa
{
  position: absolute;
  right: 20px;
  top: 12px;
  font-size: 20px;
  cursor: pointer;
}
.login-form p a
{
  text-align: center;
  text-decoration: underline !important;
  font: normal normal normal 13px/23px Quicksand;
  letter-spacing: 0px;
  color: #292D32;  
}
.login-form p a.guest-text
{
  color: #939393;
  font-size: 14px;
}
.btn_primary
{
  background: var(--color1);
  border-radius: 10px;
  border: 0;
  text-align: center;
  font: normal normal 500 16px/32px Quicksand;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  min-width: 220px;
}
.btn_primary:hover 
{
  background: var(--color1);
  color: #fff;
}

.breadcrumb ul li {
  padding-right: 15px;
  color: #0f0f0f;
  font-size: 14px;
}
.breadcrumb ul li .fa {
  font-size: 12px;
}
.breadcrumb ul li a {
  color: rgba(36, 36, 36, 0.831372549);
  font-size: 14px;
}

.table-responsive .table tbody {
  vertical-align: middle;
}
.table-responsive .table tbody tr td {
  padding: 0.5rem 0px;
}
.user-dashboard
{
  padding-bottom: 150px !important;
}
.user-dashboard .headingh1 {
  font: normal normal normal 17px/28px Quicksand;
}
.user-dashboard .user-dashboard-title {
  border-bottom: 1px solid #c9c7c7;
}
.user-dashboard .user-dashboard-form .select .triangle {
  position: absolute;
  right: 15px;
  top: 45px;
  border-top: 8px solid #000000;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.user-dashboard .user-dashboard-form .form-group label {
  font: normal normal normal 15px/23px Quicksand;
  color: #606060;
}
.user-dashboard .payment-section {
  border: 1px solid var(--color1);
  padding: 10px 20px;  
}
.payment-section .address-card
{
  position: relative;
  cursor: pointer;
}
.payment-section .address-card p 
{
  text-align: left;
  font: normal normal normal 15px/20px Quicksand;
  letter-spacing: 0px;
  color: #292D32;
  opacity: 1;
  margin-bottom: 4px;
  padding-left: 55px;
}
.payment-section .address-card .fa 
{
  position: absolute;
  right: 15%;
  top: 50%;
  translate: -5% -50%;
  color: var(--color1);
  transition: 0.3s;
}
.payment-section .address-card:hover .fa 
{
  right: 10%;
  transition: 0.3s; 
}
#addressModal
{
  background: #4B4B4B;
}
.modal-open
{
  padding: 0 !important;
}
#addressModal .add-address 
{
  padding: 20px;
  background: #F5F5F5 0% 0% no-repeat padding-box;
  text-align: center;
  font: normal normal 500 16px/19px Quicksand;
  letter-spacing: 0px;
  color: #7C7C7C;
  opacity: 1;
  display: block;
}
#addressModal .address-popup-card
{
  padding: 20px 40px;
  background: #F5F5F5 0% 0% no-repeat padding-box;
  position: relative;
}
#addressModal .address-popup-card .label 
{
  background: var(--color1);
  font: normal normal normal 12px/20px Quicksand;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  padding: 4px 20px;
}
#addressModal .address-popup-card h5 
{

}
#addressModal .address-popup-card h5 span 
{
  text-align: left;
  font: normal normal bold 20px/28px Quicksand;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
#addressModal .address-popup-card h5 small 
{
  text-align: left;
  font: normal normal normal 14px/20px Quicksand;
  letter-spacing: 0px;
  color: #7B7B7B;
  opacity: 1; 
}
#addressModal .address-popup-card p 
{
  text-align: left;
  font: normal normal 500 16px/23px Quicksand;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
#addressModal .address-popup-card small
{
  text-align: left;
  font: normal normal normal 12px/20px Quicksand;
  letter-spacing: 0px;
  color: #7B7B7B;
  opacity: 1;
}
#addressModal .address-popup-card .editbtn 
{
  text-align: left;
  font: normal normal 500 14px/18px Quicksand;
  letter-spacing: 0px;
  color: #7C7C7C;
  opacity: 1;
  position: absolute;
  top: 20px;
  right: 40px;
  z-index: 9;
}
.thankyou-text
{
  padding: 100px 0;
}
.thankyou-text .check-circle 
{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 3px solid var(--color1);
  margin: 0 auto;
  position: relative;
}
.thankyou-text .check-circle:after 
{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -70%;
  width: 50px;
  height: 25px;
  border-bottom: 3px solid var(--color1);
  border-left: 3px solid var(--color1);
  rotate: -45deg;
}
.thankyou-text h2 
{
  text-align: center;
  font: normal normal normal 45px/53px Wreath;
  letter-spacing: 0px;
  color: #292D32;
  opacity: 1;
}
.thankyou-text p 
{
  text-align: center;
  font: normal normal normal 28px/35px PoorRichardOpti;
  letter-spacing: 0px;
  color: #51995C;
  opacity: 1;
}
.thankyou-text h5 
{  
  text-align: center;
  font: normal normal normal 19px/25px Quicksand;
  letter-spacing: 0px;
  color: #292D32;
  opacity: 1;
}
.thankyou-text a 
{
  text-align: center;
  text-decoration: underline !important;
  font: normal normal normal 15px/25px Quicksand;
  letter-spacing: 0px;
  color: var(--color1);
  opacity: 1;
}

.cart-title
{
  text-align: left;
  font: normal normal bold 20px/25px Quicksand;
  letter-spacing: 0px;
  color: #292D32;
}
.cart-title span 
{
  text-align: left;
  font: normal normal 500 15px/20px Quicksand;
  letter-spacing: 0px;
  color: #51995C;
}
.user-dashboard .payment-section .cart-total p {
  text-align: center;
}
.user-dashboard .payment-section .delivery-method .form-check {
  display: flex;
  align-items: center;
}
.form-check-input
{
  width: 22px;
  height: 22px;
  border-color: var(--color1);
  border-width: 2px;
}
.user-dashboard .payment-section .delivery-method .form-check .form-check-input:checked {
  background: var(--color1);
  border-color: #ffffff;
  box-shadow: 0 0 1px 2px var(--color1);
}
.user-dashboard .payment-section .delivery-method .form-check .form-check-input:focus {
  /* box-shadow: none;
  border-color: #DFB48D; */
}
.user-dashboard .payment-section .delivery-method .form-check .form-check-label {
  font-size: 14px;
  padding-left: 10px !important;
}
.user-dashboard .payment-section .delivery-method .form-check .form-check-label img {
  
}
.user-dashboard .delivery-method li {
  
  padding: 10px 0 10px 55px;
}
.user-dashboard .delivery-method li .form-check .form-check-input:checked {
  background-color: rgb(59, 59, 59);
  border-color: rgb(59, 59, 59);
}
.user-dashboard .delivery-method li .form-check .form-check-input:focus {
  box-shadow: none;
  border-color: rgb(59, 59, 59);
}
.user-dashboard .delivery-method li .form-check .form-check-label {
  padding-left: 10px;
  font: normal normal 600 15px/18px Quicksand;
  letter-spacing: 0px;
  color: #3b3b3b;
  cursor: pointer;
}
.user-dashboard .delivery-method li .form-check .form-check-label span {
  font: normal normal 600 12px/16px Quicksand;
  letter-spacing: 0px;
  color: #959595;
  opacity: 1;
  display: block;
  margin-top: 5px;
}
.user-dashboard .discount-coupon p {
  text-align: left;
  font: normal normal bold 14px/20px Quicksand;
  letter-spacing: 0px;
  color: #292D32;
  opacity: 1;
}
.user-dashboard .discount-coupon form {
  position: relative;  
}
.user-dashboard .discount-coupon form .form_control, .user-dashboard .discount-coupon form .form_control::placeholder{
  color: #97A796;
}
.user-dashboard .discount-coupon form input.btn, .btn-outline-primary {
  min-width: 140px;
  padding: 6px 10px;
  background: transparent;
  border: 1px solid var(--color1);
  color: var(--color1);
  border-radius: 10px;
}
.user-dashboard .discount-coupon form input.btn:hover, .btn-outline-primary:hover {
  background: var(--color1);
  border-color: var(--color1);
  color: #fff;
}
.user-heading
{
  text-align: left;
  font: normal normal bold 40px/50px Quicksand;
  letter-spacing: 0px;
  color: #51995C;
  opacity: 1;
}
.user-profile
{
  padding-bottom: 150px;
  padding-top: 20px;
}
.sign-up
{
  padding: 100px 0 200px;
}
.user-profile .order-detail {
  position: relative;
  background: #04834017;
  padding: 50px;
  height: 100%;
}
.user-profile .order-detail form .user-img {
  position: relative;
  border-radius: 50%;
  width: 170px;
  height: 170px;
  margin: 0 auto;
}
.user-profile .order-detail form .user-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.user-profile .order-detail form .user-img button {
    border: 0;
    border-radius: 20px;
    padding: 4px 9px;
    position: absolute;
    right: 0;
    bottom: 10px;
    background: var(--color1);
    color: #fff;
    width: 40px;
    height: 40px;
}
.user-profile .order-detail form .user-img .form-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  opacity: 0;  
}
.user-profile .order-detail form h4 
{
  text-align: center;
  font: normal normal normal 30px/35px PoorRichardOpti;
  letter-spacing: 0px;
  color: var(--color1);
  opacity: 1;
  padding-top: 30px;
}
.user-profile .order-detail .profile-link ul li .active, .user-profile .order-detail .profile-link ul li a:hover {
  color: var(--color1);
}
.user-profile .order-detail .profile-link ul li a {
  text-align: center;
  font: normal normal 500 18px/28px Quicksand;
  letter-spacing: 0px;
  color: #919191;
  opacity: 1;
  display: flex;
  align-items: center;    
  padding: 15px 0 15px 25px;
}
.user-profile .order-detail .profile-link ul li a .fa 
{
  width: 40px;
  text-align: left;
}
.user-profile .order-detail .other-links {
  position: absolute;
  bottom: 25px;
  left: 35px;
}
.user-profile .order-detail .other-links ul li .active {
  color: var(--color1);
  font-weight: 600;
}
.user-profile .order-detail .other-links ul li a {
  font: normal normal normal 13px/24px Quicksand;
  letter-spacing: 0px;
  color: #707070;
}
.user-profile .orders-inner
{
  border: 1px solid var(--color1);
  padding: 50px 70px;  
}
.user-profile .orders-inner .orders-inner-title 
{
  text-align: left;
  font: normal normal 600 20px/28px Quicksand ;
  letter-spacing: 0px;
  color: #292D32;
  margin-bottom: 16px;
  opacity: 1;
}
.user-profile .orders-inner label 
{
  text-align: left;
  font: normal normal normal 12px/19px Quicksand !important;
  letter-spacing: 0px;
  color: var(--color1)!important;
  opacity: 1;
}
.user-profile .orders-inner .orders-inner-title a 
{  
  text-align: left;
  font: normal normal normal 14px/19px Quicksand;
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
}
.user-profile .orders-inner form .form-group .fa {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 20px;
  color: #cbcbcb;
}
.user-profile .orders-inner form .btn-primary {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 33px;
  text-transform: capitalize;
  min-width: 180px;
  border: 0;
}
.user-profile .order-history .nav-link 
{
  width: 100%;
  background: #04834017 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  border: 0;
  text-align: center;
  font: normal normal normal 14px/28px Quicksand;
  letter-spacing: 0px;
  color: #4F4F4F;
  opacity: 1;
  padding: 5px 8px;
}
.show-all
{
  text-align: RIGHT;
  font: normal normal normal 13px/19px Quicksand;
  letter-spacing: 0px;
  color: var(--color1);
  opacity: 1;
}
.show-all:hover 
{
  color: #51995C; 
}
.user-profile .order-history .nav-link.active, .user-profile .order-history .nav-pills
{
  background: #04834017;
  border-radius: 10px;
}
.user-profile .order-history .nav-link.active, .user-profile .order-history .nav-link:hover 
{
  background: var(--color1);
  color: #fff;
}
.user-profile .order-history .all-orders {
  background: #04834017 0% 0% no-repeat padding-box;
  border: 1px solid var(--color1);
  padding: 25px;
}
.user-profile .order-history .all-orders .headingh1
{
  text-align: left;
  font: normal normal normal 19px/26px Quicksand;
  letter-spacing: 0px;
  color: #292D32;
  opacity: 1;
}
.user-profile .order-history .all-orders p 
{
  text-align: left;
  font: normal normal normal 12.5px/18px Quicksand;
  letter-spacing: 0px;
  color: #97A796;
  opacity: 1;
}
.user-profile .order-history .all-orders .product-total p 
{
  color: var(--color1);
 
}
.user-profile .order-history .all-orders .product-name p 
{
  color: #292D32; 
}
.user-profile .order-history .all-orders.bg-transparent .product-name p 
{
  color: var(--color1);
}

.user-profile .order-history .all-orders:hover {  
}
.user-profile .order-history .all-orders .product-img {

}
.user-profile .order-history .all-orders .product-img i {
  color: var(--color1);
  font-size: 30px;
}
.user-profile .order-history .pagination li a
{
  color: #A7A7A7;
}
.user-profile .order-history .pagination li a:hover, .user-profile .order-history .pagination li .active 
{
  color: #000;
}

.user-profile .order-history .address-card .address-card-body .table-responsive .table thead tr th, .shopping-cart-box .table thead tr th {
  text-align: left;
  font: normal normal normal 14px/19px Quicksand;
  letter-spacing: 0px;
  color: var(--color1);
  opacity: 1;
  border-bottom: 1px solid var(--color1);
  padding: 10px 0;
  border-right: 20px solid #fff;
}
.table>:not(caption)>*>*
{
  border: 0;
}
.table-responsive .table thead tr th 
{
  white-space: nowrap;
}
.table-responsive .table tbody tr td {
  padding: 0.5rem 0;
  font-size: 14px;
  border: 0;
  text-align: left;
  font: normal normal normal 15px/20px Quicksand;
  letter-spacing: 0px;
  color: #4F4F4F;
  opacity: 1;
  /* white-space: nowrap; */
}
.table-responsive .table tbody tr td b
{
  color: #000;
}

.table-responsive .table tbody tr td.price {
  text-align: left;
  font: normal normal bold 20px/28px Quicksand;
  letter-spacing: 0px;
  color: #FC3E3E;
  opacity: 1;
  white-space: nowrap;
}
.user-profile .order-history .address-card .address-card-body p, .shopping-cart-box p
{
  text-align: left;
  font: italic normal normal 14px/19px Quicksand;
  letter-spacing: 0px;
  color: #4F4F4F;
  opacity: 1;
}
.user-profile .order-history .address-card .address-card-body .info-user p 
{
  text-align: left;
  font: normal normal normal 14px/19px Quicksand;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
} 
.table .headingh1
{
  text-align: left;
  font: normal normal 500 15px/22px Quicksand;
  letter-spacing: 0px;
  color: #000000 !important;
}
.rewards-title 
{
  text-align: left;
  font: normal normal bold 60px/53px Quicksand;
  letter-spacing: 0px;
  color: #51995C;
  opacity: 1;
}
.rewards-title sub 
{
  text-align: left;
  font: normal normal bold 18px/20px Quicksand;
  letter-spacing: 0px;
  color: #8D7460;
  opacity: 1;
}
.address-card-header .order-status p 
{
  text-align: left;
  font: normal normal normal 14px/19px Quicksand;
  letter-spacing: 0px;
  color: #FF9800;
  opacity: 1;
}
.terms
{
  font-family: 'Quicksand';
  padding-bottom: 150px !important;
}
.terms .sidebar a 
{
  display: block;
  font: normal normal normal 20px/28px Quicksand;
  color: var(--color1);
  margin-bottom: 8px;
}
.terms .sidebar a:hover, .terms .sidebar a.active
{
  font-weight: bold;
  text-shadow: 0 0 0.7px var(--color1);
  color: var(--color1);
}





@media (max-width: 1199px) 
{
  .container, .container-md, .container-sm
  {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1099px) 
{
  .user-profile .order-detail
  {
    padding: 40px 15px;
  }
  .user-profile .order-detail form .user-img
  {
    width: 135px;height: 135px;
  }
}
@media (max-width: 991px) 
{
  .user-dashboard .discount-coupon form input.btn, .btn-outline-primary
  {
      min-width: 1px !important;
  }
  .user-dashboard .payment-section .delivery-method .form-check .form-check-label img
    {
        width: 125px;
    }
    .user-profile .order-detail form h4
    {
      font-size: 24px;
    }
}
@media (max-width: 767px) 
{
  .main-title
  {
    font-size: 40px;
    line-height: 40px;
  }
  .user-profile .order-history .all-orders p, .user-profile .order-history .all-orders .headingh1
  {
    text-align: center;
  }
  .user-profile .order-detail
  {
    padding: 15px;
    height: auto;
  }
  .user-profile .order-detail .profile-link ul li a
  {
    padding: 10px 0 0 25px;
  }
  .user-profile .order-detail form h4
  {
    padding-top: 10px;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 576px) 
{
  .user-profile .orders-inner
  {
    padding: 30px;
  }
  .td-for-desktop
  {
    display: none;
  }
  .user-dashboard .headingh1
  {
    line-height: 20px;
  }
  
}
@media (max-width: 425px) 
{
  .user-profile .order-detail form .user-img button {
    right: 0px;
  }
  .user-dashboard .delivery-method li
  {
    padding-left: 10px;
  }
  .name-section
  {
    width: 220px;
  }
  .user-profile .orders-inner
  {
    padding: 20px 12px;
  }
}

@media only screen and (min-width: 1699px)
{
  .sign-up
  {
    padding-bottom: 350px;
  }
  .terms, .user-dashboard, .user-profile
  {
    padding-bottom: 250px !important;
  }
}