.ff1 {
  margin-right: 6px;
  top: 2px;
  position: relative;
}

.form-control {
  border: 1px solid #c3c3c3;
}

.social-icons-colored.ff7 .social-icon {
  width: 25px;
  height: 25px;
  color: white !important;
  line-height: 22px;
  font-size: 12px;
  margin-right: 7px;
  text-align: center;
  display: grid;
}

.header-top {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-middle {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ff2 {
  font-size: 14px;
  text-transform: lowercase;
  margin-right: 15px;
}

.ff3 {
  margin-right: 6px;
  top: 0px;
  position: relative;
}

.ff4 {
  font-size: 14px;
  /*    text-transform: lowercase;*/
  margin-right: 0px;
}

.ff5 {
  font-size: 14px;
  /*    text-transform: lowercase;*/
  margin-right: 0px;
}

.ff6 {
  margin-left: 4px;
  margin-right: 4px;
}

.social-icons-colored.ff7 .social-icon:last-child {
  margin-right: 0;
}

.ff7 {
  margin-right: 10px;
}

.social-icons-colored.ff7 .social-icon:hover {
  filter: saturate(2);
}

.menu > li {
  margin-right: 25px;
}

.menu > li > a {
  text-transform: uppercase;
}

/*.intro-slide {
  min-height: 390px;
}
*/
.btn-dark.btn-outline {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.intro-slide2 p {
  color: white !important;
  text-shadow: 1px 1px 1px black;
  margin-bottom: 15px;
}

.intro-slide .banner-title {
  color: white;
  text-shadow: 1px 1px 1px black;
}

.page-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  background: white;
  z-index: 999999;

  .txt {
    color: #666;
    text-align: center;
    top: 40%;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-weight: bold;
    line-height: 1.5;
  }
}

/* SPINNER ANIMATION */
.spinner {
  position: relative;
  top: 45%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #662d91;

  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.intro-slide .btn.ff8 {
  padding-bottom: 11px;
  padding-top: 11px;
}

.ff9 {
  font-weight: 100;
  font-family: FontAwesome;
  margin-right: 0px;
}

.boost-section {
  /*    background-color: #fafafb;*/
}

.ff10 {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

.ff11 {
  padding-left: 0;
}

.boost-section .title.ff12 {
  font-size: 3.4rem;
}

.boost-section .title.ff12 span {
  color: #4b7ac6;
  padding-left: 10px;
}

.boost-section p.ff13 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  line-height: 28px;
}

.boost-section p.ff13 br {
  content: "";
  margin: 3px;
  display: block;
}
.ff1003 br {
  content: "";
  margin: 10px;
  display: block;
}
.ff1004 br {
    content: "";
    margin: 4px;
    display: block;
}
.ff1006 br {
  content: "";
  margin: 10px;
  display: block;
}
.icon-box-wrapper.ff14 {
  /*    border: 0px solid #eee;*/
  /*    margin-bottom: 30px !important;*/
}

.ff15 {
  margin-top: 35px;
}

.ff24 .product {
  border: 1px solid #f4f4f4;
}

.ff24 .product-details {
  background-color: #f4f4f4;
  padding-bottom: 9px;
  padding-top: 13px;
}

.ff24 .product-name a {
  font-weight: 600;
  font-size: 1.5rem;
}

.ff16 .ff9 {
  font-weight: 500;
  font-family: FontAwesome;
  margin-right: 0px;
  font-size: 15px;
}

.ff17 .ff9 {
  font-weight: 100;
  font-family: FontAwesome;
  margin-right: 3px;
  font-size: 17px;
}

.ff18 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.ff19 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ff17 {
  margin-bottom: 20px !important;
}

.ff20 {
  margin-top: 0;
}

.ff21 {
  animation-duration: 1.2s;
  margin-bottom: 40px;
}

.ff22 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.footer .widget-about .widget-about-desc {
    margin-bottom: 7px;
    max-width: 80%;
    font-size: 20px;
    line-height: 2;
}
.footer .widget-about .logo-footer {
    margin-bottom: 0;
}
.footer .widget-about .widget-about-call {
  margin-bottom: 12px;
}

.footer-top .widget-body li,
.footer .widget-about .widget-about-title,
.payment-label,
.footer .copyright {
  font-size: 14px;
}

.ff23 {
  color: #ff0001 !important;
  font-weight: 600;
}

.ff23:hover {
  color: #1749db !important;
  font-weight: 600;
}

.ff34 {
  margin-bottom: 2rem !important;
}

.form .ff35 .form-control {
  border: 1px solid #c3c3c3;
  margin-top: 7px;
}

.ff36 {
  margin-left: auto;
  margin-right: auto;
}

.ff37 {
  padding: 1.5rem 0.2rem 1.6rem;
  border-bottom: 1px solid #000000;
  margin-bottom: 25px !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0 !important;
}

.shop-table .ff38 img {
  border: 1px solid #ccc;
}

.cart .page-header,
.checkout .page-header {
  background: #eee;
  height: 18rem;
}

.ff39 {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}

.ff40 {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}

.ff41 input[type="text"],
.ff41 input[type="email"],
.ff41 input[type="password"],
.ff41 input[type="number"],
.ff41 input[type="textarea"] {
  height: 35px;
  padding: 3px;
  margin-bottom: 7px;
  font-size: 13px;
}

.checkout .ff41 textarea {
  min-height: auto;
}

.ff42 {
  width: 150px;
  margin-top: 20px;
}

.order-table .ff46 .order-total th,
.order-table .ff46 .order-total td {
  padding-top: 12px;
  padding-bottom: 10px;
}

.order-table .order-total th.ff43 {
  padding-top: 15px;
}

.ff44 b {
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
}

.ff45 b {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}

.ff47 {
  background-color: #dedede;
  border-top: 3px solid #662d91;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 15px;
  padding: 1em 2em 1em 3.5em;
  padding-left: 15px;
}

.ff48 {
  margin-bottom: 10px;
  margin-top: 20px;
  width: 100%;
  justify-content: space-between;
}

.ff49 {
  padding: 13px 15px 10px;
  background: white;
  /* box-shadow: 0px 0px 5px 0px lightgrey; */
  width: 100%;
  border-radius: 1px;
  font-size: 14px;
  font-weight: inherit;
  border: 1px solid #e5e5e5;
  color: #333745;
  line-height: normal;
  margin-bottom: 15px;
}

.ff50 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 4px;
}

.ff49 div span {
  font-weight: 600;
}

.as032 .w3-teal {
  color: #fff !important;
  background-color: #ffffff !important;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}

.as032 .w3-button {
  color: #fff !important;
  background-color: #000 !important;
  font-size: 22px;
  padding: 9px;
  line-height: 1;
  height: auto;
  padding-bottom: 6px;
  padding-top: 6px;
}

.as032 .w3-teal h2 {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.as0106 label {
  margin-bottom: 0px;
  width: 100%;
  line-height: 1;
  font-size: 13px;
}

.as0106 input {
  margin-bottom: 7px;
  margin-top: 0;
}

.ff50 input[type="text"],
.ff50 input[type="email"],
.ff50 input[type="password"],
.ff50 input[type="number"] {
  height: 35px;
  padding: 3px;
  margin-bottom: 7px;
  font-size: 13px;
}

.ff51 {
  margin-bottom: 30px;
}

.w3-modal {
  z-index: 99999;
  padding-top: 50px;
}

.as032 .w3-button:hover {
  color: #000 !important;
  background-color: #ccc !important;
}

.cart-dropdown .cart-action .btn.ff52 {
  color: #333;
  border-color: #333;
  background-color: transparent;
  border-radius: 3px;
}

.cart-dropdown .cart-action .btn.ff52:hover {
  color: white;
  border-color: #333;
  background-color: #333;
  border-radius: 3px;
}

.shop-table .ff38 img {
  max-width: 60px;
}

.shop-table .ff38 .product-thumbnail > div {
  max-width: 60px;
}

.shop-table .ff38 .product-thumbnail {
  width: 60px;
}

.shop-table.cart-table td.product-price,
.shop-table.cart-table td.product-subtotal,
.shop-table.cart-table .product-quantity {
  text-align: center;
}

.cart-dropdown .dropdown-box {
  margin-top: -1.5rem;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 0;
}

.cart-dropdown .products,
.cart-dropdown .product.product-cart {
  border-bottom: 1px solid #eee;
  padding-bottom: 0;
  padding-top: 13px;
  padding-bottom: 5px;
}

.cart-dropdown .products,
.cart-dropdown .product.product-cart:last-child {
  border-bottom: 0px solid #eee;
}

.cart-dropdown .cart-total {
  border-top: 1px solid #eee;
}

.cart-dropdown .product.product-cart .product-name {
  white-space: normal;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
}

.cart-dropdown .product.product-cart .product-quantity {
  margin-right: 0.7rem;
  font-size: 14px;
  font-weight: 400;
  color: #999;
}

.cart-dropdown .product-price {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 14px;
}

.cart-dropdown .cart-total {
  margin-bottom: 0;
}

.cart-dropdown .product.product-cart .product-media {
  width: 50px;
  height: 50px;
  max-width: 50px;
}

.ff53 .product-image {
  border: 1px solid #eee;
  border-radius: 5px;
}

.ff53 .ff54 {
  padding: 2px;
  height: 45px;
  width: 100%;
  border-radius: 5px;
}

.product-single.ff53 .product-categories,
.product-single.ff53 .product-sku {
  font-weight: 600;
}

.product-price .new-price.ff55 i {
  font-size: 28px;
}

.product-price .new-price.ff55 {
  color: #aaa;
}

.ff56 {
  font-size: 14px;
}

.ff57 {
  font-weight: 400;
  color: #aaa;
  margin-left: 7px;
}

.product-price.ff58 .old-price {
  font-weight: 700;
}

.ff59 {
  justify-content: space-between;
}

.ff60 li a span {
  position: relative;
  font-family: sans-serif;
  color: #333;
}

.filter-items a:hover span {
  color: #662d91;
}

.ff9.ff61 {
  font-size: 28px;
}

.ff9.ff62 {
  font-size: 23px;
}

.ff57,
.product-price .old-price {
  text-decoration: line-through;
}

.sale-banner .banner-subtitle {
  background: #eee;
  color: #ff7272 !important;
}

.sale-banner .content-right {
  background-color: #333;
}

.sale-banner .banner-subtitle::before,
.sale-banner .banner-subtitle::after {
  border-right: 50px solid #eeeeee;
}

.sale-banner .btn {
  background-color: #fff;
  border-color: #fff;
}

.ff63 {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
}

.cart-dropdown .cart-count {
  background: #ff0000;
}

.ff64 p {
  margin-bottom: 10px;
  line-height: 1.7;
}

.ff64 p:last-child {
  margin-bottom: 0px;
}

.ff65 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.ff66 .title-link-wrapper::after {
  border-bottom: 0px solid #eee;
}

.ff67 {
  padding-top: 6rem;
  padding-bottom: 4.4rem;
}

.ff68 {
  margin-bottom: 0 !important;
}

.ff68 .post-content p {
  display: block;
}

.ff69 {
  font-size: 3.4rem;
}

.ff70 p {
  margin-bottom: 10px;
}

.ff70 p:last-child {
  margin-bottom: 0px;
}

.create-store .row .ff71 {
  padding: 0 1.8rem 0 8.5rem !important;
}

.ff72 .form-control.form-control-md {
  min-height: auto;
  padding: 0;
}

.ff72 input[type="file"]::file-selector-button {
  background-color: #369;
  border: 0px;
  border-right: 1px solid #e5e5e5;
  padding: 10px 15px;
  margin-right: 20px;
  transition: 0.5s;
  color: white;
  height: 4.4rem;
  font-weight: 500;
  font-family: Poppins, sans-serif;
}

.contact-us .icon-box-content.ff73 p {
  white-space: normal;
  text-overflow: inherit;
  overflow: inherit;
  /*    display: table;*/
}

.contact-us .icon-box-content.ff73 p a {
  font-size: 16px;
  margin-bottom: 5px;
  position: relative;
  padding-right: 3px;
  padding-left: 0;
  margin-right: 3px;
  color: #666;
  display: inline-block;
}

.contact-us .icon-box-content.ff73 p a:after {
  content: ",";
  font-size: 18px;
  margin-bottom: 6px;
  float: left;
  position: absolute;
  margin-left: 2px;
}

.contact-us .icon-box-content.ff73 p a:last-child:after {
  display: none;
}

.contact-us .ff74 {
  font-size: 5.2rem;
}

.contact-us .icon-box .icon-box-icon {
  width: 52px;
  height: 52px;
}

.form.ff75 .form-control {
  border: 1px solid #c3c3c3;
  margin-top: 7px;
}

.ff75 .form-group {
  width: 50%;
  float: left;
}

.ff75 .form-group:nth-child(odd) {
  width: 50%;
  float: left;
  padding-right: 11px;
}

.ff75 .form-group:nth-child(even) {
  width: 50%;
  float: left;
  padding-left: 11px;
}

.ff75 .form-group.ff76 {
  width: 100%;
  float: left;
  padding-left: 0px;
  padding-right: 0px;
}

.google-map {
  height: 41.5rem;
}

.ff77 .card .card-body p {
  font-size: 14px;
  line-height: 1.6;
}

.login-popup .form-checkbox a {
  font-size: 14px;
}

.login-popup .form-group {
  display: table;
  width: 100%;
}

.login-popup .form-group.ff79 {
  width: 50%;
  float: left;
}

.login-popup .form-group.ff79:nth-child(even) {
  padding-left: 5px;
}

.login-popup .form-group.ff79:nth-child(odd) {
  padding-right: 5px;
}

.login-popup .form-group.ff80 {
  width: 50%;
  float: left;
}

.login-popup .form-group.ff80:nth-child(odd) {
  padding-left: 5px;
}

.login-popup .form-group.ff80:nth-child(even) {
  padding-right: 5px;
}

.login-popup {
  padding: 30px;
  padding-top: 17px;
  /*    padding-bottom: 17px;*/
}

.tab-content > .tab-pane.ff81 {
  padding-bottom: 0;
  padding-top: 20px;
}

.panel-body .ff82 p {
  margin-bottom: 12px;
  line-height: 1.6;
}

.panel-body .ff82 p:last-child {
  margin-bottom: 40px;
}

.panel-body .ff82 h4 {
  margin-bottom: 12px;
}

.panel-body .ff82 hr {
  border-top: 1px solid #d3d3d3;
}

.panel-body .ff83 p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.panel-body .ff83 p:last-child {
  margin-bottom: 40px;
}

#account-downloads .account-details-form label {
  color: #666;
  font-size: 1.4rem;
  line-height: 2.3;
}

#account-addresses .address-table th {
  vertical-align: top;
}

.tab-pane tr td {
  line-height: 1.5;
}

.btn-link.ff84 {
  color: red !important;
  margin-left: 15px;
}

.select-box {
  border: 1px solid #c3c3c3;
  height: 35px;
  padding: 3px;
  font-size: 13px;
  min-height: 4.4rem;
  padding-left: 1rem;
}

.select-box select {
  border: 0px solid #e3e3e3;
  padding-bottom: 25px;
  font-size: 13px;
  min-height: auto;
  padding: 0;
  color: #999;
  margin-bottom: 0;
}

.my-account .select-box {
  border: 1px solid #c3c3c3;
  height: 35px;
  padding: 3px;
  font-size: 13px;
  min-height: 4.4rem;
  padding-left: 1rem;
}

.my-account .select-box select {
  border: 0px solid #e3e3e3;
  padding-bottom: 25px;
  font-size: 13px;
  min-height: auto;
  padding: 0;
  color: #999;
  margin-bottom: 0;
}

.checkout .form-group select {
  padding-left: 1.4rem;
  max-width: 100%;
  margin-bottom: 0;
  padding: 0;
  min-height: auto;
}

.my-account .ff86 .form-control {
  padding: 3px;
  padding-left: 1rem;
  /*    padding-top: 1rem;*/
  margin-bottom: 7px;
}

.my-account .ff86 textarea.form-control {
  padding: 3px;
  padding-left: 1rem;
  padding-top: 1rem;
  margin-bottom: 7px;
}

.ff41 input[type="text"],
.ff41 input[type="email"],
.ff41 input[type="password"],
.ff41 input[type="number"],
.ff41 input[type="textarea"] {
  height: 35px;
  padding: 3px;
  padding-left: 1rem;
  margin-bottom: 7px;
  font-size: 14px;
}

.ff50 input[type="text"],
.ff50 input[type="email"],
.ff50 input[type="password"],
.ff50 input[type="number"],
.ff50 input[type="textarea"] {
  padding-left: 1rem;
  margin-bottom: 7px;
  font-size: 14px;
}

.checkout .form-control {
  margin-bottom: 7px;
  padding-left: 1rem;
  padding-top: 1rem;
}

.ff85 {
  width: 100%;
}

/*myorder*/
.at143 {
  border: 1px solid #e3e3e3;
  margin-top: 8px;
  padding: 15px;
  display: table;
  padding-bottom: 4px;
  width: 100%;
  margin-bottom: 20px;
}

.at143 .at144 {
  color: #0f1111;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.at143 .at145 {
  color: #0f1111;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}

.at143 .at145 span {
  color: #0f1111;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  float: right;
  /*    margin-left: 2px;*/
}

.at143 .at145 span i {
  font-size: 15.4px;
  display: table;
  margin-right: 2px;
}

.at143 .at145 span i span {
  color: #0f1111;
  font-size: 30px;
  line-height: 24px;
  font-weight: 700;
  float: right;
  margin-left: 5px;
}

.at143 .at149 {
  margin-top: 6px;
  /* margin-bottom: 15px; */
  border-top: 1px dashed #dbdbdb;
  /* border-bottom: 1px dashed #dbdbdb; */
  padding-top: 15px;
  /* padding-bottom: 1px; */
  display: table;
  width: 100%;
}

.at143 .at146 {
  line-height: 20px;
  margin: 0;
  font-weight: 400;
  margin-bottom: 6px;
  float: left;
  width: 33.333333%;
  display: grid;
  color: #3a3a3a;
  font-size: 14px;
}

.at143 .at146 span {
  color: #0f1111;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  font-weight: 500;
}

.at148 {
  margin-bottom: 25px;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #3f3f3f;
}

.at143 .at148 {
  color: #0f1111;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  font-weight: 600;
  margin-bottom: 15px;
  float: left;
  text-align: center;
  width: 33.333333%;
  display: grid;
}

.at143 .at148 span {
  color: #0f1111;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  font-weight: 500;
}

.at143 .at147 {
  float: right;
  text-align: right;
  width: 33.333333%;
  display: grid;
  line-height: 20px;
  margin: 0;
  font-weight: 400;
  margin-bottom: 6px;
  color: #3a3a3a;
  font-size: 14px;
}

.at143 .at147 span {
  color: #0f1111;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  font-weight: 500;
}

.as040 .as043 {
  margin-bottom: 6px;
  border-bottom: 1px dashed #dbdbdb;
  padding-bottom: 15px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.as040 .as043.as099 {
  width: 100%;
  display: flex;
  text-align: center;
  align-items: center;
}

.as046 {
  margin-bottom: 0;
  margin-bottom: 1.5em;
  color: #3a3a3a;
  font-size: 14px;
  line-height: 1.8;
}

.as042 {
  width: 150px;
}

.as052 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.at143 .at145 {
  color: #0f1111;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}

.as049 {
  display: flex;
  float: left;
  align-items: center;
}

.at143 .at145.as0100 .as050 {
  float: left;
  margin-right: 10px;
  background-color: transparent;
  color: #383838;
}

.at143 .at145.as0100 .as047 {
  margin-right: 0;
}

.as047 {
  width: 60px;
}

.as0100 .as048 {
  font-size: 14px;
  line-height: 14px;
  float: left;
  display: grid;
  margin: 0;
  color: #3a3a3a;
  font-weight: 500;
}

.at143 .at145 span.as053 {
  color: #3a3a3a;
  font-size: 12px;
  line-height: 13px;
  font-weight: 500;
  float: right;
}

.at143 .at145.as0100 span.as053 {
  font-size: 12px;
  line-height: 12px;
  margin-top: 0;
}

.as051 {
  float: left;
  display: table;
}

.as054 {
  font-size: 16px;
  display: flex;
  align-items: center;
  line-height: 16px;
  font-weight: 400;
  margin-right: 3px;
  color: #0f1111;
}

.as064 {
  margin-right: 0px;
}

.as065 {
  margin-left: 3px;
}

.at143 .at145 span {
  color: #0f1111;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  float: right;
  /* margin-left: 2px; */
}

.at143 .at145.as0100 span {
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

.at143 .at149 {
  margin-top: 6px;
  border-top: 1px dashed #dbdbdb;
  padding-top: 15px;
  display: flex;
  width: 100%;
}

.a .at143 .at146 {
  line-height: 20px;
  margin: 0;
  font-weight: 400;
  margin-bottom: 6px;
  float: left;
  width: 33.333333%;
  display: grid;
  color: #3a3a3a;
  font-size: 14px;
}

.at143 .as0101 .at146 {
  width: 100%;
  text-align: left;
}

.at143 .at146 span {
  color: #0f1111;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  font-weight: 500;
}

.at143 .at147 {
  float: right;
  text-align: right;
  width: 33.333333%;
  display: grid;
  line-height: 20px;
  margin: 0;
  font-weight: 400;
  margin-bottom: 6px;
  color: #3a3a3a;
  font-size: 14px;
}

.as0101 .at147.as056 {
  justify-content: normal;
  width: 100%;
  text-align: right;
}

.as054 {
  font-size: 15px;
  display: flex;
  align-items: center;
  line-height: normal;
  font-weight: 400;
  margin-right: 3px;
  color: #0f1111;
  font-family: FontAwesome;
}

.as040 .as043 {
  margin-bottom: 6px;
  border-bottom: 1px dashed #dbdbdb;
  padding-bottom: 15px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.at143 .at147 span.as055 {
  display: flex;
  color: #0f1111;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  justify-content: end;
}

.at143 .at147 span.as055 .ff9 {
  font-weight: 100;
  font-family: FontAwesome;
  margin-right: 2px;
  font-size: 15.5px;
  line-height: 1;
}

#account-dashboard .icon-box {
  border: 1px solid #e3e3e3;
}

.my-account .nav-link,
.my-account .link-item {
  border-bottom: 1px solid #e3e3e3;
}

.stick1 {
  display: table;
}

.stick2 {
  position: sticky;
  top: 130px;
  float: left;
  display: table;
}

.stick3 {
  left: 0;
  display: table;
  float: left;
}

/*myorder*/
/*myorderdetails*/
.as067 {
  padding-bottom: 1px;
  padding-top: 3px;
  margin-top: 10px;
}

.credits {
  font-size: 19px;
  margin-top: 50px;
  color: white;
  text-align: center;
}

.order-track {
  margin-top: 10px;
  padding: 0 10px;
  border: 1px solid #e3e3e3;
  padding-top: 2.5rem;
  display: flex;
  flex-direction: column;
  padding: 15px;
  padding-bottom: 16px;
  padding-top: 16px;
}

.order-track-step {
  display: flex;
  min-height: 60px;
}

.order-track-step:last-child {
  overflow: inherit;
  height: auto;
}

.order-track-step:last-child .order-track-status span:last-of-type {
  display: none;
}

.order-track-status {
  margin-right: 2.5rem;
  position: relative;
}

.order-track-status-dot {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #000000;
  background: white;
  z-index: 9999;
  display: inline-block;
}

.order-track-status-dot.done {
  background: #000000;
}

.order-track-status-dot.active {
  background: #336699;
  animation: glowing 2500ms infinite;
}

.order-track-status-line {
  display: block;
  margin: 0 auto;
  width: 2px;
  height: 100%;
  background: #000000;
  margin-top: -13px;
}

.order-track-text-stat {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  color: #000000;
}

.order-track-text-sub {
  font-size: 12px;
  font-weight: 400;
  margin-top: -4px;
  display: block;
  color: #000000;
}

.order-track {
  transition: all 0.3s height 0.3s;
  transform-origin: top center;
}

.as068 {
  font-size: 11px;
  color: #000000;
  line-height: 1.4;
  margin-top: 0px;
  margin-bottom: 0;
}

.as069 {
  margin-top: 7px;
  margin-bottom: 10px;
}

.as068 td {
  margin-right: 35px;
  padding-right: 25px;
  padding-bottom: 4px;
}

.order-track-status-dot.success {
  background: #000000;
}

.order-track-status-dot.ongoing {
  border: 2px solid #ffffff;
  background: #ffa700;
}

.as067 {
  padding-bottom: 1px;
  padding-top: 3px;
  margin-top: 10px;
  border: 1px solid #e3e3e3;
  padding: 15px;
  display: flex;
  align-items: center;
}

.as049 {
  display: flex;
  float: left;
  align-items: center;
}

.as050 {
  float: left;
  background-color: transparent;
  color: #383838;
}

.as047 {
  width: 60px;
  /* border: 1px solid #e3e3e3; */
  margin-right: 15px;
}

.as048 {
  float: left;
  display: grid;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #3a3a3a;
}

.as066 {
  color: #3a3a3a;
  font-size: 12px;
  line-height: 13px;
  font-weight: 500;
  float: right;
}

.as051 {
  float: left;
  display: table;
}

.as054 {
  font-size: 16px;
  display: flex;
  align-items: center;
  line-height: 16px;
  font-weight: 400;
  margin-right: 3px;
  color: #0f1111;
}

.as064 {
  margin-right: 0px;
}

.as063 {
  color: #0f1111;
  font-size: 16px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.as065 {
  margin-left: 3px;
}

.as073 {
  float: left;
}

.as074 {
  padding-left: 10px;
}

.as070 {
  margin-top: 10px;
  padding: 0 10px;
  border: 1px solid #e3e3e3;
  padding-top: 2.5rem;
  display: flex;
  flex-direction: column;
  padding: 15px;
  padding-bottom: 14px;
  padding-top: 14px;
}

.as071 {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  margin-bottom: 10px;
  color: #3a3a3a;
}

.as072 {
  color: #333745;
  font-size: 14px;
  color: #000000;
  line-height: normal;
  margin: 0;
}

.as075 {
  color: #333745;
  font-size: 14px;
  color: #000000;
  line-height: normal;
  margin: 0;
}

.as079 {
  margin-bottom: 0;
}

.as076 {
  color: #000000;
}

.as077 {
  color: #000000;
  text-align: right;
}

.as077 i {
  margin-right: 3px;
}

.as078 {
  font-weight: 700 !important;
}

.as070 {
  margin-top: 10px;
  padding: 0 10px;
  border: 1px solid #e3e3e3;
  padding-top: 2.5rem;
  display: flex;
  flex-direction: column;
  padding: 15px;
  padding-bottom: 14px;
  padding-top: 14px;
}

.ff87 {
  display: table;
}

.ff88 {
  width: 66.6666%;
}

.ff89 {
  width: 33.3333%;
}

.ff90 {
  margin-bottom: 50px !important;
}

.ff91 {
  margin-top: 0;
}

.ff92 .as077 i {
  margin-right: 1px;
  font-size: 13px;
}

.ff93 p b {
  font-weight: 500;
}
/*myorderdetails*/
.my-account .ff94 .tab-content {
  width: 100%;
  padding-left: 0rem;
}
.btn-product-icon {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.btn-product-icon:hover {
  background-color: #369;
  border: 1px solid #369;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .ff25 a.nav-link {
    padding-bottom: 25px;
    font-size: 16px;
  }

  .mobile-menu-container .nav.ff25 .nav-item {
    margin: 0;
    width: 100%;
  }

  .mobile-menu-container .tab-pane.ff26 {
    padding-top: 0;
  }

  .mobile-menu-container .tab-pane.ff26 a {
    font-size: 14px;
    text-transform: uppercase;
  }

  .header-right.ff27 {
    margin-left: 0;
    margin-right: auto;
    width: auto;
    text-align: center;
    display: table;
  }

  .header-top .header-right.ff27 > * {
    margin-left: 0rem;
  }

  .header-top .header-left.ff28 {
    /*        display: none;*/
  }

  .header-middle .logo {
    margin-left: 15px;
    margin-right: 0;
  }

  .intro-slide {
    min-height: 200px;
  }

  .intro-slide .banner-title {
    font-size: 25px;
    margin-bottom: 5px !important;
  }

  .intro-slide2 p {
    font-size: 16px;
    margin-bottom: 10px !important;
  }

  .product-single .product-price {
    font-family: system-ui;
  }

  .intro-slide .btn.ff8 {
    padding-bottom: 8px;
    padding-top: 8px;
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .ff10 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .ff29 {
    margin: 0;
  }

  .ff29 .container {
    padding: 0;
  }

  .ff29 .row.align-items-center {
    margin-left: 0;
    margin-right: 0;
  }

  .ff29 .row.align-items-center .ff30 {
    padding: 0;
  }

  .ff29 .row.align-items-center .ff11 {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
    margin-bottom: 10px !important;
  }

  .icon-box-wrapper.ff14.ff31 {
    margin-bottom: 30px !important;
  }

  .ff15.ff32 {
    margin-top: 0;
  }

  .ff18 {
    border-radius: 0 !important;
  }

  .ff19 {
    border-radius: 0 !important;
  }

  .ff17 {
    margin-bottom: 23px !important;
  }

  .container.ff16 {
    margin-top: 20px;
  }

  .ff33 .col-md-6.mb-4 {
    margin-bottom: 0 !important;
  }

  .header-top .header-left {
    position: relative;
    overflow: inherit;
    margin-right: 0;
  }

  .ff78 {
    flex-direction: row-reverse;
  }
  
  .mobile-menu li:hover ul {
    display: block !important;
  }
  
  .mobile-menu-container .nav .nav-item {
    margin: 0;
    width: 100%;
  }
  
  .mobile-menu-container .nav-link {
    padding-bottom: 25px;
  }
  
  .header-middle .header-left {
    justify-content: flex-start;
  }
  
}
