body {
  font-family: "Nunito", sans-serif;
  background: #ffffff;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
input[type=email]:disabled {
  background: #ececec;
}

#card-element {
  padding: 20px;
  border: 1px solid #ececec;
  border-radius: 5px;
}

.modal-center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal-center:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.deal-logo {
  font-weight: 800;
  text-align: center;
  font-size: 30px;
}
.deal-logo img {
  width: 180px;
}
.deal-logo.header {
  text-align: left;
  float: left;
}
.deal-logo.footer {
  text-align: left;
  font-size: 20px;
}

.modal-dialog-center {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-dialog {
  max-width: 700px;
}
.modal-dialog .modal-content {
  border-radius: 0px;
  border: 0px;
}

.modal-center {
  text-align: center;
  z-index: 2147483638;
}

.modal-dialog-center {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.delivery-options {
  margin: 0px auto -15px auto;
  width: 140px;
}

.popcontent {
  font-size: 15px;
  line-height: 22px;
}
.popcontent h2 {
  font-size: 20px;
  font-family: "CerebriSansBold";
  color: #202020;
  margin-top: 10px;
  margin-bottom: 12px;
}
.popcontent b {
  font-family: "CerebriSansBold";
}
.popcontent p {
  font-size: 13px;
  line-height: 20px;
  font-family: "CerebriSansLight";
}

#popup .modal-body {
  padding: 30px;
}

.mobile-buttons {
  margin-top: 7px;
}

.bullet-head {
  background: #85b967;
  color: #fff;
  padding: 3px 0px;
  font-size: 14px;
  font-weight: 100;
}
@media only screen and (max-device-width: 480px) {
  .bullet-head {
    display: none;
  }
}
.bullet-head .stars {
  text-align: center;
}
@media only screen and (max-device-width: 480px) {
  .bullet-head .stars {
    text-align: left;
  }
}
@media only screen and (max-device-width: 480px) {
  .bullet-head .bullet {
    margin-bottom: 5px;
    font-size: 13px;
  }
}
.bullet-head span {
  color: rgba(255, 255, 255, 0.6);
}

.menuline {
  background: #fff;
  text-align: center;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.menuline .menu {
  display: inline-block;
  margin: 0;
  padding: 0;
  /* For IE, the outcast */
  zoom: 1;
  *display: inline;
}
.menuline .menu li {
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  float: left;
  margin-right: 40px;
  padding: 10px 0px;
  margin-bottom: -6px;
}
.menuline .menu li.active {
  background: #FFF7ED;
  padding-left: 15px;
  padding-right: 15px;
}
.menuline .menu li.active a {
  color: #240B36;
  font-weight: 700;
}
.menuline .menu li a {
  color: #333333;
  text-decoration: none;
}
.menuline .menu li a:hover {
  text-decoration: none;
}
@media only screen and (max-device-width: 480px) {
  .menuline .menu {
    display: none;
  }
}

header {
  padding: 15px 0px 17px 0px;
  background: #fff;
}
header .float-right-search {
  float: right;
}
@media only screen and (max-device-width: 480px) {
  header .float-right-search {
    float: left;
    margin-top: 15px;
    width: 100%;
  }
}
@media only screen and (max-device-width: 480px) {
  header .float-right-search .buttons {
    display: none;
  }
}
header .header-categories {
  background: #ececec;
  padding: 5px 10px;
  border-radius: 4px;
  width: auto;
  float: left;
  margin-left: 35px;
  margin-top: 10px;
  font-weight: bold;
  cursor: pointer;
}
@media only screen and (max-device-width: 480px) {
  header .header-categories {
    display: none;
  }
}
header .searchbox {
  width: 100%;
  float: left;
}
@media only screen and (max-device-width: 480px) {
  header .searchbox {
    width: 100%;
  }
}
header .searchbox i {
  position: absolute;
  margin-left: 12px;
  margin-top: 10px;
}
header .searchbox .search-field {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ececec;
  padding: 8px 15px;
  font-size: 14px;
  padding-left: 40px;
  color: #999999;
  width: 100%;
  letter-spacing: 0;
  float: left;
}
@media only screen and (max-device-width: 480px) {
  header .searchbox .search-field {
    width: 100%;
  }
}
header .searchbox .search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999999;
}
header .searchbox .search-field::-moz-placeholder { /* Firefox 19+ */
  color: #999999;
}
header .searchbox .search-field:-ms-input-placeholder { /* IE 10+ */
  color: #999999;
}
header .searchbox .search-field:-moz-placeholder { /* Firefox 18- */
  color: #999999;
}
header .buttons {
  width: 200px;
  margin-right: 8px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
header .buttons.three {
  width: 150px !important;
}
@media only screen and (max-device-width: 480px) {
  header .buttons.three {
    width: auto !important;
    float: right;
    margin-left: 0px;
  }
}
@media only screen and (max-device-width: 480px) {
  header .buttons {
    width: 224px;
    margin-right: 0px;
    margin-top: -2px;
    margin-left: -5px;
  }
}
header .buttons a {
  color: #333333;
}
header .buttons .account, header .buttons .cart {
  float: left;
  text-align: center;
  padding: 6px 12px;
  margin-left: 10px;
}
header .buttons .cart {
  color: #000;
  padding: 7px 12px;
}
header .buttons a {
  text-decoration: none;
}
header .buttons a .user-button {
  margin-top: 5px;
  font-size: 10px;
  color: #000;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  padding: 5px 10px;
}
header .buttons a .user-button:hover {
  background: #f1f2f4;
  border-radius: 5px;
}
header .buttons a .user-button i {
  font-size: 16px;
  width: 100%;
  text-align: center;
}
header .header-brandline {
  margin-bottom: 10px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: 200;
  color: #666666;
  letter-spacing: 0;
}
header .header-brandline img {
  margin-right: 5px;
}
header .header-brandline ul {
  float: right;
  margin-right: 5px;
}
header .header-brandline ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  text-align: right;
  margin-left: 15px;
  font-weight: 500;
}
header .header-brandline ul li a {
  color: #666666;
  font-size: 12px;
}

.front-banner {
  width: 100%;
  margin: 30px auto 0px auto;
}
.front-banner .background {
  background: #9ac755;
  border-radius: 15px;
  padding: 60px 64px 40px 64px;
  margin-bottom: 30px;
}
@media only screen and (max-device-width: 480px) {
  .front-banner .background {
    padding: 30px 20px;
  }
}
.front-banner .background .left {
  float: left;
  width: 60%;
}
@media only screen and (max-device-width: 480px) {
  .front-banner .background .left {
    width: 100%;
  }
  .front-banner .background .left h1 {
    width: 100%;
    line-height: 30px;
  }
}
.front-banner .background .right {
  float: left;
  width: 40%;
}
.front-banner .background .right img {
  float: right;
  max-width: 100%;
}
@media only screen and (max-device-width: 480px) {
  .front-banner .background .right {
    width: 100%;
  }
  .front-banner .background .right img {
    margin-top: -75px;
    max-width: 37%;
  }
}
.front-banner .background h1 {
  font-size: 48px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 51px;
  font-weight: 800;
  width: 80%;
  padding-right: 20px;
}
.front-banner .background h1 b {
  font-weight: 900;
}
@media only screen and (max-device-width: 480px) {
  .front-banner .background h1 b {
    font-size: 29px;
  }
}
@media only screen and (max-device-width: 480px) {
  .front-banner .background h1 {
    padding-top: 0px;
    font-size: 26px;
    padding-right: 0px;
    width: 100%;
  }
}
.front-banner .background p {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  margin-top: 15px;
  font-weight: 400;
  width: 80%;
  padding-bottom: 10px;
}
@media only screen and (max-device-width: 480px) {
  .front-banner .background p {
    width: 100%;
  }
}
.front-banner .background a {
  color: #ffffff;
  text-decoration: underline;
  font-size: 13px;
}
.front-banner .background .frontgroup {
  margin-top: 25px;
  float: right;
}
.front-banner .background .show-more {
  background: #E67E22;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  position: relative;
  padding: 10px 50px;
  text-decoration: none;
}
.front-banner .background .show-more:hover {
  background: #cd7930;
}
@media only screen and (max-device-width: 480px) {
  .front-banner .background .show-more {
    margin-bottom: 20px;
    width: 100%;
    position: static;
  }
}
.front-banner .background .show-more-member-benefits {
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-left: 10px;
  color: #FFFFFF;
  border: 1px solid #fff;
  position: relative;
  padding: 10px 50px;
  text-decoration: none;
}
.front-banner .background .show-more-member-benefits:hover {
  background: #ffffff;
  color: #2e2e2e;
}
@media only screen and (max-device-width: 480px) {
  .front-banner .background .show-more-member-benefits {
    display: none;
  }
}

.upsell {
  border: 1px solid #EEEEEE;
  background: #fff;
}
.upsell .c {
  padding: 25px 0px 20px 0px;
  font-size: 15px;
  color: #222222;
  letter-spacing: 0;
}
.upsell .c.b {
  border-right: 1px solid #EEEEEE;
}
@media only screen and (max-device-width: 480px) {
  .upsell .c.b {
    border-right: 0px;
    text-align: center;
  }
}
.upsell .c .icon {
  width: 50px;
  float: left;
  margin-left: 65px;
}
.upsell .c .icon i {
  font-size: 30px;
  color: #240B36;
}
@media only screen and (max-device-width: 480px) {
  .upsell .c .icon {
    margin-left: 50px;
    margin-bottom: 15px;
  }
}
.upsell .c .text {
  float: left;
  width: 165px;
  margin-top: -5px;
}
.upsell .c .text .head {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: -3px;
}
.upsell .c .text .sub {
  font-weight: 200;
  font-size: 14px;
}

.delivery-box-picker {
  border-bottom: 1px solid #ececec;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  padding: 10px 15px 15px 15px;
  width: 100%;
  cursor: pointer;
}
.delivery-box-picker:hover {
  background: #f1f1f1;
}
.delivery-box-picker .km_calc {
  color: #858585;
  font-size: 14px;
}
.delivery-box-picker.active {
  background: #f5f5f5;
}
.delivery-box-picker:first-child {
  border-radius: 5px 5px 0px 0px;
  border-top: 1px solid #ececec;
}
.delivery-box-picker:last-child {
  border-radius: 0px 0px 5px 5px;
}
.delivery-box-picker .radio {
  width: 30px;
  float: left;
}
.delivery-box-picker .info {
  padding-top: 2px;
  float: left;
  width: 550px;
}
@media only screen and (max-device-width: 480px) {
  .delivery-box-picker .info {
    width: 260px !important;
  }
}

.products-list {
  margin-top: 30px;
  padding-bottom: 40px;
}
.products-list h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
}
.products-list a {
  text-decoration: none;
}
.products-list .product {
  background: #fff;
  min-height: auto;
  padding-bottom: 15px;
  margin-bottom: 0px;
  border: 2px solid #F8FAFC;
  border-radius: 5px 5px 0px 0px;
  transition: all 0.25s ease-in-out;
}
.products-list .product:hover {
  cursor: pointer;
}
.products-list .product img {
  padding: 15px 20px;
  max-height: 200px;
}
.products-list .product .pname {
  font-size: 14px;
  color: #000;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  font-weight: 700;
}
.products-list .product .skiller {
  border-bottom: 1px solid #EEEEEE;
  margin-top: 15px;
  margin-bottom: 15px;
}
.products-list .product-snippet {
  background: #F8FAFC;
  border-radius: 0px 0px 10px 10px;
  margin-bottom: 25px;
  padding: 10px 0px;
}
.products-list .product-snippet .savedata {
  background: #9ac655;
  border-radius: 8px;
  color: #fff;
  width: 70px;
  float: right;
  font-size: 11px;
  text-align: center;
  padding: 3px 0px;
  right: 25px;
}
.products-list .product-snippet .normalprice {
  padding: 0px 15px;
  margin-bottom: 0px;
  margin-top: 6px;
}
.products-list .product-snippet .normalprice .left {
  width: 70%;
  float: left;
  text-align: left;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.75);
  letter-spacing: 0;
  margin-top: 3px;
}
@media only screen and (max-device-width: 480px) {
  .products-list .product-snippet .normalprice .left {
    width: 100%;
  }
}
.products-list .product-snippet .normalprice .right {
  width: 30%;
  float: right;
  text-align: right;
  font-size: 14px;
  color: #240B36;
  letter-spacing: 0;
  text-align: right;
}
@media only screen and (max-device-width: 480px) {
  .products-list .product-snippet .normalprice .right {
    width: 100%;
    float: left;
    display: none;
    text-align: left;
  }
}
.products-list .product-snippet .memberprice {
  padding: 0px 15px;
  margin-bottom: 0px;
}
.products-list .product-snippet .memberprice i {
  font-size: 12px;
}
.products-list .product-snippet .memberprice .left {
  width: 70%;
  float: left;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
}
@media only screen and (max-device-width: 480px) {
  .products-list .product-snippet .memberprice .left {
    width: 100%;
  }
}
.products-list .product-snippet .memberprice .right {
  width: 30%;
  float: right;
  text-align: right;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  text-align: right;
  font-weight: bold;
}
@media only screen and (max-device-width: 480px) {
  .products-list .product-snippet .memberprice .right {
    width: 100%;
    float: left;
    text-align: left;
  }
}

.front-splash {
  background: url("../images/shoe-splash.png") top left no-repeat;
  width: 100%;
  height: 389px;
  margin-top: 70px;
  padding: 100px;
  margin-bottom: 10px;
}
@media only screen and (max-device-width: 480px) {
  .front-splash {
    padding: 50px;
  }
}
.front-splash h3 {
  font-size: 48.68px;
  color: #222222;
  letter-spacing: 0;
}
.front-splash p {
  font-size: 21.42px;
  color: #222222;
  letter-spacing: 0;
  font-weight: 200;
  margin-bottom: -5px;
}

.front-splash-second {
  background: url("../images/front-splash-second.png") top left no-repeat;
  width: 100%;
  height: 243px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 75px;
}
.front-splash-second h3 {
  font-size: 38.68px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.front-splash-second p {
  font-size: 21.42px;
  color: #222222;
  letter-spacing: 0;
  font-weight: 200;
  text-align: center;
  margin-bottom: -5px;
}

.front-splash-clean {
  background: url("../images/cleaning-splash.png") top left no-repeat;
  width: 100%;
  height: 243px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 75px;
}
.front-splash-clean h3 {
  font-size: 38.68px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.front-splash-clean p {
  font-size: 21.42px;
  color: #222222;
  letter-spacing: 0;
  font-weight: 200;
  text-align: center;
  margin-bottom: -5px;
}

.front-splash-third {
  background: #318EFF url("../images/front-splash-third.png") top left repeat-x;
  width: 100%;
  height: 389px;
  margin-top: 50px;
  margin-bottom: 10px;
  padding-top: 125px;
}
.front-splash-third h3 {
  font-size: 45px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.front-splash-third p {
  font-size: 21.42px;
  color: #222222;
  letter-spacing: 0;
  font-weight: 200;
  text-align: center;
  margin-bottom: -5px;
}
@media only screen and (max-device-width: 480px) {
  .front-splash-third {
    padding-top: 90px;
  }
}

.front-grey-splash {
  background: #EFF6F8;
  height: 300px;
  margin-top: 70px;
  margin-bottom: 70px;
  padding-top: 80px;
}
.front-grey-splash .text {
  font-size: 30px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  line-height: 35px;
}

.brands-logos {
  padding: 50px 0px;
}
.brands-logos h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}
.brands-logos .logo {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  text-align: center;
  padding: 15px;
}
.brands-logos .logo img {
  max-width: 100%;
}

.clearfix {
  clear: both;
}

.category-area {
  padding: 30px 0px 60px 0px;
}
@media only screen and (max-device-width: 480px) {
  .category-area {
    padding-bottom: 0px;
  }
}
.category-area a {
  text-decoration: none;
}
.category-area .category-wrapper {
  /* Category navigation */
  background: #f5fff1;
  border-radius: 16px;
  margin-bottom: 15px;
}
.category-area .category-wrapper .img {
  width: 25%;
  float: left;
}
.category-area .category-wrapper .img img {
  width: 100%;
}
.category-area .category-wrapper .text {
  width: 70%;
  float: left;
  padding-top: 35px;
  font-size: 14px;
  font-weight: 600;
  padding-left: 5%;
}
.category-area .cat-name {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
}
@media only screen and (max-device-width: 480px) {
  .category-area .cat-name {
    margin-top: -15px;
    margin-bottom: 15px;
  }
}
.category-area h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
}
.category-area .category-box {
  width: 100%;
  height: auto;
  background-size: cover;
  border-radius: 16px;
  background: #c5e4bd img;
  background-border-radius: 5px;
}
@media only screen and (max-device-width: 480px) {
  .category-area .category-box {
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
  }
}
.category-area .category-box:hover {
  opacity: 0.8;
  cursor: pointer;
}
.category-area .category-box .txt-overlay {
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 48px;
  color: #FFFFFF;
  text-align: center;
  padding-top: 250px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-device-width: 480px) {
  .category-area .category-box .txt-overlay {
    padding-top: 150px;
  }
}
.category-area .category-box img {
  max-width: 100%;
}

.brandcolor {
  color: #9ac655;
}

.how-it-works {
  background: #f3f4f6;
  padding: 60px 0px;
}
@media only screen and (max-device-width: 480px) {
  .how-it-works {
    padding: 30px 0px;
  }
}
.how-it-works .subline {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #240B36;
}
.how-it-works .bullets-bg {
  background: #fff;
  padding: 15px 20px;
  border-radius: 15px;
  margin-top: 35px;
}
@media only screen and (max-device-width: 480px) {
  .how-it-works .bullets-bg {
    margin-top: 20px;
  }
}
.how-it-works .benefits-box-area img {
  background: #fff;
  border-radius: 50%;
  padding: 15px;
}
.how-it-works h2 {
  font-weight: 800;
  font-size: 27px;
  margin-bottom: 10px;
}
.how-it-works h2.headline {
  font-weight: 700;
  font-size: 32px;
}
@media only screen and (max-device-width: 480px) {
  .how-it-works h2.headline {
    font-size: 24px;
  }
}
.how-it-works .bullets-bg h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5px;
}
.how-it-works h3 {
  font-size: 20px;
  font-weight: bold;
}
.how-it-works p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1.33333px;
  color: #000000;
}
.how-it-works .checkpoints {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 20px;
}
.how-it-works .checkpoints li {
  width: 100%;
  margin-bottom: 10px;
}
.how-it-works .checkpoints .green {
  background: #F0FDF4;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding-top: 10px;
  text-align: center;
  float: left;
}
.how-it-works .checkpoints .green i {
  color: #22C55E;
  font-size: 20px;
  text-align: center;
}
.how-it-works .checkpoints .red {
  background: #FEF2F2;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding-top: 10px;
  text-align: center;
  float: left;
}
.how-it-works .checkpoints .red i {
  color: #EF4444;
  font-size: 20px;
  text-align: center;
}
.how-it-works .checkpoints .info {
  float: left;
  padding-left: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 17px;
  padding-top: 12px;
  letter-spacing: 1.33333px;
  color: #000000;
}
.how-it-works .member-image {
  background: url("../images/member-image.png") top left no-repeat;
  border-radius: 10px;
  width: 100%;
  height: 450px;
  position: absolute;
  z-index: 9999;
  margin-top: 30px;
  margin-left: -30px;
}
@media only screen and (max-device-width: 480px) {
  .how-it-works .member-image {
    position: relative;
    display: none;
  }
}
.how-it-works .member-white-bg {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 450px;
  height: 450px;
  position: absolute;
  z-index: 999;
}
@media only screen and (max-device-width: 480px) {
  .how-it-works .member-white-bg {
    display: none;
  }
}

.collection-view {
  margin-top: 0px;
  padding-bottom: 20px;
  padding-top: 25px;
  border-bottom: 1px solid #ececec;
  background: #F9FAFC top center no-repeat;
}
.collection-view h1 {
  font-size: 35px;
  color: #333333;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0;
  line-height: 35px;
}
.collection-view p {
  font-size: 16px;
  font-weight: 200;
}
.collection-view .subcate-wrapper a {
  text-decoration: none;
}
.collection-view .subcate-wrapper .subcat-white {
  background: #FFFFFF;
  border-radius: 10px;
  font-size: 14px;
  border: 1px solid #ececec;
  color: #000;
  text-align: center;
  font-weight: 600;
  padding: 5px 0px;
  margin-bottom: 15px;
}
.collection-view .subcate-wrapper .subcat-white:hover {
  background: #f9f7f7;
  cursor: pointer;
}

@media only screen and (max-device-width: 480px) {
  .search-web {
    display: none;
  }
}

.search-mobile {
  display: none;
}
@media only screen and (max-device-width: 480px) {
  .search-mobile {
    display: block;
  }
}

.emaerket .img {
  width: 70px;
  float: left;
}

.ebox {
  background: #fff;
  display: none;
}

.shopmorelink {
  display: none;
}

.e-maerket-top {
  float: right;
  margin-top: -43px;
}

.emarket .product {
  width: 300px;
  float: left;
}

.onlymobile {
  display: none;
}

@media only screen and (max-device-width: 480px) {
  .emaerket .img {
    width: 100%;
    height: 100px;
  }
  .onlymobile {
    display: block;
  }
  .shopmorelink {
    display: none;
  }
  .emarket .product {
    width: 200px;
  }
  .ebox {
    display: block;
  }
  .e-maerket-top {
    margin-top: -103px;
  }
}
.product-view {
  margin-top: 40px;
}
.product-view h1 {
  font-size: 25px;
  color: #333333;
  font-weight: 200;
  letter-spacing: 0;
  line-height: 35px;
  margin-bottom: 35px;
}
.product-view .buy-box {
  border: none !important;
}
.product-view .productlist-extra-images {
  max-height: 555px;
  overflow-x: scroll;
}
@media only screen and (max-device-width: 480px) {
  .product-view .productlist-extra-images {
    max-height: 111px;
    width: 110%;
    margin-top: 10px;
    overflow-y: auto;
    white-space: nowrap;
    margin-left: 0px;
  }
}
@media only screen and (max-device-width: 480px) {
  .product-view .productlist-extra-images img {
    margin-right: 5px;
    margin-top: 10px;
  }
}
.product-view .bigImage {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
  border-radius: 10px;
  background: #fff;
  min-height: 545px;
  padding: 20px;
}
@media only screen and (max-device-width: 480px) {
  .product-view .bigImage {
    min-height: auto;
  }
}
.product-view .extraImages {
  width: 100px;
  opacity: 0.5;
  background: #fff;
  margin-bottom: 15px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
  border-radius: 10px;
}
.product-view .text-info- {
  font-weight: 200;
  font-size: 15px;
  margin-top: 40px;
  color: #666666;
}
.product-view .text-info- p, .product-view .text-info- ul li {
  color: #666666;
}
@media only screen and (max-device-width: 480px) {
  .product-view .text-info- {
    margin-top: 15px;
  }
}
.product-view .buy-box {
  background: #FFFFFF;
  min-height: 300px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
  border-radius: 10px;
  padding: 15px;
}
@media only screen and (max-device-width: 480px) {
  .product-view .buy-box {
    margin-top: 15px;
  }
}
.product-view .buy-box .inventory-text {
  font-size: 13px;
  color: #666666;
  margin-top: 10px;
  font-weight: 200;
  letter-spacing: 0;
  text-align: center;
}
.product-view .buy-box .inventorydot {
  color: #22C55E;
  padding-right: 5px;
}
.product-view .buy-box .normalprice {
  cursor: pointer;
  margin-bottom: 0px;
  margin-top: 25px;
}
.product-view .buy-box .normalprice:hover .left {
  color: #000;
}
.product-view .buy-box .normalprice.active .left {
  color: #000;
}
.product-view .buy-box .normalprice.active .left .pricetag {
  font-weight: bold;
}
.product-view .buy-box .normalprice.active .checkbox .check {
  background: #FFF7ED;
  border: 1px solid #240B36;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.product-view .buy-box .normalprice .checkbox {
  width: 15%;
  float: left;
}
.product-view .buy-box .normalprice .checkbox .check {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  text-align: center;
}
.product-view .buy-box .normalprice .checkbox .check.active i {
  color: #240B36;
  font-size: 18px;
  padding-top: 5px;
}
.product-view .buy-box .normalprice .left {
  width: 60%;
  float: left;
  text-align: left;
  font-size: 18px;
  color: #999999;
  letter-spacing: 0;
}
.product-view .buy-box .normalprice .left .pricetag {
  font-size: 30px;
  line-height: 36px;
}
.product-view .buy-box .normalprice .right {
  width: 25%;
  float: right;
  text-align: right;
  font-size: 16px;
  color: #240B36;
  letter-spacing: 0;
  text-align: right;
}
.product-view .buy-box .memberprice {
  cursor: pointer;
  margin-bottom: 12px;
}
@media only screen and (max-device-width: 480px) {
  .product-view .buy-box .memberprice {
    margin-top: 15px;
  }
}
.product-view .buy-box .memberprice:hover .left {
  color: #000;
}
.product-view .buy-box .memberprice.active .left {
  color: #000;
}
.product-view .buy-box .memberprice.active .left .pricetag {
  font-weight: bold;
}
.product-view .buy-box .memberprice.active .checkbox .check {
  background: #FFF7ED;
  border: 1px solid #240B36;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.product-view .buy-box .memberprice.active .subinfo {
  color: #000;
}
.product-view .buy-box .memberprice i {
  font-size: 12px;
}
.product-view .buy-box .memberprice .checkbox {
  width: 15%;
  float: left;
}
.product-view .buy-box .memberprice .checkbox .check {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  text-align: center;
}
.product-view .buy-box .memberprice .checkbox .check.active i {
  color: #240B36;
  font-size: 18px;
  padding-top: 5px;
}
.product-view .buy-box .memberprice .left {
  width: 40%;
  float: left;
  text-align: left;
  font-size: 16px;
  color: #999999;
  letter-spacing: 0;
}
.product-view .buy-box .memberprice .left .pricetag {
  font-size: 30px;
  line-height: 36px;
}
.product-view .buy-box .memberprice .right {
  width: 45%;
  float: right;
  text-align: right;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: right;
  font-weight: bold;
}
.product-view .buy-box .memberprice .right span {
  background: #FFF7ED;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-align: center;
  padding: 5px 10px;
  border-radius: 5px;
  color: #240B36;
}
.product-view .buy-box .memberprice .subinfo {
  margin-top: 5px;
  margin-left: 15%;
}
.product-view .buy-box .skiller {
  border-bottom: 1px solid #EEEEEE;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.product-view .buy-box .subinfo {
  font-size: 13px;
  color: #797979;
  font-weight: 200;
  letter-spacing: 0;
}
.product-view .buy-box ul li {
  padding: 2px 0px 0px 0px;
  list-style: none;
  font-size: 14px;
  color: #666666;
  margin-left: -40px;
  margin-bottom: 3px;
  font-weight: 200;
  letter-spacing: 0;
}
.product-view .buy-box ul li .check {
  background: #F0FDF4;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  border-radius: 50%;
  float: left;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.product-view .buy-box ul li .check i {
  color: #22C55E;
  font-size: 15px;
  padding-left: 6px;
  padding-top: 6px;
}
.product-view .buy-box ul li .txt {
  float: left;
  padding-top: 2px;
  color: #000;
  font-size: 16px;
}
.product-view .buy-box .delivery_info {
  margin-top: 5px;
  font-size: 14px;
  color: #666666;
  font-weight: 200;
  letter-spacing: 0;
  text-align: center;
}
.product-view .buy-box .delivery_info span {
  font-size: 18px;
  color: #240B36;
  padding-left: 5px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}

.product-info {
  background: #fff;
  margin-top: 40px;
  padding: 0px 0px 40px 0px;
}
@media only screen and (max-device-width: 480px) {
  .product-info {
    padding: 20px 0px 40px 0px;
  }
}
.product-info h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
.product-info .text-info- {
  background: #FFFFFF;
  border: 2px solid #F8FAFC;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px;
  font-weight: 200;
  font-size: 15px;
  margin-top: 40px;
  color: #666666;
}
.product-info .text-info- p, .product-info .text-info- ul li {
  color: #666666;
}
@media only screen and (max-device-width: 480px) {
  .product-info .text-info- {
    margin-top: 15px;
  }
}

@media only screen and (min-device-width: 480px) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 150px;
  }
}
input {
  outline: none !important;
}

.pay-view {
  margin-bottom: 40px;
}
.pay-view input[type=text], .pay-view input[type=email], .pay-view input[type=number] {
  background: #FFFFFF;
  border: 2px solid #EEEEEE;
}
.pay-view input[type=submit] {
  background-image: linear-gradient(-225deg, #01C6FE 0%, #328EFF 100%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  border: none;
  padding: 10px 0px;
  width: 300px !important;
}
.pay-view .conditionsbox {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #666666;
}
.pay-view .form-group label {
  color: #666666;
  font-size: 13px;
}
.pay-view .cart-products {
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px;
}
.pay-view .cart-products:last-child {
  border-bottom: 0px;
}
.pay-view .cart-products .img {
  width: 90px;
  margin-right: 10px;
  float: left;
}
.pay-view .cart-products .product {
  width: 220px;
  font-size: 12px;
  color: #333333;
  float: left;
}
.pay-view .cart-products .priceAmount {
  width: 150px;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  margin-top: 5px;
  float: left;
}

.cart-view {
  margin-top: 20px;
  padding-bottom: 30px;
}
.cart-view .cart-products {
  width: 100%;
  border-bottom: 1px solid #f2f1f1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.cart-view .cart-products .img {
  width: 70px;
  float: left;
}
.cart-view .cart-products .product {
  width: 400px;
  float: left;
  line-height: 20px;
  margin-left: 25px;
  color: #333333;
  font-weight: 500;
}
@media only screen and (max-device-width: 480px) {
  .cart-view .cart-products .product {
    width: 250px;
  }
}
.cart-view .cart-products .product.abbproduct {
  width: 600px;
}
@media only screen and (max-device-width: 480px) {
  .cart-view .cart-products .product.abbproduct {
    width: 340px;
  }
}
.cart-view .cart-products .product small {
  font-weight: 200;
}
.cart-view .cart-products .cart-remove {
  color: #757575;
  font-size: 14px;
  margin-top: 5px;
}
.cart-view .cart-products .cart-remove a {
  color: #757575;
}
@media only screen and (max-device-width: 480px) {
  .cart-view .cart-products .cart-remove {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
.cart-view .cart-products .qty {
  width: 77px;
  float: left;
  border: 1px solid red;
  background: #F9F9F9;
  border: 1px solid #EEEEEE;
}
@media only screen and (max-device-width: 480px) {
  .cart-view .cart-products .qty {
    margin-left: 9px;
  }
}
.cart-view .cart-products .qty .minus {
  width: 25px;
  float: left;
  font-size: 16px;
  padding: 3px 7px;
  text-align: center;
}
.cart-view .cart-products .qty .amount {
  background: #fff;
  width: 25px;
  font-size: 14px;
  padding: 6px 7px;
  text-align: center;
  float: left;
}
.cart-view .cart-products .qty .plus {
  width: 25px;
  font-size: 16px;
  padding: 4px 7px;
  text-align: center;
  float: left;
}
.cart-view .cart-products .priceAmount {
  width: 80px;
  float: right;
  margin-right: 15px;
  text-align: right;
  color: #333333;
  font-weight: 500;
}
@media only screen and (max-device-width: 480px) {
  .cart-view .cart-products .priceAmount.abbprice {
    padding-left: 15px;
    padding-top: 5px;
  }
}
@media only screen and (max-device-width: 480px) {
  .cart-view .cart-products .priceAmount {
    width: 70%;
    text-align: right;
    padding-left: 110px;
    padding-top: 0px;
  }
}

.cart-products:last-child {
  border: 0;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.carts-product-wrapper {
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #ececec;
}

.buy-box {
  background: #FFFFFF;
  min-height: auto;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 15px;
}
.buy-box ul {
  margin-bottom: 0;
  padding-bottom: 0;
}
.buy-box .inventory-text {
  font-size: 13px;
  color: #666666;
  margin-top: 10px;
  font-weight: 200;
  letter-spacing: 0;
  text-align: center;
}
.buy-box .inventorydot {
  color: #22C55E;
  padding-right: 5px;
}
.buy-box .normalprice {
  margin-bottom: 0px;
}
.buy-box .normalprice .left {
  width: 70%;
  float: left;
  text-align: left;
  font-size: 16px;
  color: #000;
  font-weight: 200;
  letter-spacing: 0;
}
.buy-box .normalprice .right {
  width: 30%;
  float: right;
  text-align: right;
  font-size: 16px;
  color: #240B36;
  letter-spacing: 0;
  text-align: right;
}
.buy-box .memberprice {
  margin-bottom: 12px;
}
.buy-box .memberprice i {
  font-size: 12px;
}
.buy-box .memberprice .left {
  width: 70%;
  float: left;
  text-align: left;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
}
.buy-box .memberprice .right {
  width: 30%;
  float: right;
  text-align: right;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: right;
  font-weight: bold;
}
.buy-box .skiller {
  border-bottom: 1px solid #EEEEEE;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.buy-box .subinfo {
  font-size: 12px;
  color: #999999;
  font-weight: 200;
  letter-spacing: 0;
}
.buy-box button {
  margin-bottom: 5px;
}
.buy-box ul li {
  padding: 2px 0px 0px 0px;
  list-style: none;
  font-size: 14px;
  color: #666666;
  margin-left: -40px;
  margin-bottom: 3px;
  font-weight: 200;
  letter-spacing: 0;
}
.buy-box ul li .check {
  background: #F0FDF4;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  float: left;
}
.buy-box ul li .check i {
  color: #22C55E;
  font-size: 15px;
  text-align: center;
  padding-top: 8px;
}
.buy-box ul li .txt {
  float: left;
  padding-top: 8px;
  color: #000;
  font-size: 13px;
}
.buy-box .delivery_info {
  margin-top: 5px;
  font-size: 14px;
  color: #666666;
  font-weight: 200;
  letter-spacing: 0;
  text-align: center;
}
.buy-box .delivery_info span {
  font-size: 18px;
  color: #318FFF;
  padding-left: 5px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}

.white-button {
  background-image: linear-gradient(-225deg, #FFFFFF 0%, #F2F2F2 100%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  font-size: 15px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  width: 70%;
  margin: auto;
  padding: 10px 0px;
  letter-spacing: 0;
  border-radius: 3px;
  text-align: center;
}
.white-button.fwidth {
  width: auto;
  margin: inherit;
}

.no-textdeco {
  text-decoration: none !important;
}

.blue-button {
  background: #E67E22;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-size: 16px;
  color: #FFFFFF;
  width: 70%;
  margin: auto;
  padding: 10px 0px;
  letter-spacing: 0;
  text-align: center;
  border: none;
  text-decoration: none;
}
.blue-button.lp {
  background: #377E62;
}
@media only screen and (max-device-width: 480px) {
  .blue-button.lp {
    position: fixed;
    bottom: 0px;
    margin-left: 0px;
    border-radius: 0px;
    z-index: 99999;
    font-size: 22px;
    display: block !important;
  }
  .blue-button.lp i {
    padding-left: 10px;
  }
}
.blue-button.mobile {
  display: none;
}
@media only screen and (max-device-width: 480px) {
  .blue-button {
    width: 100%;
  }
}
.blue-button:hover {
  text-decoration: none;
}
.blue-button.fwidth {
  width: auto;
  margin: inherit;
}
.blue-button:disabled {
  background: #ececec;
  color: #2e2e2e;
}

.black-button {
  background-image: linear-gradient(-225deg, #101010 0%, #353535 100%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  font-size: 16px;
  color: #FFFFFF;
  width: 70%;
  margin: auto;
  padding: 10px 0px;
  letter-spacing: 0;
  border-radius: 3px;
  text-align: center;
  border: none;
  text-decoration: none;
}
@media only screen and (max-device-width: 480px) {
  .black-button {
    width: 100%;
  }
}
.black-button:hover {
  text-decoration: none;
}
.black-button.fwidth {
  width: auto;
  margin: inherit;
}
.black-button:disabled {
  background: #ececec;
  color: #2e2e2e;
}

.coinbox {
  border: 2px solid #ececec;
  padding: 20px;
  border-radius: 5px;
}
.coinbox .ht {
  font-size: 35px;
  margin-bottom: 10px;
  text-align: center;
}
.coinbox .ht.pink {
  color: #f4706b;
}
.coinbox .sub {
  text-align: center;
  font-size: 15px;
}

.mt40 {
  margin-top: 40px;
}

footer {
  border-top: 1px solid #ececec;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 0px;
}
footer.front {
  margin-top: 0px;
  border-top: 0px;
}
@media only screen and (max-device-width: 480px) {
  footer .noicon {
    margin-left: 40px;
    margin-top: 30px;
  }
}
footer .head {
  font-size: 14px;
  color: #222222;
  text-transform: uppercase;
  letter-spacing: 0.47px;
  margin-bottom: 15px;
  font-weight: bold;
}
@media only screen and (max-device-width: 480px) {
  footer .head {
    margin-bottom: 5px;
  }
}
footer p {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 25px;
  font-weight: 200;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer ul li {
  list-style: none;
  margin-bottom: 0px;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 25px;
  font-weight: 200;
}
footer ul li a {
  color: #666666;
}
footer .contact-box {
  width: 100%;
  margin-bottom: 30px;
}
footer .contact-box .img {
  width: 40px;
  float: left;
}
footer .contact-box .headleft:first-child {
  margin-bottom: 8px;
}
footer .contact-box .text {
  width: 250px;
  float: Left;
}
footer .contact-box .text .headleft {
  font-size: 17px;
  font-weight: bold;
  color: #222222;
  letter-spacing: 0;
}
footer .contact-box .text .sub {
  font-size: 13px;
  color: #666666;
  letter-spacing: 0;
  line-height: 25px;
}
footer .social {
  padding-left: 40px;
}
footer .social a {
  color: #999999;
}
footer .social i {
  font-size: 22px;
  padding-right: 5px;
}

.mt50 {
  margin-top: 50px;
}

.form-box h2 {
  color: #222222;
  margin-bottom: 20px;
  font-size: 24px;
}
.form-box .already-account {
  text-align: right;
  color: #9b9b9b;
  font-size: 15px;
  padding-top: 5px;
}
@media only screen and (max-device-width: 480px) {
  .form-box .already-account {
    text-align: left;
    margin-top: -15px;
    margin-bottom: 15px;
  }
}
.form-box input[type=text], .form-box input[type=email] {
  border: 1px solid #eaeaea;
  padding: 10px;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 5px;
}
.form-box select {
  height: 45px;
  border: 1px solid #eaeaea;
}
@media only screen and (max-device-width: 480px) {
  .form-box select {
    margin-bottom: 15px;
  }
}

.ElementsApp, .ElementsApp .InputElement {
  color: #2e2e2e !important;
}

.cardbox {
  border: 3px solid #ececec;
  width: 100%;
  border-radius: 5px;
  padding: 15px 15px 20px 15px;
}

.cardnumber-head {
  font-size: 16px;
  margin-bottom: 5px;
}

#example3-card-number {
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}

.expire-head {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
}

#example3-card-expiry {
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}

.cvc-head {
  font-size: 16px;
  margin-bottom: 5px;
}

#example3-card-cvc {
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 10px;
}

.mt30 {
  margin-top: 30px;
}

.complete-order .white {
  background: #fff;
  height: 100vh;
  border-right: 1px solid #eaeaea;
  padding: 80px 30px;
}
@media only screen and (max-device-width: 480px) {
  .complete-order .white {
    padding: 40px 0px;
    height: auto;
  }
}
@media (max-width: 1400px) {
  .complete-order .white .col-md-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1400px) {
  .complete-order .white .offset-md-3 {
    margin-left: 0;
  }
}
@media only screen and (max-device-width: 480px) {
  .complete-order .white .cart-logo img {
    width: 100%;
  }
}
@media only screen and (max-device-width: 480px) {
  .complete-order .white .cart-logo {
    margin-bottom: 30px;
    width: 64%;
    margin-left: auto;
    margin-right: auto;
  }
}
.complete-order .white input[type=submit] {
  background-image: linear-gradient(-225deg, #01C6FE 0%, #328EFF 100%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  border: none;
  padding: 10px 0px;
  color: #fff;
  border-radius: 3px;
}
.complete-order .white .step-line {
  margin-top: 25px;
  color: #484848;
  margin-bottom: 40px;
  font-size: 14px;
}
.complete-order .white .step-line i {
  padding-left: 10px;
  padding-right: 10px;
}
.complete-order .white .step-line span {
  color: #9b9b9b;
}
.complete-order .white .step-line a {
  color: #484848;
}
.complete-order .white .step-line a:hover {
  text-decoration: underline;
}
@media only screen and (max-device-width: 480px) {
  .complete-order .white .step-line {
    display: none;
  }
}
.complete-order .white .return-to-cart {
  padding-top: 15px;
  color: #222222;
}
.complete-order .white .return-to-cart a {
  color: #222222;
}
.complete-order .white .return-to-cart a:hover {
  text-decoration: underline;
}
.complete-order .white .checkout-footer {
  border-top: 1px solid #eaeaea;
  padding-top: 15px;
  margin-top: 50px;
  margin-bottom: 2px;
  color: #9b9b9b;
  font-size: 14px;
}
@media only screen and (max-device-width: 480px) {
  .complete-order .white .checkout-footer {
    margin-top: 25px;
    text-align: center;
  }
}
.complete-order .white .cart-resume-mobile {
  display: none;
}
@media only screen and (max-device-width: 480px) {
  .complete-order .white .cart-resume-mobile {
    display: block;
    background: #faf9f9;
    min-height: 60px;
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px 10px 0px 10px;
  }
}
.complete-order .white .cart-resume-mobile .icon {
  width: 40px;
  float: left;
  color: #222222;
  margin-left: 5px;
  font-size: 20px;
}
.complete-order .white .cart-resume-mobile .show-text {
  width: 150px;
  float: left;
  color: #222222;
  padding-top: 3px;
}
.complete-order .white .cart-resume-mobile .price-box {
  width: 150px;
  float: left;
  padding-top: 0px;
  font-size: 20px;
  text-align: right;
  color: #222222;
}
.complete-order .white .cart-resume-mobile .price-box i {
  padding-left: 10px;
  font-size: 22px;
  color: #bbbbbb;
}
.complete-order .grey {
  background: #faf9f9;
  padding: 100px 40px;
}
@media (max-width: 1400px) {
  .complete-order .grey .col-md-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.complete-order .cart-resume {
  margin-top: 20px;
  padding-top: 25px;
  display: none;
  padding-bottom: 30px;
  border-top: 1px solid #ececec;
}
.complete-order .cart-product-view {
  margin-bottom: 30px;
}
@media only screen and (max-device-width: 480px) {
  .complete-order .cart-product-view {
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .complete-order .cart-product-view:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
.complete-order .cart-product-view .image {
  margin-right: 30px;
  float: left;
  background: #fff;
  border: 1px solid #f2eded;
  padding: 15px;
  width: 80px;
}
@media only screen and (max-device-width: 480px) {
  .complete-order .cart-product-view .image {
    width: 70px;
  }
}
.complete-order .cart-product-view .image img {
  max-width: 100%;
  max-height: 60px;
}
.complete-order .cart-product-view .image .qty {
  position: absolute;
  width: 25px;
  height: 25px;
  background: #212121;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  margin-top: -25px;
  margin-left: 45px;
  font-size: 14px;
  padding-top: 2px;
}
.complete-order .cart-product-view .product {
  width: 200px;
  float: left;
  font-size: 14px;
  color: #484848;
}
.complete-order .cart-product-view .product .subinfo {
  margin-top: 5px;
  font-size: 12px;
}
@media only screen and (max-device-width: 480px) {
  .complete-order .cart-product-view .product {
    font-size: 13px;
    width: 170px;
  }
}
.complete-order .cart-product-view .price {
  width: 75px;
  float: right;
  text-align: right;
}
@media only screen and (max-device-width: 480px) {
  .complete-order .cart-product-view .price {
    width: 60px;
  }
}
.complete-order .cart-final-price-box {
  border-bottom: 1px solid #f2eded;
  margin-top: 20px;
}
.complete-order .cart-final-price-box .cart-price-text {
  float: left;
  width: 50%;
  color: #484848;
  font-size: 16px;
}
.complete-order .cart-final-price-box .cart-price-text .incl-moms {
  color: #777777;
  font-size: 14px;
}
.complete-order .cart-final-price-box .cart-price-text.normal, .complete-order .cart-final-price-box .cart-price-amount.normal {
  color: #bbbbbb;
  text-decoration: line-through;
}
.complete-order .cart-final-price-box .cart-price-amount {
  float: right;
  width: 50%;
  text-align: right;
  color: #222222;
  font-size: 20px;
}
.complete-order .cart-final-price-box .cart-price-amount.big-cart-price {
  font-size: 24px;
  margin-top: 5px;
}
.complete-order .cart-final-price-box .cart-price-wrap {
  margin-bottom: 5px;
}
.complete-order .cart-final-price-box:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.complete-order .cart-final-price-bottom {
  padding-top: 10px;
}
.complete-order .cart-sell-up-point.bordertop {
  border-top: 1px solid #f2eded;
  padding-top: 10px;
}
.complete-order .cart-sell-up-point {
  border-bottom: 1px solid #f2eded;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.complete-order .cart-sell-up-point .cart-icon-right {
  width: 70px;
  float: left;
  color: #4E9EFE;
  font-size: 35px;
}
.complete-order .cart-sell-up-point .cart-info-right {
  width: 250px;
  float: left;
}
@media (max-width: 1370px) {
  .complete-order .cart-sell-up-point .cart-info-right {
    width: 200px;
  }
}
.complete-order .cart-sell-up-point .cart-info-right .c-info-price {
  color: #484848;
  font-size: 17px;
}
.complete-order .cart-sell-up-point .cart-info-right .c-info-price.center {
  padding-top: 12px;
}
.complete-order .cart-sell-up-point .cart-info-right .c-info-sub {
  color: #777777;
  font-size: 14px;
}
.complete-order .cart-sell-up-point:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.btn-default {
  border: 1px solid #ececec;
}

.empty-cart {
  margin-top: 15px;
  margin-bottom: 20px;
}
.empty-cart .btn-default:hover {
  background: #ececec;
}
.empty-cart .btn-default {
  background: #f6f6f6;
}

.border-bottom {
  border-bottom: 1px solid #eaeaea !important;
  padding-bottom: 5px;
  margin-bottom: 5px !important;
}

/*.abbcart{
	@media only screen and (max-device-width:480px){
    	.img, .priceAmount{
	    	display: none;
    	}

    	border-bottom: 0px !important;
    	margin-bottom: 0px !important;

    	.product{
	    	margin-left: 0px !important;
	    	width: 100% !important;
    	}
    }
}*/
.abbcart {
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.abbcart i {
  font-size: 35px;
  padding-left: 15px;
  padding-top: 15px;
  color: #240B36;
}

.lp .menu {
  padding: 0;
  padding-top: 12px;
  margin: 0;
}
.lp .menu li {
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  float: left;
  margin-right: 30px;
}
.lp .menu li a {
  color: #333333;
  text-decoration: none;
}
.lp .menu li a:hover {
  text-decoration: none;
}
.lp .menu li img {
  margin-top: -5px;
  margin-right: 5px;
}
@media only screen and (max-device-width: 480px) {
  .lp .menu {
    display: none;
  }
}

.benefit-box {
  background: #240B36;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  color: #fff;
  text-align: center;
  min-height: 200px;
  margin-top: 35px;
}
@media only screen and (max-device-width: 480px) {
  .benefit-box {
    min-height: 150px;
  }
}

.benefit-box i {
  font-size: 80px;
  margin-top: 45px;
}
@media only screen and (max-device-width: 480px) {
  .benefit-box i {
    font-size: 60px;
    margin-top: 25px;
  }
}

.benefit-head {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}

.benefit-text {
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 15px;
}

.howitworks-text {
  font-size: 16px !important;
  width: 700px;
  margin: 35px auto 0px auto;
}

.customerservice-hero {
  padding: 80px 0 60px;
  background: linear-gradient(135deg, #FFF8F0 0%, #FFEFE0 100%);
  text-align: center;
}
@media only screen and (max-device-width: 768px) {
  .customerservice-hero {
    padding: 60px 0 40px;
  }
}
.customerservice-hero .cs-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFE5D0;
  color: #FF6B2C;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
}
.customerservice-hero .cs-badge i {
  font-size: 16px;
}
.customerservice-hero .cs-title {
  font-size: 48px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 20px;
}
@media only screen and (max-device-width: 768px) {
  .customerservice-hero .cs-title {
    font-size: 32px;
  }
}
.customerservice-hero .cs-subtitle {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
}
@media only screen and (max-device-width: 768px) {
  .customerservice-hero .cs-subtitle {
    font-size: 16px;
  }
  .customerservice-hero .cs-subtitle br {
    display: none;
  }
}

.cs-contact-methods {
  padding: 60px 0;
  background: white;
}
@media only screen and (max-device-width: 768px) {
  .cs-contact-methods {
    padding: 40px 0;
  }
}
.cs-contact-methods .cs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
@media only screen and (max-device-width: 1024px) {
  .cs-contact-methods .cs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-device-width: 640px) {
  .cs-contact-methods .cs-grid {
    grid-template-columns: 1fr;
  }
}
.cs-contact-methods .cs-card {
  background: white;
  padding: 32px 24px;
  border-radius: 16px;
  text-align: center;
  border: 2px solid #F0F0F0;
  transition: all 0.3s ease;
}
.cs-contact-methods .cs-card:hover {
  border-color: #9ac755;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.cs-contact-methods .cs-card .cs-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.cs-contact-methods .cs-card .cs-icon i {
  font-size: 28px;
  color: white;
}
.cs-contact-methods .cs-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
}
.cs-contact-methods .cs-card .cs-info {
  font-size: 16px;
  font-weight: 600;
  color: #4a4a4a;
  margin-bottom: 8px;
}
.cs-contact-methods .cs-card .cs-subinfo {
  font-size: 14px;
  color: #999;
}
.cs-contact-methods .cs-card.cs-card-phone .cs-icon {
  background: linear-gradient(135deg, #10B981 0%, #059669 100%);
}
.cs-contact-methods .cs-card.cs-card-email .cs-icon {
  background: linear-gradient(135deg, #FF6B2C 0%, #E55A1F 100%);
}
.cs-contact-methods .cs-card.cs-card-hours .cs-icon {
  background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
}
.cs-contact-methods .cs-secondary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-device-width: 768px) {
  .cs-contact-methods .cs-secondary-grid {
    grid-template-columns: 1fr;
  }
}
.cs-contact-methods .cs-secondary-grid .cs-secondary-card {
  background: #F9FAFB;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
}
.cs-contact-methods .cs-secondary-grid .cs-secondary-card .cs-secondary-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}
.cs-contact-methods .cs-secondary-grid .cs-secondary-card .cs-secondary-icon i {
  font-size: 20px;
  color: #FF6B2C;
}
.cs-contact-methods .cs-secondary-grid .cs-secondary-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
}
.cs-contact-methods .cs-secondary-grid .cs-secondary-card p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.cs-contact-form {
  padding: 80px 0;
  background: #F9FAFB;
}
@media only screen and (max-device-width: 768px) {
  .cs-contact-form {
    padding: 60px 0;
  }
}
.cs-contact-form .cs-form-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 12px;
}
@media only screen and (max-device-width: 768px) {
  .cs-contact-form .cs-form-title {
    font-size: 28px;
  }
}
.cs-contact-form .cs-form-subtitle {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}
.cs-contact-form .cs-form {
  max-width: 700px;
  margin: 0 auto;
  background: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-device-width: 768px) {
  .cs-contact-form .cs-form {
    padding: 24px;
  }
}
.cs-contact-form .cs-form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media only screen and (max-device-width: 640px) {
  .cs-contact-form .cs-form-row {
    grid-template-columns: 1fr;
  }
}
.cs-contact-form .cs-form-group {
  margin-bottom: 20px;
}
.cs-contact-form .cs-form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
  margin-bottom: 8px;
}
.cs-contact-form .cs-form-group input, .cs-contact-form .cs-form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #E5E7EB;
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.3s ease;
  font-family: "Nunito", sans-serif;
}
.cs-contact-form .cs-form-group input:focus, .cs-contact-form .cs-form-group textarea:focus {
  outline: none;
  border-color: #FF6B2C;
  box-shadow: 0 0 0 3px rgba(255, 107, 44, 0.1);
}
.cs-contact-form .cs-form-group input::placeholder, .cs-contact-form .cs-form-group textarea::placeholder {
  color: #999;
}
.cs-contact-form .cs-form-group textarea {
  resize: vertical;
  min-height: 120px;
}
.cs-contact-form .cs-submit-btn {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, #FF6B2C 0%, #E55A1F 100%);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.cs-contact-form .cs-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 44, 0.4);
}
.cs-contact-form .cs-submit-btn i {
  font-size: 16px;
}
.cs-contact-form .cs-alert {
  padding: 16px 20px;
  border-radius: 12px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
}
.cs-contact-form .cs-alert i {
  font-size: 20px;
}
.cs-contact-form .cs-alert.cs-alert-success {
  background: #D1FAE5;
  color: #065F46;
  border: 2px solid #10B981;
}
.cs-contact-form .cs-alert.cs-alert-error {
  background: #FEE2E2;
  color: #991B1B;
  border: 2px solid #EF4444;
}

.cs-faq-section {
  padding: 80px 0;
  background: white;
}
@media only screen and (max-device-width: 768px) {
  .cs-faq-section {
    padding: 60px 0;
  }
}
.cs-faq-section .cs-faq-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 12px;
}
@media only screen and (max-device-width: 768px) {
  .cs-faq-section .cs-faq-title {
    font-size: 28px;
  }
}
.cs-faq-section .cs-faq-subtitle {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-bottom: 48px;
}
.cs-faq-section .cs-faq-list {
  max-width: 900px;
  margin: 0 auto;
}
.cs-faq-section .cs-faq-item {
  background: white;
  border: 2px solid #F0F0F0;
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.cs-faq-section .cs-faq-item:hover {
  border-color: #E5E7EB;
}
.cs-faq-section .cs-faq-item.active {
  border-color: #9ac755;
}
.cs-faq-section .cs-faq-item.active .cs-faq-question i {
  transform: rotate(180deg);
}
.cs-faq-section .cs-faq-item.active .cs-faq-answer {
  max-height: 500px;
  padding: 0 24px 24px 24px;
}
.cs-faq-section .cs-faq-item .cs-faq-question {
  padding: 20px 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}
.cs-faq-section .cs-faq-item .cs-faq-question i {
  font-size: 14px;
  color: #999;
  transition: transform 0.3s ease;
}
.cs-faq-section .cs-faq-item .cs-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.cs-faq-section .cs-faq-item .cs-faq-answer p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.cs-company-info {
  padding: 60px 0;
  background: #F9FAFB;
}
@media only screen and (max-device-width: 768px) {
  .cs-company-info {
    padding: 40px 0;
  }
}
.cs-company-info .cs-company-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
@media only screen and (max-device-width: 768px) {
  .cs-company-info .cs-company-grid {
    grid-template-columns: 1fr;
  }
}
.cs-company-info .cs-company-grid .cs-company-card {
  background: white;
  padding: 32px;
  border-radius: 16px;
  border: 2px solid #F0F0F0;
}
.cs-company-info .cs-company-grid .cs-company-card .cs-company-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: linear-gradient(135deg, #9ac755 0%, #9ac755 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cs-company-info .cs-company-grid .cs-company-card .cs-company-icon i {
  font-size: 24px;
  color: white;
}
.cs-company-info .cs-company-grid .cs-company-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
}
.cs-company-info .cs-company-grid .cs-company-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  margin: 0;
}
.cs-company-info .cs-company-grid .cs-company-mascot {
  text-align: center;
}
.cs-company-info .cs-company-grid .cs-company-mascot img {
  max-width: 100%;
  height: auto;
  width: 350px;
}

.profile-hero {
  padding: 40px 0 80px;
  background: #F5F5F7;
  min-height: calc(100vh - 200px);
}
@media only screen and (max-device-width: 768px) {
  .profile-hero {
    padding: 30px 0 60px;
  }
}
.profile-hero .profile-alert {
  padding: 16px 20px;
  border-radius: 12px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
}
.profile-hero .profile-alert i {
  font-size: 20px;
}
.profile-hero .profile-alert.profile-alert-success {
  background: #D1FAE5;
  color: #065F46;
  border: 2px solid #10B981;
}
.profile-hero .profile-alert.profile-alert-error {
  background: #FEE2E2;
  color: #991B1B;
  border: 2px solid #EF4444;
}
.profile-hero .profile-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 30px;
}
@media only screen and (max-device-width: 1024px) {
  .profile-hero .profile-layout {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-device-width: 1024px) {
  .profile-hero .profile-sidebar {
    order: 2;
  }
}
.profile-hero .profile-sidebar-nav {
  background: white;
  border-radius: 10px;
  padding: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.profile-hero .profile-sidebar-nav .profile-nav-link {
  display: block;
  padding: 16px 28px;
  color: #8E8E93;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  border-radius: 10px;
  margin-bottom: 10px;
}
.profile-hero .profile-sidebar-nav .profile-nav-link:last-child {
  margin-bottom: 0;
}
.profile-hero .profile-sidebar-nav .profile-nav-link:hover {
  color: #1a1a1a;
}
.profile-hero .profile-sidebar-nav .profile-nav-link.active {
  background: #FF6B2C;
  color: white;
  font-weight: 600;
}
@media only screen and (max-device-width: 1024px) {
  .profile-hero .profile-content {
    order: 1;
  }
}
.profile-hero .profile-card {
  background: white;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-device-width: 768px) {
  .profile-hero .profile-card {
    padding: 30px 20px;
  }
}
.profile-hero .profile-card .profile-card-header {
  margin-bottom: 40px;
}
.profile-hero .profile-card .profile-card-header h2 {
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 8px 0;
}
@media only screen and (max-device-width: 768px) {
  .profile-hero .profile-card .profile-card-header h2 {
    font-size: 20px;
  }
}
.profile-hero .profile-card .profile-card-header p {
  font-size: 14px;
  color: #8E8E93;
  margin: 0;
}
.profile-hero .profile-form-group {
  margin-bottom: 30px;
}
.profile-hero .profile-form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.profile-hero .profile-form-group label small {
  font-weight: 400;
  color: #8E8E93;
}
.profile-hero .profile-form-group .profile-input-wrapper {
  position: relative;
}
.profile-hero .profile-form-group .profile-input-wrapper i {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #8E8E93;
  font-size: 16px;
}
.profile-hero .profile-form-group .profile-input-wrapper input {
  width: 100%;
  padding: 16px 18px 16px 50px;
  border: 1px solid #E5E5EA;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.2s ease;
  font-family: "Nunito", sans-serif;
  background: #FAFAFA;
  color: #1a1a1a;
}
.profile-hero .profile-form-group .profile-input-wrapper input:focus {
  outline: none;
  border-color: #FF6B2C;
  background: white;
}
.profile-hero .profile-form-group .profile-input-wrapper input::placeholder {
  color: #C7C7CC;
}
.profile-hero .profile-submit-btn {
  width: 100%;
  padding: 18px;
  background: #FF6B2C;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.profile-hero .profile-submit-btn:hover {
  background: #E55A1F;
}
.profile-hero .profile-submit-btn i {
  font-size: 16px;
}
.profile-hero .payment-table-wrapper {
  margin-bottom: 40px;
  overflow-x: auto;
}
.profile-hero .payment-table {
  width: 100%;
  background: #F9FAFB;
  border-radius: 8px;
  overflow: hidden;
}
.profile-hero .payment-table thead {
  background: #F3F4F6;
}
.profile-hero .payment-table thead tr th {
  padding: 16px 20px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #6B7280;
  border-bottom: 1px solid #E5E7EB;
}
.profile-hero .payment-table thead tr th i {
  margin-right: 8px;
  color: #9CA3AF;
}
.profile-hero .payment-table tbody tr {
  border-bottom: 1px solid #E5E7EB;
}
.profile-hero .payment-table tbody tr:last-child {
  border-bottom: none;
}
.profile-hero .payment-table tbody tr td {
  padding: 16px 20px;
  font-size: 15px;
  color: #4B5563;
}
.profile-hero .payment-table tbody tr td.payment-loading {
  text-align: center;
  padding: 40px 20px;
  color: #9CA3AF;
}
.profile-hero .payment-table tbody tr td.payment-loading i {
  margin-right: 8px;
}
.profile-hero .payment-table tbody tr td.payment-empty {
  text-align: center;
  padding: 40px 20px;
  color: #6B7280;
}
.profile-hero .subscription-section {
  background: #F9FAFB;
  border-radius: 12px;
  padding: 28px;
  margin-top: 30px;
}
.profile-hero .subscription-section .subscription-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.profile-hero .subscription-section .subscription-header i {
  font-size: 20px;
  color: #9ac755;
}
.profile-hero .subscription-section .subscription-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}
.profile-hero .subscription-section .subscription-notice {
  background: #EFF6FF;
  border: 1px solid #BFDBFE;
  border-radius: 8px;
  padding: 14px 18px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.profile-hero .subscription-section .subscription-notice i {
  color: #3B82F6;
  font-size: 18px;
  margin-top: 2px;
}
.profile-hero .subscription-section .subscription-notice p {
  font-size: 14px;
  color: #1E40AF;
  margin: 0;
  line-height: 1.5;
}
.profile-hero .subscription-section .subscription-notice p strong {
  font-weight: 700;
}
.profile-hero .subscription-section .subscription-status .subscription-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 16px;
}
.profile-hero .subscription-section .subscription-status .subscription-badge.subscription-active {
  background: #D1FAE5;
  color: #065F46;
  border: 1px solid #10B981;
}
.profile-hero .subscription-section .subscription-status .subscription-badge.subscription-inactive {
  background: #FEE2E2;
  color: #991B1B;
  border: 1px solid #EF4444;
}
.profile-hero .subscription-section .subscription-status .subscription-badge i {
  font-size: 16px;
}
.profile-hero .subscription-section .subscription-status .subscription-expiry {
  background: #FEF3C7;
  border: 1px solid #FCD34D;
  border-radius: 8px;
  padding: 12px 18px;
  margin: 16px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #92400E;
}
.profile-hero .subscription-section .subscription-status .subscription-expiry i {
  font-size: 16px;
}
.profile-hero .subscription-section .subscription-status .subscription-cancel-btn,
.profile-hero .subscription-section .subscription-status .subscription-reactivate-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  margin-top: 12px;
}
.profile-hero .subscription-section .subscription-status .subscription-cancel-btn {
  background: #FEE2E2;
  color: #991B1B;
  border: 1px solid #EF4444;
}
.profile-hero .subscription-section .subscription-status .subscription-cancel-btn:hover {
  background: #FEF2F2;
  text-decoration: none;
  color: #991B1B;
}
.profile-hero .subscription-section .subscription-status .subscription-reactivate-btn {
  background: #D1FAE5;
  color: #065F46;
  border: 1px solid #10B981;
}
.profile-hero .subscription-section .subscription-status .subscription-reactivate-btn:hover {
  background: #ECFDF5;
  text-decoration: none;
  color: #065F46;
}

/* Orders Page Styling */
.profile-hero .order-item {
  background: white;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
  transition: all 0.2s ease;
}
.profile-hero .order-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: #FF6B2C;
}
.profile-hero .order-item:last-child {
  margin-bottom: 0;
}

.profile-hero .order-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #F3F4F6;
  flex-wrap: wrap;
  gap: 16px;
}

.profile-hero .order-info {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.profile-hero .order-id {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.profile-hero .order-label {
  font-size: 12px;
  color: #6B7280;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.profile-hero .order-value {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
}

.profile-hero .order-date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #6B7280;
  padding: 8px 14px;
  background: #F9FAFB;
  border-radius: 6px;
}

.profile-hero .order-date i {
  color: #9CA3AF;
  font-size: 14px;
}

.profile-hero .order-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #FF6B2C;
  color: white;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.profile-hero .order-download-btn:hover {
  background: #E55A1F;
  text-decoration: none;
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(255, 107, 44, 0.3);
}

.profile-hero .order-download-btn i {
  font-size: 14px;
}

.profile-hero .order-details {
  margin-bottom: 24px;
}

.profile-hero .order-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid #F3F4F6;
  gap: 16px;
}

.profile-hero .order-detail-row:last-child {
  border-bottom: none;
}

.profile-hero .order-detail-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #6B7280;
  font-weight: 500;
  flex-shrink: 0;
}

.profile-hero .order-detail-label i {
  color: #9CA3AF;
  font-size: 16px;
  width: 20px;
  text-align: center;
}

.profile-hero .order-detail-value {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 500;
  text-align: right;
}

.profile-hero .order-detail-value.order-amount {
  font-size: 18px;
  font-weight: 700;
  color: #FF6B2C;
}

.profile-hero .order-products {
  background: #F9FAFB;
  border-radius: 8px;
  padding: 20px;
}

.profile-hero .order-products-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #E5E7EB;
}

.profile-hero .order-products-header i {
  color: #FF6B2C;
  font-size: 16px;
}

.profile-hero .order-product-item {
  background: white;
  border-radius: 6px;
  padding: 14px 16px;
  margin-bottom: 10px;
  border: 1px solid #E5E7EB;
}

.profile-hero .order-product-item:last-child {
  margin-bottom: 0;
}

.profile-hero .order-product-name {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 6px;
  line-height: 1.4;
}

.profile-hero .order-product-price {
  font-size: 13px;
  color: #6B7280;
  font-weight: 500;
}

/* Responsive for mobile */
@media only screen and (max-device-width: 768px) {
  .profile-hero .order-item {
    padding: 20px 16px;
  }
  
  .profile-hero .order-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  
  .profile-hero .order-info {
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
  
  .profile-hero .order-download-btn {
    width: 100%;
    justify-content: center;
  }
  
  .profile-hero .order-detail-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  
  .profile-hero .order-detail-value {
    text-align: left;
  }
  
  .profile-hero .order-products {
    padding: 16px;
  }
}

.login-hero {
  min-height: calc(100vh - 500px);
  background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 100%);
  padding: 25px 0;
  display: flex;
  align-items: center;
}
.login-hero .login-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.login-hero .login-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  padding: 48px;
  max-width: 480px;
  width: 100%;
  border: 2px solid #F0F0F0;
}
@media only screen and (max-device-width: 768px) {
  .login-hero .login-card {
    padding: 32px 24px;
    margin: 0 16px;
  }
}
.login-hero .login-header {
  text-align: center;
  margin-bottom: 40px;
}
.login-hero .login-header .login-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #9ac755 0%, #7ba540 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}
.login-hero .login-header .login-icon i {
  font-size: 36px;
  color: white;
}
.login-hero .login-header h1 {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}
.login-hero .login-header p {
  font-size: 16px;
  color: #666;
  margin: 0;
}
.login-hero .login-alert {
  padding: 16px 20px;
  border-radius: 12px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
}
.login-hero .login-alert i {
  font-size: 20px;
}
.login-hero .login-alert.login-alert-success {
  background: #f0fdf4;
  border: 2px solid #9ac755;
  color: #166534;
}
.login-hero .login-alert.login-alert-success i {
  color: #9ac755;
}
.login-hero .login-form .login-form-group {
  margin-bottom: 24px;
}
.login-hero .login-form .login-form-group label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
}
.login-hero .login-form .login-form-group .login-input-wrapper {
  position: relative;
}
.login-hero .login-form .login-form-group .login-input-wrapper i {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 16px;
}
.login-hero .login-form .login-form-group .login-input-wrapper input {
  width: 100%;
  padding: 14px 18px 14px 48px;
  border: 2px solid #E5E7EB;
  border-radius: 12px;
  font-size: 15px;
  color: #1a1a1a;
  transition: all 0.3s ease;
}
.login-hero .login-form .login-form-group .login-input-wrapper input:focus {
  outline: none;
  border-color: #9ac755;
  box-shadow: 0 0 0 4px rgba(154, 199, 85, 0.1);
}
.login-hero .login-form .login-form-group .login-input-wrapper input::placeholder {
  color: #999;
}
.login-hero .login-form .login-submit-btn {
  width: 100%;
  padding: 16px 24px;
  background: linear-gradient(135deg, #FF6B2C 0%, #E55A1F 100%);
  border: none;
  border-radius: 12px;
  color: white;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}
.login-hero .login-form .login-submit-btn i {
  font-size: 16px;
}
.login-hero .login-form .login-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 107, 44, 0.3);
}
.login-hero .login-form .login-submit-btn:active {
  transform: translateY(0);
}
.login-hero .login-footer {
  text-align: center;
  padding-top: 20px;
  border-top: 2px solid #F0F0F0;
}
.login-hero .login-footer .login-forgot-link {
  color: #666;
  font-size: 15px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.login-hero .login-footer .login-forgot-link i {
  font-size: 14px;
}
.login-hero .login-footer .login-forgot-link:hover {
  color: #9ac755;
}

.customerservice-wrapper {
  padding: 20px;
  color: #2e2e2e;
  margin-bottom: 15px;
  margin-top: 10px;
}
.customerservice-wrapper .boxwrap {
  border: 2px solid #ececec;
  background: #fff;
  padding: 15px;
  margin-bottom: 25px;
}
.customerservice-wrapper .boxwrap .text-sub {
  font-size: 17px;
  color: #000;
  text-align: center;
}
.customerservice-wrapper .boxwrap h2 {
  text-align: center;
  color: #240B36;
  padding-top: 10px;
}
.customerservice-wrapper .boxwrap i {
  color: #240B36;
  font-size: 30px;
}
.customerservice-wrapper .company-details {
  margin-top: 15px;
}

.customerservice-wrapper .right-border {
  border-right: 1px solid #616161;
}

.customerservice-wrapper .text-head {
  font-size: 28px;
  text-align: center;
  padding-top: 10px;
  font-weight: 300;
}

.customerservice-wrapper .text-small {
  font-size: 21px;
  text-align: center;
  padding-bottom: 35px;
  font-weight: 100;
}

.customerservice-wrapper .boxwrap i {
  font-size: 45px;
  color: #9ac655;
}
.customerservice-wrapper .boxwrap h2 {
  font-weight: bold;
  margin-top: 10px;
}

.customerbox {
  margin-top: 30px;
}

.customerbox h2 {
  font-size: 23px !important;
  font-weight: 500 !important;
  font-family: "Titillium Web", sans-serif;
}

.customerbox p {
  margin-bottom: 35px;
  font-size: 15px;
}

.subfooter {
  color: #999999;
  padding-top: 15px;
  font-size: 12px;
  padding-bottom: 13px;
  border-top: 1px solid #ececec;
}
@media only screen and (max-device-width: 480px) {
  .subfooter {
    text-align: center;
  }
}

.benefits-box-wrap {
  margin-bottom: 30px;
  border-top: 1px solid #ececec;
}
.benefits-box-wrap .benefits-header {
  text-align: left;
  font-weight: bold;
  margin-bottom: 15px;
  padding-top: 25px;
}
.benefits-box-wrap .benefits-text {
  text-align: left;
}

@media only screen and (max-device-width: 480px) {
  .frontgroup-box {
    display: none;
  }
  .hidemobile {
    display: none;
  }
}
@media only screen and (max-device-width: 480px) {
  .side-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    z-index: 999;
    padding: 30px;
    overflow: auto;
    border-left: 1px solid #ececec;
    -webkit-overflow-scrolling: touch;
    transition: all 0.25s ease-in-out;
  }
  .side-menu.open {
    visibility: visible;
    right: 0px;
    opacity: 1;
  }
  .side-menu .tophead {
    border-bottom: 1px solid #240B36;
    padding-bottom: 3px;
    margin-bottom: 15px;
  }
  .side-menu .tophead-sub {
    padding-bottom: 3px;
    margin-top: 10px;
    font-size: 15px;
  }
  .side-menu ul {
    margin-left: 0px;
    padding-left: 18px;
  }
  .side-menu ul li {
    width: 100%;
    float: left;
    font-size: 14px;
    list-style: circle;
    margin-bottom: 0px;
    padding-bottom: 2px;
  }
  .side-menu .menu ul {
    padding: 0;
    margin: 0;
  }
  .side-menu .menu ul li {
    list-style: none;
    border-bottom: 1px solid #ececec;
    padding: 0 0 7px 0px;
    margin: 0 0 10px 0px;
    font-size: 17px;
  }
  .side-menu .menu ul li a {
    color: #2e2e2e;
  }
  .side-menu .menu ul li:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .side-menu .menu .s {
    padding: 0 0 0 18px;
    margin: 5px 0 10px 0;
  }
  .side-menu .menu .s li {
    list-style: circle;
    border-bottom: 1px solid #ececec;
    padding: 0 0 5px 0px;
    margin: 0 0 10px 0px;
    font-size: 15px;
  }
  .side-menu .menu .s li a {
    color: #2e2e2e;
  }
  .side-menu .menu .s li:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .goback-menu {
    background: #ececec;
    padding: 5px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    color: #2e2e2e;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2d3532;
    visibility: hidden;
    opacity: 0;
    z-index: 998;
    transition: all 0.25s ease-in-out;
  }
  .overlay.visible {
    opacity: 0.5;
  }
}
.review-section {
  padding: 60px 0px;
  background: #F9FAFC top center no-repeat;
}
.review-section .review-h1 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  text-align: left;
  margin-bottom: 20px;
}
@media only screen and (max-device-width: 480px) {
  .review-section .review-h1 {
    font-size: 32px;
  }
}
.review-section p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 1.33333px;
  text-align: center;
  width: 65%;
  margin: 0px auto 10px auto;
  color: #000000;
}
@media only screen and (max-device-width: 480px) {
  .review-section p {
    width: 90%;
  }
}
.review-section .owner-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
@media only screen and (max-device-width: 480px) {
  .review-section .owner-text {
    font-size: 18px;
  }
}
.review-section .owner-sub {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  margin-bottom: 40px;
  color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-device-width: 480px) {
  .review-section .owner-sub {
    font-size: 14px;
  }
}
.review-section .review-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 25px;
}
@media only screen and (max-device-width: 480px) {
  .review-section .review-box {
    margin-bottom: 15px;
  }
}
.review-section .review-box .headline {
  font-weight: bold;
  font-size: 16px;
}
.review-section .review-box .text {
  font-size: 14px;
  margin-top: 5px;
}
.review-section .review-box .stars {
  margin-top: -5px;
}
.review-section .review-box .stars i {
  color: #f9d815;
  font-size: 13px;
}
.review-section .review-box.imageset .headline {
  float: left;
  width: 230px;
}
.review-section .review-box.imageset .image-box {
  float: left;
  margin-right: 15px;
}
.review-section .review-box.imageset .image-box img {
  width: 50px;
  border-radius: 100%;
  background-size: cover;
  height: 50px;
}
.review-section .review-box.imageset .stars {
  float: left;
  width: 230px;
}

.mega-menu {
  width: 100%;
  background: #fff;
  min-height: 300px;
  position: absolute;
  margin-top: 0px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding-top: 20px;
  z-index: 9999999;
  display: none;
  padding-bottom: 40px;
}
.mega-menu .col-md-4 {
  margin-bottom: 10px;
}
.mega-menu .cat-sub {
  width: 100%;
}
.mega-menu .cat-sub a {
  padding-bottom: 25px;
  text-decoration: none;
}
.mega-menu .cat-sub .row {
  padding: 0px 15px;
}
.mega-menu .cat-sub .tophead {
  border-bottom: 1px solid #eba167;
  padding-bottom: 3px;
  margin-bottom: 15px;
}
.mega-menu .cat-sub ul {
  margin-left: 0px;
  padding-left: 18px;
}
.mega-menu .cat-sub ul li {
  width: 100%;
  float: left;
  font-size: 14px;
  list-style: circle;
  margin-bottom: 0px;
  padding-bottom: 2px;
}

.completed-box {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  margin-top: 30px;
}

.faq-section {
  padding: 50px 0px 70px 0px;
  background: #fff;
}
.faq-section h2 {
  font-size: 40px;
  line-height: 61px;
  letter-spacing: 1px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 25px;
}
@media only screen and (max-device-width: 480px) {
  .faq-section h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
.faq-section .faq-box {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 20px 30px;
  cursor: pointer;
  margin-bottom: 30px;
}
@media only screen and (max-device-width: 480px) {
  .faq-section .faq-box {
    padding: 10px 15px;
  }
}
.faq-section .faq-box .head {
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
  color: #000000;
}
@media only screen and (max-device-width: 480px) {
  .faq-section .faq-box .head {
    font-size: 18px;
  }
}
.faq-section .faq-box .head .left {
  float: left;
  width: 85%;
}
.faq-section .faq-box .head .right {
  float: right;
  width: 15%;
  text-align: right;
}
.faq-section .faq-box .head .right i {
  color: #240B36;
  font-size: 30px;
}
.faq-section .faq-box .content {
  margin-top: 15px;
  display: none;
}
.faq-section .faq-box.open .content {
  display: block;
}
.faq-section .faq-box-modern {
  background: #fff;
  border-radius: 12px;
  padding: 0;
  cursor: pointer;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #e5e7eb;
  overflow: hidden;
}
.faq-section .faq-box-modern:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
@media only screen and (max-device-width: 480px) {
  .faq-section .faq-box-modern {
    border-radius: 8px;
    margin-bottom: 15px;
  }
}
.faq-section .faq-box-modern .head {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #1a1a1a;
  padding: 24px 28px;
  transition: background 0.2s ease;
}
@media only screen and (max-device-width: 480px) {
  .faq-section .faq-box-modern .head {
    font-size: 16px;
    padding: 18px 20px;
  }
}
.faq-section .faq-box-modern .head .left {
  float: left;
  width: 90%;
  padding-right: 15px;
}
.faq-section .faq-box-modern .head .right {
  float: right;
  width: 10%;
  text-align: right;
}
.faq-section .faq-box-modern .head .right i {
  color: #667eea;
  font-size: 18px;
  transition: transform 0.3s ease;
}
.faq-section .faq-box-modern .content {
  padding: 0 28px 24px 28px;
  display: none;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.7;
  animation: fadeIn 0.3s ease;
}
@media only screen and (max-device-width: 480px) {
  .faq-section .faq-box-modern .content {
    padding: 0 20px 18px 20px;
    font-size: 14px;
  }
}
.faq-section .faq-box-modern.open .content {
  display: block;
}
.faq-section .faq-box-modern.open .head {
  background: #f9fafb;
}
.faq-section .faq-box-modern.open .head .right i {
  transform: rotate(180deg);
  color: #764ba2;
}
.faq-section .show-more {
  background: #240B36;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  position: relative;
  padding: 10px 50px;
  text-decoration: none;
}
.faq-section .show-more:hover {
  background: #190725;
}

.try-membership {
  background: color(display-p3 0.286 0.544 0.97);
  background: linear-gradient(0deg, color(display-p3 0.68 0.91 0.54) 0%, color(display-p3 0.62 0.81 0.43) 45%, color(display-p3 0.54 0.74 0.37) 100%);
  padding: 50px 0px;
}
@media only screen and (max-device-width: 480px) {
  .try-membership {
    padding: 30px 15px;
  }
}
.try-membership h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #FFFFFF;
  padding-top: 20px;
  margin-bottom: 15px;
}
@media only screen and (max-device-width: 480px) {
  .try-membership h2 {
    padding-top: 0px;
    font-size: 30px;
    line-height: 37px;
  }
}
.try-membership p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1.33333px;
  color: #FFFFFF;
  padding-bottom: 15px;
}
.try-membership .go-to-white {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #0a1c36;
  position: relative;
  padding: 10px 50px;
  text-decoration: none;
}
.try-membership .go-to-white:hover {
  background: #f7f2f2;
}
.try-membership img {
  max-width: 250px;
  float: right;
  margin-top: -40px;
  border-radius: 30px;
}
@media only screen and (max-device-width: 480px) {
  .try-membership img {
    margin-top: 40px;
    float: left;
  }
}

.review-new {
  background: #fff;
  padding-bottom: 40px;
  padding-top: 50px;
}
.review-new h3 {
  color: #111827;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 25px;
}
.review-new .box-left {
  background: #000000;
  border-radius: 6px;
  text-align: center;
  font-weight: 800;
  color: #fff;
  width: 80px;
  min-height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 30px;
  float: left;
}
.review-new .based-on {
  font-size: 16px;
  float: left;
  margin-left: 15px;
  color: #000;
  padding-top: 20px;
}
.review-new .review-skiller {
  margin-bottom: 30px;
}
.review-new .review-box {
  margin-bottom: 5px;
  width: 100%;
}
.review-new .review-box .number {
  float: left;
  width: 10px;
  color: #000;
  font-size: 16px;
}
.review-new .review-box .star {
  float: left;
  width: 35px;
  text-align: center;
}
.review-new .review-box .floater {
  width: 280px;
  float: left;
}
.review-new .review-box .floater .progress {
  margin-top: 5px;
}
.review-new .review-box .floater .progress-bar {
  background-color: #EA580C;
}
.review-new .review-box-big {
  background: #FFFFFF;
  /* /shadow/lg */
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 15px;
}
.review-new .review-box-big .image {
  background: #064E3B;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  float: left;
}
.review-new .review-box-big .right {
  float: left;
  margin-left: 15px;
  width: 620px;
}
@media only screen and (max-device-width: 480px) {
  .review-new .review-box-big .right {
    width: 250px;
  }
}
.review-new .review-box-big .right .name {
  color: #111827;
  font-size: 16px;
}
.review-new .review-box-big .right .name i {
  font-size: 14px;
  padding-left: 5px;
}
.review-new .review-box-big .right .date {
  color: #6B7280;
  font-size: 16px;
}
.review-new .review-box-big .right .text {
  margin-top: 5px;
}
.review-new .review-box-big .right .text p {
  font-size: 16px;
  color: #000;
  line-height: 20px;
}
.review-new .star-filled {
  color: #F97316;
}
.review-new .normal-star {
  color: #9CA3AF;
}

#popup .modal-dialog {
  width: 750px;
}

#popup .modal-content {
  border-radius: 0px;
}

#popup .popcontent, #popup .added_to_cart {
  padding-right: 15px;
  padding-top: 15px;
  margin-left: -15px;
}

.added_to_cart {
  padding: 25px 0px 40px 0px;
}
.added_to_cart h2 {
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 40px;
}
@media only screen and (max-device-width: 480px) {
  .added_to_cart h2 {
    font-size: 26px;
  }
}

#popup .modal-body {
  padding: 0px;
}

#popup p {
  color: #2e2e2e;
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (max-device-width: 480px) {
  #popup .modal-dialog {
    width: 95%;
  }
  #popup .popcontent {
    padding: 0px;
    margin-left: 0px;
  }
  #popup .modal-body {
    padding: 15px;
  }
  #popup p {
    color: #2e2e2e;
    font-size: 15px;
    font-weight: 500;
  }
  #popup img {
    margin-bottom: 20px;
  }
}
.delivery-wrapper {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 634px;
    margin: 1.75rem auto;
  }
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background: #240B36;
}

a {
  color: #240B36;
}

.page-link {
  color: #240B36;
}

.page-item.active .page-link {
  background-color: #240B36;
  border-color: #240B36;
}

.benefits-hero {
  background: linear-gradient(135deg, #FFF8F0 0%, #FFEFE0 100%);
  padding: 80px 0 100px;
  text-align: center;
}
@media only screen and (max-device-width: 768px) {
  .benefits-hero {
    padding: 60px 0 80px;
  }
}
.benefits-hero .benefits-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFE5D0;
  color: #E67E22;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
}
.benefits-hero .benefits-hero-badge i {
  font-size: 16px;
}
.benefits-hero .benefits-hero-title {
  font-size: 48px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media only screen and (max-device-width: 768px) {
  .benefits-hero .benefits-hero-title {
    font-size: 32px;
  }
}
.benefits-hero .benefits-hero-subtitle {
  font-size: 18px;
  color: #4a4a4a;
  margin-bottom: 32px;
  line-height: 1.6;
}
@media only screen and (max-device-width: 768px) {
  .benefits-hero .benefits-hero-subtitle {
    font-size: 16px;
  }
  .benefits-hero .benefits-hero-subtitle br {
    display: none;
  }
}
.benefits-hero .benefits-cta-button {
  display: inline-block;
  background: #E67E22;
  color: white;
  padding: 16px 48px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(255, 107, 44, 0.3);
}
.benefits-hero .benefits-cta-button:hover {
  background: #c96c1c;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 44, 0.4);
  color: white;
}
@media only screen and (max-device-width: 768px) {
  .benefits-hero .benefits-cta-button {
    padding: 14px 32px;
    font-size: 16px;
  }
}
.benefits-hero .benefits-hero-note {
  margin-top: 16px;
  font-size: 13px;
  color: #666;
}

.benefits-features {
  padding: 80px 0;
  background: white;
}
@media only screen and (max-device-width: 768px) {
  .benefits-features {
    padding: 60px 0;
  }
}
.benefits-features .benefits-section-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 12px;
}
@media only screen and (max-device-width: 768px) {
  .benefits-features .benefits-section-title {
    font-size: 28px;
  }
}
.benefits-features .benefits-section-subtitle {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-bottom: 48px;
}
.benefits-features .benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media only screen and (max-device-width: 1024px) {
  .benefits-features .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media only screen and (max-device-width: 640px) {
  .benefits-features .benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.benefits-features .benefit-card {
  background: white;
  padding: 32px 24px;
  border-radius: 16px;
  text-align: center;
  transition: all 0.3s ease;
}
.benefits-features .benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.benefits-features .benefit-card .benefit-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.benefits-features .benefit-card .benefit-icon i {
  font-size: 28px;
  color: white;
}
.benefits-features .benefit-card .benefit-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
}
.benefits-features .benefit-card .benefit-description {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}
.benefits-features .benefit-card.benefit-card-orange {
  background: linear-gradient(135deg, #FFF5F0 0%, #FFE8DC 100%);
}
.benefits-features .benefit-card.benefit-card-orange .benefit-icon {
  background: #FF6B2C;
}
.benefits-features .benefit-card.benefit-card-blue {
  background: linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 100%);
}
.benefits-features .benefit-card.benefit-card-blue .benefit-icon {
  background: #3B82F6;
}
.benefits-features .benefit-card.benefit-card-green {
  background: linear-gradient(135deg, #F0FDF4 0%, #DCFCE7 100%);
}
.benefits-features .benefit-card.benefit-card-green .benefit-icon {
  background: #22C55E;
}
.benefits-features .benefit-card.benefit-card-pink {
  background: linear-gradient(135deg, #FDF2F8 0%, #FCE7F3 100%);
}
.benefits-features .benefit-card.benefit-card-pink .benefit-icon {
  background: #EC4899;
}
.benefits-features .benefit-card.benefit-card-purple {
  background: linear-gradient(135deg, #F5F3FF 0%, #EDE9FE 100%);
}
.benefits-features .benefit-card.benefit-card-purple .benefit-icon {
  background: #8B5CF6;
}
.benefits-features .benefit-card.benefit-card-yellow {
  background: linear-gradient(135deg, #FEFCE8 0%, #FEF9C3 100%);
}
.benefits-features .benefit-card.benefit-card-yellow .benefit-icon {
  background: #EAB308;
}

.benefits-pricing {
  padding: 80px 0;
  background: #F9FAFB;
}
@media only screen and (max-device-width: 768px) {
  .benefits-pricing {
    padding: 60px 0;
  }
}
.benefits-pricing .benefits-section-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 48px;
}
@media only screen and (max-device-width: 768px) {
  .benefits-pricing .benefits-section-title {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.benefits-pricing .pricing-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-device-width: 768px) {
  .benefits-pricing .pricing-cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.benefits-pricing .pricing-card {
  background: white;
  border-radius: 20px;
  padding: 40px 32px;
  position: relative;
  border: 2px solid #E5E7EB;
  transition: all 0.3s ease;
}
.benefits-pricing .pricing-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.benefits-pricing .pricing-card .pricing-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #9ac755;
  color: white;
  padding: 6px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.benefits-pricing .pricing-card .pricing-header {
  text-align: center;
  margin-bottom: 32px;
}
.benefits-pricing .pricing-card .pricing-header h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
}
.benefits-pricing .pricing-card .pricing-header .pricing-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}
.benefits-pricing .pricing-card .pricing-header .pricing-price .price-amount {
  font-size: 48px;
  font-weight: 800;
  color: #1a1a1a;
}
.benefits-pricing .pricing-card .pricing-header .pricing-price .price-period {
  font-size: 16px;
  color: #666;
}
.benefits-pricing .pricing-card .pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
}
.benefits-pricing .pricing-card .pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  font-size: 15px;
  color: #4a4a4a;
}
.benefits-pricing .pricing-card .pricing-features li i {
  font-size: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}
.benefits-pricing .pricing-card .pricing-features li .fa-circle-check {
  color: #22C55E;
}
.benefits-pricing .pricing-card .pricing-features li .fa-circle-xmark {
  color: #E67E22;
}
.benefits-pricing .pricing-card .pricing-button {
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
  text-align: center;
}
.benefits-pricing .pricing-card .pricing-button.pricing-button-primary {
  background: #E67E22;
  color: white;
}
.benefits-pricing .pricing-card .pricing-button.pricing-button-primary:hover {
  background: #c86c1c;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 44, 0.3);
  color: white;
}
.benefits-pricing .pricing-card .pricing-button.pricing-button-outline {
  background: white;
  color: #4a4a4a;
  border: 2px solid #E5E7EB;
}
.benefits-pricing .pricing-card .pricing-button.pricing-button-outline:hover {
  border-color: #D1D5DB;
  background: #F9FAFB;
}
.benefits-pricing .pricing-card .pricing-note {
  margin-top: 16px;
  text-align: center;
  font-size: 13px;
  color: #666;
}
.benefits-pricing .pricing-card.pricing-member {
  border-color: #9ac755;
  box-shadow: 0 8px 24px rgba(167, 255, 44, 0.15);
}

.benefits-reviews {
  padding: 60px 0;
  background: white;
  text-align: center;
}
.benefits-reviews .reviews-stars {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}
.benefits-reviews .reviews-stars i {
  font-size: 24px;
  color: #FCD34D;
}
.benefits-reviews .reviews-title {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}
.benefits-reviews .reviews-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}
.benefits-reviews .reviews-badges {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}
@media only screen and (max-device-width: 768px) {
  .benefits-reviews .reviews-badges {
    gap: 24px;
  }
}
.benefits-reviews .reviews-badges .review-badge {
  display: flex;
  align-items: center;
  gap: 12px;
}
.benefits-reviews .reviews-badges .review-badge i {
  font-size: 20px;
  color: #22C55E;
}
.benefits-reviews .reviews-badges .review-badge span {
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 500;
}

.benefits-final-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #9ac755 0%, #a6d85b 100%);
  text-align: center;
}
@media only screen and (max-device-width: 768px) {
  .benefits-final-cta {
    padding: 60px 0;
  }
}
.benefits-final-cta .final-cta-title {
  font-size: 40px;
  font-weight: 800;
  color: white;
  margin-bottom: 16px;
}
@media only screen and (max-device-width: 768px) {
  .benefits-final-cta .final-cta-title {
    font-size: 28px;
  }
}
.benefits-final-cta .final-cta-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 32px;
}
@media only screen and (max-device-width: 768px) {
  .benefits-final-cta .final-cta-subtitle {
    font-size: 16px;
  }
}
.benefits-final-cta .final-cta-button {
  display: inline-block;
  background: #E67E22;
  color: #fff;
  padding: 16px 48px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.benefits-final-cta .final-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  color: #FF6B2C;
}
@media only screen and (max-device-width: 768px) {
  .benefits-final-cta .final-cta-button {
    padding: 14px 32px;
    font-size: 16px;
  }
}

.secure-payment-box {
  margin-top: 16px;
  padding: 12px 16px;
  background: transparent;
  border-radius: 0;
  border: none;
  border-top: 1px solid #F0F0F0;
  text-align: center;
}
.secure-payment-box .secure-payment-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #999;
}
.secure-payment-box .secure-payment-text i {
  font-size: 12px;
  color: #999;
}
.secure-payment-box .payment-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.secure-payment-box .payment-icons img {
  height: 18px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.4;
}
@media only screen and (max-device-width: 768px) {
  .secure-payment-box .payment-icons img {
    height: 16px;
  }
}

/* Order Completed Page Styles */
.order-completed-wrapper {
  background: #f6f6f6;
  padding: 60px 0 80px;
  text-align: center;
}
.order-completed-wrapper .success-icon {
  margin: 0 auto 30px;
  width: 80px;
  height: 80px;
}
.order-completed-wrapper .success-icon svg {
  filter: drop-shadow(0 4px 12px rgba(139, 195, 74, 0.3));
}
.order-completed-wrapper .completed-heading {
  font-size: 42px;
  font-weight: bold;
  color: #333;
  margin: 0 0 15px;
}
.order-completed-wrapper .completed-subtext {
  font-size: 16px;
  color: #666;
  margin: 0 0 50px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.order-completed-wrapper .status-boxes {
  max-width: 560px;
  margin: 0 auto 40px;
  background: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.order-completed-wrapper .status-box {
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 12px;
  text-align: left;
}
.order-completed-wrapper .status-box:last-child {
  margin-bottom: 0;
}
.order-completed-wrapper .status-box .status-icon {
  flex-shrink: 0;
  margin-right: 16px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.order-completed-wrapper .status-box .status-content {
  flex: 1;
}
.order-completed-wrapper .status-box .status-content h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 4px;
  color: #333;
}
.order-completed-wrapper .status-box .status-content p {
  font-size: 14px;
  margin: 0;
  color: #666;
}
.order-completed-wrapper .status-box.status-green {
  background: #E8F5E9;
}
.order-completed-wrapper .status-box.status-green .status-icon {
  background: white;
}
.order-completed-wrapper .status-box.status-orange {
  background: #FFF3E0;
}
.order-completed-wrapper .status-box.status-orange .status-icon {
  background: white;
}
.order-completed-wrapper .status-box.status-gray {
  background: #F5F5F5;
}
.order-completed-wrapper .status-box.status-gray .status-icon {
  background: white;
}
.order-completed-wrapper .contact-section {
  padding: 20px;
  background: #FFF8E1;
  border-radius: 6px;
  margin-top: 12px;
  text-align: center;
}
.order-completed-wrapper .contact-section h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 8px;
  color: #333;
}
.order-completed-wrapper .contact-section p {
  margin: 0;
  font-size: 14px;
  color: #666;
}
.order-completed-wrapper .contact-section p a {
  color: #8BC34A;
  text-decoration: none;
  font-weight: 500;
}
.order-completed-wrapper .contact-section p a:hover {
  text-decoration: underline;
}
.order-completed-wrapper .back-to-shop {
  margin: 0 0 50px;
}
.order-completed-wrapper .back-to-shop .btn-back-to-shop {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #8BC34A;
  color: white;
  padding: 14px 32px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(139, 195, 74, 0.3);
}
.order-completed-wrapper .back-to-shop .btn-back-to-shop svg {
  transition: transform 0.3s ease;
}
.order-completed-wrapper .back-to-shop .btn-back-to-shop:hover {
  background: #7CB342;
  box-shadow: 0 4px 12px rgba(139, 195, 74, 0.4);
  color: white;
  text-decoration: none;
}
.order-completed-wrapper .back-to-shop .btn-back-to-shop:hover svg {
  transform: translateX(-4px);
}
.order-completed-wrapper .completed-illustration {
  margin: 0 0 60px;
}
.order-completed-wrapper .completed-illustration img {
  max-width: 560px;
  width: 100%;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}
.order-completed-wrapper .features-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}
.order-completed-wrapper .feature-box {
  flex: 0 1 250px;
}
.order-completed-wrapper .feature-box .feature-icon {
  margin: 0 auto 16px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.order-completed-wrapper .feature-box .feature-icon svg {
  width: 40px;
  height: 40px;
}
.order-completed-wrapper .feature-box h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 8px;
  color: #333;
}
.order-completed-wrapper .feature-box p {
  font-size: 14px;
  margin: 0;
  color: #666;
}
@media (max-width: 768px) {
  .order-completed-wrapper {
    padding: 40px 15px 60px;
  }
  .order-completed-wrapper .completed-heading {
    font-size: 32px;
  }
  .order-completed-wrapper .completed-subtext {
    font-size: 14px;
    padding: 0 15px;
  }
  .order-completed-wrapper .status-boxes {
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
  }
  .order-completed-wrapper .status-box {
    padding: 15px;
  }
  .order-completed-wrapper .status-box .status-icon {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
  .order-completed-wrapper .status-box .status-icon svg {
    width: 20px;
    height: 20px;
  }
  .order-completed-wrapper .status-box .status-content h3 {
    font-size: 14px;
  }
  .order-completed-wrapper .status-box .status-content p {
    font-size: 13px;
  }
  .order-completed-wrapper .contact-section {
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px;
  }
  .order-completed-wrapper .contact-section h3 {
    font-size: 14px;
  }
  .order-completed-wrapper .contact-section p {
    font-size: 13px;
  }
  .order-completed-wrapper .features-row {
    gap: 30px;
  }
  .order-completed-wrapper .feature-box {
    flex: 0 1 100%;
    max-width: 300px;
  }
  .order-completed-wrapper .completed-illustration {
    padding: 0 15px;
  }
  .order-completed-wrapper .completed-illustration img {
    max-width: 300px;
  }
}

/*# sourceMappingURL=style.css.map */
