<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
a {
  text-decoration: none !important;
}
p {

}
body {
  font-family: 'Montserrat';
}
th, td {
  font-family: 'Montserrat';
}
header .navbar {
  position: relative;
}

.headingh1 {
  font: normal normal normal 16px/28px Montserrat;
  letter-spacing: 0.4px;
  color: #3b3b3b;
  text-transform: capitalize;
  margin-bottom: 0;
}

form .form-group {
  position: relative;
}
form .form-group label {
  font: normal normal normal 14px/23px Montserrat;
  letter-spacing: 0.64px;
  color: #1e295c;
}
form .form-group .form-control {  
  border-radius: 0px;
  border: 0.5px solid #707070;
  border-radius: 0px;
  font: normal normal normal 14px/28px Montserrat;
  letter-spacing: 0px;
  color: #363636;
  opacity: 0.8;
  padding: 7px 15px;
}
form .form-group .form-control::-moz-placeholder {
  font: normal normal normal 16px/26px Montserrat;
}
form .form-group .form-control::placeholder {
  font: normal normal normal 16px/26px Montserrat;
}
form .form-group .form-control:focus {
    
}
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: 7px;
}
form .form-group .form-check-input:checked {
  background-color: #161718;
}
form .form-group .form-check-input:focus {
  box-shadow: none;
}

.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: 12px;
}
.table-responsive .table tbody tr td .status .status-img {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 15px;
  opacity: 1;
  padding: 18px 24px;
}
.table-responsive .table tbody tr td .status .status-img img {
  width: 40px;
}
.table-responsive .table tbody tr td .status .product-name .proname,
.table-responsive .table tbody tr td .status .product-name .price {
  font: normal normal 600 16px/20px Montserrat;
  letter-spacing: 0px;
  color: #000000;
  margin: 0;
}
.table-responsive .table tbody tr td .count-list ul .count-number {
  border: 1px solid #0f0f0f;
  border-radius: 5px;
  padding: 0px 15px;
}
.table-responsive .table tbody tr td .count-list ul li {
  margin-right: 15px;
}
.table-responsive .table tbody tr td .count-list ul li a {
  font: normal normal 600 20px/30px Montserrat;
  letter-spacing: 0px;
  color: #3d3d3d;
  opacity: 1;
  display: block;
  height: 100%;
}
.thank-you
{
  display: grid;
  place-items: center;
}
.user-dashboard, .user-profile
{
  background-image: url(../img/user-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 50px 0;
  margin: 0 !important;
  min-height: 75vh;
}
.user-dashboard .headingh1 {
  font: normal normal bold 17px/28px Montserrat;
}
.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 Montserrat;
  color: #606060;
}
.user-dashboard .payment-section {
  border: 1px solid rgba(136, 136, 136, 0.6784313725);
  padding: 10px 20px;  
  background: #fff;
}
.user-dashboard .payment-section .cart-total p {
  text-align: center;
}
.user-dashboard .payment-section .delivery-method .form-check {
  display: flex;
  align-items: center;
}
.user-dashboard .payment-section .delivery-method .form-check .form-check-input:checked {
  background-color: rgb(59, 59, 59);
  border-color: rgb(59, 59, 59);
}
.user-dashboard .payment-section .delivery-method .form-check .form-check-input:focus {
  box-shadow: none;
  border-color: rgb(59, 59, 59);
}
.user-dashboard .payment-section .delivery-method .form-check .form-check-label {
  font-size: 14px;
  padding-left: 20px;
}
.user-dashboard .payment-section .delivery-method .form-check .form-check-label img {
  width: 22px;
}
.user-dashboard .delivery-method li {
  border: 1px solid #707070;
  padding: 10px;
}
.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 500 15px/18px Montserrat;
  letter-spacing: 0px;
  color: #3b3b3b;
  cursor: poMontserrat;
}
.user-dashboard .delivery-method li .form-check .form-check-label span {
  font: normal normal 500 12px/16px Montserrat;
  letter-spacing: 0px;
  color: #959595;
  opacity: 1;
  display: block;
  margin-top: 5px;
}
.user-dashboard .discount-coupon form p {
  font: normal normal 500 13px/18px Montserrat;
  letter-spacing: 0px;
  color: #3b3b3b;
  text-transform: capitalize;
}
.user-dashboard .discount-coupon form{
  position: relative;
  background: #eeeeee 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  display: flex;
  padding: 5px 15px;
}
.user-dashboard .discount-coupon input {
  border-radius: 0;
  border: 0;
  background: transparent;
  font: normal normal normal 14px/16px Montserrat;
  letter-spacing: 0px;
  color: #767676;
  text-transform: capitalize;
  opacity: 1;
  padding: 10px;
  padding-left: 0;
}
.user-dashboard .discount-coupon input:focus-visible {
  outline: none;
}
.user-dashboard .discount-coupon button {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 6px;
  border: 0;
  opacity: 1;
  position: absolute;
  right: 5px;
  padding: 8px 15px;
  font: normal normal 500 12px/20px Montserrat;
  letter-spacing: 0px;
  color: #363636;
  text-transform: uppercase;
  transition: 0.4s;
}
.user-dashboard .discount-coupon button:hover {
  background-color: #161718;
  color: #fff;
  transition: 0.4s;
}
.user-dashboard .discount-coupon .form {
  position: relative;
  background: #eeeeee 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  display: flex;
  padding: 5px 15px;
}
.user-profile .order-detail {
  background-image: url(../img/sidebar-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  padding: 60px 45px 110px 105px;
  border-radius: 50px;
  position: sticky;
  top: 100px;

}
.user-profile .order-detail .profile-link
{
  margin-bottom: 50px;
}
.user-profile .order-detail form .user-img {
  position: relative;
}
.user-profile .order-detail form .user-img img {
  border-radius: 50%;
  width: 170px;
  height: 170px;
  margin: 0 auto;
}
.user-profile .order-detail form .user-img button {
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 4px 9px;
  position: absolute;
  right: 30px;
  bottom: 50px;
}
.user-profile .order-detail form .user-img .form-control {
  opacity: 0;
  visibility: hidden;
}
.user-profile .order-detail .profile-link ul li .active {
  font-weight: bold;
}
.user-profile .order-detail .profile-link ul li a {
  font: normal normal normal 14px/28px Montserrat;
  letter-spacing: 0px;
  color: #1b1a1a;
  opacity: 1;
  border-bottom: 2px solid #000;
  display: flex;
  align-items: center;
  padding: 8px 0 8px 50px;
}
.user-profile .order-detail .other-links {
  position: absolute;
  bottom: 25px;
  left: 35px;
}
.user-profile .order-detail .other-links ul li .active {
  color: #3059e5;
  font-weight: 600;
}
.user-profile .order-detail .other-links ul li a {
  font: normal normal normal 13px/24px Montserrat;
  letter-spacing: 0px;
  color: #707070;
}
.user-profile .orders-inner form .form-group .form-control {  
}
.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 {
 
}
.user-profile .order-history .all-orders {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 16px;
  padding: 30px 10px;
  border: 1px solid rgba(153, 153, 153, 0.3882352941);
}
.user-profile .order-history .all-orders:hover {
  background: #cecece 0% 0% no-repeat padding-box;
}
.user-profile .order-history .all-orders .product-img {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 15px;
  opacity: 1;
  padding: 22px 18px;
}
.user-profile .order-history .all-orders .product-img a {
  font-size: 15px;
  color: #444;
}
.user-profile .order-history .address-card .address-card-body .table-responsive .table thead tr th {
  font-size: 15px;
}
.user-profile .order-history .address-card .address-card-body .table-responsive .table tbody tr td {
  padding: 0.5rem 0.5rem;
  font-size: 14px;
}
.user-profile .rewards-details .rewards-point {
  text-align: right;
  font: normal normal 500 22px/30px Montserrat;
  letter-spacing: 0px;
  color: #7d7d7d;
}
.user-profile .rewards-details .rewards-point span {
  font: normal normal 500 40px/60px Montserrat;
  letter-spacing: 0px;
  color: #191919;
  display: block;
}
.user-profile .rewards-details .range_slider .range-btn {
  text-align: center;
  font: normal normal normal 18px/30px Montserrat;
  letter-spacing: 0px;
  color: #404040;
  border: 0;
  background: #f0efe7;
  border-radius: 50px;
  padding: 20px 40px;
  position: relative;
}
.user-profile .rewards-details .range_slider .range-btn:hover {
  background: #747474;
  color: #fff;
}
.user-profile .rewards-details .range_slider .range-btn::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  border-top: 15px solid #f0efe7;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.user-profile .rewards-details .range_slider .range-btn:hover::after {
  border-top-color: #747474;
}
.user-profile .rewards-details .range_slider .active {
  background: #747474;
  color: #fff;
}
.user-profile .rewards-details .range_slider .active::after {
  border-top-color: #747474;
}
.user-profile .rewards-details .range_slider .range {
  width: 100%;
  height: 15px;
  border-radius: 10px;
  background: #dbdbdb;
  position: relative;
}
.user-profile .rewards-details .range_slider .range:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  height: 19px;
  border-radius: 12px;
  background: #747474;
}
.user-profile .rewards-details .range_slider p {
  text-align: right;
  font: normal normal 600 16px/20px Montserrat;
  letter-spacing: 0px;
  color: #888888;
  margin-top: 15px;
}
.user-profile .rewards-details .rewards-check .form-check .form-check-input:focus {
  border-color: rgb(196, 196, 196);
  box-shadow: none;
}
.user-profile .rewards-details .rewards-check .form-check .form-check-input:checked {
  background-color: rgb(59, 59, 59);
  border-color: rgb(59, 59, 59);
}
.user-profile .rewards-details .rewards-check .form-check .form-check-label {
  font: normal normal 18px/22px Montserrat;
  letter-spacing: 0px;
  color: #000000;
}
.user-profile .order-detail .other-links ul li .active{
  color:#000 !important;
}
.sign-up 
{
  background-image: url(../img/user-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 100vh;
  height: 100%;
  display: grid;
  place-items: center;
}
.sign-up .login-form
{
  background: #fff;
  border-radius: 25px;
  padding: 30px;
}
.sign-up .login-form a 
{
  color:#1289ce;
}

.thank-you a:hover 
{
  padding-left: 1.5rem!important;
}
.atc-success .btn-primary
{
  width: 175px;
}
@media (max-width: 1199px) {
  .container {
    max-width: 92%;
    width: 100%;
  }
  .user-profile .order-detail {
    padding: 60px 45px 110px;
  }
}
@media (max-width: 991px) {
  .payment-section {
    padding-left: 30px;
  }
  .user-profile .rewards-details .rewards-check .form-check .form-check-label {
    font-size: 16px;
  }
  .user-profile .order-history .all-orders
  {
    display: block !important;
    text-align: center;
  }
  .user-profile .order-history .all-orders .product-img
  {
    width: 150px;
    height: 120px;
    margin: 15px auto;
    display: grid;
    place-items: center;
  }
}
@media (max-width: 767px) {
  .table-responsive .table tbody tr td{}
  .table-responsive .table thead .quantity {
    display: none;
  }
  .table-responsive .table tbody tr td .status .status-img {
    padding: 18px 24px;
  }
  .table-responsive .table tbody tr td .status .product-name .proname {
    font-size: 14px;
  }
  .table-responsive .table tbody tr td .status .product-name .price {
    display: none;
  }
  .table-responsive .table tbody tr td .status .product-name .count-list ul li {
    line-height: 22px;
  }
  .table-responsive .table tbody tr td .status .product-name .price1 {
    font-size: 14px;
  }
  .table-responsive .table tbody tr td .count-list {
    /*display: none;*/
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .payment-section {
    padding-left: 0px;
  }
  .user-profile .order-history .all-orders .product-img {
    width: 200px;
    margin: 20px auto;
  }
  .user-profile .order-history .all-orders .shipping p {
    color: #333;
  }
 
}
@media (max-width: 575px) {
  .user-profile .order-detail form .user-img button {
    right: 60px;
  }
}
@media (max-width: 425px) {
  .user-profile .order-detail form .user-img button {
    right: 0px;
  }
}/*# sourceMappingURL=style.css.map */</pre></body></html>