body {
  background-color: #F5F5F5;
}

#myHeader {
  position: sticky !important;
}

.add-font-purple {
  color: #5A2D86 !important;
}

.add-font-orange {
  color: #F16F33 !important;
}

.add-font-green {
  color: #374955 !important;
}

.add-bg-purple {
  background-color: #5A2D86;
}

.text-dot {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
}

header .navbar-expand-lg .navbar-collapse .navbar-nav .nav-link {
  color: #5A2D86;
}
header .navbar-expand-lg .navbar-collapse .header-right-listing {
  color: #5A2D86;
}
header .navbar-expand-lg .navbar-collapse .header-right-listing ul li a {
  color: #5A2D86 !important;
}
header .navbar-expand-lg .navbar-collapse .header-right-listing ul li a.text-white {
  color: #fff !important;
}
header .navbar-expand-lg .navbar-collapse .header-right-listing ul li.text-login a {
  color: #fff !important;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  font-size: 30px !important;
  position: absolute;
  top: 40%;
  background: #D9D9D9 !important;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #fff !important;
}
.owl-nav .owl-prev {
  left: -1.5%;
}
.owl-nav .owl-next {
  right: -1.5%;
}

.main-categories {
  padding: 32px 0 50px;
}
.main-categories .section-title {
  color: #F16F33 !important;
}
.main-categories .categories-listing-row {
  background-color: #fff;
}
.main-categories .categories-listing-row a.category-home {
  margin: 24px 12px;
  flex-direction: column;
}
.main-categories .categories-listing-row a.category-home .circle {
  position: relative;
  background: #F5F5F5;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-categories .categories-listing-row a.category-home .circle img {
  width: auto;
  height: 90%;
}
.main-categories .categories-listing-row a.category-home h3 {
  font-size: 16px;
}

.home-product-grid .home-trend-top {
  padding: 0 0 16px;
}
.home-product-grid .home-trend-top .section-title {
  color: #F16F33 !important;
}

.product-row {
  margin-left: -10px;
  margin-right: -10px;
}
.product-row .product-col {
  flex: 0 0 20%;
  max-width: 20%;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 10px;
  padding-right: 10px;
}
.product-row .product-col .product-wrapper {
  width: 100%;
  margin-bottom: 20px;
}
.product-row .product-col .product-wrapper .product-img .primg {
  height: 240px;
  width: 240px;
  padding: 10px;
}
.product-row .product-col .product-wrapper .pr-content {
  margin: 0;
}
.product-row .product-col .product-wrapper .pr-content h3 {
  font-size: 16px;
}
.product-row .product-col .product-wrapper .pr-content p {
  font-size: 13px;
}
.product-row .product-col .product-wrapper .pr-content .price {
  font-size: 16px;
}

.stats-row {
  background: unset;
  border: unset;
  border-radius: 0.25rem;
  padding: 0px;
}
.stats-row .sts-1 .stats-text {
  padding-right: 20px;
  border-right: 1px solid RGB(226, 226, 226);
}
.stats-row .sts-2,
.stats-row .sts-3 {
  padding-right: 20px;
  border-right: 1px solid RGB(226, 226, 226);
}
.stats-row .sts-2 .stats-text,
.stats-row .sts-3 .stats-text {
  padding-right: 20px;
}
.stats-row .stats-box .stats-icon img {
  width: 65px;
  height: 65px;
}
.stats-row .stats-box .stats-text {
  font-size: 16px;
}

.ft-col ul li a {
  color: #374955 !important;
}

.footer-bottom {
  background-color: rgba(177, 183, 189, 0.4117647059);
}

.cart-page h2 {
  color: #F16F33 !important;
  text-align: left;
  font-size: 24px;
}
.cart-page .cart-wrapper {
  background: white;
}
.cart-page .cart-wrapper .cart-header {
  border-top: 1px dotted #B1B7BD;
  color: #374955;
  font-size: 16px;
  background: #fff;
}
.cart-page .cart-wrapper .cart-header li {
  font-weight: bold;
}
.cart-page .cart-wrapper .cart-items-row {
  border-top: 1px dotted #B1B7BD;
}
.cart-page .cart-wrapper .cart-footer-row {
  border-top: 1px dotted #B1B7BD;
  height: auto;
  padding-right: 100px;
}
.cart-page .cart-wrapper .cart-footer-row li {
  width: 320px;
}
.cart-page .cart-wrapper .cart-footer-row li span {
  color: #374955;
}
.cart-page .cart-wrapper li.text-title {
  justify-content: left;
  width: calc(100% - 600px - 60px);
  padding-left: 50px;
}
.cart-page .cart-wrapper li.text-title .cart-item-content h3 {
  font-size: 16px;
}
.cart-page .cart-wrapper li.text-title .cart-item-content p {
  font-size: 16px;
}
.cart-page .cart-wrapper li.text-price .cart-sale-price {
  font-size: 16px;
}
.cart-page .cart-wrapper li.text-price .cart-sale-price .cart-regular-price {
  font-size: 16px;
}
.cart-page .cart-wrapper li.text-total .cart-mini-total-item {
  font-size: 16px;
}
.cart-page .cart-wrapper li.text-trash {
  width: 60px;
  padding-right: 40px;
}
.cart-page .cart-wrapper li.text-trash a img {
  width: 16px;
  height: 20px;
}

#profile-frm .checkout-form {
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #profile-frm .checkout-form .form-row .form-group {
    padding: 0;
  }
  #profile-frm .checkout-form .form-row .form-group .form-control {
    font-size: 16px;
  }
}

.orde-lisst .cart-ft-row {
  height: auto !important;
}
.orde-lisst .cart-ft-row li {
  width: 320px !important;
  justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  .orde-lisst .cart-items-row {
    padding-left: 0 !important;
  }
}

.menu-prf {
  width: 89%;
  border-radius: 4px 4px 0 0;
  border: 1px solid #5A2D86;
}

.navbar-nav1 {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  justify-content: center;
  width: 92%;
}
.navbar-nav1 .nav-item {
  background-color: #fff;
  width: 48%;
  margin: 0 2px 6px 2px;
}
.navbar-nav1 .nav-item .nav-link {
  color: #5A2D86 !important;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .navbar-nav1 .nav-item .nav-link {
    font-size: 13px;
  }
}
.navbar-nav1 .item-logout {
  width: 100%;
  border: none;
  background: none;
}
.navbar-nav1 .item-logout .nav-link {
  text-align: right;
}

h2 {
  color: #F16F33 !important;
}

.checkout-form {
  background: #fff;
}
.checkout-form .form-checkout-wrapper .cart-body {
  padding: 0 23px;
}
.checkout-form .form-checkout-wrapper .cart-body label, .checkout-form .form-checkout-wrapper .cart-body input, .checkout-form .form-checkout-wrapper .cart-body select, .checkout-form .form-checkout-wrapper .cart-body textarea {
  font-size: 16px !important;
}
.checkout-form .form-checkout-wrapper .cart-body label::after {
  color: red;
  content: "*";
}

@media only screen and (max-width: 767px) {
  .checkout-payments h2 {
    font-size: 12px;
    padding: 0 10px;
  }
}
.checkout-payments .checkout-setp {
  background-color: #fff;
}
.checkout-payments .checkout-setp .checkout-payments-wrapper {
  padding-left: 50px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .checkout-payments .checkout-setp .checkout-payments-wrapper {
    padding-left: 10px;
  }
}
.checkout-payments .checkout-setp .checkout-payments-wrapper .well {
  margin-top: 1rem;
  padding: 15px;
  border-left: 1px solid;
  margin-left: 15px;
}
.checkout-payments .checkout-setp .cart-buttons-row {
  justify-content: flex-end;
}
.checkout-payments .checkout-setp .cart-buttons-row .confirm-order {
  margin: 0 45px 30px 0;
}

.number-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.number-info .text-tks {
  font-size: 32px;
  font-weight: bold;
}
.number-info .text-stt {
  font-size: 24px;
  font-weight: bold;
}

.title {
  font-size: 18px;
  color: #F16F33;
  font-weight: 600;
}

.del-pad {
  padding-left: -15px;
  padding-right: -15px;
}

table.table {
  border-collapse: collapse;
  border-radius: 5px;
  overflow: hidden;
}
table.table tbody tr {
  background: white !important;
}
table.text-nowrap thead tr {
  background: white !important;
}

.total {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 116px;
}
.total h6 {
  width: 320px;
  display: flex;
  justify-content: space-between;
}
.total h6 .add-color {
  font-size: 18px;
}
.total h6 .add-color1 {
  font-size: 16px;
}
.total h6:last-child .add-color {
  font-weight: 600;
}
.total h6:last-child .add-color1 {
  color: #F16F33;
}

@media only screen and (max-width: 769px) {
  h2.section-title {
    font-size: 13px;
    color: #F16F33 !important;
  }
  #dropdownMenu2 {
    background: #F5F5F5;
  }
  #dropdownMenu2 a {
    color: #374955;
  }
  #dropdownMenu2 .none-dot {
    list-style-type: none;
    padding-left: 0;
  }
  #dropdownMenu2 .none-dot li {
    border-bottom: 1px solid rgb(236, 232, 232);
  }
  #dropdownMenu2 .none-dot li .menu-parent-item {
    position: absolute;
    top: 4px;
    right: 9px;
    border: none;
    background: none;
    height: 35px;
  }
  #dropdownMenu2 .none-dot li .dr-menu {
    display: none;
    list-style-type: none;
  }
  .header-right-listing ul {
    background-color: #f5f5f5;
  }
  .header-right-listing ul li {
    padding: 5px 10px;
    border-radius: 3px;
    margin-top: 10px;
    border: 1px solid gray;
  }
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    font-size: 20px !important;
    width: 30px;
    height: 30px;
  }
  .owl-nav .owl-prev {
    left: -4.5%;
  }
  .owl-nav .owl-next {
    right: -4.5%;
  }
  .main-categories {
    overflow-x: hidden;
  }
  .main-categories .categories-listing-row a.category-home .circle {
    width: 46px;
    height: 46px;
    margin-bottom: 10px;
  }
  .main-categories .categories-listing-row a.category-home h3 {
    font-size: 8px;
    line-height: 10px;
  }
  .home-product-grid .home-trend-top .searchbox input {
    width: 136px;
    height: 24px;
    font-size: 9px;
  }
  .home-product-grid .home-trend-top .searchbox img {
    width: 9px;
    height: 9px;
    margin-top: 10px;
  }
  .product-row {
    justify-content: space-between;
  }
  .product-row .product-col {
    max-width: 50%;
  }
  .product-row .product-col .product-wrapper {
    width: 168px;
  }
  .product-row .product-col .product-wrapper .product-img .primg {
    height: 152px;
    width: 152px;
    padding: 8px 0;
  }
  .product-row .product-col .product-wrapper .pr-content h3 {
    font-size: 10px;
  }
  .product-row .product-col .product-wrapper .pr-content p {
    margin: 0 5px;
    font-size: 8px;
  }
  .product-row .product-col .product-wrapper .pr-content .price {
    font-size: 10px;
  }
  .stats-row .stats-box .stats-icon img {
    width: 55px;
    height: 55px;
  }
  .stats-row .stats-box .stats-text {
    padding-right: 0;
    border: 0;
  }
  .stats-row .stats-box .stats-text h5 {
    font-size: 16px;
  }
  .stats-row .stats-box .stats-text p {
    font-size: 14px;
  }
  .fs-mobile {
    height: 60px;
  }
  .fs-mobile a {
    font-size: 11px;
  }
  .fs-mobile a img {
    width: 24px;
    height: 24px;
  }
  .fs-mobile a span {
    color: black;
  }
  .fs-mobile a span.mobile-count {
    border-radius: 50%;
    background: #F16F33;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    top: -6px;
    right: 1px;
  }
  .variations-pricing-row .btn-add-cart {
    justify-content: center;
  }
  .variations-pricing-row .apply-coupon {
    margin-left: 30px;
  }
  .cart-items-row {
    position: relative;
    padding-left: 75px !important;
  }
  .cart-items-row li {
    padding: 0 0 0 10px !important;
  }
  .cart-items-row .text-title {
    padding-left: 0 !important;
    width: 100% !important;
  }
  .cart-items-row .text-title .img-cart {
    position: absolute;
    top: 12px;
    left: 0;
    width: 66px;
    height: 66px;
    margin: 10px;
  }
  .cart-items-row .text-title .cart-item-content {
    width: 100% !important;
  }
  .cart-items-row .text-price {
    width: 100% !important;
    justify-content: flex-start;
    font-size: 11px;
  }
  .cart-items-row .text-price::before {
    content: attr(txt-price);
  }
  .cart-items-row .text-price .cart-sale-price {
    font-size: 11px !important;
  }
  .cart-items-row .text-price .cart-sale-price .cart-regular-price {
    font-size: 11px !important;
  }
  .cart-items-row .text-quantity {
    justify-content: flex-start;
    width: 100% !important;
    font-size: 11px;
  }
  .cart-items-row .text-quantity::before {
    content: attr(txt-quantity);
  }
  .cart-items-row .text-quantity .qty-input {
    font-size: 11px;
  }
  .cart-items-row .text-total {
    justify-content: space-between;
    width: 100% !important;
    font-size: 11px;
  }
  .cart-items-row .text-total::before {
    content: attr(txt-total);
    margin-right: 10px;
  }
  .cart-items-row .text-total .cart-mini-total-item {
    font-size: 13px !important;
    padding-right: 10px;
  }
  .cart-items-row .text-trash {
    position: absolute;
    top: 50px;
    width: 40px !important;
    right: 0;
  }
  .cart-footer-row {
    padding-right: 0 !important;
  }
  .cart-footer-row li {
    width: 65% !important;
  }
  .cart-footer-row li span {
    font-size: 13px !important;
  }
  .cart-buttons-row {
    justify-content: space-evenly;
  }
  .cart-buttons-row a {
    font-size: 11px !important;
    width: auto !important;
    padding: 5px 10px !important;
  }
  .checkout-form {
    background-color: transparent;
    padding: 0;
  }
  .checkout-form .form-checkout-wrapper .cart-body {
    padding: 0;
  }
  .checkout-form .form-checkout-wrapper .cart-body .form-group {
    width: 50%;
    padding: 0 3px;
  }
  .checkout-form .form-checkout-wrapper .cart-body .form-group label {
    font-size: 11px;
  }
  .checkout-form .form-checkout-wrapper .cart-body .form-group input,
  .checkout-form .form-checkout-wrapper .cart-body .form-group .form-control {
    height: 40px;
    font-size: 11px;
  }
  .custom-control-label {
    font-size: 13px !important;
  }
  .info-move {
    display: flex;
    flex-direction: column;
  }
  .hidden-header {
    display: none !important;
  }
  .table-responsive-xl tbody {
    border-bottom: 1px dotted #B1B7BD;
  }
  .table-responsive-xl tbody .cus-table {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 85px;
    padding-top: 10px;
  }
  .table-responsive-xl tbody .cus-table .img-thumbnail {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 66px;
    height: 66px;
  }
  .table-responsive-xl tbody .cus-table td {
    padding: 0;
  }
  .table-responsive-xl tbody .cus-table td.inf-text-price {
    padding-top: 7px;
    font-size: 11px;
  }
  .table-responsive-xl tbody .cus-table td.inf-text-price::before {
    content: attr(txt-price);
    padding-right: 25px;
  }
  .table-responsive-xl tbody .cus-table td.inf-text-quantity {
    padding-top: 7px;
    font-size: 11px;
  }
  .table-responsive-xl tbody .cus-table td.inf-text-quantity::before {
    content: attr(txt-quantity);
    padding-right: 20px;
  }
  .table-responsive-xl tbody .cus-table td.inf-text-total {
    padding-top: 8px;
    font-size: 13px;
  }
  .table-responsive-xl tbody .cus-table td.inf-text-total::before {
    content: attr(txt-total);
    padding-right: 100px;
  }
  .table-responsive-xl tbody .cus-table td.info-text-title {
    white-space: normal;
  }
  .table-responsive-xl .total {
    padding-right: 14px;
  }
  .table-responsive-xl .total h6 {
    width: 100%;
    padding-left: 85px;
  }
  .table-responsive-xl .total h6 span {
    font-size: 13px;
  }
}

/*# sourceMappingURL=store-custom.css.map*/